#block-search, #block-search * {
    box-sizing: border-box;
}
#block-search {
    background-color: #351313;
    border-radius: 3px;
    width: 100%;
    max-width: 1412px;
    margin: 0 auto;
    top: 51px;
    position: relative;
}
.tl-container {
    padding: 0 40px;
}
#tl-anchor {
    margin: 0 auto;
    max-width: 1440px;
    color: #351313;
    font-family: "Tenor Sans", sans-serif;
    padding: 6px;
    text-align: center;
}
#tl-booking-form {
    margin:  18px auto 60px;
    max-width: 1440px;
    width: 100%;
}
.section__title.tl-title {
    /* font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400; */
    font-size: 44px;
    line-height: 50px;
    /* color: #351313; */
    /* display: flex; */
    /* -webkit-box-flex: 1; */
    /* -ms-flex: 1; */
    /* flex: 1; */
    /* width: 100%; */
    /* margin: 0 0 50px 0; */
}
@media screen and (max-width: 600px) {
    #block-search {
        top: auto;
    }
    .section__title.tl-title {
        font-size: 36px;
        line-height: 40px;
    }
}