.tl-block {
    position: relative;
}
#block-search-main {
    background: #FFFFFFBF;
    width: 100%;
    box-sizing: border-box;
    position: absolute !important;
    bottom: 80px;
    z-index: 99;
    max-width: 1424px;
    margin: 0 auto;
    transform: translateX(-50%);
    left: 50%;
}
#block-search {
    background: #FAF2E6;
    width: 100%;
    position: relative;
    margin: -40px auto 40px;
}
.tl-container {
    padding: 0 25px;
    max-width: 1424px;
    margin: 0 auto;
}
.tl-button {
    font-family: "Lato", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    display: block;
    text-decoration: none !important;
    cursor: pointer;
    max-width: 240px;
    width: 100%;
    padding: 18px;
    margin: 40px 0;
    text-align: center;
    white-space: normal;
    color: #fff !important;
    background-color: #b38e54;
    border-radius: 0;
}
.tl-button:hover {
    color: #fff !important;
    background-color: #c0a170;
    text-decoration: none !important;
    cursor: pointer;
}
.menu-mobile.active {
    background-color: #2A2A2C;
}
@media screen and (max-width: 1424px) {
    #block-search-main {
        bottom: 40px;
    }
}
@media screen and (max-width: 889px) {
    #block-search-main {
        background: #FAF2E6;
        position: relative !important;
        bottom: auto;
        transform: none;
        left: auto;
        margin: -40px auto 40px;
    }
}