.price-decor .title {
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 15px;
}
.price-decor .desc {
	line-height: 130%;
	margin-bottom: 25px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////// */
.price-decor .tab__list {
    display: flex;
    gap: 8px;
}
.price-decor .tab__item-content {
	display: none;
}
.price-decor .tab__item-content.active {
	display: block;
}
.price-decor .btn__select {
    justify-content: space-between;
	text-decoration: none;
    padding: 0 20px;	
	margin-bottom: 20px;
    position: relative;
    z-index: 11;	
}
.price-decor .btn__select:after {
    content: '';
    display: inline-block;
    width: 12px;
	height: 9px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.2099 0.00066185H1.78995C1.45753 0.000180244 1.13178 0.0938473 0.850393 0.270821C0.569006 0.447794 0.343489 0.700837 0.199947 1.00066C0.0319145 1.3564 -0.0328047 1.75219 0.0131642 2.14293C0.0591331 2.53367 0.213941 2.90363 0.459947 3.21066L4.66995 8.31066C4.83516 8.50129 5.03943 8.65418 5.2689 8.75896C5.49837 8.86374 5.74768 8.91797 5.99995 8.91797C6.25221 8.91797 6.50152 8.86374 6.73099 8.75896C6.96047 8.65418 7.16473 8.50129 7.32995 8.31066L11.5399 3.21066C11.786 2.90363 11.9408 2.53367 11.9867 2.14293C12.0327 1.75219 11.968 1.3564 11.7999 1.00066C11.6564 0.700837 11.4309 0.447794 11.1495 0.270821C10.8681 0.0938473 10.5424 0.000180244 10.2099 0.00066185Z' fill='white' /%3e%3c/svg%3e");
}
.price-decor .content__select.on {
    position: relative;
}
.price-decor .content__select.on .tab__list {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 32px;
    width: 100%;
    z-index: 10;
    padding: 3px 20px 0;
	background: #fff;
	border: 1px solid rgba(208, 208, 208, 0.6);
	gap: 0;
	border-radius: 0 0 10px 10px;
}
.price-decor .content__select.on .tab__list .tab__item-btn {
    background: unset;
    color: #000;
    justify-content: left;
    padding: 16px 0;
}
.price-decor .content__select.on .tab__list .tab__item + .tab__item {
    border-top: 1px solid rgba(208, 208, 208, 0.6);
}
.price-decor-type.content-tabs-mode .desc {
	margin-bottom: 20px;		
}
.price-decor-type.content-tabs-mode .tab__list {
	display: grid;
	gap: 8px;
	margin-bottom: 20px;		
}
.price-decor-type.content-tabs-mode .tab__item-btn {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 100%;	
    text-decoration: none;
}
.price-decor-type.content-tabs-mode .tab__item:not(.active) .tab__item-btn {
    background: #efefef;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////// */
.price-decor .card__list .owl-stage-outer {
	-webkit-filter: drop-shadow(3px 4px 5px rgba(0, 0, 0, 0.25));
		  filter: drop-shadow(3px 4px 5px rgba(0, 0, 0, 0.25));
	padding-bottom: 20px;
}
.price-decor .card__item {
	background-color: #fff;
	border-radius: 6px;
	width: 307px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.price-decor .card__image {
    padding: 12px 20px 11px;
    background: #f9f9f9;
	display: flex;
}
.price-decor .card__image img {
	max-width: 100%;
	border-radius: 6px 6px 0 0;
}
.price-decor .card__detail {
	position: relative;
	padding-top: 20px;
	flex-grow: 1;
}
.price-decor .detail__title {
    text-transform: uppercase;
    font-size: 20px;
	padding: 0 15px;
	line-height: 110%;
    margin-bottom: 10px;
}
.price-decor .detail__list {
    padding-bottom: 15px;	
}
.price-decor .detail__item {
	padding: 4px 15px;
	font-size: 18px;
	line-height: 122%;
    display: flex;
    justify-content: space-between;	
}
.price-decor .detail__item:nth-child(odd) {
	background: #f9f9f9;
}
.price-decor .card__result {
	padding: 0 15px 0;	
}
.price-decor .card__result-inner {
    display: flex;
    justify-content: space-between;	
	padding-top: 15px;
	border-top: 1px solid #e6e6e6;
}
.price-decor .card__result-price {
    display: flex;
    flex-direction: column;
}
.price-decor .card__result-price .caption {
	line-height: 100%;
    letter-spacing: 0.01em;
    margin-bottom: 5px;
}
.price-decor .card__result-price .price {
	font-size: 28px;
	line-height: 100%;
}
.price-decor .card__result-price .price .word,
.price-decor .card__result-price .price .currency {
	font-size: 18px;
}
.price-decor .card__result-price .price .word {
	margin-right: 5px;
}
.price-decor .card__result-price .price .currency {
    margin-left: 4px;
}
.price-decor .card__result-sticker {
	flex: 0 0 105px;
    height: 54px;
    background-color: #17A1E3;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    position: relative;
    z-index: 1;
	line-height: 120%;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
    display: flex;
    align-items: center;	
    font-size: 16px;	
}
.price-decor .card__result-sticker:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 20px solid;
    border-color: #17A1E3 transparent transparent #17A1E3;
    border-radius: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    left: -17px;
    z-index: -1;
}
.price-decor .card__result-sticker:after {
    content: '';
    display: inline-block;
    background-color: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: calc( 50% - 4px );
    left: -12px;
	box-shadow: inset 0.125em 0.125em 0.188em rgba(0, 0, 0, 0.25);
    z-index: 1;
}
.price-decor .card__item-link {
	width: 188px;
	-webkit-transform: translateY(50%);
		  transform: translateY(50%);
	background: #f26422;
	color: #FFF;
	height: 40px;
	text-underline-offset: 2px;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.04em;
	text-transform: uppercase;	
}
.price-decor-type .card__image {
    padding: 0;
    background: unset;	
	margin-bottom: 20px;
}
.price-decor-type .card__image img {
    width: 100%;	
}
.price-decor-type .card__detail,
.price-decor-type .detail__title,
.price-decor-type .detail__item ,
.price-decor-type .card__result {
	padding: 0;
}
.price-decor-type .card__inner {
	display: flex;
    flex-direction: column;	
	flex-grow: 1;	
	padding: 0 15px;
}
.price-decor-type .detail__title {
	font-size: 18px;
	line-height: 125%;
}
.price-decor-type .detail__desc {
	font-size: 18px;
	line-height: 122%;	
	margin-bottom: 15px;
}
.price-decor-type .detail__list {
	display: grid;
    gap: 10px;
}
.price-decor-type .detail__item {
	justify-content: start;
	align-items: center;
    gap: 10px;	
	font-size: 16px;
	line-height: 125%;
}
.price-decor-type .detail__item:nth-child(odd) {
	background: unset;
}
.price-decor-type .detail__item svg {
	flex-shrink: 0;
}
.price-decor-type .card__result-price .price .word {
	font-size: 20px;
}
.price-decor-shaped-sheet {
	overflow-x: hidden;
}
.price-decor-shaped-sheet .card__item {
	margin-right: 0!important;
}
@media (max-width: 767px) {
	.price-decor .owl-carousel .owl-stage-outer {
		clip-path: inset(-100vw -100vw -100vw -0);
		overflow: unset;
		padding-left: 6px;
	}
	/* ////////////////////////////////////////////////////////////////////////////////////////////////////// */
	.price-decor .tab__list {
		display: none;
	}	
	/* ////////////////////////////////////////////////////////////////////////////////////////////////////// */	
	.price-decor .card__item {
		margin-right: 15px;
	}	
}
@media (min-width: 768px) and (max-width: 1199px) {
	.price-decor.price-decor-ceiling .desc {
		width: 690px;
		margin-left: auto;
		margin-right: auto;		
	}
	.price-decor-shaped-sheet .owl-carousel .owl-stage-outer {
		clip-path: inset(-100vw -100vw -100vw -0);
		overflow: unset;
		padding: 0 6px 20px;		
	}
	.price-decor.price-decor-shaped-sheet .card__item {
		width: 307px;
	}	
}	
@media (min-width: 768px) {
	.price-decor .title {
		margin-bottom: 20px;
		line-height: 127%;
	}
	.price-decor .title .display {
		display: block;
	}	
	.price-decor .desc {
		font-size: 18px;
		line-height: 122%;
		margin-bottom: 30px;
	}
	/* ////////////////////////////////////////////////////////////////////////////////////////////////////// */
	.price-decor .tab__list {
		justify-content: space-between;
		gap: 15px;
		margin-bottom: 30px;
	}
	.price-decor .tab__item {
		flex: 0 0 166px;
	}	
	.price-decor .tab__item-btn {
		font-size: 18px;
		letter-spacing: 0;
		text-decoration: none;
		border: 2px solid #efefef;
	}	
	.price-decor .tab__item:not(.active) .tab__item-btn {
		background: #efefef;
		font-weight: 700;
		line-height: 100%;
		text-transform: uppercase;
		color: #000;
	}
	.price-decor .btn__select {
		display: none;
	}	
	/* ////////////////////////////////////////////////////////////////////////////////////////////////////// */
	.price-decor .card__list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 630px;
		gap: 35px 15px;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	.price-decor .card__item {
		width: 100%;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	}
	.price-decor-type.content-tabs-mode .desc {
		margin-bottom: 30px;		
	}
	.price-decor-type.content-tabs-mode .tab__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
		margin-bottom: 30px;
	}
	.price-decor-type.content-tabs-mode .tab__item-btn {
		font-size: 17px;
	}
	.price-decor-shaped-sheet .card__list {
		display: block;
		width: 100%;
		padding-bottom: 0;
	}	
}

@media (min-width: 1200px) {
	.price-decor.price-wooden-lining .title .display {
		display: initial;
	}
	/* ////////////////////////////////////////////////////////////////////////////////////////////////////// */
	.price-decor .tab__list {
		gap: 0;
		margin-bottom: 33px;
	}
	.price-decor .tab__item {
		flex: 1 0 auto;
	}	
	.price-decor .tab__item-btn {
		border-radius: 0;
	}
	.price-decor .tab__item.active .tab__item-btn {
		background: #fff;
		color: #000;
		border: 2px solid #F26421;
		font-size: 18px;
		font-weight: 700;
		position: relative;
	}
	.price-decor .tab__item.active .tab__item-btn:before {
		content: '';
		position: absolute;
		width: 17px;
		height: 17px;
		background-color: #fff;
		border-right: 2px solid #F26421;
		border-bottom: 2px solid #F26421;
		bottom: -10px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}	
	/* ////////////////////////////////////////////////////////////////////////////////////////////////////// */	
	.price-decor .card__list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		width: 100%;
		gap: 40px 20px;
	}
	.price-decor-type.content-tabs-mode .tab__list {
		gap: 0;
	}
	.price-decor-type.content-tabs-mode .tab__item-btn {
		font-size: 18px;
	}
	.price-decor-type .card__inner {
		padding: 0 14px;
	}	
	.otdelka-sten-na-balkone .price-decor .indent {
		padding-bottom: 100px;
	}	
}