@media (min-width: 900px) {
    .cottages-filter .option.option_region {
        max-width: 120px;
    }

    .cottages-filter .option.rooms {
        min-width: 180px;
    }

    .cottages-filter .select.custom .selected {
        padding: 0 6px;
    }

    .cottages-wrapper .image .owl-carousel.owl-drag .owl-item {
        transition: opacity .2s ease;
    }

    .cottages-wrapper .image .owl-carousel.owl-drag .owl-item:not(.active) {
        opacity: 0;
        transition-delay: .2s;
    }
}

.description-text__after{
    padding-top: 50px;
}