#block-search-detail, #block-search-detail * {
    box-sizing: border-box;
}
#block-search-detail {
    background: #F6F6F6;
}
#block-search, #block-search * {
    box-sizing: border-box;
}
#block-search {
    position: absolute;
    width: 100%;
    top: 609px;
    max-width: 1170px;
    padding: 17px 30px 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #FFFFFF;
    transition: 0.3s;
}
.tl-container {
    padding: 0 30px;
}
.tl-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 30px;
}
.block-search-bottom {
    max-width: 100% !important;
    top: unset!important;
    bottom: 0;
    padding: 0!important;
    background: rgba(255, 255, 255, 0.7)!important;
}