#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    background: #ebebeb;
    border-radius: 5px;
    max-width: 1500px;
    margin: 0 auto 30px;
}

#block-search.block-search--main {
    margin-bottom: 0;
    max-width: 100%;
}

.tl-container {
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 30px;
}

#tl-booking-form {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    z-index: 0;
}
.site-buttons .btn.btn-lg {
    display: none;
}

.type-booking .social {
    display: none;
}

.type-booking .ajax_basket .fixed_wrapper,
.type-booking .bottom-icons-panel {
    display: none !important;
}