@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
   border: none;  }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none !important; }

.red {
  color: #fe5454 !important; }

.black {
  color: #141a31 !important; }

.gray {
  color: #8b9fa8 !important; }

.blue {
  color: #4f8dde !important; }

.light-blue {
  color: #a4d1ff !important; }

.green {
  color: #61ac73 !important; }

.white {
  color: #ebeffd !important; }

.orange {
  color: #ffce79 !important; }

@font-face {
  font-family: 'Rubik';
  src: local("Rubik Medium Italic"), local("Rubik-MediumItalic"), url("../fonts/Rubik-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Rubik';
  src: local("Rubik Italic"), local("Rubik-Italic"), url("../fonts/Rubik-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Rubik';
  src: local("Rubik Light"), local("Rubik-Light"), url("../fonts/Rubik-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: local("Rubik Black Italic"), local("Rubik-BlackItalic"), url("../fonts/Rubik-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Rubik';
  src: local("Rubik Light Italic"), local("Rubik-LightItalic"), url("../fonts/Rubik-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Rubik';
  src: local("Rubik Black"), local("Rubik-Black"), url("../fonts/Rubik-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: local("Rubik Medium"), local("Rubik-Medium"), url("../fonts/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: local("Rubik Regular"), local("Rubik-Regular"), url("../fonts/Rubik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: local("Rubik Bold Italic"), local("Rubik-BoldItalic"), url("../fonts/Rubik-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Rubik';
  src: local("Rubik Bold"), local("Rubik-Bold"), url("../fonts/Rubik-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
    font-family: DS-Digital-Bold;
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
    src: url(../fonts/DS-Digital-Bold.ttf.woff) format("woff"), url(../fonts/DS-Digital-Bold.ttf.svg#DS-Digital-Bold) format("svg"), url(../fonts/DS-Digital-Bold.ttf.eot), url(../fonts/DS-Digital-Bold.ttf.eot?#iefix) format("embedded-opentype")
}

@font-face {
    font-family: DIN Pro;
    font-style: normal;
    font-weight: 900;
    src: url("../assets/fonts/dinpro/DINPro-Black.eot?") format("eot"),url(/assets/fonts/dinpro/DINPro-Black.woff) format("woff"),url(/assets/fonts/dinpro/DINPro-Black.ttf) format("truetype"),url(/assets/fonts/dinpro/DINPro-Black.svg#DIN_Pro) format("svg");
    font-display: swap
}

@font-face {
    font-family: DIN Pro;
    font-style: normal;
    font-weight: 600;
    src: url("../assets/fonts/dinpro/DINPro-Bold.eot?") format("eot"),url(/assets/fonts/dinpro/DINPro-Bold.woff) format("woff"),url(/assets/fonts/dinpro/DINPro-Bold.ttf) format("truetype"),url(/assets/fonts/dinpro/DINPro-Bold.svg#DIN_Pro) format("svg");
    font-display: swap
}

@font-face {
    font-family: DIN Pro;
    font-style: normal;
    font-weight: 500;
    src: url("../assets/fonts/dinpro/DINPro-Medium.eot?") format("eot"),url(/assets/fonts/dinpro/DINPro-Medium.woff) format("woff"),url(/assets/fonts/dinpro/DINPro-Medium.ttf) format("truetype"),url(/assets/fonts/dinpro/DINPro-Medium.svg#DIN_Pro) format("svg");
    font-display: swap
}

@font-face {
    font-family: DIN Pro;
    font-style: normal;
    font-weight: 400;
    src: url("../assets/fonts/dinpro/DINPro.eot?") format("eot"),url(/assets/fonts/dinpro/DINPro.woff) format("woff"),url(/assets/fonts/dinpro/DINPro.ttf) format("truetype"),url(/assets/fonts/dinpro/DINPro.svg#DIN_Pro) format("svg");
    font-display: swap
}

@font-face {
    font-family: DIN Pro;
    font-style: normal;
    font-weight: 300;
    src: url("../assets/fonts/dinpro/DINPro-Light.eot?") format("eot"),url(/assets/fonts/dinpro/DINPro-Light.woff) format("woff"),url(/assets/fonts/dinpro/DINPro-Light.ttf) format("truetype"),url(/assets/fonts/dinpro/DINPro-Light.svg#DIN_Pro) format("svg");
    font-display: swap
}

@font-face {
    font-family: DIN Pro Cond;
    font-style: normal;
    font-weight: 500;
    src: url("../assets/fonts/dinpro-cond/DINPro-CondensedMedium.eot?") format("eot"),url(/assets/fonts/dinpro-cond/DINPro-CondensedMedium.woff) format("woff"),url(/assets/fonts/dinpro-cond/DINPro-CondensedMedium.ttf) format("truetype"),url(/assets/fonts/dinpro-cond/DINPro-CondensedMedium.svg#DIN_Pro_Cond) format("svg");
    font-display: swap
}

@font-face {
    font-family: DIN Pro Cond;
    font-style: normal;
    font-weight: 400;
    src: url("../assets/fonts/dinpro-cond/DINPro-CondensedRegular.eot?") format("eot"),url(/assets/fonts/dinpro-cond/DINPro-CondensedRegular.woff) format("woff"),url(/assets/fonts/dinpro-cond/DINPro-CondensedRegular.ttf) format("truetype"),url(/assets/fonts/dinpro-cond/DINPro-CondensedRegular.svg#DIN_Pro_Cond) format("svg");
    font-display: swap
}

@font-face {
    font-family: Gotham;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/Gotham/Gotham-Ultra.0061a3197651d755.woff') format("woff"),url('../fonts/Gotham/Gotham-Ultra.537ccf1a6d59c7f7.woff2') format("woff2");
    font-display: swap
}

@font-face {
    font-family: Gotham;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/Gotham/Gotham-Black.8b23ef099d0c74a4.woff') format("woff"),url('../fonts/Gotham/Gotham-Black.67cda7928177e2e3.woff2') format("woff2");
    font-display: swap
}

@font-face {
    font-family: Gotham;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Gotham/Gotham-Bold.85b14ed12f14362d.woff') format("woff"),url('../fonts/Gotham/Gotham-Bold.4ba9de78728ce5f9.woff2') format("woff2");
    font-display: swap
}

@font-face {
    font-family: Gotham;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Gotham/Gotham-Medium.a81db83a4958a156.woff') format("woff"),url('../fonts/Gotham/Gotham-Medium.b1fabe02e79b995a.woff2') format("woff2");
    font-display: swap
}

@font-face {
    font-family: Gotham;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Gotham/Gotham-Book.b08c918f5fe17ef7.woff') format("woff"),url('../fonts/Gotham/Gotham-Book.c0be4f688bed0ce5.woff2') format("woff2");
    font-display: swap
}

@font-face {
    font-family: Gotham;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Gotham/Gotham-Light.3865869fb4398a23.woff') format("woff"),url('../fonts/Gotham/Gotham-Light.7d24829461b64e71.woff2') format("woff2");
    font-display: swap
}

@font-face {
    font-family: Gotham;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/Gotham/Gotham-XLight.1ca17da56a8e69d4.woff') format("woff"),url('../fonts/Gotham/Gotham-XLight.626ee3be3333b535.woff2') format("woff2");
    font-display: swap
}

@font-face {
    font-family: Gotham;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Gotham/Gotham-Thin.313177ed95aba073.woff') format("woff"),url('../fonts/Gotham/Gotham-Thin.667e6d51a239c373.woff2') format("woff2");
    font-display: swap
}



html {
  font-size: 62.5%;
  box-sizing: border-box; }
@media only screen and (min-width: 321px) {
  html {
    font-size: calc(62.5% + .15vw); } }
@media only screen and (min-width: 376px) {
  html {
    font-size: .625rem; } }
@media only screen and (min-width: 1023px) {
  html {
    font-size: .54vw; } }
@media only screen and (min-width: 1800px) {
  html {
    font-size: .625rem } }
@media only screen and (min-width: 2100px) {
  html {
    font-size: 62.5%; } }

*,
::before,
::after {
  box-sizing: inherit;
  background-repeat: no-repeat; }

body {
  font-size: 1.5rem;
  font-family: 'DIN Pro',sans-serif;
  color: #141a31; }

ul,
ol {
  list-style: none; }

dl,
dd,
dt {
  margin: 0;
  padding: 0; }

dd,
dt {
  display: inline; }

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color .15s, border-color .15s, -webkit-transform .15s;
  transition: color .15s, border-color .15s, -webkit-transform .15s;
  transition: color .15s, border-color .15s, transform .15s;
  transition: color .15s, border-color .15s, transform .15s, -webkit-transform .15s; }

img {
  max-width: 100%; }

.visually-hidden,
.sr-only,
.checkbox-control input,
.screen-reader-text {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

:focus {
  outline: none; }

[data-whatintent="keyboard"] :focus,
[data-whatintent="keyboard"] input:focus ~ .checkbox-control__content {
  outline: 3px solid rgba(131, 192, 253, 0.5);
  outline-offset: 1px;
  -moz-outline-radius: inherit; }

@media only screen and (max-width: 1460px) {
  .hide-below-l {
    display: none !important; } }

@media only screen and (max-width: 1023px) {
  .hide-below-m {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  .hide-below-s {
    display: none !important; } }

@media only screen and (max-width: 500px) {
  .hide-below-xs {
    display: none !important; } }

@media only screen and (min-width: 1460px) {
  .hide-above-xl {
    display: none !important; } }

@media only screen and (min-width: 1023px) {
  .hide-above-l {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .hide-above-m {
    display: none !important; } }

@media only screen and (min-width: 500px) {
  .hide-above-s {
    display: none !important; } }

.btn-base, .btn, .flat-btn, .big-flat-btn, .flat-btn-icon, .select-dropdown__choice, .modal-close-btn, .header-langs__current, .header-langs__lang, .info-label--btn, .chat-close, .chat-trigger, .admin-ban-controll__btn, .koeff-label, .graph-label, .tab-btn, .drop-action-btn, .mob-menu__btn, .btn-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  border: none;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  background-color: transparent;
  white-space: nowrap;
  color: inherit;
  font-weight: normal;
  text-transform: inherit;
  letter-spacing: inherit;
  border-radius: 0;
  -webkit-transition: .15s;
  transition: .15s; }
.btn-base::-moz-focus-inner, .btn::-moz-focus-inner, .flat-btn::-moz-focus-inner, .big-flat-btn::-moz-focus-inner, .flat-btn-icon::-moz-focus-inner, .select-dropdown__choice::-moz-focus-inner, .modal-close-btn::-moz-focus-inner, .header-langs__current::-moz-focus-inner, .header-langs__lang::-moz-focus-inner, .info-label--btn::-moz-focus-inner, .chat-close::-moz-focus-inner, .chat-trigger::-moz-focus-inner, .admin-ban-controll__btn::-moz-focus-inner, .koeff-label::-moz-focus-inner, .graph-label::-moz-focus-inner, .tab-btn::-moz-focus-inner, .drop-action-btn::-moz-focus-inner, .mob-menu__btn::-moz-focus-inner, .btn-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.btn {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  border-radius: 1rem;
  color: white;
  background-size: 150% 100%;
  background-position: left center;
  padding: 0 2rem;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.3rem;
  height: 5rem;
  font-weight: 500; }
@media only screen and (min-width: 1023px) {
  .btn {
    height: 5.5rem;
    font-size: 1.3rem; } }
.btn--small {
    height: 5.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 1rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
}

.no-bets .no-bets__icon {
    color: #454d67;
    font-size: 64px;
}
@media only screen and (max-width: 1023px) {
.no-bets .no-bets__icon {
    color: #3a436e;
    font-size: 28px;
} }

.btn--has-icon {
  /*display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;*/
  -webkit-box-align: center;
  align-items: center; }
.btn--has-icon svg {
  font-size: .8rem;
  fill: #ebeffd; }
@media only screen and (min-width: 1023px) {
  .btn--has-icon svg {
    font-size: 1rem; } }
.btn--blue {
  background-color: #4f8dde; }
.btn--orange {
  background-color: #f6af54;
  text-shadow: 0px 0.5rem 1rem rgba(255, 43, 0, 0.4); }
.btn--green {
  background-color: #65b296; }
.btn--blue-alpha {
  background: linear-gradient(263.87deg, rgb(69 186 255) 0%, rgb(69 97 191) 100%);
  box-shadow: rgb(69 186 255 / 10%) 0px 10px 20px, rgb(69 97 191 / 10%) 0px 10px 20px, rgb(69 186 255) 0px -2px 4px inset, rgb(69 186 255 / 60%) 0px -8px 8px inset;
  text-shadow: rgb(138 138 138) 0px 0px 20px;
}
.btn--blue-alpha:hover {
  filter: brightness(1.2)
}
.btn--green svg {
  fill: #baf9dc; }
.btn--purple {
  background-color: #6649d0; }
.btn--purple svg {
  fill: #c6a2ff; }
.btn--red {
  background-color: #fe5454; }
.btn--arrow svg {
  height: 1.4rem;
  width: 1.4rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 2.3rem;
  fill: #fff; }

.flat-btn {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1.2rem;
  height: 3rem;
  padding: 0 1em;
  font-size: 1.4rem;
  border-radius: .7rem;
  letter-spacing: -.03em;
  background-color: #23223d;
  color: rgba(255, 255, 255, 0.6); }
@media only screen and (min-width: 1023px) {
  .flat-btn {
    color: rgba(255, 255, 255, 0.6);
    background-color: #1b1a2e; }
  .flat-btn:hover {
    background-color: #222135;
    color: white; } }

.btn-sound svg {
  color: transparent; }

.btn-sound.active svg {
  color: #757982; }

.btn-sound.active:hover svg {
  color: #d7d7d7; }

.big-flat-btn {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: transparent;
  text-align: center;
  font-size: 1.2rem;
  color: #b8c7f0;
  height: 3.8rem;
  padding: 0 2em;
  font-weight: 500;
  text-transform: uppercase; }
.big-flat-btn:hover {
  color: #ebeffd; }

.flat-btn-icon {
  height: 4rem;
  width: 4.3rem;
  border-radius: 1rem;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center; }
.flat-btn-icon svg {
  fill: #757982;
  height: 20px;
  width: 20px;
  -webkit-transition: inherit;
  transition: inherit; }
.flat-btn-icon:hover {
	}
.flat-btn-icon:hover svg {
  fill: #d7d7d7; }

label {
  display: inline-block;
  vertical-align: middle;
  width: 100%; }

.input-base, .field-input, .field-textarea, .field-select, .select-dropdown__current {
  width: 100%;
  font-family: inherit;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  vertical-align: middle;
  font-family: inherit;
  border: none;
  border-radius: 0;
  line-height: 1; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.field-wrapper__title {
  color: rgba(255, 255, 255, 0.15);
  display: block;
  margin-bottom: .5rem; }
@media only screen and (min-width: 1023px) {
  .field-wrapper__title {
    margin-bottom: 1.2rem; } }

.field-input {
  border-radius: 1rem;
  padding: 0 1.5rem;
  line-height: normal;
  background-color: #161b2e;
  font-size: 1.2rem;
  color: #fff;
  height: 3rem; }
.field-input.invalid {
  border: 1px solid #fe5454; }
@media only screen and (min-width: 1023px) {
  .field-input {
    padding: 0 2rem;
    font-weight: 500;
    font-size: 1.3rem;
    height: 5.5rem; } }
.field-input--big {
  height: 6rem;
  font-size: 1.2rem;
  text-transform: uppercase; }
.field-input--small {
  height: 5rem; }
.field-input::-webkit-input-placeholder {
  color: #b5bdda;
  opacity: 0.6; }
.field-input::-moz-placeholder {
  color: #b5bdda;
  opacity: 0.6; }
.field-input:-ms-input-placeholder {
  color: #b5bdda;
  opacity: 0.6; }
.field-input::-ms-input-placeholder {
  color: #b5bdda;
  opacity: 0.6; }
.field-input::placeholder {
  color: #b5bdda;
  opacity: 0.6; }

.field-textarea {
  background-color: #141a31;
  color: white;
  border-radius: 1rem;
  min-width: 100%;
  resize: none;
  line-height: 1.3;
  font-size: 1.2rem;
  padding: 1.75rem 2rem;
  min-height: 8.5rem; }
@media only screen and (min-width: 1023px) {
  .field-textarea {
    min-height: 11.5rem;
    padding: 2.4rem;
    line-height: 1.5;
    font-weight: 400;
    font-size: 1.4rem; } }
.field-textarea::-webkit-input-placeholder {
  color: #bbc6ee;
  opacity: 0.6; }
.field-textarea::-moz-placeholder {
  color: #bbc6ee;
  opacity: 0.6; }
.field-textarea:-ms-input-placeholder {
  color: #bbc6ee;
  opacity: 0.6; }
.field-textarea::-ms-input-placeholder {
  color: #bbc6ee;
  opacity: 0.6; }
.field-textarea::placeholder {
  color: #bbc6ee;
  opacity: 0.6; }

.field-select {
  font-size: 1.3rem;
  background-color: #111021;
  height: 5rem;
  color: white;
  padding: 0 3rem 0 1.8rem;
  border-radius: 1rem;
  background-image: url(../img/orange-arrow-down.svg);
  background-size: .9rem .6rem;
  background-repeat: no-repeat;
  background-position: center right 1.5rem;
  cursor: pointer; }
.field-select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.15); }
.field-select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.15); }
.field-select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.15); }
.field-select::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.15); }
.field-select::placeholder {
  color: rgba(255, 255, 255, 0.15); }

.select-dropdown {
  position: relative;
  z-index: 5; }
.select-dropdown:focus-within {
  z-index: 6 !important; }
.select-dropdown__current {
  font-size: 1.2rem;
  height: 3rem;
  text-align: left;
  padding: 0 1.3rem;
  color: white;
  background-color: #1f2648;
  white-space: nowrap;
  background-image: url(../img/orange-arrow-down.svg);
  background-repeat: no-repeat;
  background-size: .9rem .6rem;
  background-position: center right 1.1rem;
  font-weight: 500;
  border-radius: 1rem;
  cursor: pointer; }
@media only screen and (min-width: 1023px) {
  .select-dropdown__current {
    background-position: center right 2.3rem;
    background-color: #1f2648;
    padding: 0 5rem 0 3rem;
    text-transform: uppercase;
    font-size: 1.3rem;
    height: 5.5rem; } }
.select-dropdown__list {
  position: absolute;
  bottom: -.5rem;
  padding: .5rem 0;
  right: 0;
  left: 0;
  background-color: #131830;
  display: none;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  border-radius: 1rem;
  box-shadow: 0 1rem 1rem rgba(20, 26, 49, 0.6); }
@media only screen and (min-width: 1023px) {
  .select-dropdown__list {
    bottom: 0rem;
    padding: 1rem 0; } }
.select-dropdown__list::before {
  content: '';
  position: absolute;
  top: -.4rem;
  left: 1.5rem;
  border-style: solid;
  border-width: 0 .8rem .5rem .8rem;
  border-color: transparent transparent #131830 transparent; }
@media only screen and (min-width: 1023px) {
  .select-dropdown__list::before {
    right: 2rem;
    left: auto; } }
.select-dropdown__list.active {
  display: block; }
.select-dropdown__choice {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  width: 100%;
  min-height: 2.5rem;
  text-align: left;
  font-size: 1.2rem;
  padding: .5rem 1.2rem;
  color: #cfd9f8;
  font-weight: 500;
  -webkit-transition: .2s;
  transition: .2s; }
@media only screen and (min-width: 1023px) {
  .select-dropdown__choice {
    padding: 1rem 2.5rem;
    text-transform: uppercase;
    font-size: 1.3rem; } }
.select-dropdown__choice:hover {
  background-color: #141932; }

.text-select-wrapper {
  display: -webkit-box;
  display: flex; }

.checkbox-control {
  border-radius: 1rem;
  cursor: pointer;
  color: #bfd1fc;
  width: auto;
  font-size: 1rem;
  font-weight: 500; }
@media only screen and (min-width: 1023px) {
  .checkbox-control {
    font-size: 1.1rem; } }
.checkbox-control__content {
  background-color: #131830;
  width: 11rem;
  height: 5rem;
  padding-top: 3.2rem;
  border-radius: 1rem;
  text-align: center;
  text-transform: uppercase;
  position: relative; }
@media only screen and (min-width: 1023px) {
  .checkbox-control__content {
    height: 6.5rem;
    padding-top: 4rem;
    background-color: #171d39; } }
.checkbox-control__content i {
  display: block;
  width: 3.5rem;
  background-color: #262e56;
  height: 1rem;
  border-radius: 99rem;
  position: absolute;
  top: 1.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .2s;
  transition: .2s; }
@media only screen and (min-width: 1023px) {
  .checkbox-control__content i {
    top: 1.8rem; } }
.checkbox-control__content i::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  background-color: #616d9f;
  -webkit-transition: .2s;
  transition: .2s; }
:checked ~ .checkbox-control__content i {
  background-color: #f6af54; }
:checked ~ .checkbox-control__content i::before {
  -webkit-transform: translate(2.2rem, -0.8rem);
  transform: translate(2.2rem, -0.8rem);
  background-color: #ffffff; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal; }

p + p {
  margin-top: 1em; }

.uppercase {
  text-transform: uppercase; }

.page-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1rem;
  padding-top: .6rem;
  position: relative;
  flex-shrink: 0; }
@media only screen and (min-width: 1023px) {
  .page-header {
    min-height: 5rem;
    margin-bottom: 2rem;
    padding-top: 1rem;
    text-transform: none; } }
.page-header .pages-nav {
  margin-left: auto;
  margin-right: 0; }
.page-header .modal-close-btn {
  position: static; }

.page-title {
  font-size: 1.9rem;
  font-weight: 500;
  text-transform: uppercase; }
@media only screen and (min-width: 1023px) {
  .page-title {
    font-size: 1.5rem;
    padding-left: 2rem; } }
.page-title i {
  height: .7rem;
  width: .7rem;
  margin-right: 1rem;
  border-radius: 50%;
  color: #575e7b;
  background-color: currentColor;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3rem;
  margin-top: -0.2rem; }
@media only screen and (min-width: 1023px) {
  .page-title i {
    height: .9rem;
    width: .9rem;
    margin-right: 2rem; } }

.formatted-text {
  line-height: 1.6;
  color: #bec6e3;
  font-size: 1.2rem;
  overflow: auto;
  padding-bottom: 2rem; }
@media only screen and (min-width: 1023px) {
  .formatted-text {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.5rem; } }

@-webkit-keyframes linkAnimation {
  0% {
    background-size: 100% 1px; }
  100% {
    background-size: 0% 1px; } }

@keyframes linkAnimation {
  0% {
    background-size: 100% 1px; }
  100% {
    background-size: 0% 1px; } }

@keyframes cardAnimation {
  
0% {
    z-index: 4;
    transform: scale(1);
}

28.8% {
    z-index: 4;
    transform: scale(1);
}
30.9% {
    transform: translateY(-30px) translate(0) rotate(-20deg);
    z-index: 4;
}
33.3% {
    z-index: 2;
    transform: translate(0.5rem) scale(.81);
}
61.9% {
    z-index: 2;
    transform: translate(0.5rem) scale(.81);
}
66.7% {
    z-index: 3;
    transform: translate(0.25rem) scale(.91);
}
95.2% {
    z-index: 3;
    transform: translate(0.25rem) scale(.91);
}
100% {
    z-index: 4;
    transform: translate(0) scale(1);
}

  }


@keyframes logo-arrow-big {
0%  {
    opacity: 0;
    transform: translate(-15px,15px);
}

100% {
    opacity: 1;
    transform: translate(0);
} }

@keyframes logo-arrow-small {
0% {
    opacity: 0;
    transform: translate(-15px,15px);
}

100% {
    opacity: 1;
    transform: translate(0);
} }

@keyframes logo-arrow-last {
0% {
    opacity: 0;
    transform: translate(-15px,15px);
}

100% {
    opacity: 1;
    transform: translate(0);
} }

@keyframes logo-circle {
0% {
    opacity: 0;
    transform: scale(.3);
}

100% {
    opacity: 1;
    transform: scale(1);
} }


.link, .tablist__panel-inner p a,
.formatted-text p a {
  color: #94a8c8;
  transition: background-size .5s;
  padding-bottom: 0em; }
@media only screen and (min-width: 1023px) {
  .link, .tablist__panel-inner p a,
  .formatted-text p a {
    padding-bottom: 0.1em; } }

.tablist__panel-inner * + *,
.formatted-text * + * {
  margin-top: 1em; }

.tablist__panel-inner ul,
.formatted-text ul {
  list-style: circle;
  padding-left: 2rem; }

.tablist__panel-inner ol,
.formatted-text ol {
  list-style: decimal;
  padding-left: 1.5rem; }
.tablist__panel-inner ol li,
.formatted-text ol li {
  padding-left: .5rem; }

.tablist__panel-inner h2,
.tablist__panel-inner h3,
.tablist__panel-inner h4,
.formatted-text h2,
.formatted-text h3,
.formatted-text h4 {
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 1em; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  --modal-panel-padding: 2rem;
  z-index: 13;
  opacity: 0;
  align-content: center;
  padding: 1.5rem;
  visibility: hidden;
  text-align: center;
  overflow: auto;
  visibility: hidden;
  font-size: 0; }
@media only screen and (min-width: 1023px) {
  .modal {
    padding: 2rem;
    z-index: 15; } }
.modal::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(2px);
  /* -webkit-backdrop-filter: blur(2px);
  transition: visibility .2s ease-out 0s,opacity .2s ease-out 0s;
  will-change: transform;
  transform: translateZ(131px); */
  right: 0;
  bottom: 0; }
.modal.active {
  opacity: 1;
  visibility: visible; }
.modal__content {
  max-height: 100%;
  overflow: hidden;
  max-width: 100%;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  margin: 0 auto;
  position: relative;
  text-align: left;
  font-size: 1.4rem;
  z-index: 21;
  width: 100%;
  box-shadow: 0 1.4rem 7.2rem #101623b3; }


.modal__content .formatted-text {
  color: #fff; }
.modal.active .modal__content {
  -webkit-transform: none;
  transform: none; }
.modal__inner {
  max-height: 100%;
  overflow: auto;
  background-color: #252e52;
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 1rem;
  padding: 1.5rem; }
  
@media only screen and (max-width: 1023px) {
.modal__inner {
  background-color: #171d39;
} }
  
@media only screen and (max-width: 1023px) {
.modal__content {
  box-shadow: none;
} }
 
@media only screen and (max-width: 1023px) {
.inner-page {
  padding-left: 1rem;
  padding-right: 1rem;
} }
  
@media only screen and (min-width: 1023px) {
  .modal__inner {
    padding: 4.5rem; } }
.modal__close {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: none;
  transform: none; }
.modal.active .modal__close {

 }

.modal-close-btn {
  position: absolute;
  z-index: 5;
  width: 3rem;
  height: 3rem;
  box-sizing: content-box;
  border-radius: 1rem;
  padding-bottom: 1px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  top: .5rem;
  right: .5rem;
  background: transparent; }
@media only screen and (min-width: 1023px) {
  .modal-close-btn {
    top: 1rem;
    right: 1rem;
    background: transparent;
    padding-bottom: 0; } }

.modal-close-btn svg {
  height: .8rem;
  width: .8rem;
  fill: #6e6f89
}
  
.modal-close-btn svg:hover {
  fill: #9c9da7 
}
  
@media only screen and (min-width: 1023px) {
  .modal-close-btn svg {
    height: 1.6rem;
    width: 1.6rem; } }

.modal-title {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  text-align: left; }
@media only screen and (min-width: 1023px) {
  .modal-title {
    margin-bottom: .5rem;
    margin-bottom: 3rem; } }

.promo-modal .modal__content {
  text-align: center; }
@media only screen and (min-width: 1023px) {
  .promo-modal .modal__content {
    max-width: 34rem; } }

.promo-modal .modal__inner {
  padding: 2.5rem 3rem; }
@media only screen and (min-width: 1023px) {
  .promo-modal .modal__inner {
    padding: 4.5rem; } }

.promo-form .field-input {
  text-align: center;
  background-color: #131830; }

.promo-form .field-wrapper {
  margin-bottom: 1rem; }

.promo-form .btn {
  margin-bottom: 1.5rem;
  width: 100%; }
@media only screen and (min-width: 1023px) {
  .promo-form .btn {
    width: auto; } }

.promo-form p {
  color: rgba(255, 255, 255, 0.15); }


@media only screen and (min-width: 1023px) {
  .balance-modal .modal__content {
    max-width: 28rem;
    max-width: 54rem; } }

.balance-modal .modal__inner {
  padding: 3rem 3rem 2rem; }
@media only screen and (min-width: 1023px) {
  .balance-modal .modal__inner {
    padding: 4rem; } }

@media only screen and (min-width: 1023px) {
  .balance-form .from-to__input {
    padding-bottom: 0;
    line-height: 1;
    padding-top: 0.2rem;
    margin-bottom: -0.2rem; } }

.balance-form-desc {
  margin: .9rem 0 1.5rem;
  font-size: 1.2rem;
  padding: 0 1.5rem;
  font-weight: 400;
  text-align: left;
  color: #d4d9e8; }
.balance-form-desc br {
  display: none; }
@media only screen and (min-width: 1023px) {
  .balance-form-desc {
    padding: 0;
    margin: 2.5rem 0;
    font-size: 1.4rem; }
  .balance-form-desc br {
    display: block; } }

@media only screen and (min-width: 1023px) {
  .balance-form-btns {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between; } }

.balance-form-btns .btn {
  width: 100%;
  margin-bottom: 1rem; }
@media only screen and (min-width: 1023px) {
  .balance-form-btns .btn {
    margin-bottom: 0;
    width: calc(50% - 1rem); } }

.balance-form-promo {
  display: -webkit-box;
  display: flex; }
.balance-form-promo label {
  padding-right: 1.3rem; }
@media only screen and (min-width: 1023px) {
  .balance-form-promo label {
    padding-right: 2rem; } }
.balance-form-promo .field-input {
  text-transform: uppercase; }
@media only screen and (max-width: 1023px) {
  .balance-form-promo .field-input {
    height: 100%; } }
@media only screen and (min-width: 1023px) {
  .balance-form-promo .field-input {
    background-color: #171d39;
    font-size: 1.3rem;
    font-weight: 500; } }

.from-to {
  font-size: 1.3rem;
  position: relative;
  text-align: center;
  margin-bottom: 1rem; }
@media only screen and (min-width: 1023px) {
  .from-to {
    margin-bottom: 3.5rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    text-align: left; }
  .from-to::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/double-arrow-orange.png);
    background-size: contain;
    background-position: center;
    width: 3.5rem;
    height: 3.2rem; } }
.from-to__from, .from-to__to {
  background-color: #131830;
  border-radius: 1rem;
  margin-bottom: 1rem;
  padding: 1.2rem 1.4rem .6rem; }
@media only screen and (min-width: 1023px) {
  .from-to__from, .from-to__to {
    padding: 2.5rem;
    width: calc(50% - 3.5rem);
    background-color: #171d39;
    margin-bottom: 0; } }
.from-to span {
  text-transform: uppercase;
  font-weight: 400;
  color: #b8c2e1; }
.from-to__input {
  font-size: 2.7rem;
  color: #ffce79;
  padding: .5rem 0;
  text-align: center; }
@media only screen and (min-width: 1023px) {
  .from-to__input {
    text-align: left; } }

@media only screen and (max-width: 1023px) {
  .modal {
    background-color: #171d39;
    top: 0;
    overflow: visible;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: auto;
    bottom: 0; }
  .modal::before {
    display: none; }
  .modal .modal__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    overflow: visible; }
  .modal .modal__content > .modal-title {
    text-transform: uppercase;
    color: #c6a783;
    font-size: 1.65rem;
    margin-bottom: 4rem;
    /* padding-left: 1rem; */
    padding-top: 10px;
}
  .modal .modal-title {
    text-transform: none;
    font-size: 1.3rem; }
  .modal .modal-close-btn {
    top: 5px;
	right: 1px;}
  .modal .modal__inner {
    height: 100%;
    overflow: auto; } }

@media only screen and (max-width: 1023px) {
  .balance-modal .modal__inner {
    padding: 0;
    background-color: transparent;
    border-radius: 0; }
  .balance-modal .modal__content {
    box-shadow: none; } }

@media only screen and (max-width: 1023px) {
  .promo-modal .modal__inner {
    padding: 0;
    background-color: transparent;
    border-radius: 0; }
  .promo-modal .modal__content {
    box-shadow: none;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;	
} }

.promo-form {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between; }
.promo-form .field-wrapper {
  margin-bottom: 2.1rem; }
.promo-form .promo-form-desc {
  margin-bottom: auto; }

.promo-form-desc {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0.4em;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 1023px) {
  .text-modal .modal__content {
    min-width: 380px;
    max-width: 600px;
} }

html {
  -webkit-text-size-adjust: none; }

html,
body {
  height: 100%;
  width: 100%; }

:root {
    --gutter: 2rem;
    --gutter-page: 4rem;
    --gutter-shop: 2.5rem;
    --gutter-support: 2.5rem;
}


body {
  background-color: #161b2e;
  color: #eaecf0;
  line-height: 1.2;
  /*position: fixed;*/
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1.2rem;
  --main-header-height: 4.8rem;
  --chat-width: 100%;
  --mob-menu-height: 70px;
  --chat-width: 40rem;
  --user-panel-width: 52.8rem; }
@media only screen and (min-width: 1023px) {
  body {
    font-size: 1.5rem;
    --main-header-height: 84px;
    --mob-menu-height: 0; } }
@media only screen and (min-width: 1460px) {
  body {
    --chat-width: 388px;
    --user-panel-width: 40rem; } }
@media only screen and (min-width: 2100px) {
  body {
    --chat-width: 46.6rem; } }

@-webkit-keyframes svgAnimation1 {
  100%,
  0% {
    opacity: 0; }
  16.66% {
    opacity: 1; }
  33.33% {
    opacity: 1; }
  50% {
    opacity: 1; }
  66.66% {
    opacity: 0; }
  83.33% {
    opacity: 0; } }

@keyframes svgAnimation1 {
  100%,
  0% {
    opacity: 0; }
  16.66% {
    opacity: 1; }
  33.33% {
    opacity: 1; }
  50% {
    opacity: 1; }
  66.66% {
    opacity: 0; }
  83.33% {
    opacity: 0; } }

@-webkit-keyframes svgAnimation2 {
  100%,
  0% {
    opacity: 0; }
  16.66% {
    opacity: 0; }
  33.33% {
    opacity: 1; }
  50% {
    opacity: 1; }
  66.66% {
    opacity: 1; }
  83.33% {
    opacity: 0; } }

@keyframes svgAnimation2 {
  100%,
  0% {
    opacity: 0; }
  16.66% {
    opacity: 0; }
  33.33% {
    opacity: 1; }
  50% {
    opacity: 1; }
  66.66% {
    opacity: 1; }
  83.33% {
    opacity: 0; } }

@-webkit-keyframes svgAnimation3 {
  100%,
  0% {
    opacity: 0; }
  16.66% {
    opacity: 0; }
  33.33% {
    opacity: 0; }
  50% {
    opacity: 1; }
  66.66% {
    opacity: 1; }
  83.33% {
    opacity: 1; } }

@keyframes svgAnimation3 {
  100%,
  0% {
    opacity: 0; }
  16.66% {
    opacity: 0; }
  33.33% {
    opacity: 0; }
  50% {
    opacity: 1; }
  66.66% {
    opacity: 1; }
  83.33% {
    opacity: 1; } }

.svg-arrow {
  opacity: 0; }
.svg-arrow.animated .svg-arrow__first,
.svg-arrow.animated .svg-arrow__second,
.svg-arrow.animated .svg-arrow__therd {
  opacity: 0; }
.svg-arrow.animated .svg-arrow__first {
  -webkit-animation: 1s svgAnimation1 infinite;
  animation: 1s svgAnimation1 infinite; }
.svg-arrow.animated .svg-arrow__second {
  -webkit-animation: 1s svgAnimation2 infinite;
  animation: 1s svgAnimation2 infinite; }
.svg-arrow.animated .svg-arrow__therd {
  -webkit-animation: 1s svgAnimation3 infinite;
  animation: 1s svgAnimation3 infinite; }

/* width */
@media only screen and (min-width: 1023px) {
  ::-webkit-scrollbar {
    width: .5rem; } }

/* Track */
::-webkit-scrollbar-track {
  border-radius: 99rem;
  background-color: #262f54; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3b4772;
  border-radius: 99rem; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #3b4772; }

.m-l-a {
  margin-left: auto; }

.main-wrapper {
  height: 100%;
  width: 100%;
  padding-bottom: var(--mob-menu-height);
  overflow: hidden; }
@media only screen and (min-width: 1023px) {
  .main-wrapper {
    padding-bottom: 0; }
  .main-wrapper.show-left-panel {
    display: grid;
    grid-template: "header" "primary";
    grid-template-columns: 1fr;
    grid-template-rows: var(--main-header-height) 1fr; } }

.primary-content {
  height: 100%;
  padding: 1rem; }
@media only screen and (min-width: 1023px) {
  .notifications-active .primary-content {
    padding-top: 4rem; } }
@media only screen and (min-width: 1023px) {
  .primary-content {
        padding: 0;
        margin-bottom: 5.5rem;
        /* margin: 0 auto; */
        grid-area: primary;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        position: relative;
        min-height: calc(100vh - 10.4rem);
    }
  .show-left-panel .primary-content {
   /* padding-left: var(--user-panel-width);*/	} }
	
@media only screen and (min-width: 1023px) {
  .primary-content {
    padding-right: 6rem;
    padding-left: 6rem;	}
  .chat-active .primary-content {
    padding-right: calc(0rem + var(--chat-width));
    padding-left:0;	}
  .chat-active .show-left-panel .game {
    /*margin-left: calc(2rem + var(--user-panel-width));*/	}
  .chat-active .game-desktop {
    /*margin-left: calc(2rem + var(--user-panel-width));*/ }
  .chat-active .cur-u-panel {
    /*left: 2rem;*/	}
  .chat-active header {
        margin-right: calc(16.5rem + var(--chat-width)); }
  .chat-active .footer {
        margin-right: calc(16.5rem + var(--chat-width));
} }

.game-desktop {
    /* margin-left: calc(6rem + var(--user-panel-width)); */
    /* overflow: hidden; */
    display: flex;
    margin: 0 auto;
    gap: 2rem;
    width: 120rem;
}

.cur-u-panel {
  display: none; }
  
@media only screen and (min-width: 1023px) {
  .cur-u-panel {
    grid-area: user-panel;
    display: none; }
  .show-left-panel .cur-u-panel {
    /*display: -webkit-box;
    display: flex; */} }

.header {
  background-color: #161b2e;
  height: var(--main-header-height); }
@media only screen and (min-width: 1023px) {
  .header {
    grid-area: header; } }

.chat {
  grid-area: chat;
  position: absolute;
  top: var(--main-header-height);
  right: 0;
  bottom: var(--mob-menu-height);
  width: var(--chat-width); }

.copyrights {
  color: rgba(255, 255, 255, 0.07);
  padding-right: 2rem;
  position: relative; }
.copyrights::after {
  content: '';
  position: absolute;
  top: .1rem;
  right: 0;
  height: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.05); }

.dev-link {
  color: rgba(161, 173, 200, 0.2);
  padding: 1rem; }
.dev-link:hover {
  color: #a1adc8; }

.inner-page {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden; }
@media only screen and (min-width: 1023px) {
  .inner-page {
    height: 100%;
    overflow: hidden;
    padding-top: 1.7rem;
    padding-left: 4rem;
    padding-right: 4rem;
	background: #191e34;
    margin-left: 2rem;
    margin-right: 2rem;
    border-radius: 2rem 2rem 2rem 2rem;
} }

.rotate-screen {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #171d39;
  z-index: 999;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: none; }
.rotate-screen svg {
  height: 20vw;
  width: 20vw;
  fill: rgba(255, 255, 255, 0.5); }
@media screen and (orientation: landscape) and (max-width: 824px) {
  .rotate-screen {
    display: -webkit-box;
    display: flex; } }

.cur-u-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: block;
    top: 0px;
    height: calc(100vh - 10.4rem);
    /* left: 6rem; */
    /* right: auto; */
    border-radius: 2rem;
    z-index: 5;
    width: var(--user-panel-width);
}
  
.cur-u-panel-mob {
  display: block;
}

.cur-u-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 1rem;
  padding-left: 4rem;
  padding-top: 1rem;
  left: 0;
  padding-right: 2.5rem;
  width: var(--user-panel-width);
  z-index: 3;
  background-color: transparent;
  display: none; }
@media only screen and (min-width: 1023px) {
  .cur-u-header {
    display: -webkit-box;
    display: none; } }

.cur-u-header-wrapper {
    background-color: #1c233a;
    flex-shrink: 0;
    height: 380px;
    gap: 3rem;
    display: grid;
}

.cur-u-controls {
  padding-top: 1rem;
  text-align: right; }
.cur-u-controls__btns {
  margin-top: 1.5rem;
  display: inline-grid;
  grid-auto-flow: column;
  grid-gap: 2.6rem; }
.cur-u-controls__btns .flat-btn-icon:not(:last-child)::before {
  content: '';
  pointer-events: none;
  height: 1.2rem;
  width: 0.2rem;
  background-color: #1b1a2e;
  position: absolute;
  top: 50%;
  right: -1.3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.cur-u-info {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 1rem; }
@media only screen and (min-width: 1023px) {
  .cur-u-info {
    padding: 0;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 9rem;
    padding-top: .2rem;
    padding-left: 8rem; } }
@media only screen and (min-width: 1460px) {
  .cur-u-info {
    padding-left: 9.6rem; } }
.cur-u-info__photo {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #1b1a2e;
  padding: 0.7rem;
  height: 7rem;
  width: 7rem; }
@media only screen and (min-width: 1023px) {
  .cur-u-info__photo {
    display: block; } }
@media only screen and (min-width: 1460px) {
  .cur-u-info__photo {
    height: 9rem;
    width: 9rem; } }
.cur-u-info__photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%; }
.cur-u-info__name {
  font-size: 1.4rem;
  font-weight: 400; }
@media only screen and (min-width: 1023px) {
  .cur-u-info__name {
    font-weight: normal;
    font-size: 1.8rem; } }
.cur-u-info__desc {
  color: rgba(255, 255, 255, 0.2);
  font-size: 1.2rem; }
@media only screen and (min-width: 1023px) {
  .cur-u-info__desc {
    font-size: 1.4rem;
    margin-bottom: 1.6rem; } }
.cur-u-info__balance {
  display: none; }
@media only screen and (min-width: 1023px) {
  .cur-u-info__balance {
    display: block;
    font-size: 2rem; } }

.cur-u-btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem;
  overflow: hidden; }
@media only screen and (min-width: 1023px) {
  .cur-u-btns .btn:first-child {
    border-radius: 1.5rem 1rem 1rem 1.5rem; }
  .cur-u-btns .btn:last-child {
    border-radius: 1rem 1.5rem 1.5rem 1rem; } }

.cur-u-drops {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }
@media only screen and (min-width: 1023px) {
  .cur-u-drops {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    width: 100%;
    padding: 1rem var(--gutter) var(--gutter);
    overflow: hidden;
	background: #1c233a;
} }

.cur-u-drops-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 1rem 1rem 1.5rem;
  flex-shrink: 0; }
@media only screen and (min-width: 1023px) {
  .cur-u-drops-header {
    padding: 1rem 0 1.5rem; } }

.cur-u-drops-header-2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 1rem;
  padding: 0;
  margin-bottom: .5rem;
  flex-shrink: 0; }
@media only screen and (min-width: 1023px) {
  .cur-u-drops-header-2 {
    margin-bottom: 0;
    padding: 2rem 0; } }

.cur-u-drops-selected-2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-transform: uppercase;
  width: calc(100% - 12.5rem);
  border-radius: 1rem;
  background-color: #131830;
  font-size: 1.2rem;
  white-space: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 5rem;
  padding: 0 1.3rem;
  font-weight: 500; }
@media only screen and (min-width: 1023px) {
  .cur-u-drops-selected-2 {
    height: 6.5rem;
    -webkit-box-pack: start;
    justify-content: flex-start;
    font-size: 1.3rem;
    padding: 0 2rem;
    background-color: #171d39;
    position: relative;
    padding-top: 0.2rem; }
  .cur-u-drops-selected-2::before {
    content: '';
    border-style: solid;
    border-width: 1rem 0 1rem .7rem;
    border-color: transparent transparent transparent #171d39;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -.5rem; } }
.cur-u-drops-selected-2__total {
  color: #ffffff; }
.cur-u-drops-selected-2__total:not(:last-child) {
  margin-right: 2rem; }
@media only screen and (min-width: 1023px) {
  .cur-u-drops-selected-2__total:not(:last-child) {
    margin-right: 3.5rem; } }
.cur-u-drops-selected-2__total span {
  display: block;
  font-size: 1.2rem;
  padding-bottom: 0.2em; }
@media only screen and (min-width: 1023px) {
  .cur-u-drops-selected-2__total span {
    padding-bottom: 0.3em; } }
.cur-u-drops-selected-2__total:first-child {
  position: relative; }
.cur-u-drops-selected-2__total:first-child span {
  color: #ffffff; }
.cur-u-drops-selected-2__total:first-child .price {
  color: #ffce79; }
.cur-u-drops-selected-2__total:last-child span {
  color: #b8c7f0; }

.cur-u-drops-selected {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.2rem; }
@media only screen and (min-width: 1023px) {
  .cur-u-drops-selected {
    font-size: 1.4rem; } }
.cur-u-drops-selected__count {
  height: 3rem;
  width: 3rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
  background-color: #1c2344;
  line-height: 1;
  margin-right: 2.8rem; }
@media only screen and (min-width: 1023px) {
  .cur-u-drops-selected__count {
    margin-right: 3.3rem;
    background-color: #1b1a2e; } }
.cur-u-drops-selected__count::before {
  content: '';
  position: absolute;
  top: 1rem;
  right: -2rem;
  width: 1.2rem;
  height: 1.1rem;
  background-image: url(../img/double-arrow.png);
  background-size: contain; }
@media only screen and (min-width: 1023px) {
  .cur-u-drops-selected__count::before {
    right: -2.35rem; } }
.cur-u-drops-selected__total {
  display: -webkit-box;
  display: flex;
  margin-top: 0.4rem;
  color: rgba(255, 255, 255, 0.6); }
@media only screen and (min-width: 1023px) {
  .cur-u-drops-selected__total {
    color: rgba(255, 255, 255, 0.3);
    margin-top: 0; } }
.cur-u-drops-selected__total .price {
  margin-left: .5rem;
  font-weight: 400; }
@media only screen and (min-width: 1023px) {
  .cur-u-drops-selected__total .price {
    margin-left: 1rem;
    font-weight: normal; } }

.cur-u-drops-btns {
  flex-shrink: 0;
  grid-gap: 0.5rem;
  z-index: 4;
  display: -webkit-box;
  display: flex;
  padding-bottom: 0.5rem;
  margin-bottom: 4px;
  margin-top: 10px;
  -webkit-box-pack: justify;
  justify-content: space-between; }
@media only screen and (min-width: 1023px) {
  .cur-u-drops-btns {
    padding-bottom: 0;
    position: absolute;
    left: 2rem;
    width: auto;
    right: 2rem;
    bottom: 2rem;
} }
.cur-u-drops-btns.no-shadow::after {
  opacity: 0; }
.cur-u-drops-btns .btn {
    position: relative;
    height: 64px;
    font-size: 16px;
    z-index: 3;
    width: 100%;
}  }
.cur-u-drops-btns .steam-login {
  height: 5rem;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 2rem; }
.cur-u-drops-btns .steam-login svg {
  margin-right: 0;
  margin-left: 2rem; }

.cur-u-drops-list-wrapper {
  overflow: auto;
  margin: 0 -.5rem;
  position: relative;
  max-height: 100%;
  min-height: 306px;
  height: 100%;
  border-radius: 1rem;
  display: -webkit-box;
  display: flex; }
.cur-u-drops-list-wrapper::-webkit-scrollbar-track {
  background-color: #262f54; }
@media only screen and (min-width: 1023px) {
  .cur-u-drops-list-wrapper {
    overflow: visible;
    border: 1px dashed #2d3653;
    margin: 0 -.5rem;
    position: relative;
    max-height: 100%;
    min-height: 100px;
    height: 100%;
    margin-left: 0rem;
    margin-right: 0rem;
    border-radius: 1rem;
    padding: 1rem;
    padding-top: 1rem !important;
    margin-bottom: 8rem !important;
    display: -webkit-box;
    display: flex;
} }

.cur-u-drops-list {
    display: grid;
    position: relative;
    /* max-height: 290px; */
    align-content: flex-start;
    grid-template-columns: repeat(3,31.933%);
    z-index: 2;
    width: 100%;
    padding: 0.9rem;
    border-radius: 1rem;
    grid-gap: 0.9rem;
}
.cur-u-drops-list::-webkit-scrollbar-track {
  background-color: #262f54; }
@media only screen and (min-width: 1023px) {
  .cur-u-drops-list {
    overflow: auto scroll;
    grid-gap: .9rem;
    padding: 0;
    padding-right: 12px;
    margin-right: -17px; } }

.drop-preview {
  background-color: #2a3256;
  border-radius: 1rem 1rem 1rem 1rem;
  text-align: left;
  height: 13rem;
  font-size: 1rem;
  padding: 1rem 1rem .3rem;
  font-size: 1.2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  align-items: stretch;
  font-weight: 400;
  min-width: 0;
  white-space: nowrap;
  position: relative; }
.drop-preview.disabled, .drop-preview:disabled {
  opacity: 0.35;
  cursor: not-allowed; }
@media only screen and (min-width: 1023px) {
  .drop-preview {
    height: 15rem;
    padding: 1.5rem 1.5rem; } }
.drop-preview:hover {
  background-color: #2e365c; }
.drop-preview.checked:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(132deg,rgb(255 194 138 / 0%) 0%,#ffc28a5c 100%);
    bottom: 0;
    border: 2px solid #FFC28A;
    border-radius: 1rem 1rem 1rem 1rem;
    z-index: 2;
}
@media only screen and (min-width: 1023px) {
  .drop-preview > * {
    position: relative;
    z-index: 3; } }
.drop-preview__status {
  position: absolute !important;
  top: .8rem;
  right: .8rem; }
@media only screen and (min-width: 1023px) {
  .drop-preview__status {
    top: 1.4rem;
    right: 1.4rem; } }
.drop-preview__status svg {
  height: 1.4rem;
  width: 1.4rem; }
@media only screen and (min-width: 1023px) {
  .drop-preview__status svg {
    height: 2.4rem;
    width: 2.4rem; } }
.drop-preview__status--waiting svg {
  fill: #ffce79; }
.drop-preview__status--success svg {
  fill: #72af3f;
  height: 1.2rem;
  width: 1.5rem; }
@media only screen and (min-width: 1023px) {
  .drop-preview__status--success svg {
    height: 2.3rem;
    width: 2.3rem; } }
.drop-preview__status--error {
  top: .9rem;
  right: .9rem; }
@media only screen and (min-width: 1023px) {
  .drop-preview__status--error {
    top: 1.8rem;
    right: 1.8rem; } }
.drop-preview__status--error svg {
  fill: #fe5454;
  height: .9rem;
  width: .9rem; }
@media only screen and (min-width: 1023px) {
  .drop-preview__status--error svg {
    height: 1.6rem;
    width: 1.6rem; } }
.drop-preview__title, .drop-preview__desc {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
  overflow: hidden;
  color: white;
  max-width: 10rem; }
.drop-preview__title {
  margin-bottom: 0.1em;
  font-weight: 500; }
.drop-preview__subtitle {
  font-size: 1.1rem;
  color: #c5cbe2; }
@media only screen and (min-width: 1023px) {
  .drop-preview__subtitle {
    font-size: inherit; } }
.drop-preview__desc {
  color: #979db6;
  margin-bottom: .7rem;
  font-size: 1.1rem;
  font-weight: 500; }
@media only screen and (min-width: 1023px) {
  .drop-preview__desc {
    margin-bottom: 0;
    font-size: inherit;
    padding-right: 1.1rem; } }
	
@media only screen and (max-width: 1023px) {
  .drop-preview__desc {
    font-size: 10px;} }

.drop-preview__price {
  position: absolute;
  font-weight: 500;
  font-size: 1.2rem;
  top: .9rem;
  right: .6rem;
  color: #ffc28a; }
@media only screen and (min-width: 1023px) {
  .drop-preview__price {
    top: 1.2rem;
    right: 1.1rem;
    font-size: 1.5rem;
    font-weight: 600; } }
.drop-preview__title, .drop-preview__subtitle, .drop-preview__desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.drop-preview__desc {
  min-height: 1rem; }
.drop-preview__photo {
    height: 8rem;
    -webkit-transform: translate3d(0, 1.4rem, 0);
    transform: translate3d(0, 1rem, 0);
    padding: 0 1rem;
    margin-bottom: 4px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
@media only screen and (min-width: 1023px) {
  .drop-preview__photo {
    margin-top: -2.5rem;
    height: 11rem;
    -webkit-transform: translate3d(0, 1.7rem, 0);
    transform: translate3d(0, 1.7rem, 0); } }
.drop-preview__photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center; }
.drop-preview::after {
  content: '';
  position: absolute;
  width: 9.5rem;
  height: 100%;
  -webkit-mask-image: url("../img/drop-color-mask-mob.png");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  background-position: bottom right;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: currentColor; }
@media only screen and (min-width: 1023px) {
  .drop-preview::after {
    width: 12.5rem;
    height: 15.9rem;
    -webkit-mask-size: contain;
    -webkit-mask-image: url("../img/drop-color-mask.png"); } }

@media only screen and (max-width: 428px) {
  .drop-preview::after {
    content: '';
    position: absolute;
    width: 11rem;
    height: 15rem;
    -webkit-mask-image: url(../img/drop-color-mask-mob.png);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    background-position: bottom right;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: currentColor;
} }

@media only screen and (max-width: 430px) {
  .drop-preview::after {
    content: '';
    position: absolute;
    width: 11rem;
    height: 15rem;
    -webkit-mask-image: url(../img/drop-color-mask-mob.png);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    background-position: bottom right;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: currentColor;
} }

.inventar-empty {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: -webkit-box;
  display: flex;
  background: #252e52;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-weight: 400;
  border-radius: 1rem; }
@media only screen and (min-width: 1023px) {
  .inventar-empty {
    padding-bottom: 10rem; } }
@media only screen and (min-width: 1023px) {
  .inventar-empty .steam-login {
    position: absolute;
    bottom: 5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 6.6rem;
    padding: 0 4rem; } }
.inventar-empty > svg {
  width: 7.6rem;
  height: 10.2rem;
  margin-bottom: 1rem;
  fill: #434d78; }
@media only screen and (min-width: 2100px) {
  .inventar-empty > svg {
    width: 10.64rem;
    height: 14.28rem;
    margin-bottom: 2.5rem; } }
.inventar-empty__title {
  text-transform: uppercase;
  font-size: 1.2rem;
  display:none;
  margin-bottom: 2em;
  color: #555d86; }
@media only screen and (min-width: 1023px) {
  .inventar-empty__title {
    color: #252b4a;
    margin-bottom: 1.5rem;
    font-size: 1.7rem; } }
@media only screen and (min-width: 2100px) {
  .inventar-empty__title {
    margin-bottom: 3rem; } }
.inventar-empty__subtitle {
    color: #434d78;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 0.1em;
}
@media only screen and (min-width: 1023px) {
  .inventar-empty__subtitle {
    font-size: 2rem; } }
.inventar-empty__desc {
    font-size: 1.2rem;
    color: #ff9a77;
    text-transform: uppercase;
    font-weight: 500;
}
@media only screen and (min-width: 1023px) {
  .inventar-empty__desc {
    font-size: 1.4rem; } }

.header {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background-color: #161b2e; }
@media only screen and (min-width: 1023px) {
  .header {
        background-color: #161b2e;
        left: 0px;
        position: relative;
        display: flex;
        align-items: center;
        margin: 0 auto;
        width: 120rem;
        flex: 0 0 auto;
        /* padding-left: 1rem !important; */
        /* padding: 2rem var(--gutter); */
        will-change: width;
        transition: width .2s ease-out 0s;
} }

@media only screen and (min-width: 2100px) {
  .header {
    grid-template-columns: var(--user-panel-width) 1fr 46.6rem; } }
.header::before {
  content: '';
  position: absolute;
  bottom: -1px;
  display: none;
  left: 0;
  -webkit-transition: .5s;
  transition: .5s;
  width: calc(100% - 11rem);
  height: 3px;
  border-radius: 99rem;
  background-color: #1e2444; }
.chat-active .header::before {
  width: calc(100% - 40rem - 6rem); }
@media only screen and (min-width: 2100px) {
  .header::before {
    width: calc(100% - 12rem); }
  .chat-active .header::before {
    width: calc(100% - var(--chat-width) - 7rem); } }

.header-main {
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative; }
@media only screen and (min-width: 1023px) {
  .header-main {
    width: calc(100% - 5rem); } }
@media only screen and (min-width: 1023px) {
  .header-main .logo {
    display: none; } }
@media only screen and (min-width: 1023px) {
  .header-main .header-langs {
    display: none; } }
@media only screen and (min-width: 1023px) {
  .header-main {
    width: 100%;
    -webkit-box-align: center;
    align-items: center; } }
@media only screen and (min-width: 2100px) {
  .header-main {
    padding: 0 1.8rem 0 1.2rem; } }
.header-main::before, .header-main::after {
  -webkit-transform: translateX(35rem);
  transform: translateX(35rem); }
@media only screen and (min-width: 1023px) {
  .header-main::before, .header-main::after {
    content: '';
    position: absolute;
    bottom: -.3rem;
    height: 5px;
	display: none;
    width: 5px;
    background-color: #1e2444;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s; } }
@media only screen and (min-width: 2100px) {
  .header-main::before, .header-main::after {
    -webkit-transform: translateX(42rem);
    transform: translateX(42rem); } }
.chat-active .header-main::before, .chat-active .header-main::after {
  -webkit-transform: translateX(0);
  transform: translateX(0); }
.header-main::before {
  right: 2.2rem; }
@media only screen and (min-width: 2100px) {
  .header-main::before {
    right: 5.6rem; } }
.header-main::after {
  right: 1rem; }
@media only screen and (min-width: 2100px) {
  .header-main::after {
    right: 4.4rem; } }

.steam-login {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 1.2rem;
  height: 3.2rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
  position: relative;
  overflow: hidden; }
@media only screen and (min-width: 1023px) {
  .steam-login {
    height: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.4rem; } }
@media only screen and (min-width: 1460px) {
  .steam-login {
    padding-right: 2.5rem;
    padding-left: 2.5rem; } }
.steam-login svg {
  display: inline-block;
  height: 2rem;
  width: 2rem;
  margin-right: .5rem;
  -webkit-filter: drop-shadow(0px 0.5rem 1rem rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0.5rem 1rem rgba(0, 0, 0, 0.2));
  fill: #fff; }
@media only screen and (min-width: 1023px) {
  .steam-login svg {
    margin-right: 2rem; } }

.header-soc-links {
  display: none;
  display: grid;
  grid-auto-flow: column;
  grid-gap: .7rem; }
@media only screen and (min-width: 1023px) {
  .header-soc-links {
    margin: 0 2rem;
    grid-gap: 1rem; } }
@media only screen and (min-width: 2100px) {
  .header-soc-links {
    grid-gap: 1.6rem; } }

.soc-link {
  background-color: transparent;
  height: 3.4rem;
  width: 3.4rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 1rem;
  font-size: 1rem;
  -webkit-transition: .2s;
  transition: .2s; }
@media only screen and (min-width: 1023px) {
  .soc-link {
    height: 4.2rem;
    width: 4.2rem; } }
.soc-link svg {
  fill: #515d81;
  -webkit-transition: inherit;
  transition: inherit; }
.soc-link:hover svg {
  fill: #fff; }

  
@media only screen and (min-width: 1023px) {
  .logo {
	  } }

.nav {
    display: none;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-align: center;
    font-weight: 500;
    font-family: 'DIN Pro';
    align-items: center;
    color: #d6ddea;
}
@media only screen and (min-width: 1023px) {
  .nav {
    display: -webkit-box;
    display: flex;
	margin-top: 2px;
    padding-left: 0.2rem; } }
.nav__link {
    display: block;
    line-height: 60px;
    outline-offset: -3px;
	text-align: center;
    margin-right: 30px;
	font-size: 16px;
    height: 60px;
	font-weight: 600;
    position: relative;
    -webkit-transition: .15s;
    transition: .15s;
}

.nav__link:last-child {
    margin-right: 0px;
}

.nav__link:hover {
	border-bottom: 2px solid #6874da;
	transition: 0.15s;
	color: #ffffff;
}
@media only screen and (min-width: 2100px) {
  .nav__link {
    padding: 0 2em 0 1.8em; } }
.nav__link svg {
  height: 2.4rem;
  width: 2.2rem;
  display: inline-block;
  vertical-align: middle;
  fill: #9ca4bf;
  margin-right: 1.6rem;
  margin-top: -0.45rem;
  -webkit-transition: .2s;
  transition: .2s; }
.nav__link--home svg {
  width: 2.4rem;
  height: 2.4rem; }
.nav__link--faq svg {
  width: 2.4rem;
  height: 2.4rem; }
@media only screen and (min-width: 2100px) {
  .nav__link--support {
    padding-left: 2.2em; } }
.nav__link--support svg {
  width: 2.4rem;
  height: 2.5rem; }
@media only screen and (min-width: 2100px) {
  .nav__link--market {
    padding-left: 2.4em; } }
.nav__link--market svg {
  width: 2.2rem;
  height: 2.2rem; }
.nav__link::before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 1.4em;
  right: 1.4em;
  height: 3px;
  background-color: #6874da;
  opacity: 0;
  -webkit-transition: .15s;
  transition: .15s;
  border-radius: 99rem; }
@media only screen and (min-width: 2100px) {
  .nav__link::before {
    left: 2em;
    right: 2em; } }
.nav__link.active {
  color: white;
  pointer-events: none; }
.nav__link.active svg {
  fill: #4f8dde; }
.nav__link.active:before {
    opacity: 1;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100%);
    display: block;
    /* width: 0; */
    height: 2px;
    margin: auto;
    background-color: #596599;
    opacity: 1;
    transition: width .2s ease-out 0s,opacity .2s ease-out 0s;
}
.nav__link:hover svg {
  fill: white; }

.header-langs {
  position: relative;
  height: 4rem;
  display: block;
  z-index: 3;
  border-radius: 1rem;
  font-weight: 500;
  text-align: left;
  margin-left: 1.2rem;
  margin-right: -1.7rem;
  font-size: 1.2rem;
  width: 6rem;
  color: #cfd9f8; }
@media only screen and (min-width: 1023px) {
  .header-langs {
    width: 6.5rem;
    font-size: 1.3rem;
    background-color: #171d39;
    margin-right: 0; } }
.header-langs img {
  width: 3.2rem;
  height: 2.1rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: .5rem; }
.header-langs__current {
  width: 100%;
  height: 100%;
  outline-offset: -3px;
  text-align: left;
  padding: 0 1em;
  font-weight: 500; }
.header-langs__current svg {
  position: absolute;
  bottom: 1.6rem;
  right: .5rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1.35rem;
  height: 0.9rem;
  fill: #575768; }
@media only screen and (min-width: 1023px) {
  .header-langs__current svg {
    bottom: 1.5rem; } }
.header-langs__current.active > svg {
  fill: rgba(255, 255, 255, 0.7); }
.header-langs__list {
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: .15s;
  transition: .15s;
  border-radius: 1rem;
  padding: 1rem 0;
  visibility: hidden;
  box-shadow: 0 1rem 1rem rgba(23, 29, 57, 0.5);
  background-color: #171d39; }
.header-langs__list.active {
  opacity: 1;
  visibility: visible; }
.header-langs__list::before {
  content: '';
  position: absolute;
  top: -.4rem;
  left: 1.6rem;
  width: 0;
  height: 0;
  border-left: .5rem solid transparent;
  border-right: .5rem solid transparent;
  border-bottom: .4rem solid #171d39; }
.header-langs__lang {
  height: 2.2rem;
  width: 100%;
  text-align: left;
  padding: 0 1em;
  outline-offset: -3px;
  font-weight: 500; }
.header-langs__lang:hover {
  color: #ffce79; }
.header-langs__list li:not(:last-child) .header-langs__lang {
  border-bottom: 1px solid #171d39; }

.header-controls {
  display: none;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  z-index: 3; }
@media only screen and (min-width: 1023px) {
  .header-controls {
    display: -webkit-box;
    display: flex;
    padding: 0 1.5rem 0 1.5rem; } }
@media only screen and (min-width: 1800px) {
  .header-controls {
    padding: 0 3rem 0 1rem; } }
@media only screen and (min-width: 2400px) {
  .header-controls {
    padding: 0 3rem 0 2.7rem; } }

.header-control {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center; }
.header-control:not(:last-child) {
  margin-right: 1rem; }

.info-panel {
  -webkit-transition: .15s;
  transition: .15s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: var(--mob-menu-height);
  padding: 1rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center; }
@media only screen and (min-width: 1023px) {
  .info-panel {
    top: 0;
    padding: 0; } }
.info-panel__title {
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 1rem;
  margin-top: -0.5rem; }
@media only screen and (min-width: 1023px) {
  .info-panel__title {
    margin-top: 0;
    color: rgba(255, 255, 255, 0.3);
    padding-left: 0;
    text-transform: none;
    margin-bottom: 0.3rem; } }
.info-panel .modal-close-btn {
  top: .5rem;
  right: .5rem; }
@media only screen and (min-width: 1023px) {
  .info-panel .modal-close-btn {
    display: none; } }
.info-panel__inner {
  border-radius: 1rem;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1.8rem 0 1rem;
  height: 100%; }
@media only screen and (min-width: 1023px) {
  .info-panel__inner {
    padding: 0;
    height: auto;
    background-color: #141a31;
    width: auto; } }
.info-panel__overlay {
  background-color: #171d39;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
@media only screen and (min-width: 1023px) {
  .info-panel__overlay {
    display: none; } }
@media only screen and (min-width: 1023px) {
  .info-panel {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 1.5rem;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  .info-panel::before {
    content: '';
    position: absolute;
    top: -.4rem;
    left: 1.6rem;
    width: 0;
    height: 0;
    border-left: .5rem solid transparent;
    border-right: .5rem solid transparent;
    border-bottom: .4rem solid #141a31; } }
.info-panel.active {
  opacity: 1;
  visibility: visible; }

.noty-youtube {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: .6rem .5rem .6rem 3.5rem;
  font-size: 1.2rem;
  min-height: 3.5rem;
  color: #ebeffd;
  text-transform: uppercase;
  font-weight: 500;
  position: relative; }
@media only screen and (min-width: 1023px) {
  .noty-youtube {
    font-size: 1.3rem;
    min-height: 0;
    padding: 1.2rem 2.5rem 1.2rem 5.5rem; } }
.noty-youtube:hover {
  color: #ffce79; }
.noty-youtube__photo {
  position: absolute;
  top: .6rem;
  border-radius: 1rem;
  overflow: hidden;
  height: 2rem;
  width: 2rem;
  left: .7rem; }
@media only screen and (min-width: 1023px) {
  .noty-youtube__photo {
    left: 1.3rem;
    height: 2.8rem;
    width: 2.8rem; } }
.noty-youtube__photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.nots-youtube {
  padding: 1.4rem;
  background-color: #131830;
  border-radius: 1rem;
  box-shadow: 0 1rem 1rem rgba(23, 29, 57, 0.5); }
@media only screen and (min-width: 1023px) {
  .nots-youtube {
    background-color: transparent;
    width: 26rem;
    padding: 1rem 0;
    box-shadow: 0 1rem 1rem rgba(20, 26, 49, 0.6);
    max-height: 30rem;
    overflow: auto; } }

.noty-event {
  display: block;
  padding: 1.5rem 0 1.5rem 0;
  position: relative;
  color: rgba(255, 255, 255, 0.5); }
@media only screen and (min-width: 1023px) {
  .noty-event {
    padding: 1.7rem 2.5rem .2rem 1.5rem; } }
.noty-event:hover {
  color: white; }
.noty-event__title {
  color: #ffce79;
  font-size: 1.3rem;
  margin-right: 0.75rem;
  margin-bottom: 0.5rem; }
.noty-event__date {
  color: #8992ab;
  font-size: 1.1rem; }
.noty-event__desc {
  font-size: 1.2rem;
  color: #ebeffd;
  line-height: 1.3;
  margin-bottom: 0.5rem; }

.nots-events {
  background-color: #131830;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 1rem 1rem rgba(20, 26, 49, 0.6); }
@media only screen and (min-width: 1023px) {
  .nots-events {
    max-height: 30rem;
    overflow: auto;
    width: 24rem;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    padding-bottom: 2rem; } }

.info-label {
  display: block;
  border-radius: 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  white-space: nowrap;
  width: 6.7rem;
  font-size: 1.2rem;
  height: 3.4rem;
  background-color: #10152a; }
@media only screen and (min-width: 1023px) {
  .info-label {
    background-color: #141a31;
    height: 3rem;
    font-size: 1.3rem;
    font-weight: 500;
    width: 9rem;
    min-width: 7rem;
    padding: 0;
    height: 4.2rem; } }
.info-label__title {
  font-size: 1.2rem;
  color: rgba(235, 239, 253, 0.6); }
.info-label::before {
  content: '';
  position: absolute;
  top: -1rem;
  left: -1rem;
  right: -1rem;
  bottom: -1rem; }
.info-label > svg {
  position: absolute;
  top: 1.8rem;
  right: 1rem;
  width: 1.17rem;
  height: 0.78rem;
  fill: #ebeffd;
  display: none;
  opacity: 0.4;
  -webkit-transition: .15s;
  transition: .15s; }
@media only screen and (min-width: 1023px) {
  .info-label > svg {
    display: block; } }
.info-label:hover > svg {
  fill: #ffce79;
  opacity: 1; }
.info-label span {
  padding-left: .7rem;
  padding-top: 0.1rem; }
.info-label i {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #19274d;
  font-size: 1.2rem;
  height: 3.4rem;
  width: 3.4rem;
  border-radius: 1rem; }
@media only screen and (min-width: 1023px) {
  .info-label i {
    height: 4.2rem;
    width: 4.2rem; } }
.info-label i svg {
  fill: #fff;
  -webkit-transform: scale(1);
  transform: scale(1); }
.info-label--youtube i {
  background-color: #ff4545; }
.info-label--btn:hover i svg {
  fill: #fff; }

.header-user {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center; }
@media only screen and (max-width: 1023px) {
  .header-user .btn {
    display: block;
    width: 40px;
    position: absolute;
    right: 60px;
    height: 40px;
    padding: 0;
	top: 20px;
    border-radius: 8px;
} }


@media only screen and (max-width: 1023px) {
  span.dep-title {
    display: none;
} }


.header-user__name {
  display: none;
  max-width: 127px!important;
  color: #a1adc8;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 1.7rem;
  -webkit-transition: .2s;
  transition: .2s; }
@media only screen and (min-width: 1800px) {
  .header-user__name {
    display: block;
    margin-right: 2.4rem; } }
	
.header-user__about {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center; }

.header-user__about:hover .header-user__name {
  color: white; }
.header-user__balance {
    color: #ff9b78;
    margin-top: 3px;
    font-size: 1.6rem;
    font-weight: 500;
}

@media only screen and (max-width: 1023px) {
.header-user__balance {
    font-size: 1.4rem;
    margin-top: 3px;	} }
	
@media only screen and (max-width: 1023px) {
body {
    --main-header-height: 84px;	} }
	
@media only screen and (max-width: 1023px) {
.header-user {
    display: inline-block;
    margin-left: 58px;
    margin-right: auto;
} }
	
	
@media only screen and (min-width: 1023px) {
  .header-user__balance {
    margin-right: 2.3rem; } }
.header-user__photo {
  height: 34px;
  width: 34px;
  position: relative;
  border-radius: 1rem;}
@media only screen and (min-width: 1023px) {
  .header-user__photo {
    height: 4.5rem;
    width: 4.5rem; } }
.header-user__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
@media only screen and (max-width: 1023px) {
  .header-user .btn-exit {
    display: none; } }

.btn-exit {
    /* padding: 2rem; */
    margin-left: 15px;
    color: #545762;
}

.btn-exit:hover {
    color: #ff6a6a;
}
.btn-exit svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: #323b5e;
  -webkit-transition: .2s;
  transition: .2s; }
.btn-exit:hover svg {
  fill: #fff; }

.header-user-info {
  margin-left: auto;
  padding-left: 3.7rem;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center; }
@media only screen and (min-width: 1023px) {
  .header-user-info {
    display: none; } }
.header-user-info__photo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 2.7rem;
  width: 2.7rem;
  border-radius: 50%;
  overflow: hidden; }
.header-user-info__photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
.header-user-info__balance {
  font-weight: 400; }

@-webkit-keyframes online {
  0%,
  100% {
    opacity: .4; }
  50% {
    opacity: 0; } }

@keyframes online {
  0%,
  100% {
    opacity: .4; }
  50% {
    opacity: 0; } }

.online-stats {
  text-transform: uppercase;
  color: #61ac73;
  text-align: center;
  padding-left: 0.2rem;
  position: relative;
  padding-left: 1.5rem;
  margin-left: 0.4rem;
  font-size: 1rem; }
@media only screen and (min-width: 1023px) {
  .online-stats {
    font-size: 1.2rem; } }
.online-stats::before {
  content: '';
  position: absolute;
  left: 0;
  height: 0.7rem;
  width: 0.7rem;
  top: .4rem;
  border-radius: 50%;
  opacity: 0.4;
  background-color: currentColor;
  -webkit-animation: 2s online infinite linear;
  animation: 2s online infinite linear; }
@media only screen and (min-width: 1023px) {
  .online-stats::before {
    top: .5rem;
    height: 0.75rem;
    width: 0.75rem; } }
.online-stats b {
  font-weight: 400;
  font-size: 1.3rem;
  color: #7fd894; }
@media only screen and (min-width: 1023px) {
  .online-stats b {
    font-size: 1.5rem; } }
.online-stats span {
  margin-top: 0.2em;
  display: block;
  color: #7d8599;
  font-weight: 500; }

.nots-btn {
  background-color: transparent;
  height: 3.4rem;
  width: 3.4rem;
  display: -webkit-box;
  display: flex;
  margin-left: 50px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 1rem;
  font-size: 1.1rem;
  -webkit-transition: .2s;
  transition: .2s;
  position: relative; }
@media only screen and (min-width: 1023px) {
  .nots-btn {
    height: 4.2rem;
    width: 4.2rem; } }
.nots-btn__circle {
  position: absolute;
  top: -.3rem;
  right: -.3rem;
  height: 1.4rem;
  width: 1.4rem;
  background-color: #76ca8a;
  border: .3rem solid #171d39;
  border-radius: 50%; }
.nots-btn svg {
  fill: #57638a;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transition: .2s;
  transition: .2s; }
.nots-btn:hover svg {
  fill: #57638a; }

.chat {
  overflow: hidden;
  pointer-events: none;
  z-index: 10; }
@media only screen and (min-width: 1023px) {
  .chat {
    -webkit-transition: .5s;
    transition: .5s; } }
.chat__inner {
  height: 100%;
  display: grid !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  pointer-events: none;
  position: fixed;
  right:0;
  width: 388px;
  top:0;
  bottom:0;
  z-index: 2;
  grid-template-rows: 4.7rem 1fr 6rem;
  background-color: #1b2238; }
  
.icon_chat-bold-alt:before {
    content: "\e9ce";
}

@media only screen and (min-width: 1023px) {
  .chat__inner {
    background-color: #1b2238;
    -webkit-transition: .5s;
    transition: .5s;
    grid-template-rows: 7rem 11rem 1fr 11rem; } }
.chat__inner.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    padding: 2rem;
    padding-bottom: 0rem;
	padding-top: 0rem;
    pointer-events: all;
}

.mob-chat {
  height: calc(100% + .5rem);
  pointer-events: all;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: 4rem 1fr 6rem;
  background-color: #171d39;
  margin-bottom: -0.5rem; }

.chat-list-wrapper {
  overflow: hidden;
  position: relative;
  padding-right: 0.1rem;
  padding-top: 101px;  }


.chat-list {
    height: 100%;
    overflow: auto;
    padding-right: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
}
 
 
@media only screen and (min-width: 1023px) {
  .chat-list {
    padding: 0 0 0; } }
.chat-list::-webkit-scrollbar-track {
  margin: 2rem 0;
  background-color: #262f54; }

.chat-item {
  position: relative;
  font-size: 1.2rem;
  padding: 0 0 .1rem 0; }
@media only screen and (min-width: 1023px) {
  .chat-item {
    font-size: 1.3rem;
    padding: 0 2.5rem 2rem 9rem;
	padding-left: 6.5rem;
}
  .chat-item:hover .admin-ban-controll {
    opacity: 1;
    visibility: visible; } }
@media only screen and (min-width: 1023px) {
  .chat-item-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: .5rem;
    padding-top: 0.5rem;
    margin-bottom: .5rem; } }
.chat-item-name {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 5px;
  font-size: 1.3rem;
  color: #ffce79;
  font-weight: 500;
  position: absolute;
  top: .5rem;
  left: 6.4rem; }
@media only screen and (min-width: 1023px) {
  .chat-item-name {
    position: static;
    font-size: 1.4rem; } }
.chat-item-name svg {
  width: 2rem;
  height: 2.4rem;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  margin-right: 1rem;
  margin-top: -0.2rem;
  display: none; }
@media only screen and (min-width: 1023px) {
  .chat-item-name svg {
    display: inline-block; } }
.chat-item-name .icon-crown {
  -webkit-transform: translate(0.3rem, -0.4rem);
  transform: translate(0.3rem, -0.4rem); }
.chat-item-name .icon-sword {
  -webkit-transform: translate(0.3rem, -0.2rem);
  transform: translate(0.3rem, -0.2rem); }
.chat-item-photo {
  position: absolute;
  background-color: #1b1a2e;
  top: .7rem;
  left: .5rem;
  width: 4.7rem;
  height: 4.7rem;
  border-radius: 1rem;
  box-shadow: 0px 1rem 1.5rem 0px rgba(23, 29, 57, 0.4); }
@media only screen and (min-width: 1023px) {
  .chat-item-photo {
    border-radius: 1rem;
    top: 10px;
    left: 3px;
    width: 40px;
    height: 40px;
} }
.chat-item-photo img {
  height: 100%;
  width: 100%;
  border-radius: 1rem; }
@media only screen and (min-width: 1023px) {
  .chat-item-photo img {
    border-radius: 1rem; } }
.chat-item-time {
  font-size: 1.2rem;
  display: none;
  color: #6d7294; }
@media only screen and (min-width: 1023px) {
  .chat-item-time {
        display: inline-flex;
        position: absolute;
        right: 3rem;
    } }
.chat-item-desc {
    line-height: 1.2;
    border-radius: 0 10px 10px;
    padding: 3.1rem 1.2rem 0.8rem 6.5rem;
    min-height: 6.2rem;
	background: #202740;
    font-size: 14px;
    font-family: 'DIN Pro';
    color: #b6bdda;
    word-break: break-all;
}

@media only screen and (max-width: 428px) {
.chat-item-desc {
    padding-left: 13px;
    display: block;
    position: inherit;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 40px;
    min-height: 45px;
    height: auto;
    top: 37px !important;
    margin-left: 74px;
}

.chat-item-time {
    font-size: 13px;
    position: absolute;
    display: block;
    top: 10px;
    right: 0;
    color: #6d7294;
}

.message__badge {
    display: inline-block;
    margin-left: 7px;
    vertical-align: top;
    margin-top: 6px!important;
    font-size: 13px;
    right: 40px!important;
    position: absolute;
}

}


@media only screen and (max-width: 430px) {
    .chat-item-desc-new {
        padding-left: 13px;
        display: block;
        position: inherit;
        padding-top: 0px;
        padding-bottom: 13px;
        margin-bottom: 40px;
        min-height: 45px;
        height: auto;
        top: 37px !important;
        margin-left: 58px;
    }
}



@media only screen and (max-width: 430px) {
.chat-item-desc {
    padding-left: 13px;
    display: block;
    position: inherit;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 40px;
    min-height: 45px;
    height: auto;
    top: 37px !important;
    margin-left: 74px;
}

.message__badge {
    display: inline-block;
    margin-left: 7px;
    vertical-align: top;
    margin-top: 6px!important;
    font-size: 13px;
    right: 40px!important;
    position: absolute;
}

}



@media only screen and (min-width: 1023px) {
  .chat-item-desc {
    min-height: 0;
    padding: 1.4rem 1.7rem;
} }

.chat-online {
  padding-top: 0.1rem;
  font-size: 1.26rem; }
.chat-online span {
  font-weight: 600; }

.chat-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 1.5rem 0 0; }
@media only screen and (min-width: 1023px) {
  .chat-header {
    padding: 1.1rem 2.8rem 0 2.9rem; } }
.chat-header .link, .chat-header .tablist__panel-inner p a, .tablist__panel-inner p .chat-header a,
.chat-header .formatted-text p a, .formatted-text p .chat-header a {
  font-size: 1.2rem;
  margin-top: -0.4rem;
  margin-left: auto;
  margin-right: 0;
  text-transform: uppercase;
  color: #b0707f; 
  }
@media only screen and (min-width: 1023px) {
  .chat-header .link, .chat-header .tablist__panel-inner p a, .tablist__panel-inner p .chat-header a,
  .chat-header .formatted-text p a, .formatted-text p .chat-header a {
    margin-top: 0;
    font-size: 1.4rem; } }
.chat-header__title {
    position: relative;
    /* padding-left: 1.3rem; */
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: -0.6rem;
    margin-right: auto;
    margin-left: 0;
    font-weight: 500;
}
@media only screen and (min-width: 1023px) {
  .chat-header__title {
    font-size: 1.4rem;
    /* padding-left: 2.4rem; */
    color: #57628c; } }
.chat-header__title svg {
  width: 2rem;
  height: 1.8rem;
  fill: #5b5a68;
  position: absolute;
  top: -.2rem;
  left: 0; }

.chat-form {
    position: relative;
}
@media only screen and (min-width: 1023px) {
  .chat-form {
    background-color: #1b2238;
    padding-bottom: 2rem; } }
.chat-form__inner {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between; }
.chat-form .field-wrapper {
  width: 100%; }
@media only screen and (min-width: 1023px) {
  .chat-form .field-wrapper {
    width: 100%; } }
.chat-form .field-wrapper .field-textarea {
  min-height: 5rem;
  height: 5rem;
  background-color: #161b2e; }
@media only screen and (min-width: 1023px) {
  .chat-form .field-wrapper .field-textarea {
    font-size: 1.4rem;
    font-weight: 400;
    padding-right: 7.5rem;
    height: 11rem; }
  .chat-form .field-wrapper .field-textarea::-webkit-input-placeholder {
    color: rgba(235, 239, 253, 0.4);
    opacity: 1; }
  .chat-form .field-wrapper .field-textarea::-moz-placeholder {
    color: rgba(235, 239, 253, 0.4);
    opacity: 1; }
  .chat-form .field-wrapper .field-textarea:-ms-input-placeholder {
    color: rgba(235, 239, 253, 0.4);
    opacity: 1; }
  .chat-form .field-wrapper .field-textarea::-ms-input-placeholder {
    color: rgba(235, 239, 253, 0.4);
    opacity: 1; }
  .chat-form .field-wrapper .field-textarea::placeholder {
    color: rgba(235, 239, 253, 0.4);
    opacity: 1; } }
.chat-form .chat-form-stats {
  position: absolute;
  right: 1.5rem;
   top: 11px;
   bottom: 0px;
   right: 8px;
  text-align: center;
  color: rgba(235, 239, 253, 0.2);
  font-size: 1.2rem; }
.chat-form .btn {
    height: 43px;
    max-width: 43px;
    font-size: 2rem;
    border-radius: 1rem;
    background: linear-gradient(254.68deg,#67abff 15.77%,#acd4ff 108.81%);
}
@media only screen and (min-width: 1023px) {
  .chat-form .btn {
    position: absolute;
    /* bottom: 0.7rem; */
    right: 0.6rem;
    top: 8px;
    width: 5rem;
    color: #161b2e;
    font-size: 2.5rem ! Important;

} }
.chat-form .btn svg {
  position: absolute;
  width: 1.9rem;
  height: 1.9rem;
  left: calc(50% + .2rem);
  top: calc(50% - .2rem);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  fill: #fff; }
@media only screen and (min-width: 1023px) {
  .chat-form .btn svg {
    width: 2.4rem;
    height: 2.4rem;
    left: calc(50% + .3rem); } }

.chat-close {
  width: 4.2rem;
  height: 4.2rem;
  background-color: #242c48;
  position: relative;
  border-radius: 1rem;
  margin-left: 2.3rem;
  display: none;
  -webkit-transition: .2s;
  transition: .2s; 
}
  
.chat-close:hover {
  background-color: #384770;
  -webkit-transition: .2s;
  transition: .2s; 
}
  
@media only screen and (min-width: 1023px) {
  .chat-close {
    display: block;
    right: 20px;
    position: absolute;
} }
.chat-close svg {
    width: 1.3rem;
    height: 1.82rem;
    fill: #747e9d;
    position: absolute;
    top: 1.2rem;
    left: 1.5rem;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: .2s;
    transition: .2s;
}
.chat-close:hover svg {
  fill: #fff; }

.chat-trigger {
    width: 4.7rem;
    height: 4.7rem;
    position: fixed;
    bottom: 3rem;
    border-radius: 1rem;
    z-index: 0;
    -webkit-transition: opacity .2s, -webkit-transform .5s;
    transition: opacity .2s, -webkit-transform .5s;
    transition: transform .5s, opacity .2s;
    transition: transform .5s, opacity .2s, -webkit-transform .5s;
    pointer-events: all;
    right: 3rem;
    opacity: 1;
    visibility: visible;
    display: none;
    background: linear-gradient(254.68deg,#f2c8b8 15.77%,#f2b59e 108.81%);
    overflow: visible;
}

.chat-trigger:hover {
    -webkit-transition: opacity .2s, -webkit-transform .5s;
    transition: opacity .2s, -webkit-transform .5s;
    transition: transform .5s, opacity .2s;
    transition: transform .5s, opacity .2s, -webkit-transform .5s;
    background: linear-gradient(90.68deg,#f2c8b8 15.77%,#f2b59e 108.81%);
}

@media only screen and (min-width: 1023px) {
  .chat-trigger {
    display: block; } }
.chat-trigger::before {
  content: '';
  position: absolute;
  top: -2rem;
  left: -2rem;
  right: -2rem;
  bottom: -2rem; }
.chat-trigger span {
  position: absolute;
  font-size: 1.2rem;
  top: 5.5rem;
  right: 0;
  left: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  -webkit-transition: .2s;
  transition: .2s; }
.chat-trigger__icon {
  width: 2.2rem;
  height: 1.98rem;
  fill: #636271;
  position: absolute;
  top: 1.9rem;
  right: 2.2rem;
  -webkit-transition: .2s;
  transition: .2s; }
.chat-trigger__arrow {
  width: 1.3rem;
  height: 1.82rem;
  fill: #0e181e;
  position: absolute;
  top: 1.5rem;
  left: 1.4rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .2s;
  transition: .2s; }
.chat-trigger:hover span {
  color: #000; }
.chat-trigger:hover .chat-trigger__icon,
.chat-trigger:hover .chat-trigger__arrow {
  fill: #000; }

.admin-ban-controll {
    position: absolute;
    top: 4.2rem;
    padding: 0px;
    right: 3.5rem !important;
    /* right: 3.5rem; */
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .15s;
    transition: .15s;
    /* background-color: #283058bd; */
}
  
  
@media only screen and (min-width: 1023px) {
  .admin-ban-controll {
    display: -webkit-box;
    display: flex; } }
.admin-ban-controll__btn {
  background-color: #62d4b2;
  color: #192b3a;
  line-height: 2.4rem;
  padding: 0 .8rem;
  border-radius: .5rem;
  font-size: 1.1rem;
  margin: 0 .35rem;
  position: relative;
  font-weight: 500; }
.admin-ban-controll__btn::before {
  content: '';
  position: absolute;
  top: -.35rem;
  left: -.35rem;
  right: -.35rem;
  bottom: -.35rem; }
.admin-ban-controll__btn:hover {
  color: #fff; }
.admin-ban-controll__btn--ban {
  margin-left: auto;
  margin-right: 0;
  text-transform: uppercase; }

.mob-stats {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 1.2rem;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  -webkit-box-pack: start;
  justify-content: flex-start;
  gap: .5rem; }
.mob-stats__item {
  padding: .8rem 1.2rem;
  background-color: #131830;
  border-radius: 1rem;
  white-space: nowrap;
  text-align: center; }
.mob-stats__item b {
  font-weight: 400;
  color: #a4d1ff; }
.mob-stats__item b:first-child {
  font-weight: 400; }

.game {
  position: relative; }
.game .game-stats {
  display: none; }
@media only screen and (min-width: 1023px) {
  .game .game-stats {
    display: block; } }
@media only screen and (min-width: 1023px) {
  .game {
    display: grid;
    grid-template-rows: 28rem 1fr;
    height: 100%; } }
@media only screen and (min-width: 2100px) {
  .game {
    grid-template-rows: 32rem 1fr; } }

@media only screen and (min-width: 1023px) {
  .game-main {
    display: grid;
   /* grid-template-columns: 1fr 40rem;*/
    /*padding-left: 3rem*/;
	gap: 1rem;
	width:78rem;
    /*padding-right: 3rem;*/ } }


.game-main-left {
    text-align: center;
    background: #1b2238;
    border-radius: 2rem;
}

.round-inform-bets {
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  width: 20rem;
  display: -webkit-inline-box;
  display: inline-flex;
  justify-content: center;
  height: 25.5rem;
  --scale: .73;
  margin-left: auto;
  margin-right: auto; }
@media only screen and (min-width: 1800px) {
  .round-inform-bets {
    --scale: .8; } }
@media only screen and (min-width: 2100px) {
  .round-inform-bets {
    --scale: 1; } }
@media only screen and (min-width: 1023px) {
  .round-inform-bets {
    width: auto;
	margin-left: -3rem;
    margin-top: -1rem;
    max-width: 45rem; } }
@media only screen and (min-width: 1800px) {
  .round-inform-bets {
    max-width: 55rem; } }
@media only screen and (min-width: 2100px) {
  .round-inform-bets {
    max-width: 66rem;
    padding: 0;
    margin-top: -3rem; } }
.round-inform-bets::before {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(.5rem * var(--scale));
  /*background-image: url(../img/dots-ill.png);*/
  background-size: contain;
  background-position: left center;
  width: calc(28.5rem * var(--scale));
  height: calc(21.7rem * var(--scale));
  -webkit-transform: translate(-100%, -50%) scaleX(-1);
  transform: translate(-100%, -50%) scaleX(-1);
  pointer-events: none; }
.round-inform-bets::after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(.5rem * var(--scale));
  /*background-image: url(../img/dots-ill.png);*/
  background-size: contain;
  background-position: left center;
  width: calc(28.5rem * var(--scale));
  height: calc(21.7rem * var(--scale));
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  pointer-events: none; }

@-webkit-keyframes betBgAnimation {
  from {
    -webkit-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0); }
  to {
    -webkit-transform: rotate(360deg) translateZ(0);
    transform: rotate(360deg) translateZ(0); } }

@keyframes betBgAnimation {
  from {
    -webkit-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0); }
  to {
    -webkit-transform: rotate(360deg) translateZ(0);
    transform: rotate(360deg) translateZ(0); } }

.round-inform-bets-item {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: calc(16rem * var(--scale));
  height: calc(16rem * var(--scale));
  margin: 0 calc(2.5rem * var(--scale));
  position: relative;
  flex-shrink: 0; }
.round-inform-bets-item:first-child {
  margin-left: 0; }
.round-inform-bets-item:last-child {
  margin-right: 0; }
.round-inform-bets-item img {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center; }

.drop-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(.374em / 2  * var(--scale));
  height: calc(.374em / 2  * var(--scale));
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 100rem; }
.drop-animation::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
  -webkit-animation: betBgAnimation 2s infinite linear;
  animation: betBgAnimation 2s infinite linear;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  height: 100%;
  width: 100%; }
.drop-animation::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(10.7%, 25.7%);
  transform: translate(10.7%, 25.7%);
  width: calc(.638em / 2  * var(--scale));
  height: calc(.642em / 2  * var(--scale));
  background-size: 100%; }
.drop-animation--gray::before {
  background-image: url(../img/drop-bg-gray-move.png); }
.drop-animation--gray::after {
  background-image: url(../img/drop-bg-gray.png);
  -webkit-transform: translate(-8%, -8%);
  transform: translate(-8%, -8%);
  width: calc(16rem * var(--scale));
  height: calc(16rem * var(--scale)); }
.drop-animation--blue::before {
  background-image: url(../img/drop-bg-blue-move.png); }
.drop-animation--blue::after {
  background-image: url(../img/drop-bg-blue.png); }
.drop-animation--red::before {
  background-image: url(../img/drop-bg-red-move.png); }
.drop-animation--red::after {
  background-image: url(../img/drop-bg-red.png); }
.drop-animation--light-blue::before {
  background-image: url(../img/drop-bg-light-blue-move.png); }
.drop-animation--light-blue::after {
  background-image: url(../img/drop-bg-light-blue.png); }
.drop-animation--pink::before {
  background-image: url(../img/drop-bg-pink-move.png); }
.drop-animation--pink::after {
  background-image: url(../img/drop-bg-pink.png); }
.drop-animation--purple::before {
  background-image: url(../img/drop-bg-purple-move.png); }
.drop-animation--purple::after {
  background-image: url(../img/drop-bg-purple.png); }
.drop-animation--yellow::before {
  background-image: url(../img/drop-bg-yellow-move.png); }
.drop-animation--yellow::after {
  background-image: url(../img/drop-bg-yellow.png); }

.game-info {
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding: 1rem 0 1.5rem; }
@media only screen and (min-width: 1023px) {
  .game-info {
    padding: 0;
	margin-top: 15px;
} }

.game-info-header {
  margin-bottom: 1rem; }
@media only screen and (min-width: 1023px) {
  .game-info-header {
    margin-bottom: 3.6rem; } }
@media only screen and (min-width: 1023px) {
  .game-info-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between; } }
.game-info-header__title {
  margin-top: .8rem;
  color: #61ac73;
  margin-right: 2rem;
  font-size: 1.2rem; }
@media only screen and (min-width: 1023px) {
  .game-info-header__title {
    font-size: 1.8rem; } }

.game-info-bet {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.7rem;
  position: relative; }
.game-info-bet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/double-arrow.png);
  background-size: contain;
  background-position: center;
  width: 3.5rem;
  height: 3.2rem; }
@media only screen and (min-width: 1023px) {
  .game-info-bet {
    margin-bottom: 5.5rem; } }
@media only screen and (min-width: 2100px) {
  .game-info-bet {
    margin-bottom: 6.3rem; } }
.game-info-bet__item {
  width: calc(50% - 3rem); }
@media only screen and (min-width: 1023px) {
  .game-info-bet__item {
    width: auto;
    min-width: 13rem; } }
.game-info-bet__count {
  background-color: #141a31;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 7rem;
  font-size: 2.4rem;
  border-radius: 1rem; }
@media only screen and (min-width: 1023px) {
  .game-info-bet__count {
    font-size: 2.4rem;
    width: 14rem;
    height: 7rem; } }
@media only screen and (min-width: 2100px) {
  .game-info-bet__count {
    height: 10rem;
    font-size: 3.7rem;
    width: 22rem; } }
.game-info-bet__name {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.2rem;
  margin-top: -0.2rem; }
@media only screen and (min-width: 1023px) {
  .game-info-bet__name {
    font-size: 1.5rem; } }

.game-info-form {
  display: grid;
  grid-template-columns: 18.2rem 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
  text-transform: uppercase; }
@media only screen and (min-width: 1023px) {
  .game-info-form {
    margin-bottom: 2rem;
    gap: 2rem; } }
	
@media only screen and (min-width: 2100px) {
  .game-info-form {
    gap: 3rem;
    grid-template-columns: 17rem 1fr; } }
.game-info-form .field-wrapper {
  position: relative;
  width: 100%; }
@media only screen and (min-width: 1023px) {
  .game-info-form .field-wrapper {
    margin: 0;
    width: 100%; } }
.game-info-form .field-wrapper .field-input {
  padding: 0 2rem;
  height: 5rem;
  font-size: 2.3rem;
  text-align: center;
  color: #d4daf2;
  font-weight: 600; }
@media only screen and (min-width: 1023px) {
  .game-info-form .field-wrapper .field-input {
    text-align: center;
    height: 5.5rem;
    color: #ffffff;
    font-size: 2.5rem;
    padding: 0 2rem;
} }

@media only screen and (min-width: 2100px) {
  .game-info-form .field-wrapper .field-input {
    height: 6.5rem;
    font-size: 2.4rem; } }
.game-info-form .field-wrapper span {
  display: none;
  text-align: center;
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.2rem;
  color: #bbc6ee; }
@media only screen and (min-width: 1023px) {
  .game-info-form .field-wrapper span {
    font-weight: 500;
    display: block;
    font-size: 1.3rem; } }
	
@media only screen and (max-width: 428px) {
a.btn.btn_size_2.btn_success2 {
    padding: 10px 20px!important;
    font-size: 1.2rem!important;
    top: 17px!important;
    height: 4rem!important;
    font-weight: 500!important;
    right: 65px!important;
    position: fixed;
    border-radius: 2rem;
    margin-left: auto;
} }

@media only screen and (max-width: 430px) {
a.btn.btn_size_2.btn_success2 {
    padding: 10px 20px!important;
    font-size: 1.2rem!important;
    top: 17px!important;
    height: 4rem!important;
    font-weight: 500!important;
    right: 65px!important;
    position: fixed;
    border-radius: 2rem;
    margin-left: auto;
} }



.make-bet {
    background: linear-gradient(90deg, #89f7fe 15.77%, #66a6ff 98.81%);
    height: 5rem;
    /* text-shadow: rgb(138 138 138) 0px 0px 20px; */
    /* box-shadow: rgb(25 201 245 / 10%) 0px 10px 20px, rgb(92 36 252 / 10%) 0px 10px 20px, rgb(148 78 245) 0px -2px 4px inset, rgb(148 78 245 / 60%) 0px -8px 8px inset; */
    font-size: 2rem;
    padding: 0 1.5rem;
    color: #212944;
    display: -webkit-box;
    display: flex;
    top: -1px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-evenly;
    border-radius: 1rem;
    line-height: 20px;
    font-family: Gotham;
    text-transform: uppercase;
    font-weight: 500;
}

@media only screen and (min-width: 1023px) {
  .make-bet {
    padding: 0 2.5rem;
    height: 5.5rem;
    font-size: 1.6rem;
    padding-top: 0.2rem; } }
@media only screen and (min-width: 2100px) {
  .make-bet {
    height: 6.5rem; } }
.make-bet:hover {
  opacity: 0.8; }
.make-bet b {
  font-weight: 600;
  font-size: 2rem;
  margin-top: 0rem; }
@media only screen and (min-width: 1023px) {
  .make-bet b {
    font-size: 1.1rem; } }
	
@media only screen and (max-width: 428px) {
.make-bet b {
  font-size: 1.5rem;
  margin-top: 0;
}

.make-bet {
font-size: 1.6rem;
} }


/*new media 430px*/

@media only screen and (max-width: 430px) {
.make-bet b {
  font-size: 1.5rem;
  margin-top: 0;
}

.make-bet {
font-size: 1.6rem;
} }


/*end new media 430px*/


.bet-total {
  position: absolute;
  top: 1.1rem;
  right: 1.5rem;
  font-size: 1.4rem;
  text-shadow: 0px 0.6rem 0.5rem rgba(0, 0, 0, 0.3);
  font-weight: bold; }
@media only screen and (min-width: 1023px) {
  .bet-total {
    box-shadow: none;
    position: static;
    font-size: 1.5rem;
    background-color: #111021;
    line-height: 5rem;
    color: white;
    padding: 0 2rem;
    border-radius: 1rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: 400;
    font-size: 1.8rem;
    padding-left: 4.5rem;
    background-image: url(../img/dollar.svg);
    background-size: 1.1rem 1.7rem;
    background-position: left 2.8rem center;
    background-repeat: no-repeat; } }

.game-info-noty {
  display: none;
  padding: 1rem 2.5rem 1rem 1.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#23223d), to(rgba(35, 34, 61, 0)));
  background: linear-gradient(90deg, #23223d, rgba(35, 34, 61, 0));
  border-radius: 1rem 0 0 1rem;
  font-size: 1.4rem; }
@media only screen and (min-width: 1023px) {
  .game-info-noty {
    display: block; } }

.game-stats {
  padding-left: 0rem;
  padding-right: 0rem;
  display: -webkit-box;
  display: flex;
  position: relative;
  height: calc(100% - 3rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }
@media only screen and (min-width: 1023px) {
  .game-stats {
    height: calc(100% + .5rem);
    margin: 0;
	margin-top: 2rem;
    height: auto;
} }


@media only screen and (max-width: 1023px) {
  .mob-stats ~ .game-stats {
    height: calc(100% - 8rem); } }

@-webkit-keyframes animatedItem {
  from {
    height: 0; }
  to {
    height: 9.4rem; } }

@keyframes animatedItem {
  from {
    height: 0; }
  to {
    height: 9.4rem; } }

.round-item-mine {
  overflow: hidden;
  flex-shrink: 0;
  -webkit-animation: .7s animatedItem forwards;
  animation: .7s animatedItem forwards; }
@media only screen and (max-width: 1023px) {
  .round-item-mine {
    display: none !important; } }
.round-item-mine .round-item-cases li {
  position: relative; }
.round-item-mine .round-item-cases li::before {
  content: '';
  position: absolute;
  top: -1.2rem;
  left: calc(50% + 1.5rem);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/round-item-mine-bg.png);
  background-size: contain;
  background-position: top left;
  width: 6.4rem;
  height: 9.4rem; }
.round-item-mine .round-item-cases li img {
  position: relative;
  z-index: 2; }

.game-stats-header-wrapper {
  margin-bottom: 2rem;
  flex-shrink: 0;
  display: none; }
@media only screen and (min-width: 1023px) {
  .game-stats-header-wrapper {
    position: absolute;
    left: 3rem;
    /* right: 0rem; */
    width: calc(100% - 3rem * 2);
    display: -webkit-box;
    display: flex; } }
@media only screen and (min-width: 2100px) {
  .game-stats-header-wrapper {
    top: 23.5rem;
    right: 59rem;
    left: 4rem; } }

.koeff-labels {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 -.3rem; }
@media only screen and (min-width: 1023px) {
  .koeff-labels {
    margin: 0 -.5rem; } }
@media only screen and (min-width: 1800px) {
  .koeff-labels {
    /* margin: -.2rem -.7rem; */
    margin-left: -0.3rem!important;
    margin-right: 0.7rem!important;
} }

.koeff-label {
  width: 100%;
  margin: 0.3rem;
  font-size: 1.3rem;
  font-weight: 500;
  cursor: pointer;
  border: 2px solid #2e365a;
  text-align: center;
  height: 3rem;
  color: #cbd1e9;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 1rem;
  -webkit-transition: .15s;
  transition: .15s; }
@media only screen and (max-width: 2100px) {
  .koeff-label:last-of-type {
    display: none; } }
@media only screen and (min-width: 1023px) {
  .koeff-label {
    margin: 0.5rem; } }
@media only screen and (min-width: 1800px) {
  .koeff-label {
    margin: 0.7rem; } }
@media only screen and (min-width: 1023px) {
  .koeff-label {
    height: 4rem;
    padding-top: 0.1rem; } }
.koeff-label.active {
  border-color: #4f8dde;
  color: #fff; }
.koeff-label:hover {
  color: #fff; }

.game-stats-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 1.5rem;
  height: 2rem;
  background-color: #1f2648;
  border-radius: 1rem;
  color: #dfe7fe; }
.game-stats-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 7.5rem;
  background-color: #222a4f;
  border-radius: 1rem 0 0 1rem;
  -webkit-clip-path: polygon(0 0, calc(100% - 1.5rem) 0, 100% 50%, calc(100% - 1.5rem) 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 1.5rem) 0, 100% 50%, calc(100% - 1.5rem) 100%, 0 100%); }
@media only screen and (min-width: 1870px) {
  .game-stats-header::before {
    width: 24rem; } }
@media only screen and (min-width: 2400px) {
  .game-stats-header::before {
    width: 27rem; } }
@media only screen and (min-width: 1023px) {
  .game-stats-header {
    height: 6.7rem;
    width: 100%; } }
.game-stats-header__title {
  white-space: nowrap;
  text-transform: uppercase;
  padding-left: 4.5rem;
  position: relative;
  font-size: 1.3rem;
  font-weight: 500; }
.game-stats-header__title span {
  display: none; }
@media only screen and (min-width: 1870px) {
  .game-stats-header__title span {
    display: block; } }
.game-stats-header__title svg {
  position: absolute;
  top: -.9rem;
  left: 1.5rem;
  height: 2.1rem;
  width: 1.35rem;
  fill: rgba(255, 255, 255, 0.3); }
@media only screen and (min-width: 1870px) {
  .game-stats-header__title svg {
    top: -.35rem; } }
.game-stats-header__list {
  display: -webkit-box;
  display: flex;
  padding-top: 0.2rem;
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 400; }
@media only screen and (min-width: 1023px) {
  .game-stats-header__list {
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: inherit;
    display: grid;
    width: 100%;
    -webkit-box-pack: start;
    justify-content: flex-start;
    grid-auto-flow: column;
    grid-gap: 2.5rem;
    -webkit-box-pack: end;
    justify-content: flex-end; } }
@media only screen and (min-width: 2100px) {
  .game-stats-header__list {
    width: auto;
    padding-right: 1.5rem;
    -webkit-box-pack: start;
    justify-content: flex-start;
    grid-gap: 3.5rem; } }
@media only screen and (min-width: 2400px) {
  .game-stats-header__list {
    grid-gap: 4.5rem; } }
.game-stats-header__list li {
  position: relative;
  white-space: nowrap;
  padding-left: 5rem;
  text-align: left;
  padding-right: 1rem; }
.game-stats-header__list li span {
  font-weight: 500;
  font-size: 1.3rem; }
.game-stats-header__list li svg {
  position: absolute;
  top: .35rem;
  left: 0;
  width: 2.8rem;
  height: 2.8rem;
  fill: #fff; }
.game-stats-header__list li b {
  font-weight: 400;
  display: block;
  font-size: 1.5rem;
  margin-top: 0.2em; }
@media only screen and (min-width: 1023px) {
  .game-stats-header__list li b {
    color: #a4d1ff; } }

.game-stats-list-wrapper {
    position: relative;
    height: auto;
    min-height: 494px;
}

.game-stats-list {
  border-radius: 1rem;
  position: absolute;
  -webkit-mask-image: linear-gradient(0deg,rgba(0,0,0,0),#000 80px,#000 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto; }
@media only screen and (min-width: 1023px) {
  .game-stats-list {
    padding: 0;
    top: 3rem;
	bottom: 0px;
    top: 0;
    right: -1.5rem;
    padding-right: 1.5rem; } }
@media only screen and (min-width: 2100px) {
  .game-stats-list {
    padding-right: 2rem; } }
.game-stats-list::-webkit-scrollbar-track {
  background-color: #262f54; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.panel-loading {
  background-color: #141a31;
  padding: 2.5rem;
  border-radius: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  z-index: 4; }
.panel-loading .circle-loader {
  margin-bottom: 2.5rem; }
.panel-loading__title {
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 0.2em;
  text-transform: uppercase; }
.panel-loading__desc {
  font-size: 1.3rem;
  color: rgba(235, 239, 253, 0.15); }

.circle-loader {
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  position: relative;
  margin: 0 auto; }

.circle-loader:before, .circle-loader:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: .7rem solid transparent;
  border-top-color: #8088a9; }
  
.app-loader:after {
    content: 'Loading…';
    width: 300px;
    height: 100px;
    position: absolute;
    display: block;
    font-weight: 200;
    top: 50%;
    letter-spacing: 0.4px;
    left: -50%;
    font-size: 20px;
    transform: translate(-50%, -50%);
}

.circle-loader:before {
  z-index: 100;
  -webkit-animation: spin 1s infinite;
  animation: spin 1s infinite; }

.circle-loader:after {
  border: .7rem solid #1d2340; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.graph-wrapper {
  position: relative;
  height: 100%;  
}

.graph-wrapper::before {
  content: '';
  position: absolute;
  bottom: -1rem;
  display: none;
  left: -3rem;
  background-image: url(../img/graph-shadow.png);
  background-size: contain;
  width: 46rem;
  height: 12rem; }

@-webkit-keyframes graphBg {
  form {
    background-position: 0 0; }
  to {
    background-position: -999rem 0; } }

@keyframes graphBg {
  form {
    background-position: 0 0; }
  to {
    background-position: -999rem 0; } }

.graph {
  margin-bottom: 1rem;
  position: relative; }
@media only screen and (min-width: 1023px) {
  .graph {
    height: 100%;
} }
.graph__border {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #45455b;
  border-radius: .2rem; }
.graph__inner.progress .graph__border {
  color: #61ac73; }
.graph__inner.finish .graph__border {
  color: #fe4747; }
.graph__inner {
  width: 100%;
  padding-bottom: calc(210 / 410 * 100%);
  position: relative; }
@media only screen and (min-width: 1023px) {
  .graph__inner {
    padding-bottom: calc(250 / 410 * 100%); } }
.graph__inner.progress::before {
  -webkit-animation: graphBg 70s linear infinite;
  animation: graphBg 70s linear infinite; }
.graph__canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.graph-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2a325e;
  border-radius: 1rem;
  overflow: hidden; }
.graph-svg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 13.5%;
  right: 6%;
  bottom: 11%;
  background-size: 100% 100%, 999rem 100%;
  background-repeat: repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 50, 94, 0)), to(#2a325e)), repeating-linear-gradient(90deg, rgba(25, 30, 61, 0.3), rgba(25, 30, 61, 0.3) 4.7rem, #2a325e 0, #2a325e 9.4rem);
  background-image: linear-gradient(180deg, rgba(42, 50, 94, 0), #2a325e), repeating-linear-gradient(90deg, rgba(25, 30, 61, 0.3), rgba(25, 30, 61, 0.3) 4.7rem, #2a325e 0, #2a325e 9.4rem); }
.graph-svg.progress::before {
  -webkit-animation: graphBg 70s linear infinite;
  animation: graphBg 70s linear infinite; }
.graph-svg__circle {
  height: 0.8rem;
  width: 0.8rem;
  position: absolute;
  opacity: 0;
  z-index: 4; }
.graph-svg.progress .graph-svg__circle,
.graph-svg.finish .graph-svg__circle {
  opacity: 1; }
.graph-svg__circle-1 {
  left: 13.5%;
  top: 87%; }
.graph-svg__circle-2 {
  left: 92.8%;
  top: calc(17% + 73% - .4rem);
  z-index: 4; }
.graph-svg__runner {
  position: absolute;
  left: calc(15% - 1.5% + 79.3% - 1.5rem);
  top: calc(17% + 74% - .4rem - 2.5rem);
  z-index: 4;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../img/begun-v-1.gif);
  background-size: contain;
  opacity: 0; }
.graph-svg.progress .graph-svg__runner,
.graph-svg.finish .graph-svg__runner {
  opacity: 1; }
.graph-svg.finish .graph-svg__runner {
  background-image: url(../img/begun-v-2.gif); }
.graph-svg__counter {
  position: absolute;
  top: calc(50% + .5rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3.2rem;
  font-weight: bold;
  text-shadow: 0px 1.5rem 1.5rem rgba(0, 0, 0, 0.15);
  z-index: 5; }
.graph-svg__lines {
  position: absolute;
  left: 2%;
  text-align: right;
  top: 15%;
  right: 6%;
  height: 74%;
  white-space: nowrap;
  font-weight: 400;
  font-size: 1.2rem;
  z-index: 3; }
.graph-svg__lines .graph-line {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #c5cbe2;
  left: 0;
  right: 0;
  padding-right: 90%;
  font-weight: 500; }
.graph-svg__lines .graph-line::after {
  content: '•';
  white-space: nowrap;
  position: absolute;
  top: 2%;
  left: 12.5%;
  letter-spacing: 0.3em;
  color: #c5cbe2; }
.graph-svg__lines .graph-line::before {
  content: '••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••';
  white-space: nowrap;
  position: absolute;
  letter-spacing: 0.297em;
  color: #c5cbe2;
  top: 2%;
  left: 10%;
  right: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }
.graph-svg__lines .graph-line.hidden {
  display: none; }
.graph-svg__main {
  width: 79.3%;
  height: 74%;
  position: absolute;
  top: 16%;
  left: 15%;
  z-index: 3; }
.graph-svg::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
.graph-svg.progress::after {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(13, 81, 193, 0.2)), to(rgba(13, 81, 193, 0)));
  background-image: linear-gradient(-90deg, rgba(13, 81, 193, 0.2), rgba(13, 81, 193, 0)); }
.graph-svg.progress svg {
  color: #6ac9f3; }
.graph-svg.progress svg [data-graph-bg] {
  fill: url(#progress-gradient); }
.graph-svg.finish::after {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(153, 0, 0, 0.2)), to(rgba(153, 0, 0, 0)));
  background-image: linear-gradient(-90deg, rgba(153, 0, 0, 0.2), rgba(153, 0, 0, 0)); }
.graph-svg.finish svg {
  color: #fe4747; }
.graph-svg.finish svg [data-graph-bg] {
  fill: url(#finish-gradient); }

.graph-labels {
    display: -webkit-box;
    display: flex;
    width: 100%;
    padding-bottom: 10px;
    height: 20px;
    padding-top: 10px;
    transition: color .2s ease-out 0s,background-color .2s ease-out 0s;
    /* margin-bottom: 20px; */
    height: 3rem;
    position: relative;
    overflow: hidden;
    overflow-x: auto;
}
@media only screen and (min-width: 100px) {
  .graph-labels {
    height: 50px; } }
@media only screen and (min-width: 1023px) {
  .graph-labels {
    overflow: hidden;
    /* background-color: #222a50; */
    position: relative;
    bottom: 0rem;
    margin-left: 0rem;
    padding: 1rem 0rem;
    /* margin-left: 3rem; */
    width: 100%;
    z-index: 3;
    border-radius: 1rem;
    /* height: 5rem; */
}
.history_home-desktop {
	background-color: #1c233a;
	padding: 10px;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 16px;
    height: auto;
    border-radius: 1rem;
    overflow: hidden;
} 

.history_home-desktop .history__content {
    display: block;
    width: 10000px;
    /* height: 28px; */
    max-width: 61rem;
    margin-top: -1px;
    text-align: center;
    overflow: auto;
}

.history_home-desktop .history__content:after, .history_home-desktop .history__content:before {
    content: "";
    display: table;
}

.history_home-desktop .history__wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 3px;
    margin-right: 10px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(-90deg, transparent, #000 50px, #000);
    mask-image: linear-gradient(-90deg, transparent, #000 50px, #000);
}

.button_back-desktop {
    color: #a6adcd!important;
    background-color: #262f4c!important;
    border-color: #262f4c!important;
}

.button_back-desktop:hover {
    color: #bcc2e0 !important;
    background-color: #2e3857 !important;
    border-color: #2e3857 !important;
}

.history_home-desktop .history__button-desktop {
    height: 40px;
	gap: 1rem;
    width: auto;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    text-transform: none;
}


.history_home-desktop .history__button-desktop .icon_history {
    top: 2px;
    color: #585b6d;
    font-size: 16px;
} }


@media only screen and (min-width: 1023px) {
  .graph-labels::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3rem;
    background: -webkit-gradient(linear, left top, right top, from(rgba(34, 42, 80, 0)), color-stop(50%, rgba(28, 35, 58, 0.7)), to(#1c233a));
    background: linear-gradient(90deg, rgb(34 42 80 / 0%), rgb(28 35 58 / 72%) 40%, #1c233a);
    z-index: 3;
    pointer-events: none;
} }

@media only screen and (max-width: 1023px) {
  .graph-labels .graph-label:nth-child(6) {
    display: none; } }
	
	
@media only screen and (max-width: 1023px) {
.bomb_crash .bomb__background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    background: linear-gradient(0deg, #1c233a 0, transparent 90%) !important;
} }

@media (max-width: 767px) {
.bomb_crash .bomb__background {
    height: 235px!important;
} }


@media (max-width: 767px) {
.drop-preview__photo {
    height: auto;
} }

.graph-label {
    height: 100%;
    border-radius: 6px;
    margin-right: 5px;
    background-color: currentColor;
    flex: 0 0 auto;
    font-weight: 400;
    outline-offset: -3px;
    color: #61ac73;
    transition: color .2s ease-out 0s,background-color .2s ease-out 0s;
    font-size: 15px;
    opacity: 1;
    font-weight: 500;
    padding-bottom: 0.1rem;
    /* padding-top: 0.1rem!important; */
    padding: 0 8px;
    flex-shrink: 0;
    /* border: 2px solid currentColor; */
}


@media only screen and (min-width: 1023px) {
  .graph-label {
    font-size: 14px;
    font-family: 'DIN Pro';
    font-weight: 500;
    line-height: 30px;
} }
.graph-label:hover {
  background-color: currentColor; }
.graph-label span {
  color: white;
  position: relative;
  z-index: 2; }
.graph-label::after {
  content: '';
  position: absolute;
  top: -.25rem;
  left: -.25rem;
  right: -.25rem;
  bottom: -.25rem; }

.round-inform-bets {
  display: none;
  -webkit-box-align: center;
  align-items: center; }
@media only screen and (min-width: 1023px) {
  .round-inform-bets {
    display: -webkit-inline-box;
    display: inline-flex; } }

.withdraw-modal {
  left: 0;
  top: var(--main-header-height);
  height: calc(100% - var(--mob-menu-height) - var(--main-header-height));
  text-align: left;
  padding: 0; }
@media only screen and (max-width: 1023px) {
  .withdraw-modal {
    background-color: #171d39; } }
@media only screen and (min-width: 1023px) {
  .withdraw-modal {
    top: 0;
    height: 100%;
    left: calc(16.5rem + var(--user-panel-width));
    align-content: end;
    -webkit-box-pack: start;
    justify-content: start;
    padding-left: 1rem;
} }
@media only screen and (min-width: 2100px) {
  .withdraw-modal {
    padding-left: 4rem; } }
.withdraw-modal .modal-close-btn {
  top: 1rem;
  right: 1rem; }
.withdraw-modal .modal__content {
  vertical-align: bottom; }
@media only screen and (min-width: 1023px) {
  .withdraw-modal .modal__content {
    width: 470px;
    height: 81rem;
	bottom: 20px;
    overflow: visible; }
}
.withdraw-modal .modal__inner {
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: 9rem 1fr;
  background-color: #1c1d24;
  border-radius: 0; }
@media only screen and (min-width: 1023px) {
  .withdraw-modal .modal__inner {
    border-radius: 12px;
    background: #252d52;
    box-shadow: 0 1.4rem 7.2rem #101623b3;
    grid-template-rows: 7rem 13rem 1fr;
    transition: transform .2s ease-out 0s,visibility .2s ease-out 0s,opacity .2s ease-out 0s;
} }
@media only screen and (min-width: 1023px) {
  .withdraw-modal {
    border-radius: 0 1rem 0 0; } }
.withdraw-modal .modal-close-btn {
  top: 1.2rem;
  right: 2rem; }
@media only screen and (min-width: 1023px) {
  .withdraw-modal .modal-close-btn {
    top: 2rem;
    right: 2.8rem; } }

.withdraw-header {
  position: absolute;
  top: -.5rem;
  right: -.5rem; }
@media only screen and (min-width: 1023px) {
  .withdraw-header {
    position: static;
    height: 5.6rem; } }
.withdraw-header__title {
  display: none; }
@media only screen and (min-width: 1023px) {
  .withdraw-header__title {
    padding: 3.5rem 0 2.5rem 2.4rem;
    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1.2;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #d3dcf4;
}
  .withdraw-header__title svg {
    width: 1.68rem;
    height: 1.92rem;
    fill: rgba(255, 255, 255, 0.7);
    margin-right: 1rem;
    margin-top: -0.2rem; } }

.withdraw-list-wrapper {
  padding-bottom: 6.5rem;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative; }
@media only screen and (min-width: 1023px) {
  .withdraw-list-wrapper {
    height: auto;
    padding: 1.5rem 2.5rem 1rem; } }

.withdraw-list-more {
  flex-shrink: 0;
  text-align: center;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
@media only screen and (min-width: 1023px) {
  .withdraw-list-more {
    display: inline-block; } }

@media only screen and (min-width: 1023px) {
  .withdraw-list {
    background-color: transparent;
    height: 100%;
    border-radius: 1rem;
    padding: 0;
    overflow: visible; }
  .withdraw-list__inner {
    height: 100%;
    display: grid;
    position: relative;
    grid-auto-rows: 16rem;
    grid-template-columns: repeat(4, 1fr);
    padding-bottom: 2rem;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -14px;
    padding-right: 10px;
    grid-gap: 0.5rem;
    border-radius: 2rem;
}
  .withdraw-list__inner::-webkit-scrollbar-track {
    background-color: #2a3256; }
  .withdraw-list__inner::-webkit-scrollbar-thumb {
    background-color: #3b4772; } }

@media only screen and (max-width: 1023px) {
  .withdraw-list {
    overflow-y: auto;
    overflow-x: hidden; }
  .withdraw-list__inner {
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 1.5rem .9rem;
    grid-gap: .8rem;
    background-color: #171d39;
    border-radius: 1rem; } }

.withdraw-form {
  padding: 1.2rem 1.5rem;
  margin-top: -25px;  }
@media only screen and (min-width: 1023px) {
  .withdraw-form {
    padding: 0 2.5rem 0; } }

.withdraw-form-top {
  display: -webkit-box;
  display: flex;
  font-size: 1.26rem;
  margin-bottom: .8rem; }
@media only screen and (min-width: 1023px) {
  .withdraw-form-top {
    font-size: inherit;
    margin-bottom: 0;
    display: grid;
    -webkit-box-align: center;
    align-items: center;
    grid-auto-flow: column;
    grid-gap: 1.6rem;
    padding-bottom: 2rem; } }
.withdraw-form-top .btn svg {
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  margin-right: 0; }
@media only screen and (min-width: 1023px) {
  .withdraw-form-top .btn svg {
    display: none; } }
.withdraw-form-top .cur-u-drops-selected-2 {
  height: 3rem;
  width: calc(100% - 4.2rem); }
@media only screen and (min-width: 1023px) {
  .withdraw-form-top .cur-u-drops-selected-2 {
    width: 100%; } }
@media only screen and (max-width: 1023px) {
  .withdraw-form-top .cur-u-drops-selected-2__total {
    display: -webkit-box;
    display: flex;
    text-transform: none; }
  .withdraw-form-top .cur-u-drops-selected-2__total span {
    margin-right: .5rem; } }
@media only screen and (min-width: 1023px) {
  .withdraw-form-top .cur-u-drops-selected-2 {
    height: 6.5rem; } }
.withdraw-form-top .btn {
  position: absolute;
  bottom: 1.4rem;
  left: 1.1rem;
  width: calc(100% - 2.2rem);
  border-radius: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 5rem;
  z-index: 9;
  border-radius: 1rem; }
@media only screen and (min-width: 1023px) {
  .withdraw-form-top .btn {
    z-index: 0;
    width: 100%;
    height: 5.5rem;
    -webkit-box-pack: center;
    justify-content: center;
    position: static; } }

.withdraw-form-bottom {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 1rem; }
.withdraw-form-bottom .text-select-wrapper {
  display: grid;
  grid-template-columns: .45fr .275fr .275fr;
  gap: .9rem; }
@media only screen and (min-width: 1023px) {
  .withdraw-form-bottom .text-select-wrapper {
    gap: 1rem; } }
.withdraw-form-bottom .text-select-wrapper .field-input {
    padding: 0 2rem;
    margin-right: 0;
    height: 44px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #21274c;
}
@media only screen and (min-width: 1023px) {
  .withdraw-form-bottom .text-select-wrapper .field-input {
    padding: 0 2rem;
    margin-right: 0;
    height: 44px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #21274c;
}
  .withdraw-form-bottom .text-select-wrapper .field-input::-webkit-input-placeholder {
    color: #8992b4;
    opacity: 1; }
  .withdraw-form-bottom .text-select-wrapper .field-input::-moz-placeholder {
    color: #8992b4;
    opacity: 1; }
  .withdraw-form-bottom .text-select-wrapper .field-input:-ms-input-placeholder {
    color: #8992b4;
    opacity: 1; }
  .withdraw-form-bottom .text-select-wrapper .field-input::-ms-input-placeholder {
    color: #8992b4;
    opacity: 1; }
  .withdraw-form-bottom .text-select-wrapper .field-input::placeholder {
    color: #8992b4;
    opacity: 1; } }
.withdraw-form-bottom .text-select-wrapper .select-dropdown {
  width: auto; }
@media only screen and (min-width: 1023px) {
  .withdraw-form-bottom .text-select-wrapper .select-dropdown {
    margin-left: -1rem;
    width: 11.5rem; } }

.count-label {
  background-color: #171d39;
  border-radius: 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 1rem; }
@media only screen and (min-width: 1023px) {
  .count-label {
    margin-right: 0;
    padding: 1rem 1.2rem .9rem;
    display: block; } }
.count-label__desc {
  padding-right: .7rem;
  color: rgba(255, 255, 255, 0.6); }
@media only screen and (min-width: 1023px) {
  .count-label__desc {
    color: rgba(255, 255, 255, 0.3);
    padding-right: 0; } }
@media only screen and (min-width: 1023px) {
  .count-label__price--get {
    color: #61ac73; } }

.round-item {
    display: -webkit-box;
    display: flex;
    background-color: #1c233a;
    padding: 0 25px;
    -webkit-box-align: center;
    align-items: center;
    height: 5rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    border-radius: 1rem;
}

@media only screen and (min-width: 1023px) {
  .round-item {
    /* padding-right: 3rem; */
    border-radius: 2rem;
    /* border: 2px solid #26282a; */
    height: 80px;
} }

@media (max-width: 767px) {
  .round-item {
    padding: 0 10px;
} }

@media only screen and (min-width: 2100px) {
  .round-item {
    height: 9rem; } }
@media only screen and (max-width: 1023px) {
  .round-item {
    margin-bottom: 5px; } }
@media only screen and (min-width: 1023px) {
  .round-item:not(:last-child) {
    margin-bottom: 1rem; } }
.round-item::after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 1rem;
  width: 5.8rem;
  height: 4.7rem;
  background-size: contain;
  background-position: center;
  pointer-events: none; }
@media only screen and (min-width: 1023px) {
  .round-item--green {
    border-color: #66f2bd;
    background-image: linear-gradient(270deg, #4afdff38 0, #1c233a 66%); }
  .round-item--green::after {
    background-image: url(../img/green-arrows.png); }
  .round-item--red {
    border-color: #fe5454;
    background-image: linear-gradient(270deg,#ed424245 0,#1c233a 66%); }
  .round-item--red::after {
    background-image: url(../img/red-arrows.png);
    bottom: 0;
    top: 0px; } }

.round-item-price {
    color: #b3def7;
    padding: 6px;
    padding-right: 30px;
    padding-left: 30px;
    height: 35px;
    margin-left: 10px;
    line-height: 25px;
    font-weight: 500;
    font-size: 10px;
    /* padding-top: 0.3rem; */
    border-radius: 1rem;
    background: #192932;
    white-space: nowrap;
}

@media only screen and (max-width: 428px) {
  .round-item--green {
    border-color: #66f2bd;
    background-image: linear-gradient(270deg,#1b503c 0,#132027 66%); }
  .round-item--green::after {
    background-image: url(../img/green-arrows.png);
    bottom: -6px;
    right: 70px;
    background-size: 50px;
}
  .round-item--red {
    border-color: #fe5454;
    background-image: linear-gradient(270deg,#66313e 0,#15252e 66%); }
  .round-item--red::after {
    background-image: url(../img/red-arrows.png);
    top: -6px;
    right: 70px;
    background-size: 50px;
} }

@media only screen and (max-width: 430px) {
  .round-item--green {
    border-color: #66f2bd;
    background-image: linear-gradient(270deg,#1b503c 0,#132027 66%); }
  .round-item--green::after {
    background-image: url(../img/green-arrows.png);
    bottom: -6px;
    right: 70px;
    background-size: 50px;
}
  .round-item--red {
    border-color: #fe5454;
    background-image: linear-gradient(270deg,#66313e 0,#15252e 66%); }
  .round-item--red::after {
    background-image: url(../img/red-arrows.png);
    top: -6px;
    right: 70px;
    background-size: 50px;
} }


.round-item-about {
  line-height: 1;
  display: block; }
.round-item-about__title {
  font-size: 1.2rem; }
.round-item-about__more {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.1); }
@media only screen and (min-width: 1023px) {
  .round-item-about {
    display: none; } }

@media only screen and (max-width: 1023px) {
  .round-item-selected {
    margin-left: 10px;
    /* min-width: 8rem; */
    /* margin-right: 0px; */
} }

@media only screen and (min-width: 1023px) {
  .round-item-selected {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: auto; } }

@media only screen and (min-width: 2100px) {
  .round-item-selected {
    width: 35rem;
    padding-left: 2.5rem; } }


@media only screen and (min-width: 1023px) {
  .round-item-price {
    margin-right: 20px;
    margin-left: 20px;
    height: 4.3rem;
    width: 12rem;
    font-size: 1.4rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    padding: 6px;
    padding-left: 30px;
    padding-top: 8px;
    padding-right: 30px;
    /* margin-left: auto; */
    text-align: center;
    color: #b4f9ec;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: #52ffe80d;
    white-space: nowrap;
    font-weight: 600;
    border-radius: 1rem;
} }
	
	
@media only screen and (min-width: 2100px) {
  .round-item-price {
    padding-right: 3rem;
    margin: 0 0 0 auto; } }

.round-item-selected-price {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    padding: 6px;
    padding-left: 30px;
    padding-top: 8px;
    padding-right: 30px;
    /* margin-left: auto; */
    height: 34px;
    font-size: 10px;
    text-align: center;
    color: #a2feff;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    /*background: rgba(126,219,177,.102);*/
    white-space: nowrap;
    font-weight: 500;
    border-radius: 1rem;
}
@media only screen and (min-width: 1023px) {
  .round-item-selected-price {
    font-size: 1.8rem;
    border-width: 2px;
    height: 4.3rem;
    width: 12rem; } }
	
@media only screen and (min-width: 2100px) {
  .round-item-selected-price {
    width: 12.5rem;
    padding-top: 0.3rem; } }
.round-item--red .round-item-selected-price {
  border-color: #fe4747; }

.status-label {
    font-size: 11px;
    padding: 10px;
    flex-shrink: 0;
    width: auto;
    padding-left: 18px;
    padding-right: 18px;
    white-space: nowrap;
    margin: 0;
    border: 1px dashed #323e60;
    font-weight: 500;
    background-color: #2a345480;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 1rem;
    color: #d6e2ff;
}
@media only screen and (max-width: 1023px) {
  .status-label {
    margin-left: auto; } }
@media only screen and (min-width: 1023px) {
  .status-label {
    width: 12rem;
    height: 4.3rem;
    font-size: 1.6rem;
    text-transform: uppercase; } }
@media only screen and (min-width: 2100px) {
  .status-label {
    width: 15rem; } }
.status-label--green {
  background-color: #3ebf8e;
  color: #a0ffdb; }
@media only screen and (min-width: 1023px) {
  .status-label--green {
    font-size: 1.4rem;
    margin-right: 90px;
    margin-left: 10px;	
} }
	
.status-label--red {
  background-color: #cb4766;
  color: white;
  margin-right: 90px;
  margin-left: 10px;  
}
@media only screen and (min-width: 1023px) {
  .status-label--red {
    font-size: 1.4rem; } }


.round-item-selected-photo {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 2;
  margin-right: 1rem;
  width: 11rem; }
@media only screen and (min-width: 1023px) {
  .round-item-selected-photo {
    display: block; } }
@media only screen and (min-width: 2100px) {
  .round-item-selected-photo {
    width: 13rem;
    margin-right: 5rem; } }
.round-item-selected-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center; }

.round-item-photo {
  height: 3.1rem;
  width: 3.1rem;
  border-radius: 1rem;
  overflow: hidden;
  flex-shrink: 0; }
@media only screen and (min-width: 1023px) {
  .round-item-photo {
    height: 40px;
    width: 40px;
    border-radius: 1rem; } }

.round-item-cases {
  display: none;
  -webkit-box-align: center;
  align-items: center;
  max-width: 35rem;
  position: relative;
  height: 100%;
  padding-left: 1rem;
  max-height: 7rem;
  margin-left: 0;
  margin-right: auto;
  -webkit-box-pack: justify;
  justify-content: space-between;
  min-height: 9rem;
  align-items: center; }
@media only screen and (min-width: 1023px) {
  .round-item-cases {
    display: -webkit-inline-box;
    display: inline-flex; } }
@media only screen and (min-width: 2100px) {
  .round-item-cases {
    max-width: 38rem; } }
@media only screen and (min-width: 2100px) {
  .round-item-cases {
    padding-left: 2rem;
    width: 100%;
    max-width: 42rem; } }
.round-item-cases li {
  padding: 0 1rem;
  height: 100%;
  width: 11rem; }
@media only screen and (min-width: 2100px) {
  .round-item-cases li {
    width: 13rem; } }
.round-item-cases li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center; }

.round-item-cases-more {
  position: absolute;
  bottom: 2.5rem;
  color: #d6d6d6;
  font-weight: 500;
  background-color: #161c37;
  border-radius: 1rem;
  font-size: 1.3rem;
  height: 3.4rem;
  min-width: 3.4rem;
  right: -4rem;
  padding: 0 .5em;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center; }
@media only screen and (min-width: 2100px) {
  .round-item-cases-more {
    right: -5rem;
    font-size: 1.2rem;
    height: 4rem;
    min-width: 3.7rem; } }

.round-start-message {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -17rem;
  right: -17rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between; }
@media only screen and (min-width: 2100px) {
  .round-start-message {
    left: -22.4rem;
    right: -22.4rem; } }
.round-start-message__cell:first-child {
  text-align: left; }
.round-start-message__cell:last-child {
  text-align: right; }
.round-start-message__title {
  font-size: 2.2rem;
  line-height: 1; }
.round-start-message__desc {
  color: #a2aac7;
  font-size: 1.6rem; }

.account {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100%; }

.account-btns {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5rem; }
.account-btns .btn {
  width: calc(50% - .6rem); }

@media only screen and (min-width: 1023px) {
  .account-header {
    margin-bottom: 2.5rem;
    flex-shrink: 0; } }

@media only screen and (min-width: 1023px) {
  .account-header .cur-u-info {
    padding-left: 10.7rem; } }

.account-header .cur-u-info__photo {
  padding: 0; }

.account-header .cur-u-header {
  margin-bottom: 0rem; }
@media only screen and (min-width: 1023px) {
  .account-header .cur-u-header {
    margin-bottom: 2rem; } }

.account-header .account-header-about {
  margin-bottom: 1.5rem; }
@media only screen and (min-width: 1023px) {
  .account-header .account-header-about {
    margin-bottom: 0;
    background-color: #131830;
    padding: 2rem 2.5rem;
    border-radius: 1rem; } }

.account-header .cur-u-controls {
  display: none; }
@media only screen and (min-width: 1023px) {
  .account-header .cur-u-controls {
    display: grid;
    align-content: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end; } }

.form-panel {
    background-color: #2e395f;
    border-radius: 1rem;
    padding: 20px 20px 20px;
    margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .form-panel .field-input {
    height: 4.4rem; } }
@media only screen and (min-width: 1023px) {
  .form-panel {
    margin-bottom: 3.2rem;
    padding: 2.5rem 3rem 2.9rem; } }
.form-panel .link, .form-panel .tablist__panel-inner p a, .tablist__panel-inner p .form-panel a,
.form-panel .formatted-text p a, .formatted-text p .form-panel a {
  font-size: 1.2rem; }
@media only screen and (min-width: 1023px) {
  .form-panel .link, .form-panel .tablist__panel-inner p a, .tablist__panel-inner p .form-panel a,
  .form-panel .formatted-text p a, .formatted-text p .form-panel a {
    font-size: 1.4rem; } }

@media only screen and (min-width: 1023px) {
  .form-panel-controls {
    display: -webkit-box;
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem; }
  .form-panel-controls > * {
    margin: 0 1rem; } }

.form-panel-controls .field-wrapper {
  width: 100%; }

.form-panel-controls .field-input {
    background-color: #171d39;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: 'DIN Pro';
}
@media only screen and (min-width: 1023px) {
  .form-panel-controls .field-input {
    font-size: 1.5rem; } }

.form-panel-controls .btn {
  margin-top: .8rem;
  min-width: 13.5rem; }
@media only screen and (min-width: 1023px) {
  .form-panel-controls .btn {
    margin-top: 0; } }

.form-panel-label {
  background-color: #25243e;
  height: 5rem;
  border-radius: 1rem;
  line-height: 5rem;
  padding: 0 2rem;
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
.form-panel-label span {
  color: #61ac73; }

.form-panel-desc {
  margin-top: 2rem;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.3);
  line-height: normal; }

.form-panel-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: .9rem;
  -webkit-box-align: center;
  align-items: center;
  padding-right: 0.5rem; }
@media only screen and (min-width: 1023px) {
  .form-panel-header {
    padding-right: 0;
    margin-bottom: 2rem; } }


@media only screen and (min-width: 1023px) {
  .form-panel-title {
    font-size: 1.3rem; } }

.form-panels {
  margin-bottom: 2.7rem;
  flex-shrink: 0; }
@media only screen and (min-width: 1023px) {
  .form-panels {
    display: -webkit-box;
    display: flex; } }
.form-panels .form-panel {
  width: 100%;
  margin-bottom: 0; }
.form-panels .ref-system {
  width: 50.5rem;
  flex-shrink: 0; }
@media only screen and (min-width: 1023px) {
  .form-panels .ref-system {
    position: relative; }
  .form-panels .ref-system::after {
    content: '';
    bottom: 4.5rem;
    right: -.9rem;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.4rem 0 2.4rem 1rem;
    border-color: transparent transparent transparent #2e395f;
} }

.account-stats {
  width: 100%;
  margin-top: 1rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 400;
  flex-shrink: 0; }
@media only screen and (min-width: 1023px) {
  .account-stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    width: 52rem;
    padding: 0 2.5rem;
    margin-top: 0; } }
.account-stats__item {
  background-color: #263052;
  border-radius: 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  text-align: left;
  -webkit-box-align: start;
  align-items: flex-start;
  padding-left: 6rem;
  position: relative;
  min-height: 5.8rem; }
@media only screen and (min-width: 1023px) {
  .account-stats__item {
    padding-left: 0;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 0; } }
.account-stats svg {
  fill: #ffce79;
  position: absolute;
  top: 1.5rem;
  left: 1.9rem;
  height: 2.6rem;
  width: 2.6rem; }
@media only screen and (min-width: 1023px) {
  .account-stats svg {
    height: 3.5rem;
    width: 3.5rem;
    margin-bottom: 2rem;
    position: static; } }
.account-stats__value {
  font-size: 1.4rem;
  color: #ffffff; }
@media only screen and (min-width: 1023px) {
  .account-stats__value {
    font-size: 1.8rem;
    margin-bottom: 0.4em; } }
.account-stats__desc {
  color: #cdd7fc;
  font-weight: 500; }

.btn-copy {
  width: 100%;
  margin-top: 0.9rem; }

.promo-link {
  display: none; }
@media only screen and (min-width: 1023px) {
  .promo-link {
    display: block; } }

.trade-link {
  flex-shrink: 0;
  margin-bottom: 7rem; }
@media only screen and (min-width: 1023px) {
  .trade-link {
    margin-bottom: 3rem; } }
@media only screen and (max-width: 1023px) {
  .trade-link {
    position: relative; }
  .trade-link .btn {
    position: absolute;
    bottom: -6rem;
    left: 0;
    width: 100%; } }

.tabs {
  margin: 0 0 1rem;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
 
  

@media only screen and (min-width: 1023px) {
  .tabs {
    flex-shrink: 0;
    /* margin-top: 10px; */
    /* margin: 0 -1rem 1.7rem; */
} }
.tabs li {
  width: 100%;
  margin-bottom: .8rem; }
@media only screen and (min-width: 1023px) {
  .tabs li {
    margin-bottom: 1rem;
    width: auto;
    padding: .85rem; } }

.tab-btn {
  text-align: left;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 3.7rem;
  padding: 0 1.5rem;
  background-color: #1c2344;
  border-radius: 1rem;
  color: #cdd7fc;
  width: 100%; }
@media only screen and (min-width: 1023px) {
  .tab-btn {
    padding: 0 2rem;
    text-transform: uppercase;
    line-height: 5.5rem;
    padding: 0 3.4rem;
    font-size: 1.3rem;
    text-align: center;
    border: 2px solid #232b4d;
    background-color: #171d39; } }
.tab-btn:hover, .tab-btn.active {
  background-color: #171d39;
  color: white; }
.tab-btn.active {
  pointer-events: none;
  border-color: #4f8edf; }
.tab-btn--exit {
  width: 3.7rem;
  height: 3.7rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 1rem;
  padding: 0; }
.tab-btn--exit svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: #4d5474; }

.table-wrapper {
  flex-shrink: 1;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  font-size: 1.4rem;
  color: #cdd7fc;
  font-weight: 400; }
@media only screen and (min-width: 1023px) {
  .table-wrapper {
    padding-right: 2rem;
    margin-right: -2rem; }
  .table-wrapper::-webkit-scrollbar-track {
    border-radius: 99rem;
    background-color: #15161c;
    margin-top: 5rem; } }
.table-wrapper table {
  border-collapse: collapse;
  width: 100%; }
.table-wrapper th {
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 500;
    white-space: nowrap;
    padding: 1rem 4rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #262e53;
    z-index: 3;
    color: #8d93b1;
}
@media only screen and (max-width: 1023px) {
  .table-wrapper th {
    display: none; } }
.table-wrapper th:first-child {
  text-align: left; }
.table-wrapper td {
  background-color: #20274b;
  border-top: 2px solid #171d39;
  border-bottom: 2px solid #171d39;
  padding: 0 .5rem;
  font-weight: 500;
  white-space: nowrap; }
@media only screen and (min-width: 1023px) {
  .table-wrapper td {
    border-top: 1rem solid #262e53;
    border-bottom: 1rem solid #262e53;
    padding: 0 4rem;
    /* border-radius: 1rem; */
} }
.table-wrapper td:last-child {
  border-radius: 0 1rem 1rem 0; }
.table-wrapper td:first-child {
  text-align: left; }
.table-wrapper tr:last-child td {
  border-bottom: none; }

.mob-ref-system {
  padding: 0 1rem;
  color: rgba(255, 255, 255, 0.3); }

.mob-ref-system-form {
  background-color: #252e52;
  padding: 1rem;
  border-radius: 1rem;
  margin: 0 -.5rem;
  width: calc(100% + 1rem);
  margin-bottom: 3rem; }
.mob-ref-system-form__title {
  margin-bottom: 0.5rem; }
.mob-ref-system-form .field-input {
  color: #61ac73;
  font-size: 1.2rem;
  background-color: #171d39;
  height: 4rem; }

.mob-ref-system-desc {
  font-size: 1.3rem;
  display: block;
  margin-bottom: 3rem; }

.mob-ref-system-stats li {
  margin-bottom: 2rem; }
.mob-ref-system-stats li .price {
  margin-left: 0.5rem; }

.mob-history {
  margin: 0 -.5rem -.5rem;
  height: calc(100% - 4rem);
  overflow: hidden; }
.mob-history .table-wrapper {
  height: 100%;
  margin: 0;
  padding: 0; }

.history-list {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: flex; }
@media only screen and (max-width: 1023px) {
  .history-list {
    height: 100%; } }
@media only screen and (min-width: 1023px) {
  .history-list::before {
    border-radius: 1rem;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 0;
    background-color: #131830; } }
@media only screen and (min-width: 2100px) {
  .history-list {
    margin-bottom: 3.3rem; } }
.history-list__list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  overflow: auto; }
@media only screen and (min-width: 1023px) {
  .history-list__list {
    padding: 1.2rem 3.6rem 1.2rem 1.2rem; } }
.history-list li {
  width: 33.33%;
  padding: 0.3rem;
  margin-bottom: 1rem; }
@media only screen and (min-width: 1023px) {
  .history-list li {
    margin-bottom: .4rem;
    width: 17.8rem;
    height: 27rem;
    padding: 0.8rem; } }
.history-list .drop-preview__price {
  right: auto; }
@media only screen and (min-width: 1023px) {
  .history-list .drop-preview {
    height: 19.5rem;
    padding: 1.3rem 1.3rem;
    background-color: #252e52; }
  .history-list .drop-preview .drop-preview__photo {
    -webkit-transform: translate3d(0, 1.2rem, 0);
    transform: translate3d(0, 1.2rem, 0); }
  .history-list .drop-preview__price {
    top: 1.8rem;
    left: 1.3rem;
    right: auto; } }

.drop-action-btn {
  border-radius: 1rem;
  background-color: #fe5454;
  height: 3rem;
  font-size: 1.1rem;
  margin-top: .5rem;
  text-transform: uppercase;
  font-weight: 500;
  color: white;
  width: 100%; }
@media only screen and (min-width: 1023px) {
  .drop-action-btn {
    margin-top: 1.1rem;
    height: 4.6rem;
    font-size: 1.3rem; } }
.drop-action-btn.disabled {
  color: #a7b1d3;
  background-color: #1c2344;
  pointer-events: none; }

.drop-preview-noty {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 5; }
.drop-preview-noty svg {
  height: 2rem;
  width: 2rem;
  fill: #ffce79; }
.drop-preview-noty span {
  color: #cfd9f8;
  font-weight: 400;
  background-color: #2f323c;
  position: absolute;
  bottom: -1rem;
  left: -1rem;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  font-size: 1.2rem;
  border-radius: 1rem;
  padding: 1.2rem;
  min-height: 4rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  box-shadow: 0 1rem 1rem rgb(0 0 0 / 12%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s; }
.drop-preview-noty span::before {
  content: '';
  position: absolute;
  top: -.5rem;
  left: .8rem;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: .6rem solid #2f323c; }
.drop-preview-noty:hover span {
  opacity: 1;
  visibility: visible; }

.pages-nav {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  color: #cdd7fc;
  font-weight: 500;
  flex-shrink: 0;
  font-size: 1.2rem;
  text-transform: uppercase; }
@media only screen and (min-width: 1023px) {
  .pages-nav {
    margin: 0 0rem;
    font-size: 1.5rem; } }
.pages-nav a {
  padding: .2rem 1rem;
  position: relative;
  display: block; }
@media only screen and (min-width: 1023px) {
  .pages-nav a {
    padding: 1rem 2.5rem; } }
.pages-nav a.active {
  color: white;
  pointer-events: none; }
.pages-nav a:hover {
  color: #fff; }
.pages-nav a span {
  background-color: #131830;
  color: #61ac73;
  display: inline-block;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.8;
  padding: 0 .5rem;
  border-radius: 1rem;
  margin-left: 0.5rem;
  min-width: 2.6rem;
  text-align: center;
  -webkit-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem); }
.pages-nav a i {
  height: .7rem;
  width: .7rem;
  border-radius: 50%;
  color: #575e7b;
  background-color: currentColor;
  display: inline-block;
  vertical-align: middle;
  margin-right: .7rem;
  margin-left: 0.3rem;
  margin-top: -0.2rem; }
@media only screen and (min-width: 1023px) {
  .pages-nav a i {
    margin-right: 1.5rem; } }

.faq-content {
  flex-shrink: 1;
  overflow: auto; }
@media only screen and (min-width: 1023px) {
  .faq-content {
    padding-right: 2rem;
    margin-right: -2rem; } }
.faq-content::-webkit-scrollbar-track {
  border-radius: 99rem;
  background-color: #15161c; }

.tablist__item {
  overflow: hidden; }
.tablist__item:not(:last-child) {
  margin-bottom: .6rem; }
@media only screen and (min-width: 1023px) {
  .tablist__item:not(:last-child) {
    margin-bottom: 1.5rem; } }

.tablist__tab {
  background-color: #283257;
  width: 100%;
  white-space: normal;
  text-align: left;
  padding: 1.5rem 1.7rem;
  color: #d6ddea;
  font-weight: 500;
  z-index: 2;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.2;
  border-radius: 2rem; }
@media only screen and (min-width: 1023px) {
  .tablist__tab {
    font-size: inherit;
    font-size: 1.6rem;
    border-radius: 1rem;
    padding: 2.3rem 2.5rem; } }
.tablist__tab:hover {
  background-color: #323c64; }
.tablist__tab svg {
    display: none;
    position: absolute;
    top: 2.8rem;
    right: 2.5rem;
    fill: #5D6A93;
    width: 1.8rem;
    height: 1.2rem;
    -webkit-transition: .2s;
    transition: .2s;
}
@media only screen and (min-width: 1023px) {
  .tablist__tab svg {
    display: block; } }
.tablist__tab.active svg {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  fill: #ffce79; }

.tablist__panel {
  -webkit-transition: .2s;
  transition: .2s;
  height: 0;
  position: relative;
  overflow: visible; }
.tablist__panel::after {
  content: '';
  position: absolute;
  top: -3rem;
  height: 7rem;
  left: 0;
  right: 0;
  background-color: #131830;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s; }
.tablist__panel.active::after {
  opacity: 1; }
.tablist__panel-inner {
    background-color: #191d3e;
    border-radius: 0 0 1rem 1rem;
    padding: 1.5rem 1.5rem;
    color: #d6ddea;
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 1023px) {
  .tablist__panel-inner {
    font-size: 1.5rem;
    padding: 3rem 3.5rem; } }
.tablist__panel.active {
  height: var(--height); }

.support {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }
@media only screen and (min-width: 1023px) {
  .support {
    padding-right: 2rem;
    margin-right: -2rem; } }

.support-tickets {
  overflow: auto;
  margin-bottom: 1rem; }
@media only screen and (min-width: 1023px) {
  .support-tickets {
    margin-right: -2rem;
    padding-right: 2rem;
    margin-bottom: 3rem; } }
.support-tickets li:not(:last-child) {
  margin-bottom: 0.8rem; }
@media only screen and (min-width: 1023px) {
  .support-tickets li:not(:last-child) {
    margin-bottom: 1.5rem; } }


.support-page-layout .support-aside .support-aside__sections.scroll, .support-page-layout .support-aside .support-aside__tickets.scroll {
    -webkit-mask-image: linear-gradient(0deg,rgba(0,0,0,0),#000 2rem,#000 100%);
    mask-image: linear-gradient(0deg,rgba(0,0,0,0),#000 2rem,#000 100%);
}

@media (hover: hover) {
.support-page-layout .support-aside .support-aside__sections, .support-page-layout .support-aside .support-aside__tickets {
    padding-right: calc(var(--gutter-support) / 2 - 0.15rem);
} }

.support-page-layout .support-aside .support-aside__sections, .support-page-layout .support-aside .support-aside__tickets {
    flex: 1;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.scroll_vertical {
    overflow-y: auto;
    overflow-x: hidden;
}

@supports (scrollbar-gutter: stable)
.scroll {
    scrollbar-gutter: stable;
}

.scroll {
    scrollbar-width: .3rem;
    transform: translateZ(0);
    will-change: transform;
}


.support-label {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 1rem;
  height: 3.3rem;
  font-size: 1.2rem;
  padding: 0 1.5rem;
  text-transform: none;
  background-color: #2e395f; }
@media only screen and (min-width: 1023px) {
  .support-label {
    height: 4.2rem;
    font-size: 1.4rem;
    padding: 0 2rem; } }
.support-label::before {
  content: '';
  position: absolute;
  top: -.4rem;
  right: -.4rem;
  height: 1.3rem;
  width: 1.3rem;
  border: .3rem solid #252e52;
  background-color: #575e7b;
  border-radius: 50%; }
.support-label--green {
  color: white; }
.support-label--green::before {
  background-color: #61ac73; }

.support-ticket {
  width: 100%;
  background-color: #252e52;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
  border-radius: 1rem;
  min-height: 5rem;
  padding-right: 1rem;
  color: #cdd7fc;
  position: relative;
  padding-left: 4rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500; }
@media only screen and (min-width: 1023px) {
  .support-ticket {
    font-size: 1.3rem;
    min-height: 7rem;
    border-radius: 1rem;
    padding-right: 13rem;
    padding-left: 6.5rem; } }
.support-ticket:hover {
  background-color: #2a345a; }
.support-ticket .support-label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  font-weight: 400; }
@media only screen and (min-width: 1023px) {
  .support-ticket .support-label {
    right: 2rem; } }
.support-ticket i {
  border-radius: 50%;
  color: #575e7b;
  background-color: currentColor;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 2rem;
  top: 2rem;
  height: .75rem;
  width: .75rem; }
@media only screen and (min-width: 1023px) {
  .support-ticket i {
    height: .9rem;
    width: .9rem;
    top: 3rem;
    left: 3.5rem; } }

.support-form {
  padding: 1rem 0 .5rem; }
@media only screen and (min-width: 1023px) {
  .support-form {
    padding: 0 0 2rem; } }
.support-form .page-title {
  margin-bottom: 1rem;
 }
@media only screen and (min-width: 1023px) {
  .support-form .page-title {
    margin-bottom: 3rem; } }
.support-form .field-wrapper {
  margin-bottom: .7rem; }
@media only screen and (min-width: 1023px) {
  .support-form .field-wrapper {
    margin-bottom: 1.5rem; } }
.support-form .field-input,
.support-form .field-textarea {
  background-color: #191d3e;
  font-size: 1.8rem;
  font-weight: 400;
  padding-left: 2.4rem;
  padding-right: 2.4rem; }
.support-form .field-textarea {
  height: 7rem;
  min-height: 7rem; }
@media only screen and (min-width: 1023px) {
  .support-form .field-textarea {
    height: 16rem;
    min-height: 8.5rem; } }
.support-form .btn {
  border-radius: 1rem;
  min-width: 14rem;
  position: static;
  width: 100%;
  margin-top: .7rem;
  text-align: left;
  -webkit-box-pack: start;
  justify-content: flex-start; }
@media only screen and (min-width: 1023px) {
  .support-form .btn {
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    margin-top: 2.3rem;
    width: auto; } }

.btn-back {
  font-size: 1.4rem;
  background-color: #252439;
  border-radius: 1rem;
  line-height: 3rem;
  padding: 0 1.5rem 0 3rem;
  position: relative; }
.btn-back svg {
  position: absolute;
  top: .85rem;
  left: .7rem;
  fill: #676675;
  width: 1.35rem;
  height: 0.9rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }
.btn-back:hover {
  background-color: #373655; }

.open-ticket-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 3rem;
  display: none; }
@media only screen and (min-width: 1023px) {
  .open-ticket-header {
    display: -webkit-box;
    display: flex; } }
.open-ticket-header .btn-back {
  margin-right: 2.5rem; }
.open-ticket-header__title {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-right: 3rem; }

.open-ticket-header {
  flex-shrink: 0; }

.open-ticket-list {
  flex-shrink: 1;
  overflow: auto;
  margin-bottom: 0rem; }
@media only screen and (min-width: 1023px) {
  .open-ticket-list {
    margin-right: -2rem;
    padding-right: 2rem;
    margin-bottom: 3rem; } }
.open-ticket-list::-webkit-scrollbar-track {
  border-radius: 99rem;
  background-color: #15161c; }

.open-ticket-item {
  background-color: #252e52;
  border-radius: 1rem;
  color: #cdd7fc;
  font-size: 1.2rem;
  padding: 1.8rem 2rem; }
@media only screen and (min-width: 1023px) {
  .open-ticket-item {
    font-size: 1.5rem;
    padding: 3rem 4.5rem 3rem 3.5rem; } }
.open-ticket-item:not(:last-child) {
  margin-bottom: 1rem; }
@media only screen and (min-width: 1023px) {
  .open-ticket-item:not(:last-child) {
    margin-bottom: 1.8rem; } }
.open-ticket-item-name {
  font-weight: 500;
  font-size: 1.3rem; }

.open-ticket-item-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: .8rem; }
@media only screen and (min-width: 1023px) {
  .open-ticket-item-header {
    margin-bottom: .6rem; } }

.open-ticket-item-time {
  color: #8d93b1;
  font-weight: 400; }

.mob-menu {
    position: fixed;
    bottom: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
    height: 68px;
    padding: 0 2rem;
    background: rgb(14 20 33 / 75%);
    box-shadow: 0 1rem 2.4rem #08090f4d;
    -webkit-backdrop-filter: blur(1.7rem);
    backdrop-filter: blur(1.7rem);
    border-radius: 2rem 2rem 0 0;
}

@supports (-webkit-touch-callout: none) {
  .mob-menu {
    position: sticky;
    bottom: 0;
  }
}

@media only screen and (min-width: 1023px) {
  .mob-menu {
    padding: 0;
    display: none; } }
.mob-menu__btn {
  color: #657194;
  font-size: 1.2rem;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 1rem;
  position: relative; }
  
.mob-menu__btn_chat {
    width: 40px;
    height: 40px;
    color: #ffffff;
    border-color: #5371DC;
    background-color: #5371DC;
    border-radius: 1.2rem;
    border: none;
    outline: none;
    margin-top: 8px;
    /* font-size: 12px; */
    padding: 5px;
    text-align: center;
    margin-left: 15px;
    margin-right: -25px;
    transition: color .2s ease-out 0s,background-color .2s ease-out 0s;
}

.mob-menu .mob-menu__btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    background-image: linear-gradient(0deg,#121318 20%,rgba(29,35,67,0));
    z-index: 1;
}

.mob-menu .mob-menu__btn.active .mode__icon {
    background: linear-gradient(180deg,#FFBA7A 0%,#FFBA7A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mob-menu .mob-menu__btn.active .mode__bank {
   color: #9be267;
}

@media (max-width: 991px) {
.icon.icon_chat {
    font-size: 18px;
    top: 7px;
    margin-bottom: 4px;
} }

@media (max-width: 428px) {
.icon.icon_chat {
    font-size: 22px;
    top: 0px;
    color: #5d6393;
    margin-right: 0;
    margin-bottom: 0px;
} }

@media (max-width: 428px) {
.chat__inner {
    width: 100%;
	grid-template-rows: 8rem 8rem 1fr 4rem 6rem;
}
.chat__items-rain {
	margin-top: 0!important;
	
} 
.items-rain:after {
	top: 1rem;
}
.chat-list-wrapper {
	padding-top: 0;

}
.chat-list {
	padding-left: 0;
	padding-right: 0;
} }


@media (max-width: 430px) {
.chat__inner {
    width: 100%;
	grid-template-rows: 8rem 8rem 1fr 4rem 6rem;
}
.chat__items-rain {
	margin-top: 0!important;
}

.chat-list-wrapper {
	padding-top: 0;
} 
.chat-list {
	padding-left: 0;
	padding-right: 0;
} }

@media (max-width: 430px) {
.icon.icon_chat {
    font-size: 22px;
    top: 0px;
    color: #5d6393;
    margin-right: 0;
    margin-bottom: 0px;
} }


.mob-menu__btn_chat.active {
  background-color: #5c74dc; }
.mob-menu__btn svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-bottom: .7rem;
  fill: #a8b1cf;
  -webkit-transition: .2s;
  transition: .2s; }
.mob-menu__btn.active svg {
  fill: #ffffff; }
.mob-menu__btn-count {
  position: absolute;
  bottom: 1.8rem;
  right: .5rem;
  color: #fff;
  background-color: #91b907;
  height: 1.3rem;
  padding: 0.2em .2em;
  font-size: 1rem;
  border-radius: .3rem;
  font-weight: 400; }
.mob-menu__btn--game svg {
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

.mob-menu-panel {
    position: fixed;
	padding: 1.5rem;
    border-radius: 2rem;
    z-index: 11;
    box-shadow: 0 1rem 2.4rem #08090f4d;
    background-color: rgb(16 20 35);
    opacity: 0;
    display: -webkit-box;
    visibility: hidden;
    font-weight: 400;
    transition: opacity .2s ease-out 0s,visibility .2s ease-out 0s,transform .2s ease-out 0s;
	transition-duration: 300ms;
	transform: translateZ(0);
	perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translateZ(0);
}


@media only screen and (min-width: 1023px) {
  .mob-menu-panel {
    display: none; } }
	
.mob-menu-panel.active {
    opacity: 1;
    visibility: visible;
    inset: auto auto 0px 0px;
    transform: translate3d(5px, -74px, 0px);
    margin: 0;
    padding: 1.5rem;
	transition-duration: 300ms;
	-webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    perspective: 1000;
}

.mob-menu-panel__link {
  width: 50%;
  line-height: 4.1rem;
  white-space: nowrap;
  display: block;
  font-size: 1.2rem;
  padding-left: 4rem;
  border-bottom: 2px solid #1c2344;
  border-right: 2px solid #1c2344;
  color: #cbd1e9;
  position: relative; }
.mob-menu-panel__link svg {
  position: absolute;
  top: 1.2rem;
  left: 1.5rem;
  width: 1.6rem;
  height: 1.6rem;
  fill: #cbd1e9; }
.mob-menu-panel__link--market svg {
  top: 1.3rem;
  left: 1.6rem;
  width: 1.3rem;
  height: 1.3rem; }
.mob-menu-panel__link--faq svg {
  top: 1.1rem;
  left: 1.6rem;
  width: 1.6rem;
  height: 1.6rem; }
.mob-menu-panel__link:nth-child(even) {
  border-right: none; }
.mob-menu-panel__controls {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 6.5rem; }
@media only screen and (min-width: 1023px) {
  .mob-menu-panel__controls {
    height: 5.5rem; } }
.mob-menu-panel__controls .header-control {
  margin-right: .7rem; }
.mob-menu-panel__controls .header-control:last-child {
  margin-right: 0;
  color: #554fcc; }

.inventar-modal {
  top: var(--main-header-height);
  height: calc(100% - var(--mob-menu-height) - var(--main-header-height));
  padding: 0; }

.mob-menu-panel-raffle {
  height: 4.2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 4rem;
  color: #ff9976;
  width: 100%;
  padding-right: 1.5rem;
  font-weight: 400;
  position: relative;
  border-bottom: 2px solid #1c2344; }
.mob-menu-panel-raffle svg {
  width: 1.7rem;
  height: 1.7rem;
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  fill: #cbd1e9; }
.mob-menu-panel-raffle span {
    color: #ff9b78;
    font-weight: 400;
}

.raffle {
  z-index: 5;
  -webkit-transition: .4s;
  transition: .4s; }
@media only screen and (min-width: 1023px) {
  .raffle {
    padding: 2rem;
    padding: 3rem 2.7rem;
    height: calc(100% - 28rem - 0rem);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 2rem;
    -webkit-transform: translateY(calc(100% - 9rem));
    transform: translateY(calc(100% - 9rem));
} }
.raffle.active {
  -webkit-transform: none;
  transform: none; }

@media only screen and (min-width: 1023px) {
  .raffle-body {
    height: calc(100% - 6rem);
    border-radius: 0 0 1rem 1rem; } }

.raffle-header {
  background-color: #2e365c;
  padding: 0 8rem 0 2.5rem;
  display: -webkit-box;
  display: flex;
  height: 6rem;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
  color: #c6cbdb;
  font-size: 1.5rem;
  font-weight: 500; }
@media only screen and (max-width: 1023px) {
  .raffle-header {
    display: none; } }
.raffle-header__toggler {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 6rem;
  background-color: #3c4872;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 1rem 1rem 0 0; }
.raffle-header__toggler svg {
  width: 2.1rem;
  height: 1.5rem;
  fill: #b0b7d4;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transition: .4s transform, .2s fill;
  transition: .4s transform, .2s fill; }
.raffle-header__toggler:hover svg {
  fill: #fff; }
.raffle-header.active .raffle-header__toggler svg {
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }
.raffle-header__icon {
  fill: #fff;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.5rem;
  display: inline-block;
  vertical-align: middle; }
.raffle-header__title {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 500; }
.raffle-header__timer {
    margin-left: auto;
    color: #ff9976;
    letter-spacing: -0.1px;
    font-weight: 400;
    font-size: 12px;
}

.raffle-place {
  background-color: #1c2344;
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  height: 5.3rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  color: #bcc6ea;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.3rem; }

.raffle-current {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 3.5rem;
  font-weight: 400; }
@media only screen and (min-width: 1023px) {
  .raffle-current {
    padding-left: calc(50% + 3rem);
    min-height: 19rem;
    -webkit-box-align: start;
    align-items: flex-start; } }
.raffle-current__name {
  font-size: 1.8rem;
  color: #ebeffd;
  font-weight: 500; }
@media only screen and (min-width: 1023px) {
  .raffle-current__name {
    font-size: inherit; } }
.raffle-current__desc {
  color: #ffce79;
  font-size: 1.4rem; }
.raffle-current .btn,
.raffle-current .raffle-place {
  margin-top: 1.6rem;
  width: calc(100%); }
@media only screen and (min-width: 1023px) {
  .raffle-current .btn,
  .raffle-current .raffle-place {
    margin-left: -1.5rem; } }
.raffle-current__photo {
  margin-bottom: 1rem;
  position: relative; }
.raffle-current__photo .drop-animation {
  font-size: 70rem;
  --scale: 1; }
@media only screen and (min-width: 1023px) {
  .raffle-current__photo {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0; } }
.raffle-current__photo img {
  width: 14em;
  height: 14rem;
  position: relative;
  z-index: 3;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center; }
@media only screen and (min-width: 1023px) {
  .raffle-current__photo img {
    width: 17rem;
    height: 17rem; } }

.raffle-last-winners__title {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.2rem;
  height: 2.5rem;
  color: #cdd7fc;
  font-weight: 500; }
@media only screen and (min-width: 1023px) {
  .raffle-last-winners__title {
    height: 3.5rem;
    font-size: 1.3rem;
    color: #a4a6ae; } }

.raffle-last-winners ul {
  overflow: auto;
  padding-right: 4.6rem;
  margin-right: -4.6rem;
  height: calc(100vh - 34rem); }
@media only screen and (min-width: 1023px) {
  .raffle-last-winners ul {
    height: calc(100% - 11rem); } }
.raffle-last-winners ul::-webkit-scrollbar-track {
  background-color: #15161c;
  margin-bottom: 1.5rem; }
.raffle-last-winners ul li:not(:last-child) {
  margin-bottom: 1.3rem; }

.raffle-body {
  background-color: #171d39; }
@media only screen and (min-width: 1023px) {
  .raffle-body {
    padding: 2rem; } }

.raffle-last-winner {
  background-color: #d1daf90d;
  padding: 1rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  font-weight: 400; }
.raffle-last-winner::before {
  content: '';
  background-color: currentColor;
  width: 22.4rem;
  height: 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../img/winner-bg.png);
  mask-image: url(../img/winner-bg.png);
  position: absolute;
  bottom: 0;
  right: 0; }
.raffle-last-winner__photo {
  height: 5.5rem;
  width: 5.5rem;
  border-radius: 1rem;
  margin-right: 2rem;
  overflow: hidden;
  border-radius: 1rem; }
.raffle-last-winner__name {
  color: #ffc9b4;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.4em; }
.raffle-last-winner__time {
  color: #ebeffd;
  font-size: 1.3rem; }
.raffle-last-winner__drop {
  position: absolute;
  top: -1.3rem;
  right: 2rem; }
.raffle-last-winner__drop img {
  height: 10rem;
  width: 10rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center; }
@media only screen and (min-width: 1023px) {
  .raffle-last-winner__drop img {
    height: 10rem;
    width: 10rem; } }

.raffle-winner {
  height: 12rem;
  padding-left: 8rem;
  padding-top: 3rem;
  margin-top: auto;
  font-size: 1.2rem;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center; }
@media only screen and (min-width: 1023px) {
  .raffle-winner {
    margin-top: .8rem;
    height: 6.5rem;
    padding-top: 0;
    padding-left: 8rem;
    font-size: 1.4rem; } }
.raffle-winner__photo {
  position: absolute;
  bottom: 0;
  left: 1rem;
  height: 6rem;
  width: 6rem;
  border-radius: 50%; }
@media only screen and (min-width: 1023px) {
  .raffle-winner__photo {
    bottom: auto;
    top: 0;
    left: 0; } }
.raffle-winner__title {
  color: #cdd61b;
  margin-bottom: 1.5em; }
@media only screen and (min-width: 1023px) {
  .raffle-winner__title {
    margin-bottom: 0.3em; } }
.raffle-winner__name {
  color: #fff;
  margin-bottom: 0.3em; }
.raffle-winner__desc {
  color: rgba(255, 255, 255, 0.4); }
@media only screen and (min-width: 1023px) {
  .raffle-winner__desc {
    color: rgba(255, 255, 255, 0.15); } }
@media only screen and (max-width: 1023px) {
  .raffle-winner__desc span {
    display: block; } }
.raffle-winner__drop {
  position: absolute;
  bottom: -.5rem;
  right: 0; }
.raffle-winner__drop::before {
  content: '';
  position: absolute;
  bottom: -1rem;
  right: -2rem;
  -webkit-mask-image: url(../img/raffle-winner-drop-mask.png);
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  width: 24.8rem;
  height: 9.1rem;
  background-color: currentColor; }
.raffle-winner__drop img {
  width: 9rem;
  height: 9rem;
  margin-right: 3rem;
  margin-bottom: -1.5rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  -webkit-filter: drop-shadow(0 1.4rem 1rem rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 1.4rem 1rem rgba(0, 0, 0, 0.3)); }
@media only screen and (min-width: 1023px) {
  .raffle-winner__drop img {
    width: 11rem;
    height: 11rem;
    margin-right: 2rem;
    margin-bottom: -2rem; } }

.raffle-game {
  overflow: hidden;
  border-radius: 1rem;
  margin: -1.5rem -2rem -2.5rem; }
@media only screen and (min-width: 1023px) {
  .raffle-game {
    margin: 0 -2rem; } }
.raffle-game__title {
  text-align: center;
  text-transform: uppercase;
  color: #ffce79;
  padding-top: 1.3rem;
  position: relative;
  z-index: 3;
  font-size: 1.3rem;
  margin-bottom: 1.3rem; }
@media only screen and (min-width: 1023px) {
  .raffle-game__title {
    margin-bottom: 1.9rem;
    font-size: 1.4rem; } }
.raffle-game__inner {
  width: 100%;
  position: relative;
  background-color: #171d39; }
.raffle-game__inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 50%;
  background-image: url(../img/raffle-shadow.png);
  background-size: cover;
  background-position: left center;
  z-index: 2;
  pointer-events: none; }
.raffle-game__inner::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 50%;
  background-image: url(../img/raffle-shadow.png);
  background-size: cover;
  background-position: left center;
  z-index: 2;
  pointer-events: none;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }
.raffle-game__list {
  display: -webkit-box;
  display: flex;
  padding: 2rem 0; }
@media only screen and (min-width: 1023px) {
  .raffle-game__list {
    padding: 0; } }

.raffle-game-item {
  flex-shrink: 0;
  width: 9rem;
  height: 9rem;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: .5rem;
  position: relative; }
.raffle-game-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 2rem;
  border: 1px solid transparent;
  -webkit-transition: .2s;
  transition: .2s; }
.raffle-game-item.active::before {
  border-color: #ffce79; }
.raffle-game-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 1.7rem; }
.raffle-game-item span {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
@media only screen and (min-width: 1023px) {
  .raffle-game-item span {
    margin-bottom: 0.3rem; } }
.raffle-game-item b {
  font-weight: normal;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@-webkit-keyframes loadingDots {
  0%,
  100% {
    fill: #ffce79; }
  33.33% {
    fill: rgba(255, 206, 121, 0.5); }
  66.66% {
    fill: rgba(255, 206, 121, 0.5); } }

@keyframes loadingDots {
  0%,
  100% {
    fill: #ffce79; }
  33.33% {
    fill: rgba(255, 206, 121, 0.5); }
  66.66% {
    fill: rgba(255, 206, 121, 0.5); } }

.raffle-process {
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 1rem;
  position: relative;
  margin-bottom: 3rem; }
@media only screen and (min-width: 1023px) {
  .raffle-process {
    margin-bottom: 0;
    height: 4.5rem;
    font-size: 1.4rem; } }

.loading-dots circle {
  fill: #ffce79; }

.loading-dots circle:nth-child(1) {
  -webkit-animation: 1.5s loadingDots infinite;
  animation: 1.5s loadingDots infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0; }

.loading-dots circle:nth-child(2) {
  -webkit-animation: 1.5s loadingDots infinite;
  animation: 1.5s loadingDots infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.loading-dots circle:nth-child(3) {
  -webkit-animation: 1.5s loadingDots infinite;
  animation: 1.5s loadingDots infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.raffle-drop-counter {
  text-align: center;
  margin-top: 2rem;
  font-weight: 400; }
.raffle-drop-counter__title {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #cdd7fc;
  margin-bottom: 1rem; }
.raffle-drop-counter__inner {
  color: #bcc6ea;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 -.5rem;
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 2;
  font-size: 1.5rem; }
.raffle-drop-counter__inner span {
  width: 5.5rem;
  line-height: 5.2rem;
  margin: 0 .5rem;
  text-align: center;
  background-color: #1c2344;
  display: block;
  border-radius: 1rem; }

.load-more {
  background-color: #171c38;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  z-index: 5;
  position: absolute;
  bottom: 0;
  height: 2rem;
  font-size: 1.1rem;
  color: #bbc6ee;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 1rem;
  padding: 0 2.8rem; }
@media only screen and (min-width: 1023px) {
  .load-more {
    color: #ffffff;
    font-size: 1.2rem;
    height: 6rem;
    bottom: 3.5rem; } }
.load-more svg {
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  fill: #ffce79;
  margin-right: 1.3rem;
  margin-top: -0.2rem;
  display: none; }
@media only screen and (min-width: 1023px) {
  .load-more svg {
    display: inline-block; } }

.market-list {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: flex; }
.market-list--has-load-more {
  padding-bottom: 3rem; }
@media only screen and (min-width: 1023px) {
  .market-list--has-load-more {
    padding-bottom: 13rem; } }
@media only screen and (min-width: 1023px) {
  .market-list::before {
    border-radius: 1rem;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 0;
    background-color: #131830; } }
.market-list__list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  /* Handle */ }
.market-list__list::-webkit-scrollbar-track {
  background-color: #15161c; }
.market-list__list::-webkit-scrollbar-thumb {
  background: #262934; }
@media only screen and (min-width: 1023px) {
  .market-list__list {
    padding: 1.2rem 3.6rem 1.2rem 1.2rem; } }
.market-list li {
  width: 33.33%;
  padding: 0.3rem; }
@media only screen and (min-width: 1023px) {
  .market-list li {
    width: 17.5rem;
    height: 27rem;
    padding: 0.8rem; } }
@media only screen and (min-width: 2100px) {
  .market-list li {
    width: 17.8rem; } }
@media only screen and (min-width: 1023px) {
  .market-list .drop-preview {
    height: 19.5rem;
    padding: 1.3rem 1.3rem;
    background-color: #252e52; }
  .market-list .drop-preview .drop-preview__photo {
    -webkit-transform: translate3d(0, 0.2rem, 0);
    transform: translate3d(0, 0.2rem, 0); }
  .market-list .drop-preview__price {
    top: 1.6rem;
    right: 1.3rem; } }

.market-drop-count {
  height: 3rem;
  padding: 0 1.1rem;
  font-size: 1.1rem;
  background-color: #1c2344;
  border-radius: 1rem;
  margin-top: 1.1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #a7b1d3;
  font-weight: 500; }
@media only screen and (min-width: 1023px) {
  .market-drop-count {
    height: 4.6rem;
    padding: 0 1.5rem;
    font-size: 1.3rem;
    text-transform: uppercase; } }
.market-drop-count b {
  font-weight: 400; }

.market-form {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin: -.6rem;
  flex-shrink: 0;
  margin-bottom: 1.2rem; }
@media only screen and (min-width: 1023px) {
  .market-form {
    margin: -1.5rem -1.25rem;
    margin-bottom: 1.6rem;
    flex-wrap: nowrap; } }
.market-form > * {
  width: 50%;
  padding: .35rem .6rem; }
.market-form > *:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  order: 1; }
.market-form > *:nth-child(2) {
  -webkit-box-ordinal-group: 6;
  order: 5; }
.market-form > *:nth-child(3) {
  -webkit-box-ordinal-group: 3;
  order: 2; }
.market-form > *:nth-child(4) {
  -webkit-box-ordinal-group: 4;
  order: 3; }
.market-form > *:nth-child(5) {
  -webkit-box-ordinal-group: 5;
  order: 4; }
@media only screen and (min-width: 1023px) {
  .market-form > * {
    width: 12.25%;
    flex-shrink: 0;
    min-width: 23rem;
    padding: 1.25rem; }
  .market-form > *:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .market-form > *:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .market-form > *:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .market-form > *:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .market-form > *:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    order: 5; } }
.market-form .select-dropdown__list {
  left: .6rem;
  right: .6rem; }
@media only screen and (min-width: 1023px) {
  .market-form .select-dropdown__list {
    left: 1.25rem;
    right: 1.25rem; } }

.search {
  position: relative;
  margin-right: auto; }
@media only screen and (min-width: 1023px) {
  .search {
    flex-shrink: 1;
    width: 100%; } }
.search svg {
  position: absolute;
  top: 2.9rem;
  right: 4rem;
  width: 2rem;
  height: 2rem;
  fill: #7b819a; }
@media only screen and (max-width: 1023px) {
  .search svg {
    display: none; } }
.search .field-input {
  font-weight: 400; }

.fields-set {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 -.5rem;
  width: calc(100% + .5rem * 2); }
@media only screen and (min-width: 1023px) {
  .fields-set {
    width: 20%;
    min-width: 30rem;
    margin: 0; } }
.fields-set .field-input {
  font-weight: 500; }
.fields-set .field-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 .5rem;
  position: relative; }
.fields-set .field-wrapper__cur {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  right: 2.1rem;
  pointer-events: none;
  color: #ffce79;
  font-size: 1.3rem; }
@media only screen and (min-width: 1023px) {
  .fields-set .field-wrapper__cur {
    right: 3rem; } }
.fields-set .field-wrapper__title {
  margin-bottom: 0;
  margin-right: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #b5bdda; }
@media only screen and (min-width: 1023px) {
  .fields-set .field-wrapper__title {
    font-size: inherit; } }

.mob-header {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  min-height: 2.5rem;
  margin-top: .3rem;
  margin-bottom: 1rem;
  flex-shrink: 0;
  font-size: 1.2rem; }
.mob-header__desc {
  color: rgba(255, 255, 255, 0.6); }
.mob-header__title {
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  padding-left: 1.2rem; }
.mob-header__title span {
  color: rgba(255, 255, 255, 0.6);
  margin-right: 0.3rem;
  font-weight: 400; }
.mob-header .modal-close-btn {
  position: absolute;
  top: 0;
  right: .5rem;
  background-color: #222a4f; }

.btn-close {
  box-sizing: content-box;
  padding: .7rem; }
.btn-close svg {
  height: 1rem;
  width: 1rem;
  fill: #fff; }

.notifications {
  position: absolute;
  top: var(--main-header-height);
  left: 0;
  z-index: 15;
  -webkit-transition: .5s;
  transition: .5s;
  right: 0; }
@media only screen and (min-width: 1023px) {
  .notifications {
    top: -2px;
    left: calc(var(--user-panel-width) + 3rem); } }
@media only screen and (min-width: 2100px) {
  .notifications {
    left: calc(var(--user-panel-width) + 4rem); } }
@media only screen and (min-width: 1023px) {
  .notifications {
    right: 9rem; }
  .chat-active .notifications {
    right: calc(var(--chat-width) + 3rem); } }
@media only screen and (min-width: 2100px) {
  .chat-active .notifications {
    right: calc(var(--chat-width) + 4rem); } }

.notification {
  padding: .3rem 2.5rem .4rem 2.7rem;
  min-height: 2.2rem;
  font-weight: 400;
  background-color: #4980cf;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
  position: relative; }
@media only screen and (min-width: 1023px) {
  .notification {
    height: 3.7rem;
    padding: .3rem 2.5rem .4rem 5.5rem;
    border-radius: 0 0 1rem 1rem; } }
@media only screen and (min-width: 1023px) {
  .notification::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #3766b8;
    width: 3.7rem;
    height: 3.7rem;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2); } }
.notification::after {
  content: '';
  position: absolute;
  top: .5rem;
  left: .8rem;
  height: 1.2rem;
  width: 1.2rem;
  background-image: url(../img/warning.svg);
  background-size: contain;
  background-position: center;
  opacity: 0.5; }
@media only screen and (min-width: 1023px) {
  .notification::after {
    top: .6rem;
    left: .7rem;
    height: 2.4rem;
    width: 2.4rem; } }
.is-windows .notification {
  padding-bottom: 0.3rem; }
.notification .btn-close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: .5rem; }
.is-windows .notification .btn-close {
  top: calc(50% - .2rem); }
@media only screen and (max-width: 1023px) {
  .notification .btn-close svg {
    height: 0.8rem;
    width: 0.8rem; } }
@media only screen and (min-width: 1023px) {
  .notification .btn-close {
    right: 1rem; } }
.notification--error {
  background-color: #fe4747; }
.notification--error::before {
  background-color: #f13f3f; }
.notification--success {
  background-color: #72af3f; }
.notification--success::before {
  background-color: #679d3d; }
.notification--warning {
  background-color: #f6af54; }
.notification--warning::before {
  background-color: #e89c47; }

@media only screen and (max-width: 1023px) {
  .cur-u-drops-list-wrapper {
    border: 1px dashed #2d3653;
	margin: 0;
	max-height: 290px;
	min-height: 290px;
	border-radius: 1rem;
} }

@media only screen and (max-width: 1023px) {
  .cur-u-drops {
    height: auto;
} }

.btn.button_shop .icon {
    transition: transform .2s ease-out 0s;
}

.btn.button_shop:hover .icon {
    transform: rotate(360deg);
}

.button .icon+.button__text, .button .button__text+.icon, .button .button__icon+.button__text, .button .button__text+.button__icon {
    margin-left: 10px;
}

.button__text {
    opacity: 1;
    font-family: 'DIN Pro';
    font-weight: 600;
}

.page-404 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100vh; }
.page-404::before {
  content: '';
  width: 15rem;
  height: 15rem;
  margin-bottom: 4rem;
  background-image: url(../img/begun-v-1.gif);
  background-size: contain;
  display: block;
  background-position: center; }
@media only screen and (min-width: 1023px) {
  .page-404::before {
    width: 20rem;
    height: 20rem;
    margin-bottom: 8rem; } }
.page-404__title {
  font-weight: 500;
  font-size: 7.5rem;
  margin-bottom: .75rem; }
@media only screen and (min-width: 1023px) {
  .page-404__title {
    font-size: 10rem;
    margin-bottom: 1rem; } }
.page-404__desc {
  color: #d4d9e8;
  font-size: 1.4rem;
  margin-bottom: 5rem; }
@media only screen and (min-width: 1023px) {
  .page-404__desc {
    font-size: 1.9rem;
    margin-bottom: 11rem; } }

.game-stats-page {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }
.game-stats-page .game-stats-header-wrapper {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto; }
.game-stats-page .game-stats {
  height: 100%;
  padding: 0; }
.game-stats-page .game-stats-header__title span {
  display: block; }
.game-stats-page .game-stats-header__title svg {
  top: -.35rem; }
.game-stats-page .game-stats-header::before {
  width: 27rem; }

.bomb {
    position: relative
}

.bomb_crash {
    display: block;
    width: 100%;
    height: 100%;
}

.bomb_crash .bomb__background {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-size: 485px;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url(/img/bomb-bg.png);

}


.bomb_crash .bomb__background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    background: linear-gradient(0deg, #161b2e 0, transparent 90%);
}

.bomb__human {
    position: absolute;
    bottom: 60px;
    width: 100%;
    height: auto;
}

.bomb__human:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #293157;
    z-index: 4;
}

@media (max-width: 599px) {
.bomb_crash .bomb__background {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    border-radius: 2rem;
    width: 100%;
    height: 270px;
    background-size: 425px;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url(/img/bomb-bg.png);
} }

@media (max-width: 599px) {
.bomb__bulbs {
    display:none;
} }


@media (max-width: 991px) {
    .bomb_crash .bomb__background {
        right: 0
    }
}

.board {
   position: absolute;
    top: 100px;
    left: calc(50% - 100px);
    width: 204px;
    height: 54px;
    z-index: 5;
}

@media (max-width: 599px) {
	.board {
    position: absolute;
    top: 86px;
    left: calc(50% - 100px);
    width: 204px;
    height: 54px;
    z-index: 100;
} }

@media (max-width: 599px) {
	.bomb__bulbs {
    position: absolute;
    left: calc(50% - 67px);
    bottom: calc(38% - 6px)!Important;
    width: 28px;
    height: 9px;
    z-index: 5;
    zoom: 1;
} }

@media (max-width: 599px) {
	.board__subtitle {
    left: 17px!important;
    font-size: 8px!important;
} }

@media (max-width: 599px) {
	.board__count {
    font-size: 46px!Important;
} }

@media (max-width: 599px) {
	.board__text {
    bottom: 9px!important;
    right: 5px!important;
    font-size: 20px!important;
} }

@media (max-width: 599px) {
.board__background {
    background-size: 310px 220px!important;
} }

.board__timer {
    position: relative;
    font-family: DS-Digital-Bold;
    z-index: 6
}

.board__subtitle {
    position: absolute;
    top: 13px;
    left: 12px;
    display: none;
    color: #ef7ba0;
    font-size: 9px
}

.board__subtitle:after {
    content: "88888";
    position: absolute;
    left: 0;
    top: 0;
    font-size: inherit;
    color: #fff;
    opacity: .08
}

.board__background {
    position: absolute;
    top: calc(50% - 103px);
    left: calc(50% - 168px);
    width: 336px;
    height: 207px;
    text-align: center;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 336px 207px;
    background-clip: content-box;
    z-index: 5;
}

.board__timer {
    width: 100%;
    height: 100%;
    display: block
}

.board__count {
    position: absolute;
    left: 37px;
    bottom: 0;
    display: inline-block;
    font-size: 46px;
    zoom: 1
}

.board__count:after, .board__count:before {
    content: "";
    display: table
}

.board__count:after {
    clear: both
}

.board__count .second {
    position: relative;
    text-align: right;
    width: 54px
}

.board__count .second span {
    display: inline-block;
    width: 27px;
    float: left;
    height: 48px
}

.board__count .second span:after {
    content: "8";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 27px;
    height: 48px;
    font-size: inherit;
    color: #fff;
    opacity: .08
}

.board__count .msecond {
    position: relative;
    text-align: right;
    width: 54px
}

.board__count .msecond span {
    display: inline-block;
    width: 27px;
    height: 48px;
    float: left
}

.board__count .msecond span:after {
    content: "8";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 27px;
    height: 48px;
    font-size: inherit;
    color: #fff;
    opacity: .08
}

.board__count .board__number {
    display: inline-block;
    float: left
}

.board__count .board__number span {
    position: relative
}

.board__text {
    position: absolute;
    bottom: 8px;
    right: 5px;
    display: inline-block;
    width: 43px;
    font-size: 24px;
    line-height: 1;
    text-align: left
}

.board__text:after {
    content: "888";
    position: absolute;
    left: 0;
    top: 0;
    font-size: inherit;
    color: #fff;
    opacity: .08
}

.board_explosion .board__background {
    background-image: url(/img/board_explosion.svg)
}

.board_explosion .board__subtitle {
    display: block
}

.board_timer .board__background {
    background-image: url(/img/board.svg)
}

.board_multiplier .board__background {
    background-image: url(/img/board_multiplier.svg)
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 20% 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 20% 0
    }
    to {
        background-position: 0 0
    }
}

.bomb__human {
    position: absolute;
    bottom: 60px;
    width: 100%;
    height: auto
}

.bomb__human:before {
    height: 40px;
    background-color: #252946;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#1c203f), to(#202548));
    background-image: linear-gradient(0deg, #1c203f 0, #202548);
    z-index: 2
}

.bomb__human:after, .bomb__human:before {
    width: 100%;
    content: "";
    position: absolute;
    top: 20px;
    left: 0
}

.bomb__human:after {
    height: 20px;
    box-shadow: 0 -4px 52px rgba(14, 14, 32, .95);
    border-radius: 2px;
    background: rgba(27, 31, 62, .5);
    z-index: 4
}

.bomb__shadow {
    position: absolute;
    top: -50px;
    width: 100%
}

.bomb__shadow:after, .bomb__shadow:before {
    content: "";
    width: 157px;
    height: 110px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(26, 30, 63, 0)), to(#1b1f3d));
    background: linear-gradient(90deg, rgba(26, 30, 63, 0) 0, #1b1f3d);
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 50;
    position: absolute;
    will-change: transform
}

.bomb__shadow:before {
    right: auto;
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.bomb__shadow:after {
    left: auto;
    right: 0
}

.bomb__terrorist {
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 100;
    width: 151px;
    height: 143px;
    right: 50px;
    bottom: -35px
}

@-webkit-keyframes toggleColor {
    0% {
        color: #fff
    }
    to {
        color: #ef7ba0
    }
}

@keyframes toggleColor {
    0% {
        color: #fff
    }
    to {
        color: #ef7ba0
    }
}

.bomb__bulbs {
    position: absolute;
    left: calc(50% - 67px);
    bottom: calc(33% - 6px);
    width: 28px;
    height: 9px;
    z-index: 5;
    zoom: 1;
}

.bomb__bulbs:after, .bomb__bulbs:before {
    content: "";
    display: table
}

.bomb__bulbs:after {
    clear: both
}

.bomb__bulb {
    display: inline-block;
    float: left;
    width: 9px;
    height: 9px;
    background-color: transparent;
    border-radius: 9px
}

.bomb__bulb.animated {
    -webkit-animation: blinkingBulb 999s linear infinite;
    animation: blinkingBulb 999s linear infinite
}

.bomb__bulb_gray {
    background-color: #ccc;
    box-shadow: 0 0 20px #ccc
}

.bomb__bulb_red {
    background-color: #936dff;
    box-shadow: 0 0 20px #9f7cff;
}

.bomb__bulb_green {
    margin-left: 10px;
    background-color: #8be588;
    box-shadow: 0 0 20px #8be588
}

.game-content {
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.game-content.active {
    display: block;
}

.head-topwrap {
}

.wrapper-in {
}

.flex-b {
    display: flex;
    justify-content: space-between;
}

.box-classic-beat {
    margin: 0px 0px 16px 0px;
    border-radius: 2rem;
    position: relative;
    width: 100%;
    height: 168px;
    background-color: #1b2141;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
}

.btl-stat-table, .battle-num-info, .battle-beat, .classic-beat-info, .game-sideblocks, .history-wrapper, .roll-left, .last-games-info, .tabs {
    position: relative;
    z-index: 3;
}

.classic-beat-info {
    width: 100%;
    padding: 0px 30px 0px 30px;
    align-items: center;
    justify-content: center;
}

.classic-beat-info h3 {
    color: #fff;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
}

.classic-beat-progress {
    align-items: center;
}

.c-progress-title, .cprogress-data {
    font-size: 16px;
}

.c-progress {
    min-width: 200px;
    padding: 0px 15px 0px 15px;
}

.progress {
    width: 100%;
    height: 0px;
    background-color: #212852;
    border-radius: 8px;
    position: relative;
    color: #ff0000;
    margin: 0px 0px 0px 0px;
}

.progress .bar {
    position: absolute;
    height: 100%;
    width: 0%;
    transition: width 3s ease;
    background: #0a55f7;
    box-shadow: 0px 0px 5px rgba(51,116,255,0.8);
}

.progress .value {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

.c-progress-title, .cprogress-data {
    font-size: 16px;
}

.cprogress-data span {
    color: #fff;
}

.classic-beat-separator-counter {
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 10;
    min-width: 60px;
    margin: 0px -30px 0px -30px;
    top: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #20285b;
}

.classic-beat {
    background: #252f67;
    width: 100%;
    padding: 0px 30px 0px 30px;
    border-top: 3px solid #0a55f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.classic-beat-block {
    margin: 0px 0px 0px 25px;
    width: 100%;
    position: relative;
    padding: 10px 0px 0px 0px;
}

.your-beat, .bank-beat {
    font-size: 16px;
}

.classic-count {
    color: #33ca7a;
    font-size: 36px;
    font-weight: 900;
    padding: 0px 0px 10px 0px;
}

.flex {
    display: flex;
}

.classic-info-beat {
    padding: 0px 0px 0px 0px;
}

.classic-min-beat {
    font-size: 16px;
}

.classic-min-beat span {
    color: #fff;
}

.classic-beat-about {
    font-size: 12px;
    color: #5e6381;
    padding: 5px 0px 0px 0px;
}

.classic-beat-about a {
    color: #5e6381;
}

.classic-beat-separator {
    width: 60px;
    height: 60px;
    background: #0a55f7;
    position: relative;
    z-index: 10;
    min-width: 60px;
    margin: 0px -30px 0px -30px;
    top: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.classic-beat-separator:before {
    content: url(../img/right-icon.png);
    position: relative;
    top: 2px;
}

.classic-chance {
    width: 100%;
    padding: 0px 30px 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #30365d;
}

.classic-chanse-percent {
    font-size: 16px;
    padding: 18px 20px 0px 20px;
    white-space: nowrap;
}

.classic-chanse-percent span {
    font-size: 24px;
    color: #fff;
}

.beatform {
    align-items: center;
    height: 100%;
}

.classic-mybetinp .classic-beat-title {
    display: block;
    padding: 0px 0px 5px 0px;
}

.classic-beat-inp {
    background: #181f4b;
    border: 1px solid #41467c;
    border-radius: 3px;
    height: 34px;
    line-height: 34px;
    padding: 0px 24px 0px 10px;
    width: 80px;
    font-size: 13px;
    color: #fff;
}

.d-mark {
    display: inline-block;
    margin: 0px 0px 0px -24px;
}

.classic-mybet-btn {
    cursor: pointer;
    padding: 8px 20px 8px 20px;
    display: inline-block;
    background: #32a668;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 3px;
    margin: 0px 0px 0px 20px;
}

.classic-game-table {
    /* padding: 20px; */
    padding-top: 0;
    margin-bottom: -15px;
}

.classic-head-avatars {
    padding: 30px 30px 30px 30px;
    border-bottom: 1px solid #30365d;
}

.flex-c {
    display: flex;
    justify-content: center;
}

.classic-head-ava {
    text-align: center;
    margin: 0px 15px 0px 15px;
}

.classic-head-ava > span {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}

.classic-head-ava > span > img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.ava-percent-info {
    font-size: 16px;
    color: #fff;
    margin: 10px 0px 0px 0px;
}

.classic-games {
    padding-top: 14px;
}

.c-games-line {
    border-bottom: 1px solid #1f2651;
    padding: 20px 0px 20px 0px;
    font-size: 14px;
}

.cl-ava {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin: 0px 15px 0px 0px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}

.cl-ava img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.cl-user-tickets span {
    color: #fff;
}

.cl-us-price {
    color: #fff;
    display: flex;
    align-items: center;
}

.c-game-block .beats-money-add {
    display: inline-block;
    width: 100px;
    height: 50px;
    margin: -35px 0px 0px 15px;
    position: relative;
    float: left;
}

.beats-money-add {
    display: inline-block;
    width: 100px;
    height: 50px;
    margin: -20px 0px -20px -75px;
    position: relative;
    float: left;
}

.beats-money-add > :nth-child(1) {
    top: 4px;
    right: 14px;
    z-index: 3;
}

.beats-money-add > span {
    position: absolute;
}

.roulette-wrap-classic {
    position: absolute;
    overflow: hidden;
    display: flex;
    height: 124px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.stopper-classic {
    content: '';
    margin-left: 0px;
    position: absolute;
    height: 126px;
    width: 1px;
	display: none;
    left: 50%;
    z-index: 16;
    background: #0a55f7;
}

.stopper-classic:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #0a55f7;
    position: absolute;
    bottom: 0px;
    right: -5px;
}

.stopper-classic:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #0a55f7;
    position: absolute;
    top: 0px;
    right: -5px;
}

.roulette-item-wrapper-classic {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
    min-width: 200px;
    transition: 10s;
    transition-timing-function: cubic-bezier(0, 1, 0, 1);
}

.roulette-item-classic {
    flex-shrink: 0;
    width: 102px;
    height: 102px;
    text-align: center;
    position: relative;
    transition: transform 10s cubic-bezier(.1,.75,.18,1);
    display: flex;
    justify-content: center;
    transition: .2s;
    align-items: center;
}

.roulette-ava-classic {
    width: 100px;
    height: 100px;
    box-shadow: 0px 3px 20px rgb(32 39 75);
}

.roulette-ava-classic img {
    width: 100px;
    height: 100px;
}

.winplayerbox {
    align-items: center;
    padding: 0px 0px 0px 40px;
	display: none;
}

.box-classic-in {
    align-items: center;
}

.box-classic-in {
    width: 100%;
}

.box-classic-line {
    font-size: 16px;
    margin: 5px 0px 5px 0px;
}

.box-classic-line span {
    color: #fff;
}

.box-classic-ammount {
    font-size: 36px;
    color: #33ca7a;
    margin: 0px 0px 0px 20px;
}

.box-classic-ammount span {
    font-size: 24px;
    position: relative;
    top: -4px;
    margin: 0px 0px 0px 10px;
}

.game-separator-counter {
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 10;
    min-width: 60px;
    margin: 0px 0px 0px 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #20285b;
}

.wrapper-in.wheelwrap.topwhell {
    position: relative;
    padding: 30px 30px 100px 30px;
}

/* Wrapper za spinner */
.spinner_wheel .spinner__wrapper { 
    position: relative;
    display: block;
    width: 400px;
    height: 400px; /* bolje round number */
}

.spinner__wrapper {
    position: relative; /* parent za apsolutno pozicioniranje */
}

.spine-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;         /* pokriva cijeli spinner wrapper */
  height: 100%;
  z-index: 10;
  background: transparent;   /* ⬅️ ključ */
  pointer-events: none;      /* ne blokira klikove na SVG kotač */
}

/* Canvas iz workera */
.spine-wrapper canvas {
  width: 100%;
  height: 100%;
  display: block;
  background: transparent !important;  /* ⬅️ ključ */
}

canvas {
  background: transparent !important;
}

.wheelwrap {
    padding: 30px 30px 30px 30px;
    border: 1px solid #30365d;
    margin-bottom: 40px;
}

.wheelwrap.flex-b > :first-child {
    margin: 0px 10px 0px 0px;
}

.btl-stat-table, .battle-num-info, .battle-beat, .classic-beat-info, .game-sideblocks, .history-wrapper, .roll-left, .last-games-info, .tabs {
    position: relative;
    z-index: 3;
}

.roll-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.roll-left, .roll-right {
    width: 30%;
}

.game-title {
    font-size: 14px;
    margin-bottom: 15px;
}

.roll-left h3 {
    font-size: 16px;
}

.game-title h3 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin: 0px 0px 10px 0px;
}

.opt-quontity.opt-bet {
    width: 210px;
}

.opt-bet {
    position: relative;
}

.opt-quontity.opt-bet label {
    margin: 0px 0px 10px 0px;
    display: block;
}

.opt-quontity.opt-bet input {
    background: #28305f;
    border: 1px solid #41467c;
    border-radius: 3px;
    height: 34px;
    line-height: 34px;
    padding: 0px 10px 0px 10px;
    font-size: 13px;
    color: #fff;
    margin: 0px 0px 10px 0px;
}

.opt-bet input {
    border-radius: 1px;
    padding: 8px 15px 8px 15px;
    width: 210px;
    box-sizing: border-box;
}

.opt-bet .opt-dub {
    position: absolute;
    right: 10px;
    color: #959fb1;
    font-size: 12px;
    bottom: 20px;
}

.betbtns-cost {
    list-style: none;
    padding: 0px 0px 0px 0px;
    flex-wrap: wrap;
}

.flex-c {
    display: flex;
    justify-content: center;
}

.betbtns-cost a {
    border: 1px solid #30365d;
    color: #969dcd;
    display: block;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    margin: 0px 3px 6px 3px;
}

.wrapperroll {
    max-width: 369px;
}

.center-circle {
    position: absolute;
    background: #181f4b;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    border-radius: 50%;
}

.circle-arrow {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    border-radius: 50%;
    border: 2px solid #30365d;
}

.timer-circle {
    background: radial-gradient(#303971, #1e2550);
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.circle-arrow:after {
    content: "\27A4";
    display: block;
    bottom: -13px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%) rotate(90deg);
    font-size: 26px;
    color: inherit;
}

.timer {
    font-size: 30px;
    color: #111525;
}

.wheel_new {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    overflow: hidden;
}

.wheel_new_image {
    width: 100%;
    height: 100%;
    background: url(../img/wheel_rot.svg) no-repeat 50%;
    background-size: cover;
    transform: rotate(187deg);
}

.roll-right {
    justify-content: flex-end;
    align-items: center;
}

.roll-left, .roll-right {
    width: 30%;
}

.btl-stat-table, .battle-num-info, .battle-beat, .classic-beat-info, .game-sideblocks, .history-wrapper, .roll-left, .last-games-info, .tabs {
    position: relative;
    z-index: 3;
}

.last-games-info {
    width: 30px;
    position: relative;
}

.gwrp {
    padding: 4px 0px 4px 0px;
}

.lgg {
    height: 3px;
    width: 18px;
    background: #30365d;
    position: relative;
    left: 0px;
}

.lgr {
    height: 3px;
    width: 24px;
    background: #da3e58;
    position: relative;
    left: 1px;
}

.lgb {
    height: 3px;
    width: 30px;
    background: #0a55f7;
    position: relative;
    left: 0px;
}

.lggr {
    height: 3px;
    width: 36px;
    background: #35c076;
    position: relative;
    left: 0px;
}

.lgr .ttg {
    right: 41px;
}

.ttg {
    pointer-events: initial;
}

.ttg {
    pointer-events: none;
}

.ttg {
    background: #0e1331;
    position: absolute;
    top: -20px;
    width: 125px;
    word-break: break-all;
    padding: 20px;
    border-radius: 4px;
    opacity: 0;
    transition: 0.5s;
    z-index: -10;
}

.ttg:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #0e1331;
    border-bottom: 8px solid transparent;
    position: absolute;
    display: block;
    top: 13px;
    right: -8px;
}

.ttg span {
    display: block;
}

.ttg span h5 {
    color: #0a55f7;
    font-size: 11px;
    font-weight: 100;
    font-family: 'OpenSans-Light';
    margin: 0px 0px 5px 0px;
}

.ttg span p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    font-size: 11px;
    color: #fff;
}

.wheelwrap.flex-b > :last-child {
    margin: 0px 0px 0px 10px;
}

.hash-block {
    width: calc(100% - 60px);
    position: absolute;
    bottom: 40px;
    text-align: center;
}

.hash-block span {
    color: #fff;
}

.wrapperroll {
    width: 100%;
    max-width: 370px;
    margin: 0px 30px 0px 55px;
}

.wrapperroll {
    position: relative;
    height: 370px;
}

.wheelwrap.flex-b > :first-child {
    margin: 0px 10px 0px 0px;
}

.noactivetable {
    opacity: 0.3;
    position: relative;
}

.wheel-box {
    width: 100%;
    margin: 0px 10px 0px 10px;
}

.grey h2 {
    color: #616686;
    background: #232955;
    margin: 0px 0px 15px 0px;
    text-align: center;
}

.grey h2 a {
    color: #616686;
    text-decoration: none;
    display: block;
    padding: 10px 0px 10px 0px;
    position: relative;
    display: flex;
    justify-content: center;
}

.grey h2 a:before {
    content: "";
    display: block;
    width: 0%;
    background: rgba(93, 101, 160, 0.3);
    height: 100%;
    position: absolute;
    top: 0px;
    transition: 0.5s;
}

.wl-table > :nth-child(2) {
    font-size: 20px;
}

.wl-table .wl-row:nth-child(1) span {
    border-bottom: none;
}

.grey .wl-row span {
    border-bottom: 1px solid #232955;
    width: 100%;
    padding: 7px 10px 7px 0px;
    color: #616686;
}

.grey h2 a {
    color: #616686;
    text-decoration: none;
    display: block;
    padding: 10px 0px 10px 0px;
    position: relative;
    display: flex;
    justify-content: center;
}

.grey h2 a:before {
    content: "";
    display: block;
    width: 0%;
    background: rgba(93, 101, 160, 0.3);
    height: 100%;
    position: absolute;
    top: 0px;
    transition: 0.5s;
}

.grey h2 a:hover:before {
    content: "";
    display: block;
    width: 100%;
    background: rgba(93, 101, 160, 0.3);
    height: 100%;
    position: absolute;
    top: 0px;
    transition: 0.5s;
}

.red h2 a {
    color: #da3e58;
    text-decoration: none;
    display: block;
    padding: 10px 0px 10px 0px;
    position: relative;
    display: flex;
    justify-content: center;
}

.red h2 a:before {
    content: "";
    display: block;
    width: 0%;
    background: rgba(187, 57, 87, 0.3);
    height: 100%;
    position: absolute;
    top: 0px;
    transition: 0.5s;
}

.red h2 a:hover:before {
    content: "";
    display: block;
    width: 100%;
    background: rgba(187, 57, 87, 0.3);
    height: 100%;
    position: absolute;
    top: 0px;
    transition: 0.5s;
}

.blue h2 a {
    color: #0c50e8;
    text-decoration: none;
    display: block;
    padding: 10px 0px 10px 0px;
    position: relative;
    display: flex;
    justify-content: center;
}

.blue h2 a:before {
    content: "";
    display: block;
    width: 0%;
    background: rgba(34, 83, 234, 0.3);
    height: 100%;
    position: absolute;
    top: 0px;
    transition: 0.5s;
}

.blue h2 a:hover:before {
    content: "";
    display: block;
    width: 100%;
    background: rgba(34, 83, 234, 0.3);
    height: 100%;
    position: absolute;
    top: 0px;
    transition: 0.5s;
}

.green h2 a {
    color: #35c076;
    text-decoration: none;
    display: block;
    padding: 10px 0px 10px 0px;
    position: relative;
    display: flex;
    justify-content: center;
}

.green h2 a:before {
    content: "";
    display: block;
    width: 0%;
    background: rgba(23, 142, 124, 0.3);
    height: 100%;
    position: absolute;
    top: 0px;
    transition: 0.5s;
}

.green h2 a:hover:before {
    content: "";
    display: block;
    width: 100%;
    background: rgba(23, 142, 124, 0.3);
    height: 100%;
    position: absolute;
    top: 0px;
    transition: 0.5s;
}

.red .wl-row span {
    border-bottom: 1px solid #712c4d;
    width: 100%;
    padding: 7px 10px 7px 0px;
    color: #da3e58;
}

.blue .wl-row span {
    border-bottom: 1px solid #113aa1;
    width: 100%;
    padding: 7px 10px 7px 0px;
    color: #0c50e8;
}

.green .wl-row span {
    border-bottom: 1px solid #277061;
    width: 100%;
    padding: 7px 10px 7px 0px;
    color: #35c076;
}

.grey h2 {
    color: #616686;
    background: #232955;
    margin: 0px 0px 15px 0px;
    text-align: center;
}

.red h2 {
    color: #da3e58;
    background: #3f254e;
    margin: 0px 0px 15px 0px;
    text-align: center;
}

.blue h2 {
    color: #0c50e8;
    background: #152a6d;
    margin: 0px 0px 15px 0px;
    text-align: center;
}

.green h2 {
    color: #35c076;
    background: #1e3f54;
    margin: 0px 0px 15px 0px;
    text-align: center;
}

.wl-row > :nth-child(1), .wl-row > :nth-child(2) {
    width: auto !important;
}

.wl-row span {
    display: flex;
    align-items: center;
}

.wl-row > :nth-child(3) {
    text-align: right;
    padding: 5px 0px 5px 0px !important;
    justify-content: flex-end;
}

.noactivetable:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
}

.cases .wrapper-in.head-topwrap {
    position: relative;
}

.livedrop {
    white-space: nowrap;
    color: #33ca7a;
    font-size: 14px;
    position: absolute;
    left: -65px;
    top: 70px;
    letter-spacing: 1px;
    transform: rotate(-90deg);
}

.livedrop span {
    font-size: 24px;
    position: relative;
    display: inline-block;
    top: 3px;
    margin: 0px 7px 0px 0px;
}

.casesmenu {
    /* border: 1px solid #30365d; */
    margin: 0px 0px 0px 0px;
    height: 210px;
    width: inherit;
    display: flex;
    position: relative;
    transition: 10s;
    transition-timing-function: cubic-bezier(0, 1, 0, 1);
}

.casesmenu .casein-box {
    margin: 0px 0.5px 0px 0.5px;
    position: relative;
    transition: 0.5s;
}



.casein-box {
    height: 210px;
    width: 11.8%;
    margin: 20px 4px 0px 4px;
    min-width: 144px;
    position: relative;
	border-radius: 2rem;
}

.caseinmoney {
    max-width: 115px;
    height: 95px;
    position: relative;
    margin: 0 auto;
    margin-top: 10%;
}

.caseinmoney > :nth-child(1) {
    width: 100px;
    height: 80px;
    left: 10px;
    top: 0px;
    z-index: 2;
}

.caseinmoney > span {
    width: 80px;
    height: 51px;
    position: absolute;
}

.cost-in-case {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%,0%);
    white-space: nowrap;
}

.case-category {
    margin: 0px 0px 40px 0px;
    flex-wrap: wrap;
}

.case-cat-block {
    border: 1px solid #30365d;
    width: 32%;
    margin: 0px 0px 24px 0px;
}

.case-cat-block img {
    margin-left: 75px;
}

.case-cat-info {
    padding: 0px 0px 30px 0px;
    position: relative;
    z-index: 10;
}

.case-cat-info > h2 {
    color: #fff;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    font-weight: 400;
    text-align: center;
}

.case-cat-cost {
    text-align: center;
    color: #33ca7a;
    font-size: 16px;
    padding: 7px 0px 7px 0px;
}

.case-cat-btn {
    text-align: center;
}

.case-cat-btn a {
    background: #32a668;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 30px 8px 30px;
    border-radius: 3px;
    display: inline-block;
}

.cases .wrapper-in.head-topwrap {
    position: relative;
}

.casebox {
    border: 1px solid #30365d;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 30px 0px 30px;
    height: 422px;
    background: url(../img/case-bg.jpg) no-repeat center;
}

.case-in-box {
    width: 400px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.case-img {
    width: 100%;
}

.case-img img {
    margin-top: 100px;
    margin-left: 70px;
}

.case-infoblock {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.case-infoblock h3 {
    margin: 0px 0px 0px 0px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}

.case-cost {
    text-align: center;
    padding: 5px 0px 5px 0px;
    color: #33ca7a;
    font-size: 16px;
    font-weight: 900;
}

.case-open-btns {
    margin: 6px 0px 0px 0px;
}

.case-open-btns > :first-child {
    background: #32a668;
}

.case-open-btns > :last-child {
    background: #3b498b;
}

.case-open-btns a {
    padding: 8px 30px 8px 30px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0px 4px 0px 4px;
    border-radius: 3px;
    box-shadow: 3px 3px 20px rgba(0,0,0,0.2);
}

.allcases-in {
    padding: 30px 3px 10px 3px;
    border: 1px solid #30365d;
    margin-bottom: 40px;
}

.allcases-in > h2 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
}

.casesinside {
    flex-wrap: wrap;
}

.c-blue {
    background: -webkit-radial-gradient(bottom, rgba(13, 72, 147, 1.0) 0%, rgba(13, 72, 147, 0.2) 20%, rgba(24, 31, 75, 1.0) 50%);
    background: -moz-radial-gradient(bottom, rgba(13, 72, 147, 1.0) 0%, rgba(13, 72, 147, 0.6) 0%, rgba(24, 31, 75, 1.0) 50%);
    background: radial-gradient(to top, rgba(13, 72, 147, 1.0) 0%, rgba(13, 72, 147, 0.6) 0%, rgba(24, 31, 75, 1.0) 50%);
    -webkit-background-size: 350% 100%;
    background-size: 350% 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    border-bottom: 2px solid #0070dd;
}

.c-violet {
    background: -webkit-radial-gradient(bottom, rgba(147, 69, 255, 0.7) 0%, rgba(147, 69, 255, 0.1) 20%, rgba(24, 31, 75, 1.0) 50%);
    background: -moz-radial-gradient(bottom, rgba(147, 69, 255, 1.0) 0%, rgba(147, 69, 255, 0.6) 0%, rgba(24, 31, 75, 1.0) 50%);
    background: radial-gradient(to top, rgba(147, 69, 255, 1.0) 0%, rgba(147, 69, 255, 0.6) 0%, rgba(24, 31, 75, 1.0) 50%);
    -webkit-background-size: 350% 100%;
    background-size: 350% 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    border-bottom: 2px solid #9345ff;
}

.c-orange {
    background: -webkit-radial-gradient(bottom, rgba(255, 128, 0, 0.5) 0%, rgba(255, 128, 0, 0.1) 20%, rgba(24, 31, 75, 1.0) 50%);
    background: -moz-radial-gradient(bottom, rgba(255, 128, 0, 1.0) 0%, rgba(255, 128, 0, 0.4) 0%, rgba(24, 31, 75, 1.0) 50%);
    background: radial-gradient(to top, rgba(255, 128, 0, 1.0) 0%, rgba(255, 128, 0, 0.6) 0%, rgba(24, 31, 75, 1.0) 50%);
    -webkit-background-size: 350% 100%;
    background-size: 350% 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    border-bottom: 2px solid #ff8000;
}

.c-green {
    background: -webkit-radial-gradient(bottom, rgba(30, 255, 0, 0.5) 0%, rgba(30, 255, 0, 0.1) 20%, rgba(24, 31, 75, 1.0) 50%);
    background: -moz-radial-gradient(bottom, rgba(30, 255, 0, 1.0) 0%, rgba(30, 255, 0, 0.6) 0%, rgba(24, 31, 75, 1.0) 50%);
    background: radial-gradient(to top, rgba(30, 255, 0, 1.0) 0%, rgba(30, 255, 0, 0.6) 0%, rgba(24, 31, 75, 1.0) 50%);
    -webkit-background-size: 350% 100%;
    background-size: 350% 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    border-bottom: 2px solid #1eff00;
}

.c-gray {
    background: -webkit-radial-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 20%, rgba(24, 31, 75, 1.0) 50%);
    background: -moz-radial-gradient(bottom, rgba(255, 255, 255, 1.0) 0%, rgba(255, 255, 255, 0.2) 0%, rgba(24, 31, 75, 1.0) 50%);
    background: radial-gradient(to top, rgba(255, 255, 255, 1.0) 0%, rgba(255, 255, 255, 0.2) 0%, rgba(24, 31, 75, 1.0) 50%);
    -webkit-background-size: 350% 100%;
    background-size: 350% 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    border-bottom: 2px solid #ffffff;
}

.roulettecase-wrapper .stopper {
    margin-left: 0px;
    position: absolute;
    height: 180px;
    width: 2px;
    left: 50%;
    z-index: 16;
    background: #fe932a;
}

.roulettecase-wrapper:before {
    content: "";
    display: block;
    height: 210px;
    width: 30%;
    /* margin-left: -50px; */
    position: absolute;
    background: linear-gradient(to right, rgb(38 48 86) 0%, rgb(38 48 86) 10%, rgb(38 48 86 / 37%) 50%, rgb(25 31 60 / 0%) 80%, rgba(24, 31, 75, 0.0) 100%);
    z-index: 20;
    left: 0px;
}



.roulettecase-wrapper:after {
    content: "";
    display: block;
    height: 210px;
    width: 20%;
    position: absolute;
    background: linear-gradient(to left, rgb(38 48 86) 0%, rgb(38 48 86) 10%, rgb(38 48 86 / 37%) 50%, rgb(25 31 60 / 0%) 80%, rgba(24, 31, 75, 0.0) 100%);
    z-index: 20;
    right: 0px;
    top: 0px;
}

.casesmenu.roulettecase .casein-box {
    float: left;
}

.roulettecase .casein-box {
    min-width: 164px;
    width: auto;
}

.roulettecase {
    width: 100%;
}

.roulettecase-wrapper {
    overflow: hidden;
	position: relative;
}



.case-win-block h2 {
    text-align: center;
    font-weight: 100;
    display: block;
    margin-bottom: 12px;
    line-height: 56px;
    border-radius: 2rem;
    color: #a4ffde;
    background: #62ad924a;
    height: 56px;
}

.case-win {
    margin: 0 auto;
    width: max-content;
    box-shadow: 0px 0px 70px rgba(0,0,0,0.2);
}

.case-win .casein-box {
    height: 250px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    min-width: 220px;
    position: relative;
}

#date {
    position: absolute;
    width: 170px;
    height: 170px;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
}

.semi_arc {
    width: 100px;
    height: 100px;
    border: 2px solid rgba(147, 69, 255, 0.5);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transform: rotateZ(0deg);
    transition: box-shadow 3s ease;
    text-align: center;
    line-height: 100px;
}

.e4_1 {
    border-color: rgba(30, 255, 0, 0.5);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.semi_arc_2 {
    content: "";
    position: absolute;
    width: 94%;
    height: 94%;
    left: 3%;
    top: 3%;
    border: 2px solid rgba(30, 255, 0, 0.5);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    animation: rotate 4s linear infinite;
    text-align: center;
    line-height: 129px;
}

.e4_1:after {
    border-color: rgba(255, 128, 0, 0.7);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.semi_arc_2:after {
    content: "";
    position: absolute;
    width: 94%;
    height: 94%;
    left: 3%;
    top: 3%;
    border: 1px solid rgba(30, 255, 0, 0.5);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    animation: rotate_anti 2s linear infinite;
}

.anim-light {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.anim-light > :nth-child(1) {
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.anim-light > :nth-child(1) {
    width: 0px;
    height: 0px;
    position: absolute;
    background: rgba(244,67,54,0.5);
    display: block;
    box-shadow: 0px 0px 50px 50px rgba(147, 69, 255, 0.3);
    border-radius: 50%;
    left: 50%;
    top: 50%;
}

.anim-light > :nth-child(2) {
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.anim-light > :nth-child(2) {
    width: 0px;
    height: 0px;
    position: absolute;
    background: rgba(244,67,54,0.5);
    display: block;
    box-shadow: 0px 0px 50px 50px rgba(30, 255, 0, 0.3);
    border-radius: 50%;
    left: 50%;
    top: 50%;
}

.anim-light > :nth-child(3) {
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.anim-light > :nth-child(3) {
    width: 0px;
    height: 0px;
    position: absolute;
    background: rgba(244,67,54,0.5);
    display: block;
    box-shadow: 0px 0px 40px 50px rgba(13, 72, 147, 0.3);
    border-radius: 50%;
    left: 50%;
    top: 50%;
}

.anim-light > :nth-child(4) {
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.anim-light > :nth-child(4) {
    width: 0px;
    height: 0px;
    position: absolute;
    background: rgba(244,67,54,0.5);
    display: block;
    box-shadow: 0px 0px 30px 50px rgba(255, 128, 0, 0.2);
    border-radius: 50%;
    left: 50%;
    top: 50%;
}

.case-win .caseinmoney {
    max-width: 130px;
    height: 120px;
    position: relative;
    margin: 0 auto;
    top: 70px;
}

.try-againe {
    display: flex;
    justify-content: center;
    width: 100%;
}

.try-againe a {
    display: block;
    background: #32a668;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px 10px 25px;
    margin: 30px 0px 0px 0px;
    border-radius: 3px;
    box-shadow: 2px 2px 20px rgba(0,0,0,0.3);
}

@media screen and (max-width: 1152px) and (min-width: 1024px) {
    .wrapper-in.head-topwrap.flex-b {
        flex-wrap: wrap;
    }

    .wrapper-in {
        margin: 0px 2% 40px 2%;
    }

    .classic-beat-progress {
        display: block;
        text-align: center;
    }

    .c-progress {
        min-width: 200px;
        margin: 10px 0px 10px 0px;
        text-align: left;
    }

    .classic-beat-block {
        margin: 0px 0px 0px 0px;
        width: auto;
        text-align: center;
    }

    .your-beat, .bank-beat {
        width: 100%;
        text-align: center;
    }

    .classic-count {
        font-size: 22px;
        margin: 0px 0px 0px 10px;
    }

    .classic-beat-info h3 {
        font-size: 15px;
    }

    .classic-chance {
        padding: 0px 0px 0px 20px;
    }

    .classic-beat-inp {
        width: 60px;
    }

    .classic-head-avatars {
        padding: 20px;
        flex-wrap: wrap;
    }

    .classic-head-ava {
        text-align: center;
        margin: 0px 10px 20px 10px;
    }

    .classic-games {
        padding: 20px;
    }

    .c-games-line {
        margin: 0px -20px 0px -20px;
        padding: 10px 20px 10px 20px;
    }

    .c-game-block {
        padding: 5px 0px 5px 0px;
    }
}

.mob-bets {
    display: grid;
    position: relative;
    height: auto;
    min-height: 400px;
}

.chat-mob {
    height: 100%;
    position: fixed;
    top: 0;
    /* padding-top: 10px; */
    right: 0;
    padding-bottom: 10px;
    left: 0;
    background: #191a21;
    overflow: scroll;
    bottom: 0;
    z-index: 20;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
}




@media (max-width: 991px) {
span.mode__icon.icon {
    font-size: 33px;
    top: 2px;
    margin-top: 4px!important;
    padding-top: 5px;
    height: 100%;
} }

.mob-title-logo {
    display: block;
    width: auto;
    height: 45px;
    line-height: 44px;
    margin-right: -12px;
    top: 0px;
    font-weight: 600;
    font-size: 12px;
    color: #1b213f;
    border-radius: 6px;
}

span.number-4-logo {
    font-size: 17px;
    font-weight: 500;
	animation-name: lighterin;
    animation-duration: 3.0s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    color: #1b213f;
}

.sidebar__icon:before {
    content: "\e922";
}

.sidebar__toggle.active .sidebar__icon:before {
    content: "\e918";
}

.sidebar__toggle.active {
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #c0c1cd;
    background-color: #2c2d36;
    border-radius: 8px;
	padding-bottom: 6px;
    border: none;
    outline: none;
    font-size: 14px;
    margin-left: auto;
    margin-right: 0px;
    transition: color .2s ease-out 0s,background-color .2s ease-out 0s;
}

.raffle-drop-counter__inner .odometer-block {
    width: 100%;
    color: #bcc6ea;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 -0.5rem;
    position: relative;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 2;
    font-size: 1.5rem;
}

.odometer-block {
    display: inline-block;
    width: 65px;
}

.raffle-drop-counter__inner .odometer-block > span {
    background-color: transparent;
    display: inline;
    width: auto;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.raffle-drop-counter__inner .odometer-block span {
    display: inline;
    min-width: auto;
}
.odometer-block span {
    display: inline-block;
}

.raffle-drop-counter__inner span {
    margin: 0 0.5rem;
    text-align: center;
    background-color: #1c2344;
    display: block;
    border-radius: 1rem;
    width: 4rem;
    line-height: 4rem;
}

.raffle-drop-counter__inner span {
    width: 5.5rem;
    line-height: 5.2rem;
    text-align: center;
    background-color: #1c2344;
    display: block;
    border-radius: 1rem;
}



.raffle-drop-counter__inner .odometer-block > span > span {
    display: inline-block;
    background-color: #1c2344;
    line-height: 52px;
}

.raffle-drop-counter__inner .odometer-block > span > span > span {
    margin: 0;
    padding: 0;
}

.raffle-drop-counter__inner .odometer-block > span {
    background-color: transparent;
    display: inline;
    width: auto;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
.cur-u-drops-list-wrapper.shadow.has-scroll.has-shadow.active {
	display: block;
	margin-bottom: 10px;
} }


@media (max-width: 767px) {
.cur-u-drops-list-wrapper.shadow.has-scroll.has-shadow {
	display: none;
} }


@media (max-width: 767px) {
.cur-u-drops-btns.active {
	display: block;
} }


@media (max-width: 767px) {
.cur-u-drops-btns {
	display: none;
} }


@media (max-width: 767px) {
.steam-login {
    margin-left: auto;
    flex-shrink: 0;
    font-size: 1.2rem;
    min-width: 150px;
    height: 3.9rem;
    line-height: 15px;
    padding-left: 1rem;
    border-radius: 1rem;
    padding-right: 2rem;
    position: relative;
    overflow: hidden;
} }

.menu__icon.icon-ticket-bold {
    top: 2px;
}

.menu__icon.icon-trophy-bold {
    top: 2px;
}

.menu__icon.icon-comment {
    margin-right: 0px;
}


.menu__icon {
    font-size: 3.2rem;
    margin-right: 5px;
}


/* mobile place bet crash */

.information__coeff {
    position: relative;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 1rem;
    background-color: #1c233a;
}

.information__steps {
    display: flex;
    flex-wrap: nowrap;
}

.information__steps .information__step {
    color: #d5dcf3;
    font-size: 15px;
    border-color: #232b47;
    background: #232b47;
    font-weight: 600;
    font-family: 'DIN Pro';
}

@media (max-width: 499px) {
.information__step {
    padding-left: 8px;
    padding-right: 8px;
} }

@media (max-width: 428px) {
.information__step {
    width: 100%;
} }

@media (max-width: 430px) {
.information__step {
    width: 100%;
} }

.information__step {
    width: 80px;
    height: 48px;
    font-weight: 500;
    line-height: 1;
}

.information__steps .information__step:hover {
    color: #ffffff;
    border-color: #323b5a;
    background: #323b5a;
}

@media (max-width: 428px) {
.information__steps+.information__input {
    margin-right: 200px;
} }

@media (max-width: 430px) {
.information__steps+.information__input {
    margin-right: 200px;
} }

@media (max-width: 767px) {
.information__steps+.information__input {
    margin-top: 10px;
    margin-right: 260px;
} }

.information__steps+.information__input {
    margin-top: 10px;
}

.information__input {
    flex-grow: 1;
}

.information__input .form__control {
    min-width: 62px;
    height: 48px;
    text-align: center;
    color: #fff;
    font-size: 27px;
    font-weight: 500;
    border-color: #252f53;
    background-color: #252f53;
    border-radius: 2rem;
}

.form_theme_default .form__control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    padding: .65rem 1rem;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #696e8d;
    background-color: #1d2141;
    background-clip: padding-box;
    border: 1px solid #1d2141;
    border-radius: 4px;
    transition: opacity .2s ease-out 0s,border-color .2s ease-out 0s,background-color .2s ease-out 0s;
}



.btn_purple:disabled {
    color: #98a2eb;
    background-color: #403f98;
    border-color: #403f98;
    opacity: 1;
}



@media (max-width: 499px) {
.information__step {
    padding-left: 8px;
    padding-right: 8px;
} }


@media (max-width: 428px) {
.information__step {
    width: 100%;
} }

@media (max-width: 430px) {
.information__step {
    width: 100%;
} }


.information__input .form__control {
    min-width: 62px;
    height: 48px;
    text-align: center;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    border-color: #252f53;
    background-color: #252f53;
    border-radius: 2rem;
}

.form_theme_default .form__control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    padding: .65rem 1rem;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #696e8d;
    background-color: #1d2141;
    background-clip: padding-box;
    border: 1px solid #1d2141;
    border-radius: 4px;
    transition: opacity .2s ease-out 0s,border-color .2s ease-out 0s,background-color .2s ease-out 0s;
}

@media (max-width: 767px) {
.crash__information {
    top: 256px;
    width: calc(100% - 30px);
} }



@media (max-width: 557px) {
.crash__information {
    top: 0px;
} }

@media (max-width: 575px) {
.crash__information {
    margin-top: 20px;
    width: 100%;
} }

.crash__information {
    display: block;
}

@media (max-width: 428px) {
.information__steps+.information__input {
    margin-right: 200px;
} }

@media (max-width: 430px) {
.information__steps+.information__input {
    margin-right: 200px;
} }

@media (max-width: 767px) {
.information__steps+.information__input {
    margin-top: 10px;
    margin-right: 260px;
} }

.information__steps+.information__input {
    margin-top: 10px;
}
.information__input {
    flex-grow: 1;
}






/*end mobile place bet crash */


.soon {
    position: absolute;
    top: 3px;
    padding: 10px;
    padding-bottom: 5px;
    padding-top: 6px;
    font-weight: 600;
    line-height: 10px;
    font-size: 12px;
    color: #fbc5ce;
    border: 2px solid #da3e58;
    border-radius: 20px;
    background: #5d0c0cd1;
    display: block;
}

/*fairplay mobile*/

.game-id-fairplay {
    color: #eceff7;
    font-size: 16px;
    margin-top: 8px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

.game-id-fairplay span.text_blue1 {
	color: #ffd391;
}


@media (max-width: 1449px) {
.page__subhead {
    display: block;
} }

.page__subhead {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.page__protection {
    flex: 1 300%;
}

@media (max-width: 767px) {
.protection_stats {
    padding: 15px;
    margin-right: 0;
    background: #2c355b;
    height: auto;
    border-radius: 8px;
    flex-direction: column;
} }

.protection_stats {
   position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}


@media (max-width: 767px) {
.protection_stats .protection__information {
    margin: 0;
} }

.protection_stats .protection__text {
    display: block;
    float: left;
    margin-right: 5px;
    color: #576f7e;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}

@media (max-width: 569px) {
.protection_stats .protection__value {
    float: none;
} }

.protection_stats .protection__value {
    display: block;
    float: left;
    color: #a3c8db;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    white-space: pre-line;
    word-break: break-all;
}

.protection_stats .protection__salt {
    margin-top: 4px;
}

@media (max-width: 767px) {
.protection_stats .protection__button {
    width: 100%;
    margin: 15px 0 0;
} }

.protection_stats .protection__button {
    margin-left: auto;
}


@media (max-width: 767px) {
.protection_stats .protection__button .xbutton {
    width: 100%;
    border-radius: 8px;
} }


@media (max-width: 767px) {
.protection_stats .protection__icon {
    display: none;
} }

.protection_stats .protection__icon {
    color: #98ffdf;
    font-size: 3rem;
    margin-right: 15px;
}

@media (max-width: 569px) {
.protection_stats .protection__value {
    float: none;
} }

.page__statistics {
    flex: 1 100%;
}

.statistics_round {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.statistics_round .statistics__item:not(:last-child) {
    margin-right: 6px;
}

@media (max-width: 428px) {
.statistics_round .statistics__item {
    padding: 14px;
} }

@media (max-width: 430px) {
.statistics_round .statistics__item {
    padding: 14px;
} }

.statistics_round .statistics__item {
    display: inline-flex;
    width: 100%;
    padding: 10px 30px;
    background-color: #1e2028;
    border-radius: 2rem;
}

@media (max-width: 767px) {
.statistics_round .statistics__icon {
    display: none;
} }

.statistics_round .statistics__icon {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    color: #edf0f7;
    font-family: icomoon!important;
    speak: never;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.statistics_round .statistics__information {
    display: block;
    height: 40px;
}

@media (max-width: 767px) {
.statistics_round .statistics__value {
    font-size: 1.1428571429rem;
    margin-top: 4px;
} }

.statistics__history span.icon-history {
	margin-left: 10px;
	font-size: 17px;
	top: 3px;
}

.statistics_round .statistics__value {
    display: block;
    color: #edf0f7;
    font-size: 1.5714285714rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.statistics_round .statistics__intotext {
    display: block;
    margin-top: 5px;
    color: #6a6f80;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.statistics_round .statistics__item:not(:last-child) {
    margin-right: 6px;
}

@media (max-width: 428px) {
.statistics_round .statistics__item {
    padding: 14px;
} }

@media (max-width: 430px) {
.statistics_round .statistics__item {
    padding: 14px;
} }

@media (max-width: 767px) {
.statistics_round .statistics__icon {
    display: none;
} }

.xbutton.xbutton_sm {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .8571428571rem;
    height: 38px;
    padding: 0 20px;
}

@media (max-width: 767px) {
.xbutton {
    font-size: 14px;
    height: 48px;
    line-height: 40px;
} }

.xbutton_default {
    background-color: #434d78;
    border-color: #434d78;
    color: #abb5d5;
    font-size: 1.0714285714rem;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
}

.xbutton, .xbutton:hover {
    text-decoration: none;
    outline: none;
}

.xbutton {
    position: relative;
    display: inline-block;
    height: 58px;
    padding: 0 20px;
    border: 2px solid transparent;
    background-color: #434d78;
    border-radius: 2rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 54px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    transition: color .2s ease-out 0s,background-color .2s ease-out 0s,border-color .2s ease-out 0s,box-shadow .2s ease-out 0s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}


/* top players */

.page_top .page__head {
    margin-bottom: 2rem
}

.page_top .page__title {
    color: #f0bb78;
    font-size: 27px;
    /* padding-left: 2rem; */
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.page_top .page__title .icon_star {
    font-size: 20px;
    margin-right: 5px
}

.page_top .page__title .icon_horseshoe {
    top: 2px;
    width: 25px;
    height: 25px
}

@media (max-width: 767px) {
    .page_top .page__title .icon_horseshoe {
        width: 19px
    }
}

.page_top .page__title .icon_clock {
    top: -2px;
    margin-left: 5px;
    color: #7787a6;
    font-size: 16px
}

@media (max-width: 767px) {
    .page_top .page__title {
    }
}

.page_top .page__subtitle {
    margin-top: 15px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    /*padding-left: 2rem;*/
    line-height: 1;
    text-transform: uppercase
}

.page_top .page__subtitle .icon_information {
    font-size: 13px;
    color: #7787a6;
    margin-left: 5px
}

@media (max-width: 767px) {
    .page_top .page__subtitle {
        font-size: .8571428571rem
    }
}

.page_top .page__head_top:after, .page_top .page__head_top:before {
    content: "";
    display: table
}

.page_top .page__head_top:after {
    clear: both
}

.page_top .page__head_top .page__header {
    display: inline-block;
    float: left;
}

@media (min-width: 768px) {
    .page_top .page__head_top {
        height: 65px
    }
}

@media (max-width: 1339px) {
    .page_top {
        /*margin: 1rem -2rem 0rem 0rem;*/
    }
}

@media only screen and (min-width: 1023px) {
    .page_top {
       /* margin: 1.5rem -2rem 0rem 0rem;*/
	   padding-bottom: 5rem;
    }
}

.top_home .top__general {
    display: block;
    width: 100%;
    /*padding: 20px;*/
	padding-top: 20px;
}

@media (max-width: 428px) {
    .top_home .top__general .page__timer .timer__day {
        font-size: 17px
    }

    .top_home .top__general .timer__cell {
    }
}

@media (max-width: 430px) {
    .top_home .top__general .page__timer .timer__day {
        font-size: 17px
    }

    .top_home .top__general .timer__cell {
    }
}

@media (min-width: 425px) {
    .top_home .top__general .page__timer .timer__day {
        font-size: 16px
    }
}

@media (max-width: 619px) {
    .top_home .top__general .page__header {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        float: none
    }

    .top_home .top__general .page__timer {
        display: block;
        width: 100%;
        float: none;
        text-align: center
    }

    .top_home .top__general .page__timer .timer__wrapper {
        display: inline-block
    }

    .top_home .top__general .page__timer .timer__day {
        margin-right: 13px;
        padding: 0 10px
    }

    .top_home .top__general .top__list {
        margin-top: 20px
    }

    .top_home .top__general .top__list .table__scroll {
        height: 300px
    }
}

.top_home .top__general .top__list {
    display: block;
    clear: both
}

.top_home .top__general .top__list .table_default2 {
    margin-bottom: 0
}

.top_home .top__luck {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #293258
}

@media (max-width: 1339px) {
    .top_home .top__luck .top__scroll {
        padding: 0;
        margin: 0 -5px
    }
}

@media (min-width: 1340px) {
    .top_home .top__luck {
        width: 518px;
        float: left;
        padding: 40px;
        height: 1484px
    }
}

.top_hot {
    position: relative;
    clear: both
}

.top_hot:after, .top_hot:before {
    content: "";
    display: table
}

.top_hot:after {
    clear: both
}

.top_hot .top__container {
    margin-left: -2.5rem;
}

.top_hot .top__container:after, .top_hot .top__container:before {
    content: "";
    display: table
}

.top_hot .top__container:after {
    clear: both
}

.top_hot .top__item {
    display: block;
    padding-left: 2.5rem;
}

@media (min-width: 768px) {
    .top_hot .top__item {
        width: 25%;
        float: left
    }
}

.top_hot .top__wrapper {
    position: relative;
    border-radius: 2rem;
    overflow: hidden
}

.top_hot .top__head {
    padding: 4.4rem 2rem 0;
    text-align: center;
    background-color: #242c46;
    height: 25rem;
}

.top_hot .top__photo {
    display: inline-block;
    margin-bottom: 13px
}

.top_hot .top__photo .image, .top_hot .top__photo .photo {
    width: 80px;
    height: 80px;
    border-radius: 1.5rem;
}

.top_hot .top__username, .top_hot .top__username a {
    color: #f5f7fe;
    font-size: 1.8rem;
    font-weight: 450;
    line-height: 1.2;
    /*padding: 0 20px*/
}

.top_hot .top__coins, .top_hot .top__username, .top_hot .top__username a {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.top_hot .top__coins {
    color: #ff9b78;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 8px
}

.top_hot .top__helper {
    display: block;
    color: #626b87;
    font-size: 1.2rem;
	display:none;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 8px
}

.top_slist {
    margin-top: -15px
}

.top_slist .top__head:after, .top_slist .top__head:before {
    content: "";
    display: table
}

.top_slist .top__head:after {
    clear: both
}

.top_slist .top__head .top__cell {
    display: inline-block;
    padding: 0 15px 15px;
    color: #585b7a;
    font-size: 1.07143rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase
}

.top_slist .top__head .top__cell_profile {
    float: left
}

.top_slist .top__head .top__cell_skin {
    float: right
}

.top_slist .top__scroll {
    position: relative;
    display: block;
    min-height: 812px;
    height: calc(100vh - 268px);
    padding: 0 15px;
    margin-right: -16px;
    margin-left: -15px
}

.top_slist .top__item {
    position: relative;
    display: block;
    width: 100%;
    height: 84px;
    background-color: #2f385e;
    border-radius: 12px
}

.top_slist .top__item:after, .top_slist .top__item:before {
    content: "";
    display: table
}

.top_slist .top__item:after {
    clear: both
}

.top_slist .top__item:not(:last-child) {
    margin-bottom: 5px
}

.top_slist .top__profile {
    display: inline-block;
    width: 243px;
    float: left;
    padding: 22px 15px 22px 22px
}

@media (max-width: 767px) {
    .top_slist .top__profile {
        width: 177px
    }
}

@media (max-width: 428px) {
    .top_slist .top__profile {
        width: 119px
    }

    .top_slist .top__profile .profile__pic {
        display: none
    }

    .top_slist .top__profile .profile__information {
        width: 100%
    }
}

@media (max-width: 430px) {
    .top_slist .top__profile {
        width: 119px
    }

    .top_slist .top__profile .profile__pic {
        display: none
    }

    .top_slist .top__profile .profile__information {
        width: 100%
    }
}

.top_slist .top__multiplier {
    display: inline-block;
    width: 61px;
    height: 30px;
    float: left;
    margin: 27px 0;
    background-color: #39436a;
    border-radius: 2rem;
    color: #edb850;
    font-size: 1rem;
    font-weight: 600;
    line-height: 30px;
    text-align: center
}

.top_slist .top__skin {
    display: inline-block;
    float: right;
    margin-right: 10px
}

@media (max-width: 428px) {
    .top_slist .top__skin {
        margin-top: 12px
    }

    .top_slist .top__skin .skin__inner, .top_slist .top__skin .skin__wrapper {
        height: 54px
    }
}

@media (max-width: 430px) {
    .top_slist .top__skin {
        margin-top: 12px
    }

    .top_slist .top__skin .skin__inner, .top_slist .top__skin .skin__wrapper {
        height: 54px
    }
}

.prize_default {
    background-color: #323a56;
    border-radius: 1rem
}

.prize_default, .prize_default .prize__icon {
    position: relative;
    display: block;
    width: 45px;
    height: 45px
}

.prize_default .prize__icon {
    color: inherit;
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 20px;
    line-height: 43px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 4px 103px 0 rgba(243, 181, 127, .004)
}

.prize_default .prize__icon:before {
    content: ""
}

.prize_default .prize__number {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: .9285714286rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase
}

.prize_top {
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 22px);
    z-index: 1
}

.prize_one {
    color: #f5d682
}

.prize_two {
    color: #abc6f4
}

.prize_three {
    color: #dd896b
}

.calendar_default {
    display: inline-block;
    float: right
}

.calendar_default .calendar__title {
    color: #f1f2fe;
    font-size: 1.9285714286rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .calendar_default .calendar__title {
        font-size: 1.4285714286rem
    }
}

.calendar_default .calendar__title .icon_calendar {
    top: 1px;
    width: 23px;
    height: 21px;
    margin-right: 7px
}

.calendar_default .calendar__main {
    text-align: right;
    margin-top: 10px
}

.calendar_default .calendar__result {
    display: inline-block;
    height: 26px;
    color: #d6d7ea;
    font-size: 1.0714285714rem;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    vertical-align: top
}

.calendar_default .calendar__prev {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top
}

.calendar_default .calendar__prev .btn {
    color: #a1a7ce;
    border-color: #3d4772;
    background-color: #3d4772;
    padding: 4px 20px;
    height: 26px;
    font-size: .8571428571rem;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
    border-radius: 2rem;
}

.calendar_default .calendar__prev .btn:hover {
    color: #dadef5;
    border-color: #4f5b8b;
    background-color: #4f5b8b
}

@media (max-width: 767px) {
    .calendar_default {
        display: block;
        float: none
    }

    .calendar_default .calendar__head, .calendar_default .calendar__main {
        text-align: center
    }
}

.timer_default {
    display: inline-block;
    float: right
}

.timer_default .timer__wrapper:after, .timer_default .timer__wrapper:before {
    content: "";
    display: table
}

.timer_default .timer__wrapper:after {
    clear: both
}

.timer_default .timer__day {
    height: 40px;
    background-color: #252e4c;
    border-radius: 1rem;
    padding: 0 18px;
    margin-right: 15px;
    color: #fff;
    font-family: 'Gotham';
    font-size: 1.7142857143rem;
    font-weight: 500;
    line-height: 42px;
    /* text-transform: uppercase; */
}

.timer_default .timer__cells, .timer_default .timer__clock, .timer_default .timer__day {
    display: inline-block;
    float: left
}

.timer_default .timer__separator {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 40px;
    float: left
}

.timer_default .timer__separator:after, .timer_default .timer__separator:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -1px;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #ffffff
}

.timer_default .timer__separator:before {
    top: 14px
}

.timer_default .timer__separator:after {
    bottom: 14px
}

.timer_default .timer__cell {
    display: inline-block;
    width: 50px;
    height: 40px;
    background-color: #202740;
    border-radius: 1rem;
	font-variant: tabular-nums;
    float: left;
    color: #fff;
    font-family: 'Gotham';
    font-size: 1.7142857143rem;
    font-weight: 500;
    line-height: 42px;
    text-transform: uppercase;
    text-align: center;
}

.timer_default .timer__cell:not(:last-child) {
    margin-right: 2px
}

.timer_default .timer__introtext {
    display: inline-block;
    float: right;
    color: #99a5cd;
    font-family: 'Gotham';
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    /* text-transform: uppercase; */
    margin-top: 10px;
}

@media (max-width: 619px) {
    .timer_default .timer__cell {
        font-size: 1.3571428571rem;
        line-height: 41px
    }

    .timer_default .timer__introtext {
        display: block;
        float: none
    }
}

.timer_chatrain {
    display: block
}

.timer_chatrain .timer__wrapper:after, .timer_chatrain .timer__wrapper:before {
    content: "";
    display: table
}

.timer_chatrain .timer__wrapper:after {
    clear: both
}

.timer_chatrain .timer__cells {
    display: inline-block;
    float: left
}

.timer_chatrain .timer__separator {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 29px;
    float: left
}

.timer_chatrain .timer__separator:after, .timer_chatrain .timer__separator:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -1px;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #545d85
}

.timer_chatrain .timer__separator:before {
    top: 30%
}

.timer_chatrain .timer__separator:after {
    bottom: 30%
}

.timer_chatrain .timer__cell {
    display: inline-block;
    width: 22px;
    height: 29px;
    background-color: #212a4b;
    border-radius: 1rem;
    float: left;
    color: #a3aed3;
    font-family: DIN Pro Cond;
    font-size: 1.0714285714rem;
    font-weight: 500;
    line-height: 29px;
    text-transform: uppercase;
    text-align: center
}

.timer_chatrain .timer__cell:not(:last-child) {
    margin-right: 2px
}

@media (max-width: 619px) {
    .timer_chatrain .timer__cell {
        width: 22px;
        height: 29px;
        font-size: 1.3571428571rem;
        line-height: 29px
    }
}



.skin .skin__wrapper:after, .skin .skin__wrapper:before {
    border-radius: 2rem;
}

.skin .skin__pic {
    text-align: center
}

.skin .skin__buttons, .skin .skin__coins, .skin .skin__meta, .skin .skin__pic {
    position: relative;
    z-index: 0
}

.skin .skin__inner {
    width: auto;
    vertical-align: top;
    font: 0/0 none;
    display: inline-flex;
    justify-content: center;
    flex-direction: column
}

.skin .skin__image {
    z-index: 2
}

.skin .skin__meta {
    max-width: 100%;
    padding: 0 15px
}

@media (min-width: 992px) {
    .skin .skin__meta {
        padding: 0 5px
    }
}

@media (min-width: 768px) {
    .skin .skin__meta {
        padding: 0 15px
    }
}

.skin .skin__stattrak {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #cf6a32;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase
}

.skin .skin__spinner, .skin .skin__spinner:after, .skin .skin__spinner:before {
    will-change: transform
}

.skin .skin__bonuses {
    position: absolute;
    right: 19px;
    bottom: 17px;
    display: inline-block;
    color: #fac37c;
    font-family: icomoon !important;
    speak: never;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    z-index: 10
}

.skin .skin__bonuses:before {
    content: ""
}

.weapon_top .weapon__stattrak {
    margin-right: .1785714286rem;
    colo.weapon_topr: #ff8357
}

.weapon_top .weapon__exterior, .weapon_top .weapon__stattrak {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase
}


.weapon_top .weapon__type {
    margin-top: 5px;
    color: #d6daea;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1
}

.weapon_top .weapon__name {
    display: inline-block;
    margin-top: 7px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    vertical-align: top
}

.skin_top .skin__wrapper {
    padding: 5px 20px 15px;
    background-color: #02294c;
    border-radius: 0
}

.skin_top .skin__pic {
    margin-bottom: 40px
}

.skin_top .skin__inner {
    height: 130px
}

.skin_top .skin__description {
    position: absolute;
    /*left: 30px;*/
    bottom: 25px
}

.skin_top .skin__meta {
    padding: 0
}

.skin_top .skin__coins {
    color: #ff9278;
    font-size: 1.5rem;
    font-family: 'Gotham';
    font-weight: 600;
    font-variant: tabular-nums;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 7px;
}

.xtable_default .xtable__head .xtable__line {
    padding: 20px 0 14px
}




.xtable_default .xtable__main .xtable__line:hover {
    opacity: 0.9;
}

.xtable_default .xtable__main .xtable__line:not(:last-child) {
    margin-bottom: 3px
}

.xtable_default .xtable__main .xtable__line_current {
    background-color: #303962
}

.xtable_default .xtable__main .xtable__line_current:hover {
    background-color: #333d69
}

.xtable_default .xtable__line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%
}

@media (max-width: 767px) {
    .xtable_default .xtable__line {
        justify-content: flex-start
    }
}

.xtable_default .xtable__item {
    display: block;
    width: 100%;
    flex-basis: 100%;
    text-align: left
}

@media (max-width: 767px) {
    .xtable_default .xtable__head .xtable__item {
        font-size: .8571428571rem
    }
}

.xtable_top .xtable__number {
    width: 100px;
    flex-basis: 100px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 20px 0 20px 30px
}

.xtable_top .xtable__user {
    text-align: left;
    padding: 20px 0 20px 20px
}

.xtable_top .xtable__total {
    width: 130px;
    flex-basis: 130px;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 50px
}

.xtable_top .xtable__prize, .xtable_top .xtable__skin {
    width: 250px;
    flex-basis: 250px;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center
}

.xtable_top .xtable__skin .skin_theme_zbet {
    float: none
}

.xtable_top .xtable__head .xtable__line {
    padding: 0
}

.xtable_top .xtable__main .xtable__number {
    color: #d6daea;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase
}

.xtable_top .xtable__main .xtable__total {
    color: #ffce79;
    font-size: 1.6rem;
    font-weight: 600;
    font-family: 'Gotham';
    font-variant: tabular-nums;
    line-height: 1.2;
    text-transform: uppercase;
}

.xtable_top .xtable__main .xtable__prize {
    color: #c8f58e;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase
}

.xtable_top .xtable__main .xtable__prize span {
    font-weight: 600
}

@media (max-width: 767px) {
    .xtable_top .xtable__number {
        width: 46px;
        flex-basis: 46px;
        padding: 0 0 0 20px
    }

    .xtable_top .xtable__user {
        width: 55px;
        flex-basis: 55px
    }

    .xtable_top .xtable__prize, .xtable_top .xtable__skin {
        width: calc(100% - 171px);
        flex-basis: calc(100% - 171px)
    }

    .xtable_top .xtable__total {
        width: 70px;
        flex-basis: 70px
    }
}

.profile__pic_smx, .profile__pic_smx .image {
    width: 40px;
    height: 40px;
    border-radius: 1rem;
}

.profile_table {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap
}

.profile_table .profile__username {
    margin-left: .8928571429rem;
    color: #cfd2df;
    font-size: 1.0714285714rem;
    font-weight: 400;
    line-height: 32px
}

.profile_table_top .profile__username {
    color: #f5f7fe;
    font-size: 1.7rem;
    font-weight: 500;
    vertical-align: top;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.profile_table_top .profile__username span {
    margin-right: 7px;
    color: #888fa9;
    vertical-align: top
}

@media (max-width: 767px) {
    .profile_table_top .profile__username {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1499px) {
    .profile_table_top .profile__username {
        max-width: 100px
    }
}

.skin_theme_zbet {
    display: inline-block;
    width: 105px;
    float: left;
    padding: 0 5px
}

.skin_none {
    cursor: default
}

.skin_none .skin__wrapper {
    height: 75px;
    padding: 0
}

.skin_none .skin__inner {
    height: 75px
}

.skin__inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    /*width: 160px;*/
    height: 100px;
    background: radial-gradient(circle,rgb(255 158 117 / 16%) 0,hsl(0deg 0% 100% / 0%) 40%);
}

.tooltip {
    position: relative;
}

.tooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 23rem;
    background-color: #0c3c65;
    color: #fff;
    text-align: left;
    padding: 7px 10px;
    border-radius: 6px;
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip-bottom {
    top: 100%;
    left: 50%;
    margin-left: -11.5rem;
    z-index: 99999;
}

.tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #0c3c65 transparent;
}

.weapon_top .weapon__stattrak {
    margin-right: .1785714286rem;
    colo.weapon_topr: #ff8357
}

.weapon_top .weapon__exterior, .weapon_top .weapon__stattrak {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase
}

.weapon_top .weapon__exterior {
    color: #696f8b;
    overflow: inherit
}

.weapon_top .weapon__type {
    margin-top: 5px;
    color: #d6daea;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1
}

.weapon_top .weapon__name {
    display: inline-block;
    margin-top: 7px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    vertical-align: top
}

.skin_top .skin__pic {
    margin-bottom: 40px
}

.skin_top .skin__inner {
    height: 130px
}

.skin_top .skin__description {
    position: absolute;
    /*left: 30px;*/
    bottom: 25px
}

.skin_top .skin__meta {
    padding: 0
}


.xtable_default .xtable__head .xtable__line {
    padding: 20px 0 14px
}

.xtable_default .xtable__head .xtable__item {
    color: #6d7695;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase
}

.xtable_default .xtable__main .xtable__line {
    background-color: #242c46;
    border-radius: 1rem;
    transition: color .2s ease-out 0s, background-color .2s ease-out 0s, border-color .2s ease-out 0s
}

.xtable_default .xtable__main .xtable__line:hover {
    opacity: 0.9;
}

.xtable_default .xtable__main .xtable__line:not(:last-child) {
    margin-bottom: 2rem
}

.xtable_default .xtable__main .xtable__line_current {
    background-color: #303962
}

.xtable_default .xtable__main .xtable__line_current:hover {
    background-color: #333d69
}

.xtable_default .xtable__line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%
}

@media (max-width: 767px) {
    .xtable_default .xtable__line {
        justify-content: flex-start
    }
}

.xtable_default .xtable__item {
    display: block;
    width: 100%;
    flex-basis: 100%;
    text-align: left
}

@media (max-width: 767px) {
    .xtable_default .xtable__head .xtable__item {
        font-size: .8571428571rem
    }
}

.xtable_top .xtable__number {
    width: 100px;
    flex-basis: 100px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 20px 0 20px 30px
}

.xtable_top .xtable__user {
    text-align: left;
    padding: 20px 0 20px 20px
}

.xtable_top .xtable__total {
    width: 130px;
    flex-basis: 130px;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 50px
}

.xtable_top .xtable__prize, .xtable_top .xtable__skin {
    width: 250px;
    flex-basis: 250px;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center
}

.xtable_top .xtable__skin .skin_theme_zbet {
    float: none
}

.xtable_top .xtable__head .xtable__line {
    padding: 0
}

.xtable_top .xtable__main .xtable__number {
    color: #d6daea;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase
}

.xtable_top .xtable__main .xtable__total {
    color: #ffce79;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase
}

.xtable_top .xtable__main .xtable__prize {
    color: #c8f58e;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase
}

.xtable_top .xtable__main .xtable__prize span {
    font-weight: 600
}

@media (max-width: 767px) {
    .xtable_top .xtable__number {
        width: 46px;
        flex-basis: 46px;
        padding: 0 0 0 20px
    }

    .xtable_top .xtable__user {
        width: 55px;
        flex-basis: 55px
    }

    .xtable_top .xtable__prize, .xtable_top .xtable__skin {
        width: calc(100% - 171px);
        flex-basis: calc(100% - 171px)
    }

    .xtable_top .xtable__total {
        width: 70px;
        flex-basis: 70px
    }
}

.profile__pic_smx, .profile__pic_smx .image {
    width: 40px;
    height: 40px;
    border-radius: 1rem;
}

.profile_table {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap
}

.profile_table .profile__username {
    margin-left: .8928571429rem;
    color: #cfd2df;
    font-size: 1.0714285714rem;
    font-weight: 400;
    line-height: 32px
}

.profile_table_top .profile__username {
    color: #f5f7fe;
    font-size: 1.7rem;
    font-weight: 500;
    vertical-align: top;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.profile_table_top .profile__username span {
    margin-right: 7px;
    color: #888fa9;
    vertical-align: top
}

@media (max-width: 767px) {
    .profile_table_top .profile__username {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1499px) {
    .profile_table_top .profile__username {
        max-width: 100px
    }
}

.skin_theme_zbet {
    display: inline-block;
    width: 105px;
    float: left;
    padding: 0 5px
}

.skin_none {
    cursor: default
}

.skin_none .skin__wrapper {
    height: 75px;
    padding: 0
}

.skin_none .skin__inner {
    height: 75px
}

.skin__inner:before {
    content: "";
    position: absolute;
    z-index: 10;
}

.skin_top .skin__wrapper {
    background-color: #1e253d;
    padding: 5px 20px 15px;
    border-radius: 0px;
}



.skin_top .skin__pic {
    margin-bottom: 40px;
}

.skin_top .skin__inner {
    height: 130px;
}

.skin_top .skin__inner {
    height: 130px;
}

.skin .skin__inner {
    width: auto;
    vertical-align: top;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    font: 0px / 0 none;
}

.skin__inner::before {
    content: "";
    position: absolute;
    z-index: 10;
}

.skin__inner::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    height: 100px;
    margin: auto;
    background: radial-gradient(circle, rgba(255, 158, 117, 0.16) 0px, rgba(255, 255, 255, 0) 40%);
}

/* bonus */

.checkbox_default .checkbox__control:checked+.checkbox__label {
    color: #78ffb1;
}


.checkbox_default .checkbox__label {
    position: relative;
    padding-left: 30px;
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.checkbox_bonuses .checkbox__label {
    color: #ff9191;
}

.checkbox_default .checkbox__label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 1rem;
    background-color: #0c3558;
}

@media only screen and (min-width: 1023px) {
.form-panel-controls {
    display: -webkit-box;
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem;
} }

.checkbox_default .checkbox__control {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.bonuses__line {
    margin: 7px 0;
}

@media only screen and (min-width: 1023px) {
.form-panel-header {
    padding-right: 0;
    margin-bottom: 2rem;
} }

.form-panel-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: .9rem;
    -webkit-box-align: center;
    align-items: center;
    padding-right: 0.5rem;
}

.checkbox_default .checkbox__control:checked+.checkbox__label:after {
    transform: translateY(0) rotate(0deg);
    visibility: visible;
    opacity: 1;
}

.checkbox_default .checkbox__label:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    color: #78ffb1;
    font-family: icomoon!important;
    speak: never;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translateY(-4px) rotate(30deg);
    visibility: hidden;
    opacity: 0;
    transition: transform .2s ease-out 0s,opacity .2s ease-out 0s,visibility .2s ease-out 0s;
}

.progress_theme_deposit.progress_xl, .progress_theme_deposit.progress_xl .progress__bar {
    border-radius: 6px;
}

.progress.progress_xl {
    height: 4.6rem;
    border-radius: 2rem;
}
.progress_theme_deposit.progress_xl, .progress_theme_deposit.progress_xl .progress__bar {
    border-radius: 6px;
}
.progress {
    width: 100%;
    height: 0px;
    background-color: #212852;
    border-radius: 8px;
    position: relative;
    color: #ff0000;
    margin: 0px 0px 0px 0px;
}
.progress_theme_deposit {
    background-color: #0c3558;
}
.progress {
    display: flex;
    width: 100%;
    height: 100%;
}
.progress {
    transition: background-color 1s ease;
}
.bonuses__pregress {
    position: relative;
    margin-bottom: 9px;
    z-index: 2;
}

.progress.progress_xl .progress__text {
    top: 1.4rem;
    right: 2rem;
}

.progress_refill .progress__text {
    position: absolute;
    top: 0;
    right: 0;
    color: #e8eaff;
    font-size: 1.45rem;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    z-index: 10;
}

.progress.progress_xl .progress__bar, .progress__bar {
    border-radius: 6px;
}

.progress_theme_deposit.progress_xl, .progress_theme_deposit.progress_xl .progress__bar {
    border-radius: 6px;
}
.progress_theme_deposit.progress_xl, .progress_theme_deposit.progress_xl .progress__bar {
    border-radius: 6px;
}
.progress_theme_deposit .progress__bar {
    background: #b89661;
    /* background: linear-gradient(90deg,#574cd6 0,#c65c77); */
    /* background: linear-gradient(90deg,rgb(210 171 103 / 85%),hsl(0deg 22% 51%)); */
}
.progress__bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #5867dd;
    transition: width 1s ease;
}

@media only screen and (min-width: 1023px) {

.form-panel-title {
    font-size: 1.3rem;
} }

.form-panel-title {
    font-size: 1.2rem;
    color: #d2d3d6;
    text-transform: uppercase;
    /* padding-left: 1.7rem; */
    font-weight: 500;
}


/* bonus modal */

@media only screen and (min-width: 1023px) {
.balance-modal .modal__inner {
    padding: 3.8rem;
} }

.balance-modal .modal__inner {
    padding: 3rem 3rem 2rem;
}
 
@media only screen and (min-width: 1023px) {
.modal__inner {
    padding: 4.5rem;
} }

.bonuses__bonus {
    position: relative;
    display: block;
    width: auto;
    margin-right: 2.1rem;
    margin-bottom: 2.8rem;
    padding: 2.2rem 0px;
}

.bonuses__bonus::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 2.2rem;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-width: 1px;
    border-style: dashed;
    border-color: rgb(110, 241, 167);
    border-image: initial;
    border-radius: 2rem;
}

.progress_theme_deposit.progress_xl, .progress_theme_deposit.progress_xl .progress__bar {
    border-radius: 6px;
}

.progress.progress_xl {
    height: 4.6rem;
    border-radius: 2rem;
}

.progress_theme_deposit.progress_xl, .progress_theme_deposit.progress_xl .progress__bar {
    border-radius: 6px;
}


.progress.progress_xl .progress__text {
    top: 1.4rem;
    right: 2rem;
}

.progress_refill .progress__text {
    position: absolute;
    top: 0px;
    right: 0px;
    color: rgb(232, 234, 255);
    font-size: 1.45rem;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    z-index: 10;
}

.progress_theme_deposit .progress__bar {
    background: rgb(184, 150, 97);
}

.progress.progress_xl .progress__bar, .progress__bar {
    border-radius: 6px;
}

.progress_theme_deposit.progress_xl, .progress_theme_deposit.progress_xl .progress__bar {
    border-radius: 6px;
}

.progress_theme_deposit.progress_xl, .progress_theme_deposit.progress_xl .progress__bar {
    border-radius: 6px;
}

.bonuses__variant:not(:last-child) {
    margin-bottom: 2px;
}

.bonuses__variant {
    position: relative;
    display: flex;
    width: 100%;
    height: 5.48rem;
    line-height: 5.48rem;
    justify-content: flex-start;
    align-items: center;
    background-color: rgb(15, 56, 95);
    user-select: none;
    z-index: 2;
    border-radius: 6px;
    overflow: hidden;
}

.bonuses__variant_no_active {
    background-color: rgb(35, 43, 78);
}

.bonuses__variant {
    position: relative;
    display: flex;
    width: 100%;
    height: 38px;
    line-height: 38px;
    justify-content: flex-start;
    align-items: center;
    background-color: rgb(15, 56, 95);
    user-select: none;
    z-index: 2;
    border-radius: 6px;
    overflow: hidden;
}

.bonuses__variant_no_active .bonuses__cell {
    color: rgb(117, 255, 172);
}

.bonuses__cell {
    display: block;
    background-color: rgb(17, 63, 107);
    color: rgb(229, 238, 255);
    font-size: 1.7rem;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
    flex: 1 0 6.3rem;
}

.bonuses__introtext {
    display: block;
    padding-left: 1.9rem;
    color: rgb(184, 194, 225);
    font-size: 1.5rem;
    font-weight: 400;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1 1 100%;
    overflow: hidden;
}

.bonuses__line {
    margin: 7px 0px;
}

.bonuses__subtitle {
    display: block;
    color: rgb(234, 234, 235);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 2.1rem;
}

.xform_inline_light3 {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
}

.xform_inline_light3 .xform__control {
    position: relative;
    display: block;
    width: 100%;
    height: 8.5rem;
    float: left;
    background-color: rgb(1, 25, 47);
    background-clip: padding-box;
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0px 8.5rem 0px 3rem;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(1, 25, 47);
    border-image: initial;
    border-radius: 2rem;
    transition: opacity 0.2s ease-out 0s, background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s;
}

.xform_inline_light3 .xform__group_position {
    position: absolute;
    top: 0px;
    right: 1.9rem;
    height: 8.3rem;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}

.xbutton_icon.xbutton_md, .xbutton_icon.xbutton_xs {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.xbutton_icon.xbutton_xs {
    width: 4.7rem;
    height: 4.7rem;
    border-radius: 7px;
}

.xbutton {
    position: relative;
    display: inline-block;
    height: 58px;
    background-color: rgba(255, 255, 255, 0.16);
    color: rgb(255, 255, 255);
    font-size: 1rem;
    font-weight: 400;
    line-height: 54px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
    padding: 0px 20px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 2rem;
    transition: color 0.2s ease-out 0s, background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s, box-shadow 0.2s ease-out 0s;
}
.xbutton, .xbutton:hover {
    text-decoration: none;
    outline: none;
}

.xbutton_icon.xbutton_xs .xbutton__icon {
    line-height: 3rem;
}

.xform_inline_light3 .xbutton .xbutton__icon {
    font-size: 1.4rem;
}

.xbutton .xbutton__icon {
    display: inline-block;
}

.xbutton_icon.xbutton_xs .xbutton__icon .icon_x1 {
    vertical-align: -1px;
}

.icon_checked::before {
    content: "";
}


@media only screen and (min-width: 1023px) {

.balance-modal .modal__content1 {
    max-width: 40rem;
    height: 55rem;
} }

.balance-modal .modal__content1 {
    text-align: center;
    width: 100%;
}
@media only screen and (min-width: 1023px) {

.modal__content1 {
    width: 50rem;
} }

.modal__content1 {
    max-height: 100%;
    max-width: 100%;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    text-align: left;
    font-size: 1.4rem;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
}

/*.progress {
    width: 100%;
    height: 0px;
    background-color: #212852;
    border-radius: 8px;
    position: relative;
    color: #ff0000;
    margin: 0px 0px 0px 0px;
}*/

/*mobile button left menu */

@media (max-width: 767px) {
.header__toggle {
    display: block;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 15px;
} }

.header__toggle {
    display: block;
    position: relative;
    top: 0px;
    right: -5px;
    padding: 0;
    border: none;
    background-color: transparent;
    z-index: 100;
}

@media (max-width: 767px) {
.header__toggle .icon {
    color: #6971a5;
    font-size: 22px;
} }



@media (max-width: 767px) {
.header__toggle .icon:before {
    content: "";
} }

@media (max-width: 767px) {
.header {
    background-color: #161b2e;
    /* padding-top: 30px; */
} }



.header__toggle2 .icon_close:before {
    content: "";
}

@media (max-width: 557px) {
.header__toggle2 {
    display: block;
} }

@media (max-width: 557px) {
.game {
    padding: 1rem!important;
    padding-top: 0;
    padding-bottom: 0;;
} }




.header__toggle2 {
    position: absolute;
    right: 12px;
    padding: 0;
	top: 10px;
    width: 50px;
    font-size: 18px;
    height: 50px;
    color: #757785;
    border: none;
    background-color: transparent;
    z-index: 100;
}

/*menu modal */

@media (max-width: 557px) {
.header_open .header__menu {
    display: block;
    margin: 0 0 30px;
} }

@media (max-width: 767px) {
.menu_header {
    margin-left: 15px;
} }

.menu {
    position: relative;
}

@media (max-width: 557px) {
.header_open .menu__wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
} }


@media (max-width: 557px) {
.header_open .menu_header .menu__item:not(:last-child) {
    margin-bottom: 5px;
} }

@media (max-width: 557px) {
.menu_header .menu__item:not(:last-child) {
    margin-bottom: 0px;
} }

@media (max-width: 1699px) {
.menu_header .menu__link {
    position: relative;
} }

@media (max-width: 557px) {
.menu_header .menu__link {
    display: block;
    color: #e7e9ff;
    font-size: 1.2857142857rem;
    line-height: 1.2;
    padding: 0;
} }

@media only screen and (max-width: 557px) {
.menu_header .menu__link {
    line-height: 42px;
    height: auto;
} }

.menu_header .menu__link {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    height: 48px;
    line-height: 48px;
    padding: 10px;
    color: #d6ddea;
    transition: color .2s ease-out 0s,background-color .2s ease-out 0s;
    cursor: pointer;
}

@media (max-width: 557px) {
.header_open .menu_header .menu__link .icon {
    display: inline-block;
    font-size: 20px;
} }

@media (max-width: 557px) {
.menu_header .menu__link .icon {
    display: none;
} }

@media (max-width: 557px) {
.menu_header .menu__icon.icon, .menu_header .menu__label {
    display: none;
} }

.menu_header .menu__icon {
    font-size: 16px;
    margin-right: 9px;
}

@media (max-width: 557px) {
.header_open .menu_header .menu__text {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
} }

@media (max-width: 557px) {
.menu_header .menu__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: none;
} }

@media (max-width: 991px) {
.wrapper_game .header {
    position: absolute;
    top: 0;
    left: 0;
} }

@media (max-width: 557px) {
.modal.text-modal  {
    
	visibility: hidden;
	opacity: 0;
    display: none;
} }

@media (max-width: 557px) {
.modal.text-modal.active  {
    
	visibility: visible;
	opacity: 100%;
    display: block;
	z-index: 9999;
} }

@media (max-width: 557px) {
.header_open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    margin: auto;
    /* background: rgba(20,23,36,.95); */
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
} }

@media (max-width: 767px) {
.header_open {
    padding: 35px;
} }

@media (max-width: 767px) {
.header {
    background: #161b2e;
} }



.not_logged .profile_header .profile__auth .btn {
    display: inline-block;
    width: auto;
    height: 40px;
    padding: 0 10px;
    border-radius: 6px;
    line-height: 36px;
}

@media (max-width: 557px)  {
.profile_header .profile__auth .btn {
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 0 20px;
} }

@media (max-width: 428px)  {
.profile_header .profile__auth .btn {
    height: 48px;
    line-height: 48px;
} }

@media (max-width: 430px)  {
.profile_header .profile__auth .btn {
    height: 48px;
    line-height: 48px;
} }

.btn_success2 {
    color: #fff;
    border-color: #65b296;
    background-color: #65b296;
}

.btn_logout {
    color: #9098b5;
    /* border-color: #65b296; */
    position: absolute;
    max-width: 130px;
    margin-top: auto;
    bottom: 50px;
    background-color: #ffffff12;
}


.not_logged .profile_header .profile__auth .btn .btn__icon {
    margin-left: 8px;
}

.btn__icon+.btn__text, .btn__text+.btn__icon {
    margin-left: 8px;
}
.btn__icon, .btn__text {
    display: inline-block;
}


@media (min-width: 1440px) {
.btn__icon {
    margin-left: 10px;
	margin-top: 1px;
} }



/* crash history */

@media (min-width: 992px) {
.page_history2 {
    min-height: calc(100vh - 120px);
} }




.page_history2 {
    margin: 0;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 1.7rem;
	width: 120rem;
    margin: 0 auto;
    padding-left: 4rem;
    padding-right: 4rem;
    background-color: #1b2238;
    border-radius: 2rem;
    overflow: hidden;
}



.page {
    position: relative;
    display: block;
}

.page_history2 .page__head {
    padding: 20px 20px 0;
	padding-left: 0;
}

.page_history2 .page__title {
    color: #eceff7;
    font-size: 23px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.page_history2 .page__title .icon_history {
    position: relative;
    top: 1px;
    width: 16px;
    height: 18px;
    margin-right: 5px;
    background-size: 16px 18px;
    vertical-align: inherit;
    cursor: default;
}

.page_history2 .page__subtitle {
    margin-top: 8px;
    color: #949cc1;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.page_history2 .page__main {
    position: relative;
    padding-top: 20px;
}

.history_default {
    margin: -5px;
}

.history {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.history_default .history__container {
    margin-right: -15px;
}

.history_default .history__scroll {
    padding-right: 15px;
    height: calc(100vh - 280px);
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-mask-image: linear-gradient(0deg,rgba(0,0,0,0),#000 80px,#000 100%);
}



.history_default .history__round {
    display: block;
    width: 100%;
    float: left;
    padding: 5px;
}

.history_default .history__wrapper {
    position: relative;
    display: block;
    padding: 25px;
    border-radius: 15px;
    background-color: #2a3258;
    transition: box-shadow .2s ease-out 0s;
}

.history_default .history__head {
    margin: 0 -5px;
}

.history_default .history__head:after, .history_default .history__head:before {
    content: "";
    display: table;
}


.history_default .history__ratio {
    position: relative;
    display: block;
    width: calc(50% - 10px);
    height: auto;
    float: left;
    margin: 0 5px;
    border-radius: 2rem;
    background-color: #3b436b;
    font-size: 15px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
}

.history_default .history__players {
    position: relative;
    display: block;
    width: calc(50% - 10px);
    height: auto;
    float: left;
    margin: 0 5px;
    border-radius: 2rem;
    background-color: #31385d;
    color: #8491b2;
    font-size: 16px;
    font-weight: 500;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
}

.history_default .history__head:after {
    clear: both;
}

.history_default .history__players:before {
    content: "\e93e";
    font-size: 12px;
}

.history_default .history__players:before {
    position: relative;
    margin-right: 3px;
    color: inherit;
    font-family: icomoon!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.history_default .history__total {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2rem;
    margin-top: 10px;
    background: #333a5f;
    color: #c4cde5;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
}

.history_default .history__total:before {
    content: "";
    font-size: 14px;
}


.history_default .history__footer {
    display: block;
    margin-top: 20px;
    text-align: center;
}

.history_default .history__time {
    display: inline-block;
    color: #4d5677;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
}

.history_default .history__number {
    display: inline-block;
    color: #68739c;
    /*font-size: 1rem;*/
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}


@media (min-width: 768px) { 
.history_default .history__wrapper:hover {
    box-shadow: 0 35px 57px #171f3763;
    z-index: 2;
} }


.history_default .history__round {
    display: block;
    width: 100%;
    float: left;
    padding: 5px;
}

@media (min-width: 1023px) {
.history_default .history__round {
    width: 16.66667%;
} }

@media (max-width: 767px) {
.page_history2 {
    margin-left: 0px;
    margin-right: 0px;
    /* margin-left: 20px; */
    /* margin-right: 20px; */
	background-color: #1b2238!important;
    /* padding-top: 1.7rem; */
    padding-left: 2rem;
    padding-right: 2rem;
}
.page_history2 .page__main {
	padding-top: 0;
}
}


@media (max-width: 767px) {
.history_default .history__scroll {
   overflow: scroll;
   min-height: 300px;
   padding-bottom: 40px;
} }

@media (max-width: 767px) {
.page_history2 .page__head {
   padding: 0;
} }

@media (max-width: 767px) {
.graph-label span {
   font-size: 1.25rem;
   font-weight: 500;
} }


@media (min-width: 1023px) {
.protection_stats {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    padding-right: 20px;
    padding-left: 20px;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-right: 1px solid #161b2e;
    background-color: #1c233a;
} }


/* agreement */


.agreement {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 4rem;
    padding-left: 2rem;
    padding-bottom: 2rem;
	max-height: 700px;
    margin-bottom: 2rem;
    /* bottom: 0px; */
    position: relative;
}

.agreement__header {
    margin-bottom: 40px;
}

.agreement__redaction {
    text-align: right;
    margin-bottom: 40px;
}

.agreement__item {
    margin-bottom: 10px;
}

.agreement ol {
    counter-reset: item;
}

.agreement ol li {
    line-height: 1.5;
    margin-bottom: 10px;
}

.agreement ol li:before {
    content: counters(item,".") ". ";
    counter-increment: item;
    color: #78ffb1;
}

.agreement__paragraph {
    display: inline-block;
    font-weight: 700;
}

.agreement ol li ol {
    margin-top: 10px;
    padding-left: 20px;
}


.agreement ol li ol li {
    margin-bottom: 0;
}

.agreement__glossary:first-child {
    margin-top: 10px;
}

.agreement__glossary {
    font-weight: 700;
    margin-bottom: 10px;
}

.agreement__glossary-info {
    margin-bottom: 10px;
}


/* contacts */

.contacts {
    text-align: center;
    font-size: 15px;
}

.contacts__row {
    margin-bottom: 25px;
}

.contacts__row-header {
    font-weight: 700;
    margin-bottom: 5px;
}

.contacts__support {
    font-size: 16px;
}

.tabs:after {
    clear: both;
}

.tabs_theme_default2 .tabs__head:after {
    clear: both;
}

.profile__support {
    margin-left: 10px;
}

@media (max-width: 767px) {
.profile__support {
   display: none;
} }


.profile__support .btn {
    color: #686d7e;
    font-size: 18px;
}

.btn_default {
    color: #fff;
    border-color: #272934;
    background-color: #272934;
}
.btn_size_circle {
    width: 5.5rem;
    height: 5.5rem;
    line-height: 34px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
}



.profile__level {
    position: absolute;
    right: 8px;
    bottom: -1px;
    font-size: .7142857143rem;
}

.badge_lvl_ADMIN {
    color: #000000;
    background-color: #f7f253;
    text-transform: uppercase;
}

.badge_lvl_MODER {
    color: #000000;
    background-color: #53f785;
    text-transform: uppercase;
}


.badge_lvl_1 {
    color: #79cbd5;
    background-color: #2a4064;
    text-transform: uppercase
}

.badge_lvl_2 {
    color: #79cbd5;
    background-color: #2a4064;
    text-transform: uppercase
}

.badge_lvl_3 {
    color: #79cbd5;
    background-color: #2a4064;
    text-transform: uppercase
}

.badge_lvl_4 {
    color: #c0e469;
    background-color: #3d504c;
    text-transform: uppercase
}

.badge_lvl_5 {
    color: #c0e469;
    background-color: #3d504c;
    text-transform: uppercase
}

.badge_lvl_6 {
    color: #c0e469;
    background-color: #3d504c;
    text-transform: uppercase
}

.badge_lvl_7 {
    color: #ff9b78;
    background-color: #4b4552;
    text-transform: uppercase
}

.badge_lvl_8 {
    color: #ff9b78;
    background-color: #4b4552;
    text-transform: uppercase
}

.badge_lvl_9 {
    color: #b398ff;
    background-color: #3d378c;
    text-transform: uppercase
}

.badge_lvl_10 {
    color: #352d25;
    background-color: #ffa878;
    text-transform: uppercase
}

.badge {
    display: inline-block;
    padding: .25em .4em .25em .4em;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.5rem;
    transition: -webkit-text-decoration .2s ease-out 0s;
    transition: text-decoration .2s ease-out 0s;
    transition: text-decoration .2s ease-out 0s, -webkit-text-decoration .2s ease-out 0s;
}

@media only screen and (min-width: 1023px) {
.from-to::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/double-arrow-orange.png);
    background-size: contain;
    background-position: center;
    width: 3.5rem;
    height: 3.2rem;
} }


.user__level {
    position: relative;
    right: 0;
    font-size: 1.4rem;
    bottom: 5px;
}


/* profile page */

@media (min-width: 992px) {
.page_profile_v2 {
    height: calc(100vh - 120px);
} }





.page_profile_v2 {
    margin: 0;
    scrollbar-color: #20274b #3d4671;
    scrollbar-width: 4px;
}

.page_profile_v2 .page__wrapper {
    overflow: hidden;
}

.profile_other:after, .profile_other:before {
    content: "";
    display: table;
}

@media (min-width: 1600px) {
.profile_other .profile__general {
    padding: 40px 20px 40px 40px!important;
	padding-left:0!important;
} }

@media (min-width: 1440px) {
.profile_other .profile__general {
    width: 270px!important;
} }

@media (min-width: 992px) {
.profile_other .profile__general {
    width: 260px;
    height: calc(100vh - 120px);
    float: left;
} }

.profile_other .profile__general {
    display: block;
    width: 100%;
    padding: 20px 10px 20px 20px;
}

.profile_other .profile__title {
    margin-bottom: 15px;
    color: #6f7797;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.profile_other .profile__top {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: #1f253c;
    border-radius: 2rem;
    text-align: center;
}

.profile_other .profile__photo {
    display: inline-block;
    width: 94px;
    height: 94px;
    margin-bottom: 23px;
}

.profile_other .profile__image {
    width: 94px;
    height: 94px;
    border-radius: 1rem;
}

.image {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border: none;
    font: 0 a;
    vertical-align: top;
}

.profile_other .profile__username {
    max-width: 100%;
    padding: 0 20px;
    margin-top: 12px;
}

.username, .username a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (min-width: 1600px) {
.profile_other .profile__main {
    padding: 26px 40px 40px 20px;
} }

@media (min-width: 1440px) {
.profile_other .profile__main {
    width: calc(100% - 270px)!important;
} }


@media (min-width: 992px) {
.profile_other .profile__main {
    width: calc(100% - 260px);
    height: calc(100vh - 120px);
	padding-right:0;
    float: left!important;
    padding: 8px 20px 20px 10px;
} }

.profile_other .profile__main {
    position: relative;
    display: block;
    width: 100%;
    top: 55px;
    padding: 0 20px 20px;
    padding-right: 0;
}

.profile_other:after {
    clear: both;
}

.profile_other:after, .profile_other:before {
    content: "";
    display: table;
}

.profile_other .profile__statistics {
    margin-bottom: 30px;
}

.statistics_profile {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
}

.statistics_profile .statistics__cell:not(:last-child) {
    margin-right: 9px;
}

.statistics_profile .statistics__cell {
    display: block;
    flex: 1 100%;
    height: 144px;
    padding: 28px 20px 28px 23px;
    background-color: #1f253c;
    border-radius: 10px;
    transition: background-color .2s ease-out 0s;
}

.statistics_profile .statistics__icon {
    display: block;
    width: 30px;
    height: 30px;
    color: #e7db9b;
    font-size: 3.5rem;
}

.statistics_profile .statistics__icon .icon_money_vortex {
    font-size: 3.5rem;
}

.icon_money_vortex:before {
    content: "";
}

.statistics_profile .statistics__count, .statistics_profile .statistics__introtext {
    font-weight: 500;
    line-height: 1.2;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.statistics_profile .statistics__count {
    margin-top: 15px;
    color: #e8edfc;
    font-size: 2rem;
}

.statistics_profile .statistics__introtext {
    margin-top: 5px;
    color: #8590b8;
    font-size: 1.15rem;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.statistics_profile .statistics__count, .statistics_profile .statistics__introtext {
    font-weight: 500;
    line-height: 1.2;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tabs {
    position: relative;
    display: block;
    width: 100%;
}

.tabs_theme_default2 .tabs__head {
    border-bottom: 2px solid #15161c;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tabs__head {
    position: relative;
    display: block;
    width: auto;
    border-bottom: 1px solid #2b365e;
}

.tabs:after, .tabs:before {
    content: "";
    display: table;
}

@media (min-width: 768px) {
.tabs_theme_default2 .tabs__item:not(:last-child) {
    margin-right: 30px!important;
} }

.tabs_theme_default2 .tabs__item.tabs__item_active {
    color: #eceff7;
    border-bottom-color: #f2c1af;
}
.tabs_theme_default2 .tabs__item:not(:last-child) {
    margin-right: 15px;
}

@media (min-width: 768px) {
.tabs_theme_default2 .tabs__item {
    padding: 0 0 20px;
    font-size: 17px;
    line-height: 1;
} }

.tabs_theme_default2 .tabs__item .tabs__icon {
    position: relative;
    top: 1px;
    margin-right: 5px;
    font-family: icomoon!important;
    speak: never;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: color .2s ease-out 0s;
}

.tabs_theme_default2 .tabs__item {
    position: relative;
    padding: 15px 0;
    margin-bottom: -2px;
    border-bottom: 2px solid transparent;
    color: #606989;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: none;
}
.tabs__item:not(:last-child) {
    margin-right: 30px;
}
.tabs__item_active {
    color: #fff;
    border-bottom-color: #6b62e5;
}
.tabs__item {
    display: inline-block;
    float: left;
    margin-bottom: -1px;
    padding: 0 15px;
    border-bottom: 1px solid #2b365e;
    color: #73788c;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .2s ease-out 0s;
}

.tabs_theme_default2 .tabs__main {
    margin-top: 20px;
}

.badge_profile_other.badge_lvl_1 {
    color: #79cbd5;
    background-color: #3f4a77;
    text-transform: uppercase;
}



.profile_other .profile__zhead {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    margin: 10px 0 15px;
}

@media (min-width: 1600px) {
.profile_other .profile__zitem {
    font-size: 15px;
} }

.profile_other .profile__zitem_id {
    flex-shrink: 0;
    width: 140px;
    margin-left: 30px;
}
.profile_other .profile__zitem {
    order: 1;
    color: #47507b;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.profile_other .profile__zitem_total {
    flex-shrink: 0;
    width: 73px;
}

.profile_other .profile__zitem_skins {
    margin-right: auto;
}

.profile_other .profile__zitem_price {
    margin-right: 60px;
}

@media (min-width: 1440px) {
.profile_other .profile__zitem_date, .profile_other .zbet__date {
    display: block;
} }

.profile_other .profile__zitem_date {
    flex-shrink: 0;
    width: 100px;
    right: 200px;
    margin-right: 130px;
}


.tabs_theme_default2 .tabs__head:after, .tabs_theme_default2 .tabs__head:before {
    content: "";
    display: table;
}


@media (min-width: 1600px) {
.zbet__id {
    font-size: 16px;
} }

.zbet__id {
    flex-shrink: 0;
    width: 100px;
    margin: 25px 0 25px 30px;
    z-index: 2;
}
.zbet__id.zbet__id a {
    color: #a6b2cb;
    font-size: 14px;
    font-weight: 600;
}

.zbet__total {
    flex-shrink: 0;
    width: 90px;
    height: 40px;
    padding: 0 5px;
    z-index: 2;
}

@media (min-width: 1600px) {
.zbet__total {
    font-size: 16px;
} }

@media (min-width: 1600px) {
.zbet__total {
    padding: 0 20px;
    border-radius: 2rem;
} }

.zbet__total{
    color: #ff9b78;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
}
.zbet__total {
    position: relative;
    display: inline-block;
    height: 40px;
    float: left;
    /* margin: 21px 21px 21px 0; */
    padding: 0 15px;
    /* background-color: #394268; */
    border-radius: 6px;
    line-height: 40px;
    text-align: center;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateZ(10px);
    z-index: 10;
}


.zbet__skins {
    margin-right: auto;
    z-index: 2;
}

.zbet__skins {
    position: relative;
    display: inline-block;
    /* height: 60px; */
    width: 70px;
    float: left;
    /* margin: 11px 71px 11px 0; */
    -webkit-transform: translateZ(10px);
    z-index: 10;
}


.zbet__price {
    z-index: 2;
}

@media (min-width: 1600px) {
.zbet__price {
    font-size: 16px;
    border-radius: 2rem;
} }

.zbet__price {
    display: inline-block;
    height: 40px;
    float: left;
    margin: 21px 8px 21px 0;
    padding: 0 20px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.zbet__price {
    color: #70e0ad;
    background-color: rgba(126,219,177,.102);
}

.zbet__price_lose {
    z-index: 2;
}

@media (min-width: 1600px) {
.zbet__price_lose {
    font-size: 16px;
    border-radius: 2rem;
} }

.zbet__price_lose {
    display: inline-block;
    height: 40px;
    float: left;
    margin: 21px 8px 21px 0;
    padding: 0 20px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.zbet__price_lose {
    color: #f45f82;
    background-color: rgba(224,105,133,.102);
}

.zbet__ratio {
    margin-right: 50px;
}


/*mobile profile */

@media (max-width: 991px) {
.profile_other .profile__top {
    padding: 0;
} }

@media (max-width: 991px) {
.profile_other .profile__head {
    padding: 15px;
} }

@media (max-width: 991px) {
.profile_other .profile__head:after, .profile_other .profile__head:before {
    content: "";
    display: table;
} }

@media (max-width: 991px) {
.profile_other .profile__head:not(.profile__head_badge) .profile__photo, .profile_other .profile__head:not(.profile__head_badge) .profile__photo .profile__image {
    width: 50px;
    height: 50px;
} }

@media (max-width: 991px) {
.profile_other .profile__photo {
    display: inline-block;
    width: 94px;
    float: left;
    margin-bottom: 0;
} }

@media (max-width: 991px) {
.profile_other .profile__head:not(.profile__head_badge) .profile__photo, .profile_other .profile__head:not(.profile__head_badge) .profile__photo .profile__image {
    width: 50px;
    height: 50px;
} }

@media (max-width: 991px) {
.profile_other .profile__information {
    display: inline-block;
    width: calc(100% - 109px);
    margin-left: 15px;
    float: left;
    text-align: left;
} }

@media (max-width: 991px) {
.profile_other .profile__head:after {
    clear: both;
} }

@media (max-width: 991px) {
.profile_other .profile__head:not(.profile__head_badge) .profile__username {
    font-size: 1.5rem;
    margin-top: 14px;
} }

@media (max-width: 991px) {
.profile_other .profile__username {
    padding: 0;
} }

@media (max-width: 767px) {
.profile_other .profile__statistics {
    margin-bottom: 10px;
	overflow: auto scroll;
} }

@media (max-width: 1599px) {
.statistics_profile .statistics__cell {
    min-width: 150px;
} }

@media (max-width: 1599px) {
.statistics_profile {
    justify-content: flex-start;
    padding-bottom: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    scrollbar-color: #2b3255 #3d4671;
    scrollbar-width: 4px;
} }

.profile__photo img {
    border-radius: 2rem;
}


@media (max-width: 767px) {
.tabs_theme_default2 .tabs__item .tabs__icon {
    display: none;
} }


@media (max-width: 767px) {
.profile_other .profile__zitem_id {
    display: none;
} }


@media (max-width: 767px) {
.profile_other .profile__zitem_date {
    display: none;
} }

@media (max-width: 767px) {
.profile_other .profile__zitem_price {
    width: auto;
    margin-right: 3px;
} }

@media (max-width: 767px) {
.zbet__id{
    display: none;
} }

@media (max-width: 767px) {
.zbet__ratio{
    margin-right: 0;
} }


@media (max-width: 839px) and (min-width: 240px) {
.zbet__price {
    width: 80px;
    padding: 0 5px;
    font-size: 1rem;
	margin-left: 30px;
} }

@media (max-width: 839px) and (min-width: 240px) {
.zbet__total {
    width: 80px;
    padding: 0 5px;
    font-size: 1rem;
} }

@media (max-width: 839px) and (min-width: 240px) {
.zbet__price_lose {
    width: 80px;
    padding: 0 5px;
    font-size: 1rem;
	margin-left: 30px;
} }

@media (max-width: 839px) and (min-width: 240px) {
.zbet__skins {
    width: 50px;
	margin-right: auto
} }


@media (max-width: 839px) and (min-width: 240px) {
.profile_other .profile__main {
    padding: 0;
    top: 10px;
}
.tabs_theme_default2 .tabs__head {
    top: -5px;
} }


.tabs_theme_default2 .tabs__head {
    border-bottom: 2px solid #161b2e;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: -5px;
}



@media (max-width: 839px) and (min-width: 240px) {
.profile_other .profile__general {
    padding: 0;
	padding-top: 10px;
} }

@media (max-width: 839px) and (min-width: 240px) {
.user__level {
    font-size: 1.2rem;
    top: 2px;
} }

@media (max-width: 839px) and (min-width: 240px) {
.profile_other .profile__title {
    font-size: 1.2rem;
} }

@media (max-width: 839px) and (min-width: 240px) {
.profile_other .profile__zitem_total {
    width: 115px;
} }


@media (max-width: 839px) and (min-width: 240px) {
.tabs_theme_default2 .tabs__item {
    font-size: 1.4rem;
} }



/* deposit modal by herki */

.deposit_modal {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.refill_modal {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    width: 600px;
    text-align: left;
    height: 656px;
    padding: 30px;
    background-color: #2c355b;
    border-radius: 2rem;
    flex-grow: 0;
    /* flex-shrink: 0; */
    overflow: hidden;
}

.refill_modal .deposit__head {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.refill_modal .deposit__title {
    display: block;
    color: #f5f7fe;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.refill_modal .deposit__title .icon {
    top: 1px;
    margin-right: 8px;
}

.icon_wallet:before {
    content: "\e963";
}

.region_brand {
    position: absolute;
    top: -3px;
    right: 7px;
}

.region_brand .region__head {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
    padding-left: 15px;
    padding-right: 40px;
    background-color: #323b63;
    border-radius: 8px;
    color: #8089ad;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .2s ease-out 0s,background-color .2s ease-out 0s;
}

.region_brand .region__flag {
    display: block;
    width: 18px;
    height: 18px;
    flex-grow: 0;
    flex-shrink: 0;
}

.region_brand .region__flag+.region__text {
    margin-left: 10px;
}

.region_brand .region__text {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.region_brand .region__head:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border: 5px solid transparent;
    border-top: 7px solid #4a5792;
    transform-origin: 50% 25%;
    pointer-events: none;
    z-index: 2;
    transition: border-color .2s ease-out 0s,transform .2s ease-out 0s;
}

.region_brand .region__content {
    position: absolute;
    top: 3px;
    right: 0;
    display: block;
    width: 200px;
    height: auto;
    padding: 6px 0;
    margin-top: 35px;
    background-color: #3a446d;
    border-radius: 8px;
    box-shadow: 0 20px 40px #22294b;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    transition: opacity .2s ease-out 0s,margin-top .2s ease-out 0s,visibility .2s ease-out 0s;
}

.region_brand .region__list {
    scrollbar-color: #47517A #606C95;
    scrollbar-width: 3px;
    transform: translateZ(0);
    will-change: transform;
}

.region_brand .region__list {
    display: block;
    width: auto;
    height: auto;
    min-height: 46px;
    max-height: 230px;
    margin: 15px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.region_brand .region__item:not(:last-child) {
    margin-bottom: 10px;
}

.region_brand .is-active {
    transform: translate(12px) translateZ(0);
    will-change: transform;
}

.region_brand .region__flag {
    display: block;
    width: 18px;
    height: 18px;
    flex-grow: 0;
    flex-shrink: 0;
}

.region_brand .region__flag+.region__text {
    margin-left: 10px;
}

.region_brand .region__text {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tabs {
    position: relative;
    display: block;
    width: 100%;
}


.tabs_modal .tabs__button:not(:last-child) {
    border-right: 1px solid #2e375e;
}
.tabs__buttons .tabs__button:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.tabs__buttons .tabs__button:not(:last-child) {
    border-right: 1px solid #313a60;
}
.tabs_modal .tabs__button {
    height: 52px;
    background-color: #343e65;
    color: #a8b6cb;
    font-size: 13px;
    font-weight: 500;
    line-height: 52px;
}

.tabs_modal .tabs__button:hover {
    background-color: #343d66;
    color: #bdcbdf;
}

.tabs__buttons .tabs__button {
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: #283257;
    color: #abb5d5;
    font-size: 14px;
    font-weight: 500;
    line-height: 44px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: color .2s ease-out 0s,background-color .2s ease-out 0s;
}



.tabs__buttons {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    -webkit-user-select: none;
    user-select: none;
}

.tabs_modal .tabs__button:not(:last-child) {
    border-right: 1px solid #2e375e;
}

.tabs__buttons .tabs__button:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.tabs__buttons .tabs__button:not(:last-child) {
    border-right: 1px solid #313a60;
}
.tabs_modal .tabs__button {
    height: 52px;
    background-color: #343e65;
    color: #a8b6cb;
    font-size: 13px;
    font-weight: 500;
    line-height: 52px;
}


.tabs_modal .tabs__button:not(:last-child) {
    border-right: 1px solid #2e375e;
}

.tabs__buttons .tabs__button:not(:last-child) {
    border-right: 1px solid #313a60;
}
.tabs_modal .is-active {
    color: #fff;
    background-color: #3f4973;
}

.tabs_modal .tabs__button .tabs__icon {
    line-height: 52px;
}

.tabs_modal .tabs__icon {
    display: none;
}

.tabs__buttons .tabs__button:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tabs_modal .tabs__content {
    margin-top: 14px;
}

.payment_modal .payment__scroll {
    scrollbar-color: #2C355B #3d4671;
    scrollbar-width: 4px;
    transform: translateZ(0);
    will-change: transform;
}


.payment_modal .payment__scroll {
    display: block;
    width: auto;
    height: 412px;
	overflow: hidden;
    padding-right: 10px;
    margin-right: -10px;
}

@media (max-width: 767px) {
.payment_modal .payment__scroll {
    display: block;
    width: auto;
    height: 412px;
	overflow: scroll;
    padding-right: 10px;
    margin-right: -10px;
} }


.payment_modal .payment__content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: -4px;
}

@media (min-width: 992px) {
.method:nth-last-child(n+4)~.method, .method:nth-last-child(n+4):first-child {
    width: 25%;
} }


.method_default {
    cursor: default;
}
.method {
    display: block;
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 4px;
}

.method_default .method__wrapper {
    position: relative;
    height: 81px;
    background-color: #323b63;
    border: 2px solid #323b63;
    border-radius: 1rem;
    cursor: pointer;
    transition: background-color .2s ease-out 0s,border-color .2s ease-out 0s;
}

.method_default .method__wrapper:hover {
    position: relative;
    height: 81px;
    background-color: #39436c;
    border: 2px solid #39436c;
    border-radius: 1rem;
    cursor: pointer;
    transition: background-color .2s ease-out 0s,border-color .2s ease-out 0s;
}

.method_default .method__card {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    position: relative;
}

.method_default .method__card .card_mc {
    z-index: 4;
    background: url(/assets/images/methods/master-card.svg) 0% 0%/contain no-repeat;
    animation: 7s linear 0s infinite normal none running cardAnimation;
}

.method_default .method__card .card {
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    width: 64px;
    height: 64px;
    margin: 11px auto 0;
}

.method_default .method__card .card_visa {
    z-index: 3;
    transform: translate(0.25rem) scale(.91);
    background: url(/assets/images/methods/visa-card.svg) 0% 0%/contain no-repeat;
    animation: 7s linear -4.66667s infinite normal none running cardAnimation;
}

.method_default .method__picture {
    display: flex;
    height: 100%;
    max-width: 140px;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    margin: auto;
}

.method_default .method__image {
    display: inline-block;
}

.method_default .method__currency {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    width: auto;
    height: auto;
    padding: 5px 4px;
    background-color: #3f4973;
    border-radius: 1rem;
    z-index: 10;
    color: #f79e7f;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.refill_modal .refill__control:nth-child(1):not(.is-hidden) {
    margin-right: 30px;
}

.refill_modal .refill__control {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: 50%;
    margin-top: 10px;
}

.form_exchange {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
}

.form_exchange .form__group_inline {
    flex-direction: row;
}

.form_exchange .form__group {
    width: 100%;
}
@media (min-width: 992px) {
.form .form__group_inline {
    flex-flow: row nowrap;
} }

@media (min-width: 768px) {
.form .form__group_inline {
    flex-flow: row nowrap;
} }

.form .form__group_inline {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.form .form__group {
    position: relative;
    display: block;
}

.form .form__control.form__control_single {
    flex: 0 0 100%;
    width: 100%;
}

.form .form__control:disabled, .form .form__control.is-disabled {
    opacity: .7;
    cursor: not-allowed;
}
.form .form__group_inline .form__control {
    width: 100%;
}

@media (min-width: 768px) {
.form_exchange .form__control {
    height: 58px;
    font-size: 20px;
    padding: 0 30px;
} }

@media (min-width: 500px) {
.form_exchange .form__control {
    height: 58px;
    font-size: 18px;
} }

.form_exchange .form__control {
    position: relative;
    display: block;
    width: 50%;
    flex: 0 0 50%;
    height: 48px;
    padding: 0 15px;
    background-color: #252e53;
    background-clip: padding-box;
    border: 2px solid #252e53;
    border-radius: 2rem;
    color: #e4e9f4;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: none;
    transition: opacity .2s ease-out 0s,background-color .2s ease-out 0s,border-color .2s ease-out 0s;
    z-index: 2;
}
.form .form__control {
    position: relative;
    display: inline-flex;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background-color: #252d52;
    border: 2px solid #252d52;
    border-radius: 1rem;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    overflow: hidden;
    outline: none;
    cursor: text;
    transition: color .2s ease-out 0s,background-color .2s ease-out 0s,border-color .2s ease-out 0s;
}

.refill_modal .refill__control .form+.button {
    margin-left: 10px;
}

.refill_modal .refill__control .button {
    width: 116px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0 30px;
    height: 58px;
}
.button.is-disabled, .button:disabled {
    opacity: .5;
    cursor: not-allowed;
}
button[disabled], html input[disabled] {
    cursor: default;
}
.button_success {
    color: #fff;
    border-color: #65b296;
    background-color: #65b296;
}

.deposit__bonuses.bonuses {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
    flex: 0 0 285px;
    width: 284px;
    height: 656px;
    padding: 30px;
    background-color: #22294b;
    border-radius: 2rem;
}

.deposit_modal .deposit__bonuses {
    margin-left: 8px;
}

.deposit__bonuses.bonuses .bonuses__head {
    display: block;
    margin-bottom: 20px;
}

.deposit__bonuses.bonuses .bonuses__title {
    display: block;
    color: #a8b6cb;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
}

.deposit__bonuses.bonuses .bonuses__title .icon {
    top: 1px;
    margin-right: 5px;
}

.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 12px;
    height: 12px;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    color: #77839c;
    font-size: 12px;
    font-family: icomoon!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    z-index: 10;
    transition: color .4s ease-out 0s;
}

.modal__close:before {
    content: "\e918";
}

.deposit__bonuses.bonuses .bonuses__bonus {
    position: relative;
    display: block;
    width: calc(100% - 14px);
    padding: 15px 0;
    margin-right: 14px;
    margin-bottom: 20px;
}

.deposit__bonuses.bonuses .bonuses__bonus:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px dashed #3a425f;
    border-radius: 2rem;
    z-index: 1;
}

.deposit__bonuses.bonuses .bonuses__progress {
    position: relative;
    margin-bottom: 9px;
    z-index: 2;
}

.progress_theme_deposit.progress_xl, .progress_theme_deposit.progress_xl .progress__bar {
    border-radius: 6px;
}
.progress.progress_xl {
    height: 32px;
    border-radius: 2rem;
}
.progress_refill {
    position: relative;
}
.progress_theme_deposit {
    background-color: #343e65;
}
.progress {
    transition: background-color 1s ease;
}
.progress {
    position: relative;
    display: flex;
    height: 8px;
    font-size: .75rem;
    border-radius: 2rem;
    background-color: transparent;
}

.progress.progress_xl .progress__text {
    top: 10px;
    right: 15px;
}

.progress_refill .progress__text {
    position: absolute;
    top: 0;
    right: 0;
    color: #e8eaff;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    z-index: 10;
}
.progress .progress__text {
    -webkit-user-select: none;
    user-select: none;
}

.progress_theme_deposit.progress_xl, .progress_theme_deposit.progress_xl .progress__bar {
    border-radius: 6px;
}

.progress_theme_deposit .progress__bar {
    background: #574cd6;
    background: linear-gradient(to right,#574cd6 0%,#c65c77 100%);
}
.progress__bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #5867dd;
    transition: width 1s ease;
    border-radius: inherit;
}

.variants_bonuses {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 2;
}

.variants_bonuses .variant:not(:last-child) {
    margin-bottom: 2px;
}

.variants_bonuses .variant {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: stretch;
    width: 100%;
    height: 38px;
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 38px;
}

.variants_bonuses .variant.is-disabled .variant__percent {
    color: #64698e;
    background-image: #252e51;
}

.variants_bonuses .variant__percent {
    display: inline-block;
    width: 44px;
    height: auto;
    flex-grow: 0;
    flex-shrink: 0;
    background-color: #252e51;
    border-radius: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #e5eeff;
    font-weight: 600;
    text-align: center;
}

.variants_bonuses .variant.is-disabled .variant__description {
    color: #64698e;
}

.variants_bonuses .variant__description {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: calc(100% - 44px);
    height: auto;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 13px;
    background-color: #2a3359;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #b1cdff;
    line-height: 15px;
}

.variants_bonuses .variant {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: stretch;
    width: 100%;
    height: 38px;
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 38px;
}

.variants_bonuses .variant.is-disabled .variant__percent {
    color: #64698e;
    background-image: #252e51;
}

.variants_bonuses .variant__percent {
    display: inline-block;
    width: 44px;
    height: auto;
    flex-grow: 0;
    flex-shrink: 0;
    background-color: #252e51;
    border-radius: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #e5eeff;
    font-weight: 600;
    text-align: center;
}

.variants_bonuses .variant.is-disabled .variant__description {
    color: #64698e;
}

.variants_bonuses .variant__description {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: calc(100% - 44px);
    height: auto;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 13px;
    background-color: #2a3359;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #b1cdff;
    line-height: 15px;
}

.modifiers_bonuses {
    display: block;
    width: 100%;
    height: auto;
	text-align: left;
}

.modifiers_bonuses .modifier:not(:last-child) {
    margin-bottom: 8px;
}



.modifiers_bonuses .modifier__head {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 15px;
    border-radius: inherit;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    z-index: 2;
    transition: border-radius .2s ease-out 0s;
}

.modifiers_bonuses .modifier__title {
    padding-right: 24px;
    color: #d3deef;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    transition: color .2s ease-out 0s;
}

.modifiers_bonuses .modifier {
    display: block;
    width: 100%;
	border: 0;
	text-align: left;
    height: auto;
    background-color: #313a61;
    border-radius: 8px;
    overflow: hidden;
}

.modifiers_bonuses .modifier__toggler {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    color: #4c5785;
    font-size: 20px;
    pointer-events: none;
    transition: color .2s ease-out 0s;
}

.modifiers_bonuses .modifier__toggler:before {
    content: "\e926";
    position: relative;
    color: inherit;
    font-family: icomoon!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modifiers_bonuses .modifier__dropdown {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding: 0;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

@media (min-width: 992px) {
.form .form__group_inline {
    flex-flow: row nowrap;
} }

@media (min-width: 768px) {
.form .form__group_inline {
    flex-flow: row nowrap;
} }

.form .form__group_inline {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.form .form__group_above .form__control {
    width: 100%;
    padding-right: 50px;
}

.form .form__group_inline .form__control {
    width: 100%;
}

@media (min-width: 768px) {
.form .form__group_above .button {
    top: 0;
    bottom: 0;
} }

.form .form__group_above .button {
    position: absolute;
    top: auto;
    right: 9px;
    bottom: 9px;
    margin: auto;
}

.button .icon, .button .button__icon, .button .button__text {
    opacity: 1;
}


.icon_check:before {
    content: "\e914";
}

.modifiers_bonuses .modifier_secret {
    background-color: #edc45a;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 210px 38px;
    background-clip: border-box;
    background-image: url(/assets/images/patterns/bonus.svg);
}



.modifiers_bonuses .modifier_secret .modifier__title {
    color: #63453c;
}

.modifiers_bonuses .modifier_secret .modifier__toggler {
    color: #805f58;
}

.modifiers_bonuses .modifier__toggler {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    color: #4c5785;
    font-size: 20px;
    pointer-events: none;
    transition: color .2s ease-out 0s;
}

.modifiers_bonuses .modifier__toggler:before {
    content: "\e926";
    position: relative;
    color: inherit;
    font-family: icomoon!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.form_exchange .form__group_inline {
    flex-direction: row;
}

.form_exchange .form__group {
    width: 100%;
}
@media (min-width: 992px) {
.form .form__group_inline {
    flex-flow: row nowrap;
} }

.form .form__control.form__control_single {
    flex: 0 0 100%;
    width: 100%;
}

.form .form__group_inline .form__control {
    width: 100%;
}

@media (min-width: 768px) {
.form_exchange .form__control {
    height: 58px;
    font-size: 20px;
    padding: 0 30px;
} }

.button_purple {
    color: #fff!important;
    border-color: #554fcc!important;
    background-color: #554fcc!important;
}

.button, .button:hover, .button:active, .button:focus {
    text-decoration: none;
    outline: none;
}

.refill_modal .deposit__animation-wrapper {
    display: flex;
    width: 200%;
}

.button {
    position: relative;
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: auto;
    height: 50px;
    padding: 0 20px;
    border: 2px solid transparent;
    background-color: transparent;
    border-radius: 1rem;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
    vertical-align: middle;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    transition: color .2s ease-out 0s,background-color .2s ease-out 0s,border-color .2s ease-out 0s,box-shadow .2s ease-out 0s;
    outline: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.modal.fade.show .modal-dialog {
    transform: translate(0);
}

.modal.fade .modal-dialog {
    transition: transform .2s ease-out;
    transform: translateY(5%);
}

@media (min-width: 992px) {
.modal .modal-dialog {
    min-width: 380px;
} }

.modal .modal-dialog {
    position: absolute;
    width: auto;
    top: 120px;
    right: 0;
    left: 0;
    margin: 0 auto;
    pointer-events: auto;
}


.modal_refill {
    max-width: 892px;
}


.modal__content {
    position: relative;
    pointer-events: auto;
}

.modal_refill .modal__wrapper {
    background-color: transparent;
}


.progress_theme_deposit {
    background-color: #343e65;
}
/*Mobile view deposit modal*/

@media (max-width: 991px) {
.deposit_modal {
    flex-direction: column;
} }

@media (max-width: 991px) {
.refill_modal {
    width: 100%;
    height: auto;
} }

@media (max-width: 499px) {
.refill_modal {
    padding: 20px 15px 25px;
    border-radius: 0;
} }

@media (max-width: 428px) {
.refill_modal {
    height: auto;
} }

@media (max-width: 430px) {
.refill_modal {
    height: auto;
} }

@media (max-width: 991px) {
.refill_modal .deposit__title {
    font-size: 14px;
} }

@media (max-width: 991px) {
.refill_modal .deposit__region {
    top: -12px;
    right: 35px;
} }

@media (max-width: 428px) {
.refill_modal .deposit__region .region__head {
    max-width: 130px;
} }

@media (max-width: 430px) {
.refill_modal .deposit__region .region__head {
    max-width: 130px;
} }

@media (max-width: 428px) {
.tabs_modal .tabs__buttons {
    width: calc(100% + 30px);
    margin: 0 -15px;
} }

@media (max-width: 430px) {
.tabs_modal .tabs__buttons {
    width: calc(100% + 30px);
    margin: 0 -15px;
} }

@media (max-width: 428px) {
.tabs_modal .tabs__button:first-child {
    border-radius: 0;
} }

@media (max-width: 430px) {
.tabs_modal .tabs__button:first-child {
    border-radius: 0;
} }

@media (max-width: 428px) {
.tabs_modal .tabs__button {
    font-size: 11px;
} }

@media (max-width: 430px) {
.tabs_modal .tabs__button {
    font-size: 11px;
} }

.tabs_modal .tabs__button .tabs__icon {
    line-height: 52px;
}

@media (max-width: 767px) {
.tabs_modal .tabs__icon {
    display: inline-block;
    font-size: 18px;
} }

.icon_banknote:before {
    content: "\e90d";
}

.icon_steam:before {
    content: "\e952";
}

.icon_vortex-dollar:before {
    content: "\e973";
}

@media (max-width: 991px) {
.payment_modal .payment__scroll {
    height: 267px!important;
} }

.payment_modal .payment__scroll {
    scrollbar-color: #2C355B #3d4671;
    scrollbar-width: 4px;
    transform: translateZ(0);
    will-change: transform;
}


@media (max-width: 428px) {
.method:nth-last-child(n+4)~.method, .method:nth-last-child(n+4):first-child {
    width: 50%;
} }

@media (max-width: 430px) {
.method:nth-last-child(n+4)~.method, .method:nth-last-child(n+4):first-child {
    width: 50%;
} }

@media (max-width: 499px) {
.refill_modal .refill__control .button {
    height: 48px;
    font-size: 12px;
    padding: 0 20px;
} }

@media (max-width: 991px) {
.deposit__bonuses.bonuses {
    width: 100%;
    height: auto;
    margin: -10px 0 0;
} }

@media (max-width: 499px) {
.deposit__bonuses.bonuses {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
} }

@media (max-width: 991px) {
.deposit__bonuses.bonuses .bonuses__title {
    font-size: 14px;
} }

@media (max-width: 991px) {
.deposit__bonuses.bonuses .bonuses__title .icon {
    top: 0px;
    width: 14px;
    height: 14px;
    margin-right: 5px;
} }

.scroll_vertical {
    overflow-y: scroll;
    overflow-x: hidden;
}

@media (max-width: 499px) {
.modal.active {
    opacity: 1;
    visibility: visible;
    min-height: var(--vh, 90vh);
    overflow: auto;
} }

@media (max-width: 499px) {
.modal .modal-dialog {
    position: absolute;
    width: auto;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    pointer-events: auto;
} }


@media (max-width: 767px) {
.tabs_modal .tabs__text {
    display: none;
} }


@media (max-width: 767px) {
.modal-close-btn svg {
    height: 1.6rem;
    width: 1.6rem;
	z-index: 99;
} }


.deposit-button-mobile {
    display: none;
}

@media (max-width: 767px) {
.deposit-button-mobile {
    top: 0.6rem;
    display: block;
    width: 2rem;
    right: 10px;
    height: 1rem;
    position: absolute;
} }

.deposit-button-desktop {
    display: block;
}

@media (max-width: 767px) {
.deposit-button-desktop {
    display: none;
	
} }


.modifier__dropdown_ref.is-open {
    padding: 0 15px 15px;
    height: auto;
    margin-top: -8px!important;
    margin: 0 auto;
    border-top-right-radius: 0!important;
    border-top-left-radius: 0!important;
    visibility: visible;
    margin-bottom: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #313a61;
    opacity: 1;
}

.modifier__dropdown_ref {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding: 0;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.modifier__dropdown_sec.is-open {
    padding: 0 15px 15px;
    height: auto;
    margin-top: -8px!important;
    margin: 0 auto;
    border-top-right-radius: 0!important;
    border-top-left-radius: 0!important;
    visibility: visible;
    margin-bottom: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #edc45a;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 210px 38px;
    background-clip: border-box;
    background-image: url(/assets/images/patterns/bonus.svg);
    opacity: 1;
}

.button.button_gradient-golden {
    color: #684722;
    background-image: linear-gradient(41.19deg,#BC5F14 2.92%,#B47E11 24.99%,#FEF1A2 48.53%,#BC881B 73.05%,#A54E07 97.08%);
    background-size: 50px 50px;
    background-position: 0;
    box-shadow: inset 2px 2px #e7cd7394;
    border: none;
    transition: background-position .2s ease-out 0s;
}

.button.button_gradient-golden:hover {
    color: #684722;
    background-position: -18px;
}

.button_success {
    color: #20274b;
    background: linear-gradient(254.68deg,#73fff3 15.77%,#a1ffda 108.81%);
    opacity: 1;
}

.button_success:hover {
	opacity: 0.8;
}

.modifier__dropdown_sec {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding: 0;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.modifiers_bonuses .modifier.is-open .modifier__toggler:before {
    content: "\e927";
}


.modifier_referral.is-open {
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.modifier_secret.is-open {
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


.button_success-alpha {
    color: #fff;
    border-color: #4caea4;
    background-color: #4caea4;
	opacity: 0.8;
}

.button_success-alpha:hover {
	opacity: 1;
}

.button_xs {
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    border-radius: 6px;
}


.button_square.button_xs {
    width: 32px!important;
	min-width: 32px;
}

.button.button_square {
    width: 50px;
    padding: 0;
}



/* end modal by herki */




/* new chat by herki */

.chat__head {
    position: initial;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 76px;
    padding: 0 72px 0 0px;
}

.chat__icon {
    display: block;
    width: 23px;
    height: 23px;
    color: #5d6393;
    font-size: 23px;
}

.icon_comment:before {
    content: "\e913";
}

.chat__rooms {
    margin-left: 15px;
	margin-top: 1px;
}

.chat-rooms {
    position: relative;
    display: inline-block;
}

.chat-rooms .chat-rooms__head {
    --chat-rooms-start: rgba(38, 49, 91, .35);
    --chat-rooms-end: rgba(50, 63, 109, .35);
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 8.4rem;
    height: 3.8rem;
    padding: 0 1rem;
    border-radius: 1.4rem;
    border: .1rem solid transparent;
    border-color: #4d5b8f33;
    background: linear-gradient(175deg, var(--chat-rooms-start) 0%, var(--chat-rooms-end) 100%);
    cursor: pointer;
    -webkit-transition: border-color .2s ease-out 0s, --chat-rooms-start .2s ease-out 0s, --chat-rooms-end .2s ease-out 0s;
    -moz-transition: border-color .2s ease-out 0s, --chat-rooms-start .2s ease-out 0s, --chat-rooms-end .2s ease-out 0s;
    transition: border-color .2s ease-out 0s, --chat-rooms-start .2s ease-out 0s, --chat-rooms-end .2s ease-out 0s;
}

.chat-rooms .chat-rooms__flag_en {
    background-image: url(/assets/images/flags/en.svg);
}

.chat-rooms .chat-rooms__flag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    background-color: #242c48;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-color .2s ease-out 0s;
}

.chat-rooms .chat-rooms__head .chat-rooms__counter .icon {
    color: #a1feff;
    font-size: 14px;
    margin-right: 8px;
}

.icon_user:before {
    content: "\e95e";
}

.chat-rooms .chat-rooms__list {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 0;
    margin-top: 44px;
    background-color: #333d65;
    border-radius: 2rem;
    box-shadow: 0 19px 46px #0b0d1a45;
    transform: translateY(-20px) translateZ(9px);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    transition: opacity .2s ease-out 0s,visibility .2s ease-out 0s,transform .2s ease-out 0s;
    z-index: 9;
}

.chat-rooms .room {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 30px;
    padding: 0 14px;
    cursor: pointer;
    transition: background-color .2s ease-out 0s;
}

.chat-rooms .room__text {
    display: inline-block;
    width: 15px;
    margin-left: 8px;
    color: #6a7698;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.chat-rooms .chat-rooms__list .room__counter {
    display: inline-block;
    width: 32px;
    flex-grow: 0;
    flex-shrink: 0;
    color: #a6b1d1;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: left;
    margin-left: 14px;
}

.chat-rooms .chat-rooms__head .chat-rooms__counter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
	font-family: 'Gotham';
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    text-align: center;
    -webkit-transition: background-color .2s ease-out 0s;
    -moz-transition: background-color .2s ease-out 0s;
    transition: background-color .2s ease-out 0s;
}

.chat__online {
    margin-left: auto;
}

.online_chat {
    display: block;
    text-align: right;
}

.online_chat .online__title {
    color: #f2c4b3;
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;
	font-family: 'Gotham';
    text-transform: uppercase;
}

.online_chat .online__count {
    position: relative;
    color: #fdd291;
    font-size: 19px;
    font-weight: 500;
    line-height: 19px;
}

.animations_off .online_chat .online__count:before {
    animation: none;
}

.online_chat .online__count:before {
    content: "";
    position: relative;
    top: -2px;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 5px;
    background-color: #fdd291;
    border-radius: 2rem;
    animation-name: lighterin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.online_chat .online__title:before {
    content: "";
    position: relative;
    top: -1px;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 5px;
    background-color: #f2c4b3c2;
    border-radius: 2rem;
    animation-name: lighterin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.button_dark-blue-alpha {
    border-color: #242c48;
    background-color: #242c48;
}

.chat-sidebar__toggle {
    position: fixed;
    right: 20px;
    color: #747e9d;
    font-size: 12px;
    transform: translateZ(105px);
    z-index: 105;
    transition: transform .2s ease-out 0s,right .2s ease-out 0s,opacity .2s ease-out 0s;
}


.chat-sidebar__toggle .icon_arrow-left {
    font-size: 12px;
    transition: transform .2s ease-out 0s;
}

.icon_arrow-left:before {
    content: "\e905";
}


@media (max-width: 499px) {
.chat-sidebar__toggle {
    top: 22px;
} }

@media (max-width: 991px) {
.chat-sidebar__toggle {
    transform: rotate(180deg) translateZ(105px);
    opacity: 1;
    visibility: visible;
} }

.chat_open .chat-sidebar .chat-sidebar__toggle {
    right: 20px;
}

@media (max-width: 991px) {
.chat_open .chat-sidebar .chat-sidebar__toggle {
    opacity: 1;
    visibility: visible;
} }


/* ITEMS RAIN CHAT */

@media (max-width: 767px) {
.items-rain {
    animation: none;
} }

.items-rain {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .4rem;
    font-family: 'Gotham';
    width: 100%;
    height: 7.8rem;
    border-radius: 1rem;
    background: linear-gradient(114.74deg, #272e49 9.11%, #48537f 89.77%);
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: filter .2s ease-out 0s;
    -moz-transition: filter .2s ease-out 0s;
    transition: filter .2s ease-out 0s;
}

.items-rain:hover {
    filter: brightness(1.1)
}

.items-rain:after {
    content: "";
    position: absolute;
    right: 0;
    display: block;
    height: 100%;
	filter: hue-rotate(333deg) saturate(200%);
    width: 73.56%;
    border-radius: inherit;
    background-image: url(../img/shine.webp);
    background-size: 100%;
    background-repeat: no-repeat;
}

.chat__items-rain {
    z-index: 4;
    width: 100%;
    margin-top: 1.8rem;
    padding: 0;
    background: transparent;
}

button.chat__items-rain.rain_not_active {
	background: transparent;
	padding:0;
}

.items-rain .items-rain__title {
    position: relative;
    z-index: 2;
    font-weight: 600;
    text-align: left;
    font-family: 'Gotham';
    font-size: 1.8rem;
    line-height: 1;
    padding-left: 2rem;
    letter-spacing: .03rem;
    color: #ebf3ff;
}

.animations_off .items-rain__background {
    animation: none;
}

.items-rain .items-rain__background {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 16.3rem;
    height: 9.1rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../img/skin4skin-giveaway.png);
}

@keyframes lighterin {

   0%{opacity:0}
   50%{opacity:1}to{opacity:0}}

@keyframes slideBackground {
   
   0%{transform:translateY(0)}to{transform:translateY(516px)}}
   
@keyframes messageShadow {
	
   0%{box-shadow:0 0 #2f395d,0 0 #2f395d,0 0 #2f395d,0 0 #2f395d,0 0 #2f395d,0 0 #2f395d,0 0 #2f395d,0 0 #2f395d;
   transform:translate(0) translateY(0)}
   50%{box-shadow:1px 1px #2f395d,2px 2px #2f395d,3px 3px #2f395d,4px 4px #2f395d,5px 5px #2f395d,6px 6px #2f395d,7px 7px #2f395d,8px 8px #2f395d;
   transform:translate(-8px) translateY(-8px)}to{box-shadow:0 0 #2f395d,0 0 #2f395d,0 0 #2f395d,0 0 #2f395d,0 0 #2f395d,0 0 #2f395d,0 0 #2f395d,0 0 #2f395d;
   transform:translate(0) translateY(0)}}

@keyframes fadeInAnimation {to{opacity:1}}
@keyframes messageAnimation{to{transform:translate(0) translateY(0) scale(1);opacity:1}}
@keyframes messageFadeInAnimation{to{opacity:1;transform:translateY(0)}}




/* new market modal by herky*/

.shop__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 13px 25px 25px;
}

.shop__actions .shop__buy {
    margin-right: 8px;
    flex: 1 100%;
}

.button.button_block {
    width: 100%;
}
.button.is-disabled, .button:disabled {
    opacity: .5;
    cursor: not-allowed;
}

.shop__actions .shop__load {
    flex-grow: 0;
    flex-shrink: 0;
	font-size: 1.5rem;
}

.icon_trash-bin:before {
    content: "\e916";
}

.button_blue {
    color: #fff;
    border-color: #485aa6;
    background-color: #485aa6;
	opacity: 0.8;
}

.button_blue:hover {
	opacity: 1;
}

.button_brand {
    color: #747e9d;
    border-color: #272f51;
    background-color: #272f51;
    transition: color .2s ease-out 0s, background-color .2s ease-out 0s;
}


.button_brand:hover {
	color: #62d5b2;
	border-color: #2f4754;
	background-color: #2f4754;
	transition: color .2s ease-out 0s,background-color .2s ease-out 0s;
}




.shop__counters {
    margin: 0px 25px 40px;
}

.shop-counters {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    background-color: #2a3256;
    border-radius: 8px;
    overflow: hidden;
}

.shop-counters .shop-counters__cell:first-child {
    border-right: 0.1rem solid #252d52;
}

.shop-counters .shop-counters__cell {
    display: block;
    flex: 0 0 33.333%;
    padding: 21px 25px 20px 23px;
    overflow: hidden;
}

.shop-counters .shop-counters__cell_pay .shop-counters__amount {
    color: #ffc28a;
}

.shop-counters .shop-counters__amount {
    color: #e5edf8;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.currency_CSF:before, .currency_USD:before {
    content: "\ea1c";
    position: relative;
    font-family: icomoon !important;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*=currency_] {
    white-space: nowrap;
}

.currency_CSF, .currency_USD {
    display: inline-flex!important;
    align-items: center!important;
    gap: .2rem!important;
	margin-top: 1px!Important;
    font-variant: tabular-nums!important;
}



.shop-counters .shop-counters__subtitle {
    margin-top: 6px;
    color: #70799e;
    font-size: 12px;
    font-weight: 400;
    font-family: 'DIN Pro';
    line-height: 1.2;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-user-select: none;
    user-select: none;
}

.shop-counters .shop-counters__amount {
    color: #e5edf8;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.shop-counters .shop-counters__cell_remains {
    background-color: #2e365a;
}

.icon_wheel:before {
    content: "\e968";
}

/* shop mob-version */


@media (max-width: 428px) {
.withdraw-list-wrapper {
    padding-bottom: 0rem!Important;
}

.withdraw-modal {
    left: 0;
    padding-top: 50px;
    top: 0px;
    height: auto;
    /* padding: 0; */
}

.withdraw-modal .modal-close-btn {
    top: 10px;
    right: 10px;
    position: fixed;
}

.withdraw-header__title {
    display: block;
    position: fixed;
    top: 20px;
}

.shop__counters {
    margin: 0px 17px 30px;
}

.withdraw-form {
    padding: 1.2rem 1.5rem;
    margin-top: -28px;
}

.shop__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
	margin-bottom: 20px;
    padding: 13px 17px 25px;
}

.withdraw-modal .modal__inner {
    padding: 0;
    overflow: hidden;
    display: grid;
    grid-template-rows: 9rem 1fr;
    background-color: #171d39;
    border-radius: 0;
} 

.withdraw-header {
    position: absolute;
    top: 20px;
    left: 20px;
}

}

@media (max-width: 430px) {
.withdraw-list-wrapper {
    padding-bottom: 0rem!Important;
}

.withdraw-modal {
    left: 0;
    padding-top: 50px;
    top: 0px;
    height: auto;
    /* padding: 0; */
}

.withdraw-modal .modal-close-btn {
    top: 10px;
    right: 10px;
    position: fixed;
}

.withdraw-header__title {
    display: block;
    position: fixed;
    top: 20px;
}

.shop__counters {
    margin: 0px 17px 30px;
}

.withdraw-form {
    padding: 1.2rem 1.5rem;
    margin-top: -28px;
}

.shop__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
	margin-bottom: 20px;
    padding: 13px 17px 25px;
}

.withdraw-modal .modal__inner {
    padding: 0;
    overflow: hidden;
    display: grid;
    grid-template-rows: 9rem 1fr;
    background-color: #171d39;
    border-radius: 0;
} 

.withdraw-header {
    position: absolute;
    top: 20px;
    left: 20px;
}

}


/*wheel by herki */

@media (min-width: 992px) {
.wheel-game {
    padding: 0 10px;
    margin-top: 0;
} }

@media (min-width: 768px) {
.wheel-game {
    padding: 0 30px;
} }
.wheel-game {
    display: block;
    width: 78rem;
	padding: 0;
    /* padding: 0 var(--gutter); */
}

@media (min-width: 1800px) and (max-width: 2199px) {
.chat_open .wheel-game .wheel-game__head {
    padding: 15px 20px;
} }


@media (min-width: 1800px) and (max-width: 2199px) {
.chat_open .wheel-game .wheel-game__head {
    padding: 15px 20px;
} }

@media (min-width: 992px) {
.wheel-game .wheel-game__title {
    margin-left: 15px;
} }

.wheel-game .wheel-game__title {
    display: block;
    color: #d6ddea;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

@media (min-width: 1400px) {
.wheel-game .wheel-game__total {
    font-size: 22px;
    line-height: 28px;
} }

.wheel-game .wheel-game__total {
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin-left: auto;
    color: #ff9b78;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

@media (min-width: 1800px) and (max-width: 2199px) {
.chat_open .wheel-game .wheel-game__head .wheel-game__icon, .chat_open .wheel-game .wheel-game__head .wheel-game__bank {
    font-size: 16px;
} }

.icon_banknotes:before {
    content: "\e934";
}

.wheel-game .wheel-game__icon+.wheel-game__bank, .wheel-game .wheel-game__bank+.wheel-game__icon {
    margin-left: 6px;
}

@media (min-width: 992px) {
.wheel-game .wheel-game__content {
    flex-flow: row wrap!important;
    margin: 0 -4px;
} }

.wheel-game .wheel-game__content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
	margin-top: 1.8rem;
}

@media (max-width: 768px) {
.wheel-sidebar__spinner {
    background: none!important;
    border-radius: 0rem!important;
} }

.wheel-sidebar__spinner {
    position: relative;
    display: flex;
    flex: 1;
    height: 100%;
    background: #1c233a;
    border-radius: 2.5rem;
    overflow: hidden;
}

.wheel-sidebar__spinner:before {
    content: " ";
    position: absolute;
    left: 7.6rem;
    top: 4rem;
    z-index: 3;
    width: 37.4rem;
    height: 28.9rem;
    background: no-repeat url(/assets/images/wheel/wheel-blur.svg);
    background-size: 37.4rem 28.9rem;
    pointer-events: none;
}

/*history wheel PAGE new */

.rounds-stats {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .9rem;
    height: 14.7rem;
    background: #222944;
    border-radius: 1.4rem;
}

.rounds-stats__title {
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    color: #7d8aaf;
    width: 8.1rem;
    text-align: center;
}

.rounds-stats__colors {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: .5rem;
}

.rounds-stats__color_2x {
    --color-bg-start: rgba(90, 96, 228, .084);
    --color-bg-end: rgba(88, 103, 236, .24);
    --color-border-color: rgba(139, 157, 254, .08);
    --color-text-color: #708fff;
}

.rounds-stats__color_3x {
    --color-bg-start: rgba(43, 172, 71, .084);
    --color-bg-end: rgba(74, 202, 110, .24);
    --color-border-color: rgba(139, 254, 185, .08);
    --color-text-color: #6fcf95;
}

.rounds-stats__color_5x {
    --color-bg-start: rgba(109, 74, 208, .084);
    --color-bg-end: rgba(116, 80, 217, .24);
    --color-border-color: rgba(184, 151, 255, .08);
    --color-text-color: #8b81f4;
}

.rounds-stats__color_20x {
    --color-bg-start: rgba(216, 164, 87, .084);
    --color-bg-end: rgba(218, 197, 87, .24);
    --color-border-color: rgba(254, 208, 139, .08);
    --color-text-color: #f3d28f;
}

.rounds-stats__color {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem;
    width: 3.6rem;
    height: 3.2rem;
    background: linear-gradient(180deg, var(--color-bg-start) 0%, var(--color-bg-end) 100%);
    border: 1px solid var(--color-border-color);
    border-radius: 1rem;
    color: var(--color-text-color);
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 700;
}

.history-new {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
    margin-top: 1.2rem;
    overflow: hidden;
}

.history__title-new {
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #7f86a8;
}

.history__wrapper-new {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}

.history__games-new {
    width: 13.8rem;
    height: 1.8rem;
    mask-image: linear-gradient(90deg, #d9d9d9 60.13%, #d9d9d900 89.24%);
}

.swiper-pointer-events-new {
    touch-action: pan-y;
}

.swiper-new {
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
}


swiper-new {
    display: block;
}

.swiper-android-new .swiper-slide-new, .swiper-wrapper-new {
    transform: translateZ(0);
}

.swiper-wrapper-new {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100%;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide-new {
    position: relative;
    flex-shrink: 0;
    width: auto;
	margin-right: 4px;
    height: 100%;
    transition-property: transform;
}

.game_2x {
    --game-bg-start: rgba(61, 93, 208, .259);
    --game-bg-end: rgba(83, 120, 251, .74);
}

.game_3x {
    --game-bg-start: rgba(39, 100, 63, .59);
    --game-bg-end: rgba(72, 193, 98, .59);
}

.game_5x {
    --game-bg-start: rgba(55, 48, 135, .74);
    --game-bg-end: rgba(130, 120, 250, .74);
}

.game_20x {
    --game-bg-start: rgba(109, 87, 53, .74);
    --game-bg-end: rgba(254, 223, 112, .74);
}


.game-new {
    width: .9rem;
    height: 1.8rem;
    border-radius: .4rem;
    cursor: pointer;
    display: block;
    background: linear-gradient(169.61deg, var(--game-bg-start) 16.73%, var(--game-bg-end) 104.85%);
    -webkit-transition: opacity .2s ease-out 0s;
    -moz-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
}

.game-new:hover {
    opacity: 0.7;
}

/* Tooltip stil (Tippy.js) */
.tippy-box[data-theme~='dark'] {
  background: #2c2f4a;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 4px 4px;
  border-radius: 6px;
}

.tippy-box[data-theme~='dark'][data-placement^='top'] > .tippy-arrow::before {
  color: #2c2f4a;
}

.history__action-new {
    --icon-size: 1.8rem!important;
    height: 3.6rem!important;
    font-size: 1.2rem!important;
    font-weight: 400!important;
}

.btn_hiw-new {
    background-color: #cddbff08!important;
    border-width: .1rem!important;
    border-color: #cddbff1a!important;
    color: #cddbffb3!important;
}

.btn-new, .btn-new:hover, .btn-new:active, .btn-new:focus {
    text-decoration: none;
    outline: none; }
	
.btn-new {
    --bgc: transparent;
    --border-color: transparent;
    --icon-size: 2.2rem;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    gap: .6rem;
    width: auto;
    min-width: auto;
    height: 6.4rem;
    background-color: var(--bgc);
    padding-inline: 1rem;
    border-width: 0;
    border-style: solid;
    border-color: var(--border-color);
    border-radius: 1rem;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1;
    color: var(--color, #fff);
    opacity: 1;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: --main-btn-gradient-start .2s 
ease-out 0s, --main-btn-gradient-end .2s 
ease-out 0s, background-color .2s 
ease-out 0s, border-color .2s 
ease-out 0s, color .2s 
ease-out 0s, filter .2s 
ease-out 0s, opacity .2s 
ease-out 0s, visibility .2s 
ease-out 0s;
    -moz-transition: --main-btn-gradient-start .2s ease-out 0s,--main-btn-gradient-end .2s ease-out 0s,background-color .2s ease-out 0s,border-color .2s ease-out 0s,color .2s ease-out 0s,filter .2s ease-out 0s,opacity .2s ease-out 0s,visibility .2s ease-out 0s;
    transition: --main-btn-gradient-start .2s 
ease-out 0s, --main-btn-gradient-end .2s 
ease-out 0s, background-color .2s 
ease-out 0s, border-color .2s 
ease-out 0s, color .2s 
ease-out 0s, filter .2s 
ease-out 0s, opacity .2s 
ease-out 0s, visibility .2s 
ease-out 0s;
}

.btn-new .icon {
    font-size: var(--icon-size)!important;
}


.btn_hiw-new:hover {
    background-color: #cddbff1a!important;
    border-color: #cddbff40!important;
    color: #cddbff!important;
}


/* END history wheel PAGE new */


@media (max-width: 768px) {
.wheel-sidebar__spinner:before {
    display: none!Important;
} }


.wheel-home-history {
    display: block;
    width: 18.8rem;
    height: 100%;
    background: #1c233a;
    border-radius: 2.5rem;
    padding: 2.5rem;
}

@media (min-width: 1400px) {
.wheel-game .wheel-game-color {
    width: calc(25% - 8px);
	margin: 0 4px;
} }

/*@media (min-width: 1200px) {
.wheel-game .wheel-game-color {
    width: calc(50% - 8px);
    margin: 0 4px;
} }*/


.wheel-game-color {
    display: block;
    width: 100%;
    opacity: 1;
    transition: opacity .2s ease-out 0s;
}

.wheel-game-color.is-disabled {
    opacity: 0.6;
	transition: opacity .2s ease-in 0s;
}

.wheel-game-color .wheel-game-color__head {
    justify-content: center;
    height: 58px;
    padding: 0 15px;
    background-color: #262f56;
    border: 1px solid #262F56;
    border-radius: 1rem;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    line-height: 58px;
    text-transform: uppercase;
}

.button .icon, .button .button__icon, .button .button__text {
    opacity: 1;
}

.wheel-game-color .wheel-game-color__head .icon {
    position: absolute;
    bottom: -10px;
    right: 0px;
    font-size: 64px;
    opacity: 0;
    transform: rotate(15deg);
    transition: opacity .2s ease-out 0s,visibility .2s ease-out 0s,transform .2s ease-out 0s;
    z-index: 1;
}

.icon_trophy:before {
    content: "\e978";
}

.wheel-color-stats {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 11px 13px;
    margin: 5px 0 7px;
    background-color: #1c233a;
    border-radius: 1rem;
    overflow: hidden;
}

.wheel-color-stats .wheel-color-stats__players {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
	margin-top: 1px;
    color: #acbcf0;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
}

.wheel-color-stats .wheel-color-stats__icon {
    color: #acbcf0;
    font-size: 14px;
}

.icon_user-circle:before {
    content: "\e945";
}

.wheel-color-stats .wheel-color-stats__count {
    margin-left: 6px;
}

.wheel-color-stats .wheel-color-stats__total {
    color: #acbcf0;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
}

@media (min-width: 1400px) {
.wheel-game .wheel-game-color .wheel-game-color__head {
    font-size: 26px;
} }

.wheel-game .wheel-game-color .wheel-game-color__head:hover {
    filter: brightness(1.2);
}

.wheel-game-color.wheel-game-color_green .wheel-game-color__head {
    color: rgb(250, 250, 250);
    background: linear-gradient(263.87deg, rgb(95 235 192) 0%, rgb(69 134 133) 100%);
    border-color: transparent;
    box-shadow: rgb(95 235 192 / 10%) 0px 10px 20px, rgb(69 134 133 / 10%) 0px 10px 20px, rgb(95 235 192) 0px -2px 4px inset, rgb(95 235 192 / 60%) 0px -8px 8px inset;
    text-shadow: rgb(138 138 138) 0px 0px 20px;
    border: none;
}


.wheel-game-color.wheel-game-color_purple .wheel-game-color__head {
    color: rgb(250, 250, 250);
    background: linear-gradient(263.87deg, rgb(148, 78, 245) 0%, rgb(92, 36, 252) 100%);
    border-color: transparent;
	box-shadow: rgb(25 201 245 / 10%) 0px 10px 20px, rgb(92 36 252 / 10%) 0px 10px 20px, rgb(148 78 245) 0px -2px 4px inset, rgb(148 78 245 / 60%) 0px -8px 8px inset;
	text-shadow: rgb(138 138 138) 0px 0px 20px;
	border: none;
	
}

.wheel-game-color.wheel-game-color_gold .wheel-game-color__head {
    color: rgb(250, 250, 250);
    background: linear-gradient(263.87deg, rgb(255 203 55) 0%, rgb(179 140 62) 100%);
    border-color: transparent;
    box-shadow: rgb(255 203 55 / 10%) 0px 10px 20px, rgb(179 140 62 / 10%) 0px 10px 20px, rgb(255 203 55) 0px -2px 4px inset, rgb(255 203 55 / 60%) 0px -8px 8px inset;
    text-shadow: rgb(138 138 138) 0px 0px 20px;
    border: none;
}

.wheel-game-color.wheel-game-color_blue .wheel-game-color__head {
    color: rgb(250, 250, 250);
    background: linear-gradient(263.87deg, rgb(69 186 255) 0%, rgb(69 97 191) 100%);
    border-color: transparent;
    box-shadow: rgb(69 186 255 / 10%) 0px 10px 20px, rgb(69 97 191 / 10%) 0px 10px 20px, rgb(69 186 255) 0px -2px 4px inset, rgb(69 186 255 / 60%) 0px -8px 8px inset;
    text-shadow: rgb(138 138 138) 0px 0px 20px;
    border: none;
}



.wheel-game-color .wheel-game-color__bets {
    position: relative;
    display: block;
    -webkit-mask-image: linear-gradient(0deg,rgba(0,0,0,0),#000 80px,#000 100%);
    mask-image: linear-gradient(0deg,rgba(0,0,0,0),#000 80px,#000 100%);
}

.vertical.selfScroll {
    overflow-y: auto;
    overflow-x: visible;
}

[_nghost-ywq-c46] {
    position: relative;
    display: block;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 1400px) {
.wheel-game .wheel-game-color .wheel-game-color__scroll, .wheel-game .wheel-game-color .wheel-game-color__no-bets {
    height: calc(100vh - 346px)!important;
} }
@media (min-width: 1200px) {
.wheel-game .wheel-game-color .wheel-game-color__scroll, .wheel-game .wheel-game-color .wheel-game-color__no-bets {
    height: calc((100vh - 382px)/2);
} }
.wheel-game-color .wheel-game-color__scroll {
    scrollbar-color: #20274b #262e59;
    scrollbar-width: 4px;
    transform: translateZ(0);
    will-change: transform;
}
.wheel-game-color .wheel-game-color__scroll {
    padding-right: 2px;
}
.wheel-game-color .wheel-game-color__scroll, .wheel-game-color .wheel-game-color__no-bets {
    height: 245px;
}


.total-padding[_ngcontent-ybv-c47] {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    transform-origin: 0 0;
    opacity: 0;
}

.scrollable-content[_ngcontent-ybv-c47] {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100vw;
    max-height: 100vh;
    position: absolute;
}

.wheel-bet:not(:last-child) {
    margin-bottom: 3px;
}

.wheel-bet {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: 100%;
    padding: 11px;
    margin-bottom: 3px;
    background-color: #1b2238;
    border-radius: 1rem;
    overflow: hidden;
    transition: opacity .2s ease-out 0s,visibility .2s ease-out 0s,transform .2s ease-out 0s,box-shadow .2s ease-out 0s;
}


.wheel-bet:hover {
    background-color: #262832;
    background: #232b46;
    transition: opacity .2s ease-out 0s, visibility .2s ease-out 0s, transform .2s ease-out 0s, box-shadow .2s ease-out 0s;
    cursor: pointer;
}

.wheel-bet .wheel-bet__user-picture {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    opacity: 1;
    transition: opacity .2s ease-out 0s;
}

.picture {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 2rem;
    flex-grow: 0;
    flex-shrink: 0;
    z-index: 1;
}

.wheel-bet .wheel-bet__user-picture:before {
    border-radius: 6px;
}

.picture_color-lightgreen:before {
    background: #68E88B;
}


.picture .img {
    position: relative;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    z-index: 2;
}

.wheel-bet .wheel-bet__nickname {
    width: 50%;
    margin-left: 8px;
    color: #94a8c8;
    margin-top: 3px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3rem;
    transition: color .2s ease-out 0s;
}

.nickname {
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: 100%;
    color: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    transition: color .2s ease-out 0s;
}

.nickname.nickname_color-lightgreen .link {
    color: #68e88b;
}

.nickname .link {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wheel-bet .wheel-bet__bank {
    margin-left: auto;
    margin-right: 4px;
    color: #ffc6b0;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    text-align: right;
}


/*spinner*/

@media (min-width: 1600px) {
.wheel-sidebar .wheel-sidebar__spinner {
    width: calc(100% - 25px);
} }

.wheel-sidebar .wheel-sidebar__spinner {
    width: 100%;
}
.spinner_wheel {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media (max-width: 768px) {
.spinner_wheel {
    position: relative;
    display: block;
    width: 100%;
    height: 380px;
    overflow: hidden;
} }

.spinner_wheel .spinner__wrapper {
    position: relative;
    display: block;
    width: 398px;
    height: 398px;
	mask-image: radial-gradient(75.29% 50.09% at 72.1% 46.91%, #c4c4c4, #c4c4c430 71.35%, #c4c4c400);
}

@media (min-width: 992px) {
.spinner_wheel .spinner__wrapper:before {
    /*content: "";
   position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 220px;
    height: 100%;
    background: linear-gradient(-90deg,rgba(0,0,0,0) 0%,#1c233a 100%);
    z-index: 3;*/
} }


@media (max-width: 768px) {
.spinner_wheel .spinner__wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 220px;
    height: 100%;
	background: linear-gradient(-90deg,rgba(0,0,0,0) 0%,#161b2e 100%);
    z-index: 3;
} }

@media (max-width: 768px) {
.spinner_wheel .spinner__content {
    position: absolute!important;
    right: 0!important;
    bottom: 0!important;
    display: block!important;
    width: 1040px!important;
    height: 1040px!important;
    transform: rotate(133deg)!important;
} }

.spinner_wheel .spinner__content {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 104rem;
    height: 104rem;
    transform: rotate(123deg);
}

@media (max-width: 768px) {
.spinner_wheel .spinner__arrow {
    position: absolute!important;
    top: 19rem!important;
    left: 18rem!important;
    z-index: 4!important;
    display: block!important;
    transform: rotate(15deg)!important;
    width: 6.8rem!important;
    height: 6rem!important;
    background-color: transparent!important;
    background-position: 0 0!important;
    background-repeat: no-repeat!important;
    background-size: 100% 100%!important;
    background-clip: border-box!important;
    background-image: url(/assets/images/wheel/new-arrow.svg)!important;
} }

.spine-container {
    position: relative;
    right: -6rem;
    z-index: 2;
    display: block;
    width: 40rem;
    height: 40rem;
    flex: none;
    -webkit-user-select: none;
    user-select: none;
}


.spinner_wheel .spinner__arrow {
    position: absolute;
    top: 14rem;
    left: 26rem;
    z-index: 4;
    display: block;
    transform: rotate(5deg);
    width: 7.6rem;
    height: 7rem;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-clip: border-box;
    background-image: url(/assets/images/wheel/new-arrow.svg);
}

@supports (-webkit-text-size-adjust: none) and (not (-ms-accelerator: true)) and (not (-moz-appearance: none))
svg {
    filter: none!important;
}

.spinner_wheel .spinner__svg .st0 {
    opacity: .9;
}

.spinner_wheel .spinner__svg .st7 {
    fill: #1b2238;
}


.spinner_wheel .spinner__svg .st1 {
    fill: #27304e;
}

.spinner_wheel .spinner__svg .st2 {
    fill: #181e32;
}


@media (max-width: 768px) {
.spinner_wheel .spinner__svg .st0 {
    opacity: .9;
}
.spinner_wheel .spinner__svg .st1 {
    fill: #222a47;
}
.spinner_wheel .spinner__svg .st2 {
    fill: #1a2137;
}
.spinner_wheel .spinner__svg .st7 {
    fill: #29355f;
}
}



.spinner_wheel .spinner__svg .gold {
    fill: #fdc937;
}

.spinner_wheel .spinner__svg .purple {
    fill: #944ff2;
}

.spinner_wheel .spinner__svg .blue {
    fill: #4576ce;
}

.spinner_wheel .spinner__svg .green {
    fill: #5de5c1;
}

.spinner_wheel .spinner__svg .blue, .spinner_wheel .spinner__svg .green, .spinner_wheel .spinner__svg .purple, .spinner_wheel .spinner__svg .gold {
    transition: opacity .2s ease-out 0s;
}

@media (min-width: 992px) {
.spinner_wheel .spinner__wrapper:after {
   /* content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 220px;
    background: linear-gradient(0deg,rgba(0,0,0,0) 0%,#1c233a 100%);
    z-index: 3;*/
} }

@media (max-width: 768px) {
.spinner_wheel .spinner__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 220px;
	background: linear-gradient(0deg,rgba(0,0,0,0) 0%,#161b2e 100%);
    z-index: 3;
} }



@media (min-width: 768px) {
.spinner_wheel .spinner__information {
    padding-left: 30px;
} }

.spinner_wheel .spinner__information {
    position: absolute;
    top: 0;
    left: 0;
    width: 344px;
    height: 344px;
    padding-top: 34px;
    z-index: 4;
}

.spinner_wheel .spinner__counter {
    position: relative;
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: auto;
    height: 40px;
    padding: 0 15px;
    background-color: #222944;
    border-radius: 12px;
    color: #8992b3;
    font-size: 16px;
    font-weight: 500;
    line-height: 43px;
    text-transform: uppercase;
}

.spinner_wheel .spinner__counter .spinner__icon {
    font-size: 16px;
}

.icon_user-circle:before {
    content: "\e945";
}

.icon-comment {
    font-size: 23px;
}

.spinner_wheel .spinner__counter .spinner__icon+.spinner__value, .spinner_wheel .spinner__counter .spinner__value+.spinner__icon {
    margin-left: 6px;
}


.spinner_wheel .spinner__loader.empty {
    display: block;
    width: 128px;
    height: 60px;
}

.spinner_wheel .spinner__start .spinner__subtitle {
    color: #568;
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
}

/* history wheel mini */

@media (min-width: 1920px) {
.wheel-sidebar .history_wheel-mini {
    right: 30px;
} }

@media (min-width: 992px) {
.wheel-sidebar .history_wheel-mini {
    right: 15px;
} }
@media (min-width: 768px) {
.wheel-sidebar .history_wheel-mini {
    right: 30px;
} }
@media (min-width: 992px) {
.wheel-sidebar .history_wheel-mini {
    top: 0;
} }
.history_wheel-mini {
    position: absolute;
    top: 0;
    right: 4px;
    width: 25px;
    height: 275px;
    margin-top: 34px;
    -webkit-user-select: none;
    user-select: none;
    overflow: hidden;
    z-index: 11;
}

.history_wheel-mini .history__wrapper {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #27304e;
    border-radius: 8px;
    overflow: hidden;
}

.history_wheel-mini .history__content {
    display: flex;
    flex-flow: column-reverse nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    width: 100%;
    height: 800px;
    padding-bottom: 6px;
}

.history_wheel-mini .history__link, .history_wheel-mini .history__link:focus, .history_wheel-mini .history__link:hover {
    outline: none;
}
.history_wheel-mini .history__link {
    position: relative;
    display: block;
    width: 9px;
    height: 24px;
    flex-grow: 0;
    flex-shrink: 0;
    border: 2px solid #282a30;
    border-radius: 8px;
    opacity: 1;
    transition: color .2s ease-out 0s,background-color .2s ease-out 0s,border-color .2s ease-out 0s;
}

.history_wheel-mini .history__link:not(:first-child) {
    margin-bottom: 6px;
}



.history_wheel-mini .history__link, .history_wheel-mini .history__link:focus, .history_wheel-mini .history__link:hover {
    outline: none;
}

.history__link_blue {
    background-color: #356bcd;
	display: block;
    width: 100%;
    border-radius: 8px;
    height: 100%;
	cursor: pointer;
}

.history__link_purple {
    background-color: #a25bff;
	display: block;
    width: 100%;
    border-radius: 8px;
    height: 100%;
	cursor: pointer;
}

.history__link_green {
    background-color: #49ffbd;
	display: block;
    width: 100%;
    border-radius: 8px;
    height: 100%;
	cursor: pointer;
}

.history__link_gold {
    background-color: #fcc937;
    display: block;
    width: 100%;
    border-radius: 8px;
    height: 100%;
	cursor: pointer;
}

.history__link_blue:hover {
    width: 180%;
    margin-left: -2px;
}

.history__link_purple:hover {
    width: 180%;
    margin-left: -2px;
}

.history__link_green:hover {
    width: 180%;
    margin-left: -2px;
}

.history__link_gold:hover {
    width: 180%;
    margin-left: -2px;
}



@media (min-width: 992px) {
.history_wheel-mini .history__wrapper:after {
    background: rgba(30,36,68,0);
    background: linear-gradient(to top,rgba(30,36,68,0) 0%,#1f2740 100%);
} }

.history_wheel-mini .history__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 10;
}

.cur-u-header-wrapper-wheel {
    background-color: #1c233a;
    flex-shrink: 0;
    padding-left: 15px;
    padding-right: 15px;
    /* padding-top: 30px; */
    height: 380px;
}

.wheel-timer .wheel-timer__value {
    color: #eaf0ff;
    font-size: 56px;
    font-weight: 500;
    line-height: 69px;
    text-transform: uppercase;
}


.spinner_wheel .spinner__timer {
    margin-top: 6px;
}

.wheel-timer {
    position: relative;
    display: block;
}

.wheel-timer .wheel-timer__subtitle {
    margin-top: 6px;
    color: #747e9d;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}


@media (max-width: 428px) {
	
.cur-u-header-wrapper-wheel {
    height: 32rem;
	padding: 0;
	margin-top: -20px;
	background: transparent;
} 


.history_wheel-mini {
    margin-top: 36px;
	right: 10px;
}

.wheel-game .wheel-game__title {
    display: none;
}

.wheel-game .wheel-game__head {
    padding-left: 20px;
    padding-right: 20px;
    background: linear-gradient(90deg,#4F4363 0%,#2D3962 25.52%);
}

.wheel-game .wheel-game__history-link {
    order: 2;
    margin-left: auto;
}

.wheel-game .wheel-game__total {
    margin-left: 0;
}

.spinner_wheel .spinner__information {
    position: absolute;
    top: 0;
    left: 0;
    width: 344px;
    height: 344px;
    padding-top: 34px;
    padding-left: 15px;
    z-index: 4;
}

}

@media (max-width: 430px) {
	
.cur-u-header-wrapper-wheel {
    height: 32rem;
	padding: 0;
	margin-top: -20px;
	background: transparent;
} 


.history_wheel-mini {
    margin-top: 4rem;
	right: 10px;
}

.wheel-game .wheel-game__title {
    display: none;
}

.wheel-game .wheel-game__head {
    padding-left: 20px;
    padding-right: 20px;
    background: linear-gradient(90deg,#4F4363 0%,#2D3962 25.52%);
}

.wheel-game .wheel-game__history-link {
    order: 2;
    margin-left: auto;
}

.wheel-game .wheel-game__total {
    margin-left: 0;
}

.spinner_wheel .spinner__information {
    position: absolute;
    top: 0;
    left: 0;
    width: 344px;
    height: 344px;
    padding-top: 34px;
    padding-left: 15px;
    z-index: 4;
}

}


@media (max-width: 767px) {
.wheel-game-color .wheel-game-color__bets {
    display: none;
}

@media (max-width: 767px) {
.wheel-game {

}



.wheel-game-color .wheel-game-color__bets.active {
    display: block;
}


}

@media (max-width: 767px) {
.wheel_round-information .wheel__bank {
    height: 3.5rem!Important;
    border-radius: 0.8rem!important;
} }

@media (max-width: 991px) {
.wheel_round-information .wheel__bank {
    margin-left: auto!important;
    width: 12rem!important;
    height: 4rem;
} }


/* new FAQ BY HERKI */

@media (min-width: 1400px) {
.page.page_split {
    flex-flow: row nowrap;
} }

.page.page_split {
    padding: 0;
    background-color: transparent;
}
@media (min-width: 992px) {
.support-page {
    flex-direction: row;
} }

.page {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    height: 100%;
    padding: 40px;
    padding-top: 20px;
    background-color: #252d52;
	background-image: linear-gradient(to top,#20274b 70%,rgba(29,35,67,0) 100%);
	border-radius: 2rem;
}


.page .page__cell {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 20px;
}

@media (min-width: 1400px) {
.support-page__aside {
    width: 430px;
} }
.support-aside {
    display: block;
    width: 100%;
}
.support-page__aside {
    background-color: #1e2027;
}
.support-page__aside, .support-page__content {
    padding: 20px;
}

.support-aside__tabs {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    border-radius: 2rem;
}

.support-aside__tab:first-child {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}

.support-aside__tab.is-active {
    color: #d6ddea;
    background-color: #2e303c;
    border-color: #2e303c;
}

.support-aside__tab {
    width: 100%;
    height: 42px;
    color: #4d505d;
    font-size: 12px;
    background-color: #272934;
    border-color: #272934;
    border-radius: 0;
}

.support-aside__tab:last-child {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

@media (min-width: 992px) {
.support-aside__tab {
    height: 60px;
    font-size: 14px;
} }

@media (min-width: 992px) {
.support-aside__sections, .support-aside__tickets {
    height: 100%;
    max-height: calc(100vh - 310px);
    margin-top: 20px;
} }

@media (min-width: 992px) {
.support-aside__sections {
    grid-gap: 10px;
} }
.support-aside__sections {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-content: flex-start;
    grid-gap: 6px;
}
.support-aside__sections, .support-aside__tickets {
    scrollbar-color: #1E2444 #22284A;
    scrollbar-width: 4px;
    transform: translateZ(0);
    will-change: transform;
}
.support-aside__sections, .support-aside__tickets {
    width: auto;
    height: calc(var(--vh, 100vh) - 360px);
    margin-top: 15px;
    padding-right: 10px;
    margin-right: -14px;
    overflow: hidden scroll;
    -webkit-mask-image: linear-gradient(0deg,rgba(0,0,0,0),#000 20px,#000 100%);
    mask-image: linear-gradient(0deg,rgba(0,0,0,0),#000 20px,#000 100%);
}

.section {
    position: relative;
    display: block;
    min-width: 0;
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #24262e;
    border-radius: 8px;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: background-color .2s ease-out 0s;
}

.section_support-aside:hover {
    background-color: #2f395d!important;
    transition: background-color .2s ease-out 0s;
}

@media (min-width: 992px) {
.section .section__icon {
    width: 50px;
    height: 50px;
} }

.section .section__icon {
    display: block;
    width: 42px;
    height: 42px;
    flex-grow: 0;
    flex-shrink: 0;
}

@media (min-width: 992px) {
.section .section__title {
    font-weight: 900;
} }

.section .section__title {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 10px;
    color: #e7edf8;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.section .section__subtitle {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 2px;
    color: #7e869e;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.section.is-active {
    background-color: #2e303c;
}

.support-content__empty {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    height: 100%;
    min-height: 425px;
    border: 1px dashed #323D66;
    border-radius: 12px;
    padding-top: 14%;
    color: #374268;
}

.support-content__empty .support-content__empty-icon {
    font-size: 84px;
}

.support-content__empty .support-content__empty-text {
    display: inline-block;
    margin-top: 20px;
    padding: 0 20px;
    color: #434e77;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
}



.section:hover {
    background-color: #2b2d36;
}
.support-aside__buttons {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: 1fr;
    grid-gap: 10px;
    width: auto;
    height: 110px;
}

.support-aside__buttons .button {
    color: #7d818f;
    background-color: #272934;
    border-color: #272934;
    border-radius: 2rem;
}

.support-aside__buttons .button_block {
    grid-area: 2/1/3/3;
}

.button.button_block {
    width: 100%;
}

.page .page__cell {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 20px;
}

@media (min-width: 1400px) {
.support-page__content {
    width: calc(100% - 430px);
} }

.support-content {
    display: block;
}
.support-page__content {
    background-color: #191a21;
}
.support-page__aside, .support-page__content {
    padding: 20px;
}

.support-header_borderless {
    border: none!important;
}

.support-header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-bottom: 10px;
    border-bottom: 1px solid #2C365E;
}

.support-header .support-header__content {
    display: block;
    min-width: 0;
    width: 100%;
    margin-right: 6px;
}

.support-header .support-header__title {
    display: block;
    margin-top: 1px;
    color: #e7edf8;
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.support-header .support-header__action.button_brand {
    color: #6f727e;
    background-color: #272934;
    height: 35px;
    font-weight: 500;
    font-size: 13px;
    border-color: #272934;
	transition: color .2s ease-out 0s,background-color .2s ease-out 0s,border-color .2s ease-out 0s,box-shadow .2s ease-out 0s;
}

.support-header .support-header__action.button_brand:hover {
    color: #b2b4bd;
    background-color: #2e303c;
    border-color: #2e303c;
	transition: color .2s ease-out 0s,background-color .2s ease-out 0s,border-color .2s ease-out 0s,box-shadow .2s ease-out 0s;
}

.support-header .support-header__action {
    flex-shrink: 0;
    margin-left: auto;
}

@media (min-width: 992px) {
.support-content__topics, .support-content__scroll {
    scrollbar-color: #242C50 #283257;
    scrollbar-width: 4px;
    transform: translateZ(0);
    will-change: transform;
} }

@media (min-width: 992px) {
.support-content__topics, .support-content__scroll {
    height: calc(100% - 120px);
    padding-right: 8px;
    margin-right: -12px;
    overflow: hidden auto;
} }

.topic:not(:last-child) {
    margin-bottom: 8px;
}

.topic {
    display: block;
    width: 100%;
    height: auto;
    background-color: #283257;
    border-radius: 2rem;
    transition: background-color .2s ease-out 0s;
}

@media (min-width: 992px) {
.topic .topic__head {
    padding: 23px 25px;
} }

.topic .topic__head {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 40px 15px 18px;
    cursor: pointer;
}

@media (min-width: 992px) {
.topic .topic__title {
    font-size: 16px;
    line-height: 20px;
} }

.topic .topic__title {
    color: #d6ddea;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    transition: color .2s ease-out 0s;
} }

.topic .topic__head:after {
    content: "";
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #5D6A93;
    transform: rotate(0);
    transition: transform .2s ease-out 0s;
}


@media (min-width: 1400px) {
.support-page__aside {
    width: 430px;
} }

.support-aside__buttons .button:hover, .support-aside__buttons .button.is-active {
    color: #ffffff;
    background-color: #2e303c;
    border-color: #2e303c;
}


@media (max-width: 428px) {
.support-aside__sections, .support-aside__tickets {
    height: calc(var(--vh, 100vh) - 460px);}
.field-input {
    border-radius: 1rem;
    padding: 0 1.5rem;
    line-height: normal;
    font-size: 1.2rem;
    color: #fff;
    height: 50px;}
.support-form .field-textarea {
    min-height: 10rem;}
}

@media (max-width: 430px) {
.support-aside__sections, .support-aside__tickets {
    height: calc(var(--vh, 100vh) - 460px);}
.field-input {
    border-radius: 1rem;
    padding: 0 1.5rem;
    line-height: normal;
    font-size: 1.2rem;
    color: #fff;
    height: 50px;}
.support-form .field-textarea {
    min-height: 10rem;}
}



/* animation skin by herki */

@media (min-width: 1920px) {
.game-sidebar {
    width: 496px;
} }

@media (min-width: 992px) {
.game-sidebar {
    width: 100%;
    /* min-height: 800px; */
    height: 380px;
    background-color: #1c233a;
} }


@media (min-width: 1920px) {
.game-sidebar .game-sidebar__header {
    height: 380px;
}

.game-sidebar .game-sidebar__header {
    display: block;
} }

@media (min-width: 1920px) {
.jackpot-sidebar .jackpot-sidebar__slider {
    padding: 30px 30px 10px;
} }

@media (min-width: 992px) {
.jackpot-sidebar .jackpot-sidebar__slider {
    display: block;
    /* padding: 2rem 15px 10px; */
    height: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 5rem;
} }

.slider .slider__content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
	height: 270px;
    align-items: center;
    transition: transform .2s ease-out 0s;
}

@media (min-width: 1920px) {
.slider_jackpot .slide {
    height: 214px;
} }

@media (min-width: 1600px) {
.slider_jackpot .slide {
    height: 194px;
} }
.slider_jackpot .slide {
    height: 214px;
}
.slider .slide_single {
    width: 100%;
}
.slider .slide {
    position: relative;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    height: 214px;
    flex-shrink: 0;
}
.skin_platform {
    position: relative;
}
.skin2 {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: top;
    transition: opacity .2s ease-out 0s;
    cursor: pointer;
}

.skin_platform .skin__preview, .skin_platform .skin__picture {
    position: relative;
    z-index: 2;
}

.skin2 .skin__preview, .skin2 .skin__picture {
    position: relative;
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    z-index: 2;
}


@media (min-width: 1920px) {
.slider_jackpot .skin__preview .image {
    /* top: -30px; */
    /* width: 314px; */
    /* height: 172px; */
} }

@media (min-width: 1600px) {
.slider_jackpot .skin__preview .image {
    /* top: -30px; */
    /* width: 270px; */
    /* height: 148px; */
} }
.slider_jackpot .skin__preview .image {
    top: -30px;
    height: 200px;
}
.skin_platform .skin__preview .image, .skin_platform .skin__picture .image {
    position: relative;
    top: -15px;
    animation: inflyer 5s infinite;
    will-change: transform;
    z-index: 3;
}
.skin2 .skin__image2 {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    z-index: 2;
}


.slider_jackpot .slide_single .skin__picture:before, .slider_jackpot .slide_single .skin__preview:before {
    width: 100px;
    height: 100px;
    filter: blur(40px);
}

.skin_platform .skin__preview:before, .skin_platform .skin__picture:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    background-color: #4e5162;
    opacity: .4;
    filter: blur(20px);
    z-index: 1;
}

.skin_platform .skin__preview .image, .skin_platform .skin__picture .image {
    position: relative;
    top: -15px;
    animation: inflyer 5s infinite;
    will-change: transform;
    z-index: 3;
}


.slider_jackpot .slide_single .skin__picture:before, .slider_jackpot .slide_single .skin__preview.blue:before {
    width: 100px;
    height: 100px;
    filter: blur(40px);
}

.skin_platform .skin__preview.blue:before, .skin_platform .skin__picture:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    background-color: #0053ff;
    opacity: .5;
    filter: blur(20px);
    z-index: 1;
}

.slider_jackpot .slide_single .skin__picture:before, .slider_jackpot .slide_single .skin__preview.red:before {
    width: 100px;
    height: 100px;
    filter: blur(40px);
}

.skin_platform .skin__preview.red:before, .skin_platform .skin__picture:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    background-color: #e68c5c;
    opacity: .5;
    filter: blur(20px);
    z-index: 1;
}

.slider_jackpot .slide_single .skin__picture:before, .slider_jackpot .slide_single .skin__preview.light-blue:before {
    width: 100px;
    height: 100px;
    filter: blur(40px);
}

.skin_platform .skin__preview.light-blue:before, .skin_platform .skin__picture:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    background-color: #80c5e8;
    opacity: .5;
    filter: blur(20px);
    z-index: 1;
}

.slider_jackpot .slide_single .skin__picture:before, .slider_jackpot .slide_single .skin__preview.gray:before {
    width: 100px;
    height: 100px;
    filter: blur(40px);
}

.skin_platform .skin__preview.gray:before, .skin_platform .skin__picture:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    background-color: #a8b7cb;
    opacity: .5;
    filter: blur(20px);
    z-index: 1;
}



.slider_jackpot .slide_single .skin__picture:before, .slider_jackpot .slide_single .skin__preview.pink:before {
    width: 100px;
    height: 100px;
    filter: blur(40px);
}

.skin_platform .skin__preview.pink:before, .skin_platform .skin__picture:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    background-color: #de75a0;
    opacity: .5;
    filter: blur(20px);
    z-index: 1;
}

.slider_jackpot .slide_single .skin__picture:before, .slider_jackpot .slide_single .skin__preview.purple:before {
    width: 100px;
    height: 100px;
    filter: blur(40px);
}

.skin_platform .skin__preview.purple:before, .skin_platform .skin__picture:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    background-color: #7f42fb;
    opacity: .5;
    filter: blur(20px);
    z-index: 1;
}


.slider_jackpot .slide_single .skin__picture:before, .slider_jackpot .slide_single .skin__preview.yellow:before {
    width: 100px;
    height: 100px;
    filter: blur(40px);
}

.skin_platform .skin__preview.yellow:before, .skin_platform .skin__picture:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    background-color: #ffea00;
    opacity: .5;
    filter: blur(20px);
    z-index: 1;
}




@keyframes inflyer {
	
0% {
    transform: translateY(0) rotate(0);
}
50% {
    transform: translateY(20px) rotate(3deg);
}

100% {
    transform: translateY(0);
}
}


@media (min-width: 1920px) {
.slider_jackpot .slide_single .skin__platform {
    top: 50px;
} }

@media (min-width: 1600px) {
.slider_jackpot .slide_single .skin__platform {
    top: 30px;
} }
.slider_jackpot .slide_single .skin__platform {
    top: 66px;
}
@media (min-width: 1920px) {
.slider_jackpot .skin__platform {
    top: 66px;
} }
.slide_single .platform_jackpot {
    width: 260px;
    height: 260px;
}
.skin_platform .skin__platform {
    position: absolute;
    top: 57px;
    left: 0;
    right: 0;
    z-index: 1;
}
.platform {
    display: block;
    width: 200px;
    height: 200px;
    margin: auto;
    border-radius: 500px;
    transform-style: preserve-3d;
    transform: rotatex(80deg);
    perspective: 500px;
}

.slide_single .platform_jackpot .platform__circle:nth-child(1) {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.platform .platform__circle:nth-child(1) {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    animation-delay: 0s;
    border-color: #242c55;
    box-shadow: 0 4px 4px #242c55, 0 4px 8px #242c55 inset, 0 4px 10px #242c55 inset;
}

.platform .platform__circle:nth-child(2) {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    animation-delay: .25s;
    border-color: #2d3161;
    box-shadow: 0 4px 4px #2d3161, 0 4px 8px #2d3161 inset, 0 4px 10px #2d3161 inset;
}


.platform .platform__circle:nth-child(3) {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    animation-delay: .5s;
    border-color: #3a317c;
    box-shadow: 0 4px 4px #3a317c, 0 4px 8px #3a317c inset, 0 4px 10px #3a317c inset;
}

.platform .platform__circle:nth-child(4) {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    animation-delay: .75s;
    border-color: #5d40af;
    box-shadow: 0 4px 4px #5d40af, 0 4px 8px #5d40af inset, 0 4px 10px #5d40af inset;
}

.platform .platform__circle:nth-child(5) {
    top: 40px;
    bottom: 40px;
    left: 40px;
    right: 40px;
    animation-delay: 1s;
    border-color: #815ecc;
    box-shadow: 0 4px 4px #815ecc, 0 4px 8px #815ecc inset, 0 4px 10px #815ecc inset;
}

.platform .platform__circle:nth-child(6) {
    top: 50px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    animation-delay: 1.25s;
    border-color: #a189e4;
    box-shadow: 0 4px 4px #a189e4, 0 4px 8px #a189e4 inset, 0 4px 10px #a189e4 inset;
}

.platform .platform__circle:nth-child(7) {
    top: 60px;
    bottom: 60px;
    left: 60px;
    right: 60px;
    animation-delay: 1.5s;
    border-color: #e0aaff;
    box-shadow: 0 4px 4px #e0aaff, 0 4px 8px #e0aaff inset, 0 4px 10px #e0aaff inset;
}

/*blue*/

.platform .platform__circle.blue:nth-child(1) {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    animation-delay: 0s;
    border-color: #222f5f;
    box-shadow: 0 4px 4px #222f5f, 0 4px 8px #222f5f inset, 0 4px 10px #222f5f inset;
}

.platform .platform__circle.blue:nth-child(2) {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    animation-delay: .25s;
    border-color: #26356a;
    box-shadow: 0 4px 4px #26356a, 0 4px 8px #26356a inset, 0 4px 10px #26356a inset;
}


.platform .platform__circle.blue:nth-child(3) {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    animation-delay: .5s;
    border-color: #32468d;
    box-shadow: 0 4px 4px #32468d, 0 4px 8px #32468d inset, 0 4px 10px #32468d inset;
}

.platform .platform__circle.blue:nth-child(4) {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    animation-delay: .75s;
    border-color: #3850a4;
    box-shadow: 0 4px 4px #3850a4, 0 4px 8px #3850a4 inset, 0 4px 10px #3850a4 inset;
}

.platform .platform__circle.blue:nth-child(5) {
    top: 40px;
    bottom: 40px;
    left: 40px;
    right: 40px;
    animation-delay: 1s;
    border-color: #4562ca;
    box-shadow: 0 4px 4px #4562ca, 0 4px 8px #4562ca inset, 0 4px 10px #4562ca inset;
}

.platform .platform__circle.blue:nth-child(6) {
    top: 50px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    animation-delay: 1.25s;
    border-color: #4f70e9;
    box-shadow: 0 4px 4px #4f70e9, 0 4px 8px #4f70e9 inset, 0 4px 10px #4f70e9 inset;
}

.platform .platform__circle.blue:nth-child(7) {
    top: 60px;
    bottom: 60px;
    left: 60px;
    right: 60px;
    animation-delay: 1.5s;
    border-color: #6385ff;
    box-shadow: 0 4px 4px #6385ff, 0 4px 8px #6385ff inset, 0 4px 10px #6385ff inset;
}

/*end blue*/

/*yellow*/

.platform .platform__circle.yellow:nth-child(1) {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    animation-delay: 0s;
    border-color: #544f1054;
    box-shadow: 0 4px 4px #544f1054, 0 4px 8px #544f1054 inset, 0 4px 10px #544f1054 inset;
}

.platform .platform__circle.yellow:nth-child(2) {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    animation-delay: .25s;
    border-color: #93880054;
    box-shadow: 0 4px 4px #93880054, 0 4px 8px #93880054 inset, 0 4px 10px #93880054 inset;
}


.platform .platform__circle.yellow:nth-child(3) {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    animation-delay: .5s;
    border-color: #766e10;
    box-shadow: 0 4px 4px #766e10, 0 4px 8px #766e10 inset, 0 4px 10px #766e10 inset;
}

.platform .platform__circle.yellow:nth-child(4) {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    animation-delay: .75s;
    border-color: #918610;
    box-shadow: 0 4px 4px #918610, 0 4px 8px #918610 inset, 0 4px 10px #918610 inset;
}

.platform .platform__circle.yellow:nth-child(5) {
    top: 40px;
    bottom: 40px;
    left: 40px;
    right: 40px;
    animation-delay: 1s;
    border-color: #b1a412;
    box-shadow: 0 4px 4px #b1a412, 0 4px 8px #b1a412 inset, 0 4px 10px #b1a412 inset;
}

.platform .platform__circle.yellow:nth-child(6) {
    top: 50px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    animation-delay: 1.25s;
    border-color: #dfce10;
    box-shadow: 0 4px 4px #dfce10, 0 4px 8px #dfce10 inset, 0 4px 10px #dfce10 inset;
}

.platform .platform__circle.yellow:nth-child(7) {
    top: 60px;
    bottom: 60px;
    left: 60px;
    right: 60px;
    animation-delay: 1.5s;
    border-color: #ffea00;
    box-shadow: 0 4px 4px #ffea00, 0 4px 8px #ffea00 inset, 0 4px 10px #ffea00 inset;
}

/*end yellow*/

/*pink*/

.platform .platform__circle.pink:nth-child(1) {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    animation-delay: 0s;
    border-color: #2d2c50;
    box-shadow: 0 4px 4px #2d2c50, 0 4px 8px #2d2c50 inset, 0 4px 10px #2d2c50 inset;
}

.platform .platform__circle.pink:nth-child(2) {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    animation-delay: .25s;
    border-color: #412f53;
    box-shadow: 0 4px 4px #412f53, 0 4px 8px #412f53 inset, 0 4px 10px #412f53 inset;
}


.platform .platform__circle.pink:nth-child(3) {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    animation-delay: .5s;
    border-color: #67385f;
    box-shadow: 0 4px 4px #67385f, 0 4px 8px #67385f inset, 0 4px 10px #67385f inset;
}

.platform .platform__circle.pink:nth-child(4) {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    animation-delay: .75s;
    border-color: #914c72;
    box-shadow: 0 4px 4px #914c72, 0 4px 8px #914c72 inset, 0 4px 10px #914c72 inset;
}

.platform .platform__circle.pink:nth-child(5) {
    top: 40px;
    bottom: 40px;
    left: 40px;
    right: 40px;
    animation-delay: 1s;
    border-color: #b85886;
    box-shadow: 0 4px 4px #b85886, 0 4px 8px #b85886 inset, 0 4px 10px #b85886 inset;
}

.platform .platform__circle.pink:nth-child(6) {
    top: 50px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    animation-delay: 1.25s;
    border-color: #de75a0;
    box-shadow: 0 4px 4px #de75a0, 0 4px 8px #de75a0 inset, 0 4px 10px #de75a0 inset;
}

.platform .platform__circle.pink:nth-child(7) {
    top: 60px;
    bottom: 60px;
    left: 60px;
    right: 60px;
    animation-delay: 1.5s;
    border-color: #fa85af;
    box-shadow: 0 4px 4px #fa85af, 0 4px 8px #fa85af inset, 0 4px 10px #fa85af inset;
}

/*end pink*/


/*red*/

.platform .platform__circle.red:nth-child(1) {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    animation-delay: 0s;
    border-color: #322f48;
    box-shadow: 0 4px 4px #322f48, 0 4px 8px #322f48 inset, 0 4px 10px #322f48 inset;
}

.platform .platform__circle.red:nth-child(2) {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    animation-delay: .25s;
    border-color: #4c3c45;
    box-shadow: 0 4px 4px #4c3c45, 0 4px 8px #4c3c45 inset, 0 4px 10px #4c3c45 inset;
}


.platform .platform__circle.red:nth-child(3) {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    animation-delay: .5s;
    border-color: #71514c;
    box-shadow: 0 4px 4px #71514c, 0 4px 8px #71514c inset, 0 4px 10px #71514c inset;
}

.platform .platform__circle.red:nth-child(4) {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    animation-delay: .75s;
    border-color: #a76d4c;
    box-shadow: 0 4px 4px #a76d4c, 0 4px 8px #a76d4c inset, 0 4px 10px #a76d4c inset;
}

.platform .platform__circle.red:nth-child(5) {
    top: 40px;
    bottom: 40px;
    left: 40px;
    right: 40px;
    animation-delay: 1s;
    border-color: #d38558;
    box-shadow: 0 4px 4px #d38558, 0 4px 8px #d38558 inset, 0 4px 10px #d38558 inset;
}

.platform .platform__circle.red:nth-child(6) {
    top: 50px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    animation-delay: 1.25s;
    border-color: #e68c5c;
    box-shadow: 0 4px 4px #e68c5c, 0 4px 8px #e68c5c inset, 0 4px 10px #e68c5c inset;
}

.platform .platform__circle.red:nth-child(7) {
    top: 60px;
    bottom: 60px;
    left: 60px;
    right: 60px;
    animation-delay: 1.5s;
    border-color: #ffa869;
    box-shadow: 0 4px 4px #ffa869, 0 4px 8px #ffa869 inset, 0 4px 10px #ffa869 inset;
}

/*end red*/

/*purple*/

.platform .platform__circle.purple:nth-child(1) {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    animation-delay: 0s;
    border-color: #242c55;
    box-shadow: 0 4px 4px #242c55, 0 4px 8px #242c55 inset, 0 4px 10px #242c55 inset;
}

.platform .platform__circle.purple:nth-child(2) {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    animation-delay: .25s;
    border-color: #2d3161;
    box-shadow: 0 4px 4px #2d3161, 0 4px 8px #2d3161 inset, 0 4px 10px #2d3161 inset;
}


.platform .platform__circle.purple:nth-child(3) {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    animation-delay: .5s;
    border-color: #393476;
    box-shadow: 0 4px 4px #393476, 0 4px 8px #393476 inset, 0 4px 10px #393476 inset;
}

.platform .platform__circle.purple:nth-child(4) {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    animation-delay: .75s;
    border-color: #5346a9;
    box-shadow: 0 4px 4px #5346a9, 0 4px 8px #5346a9 inset, 0 4px 10px #5346a9 inset;
}

.platform .platform__circle.purple:nth-child(5) {
    top: 40px;
    bottom: 40px;
    left: 40px;
    right: 40px;
    animation-delay: 1s;
    border-color: #6d5ecc;
    box-shadow: 0 4px 4px #6d5ecc, 0 4px 8px #6d5ecc inset, 0 4px 10px #6d5ecc inset;
}

.platform .platform__circle.purple:nth-child(6) {
    top: 50px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    animation-delay: 1.25s;
    border-color: #8471f8;
    box-shadow: 0 4px 4px #8471f8, 0 4px 8px #8471f8 inset, 0 4px 10px #8471f8 inset;
}

.platform .platform__circle.purple:nth-child(7) {
    top: 60px;
    bottom: 60px;
    left: 60px;
    right: 60px;
    animation-delay: 1.5s;
    border-color: #9f8fff;
    box-shadow: 0 4px 4px #9f8fff, 0 4px 8px #9f8fff inset, 0 4px 10px #9f8fff inset;
}

/*end purple*/

/*light-blue*/

.platform .platform__circle.light-blue:nth-child(1) {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    animation-delay: 0s;
    border-color: #222e50;
    box-shadow: 0 4px 4px #222e50, 0 4px 8px #222e50 inset, 0 4px 10px #222e50 inset;
}

.platform .platform__circle.light-blue:nth-child(2) {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    animation-delay: .25s;
    border-color: #243555;
    box-shadow: 0 4px 4px #243555, 0 4px 8px #243555 inset, 0 4px 10px #243555 inset;
}


.platform .platform__circle.light-blue:nth-child(3) {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    animation-delay: .5s;
    border-color: #2d4561;
    box-shadow: 0 4px 4px #2d4561, 0 4px 8px #2d4561 inset, 0 4px 10px #2d4561 inset;
}

.platform .platform__circle.light-blue:nth-child(4) {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    animation-delay: .75s;
    border-color: #315c7c;
    box-shadow: 0 4px 4px #315c7c, 0 4px 8px #315c7c inset, 0 4px 10px #315c7c inset;
}

.platform .platform__circle.light-blue:nth-child(5) {
    top: 40px;
    bottom: 40px;
    left: 40px;
    right: 40px;
    animation-delay: 1s;
    border-color: #4482ae;
    box-shadow: 0 4px 4px #4482ae, 0 4px 8px #4482ae inset, 0 4px 10px #4482ae inset;
}

.platform .platform__circle.light-blue:nth-child(6) {
    top: 50px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    animation-delay: 1.25s;
    border-color: #5e9ecc;
    box-shadow: 0 4px 4px #5e9ecc, 0 4px 8px #5e9ecc inset, 0 4px 10px #5e9ecc inset;
}

.platform .platform__circle.light-blue:nth-child(7) {
    top: 60px;
    bottom: 60px;
    left: 60px;
    right: 60px;
    animation-delay: 1.5s;
    border-color: #7bc5ef;
    box-shadow: 0 4px 4px #7bc5ef, 0 4px 8px #7bc5ef inset, 0 4px 10px #7bc5ef inset;
}

/*end light-blue*/

/*gray*/

.platform .platform__circle.gray:nth-child(1) {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    animation-delay: 0s;
    border-color: #283054;
    box-shadow: 0 4px 4px #283054, 0 4px 8px #283054 inset, 0 4px 10px #283054 inset;
}

.platform .platform__circle.gray:nth-child(2) {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    animation-delay: .25s;
    border-color: #384364;
    box-shadow: 0 4px 4px #384364, 0 4px 8px #384364 inset, 0 4px 10px #384364 inset;
}


.platform .platform__circle.gray:nth-child(3) {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    animation-delay: .5s;
    border-color: #4d5878;
    box-shadow: 0 4px 4px #4d5878, 0 4px 8px #4d5878 inset, 0 4px 10px #4d5878 inset;
}

.platform .platform__circle.gray:nth-child(4) {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    animation-delay: .75s;
    border-color: #657392;
    box-shadow: 0 4px 4px #657392, 0 4px 8px #657392 inset, 0 4px 10px #657392 inset;
}

.platform .platform__circle.gray:nth-child(5) {
    top: 40px;
    bottom: 40px;
    left: 40px;
    right: 40px;
    animation-delay: 1s;
    border-color: #8999b2;
    box-shadow: 0 4px 4px #8999b2, 0 4px 8px #8999b2 inset, 0 4px 10px #8999b2 inset;
}

.platform .platform__circle.gray:nth-child(6) {
    top: 50px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    animation-delay: 1.25s;
    border-color: #a1b3cb;
    box-shadow: 0 4px 4px #a1b3cb, 0 4px 8px #a1b3cb inset, 0 4px 10px #a1b3cb inset;
}

.platform .platform__circle.gray:nth-child(7) {
    top: 60px;
    bottom: 60px;
    left: 60px;
    right: 60px;
    animation-delay: 1.5s;
    border-color: #d1e1f4;
    box-shadow: 0 4px 4px #d1e1f4, 0 4px 8px #d1e1f4 inset, 0 4px 10px #d1e1f4 inset;
}

/*end gray*/





.slide_single .platform_jackpot .platform__circle:nth-child(7) {
    top: 102px;
    bottom: 102px;
    left: 102px;
    right: 102px;
}

.slide_single .platform_jackpot .platform__circle:nth-child(4) {
    top: 51px;
    bottom: 51px;
    left: 51px;
    right: 51px;
}

.slide_single .platform_jackpot .platform__circle:nth-child(3) {
    top: 34px;
    bottom: 34px;
    left: 34px;
    right: 34px;
}

.slide_single .platform_jackpot .platform__circle:nth-child(2) {
    top: 17px;
    bottom: 17px;
    left: 17px;
    right: 17px;
}


.platform .platform__circle {
    position: absolute;
    margin: auto;
    border: 10px solid transparent;
    animation: animate 2s ease-in-out infinite;
    border-radius: 500px;
    transition: border-color .2s ease-out 0s,box-shadow .2s ease-out 0s;
}

.slide_single .platform_jackpot .platform__circle:nth-child(5) {
    top: 68px;
    bottom: 68px;
    left: 68px;
    right: 68px;
}

.slide_single .platform_jackpot .platform__circle {
    border-width: 17px;
}

.slide_single .platform_jackpot .platform__circle:nth-child(6) {
    top: 85px;
    bottom: 85px;
    left: 85px;
    right: 85px;
}



@keyframes animate {
0%, 100% {
    transform: translateZ(0); }
50% {
    transform: translateZ(-10.2px); }
}


@media (min-width: 1920px) {
.jackpot-sidebar__action {
    padding: 0 30px;
} }

@media (min-width: 992px) {
.jackpot-sidebar__action {
    padding: 0 15px;
} }
@media (min-width: 768px) {
.jackpot-sidebar__action {
    padding: 0 20px;
} }
.jackpot-sidebar__action {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.jackpot-sidebar__action .button {
    height: 74px;
    font-size: 19px;
    line-height: 74px;
	padding: 0 15px;
}

.button-jackpot {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    background: linear-gradient(263.87deg, rgb(148, 78, 245) 0%, rgb(92, 36, 252) 100%)!important;
    text-shadow: rgb(138 138 138) 0px 0px 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: rgb(25 201 245 / 10%) 0px 10px 20px, rgb(92 36 252 / 10%) 0px 10px 20px, rgb(148 78 245) 0px -2px 4px inset, rgb(148 78 245 / 60%) 0px -8px 8px inset;
    outline: none;
    border: 0;
    cursor: pointer;
    border-radius: 1rem;
    text-transform: uppercase;
    line-height: 74px;
    margin-top: -80px;
    /* margin-bottom: 10px; */
    height: 74px;
}


li::marker {
    color: #a5a8ff;
}


.content .quote {
    display: block;
    width: auto;
    height: auto;
    padding: 18px 22px 10px;
    margin-top: 20px;
    background-color: #353f6e;
    border-radius: 8px;
    color: #b6b8f7;
}

.quote_info {
    color: #8ea0fb;
    background-color: #2f3763;
}
.quote_default {
    padding: 15px;
    border-radius: 2rem;
    overflow: hidden;
}
.quote {
    position: relative;
}

@media (min-width: 768px) {
.quote_info:before {
    content: "\e920";
    color: #2e3860;
} }

.quote_default:before {
    content: "";
    position: absolute;
    right: 50px;
    bottom: -10px;
    display: block;
    width: 48px;
    height: 48px;
    color: inherit;
    font-family: icomoon!important;
    speak: never;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 48px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.content p {
    position: relative;
    margin-bottom: 8px;
}

.content strong {
    font-weight: 700;
}

.topic__action {
    margin-top: 25px;
    display: block;
    width: 100%;
    text-align: right;
}

/* toggler skins */

.btn_csgo.btn_csgo-effect {
    color: #2a3058;
    border-color: #2a3058;
	border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important;
    background-color: transparent;
}

.btn_csgo.btn_csgo-effect.active {
    background: linear-gradient(90deg, #f2c8b863 15.77%, #f2b59e17 108.81%);
}


.btn_dota2.active span {
    color: #ad9eff;
}

.btn_csgo.active span {
    color: #ffccba;
}

span.switcher-csgo-name {
    font-family: 'Gotham';
    font-weight: 600;
    margin-top: 2px;
    text-align: center;
    color: #2f385b;
    font-size: 1.4rem;
}

span.switcher-dota2-name {
    font-family: 'Gotham';
    font-weight: 600;
    margin-top: 2px;
    text-align: center;
    color: #2f385b;
    font-size: 1.4rem;
	padding-left: 0.7rem
}


.btn_csgo.btn_csgo-effect.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 50%;
    opacity: 0.8;
    filter: blur(30px);
    z-index: 1;
}

.btn_csgo.btn_csgo-effect.active svg {
	fill: #ffccba;
}

.btn_csgo.btn_csgo-effect svg {
	fill: #2f385b;
	width: 3.6rem;
    height: 3.6rem;
}

.btn_csgo {
    color: #fff;
    border-color: #2a3058;
    background-color: #2a3058;
}
.csgo-switcher {
    width: 49.9%;
	float: left;
    line-height: 1;
}


.btn_dota2.btn_dota2-effect {
    color: #2a3058;
    border-color: #2a3058;
	border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important;
    background-color: transparent;
}

.btn_dota2.btn_dota2-effect.active {
	
    background: linear-gradient(270deg, #9180e163 15.77%, #6369b717 108.81%);
}

.btn_dota2.btn_dota2-effect.active svg {
	fill: #ad9eff;
}

.btn_dota2.btn_dota2-effect.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 50%;
    opacity: 0.8;
    filter: blur(30px);
    z-index: 1;
}



.btn_dota2.btn_dota2-effect svg {
	fill: #2f385b;
	width: 3.6rem;
    height: 3.6rem;
}

.btn_dota2 {
    color: #fff;
    border-color: #2a3058;
    background-color: #2a3058;
}

.dota2-switcher {
    width: 49.9%;
	float: right;
    line-height: 1;
}

.select-game-skins {
    /* width: 100%; */
    background: #202741;
    border-radius: 1rem;
    margin-left: auto;
    /* margin-left: 20px; */
    /* margin-right: 20px; */
}


/*mobile menu shadow */

.mob-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 70px;
    display: block;
    width: 100%;
    height: 40px;
    /*background-image: linear-gradient(180deg,rgba(25,31,59,0) 0%,rgb(21 22 28) 100%);*/
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
}


/* csgo and dota toggle mobile */

@media only screen and (max-width: 428px) {
.select-game-skins {
    width: auto;
    position: relative;
    border-radius: 1rem;
    left: 0px;
    margin-top: 0px;
    height: 60px;
    top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.btn_csgo.btn_csgo-effect {
    color: #2a3058;
    border-color: #2a3058;
    height: 60px;
    width: 50%;
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important;
    background-color: transparent;
}

.btn_csgo.btn_csgo-effect svg {
    fill: #2f385b;
    width: 3rem;
    height: 3rem;
}

.btn_dota2.btn_dota2-effect {
    color: #2a3058;
    border-color: #2a3058;
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important;
    width: 50%;
    height: 60px;
    background-color: transparent;
}

.btn_dota2.btn_dota2-effect svg {
    fill: #2f385b;
    width: 3rem;
    height: 3rem;
}

}

@media only screen and (max-width: 430px) {
.select-game-skins {
    width: auto;
    position: relative;
    border-radius: 1rem;
    left: 0px;
    margin-top: 0px;
    height: 60px;
    top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.btn_csgo.btn_csgo-effect {
    color: #2a3058;
    border-color: #2a3058;
    height: 60px;
    width: 50%;
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important;
    background-color: transparent;
}

.btn_csgo.btn_csgo-effect svg {
    fill: #2f385b;
    width: 3rem;
    height: 3rem;
}

.btn_dota2.btn_dota2-effect {
    color: #2a3058;
    border-color: #2a3058;
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important;
    width: 50%;
    height: 60px;
    background-color: transparent;
}

.btn_dota2.btn_dota2-effect svg {
    fill: #2f385b;
    width: 3rem;
    height: 3rem;
}

}


/* cases design by herki */

@media (max-width: 428px) {
.collection {
    margin-top: 16px;
} }

@media (max-width: 430px) {
.collection {
    margin-top: 16px;
} }


.collection {
    margin-top: 100px;
    overflow: auto;
    height: 100%;
    padding-right: 20px;
    margin-right: -20px;
    max-height: 650px;
}



.collection-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-left {
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    position: relative;
}

.cases-overflow {
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-x: hidden;
    overflow-y: scroll;
	display: contents;
    min-height: 0;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -30px;
    padding: 60px 60px 0 60px;
    width: 100%;
}

.cases-container {
    height: calc(100% + 21px);
    padding: 0 0 30px 0;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

.collection-cases {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(260px,1fr));
    gap: 45px;
    margin-top: 32px;
}

.case-card {
    padding: 20px;
    position: relative;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(43,46,57,.25)),to(#2b2e39));
    background: linear-gradient(180deg,rgba(43,46,57,.25),#2b2e39);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.card-cover {
    width: 100%;
    height: 300px;
    min-width: 300px;
    margin: -75px -22px 0 -22px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.card-price {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(23,24,32,.51)),to(rgba(64,68,84,.54)));
    background: linear-gradient(180deg,rgba(23,24,32,.51),rgba(64,68,84,.54));
    border-radius: 8px;
    position: relative;
    margin-top: -21px;
    width: 100%;
    height: 35px;
}

.price-body {
    background: #20232c;
    position: absolute;
    border-radius: 7px;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
}

.body-value {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #fe932a;
}

.card-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    height: 42px;
    width: 100%;
    margin-top: 13px;
}

.card-divider {
    background: hsla(0,0%,100%,.1);
    height: 2px;
    width: 30px;
    border-radius: 2rem;
    margin: 0 auto;
    --top: 1px;
    margin-top: calc(15px + var(--top));
}

.case-card:hover .card-divider {
    background: #fe932a;
    border-radius: 6px;
    height: 2px;
    -webkit-box-shadow: #fe932a;
    box-shadow: #fe932a;
    --top: 0px;
}

.card-corner {
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: hsla(0,0%,100%,.1);
}


.case-card:hover {
    background: linear-gradient(35.06deg,rgba(254,147,42,.2),rgba(43,46,57,0) 20%),linear-gradient(180deg,#2b2e39,#2b2e39);
}



.case-card:hover .card-corner {
    color: #fe932a;
}


.case-last {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(31,33,42,.5)),color-stop(40.64%,rgba(36,39,49,.5)));
    background: linear-gradient(180deg,rgba(31,33,42,.5),rgba(36,39,49,.5) 40.64%);
    margin: 60px -60px 0 -60px;
    padding: 60px 60px 8px 60px;
    max-width: 100%;
}

.last-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.title-text {
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}

.last-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 27px;
    overflow: hidden;
    padding: 52px 60px;
    margin: 0 -60px;
    width: 100%;
}

.items-item {
    height: 200px;
    width: 180px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.case-last-item {
    position: relative;
    border-radius: 8px;
    border: 1.5px solid transparent;
    cursor: pointer;
    -webkit-transition: border .125s ease-in-out,-webkit-box-shadow .125s ease-in-out;
    transition: border .125s ease-in-out,-webkit-box-shadow .125s ease-in-out;
    transition: border .125s ease-in-out,box-shadow .125s ease-in-out;
    transition: border .125s ease-in-out,box-shadow .125s ease-in-out,-webkit-box-shadow .125s ease-in-out;
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out,opacity .3s ease-in-out;
    transition: transform .3s ease-in-out,opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
}

.last-item {
    height: 100%;
    width: 100%;
}

.case-item {
    padding: 16px;
    border-radius: 8px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.last-item .item-icon {
    top: 0;
}
.item-icon {
    margin: 0 auto;
    position: absolute;
    top: 20px;
    left: 28px;
    right: 28px;
}
.item-icon {
    background-image: url(../img/item_placeholder.c1601cbd.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}


.item-bottom {
    margin-top: auto;
}

.bottom-type {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}

.bottom-name {
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    color: #fff;
    margin-top: 4px;
}

.bottom-price {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin-top: 14px;
}

.last-item .item-bottom, .last-item .item-corner, .last-item .item-icon {
    -webkit-transition: opacity .125s ease-in-out;
    transition: opacity .125s ease-in-out;
}

.item-corner {
    position: absolute;
    left: 5px;
    bottom: 5px;
    opacity: .5;
}

.case-name, .case-user {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case-name {
    margin-top: auto;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: var(--color);
}

.case-user {
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    margin-top: 4px;
}

.case-name, .case-user{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.case-last-item:hover .last-case {
    opacity: 1;
}


.case-last-item .last-case {
    opacity: 0;
}


.last-case {
    padding: 16px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .125s ease-in-out;
    transition: opacity .125s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.top-title-cases {
    height: 65px;
	margin-top: 20px;
}


@media (max-width: 428px) {
.collection-cases {
    margin-top: 16px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 26px;
    grid-template-columns: repeat(auto-fill,minmax(172px,1fr));
} }

@media (max-width: 428px) {
.card-cover {
    height: 170px;
    min-width: 170px;
    margin: -50px 1px 0 1px;
} }

@media (max-width: 428px) {
.card-price { 
    margin-top: -11px;
} }

@media (max-width: 428px) {
.card-divider {
    margin-top: calc(9px + var(--top));
} }

@media (max-width: 428px) {
.case-card {
    padding: 20px 17px 27px 17px;
} }

@media (max-width: 428px) {
.cases-overflow {
    padding-top: 0;
    overflow: unset;
    min-height: 0;
    padding: 0 10px 0 10px;
    margin: 0;
} }


@media (max-width: 428px) {
.collection {
    max-height: 100%;
} }

@media (max-width: 428px) {
.inner-page-cases {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
} }


@media (max-width: 430px) {
.collection-cases {
    margin-top: 16px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 26px;
    grid-template-columns: repeat(auto-fill,minmax(172px,1fr));
} }

@media (max-width: 430px) {
.card-cover {
    height: 170px;
    min-width: 170px;
    margin: -50px 1px 0 1px;
} }

@media (max-width: 430px) {
.card-price { 
    margin-top: -11px;
} }

@media (max-width: 430px) {
.card-divider {
    margin-top: calc(9px + var(--top));
} }

@media (max-width: 430px) {
.case-card {
    padding: 20px 17px 27px 17px;
} }

@media (max-width: 430px) {
.cases-overflow {
    padding-top: 0;
    overflow: unset;
    min-height: 0;
    padding: 0 10px 0 10px;
    margin: 0;
} }


@media (max-width: 430px) {
.collection {
    max-height: 100%;
} }

@media (max-width: 430px) {
.inner-page-cases {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
} }

.inner-page-cases {
    display: inline-block;
    flex: auto;
    height: max-content;
    margin: 0 auto;
    position: relative;
    min-height: auto;
	width: 100%;
}

@media only screen and (min-width: 1023px) {
.inner-page-cases {
    display: inline-block;
    flex: auto;
    height: max-content;
    margin: 0 auto;
    position: relative;
	background: black;
    min-height: auto;
	width: 100%;
    border-radius: 1rem 1rem 0 0;
} }

/* single case design by herki*/

.cases-img {
    width: 300px;
    margin: 0 auto;
    display: flex;
}

.cases-container, .cases-overflow {
    position: relative;
   /* display: flex;*/
    box-sizing: border-box;
}

.cases-buttons {
    margin-top: 50px;
}

.buttons-primary {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 16px;
    margin: 0px 72px;
}

.base-button.b-10 {
    border-radius: 2rem;
}

.base-button.xl {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}
.base-button.warning-2 {
    background: #fe932a;
	border: none;
}

.base-button.warning-2:hover {
    background: #f58313;
}
.fast-btn, .open-btn {
    min-width: 300px;
}
.chance-btn, .fair-btn, .fast-btn, .open-btn {
    height: 56px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 1 0%;
}
.base-button {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    position: relative;
    background: #242731;
    overflow: hidden;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.button-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
}

.body-left:not(:empty) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto 8px auto 0;
}

.base-button.warning-2 .body-left, .base-button.warning-2 .body-text {
    color: #fff;
}

.body-text {
    margin: auto;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.base-button.b-10 {
    border-radius: 2rem;
}


.base-button.warning-2-alt {
    background: rgba(254,147,42,0);
    border: 1px solid rgba(254,147,42,.3);
}

.base-button.warning-2-alt .body-left, .base-button.warning-2-alt .body-text {
    color: #fe932a;
}

.buttons-secondary, .cases-stats {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.buttons-secondary {
    margin-top: -56px;
}

@media (min-width: 1023px) {
.md .chance-btn, .md .fair-btn {
    min-width: 56px;
} }

.base-button.b-10 {
    border-radius: 2rem;
}

@media (min-width: 1023px) {
.md .chance-btn .body-left, .md .fair-btn .body-left {
    margin: auto 0px;
} }

.base-button.secondary-alt .body-left, .base-button.secondary-alt .body-text {
    color: #838790;
}



.fast-btn, .open-btn {
    min-width: 300px;
}

.chance-btn, .fair-btn, .fast-btn, .open-btn {
    height: 56px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 1 0%;
}


.base-button.secondary-alt {
    background: hsla(0,0%,100%,.02);
    border: 1px solid hsla(0,0%,100%,.1);
}

/*case content by herki */

.cases-stats, .stats-stat {
    -webkit-box-align: center;
    align-items: center;
}

.cases-stats {
    margin-top: 5.83vw;
}
.buttons-secondary, .cases-stats {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.stats-stat {
    display: flex;
    gap: 10px;
    font-size: 16px;
    line-height: 11px;
    color: rgb(131, 135, 144);
}

.cases-stats, .stats-stat {
    -webkit-box-align: center;
    align-items: center;
}

.cases-contents {
    font-weight: 500;
    font-size: 1.475vw;
    line-height: 2.6vw;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: -34px;
}

.cases-contents-arrow {
    width: 200px;
    margin: 17px auto 0px;
	display: block;
}

.cases-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 24px;
    grid-auto-rows: 220px;
    margin-top: 25px;
}

.top-volume.danger {
    color: #fe932a;
}

.top-volume {
    font-size: 11px;
    line-height: 12px;
    color: #97ed4c;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-exterior, .top-volume {
    font-weight: 500;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}

.item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.top-exterior {
    font-size: 13px;
    color: #ffffff;
    padding: 4px 4px;
    text-align: center;
    background: #ffffff1a;
    border-radius: 4px;
    width: 40px;
}

.base-button.warning-2-alt:hover {
	background: rgb(254 147 42 / 18%);
}

@media (max-width: 428px) {
.cases-contents {
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    margin-top: 32px;
} }

@media (max-width: 430px) {
.cases-contents {
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    margin-top: 32px;
} }


@media (max-width: 428px) {
.cases-items {
    grid-template-columns: repeat(auto-fill,minmax(170px,1fr));
    gap: 10px;
} }

@media (max-width: 430px) {
.cases-items {
    grid-template-columns: repeat(auto-fill,minmax(170px,1fr));
    gap: 10px;
} }


@media (max-width: 428px) {
.cases-buttons{
    margin-top: 34px;
} }

@media (max-width: 430px) {
.cases-buttons{
    margin-top: 34px;
} }


@media (max-width: 428px) {
.buttons-primary {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    margin: 0;
} }

@media (max-width: 430px) {
.buttons-primary {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    margin: 0;
} }

@media (max-width: 428px) {
.fast-btn, .open-btn {
    height: 56px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    min-width: 0;
} }

@media (max-width: 430px) {
.fast-btn, .open-btn {
    height: 56px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    min-width: 0;
} }

@media (max-width: 428px) {
.cases-img {
    width: 55vw;
} }

@media (max-width: 430px) {
.cases-img {
    width: 55vw;
} }


.fix-height-cases {
    height: 300px;
    display: block;
    border-radius: 2rem;
}

/* fix navigation desktop by herki */

@media only screen and (min-width: 1023px) {
.header.fix-header-desktop {
   /* background-color: #191d3e;
    padding: 0;
	top: -19px;
    padding-right: 136px;
    display: grid;
    grid-template-columns: 1fr;*/
} }

@media (max-width: 428px) {
.no-bets {
    height: 400px!important;
} }

@media (max-width: 430px) {
.no-bets {
    height: 400px!important;
} }

.no-bets {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 400px;
    border: 1px dashed #454d67;
    border-radius: 1rem;
    text-align: center;
    text-transform: uppercase;
}

.no-bets .no-bets__text {
    display: inline-block;
    width: 260px;
    margin-top: 20px;
    color: #454d67;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

/*empty inventory*/

@media (min-width: 1920px)
.inventory .inventory-no-items {
    height: calc(100vh - 569px);
}

.inventory-no-items {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    min-height: 240px;
    height: auto;
    background-color: transparent;
    border-radius: 2rem;
    text-align: center;
}
@media (max-width: 1023px) {
.inventory-no-items {
    min-height: 340px;
} }

.inventory-no-items .inventory-no-items__icon {
    color: #434d78;
    font-size: 64px;
}

.inventory-no-items .inventory-no-items__text {
    display: block;
    margin: 30px auto auto;
    padding: 0 80px;
    text-transform: uppercase;
    color: #434d78;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

/* login first inventory */

@media (min-width: 1920px) {
.inventory-not-logged {
    height: calc(100vh - 410px);
} }

@media (min-width: 992px) {
.inventory-not-logged {
    min-height: 376px;
    height: calc(100vh - 315px);
    font-size: 24px;
} }
.inventory-not-logged {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    min-height: 240px;
    height: auto;
    background-color: #232c4880;
    border-radius: 1rem;
    text-align: center;
}

.inventory-not-logged .inventory-not-logged__icon {
    color: #a2feff;
    font-size: 64px;
}

.inventory-not-logged .inventory-not-logged__text {
    display: block;
    padding: 0 80px;
    margin: 30px 0;
    color: #69728f;
    font-size: 15px;
    font-weight: 500;
}

.inventory-not-logged .inventory-not-logged__action .button .icon {
    font-size: 20px;
}



/* new modal by herki */

@media (max-width: 499px) {
.modal__wrapper {
    margin: 0;
	background-color: transparent!important;
    border-radius: 0;
} }

@media (max-width: 499px) {
.modal__overlay {
    background-color: #171d39;
} }

.modal__wrapper {
    position: relative;
    background-color: #202842;
    border-radius: 1rem;
}

.modal__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px 35px 0;
}

@media (max-width: 499px) {
.modal__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 11px 10px 0;
} }

.modal__header .header__title {
    color: #c6a783;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}
@media (max-width: 499px) {
.modal__header .header__title {
    font-size: 1.6571428571rem;
} }

.modal__header .header__title .icon {
    top: 1px;
    margin-right: 5px;
}

@media (max-width: 499px) {
.modal__body, .user-restrictions, .modal-content {
    min-height: var(--vh, 100vh);
} }

.modal__body {
    position: relative;
    flex: 1 1 auto;
    padding: 30px 35px;
}

@media (max-width: 499px) {
.modal__body {
    position: relative;
    flex: 1 1 auto;
    padding: 20px 15px;
} }

.protection-modal {
    position: relative;
}

.protection-modal .protection-modal__subtitle {
    color: #5adbb5;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.protection-modal .protection-modal__crash, .protection-modal .protection-modal__hash, .protection-modal .protection-modal__salt {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.protection-modal .protection-modal__label {
    display: block;
    margin-right: 5px;
    color: #8692b9;
}

.protection-modal .protection-modal__value {
    display: block;
    color: #dae0ef;
    white-space: pre-line;
    word-break: break-all;
}

.protection-modal .protection-modal__hash, .protection-modal .protection-modal__salt {
    margin-top: 10px;
}

.protection-modal .protection-modal__information {
    margin-top: 30px;
}

.protection-modal .protection-modal__content p:not(:last-child) {
    margin-bottom: 10px;
}

.protection-modal .protection-modal__content p:not(:last-child) {
    margin-bottom: 10px;
}

.protection-modal .protection-modal__content strong {
    color: #d085ff;
    font-weight: 500;
}

.protection-modal .protection-modal__content a {
    color: #bcd3fa;
    text-decoration: underline;
}

.protection-modal .orange {
    color: #c6a783;
}

.btn_success3 {
    background: #f9faff1f;
    color: #c8d9ed;
}

.page.page_split {
    padding: 0;
    background-color: transparent;
    padding-bottom: var(--mob-menu-height)!important;
}




/* secret chat pinned */

.chat__items-rain.disabled {
    cursor: default;
    opacity: 0.6;
    pointer-events: none; /* sprječava klik */
}

.pinned-message {
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    z-index: 3;
}

.pinned-message .pinned-message__head {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 36px;
}

.pinned-message .pinned-message__title {
    color: #ffd0be;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
}

.pinned-message .pinned-message__title .icon {
    top: 1px;
    font-size: 14px;
    margin-right: 4px;
}

.icon_pushpin:before {
    content: "\e94c";
}

.pinned-message .pinned-message__content {
    display: flex;
    margin: 0;
}

.promo-pinned_secret {
    padding-left: 13px;
    padding-right: 9px;
    background: linear-gradient(120deg,#335ba9 28.51%,#59a5ff 90.53%);
}

.promo-pinned {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 58px;
    cursor: pointer;
    border-radius: 1rem;
}

.promo-pinned_secret .promo-pinned__information {
    margin-left: 0;
}

.promo-pinned_secret .promo-pinned__title {
    color: #fffbef;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align-last: left;
    text-transform: none;
}


.promo-pinned_secret .promo-pinned__subtitle {
    color: rgb(169 214 255);
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    text-align-last: left;
    text-transform: uppercase;
    opacity: 1;
}

.promo-pinned_secret .promo-pinned__code {
    margin-left: auto;
    min-width: 120px;
    background: rgb(51 68 124 / 68%);
    /* border: 1px dashed rgb(98 213 178); */
    color: rgb(161 252 146);
}

.promo-pinned .promo-pinned__code {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    padding: 0 8px;
    border-radius: 1rem;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    -webkit-user-select: none;
    user-select: none;
}


/*footer*/

.footer_game {
    max-width: 180rem;
}

.footer .footer__nav .footer__nav-item:hover {
    filter: brightness(1.5);
}


.footer_fixed, .footer_game {
    margin: auto;
    padding: 4rem 0;
}

.footer {
    display: block;
    width: 120rem;
}

.footer .footer__wrap {
    display: flex;
    justify-content: space-between;
}

.footer .footer__control {
    display: flex;
    align-items: center;
}

.footer .footer__logo {
    width: 20.6rem;
    height: 4.1rem;
    margin-right: 2.5rem;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../text-footer.svg);
    filter: opacity(1);
}

.footer .footer__date {
    font-family:  Gotham;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.7rem;
    text-transform: uppercase;
    color: inherit;
    margin-right: 1.4rem;
}

.footer .footer__language .languages {
    margin: 0;
    background-color: #1e253d;
}

@media (min-width: 992px) {
.languages {
    margin-bottom: 2.5rem;
}
}

.footer .footer__medias {
    display: flex;
    align-items: center;
    column-gap: 1.5rem;
}

.footer .footer__medias .medias__title {
    font-family:  Gotham;
    font-weight: 500;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #747e9d;
}

.footer .footer__medias .medias__link {
    text-decoration: none;
}

.footer .footer__medias .medias__link .icon {
    font-size: 2.4rem;
}

.footer .footer__medias .icon {
    cursor: pointer;
    color: #f6faf8;
    /* font-size: 2.5rem; */
    transition: color .2s ease-out 0s;
}

.footer .footer__danger {
    background: rgb(20 25 42);
    border: 0.1rem solid rgb(27 34 56);
    border-radius: 1rem;
    padding: 2.9rem 3.7rem;
    column-gap: 36.4rem;
    margin-top: 3.1rem;
}

.footer .footer__danger .footer__info {
    align-items: center;
    column-gap: 5.5rem;
}

.footer .footer__wrap {
    display: flex;
    justify-content: space-between;
}

.footer .footer__danger .footer__attention {
    display: flex;
    align-items: center;
    column-gap: 0.9rem;
}

.footer .footer__danger .attention__img {
    width: 6.8rem;
    height: 6.8rem;
}

.footer .footer__danger .attention__title {
    color: #ba4b67;
    font-weight: 600;
    font-size: 1.4rem;
    text-transform: uppercase;
    width: 29%;
    line-height: 1.8rem;
    letter-spacing: .5px;
}

.footer .link_trust-pilot-mobile {
    display: none;
}

.footer .footer__danger .footer__trust {
    width: 11.8rem;
    height: 6.4rem;
    object-fit: contain;
}

.footer .footer__danger .footer__address {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 2.1rem;
    color: #747e9d;
}

.footer .link_trust-pilot {
    transition: opacity .2s ease-out 0s;
}

.footer .footer__danger .footer__trust {
    width: 11.8rem;
    height: 6.4rem;
    object-fit: contain;
}

.footer .footer__nav {
    display: flex;
    justify-content: center;
    margin-top: 3.2rem;
    column-gap: 4rem;
}

.footer .footer__nav .footer__nav-item {
    color: #d6e2ff;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.9rem;
    text-decoration: none;
    transition: filter .2s ease-out 0s;
}

.languages[_ngcontent-serverApp-c122] .languages__current[_ngcontent-serverApp-c122] {
    display: block;
    width: 4.2rem;
    height: 4.2rem;
    padding: 1.2rem;
}

@media (min-width: 992px) {
.languages[_ngcontent-serverApp-c122] {
    margin-bottom: 2.5rem;
} }

.languages[_ngcontent-serverApp-c122] {
    position: relative;
    z-index: 2;
    display: flex;
    flex-flow: column-reverse nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    background-color: #262e51;
    border-radius: 1rem;
    cursor: pointer;
    transition: background-color .2s ease-out 0s;
}


.footer_fixed, .footer_game {
    margin: auto;
    padding: 4rem 0;
}



/*new header */

.header__logo {
    z-index: 2;
    margin-right: 2.4rem;
}


.logo_header {
    position: relative;
    display: flex;
    align-items: center;
    transition: filter .2s ease-out 0s;
}

.logo_header .logo__text {
    position: relative;
    display: inline-block;
    width: 16rem;
    margin-top: 4px;
    height: 2rem;
    margin-left: 2.2rem;
    background-image: url(../text.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.header__games {
    margin-right: 2.4rem;
}

@media (max-width: 499px) {
.header__games {
    display: none;
} }

@media (max-width: 499px) {
.header__menu.menu2 {
    display: none!important;
} }

@media (max-width: 499px) {
.logo_header .logo__text {
    display: none!important;
} }

@media (max-width: 499px) {
.header__logout {
    display: none!important;
} }

@media (max-width: 499px) {
.profile-header__deposit {
    display: none!important;
} }

@media (max-width: 499px) {
.header {
    display: flex;
    padding-right: 10px;
    width: 100%;
} }

.header-games .header-games__btn {
    --gradient-header-games-start: #424C8E;
    --gradient-header-games-end: #5C5DA4;
    display: flex;
    min-width: 10.3rem;
    height: 4.4rem;
    padding: 5px;
    background: #1e253d;
    border-radius: 0.75rem;
    border: none;
    color: #a6adcd;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: none;
    align-items: center;
    line-height: 2.4rem;
    transition: --gradient-header-games-start .2s ease-out 0s, --gradient-header-games-end .2s ease-out 0s, color .2s ease-out 0s;
}

.header-games .header-games__btn .icon_retro-bug {
    font-size: 2.2rem;
    margin: 0 0.8rem;
}

.icon_retro-bug:before {
    content: "\e9db";
}

.header-games .header-games__btn .icon_arrow-triangle-alt {
    font-size: 1.5rem;
    color: #fff;
    margin: 0 0.6em 0 1.3rem;
    transform: rotate(-90deg);
    transition: transform .2s ease-out 0s;
}

.icon_arrow-triangle-alt:before {
    content: "\e9d9";
}

.menu2 {
    position: relative;
    z-index: 106;
    display: flex;
    align-items: center;
    gap: 2.3rem;
}

.menu2 .menu__link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #dae2f5;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.7rem;
    cursor: pointer;
    transition: color .2s ease-out 0s,background-color .2s ease-out 0s,border-color .2s ease-out 0s;
}

.menu2 .menu__link:hover {
    color: #fff;
    transition: color .2s ease-out 0s,background-color .2s ease-out 0s,border-color .2s ease-out 0s;
}

.mode__icon {
    position: relative;
    left: 0.2rem;
    width: 2.4rem;
    height: 2.4rem;
}

.mode__icon .shield-grey {
    width: 100%;
    height: 100%;
    background-image: url(../shield-grey.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    transition: opacity .2s ease-out 0s;
}

.mode__icon .arrows-grey {
    position: absolute;
    top: 0.4rem;
    left: -0.1rem;
    width: 1.9rem;
    height: 1.9rem;
    background-image: url(../arrows-grey.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    transform: translate(0);
    transition: transform .2s ease-out 0s,opacity .2s ease-out 0s;
}

.menu2 .menu__link .icon {
    font-size: 2.2rem;
    color: #747e9d;
    transition: color .2s ease-out 0s;
}

.icon_ticket-bold:before {
    content: "\e985";
}

.icon_trophy-bold:before {
    content: "\e962";
}

.icon_parthership-bold:before {
    content: "\e987";
}

.header__profile{
    display: flex;
    align-items: center;
    margin-left: auto;
}




.profile-header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.profile-header .profile-header__user-actions {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.profile-header .profile-header__deposit {
    color: #fff;
    font-size: 1.7em;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}


.deposit-button-header {
    height: 4.4rem;
    padding: 0 1.4rem;
    background: linear-gradient(254.68deg,#f2c8b8 15.77%,#f2b59e 108.81%);
    border: none;
    border-radius: 1rem;
    color: #090b12;
    line-height: 1;
    transition: background 0.5s ease-out;
}

.deposit-button-header:hover {
    filter: brightness(1.1);
	box-shadow: 0 0px 20px rgb(255 220 202 / 13%);
}

.deposit-button-header .deposit__icon {
    font-size: 1.8rem;
    margin-right: 0.6rem;
    color: #090b12;
}

.icon_wallet-bold:before {
    content: "\e984";
}

.deposit-button-header .deposit__bank {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #090b12;
}

[class*=currency_] {
    white-space: nowrap;
}

.deposit-button-header .deposit__tooltip-toggler {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 4rem; */
    /* height: 4rem; */
    margin-left: 1.2rem;
    /* background-color: #62d4b2; */
    border-radius: 0.8rem;
    font-size: 2.6rem;
    color: #090b12;
    transition: filter .2s ease-out 0s;
}

.icon_arrow-triangle-alt:before {
    content: "\e9d9";
}

.profile-header .profile-header__picture {
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 1.4rem;
}

.profile-header .profile-header__picture:before {
    border-radius: 1.6rem;
}

.picture_color-cian:before {
    background: #00CED1;
}
.picture:before {
    content: "";
    position: absolute;
    top: -0.2rem;
    left: -0.2rem;
    display: inline-block;
    width: calc(100% + 0.4rem);
    height: calc(100% + 0.4rem);
    border-radius: 1.2rem;
}

.profile-header .profile-header__level {
    position: absolute;
    right: -0.3rem;
    bottom: -0.3rem;
    font-size: 1rem;
}

.header__actions {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}


.header__notifications {
    z-index: 2;
}

.notifications-toggler {
    width: 3.8rem;
    height: 3.8rem;
    padding: 0;
    border-radius: 1rem;
    background-color: #242f54;
    border-color: #242f54;
    color: #7084ac;
    font-size: 2rem;
}

.notifications-toggler:hover {
    color: #fff!important;
    border-color: #384770!important;
    background-color: #384770!important;
}

.header__settings:hover {
    color: #fff!important;
    border-color: #384770!important;
    background-color: #384770!important;
}

.header__support:hover {
    color: #fff!important;
    border-color: #384770!important;
    background-color: #384770!important;
}


.button.button_dark-blue {
    color: #747e9d;
    border-color: #1e253d;
    background-color: #1e253d;
}

.icon_md {
    font-size: 1.8rem;
}

.icon_bell-alt:before {
    content: "\e9bb";
}

.header__support, .header__settings {
    z-index: 2;
    width: 3.8rem;
    height: 3.8rem;
    padding: 0;
    border-radius: 1rem;
    background-color: #1e253d;
    border-color: #1e253d;
    color: #747e9d;
    font-size: 2rem;
}

.icon_support-alt:before {
    content: "\e9bc";
}

.icon_cog-bold:before {
    content: "\e989";
}

.header__logout {
    width: 3.2rem;
    height: 3.2rem;
    padding: 0;
    border-radius: 0;
    color: #747e9d;
    font-size: 2.4rem;
    line-height: 1;
}

.header__logout:hover {
    filter: brightness(1.2)
}

.icon_logout:before {
    content: "\e931";
}

.profile-header .profile-header__login {
    margin-left: auto;
}

.button_login {
    height: 4.4rem;
    padding: 0 1.6rem;
    background: linear-gradient(254.68deg,#73fff3 15.77%,#a1ffda 108.81%);
    border-radius: 1rem;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.9rem;
    color: #20274b;
    text-transform: none;
}

.button_login .icon {
    font-size: 2rem;
}

.icon_lock-bold-2:before {
    content: "\e998";
}

.button_login .icon + .button__text {
    margin-left: 0.8rem;
}


.header-games .header-games__btn:hover .icon_arrow-triangle-alt {
    transform: rotate(0);
}

.header-games .header-games__btn:hover {
    --gradient-header-games-start: #5D67AE;
    --gradient-header-games-end: #787AC0;
    color: #ffebc4;
}


/*support page fix*/

.support-page {
    display: flex;
    border-radius: 1rem;
    overflow: hidden;
}

.support-page .support-page__aside {
    flex: 0 0 auto;
    width: 43rem;
    background-color: #1e2444;
}

.support-page .support-page__aside, .support-page .support-page__content {
    padding: var(--gutter-support);
}
.support-aside {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.support-aside .support-aside__tabs {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    border-radius: 1rem;
}

.support-aside .support-aside__tab:first-child {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}

.support-aside .support-aside__tab.is-active {
    color: #d6ddea;
    background-color: #2f395d;
    border-color: #2f395d;
}
.support-aside .support-aside__tab {
    width: 100%;
    height: 6rem;
    color: #5e6994;
    font-size: 1.4rem;
    background-color: #242c50;
    border-color: #242c50;
    border-radius: 0;
}

.support-aside .support-aside__tab:last-child {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

.support-aside .support-aside__sections {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-content: flex-start;
    gap: 1rem;
}

.support-aside .support-aside__sections, .support-aside .support-aside__tickets {
    flex: 1;
    margin-top: 2rem;
    max-height: 600px;
	min-height: 300px;
    padding-right: calc(var(--gutter-support) / 2 - 0.15rem);
    overflow-y: scroll;
    margin-right: calc(var(--gutter-support) / -2 - 0.15rem);
    margin-bottom: 1.5rem;
    -webkit-mask-image: linear-gradient(0deg,rgba(0,0,0,0),#000 2rem,#000 100%);
    mask-image: linear-gradient(0deg,rgba(0,0,0,0),#000 2rem,#000 100%);
}


.section {
    position: relative;
    display: block;
    min-width: 0;
    width: 100%;
    height: auto;
    padding: 2rem;
    background-color: #22284a;
    border-radius: 0.8rem;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: background-color .2s ease-out 0s;
}

.support-button-close {
    height: 4rem;
    border-radius: 0.8rem;
    margin-left: 1rem;
	font-weight: 600;
	font-family: 'DIN Pro';
	line-height: 4rem;
	font-size: 1.3rem;
	flex-shrink: 0;
}

.open-ticket-item-name {
    color: #ffffff;
    font-family: 'Gotham';
    font-size: 1.4rem;
}

span.ticket-date {
    flex: 0 0 auto;
    margin-right: 1rem;
	margin-left: 1rem;
    color: #7e869e;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6rem;
}

.open-ticket-item-desc {
    display: table-caption;
    padding: 18px;
    margin-top: 0px;
    background: #304564;
    font-size: 1.5rem;
    color: #ccd7eb;
    font-weight: 400;
    border-radius: 1rem;
    border-top-left-radius: 0;
    width: 100%;
    min-width: 12rem;
}



.section:hover {
    background-color: #2f395d!important;
    transition: background-color .2s ease-out 0s!important;
}

.section.is-active {
    background-color: #2f395d!important;
}

.section .section__icon {
    display: block;
    width: 5rem;
    height: 5rem;
    flex: 0 0 auto;
}

.section .section__title {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 1rem;
    color: #e7edf8;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.9rem;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.section .section__subtitle {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    color: #7e869e;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4rem;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.support-aside .support-aside__buttons {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: 1fr;
    grid-gap: 1rem;
    width: auto;
    height: 11rem;
}

.support-aside .support-aside__buttons .button {
    color: #5d6a93;
    background-color: #22284a;
    border-color: #22284a;
    border-radius: 1rem;
}

.support-aside .support-aside__buttons .button:hover {
    color: #808fbe;
    background-color: #2d345c;
    border-color: #2d345c;
    border-radius: 1rem;
}

a.button.is-active {
    color: #808fbe!important;
    background-color: #2d345c!important;
    border-color: #2d345c!important;
}

.support-aside .support-aside__buttons .button_block {
    grid-area: 2/1/3/3;
}

.support-page .support-page__content {
    flex: 1;
    background-color: #1b2238;
}

.support-page .support-page__aside, .support-page .support-page__content {
    padding: var(--gutter-support);
}
.support-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

.empty-block.empty-block_support {
    justify-content: flex-start;
    border-color: #323d66;
    padding-top: 14%;
    color: #374268;
}

.empty-block {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 2rem;
    border: 1px dashed #293157;
    border-radius: 2rem;
    text-align: center;
    text-transform: uppercase;
}

.empty-block.empty-block_support .empty-block__icon {
    font-size: 8.2rem;
}

.empty-block .empty-block__icon {
    color: #293157;
    font-size: 6.4rem;
}

.icon_grid-four:before {
    content: "\e928";
}

.empty-block__action {
    color: #808fbe;
    background-color: #2d345c;
    border-color: #2d345c;
    margin-bottom: 1rem;
}

.empty-block .empty-block__action {
    border-color: #65b296;
    background-color: #65b296;
    color: #fff;
}

.support-header .support-header__content {
    display: block;
    min-width: 0;
    width: 100%;
    margin-right: 0.6rem;
}

.support-header .support-header__action.button_brand:hover {
    color: #d6dbf2;
    background-color: #606a96;
    border-color: #606a96;
}

.support-header .support-header__action.button_brand {
    color: #f6f8ff;
    background-color: #707aa7;
    border-color: #707aa7;
}
.button.button_brand:hover {
    color: #d4daf0;
    border-color: #505b8c;
    background-color: #505b8c;
}
.support-header .support-header__action {
    flex-shrink: 0;
    margin-left: auto;
}
.button.button_sm {
    height: 4rem;
    font-size: 1.2rem;
    line-height: 4rem;
    border-radius: 0.8rem;
}

.support-header_borderless {
    border: none;
}

.support-header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
	margin-bottom: 2rem;
    height: 6rem;
    flex: 0 0 auto;
    padding-bottom: 1rem;
    border-bottom: 0.1rem solid #2C365E;
}

.support-header .support-header__title {
    display: block;
    margin-top: 0.1rem;
    color: #e7edf8;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 2.1rem;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.topic:not(:last-child) {
    margin-bottom: 0.8rem;
}

.topic {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    background-color: #283257;
    border-radius: 1rem;
    transition: background-color .2s ease-out 0s;
}

.topic .topic__head {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 2.3rem 2.5rem;
    cursor: pointer;
}

.topic .topic__title {
    color: #d6ddea;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2rem;
    transition: color .2s ease-out 0s;
}

.topic .topic__head:after {
    content: "";
    position: absolute;
    top: 0;
    right: 2.5rem;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0.8rem solid #5D6A93;
    transform: rotate(0);
    transition: transform .2s ease-out 0s;
}

.socials__link__telegram {
    width: 35px;
    box-shadow: 0 5px 16px rgb(76 162 246 / 30%);
    border-radius: 2rem;
    display: flex;
    height: 35px;
    padding: 10px;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    background: linear-gradient(240.2deg,#0fb1d6,#08c 61.34%);
}

.socials__link__vk {
    width: 35px;
    box-shadow: 0 5px 16px #0077ff9e;
    border-radius: 2rem;
    display: flex;
    height: 35px;
    padding: 10px;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    background: linear-gradient(240.2deg,#52a3ff,#0077ff 61.34%);
}

.socials__link__youtube {
    width: 35px;
    box-shadow: 0 5px 16px #ff000085;
    border-radius: 2rem;
    display: flex;
    height: 35px;
    padding: 10px;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    background: linear-gradient(240.2deg,#eb7d7d,#ff0000 61.34%);
}

.socials__link__discord {
    width: 35px;
    box-shadow: 0 5px 16px #5562ea8f;
    border-radius: 2rem;
    display: flex;
    height: 35px;
    padding: 10px;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    background: linear-gradient(240.2deg,#7580f7,#5562ea 61.34%);
}

.socials__link__telegram:hover {
    box-shadow: 0 5px 16px rgb(76 162 246 / 40%);
}

.socials__link__vk:hover {
    box-shadow: 0 5px 16px #0077ffd6;
}

.socials__link__youtube:hover {
    box-shadow: 0 5px 16px #ff0000c9;
}

.socials__link__discord:hover {
    box-shadow: 0 5px 16px #5562eab5;
}


.cost {
    color: rgb(255, 255, 255);
    font-size: 1.2rem;
    background: url(../assets/images/coin/coin.svg) 0px 50% / auto 100% no-repeat;
    padding: 0.2rem 0px 0.2rem 2.8rem;
}

.slider_jackpot .skin__meta {
    position: absolute;
    top: -4rem;
    left: 0rem;
}

@media (min-width: 768px) {
.skin .skin__meta {
    padding: 0 15px;
} }

@media (min-width: 992px) {
.skin .skin__meta {
    padding: 0 5px;
} }

.weapon_platform .weapon__name {
    color: #d6daea;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.weapon .weapon__type, .weapon .weapon__name, .weapon .weapon__exterior {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.weapon_platform .weapon__type {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.weapon_platform .weapon__other {
    display: inline-flex;
    justify-content: flex-start;
}

.weapon_platform .weapon__exterior {
    color: #b4bbcf99;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.weapon_platform .weapon__exterior+.weapon__stattrak {
    margin-left: 3px;
}

.weapon_platform .weapon__stattrak {
    color: #fba24f99;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}



/* new skins inventory */

@media (min-width: 1365px) {
.skin-alt_inventory {
    height: 111px;
    padding: 10px;
} }

.skin-alt_inventory {
    height: 166px;
    width: 100%;
    border-radius: 2rem;
    background-color: #383f6b;
}
.quality-alt_cf6a32 {
    background: linear-gradient(162.14deg,#37406D 43.15%,#564455 95.39%);
}
.quality-alt {
    background: #252c49;
}
.skin-alt {
    --border-radius: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 14px;
	border: 1px solid #132027;
    border-radius: var(--border-radius);
    font-family: Gotham;
    cursor: pointer;
}

.skin-alt.checked:before {
    --gradient-start: rgba(60, 137, 142, 0);
    --gradient-end: rgba(60, 137, 142, .6);
    opacity: 1;
    visibility: visible;
}

.skin-alt:hover:before {
    opacity: 1;
    visibility: visible;
}

.skin-alt:before {
    --gradient-start: rgba(0, 0, 0, 0);
    --gradient-end: rgba(0, 0, 0, 0);
    --border-size: 1px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(164.11deg,var(--gradient-start) 11.08%,var(--gradient-end) 101.63%);
    border-radius: calc(var(--border-radius) + 2px);
    border: 1px solid #549A89;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-out 0s,visibility .2s ease-out 0s,--gradient-start .2s ease-out 0s,--gradient-end .2s ease-out 0s;
}

@media (max-width: 1365px) {
.skin-alt_inventory:after {
    bottom: 10px;
    right: 10px;
    font-size: 10px;
} }

.skin-alt.checked:after {
    opacity: 1;
    visibility: visible;
}

.skin-alt__quantity:before {
    content: "\e9f3";
    font-family: icomoon;
    font-size: 16px;
}

.skin-alt:after {
    content: "\e9d1";
    position: absolute;
    bottom: 14px;
    width: 2.5rem;
    height: 2.5rem;
    right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: #62D0AD;
    border-radius: 6px;
    font-family: icomoon;
    font-size: 14px;
    color: #34526f;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-out 0s,visibility .2s ease-out 0s;
}

.skin-alt__head {
    position: relative;
    z-index: 1;
    display: flex;
	width: 100%;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1365px) {
.skin-alt_inventory .skin-alt__price, .skin-alt_inventory .skin-alt__quantity {
    font-size: 10px;
    line-height: 12px;
} }

.skin-alt__price {
    font-weight: 700;
    font-size: 11px;
    line-height: 11px;
    color: #ffc28a;
}

@media (max-width: 1365px) {
.skin-alt_inventory .skin-alt__price, .skin-alt_inventory .skin-alt__quantity {
    font-size: 10px;
    line-height: 12px;
} }

.skin-alt__quantity_red {
    color: #ab5e6a;
}

.skin-alt__quantity {
    display: flex;
    align-items: center;
    gap: 2px;
    font-weight: 700;
    font-size: 11px;
    line-height: 11px;
}

@media (max-width: 1365px) {
.skin-alt_inventory .skin-alt__quantity:before {
    font-size: 14px;
} }

.skin-alt__quantity:before {
    content: "\e9f3";
    font-family: icomoon;
    font-size: 16px;
}

@media (max-width: 1365px) {
.skin-alt_inventory .skin-alt__image {
    top: 20px;
} }

.skin-alt__image {
    position: absolute;
    left: 0;
	top: 30px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    margin: auto;
}

@media (max-width: 1365px) {
.skin-alt_inventory .skin-alt__footer {
    max-width: calc(100% - 20px);
} }

.skin-alt__footer {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: auto;
    max-width: calc(100% - 20px);
}

.skin-alt__quality {
    display: flex;
    align-items: center;
    gap: 3px;
}

@media (max-width: 1365px) {
.skin-alt_inventory .skin-alt__exterior, .skin-alt_inventory .skin-alt__stattrak {
    font-size: 9px;
    line-height: 11px;
} }
 
.skin-alt__exterior {
    color: #8d99b9;
}
.skin-alt__exterior, .skin-alt__stattrak {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
}

.skin-alt__stattrak {
    color: #f59575;
}

.skin-alt__text {
    display: flex;
    flex-direction: column;
	align-items: flex-start;
}

@media (max-width: 1365px) {
.skin-alt_inventory .skin-alt__name {
    font-size: 10px;
    line-height: 12px;
} }

.skin-alt__name {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #d6daea;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 1365px) {
.skin-alt_inventory .skin-alt__type {
    font-size: 11px;
    line-height: 13px;
} }

.skin-alt__type {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


empty-block.empty-block_support {
    justify-content: flex-start;
    border-color: #323d66;
    padding-top: 14%;
    color: #374268;
}

.empty-block {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 1rem;
    border: 1px dashed #293157;
    border-radius: 2rem;
    text-align: center;
}

.empty-block.empty-block_support .empty-block__icon {
    font-size: 8.2rem;
}


.empty-block .empty-block__icon {
    color: #6a78a766;
    font-size: 4rem;
}

.icon_grid-four:before {
    content: "\e928";
}

.empty-block.empty-block_support .empty-block__text {
    color: #434e77;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.2rem;
    text-transform: uppercase;
}


.chat-form__not-logged {
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    border-radius: 1rem;
}

.chat-not-logged__action {
    text-align: center;
}

@media (max-width: 480px)  {
.chat-form__not-logged {
    display: block!important;
    justify-content: center!important;
    align-items: center!important;
    position: absolute!important;
    width: 100%!important;
    left: 0!important;
    height: 100%!important;
    right: 0!important;
    bottom: 2rem!important;
    border-radius: 1rem!important;
} }




/* STARTING COINFLIP CSS */

.chose-side {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
}

.chose-side::before {
    content: '';
    position: absolute;
    top: -2rem;
    left: 0rem;
	opacity: 0.5;
    background-image: url(../img/chose-side-light-left.png);
    width: 17.6rem;
    height: 35.1rem;
    background-size: contain;
    background-position: center left;
    pointer-events: none;
}

.chose-side-subtitle  {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 500;
    font-family: 'Gotham';
    text-align: center;
    color: #96a5d7;
    margin-bottom: 1.2rem;
    margin-top: 4rem;
    margin-bottom: -4rem;
    padding-left: 0;
}

.chose-side__sides {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 25rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    --scale: .6;
    margin-top: 9rem;
    margin-bottom: 1rem;
}

.chose-side__sides::before {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(1.7rem* var(--scale));
    background-image: url(../img/dots-ill.png);
    background-size: contain;
    background-position: left center;
    width: calc(28.5rem* var(--scale));
    height: calc(21.7rem* var(--scale));
    -webkit-transform: translate(-100%, -50%) scaleX(-1);
    transform: translate(-100%, -50%) scaleX(-1);
    pointer-events: none;
}

.chose-side__side {
    height: 11.5rem;
    width: 11.5rem;
    position: relative;
}

.chose-side__side--blue::before {
    background-image: url(../img/runflip-blue-circle-light.png);
}

.chose-side__side::before {
    content: '';
    position: absolute;
    top: calc(50% + 1rem);
    left: calc(50% - 1rem);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 18.6rem;
    height: 18.6rem;
    background-size: contain;
    background-position: center;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
}

.chose-side__side--blue.active::after {
    background-image: url(../img/side-blue-active.png);
}

.chose-side__side--blue::after {
    background-image: url(../img/side-blue.png);
}

.chose-side__side::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-position: center;
    pointer-events: none;
}

.chose-side__side {
    height: 11.5rem;
    width: 11.5rem;
    position: relative;
}

.chose-side__side--green::before {
    background-image: url(../img/runflip-green-circle-light.png);
}

.chose-side__side::before {
    content: '';
    position: absolute;
    top: calc(50% + 1rem);
    left: calc(50% - 1rem);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 18.6rem;
    height: 18.6rem;
    background-size: contain;
    background-position: center;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
}

.chose-side__side--green::after {
    background-image: url(../img/side-green.png);
}

.chose-side__side::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-position: center;
    pointer-events: none;
}

.chose-side__sides::after {
    content: '';
    position: absolute;
    top: 50%;
    right: calc(1.7rem* var(--scale));
    background-image: url(../img/dots-ill.png);
    background-size: contain;
    background-position: left center;
    width: calc(28.5rem* var(--scale));
    height: calc(21.7rem* var(--scale));
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    pointer-events: none;
}

.chose-side-count {
    margin-bottom: 2rem;
}

.chose-side-controls .chose-side-subtitle {
    margin-bottom: 1.2rem;
}

.chose-side-count ul {
    display: grid;
    grid-auto-flow: column;
    gap: .8rem;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
}

.chose-side-count__btn.active {
    border-color: #4980cf;
}

.chose-side-count__btn:disabled {
    color: #535b80;
    border-color: #2e365a;
    cursor: not-allowed;
}

.chose-side-count__btn {
    height: 3.3rem;
    border: 2px solid #2e365a;
    border-radius: 1rem;
    color: white;
    width: 100%;
    font-size: 1.4rem;
}

.chose-side-count__btn:disabled {
    color: #535b80;
    border-color: #2e365a;
    cursor: not-allowed;
}

.chose-side-count__btn {
    height: 3.3rem;
    border: 2px solid #2e365a;
    border-radius: 1rem;
    color: white;
    width: 100%;
    font-size: 1.4rem;
}

.chose-side-controls .btn {
    width: 100%;
}

.runflip-game-side__main--has-hover:hover .runflip-game-photo {
    opacity: 0;
    -webkit-filter: blur(0.5rem);
    filter: blur(0.5rem);
}

.runflip-game-side__main--has-hover .runflip-game-photo {
    opacity: 1;
    -webkit-transition: .2s;
    transition: .2s;
}

.btn--blue {
    background-color: #4f8dde;
}

.btn--has-icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.btn {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    border-radius: 1rem;
    color: white;
    background-size: 150% 100%;
    background-position: left center;
    padding: 0 2rem;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    font-size: 1.3rem;
    height: 5rem;
    font-weight: 500;
}

.btn--transfer svg {
    width: 2.4rem;
    height: 2rem;
    margin-left: 1.5rem;
    margin-top: -0.2rem;
    fill: #83abe5;
}

.btn--has-icon svg {
    font-size: .8rem;
    fill: #ebeffd;
}

.chose-side::after {
    content: '';
    position: absolute;
    top: -2rem;
    right: 0rem;
    background-image: url(../img/chose-side-light-right.png);
    width: 17.6rem;
	opacity: 0.7;
    height: 35.1rem;
    background-size: contain;
    background-position: center right;
    pointer-events: none;
}


.runflip {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.runflip-form {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 4rem 2rem;
    flex-shrink: 0;
    gap: 2rem;
    -webkit-transition: 0;
    transition: 0;
    flex-wrap: wrap;
}

.runflip-header {
    white-space: nowrap;
    padding-left: 4rem;
    position: relative;
    padding-right: 3rem;
    margin-right: auto;
}

.runflip-header svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.4rem;
    height: 2rem;
    fill: #ffce79;
}

.runflip-header__title {
    font-weight: 500;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 0.15em;
}

.orange {
    color: #ffce79 !important;
}

.runflip-header__desc {
    font-weight: 500;
    color: rgba(205, 215, 252, 0.35);
    font-size: 1.1rem;
    text-transform: uppercase;
}

.runflip-game-side__main--has-hover:hover .runflip-game-drop {
    opacity: 1;
}

.runflip-game-side__main--has-hover .runflip-game-drop {
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
}

.runflip-game-drop {
    height: 7rem;
    width: 7rem;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: calc(50% - 1.2rem);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.runflip-list {
    display: grid;
    height: 100%;
    gap: .6rem;
    overflow: auto;
    align-content: flex-start;
    grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
}

.runflip-game {
    background-color: #1c233a;
    border-radius: 2rem;
    padding: 1.2rem;
    height: 16rem;
    position: relative;
}

.runflip-game-sides {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
    height: 100%;
    --middle-width: 7rem;
}

.runflip-game-side {
    background-color: #202741;
    padding: 1.1rem 1.3rem;
    border-radius: 2rem;
    width: calc(50% - var(--middle-width) / 2);
    text-align: center;
    position: relative;
}

.runflip-game-side__main {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 4.5rem;
    margin-bottom: 0.5rem;
    position: relative;
}

.runflip-game-side__main--has-hover .runflip-game-photo {
    opacity: 1;
    -webkit-transition: .2s;
    transition: .2s;
}

.runflip-game-photo {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 4.5rem;
    width: 4.5rem;
}

.runflip-game-photo img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 1.5rem;
}

.runflip-game-photo__label {
    position: absolute;
    top: -.4rem;
    left: -1.3rem;
    background-color: #fe5454;
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0 .7rem;
    line-height: 2.2rem;
    border-radius: .5rem;
}

.runflip-game-side__main--has-hover .runflip-game-drop {
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
}

.runflip-game-drop {
    height: 7rem;
    width: 7rem;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: calc(50% - 1.2rem);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.runflip-game-drop img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    border-radius: 1rem;
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
}

.runflip-game-drop__count {
    position: absolute;
    font-size: 1rem;
    right: -1.2rem;
    height: 1.8rem;
    min-width: 2rem;
    top: 3.5rem;
    border: 2px solid #3b446d;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: .5rem;
    font-weight: 500;
    padding: 0 .2rem;
    color: #979db6;
    line-height: 1;
}

.runflip-game-side__title {
    font-size: 1.3rem;
    font-weight: 500;
    color: #bac1d5;
    font-weight: 600;
    font-family: 'Gotham';
    margin-bottom: 0.2em;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    max-width: 110px;
    text-overflow: ellipsis;
}

.runflip-game-side__price {
    color: #ffc28a;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: 'Gotham';
    font-variant: tabular-nums;
}

.runflip-game-side--blue .runflip-game-side__icon {
    background-image: url(../assets/coin-t-static.png);
}

.runflip-game-side__icon {
    background-size: contain;
    width: 4.5rem;
    height: 4.5rem;
    background-position: center;
    position: absolute;
    left: calc(50% - 4.5rem / 2);
    bottom: .8rem;
}

.runflip-game-side--blue::after {
    background-image: url(../img/runflip-blue-light.png);
}

.runflip-game-side::after {
    content: '';
    width: 100%;
    height: 5.9rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: contain;
    background-position: center bottom;
    pointer-events: none;
}

.runflip-game-info {
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
   /* flex-direction: column;*/
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    width: calc(var(--middle-width) - .7rem* 2);
    margin: 0 -.7rem;
}

.runflip-game-status--orange {
    background-color: #f6af54;
}

.runflip-game-status {
    text-shadow: 0px 0.3rem 0.8rem rgba(255, 47, 6, 0.5);
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: .5rem;
    line-height: 2.2rem;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    top: .6rem;
}

/*.runflip-game-vs {
    font-size: 2.4rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #b5bdda;
    position: absolute;
    top: calc(50% - 1rem);
    left: 0;
    right: 0;
}*/

.runflip-game-vs {
    position: absolute;
    top: calc(50% - 3rem);
    width: 5.6rem;
    height: 5.6rem;
    background: linear-gradient(180deg, rgba(74, 93, 152, .08) 0%, rgba(78, 98, 163, .08) 100%);
    border-radius: 50%;
}

.runflip-game-vs:before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: block;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(74, 93, 152, .2) 0%, rgba(78, 98, 163, .2) 100%);
}

.runflip-game-vs:after {
    content: "vs";
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background: linear-gradient(180deg, #51649F 0%, #637AC1 100%);
    display: block;
    color: #253058;
    font-size: 1.5rem;
    line-height: 2.2rem;
    text-align: center;
    font-weight: 600;
}

.btn-green-flip {
    width: 6rem;
    place-content: center;
    aspect-ratio: 1 / 1;
    position: relative;
    background-color: #1c233a;
    border-color: #525d87;
    border-style: dashed;
	cursor: pointer;
    border-width: 1px;
    border-radius: 2rem;
}

.bg-\[\#bfcbe7\] {
    background-color: #bfcbe7;
}

.w-4 {
    width: 2.8rem!important;
}

.icon-flip-mask {
    aspect-ratio: 1 / 1;
    width: 100%;
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
}

.btn-blue-flip {
    width: 6rem;
    place-content: center;
    aspect-ratio: 1 / 1;
    position: relative;
    background-color: #1c233a;
	cursor: pointer;
    border-color: #525d87;
    border-style: dashed;
    border-width: 1px;
    border-radius: 2rem;
}

/* new animation */




/* end new animation */




.runflip-game-side__main {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 4.5rem;
    margin-bottom: 0.5rem;
    position: relative;
}

.runflip-game-side__main .btn {
    width: 100%;
    height: 3.5rem;
}

.btn--green {
    background-color: #61ac73;
}

.runflip-game-side--green .runflip-game-side__icon {
    background-image: url(../assets/coin-ct-static.png);
}

.runflip-game-side__icon {
    background-size: contain;
    width: 8rem;
    height: 8rem;
    background-position: center;
    position: absolute;
    left: calc(50% - 8rem / 2);
    bottom: -0.5rem;
}

.runflip-game-side--green::after {
    background-image: url(../img/runflip-green-light.png);
}

.runflip-game-side::after {
    content: '';
    width: 100%;
    height: 5.9rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: contain;
    background-position: center bottom;
    pointer-events: none;
}

.chose-side-count__btn.active {
    border-color: #50fff7;
}

.chose-side-count__btn {
    height: 3.3rem;
    border: 2px solid #2e365a;
    border-radius: 1rem;
    color: white;
    width: 100%;
    font-size: 1.4rem;
}

.chose-side__side:hover::before {
    opacity: 1;
}

.chose-side__side--green::before {
    background-image: url(../img/runflip-green-circle-light.png);
}
.chose-side__side::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 18.6rem;
    height: 18.6rem;
    background-size: contain;
    background-position: center;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
}

.chose-side__side--blue::after {
    background-image: url(../img/side-blue.png);
}

.chose-side__side--green.active::after {
    background-image: url(../img/side-green-active.png);
}

.runflip-game-progress {
    position: relative;
    height: 100%;
    padding: .5rem;
}

.runflip-game-progress::before {
    content: '';
    position: absolute;
    bottom: -1.2rem;
    left: 0;
    right: 0;
    height: 6.1rem;
    background-image: url(../img/runflip-orange-light.png);
    background-size: contain;
    background-position: center bottom;
}

.runflip-game-progress__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    position: relative;
    margin-bottom: 1.5rem;
}

.runflip-game-progress .runflip-game-photo {
    opacity: 1;
}

.runflip-game-progress .runflip-game-photo {
    height: 4rem;
    width: 4rem;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    opacity: 0;
}

.runflip-game-photo img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 1.5rem;
}

@media only screen and (min-width: 1023px) {
.runflip-game-photo__label {
    top: -.7rem!Important;
} }

.runflip-game-photo__label {
    position: absolute;
    top: -.4rem;
    left: -1.3rem;
    background-color: #ff727f;
    color: #ebf4ff;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0 .5rem;
    line-height: 2.2rem;
    border-radius: .6rem;
}

.runflip-game-progress__info {
    position: absolute;
    left: 5.8rem;
    top: -.2rem;
}

.runflip-progress {
    padding-left: 1rem;
    margin-bottom: .5rem;
    width: calc(100% - 5rem);
}

.runflip-progress__line {
    height: 0.4rem;
    background-color: #242c52;
    border-radius: 99rem;
    position: relative;
}

.runflip-progress--blue .runflip-progress__line-current {
    background-color: #508aff;
}

.runflip-progress__line-current {
    height: 100%;
    background-color: #508aff;
    border-radius: 99rem;
    position: relative;
    width: 0;
}

.runflip-progress--blue .runflip-progress__line-current i {
    background-image: url(../img/runner-blue.gif);
}

.runflip-progress__line-current i {
    position: absolute;
    top: -3rem;
    right: -0.76923rem;
    width: 2.61538rem;
    height: 2.61538rem;
    background-size: contain;
    background-position: center;
    opacity: 0;
    -webkit-transform-origin: 70% 110%;
    transform-origin: 70% 110%;
}

.runflip-progress__line-graph {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: -1rem;
    left: 0;
    right: 0;
}

.runflip-progress__line-graph i:nth-child(odd) {
    background-color: #323a61;
    height: .3rem;
}

.runflip-progress__line-graph i {
    height: .5rem;
    width: 1px;
    background-color: #242c52;
    display: block;
    opacity: 0;
}

.runflip-progress__line-graph i {
    height: .5rem;
    width: 1px;
    background-color: #242c52;
    display: block;
    opacity: 0;
}

.runflip-progress__line-graph i:nth-child(odd) {
    background-color: #323a61;
    height: .3rem;
}

.runflip-progress__line-graph i:nth-child(odd) {
    background-color: #323a61;
    height: .3rem;
}

.runflip-game-progress__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    position: relative;
    margin-bottom: 1.5rem;
}

.runflip-progress--green .runflip-progress__line-current {
    background-color: #4d9c60;
}

.runflip-progress--green .runflip-progress__line-current i {
    background-image: url(../img/runner-green.gif);
}

.runflip-game-progress__footer {
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    white-space: nowrap;
    bottom: -.7rem;
}

.runflip-game-progress__footer-title {
    font-weight: 500;
    color: #cbd0e1;
    font-size: 1.4rem;
}

.runflip-game-countdown {
    height: 5rem;
    width: 5rem;
    background-image: url(../img/counter-circle.svg);
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 2.4rem;
    color: #b5bdda;
    font-weight: 500;
    position: absolute;
    top: calc(50% - 5rem / 2);
    left: calc(50% - 5rem / 2);
    opacity: 0;
}

.runflip-game-progress__info-price {
    font-weight: 500;
    color: #ffce79;
    font-size: 1.1rem;
    opacity: 0;
}

.red {
    color: #fe5454 !important;
}

.runflip-progress__line-current i {
    position: absolute;
    top: -3rem;
    right: -0.76923rem;
    width: 2.61538rem;
    height: 2.61538rem;
    background-size: contain;
    background-position: center;
    opacity: 0;
    -webkit-transform-origin: 70% 110%;
    transform-origin: 70% 110%;
}

.runflip-game-progress__info {
    position: absolute;
    left: 5.8rem;
    top: -.2rem;
}

.runflip-game-progress__footer-title {
    font-weight: 500;
    color: #cbd0e1;
    font-size: 1.4rem;
}

.runflip-game-progress__footer svg:last-of-type {
    left: -2.91667rem;
}

.runflip-game-progress__footer svg {
    position: absolute;
    fill: #f6af54;
    width: 2rem;
    height: 2.33333rem;
    bottom: .5rem;
    opacity: 0;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.runflip-game-progress__footer svg:first-of-type {
    right: -2.91667rem;
}

.runflip-progress__line-current {
    height: 100%;
    background-color: #508aff;
    border-radius: 99rem;
    position: relative;
    width: 0;
}

.runflip-game-progress__info {
    position: absolute;
    left: 5.8rem;
    top: -.2rem;
}

.runflip-game-progress__info-name {
    font-size: 1.1rem;
    font-weight: 500;
    color: #979db6;
    margin-bottom: 0.2em;
    opacity: 0;
}

.runflip-game-status--green {
    background-color: #4d9c60;
    text-shadow: none;
}

.runflip-game-status--blue {
    background-color: #4980cf;
    text-shadow: none;
}

.runflip-game-status {
    text-shadow: 0px 0.3rem 0.8rem rgba(255, 47, 6, 0.5);
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: .5rem;
    line-height: 2.2rem;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    top: .6rem;
}

.runflip-game-winner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.runflip-game-winner--green::before {
    background-image: url(../img/runflip-green-circle-light.png);
}

.runflip-game-winner--blue::before {
    background-image: url(../img/runflip-blue-circle-light.png);
}

.runflip-game-side.disabled {
    background-color: #1a2036;
}

.runflip-game-winner::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: center;
    opacity: 0.5;
    width: 8rem;
    height: 8rem;
}

.runflip-game-side.disabled::before, .runflip-game-side.disabled::after, .runflip-game-side.disabled .runflip-game-side__main, .runflip-game-side.disabled .runflip-game-side__title, .runflip-game-side.disabled .runflip-game-side__price, .runflip-game-side.disabled .runflip-game-side__icon {
    opacity: 0.3;
}

.runflip-game-winner--green::after {
    background-image: url(../img/person-green.png)!important;
}

.runflip-game-winner--blue::after {
    background-image: url(../img/person-blue.png)!important;
}

.runflip-game-winner::after {
    content: '';
    width: 2.71429rem;
    height: 3.92857rem;
    background-image: url(../img/person-blue.png);
    display: block;
    background-size: contain;
}


/* MEDIA COINFLIP */




@media only screen and (min-width: 1023px) {
.chose-side-controls {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    align-items: end;
} }

@media only screen and (min-width: 1023px) {
.chose-side-count {
    padding-right: 3rem;
    margin-bottom: 0;
} }


@media only screen and (min-width: 1023px) {
.chose-side-count__btn {
    width: 5rem;
    background: #2f385b;
    height: 5rem;
} }

@media only screen and (min-width: 1800px) {
.chose-side-count__btn {
    font-size: 2rem;
    font-weight: 600;
} }

@media only screen and (min-width: 1023px) {
.btn {
    height: 5.5rem;
    font-size: 1.3rem;
} }

@media only screen and (min-width: 1023px) {
.btn--has-icon svg {
    font-size: 1rem;
} }

@media only screen and (min-width: 1023px) {
.runflip {
    padding-top: 4rem;
} }

@media only screen and (max-width: 2100px) {
.chat-active .runflip-form .runflip-header {
    margin-right: 0;
    width: 50%;
    margin-bottom: 1.5rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-list {
    width: calc(100% - 2rem);
    padding: 0 2rem 5rem 4rem;
    margin-right: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(37rem, 1fr));
    gap: 1.6rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-drop {
    height: 9rem;
    width: 9rem;
    margin-top: 3rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game {
    height: 20.5rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-sides {
    --middle-width: 8.5rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-side {
    padding: 1.5rem 1.3rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-side__main {
    margin-bottom: 1.1rem;
    height: 6rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-photo img {
    border-radius: 2rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-photo__label {
    top: -.7rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-drop {
    height: 9rem;
    width: 9rem;
    margin-top: 3rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-drop__count {
    top: .2rem;
    height: 2.3rem;
    min-width: 2.3rem;
    top: -.5rem;
    right: -1rem;
    font-size: 1.1rem;
} }


@media only screen and (min-width: 1023px) {
.runflip-game-info {
    width: calc(var(--middle-width) - 1.4rem* 2);
    margin: 0 -1.4rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-status {
    top: 1.1rem;
} }


@media only screen and (min-width: 1023px) {
.runflip-game-side {
    padding: 1.5rem 1.3rem;
} }


@media only screen and (min-width: 1023px) {
.runflip-game-side__main {
    margin-bottom: 0.8rem;
    height: 6rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-side__main .btn {
    height: 4.5rem;
} }


@media only screen and (min-width: 1023px) {
.runflip-game-progress {
    padding: 1rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-progress__item {
    margin-bottom: 2rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-progress .runflip-game-photo {
    height: 5rem;
    width: 5rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-photo {
    height: 6rem;
    width: 6rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-photo img {
    border-radius: 2rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-progress__info {
    top: .2rem;
    left: 6.8rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-progress {
    width: calc(100% - 6rem);
} }

@media only screen and (min-width: 1023px) {
.runflip-progress__line-current i {
    top: -3.9rem;
    right: -1rem;
    width: 3.4rem;
    height: 3.4rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-progress__item {
    margin-bottom: 2rem;
} }


@media only screen and (min-width: 1023px) {
.runflip-game-progress__footer {
    bottom: 0;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-progress__footer-title {
    font-size: 1.8rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-progress__info-price {
    font-size: 1.3rem;
} }


@media only screen and (min-width: 1023px) {
.runflip-game-progress__info {
    top: .2rem;
    left: 6.8rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-progress__info-price {
    font-size: 1.3rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-progress__footer-title {
    font-size: 1.8rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-progress__footer svg:last-of-type {
    left: -3.5rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-progress__footer svg {
    width: 2.4rem;
    height: 2.8rem;
    bottom: .2rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-progress__footer svg:first-of-type {
    right: -3.5rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-progress__info {
    top: .2rem;
    left: 6.8rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-progress__info-name {
    font-size: 1.2rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-status {
    top: 1.1rem;
} }


@media only screen and (min-width: 1023px){
.runflip-game-winner::before {
    width: 12rem;
    height: 12rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-winner::after {
    width: 3.8rem;
    height: 5.5rem;
} }


@media only screen and (min-width: 1023px) {
.runflip-game-winner::after {
    width: 3.8rem;
    height: 5.5rem;
} }

@media only screen and (min-width: 1023px) {
.runflip-game-photo {
    height: 6rem;
    width: 6rem;
} }

/* END MEDIA COINFLIP */


/* ===========================
   NOVI PANEL
   =========================== */
   


.new-inventory__select .button_sell .btn__text-sell {
    margin-left: .4rem;
}
  
.new-inventory__select .button_sell {
    --color: #A4FF9C;
    --icon-size: 1.6rem;
    width: auto;
    display: inline-flex;
	opacity: 0.9;
    align-items: center;
    height: auto;
    padding: .6rem;
    border: 0;
    border-radius: 0.9rem;
    background-image: linear-gradient(179.6deg, #74ae5f2e .41%, #8bf56555 110.76%);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
}

.new-inventory__select .button_sell:hover {
	opacity: 1;
}


.icon-cs2 {
    margin-top: -0.125rem;
    margin-left: -0.175rem;
    margin-right: -0.25rem;
    width: 3.2rem;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.icon-dota2 {
    margin-top: 0rem;
    margin-left: -0.275rem;
    margin-right: -0.25rem;
    width: 2rem;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.icon-cs {
  -webkit-mask-image: url("/assets/images/svg/cs.svg");
  mask-image: url("/assets/images/svg/cs.svg");
}

.icon-dota {
  -webkit-mask-image: url("/assets/images/svg/dota.svg");
  mask-image: url("/assets/images/svg/dota.svg");
}


.new-inventory__head .button_cs2 {
    width: auto;
    height: 3.8rem;
    padding: 0 1.2rem;
    background: linear-gradient(to right, rgba(193, 122, 94, .7), rgba(153, 88, 69, .35));
    border: 0;
    border-radius: 1rem;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1;
	opacity: 0.3;
    color: #ffc6b0;
    text-transform: uppercase;
    transition: color .2s ease-out 0s, background-image .2s ease-out 0s;
}


.new-inventory__head .button_dota2 {
    width: auto;
    height: 3.8rem;
    padding: 0 1.2rem;
	background: linear-gradient(to right, rgba(166, 55, 65, .7), rgba(183, 50, 62, .14));
    border: 0;
    border-radius: 1rem;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1;
	opacity: 0.3;
    color: #ff7d7d;
    text-transform: uppercase;
    transition: color .2s ease-out 0s, background-image .2s ease-out 0s;
}


.new-inventory__head .button_cs2.active {
    opacity: 1;
}


.new-inventory__head .button_dota2.active {
    opacity: 1;
}

.new-inventory__head .button_cs2:hover{
    opacity: 0.5;
}


.new-inventory__head .button_dota2:hover {
    opacity: 0.5;
}



.user-bet__control.is-lost:after {
    border-color: #ee5b643d;
}

.user-bet__control.is-won:after {
    border-color: #a0ff913d;
}
   
.is-lost .user-bet__icon {
    transform: rotate(180deg);
}

.is-won .user-bet__icon {
    transform: rotate(0);
}

   
.is-lost .info__earned {
    color: #f06e76;
}

.is-won .info__earned {
    color: #81e478;
}
   
.user-bet__control.is-lost {
    background: #ee5b6433;
    color: #f06e76;
}  

.user-bet__control.is-won {
    background: linear-gradient(179.6deg, #74ae5f2e .41%, #8bf56555 110.76%);
    color: #81e478;
}
   
.empty-block.empty-block_new-inventory-not-logged .empty-block__button {
    --icon-size: 1rem;
    width: auto;
    height: 3.2rem;
    border-radius: .8rem;
	color: #242c54;
    font-size: 1rem;
    text-transform: uppercase;
}

.btn__text-login {
	color: #242c54;
    text-transform: none;
	font-weight: 500;
	font-size: 1.3rem;
}

.btn_green {
    background-color: #69dd89;
    color: #204b43;
}
   
.empty-block .empty-block__title {
    padding: 0 1.5rem;
    color: #9fb1d4;
    font-size: 1.4rem;
    font-weight: 500;
	text-transform: none;
    line-height: 1.7rem;
}
   
.empty-block .empty-block__icon {
    color: #6a78a766;
    font-size: 4rem;
}
   
.empty-block.empty-block_new-inventory-not-logged {
	height: 100%;
    border: 1px solid rgba(159, 194, 248, .06);
}

.empty-block {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 1rem;
    border: 1px dashed #293157;
    border-radius: 10px;
    text-align: center;
}  
   
.user-bets {
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

.wheel-side-bar-bet {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4rem;
    padding: .4rem;
    background: #2a334e;
    border-radius: 1rem;
}

.icon_arrow-up-rounded:before {
    content: "\ea02";
}

.user-bet__color_2x {
    --badge-font-color: #769CFF;
    --badge-bg-color-start: rgba(90, 96, 228, .119);
    --badge-bg-color-end: rgba(88, 103, 236, .34);
    --badge-border-color: rgba(139, 157, 254, .18);
}

.user-bet__color_5x {
    --badge-font-color: #9887FF;
    --badge-bg-color-start: rgba(109, 74, 208, .119);
    --badge-bg-color-end: rgba(116, 80, 217, .34);
    --badge-border-color: rgba(184, 151, 255, .18);
}

.user-bet__color_3x {
    --badge-font-color: #6FCF95;
    --badge-bg-color-start: rgba(43, 172, 71, .119);
    --badge-bg-color-end: rgba(74, 202, 110, .34);
    --badge-border-color: rgba(139, 254, 185, .18);
}

.user-bet__color_20x {
    --badge-font-color: #F3D28F;
    --badge-bg-color-start: rgba(216, 164, 87, .119);
    --badge-bg-color-end: rgba(218, 197, 87, .34);
    --badge-border-color: rgba(254, 208, 139, .18);
}

.user-bet__color {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 8.2rem;
    height: 100%;
    border: .1rem solid transparent;
    border-radius: .8rem;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: var(--badge-font-color);
    background: linear-gradient(180deg, var(--badge-bg-color-start) 0%, var(--badge-bg-color-end) 100%);
    border-color: var(--badge-border-color);
}

.info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 15rem;
}

.info__earned {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1;
}

.user-bet__icon {
    transform: rotate(90deg);
}

.icon_arrow-up-rounded:before {
    content: "\eb16";
}

.user-bet__control {
    position: relative;
    flex: none;
    width: 8rem;
    height: 100%;
    border: 0;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    background: linear-gradient(169.61deg, #405c9224 16.73%, #407bb224 104.85%);
    color: #cddbff;
    -webkit-transition: filter .2s ease-out 0s;
    -moz-transition: filter .2s ease-out 0s;
    transition: filter .2s ease-out 0s;
}

.user-bet__control:after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(152, 179, 194, .1);
    border-radius: inherit;
    pointer-events: none;
}



   
.inventory-skin:hover, .inventory-skin.checked{
    background-image: linear-gradient(180deg, #303950, #384364)!important;
}  

.inventory-skin.checked {
     box-shadow: 0 0 0 1px #a7f4fd87;
}  
  
@media (hover: hover) {
    .new-inventory__scroll .cdk-virtual-scroll-content-wrapper {
        padding-right: 1.1rem;
    }
}
   
.new-inventory__scroll .cdk-virtual-scroll-content-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
    align-content: flex-start;
    grid-gap: .4rem;
    width: 100%;
}

.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper {
    min-width: 100%;
}

.cdk-virtual-scroll-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    contain: content;
} 


.inventory-skin__check:before {
    content: "\e99a";
    color: #ffc6b0;
}

.inventory-skin__bonuses:before, .inventory-skin__check:before {
    font-size: 0.8rem;
    font-family: icomoon;
}  
   
.inventory-skin__bonuses, .inventory-skin__check {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    flex: none;
    width: 1.2rem;
}
  
.inventory-skin:after {
    content: "";
    position: absolute;
    inset: 0;
    border: .1rem solid transparent;
    border-color: transparent;
    border-radius: inherit;
    pointer-events: none;
    -webkit-transition: border-color .2s ease-out 0s;
    -moz-transition: border-color .2s ease-out 0s;
    transition: border-color .2s ease-out 0s;
}

.inventory-skin__exterior {
    color: #bbb;
}
   
.inventory-skin__name, .inventory-skin__subname {
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
	color: #fefefe;
    overflow: hidden;
}

.inventory-skin__info {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    gap: .4rem;
    width: 100%;
	text-align: left;
    margin-top: .1rem;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.3rem;
}

.inventory-skin__price {
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.3rem;
    color: #ffc28a;
}

.image {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border: none;
    font: 0;
}

.w-\[6rem\] {
    width: 6rem;
}

.inventory-skin__picture {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.inventory-skin__st_floating {
    position: absolute;
    top: .8rem;
    left: .8rem;
    z-index: 10;
    font-weight: 500;
    font-size: 1rem;
}





.inventory-skin__quality_e68c5c {
    background: #ff8f5f;
}

.inventory-skin__quality_0000ff {
    background: #6d9fff;
}

.inventory-skin__quality_8552ff {
    background: #9672ff;
}

.inventory-skin__quality_ff35b7 {
    background: #ff6d87;
}

.inventory-skin__quality_c0c0c0 {
    background: #919eb7;
}

.inventory-skin__quality_99ccff {
    background: #85dcdc;
}

.inventory-skin__bg_e68c5c {
  background-image: linear-gradient(150deg, rgba(255, 143, 95, 0.01) 0%, rgba(255, 143, 95, 0.05) 60%, rgba(255, 143, 95, 0.35) 100%)!important;
}

.inventory-skin__bg_0000ff {
  background-image: linear-gradient(150deg, rgba(109, 159, 255, 0.01) 0%, rgba(109, 159, 255, 0.05) 60%, rgba(109, 159, 255, 0.35) 100%)!important;
}

.inventory-skin__bg_8552ff {
  background-image: linear-gradient(150deg, rgba(150, 114, 255, 0.01) 0%, rgba(150, 114, 255, 0.05) 60%, rgba(150, 114, 255, 0.35) 100%)!important;
}

.inventory-skin__bg_ff35b7 {
  background-image: linear-gradient(150deg, rgba(255, 109, 135, 0.01) 0%, rgba(255, 109, 135, 0.05) 60%, rgba(255, 109, 135, 0.35) 100%)!important;
}

.inventory-skin__bg_c0c0c0 {
  background-image: linear-gradient(150deg, rgba(145, 158, 183, 0.01) 0%, rgba(145, 158, 183, 0.05) 60%, rgba(145, 158, 183, 0.35) 100%)!important;
}

.inventory-skin__bg_99ccff {
  background-image: linear-gradient(150deg, rgba(133, 220, 220, 0.01) 0%, rgba(133, 220, 220, 0.05) 60%, rgba(133, 220, 220, 0.35) 100%)!important;
}



.inventory-skin__quality {
    position: absolute;
    top: .8rem;
    right: .8rem;
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: .4rem;
}


.inventory-skin__st_floating {
    position: absolute;
    top: .8rem;
    left: .8rem;
    z-index: 10;
}


.inventory-skin__st {
    color: #f59575;
}

.inventory-skin {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 9.2rem;
    padding: 0 1.2rem .8rem;
	background: #2b334d;
	box-shadow: 0 0 0 1px transparent;
    background-image: linear-gradient(180deg, #3a4984c2, #4c5b96c2);
    border-radius: 1rem;
    cursor: pointer;
    -webkit-transition: background-image .2s ease-out 0s, opacity .2s ease-out 0s;
    -moz-transition: background-image .2s ease-out 0s,opacity .2s ease-out 0s;
    transition: background-image .2s ease-out 0s, opacity .2s ease-out 0s;
}

.inventory-skin__name, .inventory-skin__subname {
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.inventory-skin:hover {
	background: #343d59;
    cursor: pointer;
    -webkit-transition: background-image .2s ease-out 0s, opacity .2s ease-out 0s;
    -moz-transition: background-image .2s ease-out 0s,opacity .2s ease-out 0s;
    transition: background-image .2s ease-out 0s, opacity .2s ease-out 0s;
}


@media (hover: hover) {
    .new-inventory__scroll .cdk-virtual-scroll-content-wrapper {
        padding-right: 1.1rem;
        padding-left: 1px;
        padding-top: 1px;
        padding-bottom: 1rem;
    }
}


.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper {
    min-width: 100%;
}

.cdk-virtual-scroll-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    contain: content;
}

.new-inventory__scroll {
    scrollbar-color: rgb(44.4659090909, 58.1477272727, 106.0340909091) rgb(55.0136363636, 71.9409090909, 131.1863636364);
    scrollbar-width: .3rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}


.new-inventory__scroll {
    flex: 1;
    mask-image: linear-gradient(0deg, #0000, #000 2rem 100%);
}

.cdk-virtual-scrollable {
    overflow: auto;
    will-change: scroll-position;
    contain: strict;
}
.scroll_vertical {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #505E97 transparent;
    scrollbar-width: thin;
}
.scroll {
    scrollbar-color: #262f54 #3b4772;
    scrollbar-width: .3rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

cdk-virtual-scroll-viewport {
    display: block;
    position: relative;
    transform: translateZ(0);
}
   
.bet-creator .bet-creator__inventory {
    margin: 1.8rem -2.5rem 0;
}

.new-inventory {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2.5rem;
    background: linear-gradient(180deg, #222944, #242d48 108.57%);
    border-radius: 2rem;
}

.new-inventory__head {
    display: flex;
    align-items: center;
	margin-bottom: 1rem;
    justify-content: space-between;
}

.new-inventory__title {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-transform: uppercase;
}

.new-inventory__icon {
    font-size: 2.4rem;
}

.new-inventory__head .button_shop {
    width: auto;
    height: 3.8rem;
    padding: 0 1.2rem;
    background-image: linear-gradient(179.6deg, #435aac8c .41%, #6a8bff94 110.76%);
    border: 0;
    border-radius: 1rem;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1;
    color: #b0c2ff;
    text-transform: uppercase;
    -webkit-transition: color .2s 
ease-out 0s, background-image .2s 
ease-out 0s;
    -moz-transition: color .2s ease-out 0s,background-image .2s ease-out 0s;
    transition: color .2s 
ease-out 0s, background-image .2s 
ease-out 0s;
}

.new-inventory__head .button_shop .icon {
    font-size: 1.8rem;
}

.new-inventory__head .button_shop:after {
    content: "";
    position: absolute;
    inset: 0;
    border: .1rem solid transparent;
    border-color: #7997ff57;
    border-radius: inherit;
    pointer-events: none;
    -webkit-transition: border-color .2s 
ease-out 0s;
    -moz-transition: border-color .2s ease-out 0s;
    transition: border-color .2s 
ease-out 0s;
}

.new-inventory__select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem 1rem 1.1rem 1.2rem;
    gap: .8rem;
	color: #a6adcd;
    background: #7abbf708;
    border: .1rem dashed rgba(159, 194, 248, .14);
    border-radius: 1.2rem;
}

.new-inventory__selected {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.1rem;
    text-transform: uppercase;
}

.empty-block.empty-block_new-inventory-no-items .empty-block__button:hover {
    background-color: #8af29b;
    color: #457859;
}

.new-inventory__value {
    color: #ffc6b0;
}

.new-inventory__right {
    display: flex;
    align-items: center;
    gap: .8rem;
}

.new-inventory__switch {
    margin-left: auto;
}

.switch {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: auto;
    height: auto;
    -webkit-user-select: none;
    user-select: none;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: opacity .2s 
ease-out 0s;
    -moz-transition: opacity .2s ease-out 0s;
    transition: opacity .2s 
ease-out 0s;
}

.switch.switch_stylish .switch__title {
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    color: #cddbff99;
}

.switch .switch__title {
    display: block;
    width: auto;
    height: 2.8rem;
    padding: 0 .7rem;
    color: #6d7490;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.8rem;
    text-transform: uppercase;
}

.switch .switch__control {
    display: none;
}

.switch.switch_stylish .switch__slider {
    width: 3.4rem;
    height: 2.2rem;
    background-color: transparent;
    border: .1rem solid transparent;
    border-color: #b7cfff2e;
    border-radius: 1.2rem;
    -webkit-transition: border-color .2s 
ease-out 0s;
    -moz-transition: border-color .2s ease-out 0s;
    transition: border-color .2s 
ease-out 0s;
}

.switch .switch__slider {
    position: relative;
    display: block;
    width: 4.4rem;
    height: 2.8rem;
    border-radius: 9px;
    background-color: #252d52;
}

.switch.switch_stylish .switch__slider:before {
    top: .4rem;
    left: .4rem;
    border: 0;
    width: 1.2rem;
    height: 1.2rem;
    background: #cddbff;
    border-radius: .7rem;
}

.switch .switch__slider:before {
    content: "";
    position: absolute;
    top: .6rem;
    left: .6rem;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background-color: #353d65;
    border: 1px solid #353D65;
    border-radius: 5px;
    -webkit-transform: translateX(0);
    transform: translate(0);
    -webkit-transition: background-color .2s 
ease-out 0s, border-color .2s 
ease-out 0s, transform .2s 
ease-out 0s;
    -moz-transition: background-color .2s ease-out 0s,border-color .2s ease-out 0s,transform .2s ease-out 0s;
    transition: background-color .2s 
ease-out 0s, border-color .2s 
ease-out 0s, transform .2s 
ease-out 0s;
}

@media (hover: hover) {
    .new-inventory__content:not(.new-inventory__empty-block) {
        margin-right: -1.4rem;
    }
}

.new-inventory__content {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 28.5rem;
}

.empty-block.empty-block_new-inventory-no-items {
    border: 1px solid rgba(159, 194, 248, .06);
}

.empty-block {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 1rem;
    border: 1px dashed #293157;
    border-radius: 10px;
    text-align: center;
}

.empty-block.empty-block_new-inventory-no-items .empty-block__icon {
    display: block;
    width: 8.2rem;
    height: 4.49rem;
    transform: scaleX(-1);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/assets/images/items-placeholder/pistol.webp);
    opacity: .4;
}

.empty-block .empty-block__icon {
    color: #6a78a766;
    font-size: 4rem;
}

.empty-block.empty-block_new-inventory-no-items .empty-block__title {
    display: flex;
    align-items: center;
    gap: .8rem;
	text-transform: none !important;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #cddbff99;
}

.empty-block .empty-block__title {
    padding: 0 1.5rem;
    color: #9fb1d4;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7rem;
}

.empty-block.empty-block_new-inventory-no-items .empty-block__button {
    --icon-size: 1rem;
    width: auto;
    height: 3.2rem;
    padding: 0 .9rem;
    border: none;
	text-transform: none !important;
    border-radius: .8rem;
    background-color: #69dd89;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #204b43;
}


 

   
   
   
.new-game-sidebar__bet-creator {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    background-color: #1c233a;
    border-radius: 3rem;
    padding: 2.5rem;
}
   
   
.wheel-sidebar {
    display: block;
    width: 40rem;
}

.new-game-sidebar__head {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: .3rem;
}

.new-game-sidebar__title {
    display: flex;
    align-items: center;
    gap: .8rem;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3.1rem;
}

.new-game-sidebar__title .icon {
    font-size: 3rem;
}

.px-\[0\.3rem\] {
    padding-left: .3rem;
    padding-right: .3rem;
}

.items-center {
    align-items: center;
}

.flex {
    display: flex;
}

.new-game-sidebar__info {
    font-size: 2.2rem;
    color: #cddbff;
    opacity: .5;
    cursor: pointer;
    transition: opacity .2s ease-out 0s;
}

.bet-creator {
    position: relative;
    display: flex;
    flex-flow: column;
    width: 100%;
}

.bet-creator__content {
    position: relative;
    display: block;
    width: 100%;
}

ui-game-sidebar-tabs {
    display: flex;
    align-items: center;
    height: 6.4rem;
    background: #242c48;
    border-radius: 1.2rem;
}

.btn.is-active {
    background: linear-gradient(0deg, #27516C 0%, #2B3A57 100%);
}

.btn {
    width: 50%;
    height: 100%;
    gap: 1rem;
    border: 0;
}

.btn.is-active .icon,
.btn.is-active .btn__text,
.btn.is-active .btn__value {
    color: #a2feff;
}

.btn__icon,
.btn__text,
.btn__value {
    transition: color .2s ease-out 0s;
}

.btn__icon {
    font-size: 2.6rem!important;
    color: #d6e2ff;
}

.btn__text-wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}


.select-color {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

.select-color__label {
    color: #767fa6;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.6rem;
    cursor: pointer;
}

.select-color__colors {
    display: flex;
    gap: .4rem;
    margin-top: 1rem;
    height: 4.6rem;
}

.select-color__color.is-active.select-color__color_x2 {
    --font-color: #94B2FF;
    --bg-color-start: rgba(90, 96, 228, .224);
    --bg-color-end: rgba(88, 103, 236, .64);
    --border-color: rgba(139, 157, 254, .18);
}

.select-color__color.is-active,
.select-color__color:hover,
.select-color__color.is-active .icon {
    opacity: 1;
}

.select-color__color_x2 {
    --font-color: #769CFF;
    --bg-color-start: rgba(90, 96, 228, .119);
    --bg-color-end: rgba(88, 103, 236, .34);
    --border-color: rgba(139, 157, 254, .18);
}

.select-color__color {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    height: 100%;
    border-radius: 1rem;
    padding: 1.6rem 0;
    flex: 1;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.8rem;
    text-transform: uppercase;
    user-select: none;
    cursor: pointer;
    border: 1px solid transparent;
    opacity: .5;
    color: var(--font-color);
    background: linear-gradient(180deg, var(--bg-color-start) 0%, var(--bg-color-end) 100%);
    border-color: var(--border-color);
    transition: opacity .2s ease-out 0s, --bg-color-start .2s ease-out 0s, --bg-color-end .2s ease-out 0s, --border-color .2s ease-out 0s;
}

.select-color__color span {
    transform: translate(-1rem);
    -webkit-transition: transform .2s ease-out 0s;
    -moz-transition: transform .2s ease-out 0s;
    transition: transform .2s ease-out 0s;
}

.manual-bet__action.is-active:hover {
    background: #6288d4;
    color: #f4f7ff;
}

.bet-creator__action {
    display: flex;
    gap: .4rem;
    align-items: center;
    min-height: 5.2rem;
	height: 6.4rem;
	text-transform: none;
	font-weight: 700!important;
    font-size: 1.6rem!important;
    line-height: 1!important;
	width: 100%;
}

.select-color__color.is-active span {
    transform: translate(0);
}

.select-color__color_x3 {
    --font-color: #6FCF95;
    --bg-color-start: rgba(43, 172, 71, .119);
    --bg-color-end: rgba(74, 202, 110, .34);
    --border-color: rgba(139, 254, 185, .18);
}

.select-color__color_x5 {
    --font-color: #9887FF;
    --bg-color-start: rgba(109, 74, 208, .119);
    --bg-color-end: rgba(116, 80, 217, .34);
    --border-color: rgba(184, 151, 255, .18);
}

.select-color__color_x20 {
    --font-color: #F3D28F;
    --bg-color-start: rgba(216, 164, 87, .119);
    --bg-color-end: rgba(218, 197, 87, .34);
    --border-color: rgba(254, 208, 139, .18);
}

.bet-form {
    position: relative;
    display: flex;
    flex-direction: column;
}

.bet-form__label {
    color: #767fa6;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.6rem;
}

.bet-form__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: .4rem;
    width: 100%;
    height: 4.6rem;
    margin-top: 1rem;
    border: 1px solid #364164;
    border-radius: .8rem;
}

.bet-form__currency {
    display: block;
    margin-left: 1.4rem;
    font-weight: 500;
    font-size: 1.5rem;
    color: #b3c3ec;
}

.bet-form__input,
.bet-form__input::placeholder {
    color: #e0e6ff;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
}

.bet-form__input {
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: inherit;
    transition: filter .2s ease-out 0s;
}

.bet-form__action {
    --icon-size: 2rem;
    width: 4.6rem;
    height: 100%;
    padding: 0;
    border: none;
    color: #58638980;
}

.btn:disabled {
    cursor: not-allowed;
}

.manual-bet__actions {
    display: flex;
    gap: .4rem;
    height: 3.8rem;
    margin-top: .5rem;
}

.manual-bet__action.is-active {
    background: #333e63;
    color: #f4f7ff;
}

.btn__value {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #d6e2ff;
}

.select-color__color .icon {
    font-size: 1.6rem;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out 0s;
    -moz-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
}


.btn__text {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    color: #d6e2ff;
    opacity: .7;
}

.bet-creator__wrapper {
    display: flex;
    gap: .4rem;
    align-items: center;
    margin-top: 1.8rem;
    min-height: 5.2rem;
}

.bet-creator__action {
    width: 100%;
    border-radius: .8rem;
}

.btn_blue {
    background-image: linear-gradient(90deg, #89f7fe 0%, #66a6ff 100%);
    color: #212944;
}

.btn_blue:hover {
    filter: brightness(1.1);
}

.btn .icon {
    font-size: 2rem;
}

.manual-bet__action:hover {
    background: #333e63;
    color: #e6edff;
}

.manual-bet__action {
    background-color: #262f4c;
    color: #a6adcd;
    flex: 1 1 100%;
    height: 100%;
    padding: 0;
    border: none;
    border-radius: .8rem;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.5rem;
}

.new-game-sidebar__footer {
    display: flex;
    align-items: center;
    gap: .6rem;
    width: 100%;
    height: 4.2rem;
    border: 1px solid #9fc3fd33;
	box-sizing: border-box;
    margin-top: 1.4rem;
    padding-left: 1.2rem;
    padding-right: 1.8rem;
    /* background: linear-gradient(170.73deg, #205c6427 7.01%, #28797433 101.22%); */
    border-radius: 25px;
}

.new-game-sidebar__shield {
    font-size: 2rem;
    color: #a2feff!important;
}

.new-game-sidebar__hash {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-left: auto;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #b8c9e7;
}

.new-game-sidebar__round{
    display: flex;
    align-items: center;
    gap: .4rem;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #b8c9e7;
    text-transform: uppercase;
}

.new-game-sidebar__hash .button_copy {
    --icon-size: 1.8rem;
    color: #b8c9e7;
    opacity: .4;
    width: 0rem;
    justify-content: left;
    padding-left: 0.4rem;
    transition: opacity .2s ease-out 0s;
}

.new-game-sidebar__hash .button_copy:hover {
    opacity: 1;
    transition: opacity .2s ease-out 0s;
}

/* ===== AUTO WITHDRAWAL ===== */

.auto-withdrawal {
  width: auto;
  display: flex;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  flex-direction: column;
  color: #abb2cf;
}

.auto-withdrawal .label {
  margin-bottom: 10px;
  padding-left: 6px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
}

.auto-input {
  position: relative;
  display: flex;
  align-items: center;
  height: 52px;
  margin-top: 1rem;
  border: 1px solid #2f3959;
  background-color: #232c48;
  border-radius: 8px 8px 0 0;
}

.auto-input .prefix {
  position: absolute;
  left: 16px;
  color: #a2feff;
  font-weight: 600;
}

.multiplier-input {
  width: 100%;
  padding-left: 40px;
  font-weight: 700;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  transition: background-color 0.2s ease;
}

.multiplier-input:focus {
  background-color: rgb(35 44 72);
}

/* ===== SETTINGS GUMB ===== */

.settings-btn {
  width: 22px;
  height: 22px;
  margin-right: 14px;
  cursor: pointer;
  background-color: #d6e2ff;
  mask-image: url('/svg/settings.svg');
  -webkit-mask-image: url('/svg/settings.svg');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  border: none;
  transition: background-color 0.25s ease, transform 0.2s ease;
}

/* Hover efekt u normalnom (edit) modu */
.settings-btn:hover {
  background-color: #e2eaff;
  transform: scale(1.1);
}

/* ✔️ Kad je aktivan edit mode */
.settings-btn.editing {
  background-color: #a2feff;
  mask-image: url('/svg/checked.svg');
  -webkit-mask-image: url('/svg/checked.svg');
}

.settings-btn.editing:hover {
  background-color: #9fd0ff;
  transform: scale(1.1);
}

/* ===== NORMALNI GUMBI ===== */

.auto-buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: #2f3959;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  gap: 1px;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.auto-buttons button {
  height: 40px;
  background: #262f4c;
  color: #d6e2ff;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.auto-buttons button:hover {
  background-color: #3b4570;
}

.auto-buttons button.active {
  background: linear-gradient(to right, #acd4ff, #67abff);
  color: #212944;
}

/* ===== EDIT MODE ===== */

.auto-buttons-edit {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background-color: #2f3959;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  opacity: 1; /* odmah vidljivo kad je aktivno */
  transform: scale(1);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.auto-buttons-edit input {
  width: 100%;
  height: 40px;
  background: #262f4c;
  color: #d6e2ff;
  border: none;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.auto-buttons-edit input:focus {
  background: #2d3860;
  color: #fff;
  transform: scale(1.03);
}

/* ===========================
   END NOVI PANEL
   =========================== */
   
.history_home .history__button-desktop {
    height: 40px;
    width: auto;
    gap: 1rem;
    border-radius: 5px;
    color: #747e9d;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    text-transform: none;
}


/* SLOTS */

.select-color__color_x2-5-WHITE
{
    --font-color: #2c2c2c;
    --bg-color-start: rgb(255 255 255 / 49%);
    --bg-color-end: rgb(230 230 230 / 77%);
    --border-color: rgba(255, 255, 255, 0.25);
}

.select-color__color_x2-5-BLACK
{
    --font-color: #CCCCCC;
    --bg-color-start: rgb(0 0 0 / 38%);
    --bg-color-end: rgb(59 59 59 / 87%);
    --border-color: rgb(179 178 178 / 32%);
}

.select-color__color_x7-5-WHITE
{
    --font-color: #2c2c2c;
    --bg-color-start: rgb(255 255 255 / 49%);
    --bg-color-end: rgb(230 230 230 / 77%);
    --border-color: rgba(255, 255, 255, 0.25);
}

.select-color__color_x7-5-BLACK
{
    --font-color: #CCCCCC;
    --bg-color-start: rgb(0 0 0 / 38%);
    --bg-color-end: rgb(59 59 59 / 87%);
    --border-color: rgb(179 178 178 / 32%);
}



/* END SLOTS */

/* JACKPOT HEADER */

.classic-playbox .jackpot-bets-information {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 2rem 2.5rem;
    background: linear-gradient(180deg, #26305ccc, #34447ccc 108.57%);
    border-radius: 1.6rem;
}

.classic-playbox .jackpot-bets-information__head {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: auto;
}

.classic-playboxe .jackpot-bets-information__counters {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.classic-playbox .counter {
    display: flex;
    gap: .6rem;
}

.counter {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 1rem;
    white-space: nowrap;
}

.classic-playbox .counter__icon {
    font-size: 3rem;
    color: transparent;
    background: linear-gradient(180deg, #7388cb, #c1d3ff);
    -webkit-background-clip: text;
    background-clip: text;
}

.counter__icon {
    font-size: 3.2rem;
    background: linear-gradient(180deg, #6d799f, #d7dff4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.classic-playbox .counter__value {
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 700;
}

.counter__value {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: normal;
    font-variant: tabular-nums;
}

.classic-playbox .counter__title {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #fff9;
    text-transform: uppercase;
}

.counter__title {
    color: #858eae;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.classic-playbox .jackpot-bets-information__action {
    --icon-size: 1.6rem;
    height: 3.8rem;
    font-size: 1.2rem;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
    font-weight: 500;
}

.btn_grey {
    background-color: #3d497c;
    color: #cddbff;
}

.btn_grey:hover {
    background-color: #5967a1;
    color: #fff;
}

.classic-playbox .jackpot-bets-information__content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1.4rem;
}



.progress_jackpot .progress__text {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: .3rem;
    color: #fff;
    margin-left: 1.1rem;
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-weight: 700;
    text-transform: uppercase;
}

.progress_jackpot {
    position: relative;
    display: flex!important;
    align-items: center;
    height: 4rem!important;
    background: #151d3f52;
    border-radius: 1rem!important;
}

.progress .progress__text {
    -webkit-user-select: none;
    user-select: none;
}

.progress_jackpot .progress__text span {
    display: block;
    min-width: 4.2rem;
}

.progress_jackpot .progress__bar {
    position: absolute;
    left: 0;
    background: linear-gradient(270deg, #4c9af7, #4567e2);
    border-radius: 1rem;
    height: 100%;
}

.progress .progress__bar {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #5867dd;
    transition: width 1s ease;
    border-radius: inherit;
}

.classic-playbox .jackpot-bets-information__players-color {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 1.3rem;
    padding: .45rem;
    margin-top: 1.2rem;
    background: #131e495e;
    border-radius: .6rem;
}

.classic-playbox .player_color.player_theme1 {
    background-color: #fea47f;
}

.classic-playbox .player_color {
    display: block;
    width: 100%;
    height: .4rem;
    background-color: #60528f;
    border-radius: .4rem;
    cursor: pointer;
    transition: height .1s ease;
}

.classic-playbox .jackpot_home .jackpot-game__head {
    display: flex;
    gap: 1.4rem;
}

.classic-playbox .jackpot-bets-information__counters {
    display: flex;
    gap: 2rem;
    align-items: center;
}

