*,
:after,
:before {
  box-sizing: border-box;
}
body,
html {
  height: 100%;
}
html {
  font-family: sans-serif;
  text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  color: var(--token-brand-primary-1-400);
  opacity: 1 !important;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  box-sizing: content-box;
  appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  appearance: none;
}
textarea {
  overflow: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
#root {
  height: 100%;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}
input[type="number"] {
  appearance: textfield;
}
.grecaptcha-badge {
  visibility: hidden;
}
.validation {
  margin-bottom: 8px;
}
#layout,
.layout {
  height: 100%;
  font-family: var(--token-font-ui-family);
  font-size: var(--token-typography-size-lg);
  font-weight: 400;
  line-height: var(--token-typography-height-lg);
  color: var(--token-brand-primary-1-400);
  text-shadow: none;
  background-color: var(--token-brand-secondary-4);
  background-image: var(--token-datauri-background-pattern);
  background-attachment: fixed;
}
.layout__placeholder-header {
  height: 88px;
}
.layout__placeholder-header.layout__placeholder-header-mobile {
  position: absolute;
  height: 40px;
}
.layout__placeholder-header.layout__placeholder-header_skinV2 {
  height: 64px;
}
.layout__placeholder-header.layout__mobile-placeholder-header_skinV2 {
  height: 56px;
}
.layout__container {
  box-sizing: border-box;
  max-width: 1200px;
  padding-right: 10px;
  padding-left: 10px;
  margin: auto;
}
.layout__container:after,
.layout__container:before {
  display: table;
  content: "";
}
.layout__container_width_800 {
  max-width: 800px;
}
.layout__p {
  margin: 0;
  font-family: var(--token-font-ui-family);
  font-size: var(--token-typography-size-lg);
  font-weight: 400;
  line-height: var(--token-typography-height-lg);
  color: var(--token-brand-primary-1-400);
  text-decoration: none;
  text-shadow: none;
  cursor: default;
}
.layout__p_style_confirm-email a {
  color: var(--token-brand-brand-color-3-500);
}
.layout__align-center {
  text-align: center;
}
.layout__nowrap {
  white-space: nowrap;
}
.layout__mt-10 {
  margin-top: 10px;
}
.layout__mr-10 {
  margin-right: 10px;
}
.layout__mb-8 {
  margin-bottom: 8px;
}
.layout__mb-10 {
  margin-bottom: 10px;
}
.layout__mb-16 {
  margin-bottom: 16px;
}
.layout__mb-20 {
  margin-bottom: 20px;
}
.layout__mb-24 {
  margin-bottom: 24px;
}
.layout__mb-30 {
  margin-bottom: 30px;
}
.layout__mb-32 {
  margin-bottom: 32px;
}
.layout__mb-40 {
  margin-bottom: 40px;
}
.layout__ml-10 {
  margin-left: 10px;
}
.layout__mv-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.layout__mv-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.layout__mv-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.layout__mv-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.layout__mv-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.layout__mv-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.layout__flex-center {
  display: flex;
  justify-content: center;
}
.layout__lang {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.layout__page-container {
  flex-grow: 1;
}
.layout__preloader {
  min-height: 100vh;
}
@media (min-width: 769px) {
  .layout-foldable {
    --max-width-container-b2b2: 100%;
    --padding: 24px;
    --padding-custom: 24px;
    --width-container-b2b2: calc(
      var(--max-width-container-b2b2) + var(--padding)
    );
    --sidemenu-width: 300px;
    height: 100%;
    --margin-right: 0;
    margin-right: var(--margin-right);
    transition: margin-right 0.2s linear;
  }
  .layout-foldable.layout-foldable_fold {
    --sidemenu-width: 76px;
  }
  .layout-foldable.layout-foldable_fixed {
    --max-width-container-b2b2: 1068px;
  }
  .layout-foldable:has(.lobby-page) {
    --padding-custom: 20px;
  }
  .layout-foldable .iframe-layout,
  .layout-foldable .layout__lang {
    --margin-left: calc(
      var(--sidemenu-width) + var(--padding) + var(--padding-custom)
    );
    margin-left: var(--margin-left);
    transition: margin-left 0.2s linear;
  }
  .layout-foldable .layout__container,
  .layout-foldable .page-layout,
  .layout-foldable .page-layout_skin-v2 {
    width: 100%;
    max-width: var(--width-container-b2b2);
    padding-right: var(--padding);
    padding-left: 0;
    margin-inline: auto;
  }
  .layout-foldable .lobby-page {
    width: 100%;
    max-width: var(--width-container-b2b2);
    padding-left: 0;
    margin-inline: auto;
  }
  .layout-foldable .bonuses-for-you-page,
  .layout-foldable .contest-page-skin-2,
  .layout-foldable .login-page,
  .layout-foldable .lottery-page-skin-2,
  .layout-foldable .registration-banner,
  .layout-foldable .tournament-page-skin-2 {
    width: 100%;
    max-width: var(--width-container-b2b2);
    padding-right: var(--padding);
    padding-left: 0;
    margin-inline: auto;
  }
  .layout-foldable .lobby-page .page-layout,
  .layout-foldable .lobby-page .page-layout_skin-v2 {
    padding-right: 0;
  }
  .layout-foldable .lobby-page {
    padding-right: var(--padding-custom);
  }
}
@media (min-width: 1280px) {
  .layout-foldable.layout-foldable_fixed {
    --max-width-container-b2b2: 908px;
  }
}
@media (min-width: 1440px) {
  .layout-foldable.layout-foldable_fixed {
    --max-width-container-b2b2: 1068px;
  }
}
@media (min-width: 1728px) {
  .layout-foldable.layout-foldable_fixed {
    --max-width-container-b2b2: 1356px;
  }
}
@media (min-width: 1439px) {
  .layout-foldable.layout-foldable_chat-opened:has(.ui-side-menu-v2-mini)
    .sptech.desktop {
    margin-right: 24px;
  }
  .layout-foldable.layout-foldable_chat-opened:has(.ui-side-menu-v2-mini) {
    --margin-right: 398px;
  }
}
@media (min-width: 1728px) {
  .layout-foldable.layout-foldable_chat-opened {
    --margin-right: 398px;
  }
}
@media (min-width: 1280px) {
  .layout-foldable .deposit,
  .layout-foldable .deposit-skinV2 {
    grid-template-columns: minmax(500px, 604px) minmax(333px, 433px);
    justify-content: center;
    width: 100%;
  }
}
.pseudo-link {
  font-family: var(--token-font-ui-family);
  font-size: var(--token-typography-size-lg);
  font-weight: 400;
  line-height: var(--token-typography-height-lg);
  color: var(--token-brand-brand-color-3-500);
  text-shadow: none;
  word-wrap: break-word;
  cursor: pointer;
  user-select: none;
}
.pseudo-link,
.pseudo-link:hover {
  text-decoration: none;
}
.pseudo-link:active,
.pseudo-link:hover {
  border-bottom-color: transparent;
}
.scroll-panel {
  width: 100%;
  padding: 12px 10px;
  margin: -12px -10px;
  overflow: auto hidden;
  white-space: nowrap;
  scrollbar-face-color: transparent;
  scrollbar-track-color: transparent;
}
.scroll-panel::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.scroll-panel::-webkit-scrollbar-thumb {
  background: 0 0;
}
.scroll-panel::-webkit-scrollbar-track {
  background: 0 0;
}
.pager__wrapper {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
