#block-search, #block-search * {
    box-sizing: border-box;
}

#block-search {
    background: #BCA474;
    margin-top: -30px;
    margin-bottom: 30px;
}

.tl-container {
    padding: 0 30px;
}

.tl-button {
    width: 170px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #37b6bd;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 13.5px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin: 0 auto;
}

.tl-button:hover {
    background: #27abb2;
    color: #fff !important;
}

html {
    overflow-y: hidden;
}

body {
    overflow-y: scroll;
    max-height: 100vh;
    height: auto;
}

body.tl-fancybox-active {
    overflow-y: hidden;
}