#block-search {
    box-sizing: border-box;
    background: #FAFAFA;
}

.tl-container {
    padding: 0 30px;
}

.tl-title,
#tl-anchor {
    margin: 0 auto;
    max-width: 1140px;
    text-align: center;
}

#tl-anchor {
    margin-top: 30px;
}

#tl-booking-form {
    margin:  18px auto 60px;
    max-width: 1140px;
    width: 100%;
    z-index: 0;
}

.tl__button {
    align-items: center;
    background-color: #bf9570;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    height: 47px;
    justify-content: center;
    text-transform: uppercase;
    transition: background .2s;
    width: 210px;
}

.rooms__button {
    align-items: center;
    background-color: #bf9570;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    justify-content: center;
    text-transform: uppercase;
    transition: background .2s;
    width: 100%;
}

.apartments__button {
    align-items: center;
    background-color: #bf9570;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    justify-content: center;
    text-transform: uppercase;
    transition: background .2s;
    width: 100%;
}