#tl-search-form-fixed {
  display: none;
}
#block-search {
  z-index: 99 !important;
}

#tl-search-form-fixed {
  transition: 0.3s;
}
#tl-search-form-fixed.fixed {
  display: block;
  position: fixed!important;
  z-index: 99!important;
  top: calc(34px + (20 + 50) * ((100vw - 500px) / (1920 - 500))) !important;
  left: 0;
  right: 0;
  border-radius: 30px;
  background: #f1f3f2;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    width: 98%!important;
    max-width: 100%;
    margin: 0 auto;
}

#tl-search-form-fixed.fixed div {
  max-width: 1170px;
  margin: 0 auto;
}
