.tab-content-block {
    display: none;
}

.tab-content-block.active {
    display: block;
}

.hits-catalog .swiper, .hits-catalog .swiper-wrapper {
    width: 100%;
    max-width: 100vw;
    height: auto;
    max-height: 100vh;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.hits-catalog .catalog-block__wrapper:first-of-type .catalog-block__inner.height-100 {
  height: auto;
}