#block-search,
#block-search * {
    box-sizing: border-box;
}
#block-search {
    background: #D4BAC3;
    width: 100%;
}
.tl-container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 50px;
}
#block-search.block-search-main {

}
#tl-booking-form {
    margin:  18px auto 30px;
    max-width: 1170px;
    width: 100%;
}
#tl-booking-cart {
    z-index: 1 !important;
}
#page-wrap > section.section-about > div > div > table:nth-child(3) > tbody > tr > td:nth-child(1) > div.btn__box-order,
form#form_main_booking {
    display: none;
}
.tl-button {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 13.5px;
    font-weight: bold;
    font-style: normal;
    display: block;
    text-decoration: none !important;
    cursor: pointer;
    max-width: 160px;
    width: 100%;
    padding: 12px;
    margin: 12px 0;
    text-align: center;
    white-space: normal;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #6e5160;
    border-radius: 0;
}
.tl-button:hover {
    color: #fff !important;
    background-color: #856275;
    text-decoration: none !important;
    cursor: pointer;
}
@media screen and (max-width: 1199px) {
    #block-search {
        margin-top: 94px;
    }
    #block-search.block-search-main {
        margin-top: 0;
    }
}
@media screen and (max-width: 991px) {
    #block-search {
        margin-top: 0;
    }
}