#be-booking-form {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 5px;
}

#tl-booking-cart {
    z-index: 1 !important;
}

#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 -3px 16px rgba(0, 0, 0, 0.11);
    backdrop-filter: blur(6px);
}

#block-search.block-search--mobile {
    display: none;
}

.be-container {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 30px;
}

.page-id-18748 .buttonizer,
.page-id-18748 .progress-wrap {
    display: none !important;
}

/* footer */
.elementor-16941 {
    padding-bottom: 90px;
}

.buttonizer {
    bottom: 140px !important;
}

.progress-wrap {
    bottom: 200px !important;
}

@media screen and (max-width: 1070px) {
    #block-search {
        display: none;
    }

    #block-search.block-search--mobile {
        display: block;
        position: static;
    }

    .buttonizer {
        bottom: 19px !important;
    }

    .progress-wrap {
        bottom: 20px !important;
    }
}