#block-search, #block-search * {
    box-sizing: border-box;
}
#block-search {
    background-color: #3B4249;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto 12px;
    border-radius: 10px;
    position: relative;
}
.tl-container {
    padding: 0 25px;
}
.tl-wrapper {
    position: relative;
    margin: 0 15px;
}
#block-search-main {
    background: #000000B2;
    width: 100%;
    max-width: 1166px;
    margin: 0 auto;
    position: absolute !important;
    z-index: 1;
    bottom: 120px;
    box-sizing: border-box;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 10px;
}
.tl-container {
    padding: 0 25px;
    max-width: 1250px;
    margin: 0 auto;
}
body.home #block-search {
    display: none;
}
body.home #post-1619 > div > div:nth-child(1) > div > p:nth-child(12) > a,
#post-2001 > div > p > a {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    display: block;
    text-decoration: none !important;
    cursor: pointer;
    max-width: 160px;
    width: 100%;
    padding: 12px;
    margin: 20px 0;
    text-align: center;
    white-space: normal;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #3B4249;
    border-radius: 8px;
    border: 1px solid #3B4249;
}
body.home #post-1619 > div > div:nth-child(1) > div > p:nth-child(12) > a:hover,
#post-2001 > div > p > a:hover {
    color: #3B4249 !important;
    background-color: #FFF;
    text-decoration: none !important;
    cursor: pointer;
}
@media screen and (max-height: 854px) {
    #block-search-main {
        bottom: 90px;
    }
}
@media screen and (max-height: 795px) {
    #block-search-main {
        bottom: 60px;
    }
}
@media screen and (max-height: 740px) {
    #block-search-main {
        bottom: 40px;
    }
}
@media screen and (max-height: 700px) {
    #block-search-main {
        bottom: 20px;
    }
}
@media screen and (max-height: 599px) {
    #block-search-main {
        display: none;
        /*background: #3B4249;*/
        /*max-width: 1166px;*/
        /*position: relative !important;*/
        /*bottom: auto;*/
        /*margin: 20px auto 0;*/
        /*transform: none;*/
        /*left: auto;*/
        /*border-radius: 10px;*/
    }
    body.home #block-search {
        display: block;
    }
}