#block-search, #block-search * {
  box-sizing: border-box;
}

.tl-section {
  position: absolute;
  width: 100%;
}

.block-search {
  max-width: 1190px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  top: -240px;
  z-index: 1;
}

.tl-container {
  padding: 0 30px;
}

@media screen and (max-width: 853px) {
  .tl-section {
    position: inherit;
  }

  .block-search {
    position: inherit;
  }
}

.button-tl {
  color: #fff !important;
  text-decoration: none !important;
  text-align: center !important;
}

.tl-section-other {
  background: #151515;
}

.tl-section-other {
  z-index: 1;
  position: relative !important;
}

.block-search-other {
  background: none;
  position: relative !important;
  z-index: 1;
  top: 0 !important;
}