body {
  color: white;
  background-color: #151d28;
  font-family: 'Raleway';
  font-weight: 500;
  overflow-x: hidden;
  font-variant-numeric: lining-nums;
}

img:not([src]):not([srcset]) {
  opacity: 0;
}

::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(200, 200, 255, .15);
  border: 4px solid transparent;
  background-clip: content-box;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(200, 200, 255, .25);
}

::-webkit-scrollbar-thumb:active {
  background-color: rgba(200, 200, 255, .35);
}

::-webkit-scrollbar-corner {
  width: 0;
  height: 0;
}

hr {
  margin: 1.5rem 36px 1.5rem;
  border-top-color: rgba(255, 255, 255, .1);
  opacity: 1;
}

a:not(.link) {
  text-decoration: none;
}

a.link {
  color: #90b5ff;
}

ul, ol {
  padding-left: 1.5rem;
}

.wrapper {
  display: flex;
}

.layout {
  flex: 1 1 auto;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.layout-item {
  background-color: #282d3b;
  border: 1px solid #363b4c;
  border-radius: 16px;
  padding: 16px;
}

.layout-group .layout-item + .layout-item {
  margin-top: 16px;
}

.layout-tabs {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0;
}

.layout-tabs__scrollable {
  margin-bottom: 16px;
}

.layout-tabs__item {
  padding: 15px 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  color: #96a0af;
  cursor: pointer;
  font-size: 14px;
  transition: all .15s ease-in-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.layout-tabs__item:hover {
  background-color: rgba(255, 255, 255, .02);
}

.layout-tabs__item.active {
  color: #90b5ff;
}

.layout-tabs__item::after {
  content: "";
  position: absolute;
  left: 6px;
  bottom: 0;
  right: 6px;
  height: 3px;
  background-color: #90b5ff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  transition: all .15s ease-in-out;
}

.layout-tabs__item:not(.active)::after {
  opacity: 0;
}

[data-tab-content]:not(.active) {
  display: none;
}

.layout-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: -16px;
  cursor: pointer;
  border-top: 1px solid #363b4c;
  transition: all .1s ease-in-out;
}

.layout-bar:hover {
  background-color: rgba(255, 255, 255, .02);
}

.layout-title + .layout-bar,
.layout-bar + .layout-bar {
  margin-top: 16px;
}

.layout-bar:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.layout-bar .form-switch {
  padding-left: 32px;
}

.layout-bar .form-switch input {
  margin-left: 0;
}

.layout-bar__left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.layout-bar__left .icon {
  font-size: 24px;
  width: 24px;
  color: #90b5ff;
  display: inline-flex;
  justify-content: center;
}

.layout-bar__description {
  color: #96a0af;
  font-size: 12px;
}

.btn {
  position: relative;
  overflow: hidden;
}

.btn.is-bold {
  font-weight: 600;
}

.btn-primary {
  border-color: transparent;
}

.btn.is-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 38px;
  height: 38px;
  padding: 0;
}

.btn.is-icon, .btn.is-select {
  border: 1px solid #282d3b !important;
  background-color: transparent !important;
  color: #96a0af !important;
}

.btn.is-icon.show span,
.btn.is-icon.show .icon,
.btn.is-select.show span,
.btn.is-select.show .icon {
  color: white;
}

.btn.has-icon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.btn.has-icon.animate-icon .icon {
  transition: all .2s ease-in-out;
}

.btn.icon-small .icon {
  margin-right: -3px;
}

.btn.has-icon.show .icon {
  transform: rotate(180deg);
}

.btn-shine::after {
  border-radius: 10px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewX(-20deg) translateX(-125%);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, .6), transparent);
  animation: shine 1.8s ease infinite;
  pointer-events: none;
}

.btn-shine-alt::after {
  animation-duration: 2.5s;
  opacity: .25;
}

@keyframes shine {
    100% {
        transform: skewX(-20deg) translateX(125%);
    }
}

.menu {
  width: 254px;
  border-right: 2px solid #2b2f3c;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  padding-bottom: 14px;
}

.menu-filler {
  flex: 0 0 254px;
}

.menu-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  /* background: linear-gradient(-25deg, transparent, rgba(255, 206, 122, .05)); */
  /* background-color: rgba(255, 206, 122, .03); */
  background: linear-gradient(0deg, transparent, rgba(255, 206, 122, .08));
  /* border-bottom: 1px solid #2b2f3c; */
  font-family: 'Raleway';
  padding: 0 24px;
  height: 94px;
  font-size: 10px;
  /* transform: translateX(-2px); */
  /* margin-bottom: 14px; */
  gap: 0px;
}

.menu-brand img {
  width: 56px;
  height: 56px;
  transform: translateX(-6px);
}

.menu-brand__text {
  display: flex;
  flex-direction: column;
  transform: translateX(-4px);
  gap: 2px;
  line-height: 1;
}

.menu-brand__white {
  color: white;
  font-weight: 400;
}

.menu-brand__gold {
  display: inline-block;
  background: linear-gradient(45deg, #ffce79, #ffbd4a);  
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 250%;
  transform: translateX(-1px);
}

.btn, .form-control, .dropdown-menu {
  border-radius: 10px;
}

.dropdown-menu {
  background-color: #33394b;
  border: 1px solid #3c445a;
  min-width: 12rem;
}

.dropdown .dropdown-menu {
  top: 4px !important;
}

.dropup .dropdown-menu {
  bottom: 4px !important;
}

.dropdown-item {
  color: white;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all .05s ease-in-out;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: rgba(255, 255, 255, .1);
  color: white;
}

.dropdown-item.active, .dropdown-item:active {
  opacity: .5;
}

.dropdown-item b {
  border-radius: 50px;
  background-color: #ffce79;
  color: #5e3f09;
  font-size: 12px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  padding: 2px 6px;
  font-weight: 600;
}

.dropdown-item b.bonus {
  background: linear-gradient(45deg, #0d6efd, #004fc5);
  color: white;
}

.dropdown-item b.alt {
  padding-left: 7px;
  padding-right: 7px;
}

.dropdown-item .icon {
  font-size: 20px;
  color: #96a0af;
}

.input-group > :first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.input-group > :last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.input-group > .btn.has-icon {
  display: flex;
  align-items: center;
}

.form-control::placeholder {
  color: rgba(255, 255, 255, .5);
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 94px;
}

.header__left .menu-brand {
  padding: 0;
  background: none;
  height: 100%;
  font-size: 9px;
}

.header__left .menu-brand img {
  width: 46px;
  height: 46px;
}

.header__left .menu-brand__white,
.slots-game__logo .menu-brand__white {
  font-weight: 600;
}

.header__left .menu-brand__gold,
.slots-game__logo .menu-brand__gold {
  font-size: 220%;
}

.header__right {
  display: flex;
  gap: 8px;
}

.btn:active {
  opacity: .8;
}

.form-control {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}

.form-control, .form-control:focus {
  background-color: #3d4356;
  border: 1px solid #525a73;
  color: white;
}

.input-group .input-group-text {
  font-size: 16px;
  background-color: #525a73;
  border: none;
  color: white;
}

.form-text {
  color: #96a0af;
  text-align: center;
}

.form-check, .form-check-input, .form-check-label {
  cursor: pointer !important;
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
  background-color: #3d4356;
  border: 1px solid #525a73;
  height: 18px;
}

.form-switch .form-check-input:checked {
  background-color: #0d6efd;
  border-color: rgba(255, 255, 255, .1);
}

.form-switch.is-yellow .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffce79'/%3e%3c/svg%3e");
  background-color: #5e3f09;
  border: 2px solid #ffce79;
}

.form-switch.is-yellow .form-check-input:checked {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%235e3f09'/%3e%3c/svg%3e");
}

.form-switch.is-yellow .form-check-input:checked {
  background-color: #ffce79;
}

.form-check-label {
  height: 26px;
  line-height: 26px;
}

.form-switch.is-yellow .form-check-label {
  font-weight: 600;
}

.bet-btn {
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  background: linear-gradient(45deg, #9320ff, #0066ff);
  border: 1px solid #5a8cff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.bet-btn:hover {
  border-color: #1371ff;
}

.bet-btn .icon {
  position: relative;
  top: -1px;
}

.bet {
  flex: 1 1 auto;
}

.bet-hint {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  font-size: 18px;
  color: #96a0af;
  font-weight: 600;
}

.bet-fields.is-hidden {
  opacity: .3;
}

.bet-fields.is-hidden .bet-ratio {
  opacity: 1 !important;
}

.bet-field {
  position: relative;
}

.bet .form-control {
  width: 100%;
  text-align: center;
}

.bet-amount__minus, .bet-amount__plus {
  position: absolute;
  top: 4px;
  bottom: 4px;
  width: 40px;
  background-color: #525a73;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Rubik', sans-serif;
  cursor: pointer;
  font-size: 24px;
  font-weight: 300;
  -webkit-user-select: none;
  user-select: none;
}

.form-switch {
  -webkit-user-select: none;
  user-select: none;
}

.bet-amount__minus:hover, .bet-amount__plus:hover {
  background-color: #606a88;
}

.bet-amount__minus {
  left: 4px;
}

.bet-amount__plus {
  right: 4px;
}

.header__right .btn-secondary {
  background: linear-gradient(45deg, #3d4356, #333848);
  border-color: rgb(95, 104, 111);
}

.header__right .btn-secondary:hover {
  border-color: rgb(77, 85, 90);
}

.header__right .btn-primary, .prelanding .btn-primary {
  background: linear-gradient(45deg, #0d6efd, #004fc5);
  border-color: #3183ff;
  box-shadow: none;
}

.header__right .btn-primary:hover, .prelanding .btn-primary:hover {
  border-color: #0d6efd;
}

.header-title {
  font-size: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  color: white;
}

.header-title span {
  display: inline-block;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  max-width: calc(100vw - 48px - 32px);
}

.layout-header .header-title span {
  max-width: calc(100vw - 48px - 32px - 32px);
}

.header-title .icon {
  color: #90b5ff;
}

.container-fluid {
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1280px;
}

.menu-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 8px;
}

.menu-links__item {
  border-radius: 12px;
  padding: 8px 12px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  gap: 10px;
  font-weight: 600;
  color: #96a0af;
  overflow: hidden;
  isolation: isolate;
  transition: all .15s ease-in-out;
  transform-origin: right;
  -webkit-user-select: none;
  user-select: none;
}

.menu-links__item.more:not(.show) {
  display: none;
}

.menu-links__item .icon {
  font-size: 20px;
}

.menu-links__item .avatar {
  width: 20px;
  height: 20px;
}

.menu-links__item span {
  flex: 1 1 auto;
}

.menu-links__item.is-user {
  background: #2b2f3c99;
}

.menu-links__item:hover {
  background: #2b2f3c;
}

.menu-links__item.active {
  background: #90b5ff;
  color: rgba(0, 0, 50, .7);
  font-weight: bold;
}

/*
background: rgba(143, 180, 255, .2);
color: #90b5ff;
*/

.menu-links__item.active .icon {
  color: rgba(0, 0, 50, .6);
}

.menu-links__item.is-gold {
  background: linear-gradient(135deg, #ffce79, #ffb331);
  font-weight: 700;
  color: #5e3f09;
  height: 54px;
}

.menu-links__item.is-gold > * {
  position: relative;
}

.menu-links__item.is-gold span {
  text-shadow: 0 0 8px #ffb331;
}

.menu-links__item.is-gold::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/img/coins-alt.png);
  background-position: right bottom;
  background-size: cover;
}

/* .menu-links__item.active::before {
  content: "";
  width: 4px;
  position: absolute;
  background-color: #90b5ff;
  left: 0;
  top: 8px;
  bottom: 8px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
} */

.menu-links__line {
  width: 100%;
  max-width: 30px;
  margin: 12px auto;
  height: 1px;
  background-color: rgba(43, 47, 60, .75);
}

.menu-links__new {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #ffce79;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #151d28;
  font-weight: bold;
}

.menu-links__item:hover .menu-links__new {
  color: #2b2f3c;
}

.menu-mobile__item .menu-links__new {
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 10px;
  top: 4px;
  right: 12px;
  border: 3px solid #2b2f3c;
}

.menu-mobile {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2b2f3c;
  border-top: 1px solid rgba(255, 255, 255, .1);
  z-index: 1049;
  height: 72px;
  display: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -webkit-user-select: none;
  user-select: none;
}

.menu-mobile, .dropdown-menu, .header-balance.show {
  box-shadow: 0px 0px 24px 0 rgba(0, 0, 0, .5);
}

.menu-mobile__play--btn, .notification-body {
  box-shadow: 0px 0px 24px 0 rgba(0, 0, 0, .25);
}

.menu-mobile .dropdown-menu {
  top: unset !important;
  bottom: 4px !important;
  right: 4px !important;
}

.menu-mobile__play--wrapper {
  position: relative;
}

.menu-mobile__play--dropdown.dropdown-menu {
  inset: unset !important;
  right: unset !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 100px !important;
}

.menu-mobile__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  outline: none !important;
  height: 100%;
  font-weight: 600;
  color: #96a0af;
  position: relative;
  padding-top: 2px;
  font-size: 14px;
  gap: 6px;
}

.menu-mobile__item .icon {
  font-size: 20px;
}

.menu-mobile__item img {
  width: 20px;
  height: 20px;
}

.menu-mobile__item.active {
  color: #90b5ff;
  background: linear-gradient(0deg, rgba(143, 180, 255, .2), #2b2f3c);
}

.menu-mobile__play {
  height: 20px;
  position: relative;
}

.menu-mobile__play--btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  background-color: #ffce79;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5e3f09;
  transition: all .1s ease-in-out;
}

.menu-mobile__item.show .menu-mobile__play--btn {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.menu-mobile__play--btn .icon {
  font-size: 28px;
}

.modal-content {
  background-color: #282d3b;
}

.modal-header, .modal-footer, .modal-body {
  padding-left: 20px;
  padding-right: 20px;
}

.modal-body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.modal-footer__text {
  font-size: 12px;
  line-height: 1.4;
  color: #96a0af;
  border-top: 1px solid rgba(255, 255, 255, .05);
  padding: 18px 20px 0;
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -2px;
}

.modal-footer__text a {
  color: #a7b8d1;
  font-weight: 600;
  cursor: pointer;
}

.modal-footer__text a:hover {
  text-decoration: underline;
}

.modal-footer__bottom {
  padding: 8px 20px 20px;
}

.modal-footer__bottom .modal-footer__text {
  margin-top: 0;
}

.modal-body > p > a {
  color: #90b5ff;
}

.modal-body > p > a:hover {
  text-decoration: underline;
}

.modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.modal-footer {
  border-top: none;
}

.btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.btn-copy {
  cursor: pointer;
}

.toast {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1056;
  max-width: calc(100vw - 32px);
  word-break: break-word;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  border-radius: 10px;
}

.toast .btn-close {
  margin-right: 10px !important;
}

.toast.text-bg-yellow {
  background-color: #ffce79;
  color: #5e3f09;
}

.toast.text-bg-yellow .btn-close {
  filter: invert(1);
}

.header-balance {
  background-color: #282d3b;
  border-radius: 10px;
  padding: 8px 8px 8px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  transition: all .1s ease-in-out;
}

.header-balance:hover {
  background-color: #33394b;
}

.header-balance > * {
  height: 26px;
}

.header-balance__title {
  color: #90b5ff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 8px;
}

.header-balance__value {
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  line-height: 1;
  margin-top: 2px;
}

.header-balance__value b {
  font-weight: 500;
}

.header-balance__left + .header-balance__left {
  border-left: 1px solid rgba(255, 255, 255, .1);
  padding-left: 10px;
}

.header-balance__right {
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, .1);
  padding-left: 6px;
  color: #90b5ff;
}

.header-balance__right:first-child {
  padding-left: 0;
  border-left: none;
}

.header-balance .icon {
  font-size: 24px;
}

.header__social {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background-color: #282d3bcc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #b4c1dd;
  cursor: pointer;
}

.header__social:hover {
  background-color: #33394b;
  color: #90b5ff;
}

.header__right:not(.is-auth) .header__social {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .1);
}

.avatar {
  display: block;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, .2);
  width: 1em;
  height: 1em;
}

.bet-description {
  font-size: 14px;
  color: #96a0af;
}

.promo {
  position: fixed;
  bottom: 16px;
  left: 16px;
  background-color: #282d3b;
  border-radius: 16px;
  padding: 16px 0;
  background: linear-gradient(45deg, #2a4744, #252a37);
  border: 1px solid rgba(255, 255, 255, .1);
  transition: all .3s ease-in-out;
  width: 420px;
  max-width: calc(100vw - 32px);
}

.promo:not(.active) {
  opacity: 0;
  transform: translateY(5px);
  pointer-events: none;
}

.promo-img {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 76px;
  height: 76px;
  filter: drop-shadow(0 0 24px #c97f0084);
  transition: all .3s ease-in-out;
}

.promo:hover .promo-img {
  transform: scale(1.1);
}

.promo-content {
  position: relative;
  padding: 4px 24px;
}

.promo-content::before {
  content: "";
  width: 5px;
  position: absolute;
  background-color: #00db6e;
  left: -1px;
  top: 0;
  bottom: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.promo-price {
  font-size: 32px;
  display: inline-block;
  background: linear-gradient(90deg, #ffbe4d, #ffa70f);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
}

.promo-text {
  color: #b3bfd2;
  font-size: 14px;
}

.promo-footer {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  padding: 0 24px;
}

.btn-success {
  background-color: #00ab55;
  border-color: transparent;
}

.promo-btn {
  font-weight: 600;
  box-shadow: none;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: opacity .1s ease-in-out;
}

.promo-btn.btn-success, .promo-btn.btn-success:active {
  background: linear-gradient(45deg, #00b85c, #00ab55);
  border: 1px solid #00da6d;
  text-shadow: 0 0 10px rgba(0, 0, 0, .15);
  flex: 0 0 60%;
}

.promo-btn.btn-secondary, .promo-btn.btn-secondary:active {
  background-color: #2a3140;
  border: 1px solid #384355;
  flex: 1 1 auto;
}

.promo-btn:hover {
  opacity: .75;
}

.promo-btn:active {
  opacity: .5;
}

.promo--blue {
  background: linear-gradient(45deg, #25415f, #252a37);
}

.promo--blue .promo-content::before {
  background-color: #70d4ff;
}

.promo--blue .promo-img {
  filter: drop-shadow(0 0 24px #51b9ff61);
}



/* .promo--blue .promo-price {
  background-image: linear-gradient(90deg, #00ff80, #00cc66);
} */

.promo--blue .promo-btn.btn-success,
.promo--blue .promo-btn.btn-success:active {
  background: linear-gradient(45deg, #2079ff, #0066ff);
  border: 1px solid #5a8cff;
}

.promo--gold {
  background: linear-gradient(45deg, #5e4c2d, #252a37);
}

.promo--gold .promo-content::before {
  background-color: #ffce79;
}

.promo--gold .promo-btn.btn-success,
.promo--gold .promo-btn.btn-success:active {
  background: linear-gradient(45deg, #ffce79, #ffbf50);
  border: 1px solid rgba(255, 255, 255, .3);
  color: #5e3f09;
}

.promo--gold .promo-text {
  color: rgba(255, 255, 255, .75);
}

.bonus + .bonus {
  margin-top: 32px;
}

.bonus-title {
  color: #96a0af;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
}

.bonus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.bonus-grid__item {
  background-color: #282d3b;
  border: 1px solid #363b4c;
  border-radius: 16px;
  padding: 16px;
}

.bonus-task__title,
.bonus-main__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 6px;
}

.bonus-task__title span,
.bonus-main__title a {
  color: #90b5ff;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}

.bonus-main__title a {
  transition: all .1s ease-in-out;
  display: inline-flex;
  vertical-align: sub;
}

.bonus-main__title a:hover {
  opacity: .5;
}

.bonus-task__text {
  color: #96a0af;
  height: 48px;
}

.bonus-task__footer {
  margin: 16px -16px -16px;
  padding: 16px;
  border-top: 1px solid #363b4c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: linear-gradient(90deg, transparent, rgb(48, 63, 78));
}

.bonus-award .bonus-task__footer {
  background: linear-gradient(90deg, #3b3228, rgb(91, 85, 54));
}

.bonus-task__footer.bonus-btn-group {
  gap: 16px;
}

.bonus-task__footer.bonus-btn-group .btn {
  width: 50%;
}

.btn.btn-yellow {
  background-color: #ffce79;
  color: #5e3f09;
  border-color: transparent;
}

.btn.btn-white {
  background-color: white;
  color: black;
  border-color: transparent;
}

.bonus-task__price {
  font-size: 24px;
}

.bonus-task__time {
  color: #00db6e;
  font-family: 'Rubik', sans-serif;
  border-bottom: 2px solid #00db6e;
}

.bet-title {
  font-size: 26px;
}

.bet-list {
  margin-top: 24px;
  background-color: #282d3b;
  border: 1px solid #363b4c;
  border-radius: 16px;
  padding: 24px 24px 8px;
  overflow: auto;
  white-space: nowrap;
  max-width: calc(100vw - 48px);
  height: 40vh;
}

.bet-list__row {
  display: flex;
  align-items: center;
  padding: 16px 0;
  min-width: 800px;
}

.bet-list__head {
  color: #96a0af;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.bet-list__row:not(.bet-list__head) > div:nth-child(1) {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.bet-list__row:not(.bet-list__head) > div:nth-child(1) .avatar,
.bet-list__row:not(.bet-list__head) > div:nth-child(1) .icon {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .2);
  width: 24px;
  height: 24px;
}

.bet-list__row:not(.bet-list__head) > div:nth-child(1) .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background-color: #151d28;
  color: #90b5ff;
}

.bet-list__row:not(.bet-list__head) > div:nth-child(2) {
  font-family: 'Rubik', sans-serif;
}

.bet-list__row:not(.bet-list__head) > div:nth-child(4) .btn {
  font-family: 'Rubik', sans-serif;
}

.bet-list__row > * {
  flex: 0 0 25%;
}

.n {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

.modal-footer .btn:last-child {
  margin-right: 0;
}

.modal-footer.justify-content-between .btn:first-child {
  margin-left: 0;
}

.bonus-main {
  display: grid;
  grid-template-columns: 2fr 5fr;
  gap: 16px;
}

.bonus-main__title {
  font-size: 22px;
  margin-bottom: 16px;
}

.bonus-main__title span {
  color: #ffce79;
  border-bottom: 1px solid #ffce79;
  font-weight: 500;
}

.bonus-main__title .bonus-wheel__amount {
  color: #00db6e;
  border-color: #00db6e;
}

.bonus-main .bonus-grid__item {
  padding: 16px 20px;
}

.bonus-voucher {
  background: linear-gradient(0deg, #2d3445, #1f487e);
  border-color: rgb(69, 93, 125);
  position: relative;
}

.bonus-voucher__front {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-top: 54px;
}

.bonus-voucher__diamond {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -50px;
  margin-left: -30px;
  width: 150px;
  height: 150px;
  background-image: url(/img/diamond.png);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.bonus-voucher__coins {
  background-image: url(/img/coins.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  opacity: .5;
}

.bonus-voucher__btn {
  display: flex;
  justify-content: flex-end;
}

.bonus-wheel {
  min-width: 0;
  background-color: #262855;
  border-color: #303374;
  background-image: url(/img/lights.png);
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}

.bonus-wheel__chest {
  position: absolute;
  top: -30px;
  right: -20px;
  background-image: url(/img/chest.png);
  width: 200px;
  height: 200px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(-10deg);
}

.bonus-wheel__front {
  position: relative;
  z-index: 1;
}

.bonus-wheel__body {
  border: 1px solid #484f65;
  background-color: #282d3b;
  border-radius: 16px;
  position: relative;
  overflow-x: hidden;
  white-space: nowrap;
  display: flex;
  padding: 0 3px;
}

.bonus-wheel__wrap {
  padding: 6px 3px;
  flex: 0 0 14.285%;
  position: relative;
}

.bonus-wheel__body.animate .bonus-wheel__wrap {
  animation: spin-wheel 3s ease-in-out forwards;
}

@keyframes spin-wheel {
  0% {
    left: 0;
  }

  100% {
    left: -303%;
  }
}

@keyframes spin-wheel-mobile {
  0% {
    left: 0;
  }

  100% {
    left: -443%;
  }
}

.bonus-wheel__item {
  background-color: #ffce79;
  color: #5e3f09;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 24px;
  border-radius: 10px;
  padding: 16px 0;
  text-align: center;
}

.bonus-wheel__container {
  position: relative;
  padding: 10px 0;
}

.bonus-wheel__cursor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background-color: white;
  z-index: 1;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .5);
}

.bonus-wheel__btn {
  margin-top: 16px;
  text-align: center;
}

.wager {
  background-color: #282d3b;
  border: 1px solid #363b4c;
  border-radius: 16px;
  padding: 16px;
  margin-top: 24px;
}

.wager-title {
  margin-bottom: 10px;
  color: #ffce79;
}

.wager-description {
  margin-top: 8px;
}

.progress {
  background-color: #151d28;
  border-radius: 30px;
  height: 20px;
}

.layout-title {
  text-transform: uppercase;
  color: #96a0af;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 4px;
}

.layout-title .icon {
  position: relative;
  top: -1px;
}

.layout-title b {
  background-color: #90b5ff;
  color: #151d28;
  padding: 3px 5px;
  font-size: 11px;
  font-family: 'Rubik';
  font-weight: 500;
  border-radius: 20px;
  margin: 0 2px;
  line-height: 1;
}

.layout-hint {
  background-color: #282d3b88;
  border: 1px solid #363b4c88;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 16px;
  font-size: 14px;
}

.layout-hint ul {
  margin-bottom: 0;
  padding-left: 16px;
}

.layout-hint ul li:not(:last-child) {
  margin-bottom: 2px;
}

.layout-empty {
  grid-column: 1 / -1;
  font-size: 14px;
  color: #96a0af;
  padding: 16px;
  text-align: center;
}

.auth-type:not(.active) {
  display: none;
}

.auth-type-btn + .auth-type-btn,
.auth-type-btn + .layout-title {
  margin-top: 16px;
}

.auth-type-btn .btn-yellow {
  width: 100%;
  border-radius: 8px;
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  line-height: 1;
  /* font-family: 'Rubik', sans-serif; */
  font-weight: 700;
  text-align: center;
}

.auth-type-btn .btn {
  transition: all .1s ease-in-out;
}

.auth-type-btn .btn:hover {
  opacity: .9;
}

.auth-type-btn .btn-yellow img {
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  position: absolute;
}

.auth-type-btn .btn-yellow .icon {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  position: absolute;
  font-size: 24px;
}

.btn-vk-login > *{
  height: 44px !important;
}

.btn-tg-login {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #54a9eb !important;
  border-color: transparent;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 44px;
  color: white;
  font-weight: 400;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  gap: 8px;
}

.btn-tg-login i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,%3Csvg%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m1.95617055%2011.392196c5.77764656-2.42328736%209.63031585-4.02086673%2011.55800785-4.79273807%205.5039525-2.20384954%206.6476266-2.5866818%207.3930574-2.59932314.1639507-.00278035.5305319.0363352.7679878.22182361.2005031.15662277.2556695.36819788.2820684.51669348.026399.1484956.0592719.48677234.0331404.75109194-.2982611%203.0169019-1.5888322%2010.33812718-2.2454015%2013.71710898-.2778191%201.4297738-.8288514%201.7357846-1.3584441%201.7826999-1.1509274.1019576-2.0208916-.5588425-3.1356211-1.2622918-1.7443316-1.1007592-2.3854935-1.3972358-4.0786694-2.4713734-1.95675765-1.2413519-.8891962-1.8911034.2259543-3.0061212.2918402-.2918054%205.3989024-4.83750096%205.497052-5.24030969.0122753-.05037796-.1557336-.55407742-.2716182-.65323489-.1158847-.09915747-.2869204-.06524947-.4103446-.03828214-.17495.03822537-2.9615423%201.81132342-8.35977698%205.31929412-.79096496.5228681-1.50739646.7776269-2.1492945.7642766-.70764107-.0147176-2.06885864-.3851791-3.08078398-.7018404-1.24116762-.388398-1.69932554-.5713149-1.61342745-1.2309348.04474105-.3435709.36011227-.7024173.94611366-1.0765391z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E') no-repeat 0 -1px;
}

.btn-tg-login iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(10);
  opacity: 0.000000001;
}

.btn-tg-login .tg-web-app-auth {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.profile-details {
  display: flex;
  gap: 16px;
}

.profile-details__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; 
}

.profile-details__avatar {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  background-color: #151d28;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #90b5ff;
  border: 1px solid rgba(255, 255, 255, .2);
}

.profile-details__avatar .icon {
  font-size: 36px;
}

.profile-details__avatar .avatar {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
}

.profile-details__right {
  flex: 1 1 auto;
}

.profile-details__right .avatar {
  display: none;
}

.profile-social .input-group + .auth-type-btn,
.profile-social .input-group + .input-group,
.profile-social .auth-type-btn + .input-group {
  margin-top: 1rem;
}

.profile-modal {
  flex-direction: column;
  align-items: center;
}

.profile-modal .profile-details__avatar {
  flex: unset;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 16px 0;
}

.profile-modal .profile-details__avatar .icon {
  font-size: 48px;
}

.profile-modal .profile-details__avatar .avatar {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .2);
}

.profile-modal .profile-details__right {
  width: 100%;
}

.table-wrapper {
  overflow-x: auto;
  white-space: nowrap;
}

.layout-table {
  overflow: hidden;
}

.layout-table .table-wrapper {
  margin: -16px;
}

.table-group {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #b5c1d2;
}

.table-group.is-success {
  color: #00db6e;
  font-weight: 600;
}

.table-group.is-error {
  color: #ff6666;
  font-weight: 600;
}

.table {
  margin-bottom: 0;
}

.table tbody > * {
  background-color: rgba(0, 0, 0, .1) !important;
}

.table th.n {
  font-weight: 600;
}

.table > * > * > * {
  background-color: transparent !important;
  color: white !important;
  border-bottom-color: rgba(255, 255, 255, .1);
  padding: 16px !important;
}

.table > tbody > tr:last-child > * {
  border-bottom: none;
  padding-bottom: 0;
}

.top-bar {
  font-size: 12px;
  padding: 8px 16px;
  text-align: center;
}

.top-bar a {
  color: white;
  text-decoration: underline;
}

.help {
  display: grid;
  grid-template-columns: 200px 4fr;
  gap: 24px;
}

.help-menu__wrapper .scrollable__left,
.help-menu__wrapper .scrollable__right {
  border-radius: 12px;
}

@media (min-width: 676px) {
  .help-menu__wrapper {
    grid-template-columns: 1fr !important;
  }

  .help-menu__wrapper .scrollable__left,
  .help-menu__wrapper .scrollable__right {
    display: none;
  }
}

.help-menu {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  gap: 6px;
}

.help-menu__item {
  padding: 10px 16px;
  border-radius: 12px;
  cursor: pointer;
  transition: all .1s ease-in-out;
  color: white;
}

.help-menu__item.active {
  background-color: #282d3b;
}

.help-menu__item:hover {
  background-color: #263e64;
  color: #90b5ff;
}

.help-content:not(.active) {
  display: none;
}

.help-content__item {
  padding: 16px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(143, 180, 255, .18), rgba(143, 180, 255, .1));
  cursor: pointer;
}

.help-content__item + .layout-title {
  margin-top: 24px;
}

.help-content__item + .help-content__item {
  margin-top: 10px;
}

.help-content__question {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8b9db6;
  -webkit-user-select: none;
  user-select: none;
}

.help-content__question span {
  transition: all .1s ease-in-out;
  flex: 1 1 auto;
}

.help-content__question .icon {
  font-size: 18px;
}

.help-content__question .icon:last-child {
  color: #96a0af;
}

.help-content__answer {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 16px;
  padding-top: 16px;
  color: #8b9db6;
}

.help-content__answer pre {
  white-space: normal;
}

.help-content__answer p:last-child,
.help-content__answer pre:last-child {
  margin-bottom: 0;
}

.help-content__answer p b,
.help-content__answer li b,
.help-content__answer pre {
  font-weight: 600;
  color: #c1cad7;
}

.help-content__answer ul li:not(:last-child),
.help-content__answer ol li:not(:last-child) {
  margin-bottom: 8px;
}

.help-content__item:not(.active) .help-content__answer {
  display: none;
}

.help-content__item:hover .help-content__question span,
.help-content__item.active .help-content__question span {
  color: white;
}

.help-content__item.active .help-content__question .icon:last-child {
  transform: rotate(180deg);
}

.help-content__documents .help-content__answer {
  font-size: 12px;
}

.help-content__heading {
  font-size: 16px;
  color: white;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.scrollable {
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  gap: 8px;
  -webkit-user-select: none;
  user-select: none;
}

.scrollable__left,
.scrollable__right {
  background-color: rgba(180, 180, 255, .1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #90b5ff;
  font-size: 24px;
  cursor: pointer;
  transition: all .1s ease-in-out;
}

.scrollable--border .scrollable__left,
.scrollable--border .scrollable__right {
  border: 1px solid #363b4c;
}

.scrollable--radius .scrollable__left,
.scrollable--radius .scrollable__right {
  border-radius: 8px;
}

.scrollable__left:active,
.scrollable__right:active {
  transform: scale(.95);
}

.scrollable__target {
  scroll-behavior: smooth;
}

.scrollable__target::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.scrollable__left:hover,
.scrollable__right:hover {
  opacity: .75;
}

.scrollable__left:not(.active),
.scrollable__right:not(.active) {
  opacity: .5;
}

.club {
  display: grid;
  grid-template-columns: 1fr 3fr;
  padding: 0;
  position: relative;
  background-color: #252c3e;
  border-color: #303951;
}

.club-left,
.club-right {
  padding: 20px 24px;
}

.club-left {
  border-right: 1px solid #363b4c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.club-rank {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0;
  border-radius: 8px;
  border: 1px solid var(--color);
  position: relative;
  overflow: hidden;
  width: 82px;
}

.club-rank::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -48px;
  background: linear-gradient(var(--color), transparent);
  opacity: .25;
  border-radius: 7px;
}

.club-rank > * {
  position: relative;
}

.club-rank__icon {
  color: var(--color);
  filter: brightness(125%);
  font-size: 24px;
}

.club-rank__name,
.club-rank__level {
  font-family: 'Rubik', sans-serif;
}

.club-rank__name {
  font-size: 14px;
}

.club-rank__level {
  color: var(--color);
  filter: brightness(175%);
  opacity: .5;
  font-size: 10px;
}

.club-bonuses {
  color: #96a0af;
  margin-top: 16px;
}

.club-bonuses p {
  margin-bottom: 10px;
  color: #ffce79;
  font-weight: 600;
}

.club .progress {
  height: 24px;
}

.club-collect {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.club-collect__item {
  background-color: #ffce7922;
  border-radius: 8px;
  padding: 16px;
}

.club-collect__item .layout-title {
  color: rgba(255, 255, 200, .75);
}

.club-collect__text {
  line-height: 1;
}

.club-cashback {
  grid-column: 1 / -1;
  background-color: rgba(0, 0, 0, .12);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top: 1px solid #363b4c;
  padding: 12px 16px;
  display: flex;
  justify-content: center;
}

.club-cashback__inner,
.club-cashback__title {
  display: flex; 
  align-items: center;
}

.club-cashback__title {
  gap: 8px;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

.club-cashback__title span {
  font-weight: 500;
}

.club-cashback__title .icon {
  font-size: 18px;
  color: #90b5ff;
}

.club-cashback__inner {
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.notification {
  position: fixed;
  top: 16px;
  left: 24px;
  right: 24px;
  display: flex;
  justify-content: center;
  transition: all .5s ease-in-out;
  z-index: 1056;
}

.notification:not(.show) {
  top: -24px;
  transform: translateY(-100%);
}

.notification .progress-bar {
  transition: none;
}

.notification-body {
  width: 100%;
  max-width: 480px;
  background-color: #282d3be1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #363b4ce1;
  border-radius: 16px;
  padding: 16px;
}

.ping {
  color: #00db6e;
  font-weight: 500;
  /* text-align: right; */
  pointer-events: none;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ping-title {
  color: #96a0af;
  font-size: 8px;
  text-transform: uppercase;
}

.ping-value {
  font-family: 'Rubik', sans-serif;
  font-variant-numeric: tabular-nums;
  font-size: 12px;
}

.ratio-item {
  display: inline-block;
  padding: 6px 12px;
  font-family: 'Rubik', sans-serif;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, .35);
  transition: all .1s ease-in-out;
}

.ratio-item:hover {
  opacity: .8;
  cursor: pointer;
}

.ratio-item.is-small {
  padding: 6px;
  font-size: 12px;
  line-height: 1;
}

.ratio-item.color-gray {
  background-color: #6c757d;
}

.ratio-item.color-blue {
  background-color: #1a67ff;
}

.ratio-item.color-red {
  background-color: #ff2f59;
  border-color: rgba(255, 255, 255, .25)
}

.ratio-item.color-purple {
  background-color: #c61aff;
}

.ratio-item.color-green {
  background-color: #00ae68;
}

.ratio-item.color-gold {
  background-color: #ffce79;
  color: #5e3f09;
}

.ratio-item:not(.color-gold)::before {
  content: "";
  display: block;
  background: linear-gradient(-135deg, white, transparent);
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .2;
}

.layout-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.layout-header .header-title {
  display: flex;
}

/* .layout-header .btn, .layout-header .btn:hover, .layout-header .btn:active {
  border: 1px solid #282d3b;
  background-color: transparent;
  color: #96a0af;
}

.layout-header .btn.show span,
.layout-header .btn.show .icon {
  color: white;
} */

.menu-wheel:active, .menu-links__item:active {
  transform: scale(.97);
}

.menu-wheel {
  width: 100%;
  background: linear-gradient(318deg, #303489, #494dab);
  border-radius: 12px;
  padding: 0 16px 0 68px;
  position: relative;
  overflow: hidden;
  height: 54px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all .15s ease-in-out;
  transform-origin: right;
}

.menu-wheel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/img/lights.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 120%;
}

.menu-wheel__roulette {
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -25px;
  border-radius: 50%;
  box-shadow: 5px 0 30px 0 #6d70d9;
  transition: all .2s ease-in-out;
}

.menu-wheel__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/mini-roulette.png);
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  animation: rotate-mini-roulette 6s linear infinite;
}

.menu-wheel:hover .menu-wheel__roulette {
  transform: scale(1.05);
}

.menu-wheel__text {
  text-transform: uppercase;
  position: relative;
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 4px;
}

.menu-wheel__name {
  font-weight: 600;
  font-size: 11px;
  color: rgba(255, 255, 255, .75);
}

.menu-wheel__action {
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  color: white;
}

.menu-wheel__action .icon {
  position: relative;
  top: -1px;
}

.auto-game {
  color: #ffce79;
}

.big-win-animation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .75);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  transition: all .8s ease-in-out;
  pointer-events: none;
  z-index: 1056;
}

.big-win-animation__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.big-win-animation__bg .ld-2.ld-2-speed-dash {
  --first-color: #ff6d8d99;
  --second-color: #ff003799;
}

.big-win-animation__bg svg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.big-win-animation__container {
  position: relative;
  transition: all .6s ease-in-out;
  z-index: 1;
}

.big-win-animation__title {
  font-family: 'Dela Gothic One', sans-serif;
  text-transform: uppercase;
  font-size: 12vmin;
}

@keyframes big-win-animation-title {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(.9);
  }
}

@keyframes big-win-animation-amount {
  0% {
    transform: scale(1.1);
  }

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

.big-win-animation__title span {
  background: linear-gradient(45deg, #ff6d8d, #ff0037);  
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.big-win-animation__amount {
  display: inline-block;
  position: relative;
  margin-top: 24px;
  font-size: 5vmin;
  font-weight: bold;
  transform: scale(1.1);
}

.big-win-animation__amount::before {
  content: '';
  position: absolute;
  left: -8vmin;
  right: -8vmin;
  top: 50%;
  transform: translateY(-50%);
  height: 2.5vmin;
  background: radial-gradient(closest-side, #ffce7999, transparent);
  opacity: .5;
}

.big-win-animation__amount span {
  background: linear-gradient(45deg, #ffce79, #ffbd4a);  
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.big-win-animation__amount span {
  font-size: calc(1em + .5em * var(--number-animation, 0))
}

.big-win-animation:not(.is-show) {
  opacity: 0;
}

.big-win-animation:not(.is-show) .big-win-animation__container {
  transform: scale(.8);
}

.big-win-animation__title.is-animate {
  animation: big-win-animation-title .5s ease-in-out infinite alternate-reverse;
}

.big-win-animation__amount.is-animate {
  animation: big-win-animation-amount 1.5s ease-in-out 4s forwards;
}

@keyframes rotate-mini-roulette {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(1turn);
  } 
}

.menu-footer {
  display: flex;
  gap: 8px;
}

.menu-footer .dropup .btn {
  width: 100%;
}

.tooltip {
  --bs-tooltip-bg: #0b1119;
  --bs-tooltip-opacity: 1;
}

.loader {
  width: 48px;
}

.game-modes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.game-modes__item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}

.game-modes__img {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #2b2f3c;
  height: 200px;
}

.game-modes__img::after {
  opacity: .15;
}

.game-modes__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transform: scale(1.05);
  transition: all .3s ease-in-out;
}

.game-modes__item.is-slots {
  grid-column: 1 / -1;
}

.game-modes__item.is-slots .game-modes__img img {
  object-position: center;
  transform: scale(1.025);
}

.game-modes__item:hover img {
  transform: scale(1) !important;
}

.game-modes__img img.loading {
  opacity: 0;
}

.game-modes__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 100px 24px 24px;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  background: linear-gradient(0deg, #000022, transparent);
  color: white;
}

.bonus-jobs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.bonus-jobs .layout-empty,
.bonus-jobs__item {
  background-color: #282d3b;
  border: 1px solid #363b4c;
  border-radius: 16px;
}

.bonus-jobs__item {
  display: grid;
  grid-template-columns: 64px 1fr 128px;
  align-items: center;
  padding: 16px;
  gap: 20px;
}

.bonus-jobs__price {
  background: linear-gradient(90deg, #009456, #00945611);
  border-right: 1px solid #363b4c;
  color: white;
  height: calc(100% + 32px);
  margin: -16px 0 -16px -16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  overflow: hidden;
}

.bonus-jobs__price::after {
  opacity: .15;
}

.bonus-jobs__details {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  gap: 8px;
}

.bonus-jobs__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-weight: 600;
  color: #90b5ff;
  font-size: 18px;
}

.bonus-jobs__title b {
  display: inline-block;
  padding: 4px 6px;
  line-height: 1;
  font-size: 11px;
  background-color: #00944a;
  color: white;
  border-radius: 20px;
}

.bonus-jobs__text {
  color: #96a0af;
  font-size: 12px;
}

.bonus-jobs__actions {
  padding-right: 6px;
}

.bonus-jobs__actions .btn {
  display: block;
}

.bonus-promo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.bonus-promo__item {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  background-color: #282d3b;
  border: 1px solid #363b4c;
}

.bonus-promo__img {
  flex: 0 0 200px;
}

.bonus-promo__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bonus-promo__details {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
}

.bonus-promo__title {
  font-weight: 600;
  color: #90b5ff;
  font-size: 24px;
  line-height: 1;
}

.bonus-promo__conditions ol {
  margin-bottom: 0;
}

.bonus-promo__links {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 16px;
  gap: 10px;
}

.footer-wrapper {
  margin-top: auto;
  padding-top: 32px;
}

.footer {
  border-top: 1px solid #2b2f3c;
  background-color: #121922;
  padding-top: 32px;
  font-size: 12px;
}

.footer .menu-brand {
  height: auto;
  padding: 0;
  background: none;
  justify-content: flex-start;
  font-size: 9px;
  margin: -8px 0;
}

.footer .menu-brand img {
  width: 46px;
  height: 46px;
}

.footer .menu-brand__white {
  font-weight: 600;
}

.footer .menu-brand__gold {
  font-size: 220%;
}

.footer-top {
  padding-bottom: 32px;
  border-bottom: 1px solid #2b2f3c;
}

.footer-top .container-fluid {
  display: grid;
  grid-template-columns: 350px 1fr 1fr 1fr;
  gap: 32px;
}

.footer-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-description p {
  color: #96a0af;
  margin: 0;
}

.footer-description p b {
  font-weight: 400;
}

.footer-description-links {
  display: flex;
  gap: 8px;
}

.footer-description-links__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #282d3b;
  border-radius: 10px;
  color: #96a0af;
  cursor: pointer;
}

.footer-description-links__item .icon {
  font-size: 20px;
}

.footer-description-links__item:hover {
  color: white;
}

.footer-description__adult:hover {
  background-color: #DC1B39;
}

.footer-copyright {
  font-weight: 600;
}

.footer-top__links {
  display: grid;
  grid-template-columns: 1fr;
  line-height: 1.4;
  font-size: 14px;
  gap: 12px;
}

.footer-games .footer-top__links {
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-top .layout-title {
  color: white;
  line-height: 1;
  margin-bottom: 24px;
  text-transform: none;
}

.footer-top__links a {
  color: #96a0af;
}

.footer-top__links a:hover {
  text-decoration: underline;
  color: #90b5ff;
}

.footer-bottom {
  padding: 16px 0;
}

.footer-bottom .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer-bottom__secure {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #00db6e;
  font-weight: 600;
}

.footer-bottom__license {
  height: 26px;
}

.ul-gap li:not(:last-child) {
  margin-bottom: 6px;
}

.payment-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.payment-methods__item {
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 10px;
  padding: 12px 16px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  transition: all .1s ease-in-out;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 12px;
}

.payment-methods__badge {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  background-color: #0071e3;
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 4px;
  font-weight: 600;
  line-height: 1;
}

.payment-methods__item.is-active {
  background-color: #3d4356;
  border: 1px solid #525a73;
  grid-column: 1 / -1;
}

.payment-methods__item:hover {
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .3);
}

.payment-methods.is-active .payment-methods__item:not(.is-active) {
  display: none;
}

.payment-methods:not(.is-active) + div {
  display: none;
}

.payment-methods__icon {
  display: flex;
  padding-top: 4px;
  font-size: 36px;
}

.payment-methods__icon img {
  display: block;
  height: 36px;
}

.payment-methods__title {
  font-size: 14px;
}

.payment-methods__title span {
  display: block;
  color: #96a0af;
}

@media (max-width: 1280px) {
  .footer-top .container-fluid {
    grid-template-columns: 1fr 1fr;
  }

  .bonus-wheel__item {
    font-size: 16px;
  }

  .club {
    grid-template-columns: 240px 1fr;
  }
}

.prelanding {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1000;
  transition: all .5s ease-in-out;
  padding: 0 16px 64px;
}

.prelanding:not(.is-show) {
  pointer-events: none;
  opacity: 0;
}

.prelanding:not(.is-show) .prelanding-content {
  transform: scale(.9);
}

.prelanding-content {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(45deg, #282d3b, #363525);
  border: 1px solid #363b4c;
  padding: 78px 0 0;
  border-radius: 16px;
  position: relative;
  text-align: center;
  transition: all .5s ease-in-out;
}

.prelanding-content__background {
  background-image: url(/img/coins.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  opacity: .3;
}

.prelanding-content__chest {
  position: absolute;
  top: -80px;
  right: -46px;
  background-image: url(/img/chest.png);
  width: 200px;
  height: 200px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(-10deg);
  z-index: 1;
}

.prelanding-body {
  position: relative;
  padding: 0 24px;
}

.prelanding-body__heading {
  font-size: calc(20px + min(26px, 1.5vw));
  font-family: 'Dela Gothic One';
  margin-bottom: 36px;
  background: linear-gradient(45deg, #ffffff, #ffce79);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.prelanding-body__text {
  font-size: 18px;
  font-weight: bold;
  color: #ffce79;
  margin-bottom: 24px;
}

.prelanding-body__text span {
  display: block;
  color: white;
  font-weight: 400;
}

.prelanding-footer {
  position: relative;
  margin-top: 64px;
  font-size: 12px;
  border-top: 1px solid #363b4c;
  background-color: #363b4c;
  padding: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  color: #96a0af;
}

.prelanding-footer span {
  font-weight: bold;
  display: block;
  color: white;
}

.referral-program {
  display: grid;
  grid-template-columns: 2fr 3fr;
  padding: 0 24px;
}

.referral-program__info {
  padding: 20px 24px 20px 0;
  border-right: 1px solid #363b4c;
}

.referral-program__info .layout-title {
  margin-top: 20px;
}

.referral-program__info p {
  margin-bottom: 8px;
}

.referral-program__info p:last-child {
  margin-bottom: 0;
}

.referral-program__content {
  padding: 20px 0 20px 24px;
}

.referral-program__content .layout-title:not(:first-child) {
  margin-top: 20px;
}

.referral-program__stats .form-control {
  display: flex;
  align-items: center;
  gap: 8px;
}

.referral-program__stats .form-control .icon {
  color: #90b5ff;
}

.referral-program__stats .form-control span {
  color: #96a0af;
  font-size: 12px;
}

.referral-program__balance span {
  color: #96a0af;
  font-weight: 400;
}

.super-prizes {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  background: linear-gradient(45deg, #4f2a32, #812e42);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  overflow: hidden;
}

.super-prizes__split {
  background-color: rgba(255, 255, 255, .1);
}

.super-prizes__period {
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
}

.super-prizes__heading {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px;
}

.super-prizes__heading b {
  color: #ffce79;
  border-bottom: 2px solid #ffce79;
  padding-bottom: 4px;
}

.super-prizes__description {
  margin-bottom: 32px;
}

.super-prizes__left,
.super-prizes__right {
  padding: 32px;
}

.super-prizes .layout-title {
  color: rgba(255, 255, 255, .5);
}

.super-prizes .layout-title:not(:first-child) {
  margin-top: 24px;  
}

.super-prizes p:not(:last-child) {
  margin-bottom: 10px;
}

.super-prizes p:last-child {
  margin-bottom: 0;
}

.super-prizes__header {
  display: flex;
  justify-content: center;
  gap: 32px;
  grid-column: 1 / -1;
  background: linear-gradient(180deg, rgba(100, 100, 0, .4), rgba(0, 0, 0, .2));
  border-bottom: 1px solid rgb(124, 66, 80);
  padding: 64px 32px;
}

.super-prizes__item {
  width: 256px;
  height: 256px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, .5);
  background-color: white;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 16px;
}

.super-prizes__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all .3s ease-in-out;
  transform: scale(.9);
}

.super-prizes__item:hover img {
  transform: scale(1);
}

.super-prizes__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0;
  grid-column: 1 / -1;
  border-bottom: 1px solid rgb(124, 66, 80);
  background-color: rgba(0, 0, 0, .1);
  gap: 8px;
}

.super-prizes__balance {
  display: inline-flex;
  align-items: center;
  background-color: #ffce79;
  color: #4f2a32;
  font-size: 20px;
  border-radius: 8px;
  padding: 4px 14px 4px 12px;
  gap: 8px;
}

.super-prizes__chance {
  text-transform: uppercase;
  /* margin-bottom: 32px; */
  font-size: 12px;
}

.deposit-bonuses {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  gap: 12px;
}

.deposit-bonuses__item {
  padding: 18px 16px 16px;
  border-radius: 10px;
  background-color: rgb(56, 61, 79);
  border: 1px solid rgb(82, 90, 115);
  transition: all .2s ease-in-out;
  position: relative;
  cursor: pointer;
  line-height: 1;
}

.deposit-bonuses__item.is-active {
  background-color: rgb(75, 82, 105);
  border: 1px solid rgb(75, 82, 105);
}

.deposit-bonuses__badge {
  background: linear-gradient(45deg, #0d6efd, #004fc5);
  font-size: 12px;
  overflow: hidden;
  position: absolute;
  text-transform: uppercase;
  top: 12px;
  right: 12px;
  padding: 6px 8px;
  font-weight: bold;
  border-radius: 50px;
  color: white;
}

.deposit-bonuses__amount {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  gap: 12px;
}

.deposit-bonuses__amount span {
  font-size: 14px;
  background-color: rgb(99, 109, 139);
  padding: 5px;
  border-radius: 6px;
}
.deposit-bonuses__amount span.is-gold {
  background-color: #ffce79;
  color: #5e3f09;
}

.deposit-bonuses__list {
  margin-top: 8px;
  color: #96a0af;
  font-size: 14px;
  line-height: 1.4;
}

.deposit-bonuses__warning {
  font-size: 14px;
  margin: 10px 0 0;
}

.deposit-bonuses__warning:not(.is-show) {
  display: none;
}

@media (min-width: 1025px) {
  .header__left .menu-brand, .layout-header {
    display: none; 
  }
}

@media (max-width: 1024px) {
  .menu, .menu-filler, .header__left .header-title {
    display: none;
  }

  .bonus-jobs {
    grid-template-columns: 1fr;
  }

  .bonus-promo__item {
    flex-wrap: wrap;
  }

  .bonus-promo__details {
    flex: 0 0 calc(100% - 200px);
  }

  .bonus-promo__links {
    background-color: rgba(0, 0, 0, .1);
    border-top: 1px solid #363b4c;
    flex-wrap: wrap;
    flex-direction: row;
    flex: 0 0 100%;
  }

  .header {
    border-bottom: 1px solid #2b2f3c;
    margin-bottom: 24px;
    height: 70px;
  }

  .menu-mobile {
    display: grid;
  }

  .layout {
    padding-bottom: 72px;
  }

  .bonus-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bonus-wheel__chest {
    top: -24px;
    right: -16px;
  }

  .promo {
    bottom: 92px;
  }

  ::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }

  .super-prizes__header {
    flex-wrap: wrap;
  }

  .super-prizes__item {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 800px) {
  .bonus-main, .referral-program {
    grid-template-columns: 1fr;
  }

  .referral-program__info {
    border-right: none;
    border-bottom: 1px solid #363b4c;
    margin-left: -24px;
    margin-right: -24px;
    padding: 20px 24px;
  }

  .referral-program__content {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .bet-field .form-control-lg {
    font-size: 18px;
    min-height: 44px;
    padding: 0;
  }

  .bet-field .bet-amount__minus, .bet-field .bet-amount__plus {
    width: 36px;
  }

  .super-prizes__item {
    width: 128px;
    height: 128px;
  }

  .super-prizes {
    grid-template-columns: 1fr;
  }

  .super-prizes__split {
    height: 1px;
  }
}

@media (max-width: 675px) {
  .club {
    grid-template-columns: 1fr;
  }

  .club-right {
    padding: 16px 20px;
  }

  .club-left {
    border-right: none;
    border-top: 1px solid #363b4c;
    grid-row: 2;
  }

  .bonus-grid {
    grid-template-columns: 1fr;
  }

  .help {
    grid-template-columns: 1fr;
  }

  .help-menu {
    flex-direction: row;
    white-space: nowrap;
    overflow-x: auto;
  }

  .help-menu__item.active {
    background-color: #263e64;
    color: #90b5ff;
  }

  .bonus-wheel__front {
    padding-top: 54px;
  }

  .game-modes {
    grid-template-columns: 1fr 1fr;
  }

  .game-modes__title {
    padding: 100px 18px 18px;
    font-size: 28px;
  }

  .game-modes__item.is-slots {
    grid-column: unset;
  }

  .bonus-promo__img, .bonus-promo__details {
    flex: 0 0 100%;
  }

  .bonus-promo__img img {
    height: 200px;
  }
}

@media (max-width: 520px) {
  .footer-top .container-fluid {
    grid-template-columns: 1fr;
  }

  .bonus-wheel__wrap {
    flex: 0 0 20%;
  }

  .bonus-wheel__body.animate .bonus-wheel__wrap {
    animation: spin-wheel-mobile 3s ease-in-out forwards;
  }

  .bonus-wheel__br {
    display: none;
  }

  .profile-details:not(.profile-modal) .profile-details__avatar {
    display: none;
  }

  .profile-details__right .avatar {
    width: 48px;
    height: 48px;
    display: flex;
    border-color: #525a73;
  }

  .game-modes__img {
    height: 150px;
  }

  .header__social {
    display: none;
  }

  .bonus-jobs__item {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bonus-jobs__price {
    background: linear-gradient(180deg, #009456, #00945611);
    border-bottom: 1px solid #363b4c;
    border-right: none;
    border-radius: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: -16px -16px -16px;
    padding: 12px;
  }

  .bonus-jobs__actions {
    padding-right: 0;
  }

  .bonus-jobs__details {
    margin-top: 14px;
  }

  .referral-program__stats {
    flex-direction: column;
  }

  .referral-program__stats .form-control {
    width: 100%;
    flex: 0 0 100%;
    border-radius: 0 !important;
    margin: 0 !important;
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
  }

  .referral-program__stats .form-control:first-child {
    border-radius: 0 !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
  }

  .referral-program__stats .form-control:last-child {
    border-radius: 0 !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
  }
}

@media (max-width: 424px) {
  .container-fluid {
    padding: 0;
  }

  .bet-list {
    max-width: 100vw;
  }

  .header, .bonus-title:not(.wager-title), .help, .mines, .cases, .slots, .layout-header, .clicker, .slots-page-article, .slots-page-images {
    padding: 0 16px;
  }

  .footer .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bet-list, .bonus-grid__item, .crash + .wager, .layout-item:not(.mines-tabs):not(.slots-tabs):not(.clicker-rate):not(.clicker-exchange):not(.clicker-referrals), .bonus-task__footer, .layout-bar:last-child, .club-cashback, .layout-hint, .bonus-jobs__item, .bonus-promo__item, .bonus-jobs__price, .super-prizes {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }

  .super-prizes__left, .super-prizes__right {
    padding: 32px 20px;
  }

  .super-prizes__header {
    padding: 32px 24px;
    gap: 16px;
  }

  .promo {
    left: 12px;
    right: 12px;
    max-width: calc(100vw - 24px);
    bottom: 88px;
  }

  .header-balance__bonuses {
    display: none;
  }

  .scrollable.scrollable--border:not(.scrollable--static) {
    gap: 0;
  }

  .scrollable.scrollable--border:not(.scrollable--static) .scrollable__left,
  .scrollable.scrollable--border:not(.scrollable--static) .scrollable__right {
    border-radius: 0;
  }

  .scrollable.scrollable--border:not(.scrollable--static) .scrollable__left,
  .scrollable.scrollable--border:not(.scrollable--static) .scrollable__right {
    border-left: none;
    border-right: none;
  }

  .scrollable.scrollable--border:not(.scrollable--static) .scrollable__target {
    border-left: 1px solid #363b4c;
    border-right: 1px solid #363b4c;
  }

  .club-right {
    padding: 16px;
  }

  .notification {
    left: 16px;
    right: 16px;
  }

  .prelanding-content {
    padding-top: 48px;
  }

  .prelanding-footer {
    margin-top: 48px;
  }

  .prelanding-content__chest {
    width: 150px;
    height: 150px;
    top: -56px;
    right: -34px;
  }

  .prelanding-footer span {
    margin-bottom: 8px;
  }

  .prelanding-body__heading {
    margin-bottom: 32px;
  }

  .prelanding-body__text {
    font-size: 16px;
  }
}

@media (max-width: 378px) {
  .payment-methods {
    grid-template-columns: 1fr;
  }

  .promo {
    left: 8px;
    right: 8px;
    max-width: calc(100vw - 16px);
    bottom: 84px;
  }

  .promo-btn.btn-success {
    flex: 0 0 50%;
  }

  .promo-content, .promo-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .promo-img {
    right: 14px;
    top: 18px;
    width: 64px;
    height: 64px;
  }

  .menu-mobile {
    height: 64px;
  }

  .menu-mobile__item {
    font-size: 12px;
    gap: 4px;
  }

  .menu-mobile__play--btn {
    width: 48px;
    height: 48px;
  }

  .menu-mobile__play--dropdown.dropdown-menu {
    bottom: 86px !important;
  }

  .profile-details__actions .btn {
    flex: 0 0 100%;
  }

  .game-modes {
    grid-template-columns: 1fr;
  }

  .header__right .btn {
    padding: 4px 8px;
    font-size: 14px;
  }

  .layout {
    padding-bottom: 64px;
  }

  .clicker-referrals {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .clicker-referrals__right .btn {
    width: 100%;
  }
}

body.no-animation .crash-background {
  display: none;
}

/* body.no-animation .crash-object, 
body.no-animation .mines-side .icon, 
body.no-animation .btn-shine::after, 
body.no-animation .menu-wheel__image {
  animation: none !important;
} */

body.no-animation *:not(.crash-object) {
  transition: none !important;
}

body.no-animation *:not(.bonus-wheel__wrap) {
  animation: none !important;
}

body.no-animation .bonus-wheel__body.animate .bonus-wheel__wrap {
  animation-timing-function: linear;
}