.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;
}

@media (min-width: 1200px) {
    .hits-catalog .grid-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 25px;
        grid-row-gap: 25px;
    }

    .hits-catalog .grid-list .grid-list__item:nth-of-type(5n+1) {
        grid-area: 1 / 1 / 3 / 3;
    }

    .hits-catalog .grid-list .grid-list__item:nth-of-type(5n+2) {
        grid-area: 1 / 3 / 2 / 4;
    }

    .hits-catalog .grid-list .grid-list__item:nth-of-type(5n+3) {
        grid-area: 2 / 3 / 3 / 4;
    }

    .hits-catalog .grid-list .grid-list__item:nth-of-type(5n+4) {
        grid-area: 1 / 4 / 2 / 5;
    }

    .hits-catalog .grid-list .grid-list__item:nth-of-type(5n) {
        grid-area: 2 / 4 / 3 / 5;
    }
}
