.resort-filter {

}

.leftbar-fixed .leftbar-fixed__line::before {
    content: '';
    position: absolute;
    right: 8px;
    top: 0;
    height: 100%;
    width: 20px;
    background: url(https://tophotels.ru/csstx/i/arrow-right-grey-dark.svg) center/5px no-repeat;
}

.leftbar-fixed .leftbar-fixed__line {
    display: block;
    color: #475669;
    position: relative;
    margin-bottom: 10px;
    background: #eeeeee;
    padding: 7px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
}

.leftbar-fixed .leftbar-fixed__line:hover {
    background-color: #d4e4f2;
}

.leftbar-fixed .leftbar-fixed__line b {
    width: calc(100% - 60px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.leftbar-fixed .leftbar-fixed__line .lsfw-flag {
    margin: 0 5px 0 -2px;
}

.leftbar-fixed .leftbar-fixed__line > * {
    display: inline-block;
    vertical-align: middle;
}


.resort-filter .tour-selection-wrap-in.resort-filter__hotel .tour-selection-field:nth-child(1) {
    flex-grow: 1;
}

@media screen and (max-width: 1199px) {
    .resort-filter .tour-selection-wrap-in.resort-filter__hotel .tour-selection-field--20p,
    .resort-filter .tour-selection-wrap-in.tour-selection-wrap-flex.resort-filter__cats .tour-selection-field {
        width: 33.3% !important;
    }

    .resort-filter .tour-selection-wrap-in.tour-selection-wrap-flex.resort-filter__cats .tour-selection-field:nth-child(3) .bth__inp-block {
        border-radius: 0 5px 5px 0;
    }

    .resort-filter .flr.bardo {
        font-size: 10px !important;
    }

    .resort-filter .tour-selection-wrap-in.tour-selection-wrap-flex.resort-filter__cats {
        flex-wrap: wrap;
    }

    .resort-filter .tour-selection-wrap-in.tour-selection-wrap-flex.resort-filter__cats .tour-selection-field:last-of-type .tour-selection-wrap-white-adaptive {
        border-radius: 5px !important;
    }

    .resort-filter .tour-selection-wrap-in.tour-selection-wrap-flex.resort-filter__cats .tour-selection-field:last-of-type {
        width: 100% !important;
    }
}

@media screen and (max-width: 1023px) {
    .resort-filter .tour-selection-wrap-in.tour-selection-wrap-flex.resort-filter__params .tour-selection-field {
        width: 33.3% !important;
    }

    .resort-filter .tour-selection-wrap-in.tour-selection-wrap-flex.resort-filter__params .tour-selection-field:nth-child(4) .bth__inp-block {
        border-radius: 5px 0 0 5px;
    }

    .resort-filter .tour-selection-wrap-in.tour-selection-wrap-flex.resort-filter__params .tour-selection-field:nth-child(3) .bth__inp-block {
        border-radius: 0 5px 5px 0;
    }

    .resort-filter .tour-selection-wrap-in.tour-selection-wrap-flex.resort-filter__params .tour-selection-field:nth-child(5),
    .resort-filter .tour-selection-wrap-in.tour-selection-wrap-flex.resort-filter__params .tour-selection-field:nth-child(4) {
        width: 50% !important;
    }
}

@media screen and (max-width: 767px) {
    .resort-filter .tour-selection-wrap-in.tour-selection-wrap-flex.resort-filter__params .tour-selection-field:nth-child(5),
    .resort-filter .tour-selection-wrap-in.tour-selection-wrap-flex.resort-filter__params .tour-selection-field:nth-child(4) {
        width: 100% !important;
    }
}