#be-booking-form {
    width: 100%;
    max-width: 1440px;
    margin: 10px auto;
}

#tl-booking-cart {
    z-index: 1 !important;
}

.be-wrapper {
    padding: 0 5px;
}

#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    background: #ffffff;
}

#block-search.block-search--main {
    position: absolute;
    max-width: 1200px;
    margin-top: -130px;
    z-index: 1;
    width: 100%;
    right: max(100px, calc(195px - ((1920px - 100vw) * 0.5)));
    background: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
}

.be-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 30px;
}

.booking-form,
.be-page .footer-section::after,
.footer_height div:nth-child(4) ul:last-child {
    display: none !important;
}

.be-link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: #981b20;
    border: 1px solid hsla(0, 0%, 100%, .16);
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .38), inset 0 1px 0 0 hsla(0, 0%, 100%, 0);
    color: #fff;
    cursor: pointer;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    height: 42px;
    max-width: 168px;
    padding: 0 12px;
    text-transform: uppercase;
}

.be-link:hover {
    background-color: #bb2127;
    border: 1px solid hsla(0, 0%, 100%, .16);
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 1705px) {
    #block-search.block-search--main {
        margin: -210px auto 0 auto;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 1440px) {
    .be-page #scrollToTop {
        display: none !important;
    }
}

@media (min-width: 1300px) {
    section.nav-bar .form__width_home.rounded-start {
         width: unset;
    }
}

@media screen and (max-width: 1300px) {
    #block-search.block-search--main {
        position: static;
        max-width: 100%;
        background: #ffffff;
        border-radius: 0;
        margin: 0 auto;
    }
}