.price-product {
    overflow-x: hidden;
}
.price-product h2 {
    margin-bottom: 15px;
	line-height: 121%;
}
.price-product .desc {
	line-height: 130%;
    margin-bottom: 24px;
}
.price-product .tab__list {
    display: flex;
    gap: 8px;
}
.price-product .tab__item-content {
	display: none;
}
.price-product .tab__item-content.active {
	display: block;
}
.price-product .btn__select {
    justify-content: space-between;
	text-decoration: none;
    padding: 0 20px;	
	margin-bottom: 20px;
    position: relative;
    z-index: 3;	
}
.price-product .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-product .content__select.on {
    position: relative;
}
.price-product .content__select.on .tab__list {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 32px;
    width: 100%;
    z-index: 2;
    padding: 3px 20px 0;
	background: #fff;
	border: 1px solid rgba(208, 208, 208, 0.6);
	gap: 0;
	border-radius: 0 0 10px 10px;
}
.price-product .content__select.on .tab__list .tab__item-btn {
    background: unset;
    color: #000;
    justify-content: left;
    padding: 16px 0;
}
.price-product .content__select.on .tab__list .tab__item + .tab__item {
    border-top: 1px solid rgba(208, 208, 208, 0.6);
}
.price-product .owl-nav {
    display: none;
}
.price-product .product__card {
	display: flex;
    flex-direction: column;
	background: #fff;
	border-radius: 6px;
	height: 100%;
}
.price-product .product__card-inner {
	display: flex;
    flex-direction: column;	
	height: 100%;
    padding: 20px 15px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}
.price-product .product__card-headline {
	display: grid;
	text-align: center;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 15px;
}
.price-product .product__card-title {
    text-transform: uppercase;	
    margin-bottom: 8px;
}
.price-product .product__card-sub-title {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	text-transform: lowercase;	
    margin-bottom: 5px;
}
.price-product .product__card-img {
	display: flex;
	height: 173px;
	margin: 0 13px 15px;
}
.price-product .product__card-img img {
	max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
	margin: 0 auto;
}
.price-product .product__card-desc {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: 15px;
}
.price-product .product__card-price {
    display: flex;
    flex-direction: column;
}
.price-product .product__card-price .caption {
	line-height: 100%;
    letter-spacing: 0.01em;
    margin-bottom: 5px;
}
.price-product .product__card-price .price {
	font-size: 28px;
	line-height: 100%;
}
.price-product .product__card-price .price .word,
.price-product .product__card-price .price .currency {
	font-size: 18px;
}
.price-product .product__card-price .price .word {
	margin-right: 5px;
}
.price-product .product__card-price .price .currency {
    margin-left: 4px;
}
.price-product .product__card-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-product .product__card-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-product .product__card-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-product .product__card.card__note .product__card-inner {
	background: url("../../../img/product/bg-card-note.jpg") no-repeat center;
	background-size: cover;	
	justify-content: center;
}
.price-product .product__card.card__note .card__note-title {
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.price-product .product__card.card__note .card__note-caption {
	font-size: 18px;
	line-height: 122%;
	margin-bottom: 60px;
}
.price-product .product__card.card__note .card__note-tel a {
	font-size: 28px;
	text-decoration: none;
	margin-bottom: 5px;
}
.price-product .product__card.card__note .card__note-tel span {
	font-size: 17px;
	line-height: 118%;
}
.price-product .product__card.card__note .card__note-tel button {
	background: none;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	cursor: pointer;
}
.price-product.aluminum-alutech .product__card-title {
    margin-bottom: 5px;
}
.price-product.glazing-balcon .title .akcia_main {
    display: block;
}
.price-product.glazing-balcon .desc {
    margin-bottom: 15px;
}
.price-product.glazing-balcon .offer {
    margin-bottom: 25px;
	line-height: 120%;
}
.price-product.exterior-balcon-shaped-sheet {
	padding-top: 0;
}
.price-product.glazing-balcon.glazing-balcon-khrushchyovka .akcia_main {
	display: initial;
}
@media (max-width: 767px) {
	.price-product-balcon h2 {
		font-size: 23px;
	}	
	.price-product .tab__list {
		display: none;
	}
	.price-product .product__card {
		padding: 6px;
		width: 306px;
	}
	.price-product .owl-carousel .owl-stage-outer {
		clip-path: inset(-100vw -100vw -100vw -0);
		overflow: unset;	
	}
	.price-product.roof-balcon .desc .fw7 {
		font-weight: normal;
	}
	.price-product.roof-balcon .product__card-headline {
		font-size: 17px;
	}	
}
@media (min-width: 768px) and (max-width: 1199px) {
	.price-product.plastic-glazing h2 .only-tablet {
		display: block;
	}	
	.price-product.glazing-balcon-khrushchyovka .product__card.card__note {
		min-height: 426px;
	}	
}
@media (min-width: 768px) {
	.price-product h2 {
		line-height: 127%;
	}	
	.price-product .desc {
		font-size: 18px;
		line-height: 122%;		
		margin-bottom: 30px;
	}
	.price-product .tab__list {
		justify-content: space-between;
		gap: 15px;
		margin-bottom: 30px;
	}
	.price-product .tab__item {
		flex: 0 0 166px;
	}	
	.price-product .tab__item-btn {
		font-size: 18px;
		letter-spacing: 0;
		text-decoration: none;
		border: 2px solid #efefef;
	}	
	.price-product .tab__item:not(.active) .tab__item-btn {
		background: #efefef;
		font-weight: 700;
		line-height: 100%;
		text-transform: uppercase;
		color: #000;
	}
	.price-product .btn__select {
		display: none;
	}	
	.price-product .box__content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		width: 632px;
		margin: 0 auto;		
	}
	.price-product.aluminum-profile h2 .display,
	.price-product.plastic-glazing h2 .display,
	.price-product.price-glazing-balcon h2 .display,
	.price-product.exterior-balcon-pvh h2 .display,
	.price-product.exterior-balcon-shaped-sheet h2 .display,
	.price-product.exterior-balcon-siding h2 .display,
	.price-product.glazing-balcon-khrushchyovka h2 .display,
	.price-product.roof-balcon h2 .display,
	.price-product.cold-glazing h2 .display,
	.price-product.warm-glazing h2 .display {
		display: block;
	}
	.price-product.glazing-balcon .desc {
		margin-bottom: 20px;
	}
	.price-product.glazing-balcon .offer {
		font-size: 22px;
		margin-bottom: 30px;
	}
}
@media (min-width: 1200px) {
	.price-product h2 {
		margin-bottom: 25px;
	}	
	.price-product .tab__list {
		gap: 0;
		margin-bottom: 33px;
	}
	.price-product .tab__item {
		flex: 1 0 auto;
	}	
	.price-product .tab__item-btn {
		border-radius: 0;
	}
	.price-product .tab__item.active .tab__item-btn {
		background: #fff;
		color: #000;
		border: 2px solid #F26421;
		font-size: 18px;
		font-weight: 700;
		position: relative;
	}
	.price-product .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-product .box__content {
		grid-template-columns: 1fr 1fr 1fr;
		width: 100%;	
	}
	.price-product.brand-provedal h2 .display {
		display: block;
	}
	.price-product.aluminum-profile h2,
	.price-product.plastic-glazing h2 {
		font-size: 35px;
	}
	.price-product.aluminum-profile h2 .display,
	.price-product.glazing-balcon .title .akcia_main {
		display: initial;
	}
	.price-product.glazing-balcon .title {
		font-size: 35px;
	}	
	.price-product.glazing-balcon .title .display {
		display: block;
	}
	.price-product.glazing-balcon.glazing-balcon-6m .desc {
		width: 900px;
		margin: 0 auto 30px;
	}	
}

