/* #e9be00 color */

:root{
  /* основа */
  --table-bg: #0b1220;
  --table-bg-2: #0f172a;

  /* бордеры */
  --table-border: #1e2a44;
  --table-border-soft: #16213a;

  /* header */
  --table-th-bg: linear-gradient(180deg,#16213a 0%,#0f1b33 100%);
  --table-th-color: #e6edf7;

  /* текст */
  --table-text: #cbd5e1;
  --table-text-strong: #f1f5f9;

  /* hover */
  --table-row-hover: #14213d;

  /* ссылки */
  --table-link: #e9be00;
  --table-link-hover: #7cc4ff;
}



      html,
      body,
      div,
      span,
      object,
      iframe,
      h1,
      h2,
      h3,
      h4,
      h5,
      h6,
      p,
      pre,
      a,
      abbr,
      address,
      big,
      blockquote,
      cite,
      code,
      del,
      dfn,
      em,
      img,
      ins,
      samp,
      small,
      strike,
      strong,
      sub,
      sup,
      tt,
      var,
      b,
      u,
      i,
      center,
      dl,
      dt,
      dd,
      ol,
      ul,
      li,
      form,
      label,
      input,
      fieldset,
      legend,
      caption,
      article,
      aside,
      canvas,
      details,
      embed,
      figure,
      figcaption,
      footer,
      header,
      menu,
      main,
      nav,
      output,
      section,
      summary,
      time,
      mark,
      audio,
      video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
        border: none;
        outline: none;
      }
      article,
      aside,
      details,
      figcaption,
      figure,
      footer,
      header,
      hgroup,
      main,
      menu,
      nav,
      section {
        display: block;
      }
      html,
      body {
        height: 100%;
        width: 100%;
      }
      body {
        line-height: 1;
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
        text-size-adjust: none;
      }
      *,
      *:before,
      *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      * {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
      }
      ol,
      ul,
      nav,
      menu {
        list-style: none;
      }
      img,
      video,
      canvas {
        max-width: 100%;
        height: auto;
      }
      img {
        vertical-align: bottom;
      }
      a,
      button {
        cursor: pointer;
        margin: 0;
        padding: 0;
      }
      a:hover,
      button:hover {
        cursor: pointer;
      }
      a {
        text-decoration: none;
        color: inherit;
      }
      button {
        border: none;
        background: 0 0;
      }
      table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
      }
      th,
      td {
        vertical-align: middle;
      }
      iframe {
        width: 100%;
      }
      @font-face {
        font-display: swap;
        font-family: "Inter";
        font-style: normal;
        font-weight: 100;
        src: url(../fonts/inter-greek-100.woff2) format("woff2");
      }
      @font-face {
        font-display: swap;
        font-family: "Inter";
        font-style: italic;
        font-weight: 100;
        src: url(../fonts/inter-greek-100italic.woff2) format("woff2");
      }
      @font-face {
        font-display: swap;
        font-family: "Inter";
        font-style: normal;
        font-weight: 200;
        src: url(../fonts/inter-greek-200.woff2) format("woff2");
      }
      @font-face {
        font-display: swap;
        font-family: "Inter";
        font-style: italic;
        font-weight: 200;
        src: url(../fonts/inter-greek-200italic.woff2) format("woff2");
      }
      @font-face {
        font-display: swap;
        font-family: "Inter";
        font-style: normal;
        font-weight: 300;
        src: url(../fonts/inter-greek-300.woff2) format("woff2");
      }
      @font-face {
        font-display: swap;
        font-family: "Inter";
        font-style: italic;
        font-weight: 300;
        src: url(../fonts/inter-greek-300italic.woff2) format("woff2");
      }
      @font-face {
        font-display: swap;
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        src: url(../fonts/inter-greek-regular.woff2) format("woff2");
      }
      @font-face {
        font-display: swap;
        font-family: "Inter";
        font-style: italic;
        font-weight: 400;
        src: url(../fonts/inter-greek-italic.woff2) format("woff2");
      }
      @font-face {
        font-display: swap;
        font-family: "Inter";
        font-style: normal;
        font-weight: 500;
        src: url(../fonts/inter-greek-500.woff2) format("woff2");
      }
      @font-face {
        font-display: swap;
        font-family: "Inter";
        font-style: italic;
        font-weight: 500;
        src: url(../fonts/inter-greek-500italic.woff2) format("woff2");
      }
      @font-face {
        font-display: swap;
        font-family: "Inter";
        font-style: normal;
        font-weight: 600;
        src: url(../fonts/inter-greek-600.woff2) format("woff2");
      }
      @font-face {
        font-display: swap;
        font-family: "Inter";
        font-style: italic;
        font-weight: 600;
        src: url(../fonts/inter-greek-600italic.woff2) format("woff2");
      }
      @font-face {
        font-display: swap;
        font-family: "Inter";
        font-style: normal;
        font-weight: 700;
        src: url(../fonts/inter-greek-700.woff2) format("woff2");
      }
      @font-face {
        font-display: swap;
        font-family: "Inter";
        font-style: italic;
        font-weight: 700;
        src: url(../fonts/inter-greek-700italic.woff2) format("woff2");
      }
      @font-face {
        font-display: swap;
        font-family: "Inter";
        font-style: normal;
        font-weight: 800;
        src: url(../fonts/inter-greek-800.woff2) format("woff2");
      }
      @font-face {
        font-display: swap;
        font-family: "Inter";
        font-style: italic;
        font-weight: 800;
        src: url(../fonts/inter-greek-800italic.woff2) format("woff2");
      }
      @font-face {
        font-display: swap;
        font-family: "Inter";
        font-style: normal;
        font-weight: 900;
        src: url(../fonts/inter-greek-900.woff2) format("woff2");
      }
      @font-face {
        font-display: swap;
        font-family: "Inter";
        font-style: italic;
        font-weight: 900;
        src: url(../fonts/inter-greek-900italic.woff2) format("woff2");
      }
      :root {
        --body-color: #383434;
        --body-bg: #fff;
        --body-heading: #000;
        --btn-bg: #2ecc71;
        --btn-color: #fff;
        --btn-color-hover: #383434;
        --btn-border: #383434;
        --hover: #1d7dcd;
        --footer-bg: #f9faff;
        --copy: #6b6b6b;
        --menu-btn: #383434;
        --game-name-color: #000;
        --table-border: #dee0eb;
        --table-th-color: #000;
        --table-th-bg: #eff0f9;
        --svg-fill: #adafba;
      }
      body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-family: "Inter", sans-serif;
        color: var(--body-color);
        background: var(--body-bg);
        line-height: 1.5;
      }
      @media screen and (max-width: 768px) {
        body {
          display: block;
        }
      }
      .body_scroll {
        overflow: hidden;
      }
      .overly {
        display: none;
        position: fixed;
        inset: 0;
        z-index: 98;
        background: rgba(255, 255, 255, 0.6);
      }
      * {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
      }
      .h1,
      h1,
      .h2,
      h2,
      .h3,
      h3,
      .h4,
      h4,
      .h5,
      h5,
      .h6,
      h6 {
        font-weight: 700;
        color: var(--body-heading);
      }
      .h1,
      h1 {
        font-weight: 700;
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 30px;
      }
      @media screen and (max-width: 768px) {
        .h1,
        h1 {
          font-size: 30px;
          line-height: 38px;
          margin-bottom: 25px;
        }
      }
      .h2,
      h2 {
        font-weight: 600;
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 28px;
      }
      @media screen and (max-width: 768px) {
        .h2,
        h2 {
          font-size: 26px;
          line-height: 32px;
          margin-bottom: 20px;
        }
      }
      .section:not(:last-child) {
        margin-bottom: 40px;
      }
      a,
      p,
      ol:not([class]) li,
      ul:not([class]) li {
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
      }
      p {
        margin-bottom: 20px;
      }
      a:not([class]) {
        text-decoration: underline;
      }
      a:not([class]):hover {
        color: var(--hover);
      }
      b,
      strong {
        font-weight: 700;
      }
      i,
      em {
        font-style: italic;
      }
      ul:not([class]) {
        list-style-type: disc;
        list-style-position: inside;
        margin-bottom: 25px;
      }
      ul:not([class]) li:not(:last-child) {
        margin-bottom: 10px;
      }
      summary {
        list-style: none;
      }
      summary::marker {
        display: none;
      }
      summary::-webkit-details-marker {
        display: none;
        color: transparent;
      }
      .breadcrumbs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 18px;
        margin-bottom: 25px;
      }
      .breadcrumbs__item {
        position: relative;
        color: rgba(255, 255, 255, 0.7);
      }
      .breadcrumbs__item:not(:last-child):before {
        position: absolute;
        content: "";
        width: 6px;
        height: 9px;
        background: center center/cover no-repeat;
        background-image: url(../images/sprite.svg#sprite--arrow-icon);
        top: calc(50% - 4.5px);
        right: -12px;
      }
      .breadcrumbs__item,
      .breadcrumbs-link {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
      }
      .breadcrumbs-link {
        color: #fff;
      }
      .breadcrumbs-link:hover {
        color: rgba(255, 255, 255, 0.7);
      }
      .btn {
        display: block;
        position: relative;
        top: 0;
        height: 56px;
        line-height: 56px;
        border-radius: 10px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        font-weight: 700;
        font-size: 18px;
        text-transform: uppercase;
        background: var(--btn-bg);
        color: var(--btn-color);
        margin-bottom: 25px;
      }
      .btn:hover {
        top: 6px;
        color: var(--btn-color-hover);
      }
      .btn_border {
        display: block;
        text-align: center;
        width: 110px;
        height: 42px;
        line-height: 40px;
        border-radius: 5px;
        border: 1px solid var(--btn-border);
        font-weight: 600;
        font-size: 14px;
        color: var(--btn-border);
        text-transform: uppercase;
        margin-bottom: 25px;
      }
      .btn_border:hover {
        color: var(--hover);
        border-color: var(--hover);
      }
      .btn_free {
        width: 260px;
        height: 56px;
        line-height: 54px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.15);
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
      }
      .btn_free:hover {
        background: #fff;
        color: #000;
      }
      .btn-up {
        display: none;
        position: fixed;
        z-index: 90;
        bottom: 30px;
        right: 30px;
        width: 50px;
        height: 50px;
        border-radius: 10px;
        background: #fff;
        -webkit-box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.08);
      }
      .btn-up:before {
        position: absolute;
        content: "";
        width: 16px;
        height: 9px;
        background: center center/cover no-repeat;
        background-image: url(../images/sprite.svg#sprite--arr-green);
        top: calc(50% - 4.5px);
        left: calc(50% - 8px);
      }
      @media screen and (max-width: 768px) {
        .btn-up {
          right: 20px;
          bottom: 20px;
        }
      }
      .rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
      }
      .rating-total {
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
        color: rgba(0, 0, 0, 0.7);
      }
      .rating-total-b {
        font-size: 18px;
        font-weight: 600;
        color: #000;
      }
      img {
        margin-bottom: 25px;
      }
      figure {
        margin-bottom: 25px;
      }
      figure img {
        margin-bottom: 0;
      }
      button {
        display: inline-block;
        cursor: pointer;
        font-family: "Inter";
      }
      .table_scroll.scroll {
        overflow-y: auto;
        -ms-scroll-chaining: none;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        scrollbar-width: thin;
        scrollbar-color: #dcdfe9 transparent;
        margin-bottom: 25px;
      }
      .table_scroll.scroll::-webkit-scrollbar {
        width: 4px;
        height: 50%;
      }
      .table_scroll.scroll::-webkit-scrollbar-track {
        background-color: transparent;
      }
      .table_scroll.scroll::-webkit-scrollbar-thumb {
        background-color: #dcdfe9;
        border-radius: 5px;
        min-height: 50%;
        min-width: 4px;
      }
      .table_scroll.scroll::-webkit-scrollbar-thumb:hover {
        background-color: #dcdfe9;
      }
      .table_scroll.scroll::-webkit-scrollbar-thumb:active {
        background-color: #dcdfe9;
      }
      .table_scroll table {
        margin-bottom: 0;
      }
      @media screen and (max-width: 768px) {
        .table_scroll.scroll {
          width: calc(100% + 15px);
          margin-right: -15px;
        }
        .table_scroll.scroll table {
          min-width: 500px;
          border-radius: 10px 0 0 10px;
        }
      }
     table{
  width:100%;
  border-radius:12px;
  border-collapse:separate;
  border-spacing:0;
  background:linear-gradient(180deg,var(--table-bg) 0%,var(--table-bg-2) 100%);
  overflow:hidden;
  margin:30px 0;
  box-shadow:0 10px 25px rgba(0,0,0,.45);
}

/* header */
table th{


  font-size:16px;
  font-weight:600;
  line-height:24px;
  padding:16px 18px;
  white-space:nowrap;

}

/* cells */
table td{
  color:var(--table-text);
  font-size:15px;
  line-height:22px;
  padding:18px;
  vertical-align:top;
}

/* бордеры */
table td:not(:last-child){
  border-right:1px solid var(--table-border-soft);
}

table tr:not(:last-child) td{
  border-bottom:1px solid var(--table-border-soft);
}

/* hover строк */
table tbody tr{
  transition:.2s ease;
}

table tbody tr:hover{
  background:var(--table-row-hover);
}

/* текст внутри */
table ul,
table ol{
  padding-left:18px;
}

table li{
  margin:4px 0;
}

/* ссылки */
table a{
  color:var(--table-link);
  text-decoration:none;
  font-weight:500;
  transition:.2s;
}

table a:hover{
  color:var(--table-link-hover);
  text-decoration:underline;
}
      .container {
        max-width: 1230px;
        padding: 0 15px;
        margin: 0 auto;
      }
      .logo img {
        margin-bottom: 0;
      }
      .main {
        padding: 60px 0 70px;
      }
      @media screen and (max-width: 768px) {
        .main {
          padding: 15px 0 40px;
        }
      }
      .header {
        position: relative;
        z-index: 101;
        background: #fff;
        border-bottom: 1px solid #dee0eb;
        padding: 12px 0;
      }
      .header .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }
      .header .btn {
        display: inline-block;
        width: auto;
        font-size: 16px;
        height: 42px;
        line-height: 42px;
        padding: 0 20px;
        margin-bottom: 0;
      }
      .header .btn:hover {
        top: 0;
      }
      .header .btn_border {
        display: inline-block;
        font-size: 16px;
        width: auto;
        padding: 0 20px;
        margin-bottom: 0;
      }
      @media screen and (max-width: 992px) {
        .header {
          padding: 15px 0;
        }
      }
      .navigation-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }
      @media screen and (min-width: 992px) {
        .navigation {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          gap: 30px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
        }
        .navigation-btn {
          margin-left: auto;
        }
      }
      @media screen and (max-width: 992px) {
        .navigation {
          position: fixed;
          z-index: 99;
          background: #fff;
          top: 82px;
          bottom: 0;
          right: 0;
          width: 0;
          padding: 40px 0;
        }
        .navigation-btn .btn,
        .navigation-btn .btn_border {
          width: 100%;
          font-size: 14px;
        }
        .navigation.open {
          width: 360px;
          padding: 40px 20px;
        }
      }
      @media screen and (max-width: 400px) {
        .navigation.open {
          width: 100%;
        }
      }
      .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 25px 16px;
      }
      .menu-link {
        font-size: 15px;
        font-weight: 500;
        line-height: 23px;
      }
      .menu-link:hover {
        text-decoration: underline;
        color: var(--hover);
      }
      @media screen and (max-width: 992px) {
        .menu {
          margin-bottom: 40px;
        }
        .menu__item {
          min-width: 100%;
        }
      }
      .hamburger {
        display: none;
        width: 30px;
        height: 20px;
        text-align: center;
        cursor: pointer;
        -webkit-transition-property:
          opacity,
          -webkit-filter;
        transition-property:
          opacity,
          -webkit-filter;
        -o-transition-property: opacity, filter;
        transition-property: opacity, filter;
        transition-property:
          opacity,
          filter,
          -webkit-filter;
        -webkit-transition-duration: 0.15s;
        -o-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        transition-timing-function: linear;
        margin-left: 25px;
      }
      @media screen and (max-width: 992px) {
        .hamburger {
          display: block;
        }
      }
      .hamburger:hover,
      .hamburger.is_active:hover {
        opacity: 0.7;
      }
      .hamburger.is_active .hamburger-box {
        width: 30px;
      }
      .hamburger.is_active .hamburger-inner {
        background-color: var(--menu-btn);
      }
      .hamburger.is_active .hamburger-inner:before,
      .hamburger.is_active .hamburger-inner:after {
        background-color: var(--menu-btn);
      }
      .hamburger-box {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 20px;
      }
      .hamburger-inner {
        display: block;
        top: calc(50% - 1px);
      }
      .hamburger-inner,
      .hamburger-inner:before,
      .hamburger-inner:after {
        position: absolute;
        width: 100%;
        height: 2px;
        border-radius: 1.5px;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property:
          transform,
          -webkit-transform;
        -webkit-transition-duration: 0.15s;
        -o-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
      }
      .hamburger-inner {
        background-color: var(--menu-btn);
      }
      .hamburger-inner:before,
      .hamburger-inner:after {
        background-color: var(--menu-btn);
        right: 0;
      }
      .hamburger-inner:before,
      .hamburger-inner:after {
        content: "";
        display: block;
      }
      .hamburger-inner:before {
        width: 30px;
        top: 6px;
      }
      .hamburger-inner:after {
        width: 30px;
        bottom: 6px;
      }
      .hamburger.is_active .hamburger-inner {
        width: 30px;
        height: 2px;
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        -webkit-transition-delay: 0.12s;
        -o-transition-delay: 0.12s;
        transition-delay: 0.12s;
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      }
      .hamburger.is_active .hamburger-inner:before {
        height: 2px;
        top: 0;
        opacity: 0;
        -webkit-transition:
          top 0.1s ease-out,
          opacity 0.1s 0.12s ease-out;
        -o-transition:
          top 0.1s ease-out,
          opacity 0.1s 0.12s ease-out;
        transition:
          top 0.1s ease-out,
          opacity 0.1s 0.12s ease-out;
      }
      .hamburger.is_active .hamburger-inner:after {
        height: 2px;
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition:
          bottom 0.1s ease-out,
          -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition:
          bottom 0.1s ease-out,
          -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition:
          bottom 0.1s ease-out,
          transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition:
          bottom 0.1s ease-out,
          transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition:
          bottom 0.1s ease-out,
          transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
          -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
      }
      .footer {
        background: var(--footer-bg);
      }
      .footer .container {
        max-width: 1230px;
      }
      .footer_top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 1px solid #dee0eb;
        gap: 25px 15px;
        padding: 35px 0;
      }
      .footer-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
      }
      .footer-nav__item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 220px;
      }
      .footer-heading {
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
        color: var(--body-heading);
        margin-bottom: 15px;
      }
      .footer-menu__item:not(:last-child) {
        margin-bottom: 10px;
      }
      .footer-menu-link {
        font-size: 15px;
        font-weight: 500;
        line-height: 23px;
      }
      .footer-menu-link:hover {
        text-decoration: underline;
        color: var(--menu-hover);
      }
      .footer_middle {
        border-bottom: 1px solid #dee0eb;
        padding: 33px 0;
      }
      .footer-app__item {
        display: block;
      }
      .footer-app__item:not(:last-child) {
        margin-bottom: 15px;
      }
      .footer-app__item img {
        width: 150px;
        height: 44px;
        margin: 0;
      }
      .footer_bottom {
        padding: 25px 0;
      }
      .footer-text {
        text-align: center;
        margin-bottom: 15px;
      }
      .footer-text[open] .footer-text-heading:before {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
      }
      .footer-text-header {
        cursor: pointer;
      }
      .footer-text-heading {
        display: inline-block;
        position: relative;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        padding-right: 32px;
      }
      .footer-text-heading:before {
        position: absolute;
        content: "";
        width: 12px;
        height: 7px;
        background: center center/cover no-repeat;
        background-image: url(../images/sprite.svg#sprite--arrow-black);
        right: 0;
        top: calc(50% - 3.5px);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
      }
      .footer-text .text {
        padding-top: 10px;
      }
      .footer-text .text p {
        font-size: 15px;
        font-weight: 400;
        line-height: 23px;
      }
      @media screen and (max-width: 992px) {
        .footer_top {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
        }
        .footer-nav {
          min-width: 100%;
        }
      }
      @media screen and (max-width: 768px) {
        .footer_top {
          padding: 30px 0 35px;
        }
        .footer_middle {
          padding: 15px 0;
        }
        .footer-app__item:not(:last-child) {
          margin-bottom: 10px;
        }
      }
      @media screen and (max-width: 700px) {
        .footer-nav__item {
          text-align: center;
          min-width: 100%;
        }
      }
      .provider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 15px 30px;
      }
      .provider img {
        margin-bottom: 0;
      }
      @media screen and (max-width: 768px) {
        .provider {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
        }
      }
      .copy {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        color: var(--copy);
        text-align: center;
      }
      @media screen and (max-width: 768px) {
        .copy {
          text-align: center;
        }
      }
      .game {
        margin: 40px 0;
      }
      .game-block {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 222px));
        grid-gap: 30px 20px;
        margin-bottom: 25px;
      }
      .game__item {
        display: block;
      }
      .game__item:hover .game-img {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
      }
      .game-img {
        display: block;
        width: 100%;
        height: 180px;
        margin-bottom: 20px;
      }
      .game-img img {
        width: 100%;
        height: 180px;
        border-radius: 10px;
        -o-object-fit: cover;
        object-fit: cover;
      }
      .game-name {
        font-size: 22px;
        font-weight: 600;
        line-height: 30px;
        color: var(--game-name-color);
        margin-bottom: 5px;
      }
      .game-category {
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
      }
      .game .btn_border {
        width: 240px;
        height: 54px;
        line-height: 52px;
        font-size: 16px;
        margin: 0 auto;
      }
      @media screen and (max-width: 1200px) {
        .game-block {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
        }
      }
      @media screen and (max-width: 768px) {
        .game-block {
          grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
          grid-gap: 20px;
        }
        .game-img {
          height: 120px;
        }
        .game-img img {
          height: 120px;
        }
        .game-name {
          font-size: 18px;
          line-height: 24px;
        }
        .game-category {
          font-size: 16px;
          line-height: 24px;
        }
        .game .btn_border {
          width: 100%;
        }
      }
      .banner {
        position: relative;
        color: #fff;
        min-height: 460px;
        background: #000;
        padding: 110px 0 111px;
        margin-top: -10px;
      }
      .banner .container {
        position: relative;
        z-index: 1;
      }
      .banner-demo {
        color: #fff;
        min-height: auto;
        padding: 20px 0 50px;
        margin-top: 0;
      }
      .banner-demo .h1,
      .banner-demo h1 {
        font-size: 40px;
        line-height: 50px;
        color: #fff;
        margin-bottom: 20px;
      }
      .banner-bg {
        position: absolute;
        z-index: 0;
        inset: 0;
        width: 100%;
        height: 100%;
      }
      .banner-bg img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
      }
      .banner-text {
            background: #0000008c;
    padding: 15px;
    border-radius: 20px;
        position: relative;
        z-index: 1;
        max-width: 590px;
      }
      .banner-text .btn {
        width: 285px;
        margin-bottom: 0;
      }
      .banner-title {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        margin-bottom: 20px;
      }
      .banner-heading {
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        margin-bottom: 25px;
      }
      @media screen and (max-width: 992px) {
        .banner {
          margin-top: 0;
        }
        .banner-bg img {
          -o-object-position: center;
          object-position: center;
        }
        .banner-text {
          max-width: 100%;
        }
      }
      @media screen and (max-width: 768px) {
        .banner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          text-align: center;
          height: calc(100vh - 30%);
          padding: 30px 0;
          margin-bottom: 25px;
        }
        .banner-demo {
          display: block;
          height: auto;
          text-align: left;
          padding: 20px 0 50px;
        }
        .banner-demo .h1,
        .banner-demo h1 {
          font-size: 36px;
          line-height: 42px;
          text-align: left;
        }
        .banner-text .btn {
          width: 100%;
          max-width: 300px;
          margin: 0 auto;
        }
        .banner-heading {
          font-size: 38px;
          line-height: 48px;
        }
      }
      .lang {
        position: relative;
        margin-left: 25px;
      }
      .lang__item {
        text-align: center;
      }
      .lang__item:not(:last-child) {
        margin-bottom: 10px;
      }
      .lang > .lang-link {
        width: 24px;
        height: 24px;
        cursor: pointer;
      }
      .lang > .lang-link img {
        width: 24px;
        height: 24px;
      }
      .lang-block {
        position: absolute;
        z-index: 5;
        top: 24px;
        left: calc(50% - 21px);
        width: 42px;
        max-height: 0;
        overflow: hidden;
      }
      .lang-list {
        background: #fff;
        border-radius: 5px;
        border: 1px solid #dee0eb;
        padding: 10px 5px;
      }
      .lang-link {
        display: inline-block;
        width: 22px;
        height: 22px;
        line-height: 22px;
      }
      .lang img {
        width: 22px;
        height: 22px;
        -o-object-fit: cover;
        object-fit: cover;
        margin: 0;
      }
      .lang:hover .lang-block {
        max-height: 700px;
        padding-top: 8px;
      }
      .lang.close {
        opacity: 0;
        z-index: -100;
      }
      @media screen and (max-width: 992px) {
        .lang {
          margin-left: auto;
        }
      }
      .slot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30px 20px;
      }
      .slot-text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 850px;
      }
      .slot-feature {
        width: 329px;
        min-width: 329px;
      }
      .slot-feature-block {
        background: 0 0;
        border-radius: 0;
        border: none;
        margin-bottom: 0;
      }
      .slot-feature-dt,
      .slot-feature-dd {
        font-size: 17px;
        line-height: 23px;
        padding: 0;
      }
      .slot-feature-dt:not(:last-child),
      .slot-feature-dd:not(:last-child) {
        border-right: none;
      }
      .slot-feature-dt {
        position: relative;
        width: 195px;
        min-width: 195px;
        font-weight: 600;
        padding-left: 18px;
        padding-right: 5px;
      }
      .slot-feature-dt:before {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        border: 3px solid #2ecc71;
        left: 0;
        top: 6.5px;
      }
      .slot-feature-dd {
        font-weight: 400;
        text-align: right;
        padding-left: 5px;
      }
      .slot-feature__item:not(:last-child) .slot-feature-dt,
      .slot-feature__item:not(:last-child) .slot-feature-dd {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 15px;
      }
      .slot-feature__item:not(:first-child) .slot-feature-dt,
      .slot-feature__item:not(:first-child) .slot-feature-dd {
        padding-top: 15px;
      }
      .slot-feature__item:not(:first-child) .slot-feature-dt:before {
        top: 22px;
      }
      .slot-bonus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px 50px;
        min-width: 100%;
        border-radius: 10px;
        background: #212121;
        padding: 20px 30px;
      }
      .slot-bonus-img {
        min-width: 210px;
        width: 210px;
        height: 80px;
        border-radius: 10px;
        overflow: hidden;
      }
      .slot-bonus-img img {
        width: 100%;
        height: 80px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: 0;
      }
      .slot-bonus .bonus {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
      }
      .slot-bonus .btn {
        width: 260px;
        margin-bottom: 0;
      }
      .slot-heading {
        font-size: 30px;
        font-weight: 600;
        line-height: 38px;
        margin-bottom: 30px;
      }
      @media screen and (max-width: 992px) {
        .slot-text {
          max-width: 100%;
          min-width: 100%;
        }
        .slot-feature {
          width: 100%;
          min-width: 100%;
        }
        .slot-feature-dt {
          width: auto;
        }
        .slot-bonus {
          gap: 15px 20px;
        }
      }
      @media screen and (max-width: 768px) {
        .slot {
          gap: 35px 0;
        }
        .slot-heading {
          font-size: 26px;
          line-height: 34px;
          margin-bottom: 20px;
        }
        .slot-bonus {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          text-align: center;
          padding: 20px;
        }
        .slot-bonus-title {
          min-width: 100%;
          width: 100%;
        }
        .slot-bonus .bonus {
          min-width: 100%;
        }
        .slot-bonus .btn {
          width: 100%;
        }
      }
      @media screen and (max-width: 450px) {
        .slot-feature-dt {
          width: 195px;
        }
        .slot-bonus-img {
          width: 100%;
          height: 100px;
        }
        .slot-bonus-img img {
          height: 100px;
        }
      }
      .bonus {
        font-size: 22px;
        font-weight: 700;
        line-height: 30px;
      }
      .demo {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.7);
        padding-bottom: 56.5%;
      }
      .demo.open .demo-bg,
      .demo.open .demo-control {
        display: none;
      }
      .demo-bg,
      .demo-iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        inset: 0;
      }
      .demo-bg {
        z-index: 5;
      }
      .demo-bg:before {
        position: absolute;
        z-index: 6;
        content: "";
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        inset: 0;
      }
      .demo-bg img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
      }
      .demo-control {
        position: absolute;
        z-index: 7;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        width: 260px;
      }
      .demo-control-title {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        color: #fff;
        text-align: center;
      }
      .demo-control .btn,
      .demo-control .btn_free {
        width: 100%;
      }
      .demo-control .btn {
        margin-bottom: 10px;
      }
      .demo-control .btn_free {
        margin-bottom: 15px;
      }
      @media screen and (max-width: 450px) {
        .demo {
          padding-bottom: 91%;
        }
      }
      .offer {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        grid-gap: 20px;
        margin-bottom: 25px;
      }
      .offer__item {
        display: grid;
        grid-gap: 0;
        grid-row: span 5;
        grid-template-rows: subgrid;
        -webkit-box-shadow: 0 0 1px 1px #dee0eb;
        box-shadow: 0 0 1px 1px #dee0eb;
        border-radius: 15px;
        text-align: center;
        background: #f9faff;
        padding: 20px;
      }
      .offer__item:hover {
        background: #fff;
        -webkit-box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.08);
      }
      .offer-img {
        display: block;
        width: 100%;
        height: 100px;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 15px;
      }
      .offer .img img {
        width: 100%;
        height: 100px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: 0;
      }
      .offer .bonus {
        color: #000;
        margin-bottom: 15px;
      }
      .offer .rating {
        margin-bottom: 15px;
      }
      .offer .btn {
        width: 100%;
        height: 54px;
        line-height: 54px;
        margin-bottom: 10px;
      }
      .offer .tc {
        font-size: 15px;
        font-weight: 400;
        line-height: 23px;
        color: var(--body-color);
      }
      .category {
        margin-bottom: 50px;
      }
      .category-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
        grid-gap: 15px;
        max-width: 1440px;
        padding: 0 20px;
        margin-inline: auto;
      }
      .category-link {
        display: block;
        text-align: center;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 1px 1px #dee0eb;
        box-shadow: 0 0 1px 1px #dee0eb;
        padding: 15px 10px;
      }
      .category-link .heading {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        color: var(--body-heading);
      }
      .category-link:hover {
        -webkit-box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.08);
      }
      .category-link:hover .category-svg {
        fill: var(--btn-bg);
      }
      .category-svg {
        display: inline-block;
        fill: var(--svg-fill);
        margin-inline: auto;
        margin-bottom: 15px;
      }
      @media screen and (max-width: 768px) {
        .category {
          margin-bottom: 40px;
        }
      }
      .tablecontent {
        display: grid;
        grid-template-rows: 30px 0fr;
        background: #fff;
        border: 1px solid #dee0eb;
        border-radius: 10px;
        padding: 20px 25px;
        margin-bottom: 30px;
      }
      .tablecontent.open {
        grid-template-rows: 30px 1fr;
      }
      .tablecontent.open .tablecontent-btn-span:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
      }
      .tablecontent.open .tablecontent-numerical {
        border-top: 1px solid #dee0eb;
        padding-top: 20px;
        margin-top: 20px;
      }
      .tablecontent a:hover {
        color: var(--hover);
      }
      .tablecontent-btn {
        position: relative;
        width: 100%;
      }
      .tablecontent-btn-span {
        display: block;
        width: 100%;
        position: relative;
        font-size: 22px;
        font-weight: 600;
        line-height: 30px;
        color: var(--body-heading);
        text-align: left;
        padding: 0 33px;
      }
      .tablecontent-btn-span:before,
      .tablecontent-btn-span:after {
        position: absolute;
        content: "";
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
      }
      .tablecontent-btn-span:before {
        width: 18px;
        height: 15px;
        background: center center/cover no-repeat;
        background-image: url(../images/sprite.svg#sprite--menu-icon);
        left: 0;
        top: calc(50% - 7.5px);
      }
      .tablecontent-btn-span:after {
        width: 18px;
        height: 10px;
        background: center center/cover no-repeat;
        background-image: url(../images/sprite.svg#sprite--arrow-black);
        right: 0;
        top: calc(50% - 5px);
      }
      .tablecontent-numerical {
        counter-reset: number;
        overflow: hidden;
      }
      .tablecontent-numerical__item {
        position: relative;
        line-height: 26px;
        padding-left: 39px;
      }
      .tablecontent-numerical__item:not(:last-child) {
        margin-bottom: 20px;
      }
      .tablecontent-numerical__item:before {
        position: absolute;
        left: 0;
        top: 0;
        content: counter(number);
        counter-increment: number;
        width: 26px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        border-radius: 5px;
        font-size: 15px;
        font-weight: 500;
        background: var(--btn-bg);
        color: var(--btn-color);
      }
      .tablecontent-numerical-link {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        color: var(--body-heading);
      }
      .tablecontent-list {
        padding-top: 15px;
        margin-left: -25px;
      }
      .tablecontent-list__item {
        position: relative;
        line-height: 26px;
        padding-left: 18px;
      }
      .tablecontent-list__item:before {
        position: absolute;
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background: var(--btn-bg);
        left: 0;
        top: 9px;
      }
      .tablecontent-list__item:not(:last-child) {
        margin-bottom: 10px;
      }
      .tablecontent-list-link {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        color: var(--body-color);
      }
      @media screen and (max-width: 768px) {
        .tablecontent {
          display: none;
          grid-template-rows: 0fr 0fr;
          position: fixed;
          z-index: 103;
          width: 50px;
          height: 50px;
          bottom: 85px;
          right: 20px;
          padding: 0;
          margin-bottom: 0;
        }
        .tablecontent-btn-span {
          font-size: 20px;
          line-height: 28px;
        }
        .tablecontent:not(.open) {
          border-color: transparent;
          -webkit-box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.08);
        }
        .tablecontent:not(.open) .tablecontent-btn {
          width: 50px;
          height: 50px;
        }
        .tablecontent:not(.open) .tablecontent-btn:before {
          position: absolute;
          content: "";
          width: 18px;
          height: 15px;
          background: center center/cover no-repeat;
          background-image: url(../images/sprite.svg#sprite--menu-icon-black);
          top: calc(50% - 7.5px);
          left: calc(50% - 9px);
        }
        .tablecontent:not(.open) .tablecontent-btn-span {
          display: none;
        }
        .tablecontent.open {
          top: 0;
          bottom: auto;
          left: 0;
          right: 0;
          width: 100%;
          height: 100%;
          border-radius: 0;
          padding: 30px 20px;
        }
        .tablecontent.open .tablecontent-numerical {
          overflow-y: auto;
          scrollbar-width: none;
        }
        .tablecontent.open .tablecontent-btn:before {
          display: none;
        }
        .tablecontent.open .tablecontent-btn-span:after {
          width: 50px;
          height: 50px;
          background: center center/cover no-repeat;
          background-image: url(../images/sprite.svg#sprite--tablecontents-close);
          border-radius: 10px;
          -webkit-box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.14);
          top: calc(50% - 25px);
        }
      }
      h3 {
        font-weight: 600;
        font-size: 28px;
        line-height: 42px;
        margin-bottom: 25px;
      }
      @media screen and (max-width: 768px) {
        h3 {
          font-size: 22px;
          line-height: 33px;
          margin-bottom: 15px;
        }
      }
      h4 {
        font-weight: 700;
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 25px;
      }
      @media screen and (max-width: 768px) {
        h4 {
          font-size: 20px;
          line-height: 24px;
        }
      }
      h5 {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 25px;
      }
      @media screen and (max-width: 768px) {
        h5 {
          font-size: 18px;
          line-height: 27px;
        }
      }
      h6 {
        font-weight: 600;
        font-size: 22px;
        line-height: 33px;
        margin-bottom: 25px;
      }
      @media screen and (max-width: 768px) {
        h6 {
          font-size: 16px;
          line-height: 24px;
        }
      }
      .table__scroll {
        padding-bottom: 15px;
        margin-bottom: 25px;
      }
      @media screen and (max-width: 768px) {
        .table__scroll table {
          width: 700px;
        }
      }
      table {
        width: 100%;
        border-collapse: separate;
        text-align: center;
        vertical-align: middle;
        border: 1px solid var(--table-border-soft);
        border-radius: 10px;
        word-break: break-all;
      }
      table th,
      table td {
        text-align: center;
        border-bottom: 1px solid var(--table-border-soft);
        min-height: 65px;
        padding: 10px 5px;
      }
      table th:first-child,
      table td:first-child {
        border-left: none;
      }
      table th:last-child,
      table td:last-child {
        border-right: none;
      }
      table th {
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
      }
      table th:first-child {
        border-radius: 10px 0 0;
      }
      table th:last-child {
        border-radius: 0 10px 0 0;
      }
      table td {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
      }
      table td b {
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
      }
      table td a,
      table td li {
        font-size: 16px;
        line-height: 24px;
      }
      table tr:last-child td {
        border-bottom: none;
      }
      table tr:last-child td:first-child {
        border-radius: 0 0 0 10px;
      }
      table tr:last-child td:last-child {
        border-radius: 0 0 10px;
      }
      .table_scroll {
        padding: 40px;
        margin-top: -40px;
        margin-left: -40px;
        margin-right: -40px;
        margin-bottom: 30px;
      }
      @media screen and (max-width: 768px) {
        .table_scroll {
          padding: 40px 10px;
          margin-right: -10px;
          margin-left: -10px;
        }
      }
      .scroll {
        overflow-y: auto;
        -ms-scroll-chaining: none;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        scrollbar-width: thin;
        scrollbar-color: #1d7fcd transparent;
      }
      .scroll::-webkit-scrollbar {
        width: 4px;
        height: 50%;
      }
      .scroll::-webkit-scrollbar-track {
        background-color: transparent;
      }
      .scroll::-webkit-scrollbar-thumb {
        background-color: #1d7fcd;
        border-radius: 5px;
      }
      .scroll::-webkit-scrollbar-thumb:hover {
        background-color: #1d7fcd;
      }
      .scroll::-webkit-scrollbar-thumb:active {
        background-color: #1d7fcd;
      }
      .scroll::-webkit-scrollbar-thumb:vertical {
        min-height: 50%;
      }
      .scroll::-webkit-scrollbar-thumb:horizontal {
        min-width: 4px;
      }
      .scroll_horizontal {
        overflow-x: auto;
        -ms-scroll-chaining: none;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        scrollbar-width: thin;
        scrollbar-color: #1d7fcd transparent;
      }
      .scroll_horizontal::-webkit-scrollbar {
        width: 170px;
        height: 4px;
      }
      .scroll_horizontal::-webkit-scrollbar-track {
        background-color: transparent;
      }
      .scroll_horizontal::-webkit-scrollbar-thumb {
        background-color: #1d7fcd;
        border-radius: 5px;
      }
      .scroll_horizontal::-webkit-scrollbar-thumb:hover {
        background-color: #1d7fcd;
      }
      .scroll_horizontal::-webkit-scrollbar-thumb:active {
        background-color: #1d7fcd;
      }
      .scroll_horizontal::-webkit-scrollbar-thumb:horizontal {
        min-width: 50%;
      }
      .scroll_horizontal::-webkit-scrollbar-thumb:vertical {
        min-height: 4px;
      }
      .plus {
        align-items: center;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #afafaf;
        margin-bottom: 0;
      }
      .plus img {
        margin: 0;
        margin-right: 10px;
      }
      .table__content {
        background: #fff;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        padding: 0 30px;
        margin-bottom: 25px;
      }
      .table__content .heading {
        position: relative;
        width: 100%;
        text-align: left;
        font-weight: 600;
        font-size: 22px;
        line-height: 33px;
        color: #323239;
        padding: 30px 20px 30px 43px;
      }
      .table__content .heading:before,
      .table__content .heading:after {
        position: absolute;
        content: "";
      }
      .table__content .heading:before {
        width: 23px;
        height: 17px;
        background: center center/cover no-repeat;
        background-image: url(../images/sprite3.svg#menu);
        left: 0;
        top: calc(50% - 8.5px);
      }
      .table__content .heading:after {
        width: 17px;
        height: 11px;
        background: center center/cover no-repeat;
        background-image: url(../images/sprite3.svg#arr);
        transition: transform 0.3s;
        right: 0;
        top: calc(50% - 5.5px);
      }
      .table__content ol:not([class]) {
        max-height: 0;
        overflow: hidden;
        margin-left: 43px;
        margin-bottom: 0;
      }
      .table__content ol:not([class]) li {
        position: relative;
        margin-bottom: 10px;
      }
      .table__content ol:not([class]) li:before {
        position: absolute;
        left: 0;
      }
      .table__content ol:not([class]) li:last-child {
        margin-bottom: 0;
      }
      .table__content ol:not([class]) li a {
        color: #383434;
      }
      .table__content ol:not([class]) li:hover:before {
        color: #1d7fcd;
      }
      .table__content ol:not([class]) li:hover a {
        color: #1d7fcd;
      }
      .table__content ol:not([class]) a {
        font-weight: 400;
        text-decoration: none;
      }
      .table__content.table__content_open {
        padding-bottom: 35px;
      }
      .table__content.table__content_open .heading:after {
        transition: transform 0.3s;
        transform: rotate(-180deg);
      }
      .table__content.table__content_open ol:not([class]) {
        max-height: 1000px;
      }
      @media screen and (max-width: 768px) {
        .table__content {
          padding: 0 20px;
        }
        .table__content .heading {
          font-size: 18px;
          line-height: 27px;
          padding: 25px 20px 20px 43px;
        }
        .table__content ol:not([class]) {
          margin-left: 10px;
        }
      }
      .img__item img {
        width: 300px;
        height: 182px;
        border-radius: 10px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: 0;
      }
      .faq h2 {
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 25px;
      }
      @media screen and (max-width: 768px) {
        .faq h2 {
          text-align: center;
          font-size: 26px;
          line-height: 31px;
        }
      }
      .faq__block {
        counter-reset: number;
        margin-bottom: 40px;
      }
      .faq__item {
        background: #fff;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        margin-bottom: 15px;
      }
      .faq__item .heading {
        position: relative;
        width: 100%;
        font-weight: 700;
        font-size: 22px;
        line-height: 15px;
        text-align: left;
        padding: 10px 10px 10px 10px;
      }
      .faq__item .heading:before {
        counter-increment: number;
        content: counter(number) ". ";
      }
      .faq__item .heading:after {
        position: absolute;
        content: "";
        transition: transform 0.3s;
        width: 22px;
        height: 14px;
        background: center center/cover no-repeat;
        background-image: url(../images/sprite3.svg#faq);
        right: 30px;
        top: calc(50% - 7px);
      }
      .faq__item .heading:hover {
        color: #1d7fcd;
      }
      .faq__item .text {
        max-height: 0;
        transition: max-height 0.4s;
        overflow: hidden;
        padding: 0 70px 0 55px;
      }
      .faq__item .text p {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #212122;
      }
      .faq__item .text p:last-child {
        margin-bottom: 35px;
      }
      @media screen and (max-width: 768px) {
        .faq__item .heading {
          font-size: 18px;
          line-height: 27px;
       
        }
        .faq__item .text {
          padding: 0 20px 0;
        }
        .faq__item .text p {
          font-size: 16px;
          line-height: 26px;
        }
        .faq__item .text p:last-child {
          margin-bottom: 25px;
        }
      }
      .faq__item__open .heading {
        color: #1d7fcd;
      }
      .faq__item__open .heading:after {
        width: 22px;
        height: 14px;
        background: center center/cover no-repeat;
        background-image: url(../images/sprite3.svg#faq-blue);
      }
      .faq__item__open .text {
        max-height: 1000px;
      }
      .alignright {
        float: right;
        margin: 10px 0 10px 10px;
      }
      .alignleft {
        float: left;
        margin: 10px 10px 10px 0;
      }
      .clear:after {
        content: "";
        display: block;
        clear: both;
      }
      .float_right {
        float: right;
        margin-left: 20px;
      }
      .float_left {
        float: left;
        margin-right: 20px;
      }
      .float_right,
      .float_left {
        margin-bottom: 20px;
      }
      .float_right img,
      .float_left img {
        margin-bottom: 0;
      }
      ol:not([class]),
      ul:not([class]) {
        margin-bottom: 15px;
      }
      ol:not([class]) li {
        display: table;
        position: relative;
        margin-bottom: 10px;
      }
      ol:not([class]) li:last-child,
      ul:not([class]) li:last-child {
        margin-bottom: 0;
      }
      ol:not([class]) {
        counter-reset: number;
      }
      ol:not([class]) li {
        padding-left: 25px;
      }
      ol:not([class]) li:before {
        counter-increment: number;
        content: counter(number) "." " ";
        color: #1d7fcd;
      }
      table ol:not([class]) li,
      table ul:not([class]) li,
      .table ol:not([class]) li,
      .table ul:not([class]) li {
        display: block;
      }
      table ol:not([class]) li,
      .table ol:not([class]) li {
        padding-left: 0;
      }
      table ul:not([class]) li,
      .table ul:not([class]) li {
        padding-left: 20px;
      }
      table ul:not([class]) li:before,
      .table ul:not([class]) li:before {
        left: 0;
      }
      ol ol,
      ul ul {
        margin-left: 30px;
      }
      @media screen and (max-width: 768px) {
        .float_right,
        .float_left {
          float: none;
          margin-left: auto;
          margin-right: auto;
        }
      }
      * {
        transition: all 0.3s;
      }
      header {
        border-bottom: none;
        box-shadow:
          0 0 1px rgba(0, 0, 0, 0.32),
          0 5px 10px rgba(0, 0, 0, 0.24);
        background-color: var(--header-bg);
      }
      header.header {
        border-bottom: none;
      }
      footer {
        box-shadow:
          0 0 10px rgba(0, 0, 0, 0.32),
          0 5px 10px rgba(0, 0, 0, 0.24);
        background-color: var(--footer-bg);
      }
      .faq__item {
        background: 0 0;
      }
      .faq__block button,
      .faq__block button:hover,
      .faq__block .text span p {
        color: var(--faq_color);
      }
      .faq__item__open .heading {
        color: var(--faq_color_open);
      }
      @media screen and (max-width: 992px) {
        .navigation {
          background: var(--navigation_back_mob);
        }
        .menu-link {
          color: var(--navigation_color_mob);
        }
      }
      .tablecontent {
        background: var(--table_of_content_back);
        ol:not([class]) li a {
          color: var(--table_of_content_color);
        }
      }
      *,
      html,
      body,
      div,
      span,
      object,
      iframe,
      h1,
      h2,
      h3,
      h4,
      h5,
      h6,
      p,
      pre,
      a,
      abbr,
      address,
      big,
      blockquote,
      cite,
      code,
      del,
      dfn,
      em,
      img,
      ins,
      samp,
      small,
      strike,
      strong,
      sub,
      sup,
      tt,
      var,
      b,
      u,
      i,
      center,
      dl,
      dt,
      dd,
      ol,
      ul,
      li,
      form,
      label,
      input,
      fieldset,
      legend,
      caption,
      article,
      aside,
      canvas,
      details,
      embed,
      figure,
      figcaption,
      footer,
      header,
      menu,
      main,
      nav,
      output,
      section,
      summary,
      time,
      mark,
      audio,
      video,
      .main button,
      .main table {
        font-family: var(--font-family);
      }
      .main img {
        max-width: auto;
        @media screen and (max-width: 768px) {
          max-width: 100%;
        }
      }
      .container .main table {
        background: 0 0;
        font-family: var(--font-family);
      }
      .main .table_scroll table th,
      .main .table_scroll table td,
      .main .table_scroll table,
      .main .table_scroll table tr {
        background-color: var(--body-bg);
        color: var(--body-color);
        font-family: var(--font-family);
      }
      .table__content .heading {
        color: var(--body-heading);
      }
      .menu-link:hover {
        text-decoration: underline;
        color: var(--menu-hover);
      }
      .btn_border:hover {
        background-color: var(--hover-btn-1);
      }
      .btn:hover {
        background-color: var(--hover-btn-2);
      }
      @media screen and (max-width: 768px) {
        .table_scroll.scroll {
          width: calc(100vw - 15px);
        }
      }
      form input,
      form textarea {
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        border: 1px solid #d0d0e2;
        background: #fff;
        border-radius: 5px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        color: #252a61;
        padding-left: 15px;
        padding-right: 30px;
      }
      form input {
        height: 49px;
        line-height: 47px;
      }
      form textarea {
        padding-top: 12px;
      }
      form .formgroup {
        position: relative;
        margin-bottom: 8px;
      }
      form .label {
        display: none;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
      }
      form .label-true {
        width: 14px;
        height: 11px;
        background: center center/cover no-repeat;
        background-image: url(../images/sprite.svg#sprite--check-blue);
      }
      form .label-false {
        font-size: 12px;
        font-weight: 400;
        color: #b42128;
      }
      form .heading {
        font-size: 32px;
        line-height: 34px;
        color: #1f1f21;
        margin-bottom: 5px;
      }
      form .descr {
        font-size: 15px;
        font-weight: 500;
        line-height: 23px;
        color: #3e3e41;
        margin-bottom: 20px;
      }
      form .btn {
        width: 100%;
      }
      @media screen and (max-width: 768px) {
        form .heading {
          font-size: 28px;
          line-height: 32px;
        }
      }
      button {
        display: inline-block;
        cursor: pointer;
        font-family: "Poppins";
      }
      input::-webkit-input-placeholder,
      textarea::-webkit-input-placeholder {
        color: #4b4f58;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 400;
      }
      input::-moz-placeholder,
      textarea::-moz-placeholder {
        color: #4b4f58;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 400;
      }
      input:-ms-input-placeholder,
      textarea:-ms-input-placeholder {
        color: #4b4f58;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 400;
      }
      input::-ms-input-placeholder,
      textarea::-ms-input-placeholder {
        color: #4b4f58;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 400;
      }
      input::placeholder,
      textarea::placeholder {
        color: #4b4f58;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 400;
      }
      input::-webkit-input-placeholder,
      textarea::-webkit-input-placeholder {
        color: #4b4f58;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 400;
      }
      input:-moz-placeholder,
      textarea:-moz-placeholder {
        color: #4b4f58;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 400;
      }
      input::-moz-placeholder,
      textarea::-moz-placeholder {
        color: #4b4f58;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 400;
      }
      input:-ms-input-placeholder,
      textarea:-ms-input-placeholder {
        color: #4b4f58;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 400;
      }
      input:not(:focus):-moz-placeholder-shown,
      textarea:not(:focus):-moz-placeholder-shown {
        background: #fff;
      }
      input:not(:focus):-ms-input-placeholder,
      textarea:not(:focus):-ms-input-placeholder {
        background: #fff;
      }
      input:not(:focus):placeholder-shown,
      textarea:not(:focus):placeholder-shown {
        background: #fff;
      }
      input:not(:focus):-moz-placeholder-shown ~ .label-true,
      textarea:not(:focus):-moz-placeholder-shown ~ .label-true {
        display: none;
      }
      input:not(:focus):-ms-input-placeholder ~ .label-true,
      textarea:not(:focus):-ms-input-placeholder ~ .label-true {
        display: none;
      }
      input:not(:focus):placeholder-shown ~ .label-true,
      textarea:not(:focus):placeholder-shown ~ .label-true {
        display: none;
      }
      input:focus,
      textarea:focus {
        outline: none;
      }
      input:focus ~ .label-true,
      textarea:focus ~ .label-true {
        display: block;
      }
      input:valid,
      textarea:valid {
        background: #fafaff;
      }
      input:valid ~ .label-true,
      textarea:valid ~ .label-true {
        display: block;
      }
      input:invalid:not(:focus):not(:-moz-placeholder-shown),
      textarea:invalid:not(:focus):not(:-moz-placeholder-shown) {
        color: #b42128;
      }
      input:invalid:not(:focus):not(:-ms-input-placeholder),
      textarea:invalid:not(:focus):not(:-ms-input-placeholder) {
        color: #b42128;
      }
      input:invalid:not(:focus):not(:placeholder-shown),
      textarea:invalid:not(:focus):not(:placeholder-shown) {
        color: #b42128;
      }
      input:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .label-false,
      textarea:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .label-false {
        display: block;
      }
      input:invalid:not(:focus):not(:-ms-input-placeholder) ~ .label-false,
      textarea:invalid:not(:focus):not(:-ms-input-placeholder) ~ .label-false {
        display: block;
      }
      input:invalid:not(:focus):not(:placeholder-shown) ~ .label-false,
      textarea:invalid:not(:focus):not(:placeholder-shown) ~ .label-false {
        display: block;
      }
      input::-webkit-outer-spin-button,
      input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
      }
      input[type="number"] {
        -moz-appearance: textfield;
      }
      input[type="text"]::-ms-clear {
        display: none;
        width: 0;
        height: 0;
      }
      input[type="text"]::-ms-reveal {
        display: none;
        width: 0;
        height: 0;
      }
      input[type="search"]::-webkit-search-decoration,
      input[type="search"]::-webkit-search-cancel-button,
      input[type="search"]::-webkit-search-results-button,
      input[type="search"]::-webkit-search-results-decoration {
        display: none;
        -webkit-appearance: none;
        appearance: none;
      }
      .check {
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 10px;
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        color: rgba(62, 62, 65, 0.8);
        margin-top: 10px;
        margin-bottom: 20px;
      }
      .check__input {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
      }
      .check__box {
        position: relative;
        width: 14px;
        min-width: 14px;
        height: 14px;
        background: #fff;
        border: 1px solid #d0d0e2;
        border-radius: 3px;
        margin-top: 3px;
      }
      .check__input:checked + .check__box {
        background: #e8e8f6;
        border-color: #e8e8f6;
      }
      .check__input:checked + .check__box:before {
        position: absolute;
        content: "";
        width: 8px;
        height: 6px;
        background: center center/cover no-repeat;
        background-image: url(../images/sprite.svg#sprite--check-blue);
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
      }
      .form-contact {
        max-width: 350px;
        width: 350px;
        margin: 0 auto;
      }
      .header {
        background: var(--header-bg);
      }
      .banner {
        margin-top: 0;
      }
      .header .container {
        justify-content: space-between;
      }
      .offer .tc {
        color: var(--tc-color);
      }
      .banner {
        background-color: var(--banner-back);
      }
      .banner-demo .h1,
      .banner-demo h1 {
        color: var(--body-heading);
      }
      .footer-text-heading {
        color: var(--license-title);
      }
      .footer-text .text {
        color: var(--license-text);
      }
      button,
      form {
        font-family: var(--font-family);
      }
      .header {
        position: fixed;
        width: 100%;
        z-index: 100;
      }
      .banner {
        margin-bottom: -90px;
        padding: 200px 0 58px;
        height: auto;
        min-height: 550px;
      }
      .main {
        padding: 40px 0 70px;
      }
      @media screen and (max-width: 768px) {
        .tablecontent:not(.open) .tablecontent-btn:before {
          background: 0 0;
          -webkit-mask-image: url(../images/menu.svg);
          mask-image: url(../images/menu.svg);
          -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
          background-color: var(--toc-btn-color);
        }
      }
      @media screen and (max-width: 768px) {
        .tablecontent:not(.open) .tablecontent-btn {
          width: 50px;
          height: 50px;
          background-color: var(--toc-btn-color-background);
          border-radius: 8px;
        }
      }
      .breadcrumbs__item a.breadcrumbs__link {
        color: var(--body-heading);
      }
      .breadcrumbs__item:not(:last-child):before {
        background-image: url(../images/sprite1.svg#sprite--arrow-icon);
        color: var(--body-heading);
      }
      @media screen and (max-width: 1280px) {
        .wp-caption {
          width: auto !important;
          max-width: auto !important;
        }
      }
      .banner {
        margin-top: 90px;
        margin-bottom: 0;
      }
      @media screen and (max-width: 768px) {
        .banner {
          margin-top: 0;
          margin-bottom: 0;
        }
      }
    </style>
    <script type="application/ld+json" class="yoast-schema-graph">
      { "@context": "https://schema.org", "@graph": [] }
    </script>
    <meta
      name="google-site-verification"
      content="RhuJnKd0Fmrn9q-Kafr3ODFd_9wO5H17Ckzvaglapmo"
    />
    <link rel="dns-prefetch" href="//s.w.org" />
    <style id="global-styles-inline-css" type="text/css">
      body {
        --wp--preset--color--black: #000000;
        --wp--preset--color--cyan-bluish-gray: #abb8c3;
        --wp--preset--color--white: #ffffff;
        --wp--preset--color--pale-pink: #f78da7;
        --wp--preset--color--vivid-red: #cf2e2e;
        --wp--preset--color--luminous-vivid-orange: #ff6900;
        --wp--preset--color--luminous-vivid-amber: #fcb900;
        --wp--preset--color--light-green-cyan: #7bdcb5;
        --wp--preset--color--vivid-green-cyan: #00d084;
        --wp--preset--color--pale-cyan-blue: #8ed1fc;
        --wp--preset--color--vivid-cyan-blue: #0693e3;
        --wp--preset--color--vivid-purple: #9b51e0;
        --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
          135deg,
          rgba(6, 147, 227, 1) 0%,
          rgb(155, 81, 224) 100%
        );
        --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
          135deg,
          rgb(122, 220, 180) 0%,
          rgb(0, 208, 130) 100%
        );
        --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
          135deg,
          rgba(252, 185, 0, 1) 0%,
          rgba(255, 105, 0, 1) 100%
        );
        --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
          135deg,
          rgba(255, 105, 0, 1) 0%,
          rgb(207, 46, 46) 100%
        );
        --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
          135deg,
          rgb(238, 238, 238) 0%,
          rgb(169, 184, 195) 100%
        );
        --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
          135deg,
          rgb(74, 234, 220) 0%,
          rgb(151, 120, 209) 20%,
          rgb(207, 42, 186) 40%,
          rgb(238, 44, 130) 60%,
          rgb(251, 105, 98) 80%,
          rgb(254, 248, 76) 100%
        );
        --wp--preset--gradient--blush-light-purple: linear-gradient(
          135deg,
          rgb(255, 206, 236) 0%,
          rgb(152, 150, 240) 100%
        );
        --wp--preset--gradient--blush-bordeaux: linear-gradient(
          135deg,
          rgb(254, 205, 165) 0%,
          rgb(254, 45, 45) 50%,
          rgb(107, 0, 62) 100%
        );
        --wp--preset--gradient--luminous-dusk: linear-gradient(
          135deg,
          rgb(255, 203, 112) 0%,
          rgb(199, 81, 192) 50%,
          rgb(65, 88, 208) 100%
        );
        --wp--preset--gradient--pale-ocean: linear-gradient(
          135deg,
          rgb(255, 245, 203) 0%,
          rgb(182, 227, 212) 50%,
          rgb(51, 167, 181) 100%
        );
        --wp--preset--gradient--electric-grass: linear-gradient(
          135deg,
          rgb(202, 248, 128) 0%,
          rgb(113, 206, 126) 100%
        );
        --wp--preset--gradient--midnight: linear-gradient(
          135deg,
          rgb(2, 3, 129) 0%,
          rgb(40, 116, 252) 100%
        );
        --wp--preset--duotone--dark-grayscale: url("index.html#wp-duotone-dark-grayscale");
        --wp--preset--duotone--grayscale: url("index.html#wp-duotone-grayscale");
        --wp--preset--duotone--purple-yellow: url("index.html#wp-duotone-purple-yellow");
        --wp--preset--duotone--blue-red: url("index.html#wp-duotone-blue-red");
        --wp--preset--duotone--midnight: url("index.html#wp-duotone-midnight");
        --wp--preset--duotone--magenta-yellow: url("index.html#wp-duotone-magenta-yellow");
        --wp--preset--duotone--purple-green: url("index.html#wp-duotone-purple-green");
        --wp--preset--duotone--blue-orange: url("index.html#wp-duotone-blue-orange");
        --wp--preset--font-size--small: 13px;
        --wp--preset--font-size--medium: 20px;
        --wp--preset--font-size--large: 36px;
        --wp--preset--font-size--x-large: 42px;
      }
      .has-black-color {
        color: var(--wp--preset--color--black) !important;
      }
      .has-cyan-bluish-gray-color {
        color: var(--wp--preset--color--cyan-bluish-gray) !important;
      }
      .has-white-color {
        color: var(--wp--preset--color--white) !important;
      }
      .has-pale-pink-color {
        color: var(--wp--preset--color--pale-pink) !important;
      }
      .has-vivid-red-color {
        color: var(--wp--preset--color--vivid-red) !important;
      }
      .has-luminous-vivid-orange-color {
        color: var(--wp--preset--color--luminous-vivid-orange) !important;
      }
      .has-luminous-vivid-amber-color {
        color: var(--wp--preset--color--luminous-vivid-amber) !important;
      }
      .has-light-green-cyan-color {
        color: var(--wp--preset--color--light-green-cyan) !important;
      }
      .has-vivid-green-cyan-color {
        color: var(--wp--preset--color--vivid-green-cyan) !important;
      }
      .has-pale-cyan-blue-color {
        color: var(--wp--preset--color--pale-cyan-blue) !important;
      }
      .has-vivid-cyan-blue-color {
        color: var(--wp--preset--color--vivid-cyan-blue) !important;
      }
      .has-vivid-purple-color {
        color: var(--wp--preset--color--vivid-purple) !important;
      }
      .has-black-background-color {
        background-color: var(--wp--preset--color--black) !important;
      }
      .has-cyan-bluish-gray-background-color {
        background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
      }
      .has-white-background-color {
        background-color: var(--wp--preset--color--white) !important;
      }
      .has-pale-pink-background-color {
        background-color: var(--wp--preset--color--pale-pink) !important;
      }
      .has-vivid-red-background-color {
        background-color: var(--wp--preset--color--vivid-red) !important;
      }
      .has-luminous-vivid-orange-background-color {
        background-color: var(
          --wp--preset--color--luminous-vivid-orange
        ) !important;
      }
      .has-luminous-vivid-amber-background-color {
        background-color: var(
          --wp--preset--color--luminous-vivid-amber
        ) !important;
      }
      .has-light-green-cyan-background-color {
        background-color: var(--wp--preset--color--light-green-cyan) !important;
      }
      .has-vivid-green-cyan-background-color {
        background-color: var(--wp--preset--color--vivid-green-cyan) !important;
      }
      .has-pale-cyan-blue-background-color {
        background-color: var(--wp--preset--color--pale-cyan-blue) !important;
      }
      .has-vivid-cyan-blue-background-color {
        background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
      }
      .has-vivid-purple-background-color {
        background-color: var(--wp--preset--color--vivid-purple) !important;
      }
      .has-black-border-color {
        border-color: var(--wp--preset--color--black) !important;
      }
      .has-cyan-bluish-gray-border-color {
        border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
      }
      .has-white-border-color {
        border-color: var(--wp--preset--color--white) !important;
      }
      .has-pale-pink-border-color {
        border-color: var(--wp--preset--color--pale-pink) !important;
      }
      .has-vivid-red-border-color {
        border-color: var(--wp--preset--color--vivid-red) !important;
      }
      .has-luminous-vivid-orange-border-color {
        border-color: var(
          --wp--preset--color--luminous-vivid-orange
        ) !important;
      }
      .has-luminous-vivid-amber-border-color {
        border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
      }
      .has-light-green-cyan-border-color {
        border-color: var(--wp--preset--color--light-green-cyan) !important;
      }
      .has-vivid-green-cyan-border-color {
        border-color: var(--wp--preset--color--vivid-green-cyan) !important;
      }
      .has-pale-cyan-blue-border-color {
        border-color: var(--wp--preset--color--pale-cyan-blue) !important;
      }
      .has-vivid-cyan-blue-border-color {
        border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
      }
      .has-vivid-purple-border-color {
        border-color: var(--wp--preset--color--vivid-purple) !important;
      }
      .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
        background: var(
          --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
        ) !important;
      }
      .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
        background: var(
          --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
        ) !important;
      }
      .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
        background: var(
          --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
        ) !important;
      }
      .has-luminous-vivid-orange-to-vivid-red-gradient-background {
        background: var(
          --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
        ) !important;
      }
      .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
        background: var(
          --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
        ) !important;
      }
      .has-cool-to-warm-spectrum-gradient-background {
        background: var(
          --wp--preset--gradient--cool-to-warm-spectrum
        ) !important;
      }
      .has-blush-light-purple-gradient-background {
        background: var(--wp--preset--gradient--blush-light-purple) !important;
      }
      .has-blush-bordeaux-gradient-background {
        background: var(--wp--preset--gradient--blush-bordeaux) !important;
      }
      .has-luminous-dusk-gradient-background {
        background: var(--wp--preset--gradient--luminous-dusk) !important;
      }
      .has-pale-ocean-gradient-background {
        background: var(--wp--preset--gradient--pale-ocean) !important;
      }
      .has-electric-grass-gradient-background {
        background: var(--wp--preset--gradient--electric-grass) !important;
      }
      .has-midnight-gradient-background {
        background: var(--wp--preset--gradient--midnight) !important;
      }
      .has-small-font-size {
        font-size: var(--wp--preset--font-size--small) !important;
      }
      .has-medium-font-size {
        font-size: var(--wp--preset--font-size--medium) !important;
      }
      .has-large-font-size {
        font-size: var(--wp--preset--font-size--large) !important;
      }
      .has-x-large-font-size {
        font-size: var(--wp--preset--font-size--x-large) !important;
      }


      :root {
        --btn-bg: #e9be00;

        --header-bg: #162334;
        --body-heading: #ffffff;
        --footer-bg: #162334;
        --body-color: #ffffff;
        --body-bg: #0c1221;

        --btn-color: #383434;
        --btn-color-hover: #ffffff;
        --btn-border: #ffffff;
        --menu-hover: #cc0034;
        --copy: #cbcbcb;
        --menu-btn: #ffffff;

        --faq_color: #ffffff;
        --faq_color_open: #ffffff;
        --navigation_back_mob: #000;
        --navigation_color_mob: #fff;

        --table_of_content_back: #0c1221;
        --table_of_content_color: #000;

        --font-family: Inter;

        --game-name-color: #ffffff;
        --hover-btn-1: #cc0034;
        --hover-btn-2: #cc0034;
        --tc-color: #000;
        --banner-back: #0c1221;

        --license-title: #000;
        --license-text: #cbcbcb;
        --toc-btn-color: #000;
        --toc-btn-color-background: #fff;
      }


      /* ===== MOBILE STICKY CTA ===== */
.mobile-sticky-cta{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    z-index:9999;
    background:#0b0f1a;
    box-shadow:0 -4px 20px rgba(0,0,0,.35);
    padding:10px 12px;
    display:none;
       background-color: #1b2a55e2;
}

/* контейнер */
.mobile-sticky-cta__wrap{
    display:flex;
    justify-content: space-evenly;
 

}

/* кнопки */
.mobile-btn{
    flex:1;
    height:48px;
    padding: 10px 5px;
    width: 120px;
    border-radius:4px;
    border:none;
    font-size:15px;
    font-weight:700;
    cursor:pointer;
    transition:.2s;
}

/* логин */
.mobile-btn--login{
    background:transparent;
    color:#fff;
    border:2px solid #4f7cff;
}

.mobile-btn--login:hover{
    background:#1b2a55;
}

/* регистрация (основная) */
.mobile-btn--register{
    background:linear-gradient(180deg,#4f7cff,#2e59ff);
    color:#fff;
}

.mobile-btn--register:hover{
    transform:translateY(-1px);
    box-shadow:0 4px 12px rgba(79,124,255,.5);
}

/* только мобильные */
@media (max-width: 992px){
    .mobile-sticky-cta{
        display:block;
    }

    /* чтобы контент не перекрывался панелью */
    body{
        padding-bottom:78px;
    }
}
.review{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-evenly;
}

.review-card{
  background:#000a3dcb;
color: #fff;
max-width: 300px;
  border-radius:8px;
  padding:16px 18px;
  margin:16px 0;
  box-shadow:0 6px 18px rgba(0,0,0,.10);
  border:1px solid rgba(0,0,0,.06);
}

.review-card{
  position:relative;
  padding:18px 18px 16px;
  border-radius:16px;
  overflow:hidden;

  /* основной градиент */
  background:linear-gradient(160deg,
      #061a3a 0%,
      #08224f 35%,
      #0b2d73 70%,
      #0e3fa8 100%);

  /* стеклянный эффект */
  border:1px solid rgba(255,255,255,.08);

  /* мягкая тень */
  box-shadow:
      0 10px 30px rgba(0,0,0,.45),
      inset 0 1px 0 rgba(255,255,255,.05);

  transition:.35s ease;
}

.review-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}

.review-name,
.review-date{
  display:inline-flex;
  align-items:center;
  height:26px;
  padding:0 10px;
  border-radius:999px;
  font-size:13px;
  line-height:1;
  font-weight:700;
  white-space:nowrap;
}

/* бейдж имени */
.review-name{
  background:rgba(0, 90, 255, .10);
  color:#ffffff;
}

/* бейдж даты */
.review-date{
  background:rgba(0,0,0,.06);
  color: #fff;
  font-weight:600;
}

.review-text{
  margin:0;
  font-size:14px;
  line-height:1.65;
  color: #fff;
  word-break:break-word;
}

/* чтобы при тапе/выделении не было “ядовитого” синего */
.review-card ::selection{
  background:rgba(0, 90, 255, .18);
}

/* мобилка */
@media (max-width: 520px){
  .review-card{ padding:14px 14px; }
  .review-head{ margin-bottom:10px; }
  .review-name, .review-date{ height:24px; font-size:12px; padding:0 9px; }
  .review-text{ font-size:13.5px; }
}

.image-gallery {
  margin: 40px 0;
}

.gallery-title {
  text-align: center;
  margin-bottom: 25px;
  font-size: 28px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.gallery-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-grid img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* popup */

.img-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.img-popup img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

.close-btn {
  position: absolute;
  top: 25px;
  right: 35px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}
@media (max-width: 768px) {

.gallery-grid {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-grid img {
  height: 180px;
}

}

@media (max-width: 480px) {

.gallery-grid {
  grid-template-columns: 1fr;
}

}
/* SECTION */
.shots{
  margin: 44px 0;
}

.shots__title{
  text-align: center;
  font-size: clamp(22px, 2.2vw, 34px);
  margin: 0 0 22px;
}

/* GRID — ключ: max-width + center */
.shots__grid{
  max-width: 1120px;          /* убирает "пустоту справа" */
  margin: 0 auto;             /* центрирует блок */
  padding: 0 16px;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 18px;
}

/* CARD */
.shot{
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;

  overflow: hidden;

  /* “дорогой” вид */
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  transform: translateZ(0);
  transition: transform .25s ease, box-shadow .25s ease;
}

/* единый размер карточек, чтобы не было “разнобоя” */
.shot img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* hover */
.shot:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0,0,0,.35);
}

/* RESPONSIVE */
@media (max-width: 980px){
  .shots__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px){
  .shots__grid{
    grid-template-columns: 1fr;
  }

}

/* POPUP */
.img-popup{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.92);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 24px;
}

.img-popup img{
  max-width: min(1100px, 92vw);
  max-height: 90vh;
  border-radius: 14px;
  box-shadow: 0 18px 55px rgba(0,0,0,.45);
}

.close-btn{
  position: absolute;
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 0;
  cursor: pointer;
  font-size: 34px;
  line-height: 44px;
  background: rgba(255,255,255,.12);
  color: #fff;
}
.close-btn:hover{
  background: rgba(255,255,255,.18);
}
.toc {
  background: #071a3a;
  border-radius: 12px;
  padding: 20px;
  margin: 30px 0;
}

.toc-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.toc-list li {
  margin: 6px 0;
}

.toc-list a {
  text-decoration: none;
  color: #9cc6ff;
  font-size: 15px;
  transition: 0.2s;
}

.toc-list a:hover {
  color: #ffffff;
}

.toc-h3 {
  padding-left: 20px;
  font-size: 14px;
}
html {
  scroll-behavior: smooth;
}
/* smooth scroll */
html { scroll-behavior: smooth; }

.toc{


  padding: 16px;
  border-radius: 14px;
  background: rgba(7, 26, 58, .75);
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}

.toc__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
}

.toc__title{
  font-size: 18px;
  font-weight: 700;
}

.toc__toggle{
  border: 0;
  cursor: pointer;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255,255,255,.10);
  color: #fff;
}
.toc__toggle:hover{ background: rgba(255,255,255,.16); }

.toc__list{
  list-style: none;
  padding: 12px 0 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.toc__item a{
  display: inline-block;
  text-decoration: none;
  color: rgba(170, 210, 255, .95);
  font-size: 15px;
  line-height: 1.3;
}
.toc__item a:hover{ color:#fff; }

.toc__item--h3{ padding-left: 18px; }
.toc__item--h3 a{ font-size: 14px; opacity: .95; }

/* active link */
.toc__item.is-active > a{
  color: #fff;
  font-weight: 700;
}

/* collapsed */
.toc.is-collapsed .toc__list{
  display: none;
}
.toc.is-collapsed{
  padding-bottom: 10px;
}

/* mobile */
@media (max-width: 520px){
  .toc{ margin: 18px 12px; }
  .toc__title{ font-size: 16px; }
}