.svg_eye .svg_color{fill:none;stroke:#646a87;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}
.sf-hidden{display:none!important}


.textSeo .container {
    max-width: 1200px;
    margin: 0 auto;
}
.textSeo {
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    word-break: break-word;
    padding: 60px 0;
}

.textSeo > *:first-child {
    margin-top: 0;
}

.textSeo > *:last-child {
    margin-bottom: 0;
}

/* Заголовки */
.textSeo h1,
.textSeo h2,
.textSeo h3,
.textSeo h4,
.textSeo h5,
.textSeo h6 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.textSeo h1 {
    margin-bottom: 28px;
    font-size: clamp(32px, 5vw, 44px);
}

.textSeo h2 {
    margin-top: 48px;
    margin-bottom: 22px;
    font-size: clamp(26px, 4vw, 38px);
}

.textSeo h3 {
    margin-top: 36px;
    margin-bottom: 18px;
    font-size: clamp(22px, 3vw, 28px);
}

.textSeo h4 {
    margin-top: 30px;
    margin-bottom: 16px;
    font-size: 22px;
}

.textSeo h5,
.textSeo h6 {
    margin-top: 24px;
    margin-bottom: 14px;
    font-size: 20px;
}

/* Абзацы */
.textSeo p {
    margin: 0 0 18px;
    line-height: 1.6;
}

.textSeo p:last-child {
    margin-bottom: 0;
}

/* Списки */
.textSeo ul,
.textSeo ol {
    margin: 0 0 22px;
}

/* UL */
.textSeo ul {
    padding: 0;
    list-style: none;
}

.textSeo ul li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 28px;
    line-height: 1.6;
}

.textSeo ul li:last-child {
    margin-bottom: 0;
}

.textSeo ul li::before {
    content: "";
    position: absolute;
    top: 0.8em;
    left: 0;
    width: 8px;
    height: 8px;
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
}

/* OL */
.textSeo ol {
    padding-left: 22px;
}

.textSeo ol li {
    margin-bottom: 14px;
    padding-left: 4px;
    line-height: 1.6;
}

.textSeo ol li:last-child {
    margin-bottom: 0;
}

.textSeo ol li::marker {
    color: #fff;
    font-weight: 700;
}

/* Вложенные списки */
.textSeo ul ul,
.textSeo ul ol,
.textSeo ol ul,
.textSeo ol ol {
    margin-top: 12px;
    margin-bottom: 0;
}

/* Ссылки */
.textSeo a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity 0.3s ease;
}

.textSeo a:hover {
    opacity: 0.75;
}

/* Выделение */
.textSeo strong,
.textSeo b {
    color: #fff;
    font-weight: 700;
}

.textSeo em,
.textSeo i {
    font-style: italic;
}

/* Цитаты */
.textSeo blockquote {
    margin: 28px 0;
    padding-left: 20px;
    border-left: 2px solid rgba(255, 255, 255, 0.22);
    line-height: 1.6;
    font-style: italic;
}

/* Таблицы */
.textSeo table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

.textSeo table th,
.textSeo table td {
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    line-height: 1.6;
}

/* Картинки */
.textSeo img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 24px 0;
}

/* Разделитель */
.textSeo hr {
    margin: 32px 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

/* Мобильная версия */
@media (max-width: 767px) {
    .textSeo {
        font-size: 16px;
        line-height: 1.6;
        padding: 0 20px;
    }

    .textSeo h1 {
        margin-bottom: 22px;
    }

    .textSeo h2 {
        margin-top: 36px;
        margin-bottom: 18px;
    }

    .textSeo h3 {
        margin-top: 28px;
        margin-bottom: 14px;
    }

    .textSeo p {
        margin-bottom: 16px;
    }

    .textSeo ul li,
    .textSeo ol li {
        margin-bottom: 12px;
    }

    .textSeo ul li {
        padding-left: 24px;
    }

    .textSeo ul li::before {
        width: 7px;
        height: 7px;
        left: 0;
    }

    .textSeo ol {
        padding-left: 20px;
    }
}
@media (max-width: 668px) {
    .game-catalog_list-item:nth-child(n+9) {
        display: none!important
    }
}