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

#block-search {
    background: rgba(0, 0, 0, 1);
}

@media screen and (min-width: 1310px) {
    #block-search {
        position: relative;
        z-index: 6;
        min-height: 93px;
        margin-top: -93px;
        background: rgba(0, 0, 0, 0.80);
    }

    .slider__down {
        bottom: 110px!important;
    }
}

.be-container {
    max-width: 1336px;
    margin: 0 auto;
    padding: 0 30px;
}

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

.page-booking .page__header {
    background: #2d2d30 url('/uploads/rooms_888.jpeg') center no-repeat;
}

.booking-section {
    width: 100%;
}

.page-booking .page__title {
    margin: 0 0 30px;
    line-height: normal;
    text-align: center;
}

.page-booking .footer__text--social {
    display: none;
}

.btn--booking {
    width: fit-content;
}