#block-search.block-search--main {
    position: relative;
    z-index: 1;
    margin: -90px auto 0 auto;
    background: linear-gradient(90deg, rgba(167, 172, 118, 0.55) 0%, rgba(47, 64, 20, 0.85) 46.73%, rgba(47, 64, 20, 0.85) 85.03%, rgba(167, 172, 118, 0.55) 100%);
    backdrop-filter: blur(10px);
}

#block-search .be-container {
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 30px;
}

form#contactForm,
.be-page .footer_social,
.be-page .scroll-top-element,
.be-page .disc_btn {
    display: none !important;
}

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

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

.be-page .be-wrapper {
    padding: 0;
}

.reputation-wrapper {
    position: relative;
}

#be-reputation-widget {
    position: absolute !important;
    z-index: 2;
    right: 20px;
    top: 120px;
    width: 100%;
    max-width: 120px;
}

@media screen and (max-width: 1279px) {
    #block-search.block-search--main {
        background: linear-gradient(90deg, #A7AC76 0%, #2F4014 46.73%, #2F4014 85.03%, #A7AC76 100%);
        margin: 0 auto;
    }
}

@media screen and (max-width: 575px) {
    #be-reputation-widget {
        right: 33px;
        top: 100px;
    }
}
