*,
*::before,
*::after {
  box-sizing: border-box;
}
:focus {
  outline: 0 !important;
}
article > * + * {
  margin-top: 1em;
}
ul,
ol {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
ul,
ol {
  list-style: none;
}
a:not([class]) {
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
a {
  text-decoration: none;
  transition: all 0.3s ease;
}
img {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
button {
  border: none;
  background: none;
  padding: 0;
  color: inherit;
  cursor: pointer;
  touch-action: manipulation;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Eurostile";
  font-display: swap;
  src: url("../fonts/eurostile-regular.woff") format("woff"),
    url("../fonts/eurostile-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Eurostile";
  font-display: swap;
  src: url("../fonts/eurostile-bold.woff") format("woff"),
    url("../fonts/eurostile-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Eurostile";
  font-display: swap;
  src: url("../fonts/eurostile-black.woff") format("woff"),
    url("../fonts/eurostile-black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
body {
  font-family: "Eurostile", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.content .card__body {
  font-family: "Roboto", "Arial", "Helvetica", sans-serif;
}
.content .card__body h1 {
  font-size: 26px;
  color: #fab42d;
  margin-bottom: 14px;
  line-height: 1.2;
}
.content .card__body h2 {
  font-size: 23px;
  color: #fab42d;
  margin-bottom: 14px;
  line-height: 1.2;
}
.content .card__body h3 {
  font-size: 20px;
  color: #fab42d;
  margin-bottom: 14px;
  line-height: 1.2;
}
.content .card__body h4 {
  font-size: 17px;
  color: #fab42d;
  margin-bottom: 14px;
  line-height: 1.2;
}
.content .card__body p {
  font-size: 14px;
  margin-bottom: 14px;
}
.content .card__body p:last-child {
  margin-bottom: 0;
}
.content .card__body p a {
  color: #fab42d;
}
.content .card__body ul {
  list-style-type: disc;
}
.content .card__body ol {
  list-style-type: decimal;
}
.content .card__body ul,
.content .card__body ol {
  margin-top: 0;
  font-size: 14px;
  margin-left: 16px;
  margin-bottom: 14px;
}
.content .card__body ul:last-child,
.content .card__body ol:last-child {
  margin-bottom: 0;
}
@media (min-width: 701px) {
  .content .card__body p {
    font-size: 16px;
  }
  .content .card__body ul,
  .content .card__body ol {
    font-size: 16px;
  }
}
.headerx {
  background-color: #1b1d25;
  height: 70px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.headerx .container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.headerx__logo img {
  display: block;
  width: 111px;
  height: 33px;
}
.headerx__autreg-btns {
  display: flex;
}
@media (min-width: 701px) {
  .headerx__autreg-btns .btn:last-child {
    margin: 0;
  }
}
.btn {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0 18px;
  justify-content: center;
  color: #000;
  text-align: center;
  transition: background-color 1s linear;
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s;
  cursor: pointer;
}
.btn--orange {
  background: linear-gradient(180deg, #f88a25, #fab42d 50.52%, #f8b025);
}
.btn--orange:hover {
  background: linear-gradient(180deg, #eb7100 7.29%, #ea8c00);
  transition: 0.3s;
}
.btn--transparent {
  color: #fff;
  border: 1px solid #272738;
}
.btn--gray {
  background: #1b1d25;
  color: #fff;
  background-size: 200%;
  box-shadow: none;
  border: 0;
}
.btn--nowrap {
  white-space: nowrap;
  flex-shrink: 0;
}
.btn--rc {
  min-height: 42px;
  min-width: 60px;
}
@media (min-width: 701px) {
  .btn {
    font-size: 16px;
    margin: 0 12px;
  }
  .btn--rc {
    min-width: 150px;
    min-height: 56px;
  }
}
body {
  font-size: 16px;
  line-height: 1.5;
  background-color: #12151e;
  color: #fff;
}
.hide-xs {
  display: none;
}
.container {
  padding: 0 15px;
}
.main__content {
  padding-top: 129px;
}
.content__container {
  padding: 0 15px;
  max-width: 1210px;
  margin: 0 auto;
}
.card {
  margin: 18px 0;
}
.card--withlabel .card__body {
  border-top-left-radius: 0;
}
.card__body {
  background-color: #07070c;
  border-radius: 8px;
  padding: 18px;
}
.card__body .btn {
  margin: 0;
}
.card__label {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border-radius: 12px 12px 0 0;
  position: relative;
  background: #07070c;
  width: -moz-fit-content;
  width: fit-content;
}
.card__label:after {
  opacity: 1;
  display: block;
  position: absolute;
  right: -26px;
  top: 0;
  bottom: 0;
  content: "";
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  transform: rotate(180deg);
  border-radius: 0 0 12px 0;
  width: 32px;
  height: 100%;
  background: #07070c;
}
.card__img-left {
  float: left;
  margin-right: 14px;
  margin-bottom: 14px;
}
.card__img-right {
  float: right;
  margin-left: 14px;
  margin-bottom: 14px;
}
.card__img-centered {
  margin: 0 auto;
}
.label img {
  margin-right: 8px;
}
.label__text {
  display: flex;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
}
.table-of-content {
  margin-bottom: 14px;
}
.table-of-content:last-child {
  margin-bottom: 0;
}
.table-of-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none !important;
  margin-left: 0 !important;
}
.table-of-content ul li {
  width: 100%;
  margin-bottom: 5px;
  padding-right: 10px;
}
.table-of-content ul li:hover a {
  color: #fff;
}
.table-of-content ul li a {
  color: #fab42d;
}
@media (min-width: 701px) {
  .hide-xs {
    display: flex;
  }
  .hide-md {
    display: none;
  }
  .container {
    padding: 0 22px;
  }
  .card {
    margin: 32px 0;
  }
}
@media (min-width: 770px) {
  .table-of-content ul li {
    width: 50%;
  }
}
@media (min-width: 1051px) {
  .container {
    padding: 0 30px;
  }
  .main__content {
    padding-top: 102px;
    padding-left: 80px;
  }
}
.newsSwiper {
  margin-bottom: 18px;
}
.newsSwiper .swiper-slide {
  margin-right: 8px;
}
.newsSwiper img {
  height: 127px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 7px;
}
.newsSwiper .swiper-button-next {
  display: none;
}
.newsSwiper .swiper-button-prev {
  display: none;
}
.swiper-slide {
  width: auto !important;
}
.providersSwiper .swiper-slide {
  margin: 15px 25px;
}
@media (min-width: 701px) {
  .newsSwiper .swiper-slide {
    margin-right: 24px;
  }
  .newsSwiper img {
    height: 236px;
  }
}
@media (min-width: 1051px) {
  .newsSwiper {
    position: relative;
  }
  .newsSwiper:before,
  .newsSwiper:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    background: #10151f;
    box-shadow: 0 0 48px 48px #11151f;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  .newsSwiper:before {
    width: 6px;
    left: 0;
  }
  .newsSwiper:after {
    width: 6px;
    right: 0;
  }
  .newsSwiper:hover:before,
  .newsSwiper:hover:after {
    opacity: 1;
  }
  .newsSwiper:hover .swiper-button-next,
  .newsSwiper:hover .swiper-button-prev {
    opacity: 1 !important;
  }
  .newsSwiper .swiper-button-next {
    display: flex;
    width: 60px;
    height: 60px;
    background: linear-gradient(180deg, #f88a25, #fab42d 50.52%, #f8b025);
    border-radius: 50%;
    transition: opacity 0.3s ease-in-out;
    opacity: 0 !important;
  }
  .newsSwiper .swiper-button-next img {
    width: 14px;
    height: 28px;
  }
  .newsSwiper .swiper-button-prev {
    display: flex;
    width: 60px;
    height: 60px;
    background: linear-gradient(180deg, #f88a25, #fab42d 50.52%, #f8b025);
    border-radius: 50%;
    transition: opacity 0.3s ease-in-out;
    opacity: 0 !important;
  }
  .newsSwiper .swiper-button-prev img {
    width: 14px;
    height: 28px;
  }
}
.sidenav {
  flex-direction: row;
  display: flex;
  width: 100%;
  height: 47px;
  padding: 4px;
  overflow-x: auto;
  overflow-y: hidden;
  background: #1b1d25;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 10;
}
.sidenav__el {
  height: 38px;
  margin-right: 8px;
  padding: 9px;
  width: 100%;
  white-space: nowrap;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background: #13151d;
  border-radius: 6px;
  transition: 0.3s;
}
.sidenav__el.active {
  background: linear-gradient(180deg, #f88a25, #fab42d 50.52%, #f8b025);
}
.sidenav__el:hover {
  background: linear-gradient(180deg, #f88a25, #fab42d 50.52%, #f8b025);
}
.sidenav__el svg {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.sidenav__el-title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.fortuna {
  animation-name: rotation-f;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  display: flex;
}
@keyframes rotation-f {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.tippy-box {
  background-color: #13151d;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  font-weight: 700;
  pointer-events: none;
  font-family: "Roboto";
}
.tippy-content {
  padding: 10px 12px;
}
.tippy-arrow {
  color: #13151d;
}
@media (min-width: 1051px) {
  .sidenav {
    display: block;
    width: 80px;
    height: 100%; /* Укажите желаемую высоту */
    position: fixed;
    z-index: 10;
    left: 0;
    top: 70px;
    padding: 0;
    overflow: auto; /* Разрешаем прокрутку */
    padding-top: 16px;
    padding-bottom: 24px;
    text-align: center;
  }

  /* Скрытие скроллбара для WebKit браузеров (Chrome, Safari, Opera) */
  .sidenav::-webkit-scrollbar {
    width: 0; /* Убираем ширину скроллбара */
    height: 0; /* Убираем высоту скроллбара */
  }

  /* Скрытие скроллбара для Firefox */
  .sidenav {
    scrollbar-width: none;
  }
  .sidenav__el {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
    padding: 0;
    margin-right: 0;
  }
  .sidenav__el svg {
    width: auto;
    height: auto;
    margin-right: 0;
  }
  .sidenav__el-title {
    display: none;
  }
}
@media (min-width: 1051px) and (max-height: 735px) {
  .sidenav {
    height: calc(100% - 70px);
  }
}
.games {
  min-height: 192px;
  width: 100%;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}
.game {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.game__img-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: url("../img/svg/notfound.svg") no-repeat;
}
.game__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: filter 0.3s ease-in-out;
}
.game__img-wrapper:before {
  content: "";
  width: 90px;
  height: 90px;
  background: url("../img/svg/play-icon.svg") no-repeat 50%;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.game__name {
  margin-top: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  transition: color 0.3s ease-in-out;
  font-family: "Eurostile", "Arial", "Helvetica", sans-serif;
}
.game:hover .game__img-wrapper:before {
  opacity: 1;
}
.game:hover .game__name {
  color: #f8b025;
}
.game:hover .game__img-wrapper img {
  filter: blur(8px);
}
@media (min-width: 701px) {
  .games {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 801px) {
  .games {
    grid-template-columns: repeat(5, 1fr);
  }
}
.providers {
  margin-top: 18px;
}
.provider img {
  display: block;
  min-height: 36px;
  max-height: 36px;
  transition: 0.3s;
}
.table {
  overflow-x: auto;
  margin-bottom: 14px;
}
.table:last-child {
  margin-bottom: 0;
}
.table table {
  border: 1px solid #fab42d;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}
.table table tr {
  border: 1px solid #fab42d;
}
.table table tr td {
  text-align: left;
}
.table table tr td:not(:first-child) {
  color: #a9a9a9;
}
.table table th,
.table table td {
  padding: 10px;
  font-size: 16px;
}
.video {
  position: relative;
  margin: 0 auto;
  margin-bottom: 14px;
  height: 180px;
  width: 800px;
  max-width: 100%;
}
.video:last-child {
  margin-bottom: 0;
}
.video__preview {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.video__ytiframe {
  width: 100%;
  height: 100%;
  display: none;
}
.video__play-icon {
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.video iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 400px) {
  .video {
    height: 280px;
  }
}
@media (min-width: 701px) {
  .video {
    height: 400px;
  }
}
.mini-cards {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1210px;
  margin-bottom: 32px;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  grid-gap: 16px;
  display: grid;
}
.mini-card {
  width: 284px;
}
.mini-card__label {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border-radius: 12px 12px 0 0;
  position: relative;
  background: #07070c;
  width: -moz-fit-content;
  width: fit-content;
}
.mini-card__label-icon {
  margin-right: 8px;
  z-index: 2;
}
.mini-card__label-title {
  display: flex;
  font-family: "Eurostile";
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
}
.mini-card__label:after {
  opacity: 1;
  display: block;
  position: absolute;
  right: -26px;
  top: 0;
  bottom: 0;
  content: "";
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  transform: rotate(180deg);
  border-radius: 0 0 12px 0;
  width: 32px;
  height: 100%;
  background: #07070c;
}
.mini-card__body {
  border-radius: 0 8px 8px 8px;
  padding: 18px;
  position: relative;
  width: 100%;
  background-color: #07070c;
  overflow-x: hidden;
  display: flex;
}
.mini-card__game {
  margin-right: 24px;
  width: 113px;
  display: flex;
  flex-direction: column;
}
.mini-card__game:last-child {
  margin-right: 0;
}
.mini-card__game-img img {
  width: 113px;
  height: 87px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}
.mini-card__game-body {
  margin-top: 14px;
}
.mini-card__game-title {
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.mini-card__game-title span {
  margin-left: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mini-card__game-win {
  font-size: 14px;
  font-family: "Roboto";
  color: #f88a25;
  font-weight: 500;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.mini-card__game-win img {
  margin-right: 7px;
}
.mini-card__game-win span {
  text-overflow: ellipsis;
  overflow: hidden;
}
.mini-card__game-cat {
  font-family: "Eurostile";
  font-weight: 700;
  font-size: 16px;
  color: #5c5f68;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mini-card__game-cat span {
  margin-left: 4px;
}
@media (min-width: 591px) {
  .mini-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1300px) {
  .mini-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
.review {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #62687d;
  border-bottom: 1px solid #62687d;
  padding: 15px 0;
}
.review:first-child {
  border-top: none;
}
.review:last-child {
  border-bottom: none;
}
.review__author {
  color: #fff;
  font-weight: bold;
}
.review__time {
  color: #fab42d;
}
.review__description {
  color: #fff;
  margin-bottom: 0 !important;
}
.review .btn {
  margin-left: auto;
  margin-top: 10px;
}
.color-grey {
  color: #6c718d;
}
.color-gold {
  color: #ffdc56;
}
.hide-mlg {
  display: none;
}
.stats-table {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  font-family: "Eurostile", "Arial", "Helvetica", sans-serif;
}
.stats-table__head {
  display: none;
}
.stats-table__element {
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}
.stats-table__mobile {
  display: flex;
  justify-content: space-between;
  background-color: #20232d;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  min-height: 56px;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  padding: 5px 34px 5px 18px;
}
.stats-table__mobile.active {
  background-color: #07070c;
}
.stats-table__mobile.active .stats-table__action-btn:after {
  opacity: 0;
}
.stats-table__fcol {
  margin-right: 20px;
  display: block;
  font-weight: 700;
  font-size: 14px;
}
.stats-table__fcol-info {
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}
.stats-table__fcol-info img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.stats-table__fcol-player {
  display: flex;
}
.stats-table__fcol-player img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.stats-table__fcol-player span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 12px;
  margin-top: 5px;
}
.stats-table__action-btn {
  margin-left: auto;
  width: 56px;
  height: 56px;
  position: relative;
  display: block;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.stats-table__action-btn:before,
.stats-table__action-btn:after {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  background-color: #6c718d;
  content: "";
  transition: all 0.25s ease;
}
.stats-table__action-btn:before {
  margin-top: -1px;
  margin-left: -7px;
  width: 14px;
  height: 2px;
}
.stats-table__action-btn:after {
  margin-top: -7px;
  margin-left: -1px;
  width: 2px;
  height: 14px;
}
.stats-table__action-btn:hover:before {
  background-color: #fff;
}
.stats-table__action-btn:hover:after {
  background-color: #fff;
}
.stats-table__mgroup {
  display: none;
}
.stats-table__mgroup.active {
  display: block;
}
.stats-table__mgroup-stats {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 18px 8px 8px 18px;
  flex-wrap: wrap;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 14px;
  min-height: 56px;
  margin-bottom: 8px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: linear-gradient(90deg, #20232d 17.19%, rgba(22, 26, 41, 0.5));
  overflow: hidden;
  position: relative;
}
.stats-table__mgroup-td {
  margin-right: 12px;
  font-weight: 700;
}
.stats-table__mgroup-td:before {
  content: attr(data-caption);
  display: block;
  color: #62687d;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.stats-table__mgroup-td.player {
  display: none;
}
.stats-table__mgroup-td span {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media (min-width: 420px) {
  .stats-table__fcol-player span {
    width: 125px;
  }
}
@media (min-width: 670px) {
  .hide-mlg {
    display: flex;
  }
  .stats-table__head {
    display: grid;
    grid-template-columns: 30fr 30fr 15fr 17fr 17fr 15fr;
    grid-gap: 5px;
    margin-bottom: 8px;
  }
  .stats-table__th {
    color: #5c5f68;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
  }
  .stats-table__th:first-child {
    padding-left: 24px;
    text-align: left;
  }
  .stats-table__mobile {
    display: none;
  }
  .stats-table__mgroup {
    display: block;
  }
  .stats-table__mgroup-td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 700;
  }
  .stats-table__mgroup-td:before {
    content: none;
  }
  .stats-table__mgroup-td:first-child {
    padding-left: 24px;
  }
  .stats-table__mgroup-td.player {
    display: flex;
  }
  .stats-table__mgroup-td.player img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
  }
  .stats-table__mgroup-stats {
    display: grid;
    grid-template-columns: 30fr 30fr 15fr 17fr 17fr 15fr;
    grid-gap: 5px;
    align-items: center;
    padding: 0;
  }
  .stats-table__mgroup-icon-info {
    display: flex;
    width: 100%;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }
  .stats-table__mgroup-icon-info img {
    width: 24px;
    height: 24px;
    margin-right: 3px;
  }
  .stats-table__mgroup-icon-info span {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
}
.faq__item {
  margin-bottom: 18px;
}
.faq__item:last-child {
  margin-bottom: 0;
}
.faq__item[open] .faq__togcon:before {
  opacity: 0;
}
.faq__item[open] .faq__title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #20232d;
}
.faq__title {
  min-height: 72px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  background-color: #20232d;
  border-radius: 8px;
  padding: 5px 65px 5px 20px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}
.faq__title:before {
  content: attr(data-caption);
  background: linear-gradient(
    179.44deg,
    rgba(255, 255, 255, 0.15) 0.49%,
    rgba(255, 255, 255, 0) 80.3%
  );
  opacity: 0.35;
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  left: 10px;
  top: 0;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  left: 1px;
  font-size: 60px;
}
.faq__title:hover {
  background-color: #1b1d25;
}
.faq__title:hover .faq__togcon:before,
.faq__title:hover .faq__togcon:after {
  background-color: #fff;
}
.faq__title span {
  position: relative;
  z-index: 2;
}
.faq__togcon {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
}
.faq__togcon:before,
.faq__togcon:after {
  background-color: #6c718d;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.15s ease;
  content: "";
}
.faq__togcon:before {
  width: 2px;
  height: 18px;
  margin-left: -1px;
  margin-top: -9px;
}
.faq__togcon:after {
  width: 18px;
  height: 2px;
  margin-left: -9px;
  margin-top: -1px;
}
.faq__description {
  background-color: #1b1d25;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 24px 20px;
  font-family: "Roboto", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
}
.cell-navs {
  margin-bottom: 24px;
  padding: 0 15px;
  margin-top: 20px;
}
.cell-navs__cell {
  margin-bottom: 48px;
}
.cell-navs__title {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  text-align: center;
}
.cell-navs__title-wrap {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-image: linear-gradient(180deg, #e8e9ea 0, #5c6067);
}
.cell-navs__title-wrap:before,
.cell-navs__title-wrap:after {
  height: 1px;
  width: calc(50vw - 100px);
  display: block;
  position: absolute;
  top: 50%;
  background: linear-gradient(
    270deg,
    rgba(50, 49, 72, 0.2),
    #403e59 49.48%,
    rgba(50, 49, 72, 0.2)
  );
  content: "";
}
.cell-navs__title-wrap:before {
  left: 100%;
  margin-left: 30px;
}
.cell-navs__title-wrap:after {
  right: 100%;
  margin-right: 30px;
}
.cell-navs__overflow {
  overflow: auto;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
.cell-navs__overflow .btn {
  margin: 0;
  margin-right: 12px;
}
@media (min-width: 701px) {
  .cell-navs__title-wrap {
    font-size: 18px;
  }
  .cell-navs__overflow {
    margin-left: -22px;
    margin-right: -22px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .cell-navs__overflow .btn {
    margin-right: 30px;
    font-size: 14px;
  }
}
@media (min-width: 1051px) {
  .cell {
    display: none;
  }
}
.wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1260px;
}
.footer {
  position: relative;
  padding-top: 50px;
  margin-bottom: 100px;
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.footer__main {
  width: 100%;
  margin-bottom: 24px;
}
.footer__logo {
  display: flex;
  max-width: 385px;
  margin-bottom: 12px;
  flex-direction: column;
  margin-top: -30px;
}
.footer__logo a {
  width: 64px;
  height: 64px;
  filter: grayscale(100%);
  opacity: 0.5;
  padding-top: 5px;
  margin-right: 0;
  margin-bottom: 10px;
}
.footer__logo a img {
  width: 64px;
}
.footer__logo-text b {
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
}
.footer__logo-text span {
  display: block;
  color: #62687d;
  font-size: 12px;
  font-family: "Roboto", "Arial", "Helvetica", sans-serif;
}
.footer__semiwrap {
  display: flex;
  align-items: center;
}
.footer__seminfo {
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 24px;
}
.footer__age {
  margin-right: 14px;
  display: flex;
  padding-left: 4px;
}
.footer__license {
  width: 120px;
}
.footer__rights-info {
  display: flex;
  color: #62687d;
  font-size: 12px;
  max-width: 300px;
  justify-content: flex-end;
  margin-top: 16px;
}
.footer__nav {
  display: none;
}
.footer__gameinfo {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__gameinfo ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 50px);
  margin: 0;
}
.footer__gameinfo ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer__gameinfo ul li img {
  width: 32px;
  height: 32px;
}
.footer__gameinfo ul li .gameinfo {
  margin-left: 10px;
}
.footer__gameinfo ul li .gameinfo__count,
.footer__gameinfo ul li .gameinfo__title {
  letter-spacing: -0.2px;
  line-height: 1.3;
}
.footer__gameinfo ul li .gameinfo__count {
  color: #eaebf3;
  font-weight: 700;
  font-size: 14px;
}
.footer__gameinfo ul li .gameinfo__title {
  color: #5c5f68;
  font-weight: 600;
  font-size: 12px;
  font-family: "Roboto";
}
.footer__mobile {
  display: block;
  padding-top: 16px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: 100;
}
.footer__mobile-wrap {
  display: flex;
  height: 70px;
  padding-left: 0;
  padding-right: 0;
}
.footer__mobile-left,
.footer__mobile-right {
  width: calc(50% - 42px);
  background-color: #1b1d25;
  display: flex;
  flex-shrink: 0;
  padding-top: 14px;
}
.footer__mobile-left {
  margin-right: -10px;
  border-top-right-radius: 10px;
  padding-left: 10px;
  position: relative;
  z-index: 2;
}
.footer__mobile-right {
  padding-right: 10px;
  position: relative;
  z-index: 2;
  justify-content: flex-end;
  border-top-left-radius: 10px;
  margin-left: -10px;
  text-align: right;
}
.footer__mobile-cell {
  width: 50%;
}
.footer__mobile-center-in-main {
  background: #1b1d25;
  justify-content: center;
  display: flex;
  padding-top: 4px;
}
.footer__mobile-rlink {
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  color: #5c5f68;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.footer__mobile-rlink:hover {
  color: #fab42d;
}
.footer__mobile-rlink img {
  margin-bottom: 7px;
  height: 24px;
  width: auto;
  fill: #5c5f68;
}
.footer__mobile-rlink img.gmicon {
  height: 26px;
}
.footer__mobile-rlink span {
  margin-top: -5px;
  padding-top: 2px;
}
@media (min-width: 601px) {
  .footer__seminfo {
    position: relative;
    top: inherit;
    right: inherit;
  }
  .footer__gameinfo ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer__gameinfo ul li {
    margin-right: 24px;
  }
}
@media (min-width: 1051px) {
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer {
    padding: 50px 0 50px 80px;
    margin-bottom: 0;
  }
  .footer__main-wrap {
    display: flex;
    justify-content: space-between;
  }
  .footer__main {
    width: 45%;
    margin-bottom: 0;
  }
  .footer__logo {
    margin-top: 0;
    margin-bottom: 32px;
    flex-direction: row;
  }
  .footer__logo a {
    margin-right: 24px;
    margin-bottom: 0;
  }
  .footer__mobile {
    display: none;
  }
  .footer__nav {
    display: flex;
    width: 60%;
    margin-right: auto;
  }
  .footer__nav-cell {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: -12px;
  }
  .footer__nav-title {
    display: block;
    margin-bottom: 22px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
  }
  .footer__nav-link {
    display: block;
    color: #62687d;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .footer__nav-link:hover {
    color: #fff;
  }
}
