.svg_eye .svg_color {
    fill: none;
    stroke: #646a87;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px
}

.sf-hidden {
    display: none !important
}

.footer_payments {
    padding-bottom: 30px;
}

.textSeo .container {
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px 15px;
}
.textSeo p {
    line-height: 1.5;
}
.textSeo h1,
.textSeo h2,
.textSeo h3 {
    margin-bottom: 30px;
    margin-top: 40px;
}
.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}
@media (max-width: 767px) {
    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .game-catalog_list .game-catalog_list-item:nth-child(n + 9) {
        display: none;
    }
}
@media (max-width: 575px) {
    .footer_payments_list li:nth-child(n+12) {
        display: none;
    }
}