#block-search, #block-search * {
    box-sizing: border-box;
}
#block-search {
    background-color: #A74500;
    width: 100%;
}
.tl-container {
    padding: 13px 25px;
    max-width: 1190px;
    margin: 0 auto;
}
.tl-fancybox-active button:hover,
.tl-with-fancybox button:hover {
    background-color: transparent !important;
}
@media(max-width: 980px) {
    .tl-fancybox-container {
        max-width: 100vw !important;
    }
    .tl-fancybox-active {
        overflow: hidden !important;
    }
    .tl-fancybox-active .t450 {
        width: 0;
        max-width: none !important;
        display: none;
    }
    .tl-with-fancybox {
        position: fixed;
    }
}
