#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    min-height: 104px;
    padding: 24px 20px;
    margin: 0 auto;
    border-radius: 12px;
    background: rgba(255, 255, 255, .4);
}

.block-search {
    display: none;
}

.be-container {
    width: 100%;
}

.block-search__city-hotel {
    display: flex;
    gap: 14px;
    width: 100%;
    max-width: 450px;
    padding: 1px;
    margin: 0 12px 0 0;
}

.block-search__city,
.block-search__hotel {
    position: relative;
    width: 100%;
    max-width: 50%;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 -1px 0 0 #b1b1b1, 0 1px 0 0 #b1b1b1, inset 0 0 0 0 rgba(0,0,0,.08), 0 0 0 1px #b1b1b1;
    overflow: hidden;
}

.block-search__city:after,
.block-search__hotel:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 24px;
    height: 24px;
    margin: 6px 6px 15px -24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCc+PHBhdGggZmlsbD0nI0FCOEI1NycgZD0nbTEyIDE2LjUtNy03TDYuNSA4bDUuNSA1LjVMMTcuNSA4IDE5IDkuNVonLz48L3N2Zz4=');
    opacity: 0.88;
}

.block-search__city:hover:after,
.block-search__hotel:hover:after {
    opacity: 1;
}

.block-search__city-hotel select {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 12px 30px 0 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 13.5px;
    line-height: 42px;
    text-overflow: ellipsis;
    color: #121212;
    background: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.block-search__city-hotel select:focus {
    border: none!important;
}

.block-search__label {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 12px;
    height: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 27px;
    color: #575757;
}

.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;
}

@media screen and (max-width: 1399px) {
    .block-search {
        flex-direction: column;
    }

    .block-search__city-hotel {
        max-width: none;
        margin: 0 0 16px;
    }
}

@media screen and (max-width: 991px) {
    .block-search__city-hotel {
        gap: 18px;
    }
}

@media screen and (max-width: 383px) {
    .block-search__city-hotel {
        flex-direction: column;
    }

    .block-search__city,
    .block-search__hotel {
        max-width: none;
    }
}

#tl-booking-cart {
    z-index: 1 !important;
}

.bookmarks,
.bookmarks-hotels {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
}

.bookmarks-title {
    width: auto;
    margin: 0 20px 10px 0;
    padding: 0;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}

.bookmarks-title::after {
    display: none;
}

.bookmarks-list,
.bookmarks-hotel {
    display: none;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bookmarks-hotel {
    margin-right: 20px;
}

.bookmarks-list.active,
.bookmarks-hotel.active {
    display: flex;
}

.bookmarks-list li {
    font-size: 20px;
    line-height: 24px;
    color: #005442;
    text-transform: uppercase;
    cursor: pointer;
}

.bookmarks-list li.active {
    font-weight: 700;
}

.bookmarks-list li:not(:last-child) {
    margin-right: 35px;
    margin-bottom: 10px;
}

.bookmarks-list p {
    margin: 0;
}

.bookmarks-hotels {
    margin-bottom: 0;
}

.bookmarks-hotels li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 20px;
    margin: 0 20px 10px 0;
    color: #005241;
    background: #ffffff;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
    border: 1px solid #BA975F;
    cursor: pointer;
}

.bookmarks-hotels li:last-child {
    margin-right: 0;
}

.bookmarks-hotels li.active {
    color: #FFFFFF;
    background: #005442;
    border: 1px solid #BA975F;
    cursor: default;
}

.bookmarks-hotels p {
    margin: 0 auto;
    font-family: 'Inter', sans-serif, Arial;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

#be-hotel-select {
    display: none;
}

@media (max-width: 500px) {
    .bookmarks, .bookmarks-hotels,
    .bookmarks-list, .bookmarks-hotel {
        flex-direction: column;
    }

    .bookmarks-hotel {
        margin-right: 0;
    }
}
