#block-search,
#block-search * {
    box-sizing: border-box;
}

.block-search-wrapper {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

#block-search {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    background: #F0F1F3;
    border-radius: 10px;
}

#block-search:not(.container #block-search) {
    width: calc(100% - 30px);
}

@media screen and (min-width: 1280px) and (min-height: 600px) {
    #block-search.block-search--main {
        position: absolute;
        left: 50%;
        bottom: 100%;
        z-index: 2;
        transform: translateX(-50%);
        margin-bottom: 15px;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }

    .hero-text {
        padding-bottom: 300px;
    }
}

@media screen and (min-width: 992px) and (min-height: 630px) {
    #block-search.block-search--vertical {
        position: absolute;
        right: 16px;
        bottom: 100%;
        z-index: 2;
        max-width: 360px;
        margin-bottom: 20px;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 10px;
    }
}

.be-container {
    padding: 0 30px;
}

.booking-form-wrapper,
.booking-form-wrapper * {
    box-sizing: border-box;
}

.booking-form-wrapper {
    position: relative;
    width: 100%;
    max-width: 1248px;
    padding: 20px 0;
    margin: 0 auto;
}

.booking-form-wrapper--loading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #ffffff;
    opacity: 0.5;
}

.be-bookmarks {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 16px;
    padding: 24px 20px 8px;
    margin: 0;
    list-style: none;
    background-color: #f0f1f3;
}

.be-bookmarks__item {
    flex: 1 1 auto;
    padding: 15px 24px;
    margin: 0;
    font-family: "Arial", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #3d3d3d;
    background-color: rgba(61, 98, 140, 0.12);
    border-radius: 30px;
    cursor: pointer;
    transition: background ease-out 0.2s;
}

.be-bookmarks__item--active {
    color: #ffffff;
    background-color: #3d628c;
    cursor: default;
}

.be-bookmarks__item:not(.be-bookmarks__item--active):hover {
    background-color: #bbc9d9;
}

#be-hotel-select {
    display: none !important;
}

#tl-booking-cart {
    z-index: 1 !important;
}

@media screen and (max-width: 480px) {
    .be-bookmarks {
        padding: 24px 12px 8px;
    }
}

@media screen and (max-width: 360px) {
    .be-bookmarks__item {
        padding: 15px 20px;
        font-size: 16px;
    }
}

body:has(#be-booking-form) .footer-icons-group {
    display: none;
}
