body.scroll-disable {
  overflow: hidden;

  & .wrapper,
  .wrapper header,
  .modals {
    padding: 0 6px 0 0;
  }
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a,
a:link,
a:visited {
  color: currentColor;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
aside,
footer,
header,
legend,
main,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}
ul,
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
img,
svg {
  max-width: 100%;
  height: auto;
}
address {
  font-style: normal;
}
input,
select,
textarea {
  background-color: transparent;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
input::-ms-clear {
  display: none;
}
button,
input[type="submit"] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: 0 0;
  cursor: pointer;
}
button:active,
button:focus,
input:active,
input:focus {
  outline: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
label {
  cursor: pointer;
}
:root {
  --primary-color: #011111;
  --primary-color-light: #092929;
  --primary-color-lightest: #164746;
  --secondary-color: #3d5cff;
  --accent-color: #069815;
  --bg-color: #011011;
  --surface-color: #071f1f;
  --icon-color: #98b6b7;
  --grey-color: #d1d1d1;
  --grey-color-light: #ececec;
  --grey-color-dark: #a2a5af;
  --white-color: #fff;
  --text-color: #e2eeee;
  --text-sub-color: #737787;
  --sidebar-width-hide: 4rem;
  --sidebar-width-show: 20rem;
  --font-main: "Montserrat", sans-serif;
  --transition-duration: 0.2s;
  --container-width: 1240px;
  --container-padding-x: 15px;
}
body,
html {
  scroll-behavior: smooth;
  scroll-margin-top: 5rem;
}
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  background-color: var(--primary-color-lightest);
  border-radius: 2rem;
}
body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  background-color: var(--primary-color);
}
html {
  font-size: 100%;
}
body {
  font-family: var(--font-main);
  color: var(--black-color);
  background-color: var(--bg-color);
  overflow-x: hidden;
}
ol {
  margin-left: 2rem;
  font-size: 1.25rem;
}
li:not(:last-child) {
  margin-bottom: 0.5rem;
}
@font-face {
  font-family: "Montserrat";
  src: url(./../font/Montserrat-Regular.woff2) format("woff2"),
    url(./../font/Montserrat-Regular.woff) format("woff"),
    url(./../font/Montserrat-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(./../font/Montserrat-Medium.woff2) format("woff2"),
    url(./../font/Montserrat-Medium.woff) format("woff"),
    url(./../font/Montserrat-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(./../font/Montserrat-SemiBold.woff2) format("woff2"),
    url(./../font/Montserrat-SemiBold.woff) format("woff"),
    url(./../font/Montserrat-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(./../font/Montserrat-Bold.woff2) format("woff2"),
    url(./../font/Montserrat-Bold.woff) format("woff"),
    url(./../font/Montserrat-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(./../font/Montserrat-ExtraBold.woff2) format("woff2"),
    url(./../font/Montserrat-ExtraBold.woff) format("woff"),
    url(./../font/Montserrat-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(./../font/Montserrat-Black.woff2) format("woff2"),
    url(./../font/Montserrat-Black.woff) format("woff"),
    url(./../font/Montserrat-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4 {
  font-weight: 700;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content ol li,
.main-content p,
.main-content ul li {
  color: var(--text-color);
}
.main-content .btn {
  margin: 0.5rem 0;
}
.main-content h1,
.main-content h2 {
  margin-top: 2rem;
}
.main-content h3 {
  margin-top: 1rem;
}
.main-content p {
  margin-top: 1rem;
}
.main-content li,
.main-content ol {
  margin-top: 0.5rem;
  margin-left: 2rem;
}
.main-content .simple-text,
.main-content ol li,
.main-content ul li {
  font-size: 1rem;
}
.main-content ul li {
  list-style-type: disc;
}
.main-content .table-wrap {
  max-width: 100%;
  overflow-x: scroll;
}
.main-content .table-wrap::-webkit-scrollbar {
  height: 5px;
}
.main-content .table-wrap::-webkit-scrollbar-thumb {
  background-color: var(--primary-color-lightest);
  border-radius: 20px;
}
.main-content .table-wrap::-webkit-scrollbar-track {
  background-color: transparent;
}
.main-content table {
  margin: 1rem 0;
}
.main-content thead td {
  background-color: var(--secondary-color);
  padding: 0.5rem;
  color: var(--white-color);
  font-weight: 700;
}
.main-content tbody {
  border: 2px solid var(--surface-color);
}
.main-content td {
  padding: 1rem 2rem 1rem 1rem;
  background-color: var(--surface-color);
  color: var(--white-color);
}
.main-content th {
  padding: 1rem 4rem 1rem 1rem;
}
.main-content img {
  display: block;
  margin: 1rem 0;
  border-radius: 10px;
}
.main-content .faq-list {
  margin-left: 0;
}
.main-content .faq-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  margin-left: 0;
  gap: 1rem;
  height: 4.5rem;
  overflow-y: hidden;
  border-radius: 1.25rem;
  border: 1px solid var(--grey-color);
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 0.5rem 1rem;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.main-content .faq-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-content .faq-card__question {
  font-weight: 700;
  font-size: 1.25rem;
}
.main-content .faq-card__question svg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.main-content .faq-card.show {
  height: auto;
}
.main-content .faq-card.show svg {
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
}
.container-fluid {
  max-width: 1414px;
  padding: 0 15px;
}
.container,
.container-fluid,
.container-full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container {
  max-width: 1400px;
  padding: 0 15px;
}
.container-full {
  max-width: calc(var(--container-width) + var(--container-padding-x) * 2);
  padding: 0 5px;
}
.mobile-scroll {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.base-section {
  padding-top: 2rem;
}
.base-section,
.game-section {
  padding-bottom: 2rem;
}
.heading,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4 {
  font-weight: 700;
  color: var(--text);
  margin-bottom: 1rem;
}
.btn::first-letter,
.heading::first-letter,
.main-nav__text-link::first-letter,
.wysiwyg a::first-letter,
.wysiwyg h1::first-letter,
.wysiwyg h2::first-letter,
.wysiwyg h3::first-letter,
.wysiwyg h4::first-letter {
  text-transform: uppercase;
}
.wysiwyg h1__text,
.wysiwyg h2__text,
.wysiwyg h3__text,
.wysiwyg h4__text {
  margin-left: 0.5rem;
}
.wysiwyg h1--center,
.wysiwyg h2--center,
.wysiwyg h3--center,
.wysiwyg h4--center,
.wysiwyg p--center {
  text-align: center;
}
.wysiwyg img {
  margin-top: 1rem;
}
.wysiwyg p {
  font-size: 1rem;
  color: var(--text);
}
.wysiwyg p:not(:last-child) {
  margin-bottom: 1rem;
}
.wysiwyg ol,
.wysiwyg ul {
  margin-left: 2rem;
  margin-bottom: 1rem;
}
.wysiwyg ol li,
.wysiwyg ul li {
  font-size: 1rem;
}
.wysiwyg ul li {
  list-style-type: disc;
}
.heading--icon,
.wysiwyg a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wysiwyg a,
p {
  font-size: 1rem;
}
.wysiwyg a {
  --hover-color: #dc820f;
  --outline-color: var(--grey-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  font-weight: 600;
  background-color: var(--secondary-color);
  padding: 0.375em 0.625em;
  border-radius: 2em;
  border: solid 2px var(--secondary-color);
  -webkit-transition: var(--transition-duration);
  transition: var(--transition-duration);
}
.wysiwyg a:hover {
  background-color: var(--hover-color);
  border-color: var(--hover-color);
}
h1,
h2,
h3,
h4 {
  line-height: 120%;
}
p {
  line-height: 140%;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2.25rem;
}
h3 {
  font-size: 1.6rem;
}
.heading--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.heading__text {
  margin-left: 0.5rem;
}
.heading--center {
  text-align: center;
}
.simple-text {
  font-size: 1.25rem;
  color: var(--text);
}
.simple-text--center {
  text-align: center;
}
.simple-text--s {
  font-size: 1rem;
}
.simple-text--grey {
  color: #c4c4c4;
}
.text-accent {
  color: var(--accent);
}
.icon-24 {
  max-width: 1.5rem;
  max-height: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.header {
  background-color: var(--primary-color);
}
.header__inner,
.header__main {
  height: 4rem;
}
.header__btn-group,
.header__inner,
.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__btn-group,
.header__main {
  gap: 1rem;
}
.header__btn-group {
  gap: 0.5rem;
}
.header__logo--sidebar-show {
  display: inline-block;
  background-color: var(--surface-color);
  padding: 1.4rem 0;
  padding-right: 3rem;
  margin-right: 0;
}
.header__logo.hide {
  display: none;
}
.main-nav,
.main-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2em;
}
.main-nav {
  color: var(--white-color);
  background-color: var(--primary-color-light);
  font-size: 0.75rem;
}
.main-nav__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.6em 0.8em;
  font-weight: 600;
  color: var(--grey-color-light) !important;
}
.main-nav__link--active {
  background-color: var(--primary-color-lightest);
}
.main-nav__text-link {
  margin-left: 0.3em;
}
.btn-icon {
  padding: 0.5rem;
  color: var(--grey-color-light) !important;
}
.btn-icon--menu-tablet {
  display: none;
}
.btn {
  --outline-color: var(--primary-color-light);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  background-color: var(--secondary-color);
  padding: 0.375em 0.625em;
  border-radius: 2em;
  border: solid 2px var(--secondary-color);
  -webkit-transition: var(--transition-duration);
  transition: var(--transition-duration);
}
.btn__value {
  display: inline-block;
  padding: 5px;
  background-color: var(--primary-color-light);
  margin-left: 5px;
  color: var(--text-color);
  border-radius: 50%;
}
.btn__text {
  color: var(--white-color);
}
.btn--s {
  font-size: 0.875rem;
}
.btn--m {
  font-size: 1.2rem;
}
.btn--caps,
.menu-nav__text::first-letter {
  text-transform: uppercase;
}
.btn--outline {
  border-color: var(--outline-color);
  background-color: transparent;
}
.btn--outline,
.btn--outline:visited {
  color: var(--outline-color) !important;
}
.btn--outline:hover {
  background-color: var(--outline-color);
  border-color: var(--outline-color);
}
.btn--outline:hover,
.btn--outline:hover .btn--outline:visited {
  color: var(--text-color) !important;
}
.btn--accent {
  width: 100%;
  text-align: center;
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn--accent,
.btn--accent:visited {
  color: var(--white-color) !important;
}
.btn--accent:hover {
  background-color: #07be1a;
  border-color: #07be1a;
}
.sidebar.show,
.sidebar__inner.show {
  max-width: var(--sidebar-width-show);
  width: var(--sidebar-width-show);
}
.sidebar__nav-hide.hide {
  display: none;
}
.sidebar {
  max-width: var(--sidebar-width-hide);
  background-color: var(--surface-color);
  color: var(--grey-color-dark);
}
.sidebar__header {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3215686275),
    0 4px 8px rgba(0, 0, 0, 0.2392156863);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3215686275), 0 4px 8px rgba(0, 0, 0, 0.2392156863);
  position: relative;
  z-index: 800;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--primary-color);
}
.sidebar__inner {
  position: fixed;
  max-width: var(--sidebar-width-hide);
  height: 100%;
  background-color: var(--surface-color);
}
.sidebar .btn-icon--menu-sidebar {
  padding: 0.8rem;
  width: 100%;
  min-height: 4rem;
  max-height: 4rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 4rem;
  flex: 1 0 4rem;
  background-color: var(--surface-color);
}
.sidebar__item-hide,
.sidebar__nav-hide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sidebar__nav-hide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem 0.5rem;
}
.sidebar__item-hide {
  min-width: 3rem;
  min-height: 3rem;
  max-width: 3rem;
  max-height: 3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0.5rem;
  -webkit-transition: var(--transition-duration);
  transition: var(--transition-duration);
  margin-bottom: 0.5rem;
}
.menu-nav__main-link path,
.menu-nav__main-link svg,
.sidebar__item-hide path,
.sidebar__item-hide svg {
  fill: var(--icon-color);
}
.sidebar__item-hide--accent {
  color: var(--accent-color) !important;
}
.sidebar__item-hide--img {
  padding: 0.2rem;
}
.sidebar__item-hide:hover {
  background-color: var(--control-color-hover);
}
.sidebar__logo {
  padding-right: 2rem;
}
.game-card:hover .game-card__overlay,
.menu-nav.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-nav {
  display: none;
  height: 90%;
  padding: 1rem 0.5rem 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-nav__grid-link,
.menu-nav__main-link {
  padding: 5px 0.5rem;
  border-radius: 6px;
  background-color: var(--primary-color-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: var(--transition-duration);
  transition: var(--transition-duration);
}
.menu-nav__grid {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.menu-nav__grid-link {
  font-size: 10px;
  font-weight: 700;
  color: var(--text-color) !important;
}
.menu-nav__text {
  padding-left: 5px;
  color: var(--text-color);
}
.menu-nav__grid-link:visited {
  color: var(--text-color) !important;
}
.menu-nav__main {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu-nav__main-link {
  margin-bottom: 5px;
}
.menu-nav__app-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
}
.menu-nav__app-banner,
.menu-nav__app-banner:visited {
  color: var(--text-color);
}
.menu-nav__app-text {
  margin-left: 10px;
  font-weight: 600;
}
.games__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0;
}
.games__text {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-color);
}
.games__btn,
.games__btn:visited {
  color: var(--text-color) !important;
}
.games__track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}
.game-card {
  cursor: pointer;
  min-width: 150px;
}
.game-card__thumb {
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  max-width: 209px;
  max-height: 209px;
}
.game-card__img {
  border-radius: 1rem;
  -webkit-transition: var(--transition-duration);
  transition: var(--transition-duration);
}
.game-card__overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
.game-card__btn svg {
  margin-right: 5px;
}
.game-card__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.5rem;
  color: var(--text-color);
}
.game-card__title {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50%;
}
.game-card__desc {
  font-size: 0.875rem;
  color: var(--icon-color);
}
.game-card:hover .game-card__img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.mobile-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  display: none;
  background-color: rgba(255, 255, 255, 0.6);
}
.mobile-menu__header,
.mobile-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-menu__header {
  min-height: 4rem;
  background-color: var(--primary-color);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1rem;
}
.mobile-menu__inner {
  width: 80vw;
  max-width: 25rem;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mobile-menu__main {
  background-color: var(--surface-color);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.mobile-menu.show {
  display: block;
}
.footer {
  padding: 3rem 0;
}
.footer__top {
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--primary-color-light);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__nav,
.footer__nav-item,
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__nav {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1rem;
}
.footer__nav-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 1rem;
  margin-bottom: 1rem;
}
.footer__nav-link {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 0.875rem;
}
.footer__nav-link,
.footer__nav-link:visited {
  color: var(--grey-color-dark) !important;
}
.footer__email,
.footer__title {
  font-size: 1.4rem;
  font-weight: 700;
}
.footer__email {
  font-size: 1.2rem;
  color: var(--text-color) !important;
}
.footer__copyright {
  padding-top: 2rem;
  font-size: 1rem;
  text-align: center;
  color: var(--grey-color-dark) !important;
}
body,
html {
  height: 100%;
}
.page,
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.page {
  width: calc(100% - var(--sidebar-width-hide));
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header.show,
.page.show {
  width: calc(100% - var(--sidebar-width-show));
}
.sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: var(--sidebar-width-hide);
  height: 100%;
}
.header {
  min-height: 4rem;
  width: calc(100% - var(--sidebar-width-hide));
  position: fixed;
  top: 0;
  z-index: 700;
}
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: 4rem;
  padding: 1rem 0;
  overflow-x: hidden;
}
.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.bonus {
  width: 100%;
  height: 13.563rem;
  max-height: 13.563rem;
}
.bonus__inner,
.bonus__row,
.bonus__track {
  height: 100%;
}
.bonus__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.bonus__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
}
.bonus-card {
  display: inline-block;
  height: 100%;
  background-color: var(--primary-color-light);
  border-radius: 1rem;
  overflow-y: hidden;
}
.bonus-card__inner,
.bonus-card__thumb {
  width: 100%;
  height: 100%;
  position: relative;
}
.bonus-card__thumb {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.bonus-card__content {
  max-width: 60%;
  height: 100%;
  position: absolute;
  z-index: 2;
  padding: 0.75rem;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.bonus-card__btn {
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.bonus-card__title {
  color: #f6da24;
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
}
.bonus-card__sub {
  color: var(--white-color);
  font-size: 1rem;
  margin-bottom: 10px;
  line-height: 100%;
}
.bonus-card__sum {
  font-size: 1rem;
}

.btn-select-language {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #154747;
  outline: none;
  border: none;
  height: 44px;
  margin: 8px 0 0 0;
}

.btn-select-language:hover {
  background-color: #205757;
}

.btn-select-language .btn-select-language__name {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  color: white;
}

.btn-select-language svg {
  width: 20px;
  height: 20px;
  margin: 0 0 1px 8px;
  color: white;
}

section.modals {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background-color: #000000b3;
  opacity: 0;
  display: none;
}

section.modals.modals__open {
  display: flex;
}

section.modals .modals__select-language {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 400px;
  background-color: #061f1f;
  border-radius: 16px;
}

section.modals .modals__select-language .header__lang {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  width: calc(100% - 4px);
  border-bottom: solid #092929 2px;
  flex-shrink: 0;
}

section.modals .modals__select-language .header__lang .modals__title {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 800;
  color: white;
  margin: 0 0 0 24px;
}

section.modals .modals__select-language .header__lang .modals__close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #ffffff1a;
  margin: 0 24px 0 0;
  transition: 0.2s;
}

section.modals .modals__select-language .header__lang .modals__close-btn svg {
  width: 16px;
  height: 16px;
}

section.modals .modals__select-language .header__lang .modals__close-btn:hover {
  background-color: #ffffff33;
}

section.modals .modals__select-language main {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  width: 100%;
}

section.modals .modals__select-language main .language-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(7, 40px);
  gap: 2px;
  width: calc(100% - 4px);
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

section.modals .modals__select-language main .language-list__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  background-color: #092929;
  overflow: hidden;
}

section.modals
  .modals__select-language
  main
  .language-list__item:not(.selected-item)
  .language-list__item__selected-ico {
  display: none;
}

section.modals
  .modals__select-language
  main
  .language-list__item
  .language-list__item__title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  padding: 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
}

section.modals .modals__select-language main .language-list__item.selected-item {
  border-radius: 8px;
  outline: 2px #3d5cff solid;
  outline-offset: -2px;
}

section.modals .modals__select-language main .language-list__item.selected-item:hover {
  background-color: #092929;
}

section.modals .modals__select-language main .language-list__item:hover {
  background-color: rgb(15, 58, 58);
  cursor: pointer;
}

section.modals
  .modals__select-language
  main
  .language-list__item
  .language-list__item__selected-ico {
  width: 20px;
  height: 20px;
  margin: 0 0 0 8px;
  border-radius: 100%;
  background-color: #3d5cff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

section.modals
  .modals__select-language
  main
  .language-list__item
  .language-list__item__selected-ico
  svg {
  width: 16px;
  height: 16px;
}

.slider-navigation-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background-color: #154747;
  border-radius: 100%;
  outline: none;
  border: none;
}

.slider-navigation-btn:hover {
  background-color: rgb(32, 87, 87);
}

.slider-navigation-btn svg {
  width: 20px;
  height: 20px;
}

#slider__control__previous {
  margin: 0 4px 0 16px;
}

.slider__control {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.providers-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.provider-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  border-radius: 12px;
  background-color: rgb(6, 31, 31);
}

.provider-card img {
  padding: 16px;
}

.provider-card:hover {
  cursor: pointer;
}

.payments-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.payment-card {
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment-card img {
  height: 46px;
}

.presentation_casino tbody tr:first-child {
  background-color: var(--surface-color);
}

.pr_casino_with_head tbody tr:first-child {
  background-color: #445BF6;
  color: white;
}

table tbody tr {
  color: white;
  background-color: #445BF6;
}
table thead {
  background-color: #445BF6;
  color: white;
}

.presentation_casino tbody tr {
  background-color: var(--surface-color);
  color: white;
}

@media screen and (min-width: 1440px) {
  .container-full {
    padding: 0 15px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1800px) {
  .container-full {
    max-width: 1300px;
  }
}
@media screen and (max-width: 1560px) {
  .container {
    max-width: 1350px;
  }
}
@media screen and (max-width: 1360px) {
  .container {
    max-width: 1250px;
  }
}
@media screen and (max-width: 1280px) {
  .btn-icon--menu-tablet {
    display: block;
  }
  .menu-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sidebar {
    display: none;
  }
  .header {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1140px) {
  .btn--m {
    font-size: 1rem;
  }
  .slider-navigation-btn {
    display: none;
  }
  .providers-row {
    gap: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .main-content .faq-card {
    height: 7rem;
  }
  .main-content .faq-card .faq-card__question--second {
    height: 6.6rem;
  }
  .main-content,
  .main-content .table__wrap,
  .main-content__inner {
    max-width: 100vw;
  }
  .logo {
    max-width: 3rem;
  }
  .games__track {
    width: 200%;
  }
  .games__text {
    font-size: 1.4rem;
  }
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__logo img {
    min-width: 140px;
    margin-bottom: 1rem;
  }
  .footer__email {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .container-full {
    max-width: 960px;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  p {
    font-size: 1rem;
  }
  .bonus {
    height: 20.5rem;
    max-height: 20.5rem;
  }
  .bonus__track {
    min-width: 300%;
  }
  .provider-card {
    height: 68px;
  }
}
@media screen and (max-width: 768px) {
  .main-content .simple-text,
  .main-content ol li,
  .main-content ul li {
    font-size: 1rem;
  }
  .container-fluid {
    max-width: 100%;
    width: 100%;
  }
  .header__btn-search,
  .header__main-nav {
    display: none;
  }
  .btn {
    font-size: 1rem;
  }
  .games__track {
    width: 300%;
  }
  .mobile-menu {
    max-width: 100%;
  }
  .providers-row {
    display: flex;
    flex-direction: row;
  }
  .provider-card {
    flex-shrink: 0;
    width: 124px;
  }
}
@media screen and (max-width: 576px) {
  .container,
  .container-full {
    max-width: 100%;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .bonus {
    height: 12.5rem;
    max-height: 12.5rem;
  }
}
@media screen and (max-width: 450px) {
  .bonus-card__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 360px) {
  .games__track {
    width: 320%;
  }
  .game-card {
    margin-right: 10px;
  }
}
