* {
  box-sizing: border-box;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none !important;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  vertical-align: top !important;
}

ul,
ol {
  padding: 10px 10px 10px 20px;
}

a {
  transition: 0.2s;
  text-decoration: none;
  color: #fff;
  display: inline-block;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #dafe31;
}

::-webkit-scrollbar {
  width: 5px;
  background: transparent;
  display: none;
}

.block-topmenu.topmenu::-webkit-scrollbar {
  display: block;
}

::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #2a3546;
  border-radius: 2px;
}

html,
body {
  color: #fff;
  line-height: 1.5;
  font-family: 'Sora', sans-serif;
  font-weight: 400;
  font-size: 14px;
  overflow-x: hidden;
}

html.modal_open {
  overflow: hidden;
  height: 100vh;
}

body {
  background-color: #1b2b38;
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 19px;
}

p {
  margin: 5px 0;
}

svg {
  vertical-align: top;
}

.container {
  max-width: 1664px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}

.header {
  position: fixed;
  top: 0;
  left: 230px;
  right: 0;
  width: calc(100% - 230px);
  z-index: 20;
  background-color: #1b2b38;
  transition: .3s;
}

.header.active {
  width: calc(100% - 48px);
  left: 48px;
}

.header .container {
  max-width: 1920px;
}

.fixed-header {
  padding: 16px 32px;
  height: 88px;
  margin: 0 auto;
}

.fixed-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  height: 100%;
}

.header-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 56%;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

.header-logo {
  margin: 0 20px 0 0;
  position: relative;
}

.header .logo {
  max-height: 37px;
}

.header-logo svg {
  max-width: 150px;
  max-height: 40px;
  width: 100%;
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 40px;
}

.head_menu_btn {
  cursor: pointer;
  opacity: .7;
  transition: .3s;
}

.head_menu_btn svg {
  fill: #000;
}

.head_menu_btn:hover {
  opacity: 1;
}

.header-menu a {
  color: #fff;
  font-size: 16px;
  margin: 0 33px 0 0;
}

.header-menu a:hover,
.header-menu a.active {
  color: #dafe31;
}

.overflow-topmenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000070;
  display: none;
  z-index: 20;
}

.overflow-topmenu.active {
  /*    display: block;*/
}

.parent-header-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.no-login-header-btn,
.yes-login-header-btn {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

.header__bonus-info {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

.no-login-header-btn {
  display: flex;
}

.no-login-header-btn.mobile {
  display: none;
}

.yes-login-header-btn .notification {
  position: relative;
  margin-right: 8px;
}

.yes-login-header-btn .notification svg {
  width: 32px;
  height: 32px;
}

.yes-login-header-btn .notification::after {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #dafe31;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.header-btn .btn.open-deposit {
  padding: 7.5px 16px;
}

.header-btn {
  display: flex;
  align-items: center;
}

.topmenu-wrap .header-btn {
  padding: 0 15px;
  flex-direction: column;
  margin-bottom: 20px;
}

.topmenu-wrap .header-btn .reg-btn {
  padding: 8px 7px;
}

.topmenu-wrap .header-btn .btn + .btn {
  margin-right: 0;
  margin-top: 20px;
}

.reg-btn {
  position: relative;
  margin-right: 16px;
}

.open-reg.gift-icon {
  overflow: visible;
}
.gift-icon:after {
  position: absolute;
  top: -8px;
  right: -1px;
  content: '100%';
  width: auto;
  height: 16px;
  font-size: 12px;
  line-height: 1.45;
  font-weight: bold;
  background-color: #ff7a00;
  background-image: url(/storage/icons/main/gift.svg);
  background-position: 8px 1px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  border-radius: 8px;
  padding-left: 25px;
  padding-right: 8px;
  color: #FFF;
  z-index: 1;
}

.btn.animation {
  animation: btn-animation 16s infinite cubic-bezier(0.7, 0, 0, 1);
}


@keyframes btn-animation {

  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
    box-shadow: 0px 0px 12px 4px #dafe31;
  }

  9.99%,
  19.99%,
  29.99%,
  39.99%,
  49.99%,
  59.99%,
  69.99%,
  79.99%,
  89.99%,
  99.99% {
    box-shadow: 0 0 0 10px rgba(218, 254, 49, 0);
  }
}

.jack-pot-bronze-animation {
  animation: jack-bronze-animation 10s infinite cubic-bezier(0.7, 0, 0, 1.01);
}

@keyframes jack-bronze-animation {

  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
    box-shadow: 0px 0px 12px 11px #E38250;
  }

  9.99%,
  19.99%,
  29.99%,
  39.99%,
  49.99%,
  59.99%,
  69.99%,
  79.99%,
  89.99%,
  99.99% {
    box-shadow: 0 0 0 10px rgba(218, 254, 49, 0);
  }
}

.jack-pot-silver-animation {
  animation: jack-silver-animation 10s infinite cubic-bezier(0.7, 0, 0, 1.01);
}

@keyframes jack-silver-animation {

  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
    box-shadow: 0px 0px 12px 11px #B5C0C9;
  }

  9.99%,
  19.99%,
  29.99%,
  39.99%,
  49.99%,
  59.99%,
  69.99%,
  79.99%,
  89.99%,
  99.99% {
    box-shadow: 0 0 0 10px rgba(218, 254, 49, 0);
  }
}

.jack-pot-gold-animation {
  animation: jack-gold-animation 10s infinite cubic-bezier(0.7, 0, 0, 1.01);
}

@keyframes jack-gold-animation {

  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
    box-shadow: 0px 0px 12px 11px #FFFF34;
  }

  9.99%,
  19.99%,
  29.99%,
  39.99%,
  49.99%,
  59.99%,
  69.99%,
  79.99%,
  89.99%,
  99.99% {
    box-shadow: 0 0 0 10px rgba(218, 254, 49, 0);
  }
}

.jack-pot-platinum-animation {
  animation: jack-platinum-animation 10s infinite cubic-bezier(0.7, 0, 0, 1.01);
}

@keyframes jack-platinum-animation {

  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
    box-shadow: 0px 0px 12px 11px #D6FFD4;
  }

  9.99%,
  19.99%,
  29.99%,
  39.99%,
  49.99%,
  59.99%,
  69.99%,
  79.99%,
  89.99%,
  99.99% {
    box-shadow: 0 0 0 10px rgba(218, 254, 49, 0);
  }
}

.jack-pot-sapphire-animation {
  animation: jack-sapphire-animation 10s infinite cubic-bezier(0.7, 0, 0, 1.01);
}

@keyframes jack-sapphire-animation {

  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
    box-shadow: 0px 0px 12px 11px #6677F5;
  }

  9.99%,
  19.99%,
  29.99%,
  39.99%,
  49.99%,
  59.99%,
  69.99%,
  79.99%,
  89.99%,
  99.99% {
    box-shadow: 0 0 0 10px rgba(218, 254, 49, 0);
  }
}

.jack-pot-diamond-animation {
  animation: jack-diamond-animation 10s infinite cubic-bezier(0.7, 0, 0, 1.01);
}

@keyframes jack-diamond-animation {

  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
    box-shadow: 0px 0px 12px 11px #BF7DDC;
  }

  9.99%,
  19.99%,
  29.99%,
  39.99%,
  49.99%,
  59.99%,
  69.99%,
  79.99%,
  89.99%,
  99.99% {
    box-shadow: 0 0 0 10px rgba(218, 254, 49, 0);
  }
}



a.btn svg {
  fill: #fff;
  width: 17px;
  height: 17px;
  margin: 0px 5px 0 0;
  display: block;
  float: left;
}

.btn {
  color: #fff;
  justify-content: center;
  padding: 8px 15px;
  text-align: center;
  border-width: 0;
  cursor: pointer;
  transition: all .3s;
  align-items: center;
  background: rgba(27 20 20 / 0);
  border-color: transparent;
  border-radius: 8px;
  border-style: solid;
  display: flex;
  width: auto;
  font-size: 14px;
  min-height: 30px;
  outline: none;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  border-top-right-radius: 4px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 20px;
  min-width: 110px;
  text-align: center;
  position: relative;
}

.btn:hover {
  background: rgba(27 20 20 / .07);
}

.btn.bordered {
  border: 2px solid #735cfc;
}

.btn.bordered:active,
.btn.bordered:focus,
.btn.bordered:hover {
  background-color: rgba(115, 92, 252, .2);
  color: #fff;
}

a.profile-btn {
  background-color: #202a39;
  padding: 10px 20px 11px;
  margin-right: 0;
  border-radius: 14px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin-left: 8px;
}

a.profile-btn svg {
  fill: #fff;
}

.laguage-wrapper {
  position: relative;
  margin-bottom: 8px;
}

.btn-lang {
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
}

.btn-lang a {
  font-size: 16px;
  border-radius: 8px;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(212, 225, 245, .2);
  border-radius: 20px;
}

.btn-lang a:hover {
  border: 1px solid #735cfc;
}

.btn-lang a img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 15px;
  transition: .3s;
}

.btn-lang a:hover img,
.btn-lang.active a img {
  box-shadow: 0 0 0 4px #dafe31;
}

.btn-lang a svg {
  width: 10px;
  height: 10px;
  margin-left: auto;
  fill: rgba(212, 225, 245, .2);
}

.btn-lang a:hover svg {
  fill: #fff;
}

.btn-lang.active a svg {
  transform: scale(1, -1);
}

.btn-filled {
  background: #ffc400;
  color: #000;
  padding: 8px 16px;
}

.btn-filled:hover {
  background: #ffa300;
  border-color: #ffa300;
}

.btn-filled.red {
  background-color: #dafe31;
  color: #111;
}

.btn-filled.red:hover {
  background: #C9343D;
  color: #fff;
}

.btn-filled.green {
  background-color: #dafe31;
  border: 2px solid #dafe31;
  color: #111;
}

.btn-filled.green:hover {
  background-color: #e1fe5a;
  border: 2px solid #e1fe5a;
}

.btn-bordered {
  color: #1b1414;
  border: 1px solid #858585;
}

.btn-bordered:hover {
  color: #1b1414;
  background-color: rgba(27 20 20 / .07);
}

.open-lang,
.note-popup,
.modal-universe-centered {
  background-color: rgba(27, 43, 56, .65);
  border-radius: 12px;
  display: none;
  overflow: hidden;
  font-size: 14px;
  margin: 0 auto;
  padding: 4px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
}

.open-lang__wrapper,
.note-popup__wrapper,
.modal-universe-centered__wrapper{
  background-color: #151a22;
  max-width: 500px;
  width: 100%;
  margin: 50px auto 0;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.open-lang__wrapper .btn {
  max-width: 110px;
  margin: 0 auto;
}

.open-lang__header,
.note-popup__header,
.modal-universe-centered__header{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  position: relative;
  font-weight: 600;
  padding-bottom: 30px;
}

.open-lang__header .close,
.note-popup__header .close,
.modal-universe-centered__header .close {
  position: absolute;
  right: 0;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.open-lang__header .close svg line,
.modal-universe-centered__header .close svg line,
.note-popup__header .close svg line {
  transition: .2s;
}

.modal-universe-centered__header .close:hover svg line,
.open-lang__header .close:hover svg line,
.note-popup__header .close:hover svg line {
  stroke: #dafe31;
}

.open-lang .lang-list {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  padding: 15px;
}

.open-lang.active,
.modal-universe-centered.active,
.note-popup.active {
  display: block;
}

.note-popup__message,
.modal-universe-centered__message {
  margin-bottom: 20px;
  font-size: 16px;
  color: #fc3838;
}

.available_games{
  margin-bottom: 20px;
}

.available_games .wager-scale__row:first-child{
  margin-top: 10px;
}

.open-lang a {
  font-size: 14px;
  position: relative;
  text-align: center;
}

.open-lang a:hover {
  background-color: rgb(27 20 20/.04);
}

.open-lang a img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin: 4px;
  box-shadow: 0 0 0 4px #3b444e;
  transition: box-shadow 0.2s ease-out;
}

.open-lang a:hover img,
.open-lang a.active img {
  box-shadow: 0 0 0 4px #dafe31, 0 0 7px 7px rgba(0, 0, 0, 0.6);
}

.open-lang a span {
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.45;
  transition: opacity 0.3s linear;
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding: 0 10px;
  white-space: nowrap;
  background-color: #607896;
  border-radius: 20px;
  transform: translate(-50%, 0);
  visibility: hidden;
  opacity: 0;
}

.open-lang a:hover span {
  visibility: visible;
  opacity: 1;
}

.reg-btn-topmenu {
  width: 100%;
  margin: 0 0 30px;
}

.h-header-balance {
  margin-right: 10px;
}

.h-header-balance {
  width: auto;
  font-size: 12px;
  line-height: 1.2;
}

.text-header-balance {
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  padding: 4px 0;
  display: flex;
  gap: 5px;
}

.text-header-balance + .text-header-balance {
  border-top: 2px solid rgba(212, 225, 245, .2);
}

.text-header-balance span {
  font-weight: 600;
}

.yes-login-header-btn .btn {
  margin-right: 10px;
}

.header-vip {
  background: #5c33cf;
  width: 40px;
  height: 40px;
  outline: 1px solid #fff;
  border: 3px solid #D8D8D8;
  border-radius: 50%;
  cursor: pointer;
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
}

.yes-login-header-btn a.btn svg {
  margin: 0;
}



.block-content {
  min-height: calc(100vh - 240px);
  display: flex;
  flex-wrap: wrap;
}

.block-content.menu-open,
.footer.menu-open {
  /* padding-left: 232px; */
}





































.index-top {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 32px;
  overflow: hidden;
  padding: 0 12px;
}

.logged-out-banner {
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.logged-out-banner__text-block {
  width: calc(50% - 8px);
  max-width: 576px;
  padding-right: 56px;
}

.logged-out-banner__title {
  font-size: 48px;
  line-height: 56px;
  font-family: 'Lora', sans-serif;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.logged-out-banner__text {
  font-size: 20px;
  margin-bottom: 16px;
}

.logged-out-banner__sub {
  font-size: 14px;
  color: #858585;
  font-weight: 300;
}

.logged-out-banner img {
  width: calc(50% - 8px);
}

.logged-out-banner .btn {
  font-size: 16px;
  max-width: 120px;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  margin-left: 0;
}



.slides-btns {
  max-width: 256px;
  background-color: #f2f2f2;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
}

.slides-btns .item {
  padding: 0 24px;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 102px;
  border-bottom: 2px solid #e0e0e0;
  position: relative;
  cursor: pointer;
  font-family: 'Lora', sans-serif;
}

.slides-btns .item::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  background-color: #dafe31;
}

.slides-btns .item.active::after {
  animation: progress-animation infinite 8.2s linear;
}

@keyframes progress-animation {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

.slides-btns .item img {
  width: 64px;
  height: 54px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 16px;
}


.index-slider {
  width: 100%;
}

.index-slider .swiper {
  height: 100%;
  overflow-x: hidden;
  overflow: hidden;
  position: relative;
}

.index-slider .swiper-slide {
  width: calc(100% - 40px);
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 400px;
  position: relative;
  transition: background-size .6s;
  overflow: hidden;
  border-radius: 20px;
  margin: 15px;
}

.index-slider .swiper-slide:hover {
  background-size: 102% auto;
}

.index-slider .swiper-slide .img-wrap {
  position: absolute;
  bottom: 100%;
  left: 60%;
  transition: .7s !important;
}

.TopSwiper .swiper-slide-active .img-wrap {
  bottom: 6%;
}

.index-slider .swiper-slide .img-wrap img {
  position: relative;
  transition: 0s !important;
  max-height: 350px;
  height: 100%;
}

.TopSwiper .bg-swiper-slide {
  position: relative;
  left: -1600px;
  transition: .9s !important;
  z-index: 2;
}

.TopSwiper .swiper-slide-active .bg-swiper-slide {
  left: 0;
}

.parent-swiper-pagination {
  position: absolute;
  width: 200px;
  top: 355px;
  right: auto;
  bottom: 0;
  left: calc(50% - 100px);
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin: 0 2px;
  border: 1px solid #b3b4b8;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #b3b4b8;
}

.bg-swiper-slide {
  color: #fff;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  font-family: "Rubik", sans-serif;
}

span.title-slide {
  font-size: 48px;
  font-weight: 600;
  white-space: pre-line;
  text-shadow: 1px 1px 3px #000;
  z-index: 10;
  line-height: 70px;
  width: 100%;
  display: block;
}

span.number-slide {
  font-size: 24px;
  margin-top: 4px;
  font-weight: 500;
  line-height: 1.31;
  white-space: pre-line;
  text-shadow: 1px 1px 3px #000;
  z-index: 10;
  display: block;
}

.btn-slider {
  margin: 40px 0 0;
}

.btn-slider a,
.btn-slider small {
  max-width: 100%;
  display: inline-block;
  margin: 0;
  font-weight: 300;
  line-height: 1.4;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: .25s ease-in-out;
  font-weight: 600;
}

.parent-swiper-navination {
  position: absolute;
  width: 90px;
  bottom: 30px;
  right: calc((100vw - 1560px) / 2);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  transition: right .3s;
}

.page-content.active .parent-swiper-navination {
  right: calc((100vw - 1362px) / 2);
}

.parent-swiper-navination .swiper-button-next,
.parent-swiper-navination .swiper-button-prev {
  border-radius: 100%;
  background-color: #735cfc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-size: 12px 44px;
  position: static;
  background-image: none;
  margin-top: 0;
}

.parent-swiper-navination .swiper-button-next:hover,
.parent-swiper-navination .swiper-button-prev:hover {
  background-color: #dafe31;
}

.parent-swiper-navination .swiper-button-next svg {
  transform: rotate(-90deg);
  fill: #fff;
  width: 10px;
  height: 10px;
  margin-left: 2px;
}

.parent-swiper-navination .swiper-button-prev svg {
  transform: rotate(90deg);
  fill: #fff;
  width: 10px;
  height: 10px;
  margin-right: 2px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: none;
}

.parent-swiper-navination .swiper-button-next:hover svg,
.parent-swiper-navination .swiper-button-prev:hover svg {
  fill: #000000;
}










.list-anim-btn {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 14px 0 14px;
  width: 100%;
}

.list-anim-btn .anim-btn {
  width: calc(25% - 9px);
  border-radius: inherit;
  background-color: rgba(20, 27, 46, .6);
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 90px;
  position: relative;
  overflow: hidden;
}

.list-anim-btn .anim-btn:hover {
  background-color: rgba(20, 27, 46, 1);
}

.list-anim-btn .anim-btn div {
  padding: 20px;
  background-size: 64px 60px;
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
}

.list-anim-btn .anim-btn:hover > div {
  transform: scale(1.03);
}

.list-anim-btn .anim-btn div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.list-anim-btn .anim-btn span {
  width: 100%;
  font-size: 24px;
  letter-spacing: .34px;
  font-weight: 600;
  line-height: 1;
}

.list-anim-btn .anim-btn small {
  width: 100%;
  font-size: 13px;
  letter-spacing: -.21px;
  margin-top: 3px;
}




.line-one-index-category {
  margin-top: -19px;
  margin-bottom: 15px;
  width: 100%;
  height: 4px;
  border-radius: 0 0 5px 5px;
  background-image: linear-gradient(90deg, rgb(0, 183, 255) 0%, rgb(199, 0, 255) 50%, rgb(255, 187, 0) 100%);
}

.parent-banner-ihb {
  background-color: #1e283f;
  background-image: url(/storage/image/main/home-banner.png);
  background-position: 100% 100%;
  background-size: 400px 100%;
  background-repeat: no-repeat;
  min-height: 202px;
}

.banner-ihb {
  margin-top: 28px;
}

.banner-ihb span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.banner-ihb a {
  height: 45px;
  border-radius: 8px;
  background-image: -webkit-linear-gradient(195deg, #00b7ff, #8d53e9);
  background-image: linear-gradient(255deg, #00b7ff, #8d53e9);
  padding: 0 15px;
  cursor: pointer;
  font-weight: 700;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-top: 25px;
  max-width: 200px;
}



.head-subcat {
  margin-bottom: 7px;
  display: flex;
  align-items: center;
}

.head-subcat-routers {
  width: calc(100% - 250px);
  margin-right: 30px;
  display: block;
  flex: 1 1 auto;
  overflow: hidden;
  border-radius: 6px;
  height: 32px;
}

.one-subcat-router {
  margin-right: 12px;
  display: block;
  float: left;
}

.head-subcat-routers a {
  display: inline-flex;
  align-items: center;
  text-align: center;
  background: rgba(148, 166, 205, .15);
  padding: 0 11px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  /* border: 1px solid rgba(0,0,0,0); */
  transition: .6s all ease;
}

.head-subcat-routers a div {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-right: 6px;
}

.head-subcat-routers a img {
  width: auto;
  height: 20px;
}

.head-subcat-routers a span {
  display: block;
  color: #7a7b91;
  color: #fff;
  font-size: 12px;
  text-align: left;
  white-space: nowrap;
  transition: .4s all ease;
}

.head-subcat-routers a:hover {
  background: rgba(148, 166, 205, .3);
}


.head-subcat-select {
  display: none;
  width: 170px;
  margin-left: 20px;
  position: relative;
}

.subcat-select {
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
  padding: 0 15px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.subcat-select:hover {}

.head-subcat-select svg {
  fill: #dafe31;
  width: 20px;
}

.subcat-select-img {
  display: flex;
}

.head-subcat-select.active .subcat-select svg.icon-arrow {
  transform: scale(1, -1);
}

.subcat-select-drop {
  background: #151a22;
  font-size: 14px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  margin-top: 10px;
  z-index: 4;
  max-height: 285px;
  overflow-y: scroll;
  display: none;
}

.head-subcat-select.active .subcat-select-drop {
  display: block;
}

.subcat-select-drop a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 8px 10px;
  font-size: 12px;
}

.subcat-select-drop a:hover {
  background-color: #1b2b38;
}

.subcat-select-drop .img-select-drop {
  width: 50px;
  margin-right: 9px;
}

.subcat-select-drop .title-select-drop {
  width: calc(100% - 94px);
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
}

.subcat-select-drop .col-select-drop {
  width: 35px;
  text-align: right;
}



.head-tabs {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 30px;
}

.jackpot-tabs {
  width: 500px;
  border: 2px solid #c5991e;
  border-radius: 14px;
  padding: 15px;
  min-height: 250px;
}

.h-jackpot-tabs {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.jackpot-tabs span {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -1.96px;
  text-shadow: 0 2px 87px #0c1820;
}

.h-jackpot-tabs svg {
  width: 15px;
  height: 15px;
  fill: #c5991e;
  margin: -2px 15px 0;
}

.summ-jackpot-tabs {
  background: radial-gradient(circle at -65% 157%, #c5991e, #b68100 7%, #fff29d 66%, #b57f00 113%, #c7940f 138%);
  font-size: 40px;
  font-weight: 900;
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.jackpot-tabs .data-game-slide {
  display: none;
}

.head-tabs .index-slider {
  width: calc(100% - 515px);
}

.head-tabs .index-slider .swiper-slide {
  min-height: 250px;
}







.list-tabs-wrapper {
  display: flex;
  align-items: center;
  min-height: 80px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.list-tabs {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
}

.list-tabs a.router-link {
  padding: 13px 5px 12px;
  position: relative;
  display: flex;
  align-items: center;
}

.list-tabs a.router-link + a.router-link {
  margin-left: 30px;
}

.list-tabs a.router-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleX(0.5);
  opacity: 0;
  height: 3px;
  border-radius: 4px;
  pointer-events: none;
  background-color: #dafe31;
  transition: all 0.5s cubic-bezier(0.6, 0.1, 0.05, 1.5);
}

.list-tabs a.router-link:hover {
  color: #fff;
  transition: .3s !important;
}

.list-tabs a.router-link:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.list-tabs a.router-link svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.list-tabs a.router-link:hover svg {
  animation: iconScale 0.6s ease-out;
}

@keyframes iconScale {
  55% {
    transform: scale(1.25) rotate(10deg);
  }

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

.list-tabs-wrapper .header-search {
  margin-left: auto;
}

.list-tabs-wrapper .header-search input[type="search"] {
  background-image: url(/storage/icons/main/search.svg);
  max-width: 150px;
  color: rgba(255, 255, 255, .3);
  font-size: 14px;
  padding: 0 15px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  width: auto;
  background-position: right 15px center;
  opacity: 1;
  transition: .3s;
  margin-bottom: 0;
  box-shadow: none;
}

.list-tabs-wrapper .header-search.filter {
  margin-left: 20px;
}

.list-tabs-wrapper .header-search.filter input[type="search"] {
  color: rgba(255, 255, 255, 1);
  background-image: url(/storage/icons/main/filter-orange.svg);
}

.list-tabs-wrapper .header-search:hover input[type="search"] {
  color: rgba(255, 255, 255, 1);
  transform: none;
}

.one-category.bonus-games-page {
  margin: 0 0 50px 0;
}

.games-section__wraper {
  margin-bottom: 20px;
}

.head-one-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.h-one-category {
  font-size: 24px;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.h-one-category svg {
  margin-right: 10px;
}

.h-one-category svg:last-child {
  margin-right: 0;
  margin-left: 5px;
  opacity: 0;
  transition: .3s;
}

.h-one-category:hover svg:last-child {
  opacity: 1;
}

.h-one-category:hover {
  color: #fff;
}

.head-one-category .view-all {
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
  color: #1b1414;
}

.head-one-category .view-all {
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
  color: #1b1414;
}

.head-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.slide-head-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 34px;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}

.head-btn-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 28px;
  background-color: #353f59;
  color: #c6c6c6;
  border-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 12px;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  align-items: center;
  position: relative;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  outline: none;
  display: inline-block;
  transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
  border-radius: 6px;
  padding-top: 0;
}

.head-btn-slide.left-slide {
  margin-left: 15px;
}

.head-btn-slide.right-slide {
  margin-left: 5px;
}

.head-btn-slide svg {
  fill: #fff;
  width: 21px;
  height: 28px;
}

.head-btn-slide:hover {
  /* background-color: #3e3ef4; */
}

.head-btn-slide:hover svg {
  fill: #fff;
}

.swiper.game-swiper {
  /* width: calc(100% - 29px); */
  width: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  height: auto;
}

.swiper-wrapper__jackpot {
  flex-direction: column;
}

.game-swiper-wrapper.providers .swiper-arrows .swiper-button-next,
.game-swiper-wrapper.providers .swiper-arrows .swiper-button-prev {
  position: static;
}

.game-swiper-wrapper.providers .swiper-arrows .swiper-button-next:hover,
.game-swiper-wrapper.providers .swiper-arrows .swiper-button-prev:hover {
  background-color: #dafe31;
}

.game-swiper-wrapper.providers .swiper-arrows .swiper-button-next:hover svg,
.game-swiper-wrapper.providers .swiper-arrows .swiper-button-prev:hover svg {
  fill: #000000;
}

.swiper.game-swiper.provider-slider {
  padding: 12px;
}

.game-swiper-wrapper.providers .swiper-slide img[data-provider = pragmaticplay] {
  filter: invert(1);
  scale: 1.1;
  transform: translateY(-4px);
}

.game-swiper-wrapper.providers .swiper-slide {
  padding: 8px 15px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 220px;
  background-color: #13212d;
  border-radius: 20px;
  transition: transform 0.2s, box-shadow 2s;
}

.game-swiper-wrapper.providers .swiper-slide:hover {
  box-shadow: 0 1px 5px #607896;
  transform: translate3d(0, -3px, 0);
  transition: transform 0.2s, box-shadow 0.1s;
}

.game-swiper-wrapper.providers .swiper-slide a {
  height: 100%;
}

.game-swiper-wrapper {
  position: relative;
  margin-bottom: 32px;
}

.parent-game-swiper {
  display: flex;
  position: relative;
  margin-top: 15px;
}

.game-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(13% + 6px);
}

.game-swiper.dup3 .swiper-slide {
  width: 11%;
}

.game-swiper-wrapper .swiper-button-next svg,
.game-swiper-wrapper .swiper-button-prev svg {
  fill: #fff;
}

.game-swiper-wrapper .swiper-button-next svg{
  margin-left: 2px;
}
.game-swiper-wrapper .swiper-button-prev svg {
  margin-right: 2px;
}

.game-swiper-wrapper .swiper-button-next svg {
  transform: rotate(-90deg);
}

.game-swiper-wrapper .swiper-button-prev svg {
  transform: rotate(90deg);
}

.game-swiper-wrapper .swiper-button-next,
.game-swiper-wrapper .swiper-button-prev {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #735cfc;
  border-radius: 50%;
  margin-top: 0;
}

.game-swiper-wrapper .swiper-button-next {
  right: -13px;
  top: 63px;
}

.game-swiper-wrapper .swiper-button-prev {
  left: -13px;
  top: 63px;
}

.form-gift-reg .swiper-button-next.swiper-button-disabled,
.form-gift-reg .swiper-button-prev.swiper-button-disabled,
.swiper-tournament-slider .swiper-button-next.swiper-button-disabled,
.swiper-tournament-slider .swiper-button-prev.swiper-button-disabled,
.jackpot-games-swiper .swiper-button-next.swiper-button-disabled,
.jackpot-games-swiper .swiper-button-prev.swiper-button-disabled,
.game-swiper-wrapper .swiper-button-next.swiper-button-disabled,
.game-swiper-wrapper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: rgba(212, 225, 245, .2);
}

.game-swiper .swiper-button-next,
.game-swiper .swiper-button-prev {
  display: none;
}

.game-swiper-wrapper.providers .swiper-button-next {
  top: calc(50% - 13px);
}

.game-swiper-wrapper.providers .swiper-button-prev {
  top: calc(50% - 13px);
}

.game-swiper-wrapper .swiper-button-next:after,
.game-swiper-wrapper .swiper-rtl .swiper-button-prev:after,
.game-swiper-wrapper .swiper-button-prev:after,
.game-swiper-wrapper .swiper-rtl .swiper-button-next:after {
  content: none;
}

.themes-slides.game-swiper .swiper-slide {
  padding: 4px;
  padding-left: 22px;
  border-radius: 12px;
  min-height: 294px;
  min-width: 465px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.themes-slides .swiper-slide:nth-child(1) {
  background-color: rgba(255, 196, 0, 0.08);
}

.themes-slides .swiper-slide:nth-child(1):hover {
  background-color: rgba(255, 196, 0, 0.16);
}

.themes-slides .swiper-slide:nth-child(1) > .title {
  color: #ffc400;
}

.themes-slides .swiper-slide:nth-child(2) {
  background-color: rgba(244, 136, 149, 0.08);
}

.themes-slides .swiper-slide:nth-child(2):hover {
  background-color: rgba(244, 136, 149, 0.16);
}

.themes-slides .swiper-slide:nth-child(2) > .title {
  color: #f48895;
}

.themes-slides .swiper-slide:nth-child(3) {
  background-color: rgba(126, 126, 242, 0.08);
}

.themes-slides .swiper-slide:nth-child(3):hover {
  background-color: rgba(126, 126, 242, 0.16);
}

.themes-slides .swiper-slide:nth-child(3) > .title {
  color: #7e7ef2;
}

.themes-slides .swiper-slide:nth-child(4) {
  background-color: rgba(6, 65, 121, 0.08);
}

.themes-slides .swiper-slide:nth-child(4):hover {
  background-color: rgba(6, 65, 121, 0.16);
}

.themes-slides .swiper-slide:nth-child(4) > .title {
  color: #064179;
}

.themes-slides .swiper-slide:nth-child(5) {
  background-color: rgba(17, 139, 255, 0.08);
}

.themes-slides .swiper-slide:nth-child(5):hover {
  background-color: rgba(17, 139, 255, 0.16);
}

.themes-slides .swiper-slide:nth-child(5) > .title {
  color: #118bff;
}

.themes-slides .swiper-slide:nth-child(6) {
  background-color: rgba(235, 184, 56, 0.08);
}

.themes-slides .swiper-slide:nth-child(6):hover {
  background-color: rgba(235, 184, 56, 0.16);
}

.themes-slides .swiper-slide:nth-child(6) > .title {
  color: #ebb838;
}

.themes-slides .swiper-slide:nth-child(7) {
  background-color: rgba(124, 208, 148, 0.08);
}

.themes-slides .swiper-slide:nth-child(7):hover {
  background-color: rgba(124, 208, 148, 0.16);
}

.themes-slides .swiper-slide:nth-child(7) > .title {
  color: #7cd094;
}

.themes-slides .swiper-slide:nth-child(8) {
  background-color: rgba(159, 1, 2, 0.08);
}

.themes-slides .swiper-slide:nth-child(8):hover {
  background-color: rgba(159, 1, 2, 0.16);
}

.themes-slides .swiper-slide:nth-child(8) > .title {
  color: #9f0102;
}

.themes-slides .swiper-slide:nth-child(9) {
  background-color: rgba(255, 112, 0, 0.08);
}

.themes-slides .swiper-slide:nth-child(9):hover {
  background-color: rgba(255, 112, 0, 0.16);
}

.themes-slides .swiper-slide:nth-child(9) > .title {
  color: #ff7000;
}

.themes-slides .swiper-slide > .title {
  font-size: 32px;
  font-family: 'Lora', sans-serif;
  padding-top: 20px;
}

.themes-slides .parent-game-slide {
  width: 100%;
  position: absolute;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}

.themes-slides .parent-game-slide a {
  width: 100%;
}

.themes-slides .parent-game-slide:nth-child(2),
.themes-slides .parent-game-slide:nth-child(3),
.themes-slides .parent-game-slide:nth-child(4) {
  max-width: 120px;
  right: 4px;
}

.themes-slides .parent-game-slide:nth-child(2) {
  top: 4px;
}

.themes-slides .parent-game-slide:nth-child(3) {
  top: 102px;
}

.themes-slides .parent-game-slide:nth-child(4) {
  bottom: 4px;
}

.themes-slides .parent-game-slide:nth-child(8),
.themes-slides .parent-game-slide:nth-child(7) {
  max-width: 152px;
  width: 33.9%;
}

.themes-slides .parent-game-slide:nth-child(8) {
  bottom: 4px;
  right: 292px;
}

.themes-slides .parent-game-slide:nth-child(7) {
  bottom: 66px;
  right: 132px;
}

.themes-slides .parent-game-slide:nth-child(5),
.themes-slides .parent-game-slide:nth-child(6) {
  max-width: 72px;
}

.themes-slides .parent-game-slide:nth-child(5) {
  bottom: 4px;
  right: 132px;
}

.themes-slides .parent-game-slide:nth-child(6) {
  bottom: 4px;
  right: 212px;
}

.game-slide {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 100%;
}

.game-slide.search-modal {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.game-slide.visible {
  opacity: 1;
  transform: translateX(0);
}

.game-slide[data-provider="evolution2"] a.demo {
  display: none;
}

.provider-game-slide-img {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  max-width: 85px;
  height: 45px;
  width: 60%;
  padding: 5px;
  background-color: rgba(27, 43, 56, .8);
  border-bottom-left-radius: 10px;
  object-fit: contain;
}

.game-slide:hover .provider-game-slide-img {
  display: none;
}

.game-preview__btn-star {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  border: none;
  z-index: 2;
}

.game-preview__btn-star svg {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.game-preview__btn-star.star.favorite.in_favorites svg {
  fill: #ffb319;
}

.meta-game-slide {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 1;
  width: 36px;
}

.meta-game-slide span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 4px;
}

.meta-game-slide .new {
  background: #3e3ef4;
}

.meta-game-slide .top {
  background: #ffbb39;
  color: #131521;
}

.meta-game-slide .hot {
  background: #fd2d5e;
}

.hover-game-slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 2;
  padding: 10px 15px;
  overflow: hidden;
  opacity: 0;
  transition: opacity .3s;
}

.hover-game-slide > * {
  z-index: 2;
}

.hover-game-slide .btn {
  font-size: 12px;
  padding: 6px 8px;
  margin: 5px;
  min-height: inherit;
}

.hover-game-slide a:not(.btn) {
  font-size: 14px;
  padding: 5px 20px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.hover-game-slide a.demo:not(.btn-play-icon) {
  color: #fff;
  font-weight: 600;
  top: calc(100% + 7px);
  left: 0;
  right: 0;
  border: 2px solid #735cfc;
  padding: 6px 8px;
  border-top-right-radius: 4px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 20px;
  font-size: 12px;
  margin: 5px 5px 5px;
  width: calc(100% - 10px);
}

.hover-game-slide a.demo:hover {
  background-color: rgba(115, 92, 252, .2);
  color: #fff;
}

.hover-game-slide .h-game-btns .btn-play-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  margin-bottom: 10px;
  font-size: 16px;
}

.h-game-btns .btn-play-icon svg {
  width: 100%;
  height: 100%;
}

.hover-game-slide .btn-bordered {
  background-color: rgba(255, 196, 0, .0);
}

.hover-game-slide .btn-bordered:hover {
  background-color: rgba(255, 196, 0, .1);
}

.game-slide:hover .hover-game-slide {
  opacity: 1;
}

.game-slide:hover .h-game-btns {
  opacity: 1;
}

.game-slide:hover .hover-game-slide {
  background-color: rgba(0, 0, 0, .6);
}

.img-game-slide {
  position: relative;
  overflow: hidden;
  height: auto;
  padding-top: 75%;
  background-size: cover, cover, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

.img-game-slide:not(.visible) {
  background: none !important;
}

.parent-game-swiper .game-slide {
  border-radius: 16px 16px 0 0;
}

.parent-game-swiper .img-game-slide {
  padding-top: 135%;
}

.game-slide.slide-view-all:hover > .img-game-slide {
  filter: blur(0px);
}

.game-slide.slide-view-all:hover > .hover-game-slide {
  opacity: 0;
  z-index: -1;
}

.data-game-slide {
  background: none;
  border-radius: 0 0 10px 10px;
  padding: 8px 6px 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: auto;
  position: relative;
  z-index: 17;
}

.provider-game-slide {
  color: #858585;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
}

.h-game-slide {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  font-size: 18px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  z-index: 1;
  padding: 10px;
  background: linear-gradient(360deg, #000 0%, rgba(0, 0, 0, 0) 47%);
}

.game-slide:hover .h-game-slide {
  display: none;
}

.h-game-slide span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.h-game-slide svg {
  width: 24px;
  height: 24px;
}

.h-game-slide .game-info-desc {
  margin-left: auto;
  cursor: pointer;
  display: flex;
}

.game-stat-dropdown__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f2f2f2;
  padding: 16px;
  z-index: 20;
  border-radius: 6px;
  width: 370px;
  box-shadow: 0 0 2px #0006;
  opacity: 0;
  pointer-events: none;
}

.game-stat-dropdown__wrapper.static {
  position: static;
  box-shadow: none;
  opacity: 1;
  pointer-events: all;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 32px;
}

.game-stat-dropdown__wrapper.static > div {
  background-color: #f2f2f2;
}

.game-stat-dropdown__wrapper.static::after,
.game-stat-dropdown__wrapper.static::before {
  content: none;
}

.game-stat-dropdown__wrapper.active {
  opacity: 1;
  pointer-events: all;
}

.game-stat-dropdown__wrapper::before {
  content: '';
  position: absolute;
  top: 100%;
  height: 16px;
  width: 100%;
  left: 0;
}

.game-stat-dropdown__wrapper.bottom::before {
  top: -20px;
}

.game-stat-dropdown__wrapper::after {
  content: '';
  position: absolute;
  left: calc(50% - 10px);
  bottom: -6px;
  width: 12px;
  height: 12px;
  background-color: #f2f2f2;
  transform: rotate(45deg);
}

.game-stat-dropdown__wrapper.left::after {
  left: calc(50% + 90px);
}

.game-stat-dropdown__wrapper.bottom::after {
  bottom: calc(100% - 6px);
  left: calc(50% - 5px);
}

.game-stat-dropdown__wrapper.bottom.left::after {
  left: calc(50% + 95px);
}

.game-stat-dropdown__wrapper .game-stat-dropdown {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.game-stat-dropdown__wrapper .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
}

.game-stat-dropdown__wrapper .item:first-child {
  padding: 8px;
  background: #fff;
  border-radius: 6px;
}

.game-stat-dropdown__wrapper .item span {
  margin-right: 4px;
  color: #858585;
}

.game-stat-dropdown__wrapper .item svg {
  margin-left: 4px;
  width: 16px;
  height: 16px;
}

.game-stat-dropdown__wrapper .item + .item {
  margin-left: 8px;
}

.game-stat-dropdown__wrapper .row {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
}

.game-stat-dropdown__wrapper .row .title {
  color: #858585;
}

.h-game-btns {
  opacity: 0;
  position: relative;
}

.parent-game-slide {
  width: 100%;
}

.sides-blocks {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px;
}

.mini-slider-win {
  width: calc(33.33% - 14px);
  max-height: 410px;
  padding: 85px 35px 40px;
  background-color: #13212d;
  border-radius: 20px;
  position: relative;
  /*pointer-events: none;*/
}

.swiper-wins {
  overflow: hidden;
  max-height: 278px;
}

.swiper-wins .swiper-slide {
  height: 60px !important;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 10px;
  gap: 10px;
}

.swiper-wins .swiper-slide .game {
  border-radius: 10px;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.swiper-wins .mini-img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
}

.swiper-wins .mini-img img {
  object-fit: cover;
  height: 100%;
}

.swiper-wins .mini-desc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #1b2b38;
  border-radius: 10px;
  padding: 5px 10px;
}

.swiper-wins .mini-desc .name {
  max-width: 82px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.swiper-wins .mini-desc .name img {
  width: 17px;
  height: 11px;
  object-fit: cover;
  margin-right: 10px;
}

.swiper-wins .mini-desc .name {
  max-width: 100%;
}

.swiper-wins .mini-desc .summ {
  /*  max-width: 105px;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 700;
}

.swiper-wins .mini-desc a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.swiper-wins .mini-desc a .text {
  max-width: 167px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.swiper-wins .mini-desc a:hover {
  color: #fff;
}

.swiper-wins .mini-desc a:hover .text {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.swiper-wins .mini-desc a svg {
  color: #735cfc;
}

.swiper-wins .mini-desc a:hover svg {
  color: #9786ff;
}




.swiper-tournament-slider {
  width: calc(66.66% - 6px);
  overflow: hidden;
  position: relative;
  margin: 0;
  max-height: 410px;
}

.swiper-tournament-slider .swiper-slide {
  min-height: 380px;
}

.swiper-tournament-slider .swiper-slide .main__item {
  margin: 0;
  min-height: 405px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.swiper-tournament-slider .swiper-slide .main__item::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  background: linear-gradient(90deg, #13212d 35%, rgba(19, 33, 45, 0) 77%, rgba(19, 33, 45, .8) 100%);
}

.swiper-tournament-slider .parent-swiper-navination {
  right: 40px;
  bottom: 40px;
}

.index-banner {
  margin: 10px 0;
  background-image: url(/storage/image/banner/banner-bg-4.jpg);
  min-height: 400px;
  padding: 20px 20px 20px 40%;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.index-banner .title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.jp-summ {
  font-size: 120px;
  font-weight: 700;
  position: relative;
  min-height: 180px;
  width: 640px;
}

.jp-summ .curr {
  font-size: 40px;
  text-transform: uppercase;
}

.jp-summ .main {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(90deg, rgba(246, 209, 64, 1) 30%, rgb(255 250 223) 44%, rgba(246, 209, 64, 1) 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.jp-summ .shadow {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  text-shadow: 3px -3px #683c14, -3px -3px #683c14, -3px 3px #683c14, -3px -3px #683c14, 3px -2px #683c14, -3px -2px #683c14, -2px 3px #683c14, -2px -3px #683c14, 3px -1px #683c14, -3px -1px #683c14, -1px 3px #683c14, -1px -3px #683c14, 3px 0px #683c14, -3px 0px #683c14, 0px 3px #683c14, 0px -3px #683c14, 3px 1px #683c14, -3px 1px #683c14, 1px 3px #683c14, 1px -3px #683c14, 3px 2px #683c14, -3px 2px #683c14, 2px 3px #683c14, 2px -3px #683c14, 3px 3px #683c14, -3px 3px #683c14, 3px 3px #683c14, 3px -3px #683c14;
}


.list-game {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}

.list-game + .bottom-btn {
  display: none;
}

.list-game .parent-game-slide {
  width: calc(16.66% - 20px);
  margin: 10px;
  border-radius: 20px;
}

.parent-list-game .view-all {
  margin: 0;
}

.list-game.grid {
  display: grid;
  flex-grow: 1;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: 20px;
  margin-left: 0;
  width: 100%;
}

.list-game.grid.other + .hidden-list {
  display: none;
}

.list-game.grid.other.hidden {
  display: none;
}

.list-game.grid.other.hidden + .hidden-list {
  display: block;
}

.list-game.grid .parent-game-slide {
  width: 100%;
  margin: 0;
}

.list-game.active-filter .parent-game-slide {
  display: none;
}

.list-game.active-filter .parent-game-slide.checked {
  display: block;
}

.list-game2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}

.list-game2 + .bottom-btn {
  display: none;
}

.list-game2 .parent-game-slide {
  width: calc(16.66% - 20px);
  margin: 10px;
  border-radius: 20px;
}

.parent-list-game2 .view-all {
  margin: 0;
}

.list-game2.grid {
  display: grid;
  flex-grow: 1;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: 20px;
  margin-left: 0;
  width: 100%;
}

.list-game2.grid.other + .hidden-list {
  display: none;
}

.list-game2.grid.other.hidden {
  display: none;
}

.list-game2.grid.other.hidden + .hidden-list {
  display: block;
}

.list-game2.grid .parent-game-slide {
  width: 100%;
  margin: 0;
}

.list-game2.active-filter .parent-game-slide {
  display: none;
}

.list-game2.active-filter .parent-game-slide.checked {
  display: block;
}

.one-category.slider-one-cat {
  background-image: linear-gradient(110deg, #1e283f, rgba(20, 27, 46, .6) 100%);
  padding: 15px;
  border-radius: 4px;
}



a.all-games {
  min-width: 120px;
  max-width: 120px;
  display: block;
  margin: 25px auto 0;
  text-align: center;
  color: rgb(198, 198, 198);
  background: rgb(31, 32, 43);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(36, 38, 49);
  border-image: initial;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 10px;
}

a.all-games:hover {
  color: #c6c6c6;
  background: #242631;
}

a.all-games1 {
  min-width: 120px;
  max-width: 120px;
  display: block;
  margin: 25px auto 0;
  text-align: center;
  color: rgb(198, 198, 198);
  background: rgb(31, 32, 43);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(36, 38, 49);
  border-image: initial;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 10px;
}

a.all-games1:hover {
  color: #c6c6c6;
  background: #242631;
}



.the-content {
  margin: 32px 0 32px;
  font-size: 14px;
  border-radius: 8px;
  font-size: 13px;
  padding: 32px 32px 20px;
}

.the-content:empty {
  margin: 0;
  padding: 0;
}

.the-content p {
  margin: 12px 0 8px;
}

.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  margin: 12px 0 8px;
}

.the-content h1 {
  font-family: 'Lora', sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.the-content h2 {
  font-family: 'Lora', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.the-content h3 {
  font-size: 17px;
}

.the-content a {
  color: #1b1414;
  text-decoration: underline;
}

.the-content img {
  display: none;
}

.the-content ul,
.the-content ol {
  padding: 10px 10px 10px 40px;
}

.the-content .text {
  max-height: 192px;
  overflow: hidden;
}

.the-content .text.active {
  max-height: inherit;
}

.the-content .btn {
  color: #1b1414;
  font-size: 14px;
  background-color: #fff;
  padding: 6px 16px;
  border-radius: 8px;
  display: none;
  margin-top: 8px;
}

.the-content .btn:hover {
  background-color: #EFEEEE;
}

.the-content .btn.active {
  display: block;
}

iframe.index-iframe {
  margin-bottom: 0;
}

.tvbet_info {
  margin-top: 30px;
}

.full-width-page {
  width: 100%;
  padding-top: 88px;
  position: relative;
}

.game-page__wrapper {
  padding: 10px 16px 16px;
  border-radius: 8px;
  background-color: #151a22;
  margin-bottom: 30px;
}

.game-page__title {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.game-page__title.hide-title span {
  display: none;
}

.game-page__title .level-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 6px 12px;
  border-radius: 20px;
  margin-left: auto;
}

.game-page__title .level-block__title {
  display: flex;
  align-items: center;
}

.game-page__title .level-block__title svg {
  margin-right: 8px;
}

.game-page__title .level-block__wrapper {
  width: 160px;
  margin: 0px 8px;
  position: relative;
  height: 8px;
}

.game-page__title .level-block__wrapper:hover .progress-summ {
  display: block;
}

.game-page__title .level-block__wrapper .progress-summ {
  display: none;
  position: absolute;
  width: 68px;
  bottom: calc(100% + 8px);
  right: -34px;
  text-align: center;
  background-color: #ffb319;
  color: #fff;
  border-radius: 20px;
}

.game-page__title .level-block__wrapper .progress-summ::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: calc(50% - 4px);
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ffb319;
  transform: rotate(45deg)
}

.game-page__title .level-block__wrapper .progress-summ::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: calc(100% + 8px);
  width: 100%;
}

.game-page__footer {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.game-page__text-title {
  margin: 32px 0 16px;
  font-size: 20px;
  font-weight: 500;
}

.quick-deposit {
  position: relative;
}

.quick-deposit__dropdown {
  position: absolute;
  bottom: calc(100% + 8px);
  width: 364px;
  padding: 24px;
  background-color: #f2f2f2;
  border-radius: 12px;
  z-index: 9;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  flex-direction: column;
  display: none;
}

.quick-deposit__dropdown.active {
  display: flex;
}

.qr-field {
  max-width: 156px;
  margin: 0 auto 16px;
}

.quick-deposit__dropdown .title {
  font-size: 16px;
  color: #858585;
  margin-bottom: 8px;
}

.quick-deposit__dropdown input {
  background-color: #fff;
}

.quick-deposit__dropdown .btn {
  margin: 0 auto;
  display: inline-block;
  transition: .3s;
  font-size: 14px;
}

.quick-deposit__dropdown .btn:active {
  transform: scale(.85)
}

.quick-deposit__btn {
  padding: 11px 16px;
  font-size: 14px;
}

.left-aside {
  width: 270px;
  background-color: #141b2f;
  border-radius: 12px;
  display: none;
  pointer-events: none;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.wrapper-left-aside {
  position: fixed;
  width: 270px;
  height: calc(100vh - 94px);
  top: 79px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
  background-color: #141b2f;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 10;
}

#home .left-aside {
  display: none;
}

#home .main-aside {
  width: 100%;
}

.search-aside {
  width: 100%;
  margin: 0 0 25px;
  padding: 15px 15px 0 15px;
}

input[type="search"] {
  background-image: url(/storage/icons/main/search-white.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 10px 50%;
  background-color: #1f2941;
  border: none;
  margin: 0;
  width: 100%;
  border-radius: 12px;
}

.header-search {
  margin-left: 20px;
}

.header-search .search_container {
  position: relative;
}

.header-search .search_container svg path {
  transition: .2s;
}

.header-search:hover .search_container svg path {
  fill: #dafe31;
}

.header-search input {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.header-search .search-fiealdwrap {
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  position: relative;
}

.header-search .search-fiealdwrap svg {
  width: 24px;
  height: 24px;
  margin-left: auto;
}

.header-search .search-fiealdwrap input {
  margin-bottom: 0;
  border: none;
  width: calc(100% - 40px);
  margin-left: 6px;
  font-size: 16px;
  padding: 10px 0;
  background: none;
  outline: inherit;
  border: none;
}

.header-search .search-fiealdwrap input::placeholder {
  color: #858585;
}

.header-search .search-dropdown.active {
  display: block;
}

.header-search .search-dropdown {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  max-height: calc(100vh - 94px);
  background-color: #f2f2f2;
  padding: 8px;
  overflow: auto;
}

.header-search .search-filters {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
}

.header-search .search-filters .close-search {
  margin-left: auto;
  cursor: pointer;
  margin-right: 5px;
}

.header-search .search-filters .item {
  line-height: 24px;
  padding: 8px 16px;
  font-size: 14px;
  position: relative;
  font-weight: 500;
  margin-left: 8px;
  cursor: pointer;
}

.header-search .search-filters .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: #dafe31;
  transition: .3s;
}

.header-search .search-filters .item.active,
.header-search .search-filters .item:hover {
  color: #dafe31;
}

.header-search .search-filters .item.active::after,
.header-search .search-filters .item:hover::after {
  width: 100%;
}

.search-dropdown .game-wrapper {
  display: flex;
}

.search-dropdown .game-wrapper + .game-wrapper {
  margin-top: 8px;
}

.search-dropdown .game-wrapper .game-name {
  font-weight: 500;
}

.search-dropdown .game-wrapper .game-provider {
  font-size: 10px;
  color: #858585;
  text-transform: uppercase;
}

.search-dropdown .game-wrapper .game-btns {
  margin-left: auto;
}

.search-dropdown .game-wrapper .game-btns .btn + .btn {
  margin-top: 8px;
}

.search-dropdown .game-wrapper .img-game-slide {
  max-width: 88px;
  max-height: 66px;
  border-radius: 8px;
  margin-right: 16px;
  padding-top: 0;
  width: 100%;
}

.search-dropdown .search-status {
  margin: 16px 0 8px;
}

.search-dropdown .search-status > div {
  display: none;
  text-transform: uppercase;
  color: #858585;
  font-size: 10px;
  font-weight: 500;
}

.search-dropdown .search-status > div.active {
  display: block;
}

.page-content {
  width: calc(100% - 230px);
  margin-left: auto;
  transition: .3s;
}

.block-topmenu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 230px;
  width: 100%;
  background-color: #151a22;
  z-index: 21;
  padding-bottom: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transition: left .3s;
  overflow: auto;
}

.block-topmenu .topmenu-wrap {
  height: 100%;
}

.block-topmenu .sidebar-menu-btn {
  transition: opacity .3s;
  margin-left: auto;
  padding: 10px 15px;
}

.block-topmenu:hover .sidebar-menu-btn {
  opacity: 1;
  pointer-events: all;
}

.block-topmenu .sidebar-menu-btn:hover svg path {
  fill: #dafe31;
}

.block-topmenu .sidebar-menu-btn svg {
  transition: .3s;
  transform: rotateY(360deg);
}

.block-topmenu.active .sidebar-menu-btn svg {
  transform: rotateY(0deg);
}

.block-topmenu.active .sidebar-menu-btn {
  transform: rotateY(180deg);
  width: 48px;
  padding: 10px 8px;
}

.block-topmenu.active {
  left: -182px;
}

.page-content.active {
  width: calc(100% - 48px);
}

.topmenu-wrap::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.topmenu-wrap::-webkit-scrollbar-thumb {
  width: 0px;
  background-color: #2a3546;
  border-radius: 2px;
}

.topmenu-wrap .logout-btn {
  background-color: #fff;
  margin-top: 16px;
  padding: 9.5px 16px;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  color: #1b1414;
  width: 100%;
}

.topmenu-wrap .logout-btn:hover {
  background-color: #EFEEEE;
}

.block-topmenu .header-logo {
  margin: 0;
}

.block-topmenu .header-logo a {
  color: #1b1414;
}

.block-topmenu .header-logo img {
  max-width: 104px;
}

.block-topmenu .partner-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 40px 0 30px;
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.block-topmenu .partner-block .top-block {
  background-color: #fff;
  padding-bottom: 16px;
  padding: 8px;
  position: relative;
}

.block-topmenu .partner-block .top-block::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: calc(100% - 20px);
  margin-left: 8px;
  background-color: #e0e0e0;
}

.block-topmenu .partner-block .top-block a {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  color: #858585;
}

.block-topmenu .partner-block .top-block a img {
  width: 24px;
  height: 24px;
}

.block-topmenu .partner-block .top-block a .title {
  margin-top: 4px;
  font-size: 13px;
  color: #1B1414;
  font-weight: 600;
}

.block-topmenu .partner-block .top-block a .text {
  margin-left: 16px;
}

.block-topmenu .partner-block .btn-block {
  background-color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  padding: 8px;
  padding-top: 10px;
}

.block-topmenu .partner-block .btn-block a {
  color: #585858;
}

.block-topmenu .header-menu {
  display: flex;
  flex-direction: column;
}

.block-topmenu .header-menu a {
  margin-right: 0;
}

.sidebar-menu-btn:not(.item) {
  width: 60px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
}

.block-topmenu_head {}

.block-topmenu_head svg {}

.block-topmenu_head .sidebar-menu-btn {
  position: static;
  margin-left: 8px;
}

.block-topmenu_head .mobile-logo {
  display: none;
}

.one-menu.filled + .one-menu.filled {
  margin-top: 8px;
}

.one-menu a {
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  width: 100%;
  color: #fff;
  padding: 5px 25px;
}

.one-menu a:hover {
  background-color: #1a2c3d;
}

.one-open-menu {}

.one-menu.filled a {
  background-color: #fff;
  border-radius: 8px;
  padding: 8px 12px;
}

.one-menu.filled .img-one-menu {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
}

.one-menu.filled a span {
  color: #858585;
  font-weight: 400;
  margin-left: auto;
}

.img-one-menu {
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  margin-right: 15px;
}

.one-menu a img {
  width: 100%;
  transition: .3s;
}

.level-block {
  border-radius: 8px;
  padding: 8px 8px 16px;
  margin-bottom: 8px;
}

.level-block__title img {
  max-width: 24px;
}

.level-block__wrapper {
  margin: 8px 0;
  background-color: #f2f2f2;
  height: 4px;
  border-radius: 8px;
}

.level-block__inner {
  background-color: #dafe31;
  height: 100%;
  border-radius: 8px;
  position: relative;
}

.level-block__progress {
  font-size: 12px;
  font-weight: 400;
}

.level-block__progress span {
  margin: 0 8px;
}

.list-menu-border {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.09);
  margin: 15px 0;
}

svg.icon-external {
  margin-left: 3px;
  margin-bottom: 0px;
  fill: #c6c6c6;
}

.one-menu a svg.svg-open {
  transform: rotate(90deg);
  position: absolute;
  right: 20px;
  margin-top: 1px;
}

.h-one-open-menu {
  font-family: 'Lora', serif;
  font-size: 22px;
  font-weight: 300;
  margin: 16px 0;
}

.one-menu.open-menu .one-open-menu a {
  font-size: 16px;
  font-weight: 400;
}

.one-menu.open-menu .one-open-menu a span {
  margin-left: auto;
}

.one-menu.open-menu {
  margin-bottom: 20px;
}

.topmenu-line {
  width: 100%;
  background-color: #e0e0e0;
  width: 100%;
  height: 1px;
  margin: 10px auto;
}

.topmenu-else-links {}

.topmenu-else-links a {
  font-size: 12px;
  padding: 0px 8px;
  color: #858585;
  position: relative;
}

.topmenu-else-links a:before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  background-color: #858585;
  width: 2px;
  height: 2px;
}

.top-menu-profile-info {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}

.top-menu-profile-info > span {
  margin-right: 10px;
  background-color: #2f2fde;
  border-radius: 50%;
  width: 25px;
  display: flex;
}

.top-menu-profile-log-out {
  margin-left: auto;
  opacity: .7;
  height: 17px;
}

.top-menu-profile-log-out:hover {
  opacity: 1;
}

.top-menu-profile-log-out svg path {
  fill: #000;
  stroke: #000;
  stroke-width: 0.4;
}

.profile-btn-topmenu {
  margin: 30px 20px 20px;
}

.top-menu-profile-balance {
  margin: 20px 0;
}

.header .header-balance {
  padding: 0;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
}

.header .header-freespin {
  font-size: 30px;
  padding-right: 20px;
}

.header-balance {
  border-radius: 10px;
  padding: 5px 15px;
  font-size: 15px;
}

.header-balance .title {
  font-weight: 400;
  margin-right: 20px;
  flex: 1;
}

.header-balance .login {
  color: #dafe31;
  margin-bottom: 4px;
  font-weight: 500;
  cursor: pointer;
}

.profile-btn-topmenu .btn {
  max-width: 130px;
  margin: 0 auto;
}

.profile-btn-topmenu .btn + .btn {
  margin-top: 10px;
}


.list-routers {
  font-size: 14px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2px;
  margin-bottom: 15px;
  width: 100%;
}

.list-routers a {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 13px 15px;
  color: #fff;
  font-size: 12px;
  border-top: 1px solid rgba(38, 46, 72, .5);
}

.list-routers a:first-child {
  border-top: none;
}

.list-routers a:hover {
  background: rgba(38, 46, 72, .5);
}

.img-list-routers {
  width: 50px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.img-list-routers img {
  max-height: 20px;
}

.title-list-routers {
  width: calc(100% - 95px);
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
}

.col-list-routers {
  width: 33px;
  text-align: right;
  color: #7388b6;
  font-size: 10px;
}

.h-aside {
  color: #7388b6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -.12px;
  margin: 0 0 3px;
  opacity: .3;
  text-transform: uppercase;
  padding: 0 15px;
}

.list-routers.list-aside-cat .img-list-routers {
  width: 20px;
}

.list-routers.list-aside-cat .title-list-routers {
  width: calc(100% - 65px);
}
























.modal-overflow {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
  opacity: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 43, 56, .65);
}

.modal-overflow.active {
  z-index: 100;
  opacity: 1;
}

.modal-container {
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  pointer-events: none;
  transition: opacity .3s ease-in-out;
}

.modal-container.active {
  opacity: 1;
  z-index: 101;
  pointer-events: all;
}

.modal-container_2 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
}

.modal-container_2.active {
  opacity: 1;
  z-index: 101;
  pointer-events: all;
}

.modal-win {
  display: none;
  position: relative;
  padding: 0;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}

.modal-win.search {
  display: flex;
  opacity: 0;
}

.modal-win.active {
  z-index: 102;
  opacity: 1;
  display: flex;
  overflow: auto;
}

.modal-win.search.active#search .search-field{
  top: 0;
  opacity: 1;
}

.modal-win#remind,
.modal-win#exit,
.modal-win#message,
.modal-win#login {
  max-width: 500px;
  max-height: calc(100% - 60px);
  overflow: auto;
}

.modal-win#providers {
  max-width: 800px;
  max-height: calc(100% - 80px);
}

.modal-win#reg {
  max-width: 920px;
}

.modal-win#providers .content-modal-win,
.modal-win#exit .content-modal-win {
  flex-direction: column;
  padding: 30px;
  align-items: center;
  overflow: auto;
  max-height: calc(100% - 30px);
}

.modal-win#message .content-modal-win{
  flex-direction: column;
  padding: 30px;
  align-items: center;
  overflow: auto;
}

.modal-win#providers .content-modal-win .title,
.modal-win#message .content-modal-win .title,
.modal-win#exit .content-modal-win .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  padding: 0 30px;
  position: relative;
  width: 100%;
  text-align: center;
}

.modal-win#providers .content-modal-win .desc,
.modal-win#exit .content-modal-win .desc {
  font-size: 14px;
  margin-top: 30px;
}

.modal-win#providers .content-modal-win .bottom-btn,
.modal-win#exit .content-modal-win .bottom-btn {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.modal-win#providers .content-modal-win .bottom-btn .btn,
.modal-win#exit .content-modal-win .bottom-btn .btn {
  margin: 0 10px;
}

.modal-win#providers .content-modal-win .close-small:not(.btn),
.modal-win#message .content-modal-win .close-small:not(.btn),
.modal-win#exit .content-modal-win .close-small:not(.btn) {
  height: 24px;
  width: 24px;
  top: calc(50% - 12px);
  right: 0;
}

.modal-win#providers .content-modal-win .close-small:not(.btn) svg,
.modal-win#message .content-modal-win .close-small:not(.btn) svg,
.modal-win#exit .content-modal-win .close-small:not(.btn) svg {
  transition: .3s;
}

.modal-win#providers .content-modal-win .close-small:not(.btn):hover svg,
.modal-win#message .content-modal-win .close-small:not(.btn):hover svg,
.modal-win#exit .content-modal-win .close-small:not(.btn):hover svg {
  fill: #dafe31;
}

.modal-win#providers .content-modal-win .close-small:not(.btn) svg use,
.modal-win#message .content-modal-win .close-small:not(.btn) svg use,
.modal-win#exit .content-modal-win .close-small:not(.btn) svg use {
  transform: scale(1.5) translate(-4px, -4px);
}

.modal-win#message .popup_message-block{
  background: #2a3a47;
  display: flex;
  flex-direction: column;
}

.modal-win#message .text-description{
  padding: 20px;
}

.modal-win#message .popup_message-block .btn{
  padding: 16px 36px;
  margin: 0 auto 20px;
  display: inline-block;
}

.modal-win#message .bottom-btns{
  display: flex;
  justify-content: center;
  padding: 30px 10px 0;
}

.modal-win#message .bottom-btns .btn{
  margin: 0 10px;
}

.modal-win#providers .providers-list {
  width: 100%;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.modal-win#providers .providers-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  background-color: #13212d;
  border-radius: 20px;
  position: relative;
  transition: .3s;
}

.modal-win#providers .providers-list a:hover {
  box-shadow: 0 1px 5px #607896;
  transform: translate3d(0, -3px, 0);
}

.modal-win#providers .providers-list a img {
  max-width: 80%;
}

.close-small:not(.btn) {
  width: 38px;
  height: 38px;
  border: none;
  font-weight: 300;
  font-size: 38px;
  line-height: 38px;
  background-color: transparent;
  color: #c6c6c6;
  padding: 0;
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  z-index: 10;
  transition: color .1s ease-in-out;
  cursor: pointer;
}

.close-small:not(.btn) svg {
  fill: #fff;
}

.parent-modal-win {
  display: flex;
  justify-content: space-between;
  background-color: #151a22;
}

.img-modal-win {
  width: 50%;
  padding: 32px;
  background-color: #1a2131;
  background-image: url(/storage/image/banner/banner325+100.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  min-height: 300px;
  text-align: center;
  display: none;
}

.content-modal-win {
  width: 100%;
  display: flex;
}

.content-modal-win .bottom-modal-text p a {
  color: #dafe31;
}

.content-modal-win .text-check a {
  color: #dafe31;
  text-decoration: underline;
}

.content-modal-win .l-side {
  width: 100%;
  height: 100%;
  padding: 55px 70px;
  background-color: #151a22;
  order: 1;
  display: flex;
  flex-direction: column;
}

#reg .content-modal-win .l-side {
  width: 50%;
}

#reg .parent-modal-win {
  background: none;
}

.content-modal-win .l-side .modal-logo {
  max-width: 150px;
  display: flex;
  margin-bottom: 48px;
  color: #1b1414;
}

.content-modal-win .l-side .socials > div {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.content-modal-win .or-block {
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  display: flex;
  justify-content: center;
  white-space: nowrap;
  margin-bottom: 20px;
}

.content-modal-win .socials-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  flex-direction: row;
}

.content-modal-win .r-side {
  background-image: url(/storage/image/main/reg-bg.png);
  background-position: center;
  background-size: cover;
  max-width: 460px;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.content-modal-win .r-side .pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none
}

.content-modal-win .r-side .banner {
  max-width: 560px;
  width: 37%;
  margin: 32px 73px;
}

.content-modal-win .r-side > .title {
  font-size: 48px;
  font-family: 'Lora', sans-serif;
  margin-bottom: 48px;
}

.content-modal-win .r-side .items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 732px;
}

.content-modal-win .r-side .item {
  width: calc(33.33% - 8px);
  display: flex;
  align-items: flex-start;
}

.content-modal-win .r-side .item img {
  width: 40px;
  margin-right: 12px;
}

.content-modal-win .r-side .item .text-wrap {
  width: calc(100% - 48px);
}

.content-modal-win .r-side .item .title {
  font-family: 'Lora', sans-serif;
  font-size: 18px;
  margin-bottom: 12px;
}

.content-modal-win .r-side .item .text {
  font-size: 12px;
}

.btn-modal-win {
  display: flex;
  align-items: center;
}

.one-btn-modal-win {
  display: flex;
  align-items: center;
  margin-right: 13px;
}

.one-btn-modal-win span {
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #4a3e6d;
  cursor: pointer;
  text-align: center;
  padding: 5px 10px;
}

.one-btn-modal-win span:hover {
  color: #4a3e6d;
}

.one-btn-modal-win.active span {
  border-radius: 14px;
  padding: 5px 10px;
  border-radius: 3rem;
  color: #fff;
  cursor: default;
  background-color: #3e3ef4;
  opacity: 1;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  align-items: center;
  display: inline-flex;
  vertical-align: middle;
  justify-content: flex-start;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
  border: 2px solid transparent;
}

.h-form-modal-win {
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}

.form-modal-win select,
.custom-select {
  border: none;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding: 11px 16px;
  padding-left: 14px;
  background-color: #1b2b38;
  color: #fff;
  box-shadow: inset 0px 0px 2px 3px rgb(0 0 0 / 5%);
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 16px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/storage/icons/main/arrow-down.svg);
  background-position: center right 20px;
}

.form-modal-win select {
  border: none;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 10px 50%;
  padding: 11px 16px;
  padding-left: 14px;
  background-color: #1b2b38;
  color: #fff;
  box-shadow: inset 0px 0px 2px 3px rgb(0 0 0 / 5%);
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 16px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/storage/icons/main/arrow-down.svg);
  background-position: center right 20px;
}

input:not(.search-field, .search-input) {
  position: relative;
  display: flex;
  align-items: center;
  border: none;
  transition: color .1s ease-in-out, border-color .1s ease-in-out;
  border-radius: 8px;
  padding: 11px 16px;
  width: 100%;
  margin-bottom: 10px;
  background-color: transparent;
  font-size: 16px;
  outline: none;
  font-weight: 400;
  color: #fff;
  box-shadow: 0 0 0 1px rgb(224 224 224) inset;
}

.modal-win input {
  border: none;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 98% 50%;
  padding-left: 14px;
  background-color: #1b2b38;
  box-shadow: inset 0px 0px 2px 3px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 16px;
}

::-webkit-input-placeholder {
  color: #858585;
}

:-moz-placeholder {
  color: #858585;
}

::-moz-placeholder {
  color: #858585;
}

:-ms-input-placeholder {
  color: #858585;
}

.modal-win .submit.btn {
  margin: 0 auto;
}

.login-form .forgot {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

#login .btn,
#remind .btn,
#reg .btn {
  padding: 11px 16px;
}

button.submit.disabled {
  pointer-events: none;
  opacity: 0.7;
}

.answer {
  text-align: center;
  margin: 10px 0 0;
  color: #fff;
}

.one-form-modal-win svg.svg-bg {
  width: 20px;
  height: 20px;
  fill: #c6c6c6;
  transition: fill .1s ease-in-out;
  position: absolute;
  margin-top: -42px;
  margin-left: 13px;
  left: calc(50% + 33px);
}

.pass-open {
  background-color: #3e3ef4;
  color: #fff;
  border-color: transparent;
  width: 24px;
  height: 24px;
  padding: 4px;
  border-radius: 6px;
  position: absolute;
  left: calc(100% - 33px);
  top: -44px;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  align-items: center;
  position: relative;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  outline: none;
  display: inline-block;
  transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
}

.pass-open svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}

.pass-open.active svg:nth-child(1),
.pass-open svg:nth-child(2) {
  display: none;
}

.pass-open.active svg:nth-child(2) {
  display: inline-block;
}

.forgot a {
  font-size: 14px;
  color: #dafe31;
  text-decoration: underline;
}

.login-social {
  margin: 24px 0 24px;
  text-align: center;
}

.h-login-social {
  font-size: 13px;
  color: #4a3e6d;
  font-weight: 700;
  margin: 0 0 4px;
}

.bottom-modal-text {
  font-size: 14px;
  /* margin-top: auto; */
}

.bottom-modal-text p {
  margin-top: 8px;
  font-size: 12px;
  text-align: center;
}

.middle-modal-text p {
  margin-bottom: 8px;
  font-size: 14px;
  text-align: center;
}

.bottom-modal-text span {
  font-size: 14px;
  display: block;
  width: 100%;
  margin: 10px 0 0;
  text-align: center;
}

.bottom-modal-text span a.arrow-link {
  justify-content: center;
}

.bottom-modal-text span a.arrow-link:hover svg {
  transform: none;
  left: 0;
}


.one-form-modal-win input[type="checkbox"] {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  padding: 8px;
  appearance: none;
  border: none;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color .1s ease-in-out;
  z-index: 991;
  border: 2px solid #70828f;
  cursor: pointer;
}

.one-form-modal-win input[type="checkbox"]:before {
  content: "";
  position: absolute;
  top: 6.7px;
  left: 4.5px;
  width: 7px;
  height: 3px;
  border-width: 0px 0px 2px 2px;
  border-color: #dafe31;
  border-style: solid;
  transform: rotate(-45deg);
  visibility: hidden;
  z-index: 992;
}

.one-form-modal-win input[type="checkbox"].active {
  border-color: #dafe31;
}

.one-form-modal-win input[type="checkbox"].active:before {
  visibility: visible;
}

.one-form-modal-win__title {
  color: #70828f;
  font-size: 10px;
  margin-left: 10px;
}

.form-check {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
}

.form-check.one-form-modal-win:hover input[type="checkbox"].active,
.form-check.one-form-modal-win:hover input[type="checkbox"]:before,
.form-check.one-form-modal-win:hover input[type="checkbox"] {
  border-color: #e1fe5a;
}

.margin-form-check {
  margin: 20px 0;
}

.text-check {
  text-align: left;
}

.error-check {
  display: none;
  font-size: 11px;
  margin: 0 0 5px;
}

.error-check.active {
  display: block;
}


.modal-win#remind {
  width: 100%;
}

.h-remind {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #4a3e6d;
  display: block;
  background: #fff;
  border-radius: 14px 14px 0 0;
  padding: 24px 24px 0;
}

.content-remind {
  padding: 0;
  position: relative;
  z-index: 995;
}

#remind .remind-form .one-form-modal-win {
  margin-bottom: 24px;
}

#remind .remind-form .answer {
  font-size: 14px;
  color: #fff;
}

#remind .remind-form .answer > div {
  display: none;
}

#remind .remind-form .answer > div.active {
  display: block;
}

.submit-remind {
  padding: 0;
}

.submit-remind button.submit {
  text-align: center;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
}

.history-remind {
  background-color: #2f2fde;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  width: 36.5px;
  height: 36.5px;
  margin-right: 8px;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.history-remind svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}

.history-remind:hover svg {
  fill: #fff;
}




























.exchange-rate {
  background-color: #f2f2f2;
  color: #858585;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 8px;
}

.block-bottom-links {
  display: flex;
  justify-content: space-between;
  padding: 16px 0 0;
  border-top: 1px solid #e0e0e0;
  flex-wrap: wrap;
}

.block-bottom-links .item {
  margin-bottom: 16px;
}

.block-bottom-links .title {
  margin-bottom: 16px;
  font-size: 14px;
}

.block-bottom-links .item-img-block {
  display: flex;
  align-items: center;
}

.block-bottom-links img,
.block-bottom-links svg {
  height: 40px;
}

.block-bottom-links img + img {
  margin-left: 4px;
}

.block-bottom-links .item:last-child svg {
  height: 16px;
}

.block-bottom-links .item:last-child img + svg,
.block-bottom-links .item:last-child svg + img {
  margin-left: 16px;
}


.hidden {
  display: none;
}

.open-menu-mobile,
.dropdown-left-aside {
  display: none;
}

.main.main_tournament {
  padding: 0;
}

.tournaments-bg .container {
  max-width: 1236px;
}

.lottery__tabitem {
  background: none;
  padding: 0;
  width: auto;
  font-weight: 500;
  margin: 0 20px;
  min-width: 250px;
}

.lottery__tabitem.lottery__tabitem_active {
  background: none;
  color: #2f2fde;
}

.main__item {
  background-color: #13212d;
  background-size: cover;
  background-position: right center;
  padding: 75px 40px 40px;
  margin: 15px 0 20px;
  border-radius: 20px;
  position: relative;
}

.tours-slider {
  position: relative;
  margin-bottom: 44px;
}

.tours-slider .swiper-button-next,
.tours-slider .swiper-button-prev {
  padding: 4px;
  border-radius: 8px;
  background-color: #f2f2f2;
  width: 32px;
  height: 32px;
  box-shadow: 0px 0px 2px 0px rgba(15, 22, 31, .5);
}

.tours-slider .swiper-button-next:hover,
.tours-slider .swiper-button-prev:hover {
  background-color: #dfdfdf;
}

.tours-slider .swiper-button-next.swiper-button-disabled,
.tours-slider .swiper-button-prev.swiper-button-disabled {
  opacity: .6;
}

.tours-slider .swiper-button-next {
  right: -16px;
}

.tours-slider .swiper-button-prev {
  left: -16px;
}

.tours-slider .swiper-button-next svg,
.tours-slider .swiper-button-prev svg {
  width: 24px;
  height: 24px;
}

.tours-slider .swiper-button-next::after,
.tours-slider .swiper-button-prev::after {
  content: none;
}

.panel-sticker {
  background-color: #735cfc;
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
  position: absolute;
  display: flex;
  align-items: center;
  top: 20px;
  left: 0;
  z-index: 1;
  min-width: 140px;
  text-align: center;
  border-radius: 0 10px 10px 0;
}

.panel-sticker svg {
  margin-right: 10px;
}

.tournament__title {
  margin-bottom: 16px;
  font-size: 18px;
  color: #858585;
}

.panel.panel_tournament {
  max-width: 578px;
  position: relative;
  z-index: 1;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.panel.panel_tournament .panel__caption {
  display: -webkit-box;
  width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lottery__title h1 {
  margin-bottom: 24px;
}

.lottery__title h1 {
  text-align: left;
  font-size: 24px;
  font-weight: 400;
}

.panel__header {
  margin: 0 0 15px;
  height: 182px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panel__header img {
  object-fit: cover;
  width: 100%;
}

.pannel__sides {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.pannel__l-side {
  width: calc(50% - 8px);
  display: flex;
  flex-direction: column;
}

.pannel__l-side .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.pannel__l-side .head-note {
  padding: 0 8px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 9px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
}

.pannel__l-side .head-note.soon {
  background-color: #5c33cf;
}

.pannel__l-side .head-note.active {
  background-color: #0cd664;
}

.pannel__l-side .panel__position {
  color: #858585;
  margin: 15px 0;
}

.pannel__l-side .tour-type {
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(15, 22, 31, .1) 0px 0px 12px 0px;
  position: relative;
  cursor: pointer;
}

.pannel__l-side .tour-type:hover .tour-type__dropdown {
  display: block;
}

.tour-type__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: calc(50% - 185px);
  width: 370px;
  background-color: rgb(0, 0, 0, .93);
  box-shadow: rgba(15, 22, 31, .1) 0px 0px 12px 0px;
  color: #858585;
  padding: 12px;
  border-radius: 4px;
  z-index: 5;
}

.tour-type__dropdown::before {
  content: '';
  background-color: rgb(0, 0, 0, .93);
  position: absolute;
  top: -5px;
  left: calc(50% - 6px);
  display: block;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-radius: 2px;
  outline: 10px solid rgba(0, 0, 0, 0);
}

.tour-type__title {
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.tour-type__type {
  font-size: 16px;
  color: #fff;
  margin-bottom: 4px;
}

.tour-type__type-desc {
  font-size: 14px;
  font-weight: 500;
}

.pannel__r-side {
  width: calc(50% - 8px);
  background-color: #151a22;
  border-radius: 8px;
  padding: 20px 16px;
}

.panel__title.panel__title_tournament.title {
  font-size: 24px;
  font-weight: 700;
  display: block;
}

.pannel__sides-bg {
  background: #1b2b38;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 20px;
  border-radius: 10px;
}

.pannel__sides-bg .l-side,
.pannel__sides-bg .r-side {
  display: flex;
  align-items: center;
}

.sides-line {
  background: rgba(212, 225, 245, .2);
  width: 2px;
  min-height: 100%;
  margin: 0 10px;
  align-self: stretch;
}

.pannel__sides-bg svg {
  margin-right: 10px;
}

.panel__prize {
  width: auto;
  background: none;
  padding: 0;
  border-radius: 0;
  margin-top: 0;
  display: block;
}

.panel__prize.large {
  text-align: center;
  padding: 20px 0;
}

.panel__prize.large .panel__countnote.title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}

.panel__prize.large .panel__countdown {
  justify-content: center;
}

.panel__prize.large .panel__countdown,
.panel__prize.large .panel__countbutton {
  font-size: 36px;
  color: #2f2fde;
}

.panel__countdown {
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  display: flex;
  align-items: flex-end;
}

.panel__countnote.title {
  display: block;
  font-size: 14px;
}

.panel__countnote.title {
  display: block;
  font-size: 14px;
}

.tournaments-bg .panel__countnote.title {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #858585;
  margin-bottom: 8px;
}

.tournaments-bg .panel__countdown {
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  display: flex;
  align-items: flex-end;
  background-color: #f2f2f2;
  padding: 6px 8px;
  margin-bottom: 12px;
  border-radius: 4px;
  color: #111;
}

.tournaments-bg .panel__header img {
  border-radius: 10px;
}

.panel__countbutton {
  position: static;
  background: none;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 0 5px;
}

.panel__timer {
  width: auto;
  padding-left: 0;
}

.timer__table {
  min-width: 155px;
  width: 100%;
  font-size: 13px;
}

.timer__table .timer__row_digit {
  display: flex;
  align-items: center;
  text-transform: lowercase;
  justify-content: center;
}

.timer__table .timer__row_digit--bonus {
  flex-direction: column;
}

.timer__table .timer__row_digit .timer__cell:not(.symbol) {
  background: none;
  border-radius: 8px;
  border: none;
  font-size: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.timer__table .timer__row_digit--bonus .timer__cell:not(.symbol) {
  flex-direction: column;
}

.timer__table .timer__row_digit--bonus .timer__cell:not(.symbol) span.lang {
  order: -1;
}

.timer__table .timer__row_digit--bonus .timer__cell:not(.symbol) span.time {
  font-size: 20px;
}

.timer__table .timer__row_digit--bonus .timer__text,
.timer__table .timer__row_digit--bonus .timer__count {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
}
.timer__table .timer__row_digit--bonus .timer__text {
  gap: 5px;
}

.timer__table .timer__row_digit .timer__cell.symbol {
  padding: 0 0 0 5px;
  line-height: 18px;
}

.timer__table .timer__row_digit--bonus .timer__cell.symbol {
  padding: 0 0 0 5px;
}

.timer__table .timer__cell.symbol {
  padding: 0;
}

.timer__row.timer__row_caption {
  display: none;
  align-items: center;
  margin-top: 4px;
  justify-content: space-between;
}

.timer__row.timer__row_caption .timer__cell:not(.symbol) {
  width: calc(25% - 12px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  text-transform: uppercase;
}

.timer__row.timer__row_caption .timer__cell.symbol {
  padding: 0 5px;
  color: rgba(0, 0, 0, 0);
  font-size: 8px;
  text-transform: uppercase;
}

.panel__info-button {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}

.panel__info-button .tournament-show {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-left: 16px;
  color: #1b1414;
}

.panel__info-button .opt-in {
  width: calc(100% - 56px);
  margin-right: auto;
}

.panel__info-button .opt-in span:last-child {
  display: none;
}

.panel__info-button .opt-in.active {
  background-color: rgba(0, 0, 0, 0);
  color: #858585;
  border: 1px solid #858585;
  pointer-events: none;
}

.panel__info-button .opt-in.active:hover {
  border: 1px solid #1b1414;
}

.panel__info-button .opt-in.active span:first-child {
  display: none;
}

.panel__info-button .opt-in.active span:last-child {
  display: block;
}

.tournament-details {
  display: flex;
}

.tournament-details__l-side {
  max-width: 796px;
  width: 67%;
}

.tournament-details__r-side {
  width: calc(33% - 16px);
  margin-left: auto;
}

.summary__block {
  margin: 16px 0;
}

.summary__content {}

.summary__info {}

.tournament-details__main-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 32px;
}

.tournament-details__header .panel.panel_tournament {
  border: none;
  max-width: 100%;
}

.tournament-details__header .pannel__sides-bg {
  margin-bottom: 0;
  margin-top: 20px;
}

.tournament-details__header .panel__caption {
  text-align: center;
  font-size: 14px;
}

.tournament-details__btns {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #f3f5fc;
}

.details__btn {
  margin: 0 10px;
  font-weight: 600;
  cursor: pointer;
}

.details__btn:hover {
  color: #2f2fde;
}

.leaderboard__slider.slider_leaderboard {
  background: #f3f5fc;
  margin-top: 0;
  overflow: hidden;
  border-radius: 12px;
}

.leaderboard__block {
  width: 100%;
  min-width: 290px;
  background-color: #151a22;
  margin: 0 auto;
  padding: 12px;
}

.leaderbord__main-title {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 16px;
}

table.table.table_leaderboard {
  border-collapse: separate;
  border-spacing: 0 4px;
}

table.table.table_leaderboard td,
table.table.table_leaderboard th {
  border: none;
  font-size: 12px;
  padding: 0;
  vertical-align: middle;
}

table.table.table_leaderboard th {
  padding-bottom: 8px;
  font-weight: 400;
}

table.table.table_leaderboard td:first-child,
table.table.table_leaderboard th:first-child {
  padding-left: 8px;
}

table.table.table_leaderboard td:last-child,
table.table.table_leaderboard th:last-child {
  padding-right: 8px;
  text-align: right;
}

table.table.table_leaderboard td:nth-child(2),
table.table.table_leaderboard th:nth-child(2) {
  text-align: left;
}

table.table.table_leaderboard td span {
  display: inline-block;
  width: 24px;
  line-height: 24px;
  background-color: #f2f2f2;
  color: #858585;
  border-radius: 50%;
}

table.table.table_leaderboard tbody tr:first-child td span,
table.table.table_leaderboard tbody tr:nth-child(2) td span,
table.table.table_leaderboard tbody tr:nth-child(3) td span {
  height: 28px;
  color: rgba(0, 0, 0, 0);
  background-color: inherit;
  background-size: contain;
  background-position: center;
}

table.table.table_leaderboard tbody tr:first-child td span {
  background-image: url(/storage/icons/medals/gold.svg);
}

table.table.table_leaderboard tbody tr:nth-child(2) td span {
  background-image: url(/storage/icons/medals/silver.svg);
}

table.table.table_leaderboard tbody tr:nth-child(3) td span {
  background-image: url(/storage/icons/medals/bronze.svg);
}

table.table.table_leaderboard td:nth-child(3) {
  color: #d4d4d4;
}

table.table.table_leaderboard .table__row td {
  background: #1b2b38;
  height: 48px;
  vertical-align: middle;
}

table.table.table_leaderboard .table__row td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

table.table.table_leaderboard .table__row td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

table.table.table_leaderboard .table__row:nth-child(1) td {
  background-color: #ffe4ad;
}

table.table.table_leaderboard .table__row:nth-child(2) td {
  background-color: rgb(182 163 233 / 30%);
}

table.table.table_leaderboard .table__row:nth-child(3) td {
  background-color: rgba(233, 151, 151, 0.3);
}


.tournament-details__leaderboard,
.tournament-details__slider,
.tournament-details__summary,
.tournament-details__crosstitle.tournament-details__crosstitle_small.title {
  margin: 0;
}

.tournament-details__crosstitle.tournament-details__crosstitle_small.title {}

.items_tournament {
  display: flex;
  flex-wrap: wrap;
}

.items_tournament .list-game .parent-game-slide {
  width: calc((100% - 80px) / 4);
}

.tournament-details__summary .summary__block:first-child .summary__cell {
  width: 100%;
  margin-bottom: 16px;
  padding: 0;
  font-size: 18px;
}

.summary__cell {
  padding: 0 16px 8px 0;
}

.parent-search-list-game .list-game .parent-game-slide {
  width: calc(20% - 20px);
}

#search .data-game-slide {
  display: none;
}

.modal-win#search {
  background: rgba(0, 0, 0, .7);
  background-image: none;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.modal-win#search .modal-main-title img {
  max-height: 40px;
}

.modal-win#search .search-field {
  top: -50px;
  filter: blur(0);
  perspective: 1200px;
  position: relative;
  background-color: #151a22;
  max-width: 1433px;
  width: 100%;
  margin: 0 auto;
  min-height: 95%;
  height: 95%;
  padding: 30px 50px;
  border-radius: 20px;
  overflow: auto;
  opacity: 0;
  transition: all .3s ease-in-out;
}

.search-section:not(.bonus-games-page, .hidden-search-block) {
  filter: blur(0);
  perspective: 1200px;
  position: relative;
  background-color: #151a22;
  max-width: 1433px;
  width: 100%;
  margin: 0 auto;
  min-height: 80%;
  height: 80%;
  padding: 30px 50px;
  border-radius: 20px;
  overflow: auto;
}

.modal-main-title {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-main-title .close-small {
  position: static;
}

.modal-main-title .close-small svg {
  width: 100%;
  height: 100%;
}

.parent-search-list-game {
  max-width: 100%;
}

.modal-win#search .search-field input:not(.search-input) {
  max-width: 55%;
  border: 2px solid #70828f;
  border-radius: 20px;
  box-shadow: none;
  padding: 10px 35px 10px 10px;
  background-position: right 8px center;
  background-size: 18px;
  font-size: 14px;
  color: #fff;
  background-color: #1b2b38;
  margin: 0;
}

.log-out-mobile {
  display: none;
}

.summary__item .summary__cell:first-child .summary__title.title {
  font-weight: 600;
}

.block-topmenu .change-theme-color {
  display: none;
}

.change-theme-color {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 8px;
}

.change-theme-color input[type="checkbox"] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  margin: 0;
}

.change-theme-color input[type="checkbox"]:checked + span::after {
  left: calc(100% - 28px);
}

.change-theme-color input[type="checkbox"]:checked + span {
  background-color: #323232;
}

.change-theme-color > div {
  font-size: 10px;
  color: #858585;
  font-weight: 500;
}

.change-theme-color > div:first-child {
  color: #fff;
}

.dark-theme .change-theme-color > div:first-child {
  color: #858585;
}

.dark-theme .change-theme-color > div:last-child {
  color: #fff;
}

.change-theme-color > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60px;
  height: 32px;
  padding: 4px;
  border-radius: 100px;
  background-color: #1b2b38;
  position: relative;
  margin: 0 5px;
}

.change-theme-color > span::after {
  transition: all 0.3s linear;
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  transform: translate(0);
  background-color: #fff;
  transition: .3s;
}

.change-theme-color span span svg {
  width: 24px;
  height: 24px;

}

.change-theme-color span span.light svg path {
  stroke: #fff;
}

.game-slide-anim {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.game-slide-anim svg {
  position: absolute;
  top: 0;
  left: 0;
}

.game-slide-anim svg + svg {
  display: none;
}

body.dark-theme .page-content .support-content {
  background-color: #171824;
}

body.dark-theme .page-content .support-content.user-support-block h1.page-title {
  color: #fff;
}

body.dark-theme .page-content form#add-support-reply {
  background: #171824;
}

body.dark-theme .page-content form#add-support-reply {
  background: #171824;
}

.page-content .support-content .block-submit-btn-win {
  justify-content: flex-end;
}

.page-content .support-content.user-support-block form#add-support-reply textarea[name=message] {
  resize: none;
}

.page-content .support-content .content-one-message {
  width: auto;
}

.page-content .support-content .one-message.User .content-one-message {
  width: auto;
}

.page-content .support-content .meta-one-message {
  justify-content: flex-start
}

.page-content .support-content .author-one-message {
  width: auto;
}

.page-content .support-content .info-one-message {
  width: auto;
  margin: 0 10px;
}

.boost-block {
  margin-bottom: 32px;
  position: relative;
  z-index: 11;
}

.boost-block__wrapper {
  background: linear-gradient(135deg, rgba(216, 193, 187, 1) 0%, rgba(180, 122, 105, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 24px 11px 32px;
  border-radius: 12px;
  color: #000;
  position: relative;
}

.boost-block__wrapper > img {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

.boost-block__wrapper > img:nth-child(1) {
  left: 11.84%;
}

.boost-block__wrapper > img:nth-child(2) {
  left: 20%;
}

.boost-block__wrapper > img:nth-child(3) {
  right: 27.63%;
}

.boost-block__wrapper .l-side {
  position: relative;
  z-index: 2;
}

.boost-block__wrapper .l-side .text {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 8px;
}

.boost-block__wrapper .l-side .title {
  font-size: 24px;
  font-family: 'Lora', sans-serif;
}

.boost-block__wrapper > .title {
  font-size: 48px;
  font-family: 'Lora', sans-serif;
  position: relative;
  z-index: 2;
}

.boost-block__wrapper .r-side {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.boost-block__wrapper .r-side > span {
  text-transform: uppercase;
  font-size: 9px;
  text-align: right;
  max-width: 45px;
  font-weight: 500;
  letter-spacing: 1px;
}

.boost-block__wrapper .r-side .timer {
  display: flex;
  align-items: center;
  margin: 0 12px;
}

.boost-block__wrapper .r-side .item {
  text-transform: uppercase;
  font-size: 8px;
  text-align: center;
  position: relative;
}

.boost-block__wrapper .r-side .symbol {
  padding: 0 2px;
  font-size: 11px;
}

.boost-block__wrapper .r-side .item span {
  position: absolute;
  top: calc(100% + 2px);
  margin: 0 auto;
  left: 0;
  right: 0;
}

.boost-block__wrapper .r-side .item > div {
  width: 36px;
  height: 40px;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
}

.boost-block__wrapper .show-games {
  position: relative;
}

.boost-block__wrapper .show-games > span {
  display: block;
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 8px;
  cursor: pointer;
}

.boost-block__wrapper .show-games > span:hover {
  background-color: #efeeee;
  border-radius: 8px;
}

.show-games__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: calc(50% - 160px);
  width: 320px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 35px -3px rgba(0, 0, 0, 0.2);
}

.show-games__dropdown.active {
  display: block;
}

.show-games__dropdown .title {
  background: linear-gradient(135deg, rgba(216, 193, 187, 1) 0%, rgba(180, 122, 105, 1) 100%);
  position: relative;
  font-size: 15px;
  color: #fff;
  font-family: 'Lora', sans-serif;
  overflow: hidden;
  min-height: 76px;
  display: flex;
  align-items: center;
}

.show-games__dropdown .title span {
  max-width: 142px;
  margin-left: 12px;
}

.show-games__dropdown .title img:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  width: 211px;
  min-height: 153px;
}

.show-games__dropdown .title img:nth-child(3) {
  position: absolute;
  height: 68px;
  top: calc(50% - 34px);
  right: 56px;
}

.show-games__inner {
  padding: 24px 16px;
}

.show-games__inner .game-wrapper {
  display: flex;
  align-items: center;
}

.show-games__inner .game-wrapper + .game-wrapper {
  margin-top: 16px;
}

.show-games__inner .img-game-slide {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 16px;
  padding-top: 0;
}

.show-games__inner .game-name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #1b1414;
}

.show-games__inner .game-provider {
  color: #858585;
  font-size: 10px;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.show-games__dropdown .bottom-btn {
  padding: 16px;
  color: #858585;
  border-top: 2px solid #f2f2f2;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.top-filters {
  display: flex;
  align-items: flex-end;
}

.top-filters__btn {
  display: none;
}

.top-filter {
  position: relative;
  z-index: 19;
}

.top-filter + .top-filter {
  margin-left: 4px;
}

.top-filter .text {
  color: #858585;
  padding-bottom: 8px;
  display: none;
}

.top-filter .title-block {
  display: flex;
  align-items: center;
  background-color: #151a22;
  border-radius: 8px;
  padding: 12px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  min-width: 188px;
}

.top-filters .title-block:hover {
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.top-filters .title-block:active {
  border: 2px solid #dafe31;
}

.top-filters .title-block svg {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  transition: .3s;
}

.top-filter.active.providers .title-block svg {
  transform: rotate(180deg)
}

.top-filter.providers .title-block {
  padding: 11px;
}

.top-filter.categories .title-block {
  border: 1px solid #000;
}

.top-filter .valNum {
  display: none;
}

.top-filter .default {
  margin-right: auto;
}

.top-filter .valNum.active {
  display: block;
  margin-right: auto;
}

.top-filter .valNum.active + .default {
  display: none;
}

.top-filters .dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: calc(100% + 50px);
  padding: 4px;
  background-color: #151a22;
  border-radius: 8px;
  box-shadow: 0px 7px 20px 2px rgba(0, 0, 0, 0.32);
  max-height: calc(100vh - 300px);
  overflow: auto;
}

.top-filters .dropdown::-webkit-scrollbar {
  width: 3px;
  background: transparent;
}

.top-filters .dropdown::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: #858585;
  border-radius: 2px;
}

.top-filter.active .dropdown {
  display: block;
}

.top-filter.categories .dropdown {
  padding: 12px;
}

.top-filter.categories .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  text-align: center;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}

.top-filter.categories .dropdown-item + .dropdown-item {
  margin-top: 8px;
}

.top-filter.categories .dropdown-item.active,
.top-filter.categories .dropdown-item:hover {
  background-color: #dafe31;
  color: #fff;
  border: none;
  border: 1px solid #dafe31;
}

.top-filter.categories .dropdown-item.active svg {
  display: block;
  stroke: #fff;
  margin-right: 8px;
}

.top-filter.categories .dropdown-item.revers svg {
  transform: rotate(180deg);
}

.top-filter.categories .dropdown-item svg {
  display: none;
}

.top-filter.providers .dropdown-item {
  padding: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.top-filter.providers .dropdown-item.non-result {
  display: none;
}

.top-filter.providers .dropdown-item:hover {
  background-color: #1b14140a;
}

.top-filter.providers .checkbox {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  border: 1px solid rgb(27 20 20 / 50%);
  border-radius: 4px;
  opacity: 0;
}

.top-filter.providers .dropdown-item.active .checkbox {
  opacity: 1;
  background-color: #dafe31;
  border: 1px solid #dafe31;
}

.top-filter.providers .checkbox svg {
  display: none;
}

.top-filter.providers.active .checkbox svg {
  display: block;
}

.top-filter.providers.active .checkbox svg path {
  stroke-width: 5px;
}

.top-filter.providers.active .provider-items {
  margin-left: auto;
}

.game-modal {
  width: 100%;
  border-radius: 8px;
}

.mobile-bottom-menu {
  display: none;
}

.block-topmenu .hellow-user {
  display: none;
}

.hellow-user {
  font-size: 24px;
  line-height: 28px;
}

.hellow-user a {
  font-size: 14px;
  color: #dafe31;
}

.block-topmenu .change-theme-color {
  display: none;
}

.block-topmenu .btn-lang {
  width: calc(100% - 40px);
}

.vip-panel__img {
  width: 38px;
  margin: 20px;
}

.block-topmenu_head .mobile-logo {
  color: #1b1414;
}

.vipclub__info.vipclub__info_open {
  border: 1px solid #dafe31;
}

.side-pannel .block:hover,
.side-pannel .block.active {
  background-color: #dafe31;
}

.wager-scale,
.wager-scale--fs {
  margin-right: 12px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-width: fit-content;
}

.wager-scale.hidden,
.wager-scale--fs.hidden {
  display: none;
}

.wager-scale__title {
  font-size: 12px;
  color: #dafe31;
  font-weight: 500;
}

.wager-scale__wrap {
  width: 100%;
  height: 2px;
  background-color: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  margin: 1px 0;
}

.wager-scale__inner {
  height: 100%;
  background: #dafe31;
}

.wager-scale__percent {
  font-size: 12px;
  font-weight: 500;
}

.wager-scale__dropdown,
.wager-scale__dropdown--wager-info {
  position: absolute;
  top: 100%;
  left: -15px;
  width: 320px;
  padding: 10px;
  background-color: #151a22;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  display: none;
}

.wager-scale__dropdown--wager-info {
  width: max-content;
  flex-direction: column;
  gap: 10px;
}

.profile--wager-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.wager-scale__dropdown--wager-info > div:first-child:not(.wager-scale__title) {
  margin-bottom: 10px;
}

.wager-scale__dropdown--wager-info span:not(.dropdown--wager-info__text) {
  font-weight: bold;
}

.dropdown--wager-info__body {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.wager-scale__dropdown.active {
  display: block;
}

.wager-scale__dropdown--wager-info.active {
  display: flex;
}

.wager-scale__row{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  color: #c2c2c2;
}

.wager-scale__row div{
  color: #fff;
}

.wager-scale__row .game-list {
  width: 100%;
  max-height: 200px;
  overflow: auto;
}

.profile__main .wager-scale__row .game-list {
  width: auto;
  max-height: 200px;
  overflow: auto;
  padding: 5px 10px;
}

.profile__main--forbidden-data {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.profile__freespins-count-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wager-scale__row .game-list > div {
  margin-top: 10px;
}

.wager-scale__row .game-list > div:first-child {
  margin: 0;
}

.wager-scale__row--fs-games__list {
  text-align: right;
}

.wager-scale__row--fs-games__item {
  padding: 5px 10px;
}

.wager-scale__row--fs-number {
  padding-right: 10px;
}

.wager-scale__row .game-list .game-list__freespins-count {
  color: #dafe31;
}

.wager-scale__row .game-list .game-list__freespins-count-wrapper {
  margin: 0;
}
.wager-scale__row .dropdown-freespins-available-games__title {
  margin-bottom: 10px;
}

.profile .wager-scale,
.profile .wager-scale--fs {
  margin-right: 0;
  display: flex;
  align-items: center;
  max-width: 320px;
  width: 100%;
}

.profile .wager-scale.hidden,
.profile .wager-scale--fs.hidden {
  display: none;
}

.profile .wager-scale__title,
.profile .wager-scale__percent {
  color: inherit;
  font-size: 16px;
}

.profile .wager-scale__wrap {
  height: 8px;
  margin: 0 12px;
}

.load-more {
  max-width: 200px;
  margin: 20px auto 0;

}

.load-more2 {
  max-width: 200px;
  margin: 20px auto 0;

}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 445px;
  gap: 20px;
  margin-bottom: 40px;
}

.features__block {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #13212d;
  border-radius: 20px;
}

.features__block:hover {
  background-color: #20384c;
  color: #fff;
}

.features__block:nth-child(4) .features__text .title {
  font-size: 16px;
}

.features__icon {
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features__icon img {
  height: 70px;
}

.features__icon.dice img {
  height: 55px;
}

.features__text {
  margin-left: 20px;
}

.features__text .title {
  font-size: 24px;
  font-weight: 600;
  height: 38.4px;
  display: flex;
  align-items: center;
}

.features__text .stars {
  display: flex;
  align-items: center;
}

.features__text .stars svg {
  stroke: #dafe31;
  fill: #dafe31;
}

.features__text .stars svg + svg {
  margin-left: 5px;
}

.features__text .desc {
  font-size: 14px;
}

a.arrow-link,
a .arrow-link {
  color: #dafe31;
  display: flex;
  align-items: center;
  font-weight: 600;
}

a.arrow-link svg,
a .arrow-link svg {
  margin-left: 5px;
  transition: .5s;
  color: #dafe31;
  position: relative;
  left: 0;
}

a.arrow-link:hover,
a:hover .arrow-link {
  color: #fff;
}

a.arrow-link:hover svg,
a:hover .arrow-link svg {
  transform: rotateX(360deg);
  left: 10px;
}

.one-index-category {
  margin-bottom: 30px;
}

.vipclub__content.index-page {
  margin-top: 30px;
  margin-bottom: 40px;
}

.vipclub__content.index-page .title {
  font-size: 24px;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 600;
}

.vipclub__content.index-page .vipclub__item {
  max-width: 202px;
}

.vipclub__content.index-page .vip-panel {
  background-color: inherit;
  box-shadow: none;
  margin: 0;
  height: auto;
}

.vipclub__content.index-page .vip-panel::before,
.vipclub__content.index-page .vip-panel::after {
  content: none;
}

.vipclub__content.index-page .vip-panel__img {
  margin: 0;
  width: 160px;
  margin: 15px 0;
}

.vipclub__content.index-page .vip-title {
  font-size: 20px;
  padding: 15px 0;
  text-align: center;
  font-weight: 600;
}

.vipclub__content.index-page .vip-range {
  font-size: 14px;
  text-align: center;
}

.vipclub__content.index-page .vipclub__row {
  max-width: 100%;
  justify-content: center;
  border-radius: 20px;
  background-color: #13212d;
  padding: 40px 0;
}

.vipclub__content.index-page .bottom-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.random-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.random-slider .title {
  font-size: 24px;
  font-weight: 600;
}

.random-slider .desc {
  font-size: 16px;
  margin-top: 10px;
}

.random-slider__wrapper {
  padding: 20px 0;
  width: 100%;
}

.random-slider__swiper a {
  position: relative;
  display: flex;
  justify-content: center;
  height: 240px;
}

.random-slider__swiper .rand-slide {
  min-width: 336px;
  height: 240px;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 20px;
}

.random-slider__swiper .swiper-slide a::after {
  content: '';
  min-width: 336px;
  height: 240px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  border-radius: 20px;
  background: rgba(0, 0, 0, .6)
}

.random-slider__swiper .swiper-slide {
  pointer-events: none;
}

.random-slider__swiper .swiper-slide.swiper-slide-active {
  pointer-events: all;
}

.random-slider__swiper .swiper-slide.swiper-slide-active a::after {
  content: none;
}

.jackpot-block {
  background-image: url(/storage/image/main/jackpot-bg.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  padding: 0px 30px 40px;
  position: relative;
  margin-bottom: 30px;
}

.jackpot-block::before,
.jackpot-block::after {
  content: '';
  width: 124px;
  height: 124px;
  position: absolute;
  top: 20px;
}

.jackpot-block::after {
  background-image: url(/storage/image/decor/decor-1.png);
  left: 7%;
  animation: rotation1 infinite 60s linear;
}

.jackpot-block::before {
  background-image: url(/storage/image/decor/decor-2.png);
  right: 7%;
  animation: rotation2 infinite 60s linear;
}

.jackpot-block .jack-ranks {
  margin-top: 20px;
  flex-wrap: wrap;
}


@keyframes rotation1 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotation2 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}


.jackpot-block .title {
  padding: 0 55px 10px;
  background-color: #dafe31;
  border-radius: 0 0 100px 100px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000000;
}

.jackpot-block .jackpot-summ {
  font-size: 75px;
  margin-bottom: 10px;
}

.jackpot-games-swiper {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
}

.jackpot-games-swiper .game-swiper .swiper-slide {
  width: calc(18% + 11px);
}

.form-gift-reg .swiper-button-next,
.form-gift-reg .swiper-button-prev,
.jackpot-games-swiper .swiper-button-next,
.jackpot-games-swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #dafe31;
  border-radius: 50%;
}

.form-gift-reg .swiper-button-next svg,
.form-gift-reg .swiper-button-prev svg{
  fill: #111;
}
.jackpot-games-swiper .swiper-button-next svg,
.jackpot-games-swiper .swiper-button-prev svg {
  fill: #fff;
}

.form-gift-reg .swiper-button-next {
  right: -20px;
}

.jackpot-games-swiper .swiper-button-next {
  right: -60px;

}

.form-gift-reg .swiper-button-prev {
  left: -20px;
}

.jackpot-games-swiper .swiper-button-prev {
  left: -60px;
}

.form-gift-reg .swiper-button-next svg,
.jackpot-games-swiper .swiper-button-next svg {
  transform: rotate(-90deg);
}

.form-gift-reg .swiper-button-prev svg,
.jackpot-games-swiper .swiper-button-prev svg {
  transform: rotate(90deg);
}

.swiper-arrows {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 15px;
}

.swiper-arrows .swiper-button-next {
  margin-left: 10px;
}

.form-gift-reg, .form-gift-reg__content {
  width: 100%;
  padding: 100px 48px 30px;
  text-align: center;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.form-gift-reg__content {
  padding: 20px;
}

.form-gift-reg .slider-wrapper {
  max-width: 320px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  min-height: 90px;
}

.form-gift-reg .welcome-bonus-slider,
.form-gift-reg .swiper-wrapper{
  height: 100%;
}

.form-gift-reg .swiper-slide {
  border-radius: 20px;
  background-color: #1b2b38;
  border: 2px solid #1b2b38;
  cursor: pointer;
  overflow: hidden;
}

.form-gift-reg .swiper-slide label {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.form-gift-reg .swiper-slide:hover {
  border: 2px solid #dafe31;
}

.form-gift-reg .swiper-slide input[type="radio"] {
  height: 0px;
  width: 0px;
  overflow: hidden;
  opacity: 0px;
  margin: 0px;
  padding: 0;
}

.form-gift-reg .swiper-slide input[type="radio"] + .indicator {
  background: #735cfc;
  text-align: center;
  left: 0;
  top: 20px;
  width: 120px;
  padding: 4px 10px;
  border-radius: 0 30px 30px 0;
  font-size: 12px;
  position: absolute;
  z-index: 1;
}

.form-gift-reg .main-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
  padding: 0 15px;
}

.form-gift-reg .img-one-form-gift-reg {
  margin-bottom: 25px;
  position: relative;
}

.excerpt-form-gift-reg {
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  font-size: clamp(32px, 8vw, 36px);
  line-height: 1.2;
  color: #6e5af3;
  font-weight: 600;
  text-align: center;
  pointer-events: none;
}

.excerpt-form-gift-reg * {
  color: #dafe31;
}

.excerpt-form-gift-reg b {
  display: block;
  font-size: clamp(32px, 6vw, 39px);
}

.form-gift-reg .img-one-form-gift-reg img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background-position: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: block;
}

.form-gift-reg .title-one-form-gift-reg {
  padding: 0 15px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.form-gift-reg .text-one-form-gift-reg {
  padding: 0 15px;
  font-size: 14px;
  text-align: center;
}

.form-gift-reg input[type="radio"],
.form-gift-reg input[type="checkbox"] {
  width: 0px;
  height: 0px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  opacity: 0;
}

.form-gift-reg .denied {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  cursor: pointer;
  user-select: none;
}

.form-gift-reg .denied .checkbox {
  height: 24px;
  width: 24px;
  margin-right: 20px;
  border: 2px solid #70828f;
  border-radius: 5px;
}

.form-gift-reg .denied input + label {
  display: flex;
  cursor: pointer;
  align-items: center;
}

.form-gift-reg .denied:hover input:checked + label .checkbox {
  border: 2px solid #dafe31;
}

.form-gift-reg .denied:hover input:checked + label .checkbox::after {
  border-color: #dafe31;
}

.form-gift-reg .denied input:checked + label .checkbox {
  border: 2px solid #dafe31;
  position: relative;
}

.form-gift-reg .denied input:checked + label .checkbox::after {
  content: '';
  position: absolute;
  top: 6.5px;
  left: 5px;
  width: 7px;
  height: 3px;
  border-width: 0px 0px 2px 2px;
  border-color: #dafe31;
  border-style: solid;
  transform: rotate(-45deg);
  z-index: 992;
}

.form-gift-reg__empty-bonuses-title {
  display: none;
}

.profile-menu {
  position: relative;
}

.profile-menu.active .profile-menu__btn > svg:nth-child(2) {
  transform: rotate(180deg);
}

.profile-menu__btn {
  display: flex;
  align-items: center;
  padding: 5px 12px 5px 5px;
  cursor: pointer;
}

.profile-menu__btn > svg:nth-child(1) {
  width: 25px;
  height: 25px;
}

.profile-menu__btn > svg:nth-child(2) {
  margin-left: 5px;
  transition: .3s;
}

.profile-menu__btn > svg:nth-child(2) path {
  fill: #70828f;
  transition: .3s;
}

.profile-menu__btn:hover > svg:nth-child(2) path {
  fill: #fff;
}

.profile-menu.active .profile-menu__btn > svg:nth-child(2) path {
  fill: #dafe31;
}

.profile-menu.active .profile-dropdown {
  opacity: 1;
  pointer-events: all;
}

.profile-dropdown {
  position: absolute;
  top: calc(100% + 20px);
  right: -15px;
  min-width: 270px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #151a22;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}

.profile-dropdown .row {
  width: 100%;
}

.profile-dropdown .block-topmenu-heading + .row {
  padding: 10px 10px 0;
  display: flex;
  align-items: center;
}

.profile-dropdown .block-topmenu-heading + .row > svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.profile-dropdown .open-exit {
  margin-left: auto;
  cursor: pointer;
  display: flex;
}

.profile-dropdown .open-exit svg path {
  transition: .3s;
  fill: #fff;
  stroke: #fff;
}

.profile-dropdown .open-exit:hover svg path {
  fill: #dafe31;
  stroke: #dafe31;
}

.profile-dropdown a {
  padding: 10px 12px;
  width: 100%;
  display: flex;
  cursor: pointer;
}

.profile-dropdown a:hover {
  background-color: #1a2c3d;
  color: #fff;
}

.block-topmenu .topmenu-wrap {
  padding-top: 0;
  opacity: 1;
  transition-delay: .2s, .2s, .2s;
  transition-property: top, opacity, padding;
  transition-duration: .3s, .3s, .3s;
  position: relative;
  top: 0;
}

.block-topmenu.active .topmenu-wrap:not(.mini) {
  padding-bottom: 0;
  top: 30px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: 0s;
  pointer-events: none;
}

.block-topmenu .topmenu-wrap.mini {
  padding-top: 30px;
  opacity: 0;
  height: 0;
  transition: 0s;
  width: 48px;
  margin-left: auto;
  overflow-y: inherit;
}

.block-topmenu .topmenu-wrap.mini .one-menu a {
  padding: 7.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-topmenu .topmenu-wrap.mini .img-one-menu {
  margin-right: 0;
}

.block-topmenu.active .topmenu-wrap.mini {
  height: auto;
  padding-top: 0;
  opacity: 1;
  transition-delay: .2s, .2s;
  transition-property: padding, opacity;
  transition-duration: .3s, .3s;
}

.block-topmenu.active .topmenu-wrap.mini .btn-lang {
  width: 100%;
  position: relative;
}

.block-topmenu.active .topmenu-wrap.mini .btn-lang .hover-notice {
  display: none;
}

.block-topmenu.active .topmenu-wrap.mini .btn-lang:hover .hover-notice {
  display: block;
  position: absolute;
  top: calc(50% - 15.5px);
  left: calc(100% + 10px);
  text-align: center;
  background-color: #607896;
  padding: 5px 10px;
  border-radius: 10px;
}

.block-topmenu.active .topmenu-wrap.mini .btn-lang:hover .hover-notice::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  top: calc(50% - 10px);
  left: -5px;
  background-color: #607896;
  transform: rotate(45deg);
  z-index: -1;
}

.block-topmenu.active .topmenu-wrap.mini .btn-lang a {
  border: none;
}

.block-topmenu.active .topmenu-wrap.mini .btn-lang a img {
  margin: 0 auto;
  height: 24px;
  width: 24px;
}

.user-info-block {
  margin: 0 20px 20px;
}

.user-info-block > .title {
  display: flex;
  align-items: center;
}

.user-info-block > .title svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.user-info-block__stats {
  margin: 15px 0 20px;
  padding: 5px 15px;
  background-color: #1b2b38;
  border-radius: 20px;
}

.user-info-block__stats .row {
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 4px 0;
}

.user-info-block__stats .row .title {
  margin-right: auto;
}

.list-menu .btn {
  max-width: 120px;
  margin: 0 auto 20px;
}

.swiper.list-tabs .swiper-slide {
  width: auto;
}

.swiper.list-tabs .swiper-button-next,
.swiper.list-tabs .swiper-button-prev {
  z-index: 15;
  width: 35px;
}

.swiper.list-tabs .swiper-button-next:hover svg,
.swiper.list-tabs .swiper-button-prev:hover svg {
  fill: #dafe31;
}

.swiper.list-tabs .swiper-button-prev {
  background: linear-gradient(90deg, #1b2b38 65%, rgba(27, 43, 56, .0) 100%);
  left: 0;
}

.swiper.list-tabs .swiper-button-prev svg {
  fill: #fff;
  transition: .3s;
  transform: rotate(90deg);
}

.swiper.list-tabs .swiper-button-next {
  background: linear-gradient(-90deg, #1b2b38 65%, rgba(27, 43, 56, .0) 100%);
  right: 0;
}

.swiper.list-tabs .swiper-button-next svg {
  fill: #fff;
  transition: .3s;
  transform: rotate(-90deg);
}

.swiper.list-tabs .swiper-button-next.swiper-button-disabled,
.swiper.list-tabs .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.block-topmenu_head .sidebar-menu-btn {
  display: none;
}

.block-topmenu-heading {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 2px solid rgba(212, 225, 245, .2);
  margin-bottom: 40px;
  font-weight: 600;
}

.block-topmenu-heading a {
  width: 40px;
  height: 40px;
  background-color: #323b45;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s;
}

.block-topmenu-heading a:first-child:not(.header-notifications) {
  margin-left: auto;
}

.block-topmenu-heading a.header-notifications {
  margin-left: 0;
  margin-right: auto;
  background: none;
}

.block-topmenu-heading a.header-notifications:hover {
  background: none;
}

.block-topmenu-heading a + a {
  margin-left: 10px;
}

.block-topmenu-heading a:hover {
  background-color: #735cfc;
}

.block-topmenu-heading a svg {
  fill: #fff;
}

.block-topmenu.active .block-topmenu-heading .sidebar-menu-btn,
.block-topmenu .block-topmenu-heading .sidebar-menu-btn {
  margin-left: auto;
  padding: 0;
  width: 17px;
  height: 16px;
  opacity: .4;
}

.profile-dropdown .user-info-block__stats {
  display: none;
}

.profile-dropdown .user-info-block__stats + .btn {
  display: none;
}

.index-slider .swiper-pagination {
  display: none;
}

.index-slider .swiper-pagination-bullet {
  background: rgba(212, 225, 245, .2);
  border: none;
  height: 8px;
  width: 8px;
}

.index-slider .swiper-pagination-bullet-active {
  background: #fff;
}

.log-tabs {
  background-color: #151a22;
  text-align: center;
  padding: 0 15px 32px;
  display: none;
}

.log-tabs .title {
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
}

.log-tabs .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}

.log-tabs .tab {
  width: 50%;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.log-tabs .tab.active {
  color: #dafe31;
  border-bottom: 3px solid #dafe31;
}

.vip-page .vipclub__row {
  font-size: 14px;
  margin-top: 20px;
}

.vip-page .vipclub__caption p {
  font-size: 14px;
}

.vip-page .vip-panel:after,
.vip-page .vip-panel:before {
  content: none;
}

.vip-page .vipclub__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 75px) / 6);
  padding: 24px;
  background-color: #151A22;
  border-radius: 20px;
}

.vip-page .vipclub__item + .vipclub__item {
  margin-left: 15px;
}

.vip-page .vip-panel {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  background: none;
  height: inherit;
  border-bottom: 1px solid rgba(212, 225, 245, 0.2);
  margin-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: left;
}

.vip-page .vip-panel__img {
  margin: 0;
  width: 90px;
}

.vip-page .level-title {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.vip-page .level-range {
  font-size: 12px;
}

.vip-page .vipclub__caption {}

.vip-page .vipclub__caption ul {
  padding: 0;
  text-align: left;
  list-style: none;
}

.vip-page .vipclub__caption ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
}

.vip-page .vipclub__caption ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/storage/icons/extra/check.png);
  background-size: cover;
}

.vip-page .vipclub__row {
  max-width: 100%;
}

.vip-page .vipclub__note {
  margin-bottom: 24px;
}

/* jackpot ranks */
.jack-ranks {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 20px;
  gap: 85px;
}

.jack-rank {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  width: calc((100% - 450px) / 6);
  padding: 25px 0 20px;
}

.jack-rank:hover {
  color: #fff;
}

.jack-rank__title {
  width: 50%;
  padding: 2px;
  border-radius: 5px;
  position: relative;
  bottom: -17px;
  z-index: 4;
  cursor: pointer;
}

.jack-rank__title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
}

.jack-rank__title::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.jack-rank__title .crown {
  content: '';
  height: 48px;
  width: 100%;
  position: absolute;
  bottom: calc(100% - 8px);
  left: 0;
  right: 0;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.jack-rank__title span:not(.crown) {
  display: block;
  background: #151a22;
  border-radius: 3px;
  padding: 2px 10px;
  position: relative;
  z-index: 1;
}

.jack-rank__summ {
  border-radius: 5px;
  padding: 4px;
  width: 100%;
  position: relative;
}

.jack-rank__summ::before {
  content: '';
  display: block;
  position: absolute;
  top: -13px;
  left: -13px;
  width: 30px;
  height: 30px;
  background-image: url(/storage/icons/extra/blick.png);
  background-size: cover;
  background-position: center;
  opacity: .8;
  z-index: 3;
}

.jack-rank__summ::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  height: 48px;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  opacity: .8;
}

.jack-rank__summ .wing {
  position: absolute;
  top: -6px;
  bottom: 6px;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: -1;
  width: 35px;
}

.jack-rank__summ .wing.wing-l {
  transform: rotateY(180deg);
  right: calc(100% - 6px);
}

.jack-rank__summ .wing.wing-r {
  left: calc(100% - 6px);
}

.jack-rank__summ > span {
  display: block;
  background: #151a22;
  border-radius: 3px;
  padding: 22px 10px;
  font-size: 20px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.jack-rank__bottom {
  border-radius: 5px;
  width: 80%;
  padding: 2px;
  position: relative;
  top: -17px;
  z-index: 4;
}

.jack-rank__bottom::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(100% - 8px);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.jack-rank__bottom > span {
  display: block;
  background: #151a22;
  border-radius: 3px;
  padding: 2px 5px 5px;
  font-size: 12px;
}


.bronze .jack-rank__title::after {
  background: linear-gradient(0deg, #E38250 7%, #BD6E50 45%, #572600 100%);
}

.bronze .jack-rank__title .crown {
  background-image: url(/storage/icons/medals/bronze-crown.png);
}

.bronze .jack-rank__title span:not(.crown) {
  box-shadow: inset -1px -1px 1px 0px #CE6E4D;
}

.bronze .jack-rank__summ {
  background: linear-gradient(0deg, #E38250 7%, #BD6E50 45%, #572600 100%);
}

.bronze .jack-rank__summ > span {
  box-shadow: inset -1px -1px 1px 0px #CE6E4D;
}

.bronze .jack-rank__bottom {
  background: linear-gradient(0deg, #E38250 7%, #BD6E50 45%, #572600 100%);
}

.bronze .jack-rank__bottom > span {
  box-shadow: inset -1px -1px 1px 0px #CE6E4D;
}

.bronze .jack-rank__bottom::after {
  background-image: url(/storage/icons/medals/bronze-badge.png);
}


.silver .jack-rank__title::after {
  background: linear-gradient(0deg, #B5C0C9 0%, #8F939C 100%);
}

.silver .jack-rank__title .crown {
  background-image: url(/storage/icons/medals/silver-crown.png);
}

.silver .jack-rank__title span:not(.crown) {
  box-shadow: inset -1px -1px 1px 0px #fff;
}

.silver .jack-rank__summ {
  background: linear-gradient(0deg, #B5C0C9 0%, #8F939C 100%);
}

.silver .jack-rank__summ .wing.wing-l {
  background-image: url(/storage/icons/medals/silver-wing.png);
}

.silver .jack-rank__summ .wing.wing-r {
  background-image: url(/storage/icons/medals/silver-wing.png);
}

.silver .jack-rank__summ > span {
  box-shadow: inset -1px -1px 1px 0px #fff;
}

.silver .jack-rank__bottom {
  background: linear-gradient(0deg, #B5C0C9 0%, #8F939C 100%);
}

.silver .jack-rank__bottom > span {
  box-shadow: inset -1px -1px 1px 0px #fff;
}

.silver .jack-rank__bottom::after {
  background-image: url(/storage/icons/medals/silver-badge.png);
}


.gold .jack-rank__title::after {
  background: linear-gradient(0deg, #F7E436 25%, #D58D21 100%);
}

.gold .jack-rank__title .crown {
  background-image: url(/storage/icons/medals/gold-crown.png);
}

.gold .jack-rank__title span:not(.crown) {
  box-shadow: inset -1px -1px 1px 0px #FFFF34;
}

.gold .jack-rank__summ {
  background: linear-gradient(0deg, #F7E436 25%, #D58D21 100%);
}

.gold .jack-rank__summ .wing.wing-l {
  background-image: url(/storage/icons/medals/gold-wing.png);
}

.gold .jack-rank__summ .wing.wing-r {
  background-image: url(/storage/icons/medals/gold-wing.png);
}

.gold .jack-rank__summ > span {
  box-shadow: inset -1px -1px 1px 0px #FFFF34;
}

.gold .jack-rank__bottom {
  background: linear-gradient(0deg, #F7E436 25%, #D58D21 100%);
}

.gold .jack-rank__bottom > span {
  box-shadow: inset -1px -1px 1px 0px #FFFF34;
}

.gold .jack-rank__bottom::after {
  background-image: url(/storage/icons/medals/gold-badge.png);
}


.platinum .jack-rank__title::after {
  background: linear-gradient(0deg, #A2B2E7 0%, #D6FFD4 100%);
}

.platinum .jack-rank__title .crown {
  background-image: url(/storage/icons/medals/platinum-crown.png);
}

.platinum .jack-rank__title span:not(.crown) {
  box-shadow: inset -1px -1px 1px 0px #fff;
}

.platinum .jack-rank__summ {
  background: linear-gradient(0deg, #A2B2E7 0%, #D6FFD4 100%);
}

.platinum .jack-rank__summ .wing.wing-l {
  background-image: url(/storage/icons/medals/platinum-wing.png);
}

.platinum .jack-rank__summ .wing.wing-r {
  background-image: url(/storage/icons/medals/platinum-wing.png);
}

.platinum .jack-rank__summ::after {
  background-image: url(/storage/icons/medals/platinum-bottom-badge.png);
}

.platinum .jack-rank__summ > span {
  box-shadow: inset -1px -1px 1px 0px #fff;
}

.platinum .jack-rank__bottom {
  background: linear-gradient(0deg, #A2B2E7 0%, #D6FFD4 100%);
}

.platinum .jack-rank__bottom > span {
  box-shadow: inset -1px -1px 1px 0px #fff;
}

.platinum .jack-rank__bottom::after {
  background-image: url(/storage/icons/medals/platinum-badge.png);
}


.sapphire .jack-rank__title::after {
  background: linear-gradient(0deg, #99A4F8 0%, #6677F5 45%, #DCD6DC 100%);
}

.sapphire .jack-rank__title .crown {
  background-image: url(/storage/icons/medals/sapphire-crown.png);
}

.sapphire .jack-rank__title span:not(.crown) {
  box-shadow: inset -1px -1px 1px 0px #fff;
}

.sapphire .jack-rank__summ {
  background: linear-gradient(0deg, #99A4F8 0%, #6677F5 45%, #DCD6DC 100%);
}

.sapphire .jack-rank__summ .wing.wing-l {
  background-image: url(/storage/icons/medals/sapphire-wing.png);
}

.sapphire .jack-rank__summ .wing.wing-r {
  background-image: url(/storage/icons/medals/sapphire-wing.png);
}

.sapphire .jack-rank__summ::after {
  background-image: url(/storage/icons/medals/sapphire-bottom-badge.png);
}

.sapphire .jack-rank__summ > span {
  box-shadow: inset -1px -1px 1px 0px #fff;
}

.sapphire .jack-rank__bottom {
  background: linear-gradient(0deg, #99A4F8 0%, #6677F5 45%, #DCD6DC 100%);
}

.sapphire .jack-rank__bottom > span {
  box-shadow: inset -1px -1px 1px 0px #fff;
}

.sapphire .jack-rank__bottom::after {
  background-image: url(/storage/icons/medals/sapphire-badge.png);
}


.diamond .jack-rank__title::after {
  background: linear-gradient(0deg, #6679DC 0%, #BF7DDC 45%, #DCD6DC 100%);
}

.diamond .jack-rank__title::before {
  background-image: url(/storage/icons/medals/diamond-top-badge.png);
}

.diamond .jack-rank__title .crown {
  background-image: url(/storage/icons/medals/diamond-crown.png);
}

.diamond .jack-rank__title span:not(.crown) {
  box-shadow: inset -1px -1px 1px 0px #fff;
}

.diamond .jack-rank__summ {
  background: linear-gradient(0deg, #6679DC 0%, #BF7DDC 45%, #DCD6DC 100%);
}

.diamond .jack-rank__summ .wing.wing-l {
  background-image: url(/storage/icons/medals/diamond-wing.png);
}

.diamond .jack-rank__summ .wing.wing-r {
  background-image: url(/storage/icons/medals/diamond-wing.png);
}

.diamond .jack-rank__summ::after {
  background-image: url(/storage/icons/medals/diamond-bottom-badge.png);
}

.diamond .jack-rank__summ > span {
  box-shadow: inset -1px -1px 1px 0px #fff;
}

.diamond .jack-rank__bottom {
  background: linear-gradient(0deg, #6679DC 0%, #BF7DDC 45%, #DCD6DC 100%);
}

.diamond .jack-rank__bottom > span {
  box-shadow: inset -1px -1px 1px 0px #fff;
}

.diamond .jack-rank__bottom::after {
  background-image: url(/storage/icons/medals/diamond-badge.png);
}

.jackpot-page {
  padding: 20px 30px 0;
}

.jackpot-page .title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
}

/* jackpot ranks */

.search-block1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #13212d !important;
  padding: 20px;
  border-radius: 20px;
  gap: 30px;
}

.modal-container_2 form.active {
  width: 100%;
}

.modal-container_2 .parent-modal-win {
  width: 100%;
}

#recall {
  width: 100% !important;
}

#recall td:nth-child(2) {
  padding-left: 10px;
}

#recall tr + tr td {
  padding-top: 10px;
}

.form-modal-win.remind-form {
  margin-top: 20px;
}

.search-block1 .filter1 {
  display: flex;
  align-items: center;
  cursor: pointer;
  /*width: 15%;*/
}

.search-block1 .filter1 .all-games1,
.search-block1 .filter1 .specific1 {
  display: none;
}

.search-block1 .filter1 .all-games1.active,
.search-block1 .filter1 .specific1.active {
  display: flex;
}

.search-block1 .filter1:hover,
.search-block1 .filter1.active {
  color: #dafe31;
}

.search-block1 .filter1:hover svg {
  fill: #dafe31;
}

.search-block1 .filter1 svg {
  margin-right: 4px;
}

.search-block1 .filter1 .summ {
  margin-left: 5px;
}

.search-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #13212d;
  padding: 20px;
  border-radius: 20px;
  gap: 30px;
}

#search .search-block {
  margin-bottom: 20px;
}

.search-block .filter {
  display: flex;
  align-items: center;
  cursor: pointer;
  /*width: 15%;*/
}

.search-block .filter .all-games,
.search-block .filter .specific {
  display: none;
}

.search-block .filter .all-games.active,
.search-block .filter .specific.active {
  display: flex;
}

.search-block .filter:hover,
.search-block .filter.active {
  color: #dafe31;
}

.search-block .filter:hover svg {
  fill: #dafe31;
}

.search-block .filter svg {
  margin-right: 4px;
}

.search-block .filter .summ {
  margin-left: 5px;
}

.search-block .bonus-games{
  display: flex;
  align-items: center;
  cursor: pointer;
}

.search-block .bonus-games.active,
.search-block .bonus-games:hover {
  color: #dafe31;
}

.search-block .bonus-games .checkbox{
  height: 25px;
  width: 25px;
  border: 2px solid #70828f;
  border-radius: 4px;
  margin-right: 5px;
  position: relative;
}

.search-block .bonus-games.active .checkbox::before{
    content: "";
    position: absolute;
    top: 5.7px;
    left: 5.5px;
    width: 9px;
    height: 5px;
    border-width: 0px 0px 2px 2px;
    border-color: #dafe31;
    border-style: solid;
    transform: rotate(-45deg);
    z-index: 992;
}

.search-block .bonus-games.active .checkbox{
  border: 2px solid #dafe31;
}

.filter__list {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
}

.filter__list.active {
  margin-top: 20px;
  display: flex;
}

.filter__list-item {
  width: calc((100% - 100px) / 6);
  padding: 15px 0;
  border-bottom: 2px solid rgba(212, 225, 245, .2);
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 5px;
}

.filter__list.hide-items .filter__list-item {
  /* display: none; */
}

.filter__list.hide-items .filter__list-item[data-provider="all"],

.filter__list.hide-items .filter__list-item:empty,
.filter__list.hide-items .filter__list-item.show {
  display: flex;
}

.filter__list-item:empty {
  pointer-events: none;
  padding: 0;
  height: 0;
  border: none;
}

.filter__list-item.active {
  color: #dafe31;
  font-weight: 700;
  border-bottom: 2px solid #dafe31;
}

.filter__list-item:hover,
.filter__list-item.active:hover {
  border-bottom: 2px solid rgba(212, 225, 245, 0);
  color: #dafe31;
}

.filter__list-item .checkbox {
  border: 2px solid rgba(212, 225, 245, .2);
  border-radius: 4px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter__list-item.active .checkbox {
  border: 2px solid #dafe31;
}

.filter__list-item.active .checkbox svg {
  stroke: #dafe31;
  stroke-width: 3px;
  width: 9px;
}

.filter__list1 {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
}

.filter__list1.active {
  margin-top: 20px;
  display: flex;
}

.filter__list-item1 {
  width: calc((100% - 100px) / 6);
  padding: 15px 0;
  border-bottom: 2px solid rgba(212, 225, 245, .2);
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 5px;
}

.filter__list1.hide-items .filter__list-item1 {
  /* display: none; */
}

.filter__list1.hide-items .filter__list-item1[data-provider="all"],

.filter__list1.hide-items .filter__list-item1:empty,
.filter__list1.hide-items .filter__list-item1.show {
  display: flex;
}

.filter__list-item1:empty {
  pointer-events: none;
  padding: 0;
  height: 0;
  border: none;
}

.filter__list-item1.active {
  color: #dafe31;
  font-weight: 700;
  border-bottom: 2px solid #dafe31;
}

.filter__list-item1:hover,
.filter__list-item1.active:hover {

  color: #dafe31;
}

.filter__list-item1 .checkbox {
  border: 2px solid rgba(212, 225, 245, .2);
  border-radius: 4px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter__list-item1.active .checkbox {
  border: 2px solid #dafe31;
}

.filter__list-item1.active .checkbox svg {
  stroke: #dafe31;
  stroke-width: 3px;
  width: 9px;
}

.notification-block {
  position: absolute;
  min-height: 220px;
  top: calc(100% + 20px);
  right: -1000px;
  background-color: #151a22;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  transition: .3s;
  overflow: hidden;
}

.notification-block.fw::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  opacity: .8;
}

.notification-block.fw .text {
  position: relative;
  z-index: 2;
  font-size: 18px;
  max-width: 500px;
}
.notification-block.fw .close {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
}

.notification-block.bronze::after {
  background-image: url(/storage/icons/medals/bronze-fw.gif);
}

.notification-block.silver::after {
  background-image: url(/storage/icons/medals/silver-fw.gif);
}

.notification-block.gold::after {
  background-image: url(/storage/icons/medals/gold-fw.gif);
}

.notification-block.platinum::after {
  background-image: url(/storage/icons/medals/platinum-fw.gif);
}

.notification-block.sapphire::after {
  background-image: url(/storage/icons/medals/sapphire-fw.gif);
}

.notification-block.diamond::after {
  background-image: url(/storage/icons/medals/diamond-fw.gif);
}

.notification-block.active {
  right: 32px;
}

.notification-block .close {
  position: absolute;
  right: 30px;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.notification-block .close svg {
  width: 17px;
}

.notification-block .text {
  width: 100%;
  text-align: center;
  padding: 0 60px;
}

#win-jackpot.modal-win {
  max-width: 800px;
  border: 4px solid #7d7adb;
  position: relative;
  overflow: visible;
  box-shadow: 0px 0px 60px 0px rgb(125 122 219);
  animation: shadow-anim 6s infinite linear;
}

@keyframes shadow-anim {
  0% {
    box-shadow: 0px 0px 60px 0px rgb(125 122 219)
  }

  50% {
    box-shadow: 0px 0px 90px 0px rgb(125 122 219)
  }

  100% {
    box-shadow: 0px 0px 60px 0px rgb(125 122 219)
  }
}

#win-jackpot.modal-win::after,
#win-jackpot.modal-win::before {
  content: '';
  width: 89px;
  height: 200px;
  background: url(/storage/icons/medals/diamond-wing.png);
  position: absolute;
  right: -80px;
  top: calc(50% - 80px);
  z-index: -1;
}

#win-jackpot.modal-win::before {
  left: -80px;
  right: inherit;
  transform: rotateY(180deg);
}

#win-jackpot .parent-modal-win {
  border-radius: 20px;
}

#win-jackpot .parent-modal-win::before {
  content: '';
  display: block;
  position: absolute;
  top: -16px;
  left: -19px;
  width: 40px;
  height: 40px;
  background-image: url(/storage/icons/extra/blick.png);
  background-size: cover;
  background-position: center;
  opacity: .8;
  z-index: 3;
  animation: star-anim 6s .2s infinite linear;
}

@keyframes star-anim {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }

  30% {
    transform: scale(1.1) rotate(360deg);
  }

  10%,
  50%,
  90% {
    transform: scale(1) rotate(360deg);
    opacity: 1;
  }

  70% {
    transform: scale(1.1) rotate(360deg);
  }

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

#win-jackpot .content-modal-win {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  background-image: url(/storage/image/main/jackpot-fw-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 20px;
}

#win-jackpot .title {
  font-size: 25px;
  text-transform: uppercase;
}

#win-jackpot .jacksumm {
  font-size: 100px;
  font-weight: 700;
  animation: summ-animation 1.5s infinite cubic-bezier(0.48, -0.32, 0, 0.75);
  color: #dafe31;
}

@keyframes summ-animation {
  0% {
    transform: scale(.9)
  }

  50% {
    transform: scale(1)
  }

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

.auth-button {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  min-width: 65px;
  font-size: 13px;
}

.auth-button__icon-wrapper {
  background-color: #fff;
  border-radius: 15px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 7px;
}

.auth-button__icon {
  height: 20px;
  width: 20px;
}
.auth-button__icon.telegram {
  height: 27px;
  width: 27px;
}

.search-block1 .header-search {
  margin-left: 0;
  width: 100%;
  margin-bottom: 10px;
  display: none;
}

.search-block1 .header-search input {
  border: 2px solid #70828f;
  border-radius: 20px;
  box-shadow: none;
  padding: 10px 35px 10px 10px;
  background-position: right 8px center;
  background-size: 18px;
  font-size: 14px;
  color: #fff;
  background-color: #1b2b38;
  margin: 0;
  width: 100%;
  outline: none;
  opacity: 1;
}

.show-from-to {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  font-size: 18px;
}

.show-from-to .progress_bar__show-from-to {
  background: rgba(212, 225, 245, .2);
  border-radius: 4px;
  margin-top: 10px;
}

.show-from-to .progress {
  background: #dafe31;
  height: 4px;
}

.header-notifications {
  position: relative;
  margin: 0 10px;
  display: flex;
  align-items: center;
}

.header-notifications .bell {
  position: relative;
  cursor: pointer;
}

.header-notifications .bell svg {
  width: 25px;
  height: 25px;
  transition: .3s;
}

.header-notifications .bell.active svg {
  animation: bell-animation 6s infinite;
}


@keyframes bell-animation {
  0% {
    transform: rotate(0deg)
  }
  84% {
    transform: rotate(0deg)
  }

  85% {
    transform: rotate(10deg)
  }

  90% {
    transform: rotate(-10deg)
  }

  95% {
    transform: rotate(10deg)
  }

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

.header-notifications:hover .bell svg {
  color: #dafe31;
}

.header-notifications .bell .bell-num, .notification-unread-mark {
  position: absolute;
  top: -3px;
  right: -2px;
  background: red;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  font-size: 10px;
}

header .notifications-unread:before {
    content: attr(data-counter);
}

.header-notifications .bell .bell-num[data-counter = "0"] {
    display: none;
}

.notification-unread-mark {
  width: 10px;
  height: 10px;
  right: -4px;
  top: -2px;
}

.header-notifications__dropdown {
  position: absolute;
  top: calc(100% + 25px);
  right: -15px;
  display: none;
  padding: 10px;
  background-color: #151a22;
  border-radius: 10px;
  min-width: 320px;
}

.header-notifications.active .header-notifications__dropdown {
  display: block;
}

.dropdown-notification {
  display: block;
  position: relative;
  background: #1a2b38;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.dropdown-notification-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 300px;
}

.dropdown-notification-btn.btn {
  max-width: 150px;
  margin: 15px auto 5px;
}

.dropdown-notification + .dropdown-notification {
  margin-top: 10px;
}

.full-width {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 1820px) {
  .logged-out-banner {
    padding: 0 32px;
  }

  .logged-out-banner + .game-swiper-wrapper.providers {
    width: calc(100% - 64px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 1720px) {
  .block-topmenu_head.active {
    position: static;
  }

  .jack-rank__title {
    width: 60%;
  }

  .jack-rank__bottom {
    width: 90%;
  }

  .jack-rank__bottom > span {
    padding: 2px 2px 5px;
  }

  .jack-rank__summ > span {
    font-size: 18px;
    padding: 22px 5px;
  }

  .features__text .title {
    height: inherit;
    font-size: 16px;
  }
}

@media screen and (max-width: 1629px) {
  .swiper-wins .mini-desc .name,
  .swiper-wins .mini-desc .summ{
    font-size: 11px;
  }
  .list-game.grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }

  .jack-ranks {
    flex-wrap: wrap;
    gap: 0;
  }

  .jack-rank {
    width: calc((100% - 200px) / 3);
    margin: 0 10px;
  }

  .jack-rank__bottom {
    width: 80%;
  }

  .h-game-slide span {
    font-size: 14px;
  }

  .features {
    grid-template-columns: repeat(3, 1fr) 300px;
  }

  .features__icon {
    min-width: 85px;
  }

  .features__icon img {
    height: 60px;
  }

  .features__icon.dice img {
    height: 45px;
  }

  /* .features__text .title {
    height: inherit;
    font-size: 16px;
  } */

  .features__text {
    margin-left: 5px;
  }

  .features__text .desc {
    font-size: 12px;
    margin-top: 5px;
  }

  .features__text .stars svg {
    width: 20px;
    height: 20px;
  }

  .header {
    width: calc(100% - 48px);
    left: 48px;
  }

  .page-content {
    width: calc(100% - 48px);
  }

  .container:not(.profile-container) {
    max-width: 1200px;
  }

  .block-topmenu.active .topmenu-wrap.mini .btn-lang:hover .hover-notice {
    display: none;
  }

  .block-topmenu {
    left: -182px;
  }

  .block-topmenu .topmenu-wrap:not(.mini) {
    padding-bottom: 0;
    top: 30px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: 0s;
    pointer-events: none;
  }

  .block-topmenu .topmenu-wrap.mini {
    height: auto;
    padding-top: 0;
    opacity: 1;
    transition-delay: .2s, .2s;
    transition-property: padding, opacity;
    transition-duration: .3s, .3s;
  }

  .block-topmenu .sidebar-menu-btn {
    transform: rotateY(180deg);
    width: 48px;
    padding: 10px 8px;
  }

  .block-topmenu:not(.active) + .overflow-topmenu {
    display: none;
    width: calc(100vw + 40px);
    height: calc(100vw + 40px);
    top: -20px;
    left: -20px;
    z-index: 20;
    background: rgba(27, 43, 56, .6);
  }

  .block-topmenu.active + .overflow-topmenu {
    display: block;
  }

  .block-topmenu .topmenu-wrap.mini .btn-lang {
    width: 100%;
    position: relative;
  }

  .block-topmenu .topmenu-wrap.mini .btn-lang a {
    border: none;
  }

  .block-topmenu .topmenu-wrap.mini .btn-lang a img {
    margin: 0 auto;
    height: 24px;
    width: 24px;
  }

  .hover-notice {
    display: none;
  }

  .block-topmenu.active {
    left: 0;
  }

  .block-topmenu.active .topmenu-wrap.mini {
    padding-top: 30px;
    opacity: 0;
    height: 0;
    transition: 0s;
    width: 48px;
    margin-left: auto;
    overflow-y: inherit;
  }

  .block-topmenu.active .topmenu-wrap:not(.mini) {
    height: auto;
    padding-top: 0;
    opacity: 1;
    transition-delay: .2s, .2s, .2s;
    transition-property: top, opacity, padding;
    transition-duration: .3s, .3s, .3s;
    position: relative;
    top: 0;
    pointer-events: all;
  }

  .list-game .parent-game-slide {
    width: calc(20% - 20px);
  }

  .random-slider__swiper .rand-slide {
    min-width: 246px;
    height: 185px;
  }

  .random-slider__swiper .swiper-slide a::after {
    min-width: 246px;
    height: 185px;
  }

  .random-slider__swiper a {
    height: 185px;
  }

  .jackpot-games-swiper {
    max-width: 820px;
  }

  .jackpot-games-swiper .game-swiper .swiper-slide {
    width: calc(25% - 15px);
  }

  #home .list-game .parent-game-slide:nth-last-of-type(-n+2) {
    display: none;
  }

  .index-vip .vipclub__item {
    width: 16.66%;
  }

  .index-slider .swiper-slide {
    position: relative;
    justify-content: flex-start;
    min-height: 300px;
    background-size: cover;
    transition: background-size .6s;
  }

  .index-slider .swiper-slide:hover {
    background-size: 103% auto;
  }

  .bg-swiper-slide {
    position: relative;
    z-index: 2;
  }

  .index-slider .swiper-slide .img-wrap {
    bottom: 0;
    right: 250px;
    left: inherit;
    height: 250px;
  }

  .slides-btns {
    max-width: 200px;
  }

  .slides-btns .item {
    padding: 0 12px;
  }

  .parent-swiper-navination {
    right: calc((100vw - 1362px) / 2);
  }

  .game-swiper.dup3 .swiper-slide {
    width: 13%;
  }

  .game-swiper .swiper-slide {
    width: calc(15% + 6px);
  }

  .one-index-category.one-row .parent-game-slide:nth-child(n+5),
  .one-index-category.two-rows .parent-game-slide:nth-child(n+9) {
    height: 0;
    pointer-events: none;
    overflow: hidden;
    margin: 0;
  }


  .vip-page .vipclub__row {
    overflow: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px !important;
  }

  .vip-page .vipclub__row::-webkit-scrollbar {
    height: 3px;
    background: transparent;
  }

  .vip-page .vipclub__row::-webkit-scrollbar-thumb {
    width: 4px;
    background-color: #fff;
    border-radius: 2px;
  }

  .vip-page .vipclub__item {
    min-width: calc((100% - 45px) / 4)
  }
}

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

  .filter__list-item,
  .filter__list-item1 {
    width: calc((100% - 80px) / 5);
  }




  body.dark-theme .vipclub__content.index-page .index-vip .vipclub__row {
    background-color: inherit;
  }

  body.dark-theme .vipclub__content.index-page .vipclub__item {
    background: #1e1e1e;
  }

  .mini-slider-win {
    width: calc(50% - 10px);
  }

  .swiper-tournament-slider {
    width: calc(50% - 10px);
  }

  .swiper-tournament-slider.full-width {
    width: 100%;
  }

  .header-menu {
    display: none;
  }

  .header-left {
    width: 50%;
  }

  .game-swiper .swiper-slide {
    width: calc(22% + 6px);
  }

  .game-swiper.dup3 .swiper-slide {
    width: 15%;
  }

  .index-slider .swiper-slide .img-wrap {
    right: 80px;
    height: 200px;
  }

  .boost-block__wrapper {
    flex-direction: column;
    padding-bottom: 24px;
  }

  .boost-block__wrapper > .title {
    order: 1;
  }

  .boost-block__wrapper .l-side {
    order: 2;
    text-align: center;
  }

  .boost-block__wrapper .r-side {
    order: 3;
    flex-wrap: wrap;
    max-width: 303px;
    justify-content: center;
  }

  .boost-block__wrapper .show-games {
    order: 1;
    width: 100%;
    text-align: center;
    margin: 12px 0;
  }

  .boost-block__wrapper .r-side > span {
    order: 2;
  }

  .boost-block__wrapper .timer {
    order: 3;
  }

  .boost-block__wrapper > img {
    height: auto
  }

  .boost-block__wrapper > img:nth-child(1) {
    left: -15%;
    height: 92px;
    top: 18px;
    z-index: 1;
  }

  .boost-block__wrapper > img:nth-child(2) {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .boost-block__wrapper > img:nth-child(3) {
    right: 9.63%;
    height: 109px;
    width: 323px;
    top: 38px;
  }

  .vipclub__content.index-page .vipclub__row {
    background-color: inherit;
    padding-top: 0;
    justify-content: space-between;
    gap: 40px;
  }

  .vipclub__content.index-page .vipclub__item {
    width: 30%;
    max-width: 100%;
    background: #13212d;
    padding: 30px 15px;
    display: flex;
    justify-content: center;
    border-radius: 20px;
  }

  .page-content.active .parent-swiper-navination,
  .page-content .parent-swiper-navination {
    right: 50px;
  }

  .index-slider .swiper-slide {
    width: calc(100% - 40px);
  }
}

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

  .header-btn > .header-notifications{
    display: none;
  }

  .filter__list-item,
  .filter__list-item1 {
    width: calc((100% - 60px) / 4);
  }

  .profile-dropdown .block-topmenu-heading {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
  }

  .profile-dropdown .close-profile {
    width: 17px;
    height: 16px;
    opacity: .4;
    cursor: pointer;
  }

  .profile-dropdown .user-info-block__stats {
    display: block;
    margin: 15px 20px 20px;
    width: calc(100% - 40px);
  }

  .profile-dropdown .user-info-block__stats + .btn {
    display: flex;
    margin: 0 auto 10px;
    max-width: 110px;
  }

  .profile-dropdown .user-info-block__stats + .btn:hover {
    color: #111;
  }

  .profile-dropdown .block-topmenu-heading + .row {
    padding: 10px 20px 0;
  }

  .profile-dropdown-overflow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000070;
    display: none;
    z-index: 19;
  }

  .profile-menu.active .profile-dropdown-overflow {
    display: block;
  }

  .profile-dropdown a {
    padding: 10px 24px;
  }

  .profile-menu__btn {
    padding: 0;
  }

  .profile-menu__btn > svg:nth-child(1) {
    width: 40px;
    height: 40px;
  }

  .profile-menu__btn svg:last-child {
    display: none;
  }

  .profile-dropdown {
    position: fixed;
    overflow: auto;
    top: 0;
    bottom: 0;
    right: -290px;
    border-radius: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    transition: right .3s;
    z-index: 20;
    opacity: 1;
  }

  .profile-menu.active .profile-dropdown {
    right: 0;
  }

  .list-game .parent-game-slide {
    width: calc(25% - 20px);
  }

  #home .list-game .parent-game-slide:nth-last-of-type(-n+4) {
    display: none;
  }

  .jackpot-block {
    overflow: hidden;
  }

  .jackpot-games-swiper .swiper-button-next,
  .jackpot-games-swiper .swiper-button-prev {
    display: none;
  }

  .jackpot-games-swiper {
    max-width: 100%;
  }

  .jackpot-games-swiper .swiper.game-swiper {
    overflow: visible;
  }

  .features {
    grid-template-columns: repeat(2, 1fr);
  }

  .content-modal-win .r-side .items {
    flex-direction: column;
  }

  .content-modal-win .r-side .item {
    width: 100%
  }

  .content-modal-win .r-side .item + .item {
    margin-top: 16px;
  }

  .pannel__sides {
    flex-direction: column;
  }

  .pannel__r-side,
  .pannel__l-side {
    width: 100%;
  }

  .pannel__r-side {
    margin-top: 16px;
  }

  .game-swiper.dup3 .swiper-slide {
    width: 18%;
  }

  .TopSwiper .swiper-slide-active .img-wrap {
    bottom: -8%;
  }

  .full-width-page {
    padding-top: 60px;
  }

  .fixed-header {
    padding: 5px 20px;
    height: 60px;
  }

  .log-out-mobile {
    display: block;
  }

  .header-logo {
    max-width: inherit;
    width: auto;
    margin: 0;
  }

  .header .header-balance {
    display: none;
  }

  .header-right .header-search {
    display: none;
  }

  .header-left {
    width: calc(50% + 47.5px);
    justify-content: space-between;
  }

  .header-menu a {
    margin: 0 9px 0 0;
    font-size: 13px;
  }

  span.title-slide {
    font-size: 30px;
  }

  .bg-swiper-slide {
    max-width: 100%;
  }

  .jackpot-tabs {
    width: 350px;
    min-height: 202px;
    padding-bottom: 8px;
  }

  .jackpot-tabs .list-game .parent-game-slide:nth-child(4) {
    display: none;
  }

  .jackpot-tabs .list-game .parent-game-slide {
    width: calc(33.33% - 20px);
  }

  .h-jackpot-tabs {
    margin-top: 0;
  }

  .jackpot-tabs span {
    font-size: 26px;
    letter-spacing: 0;
  }

  .summ-jackpot-tabs {
    font-size: 30px;
  }

  .head-tabs .index-slider {
    width: calc(100% - 365px);
  }

  .head-tabs .index-slider .swiper-slide {
    min-height: 202px;
  }

  .index-banner a {
    font-size: 14px;
  }

  .left-aside,
  .wrapper-left-aside {
    width: 200px;
  }

  .index-banner {
    background-position: right center;
    padding: 20px;
  }

  .no-login-header-btn.mobile {
    display: flex;
  }

  .header .header-search {
    display: none;
  }
}

@media screen and (max-width: 1170px) {
  .parent-swiper-navination {
    right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .search-block {
    background: none;
    padding: 0;
    width: 100%;
    gap: 0;
    margin-bottom: 16px;
  }

  .search-block1 {
    background-color: #151a22 !important;
    padding: 0;
    width: 100%;
    gap: 0;
  }

  .modal-win#search .search-field {
    margin: 0;
  }

  .modal-win#search .search-field input {
    max-width: 100%;
  }

  .search-block .filter {
    width: calc((100% - 20px) / 2);
    padding: 10px 15px;
    background-color: #13212d;
    border-radius: 10px;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .search-block .filter svg {
    min-width: 20px;
  }

  .filter__list-item {
    width: calc((100% - 20px) / 2);
    justify-content: center;
    padding: 7px 5px;
    border: 2px solid rgba(212, 225, 245, .2);
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .filter__list-item:hover,
  .filter__list-item.active {
    color: #fff;
    border: 2px solid #dafe31;
  }

  .filter__list-item:hover,
  .filter__list-item.active:hover {
    border: 2px solid #dafe31;
    color: #fff;
  }

  .filter__list-item > .checkbox {
    display: none;
  }

  .modal-win#search .search-field input {
    max-width: 100%;
  }

  .search-block1 .filter1 {
    width: calc((100% - 20px) / 2);
    padding: 10px 15px;
    border-radius: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #13212d;
  }

  .search-block1 .filter1 svg {
    min-width: 20px;
  }

  .filter__list-item1 {
    width: calc((100% - 20px) / 2);
    justify-content: center;
    padding: 7px 5px;
    border: 2px solid rgba(212, 225, 245, .2);
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .filter__list-item1:hover,
  .filter__list-item1.active {
    color: #fff;

  }

  .filter__list-item1.active {
    font-weight: 700;
    border: 2px solid #dafe31;
  }

  .filter__list-item1:hover,
  .filter__list-item1.active:hover {

    color: #fff;
  }

  .filter__list-item1 > .checkbox {
    display: none;
  }

  .header-menu a {
    font-size: 13px;
    margin: 0 7px 0 0;
  }

  .list-anim-btn .anim-btn span {
    font-size: 18px;
  }

  .list-anim-btn .anim-btn small {
    font-size: 11px;
  }

}

@media screen and (max-width: 991px) {
  .content-modal-win .r-side {
    background: none;
  }

  .modal-win#reg {
    max-width: 100%;
  }

  .parent-modal-win {
    height: 100%;
    overflow: auto;
  }

  #reg .parent-modal-win {
    background-color: #151a22;
    background-image: url(/storage/image/main/reg-bg.png);
    background-size: 50% 100%;
    background-repeat: no-repeat;
  }

  #reg .parent-modal-win {
    background-image: inherit;
  }

  #win-jackpot.modal-win {
    max-width: calc(100% - 200px);
  }

  #win-jackpot .jacksumm {
    font-size: 80px;
  }

  #win-jackpot .content-modal-win {
    text-align: center;
  }

  .vip-page .vipclub__item {
    min-width: calc((100% - 30px) / 3);
  }

  .vip-page .vip-panel {
    max-width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
  }

  .vip-page .vip-panel__img {
    max-width: 100px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .vip-page .level-title {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .vip-page .level-range {
    font-size: 14px;
    margin-bottom: 0;
  }

  .vip-page .vipclub__item {
    padding: 24px 16px;
  }

  .vipclub__content.index-page .title {
    padding: 0 15px;
  }

  .vipclub__content.index-page .vipclub__row {
    flex-wrap: nowrap;
  }

  .vipclub__content.index-page .container {
    padding: 0;
  }

  .index-vip .vip-panel__img {
    padding-bottom: 0;
  }

  .vipclub__content.index-page .vipclub__item {
    min-width: 320px;
  }

  .vipclub__content.index-page .vipclub__row {
    gap: 0;
  }

  .index-slider .swiper-slide:hover {
    background-size: cover;
  }

  .block-topmenu-heading {
    display: flex;
  }

  .block-topmenu_head .sidebar-menu-btn {
    display: flex;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    margin-left: 0;
  }

  .slides-btns .item {
    border-bottom: 0;
  }

  html body.dark-theme .slides-btns .item {
    border-bottom: 0;
  }

  .content-modal-win .r-side .items {
    display: none;
  }

  .content-modal-win .r-side .banner {
    margin: 32px 0;
    width: 80%;
  }

  .content-modal-win .r-side > .title {
    text-align: center;
    padding: 0 10px;
  }

  .tournament-details__main-title {
    display: none;
  }

  .tournament-details {
    display: block;
  }

  .tournament-details__l-side {
    width: 100%;
    max-width: 100%;
  }

  .tournament-details__r-side {
    width: 100%;
  }

  .panel__header {
    width: 100%;
  }

  .block-topmenu {
    left: -240px;
  }

  .block-topmenu.active {
    left: 0;
  }

  .header {
    width: 100%;
    left: 0;
  }

  .header.active {
    width: 100%;
    left: 0;
  }

  .block-topmenu_head {
    display: flex;
    align-items: center;
    position: static;
  }

  .block-topmenu .sidebar-menu-btn {
    display: none;
  }

  .block-topmenu.active .sidebar-menu-btn {
    opacity: 1;
    pointer-events: all;
    display: flex;
  }

  .page-content {
    width: 100%;
  }

  .page-content.active {
    width: 100%;
  }

  .index-top {
    flex-wrap: wrap;
    padding: 0 15px;
  }

  .index-slider {
    width: 100%;
    border-radius: 12px;
  }

  .index-slider .swiper-slide {
    flex-direction: column;
    min-height: 220px;
    margin: 0;
    width: 100%;
  }

  .index-slider .swiper-slide .container {
    min-height: 220px;
  }

  .bg-swiper-slide {
    order: 2;
    margin-right: 0;
    padding: 16px;
  }

  .index-slider .swiper-slide .img-wrap {
    right: 20px;
    /*height: 100px;*/
  }

  .index-slider .swiper-slide span.number-slide {
    font-size: 14px;
    font-weight: 400;
  }

  .index-slider .btn-slider {
    margin-top: 20px;
  }

  .index-slider .swiper-slide span.title-slide {
    font-size: 24px;
    line-height: 24px;
  }

  .slides-btns {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
  }

  .slides-btns .item {
    background: #e0e0e0;
    border-radius: 50%;
    width: 8px;
    min-height: 8px;
    font-size: 0;
    padding: 0;
    color: rgb(0, 0, 0, 0);
    margin: 0 4px;
    border-bottom: none;
  }

  .slides-btns .item.active {
    background: #dafe31;
  }

  .slides-btns .item > * {
    display: none;
    font-size: 0;
  }

  .slides-btns .item::after {
    content: none;
  }

  .slides-btns {
    width: 100%;
    max-width: 100%;
  }

  .h-game-slide span {
    max-width: 100%;
  }

  .h-game-slide .game-info-desc {
    display: none;
  }

  .hover-game-slide .btn {
    padding: 5px 10px;
  }

  .hover-game-slide {
    padding: 0;
  }

  .head-one-category .head-btn {
    display: none;
  }

  .list-tabs-wrapper .header-search {
    margin-left: 0;
    min-width: 150px;
  }

  .list-tabs-wrapper .header-search input[type="search"] {
    max-width: 100%;
    width: 100%;
    background-image: url(/storage/icons/main/search-white.svg);
    transition: background .3s;
  }

  .list-tabs-wrapper .header-search input[type="search"]:hover {
    background-image: url(/storage/icons/main/search.svg);
  }

  .TopSwiper .swiper-slide-active .img-wrap {
    bottom: 0;
  }

  .index-banner {
    padding: 25px;
    min-height: 200px;
  }

  .list-anim-btn {
    margin: 0;
  }

  .list-anim-btn .anim-btn {
    width: calc(50% - 8px);
    margin-bottom: 15px;
  }

  .one-index-category {
    width: 100%;
  }

  .fixed-header {
    padding: 0 15px;
  }

  .fixed-header .container {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }

  .parent-header-btn {
    justify-content: space-between;
  }

  .no-login-header-btn,
  .yes-login-header-btn {
    justify-content: space-between;
  }

  .container {
    padding: 0 15px;
  }

  .header-menu {
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 23px;
  }

  .header-menu a {
    width: 100%;
    font-size: 15px;
    margin: 0;
    padding: 7px 0 7px;
  }

  .header-menu a,
  .header-menu a:hover,
  .header-menu a.active {
    border-bottom: none;
  }

  .header-menu a:hover,
  .header-menu a.active {
    color: #0c6fd5;
  }

  .reg-btn-topmenu {
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 0 15px;
  }

  .reg-btn-topmenu,
  .reg-btn-topmenu .auth-btn {
    display: flex;
  }

  .left-aside {
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
  }

  .left-aside,
  .wrapper-left-aside {
    width: 100%;
  }

  .wrapper-left-aside {
    top: 0;
    position: static;
    height: auto;
    margin-bottom: 10px;
    overflow-y: hidden;
  }

  .main-aside {
    width: 100%;
  }

  .search-aside {
    padding: 10px 10px 0 10px;
    margin: 0 0 10px;
  }

  .modal-win#search .search-field {
    padding: 20px 15px;
  }

  .parent-search-list-game .list-game .parent-game-slide {
    width: calc(25% - 20px);
  }

  .dropdown-left-aside {
    width: calc(100% - 20px);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 10px;
  }

  .one-dropdown-left-aside {
    width: calc(50% - 5px);
  }

  .one-dropdown-left-aside .head-subcat-select {
    width: 100%;
  }

  .one-dropdown-left-aside .subcat-select {
    padding: 6px 3px 6px 5px;
  }

  .one-dropdown-left-aside .subcat-select-drop {
    width: 100%;
    left: 0;
    margin-top: 15px;
    border-radius: 12px;
  }

  .none-mobile {
    display: none;
  }

  input[type="search"] {
    padding: 10px 14px 10px 36px;
  }


  .block-topmenu > .sidebar-menu-btn,
  .block-topmenu.active > .sidebar-menu-btn {
    display: none;
  }

  .mobile-bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    background-color: #1b2b38;
    border-top: 1px solid #13212d;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 19;
    height: 60px;
  }

  .mobile-bottom-menu .item {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
  }

  .mobile-bottom-menu .item:hover {
    color: #fff;
  }

  .mobile-bottom-menu .item svg {
    width: 20px;
    height: 20px;
  }

  .mobile-bottom-menu .sub-text {
    font-size: 10px;
    margin-top: 5px;
  }

  .mobile-bottom-menu .search {
    position: relative;
  }

  .mobile-bottom-menu .search input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
  }

  .mobile-bottom-menu .userstat {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 8px;
    border-radius: 8px;
    width: calc(100% - 88px)
  }

  .mobile-bottom-menu .reg-btn {
    margin-left: 0;
  }

  .mobile-bottom-menu .text-header-balance {
    margin-left: 12px;
  }

  .mobile-bottom-menu .show-search,
  .mobile-bottom-menu .open-menu {
    display: flex;
    cursor: pointer;
  }

  .mobile-bottom-menu .open-menu svg + svg {
    display: none;
  }

  .mobile-bottom-menu .open-menu.active svg {
    display: none;
  }

  .mobile-bottom-menu .open-menu.active svg + svg {
    display: flex;
  }

  .mobile-bottom-menu .show-search svg,
  .mobile-bottom-menu .open-menu svg {
    width: 32px;
    height: 32px;
  }

  .mobile-bottom-menu .header-vip {
    min-width: 32px;
    width: 32px;
    height: 32px;
  }

  @media screen and (min-width: 768px) {
    .swiper-tournament-slider .swiper-slide .main__item {
      padding: 75px 30px 30px;
    }
  }
}

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

  .modal-win#providers {
    max-height: 100%;
    border-radius: 0;
  }

  .modal-win.active#providers {
    overflow: auto;
  }

  .modal-win#search {
    align-items: flex-start;
  }

  .modal-win#reg,
  .modal-win#remind,
  .modal-win#exit,
  .modal-win#login {
    max-width: 100%;
    border-radius: 0;
    height: 100%;
  }

  .search-block1 {
    display: none;
    background-color: #151a22 !important;
  }

  .search-block1.active {
    display: flex;
    padding: 10px;
  }

  .list-tabs-wrapper .header-search.filter {
    display: none;
  }

  .search-block1 .header-search {
    display: block;
  }

  .filter__list-item:hover {
    border: 2px solid rgba(212, 225, 245, .2);
    color: #fff;
  }

  .modal-container_2 form.active {
    height: 100%;
  }

  .modal-container_2 {
    align-items: flex-start;
    overflow: auto;
  }

  .modal-win#search .search-field {
    height: calc(100% + 60px);
    padding: 20px 15px 80px;
    border-radius: 0;
  }

  .form-gift-reg .swiper-slide input[type="radio"] + .indicator {
    top: 5px;
    font-size: 10px;
    width: 80px;
    padding: 2px 10px;
  }

  .form-gift-reg .slider-wrapper {
    width: calc(100% - 100px);
  }

  .modal-container > form.active {
    height: 100%;
  }

  .index-slider .btn-slider {
    margin-top: auto;
  }

  .index-slider .swiper-slide span.title-slide {
    margin-top: auto;
  }

  #win-jackpot.modal-win::after,
  #win-jackpot.modal-win::before {
    content: none;
  }

  #win-jackpot .content-modal-win {
    justify-content: center;
    border-radius: 0;
    padding: 60px 15px;
  }

  #win-jackpot .parent-modal-win {
    height: 100%;
  }

  #win-jackpot.modal-win {
    max-width: 100%;
  }

  .jackpot-page .mini-slider-win {
    order: 1;
    margin-top: 15px;
  }

  .jack-rank {
    width: calc((100% - 130px) / 2);
    margin: 0;
  }

  .vip-page .vipclub__item {
    min-width: calc((100% - 15px) / 2);
  }

  .change-theme-color {
    justify-content: center;
  }

  .vipclub__content.index-page .bottom-btn {
    margin-top: 20px;
  }

  #home .panel__title.panel__title_tournament.title {
    margin-top: 0;
  }

  .features {
    gap: 10px;
  }

  .features__text {
    margin-left: 0;
  }

  .features__text .desc {
    margin-top: 0;
  }

  .features__block:nth-child(3) .features__text .desc {
    margin-top: 5px;
  }

  .features__text .arrow-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .index-top {
    margin: 0 auto 20px;
  }

  .modal-win#login {
    max-width: 100%;
  }

  body.dark-theme #reg .content-modal-win .r-side {
    background-color: #1e1e1e;
  }

  body.dark-theme .list-tabs-wrapper .header-search {
    background-color: #1e1e1e;
  }

  .hover-game-slide .h-game-btns .btn-play-icon {
    width: 50px;
    height: 50px;
  }

  .hover-game-slide a:not(.btn) {
    padding: 0;
  }

  .h-game-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
  }

  .log-tabs {
    display: block;
  }

  .block-topmenu {
    max-width: 290px;
    left: -290px;
  }

  .random-slider .title {
    text-align: center;
  }

  .jackpot-block {
    padding-bottom: 30px;
  }

  .jackpot-block .title {
    font-size: 16px;
    padding: 10px 40px;
    margin-bottom: 45px;
  }

  .jackpot-block::before,
  .jackpot-block::after {
    width: 40px;
    height: 40px;
    background-size: cover;
  }

  .jackpot-games-swiper .game-swiper .swiper-slide {
    width: calc(46% - 15px);
  }

  .jackpot-block .jackpot-summ {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .swiper-tournament-slider .swiper-slide {
    min-height: inherit;
  }

  .sides-blocks {
    flex-direction: column;
  }

  .mini-slider-win {
    width: 100%;
  }

  .swiper-tournament-slider {
    width: 100%;
    margin-top: 15px;
    max-height: none;
  }

  .swiper-tournament-slider .swiper-slide .main__item {
    min-height: inherit;
  }

  .swiper-wins .mini-img {
    margin-right: 10px;
  }

  .jackpot-page .swiper-wins .mini-desc {
    max-width: 100%;
    width: 100%;
  }

  .jackpot-page {
    padding: 20px 15px 0;
  }

  .head-one-category .arrow-link {
    display: none;
  }

  .panel__info-button {
    margin-top: 35px;
  }

  .mini-slider-win {
    padding: 85px 15px 30px;
    min-height: 325px;
  }

  .list-game + .bottom-btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .list-game + .bottom-btn a {
    font-size: 16px;
    margin-top: 15px;
  }

  .list-tabs-wrapper {
    flex-wrap: wrap;
    min-height: auto;
    margin-bottom: 40px;
  }

  .list-tabs-wrapper .header-search {
    width: 100%;
    background-color: #13212d;
    border-radius: 100px;
    margin: 20px auto 0;
  }

  .index-slider .swiper-slide {
    background-position: right center !important;
  }

  .index-slider .swiper-pagination {
    display: block;
  }

  .block-topmenu_head a svg {
    height: 40px;
    width: 110px;
  }

  .block-topmenu_head .sidebar-menu-btn {
    margin-right: 10px;
  }

  .content-modal-win .r-side {
    display: none;
  }

  .content-modal-win .l-side {
    max-width: 100%;
  }

  .no-login-header-btn .btn{
    padding: 8px 10px;
    min-width: inherit;
  }

  .reg-btn{
    margin-right: 8px;
  }

  .logged-out-banner {
    flex-direction: column;
    padding: 0 15px;
  }

  .logged-out-banner__text-block {
    order: 1;
    text-align: center;
    padding-right: 0;
    width: 100%;
  }

  .logged-out-banner .btn {
    margin: 0 auto 16px;
  }

  .logged-out-banner img {
    width: 100%;
  }

  .block-topmenu .header-btn {
    display: flex;
  }

  .items_tournament .list-game .parent-game-slide {
    width: calc((100% - 60px) / 3);
  }

  .top-filters__btn {
    width: 40px;
    height: 40px;
    padding: 9px;
    border-radius: 8px;
    display: flex;
  }

  .top-filters__btn:hover {
    background-color: #151a22;
  }

  body.dark-theme .top-filters__btn:hover {
    background-color: #323232;
  }

  .top-filters__btn svg {
    width: 32px;
    height: 32px;
  }

  .head-one-category.filters {
    flex-wrap: wrap;
    align-items: center;
  }

  .top-filters {
    width: 100%;
    flex-wrap: wrap;
    display: none;
  }

  .top-filters.active {
    display: flex;
  }

  .top-filter {
    width: 100%;
    margin-top: 8px;
  }

  .top-filter + .top-filter {
    margin-left: 0;
  }

  .top-filter.active {
    z-index: 20;
  }

  .top-filters .dropdown {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .top-filter.active .dropdown {
    display: flex;
  }

  .top-filter.providers .checkbox {
    display: none;
  }

  .top-filter.providers.active .provider-items {
    display: none;
  }

  .top-filter.providers .dropdown-item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    border: 2px solid #70828f;
    border-radius: 10px;
  }

  .top-filter.providers .dropdown-item .title-provider {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .top-filter.providers .dropdown-item.active {
    border: 2px solid #dafe31;
  }

  .support-content.user-support-block {
    padding: 0 15px !important;
  }

  .themes-slides.game-swiper .swiper-slide {
    min-width: 345px;
  }

  .themes-slides .parent-game-slide:nth-child(8) {
    display: none;
  }

  .excerpt-form-gift-reg {
    font-size: 24px;
  }

  .excerpt-form-gift-reg b {
    font-size: 36px;
  }

  .block-bottom-links {
    display: none;
  }

  .block-bottom-links {
    display: none;
  }

  .block-topmenu .change-theme-color {
    display: flex;
    margin: 16px 0 0;
    padding: 0px 17px;
  }

  .block-topmenu .btn-lang {
    max-width: 100%;
  }

  .block-topmenu .btn-lang a svg {
    margin-left: auto;
  }

  .block-topmenu .laguage-wrapper {
    margin-left: auto;
    margin-top: 16px;
    display: block;
  }

  .block-topmenu .open-lang {
    width: 100%;
  }

  .header.active {
    /*
        width: 100%;
        left: 0;
        height: 0;
        overflow: hidden;
        z-index: 22;
*/
  }

  .block-topmenu_head.active {
    display: flex;
    align-items: center;
    position: static;
  }

  .page-content.active {
    width: 100%;
  }

  .block-topmenu .header-logo {
    display: none;
  }

  .block-topmenu .hellow-user {
    display: block;
  }

  .block-topmenu .partner-block {
    padding: 0;
    border: none;
    margin: 8px 0;
  }

  .one-menu.open-menu .one-open-menu a {
    padding: 8px 12px;
    border-radius: 8px;
  }

  .one-open-menu {
    margin-bottom: 8px;
  }

  .one-menu.open-menu {
    border: none;
  }

  .topmenu-else-links a {
    font-size: 16px;
  }

  .the-content {
    padding: 16px;
  }

  .the-content .text {
    width: 100%;
  }

  .the-content ul,
  .the-content ol {
    padding: 10px 10px 10px 20px;
  }

  .the-content h1 {
    font-size: 20px;
  }

  .game-swiper-wrapper > .swiper-button-next,
  .game-swiper-wrapper > .swiper-button-prev {
    display: none;
  }

  .block-topmenu .topmenu-wrap {
    padding-bottom: 86px;
  }

  .topmenu-wrap .logout-btn {
    background-color: #f2f2f2;
  }



  .game-swiper.dup3 .swiper-slide {
    width: calc(41% + 6px);
  }

  .boost-block__wrapper > .title {
    text-align: center;
  }

  .boost-block__wrapper {
    padding: 24px 12px;
  }

  .boost-block__wrapper > img:nth-child(2) {
    height: 70%;
  }

  .game-swiper .swiper-slide {
    width: calc(41% + 6px);
  }

  .block-topmenu_head .mobile-logo {
    display: block;
    height: 48px;
  }

  .block-topmenu_head svg {
    width: auto;
  }

  header .header-search {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 998;
    max-width: 100%;
  }

  header .header-search.active {
    display: block;
  }

  .header-search .search-dropdown {
    height: calc(100vh - 174px);
  }

  .header-search .search-filters .item {
    margin-left: 0;
  }


  .list-game.grid {
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }

  .parent-swiper-navination {
    display: none;
  }

  .TopSwiper .bg-swiper-slide {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 220px;
  }

  .one-index-category.one-row .parent-game-slide:nth-child(n+5),
  .one-index-category.two-rows .parent-game-slide:nth-child(n+9) {
    height: auto;
    pointer-events: all;
    margin: 10px;
  }

  .list-game .parent-game-slide {
    width: calc(33.33% - 20px);
  }

  #home .list-game .parent-game-slide:nth-last-of-type(-n+4) {
    display: block;
  }


  .h-one-category {
    font-size: 20px;
  }

  .line-one-index-category {
    margin-top: -14px;
    margin-bottom: 8px;
  }

  .parent-banner-ihb {
    background-size: 170px 95px;
  }

  .index-banner {
    margin-bottom: 15px;
    padding: 15px;
    min-height: 135px;
  }

  .jp-summ {
    font-size: 66px;
    line-height: 180px;
    text-align: center;
  }

  .jp-summ .shadow {
    right: 0;
  }

  .index-banner a,
  .index-banner small {
    font-size: 12px;
    min-height: 30px;
  }

  .list-anim-btn .anim-btn div {
    padding: 15px;
    background-size: 52px 50px;
    background-position: calc(100% - 15px) 50%;
  }

  .h-game-slide {
    font-size: 16px;
  }

  .the-content {
    margin: 30px 0 30px;
    font-size: 13px;
  }

  .parent-search-list-game .list-game .parent-game-slide {
    width: calc(33.33% - 20px);
  }

  .head-tabs {
    flex-wrap: wrap;
    margin: 0 0 15px;
  }

  .jackpot-tabs {
    width: 100%;
    border: 1px solid #c5991e;
    padding: 10px 10px 3px 10px;
    min-height: auto;
    margin-bottom: 15px;
    border-radius: 12px;
  }

  .h-jackpot-tabs svg {
    width: 11px;
    height: 11px;
    margin: -2px 6px 0;
  }

  .jackpot-tabs span {
    font-size: 17px;
  }

  .summ-jackpot-tabs {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .jackpot-tabs .list-game .parent-game-slide {
    width: calc(25% - 6px);
    margin: 3px;
  }

  .jackpot-tabs .list-game .parent-game-slide:nth-child(4) {
    display: flex;
  }

  .head-tabs .index-slider {
    width: 100%;
  }

  .head-tabs .index-slider .swiper-slide {
    border-radius: 12px;
  }

  .head-tabs .index-slider {
    margin: 0;
  }

  .list-tabs a.router-link {
    margin: 0 6px 0 0;
    font-size: 13px;
    font-weight: 450;
    border-bottom: none;
  }

  .list-tabs a.router-link:hover,
  .list-tabs a.router-link.active {
    border-bottom: none;
  }

  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 17px;
  }

  .header-btn {
    width: 100%;
  }

  .btn-slider a,
  .btn-slider small {
    padding: 8px;
  }


  #login .content-modal-win,
  #reg .content-modal-win {
    flex-direction: column;
    overflow: auto;
    gap: 30px;
  }

  #login .content-modal-win .l-side,
  #reg .content-modal-win .l-side {
    width: 100%;
    padding: 0 20px 40px;
    min-height: calc(90%);
  }

  #login .content-modal-win .l-side,
  #reg .content-modal-win .l-side,
  #remind .content-modal-win .l-side {
    height: calc(100% + 20px);
  }

  #reg .content-modal-win .r-side {
    display: flex;
    width: 100%;
    max-width: 100%;
    background-color: #151a22;
    background-image: none;
    height: auto;
  }

  .content-modal-win .or-block {
    margin-top: 0;
  }

  .h-form-modal-win {
    display: none;
  }

  #remind .h-form-modal-win {
    display: block;
  }

  .form-gift-reg .denied {
    margin-bottom: 20px;
  }

  .form-gift-reg {
    padding: 0;
  }

  .form-gift-reg .main-title {
    display: none;
  }

  .form-gift-reg > img {
    display: none;
  }

  .form-gift-reg .swiper-slide label {
    padding-bottom: 0;
    gap: 5px;
  }

  .form-gift-reg .text-one-form-gift-reg {
    display: none;
  }

  .form-gift-reg .title-one-form-gift-reg {
    margin-bottom: 0;
    font-size: 18px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .form-gift-reg .img-one-form-gift-reg {
    margin-bottom: 0;
  }

  .form-gift-reg .img-one-form-gift-reg img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    max-height: 120px;
  }

  .form-gift-reg .swiper-button-prev {
    left: -45px;
  }

  .form-gift-reg .swiper-button-next {
    right: -45px;
  }

  #reg.modal-win .close-small:not(.btn),
  #login.modal-win .close-small:not(.btn) {
    top: 7px;
  }

  .modal-main-title {
    font-size: 15px;
  }

  .features__block {
    flex-direction: column;
    text-align: center;
  }

  .features__text .title {
    justify-content: center;
  }

  .features__icon {
    margin-bottom: 10px;
  }

  .features__icon img {
    height: 50px;
  }

  .features__icon.dice img {
    height: 40px;
  }

  .form-gift-reg {
    max-width: 355px;
  }

  .form-modal-win.reg-form {
    max-width: 355px;
    margin: 0 auto;
  }
}

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

  .swiper-wins .swiper-slide {
    justify-content: flex-start;
  }

  .leaderboard__slider.slider_leaderboard::after {
    right: -74px;
  }

  .leaderboard__slider.slider_leaderboard::before {
    left: -80px;
  }
}

@media screen and (max-width: 600px) {
  .header-left {
    width: auto;
  }

  .header-logo {
    margin-left: 20px;
  }
}

@media screen and (max-width: 560px) {
  .form-gift-reg .denied {
    padding: 0 20px;
    text-align: left;
  }

  .vipclub__content.index-page .vipclub__item {
    min-width: 220px;
  }

  /*.jack-rank__summ>span span {*/
  /*  font-size: 9px;*/
  /*}*/

  .jack-rank__bottom > span span {
    font-size: 7px;
  }

  .notification-block .close {
    right: 20px;
  }

  .jackpot-block {
    padding: 0px 15px 20px;
  }

  .vip-page .vipclub__item {
    min-width: 80%;
  }

  .open-lang {
    padding: 0;
  }

  .open-lang__wrapper {
    margin: 0;
    max-width: 100%;
    border-radius: 0;
    height: 100%;
  }

  .items_tournament .list-game .parent-game-slide {
    width: calc((100% - 40px) / 2);
  }

  .modal-win .close-small:not(.btn) {
    top: 30px;
  }

  .modal-win {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .modal-win.active#remind {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .parent-modal-win {
    height: 100%;
  }

  .leaderboard__slider.slider_leaderboard::after,
  .leaderboard__slider.slider_leaderboard::before {
    content: none;
  }

  .index-banner {
    background-position: left 25% center;
    background-size: auto 100%;
  }

  .jp-summ {
    font-size: 34px;
    line-height: 100px;
    min-height: auto;
  }

  .jp-summ .curr {
    font-size: 20px;
  }

  .header-right {
    margin-left: 8px;
  }

  .yes-login-header-btn .btn {
    margin-left: 0;
  }

  .swiper-wins .swiper-slide {
    width: 100%;
    padding: 0 0 0 10px;
  }

  .index-slider .swiper-slide .img-wrap {
        /*width: 100%;
        left: 0;
        opacity: .8; */
        filter: brightness(0.7);
  }

  .index-slider .swiper-slide .img-wrap img {
        object-fit: contain;
  }

  span.number-slide {
    opacity: 1;
  }

  .list-game {
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px);
  }

  .list-game .parent-game-slide {
    width: calc(50% - 10px);
    margin: 5px;
  }

  .parent-search-list-game .list-game .parent-game-slide {
    width: calc(50% - 10px);
    margin: 5px;
  }

  .header-btn {
    justify-content: space-between;
  }

  .yes-login-header-btn .btn.open-deposit,
  .yes-login-header-btn a.btn.open-deposit {
    width: 100%;
  }

  .details__btn {
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .jack-rank__bottom span {
    padding: 5px;
  }

  .panel__title.panel__title_tournament.title {
    font-size: 21px;
  }

  .main__item {
    padding: 30px 10px 10px;
  }

  .main__item {
    padding: 30px 10px 10px;
  }

  #home .main__item {
    padding: 65px 10px 20px;
  }

  .panel.panel_tournament {
    padding: 10px;
  }

  .panel__countdown {
    font-size: 12px;
  }

  .panel__countbutton {
    font-size: 10px;
  }

  .pannel__sides-bg {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .pannel__sides-bg svg {
    margin-right: 5px;
  }

  .timer__table .timer__row_digit .timer__cell {
    font-size: 12px;
  }

  .sides-line {
    min-height: 2px;
    width: 100%;
    margin: 10px 0;
  }

  .panel__caption {
    font-size: 16px;
  }


}

@media screen and (min-width: 500px) {
  .jack-rank__bottom br {
    display: none;
  }
}

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

  .wager-scale,
  .wager-scale--fs {
    display: none;
  }

  .list-game2.grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

  .list-game.grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}

@media screen and (max-width: 460px) {
  .list-tabs-wrapper .header-search {
    max-width: calc(100% - 30px);
  }

  .jack-rank__summ > span {
    font-size: 16px;
    padding: 24px 5px;
  }

  .jackpot-block {
    padding: 0px 5px 20px;
  }

  .jack-rank {
    width: calc((100% - 120px) / 2);
    margin: 0 10px;
  }

  .jack-rank__title {
    width: 70%;
  }

  .jack-rank__title span:not(.crown) {
    padding: 2px 1px;
  }

  .container.list-tabs-index {
    padding: 0;
  }

  .swiper.list-tabs .swiper-button-next,
  .swiper.list-tabs .swiper-button-prev {
    display: none;
  }

  .list-tabs a.router-link {
    padding: 11.5px 30px 11.5px 10px;
    margin-right: 0;
  }

  .swiper.list-tabs .swiper-slide {
    margin-right: 0 !important;
  }

  .list-tabs a.router-link:hover::after {
    content: none;
  }

  .list-tabs a.router-link:hover {
    color: #dafe31;
  }

  .list-tabs a.router-link:hover svg path {
    fill: #dafe31;
  }

  .h-game-btns {
    margin-top: 0;
  }

  .hover-game-slide .h-game-btns .btn-play-icon {
    margin-bottom: 0;
  }

  .themes-slides.game-swiper .swiper-slide {
    min-width: 100%;
  }

  .themes-slides .parent-game-slide:nth-child(2) {
    display: none;
  }
}

@media screen and (max-width: 370px) {
  .list-game2.grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }

  .jack-rank {
    width: calc((100% - 20px) / 2);
    margin: 0 5px;
  }

  .jack-rank__summ .wing {
    display: none;
  }

  .list-game.grid {
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }

  .list-game.grid .parent-game-slide:first-child {
    grid-row: 1 / 1;
    grid-column: 1 / 1;
  }

  .block-topmenu_head .sidebar-menu-btn {
    margin-right: 5px;
  }

  .yes-login-header-btn .btn.open-deposit,
  .yes-login-header-btn a.btn.open-deposit {
    font-size: 14px;
    margin-right: 5px;
    max-width: 90px;
    min-width: inherit;
    padding: 5px;
  }

  .head-subcat-select {
    margin-left: 10px;
    width: 150px;
  }

  .head-subcat-select .subcat-select {
    padding: 0 10px;
  }

  .header-logo {
    margin-left: 10px;
  }

  .list-game .parent-game-slide {
    width: 100%;
  }

  .parent-search-list-game .list-game .parent-game-slide {
    width: 100%;
  }

  .modal-main-title {
    padding-bottom: 20px;
  }
}

.gam_bonus_activated {
  display: contents;
  text-align: center;
}

.deactivate-bonus.bonus-panel__button.button.button_shape_round {
  color: #fff;
  background: #fd2d5e;
  padding: 7px 11px;
  font-weight: 300;
  font-size: 13px;
  cursor: pointer;
  margin: 10px 0 0;
  width: auto;
  text-align: center;
  border-radius: 10px;
  font-weight: 500;
  align-self: center;
}

body.dark-theme {
  background-color: #101010;
  color: #fff;
}

body.dark-theme .header {
  background-color: #101010;
}

body.dark-theme .block-topmenu {
  background-color: #1e1e1e;
}

body.dark-theme .one-menu a {
  color: #fff;
}

body.dark-theme .one-menu a:hover {
  color: #dafe31;
}

body.dark-theme .block-topmenu .header-logo a {
  color: #fff;
}

body.dark-theme .block-topmenu .partner-block {
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
}

body.dark-theme .block-topmenu .partner-block .btn-block {
  background-color: #101010;
}

body.dark-theme .block-topmenu .partner-block .top-block {
  background-color: #101010;
}

body.dark-theme .block-topmenu .partner-block .top-block a .title {
  color: #fff;
}

body.dark-theme .one-menu.filled a {
  background-color: #101010;
}

body.dark-theme .footer .copyright_gambling_soft span {
  color: #fff;
}

body.dark-theme .footer .copyright_gambling_soft svg,
body.dark-theme .footer .copyright_gambling_soft svg g {
  fill: #dafe31 !important;
}

body.dark-theme .footer .copyright_gambling_soft a {
  color: #dafe31;
  border-color: #dafe31;
}

body.dark-theme .the-content {
  background-color: #1e1e1e;
}

body.dark-theme .the-content .btn {
  background-color: #525252;
}

body.dark-theme .the-content .btn:hover {
  background-color: #606060;
}

body.dark-theme .h-one-category {
  color: #fff;
}

body.dark-theme .game-swiper-wrapper .swiper-button-next,
body.dark-theme .game-swiper-wrapper .swiper-button-prev {
  background-color: #1e1e1e;
}

body.dark-theme .game-swiper-wrapper .swiper-button-next:hover,
body.dark-theme .game-swiper-wrapper .swiper-button-prev:hover {
  background-color: #303030;
}

body.dark-theme .open-lang {
  background-color: #1e1e1e;
}

body.dark-theme .header-search .search-fiealdwrap {
  background-color: #1e1e1e;
  border: 1px solid #323232;
}

body.dark-theme .header-search .search-dropdown {
  background-color: #1e1e1e;
}

body.dark-theme .header-search .search-fiealdwrap input {
  color: #fff;
}

body.dark-theme .header-search .search-filters {
  border-bottom: 1px solid #323232;
}

body.dark-theme .game-stat-dropdown__wrapper {
  background-color: #1e1e1e;
}

body.dark-theme .game-stat-dropdown__wrapper::after {
  background-color: #1e1e1e;
}

body.dark-theme .game-stat-dropdown__wrapper .item:first-child {
  background-color: #101010;
}

body.dark-theme .content-modal-win .l-side {
  background-color: #1e1e1e;
}

body.dark-theme .content-modal-win .l-side .modal-logo {
  color: #fff;
}

body.dark-theme .content-modal-win .r-side {
  background-image: none;
  background-color: #101010;
}

body.dark-theme .modal-win input {
  background-color: #101010;
}

body.dark-theme input:not(.search-field) {
  color: #fff;
}

body.dark-theme .close-small svg {
  fill: #fff;
}

body.dark-theme .slides-btns {
  background-color: #1e1e1e;
}

body.dark-theme .slides-btns .item {
  border-bottom: 2px solid #323232;
}

body.dark-theme .level-block {
  background-color: #101010;
}

body.dark-theme .level-block__wrapper {
  background: #323232;
}

body.dark-theme .header-vip {
  border: 3px solid #323232;
}

body.dark-theme .block-topmenu .partner-block .top-block::after {
  background-color: #323232;
}

body.dark-theme .popup2.popup_undefined {
  background-color: #1e1e1e;
}

body.dark-theme .popup2.popup_undefined .tab__action-wrapper {
  background-color: #323232;
}

body.dark-theme .popup2.popup_undefined .tab__action a.tab__item.tab__item_active {
  background-color: #101010;
}

body.dark-theme .popup2.popup_undefined .tab__action a.tab__item {
  color: #fff;
}

body.dark-theme .popup2.popup_undefined .payment__item.payitem:hover {
  background-color: #101010;
}

body.dark-theme .popup2.popup_undefined .payment__tooltip.payment__tooltip_open {
  background-color: #1e1e1e;
}

body.dark-theme .popup2.popup_undefined .pay-tooltip__summ label {
  background-color: #101010;
}

body.dark-theme .popup2.popup_undefined .pay-limits-wrapper {
  background-color: #101010;
}

body.dark-theme .popup2.popup_undefined .pay-limits-wrapper .pay-limits {
  color: #fff;
}

body.dark-theme .popup2.popup_undefined .enter-pin {
  border-top: 1px solid #323232;
}

body.dark-theme .popup2.popup_undefined .pay-tooltip__input.input input,
body.dark-theme .popup2.popup_undefined .form-pin input:hover {
  box-shadow: 0 0 0 2px #323232 inset;
}

body.dark-theme .popup2.popup_undefined .pay-tooltip__input.input input,
body.dark-theme .popup2.popup_undefined .form-pin input {
  box-shadow: 0 0 0 1px #323232 inset;
}

body.dark-theme .popup2.popup_undefined .history__row {
  background-color: #323232;
}

body.dark-theme .top-filter .title-block {
  background-color: #1e1e1e;
}

body.dark-theme .top-filters .dropdown {
  background-color: #1e1e1e;
}

body.dark-theme .top-filter.providers .checkbox {
  border: 1px solid rgb(255 255 255 / 20%);
}

body.dark-theme .top-filter.categories .dropdown-item {
  border: 1px solid #323232;
}

body.dark-theme .exchange-rate {
  background-color: #1e1e1e;
}

body.dark-theme .mobile-bottom-menu {
  background-color: #1e1e1e;
}

body.dark-theme .mobile-bottom-menu .userstat {
  background-color: #101010;
}

body.dark-theme .topmenu-wrap .logout-btn {
  background-color: #525252;
  color: #fff;
}

body.dark-theme .topmenu-wrap .logout-btn:hover {
  background-color: #606060;
}

body.dark-theme .block-topmenu .btn-lang a {
  background-color: #101010;
}

body.dark-theme .block-topmenu .open-lang {
  background-color: #101010;
}

body.dark-theme .block-topmenu .open-lang a {
  color: #fff;
}

body.dark-theme .block-topmenu_head .mobile-logo {
  color: #fff;
}

body.dark-theme .vip-panel {
  background-color: #1e1e1e;
}

body.dark-theme .vip-panel:before {
  background-color: #1e1e1e;
}

body.dark-theme .tours-slider .swiper-button-next,
body.dark-theme .tours-slider .swiper-button-prev {
  background-color: #1e1e1e;
}

body.dark-theme .tours-slider .swiper-button-next:hover,
body.dark-theme .tours-slider .swiper-button-prev:hover {
  background-color: #323232;
}

body.dark-theme .pannel__r-side {
  background-color: #323232;
}

body.dark-theme .tournaments-bg .panel__countdown {
  background-color: #101010;
}

body.dark-theme .tournaments-bg .panel__countdown {
  color: #fff;
}

body.dark-theme .timer__table .timer__row_digit .timer__cell:not(.symbol) {
  color: #fff;
}

body.dark-theme .panel__info-button .tournament-show {
  background-color: #323232;
  color: #fff;
}

body.dark-theme .btn-lang a {
  background-color: #1e1e1e;
}

body.dark-theme .open-lang a {
  color: #fff;
}

body.dark-theme .pannel__l-side .tour-type {
  background-color: #323232;
}

body.dark-theme .leaderboard__block {
  background-color: #1e1e1e;
}

body.dark-theme table.table.table_leaderboard .table__row td {
  background-color: #323232;
}

body.dark-theme table.table.table_leaderboard td span {
  background-color: #101010;
}

body.dark-theme .profile__main {
  background-color: #1e1e1e;
}

body.dark-theme .tab__action.head_action a:hover,
body.dark-theme .tab__action.head_action a.tab__item.tab__item_active {
  color: #fff;
}

body.dark-theme .profile-info__title.title.title_font_largest {
  border-bottom: 1px solid #323232;
}

body.dark-theme .profile-details {
  border-bottom: 1px solid #323232;
}

body.dark-theme input:not(.search-field) {
  box-shadow: 0 0 0 1px #323232 inset;
}

body.dark-theme input:not(.search-field):hover {
  box-shadow: 0 0 0 2px #323232 inset;
}

body.dark-theme .tab-bonuses__item {
  background-color: #1e1e1e;
}

body.dark-theme .bonus-panel__action {
  background-color: #323232;
}

body.dark-theme .vip__l-side {
  background-color: #1e1e1e;
}

body.dark-theme .vip__action {
  background-color: #1e1e1e;
}

body.dark-theme .vip__cell:nth-child(3) .vip__subtitle {
  color: #858585;
}

body.dark-theme .vip__profile-heading {
  background-color: #323232;
}

body.dark-theme .vip__botom-side {
  background-color: #323232;
}

body.dark-theme .vip__description-wrap {
  background-color: #323232;
}

body.dark-theme .vip__botom-side .course {
  color: #fff;
}

body.dark-theme .vip__profile-img .outer-rings {
  opacity: .06;
}

body.dark-theme .vip__profile-img .inner-circle {
  opacity: .1;
}

body.dark-theme .vip__min-desc .l-side span {
  color: #fff;
}

body.dark-theme .vip__min-desc .r-side .main-text {
  color: #fff;
}

body.dark-theme .vip__min-desc .l-side {
  border-right: 1px solid #606060;
}

body.dark-theme .game-page__wrapper {
  background-color: #1e1e1e;
}

body.dark-theme .game-stat-dropdown__wrapper.static > div {
  background-color: #1e1e1e;
}

body.dark-theme .game-stat-dropdown__wrapper.static {
  background: none;
}

body.dark-theme .quick-deposit__dropdown.active {
  background-color: #323232;
}

body.dark-theme .wager-scale__wrap {
  background-color: #323232;
}

body.dark-theme .payments-block {
  color: #fff;
}

body.dark-theme .payments-block .tabs .tab {
  color: #fff;
}

body.dark-theme .payments-block .tabs .tab.active {
  color: #1b1414;
}

body.dark-theme .footer-copyright .title {
  color: #fff;
}

body.dark-theme .notes-withdraw-tab {
  border-top: 1px solid #323232;
}

body.dark-theme .head-one-category .view-all {
  color: #fff;
}

body.dark-theme .modal-win#search .search-field {
  background-color: #1e1e1e;
}

body.dark-theme .modal-win#search .search-field input {
  color: #fff;
  background-color: #101010;
}

body.dark-theme .user-info-block__stats {
  background-color: #323232;
}

body.dark-theme .swiper.list-tabs .swiper-button-next {
  background: linear-gradient(-90deg, #101010 65%, rgba(27, 43, 56, .0) 100%);
}

body.dark-theme .swiper.list-tabs .swiper-button-prev {
  background: linear-gradient(90deg, #101010 65%, rgba(27, 43, 56, .0) 100%);
}

body.dark-theme .profile-dropdown {
  background-color: #1e1e1e;
}

body.dark-theme .header-notifications__dropdown {
  background-color: #1e1e1e;
}

body.dark-theme .mini-slider-win {
  background-color: #1e1e1e;
}

body.dark-theme .swiper-wins .mini-desc {
  background: #323232;
}

body.dark-theme .swiper-tournament-slider .swiper-slide .main__item::before {
  background: linear-gradient(90deg, #1e1e1e 35%, rgba(19, 33, 45, 0) 77%, rgba(19, 33, 45, .8) 100%);
}

body.dark-theme .vipclub__content.index-page .vipclub__row {
  background-color: #1e1e1e;
}

body.dark-theme .form-modal-win select {
  background-color: #101010;
}

body.dark-theme .form-modal-win select option {
  background: #101010;
}

body.dark-theme .log-tabs {
  background-color: #1e1e1e;
}

body.dark-theme {}

body.dark-theme {}

body.dark-theme {}

body.dark-theme {}

body.dark-theme {}

body.dark-theme {}

body.dark-theme {}

body.dark-theme {}


























/*  dark theme  */