#be-booking-form {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

#tl-booking-cart {
    z-index: 1 !important;
}

#block-search,
#block-search * {
    box-sizing: border-box;
}

.block-search-wrapper {
    position: relative;
}

#block-search {
    background: #f8f4f5;
}

.be-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.page-id-754 #custom_html-4,
.page-id-754 #custom_html-3,
.page-id-150 .booking-wrap,
.be-hidden {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .page-id-150 .booking-wrap {
        display: block !important;
        visibility: hidden !important;
        pointer-events: none;
    }
}

@media screen and (min-width: 1280px) {
    #block-search.block-search--main {
        position: absolute;
        bottom: 0;
        z-index: 10;
        width: 100%;
        background: rgba(248, 244, 245, 0.8);
        backdrop-filter: blur(20px);
    }
}

@media screen and (min-width: 1280px) and (min-height: 600px) and (max-height: 720px) {
    #slider .slides li {
        height: 540px ;
    }
}