@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;
}

.pageIn.slick-active:not(.hidden) {
  opacity: 1;
}

.title__module > h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 300;
  color: #7d7878;
}
@media screen and (max-width: 1024px) {
  .title__module > h2 {
    font-size: 26px;
  }
}

.breadcrumb__wrap ul,
.breadcrumb__wrap li {
  margin: 0;
  padding: 0;
}

.breadcrumb__wrap ul li {
  font-size: 12px;
  color: gray;
}

.breadcrumb__wrap ul li > a,
.breadcrumb__wrap ul li > span {
  font-size: 12px;
  color: gray;
  border-bottom: 1px solid gray;
}
.breadcrumb__wrap ul li {
  display: inline;
}
.breadcrumb__wrap ul li::after {
  content: " | ";
}
.breadcrumb__wrap ul li:last-child a {
  border-bottom: 1px solid transparent;
}
.breadcrumb__wrap ul li:last-child::after {
  content: "";
}
