#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    background: #FFFFFF;
    border: 1px solid #B78600;
    max-width: 1150px;
    margin: 20px 10px 0;
}

@media (min-width: 1170px) {
    #block-search {
        margin-left: auto;
        margin-right: auto;
    }
}

.tl-container {
    padding: 0 25px;
}

header.masthead:has(#block-search) {
    min-height: 720px;
}

@media (max-width: 600px) {
    div:has(> iframe[src*="yandex.ru/maps-reviews-widget"]) {
        width: 100% !important;
    }
}

@media (max-width: 400px) {
    #testimonials .col-lg-6 {
        padding: 0;
    }

    #restaurant .row {
        max-width: 100%;
    }
}

.tl-button {
    display: block;
    padding: 14px 30px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #121212 !important;
    background: #fad201;
    max-width: 190px;
    margin-top: 30px;
}

.tl-button:hover {
    background: #e0bb00;
    text-decoration: none;
}
