#block-search,
#block-search-main,
#block-search * {
    box-sizing: border-box;
}
.tl-wrapper {
    position: relative;
    margin: 0 20px;
}
#block-search-main {
    background: #FFF;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    position: absolute !important;
    z-index: 9;
    bottom: 60px;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 10px;
}
#block-search {
    background: #FFF;
}
.tl-container {
    padding: 0 25px;
    max-width: 1360px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    #block-search-main {
        background: #E3EEC7;
        position: relative !important;
        bottom: auto;
        margin: 20px auto;
        transform: none;
        left: auto;
        max-width: 100%;
    }
}