.tl-wrapper {
  position: relative;
}
#block-search-main {
  background: #00000099;
  width: 100%;
  box-sizing: border-box;
  position: absolute !important;
  bottom: 0;
  z-index: 99;
}
#block-search {
  background-color: #141414;
  width: 100%;
  position: relative;
  z-index: 2;
}
.tl-container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 4px 30px;
}
.heroimage {
  margin-bottom: 0;
}
.advantages {
  margin-top: 60px;
}
.header {
  margin-bottom: 0;
}
.main {
  margin-top: 80px;
}
.menu-mobile.display.active {
  background: #141414;
}
@media screen and (max-height: 719px) {
  #block-search-main {
    background: #141414;
    position: relative !important;
    bottom: auto;
  }
}
@media screen and (max-width: 913px) {
  #block-search-main {
    background: #141414;
    position: relative !important;
    bottom: auto;
  }
}