#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    position: relative;
    background: rgba(34, 34, 34, 0.85);
    backdrop-filter: blur(6px);
}

@media screen and (min-width: 870px) and (min-height: 500px) {
    #block-search.block-search--fixed {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 30;
        width: 100%;
    }

    .footer-bottom {
        padding-bottom: 180px !important;
    }

    .progress-wrap {
        bottom: 160px;
    }
}

.be-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

#be-reputation-widget {
    position: absolute!important;
    right: 10px;
    bottom: 100%;
    z-index: 1;
    width: 100%;
    max-width: 150px;
}

.booking-section {
    padding: 30px 0;
}

#tl-booking-cart {
    z-index: 1 !important;
}

.be-page .progress-wrap {
    display: none;
}

.be-booking-btn {
    display: inline-block;
    padding: 14px 30px;
    margin: 0 0 40px;
    font-size: 13.5px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #b16e0b;
}

.be-booking-btn:hover {
    color: #ffffff;
    background-color: #d7860d;
}
