.warm-floor .title {
	margin-bottom: 15px;
}
.warm-floor .desc {
	line-height: 130%;
	margin-bottom: 25px;
}
.warm-floor .element__item {
    border-radius: 6px;
    background: #f9f9f9;
    padding: 15px;
    display: flex;
    flex-direction: column;	
	height: 100%;
}
.warm-floor .element__picture {
    display: flex;
}
.warm-floor .element__img {
    margin-bottom: 20px;
}
.warm-floor .element__img img {
    border-radius: 6px;
    width: 100%;
}
.warm-floor .element__info {
    color: #000;
    display: flex;
    flex-direction: column;
    height: 100%;	
}
.warm-floor .element__info-title {
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.warm-floor .element__info-list {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
}
.warm-floor .element__info-item {
    display: flex;
    gap: 10px;
    align-items: start;
    line-height: 130%;
}
.warm-floor .element__info-item svg {
    flex-shrink: 0;
}
.warm-floor .element__info-desc {
	line-height: 130%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 15px;
	flex-grow: 1;
}
.warm-floor .element__info-price {
	display: grid;
    gap: 15px;
    margin-top: auto;	
}
.warm-floor .element__info-price .price {
    font-size: 32px;
    line-height: 100%;
}
.warm-floor .element__info-price .price .caption {
    display: block;
	font-size: 18px;
	line-height: 122%;
    margin-bottom: 8px;
}
.warm-floor .element__info-price .word,
.warm-floor .element__info-price .currency {
    font-size: 22px;
}
.warm-floor .element__info-price .word {
    margin-right: 10px;
}
.warm-floor .element__info-price .currency {
    margin-left: 6px;
}
.otdelka-pola-na-balkone .warm-floor {
    padding-bottom: 0;
}
@media (max-width: 767px) {
	.warm-floor .owl-nav {
		display: none;
	}
}
@media (min-width: 768px) {
	.warm-floor .title {
		margin-bottom: 20px;
	}
	.warm-floor .desc {
		font-size: 18px;
		line-height: 122%;		
		margin-bottom: 30px;
	}
	.warm-floor .element__info-item {
		font-size: 18px;
		line-height: 122%;
	}
	.warm-floor .element__info-desc {
		font-size: 18px;
		line-height: 122%;
	}	
	.warm-floor .element__item.cold .element__info-desc {
		padding-right: 10px;
	}	
}
@media (min-width: 1200px) {
	.warm-floor {
		padding-bottom: 120px;
	}
	.warm-floor .element__item {
		padding: 30px;
	}
	.warm-floor .element__info-title {
		font-size: 22px;
	}
	.warm-floor .element__info-price {
		grid-template-columns: 1fr 210px;
		align-items: end;
	}	
}