.balcon-decor-exterior h2 {
	margin-bottom: 20px;
}
.balcon-decor-exterior .box__info-list {
	gap: 15px;
	margin-bottom: 20px;
}
.balcon-decor-exterior .box__info-item {
	gap: 10px;
	align-items: flex-start;
}
.balcon-decor-exterior .box__info-item svg {
    flex-shrink: 0;
    width: 30px;	
}
.balcon-decor-exterior .box__info-item--text {
    gap: 8px;
}
.balcon-decor-exterior .box__info-item--title {
	font-size: 20px;
	line-height: 1.1;	
}
.balcon-decor-exterior .box__info-item--desc {
	line-height: 1.3;	
}
.balcon-decor-exterior .box__wrap-img {
	position: relative;	
}
.balcon-decor-exterior .box__wrap-img:before {
	width: 370px;
	height: 158px;
    position: absolute;
    background-image: url('../../assets/img/glazing-turnkey-fon-mobile.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
	z-index: -1;
}
.balcon-decor-exterior .box__img {
    height: 285px;
    width: 280px;
    margin: 0 auto 15px;
	position: relative;
	background-image: url('../../assets/img/balcon-decor-exterior.png');
}
.balcon-decor-exterior .box__stick {
    border-radius: 10px;
    padding: 8px;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
    background: var(--white);
    display: inline-grid;
}
.balcon-decor-exterior .box__stick.frame {
	top: 96px;
    left: -21px;
}
.balcon-decor-exterior .box__stick.roof {
	top: 15px;
    right: -18px;
}
.balcon-decor-exterior .box__stick.siding {
	bottom: 22px;
    right: 26px;
}
.balcon-decor-exterior .box__stick-title {
    font-size: 14px;
    line-height: 1;
	margin-bottom: 2px;
}
.balcon-decor-exterior .box__stick-price {
    font-size: 20px;
    line-height: 1;
	margin-bottom: 2px;
}
.balcon-decor-exterior .box__stick .price .word,
.balcon-decor-exterior .box__stick .price .currency {
	font-size: 16px;
}
.balcon-decor-exterior .box__stick .word {
	margin-right: 4px;
}
.balcon-decor-exterior .box__stick .currency {
	margin-left: 2px;
}
.balcon-decor-exterior .box__stick-text {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: var(--chernyy-400);
}
.balcon-decor-exterior .box__wrap-price {
    grid-template-columns: min-content 153px;
	gap: 30px;
	margin-bottom: 30px;
}
.balcon-decor-exterior .price-caption {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 4px;	
}
.balcon-decor-exterior .price-current {
	font-size: 27px;
	line-height: 1;	
	margin-bottom: 17px;
}
.balcon-decor-exterior .price-current .word,
.balcon-decor-exterior .price-current .currency {
	font-size: 20px;
}
.balcon-decor-exterior .installment-price .currency {
	font-size: 18px;
}
.balcon-decor-exterior .box__wrap-price .word {
	margin-right: 8px;
}
.balcon-decor-exterior .box__wrap-price .currency {
	margin-left: 4px;
}
.balcon-decor-exterior .price-offer {
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    text-align: center;
    padding: 10px;
	background: linear-gradient(180deg, #ffe80f 0%, #ffd748 100%);
	position: relative;	
}
.balcon-decor-exterior .price-offer:before {
	content: '';
    display: inline-block;
    width: 18px;
    height: 11px;
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translate(-10px, -50%);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.48814 0.745743C8.28569 -0.17518 9.71431 -0.17518 10.5119 0.745743L16.5264 7.69069C17.6481 8.98598 16.728 11 15.0145 11H2.9855C1.27199 11 0.351888 8.98598 1.47364 7.69069L7.48814 0.745743Z' fill='url(%23paint0_linear_6570_45240)' /%3e%3cdefs%3e%3clinearGradient id='paint0_linear_6570_45240' x1='9' y1='-1' x2='9' y2='15' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FFE80F' /%3e%3cstop offset='1' stop-color='%23FFD748' /%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}
.balcon-decor-exterior .box__wrap-installment {
    color: var(--chernyy-400);
	position: relative;
	padding-top: 8px;
}
.balcon-decor-exterior .box__wrap-installment:before {
	position: absolute;
    top: 0;
    left: -15px;
    border: 1px solid var(--chernyy-400);
    width: 0;
    height: 46px;
}
.balcon-decor-exterior .installment-text {
	font-size: 11px;
	line-height: 1;
	letter-spacing: 0.01em;
	margin-bottom: 4px;
	white-space: nowrap;
}
.balcon-decor-exterior .installment-price {
    font-size: 26px;
    line-height: 1;	
	margin-bottom: 10px;	
}
.balcon-decor-exterior .installment-desc {
	font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.01em;	
}
.balcon-decor-exterior .box__btn .btn {
	height: 60px;
	gap: 16px;
}
.balcon-decor-exterior .box__btn .btn svg {
	position: relative;
    z-index: 1;
}
@media (min-width: 768px) {	
	.balcon-decor-exterior h2 {
		margin-bottom: 30px;
	}
	.balcon-decor-exterior .box__info-list {
		gap: 27px;
		margin-bottom: 30px;
		grid-template-columns: 347px 1fr;
	}
	.balcon-decor-exterior .box__info-item {
		gap: 15px;
	}
	.balcon-decor-exterior .box__info-item svg {
		width: 40px;
	}	
	.balcon-decor-exterior .box__wrap-img:before {
		width: 788px;
		height: 336px;
		background-image: url('../../assets/img/glazing-turnkey-fon-tablet.png');
		bottom: -64px;
	}	
	.balcon-decor-exterior .box__img {
		width: 472px;
		height: 478px;
	}
	.balcon-decor-exterior .box__stick {
		padding: 8px 10px;
	}
	.balcon-decor-exterior .box__stick-title {
		font-size: 18px;
		margin-bottom: 4px;
	}
	.balcon-decor-exterior .box__stick-price {
		margin-bottom: 4px;
	}
	.balcon-decor-exterior .box__stick-text {
		font-size: 16px;
	}
	.balcon-decor-exterior .box__stick.frame {
		top: 150px;
		left: -30px;
	}
	.balcon-decor-exterior .box__stick.roof {
		top: 15px;
		right: 135px;
	}
	.balcon-decor-exterior .box__stick.siding {
		bottom: 49px;
		right: 93px;
	}
	.balcon-decor-exterior .box__wrap-price {
		grid-template-columns: min-content 182px;
		width: auto;
		margin: 0 auto 30px;
		gap: 36px;
	}
	.balcon-decor-exterior .box__wrap-installment:before {
		left: -18px;
	}	
	.balcon-decor-exterior .price-caption {
		font-size: 18px;
		margin-bottom: 6px;
	}
	.balcon-decor-exterior .price-current {
		font-size: 34px;
		margin-bottom: 19px;
	}
	.balcon-decor-exterior .price-current .word,
	.balcon-decor-exterior .price-current .currency {
		font-size: 24px;
	}
	.balcon-decor-exterior .installment-price .currency {
		font-size: 20px;
	}	
	.balcon-decor-exterior .price-offer {
		font-size: 16px;
		padding: 12px;
	}
	.balcon-decor-exterior .installment-text {
		font-size: 14px;
	}
	.balcon-decor-exterior .installment-price {
		font-size: 28px;
		margin-bottom: 22px;
	}
	.balcon-decor-exterior .box__btn .btn {
		width: 447px;
	}	
}
@media (min-width: 1024px) {	
	.balcon-decor-exterior h2 {
		font-size: 40px;
		margin-bottom: 30px;
	}
	.balcon-decor-exterior .content__box {
		grid-template-columns: 470px 1fr;
		column-gap: 20px;
	}
	.balcon-decor-exterior .box__info-list {
        gap: 20px;
        grid-template-columns: unset;
		grid-column: 1 / 2;
        grid-row: 1 / 2;		
    }
    .balcon-decor-exterior .box__info-item {
        gap: 10px;
    }
    .balcon-decor-exterior .box__info-item:last-child {
        width: 430px;
    }	
    .balcon-decor-exterior .box__info-item svg {
        width: 35px;
    }	
	.balcon-decor-exterior .box__wrap-img {
		grid-column: 2 / 3;
		grid-row: 1 / 4;
		padding: 0 51px 43px 49px;
	}	
	.balcon-decor-exterior .box__wrap-img:before {
		width: 470px;
		height: 202px;
		background-image: url('../../assets/img/glazing-turnkey-fon-desktop.png');
		bottom: 0;
	}	
	.balcon-decor-exterior .box__img {
		width: 370px;
		height: 374px;			
		margin-bottom: 0;
	}
	.balcon-decor-exterior .box__wrap-price {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
		margin: 0 0 25px;
		gap: 40px;		
	}
	.balcon-decor-exterior .price-caption {
		margin-bottom: 11px;
	}	
	.balcon-decor-exterior .price-current {
		margin-bottom: 17px;
	}
	.balcon-decor-exterior .installment-text {
		margin-bottom: 6px;
	}
	.balcon-decor-exterior .installment-price {
		margin-bottom: 28px;
	}
	.balcon-decor-exterior .price-offer {
		padding: 10px;
	}	
	.contact-form__text {
		font-size: 12px;
	}	
	.balcon-decor-exterior .box__wrap-installment:before {
		left: -20px;
	}
	.balcon-decor-exterior .box__stick-title {
		font-size: 16px;
	}
	.balcon-decor-exterior .box__stick-text {
		font-size: 14px;
	}	
	.balcon-decor-exterior .box__stick.frame {
		top: 157px;
		left: -18px;
	}
	.balcon-decor-exterior .box__stick.roof {
		top: 15px;
		right: 145px;
	}
	.balcon-decor-exterior .box__stick.siding {
		bottom: 41px;
		right: 52px;
	}
	.balcon-decor-exterior .box__btn {
		grid-column: 1 / 2;
		grid-row: 3 / 4;
	}
	.balcon-decor-exterior .box__btn .btn {
		width: 388px;
		height: 59px;
		border-radius: 10px;
		font-size: 16px;
		margin: 0;
	}	
}