#block-search, #block-search * {
    box-sizing: border-box;
}

#block-search {
    background: rgba(44, 44, 44, 0.7);
}

#block-search-inner {
    background: #231C18;
}

@media (min-width: 854px) {
    #block-search,
    #block-search-inner {
        position: absolute;
        top: 136px;
        width: 100%;
        z-index: 45;
        background: rgba(44, 44, 44, 0.7);
    }
}

.tl-container {
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.tl-button {
    font-weight: 600;
    text-transform: uppercase;
}

a.tl-button {
    border-radius: 0;
}

div[class^="tl-fancybox-bfm-container-"] {
    z-index: 99999999;
}

html {
    overflow: inherit;
}

html .tl-fancybox-bfm-fade-96283 {
    overflow: hidden;
}