#block-search, #block-search * {
    box-sizing: border-box;
}

#block-search {
    min-height: 150px;
    background: #F8F5F0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.block-search {
    position: relative;
    z-index: 1;
    display: none;
    padding: 24px 30px;
}

.block-search--main {
    margin-top: -35px;
}

.be-container {
    width: 100%;
}

.block-search__city-hotel {
    display: flex;
    gap: 24px;
    width: 100%;
    margin: 0 0 18px;
}

.block-search__label {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 12px;
    height: 12px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #575757;
}

.block-search__city-hotel select {
    z-index: 1;
    background: #fff;
    position: relative;
    padding: 12px 30px 2px 12px;
    font-family: 'Barlow', sans-serif;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 13.5px;
    line-height: 28px;
    color: #050505;
    width: 100%;
    border: none;
    box-shadow: 0 -1px 0 0 hsla(23, 40%, 61%, .27), 0 1px 0 0 hsla(23, 40%, 61%, .27), inset 0 0 0 0 rgba(0, 0, 0, .08), 0 0 0 1px hsla(23, 40%, 61%, .27);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.block-search__city-hotel select:focus {
    border: none!important;
}

.block-search__city,
.block-search__hotel {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    max-width: 50%;
}

.block-search__city:after,
.block-search__hotel:after {
    content: '';
    position: absolute;
    z-index: 9999;
    bottom: 0;
    right: 0;
    margin: 6px 6px 9px -24px;
    width: 24px;
    height: 24px;
    opacity: 0.88;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCc+PHBhdGggZmlsbD0nI0Q0NzgzRicgZD0nbTEyIDE2LjUtNy03TDYuNSA4bDUuNSA1LjVMMTcuNSA4IDE5IDkuNVonLz48L3N2Zz4=');
}

.block-search__city:hover:after,
.block-search__hotel:hover:after {
    opacity: 1;
}

.block-search__city-hotel select:focus-visible {
    border-radius: 0;
    outline: none;
}

.block-search__city-hotel select:hover {
    cursor: pointer;
}

.block-search__hotel-item {
    display: none;
}

.visible {
    display: block;
}

.booking-form, .booking-form * {
    box-sizing: border-box;
}

.booking-form {
    max-width: 1200px;
    margin: 0 auto;
}

.booking-form__city-hotel {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 14px;
    width: 100%;
    max-width: 700px;
    margin: 0 0 14px 0;
    padding: 0 21px;
}

.booking-form__label {
    position: absolute;
    z-index: 9;
    top: 3px;
    left: 16px;
    height: 14px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 12.6px;
    line-height: 14px;
    color: #3d3d3d;
    opacity: 0.5;
}

.booking-form__city-hotel select {
    z-index: 999999;
    background: none;
    position: relative;
    padding: 21px 40px 7px 16px;
    font-family: 'Barlow',sans-serif;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #3d3d3d;
    width: 100%;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.booking-form__city,
.booking-form__hotel {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px inset, rgba(114, 114, 114, 0.27) 0px -1px 0px 0px, rgba(114, 114, 114, 0.27) 0px 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px inset, rgba(114, 114, 114, 0.27) 0px -1px 0px 0px, rgba(114, 114, 114, 0.27) 0px 0px 0px 1px;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s,-webkit-box-shadow .3s;
}

.booking-form__city:hover,
.booking-form__hotel:hover {
    z-index: 1;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px inset, rgb(212, 120, 63) 0px 0px 0px 1px, rgba(212, 120, 63, 0.16) 0px 0px 0px 3px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px inset, rgb(212, 120, 63) 0px 0px 0px 1px, rgba(212, 120, 63, 0.16) 0px 0px 0px 3px;
}

.booking-form__city:after,
.booking-form__hotel:after {
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNiA5LjYwMDAxTDEyIDE2LjhMMTggOS42MDAwMUg2WiIgZmlsbD0iI2Q0NzgzZiIvPgo8L3N2Zz4K');
    position: absolute;
    z-index: 9999;
    width: 24px;
    height: 24px;
    top: 12px;
    right: 8px;
    opacity: 0.88;
}

.booking-form__city:hover:after,
.booking-form__hotel:hover:after {
    opacity: 1;
}

.booking-form__city-hotel select:focus-visible {
    outline: 0;
}

.booking-form__city-hotel select:hover {
    cursor: pointer;
}

.booking-form__hotel-item {
    display: none;
}

.visible {
    display: block;
}

#tl-booking-cart {
    z-index: 1 !important;
}

@media screen and (min-width: 1367px) {
    .block-search--main {
        margin-top: -110px;
    }
}

@media screen and (max-width: 1087px) {
    .block-search__city-hotel {
        gap: 18px;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 970px) {
    .booking-form__city-hotel {
        gap: 12px;
        max-width: 600px;
        margin: 0 0 12px 0;
        padding: 0 18px;
    }

    .booking-form__label {
        left: 12px;
        height: 12px;
        font-size: 10.8px;
        line-height: 12px;
    }

    .booking-form__city-hotel select {
        padding: 18px 30px 6px 12px;
        font-size: 12px;
        line-height: 18px;
    }

    .booking-form__city:after,
    .booking-form__hotel:after {
        top: 9px;
    }
}

@media screen and (max-width: 510px) {
    .booking-form__city-hotel {
        flex-direction: column;
        gap: 0;
        padding: 0 10.5px;
        margin: 0 0 14px 0;
    }

    .booking-form__label {
        top: 3.5px;
        left: 14px;
        height: 14px;
        font-size: 12.6px;
        line-height: 14px;
    }

    .booking-form__city-hotel select {
        padding: 21px 30px 7px 14px;
        font-size: 14px;
        line-height: 21px;
    }

    .booking-form__city:after,
    .booking-form__hotel:after {
        top: 12px;
    }
}

@media screen and (max-width: 445px) {
    .block-search__city-hotel {
        gap: 12px;
        flex-direction: column;
    }

    .block-search__hotel,
    .block-search__city {
        max-width: none;
    }
}