.balcon-types-roofs__title {
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 15px;
}
.balcon-types-roofs .desc {
	line-height: 130%;
	margin-bottom: 25px;
}
.balcon-types-roofs__slider .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;
}
.balcon-types-roofs__item {
	background-color: #fff;
	border-radius: 0.5em;
	max-width: 30.6rem;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	  -ms-flex-direction: column;
		  flex-direction: column;
	height: 100%;	  
}
.balcon-types-roofs__item-img {
	height: 18.7rem;
	-o-object-fit: cover;
	 object-fit: cover;
	border-radius: 0.3em 0.3em 0 0;
}
.balcon-types-roofs__item-box {
	position: relative;
	padding: 20px 20px 0;
	height: 100%;
	display: flex;
    flex-direction: column;	
}
.balcon-types-roofs__item-title {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
}
.balcon-types-roofs__item-specific {
	font-size: 18px;
	line-height: 122%;	
	margin-bottom: 10px;
}
.balcon-types-roofs__item-desc {
	line-height: 137%;
	margin-bottom: 45px;
}
.balcon-types-roofs__cost {
    display: flex;
    justify-content: space-between;
	margin-top: auto;
}
.balcon-types-roofs__price {
    display: grid;
    align-items: end;
    gap: 6px;	
}
.balcon-types-roofs__price .currency,
.balcon-types-roofs__price .word {
    font-size: 16px;
    line-height: 100%;
}
.balcon-types-roofs__price .word {
	text-transform: uppercase;
    margin-right: 4px;
}
.balcon-types-roofs__price .currency {
    margin-left: 6px;
}
.balcon-types-roofs__price.--old {
    color: #979797;
}
.balcon-types-roofs__price.--old .caption {
    line-height: 100%;
}
.balcon-types-roofs__price.--old .price {
    font-size: 28px;
    position: relative;
    width: max-content;	
}
.balcon-types-roofs__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;
}
.balcon-types-roofs__price.--current .caption {
    font-size: 18px;
}
.balcon-types-roofs__price.--current .price {
	font-size: 30px;
	line-height: 100%;
}
.balcon-types-roofs__item-link {
	max-width: 20rem;
	-webkit-transform: translateY(50%);
		  transform: translateY(50%);
	background: #f26422;
	color: #FFF;
	font-weight: 700;
	height: 40px;
	text-underline-offset: 2px;
}
@media (min-width: 768px) {
	.balcon-types-roofs__title {
		margin-bottom: 20px;
		line-height: 1.1;
	}
	.balcon-types-roofs .desc {
		font-size: 18px;
		margin-bottom: 30px;
	}  
	.balcon-types-roofs__slider {
		margin: 0 auto;
		max-width: 633px;
	}
}

@media (min-width: 1200px) {
	.balcon-types-roofs__title {
		padding: 0 1em;
		line-height: 1.2;
	}	
	.balcon-types-roofs .desc {
		line-height: 122%;
	}  
	.balcon-types-roofs__slider {
		max-width: 100%;
	}	
}