#be-booking-form,
#be-reviews-widget {
    width: 100%;
    max-width: 1410px;
    padding: 0 5px;
    margin: 10px auto;
}

#tl-booking-cart {
    z-index: 1 !important;
}

#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    width: calc(100% - 30px);
    margin: 0 auto;
    background: #37290f;
    border-radius: 12px;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(11px);
}

.home #block-search {
    position: relative;
    background: rgba(55, 41, 15, 0.61);
    max-width: 1400px;
    margin: -950px auto 0 auto;
}

.be-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.page-id-5765 #scrollSmoother-container {
    transform: none !important;
    translate: none !important;
    rotate: none !important;
    scale: none !important;
}

.page-id-5765 .ScrollSmoother-wrapper {
    position: static !important;
    overflow: visible !important;
}

.be-link {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffc861;
    border-radius: 5px;
    color: #152a38;
    width: 168px;
    padding: 12px;
}

.be-link:hover {
    background-color: #ffd68a;
    color: #152a38;
}

#menu-item-5884 {
    display: none;
}

#be-reputation-widget {
    position: absolute !important;
    right: 0;
    margin-top: 10px;
    width: 100%;
    max-width: 150px;
}

#be-reputation-widget-mobile {
    display: none;
}

@media screen and (max-width: 1399px) {
    .home #block-search {
        margin: -880px auto 0 auto;
    }
}

@media screen and (max-width: 1199px) {
    .home #block-search,
    #block-search {
        margin: 10px auto;
        background: #37290f;
        border-radius: 12px;
    }

    #be-reputation-widget {
        display: none;
    }

    #be-reputation-widget-mobile {
        display: block;
        width: 100%;
        max-width: 250px;
        margin: 10px auto;
    }
}