#block-search{
    max-width: 110rem;
    width: 100%;
    margin: 0 auto;

    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}
#block-search.oteli{
    margin-bottom: 20px;
}
#tl-search-form{
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}
.categories--home{
    top: -17rem
}
@media (max-width: 1200px){
    .container {
        padding: 0px 2.2rem;
    }
}

@media (max-width: 1200px){
    .categories--home {
        margin-top: 0;
        top: -20rem;
    }
    .categories--home #block-search{
        margin-bottom: 60px;
    }

}
@media (max-width: 780px){
    .categories--home {
        margin-top: 2rem;
        top: auto;

    }
    .categories--home #block-search{
        margin-bottom: 10px;
    }
    .categories--home #tl-search-form{
        background: #30373f;
    }

}