.wooden-houses-install {
	margin-bottom: 10px;
}
.wooden-houses-install h2 {
	margin-bottom: 20px;
}
.wooden-houses-install .content__box {
	padding: 20px 14px;
	background: var(--white);
}
.wooden-houses-install .box__describe-title {
	font-size: 20px;
	line-height: 1.1;
	text-align: center;	
	margin-bottom: 10px;
}
.wooden-houses-install .box__describe-text {
	font-size: 14px;
	line-height: 1.3;
	text-align: center;	
	margin-bottom: 15px;
}
.wooden-houses-install .box__img-wrap {
	margin-bottom: 10px;
}
.wooden-houses-install .box__img {
	position: relative;
    width: 190px;
	padding-top: 7px;
    margin: 0 auto;
}
.wooden-houses-install .box__img svg {
    width: 152px;
    height: 29px;
    position: absolute;
    top: 0;
    left: 50px;	
}
.wooden-houses-install .box__cost .word, .wooden-houses-install .box__cost .currency {
    font-size: .6em;
}
.wooden-houses-install .box__cost .word {
    margin-right: 0.25em;
}
.wooden-houses-install .box__cost .currency {
    margin-left: 0.15em;
}
.wooden-houses-install .box__cost-title {
	font-size: 24px;
	line-height: 1.1;
	text-align: center;	
	margin-bottom: 6px;
}
.wooden-houses-install .box__price {
    align-items: center;
    justify-content: space-between;
}
.wooden-houses-install .box__price-old .caption {
	font-size: 14px;
	line-height: 1;
	color: var(--chernyy-400);	
	margin-bottom: 6px;
}
.wooden-houses-install .box__price-old .price {
	font-size: 26px;
	line-height: 1;	
}
.wooden-houses-install .box__sticker-price {
	line-height: 1;
	width: 150px;
	height: 92px;	
	padding: 6px 6px 7px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='150' height='92' viewBox='0 0 150 92' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 11.8738C0 7.54042 3.45024 3.99484 7.78201 3.87676L141.782 0.224016C146.284 0.101295 150 3.71738 150 8.22105V83.8069C150 88.2999 146.301 91.9118 141.809 91.8046L7.80925 88.6085C3.46653 88.5049 0 84.9547 0 80.6108V11.8738Z' fill='%23F52828' /%3e%3c/svg%3e");
}
.wooden-houses-install .box__sticker-price .price {
	font-size: 30px;
	height: 42px;
    padding: 6px;
	margin-bottom: 5px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='138' height='42' viewBox='0 0 138 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 9.75919C0 5.38311 3.51612 1.81911 7.8918 1.75992L129.892 0.109676C134.352 0.0493452 138 3.64835 138 8.10894V33.9048C138 38.3601 134.36 41.9569 129.905 41.9042L7.90531 40.4602C3.52427 40.4084 0 36.8421 0 32.4608V9.75919Z' fill='url(%23paint0_linear_7540_51384)' /%3e%3cdefs%3e%3clinearGradient id='paint0_linear_7540_51384' x1='69' y1='0' x2='69' y2='42' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FFE80F' /%3e%3cstop offset='1' stop-color='%23FFD748' /%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}
.wooden-houses-install .box__sticker-price .price-sale {
	color: var(--white);
    gap: 6px;
    justify-content: center;
    align-items: center;	
}
.wooden-houses-install .box__sticker-price .sale-caption {
	font-size: 14px;		
}
.wooden-houses-install .box__sticker-price .sale-data {
	font-size: 32px;		
}
@media (max-width: 1199px) {
	.wooden-houses-install h2 span {
		display: block;;
	}	
}
@media (min-width: 768px) {
	.wooden-houses-install .content__box {
		padding: 20px;
		display: grid;
		grid-template-columns: 166px 1fr;
		column-gap: 47px;		
	}
	.wooden-houses-install .box__describe {
		grid-column: 2 / 3;
		grid-row: 1 / 2;		
	}
	.wooden-houses-install .box__img-wrap {
		grid-column: 1 / 2;
		grid-row: 1 / 2;		
	}
	.wooden-houses-install .box__cost {
		grid-column: 1 / 3;
		grid-row: 2 / 3;		
	}
	.wooden-houses-install .box__describe-title {
		font-size: 24px;
		text-align: left;
		margin-bottom: 12px;
	}
	.wooden-houses-install .box__describe-text {
		font-size: 16px;
		text-align: left;
		margin-bottom: 0;
	}
	.wooden-houses-install .box__img-wrap {
		margin-bottom: 0;
	}	
	.wooden-houses-install .box__img {
		width: auto;
	}
	.wooden-houses-install .box__img svg {
		left: 38px;
	}
	.wooden-houses-install .box__cost-title {
		font-size: 30px;
		margin-bottom: 12px;
	}
	.wooden-houses-install .box__price {
		gap: 20px;
		justify-content: center;
	}
	.wooden-houses-install .box__price-old .caption {
		font-size: 16px;
	}
	.wooden-houses-install .box__price-old .price {
		font-size: 34px;
	}
	.wooden-houses-install .box__sticker-price {
		display: flex;
		gap: 20px;
		width: 345px;
		height: 65px;
		padding: 7px 6px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='345' height='65' viewBox='0 0 345 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 10.8222C0 6.43003 3.54103 2.85924 7.93301 2.82246L336.933 0.0675496C341.377 0.0303348 345 3.62281 345 8.06727V56.9412C345 61.3824 341.382 64.9735 336.941 64.941L7.9414 62.5304C3.54611 62.4982 0 58.926 0 54.5306V10.8222Z' fill='%23F52828' /%3e%3c/svg%3e");
	}
	.wooden-houses-install .box__sticker-price .price {
		width: 172px;
		height: 51px;
		font-size: 36px;
		padding: 8px 9px 7px;
		margin-bottom: 0;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='172' height='51' viewBox='0 0 172 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 10.1619C0 5.78477 3.5178 2.22031 7.89458 2.16263L163.895 0.106816C168.354 0.048052 172 3.64662 172 8.10612V42.9072C172 47.3616 168.362 50.958 163.908 50.9067L7.90777 49.1078C3.52576 49.0573 0 45.4907 0 41.1084V10.1619Z' fill='url(%23paint0_linear_6916_51092)' /%3e%3cdefs%3e%3clinearGradient id='paint0_linear_6916_51092' x1='86' y1='0' x2='86' y2='51' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FFE80F' /%3e%3cstop offset='1' stop-color='%23FFD748' /%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
	}
}
@media (min-width: 1024px) {
	.wooden-houses-install {
		margin-bottom: 20px;
	}	
	.wooden-houses-install .desc {
		max-width: 1100px;
		margin: 0 auto 40px;
	}	
	.wooden-houses-install .content__box {
		padding: 25px 26px 25px 53px;
		grid-template-columns: 206px 1fr;
		column-gap: 128px;
	}	
	.wooden-houses-install .box__describe {
		grid-column: 2 / 3;
		grid-row: 1 / 2;		
	}
	.wooden-houses-install .box__img-wrap {
		grid-column: 1 / 2;
		grid-row: 1 / 3;		
	}
	.wooden-houses-install .box__cost {
		grid-column: 2 / 3;
		grid-row: 2 / 3;		
	}
	.wooden-houses-install .box__describe-title {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.wooden-houses-install .box__describe-text {
		font-size: 16px;
		text-align: left;
		margin-bottom: 25px;
	}	
	.wooden-houses-install .box__img svg {
		width: 152px;
		height: 32px;	
		left: 116px;
	}
	.wooden-houses-install .box__cost-title {
		font-size: 28px;
		line-height: 1.1;
		margin-bottom: 15px;
		text-align: left;
	}
	.wooden-houses-install .box__price {
		justify-content: left;
	}	
	.wooden-houses-install .box__price-old .price {
		font-size: 32px;
	}
	.wooden-houses-install .box__sticker-price {
		width: 310px;
		height: 61px;
		gap: 10px;
		padding: 6px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='310' height='61' viewBox='0 0 310 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 10.6415C0 6.25047 3.53923 2.68016 7.93004 2.64176L301.93 0.0705762C306.375 0.0316984 310 3.62465 310 8.07027V52.9385C310 57.3807 306.381 60.9723 301.939 60.9383L7.93879 58.6885C3.54453 58.6549 0 55.0831 0 50.6888V10.6415Z' fill='%23F52828' /%3e%3c/svg%3e");
	}
	.wooden-houses-install .box__sticker-price .price {
		width: 157px;
		height: 49px;
		font-size: 33px;
		padding: 8px 8px 7px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='157' height='49' viewBox='0 0 157 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 10.0676C0 5.69258 3.51446 2.12903 7.88904 2.06835L148.889 0.112509C153.35 0.0506259 157 3.65007 157 8.11174V40.9023C157 45.3586 153.359 48.9558 148.903 48.9017L7.9029 47.1904C3.52282 47.1372 0 43.5714 0 39.191V10.0676Z' fill='url(%23paint0_linear_10364_67043)' /%3e%3cdefs%3e%3clinearGradient id='paint0_linear_10364_67043' x1='78.5' y1='0' x2='78.5' y2='49' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FFE80F' /%3e%3cstop offset='1' stop-color='%23FFD748' /%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
	}
}