.furniture-balcon {
	padding: 0;
}
.furniture-balcon .title {
	margin-bottom: 15px;
}
.furniture-balcon .desc {
	margin-bottom: 20px;
}
.furniture-balcon .tab__list {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}
.furniture-balcon .tab__item {
    flex: 1 0 auto;
}
.furniture-balcon .tab__item:not(.active) .tab__item-btn {
	background: #efefef;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    color: #000;
}
.furniture-balcon .tab__item-btn {
	font-size: 17px;
	letter-spacing: 0;
	text-decoration: none;
}
.furniture-balcon .tab__item-content {
	display: none;
}
.furniture-balcon .tab__item-content.active {
	display: block;
}
.furniture-balcon .box__content-text {
	display: grid;
    gap: 15px;	
	line-height: 130%;
	margin-bottom: 20px;	
}
.furniture-balcon .box__content-picture {
    display: flex;
}
.furniture-balcon .box__content-image img {
	border-radius: 6px;
}
.furniture-balcon .box__content-label {
	padding: 20px;
    background-color: #f26421;
	position: relative;	
}
.furniture-balcon .box__content-label:before {
	content: '';
    display: inline-block;
	position: absolute;
	top: -12px;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 172px 12px 172px;
    border-color: transparent transparent #F26421 transparent;	
	z-index: 1;
}
.furniture-balcon .box__content-cost {
    display: flex;
    justify-content: center;	
	margin-bottom: 14px;
}
.furniture-balcon .box__content-price {
    display: flex;
    align-items: center;
}
.furniture-balcon .box__content-price--inner {
    display: inline-grid;
    text-align: center;
}
.furniture-balcon .box__content-price .caption {
    color: #fff;
}

.furniture-balcon .box__content-price.--old {
    padding-right: 40px;
    border-right: 2px solid rgba(255, 255, 255, 0.25);
	flex: 1 0 50%;
	justify-content: flex-end;
}
.furniture-balcon .box__content-price.--old .box__content-price--inner {
	gap: 8px;
}
.furniture-balcon .box__content-price.--old .price {
	font-size: 24px;
	color: #fff;
	opacity: 0.7;
	position: relative;
}
.furniture-balcon .box__content-price.--old .caption {
	line-height: 113%;
}
.furniture-balcon .box__content-price.--old .price:before {
	content: '';
    display: inline-block;
	position: absolute;
	top: calc( 50% - 2px );
    width: 100%;
    height: 2px;
    transform: rotate(9deg);
    background: #ffe600;	
}
.furniture-balcon .box__content-price.--current .caption {
	font-size: 18px;
	line-height: 111%;
	font-weight: 900;
}
.furniture-balcon .box__content-price.--current {
    padding-left: 40px;
}
.furniture-balcon .box__content-price.--current .price {
	font-size: 30px;
	line-height: 123%;
	letter-spacing: 0.05em;
	color: #ffe600;
}
.furniture-balcon .box__content-label .button {
	background: #fff;
    color: #f26422;
}
@media (max-width: 767px) {
	.furniture-balcon .content__select {
		display: none;
	}
	.furniture-balcon .tab__item-content {
		display: block;
		height: 100%;
	}
	.furniture-balcon .box__content {
		display: flex;
		flex-direction: column;
		height: 100%;
	}	
	.furniture-balcon .box__content-title {
		border-radius: 6px;
		width: 345px;
		height: 35px;		
		display: flex;
		align-items: center;
		justify-content: center;		
		font-size: 14px;
		line-height: 100%;
		text-transform: uppercase;
		color: #fff;
		background: #f26422;
		margin-bottom: 20px;
	}
	.furniture-balcon .box__content-text {
		flex-grow: 1;
	}	
}
@media (min-width: 768px) {
	.furniture-balcon .title {
		margin-bottom: 20px;
	}
	.furniture-balcon .desc {
		font-size: 18px;
		line-height: 122%;		
		margin-bottom: 30px;
	}	
	.furniture-balcon .owl-carousel {
		display: block;
	}	
	.furniture-balcon .box__content-title {
		display: none;
	}
	.furniture-balcon .box__content {
		display: grid;
		grid-template-columns: 1fr 407px;
		gap: 20px 0;
	}
	.furniture-balcon .box__content-text {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
		font-size: 18px;
		line-height: 122%;	
		padding-right: 15px;		
		margin-bottom: 0;
	}
	.furniture-balcon .box__content-text .display {
		display: block;
	}	
	.furniture-balcon .box__content-image {
		grid-column: 2 / 3;
		grid-row: 1 / 3;		
	}
	.furniture-balcon .box__content-label {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
		padding: 10px 15px 15px;
		-webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.25));
		filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.25));		
	}
	.furniture-balcon .box__content-label:before {
		border-width: 64px 0px 64px 40px;
		border-color: transparent transparent transparent #F26421;
		top: 0;
		left: unset;
		right: -39px;
	}	
	.furniture-balcon .box__content-cost {
		margin-bottom: 11px;
	}	
	.furniture-balcon .box__content-price. .caption {
		font-size: 20px;
	}	
	.furniture-balcon .box__content-price.--old .box__content-price--inner {
		gap: 4px;
	}
	.furniture-balcon .box__content-price.--old .caption {
		font-size: 13px;
	}
	.furniture-balcon .box__content-price.--old {
		flex: unset;
		padding-right: 25px;
	}
	.furniture-balcon .box__content-price.--old .price {
		font-size: 20px;
	}
	.furniture-balcon .box__content-price.--current {
		padding-left: 25px;
	}
	.furniture-balcon .box__content-price.--current .price {
		font-size: 25px;
	}
	.furniture-balcon .box__content-price.--current .caption {
		font-size: 20px;
		line-height: 110%;
		font-weight: 700;
	}	
}
@media (min-width: 1200px) {
	.furniture-balcon .tab__list {
		gap: 0;
		margin-bottom: 33px;
	}
	.furniture-balcon .tab__item-btn {
		font-size: 18px;
		border-radius: 0;
	}
	.furniture-balcon .tab__item .tab__item-btn {
		border: 2px solid #efefef;
	}	
	.furniture-balcon .tab__item.active .tab__item-btn {
		background: #fff;
		color: #000;
		border: 2px solid #F26421;
		font-size: 18px;
		font-weight: 700;
		position: relative;
	}
	.furniture-balcon .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);
	}
	.furniture-balcon .box__content {
		grid-template-columns: 1fr 633px;
		gap: 35px 20px;
	}
	.furniture-balcon .box__content-text {
		padding-right: 0;
	}
}