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

.sf-hidden {
    display: none !important
}

.textSeo {
    margin: 50px 0
}
.textSeo p {
    line-height: 1.6;
}
.textSeo h1,
.textSeo h2,
.textSeo h3 {
    margin-bottom: 20px;
    margin-top: 30px;
}
.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}
@media (max-width: 767px) {
    .textSeo {
    }
    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

.faq-section {
  margin: 60px 0px;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
}
.faq-section * {
  box-sizing: border-box;
}

.faq-section h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

.faq-item {
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
}

.faq-question {
  background: none;
  border: none;
  color: #fff;
  width: 100%;
  text-align: left;
  font-size: 20px;
  padding: 15px 35px 15px 15px;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 30px;
    transition: transform 0.3s ease;
    top: 50%;
    transform: translateY(-50%);
}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  display: none;
  padding: 0 15px 15px 15px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 575px) {
    .faq-question {
        padding: 15px 35px 15px 0px;
        font-size: 18px;
    }
    .faq-section {
        margin-bottom: 0;
    }
    .faq-section h2 {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 26px;
    }
    .game-catalog_list-item:nth-child(n + 9) {
        display: none;
    }
}