.lsfw-tour-search {
    background-color: #a0a0a0;
    line-height: 18px;
    margin-bottom: 20px;
}

.lsfw-tour-search.lsfw-tour-search--loader .lsfw-tour-search__col {
    -webkit-animation: tourSearchLoader 5s infinite;
    animation: tourSearchLoader 5s infinite;
}

.lsfw-tour-search.lsfw-tour-search--loader .lsfw-tour-search__col > * {
    visibility: hidden;
}

@-webkit-keyframes tourSearchLoader {
    0% {
        background-color: #ffffff;
    }
    50% {
        background-color: rgba(255, 255, 255, 0.46);
    }
    100% {
        background-color: #ffffff;
    }
}

@keyframes tourSearchLoader {
    0% {
        background-color: #ffffff;
    }
    50% {
        background-color: rgba(255, 255, 255, 0.46);
    }
    100% {
        background-color: #ffffff;
    }
}

.lsfw-tour-search * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lsfw-tour-search__content .lsfw-tour-search__col {
    height: 550px;
    position: relative;
}

.lsfw-tour-search__content {
    max-width: 1346px;
    font-family: 'apercu_pro', sans-serif;
    padding: 10px 0;
    color: #475669;
    margin: 0 auto;
}

.lsfw-tour-search__content .bth__btn {
    vertical-align: middle;
}

.lsfw-tour-search__content .bth__btn.bth__btn--grey-hov-orange,
.lsfw-tour-search__content .bth__btn.bth__btn--grey-hov-red, .lsfw-tour-search__content .bth__btn.bth__btn--grey-hov-blue,
.lsfw-tour-search__content .bth__btn.bth__btn--grey-hov-green {
    border: none !important;
}


.lsfw-tour-search__items.lsfw-tour-search__items--big-border, .lsfw-tour-search .big-border {
    margin-bottom: 2px;
}

.lsfw-tour-search__cols {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.lsfw-tour-search__content .lsfw-tour-search__col:nth-child(1) {
    width: 25%;
    margin-right: 5px;
}

.lsfw-tour-search__content .lsfw-tour-search__col:nth-child(2) {
    margin-right: 5px;
    width: 20%;
}

.lsfw-tour-search__content .lsfw-tour-search__col:nth-child(3) {
    margin-right: 5px;
    width: 20%;
}

.lsfw-tour-search__content .lsfw-tour-search__col:nth-child(4) {
    width: 35%;
}

.lsfw-tour-search__up i::before {
    content: '\f0de';
    position: absolute;
    top: -9px;
    font-size: 24px;
    left: 0;
    width: 100%;
    text-align: center;
}

.lsfw-tour-search__up.active i::before {
    content: '\f0d7';
    top: -13px;
}

.lsfw-tour-search__up.active i::after {
    content: '\f0de';
    top: 6px;
}

.lsfw-tour-search__up i::after {
    content: '\f0d7';
    position: absolute;
    top: 3px;
    font-size: 24px;
    left: 0;
    width: 100%;
    text-align: center;
}

.lsfw-tour-search__up:hover {
    color: #e27200;
}

.lsfw-tour-search__up:hover i {
    background-color: #e27200;
}

.lsfw-tour-search__up i {
    display: block;
    position: relative;
    height: 6px;
    background-color: #cccccc;
    margin: 14px 6px;
    font-style: normal;
}

.lsfw-tour-search__up {
    height: 35px;
    width: 50px;
    background-color: #ffffff;
    border-radius: 2px;
    text-align: center;
    font-style: normal;
    cursor: pointer;
    position: relative;
    color: #cccccc;
    margin-left: auto;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
}

.lsfw-tour-search__btns {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lsfw-tour-search__btns .bth__btn {
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
    min-width: auto;
    line-height: 35px;
    border: none !important;
}

.lsfw-tour-search__btns .bth__btn.bth__btn--50 {
    min-width: 50px;
    width: auto;
}

.lsfw-tour-search__btns .bth__btn:nth-child(1) {
    width: calc(25% - 4px);
}

.lsfw-tour-search__btns .bth__btn:nth-child(2) {
    width: calc(20% - 3px);
}

.lsfw-tour-search__btns .bth__btn:not(:nth-child(1)):not(:disabled):not(:hover) {
    background: #7d5c93 !important;
}

.lsfw-tour-search__btns .bth__btn.bth__btn--grey-fill-hov-blue:hover {
    background: #9e79b6 !important;
}

.lsfw-tour-search__btns .bth__btn:not(:nth-child(1)):not(:disabled):not(:hover),
.lsfw-tour-search__scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 2px;
    background-color: #ffffff;
    z-index: 10;
}

.lsfw-tour-search .lsfw-tour-search__btns .bth__btn {
    position: relative;
}

.lsfw-tour-search .lsfw-tour-search__btns .bth__btn .lsfw-search-tours__btns-icon {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    width: 45px;
    text-align: center;
    color: #ffffff;
    line-height: 35px;
    font-size: 12px;
}

.lsfw-tour-search .lsfw-tour-search__btns .bth__btn .lsfw-search-tours__btns-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.lsfw-tour-search__scroll::-webkit-scrollbar {
    margin-top: 5px;
    width: 7px;
    background-color: #ffffff;
}

.lsfw-tour-search__scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: none;
    background-color: #ffffff;
}

.lsfw-tour-search__scroll:hover::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.lsfw-tour-search__scroll:hover::-webkit-scrollbar {
    background-color: #f5f5f5;
}

.lsfw-tour-search__scroll:hover::-webkit-scrollbar-thumb {
    background-color: #cccccc;
}

.lsfw-tour-search__scroll.lsfw-tour-search__scroll--300 {
    height: 343px;
}

.lsfw-tour-search__scroll.lsfw-tour-search__scroll--187 {
    height: 181px;
}

.lsfw-tour-search__ul li.lsfw-tour-search__ul-li-grey {
    background-color: #efefef;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 10px;
    margin: 0 0 10px -10px;
    width: calc(100% + 20px);
}

.lsfw-tour-search .lsfw-tour-search__mark.active.fa-ban,
.lsfw-tour-search__ul-li.lsfw-tour-search__ul-li--ignor:hover::before,
.lsfw-tour-search__ul-li.lsfw-tour-search__ul-li--ignor.active::before,
.lsfw-tour-search__ul-li.lsfw-tour-search__ul-li--ignor::before {
    color: #c8242b;
}

.lsfw-tour-search .lsfw-tour-search__mark.active.fa-bookmark,
.lsfw-tour-search__ul-li.lsfw-tour-search__ul-li--likes.active::before,
.lsfw-tour-search__ul-li.lsfw-tour-search__ul-li--likes:hover::before {
    color: #00a551;
}

.lsfw-tour-search .lsfw-tour-search__mark.active {
    cursor: pointer;
}

.lsfw-tour-search .lsfw-tour-search__mark.active:hover {
    color: #999999 !important;
}

.lsfw-tour-search .lsfw-tour-search__mark {
    padding-left: 10px;
}

.lsfw-tour-search__ul-li.lsfw-tour-search__ul-li--ignor, .lsfw-tour-search__ul-li.lsfw-tour-search__ul-li--likes {
    position: relative;
    padding-left: 23px;
    cursor: pointer;
}

.lsfw-tour-search__ul-li.lsfw-tour-search__ul-li--ignor::before {
    content: "\f05e";
    font-size: 14px;
    color: #999999;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
}

.lsfw-tour-search__ul-li.lsfw-tour-search__ul-li--likes::before {
    content: "\f02e";
    font-size: 14px;
    color: #999999;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
}

.lsfw-tour-search__scroll.lsfw-tour-search__scroll--440 {
    height: 393px;
}

.lsfw-tour-search__scroll.lsfw-tour-search__scroll--470 {
    height: 470px;
}

.lsfw-tour-search__scroll {
    overflow-x: auto;
    height: 441px;
}

.lsfw-tour-search__cbx-cut220 label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 220px;
}

.lsfw-tour-search__cbx.lsfw-tour-search__cbx--cut span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    display: inline-block;
    max-width: 250px;
}

.lsfw-tour-search__input .lsfw-flag {
    margin: 0 5px 0 0;
}

.lsfw-tour-search__inp-icon + span {
    font-size: 11px;
}

.lsfw-tour-search__inp-icon + span,
.lsfw-tour-search__input .lsfw-flag + span {
    max-width: calc(100% - 41px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.lsfw-tour-search__inp-icon {
    width: 25px;
    height: 18px;
    font-size: 11px;
    line-height: 18px !important;
    color: #ffffff;
    background: #cccccc center/11px no-repeat;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
    margin-right: 8px;
    margin-left: 4px;
}

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

.lsfw-tour-search__input:hover .lsfw-tour-search__inp-icon {
    background-color: #ff8e41;
}

.lsfw-tour-search__input {
    font-weight: bold;
    font-size: 16px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}

.lsfw-tour-search__col .lsfw-tour-search__items:last-of-type {
    border: none;
}

.lsfw-tour-search__items {
    margin-bottom: 1px;
    position: relative;
    padding: 7px 10px;
    background: #ffff;
}


.lsfw-tour-search__ul li {
    display: block;
    padding-bottom: 5px;
    font-size: 11px;
    margin-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
}


.lsfw-tour-search__cbx label::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 2px;
    border: 1px solid #475669;
}

.lsfw-tour-search__ul-li-flex .lsfw-tour-search__cbx {
    display: inline-block;
}

.lsfw-tour-search__items .lsfw-tour-search__cbx.d-ib:last-of-type {
    margin-right: 0;
}

.lsfw-tour-search__cbx.d-ib {
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
}

.lsfw-tour-search__rbt input:checked + label,
.lsfw-tour-search__cbx input:checked + label,
.lsfw-tour-search__cbx:hover input + label {
    color: #318cc6;
}

.lsfw-tour-search__rbt input:checked + label::before {
    content: '\f192';
    color: #318cc6;
    font-weight: bold;
}

.lsfw-tour-search__rbt label {
    padding-left: 23px;
    position: relative;
    cursor: pointer;
    display: block;
    font-size: 11px;
    color: #475669;
    line-height: 16px;
}

.lsfw-tour-search__fa-star {
    color: #dfa918;
    font-size: 12px;
}

.lsfw-tour-search__rbt label::before {
    content: '\f111';
    position: absolute;
    top: 3px;
    color: #475669;
    left: 2px;
    width: 11px;
    height: 11px;
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    line-height: 11px;
    font-size: 13px;
}


.lsfw-tour-search__cbx:hover input + label::before {
    border-color: #2283c1;
}

.lsfw-tour-search__cbx input:checked + label::before {
    background: #318cc6 url(https://tophotels.ru/csstx/i/checkmark-white.svg) center/6px no-repeat;
    border-color: #2283c1;
}

.lsfw-tour-search__cbx label {
    padding-left: 22px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    font-size: 11px;
    color: #475669;
    line-height: 15px;
    min-height: 13px;
    min-width: 13px;
}

.lsfw-tour-search__rbt input,
.lsfw-tour-search__cbx input {
    display: none !important;
}

.lsfw-tour-search__cbx.lsfw-tour-search__cbx--fill {
    display: block;
}

.lsfw-tour-search__cbx.lsfw-tour-search__cbx--fill label::before {
    top: 8px;
    left: 14px;
}

.lsfw-tour-search__cbx.lsfw-tour-search__cbx--fill label {
    padding: 7px 15px 7px 40px;
    border-bottom: 1px solid #f2f2f2;
}

.lsfw-tour-search__cbx.lsfw-tour-search__cbx--red input + label {
    background-color: #eeeeee;
}

.lsfw-tour-search__cbx.lsfw-tour-search__cbx--red:hover input + label::before {
    border-color: #e03a3a;
}

.lsfw-tour-search__cbx.lsfw-tour-search__cbx--red input:checked + label::before {
    background-color: #e03a3a;
    border-color: #e03a3a;
}

.lsfw-tour-search__cbx.lsfw-tour-search__cbx--red:hover input + label {
    color: #e03a3a;
}

.lsfw-tour-search__cbx.lsfw-tour-search__cbx--red input:checked + label {
    background-color: #f9ebea;
    color: #e03a3a;
}

.lsfw-tour-search__inp-lbl {
    margin-bottom: 5px;
    font-size: 10px;
    text-transform: uppercase;
}

.extended-form__dbl-inputs .lsfw-tour-search__input {
    font-size: 14px;
}

.extended-form__dbl-inputs .lsfw-tour-search__w90px {
    width: 90px;
}

.extended-form__dbl-inputs .lsfw-tour-search__w170px {
    margin-right: 20px;
    width: 140px;
}

.extended-form__dbl-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lsfw-tour-search__ul .lsfw-tour-search__ul-li-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lsfw-tour-search__ul-inn li:last-of-type {
    border: none !important;
}

.lsfw-tour-search__ul-inn {
    margin: 5px 0 0 6px;
    padding-left: 2px;
}

.lsfw-tour-search__geo .lsfw-tour-search__ul-li {
    display: block;
    padding: 0 1px 0 20px;
    font-size: 11px;
    position: relative;
    margin-bottom: 2px;
    border-bottom: none;
}

.lsfw-tour-search__geo {
    border-left: 1px dotted #a0a0a0;
}

.lsfw-tour-search__geo .lsfw-tour-search__ul-li:before {
    content: '';
    border-top: 1px dotted #a0a0a0;
    font-size: 11px;
    color: #aaaaaa;
    height: 1px;
    position: absolute;
    width: 10px;
    left: 0;
    top: 6px;
}

.lsfw-tour-search__tabs span:not(:last-of-type) {
    margin-right: 22px;
}

.lsfw-tour-search__tabs span span {
    font-weight: normal;
}

.lsfw-tour-search__tabs > span:hover {
    color: #c8242b
}

.lsfw-tour-search__tabs > span {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

.lsfw-tour-search__cross-sm::before {
    content: '\f00d';
    font-style: normal;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.lsfw-tour-search__cross-sm:hover {
    color: #c8242b;
}

.lsfw-tour-search__cross-sm {
    color: #999999;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
}

.lsfw-tour-search__empty-rate::before {
    content: '-';
}

.lsfw-tour-search__empty-rate:hover {
    background-color: #cccccc;
}

.lsfw-tour-search__empty-rate {
    font-style: normal;
    text-align: center;
    background-color: #eeeeee;
    border-radius: 2px;
    line-height: 15px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 12px;
    margin-left: 10px;
    color: #999999;
    width: 25px;
}

.lsfw-tour-search__rate {
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    cursor: pointer;
    font-style: normal;
    margin-left: 10px;
}

.lsfw-tour-search__tabs {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.lsfw-tour-search__input-sm {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    font-size: 11px;
}

.lsfw-tour-search__input-sm.filter {
    background: url(https://tophotels.ru/csstx/i/filter-dark-red-icon.png) left center /13px no-repeat;
    padding-left: 25px;
}

.lsfw-tour-search__input-sm.crown.orange {
    background: url(https://tophotels.ru/csstx/i/crown-yellow.svg) left center /13px no-repeat;
}

.lsfw-tour-search__input-sm.crown.green {
    background: url(https://tophotels.ru/csstx/i/crown-green.svg) left center /16px no-repeat;
}

.lsfw-tour-search__input-sm.crown.red {
    background: url(https://tophotels.ru/csstx/i/crown-red.svg) left center /16px no-repeat;
}

.lsfw-tour-search__input-sm.crown {
    padding-left: 22px;
    font-size: 13px;
}

.lsfw-tour-search__alphabet li {
    display: block;
    margin-top: 5px;
    cursor: pointer;
}

.lsfw-tour-search__alphabet + div {
    margin-left: 26px;
    position: relative;
    z-index: 2;
}

.lsfw-tour-search__alphabet {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #f5f5f5;
    overflow: auto;
    width: 26px;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
}

.lsfw-tour-search__alphabet::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.lsfw-tour-search__input.search {
    padding-left: 40px;
    position: relative;
}

.lsfw-tour-search__input input {
    width: 100%;
    height: 100%;
    color: inherit;
    font: inherit;
    border: none;
}

.lsfw-tour-search .formDirections {
    min-width: 100%;
}

.lsfw-tour-search .formDirections .formDirections__wrap {
    position: relative;
    z-index: 1001;
    background-color: #ffffff;
    margin: 0;
    border-radius: 2px;
}

.lsfw-tour-search .formDirections::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.56);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    height: 100%;

}

.lsfw-tour-search__input.search::after {
    border-radius: 2px;
    text-align: center;
    background-color: #cccccc;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f002';
    color: white;
    position: absolute;
    top: 6px;
    left: 0;
    width: 30px;
    height: 17px;
    font-size: 9px;
    line-height: 17px;
}

.lsfw-tour-search__ul-plus::before {
    content: '\f056 ';
}

.lsfw-tour-search__ul-plus.active::before {
    content: '\f055';
}

.lsfw-tour-search__ul-plus.active, .lsfw-tour-search__ul-plus:hover {
    color: #dfa918;
}

.lsfw-tour-search__ul-plus {
    font-weight: bold;
    text-align: center;
    display: inline-block;
    font-style: normal;
    font-size: 14px;
    color: #e5e5e5;
    vertical-align: middle;
    cursor: pointer;
    font-family: "Font Awesome 5 Free";
}

.lsfw-tour-search__all-geo:hover {
    color: #7b868f;
}

.lsfw-tour-search__all-geo:before {
    content: '\f0fe';
    font-weight: bold;
    position: absolute;
    left: 2px;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
}

.lsfw-tour-search__all-geo {
    color: #898b8d;
    text-transform: uppercase;
    font-size: 11px;
    padding-left: 22px;
    position: relative;
    line-height: 15px;
    cursor: pointer;
}

.lsfw-tour-search__grey-block .fas {
    width: 30px;
}

.lsfw-tour-search__grey-block .fa-search {
    font-size: 11px;
    color: #318cc6;
}

.lsfw-tour-search__grey-block .fa-trash-alt:hover {
    color: #e03a3a
}

.lsfw-tour-search__grey-block .fa-trash-alt {
    font-size: 16px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #999999;
    cursor: pointer;
    position: relative;
    z-index: 2;
    line-height: 29px;
}

.lsfw-tour-search__grey-block .tour-detail__arr {
    position: absolute;
    right: 10px;
    top: 17px;
    height: 21px;
}

.lsfw-tour-search__grey-block-link {
    color: #475669 !important;;
    width: calc(100% - 30px);
}

.lsfw-tour-search__grey-block {
    padding: 5px 15px;
    border-radius: 2px;
    margin-bottom: 5px;
    background-color: #efefef;
    color: #475669 !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
}

.lsfw-tour-search__grey-block-ttl {
    font-weight: bold;
}

.lsfw-tour-search__grey-block-link:hover .lsfw-tour-search__grey-block-ttl,
.lsfw-tour-search__grey-block:hover .lsfw-tour-search__grey-block-ttl {
    color: #318cc6;
}


.last-search-btn::before {
    content: '\f078';
    font-weight: bold;
    position: absolute;
    right: 10px;
    font-size: 10px;
    top: 0;
    font-family: "Font Awesome 5 Free";
}

.last-search-btn:hover {
    background-color: #faf6e5;
}

.last-search-btn {
    cursor: pointer;
    height: 25px;
    background: #ffffff url(https://tophotels.ru/csstx/i/sprite-cogs-white-red.png) 2px 2px/35px no-repeat;
    border-radius: 2px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    color: #c8242b;
    padding: 0 50px 0 44px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
    line-height: 25px;
}


.lsfw-tour-search__flex-triple .lsfw-tour-search__rbt {
    width: 33%;
    margin-bottom: 10px;
}


.lsfw-tour-search__flex-col {
    text-transform: uppercase;
    padding-right: 20px;
    margin-right: 20px;
    white-space: nowrap;
}

.lsfw-tour-search__flex-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    margin-right: 30px;
}

.lsfw-tour-search__scroll-in::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 2px;
    background-color: #f5f5f5;
    z-index: 10;
}

.lsfw-tour-search__scroll-in::-webkit-scrollbar {
    margin-top: 5px;
    width: 5px;
    background-color: #f5f5f5;
}

.lsfw-tour-search__scroll-in::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: none;
    background-color: #cccccc;
}

.lsfw-tour-search__scroll-in {
    height: 300px;
    overflow-y: auto;
    padding: 0 20px 20px 20px;
}

.lsfw-tour-search__day:hover, .lsfw-tour-search__day.active {
    border-color: #038cd6;
    background-color: #038cd6;
    color: #ffffff;
}

.lsfw-tour-search__day {
    width: 40px;
    height: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #cccccc;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    line-height: 40px;
    margin: 0 5px 5px 0;
}

.lsfw-tour-search__days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 345px;
}

@media screen and (min-width: 1200px) {
    .lsfw-tour-search.lsfw-tour-search--long .lsfw-tour-search__scroll {
        height: 641px;
    }

    .lsfw-tour-search.lsfw-tour-search--long .lsfw-tour-search__content .lsfw-tour-search__col {
        height: 750px;
    }

    .lsfw-tour-search.lsfw-tour-search--long .lsfw-tour-search__scroll.lsfw-tour-search__scroll--300 {
        height: 544px;
    }

    .lsfw-tour-search.lsfw-tour-search--long .lsfw-tour-search__scroll.lsfw-tour-search__scroll--440 {
        height: 594px;
    }

    .lsfw-tour-search.lsfw-tour-search--long .lsfw-tour-search__scroll.lsfw-tour-search__scroll--187 {
        height: 281px;
    }
}

@media screen and (max-width: 1500px) {
    .lsfw-tour-search__content {
        padding: 10px 20px;
    }

    .lsfw-tour-search__cbx-cut220 label {
        max-width: 190px;
    }

    .lsfw-tour-search__tabs span:not(:last-of-type) {
        margin-right: 15px;
    }

    .lsfw-tour-search__empty-rate {
        display: none;
    }

    .lsfw-tour-search__input-sm.crown {
        padding-left: 20px;
        font-size: 12px !important;
        background-size: 10px !important;
    }

    .lsfw-tour-search__rate {
        font-size: 10px;
    }

    .lsfw-tour-search__cbx.d-ib {
        margin-right: 7px;
    }

}


@media screen and (max-width: 1465px) {
    .extended-form__dbl-inputs .lsfw-tour-search__w170px {
        width: 145px;
    }
}

@media screen and (max-width: 1440px) {
    .lsfw-tour-search__scroll.lsfw-tour-search__scroll--440 {
        height: 375px;
    }
}

@media screen and (max-width: 1299px) {
    .lsfw-tour-search__tabs span:not(:last-of-type) {
        margin-right: 10px;
    }

    .lsfw-tour-search__tabs {
        font-size: 10px;
    }

    .extended-form__dbl-inputs .lsfw-tour-search__w90px {
        width: auto;
    }
}

@media screen and (max-width: 1271px) {
    .lsfw-tour-search__scroll.lsfw-tour-search__scroll--187 {
        height: 172px;
    }
}

@media screen and (max-width: 1200px) {
    .lsfw-tour-search__content .lsfw-tour-search__cols {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        gap: 10px 0;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .lsfw-tour-search .lsfw-tour-search__content .lsfw-tour-search__col {
        width: calc(50% - 5px) !important;
        border-radius: 3px;
        margin: 0 !important;
        height: auto;
    }

    .lsfw-tour-search__scroll {
        height: 392px;
    }

    .lsfw-tour-search__scroll.lsfw-tour-search__scroll--187 {
        height: 165px;
    }

    .lsfw-tour-search__scroll.lsfw-tour-search__scroll--440 {
        height: 315px;
    }

    .lsfw-tour-search__scroll.lsfw-tour-search__scroll--300 {
        height: 247px;
    }

    .lsfw-tour-search__up {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .lsfw-tour-search__ul li.lsfw-tour-search__ul-li-grey, .lsfw-tour-search__ul li, .lsfw-tour-search__cbx label {
        font-size: 10px;
    }

    .lsfw-tour-search__btns .bth__btn:nth-child(1) {
        width: calc(50% - 4px);
    }

    .lsfw-tour-search__btns {
        gap: 0 9px;
    }

    .lsfw-tour-search__btns .bth__btn {
        margin-right: 0 !important;
    }

    .lsfw-tour-search__btns .bth__btn:nth-child(2) {
        width: 200px;
    }

    .lsfw-tour-search__scroll.lsfw-tour-search__scroll--440 {
        height: 315px;
    }

    .lsfw-tour-search__all-geo, .lsfw-tour-search__cbx label {
        padding-left: 19px;
    }

    .lsfw-tour-search__cbx.lsfw-tour-search__cbx--cut span {
        max-width: 180px;
    }

    .lsfw-tour-search__cbx.d-ib {
        vertical-align: top;
    }

    .lsfw-tour-search__ul li.lsfw-tour-search__ul-li-grey {
        padding: 1px 10px;
    }
}

@media screen and (max-width: 1023px) {
    .lsfw-tour-search__scroll.lsfw-tour-search__scroll--300 {
        height: 265px;
    }

    .lsfw-tour-search__scroll {
        height: 409px;
    }
}

@media screen and (max-width: 767px) {
    .lsfw-tour-search__btns .bth__btn:nth-child(1) {
        width: 100%;
    }

    .lsfw-tour-search__btns .bth__btn:not(:nth-child(1)) {
        width: 55px !important;
        line-height: 25px;
        margin-top: 10px !important;
    }

    .lsfw-tour-search__btns .bth__btn:not(.bth__btn--bardo) .mr10 {
        margin: 0 !important;
    }

    .lsfw-tour-search .lsfw-tour-search__content .lsfw-tour-search__col {
        width: 100% !important;
        height: auto;
    }

    .lsfw-tour-search__input.search {
        padding-left: 0;
    }

    .lsfw-tour-search__scroll, .lsfw-tour-search__scroll.lsfw-tour-search__scroll--440 {
        height: 200px;
    }

    .lsfw-tour-search__scroll.lsfw-tour-search__scroll--300 {
        height: 200px;
    }

    .lsfw-tour-search__input.search::after {
        display: none;
    }

    .lsfw-tour-search__scroll.lsfw-tour-search__scroll--187 {
        height: 100px;
    }

    .extended-form__dbl-inputs .lsfw-tour-search__w170px {
        width: 125px;
    }
}