.tl-block {
    position: relative;
}
#block-search {
    background: rgba(39, 54, 60, 0.76);
    width: 100%;
    box-sizing: border-box;
    position: absolute !important;
    bottom: 0;
    z-index: 99;
}
.tl-container {
    padding: 0 25px;
    max-width: 1210px;
    margin: 0 auto;
}
#tl-anchor {
    margin: 0 auto;
    max-width: 1160px;
    font-family: "Open Sans", sans-serif;
    padding-left: 6px;
}
#tl-booking-form {
    margin:  18px auto 60px;
    max-width: 1160px;
    width: 100%;
}
.tl-button {
    font-family: 'Montserrat',Arial,sans-serif;
    font-size: 13.5px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    display: block;
    text-decoration: none !important;
    cursor: pointer;
    max-width: 244px;
    width: 100%;
    padding: 8px;
    margin: 12px 0 20px;
    text-align: center;
    white-space: normal;
    color: #ffffff !important;
    background-color: #5db2ca;
}
.tl-button:hover {
    color: #fff !important;
    background-color: #54a3ba;

    text-decoration: none !important;
    cursor: pointer;
}
@media screen and (max-width: 422px) {
    #block-search {
        position: relative !important;
        bottom: auto;
        background: rgba(39, 54, 60, 0.96);
    }
}