body:has(#be-booking-form) .about__full .about__body.aos-init.aos-animate {
    transform: none !important;
}

iframe[id*="tlFrame"] {
    background: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

body:has(#be-booking-form) .fn_subscribe_form,
body:has(#be-booking-form) .contacts__socials {
    display: none !important;
}

#be-booking-form {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
}

#tl-booking-cart {
    z-index: 1 !important;
}

#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    background: #ffffff;
    border: 1px solid #e7e7e7;
}

#block-search.block-search--main {
    position: relative;
    z-index: 1;
    max-width: 1230px;
    margin: -102px auto 0 auto;
    border: none;
}

.be-container {
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 30px;
}

.be-link {
    max-width: 170px;
    margin: 20px 0;
}

@media screen and (max-width: 1020px) {
    #block-search.block-search--main {
        position: static;
        margin: 0 auto;
        border: 1px solid #e7e7e7;
    }
}