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;
}

/* HTML5 display-role reset for older browsers */
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: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th, td {
  vertical-align: middle;
}

iframe {
  width: 100%;
}

/* inter - greek */
@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");
}
/* ========================== veriable */
: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;
}

/* =========================== all */
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);
}

/* transition */
* {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* heading */
.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;
}

/* content */
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: bold;
}

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 */
.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("../img/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 */
.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("../img/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 */
.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 */
img {
  margin-bottom: 25px;
}

figure {
  margin-bottom: 25px;
}
figure img {
  margin-bottom: 0;
}

/* form */
button {
  display: inline-block;
  cursor: pointer;
  font-family: "Inter";
}

/* table */
.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 {
  border-radius: 10px;
  border-collapse: separate;
  border: 1px solid var(--table-border);
  background: #fff;
  overflow: hidden;
  margin-bottom: 25px;
}
table th, table td {
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}
table th {
  vertical-align: middle;
  background: var(--table-th-bg);
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: var(--table-th-color);
  white-space: nowrap;
  padding: 15px;
}
table td {
  vertical-align: top;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  padding: 20px 15px;
}
table td:not(:last-child) {
  border-right: 1px solid var(--table-border);
}
table tr:not(:last-child) td {
  border-bottom: 1px solid var(--table-border);
}
table a, table ul li, table ol li {
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
}
table a {
  text-decoration: underline;
  white-space: nowrap;
  font-weight: 500;
}

/* container */
.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 */
.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 */
.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 30px;
}
.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 */
.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 */
.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("../img/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 */
.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 */
.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 {
  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 */
.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 */
.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: transparent;
  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 */
.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 */
.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 */
.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("../img/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("../img/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("../img/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("../img/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);
  }
}
/*# sourceMappingURL=../sourcemaps/style.css.map */
