@media screen and (max-width: 1024px) {
  .header .mb_w.open {
    height: 100%;
    min-height: 90vh;
  }
}

.timeBlockSlide {
  max-height: 100%;
  overflow: hidden;
}

.filter__element.buttons__filter:not(.active) .filter--items-wrap,
.filter__element.buttons__filter:not(.active) .seeAll-filt {
  display: none !important;
}

.filter__element.buttons__filter.active .filter--items-wrap,
.filter__element.buttons__filter.active .seeAll-filt {
  display: block !important;
}
