.osteklenie-3-h-metrovyh-balkonov .price-finishing-balcon .indent,
.otdelka-balkonov-pod-klyuch .price-finishing-balcon .indent,
.plastikovoe-osteklenie-balkonov .price-finishing-balcon .indent,
.price-finishing-balcon.exterior .indent,
.price-finishing-aluminum .indent {
	padding-bottom: 0;
}
.price-finishing h2 {
	margin-left: auto;
    margin-right: auto;	
    margin-bottom: 15px;
}
.price-finishing .desc {
	line-height: 130%;
    margin-bottom: 24px;
}
.price-finishing .tab__list {
    margin-bottom: 25px;
}
.price-finishing .tab__list {
    display: flex;
    gap: 12px;
}
.price-finishing .tab__item-content {
	display: none;
    width: 288px;
    margin: 0 auto;	
}
.price-finishing .tab__item-content.active {
	display: block;
}
.price-finishing .box__content {
	display: grid;
	gap: 15px;
}
.price-finishing .tab__item-btn {
	font-size: 18px;
	letter-spacing: 0;
	text-decoration: none;
	height: 40px;
}	
.price-finishing .tab__item:not(.active) .tab__item-btn {
	background: #efefef;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
	color: #000;
}
.price-finishing .btn__load-more {
	margin-top: 20px;
}
.product__finishing {
    background: #fff;
    border-radius: 6px;
    height: 100%;	
}
.product__finishing-inner {
	display: flex;
    flex-direction: column;	
	padding: 15px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);	
	height: 100%;
}
.product__finishing-headline {
    display: grid;
	gap: 10px;
    text-align: center;
    margin-bottom: 10px;	
}
.product__finishing-title {
	font-size: 18px;
	line-height: 110%;
	text-transform: uppercase;	
}
.product__finishing-sub-title {
	font-size: 14px;
	line-height: 120%;	
}
.product__finishing-img {
	margin-top: auto;
	margin-bottom: 15px;
}
.product__finishing-img img {
	width: 100%;
    height: auto;
	border-radius: 6px;
}
.product__finishing-cost {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.product__finishing-price {
	display: grid;
	align-items: end;
	gap: 6px;
}
.product__finishing-price .currency,
.product__finishing-price .word {
	font-size: 16px;
	line-height: 100%;
}
.product__finishing-price .currency {
	margin-left: 4px;
}
.product__finishing-price .word {
	margin-right: 4px;
}
.product__finishing-price.--old {
	color: #979797;
}
.product__finishing-price.--old .caption {
	font-size: 14px;
	line-height: 100%;
}
.product__finishing-price.--old .price {
	font-size: 26px;
	line-height: 100%;
	position: relative;	
}
.product__finishing-price.--old .price:before {
    content: '';
    display: inline-block;
	width: 100%;
    height: 1px;
    transform: rotate(7deg);
	background: #f26422;
    position: absolute;
	top: calc( 50% - 1px );
    z-index: 1;	
}
.product__finishing-price.--current .caption {
	font-size: 16px;
	line-height: 100%;	
}
.product__finishing-price.--current .price {
	font-size: 28px;
	line-height: 100%;	
}
.price-finishing-balcon.glazing {
	overflow-x: hidden;
}
.price-finishing-balcon.glazing .owl-carousel .owl-stage-outer {
	-webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));		
}
.price-finishing-balcon.glazing .slider__owl-carousel .product__finishing-inner {
	width: 307px;
	box-shadow: none;
}
@media (max-width: 767px) {
	.price-finishing-balcon h2 {
		font-size: 23px;
	}
	.price-finishing-balcon.main .desc,
	.price-finishing-balcon.glaze .desc {
		width: 311px;
		margin-left: auto;
		margin-right: auto;
	}
	.price-finishing .tab__list {
		flex-direction: column;
	}	
	.price-finishing .mobile-hidden {
		display: none;
	}
	.price-finishing .box__content,
	.price-finishing .box__wrap {
		width: 288px;
		margin: 0 auto;
	}
	.price-finishing-balcon.interior {

	}
	.price-finishing-balcon.interior .box__content {
		display: block;
	}
	.price-finishing-balcon.interior .box__content,
	.price-finishing-balcon.interior .box__wrap {
		width: 100%;
	}	
	.price-finishing-balcon.interior .tab__content-list {
		position: relative;
	}	
	.price-finishing-balcon.interior .tab__item-content {
		display: block;
		position: absolute;
		opacity: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}	
	.price-finishing-balcon.interior .tab__item-content.active {
		position: relative;
		opacity: 1;
	}
	.price-finishing-balcon.interior .product__finishing-inner {
		width: 307px;
	}
	.price-finishing-balcon.interior .owl-carousel .owl-stage-outer {
		clip-path: inset(-100vw -100vw -100vw -0);
		overflow: unset;
		padding: 0 6px;
	}	
	.price-finishing-balcon.interior .owl-nav {
		display: none;
	}	
	.osteklenie-balkona-alyuminiem .price-finishing-balcon.glaze .desc {
		width: 100%;
	}
	.price-finishing-balcon.glazing h2 {
		width: 320px;
	}	
}
@media (max-width: 1199px) {
	.price-finishing-balcon.glazing .owl-carousel .owl-stage-outer {
		clip-path: inset(-100vw -100vw -100vw -0);
		overflow: unset;
		padding: 0 6px;
	}	
}
@media (min-width: 768px) {
	.price-finishing .desc {
		font-size: 18px;
		line-height: 122%;		
		margin-bottom: 30px;
	}
	.price-finishing .tab__list {
		justify-content: space-between;
		gap: 15px;
		margin-bottom: 30px;
	}
	.price-finishing .tab__item {
		flex: 0 0 226px;
	}
	.price-finishing .tab__item-content {
		width: 587px;
	}	
	.price-finishing .box__content {
		grid-template-columns: 1fr 1fr;
		gap: 20px 14px;
	}
	.price-finishing .btn__load-more {
		display: none;
	}
	.price-finishing-balcon.exterior h2 .display,
	.price-finishing-balcon.extension h2 .display,
	.price-finishing-aluminum h2 .display {
		display: block;
	}	
}
@media (min-width: 1200px) {
	.price-finishing h2 {
		margin-bottom: 25px;
	}	
	.price-finishing .tab__list {
		gap: 0;
		margin-bottom: 33px;
	}
	.price-finishing .tab__item {
		flex: 1 0 auto;
	}	
	.price-finishing .tab__item-btn {
		border-radius: 0;
	}
	.price-finishing .tab__item .tab__item-btn {
		border: 2px solid #efefef;
	}	
	.price-finishing .tab__item.active .tab__item-btn {
		background: #fff;
		color: #000;
		border: 2px solid #F26421;
		font-size: 18px;
		font-weight: 700;
		position: relative;
	}
	.price-finishing .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-finishing .tab__item-content {
		width: 100%;
	}	
	.price-finishing .box__content {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 20px;
	}
	.product__finishing-title {
		font-size: 16px;
	}
	.product__finishing-img {
		margin-bottom: 10px;
	}
	.product__finishing-price.--old .caption,
	.product__finishing-price.--current .caption {
		font-size: 18px;
	}
	.product__finishing-price.--old .price {
		font-size: 28px;
	}
	.product__finishing-price.--current .price {
		font-size: 30px;
	}	
	.product__finishing-price .currency {
		margin-left: 6px;
	}
	.price-finishing-balcon.glaze .product__finishing-title {
		font-size: 18px;
	}
	.osteklenie-balkona-v-hrushhevke .price-finishing-balcon .indent {
		padding-bottom: 120px;
	}
	.price-finishing-balcon.glazing h2 {
		width: 800px;
	}
}

