﻿* {
  box-sizing: border-box;
}
/* changes for test gitignere 2 */
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: middle !important;
}

ul,
ol {
  padding: 10px 10px 10px 20px;
}

a {
  transition: 0.2s;
  text-decoration: none;
  color: #2283f6;
  cursor: pointer;
}

a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none;
  color: #2283f6;
}

*:not(.error) {
  color: #fff !important;
}

::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #2a3546;
  border-radius: 2px;
}

html,
body {
  background-color: #0d131c;
  color: #fff;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  transition: 0.2s;
  overflow-x: hidden;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #0d131c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader img,
.preloader svg {
  max-width: 300px;
  opacity: 0.6;
  animation: preloaderFadeIn 2s infinite alternate ease-in-out;
}

@keyframes preloaderFadeIn {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}

html.modal_open {
  overflow: hidden;
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

p {
  margin: 5px 0;
}



.container {
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 15px;
}

.hidden {
  display: none;
}

.header {
  position: relative;
  z-index: 28;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0d131c;
  display: flex;
  align-items: center;
  height: 64px;
  padding-left: 24px;
  padding-right: 24px;
  z-index: 104;
}

.fixed-header .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.close-menu {
  /*margin-top: 23px;*/
  margin-right: 6px;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 999;
  cursor: pointer;
}

.close-menu svg {
  fill: #55657e;
  transition: fill .1s ease-in-out;
}

.close-menu:hover svg {
  fill: #fff;
  transition: fill .1s ease-in-out;
}

.close-menu.active svg {
  transform: rotate(180deg);
}

.logo {
  /*background-color: #202a39;*/
  border-radius: 10px;
  /*transform: skewY(-3deg) skewX(-17deg);*/
  /*padding: 50px 25px 16px 66px;*/
  /*margin: -30px 0 -20px -65px;*/
}

.logo svg,
.logo img + img {
  width: 245px;
  margin-left: 10px;
  /*transform: skewY(3deg) skewX(17deg);*/
  display: flex;
  align-items: center;
}

.logo img {
  display: none;
}

.logo img + img {
  display: inline-block;
}

.btn-swap {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-left: 32px;
  position: relative;
  width: 31%;
}

a.one-btn-swap {
  display: flex;
  align-items: center;
  padding: 2px 14px;
  position: relative;
  z-index: 1;
  color: #93acd3;
  font-weight: 600;
  border-radius: 14px;
}

a.one-btn-swap:not(.active):hover {
  color: #fff;
}

a.one-btn-swap svg {
  fill: #93acd3;
  margin-left: calc(-0.5em - 2px);
  margin-right: 0.25em;
  transition: 0.2s;
}

a.one-btn-swap:not(.active):hover svg {
  fill: #fff;
}

a.one-btn-swap.active {
  background-color: #2283f6;
  color: #fff;
}

a.one-btn-swap.active svg {
  fill: #fff;
}

.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: center;
  justify-content: flex-end;
}

/* .no-login-header-btn{
	display: flex;
}

.yes-login-header-btn{
	display: none;
} */

.header-balance {
  background-color: #1c2532;
  padding: 10px 20px 11px;
  margin-right: 0;
  border-radius: 10px;
  font-weight: 600;
  color: #55657E;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.header-balance span {
  color: #fff;
  padding-right: 4px;
}

a.btn svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  margin: -2px 5px 0 0;
  display: block;
  float: left;
}

.btn,
a.btn {
  color: #fff;
  border-color: transparent;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 14px;
  -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;
  font-weight: 600;
  background-color: #1c2532;
}

.btn.btn-main-red,
a.btn.btn-main-red {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  background-color: #61001d;
  padding: 0;
  padding-bottom: 4px;
  width: auto;
}

.btn.parnter-btn {
  display: block;
  margin: 40px auto 20px;
  max-width: 290px;
  font-size: 14px;
  white-space: normal;
}

.btn.btn-filled.blue {
  background-color: #2283f6;
}

.btn.btn-filled.red {
  background-color: #c31d40;
}

.head-panel__button.button_font_cond {
  color: #2283f6;
}

.yes-login-header-btn .header-btn a.btn[data-tab="#cashier"] {
  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 #2283f6;
  }

  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(34, 131, 246, 0);
  }
}

a.profile-btn {
  background-color: #1c2532;
  padding: 10px 20px;
  margin-right: 0;
  border-radius: 10px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin-left: 8px;
  position: relative;
}
a.profile-btn::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c31d40;
  border: 3px solid #0d131c;
  animation: profile-cirle 2s infinite;
}

@keyframes profile-cirle {
  0% {
    box-shadow: 0 0 #ff1156d9;
  }
  70% {
    box-shadow: 0 0 0 6px #0000;
  }
  100% {
    box-shadow: 0 0 #0000;
  }
}

a.profile-btn:hover {
  background-color: #2283f6;
}

a.profile-btn svg {
  fill: #fff;
}

.auth-btn {
  background-color: #2283f6;
}

.btn.auth-btn.open-login {
  background-color: #0b6ada;
}

.btn.reg-btn.open-reg {
  background-color: #ed1d49;
  margin-left: 12px;
  position: relative;
  animation: btn-animation-red 16s infinite cubic-bezier(0.7, 0, 0, 1);
}

.reg-btn span {
  position: absolute;
  right: 10px;
  top: -17px;
  background: #222A38;
  padding: 3px 6px;
  width: auto;
  gap: 5px;
  font-size: 10px;
  /*pointer-events: none;*/
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.reg-btn span svg {
  width: 12px;
  height: 12px;
  margin-right: 0;
}

#reg {
  width: auto;
}

#login {
  width: auto;
}

.modal-win#reg,
.modal-win#login {
  max-width: 690px;
  width: 100vw;
}

.modal-win#login {
  max-width: 330px;
}

#login .content-modal-win {
  width: 100%;
}

#reg .content-modal-win,
#login .content-modal-win {
  padding: 24px;
}

.reg-btn:hover {
  background-color: #c31d40;
}

.header-mess {
  margin-left: 8px;
  background-color: #1c2532;
  padding: 6px 5px;
  margin-right: 0;
  border-radius: 10px;
  font-weight: 600;
}

.header-mess:hover {
  background-color: #c31d40;
}

.header-mess a {
  padding: 0px;
  margin: 0 5px;
}

.header-mess img {
  width: 30px;
}

.header-mess a svg {
  fill: #55657e;
}

.header-mess a:hover svg {
  fill: #93acd3;
}

.topmenu {
  padding-top: 64px;
  position: fixed;
  z-index: 103;
  left: 0;
  top: 0;
  bottom: 0;
  width: 280px;
  background-color: #121922;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  z-index: -999;
}

.topmenu.active {
  opacity: 1;
  z-index: 27;
}

.topmenu .container {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px 20px 70px;
  position: relative;
}

.img-banners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* grid-template-rows: 48px 48px; */
  grid-template-rows: 48px 0;
  grid-gap: 8px;
  gap: 8px;
  margin-bottom: 12px;
}

.one-img-banner {
  border-radius: 8px;
  position: relative;
  padding: 8px;
  height: 100%;
  overflow: hidden;
}

.one-img-banner .span {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.one-img-banner span {
  color: #fff;
  font-weight: 900;
  font-size: 13px;
  transition: color .1s ease-in-out;
  text-transform: uppercase;
  line-height: 1;
}

.one-img-banner span:nth-child(2) {
  color: hsla(0, 0%, 100%, .65);
  font-weight: 700;
}

.one-img-banner.num3 span:nth-child(2) {
  font-size: 8.5px;
}

.one-img-banner.num4 span:nth-child(2) {
  font-size: 10px;
}

.one-img-banner img {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: auto;
  max-width: 100%;
}

.wheel-anim {
  position: absolute;
  width: 52px;
  height: 52px;
  right: 0px;
  bottom: -8px;
  -webkit-animation: rolling-data-v-0440359a 3s linear infinite;
  animation: rolling-data-v-0440359a 3s linear infinite;
}

.wheel-anim .wheel-rotate {
  position: absolute;
  width: 52px;
  height: 52px;
  right: -14px;
  bottom: -14px;
  animation: spin 3s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.wheel-anim .wheel-rotate img {
  display: block;
  width: 52px;
  height: 52px;
  animation: spin 6s linear infinite;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.wheel-anim img.wheel-center {
  position: absolute;
  width: 18px;
  top: auto;
  right: 3px;
  bottom: 2px;
}

.wheel-anim img.coin-lg {
  position: absolute;
  top: 6px;
  right: 16px;
  width: 30px;
  -webkit-animation: coin-lg-data-v-0440359a 4s linear infinite;
  animation: coin-lg-data-v-0440359a 4s linear infinite;
}

.wheel-anim img.coin-sm {
  position: absolute;
  width: 22px;
  top: -3px;
  right: 4px;
  -webkit-animation: coin-sm-data-v-0440359a 4s linear infinite;
  animation: coin-sm-data-v-0440359a 4s linear infinite;
}

.one-img-banner:after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  transition: opacity .1s ease-in-out;
  opacity: .5;
  border-radius: 8px;
}

.one-img-banner.num1:after {
  background: radial-gradient(84.81% 128.48% at 87.97% 106.82%, #2786F6 0, #1c2532 100%), #1c2532;
}

.one-img-banner.num2:after {
  background: radial-gradient(100% 151.49% at 103.16% 135.23%, #FF3535 0, #1c2532 100%), #1c2532;
}

.one-img-banner.num3:after {
  background: radial-gradient(87.97% 133.28% at 91.14%, at 111.36%, rgba(0, 117, 255, .8) 0, rgba(28, 37, 50, .8) 100%), #1c2532;
  background: radial-gradient(87.97% 133.28% at 91.14% 111.36%, rgba(0, 117, 255, .8) 0, rgba(28, 37, 50, .8) 100%), #1c2532;
}

.one-img-banner.num4:after {
  background: radial-gradient(100% 151.49% at 103.16%, at 135.23%, #5200ff 0, #1c2532 100%), linear-gradient(0deg, #1c2532, #1c2532);
  background: radial-gradient(100% 151.49% at 103.16% 135.23%, #5200ff 0, #1c2532 100%), linear-gradient(0deg, #1c2532, #1c2532);
}



.one-menu {
  padding: 8px;
  border-radius: 8px;
}

.one-menu.self {
  padding: 0;
  padding-left: 5px;
  margin-left: 9px;
}

.one-menu a {
  font-size: 14px;
  font-weight: 600;
  color: #93acd3;
  transition: color .1s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 8px;
  text-decoration: none;
  align-items: center;
  display: flex;
  position: relative;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  justify-content: flex-start;
  width: 100%;
  padding: 8px 12px;
}

.one-menu a.active,
.one-menu a:hover {
  background-color: #202a39;
}

.one-menu.unfill a.active,
.one-menu.unfill a:hover {
  background-color: transparent;
}

.one-menu.unfill .h-one-open-menu {
  background-color: transparent;
  padding: 6px 8px;
  background-color: #222A38;
  position: relative;
  border-radius: 6px;
  margin-bottom: 6.5px;
  margin-left: 9px;
  border-radius: 6px;
  overflow: hidden;
}

.one-menu.unfill .h-one-open-menu::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(216, 57, 78, 1);
}

.one-menu.unfill .h-one-open-menu .img-one-menu {
  position: relative;
}

.one-menu.unfill .h-one-open-menu .img-one-menu img {
  position: relative;
  z-index: 1;
}

.one-menu.unfill .h-one-open-menu .img-one-menu::after {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  /*background: radial-gradient(circle, rgba(216, 57, 78, 1) 0%, rgba(216, 57, 78, 0) 80%);*/
}

.one-menu.unfill + .unfill .h-one-open-menu::before {
  background: rgba(34, 131, 246, 1);
}

.img-one-menu {
  width: 24px;
  margin-right: 8px;
}

.one-open-menu .img-one-menu img,
.one-menu.self .img-one-menu img {
  filter: brightness(5);
}

.one-menu a svg {}

.one-menu a:hover svg {}

.list-menu-border {
  width: 100%;
  height: 1px;
  background: #2a3546;
  margin: 12px 0;
}

.one-menu.open-menu.unfill .list-menu-border {
  display: none;
}

.one-menu.open-menu.active.unfill .list-menu-border {
  display: block;
}

svg.icon-external {
  margin-left: 3px;
  margin-bottom: 0px;
  fill: #55657e;
}

.one-menu.open-menu.active .h-one-open-menu .img-one-menu svg {
  fill: #93acd3;
}

.one-menu.open-menu .h-one-open-menu a {
  padding: 0 0 0 9px;
  display: flex;
  align-items: center;
}

.one-menu.open-menu.active .h-one-open-menu a {
  color: #fff;
  margin-bottom: 12.5px;
}

.one-menu.open-menu.active.unfill .h-one-open-menu a {
  margin-bottom: 0;
}

.one-menu.open-menu {
  background-color: #222A38;
}

.one-menu.open-menu.unfill {
  background-color: transparent;
  padding: 0;
  position: relative;
}

.one-menu.open-menu.unfill::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: 3px;
  border-radius: 3px;
  /*background: linear-gradient(0deg, rgba(216, 57, 78, 1) 0%, rgba(229, 124, 137, 1) 100%);*/
}

.one-menu.open-menu.active {
  border-radius: 8px;
}

.one-menu a .svg-open {
  margin-left: auto;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-color: #2F3745;*/
  border-radius: 4px;
}

.one-menu a .svg-open svg {
  transform: rotate(180deg);
}

.one-menu a .svg-open svg path {
  stroke: #fff;
}

.one-menu.open-menu.active a .svg-open svg {
  transform: rotate(0deg);
}

.one-menu.open-menu .one-open-menu a.active,
.one-menu.open-menu .one-open-menu a:hover {
  color: #fff;
}

.one-menu.open-menu .one-open-menu a {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3333;
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 100%;
  padding: 6.5px 8px 6.5px 11px;
  background-color: #2C3442;
  border-radius: 6px;
}

.one-menu.open-menu.unfill .one-open-menu a {
  background-color: transparent;
  margin-left: 18px;
}

.one-menu.open-menu .one-open-menu a span {
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
}

.one-menu.open-menu .one-open-menu .img-one-menu {
  max-width: 20px;
  margin-right: 6px;
}

.one-menu.open-menu .one-open-menu {
  display: none;
}

.one-menu.open-menu:not(.unfill) .one-open-menu + .one-open-menu {
  margin-top: 4px;
}

.one-menu.open-menu.active .one-open-menu {
  display: block;
}



.one-mini-menu a {
  text-decoration: none;
  line-height: 16px;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 6px 12px;
  font-weight: 600;
  color: #55657e;
  transition: color .1s ease-in-out;
}

.one-mini-menu a:hover {
  font-weight: 600;
  color: #fff;
}



.support-menu {
  margin-bottom: 12px;
  justify-content: flex-start;
  color: #fff;
  font-weight: 400;
}

.support-menu a {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 10px;
  color: #fff;
  background-color: #1c2532;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.support-menu a svg {
  fill: #55657e;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.support-menu a:hover svg {
  fill: #93acd3;
}



.btn-lang a {
  background-color: #1c2532;
  border-color: #1c2532;
  border-style: solid;
  transition: background-color .1s ease-in-out, border-color .1s ease-in-out;
  font-size: 12px;
  border-radius: 10px;
  padding: 5px 9px;
  border-width: 1px;
  color: #fff;
  display: inline-block;
  width: 100%;
}

.btn-lang a img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: -1px 6px 0 0;
}

.btn-lang a svg {
  fill: #93acd3;
  width: 20px;
  height: 20px;
  margin-left: 27px;
  position: absolute;
  left: 182px;
}

.btn-lang.active a svg {
  transform: scale(1, -1);
}



.open-lang {
  background-color: #1c2532;
  border-color: #1c2532;
  border-style: solid;
  transition: background-color .1s ease-in-out, border-color .1s ease-in-out;
  border-radius: 10px;
  margin-top: 10px;
  padding: 3px 0;
  display: none;
}

.open-lang.active {
  display: block;
}

.open-lang a {
  background-color: #1c2532;
  border-color: #1c2532;
  border-style: solid;
  transition: background-color .1s ease-in-out, border-color .1s ease-in-out;
  font-size: 12px;
  border-radius: 10px;
  padding: 5px 9px;
  border-width: 1px;
  color: #55657e;
  display: inline-block;
  width: 100%;
}

.open-lang a img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: -1px 6px 0 0;
}

.open-lang a:hover {
  color: #fff;
}





.social-menu {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 8px 12px;
  margin-top: 20px;
}

.social-menu a svg {
  fill: #55657e;
  width: 24px;
  height: 24px;
}

.social-menu a:hover svg {
  fill: #fff;
}





.block-content {
  min-height: calc(100vh - 360px);
  padding-top: 88px;
}

.block-content.menu-open,
.footer.menu-open {
  width: calc(100% - 280px);
  margin-left: auto;
}

/*
.intro {
  display: flex;
  align-items: stretch;
  position: relative;
  min-height: 308px;
}

.intro-left {
  width: 50%;
  display: flex;
  align-items: center;
}

.intro-left h1 {
  font-size: 34px;
  color: #fff;
  margin-bottom: 12px;
  text-align: left;
}

.intro-left h1 span {
  color: #ed1d49;
}

.intro-left h2 {
  line-height: 1.4;
  font-weight: 500;
  font-size: 16px;
  color: #55657e;
  margin-bottom: 23px;
}

.intro-login {
  display: flex;
  align-items: center;
  position: relative;
}

.intro-login a {
  padding: 20px;
  border-radius: 14px;
  font-size: 18px;
  background-color: #ed1d49;
  color: #fff;
  border-color: transparent;
  overflow: hidden;
  box-shadow: 0 0 25px rgb(237 29 73 / 50%);
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  -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;
}

.intro-login a:after,
.intro-login a:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 15px;
  height: 90px;
  background: #fff;
  opacity: .4;
  filter: blur(5px);
  transform: translate(-150px, -50%) rotate(45deg);
  animation: highlight-btn 3s linear infinite;
  transition: 0.1s;
}

@keyframes highlight-btn {

  0%,
  80% {
    transform: translate(-150px, -50%) rotate(45deg);
  }

  to {
    transform: translate(200px, -50%) rotate(45deg);
  }
}

.intro-login .content-intro-login {
  line-height: 1.3;
  font-size: 14px;
  color: #55657e;
  background: linear-gradient(270deg, #fffafb .1%, #ffe7ec);
  margin-left: -10px;
  border-radius: 0 22px 22px 0;
  height: 54px;
  display: flex;
  align-items: center;
  padding-left: 5px;
}

.intro-login span {
  display: flex;
  width: 240px;
  align-items: center;
  padding-left: 8px;
}

.intro-login span b {
  font-weight: 600;
  color: #000;
}

.intro-login img {
  margin: 5px 6px;
}

.intro-right {
  background-image: url(../img/betnew/banner.png);
  background-position: 50% 0%;
  background-size: 119%;
  background-repeat: no-repeat;
  width: 50%;
}
*/

.TopSwiper {
    margin-bottom: 24px;
}

.TopSwiper .swiper-slide {
    min-height: 400px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-color: #161f2c;
    padding: 50px 35px;
    border-radius: 14px;
    position: relative;
}

.TopSwiper .container-swiper-slide {
    max-width: 70%;
    display: flex;
    flex-direction: column;
}

.TopSwiper .title-slide {
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
}

.TopSwiper .number-slide {
    display: block;
    margin: 5px 0;
    font-size: 24px;
    font-weight: 600;
}

.TopSwiper .btn-slider a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    display: inline-block;
    background-color: #0b6ada;
    color: #fff;
    font-weight: 700;
    padding: 10px 14px;
    border-radius: 10px;
}

.TopSwiper .number-slide p {
    margin: 0;
}

.index-top .TopSwiper-bottom-pannel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
}

.index-top .TopSwiper .TopSwiper-pagination {
    bottom: 5px;
    z-index: 3;
    width: auto;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-top .swiper-button-next.TopSwiper-next-slide,
.index-top .swiper-button-prev.TopSwiper-prev-slide {
  position: static;
  width: 20px;
  height: 20px;
  margin: 0 8px;
}

.index-top .swiper-button-next.TopSwiper-next-slide::after,
.index-top .swiper-button-prev.TopSwiper-prev-slide::after {
  font-size: 12px;
  color: #55657e;
  font-weight: 900;
}

.index-top .swiper-button-next.TopSwiper-next-slide:hover::after,
.index-top .swiper-button-prev.TopSwiper-prev-slide:hover::after {
  color: #a7b5ca;
}

.index-top .TopSwiper .TopSwiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 7px;
    border-radius: 2px;
    background: #2283f6;
    transition: 0.2s;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    opacity: 1;
}

.index-top .TopSwiper .TopSwiper-pagination .swiper-pagination-bullet.filled {
    background: #2283f6;
}

.index-top .TopSwiper .TopSwiper-pagination .swiper-pagination-bullet-active {
  background: #b0b0b0;
  width: 54px;
}

.index-top .TopSwiper .TopSwiper-pagination .swiper-pagination-bullet-active ~ * {
  background: #b0b0b0;
}

.index-top .TopSwiper .TopSwiper-pagination .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  width: 100%;
  height: 100%;
  background: #2283f6;
  border-radius: 20px;
  animation: 16s linear slide-in;
}  

@keyframes slide-in {
  from {
    right: 100%;
  }

  to {
    right: 0;
  }
}

/* 
.index-features {
  background: #161f2c;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 16px;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.col-features {
  width: calc(33.33% - 6px);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-features a {
  background-color: #263041;
  border-radius: 5px;
  padding: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background-color .1s ease-in-out;
  min-height: 98px;
  background-size: 50% 98px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  margin-bottom: 12px;
}

.col-features a:before {
  text-align: left;
  padding-left: 7px;
  padding-top: 3px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 95px;
  height: 23px;
  content: "Free-to-play";
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  background-image: url(../img/betnew/free-to-play.svg);
  background-repeat: no-repeat;
}

.col-features a.free-to-play:before {
  display: block;
}

.col-features a span {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 1;
  max-width: 66%;
  text-align: left;
}

.col-features:nth-child(1) a:nth-child(2),
.col-features:nth-child(1) a:nth-child(3) {
  width: calc(50% - 6px);
  margin-bottom: 0;
  background-size: 60% 98px;
}

.col-features:nth-child(3) a:nth-child(1),
.col-features:nth-child(3) a:nth-child(2) {
  width: calc(50% - 6px);
  background-size: 60% 98px;
}

.col-features:nth-child(1) a:nth-child(2) span,
.col-features:nth-child(1) a:nth-child(3) span,
.col-features:nth-child(3) a:nth-child(1) span,
.col-features:nth-child(3) a:nth-child(2) span {
  font-size: 14px;
  max-width: 65%;
}

.col-features:nth-child(3) a:nth-child(2) span {
  font-size: 13px;
}

.col-features:nth-child(3) a:nth-child(3) {
  margin-bottom: 0;
}

.col-features:nth-child(2) a {
  min-height: 208px;
  margin-bottom: 0;
  align-items: flex-start;
  justify-content: center;
}

.col-features:nth-child(2) a span {
  max-width: 100%;
  text-align: center;
  margin-top: 15px;
}

.parent-spin-preview {
  width: 405px;
  height: 405px;
  position: absolute;
  bottom: -202px;
  pointer-events: none;
}

.coin {
  position: absolute;
  z-index: 6;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.coin.coin-1 {
  -webkit-animation-name: coin-1;
  animation-name: coin-1;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}

@keyframes coin-1 {
  from {
    transform: translate(-135%, -160%) scale(.5);
  }

  to {
    transform: translate(-140%, -140%) scale(.5);
  }
}

.coin.coin-2 {
  -webkit-animation-name: coin-2;
  animation-name: coin-2;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

@keyframes coin-2 {
  from {
    transform: translate(133%, -219%) scale(.5);
  }

  to {
    transform: translate(128%, -199%) scale(.5);
  }
}

.coin.coin-3 {
  -webkit-animation-name: coin-3;
  animation-name: coin-3;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

@keyframes coin-3 {
  from {
    transform: translate(19%, -150%) scale(.5);
  }

  to {
    transform: translate(23%, -145%) scale(.5);
  }
}

.coin.coin-4 {
  -webkit-animation-name: coin-4;
  animation-name: coin-4;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@keyframes coin-4 {
  from {
    transform: translate(-221%, -226%) scale(.5);
  }

  to {
    transform: translate(-219%, -220%) scale(.5);
  }
}

.coin.coin-5 {
  -webkit-animation-name: coin-5;
  animation-name: coin-5;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

@keyframes coin-5 {
  from {
    transform: translate(-145%, -70%) scale(.5);
  }

  to {
    transform: translate(-143%, -65%) scale(.5);
  }
}

.coin.coin-6 {
  -webkit-animation-name: coin-6;
  animation-name: coin-6;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@keyframes coin-6 {
  from {
    transform: translate(75%, -76%) scale(.5);
  }

  to {
    transform: translate(78%, -73%) scale(.5);
  }
}

.spin-preview {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.layer-0 {
  width: 405px;
  height: 405px;
  z-index: 0;
}

.layer-1 {
  width: 275px;
  height: 275px;
  z-index: 1;
}

.layer-2 {
  width: 233px;
  height: 233px;
  z-index: 2;
  -webkit-animation: rotation-layer-2 20s linear infinite;
  animation: rotation-layer-2 20s linear infinite;
  top: 21%;
  left: calc(50% - 118px);
}

@keyframes rotation-layer-2 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.layer-3 {
  width: 233px;
  height: 233px;
  z-index: 3;
  -webkit-animation: rotation-layer-3 20s linear infinite;
  animation: rotation-layer-3 20s linear infinite;
  top: 21%;
  left: calc(50% - 118px);
}

@keyframes rotation-layer-3 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

.layer-4 {
  width: 194px;
  height: 194px;
  z-index: 4;
  -webkit-animation: rotation-layer-4 20s linear infinite;
  animation: rotation-layer-4 20s linear infinite;
  top: 26%;
  left: calc(50% - 97px);
}

@keyframes rotation-layer-4 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
*/


.index-statistics {
  padding: 0 16px;
  margin-bottom: 36px;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
}

.statistic-text {
  color: #55657e;
  display: flex;
  align-items: center;
  border-right: 1px solid #1c2532;
  padding-right: 20px;
  margin-right: 10px;
  align-self: center;
}

.statistic-text__count {
  font-weight: 700;
  font-size: 28px;
  margin-right: 8px;
  font-family: Numbers, Montserrat;
  line-height: 1;
}

.statistic-text__label {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
}

.statistics__logos {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.logotype {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 91px !important;
  height: 46px !important;
}

.statistics__link {
  display: flex;
  align-items: center;
  justify-self: flex-end;
}

.statistics__link a {
  color: #55657e;
  font-weight: 600;
  font-size: 14px;
  border-left: 1px solid #1c2532;
  padding-left: 20px;
  margin-left: 10px;
  white-space: nowrap;
  transition: color .1s ease-in-out;
}

.statistics__link a:hover {
  color: #fff;
}

.list-tabs {
/*
  background: #161f2c;
  border-radius: 14px;
  padding: 8px;
*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

a.router-link {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: color .1s ease-in-out;
  text-align: center;
}

a.router-link .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 4px;
}

a.router-link img {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  filter: brightness(5);
}

a.router-link .tab__title {
  font-size: 10px;
}

.tab__badge {
  color: #2283f6;
  margin-left: 8px;
  font-weight: 700;
  font-size: 10px;
  padding: 1px 6px;
  background: #fff;
  border-radius: 4px;
}

a.router-link.active {
  color: #93acd3;
}

a.router-link:hover {
  color: #93acd3;
}

.index-search {
  width: 340px;
  margin-left: auto;
  position: relative;
  cursor: pointer;
  order: 1;
}

.index-search.head-subcat-search {
  order: unset;
}

.head-subcat .index-search {
  margin-left: 0;
}

.index-search input {
  background-color: #161f2c;
  height: 39px;
  border-radius: 10px;
  padding: 0 10px;
  font-weight: 300;
  line-height: 16px;
  font-size: 11px;
  padding: 0;
  padding-left: 30px;
  margin: 0;
  border: none;
}

.index-search input::placeholder {
  color: #fff;
}

.index-search input:hover {
  border: none;
}

.index-search svg {
  width: 16px;
  height: 16px;
  fill: #55657e;
  fill: #ffffff;
  transition: fill .1s ease-in-out;
  margin-left: 9px;
  position: absolute;
  top: calc(50% - 8px);
}

.list-tabs .index-search:not(.head-subcat-search) span svg {
  display: none;
}

.index-search span {
  position: absolute;
  top: calc(50% - 13.5px);
  right: 8px;
  font-size: 11px;
  line-height: 11px;
  display: inline-block;
  background-color: #202a39;
  color: #93acd3;
  padding: 8px 10px;
  border-radius: 7px;
}




.head-subcat {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  min-height: 44px;
}

.head-subcat-tags a {
  cursor: default;
  background-color: #2283f6;
  opacity: 1;
  font-size: 12px;
  border-radius: 10px;
  padding: 5px 10px;
  border-radius: 3rem;
  text-transform: capitalize;
  -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;
  color: #93acd3;
  background-color: transparent;
}

.head-subcat-tags a:hover {
  color: #fff;
}

.head-subcat-tags a.active {
  background-color: #2283f6;
  opacity: 1;
  color: #fff;
}

.no-active {
  display: none !important;
}

.head-subcat-tags {
  width: calc(100% - 250px);
  padding-right: 30px;
}

.head-subcat-select {
  width: 250px;
}

.subcat-select {
  background: #1c2532;
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
  padding: 8px 12px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
}

.head-subcat-select svg {
  fill: #93acd3;
  width: 24px;
  height: 24px;
}

.subcat-select-img {
  display: flex;
}

.subcat-select-img svg {
  margin-right: 7px;
}

.subcat-select-img span {
  padding-top: 1px;
}

.subcat-select.active svg.icon-arrow {
  transform: scale(1, -1);
}

.subcat-select-drop {
  background: #1c2532;
  font-size: 14px;
  padding: 2px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  margin-top: 10px;
  z-index: 9991;
  width: 250px;
  height: 416px;
  overflow-y: scroll;
  display: none;
}

.subcat-select-drop.active {
  display: block;
}

.subcat-select-drop a {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 8px 10px;
  color: #55657e;
}

.subcat-select-drop a:hover {
  color: #fff;
}

.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;
}






.one-category {
  margin: 0 0 30px;
}

.head-one-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  min-height: 30px;
}

.h-one-category {
  display: flex;
  align-items: center;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  text-decoration: none;
  color: #93acd3;
  transition: color .1s ease-in-out;
}

a.h-one-category {
  color: #93acd3;
}

.h-one-category svg {
  fill: #93acd3;
  margin-right: 5px;
  transition: fill .1s ease-in-out;
  filter: brightness(5);
}

.h-one-category img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  filter: brightness(5);
}

.h-one-category:hover {
  color: #fff;
}

.h-one-category:hover svg {
  fill: #fff;
}

.head-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.view-all {
  border-radius: 10px;
  font-size: 12px;
  padding: 7px 10px;
  background-color: #1c2532;
  color: #55657e;
  border-color: transparent;
  margin-right: 4px;
  -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: flex;
  align-items: center;
  justify-content: center;
  transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
}

a.view-all {
  color: #93acd3;
}

.view-all:hover {
  background-color: #202a39;
  color: #93acd3;
}

.head-btn-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #1c2532;
  color: #55657e;
  border-color: transparent;
  padding: 6px;
  margin-left: 8px;
  border-radius: 10px;
  user-select: none;
  font-size: 12px;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  align-items: center;
  position: static;
  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;
}

.head-btn-slide svg {
  fill: #55657e;
  fill: rgba(255,255,255,.4);
  width: 20px;
  height: 20px;
}

.head-btn-slide:hover {
  background-color: #202a39;
  color: #93acd3;
}

.head-btn-slide:hover svg {
  fill: #93acd3;
  fill: rgba(255,255,255,.7);
}

.head-btn-slide::after,
.head-btn-slide::before {
  content: none;
}

.head-btn-slide.tournament-index-btn {
  margin-top: 0;
}

.swiper.game-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.game-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 6);
  margin-right: 16px;
  margin-top: 0 !important;
  margin-bottom: 16px;
}

.game-swiper.swiper-grid-column>.swiper-wrapper {
  flex-direction: row;
}

.game-swiper .swiper-button-next,
.game-swiper .swiper-button-prev {
  display: none;
}

.game-slide {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  background-color: #202a39;
  display: block;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  width: 100%;
}

.meta-game-slide {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 95px;
  height: 23px;
  background-size: 95px 23px;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  transform: translateZ(1px);
  font-size: 0;
}

.meta-game-slide.new {
  background-image: url(../img/betnew/new.22c5b9f.png);
}

.meta-game-slide.top {
  background-image: url(../img/betnew/top.09746c4.png);
}

.meta-game-slide.hot {
  background-image: url(../img/betnew/hot.374b69a.png);
}

.hover-game-slide {
  background-color: rgba(27, 34, 51, .8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding: 19px 10px 13px;
  transition: opacity .1s ease-in-out;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  transform: translateZ(0px);
}

.hover-game-slide .btn.reg-btn.open-reg {
  margin-left: 0;
}

.img-game-slide {
  position: relative;
  overflow: hidden;
  padding-top: 70%;
  padding-bottom: 70%;
  height: 215px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  box-shadow: 0px 0px 4px 1px rgba(255,255,255,0.2) inset;
}

.img-game-slide.hide-img {
  background: none !important;
}

.game-slide:hover > .img-game-slide {
  filter: blur(3px);
  transform: scale(1.2);
}

.game-slide:hover .meta-game-slide {
  left: 2px;
  top: 9px;
  transform: scale(0.9);
}

.game-slide.slide-view-all:hover > .img-game-slide {
  filter: blur(0px);
}

.game-slide:hover > .hover-game-slide {
  opacity: 1;
  z-index: 99;
}

.game-slide.slide-view-all:hover > .hover-game-slide {
  opacity: 0;
  z-index: -1;
}

.game-preview__btn-star {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  border: none;
  background-color: transparent;
}

.game-preview__btn-star svg {
  display: block;
  fill: #fff;
}

.game-preview__btn-star.star.favorite svg:nth-child(2),
.game-preview__btn-star.star.favorite.in_favorites svg:nth-child(1) {
  display: none;
}

.game-preview__btn-star.star.favorite.in_favorites svg:nth-child(2) {
  display: block;
}

.h-game-slide {
  opacity: 1;
  transform: scale(.9);
  color: #fff;
  font-weight: 600;
  letter-spacing: -.02em;
  text-align: center;
  max-width: 70%;
  display: -webkit-box;
  display: block;
  font-size: 14px;
  height: 36.4px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

.play-game-slide {
  width: 67px;
  height: 67px;
  background-color: #ed1d49;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-game-slide svg {
  fill: #fff;
  width: 40px;
  height: 40px;
  margin-left: 6px;
}

.jack-game-slide {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 76px;
  height: 23px;
  padding-left: 8px;
  font-style: italic;
  white-space: nowrap;
  background-image: url(../img/betnew/jackpot.e0c42b4.png);
  background-size: 76px 23px;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  transform: translateZ(1px);
  font-weight: 700;
  font-size: 9px;
  line-height: 26px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #1c2532;
  display: block;
  white-space: nowrap;
}

.provider-game-slide {
  transform: scale(.9);
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
  text-transform: capitalize;
  font-size: 13px;
  text-align: center;
  color: #93acd3;
}

.provider-game-slide a {
  color: #dee1e5;
}

.slider-providers .game-slide {
  /*padding: 0 5px;*/
}

.slider-providers .game-slide .img-game-slide {
  background-size: contain;
}

.slider-providers .game-slide:hover > .img-game-slide {
  filter: blur(0px);
  transform: scale(1);
}

.slider-providers .game-slide:hover {
  background-color: #18202b;
}


.list-game {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.list-game .game-slide {
  width: calc(16.66% - 16px);
  margin: 8px;
}

.parent-search-list-game .list-game .game-slide {
    width: calc((100% / 9) - 16px);
}

.parent-list-game .view-all {
  margin: 0;
}



.gamers-statistics {
  margin: 0 0 70px;
}

.tab-gamers-statistics {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  margin-top: 45px;
  margin-bottom: 36px;
}

.one-tab-gamers-statistics {
  display: flex;
  align-items: center;
  overflow: inherit;
  font-size: 14px;
  border-radius: 10px;
  padding: 8px 12px;
  border-radius: 3rem;
  cursor: pointer;
  -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;
  color: #93acd3;
  background-color: transparent;
}

.one-tab-gamers-statistics svg {
  fill: #93acd3;
  width: 21px;
  height: 21px;
  margin: 0 7px 0 0;
}

.one-tab-gamers-statistics.active {
  background-color: #2283f6;
  opacity: 1;
  color: #fff;
}

.one-tab-gamers-statistics.active svg {
  fill: #fff;
}



.one-battle {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  background-color: #1c2532;
  border-radius: 16px;
  padding: 12px;
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-template-rows: auto 1fr auto;
  grid-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  grid-row-gap: 8px;
  row-gap: 8px;
  min-height: 106px;
  background: linear-gradient(180deg, #004392, #2283f6);
  display: flex;
  max-width: 235px;
  align-items: stretch;
  justify-content: space-between;
}

.img-one-battle {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 16px;
  width: 70px;
}

.content-one-battle {
  width: calc(100% - 70px);
  padding-left: 4px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.battle-time {
  font-weight: 600;
  font-size: 10px;
  grid-column: 2/3;
  grid-row: 1/2;
  color: #55657e;
  white-space: nowrap;
  color: #fff;
  display: block;
  width: 100%;
}

.battle-time small.timer__row {
  color: #2ddc4b;
  display: flex;
  padding-left: 0;
}

.timer__cell.timer__cell_empty {
  /* padding-right: 10px; */
}

.battle-time .timer__cell {
  display: inline-block;
}

.battle-time .timer__cell.timer__cell_empty {
  padding: 0;
}

.battle-time .timer__cell.timer__cell_empty:before {
  content: 'D';
  padding-right: 5px;
}

.battle-time .timer__row_digit .timer__cell {
  color: #2ddc4b;
  font-size: inherit;
}

.battle-time div {
  display: inline-block;
}





.battle-title {
  font-weight: 600;
  font-size: 12px;
  grid-column: 2/3;
  grid-row: 2/3;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: block;
  width: 100%;
}

.battle-jack {
  font-weight: 700;
  font-size: 15px;
  grid-column: 2/3;
  grid-row: 3/4;
  color: #fff;
  display: block;
  width: 100%;
}

.table-users-balance {
  margin: 25px 0 0;
}

.table-users-balance table {
  width: 100%;
  text-align: left;
}

.table-users-balance table tbody tr {
  border-bottom: 1px solid #161f2c;
}

.table-users-balance table tr th {
  text-align: left;
  color: #55657e;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  padding: 8px;
  height: 40px;
}

.table-users-balance table tr td {
  padding: 8px;
  height: 56px;
  color: #fff;
  vertical-align: middle;
  font-weight: 600;
}

.table-users-balance table tr th:nth-child(1) {
  padding-left: 15px;
}

.table-users-balance table tr th:nth-child(3) {
  width: 190px;
}

.table-users-balance table tbody tr td:nth-child(1) span {
  position: relative;
  display: inline-block;
  color: #93acd3;
  margin-left: 10px;
  padding-bottom: 2px;
  font-size: 10px;
}

.table-users-balance table tbody tr td:nth-child(1) span:after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 24px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  background-repeat: no-repeat;
}

.table-users-balance table tbody tr:nth-child(1) td:nth-child(1) span {
  color: #c48151;
}

.table-users-balance table tbody tr:nth-child(2) td:nth-child(1) span {
  color: #93acd3;
}

.table-users-balance table tbody tr:nth-child(3) td:nth-child(1) span {
  color: #c48151;
}

.table-users-balance table tbody tr:nth-child(1) td:nth-child(1) span:after {
  background-image: url(../img/betnew/1s.svg);
}

.table-users-balance table tbody tr:nth-child(2) td:nth-child(1) span:after {
  background-image: url(../img/betnew/2s.svg);
}

.table-users-balance table tbody tr:nth-child(3) td:nth-child(1) span:after {
  background-image: url(../img/betnew/3s.svg);
}

.table-users-balance table tr td:nth-child(3) img {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.one-list-tab-gamers-statistics {
  display: none;
}

.one-list-tab-gamers-statistics.active {
  display: block;
}























.form-gift-reg {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.form-gift-reg .slider-wrapper {
  max-width: calc(100% - 48px);
  margin: 0 auto 20px;
  position: relative;
}

.form-gift-reg .swiper-slide {
  border-radius: 20px;
  cursor: pointer;
  overflow: hidden;
}

.form-gift-reg .swiper-slide label {
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.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 {
  display: none;
  background: #0c6ada;
}

.form-gift-reg .swiper-slide input[type="radio"]:checked + .indicator {
  font-size: 12px;
  position: absolute;
  text-align: center;
  left: 0;
  top: 20px;
  width: 120px;
  padding: 4px 10px;
  border-radius: 0 30px 30px 0;
}

.form-gift-reg .main-title {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 600;
  text-align: center;
  padding: 0 15px;
  color: #fff;
}

.form-gift-reg .main-title img,
.form-gift-reg .main-title svg {
  max-width: 150px;
}

.form-gift-reg .main-text {
  font-size: 18px;
  font-weight: 600;
  padding: 0 15px;
  margin: 70px 0 0;
}

.form-gift-reg .img-one-form-gift-reg {
  margin-bottom: -40px;
  min-height: 40px;
}

.form-gift-reg .img-one-form-gift-reg img {
  width: 100%;
  object-fit: cover;
  background-position: center;
}

.form-gift-reg .title-one-form-gift-reg {
  padding: 0 15px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}

.form-gift-reg .text-one-form-gift-reg {
  padding: 0 15px;
  font-size: 14px;
  text-align: center;
}

.form-gift-reg input[type="radio"] {
  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-top: auto;
  cursor: pointer;
  user-select: none;
  color: #fff;
  font-size: 11px;
  margin-bottom: 20px;
}

.form-gift-reg .denied .checkbox {
  height: 24px;
  min-width: 24px;
  margin-right: 10px;
  background: transparent;
  border: 2px solid #2283f6;
  border-radius: 6px;
}

.form-gift-reg .denied input:checked + .checkbox {
  background-color: #2283f6;
  border: 2px solid #2283f6;
  position: relative;
}

.form-gift-reg .denied input:checked + .checkbox:hover {
  background-color: transparent;
}

.form-gift-reg .denied input:checked + .checkbox::after {
  content: '';
  position: absolute;
  border-width: 0px 0px 2.5px 2.5px;
  border-color: #fff;
  border-style: solid;
  transform: rotate(-45deg);
  z-index: 992;
  top: 5px;
  left: 5px;
  width: 9px;
  height: 5px;
}

.form-gift-reg .swiper-button-prev:after,
.form-gift-reg .swiper-rtl .swiper-button-next:after,
.form-gift-reg .swiper-button-next:after,
.form-gift-reg .swiper-rtl .swiper-button-prev:after {
  content: none;
}

.form-gift-reg .swiper-button-next,
.form-gift-reg .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #2a3546;
  border-radius: 10px;
}

.form-gift-reg .swiper-button-next svg,
.form-gift-reg .swiper-button-prev svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}

.form-gift-reg .swiper-button-next {
  right: -20px;
}

.form-gift-reg .swiper-button-prev {
  left: -20px;
}

.form-gift-reg .swiper-button-next svg {
  transform: rotate(-90deg);
}

.form-gift-reg .swiper-button-prev svg {
  transform: rotate(90deg);
}


































.modal-overflow {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
  background-color: rgb(3 11 21 / 85%);
  opacity: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}

.modal-overflow.active {
  z-index: 9991;
  opacity: 1;
}

.modal-container {
  position: fixed;
  width: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  display: flex;
  justify-content: center;
  opacity: 0;
  z-index: -1;
}

.modal-container form {
  max-height: 100%;
  overflow: auto;
}

.modal-container.active {
  opacity: 1;
  z-index: 9992;
  height: 100%;
  display: flex;
  align-items: center;
}

.modal-win {
  display: none;
  z-index: -1;
  position: relative;
  padding: 0;
  width: 736px;
  /* left: calc(50% - 368px); */
}

.modal-win.active {
  z-index: 9993;
  display: block;
}

#search .close-small {
  position: static;
}

.close-small {
  width: 38px;
  height: 38px;
  border: none;
  font-weight: 300;
  font-size: 38px;
  line-height: 38px;
  background-color: transparent;
  color: #93acd3;
  padding: 0;
  position: absolute;
  top: 19px;
  right: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: color .1s ease-in-out;
  cursor: pointer;
  z-index: 5;
}

.close-small svg {
  fill: #fff;
}

.close-small svg:hover {
  fill: #b9b9b9;
}

.parent-modal-win {
  display: flex;
  justify-content: space-between;
  background-color: #111923;
  border-radius: 12px;
  overflow: hidden;
}

.img-modal-win {
  width: 47%;
  padding: 40px 0 0;
  background: url(../img/betnew/reg-banner.png) no-repeat 50%, linear-gradient(180deg, rgba(237, 29, 73, .65), transparent 50%, rgba(1, 72, 160, .85));
  background-size: cover;
  min-height: 400px;
  text-align: center;
}

#reg .img-modal-win {
  background: radial-gradient(192.24% 100% at 100% 0,#ff003666 0,#ff003629 35.87%,#ff003600 55.93% 100%),#151d28;
}

#login .img-modal-win {
  display: none;
}

.content-modal-win {
  width: 53%;
  padding: 32px;
}

.btn-modal-win {
  display: flex;
  justify-content: space-between;
  padding: 4px;
  border-radius: 10px;
  background-color: #37465c4d;
  max-width: 220px;
}

.one-btn-modal-win {
  display: flex;
  justify-content: center;
  width: calc(50% - 2px);
}

.one-btn-modal-win + .one-btn-modal-win {
  margin-left: 2px;
}

.one-btn-modal-win span {
  width: 100%;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #93acd3;
  cursor: pointer;
  text-align: center;
  padding: 11px 6px;
}

.one-btn-modal-win:not(.active) span:hover {
  color: #fff;
  background: #93acd317;
}

.one-btn-modal-win.active span {
  color: #fff;
  background-color: #2283f6;
}



.form-modal-win {
  margin: 22px 0 0;
}

input {
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #2a3546;
  transition: color .1s ease-in-out, border-color .1s ease-in-out;
  height: 44px;
  border-radius: 10px;
  padding: 0 14px;
  padding-left: 40px;
  width: 100%;
  margin-bottom: 10px;
  background-color: transparent;
  line-height: 20px;
  font-size: 14px;
  outline: none;
  font-weight: 600;
  color: #fff;
}

button.submit,
.btn-main-red{
  color: #fff;
  background: none;
  border-color: transparent;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  margin-top: 16px;
  cursor: pointer;
  padding-bottom: 4px;
  border-radius: 8px;
}

button.submit span,
.btn-main-red span {
  background: #ed1d49;
  border-color: transparent;
  border-radius: 38px;
  font-size: 14px;
  padding: 12px 14px;
  display: flex;
  width: 100%;
  justify-content: center;
  transition: transform .1s ease-in-out;
  position: relative;
}

button.submit span span,
.btn-main-red span span {
  position: absolute;
  right: 10px;
  top: -17px;
  background: #222A38;
  padding: 5px 10px;
  width: auto;
  gap: 5px;
  font-size: 12px;
  pointer-events: none;
}

button.submit span span svg,
.btn-main-red span span svg {
  width: 16px;
  height: 16px;
}

#reg button.submit span:not(#reg button.submit span span) {
  animation: btn-animation-red 16s infinite cubic-bezier(0.7, 0, 0, 1);
}

@keyframes btn-animation-red {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
    box-shadow: 0px 0px 12px 4px #ed1d49;
  }

  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(237, 29, 73, 0);
  }
}

button.submit.disabled {
  opacity: .7;
  pointer-events: none;
}

.answer {
  text-align: center;
  margin: 10px 0 0;
}

.answer.error {
  color: #ea4669;
}

input:hover,
input:active,
input:focus,
input:focus-visible {
  border: 2px solid #55657e;
  outline: none;
}

::-webkit-input-placeholder {
  color: #55657e !important;
  color: #fff !important;
}

:-moz-placeholder {
  color: #55657e !important;
  color: #fff !important;
}

::-moz-placeholder {
  color: #55657e !important;
  color: #fff !important;
}

:-ms-input-placeholder {
  color: #55657e !important;
  color: #fff !important;
}

.one-form-modal-win {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 12px;
}

.one-form-modal-win input {
  margin-bottom: 0;
  height: 58px;
  border: 1px solid #2a3546;
  background-color: #090c1199;
}

.one-form-modal-win input:focus,
.one-form-modal-win input:hover,
.one-form-modal-win input:active {
  border: 1px solid #2283f6;
}

.one-form-modal-win select {
  align-items: center;
  border: 1px solid #2a3546;
  transition: color .1s ease-in-out, border-color .1s ease-in-out;
  height: 58px;
  border-radius: 10px;
  padding: 0 10px;
  width: 100%;
  background-color: #0c1118;
  background-image: url(../img/arrow-down-white.svg);
  background-size: 15px;
  background-position: right 15px center;
  background-repeat: no-repeat;
  line-height: 20px;
  font-size: 14px;
  outline: none;
  font-weight: 600;
  color: #fff;
  outline: none;
  appearance: none;
}

.one-form-modal-win select.error {
  border: 1px solid #ed1d49;
}

.one-form-modal-win select option {
  background-color: #111923;
}

.one-form-modal-win__title {
  font-size: 11px;
  margin-bottom: 5px;
}

.one-form-modal-win svg.svg-bg {
  width: 24px;
  height: 24px;
  fill: #55657e;
  transition: fill .1s ease-in-out;
  position: absolute;
  left: 11px;
}

.one-form-modal-win svg.svg-bg[version='1.1'] {
  padding: 3px;
}

.pass-open {
  color: #fff;
  border-color: transparent;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 11px;
  text-decoration: none;
  align-items: center;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  outline: none;
  display: inline-block;
}

.pass-open svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}

.pass-open svg {
  display: none;
}

.pass-open.open-active svg:nth-child(1){
  display: inline-block;
}

.pass-open.close-active svg:nth-child(2) {
  display: inline-block;
}


.forgot a {
  font-size: 14px;
  text-decoration: underline;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: color .1s ease-in-out;
  display: flex;
  width: 100%;
}

.login-social {
  margin: 16px 0;
}

/*
.h-login-social {
  color: #55657e;
  font-size: 11px;
  margin: 0 0 8px;
}
*/

.login-social .socials{
  display: flex;
}

.ulogin-buttons-container a {
  display: flex;
  width: 46px;
  height: 46px;
  background-color: #2a3546;
  border-radius: 10px;
}

.ulogin-buttons-container a:hover {
  background-color: #55657e;
}

.ulogin-button-google {
  background: url(/templates/betfury/img/betnew/google.svg);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}


.bottom-modal-text {
  font-size: 11px;
  color: #55657e;
  line-height: 1.2;
  margin: 10px 0 0;
  text-align: left;
}

.bottom-modal-text p {
  display: block;
  white-space: break-spaces;
}

.bottom-modal-text span {
  font-size: 11px;
  color: #fff;
  display: block;
  width: 100%;
  margin: 10px 0 0;
}





.one-form-modal-win input[type="checkbox"] {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  transition: background-color .1s ease-in-out;
  z-index: 991;
  border: 2px solid #ed1d49;
}

.one-form-modal-win input[type="checkbox"]:not(.active) + .text-check {
  color: #ed1d49;
}

.one-form-modal-win input[type="checkbox"]:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -2.5px;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 5px;
  visibility: hidden;
  transform: rotate(-45deg);
  border-radius: 2px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 2.5px 2.5px;
  z-index: 992;
}

.one-form-modal-win input[type="checkbox"].active {
  background-color: #2283f6;
  border: 2px solid #2283f6;
}

.one-form-modal-win input[type="checkbox"].active:hover {
  background-color: transparent;
}

.one-form-modal-win input[type="checkbox"].active:before {
  visibility: visible;
}

.form-check {
  display: flex;
  align-items: center;
  font-size: 11px;
  color: #55657e;
  line-height: 1.2;
}

.margin-form-check {
  margin: 0 0 8px;
}

.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: 360px;
  left: 0;
  background: #111923;
}

.h-remind {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  display: block;
  background: #111923;
  border-radius: 14px 14px 0 0;
  padding: 24px 24px 20px;
}

.content-remind {
  padding: 24px;
  padding-top: 0;
  position: relative;
  z-index: 995;
}

#remind p {
  display: inline-block;
  color: #55657e;
  margin-bottom: 4px;
}

#remind .one-form-modal-win svg.svg-bg {
  left: 14px;
}

.submit-remind {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0 0;
}

.submit-remind button.submit {
  margin: 0;
}

.history-remind {
  background-color: #1c2532;
  color: #55657e;
  border-color: transparent;
  border-radius: 10px;
  font-size: 14px;
  padding: 10px;
  width: 44px;
  height: 44px;
  margin-right: 8px;
  -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;
}

.history-remind svg {
  fill: #55657e;
  width: 24px;
  height: 24px;
}

.history-remind:hover svg {
  fill: #93acd3;
}



.modal-win#search {
  background: #0d131c;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}

.modal-win#search .search-field {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 100px;
  min-height: 100vh;
  height: auto;
}

.modal-win#search .search-field input {
  border: none;
  outline: none;
  padding: 11.75px 115px 11.75px 35px;
  max-width: 100%;
  margin: 0 auto;
}

.parent-search-list-game {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.parent-search-list-game .list-game {
  width: calc(100% + 16px);
  margin-top: 10px;
}

.list-game.search-default + .list-game {
  display: none;
}
.list-game.search-default + .list-game + .btn {
  display: none;
}

.list-game.search-default.hidden {
  display: none;
}

.list-game.search-default.hidden + .list-game {
  display: flex;
}

.list-game.search-default.hidden + .list-game + .btn {
  display: inline-block;
}

.search-title {
  color: #93acd3;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  margin-top: 10px;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-title .view-all {
  margin-right: 0;
  margin-left: auto;
  background-color: #26303f;
}

.provider-search-card {
  width: calc((100% / 9) - 16px);
  margin: 8px;
  background-color: #202a39;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  max-height: 80px;
  height: 80px;
  border-radius: 14px;
  cursor: pointer;
}

.provider-search-card:hover {
  background: rgba(27, 34, 51, .8);
}

.provider-search-dropdown {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 100px;
  background: #0d131c;
  z-index: 9999;
  overflow: hidden;
  overflow: auto;
}

.provider-search-dropdown.active {
  display: block;
}

.load-more-search,
.load-more-full-search {
  margin: 10px auto 0;
}

.provider-search-dropdown.active .close-provider-search-dropdown{
  position: static;
}

.error-search {
  text-align: center;
  width: 100%;
}

.error-search.hidden {
  display: none;
}

























.bonus-games {
  margin-bottom: 20px;
}

.footer {
  content-visibility: auto;
  padding-top: 40px;
  margin-top: auto;
}

.footer.opened-topmenu {
  padding-left: 280px;
}

.footer-menu {}

.footer-menu .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(85, 101, 126, .15);
}

.one-footer-menu {
  margin: 0 30px 0 0;
}

.h-one-footer-menu {
  color: #93acd3;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 16px;
  display: block;
  font-size: 11px;
}

.one-footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.one-footer-menu ul li {
  margin: 0;
  padding: 0;
}

.one-footer-menu ul li a {
  padding: 0;
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  text-align: left;
  color: #55657e;
  font-weight: 600;
  text-decoration: none;
  transition: color .3s;
  font-size: 11px;
  line-height: 2.2;
  cursor: pointer;
}

.one-footer-menu ul li a:hover {
  color: #93acd3;
}

.one-footer-menu ul li a svg {
  fill: #55657e;
  margin-left: 3px;
  margin-bottom: -4px;
}

.one-footer-menu ul li a:hover svg {
  fill: #93acd3;
}

.one-footer-menu:last-child {
  width: 260px;
}

.logos-one-footer-menu {
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.logos-one-footer-menu i {
  display: block;
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  grid-column: 1/3;
  grid-row: 1/2;
  align-self: center;
  color: #fff;
}

.logos-one-footer-menu i,
.logos-one-footer-menu img {
  margin-right: 15px;
}

.text-one-footer-menu {
  grid-column: 1/4;
  grid-row: 2/3;
  margin: 0;
  font-weight: 500;
  font-size: 9px;
  color: #55657e;
  align-self: center;
}



.swiper.footer-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.footer-swiper .swiper-slide img:nth-child(2),
.footer-swiper .swiper-slide:hover img {
  display: none;
}

.footer-swiper .swiper-slide:hover img:nth-child(2) {
  display: inline-block;
}



.footer-social-menu {
  /*border-top: 1px solid rgba(85, 101, 126, .15);*/
  padding: 18px 0;
  margin-top: 22px;
}

.footer-social-menu .container {
  display: flex;
  justify-content: space-between;
}

.footer-blocks {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(50% - 20px);
  padding: 16px;
  border-radius: 16px;
  gap: 10px;
}

.footer-block .text {
  font-size: 12px;
}

.footer-block img {
  position: absolute;
  right: 25px;
  bottom: 50px;
  max-width: 115px;
}

.footer-block:nth-child(1) {
  background: radial-gradient(95% 132% at 108% 68%, #fff 0, #fff 0, #8626ff 65.93% 100%);
}

.footer-block:nth-child(2) {
  background: radial-gradient(37% 146% at 91% 80%, #0b6ada 0, #0b6ada7d 18.87%, #121922 55.93% 100%);
}

.footer-block .btn {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #0b6ada;
}

.footer-block:nth-child(1) .btn {
  width: auto;
  margin-left: auto;
  background-color: #fff;
  color: #000 !important;
  padding: 10px 25px;
}

.icon-footer-social-menu {
  display: flex;
  width: calc(100% - 335px);
}

.icon-footer-social-menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  margin-right: 8px;
  cursor: pointer;
}

.icon-footer-social-menu a svg {
  fill: #55657e;
  width: 24px;
  height: 24px;
}

.icon-footer-social-menu a:hover svg {
  fill: #fff;
}

.meta-footer-social-menu {
  display: flex;
  width: 335px;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

.meta-footer-social-menu a {
  display: flex;
  align-items: center;
  margin: 0 0 0 8px;
}

.meta-footer-social-menu a:hover img:nth-child(1),
.meta-footer-social-menu a img:nth-child(2) {
  display: none;
}

.meta-footer-social-menu a:hover img:nth-child(2) {
  display: inline-block;
}

.meta-footer-social-menu img {
  height: 31px;
}



.footer-copyright {
  margin: 0;
  font-weight: 500;
  font-size: 9px;
  color: #55657e;
  grid-column: 1/4;
  grid-row: 2/3;
  align-self: center;
}

.footer-copyright .copyright {
  border-top: 1px solid rgba(85, 101, 126, .15);
  padding: 18px 0;
}



.support-fixed {
  -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;
  background-color: #2283f6;
  color: #fff;
  border-color: transparent;
  border-radius: 10px;
  font-size: 14px;
  padding: 10px;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 991;
}

.support-fixed svg {
  fill: #fff;
  width: 100%;
  height: 30px;
}






.mobile-menu {
  z-index: 104;
  position: fixed;
  left: 15px;
  bottom: 15px;
  width: calc(100% - 30px);
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  overflow: hidden;
  display: none;
  border-radius: 40px;
  backdrop-filter: blur(2px);
  background-color: rgb(38 48 65 / 50%);
  border: 1px solid #414141;
}

.mobile-menu__top {
  display: none;
  position: fixed;
  bottom: 115px;
  left: 15px;
  width: calc(100% - 30px);
  z-index: 104;
  padding: 5px 20px;
  overflow: hidden;
  border-radius: 40px;
  backdrop-filter: blur(2px);
  background-color: rgb(38 48 65 / 50%);
  border: 1px solid #414141;
}

.mobile-menu__top .btn,
.mobile-menu__top a.btn {
  padding: 5px 15px;
}

.mobile-menu__top .btn.auth-btn.open-login {
  width: calc(35% - 8px);
  background-color: rgba(0,0,0,0);
  border: 1px solid #d8394e;
}

.mobile-menu__top .btn.reg-btn.open-reg {
  width: calc(65% - 8px);
  background-color: #0b6ada;
  animation: none;
  border: 1px solid #0b6ada;
}

.modal-overflow.active::after,
.mobile-menu::after{
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #161f2c;
}

.mobile-menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 4px 8px 8px;
  position: relative;
  width: 54px;
  border-radius: 50%;
  border-top: 2px solid #d8394e;
  background-color: #121922;
}

.mobile-menu a.active {
  border-top: 2px solid #2283f6;
  background-color: #2283f6;
}

.mobile-menu a span {
  font-weight: 600;
  font-size: 7px;
  line-height: 12px;
  transition: color .1s ease-in-out;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
  color: #93acd3;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mobile-menu a span.sup {
  position: absolute;
  top: 0;
  right: calc(50% - 22px);
  border-radius: 50%;
  background-color: #2283f6;
  width: 16px;
  height: 16px;
  font-size: 8px;
  line-height: 16px;
}

.mobile-menu a svg {
  fill: #93acd3;
  transition: fill .1s ease-in-out;
  filter: brightness(5);
}

a.open-menu-mobile:before {
  /*content: "";*/
  position: absolute;
  width: 30px;
  height: 30px;
  top: -15px;
  left: 50%;
  transform: translate(-50%);
  background: #2283f6;
  filter: blur(15px);
  opacity: 0;
  transition: all .2s ease-in-out;
  z-index: -1;
}

a.open-menu-mobile.active:before {
  opacity: 1;
}

.overflow-topmenu {
  height: 100%;
  opacity: 1;
  transition: opacity .15s, height 0s linear 0s;
  position: fixed;
  z-index: 26;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: none;
}

.meta-footer-social-menu {
  display: none;
}


.page-sport {
  height: calc(100vh - 120px);
  width: 100%;
  top: 0;
  right: 30px;
}

iframe.index-iframe {
  width: 100%;
  height: calc(100vh - 120px);
  margin-bottom: 50px;
}

.page-sport-content {
  margin-top: calc(100vh + 50px);
}

.the-content {
  margin: 50px 0 50px;
  font-size: 14px;
  color: hsla(0, 0%, 100%, .65);
}

.the-content p {
  margin: 7px 0;
}

.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  color: hsla(0, 0%, 100%, .65);
  margin: 7px 0 7px;
}

.the-content h1 {
  font-size: 22px;
}

.the-content h2 {
  font-size: 19px;
}

.the-content h3 {
  font-size: 17px;
}

.the-content a {
  color: #93acd3;
}

.the-content img {
  display: none;
}

.the-content .game-list {
  /* display: none; */
}










.tab__item_active:visited,
.tab__item_active:active,
.tab__item_active:focus,
.tab__item_active:target {
  color: #fefefe;
}

.tab-cashier__header,
.tab-bonuses__gallery,
.profile__table,
.vip.active#vip {
  /* background: #04101d; */
  /* background: #202a39; */
}

.vip__input_color_yellow .input__inner {
  color: #fff;
}

.vip__input_color_yellow .input__inner::-webkit-input-placeholder {
  color: #fff !important;
}

.vip__input_color_yellow .input__inner:-moz-placeholder {
  color: #fff !important;
}

.vip__input_color_yellow .input__inner::-moz-placeholder {
  color: #fff !important;
}

.vip__input_color_yellow .input__inner:-ms-input-placeholder {
  color: #fff !important;
}

#cabinet-modal a:hover {
  color: #fff;
}

.button_color_orange:hover {
  background-image: linear-gradient(180deg, #ed1d49, #ed1d49);
  background: #ed1d49;
}

.modal_open .modal-overflow {
  opacity: 1;
  z-index: 105;
}

































.topmenu .btn-swap {
  display: none;
}

.ulogin-buttons-container {
  width: auto !important;
}

.ulogin-button-steam {
  margin-right: 0 !important;
}

.ulogin-dropdown-button {
  display: none !important;
}

.page-content .support-content {
  background-color: #0d131c;
}

.page-content .support-content.user-support-block h1.page-title {
  color: #fff;
  padding-top: 20px;
}

.page-content form#add-support-reply {
  background: #0d131c;
}

.page-content form#add-support-reply {
  background: #0d131c;
}

.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;
}

.wager-scale {
  margin-right: 12px;
}

.wager-scale__title {
  font-size: 12px;
  color: #ed1d49;
  font-weight: 700;
}

.wager-scale__wrap {
  width: 100%;
  height: 2px;
  background-color: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  margin: 1px 0;
}

.wager-scale__inner {
  height: 100%;
  background: #ed1d49;
}

.wager-scale__percent {
  font-size: 12px;
  font-weight: 500;
}

.profile .wager-scale {
  margin-right: 0;
  display: flex;
  align-items: center;
  max-width: 320px;
  width: 100%;
}

.profile .wager-scale__title,
.profile .wager-scale__percent {
  color: inherit;
  font-size: 16px;
}

.profile .wager-scale__wrap {
  margin: 0 12px;
  height: 14px;
}

.profile .wager-scale__inner {
  background-color: #2283f6;
}

.panel__info-button .opt-in {
  margin-left: 15px;
}

.panel__info-button .opt-in span:last-child {
  display: none;
  color: #31bc69;
}

.tournament-details__summary .opt-in span:last-child {
  display: none;
}

.panel__info-button .opt-in.active {
  color: #858585;
  pointer-events: none;
  background: none;
}

.panel__info-button .opt-in.active:hover {
  border: 1px solid #1b1414;
}

.panel__info-button .opt-in.active span:first-child,
.tournament-details__summary .opt-in.active span:first-child {
  display: none;
}

.panel__info-button .opt-in.active span:last-child,
.tournament-details__summary .opt-in.active span:last-child {
  display: block;
}

.tournament-details__header .panel__info-button {
  display: flex;
  justify-content: center;
}

.tournament-details__header .opt-in {
  margin: 0 auto;
}



.top-filters {
  display: flex;
  align-items: flex-end;
  margin-left: auto;
}

.top-filters__btn {
  display: none;
}

.top-filter {
  position: relative;
  z-index: 25;
}

.top-filter + .top-filter {
  margin-left: 4px;
}

.top-filter .text {
  color: #858585;
  padding-bottom: 8px;
}

.top-filter .title-block {
  display: flex;
  align-items: center;
  background-color: #161f2c;
  border-radius: 8px;
  padding: 12px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  min-width: 236px;
}

.top-filters .title-block:hover {
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.top-filters .title-block:active {
  border: 2px solid #d63741;
}

.top-filters .title-block svg {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  transition: .3s;
}

.top-filters .title-block svg:first-child {
  fill: #93acd3;
  width: 24px;
  height: 24px;
  transform: rotate(0deg);
  margin-left: 0;
  margin-right: 8px;
}

.top-filters .title-block .remove-selected {
  width: 15px;
  height: 15px;
  fill: #93acd3;
  cursor: pointer;
}

.top-filter.active.providers .title-block svg:not(:first-child):not(.remove-selected) {
  transform: rotate(180deg);
}

.top-filter.providers .title-block {
  padding: 4px 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: #161f2c;
  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: #d63741;
  color: #fff;
  border: none;
  border: 1px solid #d63741;
}

.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 .title-provider {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-filter.providers .title-provider img {
  max-height: 20px;
  max-width: 20px;
  margin-right: 5px;
  vertical-align: middle !important;
}

.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;
}

.top-filter.providers .dropdown-item.active .checkbox {
  background-color: #d63741;
  border: 1px solid #d63741;
}

.top-filter.providers .checkbox svg {
  display: none;
}

.top-filter.providers.active .checkbox svg {
  display: block;
}

.top-filter.providers.active .provider-items {
  margin-left: auto;
}

.list-game.other + .hidden-list {
  display: none;
}

.list-game.other.hidden {
  display: none;
}

.list-game.other.hidden + .hidden-list {
  display: block;
}

.list-game.other.hidden + .hidden-list + .load-more-category {
  display: none;
}

.variables-block-for-js {
  display: none;
}


/* JACKPOT CONFETTI */
#canvasConfetti {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 199;
  pointer-events: none;
  opacity: 0;
  transform: scale(0);
  transition: opacity .3s, transform .3s;
}

#canvasConfetti.active {
  opacity: 1;
  transform: scale(1);
}

/* JACKPOT CONFETTI */

.popup2.jackpot-modal {
  transform: scale(0) translate(-50%, -49%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #1e0b3f;
  box-shadow: none;
  font-size: 26px;
  overflow: hidden;
}

.popup2.jackpot-modal::after {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 20px;
  left: 20px;
  border: 2px solid #f8e71c;
  pointer-events: none;
  z-index: 1;
}

.popup2.jackpot-modal::before {
  content: 'YOU WIN';
  position: absolute;
  z-index: -1;
  top: 20px;
  bottom: 20px;
  right: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5b20b2;
  opacity: .2;
  z-index: 0;
  pointer-events: none;
  font-size: 255px;
  line-height: 200px;
  font-weight: 900;
  animation-name: bg-animation;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

@keyframes bg-animation {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.2)
  }

  100% {
    transform: scale(1)
  }
}

.popup2.jackpot-modal.active {
  transform: scale(1);
}

.jackpot-modal__summ {
  font-size: 128px;
  line-height: 145px;
  display: flex;
  align-items: flex-end;
  font-weight: 700;
  color: #f8e71c;
  position: relative;
  z-index: 2;
}

.jackpot-modal__value {
  margin-right: 10px;
}

.popup2.jackpot-modal .popup__close {
  background-color: #180932;
  box-shadow: none;
}

#canvasFireworks {
  position: absolute;
  opacity: .2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.popup2.cashback-modal {
  padding: 40px 20px;
  background: linear-gradient(270deg, #421f87 0%, #7810af 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup2.cashback-modal svg {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.popup2.cashback-modal > span {
  position: relative;
  z-index: 4;
}

.popup2.cashback-modal::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 200px;
  top: 0;
  right: 0;
  background-image: url(../img/small-confetti.svg);
  background-size: cover;
  pointer-events: none;
  opacity: .7;
}

.popup2.cashback-modal .chasback-summ {
  margin-right: 5px;
}

.tournament-details__countdown {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tournament-details__currency {
  margin-left: 5px;
}

/* SUPPORT */

.support-content__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 66vh;
}

.form-add-support {
  margin-top: 50px;
}

.message-history {
  display: flex;
  flex-direction: column;
  max-height: 500px;
  overflow: auto;
}

.one-message {
  display: flex;
  flex-direction: column;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
  background-color: #161f2c;
  max-width: 300px;
}

.right-side-message {
  align-self: flex-end;
}

.left-side-message {
  align-self: flex-start;
}

.meta-one-message {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.author-one-message {
  display: flex;
  align-items: center;
}

.login-message {
  color: #fff;
  font-weight: bold;
}

.support-content .info-one-message {
  color: #fff;
  font-size: 12px;
}

.support-content .container-btn-more {
  display: none;
}

.text-one-message {
  color: #fff;
  font-weight: 500;
  text-align: justify;
  word-wrap: break-word;
}

.chat_textarea {
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #161f2c;
  color: #fff;
  flex-grow: 1;
  border: none;
}

:focus-visible {
  outline: 0px;
}

.chat_textarea::placeholder {
  font-size: 16px;
  color: #fff;
}

.file_chat_left {
  height: 35px;
  max-width: 35px;
}

.file_chat_attachment {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  background-color: #161f2c;
  border-radius: 20px;
  overflow: hidden;
  padding: 10px 0;
}

.message_reply {
  margin-top: 30px;
}

.file_chat_attachment input {
  order: 0;
  margin-bottom: 0;
  box-shadow: none;
  pointer-events: none;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
}

.file_chat_attachment input:hover {
  box-shadow: none;
}

.file_chat_btn {
  font-size: 16px;
}

.file_chat_attachment input[type="file"]::file-selector-button {
  display: none;
}

.file_chat_attachment_icon {
  cursor: pointer;
  fill: #fff;
}

.file_chat_p {
  margin: 0 !important;
}

.popup2.jackpot-modal .popup__close svg {
  fill: white !important;
}

.bonuses-page {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}

.tab-bonuses__gallery .tabs,
.bonuses-page .tabs {
  width: 100%;
  display: flex;
  margin: 20px 0 10px;
}

.tab-bonuses__gallery .tab + .tab,
.bonuses-page .tab + .tab {
  margin-left: 20px;
}

.tab-bonuses__gallery .tab.btn-filled:not(.btn-bordered),
.bonuses-page .tab.btn-filled:not(.btn-bordered) {
  color: #fff;
  background: #ed1c49;
}

.tab-bonuses__gallery .tabs-content,
.bonuses-page .tabs-content {
  width: 100%;
}

.tab-bonuses__gallery .tab-content,
.bonuses-page .tab-content {
  display: none;
}

.tab-bonuses__gallery .tab-content.active,
.bonuses-page .tab-content.active {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tab-bonuses__gallery .tab-content.active .one-index-category,
.bonuses-page .tab-content.active .one-index-category {
  width: 100%;
}

#bonuses .bonuses-on-index .swiper-slide {
  width: calc((100% - 24px) / 3);
  min-width: 260px;
}

.bonuses-page .bonuses-on-index .swiper-slide {
  width: calc((100% - 24px) / 3);
  min-width: 172px;
  margin-top: 20px;
}

.bonuses-page .bonuses-on-index .swiper-slide:nth-child(1) .tab-bonuses__item.ver2 .bonus-panel{
  background: radial-gradient(100% 100% at 50% 0%, #f7efc5 11.48%, #ffd700 100%);
}

.bonuses-page .bonuses-on-index .swiper-slide:nth-child(2) .tab-bonuses__item.ver2 .bonus-panel{
  background: radial-gradient(100% 100% at 50% 0%, #ffd199 11.48%, #ff8c00 100%);
}

.bonuses-page .bonuses-on-index .swiper-slide:nth-child(3) .tab-bonuses__item.ver2 .bonus-panel{
  background: radial-gradient(100% 100% at 50% 0%, #B173FF 11.48%, #7100FF 100%);
}

.bonuses-page .tab-bonuses__item.ver2.full-width .bonus-panel{
  background: radial-gradient(100% 100% at 50% 0%, #ffa2d0 11.48%, #ff007f 100%);
}


.bonuses-page .bonuses-on-index .tab-bonuses__item.ver2 .bonus-panel__info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

 .tab-bonuses__item .timers-side {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
}

 .tab-bonuses__item .timer-title {
   font-size: 12px;
   margin-bottom: 4px;
}

 .tab-bonuses__item .timer-block {
  padding: 1px 6px;
  background: rgba(255,255,255,.2);
  border-radius: 4px;
}

.bonuses-page .tab-bonuses__item.ver2 .bonus-panel__action .btn.reg-btn.open-reg {
  background-color: #fff;
  color: #000 !important;
}

.alert-success {
  display: none;
}

.file_chat_btn {
  padding: 27px;
  border-radius: 20px;
}

.file_chat_btn svg {
  display: none;
}

/* jackpot ranks */
.jack-ranks {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
  gap: 85px;
}

.jack-ranks .jack-rank {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  width: calc((100% - 170px) / 3);
  padding: 25px 0 20px;
  color: #fff;
}

.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(../img/betnew/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(../img/betnew/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(../img/betnew/bronze-badge.png);
}


.silver .jack-rank__title::after {
  background: linear-gradient(0deg, #B5C0C9 0%, #8F939C 100%);
}

.silver .jack-rank__title .crown {
  background-image: url(../img/betnew/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(../img/betnew/silver-wing.png);
}

.silver .jack-rank__summ .wing.wing-r {
  background-image: url(../img/betnew/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(../img/betnew/silver-badge.png);
}


.gold .jack-rank__title::after {
  background: linear-gradient(0deg, #F7E436 25%, #D58D21 100%);
}

.gold .jack-rank__title .crown {
  background-image: url(../img/betnew/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(../img/betnew/gold-wing.png);
}

.gold .jack-rank__summ .wing.wing-r {
  background-image: url(../img/betnew/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(../img/betnew/gold-badge.png);
}


.platinum .jack-rank__title::after {
  background: linear-gradient(0deg, #A2B2E7 0%, #D6FFD4 100%);
}

.platinum .jack-rank__title .crown {
  background-image: url(../img/betnew/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(../img/betnew/platinum-wing.png);
}

.platinum .jack-rank__summ .wing.wing-r {
  background-image: url(../img/betnew/platinum-wing.png);
}

.platinum .jack-rank__summ::after {
  background-image: url(../img/betnew/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(../img/betnew/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(../img/betnew/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(../img/betnew/sapphire-wing.png);
}

.sapphire .jack-rank__summ .wing.wing-r {
  background-image: url(../img/betnew/sapphire-wing.png);
}

.sapphire .jack-rank__summ::after {
  background-image: url(../img/betnew/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(../img/betnew/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(../img/betnew/diamond-top-badge.png);
}

.diamond .jack-rank__title .crown {
  background-image: url(../img/betnew/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(../img/betnew/diamond-wing.png);
}

.diamond .jack-rank__summ .wing.wing-r {
  background-image: url(../img/betnew/diamond-wing.png);
}

.diamond .jack-rank__summ::after {
  background-image: url(../img/betnew/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(../img/betnew/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 */

/* SUPPORT */

.slider__item.game-slide .btn {
  margin-top: calc(50% - 40px);
  background: #0c6fd5;
}

.btn.load-more,
.load-more-category {
  display: block;
  max-width: 200px;
  margin: 0 auto;
  background-color: #2283f6;
}

.another-win-jackpot {
  position: fixed;
  top: -100px;
  right: 0;
  max-width: 320px;
  background-color: #ed1d49;
  border-bottom-left-radius: 15px;
  padding: 20px 30px;
  transition: top .3s;
  z-index: 27;
  opacity: 0;
}

.another-win-jackpot.active {
  top: 59px;
  opacity: 1;
}

.another-win-jackpot span {
  font-weight: 700;
  font-size: 17px;
}

.tournament-index {
  display: none;
}

.swiper-tournament-slider .swiper-slide {

}

.swiper-tournament-slider .panel__caption {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.swiper-tournament-slider .panel__info-button {
  margin: 13px 0 0;
}

.swiper-tournament-slider .main__item {
  margin: 0;
  padding: 0 0 12px;
  border-bottom: none;
  width: 100%;
  border-radius: 18px;
  background-color: #1c2532;
}

.swiper-tournament-slider .parent-swiper-navination {
  position: absolute;
  top: 0;
  right: -1px;
  display: flex;
  margin-top: 0;
}

.swiper-tournament-slider .swiper-button-next,
.swiper-tournament-slider .swiper-button-prev {
  position: static;
  margin: 0;
  height: 32px;
  width: 32px;
  border-radius: 4px;
  background-color: #1c2532;
  border-radius: 10px;
  cursor: pointer;
}

.swiper-tournament-slider .swiper-button-next {
  margin-left: 8px;
}

.swiper-tournament-slider .swiper-button-next svg,
.swiper-tournament-slider .swiper-button-prev svg {
  fill: #55657e;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.swiper-tournament-slider .swiper-button-next::after,
.swiper-tournament-slider .swiper-button-prev::after {
  content: none;
}

.swiper-tournament-slider .leaderboard__block {
  width: 100%;
  padding: 0px 12px;
  background-color: #1c2532;
}

.swiper-tournament-slider .img_overflow {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.swiper-tournament-slider .panel__cell.panel__cell_content {
  padding: 0 12px;
  background-color: #1c2532;
}

.swiper-tournament-slider .btn.btn-main-red {
  width: calc(100% - 24px);
  margin: 12px auto 0;
  display: block;
}

.game-page__footer .btn.blue {
  background-color: #2283f6;
}

.btn-red {
  background-color: #d63741;
}

.debug-block {
  display: none;
}

.search-block {
  display: flex;
  align-items: center;
}

.search-block .index-search {
  order: unset;
  margin-left: 0;
  width: 100%;
}

.search-block .index-search input {
  font-size: 16px;
  height: auto;
}

.search-block .index-search svg {
  height: 25px;
  width: 25px;
  top: calc(50% - 13px);
}

.search-block .toggle {
  width: 0;
  height: 0;
  border: none;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

.search-block .toggle:hover svg {
  color: #fff;
}

.search-block .toggle::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 13px;
  display: block;
  width: 6px;
  height: 6px;
  transform: rotate(225deg);
  transition: 0.3s linear;
  border-top: 2px solid rgba(255, 255, 255, .7);
  border-left: 2px solid rgba(255, 255, 255, .7);
}

.search-block .toggle span {
  margin-left: auto;
}

.search-block .toggle svg {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-right: 3px;
  color: #fff;
}

/* dropdown search */


.toggle-content > div {
  display: none;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.toggle-content > div::-webkit-scrollbar {
  width: 3px;
  background: transparent;
}

.toggle-content > div::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: #858585;
  border-radius: 2px;
}

.toggle-content > div.active {
  display: flex;
  flex-wrap: wrap;
}

.toggle-content > div .toggle-item {
  background-color: #202a39;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  max-height: 80px;
  height: 80px;
  border-radius: 14px;
  cursor: pointer;
}

.toggle-content > div .toggle-item.active,
.toggle-content > div .toggle-item:hover {
  background: rgba(27, 34, 51, .8);
}

.toggle-content > div .toggle-item.revers svg {
  transform: rotate(180deg);
}

.toggle-content > div .toggle-item svg {
  display: none;
}

.toggle-content > div .toggle-item:empty {
  padding: 0;
  border: 2px solid rgba(212, 225, 245, 0);
  height: 0;
  margin: 0;
}

.toggle-content > div .title-provider {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.toggle-content > div .title-provider img {
  max-height: 20px;
  max-width: 20px;
  margin-right: 5px;
  vertical-align: middle !important;
}

.toggle-content > div .amount {
  margin-left: auto;
}

.toggle-content > div .amount + .checkbox {
  margin-left: 8px;
}

.toggle-content > div .toggle-item.non-result {
  display: none;
}

.toggle-content > div .checkbox {
  width: 25px;
  height: 25px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(157 148 148 / 50%);
  border-radius: 4px;
}

.toggle-content > div .toggle-item.active .checkbox {
  border: 2px solid #c31d40;
}

.toggle-content > div .checkbox svg {
  display: none;
}

.toggle-content > div.active .checkbox svg {
  display: block;
}

.top-filters .title-block .remove-selected {
  width: 15px;
  height: 15px;
  fill: #fff;
  cursor: pointer;
}

.toggle-content > div .checkbox path {
  stroke-width: 4px;
  stroke: #ababab;
}

.toggle-content > div .toggle-item.active .checkbox path {
  stroke: #c31d40;
}

.toggle-content > div.active .provider-items {
  margin-left: auto;
}

.providersGridSlider {
  width: 100%;
}

.providersGridSlider .swiper-wrapper {
  flex-direction: row;
}

.providersGridSlider .swiper-slide {
  margin-top: 16px !important;
  margin-right: 16px !important;
}

/* dropdown search */

.modal-main-title {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* search checkbox */

.toggle-checkbox {
  display: flex;
  align-items: center;
  padding: 11px 10px;
  font-size: 16px;
  border-radius: 10px;
  white-space: nowrap;
  line-height: 19.5px;
  margin-left: 5px;
  background: #161f2c;
}

.checkbox-wrapper {
  width: 18px;
  height: 18px;
  margin-right: 3px;
  border: 2px solid #55657e;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

.checkbox-wrapper input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
}

.checkbox-wrapper input:checked + span {
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 6px;
  transform: rotate(-45deg);
  border-radius: 1px;
  border-color: #2edc4b;
  border-style: solid;
  border-width: 0 0 2px 2px;
  z-index: 992;
}

/* search checkbox */

/* bonus top block */

.bonus-top-block {
  padding: 80px 0;
  position: relative;
}

.lobby-wrapper.bonuses {
  position: relative;
}

.lobby-wrapper.bonuses:before {
  content: '';
  position: absolute;
  background: radial-gradient(68% 139% at 64% 0, #0b6ada 0, #0b6ada7d 35.87%, #ff003600 55.93% 100%);
  height: 542px;
  top: -40px;
  left: 50%;
  transform: translate(-50%);
  width: 1688px;
}

.bonus-top-block .bg-image {
  position: absolute;
  top: 32px;
  right: -60px;
  max-width: 590px;
}

.bonus-top-block .bread-crumbs {
  color: #55657e;
  font-size: 14px;
  display: flex;
  gap: 12px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.bonus-top-block .bread-crumbs span:last-child {
  color: #2283f6;
}

.bonus-top-block .main-title {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  padding: 0;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.bonus-top-block .main-title span {
  color: #ed1d49;
}

.bonus-top-block .sub-title {
  color: #a7b5ca;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.bonus-welcome-text {
  text-align: center;
}

.bonus-welcome-text .title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 40px;
  margin-bottom: 8px;
  margin-top: 0;
  color: #fff;
}

.bonus-welcome-text .title span {
  color: #ed1d49;
}

.bonus-welcome-text .text {
  color: #a7b5ca;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 auto 24px;
  max-width: 700px;
}

/* bonus top block */

/* new vip page */

.lobby-wrapper.vip {
  position: relative;
}
.lobby-wrapper.vip:before {
  content: '';
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%,#feab0880 0,#f8b63500),radial-gradient(49.51% 27.4% at 52.73% 12.25%,#fff173 0,#ffcc6a 34.38%,#ffc93e00),linear-gradient(180deg,#cb6e00,#23112c00),linear-gradient(180deg,#ffaa05,#92350e 31.58%,#611d2e 49.32%,#340844 74.88%,#0d1116);
  box-shadow: 0 18px 18px #0000001a;
  height: 834px;
  top: -40px;
  left: 50%;
  transform: translate(-50%);
  width: 1688px;
}

.vip-top-bg-image {
  position: absolute;
  min-width: 1569px;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.vip-page {
  position: relative;
}

.vip-page__header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.vip-page__header img {
  max-width: 520px;
  width: 100%;
  margin-bottom: -70px;
}

.vip-page__header .text {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  margin: 10px auto 20px;
  max-width: 511px;
}

.centered-title {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}

.centered-title__sub {
  color: #ffffffb3;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.centered-title__sub.var2 {
  max-width: 810px;
}

.vip-features-tabs {
  margin-top: 20px;
  margin-bottom: 72px;
}

.vip-features-tabs .tabs {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.vip-features-tabs .tabs::after {
  background: #6c16c3;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.vip-features-tabs .tab {
  background: #0000004d;
  cursor: pointer;
  height: 100%;
  max-height: 127px;
  padding: 70px 20px 20px;
  position: relative;
  text-align: center;
  transition: max-height .2s ease-in-out;
  width: 100%;
  margin-top: 38px;
}

.vip-features-tabs .tab > *:not(.tab-border) {
  opacity: .5;
}

.vip-features-tabs .tab:hover {
  background: #00000026;
}

.vip-features-tabs .tab:hover > *{
  opacity: 1;
}

.vip-features-tabs .tab:first-child {
  border-top-left-radius: 30px;
}

.vip-features-tabs .tab:last-child {
  border-top-right-radius: 30px;
}

.vip-features-tabs .tab.active {
  background: #6c16c3;
  border-radius: 20px 20px 0 0 !important;
  max-height: 160px;
  z-index: 1;
  transition: 0;
  margin-top: 0;
}

.vip-features-tabs .tab.active > * {
  opacity: 1;
}

.vip-features-tabs .tab img {
  height: 100px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%);
}

.vip-features-tabs .tab .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}

.vip-features-tabs .tab .text {
  display: none;
  color: #fff9;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.vip-features-tabs .tab.active .text {
  display: block;
}

.vip-features-tabs .tab .tab-border {
  border-right: 1px solid rgb(255 255 255 / 10%);
  height: 84px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.vip-features-tabs .tabs-cont {
  backdrop-filter: blur(2px);
  background: #39315759;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  padding: 44px;
  position: relative;
}

.vip-features-tabs .tab-cont {
  display: none;
  position: relative;
}

.vip-features-tabs .tab-cont.active {
  display: block;
}

.vip-features-tabs .items-block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.vip-features-tabs .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #272842;
  border-radius: 12px;
  min-height: 193px;
  padding: 0 24px 24px;
}

.vip-features-tabs .item.w-25 {
  width: calc((100% - 60px) / 4);
}

.vip-features-tabs .item.w-30 {
  width: calc((100% - 40px) / 3);
}

.vip-features-tabs .item.w-50 {
  width: calc((100% - 20px) / 2);
}

.vip-features-tabs .item.comment {
  padding: 16px;
  text-align: left;
  align-items: flex-start;
  min-height: auto;
}

.vip-features-tabs .item.var2 {
  border-radius: 12px;
  min-height: 120px;
  padding: 16px 12px 16px 114px;
  position: relative;
  text-align: left;
}

.vip-features-tabs .item.var2.empty {
  background: none;
  padding: 0;
  color: #55657e;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.vip-features-tabs .item img {
  height: 83px;
  margin-bottom: -8px;
}

.vip-features-tabs .item.comment img {
  border: 5px solid rgb(252 252 252 / 10%);
  border-radius: 50%;
  height: 60px;
  margin-right: 16px;
}

.vip-features-tabs .item.var2 img {
  height: 120px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 110px;
}

.vip-features-tabs .item .sup {
  display: flex;
  align-items: center;
  color: #ffb636;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.vip-features-tabs .item .sup svg {
  width: 16px;
  margin-right: 5px;
}

.vip-features-tabs .item .title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.vip-features-tabs .item .text {
  color: #55657e;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}

.vip-features-tabs .item.comment .text {
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
}

.vip-features-tabs .image-top-right {
  height: 460px;
  position: absolute;
  right: 0;
  top: -40px;
  z-index: -1;
}

.vip-features-tabs .text-list .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 23px;
  width: 315px;
}

.vip-features-tabs .text-list .list {
  color: #55657e;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  list-style: disc;
  padding-left: 30px;
}

.vip-features-tabs .text-list li {
  margin-bottom: 22px;
}

.vip-page__how-works {
  margin-bottom: 40px;
}

.vip-page__how-works .btn.reg-btn {
  margin: 30px auto 0;
  display: block;
  max-width: 200px;
}

.vip-page__how-works .steps {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.vip-page__how-works .swiper-wrapper {
  align-items: stretch;
}

.vip-page__how-works .step {
  position: relative;
  width: calc((100% - 24px) / 3);
  height: auto;
}

.vip-page__how-works .step::before {
  background: #0d131c url(../img/svg/arrow-right-bold.svg) no-repeat 20px;
  border-radius: 50%;
  content: "";
  display: block;
  height: 50px;
  margin: -5px 0 0;
  position: absolute;
  left: -30px;
  top: calc(50% - 25px);
  width: 50px;
  z-index: 1;
}

.vip-page__how-works .step:first-child::before {
  content: none;
}

.vip-page__how-works .step-item {
  position: relative;
  background: linear-gradient(318.42deg, #1e75dc 2.97%, #072445 95.55%);
  border-radius: 20px;
  font-weight: 600;
  padding: 149px 20px 32px 38px;
  height: 100%;
}

.vip-page__how-works .step:last-child::after {
  content: none;
}

.vip-page__how-works .step-img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 20px;
  max-width: 145px;
}

.vip-page__how-works .step-number {
  pointer-events: none;
  position: absolute;
  right: 23px;
  top: 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 153px;
}

.vip-page__how-works .title {
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 1.12;
}

.vip-slider {
  margin-top: 32px;
  margin-bottom: 26px;
}

.vip-slider .swiper-slide {
  background-image: url(../img/betnew/vip-page/rank-bg.webp);
  background-position: top 20px center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 12px;
  text-align: center;
  border-bottom-right-radius: 15px ;
  border-bottom-left-radius: 15px ;
}

.vip-slider .vip-img {
  height: 80px;
}

.vip-slider .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 10px 0 16px;
}

.desc-list {
  /*border-bottom: 1px solid rgba(147,172,211,.1);*/
  /*margin-bottom: 16px;*/
}

.desc-list .item {
  margin-bottom: 16px;
}

.desc-list .dest-title {
  color: #93acd3;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  margin: 0;
}

.desc-list .dest-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}

.desc-list .dest-text.yellow {
  color: #ffb636;
}

.desc-list .dest-text.green {
  color: #1bb83d;
}

.swiper-vip-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.swiper-vip-buttons .swiper-vip-button-prev,
.swiper-vip-buttons .swiper-vip-button-next {
  background-color: #ffffff1f;
  color: #ffffffd6;
  width: 33px;
  height: 33px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-vip-buttons .swiper-vip-button-prev:hover,
.swiper-vip-buttons .swiper-vip-button-next:hover {
  background-color: #ffffff29;
  color: #fff;
}

.swiper-vip-buttons .swiper-vip-button-prev img,
.swiper-vip-buttons .swiper-vip-button-next img {
  height: 12px;
}

.vip-page__banner {
  background: linear-gradient(99deg, #cb6e0080 15.34%, #23112c00 55.55%), radial-gradient(43.52% 76.46% at 80.19% 10.22%, #fff173 0, #ffcc6a 34.38%, #ffc93e00), #eb8d00;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  margin: 48px 0;
  padding: 32px 0 32px 32px;
  width: 100%;
  position: relative;
}

.banner-cont {
  max-width: 432px;
  width: 50%;
}

.banner-cont .title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 8px;
  text-align: left;
  padding-right: 5px;
}

.banner-cont .text {
    color: #ffffffb8;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 428px;
}

.vip-page__banner img {
  max-width: 502px;
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.faq.var2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-top: 50px;
}

.faq.var2 .faq-main-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 1rem;
  width: 100%;
  margin-bottom: 16px;
}

.faq.var2 .faq-side {
  width: calc((100% - 24px) / 2);
}

.faq.var2 .faq-item {
  border-top: 1px solid #202a39;
  cursor: pointer;
  padding: 24px 0;
  max-height: inherit;
}

.faq-item:last-child {
  border-bottom: 1px solid #202a39;
}

.faq.var2 .faq-item-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  padding-right: 30px;
  text-overflow: ellipsis;
  position: relative;
}

.faq.var2 .faq-item-title:hover {
  color: #93acd3;
}

.faq.var2 .faq-item-title::after {
  content: '';
  position: absolute;
  top: calc(50% - 7px);
  right: 7px;
  width: 14px;
  height: 14px;
  background-image: url(../img/arrow-down-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  filter: invert(43%) sepia(76%) saturate(731%) hue-rotate(177deg) brightness(85%) contrast(105%);
  transition: 0.2s;
}

.faq.var2 .faq-item.active .faq-item-title::after {
  transform: rotate(180deg);
}

.faq-text {
  color: #55657e;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding-right: 48px;
  margin-top: 17px;
  display: none;
}

.faq.var2 .faq-item.active .faq-text {
  display: block;
}

.bottom-bread-crumbs {
  display: flex;
  margin-bottom: 24px;
}

.bottom-bread-crumbs ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
}

.bottom-bread-crumbs li {
  list-style: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
}

.bottom-bread-crumbs li svg {
  fill: #ffffff3d;
  width: 24px;
  height: 24px;
  vertical-align: top;
  margin: 0 4px;
}

.bottom-bread-crumbs li a {
  color: #ffffff7a;
}

.bottom-bread-crumbs li a:hover {
  color: #ffffff7a;
}

/* new vip page */


/* changes on index page */

.bonuses-on-index {
  width: 100%;
}

.index-bonuses {
  /*background: radial-gradient(94.27% 86.34% at 0 -14.91%, #277df366 0, #121a2466);*/
  border-radius: 18px;
  display: none;
  flex-direction: column;
  overflow: hidden;
  /*padding: 16px;*/
  position: relative;
  margin-bottom: 30px;
}

.index-bonuses .bonuses-page {
  margin-bottom: 30px;
}

.index-bonuses .title {
  font-size: 28px;
  font-weight: 900;
  line-height: 32px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.index-bonuses .title span {
  color: #ed1d49;
}

.index-bonuses .title-sub {
  color: #a7b5ca;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 16px;
}

.index-bonuses .swiper-slide {
  background: #1c2532;
  padding: 12px;
  max-width: 260px;
  border-radius: 12px;
}

 .index-bonuses .bonuses-page .swiper-slide {
  padding: 0;
}

.index-bonuses .swiper-slide .bonus-panel {
  background: none;
}

.index-bonuses .bonus-card__head {
  text-align: center;
  color: #a7b5ca;
  font-size: 10px;
  font-weight: 800;
  line-height: 16px;
  text-transform: uppercase;
}

.index-bonuses .bonus-card__head .percent {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.index-bonuses .bonus-card__head span {
  text-transform: lowercase;
  font-size: 14px;
}

.index-bonuses .line {
  background: linear-gradient(90deg, #1f54a300 -2.62%, #1f54a3 48.83%, #1f54a300 103.06%);
  height: 1px;
  margin: 8px 0;
}

.index-bonuses .bonus-card__fs {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.index-bonuses .bonus-card__fs img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  background-position: center;
  margin-right: 5px;
}

.index-bonuses .bonus-card .btn-main-red  {
  width: 100%;
}

.index-bonuses .link {
  margin-top: 16px;
  color: #2283f6;
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
}

.index-bonuses .link img {
  height: 12px;
  margin-left: 4px;
  filter: invert(43%) sepia(76%) saturate(731%) hue-rotate(177deg) brightness(94%) contrast(105%);
  filter: none;
  transition: 0.2s;
  position: relative;
  right: 0;
}

.index-bonuses .link:hover img {
  right: -3px;
}

.mini-slider-win {
  margin-bottom: 46px;
  display: none;
}

.mini-slider-win .panel-sticker {
  line-height: 32px;
  margin-bottom: 16px;
}

.slide-wins {
  width: calc((100% - 32px) / 3);
  height: 220px;
  position: relative;
}

.slide-wins img.game {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
  border-radius: 14px;
  box-shadow: 0px 0px 38px 3px rgba(255,255,255,0.2) inset;
}

.slide-wins .mini-desc {
  background: conic-gradient(from 208.68deg at 75% 54.3%,#1f2d43f7,#351c55 1turn);
  border-radius: 10px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  position: absolute;
  width: calc(100% - 16px);
  text-align: center;
  padding: 10px 5px;
}

.slide-wins .mini-desc .summ {
  font-weight: 800;
  color: #fff;
  font-size: 14px;
}

.slide-wins .mini-desc .name {
  font-weight: 600;
  color: #2283f6;
  font-size: 12px;
}

.list-tabs .swiper-slide{
  width: auto;
}

.list-tabs .swiper-button-next{
  background: linear-gradient(270deg,#0d131c 48%,#0d131c00 100%);
  right: 0;
}

.list-tabs .swiper-button-prev{
  background: linear-gradient(90deg,#0d131c 48%,#0d131c00 100%);
  left: 0;
}

.list-tabs .swiper-button-next,
.list-tabs .swiper-button-prev{
  top: 0;
  bottom: 0;
  height: auto;
  margin: 0;
  width: 64px;
  z-index: 10;
}

.list-tabs .swiper-button-next.swiper-button-disabled,
.list-tabs .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.list-tabs .swiper-button-next::after {
  margin-left: 30px;
}

.list-tabs .swiper-button-prev::after {
  margin-right: 30px;
}

.list-tabs .swiper-button-next::after,
.list-tabs .swiper-button-prev::after {
  font-size: 12px;
  color: #a7b5ca;
  font-weight: 900;
}

.list-tabs .list-tabs-swiper {
  position: relative;
  margin-right: 15px;
}

.user-mobile {
  display: none;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.user-mobile .icon {
  display: flex;
  padding: 10px;
  background-color: #1c2532;
  border-radius: 50%;
}

.user-mobile .user-name {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.user-mobile .user-id {
  display: block;
  font-size: 12px;
}

.user-mobile .icon svg {
  fill: #ffffff;
}

.user-mobile > img {
  margin-left: auto;
}

.panel__countnote.title {
  color: #000 !important;
}

.panel__countdown {
  color: #000 !important;
}

/* changes on index page */

.payment__tooltip:not(.crypto) .pay-tooltip__summ.crypto {
  display: none !important;
}

.payment__tooltip.crypto .pay-tooltip__summ:not(.crypto) {
  display: none !important;
}

.search__crypto-sys {
  position: relative;
  margin-bottom: 20px;
}

.pay-tooltip__summ.crypto .search__crypto-sys input {
  padding-left: 30px;
}

.search__crypto-sys svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  z-index: 1;
  margin-left: 9px;
}

.crypto-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.crypto-list__item {
  border-radius: 10px;
  width: calc((100% - 40px) / 5);
  background: #1c2532;
  padding: 10px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.crypto-list__item img {
  margin-bottom: 10px;
  width: 40px;
}

.crypto-requisites {
  z-index: 99;
  display: none;
  padding: 20px 0 0;
  overflow: auto;
}

.crypto-requisites.active {
  display: block;
}

.crypto-requisites__head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.crypto-requisites__head img {
  width: 40px;
  margin-right: 10px;
}

.crypto-requisites__min-summ {
  text-align: center;
  margin-bottom: 10px;
}

.qr-block {
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  background: #1c2532;
  font-weight: 600;
}

#qrcode {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

#qrcode img {
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}

.crypto-address {
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crypto-address svg {
  margin-right: 5px;
}

.crypto-address span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.crypto-address-btn {
  width: 100%;
  background-color: #2283f6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 41px;
  overflow: hidden;
  margin: 20px auto 0;
}

.crypto-address-btn span{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: absolute;
  top: calc(50% - 10.5px);
  transition: .3s;
}

.crypto-address-btn span:last-child {
  top: 100%
}

.crypto-address-btn.copied {
  animation: changeWidth .2s ease-in-out;
}

@keyframes changeWidth {
  0% {
    width: 100%;
  }
  50% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}

.crypto-address-btn.copied span:first-child {
  top: -100%;
}

.crypto-address-btn.copied span:last-child {
  top: calc(50% - 10.5px);
}

.crypto-notice {
  padding: 15px;
  border-radius: 10px;
  background: #1c2532;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.crypto-notice svg {
  max-width: 30px;
  width: 100%;
  height: 30px;
  margin-right: 10px;
}

@media screen and (min-width: 925px) {
  .btn {
    font-size: 14px;
  }
}

@media screen and (min-width: 1020px) {
  .provider-game-slide .btn {
    font-size: 19px;
  }
}

@media screen and (max-width: 1600px) {
  .parent-search-list-game .list-game .game-slide {
      width: calc((100% / 8) - 16px);
  }

  .provider-search-card {
    width: calc((100% / 8) - 16px);
  }
}

@media screen and (max-width: 1400px) {
  .parent-search-list-game .list-game .game-slide {
      width: calc((100% / 7) - 16px);
  }

  .provider-search-card {
    width: calc((100% / 7) - 16px);
  }
}

@media screen and (max-width: 1200px) {

  .parent-search-list-game .list-game .game-slide {
      width: calc((100% / 6) - 16px);
  }

  .provider-search-card {
    width: calc((100% / 6) - 16px);
  }

  a.profile-btn {
    padding: 10px;
  }

  .header-balance {
    padding: 10px 10px 11px;
  }

  .btn-swap {
    margin-left: 10px;
  }

  .fixed-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal-win#search .search-field {
    padding: 50px 30px;
  }

  .provider-search-dropdown {
    padding: 50px 30px;
  }

}

@media screen and (max-width: 1024px) {

  .btn-swap {
    display: none;
  }

  .topmenu .btn-swap {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    display: flex;
    font-size: 12px;
  }

  a.one-btn-swap {
    padding: 2px 10px;
  }

  a.one-btn-swap svg {
    margin-left: -7px;
    margin-right: 0;
  }

}

@media screen and (max-width: 991px) {

  .crypto-list__item {
    width: calc((100% - 30px) / 4);
  }

  .header {
    z-index: 1;
  }

  .fixed-header {
    position: static;
  }

  .topmenu {
    padding-top: 0;
  }

  .user-mobile {
    display: flex;
  }

  .block-content {
    padding-top: 31px;
  }

  .topmenu .container {
    padding-top: 20px;
    padding-bottom: 102px;
  }

  .index-top .swiper-button-next.TopSwiper-next-slide,
  .index-top .swiper-button-prev.TopSwiper-prev-slide {
    display: none;
  }

  .vip-features-tabs .image-top-right {
    max-width: calc(50% - 20px);
    height: auto;
  }

  .text-list {
    max-width: 50%;
  }

  .bonus-top-block .main-title {
    font-size: 32px;
    line-height: 36px;
  }

  .bonus-top-block .sub-title {
    font-size: 16px;
  }

  .bonus-top-block .bg-image {
    max-width: 480px;
  }

  .vip-features-tabs .item.w-25,
  .vip-features-tabs .item.w-30 {
    width: calc((100% - 20px) / 2);
  }

  .vip-features-tabs .tabs {
    overflow: auto;
  }

  .vip-features-tabs .tabs::-webkit-scrollbar {
    height: 0;
  }

  .vip-features-tabs .tabs::-webkit-scrollbar-thumb {
    height: 0;
  }

  .vip-features-tabs .tab {
    min-width: 200px;
  }

  .vip-features-tabs .tab .title {
    font-size: 15px;
  }

  .yes-login-header-btn .header-btn a.btn {
    font-size: 0;
    padding: 10px 10px;
  }

  .header-btn {
    display: flex;
    gap: 5px;
  }


  .yes-login-header-btn .header-btn a.btn[data-tab="#cashier"] {
    font-size: 14px;
    background-color: #2283f6;
  }

  a.profile-btn {
    font-size: 0;
  }

  .yes-login-header-btn .header-btn a.btn svg {
    margin: 0;
  }

  .yes-login-header-btn .header-btn a.btn[data-tab="#cashier"] svg {
    display: none;
  }

  .overflow-topmenu.active {
    display: block;
  }

  .game-page .overflow-topmenu.active {
    display: none;
  }

  .support-fixed {
    display: none;
  }

  .mobile-menu {
    display: flex;
  }

  .mobile-menu__top {
    display: block;
  }

  .block-content.menu-open,
  .footer.menu-open {
    padding-left: 0;
    width: 100%;
  }

  .close-menu {
    display: none;
  }

  .btn-swap {
    display: none;
  }









  .index-statistics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5px;
  }

  .statistic-text {
    width: 130px;
    margin-right: 20px;
    order: 1;
    border: none;
  }

  .statistics__logos {
    width: 100%;
    justify-content: space-between;
    order: 3;
  }

  .statistics__link {
    order: 4;
    width: 100%;
    justify-content: center;
  }

  .statistics__link a {
    border: none;
  }

  .img-game-slide {
    height: 175px;
  }

  .list-tabs {
    justify-content: flex-start;
  }

  a.router-link {
    font-size: 13px;
  }

  .index-search {
    width: 190px;
  }

  .intro {
    min-height: 0;
  }

  .intro-left {
    width: 100%;
    padding: 25px 0 25px;
  }

  .intro-left h1 {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .intro-right {
    display: none;
    background-size: 115%;
    width: 35%;
  }

  .index-features {
    flex-wrap: wrap;
  }

  .index-features .col-features {
    width: calc(50% - 6px);
  }

  .index-features .col-features:nth-child(2) {
    order: 1;
  }

  .index-features .col-features:nth-child(1) {
    order: 2;
  }

  .index-features .col-features:nth-child(3) {
    order: 3;
    width: 100%;
    margin-top: 12px;
  }

  .col-features:nth-child(3) a {
    width: calc(33.33% - 6px) !important;
    margin-bottom: 0;
  }

  .col-features:nth-child(3) a span {
    font-size: 14px;
  }

  .page-sport {
    margin-top: 85px;
    height: calc(100vh - 190px);
    width: calc(100% - 0px);
    top: 0;
    right: 0px;
  }

  iframe.index-iframe {
    height: calc(100vh - 190px);
    margin-bottom: 0px;
  }

  .page-sport-content {
    margin-top: calc(100vh - 65px);
  }

  .footer {
    padding-bottom: 65px;
  }

  .footer-menu .container {
    flex-wrap: wrap;
  }

  .one-footer-menu:last-child {
    margin: 25px auto 0;
    width: 100%;
    max-width: 340px;
  }

  .icon-footer-social-menu {
    width: 100%;
  }

}

@media screen and (max-width: 768px) {

  .crypto-list__item {
    width: calc((100% - 20px) / 3);
  }


  .crypto-requisites {
  }

  .form-add-support {
    margin-top: 30px;
  }

  .vip-page__header .text {
    font-size: 15px;
  }

  .centered-title {
    font-size: 15px;
    line-height: normal;
  }

  .centered-title__sub.var2 {
    font-size: 14px;
  }

  .vip-page__how-works .title {
    font-size: 15px;
  }

  .vip-slider .title {
    font-size: 15px;
  }

  .faq.var2 .faq-main-title {
    font-size: 15px;
  }

  .vip-page__how-works .step-item {
    padding: 115px 20px 32px 24px;
  }

  .vip-page__how-works .step-img {
    max-width: 100px;
  }

  .vip-page__how-works .step:nth-child(2) .step-img {
    max-width: 226px !important;
    left: -53px !important;
    top: -57px !important;
  }

  .vip-page__how-works .step:nth-child(3) .step-img {
    max-width: 226px !important;
    left: -67px !important;
    top: -57px !important;
  }

  .vip-page__how-works .text {
    font-size: 12px;
  }

  .vip-page__how-works .step-number {
    max-height: 53px;
  }

  .vip-page {
    overflow: hidden;
  }

  .vip-top-bg-image {
    z-index: 2;
  }

  .vip-page__header {
    border-radius: 14px;
    padding: 25px 15px;
    box-shadow: 0px 0px 38px 3px rgba(255, 255, 255, 0.2) inset;
    background: radial-gradient(50% 50% at 50% 50%,#feab0880 0,#f8b63500),radial-gradient(74.51% 71.4% at 57.73% 20.25%,#fff173 0,#ffcc6a 34.38%,#ffc93e00),linear-gradient(180deg,#cb6e00,#23112c00),linear-gradient(180deg,#ffaa05,#92350e 89.58%,#611d2e 125.32%,#340844 261.88%,#0d1116);
    margin-bottom: 30px;
  }

  .lobby-wrapper.vip:before {
    content: none;
  }

  .footer-blocks {
    flex-direction: column;
  }

  .footer-block {
    width: 100%;
  }

  .footer-block + .footer-block {
    margin-top: 40px;
  }

  .footer-block .title {
    max-width: calc(100% - 155px);
    font-size: 15px;
  }

  .footer-block .text {
    max-width: calc(100% - 155px);
  }

  .copyID {
    cursor: pointer;
  }

  .yes-login-header-btn .header-btn a.btn[data-tab="#cashier"] {
    font-size: 12px;
    display: flex;
    align-items: center;
  }

  .form-gift-reg .main-title {
    display: none;
  }

  .form-gift-reg .main-text {
    padding: 24px;
    font-size: 18px;
    margin-top: 20px;
  }

  .img-modal-win {
    padding-top: 24px;
    min-height: 100px;
  }

  #reg .img-modal-win {
    display: none;
    background: radial-gradient(192.24% 100% at 100% 0, #ff003666 0, #ff003629 35.87%, #ff003600 55.93% 100%), #111923;
  }

  .form-gift-reg .slider-wrapper {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .bonus-welcome-text {
    text-align: left;
  }

  .bonus-welcome-text .title {
    font-size: 15px;
  }

  .form-gift-reg .denied {
    margin-bottom: 0;
  }

  .form-gift-reg .swiper-button-next,
  .form-gift-reg .swiper-button-prev {
    display: none;
  }

  .form-gift-reg .swiper-slide {
    padding-left: 24px;
  }

  .form-gift-reg .swiper-slide label {
    padding-bottom: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .form-gift-reg .img-one-form-gift-reg {
    order: 1;
    width: calc(50% - 10px);
    margin-bottom: 0;
  }

  .form-gift-reg .title-one-form-gift-reg {
    text-align: left;
    margin-bottom: 0;
    padding: 0;
    max-width: calc(50% - 10px);
    margin-right: auto;
  }

  .list-tabs .swiper-button-next{
    background: linear-gradient(270deg,#1c2532 48%,#0d131c00 100%);
  }

  .list-tabs .swiper-button-prev{
    background: linear-gradient(90deg,#1c2532 48%,#0d131c00 100%);
  }

  .parent-search-list-game .list-game .game-slide {
      width: calc((100% / 4) - 16px);
  }

  .provider-search-card {
    width: calc((100% / 4) - 16px);
  }

  .vip-features-tabs .image-top-right {
    position: static;
    display: block;
    max-width: 310px;
    width: 100%;
    margin: -40px auto -90px;
  }

  .text-list {
    max-width: 100%;
  }

  .vip-features-tabs .text-list .title {
    width: 100%;
  }

  .tournament-index {
    display: block;
  }

  .form-gift-reg .img-one-form-gift-reg img {
    max-height: 200px;
    object-fit: contain;
  }

  .mini-slider-win {
    display: block;
  }

  .index-bonuses {
    display: flex;
  }

  .bonus-top-block .bg-image {
    z-index: 1;
    left: 48%;
    top: inherit;
    bottom: -23px;
  }

  .bonus-top-block .bread-crumbs {
    display: none;
  }

  .bonus-top-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 14px;
    min-height: 200px;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0px 0px 38px 3px rgba(255, 255, 255, 0.2) inset;
    margin-bottom: 30px;
  }

  .lobby-wrapper.bonuses::before {
    content: none;
  }

  .bonus-top-block::before {
    content: '';
    position: absolute;
    background: radial-gradient(68% 161% at 80% 0, #0b6ada 0, #0b6ada7d 35.87%, #ff003600 55.93% 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .bonus-top-block .main-title {
    max-width: 50%;
    font-size: 30px;
  }

  .bonus-top-block .sub-title {
    margin-bottom: 0;
  }

  .vip-top-bg-image {
    min-width: 880px;
  }

  .faq.var2 .faq-side {
    width: 100%;
  }

  .vip-page__banner {
    flex-direction: column;
  }

  .banner-cont {
    position: relative;
    z-index: 1;
  }

  .vip-page__banner img {
    width: 100%;
  }

  .vip-page__how-works .steps {
    flex-direction: column;
    gap: 12px;
  }

  .vip-page__how-works .step {
    width: 100%;
  }

  .vip-features-tabs .tabs-cont {
    padding: 20px;
  }

  .vip-features-tabs .item.w-25,
  .vip-features-tabs .item.w-30,
  .vip-features-tabs .item.w-50 {
    width: 100%;
  }

  .vip-features-tabs .item.var2 {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px 12px 16px 60px;
  }

  .vip-features-tabs .item.var2 img {
    height: 60px;
    width: 55px;
    top: 12px;
    left: 5px;
    transform: translate(0);
  }

  .vip-features-tabs .item.var2.w-50 .text-block {
    padding-left: 10px;
  }

  .list-tabs {
    display: block;
    width: 100%;
    white-space: nowrap;
  }

  .list-tabs::-webkit-scrollbar {
    height: 0px;
    background: transparent;
  }

  .list-tabs::-webkit-scrollbar-thumb {
    height: 0px;
    background-color: #1c2532;
    border-radius: 2px;
  }

  a.router-link {
    display: inline-block;
  }

  a.router-link .wrapper {
    padding: 0;
  }

  a.router-link .wrapper:hover {
  }

  a.router-link img {
    width: 20px;
    height: 20px;
  }

  a.router-link .tab__title {
    font-size: 12px;
  }

  .TopSwiper {
    margin-bottom: 10px;
  }

  .gradient-head {
    margin-left: -15px;
    width: calc(100% + 30px);
    padding: 0 15px 15px;
    background: linear-gradient(0deg,rgba(28, 37, 50, 1) 0%, rgba(13, 19, 28, 1) 26%);
    margin-bottom: 15px;
    border-radius: 20px;
  }

  .gradient-head .list-tabs {
    margin-bottom: 0;
  }

  .list-tabs .swiper-button-next,
  .list-tabs .swiper-button-prev {
    display: none;
  }

  .index-search:not(.head-subcat-search) {
    width: 100%;
    margin-bottom: 10px;
  }

  .index-search:not(.head-subcat-search) input {
    height: 52px;
    font-size: 14px;
  }

  .list-tabs .index-search:not(.head-subcat-search) input {
    width: calc(50% - 5px);
    height: 36px;
  }

  .list-tabs .index-search:not(.head-subcat-search) svg {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }

  .index-search:not(.head-subcat-search) span {
    top: calc(50% - 16.5px);
    padding: 11px 10px;
  }

  .list-tabs .index-search:not(.head-subcat-search) span {
    top: 0;
    padding: 8px 10px;
    width: calc(50% - 5px);
    background-color: #161f2c;
    font-size: 14px;
    color: #55657e;
    right: 0;
    display: flex;
    align-items: center;
    border-radius: 10px;
  }

  .list-tabs .index-search:not(.head-subcat-search) span svg {
    display: block;
    position: static;
    margin-left: 0;
    margin-right: 2px;
  }

  .list-tabs .list-tabs-swiper {
    margin-right: 0;
    order: 1;
  }

  .head-subcat .index-search {
    display: block;
  }

  .TopSwiper .swiper-slide {
    padding: 25px 15px;
  }

  .TopSwiper .title-slide {
    font-size: 30px;
  }

  .TopSwiper .number-slide {
    font-size: 14px;
    font-weight: 400;
  }

  .toggle-checkbox {
    width: 100%;
    margin-left: 0;
    font-size: 13px;
  }

  .toggle-checkbox .checkbox-wrapper {
    margin-right: 8px;
  }

  .chat_textarea {
    margin-right: -114px;
    padding-right: 114px;
    height: 90px !important;
  }

  .file_chat_left {
    position: relative;
    z-index: 5;
  }

  .page-content .support-content .block-submit-btn-win {
    position: relative;
    z-index: 5;
  }

  .jack-ranks .jack-rank {
    width: calc((100% - 85px) / 2);
  }

  .toggle-content > div .checkbox {
    display: none;
  }

  .search-block {
    flex-wrap: wrap;
  }

  .file_chat_btn.btn.btn-success {
    font-size: 0;
    color: rgba(0, 0, 0, 0);
    background: none;
    border: none;
    min-width: inherit;
    padding: 0;
    margin-right: 20px;
  }

  .file_chat_btn svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: #fff;
  }

  .file_chat_btn path {
    fill: #fff;
  }

  .yes-login-header-btn .header-btn a.btn {
    font-size: 0;
    padding: 10px 10px;
  }

  a.profile-btn {
    font-size: 0;
  }

  .yes-login-header-btn .header-btn a.btn svg {
    margin: 0;
  }

  .header-balance {
    padding: 11px 7px 12px;
  }

  .header-mess {
    margin-top: 2px;
  }

  .yes-login-header-btn .header-btn {
  }

  .h-one-category {
    font-size: 15px;
  }

  .table-users-balance table tr th:nth-child(1) {
    width: 45px;
  }

  .table-users-balance table tr th:nth-child(3) {
    width: 130px;
  }

  .index-features .col-features {
    width: 100%;
  }

  .col-features a {
    background-size: auto 98px !important;
  }

  .col-features:nth-child(1) {
    margin-top: 12px;
  }

  .col-features:nth-child(1) a {
    width: calc(50% - 6px) !important;
  }

  .col-features:nth-child(1) a:nth-child(1) {
    width: 100% !important;
  }

  .col-features:nth-child(3) a {
    width: calc(50% - 6px) !important;
    margin-bottom: 0;
  }

  .col-features:nth-child(3) a span {
    font-size: 14px;
  }

  .col-features:nth-child(3) a:nth-child(3) {
    width: 100% !important;
    margin-top: 12px;
  }

  .scroll-tab-gamers-statistics {
    display: block;
    width: 100%;
    position: relative;
    overflow-x: auto;
    margin-top: 30px;
    margin-bottom: 25px;
  }

  .tab-gamers-statistics {
    margin-top: 0px;
    margin-bottom: 4px;
  }

  .scroll-tab-gamers-statistics::-webkit-scrollbar {
    width: 5px;
    background: transparent;
  }

  .scroll-tab-gamers-statistics::-webkit-scrollbar-thumb {
    width: 4px;
    height: 4px;
    background-color: #2a3546;
    border-radius: 2px;
  }

  .scroll-tab-gamers-statistics::-webkit-scrollbar-track {
    background-color: rgba(13, 19, 28, .8);
    border-radius: 2px;
  }

  .head-subcat {
    flex-wrap: wrap;
    gap: 14px;
  }

  .head-subcat-tags {
    width: 100%;
    padding-right: 0;
  }

  .head-subcat-select {
    width: 100%;
    margin-top: 10px;
  }

  .top-filter {
    width: 100%;
  }

  .top-filters {
    width: calc(50% - 7px);
  }

  .top-filter .title-block {
    min-width: auto;
    width: 100%;
  }

  .top-filter.providers .title-block {
    padding: 5.5px 11px;
  }

  .top-filter .default {
    font-size: 14px;
  }

  .head-subcat .index-search {
    width: calc(50% - 7px);
  }

  .subcat-select-drop {
    width: calc(100% - 30px);
  }

  .parent-modal-win {
    flex-wrap: wrap;
  }

  .img-modal-win,
  .content-modal-win {
    width: 100%;
  }

  .footer-social-menu {
    margin-top: 0;
  }

























  .list-game .game-slide {
    width: calc(25% - 16px);
  }

  .img-game-slide {
    height: 220px;
  }

  .footer-menu .container {
    padding-bottom: 0;
  }

  .one-footer-menu {
    width: 25%;
    margin: 0 0 25px;
  }

  .one-footer-menu:last-child {
    margin: 0;
    margin: 0 0 25px;
    width: 75%;
    max-width: 100%;
  }

}

@media screen and (max-width: 767px) {

  .swiper-tournament-slider .parent-swiper-navination {
    padding: 3px 15px 10px;
    background-color: #0d131c;
    z-index: 1;
    border-bottom-left-radius: 10px;
  }

}

@media screen and (max-width: 640px) {

  .crypto-list__item {
    width: calc((100% - 10px) / 2);
  }

  .header-btn .btn,
  .header-btn a.btn {
    padding: 5px 7px;
    font-size: 12px;
  }

  .block-content{
    padding-top: 0;
  }

  .vip-page__banner {
    align-items: center;
    background: linear-gradient(142deg, #cb6e004d 21.64%, #23112c00 46.79%), radial-gradient(73.07% 47.93% at 50% 91.61%, #fff173 0, #ffcc6a 34.38%, #ffc93e00), #d88b18;
    padding: 32px 32px 0;
    text-align: center;
  }

  .banner-cont {
    width: 100%;
    max-width: 100%;
  }

  .banner-cont .title {
    text-align: center;
  }

  .vip-page__banner img {
    position: static;
  }

  .chat_textarea {
    width: 40%;
  }

  .file_chat_left {
    margin-left: auto;
  }

  .topmenu .container {
    padding: 28px 20px 102px;
  }

  .logo {
    background-color: transparent;
    border-radius: 0px;
    transform: skewY(0deg) skewX(0deg);
    padding: 0;
    margin: 0;
  }

  .logo svg,
  .logo img + img {
    transform: skewY(0deg) skewX(0deg);
    max-height: 60px;
    width: 135px;
  }

  .parent-header-btn {
    width: calc(100% - 135px);
  }

  .img-game-slide {
    height: 160px;
  }

  .play-game-slide {
    width: 47px;
    height: 47px;
  }

  .play-game-slide svg {
    width: 20px;
    height: 20px;
    margin-left: 3px;
  }

  .vipclub__note {
    padding: 35px 30px 10px;
  }

  .intro-login a {
    font-size: 12px;
    padding: 20px 10px;
    overflow: visible;
  }

  .footer-menu .container {
    justify-content: flex-start;
    margin-bottom: 0px;
  }

  .one-footer-menu {
    width: 50%;
    margin: 0 0 25px;
  }

  .one-footer-menu:last-child {
    margin: 0 0 15px;
    width: 100%;
  }

  .icon-footer-social-menu {
    flex-wrap: wrap;
  }

  .icon-footer-social-menu a {
    margin-bottom: 8px;
  }

}

@media screen and (max-width: 590px) {

  .bonus-top-block::before {
    background: radial-gradient(68% 161% at 80% 0, #0b6ada 0, #0b6ada7d 32.87%, #ff003600 90.93% 100%);
  }

  .bonus-top-block .main-title {
    max-width: 69%;
  }

  .providersGridSlider .swiper-slide {
    margin-top: 8px !important;
    margin-right: 8px !important;
  }

  .head-subcat.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0d131c;
    padding: 10px;
    z-index: 25;
  }
  
  .head-subcat.fixed .top-filter .title-block {
    /*background: #2d3747;*/
  }

  .head-subcat.fixed .top-filters .dropdown {
    /*background: #2d3747;*/
  }

  .head-subcat.fixed .index-search input {
    /*background: #2d3747;*/
  }

  .game-swiper .swiper-slide {
      width: calc(33.33vw - 25px);
      margin-right: 8px !important;
      margin-bottom: 8px;
  }

  .swiper.tour_swiper .game-slide .btn,
  .list-game .game-slide .btn,
  .game-swiper .swiper-slide .btn {
    font-size: 12px;
    white-space: normal;
    padding: 5px 10px;
  }

  .game-swiper .img-game-slide {
    font-size: 10px;
    white-space: normal;
    text-align: center;
    font-size: 12px;
    height: 160px;
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .parent-search-list-game .list-game {
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
  }
  
  .parent-search-list-game .list-game .game-slide {
      width: calc((100% / 3) - 8px);
  }

  .provider-search-card {
    width: calc((100% / 3) - 8px);
    margin: 4px;
    height: 68px;
    max-height: 68px;
    padding: 5px;
  }

  .toggle-content > div .toggle-item {
    height: 68px;
    max-height: 68px;
    padding: 5px;
  }

  .vip-page__header img {
    margin-bottom: -50px;
  }

  .vip-top-bg-image {
    min-width: 680px;
  }

  .form-gift-reg .title-one-form-gift-reg {
    font-size: 20px;
  }

  .one-tab-gamers-statistics {
    margin: 0 auto;
    font-size: 12px;
  }

  .modal-win#search .close-small {
    top: 10px;
  }

  .list-game .game-slide {
    width: calc(33.33% - 8px);
    margin: 4px;
  }

  .jack-ranks {
    gap: 0;
  }

  .jack-ranks .jack-rank {
    width: 100%;
  }

  /* .logo svg {
    display: none;
  }

  .logo img {
    display: inline-block;
    max-height: 50px;
  } */

  .parent-header-btn {
    width: calc(100% - 49px);
  }

  .yes-login-header-btn .reg-btn {
    margin-left: 5px;
  }

  .yes-login-header-btn a.profile-btn {
    margin-left: 0;
  }

  .yes-login-header-btn .header-btn a.btn {
    padding: 2px 7px;
  }

  .header-balance {
    padding: 5px 4px;
    font-size: 12px;
  }

  a.profile-btn::after {
    top: -6px;
    right: -6px;
  }

  .intro-login span {
    width: auto;
  }

  .header-mess {
    margin-left: 5px;
    padding: 9px 1px 9px;
  }

  .header-mess img {
    width: 25px;
  }

  .modal-win#search .search-field {
    padding: 50px 15px;
  }

  .provider-search-dropdown {
    padding: 50px 15px;
  }

  .swiper-tournament-slider .panel__cell.panel__cell_img {
    flex-direction: column;
  }

  .swiper-tournament-slider .panel__timer {
    padding-left: 0;
    padding-top: 15px;
  }

}

@media screen and (max-height: 500px) {

  #withdraw-tab .payment__tooltip.payment__tooltip_open,
  .payment__tooltip.payment__tooltip_open {
    top: 60px;
    bottom: 60px;
    align-items: flex-start;
  }
}

@media screen and (max-width: 510px) {
  .TopSwiper .swiper-slide {
    min-height: 200px;
    background-position: center;
  }

  .TopSwiper .container-swiper-slide {
    max-width: 100%;
    align-items: flex-start;
    text-align: left;
  }

  .yes-login-header-btn .header-btn a.btn {
    margin-left: 5px;
  }

  .wager-scale {
    margin: 0 5px;
  }

  .wager-scale__title {
    font-size: 9px;
  }

  .chat_textarea {
    width: 40%;
  }

  .file_chat_attachment_icon {
    width: 24px;
  }

  .logo svg,
  .logo img + img {
    max-width: 90px;
  }
}

@media screen and (max-width: 448px) {

  .footer-block .text br {
    display: none;
  }

  .head-btn .head-btn-slide:not(.tournament-index-btn) {
    display: none;
  }

  .chat_textarea::placeholder {
    font-size: 12px;
  }

  .file_chat_btn {
    padding: 27px 8px;
    font-size: 13px;
  }
}

@media screen and (max-width: 380px) {

  .bonus-top-block .main-title {
    font-size: 20px;
    line-height: 22px;
  }

  .intro-login .content-intro-login {
    line-height: 1.2;
    font-size: 11px;
    width: calc(100% - 105px);
  }

  .intro-login a {
    display: block;
  }

  .intro-login span {
    width: calc(100% - 50px);
    padding: 9px 3px 9px 14px;
  }

}

@media screen and (max-width: 370px) {
  .btn.reg-btn.open-reg {
    margin-left: 3px;
  }

  .logo svg,
  .logo img + img {
    max-width: 70px;
  }
}