@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
:root {
  --color-opposite: #ffffff;
  --color-gray: rgba(255, 255, 255, 0.3);
  --color-light: rgba(255, 255, 255, 0.05);
  --color-light-hover: rgba(255, 255, 255, 0.1);
  --bg-table-th: rgba(255, 255, 255, 0.3);
  --fill-icon-primary: rgba(255, 255, 255, 0.3);
  --bg-btn-bonus: linear-gradient(225deg, #6d28ff 0%, #fa00ff 100%);
  --bg-btn-bonus-hover: linear-gradient(225deg, #fa00ff 0%, #6d28ff 100%);
  --bg-hex-btn-close-banner: #171727;
  --bg-hover-hex-btn-close-banner: #22223f;
  --color-form-border: rgba(255, 59, 48, 0.3);
  --color-form-error: rgba(255, 59, 48, 1);
  --shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.5);
  --fz-text-default: 15px;
  --lh-text-default: 18px;
  --fz-text-big: 30px;
  --lh-text-big: 36px;
  --fz-text-medium: 20px;
  --lh-text-medium: 24px;
  --fz-text-small: 13px;
  --lh-text-small: 16px;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:active,
:focus {
  outline: 0;
}
a:active,
a:focus {
  outline: 0;
}
footer,
header,
nav,
section {
  display: block;
}
body,
html {
  margin: 0;
  padding: 0;
  min-width: 320px;
  width: 100%;
}
body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family:
    -apple-system, BlinkMacSystemFont, Helvetica, Arial, "Segoe UI", Roboto,
    Oxygen, Ubuntu, "Fira Sans", "Droid Sans", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0.75em;
}
h1 {
  font-size: clamp(32px, 5vw, 56px);
}
h2 {
  font-size: clamp(26px, 4vw, 42px);
}
h3 {
  font-size: clamp(22px, 3vw, 32px);
}
h4 {
  font-size: clamp(20px, 2.5vw, 26px);
}
h5 {
  font-size: clamp(18px, 2vw, 22px);
}
h6 {
  font-size: clamp(16px, 1.8vw, 18px);
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
body {
  font-family:
    -apple-system, BlinkMacSystemFont, Helvetica, Arial, "Segoe UI", Roboto,
    Oxygen, Ubuntu, "Fira Sans", "Droid Sans", sans-serif;
  font-size: var(--fz-text-default);
  line-height: var(--lh-text-default);
  color: var(--color-opposite);
}
body a {
  color: inherit;
}
body a:hover {
  text-decoration: none;
}
img,
video {
  -o-object-fit: cover;
  object-fit: cover;
}
.styledContent img {
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table td,
table th {
  padding: 16px;
  border: 1px solid var(--color-light);
}
table th {
  background-color: var(--bg-table-th);
  text-align: left;
}
html :where(img[class*="wp-image-"]) {
  height: auto;
  border-radius: 8px;
}
main > article:first-child {
  margin-top: 16px;
}
.posa {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
}
.gray {
  color: var(--color-gray);
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fww {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.aifs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.jcfs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.f-aic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.f-jcfs-aic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.f-jcc-aic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@-webkit-keyframes showModal {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes showModal {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.btn {
  border-radius: var(--border-radius);
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
.btn_primary {
  padding: 8px 20px 8px 24px;
}
.btn_secondary {
  padding: 14px 22px;
  font-weight: 700;
}
.btn__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
}
.btn__title {
  font-size: 15px;
  font-weight: 700;
}
.btn__subtitle {
  font-size: 12px;
}
.btn-2 {
  width: 100%;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--color-opposite);
  background-color: var(--color-light);
}
.btn-2:hover {
  background-color: var(--color-light-hover);
}
.btn-2 svg use {
  fill: #fff;
}
.btn-6 {
  color: var(--color-opposite);
  background-color: #fff0;
}
.btn-6:hover {
  text-decoration: underline;
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  3% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  6% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  9% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  12% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  15% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  3% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  6% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  9% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  12% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  15% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.btn_left {
  margin: 20px 30px;
  float: left;
}
.btn-round {
  padding: 8px;
  background: var(--color-light);
  border-radius: 99px;
}
.btn-round:hover {
  background-color: var(--color-light-hover);
}
.btn-round svg use {
  fill: var(--fill-icon-primary);
}
.bgOverlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  z-index: 102;
  background-color: rgb(0 0 0 / 0.5);
  backdrop-filter: blur(5px);
}
.styledContent {
  --space-bottom: 25px;
  padding: 0 16px;
}
.styledContent > p {
  line-height: 140%;
  margin-bottom: var(--space-bottom);
}
.styledContent > h1 {
  margin-bottom: var(--space-bottom);
}
.styledContent > h2 {
  margin-bottom: var(--space-bottom);
}
.styledContent > h3 {
  margin-bottom: var(--space-bottom);
}
.styledContent > h4 {
  margin-bottom: var(--space-bottom);
}
.styledContent h6,
.styledContent > h5 {
  margin-bottom: var(--space-bottom);
}
.styledContent > a:not([class]) {
  display: inline-block;
  text-decoration: underline;
}
.styledContent > a {
  margin-bottom: var(--space-bottom);
}
.styledContent .firstScreen.p-16,
.styledContent .p-40-md3-16 {
  -webkit-padding-end: 0 !important;
  padding-inline-end: 0 !important;
  -webkit-padding-start: 0 !important;
  padding-inline-start: 0 !important;
}
.styledContent > ul {
  margin-bottom: var(--space-bottom);
}
.styledContent > ul li {
  -webkit-padding-start: 32px;
  padding-inline-start: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.styledContent > ul li:not(:last-child) {
  margin-bottom: 16px;
}
.styledContent > ul li {
  gap: 16px;
}
.styledContent > ul li:before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 99px;
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #26053b;
}
.header__body {
  position: relative;
  z-index: 80;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__menu {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #2a1339;
}
.header__menu ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 8px;
  font-weight: 700;
}
.header__bgOverlay {
  z-index: 5;
}
.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.header__burger {
  display: none;
}
.header__menuButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  white-space: nowrap;
}
.logo__image {
  height: auto;
  max-height: 54px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.logo__lang {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  border-radius: 99px;
  background-color: #fff;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px;
}
.logo__lang img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}
.logo__pc .logo__image {
  margin-right: 4px;
}
.logo__mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.firstScreen {
  padding: 16px 16px 0 16px;
  margin: 0 -16px;
}
.firstScreen__body {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 320px;
}
.firstScreen__title {
  grid-column: 1/2;
  grid-row: 1;
  z-index: 2;
  padding-top: 51px;
  padding-left: 64px;
}
.firstScreen__text {
  grid-column: 1/2;
  grid-row: 2;
  z-index: 2;
  padding-left: 64px;
}
.firstScreen__btn {
  grid-row: 3;
  grid-column: 1/2;
  z-index: 2;
  padding-bottom: 51px;
  padding-left: 64px;
}
.firstScreen__image {
  grid-row: 1/4;
  grid-column: 2/3;
  z-index: 2;
  position: relative;
  height: 100%;
}
.firstScreen__image img {
  position: absolute;
  bottom: 0;
  left: 92px;
  width: 328px;
  height: 328px;
}
.firstScreen__bg {
  grid-column: 1/3;
  grid-row: 1/4;
  z-index: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 24px;
  overflow: hidden;
}
.games {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0 40px 0;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.games__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  background-color: var(--color-light);
  border-radius: 12px;
  padding: 16px;
}
.games__item:hover {
  background-color: var(--color-light-hover);
}
.games__item img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 8px;
}
.games__item svg {
  opacity: 0;
}
.games__item span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
}
.gameList__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.gameList__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 230px;
  flex: 1 1 230px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.gameList__item:hover img {
  -webkit-transition: ease 0.15s;
  transition: ease 0.15s;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.gameList__image {
  width: 100%;
  display: block;
}
.gameList__imageWrap {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.gameList__imageWrap img {
  -webkit-transition: ease 0.15s;
  transition: ease 0.15s;
}
.gameList__title {
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
.tab {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border-radius: var(--border-radius);
  font-weight: 700;
  background-color: var(--color-light);
}
.tab use {
  fill: #5c5c68;
}
.tab:hover {
  background-color: var(--color-light-hover);
}
.tab:hover use {
  fill: #fff;
}
@-webkit-keyframes softRGB {
  0% {
    background-color: red;
  }
  10% {
    background-color: #ff6400;
  }
  20% {
    background-color: #ffc800;
  }
  30% {
    background-color: #64ff00;
  }
  40% {
    background-color: #00ff64;
  }
  50% {
    background-color: #0064ff;
  }
  60% {
    background-color: #00f;
  }
  70% {
    background-color: #6400ff;
  }
  80% {
    background-color: #f0f;
  }
  90% {
    background-color: #ff00c8;
  }
  100% {
    background-color: red;
  }
}
@keyframes softRGB {
  0% {
    background-color: red;
  }
  10% {
    background-color: #ff6400;
  }
  20% {
    background-color: #ffc800;
  }
  30% {
    background-color: #64ff00;
  }
  40% {
    background-color: #00ff64;
  }
  50% {
    background-color: #0064ff;
  }
  60% {
    background-color: #00f;
  }
  70% {
    background-color: #6400ff;
  }
  80% {
    background-color: #f0f;
  }
  90% {
    background-color: #ff00c8;
  }
  100% {
    background-color: red;
  }
}
@-webkit-keyframes gradientMove {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes gradientMove {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@-webkit-keyframes showMsg {
  0% {
    -webkit-transform: translate(-50%, 130%);
    transform: translate(-50%, 130%);
  }
  70% {
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@keyframes showMsg {
  0% {
    -webkit-transform: translate(-50%, 130%);
    transform: translate(-50%, 130%);
  }
  70% {
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@-webkit-keyframes hideMsg {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  30% {
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
  100% {
    -webkit-transform: translate(-50%, 130%);
    transform: translate(-50%, 130%);
  }
}
@keyframes hideMsg {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  30% {
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
  100% {
    -webkit-transform: translate(-50%, 130%);
    transform: translate(-50%, 130%);
  }
}
.footer {
  border-top: 1px solid var(--color-light);
}
.footer__body {
  padding: 16px;
}
.footer__partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  max-height: 80px;
  overflow: hidden;
}
.footer__partners > img {
  height: 32px;
  width: auto;
}
.boxLinksApp {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  gap: 16px;
}
.boxLinksApp__subscribe {
  grid-column: span 2;
}
.boxLinksApp__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.boxLinksApp .linkApp > svg use {
  fill: var(--fill-icon-primary);
}
.linkApp {
  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;
  width: 100%;
  background-color: var(--color-light);
  border-radius: 12px;
  padding-block: 16px;
  padding-inline: 16px 8px;
  white-space: nowrap;
}
.linkApp:hover {
  background-color: var(--color-light-hover);
}
.linkApp_windows {
  height: 100%;
}
.linkApp_windows .linkApp__mod {
  height: 100%;
  -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;
}
.linkApp_windows .linkApp__mod .ml-8 {
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}
.subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px;
  border-radius: 12px;
  background-color: var(--color-light);
  height: 100%;
}
.subscribe__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.subscribe__input input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 150px;
  flex: 1 1 150px;
  width: 150px;
  border-radius: var(--border-radius);
  border: 1px solid var(--color-light);
  padding: 16px;
}
.lastLine__ad {
  border-radius: 4px;
  padding: 1px 4px;
  border: 1px solid var(--color-gray);
  display: inline-block;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  font-size: 11px;
  line-height: 13px;
}
.firstScreen__title {
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
}
.styledContent > h1,
.styledContent > h2 {
  font-size: var(--fz-text-big);
  line-height: var(--lh-text-big);
  font-weight: 900;
  margin: 20px;
}
.styledContent h6,
.styledContent > h3,
.styledContent > h4,
.styledContent > h5 {
  font-size: var(--fz-text-medium);
  line-height: var(--lh-text-medium);
  font-weight: 700;
}
.styledContent > h4 {
  font-size: var(--fz-text-small);
  line-height: var(--lh-text-small);
}
.styledContent h6,
.styledContent > h5 {
  font-size: 11px;
  line-height: 13px;
}
.bold {
  font-weight: 700;
}
.subscribe {
  position: relative;
}
@media (min-width: 767.98px) {
  .logo__mob {
    display: none;
  }
  .firstScreen {
    overflow: hidden;
  }
}
@media (min-width: 1150.98px) {
  .header__menu {
    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;
    gap: 16px;
  }
  .header__menu ul a {
    border: 2px solid #fff0;
    border-radius: var(--border-radius);
    display: inline-block;
    padding: 16px;
    background-color: #2a1339;
  }
  .header__menu ul a:hover {
    -webkit-transition: ease 0.15s;
    transition: ease 0.15s;
    border-color: #fff;
  }
  .header__menuButtons {
    display: none;
  }
}
@media (max-width: 1150.98px) {
  .header__menu ul a {
    display: inline-block;
    padding: 16px;
    width: 100%;
    border-bottom: 1px solid rgb(255 255 255 / 0.05);
  }
  .header__menu ul a:hover {
    background-color: rgb(255 255 255 / 0.05);
  }
  .header__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    overflow-y: auto;
  }
  .header__burger {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: block;
  }
}
@media (max-width: 1024px) {
  .btn_left {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 100%;
  }
  .btn_left {
    margin: 5px 16px 5px 0;
  }
}
@media (max-width: 992.98px) {
  .games__item {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
  .footer__partners {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 840px) {
  .tab {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
  }
}
@media (max-width: 767.98px) {
  .wrapper {
    overflow: hidden;
  }
  table td,
  table th {
    padding: 8px;
  }
  .md3-m0 {
    margin: 0;
  }
  .md3-p0 {
    padding: 0;
  }
  .p-40-md3-16 {
    padding: 24px 16px;
  }
  .max-md3-dn {
    display: none !important;
  }
  .styledContent > ul li {
    -webkit-padding-start: 16px;
    padding-inline-start: 16px;
  }
  .header__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .header__logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .header__menu {
    position: fixed;
    z-index: 6;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 75vh;
    background-color: var(--bg-color);
    border-radius: 16px 16px 0 0;
    padding: 16px 0;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: ease-in 0.15s;
    transition: ease-in 0.15s;
  }
  .header__menu:before {
    content: "";
    position: absolute;
    top: -11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 61px;
    height: 3px;
    border-radius: 99px;
    background-color: rgb(255 255 255 / 0.3);
  }
  .header__burger {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .logo__image {
    max-height: 40px;
  }
  .logo__pc {
    display: none;
  }
  .firstScreen__body {
    grid-template-columns: 1fr;
  }
  .firstScreen__title {
    padding: 16px 16px 0 16px;
  }
  .firstScreen__text {
    padding: 0 16px;
  }
  .firstScreen__btn {
    padding: 16px 0 24px 0;
    grid-row: 4;
  }
  .firstScreen__btn .btn {
    width: 100%;
  }
  .firstScreen__image {
    grid-column: 1/2;
    grid-row: 3;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .firstScreen__image img {
    position: static;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 328px;
    flex: 0 1 328px;
    height: auto;
  }
  .firstScreen__bg {
    position: relative;
  }
  .firstScreen__bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(transparent),
      color-stop(160%, var(--bg-color))
    );
    background: linear-gradient(0deg, transparent 0, var(--bg-color) 160%);
    -webkit-box-shadow: 0 4px 4px 0 rgb(0 0 0 / 0.25);
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 0.25);
  }
  .gameList__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
  }
  .boxLinksApp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .boxLinksApp > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .boxLinksApp__mobile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .boxLinksApp__mobile .linkApp {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 180px;
    flex: 1 0 180px;
  }
  .boxLinksApp__windows {
    display: none;
  }
  .firstScreen__title {
    font-size: 28px;
    line-height: 120%;
  }
  .md3-text-default {
    font-size: var(--fz-text-default);
    line-height: var(--lh-text-default);
  }
}
@media (max-width: 580px) {
  .games__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .subscribe__input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subscribe__input input {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    width: 100%;
  }
}
@media (min-width: 767.98px) and (max-width: 1150.98px) {
  .header__menu {
    position: fixed;
    z-index: 6;
    background-color: var(--bg-color);
    width: 300px;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: ease-in 0.15s;
    transition: ease-in 0.15s;
  }
  .header__buttons {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
:root {
  --bg-color: #0b0b1c;
  --border-radius: 16px;
}
body {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1f023d),
    color-stop(20.19%, #0b0b1c)
  );
  background: linear-gradient(180deg, #1f023d 0, #0b0b1c 20.19%);
}
.btn_primary {
  background: #c20054;
  color: #fff;
  box-shadow: 0 8px 50px #c20054;
  -webkit-box-shadow: 0 8px 50px #c20054;
}
.btn_primary:hover {
  background: #ff2885;
}
.btn_primary svg use {
  fill: #fff;
}
.btn_secondary {
  color: #fff;
  background: 0 0;
  border: 2px solid #c20054;
}
.btn_secondary:hover {
  background: rgba(194, 0, 84, 0.2);
}
