 input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(100%); /* Инвертирует цвет иконки, делая её белой */
}
input[type="date"]::before {
    content: attr(data-placeholder); /* Ваш текст */
    color: #aaa; /* Цвет текста */
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

input[type="date"]:focus::before,
input[type="date"]:valid::before {
    content: none; /* Убираем плейсхолдер при фокусе или выборе даты */
}
 
 @font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4n.ttf) format('truetype');
}
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #000;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.pen {
  pointer-events: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #161817;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: "Open Sans", sans-serif;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.wrap {
  margin: 0 auto;
  width: 1268px;
}
* {
  outline: none!important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 82px;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 24px;
  background: #161817;
  z-index: 8;
}
.header nav .logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 32px;
}
.header nav ul {
  display: inline-block;
  vertical-align: middle;
}
.header nav ul li {
  display: inline-block;
  padding: 7px 8px;
}
.header nav ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 12px;
  font-weight: 700;
  line-height: 16.1px;
  border-radius: 40px;
}
.header nav ul li a:hover {
  background: #2c302f;
}
.header nav ul li a.hall {
  background: #1a8b22;
}
.header .user * {
  vertical-align: middle;
}
.header .user .chat {
  display: inline-block;
  background: url('img/chat.svg') no-repeat 8px 50%;
  padding: 16px 8px 16px 40px;
  margin-right: 8px;
  font-weight: 700;
  line-height: 16px;
  border-radius: 28px;
  text-decoration: none;
}
.header .user .chat:hover {
  box-shadow: 0px 3px 10px 0px rgba(48, 216, 26, 0.12);
  background: #2c302f url('img/chat.svg') no-repeat 8px 50%;
  color: #fdfdfd;
}
.header .user .langs {
  display: inline-block;
  position: relative;
  margin-right: 8px;
}
.header .user .langs .link {
  display: inline-block;
  text-decoration: none;
  padding: 11px 36px 11px 36px;
  position: relative;
  font-weight: 700;
  line-height: 16.1px;
  text-transform: uppercase;
  background: url('img/arrow.svg') no-repeat right 14px top 50%;
}
.header .user .langs .link img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  width:20px;
  border-radius:40px;
}
.bottom-contacts-block .langs .link img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  width:20px;
  border-radius:40px;
}
.header .user button {
  height: 48px;
  color: #fff;
  padding: 0 24px;
  font-weight: 700;
  border-radius: 28px;
}
.header .user button.login {
  background: #2c302f;
  margin-right: 8px;
}
.header .user button.login:hover {
  box-shadow: 0px 3px 10px 0px rgba(48, 216, 26, 0.12);
  background: #2c302f;
  color: #fdfdfd;
}
.header .user button.reg {
  background: #1a8b22;
}
.header .user button.reg:hover {
  background: #9cd81a;
}
.header .user .menu-button {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('img/menu-button.svg');
  margin-left: 8px;
  display: none;
}
.header .user .ballanse {
  height: 48px;
  line-height: 46px;
  margin-right: 8px;
  border-radius: 30px;
  background: #2c302f;
  padding: 0 4px 0 16px;
  display: inline-block;
  max-width:250px;
}
.header .user .ballanse .money {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  color: #808aa6;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.header .user .ballanse .money a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  padding-right: 20px;
  background: url('img/arrow5.svg') no-repeat right;
}
.header .user .ballanse button {
  vertical-align: middle;
  width: 102px;
  height: 40px;
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
  background: #1a8b22;
}
.header .user .links {
  display: inline-block;
  vertical-align: middle;
  border-radius: 30px;
  background: #2c302f;
  height: 48px;
  line-height: 48px;
  padding: 0 8px 0 16px;
}
.header .user .links a {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
}
.header .user .links a:nth-child(1) {
  background: url('img/header-link1.svg');
}

.header .user .links a:nth-child(2) {
  background: url('img/header-link3.svg');
}
.header .user .links a:nth-child(3) {
  background: url('img/header-link4.svg');
}
.header .user .links a span {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: #43b32f;
  font-size: 8px;
  font-weight: 700;
}
.index-page-slider {
  position: relative;
}
.index-page-slider .item {
  padding: 143px 0 184px;
  text-align: center;
}
.index-page-slider .item .top-text {
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 12.88px;
  text-transform: uppercase;
  text-shadow: 0px 10px 16px rgba(75, 74, 120, 0.11);
}
.index-page-slider .item h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 50px;
  line-height: 72px;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px #000000;
}
.index-page-slider .item button {
  width: 194px;
  height: 60px;
  background: #65B812;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
.index-page-slider .item button:hover {
  background: #9cd81a;
}
.index-page-slider .dots {
  position: absolute;
  left: 0;
  bottom: 65px!important;
  z-index: 3;
  text-align: center;
}
.index-page-slider .dots .swiper-pagination-bullet {
  opacity: 1;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.72);
  margin: 0 5px!important;
}
.index-page-slider .dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2ccbfc;
}
.index-page-slider .slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 36px;
  height: 36px;
}
.index-page-slider .slider-nav.prev {
  left: 30px;
  background: url('img/prev.svg');
}
.index-page-slider .slider-nav.next {
  right: 30px;
  background: url('img/next.svg');
}
.index-top-form {
  margin: -40px auto 32px auto;
  max-width: 1300px;
  padding: 16px 0;
  border-radius: 16px;
  background: #222524;
  position: relative;
  z-index: 3;
}
.index-top-form .random {
  text-decoration: none;
  line-height: 48px;
  background: #2c302f url('img/random.svg') no-repeat 20px 50%;
  padding: 0 20px 0 48px;
  font-weight: 700;
  border-radius: 28px;
}
.index-top-form .random:hover {
  color: #43b32f;
}

.index-top-form .gamesearch-realgame {
  text-decoration: none;
  line-height: 48px;
  background: #222524 url('images/play_2.svg') no-repeat 7px 50%;
  background-size:30px;
  padding: 10px 20px 10px 38px;
  margin-left:20px;
  font-weight: 700;
  border-radius: 28px;
}
.index-top-form .gamesearch-realgame:hover {
  color: #43b32f;
}





.index-top-form .providers {
  text-decoration: none;
  line-height: 48px;
  background: url('img/providers.svg') no-repeat 20px 50%, url('img/arrow.svg') no-repeat right 14px top 50%, #2c302f;
  padding: 0 44px 0 48px;
  font-weight: 700;
  border-radius: 28px;
}
.index-top-form .providers:hover {
  color: #43b32f;
}
.index-top-form form {
  width: calc(100% - 400px);
  position: relative;
}
.index-top-form form input[type='text'] {
  width: 100%;
  height: 48px;
  border-radius: 24px;
  background: #2c302f url('img/search.svg') no-repeat 16px 50%;
  padding: 0 100px 0 44px;
  font-size: 13px;
  letter-spacing: -0.4px;
  color: #fff;
}
.index-top-form form button.gamesearch-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  //width: 96px;
  height: 40px;
  border-radius: 30px;
  background: #1a8b22;
  color: #fff;
  font-weight: 700;
}



.index-top-form form button.gamesearch-close {
  position: absolute;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  right: 104px;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  background: #222524;
  color: #fff;
  font-weight: 700;
}


.index-top-form form button:hover {
  background: #9cd81a;
}
.index-top-form form .window {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  //padding: 8px 24px;
  border-radius: 24px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
  background: #2c302f;
  margin-top: 12px;
}



.index-top-form form .window .game {
  padding: 8px 24px;
}
.index-top-form form .window .game:hover {
  background:#464646
}
.index-top-form form .window .game:not(:last-child) {
  border-bottom: 1px solid #5d6160;
}
.index-top-form form .window .game div {
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  line-height: 16px;
}
.index-top-form form .window .game div img {
  width: 74px;
  //height: 74px;
  max-width: 74px;
  object-fit: cover;
  border-radius: 16px;
  margin-right: 16px;
}
.index-top-form .list {
  overflow: hidden;
  margin-top: 16px;
  position: relative;
}
.index-top-form .list .item {
  text-align: center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  height: 48px;
  line-height: 48px;
  border-radius: 28px;
  background: #2c302f;
  cursor: pointer;
  font-weight: 700;
}
.index-top-form .list .item:hover,
.index-top-form .list .item.active {
  background: #1a8b22;
}
.index-top-form .list .item:hover svg path,
.index-top-form .list .item.active svg path {
  fill: #fff;
}
.index-top-form .list .item svg {
  vertical-align: middle;
  margin: -2px 4px 0 0;
}
.index-top-form .list .item svg path {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  fill: #9cd81a;
}
.index-top-form .list .scroll {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  position: relative;
  z-index: 5;
  width: calc(100% - 8px);
}
.index-top-form .list .scroll .swiper-pagination-progressbar-fill {
  background: #44be4c;
}
.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 5;
  width: 48px;
  height: 48px;
  background: url('img/totop.svg') center / cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0px 10px 16px 0px rgba(75, 74, 120, 0.11);
  opacity: 0;
}
.totop.opened {
  opacity: 1;
}
.index-catalog-block {
  padding-bottom: 84px;
  background: url('img/catalog-block.png') no-repeat left bottom / contain;
}
.index-catalog-block .back-link {
  display: block;
  text-decoration: none;
  margin-bottom: 16px;
  line-height: 24px;
  padding-left: 32px;
  background: url('img/back.svg') no-repeat left;
  font-weight: 600;
  display: none;
}
.index-catalog-block .top-block {
  margin-bottom: 16px;
  line-height: 33px;
  position: relative;
}
.index-catalog-block .top-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #2c302f;
}
.index-catalog-block .top-block h2 {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-right: 45px;
  background: #161817;
}
.index-catalog-block .top-block h2 a {
  padding: 0;
  color: #cecece;
}
.index-catalog-block .top-block h2 span {
  color: #cecece;
  opacity: .5;
  margin: 0 4px;
  font-weight: 300;
}
.index-catalog-block .top-block h2 img {
  vertical-align: middle;
  margin: -2px 4px 0 0;
}
.index-catalog-block .top-block a {
  display: inline-block;
  position: relative;
  background: #161817;
  padding-left: 45px;
  text-decoration: none;
  color: #949695;
  font-weight: 700;
}
.index-catalog-block .list {
  margin: 0 -6px;
}
.index-catalog-block .list .item {
  width: calc(12.5% - 12px);
  margin: 0 6px 12px 6px;
}
.index-catalog-block .list .item:hover .image .link {
  opacity: 1;
}
.index-catalog-block .list .item .image {
  position: relative;
  margin-bottom: 8px;
  border-radius: 16px;
  overflow: hidden;
}
.index-catalog-block .list .item .image img {
  #width: 100%;
  
}

.is_game img {
   
  filter: grayscale(100%);
    
}
.is_game img:hover {
   
  filter: none;
    
}

.index-catalog-block .list .item .image .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.index-catalog-block .list .item .image .link a[data-gmode="real"] {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  line-height: 16px;
  padding-top: 0px;
  #background: url('img/play.svg') no-repeat 50% 0;
}
.index-catalog-block .list .item .image .link a[data-gmode="demo"] {
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  line-height: 16px;
 
  font-size: 10px;
  
}
.index-catalog-block .list .item .image .link a[data-gmode="demo"]:hover {
    
    color:#65B812
}    
.index-catalog-block .list .item h3 {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.index-catalog-block .bottom-button {
  text-align: center;
  padding-top: 12px;
  margin-bottom: 40px;
}
.index-catalog-block .bottom-button button {
  color: #fff;
  height: 48px;
  padding: 0 24px 0 44px;
  font-weight: 700;
  border-radius: 28px;
  box-shadow: 0px 10px 16px 0px rgba(75, 74, 120, 0.11);
  background: #2c302f url('img/reload.svg') no-repeat 16px 50%;
}
.index-catalog-block .bottom-button button:hover {
  color: #43b32f;
}
.bottom-contacts-block {
  background: #222524;
  padding: 32px 0;
}
.bottom-contacts-block .links a {
  display: inline-block;
  text-decoration: none;
  line-height: 48px;
  font-weight: 700;
}
.bottom-contacts-block .links a.mail {
  color: #9cd81a;
  padding: 0 24px 0 48px;
  background: url('img/mail.svg') no-repeat 16px 50%;
}
.bottom-contacts-block .links a.help {
  padding: 0 20px 0 52px;
  background: url('img/help.svg') no-repeat 20px 50%;
}
.bottom-contacts-block .langs {
  position: relative;
}
.bottom-contacts-block .langs .link {
  display: inline-block;
  text-decoration: none;
  padding: 0 44px 0 36px;
  line-height: 48px;
  height: 48px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  background: #3f4241 url('img/arrow.svg') no-repeat right 14px top 50%;
  border-radius: 24px;
}
.bottom-contacts-block .langs .link img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}
.partners-block {
  padding: 60px 0;
}
.partners-block .item .logo {
  width: 12%;
  font-size: 0;
}
.partners-block .bottom-link {
  display: inline-block;
  text-decoration: none;
  padding: 0 44px 0 20px;
  line-height: 48px;
  color: rgba(255, 255, 255, 0.48);
  text-transform: uppercase;
  font-weight: 700;
  background: url('img/arrow3.svg') no-repeat right 12px top 50%;
  display: none;
}
.partners-block .bottom-link:before {
  content: "expand";
}
.partners-block .bottom-link.active {
  background: url('img/arrow3a.svg') no-repeat right 12px top 50%;
}
.partners-block .bottom-link.active:before {
  content: "hide";
}
.bottom-payments-block {
  max-width: 1350px;
  margin: 0 auto;
  padding: 22px 0;
  border-radius: 16px;
  background: #222524;
  text-align: center;
  font-size: 0;
}
.footer {
  text-align: center;
  padding: 40px 0 106px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  line-height: 16px;
}
.footer .logos {
  margin-bottom: 40px;
}
.footer .logos img {
  vertical-align: middle;
}
.footer .logos2 {
  margin-bottom: 40px;
}
.footer .logos2 img {
  vertical-align: middle;
}
.footer p {
  margin-bottom: 15px;
}
.mobile-menu {
  position: fixed;
  width: 307px;
  height: 100%;
  top: 0;
  right: -307px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  z-index: 21;
  background: #161817;
  overflow-y: scroll;
}
.mobile-menu .close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 20px;
  height: 20px;
  background: url('img/close.svg');
}
.mobile-menu .mail {
  position: absolute;
  top: 16px;
  right: 52px;
  width: 20px;
  height: 20px;
  background: url('img/mail2.svg');
}
.mobile-menu .wellcome {
  padding: 45px 24px 24px 24px;
  background: url('img/wellcome.jpg') center / cover;
}
.mobile-menu .wellcome .user {
  margin-bottom: 8px;
}
.mobile-menu .wellcome .user .avatar {
  display: table-cell;
  vertical-align: middle;
}
.mobile-menu .wellcome .user .avatar img {
  width: 54px;
  max-width: 54px;
  height: 54px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
}
.mobile-menu .wellcome .user .info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 12px;
}
.mobile-menu .wellcome .user .info .name {
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 19px;
}
.mobile-menu .wellcome .user .info .id {
  color: #d6dcee;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.mobile-menu .wellcome .user .info .id .copy {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url('img/copy.svg') center / cover;
  margin: -4px 0 0 4px;
}
.mobile-menu .wellcome .user .info .data {
  padding-top: 12px;
  border-top: 3px solid rgba(255, 255, 255, 0.3);
  width: 360px;
}
.mobile-menu .wellcome .user .info .data .data-item {
  display: inline-block;
  vertical-align: top;
  color: #d6dcee;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.mobile-menu .wellcome .user .info .data .data-item:not(:last-child) {
  margin-right: 28px;
}
.mobile-menu .wellcome .user .info .data .data-item span {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}


////////////////////////


.mobile-menu .wellcome .user {
  margin-bottom: 8px;
}
.mobile-menu .wellcome .user .avatar {
  display: table-cell;
  vertical-align: middle;
}
.mobile-menu .wellcome .user .avatar img {
  width: 54px;
  max-width: 54px;
  height: 54px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
}
.mobile-menu .wellcome .user .info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 12px;
}
.mobile-menu .wellcome .user .info .name {
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 19px;
}
.mobile-menu .wellcome .user .info .id {
  color: #d6dcee;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.mobile-menu .wellcome .user .info .id .copy {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url('img/copy.svg') center / cover;
  margin: -4px 0 0 4px;
}
.mobile-menu .wellcome .user .info .data {
  padding-top: 12px;
  border-top: 3px solid rgba(255, 255, 255, 0.3);
  width: 360px;
}
.mobile-menu .wellcome .user .info .data .data-item {
  display: inline-block;
  vertical-align: top;
  color: #d6dcee;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.mobile-menu .wellcome .user .info .data .data-item:not(:last-child) {
  margin-right: 28px;
}
.mobile-menu .wellcome .user .info .data .data-item span {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}












////////////////////////
.mobile-menu .wellcome .flex {
  padding: 0;
}
.mobile-menu .wellcome .block {
  color: #d6dcee;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 16px;
}
.mobile-menu .wellcome .block span {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}
.mobile-menu .wellcome .bt {
  padding-top: 12px;
  border-top: 3px solid rgba(255, 255, 255, 0.3);
}
.mobile-menu .wellcome button {
  margin-bottom: 24px;
  width: 102px;
  height: 36px;
  color: #fff;
  border-radius: 28px;
  background: #43b32f;
  font-weight: 700;
}
.mobile-menu .wellcome table {
  width: 100%;
}
.mobile-menu .wellcome table tr td {
  padding: 0 0 10px 0;
  color: #d6dcee;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.mobile-menu .wellcome table tr td:last-child {
  text-align: right;
  color: #fff;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}
.mobile-menu ul {
  padding: 0 30px;
}
.mobile-menu ul li:not(:last-child) {
  border-bottom: 1px solid #2c302f;
}
.mobile-menu ul li:last-child a {
  color: #616764;
}
.mobile-menu ul li a {
  display: block;
  text-decoration: none;
  line-height: 56px;
  position: relative;
  font-weight: 700;
  padding: 0 22px;
  background: url('img/arrow2.svg') no-repeat right;
}
.mobile-menu ul li a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}
.mobile-menu .flex {
  padding: 16px;
}
.mobile-menu .flex .chat {
  background: url('img/chat.svg') no-repeat 8px 50%;
  padding: 16px 8px 16px 40px;
  margin-right: 8px;
  font-weight: 700;
  line-height: 16px;
  border-radius: 28px;
  text-decoration: none;
}
.mobile-menu .flex .chat:hover {
  box-shadow: 0px 3px 10px 0px rgba(48, 216, 26, 0.12);
  background: #2c302f url('img/chat.svg') no-repeat 8px 50%;
  color: #fdfdfd;
}
.mobile-menu .flex .langs {
  display: inline-block;
  position: relative;
  margin-right: 8px;
}
.mobile-menu .flex .langs .link {
  display: inline-block;
  text-decoration: none;
  padding: 16px 44px 16px 36px;
  position: relative;
  font-weight: 700;
  line-height: 16.1px;
  text-transform: uppercase;
  background: url('img/arrow.svg') no-repeat right 14px top 50%;
}
.mobile-menu .flex .langs .link img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  width:20px;
}
.popup {
  background: none !important;
  padding: 0!important;
  color: #fff;
}
.popup-game {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.popup-game .navi {
  background: #0a3319;
  padding: 12px 32px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.popup-game .navi a {
  display: inline-block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}
.popup-game .navi span {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  margin: 0 5px;
}

.navi {
  background: #0a3319;
  padding: 12px 32px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
      align-items: center;
}
.navi a {
  display: inline-block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}
.navi span {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  margin: 0 5px;
}
.popup-game .game {
  margin-bottom: 12px;
}
.popup-game .bottom-block {
  padding: 10px 32px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #1a8b22;
  font-weight: 600;
  line-height: 16.8px;
}
.popup-game .bottom-block img {
  vertical-align: middle;
  margin: -2px 4px 0 0;
}
.popup-game .bottom-block button {
  float: right;
  width: 231px;
  height: 40px;
  color: #fff;
  border-radius: 24px;
  background: #ff5823;
  font-weight: 700;
  margin-top: -2px;
}
@media (max-width: 1200px) {
  .popup-game .bottom-block {
    text-align: center;
  }
  .popup-game .bottom-block img {
    display: block;
    margin: 0 auto 10px auto;
  }
  .popup-game .bottom-block button {
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
  }
}
.popup-form {
  border-radius: 16px;
  overflow: hidden;
  background: #161817;
}
.popup-form .fields {
  padding: 32px 40px 48px 40px;
  position: relative;
}
.popup-form .fields .back-link {
  position: absolute;
  left: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  background: url('img/back2.svg');
}
.popup-form .fields h2 {
  text-align: center;
  margin-bottom: 44px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.popup-form .fields .field {
  position: relative;
  margin-bottom: 8px;
}
.popup-form .fields .field input[type='text'],
.popup-form .fields .field input[type='password'] {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  background: #2c302f;
  padding: 10px 50px 0 46px;
  color: #fff;
  font-weight: 600;
  color: #b1b1b1;
}
.popup-form .fields .field input[type='text']:focus,
.popup-form .fields .field input[type='password']:focus {
  color: #fff;
}
.popup-form .fields .field input[type='text'].mail,
.popup-form .fields .field input[type='password'].mail {
  background: #2c302f url('img/inp1.svg') no-repeat 14px 50%;
}
.popup-form .fields .field input[type='text'].mail:focus,
.popup-form .fields .field input[type='password'].mail:focus {
  background: #2c302f url('img/inp1a.svg') no-repeat 14px 50%;
}
.popup-form .fields .field input[type='text'].mail.error,
.popup-form .fields .field input[type='password'].mail.error {
  background: #2c302f url('img/inp1e.svg') no-repeat 14px 50%;
}
.popup-form .fields .field input[type='text'].pass,
.popup-form .fields .field input[type='password'].pass {
  background: #2c302f url('img/inp2.svg') no-repeat 14px 50%;
}
.popup-form .fields .field input[type='text'].pass:focus,
.popup-form .fields .field input[type='password'].pass:focus {
  background: #2c302f url('img/inp2a.svg') no-repeat 14px 50%;
}
.popup-form .fields .field input[type='text'].pass.error,
.popup-form .fields .field input[type='password'].pass.error {
  background: #2c302f url('img/inp2e.svg') no-repeat 14px 50%;
}
.popup-form .fields .field input[type='text'].value,
.popup-form .fields .field input[type='password'].value {
  background: url('img/inp3.svg') no-repeat 14px 50%, url('img/arrow4.svg') no-repeat right 14px top 50%, #2c302f;
}
.popup-form .fields .field input[type='text'].value:focus,
.popup-form .fields .field input[type='password'].value:focus {
  background: url('img/inp3a.svg') no-repeat 14px 50%, url('img/arrow4.svg') no-repeat right 14px top 50%, #2c302f;
}
.popup-form .fields .field input[type='text'].error,
.popup-form .fields .field input[type='password'].error {
  box-shadow: 0 0 0 1px #ff7a6e;
}
.popup-form .fields .field p {
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 600;
  left: 46px;
  top: 15px;
  line-height: 16.8px;
  color: #b1b1b1;
}
.popup-form .fields .field input[type='text']:focus + p,
.popup-form .fields .field input[type='text']:valid + p,
.popup-form .fields .field input[type='password']:focus + p,
.popup-form .fields .field input[type='password']:valid + p,
.popup-form .fields .field input[type='text'].active + p {
  top: 8px;
  font-size: 8px;
  line-height: 11px;
}
.popup-form .fields .field .eye {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 24px;
  height: 24px;
  background: url('img/eye.svg');
}
.popup-form .fields .field .eye.view {
  background: url('img/eye2.svg');
}
.popup-form .fields .field .window {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  z-index: 4;
  border-radius: 8px;
  background: #3c4140;
  width: 100%;
  padding: 16px 16px 8px 16px;
  display: none;
}
.popup-form .fields .field .window ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.popup-form .fields .field .window ul li {
  width: 33.33334%;
  margin-bottom: 8px;
  text-align: center;
  border-right: 1px solid #6a7371;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup-form .fields .field .window ul li:nth-child(3n) {
  border-right: 0;
}
.popup-form .fields .field .window ul li a {
  display: block;
  text-decoration: none;
  padding: 8px 0;
  font-weight: 600;
  line-height: 16.8px;
}
.popup-form .fields .field .error-text {
  margin: 4px 0 0 14px;
  color: #ff7a6e;
  font-size: 8px;
  font-weight: 600;
  line-height: 11px;
}
.popup-form .fields button {
  width: 100%;
  height: 48px;
  margin-top: 8px;
  color: #fff;
  font-weight: 700;
  border-radius: 24px;
  background: #1a8b22;
}
.popup-form .fields button:hover {
  background: #9cd81a;
}
.popup-form .fields .forget {
  text-align: center;
  padding: 16px 0 12px;
}
.popup-form .fields .forget a {
  color: #9cd81a;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
}
.popup-form .login {
  background: #212423;
  text-align: center;
  padding: 24px;
}
.popup-form .login p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 8px;
  color: #a4a4a4;
}
.popup-form .login p:first-child {
  color: #fff;
  margin-bottom: 16px;
}
.popup-form .login .links {
  margin-bottom: 16px;
}
.popup-form .login .links * {
  vertical-align: middle;
}
.popup-form .login .links a {
  margin: 0 8px;
}
.popup-form .login button {
  width: 100%;
  height: 48px;
  color: #fff;
  font-weight: 700;
  border-radius: 24px;
  background: #363a39;
}
.popup-form .login button:hover {
  background: #000;
}
.cabinet {
  background: #161817;
  border-radius: 8px;
  overflow: hidden;
}
.cabinet .cabinet-header {
  background: url('img/cabinet-header.jpg') center / cover;
  padding: 40px 76px 46px 80px;
}
.cabinet .cabinet-header .user .avatar {
  display: table-cell;
  vertical-align: middle;
}
.cabinet .cabinet-header .user .avatar img {
  width: 120px;
  max-width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
}
.cabinet .cabinet-header .user .info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.cabinet .cabinet-header .user .info .name {
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.cabinet .cabinet-header .user .info .id {
  margin-bottom: 12px;
  color: #d6dcee;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.cabinet .cabinet-header .user .info .id .copy {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url('img/copy.svg');
}
.cabinet .cabinet-header .user .info .data {
  padding-top: 12px;
  border-top: 3px solid rgba(255, 255, 255, 0.3);
  width: 360px;
}
.cabinet .cabinet-header .user .info .data .data-item {
  display: inline-block;
  vertical-align: top;
  color: #d6dcee;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.cabinet .cabinet-header .user .info .data .data-item:not(:last-child) {
  margin-right: 28px;
}
.cabinet .cabinet-header .user .info .data .data-item span {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.cabinet .cabinet-header .confirm {
  height: 40px;
  color: #fff;
  padding: 0 24px 0 56px;
  font-weight: 700;
  border-radius: 28px;
  background: #373b3a url('img/confirm.svg') no-repeat 24px 50%;
}
.cabinet .cabinet-header .confirm:hover {
  background: #000000 url('img/confirm.svg') no-repeat 24px 50%;
}
.cabinet .cabinet-content {
  padding: 16px 80px 40px 80px;
}
.cabinet .cabinet-content .menu {
  margin-bottom: 24px;
  border-bottom: 1px solid #2c302f;
  font-size: 0;
}
.cabinet .cabinet-content .menu a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 16px;
  color: #6f7573;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.1px;
}
.cabinet .cabinet-content .menu a:hover,
.cabinet .cabinet-content .menu a.active {
  color: #1a8b22;
}
.cabinet .cabinet-content .menu a:hover:after,
.cabinet .cabinet-content .menu a.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #5eb34f;
}
.cabinet .cabinet-content .left-menu {
  width: 25%;
}
.cabinet .cabinet-content .left-menu ul {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 10px 16px 0px rgba(75, 74, 120, 0.11);
  background: #222524;
}
.cabinet .cabinet-content .left-menu ul li:not(:last-child) {
  border-bottom: 1px solid #2c302f;
}
.cabinet .cabinet-content .left-menu ul li a {
  display: block;
  text-decoration: none;
  padding: 20px 52px;
  position: relative;
  font-weight: 700;
  line-height: 16px;
  background: url('img/arrow6.svg') no-repeat right 16px top 50%;
}
.cabinet .cabinet-content .left-menu ul li a.active {
  color: #fff;
  background: #1a8b22 url('img/arrow6a.svg') no-repeat right 16px top 50%;
}
.cabinet .cabinet-content .left-menu ul li a.active svg path {
  fill: #fff;
}
.cabinet .cabinet-content .left-menu ul li a.logout {
  color: #6f7573;
}
.cabinet .cabinet-content .left-menu ul li a.logout svg path {
  fill: #6f7573;
}
.cabinet .cabinet-content .left-menu ul li a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}
.cabinet .cabinet-content .left-menu ul li a svg path {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  fill: #9cd81a;
}
.cabinet .cabinet-content .main-content {
  width: 73%;
}
.cabinet .cabinet-content .main-content .ballanse {
  margin-bottom: 24px;
  padding: 24px 32px 112px 32px;
  border-radius: 16px;
  box-shadow: 0px 8px 8px 0px rgba(75, 74, 120, 0.04);
  background: #222524;
}
.cabinet .cabinet-content .main-content .ballanse .top {
  position: relative;
  margin-bottom: 16px;
}
.cabinet .cabinet-content .main-content .ballanse .top .name div {
  display: table-cell;
  vertical-align: middle;
  color: #808aa6;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.cabinet .cabinet-content .main-content .ballanse .top .name div span {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.cabinet .cabinet-content .main-content .ballanse .top .name div img {
  max-width: 102px;
  width: 102px;
  margin-right: 16px;
}
.cabinet .cabinet-content .main-content .ballanse .top button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 180px;
  height: 48px;
  border-radius: 28px;
  background: #65b812;
  color: #fff;
  font-weight: 700;
}
.cabinet .cabinet-content .main-content .ballanse .list .item {
  width: 49%;
  margin-bottom: 16px;
  border-radius: 4px;
  background: #2c302f;
  padding: 8px 16px;
}
.cabinet .cabinet-content .main-content .ballanse .list .item div {
  color: #fdfdfd;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.cabinet .cabinet-content .main-content .ballanse .list .item div:last-child {
  font-weight: 700;
  color: #fdfdfd;
}
.cabinet .cabinet-content .main-content .ballanse .list .item div span {
  margin-right: 12px;
  font-weight: 700;
  color: #e4e5eb;
}
.cabinet .cabinet-content .main-content .promo-banner {
  background: url('img/promo-banner.jpg') center / cover;
  text-align: center;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  border-radius: 8px;
}
.cabinet .cabinet-content .main-content .promo-banner input[type='text'] {
  width: 322px;
  height: 48px;
  margin: 0 16px;
  padding: 0 20px 0 50px;
  color: #808aa6;
  font-weight: 600;
  border-radius: 24px;
  background: #373b3a url('img/promo.svg') no-repeat 16px 50%;
}
.cabinet .cabinet-content .main-content .promo-banner button {
  width: 107px;
  height: 48px;
  color: #fff;
  font-weight: 700;
  border-radius: 28px;
  background: #65b812;
}
.cabinet .cabinet-content .main-content .left-menu {
  width: auto;
  display: none;
}
.cabinet .cabinet-content .main-content .bonuses {
  margin-bottom: 24px;
  padding: 24px 32px;
  border-radius: 16px;
  box-shadow: 0px 8px 8px 0px rgba(75, 74, 120, 0.04);
  background: #222524;
}
.cabinet .cabinet-content .main-content .bonuses .top-block {
  margin-bottom: 16px;
}
.cabinet .cabinet-content .main-content .bonuses .top-block div {
  display: table-cell;
  vertical-align: middle;
  color: #808aa6;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.cabinet .cabinet-content .main-content .bonuses .top-block div span {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.cabinet .cabinet-content .main-content .bonuses .top-block div img {
  width: 102px;
  max-width: 102px;
  margin-right: 16px;
}
.cabinet .cabinet-content .main-content .bonuses .list .item {
  width: 49%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0px 10px 16px 0px rgba(75, 74, 120, 0.11);
  background: #2c302f;
}
.cabinet .cabinet-content .main-content .bonuses .list .item:nth-child(1) {
  background: #2c302f url('img/bg1.png') no-repeat top right;
}
.cabinet .cabinet-content .main-content .bonuses .list .item:nth-child(2) {
  background: #2c302f url('img/bg2.png') no-repeat top right;
}
.cabinet .cabinet-content .main-content .bonuses .list .item .name {
  margin-bottom: 75px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.cabinet .cabinet-content .main-content .bonuses .list .item .name h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}
.cabinet .cabinet-content .main-content .bonuses .list .item .slider {
  overflow: hidden;
  margin: 0 -16px 8px 0;
}
.cabinet .cabinet-content .main-content .bonuses .list .item .slider .slide {
  width: 332px;
  background: #2C302F;
  border: 2px solid #7E8583;
  border-radius: 8px;
  overflow: hidden;
}
.cabinet .cabinet-content .main-content .bonuses .list .item .slider .slide .top {
  padding: 8px;
  position: relative;
}
.cabinet .cabinet-content .main-content .bonuses .list .item .slider .slide .top .avatar div {
  display: table-cell;
  vertical-align: middle;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #9CA1A0;
}
.cabinet .cabinet-content .main-content .bonuses .list .item .slider .slide .top .avatar div span {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}
.cabinet .cabinet-content .main-content .bonuses .list .item .slider .slide .top .avatar div img {
  width: 32px;
  max-width: 32px;
  margin-right: 8px;
}
.cabinet .cabinet-content .main-content .bonuses .list .item .slider .slide .top button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: 60px;
  height: 32px;
  background: #434746;
  border-radius: 24px;
  font-weight: 700;
  color: #9CD81A;
}
.cabinet .cabinet-content .main-content .bonuses .list .item .slider .slide .bottom {
  padding: 16px 32px 16px 40px;
  background: #434746 url('img/gift.svg') no-repeat 8px 50%;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
.cabinet .cabinet-content .main-content .bonuses .list .item .slider .dots {
  text-align: center;
  padding-top: 10px;
}
.cabinet .cabinet-content .main-content .bonuses .list .item .slider .dots .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: none;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 11px!important;
  position: relative;
}
.cabinet .cabinet-content .main-content .bonuses .list .item .slider .dots .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.cabinet .cabinet-content .main-content .bonuses .list .item .slider .dots .swiper-pagination-bullet:not(:last-child):after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -1px;
  width: 24px;
  height: 2px;
  background: #fff;
}
.cabinet .cabinet-content .main-content .bonuses .list .item .button {
  text-align: right;
}
.cabinet .cabinet-content .main-content .bonuses .list .item .button button {
  width: 91px;
  height: 40px;
  background: #43B32F;
  border-radius: 24px;
  font-weight: 700;
  color: #FFFFFF;
}
.cabinet .cabinet-content .main-content .history {
  border-radius: 16px;
  box-shadow: 0px 8px 8px 0px rgba(75, 74, 120, 0.04);
  background: #222524;
  min-height: 552px;
}
.cabinet .cabinet-content .main-content .history .form {
  text-align: right;
  padding: 24px 32px 16px 32px;
}
.cabinet .cabinet-content .main-content .history .form .pdf {
  display: inline-block;
  margin-right: 24px;
  line-height: 48px;
  padding: 0 24px 0 48px;
  border-radius: 24px;
  background: rgba(214, 220, 238, 0.32) url('img/pdf.svg') no-repeat 16px 50%;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.35;
}
.cabinet .cabinet-content .main-content .history .form select {
  margin-right: 24px;
  height: 48px;
  padding: 0 44px;
  color: #fff;
  font-weight: 700;
  appearance: none;
  border-radius: 9999px;
  background: url('img/date.svg') no-repeat 12px 50%, url('img/arrow7.svg') no-repeat right 12px top 50%, #373b3a;
}

.cabinet .cabinet-content .main-content .profile .field select#gender {
  margin-right: 24px;
  height: 48px;
  padding: 0 44px;
  color: #b1b1b1;
  width: 100%;
  font-weight: 600;
  appearance: none;
  border-radius: 8px;
  background: url('img/inp4.svg') no-repeat 12px 50%, url('img/arrow7.svg') no-repeat right 12px top 50%, #2c302f;
}

.cabinet .cabinet-content .main-content .profile .field select#country {
  margin-right: 24px;
  height: 48px;
  padding: 0 44px;
  color: #b1b1b1;
  width: 100%;
  font-weight: 600;
  appearance: none;
  border-radius: 8px;
  background: url('img/inp8.svg') no-repeat 12px 50%, url('img/arrow7.svg') no-repeat right 12px top 50%, #2c302f;
}
.cabinet .cabinet-content .main-content .history .form form {
  display: inline-block;
  width: 286px;
  height: 48px;
  position: relative;
}
.cabinet .cabinet-content .main-content .history .form form input[type='text'] {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: #2c302f url('img/search.svg') no-repeat 16px 50%;
  padding: 0 100px 0 44px;
  font-size: 13px;
  letter-spacing: -0.4px;
  color: #fff;
}
.cabinet .cabinet-content .main-content .history .form form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  //width: 96px;
  height: 40px;
  border-radius: 30px;
  background: #65b812;
  color: #fff;
  font-weight: 700;
}
.cabinet .cabinet-content .main-content .history .form form button:hover {
  background: #9cd81a;
}
.cabinet .cabinet-content .main-content .history .tbl table {
  width: 100%;
}
.cabinet .cabinet-content .main-content .history .tbl table thead tr {
  background: #2c302f;
}
.cabinet .cabinet-content .main-content .history .tbl table thead tr td {
  padding: 12px 24px;
  color: #a5a5a5;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.4px;
}
.cabinet .cabinet-content .main-content .history .tbl table tbody tr {
  border-top: 1px solid #2c302f;
}
.cabinet .cabinet-content .main-content .history .tbl table tbody tr td {
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.4px;
}
.cabinet .cabinet-content .main-content .history .tbl table tbody tr td .no-transactions {
  padding: 134px 0;
  text-align: center;
}
.cabinet .cabinet-content .main-content .history .tbl table tbody tr td .no-transactions .text {
  display: inline-block;
  text-align: left;
}
.cabinet .cabinet-content .main-content .history .tbl table tbody tr td .no-transactions .text div {
  display: table-cell;
  vertical-align: middle;
  color: #a5a5a5;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.cabinet .cabinet-content .main-content .history .tbl table tbody tr td .no-transactions .text div img {
  width: 78px;
  max-width: 78px;
  margin-right: 16px;
}
.cabinet .cabinet-content .main-content .profile {
  padding: 24px 32px 162px 32px;
  margin-bottom: 24px;
  border-radius: 8px;
  box-shadow: 0px 10px 16px 0px rgba(75, 74, 120, 0.11);
  background: #222524;
}
.cabinet .cabinet-content .main-content .profile .back-link {
  position: absolute;
  left: 0;
  top: 8px;
  width: 38px;
  height: 24px;
  background: url('img/back3.svg');
  display: none;
}
.cabinet .cabinet-content .main-content .profile h3 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.cabinet .cabinet-content .main-content .profile .field {
  width: 49%;
  position: relative;
  margin-bottom: 12px;
}
.cabinet .cabinet-content .main-content .profile .field input[type='text'],
.cabinet .cabinet-content .main-content .profile .field input[type='date'],
.cabinet .cabinet-content .main-content .profile .field input[type='password'] {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  background: #2c302f;
  padding: 10px 50px 0 46px;
  color: #fff;
  font-weight: 600;
  color: #b1b1b1;
}
.cabinet .cabinet-content .main-content .profile .field input[type='text']:focus,
.cabinet .cabinet-content .main-content .profile .field input[type='date']:focus,
.cabinet .cabinet-content .main-content .profile .field input[type='password']:focus {
  color: #fff;
}
.cabinet .cabinet-content .main-content .profile .field input[type='text'].inp1,
.cabinet .cabinet-content .main-content .profile .field input[type='password'].inp1 {
  background: #2c302f url('img/inp4.svg') no-repeat 14px 50%;
}
.cabinet .cabinet-content .main-content .profile .field input[type='text'].inp2,
.cabinet .cabinet-content .main-content .profile .field input[type='password'].inp2 {
  background: #2c302f url('img/inp5.svg') no-repeat 14px 50%;
}
.cabinet .cabinet-content .main-content .profile .field input[type='text'].inp3,
.cabinet .cabinet-content .main-content .profile .field input[type='password'].inp3 {
  background: #2c302f url('img/inp6.svg') no-repeat 14px 50%;
}
.cabinet .cabinet-content .main-content .profile .field input[type='text'].inp4,
.cabinet .cabinet-content .main-content .profile .field input[type='date'].inp4,
.cabinet .cabinet-content .main-content .profile .field input[type='password'].inp4 {
  background: #2c302f url('img/inp7.svg') no-repeat 14px 50%;
}
.cabinet .cabinet-content .main-content .profile .field input[type='text'].inp5,
.cabinet .cabinet-content .main-content .profile .field input[type='password'].inp5 {
  background: #2c302f url('img/inp8.svg') no-repeat 14px 50%;
}
.cabinet .cabinet-content .main-content .profile .field input[type='text'].inp6,
.cabinet .cabinet-content .main-content .profile .field input[type='password'].inp6 {
  background: #2c302f url('img/inp9.svg') no-repeat 14px 50%;
}
.cabinet .cabinet-content .main-content .profile .field p {
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 600;
  left: 46px;
  top: 15px;
  line-height: 16.8px;
  color: #b1b1b1;
}
.cabinet .cabinet-content .main-content .profile .field input[type='date'] + p {
    top: 8px;
  font-size: 8px;
  line-height: 11px;
}
.cabinet .cabinet-content .main-content .profile .field input[type='text'].user-email-input + p {
    top: 8px;
  font-size: 8px;
  line-height: 11px;
}

.cabinet .cabinet-content .main-content .profile .field input[type='text']:focus + p,
.cabinet .cabinet-content .main-content .profile .field input[type='text']:valid + p,
.cabinet .cabinet-content .main-content .profile .field input[type='password']:focus + p,
.cabinet .cabinet-content .main-content .profile .field input[type='password']:valid + p,
.cabinet .cabinet-content .main-content .profile .field input[type='text'].active + p {
  top: 8px;
  font-size: 8px;
  line-height: 11px;
}
.cabinet .cabinet-content .main-content .profile .field .confirm {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  text-decoration: none;
  color: #9cd81a;
  font-weight: 700;
  line-height: 16.8px;
}
.cabinet .cabinet-content .main-content .profile .buttons {
  width: 49%;
  padding-top: 4px;
}
.cabinet .cabinet-content .main-content .profile .buttons button {
  width: 48%;
  height: 48px;
  border-radius: 24px;
  color: #fff;
  font-weight: 700;
}
.cabinet .cabinet-content .main-content .profile .buttons button:nth-child(1) {
  background: #43b32f;
}
.cabinet .cabinet-content .main-content .profile .buttons button:nth-child(2) {
  background: #3c403e;
}
.cabinet .cabinet-content .main-content .profile .bottom-text {
  width: 49%;
  padding-top: 4px;
}
.cabinet .cabinet-content .main-content .profile .bottom-text p {
  margin-bottom: 8px;
  color: #808aa6;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.cabinet .cabinet-content .main-content .profile .bottom-text p span {
  color: #fff;
}
.cabinet .cabinet-content .main-content .network {
  padding: 24px 32px;
  border-radius: 8px;
  box-shadow: 0px 10px 16px 0px rgba(75, 74, 120, 0.11);
  background: #222524;
}
.cabinet .cabinet-content .main-content .network h3 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.cabinet .cabinet-content .main-content .network a {
  display: inline-block;
  margin-right: 8px;
}
.cabinet .cabinet-content .deposits {
  padding: 44px 205px 48px 205px;
  border-radius: 16px;
  box-shadow: 0px 8px 8px 0px rgba(75, 74, 120, 0.04);
  background: #222524;
}
.cabinet .cabinet-content .deposits .flag {
  text-align: right;
  margin-bottom: 36px;
}
.cabinet .cabinet-content .deposits .list {
  margin: 0 -3px;
}
.cabinet .cabinet-content .deposits .list .item {
  width: calc(16.66667% - 6px);
  margin: 0 3px 6px 3px;
  height: 86px;
  line-height: 86px;
  background: #2c302f;
  text-align: center;
}
.cabinet .cabinet-content .deposits .list .item img {
  vertical-align: middle;
  max-width: 80%;
}
.cabinet .cabinet-content .deposit {
  padding: 34px 20px 30px 20px;
  position: relative;
  border-radius: 16px;
  box-shadow: 0px 8px 8px 0px rgba(75, 74, 120, 0.04);
  background: #222524;
}
.cabinet .cabinet-content .deposit .back-link {
  position: absolute;
  top: 34px;
  left: 34px;
  width: 28px;
  height: 28px;
  background: url('img/back4.svg');
}
.cabinet .cabinet-content .deposit form {
  max-width: 343px;
  margin: 0 auto;
}
.cabinet .cabinet-content .deposit .steps {
  margin-bottom: 34px;
  overflow: hidden;
  padding: 6px;
  margin: 0 -6px 34px -6px;
}
.cabinet .cabinet-content .deposit .steps .step {
  position: relative;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #4c514f;
  font-size: 12px;
}
.cabinet .cabinet-content .deposit .steps .step:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -1px;
  width: 100000px;
  height: 2px;
  background: #4c514f;
}
.cabinet .cabinet-content .deposit .steps .step.active {
  background: #1a8b22;
  box-shadow: 0 0 0 6px rgba(90, 193, 96, 0.4);
}
.cabinet .cabinet-content .deposit .steps .step.past {
  background: #1a8b22 url('img/check.svg') no-repeat center;
  font-size: 0;
}
.cabinet .cabinet-content .deposit .steps .step.past:after {
  background: #1a8b22;
}
.cabinet .cabinet-content .deposit h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.select {
  margin-bottom: 16px;
}
.select .radio {
  display: none;
}

.quick {
width: 23%;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  background: #4c514f;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  border-bottom: 2px solid #ffffff; 

  
}
.quick.active {
  background: #1a8b22;
  border-bottom: 2px solid #1b5e20;
}

.select .radio + label {
  width: 23%;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  background: #4c514f;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  border-bottom: 2px solid #ffffff;
}
.select .radio:checked + label {
  background: #1a8b22;
  border-bottom: 2px solid #1b5e20;
}
.cabinet .cabinet-content .deposit .flex .field {
  width: 48.5%;
}
.cabinet .cabinet-content .deposit .field {
  position: relative;
  margin-bottom: 16px;
}
.cabinet .cabinet-content .deposit .field input[type='text'] {
  width: 100%;
  height: 53px;
  border: 1px solid #727976;
  border-radius: 2px;
  padding: 14px 17px 0 17px;
  color: #fff;
  background: none;
}
.cabinet .cabinet-content .deposit .field input[type='text'].error {
  border: 1px solid #ff7a6e;
}
.cabinet .cabinet-content .deposit .field p {
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  top: 15px;
  left: 17px;
  color: #7f8a86;
  line-height: 19px;
}
.cabinet .cabinet-content .deposit .field input[type='text']:focus + p,
.cabinet .cabinet-content .deposit .field input[type='text']:valid + p {
  font-size: 12px;
  line-height: 16px;
  top: 8px;
}
.cabinet .cabinet-content .deposit .field .value {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.cabinet .cabinet-content .deposit .field .error-text {
  margin: 4px 0 -4px;
  color: #ff7a6e;
  font-size: 8px;
  font-weight: 600;
  line-height: 11px;
}
.cabinet .cabinet-content .deposit .tbl {
  margin-bottom: 22px;
  padding: 10px 16px;
  border-radius: 2px;
  background: #303332;
}
.cabinet .cabinet-content .deposit .tbl table {
  width: 100%;
}
.cabinet .cabinet-content .deposit .tbl table tr:last-child td:last-child {
  font-weight: 700;
}
.cabinet .cabinet-content .deposit .tbl table tr td {
  line-height: 17px;
  padding: 5px 0;
}
.cabinet .cabinet-content .deposit .tbl table tr td:last-child {
  text-align: right;
  padding-left: 10px;
}
.cabinet .cabinet-content .deposit button {
  width: 100%;
  height: 46px;
  margin-bottom: 20px;
  color: #fff;
  border-radius: 100px;
  background: #1a8b22;
  font-size: 16px;
  font-weight: 700;
}
.cabinet .cabinet-content .deposit button.other {
  background: none;
  border: 2px solid #1a8b22;
  color: #9cd81a;
}
.cabinet .cabinet-content .deposit .security {
  text-align: center;
}
.cabinet .cabinet-content .checkbox {
  display: none;
}
.cabinet .cabinet-content  .checkbox + label {
  display: block;
  cursor: pointer;
  margin-bottom: 22px;
  padding-left: 26px;
  background: url('img/checkbox.svg') no-repeat 0 1px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}
.cabinet .cabinet-content  .checkbox:checked + label {
  background: url('img/checkbox2.svg') no-repeat 0 1px;
}
.demo-page {
  min-height: 100vh;
  background: url('img/demo.jpg') center / cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 0;
}
.demo-page .game {
  max-width: 1136px;
  min-height: 600px;
  margin: 0 auto;
  position: relative;
}
.demo-page .game .close {
  position: absolute;
  top: 8px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url('img/close2.svg');
}
@media (max-width: 1298px) {
  .wrap {
    width: 970px;
  }
  .header nav .logo {
    margin-right: 12px;
  }
  .header nav ul li {
    padding: 7px 0;
  }
  .header .user .chat {
    margin-right: 0;
  }
  .header .user .langs {
    margin-right: 0;
  }
  .header .user .ballanse button {
    width: 86px;
    padding: 0;
  }
  .header .user .links a {
    margin-right: 0;
  }
  .header .user .links {
    padding: 0 12px;
  }
  .cabinet .cabinet-content .main-content .promo-banner input[type='text'] {
    width: 200px;
  }
  .cabinet .cabinet-content .main-content .bonuses .list .item {
    width: 100%;
  }
  .cabinet .cabinet-content .main-content .bonuses .list .item:nth-child(1) {
    margin-bottom: 24px;
  }
  .cabinet .cabinet-content .deposits {
    padding: 44px 30px 48px 30px;
  }
  .cabinet .cabinet-content .main-content .history .form form {
    width: 216px;
  }
}
@media (max-width: 991px) {
  .wrap {
    width: 747px;
  }
  .header nav .logo {
    margin-right: 0;
    width: 67px;
    margin-top: 3px;
  }
  .header nav ul {
    display: none;
  }
  .header .user .chat {
    display: none;
  }
  .header .user .langs {
    display: contents;
  }
  .header {
    padding: 10px 12px;
  }
  .header .user button {
    height: 36px;
  }
  body {
    padding-top: 56px;
  }
  .header .user .menu-button {
    display: inline-block;
  }
  .menubg {
    background: rgba(4, 4, 30, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    display: none;
  }
  .mobile-menu.opened {
    right: 0;
  }
  .index-catalog-block .list .item {
    width: calc(25% - 12px);
  }
  .partners-block .item .logo {
    width: 24%;
  }
  .header .user .chat.other {
    display: inline-block;
  }
  .cabinet .cabinet-content {
    padding: 16px 24px 40px 24px;
  }
  .cabinet .cabinet-header {
    padding: 40px;
  }
  .cabinet .cabinet-header .user .info .data {
    width: 320px;
  }
  .cabinet .cabinet-content .main-content .ballanse .top button {
    width: 160px;
  }
  .cabinet .cabinet-content .main-content .history .tbl {
    overflow-x: scroll;
  }
  .cabinet .cabinet-content .main-content .history .tbl::-webkit-scrollbar {
    height: 8px;
  }
  .cabinet .cabinet-content .main-content .history .tbl::-webkit-scrollbar-track {
    background: #2c302f;
  }
  .cabinet .cabinet-content .main-content .history .tbl::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background: #44be4c;
  }
  .cabinet .cabinet-content .main-content .history .tbl table {
    min-width: 816px;
  }
  .cabinet .cabinet-content .main-content .history .form {
    text-align: left;
  }
  .cabinet .cabinet-content .main-content .history .form form {
    width: 100%;
  }
  .cabinet .cabinet-content .main-content .history .form .pdf,
  .cabinet .cabinet-content .main-content .history .form select {
    margin: 0 12px 12px 0;
  }
  .cabinet .cabinet-content .main-content .profile .field {
    width: 100%;
  }
  .cabinet .cabinet-content .main-content .profile .buttons {
    width: 100%;
  }
  .cabinet .cabinet-content .main-content .profile .buttons button {
    margin-bottom: 16px;
  }
  .cabinet .cabinet-content .main-content .profile .bottom-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wrap {
    width: 556px;
  }
  .index-page-slider .slider-nav {
    display: none;
  }
  .index-top-form .random {
    display: none;
  }
  .index-top-form .providers {
    display: none;
  }
  .index-top-form form {
    width: 100%;
  }
  .cabinet .cabinet-header .confirm {
    width: 100%;
    margin-top: 20px;
  }
  .cabinet .cabinet-content .left-menu {
    display: none;
  }
  .cabinet .cabinet-content .main-content {
    width: 100%;
  }
  .cabinet .cabinet-content .main-content .ballanse .list .item {
    width: 100%;
  }
  .cabinet .cabinet-content .main-content .ballanse .top button {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    width: 100%;
    margin-top: 20px;
  }
  .cabinet .cabinet-content .deposits .list .item {
    width: calc(20% - 6px);
  }
}
@media (max-width: 575px) {
  .wrap {
    width: auto;
    padding: 0 16px;
  }
  .index-page-slider .item {
    padding: 98px 0 121px;
  }
  .index-page-slider .item .top-text {
    font-size: 10px;
    letter-spacing: 8px;
  }
  .index-page-slider .item h2 {
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 38px;
  }
  .index-page-slider .item button {
    font-size: 14px;
    width: 144px;
    height: 51px;
  }
  .index-top-form {
    padding: 16px 0 80px;
    margin: -40px 0 0 0;
    border-radius: 16px 16px 0 0;
    background: #161817;
    position: relative;
  }
  .index-top-form form {
    position: absolute;
    left: 16px;
    bottom: 32px;
    width: calc(100% - 32px);
  }
  .index-top-form .list {
    margin: 0 -16px 0 0;
  }
  .index-top-form form input[type='text'] {
    height: 40px;
  }
  .index-top-form form button {
    //display: none;
  }
  .index-top-form .list .item {
    width: 114px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center;
    padding: 9px;
    height: auto;
    line-height: 16.8px;
  }
  .index-top-form .list .item svg {
    display: block;
    margin: 0 auto 4px auto;
  }
  .index-top-form .list .item {
    margin: 0 8px 0 0;
  }
  .index-catalog-block .list .item {
    width: calc(33.33334% - 14px);
    margin: 0 7px 14px 7px;
  }
  .index-catalog-block .list {
    margin: 0 -7px;
  }
  .index-catalog-block .bottom-button {
    padding-top: 2px;
    margin-bottom: 32px;
  }
  .index-catalog-block .top-block {
    line-height: 24px;
  }
  .index-catalog-block .top-block:before {
    display: none;
  }
  .totop {
    right: 10px;
    bottom: 10px;
    width: 32px;
    height: 32px;
  }
  .index-catalog-block {
    padding-bottom: 28px;
    background: url('img/catalog-block2.png') no-repeat bottom center;
  }
  .bottom-contacts-block {
    padding: 18px 0;
  }
  .bottom-contacts-block .wrap {
    padding: 0;
    position: relative;
  }
  .bottom-contacts-block .links a {
    display: block;
  }
  .bottom-contacts-block .langs {
    position: absolute;
    bottom: 0;
    right: 32px;
  }
  .partners-block {
    padding: 16px 0;
    text-align: center;
  }
  .partners-block .item .logo {
    width: 50%;
  }
  .partners-block .item {
    display: none;
  }
  .partners-block .item:first-child {
    display: block !important;
  }
  .partners-block .bottom-link {
    display: inline-block;
  }
  .bottom-payments-block {
    padding: 20px 0;
    margin: 0 16px;
  }
  .bottom-payments-block img {
    height: 54px;
  }
  .footer {
    padding: 40px 0 32px;
  }
  .footer .logos img {
    height: 32px;
    margin: 0 8px 16px 8px;
  }
  .footer .logos {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
  .index-catalog-block .top-block.inner {
    display: none;
  }
  .index-catalog-block .back-link {
    display: block;
  }
  .index-top-form form .window {
    margin-top: 8px;
    padding: 8px 16px;
  }
  .index-top-form form .window .game {
    padding: 8px 0;
  }
  
  
  .index-top-form form .window .game div img {
    width: 54px;
    max-width: 54px;
    height: 54px;
    border-radius: 12px;
  }
  .popup-game .navi {
    padding: 15px 12px;
  }
  .popup-game .bottom-block {
    padding: 12px;
  }
  .popup-form .fields {
    padding: 32px 26px 48px 26px;
  }
  .header .user .links {
    display: none;
  }
  .header .user .ballanse {
    margin-right: 0;
  }
  .header .user .chat {
    font-size: 12px;
    line-height: 16px;
  }
  .header .user .ballanse .money {
    font-size: 10px;
    margin-right: 5px;
  }
  .header .user .ballanse .money a {
    font-size: 12px;
  }
  .header .user .ballanse button {
    height: 32px;
    width: 82px;
  }
  .header {
    padding: 10px 8px;
  }
  .cabinet .cabinet-header {
    padding: 45px 16px 16px 16px;
  }
  .cabinet .cabinet-header .user .avatar img {
    width: 64px;
    max-width: 64px;
    height: 64px;
  }
  .cabinet .cabinet-header .user {
    position: relative;
    margin-bottom: 92px;
    width: 100%;
  }
  .cabinet .cabinet-header .user .info .name {
    font-size: 20px;
    line-height: 24px;
  }
  .cabinet .cabinet-header .user .info .id {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .cabinet .cabinet-header .user .info .data {
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cabinet .cabinet-header .user .info .data .data-item:not(:last-child) {
    margin-right: 0;
  }
  .cabinet .cabinet-header .confirm {
    margin-top: 0;
  }
  .cabinet .cabinet-content {
    padding: 8px 16px 45px 16px;
  }
  .cabinet .cabinet-content .menu {
    white-space: nowrap;
    overflow-x: scroll;
  }
  .cabinet .cabinet-content .main-content .ballanse {
    padding: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
  }
  .cabinet .cabinet-content .main-content .ballanse .top {
    margin-bottom: 24px;
  }
  .cabinet .cabinet-content .main-content .ballanse {
    margin-bottom: 0;
    padding-bottom: 8px;
  }
  .cabinet .cabinet-content .main-content .left-menu {
    display: block;
    margin-bottom: 24px;
  }
  .cabinet .cabinet-content .main-content .promo-banner {
    background: url('img/promo-banner2.jpg') center / cover;
  }
  .cabinet .cabinet-content .main-content .promo-banner input[type='text'] {
    width: 100%;
    margin: 16px 0 8px 0;
  }
  .cabinet .cabinet-content .main-content .promo-banner button {
    width: 100%;
  }
  .cabinet .cabinet-content .main-content .bonuses {
    background: none;
    padding: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .cabinet .cabinet-content .main-content .bonuses .top-block div img {
    width: 80px;
    max-width: 80px;
  }
  .cabinet .cabinet-content .main-content .bonuses .top-block div {
    font-size: 14px;
    line-height: 16.8px;
  }
  .cabinet .cabinet-content .main-content .bonuses .top-block div span {
    font-size: 20px;
    line-height: 24px;
  }
  .cabinet .cabinet-content .main-content .bonuses .list .item .name {
    width: 70%;
    margin-bottom: 50px;
  }
  .cabinet .cabinet-content .deposits {
    background: none;
    padding: 20px 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .cabinet .cabinet-content .deposits .list {
    justify-content: center;
  }
  .cabinet .cabinet-content .deposits .list .item {
    width: calc(33.33334% - 6px);
  }
  .cabinet .cabinet-content .main-content .history {
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    min-height: 0;
  }
  .cabinet .cabinet-content .main-content .history .form {
    padding: 0 0 16px 0;
  }
  .cabinet .cabinet-content .main-content .history .form form {
    width: 100%;
  }
  .cabinet .cabinet-content .main-content .history .tbl {
    margin: 0 -16px 24px -16px;
  }
  .cabinet .cabinet-content .main-content .history .tbl table tbody tr td .no-transactions {
    padding: 76px 0;
    width: 100vw;
  }
  .cabinet .cabinet-content .main-content .history .tbl table tbody tr td .no-transactions .text div {
    display: block;
    text-align: center;
  }
  .cabinet .cabinet-content .main-content .history .tbl table tbody tr td .no-transactions .text div img {
    margin: 0 0 16px 0;
  }
  .cabinet.small .cabinet-header {
    display: none;
  }
  .cabinet.small .cabinet-content .menu {
    display: none;
  }
  .cabinet.small .cabinet-content .main-content .profile {
    background: none;
    padding: 0;
  }
  .cabinet .cabinet-content .main-content .profile h3 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }
  .cabinet .cabinet-content .main-content .profile .back-link {
    display: block;
  }
  .cabinet.small {
    background: #222524;
  }
  .cabinet .cabinet-content .main-content .profile .buttons button {
    width: 100%;
  }
  .cabinet .cabinet-content .main-content .network {
    padding: 0;
    text-align: left;
    background: none;
    box-shadow: none;
  }
  .cabinet.small .cabinet-content .main-content .profile {
    box-shadow: none;
    margin-bottom: 12px;
  }
  .cabinet .cabinet-content .main-content .network h3 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  .cabinet.small .cabinet-content {
    padding: 8px 16px;
  }
  .demo-page .game .close {
    right: 5px;
    top: 10px;
  }
  .cabinet .cabinet-content .deposit {
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 50px 0 0 0;
  }
  .cabinet .cabinet-content .deposit .back-link {
    top: 0;
    left: -10px;
  }
}

.morelangs {
position: absolute;background:#2C302F;padding:5px;border-radius:10px;
}

/* Стили для полосы прокрутки */
::-webkit-scrollbar {
    width: 8px; /* Тонкая ширина полосы */
}

/* Фон полосы прокрутки */
::-webkit-scrollbar-track {
    background: #2b2b2b; /* Темно-серый фон */
    border-radius: 10px; /* Закругленные углы */
}

/* Ползунок полосы прокрутки */
::-webkit-scrollbar-thumb {
    background: #4a4a4a; /* Темно-серый ползунок */
    border-radius: 10px; /* Закругленные углы */
}

/* Ползунок при наведении */
::-webkit-scrollbar-thumb:hover {
    background: #5e5e5e; /* Чуть светлее при наведении */
}


.filter_provs li {
    padding:5px;
    color:#fff;
    font-weight:500;
    cursor:pointer
}
.filter_provs li:hover {
  color: #1A8B22   
}    