.kz-catalog-page {
    min-height: 100vh;
    background: #0d0d10;
    color: #ffffff;
}

.kz-catalog-shell {
    width: min(1392px, calc(100% - 48px));
    margin: 0 auto;
}

.kz-catalog-hero {
    min-height: 160px;
    background:
        radial-gradient(circle at 34% 35%, rgba(103, 46, 214, 0.34), transparent 34%),
        linear-gradient(90deg, #111116 0%, #17111f 40%, #0d0d10 72%);
}

.kz-breadcrumb {
    display: flex;
    gap: 8px;
    padding-top: 18px;
    color: rgba(255, 255, 255, 0.54);
    font-size: 12px;
    font-weight: 700;
}

.kz-breadcrumb a,
.kz-breadcrumb strong {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.kz-catalog-hero h1 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 58px 0 0;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
}

.kz-title-icon {
    display: inline-grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 5px;
    background: #ffffff;
    color: #111116;
    font-size: 18px;
    font-weight: 900;
}

.kz-title-icon.card {
    font-size: 28px;
}

.kz-catalog-grid-wrap {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 32px;
    padding: 32px 0 86px;
}

.kz-catalog-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.kz-catalog-sidebar a,
.kz-catalog-sidebar button {
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 6px;
    background: #151518;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    font-family: inherit;
    text-decoration: none;
    cursor: pointer;
}

.kz-catalog-sidebar a.active,
.kz-catalog-sidebar button.active {
    border-color: #fccc36;
    background: #fccc36;
    color: #151515;
}

.kz-catalog-sidebar small {
    color: rgba(255, 255, 255, 0.38);
    font-size: 11px;
    font-weight: 900;
}

.kz-catalog-sidebar a.active small,
.kz-catalog-sidebar button.active small {
    color: rgba(0, 0, 0, 0.62);
}

.kz-catalog-list {
    display: grid;
    flex: 1;
    justify-content: space-between;
    grid-template-columns: repeat(6, 136px);
    column-gap: 0;
    row-gap: 42px;
}

.kz-catalog-list.cards {
    justify-content: space-between;
    grid-template-columns: repeat(5, 160px);
    column-gap: 58px;
    row-gap: 54px;
}

.kz-catalog-item {
    min-width: 0;
    color: #ffffff;
    text-decoration: none;
}

.kz-catalog-img {
    display: block;
    width: 136px;
    height: 136px;
    overflow: hidden;
    border-radius: 14px;
    background: #24242c;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.kz-catalog-list.cards .kz-catalog-img {
    width: 160px;
    height: 216px;
    border-radius: 8px;
}

.kz-catalog-img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}

.kz-catalog-img span {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    font-size: 30px;
    font-weight: 900;
}

.kz-catalog-item strong {
    display: block;
    width: 160px;
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.28;
}

.kz-catalog-list:not(.cards) .kz-catalog-item strong {
    width: 136px;
}

.kz-catalog-item:hover .kz-catalog-img {
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.32);
    transform: translateY(-3px);
}

.kz-catalog-item:hover strong {
    color: #fccc36;
}

.kz-catalog-pager {
    grid-column: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0;
    margin-top: 18px;
}

.kz-catalog-pager a,
.kz-catalog-pager button,
.kz-catalog-pager span {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 0;
    border-radius: 0;
    background: #1c1c24;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.kz-catalog-pager button {
    cursor: pointer;
}

.kz-catalog-pager button:first-child,
.kz-catalog-pager button:last-child {
    margin: 0 12px;
    border-radius: 2px;
}

.kz-catalog-pager button:disabled {
    opacity: .45;
    cursor: default;
}

.kz-catalog-pager button.active,
.kz-catalog-pager a.active {
    color: #fccc36;
}

.kz-catalog-pager span {
    background: transparent;
    color: rgba(255, 255, 255, .5);
}

.kz-catalog-empty {
    grid-column: 1 / -1;
    min-height: 240px;
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    font-weight: 800;
}

.kz-info-panel {
    margin-bottom: 76px;
    padding: 22px 20px 36px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    background: #151517;
    color: #8d99aa;
    font-size: 13px;
    line-height: 1.78;
}

.kz-info-panel h2 {
    margin: 0 0 18px;
    padding-left: 10px;
    border-left: 4px solid #fccc36;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
}

.kz-info-panel h3 {
    margin: 22px 0 10px;
    color: #aeb8c8;
    font-size: 14px;
    font-weight: 900;
}

.kz-info-panel p {
    margin: 0 0 14px;
}

@media (max-width: 980px) {
    .kz-catalog-grid-wrap {
        grid-template-columns: 1fr;
    }

    .kz-catalog-list,
    .kz-catalog-list.cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
    }

    .kz-catalog-pager {
        grid-column: 1;
    }
}
