.tl-wrapper {
    position: relative;
}

#block-search-main,
#block-search * {
    box-sizing: border-box;
}

#block-search-main {
    background: #ffffffc9;
    width: 100%;
    position: absolute !important;
    z-index: 9;
    bottom: 120px;
    max-width: 1440px;
    margin: 0 auto;
    transform: translateX(-50%);
    left: 50%;
}

.tl-container {
    margin: 0 auto;
    padding: 0 25px;
}

#item-1782159778461 > div {
    display: none;
}

@media screen and (max-width: 1400px) {
    #block-search-main {
        /*background: #fff;*/
        position: relative !important;
        bottom: auto;
        margin: 0 auto;
        transform: none;
        left: auto;
        max-width: 100%;
    }
}