@charset "utf-8";

@font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/SFUIDisplay-Regular.eot');
  src: local('SF UI Display Regular'), local('SFUIDisplay-Regular'),
    url('../fonts/SFUIDisplay-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFUIDisplay-Regular.woff2') format('woff2'),
    url('../fonts/SFUIDisplay-Regular.woff') format('woff'),
    url('../fonts/SFUIDisplay-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/SFUIDisplay-Ultralight.eot');
  src: local('SF UI Display Ultralight'), local('SFUIDisplay-Ultralight'),
    url('../fonts/SFUIDisplay-Ultralight.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/SFUIDisplay-Ultralight.woff2') format('woff2'),
    url('../fonts/SFUIDisplay-Ultralight.woff') format('woff'),
    url('../fonts/SFUIDisplay-Ultralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/SFUIDisplay-Heavy.eot');
  src: local('SF UI Display Heavy'), local('SFUIDisplay-Heavy'),
    url('../fonts/SFUIDisplay-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFUIDisplay-Heavy.woff2') format('woff2'),
    url('../fonts/SFUIDisplay-Heavy.woff') format('woff'),
    url('../fonts/SFUIDisplay-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/SFUIDisplay-Black.eot');
  src: local('SF UI Display Black'), local('SFUIDisplay-Black'),
    url('../fonts/SFUIDisplay-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFUIDisplay-Black.woff2') format('woff2'),
    url('../fonts/SFUIDisplay-Black.woff') format('woff'),
    url('../fonts/SFUIDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/SFUIDisplay-Semibold.eot');
  src: local('SF UI Display Semibold'), local('SFUIDisplay-Semibold'),
    url('../fonts/SFUIDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFUIDisplay-Semibold.woff2') format('woff2'),
    url('../fonts/SFUIDisplay-Semibold.woff') format('woff'),
    url('../fonts/SFUIDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/SFUIDisplay-Bold.eot');
  src: local('SF UI Display Bold'), local('SFUIDisplay-Bold'),
    url('../fonts/SFUIDisplay-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFUIDisplay-Bold.woff2') format('woff2'),
    url('../fonts/SFUIDisplay-Bold.woff') format('woff'),
    url('../fonts/SFUIDisplay-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/SFUIDisplay-Thin.eot');
  src: local('SF UI Display Thin'), local('SFUIDisplay-Thin'),
    url('../fonts/SFUIDisplay-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFUIDisplay-Thin.woff2') format('woff2'),
    url('../fonts/SFUIDisplay-Thin.woff') format('woff'),
    url('../fonts/SFUIDisplay-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/SFUIDisplay-Medium.eot');
  src: local('SF UI Display Medium'), local('SFUIDisplay-Medium'),
    url('../fonts/SFUIDisplay-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFUIDisplay-Medium.woff2') format('woff2'),
    url('../fonts/SFUIDisplay-Medium.woff') format('woff'),
    url('../fonts/SFUIDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/SFUIDisplay-Light.eot');
  src: local('SF UI Display Light'), local('SFUIDisplay-Light'),
    url('../fonts/SFUIDisplay-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFUIDisplay-Light.woff2') format('woff2'),
    url('../fonts/SFUIDisplay-Light.woff') format('woff'),
    url('../fonts/SFUIDisplay-Light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

::-webkit-scrollbar {
  width: 14px;
}
::-webkit-scrollbar-track {
  background: #000;
}
::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 12px;
}
::-webkit-scrollbar-thumb:hover {
  background: #20b85d;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
template {
  display: none;
}

html,
body {
  height: 100%;
}
body {
  min-width: 320px;
  margin: 0;
  padding: 0;
  position: relative;
  font: 400 14px/1.2 'SF UI Display', Arial, Helvetica, sans-serif;
  color: #fff;
  background: #28263c no-repeat center 305px url(../_img/bgs-body.jpg);
  -webkit-text-size-adjust: none;
}

@media (min-width: 1920px) {
  body {
    background: url(../_img/bgs-body.jpg) center 80px no-repeat rgb(40, 38, 60);
    background-size: cover;
  }
}

::-ms-clear {
  display: none;
}

a img {
  border: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  min-width: 0;
  min-height: 0;
  outline: none;
}

.load--preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

a:link,
a:active,
a:visited {
  color: #3b81d4;
  text-decoration: none;
  text-decoration-skip-ink: none;
}
a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  margin: 10px 0;
  padding: 0;
  font: 600 48px/1.2 'SF UI Display', Arial, Helvetica, sans-serif;
  color: #fff;
}

h1,
.h1 {
  font-weight: 500;
  font-size: 28px;
}
h2,
.h2 {
  font-weight: bold;
  font-size: 26px;
}
h3,
.h3 {
  font-weight: 500;
  font-size: 20px;
}
h4,
.h4 {
  font-size: 26px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 16px;
}

ul,
ol,
li,
dl,
dt,
dd {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  background: 0;
}

hr,
.hr-line {
  margin: 20px 0;
  padding: 0;
  height: 0;
  border: none;
  border-top: 2px solid #777;
}

.display-none {
  display: none;
}
.txt-bold {
  font-weight: bold;
}
.txt-center {
  text-align: center;
}

form {
  display: block;
  padding: 0;
  margin: 0;
}
input[type='image']:hover {
  opacity: 0.8;
}
input,
textarea,
select,
button {
  font: normal 14px/1.2 'SF UI Display', Arial, Helvetica, sans-serif;
  color: #111;
  vertical-align: baseline;
}
label {
  vertical-align: baseline;
}

label,
input[type='button'],
input[type='submit'],
button {
  cursor: pointer;
}
textarea {
  overflow: auto;
  resize: vertical;
}

svg[class^='ic-'],
svg[class^='svg-'] {
  pointer-events: none;
}
svg.icon {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

/* Inputs */
.input__text,
.o-style-select-title {
  width: 100%;
  height: 45px;
  padding: 0 20px 0 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: 0;
  font-weight: 400;
  font-size: 16px;
  color: #4a2181;
  outline: none;
  border-radius: 10px;
  background: #fff;

  transition: border-color 0.1s linear, box-shadow 0.1s linear;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea.input__text {
  min-height: 50px;
  padding: 14px;
}
.input__text:hover,
.input__text:focus {
  border-color: #ccc;
  box-shadow: 0 0 24px 0 rgba(19, 3, 3, 0.09);
}
.input__text.inpt--request {
  box-shadow: 0 0 24px 0 rgba(19, 3, 3, 0.09), 0 0 6px 0 rgba(232, 11, 0, 0.71);
}

.input__text::-webkit-input-placeholder {
  color: #4a2181;
  -webkit-transition: color 0.1s linear;
}
.input__text:focus::-webkit-input-placeholder {
  color: transparent;
}
.input__text:-moz-placeholder {
  color: #4a2181;
  -moz-transition: color 0.1s linear;
}
.input__text:focus:-moz-placeholder {
  color: transparent;
}
.input__text::-moz-placeholder {
  color: #4a2181;
  -moz-transition: color 0.1s linear;
}
.input__text:focus::-moz-placeholder {
  color: transparent;
}
.input__text:-ms-input-placeholder {
  color: #4a2181;
}
.input__text:focus:-ms-input-placeholder {
  color: transparent;
}

.input__box {
  display: flex;
  background: #181928;
}
.input__box.border--radius {
  border-radius: 10px;
}
.input__box-btn {
  order: 2;
  width: 48px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  background: #32363c;
  cursor: pointer;
}
.input__box-btn:hover {
  background: #3c4148;
}
.input__box-btn svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.input__box-btn .svg-clipboard {
  width: 14px;
  height: 18px;
}
.input__box-btn .svg-check {
  width: 15px;
  height: 11px;
  color: #00ff66;
  opacity: 0;
}
.input__box-btn.type--check .svg-btn_clipboard {
  opacity: 0;
}
.input__box-btn.type--check .svg-check {
  opacity: 1;
}
.input__box-field {
  flex: 1 1 auto;
}
.input__box-label {
  height: 33px;
  line-height: 33px;
  display: block;
  z-index: 4;
  padding: 0 24px;
  margin: 0 0 -16px 0;
  font-weight: 500;
  font-size: 12px;
  color: #555a60;
  pointer-events: none;
}
.input__box-caseinput,
.input__box-value {
  width: 100%;
  height: 39px;
  padding: 0 24px;
  border: 0;
  position: relative;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: 0;
  z-index: 5;
}
.input__box-value {
  line-height: 39px;
  position: relative;
  overflow: hidden;
}

.input__box-caseinput::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: color 0.1s linear;
}
.input__box-caseinput:focus::-webkit-input-placeholder {
  color: transparent;
}
.input__box-caseinput:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  -moz-transition: color 0.1s linear;
}
.input__box-caseinput:focus:-moz-placeholder {
  color: transparent;
}
.input__box-caseinput::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  -moz-transition: color 0.1s linear;
}
.input__box-caseinput:focus::-moz-placeholder {
  color: transparent;
}
.input__box-caseinput:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.input__box-caseinput:focus:-ms-input-placeholder {
  color: transparent;
}

/* Button */
a.o-button {
  color: #fff;
  text-decoration: none;
}
.o-button {
  min-width: 124px;
  max-width: 100%;
  height: 40px;
  padding: 0 20px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #20b85d;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  border-radius: 34px;
  cursor: pointer;
  transition: background 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 7;
}

.icn {
  width: 16px;
  height: 16px;
  display: flex;
  background-repeat: no-repeat;
  background-position: center center;
}

.icn-white {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(225deg) brightness(106%) contrast(101%);
}

.icn.icn-promo {
  background-image: url('/_img/icons/icn_promo.svg');
}
.icn.icn-coins {
  background-image: url('/_img/icons/icn_coins.svg');
}
.icn.icn-cross {
  background-image: url('/_img/icons/icn_cross.svg');
}
.icn.icn-check {
  background-image: url('/_img/icons/icn_check.svg');
}
.icn.icn-wallet {
  background-image: url('/_img/icons/icn_wallet.svg');
}


.o-button-icon {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.o-button:hover {
  background: #2dd971;
}

.o-button[disabled] {
  cursor: pointer;
  opacity: 0.5;
}

.o-button .btn-icon {
  margin-right: 20px;
}
.o-button .btn-label + .btn-icon {
  margin: 0 0 0 12px;
}
.o-button-between {
  justify-content: space-between;
}

.o-button.-size-middle {
  font-size: 18px;
}
.o-button.-size-large {
  font-size: 20px;
}

.o-button-sm {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
  gap: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}

.o-button-md {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 14px 24px;
  gap: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  height: 48px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.button-gray {
  color: #fff;
  background: #302e41;
}
.button-gray:hover {
  background: #3f3c57;
}

.button-orange {
  color: #fff;
  background: #ec8f03;
}
.button-orange:hover {
  background: #ff9900;
}

.button-midrad {
  border-radius: 8px;
}

.o-btn-check {
  min-width: 56px;
  height: 24px;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  color: #9f9f9f;
  position: relative;
  z-index: 1;
  box-shadow: inset 0 0 0 1px #393849;
  border-radius: 34px;
}
.o-btn-check input {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  background: 0;
  opacity: 0;
}
.o-btn-check .o-button {
  width: auto;
  min-width: auto;
  min-height: auto;
  height: auto;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}
.o-btn-check .o-button:hover:before {
  background: 0;
}
.o-btn-check input:checked + .o-button {
  opacity: 1;
  visibility: visible;
}
.o-btn-check input:checked + .o-button + .o-btn-check-label {
  color: #fff;
}

img.lozad[data-src] {
  opacity: 0;
  transition: opacity 0.3s ease;
}
img.lozad[data-src][data-loaded='true'] {
  opacity: 1;
}

/* PLUGIN :: Fancybox */
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/* PLUGIN :: Remodal */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}
.remodal,
[data-remodal-id] {
  display: none;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
.remodal-wrapper {
  white-space: nowrap;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: '';
}
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}
.remodal {
  white-space: normal;
  position: relative;
  outline: 0;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  display: inline-block;
}
.remodal-overlay {
  background: rgba(0, 0, 0, 0.55);
}
.remodal-overlay.remodal-is-closing,
.remodal-overlay.remodal-is-opening {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
  padding: 10px 10px 0;
}
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  transform: translate3d(0, 0, 0);
  color: #fff;
  background: #1E202C;
  border-radius: 15px;
}
.remodal.remodal-is-closing,
.remodal.remodal-is-opening {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.remodal__close {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    right: 16px;
    top: 11px;
    color: rgba(126, 133, 142, 0.6);
    z-index: 7;
    cursor: pointer;
    transition: color 0.3s ease;
}

.remodal__close svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.remodal__close .svg-btn_close {
  width: 12px;
  height: 12px;
}
.remodal__close:hover {
  color: #fff;
}
.remodal__header {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  gap: 25px;
  justify-content: space-between;

  background: #2C2E3C;
  border-radius: 16px 16px 0px 0px;

  font-weight: 700;
  font-size: 16px;
  line-height: 16px;


  color: #FFFFFF;
}

.remodal--payment {
  max-width: 496px;
}

.remodal__content {
  display: flex;
  flex-direction: column;
  border-radius: 0px 0px 16px 16px;
}

.remodal__deposit-ill {
  position: absolute;
  top: -146px;
  right: -93px;
}

@media screen and (max-width: 500px) {
  .remodal__deposit-ill {
    display: none;
  }
}



.payment__label {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: left;

  color: #8A94B8;
}

.remodal__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}

.remodal__body:last-child {
  border-radius: 0px 0px 16px 16px;
}

.remodal__footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-top: 1px solid #2C2E3B;
  border-radius: 0px 0px 16px 16px;
}

.remodal__footer button {
  width: 100%;
}

.payment__checkout {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.payment__checkout-label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}

.payment__checkout-sum {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: #26DF70;
}

.payment__checkout-sum.text-red {
  color: #e93a3a;
}


.payment__item {
  flex: 1 0;
  position: relative;
}

.payment__item input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  margin: 0;
  background: 0;
  opacity: 0;
}

.payment__item-badge {
  position: absolute;
  padding: 4px 6px;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
  top: 4px;
  left: 4px;
  border-radius: 6px;
  font-size: 10px;
  line-height: 12px;
}

.payment__item-check {
  position: absolute;
  right: 4px;
  top: 4px;
  display: none;
}

.payment__item input:checked ~ .payment__item-check {
  display: block;
}

.payment__item-btn {
  position: relative;
  display: flex;
  background-color: #272C3F;
}

.payment__item-btn input {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  margin: 0;
  background: 0;
  opacity: 0;
}

.payment__item-icon {
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #272C3F;
  border-radius: 8px;
  box-shadow: inset 0 0 0 2px transparent;
  transition: box-shadow 0.3s ease;
}

.payment__item-desc {
  position: absolute;
  padding: 4px 6px;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
  top: 4px;
  left: 4px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 12px;
}

.payment__item-icon img {
  width: auto;
  height: auto;
  max-width: 78%;
  max-height: 78%;
}

.payment__item-btn input:checked + .payment__item-icon {
  box-shadow: inset 0 0 0 2px #ea7609;
}

.payment__item-label {
  display: block;
  margin: 4px 0 0 0;
  font-weight: 500;
  font-size: 14px;
  color: #bec2d0;
  text-align: center;
}

.payment__item.item--other {
  flex: none;
  width: 100%;
}

.payment__item.item--other .payment__item-icon {
  flex: none;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  color: #bec2d0;
  text-align: center;
}
.modal-input__group {
  display: flex;
  gap: 8px;
}

.modal-input__box {
  position: relative;
}

.modal-input__box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.modal-input__box .icn-prefix {
  position: absolute;
  top: 16px;
  left: 24px;
}

.modal-input__box .icn-validation {
  position: absolute;
  top: 16px;
  right: 24px;
}

.modal-input__box-info {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}


/* Inputs */
.input__place {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 14px 8px 14px 24px;
  gap: 24px;

  outline: none;
  border: none;

  border: 2px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  font-weight: 500;
  font-size: 14px;
  line-height: 16px;

  color: #ffffff;
}

.input__place:focus {
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.input__place.input__place-icon:focus {
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.input__place-icon {
  padding: 14px 8px 14px 56px;
}

.input__place::-webkit-input-placeholder {
  color: #B7BACC;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  -webkit-transition: color 0.1s linear;
}

.input__place:focus::-webkit-input-placeholder {
  color: transparent;
}

.input__place:-moz-placeholder {
  color: #8A94B8;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  -moz-transition: color 0.1s linear;
}

.input__place:focus:-moz-placeholder {
  color: transparent;
}

.input__place::-moz-placeholder {
  color: #8A94B8;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  -moz-transition: color 0.1s linear;
}

.input__place:focus::-moz-placeholder {
  color: transparent;
}

.input__place:-ms-input-placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #8A94B8;
}

.input__place:focus:-ms-input-placeholder {
  color: transparent;
}

.input__place.place--select {
  background: rgba(255, 255, 255, 0.1) no-repeat right center url("../_img/icons/select-arrw.png");
  background-size: 40px 6px;
}

.input__place.place--select option {
  color: #fff;
  background: #333;
}

.input__place.input--error {
  border: 2px solid #872424;
  padding: 15px 8px 15px 56px;
}

.input__place.input--success {
  border: 2px solid #317417;
  padding: 15px 8px 15px 56px;
}

.input__error {
  display: none;
  margin: 2px 0 0 10px;
  font-size: 13px;
  color: #c08888;
}

.input__error.error--show {
  display: block;
}


.input--error + .modal-input__box-info {
  color: #ca2727;
}

.input--success + .modal-input__box-info {
  color: #5ebc43;
}

.modal-control__box {
  margin: 20px 0 0 0;
}

.modal-control__box .button {
  width: 100%;
  vertical-align: top;
}


.remodal--prize {
  max-width: 400px;
}
.remodal--prize .remodal__content {
  background: #232235;
}

.remodal__price-things {
  width: 192px;
  position: relative;
  margin: 6px auto 32px;
  z-index: 4;
}
.remodal__price-things:after {
  width: 400px;
  height: 192px;
  content: ' ';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -3;
  background: no-repeat center center url(../_img/bgs_remodal-price-things.svg);
}
.remodal__price-things .inv__thigns-box {
  border: 1px solid rgba(0, 255, 102, 0.25);
  border-radius: 18px;
}
.remodal__price-button {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0 0 0;
  border: 1px solid #636970;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #636970;
  border-radius: 34px;
  transition: border-color 0.3s ease;
  cursor: pointer;
  z-index: 5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.remodal__price-button .btn--value {
  margin: 0 0 0 8px;
  color: #ffc700;
}
.remodal__price-button:hover {
  border-color: #757c89;
}


.remodal__accounts{
    margin: 16px 0 5px 0;
}
.remodal__accounts-row {
  padding: 10px 20px;
}

.remodal__buttons {
  display: flex;
  padding: 0px 12px 16px;
}
.remodal__button-item {
  flex: 1;
  padding: 8px;
}
.remodal__button,
a.remodal__button {
  min-height: 40px;
  padding: 4px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border: 1px solid #636970;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #636970;
  cursor: pointer;
  border-radius: 34px;
  transition: border-color 0.3s ease;

}
.remodal__button:hover {
  border-color: #737b84;
    text-decoration: none;
}

.remodal__instruction {
  padding: 31px 32px 32px;
  border-top: 1px solid #2a2e32;
  color: #636970;
  line-height: 1.34;
}
.remodal__instruction .instruction__box {
  font-size: 12px;
}
.remodal__instruction .instruction__label {
  margin-bottom: 12px;
  font-size: 16px;
  color: #fff;
}

.remodal--join {
  max-width: 678px;
  background: #1e202c;
}

.modal-joined {
  padding: 26px 22px 20px;
  /*margin: -26px -26px -21px;*/
  background: #2a2c3e;
  border-radius: 0 0 18px 18px;
}
.text-left{
    text-align: left;
}
.modal-join__step {
  display: flex;
  align-items: center;
}
.modal-join__step + .modal-join__step {
  margin: 43px 0 0 0;
}
.modal-join__step-icon {
  flex: none;
  width: 37px;
  height: 37px;
  margin: 0 24px 0 0;
  position: relative;
}
.modal-join__step-icon svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  opacity: 0;
}
.modal-join__step.step--success .svg-modal_bonus_success {
  opacity: 1;
}
.modal-join__step.step--error .svg-modal_bonus_error {
  opacity: 1;
}
.modal-join__step.step--process .svg-modal_bonus_process {
  opacity: 1;
}

.modal-join__step-title {
  flex: 1 1 auto;
  font-weight: 600;
  font-size: 18px;
  color: #c4c4c4;
}
.modal-join__step-control {
  width: 218px;
  height: 44px;
  position: relative;
}
a.modal-join__step-button {
  color: #fff;
  text-decoration: none;
}
.modal-join__step-button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: 0;
  padding: 0 10px;
  margin: 0;
  background: #232235;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal-join__step-button::after {
  width: auto;
  height: auto;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  opacity: 0;
  transition: all 0.3s ease;
}
.modal-join__step-button:hover::after {
  opacity: 1;
}

.modal-join__step-button.button--success {
  background: #24b860;
}
.modal-join__step-button.button--error {
  background: #c1443c;
}

.modal-join__step.step--process .modal-join__step-button.button--process {
  opacity: 1;
}
.modal-join__step.step--success .modal-join__step-button.button--success {
  opacity: 1;
}
.modal-join__step.step--error .modal-join__step-button.button--error {
  opacity: 1;
}

.modal-join__accept {
  margin: 40px 0 0 0;
}
.modal-join__accept .o-button {
  width: 100%;
  height: 48px;
  font-size: 20px;
}

.remodal--withdraw-gold {
  max-width: 400px;
}
.remodal--withdraw-gold .remodal__content {
  padding: 32px 26px 26px;
  background: #232235;
}
.modal-withdraw-gold__button .o-button {
  width: 100%;
  height: 56px;
}

.inv__thigns-box {
  position: relative;
  z-index: 2;
}
.inv__thigns-item-header {
  height: 94px;
  position: relative;
}
.inv__thigns-item-image-pict {
  width: auto;
  height: auto;
  position: absolute;
  z-index: 7;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inv__thigns-item-image-pict img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.inv__thigns-item-image-src {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  background: no-repeat center center;
  background-size: cover;
  border-radius: 18px;
}
.inv__thigns-item-control {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 7;
}

.inv__thigns-item-price {
  position: absolute;
  z-index: 12;
  left: 16px;
  bottom: 7px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffc700;
}
.inv__thigns-item-title {
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  position: relative;
  z-index: 5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0 0 18px 18px;
}

.remodal--payment {
  max-width: 496px;
}

.input__box-caseinput.caseinput--coupone {
  height: 56px;
  text-align: center;
}
.input__box-caseinput.caseinput--coupone::-webkit-input-placeholder {
  color: #555a60;
  -webkit-transition: color 0.1s linear;
}
.input__box-caseinput.caseinput--coupone:focus::-webkit-input-placeholder {
  color: transparent;
}
.input__box-caseinput.caseinput--coupone:-moz-placeholder {
  color: #555a60;
  -moz-transition: color 0.1s linear;
}
.input__box-caseinput.caseinput--coupone:focus:-moz-placeholder {
  color: transparent;
}
.input__box-caseinput.caseinput--coupone::-moz-placeholder {
  color: #555a60;
  -moz-transition: color 0.1s linear;
}
.input__box-caseinput.caseinput--coupone:focus::-moz-placeholder {
  color: transparent;
}
.input__box-caseinput.caseinput--coupone:-ms-input-placeholder {
  color: #555a60;
}
.input__box-caseinput.caseinput--coupone:focus:-ms-input-placeholder {
  color: transparent;
}

/* promo modal */
.remodal__promo-modal {
  max-width: 560px;
  min-height: 232px;
  background-color: #1E202C;
}

.promo-modal {
  background: radial-gradient(100% 582.64% at 0% 100%, rgba(30, 32, 44, 0) 0%, #20B85D 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  border-radius: 16px;
  position: relative;
}

.promo-modal .remodal__close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.promo-modal-content {
  display: flex;
  flex-direction: column;
  padding: 32px;
  position: relative;
  align-items: flex-start;
  gap: 16px;
}

@media all and (max-width: 480px) {
  .promo-modal-content {
    align-items: unset;
  }
  .promo-modal-content img {
    display: none;
  }
}

.promo-modal-content img {
  position: absolute;
  top: -16px;
  right: -64px;
}

.promo-modal__discription {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;

  color: #FFFFFF;
}

.promo-modal__discription p {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.promo-modal__discription p span {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.promo-modal__promo {
  font-weight: 900;
  font-size: 48px;
  line-height: 64px;
  margin: 0;
  text-transform: uppercase;
  text-align: left;

  color: #F08807;
}

.promo-modal__promo span {
  background: linear-gradient(114.91deg, #e25a0d 4.86%, #ffb800 164.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 500;
  font-size: 30px;
}

.promo-modal__copy-button {
  position: relative;
  border-radius: 15px;
  width: 100%;
  margin: 32px 0 0 0;
  max-width: 340px;
  height: 64px;
  transition: all 0.4s;
  background: none;
  border: none;
}

.promo-modal__copy-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(110.12deg, rgba(190, 9, 182, 0.09) 20.27%, rgba(196, 48, 191, 0.0423) 95.17%) !important;
  border: 1.2px solid rgba(222, 67, 215, 0.1);
  border-radius: 15px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 0px 40px #bb09bb;
  background: none;
  opacity: 0;
  transition: opacity 1s;
}

.promo-modal__copy-button:hover::after {
  opacity: 1;
}

.promo-modal__copy-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(110.12deg, rgba(226, 90, 13, 0.09) 20.27%, rgba(255, 185, 49, 0.0288) 95.17%);
  border: 1.2px solid rgba(211, 109, 11, 0.1);
  border-radius: 15px;
  opacity: 1;
  transition: 0.3s;
}

.promo-modal__copy-button:hover::before {
  opacity: 0;
}

.promo-modal__copy-button span {
  background: linear-gradient(114.91deg, #e25a0d 4.86%, #ffb800 164.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 0px 40px #ec7a09;
  font-weight: 500;
  font-size: 18px;
  transition: all 0.4s;
}

.promo-modal__copy-button:hover span {
  -webkit-text-fill-color: #fff;
  text-fill-color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 0px 40px #bb09bb;
}

.payment__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc(25% - 6px));
  grid-gap: 8px;
  gap: 8px;
}

@media all and (max-width: 600px) {
  .payment__items {
    grid-template-columns: repeat(2, calc(50% - 4px));
  }
}
.payment__item {
  flex: 1 0;
  position: relative;
}

.payment__item input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  margin: 0;
  background: 0;
  opacity: 0;
  cursor: pointer;
}
.payment__item-icon {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2C2E3B;
  border-radius: 6px;
  box-shadow: inset 0 0 0 2px transparent;
  transition: box-shadow 0.3s ease;
}
.payment__item input:checked + .payment__item-icon {
  background: linear-gradient(180deg, rgba(32, 184, 93, 0.2) 0%, rgba(32, 184, 93, 0) 100%), #2C2E3B;
  border-radius: 8px;
  border: 2px solid #20B85D;
}

.payment__item-icon img {
  width: auto;
  height: auto;
  max-width: 78%;
  max-height: 78%;
}

/* Animation :: Notify */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

/* Custom notify */
.notifye-wrap {
  width: 425px;
  height: 1px;
  position: fixed;
  right: 0;
  top: 98px;
  z-index: 200;
}
.notify-alert {
  width: 100%;
  max-width: 100%;
  height: 0;
  display: block;
  position: relative;
  margin: 0 0 14px 0;
  text-align: center;
  z-index: 99902;
}
.notify-alert-box {
  max-width: 100%;
  padding: 13px 20px 17px 34px;
  overflow: hidden;
  display: block;
  vertical-align: top;
  position: relative;
  line-height: 1.4;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  z-index: 2;
  background: #00cc76;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px 0 0 10px;
  box-sizing: border-box;
}
.notify-alert-box.type-error {
  background: #c1443c;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.notify-alert-close {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 10;
  background: no-repeat center center
    url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMjHxIGmVAAAAgklEQVQ4T52SUQqAMAxDdyTB04j399sbdA0so10rxQmP2jSpTNZEZBu+PMpJseBQ4J9hCK9SLaAPdYbDICHMS8Mg1a2BrEb24UiuMTBwjZr+iyAYEMRzK9m8/DKC9giOICjrGVHTBa5R1iBJF1jDV5CEBRxUQeIWUPxzt+Fzd3sDaR3b6cDlB2r9AgAAAABJRU5ErkJggg==');
}
.notify-alert-timeline {
  width: auto;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
}
.notify-alert-timeline-anim {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  background: rgba(255, 255, 255, 0.61);
}

.currency-gold {
  color: #ff9900;
}
.currency-gold__icon {
  width: 15px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  background: no-repeat center center url(../_img/icon-gold.png);
  background-size: 100% 100%;
}

.svg-btn_exit {
  width: 22px;
  height: 20px;
}

.svg-stat_games {
  width: 18px;
  height: 18px;
}
.svg-stat_users {
  width: 18px;
  height: 18px;
}

.svg-scl_link-vk {
  width: 20px;
  height: 11px;
}
.svg-scl_link-tg {
  width: 20px;
  height: 16px;
}

.svg-btn_arrow-up {
  width: 12px;
  height: 20px;
}

.svg-btn_arrow-link {
  width: 24px;
  height: 12px;
}

.svg-btn_login-wg {
  width: 16px;
  height: 16px;
}
.svg-btn_login-vk {
  width: 16px;
  height: 16px;
}

.svg-btn-account_edit {
  width: 15px;
  height: 15px;
}

.svg-btn_buy {
  width: 17px;
  height: 17px;
}

.svg-btn_help {
  width: 24px;
  height: 24px;
}

.svg-btn_support {
  width: 17px;
  height: 17px;
}

.svg-btn_giveaway-users {
  width: 34px;
  height: 32px;
}

.svg-zoom {
  width: 48px;
  height: 48px;
}

.svg-btn_clipboard {
  width: 14px;
  height: 18px;
}
.svg-check {
  width: 14px;
  height: 18px;
}

.svg-link_support {
  width: 16px;
  height: 16px;
}

.round-bgs {
  width: 162px;
  height: 162px;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.round-bgs::after {
  width: auto;
  height: auto;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: no-repeat center center;
  background-size: 100% 100%;
}
.round-bgs.pallete--yellow::after {
  background-image: url(../_img/bgs-thing/yellow.png);
}
.round-bgs.pallete--blue::after {
  background-image: url(../_img/bgs-thing/blue.png);
}
.round-bgs.pallete--green::after {
  background-image: url(../_img/bgs-thing/green.png);
}
.round-bgs.pallete--purple::after {
  background-image: url(../_img/bgs-thing/purple.png);
}
.round-bgs.pallete--gray::after {
  background-image: url(../_img/bgs-thing/gray.png);
}
.round-bgs.pallete--orange::after {
  background-image: url(../_img/bgs-thing/orange.png);
}
.round-bgs.pallete--red::after {
  background-image: url(../_img/bgs-thing/red.png);
}

.ruler-bgs {
  width: auto;
  height: 2px;
  position: absolute;
  z-index: -1;
  left: 11px;
  right: 11px;
  bottom: 10px;
  background: #fff500;
  box-shadow: 0 0 45px 4px #fff500;
  border-radius: 18px;
}
.ruler-bgs.pallete--yellow {
  background: #fff500;
  box-shadow: 0 0 45px 4px #fff500;
}
.ruler-bgs.pallete--blue {
  background: #0085ff;
  box-shadow: 0 0 45px 4px #0085ff;
}
.ruler-bgs.pallete--green {
  background: #14ff00;
  box-shadow: 0 0 45px 4px #14ff00;
}
.ruler-bgs.pallete--purple {
  background: #ff00b8;
  box-shadow: 0 0 45px 4px #ff00b8;
}
.ruler-bgs.pallete--gray {
  background: #a6a6a6;
  box-shadow: 0 0 45px 4px #a6a6a6;
}
.ruler-bgs.pallete--orange {
  background: #ff9900;
  box-shadow: 0 0 45px 4px #ff9900;
}
.ruler-bgs.pallete--red {
  background: #ff0000;
  box-shadow: 0 0 45px 4px #ff0000;
}

.gradient-bgs {
  width: auto;
  height: auto;
  position: absolute;
  z-index: -2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.1;
}
.gradient-bgs.pallete--yellow {
  background: #fff500;
  background: -moz-linear-gradient(
    180deg,
    rgba(84, 83, 103, 1) -4.38%,
    rgba(84, 83, 103, 1) -4.36%,
    rgba(77, 76, 103, 1) 63.36%,
    #fff500 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(84, 83, 103, 1) -4.38%,
    rgba(84, 83, 103, 1) -4.36%,
    rgba(77, 76, 103, 1) 63.36%,
    #fff500 100%
  );
  background: linear-gradient(
    180deg,
    rgba(84, 83, 103, 1) -4.38%,
    rgba(84, 83, 103, 1) -4.36%,
    rgba(77, 76, 103, 1) 63.36%,
    #fff500 100%
  );
}
.gradient-bgs.pallete--blue {
  background: #0085ff;
  background: -moz-linear-gradient(
    180deg,
    rgba(84, 83, 103, 1) -4.38%,
    rgba(84, 83, 103, 1) -4.36%,
    rgba(77, 76, 103, 1) 63.36%,
    #0085ff 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(84, 83, 103, 1) -4.38%,
    rgba(84, 83, 103, 1) -4.36%,
    rgba(77, 76, 103, 1) 63.36%,
    #0085ff 100%
  );
  background: linear-gradient(
    180deg,
    rgba(84, 83, 103, 1) -4.38%,
    rgba(84, 83, 103, 1) -4.36%,
    rgba(77, 76, 103, 1) 63.36%,
    #0085ff 100%
  );
}
.gradient-bgs.pallete--green {
  background: #14ff00;
  background: -moz-linear-gradient(
    180deg,
    rgba(84, 83, 103, 1) -4.38%,
    rgba(84, 83, 103, 1) -4.36%,
    rgba(77, 76, 103, 1) 63.36%,
    #14ff00 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(84, 83, 103, 1) -4.38%,
    rgba(84, 83, 103, 1) -4.36%,
    rgba(77, 76, 103, 1) 63.36%,
    #14ff00 100%
  );
  background: linear-gradient(
    180deg,
    rgba(84, 83, 103, 1) -4.38%,
    rgba(84, 83, 103, 1) -4.36%,
    rgba(77, 76, 103, 1) 63.36%,
    #14ff00 100%
  );
}
.gradient-bgs.pallete--purple {
  background: #ff00b8;
  background: -moz-linear-gradient(
    180deg,
    rgba(84, 83, 103, 1) -4.38%,
    rgba(84, 83, 103, 1) -4.36%,
    rgba(77, 76, 103, 1) 63.36%,
    #ff00b8 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(84, 83, 103, 1) -4.38%,
    rgba(84, 83, 103, 1) -4.36%,
    rgba(77, 76, 103, 1) 63.36%,
    #ff00b8 100%
  );
  background: linear-gradient(
    180deg,
    rgba(84, 83, 103, 1) -4.38%,
    rgba(84, 83, 103, 1) -4.36%,
    rgba(77, 76, 103, 1) 63.36%,
    #ff00b8 100%
  );
}
.gradient-bgs.pallete--gray {
  background: #a6a6a6;
  background: -moz-linear-gradient(
    180deg,
    rgba(84, 83, 103, 1) -4.38%,
    rgba(84, 83, 103, 1) -4.36%,
    rgba(77, 76, 103, 1) 63.36%,
    #a6a6a6 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(84, 83, 103, 1) -4.38%,
    rgba(84, 83, 103, 1) -4.36%,
    rgba(77, 76, 103, 1) 63.36%,
    #a6a6a6 100%
  );
  background: linear-gradient(
    180deg,
    rgba(84, 83, 103, 1) -4.38%,
    rgba(84, 83, 103, 1) -4.36%,
    rgba(77, 76, 103, 1) 63.36%,
    #a6a6a6 100%
  );
}
.gradient-bgs.pallete--orange {
  background: #ff9900;
  background: -moz-linear-gradient(
    180deg,
    rgba(84, 83, 103, 1) -4.38%,
    rgba(84, 83, 103, 1) -4.36%,
    rgba(77, 76, 103, 1) 63.36%,
    #ff9900 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(84, 83, 103, 1) -4.38%,
    rgba(84, 83, 103, 1) -4.36%,
    rgba(77, 76, 103, 1) 63.36%,
    #ff9900 100%
  );
  background: linear-gradient(
    180deg,
    rgba(84, 83, 103, 1) -4.38%,
    rgba(84, 83, 103, 1) -4.36%,
    rgba(77, 76, 103, 1) 63.36%,
    #ff9900 100%
  );
}
.gradient-bgs.pallete--red {
  background: #ff0000;
  background: -moz-linear-gradient(
    180deg,
    rgba(84, 83, 103, 1) -4.38%,
    rgba(84, 83, 103, 1) -4.36%,
    rgba(77, 76, 103, 1) 63.36%,
    #ff0000 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(84, 83, 103, 1) -4.38%,
    rgba(84, 83, 103, 1) -4.36%,
    rgba(77, 76, 103, 1) 63.36%,
    #ff0000 100%
  );
  background: linear-gradient(
    180deg,
    rgba(84, 83, 103, 1) -4.38%,
    rgba(84, 83, 103, 1) -4.36%,
    rgba(77, 76, 103, 1) 63.36%,
    #ff0000 100%
  );
}

/* Wrap */
.svg-hidden {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.wraps {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 3;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
}

.top__section {
}
.middle__section {
  flex: 100%;
}
.footer {
}
.wraps::before {
  width: auto;
  height: auto;
  content: ' ';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(20, 22, 33, 0.8) 0%,
    rgba(19, 21, 35, 0.8) 100%
  );
}
.wrapper {
  width: 1228px;
  max-width: 100%;
  padding: 0 10px;
  position: relative;
  margin: 0 auto;
}

.bgs__body {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: no-repeat center 0;
}
.bgs__body.hidden {
  display: none;
}

/* UI */
.sign-gold {
  color: #ff9900;
}

/* UI - Logo */
.logo {
  width: 172px;
}
a.logo-link {
  display: block;
  text-decoration: none;
}
.logo img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* UI - Nav */
.nav-list {
  display: flex;
  align-items: center;
}
.nav-list li + li {
  margin-left: 20px;
}
.nav-list a {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #656565;
  text-decoration: none;
  transition: color 0.3s ease;
}
.nav-list a:hover {
  color: #66ff9a;
}
.nav-list .link-icon {
  flex: none;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}
.nav-list .link-label {
  flex: 1 1 auto;
  padding: 7px 0;
  position: relative;
}
.nav-list .link-label::after {
  width: auto;
  height: 2px;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    55.21% 49.99% at 55.21% 49.99%,
    #66ff9a 0%,
    #66ffbf 100%
  );
  box-shadow: 0 4px 40px rgba(102, 255, 162, 0.4);
  border-radius: 1px;
  opacity: 0;
  transition: all 0.3s ease;
}
.nav-list a:hover .link-label::after {
  opacity: 1;
}

/* UI - Balance */
.balance-control {
  height: 40px;
  position: relative;
  z-index: 7;
  display: inline-flex;
  align-items: center;
}
.balance-control::after {
  width: auto;
  height: auto;
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 20px;
  top: 0;
  bottom: 0;
  border-radius: 34px;
  background: #28263c;
}
.balance-control__value {
  padding: 0 7px 0 20px;
  font-weight: 500;
  font-size: 16px;
  color: #abb2bd;
}
.balance-control__button {
  min-width: 112px;
  height: 100%;
  padding: 0 14px;
  font-size: 14px;
}

/* UI - Cabinet */
.auth-cabinet {
    display: flex;
    align-items: center;
    gap: 16px;
}

.auth-cabinet p {
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    text-transform: uppercase;
    color: #656565;
}
.o-button-icon-only {
    display: flex;
    justify-content: space-between;
    max-width: 40px;
    padding: 0 10px;
    min-width: unset;
}
.preview-cabinet {
  width: 181px;
  display: flex;
  align-items: center;
}
.preview-cabinet__photo {
  flex: none;
  width: 43px;
  height: 43px;
  padding: 1px;
  overflow: hidden;
  margin: 0 11px 0 0;
  background: #fff;
  border-radius: 50%;
}
.preview-cabinet__photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.preview-cabinet__name {
  flex: 1 1 auto;
  max-height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  color: #d6d6d6;
}
a.preview-cabinet__name{
  color: #d6d6d6;
}
.preview-cabinet__name-value {
  max-width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.preview-cabinet__exit {
  flex: none;
}
a.preview-cabinet__exit-link {
  width: 22px;
  height: 20px;
  display: block;
  color: #aca7c1;
  text-decoration: none;
  transition: color 0.3s ease;
}
a.preview-cabinet__exit-link:hover {
  color: #66ff9a;
}

/* UI - Shop control buy */
.shop-control {
  display: flex;
  align-items: center;
}
.shop-control__button-open {
  height: 54px;
  padding: 0 24px;
  margin: 0 16px 0 0;
  max-width: 252px;
  font-size: 18px;
  width: 100%;
}
.shop-control__button-guarantee {
  display: flex;
  position: relative;
  background: #206fb8;
  max-width: 167px;
  width: 100%;
  justify-content: start;
}
.shop-control__button-guarantee:hover {
  background: #206fb8;
}

.shop-control__guarantee-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.guarantee__checkBox {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  margin-right: 12px;
}

.shop-control__guarantee-checkbox:checked + .guarantee__checkBox {
  background: url(../_img/icons/checked.svg) no-repeat;
  background-position: center;
}
.shop-control__guarantee-text .width-header__help {
  right: 11px;
  position: absolute !important;
  top: 13px;
}

.shop-control__guarantee-text {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.shop-control__guarantee-text img {
  margin-left: 5px;
}
.shop-control__chance {
  display: flex;
  align-items: center;
}
.shop-control__multi {
  display: flex;
  align-items: center;
  margin: 4px 0 0 0;
}
.shop-control__chance .o-btn-check,
.shop-control__multi .o-btn-check {
  margin: 0 5px 0 0;
}

/* UI - Shop product header */
.width-header {
  display: flex;
  align-items: center;
  margin: 0 0 30px 0;
}
.width-header__title {
  margin: 0 10px 0 0;
}
a.width-header__help {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: #8e98a3;
  text-decoration: none;
  transition: color 0.3s ease;
}
a.width-header__help:hover {
  color: #fff;
}
.width-header__helper {
  min-width: 200px;
  max-width: 418px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  position: absolute;
  left: 2px;
  bottom: 100%;
  margin-bottom: 19px;
  font-size: 14px;
  color: #fff;
  background: #4d4d4d;
  border-radius: 5px;
  pointer-events: none;
  transform: translateY(10%);
  transition: opacity 0.3s 0.2s ease, transform 0.3s 0.2s ease;
  opacity: 0;
  visibility: hidden;
    z-index: 100;
}
.width-header__helper::before {
  position: absolute;
  top: 100%;
  left: 5px;
  display: inline-block;
  content: ' ';
  border-right: 6px solid transparent;
  border-top: 8px solid #4d4d4d;
  border-bottom: 0 solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
a.width-header__help:hover .width-header__helper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
/* end - UI */

/* Footer */
.footer {
  background: #232235;
}
.footer .wrapper {
  padding: 24px 10px 40px;
  position: relative;
  display: flex;
  align-items: center;
}
.footer-designs {
  width: 123px;
  position: absolute;
  right: 10px;
  bottom: 20px;
}
.footer-designs img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.footer-left {
  width: 304px;
}
.footer-logo {
  width: 172px;
  filter: grayscale(255);
  opacity: 0.4;
  transition: all 0.3s ease;
}
.footer-logo:hover {
  filter: grayscale(0);
  opacity: 1;
}
.footer-right {
  width: 188px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-nav {
  flex: 1 1 auto;
}
.footer-nav .nav-list {
  justify-content: center;
}

.footer-copyright {
  margin: 12px 0 0 0;
  font-size: 14px;
  color: #6b6b6b;
}

.footer-scl {
  display: flex;
  align-items: center;
}
a.footer-scl__link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  background: #c4c4c4;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
a.footer-scl__link:hover {
  background: #d7d7d7;
}
.footer-scl__link + .footer-scl__link {
  margin-left: 20px;
}

.footer-scrollup__button {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  margin: 0;
  background: #28263c;
  border-radius: 50%;
}
.footer-scrollup__button:hover {
  background: #343152;
}

@media (max-width: 1130px) {
  .footer-left {
    display: none;
  }
  .footer-nav .nav-list {
    justify-content: flex-start;
  }
}
@media (max-width: 800px) {
  .footer .wrapper {
    justify-content: center;
  }
  .footer-left {
    display: block;
    max-width: 253px;
    width: 100%;
    text-align: center;
  }
  .footer-nav .nav-list {
    display: none;
  }
  .footer-nav {
    flex: none;
  }
  .footer-logo {
    margin: 0 auto;
  }
  .footer-right {
    display: none;
  }
  .footer-designs {
    display: none;
  }
}

/* Header - Top */
.header {
  background: #232235;
}
.header .wrapper {
  height: 102px;
  display: flex;
  align-items: center;
}
.header-logo {
  margin: 0 32px 0 0;
}
.header-nav {
  flex: 1 1 auto;
  padding: 4px 0 0 0;
}
.header .preview-cabinet {
  margin-left: 32px;
}

@media (max-width: 1250px) {
  .header-logo {
    margin: 0 25px 0 0;
    max-width: 152px;
  }
  .header .wrapper {
    height: 92px;
    display: flex;
    align-items: center;
  }

  .header .preview-cabinet {
    margin-left: 0;
  }

  .header .nav-list a {
    font-size: 14px;
  }
  .header .balance-control {
    height: 30px;
  }
  .header .preview-cabinet {
    justify-content: end;
  }
  .header .balance-control button {
    font-size: 12px;
  }
  .header .balance-control .balance-control__value {
    padding: 0 7px 0 15px;

    font-size: 14px;
  }

  .header .balance-control {
    min-width: 193px;
  }
  .header-nav .nav-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .header-nav .nav-list li:last-child {
    margin-right: auto;
  }

  .header .preview-cabinet__name {
    font-size: 14px;
    max-width: 85px;
  }
}

@media (max-width: 1111px) {
  .header-nav .nav-list {
    max-width: 407px;
  }
  .header-nav .nav-list li:last-child {
    margin-right: 0;
  }

  .auth-cabinet {
    min-width: 369px;
  }
}

@media all and (max-width: 940px) {
  .dropshow--main_menu .layer__overlay {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .layer__overlay {
    width: auto;
    height: auto;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 900;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }

  .header {
    width: 240px;
    height: auto;
    padding: 15px 0;
    display: block;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    margin: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 912;
    background: no-repeat 0 0 #000;
    background-size: cover;
    box-shadow: 0 1px 10px 0 #333b53;
    border-radius: 0;
    transform: translateX(104%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  }

  .header .respnv-header__top {
    border-bottom: 1px solid #444;
    width: 100%;
  }

  .dropshow--main_menu .header {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .header .wrapper {
    flex-direction: column;
    height: 100%;
    gap: 13px;
    padding: 0;
  }
  .header .header-logo {
    order: 1;
  }
  .header .header-nav {
    order: 4;
    display: block;
    width: 100%;
  }
  .header .nav-list li {
    display: block !important;
    margin: 0;
    width: 100%;
    border-top: 1px solid #444;
    padding-left: 20px;
  }

  .header .nav-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .header .balance-control {
    order: 3;
    min-height: 30px;
  }
  .header .preview-cabinet {
    order: 2;
    min-height: 43px;

    border-top: 1px solid #444;
    width: 100%;
    justify-content: center;
    padding-top: 10px;
  }

  .header-logo {
    margin: 0;
  }

  .header .respnv-header__menu {
    width: 35px;
    height: 35px;
    position: relative;
    margin: 0 auto 10px auto;
  }
  .header .respnv-header__menu::after,
  .header .respnv-header__menu::before {
    width: 100%;
    height: 100%;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: no-repeat center center url(../_img/icons/respnv-menu.png);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .header .respnv-header__menu::before {
    width: 100%;
    height: 100%;
    content: ' ';
    display: block;
    background: no-repeat center center url(../_img/icons/respnv-menu_close.png);
  }
  .auth-cabinet {
    flex-direction: column;
    width: 89%;
    order: 3;
    gap: 20px;
    border-top: 1px solid #444;
    width: 100%;
    padding-top: 20px;
  }
  .auth-cabinet .o-button {
    margin: 0 !important;
  }
}

.respnv-header {
  display: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding: 0 24px;
}

.respnv-header .balance-control {
  max-width: 171px;
  max-height: 36px;
}
.respnv-header .balance-control .balance-control__value {
  font-size: 12px;
  padding: 0 7px 0 16px;
}
.respnv-header .balance-control .balance-control__button {
  max-width: 94px;
  min-width: auto;
  font-size: 12px;
  padding: 0 16px;
}

.respnv-header__menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  align-items: flex-end;
}
.respnv-header__menu span {
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  opacity: 0.5;
}
.respnv-header__menu span:nth-child(2) {
  display: block;
  width: 15px;
}

@media all and (max-width: 940px) {
  .respnv-header {
    display: flex;
  }
}

/* Header - Middle */
.header-middle .wrapper {
  padding: 24px 10px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
    position: relative;
    z-index: 55
}

.header-middle__scl {
  display: flex;
  align-items: center;
}
a.button-scl {
  min-width: 160px;
  height: 54px;
  padding: 0 17px;
  display: flex;
  margin: 0 30px 0 0;
  color: #fff;
  text-decoration: none;
  background: #232235;
  border-radius: 34px;
  transition: background-color 0.3s ease;
}
a.button-scl:hover {
  background-color: #343350;
}
.button-scl__icon {
  width: 54px;
  height: 54px;
  overflow: hidden;
  margin: 0 11px 0 -17px;
  border-radius: 50%;
}
.button-scl__icon svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.button-scl__label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stats-items {
  display: flex;
  align-items: center;
}
.stats-item {
  height: 62px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #232235;
  border-radius: 10px;
}
.stats-item + .stats-item {
  margin-left: 28px;
}
.stats-item dd {
  order: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
}
.stats-item dt {
  order: 1;
  margin-top: 4px;
  font-weight: 500;
  font-size: 14px;
  color: #545367;
}
.stats-item .stat-icon {
  margin: 0 6px 0 0;
}

.stat-icon__dott {
  width: 4px;
  height: 4px;
  margin: 0 0 0 2px;
  position: relative;
  top: -9px;
  background: #20b85d;
  border-radius: 50%;
}

@media (max-width: 890px) {
  .header-middle__scl {
    display: none;
  }
  .header-middle .wrapper {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .stats-item {
    height: 56px;
    padding: 10px 11px;
  }
  .stats-item dt {
    font-size: 12px;
  }
  .stats-item dd {
    font-size: 12px;
  }
  .stats-item + .stats-item {
    margin-left: 8px;
  }
}

.live-drops {
  max-width: 2000px;
  height: 89px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 80px;
  background: #28263c;
}
.live-drops::after {
  width: auto;
  height: auto;
  content: ' ';
  display: block;
  position: absolute;
  left: -32px;
  right: -32px;
  top: 0;
  bottom: 0;
  z-index: 7;
  background: linear-gradient(
    90deg,
    #111315 0%,
    rgba(17, 19, 21, 0) 8.21%,
    rgba(17, 19, 21, 0) 91.84%,
    #111315 100%
  );
  pointer-events: none;
}
.live-drops__items {
  display: flex;
  margin: 0 0 0 -90px;
}

.live-drops__newitem {
  flex: none;
  width: 120px;
  display: flex;
  justify-content: flex-end;
  transition: max-width 0.5s ease;
  animation: animate-livestrip__newitem 0.5s;
}
.live-drops__newitem.counter-2 {
  width: 240px;
  animation: animate-livestrip__newitem2 0.5s;
}
.live-drops__newitem.counter-3 {
  width: 360px;
  animation: animate-livestrip__newitem3 0.5s;
}

@keyframes animate-livestrip__newitem {
  0% {
    width: 0;
  }
  100% {
    width: 120px;
  }
}
@keyframes animate-livestrip__newitem2 {
  0% {
    width: 0;
  }
  100% {
    width: 240px;
  }
}
@keyframes animate-livestrip__newitem3 {
  0% {
    width: 0;
  }
  100% {
    width: 360px;
  }
}

.live-drops__item {
  flex: none;
  width: 120px;
  height: 89px;
  position: relative;
  z-index: 7;
  text-align: center;
}
.live-drops__item-bgs {
  position: absolute;
  z-index: -1;
  left: 1px;
  right: 1px;
  top: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 10px;
}
.live-drops__item-bgs::before {
  width: auto;
  height: auto;
  content: ' ';
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(84, 83, 103);
  background: -moz-linear-gradient(
    top,
    rgba(84, 83, 103, 1) 0%,
    rgba(77, 76, 103, 1) 64%,
    rgba(255, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(84, 83, 103, 1) 0%,
    rgba(77, 76, 103, 1) 64%,
    rgba(255, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(84, 83, 103, 1) 0%,
    rgba(77, 76, 103, 1) 64%,
    rgba(255, 0, 0, 1) 100%
  );
  border-radius: 10px;
  opacity: 0.1;
}
.live-drops__item-bgs::after {
  width: auto;
  height: 22px;
  content: ' ';
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 5px;
  background: rgba(255, 0, 0, 0.6);
  filter: blur(38px);
  border-radius: 10px;
}
.live-drops__item-border {
  height: 2px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.live-drops__item-case {
  padding: 2px 0 0 0;
}
.live-drops__item-image {
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.live-drops__item-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.live-drops__item-label {
  padding: 0 10px;
  overflow: hidden;
  font-weight: 600;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.live-drops__item .round-bgs {
  width: 78px;
  height: 78px;
  top: -8px;
  z-index: -1;
}
.live-drops__item-border .ruler-bgs {
  height: 24px;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 22px;
  box-shadow: none;
}

.round-bgs.pallete--yellow + .live-drops__item-bgs::before {
  background: -moz-linear-gradient(
    top,
    rgba(84, 83, 103, 1) 0%,
    rgba(77, 76, 103, 1) 64%,
    #fff500 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(84, 83, 103, 1) 0%,
    rgba(77, 76, 103, 1) 64%,
    #fff500 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(84, 83, 103, 1) 0%,
    rgba(77, 76, 103, 1) 64%,
    #fff500 100%
  );
}
.round-bgs.pallete--yellow + .live-drops__item-bgs::after {
  background: #fff500;
}

.round-bgs.pallete--blue + .live-drops__item-bgs::before {
  background: -moz-linear-gradient(
    top,
    rgba(84, 83, 103, 1) 0%,
    rgba(77, 76, 103, 1) 64%,
    #0085ff 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(84, 83, 103, 1) 0%,
    rgba(77, 76, 103, 1) 64%,
    #0085ff 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(84, 83, 103, 1) 0%,
    rgba(77, 76, 103, 1) 64%,
    #0085ff 100%
  );
}
.round-bgs.pallete--blue + .live-drops__item-bgs::after {
  background: #0085ff;
}

.round-bgs.pallete--green + .live-drops__item-bgs::before {
  background: -moz-linear-gradient(
    top,
    rgba(84, 83, 103, 1) 0%,
    rgba(77, 76, 103, 1) 64%,
    #14ff00 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(84, 83, 103, 1) 0%,
    rgba(77, 76, 103, 1) 64%,
    #14ff00 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(84, 83, 103, 1) 0%,
    rgba(77, 76, 103, 1) 64%,
    #14ff00 100%
  );
}
.round-bgs.pallete--green + .live-drops__item-bgs::after {
  background: #14ff00;
}

.round-bgs.pallete--purple + .live-drops__item-bgs::before {
  background: -moz-linear-gradient(
    top,
    rgba(84, 83, 103, 1) 0%,
    rgba(77, 76, 103, 1) 64%,
    #ff00b8 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(84, 83, 103, 1) 0%,
    rgba(77, 76, 103, 1) 64%,
    #ff00b8 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(84, 83, 103, 1) 0%,
    rgba(77, 76, 103, 1) 64%,
    #ff00b8 100%
  );
}
.round-bgs.pallete--purple + .live-drops__item-bgs::after {
  background: #ff00b8;
}

.round-bgs.pallete--gray + .live-drops__item-bgs::before {
  background: -moz-linear-gradient(
    top,
    rgba(84, 83, 103, 1) 0%,
    rgba(77, 76, 103, 1) 64%,
    #a6a6a6 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(84, 83, 103, 1) 0%,
    rgba(77, 76, 103, 1) 64%,
    #a6a6a6 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(84, 83, 103, 1) 0%,
    rgba(77, 76, 103, 1) 64%,
    #a6a6a6 100%
  );
}
.round-bgs.pallete--gray + .live-drops__item-bgs::after {
  background: #a6a6a6;
}

.round-bgs.pallete--orange + .live-drops__item-bgs::before {
  background: -moz-linear-gradient(
    top,
    rgba(84, 83, 103, 1) 0%,
    rgba(77, 76, 103, 1) 64%,
    #ff9900 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(84, 83, 103, 1) 0%,
    rgba(77, 76, 103, 1) 64%,
    #ff9900 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(84, 83, 103, 1) 0%,
    rgba(77, 76, 103, 1) 64%,
    #ff9900 100%
  );
}
.round-bgs.pallete--orange + .live-drops__item-bgs::after {
  background: #ff9900;
}

.round-bgs.pallete--red + .live-drops__item-bgs::before {
  background: -moz-linear-gradient(
    top,
    rgba(84, 83, 103, 1) 0%,
    rgba(77, 76, 103, 1) 64%,
    #ff0000 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(84, 83, 103, 1) 0%,
    rgba(77, 76, 103, 1) 64%,
    #ff0000 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(84, 83, 103, 1) 0%,
    rgba(77, 76, 103, 1) 64%,
    #ff0000 100%
  );
}
.round-bgs.pallete--red + .live-drops__item-bgs::after {
  background: #ff0000;
}

.live-drops__item-case,
.livestrip__item-player {padding: 2px 0 0 0;}
.livestrip__item-player img{
  border-radius: 100%;
  width: 55px;
  height: 55px;
}
.livestrip__item-player{
  opacity: 0;
  transition: all 0.7s;
}
.live-drops__item:hover .live-drops__item-case{
  display: none;
}
.live-drops__item:hover .livestrip__item-player{
  display: block;
  opacity: 1;
}



/* Giveaway */
.giveaway {
  max-width: 1004px;
  height: 120px;
  padding: 0 25px;
  display: flex;
  margin: 0 auto 60px;
  background: #232235;
  border-radius: 20px;
}
.giveaway-image {
  width: 154px;
  position: relative;
  z-index: 7;
  margin: 0 30px 0 0;
}
.giveaway-image::after {
  width: 220px;
  height: 98px;
  content: ' ';
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0;
  margin: 0 0 7px -105px;
  background: no-repeat center center url(../_img/bgs-giveaway_image-blue.png);
  background-size: 100% 100%;
}
.giveaway-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.giveaway-content {
  flex: 1 1 auto;
  display: flex;
}
.giveaway-product {
  min-width: 230px;
  max-width: 340px;
  padding: 0 14px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.giveaway-product__title {
  padding: 1px 0 0 0;
  font-weight: 600;
  font-size: 22px;
}
.giveaway-product__info {
  margin: 9px 0 0 0;
  font-size: 18px;
  color: #5b5a63;
}
.giveaway-timer {
  display: flex;
  align-items: center;
  margin: 0 20px 0 auto;
}
.giveaway-control {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.giveaway-control .o-button {
  width: 212px;
  height: 44px;
  font-size: 16px;
}

@media all and (max-width: 1440px) {
  .giveaway {
    max-width: 98%;
  }
}

@media (max-width: 992px) {
  .section-tabs {
    gap: 18px;
    margin: 0!important;
  }
  a.section-tabs__button {
    width: 45%;
  }
  .section-tabs__button {
    position: relative;
    opacity: 0.6;
    margin: 0 !important;
  }
}

@media (max-width: 960px) {
  .giveaway {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 25px;
  }

  .giveaway-content {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }
  .giveaway-image {
    margin: -76px 10px 0 0;
    width: 220px;
  }
  .giveaway-image img {
    width: 100%;
    height: 100%;
  }
  .giveaway-product {
    min-width: 100%;
    text-align: center;
  }
  .giveaway-product__title {
    margin: 0 auto;
  }
  .giveaway-product__info {
    margin: 0 auto;
  }
  .giveaway-timer {
    order: 2;
    margin: 0;
  }
  .giveaway-control {
    order: 3;
  }
}

.counters {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 36px;
  color: #d0d0d1;
}
.counters .part {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: #2e2f40;
  border-radius: 50%;
}
.counters .separator {
  width: 8px;
  height: 26px;
  overflow: hidden;
  position: relative;
  margin: 0 14px;
  text-indent: -9999px;
}
.counters .separator::after,
.counters .separator::before {
  width: 8px;
  height: 8px;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  background: #2e2f40;
  border-radius: 50%;
}
.counters .separator::after {
  top: 0;
}
.counters .separator::before {
  bottom: 0;
}

.counters-large .separator {
  margin: 0 13px;
}
.counters-large__values .part {
  width: 64px;
  height: 64px;
  font-size: 28px;
}
.counters-large__values .separator {
  width: 11px;
  height: 34px;
}
.counters-large__values .separator::after,
.counters-large__values .separator::before {
  width: 11px;
  height: 11px;
}
.counters-large__labels {
  margin: 0 0 12px 0;
}
.counters-large__labels .part {
  width: 64px;
  height: auto;
  font-size: 14px;
  color: #c4c4c4;
  background: 0;
}
.counters-large__labels .separator {
  opacity: 0;
}

/* Section */
.section-group {
  margin-bottom: 80px;
}

.section-tabbox {
  display: none;
}
.section-tabbox.current {
  display: block;
}

/* Section - Title */
.section-title {
  width: 1230px;
  max-width: 100%;
  position: relative;
  margin: 0 auto 52px;
  display: flex;
  align-items: center;
}
.section-title .title--main {
  padding: 0 40px;
  position: relative;
  margin: 0;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
}
.section-title .title--main h1,
.section-title .title--main h2,
.section-title .title--main h3 {
  margin: 0;
  font-weight: bold;
  font-size: inherit;
  color: inherit;
}

@media (max-width: 600px) {
  .section-title .title--main {
    font-size: 16px;
    padding: 0 16px;
  }
}

/* .section-title:after {
  width: auto;
  height: auto;
  content: ' ';
  display: block;
  position: absolute;
  left: 155px;
  right: 155px;
  top: -22px;
  bottom: -20px;
  z-index: -1;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #00ff66 0%,
    rgba(27, 18, 30, 0) 100%
  );
  opacity: 0.18;
} */

.section-title .title--linear {
  flex: 1;
  height: 18px;
  display: block;
  position: relative;
}
.section-title .title--linear:after {
  width: 1px;
  height: auto;
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #00fe66;
}
.section-title .title--linear:before {
  width: auto;
  height: 2px;
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(to right, rgba(0, 255, 102, 0) 0%, #00ff66 100%);
}
.section-title .linear--bgs:after,
.section-title .linear--bgs:before {
  width: auto;
  height: 1px;
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(
    to right,
    rgba(0, 255, 102, 0) 0%,
    rgba(0, 255, 102, 0.5) 100%
  );
}
.section-title .linear--bgs:after {
  top: 4px;
}
.section-title .linear--bgs:before {
  bottom: 4px;
}

.section-title .title--main + .title--linear {
  transform: scale(-1, 1);
}

.section-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 60px 0;
}
a.section-tabs__button {
  color: #fff;
  text-decoration: none;
}
.section-tabs__button {
  width: 203px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 9px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #232235;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: background-color 0.3s ease;
}
.section-tabs__button:hover {
  background-color: #343350;
}
.section-tabs__button.current {
  background: #20b85d;
}

.section {
  margin: 0 0 80px 0;
}
.section-products {
  margin: 0 0 80px 0;
}

/* Product - Accounts */
.accounts-row {
  margin: -52px 0 0 -16px;
}
.account-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.account-items__col {
  padding: 50px 0 0 16px;
  max-width: 306px;
  width: 100%;
}
.account-item {
  padding: 23px 23px 27px;
  position: relative;
  background: #232235;
  border-radius: 22px;
}
.account-item__image {
  margin: -23px -23px 20px;
}
.account-item__image-src {
  height: 162px;
  position: relative;
  overflow: hidden;
  border-radius: 22px 22px 0 0;
}
.account-item__image-src img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.account-item__title {
  margin: 0 0 18px 0;
  font-weight: 500;
  font-size: 20px;
  color: #c5c5c5;
}
.account-item__title a {
  color: #c5c5c5;
  text-decoration: none;
  transition: color 0.3s ease;
}
.account-item__title a:hover {
  color: #fff;
}
.account-item .panel-cost {
  margin: 0 0 18px 0;
}

.box-informs {
  min-height: 60px;
  padding-right: 30px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  border-radius: 22px 0 0 0;
}
.box-inform {
  min-width: 54px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  position: relative;
  display: block;
  float: left;
  clear: left;
  margin: 0 0 14px 0;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}
.box-inform::after,
.box-inform::before {
  width: 0;
  height: 0;
  content: ' ';
  display: block;
  position: absolute;
  left: 100%;
}
.box-inform::after {
  top: 0;
  border-right: 10px solid transparent;
  border-top: 12px solid transparent;
}
.box-inform::before {
  bottom: 0;
  border-right: 10px solid transparent;
  border-bottom: 12px solid transparent;
}
.box-inform.inform--last {
  background: #4bc280;
}
.box-inform.inform--last::after {
  border-top-color: #4bc280;
}
.box-inform.inform--last::before {
  border-bottom-color: #4bc280;
}

.info-props dt {
  font-size: 14px;
  color: #a8a8a8;
}
.info-props dd {
  margin: 4px 0 0 0;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
.info-props dd + dt {
  margin-top: 8px;
}

.panel-cost {
  min-width: 180px;
  max-width: 100%;
  height: 38px;
  position: relative;
  z-index: 7;
  display: inline-flex;
  align-items: center;
}
.panel-cost::after {
  width: auto;
  height: auto;
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 20px;
  top: 0;
  bottom: 0;
  border-radius: 34px;
  background: #28263c;
}
.panel-cost__value {
  height: 100%;
  padding: 0 6px 0 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 16px;
  color: #1dde6b;
  white-space: nowrap;
}
.panel-cost__oldval {
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration-line: line-through;
  color: #6e6e73;
  white-space: nowrap;
}
.panel-cost__button {
  flex: 1 1 auto;
  height: 100%;
  padding: 0 0 0 15px;
  display: flex;
  justify-content: flex-end;
}
.panel-cost__button .o-button {
  min-width: auto;
  width: 108px;
  height: 100%;
  padding: 0 18px;
  font-size: 14px;
}

@media (max-width: 1000px) {
  .randoms-row__items {
    justify-content: center;
  }
  .randoms-row__item {
    min-width: 247px;
  }
}

@media (max-width: 992px) {
  .account-item {
    padding: 23px 14px 27px;
  }
  img.lozad[data-src][data-loaded='true'] {
    height: 100%;
  }
  .account-item__image-src {
    height: 130px;
    position: relative;
    overflow: hidden;
    border-radius: 22px 22px 0 0;
  }
  /*
  .panel-cost__value {
    font-size: 12px;
    padding: 0 10px 0 12px;
  }
  .panel-cost__button .o-button {
    font-size: 10px;
    width: 82px;
  }
  .panel-cost__button {
    flex: 1 1 auto;
    height: 100%;
    padding: 0 0 0 15px;
    display: flex;
    justify-content: flex-start;
  }
  .panel-cost {
    min-width: 178px;
    height: 30px;
  }
  .panel-cost__oldval {
    font-size: 10px;
  }
  .account-items__col {
    max-width: none;
    width: auto;
  }
  .account-item {
   max-width: 210px;
    overflow: hidden;
  }
  */
  .account-item__title {
    font-size: 18px;
  }
  /*.info-props dt {
    font-size: 12px;
  }
  .info-props dd {
    font-size: 14px;
  }
  .randoms-row__item {
    width: 210px !important;
    min-width: auto;
  }
  .random-item__box {
    padding: 18px 16px 30px !important;
  }
  .random-item__title {
    font-size: 15px !important;
  }*/
}

@media (max-width: 616px) {
  img.lozad[data-src][data-loaded='true'] {
    object-fit: cover;
  }
  .account-items__col img.lozad[data-src][data-loaded='true'] {
    width: 100%;
  }
  .account-items{
    flex-direction: column;
  }
  .accounts-row{
    margin: 0!important;
  }
  .randoms-row{
    margin: -10px 0 0 0!important;
  }
  .account-item{
    width: 100%;
    max-width: none;
  }
  .account-items__col {
    max-width: none;
    width: 100%;
    padding: 20px 0 0 0;
    text-align: center;
  }
  .randoms-row__item{
    width: 100%!important;
  }
  .random-item {
    padding: 50% 0 0 0!important;
  }
}

@media (max-width: 500px) {
  .random-item__box {
    padding: 10px 10px 20px;
  }
}

@media (max-width: 457px) {
  .account-item {
    max-width: none;
  }
}

/* Product - Random */
.randoms-row {
}
.randoms-row__items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 40px;
}
.randoms-row{
  margin: -10px 0 0 -17px;
}
.randoms-row__item {
  width: 24%;
}
.random-item__cost{
  display: flex;
  justify-content: center;
}
.random-item {
  height: 0;
  padding: 72.416% 0 0 0;
  position: relative;
  background: #232235;
  border-radius: 22px;
}
.random-item__image {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.random-item__image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
  border-radius: 22px;
}
.random-item__box {
  width: auto;
  padding: 20px 20px 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}
.random-item__title {
  flex: 1 1 auto;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
.random-item__title a {
  color: #fff;
  text-decoration: none;
}
.random-item__title a:hover {
  text-decoration: underline;
}

/* Product - Cases */
.cases-row {
}
.cases-row__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, 229px);
  justify-content: center;
  justify-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 50px;
}
.cases-row__item {
  width: 229px;
}
.case-item {
  padding: 0 17px 28px;
  position: relative;
  z-index: 2;
}
.case-item::after {
  width: auto;
  height: auto;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 75px;
  bottom: 0;
  z-index: -1;
  background: #232235;
  border-radius: 22px;
}
.case-item__image {
  width: auto;
  height: 204px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 -18px 10px;
}
.case-item__image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 200%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.case-item__title {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 18px;
  color: #c5c5c5;
  text-align: left;
}
.case-item__title a {
  color: #c5c5c5;
  text-decoration: none;
  transition: color 0.3s ease;
}
.case-item__title a:hover {
  color: #fff;
}
.case-item .panel-cost {
  margin: 10px 0 0 0;
}
.case-item .panel-cost__value {
  color: #fff;
}
.case-item .panel-cost__button .o-button {
  width: 105px;
}

/* Case - Things */
.thing-row__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
  justify-content: center;
  gap: 16px;
}
.thing-row__item {
  width: 100%;

  max-width: 188px;
  height: 182px;
}
.thing-item {
  padding: 0 0 14px 0;
  overflow: hidden;
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(84, 83, 103, 0.1) -4.38%,
    rgba(84, 83, 103, 0.1) -4.36%,
    rgba(77, 76, 103, 0.1) 63.36%,
    rgba(0, 133, 255, 0.1) 100%
  );
  border-radius: 8px;
  height: 100%;
}
.thing-item__image {
  height: 118px;
  position: relative;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thing-item__image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.thing-item__title {
  display: flex;
  /* height: 42px; */
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  /* margin: -20px 0 0 0; */
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  margin: 10px 0 0 0;
}
.thing-item__label {
  width: 33px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 7;
  background: #28263c;
  border-radius: 8px;
}
.thing-item__label svg {
  width: 18px;
  height: 18px;
}

.thing-item .ruler-bgs {
  height: 2px;
  position: absolute;
  left: 11px;
  right: 11px;
  bottom: 15px;
}
.thing-item .round-bgs {
  width: 132px;
  height: 132px;
  top: -15px;
}

.thing-item__informs {
  position: absolute;
  z-index: 77;
  left: 0;
  top: 0;
}
.thing-item__inform {
  min-width: 54px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  position: relative;
  display: block;
  float: left;
  clear: left;
  margin: 14px 0 0 0;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}
.thing-item__inform::after,
.thing-item__inform::before {
  width: 0;
  height: 0;
  content: ' ';
  display: block;
  position: absolute;
  left: 100%;
}
.thing-item__inform::after {
  top: 0;
  border-right: 10px solid transparent;
  border-top: 12px solid transparent;
}
.thing-item__inform::before {
  bottom: 0;
  border-right: 10px solid transparent;
  border-bottom: 12px solid transparent;
}
.thing-item__inform.inform--new {
  background: #1dde6b;
}
.thing-item__inform.inform--new::after {
  border-top-color: #1dde6b;
}
.thing-item__inform.inform--new::before {
  border-bottom-color: #1dde6b;
}
.thing-item__inform.inform--discount {
  background: #ff000f;
}
.thing-item__inform.inform--discount::after {
  border-top-color: #ff000f;
}
.thing-item__inform.inform--discount::before {
  border-bottom-color: #ff000f;
}
.thing-item__inform.inform--price {
  background: #7000ff;
}
.thing-item__inform.inform--price::after {
  border-top-color: #7000ff;
}
.thing-item__inform.inform--price::before {
  border-bottom-color: #7000ff;
}

@media (max-width: 992px) {
  .cases-row__items {
    grid-template-columns: repeat(auto-fill, 210px);
  }
  .cases-row__item {
    width: 210px;
  }
  .case-item__title {
    font-size: 16px;
  }
  .case-item__image {
    height: 187px;
  }
  .case-item .panel-cost {
    height: 34px;
  }
  .case-item .panel-cost .panel-cost__value {
    font-size: 14px;
  }
}

@media (max-width: 457px) {
  .cases-row__items {
    grid-template-columns: repeat(auto-fill, 100%);
  }
  .cases-row__item {
    width: 100%;
  }
  .case-item img.lozad[data-src][data-loaded='true'] {
    width: 100%;
    object-fit: contain;
  }
}

@media (max-width: 400px) {
  .thing-row__item {
    max-width: 130px;
  }
  .thing-item__inform {
    min-width: 49px;
    height: 19px;
    line-height: 20px;
    margin: 9px 0 0 0;
  }

  .live-drops {
    margin: 0 auto 40px;
  }
}

/* Page - Profile */
.my-account {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 82px 0;
}
.my-account__profile {
  display: flex;
  align-items: center;
}
.my-account__avatar {
  width: 83px;
  height: 83px;
  padding: 6px;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
}
.my-account__avatar::after {
  width: auto;
  height: auto;
  content: ' ';
  display: block;
  position: absolute;
  z-index: -1;
  left: -14px;
  right: -14px;
  top: -14px;
  bottom: -14px;
  background: no-repeat center center;
  background-size: 100% 100%;
}

.my-account__avatar.scl--vk::after {
  background-image: url(../_img/bgs-myaccount_avatar-vk.png);
}
.my-account__avatar.scl--wg::after {
  background-image: url(../_img/bgs-myaccount_avatar-wg.png);
}

.my-account__avatar-photo {
  flex: none;
  width: 100%;
  height: 100%;
}
.my-account__avatar-photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.my-account__avatar-scl {
  width: 26px;
  height: 26px;
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translate(-50%, 0);
}
.my-account__avatar-scl svg {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.my-account__content {
  flex: 1 1 auto;
  max-width: 310px;
}
.my-account__name,
.my-account__email {
  overflow: hidden;
  font-weight: 600;
  font-size: 18px;
  color: #d6d6d6;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.my-account__email {
  margin: 12px 0 0 0;
}

.my-account__edit {
  margin: 13px 0 0 0;
}
a.my-account__edit-link {
  color: #3f8efa;
  text-decoration: none;
}
.my-account__edit-link {
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #3f8efa;
  transition: color 0.3s ease;
}
.my-account__edit-link .link-icon {
  flex: none;
  margin: 0 13px 0 0;
}
.my-account__edit-link:hover {
  color: #fff;
}

.my-account .balance-control__value {
  min-width: 100px;
  padding: 0 21px;
  font-size: 18px;
}
.my-account .balance-control,
.my-account .button-control {
  height: 52px;
}
.my-account__button,
.my-account .o-button {
  height: 52px;
  padding: 0 22px;
  font-size: 16px;
}
.my-account__controls {
  display: flex;
  gap: 35px;
}

@media (max-width: 1134px) {
  .my-account {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 775px) {
  .my-account__controls {
    flex-direction: column;
    gap: 35px;
    align-items: center;
  }
}

@media (max-width: 360px) {
  .my-account__name {
    font-size: 14px;
  }
  .my-account__email {
    font-size: 12px;
  }
}

.product-account__button-page {
  margin: 60px 0 0 0;
  text-align: center;
}
.product-account__button-page .o-button {
  height: 50px;
  padding: 0 30px;
}
.product-account__button-page.type--your-accounts {
  margin-top: 30px;
}

@media (max-width: 660px) {
  .explanation {
    gap: 20px;
    height: auto !important;
  }
  .explanation__text {
    font-size: 13px !important;
  }
  .explanation__button {
    height: 40px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 340px) {
  .explanation {
    padding: 8px 10px !important;
  }
  .explanation__text {
    font-size: 12px !important;
  }
  .explanation__button {
    padding: 0 7px;
    min-width: 96px;
    font-size: 12px !important;
  }
}

/* .my-account__things {
  margin: -82px -8px 0;
}
.my-account__things .thing-row__item {
  width: 16.666666%;
  padding: 60px 8px 0;
}
.my-account__things .thing-item {
  padding-bottom: 28px;
}
.my-account__things .thing-item .ruler-bgs {
  left: 24px;
  right: 24px;
  bottom: 15px;
}
.my-account__things .round-bgs {
  width: 144px;
  height: 144px;
  top: -12px;
}
.my-account__things .thing-item__image {
  height: 112px;
}
.my-account__things .thing-item__title {
  margin: 1px 0 0 0;
  font-size: 16px;
} */

/* Page - Profile - MyProducts */
.your-accounts__row {
}
.your-account__items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.your-account__col {
  position: relative;
  /* width: 16.666666%; */
  /* padding: 30px 0 0 16px; */
  width: 100%;
  max-width: 188px;
  height: 236px;
}

.your-account__label {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;

  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  height: 24px;
}
.your-account__label span {
  margin: 1px 0 0 9px;
}
.your-account__label:not(:first-child) {
  margin-top: 8px;
}
.your-account__labels {
  position: absolute;
  top: 44px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.your-account__new {
  width: 61px;
  background-image: url(../_img/Rectangle_purple.svg);
}
.your-account__guarantee {
  width: 91px;
  background: url(../_img/Rectangle_blue.svg);
}
.your-account__bonus {
    width: 91px;
    background: url(../_img/Rectangle_bonus.svg);
    color: black;
}
.your-account__item {
  /* padding: 30px 14px; */
  background: #232235;
  border-radius: 10px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}
.your-account__title {
  margin: 0 0 8px 0;
  font-weight: bold;
  font-size: 18px;
  color: #1dde6b;
}
.your-account__button {
  width: 100%;
  padding: 0 10px;
  margin: 14px 0 0 0;
  font-size: 14px;
}
@media (max-width: 400px) {
  .your-account__col {
    max-width: 130px;
    height: 220px;
  }

  .your-account__labels {
    top: 26px;
  }
  .your-account__new,
  .your-account__guarantee {
    font-size: 8px;
    background-size: cover;
    height: 18px;
  }
  .your-account__new {
    width: 47px;
  }
  .your-account__guarantee {
    width: 76px;
  }

  .your-account__title {
    font-size: 14px;
  }
  .info-props dt {
    font-size: 10px;
  }
  .info-props dd {
    font-size: 13px;
  }
  .your-account__button {
    padding: 0 4px;
    margin: 8px 0px 0 0px;
    font-size: 10px;
    height: 30px;
    min-width: 108px;
  }
}

/* Page - Case */
.case-width__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px 0;
}
.case-width__image {
  width: 246px;
  text-align: center;
}
.case-width__pict {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  filter: drop-shadow(0px 12px 179px rgba(255, 153, 0, 0.07))
    drop-shadow(0px 6px 110px rgba(255, 153, 0, 0.0485443))
    drop-shadow(0px 4px 81px rgba(255, 153, 0, 0.029179))
    drop-shadow(0px 3px 61px rgba(255, 153, 0, 0.0127356))
    drop-shadow(0px 2px 44px rgba(255, 153, 0, 0.000846858));
}

.case-width .thing-row__items {
  margin-top: -21px;
}

.case-roulettes {
  max-width: 1208px;
  position: relative;
  margin: 0 auto 80px;
}
.case-roulette {
  height: 130px;
  overflow: hidden;
  position: relative;
  background: #232235;
  border-radius: 25px;
}
.case-roulette::after {
  width: auto;
  height: auto;
  content: ' ';
  display: block;
  position: absolute;
  z-index: 17;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-linear-gradient(
    90deg,
    #111315 0%,
    rgba(17, 19, 21, 0) 8.21%,
    rgba(17, 19, 21, 0) 91.84%,
    #111315 100%
  );
  background: -moz-linear-gradient(
    90deg,
    #111315 0%,
    rgba(17, 19, 21, 0) 8.21%,
    rgba(17, 19, 21, 0) 91.84%,
    #111315 100%
  );
  background: linear-gradient(
    90deg,
    #111315 0%,
    rgba(17, 19, 21, 0) 8.21%,
    rgba(17, 19, 21, 0) 91.84%,
    #111315 100%
  );
}
.case-roulette::before {
  width: 40px;
  height: auto;
  content: ' ';
  display: block;
  position: absolute;
  z-index: 18;
  left: 50%;
  top: -1px;
  bottom: -1px;
  transform: translate(-50%, 0);
  background: no-repeat center center url(../_img/bgs-case-roulette_line.svg);
  background-size: 100% 100%;
}
.case-roulette__box {
  position: relative;
  overflow: hidden;
  z-index: 7;
}
.case-roulette__boxes {
  margin: 0 -54px;
}

.case-roulette__items {
  display: flex;
  flex-wrap: nowrap;
}
.case-roulette__item {
  flex: none;
  width: 130px;
  height: 130px;
  padding: 0 1px;
  position: relative;
}
.case-roulette__item::before {
  width: auto;
  height: auto;
  content: ' ';
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 0;
  bottom: 0;
  background: -webkit-linear-gradient(
    180deg,
    rgba(84, 83, 103, 1) -4.38%,
    rgba(84, 83, 103, 1) -4.36%,
    rgba(77, 76, 103, 1) 63.36%,
    rgba(255, 153, 1, 1) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(84, 83, 103, 1) -4.38%,
    rgba(84, 83, 103, 1) -4.36%,
    rgba(77, 76, 103, 1) 63.36%,
    rgba(255, 153, 1, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(84, 83, 103, 1) -4.38%,
    rgba(84, 83, 103, 1) -4.36%,
    rgba(77, 76, 103, 1) 63.36%,
    rgba(255, 153, 1, 1) 100%
  );
  border-radius: 8px;
  opacity: 0.1;
}
.case-roulette__item-icon {
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-roulette__item-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.case-roulette__item .round-bgs {
  width: 142px;
  height: 142px;
  top: -20px;
}
.case-roulette__item-title {
  padding: 0 8px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Page - Account */
.account-width {
  max-width: 1364px;
  margin: 0 auto;
}
.account-width__box {
  padding: 0 86px 40px 86px;
  background: #232235;
  border-radius: 30px;
}
.account-width__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
.account-width__content {
  padding: 50px 0 0 0;
}
.account-width__image {
  max-width: 384px;
  max-height: 242px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}
.account-width__pict {
  width: 100%;
  height: 100%;

  vertical-align: middle;
}

.desc__width-label {
  margin: 0 0 22px 0;
}
.desc__width-propbox {
  display: flex;
}
.desc__width-props {
  flex: 1;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -15px;
}
.desc__width-props.clmn--width {
  justify-content: space-between;
}
.desc__width-props dl {
  padding: 0 15px;
}
.desc__width-props dt {
  margin: 0 0 8px 0;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #636970;
}
.desc__width-props dd {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.54;
}

.desc__width-props.type--column {
  flex-direction: column;
  flex-wrap: wrap;
}
.desc__width-props.type--column dl + dl {
  margin-top: 17px;
}

@media (max-width: 900px) {
  .desc__more-items {
    flex-wrap: wrap;

    justify-content: center !important;
    gap: 40px;
  }
  .screens-width__items {
    justify-content: center;
  }
  .screens-width__item {
    min-width: auto;
    width: 100% !important;
    max-width: 280px;
  }
}

.desc__width-instruction {
  min-width: 67.108%;
  padding: 26px 0 26px 34px;
  position: relative;
  margin: -24px 0 -24px 34px;
}
.desc__width-instruction:after {
  width: 1px;
  height: auto;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(37, 41, 45, 0) 0%,
    #25292d 48.28%,
    rgba(37, 41, 45, 0) 100%
  );
}
.desc__width-instruction ol {
  line-height: 140%;
}
.instruction__box {
  color: #636970;
}
.instruction__label {
  margin: 0 0 24px 0;
}
.instruction__box ol {
  counter-reset: instruction-counter;
}
.instruction__box ol > li {
  counter-increment: instruction-counter;
  margin: 0 0 4px 0;
}
.instruction__box ol > li::before {
  content: counter(instruction-counter) '. ';
}
.instruction__box a {
  color: #3b81d4;
  word-break: break-all;
}
.instruction__bottom {
  margin: 26px 0 0 0;
}
a.instruction__button {
  max-width: 100%;
  height: 44px;
  padding: 0 20px;
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 0 #636970;
  text-decoration: none;
  background: #5b5a63;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  border-radius: 34px;
  transition: background-color 0.3s ease;
}
a.instruction__button:hover {
  background-color: #6d6c79;
}
.instruction__button .btn-icon {
  margin-left: 10px;
}

a.instruction__link {
  max-width: 100%;
  height: 48px;
  padding: 0 24px;
  vertical-align: top;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: #636970;
  text-align: left;
  text-decoration: none;
  border: 1px solid #636970;
  transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 34px;
    text-transform: uppercase;
}
.instruction__link .btn-label {
  flex: 1 1 auto;
}
a.instruction__link:hover {
  border-color: #747c87;
  color: #747c87;
}

.screens-width {
  margin: 50px 0 0 0;
}
.screens-width__items {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -15px 0;
}
.screens-width__item {
  width: 25%;
  padding: 20px 15px 0;
}
.screens-width a {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  border-radius: 10px;
}
.screens-width img {
  width: 100%;
  vertical-align: top;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.screens-width .icon-zoom {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.screens-width a:hover img {
  opacity: 1;
}
.screens-width a:hover .icon-zoom {
  opacity: 1;
}

@media (max-width: 1160px) {
  .shop-control {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}
@media (max-width: 992px) {
  .account-width__header {
    flex-direction: column;
  }
  .account-width__image {
    order: -1;
    margin: 40px auto 0 auto;
  }
  .account-width__content {
    margin: 0 auto;
  }
  .shop-control {
    align-items: center;
  }
  .desc__width {
    text-align: center;
  }
  .desc__width-props {
    justify-content: center;
  }
}

@media (max-width: 564px) {
  .account-width__box {
    padding: 0 20px 40px 20px;
  }
  .desc__width-props {
    flex-direction: column;
  }
  .width-header__title {
    max-width: 192px;
    margin: 0 auto;
    font-size: 18px !important;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .account-width__box {
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .desc__more-props {
    text-align: left !important;
  }
}

@media (max-width: 762px) {
  .desc__width-propbox {
    flex-direction: column;
  }
  .desc__more-props {
    text-align: center !important;
    margin-bottom: 40px;
  }
  .desc__width-instruction.instruction__box {
    margin: 0;
    padding: 0;
  }
  .instruction__label li a {
    word-wrap: break-word;
  }
}

/* Page - Giveway width */
.giveaway-width__header,
.giveaway-width__details {
  display: flex;
  margin: -8px;
  column-gap: 8px;
}

.giveaway-width-product,
.giveaway-width-timer,
.giveaway-width-winner,
.giveaway-width-users {
  width: 50%;
  margin: 8px 0;
  background: #232236;
  border-radius: 10px;
}
.giveaway-width-product {
  padding: 33px 20px 43px 30px;
  display: flex;
  align-items: center;
}
.giveaway-width-product__content {
  flex: 1 1 auto;
}
.giveaway-width-product__amount {
  font-weight: 500;
  font-size: 20px;
  color: #808080;
}
.giveaway-width-product__button {
  height: 48px;
  padding: 0 40px;
  margin: 30px 0 0 0;
  font-size: 18px;
}
.giveaway-width-product__image {
  flex: none;
  width: 236px;
  height: 152px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.giveaway-width-product__image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.giveaway-width-product__image::after {
  width: 134px;
  height: 78px;
  content: ' ';
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  background: radial-gradient(
    55.21% 49.99% at 55.21% 49.99%,
    #eb5b2e 0%,
    #ba9697 100%
  );
  filter: blur(80px);
  transform: translate(0, -50%);
  border-radius: 50%;
}

.giveaway-width-timer {
  display: flex;
  align-items: center;
}
.giveaway-width-timer__clock {
  width: 217px;
  height: 204px;
  margin: 0 40px 0 0;
  background: no-repeat center center url(../_img/bgs-clock.png);
  background-size: 100% 100%;
}
.giveaway-width-timer__content {
  flex: 1 1 auto;
  padding-bottom: 6px;
}

.giveaway-width__bottom {
  margin: 40px 0 0 0;
}
.giveaway-width-winner {
  padding: 0 0 0 32px;
  display: flex;
  align-items: center;
}
.giveaway-width-winner__avatar {
  flex: none;
  width: 100px;
  height: 100px;
  margin: 0 30px 0 0;
}
.giveaway-width-winner__content {
  flex: 1 1 auto;
}
.giveaway-width-winner__name {
  font-weight: 600;
  font-size: 20px;
}
.giveaway-width-winner__number {
  margin: 12px 0 0 0;
  font-weight: 500;
  font-size: 16px;
}
.giveaway-width-winner__prize {
  margin: 12px 0 0 0;
  font-weight: 500;
  font-size: 16px;
}
.giveaway-width-winner__product {
  flex: none;
  width: 200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 8;
  text-align: center;
}
.giveaway-width-winner__product img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.giveaway-width-winner__product::after {
  width: 220px;
  height: 132px;
  content: ' ';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  background: radial-gradient(
    55.21% 49.99% at 55.21% 49.99%,
    #ff9900 0%,
    rgba(255, 153, 0, 0) 100%
  );
  filter: blur(90px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.giveaway-width__label {
  margin: 0 0 38px 0;
  font-size: 24px;
  color: #c4c4c4;
}

.giveaway-width-users {
  padding: 21px 72px 25px;
  position: relative;
}
.giveaway-width-users__header {
  position: relative;
  margin: 0 0 20px 0;
}
.giveaway-width-users__button {
  width: 70px;
  height: 70px;
  padding: 0 0 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 0);
  margin: 0 0 10px 0;
  background: #20b85d;
  border-radius: 50%;
  border: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background-color 0.3s ease;
}
.giveaway-width-users__label {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.giveaway-width-users__button:hover {
  background: #1fd066;
}

.giveaway-width-product__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 24px;
  color: #c4c4c4;
}
.giveaway-width-product__title .width-header__help {
  flex: none;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.giveaway-width-users__items {
  display: flex;
  margin: 0 -8px;
}
.giveaway-width-users__item {
  width: 16.666666%;
  padding: 0 8px;
}
.giveaway-width-users__image {
  height: 0;
  padding: 100% 0 0 0;
  position: relative;
  overflow: hidden;
}
.giveaway-width-users__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  border-radius: 50%;
}

@media (max-width: 1138px) {
  .giveaway-width__header,
  .giveaway-width__details {
    flex-direction: column;
  }
  .giveaway-width-product,
  .giveaway-width-winner,
  .giveaway-width-users,
  .giveaway-width-timer {
    width: 100%;
  }
  .giveaway-width-users {
    margin-top: 100px;
  }
}

@media (max-width: 566px) {
  .giveaway-width-winner {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .giveaway-width-winner__avatar {
    margin: 0;
  }
  .giveaway-width-winner__content {
    text-align: center;
  }
  .giveaway-width-users__items {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 17px;
  }
  .giveaway-width-users__item {
    min-width: 90px;
  }
  .giveaway-width-product,
  .giveaway-width-timer {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    row-gap: 20px;
  }
  .giveaway-width-timer__clock {
    margin: 0;
  }
  .giveaway-width-product__content {
    text-align: center;
  }
}

/* ТOP PLACE */

.top-gamers {
  width: 1208px;
  height: auto;
}
.top-place {
  display: flex;
  justify-content: center;
}
#first-place {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 290px;
  height: 256px;
  background: linear-gradient(
    180deg,
    rgba(244, 215, 61, 0.6) 0%,
    rgba(244, 215, 61, 0.26) 29.98%,
    rgba(244, 215, 61, 0) 66.47%
  );
  border: 1px solid #46495a;
  box-sizing: border-box;
  border-radius: 10px;
}
#second-place {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 290px;
  height: 256px;
  background: linear-gradient(
    180deg,
    rgba(191, 191, 191, 0.6) 0%,
    rgba(191, 191, 191, 0.26) 29.98%,
    rgba(191, 191, 191, 0) 66.47%
  );
  border: 1px solid #46495a;
  box-sizing: border-box;
  border-radius: 10px;
  margin-right: 715px;
  margin-top: 62px;
}
#third-place {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 290px;
  height: 256px;
  background: linear-gradient(
    180deg,
    rgba(205, 127, 50, 0.6) 0%,
    rgba(205, 127, 50, 0.26) 29.98%,
    rgba(205, 127, 50, 0) 66.47%
  );
  border: 1px solid #46495a;
  box-sizing: border-box;
  border-radius: 10px;
  margin-left: 715px;
  margin-top: 62px;
}

#first-circle {
  position: absolute;
  top: -34px;
}
#small-first-circle {
  position: absolute;
  background: #f4d73e;
  width: 48px;
  height: 48px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  margin-top: 79px;
  font-family: SF UI Display;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding-left: 18px;
}
#small-second-circle {
  position: absolute;
  background: #bfbfbf;
  width: 48px;
  height: 48px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  margin-top: 79px;
  font-family: SF UI Display;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding-left: 18px;
}
#small-third-circle {
  position: absolute;
  background: #cd7f32;
  width: 48px;
  height: 48px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  margin-top: 79px;
  font-family: SF UI Display;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding-left: 18px;
}
.top-name {
  position: absolute;
  margin-top: 142px;
  font-family: SF UI Display;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
}
.infooftop {
  font-family: SF UI Display;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}
.cases-opened-name {
  position: absolute;
  top: 186px;
  left: 30px;
}
.top-money-name {
  position: absolute;
  top: 215px;
  left: 30px;
}
.cases-opened {
  position: absolute;
  top: 186px;
  right: 30px;
}
.top-money {
  position: absolute;
  top: 215px;
  right: 30px;
}
/* Other places */

#top-table {
  width: 1208px;
  height: auto;
  background-color: green;
  margin-top: 386px;
  position: absolute;
  font-family: SF UI Display;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}
.top-info {
  background-color: blue;
  position: absolute;
  padding-bottom: 20px;
  font-family: SF UI Display;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.7);
}

.table-block {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  background-color: black;
  border-radius: 10px;
}
.table-block-grey {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(84, 83, 103, 0.3);
  display: flex;
  border-radius: 10px;
}
#first-place-table {
  color: #f4d73d !important;
  margin-left: 54px;
  position: absolute;
}
#second-place-table {
  color: #bfbfbf !important;
  margin-left: 54px;
  position: absolute;
}
#third-place-table {
  color: #cd7f32 !important;
  margin-left: 54px;
  position: absolute;
}
#zalupa {
  margin-top: 20px;
  width: 1208px;
}
.user_place {
  margin-left: 54px;
  position: absolute;
}
.user_name {
  margin-left: 248px;
  position: absolute;
}
.user_cases {
  margin-left: 612px;
  position: absolute;
}
.user_money {
  margin-left: 988px;
}

/* another porifle */
.another-profile {
  margin: 0 0 82px 0;
  width: 500px;
  background-color: white;
  left: 25px;
}



.remodal__panel {
    padding: 44px 24px;
    background: #1e202c no-repeat center center;
    border-radius: 15px 15px 0 0;
}
.remodal__panel-label {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #c4c4c4;
}
.remodal__panel-desc {
    margin: 10px 0 0 0;
    font-size: 16px;
    color: #c4c4c4;
    text-align: center;
}




/* Pay History */

.beautiful-background {
  background: #2a2c3e;
}

.remodal__pay-history {
  position: relative;
  max-width: 1200px;
  padding: 32px;
}
.remodal__pay-history ul {
  margin-left: 0;
  list-style: none;
  padding-left: 0;
}
.pay-history__close {
  position: absolute;
  background: none;
  border: none;
  top: 24px;
  right: 24px;
}

.pay-history__close-icon {
}
.pay-history__title span {
  font-weight: 600;
  font-size: 24px !important;
}
.pay-history__title {
  margin: 6px 0 56px 0;
  display: block !important;
}

.pay-history__list {
}
.pay-history__operation {
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 24px 22px 22px 22px;
  text-transform: uppercase;
}
.pay-history__operation:not(:last-child) {
  margin-bottom: 8px;
}
.pay-history__operation p {
  margin: 0;
}

.pay-history__date {
}
.pay-history__money {
  position: relative;
  margin-left: -14px !important;
  color: #ffc700;
  font-weight: 700;
}
.pay-history__money::after {
  content: '';
  top: 2px;
  right: -18px;
  width: 15px;
  height: 13px;
  background: no-repeat 0 0 url(../_img/icon-gold.png);
  background-size: contain;
  position: absolute;
}

.pay-history__plase {
  font-weight: 700;
}
.pay-history__status {
  font-weight: 700;
  color: #00ff66;
}

@media (max-width: 650px) {
  .pay-history__title {
    margin-bottom: 24px;
  }
  .pay-history__data-titles {
    display: none;
  }
  .pay-history__close {
    display: none;
  }
  .remodal__pay-history {
    padding: 0 16px 16px;
    margin: 0 -16px;
  }

  .pay-history__operation {
    display: grid;
    row-gap: 16px;
  }
  .pay-history__date {
  }
  .pay-history__money {
    margin: 0 0 0 0 !important;
    grid-column: 1;
    grid-row: 1;
  }
  .pay-history__money::after {
    right: 18px;
  }

  .pay-history__plase {
    grid-column: 2;
    grid-row: 1;
  }
  .pay-history__status {
    grid-column: 2;
    grid-row: 2;
  }
  .pay-history__operation {
    display: grid;
  }
  .pay-history__date,
  .pay-history__money {
    text-align: left;
  }
  .pay-history__plase,
  .pay-history__status {
    text-align: right;
  }
}









.remodal__garanty-info {
    position: relative;
    max-width: 550px;
    padding: 30px;
}
.pay-garanty__close {
    position: absolute;
    background: none;
    border: none;
    top: 20px;
    right: 20px;
}

.pay-garanty__close-icon {
}
.pay-garanty__title span {
    font-weight: 600;
    font-size: 24px !important;
}
.pay-garanty__title {
    margin: 6px 0 56px 0;
    display: block !important;
}
@media (max-width: 650px) {
    .pay-garanty__title {
        margin-bottom: 24px;
    }
    .pay-garanty__data-titles {
        display: none;
    }
    .pay-garanty__close {
        display: none;
    }
}











/* Acc Navigate Tabs */

.profile__nav {
  list-style: none;
}
.profile__nav-list {
  display: flex;
  list-style: none;
  align-items: center;
  padding: 0;
}
.prifile__nav-item {
  margin: 0 20px;
  position: relative;
}
.prifile__nav-item:last-child {
  margin-right: 0;
}
.prifile__nav-item:first-child {
  margin-left: 0;
}

.profile__link--active-link {
  opacity: 1;
}
.content__title--profile .section-title .title--main {
  padding: 0 16px !important;
}
.content__title--profile .section-title {
  margin: 0 auto;
}

.profile__tab {
  opacity: 0.35;
  text-shadow: 0px 0px 70px rgba(255, 255, 255, 0.4);
  color: #fff !important;
  font-weight: 600;
  font-size: 24px;
}
.profile__tab:hover {
  text-decoration: none;
}
.profile__link--active-link {
  opacity: 1;
}

@media (max-width: 650px) {
  .prifile__nav-item .profile__tab {
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  .content__title--profile .title--linear {
    display: none;
  }
  .profile__nav-list {
    gap: 15px;
  }
  .prifile__nav-item {
    margin: 0;
  }

  .content__title--profile .section-title .title--main {
    margin: 0 auto;
  }
  .prifile__nav-item:not(:last-child)::after {
    right: -18px !important;
    top: 9px !important;
  }
}

.content__title--profile {
  margin-bottom: 32px;
}

.content__title {
  display: flex;
  align-items: center;
}
/* .content__title::after,
.content__title::before {
  flex: 1 0;
  width: auto;
  height: 3px;
  content: ' ';
  display: block;
} */
/* .content__title::after {
  background: #000;
}
.content__title::before {
  background: #000;
} */
.content__title > span {
  flex: none;
  max-width: 76%;
  padding: 0 28px;
  font-weight: 600;
  font-size: 35px;
  color: #fff;
  text-shadow: 0 0 70px rgba(255, 255, 255, 0.4);
  text-align: center;
}

.prifile__nav-item:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  right: -26px;
  top: 14px;

  width: 18px;
  height: 1px;

  background: radial-gradient(
    50% 16200.03% at 50% 50%,
    #00ff66 0%,
    rgba(0, 255, 102, 0) 100%
  );
  transform: rotate(-90deg);

  /* Inside auto layout */

  flex: none;
  order: 1;
  flex-grow: 0;
}

/* bonuse */

.account-bonuse__items {
  gap: 13px;
}
.account-bonuse__col {
  max-width: 231px;
  height: 397px;
}

.account-bonuse__col .your-account__item {
  padding: 0;
}
.account-bonuse__info {
  padding: 0 24px 24px 24px;
  margin-top: -24px;
}

.account-bonuse__prevew {
  max-width: 230px;
  max-height: 230px;
  width: 100%;
  height: 100%;
}

.account-bonuse__image {
  width: 100%;
  height: 100%;
}

.account-bonuse__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 8px;
}

.account-bonuse__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
}

.account-bonuse__button {
  height: 51px;
  width: 100%;
}

/* explanation */
.explanation {
  display: flex;
  justify-content: center;
  background: #232235;
  padding: 16px 24px;
  border-radius: 10px;
  margin-bottom: 32px;
  height: 80px;
}
.explanation__text {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #a8a6c7;
  margin: 0;
}

.explanation--width-button {
  justify-content: space-between;
  align-items: center;
}

.explanation__button {
  height: 52px;
  padding: 0 22px;
}

/* Bonuses Page */
.bonuses__description {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 37px 0;
}

.chooseBonus {
  position: relative;
}
.chooseBonus__bonuses {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.chooseBonus__bonuse {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 239px;
  width: 100%;
  height: 311px;
  background: #232235;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s, filter 0.2s;
}
.chooseBonus__bonuse:hover {
  transform: scale(1.055);
  filter: brightness(1.2);
}
.chooseBonus__shirt {
  position: absolute;
  opacity: 1;
}
.chooseBonus__bonuse.open .chooseBonus__shirt {
  opacity: 0 !important;
}

.chooseBonus__selected {
}
.chooseBonus__bonuse-image {
  width: 100%;
  height: 247px;
}
.chooseBonus__bonuse-text {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}

.bonuse__item {
  max-width: 188px;
  height: 296px;
}

.bonuse-list__item {
  text-align: center;
  height: 296px;
  max-width: 188px;
  cursor: auto;
}
.bonuse-list__item:hover {
  transform: none;
  filter: none;
}

.bonuse-list__image {
  height: 188px;
}
.bonuse-list__text-wrapper {
  max-width: 156px;
  margin: 0 auto;
}

.bonuse-list__main-title {
}

.bonuse-list__sub-title {
  margin: 8px 0 0 0;
}

.chooseBonus__confirm {
  display: none;
  align-items: center;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
}
.chooseBonus__confirm-text {
  margin: 32px 0 24px 0;
  font-weight: 500;
  font-size: 18px;
}
.chooseBonus__confirm-btn {
  max-width: 178px;
  height: 52px;
  width: 100%;
}
.chooseBonus__confirm-btn:disabled {
  background: #222334;
  cursor: auto;
}
.chooseBonus__bonuse.forConfirm {
  border: 2px solid #19a752;
}

.chooseBonus.confirm .chooseBonus__confirm {
  display: flex;
  visibility: visible;
  opacity: 1;
}

/* Timer */
.timer {
}

.chooseBonus__width-timer {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.chooseBonus__wait {
  display: none;
  text-align: center;
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.timer-wrapper {
  background-image: url(../_img/TIMER.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 72px;
  position: relative;
  width: 219px;
}
.timer__title {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  opacity: 0.5;
}
.timeer-time {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 14px;
}
.timer__number {
  font-size: 24px;
  font-weight: 900;
  opacity: 1;
  color: #fff;
}

.timer__hours {
  left: 23px;
}
.timer__min {
  left: 90px;
}
.timer__sec {
  right: 23px;
}

.chooseBonus__task {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chooseBonus__task-title {
  margin: 32px 0;
  font-weight: 800;
  font-size: 24px;
}
.chooseBonus__task-text {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  background: rgba(43, 48, 67, 0.25);
  backdrop-filter: blur(32px);
  max-width: 629px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  border-radius: 16px;
}
.chooseBonus__task-text span {
  font-weight: 900;
  margin-top: 1px;
}
.chooseBonus__task-text p {
  margin: 0;
}

.chooseBonus.time .chooseBonus__bonuses {
  opacity: 0.1;
}
.chooseBonus.time .chooseBonus__wait {
  display: flex;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 400px) {
  .chooseBonus__bonuse {
    max-width: 136px;
    height: 182px;
  }
  .chooseBonus__bonuse-image {
    height: 140px;
  }
  .chooseBonus__bonuse-text {
    font-size: 12px;
  }
  .chooseBonus__shirt {
    height: 182px;
  }

  .chooseBonus__task-title {
    font-size: 16px;
  }
  .chooseBonus__task-text p {
    font-size: 12px;
  }
  .chooseBonus__task-text span {
    font-size: 16px;
  }

  .bonuse-list__list .bonuse-list__item {
    height: 214px;
  }
  .bonuse-list__sub-title {
    max-width: 89px;
    margin: 8px auto 0 auto;
    font-size: 10px;
  }
}

/* Need buy overlay */

.need-buy {
  text-align: center;
}
.need-buy__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  opacity: 0.5;
  max-width: 267px;
  margin: 0 0 24px 0;
}
.need-buy__button {
  max-width: 178px;
  width: 100%;
  height: 52px;
}

/* Need login */
.need-login {
}
.need-login__button {
  height: 52px;
  max-width: 178px;
  width: 100%;
  padding: 16px 22px;
}

/* END */



.bonus-product__modal {
    max-width: 678px;
}
.bonus-product__content {
    display: flex;
    padding: 32px;
}
.bonus-product__preview {
    min-width: 248px;
    height: 158px;
}
.bonus-product__preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.bonus-product__main {
    margin-left: 24px;
}
.bonus-product__title {
    text-align: left;
    margin: 0 0 24px 0;
}
.bonus-product__controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bonus-product__button {
    padding: 0 16px;
}
.bonus-product__small-button {
    width: 48%;
}
.bonus-product__long-button {
    margin-top: 16px;
    width: 100%;
}

.bonus-modal {
    max-width: 678px;
}
.bonus-modal__title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
}
.bonus-modal__button-style1 {
    background: #302e41;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    border-radius: 122px;
}
.bonus-modal .remodal__close {
    width: 24;
    height: 24;
}
.bonus-modal__content {
    display: flex;
    padding: 32px;
}
.bonus-modal__main {
    margin-left: 24px;
    width: 100%;
}
.bonus-modal__text {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.bonus-modal__explanation {
    align-items: center;
    padding: 8px 8px 8px 8px;
    max-width: 386px;
    background: #2a2c3e;
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #b0b5c7;
}

.bonus-discount-modal__content {
    padding: 16px 32px 25px 16px;
    align-items: center;
}
.bonus-discount-modal__preview {
    min-width: 204px;
}
.bonus-discount-modal__text {
    margin-bottom: 16px;
    text-align: left;
}
.bonus-discount-modal__controls {
    display: flex;
    gap: 16px;
}
.bonus-discount-modal__button {
    width: 100%;
}

.bonus-promo-modal__content {
    padding: 29px 32px 29px 32px;
}
.bonus-promo-modal__preview {
    min-width: 204px;
}
.bonus-promo-modal__text {
    text-align: left;
    max-width: 354px;
    margin-bottom: 16px;
}
.bonus-promo-modal__explanation {
    margin-bottom: 22px;
}
.bonus-promo-modal__controls {
    display: flex;
    gap: 16px;
}
.bonus-balance-modal__content {
    padding: 16px;
    align-items: center;
}
.bonus-balance-modal__preview {
    min-width: 204px;
}
.bonus-balance-modal__main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.bonus-balance-modal__text {
    margin-bottom: 16px;
}
.bonus-balance-modal__controls {
    width: 100%;
}
.bonus-balance-modal__button {
    width: 100%;
}

.modal-bonus-bonus_coins .bonus-product__content {
    align-items: center;
}
.modal-bonus-bonus_coins .bonus-promo-modal__text {
    margin-bottom: 16px;
}
.modal-bonus-bonus_coins .o-button {
    margin-top: 0 !important;
}
.modal-bonus-bonus_coins .bonus-modal__title {
    margin-bottom: 8px;
}

.modal-bonus-wait__preview {
    min-width: 204px;
}
.modal-bonus-wait__main {
    text-align: left;
}
.modal-bonus-wait__main-title {
    margin: 0;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
}
.modal-bonus-wait__text {
    margin: 16px 0 0 0;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height, or 120% */
}
.modal-bonus-wait__code {
    margin: 24px 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 0px;
    width: 100%;
    height: 40px;
    background: rgba(29, 222, 107, 0.1);
    border: 1px dashed #1dde6b;
    border-radius: 122px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #1dde6b;
}
.modal-bonus-wait__sub-text {
    margin: 16px 0 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #9296a5;
}
.modal-bonus-wait__controls {
    margin: 16px 0 0 0;
    display: flex;
    gap: 16px;
    width: 100%;
}
.modal-bonus-wait__button {
    width: 100%;
}

@media (max-width: 670px) {
    .bonus-product__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 24px 24px 24px;
    }
    .bonus-product__preview {
        margin-top: -40px;
        max-width: 188px;
        height: 120px;
    }
    .bonus-product__title {
        text-align: center;
        margin: 16px 0;
    }
    .bonus-product__button {
        width: 100%;
        margin: 0;
    }
    .bonus-product__controls {
        gap: 8px;
    }
    .bonus-modal__title {
        text-align: center;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 16px;
    }
    .bonus-modal__content {
        padding: 24px !important;
    }
    .bonus-modal__main {
        margin: 0 !important;
    }
    .bonus-modal .remodal__close {
        width: 16px;
        height: 16px;
    }
    .bonus-modal__text {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        /* or 18px */
        text-align: center;
    }
    .bonus-discount-modal__content {
        flex-direction: column;
    }
    .bonus-discount-modal__controls {
        flex-wrap: wrap;
        gap: 10px;
    }
    .bonus-discount-modal__preview {
        margin-top: -58px;
    }
    .bonus-promo-modal__content {
        flex-direction: column;
        padding: 29px 32px 29px 32px;
    }
    .bonus-promo-modal__main {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .bonus-promo-modal__controls {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .bonus-promo-modal__button {
        width: 100%;
    }
    .bonus-promo-modal__explanation {
        margin-bottom: 16px;
    }
    .bonus-promo-modal__preview {
        margin-top: -67px;
    }
    .bonus-balance-modal__content {
        padding: 16px;
        flex-direction: column;
    }
    .bonus-balance-modal__preview {
        margin-top: -65px;
    }
    .bonus-balance-modal__main {
        align-items: center;
        text-align: center;
    }
    .bonus-balance-modal__title {
        margin: 0 0 8px 0;
    }
    .modal-bonus-bonus_coins .bonus-modal__text {
        text-align: center;
        width: 100%;
        max-width: none;
    }
    .modal-bonus-wait__content {
        flex-direction: column;
    }
    .modal-bonus-wait__preview {
        margin-top: -69px;
    }
    .modal-bonus-wait__main {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .modal-bonus-wait__main-title {
        font-size: 24px;
        line-height: 24px;
    }
    .modal-bonus-wait__text {
        margin-top: 8px;
        font-weight: 400;
        font-size: 12px;
    }
    .modal-bonus-wait__code {
        margin-top: 14px;
    }
    .modal-bonus-wait__sub-text {
        margin-top: 10px;
    }
    .modal-bonus-wait__controls {
        flex-wrap: wrap;
        margin-top: 16px;
        gap: 8px;
    }
}





.whell-link {
    position: fixed;
    max-width: 136px;
    z-index: 100;
    left: 22px;
    top: 150px;
}
.whell-link__image {
    width: 136px;
    transform-origin: center center;
}
.whell-link__image:hover{
    animation-name: wheelLink;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
}
@keyframes wheelLink {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(560deg);
    }
    11% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


@media (max-width: 650px) {
    .whell-link__image {
        width: 80px !important;
    }
}
