#be-booking-form {
    width: 100%;
    max-width: 1410px;
    margin: 0 auto;
}

#tl-booking-cart {
    z-index: 1 !important;
}

#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    max-width: 1410px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
}

.be-container {
    padding: 0 30px;
}

.be-booking-page .header.-type-1 {
    background-color: var(--color-dark-1);
}

.be-booking-page {
    padding-top: 130px;
}

.be-booking-section {
    padding: 60px 0;
}

.be-booking-section__title {
    padding-bottom: 30px;
    text-align: center !important;
    text-transform: uppercase;
}

.be-booking-page .header__socials,
.be-booking-page .js-toggle-requestForm,
.be-booking-page .footer__socials {
    display: none !important;
}

.requestForm__content {
    height: 0;
}

.requestForm.is-active .requestForm__content {
    height: auto;
}

@media (min-height: 700px) and (min-width: 1400px) {
    #block-search {
        position: relative;
        z-index: 10;
        transform: translateY(-100%);
    }
}

@media (min-height: 700px) and (min-width: 1400px) and (max-width: 1820px) {
    .hero.-type-7 .hero__nav {
        bottom: 115px;
    }
}

@media (min-height: 600px) and (max-height: 850px) {
    .hero.-type-7 .hero__content {
        padding-top: 150px;
    }
}

@media (min-height: 700px) and (min-width: 1820px) {
    .hero.-type-7 .hero__nav {
        bottom: 0;
    }
}

@media (max-height: 700px) {
    #block-search {
        background: #e2f0e8;
    }
}

@media (max-width: 1400px) {
    .hero.-type-7 {
        height: 90vh;
    }

    #block-search {
        background: #e2f0e8;
    }
}

@media (max-width: 1200px) {
    .hero.-type-7 {
        height: 80vh;
    }

    .hero.-type-7 .hero__title {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .hero.-type-7 {
        height: 100vh;
    }
}

@media (max-width: 768px) {
    #be-booking-form {
        padding: 0 10px;
    }
}
