@font-face {
  font-display: swap;
  font-family: 'ALS Rubl';
  font-style: normal;
  font-weight: 400;
  src:
    url(/_nuxt/fonts/ALSRubl.f31a1d4.woff2) format('woff2'),
    url(/_nuxt/fonts/ALSRubl.b3b87b1.woff) format('woff'),
    url(/_nuxt/fonts/ALSRubl.9320a34.ttf) format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 700;
  src: url(/_nuxt/fonts/GoogleSans-Bold.6da6853.ttf) format('truetype');
}
*,
:after,
:before {
  box-sizing: inherit;
}
html {
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  height: 100%;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html {
    display: flex;
    flex-direction: column;
  }
}
body {
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin: 0;
  min-height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
:focus {
  outline: none;
}
blockquote,
dd,
dl,
figure,
p {
  margin: 0;
}
blockquote,
q {
  quotes: none;
}
ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}
audio,
img,
video {
  display: block;
}
iframe,
img {
  border: none;
}
a {
  background-color: transparent;
  color: inherit;
}
a,
abbr {
  -webkit-text-decoration: none;
  text-decoration: none;
}
abbr {
  border: none;
}
b,
strong {
  font-weight: inherit;
}
dfn,
em,
i {
  font-style: inherit;
}
mark {
  background-color: transparent;
  color: inherit;
}
small,
sub,
sup {
  font-size: inherit;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  margin: 0;
  padding: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-align: left;
  text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: none;
  cursor: pointer;
}
textarea {
  overflow-x: hidden;
  overflow-y: auto;
  resize: none;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
  padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: none;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
[type='search'] {
  outline: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
legend {
  display: block;
  padding: 0;
  white-space: normal;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
::-webkit-input-placeholder {
  color: #9ba7ca;
}
:-moz-placeholder,
::-moz-placeholder {
  color: #9ba7ca;
}
:-ms-input-placeholder {
  color: #9ba7ca;
}
:focus::-webkit-input-placeholder {
  opacity: 0;
}
:focus:-moz-placeholder,
:focus::-moz-placeholder {
  opacity: 0;
}
:focus:-ms-input-placeholder {
  opacity: 0;
}
.hidden,
[hidden] {
  display: none;
}
.disabled,
:disabled {
  cursor: not-allowed;
}
::-ms-clear {
  display: none;
}
:-webkit-autofill {
  box-shadow: inset 0 0 0 100px #fff;
  -webkit-text-fill-color: currentColor;
}
.v-button.v-button--first,
.v-button.v-button--second,
.v-button.v-button--third {
  align-items: center;
  background: linear-gradient(180deg, #33c600, #206400);
  box-shadow:
    0 4px 8px 3px rgba(0, 0, 0, 0.15),
    0 1px 3px 0 rgba(0, 0, 0, 0.3);
  color: #eef1f6;
  display: flex;
  justify-content: center;
  min-height: 40px;
  position: relative;
  z-index: 0;
}
.v-button.v-button--first:after,
.v-button.v-button--second:after,
.v-button.v-button--third:after {
  background: transparent;
  border-radius: inherit;
  bottom: 0;
  content: '';
  height: calc(100% - 2px);
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 2px);
  z-index: 1;
}
@media (hover) {
  .v-button.v-button--first:hover,
  .v-button.v-button--second:hover,
  .v-button.v-button--third:hover {
    background-image: linear-gradient(180deg, #1dce44, #007f1c);
    color: #eef1f6;
  }
  .v-button.v-button--first:hover:after,
  .v-button.v-button--second:hover:after,
  .v-button.v-button--third:hover:after {
    background: transparent;
    color: #eef1f6;
  }
}
.v-button.v-button--first:active,
.v-button.v-button--second:active,
.v-button.v-button--third:active {
  background-image: linear-gradient(180deg, #008a1e, #00450f);
  color: #9ba7ca;
}
.v-button.v-button--first:active:after,
.v-button.v-button--second:active:after,
.v-button.v-button--third:active:after {
  background: transparent;
}
.disabled--btn .v-button.v-button--first,
.disabled--btn .v-button.v-button--second,
.disabled--btn .v-button.v-button--third,
.disabled.v-button.v-button--first,
.disabled.v-button.v-button--second,
.disabled.v-button.v-button--third,
[disabled].v-button.v-button--first,
[disabled].v-button.v-button--second,
[disabled].v-button.v-button--third {
  background: #273865;
  color: #96a0b1;
}
.disabled--btn .v-button.v-button--first:after,
.disabled--btn .v-button.v-button--second:after,
.disabled--btn .v-button.v-button--third:after,
.disabled.v-button.v-button--first:after,
.disabled.v-button.v-button--second:after,
.disabled.v-button.v-button--third:after,
[disabled].v-button.v-button--first:after,
[disabled].v-button.v-button--second:after,
[disabled].v-button.v-button--third:after {
  background: #273865;
}
.v-button.v-button--tertiary {
  background: transparent;
  border: none;
  color: #35bd52;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.32px;
  line-height: 24px;
  padding: 8px 18px;
  text-align: left;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
}
@media (hover) {
  .v-button.v-button--tertiary:hover {
    border-color: transparent;
    box-shadow: none;
    color: #67ce7d;
  }
}
.v-button.v-button--tertiary:active {
  border-color: transparent;
  box-shadow: none;
  color: #016817;
}
.v-button.v-button--tertiary:after {
  content: none;
}
.disabled--btn .v-button.v-button--tertiary,
.disabled.v-button.v-button--tertiary,
[disabled].v-button.v-button--tertiary {
  border-color: transparent;
  box-shadow: none;
  color: #273865;
}
.v-button.v-button--tertiary .v-button__ico {
  opacity: 0.8;
}
.v-button.v-button--tertiary-link {
  background: transparent;
  border: none;
  color: #0093ff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
  padding: 2px 0;
  text-align: left;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
}
@media (hover) {
  .v-button.v-button--tertiary-link:hover {
    border-color: transparent;
    box-shadow: none;
    color: #3ea8f4;
  }
}
.v-button.v-button--tertiary-link:active {
  border-color: transparent;
  box-shadow: none;
  color: #015898;
}
.v-button.v-button--tertiary-link:after {
  content: none;
}
.disabled--btn .v-button.v-button--tertiary-link,
.disabled.v-button.v-button--tertiary-link,
[disabled].v-button.v-button--tertiary-link {
  border-color: transparent;
  box-shadow: none;
  color: #273865;
}
.v-button.v-button--tertiary-link .v-button__ico {
  opacity: 0.8;
}
.rouble {
  font-family: 'ALS Rubl', sans-serif;
}
.azn .currency:after {
  content: '₼';
  text-transform: none;
}
.kzt .currency:after {
  content: '₸';
  text-transform: none;
}
.rub .currency:not(.USDT):after {
  content: 'i';
  font-family: 'ALS Rubl', sans-serif;
  font-weight: inherit;
  text-transform: none;
}
.currency.USDT:after,
.usdt .currency:not(.RUB):after {
  background-image: url(/_nuxt/img/currency-icon-usdt.2a3b13b.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 2px;
  vertical-align: middle;
  width: 12px;
}
.currency.RUB:after {
  content: 'i';
  font-family: 'ALS Rubl', sans-serif;
  font-weight: inherit;
  text-transform: none;
}
.v-button {
  align-items: center;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  min-width: 80px;
  padding: 0 19px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.v-button.disabled,
.v-button[disabled] {
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}
.v-button .v-button__text--small {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  opacity: 0.8;
  text-transform: lowercase;
}
[class*='icon-'] {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100%;
  width: 100%;
}
.icon-back {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTguMzI4IDExLjk4NWw2LjM2NCA2LjM2NGExIDEgMCAxIDEtMS40MTQgMS40MTRMNS41IDExLjk4NWw3Ljc3OC03Ljc3OGExIDEgMCAxIDEgMS40MTQgMS40MTRsLTYuMzY0IDYuMzY0eiIgZmlsbD0iIzlCQTdDQSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
}
.icon-lock {
  background-image: url(/_nuxt/img/lock.7e7559b.svg);
}
.icon-crown {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC40NTAzMiAyLjYzNDc3TDExLjc2OTggMi42MzQ3N0wxMC43MjY0IDUuNDM2MTFMOC40NTAzMiAyLjYzNDc3Wk03LjkyMDA2IDEzLjQ0NjRMNS40NDAxOSA2LjMwNTE4TDEwLjQ0ODcgNi4zMDUxOEw3LjkyMDA2IDEzLjQ0NjRaTTcuMDg3MzkgMTIuNzcwNUwyLjA5OTQ5IDYuMzA4MTFINC45MDM0MUw3LjA4NzM5IDEyLjc3MDVaTTguNzM5OTggMTIuNzg4MUwxMy44NjQ1IDYuMzA1MThIMTEuMDM1TDguNzM5OTggMTIuNzg4MVpNMTAuMzM5NCA1LjcyNjA3TDcuOTk4ODYgMi44NDU3TDUuNjU4NTcgNS43MjYwN0wxMC4zMzk0IDUuNzI2MDdaTTQuMjI1OTUgMi42MzQ3N0w3LjU0Nzg0IDIuNjM0NzdMNS4yNTY1MSA1LjQ1NTAxTDQuMjI1OTUgMi42MzQ3N1pNMy43NDQzMSAyLjk5MTIxTDIuMDM1MTYgNS43MjU3N0g0Ljc0MzNMMy43NDQzMSAyLjk5MTIxWk0xMi4yNDEgMi45ODgyOEwxMy45NTE5IDUuNzI1NjNIMTEuMjIwOUwxMi4yNDEgMi45ODgyOFoiIGZpbGw9IiMwNTE2MTgiLz4KPC9zdmc+Cg==);
}
.icon-edit {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiMwMDkzRkYiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTQgMTYuNjY3VjIwaDMuMzMzbDkuODMtOS44My0zLjMzMy0zLjMzM0w0IDE2LjY2N3ptMTUuNzQtOS4wNzRjLjM0Ny0uMzQ2LjM0Ny0uOTA2IDAtMS4yNTNsLTIuMDgtMi4wOGMtLjM0Ny0uMzQ2LS45MDctLjM0Ni0xLjI1MyAwTDE0Ljc4IDUuODg2bDMuMzMzIDMuMzMzIDEuNjI2LTEuNjI2eiIvPjwvc3ZnPgo=);
}
.icon-password {
  background-image: url(/_nuxt/img/password.cb57382.svg);
}
.icon-phone {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTE5Ljk5MiAxNi42MjdjLjAzNC4yNi0uMDQ1LjQ4Ni0uMjM3LjY3OGwtMi4yNTMgMi4yMzdjLS4xMDIuMTEzLS4yMzQuMjEtLjM5OC4yODhzLS4zMjUuMTMtLjQ4My4xNTNjLS4wMSAwLS4wNDUuMDAzLS4xMDIuMDFzLS4xMy4wMS0uMjIuMDFjLS4yMTUgMC0uNTYyLS4wMzctMS4wNDItLjFzLTEuMDY3LS4yNTQtMS43Ni0uNTQyLTEuNDgyLS43Mi0yLjM2My0xLjI5Ny0xLjgxOC0xLjM2Ny0yLjgxMi0yLjM3M2MtLjgtLjc4LTEuNDQ1LTEuNTI1LTEuOTY1LTIuMjM3cy0uOTM3LTEuMzctMS4yNTMtMS45NzUtLjU1My0xLjE1My0uNzEtMS42NDQtLjI2NS0uOTE1LS4zMjItMS4yNy0uMDgtLjYzNi0uMDY4LS44NGwuMDE3LS4zNGExLjY1IDEuNjUgMCAwIDEgLjE1Mi0uNDgzIDEuMjcgMS4yNyAwIDAgMSAuMjg4LS4zOThsMi4yNTMtMi4yNTRDNi44NyA0LjA4IDcuMDUyIDQgNy4yNTUgNGEuNjMuNjMgMCAwIDEgLjM5LjEyNyAxLjE4IDEuMTggMCAwIDEgLjI4OC4zMTRsMS44MTIgMy40NGMuMTAyLjE4LjEzLjM4LjA4NS41OTNzLS4xNC4zOTUtLjI4OC41NDJsLS44My44M2MtLjAyMy4wMjMtLjA0Mi4wNi0uMDYuMWEuNDIuNDIgMCAwIDAtLjAyNS4xMjdjLjA0NS4yMzcuMTQ3LjUwOC4zMDUuODE0LjEzNi4yNy4zNDQuNjAyLjYyNy45OTJzLjY4My44NCAxLjIwMyAxLjM0N2MuNTA4LjUyLjk2LjkyNCAxLjM1NSAxLjIxMnMuNzI2LjUuOTkuNjM2LjQ3LjIxOC42LjI0NmwuMjEyLjA0MmMuMDIzIDAgLjA2LS4wMS4xLS4wMjVzLjA4OC0uMDM3LjEtLjA2bC45NjUtLjk4M2MuMjAzLS4xOC40NC0uMjcuNzEtLjI3LjE5MiAwIC4zNDQuMDM0LjQ1Ny4xMDJoLjAxN2wzLjI3IDEuOTMyYy4yMzcuMTQ3LjM3OC4zMzMuNDI0LjU2eiIgZmlsbD0iIzlCQTdDQSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
}
.icon-process {
  background-image: url(/_nuxt/img/process.a8a9552.svg);
}
.icon-refresh {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZD0iTTkuOTk1IDFDNS41NzIgMSAyIDQuNTggMiA5czMuNTcyIDggNy45OTUgOGMzLjY1IDAgNi43MDYtMi40MzggNy42NzItNS43NzIuMDIyLS4wNzYtLjA1NC0uMjI4LS4xMTItLjIyOGgtMS43MzJjLS4wNTcgMC0uMjA3LjEtLjIyNC4xMzRDMTQuNzQyIDEzLjM5NCAxMi41NTYgMTUgOS45OTUgMTVhNi4wMSA2LjAxIDAgMCAxLTYuMDA0LTYgNi4wMSA2LjAxIDAgMCAxIDYuMDA0LTYgNS45MiA1LjkyIDAgMCAxIDQuMjIzIDEuNzhMMTEuODUgNy4xNDZhLjUuNSAwIDAgMCAuMzUzLjg1NEgxN2ExIDEgMCAwIDAgMS0xVjIuMjA3YS41LjUgMCAwIDAtLjg1My0uMzU0TDE1LjY1IDMuMzVDMTQuMTk4IDEuOSAxMi4yMDYgMSA5Ljk5NSAxeiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
}
.icon-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTIxLjYgMTYuNTM4TDE0LjU5MyA0LjQ5MmMtMS4xNDQtMi00LjA0LTItNS4xOCAwbC03LjAxIDEyLjA0NmMtMS4xNDQgMiAuMjggNC40NjIgMi41OSA0LjQ2MmgxMy45OTNjMi4zIDAgMy43Ni0yLjQ5NyAyLjYxNC00LjQ2MnptLTkuNiAxLjhhMS4xMiAxLjEyIDAgMCAxLTEuMTE2LTEuMTA3QTEuMTIgMS4xMiAwIDAgMSAxMiAxNi4xMTNhMS4wOSAxLjA5IDAgMCAxIDEuMDkxIDEuMTM2Yy4wMy41NzYtLjUwNiAxLjA4LTEuMDkgMS4wOHptMS4wMTctNy4xNmwtLjE1MiAyLjU3Yy0uMDI1LjI3OC0uMDI1LjUzLS4wMjUuODA1LS4wMjUuNDU0LS4zODMuODA1LS44NC44MDVzLS44MS0uMzI3LS44NC0uNzhsLS4yMjYtMy45ODQtLjA3OC0xLjA1OGMwLS41OC4zMy0xLjA1OC44NjUtMS4yMWExLjEyIDEuMTIgMCAwIDEgMS4yOTcuNjI5Yy4wNzguMTc2LjEwMy4zNS4xMDMuNTU2bC0uMTAzIDEuNjY3eiIgZmlsbD0iI0ZGQzYzMyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+Cg==);
}
.icon-piastrix {
  background-image: url(/_nuxt/img/piastrix.a1629a0.svg);
}
.icon-piastrix-text {
  background-image: url(/_nuxt/img/piastrix-text.e620454.svg);
}
.icon-fkwallet {
  background-image: url(/_nuxt/img/fkwallet-ban.d1e8976.png);
}
.icon-fkwallet-second {
  background-image: url(/_nuxt/img/fkwallet.0b14a83.png);
}
.icon-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iIzlCQTdDQSIgIHhtbG5zOnY9Imh0dHBzOi8vdmVjdGEuaW8vbmFubyI+PHBhdGggZD0iTTggMGE4LjAxIDguMDEgMCAwIDAtOCA4IDguMDEgOC4wMSAwIDAgMCA4IDggOC4wMSA4LjAxIDAgMCAwIDgtOCA4LjAxIDguMDEgMCAwIDAtOC04em0wIDE0LjU0NmMtMy42MDkgMC02LjU0NS0yLjkzNi02LjU0NS02LjU0NVM0LjM5MSAxLjQ1NSA4IDEuNDU1IDE0LjU0NiA0LjM5MSAxNC41NDYgOCAxMS42MDkgMTQuNTQ2IDggMTQuNTQ2ek04IDMuMzk0YS45Ny45NyAwIDAgMC0uOTY5Ljk3Ljk3Ljk3IDAgMSAwIDEuOTQgMCAuOTcuOTcgMCAwIDAtLjk2OS0uOTd6bTAgMy4zOTRjLS40MDIgMC0uNzI3LjMyNi0uNzI3LjcyN3Y0LjM2NGEuNzMuNzMgMCAwIDAgLjcyNy43MjcuNzMuNzMgMCAwIDAgLjcyNy0uNzI3VjcuNTE1YzAtLjQwMi0uMzI2LS43MjctLjcyNy0uNzI3eiIvPjwvc3ZnPgo=);
}
.icon-in-vip-club {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxyZWN0IHg9IjAuOTUyMTQ4IiB5PSIxIiB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHJ4PSIyIiBmaWxsPSIjMzJBMkY0Ii8+CiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjQ1MDMgNi42MzQ3N0wxNS43Njk4IDYuNjM0NzdMMTQuNzI2NCA5LjQzNjExTDEyLjQ1MDMgNi42MzQ3N1pNMTEuOTIwMSAxNy40NDY0TDkuNDQwMTkgMTAuMzA1MkwxNC40NDg3IDEwLjMwNTJMMTEuOTIwMSAxNy40NDY0Wk0xMS4wODc0IDE2Ljc3MDVMNi4wOTk0OSAxMC4zMDgxSDguOTAzNDFMMTEuMDg3NCAxNi43NzA1Wk0xMi43NCAxNi43ODgxTDE3Ljg2NDUgMTAuMzA1MkgxNS4wMzVMMTIuNzQgMTYuNzg4MVpNMTQuMzM5NCA5LjcyNjA3TDExLjk5ODkgNi44NDU3TDkuNjU4NTcgOS43MjYwN0wxNC4zMzk0IDkuNzI2MDdaTTguMjI1OTUgNi42MzQ3N0wxMS41NDc4IDYuNjM0NzdMOS4yNTY1MSA5LjQ1NTAxTDguMjI1OTUgNi42MzQ3N1pNNy43NDQzMSA2Ljk5MTIxTDYuMDM1MTYgOS43MjU3N0g4Ljc0MzNMNy43NDQzMSA2Ljk5MTIxWk0xNi4yNDEgNi45ODgyOEwxNy45NTE5IDkuNzI1NjNIMTUuMjIwOUwxNi4yNDEgNi45ODgyOFoiIGZpbGw9IiNFRUYxRjYiLz4KPC9zdmc+Cg==);
}
.icon-visa-mc {
  background-image: url(/_nuxt/img/visa-mc.1e7118e.svg);
}
.alert-text {
  display: block;
  font-size: 12px;
  line-height: 1.167;
  min-height: 15px;
  overflow: hidden;
  padding-top: 1px;
  visibility: hidden;
  white-space: nowrap;
  width: 100%;
}
.alert-text > a {
  color: #0093ff;
}
@media (hover) {
  .alert-text > a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
}
.attention .alert-text,
.error .alert-text,
.limit .alert-text,
.success .alert-text {
  visibility: visible;
  white-space: normal;
}
.error .alert-text {
  color: #fe3436;
}
.error .confirmation-code-input__input {
  border: 2px solid #fe3436;
}
.attention .alert-text {
  color: #ffc633;
}
.success .alert-text {
  color: #35bd52;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
:root {
  --bg-color-body: #0c101d;
}
body {
  background-color: #0c101d;
  color: #eef1f6;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
  min-height: 100%;
  text-transform: none;
}
@media screen and (min-width: 1360px) {
  body {
    background-attachment: fixed;
    background-color: #0c101d;
    background-color: var(--bg-color-body);
    background-image: var(--bg-image-body);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 1920px auto;
  }
}
.container {
  margin: 0 auto;
  padding: 0 8px;
  width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .container {
    padding: 0 16px;
  }
}
#pushwooshBellWidget,
#supportTrigger {
  display: none !important;
}
#pushwooshBellWidget {
  bottom: 60px !important;
  left: 20px !important;
  right: auto !important;
  top: auto !important;
}
.nuxt-progress {
  display: none;
}
.body--fullscreen-mode #__layout,
.body--fullscreen-mode #__nuxt {
  max-width: 100%;
}
#__layout,
#__nuxt {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 0 auto;
  max-width: 1360px;
  width: 100%;
}
img[src*='//semi-cod'] {
  height: 0;
  position: absolute;
  width: 0;
  z-index: -1;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.layout-wrapper[data-v-0e57029b] {
  background-color: #132648;
  margin: 0 auto;
  max-width: 1360px;
  width: 100%;
}
.layout-wrapper[data-v-0e57029b],
.main[data-v-0e57029b] {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.main[data-v-0e57029b] {
  position: relative;
}
.main.main--modal-only[data-v-0e57029b] {
  background-image: url(/_nuxt/img/layout-bg.7fd8e48.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.layout-wrapper--full-screen[data-v-0e57029b] {
  background-color: transparent;
  max-width: none;
}
.layout-wrapper--btn-animation[data-v-0e57029b] .v-button--registration,
[data-v-0e57029b] .shelf-info-btn__wrap--animated {
  animation: pulse-0e57029b 1.3s cubic-bezier(0.6, 0, 0, 1) 0.1s infinite;
}
.layout-wrapper--btn-animation[data-v-0e57029b] .v-button--registration.disabled,
.layout-wrapper--btn-animation[data-v-0e57029b] .v-button--registration:active,
.layout-wrapper--btn-animation[data-v-0e57029b] .v-button--registration:disabled,
[data-v-0e57029b] .shelf-info-btn__wrap--animated.disabled,
[data-v-0e57029b] .shelf-info-btn__wrap--animated:active,
[data-v-0e57029b] .shelf-info-btn__wrap--animated:disabled {
  animation: none;
}
@media (hover) {
  .layout-wrapper--btn-animation[data-v-0e57029b] .v-button--registration:hover,
  [data-v-0e57029b] .shelf-info-btn__wrap--animated:hover {
    animation: none;
  }
}
@keyframes pulse-0e57029b {
  0% {
    box-shadow: 0 0 0 0 #016817;
  }
  50% {
    box-shadow: 0 0 0 0 #016817;
    transform: scale(1);
  }
  75% {
    transform: scale(1.005);
  }
  to {
    box-shadow: 0 0 0 10px rgba(1, 104, 23, 0);
    transform: scale(1);
  }
}
.layout-wrapper__help-btn[data-v-0e57029b] {
  bottom: 40px;
  position: fixed;
  right: 0;
  z-index: 15;
}
.header__open-menu[data-v-2ad0724f] {
  -moz-user-select: none;
}
.header__login-btn .v-button[data-v-2ad0724f] {
  background: transparent;
  background-color: transparent;
  background-image: none;
  border: 2px solid #35bd52;
  border-radius: 20px;
  box-shadow: none;
  color: #9ba7ca;
  line-height: 36px;
  padding: 0 18px;
}
@media (hover) {
  .header__login-btn .v-button[data-v-2ad0724f]:hover {
    border-color: #67ce7d;
    box-shadow: none;
    color: #eef1f6;
  }
}
.header__login-btn .v-button[data-v-2ad0724f]:active {
  border-color: #016817;
  box-shadow: none;
  color: #9ba7ca;
}
.header__login-btn .v-button[data-v-2ad0724f]:after {
  content: none;
}
.disabled--btn .header__login-btn .v-button[data-v-2ad0724f],
.header__login-btn .disabled--btn .v-button[data-v-2ad0724f],
.header__login-btn .disabled.v-button[data-v-2ad0724f],
.header__login-btn [disabled].v-button[data-v-2ad0724f] {
  border-color: #273560;
  box-shadow: none;
  color: #3c4b6d;
}
.disabled--btn .header__login-btn .v-button[data-v-2ad0724f] .v-button__ico,
.header__login-btn .disabled--btn .v-button[data-v-2ad0724f] .v-button__ico,
.header__login-btn .disabled.v-button[data-v-2ad0724f] .v-button__ico,
.header__login-btn [disabled].v-button[data-v-2ad0724f] .v-button__ico {
  opacity: 0.3;
}
.header[data-v-2ad0724f] {
  height: 56px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .header[data-v-2ad0724f] {
    height: 72px;
  }
}
.header .sum-select__employee[data-v-2ad0724f] {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .header[data-v-2ad0724f] {
    display: block;
  }
}
.header__wrap[data-v-2ad0724f] {
  background: #132648;
  box-shadow:
    0 4px 8px 3px rgba(0, 0, 0, 0.15),
    0 1px 3px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  height: inherit;
  left: 0;
  margin: auto;
  max-width: 1360px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  will-change: transform;
  z-index: 12;
}
.header__container[data-v-2ad0724f] {
  display: flex;
  height: 100%;
  margin: 0 auto;
  padding: 0 8px;
  width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .header__container[data-v-2ad0724f] {
    padding: 0 16px;
  }
}
.header__wrap--is-logged .header__logo[data-v-2ad0724f] {
  display: none;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .header__wrap--is-logged .header__logo[data-v-2ad0724f] {
    display: block;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: landscape) {
  .header__wrap--is-logged .header__logo[data-v-2ad0724f] {
    display: none;
  }
}
.header__wrap--transparent[data-v-2ad0724f] {
  background: linear-gradient(180deg, #132648 19.54%, rgba(19, 38, 72, 0.5) 122.22%);
}
.header__wrap--show-cookies[data-v-2ad0724f] {
  top: 54px;
}
.header__logo[data-v-2ad0724f] {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%);
}
.header__open-menu[data-v-2ad0724f] {
  align-items: center;
  display: flex;
  height: 100%;
  width: 44px;
}
@media screen and (min-width: 568px) {
  .header__open-menu[data-v-2ad0724f] {
    width: 56px;
  }
}
.header__dynamic-frame[data-v-2ad0724f],
.header__login-btn[data-v-2ad0724f],
.header__user-data[data-v-2ad0724f] {
  align-items: center;
  display: flex;
}
.header__dynamic-frame[data-v-2ad0724f] {
  margin-left: auto;
}
.header__skeleton-wrapper[data-v-2ad0724f] {
  border-radius: 20px;
  height: 40px;
  width: 252px;
}
.header__login-btn[data-v-2ad0724f] {
  height: 40px;
  width: 40px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .header__login-btn[data-v-2ad0724f] {
    width: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .header__login-btn[data-v-2ad0724f] {
    width: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .header__login-btn[data-v-2ad0724f] {
    margin-left: 8px;
    width: 80px;
  }
}
@media screen and (min-width: 568px) {
  .header--inbox-open[data-v-2ad0724f] {
    z-index: 16;
  }
}
.header__language-popup-button[data-v-2ad0724f] {
  display: none;
}
@media screen and (min-width: 375px) {
  .header__language-popup-button[data-v-2ad0724f] {
    align-items: center;
    display: flex;
    margin-left: 8px;
    margin-right: 8px;
    width: 45px;
  }
}
@media screen and (min-width: 568px) {
  .header__language-popup-button[data-v-2ad0724f] {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .header__language-popup-button[data-v-2ad0724f] {
    margin-right: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1090px) {
  .header__language-popup-button[data-v-2ad0724f] {
    display: none;
  }
}
.header__logo--link[data-v-2ad0724f] {
  display: block;
  height: 48px;
  margin: 2px 0;
  max-width: 180px;
  padding: 2px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .header__logo--link[data-v-2ad0724f] {
    height: 64px;
    margin: 4px 0;
  }
}
.header__logo--pic[data-v-2ad0724f],
.header__logo--pic[data-v-2ad0724f] img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.menu-button[data-v-305858f7] {
  background: #22375d;
  border-radius: 50%;
  color: #9ba7ca;
  display: block;
  height: 40px;
  position: relative;
  width: 40px;
}
.menu-button[data-v-305858f7] {
    display: none;
  background: #22375d;
  border-radius: 50%;
  color: #9ba7ca;
  display: block;
  height: 40px;
  position: relative;
  width: 40px;
}
@media (hover) {
  .menu-button:hover .menu-button__bg[data-v-305858f7] {
    background: #364f7d;
  }
}
.menu-button:active .menu-button__bg[data-v-305858f7] {
  background: #11192d;
}
.menu-button .menu-button__decor[data-v-305858f7]:after,
.menu-button .menu-button__decor[data-v-305858f7]:before,
.menu-button[data-v-305858f7]:after {
  background-color: currentcolor;
  border-radius: 2px;
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition:
    transform 0.3s,
    opacity 0.3s;
  width: 22px;
}
.menu-button .menu-button__decor[data-v-305858f7]:after {
  transform: translateY(-5px);
}
.menu-button .menu-button__decor[data-v-305858f7]:before {
  transform: translateY(5px);
}
.menu-button.menu-button--empty[data-v-305858f7] {
  background-image: none;
}
.menu-button.menu-button--empty[data-v-305858f7]:after {
  display: none;
}
.menu-button.menu-button--active[data-v-305858f7]:after {
  opacity: 0;
}
.menu-button.menu-button--active .menu-button__decor[data-v-305858f7]:after {
  transform: rotate(45deg);
}
.menu-button.menu-button--active .menu-button__decor[data-v-305858f7],
.menu-button.menu-button--active .menu-button__decor[data-v-305858f7]:before {
  transform: rotate(-45deg);
}
.menu-button__bg[data-v-305858f7] {
  background: #22375d;
  border-radius: inherit;
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
  will-change: transform;
}
.menu-button__message[data-v-305858f7] {
  position: absolute;
  right: -8px;
  top: -8px;
}
.header-nav {
  height: 100%;
  z-index: 3;
}
.header-nav__list {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
}
.icon-games {
  background-image: url(/_nuxt/img/games.e701f4d.svg);
}
.icon-gift-menu {
  background-image: url(/_nuxt/img/gift-menu.8390d57.svg);
}
.icon-actions {
  background-image: url(/_nuxt/img/actions.e746b5e.svg);
}
.header-nav-item {
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 8px;
  position: relative;
  z-index: 0;
}
.header-nav-item:active .header-nav__link-text {
  color: #eef1f6;
}
@media screen and (min-width: 568px) {
  .header-nav-item {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .header-nav-item {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav-item {
    flex: auto;
    height: auto;
  }
  .header-nav-item:not(:last-child) {
    margin-right: 16px;
  }
}
@media (hover) {
  .header-nav-item:not(.header-nav-item--active):not(:active):hover .header-nav-item__link-decor:before {
    background: #ffc633;
    bottom: -14px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 88px;
    z-index: 1;
  }
  .header-nav-item:not(.header-nav-item--active):not(:active):hover .header-nav-item__link-text {
    color: #eef1f6;
  }
}
.header-nav-item--active .header-nav-item__link-decor:before {
  background: #ffc633;
  bottom: -14px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 88px;
  z-index: 1;
}
.header-nav-item--active .header-nav-item__link-text {
  color: #eef1f6;
}
.header-nav-item__link {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  position: relative;
  width: 60px;
}
@media screen and (min-width: 360px) {
  .header-nav-item__link {
    width: 74px;
  }
}
@media screen and (min-width: 568px) {
  .header-nav-item__link {
    width: 88px;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .header-nav-item__link {
    flex-direction: row;
    justify-content: center;
    width: 128px;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav-item__link {
    height: 40px;
    justify-content: flex-start;
    width: 100%;
  }
}
.header-nav-item__link-ico {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  flex-shrink: 0;
  height: 24px;
  margin: 0 auto;
  width: 24px;
  z-index: 3;
}
.header-nav-item__link-ico:after {
  will-change: transform;
}
.header-nav-item__link-ico.header-nav-item__link-ico--active {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header-nav-item__link-ico {
    height: 24px;
    margin: 0;
    width: 24px;
  }
}
.header-nav-item__link-text {
  align-items: flex-end;
  color: #9ba7ca;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 16px;
  letter-spacing: 0.32px;
  line-height: 20px;
  text-transform: none;
  z-index: 2;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 1024px) {
  .header-nav-item__link-text {
    display: block;
    flex-grow: 1;
    height: auto;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .header-nav-item__link-text {
    display: block;
    flex-grow: 1;
    height: auto;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav-item__link-text {
    flex-grow: 0;
    padding-left: 8px;
    padding-right: 4px;
    width: auto;
  }
}
.header-nav-item__link-text-wrap {
  position: relative;
}
.header-nav-item__link-decor {
  border-radius: 4px;
  bottom: 16px;
  color: #eef1f6;
  height: 44px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: auto;
  width: 44px;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 1024px) {
  .header-nav-item__link-decor {
    bottom: auto;
    height: 100%;
    top: 0;
    width: auto;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .header-nav-item__link-decor {
    bottom: auto;
    height: 100%;
    top: 0;
    width: auto;
  }
}
.header-nav-item__message {
  color: #eef1f6;
  position: absolute;
  right: -8px;
  top: -14px;
  z-index: 1;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 1024px) {
  .header-nav-item__message {
    top: -8px;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .header-nav-item__message {
    top: -8px;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav-item__message {
    right: -16px;
  }
}
.icon-register-bonus[data-v-ae4f632c] {
  background-image: url(/_nuxt/img/register-bonus.ea1bfc1.svg);
}
.registration-block-header[data-v-ae4f632c] {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-left: auto;
}
.registration-block-header__decor[data-v-ae4f632c] {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 8px;
  width: 100%;
}
.registration-block-header__panel[data-v-ae4f632c] {
  border-radius: 20px;
  min-width: 277px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1360px) {
  .registration-block-header__panel[data-v-ae4f632c] {
    min-width: 301px;
  }
}
.registration-block-header__wrapper[data-v-ae4f632c] {
  align-items: center;
  border-radius: inherit;
  display: flex;
  padding-left: 12px;
  position: relative;
  z-index: 0;
}
.registration-block-header__wrapper[data-v-ae4f632c]:before {
  background-color: #11192d;
  border-radius: inherit;
  content: '';
  height: calc(100% - 2px);
  left: 1px;
  position: absolute;
  top: 1px;
  width: calc(100% - 2px);
  z-index: -1;
}
.registration-block-header__bonus-img[data-v-ae4f632c] {
  display: none;
}
@media screen and (min-width: 1360px) {
  .registration-block-header__bonus-img[data-v-ae4f632c] {
    display: block;
    height: 24px;
    margin-left: 4px;
    width: 24px;
  }
}
.registration-block-header__bonus-text[data-v-ae4f632c] {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
  margin-right: 12px;
}
.registration-block-header__bonus-headline[data-v-ae4f632c] {
  color: #ffc633;
  font-size: 12px;
  line-height: 16px;
}
.registration-block-header__bonus-headline[data-v-ae4f632c],
.registration-block-header__condition[data-v-ae4f632c] {
  font-family: Arial, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}
.registration-block-header__condition[data-v-ae4f632c] {
  color: #9ba7ca;
  font-size: 10px;
  line-height: 12px;
  width: 100%;
}
.registration-block-header__bonus-btn[data-v-ae4f632c] {
  margin-left: auto;
}
.icon-loader {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJxSURBVHgB7ZjrUcJAFIVvwptf0gF2gBWQDoQK1Aq0A6QCtQKwArQCsQK1AtOB/OH98hwnMGuGjYkEs+Pkm9nZQHbC4ezuvXcjkpKSkhKEJXuyXq+PZrOZg76Oj85qtTrybg0ymUy7UCg8SIz8WvB4PK5alnUJgVcQu3MMBA+KxWJFYiQrEaGj0+n0GkLPFDd3gvuvEjORBNPVyWTSgRBHM2QA1wfs8cdecX0vMRN6SWCd1pbLZQ9iq98eYH094jaXyz1ks9k3T3Cy0Fm09+FwuN600WjEvgMnq/KHhFoSENVThdFVbKgGIsCjmAacvVadRfuYz+d1MREuBW/qtw2b7lISxA66iWXwLcbatt1FXL2TBAmMEnR3I5jrFu24VCq5kiBah5EcGqq7ENtNWizRCvZqgy2Ms2IAWsFqgmAyQBh7FgMI2nS1zQUFHzqDeWm/h33zxGvdOG3i8FVgrhyeFlJ/w/vtHrqTXYOCHFYddeXAYAbVGdVWgVqHUew0kXpvWNNiPbflwPxUqhoFa2ymfKWwetGNtcUAeMRCt3UYGbWvG2uEYHCqfkBd3dcN3PsQui8sW1lrqyVAuVzW6krcYcTelq/AuhVTwea68p9igpJGokCYo0YGNnzXEhOBsHPfKSYwlKn86RrmdPPgiiTRUb/HRnPRmmGeEflFSlSYFOCeA0F1nmD89ykWYayZz+fdMM+LPazhgOogEZwhpdco1ku5O9MuEwSixEWlUnElJLELxpSz0mr8MIz1dRe1Sjtq2Rr7koCAqu7lIJMC4yzaPZbAr967xe4wz4KLxaKllIh0sA9H+xD5bMSrrJSUlH/MJ0ggjXziLf8OAAAAAElFTkSuQmCC);
}
.icon-google-play {
  background-image: url(/_nuxt/img/google-play.1098615.png);
}
.icon-google-play-active {
  background-image: url(/_nuxt/img/google-play-active.1098615.png);
}
.icon-payment {
  background-image: url(/_nuxt/img/payment.008956f.svg);
}
.icon-back-game {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik04LjMyODUgMTEuOTg1M0wxNC42OTI1IDE4LjM0OTJDMTUuMDgzIDE4LjczOTggMTUuMDgzIDE5LjM3MjkgMTQuNjkyNSAxOS43NjM1QzE0LjMwMTkgMjAuMTU0IDEzLjY2ODggMjAuMTU0IDEzLjI3ODIgMTkuNzYzNUw1LjUwMDA3IDExLjk4NTNMMTMuMjc4MiA0LjIwNzExQzEzLjY2ODggMy44MTY1OCAxNC4zMDE5IDMuODE2NTggMTQuNjkyNSA0LjIwNzExQzE1LjA4MyA0LjU5NzYzIDE1LjA4MyA1LjIzMDggMTQuNjkyNSA1LjYyMTMyTDguMzI4NSAxMS45ODUzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}
.v-button {
  align-items: center;
  border-radius: 20px;
  color: #eef1f6;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.32px;
  line-height: 24px;
  min-width: 80px;
  padding: 0 16px;
  position: relative;
  text-align: center;
  text-transform: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  z-index: 0;
}
.v-button.v-button--full {
  min-width: 100%;
}
.v-button.v-button--long,
.v-button.v-button--long-response {
  min-width: 200px;
}
@media screen and (max-width: 1023px) {
  .v-button.v-button--long-response {
    min-width: auto;
  }
}
@media screen and (max-width: 1023px) and (min-width: 480px) {
  .v-button.v-button--long-response {
    min-width: 200px;
  }
}
.v-button.v-button--big,
.v-button.v-button--big-response {
  min-width: 200px;
}
@media screen and (max-width: 1023px) {
  .v-button.v-button--big-response {
    min-width: 200px;
  }
}
.v-button.v-button--full-width {
  padding: 0;
  width: 100%;
}
.v-button.disabled,
.v-button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
}
.v-button.v-button--mob-icon {
  box-shadow: none;
  height: 100%;
  min-width: 0;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 1360px) {
  .v-button.v-button--mob-icon {
    min-width: 80px;
    padding: 0 16px;
  }
}
.v-button__btn-pseudo {
  background-position:
    0 0,
    100% 0;
  background-repeat: no-repeat;
  opacity: 0;
  width: 100%;
}
.v-button__btn-pseudo,
.v-button__btn-pseudo:after {
  background-size: auto 40px;
  height: 100%;
  position: absolute;
}
.v-button__btn-pseudo:after {
  background-repeat: repeat-x;
  content: '';
  left: 19px;
  margin: auto;
  right: 19px;
  top: 0;
  z-index: 2;
}
.v-button__ico-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.v-button__ico-wrap--mob-icon {
  height: 24px;
  width: 24px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .v-button__ico-wrap--mob-icon {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .v-button__ico-wrap--mob-icon {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .v-button__ico-wrap--mob-icon {
    display: none;
  }
}
.v-button__ico-wrap--big {
  height: 24px;
  margin-right: 4px;
  width: 24px;
}
.v-button__ico {
  height: 24px;
  width: 24px;
}
.v-button__ico--absolute {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.v-button__ico--animate-rotate {
  animation: load 1.2s linear infinite;
}
@keyframes load {
  to {
    transform: rotate(1turn);
  }
}
.v-button__label {
  padding: 0 4px;
  position: relative;
  z-index: 2;
}
.v-button__label--hide-mob,
.v-button__label:empty {
  display: none;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .v-button__label--hide-mob {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .v-button__label--hide-mob {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .v-button__label--hide-mob {
    display: flex;
  }
}
.icon-btn-login {
  background-image: url(/_nuxt/img/btn-login.0277841.svg);
}
.home[data-v-59ec73fb] {
  display: flex;
  flex-direction: column;
}
.home__promo-text[data-v-59ec73fb] {
  padding: 32px 0;
}
.main-rotator-slider-wrap[data-v-271b94af] {
  height: 300px;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 1024px) {
  .main-rotator-slider-wrap[data-v-271b94af] {
    height: 236px;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .main-rotator-slider-wrap[data-v-271b94af] {
    height: 480px;
  }
}
@media screen and (min-width: 1024px) {
  .main-rotator-slider-wrap[data-v-271b94af] {
    height: 470px;
  }
}
.main-rotator-slider-wrap--minus[data-v-271b94af] {
  margin-top: -54px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .main-rotator-slider-wrap--minus[data-v-271b94af] {
    margin-top: -72px;
  }
}
.main-rotator-slider-wrap--home[data-v-271b94af] {
  height: 375px;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 1024px) {
  .main-rotator-slider-wrap--home[data-v-271b94af] {
    height: 246px;
  }
}
@media screen and (min-width: 375px) {
  .main-rotator-slider-wrap--home[data-v-271b94af] {
    height: 428px;
  }
}
@media screen and (min-width: 568px) {
  .main-rotator-slider-wrap--home[data-v-271b94af] {
    height: 246px;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .main-rotator-slider-wrap--home[data-v-271b94af] {
    height: 332px;
  }
}
@media screen and (min-width: 1024px) {
  .main-rotator-slider-wrap--home[data-v-271b94af] {
    height: 412px;
  }
}
@media screen and (min-width: 1360px) {
  .main-rotator-slider-wrap--home[data-v-271b94af] {
    height: 472px;
  }
}
.main-rotator-slider-wrap--games[data-v-271b94af] {
  height: 187px;
}
@media screen and (min-width: 360px) {
  .main-rotator-slider-wrap--games[data-v-271b94af] {
    height: 202px;
  }
}
@media screen and (min-width: 375px) {
  .main-rotator-slider-wrap--games[data-v-271b94af] {
    height: 206px;
  }
}
@media screen and (min-width: 410px) {
  .main-rotator-slider-wrap--games[data-v-271b94af] {
    height: 220px;
  }
}
@media screen and (min-width: 568px) {
  .main-rotator-slider-wrap--games[data-v-271b94af] {
    height: 246px;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .main-rotator-slider-wrap--games[data-v-271b94af] {
    height: 332px;
  }
}
@media screen and (min-width: 1024px) {
  .main-rotator-slider-wrap--games[data-v-271b94af] {
    height: 412px;
  }
}
@media screen and (min-width: 1360px) {
  .main-rotator-slider-wrap--games[data-v-271b94af] {
    height: 472px;
  }
}
.icon-rotator-arrow-l {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik04LjgyODQzIDExLjk4NTFMMTUuMTkyNCAxOC4zNDkxQzE1LjU4MjkgMTguNzM5NiAxNS41ODI5IDE5LjM3MjggMTUuMTkyNCAxOS43NjMzQzE0LjgwMTkgMjAuMTUzOCAxNC4xNjg3IDIwLjE1MzggMTMuNzc4MiAxOS43NjMzTDYgMTEuOTg1MUwxMy43NzgyIDQuMjA2OTZDMTQuMTY4NyAzLjgxNjQzIDE0LjgwMTkgMy44MTY0MyAxNS4xOTI0IDQuMjA2OTZDMTUuNTgyOSA0LjU5NzQ4IDE1LjU4MjkgNS4yMzA2NCAxNS4xOTI0IDUuNjIxMTdMOC44Mjg0MyAxMS45ODUxWiIgZmlsbD0iIzlCQTdDQSIvPgo8L3N2Zz4K);
}
.icon-rotator-arrow-r {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNS4xNTY5IDEyLjAwMDNMOC43OTI4OSAxOC4zNjQyQzguNDAyMzcgMTguNzU0OCA4LjQwMjM3IDE5LjM4NzkgOC43OTI4OSAxOS43Nzg0QzkuMTgzNDIgMjAuMTY5IDkuODE2NTggMjAuMTY5IDEwLjIwNzEgMTkuNzc4NEwxNy45ODUzIDEyLjAwMDNMMTAuMjA3MSA0LjIyMjA5QzkuODE2NTggMy44MzE1NyA5LjE4MzQyIDMuODMxNTcgOC43OTI4OSA0LjIyMjA5QzguNDAyMzcgNC42MTI2MiA4LjQwMjM3IDUuMjQ1NzggOC43OTI4OSA1LjYzNjMxTDE1LjE1NjkgMTIuMDAwM1oiIGZpbGw9IiM5QkE3Q0EiLz4KPC9zdmc+Cg==);
}
.main-rotator-slider {
  height: 100%;
  position: relative;
}
.main-rotator-slider__item {
  background-color: #0c101d;
  box-sizing: border-box;
}
.main-rotator-slider__wrapper {
  background-color: #0c101d;
  height: 100%;
  width: 100%;
}
.main-rotator-slider__item-content {
  display: block;
  height: 100%;
  width: 100%;
}
.main-rotator-slider__main-ban {
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}
.main-rotator-slider__main-ban:after {
  background: linear-gradient(90deg, #0c101d, rgba(12, 16, 29, 0.6) 50%, #0c101d), linear-gradient(180deg, #0c101d, rgba(12, 16, 29, 0) 16%);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.main-rotator-slider__main-ban img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.main-rotator-slider__pagination {
  bottom: 0;
  display: flex;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.main-rotator-slider__pagination-dot {
  background-color: #9ba7ca;
  border-radius: 8px;
  cursor: pointer;
  flex-grow: 1;
  font-size: 0;
  height: 4px;
  margin-top: 12px;
  opacity: 0.3;
  transition: opacity 0.3s;
}
.main-rotator-slider__pagination-dot:not(:last-child) {
  margin-right: 4px;
}
.main-rotator-slider__pagination-dot:only-child {
  display: none;
}
.main-rotator-slider__pagination-dot--active {
  opacity: 1;
}
.main-rotator-slider__button-wrap {
  display: none;
  padding: 0 16px;
  position: absolute;
  transform: translateY(50%);
  z-index: 1;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .main-rotator-slider__button-wrap {
    bottom: 0;
    display: flex;
    height: 0;
    justify-content: space-between;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .main-rotator-slider__button-wrap {
    bottom: 13px;
    height: auto;
    padding: 16px;
    right: auto;
    top: auto;
    transform: none;
    width: auto;
  }
}
@media screen and (min-width: 1360px) {
  .main-rotator-slider__button-wrap {
    bottom: 13px;
    left: 50px;
    padding: 16px 32px;
    right: auto;
  }
}
.main-rotator-slider__arrow {
  border-radius: 100px;
  height: 36px;
  padding: 4px;
  position: relative;
  width: 36px;
}
@media screen and (min-width: 1024px) {
  .main-rotator-slider__arrow:not(:last-child) {
    margin-right: 16px;
  }
}
.main-rotator-slider__arrow:after,
.main-rotator-slider__arrow:before {
  content: '';
  height: 250%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200%;
}
@media screen and (min-width: 1024px) {
  .main-rotator-slider__arrow:after,
  .main-rotator-slider__arrow:before {
    display: none;
  }
  .main-rotator-slider__arrow {
    position: static;
  }
}
@media (hover) {
  .main-rotator-slider__arrow:hover {
    background: #364f7d;
  }
}
.main-rotator-slider__arrow--next,
.main-rotator-slider__arrow--prev {
  background: #22375d;
}
.main-rotator-slider__desc {
  align-items: center;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 1024px) {
  .main-rotator-slider__desc {
    align-items: flex-start;
    bottom: 40px;
    left: 0;
    padding-left: 8px;
    width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .main-rotator-slider__desc {
    align-items: flex-start;
    bottom: 128px;
    left: 0;
    padding-left: 16px;
    width: 645px;
  }
}
@media screen and (min-width: 1360px) {
  .main-rotator-slider__desc {
    padding-left: 84px;
    width: 800px;
  }
}
.main-rotator-slider__btn-wrap {
  width: 200px;
}
.main-rotator-slider__btn.v-button {
  width: 100%;
}
.main-rotator-slider__title,
.main-rotator-slider__title-2 {
  color: #eef1f6;
  font-family: 'Google Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  text-transform: none;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .main-rotator-slider__title,
  .main-rotator-slider__title-2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 28px;
    text-transform: none;
  }
}
@media screen and (min-width: 1360px) {
  .main-rotator-slider__title,
  .main-rotator-slider__title-2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 32px;
    text-transform: none;
  }
}
@media screen and (min-width: 768px) {
  .main-rotator-slider__title,
  .main-rotator-slider__title-2 {
    text-align: left;
  }
}
.main-rotator-slider__title-2:first-letter,
.main-rotator-slider__title:first-letter {
  text-transform: uppercase;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 1024px) {
  .main-rotator-slider__title,
  .main-rotator-slider__title-2 {
    text-align: center;
  }
}
.main-rotator-slider__text {
  color: #ffc633;
  font-family: 'Google Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 28px;
  margin-bottom: 8px;
  overflow: hidden;
  text-align: center;
  text-transform: none;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .main-rotator-slider__text {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 40px;
    text-transform: none;
  }
}
@media screen and (min-width: 1360px) {
  .main-rotator-slider__text {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 52px;
    text-transform: none;
  }
}
.main-rotator-slider__text:first-letter {
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .main-rotator-slider__text {
    margin-bottom: 16px;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .main-rotator-slider__text {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 1024px) {
  .main-rotator-slider__text {
    margin-bottom: 16px;
    max-width: 508px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .main-rotator-slider__logo-wrap {
    margin-bottom: 8px;
  }
}
.main-rotator-slider__logo img {
  height: 40px;
  width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .main-rotator-slider__logo img {
    height: 60px;
    width: 100%;
  }
}
.main-rotator-slider__pic-wrap:before {
  background: #080b11;
  bottom: 0;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 54px;
  z-index: 2;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 1024px) {
  .main-rotator-slider__pic-wrap:before {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .main-rotator-slider__pic-wrap:before {
    display: none;
  }
}
.main-rotator-slider__pic img {
  bottom: 27px;
  height: 212px;
  left: 0;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
  opacity: 0;
  position: absolute;
  right: 0;
  transition:
    transform 1s,
    opacity 1s;
  width: 300px;
  z-index: 1;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 1024px) {
  .main-rotator-slider__pic img {
    bottom: 0;
    height: 165px;
    left: auto;
    right: 8px;
    width: 233px;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .main-rotator-slider__pic img {
    bottom: 42px;
    height: 350px;
    width: 494px;
  }
}
@media screen and (min-width: 1024px) {
  .main-rotator-slider__pic img {
    bottom: 0;
    height: 346px;
    left: auto;
    right: 16px;
    width: 488px;
  }
}
@media screen and (min-width: 1360px) {
  .main-rotator-slider__pic img {
    height: 380px;
    right: 84px;
    width: 536px;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .main-rotator-slider__pic-1 img {
    transform: translateY(5%);
  }
  .main-rotator-slider__pic-2 img {
    transform: translateX(5%) translateY(5%);
  }
  .main-rotator-slider__pic-3 img {
    transform: translateX(-5%) translateY(5%);
  }
}
.main-rotator-slider__item--active.main-rotator-slider__item--active[style*='opacity: 1'],
.swiper-slide-duplicate-active.main-rotator-slider__item--active[style*='opacity: 1'] {
  animation: index 0.5s;
  pointer-events: auto;
}
.main-rotator-slider__item--active .main-rotator-slider__pic img,
.swiper-slide-duplicate-active .main-rotator-slider__pic img {
  opacity: 1;
  transform: translate(0);
}
@keyframes index {
  to {
    z-index: 222;
  }
}
.main-rotator-slider--home .main-rotator-slider__pic-wrap:before {
  display: none;
}
.main-rotator-slider--home .main-rotator-slider__pic img {
  bottom: auto;
  height: 160px;
  top: 62px;
  width: 227px;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 1024px) {
  .main-rotator-slider--home .main-rotator-slider__pic img {
    bottom: 0;
    height: 180px;
    left: 16px;
    margin: 0;
    right: auto;
    top: auto;
    width: 254px;
  }
}
@media screen and (min-width: 375px) {
  .main-rotator-slider--home .main-rotator-slider__pic img {
    height: 212px;
    width: 300px;
  }
}
@media screen and (min-width: 568px) {
  .main-rotator-slider--home .main-rotator-slider__pic img {
    bottom: 0;
    height: 180px;
    left: 16px;
    margin: 0;
    top: auto;
    width: 254px;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .main-rotator-slider--home .main-rotator-slider__pic img {
    height: 240px;
    left: auto;
    right: 48px;
    width: 339px;
  }
}
@media screen and (min-width: 1024px) {
  .main-rotator-slider--home .main-rotator-slider__pic img {
    height: 320px;
    left: auto;
    right: 48px;
    width: 450px;
  }
}
@media screen and (min-width: 1360px) {
  .main-rotator-slider--home .main-rotator-slider__pic img {
    height: 380px;
    right: 84px;
    width: 536px;
  }
}
.main-rotator-slider--home .main-rotator-slider__desc {
  bottom: 20px;
}
@media screen and (min-width: 568px) {
  .main-rotator-slider--home .main-rotator-slider__desc {
    bottom: 30px;
    left: auto;
    right: 16px;
    width: 274px;
  }
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 1024px) {
  .main-rotator-slider--home .main-rotator-slider__desc {
    align-items: center;
    bottom: 30px;
    left: auto;
    padding-left: 0;
    right: 16px;
    width: 274px;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .main-rotator-slider--home .main-rotator-slider__desc {
    align-items: flex-start;
    bottom: auto;
    left: 48px;
    right: auto;
    top: 104px;
    width: 325px;
  }
}
@media screen and (min-width: 1024px) {
  .main-rotator-slider--home .main-rotator-slider__desc {
    align-items: flex-start;
    bottom: auto;
    left: 48px;
    padding: 0;
    right: auto;
    top: 126px;
    width: 470px;
  }
}
@media screen and (min-width: 1360px) {
  .main-rotator-slider--home .main-rotator-slider__desc {
    left: 84px;
    top: 133px;
    width: 648px;
  }
}
.main-rotator-slider--home .main-rotator-slider__button-wrap {
  bottom: 40px;
  display: none;
  height: 36px;
  left: 48px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: auto;
  width: 88px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .main-rotator-slider--home .main-rotator-slider__button-wrap {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .main-rotator-slider--home .main-rotator-slider__button-wrap {
    bottom: 43px;
  }
}
@media screen and (min-width: 1360px) {
  .main-rotator-slider--home .main-rotator-slider__button-wrap {
    bottom: 50px;
    left: 84px;
  }
}
.main-rotator-slider--games .main-rotator-slider__pic-wrap {
  position: relative;
  width: 40%;
}
@media screen and (min-width: 568px) {
  .main-rotator-slider--games .main-rotator-slider__pic-wrap {
    width: 100%;
  }
}
.main-rotator-slider--games .main-rotator-slider__pic-wrap:before {
  display: none;
}
.main-rotator-slider--games .main-rotator-slider__pic img {
  bottom: 20px;
  left: 8px;
  max-width: 100%;
  right: auto;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 1024px) {
  .main-rotator-slider--games .main-rotator-slider__pic img {
    bottom: 0;
    height: 180px;
    left: 16px;
    margin: 0;
    right: auto;
    top: auto;
    width: 254px;
  }
}
@media screen and (min-width: 360px) {
  .main-rotator-slider--games .main-rotator-slider__pic img {
    max-height: 120px;
  }
}
@media screen and (min-width: 375px) {
  .main-rotator-slider--games .main-rotator-slider__pic img {
    max-height: 124px;
  }
}
@media screen and (min-width: 410px) {
  .main-rotator-slider--games .main-rotator-slider__pic img {
    max-height: 138px;
  }
}
@media screen and (min-width: 568px) {
  .main-rotator-slider--games .main-rotator-slider__pic img {
    bottom: 0;
    height: 180px;
    left: 16px;
    margin: 0;
    max-height: none;
    position: absolute;
    top: auto;
    width: 254px;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .main-rotator-slider--games .main-rotator-slider__pic img {
    height: 240px;
    left: auto;
    right: 48px;
    width: 339px;
  }
}
@media screen and (min-width: 1024px) {
  .main-rotator-slider--games .main-rotator-slider__pic img {
    height: 320px;
    left: auto;
    right: 48px;
    width: 450px;
  }
}
@media screen and (min-width: 1360px) {
  .main-rotator-slider--games .main-rotator-slider__pic img {
    height: 380px;
    right: 84px;
    width: 536px;
  }
}
.main-rotator-slider--games .main-rotator-slider__btn-wrap {
  width: 140px;
}
@media screen and (min-width: 568px) {
  .main-rotator-slider--games .main-rotator-slider__btn-wrap {
    width: 200px;
  }
}
.main-rotator-slider--games .main-rotator-slider__desc {
  bottom: 20px;
  left: auto;
  right: 8px;
  width: 180px;
}
@media screen and (min-width: 568px) {
  .main-rotator-slider--games .main-rotator-slider__desc {
    bottom: 28px;
    left: auto;
    right: 16px;
    width: 274px;
  }
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 1024px) {
  .main-rotator-slider--games .main-rotator-slider__desc {
    align-items: center;
    bottom: 32px;
    left: auto;
    padding-left: 0;
    right: 16px;
    width: 274px;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .main-rotator-slider--games .main-rotator-slider__desc {
    align-items: flex-start;
    bottom: auto;
    left: 48px;
    right: auto;
    top: 104px;
    width: 325px;
  }
}
@media screen and (min-width: 1024px) {
  .main-rotator-slider--games .main-rotator-slider__desc {
    align-items: flex-start;
    bottom: auto;
    left: 48px;
    padding: 0;
    right: auto;
    top: 126px;
    width: 470px;
  }
}
@media screen and (min-width: 1360px) {
  .main-rotator-slider--games .main-rotator-slider__desc {
    left: 84px;
    top: 133px;
    width: 648px;
  }
}
.main-rotator-slider--games .main-rotator-slider__button-wrap {
  bottom: 40px;
  display: none;
  height: 36px;
  left: 48px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: auto;
  width: 88px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .main-rotator-slider--games .main-rotator-slider__button-wrap {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .main-rotator-slider--games .main-rotator-slider__button-wrap {
    bottom: 43px;
  }
}
@media screen and (min-width: 1360px) {
  .main-rotator-slider--games .main-rotator-slider__button-wrap {
    bottom: 50px;
    left: 84px;
  }
}
.swiper-container {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-lazy-preloader {
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-lazy-preloader:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 120 120'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-linecap='round' stroke-width='11' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='/#a' opacity='.27'/%3E%3Cuse xlink:href='/#a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='/#a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='/#a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='/#a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='/#a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='/#a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='/#a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='/#a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='/#a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='/#a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='/#a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
}
.swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.home-lobby-games__btn[data-v-41924aa3] {
  display: flex;
  justify-content: center;
  padding-top: 16px;
}
.lobby-games__game-wrap[data-v-70bca3b4] {
  padding-top: 16px;
}
.lobby-games__game-list[data-v-70bca3b4] {
  padding: 0 8px;
}
@media screen and (min-width: 1024px) {
  .lobby-games__game-list[data-v-70bca3b4] {
    flex-grow: 1;
  }
}
.lobby-games__game-list--home[data-v-70bca3b4] {
  padding-bottom: 32px;
}
.icon-favorite[data-v-6b823974] {
  background-image: url(/_nuxt/img/favorite.99d9aec.svg);
}
.icon-favorite-active[data-v-6b823974] {
  background-image: url(/_nuxt/img/favorite-active.bc50b30.svg);
}
.icon-search[data-v-6b823974] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNi4wNTkxIDYuMDU5NDFDOC44MDUxNiAzLjMxMzUzIDEzLjI3NDYgMy4zMTM1MyAxNi4wMjA2IDYuMDU5NDFDMTguNDY2NyA4LjUwNTg4IDE4LjcyODYgMTIuMzEzNyAxNi44MTgzIDE1LjA1ODRDMTcuMDkxNiAxNS4xMTYxIDE3LjM1MjkgMTUuMjQ4OCAxNy41NjQyIDE1LjQ1OTZMMjEuNTYzNCAxOS40NTk2QzIyLjE0NTUgMjAuMDQgMjIuMTQ1NSAyMC45ODE3IDIxLjU2MzQgMjEuNTYzOEMyMC45ODM1IDIyLjE0NTQgMjAuMDQxOCAyMi4xNDU0IDE5LjQ1OSAyMS41NjM4TDE1LjQ1OTkgMTcuNTY1QzE1LjI0NzQgMTcuMzUyNSAxNS4xMTUyIDE3LjA5MTcgMTUuMDU3NSAxNi44MTg1QzEyLjMxMzIgMTguNzI3NSA4LjUwNDU0IDE4LjQ2NTYgNi4wNTkxIDE2LjAyMDlDMy4zMTM2MyAxMy4yNzQ0IDMuMzEzNjMgOC44MDU4OCA2LjA1OTEgNi4wNTk0MVpNNy41NjUzNyAxNC4zNjU3QzkuNDM5NyAxNi4yNDA1IDEyLjQ5MSAxNi4yNDA1IDE0LjM2NTkgMTQuMzY1N0MxNi4yNDA3IDEyLjQ5MDkgMTYuMjQwNyA5LjQ0MDI4IDE0LjM2NTkgNy41NjU0OEMxMi40OTEgNS42OTEyMyA5LjQzOTcgNS42OTEyMyA3LjU2NTM3IDcuNTY1NDhDNS42OTE1OCA5LjQ0MDI4IDUuNjkxNTggMTIuNDkwOSA3LjU2NTM3IDE0LjM2NTdaIiBmaWxsPSIjOUJBN0NBIi8+Cjwvc3ZnPgo=);
}
.icon-search-active[data-v-6b823974] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNi4wNTkxIDYuMDU5NDFDOC44MDUxNiAzLjMxMzUzIDEzLjI3NDYgMy4zMTM1MyAxNi4wMjA2IDYuMDU5NDFDMTguNDY2NyA4LjUwNTg4IDE4LjcyODYgMTIuMzEzNyAxNi44MTgzIDE1LjA1ODRDMTcuMDkxNiAxNS4xMTYxIDE3LjM1MjkgMTUuMjQ4OCAxNy41NjQyIDE1LjQ1OTZMMjEuNTYzNCAxOS40NTk2QzIyLjE0NTUgMjAuMDQgMjIuMTQ1NSAyMC45ODE3IDIxLjU2MzQgMjEuNTYzOEMyMC45ODM1IDIyLjE0NTQgMjAuMDQxOCAyMi4xNDU0IDE5LjQ1OSAyMS41NjM4TDE1LjQ1OTkgMTcuNTY1QzE1LjI0NzQgMTcuMzUyNSAxNS4xMTUyIDE3LjA5MTcgMTUuMDU3NSAxNi44MTg1QzEyLjMxMzIgMTguNzI3NSA4LjUwNDU0IDE4LjQ2NTYgNi4wNTkxIDE2LjAyMDlDMy4zMTM2MyAxMy4yNzQ0IDMuMzEzNjMgOC44MDU4OCA2LjA1OTEgNi4wNTk0MVpNNy41NjUzNyAxNC4zNjU3QzkuNDM5NyAxNi4yNDA1IDEyLjQ5MSAxNi4yNDA1IDE0LjM2NTkgMTQuMzY1N0MxNi4yNDA3IDEyLjQ5MDkgMTYuMjQwNyA5LjQ0MDI4IDE0LjM2NTkgNy41NjU0OEMxMi40OTEgNS42OTEyMyA5LjQzOTcgNS42OTEyMyA3LjU2NTM3IDcuNTY1NDhDNS42OTE1OCA5LjQ0MDI4IDUuNjkxNTggMTIuNDkwOSA3LjU2NTM3IDE0LjM2NTdaIiBmaWxsPSIjOUJBN0NBIi8+Cjwvc3ZnPgo=);
}
.icon-last-games[data-v-6b823974] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNS4xNDk5IDUuNjA0NDlIMTkuMTQ5OVYxNS42MDQ1SDUuMTQ5OUw1LjE0OTkgNS42MDQ0OVpNMy4xNDk5IDUuNjA0NDlDMy4xNDk5IDQuNDk5OTIgNC4wNDUzMyAzLjYwNDQ5IDUuMTQ5OSAzLjYwNDQ5SDE5LjE0OTlDMjAuMjU0NSAzLjYwNDQ5IDIxLjE0OTkgNC40OTk5MiAyMS4xNDk5IDUuNjA0NDlWMTkuNjA0NUMyMS4xNDk5IDIwLjcwOTEgMjAuMjU0NSAyMS42MDQ1IDE5LjE0OTkgMjEuNjA0NUg1LjE0OTlDNC4wNDUzMyAyMS42MDQ1IDMuMTQ5OSAyMC43MDkxIDMuMTQ5OSAxOS42MDQ1VjUuNjA0NDlaTTcuMTQ5OSA3LjYwNDQ5SDkuMTQ5OVY5LjYwNDQ5SDcuMTQ5OVY3LjYwNDQ5Wk05LjE0OTkgMTEuNjA0NUg3LjE0OTlWMTMuNjA0NUg5LjE0OTlWMTEuNjA0NVpNMTEuMTQ5OSA3LjYwNDQ5SDEzLjE0OTlWOS42MDQ0OUgxMS4xNDk5VjcuNjA0NDlaTTEzLjE0OTkgMTEuNjA0NUgxMS4xNDk5VjEzLjYwNDVIMTMuMTQ5OVYxMS42MDQ1Wk0xNS4xNDk5IDcuNjA0NDlIMTcuMTQ5OVY5LjYwNDQ5SDE1LjE0OTlWNy42MDQ0OVpNMTcuMTQ5OSAxMS42MDQ1SDE1LjE0OTlWMTMuNjA0NUgxNy4xNDk5VjExLjYwNDVaIiBmaWxsPSIjOUVEM0ZBIi8+Cjwvc3ZnPgo=);
}
.icon-last-games-active[data-v-6b823974] {
  background-image: url(/_nuxt/img/last-games-active.7a271fe.svg);
}
.nav-tabs[data-v-6b823974] {
  background: #0c101d;
  display: flex;
  position: relative;
  width: 100%;
}
.nav-tabs-scroll[data-v-6b823974] {
  height: 40px;
  overflow: hidden;
}
.nav-tabs-scroll .nav-tabs[data-v-6b823974] {
  overflow-x: auto;
  overflow-y: hidden;
  overflow: auto hidden;
  padding-bottom: 24px;
}
.nav-tabs-scroll .nav-tabs__btn[data-v-6b823974]:not(.nav-tabs__btn--icon) {
  flex-shrink: 0;
}
.nav-tabs-scroll--sticky[data-v-6b823974] {
  height: 48px;
  left: 0;
  margin-top: 0;
  overflow: hidden;
  padding-top: 8px;
  position: sticky;
  top: 55px;
  z-index: 3;
}
.nav-tabs-scroll--sticky[data-v-6b823974]:before {
  background-color: #0c101d;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .nav-tabs-scroll--sticky[data-v-6b823974] {
    top: 72px;
  }
}
.nav-tabs-scroll--cookie[data-v-6b823974] {
  top: 108px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .nav-tabs-scroll--cookie[data-v-6b823974] {
    top: 126px;
  }
}
.nav-tabs-scroll--hello-bar[data-v-6b823974] {
  top: 118px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .nav-tabs-scroll--hello-bar[data-v-6b823974] {
    top: 136px;
  }
}
.nav-tabs-scroll--padding-top[data-v-6b823974] {
  background: #0c101d;
  height: 48px;
  padding-top: 8px;
}
.nav-tabs-scroll--margin-minus[data-v-6b823974] {
  margin-left: -8px;
  margin-right: -8px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .nav-tabs-scroll--margin-minus[data-v-6b823974] {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.nav-tabs__btn[data-v-6b823974] {
  align-items: center;
  background: #11192d;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #9ba7ca;
  display: flex;
  flex: 1;
  flex-basis: 100px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  letter-spacing: normal;
  line-height: 20px;
  margin-right: 2px;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
}
.nav-tabs__btn[data-v-6b823974]:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .nav-tabs__btn[data-v-6b823974]:nth-child(-n + 2) {
    position: sticky;
    z-index: 2;
  }
  .nav-tabs__btn[data-v-6b823974]:first-child {
    border-right: 2px solid #0c101d;
    left: 0;
    margin-right: 0;
  }
  .nav-tabs__btn[data-v-6b823974]:nth-child(2) {
    left: 48px;
  }
}
[data-v-6b823974] .nav-tabs__btn--last-games {
  background: #015898;
  color: #9ed3fa;
  min-width: 125px;
}
[data-v-6b823974] .nav-tabs__btn--last-games .nav-tabs__name.nav-tabs__name {
  display: block;
  margin-left: 4px;
}
[data-v-6b823974] .nav-tabs__btn--active {
  background: #132648;
  color: #eef1f6;
}
.nav-tabs__btn--icon[data-v-6b823974] {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0;
  width: 48px;
}
.nav-tabs__btn--icon .nav-tabs__name[data-v-6b823974] {
  display: none;
}
.nav-tabs__btn-icon[data-v-6b823974] {
  flex-shrink: 0;
  height: 24px;
  position: relative;
  width: 24px;
}
.nav-tabs__icon[data-v-6b823974] {
  left: 0;
  position: absolute;
  top: 0;
}
.nav-tabs-scroll.nav-tabs-scroll--skeleton-grid[data-v-6b823974] {
  display: grid;
  grid-auto-rows: 0;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-template-rows: 16px;
  padding: 8px 8px 0;
  z-index: 0;
  grid-column-gap: 8px;
  box-sizing: content-box;
  height: 16px;
  margin-top: 0;
}
.nav-tabs__btn-text--not-iphone-5[data-v-6b823974] {
  display: block;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation: portrait) {
  .nav-tabs__btn-text--not-iphone-5[data-v-6b823974] {
    display: none;
  }
}
.nav-tabs__btn-text--iphone-5[data-v-6b823974] {
  display: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation: portrait) {
  .nav-tabs__btn-text--iphone-5[data-v-6b823974] {
    display: block;
  }
}
.list-games[data-v-38b85906] {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 568px) {
  .list-games--no-wrap[data-v-38b85906] {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .list-games--no-wrap[data-v-38b85906] {
    flex-wrap: wrap;
  }
  .list-games--no-wrap .list-games__item.list-games__item[data-v-38b85906] {
    width: 50%;
  }
}
.list-games__skeleton-grid[data-v-38b85906] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  grid-gap: 8px;
  width: 100%;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: landscape) {
  .list-games__skeleton-grid[data-v-38b85906] {
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .list-games__skeleton-grid[data-v-38b85906] {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }
}
@media screen and (min-width: 1024px) {
  .list-games__skeleton-grid[data-v-38b85906] {
    grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
  }
}
.list-games__skeleton-item[data-v-38b85906] {
  height: 115px;
}
@media screen and (min-width: 375px) {
  .list-games__skeleton-item[data-v-38b85906] {
    height: 136px;
  }
}
@media screen and (min-width: 1024px) {
  .list-games__skeleton-item[data-v-38b85906] {
    height: 183px;
  }
}
@media screen and (min-width: 1280px) {
  .list-games__skeleton-item[data-v-38b85906] {
    height: 197px;
  }
}
.list-games--in-page[data-v-38b85906] {
  display: flex;
}
.list-games--in-page[data-v-38b85906]:not(:empty) {
  margin-bottom: -8px;
}
.list-games--in-page:not(:empty) > *[data-v-38b85906] {
  margin-bottom: 8px;
  padding: 0 4px;
  width: 50%;
}
@media screen and (min-width: 568px) {
  .list-games--in-page:not(:empty) > *[data-v-38b85906] {
    width: 33.33%;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .list-games--in-page:not(:empty) > *[data-v-38b85906] {
    margin-bottom: 16px;
    padding: 0 8px;
    width: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .list-games--in-page:not(:empty) > *[data-v-38b85906] {
    width: 20%;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .list-games--in-page[data-v-38b85906]:not(:empty) {
    margin-bottom: -16px;
  }
}
.game-list--in-game-search-page-modal[data-v-38b85906] {
  margin-left: -4px;
  margin-right: -4px;
}
@media screen and (min-width: 768px) {
  .game-list--in-game-search-page-modal[data-v-38b85906] {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.game-list--in-game-search-page-modal > *[data-v-38b85906] {
  margin-bottom: 8px;
  padding: 0 4px;
  width: 50%;
}
@media screen and (min-width: 568px) {
  .game-list--in-game-search-page-modal > *[data-v-38b85906] {
    width: 33.33%;
  }
}
@media screen and (min-width: 768px) {
  .game-list--in-game-search-page-modal > *[data-v-38b85906] {
    margin-bottom: 16px;
    padding: 0 8px;
    width: 25%;
  }
}
.game-card[data-v-7cd45448] {
  color: transparent;
  position: relative;
}
.game-card__wrap[data-v-7cd45448] {
  border-radius: 4px;
  box-shadow:
    0 4px 8px 3px rgba(0, 0, 0, 0.15),
    0 1px 3px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: block;
}
.game-card__wrap[data-v-7cd45448]:active {
  opacity: 0.8;
}
@media (hover) {
  .game-card__wrap:hover .game-card__hover[data-v-7cd45448] {
    opacity: 1;
  }
  .game-card__wrap:hover .game-card__lock--hide-on-hover[data-v-7cd45448] {
    opacity: 0;
  }
  .game-card__wrap:hover .game-card__img-wrap--overlay[data-v-7cd45448] {
    border-radius: inherit;
    padding-bottom: 75%;
  }
}
@media screen and (hover) and (min-width: 1280px) {
  .game-card__wrap:hover .game-card__img-wrap--overlay[data-v-7cd45448] {
    padding-bottom: 77%;
  }
}
@media (hover) {
  .game-card__wrap:hover .game-card__pic--blur-hover[data-v-7cd45448],
  .game-card__wrap:hover .game-card__pic--blur-hover[data-v-7cd45448] img {
    filter: blur(5px);
  }
  .game-card__wrap[data-v-7cd45448]:hover ~ .game-card__star:before {
    opacity: 1;
  }
}
.game-card__wrap--no-border[data-v-7cd45448] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.game-card__hover[data-v-7cd45448] {
  border: 1px solid #3ea8f4;
  border-radius: inherit;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s;
  width: 100%;
  z-index: 1;
}
.game-card__main[data-v-7cd45448] {
  background-color: #22375d;
  border-radius: inherit;
  display: block;
}
.game-card__main--no-border[data-v-7cd45448] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.game-card__img-wrap[data-v-7cd45448] {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  padding-bottom: 61.5%;
  position: relative;
}
@media screen and (min-width: 375px) {
  .game-card__img-wrap[data-v-7cd45448] {
    padding-bottom: 64%;
  }
}
@media screen and (min-width: 1024px) {
  .game-card__img-wrap[data-v-7cd45448] {
    padding-bottom: 67.5%;
  }
}
@media screen and (min-width: 1280px) {
  .game-card__img-wrap[data-v-7cd45448] {
    padding-bottom: 68.5%;
  }
  .game-card__img-wrap--small[data-v-7cd45448] {
    padding-bottom: 62%;
  }
}
.game-card__pic[data-v-7cd45448],
.game-card__pic[data-v-7cd45448] img {
  border-radius: inherit;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.game-card__name[data-v-7cd45448] {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  text-align: center;
}
.game-card__name-text[data-v-7cd45448] {
  color: #eef1f6;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}
@media screen and (min-width: 568px) {
  .game-card__name-text--recommendations-popup[data-v-7cd45448] {
    width: 120px;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .game-card__name-text--recommendations-popup[data-v-7cd45448] {
    width: 100%;
  }
}
.game-card__flag[data-v-7cd45448] {
  left: 0;
  position: absolute;
  top: 0;
}
.game-card__flag-img[data-v-7cd45448],
.game-card__flag-img[data-v-7cd45448] img {
  height: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.icon-vip[data-v-5552337a] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC40NTAzMiAyLjYzNDc3TDExLjc2OTggMi42MzQ3N0wxMC43MjY0IDUuNDM2MTFMOC40NTAzMiAyLjYzNDc3Wk03LjkyMDMgMTMuNDQ2NEw1LjQ0MDQzIDYuMzA1MThMMTAuNDQ4OSA2LjMwNTE4TDcuOTIwMyAxMy40NDY0Wk03LjA4NzM5IDEyLjc3MDVMMi4wOTk0OSA2LjMwODExSDQuOTAzNDFMNy4wODczOSAxMi43NzA1Wk04Ljc0MDIzIDEyLjc4ODFMMTMuODY0NyA2LjMwNTE4SDExLjAzNTJMOC43NDAyMyAxMi43ODgxWk0xMC4zMzkgNS43MjYwN0w3Ljk5ODQ5IDIuODQ1N0w1LjY1ODIgNS43MjYwN0wxMC4zMzkgNS43MjYwN1pNNC4yMjU1OSAyLjYzNDc3TDcuNTQ3NDggMi42MzQ3N0w1LjI1NjE1IDUuNDU1MDFMNC4yMjU1OSAyLjYzNDc3Wk0zLjc0NDMxIDIuOTkxMjFMMi4wMzUxNiA1LjcyNTc3SDQuNzQzM0wzLjc0NDMxIDIuOTkxMjFaTTEyLjI0MDcgMi45ODgyOEwxMy45NTE2IDUuNzI1NjNIMTEuMjIwN0wxMi4yNDA3IDIuOTg4MjhaIiBmaWxsPSIjMDUxMDE4Ii8+Cjwvc3ZnPgo=);
}
.status-flag[data-v-5552337a] {
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  color: #180202;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 12px;
  padding: 2px 8px;
  text-transform: none;
  text-transform: uppercase;
}
.status-flag.status-flag--attention[data-v-5552337a] {
  background: #fe3436;
}
.status-flag.status-flag--new[data-v-5552337a] {
  background: #02ad27;
}
.status-flag.status-flag--popular[data-v-5552337a] {
  background: #ffb700;
  z-index: 2;
}
.status-flag.status-flag--tournament[data-v-5552337a] {
  background: #ca33ff;
  z-index: 2;
}
.status-flag.status-flag--vip[data-v-5552337a],
.status-flag.status-flag--vip-min[data-v-5552337a] {
  align-items: center;
  background: #32a2f4;
  color: #051018;
  display: flex;
  z-index: 2;
}
.status-flag.status-flag--vip-min[data-v-5552337a] {
  color: #051018;
}
.status-flag.status-flag--user-status[data-v-5552337a] {
  background: #32a2f4;
  display: flex;
  z-index: 2;
}
.status-flag.status-flag--user-status-small[data-v-5552337a] {
  align-items: center;
  background: #32a2f4;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  height: 20px;
  justify-content: center;
  padding: 0 4px;
  text-transform: none;
  text-transform: uppercase;
  z-index: 2;
}
.status-flag.status-flag--motivational-block[data-v-5552337a],
.status-flag.status-flag--user-status-small[data-v-5552337a] {
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 12px;
}
.status-flag.status-flag--motivational-block[data-v-5552337a] {
  background: #fe3436;
  border-top-left-radius: 4px;
  display: block;
  text-align: center;
  text-transform: none;
}
.status-flag.status-flag--developer[data-v-5552337a],
.status-flag.status-flag--developer-in-tournament[data-v-5552337a] {
  background-color: rgba(12, 16, 29, 0.7);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  display: block;
  height: 20px;
  padding: 4px;
  position: absolute;
  right: 20px;
  top: 0;
  width: 50px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .status-flag.status-flag--developer[data-v-5552337a],
  .status-flag.status-flag--developer-in-tournament[data-v-5552337a] {
    width: 80px;
  }
  .status-flag.status-flag--developer-in-tournament[data-v-5552337a] {
    width: 50px;
  }
}
.status-flag__icon[data-v-5552337a] {
  height: 12px;
  margin-right: 2px;
  width: 12px;
}
.status-flag__text[data-v-5552337a] {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.status-flag--vip-icon[data-v-5552337a] {
  height: 16px;
  margin-right: 2px;
  width: 16px;
}
.icon-star {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik05LjU1Nzc4IDUuMzEyNzhDOS43NDUzOCA0Ljk1NzIxIDEwLjI1NDYgNC45NTcyMSAxMC40NDIyIDUuMzEyNzhMMTEuNzE5MiA3LjczMzAzQzExLjc5MTUgNy44NzAxNiAxMS45MjM0IDcuOTY1OTYgMTIuMDc2MSA3Ljk5MjM5TDE0Ljc3MjUgOC40NTg5NEMxNS4xNjg3IDguNTI3NDggMTUuMzI2IDkuMDExOCAxNS4wNDU4IDkuMzAwMUwxMy4xMzg2IDExLjI2MjRDMTMuMDMwNiAxMS4zNzM2IDEyLjk4MDIgMTEuNTI4NiAxMy4wMDIzIDExLjY4MjFMMTMuMzkxOCAxNC4zOTA3QzEzLjQ0OSAxNC43ODg2IDEzLjAzNzEgMTUuMDg3OSAxMi42NzYzIDE0LjkxMDZMMTAuMjIwNiAxMy43MDMxQzEwLjA4MTUgMTMuNjM0NyA5LjkxODUgMTMuNjM0NyA5Ljc3OTM4IDEzLjcwMzFMNy4zMjM3MiAxNC45MTA2QzYuOTYyOTQgMTUuMDg3OSA2LjU1MDk2IDE0Ljc4ODYgNi42MDgxOSAxNC4zOTA3TDYuOTk3NzEgMTEuNjgyMUM3LjAxOTc4IDExLjUyODYgNi45Njk0MSAxMS4zNzM2IDYuODYxMzUgMTEuMjYyNEw0Ljk1NDE1IDkuMzAwMUM0LjY3Mzk2IDkuMDExOCA0LjgzMTMyIDguNTI3NDggNS4yMjc0NiA4LjQ1ODk0TDcuOTIzODYgNy45OTIzOUM4LjA3NjYyIDcuOTY1OTYgOC4yMDg0OSA3Ljg3MDE2IDguMjgwODMgNy43MzMwM0w5LjU1Nzc4IDUuMzEyNzhaIiBmaWxsPSIjOUJBN0NBIi8+Cjwvc3ZnPgo=);
}
.icon-star-active {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik05LjU1Nzc4IDUuMzEyNzhDOS43NDUzOCA0Ljk1NzIxIDEwLjI1NDYgNC45NTcyMSAxMC40NDIyIDUuMzEyNzhMMTEuNzE5MiA3LjczMzAzQzExLjc5MTUgNy44NzAxNiAxMS45MjM0IDcuOTY1OTYgMTIuMDc2MSA3Ljk5MjM5TDE0Ljc3MjUgOC40NTg5NEMxNS4xNjg3IDguNTI3NDggMTUuMzI2IDkuMDExOCAxNS4wNDU4IDkuMzAwMUwxMy4xMzg2IDExLjI2MjRDMTMuMDMwNiAxMS4zNzM2IDEyLjk4MDIgMTEuNTI4NiAxMy4wMDIzIDExLjY4MjFMMTMuMzkxOCAxNC4zOTA3QzEzLjQ0OSAxNC43ODg2IDEzLjAzNzEgMTUuMDg3OSAxMi42NzYzIDE0LjkxMDZMMTAuMjIwNiAxMy43MDMxQzEwLjA4MTUgMTMuNjM0NyA5LjkxODUgMTMuNjM0NyA5Ljc3OTM4IDEzLjcwMzFMNy4zMjM3MiAxNC45MTA2QzYuOTYyOTQgMTUuMDg3OSA2LjU1MDk2IDE0Ljc4ODYgNi42MDgxOSAxNC4zOTA3TDYuOTk3NzEgMTEuNjgyMUM3LjAxOTc4IDExLjUyODYgNi45Njk0MSAxMS4zNzM2IDYuODYxMzUgMTEuMjYyNEw0Ljk1NDE1IDkuMzAwMUM0LjY3Mzk2IDkuMDExOCA0LjgzMTMyIDguNTI3NDggNS4yMjc0NiA4LjQ1ODk0TDcuOTIzODYgNy45OTIzOUM4LjA3NjYyIDcuOTY1OTYgOC4yMDg0OSA3Ljg3MDE2IDguMjgwODMgNy43MzMwM0w5LjU1Nzc4IDUuMzEyNzhaIiBmaWxsPSIjRkZDNjMzIi8+Cjwvc3ZnPgo=);
}
.game-card__star {
  background: #22375d;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  z-index: 2;
}
.game-card__star:before {
  border-right: 1px solid #3ea8f4;
  border-top: 1px solid #3ea8f4;
  border-top-right-radius: 4px;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s;
  width: 100%;
  z-index: 2;
}
.game-card__star--active .game-card__star-ico--static {
  opacity: 0;
}
.game-card__star--active .game-card__star-ico--hover {
  opacity: 1;
}
.game-card__star-ico--hover {
  opacity: 0;
}
.game-card__star-ico {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s;
  width: 100%;
}
.v-btn.v-btn--border[data-v-a52d1b26] {
  background: transparent;
  background-color: transparent;
  background-image: none;
  border: 2px solid #35bd52;
  border-radius: 20px;
  box-shadow: none;
  color: #9ba7ca;
  line-height: 36px;
  padding: 0 18px;
}
@media (hover) {
  .v-btn.v-btn--border[data-v-a52d1b26]:hover {
    border-color: #67ce7d;
    box-shadow: none;
    color: #eef1f6;
  }
}
.v-btn.v-btn--border[data-v-a52d1b26]:active {
  border-color: #016817;
  box-shadow: none;
  color: #9ba7ca;
}
.v-btn.v-btn--border[data-v-a52d1b26]:after {
  content: none;
}
.disabled--btn .v-btn.v-btn--border[data-v-a52d1b26],
.disabled.v-btn.v-btn--border[data-v-a52d1b26],
[disabled].v-btn.v-btn--border[data-v-a52d1b26] {
  border-color: #273560;
  box-shadow: none;
  color: #3c4b6d;
}
.disabled--btn .v-btn.v-btn--border[data-v-a52d1b26] .v-button__ico,
.disabled.v-btn.v-btn--border[data-v-a52d1b26] .v-button__ico,
[disabled].v-btn.v-btn--border[data-v-a52d1b26] .v-button__ico {
  opacity: 0.3;
}
.v-btn[data-v-a52d1b26] {
  background: transparent;
  border: none;
  color: #35bd52;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.32px;
  line-height: 24px;
  padding: 8px 18px;
  text-align: left;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
}
@media (hover) {
  .v-btn[data-v-a52d1b26]:hover {
    border-color: transparent;
    box-shadow: none;
    color: #67ce7d;
  }
}
.v-btn[data-v-a52d1b26]:active {
  border-color: transparent;
  box-shadow: none;
  color: #016817;
}
.v-btn[data-v-a52d1b26]:after {
  content: none;
}
.disabled--btn .v-btn[data-v-a52d1b26],
.disabled.v-btn[data-v-a52d1b26],
[disabled].v-btn[data-v-a52d1b26] {
  border-color: transparent;
  box-shadow: none;
  color: #273865;
}
.v-btn .v-button__ico[data-v-a52d1b26] {
  opacity: 0.8;
}
.v-btn[data-v-a52d1b26] {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.v-btn.v-btn--disabled[data-v-a52d1b26] {
  cursor: default;
  opacity: 0.3;
  pointer-events: none;
}
.v-btn.v-btn--second[data-v-a52d1b26] {
  background: linear-gradient(180deg, #6caae2, #539cdd);
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  font-weight: 400;
  line-height: 48px;
}
.v-btn.v-btn--second[data-v-a52d1b26]:active {
  line-height: 44px;
}
.v-btn__text[data-v-a52d1b26] {
  z-index: 2;
}
.v-btn__text--second[data-v-a52d1b26] {
  color: #eef1f6;
}
.v-btn__ico[data-v-a52d1b26] {
  height: 16px;
  margin-right: 4px;
  width: 16px;
}
.v-btn--long[data-v-a52d1b26] {
  min-width: 200px;
}
.v-btn--full-width[data-v-a52d1b26] {
  width: 100%;
}
.v-btn--full[data-v-a52d1b26] {
  padding: 0;
  width: 100%;
}
.v-btn--small[data-v-a52d1b26] {
  font-size: 14px;
  padding: 0 12px;
}
.v-btn__skeleton[data-v-a52d1b26] {
  height: 40px;
  width: 150px;
}
.game-list-text[data-v-7647aaf2] {
  font-family: 'Google Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 20px;
  margin: 0 auto;
  padding: 16px 8px 0;
  text-align: center;
  text-transform: none;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .game-list-text[data-v-7647aaf2] {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 28px;
    text-transform: none;
  }
}
@media screen and (min-width: 1360px) {
  .game-list-text[data-v-7647aaf2] {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 32px;
    text-transform: none;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .game-list-text[data-v-7647aaf2] {
    padding: 16px 16px 0;
  }
}
.game-list-text__title[data-v-7647aaf2] {
  color: #ffc633;
  font-family: 'Google Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 28px;
  padding-bottom: 8px;
  text-transform: none;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .game-list-text__title[data-v-7647aaf2] {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 40px;
    text-transform: none;
  }
}
@media screen and (min-width: 1360px) {
  .game-list-text__title[data-v-7647aaf2] {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 52px;
    text-transform: none;
  }
}
.game-list-text__content[data-v-7647aaf2] {
  color: #9ba7ca;
  padding-bottom: 32px;
}
.horizontal-winners-slider[data-v-5b35df5a] {
  background-color: #11192d;
  flex-grow: 0;
  padding-bottom: 16px;
  padding-top: 16px;
}
.horizontal-winners-slider .swiper-wrapper[data-v-5b35df5a] {
  padding: 0 8px;
}
.horizontal-winners-slider__item-wrap[data-v-5b35df5a] {
  display: flex;
}
.horizontal-winners-slider__header[data-v-5b35df5a] {
  align-items: center;
  background: #11192d;
  color: #9ba7ca;
  display: flex;
  font-family: 'Google Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 64px;
  letter-spacing: normal;
  line-height: 20px;
  padding: 0 16px;
  text-transform: none;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .horizontal-winners-slider__header[data-v-5b35df5a] {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 28px;
    text-transform: none;
  }
}
@media screen and (min-width: 1360px) {
  .horizontal-winners-slider__header[data-v-5b35df5a] {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 32px;
    text-transform: none;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .horizontal-winners-slider__header[data-v-5b35df5a] {
    padding: 0 16px;
  }
}
.horizontal-winners-slide__slide[data-v-3f014484] {
  width: auto;
}
.horizontal-winners-slide__item[data-v-3f014484] {
  align-items: center;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 16px;
  position: relative;
  text-transform: none;
}
.horizontal-winners-slide__item-wrap[data-v-3f014484] {
  cursor: pointer;
  margin-right: 16px;
  position: relative;
}
.horizontal-winners-slide__img-wrap[data-v-3f014484] {
  display: block;
  flex-shrink: 0;
  height: 64px;
  position: relative;
  width: 96px;
}
.horizontal-winners-slide__pic[data-v-3f014484] img {
  border-radius: 3px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  height: 100%;
  letter-spacing: normal;
  line-height: 12px;
  -o-object-fit: cover;
  object-fit: cover;
  text-transform: none;
  width: 100%;
}
.horizontal-winners-slide__desc[data-v-3f014484] {
  width: 78px;
}
.horizontal-winners-slide__desc > *[data-v-3f014484] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .horizontal-winners-slide__desc[data-v-3f014484] {
    width: 100px;
  }
}
.horizontal-winners-slide__username[data-v-3f014484] {
  color: #eef1f6;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2px;
}
.horizontal-winners-slide__currency[data-v-3f014484],
.horizontal-winners-slide__username[data-v-3f014484] {
  font-family: Arial, sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
}
.horizontal-winners-slide__currency[data-v-3f014484] {
  color: #ffc633;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
}
.horizontal-winners-slide__currency[data-v-3f014484] .currency-icon {
  height: 11px;
  width: 11px;
}
.horizontal-winners-slide__text[data-v-3f014484] {
  color: #eef1f6;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 16px;
  margin-bottom: 2px;
  text-transform: none;
}
.horizontal-winners-slide__vip-badge[data-v-3f014484] {
  left: 0;
  position: absolute;
  top: 0;
}
.horizontal-winners-slide__vip-badge--lock[data-v-3f014484] {
  pointer-events: none;
}
.sum-with-currency[data-v-32ce1a48] {
  white-space: nowrap;
}
.currency-icon[data-v-66c85eea] {
  display: inline-block;
  height: 12px;
  vertical-align: middle;
  width: 12px;
}
.currency-icon-RUB[data-v-66c85eea] {
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMjggMTEuNDI0VjBINC45MjhDNi40IDAgNy40NzIgMC4yOTg2NjcgOC4xNDQgMC44OTZDOC44MjY2NyAxLjQ5MzMzIDkuMTY4IDIuMzE0NjcgOS4xNjggMy4zNkM5LjE2OCAzLjk3ODY3IDkuMDI5MzMgNC41NiA4Ljc1MiA1LjEwNEM4LjQ3NDY3IDUuNjQ4IDguMDEwNjcgNi4wODUzMyA3LjM2IDYuNDE2QzYuNzIgNi43NDY2NyA1Ljg0NTMzIDYuOTEyIDQuNzM2IDYuOTEySDMuNjk2VjExLjQyNEgxLjI4Wk0wIDkuNzEyVjguMTZINi4xNlY5LjcxMkgwWk0wIDYuOTEyVjQuOTI4SDQuNjg4VjYuOTEySDBaTTQuNDk2IDQuOTI4QzQuOTU0NjcgNC45MjggNS4zNDkzMyA0Ljg4IDUuNjggNC43ODRDNi4wMTA2NyA0LjY3NzMzIDYuMjY2NjcgNC41MTIgNi40NDggNC4yODhDNi42MjkzMyA0LjA2NCA2LjcyIDMuNzgxMzMgNi43MiAzLjQ0QzYuNzIgMi45NDkzMyA2LjU2NTMzIDIuNTg2NjcgNi4yNTYgMi4zNTJDNS45NDY2NyAyLjEwNjY3IDUuNDYxMzMgMS45ODQgNC44IDEuOTg0SDMuNjk2VjQuOTI4SDQuNDk2WiIgZmlsbD0iY3VycmVudENvbG9yIi8+Cjwvc3ZnPgo=);
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMjggMTEuNDI0VjBINC45MjhDNi40IDAgNy40NzIgMC4yOTg2NjcgOC4xNDQgMC44OTZDOC44MjY2NyAxLjQ5MzMzIDkuMTY4IDIuMzE0NjcgOS4xNjggMy4zNkM5LjE2OCAzLjk3ODY3IDkuMDI5MzMgNC41NiA4Ljc1MiA1LjEwNEM4LjQ3NDY3IDUuNjQ4IDguMDEwNjcgNi4wODUzMyA3LjM2IDYuNDE2QzYuNzIgNi43NDY2NyA1Ljg0NTMzIDYuOTEyIDQuNzM2IDYuOTEySDMuNjk2VjExLjQyNEgxLjI4Wk0wIDkuNzEyVjguMTZINi4xNlY5LjcxMkgwWk0wIDYuOTEyVjQuOTI4SDQuNjg4VjYuOTEySDBaTTQuNDk2IDQuOTI4QzQuOTU0NjcgNC45MjggNS4zNDkzMyA0Ljg4IDUuNjggNC43ODRDNi4wMTA2NyA0LjY3NzMzIDYuMjY2NjcgNC41MTIgNi40NDggNC4yODhDNi42MjkzMyA0LjA2NCA2LjcyIDMuNzgxMzMgNi43MiAzLjQ0QzYuNzIgMi45NDkzMyA2LjU2NTMzIDIuNTg2NjcgNi4yNTYgMi4zNTJDNS45NDY2NyAyLjEwNjY3IDUuNDYxMzMgMS45ODQgNC44IDEuOTg0SDMuNjk2VjQuOTI4SDQuNDk2WiIgZmlsbD0iY3VycmVudENvbG9yIi8+Cjwvc3ZnPgo=);
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.currency-icon-RUB[data-color-variant='primary'][data-v-66c85eea] {
  background-color: #ffc633;
}
.currency-icon-RUB[data-color-variant='surface-variant'][data-v-66c85eea] {
  background-color: #9ba7ca;
}
.currency-icon-RUB[data-color-variant='surface'][data-v-66c85eea] {
  background-color: #eef1f6;
}
.currency-icon-RUB[data-color-variant='primary-container'][data-v-66c85eea] {
  background-color: #946c05;
}
.currency-icon-RUB[data-color-variant='tertiary'][data-v-66c85eea] {
  background-color: #35bd52;
}
.currency-icon-RUB[data-color-variant='tertiary-default'][data-v-66c85eea] {
  background-color: #0093ff;
}
.currency-icon-RUB[data-color-variant='outline'][data-v-66c85eea] {
  background-color: #7986b9;
}
.currency-icon-RUB[data-color-variant='error'][data-v-66c85eea] {
  background-color: #fe3436;
}
.currency-icon-RUB[data-color-variant='secondary'][data-v-66c85eea] {
  background-color: #3ea8f4;
}
.currency-icon-UAH[data-v-66c85eea] {
  mask-image: url(/_nuxt/img/currency-icon-uah.8419cb3.svg);
  -webkit-mask-image: url(/_nuxt/img/currency-icon-uah.8419cb3.svg);
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.currency-icon-UAH[data-color-variant='primary'][data-v-66c85eea] {
  background-color: #ffc633;
}
.currency-icon-UAH[data-color-variant='surface-variant'][data-v-66c85eea] {
  background-color: #9ba7ca;
}
.currency-icon-UAH[data-color-variant='surface'][data-v-66c85eea] {
  background-color: #eef1f6;
}
.currency-icon-UAH[data-color-variant='primary-container'][data-v-66c85eea] {
  background-color: #946c05;
}
.currency-icon-UAH[data-color-variant='tertiary'][data-v-66c85eea] {
  background-color: #35bd52;
}
.currency-icon-UAH[data-color-variant='tertiary-default'][data-v-66c85eea] {
  background-color: #0093ff;
}
.currency-icon-UAH[data-color-variant='outline'][data-v-66c85eea] {
  background-color: #7986b9;
}
.currency-icon-UAH[data-color-variant='error'][data-v-66c85eea] {
  background-color: #fe3436;
}
.currency-icon-UAH[data-color-variant='secondary'][data-v-66c85eea] {
  background-color: #3ea8f4;
}
.currency-icon-KZT[data-v-66c85eea] {
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDkgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNNS41MiAxMS40MjRIMy4xMDRWNS4xNTJIMFYzLjEzNkg4LjYyNFY1LjE1Mkg1LjUyVjExLjQyNFpNMCAwSDguNjI0VjIuMDE2SDBWMFoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L3N2Zz4KCg==);
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDkgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNNS41MiAxMS40MjRIMy4xMDRWNS4xNTJIMFYzLjEzNkg4LjYyNFY1LjE1Mkg1LjUyVjExLjQyNFpNMCAwSDguNjI0VjIuMDE2SDBWMFoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L3N2Zz4KCg==);
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.currency-icon-KZT[data-color-variant='primary'][data-v-66c85eea] {
  background-color: #ffc633;
}
.currency-icon-KZT[data-color-variant='surface-variant'][data-v-66c85eea] {
  background-color: #9ba7ca;
}
.currency-icon-KZT[data-color-variant='surface'][data-v-66c85eea] {
  background-color: #eef1f6;
}
.currency-icon-KZT[data-color-variant='primary-container'][data-v-66c85eea] {
  background-color: #946c05;
}
.currency-icon-KZT[data-color-variant='tertiary'][data-v-66c85eea] {
  background-color: #35bd52;
}
.currency-icon-KZT[data-color-variant='tertiary-default'][data-v-66c85eea] {
  background-color: #0093ff;
}
.currency-icon-KZT[data-color-variant='outline'][data-v-66c85eea] {
  background-color: #7986b9;
}
.currency-icon-KZT[data-color-variant='error'][data-v-66c85eea] {
  background-color: #fe3436;
}
.currency-icon-KZT[data-color-variant='secondary'][data-v-66c85eea] {
  background-color: #3ea8f4;
}
.currency-icon-INR[data-v-66c85eea] {
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMi44OCAxMS40MjRMMCA2LjRWNS4yMTZIMC45NkMxLjM0NCA1LjIxNiAxLjY4IDUuMTYyNjcgMS45NjggNS4wNTZDMi4yNjY2NyA0LjkzODY3IDIuNTEyIDQuNzczMzMgMi43MDQgNC41NkMyLjkwNjY3IDQuMzQ2NjcgMy4wNDUzMyA0LjA5MDY3IDMuMTIgMy43OTJIMFYyLjYwOEgzLjEwNEMzLjA0IDIuMzMwNjcgMi45MjggMi4wODUzMyAyLjc2OCAxLjg3MkMyLjYxODY3IDEuNjU4NjcgMi40MTYgMS40OTMzMyAyLjE2IDEuMzc2QzEuOTE0NjcgMS4yNDggMS42MTYgMS4xODQgMS4yNjQgMS4xODRIMFYwSDcuMjE2VjEuMTg0SDQuNzA0QzQuODg1MzMgMS4zODY2NyA1LjAzNDY3IDEuNjA1MzMgNS4xNTIgMS44NEM1LjI4IDIuMDc0NjcgNS4zNjUzMyAyLjMzMDY3IDUuNDA4IDIuNjA4SDcuMjE2VjMuNzkySDUuNDRDNS4zMzMzMyA0LjU4MTMzIDUuMDI5MzMgNS4yIDQuNTI4IDUuNjQ4QzQuMDI2NjcgNi4wODUzMyAzLjM4MTMzIDYuMzg0IDIuNTkyIDYuNTQ0TDUuNzI4IDExLjQyNEgyLjg4WiIgZmlsbD0iY3VycmVudENvbG9yIi8+Cjwvc3ZnPgoK);
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMi44OCAxMS40MjRMMCA2LjRWNS4yMTZIMC45NkMxLjM0NCA1LjIxNiAxLjY4IDUuMTYyNjcgMS45NjggNS4wNTZDMi4yNjY2NyA0LjkzODY3IDIuNTEyIDQuNzczMzMgMi43MDQgNC41NkMyLjkwNjY3IDQuMzQ2NjcgMy4wNDUzMyA0LjA5MDY3IDMuMTIgMy43OTJIMFYyLjYwOEgzLjEwNEMzLjA0IDIuMzMwNjcgMi45MjggMi4wODUzMyAyLjc2OCAxLjg3MkMyLjYxODY3IDEuNjU4NjcgMi40MTYgMS40OTMzMyAyLjE2IDEuMzc2QzEuOTE0NjcgMS4yNDggMS42MTYgMS4xODQgMS4yNjQgMS4xODRIMFYwSDcuMjE2VjEuMTg0SDQuNzA0QzQuODg1MzMgMS4zODY2NyA1LjAzNDY3IDEuNjA1MzMgNS4xNTIgMS44NEM1LjI4IDIuMDc0NjcgNS4zNjUzMyAyLjMzMDY3IDUuNDA4IDIuNjA4SDcuMjE2VjMuNzkySDUuNDRDNS4zMzMzMyA0LjU4MTMzIDUuMDI5MzMgNS4yIDQuNTI4IDUuNjQ4QzQuMDI2NjcgNi4wODUzMyAzLjM4MTMzIDYuMzg0IDIuNTkyIDYuNTQ0TDUuNzI4IDExLjQyNEgyLjg4WiIgZmlsbD0iY3VycmVudENvbG9yIi8+Cjwvc3ZnPgoK);
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.currency-icon-INR[data-color-variant='primary'][data-v-66c85eea] {
  background-color: #ffc633;
}
.currency-icon-INR[data-color-variant='surface-variant'][data-v-66c85eea] {
  background-color: #9ba7ca;
}
.currency-icon-INR[data-color-variant='surface'][data-v-66c85eea] {
  background-color: #eef1f6;
}
.currency-icon-INR[data-color-variant='primary-container'][data-v-66c85eea] {
  background-color: #946c05;
}
.currency-icon-INR[data-color-variant='tertiary'][data-v-66c85eea] {
  background-color: #35bd52;
}
.currency-icon-INR[data-color-variant='tertiary-default'][data-v-66c85eea] {
  background-color: #0093ff;
}
.currency-icon-INR[data-color-variant='outline'][data-v-66c85eea] {
  background-color: #7986b9;
}
.currency-icon-INR[data-color-variant='error'][data-v-66c85eea] {
  background-color: #fe3436;
}
.currency-icon-INR[data-color-variant='secondary'][data-v-66c85eea] {
  background-color: #3ea8f4;
}
.currency-icon-AZN[data-v-66c85eea] {
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDguNjcyQzAgNy45MDQgMC4wODUzMzMzIDcuMTk0NjcgMC4yNTYgNi41NDRDMC40MzczMzMgNS44ODI2NyAwLjcyNTMzMyA1LjMwMTMzIDEuMTIgNC44QzEuNTE0NjcgNC4yOTg2NyAyLjAzNzMzIDMuODk4NjcgMi42ODggMy42QzMuMzM4NjcgMy4zMDEzMyA0LjE0NCAzLjEzMDY3IDUuMTA0IDMuMDg4VjBINy4yOFYzLjA4OEM4LjI1MDY3IDMuMTMwNjcgOS4wNjEzMyAzLjI4NTMzIDkuNzEyIDMuNTUyQzEwLjM2MjcgMy44MTg2NyAxMC44OCA0LjE5MiAxMS4yNjQgNC42NzJDMTEuNjU4NyA1LjE0MTMzIDExLjkzNiA1LjcxMiAxMi4wOTYgNi4zODRDMTIuMjY2NyA3LjA0NTMzIDEyLjM1MiA3Ljc5NzMzIDEyLjM1MiA4LjY0VjExLjQyNEgxMC4wOFY4LjY3MkMxMC4wOCA3LjkzNiAxMC4wMjEzIDcuMzQ0IDkuOTA0IDYuODk2QzkuNzg2NjcgNi40MzczMyA5LjYxMDY3IDYuMDggOS4zNzYgNS44MjRDOS4xNTIgNS41NjggOC44NjQgNS4zODY2NyA4LjUxMiA1LjI4QzguMTYgNS4xNjI2NyA3Ljc0OTMzIDUuMDgyNjcgNy4yOCA1LjA0VjguNzA0SDUuMTA0VjUuMDRDNC42NjY2NyA1LjA4MjY3IDQuMjcyIDUuMTU3MzMgMy45MiA1LjI2NEMzLjU3ODY3IDUuMzcwNjcgMy4yODUzMyA1LjU1MiAzLjA0IDUuODA4QzIuNzk0NjcgNi4wNTMzMyAyLjYwMjY3IDYuNDA1MzMgMi40NjQgNi44NjRDMi4zMzYgNy4zMTIgMi4yNzIgNy45MDQgMi4yNzIgOC42NFYxMS40MjRIMFY4LjY3MloiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L3N2Zz4KCg==);
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDguNjcyQzAgNy45MDQgMC4wODUzMzMzIDcuMTk0NjcgMC4yNTYgNi41NDRDMC40MzczMzMgNS44ODI2NyAwLjcyNTMzMyA1LjMwMTMzIDEuMTIgNC44QzEuNTE0NjcgNC4yOTg2NyAyLjAzNzMzIDMuODk4NjcgMi42ODggMy42QzMuMzM4NjcgMy4zMDEzMyA0LjE0NCAzLjEzMDY3IDUuMTA0IDMuMDg4VjBINy4yOFYzLjA4OEM4LjI1MDY3IDMuMTMwNjcgOS4wNjEzMyAzLjI4NTMzIDkuNzEyIDMuNTUyQzEwLjM2MjcgMy44MTg2NyAxMC44OCA0LjE5MiAxMS4yNjQgNC42NzJDMTEuNjU4NyA1LjE0MTMzIDExLjkzNiA1LjcxMiAxMi4wOTYgNi4zODRDMTIuMjY2NyA3LjA0NTMzIDEyLjM1MiA3Ljc5NzMzIDEyLjM1MiA4LjY0VjExLjQyNEgxMC4wOFY4LjY3MkMxMC4wOCA3LjkzNiAxMC4wMjEzIDcuMzQ0IDkuOTA0IDYuODk2QzkuNzg2NjcgNi40MzczMyA5LjYxMDY3IDYuMDggOS4zNzYgNS44MjRDOS4xNTIgNS41NjggOC44NjQgNS4zODY2NyA4LjUxMiA1LjI4QzguMTYgNS4xNjI2NyA3Ljc0OTMzIDUuMDgyNjcgNy4yOCA1LjA0VjguNzA0SDUuMTA0VjUuMDRDNC42NjY2NyA1LjA4MjY3IDQuMjcyIDUuMTU3MzMgMy45MiA1LjI2NEMzLjU3ODY3IDUuMzcwNjcgMy4yODUzMyA1LjU1MiAzLjA0IDUuODA4QzIuNzk0NjcgNi4wNTMzMyAyLjYwMjY3IDYuNDA1MzMgMi40NjQgNi44NjRDMi4zMzYgNy4zMTIgMi4yNzIgNy45MDQgMi4yNzIgOC42NFYxMS40MjRIMFY4LjY3MloiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L3N2Zz4KCg==);
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.currency-icon-AZN[data-color-variant='primary'][data-v-66c85eea] {
  background-color: #ffc633;
}
.currency-icon-AZN[data-color-variant='surface-variant'][data-v-66c85eea] {
  background-color: #9ba7ca;
}
.currency-icon-AZN[data-color-variant='surface'][data-v-66c85eea] {
  background-color: #eef1f6;
}
.currency-icon-AZN[data-color-variant='primary-container'][data-v-66c85eea] {
  background-color: #946c05;
}
.currency-icon-AZN[data-color-variant='tertiary'][data-v-66c85eea] {
  background-color: #35bd52;
}
.currency-icon-AZN[data-color-variant='tertiary-default'][data-v-66c85eea] {
  background-color: #0093ff;
}
.currency-icon-AZN[data-color-variant='outline'][data-v-66c85eea] {
  background-color: #7986b9;
}
.currency-icon-AZN[data-color-variant='error'][data-v-66c85eea] {
  background-color: #fe3436;
}
.currency-icon-AZN[data-color-variant='secondary'][data-v-66c85eea] {
  background-color: #3ea8f4;
}
.currency-icon-USDT[data-v-66c85eea] {
  background-image: url(/_nuxt/img/currency-icon-usdt.2a3b13b.svg);
}
.currency-icon-USDC[data-v-66c85eea],
.currency-icon-USDT[data-v-66c85eea] {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.currency-icon-USDC[data-v-66c85eea] {
  background-image: url(/_nuxt/img/currency-icon-usdc.c8a269b.svg);
}
.description {
  color: #9ba7ca;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
  text-transform: none;
}
.description ol,
.description p,
.description ul {
  margin-bottom: 16px;
}
.description h1,
.description h2,
.description h3,
.description h4 {
  color: #eef1f6;
  margin-bottom: 8px;
}
.description h1,
.description h2 {
  font-size: 16px;
  line-height: 24px;
}
.description h1,
.description h2,
.description h3 {
  font-family: Arial, sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
}
.description h3 {
  font-size: 14px;
  line-height: 20px;
}
.description a:not(.game-card__wrap):not(.game-pregame-games-list__btn):not(.v-button):not(.v-link):not(.nav-tabs__btn) {
  border-bottom: 1px solid;
  color: #35bd52;
}
.description ul {
  padding-left: 12px;
}
.description ol {
  list-style-type: decimal;
  padding-left: 16px;
}
.description li {
  line-height: 1.29;
}
.description ul li {
  position: relative;
}
.description ul li:before {
  background-color: currentColor;
  border-radius: 50%;
  content: '';
  height: 4px;
  left: -9px;
  position: absolute;
  top: 7px;
  width: 4px;
}
.description .game-pregame-games-list ul li:before,
.description .games-list-from-array-slug ul li:before {
  display: none;
}
.description em,
.description i {
  font-style: italic;
}
.description b,
.description strong {
  font-weight: 700;
}
.description b {
  color: #eef1f6;
  font-family: Arial, sans-serif;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 24px;
  text-transform: none;
}
.description .v-button {
  border: none;
  color: #eef1f6;
  display: inline-flex;
}
.description .nav-tabs__btn {
  border-bottom: none;
  color: #96a0b1;
}
.description .nav-tabs__btn--active {
  color: #eef1f6;
}
.description > :last-child:not(div) {
  margin-bottom: 0;
}
.description iframe {
  height: auto;
  max-width: 100%;
}
.description details {
  margin-bottom: 16px;
  position: relative;
}
.description details[open] summary:before {
  transform: rotate(180deg);
}
.description summary {
  display: block;
  margin-bottom: 8px;
  padding-right: 32px;
}
.description summary:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #eef1f6;
  content: '';
  position: absolute;
  right: 8px;
  top: 6px;
  transform: rotate(0deg);
}
.description--typo-inherit {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.description--typo-inherit h1,
.description--typo-inherit h2,
.description--typo-inherit h3,
.description--typo-inherit h4 {
  color: inherit;
}
.description--typo-inherit li {
  line-height: inherit;
}
.description--typo-inherit b {
  color: inherit;
  font-size: inherit;
}
.description__ban {
  display: block;
  min-height: 160px;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 1024px) {
  .description__ban {
    padding-bottom: 30.282%;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .description__ban {
    height: 300px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .description__ban {
    height: 398px;
  }
}
.description__ban-img {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.promotion-text__btn.v-link[data-v-7af84e86] {
  background: transparent;
  border: none;
  color: #35bd52;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.32px;
  line-height: 24px;
  padding: 8px 18px;
  text-align: left;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
}
@media (hover) {
  .promotion-text__btn.v-link[data-v-7af84e86]:hover {
    border-color: transparent;
    box-shadow: none;
    color: #67ce7d;
  }
}
.promotion-text__btn.v-link[data-v-7af84e86]:active {
  border-color: transparent;
  box-shadow: none;
  color: #016817;
}
.promotion-text__btn.v-link[data-v-7af84e86]:after {
  content: none;
}
.disabled--btn .promotion-text__btn.v-link[data-v-7af84e86],
.disabled.promotion-text__btn.v-link[data-v-7af84e86],
[disabled].promotion-text__btn.v-link[data-v-7af84e86] {
  border-color: transparent;
  box-shadow: none;
  color: #273865;
}
.promotion-text__btn.v-link .v-button__ico[data-v-7af84e86] {
  opacity: 0.8;
}
.promotion-text__height[data-v-7af84e86] {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.promotion-text__height[data-v-7af84e86]:before {
  background: linear-gradient(180deg, rgba(19, 38, 72, 0), #132648);
  bottom: 0;
  content: '';
  display: none;
  height: 80px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.promotion-text__container[data-v-7af84e86] {
  margin: 0 auto;
  padding: 0 8px;
  width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .promotion-text__container[data-v-7af84e86] {
    padding: 0 16px;
  }
}
.toggle-active.height-auto[data-v-7af84e86]:before {
  display: none;
}
.toggle-active[data-v-7af84e86]:before {
  display: block;
}
.height-auto[data-v-7af84e86] {
  max-height: none !important;
}
.promotion-text__btn[data-v-7af84e86] {
  margin: 8px auto 0;
}
.promotion-text__skeleton-title[data-v-7af84e86] {
  height: 18px;
  margin-bottom: 8px;
  width: 182px;
}
.promotion-text__skeleton-item[data-v-7af84e86] {
  height: 18px;
  margin-bottom: 4px;
  width: 100%;
}
.v-link__ico {
  -moz-user-select: none;
}
.v-link {
  align-items: center;
  color: #0093ff;
  cursor: pointer;
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
  text-align: left;
  text-transform: none;
}
.v-link:active,
.v-link:focus {
  color: #015898;
}
@media (hover) {
  .v-link:hover {
    color: #3ea8f4;
  }
}
.v-link.disabled,
.v-link[disabled] {
  color: #5562aa;
  cursor: not-allowed;
  pointer-events: none;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .v-link:not(.v-link--icon-small) .v-link__ico {
    height: 24px;
    width: 24px;
  }
}
.v-link__ico {
  height: 16px;
  margin-right: 2px;
  width: 16px;
}
.v-link__text--bold {
  font-weight: 700;
}
.v-link__text--solid {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.description {
  color: #9ba7ca;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
  text-transform: none;
}
.description ol,
.description p,
.description ul {
  margin-bottom: 16px;
}
.description h1,
.description h2,
.description h3,
.description h4 {
  color: #eef1f6;
  margin-bottom: 8px;
}
.description h1,
.description h2 {
  font-size: 16px;
  line-height: 24px;
}
.description h1,
.description h2,
.description h3 {
  font-family: Arial, sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
}
.description h3 {
  font-size: 14px;
  line-height: 20px;
}
.description a:not(.game-card__wrap):not(.game-pregame-games-list__btn):not(.v-button):not(.v-link):not(.nav-tabs__btn) {
  border-bottom: 1px solid;
  color: #35bd52;
}
.description ul {
  padding-left: 12px;
}
.description ol {
  list-style-type: decimal;
  padding-left: 16px;
}
.description li {
  line-height: 1.29;
}
.description ul li {
  position: relative;
}
.description ul li:before {
  background-color: currentColor;
  border-radius: 50%;
  content: '';
  height: 4px;
  left: -9px;
  position: absolute;
  top: 7px;
  width: 4px;
}
.description .game-pregame-games-list ul li:before,
.description .games-list-from-array-slug ul li:before {
  display: none;
}
.description em,
.description i {
  font-style: italic;
}
.description b,
.description strong {
  font-weight: 700;
}
.description b {
  color: #eef1f6;
  font-family: Arial, sans-serif;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 24px;
  text-transform: none;
}
.description .v-button {
  border: none;
  color: #eef1f6;
  display: inline-flex;
}
.description .nav-tabs__btn {
  border-bottom: none;
  color: #96a0b1;
}
.description .nav-tabs__btn--active {
  color: #eef1f6;
}
.description > :last-child:not(div) {
  margin-bottom: 0;
}
.description iframe {
  height: auto;
  max-width: 100%;
}
.description details {
  margin-bottom: 16px;
  position: relative;
}
.description details[open] summary:before {
  transform: rotate(180deg);
}
.description summary {
  display: block;
  margin-bottom: 8px;
  padding-right: 32px;
}
.description summary:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #eef1f6;
  content: '';
  position: absolute;
  right: 8px;
  top: 6px;
  transform: rotate(0deg);
}
.description--typo-inherit {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.description--typo-inherit h1,
.description--typo-inherit h2,
.description--typo-inherit h3,
.description--typo-inherit h4 {
  color: inherit;
}
.description--typo-inherit li {
  line-height: inherit;
}
.description--typo-inherit b {
  color: inherit;
  font-size: inherit;
}
.description__ban {
  display: block;
  min-height: 160px;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 1024px) {
  .description__ban {
    padding-bottom: 30.282%;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .description__ban {
    height: 300px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .description__ban {
    height: 398px;
  }
}
.description__ban-img {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.footer[data-v-7cbc9324] {
  background-color: #0c101d;
  padding: 32px 0;
}
.footer__desc[data-v-7cbc9324] {
  overflow: hidden;
  padding-top: 8px;
}
.footer__copyright[data-v-7cbc9324] {
  color: #9ba7ca;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 12px;
  padding: 0 8px;
  text-align: center;
  text-transform: none;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .footer__copyright[data-v-7cbc9324] {
    padding: 0 16px;
  }
}
.footer__copyright.footer__copyright--padding[data-v-7cbc9324] {
  padding: 0 42px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .footer__copyright.footer__copyright--padding[data-v-7cbc9324] {
    padding: 0 50px;
  }
}
.footer__container[data-v-7cbc9324] {
  margin: 0 auto;
  width: 100%;
}
.icon-arrow[data-v-df6b87e6] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS45OTk4IDE1LjE1NjlMMTguMzYzNyA4Ljc5Mjg5QzE4Ljc1NDMgOC40MDIzNyAxOS4zODc0IDguNDAyMzcgMTkuNzc4IDguNzkyODlDMjAuMTY4NSA5LjE4MzQyIDIwLjE2ODUgOS44MTY1OCAxOS43NzggMTAuMjA3MUwxMS45OTk4IDE3Ljk4NTNMNC4yMjE2IDEwLjIwNzFDMy44MzEwOCA5LjgxNjU4IDMuODMxMDggOS4xODM0MiA0LjIyMTYgOC43OTI4OUM0LjYxMjEzIDguNDAyMzcgNS4yNDUyOSA4LjQwMjM3IDUuNjM1ODIgOC43OTI4OUwxMS45OTk4IDE1LjE1NjlaIiBmaWxsPSIjOUJBN0NBIi8+Cjwvc3ZnPgo=);
}
.footer-trust-list[data-v-df6b87e6] {
  padding: 0 8px 24px;
}
@media screen and (min-width: 1024px) {
  .footer-trust-list[data-v-df6b87e6] {
    padding: 0 16px 24px;
  }
}
.footer-trust-list__wrapper[data-v-df6b87e6] {
  border: 1px solid #22375d;
  border-radius: 8px;
  padding: 8px;
}
.footer-trust-list__header[data-v-df6b87e6] {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding-bottom: 8px;
}
.footer-trust-list__text[data-v-df6b87e6] {
  color: #0093ff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 24px;
  text-transform: none;
}
.footer-trust-list__arrow[data-v-df6b87e6] {
  height: 24px;
  margin-left: 12px;
  transform: rotate(0);
  transition: transform 0.1s ease-in-out;
  width: 24px;
}
.footer-trust-list__arrow--rotate[data-v-df6b87e6] {
  transform: rotate(180deg);
  transition: transform 0.1s ease-in-out;
}
.footer-trust-list__container[data-v-df6b87e6] {
  display: flex;
  flex-wrap: wrap;
  max-height: 100%;
  transition: max-height 0.3s ease-in-out;
}
.footer-trust-list__container--height[data-v-df6b87e6] {
  max-height: 32px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.footer-trust-list__item[data-v-df6b87e6] {
  height: 32px;
  opacity: 0.7;
  padding: 8px;
  width: auto;
}
.footer-trust-list__pic[data-v-3228a1ac] img {
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}
.footer-info[data-v-32fc082c] {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 0 8px 8px;
}
@media screen and (min-width: 1024px) {
  .footer-info[data-v-32fc082c] {
    justify-content: space-between;
  }
}
.icon-android[data-v-28f56136] {
  background-image: url(/_nuxt/img/android.c62f9b4.svg);
}
.icon-ios[data-v-28f56136] {
  background-image: url(/_nuxt/img/ios.c195a9c.svg);
}
.icon-affiliate-program[data-v-28f56136] {
  background-image: url(/_nuxt/img/affiliate-program.d6d15ed.svg);
}
.icon-age[data-v-28f56136] {
  background-image: url(/_nuxt/img/age.94f23df.svg);
}
.icon-copyright[data-v-28f56136] {
  background-image: url(/_nuxt/img/copyright.05a7861.svg);
}
.icon-testing[data-v-28f56136] {
  background-image: url(/_nuxt/img/testing.ca71737.svg);
}
.icon-safety[data-v-28f56136] {
  background-image: url(/_nuxt/img/safety.3c4e296.svg);
}
.footer-info-item[data-v-28f56136] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 144px;
  padding: 0 8px 16px;
}
@media screen and (min-width: 568px) {
  .footer-info-item[data-v-28f56136] {
    min-width: 172px;
  }
}
.footer-info-item__text[data-v-28f56136] {
  color: #9ba7ca;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 16px;
  max-width: 98px;
  padding-bottom: 8px;
  text-transform: none;
}
.footer-info-item__icon[data-v-28f56136] {
  background: #11192d;
  border-radius: 4px;
  margin-right: auto;
  padding: 8px;
}
.footer-info-item__icon--telegram[data-v-28f56136] {
  background: none;
  border-radius: 0;
  padding: 0;
}
.footer-info__telegram-icon[data-v-28f56136] {
  height: 46px;
  width: 144px;
}
.footer-info__android-icon[data-v-28f56136],
.footer-info__ios-icon[data-v-28f56136] {
  height: 24px;
  width: 74px;
}
.footer-info__affiliate-program-icon[data-v-28f56136] {
  height: 24px;
  width: 62px;
}
.footer-info__age-icon[data-v-28f56136] {
  height: 24px;
  width: 24px;
}
.footer-info__safety-icon[data-v-28f56136] {
  height: 24px;
  width: 50px;
}
.footer-info__copyright-icon[data-v-28f56136] {
  height: 24px;
  width: 60px;
}
.footer-info__testing-icon[data-v-28f56136] {
  height: 24px;
  width: 73px;
}
.footer-block-social[data-v-6bd48550] {
  padding: 0 8px 24px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .footer-block-social[data-v-6bd48550] {
    display: flex;
    padding: 0 16px 24px;
  }
}
.footer-block-social__logo[data-v-6bd48550] {
  align-items: center;
  display: flex;
  flex: 1;
  padding-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .footer-block-social__logo[data-v-6bd48550] {
    display: flex;
    flex: 1;
    padding-bottom: 0;
  }
}
.footer-block-social__pic[data-v-6bd48550] img {
  height: 64px;
  width: 64px;
}
.footer-block-social__text-wrap[data-v-6bd48550] {
  padding-left: 8px;
}
.footer-block-social__text[data-v-6bd48550] {
  color: #eef1f6;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.footer-block-social__sub-text[data-v-6bd48550],
.footer-block-social__text[data-v-6bd48550] {
  font-family: Arial, sans-serif;
  letter-spacing: normal;
  text-transform: none;
}
.footer-block-social__sub-text[data-v-6bd48550] {
  color: #9ba7ca;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
@media screen and (min-width: 568px) {
  .footer-block-social__list[data-v-6bd48550] {
    left: 50%;
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-block-social__list[data-v-6bd48550] {
    display: flex;
    flex: 2;
    flex-wrap: wrap;
    height: 48px;
    position: static;
  }
}
.footer-block-social__list-item[data-v-6bd48550]:nth-child(2) {
  margin-bottom: 16px;
}
.footer-block-social__list-item[data-v-6bd48550]:nth-child(3) {
  margin-bottom: 2px;
}
@media screen and (min-width: 1024px) {
  .footer-block-social__list-item[data-v-6bd48550] {
    flex: 1 1 50%;
    margin-bottom: 0;
    max-width: 330px;
  }
  .footer-block-social__list-item[data-v-6bd48550]:nth-child(2) {
    margin-bottom: 0;
  }
}
.footer-menu-skeleton-item[data-v-dab4cabe] {
  border-radius: 20px;
  height: 18px;
  height: 28px;
  padding: 4px;
  width: 120px;
}
.skeleton[data-v-311e2ba2] {
  border-radius: inherit;
}
.skeleton__rect-base[data-v-311e2ba2] {
  fill: #22375d;
}
.skeleton__rect-gradient[data-v-311e2ba2] {
  fill: url(#skeleton-gradient);
}
.skeleton__stop-1[data-v-311e2ba2] {
  stop-color: rgba(34, 55, 93, 0);
}
.skeleton__stop-2[data-v-311e2ba2] {
  stop-color: #364f7d;
}
.skeleton__stop-3[data-v-311e2ba2] {
  stop-color: rgba(54, 79, 125, 0);
}
.footer-menu[data-v-2d6294d7] {
  padding: 0 8px 24px;
}
@media screen and (min-width: 568px) {
  .footer-menu[data-v-2d6294d7] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .footer-menu[data-v-2d6294d7] {
    grid-template-columns: repeat(4, 1fr);
    padding: 0 16px 24px;
  }
}
.__nuxt-error-page {
  align-items: center;
  background: #f7f8fb;
  color: #47494e;
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
  font-weight: 100 !important;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.__nuxt-error-page .error {
  max-width: 450px;
}
.__nuxt-error-page .title {
  color: #47494e;
  font-size: 1.5rem;
  margin-bottom: 8px;
  margin-top: 15px;
}
.__nuxt-error-page .description {
  color: #7f828b;
  line-height: 21px;
  margin-bottom: 10px;
}
.__nuxt-error-page a {
  color: #7f828b !important;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.__nuxt-error-page .logo {
  bottom: 12px;
  left: 12px;
  position: fixed;
}
.home-activity {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 32px 8px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .home-activity {
    padding: 32px 16px;
  }
}
@media screen and (min-width: 1360px) {
  .home-activity {
    flex-direction: row;
    justify-content: center;
  }
}
.home-activity__item {
  max-width: 440px;
  width: 100%;
}
.home-activity__item:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (min-width: 1360px) {
  .home-activity__item:not(:last-child) {
    margin-bottom: 0;
  }
  .home-activity__item:not(:first-child) {
    margin-left: 16px;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .home-activity__item {
    max-width: 608px;
  }
}
@media screen and (min-width: 1024px) {
  .home-activity__item {
    max-width: 656px;
  }
}
.icon-default[data-v-21dbd508] {
  background-image: url(/_nuxt/img/default.33d5fe8.svg);
}
.icon-email[data-v-21dbd508] {
  background-image: url(/_nuxt/img/email.0c00983.svg);
}
.icon-phone[data-v-21dbd508] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xLjMzMjk4IDQuODAzMjVDMS4zMzI5OCA5LjA0NjM2IDYuOTYwNzYgMTQuNjY2OCAxMS4xOTk3IDE0LjY2NjhDMTIuMTI3NCAxNC42NjY4IDEyLjk5NDEgMTQuMzE2OSAxMy42MzMgMTMuNjc4MkwxNC4xODg1IDEzLjAzOTZDMTQuODMzIDEyLjM5NTMgMTQuODMzIDExLjMwNjggMTQuMTYwOCAxMC42MzQ4QzE0LjE0NDEgMTAuNjE4MSAxMi44MDUyIDkuNTkwNjQgMTIuODA1MiA5LjU5MDY0QzEyLjEzODUgOC45NTc1IDExLjA4ODUgOC45NTc1IDEwLjQyNzQgOS41OTA2NEw5LjYxNjMyIDEwLjI0MDRDNy44Mzg1NCA5LjQ4NTEyIDYuNTc3NDMgOC4yMTg4NCA1Ljc2NjMyIDYuMzgwNTNMNi40MTA3NiA1LjU2OTY3QzcuMDQ5NjUgNC45MDg3NyA3LjA0OTY1IDMuODUzNTQgNi40MTA3NiAzLjE5MjY0QzYuNDEwNzYgMy4xOTI2NCA1LjM4Mjk5IDEuODU0MTcgNS4zNjYzMiAxLjgzNzUxQzQuNjk0MSAxLjE2NTQ5IDMuNjA1MjEgMS4xNjU0OSAyLjkzMjk4IDEuODM3NTFMMi4zNDk2NSAyLjM0MjlDMS42ODI5OCAzLjAwMzgxIDEuMzMyOTggMy44NzAyIDEuMzMyOTggNC43OTc2OVY0LjgwMzI1WiIgZmlsbD0iIzlCQTdDQSIvPgo8L3N2Zz4K);
}
.icon-telegram[data-v-21dbd508] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMuMjg1MSAyLjA4MTU0QzE0LjAwNjcgMS43NzAzNCAxNC43ODA0IDIuMzk1MzMgMTQuNjUzIDMuMTg2NkwxMy4xNDc5IDEyLjUzMjhDMTMuMDAyOCAxMy40MzM5IDEyLjAzNjQgMTMuOTUxIDExLjIyOTIgMTMuNTAxOUMxMC41NTM4IDEzLjEyNjEgOS41NTE2IDEyLjU0NzggOC42NDg0MSAxMS45NDMzQzguMTk3NDEgMTEuNjQxNSA2LjgxNjQyIDEwLjY3MzYgNi45ODYxNyA5Ljk4NDY1QzcuMTMxMyA5LjM5NTU1IDkuNDUyOSA3LjE4MjE3IDEwLjc3OTYgNS44NjU4NUMxMS4zMDA3IDUuMzQ4NzkgMTEuMDYzMyA1LjA1MDA4IDEwLjQ0NzkgNS41MjYxNkM4LjkyMTE3IDYuNzA3MTQgNi40NzAwNCA4LjUwMjcgNS42NTk0OCA5LjAwODAzQzQuOTQ0MzIgOS40NTM4NCA0LjU3MDkxIDkuNTI5OTMgNC4xMjU1MiA5LjQ1Mzg0QzMuMzEyMTkgOS4zMTUwNCAyLjU1ODEzIDkuMTAwMDggMS45NDI1MSA4LjgzODcyQzEuMTEwNDQgOC40ODU0NCAxLjE1MDk3IDcuMzE0MzEgMS45NDE5NCA2Ljk3MzI2TDEzLjI4NTEgMi4wODE1NFoiIGZpbGw9IiM5QkE3Q0EiLz4KPC9zdmc+Cg==);
}
.icon-viber[data-v-21dbd508] {
  background-image: url(/_nuxt/img/viber.9ae9830.svg);
}
.footer-menu-item[data-v-21dbd508] {
  align-items: flex-start;
  display: flex;
  margin-bottom: 4px;
  max-width: 280px;
}
.footer-menu-item[data-v-21dbd508]:nth-child(3n) {
  margin-bottom: 20px;
}
@media screen and (min-width: 568px) {
  .footer-menu-item[data-v-21dbd508]:nth-child(3n):nth-child(3n) {
    margin-bottom: 0;
  }
  .footer-menu-item[data-v-21dbd508]:nth-child(3n):nth-child(6n) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 568px) and (min-width: 1024px) {
  .footer-menu-item[data-v-21dbd508]:nth-child(3n):nth-child(6n) {
    margin-bottom: 0;
  }
}
.footer-menu-item[data-v-21dbd508]:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .footer-menu-item[data-v-21dbd508] {
    max-width: 244px;
  }
}
.footer-menu-item__link[data-v-21dbd508] {
  align-items: center;
  display: flex;
}
.footer-menu-item__icon[data-v-21dbd508] {
  height: 16px;
  padding: 8px;
  width: 16px;
}
.footer-menu-item__text[data-v-21dbd508] {
  color: #0093ff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
  overflow: hidden;
  padding-left: 4px;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}
.icon-help-rotate[data-v-45acb04a] {
  background-image: url(/_nuxt/img/help-rotate.e65ee79.svg);
}
.icon-help-rotate-vip[data-v-45acb04a] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC45OTgwNSAxLjAwMDEyQzMuMzQxMTkgMS4wMDAxMiAxLjk5ODA1IDIuMzQzMjcgMS45OTgwNSA0LjAwMDEyTDEuOTk4MDUgMjAuMDAwMUMxLjk5ODA1IDIxLjY1NyAzLjM0MTE5IDIzLjAwMDEgNC45OTgwNSAyMy4wMDAxSDE0Ljk5OEMxNi42NTQ5IDIzLjAwMDEgMTcuOTk4IDIxLjY1NyAxNy45OTggMjAuMDAwMVYxMC42OTMxTDIyLjc4MDkgNC44MTU3MkMyMy4wNDY4IDQuNDg5MDMgMjIuODE0MyA0LjAwMDEyIDIyLjM5MzEgNC4wMDAxMkgxNy45OThDMTcuOTk4IDIuMzQzMjcgMTYuNjU0OSAxLjAwMDEyIDE0Ljk5OCAxLjAwMDEySDQuOTk4MDVaTTQuNjMyODEgOC4yMzAwM1YxMS41NDk2TDcuNDM0MTYgOS4yNzM0OEw0LjYzMjgxIDguMjMwMDNaTTguMzAzMjIgMTQuNTU5N0wxNS40NDQ1IDEyLjA3OThMOC4zMDMyMiA5LjU1MTJWMTQuNTU5N1pNOC4zMDYxNSAxNy45MDA0TDE0Ljc2ODUgMTIuOTEyNUw4LjMwNjE1IDE1LjA5NjVWMTcuOTAwNFpNOC4zMDMyMiA2LjEzNTQxTDE0Ljc4NjIgMTEuMjU5OUw4LjMwMzIyIDguOTY0ODhWNi4xMzU0MVpNNC44NDM3NSAxMi4wMDFMNy43MjQxMiA5LjY2MDUxVjE0LjM0MTNMNC44NDM3NSAxMi4wMDFaTTQuNjMyODEgMTIuNDUyVjE1Ljc3MzlMNy40NTMwNSAxNC43NDM0TDQuNjMyODEgMTIuNDUyWk03LjcyMzgyIDE3Ljk2NDdMNC45ODkyNiAxNi4yNTU2TDcuNzIzODIgMTUuMjU2Nkw3LjcyMzgyIDE3Ljk2NDdaTTcuNzIzNjggNi4wNDgwMkw0Ljk4NjMzIDcuNzU4ODlMNy43MjM2OCA4Ljc3ODkzVjYuMDQ4MDJaIiBmaWxsPSIjMDIxRTMxIi8+Cjwvc3ZnPgo=);
}
.help-button[data-v-45acb04a] {
  display: none;
}
@media screen and (min-width: 1024px) {
  .help-button[data-v-45acb04a] {
    align-items: center;
    background: #0093ff;
    border-radius: 4px 0 0 4px;
    box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.24);
    color: #eef1f6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 128px;
    padding-bottom: 4px;
    transition: box-shadow 0.3s;
    width: 34px;
  }
}
.help-button[data-v-45acb04a]:after,
.help-button[data-v-45acb04a]:before {
  border-radius: inherit;
  bottom: 0;
  content: '';
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (hover) {
  .help-button[data-v-45acb04a]:hover {
    background: #3ea8f4;
  }
}
.help-button[data-v-45acb04a]:active {
  background: #015898;
  height: 128px;
  transform: translateY(1px);
  width: 35px;
}
.help-button[data-v-45acb04a]:active:before {
  display: none;
}
.help-button[data-v-45acb04a]:active:after {
  opacity: 1;
}
.help-button__icon[data-v-45acb04a] {
  height: 24px;
  margin-top: 4px;
  width: 24px;
}
.help-button__icon-wrap[data-v-45acb04a] {
  display: block;
  height: 100%;
  width: 100%;
}
.help-button__icon-wrap--active[data-v-45acb04a] {
  display: none;
}
.help-button__text[data-v-45acb04a] {
  color: #021e31;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.32px;
  line-height: 24px;
  text-transform: none;
  transform: rotate(180deg);
  width: -moz-min-content;
  width: min-content;
  writing-mode: vertical-lr;
}
.icon-telegram[data-v-07abfcf0] {
  background-image: url(/_nuxt/img/telegram.edcacfb.svg);
}
.footer-block-social-btn[data-v-07abfcf0] {
  display: block;
  margin-bottom: 12px;
}
@media screen and (min-width: 568px) {
  .footer-block-social-btn[data-v-07abfcf0] {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-block-social-btn[data-v-07abfcf0] {
    display: flex;
    flex: 1;
  }
}
.footer-block-social-btn__link[data-v-07abfcf0] {
  cursor: pointer;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .footer-block-social-btn__link[data-v-07abfcf0] {
    display: inline;
  }
}
.footer-block-social-btn__icon[data-v-07abfcf0] {
  height: 47px;
  width: 144px;
}
.icon-fortune-wheel {
  background-image: url(/_nuxt/img/fortune-wheel.03384f3.svg);
}
.icon-fortune-wheel-border {
  background-image: url(/_nuxt/img/fortune-wheel-border.78a5a0c.svg);
}
.fortune-wheel-block {
  bottom: 42px;
  margin: 0 auto;
  max-width: 1360px;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 4;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 1024px) {
  .fortune-wheel-block {
    bottom: 52px;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .fortune-wheel-block {
    bottom: auto;
    height: 110px;
    overflow: hidden;
    top: 96px;
  }
}
.fortune-wheel-block--show-motivational {
  bottom: 130px;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 1024px) {
  .fortune-wheel-block--show-motivational {
    bottom: 52px;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .fortune-wheel-block--show-motivational {
    bottom: auto;
  }
}
.fortune-wheel-block__body {
  align-items: stretch;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  padding: 16px 0 0 8px;
  pointer-events: all;
  position: absolute;
  right: 0;
  width: 46px;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 1024px) {
  .fortune-wheel-block__body {
    padding: 16px 8px 0 0;
    right: auto;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .fortune-wheel-block__body {
    bottom: auto;
    top: 0;
    width: 50px;
  }
}
.fortune-wheel-block__content {
  background-color: #3ea8f4;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
  padding: 1px 0 1px 1px;
  position: relative;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 1024px) {
  .fortune-wheel-block__content {
    border-radius: 0 4px 4px 0;
    padding: 1px 1px 1px 0;
  }
}
.fortune-wheel-block__wrap {
  align-items: center;
  background: #22375d;
  border-radius: 3px;
  display: flex;
  height: 78px;
  padding-left: 8px;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 1024px) {
  .fortune-wheel-block__wrap {
    justify-content: flex-end;
    padding: 0 4px 4px;
  }
}
.fortune-wheel-block__label {
  background: #fe3436;
  border-radius: 50%;
  color: #eef1f6;
  display: block;
  font-size: 12px;
  height: 20px;
  left: 13px;
  line-height: 14px;
  padding-top: 2px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 20px;
  z-index: 1;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 1024px) {
  .fortune-wheel-block__label {
    left: 5px;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .fortune-wheel-block__label {
    left: 18px;
  }
}
.fortune-wheel-block__icons {
  position: relative;
}
.fortune-wheel-block__icon {
  bottom: 0;
  height: 22px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
}
.fortune-wheel-block__icon--counter {
  animation: rotate 2.7s linear 0s infinite;
}
.fortune-wheel-block__icon-border {
  height: 24px;
  position: relative;
  width: 24px;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-1turn);
  }
}
.activity-block[data-v-65f06b55] {
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
}
.activity-block__wrap[data-v-65f06b55] {
  background: #021e31;
  border-radius: inherit;
  box-shadow:
    0 4px 8px 3px rgba(0, 0, 0, 0.15),
    0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.activity-block__header[data-v-65f06b55] {
  align-items: center;
  background: #22375d;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  color: #eef1f6;
  display: flex;
  font-family: 'Google Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 52px;
  justify-content: center;
  letter-spacing: normal;
  line-height: 20px;
  text-align: center;
  text-transform: none;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .activity-block__header[data-v-65f06b55] {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 28px;
    text-transform: none;
  }
}
@media screen and (min-width: 1360px) {
  .activity-block__header[data-v-65f06b55] {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 32px;
    text-transform: none;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .activity-block__header[data-v-65f06b55] {
    height: 60px;
  }
}
@media screen and (min-width: 1360px) {
  .activity-block__header[data-v-65f06b55] {
    height: 64px;
  }
}
.activity-block__img[data-v-65f06b55] {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.activity-block__footer[data-v-65f06b55] {
  background: #22375d;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  height: 71px;
  overflow: hidden;
  padding: 8px 0;
}
.activity-block__description[data-v-65f06b55],
.activity-block__footer[data-v-65f06b55] {
  align-items: center;
  display: flex;
  justify-content: center;
}
.activity-block__description[data-v-65f06b55] {
  flex-direction: column;
  width: 140px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .activity-block__description[data-v-65f06b55] {
    width: 166px;
  }
}
.activity-block__countdown[data-v-65f06b55] {
  display: flex;
  justify-content: center;
  min-width: 140px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .activity-block__countdown[data-v-65f06b55] {
    min-width: 166px;
  }
}
.activity-block__title[data-v-65f06b55] {
  color: #eef1f6;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.activity-block__sub-title[data-v-65f06b55],
.activity-block__title[data-v-65f06b55] {
  font-family: Arial, sans-serif;
  letter-spacing: normal;
  text-align: center;
  text-transform: none;
}
.activity-block__sub-title[data-v-65f06b55] {
  color: #9ba7ca;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.activity-block__btn[data-v-65f06b55] {
  margin-left: 8px;
  width: 140px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .activity-block__btn[data-v-65f06b55] {
    margin-left: 12px;
    width: 166px;
  }
}
.activity-block__skeleton[data-v-65f06b55] {
  border-radius: 4px;
  height: 280px;
  width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .activity-block__skeleton[data-v-65f06b55] {
    height: 320px;
  }
}
.countdown[data-v-168fe5bb] {
  padding-right: 2px;
  position: relative;
  z-index: 0;
}
.countdown--center[data-v-168fe5bb] {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.countdown__title[data-v-168fe5bb] {
  color: #eef1f6;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 16px;
  margin-bottom: 2px;
  text-align: center;
  text-transform: none;
}
.countdown__count-wrap[data-v-168fe5bb] {
  border-radius: 4px;
  height: 24px;
  margin: 0 auto 2px;
}
.countdown__count[data-v-168fe5bb] {
  background: #364f7d;
  border: 1px solid #7986b9;
  border-radius: inherit;
  color: #eef1f6;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 0.32px;
  line-height: 24px;
  min-width: 24px;
  padding: 0 2px;
  position: relative;
  text-align: center;
  text-transform: none;
  width: 100%;
}
.countdown__label[data-v-168fe5bb] {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}
.countdown__label[data-v-168fe5bb],
.countdown__separator[data-v-168fe5bb] {
  color: #9ba7ca;
  font-family: Arial, sans-serif;
  letter-spacing: normal;
  text-transform: none;
}
.countdown__separator[data-v-168fe5bb] {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 4px;
}
.countdown__container[data-v-168fe5bb] {
  display: flex;
  padding-top: 2px;
}
.countdown__time[data-v-168fe5bb] {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.countdown__time + .countdown__time[data-v-168fe5bb] {
  margin-left: 12px;
}
.poster-img[data-v-6b42ab1e] {
  border-radius: inherit;
  overflow: hidden;
}
.poster-img__wrap--type1[data-v-6b42ab1e] {
  padding-bottom: 50%;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 1024px) {
  .poster-img__wrap--type1[data-v-6b42ab1e] {
    padding-bottom: 30.282%;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .poster-img__wrap--type1[data-v-6b42ab1e] {
    height: 300px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .poster-img__wrap--type1[data-v-6b42ab1e] {
    height: 398px;
  }
}
.poster-img__wrap--type2[data-v-6b42ab1e] {
  height: 152px;
}
@media screen and (min-width: 375px) {
  .poster-img__wrap--type2[data-v-6b42ab1e] {
    height: 178px;
  }
}
@media screen and (min-width: 568px) {
  .poster-img__wrap--type2[data-v-6b42ab1e] {
    height: 164px;
  }
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .poster-img__wrap--type2[data-v-6b42ab1e] {
    height: 282px;
  }
}
@media screen and (min-width: 1280px) {
  .poster-img__wrap--type2[data-v-6b42ab1e] {
    height: 380px;
  }
}
.poster-img__wrap--type3[data-v-6b42ab1e] {
  padding-bottom: calc(50% - 4px);
}
.poster-img__wrap--type4[data-v-6b42ab1e] {
  height: 152px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .poster-img__wrap--type4[data-v-6b42ab1e] {
    height: 192px;
  }
}
.poster-img__wrap[data-v-6b42ab1e] {
  border-radius: inherit;
  position: relative;
}
.poster-img__pic[data-v-6b42ab1e],
.poster-img__pic[data-v-6b42ab1e] img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.poster-wrap[data-v-38ea8793] {
  border-radius: 4px;
  display: block;
  position: relative;
}
.poster-wrap--event[data-v-38ea8793] {
  border-radius: 4px 4px 0 0;
}
.poster-wrap--pointer[data-v-38ea8793] {
  cursor: pointer;
}
.poster-wrap--activity[data-v-38ea8793] {
  border-radius: 0;
}
.poster-wrap__flag[data-v-38ea8793] {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.poster-wrap__badge[data-v-38ea8793] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.poster-wrap__event-close[data-v-38ea8793] {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 2;
}
.badge[data-v-f86323c0] {
  background: #32a2f4;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  color: #051018;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 12px;
  padding: 4px 8px;
  text-transform: none;
}
.badge--left[data-v-f86323c0] {
  border-radius: 4px 0;
}
.badge--radius-1[data-v-f86323c0] {
  border-radius: 0 0 0 4px;
}
.badge--radius-2[data-v-f86323c0] {
  border-radius: 0 4px;
}
.badge--radius-3[data-v-f86323c0] {
  border-radius: 0 0 4px 4px;
}
.badge__wrap[data-v-f86323c0] {
  align-items: center;
  display: flex;
}
.badge__icon[data-v-f86323c0] {
  height: 12px;
  margin-right: 2px;
  width: 12px;
}
.event-close[data-v-c5b733ba] {
  align-items: center;
  display: flex;
  height: 56px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.event-close[data-v-c5b733ba]:before {
  background: rgba(0, 0, 0, 0.8);
  bottom: -30px;
  content: '';
  filter: blur(5px);
  left: -30px;
  margin: auto;
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: 0;
}
.event-close--activity[data-v-c5b733ba] {
  padding: 0 8px;
}
.event-close__icon[data-v-c5b733ba] {
  flex-shrink: 0;
  height: 32px;
  margin-right: 4px;
  width: 32px;
  z-index: 1;
}
.event-close__text[data-v-c5b733ba] {
  padding-top: 4px;
  z-index: 1;
}
.event-close__text[data-v-c5b733ba],
.event-close__text-mob[data-v-c5b733ba] {
  color: #eef1f6;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
  text-transform: none;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .event-close__text-mob[data-v-c5b733ba] {
    display: none;
  }
}
.event-close__text-bold[data-v-c5b733ba] {
  color: #ffc633;
}
.event-close__text-desc[data-v-c5b733ba] {
  display: none;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .event-close__text-desc[data-v-c5b733ba] {
    color: #eef1f6;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 20px;
    text-transform: none;
  }
}
.registration-modal-ban[data-v-9b954c8c] {
  display: flex;
  height: 100%;
  justify-content: center;
  padding-bottom: 44.58%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 1024px) {
  .registration-modal-ban[data-v-9b954c8c] {
    display: none;
  }
}
@media screen and (max-width: 1023px) and (orientation: portrait), screen and (max-width: 1112px) and (orientation: landscape) {
  .registration-modal-ban--mobile-hidden[data-v-9b954c8c] {
    display: none;
  }
}
.registration-modal-ban__pic[data-v-9b954c8c] {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.registration-modal-ban__pic[data-v-9b954c8c] img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.registration-modal-ban__wrap[data-v-9b954c8c]:first-child {
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}
.nav-tabs[data-v-423ad0df] {
  background: #0c101d;
  display: flex;
  position: relative;
  width: 100%;
}
.nav-tabs-scroll[data-v-423ad0df] {
  height: 40px;
  overflow: hidden;
}
.nav-tabs-scroll .nav-tabs[data-v-423ad0df] {
  overflow-x: auto;
  overflow-y: hidden;
  overflow: auto hidden;
  padding-bottom: 24px;
}
.nav-tabs-scroll .nav-tabs__btn[data-v-423ad0df]:not(.nav-tabs__btn--icon) {
  flex-shrink: 0;
}
.nav-tabs-scroll--sticky[data-v-423ad0df] {
  height: 48px;
  left: 0;
  margin-top: 0;
  overflow: hidden;
  padding-top: 8px;
  position: sticky;
  top: 55px;
  z-index: 3;
}
.nav-tabs-scroll--sticky[data-v-423ad0df]:before {
  background-color: #0c101d;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .nav-tabs-scroll--sticky[data-v-423ad0df] {
    top: 72px;
  }
}
.nav-tabs-scroll--cookie[data-v-423ad0df] {
  top: 108px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .nav-tabs-scroll--cookie[data-v-423ad0df] {
    top: 126px;
  }
}
.nav-tabs-scroll--hello-bar[data-v-423ad0df] {
  top: 118px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .nav-tabs-scroll--hello-bar[data-v-423ad0df] {
    top: 136px;
  }
}
.nav-tabs-scroll--padding-top[data-v-423ad0df] {
  background: #0c101d;
  height: 48px;
  padding-top: 8px;
}
.nav-tabs-scroll--margin-minus[data-v-423ad0df] {
  margin-left: -8px;
  margin-right: -8px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .nav-tabs-scroll--margin-minus[data-v-423ad0df] {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.nav-tabs__btn[data-v-423ad0df] {
  align-items: center;
  background: #11192d;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #9ba7ca;
  display: flex;
  flex: 1;
  flex-basis: 100px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  letter-spacing: normal;
  line-height: 20px;
  margin-right: 2px;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
}
.nav-tabs__btn[data-v-423ad0df]:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .nav-tabs__btn[data-v-423ad0df]:nth-child(-n + 2) {
    position: sticky;
    z-index: 2;
  }
  .nav-tabs__btn[data-v-423ad0df]:first-child {
    border-right: 2px solid #0c101d;
    left: 0;
    margin-right: 0;
  }
  .nav-tabs__btn[data-v-423ad0df]:nth-child(2) {
    left: 48px;
  }
}
[data-v-423ad0df] .nav-tabs__btn--last-games {
  background: #015898;
  color: #9ed3fa;
  min-width: 125px;
}
[data-v-423ad0df] .nav-tabs__btn--last-games .nav-tabs__name.nav-tabs__name {
  display: block;
  margin-left: 4px;
}
[data-v-423ad0df] .nav-tabs__btn--active {
  background: #132648;
  color: #eef1f6;
}
.nav-tabs__btn--icon[data-v-423ad0df] {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0;
  width: 48px;
}
.nav-tabs__btn--icon .nav-tabs__name[data-v-423ad0df] {
  display: none;
}
.nav-tabs__btn-icon[data-v-423ad0df] {
  flex-shrink: 0;
  height: 24px;
  position: relative;
  width: 24px;
}
.nav-tabs__icon[data-v-423ad0df] {
  left: 0;
  position: absolute;
  top: 0;
}
.nav-tabs-scroll.nav-tabs-scroll--skeleton-grid[data-v-423ad0df] {
  display: grid;
  grid-auto-rows: 0;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-template-rows: 16px;
  padding: 8px 8px 0;
  z-index: 0;
  grid-column-gap: 8px;
  box-sizing: content-box;
  height: 16px;
  margin-top: 0;
}
.nav-tabs__btn-text--not-iphone-5[data-v-423ad0df] {
  display: block;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation: portrait) {
  .nav-tabs__btn-text--not-iphone-5[data-v-423ad0df] {
    display: none;
  }
}
.nav-tabs__btn-text--iphone-5[data-v-423ad0df] {
  display: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation: portrait) {
  .nav-tabs__btn-text--iphone-5[data-v-423ad0df] {
    display: block;
  }
}
.registration[data-v-423ad0df] {
  background-color: #132648;
  border-radius: 4px;
  box-shadow:
    0 4px 8px 3px rgba(0, 0, 0, 0.15),
    0 1px 3px 0 rgba(0, 0, 0, 0.3);
  margin: auto;
  max-width: 480px;
  transition: margin 0.7s ease-in-out;
  width: 100%;
}
@media screen and (max-width: 1023px) and (orientation: portrait), screen and (max-width: 1112px) and (orientation: landscape) {
  .registration--centered-top[data-v-423ad0df] {
    margin-top: 0;
  }
}
.registration__headline[data-v-423ad0df] {
  align-items: center;
  background-color: #0c101d;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  display: flex;
  height: 48px;
  justify-content: center;
  position: relative;
}
.registration__title[data-v-423ad0df] {
  color: #eef1f6;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 24px;
  text-transform: none;
}
.registration__close[data-v-423ad0df] {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.registration__foot[data-v-423ad0df] {
  align-items: center;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  display: flex;
  height: 40px;
  justify-content: space-between;
  padding: 0 16px;
}
.icon-close-btn {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjI5Mjg5IDE4LjcwNzFDNS42ODM0MiAxOS4wOTc2IDYuMzE2NTggMTkuMDk3NiA2LjcwNzExIDE4LjcwNzFMMTIgMTMuNDE0MkwxNy4yOTI5IDE4LjcwNzFDMTcuNjgzNCAxOS4wOTc2IDE4LjMxNjYgMTkuMDk3NiAxOC43MDcxIDE4LjcwNzFDMTkuMDk3NiAxOC4zMTY2IDE5LjA5NzYgMTcuNjgzNCAxOC43MDcxIDE3LjI5MjlMMTMuNDE0MiAxMkwxOC43MDcxIDYuNzA3MTFDMTkuMDk3NiA2LjMxNjU4IDE5LjA5NzYgNS42ODM0MiAxOC43MDcxIDUuMjkyODlDMTguMzE2NiA0LjkwMjM3IDE3LjY4MzQgNC45MDIzNyAxNy4yOTI5IDUuMjkyODlMMTIgMTAuNTg1OEw2LjcwNzExIDUuMjkyODlDNi4zMTY1OCA0LjkwMjM3IDUuNjgzNDIgNC45MDIzNyA1LjI5Mjg5IDUuMjkyODlDNC45MDIzNyA1LjY4MzQyIDQuOTAyMzcgNi4zMTY1OCA1LjI5Mjg5IDYuNzA3MTFMMTAuNTg1OCAxMkw1LjI5Mjg5IDE3LjI5MjlDNC45MDIzNyAxNy42ODM0IDQuOTAyMzcgMTguMzE2NiA1LjI5Mjg5IDE4LjcwNzFaIiBmaWxsPSIjOUJBN0NBIi8+Cjwvc3ZnPgo=);
}
.icon-close-btn-light {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTEwLjU4NiAxMkw1LjI5MyA2LjcwN2ExIDEgMCAwIDEgMS40MTQtMS40MTRMMTIgMTAuNTg2bDUuMjkzLTUuMjkzYTEgMSAwIDAgMSAxLjQxNCAxLjQxNEwxMy40MTQgMTJsNS4yOTMgNS4yOTNhMSAxIDAgMSAxLTEuNDE0IDEuNDE0TDEyIDEzLjQxNGwtNS4yOTMgNS4yOTNhMSAxIDAgMCAxLTEuNDE0LTEuNDE0TDEwLjU4NiAxMnoiIGZpbGw9IiM5QkE3Q0EiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
}
.icon-popup-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIGZpbGw9IiM3NDdjOGUiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Ljc2NCA5LjIzNmEuOS45IDAgMCAxIDEuMjczLTEuMjczTDEyIDEwLjkyN2wyLjk2NC0yLjk2NGEuOS45IDAgMSAxIDEuMjczIDEuMjczTDEzLjI3NCAxMi4ybDIuOTY0IDIuOTY0YS45LjkgMCAwIDEtMS4yNzMgMS4yNzNMMTIgMTMuNDczbC0yLjk2NCAyLjk2NGEuOS45IDAgMCAxLTEuMjczLTEuMjczbDIuOTY0LTIuOTY0LTIuOTY0LTIuOTY0eiIgZmlsbD0iIzE5MTkxOSIvPjwvc3ZnPgo=);
}
.icon-popup-close-hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIGZpbGw9IiM5QkE3Q0EiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjY1NSA4LjI4NGEuOTcuOTcgMCAwIDAtMS4zNzEgMCAuOTcuOTcgMCAwIDAgMCAxLjM3MWwyLjMxNCAyLjMxNS0yLjE1NiAyLjE1NmEuOTcuOTcgMCAwIDAgMCAxLjM3MS45Ny45NyAwIDAgMCAxLjM3MSAwbDIuMTU2LTIuMTU2IDIuMTU2IDIuMTU2YS45Ny45NyAwIDAgMCAxLjM3MSAwIC45Ny45NyAwIDAgMCAwLTEuMzcxTDEzLjM0IDExLjk3bDIuMzE0LTIuMzE1YS45Ny45NyAwIDAgMCAwLTEuMzcxLjk3Ljk3IDAgMCAwLTEuMzcxIDBMMTEuOTcgMTAuNiA5LjY1NSA4LjI4NHoiIGZpbGw9IiMxYTE5MTkiLz48L3N2Zz4K);
}
.icon-popup-close-active {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIGZpbGw9IiNmZmYiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjY1NSA4LjI4NGEuOTcuOTcgMCAwIDAtMS4zNzEgMCAuOTcuOTcgMCAwIDAgMCAxLjM3MWwyLjMxNCAyLjMxNS0yLjE1NiAyLjE1NmEuOTcuOTcgMCAwIDAgMCAxLjM3MS45Ny45NyAwIDAgMCAxLjM3MSAwbDIuMTU2LTIuMTU2IDIuMTU2IDIuMTU2YS45Ny45NyAwIDAgMCAxLjM3MSAwIC45Ny45NyAwIDAgMCAwLTEuMzcxTDEzLjM0IDExLjk3bDIuMzE0LTIuMzE1YS45Ny45NyAwIDAgMCAwLTEuMzcxLjk3Ljk3IDAgMCAwLTEuMzcxIDBMMTEuOTcgMTAuNiA5LjY1NSA4LjI4NHoiIGZpbGw9IiMxYTE5MTkiLz48L3N2Zz4K);
}
.icon-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNS4yOTI4OSAxOS4yMDc1QzUuNjgzNDIgMTkuNTk4IDYuMzE2NTggMTkuNTk4IDYuNzA3MTEgMTkuMjA3NUwxMiAxMy45MTQ2TDE3LjI5MjkgMTkuMjA3NUMxNy42ODM0IDE5LjU5OCAxOC4zMTY2IDE5LjU5OCAxOC43MDcxIDE5LjIwNzVDMTkuMDk3NiAxOC44MTY5IDE5LjA5NzYgMTguMTgzOCAxOC43MDcxIDE3Ljc5MzNMMTMuNDE0MiAxMi41MDA0TDE4LjcwNzEgNy4yMDc0N0MxOS4wOTc2IDYuODE2OTUgMTkuMDk3NiA2LjE4Mzc4IDE4LjcwNzEgNS43OTMyNkMxOC4zMTY2IDUuNDAyNzQgMTcuNjgzNCA1LjQwMjc0IDE3LjI5MjkgNS43OTMyNkwxMiAxMS4wODYyTDYuNzA3MTEgNS43OTMyNkM2LjMxNjU4IDUuNDAyNzQgNS42ODM0MiA1LjQwMjc0IDUuMjkyODkgNS43OTMyNkM0LjkwMjM3IDYuMTgzNzggNC45MDIzNyA2LjgxNjk1IDUuMjkyODkgNy4yMDc0N0wxMC41ODU4IDEyLjUwMDRMNS4yOTI4OSAxNy43OTMzQzQuOTAyMzcgMTguMTgzOCA0LjkwMjM3IDE4LjgxNjkgNS4yOTI4OSAxOS4yMDc1WiIgZmlsbD0iIzlCQTdDQSIvPgo8L3N2Zz4K);
}
.close-button {
  height: 24px;
  width: 24px;
}
.close-button:active {
  opacity: 0.8;
}
.close-button:after {
  content: '';
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}
.close-button.close-button--size20 {
  height: 20px;
  width: 20px;
}
@media (hover) {
  .close-button--second:hover .close-button__ico--hover {
    display: block;
  }
  .close-button--second:hover .close-button__ico--normal {
    display: none;
  }
}
.close-button--second:active {
  opacity: 1;
}
.close-button--second:active .close-button__ico--active {
  display: block;
}
.close-button--second:active .close-button__ico--normal {
  display: none;
}
.close-button__ico {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.close-button__ico--active.close-button__ico--active,
.close-button__ico--hover.close-button__ico--hover {
  display: none;
}
.promo-button[data-v-0cffb756] {
  align-items: center;
  background-color: #11192d;
  border-radius: 16px;
  display: flex;
  height: 32px;
  justify-content: center;
  padding: 0 8px;
  width: 100%;
}
.promo-button__pic[data-v-0cffb756] {
  margin-right: 4px;
}
.promo-pic[data-v-f5d0fbe8] {
  height: 16px;
  width: 16px;
}
.promo-text[data-v-33f7c2a0] {
  align-items: center;
  display: flex;
}
.promo-text__additional[data-v-33f7c2a0] {
  color: #9ba7ca;
}
.promo-text__additional[data-v-33f7c2a0],
.promo-text__link[data-v-33f7c2a0] {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
  text-transform: none;
}
.promo-text__link[data-v-33f7c2a0] {
  color: #3ea8f4;
  margin-left: 4px;
  position: relative;
}
.icon-promo-code[data-v-3f52ef14] {
  background-image: url(/_nuxt/img/promo-code.ffa4f64.svg);
}
.registration-tab[data-v-3f52ef14] {
  padding: 12px 8px 16px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .registration-tab[data-v-3f52ef14] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.registration-tab__desc[data-v-3f52ef14] {
  margin-bottom: 16px;
}
.registration-tab__input[data-v-3f52ef14]:not(:last-child),
.registration-tab__inputs[data-v-3f52ef14]:not(:last-child) {
  margin-bottom: 8px;
}
.registration-tab__input--align-center[data-v-3f52ef14] {
  margin-left: auto;
  margin-right: auto;
}
.registration-tab__check[data-v-3f52ef14] {
  margin-bottom: 24px;
}
.registration-tab__btn[data-v-3f52ef14] {
  display: flex;
  justify-content: center;
}
.registration-tab__btn .v-button[data-v-3f52ef14] {
  width: 200px;
}
.registration-tab__btn-item[data-v-3f52ef14] {
  width: 200px;
  z-index: 0;
}
.registration-tab__login[data-v-3f52ef14] {
  display: none;
}
.icon-vk[data-v-7fabf466] {
  background-image: url(/_nuxt/img/vk.749f43d.svg);
}
.icon-facebook[data-v-7fabf466] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCI+PGRlZnM+PGxpbmVhckdyYWRpZW50IHgxPSI1MCUiIHkxPSI4Ljg5OTA4OTklIiB4Mj0iNTAlIiB5Mj0iOTMuNTUxOTk4MiUiIGlkPSJBIj48c3RvcCBzdG9wLWNvbG9yPSIjZmZmIiBvZmZzZXQ9IjAlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBmaWxsPSIjMWMzMDYyIiB5PSIyIiB3aWR0aD0iNDAiIGhlaWdodD0iMzgiIHJ4PSI1Ii8+PHJlY3QgZmlsbD0iIzNhNjFiMiIgd2lkdGg9IjQwIiBoZWlnaHQ9IjM4IiByeD0iNSIvPjxyZWN0IGZpbGw9InVybCgjQSkiIG9wYWNpdHk9Ii4yIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6c29mdC1saWdodCIgd2lkdGg9IjQwIiBoZWlnaHQ9IjM4IiByeD0iNSIvPjxwYXRoIGQ9Ik0yNC43MzYgMzRWMjAuMzE2aDQuNDIybC42NjItNS4zMzNoLTUuMDg1di0zLjQwNWMwLTEuNTQ0LjQxMy0yLjU5NiAyLjU0NS0yLjU5NkgzMFY0LjJjLS40Ny0uMDY1LTIuMDg0LS4yLTMuOTYyLS4yLTMuOTIgMC02LjYwNCAyLjQ4NS02LjYwNCA3LjA1djMuOTMzSDE1djUuMzMzaDQuNDM0VjM0aDUuMzAzeiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjwvc3ZnPgo=);
}
.icon-google[data-v-7fabf466] {
  background-image: url(/_nuxt/img/google.f11ff58.svg);
}
.icon-apple[data-v-7fabf466] {
  background-image: url(/_nuxt/img/apple.304618e.svg);
}
.icon-mail[data-v-7fabf466] {
  background-image: url(/_nuxt/img/mail.3b02d45.svg);
}
.icon-ok[data-v-7fabf466] {
  background-image: url(/_nuxt/img/ok.57f3235.svg);
}
.icon-ya[data-v-7fabf466] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCI+PGRlZnM+PGxpbmVhckdyYWRpZW50IHgxPSI1MCUiIHkxPSI4Ljg5OTA4OTklIiB4Mj0iNTAlIiB5Mj0iOTMuNTUxOTk4MiUiIGlkPSJBIj48c3RvcCBzdG9wLWNvbG9yPSIjZmZmIiBvZmZzZXQ9IjAlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBmaWxsPSIjOTY5NDk0IiB5PSIyIiB3aWR0aD0iNDAiIGhlaWdodD0iMzgiIHJ4PSI1Ii8+PHJlY3QgZmlsbD0iI2ZmZiIgd2lkdGg9IjQwIiBoZWlnaHQ9IjM4IiByeD0iNSIvPjxyZWN0IGZpbGw9InVybCgjQSkiIG9wYWNpdHk9Ii4xNiIgd2lkdGg9IjQwIiBoZWlnaHQ9IjM4IiByeD0iNSIvPjxwYXRoIGQ9Ik0yNC41IDYuNzI3aC0xLjg2NGMtMi44MTggMC01LjU0NiAxLjcyLTUuNTQ2IDYuNzEzIDAgNC44MjUgMi41IDYuMzc4IDUuNTQ2IDYuMzc4SDI0LjVWNi43Mjd6bS0yLjkxIDE1Ljc3NkwxNi4wNDUgMzRIMTJsNi4wOS0xMi4yOTRjLTIuODY0LTEuMzQzLTQuNzczLTMuNzc2LTQuNzczLTguMjY2IDAtNi4yOTQgNC4zMTgtOS40NCA5LjQ1NS05LjQ0SDI4djMwaC0zLjVWMjIuNTA0aC0yLjkxeiIgZmlsbD0iI2Q3MmIyMyIvPjwvZz48L3N2Zz4K);
}
.icon-telegram[data-v-7fabf466] {
  background-image: url(/_nuxt/img/telegram.b5a1a63.svg);
}
.social-list[data-v-7fabf466] {
  display: flex;
  justify-content: center;
}
.social-list__item[data-v-7fabf466]:not(:last-child) {
  margin-right: 8px;
}
.social-list__social-btn[data-v-7fabf466] {
  display: block;
  height: 40px;
  width: 40px;
}
.social-login[data-v-1abcbdd2] {
  padding: 8px 16px 24px;
}
.social-login.social-login--min-design[data-v-1abcbdd2] {
  padding: 16px 0 0;
}
.social-login.social-login--min-design[data-v-1abcbdd2] .social-list {
  flex-wrap: wrap;
}
.social-login.social-login--min-design[data-v-1abcbdd2] .social-list__item {
  margin: 8px;
}
.social-login.social-login--min-design .social-login__title[data-v-1abcbdd2] {
  margin-bottom: 16px;
}
.social-login__title[data-v-1abcbdd2] {
  color: #9ba7ca;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 16px;
  margin-bottom: 24px;
  overflow: hidden;
  text-align: center;
  text-transform: none;
}
.social-login__title[data-v-1abcbdd2]:after,
.social-login__title[data-v-1abcbdd2]:before {
  background-color: #9ba7ca;
  content: '';
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.social-login__title[data-v-1abcbdd2]:before {
  left: -12px;
  margin-left: -100%;
}
.social-login__title[data-v-1abcbdd2]:after {
  margin-right: -100%;
  right: -12px;
}
.social-login__title-text[data-v-1abcbdd2] {
  display: inline-flex;
}
.overlay2[data-v-2a537fa9] {
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15;
}
.overlay2--flex-center[data-v-2a537fa9] {
  align-items: safe center;
}
.overlay2--flex-start[data-v-2a537fa9] {
  align-items: flex-start;
}
.overlay2.overlay2--z-13[data-v-2a537fa9] {
  z-index: 13;
}
.overlay2.overlay2--z-101[data-v-2a537fa9] {
  z-index: 101;
}
.overlay2.overlay2--z-16[data-v-2a537fa9] {
  z-index: 16;
}
.overlay2--flex[data-v-2a537fa9] {
  display: flex;
  overflow: auto;
}
.input-item-wrap__ico,
.input-item-wrap__ico-right {
  -moz-user-select: none;
}
.input-item-tel:active,
.input-item:active {
  background-color: transparent;
}
.input-item,
.input-item-tel {
  display: flex;
  flex-direction: column;
  position: relative;
  transition: padding 0.3s;
  z-index: 0;
}
.input-item--second {
  background-color: inherit;
  height: 100%;
  line-height: 24px;
  position: relative;
}
.input-item--second:hover .input-item-wrap--border-title:before {
  border-color: #7986b9;
}
.input-item--second:focus-within .input-item-wrap--border-title:before {
  border-color: #364f7d;
  border-width: 2px;
}
.input-item--second:focus-within .input-item__title--on-border {
  color: #364f7d;
}
.input-item-tel {
  z-index: 2;
}
.input-item-tel--disabled {
  cursor: not-allowed;
  filter: opacity(0.5);
  pointer-events: none;
}
.input-item-tel--country-list-open {
  z-index: 3;
}
.input-item-tel--position-static {
  position: static;
}
.input-item-tel__error-text {
  color: #fe3436;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 16px;
  overflow: hidden;
  padding-top: 4px;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  width: 100%;
}
.input-item--deposit.input-item-tel,
.input-item.input-item--deposit {
  margin-right: 8px;
  width: 152px;
}
.input-item--deposit.input-item-tel input,
.input-item.input-item--deposit input {
  color: #9ba7ca;
}
.input-item-wrap__bg {
  background-color: #0c101d;
  border-radius: 3px;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.input-item-wrap__input,
.input-item-wrap__input-pseudo {
  color: #eef1f6;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  letter-spacing: normal;
  line-height: 24px;
  padding: 0 16px;
  text-transform: none;
  width: 100%;
}
.input-item-wrap__input--second {
  color: #9ba7ca;
  min-width: 0;
  padding-left: 2px;
  -webkit-text-fill-color: #9ba7ca;
  background: transparent;
}
.input-item-wrap__input--textarea {
  padding: 0;
}
.input-previous-data {
  color: #9ba7ca;
  display: none;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  padding: 0 12px;
  position: absolute;
  right: 0;
  text-transform: none;
  z-index: 2;
}
.input-previous-data:after {
  padding-top: 1px;
  text-align: right;
  width: 18px;
  z-index: 3;
}
.input-item-wrap__input-pseudo {
  align-items: baseline;
  bottom: 0;
  color: transparent;
  display: flex;
  height: 28px;
  left: 0;
  line-height: 28px;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  padding: 0 12px;
  position: absolute;
  top: 0;
}
.input-item-wrap--cur,
.input-item-wrap--cur .input-item-wrap__bg {
  align-items: center;
  display: flex;
}
.input-item-wrap--cur .input-item-wrap__input {
  height: 16px;
  position: relative;
  z-index: 2;
}
.input-item-wrap {
  border-radius: 4px;
  display: block;
  height: 40px;
  width: 100%;
}
.input-item-wrap.input-item-wrap--area {
  height: 56px;
}
.input-item-wrap.input-item-wrap--area .input-item-wrap__bg {
  padding: 8px 0;
}
.input-item-wrap.active .input-item-wrap__input-pseudo {
  opacity: 1;
}
.input-item-wrap.active .input-previous-data {
  display: block;
}
.input-item-wrap.input-item-wrap--captcha {
  width: calc(100% - 136px);
}
.input-item-wrap--border-title {
  background: transparent;
  position: relative;
}
.input-item-wrap--border-title:before {
  border: 1px solid #9ba7ca;
  border-radius: inherit;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: border-color 0.3s;
  width: 100%;
  z-index: -1;
}
.input-item-wrap--border-title ::-moz-placeholder {
  color: #9ba7ca;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  opacity: 1;
  text-transform: none;
}
.input-item-wrap--border-title ::placeholder {
  color: #9ba7ca;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  opacity: 1;
  text-transform: none;
}
.input-item-wrap--input {
  height: 48px;
  padding: 3px;
  z-index: 0;
}
.input-item-wrap--textarea {
  height: 100%;
  padding: 12px 16px;
  z-index: 0;
}
.alert-text {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 16px;
  min-height: 15px;
  overflow: hidden;
  padding-top: 1px;
  text-transform: none;
  visibility: hidden;
  white-space: nowrap;
  width: 100%;
}
.alert-text > a {
  color: #0093ff;
}
@media (hover) {
  .alert-text > a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
}
.input-item-wrap__ico-right {
  bottom: 0;
  height: 24px;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 6px;
  top: 0;
  width: 24px;
  z-index: 1;
}
.input-item-wrap__ico-right.show-pass {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  opacity: 0.3;
  right: 0;
  width: 35px;
}
.input-item-wrap__ico-right.show-pass [class*='icon-'] {
  height: 13px;
  width: 18px;
}
.input-item-wrap__ico-right.show-pass:before {
  background-color: currentcolor;
  border-right: 1px solid #eef1f6;
  bottom: 0;
  box-sizing: content-box;
  content: '';
  height: 19px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-45deg);
  transition: opacity 0.3s;
  width: 2px;
}
.input-item-wrap__ico-right.active {
  color: #0c101d;
}
.input-item-wrap__ico-right.active:before {
  opacity: 1;
}
.input-item-wrap__ico-right:active {
  opacity: 0.4;
}
.input-item-wrap__ico-right--alert-ico {
  display: none;
}
.attention .alert-text,
.error .alert-text,
.limit .alert-text,
.success .alert-text {
  visibility: visible;
  white-space: normal;
}
.error .input-item-wrap {
  box-shadow: 0 0 0 1px #fe3436;
}
.error .input-item-wrap--border-title {
  background: transparent;
}
.error .input-item-wrap--border-title:before {
  background-image: none;
  border-color: #fe3436;
  border-width: 2px;
}
.error .alert-text,
.error .input-item__title--on-border {
  color: #fe3436;
}
.error .confirmation-code-input__input {
  border: 2px solid #fe3436;
}
.error .input-item__error-text {
  color: #fe3436;
  line-height: 18px;
  padding-left: 16px;
  padding-top: 3px;
}
.attention .alert-text,
.attention .input-item-wrap__ico-right--alert-ico {
  color: #ffc633;
}
.attention .input-item-wrap__ico-right--alert-ico {
  display: block;
}
.attention .input-item-wrap__input {
  padding-right: 36px;
}
.attention .input-item-wrap__ico-right:not(.input-item-wrap__ico-right--alert-ico) {
  display: none;
}
.success .alert-text {
  color: #35bd52;
}
.input-item__title {
  color: #9ba7ca;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 12px;
  margin-bottom: 4px;
  padding-top: 2px;
  text-transform: none;
}
.input-item__title--center-bold {
  font-weight: 700;
  text-align: center;
}
.input-item__title--on-border {
  align-self: flex-start;
  background-color: #eef1f6;
  color: #9ba7ca;
  left: 12px;
  line-height: 16px;
  padding-left: 4px;
  padding-right: 4px;
  position: absolute;
  top: -8px;
  z-index: 1;
}
.input-item__forgot {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 16px;
  text-transform: none;
}
.input-item__input {
  text-shadow: inherit;
}
.input-item-wrap__input-pseudo--per:after {
  color: #eef1f6;
  content: ' %';
}
.input-previous-data--per:after {
  content: '%';
}
.input-item-wrap.active .input-item-wrap__input + .input-item-wrap__input-pseudo {
  color: #3c4b6d;
  justify-content: flex-end;
}
body.rub .input-item-wrap__input + .input-item-wrap__input-pseudo:after {
  color: #3c4b6d;
}
.input-item-wrap__ico-wrap {
  background-color: #9ba7ca;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  bottom: 0;
  height: 36px;
  left: 0;
  position: absolute;
  top: 0;
  width: 36px;
}
.input-item-wrap__ico {
  bottom: 0;
  height: 24px;
  left: 6px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 24px;
}
.input-item-wrap.input-item-wrap--ico-left .input-item-wrap__input {
  padding-left: 44px;
}
.input-item-wrap.input-item-wrap--ico-right .input-item-wrap__input {
  padding-right: 36px;
}
.input-item-wrap__text--pic-right {
  padding-right: 88px;
}
.input-item__sub {
  color: #ffc633;
}
.input-item__limit,
.input-item__sub {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 16px;
  text-transform: none;
}
.input-item__limit {
  color: #9ba7ca;
  display: block;
  min-height: 15px;
  padding-top: 1px;
  width: 100%;
}
.rub .input-item-wrap__input-pseudo--cur:after {
  color: #eef1f6;
  content: ' i';
  font-family: 'ALS Rubl', sans-serif;
  font-weight: 400;
}
.azn .input-item-wrap__input-pseudo--cur:after,
.inr .input-item-wrap__input-pseudo--cur:after,
.kzt .input-item-wrap__input-pseudo--cur:after,
.uah .input-item-wrap__input-pseudo--cur:after {
  font-weight: inherit;
}
.input-item--select-btn.input-item-tel .input-item-wrap,
.input-item.input-item--select-btn .input-item-wrap {
  background-color: #eef1f6;
  position: relative;
}
.input-item-wrap__select {
  align-items: center;
  border-radius: 4px;
  color: #eef1f6;
  cursor: pointer;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 0.32px;
  line-height: 20px;
  padding: 0 16px;
  position: relative;
  text-transform: none;
  width: 100%;
  z-index: 1;
}
.input-item-wrap__select .personal-pic img {
  border-radius: 2px;
  height: 20px;
  margin-left: -4px;
  margin-right: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 30px;
}
.input-item-wrap__select.active {
  color: #9ba7ca;
}
.input-item-wrap__select-label {
  color: inherit;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.input-item__select-pic {
  max-height: 76%;
  max-width: 60px;
  position: absolute;
  right: 39px;
  top: 50%;
  transform: translateY(-50%);
}
.input-item__select-pic.input-item__select-pic--visa {
  height: 14px;
  width: 41px;
}
.input-item__triangle:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #9ba7ca;
  content: '';
  display: block;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 0;
}
.input-item--input-plus-select .input-item__triangle {
  bottom: 0;
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  width: 3em;
  z-index: 4;
}
.input-item--input-plus-select .input-item-wrap__select {
  color: #0c101d;
}
.email-auto-complete[data-v-f0075f50] {
  position: relative;
}
.email-auto-complete__overlay[data-v-f0075f50] {
  background-color: #11192d;
  border-radius: 4px;
  max-height: 194px;
  overflow: auto;
  padding: 4px 0;
  position: absolute;
  top: calc(100% + 4px);
  width: 100%;
  z-index: 10;
}
.email-auto-complete__item[data-v-f0075f50] {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  letter-spacing: normal;
  line-height: 24px;
  padding: 0 4px;
  text-transform: none;
  transition: background-color 0.2s ease-in-out;
  will-change: background-color;
}
.email-auto-complete__item[data-v-f0075f50]:not(:last-child) {
  margin-bottom: 2px;
}
.email-auto-complete__item-selected .email-auto-complete__completion[data-v-f0075f50],
.email-auto-complete__item:hover .email-auto-complete__completion[data-v-f0075f50] {
  background-color: #132648;
  color: #eef1f6;
}
.email-auto-complete__completion[data-v-f0075f50] {
  border-radius: 2px;
  color: #9ba7ca;
  display: flex;
  padding: 8px;
  width: 100%;
}
.overlay-language-validator[data-v-5a760e48] {
  height: 100%;
}
.input-item-wrap__ico,
.input-item-wrap__ico-right {
  -moz-user-select: none;
}
.input-item-tel:active,
.input-item:active {
  background-color: transparent;
}
.input-item,
.input-item-tel {
  display: flex;
  flex-direction: column;
  position: relative;
  transition: padding 0.3s;
  z-index: 0;
}
.input-item--second {
  background-color: inherit;
  height: 100%;
  line-height: 24px;
  position: relative;
}
.input-item--second:hover .input-item-wrap--border-title:before {
  border-color: #7986b9;
}
.input-item--second:focus-within .input-item-wrap--border-title:before {
  border-color: #364f7d;
  border-width: 2px;
}
.input-item--second:focus-within .input-item__title--on-border {
  color: #364f7d;
}
.input-item-tel {
  z-index: 2;
}
.input-item-tel--disabled {
  cursor: not-allowed;
  filter: opacity(0.5);
  pointer-events: none;
}
.input-item-tel--country-list-open {
  z-index: 3;
}
.input-item-tel--position-static {
  position: static;
}
.input-item-tel__error-text {
  color: #fe3436;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 16px;
  overflow: hidden;
  padding-top: 4px;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  width: 100%;
}
.input-item--deposit.input-item-tel,
.input-item.input-item--deposit {
  margin-right: 8px;
  width: 152px;
}
.input-item--deposit.input-item-tel input,
.input-item.input-item--deposit input {
  color: #9ba7ca;
}
.input-item-wrap__bg {
  background-color: #0c101d;
  border-radius: 3px;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.input-item-wrap__input,
.input-item-wrap__input-pseudo {
  color: #eef1f6;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  letter-spacing: normal;
  line-height: 24px;
  padding: 0 16px;
  text-transform: none;
  width: 100%;
}
.input-item-wrap__input--second {
  color: #9ba7ca;
  min-width: 0;
  padding-left: 2px;
  -webkit-text-fill-color: #9ba7ca;
  background: transparent;
}
.input-item-wrap__input--textarea {
  padding: 0;
}
.input-previous-data {
  color: #9ba7ca;
  display: none;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  padding: 0 12px;
  position: absolute;
  right: 0;
  text-transform: none;
  z-index: 2;
}
.input-previous-data:after {
  padding-top: 1px;
  text-align: right;
  width: 18px;
  z-index: 3;
}
.input-item-wrap__input-pseudo {
  align-items: baseline;
  bottom: 0;
  color: transparent;
  display: flex;
  height: 28px;
  left: 0;
  line-height: 28px;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  padding: 0 12px;
  position: absolute;
  top: 0;
}
.input-item-wrap--cur,
.input-item-wrap--cur .input-item-wrap__bg {
  align-items: center;
  display: flex;
}
.input-item-wrap--cur .input-item-wrap__input {
  height: 16px;
  position: relative;
  z-index: 2;
}
.input-item-wrap {
  border-radius: 4px;
  display: block;
  height: 40px;
  width: 100%;
}
.input-item-wrap.input-item-wrap--area {
  height: 56px;
}
.input-item-wrap.input-item-wrap--area .input-item-wrap__bg {
  padding: 8px 0;
}
.input-item-wrap.active .input-item-wrap__input-pseudo {
  opacity: 1;
}
.input-item-wrap.active .input-previous-data {
  display: block;
}
.input-item-wrap.input-item-wrap--captcha {
  width: calc(100% - 136px);
}
.input-item-wrap--border-title {
  background: transparent;
  position: relative;
}
.input-item-wrap--border-title:before {
  border: 1px solid #9ba7ca;
  border-radius: inherit;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: border-color 0.3s;
  width: 100%;
  z-index: -1;
}
.input-item-wrap--border-title ::-moz-placeholder {
  color: #9ba7ca;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  opacity: 1;
  text-transform: none;
}
.input-item-wrap--border-title ::placeholder {
  color: #9ba7ca;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  opacity: 1;
  text-transform: none;
}
.input-item-wrap--input {
  height: 48px;
  padding: 3px;
  z-index: 0;
}
.input-item-wrap--textarea {
  height: 100%;
  padding: 12px 16px;
  z-index: 0;
}
.alert-text {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 16px;
  min-height: 15px;
  overflow: hidden;
  padding-top: 1px;
  text-transform: none;
  visibility: hidden;
  white-space: nowrap;
  width: 100%;
}
.alert-text > a {
  color: #0093ff;
}
@media (hover) {
  .alert-text > a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
}
.input-item-wrap__ico-right {
  bottom: 0;
  height: 24px;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 6px;
  top: 0;
  width: 24px;
  z-index: 1;
}
.input-item-wrap__ico-right.show-pass {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  opacity: 0.3;
  right: 0;
  width: 35px;
}
.input-item-wrap__ico-right.show-pass [class*='icon-'] {
  height: 13px;
  width: 18px;
}
.input-item-wrap__ico-right.show-pass:before {
  background-color: currentcolor;
  border-right: 1px solid #eef1f6;
  bottom: 0;
  box-sizing: content-box;
  content: '';
  height: 19px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-45deg);
  transition: opacity 0.3s;
  width: 2px;
}
.input-item-wrap__ico-right.active {
  color: #0c101d;
}
.input-item-wrap__ico-right.active:before {
  opacity: 1;
}
.input-item-wrap__ico-right:active {
  opacity: 0.4;
}
.input-item-wrap__ico-right--alert-ico {
  display: none;
}
.attention .alert-text,
.error .alert-text,
.limit .alert-text,
.success .alert-text {
  visibility: visible;
  white-space: normal;
}
.error .input-item-wrap {
  box-shadow: 0 0 0 1px #fe3436;
}
.error .input-item-wrap--border-title {
  background: transparent;
}
.error .input-item-wrap--border-title:before {
  background-image: none;
  border-color: #fe3436;
  border-width: 2px;
}
.error .alert-text,
.error .input-item__title--on-border {
  color: #fe3436;
}
.error .confirmation-code-input__input {
  border: 2px solid #fe3436;
}
.error .input-item__error-text {
  color: #fe3436;
  line-height: 18px;
  padding-left: 16px;
  padding-top: 3px;
}
.attention .alert-text,
.attention .input-item-wrap__ico-right--alert-ico {
  color: #ffc633;
}
.attention .input-item-wrap__ico-right--alert-ico {
  display: block;
}
.attention .input-item-wrap__input {
  padding-right: 36px;
}
.attention .input-item-wrap__ico-right:not(.input-item-wrap__ico-right--alert-ico) {
  display: none;
}
.success .alert-text {
  color: #35bd52;
}
.input-item__title {
  color: #9ba7ca;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 12px;
  margin-bottom: 4px;
  padding-top: 2px;
  text-transform: none;
}
.input-item__title--center-bold {
  font-weight: 700;
  text-align: center;
}
.input-item__title--on-border {
  align-self: flex-start;
  background-color: #eef1f6;
  color: #9ba7ca;
  left: 12px;
  line-height: 16px;
  padding-left: 4px;
  padding-right: 4px;
  position: absolute;
  top: -8px;
  z-index: 1;
}
.input-item__forgot {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 16px;
  text-transform: none;
}
.input-item__input {
  text-shadow: inherit;
}
.input-item-wrap__input-pseudo--per:after {
  color: #eef1f6;
  content: ' %';
}
.input-previous-data--per:after {
  content: '%';
}
.input-item-wrap.active .input-item-wrap__input + .input-item-wrap__input-pseudo {
  color: #3c4b6d;
  justify-content: flex-end;
}
body.rub .input-item-wrap__input + .input-item-wrap__input-pseudo:after {
  color: #3c4b6d;
}
.input-item-wrap__ico-wrap {
  background-color: #9ba7ca;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  bottom: 0;
  height: 36px;
  left: 0;
  position: absolute;
  top: 0;
  width: 36px;
}
.input-item-wrap__ico {
  bottom: 0;
  height: 24px;
  left: 6px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 24px;
}
.input-item-wrap.input-item-wrap--ico-left .input-item-wrap__input {
  padding-left: 44px;
}
.input-item-wrap.input-item-wrap--ico-right .input-item-wrap__input {
  padding-right: 36px;
}
.input-item-wrap__text--pic-right {
  padding-right: 88px;
}
.input-item__sub {
  color: #ffc633;
}
.input-item__limit,
.input-item__sub {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 16px;
  text-transform: none;
}
.input-item__limit {
  color: #9ba7ca;
  display: block;
  min-height: 15px;
  padding-top: 1px;
  width: 100%;
}
.rub .input-item-wrap__input-pseudo--cur:after {
  color: #eef1f6;
  content: ' i';
  font-family: 'ALS Rubl', sans-serif;
  font-weight: 400;
}
.azn .input-item-wrap__input-pseudo--cur:after,
.inr .input-item-wrap__input-pseudo--cur:after,
.kzt .input-item-wrap__input-pseudo--cur:after,
.uah .input-item-wrap__input-pseudo--cur:after {
  font-weight: inherit;
}
.input-item--select-btn.input-item-tel .input-item-wrap,
.input-item.input-item--select-btn .input-item-wrap {
  background-color: #eef1f6;
  position: relative;
}
.input-item-wrap__select {
  align-items: center;
  border-radius: 4px;
  color: #eef1f6;
  cursor: pointer;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 0.32px;
  line-height: 20px;
  padding: 0 16px;
  position: relative;
  text-transform: none;
  width: 100%;
  z-index: 1;
}
.input-item-wrap__select .personal-pic img {
  border-radius: 2px;
  height: 20px;
  margin-left: -4px;
  margin-right: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 30px;
}
.input-item-wrap__select.active {
  color: #9ba7ca;
}
.input-item-wrap__select-label {
  color: inherit;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.input-item__select-pic {
  max-height: 76%;
  max-width: 60px;
  position: absolute;
  right: 39px;
  top: 50%;
  transform: translateY(-50%);
}
.input-item__select-pic.input-item__select-pic--visa {
  height: 14px;
  width: 41px;
}
.input-item__triangle:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #9ba7ca;
  content: '';
  display: block;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 0;
}
.input-item--input-plus-select .input-item__triangle {
  bottom: 0;
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  width: 3em;
  z-index: 4;
}
.input-item--input-plus-select .input-item-wrap__select {
  color: #0c101d;
}
.icon-eye {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMiI+PHBhdGggZD0iTTkgMEM0LjkxIDAgMS40MTUgMi40ODggMCA2YzEuNDE1IDMuNTEyIDQuOTEgNiA5IDZzNy41ODUtMi40ODggOS02Yy0xLjQxNS0zLjUxMi00LjkxLTYtOS02em0wIDEwYy0yLjI1OCAwLTQuMDktMS43OTItNC4wOS00UzYuNzQyIDIgOSAyczQuMDkgMS43OTIgNC4wOSA0LTEuODMzIDQtNC4wOSA0em0wLTYuNEM3LjY0MiAzLjYgNi41NDUgNC42NzIgNi41NDUgNlM3LjY0MiA4LjQgOSA4LjRzMi40NTUtMS4wNzIgMi40NTUtMi40UzEwLjM1OCAzLjYgOSAzLjZ6IiBmaWxsPSIjOUJBN0NBIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
}
.input-item-wrap__ico[data-v-0def7b8d],
.input-item-wrap__ico-right[data-v-0def7b8d] {
  -moz-user-select: none;
}
.input-item-tel[data-v-0def7b8d]:active,
.input-item[data-v-0def7b8d]:active {
  background-color: transparent;
}
.input-item[data-v-0def7b8d],
.input-item-tel[data-v-0def7b8d] {
  display: flex;
  flex-direction: column;
  position: relative;
  transition: padding 0.3s;
  z-index: 0;
}
.input-item--second[data-v-0def7b8d] {
  background-color: inherit;
  height: 100%;
  line-height: 24px;
  position: relative;
}
.input-item--second:hover .input-item-wrap--border-title[data-v-0def7b8d]:before {
  border-color: #7986b9;
}
.input-item--second:focus-within .input-item-wrap--border-title[data-v-0def7b8d]:before {
  border-color: #364f7d;
  border-width: 2px;
}
.input-item--second:focus-within .input-item__title--on-border[data-v-0def7b8d] {
  color: #364f7d;
}
.input-item-tel[data-v-0def7b8d] {
  z-index: 2;
}
.input-item-tel--disabled[data-v-0def7b8d] {
  cursor: not-allowed;
  filter: opacity(0.5);
  pointer-events: none;
}
.input-item-tel--country-list-open[data-v-0def7b8d] {
  z-index: 3;
}
.input-item-tel--position-static[data-v-0def7b8d] {
  position: static;
}
.input-item-tel__error-text[data-v-0def7b8d] {
  color: #fe3436;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 16px;
  overflow: hidden;
  padding-top: 4px;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  width: 100%;
}
.input-item--deposit.input-item-tel[data-v-0def7b8d],
.input-item.input-item--deposit[data-v-0def7b8d] {
  margin-right: 8px;
  width: 152px;
}
.input-item--deposit.input-item-tel input[data-v-0def7b8d],
.input-item.input-item--deposit input[data-v-0def7b8d] {
  color: #9ba7ca;
}
.input-item-wrap__bg[data-v-0def7b8d] {
  background-color: #0c101d;
  border-radius: 3px;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.input-item-wrap__input[data-v-0def7b8d],
.input-item-wrap__input-pseudo[data-v-0def7b8d] {
  color: #eef1f6;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  letter-spacing: normal;
  line-height: 24px;
  padding: 0 16px;
  text-transform: none;
  width: 100%;
}
.input-item-wrap__input--second[data-v-0def7b8d] {
  color: #9ba7ca;
  min-width: 0;
  padding-left: 2px;
  -webkit-text-fill-color: #9ba7ca;
  background: transparent;
}
.input-item-wrap__input--textarea[data-v-0def7b8d] {
  padding: 0;
}
.input-previous-data[data-v-0def7b8d] {
  color: #9ba7ca;
  display: none;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  padding: 0 12px;
  position: absolute;
  right: 0;
  text-transform: none;
  z-index: 2;
}
.input-previous-data[data-v-0def7b8d]:after {
  padding-top: 1px;
  text-align: right;
  width: 18px;
  z-index: 3;
}
.input-item-wrap__input-pseudo[data-v-0def7b8d] {
  align-items: baseline;
  bottom: 0;
  color: transparent;
  display: flex;
  height: 28px;
  left: 0;
  line-height: 28px;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  padding: 0 12px;
  position: absolute;
  top: 0;
}
.input-item-wrap--cur[data-v-0def7b8d],
.input-item-wrap--cur .input-item-wrap__bg[data-v-0def7b8d] {
  align-items: center;
  display: flex;
}
.input-item-wrap--cur .input-item-wrap__input[data-v-0def7b8d] {
  height: 16px;
  position: relative;
  z-index: 2;
}
.input-item-wrap[data-v-0def7b8d] {
  border-radius: 4px;
  display: block;
  height: 40px;
  width: 100%;
}
.input-item-wrap.input-item-wrap--area[data-v-0def7b8d] {
  height: 56px;
}
.input-item-wrap.input-item-wrap--area .input-item-wrap__bg[data-v-0def7b8d] {
  padding: 8px 0;
}
.input-item-wrap.active .input-item-wrap__input-pseudo[data-v-0def7b8d] {
  opacity: 1;
}
.input-item-wrap.active .input-previous-data[data-v-0def7b8d] {
  display: block;
}
.input-item-wrap.input-item-wrap--captcha[data-v-0def7b8d] {
  width: calc(100% - 136px);
}
.input-item-wrap--border-title[data-v-0def7b8d] {
  background: transparent;
  position: relative;
}
.input-item-wrap--border-title[data-v-0def7b8d]:before {
  border: 1px solid #9ba7ca;
  border-radius: inherit;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: border-color 0.3s;
  width: 100%;
  z-index: -1;
}
.input-item-wrap--border-title[data-v-0def7b8d] ::-moz-placeholder {
  color: #9ba7ca;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  opacity: 1;
  text-transform: none;
}
.input-item-wrap--border-title[data-v-0def7b8d] ::placeholder {
  color: #9ba7ca;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  opacity: 1;
  text-transform: none;
}
.input-item-wrap--input[data-v-0def7b8d] {
  height: 48px;
  padding: 3px;
  z-index: 0;
}
.input-item-wrap--textarea[data-v-0def7b8d] {
  height: 100%;
  padding: 12px 16px;
  z-index: 0;
}
.alert-text[data-v-0def7b8d] {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 16px;
  min-height: 15px;
  overflow: hidden;
  padding-top: 1px;
  text-transform: none;
  visibility: hidden;
  white-space: nowrap;
  width: 100%;
}
.alert-text > a[data-v-0def7b8d] {
  color: #0093ff;
}
@media (hover) {
  .alert-text > a[data-v-0def7b8d]:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
}
.input-item-wrap__ico-right[data-v-0def7b8d] {
  bottom: 0;
  height: 24px;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 6px;
  top: 0;
  width: 24px;
  z-index: 1;
}
.input-item-wrap__ico-right.show-pass[data-v-0def7b8d] {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  opacity: 0.3;
  right: 0;
  width: 35px;
}
.input-item-wrap__ico-right.show-pass [class*='icon-'][data-v-0def7b8d] {
  height: 13px;
  width: 18px;
}
.input-item-wrap__ico-right.show-pass[data-v-0def7b8d]:before {
  background-color: currentcolor;
  border-right: 1px solid #eef1f6;
  bottom: 0;
  box-sizing: content-box;
  content: '';
  height: 19px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-45deg);
  transition: opacity 0.3s;
  width: 2px;
}
.input-item-wrap__ico-right.active[data-v-0def7b8d] {
  color: #0c101d;
}
.input-item-wrap__ico-right.active[data-v-0def7b8d]:before {
  opacity: 1;
}
.input-item-wrap__ico-right[data-v-0def7b8d]:active {
  opacity: 0.4;
}
.input-item-wrap__ico-right--alert-ico[data-v-0def7b8d] {
  display: none;
}
.attention .alert-text[data-v-0def7b8d],
.error .alert-text[data-v-0def7b8d],
.limit .alert-text[data-v-0def7b8d],
.success .alert-text[data-v-0def7b8d] {
  visibility: visible;
  white-space: normal;
}
.error .input-item-wrap[data-v-0def7b8d] {
  box-shadow: 0 0 0 1px #fe3436;
}
.error .input-item-wrap--border-title[data-v-0def7b8d] {
  background: transparent;
}
.error .input-item-wrap--border-title[data-v-0def7b8d]:before {
  background-image: none;
  border-color: #fe3436;
  border-width: 2px;
}
.error .alert-text[data-v-0def7b8d],
.error .input-item__title--on-border[data-v-0def7b8d] {
  color: #fe3436;
}
.error .confirmation-code-input__input[data-v-0def7b8d] {
  border: 2px solid #fe3436;
}
.error .input-item__error-text[data-v-0def7b8d] {
  color: #fe3436;
  line-height: 18px;
  padding-left: 16px;
  padding-top: 3px;
}
.attention .alert-text[data-v-0def7b8d],
.attention .input-item-wrap__ico-right--alert-ico[data-v-0def7b8d] {
  color: #ffc633;
}
.attention .input-item-wrap__ico-right--alert-ico[data-v-0def7b8d] {
  display: block;
}
.attention .input-item-wrap__input[data-v-0def7b8d] {
  padding-right: 36px;
}
.attention .input-item-wrap__ico-right[data-v-0def7b8d]:not(.input-item-wrap__ico-right--alert-ico) {
  display: none;
}
.success .alert-text[data-v-0def7b8d] {
  color: #35bd52;
}
.input-item__title[data-v-0def7b8d] {
  color: #9ba7ca;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 12px;
  margin-bottom: 4px;
  padding-top: 2px;
  text-transform: none;
}
.input-item__title--center-bold[data-v-0def7b8d] {
  font-weight: 700;
  text-align: center;
}
.input-item__title--on-border[data-v-0def7b8d] {
  align-self: flex-start;
  background-color: #eef1f6;
  color: #9ba7ca;
  left: 12px;
  line-height: 16px;
  padding-left: 4px;
  padding-right: 4px;
  position: absolute;
  top: -8px;
  z-index: 1;
}
.input-item__forgot[data-v-0def7b8d] {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 16px;
  text-transform: none;
}
.input-item__input[data-v-0def7b8d] {
  text-shadow: inherit;
}
.input-item-wrap__input-pseudo--per[data-v-0def7b8d]:after {
  color: #eef1f6;
  content: ' %';
}
.input-previous-data--per[data-v-0def7b8d]:after {
  content: '%';
}
.input-item-wrap.active .input-item-wrap__input + .input-item-wrap__input-pseudo[data-v-0def7b8d] {
  color: #3c4b6d;
  justify-content: flex-end;
}
body.rub .input-item-wrap__input + .input-item-wrap__input-pseudo[data-v-0def7b8d]:after {
  color: #3c4b6d;
}
.input-item-wrap__ico-wrap[data-v-0def7b8d] {
  background-color: #9ba7ca;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  bottom: 0;
  height: 36px;
  left: 0;
  position: absolute;
  top: 0;
  width: 36px;
}
.input-item-wrap__ico[data-v-0def7b8d] {
  bottom: 0;
  height: 24px;
  left: 6px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 24px;
}
.input-item-wrap.input-item-wrap--ico-left .input-item-wrap__input[data-v-0def7b8d] {
  padding-left: 44px;
}
.input-item-wrap.input-item-wrap--ico-right .input-item-wrap__input[data-v-0def7b8d] {
  padding-right: 36px;
}
.input-item-wrap__text--pic-right[data-v-0def7b8d] {
  padding-right: 88px;
}
.input-item__sub[data-v-0def7b8d] {
  color: #ffc633;
}
.input-item__limit[data-v-0def7b8d],
.input-item__sub[data-v-0def7b8d] {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 16px;
  text-transform: none;
}
.input-item__limit[data-v-0def7b8d] {
  color: #9ba7ca;
  display: block;
  min-height: 15px;
  padding-top: 1px;
  width: 100%;
}
.rub .input-item-wrap__input-pseudo--cur[data-v-0def7b8d]:after {
  color: #eef1f6;
  content: ' i';
  font-family: 'ALS Rubl', sans-serif;
  font-weight: 400;
}
.azn .input-item-wrap__input-pseudo--cur[data-v-0def7b8d]:after,
.inr .input-item-wrap__input-pseudo--cur[data-v-0def7b8d]:after,
.kzt .input-item-wrap__input-pseudo--cur[data-v-0def7b8d]:after,
.uah .input-item-wrap__input-pseudo--cur[data-v-0def7b8d]:after {
  font-weight: inherit;
}
.input-item--select-btn.input-item-tel .input-item-wrap[data-v-0def7b8d],
.input-item.input-item--select-btn .input-item-wrap[data-v-0def7b8d] {
  background-color: #eef1f6;
  position: relative;
}
.input-item-wrap__select[data-v-0def7b8d] {
  align-items: center;
  border-radius: 4px;
  color: #eef1f6;
  cursor: pointer;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 0.32px;
  line-height: 20px;
  padding: 0 16px;
  position: relative;
  text-transform: none;
  width: 100%;
  z-index: 1;
}
.input-item-wrap__select .personal-pic img[data-v-0def7b8d] {
  border-radius: 2px;
  height: 20px;
  margin-left: -4px;
  margin-right: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 30px;
}
.input-item-wrap__select.active[data-v-0def7b8d] {
  color: #9ba7ca;
}
.input-item-wrap__select-label[data-v-0def7b8d] {
  color: inherit;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.input-item__select-pic[data-v-0def7b8d] {
  max-height: 76%;
  max-width: 60px;
  position: absolute;
  right: 39px;
  top: 50%;
  transform: translateY(-50%);
}
.input-item__select-pic.input-item__select-pic--visa[data-v-0def7b8d] {
  height: 14px;
  width: 41px;
}
.input-item__triangle[data-v-0def7b8d]:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #9ba7ca;
  content: '';
  display: block;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 0;
}
.input-item--input-plus-select .input-item__triangle[data-v-0def7b8d] {
  bottom: 0;
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  width: 3em;
  z-index: 4;
}
.input-item--input-plus-select .input-item-wrap__select[data-v-0def7b8d] {
  color: #0c101d;
}
.captcha-input[data-v-0def7b8d] {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.captcha-input__img[data-v-0def7b8d] {
  border-radius: 4px;
  margin-right: 8px;
  width: 88px;
}
.captcha-input__reload[data-v-0def7b8d] {
  height: 24px;
  margin-right: 12px;
  width: 36px;
}
.check-item__ico-bg[data-v-f067bdac] {
  -moz-user-select: none;
}
.check-item[data-v-f067bdac]:active {
  background-color: transparent;
}
.icon-check-ok[data-v-f067bdac]:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00IDAuMDg3NDAyM0MxLjc5MDg2IDAuMDg3NDAyMyAwIDEuODc4MjYgMCA0LjA4NzRWMTYuMDg3NEMwIDE4LjI5NjUgMS43OTA4NiAyMC4wODc0IDQgMjAuMDg3NEgxNkMxOC4yMDkxIDIwLjA4NzQgMjAgMTguMjk2NSAyMCAxNi4wODc0VjQuMDg3NEMyMCAxLjg3ODI2IDE4LjIwOTEgMC4wODc0MDIzIDE2IDAuMDg3NDAyM0g0Wk0xNS45OTUxIDcuNjgzNTlDMTYuMzA3NSA3LjM3MTE3IDE2LjMwNzUgNi44NjQ2NCAxNS45OTUxIDYuNTUyMjJMMTUuMDA1MSA1LjU2MjI3QzE0LjY5MjcgNS4yNDk4NSAxNC4xODYyIDUuMjQ5ODUgMTMuODczOCA1LjU2MjI3TDguNzgyOTYgMTAuNjUzMUM4LjYyNjc1IDEwLjgwOTMgOC4zNzM0OCAxMC44MDkzIDguMjE3MjcgMTAuNjUzMUw2LjEyNjQ2IDguNTYyMjdDNS44MTQwNCA4LjI0OTg1IDUuMzA3NTEgOC4yNDk4NSA0Ljk5NTA5IDguNTYyMjdMNC4wMDUxNCA5LjU1MjIyQzMuNjkyNzIgOS44NjQ2NCAzLjY5MjcyIDEwLjM3MTIgNC4wMDUxNCAxMC42ODM2TDcuOTM0NDMgMTQuNjEyOUM4LjI0Njg1IDE0LjkyNTMgOC43NTMzOCAxNC45MjUzIDkuMDY1OCAxNC42MTI5TDE1Ljk5NTEgNy42ODM1OVoiIGZpbGw9IiMwMDkzRkYiLz4KPC9zdmc+Cg==);
}
.check-item[data-v-f067bdac] {
  cursor: pointer;
  display: block;
  margin-bottom: 16px;
  position: relative;
}
.check-item.error .alert-text[data-v-f067bdac] {
  overflow: visible;
}
.check-item.error .check-item__ico[data-v-f067bdac]:before {
  background-image: #fe3436;
}
.check-item.disabled[data-v-f067bdac],
.check-item[data-v-f067bdac]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.check-item__ico-bg[data-v-f067bdac] {
  background: transparent;
  flex-shrink: 0;
  height: 20px;
  margin-right: 8px;
  mix-blend-mode: normal;
  position: relative;
  width: 20px;
}
.check-item__ico-bg[data-v-f067bdac]:before {
  border: 2px solid #0093ff;
  border-radius: 2px;
  bottom: 0;
  content: '';
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.check-item__ico[data-v-f067bdac] {
  background-color: transparent;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}
.check-item__ico[data-v-f067bdac]:after {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 100%;
  margin: auto;
  opacity: 0;
  width: 100%;
}
.check-item.check-item--radio .check-item__ico-bg[data-v-f067bdac] {
  border-radius: 50%;
}
.check-item.check-item--radio .check-item__ico-bg[data-v-f067bdac]:before {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.check-item.check-item--radio .check-item__ico[data-v-f067bdac] {
  border-radius: 50%;
  padding: 0;
}
.check-item.check-item--radio .check-item__ico[data-v-f067bdac]:after {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.check-item__text[data-v-f067bdac],
.check-item__wrap[data-v-f067bdac] {
  align-items: center;
  display: flex;
}
.check-item__text[data-v-f067bdac] {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  text-transform: none;
}
.check-item__text[data-v-f067bdac]::-moz-selection {
  background-color: transparent;
}
.check-item__text[data-v-f067bdac]::selection {
  background-color: transparent;
}
.check-item__input[data-v-f067bdac] {
  display: none;
}
.check-item__input:checked ~ .check-item__ico-bg .check-item__ico[data-v-f067bdac]:after,
.check-item__input:checked ~ .check-item__ico[data-v-f067bdac]:after,
.check-item__input:checked ~ .check-item__wrap .check-item__ico[data-v-f067bdac]:after {
  opacity: 1;
}
.license-wrapper {
  max-width: 730px;
  width: 100%;
  margin: 0 auto 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.license--img-container {
  margin: 0 0 0 24px;
}
.license--img-container img {
  width: 68px;
}
.license--text-container {
  text-align: left;
  margin: 0 24px 0px 24px;
}
@media (max-width: 768px) {
  .license--img-container {
    margin: 0 0 0 16px;
  }
  .license--text-container {
    margin: 0 16px 0 24px;
  }
}
@media (max-width: 568px) {
  .license-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .license--img-container {
    margin: 0;
  }
  .license--text-container {
    margin: 16px 24px;
  }
}
@media (max-width: 980px) {
  .registration-block-header,
  .header-nav__list {
    display: none !important;
  }
}
/* Custom slider fixes (replaces Swiper JS, which was removed) */
.swiper-container .swiper-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.swiper-container .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container .swiper-slide {
  scroll-snap-align: start;
  flex-shrink: 0;
}
.main-rotator-slider__wrapper .swiper-slide {
  width: 100%;
}
.main-rotator-slider__pagination-dot {
  cursor: pointer;
}
.horizontal-winners-slider__swiper .swiper-wrapper {
  overflow: hidden;
  scroll-snap-type: none;
  touch-action: none;
  pointer-events: none;
}
.icon-user-nav-bar-summary-vip {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNDE5OTIgMTMuNDQ2M0w1Ljk0MDQzIDYuMzA1NjZMMTAuOTQ5MiA2LjMwNTY2TDguNDE5OTIgMTMuNDQ2M1pNOS4yNDAyMyAxMi43ODgxTDExLjUzNTIgNi4zMDU2NkgxNC4zNjQzTDkuMjQwMjMgMTIuNzg4MVpNNy41ODY5MSAxMi43NzA1TDIuNTk5NjEgNi4zMDg1OUg1LjQwMzMyTDcuNTg2OTEgMTIuNzcwNVpNMTAuODM4OSA1LjcyNjU2TDYuMTU4MiA1LjcyNjU2TDguNDk4MDUgMi44NDU3TDEwLjgzODkgNS43MjY1NlpNNS4yNDMxNiA1LjcyNTU5SDIuNTM1MTZMNC4yNDQxNCAyLjk5MTIxTDUuMjQzMTYgNS43MjU1OVpNMTQuNDUxMiA1LjcyNTU5SDExLjcyMDdMMTIuNzQxMiAyLjk4ODI4TDE0LjQ1MTIgNS43MjU1OVpNNS43NTU4NiA1LjQ1NTA4TDQuNzI1NTkgMi42MzQ3N0w4LjA0Nzg1IDIuNjM0NzdMNS43NTU4NiA1LjQ1NTA4Wk0xMS4yMjY2IDUuNDM2NTJMOC45NTAyIDIuNjM0NzdMMTIuMjY5NSAyLjYzNDc3TDExLjIyNjYgNS40MzY1MloiIGZpbGw9IiMzRUE4RjQiLz4KPC9zdmc+Cg==);
}
html:has(.menu-wrap.open) {
    overflow: hidden;
}
.menu-wrap.open {
  display: flex;
}
.menu-wrap {
    display: none;
  height: 100%;
  overflow: hidden;
  padding-top: 56px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .menu-wrap {
    padding-top: 72px;
  }
}
.menu-wrap__hide-scroll {
  box-shadow:
    0 2px 6px 2px rgba(0, 0, 0, 0.15),
    0 1px 2px 0 rgba(0, 0, 0, 0.3);
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 264px;
  z-index: 4;
}
.menu-wrap__scroll {
  box-sizing: content-box;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow: hidden scroll;
  padding-right: 17px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.menu-wrap__scroll::-webkit-scrollbar {
  background: transparent;
  display: none;
  width: 0;
}
.menu-wrap.menu-wrap--show-cookies,
.menu-wrap.menu-wrap--show-hello-ban {
  padding-top: 108px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .menu-wrap.menu-wrap--show-cookies,
  .menu-wrap.menu-wrap--show-hello-ban {
    padding-top: 126px;
  }
}
.menu {
  box-sizing: border-box;
  height: 100%;
  position: relative;
  width: 100%;
}
.menu,
.menu__header {
  background-color: #11192d;
}
.menu__header.menu__header--new {
  background-color: #132648;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.menu__header-deposit {
  background-color: #11192d;
  padding: 16px 8px;
}
.menu__header.menu__header--new .menu__header-deposit {
  background-color: transparent;
  padding-bottom: 8px;
  padding-top: 4px;
}
.menu__submenu {
  overflow: hidden;
}
.menu__icon {
  height: 24px;
  margin-right: 8px;
  position: relative;
  width: 24px;
  z-index: 9999;
}
.menu__icon:after {
  display: inline-block;
}
.menu__icon.menu__icon--active {
  display: none;
}
.menu__caret {
  display: block;
  height: 24px;
  margin-left: auto;
  transform: rotate(0);
  transition: transform 0.3s;
  width: 24px;
  will-change: transform;
}
.menu__caret,
.menu__message {
  position: relative;
  z-index: 9999;
}
.menu__item {
  cursor: pointer;
}
.menu__submenu-body {
  background-color: #080b11;
  cursor: auto;
}
.menu__link {
  align-items: center;
  background-color: #11192d;
  display: flex;
  height: 40px;
  padding: 0 8px;
  position: relative;
  width: 100%;
}
.menu__link:after {
  background-color: #132648;
  background-size: auto;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  will-change: opacity;
}
.menu__link:after:active {
  opacity: 0.8;
}
@media (hover) {
  .menu__link:after {
    transition: opacity 0.3s;
  }
}
.menu__link--btn {
  width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .menu__link--sub {
    padding-left: 40px;
  }
}
.menu__link.menu__link--active:after,
.menu__link:active:after {
  opacity: 1;
}
.menu__link.menu__link--active .menu__icon,
.menu__link:active .menu__icon {
  display: none;
}
.menu__link.menu__link--active .menu__icon.menu__icon--active,
.menu__link:active .menu__icon.menu__icon--active {
  display: block;
}
.menu__link.menu__link--active .menu__caret,
.menu__link:active .menu__caret {
  transform: rotate(180deg);
}
.menu__link.menu__link--active .menu__label,
.menu__link:active .menu__label {
  color: #eef1f6;
}
@media (hover) {
  .menu__link {
    transition-duration: 0.3s;
    transition-property: background-image;
  }
  .menu__link:hover .menu__label {
    color: #eef1f6;
  }
  .menu__link:hover:after {
    opacity: 1;
  }
  .menu__link:hover .menu__icon {
    display: none;
  }
  .menu__link:hover .menu__icon.menu__icon--active {
    display: block;
  }
}
.menu__link--is-dropdown-active:after {
  background: #080b11;
}
@media (hover) {
  .menu__link--is-dropdown-active:hover:after {
    background: #132648;
  }
}
.menu__link--is-dropdown-active .menu__label {
  color: #eef1f6;
}
.menu__sublink {
  align-items: center;
  background-color: #080b11;
  color: #9ba7ca;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.32px;
  line-height: 20px;
  max-height: 40px;
  padding: 12px 12px 12px 40px;
  position: relative;
  text-align: left;
  text-transform: none;
}
.menu__sublink:active,
.menu__sublink:hover {
  background: #132648;
  color: #eef1f6;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .menu__sublink {
    padding-left: 48px;
  }
}
.menu__label {
  color: #9ba7ca;
  letter-spacing: 0.32px;
  margin-right: 16px;
  position: relative;
  z-index: 9999;
}
.menu__label,
.menu__label-text {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: none;
}
.menu__label-text {
  color: #ffe299;
  letter-spacing: normal;
  position: absolute;
  right: 24px;
  z-index: 2;
}
.menu__footer {
  display: flex;
  justify-content: center;
  padding: 16px 8px;
}
.menu__google-badge-wrap {
  display: block;
  height: 43px;
  position: relative;
  width: 143px;
}
.menu__google-badge-wrap img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.menu__google-play-badge {
  display: block;
  height: 65px;
  margin: auto;
  width: 170px;
}
.menu-top-banner {
  height: 132px;
  position: relative;
  width: 100%;
}
.menu-top-banner__img > img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.menu-top-banner__img .slide-picture__img {
  -o-object-fit: fill;
  object-fit: fill;
}
.menu-top-banner__button-wrap {
  align-items: flex-end;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  padding-bottom: 8px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .menu-top-banner__button-wrap {
    padding-bottom: 16px;
  }
}
.menu-top-banner__button {
  width: 200px;
}
.menu-profile__section {
  align-items: flex-start;
  background-color: #11192d;
  display: flex;
  flex-direction: column;
  padding: 16px 8px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .menu-profile__section {
    padding: 16px 8px 24px;
  }
}
.menu-profile__user-links {
  align-items: center;
  display: flex;
  margin-bottom: 8px;
  width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .menu-profile__user-links {
    margin-bottom: 16px;
  }
}
.menu-profile__user-main-info {
  display: flex;
}
.menu-profile__images {
  display: block;
  height: 68px;
  width: 68px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .menu-profile__images {
    height: 84px;
    width: 84px;
  }
}
@media (hover) {
  .menu-profile__images {
    cursor: pointer;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  }
  .menu-profile__images:hover {
    transform: scale(1.1);
  }
}
.menu-profile__images-front,
.menu-profile__images-inner {
  height: 100%;
  width: 100%;
}
.menu-profile__img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.menu-profile__info {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .menu-profile__info {
    margin-left: 16px;
  }
}
.menu-profile__level-info-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .menu-profile__level-info-wrap {
    margin-bottom: 16px;
  }
}
.menu-profile__nickname {
  color: #eef1f6;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 16px;
  text-transform: none;
}
@media (hover) {
  .menu-profile__nickname {
    cursor: pointer;
  }
  .menu-profile__nickname:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
}
.menu-profile__title {
  color: #0093ff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.32px;
  line-height: 20px;
  text-transform: none;
}
@media (hover) {
  .menu-profile__title {
    cursor: pointer;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  }
  .menu-profile__title:hover {
    transform: scale(1.02);
  }
}
.menu-profile__progress-decor {
  border-radius: 4px;
  pointer-events: none;
  width: 100%;
}
.menu-profile__progress-decor.menu-profile__progress-decor--open {
  background: #132648;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 0;
}
.menu-profile__progress-decor.menu-profile__progress-decor--clickable {
  cursor: pointer;
  pointer-events: auto;
}
.menu-profile__progress {
  align-items: center;
  background-color: #132648;
  border-radius: inherit;
  display: flex;
  height: 32px;
  justify-content: space-between;
  padding: 0 8px;
  width: 100%;
}
.menu-profile__open-details {
  padding-left: 8px;
}
.menu-profile__data {
  align-items: stretch;
  background-color: #11192d;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 24px 8px 0;
  position: relative;
}
.menu-profile__data:before {
  border-top: 1px solid #22375d;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 16px;
}
.menu-profile__data.menu-profile__data--vip {
  flex-wrap: wrap;
}
.menu-profile__data-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: space-evenly;
  padding: 0 1px;
  position: relative;
  width: 33.3333333333%;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .menu-profile__data-container {
    justify-content: space-between;
  }
}
.menu-profile__data--vip .menu-profile__data-container {
  margin-bottom: 4px;
  width: 50%;
}
.menu-profile__data-container.menu-profile__data-container--points {
  order: 1;
}
.menu-profile__data-container.menu-profile__data-container--repayment-0 {
  order: 2;
}
.menu-profile__data-container.menu-profile__data-container--repayment-1 {
  order: 4;
}
.menu-profile__data-container.menu-profile__data-container--denomination {
  order: 3;
  padding-left: 0;
}
.menu-profile__data-icon {
  display: flex;
  height: 16px;
  margin-right: 2px;
  width: 16px;
}
.menu-profile__data-container:last-child {
  padding-left: 8px;
}
.menu-profile__data--vip .menu-profile__data-container:last-child {
  padding-left: 0;
}
.menu-profile__data-title {
  align-items: center;
  color: #9ba7ca;
  display: flex;
  font-size: 12px;
  line-height: 16px;
}
.menu-profile__data-title,
.menu-profile__data-value {
  font-family: Arial, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}
.menu-profile__data-value {
  color: #0093ff;
  font-size: 14px;
  line-height: 20px;
}
.menu-profile__rate-btn {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
}
.menu-profile__rate-label {
  color: #9ba7ca;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 16px;
  text-transform: none;
  width: 100%;
}
.menu-profile__rate-data {
  align-items: center;
  display: flex;
}
.menu-profile__rate-value {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
  text-transform: none;
}
.menu-profile__rate-arrow {
  height: 18px;
  width: 24px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .menu-profile__rate-arrow {
    height: 24px;
  }
}
.menu-profile__info-link {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 16px;
  text-transform: none;
}
.menu-profile__label-status.status-flag.status-flag--vip {
  display: inline-flex;
  margin-left: 4px;
  padding: 0 8px;
}
.icon-check {
  background-image: url(/_nuxt/img/check.e75a825.svg);
}
.icon-ru {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyNCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI0IDBIMFYxNkgyNFYwWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTI0IDEwLjY3MDFIMFYxNkgyNFYxMC42NzAxWiIgZmlsbD0iI0VBMDAyMCIvPgo8cGF0aCBkPSJNMjQgNS4zMjk5SDBWMTAuNjU5OEgyNFY1LjMyOTlaIiBmaWxsPSIjMzU1NUUyIi8+Cjwvc3ZnPgo=);
}
.icon-en {
  background-image: url(/_nuxt/img/en.191e73f.svg);
}
.stack-count {
  background: #fe3436;
  border-radius: 50%;
  color: #eef1f6;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  height: 20px;
  letter-spacing: normal;
  line-height: 16px;
  padding-top: 2px;
  text-align: center;
  text-transform: none;
  width: 20px;
}
.icon-card {
  background-image: url(/_nuxt/img/card.e7e1ab0.svg);
}
.icon-card-active {
  background-image: url(/_nuxt/img/card-active.e7e1ab0.svg);
}
.icon-new {
  background-image: url(/_nuxt/img/new.005f19e.svg);
}
.icon-new-active {
  background-image: url(/_nuxt/img/new-active.005f19e.svg);
}
.icon-game-slot {
  background-image: url(/_nuxt/img/game-slot.8a2a287.svg);
}
.icon-game-slot-active {
  background-image: url(/_nuxt/img/game-slot-active.8a2a287.svg);
}
.icon-klubnichka {
  background-image: url(/_nuxt/img/klubnichka.7c2d160.svg);
}
.icon-klubnichka-active {
  background-image: url(/_nuxt/img/klubnichka-active.7c2d160.svg);
}
.icon-tournament {
  background-image: url(/_nuxt/img/tournament.d90082c.svg);
}
.icon-tournament-active {
  background-image: url(/_nuxt/img/tournament-active.d90082c.svg);
}
.icon-lottery {
  background-image: url(/_nuxt/img/lottery.2ff7cbd.svg);
}
.icon-lottery-active {
  background-image: url(/_nuxt/img/lottery-active.2ff7cbd.svg);
}
.icon-promo {
  background-image: url(/_nuxt/img/promo.2260f45.svg);
}
.icon-promo-active {
  background-image: url(/_nuxt/img/promo-active.2260f45.svg);
}
.icon-my-profile {
  background-image: url(/_nuxt/img/my-profile.2594570.svg);
}
.icon-my-profile-active {
  background-image: url(/_nuxt/img/my-profile-active.2594570.svg);
}
.icon-rating {
  background-image: url(/_nuxt/img/rating.cdfd848.svg);
}
.icon-rating-active {
  background-image: url(/_nuxt/img/rating-active.cdfd848.svg);
}
.icon-support {
  background-image: url(/_nuxt/img/support.262ae5f.svg);
}
.icon-support-active {
  background-image: url(/_nuxt/img/support-active.262ae5f.svg);
}
.icon-mob-app {
  background-image: url(/_nuxt/img/mob-app.aee0588.svg);
}
.icon-mob-app-active {
  background-image: url(/_nuxt/img/mob-app-active.aee0588.svg);
}
.icon-referral-program {
  background-image: url(/_nuxt/img/referral-program.a0ca8d7.svg);
}
.icon-referral-program-active {
  background-image: url(/_nuxt/img/referral-program-active.a0ca8d7.svg);
}
.icon-games-limits {
  background-image: url(/_nuxt/img/games-limits.a8c6aff.svg);
}
.icon-games-limits-active {
  background-image: url(/_nuxt/img/games-limits-active.a8c6aff.svg);
}
.icon-daily-missions {
  background-image: url(/_nuxt/img/daily-missions.b85187d.svg);
}
.icon-daily-missions-active {
  background-image: url(/_nuxt/img/daily-missions-active.b85187d.svg);
}
.icon-support-vip {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwIDJDMjEuNjU2OSAyIDIzIDMuMzQzMTUgMjMgNVYxNUMyMyAxNi42NTY5IDIxLjY1NjkgMTggMjAgMThWMjIuMzk1NUMxOS45OTk3IDIyLjgxNjMgMTkuNTExMiAyMy4wNDg3IDE5LjE4NDYgMjIuNzgzMkwxMy4zMDY2IDE4SDRDMi4zNDMxNSAxOCAxIDE2LjY1NjkgMSAxNVY1QzEgMy4zNDMxNSAyLjM0MzE1IDIgNCAySDIwWk05LjQ0MDQzIDguMzA1NjZMMTEuOTE5OSAxNS40NDYzTDE0LjQ0OTIgOC4zMDU2Nkg5LjQ0MDQzWk0xNS4wMzUyIDguMzA1NjZMMTIuNzQwMiAxNC43ODgxTDE3Ljg2NDMgOC4zMDU2NkgxNS4wMzUyWk02LjA5OTYxIDguMzA4NTlMMTEuMDg2OSAxNC43NzA1TDguOTAzMzIgOC4zMDg1OUg2LjA5OTYxWk05LjY1ODIgNy43MjY1NkgxNC4zMzk4TDExLjk5OSA0Ljg0NTdMOS42NTgyIDcuNzI2NTZaTTYuMDM1MTYgNy43MjU1OUg4Ljc0MzE2TDcuNzQ0MTQgNC45OTEyMUw2LjAzNTE2IDcuNzI1NTlaTTE1LjIyMDcgNy43MjU1OUgxNy45NTEyTDE2LjI0MTIgNC45ODgyOEwxNS4yMjA3IDcuNzI1NTlaTTguMjI1NTkgNC42MzQ3N0w5LjI1Njg0IDcuNDU1MDhMMTEuNTQ3OSA0LjYzNDc3SDguMjI1NTlaTTEyLjQ1MDIgNC42MzQ3N0wxNC43MjY2IDcuNDM2NTJMMTUuNzY5NSA0LjYzNDc3SDEyLjQ1MDJaIiBmaWxsPSIjMzJCQUY0Ii8+Cjwvc3ZnPgo=);
}
.icon-support-vip-active {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwIDJDMjEuNjU2OSAyIDIzIDMuMzQzMTUgMjMgNVYxNUMyMyAxNi42NTY5IDIxLjY1NjkgMTggMjAgMThWMjIuMzk1NUMxOS45OTk3IDIyLjgxNjMgMTkuNTExMiAyMy4wNDg3IDE5LjE4NDYgMjIuNzgzMkwxMy4zMDY2IDE4SDRDMi4zNDMxNSAxOCAxIDE2LjY1NjkgMSAxNVY1QzEgMy4zNDMxNSAyLjM0MzE1IDIgNCAySDIwWk05LjQ0MDQzIDguMzA1NjZMMTEuOTE5OSAxNS40NDYzTDE0LjQ0OTIgOC4zMDU2Nkg5LjQ0MDQzWk0xNS4wMzUyIDguMzA1NjZMMTIuNzQwMiAxNC43ODgxTDE3Ljg2NDMgOC4zMDU2NkgxNS4wMzUyWk02LjA5OTYxIDguMzA4NTlMMTEuMDg2OSAxNC43NzA1TDguOTAzMzIgOC4zMDg1OUg2LjA5OTYxWk05LjY1ODIgNy43MjY1NkgxNC4zMzk4TDExLjk5OSA0Ljg0NTdMOS42NTgyIDcuNzI2NTZaTTYuMDM1MTYgNy43MjU1OUg4Ljc0MzE2TDcuNzQ0MTQgNC45OTEyMUw2LjAzNTE2IDcuNzI1NTlaTTE1LjIyMDcgNy43MjU1OUgxNy45NTEyTDE2LjI0MTIgNC45ODgyOEwxNS4yMjA3IDcuNzI1NTlaTTguMjI1NTkgNC42MzQ3N0w5LjI1Njg0IDcuNDU1MDhMMTEuNTQ3OSA0LjYzNDc3SDguMjI1NTlaTTEyLjQ1MDIgNC42MzQ3N0wxNC43MjY2IDcuNDM2NTJMMTUuNzY5NSA0LjYzNDc3SDEyLjQ1MDJaIiBmaWxsPSIjMzJCQUY0Ii8+Cjwvc3ZnPgo=);
}
.icon-vip-club {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4IDJDMjAuMjA5MSAyIDIyIDMuNzkwODYgMjIgNlYxOEMyMiAyMC4yMDkxIDIwLjIwOTEgMjIgMTggMjJINkMzLjc5MDg2IDIyIDIgMjAuMjA5MSAyIDE4VjZDMiAzLjc5MDg2IDMuNzkwODYgMiA2IDJIMThaTTkuNDQ1MzEgMTAuNjcwOUwxMS45MjQ4IDE3LjgxMTVMMTQuNDU0MSAxMC42NzA5SDkuNDQ1MzFaTTE1LjA0IDEwLjY3MDlMMTIuNzQ1MSAxNy4xNTMzTDE3Ljg2OTEgMTAuNjcwOUgxNS4wNFpNNi4xMDQ0OSAxMC42NzM4TDExLjA5MTggMTcuMTM1N0w4LjkwODIgMTAuNjczOEg2LjEwNDQ5Wk05LjY2MzA5IDEwLjA5MThIMTQuMzQzOEwxMi4wMDI5IDcuMjEwOTRMOS42NjMwOSAxMC4wOTE4Wk02LjA0MDA0IDEwLjA5MDhIOC43NDgwNUw3Ljc0OTAyIDcuMzU2NDVMNi4wNDAwNCAxMC4wOTA4Wk0xNS4yMjU2IDEwLjA5MDhIMTcuOTU2MUwxNi4yNDYxIDcuMzUzNTJMMTUuMjI1NiAxMC4wOTA4Wk04LjIzMDQ3IDdMOS4yNjA3NCA5LjgyMDMxTDExLjU1MjcgN0g4LjIzMDQ3Wk0xMi40NTUxIDdMMTQuNzMxNCA5LjgwMTc2TDE1Ljc3NDQgN0gxMi40NTUxWiIgZmlsbD0iIzNFQThGNCIvPgo8L3N2Zz4K);
}
.icon-vip-club-active {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4IDJDMjAuMjA5MSAyIDIyIDMuNzkwODYgMjIgNlYxOEMyMiAyMC4yMDkxIDIwLjIwOTEgMjIgMTggMjJINkMzLjc5MDg2IDIyIDIgMjAuMjA5MSAyIDE4VjZDMiAzLjc5MDg2IDMuNzkwODYgMiA2IDJIMThaTTkuNDQ1MzEgMTAuNjcwOUwxMS45MjQ4IDE3LjgxMTVMMTQuNDU0MSAxMC42NzA5SDkuNDQ1MzFaTTE1LjA0IDEwLjY3MDlMMTIuNzQ1MSAxNy4xNTMzTDE3Ljg2OTEgMTAuNjcwOUgxNS4wNFpNNi4xMDQ0OSAxMC42NzM4TDExLjA5MTggMTcuMTM1N0w4LjkwODIgMTAuNjczOEg2LjEwNDQ5Wk05LjY2MzA5IDEwLjA5MThIMTQuMzQzOEwxMi4wMDI5IDcuMjEwOTRMOS42NjMwOSAxMC4wOTE4Wk02LjA0MDA0IDEwLjA5MDhIOC43NDgwNUw3Ljc0OTAyIDcuMzU2NDVMNi4wNDAwNCAxMC4wOTA4Wk0xNS4yMjU2IDEwLjA5MDhIMTcuOTU2MUwxNi4yNDYxIDcuMzUzNTJMMTUuMjI1NiAxMC4wOTA4Wk04LjIzMDQ3IDdMOS4yNjA3NCA5LjgyMDMxTDExLjU1MjcgN0g4LjIzMDQ3Wk0xMi40NTUxIDdMMTQuNzMxNCA5LjgwMTc2TDE1Ljc3NDQgN0gxMi40NTUxWiIgZmlsbD0iIzNFQThGNCIvPgo8L3N2Zz4K);
}
.icon-calendar {
  background-image: url(/_nuxt/img/calendar.20044d5.svg);
}
.icon-calendar-active {
  background-image: url(/_nuxt/img/calendar-active.20044d5.svg);
}
.icon-compass {
  background-image: url(/_nuxt/img/compass.2945c44.svg);
}
.icon-compass-active {
  background-image: url(/_nuxt/img/compass-active.2945c44.svg);
}
.icon-collections {
  background-image: url(/_nuxt/img/collections.d89d4aa.svg);
}
.icon-collections-active {
  background-image: url(/_nuxt/img/collections-active.d89d4aa.svg);
}
.icon-sport {
  background-image: url(/_nuxt/img/sport.d197c24.svg);
}
.icon-sport-active {
  background-image: url(/_nuxt/img/sport-active.d197c24.svg);
}
