@charset "UTF-8";
html, body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Google Sans';
  background-color: #1b2030;
  height: 100%;
  color: #2D2A73;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  /* zoom: .95 */
}
:root{

  --primary-color: #141415;
  --base-alfa-neutral: #dddde811;
  --base-alfa-neutral-hover: #dddde81f;
  --bg-secondary: #1a1b1e;
  --global-brand: #00b352;
  --global-lime: #a8ff00;
  --bg-classic: #0b0d0c;
  --base-neutral: #222223;
}

.du1-newslot{
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 13px;
  position: relative;
  margin-bottom: 15px;
  margin-top: 12px;
}

.title-social {
  font-size: 18px;
  font-weight: 600;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.sicial-site {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.wrapper.main-main-gx3 {
  display: grid;
  grid-template-columns: 78% 21%;
  gap: 1%;
}

.popup-content {
    position: absolute;
    display: block;
    top: -33px;
    left: -41px;
    padding: 15px;
    background: #282828;
    border-radius: 15px;
    width: 200px;
}

.info-circle {
    background: #ffffff1f;
    border-radius: 50%;
    padding: 1px 4px;
}

/* Окошко подсказки в профиле — по умолчанию скрыто */
.info-popup {
  position: absolute;
  z-index: 100;
  padding: 10px 14px;
  background: var(--base-neutral, #222223);
  color: #e8eaed;
  font-size: 12px;
  line-height: 1.4;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  max-width: 260px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}
.info-popup.active,
.info-popup.is-visible,
.info-popup.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.info-popup::before {
  content: '';
  position: absolute;
  border: 6px solid transparent;
}
.info-popup.top::before {
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-top-color: var(--base-neutral, #222223);
}
.info-popup.bottom::before {
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-color: var(--base-neutral, #222223);
}
.info-popup.left::before {
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  border-left-color: var(--base-neutral, #222223);
}
.info-popup.right::before {
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  border-right-color: var(--base-neutral, #222223);
}


.title-wagger {
    display: flex;
    gap: 10px;
}

.turne-status-activ {
  padding: 1px 17px;
  background: #46ff00;
  border-radius: 40px;
  color: black;
  font-weight: 500;
  width: max-content;
}

.turne-status-soon {
  padding: 1px 17px;
  background: #4242426e;
  border-radius: 40px;
  color: #ffffff;
  font-weight: 500;
  width: max-content;
}
.turne-top-info-left {
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.name-cash-turne {
  display: flex;
  align-items: center;
  flex-direction: column;
  /* background: #0000004d; */
  padding: 10px 18px;
  border-radius: 10px;
}

span.name-turne {
  font-size: 1.5vw;
  font-style: oblique;
  font-weight: 700;
}

.turne-mode {
  display: flex
;
  align-items: center;
  flex-direction: column;
  gap: 14px;
}

span.title-turne-game {
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 400px;
  font-weight: 900;
}

.slide-nav-tap:hover{
  left: 10px;
}

button.turne-go-btn {
  padding: 5px 10px;
  background: #ff004e;
  border-radius: 10px;
  color: white;
  margin-top: 20px;
}
.img-rabit-turne{
  background-image: url(../img/emoji/RabbitEmoji_AgADHx4AAjDOIEs.png);
  width: 100%;
  height: 100%;
}

.img-gift-turne{
  background-image: url(../img/felle-ccck.png);
  top: 880px;
  left: auto;
  right: -152px;
  transform: scale(0.45);
  position: absolute;
  bottom: 0;
  width: 555px;
  height: 603px;
  border-radius: 54px;
}

.rs92-ds{
  background-color: rgb(0, 0, 0);
  font-size: 30px;
  padding: 40px;
}

.img-rabit-turne {
    background-image: url(../img/emoji/RabbitEmoji_AgADHx4AAjDOIEs.png);
    top: -40px;
    left: auto;
    right: -151px;
    transform: scale(0.4);
    position: absolute;
    bottom: 0;
    width: 464px;
    height: 461px;
    border-radius: 54px;
}

.main-content-menu-right {
  position: relative;
  display: flex;
  align-items: flex-end;
}
span.title-turne-mod {
  color: #ffffff99;
  font-size: 10px;
}

span.bank-turne {
  color: #ffffff;
  font-size: 2vw;
  font-weight: 800;
}

.title-right-menu{
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  justify-content: center;
  padding: 20px 0px 10px 0;
}

/* .item-back-main{
  background: linear-gradient(110deg, #1e283f5c, rgb(20 27 46 / 24%) 100%);
  padding: 5px 20px;
  border-radius: 20px;
} */
.turne-top-info {
  display: flex;
  justify-content: space-between;
}

.turne-content {
  padding: 20px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background: linear-gradient(63deg, rgba(255, 0, 127, 1) 0%, rgba(255, 165, 0, 1) 100%);
}
.turne-end {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  margin: 8px 0 10px;
}
.turne-prizes {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}
.turne-prizes-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 0;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.turne-prizes-item:last-child {
  border-bottom: none;
}
.turne-prizes-place {
  color: rgba(255, 255, 255, 0.8);
  min-width: 55px;
}
.turne-prizes-user {
  flex: 1;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.turne-prizes-sum {
  color: #fff;
  font-weight: 600;
}
.turne-content--empty {
  align-items: center;
  justify-content: center;
  min-height: 100px;
  text-align: center;
}
.turne-empty-text {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
}
.turne-go-btn--empty {
  display: inline-block;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 14px;
  border: none;
  cursor: pointer;
}
.turne-go-btn--empty:hover {
  background: rgba(255, 255, 255, 0.35);
}

.fix-pop-up-widx{
  background: #ff80002e;
  /* padding: 20px; */
  color: orange;
  border-radius: 15px;
  padding: 7px 18px;
}

svg.feather.feather-chevron-down {
  background: #ffffff30;
  border-radius: 7px;
}

.bntfixslots{
  background: var(--global-brand);
  color: #fff;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 10px;
  width: 200px;
}

.slots_main {
  padding: 20px;
  /* background: var(--bg-secondary); */
  border-radius: 20px;
}


.gx-w-box {
	position: relative;
	border-radius: 12px;
	padding: 35px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	background-color: #181B27;
	min-height: 100%;
	border-radius: 20px;

	width: 100%;
}

div#checkDice {
  background: #ff9b00;
  padding: 12px;
  border-radius: 10px;
}

.dice__play.d-flex.justify-center.align-center {
  display: flex;
  align-items: center;
  gap: 7px;
}
.gx-w-box.blue1 {
  background-image: url(/img/main/b5f-c60f28e7443b.jpg);
  background-size: cover;
  background-position: 0px;
  flex-direction: column;
  align-items: start;
}

.gx-w-box.blue2 {
  background-image: url(/img/main/baeb-4894-8c49-1b8eb712e309.jpg);
  background-size: cover;
  background-position: 0px;
  flex-direction: column;
  align-items: start;
}

.gx-w-box.blue3 {
  background-image: url(/img/main/4fs9aslfas-fs8sldf.jpg);
  background-size: cover;
  background-position: 0px;
  flex-direction: column;
  align-items: start;
}

.gx-w-box.blue4 {
  background-image: url(/img/main/738-bfaf-ee94c0dcc200.jpg);
  background-size: cover;
  background-position: 0px;
  flex-direction: column;
  align-items: start;
}
.gx-w-box.blue5 {
  background-image: url(/img/main/b4b36f82-719d-4f01-ba36-69300785d2fd.jpg);
  background-size: cover;
  background-position: 0px;
  flex-direction: column;
  align-items: start;
}
.gx-w-box.blue6 {
  background-image: url(/img/main/baeb-4894-8c49-1b8eb712e309.jpg);
  background-size: cover;
  background-position: 0px;
  flex-direction: column;  
  align-items: start;
}
a.btn.is-ripples.d-flex.align-center.has-ripple {
    font-size: 20px;
}

.maininfo-banner{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.title-mini-info-banner{
  border-radius: 15px;
  padding: 10px 15px;
  background-color: #ffffff33;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
}

.gx-game-item-tl > span {
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	z-index: 3;
}


.chat span{
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
/* width */
::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #22293e;
  border-radius: 100px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #333d59;
  border-radius: 100px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #485478;
  border-radius: 100px;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
  outline: 0;
}


.show_ul li, .show_ul{
  list-style-type: disc;
}

.show_ul{
  padding: 15px;
}

a, :before, :after, input, button {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
}

span, b, p, h1, h2, h3, h4, h5, h6, em {
  cursor: default;
}

span, b, p, h1, h2, h3, h4, h5, h6, em {
  cursor: default;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}

.game-bar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px;
}

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gx-w-box h1 {
	font-size: 3vw;
	font-style: normal;
	font-weight: 700;
}
.gx-w-box p {
	margin-top: 8px;
	color: #e9ecf6;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.gx-w-box img {
	max-width: 100%;
}

.justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a {
  color: #ffffff;
}
.des-block-support {
    background: var(--bg-secondary);
    height: 30px;
    width: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.left--closed #app > .sidebar > .tc-wrapper > .footer > .supp-wrapper-root >.game-entettis > .allgames-sitebar >a .fiv-3 > .titlenav span{
    display: none;
}
.left--closed #app > .sidebar > .tc-wrapper > .top-footer > .supp-wrapper-root > .block-social-networks {
  display: flex;
  justify-content: center;
  width: 100%;
}
.left--closed #app > .sidebar > .tc-wrapper > .footer > .supp-wrapper-root >.game-entettis > .allgames-sitebar > a .fiv-3 > .titlenav > .time-work{
    display: none;
}
.time-work {
    background: #0063ff;
    border-radius: 21px;
    padding: 4px 12px;
    font-size: 12px;
}

.titlenav {
    display: flex
;
    gap: 45px;
    align-items: center;
}
.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  stroke-width: 0;
  stroke: currentColor !important;
  fill: #ffffff !important;
  pointer-events: none;
}

#app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
}

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

.flare:before {
  content: '';
  position: absolute;
  top: 0;
  left: -200%;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
  z-index: 2;
  will-change: left;
  -webkit-filter: blur(4rem);
  filter: blur(4rem);
  pointer-events: none;
  opacity: 0;
}

.flare:hover:before {
  -webkit-animation: 0.6s flare;
  animation: 0.6s flare;
}

@-webkit-keyframes flare {
  from {
    left: -200%;
    opacity: 0;
  }
  to {
    left: 150%;
    opacity: 1;
  }
}

@keyframes flare {
  from {
    left: -200%;
    opacity: 0;
  }
  to {
    left: 150%;
    opacity: 1;
  }
}

input, button, textarea {
  font-family: inherit;
  border: 0;
  background: transparent;
  outline: 0;
}

.wrapper {
  max-width: 1650px;
  margin: 0 auto;
  position: relative;
}

.about-act-bonus {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
}

.ds9adkd {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 13px;
}

.main-poisk-slot{
  background: var(--bg-secondary) ;
  padding: 17px;
  font-size: 19px;
  border-radius: 20px;
  position: sticky;
  top: 1px;
}

.main-inp-slots {
  background: var(--bg-secondary);
  border-radius: 8px;
  padding: 10px 20px;
  
  /* border: 1px solid #4f516c; */
}

.fix-img-text{
  display: flex;
  align-self: center;
  justify-content: center;
  gap: 5px;
}
.main-duble-category {
  display: grid;
  grid-template-columns: 49% 49%;
  align-items: center;
  justify-content: space-between;
  gap: 2%;
  font-size: 16px;
  padding-top: 10px;
  margin-bottom: 10px;

}
.popular-slots {
  background: linear-gradient(250deg, #f60038, rgb(255 0 110) 84%, #e30000);
  padding: 10px 15px;
  border-radius: 11px;
  font-size: 15px;
}
.main-duble-category.mobile{
  display: none;
}

.random-slots {
  background: linear-gradient(250deg, #2d00f6, rgb(255 0 110) 84%, #e35e00);
  padding: 10px 15px;
  border-radius: 11px;
  font-size: 15px;
}

.main-inp-slots input{
  color: white;
}
.sample-slots {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 16px;
  padding-top: 15px;
}

.main-category-contnent {
  padding-top: 10px;
}
.item-category-slot {
  padding: 14px 15px;
  /* background: #1c1e37; */
  /* border-radius: 15px; */
  border-bottom: 1px solid #323949;
  align-items: center;
  display: flex;
  gap: 10px;
}

.item-category-slot img {
  width: 25px;
}

.unick-slots {
  padding: 10px 15px;
  background: linear-gradient(250deg, #fff000, rgb(255 112 0) 84%, #ff0000);
  border-radius: 10px;
  font-size: 15px;
}

span.title-category {
  color: #7388b6;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -.12px;
  margin: 0 15px;
  opacity: .3;
  text-transform: uppercase;
}
.btn.white {
  background: #fff;
  color: #3B7BE6;
}


.btn span {
  pointer-events: none;
}

.btn .icon {
  margin-right: 13px;
}

.btn.disabled {
  cursor: not-allowed;
}


.icon.money, .icon.small {
  width: 14px;
  height: 14px;
}

#toast-container > div {
  opacity: 1 !important;
  padding: 20px 20px 20px 60px !important;
  border-radius: 20px !important;
  background-position: 20px center !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.toast-message {
  font-size: 12px;
  opacity: .6;
}

.toast-title {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 10px;
}

#toast-container > div:hover {
  -webkit-box-shadow: 0 0 4em 3px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 0 4em 3px rgba(0, 0, 0, 0.25) !important;
}

.user-status {
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 12px;
  font-size: 12px;
  color: #fff !important;
  margin-right: 8px;
  border-radius: 15px;
}

.user-status.new {
  background: #e0e5f4;
  color: #808ab3 !important;
}

.user-status.wolf {
  background: -webkit-gradient(linear, left top, right top, from(#b2510e), to(#f59c2c));
  background: linear-gradient(to right, #b2510e, #f59c2c);
}

.user-status.predator {
  background: -webkit-gradient(linear, left top, right top, from(#2e4a60), to(#387274));
  background: linear-gradient(to right, #2e4a60, #387274);
}

.user-status.premium {
  background: -webkit-gradient(linear, left top, right top, from(#5e327a), to(#9839b9));
  background: linear-gradient(to right, #5e327a, #9839b9);
}

.user-status.alpha {
  background: -webkit-gradient(linear, left top, right top, from(#387be5), to(#7d49cf));
  background: linear-gradient(to right, #387be5, #7d49cf);
}

.user-status.vip {
  background: -webkit-gradient(linear, left top, right top, from(#f27559), to(#ea2424));
  background: linear-gradient(to right, #f27559, #ea2424);
}

.user-status.professional {
  background: -webkit-gradient(linear, left top, right top, from(#d32787), to(#ff0202));
  background: linear-gradient(to right, #d32787, #ff0202);
}

.user-status.legend {
  background: -webkit-gradient(linear, left top, right top, from(#222b94), to(#1183d3));
  background: linear-gradient(to right, #222b94, #1183d3);
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox:checked + label::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 14px;
  height: 14px;
  background: #5F5CE6;
  border-radius: 4px;
  border-radius: 4px;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-MediumItalic.eot');
  src: local('Google Sans Medium Italic'), local('GoogleSans-MediumItalic'),
      url('../fonts/GoogleSans-MediumItalic.eot?#iefix') format('embedded-opentype'),
      url('../fonts/GoogleSans-MediumItalic.woff2') format('woff2'),
      url('../fonts/GoogleSans-MediumItalic.woff') format('woff'),
      url('../fonts/GoogleSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

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

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-Italic.eot');
  src: local('Google Sans Italic'), local('GoogleSans-Italic'),
      url('../fonts/GoogleSans-Italic.eot?#iefix') format('embedded-opentype'),
      url('../fonts/GoogleSans-Italic.woff2') format('woff2'),
      url('../fonts/GoogleSans-Italic.woff') format('woff'),
      url('../fonts/GoogleSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

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

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

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-BoldItalic.eot');
  src: local('Google Sans Bold Italic'), local('GoogleSans-BoldItalic'),
      url('../fonts/GoogleSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
      url('../fonts/GoogleSans-BoldItalic.woff2') format('woff2'),
      url('../fonts/GoogleSans-BoldItalic.woff') format('woff'),
      url('../fonts/GoogleSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}


@media only screen and (max-width: 1725px) {
  .x30__bet-user .history__user span {
    max-width: 25px !important;
  }
}

@media only screen and (max-width: 1600px) {
  /* .header__links li a span {
    display: none;
  } */
  .header__links li a .icon {
    margin-right: 0 !important;
  }
  .header__links li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .x30__bets {
    -ms-grid-columns: (1fr)[3] !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .x30__bet-user .history__user span {
    max-width: 128px !important;
  }
}

@media only screen and (max-width: 1515px) {
  .x30__bet {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .x30__history {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .x30__bet-game {
    width: 100% !important;
  }
  .x30__bet-user .history__user span {
    max-width: 40px !important;
  }
  .games {
    -ms-grid-columns: (1fr)[3] !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .bonus__item {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1;
  }
  .bonus__item--reposts .bx-input__input {
    width: 76% !important;
  }
  .bonus__levels-items, .bonus__reposts-items {
    -ms-grid-columns: (1fr)[2] !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media only screen and (max-width: 1400px) {
  .profile__stats {
    width: 100% !important;
    margin-top: 15px;
    padding-left: 0 !important;
  }
  .profile__user {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1250px) {

  .sidebar__profile {
    display: none;
  }
  .footer__links {
    justify-content: center;
    flex-direction: column;
    width: 100%;
    line-height: 24px;
  }
  .footer__links li {
    margin-right: 0 !important;
  }
  .footer__text {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
  .x30__bets {
    -ms-grid-columns: (1fr)[2] !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .x30__bet-user .history__user span {
    max-width: 75px !important;
  }
}

@media only screen and (max-width: 1125px) {
  .sidebar {
    display: none !important;
  }

  .chat {
    width: 100% !important;
    z-index: 4;
    background: #EBECF2 !important;

  }
  .chat:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 8px;
    left: 0;
    background: url(../images/borders.svg) repeat;
  }
  main {
    z-index: 1;
  }
  .header {
    padding-left: 15px !important;
    width: 100% !important;
    padding-right: 15px !important;
  }
  main, .footer {
    /* padding-left: 20px !important; */
    width: 100% !important;
    /* padding-right: 20px !important; */
  }
  .x30__bets {
    -ms-grid-columns: (1fr)[3] !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .mobile-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.shoot-bssfix {
  display: flex;
  height: 46px;
  gap: 15px;
}

@media only screen and (max-width: 725px) {
  .x30__bets {
    -ms-grid-columns: (1fr)[2] !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .overlayed {
    padding-top: 30px !important;
  }
  .games {
    -ms-grid-columns: (1fr)[2] !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .dice__bet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mines__left {
    width: 100% !important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 15px;
  }
  .mines__right {
    margin: 0 auto;
    width: 340px !important;
  }
  .mines__wrapper {
    width: 100%;
  }
  .keno__bet-settings {
    height: auto !important;
  }
  .keno__bet-left {
    width: 100% !important;
  }
  .keno__bet-right {
    width: 100%;
    padding: 10px 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: solid 1px #f1f2ff;
  }
  .keno__bet {
    padding: 20px 25px !important;
  }
  .bonus__hits-content {
    background-size: cover !important;
    padding-top: 150px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .bonus__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bonus__content .bx-input__input {
    width: 100% !important;
    margin-bottom: 15px;
  }

  .shoot .crazygame__container {
    background: #31251A;
  }
  .shoot .crazygame__center-ellipse {
    width: 640px !important;
    height: 640px !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
  .shoot .crazygame__center-ellipse-border {
    width: 610px !important;
    height: 610px !important;
  }
  .shoot .crazygame__game-select {
    border-radius: initial !important;
    -webkit-backdrop-filter: blur(1px) !important;
    backdrop-filter: blur(1px) !important;
    background: rgba(49, 37, 26, 0.75) !important;
  }
}

@media only screen and (max-width: 675px) {
  .wallet__methods {
    width: 100% !important;
  }
  .wallet.wallet--refill.d-flex.align-stretch.justify-space-between {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wallet.wallet--withdraw.d-flex.align-stretch.justify-space-between{
    flex-wrap: wrap;
  }
  .wallet__content {
    width: 100% !important;
  }
  .wallet__order {
    margin-top: 20px;
  }

  .shoot__bet {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .shoot__bet-btns {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding: 0 !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    /* margin-top: 15px; */
  }
  .shoot__bet-btn-settings {
    /* margin-right: 15px; */
  }
  .shoot-bssfix {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    height: 100%;
  }
  .shoot__bet-btn-settings:nth-last-child(1) {
    margin-right: 0;
  }
  .shoot__bets {
    -ms-grid-columns: (1fr)[2] !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .shoot__bet-item--bonus {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}


@media only screen and (max-width: 650px) {
  .shoot__game-wrapper {
    width: 100% !important;
    padding: 0px 20px;
  }
  .header__links {
    display: none !important;
  }
}

@media only screen and (max-width: 625px) {
  .header__right .sidebar__logotype {
    display: block !important;
  }
  .header__right {
    width: 100% !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .shoot .cash-hunt__inner {
    -ms-grid-columns: (1fr)[6] !important;
    grid-template-columns: repeat(6, 1fr) !important;
  }
  .x30__rocket {
    right: -60px !important;
    bottom: -60px !important;
  }
  .history {
    overflow-x: auto;
  }
  /* .history table {
    min-width: 925px;
  } */
  .refferal__stats {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 !important;
    margin-top: 20px;
  }
  .refferal__left {
    width: 100% !important;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .profile__stats {
    -ms-grid-columns: (1fr)[2] !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .popup .bx-input__create-coupon {
    -ms-grid-columns: (1fr)[1] !important;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .popup .bx-input__create-coupon .bx-input__input:nth-last-child(1) {
    grid-column: auto !important;
  }
}

@media only screen and (max-width: 1600px) {
  .x30__bet-users, .x100__bet-users {
    display: none;
  }

}
@media only screen and (max-width: 525px) {
  .games {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .x30__bet-users, .x100__bet-users {
    display: none;
  }
  .x30__bet-info {
    margin-bottom: 0 !important;
  }
  .x30__bets .x30__bet {
    margin-bottom: 0 !important;
  }
  .keno__title {
    display: none;
  }
  .keno__content {
    margin-top: 0 !important;
  }
  .keno__round-info {
    padding: 25px 30px !important;
  }
  .keno__canvas {
    max-width: 365px !important;
  }
  a.btn.is-ripples.d-flex.align-center.has-ripple {
    font-size: 10px;
    display: none;
  }
}

@media only screen and (max-width: 475px) {

  .support_tittles span {
    width: 130px !important;
    font-size: 12px !important;
}

.support_closed {
    padding: 5px 7px !important;
    font-size: 8px !important;
}

  a.is-ripples.flare.d-flex.align-center.has-ripple.send.blues span {
    display: none !important;
}

a.is-ripples.flare.d-flex.align-center.has-ripple.send.blues {
    width: 42px !important;
    padding: 0px !important;
    margin: 0 auto !important;
}

svg.support_send {
    margin: 0 auto !important;
}

  .support-message__text {
    font-size: 12px !important;
}

.support-message__username {
    font-size: 12px !important;
}

.support-message__date {
    font-size: 8px !important;
}

input#send_message {
    font-size: 12px !important;
}

  .support-message {
    max-width: 100% !important;
}

.support-chat__body {
    max-height: 50vh;
}

  .support__container {
    max-height: 100% !important;
}

.support__sidebar-body {
  max-height: 20vh;
}

  .support-chat__left {
    max-width: none !important;
}

.support-create {
  border-radius: 0px 0px 12px 12px;
}

input#ticket_subject {
  font-size: 10px;
}

textarea#ticket_body {
  font-size: 10px;
}

.support-chat__header {
    border-radius: 12px 12px 0px 0px;
}

  .support__sidebar.display-none {
    border-right: none !important;
    display: contents;
}

  .support {
    background: var(--bg-secondary) !important;
    width: 100% !important;
    padding: 15px !important;
}


a.newbuttonsupp.is-ripples.flare.d-flex.align-center.has-ripple {
    width: 100%;
    margin-bottom: 20px !important;
}

.support-empty {
    padding: 25px !important;
    border-radius: 12px !important;
}

  .toclet-row-content {
    width: 120px !important;
}

.ticket-row__status {
    width: 120px;
    text-align: center;
    margin-left: 25px;
}
a.ticket-row {
    max-width: 100%;
}



.gx-w-box.blue p {
    font-size: 12px;
}

.gx-w-box.gx-col-x.blue {
    padding: 10px !important;
    min-height: 140px !important;
    background-image: url(/banner_1.png);
    /* background-position: -60px 0px; */
}
/* .gx-w-box.gx-col-x.banner_2 {
  background-position: -50px 0px;
} */

.gx-col.mb_none {
    display: none;
}

.gx-col.mw-6 {
    max-width: 100%;
}

.gx-w-box.gx-col-x {
    padding: 17px;
    min-height: 100%;
}
.header__user-b.d-flex.align-center {
  padding: 0px 18px 0 13px !important;
  min-width: 115px;
}
.gx-col.gx-left.gx-comp-1 {
  display: none !important;
}

.gx-col.gx-right {
  flex: 100% !important;
}

.auth_blocks {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

.header__right.d-flex.align-center {
  gap: 15px;
}
  .header__right .sidebar__logotype {
    width: 150px !important;
    height: 24px !important;
  }
  .header__user-b {
    margin-right: -13px !important;
  }
  .header__user-profile {
    margin-left: 0 !important;
  }
  .games {
    -ms-grid-columns: (1fr)[1] !important;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .popup__title span {
    font-size: 12px !important;
  }

  .shoot .coinflip__inner {
    -ms-grid-columns: (1fr)[1] !important;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-gap: 20px;
    padding: 20px !important;
  }
  .shoot .coinflip {
    background: #31251A !important;
  }
}

.sidebar__inner {
  position: relative;
  width: 73px;
  height: 100%;
}

.sidebar__top {
  position: relative;

}

.sidebar__online {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.sidebar__block {
  border-radius: 25px;
  position: relative;
  width: 100%;
  background: #F4F6FF;
}

.sidebar__games {
  position: relative;
  padding: 25px 0px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.sidebar__games:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 38px;
  height: 38px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background: #EBECF2;
}

.sidebar__games:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -8px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 18px;
  height: 18px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background: var(--bg-secondary);
  border-radius: 4px;
}

.sidebar__logotype {
  position: relative;
  width: 150px;
  height: 24px;
  margin-right: 36px;
  margin-bottom: 40px;
}

.sidebar__logotype:before {
  -webkit-filter: blur(0.8rem);
  filter: blur(0.8rem);
}

.sidebar__logotype a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 120%;
  background: url(../images/logotype.svg) no-repeat center center/contain;
}


.sidebar__game:not(.sidebar__game--active):hover {
  color: #fff;
}

.sidebar__game:not(.sidebar__game--active):hover .sidebar__game-name {
  opacity: 1;
  padding-left: 52px;
  padding-right: 20px;
  color: #fff;
}

.sidebar__game .icon {
  pointer-events: none;
  position: relative;
  z-index: 1;
}

.sidebar__game-center {
  z-index: 1;
  height: 100%;
  width: 100%;
  position: relative;
}

.sidebar__game--hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #3a7be6;
  opacity: 0;
}

.sidebar__game-name {
  position: absolute;
  font-weight: 600;
  height: 100%;
  left: 0px;
  background: #2D2A73;
  border-radius: 50px;
  opacity: 0;
  white-space: nowrap;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  pointer-events: none;
  text-transform: uppercase;
}

.sidebar__game--active {
  color: #387be5;
}

.sidebar__game--active .sidebar__game--hover {
  opacity: 1;
}

.sidebar__profile {
  position: relative;
  padding: 25px 0px;
  padding-bottom: 10px;
}

.sidebar__profile .sidebar__game:hover {
  color: #2D2A73;
}

.sidebar__profile:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 38px;
  height: 38px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background: #EBECF2;
}

.sidebar__profile:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -8px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 18px;
  height: 18px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background: var(--bg-secondary);
  border-radius: 4px;
}

.sidebar__user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 5px;
  position: relative;
}

.sidebar__online {
  font-size: 12px;
  font-weight: 600;
  color: #2FA6AC;
}

.sidebar__online i {
  width: 6px;
  height: 6px;
  background: #2FA6AC;
  border-radius: 50px;
  margin-right: 12px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(66, 186, 192, 0.17);
  box-shadow: 0px 0px 0px 6px rgba(66, 186, 192, 0.17);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}




@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #42bac0;
    box-shadow: 0 0 0 0 #42bac0;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(66, 186, 192, 0);
    box-shadow: 0 0 0 10px rgba(66, 186, 192, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(66, 186, 192, 0);
    box-shadow: 0 0 0 0 rgba(66, 186, 192, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #42bac0;
    box-shadow: 0 0 0 0 #42bac0;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(66, 186, 192, 0);
    box-shadow: 0 0 0 10px rgba(66, 186, 192, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(66, 186, 192, 0);
    box-shadow: 0 0 0 0 rgba(66, 186, 192, 0);
  }
}

.sidebar__socials {
  position: relative;
  grid-gap: 15px;
}

.sidebar__socials a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
}

.sidebar__socials a .icon {
  width: 16px;
  height: 16px;
}

.sidebar__social--vk {
  background: #016FED;
}

.sidebar__social--vk:hover {
  -webkit-box-shadow: 0px 0px 0em 7px rgba(1, 111, 237, 0.3);
  box-shadow: 0px 0px 0em 7px rgba(1, 111, 237, 0.3);
}

.sidebar__social--tg {
  background: #2399D3;
}

.sidebar__social--tg:hover {
  -webkit-box-shadow: 0px 0px 0em 7px rgba(35, 153, 211, 0.3);
  box-shadow: 0px 0px 0em 7px rgba(35, 153, 211, 0.3);
}


.chat {
  position: relative;

  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;

  border-left: solid 1px #DEE2F8;
  z-index: 1;
}

.chat__heading {
  padding: 8px 16px;
  line-height: 20px;
  min-height: var(--header-height);
  border-bottom: 1px solid #212739;
}

.chat__header-info{
 padding: 5px 23px;
 line-height: 22px;
 padding-right: 12px;
 position: absolute;
 top: 70px;
 z-index: 1000;
 width: 100%;
 background: linear-gradient(286.81deg, #F0F2FF 14.71%, rgba(235, 236, 242, 1));
}

.theme--dark .chat__header-info{

  background: linear-gradient(262deg, #232845 2.45%, rgba(30, 34, 63, 1) 61.7%)!important;

}

@media only screen and (max-width: 1125px){
  .chat__header-info {
    background: #EBECF2!important;
  }

  .theme--dark .chat__header-info {
    background: #1b2030!important;
  }
}

.chat__giveaway {
  position: relative;
  /*padding: 0px 30px;*/
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  /*margin-bottom: 28px;*/
}

.chat__giveaway-inner {
  background-color: #fafaff;
  padding: 15px 25px;
  border-radius: 17px;
  overflow: hidden;
  border: solid 4px #b2b7d3;
  position: relative;
}

.theme--dark .chat__giveaway-inner{
  background-color: #262b4d;
  border: solid 4px #4d517e;
}

.chat__giveaway-inner h5 {
  font-size: 13px;
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  padding-bottom: 12px;
}

.theme--dark .chat__giveaway-inner h5{
  color: #fff;
}
.chat__giveaway-timer--span {
  background-color: #b2b7d3;
  border-radius: 7px;
  width: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 28px;
  font-weight: 900;
  color: #fff !important;
  margin: 0px 2px;
}

.gx-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.theme--dark .chat__giveaway-timer--span{
  background-color: #4d517e;
}

.chat__giveaway-timer span {
  color: #9C6DF2;
}

.chat__giveaway-image {
  position: absolute;
  right: -12px;
  top: 0;
  pointer-events: none;
}



.chat__buttons {
  position: relative;
}

.chat__buttons a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #fff;
  margin-right: 6px;
  color: #777b86;
}

.chat__buttons a:hover {
  color: #2D2A73;
}

.chat__buttons a:nth-last-child(1) {
  margin: 0;
}
.allgames-sitebar {
  padding: 10px;
  font-size: 15px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.endborder{
  border-block-end: 1px solid var(--bg-secondary);
}

.borderMenu {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 12px 10px;
  gap: 6px;
  font-size: 15px;
  color: #a5a5a5;
  animation-name: showborder;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-duration: 500ms;
  border-inline-start: 1px solid var(--bg-secondary);
  left: 20px;
  margin-inline-start: 18px;
  width: max-content;
  border-radius: 0px 10px 15px 0px;
}

.borderMenu a:hover{
    display: flex;
    align-items: center;

    color: #7B809A;
    background: var(--bg-secondary);
    border-radius: 10px;
}

@keyframes showborder{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.fiv-3{
  display: flex;
  align-items: center;
  gap: 10px;
} 
.borderMenu a:hover{
  color: #ffffff;

}

.left--closed #app > .sidebar > .logo > .top-site-bar > .fdsdsfgda span {
  display: none !important;
}
.left--closed #app > .sidebar > .logo > .top-site-bar > .fdsdsfgda > .infononguest {
  display: none !important;
}
.infononguest {
    display: flex
;
    flex-direction: column;
    gap: 5px;
}
.top-metod-star4 {
  position: absolute;
  z-index: 1000;
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  display: flex;
  top: 0px;
  left: 30px;
  padding: 4px;
  background: var(--global-brand);
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  border: 4px solid #222223;
  animation: pulsev2 2s infinite ease-in-out;
}



.borderMenuNonegame{
  display: none;
}

/* Компактные превью игр под меню 1xgame в сайдбаре */
.sidebar .sidebar-games-scroll {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px 10px 12px;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.sidebar .sidebar-games-scroll .games__item {
  flex: 0 0 auto;
  width: 112px;
  min-width: 112px;
  height: auto;
  aspect-ratio: 112 / 76;
  min-height: 0;
  padding: 0;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
}
.left--closed .sidebar .sidebar-games-scroll {
  display: none;
}
.fdsdsfgda {
    display: flex
;
    align-items: center;
    gap: 10px;
}

.borderMenuNoneslot{
  display: none;
}
.fdsdsfgda span {
    font-size: 15px;
}

.overfloybord {
    background: #181b2a;
    width: 160px;
    height: 1px;
    border-radius: 100%;
    margin-left: -10px;
}

.left--closed #app > .sidebar > .tc-wrapper > .inner > .borderMenu:not(.sidebar-flyout-visible) {
  display: none !important;
}

.icon-sochial{
    width: 20px;
    height: 20px;
}

.fix-menu-site-bar-top{
  padding-top: 20px;
  
}
.fix-menu-site-bar-bottom{
  padding-bottom: 20px;
  
}

.left--closed #app > .sidebar > .tc-wrapper > .inner > .game-entettis >.allgames-sitebar > .fiv-3 > .titlenav span {
  display: none;
}
.left--closed #app > .sidebar > .tc-wrapper > .inner > .game-entettis > a .allgames-sitebar > .fiv-3 > .titlenav span {
  display: none;
}
.left--closed #app > .sidebar .game-entettis > a .allgames-sitebar > .fiv-3 > .titlenav > .top-metod-star5 {
	position: absolute;
	top: -12px;
	left: 6px;
	right: auto;
}



.left--closed #app > .sidebar > .tc-wrapper > .inner > .game-entettis > .allgames-sitebar > .logos1 {
  display: none;
}

.title.livechat_button a {
    color: white;
}

.title.livechat_button a:hover{
    color: #fff;
}

a.item.sidebar__game.game_dice {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: none;
  
  padding-left: 20px;
}

.profile-site-bar {
    /* padding: 10px; */
    background: var(--bg-secondary);
    border-radius: 50px;
    height: 45px;
    width: 45px;
    align-items: center;
    justify-content: center;
    display: flex
;
}

.title.livechat_button.fixalianse a {
    padding: 0px;
    font-weight: 700;
}

.fixalianse a{
  border: none;
}

.borderMenu a{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 45px 8px 12px;
  color: #7B809A;
  min-width: 176px;
}

.top-metod-star5 {
    position: relative;
    z-index: 1000;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    display: flex;
    top: -9px;
    left: -119px;
    padding: 3px;
    background: var(--global-brand);
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    border: 3px solid #222223;
    animation: pulsev2 2s infinite ease-in-out;
}

.allgames-sitebar:hover{
  background: var(--bg-secondary);
  border-radius: 10px;
}

.allgames-sitebar a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chat__buttons a .icon {
  margin: 0;
  width: 16px;
  height: 16px;
}

/*.chat.chat--stickers .chat__messages, .chat.chat--smiles .chat__messages{
  height: calc(100% - 360px)!important;
}


.chat__messages {
  position: relative;
  height: calc(100% - 200px);
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}
*/
.chat.chat--stickers .chat__messages, .chat.chat--smiles .chat__messages{
  height: calc(100% - 420px)!important;
}


.chat__send {
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.v9391fix{
  margin-right: 10px;
}

.chat__messages {
  position: relative;
  padding: 20px 23px;
  padding-bottom: 0px;
  padding-top: 0;
}

.chat__messages .ss-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.chat__msg {
  position: relative;
  /* width: calc(100% - 25px); */
  margin-bottom: 16px;
}

.chat__msg:nth-last-child(1) {
  margin-bottom: 0;
}

.chat__msg-avatar {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}

.chat__msg-info {
  width: calc(100% - 42px);
  line-height: 18px;
  padding-left: 10px;
  position: relative;
}

.chat__msg-info span {
  color: #2D2A73;
  font-weight: 500;
}

.chat__msg-info b {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: rgba(118, 125, 171, 0.5);
  font-weight: 600;
}

.chat__msg-message {
  font-size: 12px;
  padding: 8px 12px;
  background: #F9F9FF;
  margin-top: 8px;
  border-radius: 0 12px 12px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
}

.chat__msg-message span {
  font-weight: normal;
  line-height: normal;
  color: white;
}

.chat__msg--your .chat__msg-avatar {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.chat__msg--your .chat__msg-info {
  padding-left: 0;
  padding-right: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.chat__msg--your .chat__msg-info b {
  display: none;
}

.chat__msg--your .chat__msg-info span {
  color: transparent;
  -webkit-background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, from(#f24e47), to(#f542b9));
  background-image: linear-gradient(to right, #f24e47, #f542b9);
}

.chat__msg--your .chat__msg-message span {
  color: #767DAB !important;
  background-image: none;
}

.chat__input {
  position: relative;
  width: 100%;
}

.chat__input input {
  position: relative;
  padding: 16px;
  width: 100%;
  font-weight: 500;
  color: #29315D;
}

.chat__input input::-webkit-input-placeholder {
  color: #8895BA;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

.chat__input input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.theme--dark .chat__send .chat__buttons .send {
  background: linear-gradient(109.64deg, #397ce6 5.39%, #397ce6 63.15%);
  border-radius: 12px;
  color: #fff;
}
.chat__send .chat__buttons {
  padding: 8px;
  padding-left: 0;
}

.chat__send .chat__buttons a {
  background: transparent;
  margin-right: 3px;
}

.chat__send .chat__buttons a.active {
  color: #397ce6;
}




.chat__smiles {
  background: #F3F4F8;
  position: relative;
  width: calc(100% - 18px);
  height: 270px;
  opacity: 0;
  top: 5px;
  left: -1px;
  visibility: hidden;
  padding: 13px;
  padding-bottom: 0;
  display: none;
}

.chat__smiles.chat__smiles--active {
  opacity: 1;
  visibility: visible;
}

.chat__smiles.chat__smiles--smiles .chat__smiles-scroll {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 11px;
}

.chat__smiles.chat__smiles--stickers .chat__smiles-scroll {
  width: calc(100% - 18px);
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 11px;
}

.chat__smiles.chat__smiles--stickers .chat__smiles-item {
  height: 66px;
  width: 66px;
  padding: 25px;
}

.chat__smiles.chat__smiles--stickers .chat__smiles-item img {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  padding: 5px;
}

.chat__smiles .ss-content {
  position: relative;
}

.chat__smiles-item {
  height: 24px;
  width: 24px;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  -webkit-transition: .15s ease;
  transition: .15s ease;
}

.chat__smiles-item:hover {
  background: #22293b;
  -webkit-box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.05);
}

.chat__smiles-item img {
  pointer-events: none;
  width: 20px;
  height: 20px;
  padding: 2px;
}

.chat.chat--smiles .chat__messages {
  height: calc(100% - 255px);
}

.chat.chat--smiles .chat__smiles--smiles {
  opacity: 1;
  visibility: visible;
  display: block;
}

.chat.chat--stickers .chat__messages {
  height: calc(100% - 255px);
}

.chat.chat--stickers .chat__smiles--stickers {
  opacity: 1;
  visibility: visible;
  display: block;
}

.chat__msg-smile {
  width: 16px;
  height: 16px;
  position: relative;
  vertical-align: middle;
  margin: 0px 0px;
  pointer-events: none;
}

.chat__msg-stickers {
  vertical-align: middle;
  width: 80px;
  height: 80px;
  pointer-events: none;
}

.chat__msg-message--sticker {
  background: transparent;
}

.chat__msg .chat__buttons-admins {
  position: absolute;
  bottom: 0;
  right: 0;
  visibility: hidden;
}
.chat__msg:hover .chat__buttons-admins {
  visibility: visible;
}
.select {
  display: block;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 600;
  color: white;
  line-height: 1.3;
  padding: 15px 15px;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-radius: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(235, 236, 242, 0.5);
  border: 0;
  cursor: pointer;
}

.bx-input--select:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 43px;
  width: 8px;
  height: 8px;
  border-right: solid 1px;
  border-bottom: solid 1px;
  color: #aeb9d5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.chat__buttons-admins a {
  position: relative;
  border-radius: 50%;
  margin-right: 6px;
  color: rgba(118, 125, 171, 0.5);
}

.chat__buttons-admins a .icon {
  width: 14px;
  height: 14px;
}

.chat__buttons-admins a:nth-last-child(1) {
  margin-right: 0;
}

.chat__buttons-admins a:hover {
  color: #767dab;
}

.close-chat {
  display: none;
}



.close-chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.header .wrapper {
  height: 100%;
}

.header__links {
  position: relative;
  height: 100%;
}

.header__links li {
  position: relative;
  margin-right: 30px;
  height: 100%;
}

.header__links li a {
  position: relative;
  color: #7987AE;
  font-weight: 500;
  font-size: 14px;
  height: 100%;
  vertical-align: middle;
}

.header__links li a:hover {
  color: white;
}

.header__links li a .icon {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  pointer-events: none;
}

.header__links li a span {
  pointer-events: none;
}

.block-promis{
  background-image: radial-gradient(circle at 50% 0%, rgb(52 1 61) 0%, rgba(0, 0, 0, 0) 84%);
  background-position-x: 50%;
  background-position-y: 0%;

  
  border-radius: 20px;  
  width: 100%;
  height: 100%;
}

.block-promis2{
  background-image: radial-gradient(circle at 50% 0%, rgb(61, 47, 1) 0%, rgba(8, 8, 8, 0) 84%);
  background-position-x: 50%;
  background-position-y: 0%;

  
  border-radius: 20px;  
  width: 100%;
  height: 100%;
}

.block-promis3{
  background-image: radial-gradient(circle at 50% 0%, rgb(24, 1, 61) 0%, rgba(0, 0, 0, 0) 84%);
  background-position-x: 50%;
  background-position-y: 0%;

  
  border-radius: 20px;  
  width: 100%;
  height: 100%;
}

.line-purple {
  height: 5px;
  width: 100px;
  background: rgb(221, 0, 255);
}

.line-purple2{
  height: 5px;
  width: 80px;
  background: rgba(183, 0, 255, 0.723);

}

.line-yellow {
  height: 5px;
  width: 100px;
  background: rgb(255, 225, 0);
}

.line-yellow2{
  height: 5px;
  width: 80px;
  background: rgba(255, 174, 0, 0.723);
}

.line-violet {
  height: 5px;
  width: 100px;
  background: rgb(102, 0, 255);
}

.line-violet2{
  height: 5px;
  width: 80px;
  background: rgba(119, 0, 255, 0.723);
}

.promis-title{
  padding: 40px;
  border-bottom:6px solid #141415;
  min-height: 160px;
}

.top-promis{
  font-size: 30px;
  font-weight: 700;

}

.bot-promis{
  padding: 50px;
  font-size: 20px;
  display: flex;
  
  flex-direction: column;
  gap: 15px;
}

.line-bot-promise{
  list-style-type: disc;
  padding-bottom: 20px;
}

.line-about{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.promis-bot{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.block-promis4{
  background-image: radial-gradient(circle at 50% 0%, rgb(0 61 52) 0%, rgba(0, 0, 0, 0) 84%);
  background-position-x: 50%;
  background-position-y: 0%;
  border-radius: 20px;  
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 255, 217, 0.1);
}

.line-blue {
  height: 5px;
  width: 100px;
  background: rgb(0, 255, 217);
}

.line-blue2{
  height: 5px;
  width: 80px;
  background: rgba(0, 255, 217, 0.723);
}

@media (max-width: 768px) {
  .block-promis-partner-bottom .bot-promis {
    flex-direction: column !important;
    gap: 20px;
    text-align: center;
  }
  .block-promis-partner-bottom .partner-text {
    max-width: 100% !important;
  }
}

.header__user-b {
  position: relative;
  margin-right: -28px;
  height: 41px;
  background: var(--bg-secondary);
  color: #FFFFFF;
  border-radius: 50px;
  padding: 0px 40px 0 18px;
}

.promo-sidebar-card {
  background: linear-gradient(135deg, #1A1C3C 0%, #291D4E 100%);
  border-radius: 20px;
  padding: 20px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.promo-sidebar-card--cashback {
  background: linear-gradient(135deg, #4b1263 0%, #0d0c36 100%);
  border-color: rgba(181, 74, 255, 0.2);
}

.promo-sidebar-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.promo-status-badge {
  background: rgba(0, 255, 0, 0.15);
  color: #00ff00;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 6px;
  letter-spacing: 0.5px;
}

.promo-icon-circle {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.9);
}

.promo-sidebar-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 15px;
}

.promo-sidebar-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 2px;
  font-weight: 500;
}

.promo-sidebar-title {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 5px;
  background: linear-gradient(90deg, #fff, #bbaaff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.promo-sidebar-value {
  font-size: 42px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin: 5px 0;
  text-shadow: 0 0 20px rgba(181, 74, 255, 0.5);
}

.promo-sidebar-desc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.promo-sidebar-btn {
  background: white;
  color: #291D4E;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.promo-sidebar-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  color: #291D4E;
}

.promo-sidebar-card--tournament {
    background: var(--bg-secondary);
}
.promo-sidebar-card--tournament .promo-icon-circle {
  background: rgba(255, 215, 0, 0.15);
  color: #FFD700;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.1);
}
.promo-sidebar-card--tournament .promo-status-badge {
  background: rgb(99 255 90 / 15%);
  color: #89ff5a;
}

.promo-sidebar-card--empty {
  background: linear-gradient(135deg, #1f2130 0%, #151621 100%);
  border-color: rgba(255, 255, 255, 0.05);
  justify-content: center;
}

.promo-sidebar-leaders {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 10px;
  width: 100%;
  margin-top: 10px;
}

.promo-leader-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13px;
}
.promo-leader-row:last-child { border-bottom: none; }

.promo-leader-place {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  margin-right: 8px;
  color: #aaa;
}
.promo-leader-place.place-1 { background: #FFD700; color: #000; box-shadow: 0 0 10px rgba(255, 215, 0, 0.3); }
.promo-leader-place.place-2 { background: #C0C0C0; color: #000; }
.promo-leader-place.place-3 { background: #CD7F32; color: #000; }

.promo-leader-name {
  flex: 1;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 8px;
}

.promo-leader-prize {
  font-weight: 600;
  color: #fff;
}

.header__user-b span {
  font-size: 12px;
  font-weight: 500;
}

.header__user-b .icon {
  margin-left: 8px;
  width: 16px;
  height: 16px;
  color: #f2ac44;
}

.header__user-profile {
  position: relative;
  /* margin-left: 15px; */
  height: 48px;
  /* padding-right: 60px; */
  border-radius: 12px;
  cursor: pointer;
  background: #E0E3F1;
  color: #777b86;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

.first-bonus-dep1{
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 200px;
  padding: 20px;
  min-width: 310px;
}
.bonus-dep-color2{
  background: radial-gradient(100% 100% at 50% 0%, #ff99c3 11.48%, #f60073 100%);
}
.bonus-dep-color3{
  background: radial-gradient(100% 100% at 50% 0%, #d499ff 11.48%, #6e00f6 100%);
}
.bonus-dep-color4{
  background: radial-gradient(100% 100% at 50% 0%, #99d6ff 11.48%, #0084f6 100%);
}
.btn-get-bonus-dep {
    padding: 10px 25px;
    background: white;
    color: black;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
}

svg.block-lock {
    fill: #acacac;
}

.header__user-profile.dropdown {
  background: #fff;
  /* border-radius: 16px 16px 0px 0px; */
}

.header__user-profile.dropdown .header__user-dropdown {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  /* background:#0f1128;
  box-shadow: 1px 1px 17px #000000; */
  
}

.header__user-profile.dropdown:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.header__user-profile:before {
  content: '';
  position: absolute;
  right: 6px;
  top: 6px;
}

.header__user-profile .icon {
  width: 14px;
  pointer-events: none;
  height: 14px;
}

.header__user-dropdown {
  position: absolute;
  right: 0;
  top: 55px;
  background: var(--base-neutral);
  -webkit-box-shadow: 0px 17px 18px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 17px 18px rgba(0, 0, 0, 0.02);
  border-radius: 20px;
  width: 169px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  visibility: hidden;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  width: 300px;
  min-height: 350px;
  
}
    


.header__user-dropdown a b {
  color: white;
}

.header__user-dropdown a:hover {
  background: rgba(0, 0, 0, 0.03);
}

.header__user-dropdown a:nth-last-child(1) {
  border: 0;
  /* border-radius: 0px 0px 16px 16px; */
}

.header__user-dropdown a:hover {
  color: #576181;
}

.header__user-dropdown a .icon {
  margin-right: 12px;
  pointer-events: none;
}

.header__user-dropdown a span {
  position: relative;
  pointer-events: none;
}

.title-footer span{
    font-weight: 700;
    font-size: 18px;
}
юsupport-tgф

.header__user-dropdown--id {
  pointer-events: none;
  font-size: 14px !important;
  cursor: default;
}

.header__right {
  position: relative;
}

.header__right .sidebar__logotype {
  display: none;
  margin: 0;
}

.footer {
  position: relative;
  flex: 0 1 auto;
  padding: 16px;
  font-size: 12px;
}

.footer__links {
  position: relative;
}

.footer__link {
  position: relative;
  margin-right: 18px;
}

.footer__link:nth-last-child(1) {
  margin-right: 0;
}

.footer__link a {
  /* text-transform: uppercase; */
  color: #98A0CF;
  font-size: 13px;
  font-weight: 500;
}

.footer__link a:hover {
  color: #737aa5;
}

.footer__text {
  font-size: 12px;
  font-weight: 500;
  color: rgba(152, 160, 207, 0.5);
}

nav.mobile-menu__links.d-flex.align-center.justify-space-between li {
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    font-weight: 500;
    color: #a8a8a8;
}

.mobile-menu {
  position: fixed;
  bottom: -1px;
  width: 100%;
  right: 0;
  text-align: center;
  /* border-radius: 100px; */
  margin: 0 auto;
  left: 0;
  height: 66px;
  background: #e4e6f2;
  z-index: 8;
  padding: 10px 35px 20px 35px;
  display: none;
}

.mobile-menu__links {
  width: 100%;
  position: relative;
}

.mobile-menu__links li a {
  /* width: 52px; */
  height: 35px;
  /* bottom: 15px; */
  /* display: -webkit-box; */
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* border-radius: 50%; */
  position: relative;
}


.mobile-menu__links li a.active {
  color: #c2e0ff;
}

a.btn_active.active svg {
    fill: #fff !important;
    padding: 8px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #fd3d6c;
    margin-top: -26px;
    color: #c2e0ff; 
    transition: color .15s ease-out;
    box-shadow: 0 6px 22px #da052d4d;
}

/*  */
.mobile-navbar {
    position: fixed;
    z-index: 6;
    left: 43%;
    bottom: 65px;
    background-color: #EBECF2;
    width: 57%;
    padding: 20px;
    padding-top: 30px;
    display: none;
    border-radius: 20px 0px 0px 0px;
    box-shadow: 1px 1px 17px #000000;
    animation-name: forssd;
    animation-duration: 500ms;
    /* animation-timing-function: cubic-bezier(0.01, 1.23, 0.28, 0.99); */
    /* animation-fill-mode: forwards; */
}

/* @keyframes forssd{
  0%{
    top: 100%;
  }
  100%{
    top: 20%;
  }
} */


@keyframes menumenu{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
/* .mobile-navbar:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 8px;
  left: 0;
  background: url(../images/borders.svg) repeat;
} */

.mobile-navbar a {
  display: inline-block;
  /* text-transform: uppercase; */
  font-weight: 500;
  padding: 15px 15px;
  border-radius: 15px;
  background: #fff;
  margin-bottom: 10px;
}

.mobile-navbar a:nth-last-child(1) {
  margin-bottom: 0;
}

.more--opened .mobile-navbar {
    display: flex;
    animation: mobile-navbar-slide-up 0.35s ease-out forwards;
}

@keyframes mobile-navbar-slide-up {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.more--opened .mobile-navbar.mobile-navbar--closing {
    animation: mobile-navbar-slide-down 0.35s ease-in forwards;
}

@keyframes mobile-navbar-slide-down {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(100%);
    }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #EBECF2;
}

.preloader-remove .preloader__lift{
  opacity: 0;
  transition: .4s;
}
.logo-email{
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 15px;
}

.avatar-profv1 {
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.email-profv1 {
  font-size: 20px;
  font-weight: 600;
}

.prof-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.data--reg{
  padding: 5px 10px;
  border-radius: 10px;
  background: #1B2030;
  width: 140px;
}

.profv1{
  padding: 20px;
}
.preloader__lift {
  position: relative;
  width: 275px;
  height: 320px;
    -webkit-animation: startupWindowAnimation 1s ease-in-out .2s infinite normal;
    animation: startupWindowAnimation 1s ease-in-out .2s infinite normal;
}

.preloader__lift-container {
  width: 220px;
  height: 270px;
  position: relative;
  border-radius: 20px;
  padding: 12px;
  overflow: hidden;
}

.preloader__door {
  width: 93px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#27385E), to(#1C2D52));
  background: linear-gradient(180deg, #27385E 0%, #1C2D52 100%);
  -webkit-box-shadow: inset 5px 6px 12px rgba(73, 93, 137, 0.49);
  box-shadow: inset 5px 6px 12px rgba(73, 93, 137, 0.49);
  border-radius: 20px;
}

.preloader__door--one {
  -webkit-animation: loading ease 1s;
  animation: loading ease 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

@-webkit-keyframes loading {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes loading {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.preloader__door--two {
  -webkit-animation: loading2 ease 1s;
  animation: loading2 ease 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

@-webkit-keyframes loading2 {
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes loading2 {
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.popup__tabs_promo{
  display: flex;
  gap: 8px;
}
.preloader__loader {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  opacity: 0;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation: opacity 5s ease;
  animation: opacity 5s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.preloader.preloader-remove{
  opacity: 0;
  transition: .8s;
  z-index: 0;
}
.bx-input {
  position: relative;
  width: 100%;
  margin-bottom: 10px !important;
}

.bx-input:nth-last-child(1) {
  margin-bottom: 0;
}

.bx-input__input {
  position: relative;
  background: #F3F4F8;
  border-radius: 15px;
  padding: 0px 20px;
}


.bx-input__input input {
  height: 50px;
  color: #7987AE;
  font-weight: 500;
  width: 90px;
  text-align: right;
}

.popup .bx-input__input input {
  height: 55px;
  color: #7987AE;
  font-weight: 500;
  width: -webkit-fill-available;
  text-align: right;
}


.gx-game-item-bk .center {
  position: absolute;
  width: 100%;
  height: 80%;
  top: 0;
  bottom: 43px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  border-radius: 20px;
  background: #191c26;
}

.gx-game-item {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 160px;
	min-height: 180px;
	background: none;
	border-radius: 12px;
	padding: 16px;
	padding-bottom: 0;
	align-items: end;
	justify-content: space-between;
}

.bx-input__input input::-webkit-input-placeholder {
  color: rgba(120, 135, 174, 0.5);
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}

.bx-input__input input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.bx-input__input .icon {
  margin-left: 8px;
  color: #f2ac44;
}

.bx-input__text {
  color: #777b86;
  font-weight: 500;
  text-wrap: nowrap;
}

.bx-input__btn {
  margin-top: 10px;
}

.bx-input__btn .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.help {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  padding: 9px 11px;
  border-radius: 50px;
  color: #5B330E;
  background: linear-gradient(91.96deg, rgba(255, 138, 31, 0.4) 1.43%, rgba(255, 138, 31, 0) 98.35%);
}

.help:hover {
  color: #FC881D;
}

.help .icon {
  width: 16px;
  margin-right: 10px;
  height: 16px;
  pointer-events: none;
  color: #FC881D;
}

.help span {
  pointer-events: none;
}

.slot_games {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 13px;
  position: relative;
  margin-bottom: 13px;
}


.games {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 13px;
  position: relative;
  margin-bottom: 15px;
}
img.top-metod-star1 {
    position: absolute;
    z-index: 1000;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    display: flex;
    top: 122px;
    left: 275px;
    padding: 4px;
    background: aliceblue;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.wallet__method.d-flex.align-center {
  flex-direction: row;
}
img.top-metod-star2 {
position: absolute;
    z-index: 1000;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    display: flex;
    top: 232px;
    left: 134px;
    padding: 4px;
    background: aliceblue;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
img.top-metod-star3 {
    position: absolute;
    z-index: 1000;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    display: flex;
    top: 122px;
    left: 134px;
    padding: 4px;
    background: aliceblue;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}


.games__item {
  position: relative;
  height: 270px;
  border-radius: 20px;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  padding: 24px 28px;
  overflow: hidden;
}

.games__item:before {
  -webkit-filter: blur(10rem);
  filter: blur(10rem);
}
.games__item.games__item--shoot {
  background-image: url(../img/home/crazyshoot.jpg);
  background-size: cover;
  background-position: center;
}
.games__item.games__item--coin {
  background-image: url(../img/home/coinflip.jpg);
  background-size: cover;
  background-position: center;
}

.games__item.games__item--slots {
  background-image: url(../img/home/slots.jpg);
  background-size: cover;
  background-position: center;
}
.games__item.games__item--x30 {
  background-image: url(../img/home/x30.jpg);
  background-size: cover;
  background-position: center;
}

.games__item.games__item--dice {
  background-image: url(../img/home/dice.jpg);
  background-size: cover;
  background-position: center;
}

.games__item.games__item--mines {
  background-image: url(../img/home/mines.jpg);
  background-size: cover;
  background-position: center;
}

.games__item.games__item--crash {
  background: url(../img/home/crash.jpg);
  background-size: cover;
  background-position: center;
}

.games__item.games__item--x100 {
  background-image: url(../img/home/x100.jpg);
  background-size: cover;
  background-position: center;
}

.games__item.games__item--keno {
  background: linear-gradient(236.46deg, #B8812F -0.12%, #74073B 72.27%);
  border-bottom: solid 4px #56072B;
}

.games__item.games__item--jackpot {
  background: linear-gradient(236.46deg, #E01B62 -0.12%, #1469CD 72.27%);
  border-bottom: solid 4px #0851A5;
}

.games__item.games__item--cashhunt {
  background: linear-gradient(236.46deg, #44E9FF -0.12%, #145ECD 72.27%);
  border-bottom: solid 4px #0851A5;
}

.games__item--boomcity{
  background: linear-gradient(236.46deg, #ffae2e -0.12%, #ff6c2e 72.27%);
  border-bottom: solid 4px #ff562e;
}

.games__item.games__item--slots .games__item-text span{
  font-size: 24px;
}
.games__item.games__item--slots .games__item-text p{
  font-size: 16px;
}


.games__item-bg-slots{
  position: absolute;
  right: 80px;
  top: 5%;
  height: 350px;
 }

 .games__item-bg-slots img{
  height: 100%;
 }

 .games__item-bg-slots img:nth-child(1){
  opacity: 0.2;
  position: absolute;
  top: 0;
  right: 100px;
  z-index: 1;
 }

 .games__item-bg-slots img:nth-child(2){
  position: relative;
  z-index: 2;
 }

 @media(max-width: 650px){
  .games__item.games__item--slots {
    padding: 24px 28px;
    height: 200px;
  }

  .games__item.games__item--slots .games__item-text span{
    font-size: 32px;
  }
  .games__item.games__item--slots .games__item-text p{
    font-size: 12px;
  }

  .games__item--slots.align-center{
    align-items: flex-end;
  }

  .games__item-bg-slots{
    position: absolute;
    right: 0px;
    top: 5%;
    height: 350px;
   }
 }

.games__item.games__item--coin .coinflip__wrapper {
  position: absolute;
  right: -13%;
  bottom: 6%;
}

.games__item.games__item--coin .coinflip__wrapper .coinflip__back {
  -webkit-animation: back-rotation 2s ease infinite;
  animation: back-rotation 2s ease infinite;
}

@-webkit-keyframes back-rotation {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

@keyframes back-rotation {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

.games__item.games__item--coin .coinflip__wrapper .coinflip__front {
  -webkit-animation: front-rotation 2s ease infinite;
  animation: front-rotation 2s ease infinite;
}

@-webkit-keyframes front-rotation {
  from {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes front-rotation {
  from {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

.games__item-text {
  position: relative;
  z-index: 3;
  pointer-events: none;
}

.games__item-text span {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.14);
}

.games__item-text p {
  font-size: 12px;
  padding-top: 10px;
  color: #7485b7;
}


.games__item-bg-shoot {
  position: absolute;
  left: 25%;
  bottom: -90px;
}


.games__item-bg-ellipse, .games__item-bg-ellipse_snow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  border-radius: 35px;
  background: url(../images/games/bg-ellipse.svg) no-repeat center center/cover;
}

.games__item-bg-ellipse_snow{
  background: transparent;
}

.games__item-bg-confetti {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  background: url(../images/games/bg-confetti.png) no-repeat center center/cover;
  mix-blend-mode: lighten;
}

.games__item-bg--x30 {
  position: absolute;
  bottom: -10%;
  width: 500px;
  height: 500px;
  z-index: 2;
  background: url(../images/games/x30/wheel-card.svg) no-repeat center center/contain;
  -webkit-animation: rotate 60s linear infinite;
  animation: rotate 60s linear infinite;
  left: 30%;
}

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

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

.games__item-bg--dice {
  position: absolute;
  left: 0%;
  bottom: -65%;
  width: 500px;
  height: 500px;
  z-index: 2;
  background: url(../images/games/dice/dice-card.png) no-repeat center center/contain;
}

.games__item-bg--dice-2 {
  position: absolute;
  width: 60px;
  height: 40px;
  right: 5%;
  bottom: 15%;
  z-index: 3;
  background: url(../images/games/dice/dice.png) no-repeat center center/contain;
  -webkit-animation: 12s linear infinite roll_dice;
  animation: 12s linear infinite roll_dice;
  animation-direction: alternate-reverse;
}

@-webkit-keyframes roll_dice {
  0% {
    -webkit-transform: rotate(-21deg) translateY(30px);
    transform: rotate(-21deg) translateY(30px);
  }
  50% {
    -webkit-transform: rotate(360deg) translateY(-12px) translateX(-22px);
    transform: rotate(360deg) translateY(-12px) translateX(-22px);
  }
  100% {
    -webkit-transform: rotate(-40deg) translateY(-30px);
    transform: rotate(-40deg) translateY(-30px);
  }
}

@keyframes roll_dice {
  0% {
    -webkit-transform: rotate(-21deg) translateY(30px);
    transform: rotate(-21deg) translateY(30px);
  }
  50% {
    -webkit-transform: rotate(360deg) translateY(-12px) translateX(-22px);
    transform: rotate(360deg) translateY(-12px) translateX(-22px);
  }
  100% {
    -webkit-transform: rotate(-40deg) translateY(-30px);
    transform: rotate(-40deg) translateY(-30px);
  }
}

.games__item-bg--dice-3 {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 25%;
  bottom: 35%;
  z-index: 3;
  background: url(../images/games/dice/dice.png) no-repeat center center/contain;
  -webkit-animation: 12s linear infinite roll_dice;
  animation: 12s linear infinite roll_dice;
  animation-direction: alternate-reverse;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}

@keyframes roll_dice {
  0% {
    -webkit-transform: rotate(-21deg) translateY(30px);
    transform: rotate(-21deg) translateY(30px);
  }
  50% {
    -webkit-transform: rotate(360deg) translateY(-12px) translateX(-22px);
    transform: rotate(360deg) translateY(-12px) translateX(-22px);
  }
  100% {
    -webkit-transform: rotate(-40deg) translateY(-30px);
    transform: rotate(-40deg) translateY(-30px);
  }
}

.games__item-bg--dice-2 {
  position: absolute;
  width: 60px;
  height: 40px;
  right: 5%;
  bottom: 15%;
  z-index: 3;
  background: url(../images/games/dice/dice.png) no-repeat center center/contain;
  -webkit-animation: 12s linear infinite roll_dice;
  animation: 12s linear infinite roll_dice;
  animation-direction: alternate-reverse;
}

@keyframes roll_dice {
  0% {
    -webkit-transform: rotate(-21deg) translateY(30px);
    transform: rotate(-21deg) translateY(30px);
  }
  50% {
    -webkit-transform: rotate(360deg) translateY(-12px) translateX(-22px);
    transform: rotate(360deg) translateY(-12px) translateX(-22px);
  }
  100% {
    -webkit-transform: rotate(-40deg) translateY(-30px);
    transform: rotate(-40deg) translateY(-30px);
  }
}

.games__item-bg--mines {
  position: absolute;
  left: 0px;
  top: -100px;
  width: 130%;
  height: 170%;
  background: url(../images/games/mines/mines-card.svg) repeat center center/cover;
  background-position-y: 297px;
  background-size: 450px 580px;
  -webkit-animation: 13s linear infinite mines;
  animation: 13s linear infinite mines;
  -webkit-transition-duration: 1000s;
  transition-duration: 1000s;
}

@-webkit-keyframes mines {
  from {
    background-position: 450px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes mines {
  from {
    background-position: 450px 0;
  }
  to {
    background-position: 0 0;
  }
}

.games__item-bg--mines2 {
  position: absolute;
  right: -70px;
  top: -40px;
  width: 230px;
  height: 240px;
  background: url(../images/games/mines/mines.png) no-repeat center center/cover;
  z-index: 2;
  background-size: contain;
}

.games__item-bg--crash {
  position: absolute;
  right: -90px;
  top: -50px;
  width: 230px;
  height: 240px;
  background: url(../images/games/crash/crash.png) no-repeat center center/cover;
  background-size: contain;
}

.games__item-bg--crash-x {
  position: absolute;
  right: 0px;
  top: -100px;
  width: 170px;
  height: 490px;
  background: url(../images/games/crash/crash-x.svg) repeat center center/cover;
  background-position-y: 0;
  background-size: 170px 310px;
  -webkit-animation: 8s linear infinite crash;
  animation: 8s linear infinite crash;
  -webkit-transition-duration: 1000s;
  transition-duration: 1000s;
  z-index: 2;
}

@-webkit-keyframes crash {
  from {
    background-position: 0px 310px;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes crash {
  from {
    background-position: 0px 310px;
  }
  to {
    background-position: 0 0;
  }
}

.games__item-bg--x100 {
  position: absolute;
  left: 30%;
  bottom: 0%;
  width: 600px;
  height: 600px;
  z-index: 2;
  background: url(../images/games/x100/wheel-card.svg) no-repeat center center/contain;
  -webkit-animation: rotate 30s linear infinite;
  animation: rotate 30s linear infinite;
}

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

.games__item-bg--keno-x {
  position: absolute;
  right: 0px;
  top: -100px;
  width: 170px;
  height: 490px;
  background: url(../images/games/keno/keno.svg) repeat center center/cover;
  background-position-y: 0;
  background-size: 190px 190px;
  -webkit-animation: 8s linear infinite keno;
  animation: 8s linear infinite keno;
  -webkit-transition-duration: 1000s;
  transition-duration: 1000s;
  z-index: 2;
}

@-webkit-keyframes keno {
  from {
    background-position: 0px -190px;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes keno {
  from {
    background-position: 0px -190px;
  }
  to {
    background-position: 0 0;
  }
}

.games__item-bg--keno {
  position: absolute;
  right: -60px;
  top: -30px;
  width: 170px;
  height: 170px;
  background: url(../images/games/keno/keno-card.svg) center center/contain no-repeat;
  z-index: 3;
}

.games__item-bg--jackpot {
  position: absolute;
  right: -82px;
  bottom: -50px;
  width: 240px;
  height: 240px;
  background: url(../images/games/jackpot/jackpot-card.png) no-repeat center center/cover;
  background-size: contain;
  z-index: 3;
}

.games__item-bg--jackpot-coins {
  position: absolute;
  right: 0px;
  top: -100px;
  width: 170px;
  height: 490px;
  background: url(../images/games/jackpot/jackpot.png) repeat center center/cover;
  background-position-y: 0;
  background-size: 190px 190px;
  -webkit-animation: 16s linear infinite keno;
  animation: 16s linear infinite keno;
  -webkit-transition-duration: 1000s;
  transition-duration: 1000s;
  z-index: 2;
}

@keyframes keno {
  from {
    background-position: 0px 190px;
  }
  to {
    background-position: 0 0;
  }
}

.games__item--soon {
  cursor: default;
  pointer-events: none;
}

.games__item-soon {
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 8px 14px;
  border-radius: 50px;
  background: #073163;
  color: #A8D0FF;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 500;
}

.games__item-bg--cashhunt {
  position: absolute;
  right: -130px;
  bottom: -50px;
  width: 240px;
  height: 240px;
  background: url(../images/games/cashhunt/cashhunt.png) no-repeat center center/cover;
  background-size: contain;
  z-index: 3;
}

.games__item-bg--cashhunt-x {
  position: absolute;
  right: 0px;
  top: -100px;
  width: 170px;
  height: 490px;
  background: url(../images/games/cashhunt/cashhunt-card.svg) repeat center center/cover;
  background-position-y: 0;
  background-size: 90px 350px;
  -webkit-animation: 13s linear infinite cashhunt;
  animation: 13s linear infinite cashhunt;
  -webkit-transition-duration: 1000s;
  transition-duration: 1000s;
  z-index: 2;
}

@-webkit-keyframes cashhunt {
  from {
    background-position: 0px 350px;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes cashhunt {
  from {
    background-position: 0px 350px;
  }
  to {
    background-position: 0 0;
  }
}

.history {
  position: relative;
  padding-top: 0px;
}

.history table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1em;
  background: var(--bg-secondary);
  /* padding: 10px; */
  border-radius: 20px;
}


.history__game {
  position: relative;
  width: 100%;
}

.history__game .icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.history__game span {
  font-weight: 600;
  text-transform: uppercase;
}

.history__user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}

.history__sum {
  position: relative;
}

.history__sum .icon {
  margin-left: 8px;
}

.history__user span {
  position: relative;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.history .icon.money {
  width: 14px;
  height: 14px;
}

.history__x {
  position: relative;
}

.history__x-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 900;
  opacity: 0.07;
}

body.active {
  overflow: hidden;
}

body.active > #app {
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.overlayed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background: rgba(235, 236, 242, 0.65);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 30px;
}

.overlayed.animation-closed .popup {
  animation: slideOut 0.3s ease;
  animation-fill-mode: forwards;
  transform: translateX(0);
  opacity: 1;
}

@-webkit-keyframes slideOut {
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideOut {
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.overlayed.active {
  opacity: 1;
  visibility: visible;
}

.popup {
  width: 700px;
overflow: hidden;
  background: #F7F8FE;
  position: relative;
  border-radius: 12px;
  display: none;
  visibility: hidden;

  /* animation-delay: 1000s;
  animation: slideIn 0.3s ease;
  animation-fill-mode: forwards;
  transform: translateY(100%); */

  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
}

@-webkit-keyframes slideIn {
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slideIn {
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.popup__title {
  position: relative;
  padding-bottom: 10px;
}

.popup__title span {
  font-weight: 600;
  font-size: 20px;
}

.popup .bx-input__input {
  background: rgba(235, 236, 242, 0.5);
}

.popup .bx-input__input label {
  font-size: 12px;
}

.popup .bx-input__text {
  font-size: 12px;
}

.popup .bx-input__create-coupon {
  display: -ms-grid;
  display: grid;
 /* -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);*/
  /*grid-template-columns: 1fr 30%;*/

  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.popup .bx-input__create-coupon:nth-child(2) {
  display: -ms-grid;
  display: grid;
 /* -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);*/
  /*grid-template-columns: 1fr 30%;*/
  margin-top: 10px;
  grid-template-rows: 1fr;
  grid-template-columns: 3fr 1fr;
  grid-gap: 10px;
}


.popup .close {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  /* background: radial-gradient(63.64% 63.64% at 50% 88.64%, rgba(215, 218, 243, 0.5) 34.37%, rgba(227, 229, 249, 0.5) 100%); */
  /* box-shadow: inset 0px 6px 0px rgba(221, 224, 255, 0.5); */
  cursor: pointer;
  color: #777b86;
}

.popup .close:hover {
  color: #6b97f6;
}

.popup .close .icon {
  width: 16px;
  height: 16px;
}

.popup__content {


  display: flex;
  flex-direction: column;
  flex: 1;
}

.popup__tabs {
  position: relative;
  color: #7987AE;
  border: 1px solid #252c40;
  border-radius: 16px;
}

.popup__tabs span {
  font-weight: 600;
  font-size: 14px;
}

.popup__tab {
  position: relative;
  padding: 14px 22px;
  border-radius: 14px;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border: 2px solid transparent;
}

.popup__tab:hover {
  color: white;
}

.popup__tab .icon {
  width: 0px;
  height: 16px;
  margin-right: 0px;
  opacity: 0;
  pointer-events: none;
}

.popup__tab span {
  pointer-events: none;
}

.popup__tab--active {
  border: 2px solid #EAECF4;
  color: white;
}

.popup__tab--active .icon {
  width: 16px;
  opacity: 1;
  margin-right: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #ffffff;
}

.popup.popup--about {
  width: 400px;
}

.popup.popup--about p {
  font-size: 12px;
  line-height: 21px;
  text-align: justify;
  color: #969696;
}
.copy-icon {
  width: 14px;
  height: 14px;
}

.text-and-copy {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.dotted{
  border-style: dashed; /* Или dashed */
  border-width: 2px;
  border-color: rgb(152, 152, 152);
  border-radius: 5px;
}

.copy-icon-block {
  background: #9e9e9e;
  padding: 2px;
  border-radius: 5px;
  display: flex;
}

.base-title-modal {
  display: flex;
  gap: 10px;
}

.block_iconWrapper-OEldI {
  background: #3860ff;
  align-content: center;
  justify-content: center;
  display: flex;
  padding: 6px;
  border-radius: 9px;
}

.table-rules-dep{
  background: #f0f2f5;
  border-radius: 15px;
}

.table-rules-dep ul li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
}
.table-rules-dep ul li span{
  color: black;
  font-size: 14px;
}

.btn-get-modal-dep {
  background: var(--global-lime);
  padding: 12px 12px;
  border-radius: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 15px;
  color: black;
}

.list-root-title {
  color: black;
  font-size: 20px;
}
.about-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 15px;
}
.popup--dep{
  padding: auto;
}
.total-right-info {
  color: black;
  font-size: 15px;
  font-weight: 500;
}

.wrapper-root-lending {
  /* padding-bottom: 10px; */
}

.icon-base_root-F1flk {
  fill: white;
}

.popup.popup--about .borders {
  position: relative;
  width: 100%;
  background: url(../images/borders.svg) repeat;
  height: 8px;
  margin: 15px 0px;
}

.popup.popup--about h4 {
  margin-bottom: 15px;
}

.popup.popup--about .bets {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
}

.popup.popup--about .bets .x30__bet-heading {
  border-radius: 15px;
}

.popup table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1em;
}

.popup table thead > tr > td {
  text-transform: uppercase;
  font-weight: 500;
  color: #9daac9;
  padding-bottom: 8px;
  font-size: 12px;
}

.popup table tbody > tr > td {
  font-weight: 600;
  color: rgb(53, 53, 53);
  padding: 8px 0px;
}

.popup__fair {
  position: relative;
  margin-top: 20px;
  word-break: break-all;
}

.popup__fair-item {
  margin-bottom: 20px;
}

.popup__fair-item:nth-last-child(1) {
  margin-bottom: 0;
}

.popup__fair-item b {
  margin-right: 10px;
  width: 90px;
  flex-direction: column;
  font-size: 14px;
}

b.test-dice-fair {
  color: #4a516d;
}

.popup__fair-item {
  /* margin-bottom: 20px; */
  background: #111620;
  /* border-radius: 10px; */
  min-height: 63px;
  padding: 10px;
  border-bottom: 1px solid var(--bg-secondary);
}

.popup__fair.d-flex.flex-column {
  background: #111620;
  padding: 11px;
  border-radius: 34px;
  /* border-bottom: 1px solid; */
  /* gap: 2px; */
}

.infodice-fire {
  padding: 16px;
  color: #4f5876;
}

.popup__fair-item span {
  width: calc(100% - 90px);
}

.popup.active {
  display: block;
  visibility: visible;
}

.wallet {
  position: relative;
}

.wallet__methods {
  height: 320px;
  /* background: #EBECF2;
  -webkit-box-shadow: inset 0px 6px 0px #DDE0FF;
  box-shadow: inset 0px 6px 0px #DDE0FF; */

  width: 280px;
  /* padding: 15px 14px; */
}

.wallet__scroll {
  position: relative;
  height: 100%;
}

.wallet__scroll .ss-scroll {
  margin-left: -5px;
  background: rgba(45, 42, 115, 0.15) !important;
  width: 0px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/* .wallet__method {
  position: relative;
  padding: 12px 14px;
  border-radius: 15px;
  background: #FFFFFF;
  width: 100%;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  line-height: 20px;
  border-left: solid 3px transparent;
  margin-bottom: 10px;
} */

.wallet__method:nth-last-child(1) {
  margin-bottom: 0;
}

.wallet__method img {
  width: 24px;
  height: 24px;
  /* margin-right: 15px; */
  pointer-events: none;
  /* border-radius: 8px; */
}



.wallet__method b {
  color: #7987AE;
  font-size: 12px;
  pointer-events: none;
}

.wallet__content {
  width: calc(100% - 200px);
  padding-left: 16px;
  position: relative;
}

.wallet__order {
  position: relative;
  padding-bottom: 10px;
}

.wallet__txt {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  line-height: 25px;
}

.wallet__txt span {
  color: #7987AE;
}

.wallet__txt span .icon {
  margin-left: 6px;
}

.wallet__txt b {
  font-size: 14px;
}

.wallet__txt b span {
  margin-left: 4px;
  color: #5d87e7;
}

.wallet__tabs {
  position: relative;
  color: #7987AE;
  margin-bottom: 20px;
}

.wallet__tab {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  padding: 12px 18px;
  border-radius: 15px;
  text-transform: uppercase;
  opacity: .5;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.wallet__tab:not(.wallet__tab--active):hover {
  opacity: .7;
}

.wallet__tab span {
  pointer-events: none;
}

.wallet__tab .icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  pointer-events: none;
}

.wallet__tab--active {
  background: #fff;
  color: white;
  opacity: 1;
}

.wallet__tab--active .icon {
  color: #397ae6;
}

.wallet__history {
  position: relative;
  width: 100%;
}

.wallet__history-item {
  position: relative;
  width: 100%;
  padding: 10px;
  border-radius: 15px;
  background: rgba(235, 236, 242, 0.5);
  margin-bottom: 10px;
}

.wallet__history-item:nth-last-child(1) {
  margin-bottom: 0;
}

.wallet__history-item .wallet__method {
  padding: 0;
  background: transparent;
  margin: 0;
  margin-right: 10px;
}

.wallet__history-sum {
  font-size: 12px;
  font-weight: 600;
  color: white;
}

.wallet__history-sum .icon {
  margin-left: 8px;
}

.wallet__history-status {
  font-size: 12px;
  font-weight: 500;
  color: #7987AE;
}

.x30 {
  position: relative;
}

.x30__wheel {
  position: relative;
}

.x30__wheels {
  position: relative;
  min-width: calc(100% + 60px);
  height: 300px;
  overflow: hidden;
}

/* .x30__wheels:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#EBECF2), to(rgba(235, 236, 242, 0)));
  background: linear-gradient(180deg, #EBECF2 0%, rgba(235, 236, 242, 0) 100%);
  z-index: 1;
} */

.x30__wheel-border {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1220px;
  height: 1220px;
  border: 1px solid #DBDDE9;
  border-radius: 50%;
}

.x30__wheel-image {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 1160px;
  height: 1160px;
  left: 50%;
}

.x30__wheel-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.x30__wheel-center {
  position: relative;
  height: 100%;
  z-index: 2;
  padding-top: 15px;
}

.x30__timer {
  width: 175px;
  background: #DEE1F1;
  border-radius: 20px;
  padding: 22px;
  padding-bottom: 20px;
}

.x30__timer b {
  color: white;
  font-size: 12px;
  padding-bottom: 8px;
}

.x30__timer span {
  color: #ffffff;
  font-size: 32px;
  font-weight: 900;
}

.x30__cursor {
  width: 32px;
  height: 48px;
  background: url(../images/games/cursor.svg) no-repeat center center/contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -25px;
}

.x30__rocket {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

.x30__rocket img {
  pointer-events: none;
}

.x30__rocket-img {
  position: relative;
  z-index: 1;
  -webkit-animation: rocketImg 1s linear infinite;
  animation: rocketImg 1s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes rocketImg {
  from {
    -webkit-transform: translateY(0.2rem) translateX(0.4rem);
    transform: translateY(0.2rem) translateX(0.4rem);
  }
  to {
    -webkit-transform: translateY(-0.2rem) translateX(-0.2rem);
    transform: translateY(-0.2rem) translateX(-0.2rem);
  }
}

@keyframes rocketImg {
  from {
    -webkit-transform: translateY(0.2rem) translateX(0.4rem);
    transform: translateY(0.2rem) translateX(0.4rem);
  }
  to {
    -webkit-transform: translateY(-0.2rem) translateX(-0.2rem);
    transform: translateY(-0.2rem) translateX(-0.2rem);
  }
}

.x30__rocket-coins {
  position: relative;
  margin-left: -40px;
  background: url(../images/rocket-coins.png);
  background-size: 92px 37px;
  width: 92px;
  height: 37px;
  background-repeat: repeat;
  background-position: center center;
  -webkit-animation: 2s linear rocketCoins infinite;
  animation: 2s linear rocketCoins infinite;
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(22%, transparent), color-stop(76%, #EBECF2));
  -webkit-mask-image: linear-gradient(to left, transparent 22%, #EBECF2 76%);
  mask-image: -webkit-gradient(linear, right top, left top, color-stop(22%, transparent), color-stop(76%, #EBECF2));
  mask-image: linear-gradient(to left, transparent 22%, #EBECF2 76%);
}

@-webkit-keyframes rocketCoins {
  from {
    background-position: -92px 0px;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes rocketCoins {
  from {
    background-position: -92px 0px;
  }
  to {
    background-position: 0 0;
  }
}

.x30__rocket--started {
  -webkit-animation: x30Started linear 0.65s;
  animation: x30Started linear 0.65s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 1;
  -webkit-transform: rotate(15deg) translateX(30px);
  transform: rotate(15deg) translateX(30px);
}

@-webkit-keyframes x30Started {
  0% {
    opacity: 1;
    -webkit-transform: rotate(15deg) translateX(30px);
    transform: rotate(15deg) translateX(30px);
  }
  100% {
    -webkit-transform: rotate(15deg) translateX(-100px) scale(1.1);
    transform: rotate(15deg) translateX(-100px) scale(1.1);
    opacity: 0;
  }
}

@keyframes x30Started {
  0% {
    opacity: 1;
    -webkit-transform: rotate(15deg) translateX(30px);
    transform: rotate(15deg) translateX(30px);
  }
  100% {
    -webkit-transform: rotate(15deg) translateX(-100px) scale(1.1);
    transform: rotate(15deg) translateX(-100px) scale(1.1);
    opacity: 0;
  }
}

.x30__rocket--started .x30__rocket-coins {
  -webkit-animation: 0.7s linear rocketCoins infinite;
  animation: 0.7s linear rocketCoins infinite;
}

.x30__top {
  position: relative;
  margin-bottom: 15px;
}

.x30__bottom {
  position: relative;
}

.x30__bet {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.x30__history {
  width: 35%;
}

.x30__history .bx-input__input {
  padding-right: 0;
}

.x30__history-items, .x100__history-items {
  width: calc(100% - 90px);
  position: relative;
  overflow: hidden;
  height: 55px;
  border-radius: 0px 15px 15px 0px;
}

.x30__history-scroll, .x100__history-scroll {
  position: relative;
  height: 100%;
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(5%, transparent), color-stop(46%, #EBECF2));
  -webkit-mask-image: linear-gradient(to left, transparent 5%, #EBECF2 46%);
  mask-image: -webkit-gradient(linear, right top, left top, color-stop(5%, transparent), color-stop(46%, #EBECF2));
  mask-image: linear-gradient(to left, transparent 5%, #EBECF2 46%);
}

.x30__history-item {
  min-width: 6px;
  height: 16px;
  margin-right: 8px;
  border-radius: 15px;
}

.x30__history-item:hover {
  opacity: .65;
}

.x30__history-item.x2 {
  background: -webkit-gradient(linear, left top, right top, from(#387475), to(#2D455D)), -webkit-gradient(linear, left top, right top, from(#9842B0), to(#6E318B));
  background: linear-gradient(90deg, #387475 0%, #2D455D 100%), linear-gradient(90deg, #9842B0 0%, #6E318B 100%);
}

.x30__history-item.x3 {
  background: -webkit-gradient(linear, left top, right top, from(#404B88), to(#344075));
  background: linear-gradient(90deg, #404B88 0%, #344075 100%);
  height: 22px;
}

.x30__history-item.x5 {
  background: -webkit-gradient(linear, left top, right top, from(#9842B0), to(#6E318B));
  background: linear-gradient(90deg, #9842B0 0%, #6E318B 100%);
  height: 25px;
}

.x30__history-item.x7 {
  background: -webkit-gradient(linear, left top, right top, from(#3AAC46), to(#36893E));

  background: linear-gradient(90deg, #3AAC46 0%, #36893E 104.75%);
  height: 29px;
}

.x30__history-item.x14 {
  background: -webkit-gradient(linear, left top, right top, from(#E64040), to(#881A1A));
  background: linear-gradient(90deg, #E64040 0%, #881A1A 104.75%);
  height: 32px;
}

.x30__history-item.xbonus {
  background: -webkit-gradient(linear, left top, right top, from(#f528a8), to(#ed108b));
  background: linear-gradient(90deg, #f528a8 0%, #ed108b 104.75%);
  height: 35px;
}

.x30__history-item.x30 {
  background: linear-gradient(86.72deg, #F89F2D 2.71%, #AA480A 97.29%), linear-gradient(90deg, #404B88 0%, #344075 100%);
  height: 35px;
}

.x30__bet-game {
  width: calc(65% - 15px);
}

.x30__bet-placed {
  position: relative;
}

.x30__bet-placed a {
  font-weight: 600;
  color: #777b86;
  border: !important;
  padding: 5px 5px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.x30__bet-placed a:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 3px;
  border-radius: 50px;
  left: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  background: #397ce6;
  border-radius: 100px;
}

.x30__bet-placed a:nth-last-child(1) {
  margin-right: 0;
}

.x30__bet-placed a:hover {
  color: #387be5;
}

.x30__bet-placed a:hover:before {
  width: 100%;
}

.x30__bets {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 15px;
}

.x30__bet {
  position: relative;
}

.x30__bet-heading {
  border-radius: 15px 15px 0px 0px;
  padding: 16px 22px;
  cursor: pointer;
}

.x30__bet-heading span {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  pointer-events: none;
}

.x30__bet-heading img {
  pointer-events: none;
  width: 32px;
  height: 32px;
}

.x30__bet-heading:before {
  -webkit-filter: blur(10rem);
  filter: blur(10rem);
}

.x30__bet-heading.x2 {
  background: linear-gradient(263.88deg, #387475 0%, #2D455D 104.75%);
}

.x30__bet-heading.x3 {
  background: linear-gradient(263.88deg, #354787 0%, #2C335F 104.75%);
}

.x30__bet-heading.x5 {
  background: linear-gradient(263.88deg, #9A39BB 0%, #563272 104.75%), linear-gradient(263.88deg, #354787 0%, #2C335F 104.75%);
}

.x30__bet-heading.x7 {
  background: linear-gradient(263.88deg, #D5437F 0%, #79364E 104.75%);
}

.x30__bet-heading.x14 {
  background: linear-gradient(263.88deg, #E64040 0%, #881A1A 104.75%);
}

.x30__bet-heading.x30 {
  background: linear-gradient(263.88deg, #F89F2D 0%, #AA480A 104.75%), linear-gradient(263.88deg, #9A39BB 0%, #563272 104.75%), linear-gradient(263.88deg, #354787 0%, #2C335F 104.75%);
}

.x30__bet-info {
  padding: 6px 20px;
  border-radius: 0px 0px 15px 15px;
  background: #F3F4F8;
  color: white;
  font-weight: 500;
  margin-bottom: 15px;
}

.x30__bet-users,.x100__bet-users {
  position: relative;
}

.x30__bet-user, .x100__bet-user {
  position: relative;
  border-radius: 15px;
  background: #F3F4F8;
  padding: 15px;
  margin-bottom: 12px;
}

.x30__bet-user .history__user span {
  max-width: 55px;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
}

.x30__bet-sum {
  font-size: 12px;
  color: white;
  font-weight: 600;
}

.x30__bonus {
  background: #DEE1F1;
  border-radius: 20px;
  height: 70px;
  position: relative;
  overflow: hidden;
  padding: 0px 5px;
  padding-right: 5px;
  width: 215px;
}

.x30__bonus:after {
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(#DEE1F1), to(rgba(222, 225, 241, 0)));
  background: linear-gradient(90deg, #DEE1F1 0%, rgba(222, 225, 241, 0) 100%);
  border-radius: 15px 0px 0px 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  z-index: 1;
  height: 100%;
}

.x30__bonus:before {
  content: '';
  background: -webkit-gradient(linear, right top, left top, from(#DEE1F1), to(rgba(222, 225, 241, 0)));
  background: linear-gradient(-90deg, #DEE1F1 0%, rgba(222, 225, 241, 0) 100%);
  border-radius: 0px 15px 15px 0px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  z-index: 1;
  height: 100%;
}

.x30__bonus-cursor {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 30px;
  height: 90px;
  background: url(../images/games/cursor-two.svg) no-repeat center center/contain;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.x30__bonus-scroll {
  position: relative;
  /*overflow: hidden;*/
}

.x30__bonus-item {
  min-width: 50px;
  border-radius: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  height: 50px;
  margin: 0px 3px;
}

.x30__bonus-item.x2 {
  background: radial-gradient(50% 50% at 50% 50%, #63B2BB 0%, #476D78 100%), #C4C4C4;
}

.x30__bonus-item.x3 {
  background: radial-gradient(50% 50% at 50% 50%, #6068BC 0%, #333F74 100%), #C4C4C4;
}

.x30__bonus-item.x5 {
  background: radial-gradient(50% 50% at 50% 50%, #B54ECA 0%, #6D308A 100%);
}

.x30__bonus-item.x30 {
  background: radial-gradient(50% 50% at 50% 50%, #F4AD35 0%, #CB550D 100%);
}

.wheel__x100-bonus {
  width: 100%;
  position: relative;
  height: 110px;
  background: url(../img/wheel-_bonus.svg) no-repeat center center/contain;
}

.wheel__x100-bonus-x {
  position: relative;
  width: 310px;
}

.wheel__x100-bonus-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 360px;
  height: 260px;
  background: url(../img/confetti.svg) no-repeat center center/contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wheel__x100-bonus-content {
  height: 70px;
  border-radius: 5px;
  background: #17284E;
  width: calc(100% - 88px);
  left: -15px;
  position: relative;
}

.wheel__x100-bonus-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wheel__x100-bonus-slider:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#17284E), to(transparent));
  background: linear-gradient(to right, #17284E, transparent);
  z-index: 1;
  border-radius: 6px 0px 0px 6px;
}

.wheel__x100-bonus-slider:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#17284E), to(transparent));
  background: linear-gradient(to left, #17284E, transparent);
  z-index: 1;
  border-radius: 0px 6px 6px 0px;
}

.wheel__x100-bonus-cursor {
  position: absolute;
  width: 4px;
  background: #FFD920;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.wheel__x100-bonus-scroll {
  width: 999999px;
  position: relative;
  height: 100%;
}

.wheel__x100-bonus-item {
  width: 58px;
  height: 58px;
  border-radius: 6px;
  margin: 0 3px;
}


.dice {
  position: relative;
  margin-bottom: 30px;
}

.dice__drum {
  height: 254px;
  overflow: hidden;
  min-width: calc(100% + 60px);
  position: relative;
  left: -30px;
}

/* .dice__drum:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ebecf2), to(transparent));
  background: linear-gradient(to top, #ebecf2, transparent);
  z-index: 1;
} */

.dice__result {
  position: absolute;
  left: 50%;
  width: 925px;
  height: 415px;
  background: url(../images/games/dice/dice-bar.png) no-repeat center center/contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.dice__center {
  position: relative;
  z-index: 1;
  color: #fff;
  width: 300px;
  height: 125px;
  margin-top: -37px;
}

.dice__timer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  height: 100%;
  overflow: hidden;
}

.dice__timer:before {
  content: '،';
  position: absolute;
  font-size: 48px;
  left: 50%;
  font-weight: 900;
  -webkit-transform: rotate(180deg) translateX(50%);
  transform: rotate(180deg) translateX(50%);
  bottom: 0;
}

.dice__timer span {
  font-size: 48px;
  font-weight: 900;
  border-right: solid 1px rgba(184, 194, 255, 0.07);
  padding-bottom: 6px;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dice__timer span:nth-last-child(1) {
  border: 0;
}

.dice__drum--win .dice__result {
  background: url(../images/games/dice/dice-bar--win.png) no-repeat center center/contain;
}

.dice__drum--win .dice__timer {
  color: #6AFFC1;
}

.dice__drum--lose .dice__result {
  background: url(../images/games/dice/dice-bar--lose.png) no-repeat center center/contain;
}

.dice__drum--lose .dice__timer {
  color: #FF3A67;
}

.dice__bet {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px 20px;
}

.dice__chance {
  position: relative;
}

.dice__range {
  border-radius: 8px;
  height: 6px;
  outline: none;
  -webkit-transition: background 450ms ease-in;
  transition: background 450ms ease-in;
  width: 100%;
  -webkit-appearance: none;
}

.dice__range::-webkit-slider-thumb {
  background: #6F6BFF;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  height: 15px;
  width: 15px;
  -webkit-appearance: none;
}

.dice__betting a:before {
  content: none;
}

.dice__slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.dice__slider-inner {
  position: relative;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.dice__slider-item {
  position: relative;
  width: 100%;
  height: 125px;
}

.dice__select-chance {
  position: relative;
  border: solid 2px var(--bg-secondary);
  border-radius: 15px;
  margin-top: 15px;
}

.dice__select-chance a {
  width: 50%;
  display: inline-block;
  padding: 12px 15px;
  text-align: center;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: 500;
}

.dice__select-chance a.active {
  background: #29315d;
  color: #fff;
}

.dice__check {
  position: relative;
}

.dice__check-chance {
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 900;
}

.dice__check-result {
  position: relative;
}

.dice__check-result span {
  padding: 8px 12px;
  border-radius: 15px;
  background: #e1e6ff;
  font-size: 32px;
  font-weight: 900;
  color: #757ea6;
  margin: 0 3px;
}

.dice__check-result b {
  font-size: 24px;
  font-weight: 900;
  color: #757ea6;
}

.dice__check-result--lose span {
  background: #faa;
  color: #ee6565;
}

.dice__check-result--lose b {
  color: #ee6565;
}

.dice__check-result--win span {
  background: #8ce0c4;
  color: #369273;
}

.dice__check-result--win b {
  color: #369273;
}

.mines {
  position: relative;
  margin-bottom: 30px;
}

.mines__wrapper {
  max-width: 700px;
  position: relative;
}

.mines .x30__bet-placed a:before {
  content: none;
}

.mines__left {
  width: calc(50% - 10px);
}

.mines__right {
  width: calc(50% - 10px);
}

.mines__bomb {
  position: relative;
}

.mines__bomb a {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  border-radius: 50px;
  color: #8C9DC8;
}

.mines__bomb--active {
  background: rgb(107 131 246 / 16%);
  /* color: #397ce6 !important; */
}

.mines__buttons {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
}

.mines__x {
  overflow: auto;
  width: 100%;
}

.mines__scroll {
  overflow: auto;
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(76%, #EBECF2));
  -webkit-mask-image: linear-gradient(to left, transparent 0%, #EBECF2 76%);
}



.mines__scroll::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: transparent;
  border-radius: 50px;
}
.mines__scroll::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 50px;
}


.mines__x-item {
  min-width: 120px;
  position: relative;
  border-radius: 20px;
  background: #fff;
  font-weight: 500;
  padding: 18px;
  border: 2px solid transparent;
  margin-right: 10px;
}

.mines__x-item p {
  font-size: 12px;
  padding-bottom: 8px;
  color: #7987AE;
}

.mines__x-item p span {
  color: #8C9DC8;
}

.mines__x-item b {
  font-size: 18px;
  font-weight: 900;
}

.mines__x-item--win {
  border: 2px solid #6EF0AA;
}

.mines__x-item--lose {
  border: 2px solid #F59EA1;
}

.mines__path--lose, .mines__path--win {
  opacity: 0;
  visibility: hidden;
  display: none;
  width: 24px;
  height: 24px;
}




.mines__path-item:not(.mines__path-item--lose):not(.mines__path-item--win):hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.mines__path-item--win {
  background: radial-gradient(63.64% 63.64% at 50% 88.64%, #34AE6D 34.37%, #5BC08A 100%);
  /* -webkit-box-shadow: inset 0px 6px 0px #5CC18A;
  box-shadow: inset 0px 6px 0px #5CC18A; */
  color: #fff;
}

.mines__path-item--win .mines__path--win {
  opacity: 1;
  visibility: visible;
  display: block;
}

.mines__path-item--lose {
  background: radial-gradient(63.64% 63.64% at 50% 88.64%, rgba(240, 39, 39, 0.5) 34.37%, rgba(255, 80, 80, 0.5) 100%);
  /* -webkit-box-shadow: inset 0px 6px 0px #F59EA1;
  box-shadow: inset 0px 6px 0px #F59EA1; */
  color: #fff;
}

.mines__path-item--lose .mines__path--lose {
  opacity: 1;
  visibility: visible;
  display: block;
}

.mines__bonus {
  width: 100%;
  margin-top: 10px;
}

.mines__check {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 20px;
  color: white;
  font-weight: 600;
}

.mines__check:before, .mines__check:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 8px;
  background: url(../images/borders.svg) repeat;
}

.mines__check::before {
  left: 0;
  top: 0;
}

.mines__check::after {
  right: 0;
  bottom: 0;
}

.mines__check .icon {
  margin-left: 6px;
}

.mines__check-sum--total {
  color: #2D2A73;
}

.x100 .x30__wheel-image {
  width: 1310px;
  height: 1360px;
}

.x100 .x30__wheels {
  height: 240px;
}

.x100 .x30__wheel-border {
  width: 1420px;
  height: 1510px;
}

.x100 .x30__bets {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.x100 .x30__bet-user .history__user span {
  max-width: 45px;
}

.x100 .x30__bet-heading {
  padding: 22px 22px;
}

.x100 .x30__bet-heading.x2 {
  background: #1F2872;
}

.x100 .x30__bet-heading.x3 {
  background: #33C9C0;
}

.x100 .x30__bet-heading.x10 {
  background: #FF8049;
}

.x100 .x30__bet-heading.x15 {
  background: #7A49FF;
}

.x100 .x30__bet-heading.x20 {
  background: #f2ac44;
}

.x100 .x30__bet-heading.x100 {
  background: #FF5247;
}

.x100 .x30__history-item.x2 {
  background: #1F2872;
  height: 10px;
}

.x100 .x30__history-item.x3 {
  background: #33C9C0;
  height: 15px;
}

.x100 .x30__history-item.x10 {
  background: #FF8049;
  height: 20px;
}

.x100 .x30__history-item.x15 {
  background: #7A49FF;
  height: 25px;
}

.x100 .x30__history-item.x20 {
  background: #FFD849;
  height: 30px;
}

.x100 .x30__history-item.x100 {
  background: #FF5247;
  height: 35px;
}

.x100 .x30__cursor {
  width: 32px;
  height: 70px;
  background: url(../images/games/cursor-wheel.svg) no-repeat center center/contain;
  bottom: 7px;
}

.keno__title {
  position: relative;
  width: 100%;
}

.keno__title-bg {
  position: relative;
  width: 330px;
  height: 84px;
  background: url(../images/games/keno/keno_header.svg) no-repeat center center/contain;
}

.keno__title-bg img {
  position: relative;
  top: -10px;
}

.keno__content {
  position: relative;
  margin-top: -84px;
  color: #1A2547;
  padding-bottom: 30px;
}

.keno__round-info {
  padding: 35px;
  position: relative;
}

.keno__round-info-item {
  position: relative;
  line-height: 29px;
}

.keno__round-info-item span {
  font-size: 12px;
  font-weight: 500;
  color: #9195B4;
}

.keno__round-info-item b {
  font-size: 24px;
  font-weight: 900;
}

.keno__mines {
  min-height: 470px;
  position: relative;
  /* background: url(../images/games/keno/keno__bg.png) no-repeat center center; */
  background-size: cover;
  padding-bottom: 40px;
}

.keno__mines:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: url(../images/borders.svg);
}

.keno__canvas {
  position: relative;
  max-width: 625px;
}


.keno__canvas-item:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.keno__canvas-number {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: -2px;
  pointer-events: none;
}

.keno__canvas-users {
  position: absolute;
  right: 0;
  top: -15px;
}

.keno__canvas-user {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 0 -6px;
  border: solid 2px #f7f7ff;
}

.keno__canvas-user--more {
  background: #5F5CE5;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

.keno__canvas-item--active {
  background: radial-gradient(63.64% 63.64% at 50% 88.64%, #5F5CE5 34.37%, #7CB1FF 100%);
  border-top: solid 8px #7cb1ff;
  color: #fff;
}

.keno__canvas-item--active .keno__canvas-number {
  top: -4px;
}

.keno__bet {
  position: relative;
  padding: 30px 35px;
  padding-bottom: 0;
}

.keno__bet-settings {
  border-radius: 13px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.03);
  height: 56px;
  margin-bottom: 20px;
}

.keno__bet-left {
  position: relative;
}

.keno__bet-left a {
  text-decoration: none;
  /* color: #1A2547; */
  padding: 0px 20px;
  height: 56px;
  font-size: 14px;
  font-weight: 500;
}

.keno__bet-left a .icon {
  margin-right: 10px;
}

.keno__cancel-select span, .keno__auto-select span{
  cursor: pointer;
}

.keno__cancel-select {
  position: relative;
  /*pointer-events: none;*/
}

.keno__cancel-select .icon {
  color: #FF6B6B;
}

.keno__auto-select {
  position: relative;
  /*pointer-events: none;*/
}

.keno__auto-select .icon {
  color: #6D6AF2;
}

.keno__bet-input {
  outline: 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 20px;
  font-weight: bold;
  width: 125px;
  color: #1A2547;
  height: 56px;
  caret-color: #d4d7e7;
}

.keno__bet-input::-webkit-input-placeholder {
  color: #E8EBFD;
  -webkit-transition: .15s ease;
  transition: .15s ease;
}

.keno__bet-input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.keno__bet-add {
  cursor: pointer;
}

.keno__coeff {
  position: relative;
  width: 100%;
}


.keno__coeff-scroll {
  position: relative;
  overflow: auto;
  width: 100%;
  padding-bottom: 0px;
}

.keno__coeff-scroll::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: transparent;
  border-radius: 50px;
}

.keno__coeff-scroll::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 50px;
  -webkit-box-shadow: inset 1px 1px 10px rgba(64, 55, 87, 0.1);
  box-shadow: inset 1px 1px 10px rgba(64, 55, 87, 0.1);
}

.keno__coeff-item span {
  font-size: 12px;
  color: #8B94B1;
}

.keno__coeff-item--lose {
  border: 1px solid #FFAAAD;
}

.keno__coeff-item--win {
  border: 1px solid #91DDB3;
}

.keno__canvas-item--is-revealed {
  background: radial-gradient(63.64% 63.64% at 50% 88.64%, rgba(240, 39, 39, 0.5) 34.37%, rgba(255, 80, 80, 0.5) 100%);
  border-top: solid 8px #fba3a7;
  color: #fff;
  pointer-events: none;
}

.keno__canvas-item--is-revealed .keno__canvas-number {
  top: -4px;
}

.keno__canvas-item--is-selected {
  background: radial-gradient(63.64% 63.64% at 50% 88.64%, #5F5CE5 34.37%, #7CB1FF 100%);
  border-top: solid 8px #7cb1ff;
  color: #fff;
  /*pointer-events: none;*/
}

.keno__canvas-item--is-selected .keno__canvas-number {
  top: -4px;
}

.keno__canvas-item--has-hit {
  background: #6BAA5C;
  border-top: solid 8px #6BAA5C;
  color: #fff;
  pointer-events: none;
}

.keno__canvas-item--has-hit .keno__canvas-number {
  top: -4px;
}

.keno__mines--win .keno__canvas {
  -webkit-filter: blur(4px);
  filter: blur(4px);
  pointer-events: none;
}

.keno__mines-win {
  position: absolute;
  padding: 15px 15px;
  border-radius: 15px;
  background: #5261E8;
  padding-right: 7px;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.keno__mines-win:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/games/keno/confetti.svg) no-repeat center center/contain;
}

.keno__mines-win span {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}

.keno__mines-win b {
  padding: 8px 16px;
  margin-left: 15px;
  background-color: #3845B6;
  border-radius: 15px;
  color: #5AEBFF;
}

.coinflip {
  position: relative;
}

.coinflip__placed {
  position: relative;
  width: 100%;
  grid-gap: 15px;
}

.coinflip__place-img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #DBE0FD;
}

.coinflip__place--active b {
  color: #387be5;
}

.coinflip__results {
  position: relative;
  width: 100%;
  grid-gap: 15px;
}

.coinflip__result {
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 9px 19px rgba(0, 0, 0, 0.01);
  box-shadow: 0px 9px 19px rgba(0, 0, 0, 0.01);
  width: 50%;
  padding: 16px 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.coinflip__result b {
  color: #777b86;
}

.coinflip__result span {
  color: white;
}

.coinflip__game {
  position: relative;
  width: 100%;
  height: calc(100%);
  padding-top: 25px;
}

.coinflip__game::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 100%;
}

.coinflip__wrapper {
  -webkit-perspective: 2000px;
  perspective: 2000px;
  width: 154px;
  height: 154px;
}

.coinflip__wrapper img {
  max-width: 154px;
  pointer-events: none;
}

.coinflip__wrapper.coinflip__wrapper--reshka .coinflip__back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.coinflip__wrapper.coinflip__wrapper--reshka .coinflip__front {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.coinflip__wrapper.coinflip__wrapper--orel .coinflip__back {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.coinflip__wrapper.coinflip__wrapper--orel .coinflip__front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.coinflip__back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.coinflip__front, .coinflip__back {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  position: absolute;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  left: 0;
  top: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.tournier {
  position: relative;
}

.tournier__page-title {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.tournier__page-t-box {
  position: relative;
  background: #EBECF2;
}

.tournier__page-t-box h4, .tournier__page-t-box b {
  position: relative;
  z-index: 1;
}

.tournier__page-t-box h4 {
  font-size: 18px;
  font-weight: 900;
}

.tournier__page-t-box b {
  font-size: 12px;
  padding-top: 12px;
  color: #7987AE;
}

.tournier__page-t-ico {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  color: #DADFFD;
}

.tournier__list {
  position: relative;
  width: 100%;
}

.tournier__page {
  grid-gap: 20px;
  position: relative;
}

.tournier__item {
  border-radius: 20px;
  position: relative;
  width: 100%;
}

.tournier__item:before {
  -webkit-filter: blur(34rem);
  filter: blur(34rem);
}
/* 
.tournier__item--shoot {
  background: url(../images/games/shoot/CHback2.jpg) no-repeat center center/cover;
  position: relative;
}

.tournier__item--shoot:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 21, 57, 0.72)), to(#1A1C26));
  background: linear-gradient(180deg, rgba(13, 21, 57, 0.72) 0%, #1A1C26 100%);
} */

.tournier__item-top {
  position: relative;
  width: 100%;
  padding: 24px;
  z-index: 1;
  grid-gap: 10px;
  padding-bottom: 0;
  pointer-events: none;
}

.tournier__item-label {
  background: rgba(189, 194, 255, 0.16);
  border-radius: 15px;
  padding: 10px 15px;
  position: relative;
  color: #fff;
  overflow: hidden;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  grid-gap: 12px;
  height: 44px;
}

.tournier__item-label::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 52px;
  height: 52px;
  background: #DEDFFF;
  opacity: 0.51;
  -webkit-filter: blur(25px);
  filter: blur(25px);
  border-radius: 50%;
}

.tournier__item-label--orange {
  background: rgba(255, 230, 140, 0.15);
}

.tournier__item-bottom {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
  z-index: 1;
  padding: 24px;
  pointer-events: none;
  padding-top: 0;
}

/* .tournier__stat {
  position: relative;
  border-radius: 15px;
  background: var(--bg-secondary);
  line-height: 24px;
  padding: 15px 0;
}

.tournier__stat h3 {
  font-size: 12px;
  color: #474B6A;
}

.tournier__stat b {
  color: #fff;
  font-size: 16px;
} */

.tournier__separate {
  width: 100%;
  height: 8px;
  background: url(../images/borders.svg) repeat;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
}

.tournier__item-center {
  padding: 24px;
  position: relative;
  grid-gap: 20px;
  pointer-events: none;
  z-index: 1;
}

.tournier__item-center p {
  color: #9CA6D0;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.tournier__item-center button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  pointer-events: all;
}

.tournier .history {
  padding-top: 0;
}

.tournier .history::before {
  content: none;
}

.tournier .history table {
  display: table !important;
}


@media only screen and (max-width: 475px) {
  .tournier__item-bottom {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .tournier__item-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .tournier__item-label {
    width: 100%;
  }
}


.bonus {
  position: relative;
  max-width: 1322px;
  margin: 0 auto;
}

.bonus__top {
  position: relative;
  /* margin-bottom: 30px;
  padding-bottom: 40px; */
}

.bonus__top:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  /* background: url(../images/borders.svg) repeat; */
}

/* .bonus__items {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px;
} */

.bonus__item {
  background: #F3F4F8;
  border-radius: 20px;
  min-height: 130px;
  padding: 15px;
}

.bonus__item-title {
  position: relative;
  font-weight: 900;
  margin-bottom: 20px;
  font-size: 18px;
}

.bonus__content {
  position: relative;
}

.bonus__content .bx-input__input {
  background: #fff;
  width: 47%;
}

.bonus__buttons a {
  margin-right: 8px;
}

.bonus__buttons a:nth-last-child(1) {
  margin-right: 0;
}

.bonus__item--block {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1;
}

.bonus__item--levels {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}

.bonus__levels-info {
  position: relative;
  padding: 15px 20px;
  background: #fff;
  border-radius: 15px;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}

.bonus__levels-info:before {
  content: '';
}

.bonus__levels-text {
  position: relative;
  width: calc(100% - 40px);
  padding-left: 15px;
}

.bonus__levels-text span {
  font-weight: 600;
  padding-bottom: 8px;
}

.bonus__levels-text p {
  font-weight: 500;
  font-size: 12px;
  color: #777b86;
}

.bonus__levels-items {
  position: relative;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}

.bonus__levels-item {
  position: relative;
  border-radius: 15px;
  padding: 20px 22px;
  background: #fff;
}

.bonus__levels-item:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 36px;
  height: 36px;
  background: #F3F4F8;
  border-radius: 50px;
}

.bonus__levels-item:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 18px;
  height: 18px;
  border-radius: 50px;
}

.bonus__levels-item h4 {
  text-transform: uppercase;
  padding-top: 10px;
  margin-bottom: 15px;
}

.bonus__levels-item .btn span > b {
  opacity: .5;
}

.bonus__levels-item.bonus__levels-item--1:after {
  background: linear-gradient(101.85deg, #F66B95 13.32%, #F79E6C 58.67%);
  top: -9px;
}

.bonus__levels-item.bonus__levels-item--2:after {
  background: linear-gradient(101.85deg, #6B71F6 13.32%, #8851E2 58.67%), #C4C4C4;
  top: -9px;
}

.bonus__levels-item.bonus__levels-item--3:after {
  background: linear-gradient(101.85deg, #29D195 13.32%, #479BCA 58.67%), #C4C4C4;
  top: -9px;
}

.bonus__levels-item.bonus__levels-item--4:after {
  background: linear-gradient(101.85deg, #FF4ED8 13.32%, #AA1B82 58.67%), #C4C4C4;
  top: -9px;
}

.bonus__item--daily {
  background: #F3F4F8 url(../images/bonus/bonus-daily.png) no-repeat center center/cover;
  padding: 0;
  overflow: hidden;
}

.bonus__wheel {
  height: 370px;
  width: 100%;
  position: relative;
  /* overflow: hidden; */
}

div#notificationIcon {
    display: none;
}

.bonus__wheel-image {
  position: absolute;
  left: 50%;
  top: -85%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.bonus__rotate {
  position: relative;
  pointer-events: none;
}

.bonus__rotate-defs {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.bonus__wheel-go {
  position: absolute;
  left: 50%;
  bottom: -27%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 20px;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: #f244ee;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #69591C;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.bonus__wheel-go.bonus__wheel-go--started {
  cursor: not-allowed;
  background: #cab251;
}

.bonus__wheel-go span {
  pointer-events: none;
}

.bonus__wheel-go:not(.bonus__wheel-go--started):hover {
  background: #ffe477;
}

.bonus__wheel-cursor {
  position: absolute;
  left: 50%;
  top: -11px;
  -webkit-transform: translateX(-50%) rotate(-180deg);
  transform: translateX(-50%) rotate(-180deg);
  width: 32px;
  height: 48px;
  background: url(../images/games/cursor.svg) no-repeat center center/contain;
  z-index: 2;
}

.bonus__reposts-items {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
}

.bonus__reposts-item {
  position: relative;
}

.bonus__reposts-level {
  font-weight: 500;
  font-size: 12px;
  color: #BCC2D2;
  padding-bottom: 6px;
}

.bonus__reposts-count {
  font-weight: 500;
  font-weight: 500;
}

.bonus__reposts-count--value {
  font-size: 22px;
  font-weight: 900;
  color: #D8DCF1;
}

.bonus__reposts-progress {
  position: relative;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
  background: #E3E6F9;
  height: 4px;
  margin-top: 8px;
}

.bonus__reposts-progress--width {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #387be5;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

.bonus__hits {
  position: relative;
}

.bonus__hits .help {
  position: relative;
  z-index: 2;
}

.bonus__hits-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 900;
  top: 30px;
}

.bonus__hits-title span {
  -webkit-text-fill-color: #ebecf2;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #d6daf8;
}

.bonus__hits-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.bonus__hits-item {
  position: relative;
}

.bonus__hits-item span {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.bonus__hits-item b {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #BA776C;
  font-weight: normal;
}

.bonus__hits-progress-bar {
  position: relative;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
  height: 6px;
  background: #89473D;
  margin-top: 15px;
}

.bonus__hits-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#FE2C2C), to(#FF7E35));
  background: linear-gradient(90deg, #FE2C2C 0%, #FF7E35 100%);
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

.bonus__hits-progress:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  border-radius: 50px;
  background-size: 30px 30px;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 30px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 30px 0;
  }
  to {
    background-position: 0 0;
  }
}

.bonus__hits-item--active span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-right: 25px;
}

.bonus__hits-item--active span:before {
  content: '';
  position: absolute;
  right: 0;
  top: -3px;
  width: 6px;
  height: 12px;
  border-right: solid 2px;
  border-bottom: solid 2px;
  color: #e0c015;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.refferal__stats {
  position: relative;
  padding: 20px 20px;
  padding-bottom: 10px;
}

.refferal__stat {
  position: relative;
  margin-right: 30px;
}

.refferal__stat:nth-last-child(1) {
  margin-right: 0;
}

.refferal__stat span {
  position: relative;
  font-size: 16px;
  padding-bottom: 8px;
  font-weight: 600;
}

.refferal__stat span .icon {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}

.refferal__stat p {
  font-size: 12px;
  font-weight: 500;
  color: #777b86;
}

.refferal .bonus__top::before {
  content: none;
}

.faq {
  position: relative;
}

.faq__item {
  background: #F3F4F8;
  border-radius: 15px;
  position: relative;
  max-height: 60px;
  overflow: hidden;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  /* margin-bottom: 12px; */
}

.faq__item:nth-last-child(1) {
  margin-bottom: 0;
}

.faq__item.faq__item--opened .faq__item-heading span {
  color: #397ce6;
}

.faq__item.faq__item--opened .faq__item-heading:after {
  opacity: 0;
}

.faq__item.faq__item--opened .faq__item-question {
  background: linear-gradient(91.96deg, #397ce6 1.43%, #4397ff 98.35%);
}

.faq__item-heading {
  position: relative;
  height: 60px;
  padding: 11px 16px;
  cursor: pointer;
}

.faq__item-heading:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 2px;
  border-radius: 50px;
  background: #777b86;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.faq__item-heading:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 2px;
  border-radius: 50px;
  background: #777b86;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
}

.faq__item-heading span {
  position: relative;
  color: white;
  font-weight: 500;
  pointer-events: none;
}

.faq__item-question {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: linear-gradient(91.96deg, white 1.43%, #2D3F6B 98.35%);
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  margin-right: 15px;
  pointer-events: none;
}

.faq__item-body {
  padding: 10px 20px;
  position: relative;
  border-top: solid 1px #eaedfb;
}

.faq__item-body p {
  margin: 10px 0px;
  font-size: 12px;
  color: #7785a4;
  font-weight: 500;
  line-height: 22px;
}
.popup__back span {
  font-weight: 500;
  font-size: 15px;
  color: var(--global-lime);
}

.popup__back {
  position: relative;

}



.profile {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.profile:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: url(../images/borders.svg) repeat;
}

.profile__user {
  width: 280px;
  padding: 30px;
  position: relative;
  border-radius: 25px;
  background: #F3F4F8;
}

.profile__top {
  position: relative;
  width: 100%;
}

.profile__top b {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}

.profile__top a {
  font-size: 12px;
  font-weight: 500;
  color: #7987AE;
}

.profile__top a:hover {
  color: #626f92;
}

.profile__top a .icon {
  margin-right: 6px;
  pointer-events: none;
}

.profile__top a span {
  pointer-events: none;
}

.profile__avatar {
  width: 200px;
  height: 150px;
  position: relative;
  background: url(../images/profile/profile-border.png) no-repeat center center/contain;
}

.profile__avatar-ellipse {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--bg-secondary);
}

.profile__avatar-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.profile__username {
  position: relative;
  line-height: 24px;
  margin-bottom: 20px;
}

.profile__username b {
  font-size: 16px;
  font-weight: 600;
}

.profile__username span {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #8591B5;
}

.profile__balance {
  width: 100%;
}

.profile__balance span {
  font-weight: 600;
}

.profile__balance .icon {
  margin-right: 8px;
}

.profile__stats {
  position: relative;
  width: calc(100% - 280px);
  padding-left: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.profile__stat-item {
  padding: 26px;
  position: relative;
  border-radius: 25px;
  background: #F3F4F8;
}

.profile__stat-item b {
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 12px;
  color: #7987AE;
}

.profile__stat-item span {
  font-weight: 900;
  font-size: 24px;
}
span.fix-info-promo-popup {
    padding-top: 10px;
    color: #b7b7b7;
}

.profile__settings {
  position: relative;
}

.profile__settings-check {
  position: relative;
}

.profile__settings-check label {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.profile__settings-check label:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #CCCFE4;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border-radius: 9px;
  margin-right: 12px;
}

.text {
  position: relative;
  background: #F3F4F8;
  border-radius: 20px;
  overflow: hidden;
}

.text__banner {
  position: relative;
  padding: 30px;
  padding-bottom: 10px;
}

.text__banner-inner {
  position: relative;
  border-radius: 20px;
  background: #fff;
  padding: 18px 20px;
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.text__content {
  padding: 10px 30px;
  padding-bottom: 30px;
}

.text__content h3 {
  margin-bottom: 25px;
}

.text__content p {
  position: relative;
  margin: 15px 0;
  font-size: 12px;
  color: white;
  line-height: 20px;
}

.text__content p:nth-last-child(1) {
  margin: 0;
}

.text__borders {
  position: relative;
  width: 100%;
  margin: 10px 0px;
  height: 8px;
}


.plusBlock, .dopPlusBetX100{
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  padding: 5px 20px;
  font-weight: 600;
  font-size: 16px;
  z-index: 10;
  cursor: default;
  border-radius: 0px 10px 0px 10px;
}

.dopPlusBetX100{
  right: 50%;
  transform: translateX(50%);
  background: gray;
  color: white;
  border-radius: 0px 0px 10px 10px;
}


.system_mess{
  background: #7001b2;

}

.system_mess span{
  color: white!important;
}

.x30__bet-heading.x7 {
  background: linear-gradient(
    263.88deg, #3AAC46 0%, #36893E 104.75%);
}

.x30__history-item.x7 {
  background: linear-gradient(
    90deg, #3AA946 0%, #378F40 100%), linear-gradient(
      90deg, #9842B0 0%, #6E318B 100%);
  }

  .theme--dark {
    background: var(--bg-classic);
    color: #fff;
  }

  /* .theme--dark .header {
    background: linear-gradient(360deg, #0b0b29 5.39%, #040313 63.15%);
} */

  .sidebar {
    background: var(--bg-secondary);
    box-shadow: 1px 0px 50px #0000007a;
  }

  .theme--dark .chat {
    background: var(--bg-secondary) !important;
    border-color: var(--bg-secondary);
  }

  .theme--dark .sidebar__games:before, .theme--dark .sidebar__profile:before {
    background: #1b2030;
  }

  .theme--dark .sidebar__block {
    background: var(--bg-secondary);
  }

  .theme--dark .sidebar__logotype a {
    background: url(../vvv12.png) no-repeat center center/contain;
  }

  .theme--dark .header__links li a {
    color: #ffffff;
    gap: 10px;
  }

  .theme--dark .sidebar__game {
    color: #4e6287;
  }

  .theme--dark .sidebar__game-name {
    background: #3a567e;
  }

  .theme--dark .header__links li a:hover {
    color: #397ce6;
  }

  .theme--dark .header__links li a:hover:after {
     width: 100%;
  left: 0;
  }

  .theme--dark .header__links li a:active:after {
     width: 100%;
  left: 0;
  }

  .theme--dark .header__links li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -13px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #397ce6;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
  }

  .theme--dark .header__user-balance {
    color: #fff;
  }

  .theme--dark .header__user-profile {
    background: none;
    color: white;
    /* border: 1px solid #212739; */
  }

  /* .theme--dark .header__user-profile:before {
    height: 34px;
    width: 34px;
    background: url(../assets/images/user_drop.svg);
  } */

  .theme--dark .header__user-profile.dropdown, .theme--dark .header__user-dropdown {
    /* background: var(--bg-secondary); */
  }



  .theme--dark .header__user-dropdown a:hover {
    color: #ffffff;
    background: var(--base-alfa-neutral-hover);
  }

  .theme--dark .header__user-dropdown a b {
    color: white;
  }

  .theme--dark .history table thead tr td {
    color: white;
  }

  .theme--dark .history table tbody tr td {
    color: #FFF;
    background: var(--bg-secondary);

  }

  .theme--dark .footer__link a {
    color: #596489;
  }

  .theme--dark .footer__text {
    color: rgb(72 87 128 / 50%);
  }

  .theme--dark .history__x-bg {
    opacity: 0.02;
  }

  .theme--dark .chat__input input::-webkit-input-placeholder {
    color: white;
  }

  .theme--dark .chat__input input, .theme--dark .chat__buttons a {
    color: white;
  }

  .theme--dark .chat__buttons a:hover {
    color: #b6c6ff;
  }

  .theme--dark .chat__smiles {
    background: #181c2a;
    width: calc(100% - 0px);
    border-radius: 12px;
  }

  .theme--dark .chat__smiles-item:hover {
    background: #22293b;
  }

  .theme--dark .chat__buttons a {
    background: #303030;
  }

  .theme--dark .chat__msg-info span {
    color: white;
  }

  .theme--dark .chat__msg-message {
    background: #212739;
  }

  .theme--dark .chat__buttons-admins a {
    color: #7489b7;
    opacity: .5;
  }

  .theme--dark .chat__buttons-admins a:hover {
    opacity: .65;
  }

  .theme--dark .preloader {
    background-color: #111111;
  }

  .theme--dark .x30__wheels:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#1b2030), to(rgba(30, 34, 63, 0)));
    background: linear-gradient(180deg, #1b2030 0%, rgba(30, 34, 63, 0) 100%);
  }

  .theme--dark .x30__wheel-border {
    border-color: #262B4B;
  }

  .theme--dark .x30__timer {
    background: var(--bg-secondary);
  }

  .theme--dark .x30__timer b {
    color: white;
  }

  /* .theme--dark .sidebar__game--active {
    color: #ffffff !important;
    background: #272D40 !important;
  } */
  /* .theme--dark .sidebar__game--active .icon {
    color: #3577F2 !important;
  } */

  .theme--dark .bx-input__input {
    background: var(--bg-secondary);
    margin-bottom: 10px;
  }

  .theme--dark .bx-input__input label {
    color: white;
  }

  .theme--dark .bx-input__input input, .theme--dark .x30__bet-placed a, .theme--dark .x30__bet-user .history__user span {
    color: white;
  }

  .theme--dark .x30__bet-info, .theme--dark .x30__bet-user {
    background: #20273a70;
  }

  .theme--dark .x30__bet-sum, .theme--dark .x30__bet-info {
    color: white;
    display: flex;
  align-items: center;
  justify-content: center;

  }

  .theme--dark .help {
    color: #ffffff;
    background: #343740;
  }

  .theme--dark .help:hover {
    color: #ffffff;
  }

  .theme--dark .help .icon {
    color: white;
  }

  .theme--dark #toast-container > div {
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
  }

  .theme--dark .dice__drum:before {
    background: -webkit-gradient(linear, left bottom, left top, from(#1b2030), to(transparent));
    background: linear-gradient(to top, #191c26, transparent);
  }

  .theme--dark .dice__select-chance {
    border-color: var(--bg-secondary);
  }

  .theme--dark .dice__select-chance a.active {
    background: #004ad2;
  }

  .theme--dark .dice__range {
    background: -webkit-gradient(linear, left top, right top, from(#7C79FF), color-stop(50%, #7C79FF), color-stop(50%, var(--bg-secondary)), to(var(--bg-secondary)));
    background: linear-gradient(to right, #7C79FF 0%, #7C79FF 50%, var(--bg-secondary) 50%, var(--bg-secondary) 100%);
  }

  .theme--dark .x30__bonus:after {
    background: -webkit-gradient(linear, left top, right top, from(#1b2030), to(rgba(30, 34, 63, 0)));
    background: linear-gradient(90deg, #1b2030 0%, rgba(30, 34, 63, 0) 100%);
  }

  .theme--dark .x30__bonus:before {
    background: -webkit-gradient(linear, right top, left top, from(#1b2030), to(rgba(30, 34, 63, 0)));
    background: linear-gradient(-90deg, #1b2030 0%, rgba(30, 34, 63, 0) 100%);
  }

  .theme--dark .x30__bonus, .theme--dark .mines__x-item {
    background: var(--bg-secondary);
  }

  .theme--dark .mines__x-item b {
    color: #fff;
  }

  .theme--dark .mines__path-item--win {
    background: #4015f3 !important;
    /* -webkit-box-shadow: inset 0px 6px 0px #5cc18a !important;
    box-shadow: inset 0px 6px 0px #449D61 !important; */
    border-radius: 15px;
  }

  .theme--dark .mines__path-item--lose {
    /* -webkit-box-shadow: inset 0px 6px 0px #F14E3F !important;
    box-shadow: inset 0px 6px 0px #F14E3F !important; */
    background: #eb2356 !important;
  }

  .theme--dark .mines__path-item {
    background: #252525;
    /* -webkit-box-shadow: inset 0px 6px 0px #2e3560;
    box-shadow: inset 0px 6px 0px var(--bg-secondary); */

  }

  .theme--dark .history__user span {
    color: #ffffff;
  }

  .theme--dark .keno__round-info-item span {
    color: white;
  }

  .theme--dark .keno__round-info-item b {
    color: #fff;
  }

  .theme--dark .keno__mines:before {
    background: none;
  }

  .theme--dark .keno__bet-settings {
    background: #1b2030;
  }

  .theme--dark .keno__bet-input {
    color: #fff;
  }

  .theme--dark .keno__cancel-select:hover {
    color: #f74747;
  }

  .theme--dark .keno__auto-select:hover {
    color: #5295fe;
  }

  .theme--dark .keno__coeff-item {
    border: 1px solid #323758;
  }

  .theme--dark .keno__coeff-item b {
    color: #fff;
  }

  .theme--dark .keno__coeff-item--win {
    border: 1px solid #91DDB3;
  }

  .theme--dark .keno__coeff-item--lose {
    border: 1px solid #FFAAAD;
  }

  .theme--dark .keno__canvas-item {
    background: #1b2030;
    border-top: solid 8px #1b2030;
    color: white;
  }

  .theme--dark .keno__canvas-user {
    border: solid 2px var(--bg-secondary);
  }

  .theme--dark .keno__canvas-item--active {
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, #3a7be6 34.37%, #3a7be6 100%);
    border-top: solid 8px #3a7be6;
    color: #fff;
  }

  .theme--dark .keno__canvas-item--is-selected {
    background: #397ce6;
    border-top: solid 8px #3a7be6;
    color: #fff;
  }


  .theme--dark .keno__canvas-item--is-revealed {
    background: #F14E3F;
    border-top: solid 8px #F14E3F;
    color: #fff;
    pointer-events: none;
  }

  .theme--dark .keno__canvas-item--has-hit {
    background: #449D61;
    border-top: solid 8px #449D61;
    color: #fff;
    pointer-events: none;
  }
 
  .theme--dark .bonus__item1 {
    background-image: url(/banner-wheel.png);
    border-radius: 20px;
    padding: 30px 30px 0px 30px;
    width: 100%;
  }


  .theme--dark .bonus__item {
    background: var(--bg-secondary);
    
  }

  .theme--dark .bonus__item-title {
    color: #fff;
  }

  .theme--dark .bonus__levels-info, .theme--dark .bonus__levels-item {
    background: #1b2030;
  }

  .theme--dark .bonus__levels-text span, .theme--dark .bonus__levels-item h4 {
    color: #fff;
  }

  .theme--dark .bonus__levels-item:before {
    background: var(--bg-secondary);
  }

  .theme--dark .user-status.new {
    background: #404468;
  }

  .theme--dark .bonus__content .bx-input__input {
    border: 2px solid var(--bg-secondary);
    background: none;
  }

  .theme--dark .bonus__reposts-level {
    color: white;
  }

  .theme--dark .bonus__reposts-count {
    color: #fff;
  }

  .theme--dark .bonus__reposts-count--value {
    color: #36425c;
  }

  .theme--dark .bonus__reposts-progress {
    background: #2b3650;
  }

  .theme--dark .bonus__hits-title span {
    -webkit-text-fill-color: #1b2030;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #272b48;
  }

  .theme--dark .bonus__top:before {
    /* background: url(../images/borders--dark.svg) repeat; */
  }   

  .theme--dark .refferal__stat span {
    color: #fff;
  }

  .theme--dark .bonus__rotate-defs--dark {
    display: block !important;
  }

  .theme--dark .bonus__rotate-defs {
    display: none;
  }

  .theme--dark .faq__item {
    background: var(--bg-secondary);
  }

  .theme--dark .faq__item-heading span {
    color: #ffffff;
  }

  .theme--dark .faq__item-body {
    border-top: solid 1px #262d42;
  }

  .theme--dark .overlayed {
    background: rgb(0 0 0 / 70%);
  }

  .theme--dark .popup {
    background: #fff;
    /* padding: 20px; */
  }

  

  .theme--dark .popup__tab--active {
    border: none;
    color: #ffffff;
    background: linear-gradient(109.64deg, #3963e6 5.39%, #4b00ff 63.15%);
    height: auto;
  }

    .theme--dark .popup__tab--active_qest {
    border: none;
    color: #ffffff;
    background: linear-gradient(109.64deg, #FFC107 5.39%, #FF5722 63.15%);
    height: auto;
    border-radius: 1000px;
    transform: scale(0.7);
  }
  .theme--dark .popup__tab:hover {
    color: #9fafd8;
  }


  .theme--dark .wallet__methods {
    /* background: #202638;
    -webkit-box-shadow: inset 0px 6px 0px #202638;
    box-shadow: inset 0px 6px 0px #202638; */
  }

  .theme--dark .wallet__method {
    background: var(--bg-secondary);
  }

  .theme--dark .wallet__history-left .wallet__method {
    background: transparent;
    width: auto;
  }

  .theme--dark .wallet__method span {
    color: #fff;
  }

  .theme--dark .popup .bx-input__input, .theme--dark .wallet__history-item {
    background: var(--bg-secondary);
  }

  .theme--dark .wallet__txt b {
    color: #fff;
  }

  /* .theme--dark .popup .close {
    background: #202436;
    -webkit-box-shadow: inset 0px 6px 0px #202436;
    box-shadow: inset 0px 6px 0px #202436;
  } */

  .theme--dark .wallet__tab--active {
    background: #303030;
    color: #fff;
  }

  .theme--dark .popup.popup--about h4, .theme--dark .popup__title, .theme--dark .dice__check-chance, .theme--dark .mines__check-sum--total {
    color: #fff;
  }

  .theme--dark .select {
    background-color: #202638;
  }

  .theme--dark .text {
    background: var(--bg-secondary);
  }

  .theme--dark .text__banner-inner {
    background: #2b3552;
  }


  .theme--dark .text__content p {
    color: white;
  }

  .theme--dark .chat__send .chat__buttons a {
    background: none;
  }

  .theme--dark .profile__user, .theme--dark .profile__stat-item, .theme--dark .profile__settings-check label:before {
    background: var(--bg-secondary);
  }

  .theme--dark .profile:before {
    background: url(../images/borders--dark.svg) repeat;
  }

  .theme--dark .mobile-menu {
    background: #1b2030;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid rgb(255 255 255 / 5%);
  }

  @media only screen and (max-width: 628px) {
    .theme--dark .mobh {
      display: none;
    }
  }


  @media only screen and (max-width: 1125px) {
    .theme--dark .chat {
      background: #1b2030 !important;
    }
  }

  .theme--dark .chat:before, .theme--dark .mobile-navbar:before {
    background: url(../images/borders--dark.svg) repeat;
  }

  .theme--dark .mobile-navbar {
    background-color: rgb(27 32 48 / 95%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

svg.icon.mobilesli {
    /* margin-right: 10px; */
    float: left;
}

  .theme--dark .mobile-navbar a {
    background: var(--bg-secondary);
    /* border: 1px solid rgb(255 255 255 / 5%); */
    -webkit-backdrop-filter: blur(5px);
    /* backdrop-filter: blur(5px); */
    border-radius: 10px;
    font-size: 12px;
    padding: 10px 20px;
    color: #bfc3d0;
    align-items: center;
    display: flex;
    gap: 10px;
  }


  .theme--dark .coinflip__result {
    background-color: var(--bg-secondary);
  }

  .theme--dark .coinflip__place-img {
    color: #2b2f54;
  }
  .theme--dark .coinflip__place b {
    color: #7188bf;
  }

  .theme--dark .coinflip__game::before {
  }






  .bonus__rotate-defs--dark {
    display: none;
  }


  .keno__canvas-item.blocked{
    pointer-events: none;
  }

  .chat__promocode {
    position: relative;
    padding: 10px 20px;
    padding-bottom: 5px;
  }

  .chat__promocode-inner {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-left: 90px;
    min-height: 120px;
    padding-bottom: 25px;
    border-radius: 20px;
    background: var(--bg-secondary);
    border: solid 4px var(--bg-secondary);
    margin-top: 10px;
  }

  .chat__promocode-inner h4 {
    text-transform: uppercase;
    font-weight: 900;
    color: #ffffff;
    font-size: 16px;
  }

  .chat__promocode-img {
    position: absolute;
    left: -20px;
    top: -20px;
    pointer-events: none;
  }

  .chat__promocode-timer {
    position: relative;
    padding-top: 15px;
  }

  .chat__promocode-timer span:not(.chat__promocode-timer--span) {
    margin: 0px 4px;
    font-weight: 900;
    color: rgb(50 59 86);
  }

  .chat__promocode-timer--span {
    width: 28px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgb(57 125 230 / 20%);
    border-radius: 7px;
    font-size: 18px;
    font-weight: 900;
    color: #397ce6;
    margin: 0px 3px;
  }

  .shoot {
    position: relative;
  }

  .shoot__live {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: url(../images/games/shoot/CHback2.jpg) no-repeat center center/cover;
    padding: 44px 0 42px;
  }

  .shoot__live::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-2.18%, rgba(46, 30, 37, 0.42)), to(rgba(46, 30, 37, 0.7)));
    background: linear-gradient(0deg, rgba(46, 30, 37, 0.42) -2.18%, rgba(46, 30, 37, 0.7) 100%);
  }

  .shoot__live-drop {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .shoot__live-drop-scroll {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .shoot__live-drop-scroll.animate1 {
    -webkit-animation: translateDrop 130s infinite ease-out;
    animation: translateDrop 130s infinite ease-out;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }

  @-webkit-keyframes translateDrop {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(calc((140px + 20px) * 56 * -1));
      transform: translateX(calc((140px + 20px) * 56 * -1));
    }
  }

  @keyframes translateDrop {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(calc((140px + 20px) * 56 * -1));
      transform: translateX(calc((140px + 20px) * 56 * -1));
    }
  }

  .shoot__live-drop-item {
    position: relative;
    min-width: 140px;
    height: 225px;
    border-radius: 15px;
    background: #2E1E25;
    margin: 0px 10px;
    -webkit-perspective: 1200px;
    perspective: 1200px;
  }

  .shoot__live-drop-item:nth-child(1) {
    margin-left: 0;
  }

  .shoot__live-drop-front, .shoot__live-drop-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 18px 20px;
    -webkit-transition: -webkit-transform 0.58s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.58s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .shoot__live-drop-back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }

  .shoot__live-drop-name {
    position: relative;
    line-height: 18px;
  }

  .shoot__live-drop-name b {
    font-size: 12px;
    color: #fff;
  }

  .shoot__live-drop-name span {
    font-size: 12px;
    color: #947482;
  }

  .shoot__live-drop-price {
    position: relative;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    background: #56414A;
    padding: 6px 12px;
  }

  .shoot__live-drop-img {
    max-height: 58px;
    pointer-events: none;
  }

  .shoot__live-drop-img-not {
    pointer-events: none;
  }

  .shoot__live-drop-game {
    position: relative;
    padding-top: 32px;
  }

  .shoot__live-drop-game .btn--orange {
    background: #397de6;
    -webkit-box-shadow: 0px 42px 80px rgba(255, 141, 116, 0.4);
    box-shadow: 0px 42px 80px rgb(25 62 120 / 66%);
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    z-index: 2;
  }

  .shoot__live-drop-scroll--flipped .shoot__live-drop-front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }

  .shoot__live-drop-scroll--flipped .shoot__live-drop-back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  .shoot__live-drop-scroll--flipped .shoot__live-drop-cursor {
    -webkit-transform: translateX(-67%) translateY(0%);
    transform: translateX(-67%) translateY(0%);
    opacity: 1;
  }

  .shoot__live-drop-cursor {
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translateX(-67%) translateY(100%);
    transform: translateX(-67%) translateY(100%);
    opacity: 0;
    -webkit-transition: opacity 0.48s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.48s cubic-bezier(0.33, 1, 0.68, 1);
    transition: opacity 0.48s cubic-bezier(0.33, 1, 0.68, 1), transform 0.48s cubic-bezier(0.33, 1, 0.68, 1);
    z-index: 1;
  }

  .shoot__live-drop-cursor img {
    pointer-events: none;
  }

  .shoot__live-drop-x {
    position: relative;
    font-size: 42px;
  }

  .shoot__live-drop-x b {
    font-weight: 900;
  }

  .shoot__bet {
    padding: 20px 0;
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 20px;
  }

  .shoot__bet:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: url(../images/borders.svg) repeat;
  }

  .shoot__bet-btn-settings span {
    pointer-events: none;
  }

  .shoot__bet-btn-settings .icon {
    margin-right: 8px;
  }
  

  .shoot__bet-btn-settings:hover {
    color: #626f92;
  }

  .shoot__bet-btns {
    position: relative;
    padding: 0px 30px;
    grid-gap: 10px;
  }

  .shoot__bet-btns a {
    width: 80px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
  }

  .shoot__bet-btns a:nth-child(1) {
    background: rgba(97, 119, 255, 0.2);
    color: #6177FF;
  }

  .shoot__bet-btns a:nth-child(1).active {
    background: #6177ff;
    color: #fff;
  }

  .shoot__bet-btns a:nth-child(2) {
    background: rgba(126, 47, 255, 0.2);
    color: #9600ff;
  }

  .shoot__bet-btns a:nth-child(2).active {
    background: #7e2fff;
    color: #fff;
  }

  .shoot__bet-btns a:nth-child(3) {
    background: rgba(17, 128, 108, 0.2);
    color: #00ffd1;
  }

  .shoot__bet-btns a:nth-child(3).active {
    background: #11806c;
    color: #fff;
  }

  .shoot__bet-btns a:nth-child(4) {
    background: rgba(100, 130, 15, 0.2);
    color: #bcff00;
  }

  .shoot__bet-btns a:nth-child(4).active {
    background: #64820f;
    color: #fff;
  }

  .shoot__bet-btns a:nth-child(5) {
    background: rgba(160, 56, 23, 0.2);
    color: #ff3d00;
  }

  .shoot__bet-btns a:nth-child(5).active {
    background: #a03817;
    color: #fff;
  }

  .shoot__bet-btns a:nth-child(6) {
    background: rgba(255, 107, 0, 0.2);
    color: #FF6B00;
  }

  .shoot__bet-btns a:nth-child(6).active {
    background: #ff6b00;
    color: #fff;
  }

  .shoot__bet-btns a:nth-child(7) {
    background: rgba(212, 175, 55, 0.22);
    color: #d4af37;
  }

  .shoot__bet-btns a:nth-child(7).active {
    background: #b8860b;
    color: #fff;
  }

  .shoot__bet-btns a:nth-child(8) {
    background: rgba(233, 30, 99, 0.2);
    color: #e91e63;
  }

  .shoot__bet-btns a:nth-child(8).active {
    background: #c2185b;
    color: #fff;
  }

  .shoot__bets {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 13px;
  }

  .shoot__bet-item {
    padding: 14px 0px;
    border-radius: 15px;
    position: relative;
    min-height: 58px;
    font-size: 18px;
    font-weight: 900;
    overflow: hidden;
  }

  .shoot__bet-item span {
    pointer-events: none;
  }

  .shoot__bet-item--3x {
    background: url(../images/games/shoot/3X.jpg) no-repeat center center/cover;
  }

  .shoot__bet-item--3x span {
    color: #fff;
    -webkit-background-clip: unset;
    background-image: none;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
  }

  .shoot__bet-item--2x {
    background: url(../images/games/shoot/2X.jpg) no-repeat center center/cover;
  }

  .shoot__bet-item--2x span {
    color: #fff;
    -webkit-background-clip: unset;
    background-image: none;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
  }

  .shoot__bet-item--5x {
    background: url(../images/games/shoot/5X.jpg) no-repeat center center/cover;
  }

  .shoot__bet-item--5x span {
    color: #fff;
    -webkit-background-clip: unset;
    background-image: none;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
  }

  .shoot__bet-item--10x {
    background: url(../images/games/shoot/10X.jpg) no-repeat center center/cover;
  }

  .shoot__bet-item--10x span {
    color: #fff;
    -webkit-background-clip: unset;
    background-image: none;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
  }

  .shoot__live-drop-item--3x .shoot__live-drop-front {
    background: url(../images/games/shoot/3X.jpg) no-repeat center center/cover;
    color: transparent;
  }

  .shoot__live-drop-item--0x .shoot__live-drop-front {
    background: url(../images/games/shoot/0X.jpg) no-repeat center center/cover;
    color: transparent;
  }

  .shoot__live-drop-item--0x .shoot__live-drop-front .shoot__live-drop-x {
    display: none;
  }

  .shoot__live-drop-item--forest .shoot__live-drop-front {
    background: url(../images/games/shoot/Forest.jpg) no-repeat center center/cover;
    color: transparent;
  }

  .shoot__live-drop-item--forest .shoot__live-drop-front .shoot__live-drop-x {
    display: none;
  }

  .shoot__live-drop-item--2x .shoot__live-drop-front {
    background: url(../images/games/shoot/2X.jpg) no-repeat center center/cover;
    color: transparent;
  }

  .shoot__live-drop-item--5x .shoot__live-drop-front {
    background: url(../images/games/shoot/5X.jpg) no-repeat center center/cover;
    color: transparent;
  }

  .shoot__live-drop-item--10x .shoot__live-drop-front {
    background: url(../images/games/shoot/10X.jpg) no-repeat center center/cover;
    color: transparent;
  }

  .shoot__live-drop-item--cashhunt .shoot__live-drop-front {
    background: url(../images/games/shoot/CHcashhunt.jpg) no-repeat center center/cover;
    color: transparent;
  }

  .shoot__live-drop-item--crazytime .shoot__live-drop-front {
    background: url(../images/games/shoot/CHcrazytime.jpg) no-repeat center center/cover;
    color: transparent;
  }

  .shoot__live-drop-item--coinflip .shoot__live-drop-front {
    background: url(../images/games/shoot/CHcoinflip.jpg) no-repeat center center/cover;
    color: transparent;
  }

  .shoot__live-drop-item--pachinko .shoot__live-drop-front {
    background: url(../images/games/shoot/CHplinko.jpg) no-repeat center center/cover;
    color: transparent;
  }

  .shoot__live-drop-item--bonusX3 .shoot__live-drop-front {
    background: url(../images/games/shoot/3X.jpg) no-repeat center center/cover;
    color: transparent;
    box-shadow: none;
    animation: none;
  }

  .shoot__live-drop-item--bonusX5 .shoot__live-drop-front {
    background: url(../images/games/shoot/5X.jpg) no-repeat center center/cover;
    color: transparent;
    box-shadow: none;
    animation: none;
  }

  .shoot__live-drop-front .shoot__live-drop-x-pattern,
  .shoot__live-drop-front .shoot__live-drop-x,
  .shoot__live-drop-front .shoot__live-drop-bonus-ico {
    display: none;
  }

  .shoot__live-drop-bonus-ico {
    width: 62px;
    height: 62px;
  }

  .shoot__bet-item--bonus {
    padding: 0px 20px;
  }

  .shoot__bet-item--bonus:before {
    display: none;
  }

  .shoot__bet-item--bonus b {
    color: #fff;
    pointer-events: none;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
  }

  .shoot__bet-item--bonus .icon {
    display: none;
  }

  .shoot__bet-item--cashhunt {
    background: url(../images/games/shoot/CHcashhunt.jpg) no-repeat center center/cover;
  }

  .shoot__bet-item--crazygame {
    background: url(../images/games/shoot/CHcrazytime.jpg) no-repeat center center/cover;
  }

  .shoot__bet-item--coinflip {
    background: url(../images/games/shoot/CHcoinflip.jpg) no-repeat center center/cover;
  }

  .shoot__bet-item--pochinko {
    background: url(../images/games/shoot/CHplinko.jpg) no-repeat center center/cover;
  }

  .shoot__live-drop-x-pattern {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/games/shoot/pattern-x.svg?v=1) no-repeat center center/cover;
  }

  .shoot__game-wrapper {
    width: 575px;
    position: relative;
  }

  .shoot__game-wrapper.CashHunt{
    max-width: 500px;
  }

  .shoot__live--game:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #261E10;
    opacity: .75;
  }

  .shoot .cash-hunt {
    position: relative;
    width: 100%;
  }

  .shoot .cash-hunt__inner {
    width: 100%;
    position: relative;
    padding: 14px;
    border-radius: 20px;
    background: #31251A;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
    grid-gap: 8px;
  }

  .shoot .cash-hunt__item {
    width: 100%;
    height: 41px;
    border-radius: 15px;
    background: #251C13;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .shoot .cash-hunt__item b {
    pointer-events: none;
    color: #74604d;
    font-size: 12px;
  }

  .shoot .cash-hunt__item:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .shoot .cash-hunt__front, .shoot .cash-hunt__back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: -webkit-transform 0.25s ease-in;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform-style: preverse-3d;
    -webkit-backface-visibility: hidden;
  }

  .shoot .cash-hunt__back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  .shoot .cash-hunt img {
    pointer-events: none;
    max-height: 19px;
  }

  .shoot .cash-hunt__item--result .cash-hunt__front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  .shoot .cash-hunt__item--result .cash-hunt__back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  .shoot .cash-hunt__logo {
    top: -29px;
    z-index: 1;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 120px;
    height: 46px;
    background: url(../images/games/cashhunt/logotype.png) no-repeat center center/contain;
  }

  .shoot .cash-hunt__item--win .cash-hunt__back {
    background: #5ab571;
  }

  .shoot .cash-hunt__item--select .cash-hunt__front {
    background: #644e37;
  }

  .shoot .cash-hunt__item--win .cash-hunt__back b {
    color: #fff;
  }

  .shoot .cash-hunt__item--lose .cash-hunt__back {
    background: #d35157;
  }

  .shoot .cash-hunt__item--lose .cash-hunt__back b {
    color: #fff;
  }

  .shoot .coinflip {
    width: 100%;
    position: relative;
    background: #31251A url(../images/games/coin/pattern.png) no-repeat center center/contain;
    border-radius: 20px;
  }

  .shoot .coinflip img {
    pointer-events: none;
  }

  .shoot .coinflip__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 30px;
    justify-items: center;
  }

  .shoot .coinflip__slider {
    width: 100%;
    position: relative;
  }

  .shoot .coinflip__slider-i {
    position: relative;
  }

  .shoot .coinflip__slider-i img {
    max-height: 32px;
  }

  .shoot .coinflip__slider-block {
    position: relative;
    width: 100%;
    min-height: 60px;
    padding: 8px;
    border-radius: 15px;
    margin-top: 6px;
    background: #23190F;
    overflow: hidden;
  }

  .shoot .coinflip__slider-block:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 3px;
    height: 100%;
    z-index: 1;
  }

  .shoot .coinflip__slider--orel .coinflip__slider-block:before {
    background: #FFC138;
    -webkit-box-shadow: 0px 0px 13px rgba(255, 191, 52, 0.7);
    box-shadow: 0px 0px 13px rgba(255, 191, 52, 0.7);
  }

  .shoot .coinflip__slider--reshka .coinflip__slider-block:before {
    background: #1774FF;
    -webkit-box-shadow: 0px 0px 13px rgba(23, 116, 255, 0.7);
    box-shadow: 0px 0px 13px rgba(23, 116, 255, 0.7);
  }

  .shoot .coinflip__slider-scroll {
    position: absolute;
    left: 6px;
    top: 6px;
    width: 100%;
  }

  .shoot .coinflip__slider-item {
    min-width: 48px;
    height: 48px;
    color: #fff;
    border-radius: 10px;
    background: #3E3124;
    margin-right: 4px;
  }

  .shoot .coinflip__wrapper {
    position: relative;
  }

  .shoot .coinflip__wrapper b {
    position: absolute;
    z-index: 1;
    font-size: 32px;
    font-weight: 900;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .shoot .coinflip__wrapper--flip {
    position: relative;
  }

  .shoot .coinflip__wrapper--flip .coinflip__front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  .shoot .coinflip__wrapper--flip .coinflip__back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  .shoot .coinflip__x-block {
    position: relative;
  }

  .shoot .coinflip__x-block b {
    color: #fff;
  }

  .shoot .coinflip__x-block img {
    max-height: 32px;
    margin-right: 8px;
  }

  .shoot .crazygame {
    position: relative;
  }

  .shoot .crazygame__container {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 650px;
    border-radius: 20px;
  }

  .shoot .crazygame__ctx {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%) translateY(-50%);
    transform: translate(-50%) translateY(-50%);
  }

  .shoot .crazygame__wheel {
    border-radius: 50%;
    overflow: hidden;
    width: 575px;
    z-index: 1;
    height: 575px;
  }

  .shoot .crazygame__wheel-item {
    width: calc(582px * 3.14159265359 / 64);
    height: 575px;
    position: absolute;
    border-radius: 8px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 50%, 50% 50%);
    clip-path: polygon(0 0, 100% 0, 50% 50%, 50% 50%);
    overflow: hidden;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 12px;
  }

  .shoot .crazygame__wheel-item:nth-child(1) {
    -webkit-transform: translateX(-50%) rotate(5.625deg);
    transform: translateX(-50%) rotate(5.625deg);
  }

  .shoot .crazygame__wheel-item:nth-child(2) {
    -webkit-transform: translateX(-50%) rotate(11.25deg);
    transform: translateX(-50%) rotate(11.25deg);
  }

  .shoot .crazygame__wheel-item:nth-child(3) {
    -webkit-transform: translateX(-50%) rotate(16.875deg);
    transform: translateX(-50%) rotate(16.875deg);
  }

  .shoot .crazygame__wheel-item:nth-child(4) {
    -webkit-transform: translateX(-50%) rotate(22.5deg);
    transform: translateX(-50%) rotate(22.5deg);
  }

  .shoot .crazygame__wheel-item:nth-child(5) {
    -webkit-transform: translateX(-50%) rotate(28.125deg);
    transform: translateX(-50%) rotate(28.125deg);
  }

  .shoot .crazygame__wheel-item:nth-child(6) {
    -webkit-transform: translateX(-50%) rotate(33.75deg);
    transform: translateX(-50%) rotate(33.75deg);
  }

  .shoot .crazygame__wheel-item:nth-child(7) {
    -webkit-transform: translateX(-50%) rotate(39.375deg);
    transform: translateX(-50%) rotate(39.375deg);
  }

  .shoot .crazygame__wheel-item:nth-child(8) {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }

  .shoot .crazygame__wheel-item:nth-child(9) {
    -webkit-transform: translateX(-50%) rotate(50.625deg);
    transform: translateX(-50%) rotate(50.625deg);
  }

  .shoot .crazygame__wheel-item:nth-child(10) {
    -webkit-transform: translateX(-50%) rotate(56.25deg);
    transform: translateX(-50%) rotate(56.25deg);
  }

  .shoot .crazygame__wheel-item:nth-child(11) {
    -webkit-transform: translateX(-50%) rotate(61.875deg);
    transform: translateX(-50%) rotate(61.875deg);
  }

  .shoot .crazygame__wheel-item:nth-child(12) {
    -webkit-transform: translateX(-50%) rotate(67.5deg);
    transform: translateX(-50%) rotate(67.5deg);
  }

  .shoot .crazygame__wheel-item:nth-child(13) {
    -webkit-transform: translateX(-50%) rotate(73.125deg);
    transform: translateX(-50%) rotate(73.125deg);
  }

  .shoot .crazygame__wheel-item:nth-child(14) {
    -webkit-transform: translateX(-50%) rotate(78.75deg);
    transform: translateX(-50%) rotate(78.75deg);
  }

  .shoot .crazygame__wheel-item:nth-child(15) {
    -webkit-transform: translateX(-50%) rotate(84.375deg);
    transform: translateX(-50%) rotate(84.375deg);
  }

  .shoot .crazygame__wheel-item:nth-child(16) {
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }

  .shoot .crazygame__wheel-item:nth-child(17) {
    -webkit-transform: translateX(-50%) rotate(95.625deg);
    transform: translateX(-50%) rotate(95.625deg);
  }

  .shoot .crazygame__wheel-item:nth-child(18) {
    -webkit-transform: translateX(-50%) rotate(101.25deg);
    transform: translateX(-50%) rotate(101.25deg);
  }

  .shoot .crazygame__wheel-item:nth-child(19) {
    -webkit-transform: translateX(-50%) rotate(106.875deg);
    transform: translateX(-50%) rotate(106.875deg);
  }

  .shoot .crazygame__wheel-item:nth-child(20) {
    -webkit-transform: translateX(-50%) rotate(112.5deg);
    transform: translateX(-50%) rotate(112.5deg);
  }

  .shoot .crazygame__wheel-item:nth-child(21) {
    -webkit-transform: translateX(-50%) rotate(118.125deg);
    transform: translateX(-50%) rotate(118.125deg);
  }

  .shoot .crazygame__wheel-item:nth-child(22) {
    -webkit-transform: translateX(-50%) rotate(123.75deg);
    transform: translateX(-50%) rotate(123.75deg);
  }

  .shoot .crazygame__wheel-item:nth-child(23) {
    -webkit-transform: translateX(-50%) rotate(129.375deg);
    transform: translateX(-50%) rotate(129.375deg);
  }

  .shoot .crazygame__wheel-item:nth-child(24) {
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
  }

  .shoot .crazygame__wheel-item:nth-child(25) {
    -webkit-transform: translateX(-50%) rotate(140.625deg);
    transform: translateX(-50%) rotate(140.625deg);
  }

  .shoot .crazygame__wheel-item:nth-child(26) {
    -webkit-transform: translateX(-50%) rotate(146.25deg);
    transform: translateX(-50%) rotate(146.25deg);
  }

  .shoot .crazygame__wheel-item:nth-child(27) {
    -webkit-transform: translateX(-50%) rotate(151.875deg);
    transform: translateX(-50%) rotate(151.875deg);
  }

  .shoot .crazygame__wheel-item:nth-child(28) {
    -webkit-transform: translateX(-50%) rotate(157.5deg);
    transform: translateX(-50%) rotate(157.5deg);
  }

  .shoot .crazygame__wheel-item:nth-child(29) {
    -webkit-transform: translateX(-50%) rotate(163.125deg);
    transform: translateX(-50%) rotate(163.125deg);
  }

  .shoot .crazygame__wheel-item:nth-child(30) {
    -webkit-transform: translateX(-50%) rotate(168.75deg);
    transform: translateX(-50%) rotate(168.75deg);
  }

  .shoot .crazygame__wheel-item:nth-child(31) {
    -webkit-transform: translateX(-50%) rotate(174.375deg);
    transform: translateX(-50%) rotate(174.375deg);
  }

  .shoot .crazygame__wheel-item:nth-child(32) {
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }

  .shoot .crazygame__wheel-item:nth-child(33) {
    -webkit-transform: translateX(-50%) rotate(185.625deg);
    transform: translateX(-50%) rotate(185.625deg);
  }

  .shoot .crazygame__wheel-item:nth-child(34) {
    -webkit-transform: translateX(-50%) rotate(191.25deg);
    transform: translateX(-50%) rotate(191.25deg);
  }

  .shoot .crazygame__wheel-item:nth-child(35) {
    -webkit-transform: translateX(-50%) rotate(196.875deg);
    transform: translateX(-50%) rotate(196.875deg);
  }

  .shoot .crazygame__wheel-item:nth-child(36) {
    -webkit-transform: translateX(-50%) rotate(202.5deg);
    transform: translateX(-50%) rotate(202.5deg);
  }

  .shoot .crazygame__wheel-item:nth-child(37) {
    -webkit-transform: translateX(-50%) rotate(208.125deg);
    transform: translateX(-50%) rotate(208.125deg);
  }

  .shoot .crazygame__wheel-item:nth-child(38) {
    -webkit-transform: translateX(-50%) rotate(213.75deg);
    transform: translateX(-50%) rotate(213.75deg);
  }

  .shoot .crazygame__wheel-item:nth-child(39) {
    -webkit-transform: translateX(-50%) rotate(219.375deg);
    transform: translateX(-50%) rotate(219.375deg);
  }

  .shoot .crazygame__wheel-item:nth-child(40) {
    -webkit-transform: translateX(-50%) rotate(225deg);
    transform: translateX(-50%) rotate(225deg);
  }

  .shoot .crazygame__wheel-item:nth-child(41) {
    -webkit-transform: translateX(-50%) rotate(230.625deg);
    transform: translateX(-50%) rotate(230.625deg);
  }

  .shoot .crazygame__wheel-item:nth-child(42) {
    -webkit-transform: translateX(-50%) rotate(236.25deg);
    transform: translateX(-50%) rotate(236.25deg);
  }

  .shoot .crazygame__wheel-item:nth-child(43) {
    -webkit-transform: translateX(-50%) rotate(241.875deg);
    transform: translateX(-50%) rotate(241.875deg);
  }

  .shoot .crazygame__wheel-item:nth-child(44) {
    -webkit-transform: translateX(-50%) rotate(247.5deg);
    transform: translateX(-50%) rotate(247.5deg);
  }

  .shoot .crazygame__wheel-item:nth-child(45) {
    -webkit-transform: translateX(-50%) rotate(253.125deg);
    transform: translateX(-50%) rotate(253.125deg);
  }

  .shoot .crazygame__wheel-item:nth-child(46) {
    -webkit-transform: translateX(-50%) rotate(258.75deg);
    transform: translateX(-50%) rotate(258.75deg);
  }

  .shoot .crazygame__wheel-item:nth-child(47) {
    -webkit-transform: translateX(-50%) rotate(264.375deg);
    transform: translateX(-50%) rotate(264.375deg);
  }

  .shoot .crazygame__wheel-item:nth-child(48) {
    -webkit-transform: translateX(-50%) rotate(270deg);
    transform: translateX(-50%) rotate(270deg);
  }

  .shoot .crazygame__wheel-item:nth-child(49) {
    -webkit-transform: translateX(-50%) rotate(275.625deg);
    transform: translateX(-50%) rotate(275.625deg);
  }

  .shoot .crazygame__wheel-item:nth-child(50) {
    -webkit-transform: translateX(-50%) rotate(281.25deg);
    transform: translateX(-50%) rotate(281.25deg);
  }

  .shoot .crazygame__wheel-item:nth-child(51) {
    -webkit-transform: translateX(-50%) rotate(286.875deg);
    transform: translateX(-50%) rotate(286.875deg);
  }

  .shoot .crazygame__wheel-item:nth-child(52) {
    -webkit-transform: translateX(-50%) rotate(292.5deg);
    transform: translateX(-50%) rotate(292.5deg);
  }

  .shoot .crazygame__wheel-item:nth-child(53) {
    -webkit-transform: translateX(-50%) rotate(298.125deg);
    transform: translateX(-50%) rotate(298.125deg);
  }

  .shoot .crazygame__wheel-item:nth-child(54) {
    -webkit-transform: translateX(-50%) rotate(303.75deg);
    transform: translateX(-50%) rotate(303.75deg);
  }

  .shoot .crazygame__wheel-item:nth-child(55) {
    -webkit-transform: translateX(-50%) rotate(309.375deg);
    transform: translateX(-50%) rotate(309.375deg);
  }

  .shoot .crazygame__wheel-item:nth-child(56) {
    -webkit-transform: translateX(-50%) rotate(315deg);
    transform: translateX(-50%) rotate(315deg);
  }

  .shoot .crazygame__wheel-item:nth-child(57) {
    -webkit-transform: translateX(-50%) rotate(320.625deg);
    transform: translateX(-50%) rotate(320.625deg);
  }

  .shoot .crazygame__wheel-item:nth-child(58) {
    -webkit-transform: translateX(-50%) rotate(326.25deg);
    transform: translateX(-50%) rotate(326.25deg);
  }

  .shoot .crazygame__wheel-item:nth-child(59) {
    -webkit-transform: translateX(-50%) rotate(331.875deg);
    transform: translateX(-50%) rotate(331.875deg);
  }

  .shoot .crazygame__wheel-item:nth-child(60) {
    -webkit-transform: translateX(-50%) rotate(337.5deg);
    transform: translateX(-50%) rotate(337.5deg);
  }

  .shoot .crazygame__wheel-item:nth-child(61) {
    -webkit-transform: translateX(-50%) rotate(343.125deg);
    transform: translateX(-50%) rotate(343.125deg);
  }

  .shoot .crazygame__wheel-item:nth-child(62) {
    -webkit-transform: translateX(-50%) rotate(348.75deg);
    transform: translateX(-50%) rotate(348.75deg);
  }

  .shoot .crazygame__wheel-item:nth-child(63) {
    -webkit-transform: translateX(-50%) rotate(354.375deg);
    transform: translateX(-50%) rotate(354.375deg);
  }

  .shoot .crazygame__wheel-item:nth-child(64) {
    -webkit-transform: translateX(-50%) rotate(360deg);
    transform: translateX(-50%) rotate(360deg);
  }

  .shoot .crazygame__wheel-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
  }

  .shoot .crazygame__wheel-item span {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    width: 14px;
    word-break: break-all;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
  }

  .shoot .crazygame__wheel-item.double {
    background: #F36128;
  }

  .shoot .crazygame__wheel-item.double span {
    color: #ffc08b;
  }

  .shoot .crazygame__wheel-item.lightpurple {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(4.02%, #9D4EDF), color-stop(68.23%, #65259B));
    background: linear-gradient(to bottom, #9D4EDF 4.02%, #65259B 68.23%);
  }

  .shoot .crazygame__wheel-item.lightpurple span {
    color: #d7a9ff;
  }

  .shoot .crazygame__wheel-item.blue {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(14.77%, #4D4EDF), color-stop(71.57%, #1F207D));
    background: linear-gradient(to bottom, #4D4EDF 14.77%, #1F207D 71.57%);
  }

  .shoot .crazygame__wheel-item.blue span {
    color: #8384ff;
  }

  .shoot .crazygame__wheel-item.lightblue {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(14.01%, #7475F7), color-stop(68.98%, #27279A));
    background: linear-gradient(to bottom, #7475F7 14.01%, #27279A 68.98%);
  }

  .shoot .crazygame__wheel-item.lightblue span {
    color: #b9b9ff;
  }

  .shoot .crazygame__wheel-item.turquoise {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8.87%, #33BCE2), color-stop(71.11%, #0D6178)), #C4C4C4;
    background: linear-gradient(to bottom, #33BCE2 8.87%, #0D6178 71.11%), #C4C4C4;
  }

  .shoot .crazygame__wheel-item.turquoise span {
    color: #97e6ff;
  }

  .shoot .crazygame__wheel-item.red {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(12.47%, #E2563A), color-stop(52.26%, #9D2C15));
    background: linear-gradient(to bottom, #E2563A 12.47%, #9D2C15 52.26%);
  }

  .shoot .crazygame__wheel-item.red span {
    color: #ff9382;
  }

  .shoot .crazygame__wheel-item.yellow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9.03%, #FABB33), color-stop(58.73%, #694904)), #C4C4C4;
    background: linear-gradient(to bottom, #FABB33 9.03%, #694904 58.73%), #C4C4C4;
  }

  .shoot .crazygame__wheel-item.yellow span {
    color: #ffee9b;
  }

  .shoot .crazygame__wheel-item.lightyellow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(85.53%, #E1CB38), color-stop(45.54%, #847517)), #C4C4C4;
    background: linear-gradient(to bottom, #E1CB38 85.53%, #847517 45.54%), #C4C4C4;
  }

  .shoot .crazygame__wheel-item.lightyellow span {
    color: #fffb6d;
  }

  .shoot .crazygame__wheel-item.green {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(14.42%, #47C139), color-stop(79.12%, #277E1D));
    background: linear-gradient(to bottom, #47C139 14.42%, #277E1D 79.12%);
  }

  .shoot .crazygame__wheel-item.green span {
    color: #7cff6d;
  }

  .shoot .crazygame__cursor {
    position: absolute;
    width: 652px;
    height: 652px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  .shoot .crazygame__cursor img {
    max-height: 50px;
    pointer-events: none;
  }

  .shoot .crazygame__cursor--two {
    -webkit-transform: translate(-48.65%, -50.45%) rotate(-18.875deg);
    transform: translate(-48.65%, -50.45%) rotate(-18.875deg);
  }

  .shoot .crazygame__cursor--three {
    -webkit-transform: translate(-51.45%, -50.45%) rotate(18.875deg);
    transform: translate(-51.45%, -50.45%) rotate(18.875deg);
  }

  .shoot .crazygame__wheel-center {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 35%;
    height: 35%;
    background: #32281a;
    overflow: hidden;
    z-index: 2;
  }

  .shoot .crazygame__wheel-center img {
    max-height: 100%;
    pointer-events: none;
  }

  .shoot .crazygame__game-select {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
    background: rgba(50, 39, 29, 0);
    border-radius: 50%;
  }

  .shoot .crazygame__game-select h4 {
    text-transform: uppercase;
    color: #fff;
  }

  .shoot .crazygame__game-selects {
    position: relative;
    margin-top: 20px;
    grid-gap: 25px;
  }

  .shoot .crazygame__game-selects a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: relative;
  }

  .shoot .crazygame__game-selects a:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .shoot .crazygame__game-selects a:nth-child(1) {
    background: #4d22f8;
    -webkit-box-shadow: 0px 0px 0em 6px rgba(77,34,248, 0.5);
    box-shadow: 0px 0px 0em 6px rgba(77,34,248, 0.5);
  }

  .shoot .crazygame__game-selects a:nth-child(2) {
    background: #ea191d;
    -webkit-box-shadow: 0px 0px 0em 6px rgba(234,25,29, 0.5);
    box-shadow: 0px 0px 0em 6px rgba(234,25,29, 0.5);
  }

  .shoot .crazygame__game-selects a:nth-child(3) {
    background: #188e1c;
    -webkit-box-shadow: 0px 0px 0em 6px rgba(24,142,28, 0.5);
    box-shadow: 0px 0px 0em 6px rgba(24,142,28, 0.5);
  }

  .shoot .crazygame__center-ellipse {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(#bb7c23), to(#ffad39));
    background: linear-gradient(0deg, #bb7c23, #ffad39);
  }

  .shoot .crazygame__center-ellipse-border {
    position: absolute;
    width: calc(100% - 35px);
    height: calc(100% - 35px);
    border-radius: 50%;
    border: solid 4px #b96e04;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .shoot .crazygame__wheel-center-border {
    position: relative;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    border: solid 2px #3c3121;
  }

  .shoot .crazygame__wheel-center-border img {
    max-height: 20px;
  }

  .shoot .pochinko {
    width: 100%;
    position: relative;
    height: 808px;
    border-radius: 20px;
    /*padding: 0px 10px;*/
    background: #31251A;
  }

  .shoot .pochinko:before {
    -webkit-filter: blur(100px);
    filter: blur(100px);
    content: '';
    position: absolute;
    left: 0;
    top: 35%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #e1cb38;
  }

  .shoot .pochinko:after {
    -webkit-filter: blur(100px);
    filter: blur(100px);
    content: '';
    position: absolute;
    right: 0;
    top: 35%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #554ed7;
  }

  .shoot .pochinko__lvls {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[16];
    grid-template-columns: repeat(16, 1fr);
    /*padding: 10px 0px;*/
    grid-gap: 3px;
    z-index: 2;
  }
  .shoot .pochinko__lvl{
    justify-content: flex-end!important;

  }
  .shoot .pochinko__lvls:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 20px 20px;
    /*background: #31251a;*/
    z-index: 3;
  }

  .shoot .pochinko__lvl-x {
    position: relative;
    width: 100%;
    padding: 8px 0px;
    z-index: 4;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }

  .shoot .pochinko__lvl-x span {
    font-size: 21px;
    text-transform: uppercase;
    color: transparent;
    background-image: linear-gradient(to right, #462523 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 100%);
    -webkit-background-clip: text;

    writing-mode: vertical-lr;
    text-orientation: upright;
    font-weight: 900!important;

  }

  .shoot .pochinko__canvas {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  

  .shoot .pochinko__canvas canvas {
    border-radius: 20px;
    transform-origin: left top;
    transform: scale(1.0);
  }

  .shoot__live-drop-cursor--shooting img {
    -webkit-animation: shoot 0.5s ease-out;
    animation: shoot 0.5s ease-out;
    animation-direction: alternate-reverse;
  }

  @-webkit-keyframes shoot {
    from {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    to {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
  }

  @keyframes shoot {
    from {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    to {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
  }


  .shoot__live-drop-item--flipped .shoot__live-drop-front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  .shoot__live-drop-item--flipped .shoot__live-drop-back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }


  .theme--dark .shoot__bet:before {
    background: url(../images/borders--dark.svg) repeat;
  }

  .x--text{
    position: relative;
    top: -4px;
    left: 2px;
    font-size: 16px!important;
    font-weight: 900!important;

  }


  .shoot .pochinko__lvl-x span{
    font-size: 16px!important;
  }
  .x--text{
    top: -3px;
    left: 1px;
    font-size: 12px!important;
  }


  @media(max-width: 450px){
    .shoot .pochinko__lvl-x span{
      font-size: 11px!important;
    }
    .x--text{
      top: -3px;
      left: 1px;
      font-size: 10px!important;
    }
  }

  .theme--dark .shoot__bet-item--3x {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.45))), url(../images/games/shoot/3X.jpg) no-repeat center center/cover;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.45) 100%), url(../images/games/shoot/3X.jpg) no-repeat center center/cover;
  }

  .theme--dark .shoot__bet-item--3x span {
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
  }

  .theme--dark .shoot__bet-item--2x {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.45))), url(../images/games/shoot/2X.jpg) no-repeat center center/cover;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.45) 100%), url(../images/games/shoot/2X.jpg) no-repeat center center/cover;
  }

  .theme--dark .shoot__bet-item--2x span {
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
  }

  .theme--dark .shoot__bet-item--5x {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.45))), url(../images/games/shoot/5X.jpg) no-repeat center center/cover;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.45) 100%), url(../images/games/shoot/5X.jpg) no-repeat center center/cover;
  }

  .theme--dark .shoot__bet-item--5x span {
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
  }

  .theme--dark .shoot__bet-item--10x {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.45))), url(../images/games/shoot/10X.jpg) no-repeat center center/cover;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.45) 100%), url(../images/games/shoot/10X.jpg) no-repeat center center/cover;
  }

  .theme--dark .shoot__bet-item--10x span {
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
  }

  .theme--dark .shoot__bet-item--cashhunt {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.45))), url(../images/games/shoot/CHcashhunt.jpg) no-repeat center center/cover;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.45) 100%), url(../images/games/shoot/CHcashhunt.jpg) no-repeat center center/cover;
  }

  .theme--dark .shoot__bet-item--crazygame {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.45))), url(../images/games/shoot/CHcrazytime.jpg) no-repeat center center/cover;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.45) 100%), url(../images/games/shoot/CHcrazytime.jpg) no-repeat center center/cover;
  }

  .theme--dark .shoot__bet-item--coinflip {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.45))), url(../images/games/shoot/CHcoinflip.jpg) no-repeat center center/cover;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.45) 100%), url(../images/games/shoot/CHcoinflip.jpg) no-repeat center center/cover;
  }

  .theme--dark .shoot__bet-item--pochinko {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.45))), url(../images/games/shoot/CHplinko.jpg) no-repeat center center/cover;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.45) 100%), url(../images/games/shoot/CHplinko.jpg) no-repeat center center/cover;
  }


  .theme--dark .tournier__page-t-box {
    background: #1b2030;
  }
  .theme--dark .tournier__page-t-ico {
    color: #212639;
  }
  .theme--dark .tournier__separate {
    background: url(../images/borders--dark.svg) repeat;
  }


  .side-a {
    /*z-index: 100;*/
    background-size: cover;
    background-image:url(../images/games/coin/coin--orel.png);

  }
  .side-b {
    -webkit-transform: rotateZ(180deg) rotateY(-180deg);
    background-size: cover;
    background-image:url(../images/games/coin/coin--reshka.png);

  }

  .coinflip__wrapper div {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-backface-visibility: hidden;
  }


  .coinflip__wrapper {
    transition: -webkit-transform 1s ease-in;
    -webkit-transform-style: preserve-3d;
  }

  .animated.flip_1 {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip_tale;
    animation-name: flip_tale
  }
  .animated.flip_2 {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
  }
  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  @-webkit-keyframes flip {
    0% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
      transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }

    40% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
      transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }

    50% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
      transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }

    80% {
      -webkit-transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateX(180deg);
      transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateX(180deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }

    to {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(180deg);
      transform: perspective(400px) scaleX(1) translateZ(0) rotateX(180deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }
  }

  @keyframes flip {
    0% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
      transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }

    40% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
      transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }

    50% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
      transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }

    80% {
      -webkit-transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateX(180deg);
      transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateX(180deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }

    to {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(180deg);
      transform: perspective(400px) scaleX(1) translateZ(0) rotateX(180deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }
  }


  @-webkit-keyframes flip_tale {
    0% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
      transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }

    40% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
      transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }

    50% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
      transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }

    80% {
      -webkit-transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateX(360deg);
      transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateX(360deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }

    to {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(360deg);
      transform: perspective(400px) scaleX(1) translateZ(0) rotateX(360deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }
  }

  @keyframes flip_tale {
    0% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
      transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }

    40% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
      transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }

    50% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
      transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }

    80% {
      -webkit-transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateX(360deg);
      transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateX(360deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }

    to {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(360deg);
      transform: perspective(400px) scaleX(1) translateZ(0) rotateX(360deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }
  }


  .cap_new{
   width: 64px;
   opacity: 1;
   position: absolute;
   left: -3px;
   top: -9px;
 }


 .wallet__history-status{
  padding: 5px 7px;
  background: transparent;
  border-radius: 8px;
}

.wallet__history-status.warning{
  background: #412c0c;
  color: #ffb000;
}

.wallet__history-status.success{
  background: #0b2e0b;
  color: #00ff00;
}

.wallet__history-status.error{
  background: #380c0c;
  color: red;
}


.newTimerBlock{
  background: #F2DEA7;
  border: solid 4px #F7AF69;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 25px;
  position: relative;
}


.newTimerText{
  margin: 5px;
  text-transform: uppercase;
  font-weight: 900;
  color: #433614;
  font-size: 16px;
}



.imgNewTimer{
  position: absolute;
  top: 20px;
  right: 50px;
  width: 100px;
}

.newTimerBlock .chat__promocode-img{
  right: -20px;
  transform: rotateY(180deg);
  left: auto;
}

.tournier__link {
  position: relative;
  width: 100%;
  margin-bottom: 18px;
  min-height: 65px;
  border-radius: 20px;
  padding: 0px 23px;
  background: var(--bg-secondary);
  border-left: solid 2px rgb(23 27 40);
  overflow: hidden;
}

.tournier__link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15%;
  height: 2px;
  /* background: -webkit-gradient(linear, left top, right top, from(rgba(252, 93, 54, 0.3)), to(transparent)); */
  /* background: linear-gradient(to right, rgba(252, 93, 54, 0.3), transparent); */
}

.tournier__link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15%;
  height: 2px;
  /* background: -webkit-gradient(linear, left top, right top, from(rgba(252, 93, 54, 0.3)), to(transparent)); */
  /* background: linear-gradient(to right, rgba(252, 93, 54, 0.3), transparent); */
}

.tournier__link .icon {
  color: #f2ad44;
  margin-right: 8px;
  pointer-events: none;
}

.tournier__link b {
  color: #ffffff;
  pointer-events: none;
}

.tournier__link span {
  font-size: 12px;
  color: #6c7da6;
  font-weight: 500;
  pointer-events: none;
}

.boomcity__main{
  background: #F3F4F8;
  border-radius: 20px;
  padding: 24px;
  width: calc(60% - 10px);
}

.boomcity__betblock{
  width: calc(40% - 10px);
}

.boomcity__grid{
  margin: 0 auto;
  width: 496px !important;

}

.boomcity__path .boomcity__path-item {
  width: calc(496px / 8 - 6px);
  height: calc(496px / 8 - 6px);
  margin-bottom: 6px;
  border-radius: 6px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.boomcity__path-item.dice{
  background: transparent;
}
.boomcity__path-item.dice:nth-child(1), .boomcity__path-item.dice:nth-child(8), .boomcity__path-item.dice:nth-child(57), .boomcity__path-item.dice:nth-child(64){
  opacity: 0;
}

.boomcity__path-item.dice .icon{
  background: #565656;
  color: #ffdc6d;
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  border-radius: 5px;
}

.boomcity__path-item.wait{
  color: #5b5d60;
  background: radial-gradient(#81777a 0%, #c5c5c5 104.75%);
}

.theme--dark .boomcity__main {
  background: var(--bg-secondary);
}

.boomcity__grid{
  position: relative;
}

.boomcity__timer{
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 35px;
  transform: translate(-50%, -50%);
}

.boomcity__timer .x30__timer{
  position: relative;
}

.boomcity__timer .x30__timer:before{
  top: -30px;
}

.boomcity__bets {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

.boomcity__bet, .boomcity__bet-info{
  margin-bottom: 0px;
}

.boomcity__bet-info {
  padding: 20px 22px;
  border-radius: 0px 0px 15px 15px;
  background: #F3F4F8;
  color: white;
  font-weight: 500;
  margin-bottom: 0px;
}

.boomcity__bet-heading {
  border-radius: 15px 15px 0px 0px;
  padding: 16px 22px;
  cursor: pointer;
}

.boomcity__bet-heading span {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  pointer-events: none;
}

.boomcity__bet-heading img {
  pointer-events: none;
  width: 32px;
  height: 32px;
}

.boomcity__bet-heading:before {
  -webkit-filter: blur(10rem);
  filter: blur(10rem);
}

.boomcity__bet-heading.x1 {
  background: linear-gradient(263.88deg, #e59d6d 0%, #bd5719 104.75%);
}

.boomcity__bet-heading.x2 {
  background: linear-gradient(263.88deg, #bdabab 0%, #786569 104.75%);
}

.boomcity__bet-heading.x5 {
  background: linear-gradient(263.88deg, #e9c895 0%, #ce8e20 104.75%);
}

.boomcity__bet-heading.dice_battle {
  background: linear-gradient(263.88deg, #585ae3 0%, #2533b8 104.75%);
}


.boomcity__bet-heading.lucky_drop {
  background: linear-gradient(263.88deg, #9e19ca 0%, #7606a8 104.75%);
}

.boomcity__bet-heading.boom_or_bust {
  background: linear-gradient(263.88deg, #e02da2 0%, #bd0867 104.75%);
}

.theme--dark .boomcity__bet-info {
  background: var(--bg-secondary);
}

.diceBlock{
  position: relative;
  height: 100px;
  width: 100%;
}
.diceBoom {
  position: absolute;
  width: 100px;
  height: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  transform-style: preserve-3d;
  transform: rotate3d(0, 0.9, 0.9, 90deg);
  transition: 0.5s cubic-bezier(0.42, 1.57, 0.62, 0.86);
}
.diceBoom.rolling {
  animation: rotatePerFace 3s cubic-bezier(0.42, 1.57, 0.62, 0.86) infinite;
}
.diceBoom.throw {
  animation: rotateDice 0.7s ease-in reverse, throwDice 1s linear;
}
.diceBoom .diceFace {
  box-sizing: border-box;
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #f6f3f0;
  border: 2px solid white;
  border-radius: 20px;
  transform-style: preserve-3d;
  transition: 0.5s;
}
.diceBoom .diceFace::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 20px;
  transform: translateZ(-1px);
}
.diceBoom .diceFace::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  background-color: #131210;
  border-radius: 100%;
  transform: translateZ(1px);
}
.diceBoom .front {
  transform: translateZ(50px);
}
.diceBoom .front::after {
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  background-color: #131210;
}

.btn-reg {
  background: #ff004c;
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
}
.btn-go {
  padding: 10px 22px;
  border: 1px solid;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
}

.diceBoom .up {
  transform: rotateX(90deg) translateZ(50px);
}
.diceBoom .up::after {
  margin: -30px 0 0 -30px;
  box-shadow: 40px 40px #131210;
}
.diceBoom .left {
  transform: rotateY(-90deg) translateZ(50px);
}
.diceBoom .left::after {
  margin: -40px 0 0 -40px;
  box-shadow: 30px 30px #131210, 60px 60px #131210;
}
.diceBoom .right {
  transform: rotateY(90deg) translateZ(50px);
}
.diceBoom .right::after {
  margin: -30px 0 0 -30px;
  background-color: #131210;
  box-shadow: 40px 0px #131210, 0px 40px #131210, 40px 40px #131210;
}
.diceBoom .bottom {
  transform: rotateX(-90deg) translateZ(50px);
}
.diceBoom .bottom::after {
  margin: -36px 0 0 -36px;
  box-shadow: 26px 26px #131210, 52px 52px #131210, 52px 0px #131210, 0px 52px #131210;
}
.diceBoom .back {
  transform: rotateX(180deg) translateZ(50px);
}
.diceBoom .back::after {
  margin: -40px 0 0 -30px;
  box-shadow: 40px 0px #131210, 0px 30px #131210, 40px 30px #131210, 0px 60px #131210, 40px 60px #131210;
}

.diceWrap {
  position: absolute;
  width: 200px;
  height: 200px;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  transform: scale(0.5);
}
.diceWrap::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 10%;
  top: 90%;
  left: 15%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  filter: blur(10px);
}

@keyframes rotateDice {
  30% {
    transform: rotate3d(1, 1, 1, 0deg);
  }
  100% {
    transform: rotate3d(1, 1, 1, 720deg);
  }
}
@keyframes rotatePerFace {
  16% {
    transform: rotate3d(-0.1, 0.6, -0.4, 180deg);
  }
  32% {
    transform: rotate3d(-0.85, -0.42, 0.73, 180deg);
  }
  48% {
    transform: rotate3d(-0.8, 0.3, -0.75, 180deg);
  }
  64% {
    transform: rotate3d(0.3, 0.45, 0.9, 180deg);
  }
  80% {
    transform: rotate3d(-0.16, 0.6, 0.18, 180deg);
  }
  100% {
    transform: rotate3d(-0.1, 0.3, -1, 180deg);
  }
}
@keyframes throwDice {
  20% {
    margin-top: -100px;
  }
  40% {
    margin-top: 0px;
  }
  60% {
    margin-top: -30px;
  }
  80% {
    margin-top: 0px;
  }
  85% {
    margin-top: -10px;
  }
  90% {
    margin-top: 0px;
  }
  95% {
    margin-top: -3px;
  }
  100% {
    margin-top: 0px;
  }
}


.controller {
  position: absolute;
  width: 200px;
  padding: 20px;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  line-height: 40px;
}

.coinBetBlock{
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
}

.betBlock{
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: var(--bg-secondary);
}

.coinBet{
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--bg-secondary);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.icon_coin{
  width: 50px;
  height: 50px;
  fill: white;
}

.CoinsBtnDream {
  border-radius: 50%;
  font-weight: 600;
  color: #fff;
  box-shadow: 0 0 0 2px transparent;
  background: url(/images/circle_c.svg) 0 0/cover no-repeat #828f9a;
  outline: none;
  border: 0;
  height: 50px;
  width: 50px;
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
  position: relative;
  opacity: .9;

}
@media(max-width: 480px){
  .CoinsBtnDream {
    height: 35px;
    width: 35px;

  }
}
.CoinsBtnDream:hover {
  transform: translateY(-5px);
  transition: .3s;
}
.CoinsBtnDream span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-shadow: 0 0 5px rgba(0,0,0,.45);
  cursor: pointer;
}

.Coins_active-:before {
  content: "";
  display: block;
  box-shadow: 0 0 0 3px #fff;
  height: calc(100% + 2px);
  width: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.coinBet .CoinsBtnDream{
  position: absolute;
  top: 0;
  left: 0;
}

.coinBet .CoinsBtnDream:hover {
  transform: translateY(0px);
  opacity: 0.8;
}

.icon_arrow{
  width: 50px;
  height: 50px;
  fill: #9EABCD;
}

.betBlock button{
  /*background: red;*/
}

.arrow_left{
  transform: rotate(180deg);
}

@media(max-width: 520px){
  /* .header__user-balance-add{
    display: none;
  } */

  .popup__tab {
      position: relative;
      padding: 11px 15px;
      border-radius: 12px;
  }

  .popup__tab .icon {
      width: 0px;
      height: 14px;
      margin-right: 0px;
      opacity: 0;
      pointer-events: none;
  }

  .popup__tab--active .icon {
      width: 14px;
      opacity: 1;
      margin-right: 6px;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      color: #397ae6;
  }

  .popup__title span {
      font-size: 10px !important;
  }

  .overlayed {

    padding: 0px 10px;
}
}

.mobile-menu__links .icon {
    fill: #46537B!important;
    width: 40px;
    height: 40px;
}

.mobile-menu__links .active .icon {
    fill: #0057FF!important;
    width: 40px;
    height: 40px;
}

.chat__msg-message.mess span{
  overflow-wrap: break-word;  /* не поддерживает IE, Firefox; является копией word-wrap */
  word-wrap: break-word;
}

.boomcity__bets{
  position: relative;
}

.boomcity__play .boomcity__bet{
  filter: blur(2px);
}

.diceBlocks{
  position: absolute;
  width: 100%;
  height: 100%;
}

.diceBlock{
  top: 50%;
  transform: translateY(-50%);
}

.promocodeInput{
  width: 100%;
}

.promocodeInputBtn{
  width: 151px;
  height: 55px
}

@media(max-width: 450px){
  .promocodeInputBlock{
    display: block;
  }
  .promocodeInput{
    width: 100%;
  }
  .promocodeInputBtn{
    margin-top: 10px;
    width: 100%;
  }
}

.fullInputWidth{

    width: calc(100% - 10px)!important;
}

.wallet__history{

    overflow: auto;
}

.bonus__hits-items{
  max-width: 700px;
  margin: 0 auto;
}

@media(max-width: 475px){
  .toast-top-right{
    margin-top: 60px!important;
  }
  .bonus__buttons{
    width: 100%;
  }
  .bonus__buttons a{
    width: 100%;
    justify-content: center;
  }
}

.wallet__history::-webkit-scrollbar {
  width: 12px;               /* ширина scrollbar */
}
.wallet__history::-webkit-scrollbar-track {
  background: #1b2030;        /* цвет дорожки */
}
.wallet__history::-webkit-scrollbar-thumb {
  background-color: #213875;    /* цвет плашки */
  border-radius: 20px;       /* закругления плашки */
  border: 3px solid #1b2030;  /* padding вокруг плашки */
}


.auth_blocks{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-top: 8px;
}

/* .auth_block{
  height: 100px;
  border-radius: 10px;
  background: red;
  padding: auto;
}

.auth_block .icon{
  margin: auto;
  display: block;
  position: relative;
  top:50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
}  */
input#wheel_input {
    color: #fff !important;
    font-size: 16px;
}
.x30__bet-placed.d-flex.align-center.justify-space-between a {
    background: var(--bg-secondary);
    height: 33px;
    padding: 0px 15px;
    border-radius: 8px;
}
.bx-input__input.d-flex.align-center.justify-space-between {
    /* margin-bottom: 10px; */
}
.history__sum.d-flex.align-center.justify-center {
    color: #f2ad44;
}
.history__sum.d-flex.align-center.justify-center span {
    color: #fff;
}
.history__sum.d-flex.align-center.justify-center.fix-turne-top span {
  color: #1cff6b;
}
input#sumBetX100 {
    font-size: 16px !important;
    color: #fff;
}
/* a.btn.btn--blue.is-ripples.flare.d-flex.align-center.justify-center {
    margin-top: 10px;
} */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}


.btn {
  /* height: 48px; */
  border-radius: 12px;
  padding: 10px 18px;
  background: var(--global-brand);
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  position: relative;
}

.btn span {
  pointer-events: none;
}

.btn .icon {
  margin-right: 13px;
}

.btn.disabled {
  cursor: not-allowed;
}

.btn--gray {
  background: #272D40;
}
.btn--gray-border {
  background: transparent;
  border: 2px solid #D8DBEF;
  color: #7D8EBB;
}

.btn--gray-border:hover {
  border: 2px solid #cccfe3;
  color: white;
}

.btn--blue {
  border-bottom: 0px;
}

.btn--blue span {
  text-shadow: none !important;
  display: flex;
  align-items: center;
  gap: 8px;

}

.btn--red {
  background: var(--global-brand);
  border-bottom: solid 0px #D22780;
}

.btn--red span {
  text-shadow: 0px 1px 0px rgba(136, 21, 43, 0.38);
}

.btn--orange {
  background: linear-gradient(101.85deg, #F66B95 13.32%, #F79E6C 58.67%), #C4C4C4;
}

.btn--purple {
  background: linear-gradient(101.85deg, #6B71F6 13.32%, #8851E2 58.67%), #C4C4C4;
}

.btn--green {
  background: linear-gradient(101.85deg, #29D195 13.32%, #479BCA 58.67%), #C4C4C4;
}

.btn--pink {
  background: linear-gradient(101.85deg, #FF4ED8 13.32%, #AA1B82 58.67%), #C4C4C4;
}

.icon.money, .icon.small {
  width: 16px;
  height: 16px;
}

#toast-container > div {
  opacity: 1 !important;
  padding: 20px 20px 20px 60px !important;
  border-radius: 20px !important;
  background-position: 20px center !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.toast-message {
  font-size: 12px;
  opacity: .6;
}

.toast-title {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 10px;
}

#toast-container > div:hover {
  -webkit-box-shadow: 0 0 4em 3px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 0 4em 3px rgba(0, 0, 0, 0.25) !important;
}

.user-status {
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 8px;
  font-size: 10px;
  color: #fff !important;
  margin-right: 4px;
  border-radius: 15px;
}

.user-status.new {
  background: #e0e5f4;
  color: #808ab3 !important;
}

.user-status.wolf {
  background: -webkit-gradient(linear, left top, right top, from(#b2510e), to(#f59c2c));
  background: linear-gradient(to right, #b2510e, #f59c2c);
}

.user-status.predator {
  background: -webkit-gradient(linear, left top, right top, from(#2e4a60), to(#387274));
  background: linear-gradient(to right, #2e4a60, #387274);
}

.user-status.premium {
  background: -webkit-gradient(linear, left top, right top, from(#5e327a), to(#9839b9));
  background: linear-gradient(to right, #5e327a, #9839b9);
}

.user-status.alpha {
  background: -webkit-gradient(linear, left top, right top, from(#387be5), to(#7d49cf));
  background: linear-gradient(to right, #387be5, #7d49cf);
}

.user-status.vip {
  background: -webkit-gradient(linear, left top, right top, from(#f27559), to(#ea2424));
  background: linear-gradient(to right, #f27559, #ea2424);
}

.user-status.professional {
  background: -webkit-gradient(linear, left top, right top, from(#d32787), to(#ff0202));
  background: linear-gradient(to right, #d32787, #ff0202);
}

.user-status.legend {
  background: -webkit-gradient(linear, left top, right top, from(#222b94), to(#1183d3));
  background: linear-gradient(to right, #222b94, #1183d3);
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox:checked + label::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 14px;
  height: 14px;
  background: #5F5CE6;
  border-radius: 4px;
  border-radius: 4px;
}

@media only screen and (max-width: 1725px) {
  .x30__bet-user .history__user span {
    max-width: 25px !important;
  }
}

@media only screen and (max-width: 1600px) {
  /* .header__links li a span {
    display: none;
  } */
  .header__links li a .icon {
    margin-right: 0 !important;
  }
  .header__links li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .x30__bets {
    -ms-grid-columns: (1fr)[3] !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .x30__bet-user .history__user span {
    max-width: 128px !important;
  }
}

@media only screen and (max-width: 1515px) {
  .x30__bet {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .x30__history {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .x30__bet-game {
    width: 100% !important;
  }
  .x30__bet-user .history__user span {
    max-width: 40px !important;
  }
  .games {
    grid-template-columns: repeat(6, 1fr) !important;
  }
  .bonus__item {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1;
  }
  .bonus__item--reposts .bx-input__input {
    width: 76% !important;
  }
  .bonus__levels-items, .bonus__reposts-items {
    -ms-grid-columns: (1fr)[2] !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media only screen and (max-width: 1400px) {
  .profile__stats {
    width: 100% !important;
    margin-top: 15px;
    padding-left: 0 !important;
  }
  .profile__user {
    margin: 0 auto;
  }
  .games {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}


@media only screen and (max-width: 1000px) {
  .header__links li a span {
    display: none;
  }
  .about-act-bonus{
    display: flex;
    gap: 10px;
    overflow: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: calc(12px * -1) calc(15px * -1);
    padding: 16px;
  }
}


@media only screen and (max-width: 625px) {

  .header__links {
    display: none !important;
  }
  .header__right .sidebar__logotype {
    display: block !important;
    width: 45px;
    height: 45px;
    margin-bottom: 7px;
  }
  .header__right {
    width: 100% !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .shoot .cash-hunt__inner {
    -ms-grid-columns: (1fr)[6] !important;
    grid-template-columns: repeat(6, 1fr) !important;
  }
  .x30__rocket {
    right: -60px !important;
    bottom: -60px !important;
  }
  .history {
    overflow-x: auto;
  }
  /* .history table {
    min-width: 925px;
  } */
  .refferal__stats {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 !important;
    margin-top: 20px;
  }
  .refferal__left {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .profile__stats {
    -ms-grid-columns: (1fr)[2] !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .popup .bx-input__create-coupon {
    -ms-grid-columns: (1fr)[1] !important;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .popup .bx-input__create-coupon .bx-input__input:nth-last-child(1) {
    grid-column: auto !important;
  }
}

@media only screen and (max-width: 1600px) {
  .x30__bet-users, .x100__bet-users {
    display: none;
  }
  .games__item{
    height: 220px;
  }
  .gx-game-item {
    min-height: 160px;
  }

}

@media only screen and (max-width: 1500px) {
  .games__item{
    height: 230px;
  }
  .gx-game-item {
    min-height: 160px;
  }
}
@media only screen and (max-width: 525px) {
  .x30__bet-users, .x100__bet-users {
    display: none;
  }
  .x30__bet-info {
    margin-bottom: 0 !important;
  }
  .x30__bets .x30__bet {
    margin-bottom: 0 !important;
  }
  .keno__title {
    display: none;
  }
.keno__mines.d-flex.justify-center.align-center {
    padding: 10px 20px 20px 20px;
}
.keno__canvas-item.d-flex.align-center.justify-center {
    min-width: 65px;
    height: 65px;
}

a.shoot__bet-btn-settings.d-flex.align-center.lft {
    margin: 0px;
    width: auto;
}

input#sumBetKeno {
    font-size: 14px !important;
    width: 80px !important;
}

.keno__bet-left.d-flex.align-center {
    display: block;
    margin-bottom: 20px;
}
a.shoot__bet-btn-settings.d-flex.align-center.lft {
    margin: 0 auto !important;
}
a.shoot__bet-btn-settings.d-flex.align-center {
    width: 100%;
    font-size: 14px;
    height: 56px;
    margin-bottom: 15px;
}
  .keno__content {
    margin-top: 0 !important;
  }
  .keno__round-info {
    padding: 20px 20px 0px 20px!important;
  }
.keno__round-info-item.d-flex {
    position: relative;
    line-height: 25px;
    background: #1b2030;
    padding: 12px 14px;
    border-radius: 12px;
}
  .keno__canvas {
    max-width: 365px !important;
  }
}



@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #42bac0;
    box-shadow: 0 0 0 0 #42bac0;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(66, 186, 192, 0);
    box-shadow: 0 0 0 10px rgba(66, 186, 192, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(66, 186, 192, 0);
    box-shadow: 0 0 0 0 rgba(66, 186, 192, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #42bac0;
    box-shadow: 0 0 0 0 #42bac0;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(66, 186, 192, 0);
    box-shadow: 0 0 0 10px rgba(66, 186, 192, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(66, 186, 192, 0);
    box-shadow: 0 0 0 0 rgba(66, 186, 192, 0);
  }
}

.sidebar__socials {
  position: relative;
  grid-gap: 15px;
}

.sidebar__socials a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
}

.sidebar__socials a .icon {
  width: 16px;
  height: 16px;
}

.sidebar__social--vk {
  background: #016FED;
}

.sidebar__social--vk:hover {
  -webkit-box-shadow: 0px 0px 0em 7px rgba(1, 111, 237, 0.3);
  box-shadow: 0px 0px 0em 7px rgba(1, 111, 237, 0.3);
}

.sidebar__social--tg {
  background: #2399D3;
}

.sidebar__social--tg:hover {
  -webkit-box-shadow: 0px 0px 0em 7px rgba(35, 153, 211, 0.3);
  box-shadow: 0px 0px 0em 7px rgba(35, 153, 211, 0.3);
}



.chat__header-info{
 padding: 5px 23px;
 line-height: 22px;
 padding-right: 12px;
 position: absolute;
 top: 70px;
 z-index: 1000;
 width: 100%;
 background: linear-gradient(286.81deg, #F0F2FF 14.71%, rgba(235, 236, 242, 1));
}

.theme--dark .chat__header-info{

  background: linear-gradient(262deg, #232845 2.45%, rgba(30, 34, 63, 1) 61.7%)!important;

}

@media only screen and (max-width: 1125px){
  .chat__header-info {
    background: #EBECF2!important;
  }

  .theme--dark .chat__header-info {
    background: #1b2030!important;
  }
  .games {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

.chat__giveaway {
  position: relative;
  /*padding: 0px 30px;*/
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  /*margin-bottom: 28px;*/
}

.chat__giveaway-inner {
  background-color: #fafaff;
  padding: 15px 25px;
  border-radius: 17px;
  overflow: hidden;
  border: solid 4px #b2b7d3;
  position: relative;
}

.theme--dark .chat__giveaway-inner{
  background-color: #262b4d;
  border: solid 4px #4d517e;
}

.chat__giveaway-inner h5 {
  font-size: 13px;
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  padding-bottom: 12px;
}

.theme--dark .chat__giveaway-inner h5{
  color: #fff;
}
.chat__giveaway-timer--span {
  background-color: #b2b7d3;
  border-radius: 7px;
  width: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 28px;
  font-weight: 900;
  color: #fff !important;
  margin: 0px 2px;
}

.theme--dark .chat__giveaway-timer--span{
  background-color: #4d517e;
}

.chat__giveaway-timer span {
  color: #9C6DF2;
}

.chat__giveaway-image {
  position: absolute;
  right: -12px;
  top: 0;
  pointer-events: none;
}

.chat__buttons {
  position: relative;
}

.chat__bottom .chat__buttons a:not(.send) {
  width: 28px;
  height: 28px;
}
.chat__buttons a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #fff;
  margin-right: 6px;
  color: #777b86;
}

.chat__buttons a:hover {
  color: #2D2A73;
}

.chat__buttons a:nth-last-child(1) {
  margin: 0;
}

.chat__messages {
  position: relative;
  /* height: calc(100% - 140px); */
  flex: 1;
  min-height: 0;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}

.chat__bottom {
  padding: 8px;
}



.chat__buttons-admins {
  position: absolute;
  bottom: 0;
  right: 0;
}
.select {
  display: block;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 600;
  color: white;
  line-height: 1.3;
  padding: 15px 15px;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-radius: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(235, 236, 242, 0.5);
  border: 0;
  cursor: pointer;
}

.bx-input--select:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 43px;
  width: 8px;
  height: 8px;
  border-right: solid 1px;
  border-bottom: solid 1px;
  color: #aeb9d5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.chat__buttons-admins a {
  position: relative;
  border-radius: 50%;
  margin-right: 6px;
  color: rgba(118, 125, 171, 0.5);
}

.chat__buttons-admins a .icon {
  width: 14px;
  height: 14px;
}

.chat__buttons-admins a:nth-last-child(1) {
  margin-right: 0;
}

.chat__buttons-admins a:hover {
  color: #767dab;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #EBECF2;
}

.preloader-remove .preloader__lift{
  opacity: 0;
  transition: .4s;
}

.preloader__lift {
  position: relative;
  width: 275px;
  height: 320px;
    -webkit-animation: startupWindowAnimation 1s ease-in-out .2s infinite normal;
    animation: startupWindowAnimation 1s ease-in-out .2s infinite normal;
}

.preloader__lift-container {
  width: 220px;
  height: 270px;
  position: relative;
  border-radius: 20px;
  padding: 12px;
  overflow: hidden;
}

.preloader__door {
  width: 93px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#27385E), to(#1C2D52));
  background: linear-gradient(180deg, #27385E 0%, #1C2D52 100%);
  -webkit-box-shadow: inset 5px 6px 12px rgba(73, 93, 137, 0.49);
  box-shadow: inset 5px 6px 12px rgba(73, 93, 137, 0.49);
  border-radius: 20px;
}

.preloader__door--one {
  -webkit-animation: loading ease 1s;
  animation: loading ease 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

@-webkit-keyframes loading {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes loading {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.preloader__door--two {
  -webkit-animation: loading2 ease 1s;
  animation: loading2 ease 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

@-webkit-keyframes loading2 {
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes loading2 {
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.preloader__loader {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  opacity: 0;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation: opacity 5s ease;
  animation: opacity 5s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.preloader.preloader-remove{
  opacity: 0;
  transition: .8s;
  z-index: 0;
}
.bx-input {
  position: relative;
  width: 100%;
  margin-bottom: 0px !important;
  display: flex;
  flex-direction: column;
}
.head_name_slot_game {
  align-items: center;
  display: flex;
}


.bx-input:nth-last-child(1) {
  margin-bottom: 0;
}

.bx-input__input {
  position: relative;
  background: #F3F4F8;
  border-radius: 15px;
  padding: 0px 20px;
}
.popup.popup--about.popup--dep.active {
    padding: 20px;
}

.bx-input__input label {
  height: 55px;
  font-weight: 400;
  color: white;
}

.bx-input__input input {
  height: 55px;
  color: #7987AE;
  font-weight: 500;
  width: 100%;
  text-align: right;
}

.popup .bx-input__input input {
  height: 55px;
  color: #7987AE;
  font-weight: 500;
  width: -webkit-fill-available;
  text-align: right;
}

.dicebotblock {
  /* display: grid
; */
  grid-template: 49% 49%;
  display: grid;
  align-items: center;
  grid-template-columns: 49% 49%;
  grid-gap: 2%;
}

.bx-input__input input::-webkit-input-placeholder {
  color: rgba(120, 135, 174, 0.5);
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}

.bx-input__input input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.bx-input__input .icon {
  margin-left: 8px;
  color: #f2ac44;
}

.bx-input__text {
  color: #777b86;
  font-weight: 500;
}

.bx-input__btn {
  margin-top: 10px;
}

.bx-input__btn .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.help {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: none;
  padding: 9px 11px;
  border-radius: 8px;
  color: #5B330E;
  background: linear-gradient(91.96deg, rgba(255, 138, 31, 0.4) 1.43%, rgba(255, 138, 31, 0) 98.35%);
}

.help:hover {
  color: #FC881D;
}

.help .icon {
  width: 16px;
  margin-right: 10px;
  height: 16px;
  pointer-events: none;
  color: #FC881D;
}

.help span {
  pointer-events: none;
}

.slot_games {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 13px;
  position: relative;
  margin-bottom: 13px;
}



.games__item.games__item--kenox {
  background-image: url(../img/home/keno.jpg);
  background-size: cover;
  background-position: center;
}

.games__item.games__item--keno {
  background: linear-gradient(236.46deg, #B8812F -0.12%, #74073B 72.27%);
  border-bottom: solid 4px #56072B;
}

.games__item-bg-slots{
  position: absolute;
  right: 80px;
  top: 5%;
  height: 350px;
 }

 .games__item-bg-slots img{
  height: 100%;
 }

 .games__item-bg-slots img:nth-child(1){
  opacity: 0.2;
  position: absolute;
  top: 0;
  right: 100px;
  z-index: 1;
 }

 .games__item-bg-slots img:nth-child(2){
  position: relative;
  z-index: 2;
 }

 @media(max-width: 650px){
  .games__item.games__item--slots {
    padding: 24px 28px;
    height: 200px;
  }

  .games__item.games__item--slots .games__item-text span{
    font-size: 32px;
  }
  .games__item.games__item--slots .games__item-text p{
    font-size: 12px;
  }

  .games__item--slots.align-center{
    align-items: flex-end;
  }

  .games__item-bg-slots{
    position: absolute;
    right: 0px;
    top: 5%;
    height: 350px;
   }
 }

.games__item.games__item--coin .coinflip__wrapper {
  position: absolute;
  right: -13%;
  bottom: 6%;
}

.games__item.games__item--coin .coinflip__wrapper .coinflip__back {
  -webkit-animation: back-rotation 2s ease infinite;
  animation: back-rotation 2s ease infinite;
}

@-webkit-keyframes back-rotation {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

@keyframes back-rotation {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

.games__item.games__item--coin .coinflip__wrapper .coinflip__front {
  -webkit-animation: front-rotation 2s ease infinite;
  animation: front-rotation 2s ease infinite;
}

@-webkit-keyframes front-rotation {
  from {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes front-rotation {
  from {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

.games__item-text {
  position: relative;
  z-index: 3;
  pointer-events: none;
}

.games__item-text span {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.14);
}

.games__item-text p {
  font-size: 12px;
  padding-top: 10px;
  color: #7485b7;
}


.games__item-bg-shoot {
  position: absolute;
  left: 25%;
  bottom: -90px;
}


.games__item-bg-ellipse, .games__item-bg-ellipse_snow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  border-radius: 35px;
  background: url(../images/games/bg-ellipse.svg) no-repeat center center/cover;
}

.games__item-bg-ellipse_snow{
  background: transparent;
}

.games__item-bg-confetti {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  background: url(../images/games/bg-confetti.png) no-repeat center center/cover;
  mix-blend-mode: lighten;
}

.games__item-bg--x30 {
  position: absolute;
  bottom: -10%;
  width: 500px;
  height: 500px;
  z-index: 2;
  background: url(../images/games/x30/wheel-card.svg) no-repeat center center/contain;
  -webkit-animation: rotate 60s linear infinite;
  animation: rotate 60s linear infinite;
  left: 30%;
}

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

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

.games__item-bg--dice {
  position: absolute;
  left: 0%;
  bottom: -65%;
  width: 500px;
  height: 500px;
  z-index: 2;
  background: url(../images/games/dice/dice-card.png) no-repeat center center/contain;
}

.games__item-bg--dice-2 {
  position: absolute;
  width: 60px;
  height: 40px;
  right: 5%;
  bottom: 15%;
  z-index: 3;
  background: url(../images/games/dice/dice.png) no-repeat center center/contain;
  -webkit-animation: 12s linear infinite roll_dice;
  animation: 12s linear infinite roll_dice;
  animation-direction: alternate-reverse;
}

@-webkit-keyframes roll_dice {
  0% {
    -webkit-transform: rotate(-21deg) translateY(30px);
    transform: rotate(-21deg) translateY(30px);
  }
  50% {
    -webkit-transform: rotate(360deg) translateY(-12px) translateX(-22px);
    transform: rotate(360deg) translateY(-12px) translateX(-22px);
  }
  100% {
    -webkit-transform: rotate(-40deg) translateY(-30px);
    transform: rotate(-40deg) translateY(-30px);
  }
}

@keyframes roll_dice {
  0% {
    -webkit-transform: rotate(-21deg) translateY(30px);
    transform: rotate(-21deg) translateY(30px);
  }
  50% {
    -webkit-transform: rotate(360deg) translateY(-12px) translateX(-22px);
    transform: rotate(360deg) translateY(-12px) translateX(-22px);
  }
  100% {
    -webkit-transform: rotate(-40deg) translateY(-30px);
    transform: rotate(-40deg) translateY(-30px);
  }
}

.games__item-bg--dice-3 {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 25%;
  bottom: 35%;
  z-index: 3;
  background: url(../images/games/dice/dice.png) no-repeat center center/contain;
  -webkit-animation: 12s linear infinite roll_dice;
  animation: 12s linear infinite roll_dice;
  animation-direction: alternate-reverse;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}

@keyframes roll_dice {
  0% {
    -webkit-transform: rotate(-21deg) translateY(30px);
    transform: rotate(-21deg) translateY(30px);
  }
  50% {
    -webkit-transform: rotate(360deg) translateY(-12px) translateX(-22px);
    transform: rotate(360deg) translateY(-12px) translateX(-22px);
  }
  100% {
    -webkit-transform: rotate(-40deg) translateY(-30px);
    transform: rotate(-40deg) translateY(-30px);
  }
}

.games__item-bg--dice-2 {
  position: absolute;
  width: 60px;
  height: 40px;
  right: 5%;
  bottom: 15%;
  z-index: 3;
  background: url(../images/games/dice/dice.png) no-repeat center center/contain;
  -webkit-animation: 12s linear infinite roll_dice;
  animation: 12s linear infinite roll_dice;
  animation-direction: alternate-reverse;
}

@keyframes roll_dice {
  0% {
    -webkit-transform: rotate(-21deg) translateY(30px);
    transform: rotate(-21deg) translateY(30px);
  }
  50% {
    -webkit-transform: rotate(360deg) translateY(-12px) translateX(-22px);
    transform: rotate(360deg) translateY(-12px) translateX(-22px);
  }
  100% {
    -webkit-transform: rotate(-40deg) translateY(-30px);
    transform: rotate(-40deg) translateY(-30px);
  }
}

.games__item-bg--mines {
  position: absolute;
  left: 0px;
  top: -100px;
  width: 130%;
  height: 170%;
  background: url(../images/games/mines/mines-card.svg) repeat center center/cover;
  background-position-y: 297px;
  background-size: 450px 580px;
  -webkit-animation: 13s linear infinite mines;
  animation: 13s linear infinite mines;
  -webkit-transition-duration: 1000s;
  transition-duration: 1000s;
}

@-webkit-keyframes mines {
  from {
    background-position: 450px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes mines {
  from {
    background-position: 450px 0;
  }
  to {
    background-position: 0 0;
  }
}

.games__item-bg--mines2 {
  position: absolute;
  right: -70px;
  top: -40px;
  width: 230px;
  height: 240px;
  background: url(../images/games/mines/mines.png) no-repeat center center/cover;
  z-index: 2;
  background-size: contain;
}

.games__item-bg--crash {
  position: absolute;
  right: -90px;
  top: -50px;
  width: 230px;
  height: 240px;
  background: url(../images/games/crash/crash.png) no-repeat center center/cover;
  background-size: contain;
}

.games__item-bg--crash-x {
  position: absolute;
  right: 0px;
  top: -100px;
  width: 170px;
  height: 490px;
  background: url(../images/games/crash/crash-x.svg) repeat center center/cover;
  background-position-y: 0;
  background-size: 170px 310px;
  -webkit-animation: 8s linear infinite crash;
  animation: 8s linear infinite crash;
  -webkit-transition-duration: 1000s;
  transition-duration: 1000s;
  z-index: 2;
}

@-webkit-keyframes crash {
  from {
    background-position: 0px 310px;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes crash {
  from {
    background-position: 0px 310px;
  }
  to {
    background-position: 0 0;
  }
}

.games__item-bg--x100 {
  position: absolute;
  left: 30%;
  bottom: 0%;
  width: 600px;
  height: 600px;
  z-index: 2;
  background: url(../images/games/x100/wheel-card.svg) no-repeat center center/contain;
  -webkit-animation: rotate 30s linear infinite;
  animation: rotate 30s linear infinite;
}

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

.games__item-bg--keno-x {
  position: absolute;
  right: 0px;
  top: -100px;
  width: 170px;
  height: 490px;
  background: url(../images/games/keno/keno.svg) repeat center center/cover;
  background-position-y: 0;
  background-size: 190px 190px;
  -webkit-animation: 8s linear infinite keno;
  animation: 8s linear infinite keno;
  -webkit-transition-duration: 1000s;
  transition-duration: 1000s;
  z-index: 2;
}

@-webkit-keyframes keno {
  from {
    background-position: 0px -190px;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes keno {
  from {
    background-position: 0px -190px;
  }
  to {
    background-position: 0 0;
  }
}

.games__item-bg--keno {
  position: absolute;
  right: -60px;
  top: -30px;
  width: 170px;
  height: 170px;
  background: url(../images/games/keno/keno-card.svg) center center/contain no-repeat;
  z-index: 3;
}

.games__item-bg--jackpot {
  position: absolute;
  right: -82px;
  bottom: -50px;
  width: 240px;
  height: 240px;
  background: url(../images/games/jackpot/jackpot-card.png) no-repeat center center/cover;
  background-size: contain;
  z-index: 3;
}

.games__item-bg--jackpot-coins {
  position: absolute;
  right: 0px;
  top: -100px;
  width: 170px;
  height: 490px;
  background: url(../images/games/jackpot/jackpot.png) repeat center center/cover;
  background-position-y: 0;
  background-size: 190px 190px;
  -webkit-animation: 16s linear infinite keno;
  animation: 16s linear infinite keno;
  -webkit-transition-duration: 1000s;
  transition-duration: 1000s;
  z-index: 2;
}

@keyframes keno {
  from {
    background-position: 0px 190px;
  }
  to {
    background-position: 0 0;
  }
}

.games__item--soon {
  cursor: default;
  pointer-events: none;
}

.games__item-soon {
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 8px 14px;
  border-radius: 50px;
  background: #073163;
  color: #A8D0FF;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 500;
}

.games__item-bg--cashhunt {
  position: absolute;
  right: -130px;
  bottom: -50px;
  width: 240px;
  height: 240px;
  background: url(../images/games/cashhunt/cashhunt.png) no-repeat center center/cover;
  background-size: contain;
  z-index: 3;
}

.games__item-bg--cashhunt-x {
  position: absolute;
  right: 0px;
  top: -100px;
  width: 170px;
  height: 490px;
  background: url(../images/games/cashhunt/cashhunt-card.svg) repeat center center/cover;
  background-position-y: 0;
  background-size: 90px 350px;
  -webkit-animation: 13s linear infinite cashhunt;
  animation: 13s linear infinite cashhunt;
  -webkit-transition-duration: 1000s;
  transition-duration: 1000s;
  z-index: 2;
}

@-webkit-keyframes cashhunt {
  from {
    background-position: 0px 350px;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes cashhunt {
  from {
    background-position: 0px 350px;
  }
  to {
    background-position: 0 0;
  }
}
span.mines__path-num {
  color: #ffffff1c;
  position: absolute;
  font-size: 25px;
  z-index: 1;
}
.history table td {
  /* width: calc(100% / 5); */
}

.history table thead tr td {
  padding: 16px;
  /* background: var(--bg-secondary); */
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  color: white;
}

.history table tbody tr td {
  background: #fff;
  position: relative;
  padding: 13px 0px;
  text-align: center;
  font-weight: 600;
}

.history table tbody tr td:nth-child(1) {
  border-radius: 12px 0px 0px 12px;
}

.history table tbody tr td:nth-last-child(1) {
  border-radius: 0px 12px 12px 0px;
}
.history table thead tr td:nth-child(1) {
  border-radius: 0px 0px 0px 12px;
}

.history table thead tr td:nth-last-child(1) {
  border-radius: 0px 0px 12px 0px;
}

.history__game {
  position: relative;
  width: 100%;
}

.history__game .icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  color: #3a7be6;
}

.history__game span {
  font-weight: 600;
  text-transform: uppercase;
}

.history__user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  margin-right: 10px;
}

.history__sum {
  position: relative;
}

.history__sum .icon {
  margin-left: 8px;
}

.history__user span {
  position: relative;
  max-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.history .icon.money {
  width: 16px;
  height: 16px;
}

.history__x {
  position: relative;
}

.history__x-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 900;
  opacity: 0.07;
}


.wallet {
  position: relative;
}

.wallet__scroll {
  position: relative;
  height: 100%;
}

.wallet__scroll .ss-scroll {
  margin-left: -5px;
  background: rgba(45, 42, 115, 0.15) !important;
  width: 0px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.wallet__method {
  position: relative;
  padding: 10px;
  border-radius: 11px;
  background: #FFFFFF;
  width: 100%;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  line-height: 20px;
  border-left: solid 3px transparent;
  /* margin-bottom: 10px; */
  flex-direction: column;
  gap: 8px;
}

.wallet__method:nth-last-child(1) {
  margin-bottom: 0;
}
.wallet__method.wallet__method--sort-2_DEPOSIT.wallet__method--37_DEPOSIT.d-flex img {
  width: 24px;
}
.wallet__method.wallet__method--sort-1_DEPOSIT.wallet__method--26_DEPOSIT.d-flex img{
  width: 35px;
}

/* .wallet__method.wallet__method--sort-1_DEPOSIT.wallet__method--51_DEPOSIT.d-flex img {
  width: 55px;
} */




.wallet__method span {
  /* font-weight: 600; */
  max-width: 150px;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  overflow: hidden;
  pointer-events: none;
}

.wallet__method b {
  color: #7987AE;
  font-size: 12px;
  pointer-events: none;
}

.wallet__content {
  width: 370px;
  padding-left: 16px;
  position: relative;
}

.wallet__order {
  position: relative;
  padding-bottom: 10px;
}

.wallet__txt {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  line-height: 25px;
}

.wallet__txt span {
  color: #7987AE;
}

.wallet__txt span .icon {
  margin-left: 6px;
}

.wallet__txt b {
  font-size: 14px;
}

.wallet__txt b span {
  margin-left: 4px;
  color: #ffffff;
}

.wallet__tabs {
  position: relative;
  color: #7987AE;
  margin-bottom: 20px;
}

.wallet__tab {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  padding: 12px 18px;
  border-radius: 12px;
  text-transform: uppercase;
  opacity: .5;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.wallet__tab:not(.wallet__tab--active):hover {
  opacity: .7;
}

.wallet__tab span {
  pointer-events: none;
}

.wallet__tab .icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  pointer-events: none;
}

.wallet__tab--active {
  background: #fff;
  color: white;
  opacity: 1;
}

.wallet__tab--active .icon {
  color: #397ae6;
}

.wallet__history {
  position: relative;
  width: 100%;
}

.wallet__history-item {
  position: relative;
  width: 100%;
  padding: 18px;
  border-radius: 15px;
  background: rgba(235, 236, 242, 0.5);
  margin-bottom: 10px;
}

.wallet__history-item:nth-last-child(1) {
  margin-bottom: 0;
}

.wallet__history-item .wallet__method {
  padding: 0;
  background: transparent;
  margin: 0;
  margin-right: 10px;
}

.wallet__history-sum {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
}

.wallet__history-sum .icon {
  margin-left: 8px;
}

.wallet__history-status {
  font-size: 12px;
  font-weight: 500;
  color: #7987AE;
}

.x30 {
  position: relative;
}

.x30__wheel {
  position: relative;
  top: -50px;
}

.x30__wheels {
  position: relative;
  min-width: calc(100% + 60px);
  height: 300px;
  overflow: hidden;
}
/* 
.x30__wheels:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#EBECF2), to(rgba(235, 236, 242, 0)));
  background: linear-gradient(180deg, #EBECF2 0%, rgba(235, 236, 242, 0) 100%);
  z-index: 1;
} */

.x30__wheel-border {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1220px;
  height: 1220px;
  border: 1px solid #DBDDE9;
  border-radius: 50%;
}

.x30__wheel-image {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 1160px;
  height: 1160px;
  left: 50%;
}

.x30__wheel-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.x30__wheel-center {
  position: relative;
  height: 100%;
  z-index: 2;
  padding-top: 15px;
}

.x30__timer {
  width: 175px;
  background: #DEE1F1;
  border-radius: 20px;
  padding: 22px;
  padding-bottom: 20px;
}

.x30__timer b {
  color: white;
  font-size: 12px;
  padding-bottom: 8px;
}

.x30__timer span {
  color: #ffffff;
  font-size: 32px;
  font-weight: 900;
}

.x30__cursor {
  width: 32px;
  height: 48px;
  background: url(../images/games/cursor.svg) no-repeat center center/contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -25px;
}

.x30__rocket {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

.x30__rocket img {
  pointer-events: none;
}

.x30__rocket-img {
  position: relative;
  z-index: 1;
  -webkit-animation: rocketImg 1s linear infinite;
  animation: rocketImg 1s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes rocketImg {
  from {
    -webkit-transform: translateY(0.2rem) translateX(0.4rem);
    transform: translateY(0.2rem) translateX(0.4rem);
  }
  to {
    -webkit-transform: translateY(-0.2rem) translateX(-0.2rem);
    transform: translateY(-0.2rem) translateX(-0.2rem);
  }
}

@keyframes rocketImg {
  from {
    -webkit-transform: translateY(0.2rem) translateX(0.4rem);
    transform: translateY(0.2rem) translateX(0.4rem);
  }
  to {
    -webkit-transform: translateY(-0.2rem) translateX(-0.2rem);
    transform: translateY(-0.2rem) translateX(-0.2rem);
  }
}

.x30__rocket-coins {
  position: relative;
  margin-left: -40px;
  background: url(../images/rocket-coins.png);
  background-size: 92px 37px;
  width: 92px;
  height: 37px;
  background-repeat: repeat;
  background-position: center center;
  -webkit-animation: 2s linear rocketCoins infinite;
  animation: 2s linear rocketCoins infinite;
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(22%, transparent), color-stop(76%, #EBECF2));
  -webkit-mask-image: linear-gradient(to left, transparent 22%, #EBECF2 76%);
  mask-image: -webkit-gradient(linear, right top, left top, color-stop(22%, transparent), color-stop(76%, #EBECF2));
  mask-image: linear-gradient(to left, transparent 22%, #EBECF2 76%);
}

@-webkit-keyframes rocketCoins {
  from {
    background-position: -92px 0px;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes rocketCoins {
  from {
    background-position: -92px 0px;
  }
  to {
    background-position: 0 0;
  }
}

.x30__rocket--started {
  -webkit-animation: x30Started linear 0.65s;
  animation: x30Started linear 0.65s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 1;
  -webkit-transform: rotate(15deg) translateX(30px);
  transform: rotate(15deg) translateX(30px);
}

@-webkit-keyframes x30Started {
  0% {
    opacity: 1;
    -webkit-transform: rotate(15deg) translateX(30px);
    transform: rotate(15deg) translateX(30px);
  }
  100% {
    -webkit-transform: rotate(15deg) translateX(-100px) scale(1.1);
    transform: rotate(15deg) translateX(-100px) scale(1.1);
    opacity: 0;
  }
}

@keyframes x30Started {
  0% {
    opacity: 1;
    -webkit-transform: rotate(15deg) translateX(30px);
    transform: rotate(15deg) translateX(30px);
  }
  100% {
    -webkit-transform: rotate(15deg) translateX(-100px) scale(1.1);
    transform: rotate(15deg) translateX(-100px) scale(1.1);
    opacity: 0;
  }
}

.x30__rocket--started .x30__rocket-coins {
  -webkit-animation: 0.7s linear rocketCoins infinite;
  animation: 0.7s linear rocketCoins infinite;
}

.x30__top {
  position: relative;
  margin-bottom: 15px;
}

.x30__bottom {
  position: relative;
}

.x30__bet {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.x30__history {
  width: 35%;
}

.x30__history .bx-input__input {
  padding-right: 0;
}

.x30__history-items, .x100__history-items {
  width: calc(100% - 90px);
  position: relative;
  overflow: hidden;
  height: 55px;
  border-radius: 0px 15px 15px 0px;
}

.x30__history-scroll, .x100__history-scroll {
  position: relative;
  height: 100%;
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(5%, transparent), color-stop(46%, #EBECF2));
  -webkit-mask-image: linear-gradient(to left, transparent 5%, #EBECF2 46%);
  mask-image: -webkit-gradient(linear, right top, left top, color-stop(5%, transparent), color-stop(46%, #EBECF2));
  mask-image: linear-gradient(to left, transparent 5%, #EBECF2 46%);
}

.x30__history-item {
  min-width: 6px;
  height: 16px;
  margin-right: 8px;
  border-radius: 15px;
}

.x30__history-item:hover {
  opacity: .65;
}

.x30__history-item.x2 {
  background: -webkit-gradient(linear, left top, right top, from(#387475), to(#2D455D)), -webkit-gradient(linear, left top, right top, from(#9842B0), to(#6E318B));
  background: linear-gradient(90deg, #387475 0%, #2D455D 100%), linear-gradient(90deg, #9842B0 0%, #6E318B 100%);
}

.x30__history-item.x3 {
  background: -webkit-gradient(linear, left top, right top, from(#404B88), to(#344075));
  background: linear-gradient(90deg, #404B88 0%, #344075 100%);
  height: 22px;
}

.x30__history-item.x5 {
  background: -webkit-gradient(linear, left top, right top, from(#9842B0), to(#6E318B));
  background: linear-gradient(90deg, #9842B0 0%, #6E318B 100%);
  height: 25px;
}

.x30__history-item.x7 {
  background: -webkit-gradient(linear, left top, right top, from(#3AAC46), to(#36893E));

  background: linear-gradient(90deg, #3AAC46 0%, #36893E 104.75%);
  height: 29px;
}

.x30__history-item.x14 {
  background: -webkit-gradient(linear, left top, right top, from(#E64040), to(#881A1A));
  background: linear-gradient(90deg, #E64040 0%, #881A1A 104.75%);
  height: 32px;
}

.x30__history-item.xbonus {
  background: -webkit-gradient(linear, left top, right top, from(#f528a8), to(#ed108b));
  background: linear-gradient(90deg, #f528a8 0%, #ed108b 104.75%);
  height: 35px;
}

.x30__history-item.x30 {
  background: linear-gradient(86.72deg, #F89F2D 2.71%, #AA480A 97.29%), linear-gradient(90deg, #404B88 0%, #344075 100%);
  height: 35px;
}

.x30__bet-game {
  width: calc(65% - 15px);
}

.x30__bet-placed {
  position: relative;
}

.x30__bet-placed a {
  font-weight: 600;
  color: #777b86;
  border: !important;
  padding: 5px 5px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.x30__bet-placed a:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 3px;
  border-radius: 50px;
  left: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  background: #397ce6;
  display: none;
  border-radius: 100px;
}

.x30__bet-placed a:nth-last-child(1) {
  margin-right: 0;
}

.x30__bet-placed a:hover {
  color: #387be5;
}

.x30__bet-placed a:hover:before {
  width: 100%;
}

.x30__bets {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 15px;
}

.x30__bet {
  position: relative;
}

.x30__bet-heading {
  border-radius: 15px 15px 0px 0px;
  padding: 16px 22px;
  cursor: pointer;
}

.x30__bet-heading span {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  pointer-events: none;
}

.x30__bet-heading img {
  pointer-events: none;
  width: 32px;
  height: 32px;
}

.x30__bet-heading:before {
  -webkit-filter: blur(10rem);
  filter: blur(10rem);
}

.x30__bet-heading.x2 {
  background: linear-gradient(263.88deg, #387475 0%, #2D455D 104.75%);
}

.x30__bet-heading.x3 {
  background: linear-gradient(263.88deg, #354787 0%, #2C335F 104.75%);
}

.x30__bet-heading.x5 {
  background: linear-gradient(263.88deg, #9A39BB 0%, #563272 104.75%), linear-gradient(263.88deg, #354787 0%, #2C335F 104.75%);
}

.x30__bet-heading.x7 {
  background: linear-gradient(263.88deg, #D5437F 0%, #79364E 104.75%);
}

.x30__bet-heading.x14 {
  background: linear-gradient(263.88deg, #E64040 0%, #881A1A 104.75%);
}

.x30__bet-heading.x30 {
  background: linear-gradient(263.88deg, #F89F2D 0%, #AA480A 104.75%), linear-gradient(263.88deg, #9A39BB 0%, #563272 104.75%), linear-gradient(263.88deg, #354787 0%, #2C335F 104.75%);
}

.x30__bet-info {
  padding: 12px 22px;
  border-radius: 0px 0px 15px 15px;
  background: #F3F4F8;
  color: white;
  font-weight: 500;
  margin-bottom: 15px;
}

.x30__bet-users,.x100__bet-users {
  position: relative;
}

.x30__bet-user, .x100__bet-user {
  position: relative;
  border-radius: 15px;
  background: #F3F4F8;
  padding: 15px;
  margin-bottom: 12px;
}

.x30__bet-user .history__user span {
  max-width: 55px;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
}

.x30__bet-sum {
  font-size: 12px;
  color: white;
  font-weight: 600;
}

.x30__bonus {
  background: #DEE1F1;
  border-radius: 20px;
  height: 70px;
  position: relative;
  overflow: hidden;
  padding: 0px 5px;
  padding-right: 5px;
  width: 215px;
}

.x30__bonus:after {
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(#DEE1F1), to(rgba(222, 225, 241, 0)));
  background: linear-gradient(90deg, #DEE1F1 0%, rgba(222, 225, 241, 0) 100%);
  border-radius: 15px 0px 0px 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  z-index: 1;
  height: 100%;
}

.x30__bonus:before {
  content: '';
  background: -webkit-gradient(linear, right top, left top, from(#DEE1F1), to(rgba(222, 225, 241, 0)));
  background: linear-gradient(-90deg, #DEE1F1 0%, rgba(222, 225, 241, 0) 100%);
  border-radius: 0px 15px 15px 0px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  z-index: 1;
  height: 100%;
}

.x30__bonus-cursor {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 30px;
  height: 90px;
  background: url(../images/games/cursor-two.svg) no-repeat center center/contain;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.x30__bonus-scroll {
  position: relative;
  /*overflow: hidden;*/
}

.x30__bonus-item {
  min-width: 50px;
  border-radius: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  height: 50px;
  margin: 0px 3px;
}

.x30__bonus-item.x2 {
  background: radial-gradient(50% 50% at 50% 50%, #63B2BB 0%, #476D78 100%), #C4C4C4;
}

.x30__bonus-item.x3 {
  background: radial-gradient(50% 50% at 50% 50%, #6068BC 0%, #333F74 100%), #C4C4C4;
}

.x30__bonus-item.x5 {
  background: radial-gradient(50% 50% at 50% 50%, #B54ECA 0%, #6D308A 100%);
}

.x30__bonus-item.x30 {
  background: radial-gradient(50% 50% at 50% 50%, #F4AD35 0%, #CB550D 100%);
}

.wheel__x100-bonus {
  width: 100%;
  position: relative;
  height: 110px;
  background: url(../img/wheel-_bonus.svg) no-repeat center center/contain;
}

.wheel__x100-bonus-x {
  position: relative;
  width: 310px;
}

.wheel__x100-bonus-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 360px;
  height: 260px;
  background: url(../img/confetti.svg) no-repeat center center/contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wheel__x100-bonus-content {
  height: 70px;
  border-radius: 5px;
  background: #17284E;
  width: calc(100% - 88px);
  left: -15px;
  position: relative;
}

.wheel__x100-bonus-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wheel__x100-bonus-slider:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#17284E), to(transparent));
  background: linear-gradient(to right, #17284E, transparent);
  z-index: 1;
  border-radius: 6px 0px 0px 6px;
}

.wheel__x100-bonus-slider:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#17284E), to(transparent));
  background: linear-gradient(to left, #17284E, transparent);
  z-index: 1;
  border-radius: 0px 6px 6px 0px;
}

.wheel__x100-bonus-cursor {
  position: absolute;
  width: 4px;
  background: #FFD920;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.wheel__x100-bonus-scroll {
  width: 999999px;
  position: relative;
  height: 100%;
}

.wheel__x100-bonus-item {
  width: 58px;
  height: 58px;
  border-radius: 6px;
  margin: 0 3px;
}


.dice {
  position: relative;
  margin-bottom: 30px;
}

.dice__drum {
  height: 254px;
  overflow: hidden;
  min-width: calc(100% + 60px);
  position: relative;
  left: -30px;
}

/* .dice__drum:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ebecf2), to(transparent));
  background: linear-gradient(to top, #ebecf2, transparent);
  z-index: 1;
} */

.dice__result {
  position: absolute;
  left: 50%;
  width: 925px;
  height: 415px;
  background: url(../images/games/dice/dice-bar.png) no-repeat center center/contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.dice__center {
  position: relative;
  z-index: 1;
  color: #fff;
  width: 300px;
  height: 125px;
  margin-top: -37px;
}

.dice__timer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  height: 100%;
  overflow: hidden;
}

.dice__timer:before {
  content: '،';
  position: absolute;
  font-size: 48px;
  left: 50%;
  font-weight: 900;
  -webkit-transform: rotate(180deg) translateX(50%);
  transform: rotate(180deg) translateX(50%);
  bottom: 0;
}

.dice__timer span {
  font-size: 48px;
  font-weight: 900;
  border-right: solid 1px rgba(184, 194, 255, 0.07);
  padding-bottom: 6px;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dice__timer span:nth-last-child(1) {
  border: 0;
}

.dice__drum--win .dice__result {
  background: url(../images/games/dice/dice-bar--win.png) no-repeat center center/contain;
}

.dice__drum--win .dice__timer {
  color: #6AFFC1;
}

.dice__drum--lose .dice__result {
  background: url(../images/games/dice/dice-bar--lose.png) no-repeat center center/contain;
}

.dice__drum--lose .dice__timer {
  color: #FF3A67;
}

.dice__bet {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 49%  49%;
  grid-gap: 2%;
}

.botdicemain {
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  gap: 10px;
}

.dice__chance {
  position: relative;
  padding-top: 25px;
}

.dice__range {
  background: -webkit-gradient(linear, left top, right top, from(#7C79FF), color-stop(50%, #7C79FF), color-stop(50%, var(--bg-secondary)), to(var(--bg-secondary)));
  background: linear-gradient(to right, #7C79FF 0%, #7C79FF 50%, var(--bg-secondary) 50%, var(--bg-secondary) 100%);
  border-radius: 8px;
  height: 6px;
  outline: none;
  -webkit-transition: background 450ms ease-in;
  transition: background 450ms ease-in;
  width: 100%;
  -webkit-appearance: none;
}

.dice__range::-webkit-slider-thumb {
  background: #6F6BFF;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  height: 15px;
  width: 15px;
  -webkit-appearance: none;
}

.dice__betting a:before {
  content: none;
}

.dice__slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.dice__slider-inner {
  position: relative;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.dice__slider-item {
  position: relative;
  width: 100%;
  height: 125px;
}

.dice__select-chance {
  position: relative;
  border: solid 2px var(--bg-secondary);
  border-radius: 15px;
  margin-top: 15px;
}

.dice__select-chance a {
  width: 50%;
  display: inline-block;
  padding: 12px 15px;
  text-align: center;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: 500;
}

.dice__select-chance a.active {
  background: #29315d;
  color: #fff;
}

.dice__check {
  position: relative;
}

.dice__check-chance {
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 900;
}

.dice__check-result {
  position: relative;
}

.dice__check-result span {
  padding: 8px 12px;
  border-radius: 15px;
  background: #e1e6ff;
  font-size: 32px;
  font-weight: 900;
  color: #757ea6;
  margin: 0 3px;
}

.dice__check-result b {
  font-size: 24px;
  font-weight: 900;
  color: #757ea6;
}

.dice__check-result--lose span {
  background: #752525;
  color: #ff003a;
}

.dice__check-result--lose b {
  color: #ee6565;
}

.dice__check-result--win span {
  background: #34643e;
  color: #00ff6e;
}

.dice__check-result--win b {
  color: #369273;
}

.mines {
  position: relative;
  margin-bottom: 30px;
}

.mines__wrapper {
  max-width: 700px;
  position: relative;
}

.mines .x30__bet-placed a:before {
  content: none;
}

.mines__left {
  width: calc(50% - 10px);
}

.mines__right {
  width: calc(50% - 10px);
}

.mines__bomb {
  position: relative;
}

.mines__bomb a {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  border-radius: 50px;
  color: #8C9DC8;
}


.mines__buttons {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
}

.mines__x {
  overflow: auto;
  width: 100%;
}

.mines__scroll {
  overflow: auto;
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(76%, #EBECF2));
  -webkit-mask-image: linear-gradient(to left, transparent 0%, #EBECF2 76%);

}



.mines__scroll::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: transparent;
  border-radius: 50px;
}
.mines__scroll::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 50px;
}


.mines__x-item {
  min-width: 120px;
  position: relative;
  border-radius: 20px;
  background: #fff;
  font-weight: 500;
  padding: 18px;
  border: 2px solid transparent;
  margin-right: 10px;
}

.mines__x-item p {
  font-size: 12px;
  padding-bottom: 8px;
  color: #7987AE;
}

.mines__x-item p span {
  color: #8C9DC8;
}

.mines__x-item b {
  font-size: 18px;
  font-weight: 900;
}

.mines__x-item--win {
  border: 2px solid #449D61;
  background: #449d611c !important;
}

.mines__x-item--lose {
  border: 2px solid #F59EA1;
}

.mines__path--lose, .mines__path--win {
  opacity: 0;
  visibility: hidden;
  display: none;
  width: 24px;
  height: 24px;
}


/* .mines__path.level_16 .mines__path-item{
  width: calc(340px / 4 - 6px);
  height: calc(450px / 4 - 6px);
}

.mines__path.level_25 .mines__path-item{
  width: calc(340px / 5 - 6px);
  height: calc(450px / 5 - 6px);
}

.mines__path.level_36 .mines__path-item{
  width: calc(340px / 6 - 6px);
  height: calc(450px / 6 - 6px);
}

.mines__path.level_49 .mines__path-item{
  width: calc(340px / 7 - 6px);
  height: calc(450px / 7 - 6px);
} */


.mines__path-item:not(.mines__path-item--lose):not(.mines__path-item--win):hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.mines__path-item--win {
  background: radial-gradient(63.64% 63.64% at 50% 88.64%, #34AE6D 34.37%, #5BC08A 100%);
  /* -webkit-box-shadow: inset 0px 6px 0px #5CC18A;
  box-shadow: inset 0px 6px 0px #5CC18A; */
  color: #fff;
}

.mines__path-item--win .mines__path--win {
  opacity: 1;
  visibility: visible;
  display: block;
}

.mines__path-item--lose {
  background: radial-gradient(63.64% 63.64% at 50% 88.64%, rgba(240, 39, 39, 0.5) 34.37%, rgba(255, 80, 80, 0.5) 100%);
  /* -webkit-box-shadow: inset 0px 6px 0px #F59EA1;
  box-shadow: inset 0px 6px 0px #F59EA1; */
  color: #fff;
}

.mines__path-item--lose .mines__path--lose {
  opacity: 1;
  visibility: visible;
  display: block;
}

.mines__bonus {
  width: 100%;
  margin-top: 10px;
}

.mines__check {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 20px;
  color: white;
  font-weight: 600;
}

.mines__check:before, .mines__check:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 8px;
  background: url(../images/borders.svg) repeat;
}

.mines__check::before {
  left: 0;
  top: 0;
}

.mines__check::after {
  right: 0;
  bottom: 0;
}

.mines__check .icon {
  margin-left: 6px;
}

.mines__check-sum--total {
  color: #2D2A73;
}

.x100 .x30__wheel-image {
  width: 1310px;
  height: 1360px;
}

.x100 .x30__wheels {
  height: 240px;
}

.x100 .x30__wheel-border {
  width: 1420px;
  height: 1510px;
}

.x100 .x30__bets {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.x100 .x30__bet-user .history__user span {
  max-width: 45px;
}

.x100 .x30__bet-heading {
  padding: 15px 20px;
}

.x100 .x30__bet-heading.x2 {
  background: #1F2872;
}

.x100 .x30__bet-heading.x3 {
  background: #33C9C0;
}

.x100 .x30__bet-heading.x10 {
  background: #FF8049;
}

.x100 .x30__bet-heading.x15 {
  background: #7A49FF;
}

.x100 .x30__bet-heading.x20 {
  background: #f2ac44;
}

.x100 .x30__bet-heading.x100 {
  background: #FF5247;
}

.x100 .x30__history-item.x2 {
  background: #1F2872;
  height: 10px;
}

.x100 .x30__history-item.x3 {
  background: #33C9C0;
  height: 15px;
}

.x100 .x30__history-item.x10 {
  background: #FF8049;
  height: 20px;
}

.x100 .x30__history-item.x15 {
  background: #7A49FF;
  height: 25px;
}

.x100 .x30__history-item.x20 {
  background: #FFD849;
  height: 30px;
}

.x100 .x30__history-item.x100 {
  background: #FF5247;
  height: 35px;
}

.x100 .x30__cursor {
  width: 32px;
  height: 70px;
  background: url(../images/games/cursor-wheel.svg) no-repeat center center/contain;
  bottom: 7px;
}
.keno__title {
  position: relative;
  width: 100%;
}

.keno__title-bg {
  position: relative;
  width: 330px;
  height: 84px;
}

.keno__title-bg img {
  position: relative;
  top: -10px;
}

.keno__content {
  position: relative;
  margin-top: -84px;
  color: #1A2547;
  padding-bottom: 30px;
}

.keno__round-info {
  padding: 35px;
  position: relative;
}

.keno__round-info-item {
  position: relative;
  line-height: 29px;
  background: #1b2030;
  padding: 12px 20px;
  border-radius: 12px;
}

.keno__round-info-item span {
  font-size: 12px;
  font-weight: 500;
  color: #9195B4;
}

.keno__round-info-item b {
  font-size: 20px;
  font-weight: 600;
}

.keno__mines {
  position: relative;
  padding-bottom: 40px;
}

.keno__mines:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: url(../images/borders.svg);
}

.keno__canvas {
  position: relative;
  max-width: 625px;
}
.keno__canvas-item:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.keno__canvas-number {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: -2px;
  pointer-events: none;
}

.keno__canvas-users {
  position: absolute;
  right: 0;
  top: -15px;
}

.keno__canvas-user {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 0 -6px;
  border: solid 2px #f7f7ff;
}

.keno__canvas-user--more {
  background: #5F5CE5;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

.keno__canvas-item--active {
  background: radial-gradient(63.64% 63.64% at 50% 88.64%, #5F5CE5 34.37%, #7CB1FF 100%);
  border-top: solid 8px #7cb1ff;
  color: #fff;
}

.keno__canvas-item--active .keno__canvas-number {
  top: -4px;
}

.keno__bet {
  position: relative;
  padding: 30px 35px;
  padding-bottom: 0;
}

.keno__bet-settings {
  border-radius: 13px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.03);
  height: auto;
  padding: 20px;
}

.keno__bet-left {
  position: relative;
}

.keno__bet-left a {
  text-decoration: none;
  /* color: #1A2547; */
  padding: 0px 20px;
  height: 56px;
  font-size: 14px;
  font-weight: 500;
}

.keno__bet-left a .icon {
  margin-right: 10px;
}

.keno__cancel-select span, .keno__auto-select span{
  cursor: pointer;
}

.keno__cancel-select {
  position: relative;
  /*pointer-events: none;*/
}

.keno__cancel-select .icon {
  color: #FF6B6B;
}

.keno__auto-select {
  position: relative;
  /*pointer-events: none;*/
}

.keno__auto-select .icon {
  color: #387be6;
}

.keno__bet-input {
  outline: 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 20px;
  font-weight: bold;
  width: 125px;
  color: #1A2547;
  height: 56px;
  caret-color: #d4d7e7;
}

.keno__bet-input::-webkit-input-placeholder {
  color: #E8EBFD;
  -webkit-transition: .15s ease;
  transition: .15s ease;
}

.keno__bet-input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.keno__bet-add {
  cursor: pointer;
}

.keno__coeff {
  position: relative;
  width: 100%;
}


.keno__coeff-scroll {
  position: relative;
  overflow: auto;
  width: 100%;
  padding-bottom: 0px;
}

.keno__coeff-scroll::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: transparent;
  border-radius: 50px;
}

.keno__coeff-scroll::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 50px;
  -webkit-box-shadow: inset 1px 1px 10px rgba(64, 55, 87, 0.1);
  box-shadow: inset 1px 1px 10px rgba(64, 55, 87, 0.1);
}


.keno__canvas-item--is-revealed {
  background: radial-gradient(63.64% 63.64% at 50% 88.64%, rgba(240, 39, 39, 0.5) 34.37%, rgba(255, 80, 80, 0.5) 100%);
  border-top: solid 8px #fba3a7;
  color: #fff;
  pointer-events: none;
}

.keno__canvas-item--is-revealed .keno__canvas-number {
  top: -4px;
}

.keno__canvas-item--is-selected {
  background: radial-gradient(63.64% 63.64% at 50% 88.64%, #5F5CE5 34.37%, #7CB1FF 100%);
  border-top: solid 8px #7cb1ff;
  color: #fff;
  /*pointer-events: none;*/
}

.keno__canvas-item--is-selected .keno__canvas-number {
  top: -4px;
}

.keno__canvas-item--has-hit {
  background: #6BAA5C;
  border-top: solid 8px #6BAA5C;
  color: #fff;
  pointer-events: none;
}

.keno__canvas-item--has-hit .keno__canvas-number {
  top: -4px;
}

.keno__mines--win .keno__canvas {
  -webkit-filter: blur(4px);
  filter: blur(4px);
  pointer-events: none;
}

.keno__mines-win {
  position: absolute;
  padding: 15px 15px;
  border-radius: 12px;
  background: #387be5;
  padding-right: 7px;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.keno__mines-win:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/games/keno/confetti.svg) no-repeat center center/contain;
}

.keno__mines-win span {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}

.keno__mines-win b {
  padding: 8px 16px;
  margin-left: 15px;
  background-color: #ffffff;
  border-radius: 8px;
  color: #397ae5;
}

.coinflip {
  position: relative;
}

.coinflip__placed {
  position: relative;
  width: 100%;
  grid-gap: 15px;
  margin-top: 10px;
}
.coinflip__place b {
  position: relative;
  z-index: 1;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  pointer-events: none;
}

.coinflip__place--active b {
  color: #387be5;
}

.coinflip__results {
  position: relative;
  width: 100%;
  grid-gap: 15px;
}

.coinflip__result {
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 9px 19px rgba(0, 0, 0, 0.01);
  box-shadow: 0px 9px 19px rgba(0, 0, 0, 0.01);
  width: 50%;
  padding: 16px 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.coinflip__result b {
  color: #777b86;
}

.coinflip__result span {
  color: white;
}

.coinflip__game {
  position: relative;
  width: 100%;
  height: calc(100%);
  padding-top: 25px;
}

.coinflip__game::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 100%;
}

.coinflip__wrapper {
  -webkit-perspective: 2000px;
  perspective: 2000px;
  width: 154px;
  height: 154px;
}

.coinflip__wrapper img {
  max-width: 154px;
  pointer-events: none;
}

.coinflip__wrapper.coinflip__wrapper--reshka .coinflip__back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.coinflip__wrapper.coinflip__wrapper--reshka .coinflip__front {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.coinflip__wrapper.coinflip__wrapper--orel .coinflip__back {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.coinflip__wrapper.coinflip__wrapper--orel .coinflip__front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.coinflip__back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.coinflip__front, .coinflip__back {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  position: absolute;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  left: 0;
  top: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.tournier {
  position: relative;
}

.tournier__page-title {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.tournier__page-t-box {
  position: relative;
  background: #EBECF2;
}

.tournier__page-t-box h4, .tournier__page-t-box b {
  position: relative;
  z-index: 1;
}

.tournier__page-t-box h4 {
  font-size: 18px;
  font-weight: 900;
}

.tournier__page-t-box b {
  font-size: 12px;
  padding-top: 12px;
  color: #7987AE;
}

.tournier__page-t-ico {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  color: #DADFFD;
}

.tournier__list {
  position: relative;
  width: 100%;
}

.tournier__page {
  grid-gap: 20px;
  position: relative;
}

.tournier__item {
  border-radius: 20px;
  position: relative;
  width: 100%;
}

.tournier__item:before {
  -webkit-filter: blur(34rem);
  filter: blur(34rem);
}

.tournier__item--shoot {
  /* background: url(../images/games/shoot/CHback2.jpg) no-repeat center center/cover; */
  position: relative;
}

.tournier__item--shoot:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 21, 57, 0.72)), to(#1A1C26)); */
  background: linear-gradient(110deg, #1e283f5c, rgb(20 27 46 / 24%) 100%);
}

.tournier__item-top {
  position: relative;
  width: 100%;
  padding: 24px;
  z-index: 1;
  grid-gap: 10px;
  padding-bottom: 0;
  pointer-events: none;
}

.tournier__item-label {
  background: rgba(189, 194, 255, 0.16);
  border-radius: 15px;
  padding: 10px 15px;
  position: relative;
  color: #fff;
  overflow: hidden;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  grid-gap: 12px;
  height: 44px;
}
.tournier__item-label-stat {
  background: #00d83c;
  border-radius: 15px;
  padding: 10px 15px;
  position: relative;
  color: #fff;
  overflow: hidden;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  grid-gap: 12px;
  height: 44px;
}

.tournier__item-label::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 52px;
  height: 52px;
  background: #DEDFFF;
  opacity: 0.51;
  -webkit-filter: blur(25px);
  filter: blur(25px);
  border-radius: 50%;
}

.tournier__item-label--orange {
  background: rgba(255, 230, 140, 0.15);
}

.tournier__item-bottom {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  z-index: 1;
  padding: 24px;
  pointer-events: none;
  padding-top: 0;
}

.tournier__stat {
  position: relative;
  border-radius: 15px;
  background: var(--bg-secondary);
  line-height: 24px;
  padding: 15px 0;
}

.tournier__stat h3 {
  font-size: 15px;
  color: #474B6A;
}

.tournier__stat b {
  color: #fff;
  font-size: 16px;
}

.tournier__separate {
  width: 100%;
  height: 8px;
  background: url(../images/borders.svg) repeat;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
}

.tournier__item-center {
  padding: 24px;
  position: relative;
  grid-gap: 20px;
  pointer-events: none;
  z-index: 1;
}

.tournier__item-center p {
  color: #9CA6D0;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.tournier__item-center button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  pointer-events: all;
}

.tournier .history {
  padding-top: 0;
}

.tournier .history::before {
  content: none;
}

.tournier .history table {
  display: table !important;
}

@media only screen and (max-width: 825px) {
  .tournier__item-bottom {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 475px) {
  .tournier__item-bottom {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .tournier__item-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tournier__item-label {
    width: 100%;
  }
}


.bonus {
  position: relative;
  max-width: 1322px;
  margin: 0 auto;
}

.bonus__top {
  position: relative;
  /* margin-bottom: 30px;
  padding-bottom: 40px; */
}

.bonus__top:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  /* background: url(../images/borders.svg) repeat; */
}

.bonus__item-title {
  position: relative;
  font-weight: 900;
  margin-bottom: 5px;
  font-size: 18px;
}

.bonus__content {
  position: relative;
}

.bonus__content .bx-input__input {
  background: #fff;
  width: 47%;
}

.bonus__buttons a {
  margin-right: 8px;
}

.bonus__buttons a:nth-last-child(1) {
  margin-right: 0;
}

.bonus__item--block {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1;
}

.bonus__item--levels {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}

.bonus__levels-info {
  position: relative;
  padding: 15px 20px;
  background: #fff;
  border-radius: 15px;
  z-index: 1;
  width: 100%;
  margin-bottom: 40px;
}

.bonus__levels-info:before {
  content: '';
}

.bonus__levels-image {
  position: relative;
  width: 40px;
  height: 60px;
  background: url(../images/bonus/trophy-star.svg) no-repeat center center/contain;
}

.bonus__levels-text {
  position: relative;
  width: calc(100% - 40px);
  padding-left: 15px;
}

.bonus__levels-text span {
  font-weight: 600;
  padding-bottom: 8px;
}

.bonus__levels-text p {
  font-weight: 500;
  font-size: 12px;
  color: #777b86;
}

.bonus__levels-items {
  position: relative;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}

.bonus__levels-item {
  position: relative;
  border-radius: 15px;
  padding: 20px 22px;
  background: #fff;
}

.bonus__levels-item:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 36px;
  height: 36px;
  background: #F3F4F8;
  border-radius: 50px;
}

.bonus__levels-item:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 18px;
  height: 18px;
  border-radius: 50px;
}

.bonus__levels-item h4 {
  text-transform: uppercase;
  padding-top: 10px;
  margin-bottom: 15px;
}

.bonus__levels-item .btn span > b {
  opacity: .5;
}

.bonus__levels-item.bonus__levels-item--1:after {
  background: #f3ad44;
  top: -9px;
}

.bonus__levels-item.bonus__levels-item--2:after {
  background: #397ce6;
  top: -9px;
}

.bonus__levels-item.bonus__levels-item--3:after {
  background: linear-gradient(101.85deg, #29D195 13.32%, #479BCA 58.67%), #C4C4C4;
  top: -9px;
}

.bonus__levels-item.bonus__levels-item--4:after {
  background: linear-gradient(101.85deg, #FF4ED8 13.32%, #AA1B82 58.67%), #C4C4C4;
  top: -9px;
}

.bonus__item--daily {
  background: #F3F4F8 url(../images/bonus/bonus-daily.png) no-repeat center center/cover;
  padding: 0;
  overflow: hidden;
}

.bonus__wheel {
  height: 300px;
  width: 100%;
  position: relative;
  /* overflow: hidden; */
}

.title-bonus-wheel{
  display: flex;
  width: 247px;
  font-size: 21px;
  font-weight: 600;
}

.bonus__wheel-image {
  position: absolute;
  left: 50%;
  top: -68%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.bonus__rotate {
  position: relative;
  pointer-events: none;
}

.bonus__rotate-defs {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.bonus__wheel-borders {
  width: 500px;
  height: 590px;
  transform: scale(1.5);
}

.bonus__wheel-go {
  position: absolute;
  left: 50%;
  bottom: -23%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 20px;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: #f2ac44;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--bg-secondary);
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.bonus__wheel-go.bonus__wheel-go--started {
  cursor: not-allowed;
  background: #cab251;
}

.bonus__wheel-go span {
  pointer-events: none;
  color: #ffffff;
}

img.icon-welcome {
    width: 25px;
}

.bonus__wheel-go:not(.bonus__wheel-go--started):hover {
  background: #ec9c24;
}

.bonus__wheel-cursor {
  position: absolute;
  left: 50%;
  top: -11px;
  -webkit-transform: translateX(-50%) rotate(-180deg);
  transform: translateX(-50%) rotate(-180deg);
  width: 32px;
  height: 48px;
  background: url(../images/games/cursor.svg) no-repeat center center/contain;
  z-index: 2;
}

.bonus__reposts-items {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
}

.bonus__reposts-item {
  position: relative;
}

.bonus__reposts-level {
  font-weight: 500;
  font-size: 12px;
  color: #BCC2D2;
  padding-bottom: 6px;
}

.bonus__reposts-count {
  font-weight: 500;
  font-weight: 500;
}

.bonus__reposts-count--value {
  font-size: 22px;
  font-weight: 900;
  color: #D8DCF1;
}

.bonus__reposts-progress {
  position: relative;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
  background: #E3E6F9;
  height: 4px;
  margin-top: 8px;
}

.bonus__reposts-progress--width {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #387be5;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

.bonus__hits {
  position: relative;
}

.bonus__hits .help {
  position: relative;
  z-index: 2;
}

.bonus__hits-content {
  position: relative;
  min-height: 500px;
  background: url(../images/bonus/bonus-bg.png) no-repeat center center/contain;
  margin-top: -35px;
  z-index: 1;
  padding-top: 160px;
  padding-left: 90px;
  padding-right: 90px;
}

.bonus__hits-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 900;
  top: 30px;
}

.bonus__hits-title span {
  -webkit-text-fill-color: #ebecf2;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #d6daf8;
}

.bonus__hits-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.bonus__hits-item {
  position: relative;
}

.bonus__hits-item span {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.bonus__hits-item b {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #BA776C;
  font-weight: normal;
}

.bonus__hits-progress-bar {
  position: relative;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
  height: 6px;
  background: #89473D;
  margin-top: 15px;
}

.bonus__hits-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#FE2C2C), to(#FF7E35));
  background: linear-gradient(90deg, #FE2C2C 0%, #FF7E35 100%);
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

.bonus__hits-progress:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  border-radius: 50px;
  background-size: 30px 30px;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 30px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 30px 0;
  }
  to {
    background-position: 0 0;
  }
}

.bonus__hits-item--active span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-right: 25px;
}

.bonus__hits-item--active span:before {
  content: '';
  position: absolute;
  right: 0;
  top: -3px;
  width: 6px;
  height: 12px;
  border-right: solid 2px;
  border-bottom: solid 2px;
  color: #e0c015;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.refferal__stats {
  position: relative;
  padding: 20px 20px;
  padding-bottom: 10px;
}

.refferal__stat {
  position: relative;
  margin-right: 30px;
}

.refferal__stat:nth-last-child(1) {
  margin-right: 0;
}

.refferal__stat span {
  position: relative;
  font-size: 15px;
  padding-bottom: 8px;
  font-weight: 600;
}

.refferal__stat span .icon {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}

.refferal__stat p {
  font-size: 12px;
  font-weight: 500;
  color: #777b86;
}

.refferal .bonus__top::before {
  content: none;
}

.faq {
  position: relative;
}

.faq__item {
  background: #F3F4F8;
  border-radius: 15px;
  position: relative;
  max-height: 60px;
  overflow: hidden;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  /* margin-bottom: 12px; */
}

.faq__item:nth-last-child(1) {
  margin-bottom: 0;
}

.faq__item.faq__item--opened .faq__item-heading span {
  color: #ffffff;
}

.faq__item.faq__item--opened .faq__item-heading:after {
  opacity: 0;
}

.faq__item.faq__item--opened .faq__item-question {
  background: #387be5;
}

.faq__item-heading {
  position: relative;
  height: 60px;
  padding: 11px 16px;
  cursor: pointer;
}

.faq__item-heading:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 2px;
  border-radius: 50px;
  background: #777b86;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.faq__item-heading:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 2px;
  border-radius: 50px;
  background: #777b86;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
}

.faq__item-heading span {
  position: relative;
  color: white;
  font-weight: 500;
  pointer-events: none;
}

.faq__item-question {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: #606b8b3d;
  font-weight: 600;
  font-size: 18px;
  color: #0069ff;
  margin-right: 15px;
  pointer-events: none;
}

.faq__item-body {
  padding: 10px 20px;
  position: relative;
  border-top: solid 1px #eaedfb;
}

.faq__item-body p {
  margin: 10px 0px;
  font-size: 12px;
  color: #7785a4;
  font-weight: 500;
  line-height: 22px;
}

.profile {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.profile:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: url(../images/borders.svg) repeat;
}

.profile__user {
  width: 280px;
  padding: 30px;
  position: relative;
  border-radius: 25px;
  background: #F3F4F8;
}

.profile__top {
  position: relative;
  width: 100%;
}

.profile__top b {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}

.profile__top a {
  font-size: 12px;
  font-weight: 500;
  color: #7987AE;
}

.profile__top a:hover {
  color: #626f92;
}

.profile__top a .icon {
  margin-right: 6px;
  pointer-events: none;
}

.profile__top a span {
  pointer-events: none;
}

.profile__avatar {
  width: 200px;
  height: 150px;
  position: relative;
  background: url(../images/profile/profile-border.png) no-repeat center center/contain;
}

.profile__avatar-ellipse {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #272d40;
}

.profile__avatar-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.profile__username {
  position: relative;
  line-height: 24px;
  margin-bottom: 20px;
}

.profile__username b {
  font-size: 16px;
  font-weight: 600;
}

.profile__username span {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #8591B5;
}

.profile__balance {
  width: 100%;
}

.profile__balance span {
  font-weight: 600;
}

.profile__balance .icon {
  margin-right: 8px;
}

.profile__stats {
  position: relative;
  width: calc(100% - 280px);
  padding-left: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.profile__stat-item {
  padding: 26px;
  position: relative;
  border-radius: 25px;
  background: #F3F4F8;
}

.profile__stat-item b {
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 12px;
  color: #7987AE;
}

.profile__stat-item span {
  font-weight: 900;
  font-size: 24px;
}

.profile__settings {
  position: relative;
}

.profile__settings-check {
  position: relative;
}

.profile__settings-check label {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.profile__settings-check label:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #CCCFE4;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border-radius: 9px;
  margin-right: 12px;
}


.text__banner {
  position: relative;
  padding: 30px;
  padding-bottom: 10px;
}

.text__banner-inner {
  position: relative;
  border-radius: 20px;
  background: #fff;
  padding: 18px 20px;
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.text__content {
  padding: 10px 30px;
  padding-bottom: 30px;
}

.text__content h3 {
  margin-bottom: 25px;
}

.text__content p {
  position: relative;
  margin: 15px 0;
  font-size: 12px;
  color: white;
  line-height: 20px;
}

.text__content p:nth-last-child(1) {
  margin: 0;
}

.plusBlock, .dopPlusBetX100{
  position: absolute;
  top: 0;
  right: 0;
  background: var(--bg-secondary)94;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 12px;
  z-index: 10;
  cursor: default;
  border-radius: 0px 10px 0px 10px;
}

.dopPlusBetX100{
  right: 50%;
  transform: translateX(50%);
  background: gray;
  color: white;
  border-radius: 0px 0px 10px 10px;
}


.system_mess{
  background: #7001b2;

}

.system_mess span{
  color: white!important;
}

.x30__bet-heading.x7 {
  background: linear-gradient(
    263.88deg, #3AAC46 0%, #36893E 104.75%);
}

.x30__history-item.x7 {
  background: linear-gradient(
    90deg, #3AA946 0%, #378F40 100%), linear-gradient(
      90deg, #9842B0 0%, #6E318B 100%);
  }






  .bonus__rotate-defs--dark {
    display: none;
  }


  .header__user-dropdown a em {
    font-style: normal;
    font-weight: 500;
    padding: 5px;
    border-radius: 4px;
    background: #ca5252;
    color: #fff;
    font-size: 8px;
    margin-left: 10px;
    pointer-events: none;
  }

  .keno__canvas-item.blocked{
    pointer-events: none;
  }

  .chat__promocode {
    position: relative;
    padding: 10px 20px;
    padding-bottom: 5px;
  }

  .chat__promocode-inner {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-left: 90px;
    min-height: 120px;
    padding-bottom: 25px;
    border-radius: 20px;
    background: var(--bg-secondary);
    border: solid 4px var(--bg-secondary);
    margin-top: 10px;
  }

  .chat__promocode-inner h4 {
    text-transform: uppercase;
    font-weight: 900;
    color: #ffffff;
    font-size: 16px;
  }

  .chat__promocode-img {
    position: absolute;
    left: -20px;
    top: -20px;
    pointer-events: none;
  }

  .chat__promocode-timer {
    position: relative;
    padding-top: 15px;
  }

  .chat__promocode-timer span:not(.chat__promocode-timer--span) {
    margin: 0px 4px;
    font-weight: 900;
    color: rgb(50 59 86);
  }

  .chat__promocode-timer--span {
    width: 28px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgb(57 125 230 / 20%);
    border-radius: 7px;
    font-size: 18px;
    font-weight: 900;
    color: #397ce6;
    margin: 0px 3px;
  }

  .shoot {
    position: relative;
  }

  .shoot__live {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: url(../images/games/shoot/CHback2.jpg) no-repeat center center/cover;
    padding: 44px 0 42px;
  }

  .shoot__live::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-2.18%, rgba(46, 30, 37, 0.42)), to(rgba(46, 30, 37, 0.7)));
    background: linear-gradient(0deg, rgba(46, 30, 37, 0.42) -2.18%, rgba(46, 30, 37, 0.7) 100%);
  }

  .shoot__live-drop {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .shoot__live-drop-scroll {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .shoot__live-drop-scroll.animate1 {
    -webkit-animation: translateDrop 130s infinite ease-out;
    animation: translateDrop 130s infinite ease-out;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }

  @-webkit-keyframes translateDrop {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(calc((140px + 20px) * 56 * -1));
      transform: translateX(calc((140px + 20px) * 56 * -1));
    }
  }

  @keyframes translateDrop {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(calc((140px + 20px) * 56 * -1));
      transform: translateX(calc((140px + 20px) * 56 * -1));
    }
  }

  .shoot__live-drop-item {
    position: relative;
    min-width: 140px;
    height: 225px;
    border-radius: 15px;
    background: #2E1E25;
    margin: 0px 10px;
    -webkit-perspective: 1200px;
    perspective: 1200px;
  }

  .shoot__live-drop-item:nth-child(1) {
    margin-left: 0;
  }

  .shoot__live-drop-front, .shoot__live-drop-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 18px 20px;
    -webkit-transition: -webkit-transform 0.58s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.58s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .shoot__live-drop-back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }

  .shoot__live-drop-name {
    position: relative;
    line-height: 18px;
  }

  .shoot__live-drop-name b {
    font-size: 12px;
    color: #fff;
  }

  .shoot__live-drop-name span {
    font-size: 12px;
    color: #947482;
  }

  .shoot__live-drop-price {
    position: relative;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    background: #56414A;
    padding: 6px 12px;
  }

  .shoot__live-drop-img {
    max-height: 58px;
    pointer-events: none;
  }

  .shoot__live-drop-img-not {
    pointer-events: none;
  }

  .shoot__live-drop-game {
    position: relative;
    padding-top: 32px;
  }

  .shoot__live-drop-game .btn--orange {
    background: #f2ad44;
    -webkit-box-shadow: 0px 42px 80px rgba(255, 141, 116, 0.4);
    box-shadow: 0px 42px 80px rgb(25 62 120 / 66%);
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    z-index: 2;
  }

  .shoot__live-drop-scroll--flipped .shoot__live-drop-front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }

  .shoot__live-drop-scroll--flipped .shoot__live-drop-back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  .shoot__live-drop-scroll--flipped .shoot__live-drop-cursor {
    -webkit-transform: translateX(-67%) translateY(0%);
    transform: translateX(-67%) translateY(0%);
    opacity: 1;
  }

  .shoot__live-drop-cursor {
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translateX(-67%) translateY(100%);
    transform: translateX(-67%) translateY(100%);
    opacity: 0;
    -webkit-transition: opacity 0.48s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.48s cubic-bezier(0.33, 1, 0.68, 1);
    transition: opacity 0.48s cubic-bezier(0.33, 1, 0.68, 1), transform 0.48s cubic-bezier(0.33, 1, 0.68, 1);
    z-index: 1;
  }

  .shoot__live-drop-cursor img {
    pointer-events: none;
  }

  .shoot__live-drop-x {
    position: relative;
    font-size: 42px;
  }

  .shoot__live-drop-x b {
    font-weight: 900;
  }

  .shoot__bet {
    padding: 20px 0;
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 20px;
  }

  .shoot__bet:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: url(../images/borders.svg) repeat;
  }

  .shoot__bet-btn-settings {
    font-weight: bold;
    color: #ffffff;
  }

  .shoot__bet-btn-settings span {
    pointer-events: none;
  }

  .shoot__bet-btn-settings .icon {
    margin-right: 8px;
  }

  .shoot__bet-btn-settings:hover {
    color: #626f92;
    background: #272c40 !important;
  }

a.shoot__bet-btn-settings.d-flex.align-center {
    background: var(--bg-secondary);
    padding: 10px 25px;
    border-radius: 8px;
}

  .shoot__bet-btns {
    position: relative;
    padding: 0px 30px;
    grid-gap: 10px;
  }

  .shoot__bet-btns a {
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 12px;
    font-weight: bold;
  }





  .shoot__bets {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 13px;
  }

  .shoot__bet-item {
    padding: 14px 0px;
    border-radius: 12px;
    position: relative;
    min-height: 58px;
    font-size: 18px;
    font-weight: 900;
    overflow: hidden;
  }

  .shoot__bet-item span {
    pointer-events: none;
  }

  .shoot__bet-item--3x {
    background: url(../images/games/shoot/3X.jpg) no-repeat center center/cover;
  }

  .shoot__bet-item--3x span {
    color: #fff;
    -webkit-background-clip: unset;
    background-image: none;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
  }

  .shoot__bet-item--2x {
    background: url(../images/games/shoot/2X.jpg) no-repeat center center/cover;
  }

  .shoot__bet-item--2x span {
    color: #fff;
    -webkit-background-clip: unset;
    background-image: none;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
  }

  .shoot__bet-item--5x {
    background: url(../images/games/shoot/5X.jpg) no-repeat center center/cover;
  }

  .shoot__bet-item--5x span {
    color: #fff;
    -webkit-background-clip: unset;
    background-image: none;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
  }

  .shoot__bet-item--10x {
    background: url(../images/games/shoot/10X.jpg) no-repeat center center/cover;
  }

  .shoot__bet-item--10x span {
    color: #fff;
    -webkit-background-clip: unset;
    background-image: none;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
  }

  .shoot__live-drop-item--3x .shoot__live-drop-front {
    background: url(../images/games/shoot/3X.jpg) no-repeat center center/cover;
    color: transparent;
  }

  .shoot__live-drop-item--0x .shoot__live-drop-front {
    background: url(../images/games/shoot/0X.jpg) no-repeat center center/cover;
    color: transparent;
  }

  .shoot__live-drop-item--0x .shoot__live-drop-front .shoot__live-drop-x {
    display: none;
  }

  .shoot__live-drop-item--forest .shoot__live-drop-front {
    background: url(../images/games/shoot/Forest.jpg) no-repeat center center/cover;
    color: transparent;
  }

  .shoot__live-drop-item--forest .shoot__live-drop-front .shoot__live-drop-x {
    display: none;
  }

  .shoot__live-drop-item--2x .shoot__live-drop-front {
    background: url(../images/games/shoot/2X.jpg) no-repeat center center/cover;
    color: transparent;
  }

  .shoot__live-drop-item--5x .shoot__live-drop-front {
    background: url(../images/games/shoot/5X.jpg) no-repeat center center/cover;
    color: transparent;
  }

  .shoot__live-drop-item--10x .shoot__live-drop-front {
    background: url(../images/games/shoot/10X.jpg) no-repeat center center/cover;
    color: transparent;
  }

  .shoot__live-drop-item--cashhunt .shoot__live-drop-front {
    background: url(../images/games/shoot/CHcashhunt.jpg) no-repeat center center/cover;
    color: transparent;
  }

  .shoot__live-drop-item--crazytime .shoot__live-drop-front {
    background: url(../images/games/shoot/CHcrazytime.jpg) no-repeat center center/cover;
    color: transparent;
  }

  .shoot__live-drop-item--coinflip .shoot__live-drop-front {
    background: url(../images/games/shoot/CHcoinflip.jpg) no-repeat center center/cover;
    color: transparent;
  }

  .shoot__live-drop-item--pachinko .shoot__live-drop-front {
    background: url(../images/games/shoot/CHplinko.jpg) no-repeat center center/cover;
    color: transparent;
  }

  .shoot__live-drop-item--bonusX3 .shoot__live-drop-front {
    background: url(../images/games/shoot/3X.jpg) no-repeat center center/cover;
    color: transparent;
    box-shadow: none;
    animation: none;
  }

  .shoot__live-drop-item--bonusX5 .shoot__live-drop-front {
    background: url(../images/games/shoot/5X.jpg) no-repeat center center/cover;
    color: transparent;
    box-shadow: none;
    animation: none;
  }

  .shoot__live-drop-front .shoot__live-drop-x-pattern,
  .shoot__live-drop-front .shoot__live-drop-x,
  .shoot__live-drop-front .shoot__live-drop-bonus-ico {
    display: none;
  }

  .shoot__live-drop-bonus-ico {
    width: 62px;
    height: 62px;
  }

  .shoot__bet-item--bonus {
    padding: 0px 20px;
  }

  .shoot__bet-item--bonus:before {
    display: none;
  }

  .shoot__bet-item--bonus b {
    color: #fff;
    pointer-events: none;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
  }

  .shoot__bet-item--bonus .icon {
    display: none;
  }

  .shoot__bet-item--cashhunt {
    background: url(../images/games/shoot/CHcashhunt.jpg) no-repeat center center/cover;
  }

  .shoot__bet-item--crazygame {
    background: url(../images/games/shoot/CHcrazytime.jpg) no-repeat center center/cover;
  }

  .shoot__bet-item--coinflip {
    background: url(../images/games/shoot/CHcoinflip.jpg) no-repeat center center/cover;
  }

  .shoot__bet-item--pochinko {
    background: url(../images/games/shoot/CHplinko.jpg) no-repeat center center/cover;
  }

  .shoot__live-drop-x-pattern {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/games/shoot/pattern-x.svg?v=1) no-repeat center center/cover;
  }

  .shoot__game-wrapper {
    width: 575px;
    position: relative;
  }

  .shoot__game-wrapper.CashHunt{
    max-width: 500px;
  }

  .shoot__live--game:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #261E10;
    opacity: .75;
  }

  .shoot .cash-hunt {
    position: relative;
    width: 100%;
  }

  .shoot .cash-hunt__inner {
    width: 100%;
    position: relative;
    padding: 14px;
    border-radius: 20px;
    background: #31251A;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
    grid-gap: 8px;
  }

  .shoot .cash-hunt__item {
    width: 100%;
    height: 41px;
    border-radius: 15px;
    background: #251C13;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .shoot .cash-hunt__item b {
    pointer-events: none;
    color: #74604d;
    font-size: 12px;
  }

  .shoot .cash-hunt__item:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .shoot .cash-hunt__front, .shoot .cash-hunt__back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: -webkit-transform 0.25s ease-in;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform-style: preverse-3d;
    -webkit-backface-visibility: hidden;
  }

  .shoot .cash-hunt__back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  .shoot .cash-hunt img {
    pointer-events: none;
    max-height: 19px;
  }

  .shoot .cash-hunt__item--result .cash-hunt__front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  .shoot .cash-hunt__item--result .cash-hunt__back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  .shoot .cash-hunt__logo {
    top: -29px;
    z-index: 1;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 120px;
    height: 46px;
    background: url(../images/games/cashhunt/logotype.png) no-repeat center center/contain;
  }

  .shoot .cash-hunt__item--win .cash-hunt__back {
    background: #5ab571;
  }

  .shoot .cash-hunt__item--select .cash-hunt__front {
    background: #644e37;
  }

  .shoot .cash-hunt__item--win .cash-hunt__back b {
    color: #fff;
  }

  .shoot .cash-hunt__item--lose .cash-hunt__back {
    background: #d35157;
  }

  .shoot .cash-hunt__item--lose .cash-hunt__back b {
    color: #fff;
  }

  .shoot .coinflip {
    width: 100%;
    position: relative;
    background: #31251A url(../images/games/coin/pattern.png) no-repeat center center/contain;
    border-radius: 20px;
  }

  .shoot .coinflip img {
    pointer-events: none;
  }

  .shoot .coinflip__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 30px;
    justify-items: center;
  }

  .shoot .coinflip__slider {
    width: 100%;
    position: relative;
  }

  .shoot .coinflip__slider-i {
    position: relative;
  }

  .shoot .coinflip__slider-i img {
    max-height: 32px;
  }

  .shoot .coinflip__slider-block {
    position: relative;
    width: 100%;
    min-height: 60px;
    padding: 8px;
    border-radius: 15px;
    margin-top: 6px;
    background: #23190F;
    overflow: hidden;
  }

  .shoot .coinflip__slider-block:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 3px;
    height: 100%;
    z-index: 1;
  }

  .shoot .coinflip__slider--orel .coinflip__slider-block:before {
    background: #FFC138;
    -webkit-box-shadow: 0px 0px 13px rgba(255, 191, 52, 0.7);
    box-shadow: 0px 0px 13px rgba(255, 191, 52, 0.7);
  }

  .shoot .coinflip__slider--reshka .coinflip__slider-block:before {
    background: #1774FF;
    -webkit-box-shadow: 0px 0px 13px rgba(23, 116, 255, 0.7);
    box-shadow: 0px 0px 13px rgba(23, 116, 255, 0.7);
  }

  .shoot .coinflip__slider-scroll {
    position: absolute;
    left: 6px;
    top: 6px;
    width: 100%;
  }

  .shoot .coinflip__slider-item {
    min-width: 48px;
    height: 48px;
    color: #fff;
    border-radius: 10px;
    background: #3E3124;
    margin-right: 4px;
  }

  .shoot .coinflip__wrapper {
    position: relative;
  }

  .shoot .coinflip__wrapper b {
    position: absolute;
    z-index: 1;
    font-size: 32px;
    font-weight: 900;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .shoot .coinflip__wrapper--flip {
    position: relative;
  }

  .shoot .coinflip__wrapper--flip .coinflip__front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  .shoot .coinflip__wrapper--flip .coinflip__back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  .shoot .coinflip__x-block {
    position: relative;
  }

  .shoot .coinflip__x-block b {
    color: #fff;
  }

  .shoot .coinflip__x-block img {
    max-height: 32px;
    margin-right: 8px;
  }

  .shoot .crazygame {
    position: relative;
  }

  .shoot .crazygame__container {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 650px;
    border-radius: 20px;
  }

  .shoot .crazygame__ctx {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%) translateY(-50%);
    transform: translate(-50%) translateY(-50%);
  }

  .shoot .crazygame__wheel {
    border-radius: 50%;
    overflow: hidden;
    width: 575px;
    z-index: 1;
    height: 575px;
  }

  .shoot .crazygame__wheel-item {
    width: calc(582px * 3.14159265359 / 64);
    height: 575px;
    position: absolute;
    border-radius: 8px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 50%, 50% 50%);
    clip-path: polygon(0 0, 100% 0, 50% 50%, 50% 50%);
    overflow: hidden;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 12px;
  }

  .shoot .crazygame__wheel-item:nth-child(1) {
    -webkit-transform: translateX(-50%) rotate(5.625deg);
    transform: translateX(-50%) rotate(5.625deg);
  }

  .shoot .crazygame__wheel-item:nth-child(2) {
    -webkit-transform: translateX(-50%) rotate(11.25deg);
    transform: translateX(-50%) rotate(11.25deg);
  }

  .shoot .crazygame__wheel-item:nth-child(3) {
    -webkit-transform: translateX(-50%) rotate(16.875deg);
    transform: translateX(-50%) rotate(16.875deg);
  }

  .shoot .crazygame__wheel-item:nth-child(4) {
    -webkit-transform: translateX(-50%) rotate(22.5deg);
    transform: translateX(-50%) rotate(22.5deg);
  }

  .shoot .crazygame__wheel-item:nth-child(5) {
    -webkit-transform: translateX(-50%) rotate(28.125deg);
    transform: translateX(-50%) rotate(28.125deg);
  }

  .shoot .crazygame__wheel-item:nth-child(6) {
    -webkit-transform: translateX(-50%) rotate(33.75deg);
    transform: translateX(-50%) rotate(33.75deg);
  }

  .shoot .crazygame__wheel-item:nth-child(7) {
    -webkit-transform: translateX(-50%) rotate(39.375deg);
    transform: translateX(-50%) rotate(39.375deg);
  }

  .shoot .crazygame__wheel-item:nth-child(8) {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }

  .shoot .crazygame__wheel-item:nth-child(9) {
    -webkit-transform: translateX(-50%) rotate(50.625deg);
    transform: translateX(-50%) rotate(50.625deg);
  }

  .shoot .crazygame__wheel-item:nth-child(10) {
    -webkit-transform: translateX(-50%) rotate(56.25deg);
    transform: translateX(-50%) rotate(56.25deg);
  }

  .shoot .crazygame__wheel-item:nth-child(11) {
    -webkit-transform: translateX(-50%) rotate(61.875deg);
    transform: translateX(-50%) rotate(61.875deg);
  }

  .shoot .crazygame__wheel-item:nth-child(12) {
    -webkit-transform: translateX(-50%) rotate(67.5deg);
    transform: translateX(-50%) rotate(67.5deg);
  }

  .shoot .crazygame__wheel-item:nth-child(13) {
    -webkit-transform: translateX(-50%) rotate(73.125deg);
    transform: translateX(-50%) rotate(73.125deg);
  }

  .shoot .crazygame__wheel-item:nth-child(14) {
    -webkit-transform: translateX(-50%) rotate(78.75deg);
    transform: translateX(-50%) rotate(78.75deg);
  }

  .shoot .crazygame__wheel-item:nth-child(15) {
    -webkit-transform: translateX(-50%) rotate(84.375deg);
    transform: translateX(-50%) rotate(84.375deg);
  }

  .shoot .crazygame__wheel-item:nth-child(16) {
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }

  .shoot .crazygame__wheel-item:nth-child(17) {
    -webkit-transform: translateX(-50%) rotate(95.625deg);
    transform: translateX(-50%) rotate(95.625deg);
  }

  .shoot .crazygame__wheel-item:nth-child(18) {
    -webkit-transform: translateX(-50%) rotate(101.25deg);
    transform: translateX(-50%) rotate(101.25deg);
  }

  .shoot .crazygame__wheel-item:nth-child(19) {
    -webkit-transform: translateX(-50%) rotate(106.875deg);
    transform: translateX(-50%) rotate(106.875deg);
  }

  .shoot .crazygame__wheel-item:nth-child(20) {
    -webkit-transform: translateX(-50%) rotate(112.5deg);
    transform: translateX(-50%) rotate(112.5deg);
  }

  .shoot .crazygame__wheel-item:nth-child(21) {
    -webkit-transform: translateX(-50%) rotate(118.125deg);
    transform: translateX(-50%) rotate(118.125deg);
  }

  .shoot .crazygame__wheel-item:nth-child(22) {
    -webkit-transform: translateX(-50%) rotate(123.75deg);
    transform: translateX(-50%) rotate(123.75deg);
  }

  .shoot .crazygame__wheel-item:nth-child(23) {
    -webkit-transform: translateX(-50%) rotate(129.375deg);
    transform: translateX(-50%) rotate(129.375deg);
  }

  .shoot .crazygame__wheel-item:nth-child(24) {
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
  }

  .shoot .crazygame__wheel-item:nth-child(25) {
    -webkit-transform: translateX(-50%) rotate(140.625deg);
    transform: translateX(-50%) rotate(140.625deg);
  }

  .shoot .crazygame__wheel-item:nth-child(26) {
    -webkit-transform: translateX(-50%) rotate(146.25deg);
    transform: translateX(-50%) rotate(146.25deg);
  }

  .shoot .crazygame__wheel-item:nth-child(27) {
    -webkit-transform: translateX(-50%) rotate(151.875deg);
    transform: translateX(-50%) rotate(151.875deg);
  }

  .shoot .crazygame__wheel-item:nth-child(28) {
    -webkit-transform: translateX(-50%) rotate(157.5deg);
    transform: translateX(-50%) rotate(157.5deg);
  }

  .shoot .crazygame__wheel-item:nth-child(29) {
    -webkit-transform: translateX(-50%) rotate(163.125deg);
    transform: translateX(-50%) rotate(163.125deg);
  }

  .shoot .crazygame__wheel-item:nth-child(30) {
    -webkit-transform: translateX(-50%) rotate(168.75deg);
    transform: translateX(-50%) rotate(168.75deg);
  }

  .shoot .crazygame__wheel-item:nth-child(31) {
    -webkit-transform: translateX(-50%) rotate(174.375deg);
    transform: translateX(-50%) rotate(174.375deg);
  }

  .shoot .crazygame__wheel-item:nth-child(32) {
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }

  .shoot .crazygame__wheel-item:nth-child(33) {
    -webkit-transform: translateX(-50%) rotate(185.625deg);
    transform: translateX(-50%) rotate(185.625deg);
  }

  .shoot .crazygame__wheel-item:nth-child(34) {
    -webkit-transform: translateX(-50%) rotate(191.25deg);
    transform: translateX(-50%) rotate(191.25deg);
  }

  .shoot .crazygame__wheel-item:nth-child(35) {
    -webkit-transform: translateX(-50%) rotate(196.875deg);
    transform: translateX(-50%) rotate(196.875deg);
  }

  .shoot .crazygame__wheel-item:nth-child(36) {
    -webkit-transform: translateX(-50%) rotate(202.5deg);
    transform: translateX(-50%) rotate(202.5deg);
  }

  .shoot .crazygame__wheel-item:nth-child(37) {
    -webkit-transform: translateX(-50%) rotate(208.125deg);
    transform: translateX(-50%) rotate(208.125deg);
  }

  .shoot .crazygame__wheel-item:nth-child(38) {
    -webkit-transform: translateX(-50%) rotate(213.75deg);
    transform: translateX(-50%) rotate(213.75deg);
  }

  .shoot .crazygame__wheel-item:nth-child(39) {
    -webkit-transform: translateX(-50%) rotate(219.375deg);
    transform: translateX(-50%) rotate(219.375deg);
  }

  .shoot .crazygame__wheel-item:nth-child(40) {
    -webkit-transform: translateX(-50%) rotate(225deg);
    transform: translateX(-50%) rotate(225deg);
  }

  .shoot .crazygame__wheel-item:nth-child(41) {
    -webkit-transform: translateX(-50%) rotate(230.625deg);
    transform: translateX(-50%) rotate(230.625deg);
  }

  .shoot .crazygame__wheel-item:nth-child(42) {
    -webkit-transform: translateX(-50%) rotate(236.25deg);
    transform: translateX(-50%) rotate(236.25deg);
  }

  .shoot .crazygame__wheel-item:nth-child(43) {
    -webkit-transform: translateX(-50%) rotate(241.875deg);
    transform: translateX(-50%) rotate(241.875deg);
  }

  .shoot .crazygame__wheel-item:nth-child(44) {
    -webkit-transform: translateX(-50%) rotate(247.5deg);
    transform: translateX(-50%) rotate(247.5deg);
  }

  .shoot .crazygame__wheel-item:nth-child(45) {
    -webkit-transform: translateX(-50%) rotate(253.125deg);
    transform: translateX(-50%) rotate(253.125deg);
  }

  .shoot .crazygame__wheel-item:nth-child(46) {
    -webkit-transform: translateX(-50%) rotate(258.75deg);
    transform: translateX(-50%) rotate(258.75deg);
  }

  .shoot .crazygame__wheel-item:nth-child(47) {
    -webkit-transform: translateX(-50%) rotate(264.375deg);
    transform: translateX(-50%) rotate(264.375deg);
  }

  .shoot .crazygame__wheel-item:nth-child(48) {
    -webkit-transform: translateX(-50%) rotate(270deg);
    transform: translateX(-50%) rotate(270deg);
  }

  .shoot .crazygame__wheel-item:nth-child(49) {
    -webkit-transform: translateX(-50%) rotate(275.625deg);
    transform: translateX(-50%) rotate(275.625deg);
  }

  .shoot .crazygame__wheel-item:nth-child(50) {
    -webkit-transform: translateX(-50%) rotate(281.25deg);
    transform: translateX(-50%) rotate(281.25deg);
  }

  .shoot .crazygame__wheel-item:nth-child(51) {
    -webkit-transform: translateX(-50%) rotate(286.875deg);
    transform: translateX(-50%) rotate(286.875deg);
  }

  .shoot .crazygame__wheel-item:nth-child(52) {
    -webkit-transform: translateX(-50%) rotate(292.5deg);
    transform: translateX(-50%) rotate(292.5deg);
  }

  .shoot .crazygame__wheel-item:nth-child(53) {
    -webkit-transform: translateX(-50%) rotate(298.125deg);
    transform: translateX(-50%) rotate(298.125deg);
  }

  .shoot .crazygame__wheel-item:nth-child(54) {
    -webkit-transform: translateX(-50%) rotate(303.75deg);
    transform: translateX(-50%) rotate(303.75deg);
  }

  .shoot .crazygame__wheel-item:nth-child(55) {
    -webkit-transform: translateX(-50%) rotate(309.375deg);
    transform: translateX(-50%) rotate(309.375deg);
  }

  .shoot .crazygame__wheel-item:nth-child(56) {
    -webkit-transform: translateX(-50%) rotate(315deg);
    transform: translateX(-50%) rotate(315deg);
  }

  .shoot .crazygame__wheel-item:nth-child(57) {
    -webkit-transform: translateX(-50%) rotate(320.625deg);
    transform: translateX(-50%) rotate(320.625deg);
  }

  .shoot .crazygame__wheel-item:nth-child(58) {
    -webkit-transform: translateX(-50%) rotate(326.25deg);
    transform: translateX(-50%) rotate(326.25deg);
  }

  .shoot .crazygame__wheel-item:nth-child(59) {
    -webkit-transform: translateX(-50%) rotate(331.875deg);
    transform: translateX(-50%) rotate(331.875deg);
  }

  .shoot .crazygame__wheel-item:nth-child(60) {
    -webkit-transform: translateX(-50%) rotate(337.5deg);
    transform: translateX(-50%) rotate(337.5deg);
  }

  .shoot .crazygame__wheel-item:nth-child(61) {
    -webkit-transform: translateX(-50%) rotate(343.125deg);
    transform: translateX(-50%) rotate(343.125deg);
  }

  .shoot .crazygame__wheel-item:nth-child(62) {
    -webkit-transform: translateX(-50%) rotate(348.75deg);
    transform: translateX(-50%) rotate(348.75deg);
  }

  .shoot .crazygame__wheel-item:nth-child(63) {
    -webkit-transform: translateX(-50%) rotate(354.375deg);
    transform: translateX(-50%) rotate(354.375deg);
  }

  .shoot .crazygame__wheel-item:nth-child(64) {
    -webkit-transform: translateX(-50%) rotate(360deg);
    transform: translateX(-50%) rotate(360deg);
  }

  .shoot .crazygame__wheel-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
  }

  .shoot .crazygame__wheel-item span {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    width: 14px;
    word-break: break-all;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
  }

  .shoot .crazygame__wheel-item.double {
    background: #F36128;
  }

  .shoot .crazygame__wheel-item.double span {
    color: #ffc08b;
  }

  .shoot .crazygame__wheel-item.lightpurple {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(4.02%, #9D4EDF), color-stop(68.23%, #65259B));
    background: linear-gradient(to bottom, #9D4EDF 4.02%, #65259B 68.23%);
  }

  .shoot .crazygame__wheel-item.lightpurple span {
    color: #d7a9ff;
  }

  .shoot .crazygame__wheel-item.blue {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(14.77%, #4D4EDF), color-stop(71.57%, #1F207D));
    background: linear-gradient(to bottom, #4D4EDF 14.77%, #1F207D 71.57%);
  }

  .shoot .crazygame__wheel-item.blue span {
    color: #8384ff;
  }

  .shoot .crazygame__wheel-item.lightblue {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(14.01%, #7475F7), color-stop(68.98%, #27279A));
    background: linear-gradient(to bottom, #7475F7 14.01%, #27279A 68.98%);
  }

  .shoot .crazygame__wheel-item.lightblue span {
    color: #b9b9ff;
  }

  .shoot .crazygame__wheel-item.turquoise {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8.87%, #33BCE2), color-stop(71.11%, #0D6178)), #C4C4C4;
    background: linear-gradient(to bottom, #33BCE2 8.87%, #0D6178 71.11%), #C4C4C4;
  }

  .shoot .crazygame__wheel-item.turquoise span {
    color: #97e6ff;
  }

  .shoot .crazygame__wheel-item.red {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(12.47%, #E2563A), color-stop(52.26%, #9D2C15));
    background: linear-gradient(to bottom, #E2563A 12.47%, #9D2C15 52.26%);
  }

  .shoot .crazygame__wheel-item.red span {
    color: #ff9382;
  }

  .shoot .crazygame__wheel-item.yellow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9.03%, #FABB33), color-stop(58.73%, #694904)), #C4C4C4;
    background: linear-gradient(to bottom, #FABB33 9.03%, #694904 58.73%), #C4C4C4;
  }

  .shoot .crazygame__wheel-item.yellow span {
    color: #ffee9b;
  }

  .shoot .crazygame__wheel-item.lightyellow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(85.53%, #E1CB38), color-stop(45.54%, #847517)), #C4C4C4;
    background: linear-gradient(to bottom, #E1CB38 85.53%, #847517 45.54%), #C4C4C4;
  }

  .shoot .crazygame__wheel-item.lightyellow span {
    color: #fffb6d;
  }

  .shoot .crazygame__wheel-item.green {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(14.42%, #47C139), color-stop(79.12%, #277E1D));
    background: linear-gradient(to bottom, #47C139 14.42%, #277E1D 79.12%);
  }

  .shoot .crazygame__wheel-item.green span {
    color: #7cff6d;
  }

  .shoot .crazygame__cursor {
    position: absolute;
    width: 652px;
    height: 652px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  .shoot .crazygame__cursor img {
    max-height: 50px;
    pointer-events: none;
  }

  .shoot .crazygame__cursor--two {
    -webkit-transform: translate(-48.65%, -50.45%) rotate(-18.875deg);
    transform: translate(-48.65%, -50.45%) rotate(-18.875deg);
  }

  .shoot .crazygame__cursor--three {
    -webkit-transform: translate(-51.45%, -50.45%) rotate(18.875deg);
    transform: translate(-51.45%, -50.45%) rotate(18.875deg);
  }

  .shoot .crazygame__wheel-center {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 35%;
    height: 35%;
    background: #32281a;
    overflow: hidden;
    z-index: 2;
  }

  .shoot .crazygame__wheel-center img {
    max-height: 100%;
    pointer-events: none;
  }

  .shoot .crazygame__game-select {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
    background: rgba(50, 39, 29, 0);
    border-radius: 50%;
  }

  .shoot .crazygame__game-select h4 {
    text-transform: uppercase;
    color: #fff;
  }

  .shoot .crazygame__game-selects {
    position: relative;
    margin-top: 20px;
    grid-gap: 25px;
  }

  .shoot .crazygame__game-selects a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: relative;
  }

  .shoot .crazygame__game-selects a:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .shoot .crazygame__game-selects a:nth-child(1) {
    background: #4d22f8;
    -webkit-box-shadow: 0px 0px 0em 6px rgba(77,34,248, 0.5);
    box-shadow: 0px 0px 0em 6px rgba(77,34,248, 0.5);
  }

  .shoot .crazygame__game-selects a:nth-child(2) {
    background: #ea191d;
    -webkit-box-shadow: 0px 0px 0em 6px rgba(234,25,29, 0.5);
    box-shadow: 0px 0px 0em 6px rgba(234,25,29, 0.5);
  }

  .shoot .crazygame__game-selects a:nth-child(3) {
    background: #188e1c;
    -webkit-box-shadow: 0px 0px 0em 6px rgba(24,142,28, 0.5);
    box-shadow: 0px 0px 0em 6px rgba(24,142,28, 0.5);
  }

  .shoot .crazygame__center-ellipse {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(#bb7c23), to(#ffad39));
    background: linear-gradient(0deg, #bb7c23, #ffad39);
  }

  .shoot .crazygame__center-ellipse-border {
    position: absolute;
    width: calc(100% - 35px);
    height: calc(100% - 35px);
    border-radius: 50%;
    border: solid 4px #b96e04;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .shoot .crazygame__wheel-center-border {
    position: relative;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    border: solid 2px #3c3121;
  }

  .shoot .crazygame__wheel-center-border img {
    max-height: 20px;
  }

  .shoot .pochinko {
    width: 100%;
    position: relative;
    height: 808px;
    border-radius: 20px;
    /*padding: 0px 10px;*/
    background: #31251A;
  }

  .shoot .pochinko:before {
    -webkit-filter: blur(100px);
    filter: blur(100px);
    content: '';
    position: absolute;
    left: 0;
    top: 35%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #e1cb38;
  }

  .shoot .pochinko:after {
    -webkit-filter: blur(100px);
    filter: blur(100px);
    content: '';
    position: absolute;
    right: 0;
    top: 35%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #554ed7;
  }

  .shoot .pochinko__lvls {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[16];
    grid-template-columns: repeat(16, 1fr);
    /*padding: 10px 0px;*/
    grid-gap: 3px;
    z-index: 2;
  }
  .shoot .pochinko__lvl{
    justify-content: flex-end!important;

  }
  .shoot .pochinko__lvls:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 20px 20px;
    /*background: #31251a;*/
    z-index: 3;
  }

  .shoot .pochinko__lvl-x {
    position: relative;
    width: 100%;
    padding: 8px 0px;
    z-index: 4;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }

  .shoot .pochinko__lvl-x span {
    font-size: 21px;
    text-transform: uppercase;
    color: transparent;
    background-image: linear-gradient(to right, #462523 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 100%);
    -webkit-background-clip: text;

    writing-mode: vertical-lr;
    text-orientation: upright;
    font-weight: 900!important;

  }

  .shoot .pochinko__canvas {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .shoot .pochinko__canvas canvas {
    border-radius: 20px;
    transform-origin: left top;
    transform: scale(1.0);
  }

  .shoot__live-drop-cursor--shooting img {
    -webkit-animation: shoot 0.5s ease-out;
    animation: shoot 0.5s ease-out;
    animation-direction: alternate-reverse;
  }

  @-webkit-keyframes shoot {
    from {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    to {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
  }

  @keyframes shoot {
    from {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    to {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
  }


  .shoot__live-drop-item--flipped .shoot__live-drop-front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  .shoot__live-drop-item--flipped .shoot__live-drop-back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }


  .theme--dark .shoot__bet:before {
    background: url(../images/borders--dark.svg) repeat;
  }

  .x--text{
    position: relative;
    top: -4px;
    left: 2px;
    font-size: 16px!important;
    font-weight: 900!important;

  }


  .shoot .pochinko__lvl-x span{
    font-size: 16px!important;
  }
  .x--text{
    top: -3px;
    left: 1px;
    font-size: 12px!important;
  }


  @media(max-width: 450px){
    .shoot .pochinko__lvl-x span{
      font-size: 11px!important;
    }
    .x--text{
      top: -3px;
      left: 1px;
      font-size: 10px!important;
    }
  }

  .theme--dark .shoot__bet-item--3x {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.45))), url(../images/games/shoot/3X.jpg) no-repeat center center/cover;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.45) 100%), url(../images/games/shoot/3X.jpg) no-repeat center center/cover;
  }

  .theme--dark .shoot__bet-item--3x span {
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
  }

  .theme--dark .shoot__bet-item--2x {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.45))), url(../images/games/shoot/2X.jpg) no-repeat center center/cover;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.45) 100%), url(../images/games/shoot/2X.jpg) no-repeat center center/cover;
  }

  .theme--dark .shoot__bet-item--2x span {
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
  }

  .theme--dark .shoot__bet-item--5x {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.45))), url(../images/games/shoot/5X.jpg) no-repeat center center/cover;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.45) 100%), url(../images/games/shoot/5X.jpg) no-repeat center center/cover;
  }

  .theme--dark .shoot__bet-item--5x span {
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
  }

  .theme--dark .shoot__bet-item--10x {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.45))), url(../images/games/shoot/10X.jpg) no-repeat center center/cover;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.45) 100%), url(../images/games/shoot/10X.jpg) no-repeat center center/cover;
  }

  .theme--dark .shoot__bet-item--10x span {
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
  }

  .theme--dark .shoot__bet-item--cashhunt {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.45))), url(../images/games/shoot/CHcashhunt.jpg) no-repeat center center/cover;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.45) 100%), url(../images/games/shoot/CHcashhunt.jpg) no-repeat center center/cover;
  }

  .theme--dark .shoot__bet-item--crazygame {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.45))), url(../images/games/shoot/CHcrazytime.jpg) no-repeat center center/cover;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.45) 100%), url(../images/games/shoot/CHcrazytime.jpg) no-repeat center center/cover;
  }

  .theme--dark .shoot__bet-item--coinflip {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.45))), url(../images/games/shoot/CHcoinflip.jpg) no-repeat center center/cover;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.45) 100%), url(../images/games/shoot/CHcoinflip.jpg) no-repeat center center/cover;
  }

  .theme--dark .shoot__bet-item--pochinko {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.45))), url(../images/games/shoot/CHplinko.jpg) no-repeat center center/cover;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.45) 100%), url(../images/games/shoot/CHplinko.jpg) no-repeat center center/cover;
  }


  .theme--dark .tournier__page-t-box {
    background: var(--bg-secondary);
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
  }

  
  .theme--dark .tournier__page-t-ico {
    color: #212639;
  }
  .theme--dark .tournier__separate {
    background: url(../images/borders--dark.svg) repeat;
  }


  .side-a {
    /*z-index: 100;*/
    background-size: cover;
    background-image:url(../images/games/coin/coin--orel.png);

  }
  .side-b {
    -webkit-transform: rotateZ(180deg) rotateY(-180deg);
    background-size: cover;
    background-image:url(../images/games/coin/coin--reshka.png);

  }

  .coinflip__wrapper div {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-backface-visibility: hidden;
  }


  .coinflip__wrapper {
    transition: -webkit-transform 1s ease-in;
    -webkit-transform-style: preserve-3d;
  }

  .animated.flip_1 {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip_tale;
    animation-name: flip_tale
  }
  .animated.flip_2 {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
  }
  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  @-webkit-keyframes flip {
    0% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
      transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }

    40% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
      transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }

    50% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
      transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }

    80% {
      -webkit-transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateX(180deg);
      transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateX(180deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }

    to {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(180deg);
      transform: perspective(400px) scaleX(1) translateZ(0) rotateX(180deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }
  }

  @keyframes flip {
    0% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
      transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }

    40% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
      transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }

    50% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
      transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }

    80% {
      -webkit-transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateX(180deg);
      transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateX(180deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }

    to {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(180deg);
      transform: perspective(400px) scaleX(1) translateZ(0) rotateX(180deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }
  }


  @-webkit-keyframes flip_tale {
    0% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
      transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }

    40% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
      transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }

    50% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
      transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }

    80% {
      -webkit-transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateX(360deg);
      transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateX(360deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }

    to {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(360deg);
      transform: perspective(400px) scaleX(1) translateZ(0) rotateX(360deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }
  }

  @keyframes flip_tale {
    0% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
      transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }

    40% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
      transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }

    50% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
      transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }

    80% {
      -webkit-transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateX(360deg);
      transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateX(360deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }

    to {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(360deg);
      transform: perspective(400px) scaleX(1) translateZ(0) rotateX(360deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }
  }


  .cap_new{
   width: 64px;
   opacity: 1;
   position: absolute;
   left: -3px;
   top: -9px;
 }


 .wallet__history-status{
  padding: 5px 10px;
  background: transparent;
  border-radius: 8px;
}

.newTimerBlock{
  background: #F2DEA7;
  border: solid 4px #F7AF69;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 25px;
  position: relative;
}

.newTimerText{
  margin: 5px;
  text-transform: uppercase;
  font-weight: 900;
  color: #433614;
  font-size: 16px;
}



.imgNewTimer{
  position: absolute;
  top: 20px;
  right: 50px;
  width: 100px;
}

.newTimerBlock .chat__promocode-img{
  right: -20px;
  transform: rotateY(180deg);
  left: auto;
}

.tournier__link {
  position: relative;
  width: 100%;
  margin-bottom: 18px;
  min-height: 65px;
  border-radius: 20px;
  padding: 0px 23px;
  background: var(--bg-secondary);
  border-left: solid 2px rgb(23 27 40);
  overflow: hidden;
}

.tournier__link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15%;
  height: 2px;
  /* background: -webkit-gradient(linear, left top, right top, from(rgba(252, 93, 54, 0.3)), to(transparent)); */
  /* background: linear-gradient(to right, rgba(252, 93, 54, 0.3), transparent); */
}

.tournier__link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15%;
  height: 2px;
  /* background: -webkit-gradient(linear, left top, right top, from(rgba(252, 93, 54, 0.3)), to(transparent)); */
  /* background: linear-gradient(to right, rgba(252, 93, 54, 0.3), transparent); */
}

.tournier__link .icon {
  color: #f2ad44;
  margin-right: 8px;
  pointer-events: none;
}

.tournier__link b {
  color: #ffffff;
  pointer-events: none;
}

.tournier__link span {
  font-size: 12px;
  color: #6c7da6;
  font-weight: 500;
  pointer-events: none;
}

.boomcity__main{
  background: #F3F4F8;
  border-radius: 20px;
  padding: 24px;
  width: calc(60% - 10px);
}

.boomcity__betblock{
  width: calc(40% - 10px);
}

.boomcity__grid{
  margin: 0 auto;
  width: 496px !important;

}

.boomcity__path .boomcity__path-item {
  width: calc(496px / 8 - 6px);
  height: calc(496px / 8 - 6px);
  margin-bottom: 6px;
  border-radius: 6px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.boomcity__path-item.dice{
  background: transparent;
}
.boomcity__path-item.dice:nth-child(1), .boomcity__path-item.dice:nth-child(8), .boomcity__path-item.dice:nth-child(57), .boomcity__path-item.dice:nth-child(64){
  opacity: 0;
}

.boomcity__path-item.dice .icon{
  background: #565656;
  color: #ffdc6d;
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  border-radius: 5px;
}

.boomcity__path-item.wait{
  color: #5b5d60;
  background: radial-gradient(#81777a 0%, #c5c5c5 104.75%);
}

.theme--dark .boomcity__main {
  background: var(--bg-secondary);
}

.boomcity__grid{
  position: relative;
}

.boomcity__timer{
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 35px;
  transform: translate(-50%, -50%);
}

.boomcity__timer .x30__timer{
  position: relative;
}

.boomcity__timer .x30__timer:before{
  top: -30px;
}

.boomcity__bets {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

.boomcity__bet, .boomcity__bet-info{
  margin-bottom: 0px;
}

.boomcity__bet-info {
  padding: 20px 22px;
  border-radius: 0px 0px 15px 15px;
  background: #F3F4F8;
  color: white;
  font-weight: 500;
  margin-bottom: 0px;
}

.titletune {
  font-size: 20px;
  font-weight: 600;
}

.turnenone {
  background: var(--bg-secondary);
  padding: 4%;
  margin-top: 20px;
  border-radius: 20px;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.titleblocktur{
  font-size: 25px;
  font-weight: 600;
}

.boomcity__bet-heading {
  border-radius: 15px 15px 0px 0px;
  padding: 16px 22px;
  cursor: pointer;
}

.boomcity__bet-heading span {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  pointer-events: none;
}

.boomcity__bet-heading img {
  pointer-events: none;
  width: 32px;
  height: 32px;
}

.boomcity__bet-heading:before {
  -webkit-filter: blur(10rem);
  filter: blur(10rem);
}

.boomcity__bet-heading.x1 {
  background: linear-gradient(263.88deg, #e59d6d 0%, #bd5719 104.75%);
}

.boomcity__bet-heading.x2 {
  background: linear-gradient(263.88deg, #bdabab 0%, #786569 104.75%);
}

.boomcity__bet-heading.x5 {
  background: linear-gradient(263.88deg, #e9c895 0%, #ce8e20 104.75%);
}

.boomcity__bet-heading.dice_battle {
  background: linear-gradient(263.88deg, #585ae3 0%, #2533b8 104.75%);
}

.boomcity__bet-heading.lucky_drop {
  background: linear-gradient(263.88deg, #9e19ca 0%, #7606a8 104.75%);
}

.boomcity__bet-heading.boom_or_bust {
  background: linear-gradient(263.88deg, #e02da2 0%, #bd0867 104.75%);
}

.theme--dark .boomcity__bet-info {
  background: var(--bg-secondary);
}

.diceBlock{
  position: relative;
  height: 100px;
  width: 100%;
}
.diceBoom {
  position: absolute;
  width: 100px;
  height: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  transform-style: preserve-3d;
  transform: rotate3d(0, 0.9, 0.9, 90deg);
  transition: 0.5s cubic-bezier(0.42, 1.57, 0.62, 0.86);
}
.diceBoom.rolling {
  animation: rotatePerFace 3s cubic-bezier(0.42, 1.57, 0.62, 0.86) infinite;
}
.diceBoom.throw {
  animation: rotateDice 0.7s ease-in reverse, throwDice 1s linear;
}
.diceBoom .diceFace {
  box-sizing: border-box;
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #f6f3f0;
  border: 2px solid white;
  border-radius: 20px;
  transform-style: preserve-3d;
  transition: 0.5s;
}
.diceBoom .diceFace::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 20px;
  transform: translateZ(-1px);
}
.diceBoom .diceFace::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  background-color: #131210;
  border-radius: 100%;
  transform: translateZ(1px);
}
.diceBoom .front {
  transform: translateZ(50px);
}
.diceBoom .front::after {
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  background-color: #131210;
}

.diceBoom .up {
  transform: rotateX(90deg) translateZ(50px);
}
.diceBoom .up::after {
  margin: -30px 0 0 -30px;
  box-shadow: 40px 40px #131210;
}
.diceBoom .left {
  transform: rotateY(-90deg) translateZ(50px);
}
.diceBoom .left::after {
  margin: -40px 0 0 -40px;
  box-shadow: 30px 30px #131210, 60px 60px #131210;
}
.diceBoom .right {
  transform: rotateY(90deg) translateZ(50px);
}
.diceBoom .right::after {
  margin: -30px 0 0 -30px;
  background-color: #131210;
  box-shadow: 40px 0px #131210, 0px 40px #131210, 40px 40px #131210;
}
.diceBoom .bottom {
  transform: rotateX(-90deg) translateZ(50px);
}
.diceBoom .bottom::after {
  margin: -36px 0 0 -36px;
  box-shadow: 26px 26px #131210, 52px 52px #131210, 52px 0px #131210, 0px 52px #131210;
}
.diceBoom .back {
  transform: rotateX(180deg) translateZ(50px);
}
.diceBoom .back::after {
  margin: -40px 0 0 -30px;
  box-shadow: 40px 0px #131210, 0px 30px #131210, 40px 30px #131210, 0px 60px #131210, 40px 60px #131210;
}

.diceWrap {
  position: absolute;
  width: 200px;
  height: 200px;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  transform: scale(0.5);
}
.diceWrap::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 10%;
  top: 90%;
  left: 15%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  filter: blur(10px);
}

@keyframes rotateDice {
  30% {
    transform: rotate3d(1, 1, 1, 0deg);
  }
  100% {
    transform: rotate3d(1, 1, 1, 720deg);
  }
}
@keyframes rotatePerFace {
  16% {
    transform: rotate3d(-0.1, 0.6, -0.4, 180deg);
  }
  32% {
    transform: rotate3d(-0.85, -0.42, 0.73, 180deg);
  }
  48% {
    transform: rotate3d(-0.8, 0.3, -0.75, 180deg);
  }
  64% {
    transform: rotate3d(0.3, 0.45, 0.9, 180deg);
  }
  80% {
    transform: rotate3d(-0.16, 0.6, 0.18, 180deg);
  }
  100% {
    transform: rotate3d(-0.1, 0.3, -1, 180deg);
  }
}
@keyframes throwDice {
  20% {
    margin-top: -100px;
  }
  40% {
    margin-top: 0px;
  }
  60% {
    margin-top: -30px;
  }
  80% {
    margin-top: 0px;
  }
  85% {
    margin-top: -10px;
  }
  90% {
    margin-top: 0px;
  }
  95% {
    margin-top: -3px;
  }
  100% {
    margin-top: 0px;
  }
}


.controller {
  position: absolute;
  width: 200px;
  padding: 20px;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  line-height: 40px;
}

.coinBetBlock{
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
}

.betBlock{
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: var(--bg-secondary);
}

.coinBet{
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--bg-secondary);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.icon_coin{
  width: 50px;
  height: 50px;
  fill: white;
}

.CoinsBtnDream {
  border-radius: 50%;
  font-weight: 600;
  color: #fff;
  box-shadow: 0 0 0 2px transparent;
  background: url(/images/circle_c.svg) 0 0/cover no-repeat #828f9a;
  outline: none;
  border: 0;
  height: 50px;
  width: 50px;
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
  position: relative;
  opacity: .9;

}
@media(max-width: 480px){
  .CoinsBtnDream {
    height: 35px;
    width: 35px;

  }
}
.CoinsBtnDream:hover {
  transform: translateY(-5px);
  transition: .3s;
}
.CoinsBtnDream span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-shadow: 0 0 5px rgba(0,0,0,.45);
  cursor: pointer;
}

.Coins_active-:before {
  content: "";
  display: block;
  box-shadow: 0 0 0 3px #fff;
  height: calc(100% + 2px);
  width: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.coinBet .CoinsBtnDream{
  position: absolute;
  top: 0;
  left: 0;
}

.coinBet .CoinsBtnDream:hover {
  transform: translateY(0px);
  opacity: 0.8;
}

.icon_arrow{
  width: 50px;
  height: 50px;
  fill: #9EABCD;
}

.betBlock button{
  /*background: red;*/
}

.arrow_left{
  transform: rotate(180deg);
}

@media(max-width: 520px){
  /* .header__user-balance-add{
    display: none;
  } */

  .popup__tab {
      position: relative;
      padding: 11px 15px;
      border-radius: 12px;
  }

  .popup__tab .icon {
      width: 0px;
      height: 14px;
      margin-right: 0px;
      opacity: 0;
      pointer-events: none;
  }

  .popup__tab--active .icon {
      width: 14px;
      opacity: 1;
      margin-right: 6px;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      color: #ffffff;
  }

  /* .popup__title span {
      font-size: 20px !important;
  } */

  .overlayed {

    padding: 0px 10px;
}
}

.mobile-menu__links .icon {
    fill: #46537B!important;
    width: 40px;
    height: 40px;
}

.mobile-menu__links .active .icon {
    fill: #0057FF!important;
    width: 40px;
    height: 40px;
}

.chat__msg-message.mess span{
  overflow-wrap: break-word;  /* не поддерживает IE, Firefox; является копией word-wrap */
  word-wrap: break-word;
}

.boomcity__bets{
  position: relative;
}

.boomcity__play .boomcity__bet{
  filter: blur(2px);
}

.diceBlocks{
  position: absolute;
  width: 100%;
  height: 100%;
}

.diceBlock{
  top: 50%;
  transform: translateY(-50%);
}


.promocodeInputBtn{
  width: 151px;
  height: 55px
}

@media(max-width: 450px){
  .promocodeInputBlock{
    display: block;
  }
  .user-avatar{
    display: none;
  }
  .promocodeInput{
    width: 100%;
  }
  .promocodeInputBtn{
    margin-top: 10px;
    width: 100%;
  }
}

.fullInputWidth{

    width: calc(100% - 10px)!important;
}

.bonus__hits-items{
  max-width: 700px;
  margin: 0 auto;
}

@media(max-width: 475px){
  .toast-top-right{
    margin-top: 60px!important;
  }
  .bonus__buttons{
    width: 100%;
  }
  .bonus__buttons a{
    width: 100%;
    justify-content: center;
  }
}

.wallet__history::-webkit-scrollbar {
  width: 12px;               /* ширина scrollbar */
}
.wallet__history::-webkit-scrollbar-track {
  background: #1b2030;        /* цвет дорожки */
}
.wallet__history::-webkit-scrollbar-thumb {
  background-color: #213875;    /* цвет плашки */
  border-radius: 20px;       /* закругления плашки */
  border: 3px solid #1b2030;  /* padding вокруг плашки */
}

input#wheel_input {
    color: #fff !important;
    font-size: 16px;
}
.x30__bet-placed.d-flex.align-center.justify-space-between a {
    background: var(--bg-secondary);
    height: 33px; 
    padding: 0px 10px; 
    border-radius: 9px;
    width: 100%;
    height: 40px; 
    margin-bottom: 10px;
} 
.x30__bet-placed.d-flex.align-center.justify-space-between {

}


.nyber-stay6{
  display: grid;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 5px;
}

.nyber-stay5{
  display: grid;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 5px;
}

.input-minesFix{
  display: flex;
  justify-content: space-between;
}
.x30__bet-placed.d-flex.align-center.justify-space-between a:hover {
    color: #fff !important;
    background: var(--base-alfa-neutral-hover);
}
.bx-input__input.d-flex.align-center.justify-space-between {
    /* margin-bottom: 10px; */
    min-width: 100%;
}
.history__sum.d-flex.align-center.justify-center {
    color: #f2ad44;
}
input#sumBetX100 {
    font-size: 16px !important;
    color: #fff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}
.ss-content {
    width: auto !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;

    max-height: 315px;
    overflow: scroll;
}
.x30__bet-placed.d-flex.align-center.justify-space-between.payments {
    margin-bottom: 20px;
}
.pd10-20 {
    padding: 10px 20px !important;
}
span.d-flex.align-center {
    color: #fff;
}

svg.icon.money {
    color: #f2ac44;
}

.x30__bet-sum.d-flex.align-center {
    color: #fff;
}
ol.show_ul p {
}

ol.show_ul li {
    padding-bottom: 20px;
    color: #92a1cf;
    overflow: hidden;
}

p.text-attation {
    background: #fe5a531f;
    padding: 15px 25px;
    border-radius: 14px;
    border: 1px solid var(--global-brand);
    color: #f19995;
    line-height: 25px;
}
ol.show_ul li:before {
    content: "";
    position: relative;
    top: -0.3rem;
    left: 0;
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0.4rem;
    background-color: #387be6;
    margin-right: 0.8rem;
}

.popup__content  h3 {
    padding: 15px 10px !important;
}

input#BetMines {
    color: #fff;
}
input#coinSum {
    color: #fff !important;
}
input#BetDice {
    color: #fff;
}
input#sumDep {
    color: #fff;
}

svg.icon.money.pd20 {
    width: 16px;
    height: 16px;
    margin-right: 20px;
}
a.shoot__bet-btn-settings.d-flex.align-center.lft {
    margin-left: 20px;
    background: #f2ac44;
    color: #1b2030;
}

.keno__bet-right.d-flex.align-center {
    background: var(--bg-secondary);
    padding: 0px 0px 0px 20px;
    border-radius: 12px;
}
svg.icon.yellow {
    color: #f2ac44;
}

svg.icon.blue {
    color: #397ce6;
}
a.shoot__bet-btn-settings.d-flex.align-center.lft:hover {
    background: #be832c !important;
}

.W.wallet__method.wallet__method--Карта.\(RUB\)_WITHDRAW.d-flex.align-center.wallet__method--active {
    border-color: #5558ff;
}
.wallet__method--active{
  border-left: 3px solid #2E7BCC;
}

@media only screen and (max-width: 825px) {
  .tournier__item-bottom {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .games {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media only screen and (max-width: 650px) {
  .shoot__game-wrapper {
    width: 100% !important;
    padding: 0px 20px;
  }
  .games {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media only screen and (max-width: 475px) {
.bonus__item.blueg {
    margin-bottom: 20px;
}
/* a.gx-game-item.flare {
    width: 134px;
    height: 109px;
} */

.faq.d-flex.flex-column.faq {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr) !important;
  grid-gap: 0px !important;
}

/* .bonus__items {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
} */

.bx-input__input.d-flex.align-center.justify-space-between.glxb {
    margin-bottom: 10px !important;
}

.bonus_item_logo {
    margin-bottom: 15px !important;
}

.bonus__wheel {
    /* border-radius: 90px !important;
    margin-top: -80px; */
    /* max-width: 390px; */
}


.bonus__item.wheelb {
    /* display: none; */
    margin-bottom: 20px;
  }
  .header__right .sidebar__logotype {
    width: 45px !important;
    height: 45px !important;
    margin-bottom: 7px;
  }
  .header__user-b {
    margin-right: -15px !important;
  }
  .games {
    -ms-grid-columns: (1fr)[1] !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px;
  }

  .gx-game-item-bk .center {
    width: 147px;
    height: 100px;
    border-radius: 10px;
    }
  }
  .popup__title span {
    /* font-size: 18px !important; */
  }

  .shoot .coinflip__inner {
    -ms-grid-columns: (1fr)[1] !important;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-gap: 20px;
    padding: 20px !important;
  }
  .shoot .coinflip {
    background: #31251A !important;
  }
}

span.login_buttons {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  text-shadow: none !important;
}

svg.ic_login {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
}
.bonus_item_logo {/* margin: 0 auto; *//* text-align: center; */margin-bottom: 50px;}

img.bonus_images_tg {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
}

.bonus__item.blueg {
    background: linear-gradient(140.26deg,var(--bg-secondary) 8.57%,#397ce6 91.76%);
}

.bonus_item_description {
    color: #a6c7ff;
    margin-bottom: 20px;
    line-height: 18px;
}

.bx-input__input.d-flex.align-center.justify-space-between.glxb {
  background: rgb(255 255 255 / 1%);
  backdrop-filter: blur(12.5px);
  border: 1px solid rgb(255 255 255 / 15%);
  margin-bottom: 0px;
  height: 48px;
  border-radius: 12px;
}
label.d-flex.align-center.glxs {
  color: #fff;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}

.d-flex.align-center.txtwhbg span {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.d-flex.align-center.txtwhbg svg {
  width: 16px;
  height: 16px;
}

.bonus_btng {
  background: #f2ac44;
  color: #1b2030;
  height: 48px;
  border-radius: 12px;
  height: 48px;
  border-radius: 12px;
  padding: 0px 18px;
  font-weight: 600;
  overflow: hidden;
  position: relative;
}
.bonus__item.wheelb {
    /* margin-bottom: -60px; */
    padding: 22px 22px 0px 22px;
}
.info-using {
    color: #9aa2a2;
}
.btn--yellow {
  background: #f2ac44;
  color: #1b2030;
}

.support {
  background: var(--bg-secondary);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  min-height: 75vh;
  padding: 20px 20px;
}

.support__header {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.support__header-back {
  background: linear-gradient(109.64deg, #397ce6 5.39%, #397ce6 63.15%);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 14px;
  text-align: center;
  transition: all .3s ease-in-out;
  float: right;
}

@media screen and (min-width: 1200px) {
  .support__header-back {
      display: none;
  }
}

.support__container {
  display: flex;
  flex: 1;
  max-height: 65vh;
  overflow: hidden;
  width: 100%;
}

.support__sidebar {display: flex;flex-direction: column;height: inherit;margin-right: 1rem;min-width: 360px;width: 360px;border-right: 1px solid #1b2030;}

.support__sidebar-body {
  flex: 1 1 0%;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: overlay;
  padding: 0rem 1rem 0rem 0rem;
}

.support__sidebar-footer {
  flex-shrink: 0;
  padding: 1rem 1rem 0rem 0rem;
}
.first-bonus-dep{
  background: radial-gradient(100% 100% at 50% 0%, #FFD599 11.48%, #F63D00 100%);
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 200px;
  padding: 20px;

}
.left-info-promotion-dep{
  display: flex;
  gap: 5px;
}

.under-info-promotion-dep {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
span.btn-get-bonus-dep {
    padding: 10px 25px;
    background: white;
    color: black;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
}

.title-promotion-dep {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.support__create {
  background: linear-gradient(109.64deg, #397ce6 5.39%, #397ce6 63.15%);
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 600;
  padding: 15px 25px;
  text-align: center;
  transition: all .3s ease-in-out;
  width: 100%;
}

.support__content {
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
}

.support-empty {
  align-items: center;
  display: flex;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  margin: auto;
  text-align: center;
  width: 100%;
  background: #1A1E2C;
}

.support-empty__link {
  color: #397ce6;
  display: inline-flex !important;
}

.support a:hover {
  color: #1b2030 !important;
}

@media screen and (max-width: 979px) {
  .support {
      padding: 0;
  }
.support__content {width: 100%;display: initial;position: relative;}

.support__container {
    display: block;
}

  .display-none {
      display: flex;
      width: 100%;
      height: auto;
  }

  .full {
      margin-right: 0;
      width: 100%;
  }

  .support-chat__btn {
      padding: 8px;
  }

  .support-chat__btn span {
      display: none;
  }

  .support-create__btn {
      font-size: 16px;
      padding: 15px 21px;
  }
}


.newbuttonsupp{
  border-radius: 8px;
  border: 1px solid rgba(59, 123, 230, 0.15);
  background: rgba(59, 123, 230, 0.03);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #3B7BE6;
  cursor: pointer;
  font-family: Google Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
a.newbuttonsupp.is-ripples.flare.d-flex.align-center.has-ripple:hover {
  color: #3B7BE6 !important;
}



.ticket-row {
  background: var(--bg-secondary);
  border-radius: 12px;
  display: flex;
  max-width: 100%;
  padding: 15px;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.ticket-row__title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 160px;
  margin-bottom: 5px;

}

.ticket-row__subtitle {
  color: white;
  font-size: 12px;
}

.ticket-row_text-active {
  color: #54B466;
  font-family: Google Sans;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  margin-right: 8px;
  line-height: 15px; /* 533.333% */
  letter-spacing: -0.18px;
  text-transform: uppercase;
}

.ticket-row_text-closed {
    color: #D24E49;
    font-family: Google Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px; /* 480% */
    text-transform: uppercase;
    margin-right: 8px;
}


.ticket-row__status {
  width: 100%;
  height: 32px;
  border-radius: 8px;
  line-height: 30px;
  float: right;
  display: flow;
  text-align: center;
  margin-top: 4px;
}

.support-create__wrapper {
  position: relative;
}

.support-create,
.support-create__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.support-create__title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 1rem;
}

.support-create__input {
  background: var(--bg-secondary);
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  height: 50px;
  letter-spacing: .05em;
  line-height: 19px;
  padding: 16px 19px;
  max-width: 100%;
  width: 100%;
}

.support-create__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
  /* justify-content: flex-end; */
  margin-top: 1rem;
}

.support-create__footer-files {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin-right: auto;
  overflow-x: auto;
  overflow-y: hidden;
}

.support-create__btn {
  background: linear-gradient(109.64deg, #397ce6 5.39%, #397ce6 63.15%);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  padding: 15px 25px;
  text-align: center;
  transition: all .3s ease-in-out;
}

.support-create__btn--secondary {
  align-items: center;
  background: #e0e6f9;
  color: #9ea6bf;
  display: flex;
  justify-content: center;
  padding: 15px;
  margin-right: 10px;
}

.support-create__textarea {
  flex: 1;
  height: auto;
  margin-top: 1rem;
  min-width: 100%;
}

.support-create {
  padding: 25px;
  background: #1A1E2C;
}

.support-create__btn--secondary input {
  display: none;
}

.support-chat {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* padding: 1rem; */
  position: relative;
}

.support-chat__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.support-chat__left {
  max-width: calc(100% - 170px);
}

.support-chat__title {
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.support-chat__date {
  color: #9ea6bf;
  font-size: 13px;
}

.support-chat__right {
  flex-shrink: 0;
}

.support-chat__close {
  background: linear-gradient(109.64deg, #397ce6 5.39%, #397ce6 63.15%);
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 14px;
  text-align: center;
  transition: all .3s ease-in-out;
}

.support-chat__body {
  flex: 1 1 0%;
  overflow: auto;
  padding: 15px 15px;
  position: relative;
  background: #1A1E2C;
  border-radius: 0px 0px 8px 8px;
}

.support-message {
  background: #252b3f;
  border-radius: 12px 12px 2px 12px;
  display: flex;
  margin-left: auto;
  flex-direction: column;
  max-width: 50%;
  position: relative;
  padding: 1rem;
}

.support-message__username {
  font-size: 15px;
  font-weight: 500;
  color: white;
}

.support-message__text {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #2f3750;
  padding: 10px 14px;
  hyphens: auto;
  max-width: 100%;
  font-size: 14px;
  word-wrap: break-word;
  overflow: visible;
  margin-top: 8px;
  border-radius: 2px 12px 12px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.support-message__date {
  font-size: 12px;
  font-weight: 500;
  margin-top: 3px;
  color: #4f597a;
  margin-left: auto;
}

.answer .support-message__username {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: .5rem;
  color: white;
}

.answer .support-message__text {
  font-size: 14px;
  font-weight: 400;
  white-space: pre-wrap;
  color: #ffffff;
  font-weight: 400;
  background: #397ce6;
}

.answer .support-message__date {
  font-size: 12px;
  font-weight: 500;
  margin-top: 3px;
  text-align: right;
  color: #4f597a;
}

.support-message.answer {
  background: #191b27;
  color: #fff;
  margin-left: 1px;
  border-radius: 2px 12px 12px 12px;
}

.support-message+.support-message {
  margin-top: 1rem;
}

.support-chat__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
  position: relative;
  background: #1A1E2C;
  height: 56px;
  border-radius: 10px;
}

.support-chat__previews {
  display: flex;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(-110%);
}

.support-chat__input {
  padding: 16px 55px 16px 19px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}



.support-chat__footer-right {
  align-items: center;
  display: flex;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.support-chat__files {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin-right: .5rem;
  padding: 0 4px;
}

.support-chat__files svg {
  height: auto;
  width: 22px;
}

.support-chat__files input {
  display: none;
}

.support-chat__btn {
  background: linear-gradient(109.64deg, #397ce6 5.39%, #397ce6 63.15%);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 14px;
  text-align: center;
  transition: all .3s ease-in-out;
}

.support-create__footer-file {
  background-color: #a7b0ca30;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 8px;
  flex-shrink: 0;
  height: 50px;
  position: relative;
  width: 50px;
}

.support-create__footer-file img {
  border-radius: 8px;
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.support-create__footer-file:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 320.591 320.591' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg fill='%23f4756c'%3E%3Cpath d='M30.391 318.583a30.37 30.37 0 0 1-21.56-7.288c-11.774-11.844-11.774-30.973 0-42.817L266.643 10.665c12.246-11.459 31.462-10.822 42.921 1.424 10.362 11.074 10.966 28.095 1.414 39.875L51.647 311.295a30.366 30.366 0 0 1-21.256 7.288z' data-original='%23f4756c'/%3E%3Cpath d='M287.9 318.583a30.37 30.37 0 0 1-21.257-8.806L8.83 51.963C-2.078 39.225-.595 20.055 12.143 9.146c11.369-9.736 28.136-9.736 39.504 0l259.331 257.813c12.243 11.462 12.876 30.679 1.414 42.922-.456.487-.927.958-1.414 1.414a30.368 30.368 0 0 1-23.078 7.288z' data-original='%23f4756c'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  content: "";
  height: 22px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
  width: 22px;
}

.support-create__footer-file:hover:after {
  opacity: 1
}

.support-message__images {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 1rem;
}

.support-message__images-btn {
  background-color: #a7b0ca;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 8px;
  height: 100px;
  width: 100px;
}

.support-message__images img {
  border-radius: 8px;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100px;
}

.support-chat__previews {
  display: flex;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(-110%);
}

.support-chat__previews-file {
  background-color: #a7b0ca;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 8px;
  flex-shrink: 0;
  height: 50px;
  position: relative;
  width: 50px;
}

.support-chat__previews-file:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 320.591 320.591' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg fill='%23f4756c'%3E%3Cpath d='M30.391 318.583a30.37 30.37 0 0 1-21.56-7.288c-11.774-11.844-11.774-30.973 0-42.817L266.643 10.665c12.246-11.459 31.462-10.822 42.921 1.424 10.362 11.074 10.966 28.095 1.414 39.875L51.647 311.295a30.366 30.366 0 0 1-21.256 7.288z' data-original='%23f4756c'/%3E%3Cpath d='M287.9 318.583a30.37 30.37 0 0 1-21.257-8.806L8.83 51.963C-2.078 39.225-.595 20.055 12.143 9.146c11.369-9.736 28.136-9.736 39.504 0l259.331 257.813c12.243 11.462 12.876 30.679 1.414 42.922-.456.487-.927.958-1.414 1.414a30.368 30.368 0 0 1-23.078 7.288z' data-original='%23f4756c'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  content: "";
  height: 22px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
  width: 22px;
}

.support-chat__previews-file:hover:after {
  opacity: 1
}

.support-chat__previews-file img {
  border-radius: 8px;
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.bonus__item-title_levels {
  position: relative;
  font-weight: 900;
  margin-bottom: 15px;
  font-size: 18px;
}
svg.wheels_icons {
  float: left;
  margin-right: 20px;
}
.faq.d-flex.flex-column.faq {
  position: relative;
  display: -ms-grid;
  display: flex;
  /* grid-template-columns: repeat(2, 1fr); */
  grid-gap: 15px;
  border-radius: 15px;
  padding: 20px;
  background: var(--bg-secondary);
}

.mainfaqcont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.support-empty a:hover {
  color: #5595ff !important;
}

.faq__item-heading.d-flex.align-center {
  background: var(--bg-secondary);
}

.slot__animation__play .icon {
    background: #387ce5;
    border-radius: 14px;
    padding: 20px;
    color: #ffffff;
}
.popup__title.d-flex.align-center.justify-space-between {
  border-bottom: 1px solid #202638;
}
svg.add_tickets {
  margin-right: 5px;
}
a.d-flex.align-center.justify-center.send.blues {
  background: linear-gradient(109.64deg, #397ce6 5.39%, #397ce6 63.15%);
  border-radius: 12px;
  color: #fff;
}

a.d-flex.align-center.justify-center.send.blues:hover {
  color: #b2d0ff !important;
}
img.mines_y {
  width: 40px;
  height: 40px;
  display: block;
}
a.btn.btn--blue.d-flex.align-center.justify-center.is-ripples.flare {
  height: 50px;
}
/* .mines__path--win.icon {
    width: 40px;
    height: 40px;
} */

/* .mines__path--lose.icon {
    width: 40px;
    height: 40px;
} */
span.login_buttons svg {
  float: left !important;
  margin-left: 0px !important;
  margin-right: 10px !important;
}
b#comm {
  float: right !important;
  display: contents;
}
.gx-w-box.gx-col-x.banner_2 {
  background-image: url(/banner_2.png);
  background-size: cover;
}
span.ticket-row_text-closed svg {
  display: block;
  float: left;
  margin-top: 8px;
  margin-left: 8px;
  width: 16px;
  height: 16px;
}
span.ticket-row_text-active svg {
  display: block;
  float: left;
  margin-top: 8px;
  margin-left: 10px;
  width: 16px;
  height: 16px;
}

img.ticket-row_icons {
    width: 40px;
    height: 40px;
    float: right;
}

.toclet-row-content {
    float: left;
    margin-left: 10px;
    width: 265px;
}

img.icon_support_head {
    width: 40px;
    height: 40px;
    float: left;
}

.support_tittles span {
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    margin-left: 50px;
}
.support_id {
    background: #262C3F;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
}
.support_closed {
  background: rgba(210, 78, 73, 0.15);
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 12px;
  color: #D24E49;
  text-transform: uppercase;
  font-weight: 500;
}
.support-chat__header {
    background: #212739;
    padding: 15px;
}

a.is-ripples.flare.d-flex.align-center.has-ripple.send.blues {
    height: 42px;
    border-radius: 8px;
    padding: 0px 18px;
    background: linear-gradient(109.64deg, #397ce6 5.39%, #397ce6 63.15%);
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    width: auto;
}

svg.support_send {
    margin-left: 5px;
}

a.is-ripples.flare.d-flex.align-center.has-ripple.send.blues:hover {
    color: #fff !important;
}

.support-head-date {
    text-align: center;
    margin-bottom: 15px;
}

.support-hr-date {
    background: var(--bg-secondary)57;
    width: 180px;
    margin: 0 auto;
    padding: 12px 5px;
    color: white;
    font-size: 12px;
    font-weight: 500;
    border-radius: 100px;
    border: 1px solid #2b344d61;
}

.support-message_globals {display: flex;}

img.support_hello_img {
  margin-bottom: 15px;
}

.text-support_hello {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

.text-support_hello span {
  color: #606885;
}
a.support_create_blue.is-ripples.flare.d-flex.align-center.has-ripple {
  border-radius: 12px;
  padding: 0px 18px;
  background: linear-gradient(109.64deg, #397ce6 5.39%, #397ce6 63.15%);
  color: #fff;
  font-weight: 600;
  display: block;
  line-height: 48px;
  position: relative;
}

svg.sp_crte {
  display: block;
  float: right;
  margin-top: 12px;
}
a.support_create_blue.is-ripples.flare.d-flex.align-center.has-ripple:hover {
    color: #fff !important;
}

button.is-ripples.flare.d-flex.align-center.has-ripple.create.sp {
  height: 48px;
  border-radius: 12px;
  padding: 0px 18px;
  background: linear-gradient(109.64deg, #397ce6 5.39%, #397ce6 63.15%);
  color: #fff;
  font-weight: 600;
}

svg.btn_create_sp {
  margin-left: 5px;
}

.chat__msg-avatar.img_no_blur {
  background: url(../img/ava_c.png) no-repeat center center / cover;
}

.chat__msg-message.system_mess span {
  color: #7485b7 !important;
}

.theme--dark .popup__title:before, .theme--dark .popup.popup--about .borders, .theme--dark .mines__check::before, .theme--dark .mines__check::after {
  background: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #323d5c), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #32375c), color-stop(0.75, #32375c), color-stop(0.75, transparent), to(transparent));
  background-size: 30px 30px;
  height: 5px;
}

.theme--dark .wallet__methods {
  /* background: var(--bg-secondary);
  -webkit-box-shadow: inset 0px 6px 0px var(--bg-secondary);
  box-shadow: inset 0px 6px 0px var(--bg-secondary); */
  height: 100%;
}

.wallet__method.wallet__method--sort-5_DEPOSIT.wallet__method--46_DEPOSIT.d-flex img {
  width: 40px;
}

/* .wallet__method.wallet__method--sort-0_DEPOSIT.wallet__method--52_DEPOSIT.d-flex img {
  width: 50px;
} */

.theme--dark .wallet__method {
    background: var(--bg-secondary);
}

.theme--dark .wallet__history-left .wallet__method {
  background: transparent;
}

.topbarslots{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 3px solid var(--bg-secondary);
  padding: 0px 0px 20px 0px;
}

.flexGapDI{
  display: flex;
  align-items: center;
  gap: 5px;
}

.topbarslots-right.flexGapDI {
  padding: 8px 8px;
  background: var(--bg-secondary);
  border-radius: 11px;
}

.topbarslots-left{
  font-size: 20px;
  font-weight: 700;
}

.theme--dark .wallet__method span {
  color: #fff;
}

.theme--dark .wallet__txt b {
  color: #fff;
}

.theme--dark .wallet__tab--active {
  background: var(--base-alfa-neutral);
  color: #fff;
}

.theme--dark .popup.popup--about h4, .theme--dark .popup__title, .theme--dark .dice__check-chance, .theme--dark .mines__check-sum--total {
  color: #000;
}

.theme--dark .select {
  background-color: #202638;
}

.theme--dark .text {
  background: var(--bg-secondary);
}

.theme--dark .text__banner-inner {
  background: var(--bg-secondary);
}

.theme--dark .text__borders {
  background: url(../images/borders--dark.svg) repeat;
}

.theme--dark .text__content p {
  color: #8d8d9a;
  font-size: 16px;
}

.theme--dark .chat__send .chat__buttons a {
  background: none;
}

.theme--dark .profile__user, .theme--dark .profile__stat-item, .theme--dark .profile__settings-check label:before {
  background: var(--bg-secondary);
}

.theme--dark .profile:before {
  background: url(../images/borders--dark.svg) repeat;
}

.theme--dark .mobile-menu {
  background: var(--base-neutral);
}

@media only screen and (max-width: 1125px) {
  .theme--dark .chat {
    background: #1b2030 !important;
  }
  .main footer {
    padding-bottom: 86px;
  }
}

.theme--dark .chat:before, .theme--dark .mobile-navbar:before {
  background: url(../images/borders--dark.svg) repeat;
}

.theme--dark .mobile-navbar {
  background-color: var(--base-neutral);
}

.theme--dark .mobile-navbar a {
  background: --base-alfa-neutral;
}

.theme--dark .coinflip__result {
  background-color: var(--bg-secondary);
}


.theme--dark .coinflip__game::before {
  background: url(../images/games/coin/coinflip-pattern--dark.png) no-repeat center center/cover;
  border-radius: 20px;
}


.slot_games_content{
  margin-top: 25px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(6, 1fr);
  justify-content: space-between;
}

.name_slot_game, .play_slot_game, .demo_slot_game{
  z-index: 1;
}


.name_slot_game{
  padding: 40px;
  text-align: center;
  text-edge: cap;
  font-family: Google Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.play_slot_game{
  display: flex;
  justify-self: center;
  align-self: center;
  height: 68px;
  width: 68px;
  background: #0052CE;
  border-radius: 100%;
  transition: .3s;
  justify-content: center;
  align-items: center;
}

.play_slot_game:hover{
  opacity: 0.8;
}

.play_slot_game svg{
  fill:#fff!important;
  width: 26px;
  height: 26px;
}

.demo_slot_game{
  transition: .3s;
  cursor: pointer;
  display: flex;
  justify-self: center;
  width: 104px;
  height: 38px;
  border-radius: 17px 17px 0px 0px;
  background: var(--bg-secondary);
  align-self: flex-end;
  justify-content: center;
  align-items: center;
  font-family: Google Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.demo_slot_game:hover{
  opacity: 0.8;
}


.head_slot_game{
  height: 45px;
  border-radius: 14px 14px 0px 0px;
  background: #18181c;
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: 1fr auto 1fr;
}

.head_name_slot_game{
  font-family: 'Google Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.bonus__items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.buttons_slot_game{
  display: flex;
  padding: 0px 18px;
  gap: 11px;
}

.buttons_slot_game.right{
  justify-content: end;
}

.buttons_slot_game button{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  border-radius: 10px;
  background: #242424;
  transition: .3s;
}

.buttons_slot_game svg{
  width: 14px;
  height: 14px;
}

.buttons_slot_game button:hover{
  opacity: 0.8;

}

button#slot_panel_favorite_btn {
    display: contents;
}

.body_slot_game{
  background: #000;
  border-bottom-left-radius: 18px; 
  border-bottom-right-radius: 18px;
  padding-bottom: 10px;
  padding-top: 55.25%;
  position: relative;
  width: 100%;
}

.body_slot_game iframe{
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.block_slots_inputs{
  display: grid;
  gap: 20px;
  grid-template-columns: auto calc(100% / 3);
}



.slot_games_content{
  transition: .3s;
  position: relative;
}


.slot_games_content.none{
  transition: 0s;
  color: #485c80;
  font-size: 18px;
  grid-template-columns: 1fr;
  text-align: center;
}

@media(max-height: 815px){
  .sidebar__socials{
    display: none;
  }
}

@media(min-width:1920px){
  .slot_games_content{
    grid-template-columns: repeat(6, 1fr);
  }
}

@media(max-width:1650px){
  .slot_games_content{
    grid-template-columns: repeat(6, 1fr);
  }
}

@media(max-width:1450px){
  .slot_games_content{
    grid-template-columns: repeat(6, 1fr);
  }
}

@media(max-width:1380px){
  .block_slots_inputs{
    grid-template-columns: repeat(1, 1fr);
  }
}

@media(max-width:1200px){
  .slot_games_content{
    grid-template-columns: repeat(5, 1fr);
  }
}

@media(max-width:1125px){
  .slot_games_content{
    grid-template-columns: repeat(5, 1fr);
  }
}

@media(max-width:800px){
  .slot_games_content{
    grid-template-columns: repeat(4, 1fr);
  }
}



.slot_game {
  position: relative;
  width: 100%;
  height: 234px;
  background: var(--bg-secondary);
  border-radius: 17px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: transform 0.3s;
  z-index: 0;
}



.info_slot_game {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 2;
}

.info_slot_game_play{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  background: transparent;
  cursor: pointer;
}


.name_slot_game, .play_slot_game, .demo_slot_game {
  cursor: pointer;
  z-index: 2;
}


.block_slots_inputs .bx-input_input {
  padding-left: 20px !important;
}

/*.slot_game {
    position: relative;
}

.slot_game {
    position: relative;
    overflow: hidden;
}*/
.fix-auth-gf2{
  gap: 10px;
  display: flex;
}
.slot_game {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s;
  padding: 10px!important;
  box-sizing: border-box;
}

.slot_game:hover {
  transform: scale(1.1);
}



/*.slot_game:hover {
    transform: scale(1.1);
}*/

.info_slot_game {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 39, 58, 0.9);
  opacity: 0;
/*    transform: scale(1);*/
transition: opacity 0.3s, transform 0.3s;
}

.info_slot_game {

/*    transform: translateY(100%);*/
}

.info_slot_game {
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
/*    transform: translateY(-100%);*/
transition: opacity 0.3s, transform 0.3s;

z-index: 1;
padding: 10px 0px;
}

.slot_game:hover .info_slot_game {
  opacity: 1;
  transform: scale(1);
}

.slot_game:hover .info_slot_game {
  opacity: 1;
/*    transform: translateY(0%);*/
}

.icon_button_slot{
  width: 20px!important;
  height: 20px!important;
  fill: fffff;
}

@media(max-width:550px){

  .slot_games_content{
    gap: 7px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.demo_slot_button{
  width: 94px!important;
  font-family: Google Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 11px;
  background: #28314D!important;
  color: #fff;
  cursor: default;
}

@media(max-width:400px){
  .icon_button_slot{
    width: 17px!important;
    height: 17px!important;
  }

  .slot_game{
    height: 147px;
  }

  .play_slot_game{
    width: 54px;
    height: 54px;
  }

  .play_slot_game svg{
    width: 16px;
    height: 16px;
  }


  .name_slot_game{
    padding: 16px;
    font-size: 10px;
  }


  .demo_slot_game{
    width: 83px;
    height: 26px;
    font-size: 12px;
  }

  .head_name_slot_game{
    font-size: 14px;
  }

  .buttons_slot_game button{
    width: 32px;
    height: 32px;

  }

  .buttons_slot_game svg{
    width: 12px;
    height: 12px;
  }

  

  .demo_slot_button{
    width: 55px!important;
    font-size: 11px;

    background: #28314D!important;
    color: #fff;
    cursor: default;
  }

  .slot_game, .info_slot_game{
    border-radius: 11px;
  }
}





.name_slot_game{
  padding-left: 0px;
  padding-right: 0px;
}


.slot_game_wrapper {
  overflow: hidden;
}



.big_slot .slot_game_panel{
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.big_slot .slot_game_panel .body_slot_game{
  height: calc(100% - 45px);
  border-radius: 0px;
}

.big_slot .header, .big_slot .mobile-menu{
  z-index: 0;
  transition: 0s;
}

.big_slot .mobile-menu{
  z-index: 0;
  transition: 0s;
}

.big_slot #app > .main > .header {
  z-index: 0;
  transition: 0s;
}

.big_slot .head_slot_game, .big_slot iframe{
  border-radius: 0px;
}

.item_select_provider{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.icon_slot_close{
  width: 12px;
  height: 12px;
  opacity: 0;
}

.item_select_provider.active .icon_slot_close{
  opacity: 1;
}


.name_slot_game{
  justify-self: center;
  max-width: calc(100% - 20px);
}

.btngreen {
  height: 48px;
  border-radius: 12px;
  padding: 0px 18px;
  background: var(--global-lime);
  color: #fff;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  box-shadow: 0 6px 18px #0ea1514d;
}
.btngreenpay{
  height: 48px;
  border-radius: 12px;
  padding: 0px 18px;
  background: var(--global-lime);
  color: black;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  box-shadow: 0 6px 18px #0ea1514d;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.btnblu {
  height: 48px;
  border-radius: 12px;
  padding: 0px 18px;
  background: linear-gradient(109.64deg, #3974e6 5.39%, #2155fb 63.15%);
  color: #fff;
  font-weight: 600;
  overflow: hidden;
  position: relative;
}

.new_terms {
  color: #ffff;
  display: inline;
  background-color: #0057FF;
  border-radius: 5px;
  padding: 0px 5px 0px 5px;
  margin-left: 5px;

}

.stoka_new {
  display: inline;
}

.stoka_new2 {
  display: inline;
  margin-top: 10px;
}


.game-bar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px;
}


       /* home_live_wins */
       .home_live_wins {
        margin-top: 24px;
    }
    
    .home_live_wins .title {
        background: var(--bg-secondary);
        font-size: 12px;
        font-weight: 600;
        display: inline-block;
        padding: 8px 22px 1px 10px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }
    
    .home_live_wins .title .img_wrap {
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        position: relative;
        bottom: 1px;
        margin-right: 6px;
        padding: 0;
    }
    
    .home_live_wins .title .img_wrap img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
    
    .home_live_wins .list_wrap {
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        border-top-right-radius: 12px;
        overflow: hidden;
        position: relative;
    }
    
    .home_live_wins .list {
        background: var(--bg-secondary);

        padding: 8px 0 10px 10px;
        overflow: hidden;
        min-height: 80px;
        height: 250px;

    }
    
    .home_live_wins .list_wrap .veil {
        z-index: 1;
        pointer-events: none;
        content: '';
        width: 80px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
    }


    
    .home_live_wins .item {
        padding-right: 34px;
    }
    
    .home_live_wins .item.new {
        animation: fade_in 0.5s ease-in-out forwards;
    }
    
    @keyframes fade_in {
        from {
            opacity: 0;
            transform: translateY(4px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .home_live_wins .item.filler {
        pointer-events: none;
    }
    
    .home_live_wins .item.filler p,
    .home_live_wins .item.filler a {
        color: transparent;
        overflow: hidden;
        position: relative;
        background: var(--bg-secondary);
        border-radius: 12px;
    }
    
    .home_live_wins .item.filler p.sum {
        margin-bottom: 2px;
    }
    
    .home_live_wins .item.filler a img {
        opacity: 0;
        background: var(--bg-secondary);
    }
    
    .home_live_wins .item.filler p::after,
    .home_live_wins .item.filler a::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, transparent, #1b2030, transparent); /* Р“СЂР°РґРёРµРЅС‚РЅС‹Р№ С„РѕРЅ */
        animation: slideRight 2s linear infinite; /* РђРЅРёРјР°С†РёСЏ */
    }
    
    @keyframes slideRight {
        0% {
          transform: translateX(-100%);
        }
        100% {
          transform: translateX(100%);
        }
      }
    
    .home_live_wins .item a {
        max-width: 57px;
        min-width: 57px;
        aspect-ratio: 0.8;
        border-radius: 12px;
        overflow: hidden;
    }
    
    .home_live_wins .item img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
    }
    
    .home_live_wins .texts {
        font-weight: 600;
        padding-left: 13px;
        width: 100%;
        line-height: 1.05;
        padding-top: 9px;
        white-space: nowrap;
    }
    .home_live_wins .sum {
    
    }
    
    .home_live_wins .game_title {
        max-width: 120px;
        text-overflow: ellipsis;
        overflow: hidden;
        cursor: pointer;
    }
    
    .home_live_wins .mail {
        font-size: 10px;
        margin-top: 3px;
    }
    
    /* /home_live_wins */
    
    .flex-start-between {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
  }

  .flex-start {
    display: grid;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

@media (max-width: 768px) {
  .home_live_wins .item {
      padding-right: 20px;
  }
}

.exit_btn {
  background: linear-gradient(109.64deg, #ff1320 5.39%, #ff3d3d 63.15%);
  border-radius: 10px;
  padding: 5px 15px 5px 15px;
  margin-bottom: 10px;
  font-size: 16px
}


.dj2{
  background: #0D6178;
  width: 100%;
  height: 350px;
  background: linear-gradient(180deg, #24d6ff 8.57%, #006adc 91.76%);
  border-radius: 20px;
  padding: 25px;
  padding-bottom: 20px;
  /* border-bottom: 10px solid #430f24; */
  flex-direction: column;
  display: flex;
  justify-content: space-around;
}
.main-main-gx4{
  grid-template-columns: 19% 80%;
  display: grid;
  grid-template-columns: 19% 80%;
  gap: 1%;

}
.pos-home-left-bar {
  position: sticky;
  bottom: 10px;
  flex-direction: column;
  display: flex;
  width: 100%;
}

.fleft{
  float: left;
  order: 1;
}

.frigft{
  float: right;
}

.dj3{
  background: #0D6178;
  width: 100%;
  height: 350px;
  background: linear-gradient(180deg, #ff8200 8.57%, #ffc200 91.76%);
  border-radius: 20px;
  padding: 25px;
  padding-bottom: 20px;

  flex-direction: column;
  display: flex;
  justify-content: space-around;
}

.kf-4 h2{
  font-size: 26px;
}

.fj-5{
  font-size: 20px;
}

.btn-3{
  font-size: 20px;
  display: flex; 
  align-items: center;
  justify-content: space-between;
}

.btn-4{
  font-size: 20px;
  display: flex; 
  align-items: center;
  justify-content: space-between;
}

.fullvers{
  padding: 5px 15px;
  cursor: pointer;
  background: var(--bg-secondary);
  border-radius: 100px;
  font-weight: 500;
  color: white;
  user-select: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.fullvers:hover{
  background: #22253e;
}
 
.btn-3 span{
  background: white;
  border-radius: 10px;
  transform: skew(-12deg);
  padding: 7px 20px;
  color: #430f24;
  box-shadow: 0 2px 25px 0 hsla(0, 0%, 100%, .4);
  font-weight: 300;

}

.btn-3 button{
  border-radius: 10px;
  padding: 7px 20px;
  font-size: 20px;
  font-weight: 300;
  border: 2px solid #ffffff;
  color: #ffffff;
  transition: 500ms;
}

.cont-bonus{
  display: grid;
  align-items: center;
  justify-content: space-between;

  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
  grid-gap: 22px;
}

.btn-4 span{
  background: white;
  border-radius: 10px;
  transform: skew(-12deg);
  padding: 7px 10px;
  color: #430f24;
  box-shadow: 0 2px 25px 0 hsla(0, 0%, 100%, .4);
  font-weight: 300;

}

.btn-4 button{

  border-radius: 10px;
  padding: 7px 20px;
  font-size: 20px;
  font-weight: 300;
  border: 2px solid gainsboro;
  color: gainsboro;
  transition: 500ms;

}

.btn-4 button:hover{
  background-color: #ad542a;
}

.btn-3 button:hover{
  background-color: #9c1b3c;
}


.wheel-prom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 300px;
}

.promdiv{
  background: linear-gradient(140.26deg, #1240a6 8.57%, #0060ff 91.76%);
  border-radius: 20px;
  width: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px;
  color: #FFF;
}

.promdiv h2{
  color: #000;
  font-size: 26px;
}

.wheeldiv{
  background-image: url(/banner-wheel.png);
  border-radius: 20px;
  width: 49%;
  height: 100%;
  display: flex;
  align-items: enter;
  justify-content: space-around;
  align-items: flex-end;
}

.blur-wheel{
  position: absolute;
  z-index: 3;
  bottom: 0;
  top: 660px;
  width: 73%;
  height: 80px;
  background: linear-gradient(180deg, rgba(54, 62, 167, 0), rgba(52, 60, 164, .09) 18.75%, rgba(50, 57, 162, .29) 36.46%, #2a3199d6);
  border-radius: 20px;
  
}

@media only screen and (max-width: 1300px) {
  .cont-bonus{
    grid-template-columns: repeat(3, 1fr);
    /* margin-bottom: 350px; */
  }



}

@media only screen and (max-width: 900px) {
  .cont-bonus{
    grid-template-columns: repeat(2, 1fr);
  }
  /* .bonus__items {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    align-content: space-around;
    justify-items: center;
    justify-content: center;
} */


}

@media only screen and (max-width: 900px) {
  .cont-bonus{
    grid-template-columns: repeat(2, 1fr);
  }
  .dj2{
    width: 100%;
  }
  .dj3{
    width: 100%;
  }

}


@media only screen and (max-width: 700px) {

  .dj2{
    /* width: 230px; */
  }


}

@media only screen and (max-width: 550px) {
  .bonus__hits-items{
    top: 75px;
  }
  .dj2{
    width: 100%;
    height: 280px;

  }
  .dj3 {
    width: 100%;
    height: 280px;

  }
  .kf-4 h2 {
    font-size: 20px;
  }
  .fj-5 {
    font-size: 15px;
  }
  .btn-3 span{
    padding: 7px 10px;
    font-size: 15px;
  }
  .cont-bonus {
    grid-template-columns: repeat(2, 1fr);
    /* margin-bottom: 190px; */
  }

  /* .cont-bonus {
    display: grid; 
    align-items: end;
    justify-content: end;
    height: 240px;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    grid-gap: 22px;
    justify-items: end;
    align-content: space-evenly;
    margin-top: 0px;
  } */
  .btn-3 button{
    font-size: 15px;
    padding: 7px 15px;
  }
  .btn-4 button{
    font-size: 15px;
    padding: 7px 15px;
  }
  .btn-4 span{
    font-size: 15px;
  }


}

@media only screen and (max-width: 450px) {

  .dj2{
    width: 100%;
    height: 230px;
    padding: 15px;

  }

  .games__item {
    height: 170px;
    border-radius: 10px;
  }

  .gx-game-item-tl > span {
    font-size: 12px;
    height: 44px;
  }
  .gx-game-item {
	  overflow: hidden;
	  position: relative;
	  display: flex;
	  flex-direction: column;
	  min-width: 115px;
	  min-height: 130px;
	  background: none;
	  border-radius: 12px;
	  /* padding: 16px; */
	  padding-bottom: 0;
	  align-items: end;
	  justify-content: space-between;
  }
  .payVersDS{
    display: none;
  }

  .pay-1x {
    padding: 10px 10px;
  }

  .v9391fix{
    margin-right: 10px;
  }
  .header__user-profile {
    /* padding-right: 46px; */
  }
  .dj3 {
    width: 100%;
    height: 230px;
    padding: 15px;
    /* border-bottom: 5px solid #43340f; */
  }

  .kf-4 h2 {
    font-size: 17px;
  }

  .fj-5 {
    font-size: 12px;
  }

  .btn-3 span{
    padding: 5px 7px;
    font-size: 12px;
    border-radius: 5px;
  }

  .cont-bonus {
    display: grid;
    margin-bottom: 0px;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    grid-gap: 10px;
    width: 100%;
    align-content: space-evenly;
    height: 100%;
  }

  .btn-3 button{
    font-size: 12px;
    padding: 5px 7px;
    border-radius: 5px;
  }

  .btn-4 button{
    font-size: 12px;
    padding: 5px 7px;
    border-radius: 5px;
  }
  .btn-4 span{
    font-size: 12px;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 400px){
  .cont-bonus{
    /* width: 90%; */
    /* padding: 0px 20px; */
  }
  .dj2{
    width: 100%;
  }
  .dj3{
    width: 100%;
  }
  .bonus__items{
    /* top: 100px;     */
  }
  .theme--dark .bonus__item1{
    /* width: 80%; */
  }
  .bonus__wheel-borders{
    width: 210px;
  }

}
@media only screen and (max-width: 380px) {
  .games__item {
    height: 150px;
    
  }
  .gx-game-item-bk .center {
    width: 128px;
    height: 90px;
    border-radius: 10px;
  }
  .gx-game-item-tl > span{
    font-size: 11px;
  }
}

.btn432 {
  height: 48px;
  border-radius: 12px;
  padding: 0px 18px;
  background: linear-gradient(109.64deg, #3963e6 5.39%, #4b00ff 63.15%);
  color: #fff;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  width: 100%;
}




.btnMainV1 {
  height: 40px;
  width: 40px;
  border-radius: 27%;
  /* padding: 0px 18px; */
  background: var(--global-brand);
  color: #fff;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  box-shadow: 0 6px 18px var(--global-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: diagonal-glow 5s infinite ease-in-out;
}
 
.btnGreenV2{
  height: 48px;
  border-radius: 12px;
  padding: 0px 18px;
  background:none;
  border: 2px solid #73fb21;
  color: #fff;
  font-weight: 600;
  overflow: hidden;
  position: relative;
}


.avatarMiniMenu{
  display: flex;
  align-items: center;
  justify-content: center;


}

.GodMiniMenu{
  display: flex;
  flex-direction: column;
  padding: 20px;
  font-size: 15px
}

.OwnInfoUser{
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 15px;
}

.aboutBlock{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
svg.fds23d {
    width: 25px;
    fill: white;
}
 
.aboutBlock a{
  background: var(--bg-secondary);
  border-radius: 10px;
  color: #979797;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  
}

.notificationsDiv{
  display: flex;
  align-items: center;
  justify-content:space-between;
  
}

.notNumber{
    padding: 3px 7px 2px;
    background: #2b2b2b;
    font-size: 10px;
    border-radius: 4px;
}
.exitakk{
  margin-top: 5px;
    display: flex;
    /* flex-direction: column; */
    gap: 5px;
    align-items: center;
    background: #38191980;
    border-radius: 10px;
    padding: 10px 16px;
}
.exitakk a{
  background: none;
  border-radius: 10px;
  color: var(--global-brand);

}



.profileMain{
  display: flex; align-self: center; justify-content: center;
  gap: 10px;
}

.profileMenu{
  font-size: 15px;
  transition: 500ms;
  padding: 10px 24px;
  border-radius: 20px;
  /* font-weight: 500; */
}

.profileMenu:hover{
  background: #1e1c2c;
  /* opacity: 50%; */
  color: #79ff7c;
}

.profileMainAct{
  font-size: 15px;
  transition: 500ms;
  padding: 10px 24px;
  border-radius: 20px;
  background: #1e1c2c;
  /* opacity: 50%; */
  color: #79ff7c;
}

.optomazeFix{
  display: flex;
  align-items: center;
  gap: 10px;

  
}

.textweb{
  padding-top: 30px;
  padding-bottom: 10px;
}

.textweb span{
  font-size: 25px;
  font-weight: 500;
}

.prof-bild{
  display: grid;
  grid-template-columns: 67% 32%;
  gap: 1%;
}

.bonus-profile{
  display: grid;
  grid-template-columns: 33% 33% 33%;
  gap: 1%;
  border-radius: 20px;
  height: 100%;
}

.profv1{
  background: var(--bg-secondary);
  height: 200px;
  width: 100%;
  border-radius: 25px;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
}
.user-id {
  /* padding: 8px 20px; */
  /* border-radius: 10px; */
  /* background: #212428; */
  font-size: 16px;
  font-weight: 500;
}

.bildv1{
  background: var(--bg-secondary);
  height: 200px;
  width: 100%;
  border-radius: 25px;
  display: flex;
  padding: 7%;
  justify-content: space-between;
  flex-direction: column;
  font-size: 15px;
   
}

.left_bonus_profile{
  background: #31bc69;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  border-bottom: 51px solid var(--bg-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;

}

.right_bonus_profile{
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgb(74 0 30) 100%);
  height: 100%;
  width: 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  padding: 10%;
  flex-direction: column;
  font-weight: 400;
  animation: gredient 5s infinite linear;
  background-size: 400%;

}

@keyframes gredient {
  0%{
    background-position: 0% ;
  }
  /* 50%{
    background-position: ;
  } */
  100%{
    background-position: 100%;
  }
  
}

.midle_bonus_profile{
display: flex;
    /* grid-template-columns: 49% 49%; */
  gap: 6%;
  flex-direction: column;
}
.promo-profile{
  background: var(--bg-secondary);
  height: 75%;
  width: 100%;
  border-radius: 20px;
  padding: 30px 20px ;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}

.promo-profile span{
  font-size: 20px;
  font-weight: 500;
}

.help-profile{
  background: #181a30;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center
}

.help-profile span{
  font-size: 40px;
  font-weight: 600;
}

.inputpromo input{
  padding: 10px 15px 10px 15px;
  width: 100%;
  background: none;
  border-radius: 20px;
  color: #ffffff;
  font-size: 15px;
  border: 3px solid #2d3649;

  
}

.inputpromo input:hover{
  background: #181a34;
}
.inputpromo{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.inputpromo a{
  padding: 10px;
  border-radius:20px ;
  background: var(--global-brand);
}
.footprov{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.footprov span{
  font-size: 15px;
  font-weight: 600;
}
.footimg-bal{
  background: var(--bg-secondary);
  padding: 7px 15px;
  border-radius: 15px;
  transition: 500ms;
}

.footprovimg img{
  height: 100%;
  filter: brightness(400%); 
  filter: saturate(0%);
  transition: 500ms;
}

.footimg-bal:hover{
  background: --base-alfa-neutral;
  transform: translateY(-5px);
}

.footprovimg img:hover{
  
  filter: brightness(100%);
  filter: saturate(100%);
}


.footprovimg {
    display: grid;
    grid-template-columns: 16% 16% 16% 16% 16% 16%;
    gap: 1%;
    
}
.footprovimgopl{
   display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 1%;
    align-items: center;
    padding-bottom: 20px;
}

.footopl img{
  width: 100%;
}


.footopl{
  background: var(--bg-secondary);
  padding: 8px 8px;
  border-radius: 15px;
}

.statustext{
    display: flex;
    justify-content: space-between;
    gap: 1%;
    align-items: center;
    font-size: 15PX;
    font-weight: 400;
    align-items: center;

}

.owninformation{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  flex-direction: column;
}

.owninformation .main{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.btnclassick{
  background: var(--global-brand);
  padding: 10px 24px;
  border-radius: 15px;
}

.btnclassick span{
  font-size: 15px;
  font-weight: 600;
}


.socialblock{
  display: flex;
  align-items:center;
  justify-content: center;
  gap: 5px;
}

@media only screen and (max-width: 630px){

  .gx-w-box.gx-col-x.banner_2 {
    display: none;
  }
}



























svg.icon-base_root-F1flk.button_arrow-Q7NP0 {
    fill: white;
}










@media only screen and (max-width: 550px){
  .footprovimg {

    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
    
  }

  .fullvers{
    font-size: 15px;
  }
  .slide-main{
    border-radius: 10px;
  }
  .left_bonus_profile{
    display: none;
  }

  .footprovimgopl{
  
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 8px;
  }
  .statustext{
    font-size: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;

  }
  .btnclassick {
    padding: 7px 10px;
  }
  .btnclassick span {
    font-size: 10px;
  }
  .footopl {

    padding: 5px 5px;
    border-radius: 9px;
  }
}


.auth .vm--modal { /* тут началась авторизация */
  width: 680px!important;
}

.vm--modal {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 20px 60px -2px rgba(27, 33, 58, 0.4);
}

.title-modal{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper-root-lending span{
  color: black;
  font-size: 25px;
  font-weight: 500;;
}
.total-left-info {
  color: #727272;
}
.modal-bonus-dep {
  background: white;
  border-radius: 10px;
  width: 400px;
  padding: 10px;
}

.vm--modal {
  background: transparent!important;
  border-radius: 6px!important;
  bottom: inherit!important;
  box-shadow: inherit!important;
  left: inherit!important;
  overflow: hidden;
  right: inherit!important;
  top: inherit!important;
  width: -moz-fit-content!important;
  width: fit-content!important;
}

.auth__content {
    --tw-bg-opacity: 1;
    background: var(--primary-color);
    display: grid;
    border-radius: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.auth__close {
  --tw-text-opacity: 1;
  align-items: center;
  color: rgb(151 137 195/var(--tw-text-opacity));
  cursor: pointer;
  display: flex;
  height: 32px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(0,0,.2,1);
  width: 48px;
}

.auth__image {
  background-position: 50%;
  background-size: cover;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  display: flex;
  justify-content: center;
  min-height: 480px;
  width: 290px;
}
.fixx100-fol {
  background: #ffffff21;
  padding: 8px 0px 5px 11px;
  border-radius: 8px;
  margin-right: 5px;
}

.btn-yellow{
  border-radius: 12px;
  padding: 10px 18px;
  background: linear-gradient(109.64deg, #ff7916 5.39%, #ff9900 63.15%);
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  position: relative;

}

.auth__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 28px;
  width: 350px;
}

.auth__top {
  display: flex;
  flex-direction: column;
}

.auth__title {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 2.25rem;
    padding-bottom: .75rem;
    position: relative;
}

/* .auth__title:before {
  --tw-bg-opacity: 1;
  --tw-content: "";
  background-color: rgb(29 34 47/var(--tw-bg-opacity));
  border-radius: 9999px;
  bottom: 0;
  content: var(--tw-content);
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
} */


.auth__socials {
  align-items: center;
  display: flex;
    justify-content: center;
    gap: 15px;
    padding: 20px 0px;
}

.auth__socials button {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  align-items: center;
  background-color: rgb(29 32 41/var(--tw-bg-opacity));
  border-radius: 15px;
  color: rgb(255 255 255/var(--tw-text-opacity));
  display: flex;
  font-size: 1.5rem;
  height: 48px;
  justify-content: center;
  line-height: 2rem;
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(0,0,.2,1);
  width: 48px;
  
}

.\!opacity-40 {
  opacity: .4!important;
}

.title-logo-slot {
  /* height: 30px; */
  /* width: 30px; */
  padding: 8px 13px;
  background: var(--global-brand);
  border-radius: 10px;
  margin-right: 10px;
}

.pointer-events-none {
  pointer-events: none;
}

.regprof{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1%
}

.bolaf{
  background: #262626;
}

.regprof1{
  display: grid;
  grid-template-columns: 83% 15%;
  gap: 1%
  
}

.refferal__statsfix{
  padding: 20px;
  align-items: center;
  justify-content: space-between;
  display: flex;
}

.inputref{
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px;
  background: #141a2e;

}

.auth__or {
  --tw-text-opacity: 1;
  align-items: center;
  color: rgb(255 255 255/var(--tw-text-opacity));
  display: flex;
  font-size: 10px;
  font-weight: 500;
  justify-content: center;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}

.auth__or:after, .auth__or:before {
  --tw-translate-y: -50%;
  --tw-gradient-from: #272547;
  --tw-gradient-to: rgba(119,103,170,0);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
  --tw-gradient-to: transparent;
  --tw-content: "";
  content: var(--tw-content);
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  width: 40%;
}

.auth__or:before {
  background-image: linear-gradient(to left,var(--tw-gradient-stops));
  left: 0;
}

.auth__or:after {
  background-image: linear-gradient(to right,var(--tw-gradient-stops));
  right: 0;
}

.modal__form {
  display: flex;
  flex-direction: column;
  position: relative;
}

.modal__input {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
  position: relative;
  margin-bottom: 10px;
}

.modal__input input {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: var(--bg-secondary);
  border-color: transparent;
  border-radius: 10px;
  border-width: 2px;
  color: rgb(0 0 0/var(--tw-text-opacity));
  font-size: 1rem;
  height: 40px;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  transition-duration: .2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(0,0,.2,1);
  width: 100%;
  /* border: 2px solid #2d3448; */
  color: white;
}

/* Вход / регистрация: поля с иконкой слева, светлый «пилюльный» фон */
.modal__input--pill {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #f5f6f712;
  border-radius: 14px;
  min-height: 48px;
  margin-bottom: 10px;
  overflow: hidden;
}

.modal__input-pill__icon {
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #707579;
}

.modal__input-pill__icon svg {
  display: block;
}

.modal__input-pill__sep {
  align-self: center;
  width: 1px;
  height: 24px;
  background: rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.modal__input--pill .modal__input-pill__field {
  flex: 1 1 auto;
  min-width: 0;
  border: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  height: auto !important;
  min-height: 48px;
  padding: 12px 14px !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  color: #1d1d1d !important;
  box-shadow: none !important;
  width: 100%;
}

.modal__input--pill .modal__input-pill__field::placeholder {
  color: #707579;
  opacity: 1;
}

.modal__input--pill.modal__input--with-eye .modal__input-pill__field {
  padding-right: 8px !important;
}

.modal__input--pill .auth-password-toggle {
  position: static !important;
  transform: none !important;
  align-self: center;
  margin-right: 10px;
  flex-shrink: 0;
  color: #707579 !important;
}

.modal__input--pill .auth-password-toggle:hover {
  color: #333 !important;
}

.modal__form-btn {
  align-items: center;
  display: flex;
  justify-content: center;
}

.modal__form-btn button {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: var(--global-brand);
  border-radius: 10px;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 15px;
  height: 45px;
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(0,0,.2,1);
  width: 100%;
  margin: 0px 0px 15px;
}

.modal__form-txt {
  margin-top: 15px;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  color:#4b4e67;
}

.modal__form-txt a {
  --tw-text-opacity: 1;
  color: rgb(48 119 247/var(--tw-text-opacity));
}

.auth__bottom ul {
  align-items: center;
  display: flex;
  justify-content: center;
}

.hidden {
  display: none;
}

.bntclassicl{
  background: linear-gradient(109.64deg, #3963e6 5.39%, #4b00ff 63.15%);
  height: 48px;
  border-radius: 12px;
  padding: 0px 18px;
  color: #fff;
  font-weight: 600;
  overflow: hidden;
  position: relative;
}

.auth__tabs {
  display: grid;
  gap: .5rem;
  grid-template-columns: repeat(2,minmax(0,1fr));

  padding: 5px;
  border-radius: 10px;
}

.auth__tabs button.active {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(66 90 219/var(--tw-bg-opacity));
  color: rgb(255 255 255/var(--tw-text-opacity));
}


.auth__tabs button, .auth__tabs button:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.auth__tabs button {
  --tw-border-opacity: 1;
  align-items: center;
  border-color: rgb(207 0 0/var(--tw-border-opacity));
  border-radius: 20px;
  border-width: 1px;
  display: flex;
  font-size: 13px;
  height: 36px;
  justify-content: center;
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(0,0,.2,1);
  background: #ffffff14;
}

.flex-col {
  flex-direction: column;
}

.flex {
  display: flex;
}

.confirm {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(39,45,57,.85)!important;
  padding: 25px;
  text-align: center;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.confirm .vue-dialog-content {
  padding: 64px 12px 12px;
}

.vue-dialog-content {
  flex: 1 0 auto;
  width: 100%;
  padding: 14px;
}

.confirm .vue-dialog-content-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  padding-bottom: 0;
}

.headSlots{
  display: none;
}

.confirm .vue-dialog-content-title:before {
  --tw-translate-x: -50%;
  --tw-content: "";
  background: url(../alert.svg) no-repeat 50%/contain;
  content: var(--tw-content);
  height: 64px;
  left: 40%;
  position: absolute;
  top: 18px;
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  width: 64px;
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.p-\[16px_20px\] {
  padding: 16px 20px;
}

.bg-\[\#313648\] {
  --tw-bg-opacity: 1;
  background-color: rgb(49 54 72/var(--tw-bg-opacity));
}

.rounded-\[8px\] {
  border-radius: 8px;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.items-center {
  align-items: center;
}

.space-x-2>:not([hidden])~:not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)));
  margin-right: calc(.5rem*var(--tw-space-x-reverse));
}

.\[\&_b\]\:font-\[500\] b {
  font-weight: 500;
}

.text-\[\#FDCD2D\] {
  --tw-text-opacity: 1;
  color: rgb(253 205 45/var(--tw-text-opacity));
}

.text-\[15px\] {
  font-size: 15px;
}

.confirm .vue-dialog-buttons {
  border-width: 0;
  padding-top: .5rem;
}

.confirm .vue-dialog-buttons {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.turne-top-info-duble {
  display: grid;
  grid-template-columns: 50% 50%;
}

.countdown {
  display: flex;
  justify-content: center;
  font-family: 'Arial', sans-serif;
}

 
.countdown-item {
  margin: 0 4px;
  text-align: center;
  display: flex;
}
 
.countdown-item span {
  display: block;
  font-size: 1em;
}
 
.label432 {
  font-size: 0.8em;
  color: #999;
}

.vue-dialog-buttons {
  display: flex;
  flex: 0 1 auto;
  width: 100%;
  border-top: 1px solid #eee;
}

.confirm .vue-dialog-buttons button {
  background-color: transparent;
  border: 1px solid hsla(0,0%,100%,.08)!important;
  border-radius: 8px;
  flex: none!important;
  font-size: .875rem;
  height: 44px;
  line-height: 1.25rem;
  padding: 0 15px;
  position: relative;
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(0,0,.2,1);
  width: 128px;
}
.tgborder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 170px;
  border-radius: 25px;
  background: linear-gradient(109.64deg, #3963e6 5.39%, #4b00ff 63.15%);
  padding: 34px;
  font-size: 20px;
  margin: 25px 0px;
  
}

.btn--folove{
  border-radius: 12px;
  padding: 9px 18px;
  background: var(--global-brand);
}

@media (max-width: 1000px){
  .tgborder{
    display: none;
  }
}
.pay-title{
  width: 100%;
  background-color: #004ad2;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  padding: 15px;
  
}

.main-pay{
  display: grid;
  grid-template-columns: repeat(2, 1fr);

}

.menu-pay{
  display: flex;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
  

}

.all-metods{
  display: grid;
  grid-template-columns: repeat(4, 1fr);

}

.fix-img-paymetns{
  width: 100px;
  height: 100px;
}

.metods-pay{
  width: 100%;
  background-color: #004ad2;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
}
.support-tg {
    background: var(--bg-secondary);
    padding: 15px;
    border-radius: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;

}
.support-row_root-ozugs{
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  display: grid;
}

.support-row_emailWrapper-ozugs {
    grid-template-columns: 1fr 1fr;
    display: grid
;
    gap: 16px;
}

.fix-a-link-block{
  width: 100%;
  height: 100%;
}
.support-row_emailBlock-ozugs {
    background: var(--bg-secondary);
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    padding: 20px;
    border-radius: 15px;
}


span.support-tg-text-span {
    font-size: 15px;
    font-weight: 600;
}

p.support-tg-text-p {
    color: #959595;
}
.support-tg-text {
    gap: 5px;
    display: flex;
    flex-direction: column;
}

.support-tg-btn {
    padding: 10px 20px;
    background: var(--global-brand);
    border-radius: 10px;
}
.support-row_emailBlock-ozugs span{
 color: #959595;
}

.fix-input-promo{
  padding-top: 10px;
}
.main-footer{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.nav-row_navigation-p8RJb {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.nav-row-info {
    display: flex
;
    gap: 40px;
}

.list-info-footer a {
    color: #959595;
}

.compact_root-1ENDy {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-footer {
    display: flex
;
    flex-direction: column;
    gap: 10px;
}

.vue-dialog-button {
  font-size: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  box-sizing: border-box;
  line-height: 40px;
  height: 40px;
  color: inherit;
  font: inherit;
  outline: none;
}

.confirm .vue-dialog-buttons>:not([hidden])~:not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)));
  margin-right: calc(.5rem*var(--tw-space-x-reverse));
}

.\!text-black {
  --tw-text-opacity: 1!important;
  color: rgb(0 0 0/var(--tw-text-opacity))!important;
}

.\!border-\[\#FDCD2D\] {
  --tw-border-opacity: 1!important;
  border-color: rgb(253 205 45/var(--tw-border-opacity))!important;
}

.\!bg-\[\#FDCD2D\] {
  --tw-bg-opacity: 1!important;
  background-color: rgb(253 205 45/var(--tw-bg-opacity))!important;
}

@media (max-width: 850px){
  .bonus__wheel-borders {
    width: 330px;
    height: 558px;
    transform: scale(1.5);
}
}

@media (max-width: 744px) {
  .auth__image {
    display: none;
  }
  .auth__inner {
    width: 400px;
    height: 450px;

    border-radius: 20px;
  }
  .bonus__hits-content {
    /* width: 590px; */
  }
  .bonus-profile {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3%;
    border-radius: 20px;
    height: 400px;
    
  }
  .dicetopbar{
    display: grid;
    align-items: center;
    grid-template-columns: 49% 49%;
    grid-gap: 2%;

  }
  .profileMain {
    display: none;
  }
  .right_bonus_profile{
    display: none;
  }
  .prof-bild {
    grid-template-columns: 100%;
    gap: 3%;
  }
  .promis-bot{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 550px){
  .bonus__wheel {
    width: 480px;
  }

  .bonus__wheel-borders {
    width: 300px;
    height: 525px;
    /* transform: scale(1.5); */
  }
  /* .bonus__hits-content {
    width: 480px;
  } */
  .aboutblocktur{
    font-size: 17px;
  }
  .bonus-profile{
    grid-template-columns: repeat(1, 1fr);
    height: 400px;
  }
  .promis-bot{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .gx-game-item {
    overflow: hidden;
    position: relative;
    display: flex
;
    flex-direction: column;
    min-width: 115px;
    min-height: 130px;
    background: none;
    border-radius: 12px;
    /* padding: 16px; */
    padding-bottom: 0;
    align-items: end;
    justify-content: space-between;
  }
  .title-bonus-wheel {
    width: 100%;
  }
}


@media (max-width: 450px){
  .bonus__wheel {
    width: 410px;
  }
  .history table thead tr td {
    padding: 0px;
  }
  .history table tbody tr td {
    padding: 13px 13px;
  }
  .history__user-avatar{
    display: none;
  }
  .history__user span {
    max-width: 50px;
  }
  /* .bonus__hits-content {
    width: 385px;
  } */

  .theme--dark .bonus__item1 {
    padding: 20px 20px 0px 20px;
    /* min-width: 380px;
    width: min-content; */
    /* top: 125px; */
    position: relative;
  }
}

@media (max-width: 400px) {
  /* .bonus__hits-content {
    width: 436px;
  } */
  /* .bonus__hits .help {
    margin-left: 23px;
  } */
  .bonus__hits{
    /* top: 125px; */
    position: relative;
    height: 100%;
    /* padding-bottom: 110px; */
  }

  .aboutblocktur{
    font-size: 12px;
  }
  .titleblocktur {
    font-size: 20px;
    font-weight: 600;
  }
  .prof-content{
    display: grid ;
    gap: 10px;
  }
  .bonus__wheel-borders{
    width: 210px;
    height: 517px;
  }
}

@media (min-height: 800px){
  .mobile-navbar {
    /* top: 20%; */
  }
}

span.total-right-info.dotted {
    padding: 2px 5px;
}
.click-fix-pop{
  cursor: pointer;
}

.pay-1x{
  padding: 10px 22px;
  background: linear-gradient(90deg, rgba(255,177,0,1) 0%, rgba(255,0,239,1) 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  font-weight: 500;
}

@media only screen and (max-width: 450px) {
  .pay-1x{
    padding: 10px 10px;
    margin-right: 5px;
  }
  .btnMainV1{
    padding: 8px;
    height: 40px;
    width: 40px;
    left: -10px;
  }
  .hide-text-back{
    display: none;
  }
} 

.mini-menu{
  padding: 8px 8px;
  border-radius: 12px;
  background: var(--bg-secondary);
  margin-left: 8px;
  display: flex;
  align-items: center;
  /* margin-right: 8px; */
}

.swiper {
  height: 300px;
  border-radius: 20px;
  width: 100%;
}
.help_tg{
    border-radius: 10px;
    background-color: #0052ce;
    padding: 7px 10px;
    align-content: center;
    justify-content: center;
    display: flex;
    font-size: 19px;
    /* color: #0b28ff; */
    font-weight: 500;
    
}
/* Главный баннер + мини-баннеры: сетка с minmax(0), высота баннера от ширины — при узкой колонке (открытый сайдбар) всё сжимается пропорционально */
.banner-miniblock {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.42fr);
  align-items: stretch;
  gap: clamp(15px, 1.8vw, 20px);
  min-width: 0;
  width: 100%;
  padding: 24px 0px;
}

.banner-miniblock > .swiper {
  min-width: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 47 / 16;
  min-height: 80px;
  border-radius: 20px;
  container-type: inline-size;
  container-name: welcome-hero;
  position: relative;
}

/* Главный баннер: пагинация — серая точка / активная белая «пилюля» */
.banner-miniblock > .swiper .swiper-pagination--hero {
  bottom: clamp(10px, 2.5cqw, 18px);
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  pointer-events: auto;
}
.banner-miniblock > .swiper .swiper-pagination--hero .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  padding: 0;
  border-radius: 50%;
  background: #6e6e6e;
  opacity: 1;
  box-shadow: none;
  border: none;
  transition: width 0.28s ease, border-radius 0.28s ease, background-color 0.2s ease;
}
.banner-miniblock > .swiper .swiper-pagination--hero .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 999px;
  background: #ffffff;
}

.banner-miniblock > .swiper .swiper-wrapper,
.banner-miniblock > .swiper .swiper-slide {
  height: 100%;
}

.banner-miniblock > .swiper .swiper-slide > div {
  height: 100%;
}

.banner-miniblock > .swiper .gx-w-box {
  min-height: 0;
  height: 100%;
  box-sizing: border-box;
}

/* Hero: шрифты и отступы от ширины слайдера (узкий main при сайдбаре), текст не наезжает на арт */
.banner-miniblock > .swiper .gx-w-box.gx-col-x {
  padding: clamp(10px, 4.5cqw, 28px) clamp(12px, 5cqw, 35px);
  gap: clamp(6px, 2cqw, 16px);
  align-items: flex-start;
  justify-content: space-between;
}
.banner-miniblock > .swiper .gx-w-box.gx-col-x .gx-col.mw-6 {
  max-width: min(100%, 60rem);
  flex-shrink: 1;
  min-width: 0;
}
.banner-miniblock > .swiper .gx-w-box.gx-col-x h1 {
  font-size: clamp(0.8125rem, 3.6cqi + 0.4rem, 3.7rem);
  line-height: 1.14;
  font-weight: 700;
  overflow-wrap: break-word;
}
.banner-miniblock > .swiper .gx-w-box.gx-col-x p {
  font-size: clamp(0.6875rem, 1.45cqi + 0.42rem, 0.875rem);
  line-height: 1.38;
  margin-top: clamp(4px, 1.1cqi, 8px);
}
.banner-miniblock > .swiper .gx-w-box.gx-col-x .btn {
  padding: clamp(7px, 2.2cqw, 12px) clamp(12px, 3.8cqw, 22px);
  font-size: clamp(12px, 2.4cqi, 15px);
}

/* Ряд чипов: маска справа (надёжнее ::after под слоями и overflow) */
.slide-nav-fade-wrap {
  position: relative;
  min-width: 0;
  width: 100%;
  margin: calc(12px * -1) calc(15px * -1);
}
.slide-nav-fade-wrap .slide-nav {
  margin: 0;
}
.slide-nav-fade-wrap .slide-nav > a {
  flex-shrink: 0;
}
.slide-nav-fade-wrap .slide-main {
  margin-top: 0;
  font-size: clamp(12px, 2.1vw, 18px);
  padding: clamp(8px, 1.5vw, 12px) clamp(10px, 2vw, 18px);
}
.slide-nav-fade-wrap.slide-nav-fade--overflow:not(.slide-nav-fade--end) .slide-nav {
  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 calc(100% - 64px), transparent 100%);
  mask-image: linear-gradient(to right, #000 0%, #000 calc(100% - 64px), transparent 100%);
}
.slide-nav-fade-wrap:not(.slide-nav-fade--overflow) .slide-nav,
.slide-nav-fade-wrap.slide-nav-fade--end .slide-nav {
  -webkit-mask-image: none;
  mask-image: none;
}
.pulsar-notify {
    position: relative;
    text-align: center;
    /* padding: 20px; */
    border-radius: 50%;
    background: #ffffff;
    width: 5px;
    height: 5px;
}
.pulsar-notify::before{
  content: '';
  position: absolute;
  border: 2px solid #f6f6f6;
  left: -20px;
  opacity: 0;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: pulsev1 2.5s linear infinite;
}
@keyframes pulsev1 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes pulsev2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes glow-wave {
    0% {
        box-shadow: 
            0 0 5px rgba(255, 82, 82, 0.8),
            inset 0 0 10px rgba(255, 255, 255, 0.3);
    }
    25% {
        box-shadow: 
            0 0 15px rgba(255, 82, 82, 0.9),
            inset 0 0 15px rgba(255, 255, 255, 0.5);
    }
    50% {
        box-shadow: 
            0 0 20px rgba(255, 0, 0, 1),
            inset 0 0 20px rgba(255, 255, 255, 0.7);
    }
    75% {
        box-shadow: 
            0 0 15px rgba(255, 82, 82, 0.9),
            inset 0 0 15px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 
            0 0 5px rgba(255, 82, 82, 0.8),
            inset 0 0 10px rgba(255, 255, 255, 0.3);
    }
}

@keyframes light-sweep {
    0% {
        transform: translate(-50%, -50%) rotate(45deg) translateX(-100%);
    }
    100% {
        transform: translate(-50%, -50%) rotate(45deg) translateX(100%);
    }
}

@keyframes diagonal-glow {
    0%, 100% {
        box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
    }
    50% {
        box-shadow: 0 0 15px rgba(255, 0, 0, 0.9);
    }
}
.notify-get-bonus {
    display: flex
;
    align-items: center;
    gap: 8px;
}
.wrapper-litle-banner-one {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
.img-mini-banner-one {
    background-image: url(/img/main_bonus_768.avif);
    position: absolute;
    top: auto;
    left: auto;
    right: -4%;
    bottom: -6%;
    width: clamp(100px, 52%, 260px);
    aspect-ratio: 503 / 315;
    height: auto;
    max-height: 108%;
    border-radius: 20px;
    transform: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    pointer-events: none;
}
.img-mini-banner-one2 {
    background-image: url(/img/gift-orange.avif);
    position: absolute;
    top: auto;
    left: auto;
    right: -6%;
    bottom: -8%;
    width: clamp(100px, 50%, 250px);
    aspect-ratio: 503 / 315;
    height: auto;
    max-height: 115%;
    border-radius: 36px;
    transform: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    pointer-events: none;
}


.minibanner-block {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 0;
    background: antiquewhite;
    border-radius: 15px;
    padding: 12px clamp(10px, 3vw, 15px);
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
}



.miniblock {
    height: 100%;
    align-self: stretch;
    min-height: 0;
    max-height: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-radius: 20px;
    background-position: 0px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.miniblock > .fix-a-link-block {
    flex: 1 1 0;
    min-height: 0;
    display: flex;
}

.miniblock > .fix-a-link-block .minibanner-block {
    flex: 1;
}
.list-info-footer {
    display: flex;
    flex-direction: column;
    color: #a8a8a8;
    gap: 10px;
}

.slide-main {
    background: var(--bg-secondary);
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    font-size: 20px;
    margin-top: 20px;
    white-space: nowrap;
    cursor: pointer;
}
.slide-main:hover{
  background: var(--base-alfa-neutral-hover);
  
}

.block-social-networks {
    display: flex
;
}

.top-footer {
    padding: 0px 6px;
}
 
.img_slide-nav{

}
img.img_slide-nav-img {
  position: relative;
  z-index: 1;
  width: 118px;
  flex-shrink: 0;
  /* overflow: hidden; */
  display: flex
;
  top: -13px;
  left: 105px;
}


.slide-nav {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  margin: calc(12px * -1) calc(15px * -1);
  padding: 16px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.time-label {
    padding: 0px 5px;
}
.time-block {
    display: flex;
}
.timer-display {
    display: flex;
    border-radius: 10px;
    padding: 5px 10px;
    background: #f0f8ff3d;
    /* width: 100%; */
    width: max-content;
}
.slide-nav::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.btndice{
  border-radius: 9px;
  padding: 10px 12px;
  font-size: 16px;
  width: 100%;
  justify-content: center;
  border-radius: 12px;
  padding: 10px 18px;
  background: var(--global-brand);
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  position: relative;
}
a.fixell-fd-3 {
  background: #0000004d;
  padding: 4px 8px;
  border-radius: 6px;
  margin-left: 6px;
}

.dicetopbar {
  display: grid;
  align-items: center;
  grid-template-columns: 49% 49%;
  grid-gap: 2%;
}

.swiper-slide {
    border: 1px solid #2a2a2a;
}

.img-bannerMain{
  width: 100%;
  height: 100%;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: none;
}

.loyalbonus{
  display: flex;
  align-items: center;
  gap: 5px;
}
img.img_slide-nav-imgfix1 {
  position: relative;
  z-index: 1;
  width: 93px;
  flex-shrink: 0;
  /* overflow: hidden; */
  display: flex
;
  top: -8px;
  left: 111px;
}

.social-block-tap{
  background: var(--bg-secondary);
  padding: 25px;
  border-radius: 15px;
  display: none;
  justify-content: space-between;
  flex-direction: column;
  height: 145px;
  margin-top: 15px;
  white-space: nowrap;
}
@media only screen and (max-width: 1450px){
  .img-rabit-turne{
    transform: scale(0.3);
  }
  .du1-newslot{
    grid-template-columns: repeat(7, 1fr);
  }
   
}
@media only screen and (max-width: 1280px){
  .wrapper.main-main-gx3 {
    display: grid;
    grid-template-columns: 77% 22%;
    gap: 1%;
  }
  .du1-newslot{
    grid-template-columns: repeat(6, 1fr);
  }
  

}
@media only screen and (max-width: 1150px){
  .img-rabit-turne{
    right: -145px;
    width: 414px;
    bottom: 675px;
    top: auto;
  }
  .headSlots{
    display: flex;
  }
  .main-duble-category .mobile{
    display: grid;
  }
  
  .wrapper.main-main-gx3{
    display: flex;
    flex-direction: column;
  }
  .main-content-menu-right {
    display: flex;
    flex-direction: column;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    align-items: flex-end;
  }
  .img-gift-turne{
    transform: scale(0.6);
    right: -111px;
    top: 834px;
  }
}
@media only screen and (max-width: 1000px){
  .wrapper.bonus-buy.item-back-main {
    margin-top: 15px;
  }
  div#home_live_wins_line {
    grid-template-columns: repeat(5, 1fr) !important;
  }
  .du1-newslot{
    grid-template-columns: repeat(5, 1fr);
  }
}

@media only screen and (max-width: 830px){
  .swiper{
    height: 230px;
  }
  .banner-miniblock > .swiper {
    height: auto;
    aspect-ratio: 47 / 16;
    min-height: 80px;
  }
  .img-mini-banner-one,
  .img-mini-banner-one2 {
    width: clamp(72px, 44%, 200px);
    max-height: 100%;
  }
  .du1-newslot{
    grid-template-columns: repeat(4, 1fr);
  }
  .miniblock{
    width: 100%;
    max-width: 100%;
    min-height: 0;
    max-height: none;
    height: 100%;
  }
  div#home_live_wins_line {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

@media only screen and (max-width: 750px){
  .du1-newslot{
    grid-template-columns: repeat(4, 1fr);
  }
  .imgbannertg{
    display: none;
  }
  .banner-miniblock {
    grid-template-columns: 1fr;
    padding: 0px 0px 10px;
  }
  .banner-miniblock > .swiper {
    aspect-ratio: 47 / 16;
    min-height: 77px;
  }
  .miniblock {
    width: 100%;
    flex-direction: row;
    min-height: 100px;
    max-height: none;
    height: auto;
  }
  .miniblock > .fix-a-link-block {
    flex: 1 1 50%;
  }
}


@media only screen and (max-width: 675px){
  .ss-content{
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 10px;
  display: grid;
  }
  .du1-newslot{
    grid-template-columns: repeat(3, 1fr);
  }
  .wallet__method{
    margin-bottom: 0px;
  }

  img.top-metod-star1 {
    display: none;
  }
  img.top-metod-star2 {
    display: none;
  }
  img.top-metod-star3 {
    display: none;
  }
  div#home_live_wins_line {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .dice__bet {
    position: relative;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px 20px;
    background: #101320;
    padding: 10px;
    border-radius: 20px;
  }
}
/* Было .logo — скрывало и футер; оставляем только блок логотипа в сайдбаре */
@media only screen and (max-width: 625px) {
	#app > .sidebar .logo {
		display: none;
	}
}
@media only screen and (max-width: 625px){
  .head_slot_game{
    display: flex;
  }

}
@media only screen and (max-width: 600px) {


  img.img_slide-nav-img{
    left: 50px;
  }
  .fixwallet-overflow {
    padding-left: 10px;
    width: 160px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  img.img_slide-nav-imgfix1{
    width: 80px;
    top: -8px;
    left: 78px;
  }
  .gx-w-box p {
    font-size: 9px;
  }
  .btndice{
    border-radius: 9px;
    padding: 10px 12px;
    font-size: 16px;
    width: 100%;
    justify-content: center;
    border-radius: 12px;
    padding: 10px 18px;
    background: var(--global-brand);
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    position: relative;
  }
  .slide-main{

    font-size: 15px;

  }

  .theme--dark .popup__tab--active_qest {
    border: none;
    color: #ffffff;
    background: linear-gradient(109.64deg, #FFC107 5.39%, #FF5722 63.15%);
    height: auto;
    border-radius: 1000px;
    transform: scale(1);
  }

  .theme--dark .wallet__method{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
  }
  .wallet__scroll {
    height: 93%;
  }
  .theme--dark .popup {
    /* background: var( --base-neutral); */
    top: 50px;
  }
  .wallet__method{
    flex-direction: row;
  }
  .ss-content {
    grid-template-columns: repeat(2, 1fr) !important;
  }

}
@media only screen and (max-width: 500px){
  div#home_live_wins_line {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .support-row_root-ozugs{
    display: flex;
  }
  .support-row_emailWrapper-ozugs{
    display: none;
  }
  .swiper{
    height: 175px;
  }
  .banner-miniblock > .swiper {
    aspect-ratio: 47 / 16;
    height: 160px;
  }
  .title-mini-info-banner {
    font-size: 12px;
    padding: 5px 12px;
  }
  .miniblock{
    min-height: 80px;
    height: auto;
  }
  .dice__chance {
    position: relative;
    padding-top: 0px;
  }
  .dice__drum{
    top: -35px;
  }
  .dice__bet{
    top: -35px;
  }
  .dice {
    position: relative;
    margin-bottom: 0px;
  }
  .slot_game{
    height: 200px;
  }
  .gx-game-item-tl > span{
    font-size: 14px;
  }

}

@media only screen and (max-width: 450px){
  .gx-game-item-tl > span{
    font-size: 12px;
  }
  img.img_slide-nav-img {
    left: 96px;
    width: 75px;
    top: -9px;
  }
    .theme--dark .mines__path-item--win {

    border-radius: 10px;
  }
  .du1-newslot a {
    height: 130px;
  }
  .fixwallet-overflow {
    padding-left: 10px;
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  img.img_slide-nav-imgfix1{
    width: 69px;
    top: -4px;
    left: 99px;
  }
  .swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
    transform-style: preserve-3d;
  }
  .swiper-button-prev{
    display: none;
  }
  .swiper-button-next{
    display: none;
  }

  .item-back-main {
    background: none;
    padding: 0px;
    border-radius:none; 
  }
  .gx-w-box h1{
    font-size: 4vw;
  }
  .swiper{ 
    /* transform: scale(1.1); */
    border-radius: 0px;
  }
  .slot_game {
    height: 180px;
  }
  .slide-main{

    font-size: 12px;

  }
  .wallet__method.d-flex.align-center span {
    width: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .gx-w-box.blue1{
    background-position: -9px;
  }
  .gx-w-box.blue2{
    background-position: -80px;
  }
  .gx-w-box.blue3{
    background-position: -85px;
  }
  .gx-w-box.blue4{
    background-position: -80px;
  }
  .theme--dark .faq__item-heading span {
    color: #6c81b5;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 260px;
  }
  .popup__title span {
    font-size: 11px !important;
  }
  .random-title{
    display: none;
  }
  .bntfixslots{
    width: 100%;
  }
  .bonus__top{
    top: 0px;
  }
  .header__user-balance.d-flex.align-center {
    left: 10px;
    position: relative;
  } 
  .fixwallet-overflow {
    padding-left: 10px;    
    width: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .mainfaqcont {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 428px) {
  .theme--dark .wallet__method{
    width: 100%;
    align-items: center;
  }

}

@media only screen and (max-width: 400px){
  .swiper{
    height: 152px;
  }

  .swiper-slide {
    /* padding: 20px 25px; */
  }



  .theme--dark .wallet__method {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
  }
  .wallet__method img{
    margin-right: 0px;
    /* padding: 8px; */
  }
  .wallet__method {
    padding: 8px;
  }
  .ss-content {
    grid-template-columns: repeat(2, 1fr) !important;
  }


  
  .gx-game-item-tl > span {
    font-size: 11px;
  }
  .gx-game-item-bk .center {
    width: 147px;
    height: 86px;
    border-radius: 10px;
  }
  .slot_game {
    height: 150px;
  }

  .btn{
    padding: 5px 11px;
    font-size: 11px;
    border-radius: 7px;
  }
  .gx-w-box p{
    font-size: 9px;
  }
  
  .fixwallet-overflow {
    padding-left: 10px;
    width: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  
}
@media only screen and (max-width: 383px) {
  .gx-game-item{
    min-width: 100%;
  }
  .gx-game-item-tl > span{
    width: 79px;
  }
  .theme--dark .bonus__item{

  }
  .fixwallet-overflow {
    padding-left: 10px;
    width: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .email-profv1 {
    width: 190px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

}

@media only screen and (max-width: 320px){
  .swiper{
    height: 153px;
  }

}

/* ---------- Профиль (profile.blade.php) ---------- */
.profile-page {
  margin-top: 20px;
  padding: 0 0 24px;
}
.profile-page .profile-topbar {
  margin-bottom: 16px;
}
.profile-card {
  background: var(--base-alfa-neutral, rgba(28, 30, 40, 0.95));
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
}
.profile-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 20px;
}
.profile-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #2d2d4d;
}
.profile-head-text {
  min-width: 0;
}
.profile-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #e8eaed;
  margin: 0 0 2px;
  line-height: 1.3;
}
.profile-email {
  font-size: 0.875rem;
  color: rgba(232, 234, 237, 0.75);
  margin: 0 0 4px;
}
.profile-meta {
  font-size: 0.75rem;
  color: rgba(232, 234, 237, 0.55);
  margin: 0;
}
.profile-balance-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 20px;
  margin-bottom: 20px;
}
.profile-balance-item {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  padding: 12px 14px;
  position: relative;
}
.profile-balance-label {
  display: block;
  font-size: 0.75rem;
  color: rgba(232, 234, 237, 0.7);
  margin-bottom: 4px;
}
.profile-balance-label .info-circle {
  margin-left: 4px;
  vertical-align: middle;
  cursor: pointer;
}
.profile-balance-value {
  font-size: 1.125rem;
  font-weight: 600;
  color: #e8eaed;
}
.profile-balance-item .info-popup {
  left: 0;
  top: 100%;
  margin-top: 6px;
}
.profile-stats {
  font-size: 0.875rem;
  color: rgba(232, 234, 237, 0.85);
}
.profile-stats-line {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-bottom: 12px;
}
.profile-stats-line strong {
  color: #e8eaed;
}
.profile-level-progress {
  margin-top: 14px;
  padding: 12px 14px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}
.profile-level-progress-title {
  font-size: 0.8125rem;
  color: rgba(232, 234, 237, 0.9);
  margin: 0 0 8px;
}
.profile-level-bar {
  height: 6px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 6px;
}
.profile-level-fill {
  height: 100%;
  background: linear-gradient(90deg, #5c6bc0, #7e57c2);
  border-radius: 3px;
  transition: width 0.3s ease;
}
.profile-level-remain {
  font-size: 0.75rem;
  color: rgba(232, 234, 237, 0.65);
  margin: 0;
}
.profile-level-done {
  color: #00c853;
}
.profile-favorite-slot {
  margin: 14px 0 0;
  font-size: 0.875rem;
}
.profile-favorite-slot a {
  color: #7e57c2;
  text-decoration: none;
  font-weight: 600;
}
.profile-favorite-slot a:hover {
  text-decoration: underline;
}
.profile-section {
  background: var(--base-alfa-neutral, rgba(28, 30, 40, 0.95));
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
}
.profile-section-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #e8eaed;
  margin: 0 0 16px;
}
.profile-freespins-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 15px;
}
.profile-freespin-item {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.profile-freespin-img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
  display: block;
}
.profile-freespin-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #e8eaed;
  margin: 0 0 4px;
  line-height: 1.3;
}
.profile-freespin-meta {
  font-size: 0.75rem;
  color: rgba(232, 234, 237, 0.6);
  margin: 0 0 10px;
}
.profile-freespin-btn {
  display: block;
  text-align: center;
  padding: 8px 12px;
  background: linear-gradient(109.64deg, #3963e6 5.39%, #4b00ff 63.15%);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  border: none;
}
.profile-freespin-btn:hover {
  opacity: 0.95;
}
.profile-freespins-empty {
  text-align: center;
  padding: 32px 20px;
  color: rgba(232, 234, 237, 0.5);
}
.profile-freespins-empty-title {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(232, 234, 237, 0.7);
  margin: 0 0 6px;
}
.profile-freespins-empty-desc {
  font-size: 0.875rem;
  margin: 0;
}
.profile-card .popup-content h4 {
  margin: 0 0 8px;
  font-size: 0.875rem;
}
.profile-card .popup-content p {
  margin: 0 0 6px;
  font-size: 12px;
}
.profile-card .popup-footer {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.profile-card .help-link {
  color: #7e57c2;
  font-size: 12px;
}
.status-warning { color: #ffc107; }
.status-neutral { color: rgba(232, 234, 237, 0.7); }
@media (min-width: 480px) {
  .profile-balance-row {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 600px) {
  .profile-card {
    padding: 16px;
  }
  .profile-header {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .profile-freespins-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ---------- FAQ страница (стиль как «Правила»: секции + аккордеоны) ---------- */
.faq-page {
  margin-top: 12px;
  padding-bottom: 40px;
}
.faq-page .faq-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(232, 234, 237, 0.9);
  text-decoration: none;
  font-size: 0.9375rem;
  margin-bottom: 20px;
  padding: 6px 0;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.faq-page .faq-back:hover {
  color: #fff;
  opacity: 1;
}
.faq-page .faq-back svg {
  width: 24px;
  height: 24px;
}
.faq-page .faq-main-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 28px;
  letter-spacing: -0.02em;
}
.faq-page .faq-section {
  margin-bottom: 32px;
  animation: faqSectionIn 0.4s ease backwards;
}
.faq-page .faq-section:nth-child(3) { animation-delay: 0.05s; }
.faq-page .faq-section:nth-child(5) { animation-delay: 0.1s; }
@keyframes faqSectionIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.faq-page .faq-section-head {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 14px;
}
.faq-page .faq-section-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.faq-page .faq-section-icon svg {
  width: 18px;
  height: 18px;
}
.faq-page .faq-section-icon--doc {
  background: rgba(57, 99, 230, 0.25);
  color: #5c9aff;
}
.faq-page .faq-section-icon--gift {
  background: rgba(255, 193, 7, 0.2);
  color: #ffc107;
}
.faq-page .faq-section-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-page.faq-rules-style .faq__item {
  background: rgb(34 34 35);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  max-height: 56px;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s ease, border-color 0.2s ease;
  animation: faqCardIn 0.35s ease backwards;
}
.faq-page .faq-section-list .faq__item:nth-child(1) { animation-delay: 0.06s; }
.faq-page .faq-section-list .faq__item:nth-child(2) { animation-delay: 0.09s; }
.faq-page .faq-section-list .faq__item:nth-child(3) { animation-delay: 0.12s; }
.faq-page .faq-section-list .faq__item:nth-child(4) { animation-delay: 0.15s; }
.faq-page .faq-section-list .faq__item:nth-child(5) { animation-delay: 0.18s; }
.faq-page .faq-section-list .faq__item:nth-child(6) { animation-delay: 0.21s; }
.faq-page .faq-section-list .faq__item:nth-child(7) { animation-delay: 0.24s; }
.faq-page .faq-section-list .faq__item:nth-child(8) { animation-delay: 0.27s; }
.faq-page .faq-section-list .faq__item:nth-child(9) { animation-delay: 0.3s; }
.faq-page .faq-section-list .faq__item:nth-child(10) { animation-delay: 0.33s; }
@keyframes faqCardIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.faq-page.faq-rules-style .faq__item:hover {
  background: rgb(40 40 47);
  border-color: rgba(255, 255, 255, 0.1);
}
.faq-page.faq-rules-style .faq__item.faq__item--opened {
  max-height: 500px;
  background: rgb(40 40 47);
  border-color: rgba(255, 255, 255, 0.12);
}
.faq-page.faq-rules-style .faq__item-heading {
  width: 100%;
  height: 56px;
  padding: 0 18px 0 16px;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  color: inherit;
  font: inherit;
  position: relative;
  transition: background 0.2s ease;
}
.faq-page.faq-rules-style .faq__item-heading:hover {
  background: rgb(40 40 47);
}
.faq-page.faq-rules-style .faq__item-heading:before,
.faq-page.faq-rules-style .faq__item-heading:after {
  display: none;
}
.faq-page.faq-rules-style .faq__item-title {
  flex: 1;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #e8eaed;
  line-height: 1.35;
  padding-right: 36px;
}
.faq-page.faq-rules-style .faq__item-chevron {
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-right: 2px solid rgba(232, 234, 237, 0.45);
  border-bottom: 2px solid rgba(232, 234, 237, 0.45);
  transform: rotate(45deg);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s ease;
}
.faq-page.faq-rules-style .faq__item.faq__item--opened .faq__item-chevron {
  transform: rotate(-135deg);
  border-color: rgba(232, 234, 237, 0.7);
}
.faq-page.faq-rules-style .faq__item-body {
  padding: 0 18px 16px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.faq-page.faq-rules-style .faq__item-body p {
  margin: 0;
  padding-top: 12px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(232, 234, 237, 0.75);
}
@media (max-width: 600px) {
  .faq-page .faq-main-title {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
  .faq-page .faq-section-head {
    font-size: 1rem;
  }
  .faq-page.faq-rules-style .faq__item-title {
    padding-right: 32px;
    font-size: 0.875rem;
  }
}


.fight-bar-menu {
    display: flex;
}

/* Tournier List Page Redesign (Clean Flat Dark) */
.tournier-header h1 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}

.tournier-filters {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.t-filter-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
}
.t-filter-btn:hover, .t-filter-btn.active {
  background: #3b82f6;
  border-color: #3b82f6;
  color: #fff;
}

.t-card {
  background: #121212; /* Very dark/black background */
  border-radius: 24px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.05);
  min-height: 280px;
}

.t-card-top {
  margin-bottom: 20px;
}

.t-badge {
  padding: 5px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.t-badge--active {
  background: #22c55e;
  color: #000;
}
.t-badge--finished {
  background: #4b5563;
  color: #fff;
}

.t-card-main {
  margin-bottom: 30px;
}

.t-card-title {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
  font-weight: 500;
}

.t-card-prize {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.t-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: #1a1a1a;
  padding: 15px 20px;
  border-radius: 16px;
}

.t-card-timer {
  display: flex;
  flex-direction: column;
}

.t-timer-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 4px;
}

.t-timer-value {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  font-family: monospace;
  letter-spacing: 1px;
}

.t-card-btn {
  background: #3b82f6;
  color: #fff;
  padding: 10px 24px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.2s;
}
.t-card-btn:hover {
  background: #2563eb;
}

/* Override previous grid if needed */
.tournament-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); /* Wider cards */
  gap: 20px;
}

@media (max-width: 768px) {
  .tournament-list-grid {
    grid-template-columns: 1fr;
  }
  .t-card-prize {
    font-size: 32px;
  }
}

.tournament-card {
  background: linear-gradient(135deg, #1A1C3C 0%, #291D4E 100%);
  border-radius: 20px;
  padding: 20px;
  color: white;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  transition: transform 0.2s, box-shadow 0.2s;
}

.tournament-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}

.tournament-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.tournament-status-badge {
  background: rgba(0, 255, 0, 0.15);
  color: #00ff00;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 8px;
  letter-spacing: 0.5px;
}

.tournament-prize-block {
  text-align: right;
}

.prize-label {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 2px;
}

.prize-value {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: #FFD700;
  text-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
}

.tournament-card__body {
  flex: 1;
}

.tournament-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.tournament-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 25px;
}

.t-info-item {
  display: flex;
  flex-direction: column;
}

.t-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 4px;
}

.t-value {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.tournament-card__bottom {
  margin-top: auto;
}

.tournament-btn {
  background: var(--global-lime);
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  width: 100%;
}

.tournament-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(0, 200, 83, 0.3);
  color: white;
}

.tournament-empty {
  text-align: center;
  padding: 60px 20px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 600px) {
  /* Tournier Info Page */
.tournier-info-page {
  padding-bottom: 60px;
}
}

.tournament-header-card {
  background: linear-gradient(135deg, #101013 0%, #1f1e22 100%);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  /* border: 1px solid rgba(255, 255, 255, 0.05); */
  margin-bottom: 30px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}

.tournament-header-bg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  /* background: radial-gradient(circle at 80% 20%, rgba(181, 74, 255, 0.15) 0%, transparent 50%); */
}

.tournament-header-content {
  position: relative;
  z-index: 2;
  padding: 30px;
}

.t-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.t-badge {
  background: rgba(0, 255, 0, 0.15);
  color: #00ff00;
  padding: 6px 12px;
  border-radius: 15px 0px 15px 0px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.t-dates {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 500;
}

.t-header-main {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}

.t-icon-box {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.t-icon-box svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}

.t-title-box {
  flex: 1;
}
.t-title-box h1 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 5px;
}
.t-game-name {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.t-prize-box {
    text-align: right;
    /* background: rgba(0, 0, 0, 0.2); */
    padding: 15px 25px;
    border-radius: 15px;
    /* border: 1px solid rgba(255, 215, 0, 0.1); */
}
.t-prize-label {
  font-size: 12px;
  color: #686868;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.t-prize-value {
  font-size: 42px;
  font-weight: 900;
  color: #fff;
  /* text-shadow: 0 0 20px rgba(255, 215, 0, 0.3); */
}

.t-action-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 25px;
}
.t-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  max-width: 60%;
  margin: 0;
  line-height: 1.6;
}
.t-play-btn {
  width: auto;
  padding: 0 40px;
}

.tournament-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.t-stat-card {
    background: #18171a;
    /* border: 1px solid rgba(255, 255, 255, 0.05); */
    border-radius: 16px;
    padding: 20px;
    text-align: center;
}
.t-stat-label {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.t-stat-value {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.t-section-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.t-leaderboard-card {
  background: #18171a;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
}
.t-table-wrapper {
  overflow-x: auto;
}
.t-table-wrapper table {
  width: 100%;
  border-collapse: collapse;
}
.t-table-wrapper th {
  text-align: left;
  padding: 20px 25px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.t-table-wrapper td {
  padding: 15px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  color: #fff;
  font-size: 14px;
}
.t-table-wrapper tr:last-child td { border-bottom: none; }
.t-table-wrapper tr:hover td { background: rgba(255, 255, 255, 0.02); }

.rank-badge {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.rank-1 { background: #FFD700; color: #000; box-shadow: 0 0 10px rgba(255, 215, 0, 0.3); }
.rank-2 { background: #C0C0C0; color: #000; }
.rank-3 { background: #CD7F32; color: #000; }

.user-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}
.user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #333;
}
.user-name {
  font-weight: 500;
}
.score-cell {
  font-family: monospace;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
}
.prize-amount {
  color: #FFD700;
  font-weight: 700;
}
.prize-none {
  color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
  .t-header-main { flex-direction: column; text-align: center; }
  .t-prize-box { width: 100%; text-align: center; }
  .t-action-row { flex-direction: column; gap: 20px; text-align: center; }
  .t-description { max-width: 100%; }
  .tournament-stats-grid { grid-template-columns: 1fr 1fr; }
}

/* --- Profile Dashboard Styles --- */
.profile-dashboard {
  max-width: 1650px;
  margin: 0 auto;
  padding: 30px 20px 80px;
  color: #fff;
}

/* Header */
.dash-header {
  background: radial-gradient(120% 120% at 50% -10%, rgba(120, 60, 255, 0.15) 0%, rgba(18, 18, 20, 0) 100%),
              linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
}
.dash-header::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.dash-profile-info {
  display: flex;
  gap: 30px;
  align-items: center;
}
.dash-avatar-wrapper {
  position: relative;
  flex-shrink: 0;
}
.dash-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.dash-status-badge {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #FFD700, #FFA500);
  color: #000;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(255, 165, 0, 0.4);
}
.dash-user-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dash-username {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  background: linear-gradient(90deg, #fff, #bbb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dash-meta {
  display: flex;
  gap: 15px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}
.dash-id, .dash-date {
  background: rgba(255, 255, 255, 0.05);
  padding: 4px 10px;
  border-radius: 6px;
}

.dash-balance-block {
  text-align: right;
  background: rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.dash-balance-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.dash-balance-value {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  font-family: 'Rubik', sans-serif;
}
.dash-balance-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.dash-btn {
  padding: 10px 24px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}
.dash-btn--deposit {
  background: #007bff;
  color: #fff;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}
.dash-btn--deposit:hover { background: #0069d9; transform: translateY(-2px); }
.dash-btn--withdraw {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.dash-btn--withdraw:hover { background: rgba(255, 255, 255, 0.15); transform: translateY(-2px); }

/* Stats Grid */
.dash-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
.dash-stat-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 25px;
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  transition: transform 0.2s, background 0.2s;
}
.dash-stat-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.05);
}
.dash-stat-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
.dash-stat-icon svg { width: 24px; height: 24px; }
.dash-stat-icon.icon-gold { color: #FFD700; background: rgba(255, 215, 0, 0.1); }
.dash-stat-icon.icon-blue { color: #00BFFF; background: rgba(0, 191, 255, 0.1); }
.dash-stat-icon.icon-purple { color: #9D00FF; background: rgba(157, 0, 255, 0.1); }

.dash-stat-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dash-stat-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
}
.info-tooltip-trigger {
  width: 16px; height: 16px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
  cursor: pointer;
  color: #fff;
}
.dash-stat-value {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

/* Tooltip */
.dash-popup {
  position: absolute;
  top: 100%; left: 0;
  z-index: 100;
  width: 260px;
  padding-top: 10px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: all 0.2s;
}
.dash-popup.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.dash-popup-content {
  background: #1a1a20;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.dash-popup-content h4 { margin: 0 0 10px 0; font-size: 14px; color: #fff; }
.dash-popup-content p { margin: 0 0 10px 0; font-size: 13px; color: rgba(255, 255, 255, 0.6); }
.dash-popup-content b { color: #fff; }
.dash-link { color: #007bff; text-decoration: none; font-size: 12px; }
.dash-link:hover { text-decoration: underline; }

/* Level Card */
.dash-level-card {
    position: relative;
    overflow: hidden;
}
.dash-level-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 14px;
}
.curr-level { color: #fff; }
.next-level { color: rgba(255, 255, 255, 0.5); }
.dash-progress-bar {
  height: 8px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
}
.dash-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #007bff, #00d4ff);
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 212, 255, 0.5);
  transition: width 0.5s ease-out;
}
.dash-level-footer {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

/* Games Grid */
.dash-section-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dash-section-title::before {
  content: '';
  width: 4px; height: 20px;
  background: #007bff;
  border-radius: 2px;
}
.dash-games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
.dash-game-card {
  background: #1e1e24;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.dash-game-card:hover { transform: translateY(-5px); }
.dash-game-img {
  height: 120px;
  background-size: cover;
  background-position: center;
}
.dash-game-info {
  padding: 15px;
}
.dash-game-title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dash-game-meta {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 12px;
}
.dash-game-btn {
  display: block;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  text-decoration: none;
  padding: 8px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  transition: background 0.2s;
}
.dash-game-btn:hover { background: #007bff; }
.dash-empty-state {
  text-align: center;
  padding: 40px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
}

.tournier-page {
    min-height: 80vh;
}

/* Responsive */
@media (max-width: 900px) {
  .dash-header { flex-direction: column; align-items: stretch; gap: 30px; }
  .dash-balance-block { text-align: center; }
  .dash-balance-actions { justify-content: center; }
  .dash-stats-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .dash-profile-info { flex-direction: column; text-align: center; }
  .dash-stats-grid { grid-template-columns: 1fr; }
  .dash-games-grid { grid-template-columns: 1fr 1fr; }
}

/* ========== Welcome: 1XGAME — одна строка, горизонтальный скролл + стрелки ========== */
.games-strip-nav {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

/* «Все» и стрелки свайпа в одной строке справа (как 1XGAME, но с кнопкой «Все») */
.games-strip-section .gx-con--strip-head-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: nowrap;
}

.games-strip-section .gx-con--strip-head-actions .title {
  margin: 0;
  flex: 0 0 auto;
}

.games-strip-nav__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  background: var(--bg-secondary, #e8eaf3);
  color: #fff;
  user-select: none;
  transition: background 0.15s ease, opacity 0.15s ease;
}
.theme--dark .games-strip-nav__btn {
  background: #313236;
  color: rgba(255, 255, 255, 0.92);
}
.games-strip-nav__btn:hover:not(:disabled) {
  background: #22253e;
}
.theme--dark .games-strip-nav__btn:hover:not(:disabled) {
  background: #363b5c;
}
.games-strip-nav__btn:disabled {
  opacity: 0.35;
  cursor: default;
}

@media (max-width: 768px) {
  .games-strip-nav {
    display: none !important;
  }
  /* Ровно 3 карточки в видимой области полосы (gap полосы 13px → 2 промежутка) */
  .games-strip-section .games.games-strip .games__item {
    flex: 0 0 calc((100% - 26px) / 3);
    min-width: calc((100% - 26px) / 3);
    max-width: calc((100% - 26px) / 3);
  }
}

.games-strip-section .games.games-strip {
  display: flex !important;
  flex-wrap: nowrap !important;
  grid-template-columns: unset !important;
  -ms-grid-columns: unset !important;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 13px;
}
.games-strip-section .games.games-strip::-webkit-scrollbar {
  display: none;
  height: 0;
}
.games-strip-section .games.games-strip .games__item {
  flex: 0 0 calc((100% - 65px) / 6);
  min-width: calc((100% - 65px) / 6);
  max-width: calc((100% - 65px) / 6);
  box-sizing: border-box;
  height: auto;
  aspect-ratio: 2 / 3;
  min-height: 0;
  padding: clamp(10px, 2.2vw, 24px) clamp(12px, 2.5vw, 28px);
}

@media only screen and (max-width: 475px) {
  .games-strip-section .games.games-strip {
    gap: 10px;
  }
  .games-strip-section .games.games-strip .games__item {
    flex: 0 0 calc((100% - 20px) / 3);
    min-width: calc((100% - 20px) / 3);
    max-width: calc((100% - 20px) / 3);
  }
}

/* ========== Toastr / site-toast (title + message, склейка по id) ========== */
#toast-container > div.site-toast {
  background-image: none !important;
  padding: 8px 12px 8px 40px !important;
  min-height: 40px;
  box-sizing: border-box;
  /* Компактная фиксированная ширина (с дублем ×N и без — одинаковая) */
  width: 270px !important;
  min-width: 270px !important;
  max-width: 270px !important;
  border-radius: 14px;
  box-shadow:
    0 3px 16px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset !important;
  /* без !important — иначе не работает анимация появления в siteToastSlideIn */
  opacity: 1;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transform-origin: 100% 50%;
}

#toast-container > div.site-toast:hover {
  box-shadow:
    0 6px 26px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.09) inset !important;
}

#toast-container > div.site-toast .toast-title {
  font-family: 'Google Sans', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
  margin: 0 0 3px 0;
  padding: 0;
  line-height: 1.2;
}

#toast-container > div.site-toast .toast-title:empty {
  display: none !important;
}

#toast-container > div.site-toast .toast-message {
  font-family: 'Google Sans', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.96);
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  min-width: 0;
}

#toast-container > div.site-toast .toast-message .site-toast__text {
  flex: 1 1 auto;
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#toast-container > div.site-toast .toast-message .site-toast__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 0;
  padding: 1px 6px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

#toast-container > div.site-toast .toast-progress {
  height: 3px;
  opacity: 0.35;
  border-radius: 0 0 999px 999px;
}

#toast-container > div.site-toast::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgb(0 0 0 / 12%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}

#toast-container > div.site-toast.site-toast--success {
  background: linear-gradient(145deg, #1f6b45 0%, #155a38 52%, #0f452c 100%) !important;
}
#toast-container > div.site-toast.site-toast--success::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a8ff00' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
}

#toast-container > div.site-toast.site-toast--error {
  background: linear-gradient(145deg, #8b2d32 0%, #6f2428 52%, #521a1d 100%) !important;
}
#toast-container > div.site-toast.site-toast--error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffb4b4' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M15 9l-6 6M9 9l6 6'/%3E%3C/svg%3E");
}

#toast-container > div.site-toast.site-toast--warning {
  background: linear-gradient(145deg, #8a5a18 0%, #6d4712 52%, #4d330d 100%) !important;
}
#toast-container > div.site-toast.site-toast--warning::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffd27a' stroke-width='2'%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3Cpath d='M10.3 3.2h3.4L21 18H3L10.3 3.2z'/%3E%3C/svg%3E");
}

#toast-container > div.site-toast.site-toast--info {
  background: linear-gradient(145deg, #234e6b 0%, #1a3d55 52%, #122a3d 100%) !important;
}
#toast-container > div.site-toast.site-toast--info::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238fd4ff' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath stroke-linecap='round' d='M12 16v-5'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E");
}

/* Ниже шапки с балансом (перекрытие toastr по умолчанию top: ~12px) */
#toast-container.toast-top-right {
  top: 80px !important;
  right: 15px !important;
  margin-top: 0 !important;
}

@media (max-width: 480px) {
  #toast-container.toast-top-right {
    left: 8px;
    right: 8px;
    width: auto;
    top: 88px !important;
  }
  /* На узком экране — одна и та же ширина (на всю полосу минус отступы) */
  #toast-container > div.site-toast {
    width: calc(100vw - 24px) !important;
    min-width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
  }
}

/* ========== Crash Live (#crash-game-root) — перенесено из crash.css ========== */

/* Crash Live — layout как Keno (kv2), палитра бренда */

#crash-game-root {
  --primary-color: #141415;
  --base-alfa-neutral: #dddde811;
  --base-alfa-neutral-hover: #dddde81f;
  --bg-secondary: #1a1b1e;
  --global-brand: #ff0048;
  --global-lime: #a8ff00;
  --bg-classic: #0b0d0c;
  --base-neutral: #222223;
  --kv-radius: 12px;
  --kv-text: #f4f4f5;
  --kv-muted: #9b9ba3;
  --kv-bg: #1a1b1e;
  --kv-panel: var(--bg-secondary);
  --kv-sidebar: var(--bg-secondary);
  --kv-tile: var(--base-neutral);
  --kv-border: var(--base-alfa-neutral);
  --kv-accent: var(--global-lime);
  --keno-overlay-fade: 0.48s;
  --keno-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --crash-phase-dur: 0.5s;
  --crash-phase-ease: cubic-bezier(0.4, 0, 0.2, 1);
  /* Высота поля графика — от маленьких телефонов до десктопа */
  --crash-stage-min-h: clamp(220px, 42vmin, 340px);
  --crash-canvas-h: clamp(220px, 44vmin, 340px);
  /* Заяц на графике: множитель к базовому clamp ниже (1.5 = +50%) */
  --crash-rabbit-display-scale: 1.5;
  /* Ширина чипа «последние раунды» (горизонтальная полоса, до 30 шт.) */
  --crash-hist-pill-px: 74;
  /* Единая высота полей ставки: инпуты, тумблер, кнопка */
  --crash-bet-control-h: 46px;
  --crash-toggle-pill-w: 64px;
  --crash-toggle-knob: 28px;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--kv-text);
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding-top: 16px;
  padding-right: max(12px, env(safe-area-inset-right, 0px));
  padding-bottom: max(36px, env(safe-area-inset-bottom, 0px));
  padding-left: max(12px, env(safe-area-inset-left, 0px));
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

#crash-game-root *,
#crash-game-root *::before,
#crash-game-root *::after {
  box-sizing: border-box;
}

#crash-game-root .kv2-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}

#crash-game-root .kv2-head-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
}

#crash-game-root .kv2-title {
  font-size: clamp(1.2rem, 4.2vw, 1.65rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--kv-text);
  text-shadow: 0 0 32px rgba(168, 255, 0, 0.22);
}

#crash-game-root .kv2-title span {
  color: var(--kv-accent);
}

#crash-game-root .kv2-info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--kv-border);
  background: linear-gradient(165deg, rgba(168, 255, 0, 0.12), var(--kv-sidebar));
  color: var(--kv-accent);
  font-weight: 900;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  transition: border-color 0.2s, transform 0.15s;
}

#crash-game-root .kv2-sound-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

#crash-game-root .kv2-sound-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 88px;
  height: 6px;
  margin: 0;
  padding: 0;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(168, 255, 0, 0.55) 0%,
    rgba(168, 255, 0, 0.55) var(--kv-sound-fill, 100%),
    rgba(255, 255, 255, 0.08) var(--kv-sound-fill, 100%),
    rgba(255, 255, 255, 0.08) 100%
  );
  border: 1px solid var(--kv-border);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  vertical-align: middle;
}

#crash-game-root .kv2-sound-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(168, 255, 0, 0.45);
  background: linear-gradient(165deg, rgba(168, 255, 0, 0.95), rgba(120, 200, 0, 0.75));
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}

#crash-game-root .kv2-sound-slider::-moz-range-track {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--kv-border);
}

#crash-game-root .kv2-sound-slider::-moz-range-progress {
  height: 6px;
  border-radius: 999px;
  background: rgba(168, 255, 0, 0.45);
}

#crash-game-root .kv2-sound-slider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(168, 255, 0, 0.45);
  background: linear-gradient(165deg, rgba(168, 255, 0, 0.95), rgba(120, 200, 0, 0.75));
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}

#crash-game-root .kv2-sound-slider:focus {
  outline: none;
}

#crash-game-root .kv2-sound-slider:focus-visible {
  box-shadow: 0 0 0 2px rgba(168, 255, 0, 0.35);
}

#crash-game-root .kv2-sound-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 50%;
    /* border: 1px solid #c0ff00; */
    background: #c4ff00;
    color: var(--kv-accent);
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25); */
    cursor: pointer;
    transition: border-color 0.2s, transform 0.15s, color 0.2s, opacity 0.2s;
}

#crash-game-root .kv2-sound-btn:hover {
  border-color: rgba(168, 255, 0, 0.35);
}

#crash-game-root .kv2-sound-btn.is-muted {
  color: #ffffff;
    /* opacity: 0.72; */
    background: var(--bg-secondary);
    border: none;
}

#crash-game-root .kv2-sound-btn__svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  display: block;
}

#crash-game-root .kv2-badge {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--kv-muted);
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--kv-border);
  background: var(--kv-sidebar);
}

#crash-game-root .kv2-play-layout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: clamp(12px, 2vw, 20px);
  margin-top: 4px;
  min-width: 0;
  max-width: 100%;
}

#crash-game-root .kv2-play-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#crash-game-root .kv2-play-sidebar {
  width: min(420px, 38vw);
  min-width: 280px;
  flex-shrink: 0;
  position: sticky;
  top: max(16px, env(safe-area-inset-top, 0px));
  align-self: flex-start;
  max-height: calc(100vh - 48px);
  max-height: calc(100dvh - 48px);
  display: flex;
  flex-direction: column;
}

#crash-game-root .kv2-keno-side-card {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  background: var(--kv-sidebar);
  border: 1px solid var(--kv-border);
  border-radius: var(--kv-radius);
  overflow: hidden;
}

#crash-game-root .kv2-sidebar-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--kv-border);
  background: var(--bg-secondary);
}

#crash-game-root .kv2-sidebar-tab {
  flex: 1;
  margin: 0;
  padding: 12px 10px;
  border: none;
  background: transparent;
  color: var(--kv-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: color 0.15s, background 0.15s, box-shadow 0.15s;
  font-family: inherit;
}

#crash-game-root .kv2-sidebar-tab.is-active {
  color: var(--kv-accent);
  background: var(--kv-bg);
  box-shadow: inset 0 -2px 0 var(--kv-accent);
}

#crash-game-root .kv2-sidebar-body {
  flex: 1;
  min-height: 320px;
  max-height: min(520px, calc(100vh - 220px));
  overflow: auto;
  position: relative;
  scrollbar-width: thin;
}

#crash-game-root .kv2-sidebar-pane {
  display: none;
  min-height: 200px;
}

#crash-game-root .kv2-sidebar-pane.is-active {
  display: block;
}

#crash-game-root .crash-side-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}

#crash-game-root .crash-side-table table {
  width: 100%;
  min-width: 260px;
  border-collapse: collapse;
}

/* «Последние игры» — как Keno: 5 колонок (игра, игрок, ставка, кэф, выигрыш) */
#crash-game-root .crash-side-table--site-games table {
  min-width: 380px;
}

#crash-game-root .crash-side-table thead td {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--kv-muted);
  padding: 10px 8px;
  background: var(--kv-bg);
  border-bottom: 1px solid var(--kv-border);
}

#crash-game-root .crash-side-table tbody td {
  padding: 9px 8px;
  font-size: 12px;
  border-bottom: 1px solid var(--kv-border);
  color: var(--kv-text);
}

#crash-game-root .crash-side-table tbody tr:last-child td {
  border-bottom: none;
}

#crash-game-root .crash-side-table tr.crash-fake-bet-row td {
  opacity: 0.85;
}

#crash-game-root .crash-side-table tr.crash-round-row--me td {
  box-shadow: inset 3px 0 0 rgba(168, 255, 0, 0.55);
}

#crash-game-root .crash-side-row.crash-row--win {
  background: rgba(168, 255, 0, 0.06);
}

#crash-game-root .crash-side-row.crash-row--loss {
  background: rgba(255, 73, 73, 0.04);
}

#crash-game-root .crash-side-table .crash-side-row-coeff {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

#crash-game-root .crash-side-table .crash-side-row-win {
  text-align: right;
  white-space: nowrap;
  vertical-align: middle;
}

#crash-game-root .crash-side-row-coeff {
  font-weight: 800;
}

#crash-game-root .crash-win-amt--positive {
  color: var(--kv-accent);
}

#crash-game-root .crash-win-amt--zero {
  font-weight: 700;
  color: var(--kv-muted);
}

#crash-game-root .crash-win-pending {
  font-weight: 600;
  color: var(--kv-muted);
}

#crash-game-root .crash-last-coeff {
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 8px;
  display: inline-block;
}

#crash-game-root .crash-last-coeff.x1 { background: #2d2a73; }
#crash-game-root .crash-last-coeff.x2 { background: #387be5; }
#crash-game-root .crash-last-coeff.x3 { background: #ffa462; }
#crash-game-root .crash-last-coeff.x4 { background: #a449ff; }
#crash-game-root .crash-last-coeff.x5 { background: #ff49d7; }
#crash-game-root .crash-last-coeff.x6 { background: #ff4949; }

/* Поле графика */
#crash-game-root .kv2-board-wrap {
  position: relative;
  background: var(--kv-bg);
  border: 2px solid rgba(168, 255, 0, 0.22);
  border-radius: calc(var(--kv-radius) + 4px);
  padding: 0;
  overflow: hidden;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  /* чтобы появление скроллбара не сужало поле */
  scrollbar-gutter: stable;
}

#crash-game-root .crash-board-inner {
  position: relative;
  min-height: var(--crash-stage-min-h);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

#crash-game-root .crash__result-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  z-index: 38;
  padding: 24px;
  background: rgba(11, 13, 12, 0.94);
  backdrop-filter: blur(10px);
  border-radius: calc(var(--kv-radius) + 2px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0.94);
  transition:
    opacity var(--keno-overlay-fade) var(--keno-ease-out),
    visibility var(--keno-overlay-fade) var(--keno-ease-out),
    transform var(--crash-phase-dur) var(--crash-phase-ease);
}

#crash-game-root .crash__result-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
}

#crash-game-root .crash__result-card {
  text-align: center;
  transition: transform var(--crash-phase-dur) var(--crash-phase-ease);
}

#crash-game-root .crash__result-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--global-brand);
  margin-bottom: 8px;
}

#crash-game-root .crash__result-coeff {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--kv-text);
  text-shadow: 0 0 24px rgba(255, 0, 72, 0.35);
}

#crash-game-root .crash__start-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  z-index: 37;
  padding: 24px;
  /* тёмная подсветка по центру; оттенок синхронизируется с секундами через :has() ниже */
  background: radial-gradient(ellipse 80% 70% at 50% 50%, rgba(168, 255, 0, 0.12), transparent 65%),
    rgba(11, 13, 12, 0.88);
  backdrop-filter: blur(8px);
  border-radius: calc(var(--kv-radius) + 2px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px) scale(0.97);
  transition:
    opacity var(--keno-overlay-fade) var(--keno-ease-out),
    visibility var(--keno-overlay-fade) var(--keno-ease-out),
    transform var(--crash-phase-dur) var(--crash-phase-ease);
}

#crash-game-root .crash__start-overlay:has(.crash-start-num--3) {
  background: radial-gradient(ellipse 82% 72% at 50% 48%, rgba(92, 14, 28, 0.42), transparent 68%),
    rgba(11, 13, 12, 0.88);
}

#crash-game-root .crash__start-overlay:has(.crash-start-num--2) {
  background: radial-gradient(ellipse 82% 72% at 50% 48%, rgba(88, 64, 0, 0.38), transparent 68%),
    rgba(11, 13, 12, 0.88);
}

#crash-game-root .crash__start-overlay:has(.crash-start-num--1) {
  background: radial-gradient(ellipse 82% 72% at 50% 48%, rgba(38, 58, 6, 0.4), transparent 68%),
    rgba(11, 13, 12, 0.88);
}

#crash-game-root .crash__start-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

#crash-game-root .crash__start-card {
  text-align: center;
}

#crash-game-root .crash__start-label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 10px;
}

#crash-game-root .crash__start-num {
  display: block;
  font-size: clamp(3rem, 14vw, 5rem);
  font-weight: 900;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  /* цвет задаёт модификатор --3 / --2 / --1 (обратный отсчёт старта) */
  color: var(--global-lime);
  /* ореол темнее тона текста — контраст с яркой цифрой */
  text-shadow:
    0 0 48px rgba(34, 58, 0, 0.55),
    0 0 22px rgba(58, 88, 14, 0.35);
}

/* 3 с — красный, 2 с — жёлтый, 1 с — зелёный (лайм) */
#crash-game-root .crash__start-num.crash-start-num--3 {
  color: #ff3358;
  text-shadow:
    0 0 56px rgba(72, 8, 20, 0.92),
    0 0 30px rgba(110, 22, 40, 0.6),
    0 0 12px rgba(150, 36, 58, 0.35);
}

#crash-game-root .crash__start-num.crash-start-num--2 {
  color: #f5d90a;
  text-shadow:
    0 0 52px rgba(88, 62, 0, 0.85),
    0 0 28px rgba(128, 92, 6, 0.55),
    0 0 10px rgba(168, 120, 10, 0.32);
}

#crash-game-root .crash__start-num.crash-start-num--1 {
  color: var(--global-lime);
  text-shadow:
    0 0 48px rgba(34, 58, 0, 0.55),
    0 0 22px rgba(58, 88, 14, 0.35);
}

#crash-game-root .crash__start-num.crash-start-num-tick {
  animation: crashStartNumPop 0.42s var(--crash-phase-ease) both;
}

@keyframes crashStartNumPop {
  from {
    opacity: 0;
    transform: scale(0.88);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

#crash-game-root .crash__prep-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  position: absolute;
  inset: 0;
  z-index: 36;
  padding: 24px;
  background: rgba(11, 13, 12, 0.92);
  backdrop-filter: blur(8px);
  border-radius: calc(var(--kv-radius) + 2px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-26px);
  transition:
    opacity var(--keno-overlay-fade) var(--keno-ease-out),
    visibility var(--keno-overlay-fade) var(--keno-ease-out),
    transform var(--crash-phase-dur) var(--crash-phase-ease);
}

#crash-game-root .crash__prep-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

#crash-game-root .crash__prep-title {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  color: var(--kv-text);
  text-align: center;
}

#crash-game-root .crash__prep-bar {
  width: min(280px, 86%);
  height: 8px;
  border-radius: 999px;
  background: var(--bg-secondary);
  overflow: hidden;
  border: 1px solid var(--kv-border);
}

#crash-game-root .crash__prep-bar-fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--kv-accent), var(--global-brand));
}

#crash-game-root .crash-game__stage {
  position: relative;
  min-height: var(--crash-stage-min-h);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  border: none;
  background: radial-gradient(ellipse 120% 80% at 50% 100%, rgba(168, 255, 0, 0.08), transparent 50%),
    linear-gradient(180deg, #060912 0%, #0c1224 100%);
}

#crash-game-root .crash-game__stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/images/games/crash/crash-bg.png") repeat center center / cover;
  opacity: 0.3;
  pointer-events: none;
}

#crash-game-root .crash-game__stage-inner {
  position: relative;
  z-index: 1;
  min-height: var(--crash-stage-min-h);
  padding: clamp(8px, 2vw, 12px) clamp(6px, 1.5vw, 10px) clamp(32px, 6vw, 44px);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  transition:
    opacity var(--crash-phase-dur) var(--crash-phase-ease),
    filter var(--crash-phase-dur) var(--crash-phase-ease);
}

/* Полёт: те же поля по бокам, что и на других этапах — без сужения блока */
#crash-game-root .crash-game__stage-inner.crash-stage--chart-visible {
  display: flex;
  flex-direction: column;
  min-height: var(--crash-stage-min-h);
  padding: clamp(8px, 2vw, 12px) clamp(6px, 1.5vw, 10px) clamp(32px, 6vw, 44px);
}

#crash-game-root .crash-game__stage-inner.crash-stage--chart-visible #crashChart {
  flex: 0 0 auto;
  align-self: stretch;
  width: 100%;
  min-width: 0;
  height: var(--crash-canvas-h);
  min-height: var(--crash-canvas-h);
  max-height: none !important;
}

#crash-game-root[data-crash-phase='start'] .crash-game__stage-inner {
  opacity: 0.32;
  filter: blur(4px);
}

#crash-game-root[data-crash-phase='result'] .crash-game__stage-inner:not(.crash-stage--chart-visible),
#crash-game-root[data-crash-phase='prep'] .crash-game__stage-inner:not(.crash-stage--chart-visible) {
  opacity: 0.4;
  filter: blur(3px);
}

#crash-game-root[data-crash-phase='fly'] .crash-game__stage-inner,
#crash-game-root[data-crash-phase='bet'] .crash-game__stage-inner {
  opacity: 1;
  filter: none;
}

/* HUD: по умолчанию — на весь блок по центру (без графика); с классом — узкая полоска сверху при полёте */
#crash-game-root .crash-board-hud {
  position: absolute;
  inset: 0;
  z-index: 12;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 16px 16px 56px;
  pointer-events: none;
  text-align: center;
  transition: opacity var(--crash-phase-dur) var(--crash-phase-ease);
}

#crash-game-root[data-crash-phase='start'] .crash-board-hud {
  opacity: 0.2;
}

#crash-game-root[data-crash-phase='result'] .crash-board-hud,
#crash-game-root[data-crash-phase='prep'] .crash-board-hud {
  opacity: 0.25;
}

#crash-game-root[data-crash-phase='fly'] .crash-board-hud,
#crash-game-root[data-crash-phase='bet'] .crash-board-hud {
  opacity: 1;
}

#crash-game-root .crash-game__stage-inner.crash-stage--chart-visible .crash-board-hud {
  inset: auto;
  top: 8px;
  left: 10px;
  right: 10px;
  bottom: auto;
  justify-content: flex-start;
  min-height: 0;
  padding: 0;
  gap: 8px;
}

/* Полёт + график: убираем полоску «В полёте x…» — множитель остаётся в центре (#crashNowX) */
#crash-game-root[data-crash-phase='fly'] .crash-game__stage-inner.crash-stage--chart-visible .crash-board-hud {
  display: none !important;
}

#crash-game-root .crash-game__stage-inner.crash-stage--chart-visible .crash-board-hud__row {
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 12px;
  max-width: 100%;
  padding: 0 4px;
  box-sizing: border-box;
}

#crash-game-root .crash-game__stage-inner.crash-stage--chart-visible .crash-board-hud__phase,
#crash-game-root .crash-game__stage-inner.crash-stage--chart-visible .crash-board-hud__detail {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  text-align: center;
}

#crash-game-root .crash-game__stage-inner:not(.crash-stage--chart-visible) #crashChart,
#crash-game-root .crash-game__stage-inner:not(.crash-stage--chart-visible) .crash__x-number,
#crash-game-root .crash-game__stage-inner:not(.crash-stage--chart-visible) .crash-chart-rabbit {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#crash-game-root .crash-game__stage-inner.crash-stage--chart-visible #crashChart,
#crash-game-root .crash-game__stage-inner.crash-stage--chart-visible .crash__x-number {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#crash-game-root .crash-game__stage-inner.crash-stage--chart-visible .crash-chart-rabbit.is-visible {
  opacity: 1;
  visibility: visible;
}

/* Полёт: базовый clamp × --crash-rabbit-display-scale на #crash-game-root */
#crash-game-root .crash-game__stage-inner.crash-stage--chart-visible .crash-chart-rabbit {
  --crash-rabbit-size: calc(clamp(68px, 14vmin, 108px) * var(--crash-rabbit-display-scale));
}

/* Кролик на кончике кривой — ×1.5 к прошлому; точка привязки в JS под реактивный блок */
#crash-game-root .crash-chart-rabbit {
  --crash-rabbit-size: 132px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  width: var(--crash-rabbit-size);
  height: var(--crash-rabbit-size);
  margin: 0;
  padding: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

#crash-game-root .crash-chart-rabbit__bob {
  display: block;
  width: var(--crash-rabbit-size);
  height: var(--crash-rabbit-size);
  animation: crashRabbitBob 1.15s ease-in-out infinite;
}

/* Полёт: только позиция с canvas — без отдельного CSS-покачивания кролика */
#crash-game-root .crash-game__stage-inner.crash-stage--chart-visible .crash-chart-rabbit__bob {
  animation: none !important;
}

#crash-game-root .crash-chart-rabbit__img {
  display: block;
  width: var(--crash-rabbit-size);
  height: auto;
  max-height: calc(var(--crash-rabbit-size) + 12px);
  object-fit: contain;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 14px rgba(168, 255, 0, 0.22));
}

#crash-game-root .history__user-avatar-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

@keyframes crashRabbitBob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

#crash-game-root .crash-board-hud__row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 12px;
}

#crash-game-root .crash-game__stage-inner:not(.crash-stage--chart-visible) .crash-board-hud__row {
  flex-direction: column;
  gap: 10px;
}

#crash-game-root .crash-board-hud__phase {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

#crash-game-root .crash-game__stage-inner:not(.crash-stage--chart-visible) .crash-board-hud__phase {
  font-size: clamp(16px, 3.6vw, 24px);
  max-width: 92%;
  line-height: 1.25;
}

#crash-game-root .crash-board-hud__detail {
  font-size: 14px;
  font-weight: 800;
  font-variant-numeric: tabular-nums lining-nums;
  color: var(--kv-accent);
  text-shadow: 0 0 14px rgba(168, 255, 0, 0.25);
}

#crash-game-root .crash-game__stage-inner:not(.crash-stage--chart-visible) .crash-board-hud__detail {
  font-size: clamp(22px, 6vw, 44px);
  letter-spacing: -0.02em;
}

#crash-game-root .crash-board-hud--prep .crash-board-hud__phase {
  color: rgba(255, 255, 255, 0.88);
  text-transform: none;
  font-size: 12px;
  letter-spacing: 0.02em;
}

#crash-game-root .crash-game__stage-inner:not(.crash-stage--chart-visible) .crash-board-hud--prep .crash-board-hud__phase {
  font-size: clamp(15px, 3.2vw, 22px);
}

#crash-game-root .crash-board-hud--crash .crash-board-hud__phase {
  color: #ff6b8a;
}

#crash-game-root .crash-board-hud--crash .crash-board-hud__phase:empty {
  display: none;
}

#crash-game-root .crash-board-hud--crash .crash-board-hud__detail {
  color: #fff;
  font-size: clamp(18px, 4vw, 26px);
  text-shadow: 0 0 24px rgba(255, 0, 72, 0.45);
}

#crash-game-root .crash-game__stage-inner:not(.crash-stage--chart-visible) .crash-board-hud--crash .crash-board-hud__detail {
  font-size: clamp(28px, 8vw, 56px);
}

/* Пульс только у коэффициента; фаза при краше пустая — дублировать заголовок оверлея не нужно */
#crash-game-root .crash-board-hud--pulse-crash .crash-board-hud__detail {
  animation: crashHudCrashFlash 0.55s ease-out 2;
}

@keyframes crashHudCrashFlash {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.35);
  }
}

#crash-game-root .crash-board-hud__prep {
  max-width: 280px;
  margin: 0 auto;
  width: 100%;
}

#crash-game-root .crash-game__stage-inner:not(.crash-stage--chart-visible) .crash-board-hud__prep {
  max-width: min(400px, 90%);
}

#crash-game-root .crash-board-hud__prep[hidden] {
  display: none !important;
}

#crash-game-root .crash-board-hud__prep-bar {
  height: 6px;
  border-radius: 999px;
  background: var(--bg-secondary);
  overflow: hidden;
  border: 1px solid var(--kv-border);
}

#crash-game-root .crash-board-hud__prep-fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--kv-accent), var(--global-brand));
}

/* История последних раундов — между статистикой и полем игры */
/* #crash-game-root .crash-round-history {
  width: 100%;
  margin: 0 0 14px;
  padding: 10px 12px;
  background: var(--kv-sidebar);
  border: 1px solid var(--kv-border);
  border-radius: var(--kv-radius);
  box-sizing: border-box;
} */

#crash-game-root .crash-round-history__label {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--kv-muted);
}

#crash-game-root .crash-board-history-bar {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 36px;
  pointer-events: auto;
}

#crash-game-root .crash-board-history-scroll-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
  max-width: 100%;
}

/* Подсказка, что справа есть ещё коэффициенты (скрывается у конца прокрутки) */
#crash-game-root .crash-board-history-scroll-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(to right, hsla(222, 10%, 11%, 0), hsl(222deg 10% 11% / 0%) 40%, #0a0e0c 92%);
  transition: opacity 0.22s ease;
}

#crash-game-root .crash-board-history-scroll-wrap.crash-board-history-scroll-wrap--at-end::after {
  opacity: 0;
}

#crash-game-root .crash-board-history-strip {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 6px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 2px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
}

#crash-game-root .crash-board-history-strip::-webkit-scrollbar {
  height: 4px;
}

#crash-game-root .crash-board-history-strip::-webkit-scrollbar-thumb {
  background: rgba(168, 255, 0, 0.22);
  border-radius: 4px;
}

#crash-game-root .crash-board-history-strip .crash-board-hist-pill {
  flex: 0 0 auto;
  width: calc(var(--crash-hist-pill-px) * 1px);
  min-width: calc(var(--crash-hist-pill-px) * 1px);
  max-width: none;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: visible;
  padding: 6px 8px;
}

#crash-game-root .crash-history-show-all {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid var(--kv-border);
  background: var(--bg-secondary);
  color: var(--kv-accent);
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s, transform 0.12s;
}

#crash-game-root .crash-history-show-all__icon {
  width: 18px;
  height: 18px;
  display: block;
  pointer-events: none;
}

#crash-game-root .crash-history-show-all:hover {
  background: var(--base-alfa-neutral-hover);
  border-color: rgba(168, 255, 0, 0.35);
  color: #fff;
}

#crash-game-root .crash-history-show-all:active {
  transform: scale(0.96);
}

#crash-game-root .crash-board-hist-pill {
  font-size: 11px;
    width: 70px;
    font-weight: 800;
    padding: 6px 4px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

#crash-game-root .crash-board-hist-pill.x1 { background: #2d2a73; color: #fff; }
#crash-game-root .crash-board-hist-pill.x2 { background: #387be5; color: #fff; }
#crash-game-root .crash-board-hist-pill.x3 { background: #ffa462; color: #0c1224; }
#crash-game-root .crash-board-hist-pill.x4 { background: #a449ff; color: #fff; }
#crash-game-root .crash-board-hist-pill.x5 { background: #ff49d7; color: #fff; }
#crash-game-root .crash-board-hist-pill.x6 { background: #ff4949; color: #fff; }

/* #crashStage: класс .crash__canvas — высота области графика */
#crash-game-root .crash__canvas {
  display: block;
  width: 100%;
  min-height: var(--crash-stage-min-h);
  background: transparent;
  padding: 0;
}

#crash-game-root #crashChart {
  display: block;
  width: 100%;
  max-width: 100%;
  height: var(--crash-canvas-h);
  /* не фиксировать min-height выше --crash-canvas-h — иначе на 350–450px график «ломает» адаптив */
  min-height: 0;
  max-height: min(320px, 55vh);
  box-sizing: border-box;
}

#crash-game-root .crash__canvas--started {
  box-shadow: inset 0 0 40px rgba(168, 255, 0, 0.08);
}

#crash-game-root .crash__x-number {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  font-size: clamp(32px, 7vw, 52px);
  font-weight: 900;
  font-variant-numeric: tabular-nums lining-nums;
  letter-spacing: -0.03em;
  color: #fff;
  text-shadow: 0 0 40px rgba(168, 255, 0, 0.35), 0 4px 24px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

#crash-game-root .crash__x-number.is-pulse {
  animation: crashCoeffPulse 0.45s ease-out;
}

@keyframes crashCoeffPulse {
  0% { transform: translate(-50%, -50%) scale(1.08); }
  100% { transform: translate(-50%, -50%) scale(1); }
}

.crash-history-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(16px, env(safe-area-inset-top, 0px)) max(16px, env(safe-area-inset-right, 0px))
    max(16px, env(safe-area-inset-bottom, 0px)) max(16px, env(safe-area-inset-left, 0px));
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.crash-history-modal.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.crash-history-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}

.crash-history-modal__panel {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  max-height: min(70vh, 520px);
  display: flex;
  flex-direction: column;
  background: var(--kv-panel);
  border: 1px solid var(--kv-border);
  border-radius: var(--kv-radius);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.crash-history-modal__head {
  padding: 16px 44px 12px 18px;
  border-bottom: 1px solid var(--kv-border);
  position: relative;
}

.crash-history-modal__title {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 800;
}

.crash-history-modal__sub {
  margin: 0;
  font-size: 12px;
  color: var(--kv-muted);
}

.crash-history-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: var(--kv-muted);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crash-history-modal__close:hover {
  color: var(--kv-text);
  background: var(--bg-secondary);
}

.crash-history-modal__body {
  padding: 14px 16px 18px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-content: flex-start;
}

.crash-history-modal__body .crash-board-hist-pill {
  flex: 0 0 auto;
}

.crash-history-modal__empty {
  margin: 0;
  font-size: 13px;
  color: var(--kv-muted);
}

body.crash-history-modal-open {
  overflow: hidden;
}

/* Карточка ставки Crash — сетка как на референсе, цвета бренда (лайм / роза) */
#crash-game-root .crash-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#crash-game-root .crash-bet-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 14px 14px 16px;
    border-radius: calc(var(--kv-radius) + 4px);
    background: var(--base-neutral);
}
#crash-game-root .crash-bet-card__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 20px;
}

#crash-game-root .crash-bet-card__top .crash-bet-xfield {
  margin-left: auto;
}

#crash-game-root .crash-bet-cb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  cursor: pointer;
  user-select: none;
  font-size: 12px;
  font-weight: 700;
  color: var(--kv-muted);
}

#crash-game-root .crash-bet-cb--soon {
  opacity: 0.4;
  cursor: not-allowed;
}

#crash-game-root .crash-bet-cb--soon .crash-bet-cb__text {
  color: var(--kv-muted);
}

#crash-game-root .crash-bet-cb input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  margin: 0;
  border-radius: 4px;
  cursor: pointer;
  accent-color: var(--global-lime);
  flex-shrink: 0;
}

#crash-game-root .crash-bet-cb--soon input {
  cursor: not-allowed;
  accent-color: var(--kv-muted);
}

#crash-game-root .crash-bet-cb__text {
  line-height: 1.2;
  color: var(--kv-text);
}
#crash-game-root .crash-input-auto {
  -moz-appearance: textfield;
}

#crash-game-root .crash-input-auto::-webkit-outer-spin-button,
#crash-game-root .crash-input-auto::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


#crash-game-root .crash-bet-xfield {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px 0 10px;
  border-radius: 12px;
  border: 1px solid var(--kv-border);
  background: rgba(0, 0, 0, 0.45);
}

#crash-game-root .crash-bet-xfield__prefix {
  font-size: 13px;
  font-weight: 800;
  color: var(--kv-muted);
  line-height: 1;
}

#crash-game-root .crash-bet-xfield .crash-input-auto {
  width: 72px;
  min-width: 56px;
  max-width: 96px;
  height: calc(var(--crash-bet-control-h) - 8px);
  min-height: calc(var(--crash-bet-control-h) - 8px);
  padding: 0 4px;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: right;
  font-weight: 800;
  font-size: 14px;
}

#crash-game-root .crash-bet-card__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(112px, 34%);
  gap: 10px;
  align-items: stretch;
  min-width: 0;
}

#crash-game-root .crash-bet-amount-col {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

#crash-game-root .crash-bet-stepper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 5px;
  min-width: 0;
}

#crash-game-root .crash-bet-step {
  flex: 0 0 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 12px;
  border: 1px solid var(--kv-border);
  background: rgba(0, 0, 0, 0.4);
  color: var(--kv-text);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition:
    background 0.15s,
    border-color 0.15s,
    color 0.15s;
}

#crash-game-root .crash-bet-step:hover:not(:disabled) {
  border-color: rgba(168, 255, 0, 0.35);
  background: rgba(168, 255, 0, 0.08);
  color: var(--kv-accent);
}

#crash-game-root .crash-bet-step:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

#crash-game-root .crash-bet-sum-wrap {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  padding: 0 10px;
  border-radius: 12px;
  border: 1px solid var(--kv-border);
  background: rgba(0, 0, 0, 0.5);
}

#crash-game-root .crash-input-sum--sheet {
  flex: 1 1 auto;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: calc(var(--crash-bet-control-h) - 4px) !important;
  min-height: calc(var(--crash-bet-control-h) - 4px) !important;
  padding: 0 4px !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: clamp(15px, 3.8vw, 17px) !important;
  font-weight: 800 !important;
  text-align: center;
  -moz-appearance: textfield;
}

#crash-game-root .crash-input-sum--sheet::-webkit-outer-spin-button,
#crash-game-root .crash-input-sum--sheet::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#crash-game-root .crash-bet-sum-suffix {
  font-size: 13px;
  font-weight: 800;
  color: var(--kv-muted);
  flex-shrink: 0;
}

#crash-game-root .crash-bet-presets {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  width: 100%;
}

#crash-game-root .crash-bet-preset {
  margin: 0;
  padding: 8px 4px;
  border-radius: 10px;
  border: 1px solid var(--kv-border);
  background: rgba(0, 0, 0, 0.35);
  color: var(--kv-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition:
    background 0.15s,
    border-color 0.15s,
    color 0.15s;
}

#crash-game-root .crash-bet-preset:hover:not(:disabled) {
  border-color: rgba(168, 255, 0, 0.35);
  color: var(--kv-accent);
  background: rgba(168, 255, 0, 0.07);
}

#crash-game-root .crash-bet-action-col {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

#crash-game-root .crash-bet-btn--sheet.crash-bet-btn {
  flex: 1 1 auto;
    width: 100%;
    padding: 12px 10px !important;
    border: none !important;
    border-radius: 14px !important;
    font-size: 14px !important;
    letter-spacing: 0.08em !important;
    background: rgb(178 255 0);
    /* box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12) inset, 0 10px 28px rgba(255, 0, 72, 0.28), 0 4px 14px rgba(0, 0, 0, 0.45) !important; */
    color: #0b0d0c !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

#crash-game-root .crash-bet-btn--sheet.crash-bet-btn[data-mode="give"] {
  background: var(--global-brand) !important;
  color: #ecfeff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow:
    0 0 0 1px rgba(255, 0, 0, 0.1) inset,
    0 8px 22px rgba(148, 13, 33, 0.35) !important;
}

#crash-game-root .crash-bet-btn--sheet.crash-bet-btn[data-mode="cancel"] {
  background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%) !important;
  color: #f9fafb !important;
  text-shadow: none !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35) !important;
}

#crash-game-root .crash-bet-btn--sheet.crash-bet-btn[data-mode="bet"] .crash-bet-btn__main,
#crash-game-root .crash-bet-btn--sheet.crash-bet-btn[data-mode="wait"] .crash-bet-btn__main {
  color: #0b0d0c !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

@media (max-width: 768px) {
  #crash-game-root {
    --crash-stage-min-h: clamp(248px, min(52vmin, 46dvh), 400px);
    --crash-canvas-h: clamp(220px, min(46vmin, 40dvh), 360px);
  }

  #crash-game-root #crashChart {
    max-height: min(360px, 58dvh);
  }

  #crash-game-root .crash-bets-stack {
    flex-direction: column;
    align-items: stretch;
  }

  #crash-game-root .crash-bets-stack .crash-bet-card {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  #crash-game-root .crash-bet-card__bottom {
    grid-template-columns: 1fr;
  }

  #crash-game-root .crash-bet-btn--sheet.crash-bet-btn {
    min-height: var(--crash-bet-control-h);
  }

  #crash-game-root .crash-bet-card__top .crash-bet-xfield {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
  }

  /* Заяц не должен занимать почти всю высоту низкого поля */
  #crash-game-root .crash-chart-rabbit {
    --crash-rabbit-size: clamp(72px, 18vmin, 96px);
  }
}

/* Нижняя панель ставки */


#crash-game-root .kv2-hint,
#crash-game-root .kv2-hint.crash-board-hint {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.45;
  color: var(--kv-muted);
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

#crash-game-root .kv2-actions-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

#crash-game-root .crash-bet-right {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  gap: 10px;
  flex-wrap: wrap;
  align-items: flex-end;
}

#crash-game-root .crash-input-sum,
#crash-game-root .crash-input-auto {
  width: 88px;
  height: var(--crash-bet-control-h);
  min-height: var(--crash-bet-control-h);
  padding: 0 10px;
  border-radius: 10px;
  border: 1px solid var(--kv-border);
  background: rgba(0, 0, 0, 0.35);
  color: var(--kv-text);
  font-weight: 700;
  font-size: 14px;
  line-height: calc(var(--crash-bet-control-h) - 2px);
  text-align: center;
  box-sizing: border-box;
}

#crash-game-root .crash-input-auto.is-disabled-by-toggle {
  opacity: 0.55;
}

#crash-game-root .crash-auto-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}

#crash-game-root .crash-auto-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#crash-game-root .crash-auto-toggle__pill {
  flex-shrink: 0;
  width: var(--crash-toggle-pill-w);
  height: var(--crash-bet-control-h);
  border-radius: 999px;
  position: relative;
  border: 1px solid var(--kv-border);
  background: rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  transition: background 0.2s ease, border-color 0.2s ease;
}

#crash-game-root .crash-auto-toggle__pill::after {
  content: "";
  position: absolute;
  top: calc((var(--crash-bet-control-h) - var(--crash-toggle-knob)) / 2 - 1px);
  left: 6px;
  width: var(--crash-toggle-knob);
  height: var(--crash-toggle-knob);
  border-radius: 50%;
  background: #c4c4cb;
  transition: transform 0.2s ease, background 0.2s ease;
}

#crash-game-root .crash-auto-toggle input:checked + .crash-auto-toggle__pill {
  background: rgba(168, 255, 0, 0.2);
  border-color: rgba(168, 255, 0, 0.45);
}

#crash-game-root .crash-auto-toggle input:checked + .crash-auto-toggle__pill::after {
  transform: translateX(calc(var(--crash-toggle-pill-w) - var(--crash-toggle-knob) - 12px));
  background: var(--global-lime);
}

#crash-game-root .crash-bets-stack {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 12px;
  width: 100%;
}

#crash-game-root .crash-bets-stack .crash-bet-card {
  flex: 1 1 0;
  min-width: 0;
}

#crash-game-root .crash-field {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
  flex-shrink: 0;
  min-width: 0;
}

#crash-game-root .crash-field--toggle {
  align-items: center;
  cursor: pointer;
}

#crash-game-root .crash-field--btn {
  flex: 1 1 96px;
  min-width: 0;
  max-width: 100%;
}

#crash-game-root .crash-field__label {
  font-size: 11px;
  font-weight: 800;
  color: var(--kv-muted);
  line-height: 1.25;
  white-space: nowrap;
}

#crash-game-root .crash-field__label--spacer {
  visibility: hidden;
  user-select: none;
}

#crash-game-root .crash-mini-label {
  font-size: 11px;
  font-weight: 800;
  color: var(--kv-muted);
}

#crash-game-root .crash-bet-btn {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: var(--crash-bet-control-h);
  height: var(--crash-bet-control-h);
  padding: 0 14px !important;
  border-radius: 12px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px !important;
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Две строки (коэф + сумма) — не обрезать; минимум как у полей */
#crash-game-root .crash-bet-btn[data-mode="give"] {
  height: auto;
  min-height: var(--crash-bet-control-h);
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

#crash-game-root .crash-field--btn .crash-bet-btn {
  width: 100%;
  min-width: 0;
  flex: 1 1 auto;
}

/* Текст выше .flare::before (z-index:2) и ripple — иначе подпись визуально «залипает» / не обновляется */
#crash-game-root .crash-bet-btn .crash-bet-btn__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  line-height: 1.15;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 4;
}

#crash-game-root .crash-bet-btn.has-ripple > .ripple {
  z-index: 2;
}

#crash-game-root .crash-bet-btn .crash-bet-btn__payout {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
  opacity: 0.95;
}

#crash-game-root .crash-bet-btn[data-mode="bet"] .crash-bet-btn__main,
#crash-game-root .crash-bet-btn[data-mode="wait"] .crash-bet-btn__main {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

#crash-game-root .crash-bet-btn[data-mode="cancel"] .crash-bet-btn__main {
  color: #f9fafb;
  text-shadow: none;
}

#crash-game-root .crash-bet-btn[data-mode="give"] .crash-bet-btn__main,
#crash-game-root .crash-bet-btn[data-mode="give"] .crash-bet-btn__payout {
  color: #ecfeff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#crash-game-root .crash-bet-btn[data-mode="give"] {
  background: linear-gradient(135deg, #15c5b1 0%, #0d9488 100%) !important;
  border: none !important;
}

#crash-game-root .crash-bet-btn[data-mode="cancel"] {
  background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%) !important;
  border: none !important;
}

#crash-game-root.crash--bets-closed .crash-input-sum,
#crash-game-root.crash--bets-closed .crash-input-auto,
#crash-game-root.crash--bets-closed .crash-field--toggle {
  opacity: 0.55;
  pointer-events: none;
}

#crash-game-root.crash--bets-closed .crash-bet-cb.crash-field--toggle,
#crash-game-root.crash--bets-closed .crash-bet-xfield {
  opacity: 0.55;
  pointer-events: none;
}

#crash-game-root.crash--bets-closed .crash-bet-step,
#crash-game-root.crash--bets-closed .crash-bet-preset {
  opacity: 0.55;
  pointer-events: none;
}

/* Ставка на следующий раунд: свободный слот во время полёта / отсчёта */
#crash-game-root.crash--bets-closed .crash-bet-card.crash-bet-card--stake-open .crash-input-sum,
#crash-game-root.crash--bets-closed .crash-bet-card.crash-bet-card--stake-open .crash-input-auto,
#crash-game-root.crash--bets-closed .crash-bet-card.crash-bet-card--stake-open .crash-field--toggle,
#crash-game-root.crash--bets-closed .crash-bet-card.crash-bet-card--stake-open .crash-bet-cb.crash-field--toggle,
#crash-game-root.crash--bets-closed .crash-bet-card.crash-bet-card--stake-open .crash-bet-xfield,
#crash-game-root.crash--bets-closed .crash-bet-card.crash-bet-card--stake-open .crash-bet-step,
#crash-game-root.crash--bets-closed .crash-bet-card.crash-bet-card--stake-open .crash-bet-preset {
  opacity: 1;
  pointer-events: auto;
}

#crash-game-root.crash--bets-closed .crash-bet-btn[data-mode="wait"] {
  opacity: 0.65;
  pointer-events: none;
}

@media (max-width: 960px) {
  #crash-game-root .kv2-play-layout {
    flex-direction: column;
  }
  #crash-game-root .kv2-play-main{
    min-width: 100%;
  }
  #crash-game-root .kv2-play-sidebar {
    width: 100%;
    min-width: 0;
    max-height: none;
    position: static;
  }
  #crash-game-root .kv2-sidebar-body {
    max-height: min(360px, 55vh);
  }
  #crash-game-root .kv2-actions-row {
    flex-direction: column;
    align-items: stretch;
  }
  #crash-game-root .crash-bet-right {
    width: 100%;
    justify-content: stretch;
  }
  #crash-game-root .crash-field--btn {
    flex: 1 1 min(140px, 42vw);
    min-width: 0;
    max-width: 100%;
  }

  #crash-game-root .crash-field--btn .crash-bet-btn {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 680px) {
  #crash-game-root .kv2-head {
    gap: 10px;
    margin-bottom: 14px;
  }

  #crash-game-root .kv2-badge {
    font-size: 9px;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
  }

  #crash-game-root .crash-round-history {
    padding: 8px 10px;
  }

  #crash-game-root .kv2-actions {

  }
}

/* Телефоны: общий ритм отступов (высоту сцены задаёт блок 680px) */
@media (max-width: 640px) {
  #crash-game-root {
    padding-top: max(10px, env(safe-area-inset-top, 0px));
    padding-bottom: max(22px, env(safe-area-inset-bottom, 0px));
    padding-left: max(8px, env(safe-area-inset-left, 0px));
    padding-right: max(8px, env(safe-area-inset-right, 0px));
  }

  #crash-game-root .kv2-play-layout {
    gap: 10px;
    margin-top: 0;
  }

  #crash-game-root .kv2-play-main {
    gap: 10px;
  }

  #crash-game-root .kv2-head {
    margin-bottom: 10px;
  }

  #crash-game-root .kv2-board-wrap {
    border-width: 1px;
    border-radius: 10px;
  }

  #crash-game-root .crash-game__stage-inner {
    padding: 6px 8px 24px;
    min-height: var(--crash-stage-min-h);
  }

  #crash-game-root .crash-game__stage-inner.crash-stage--chart-visible {
    padding: 6px 8px 24px;
  }

  #crash-game-root #crashChart {
    min-height: 0;
    max-height: min(360px, 58dvh);
  }

  #crash-game-root .crash-game__stage-inner.crash-stage--chart-visible #crashChart {
    max-height: none !important;
    min-height: var(--crash-canvas-h);
    height: var(--crash-canvas-h);
  }

  #crash-game-root .crash__x-number {
    font-size: clamp(24px, 10.5vw, 42px);
    top: 44%;
  }

  #crash-game-root .crash-board-hud {
    padding: 12px 10px 44px;
    gap: 10px;
  }

  #crash-game-root .crash-game__stage-inner.crash-stage--chart-visible .crash-board-hud {
    top: 6px;
    left: 8px;
    right: 8px;
  }

  #crash-game-root .crash-board-hud__phase {
    font-size: clamp(11px, 3.2vw, 14px);
  }

  #crash-game-root .crash-board-hud__detail {
    font-size: clamp(12px, 3.6vw, 15px);
  }

  #crash-game-root .crash__result-coeff {
    font-size: clamp(1.55rem, 9vw, 2.25rem);
  }

  #crash-game-root .crash__start-num {
    font-size: clamp(2.1rem, 11vw, 3.6rem);
  }

  #crash-game-root .crash__prep-title {
    font-size: clamp(12px, 3.5vw, 14px);
    padding: 0 8px;
    text-align: center;
  }

  #crash-game-root .crash-round-history {
    margin-bottom: 8px;
    padding: 8px;
  }

  #crash-game-root .crash-round-history__label {
    margin-bottom: 6px;
  }

  #crash-game-root .crash-board-history-bar {
    min-height: 32px;
    gap: 6px;
  }

  #crash-game-root .crash-history-show-all {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  #crash-game-root .kv2-sidebar-tab {
    padding: 10px 8px;
    font-size: 10px;
    min-height: 44px;
  }

  #crash-game-root .kv2-sidebar-body {
    max-height: min(300px, 46dvh);
  }

  #crash-game-root .crash-side-table thead td {
    font-size: 10px;
    padding: 6px 4px;
  }

  #crash-game-root .crash-side-table tbody td {
    font-size: 11px;
    padding: 6px 4px;
  }

  #crash-game-root .kv2-hint,
  #crash-game-root .kv2-hint.crash-board-hint {
    font-size: 11px;
    line-height: 1.4;
  }

  #crash-game-root .kv2-actions {

  }
}

@media (max-width: 480px) {
  #crash-game-root {
    --crash-hist-pill-px: 64;
    --crash-bet-control-h: 46px;
    --crash-toggle-pill-w: 64px;
    --crash-toggle-knob: 28px;
    padding-left: max(8px, env(safe-area-inset-left, 0px));
    padding-right: max(8px, env(safe-area-inset-right, 0px));
  }

  #crash-game-root .kv2-title {
    font-size: clamp(1.05rem, 5.2vw, 1.4rem);
  }


  #crash-game-root #crashChart {
    min-height: 0;
    max-height: min(340px, 56dvh);
  }

  #crash-game-root .crash-game__stage-inner {
    padding-bottom: 20px;
  }

  #crash-game-root .crash-game__stage-inner.crash-stage--chart-visible {
    padding: 6px 8px 20px;
  }

  #crash-game-root .crash-game__stage-inner.crash-stage--chart-visible #crashChart {
    max-height: none !important;
    min-height: var(--crash-canvas-h);
    height: var(--crash-canvas-h);
  }

  .crash-history-modal {
    padding: max(12px, env(safe-area-inset-top, 0px)) max(10px, env(safe-area-inset-right, 0px))
      max(12px, env(safe-area-inset-bottom, 0px)) max(10px, env(safe-area-inset-left, 0px));
    align-items: center;
  }

  .crash-history-modal__panel {
    width: 100%;
    max-width: none;
    max-height: min(78dvh, 90vh);
  }

  .crash-history-modal__head {
    padding: 14px 42px 10px 14px;
  }
}

/* Узкий экран: тот же столбец «подпись + поле», при нехватке места — строка с прокруткой */
@media (max-width: 520px) {
  #crash-game-root {
    --crash-bet-control-h: 44px;
    --crash-toggle-pill-w: 62px;
    --crash-toggle-knob: 26px;
  }

  #crash-game-root .crash-bet-card__top {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 6px;
    margin: 0 -2px;
    padding-left: 2px;
    padding-right: 2px;
    gap: 12px;
  }

  #crash-game-root .crash-field {
    flex-shrink: 0;
  }

  #crash-game-root .crash-field__label {
    font-size: 10px;
  }

  #crash-game-root .crash-input-sum:not(.crash-input-sum--sheet) {
    width: 64px;
    min-width: 56px;
    max-width: 80px;
    padding: 0 6px;
    font-size: 13px;
  }

  #crash-game-root .crash-input-auto {
    width: 64px;
    min-width: 56px;
    max-width: 80px;
    padding: 0 6px;
    font-size: 13px;
  }

  #crash-game-root .crash-bet-xfield .crash-input-auto {
    width: 56px !important;
    min-width: 48px !important;
    max-width: 88px !important;
    padding: 0 2px !important;
  }

  #crash-game-root .crash-field--btn {
    flex: 1 0 120px;
    min-width: 108px;
  }

  #crash-game-root .crash-field--btn .crash-bet-btn {
    font-size: 11px !important;
  }
  #crash-game-root .crash-bets-stack{
    flex-direction: column;
  }
}

/* Очень узкие экраны (~320–360 CSS px) */
@media (max-width: 360px) {
  #crash-game-root {
    --crash-hist-pill-px: 58;
    --crash-bet-control-h: 42px;
    --crash-toggle-pill-w: 58px;
    --crash-toggle-knob: 24px;
    padding-left: max(4px, env(safe-area-inset-left, 0px));
    padding-right: max(4px, env(safe-area-inset-right, 0px));
    padding-bottom: max(18px, env(safe-area-inset-bottom, 0px));
  }

  #crash-game-root #crashChart {
    max-height: min(300px, 54dvh);
  }

  #crash-game-root .crash-chart-rabbit {
    --crash-rabbit-size: clamp(68px, 16vmin, 88px);
  }

  #crash-game-root .kv2-head {
    gap: 8px;
    margin-bottom: 8px;
  }

  #crash-game-root .crash-round-history {
    padding: 6px 8px;
  }

  #crash-game-root .crash-board-history-strip .crash-board-hist-pill {
    font-size: 9px;
    padding: 4px 5px;
  }

  #crash-game-root .crash-bet-card {
    gap: 12px;
    padding: 12px 10px 14px;
  }

  #crash-game-root .crash-input-sum:not(.crash-input-sum--sheet) {
    width: 58px;
    min-width: 52px;
    max-width: 72px;
    padding: 0 4px;
    font-size: 12px;
  }

  #crash-game-root .crash-input-auto {
    width: 58px;
    min-width: 52px;
    max-width: 72px;
    padding: 0 4px;
    font-size: 12px;
  }

  #crash-game-root .crash-bet-xfield .crash-input-auto {
    width: 52px !important;
    min-width: 44px !important;
    max-width: 80px !important;
  }

  #crash-game-root .crash-field--btn {
    flex: 1 0 96px;
    min-width: 88px;
  }

  #crash-game-root .kv2-actions {

  }
}

@media (max-height: 520px) and (orientation: landscape) {
  #crash-game-root {
    --crash-stage-min-h: min(200px, 44dvh);
    --crash-canvas-h: min(168px, 38dvh);
    padding-top: max(6px, env(safe-area-inset-top, 0px));
    padding-bottom: max(12px, env(safe-area-inset-bottom, 0px));
  }

  #crash-game-root #crashChart {
    max-height: min(200px, 42dvh);
  }

  #crash-game-root .crash-chart-rabbit {
    --crash-rabbit-size: clamp(64px, 14vmin, 84px);
  }

  #crash-game-root .kv2-sidebar-body {
    max-height: min(200px, 38dvh);
  }

  #crash-game-root .kv2-play-main {
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #crash-game-root {
    --crash-phase-dur: 0.01s;
    --keno-overlay-fade: 0.12s;
  }

  #crash-game-root .crash-chart-rabbit__bob {
    animation: none;
  }

  #crash-game-root .crash__x-number.is-pulse {
    animation: none;
  }

  #crash-game-root .crash-board-hud--pulse-crash .crash-board-hud__detail {
    animation: none;
  }

  #crash-game-root .crash__start-num.crash-start-num-tick {
    animation: none;
  }
}

/*
 * Горизонтальное обрезание Crash (и др.) на узком экране: в #app flex-row колонка .main
 * по умолчанию не сужается ниже min-content, а .gx-s с overflow:hidden режет контент.
 * Правка в main.css (index.css не меняем); index эти свойства не переопределяет.
 */
#app > .main {
  min-width: 0;
}
#app > .main > .gx-s {
  min-width: 0;
}
#_ajax_content_:has(#crash-game-root) {
  min-width: 0;
  max-width: 100%;
}

/* Сайдбар скрыт (main.css ~1125px), но в index.css у .main остаётся width:50% — половина экрана пустая */
@media only screen and (max-width: 1125px) {
  #app > .main {
    width: 100% !important;
    max-width: 100%;
    flex: 1 1 auto !important;
  }
}

/* —— Sidebar UI v2: типографика, аккордеон, flyout при свёрнутой колонке —— */
#app > .sidebar {
  font-family:
    system-ui,
    -apple-system,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    sans-serif;
}

#app > .sidebar .logo {
  flex-shrink: 0;
  border-block-end: 1px solid rgba(255, 255, 255, 0.06);
}

#app > .sidebar .fdsdsfgda span {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.92);
}

#app > .sidebar .infononguest {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.25;
  min-width: 0;
}

#app > .sidebar .infononguest span {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.allgames-sitebar.sidebar-nav-toggle {
  border-radius: 12px;
  padding: 10px 12px;
  margin-inline: -2px;
}

.allgames-sitebar.sidebar-nav-toggle:hover {
  background: rgba(255, 255, 255, 0.06);
}

.allgames-sitebar.sidebar-nav-toggle .titlenav span {
  font-size: 14px;
  letter-spacing: 0.01em;
}

.allgames-sitebar.sidebar-nav-toggle .logos1 {
  display: flex;
  align-items: center;
  opacity: 0.55;
  transition: transform 0.22s ease, opacity 0.2s ease;
}

.allgames-sitebar.sidebar-nav-toggle.sidebar-nav-toggle--open .logos1 {
  transform: rotate(180deg);
  opacity: 0.9;
}

.game-entettis .allgames-sitebar:not(.sidebar-nav-toggle) .titlenav span {
  font-size: 14px;
}

/* Встроенное подменю 1xgame / Казино: без отдельной «карточки», список на фоне сайдбара */
#app > .sidebar .inner .borderMenu:not(.sidebar-flyout-visible) {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
  margin-inline-start: 0;
  padding: 4px 0 4px 20px;
  max-width: none;
  width: 100%;
  border-inline-start: none;
  left: auto;
}

#app > .sidebar .inner .borderMenu:not(.sidebar-flyout-visible) a {
  border-radius: 10px;
  min-width: 0;
  padding: 8px 12px 8px 10px;
  font-size: 13px;
  font-weight: 500;
}

#app > .sidebar .inner .borderMenu:not(.sidebar-flyout-visible) a .heden-sitebar-minibar {
  font-size: 13px;
}

/* Flyout при свёрнутом сайдбаре — отдельная панель с фоном и рамкой */
.left--closed .borderMenu.sidebar-flyout-visible {
  display: flex !important;
    background: #252629;
    /* border: 1px solid rgba(255, 255, 255, 0.08); */
    border-radius: 14px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
    margin: 0;
    padding: 8px 6px;
    left: auto;
    top: auto;
    width: min(260px, calc(100vw - 96px));
    max-width: min(260px, 72vw);
    max-height: min(70vh, 420px);
    overflow-y: auto;
    z-index: 10050;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1), transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    will-change: opacity, transform;
}

.left--closed .borderMenu.sidebar-flyout-visible.sidebar-flyout--animate-in {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.left--closed .borderMenu.sidebar-flyout-visible a {
  border-radius: 10px;
  min-width: 0;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 500;
}

.left--closed .borderMenu.sidebar-flyout-visible a .heden-sitebar-minibar {
  font-size: 13px;
}

/* #app > .sidebar > .tc-wrapper > .top-footer {
  padding: 10px 8px 6px;
  border-block-start: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(15, 16, 20, 0.4), rgba(15, 16, 20, 0.95));
} */

#app > .sidebar > .tc-wrapper > .footer {
  padding: 8px 8px 12px;
  border-block-start: none;
}

#app > .sidebar .block-social-networks {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

#app > .sidebar .block-social-networks__grid {
  width: 100%;
  box-sizing: border-box;
}

/* Развёрнутый сайдбар: одна строка — соцсети + язык (как в референсе) */
body:not(.left--closed) #app > .sidebar .block-social-networks__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  max-width: none;
  margin: 0;
  padding: 10px 10px 12px;
  background: transparent;
  border: none;
  border-radius: 0;
}

body:not(.left--closed) #app > .sidebar .social-grid__cell {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  aspect-ratio: auto;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.85);
}

body:not(.left--closed) #app > .sidebar .social-grid__cell:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

#app > .sidebar .social-grid__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  min-width: 0;
  min-height: 0;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.55);
  transition:
    background 0.18s ease,
    color 0.18s ease;
}

#app > .sidebar .social-grid__cell:hover {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.95);
}

#app > .sidebar .des-block-support--social {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 8px;
}

#app > .sidebar .des-block-support--social svg {
  width: 22px !important;
  height: 22px !important;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  display: block;
}

#app > .sidebar .des-block-support--more {
  color: rgba(255, 255, 255, 0.45);
}

body:not(.left--closed) #app > .sidebar .sidebar-lang-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 0 0 auto;
  height: 42px;
  padding: 0 12px 0 10px;
  margin: 0;
  border: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.92);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition:
    background 0.18s ease,
    color 0.18s ease;
}

body:not(.left--closed) #app > .sidebar .sidebar-lang-toggle:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

#app > .sidebar .sidebar-lang-toggle__flag {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#app > .sidebar .sidebar-lang-toggle__flag-inner {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 33.33%,
    #0039a6 33.33%,
    #0039a6 66.66%,
    #d52b1e 66.66%,
    #d52b1e 100%
  );
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.28);
}

#app > .sidebar .sidebar-lang-toggle__code {
  line-height: 1;
}

#app > .sidebar .sidebar-lang-toggle__chev {
  flex-shrink: 0;
  opacity: 0.5;
}

.left--closed #app > .sidebar .sidebar-lang-toggle {
  display: none !important;
}

.left--closed #app > .sidebar .block-social-networks {
  justify-content: center;
}

.left--closed #app > .sidebar .block-social-networks__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  place-items: center;
  max-width: 52px;
  gap: 5px;
  margin: 0 auto;
  padding: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
}

.left--closed #app > .sidebar .des-block-support--social svg {
  width: 18px !important;
  height: 18px !important;
}

.left--closed #app > .sidebar .tc-wrapper > .top-footer {
  padding: 8px 4px 6px;
}

.left--closed #app > .sidebar .tc-wrapper > .footer {
  padding: 6px 4px 10px;
}

.left--closed #app > .sidebar .footer .allgames-sitebar {
  padding: 8px 4px;
  justify-content: center;
}

.left--closed #app > .sidebar .footer .allgames-sitebar .fiv-3 {
  justify-content: center;
  width: 100%;
}

.left--closed #app > .sidebar .footer .des-block-support {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

.left--closed #app > .sidebar .footer .titlenav {
  gap: 0;
  justify-content: center;
}

.left--closed #app > .sidebar .gx-btn.leftBtn {
  right: -14px;
}

.left--closed #app > .sidebar .allgames-sitebar.sidebar-nav-toggle {
  justify-content: center;
  padding-inline: 4px;
  margin-inline: 0;
}

.left--closed #app > .sidebar .allgames-sitebar.sidebar-nav-toggle .titlenav,
.left--closed #app > .sidebar .allgames-sitebar.sidebar-nav-toggle .logos1 {
  display: none;
}

.left--closed #app > .sidebar .allgames-sitebar.sidebar-nav-toggle .fiv-3 {
  justify-content: center;
}

/* =============================================================================
   Site footer JetTon-style — layouts/app.blade.php (.footer.footer--jet)
   ============================================================================= */
.footer.footer--jet {
  position: relative;
  flex: 0 1 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 40px 20px 32px;
  font-size: 13px;
  color: #a3a3a3;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  box-sizing: border-box;
}

.footer.footer--jet .ft-jet-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.footer.footer--jet .ft-jet-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer.footer--jet .ft-jet-lang {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 12px;
  background: #1a1a1a;
  color: #e5e5e5;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer.footer--jet .ft-jet-lang-flag {
  width: 22px;
  height: 16px;
  border-radius: 3px;
  flex-shrink: 0;
  background: linear-gradient(to bottom, #fff 33%, #0039a6 33% 66%, #d52b1e 66%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}

.footer.footer--jet .ft-jet-lang-link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.footer.footer--jet .ft-jet-lang-link:hover {
  text-decoration: underline;
}
.footer.footer--jet .ft-jet-lang-sep {
  opacity: 0.45;
  padding: 0 2px;
}

.footer.footer--jet .ft-jet-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(240px, 300px);
  gap: 28px 32px;
  align-items: start;
}

.footer.footer--jet .ft-jet-col-title {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.footer.footer--jet .ft-jet-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer.footer--jet .ft-jet-links a {
  color: #9ca3af;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.15s ease;
}

.footer.footer--jet .ft-jet-links a:hover {
  color: #ffffff;
}

.footer.footer--jet .ft-jet-support-card {
  position: relative;
  padding: 0;
  border-radius: 16px;
  background: linear-gradient(145deg, #141414 0%, #0d0d0d 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset -8px 0 48px rgba(180, 255, 60, 0.06);
  overflow: hidden;
}

.footer.footer--jet .ft-jet-support-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background: radial-gradient(ellipse at 100% 50%, rgba(190, 255, 80, 0.1) 0%, transparent 72%);
  pointer-events: none;
}

.footer.footer--jet .ft-jet-support-card-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px 0px;
    padding: 13px 0px 16px 20px;
    position: relative;
    z-index: 1;
}

.footer.footer--jet .ft-jet-support-card-main {
  flex: 1;
  min-width: 0;
  padding-bottom: 4px;
}

.footer.footer--jet .ft-jet-support-card-visual {
  flex-shrink: 0;
  width: min(38vw, 132px);
  max-height: 120px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: -8px -4px -12px 0;
  pointer-events: none;
}

.footer.footer--jet .ft-jet-support-card-visual img,
.footer.footer--jet .ft-jet-support-card-img {
  width: 100%;
  max-width: 150px;
  height: auto;
  object-fit: contain;
  object-position: bottom center;
  display: block;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.45)) brightness(1.35) saturate(0.9);
  opacity: 0.92;
}

.footer.footer--jet .ft-jet-support-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.footer.footer--jet .ft-jet-support-title {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}

.footer.footer--jet .ft-jet-badge-247 {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #0a0a0a;
  background: var(--global-brand);
  line-height: 1.2;
}

.footer.footer--jet .ft-jet-support-text {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.45;
  color: #9ca3af;
}

.footer.footer--jet .ft-jet-support-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 12px;
  background: #262626;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.15s ease, border-color 0.15s ease;
}

.footer.footer--jet .ft-jet-support-btn:hover {
  background: #333333;
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.footer.footer--jet .ft-jet-payments-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer.footer--jet .ft-jet-pay-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 16px;
}

.footer.footer--jet .ft-jet-pay-row-fiat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
}

.footer.footer--jet .ft-jet-pay-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer.footer--jet .ft-jet-coin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: #1f1f1f;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer.footer--jet .ft-jet-coin--usdt {
  background: #26a17b;
  font-size: 13px;
}
.footer.footer--jet .ft-jet-coin--ton {
  background: #0098ea;
  font-size: 14px;
}
.footer.footer--jet .ft-jet-coin--eth {
  background: #627eea;
}
.footer.footer--jet .ft-jet-coin--btc {
  background: #f7931a;
  color: #1a1a1a;
}
.footer.footer--jet .ft-jet-coin--more {
  font-size: 10px;
  background: #2a2a2a;
  color: #ccc;
}
.footer.footer--jet .ft-jet-coin--mir {
  width: auto;
  padding: 0 10px;
  border-radius: 999px;
  background: #0f754e;
  font-size: 9px;
}
.footer.footer--jet .ft-jet-coin--tbank {
  background: #ffdd2d;
  color: #333;
  font-weight: 800;
}
.footer.footer--jet .ft-jet-coin--sbp {
  width: auto;
  padding: 0 8px;
  border-radius: 999px;
  background: #6c3fd1;
  font-size: 9px;
}

.footer.footer--jet .ft-jet-pay-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #1a1a1a;
  color: #d4d4d4;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer.footer--jet .ft-jet-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer.footer--jet .ft-jet-soc-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 12px;
  background: #1a1a1a;
  color: #e5e5e5;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.15s ease, color 0.15s ease;
}

.footer.footer--jet .ft-jet-soc-btn:hover {
  background: #262626;
  color: #fff;
}

.footer.footer--jet .ft-jet-soc-btn svg {
  flex-shrink: 0;
}

.footer.footer--jet .ft-jet-partners {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 12px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer.footer--jet .ft-jet-partners__item {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5c5c5c;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
}

.footer.footer--jet .ft-jet-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-top: 12px;
}

.footer.footer--jet .ft-jet-legal-copy {
  flex: 1;
  min-width: 0;
  max-width: 900px;
}

.footer.footer--jet .ft-jet-legal-text {
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 1.6;
  color: #8a8a8a;
}

.footer.footer--jet .ft-jet-legal-text:last-child {
  margin-bottom: 0;
}

.footer.footer--jet .ft-jet-legal-text--muted {
  color: #5c5c5c;
  font-size: 10px;
}

.footer.footer--jet .ft-jet-legal-right {
  flex-shrink: 0;
}

.footer.footer--jet .ft-jet-age {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.25);
  font-size: 11px;
  font-weight: 800;
  color: #fff;
}

@media (max-width: 900px) {
  .footer.footer--jet .ft-jet-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 22px 20px;
    align-items: start;
  }
  .footer.footer--jet .ft-jet-col--support {
    grid-column: 1;
    grid-row: 1;
  }
  .footer.footer--jet .ft-jet-col--info {
    grid-column: 2;
    grid-row: 1;
  }
  .footer.footer--jet .ft-jet-col--casino {
    grid-column: 1;
    grid-row: 2;
  }
  .footer.footer--jet .ft-jet-col--sport {
    grid-column: 2;
    grid-row: 2;
  }
  .footer.footer--jet .ft-jet-support-card {
    grid-column: 1 / -1;
    grid-row: 3;
    max-width: none;
  }
  .footer.footer--jet .ft-jet-col-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .footer.footer--jet .ft-jet-links a {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  .footer.footer--jet {
    padding: 24px 12px 32px;
  }
  .footer.footer--jet .ft-jet-wrap {
    gap: 24px;
  }
  .footer.footer--jet .ft-jet-payments-row {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .footer.footer--jet .ft-jet-pay-group {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .footer.footer--jet .ft-jet-pay-row-fiat {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .footer.footer--jet .ft-jet-social-row {
        flex-direction: row;
        width: 100%;
        flex-wrap: nowrap;
  }
  .main-content-menu-right{
    display: none;
  }
  .footer.footer--jet .ft-jet-soc-btn {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
    padding: 14px 16px;
  }
  .footer.footer--jet .ft-jet-support-card-inner {
    padding: 18px 14px 12px 16px;
  }
  .footer.footer--jet .ft-jet-support-card-visual {
    width: min(42vw, 118px);
    margin-bottom: -16px;
  }
  .footer.footer--jet .ft-jet-legal {
    flex-direction: column;
  }
  .footer.footer--jet .ft-jet-legal-right {
    align-self: flex-end;
  }
  .footer.footer--jet .ft-jet-partners {
    justify-content: flex-start;
    gap: 8px;
  }
  .footer.footer--jet .ft-jet-partners__item {
    font-size: 8px;
    padding: 8px 10px;
  }
}

/* =============================================================================
   VIP CLUB LANDING — /vip-club (разметка: .vip-club-page.vip-lp)
   Акценты: --global-brand; тёмный фон как на референсе
   ============================================================================= */

.vip-club-page.vip-lp {
  --vip-lp-bg: #0b0b0b;
  --vip-lp-card: #141414;
  --vip-lp-gold: #c9a227;
  --vip-lp-gold-soft: #e8d48b;
  background: var(--vip-lp-bg);
  color: #fff;
  padding: 0 0 56px;
  margin-top: 0;
  border-radius: 0;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.vip-lp__toolbar {
  margin-top: 12px;
}

.vip-lp__toolbar-icon {
  color: var(--global-brand);
  display: flex;
  align-items: center;
  justify-content: center;
}

.vip-lp__back {
  color: inherit;
  text-decoration: none;
}

.vip-lp-intro {
  text-align: center;
  padding: 28px 12px 8px;
}

.vip-lp-intro__small {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.2;
}

.vip-lp-intro__small--bottom {
  margin-top: 4px;
}

.vip-lp-intro__mega {
  margin: 6px 0 0;
  font-size: clamp(2.5rem, 10vw, 4.25rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 0.95;
  text-transform: uppercase;
  color: #fff;
  font-family: inherit;
}

.vip-lp-showroom {
  position: relative;
  min-height: 200px;
  padding: 8px 0 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.vip-lp-showroom__spot {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: min(90%, 520px);
  height: 180px;
  background: radial-gradient(ellipse at center, rgba(255, 80, 60, 0.22) 0%, transparent 68%);
  pointer-events: none;
}

.vip-lp-showroom__floor {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
}

.vip-lp-showroom__car-wrap {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  filter: drop-shadow(0 28px 40px rgba(0, 0, 0, 0.65));
}

.vip-lp-showroom__car {
  display: block;
  width: 100%;
  height: auto;
}

.vip-lp-awards {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0 28px;
}

.vip-lp-awards__track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  flex: 1;
  padding: 4px 4px 12px;
  -webkit-overflow-scrolling: touch;
}

.vip-lp-awards__track::-webkit-scrollbar {
  display: none;
}

.vip-lp-award {
  flex: 0 0 min(240px, 78vw);
  scroll-snap-align: start;
  text-align: center;
  padding: 0 8px;
}

.vip-lp-award__laurel {
  width: 72px;
  margin: 0 auto 10px;
}

.vip-lp-award__laurel svg {
  display: block;
  width: 100%;
  height: auto;
}

.vip-lp-award__text {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.vip-lp-awards__next {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: #2a2a2e;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
}

.vip-lp-awards__next:hover {
  background: #3a3a42;
}

.vip-lp-manager {
  padding: 0 0 28px;
}

.vip-lp-manager__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  border-radius: 24px;
  background: linear-gradient(
    125deg,
    #063a1f 0%,
    var(--global-brand) 45%,
    #0d4d2e 100%
  );
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

.vip-lp-manager__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.vip-lp-manager__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
}

.vip-lp-manager__pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.vip-lp-manager__desc {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  max-width: 420px;
}

.vip-lp-manager__avatars {
  display: flex;
  gap: -8px;
}

.vip-lp-manager__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  background: var(--vip-av, #444);
  border: 3px solid rgba(255, 255, 255, 0.35);
  margin-left: -10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.vip-lp-manager__avatar:first-child {
  margin-left: 0;
}

.vip-lp-concierge-wrap {
  padding: 8px 0 36px;
}

.vip-lp-concierge {
  background: #fff;
  border-radius: 28px;
  padding: clamp(20px, 4vw, 32px) clamp(16px, 3vw, 28px) 20px;
  color: #111;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.vip-lp-concierge__head {
  text-align: center;
  margin-bottom: 12px;
}

.vip-lp-concierge__title {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
}

.vip-lp-concierge__title-big {
  display: block;
  font-size: clamp(1.5rem, 5vw, 2.1rem);
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}

.vip-lp-concierge__sub {
  margin: 10px 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.45;
}

.vip-lp-concierge__jet {
  max-width: 420px;
  margin: 8px auto 20px;
}

.vip-lp-concierge__jet svg {
  display: block;
  width: 100%;
  height: auto;
}

.vip-lp-concierge__services {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.vip-lp-concierge-card {
  flex: 0 0 auto;
  min-width: 132px;
  max-width: 160px;
  padding: 12px 10px;
  border-radius: 14px;
  border: 1px solid #e6e6e8;
  background: #fafafa;
  text-align: center;
  box-sizing: border-box;
}

.vip-lp-concierge-card__ico {
  display: block;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 8px;
}

.vip-lp-concierge-card__label {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  color: #222;
}

.vip-lp-bento-wrap {
  padding: 12px 0 40px;
}

.vip-lp-section-title {
  text-align: center;
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.vip-lp-bento {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 14px;
}

.vip-lp-bento__cell {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 160px;
  padding: 20px 18px 52px;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.vip-lp-bento__cell:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
}

.vip-lp-bento__cell--tall {
  grid-row: span 2;
  min-height: 340px;
}

.vip-lp-bento__cell--teal {
  background: linear-gradient(155deg, #0d4d4a 0%, #1a8066 45%, #0a302e 100%);
}

.vip-lp-bento__cell--purple {
  background: linear-gradient(145deg, #3d1a5c 0%, #7b3fd4 50%, #2a1048 100%);
}

.vip-lp-bento__cell--blue {
  background: linear-gradient(145deg, #0a2a5c 0%, #2563eb 48%, #0c1a3a 100%);
}

.vip-lp-bento__cell-title {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  max-width: 12em;
  z-index: 1;
}

.vip-lp-bento__btn {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 10px;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  z-index: 1;
}

.vip-lp-bento__deco {
  position: absolute;
  right: -8%;
  bottom: -6%;
  width: 55%;
  height: 55%;
  border-radius: 20px;
  opacity: 0.9;
  pointer-events: none;
}

.vip-lp-bento__deco--cash {
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.25) 0%, transparent 50%),
    linear-gradient(135deg, #1a5c4a 0%, #0d2820 100%);
  transform: rotate(-8deg);
}

.vip-lp-bento__deco--jetman {
  background: radial-gradient(circle at 70% 20%, rgba(255, 200, 100, 0.35) 0%, transparent 45%),
    linear-gradient(160deg, #5b21b6 0%, #1e1b4b 100%);
  border-radius: 50%;
}

.vip-lp-bento__deco--yacht {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, transparent 50%),
    linear-gradient(135deg, #1d4ed8 0%, #0f172a 100%);
  border-radius: 40% 60% 50% 40%;
}

@media (max-width: 640px) {
  .vip-lp-bento {
    grid-template-columns: 1fr;
  }
  .vip-lp-bento__cell--tall {
    grid-row: auto;
    min-height: 220px;
  }
}

.vip-lp-gifts-wrap {
  padding: 8px 0 32px;
}

.vip-lp-gifts-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1fr;
  grid-template-rows: minmax(150px, auto) minmax(130px, auto);
  gap: 14px;
}

.vip-lp-gift {
  position: relative;
  border-radius: 20px;
  padding: 18px 16px 42%;
  overflow: hidden;
  box-sizing: border-box;
}

.vip-lp-gift--tall {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.vip-lp-gifts-grid > .vip-lp-gift:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.vip-lp-gifts-grid > .vip-lp-gift:nth-child(3) {
  grid-column: 3 / span 2;
  grid-row: 1;
}

.vip-lp-gifts-grid > .vip-lp-gift:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

.vip-lp-gifts-grid > .vip-lp-gift:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}

.vip-lp-gifts-grid > .vip-lp-gift:nth-child(6) {
  grid-column: 4;
  grid-row: 2;
}

.vip-lp-gift--purple {
  background: linear-gradient(160deg, #4c1d95 0%, #7c3aed 40%, #2e1065 100%);
}

.vip-lp-gift--teal {
  background: linear-gradient(155deg, #0f3d4a 0%, #0d9488 50%, #042f2e 100%);
}

.vip-lp-gift--royal {
  background: linear-gradient(145deg, #1e3a8a 0%, #2563eb 45%, #172554 100%);
}

.vip-lp-gift--maroon {
  background: linear-gradient(145deg, #450a0a 0%, #991b1b 50%, #1c0a0a 100%);
}

.vip-lp-gift--cyan {
  background: linear-gradient(145deg, #0e7490 0%, #22d3ee 42%, #083344 100%);
}

.vip-lp-gift--orange {
  background: linear-gradient(145deg, #7c2d12 0%, #ea580c 48%, #431407 100%);
}

.vip-lp-gift__num {
  display: block;
  font-size: clamp(1.4rem, 4vw, 1.85rem);
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

.vip-lp-gift__txt {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.92);
  max-width: 14em;
}

.vip-lp-gift__art {
  position: absolute;
  right: -6%;
  bottom: -4%;
  width: 55%;
  height: 50%;
  border-radius: 12px;
  opacity: 0.85;
}

.vip-lp-gift__art--case {
  background: linear-gradient(145deg, #c0c0c0 0%, #6b7280 100%);
  transform: rotate(-6deg);
}

.vip-lp-gift__art--ring {
  background: radial-gradient(circle at 40% 35%, #fde68a 0%, #b45309 55%, #451a03 100%);
  border-radius: 50%;
}

.vip-lp-gift__art--golf {
  background: linear-gradient(180deg, #1e40af 0%, #172554 100%);
  border-radius: 8px 8px 40% 40%;
}

.vip-lp-gift__art--car {
  background: linear-gradient(105deg, #1d4ed8 0%, #1e3a8a 100%);
  border-radius: 40% 20% 12% 12%;
}

.vip-lp-gift__art--watch {
  background: radial-gradient(circle at 50% 45%, #e2e8f0 0%, #64748b 60%, #0f172a 100%);
  border-radius: 30%;
}

.vip-lp-gift__art--bag {
  background: linear-gradient(145deg, #ea580c 0%, #9a3412 100%);
  border-radius: 20% 30% 25% 20%;
}

@media (max-width: 900px) {
  .vip-lp-gifts-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }
  .vip-lp-gift--tall {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 180px;
    padding-bottom: 36%;
  }
  .vip-lp-gifts-grid > .vip-lp-gift:nth-child(2),
  .vip-lp-gifts-grid > .vip-lp-gift:nth-child(3),
  .vip-lp-gifts-grid > .vip-lp-gift:nth-child(4),
  .vip-lp-gifts-grid > .vip-lp-gift:nth-child(5),
  .vip-lp-gifts-grid > .vip-lp-gift:nth-child(6) {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 520px) {
  .vip-lp-gifts-grid {
    grid-template-columns: 1fr;
  }
}

.vip-lp-gifts-slider {
  position: relative;
  margin-top: 20px;
  border-radius: 26px;
  background: linear-gradient(180deg, #f8f8f8 0%, #ececec 100%);
  overflow: hidden;
  padding: 28px 16px 20px;
  color: #111;
}

.vip-lp-gifts-slider__viewport {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.vip-lp-gifts-slider__track {
  display: flex;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.vip-lp-gifts-slider__slide {
  flex: 0 0 100%;
  text-align: center;
  padding: 0 48px;
  box-sizing: border-box;
}

.vip-lp-gifts-slider__amount {
  display: block;
  font-size: clamp(1.6rem, 5vw, 2.35rem);
  font-weight: 900;
  color: #0a0a0a;
  letter-spacing: -0.02em;
}

.vip-lp-gifts-slider__sub {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}

.vip-lp-gifts-slider__decor {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 72px;
  height: 56px;
  border-radius: 6px;
  background: repeating-linear-gradient(
    90deg,
    #15803d 0px,
    #15803d 8px,
    #166534 8px,
    #166534 16px
  );
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 0;
  opacity: 0.85;
}

.vip-lp-gifts-slider__decor::after {
  content: "";
  position: absolute;
  inset: 6px;
  background: linear-gradient(180deg, #bbf7d0 0%, #86efac 100%);
  border-radius: 2px;
}

.vip-lp-gifts-slider__decor--left {
  left: 10px;
}

.vip-lp-gifts-slider__decor--right {
  right: 10px;
}

.vip-lp-gifts-slider__footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}

.vip-lp-gifts-slider__dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.vip-lp-gifts-slider__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.vip-lp-gifts-slider__dot.is-active {
  background: #111;
  transform: scale(1.15);
}

.vip-lp-gifts-slider__next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #111;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.vip-lp-exchange {
  position: relative;
  text-align: center;
  padding: 36px 20px 40px;
  margin: 28px 0 32px;
  border-radius: 28px;
  overflow: hidden;
  background: radial-gradient(ellipse 80% 120% at 50% 20%, #7f1d1d 0%, #3a0508 55%, #1a0204 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.vip-lp-exchange__glow {
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle at 30% 40%, rgba(255, 100, 100, 0.12) 0%, transparent 55%);
  pointer-events: none;
}

.vip-lp-exchange__icon {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
}

.vip-lp-exchange__title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(0.95rem, 2.8vw, 1.15rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.35;
}

.vip-lp-exchange__text {
  position: relative;
  z-index: 1;
  margin: 14px auto 0;
  max-width: 520px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

.vip-lp-exchange__btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 14px 28px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.vip-lp-exchange__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

.vip-lp-faq {
  padding: 8px 0 24px;
}

.vip-lp-faq__heading {
  margin: 0 0 16px;
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
}

.vip-lp-faq__item {
  background: #1a1a1a;
  border-radius: 12px;
  margin-bottom: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.vip-lp-faq__q {
  list-style: none;
  cursor: pointer;
  padding: 16px 44px 16px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  position: relative;
}

.vip-lp-faq__q::-webkit-details-marker {
  display: none;
}

.vip-lp-faq__q::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(255, 255, 255, 0.55);
  border-bottom: 2px solid rgba(255, 255, 255, 0.55);
  transform: translateY(-60%) rotate(45deg);
  transition: transform 0.2s ease;
}

.vip-lp-faq__item[open] .vip-lp-faq__q::after {
  transform: translateY(-30%) rotate(225deg);
}

.vip-lp-faq__a {
  padding: 0 16px 16px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62);
}

.vip-lp-legal {
  margin: 0;
  text-align: center;
  font-size: 11px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.35);
}
