.mainBtn {
  background-clip: padding-box, border-box;
  background-origin: border-box;
  border-radius: 50px;
  align-items: center;
  display: flex;
  height: 47px;
  width: 47px;
  justify-content: center;
  box-shadow: 0 5px 6px 0 #11141b1f;
  border: 3px solid #0000;
  transition: border 0.3s ease;
  background-image: linear-gradient(180deg, #192232, #192232),
    linear-gradient(180deg, #212f44 20%, #192232 47%);
}

.nav_menu {
  width: 90%;
  margin: 10px auto;
}

table {
            font-family: Arial, Helvetica, sans-serif;
            border-collapse: collapse;
            width: 100%;
            margin: 30px 0;
        }

         td, th {
            border: 1px solid #ddd;
            padding: 8px;
        }

        tr:hover {
            background-color: #969696;
        }

        th {
            padding-top: 12px;
            padding-bottom: 12px;
            text-align: left;
            background-color: #04AA6D;
            color: white;
        }


	img {
  display: block;
  max-width: 100%;
  border-radius: 14px;
  margin: 20px auto;
      }

.nav_menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.nav_menu li {
  list-style: none;
}

.nav_menu a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

    :root {
      --wp--preset--aspect-ratio--square: 1;
      --wp--preset--aspect-ratio--4-3: 4/3;
      --wp--preset--aspect-ratio--3-4: 3/4;
      --wp--preset--aspect-ratio--3-2: 3/2;
      --wp--preset--aspect-ratio--2-3: 2/3;
      --wp--preset--aspect-ratio--16-9: 16/9;
      --wp--preset--aspect-ratio--9-16: 9/16;
      --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--font-size--small: 13px;
      --wp--preset--font-size--medium: 20px;
      --wp--preset--font-size--large: 36px;
      --wp--preset--font-size--x-large: 42px;
      --wp--preset--spacing--20: 0.44rem;
      --wp--preset--spacing--30: 0.67rem;
      --wp--preset--spacing--40: 1rem;
      --wp--preset--spacing--50: 1.5rem;
      --wp--preset--spacing--60: 2.25rem;
      --wp--preset--spacing--70: 3.38rem;
      --wp--preset--spacing--80: 5.06rem;
      --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
      --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
      --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
      --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
      --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
    }

    :where(.is-layout-flex) {
      gap: 0.5em;
    }

    :where(.is-layout-grid) {
      gap: 0.5em;
    }

    body .is-layout-flex {
      display: flex;
    }

    .is-layout-flex {
      flex-wrap: wrap;
      align-items: center;
    }

    .is-layout-flex>:is(*, div) {
      margin: 0;
    }

    body .is-layout-grid {
      display: grid;
    }

    .is-layout-grid>:is(*, div) {
      margin: 0;
    }

    :where(.wp-block-columns.is-layout-flex) {
      gap: 2em;
    }

    :where(.wp-block-columns.is-layout-grid) {
      gap: 2em;
    }

    :where(.wp-block-post-template.is-layout-flex) {
      gap: 1.25em;
    }

    :where(.wp-block-post-template.is-layout-grid) {
      gap: 1.25em;
    }

    .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;
    }

    :where(.wp-block-post-template.is-layout-flex) {
      gap: 1.25em;
    }

    :where(.wp-block-post-template.is-layout-grid) {
      gap: 1.25em;
    }

    :where(.wp-block-columns.is-layout-flex) {
      gap: 2em;
    }

    :where(.wp-block-columns.is-layout-grid) {
      gap: 2em;
    }

    :root:where(.wp-block-pullquote) {
      font-size: 1.5em;
      line-height: 1.6;
    }

    .brands {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
    }

    .brands img {
      width: 50px;
    }


.mainBtn.blue {
  background-image: linear-gradient(180deg, #41c6ff, #1a64fc),
    linear-gradient(180deg, #79cdfd, #1a64fc);
  box-shadow: 0 5px 6px 0 #11141b1f, 0 0 36.54px 0 #3a7cffab;
}

.mainBtn:hover {
  border-color: #212f44;
}

.header_burger svg {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #2b90fe;
  cursor: pointer;
  transition: transform 0.4s;
  -webkit-user-select: none;
  user-select: none;
  width: 41px;
  height: 41px;
}

.header_burger svg .top {
  stroke-dasharray: 40 160;
}

.header_burger svg .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 0.4s;
}

.header_burger svg .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 0.4s, stroke-dashoffset 0.4s;
}

.header_burger svg .line {
  fill: none;
  stroke: #2b90fe;
  stroke-width: 5.5;
  stroke-linecap: round;
  transition: stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
}

.search_button {
  display: none;
  margin-right: 15px;
}

.search_button svg {
  width: 18px;
  transition: transform 0.3s ease;
}

.search_button:hover svg {
  transform: scale(1.2);
}

.main {
  padding: 0 0 40px;
  max-width: 1440px;
  overflow-x: hidden;
  margin: 0 auto;
}

.banner {
  margin-top: 40px;
  width: 100%;
  background: #0000;
  position: relative;
}

.banner_back {
  background: #192232;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner_back img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  width: 100%;
}

.banner_infoblock {
  padding: 3%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.banner_infoblock h1 {
  text-shadow: 0 6.189px 8.252px #172e504d;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 10px;
}

.banner_infoblock h2 {
  text-shadow: 0 6.189px 8.252px #172e504d;
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 700;
  opacity: 0.9;
  display: none;
}

.banner_info {
  grid-gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 65%;
}

.banner_info .iblock {
  align-items: center;
  background-color: rgba(18, 26, 41, 0.302);
  border-radius: 15px;
  display: flex;
  padding: 5px 10px;
  margin: 0;
}

.iblock.col {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.iblock.col p {
  text-wrap: nowrap;
  font-size: 0.5rem;
  max-width: 100%;
  padding-top: 2px;
  text-align: center;
  width: 100%;
  font-weight: 400;
}

.iblock:first-child {
  grid-area: 1 / 1 / 1 / 3;
}

.iblock:first-child img {
  margin-right: 5px;
  width: 30px;
}

.banner_info .iblock h3 {
  font-size: 1rem;
  font-weight: 700;
}

.banner_info .iblock h3 span {
  color: #2b90fe;
}

.banner_img {
  position: absolute;
  bottom: auto;
  height: 150px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.categories_block {
  display: grid;
  min-height: 86px;
  grid-gap: 0;
  grid-template-columns: 100%;
  padding: 0 10px;
}

.categories_wrapper {
  display: grid;
  overflow: hidden;
  grid-template-columns: 23px calc(100% - 46px) 23px;
}

.categories_wrapper .arrow {
  align-items: center;
  background-color: #192232;
  border-radius: 50%;
  box-shadow: 0 0 13px 3px #0c111c;
  cursor: pointer;
  display: flex;
  height: 46px;
  justify-content: center;
  margin: 20px 0;
  position: relative;
  width: 46px;
  z-index: 3;
}

.categories_wrapper .arrow svg {
  color: #475774;
  height: 16px;
  transition: color 0.3s ease;
  width: 16px;
}

.categories_wrapper .arrow.left svg {
  transform: rotate(180deg);
}

.categories_wrapper .arrow.right {
  justify-self: flex-end;
}

.categories {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
  align-items: center;
  padding: 0 35px;
}

.category {
  display: block;
  height: 46px;
  position: relative;
}

.inner {
  align-items: center;
  border-radius: 100px;
  color: #677a9d;
  cursor: pointer;
  display: flex;
  font-size: 1.1rem;
  font-weight: 500;
  height: 46px;
  justify-content: center;
  padding: 5px 17px 5px 10px;
  position: relative;
  transition: color 0.3s ease;
  white-space: nowrap;
  z-index: 2;
}

.category .inner:hover {
  color: #2b90fe;
}

.category.active .inner {
  background-image: linear-gradient(180deg, #41c6ff, #1a64fc),
    linear-gradient(180deg, #79cdfd, #1a64fc);
  box-shadow: 0 0 20px 0 #3a7cffab;
  color: #fff;
  transition: box-shadow 0.3s ease;
}

.category .inner svg {
  height: 18px;
  margin-left: 5px;
  margin-right: 8px;
  width: 18px;
}

.category.active .inner svg * {
  fill: #fff;
}

.categories span.count {
  border: 2px solid #465063;
  border-radius: 30px;
  font-size: 0.7rem;
  font-weight: 700;
  margin-left: 10px;
  padding: 3px 10px;
  transition: border-color 0.3s ease;
}

.category.active .inner span.count {
  border-color: #fff;
}

.providers {
  color: #fff;
  display: block;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  height: 46px;
  position: relative;
  z-index: 3;
  margin: 15px 0 10px;
}

.providers.mainBtn {
  width: 100%;
}

.defaultSelect {
  background-color: #0000;
  box-shadow: none;
  cursor: pointer;
  outline: 0;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  min-height: 38px;
  position: relative;
  transition: all 100ms ease 0s;
  border-radius: 4px;
  box-sizing: border-box;
}

.css-hlgwow {
  -webkit-box-align: center;
  align-items: center;
  display: grid;
  flex: 1 1 0%;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  padding: 2px 8px;
  box-sizing: border-box;
}

.css-1wy0on6 {
  -webkit-box-align: center;
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-shrink: 0;
  box-sizing: border-box;
}

.defaultSelect__single-value {
  align-items: center;
  display: flex;
  font-size: 1rem;
  white-space: nowrap;
  font-weight: 500;
  transition: color 0.3s ease;
  color: #677a9d;
  margin-left: 2px;
  margin-right: 2px;
  box-sizing: border-box;
  grid-area: 1 / 1 / 2 / 3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.defaultSelect__single-value img {
  height: 24px;
  margin-right: 10px;
  width: 24px;
}

.defaultSelect__dropdown-indicator {
  transition: transform 0.3s ease, color 0.3s ease;
  display: flex;
  padding: 8px;
  box-sizing: border-box;
  color: #475774;
}

.css-8mmkcg {
  display: inline-block;
  fill: currentcolor;
  line-height: 1;
  stroke: currentcolor;
  stroke-width: 0;
}

.gamelist {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  padding-bottom: 15px;
}

.gamelist .top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.title {
  align-items: center;
  background-color: #19223280;
  border: 2px solid rgba(70, 80, 99, 0.149);
  border-radius: 100px;
  display: flex;
  font-weight: 400;
  font-size: 0.9rem;
  height: 45px;
  padding: 0 15px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  white-space: nowrap;
  z-index: 1;
}

.top .title:hover {
  background-color: #192232b3;
  border-color: #2b90fecc;
}

.top .arrows .item:hover {
  background-color: #192232b3;
  border-color: #2b90fecc;
}

.title img {
  margin-right: 10px;
  width: 23px;
}

.top .arrows {
  align-items: center;
  display: flex;
  z-index: 1;
}

.arrows .item {
  align-items: center;
  background-color: #19223280;
  border: 2px solid rgba(70, 80, 99, 0.149);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  filter: drop-shadow(0 4.692px 5.631px rgba(17, 20, 27, 0.12));
  height: 45px;
  justify-content: center;
  transform-origin: center;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  width: 45px;
}

.arrows .item.left {
  margin-right: 10px;
}

.arrows .item svg {
  color: #677a9d;
  height: 15px;
  transition: color 0.3s ease-in-out, transform 0.3s ease;
  width: 15px;
}

.item.left svg {
  transform: rotate(180deg);
}

.gemerow {
  left: -10px;
  max-width: calc(100% + 20px);
  padding: 5px 10px;
  width: calc(100% + 20px);
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.slot {
  width: 100px;
  margin-right: 10px;
  padding: 0;
  flex-shrink: 0;
  height: 135px;
  position: relative;
  border-radius: 15px;
  overflow: visible;
  box-shadow: 0 5px 6px 0 #11141b40;
  position: relative;
  transition: transform 0.3s ease;
}

.slot:hover {
  transform: scale(1.08);
}

.slot .play {
  align-items: center;
  background-color: #10131fbf;
  border-radius: 25px;
  content: "";
  display: flex;
  flex-direction: column;
  height: 110%;
  justify-content: space-around;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  width: 110%;
  will-change: transform;
  z-index: 2;
  padding: 0%;
}

.slot .play:hover {
  opacity: 100;
}

.slot .back {
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: transform 0.3s ease;
  width: 100%;
  border-radius: 15px;
}

.play .mainBtn.blue {
  border-radius: 50%;
  height: 55px;
  width: 55px;
}

.play .mainBtn {
  display: flex;
  font-size: 16px;
  font-weight: 300;
}

.play .down {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 5px;
  width: 100%;
}

.play h1 {
  font-weight: 700;
  overflow: hidden;
  padding: 0 15px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: 0.7rem;
}

.play div {
  text-align: center;
}

.play p {
  color: #677a9d;
  font-size: 0.6rem;
  font-weight: 400;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.mainBtn:hover.blue {
  background-image: linear-gradient(180deg, #41c6ff, #1a64fc),
    linear-gradient(180deg, #79cdfd, #1a64fc);
  border-color: #0000;
}

.play .down .like {
  align-items: center;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #192232cc;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: background-color 0.3s ease;
  height: 30px;
  width: 30px;
}

.play .down .like:hover {
  background-color: #192232;
}

.play .down .like svg {
  height: 18px;
  transition: transform 0.3s ease;
  width: 18px;
}

.play .down .like svg path {
  fill: #475774;
  stroke: #475774;
  transition: fill 0.3s ease, stroke 0.3s ease;
}

.slot:hover .play .like {
  animation: likeAppear 0.3s ease 0.3s both;
}

.play .down .like:hover {
  background-color: #192232;
}

@keyframes likeAppear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.seo-textblock {
  margin: 30px 0 50px;
  min-height: 500px;
  padding: 0 10px;
}

.seo-textblock .seo-par {
  background-color: #19223280;
  background-image: none;
  border: 2px solid rgba(70, 80, 99, 0.149);
  padding-bottom: 25px !important;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 0 5px 6px 0 #11141b1f;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.seo-tittle {
  align-items: center;
  background-color: #192232;
  display: grid;
  grid-template-columns: 1fr 20px;
  padding: 25px 5%;
  position: relative;
  z-index: 1;
}

.seo-tittle h2 {
  color: #fff;
  font-size: 20px !important;
  font-weight: 700;
  text-transform: uppercase;
}

.seo-text {
  color: #7a85a5;
  line-height: 150%;
  font-size: 14px;
  padding: 15px 15px 15px 4%;
}

.seo-text h3 {
  color: #fff;
  font-weight: 700;
  margin-right: 5px;
  display: inline !important;
}

.seo-text p {
  display: inline !important;
}

.footer {
  background-color: #121a29;
  max-width: 100vw;
  overflow: hidden;
}

.footer .wrap {
  margin: 0 auto;
  max-width: 1280px;
}

.footer .wrap .row {
  grid-gap: 30px;
  grid-template-columns: 1fr;
  padding-bottom: 30px;
  position: relative;
  width: 100%;
  display: grid;
}

.footer .row .col {
  display: flex;
  flex-direction: column;
  padding-left: 7%;
}

.footer .row .col .logo {
  margin-bottom: 20px;
  width: 180px;
}

.footer .row .col a,
.footer .row .col p {
  color: #677a9d;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  transition: 0.15s ease;
}

.footer .row .col h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}

.footer .row .col.list .subLink,
.footer .row .col.list a {
  display: inline-block;
}

.footer .row .col.list a,
.footer .row .col.list p {
  font-size: 14px;
  padding: 4px 0;
}

.footer .row .col.list .subLink:hover,
.footer .row .col.list a:hover {
  color: #fff;
}

.footer .row a:hover {
  opacity: 0.7;
}

.footer .row:after {
  background-color: #273140;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% - 30px);
}

.footer .last {
  align-items: center;
  display: grid;
  padding: 30px 10px 0;
}

.footer .last .inLine {
  grid-gap: 10px;
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: center;
}

.footer .last .inLine svg {
  height: 50px;
  margin-right: 15px;
  width: 50px;
}

.footer .last .inLine p {
  color: #677a9d;
  font-size: 13px;
  font-weight: 300;
}

.baseBlock {
  background-clip: padding-box, border-box;
  background-image: linear-gradient(180deg, #192232, #192232),
    linear-gradient(180deg, #212f44 20%, #192232 47%);
  background-origin: border-box;
  border: 3px solid #0000;
  border-radius: 25px;
  box-shadow: 0 5px 6px 0 #11141b1f;
}

.footer .last .inLine .rate {
  align-items: center;
  border-radius: 20px;
  color: #677a9d;
  display: flex;
  font-size: 12px;
  justify-content: center;
  padding: 10px 15px;
}

.footer .last .inLine a {
  transition: opacity 0.3s ease;
}

.footer .last .inLine svg {
  height: 50px;
  margin-right: 15px;
  width: 50px;
}

.footer .last .inLine p {
  color: #677a9d;
  font-size: 13px;
  font-weight: 300;
}

.footer .last .inLine a .ter {
  height: 32px;
  width: 40px;
}

.footer .row .col.list .subLink {
  cursor: pointer;
  text-decoration: underline;
}

.bottomMenuMobile {
  grid-gap: 10px;
  align-items: center;
  background-color: #121a29;
  border-top: 5px solid #1d2430;
  bottom: 0;
  display: none;
  grid-template-columns: calc(25% - 25px) calc(25% - 25px) 80px calc(25% - 25px) calc(25% - 25px);
  justify-content: center;
  left: 0;
  padding: 0 10px;
  position: fixed;
  width: 100vw;
  z-index: 4;
}

.bottomMenuMobile a {
  align-items: center;
  color: #475774;
  display: flex;
  flex-direction: column;
  font-size: 0.6rem;
  justify-content: center;
  text-transform: uppercase;
}

.bottomMenuMobile a.active {
  color: #2b90fe;
}

.bottomMenuMobile a .icon {
  display: none;
  margin-bottom: 5px;
  width: 28px;
}

.bottomMenuMobile a.active .icon {
  display: block;
}

.bottomMenuMobile a .iconDark {
  display: block;
  margin-bottom: 5px;
  width: 28px;
}

.bottomMenuMobile a.active .iconDark {
  display: none;
}

.bottomMenuMobile .mainBtn {
  height: 70px;
  position: relative;
  top: -10px;
  width: 70px;
}

.mainBtn span {
  z-index: 3;
}

.bottomMenuMobile .mainBtn img {
  height: 30px;
  width: 30px;
}

.mainBtn.blue:after {
  background-image: linear-gradient(180deg, #3ec2fa, #195fee);
  border-radius: 50px;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.1s ease-out;
  width: 100%;
}

.footer .last .inLine a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 600px) {
  .footer .last {
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .footer .row .col {
    display: flex;
    flex-direction: column;
    padding-left: 0;
  }

  .footer .wrap .row {
    grid-gap: 20px;
  }

  .banner {
    border-radius: 25px;
  }

  .banner_back {
    border-radius: 25px;
  }

  .main {
    padding: 0 20px 50px;
  }

  .banner_info .iblock {
    padding: 10px 15px;
    margin-right: 15px;
  }

  .iblock.col p {
    font-size: 0.9rem;
  }

  .iblock:first-child img {
    margin-right: 10px;
  }

  .banner_infoblock h1 {
    font-size: 2.5rem;
  }

  .banner_infoblock {
    gap: 20px;
  }

  .banner_infoblock {
    padding: 5%;
  }

  .banner_img {
    bottom: 0;
    height: 250px;
    top: auto;
    transform: none;
  }

  .banner_info .iblock h3 {
    font-size: 1.3rem;
  }

  .categories_block {
    padding: 0;
  }

  .top .title {
    font-size: 1.2rem;
    height: 55px;
    padding: 8px 25px;
  }

  .top .arrows .item.left {
    margin-right: 10px;
  }

  .top .arrows .item {
    height: 55px;
    width: 55px;
  }

  .gamelist .top {
    margin-bottom: 25px;
  }

  .slot {
    width: 125px;
    height: 170px;
  }

  .gamelist {
    padding: 0;
    padding-bottom: 25px;
  }

  .play .mainBtn.blue {
    border-radius: 50%;
    height: 60px;
    width: 60px;
  }

  .play h1 {
    font-size: 0.8rem;
  }

  .play p {
    font-size: 0.7rem;
  }

  .footer {
    padding: 50px 20px;
  }
}

@media screen and (min-width: 900px) {
  .footer .wrap .row {
    grid-gap: 30px;
    grid-template-columns: 2fr 1fr 1fr 2fr;
  }

  .iblock:first-child img {
    margin-right: 10px;
  }

  .banner_infoblock h1 {
    font-size: 3rem;
  }

  .banner_info .iblock h3 {
    font-size: 2rem;
  }

  .iblock:first-child img {
    margin-right: 15px;
    width: 60px;
  }

  .banner_img {
    height: 400px;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .banner_infoblock {
    gap: 50px;
  }

  .header_wrapper {
    grid-template-columns: auto 1fr;
    padding: 0 20px;
    height: 80px;
  }

  .header {
    background-color: #0000;
  }

  .button_header {
    margin-left: 15px;
    padding: 0 50px;
  }

  .header_burger {
    margin-left: 15px;
  }

  .anAuth {
    gap: 0;
  }

  .button_header {
    width: fit-content;
  }

  .button_header.blue {
    display: flex;
  }

  .header_logo img {
    max-width: 180px;
  }

  .search_button {
    display: flex;
  }

  .categories_block {
    grid-gap: 10px;
    grid-template-columns: calc(100% - 330px) 320px;
  }

  .providers {
    margin: 20px 0;
  }

  .slot {
    width: 150px;
    height: 200px;
    margin-right: 20px;
  }

  .play h1 {
    font-size: 17px;
  }

  .play p {
    font-size: 14px;
  }

  .seo-tittle {
    padding: 30px 2.5%;
  }

  .seo-tittle h2 {
    font-size: 24px !important;
  }

  .seo-text {
    color: #7a85a5;
    line-height: 150%;
    font-size: 14px;
    padding: 15px 15px 15px 4%;
  }

  .seo-textblock {
    padding: 35px;
  }

  .footer .last .inLine:last-child {
    justify-content: flex-end;
  }

  .play .down {
    padding: 0 20px;
  }

  .play .down .like {
    height: 40px;
    width: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .banner_infoblock h1 {
    font-size: 4.7rem;
  }

  .banner_infoblock h2 {
    display: block;
  }

  .banner_info {
    display: flex;
    gap: 0;
    max-width: 100%;
  }

  .play .mainBtn.blue {
    height: 90px;
    width: 90px;
  }

  .slot {
    width: 190px;
    height: 250px;
  }
}

td p {
  margin: 0px;
}

td.header {
  background: #192a3a;
}