.type-work-balcon .content__desc {
	margin-bottom: 20px;
}
.type-work-balcon .content__box {
    display: grid;
    gap: 30px;	
    margin-bottom: 30px;	
}
.type-work-balcon .content__list {
	display: grid;
    gap: 15px;
	counter-reset: item;
}
.type-work-balcon .content__list-item {
	display: flex;
    gap: 8px;
}
.type-work-balcon .content__list-item:before {
    counter-increment: item;
    content: counter(item);
	font-weight: 700;
	font-size: 22px;
	line-height: 100%;
	color: #f26422;	
}
.type-work-balcon .content__list-item:nth-child(-n+9):before {
    content: "0" counter(item);
}
.type-work-balcon .list__item-title {
	font-size: 18px;
    line-height: 122%;
    margin-bottom: 4px;	
}
.type-work-balcon .list__item-desc {
	line-height: 137%;
}
.type-work-balcon h3 {
	font-size: 20px;
	line-height: 110%;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.type-work-balcon .sub-title {
	font-size: 18px;
	line-height: 110%;
    display: block;
    text-transform: lowercase;	
	margin-top: 10px;
}
.type-work-balcon .content__icon-list {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 28px;	
}
.type-work-balcon .content__icon-item {
	display: flex;
    flex-direction: column;
    align-items: center;
	gap: 10px;
	line-height: 110%;
	text-align: center;
}
.type-work-balcon .content__icon-item svg {
	width: 40px;
	flex-shrink: 0;
}
@media (max-width: 767px) {
	.type-work-balcon .indent {
		padding-bottom: 0;
	}
	.type-work-balcon .content__icon-item {
		flex-grow: 1;
	}	
}
@media (min-width: 768px) {
	.type-work-balcon h2 .display {
		display: block;
	}
	.type-work-balcon .content__desc {
		font-size: 16px;
	}
	.type-work-balcon h3 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.type-work-balcon .sub-title {
		font-size: 20px;
		margin-top: 15px;
	}
	.type-work-balcon .content__icon-list {
		gap: 30px;
	}	
}
@media (min-width: 1200px) {
	.type-work-balcon .content__desc {
		font-size: 18px;
		width: 900px;
	}	
	.type-work-balcon .content__box {
		gap: 40px;
		margin-bottom: 40px;	
	}	
	.type-work-balcon .content__list {
		gap: 20px;
	}
	.type-work-balcon .content__list-item {
		gap: 10px;
	}
	.type-work-balcon .content__list-item:before {
		font-size: 24px;
	}	
	.type-work-balcon .list__item-title {
		font-size: 20px;
		margin-bottom: 7px;
	}
	.type-work-balcon .list__item-desc {
		font-size: 18px;
		line-height: 122%;
	}
	.type-work-balcon .content__icon-list {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.type-work-balcon .content__icon-item {
		flex-direction: revert;
		text-align: left;
		font-size: 18px;
	}
	.type-work-balcon .content__icon-item svg {
		width: 50px;
	}	
}

