.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.lsfw-order--loader .lsfw-order__menu-link::before {
    font-size: 0;
}

.lsfw-order.lsfw-order--loader .lsfw-order__menu-link {
    animation: tourSelectionLoader 3s infinite;
    font-size: 0;
}

.lsfw-order .lsfw-order__menu::before {
    content: '';
    bottom: 0;
    position: absolute;
    width: calc(100% - 30px);
    border-bottom: 1px solid #ffffff;
    left: 15px;
}

.lsfw-order .lsfw-order__menu {
    padding: 15px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    background-color: #d0dce3;
    position: relative;
}

.lsfw-order .lsfw-order__menu-link.active::before {
    content: '\f192';
    font-weight: bold;
}

.lsfw-order .lsfw-order__menu-link:hover, .lsfw-order .lsfw-order__menu-link.active {
    color: #ff8e41;
}

.lsfw-order .lsfw-order__menu-link {
    background-color: #ffffff;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 10px 0 40px;
    line-height: 35px;
    text-align: left;
    text-transform: uppercase;
    transition: 0.3s;
    font-size: 14px;
    font-weight: bold;
    width: 250px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}

.lsfw-order .lsfw-order__menu-link::before {
    content: '\f111';
    font-weight: normal;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    position: absolute;
    left: 15px;
    top: 0;
}

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

.lsfw-order .tour-selection-wrap .bth__ta-block .bth__ta {
    padding-right: 16%;
}

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

@media screen and (max-width: 1350px) {
    .lsfw-order .tour-selection-wrap .tour-selection-wrap-flex .lsfw-order__eat,
    .lsfw-order .tour-selection-wrap .tour-selection-wrap-flex .lsfw-order__location,
    .lsfw-order .tour-selection-wrap .tour-selection-wrap-flex .lsfw-order__cat {
        width: 33.3% !important;
    }

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

    .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 .bth__ta-block .bth__ta {
        padding-right: 0;
    }
}

@media screen and (max-width: 1199px) {
    .lsfw-order .lsfw-order__menu {
        white-space: nowrap;
        overflow: auto;
    }

    .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;
    }

    .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;
    }
}

@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;
    }
}

@media screen and (max-width: 499px) {
    .lsfw-order .lsfw-order__menu .lsfw-order__menu-link:not(:last-child) {
        margin-bottom: 10px;
    }

    .lsfw-order .lsfw-order__menu-link {
        width: 100%;
        line-height: 30px;
    }

    .lsfw-order .lsfw-order__menu {
        white-space: normal;
    }
}