.apartment-search-filter{
    margin-top: 6px;
}
.slide-desc {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPgAAAAJCAMAAAAowRGFAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAZlBMVEWqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqr////iXOOKAAAAIHRSTlMACWKSKJDvVgW+/uEEH4TndIVm+mfoIFe/BimR8Apjk21TsloAAAABYktHRCHEbA0WAAAACXBIWXMAAAsSAAALEgHS3X78AAAAf0lEQVRIx+WVxw6AMAxDw2zZlL3x/38lUIGQuEMl8k6xT46iJEQnlu3Q73Fs6+G4ng9hOtb7CPiee0spghCIYtOx3ieOgDAQUoskzXCQm071BbluNVMJUVGCIWW1T1zV3CZeq0Yr2XaMdhxd29/OMDK56tM4PLx5YfDH12W+yg0+4SaGsOW61gAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    max-width: 220px;
    min-height: 26px;
    text-align: center;
    margin-left: 19%;
}

.filter-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.filter-form__price {
    width: 367px;
}

.filter-form__price .slider.slider-horizontal {
    width: 100%;
}

.select2-selection__clear {
    visibility: hidden;
}

.select2-selection {
    border: none !important;
    border-radius: 0 !important;
    background-color: #fff0 !important;
    border-bottom: 1px solid #c3c0c0 !important;
    box-shadow: none !important;
}

.field-filterapartmentsearch-guest_count .select2-selection__arrow {
    display: none;
}

.select2-selection--single {
    padding: 6px 24px 11px 12px !important;
    display: inline-table !important;
}

.select2-results__options a {
    color: #333;
    text-decoration: none;
}

.select2-results__options a:hover, .select2-container--krajee .select2-results__option--highlighted[aria-selected] a {
    color: #fff;
}

.select2-container .select2-dropdown {
    min-width: 170px !important;
}

.filter-buttons {
    display: flex;
    position: relative;
    gap: 10px;
}
.filter-buttons .btn {
    height: 35px;
    width: 130px;
}
.filter_clean {
    position: absolute;
    display: block;
    color: #404040;
    font-size: 10px;
    border: none;
    text-align: left;
    right: 0;
    top: -19px;
}



.filter__mobile-button .collapse-filter {
    width: 100%;
    display: block;
    background-color: #337bb6;
    color: #fff;
    border-radius: 4px;
    padding: 10px 0 10px 15px;
    cursor: pointer;
}

#chevron {
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    margin-right: 10px;
    margin-top: 4px;
}

#chevron.down {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


.price_rage {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}

#min_price, #max_price {
    position: absolute;
    text-align: center;
    border: 1px solid #ddd;
    height: 28px;
    font-weight: 700;
}

#max_price {
    right: 0;
    top: 0px;
    width: 72px;
}

#min_price {
    width: 72px;
}

#filterapartmentsearch-price_range-slider .slider-selection {
    background-color: #004284 !important;
}

.filter-title {
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 5px;
}

.filter-min-max input {
    font-family: inherit;
    width: 80px;
    margin: 0;
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
    box-shadow: 0 0 1px #000;
}

.filter-min {
    border-radius: 4px 0 0 4px !important;
    border-width: 1px 0 0 1px !important;
}

@media screen and (max-width: 902px) {
    .filter-wrapper{
        display: none;
        margin-top: 15px;
    }
    .filter-form__price{
        width: 100%;
    }
    .filter-buttons{
        width: 270px;
        margin-top: 30px;
    }
    .select2-selection--single{
        width: 100%;
        padding-left: 6px !important;
    }
}
