/* start --------------------------------------- balcon-decor ---------------------------------------- */
.balcon-decor h2 {
	margin-bottom: 20px;
}
.balcon-decor .card__box {
    padding: 20px;
    background: var(--white);
    border: 1px solid var(--chernyy-100);
}
.balcon-decor .card__title.top {
	font-size: 18px;
	line-height: 1.3;
	text-decoration: underline;
    text-underline-offset: 3px;
}
.balcon-decor .card__img {
    margin-bottom: 10px;
}
.balcon-decor .card__cost {
    justify-content: space-between;
	margin-bottom: 14px;
    position: relative;	
}
.balcon-decor .card__price-old {
    color: var(--chernyy-400);
	gap: 4px
}
.balcon-decor .card__price-old .caption {
    font-size: 14px;
    line-height: 1;
}
.balcon-decor .price-old {
	font-size: 22px;
}
.balcon-decor .card__sticker-price {
	width: 143px;
	height: 78px;	
	padding: 7px 6px 8px;
    position: absolute;
    right: 9px;
	bottom: 0;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='143' height='78' viewBox='0 0 143 78' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 11.2751C0 6.93234 3.46465 3.38267 7.80612 3.27743L134.806 0.198639C139.299 0.0897214 143 3.7021 143 8.19629V69.8285C143 74.3132 139.314 77.9218 134.83 77.8267L7.83034 75.1328C3.47916 75.0405 0 71.4867 0 67.1346V11.2751Z' fill='%23F52828' /%3e%3c/svg%3e");
}
.balcon-decor .price {
	font-size: 26px;
    padding: 6px 8px;
	margin-bottom: 4px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='135' height='40' viewBox='0 0 135 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 9.67313C0 5.29593 3.51784 1.73145 7.89466 1.67382L126.895 0.106737C131.354 0.0480165 135 3.64657 135 8.10604V31.9073C135 36.3616 131.362 39.9581 126.908 39.9068L7.90783 38.5356C3.5258 38.4851 0 34.9184 0 30.5361V9.67313Z' fill='url(%23paint0_linear_6891_47548)' /%3e%3cdefs%3e%3clinearGradient id='paint0_linear_6891_47548' x1='67.5' y1='0' x2='67.5' y2='40' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FFE80F' /%3e%3cstop offset='1' stop-color='%23FFD748' /%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}
.balcon-decor .currency {
    font-size: .6em;
    margin-left: 0.1em;	
}
.balcon-decor .price-sale {
	color: var(--white);
    gap: 6px;
    justify-content: center;
	align-items: center;
}
.balcon-decor .sale-caption {
	font-size: 10px;
	line-height: 1;
}
.balcon-decor .sale-data {
	font-size: 21px;
	line-height: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.balcon-decor.loggias h2 span:not([class]) {
		display: block;
	}	
}
@media (min-width: 768px) {
	.balcon-decor h2 {
		margin-bottom: 30px;
	}	
	.balcon-decor .card__box {
		padding: 25px 20px;
	}
	.balcon-decor .card__title.top {
		font-size: 20px;
	}	
	.balcon-decor .card__img {
		margin-bottom: 16px;
	}
	.balcon-decor .card__cost {
		margin-bottom: 15px;
		padding: 0 17px;
	}
	.balcon-decor .card__price-old .caption {
		font-size: 16px;
	}	
	.balcon-decor .card__sticker-price {
		width: 155px;
		height: 83px;		
		padding: 7px 6px 11px 8px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='155' height='83' viewBox='0 0 155 83' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 11.5008C0 7.15665 3.46677 3.60638 7.80966 3.50302L146.81 0.194924C151.301 0.088029 155 3.69986 155 8.19266V74.8317C155 79.3151 151.316 82.9233 146.833 82.8299L7.83344 79.9353C3.48101 79.8447 0 76.2904 0 71.9371V11.5008Z' fill='%23F52828' /%3e%3c/svg%3e");
	}
	.balcon-decor .price-old {
		font-size: 22px;
	}	
	.balcon-decor .price {
		font-size: 26px;
		padding: 8px;
	}
	.balcon-decor .sale-data {
		font-size: 24px;
	}
}
@media (min-width: 1024px) {
	.balcon-decor h2 {
		margin-bottom: 20px;
	}
	.balcon-decor .city {
		display: block;
	}	
	.balcon-decor .card__box {
		padding: 15px;
	}
	.balcon-decor .card__title.top {
		font-size: 18px;
		text-decoration: none;
		margin-bottom: 12px;
	}	
	.balcon-decor .card__img {
		margin-bottom: 17px;
	}
	.balcon-decor .card__cost {
		padding: 0 5px;
		margin-bottom: 23px;
	}
	.balcon-decor .card__price-old {
		gap: 4px
	}	
	.balcon-decor .card__price-old .caption {
		font-size: 15px;
	}	
	.balcon-decor .price-old {
		font-size: 24px;
	}	
	.balcon-decor .price {
		font-size: 27px;
		padding: 9px;
		border-radius: 8px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='130' height='46' viewBox='0 0 130 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 9.91963C0 5.5504 3.50551 1.98932 7.8742 1.92061L121.874 0.12779C126.341 0.057541 130 3.65931 130 8.1268V37.8892C130 42.3505 126.351 45.9498 121.89 45.8884L7.88992 44.3197C3.51499 44.2595 0 40.6958 0 36.3204V9.91963Z' fill='url(%23paint0_linear_8819_88516)' /%3e%3cdefs%3e%3clinearGradient id='paint0_linear_8819_88516' x1='65' y1='0' x2='65' y2='46' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FFE80F' /%3e%3cstop offset='1' stop-color='%23FFD748' /%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
	}	
	.balcon-decor .card__sticker-price {
		width: 142px;
		height: 97px;		
		padding: 7px 6px 11px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='142' height='97' viewBox='0 0 142 97' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 12.0719C0 7.74816 3.43547 4.20681 7.75723 4.0756L133.757 0.25025C138.269 0.113286 142 3.73317 142 8.24657V88.7847C142 93.2861 138.287 96.9014 133.788 96.7818L7.78754 93.4346C3.45354 93.3195 0 89.773 0 85.4375V12.0719Z' fill='%23F52828' /%3e%3c/svg%3e");
	}
	.balcon-decor .sale-caption {
		font-size: 12px;
	}
	.balcon-decor .sale-data {
		font-size: 26px;
	}
	.balcon-decor .card__btn .btn {
		font-size: 16px;
		height: 54px;
	}	
}
/* end ----------------------------------------- balcon-decor ---------------------------------------- */