.lsfw-order {
    position: relative;
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
}

.lsfw-order .tour-selection-wrap {
    width: 100%;
    padding: 15px;
    background-color: #d0dce3;
}

.lsfw-order .tour-selection-wrap .tour-selection-field--80p {
    width: 80%;
}

.lsfw-order .fa-region {
    background-image: url(https://tophotels.ru/csstx/i/region.svg) !important;
}


@media screen and (max-width: 1199px) {

    .lsfw-order .tour-selection-wrap .tour-selection-wrap-flex:not(.lsfw-order__user) {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .lsfw-order .tour-selection-wrap .tour-selection-wrap-flex .lsfw-order__hotel {
        width: 70% !important;
    }

    .lsfw-order .tour-selection-wrap .tour-selection-wrap-flex .lsfw-order__to {
        width: 30% !important;
    }

    .lsfw-order .tour-selection-wrap .tour-selection-wrap-flex .lsfw-order__eat,
    .lsfw-order .tour-selection-wrap .tour-selection-wrap-flex .lsfw-order__view,
    .lsfw-order .tour-selection-wrap .tour-selection-wrap-flex.lsfw-order__destination .tour-selection-field:nth-child(2), .lsfw-order .tour-selection-wrap .tour-selection-wrap-flex.lsfw-order__destination .tour-selection-field:nth-child(1), .lsfw-order .tour-selection-wrap .tour-selection-wrap-flex .lsfw-order__date, .lsfw-order .tour-selection-wrap .tour-selection-wrap-flex .lsfw-order__city {
        width: 50% !important;
    }

    .lsfw-order .tour-selection-wrap .tour-selection-wrap-flex .lsfw-order__type,
    .lsfw-order .tour-selection-wrap .tour-selection-wrap-flex .lsfw-order__location,
    .lsfw-order .tour-selection-wrap .tour-selection-wrap-flex .lsfw-order__cat,
    .lsfw-order .tour-selection-wrap .tour-selection-wrap-flex.lsfw-order__destination .tour-selection-field,
    .lsfw-order .tour-selection-wrap .tour-selection-wrap-flex .lsfw-order__night, .lsfw-order .tour-selection-wrap .tour-selection-wrap-flex .lsfw-order__guest, .lsfw-order .tour-selection-wrap .tour-selection-wrap-flex .lsfw-order__price {
        width: 33.3% !important;
    }
}

@media screen and (max-width: 1023px) {
    .lsfw-order .tour-selection-wrap .tour-selection-wrap-flex .lsfw-order__hotel ,
    .lsfw-order .tour-selection-wrap .tour-selection-wrap-flex .lsfw-order__to {
        width: 50% !important;
    }
}

@media screen and (max-width: 767px) {
    .lsfw-order .tour-selection-wrap .tour-selection-wrap-flex.lsfw-order__destination .tour-selection-field:nth-child(2),
    .lsfw-order .tour-selection-wrap .tour-selection-wrap-flex.lsfw-order__destination .tour-selection-field:nth-child(1),
    html body .lsfw-order .tour-selection-wrap .tour-selection-wrap-in.tour-selection-wrap-flex .tour-selection-field {
        width: 100% !important;
    }

    .lsfw-order .lsfw-order__menu-link {
        font-size: 13px;
        width: auto;
        padding-right: 20px;
        padding-left: 33px;
    }

    .lsfw-order .lsfw-order__menu-link::before {
        left: 11px;
    }
}