#block-search,
#block-search-inner {
    border: 2px solid #fff;
    border-radius: 50px;
    position: absolute;
    width: 100%;
    max-width: 1160px;
    bottom: 220px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}
#block-search-inner {
    bottom: 100px;
}

#block-search-events {
    background: rgb(0, 0, 0);
}

#block-search-events .tl-container {
    max-width: 1160px;
    margin: 0 auto;
}

@media(max-width: 1200px) {
    #block-search,
    #block-search-inner {
        position: relative;
        bottom: -1px;
        background: rgb(0, 0, 0);
        max-width: 100%;
        border-radius: 0;
        border: none;
        left: 0;
        transform: none;
    }
}