#be-booking-form,
#be-reviews-widget {
    width: 100%;
    max-width: 1116px;
    margin: 10px auto;
}

#tl-booking-cart {
    z-index: 1 !important;
}

#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    position: relative;
    z-index: 1;
    margin: -150px auto 55px auto;
    max-width: 1176px;
    background: #222222;
}

.be-container {
    padding: 20px 30px;
}

.main-page .booking-wrapper,
.booking-box {
    display: none !important;
}

#be-reputation-widget {
    position: absolute !important;
    bottom: 100%;
    right: 0;
    width: 100%;
    max-width: 300px;
}

@media screen and (max-width: 1180px),
screen and (max-height: 630px) {
    #block-search {
        position: static;
        margin: 0 auto;
    }

    #be-reputation-widget {
        position: absolute !important;
        bottom: unset;
        left: 0;
        margin: 20px auto;
    }
}

@media screen and (max-height: 735px) {
    #block-search.block-search--contact {
        position: static;
        margin: 0 auto;
    }
}
