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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
* {
  outline: 0;
}
/* iOS input fix */
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}

input,
textarea {
  border: none;
  font-family: 'HelveticaNeueCyr';
  font-weight: bold;
  background: #eeeff0;
  border-radius: 30px;
  color: #4f4f4f;
  font-size: 14px;
  padding: 20px 25px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow-y: hidden;
  resize: none;
}
input[type="submit"] {
  cursor: pointer;
  font-size: 20px;
  color: #ffffff;
  padding-right: 90px;
}

@media (min-width: 700px) {
  body::-webkit-scrollbar {
    width: 12px;
    background-color: #434343;
  }
  body::-webkit-scrollbar-thumb {
    background: rgb(45, 45, 45);
    box-shadow: inset #474747 0 0 4px;
  }
  body::-webkit-scrollbar-corner {
    background-color: #b3b3b3;
  }
  body::-webkit-scrollbar-button {
    display: none;
    /*background-color: rgba(0, 0, 0, 0.6);*/
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.relative{
  position: relative;
}
.icon {
  background-image: url(../../img/design/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.icon-arrow {
  width: 35px;
  height: 22px;
  background-position: -5px -5px;
}
.icon-arrow-small-left {
  width: 24px;
  height: 16px;
  background-position: -97px -170px;
}
.icon-arrow-small-right {
  width: 24px;
  height: 16px;
  background-position: -97px -170px;
  transform: rotate(180deg);
}
.icon-creep {
  width: 25px;
  height: 25px;
  background-position: -50px -5px;
}
.icon-cube {
  width: 23px;
  height: 23px;
  background-position: -5px -40px;
}
.icon-dice {
  width: 28px;
  height: 26px;
  background-position: -38px -40px;
}
.icon-dice-wh {
  width: 30px;
  height: 30px;
  background-position: -37px -70px;
}
.icon-add {
  width: 25px;
  height: 25px;
  background-position: -97px -134px;
}
.icon-tick {
  width: 27px;
  height: 22px;
  background-position: -97px -101px;
}
.icon-origin {
  width: 19px;
  height: 25px;
  background-position: -76px -40px;
}
.icon-search {
  width: 28px;
  height: 28px;
  background-position: -103px 0;
}
.icon-search-md {
  width: 33px;
  height: 33px;
  background-position: -105px -5px;
}
.icon-steam {
  width: 32px;
  height: 20px;
  background-position: -76px -75px;
}
.icon-socialclub{
  background-position: -65px -98px;
  width: 24px;
  height: 24px;
}
.icon-mine{
  background-position: -2px -28px;
  width: 24px;
  height: 24px;
}
.icon-other {
  background: none;
}
.icon-{
  background: none;
}
/*============================*/
/*============================*/
.rotating-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url(../../img/design/rotating-arrow.png);
}
.icon-uplay {
  width: 24px;
  height: 24px;
  background-position: -105px -41px;
}
.icon-windows-logo {
  width: 22px;
  height: 22px;
  background-position: -5px -75px;
}
.icon-golden-arrow {
  width: 35px;
  height: 22px;
  background: url(../../img/design/golden-arrow.png);
}
.icon-clover2 {
  display: inline-block;
  width: 34px;
  height: 40px;
  background: url(../../img/design/clover2.png);
}
html,
body {
  font-family: 'HelveticaNeueCyr';
  font-size: 14px;
  line-height: 19px;
  overflow-x: hidden;
  height: 100%;
  min-width: 320px;
}
b {
  font-family: 'HelveticaNeueCyr';
  font-weight: bold;
}
a {
  text-decoration: none;
}
.container {
  position: relative;
  width: 1180px;
  margin: auto;
}
.col {
  float: left;
}
.f-right {
  float: right;
}
.f-left {
  float: left;
}
.clear:after,
.clear:before {
  content: '';
  display: table;
  clear: both;
}
.text-center {
  text-align: center;
}
.body-bg {
  background: #f2f3f5;
}
header {
  position: relative;
  z-index: 99;
  /*background-image: url(../../img/design/header-bg.jpg);*/
  background: #2b8fe1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
header .container {
  padding-top: 25px;
}
header .container.p-0{
  padding-top: 0;
  position: relative;
  z-index: 1;
}
.header-logo {
  width: 19%;
  float: left;
}
.topline{
  display:flex;
  margin-bottom: 25px;
}
.topline__navigation {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.topline__close {
  display: none;
}
.top-navigation__ul,.bottom-navigation__ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.topline__account {
  margin-left: auto;
  display: flex;
  align-items: center;
}
/*.top-navigation__ul li+li{
  margin-left:20px;
}*/

.top-navigation__ul a{
  font-size: 11px;
  color: #fff;
  opacity: 0.5;
  transition: opacity .3s ease;
  font-weight: 600;
  text-transform: uppercase;
  margin: 5px 15px;
  letter-spacing: 0.2px;
}
.top-navigation__ul a:hover{
  opacity: 1;
}
.account-login{
  display:flex;
}
.account-login__button+.account-login__button{
  margin-left: 15px;
}
.account-login__button{
  display: flex;
  height: 37px;
  padding: 0 17px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color:transparent;
  border-radius: 30px;
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
}
.account-login__button:hover, .account-login__button:focus{
  color: #000;
  background-color:#fff;
}
.account-login__icon{
  margin-left: 5px;
  font-size: 20px;
}
.account-info{
  display: flex;
  align-items: center;
}
.account-info__content {
  font-size: 13px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.account-info__bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.account-info__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  margin-left: 10px;
  border: none;
  background: #ffd121;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
}
.account-info__button:hover,.account-info__button:focus{
  color: #000;
  background-color:#fff;
}
.account-info__logoff {
  font-size: 19px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 27px;
  height: 27px;
  background: red;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  line-height: 1;
  padding: 0 0 2px 0;
  box-sizing: border-box;
  transition: color .3s ease-in-out;
}
.account-info__logoff:hover,.account-info__logoff:focus{
  color: rgba(255, 160, 160, 1);
}
.account-info__avatar{
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-left: 7px;
  box-shadow: 0 0 0 0 rgba(189, 189, 189, 0.4);
  transition:box-shadow .3s ease-in-out;
  display: block;
}
.account-info__avatar:hover {
  box-shadow: 0 0 15px 5px rgba(189, 189, 189, 0.4);
}
.nav-trigger{
  display:none;
}
nav ul.header-navigation li,
nav ul.footer-navigation li {
  display: inline-block;
}
nav ul.header-navigation li:not(:last-child),
nav ul.footer-navigation li:not(:last-child) {
  margin-right: 24px;
}
nav ul.header-navigation li > a,
nav ul.footer-navigation li > a {
  font-size: 12px;
  color: #b6d5f0;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
nav ul.header-navigation li > a:hover,
nav ul.header-navigation li > a:focus,
nav ul.footer-navigation li > a:hover,
nav ul.footer-navigation li > a:focus {
  color: #fff;
}
.header-navigation-u {
  margin-top: 10px;
}
.header-navigation-u li {
  display: inline-block;
}
.header-navigation-u a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.8;
  -webkit-transition: opacity 0.28s ease-in-out;
  transition: opacity 0.28s ease-in-out;
}
.header-navigation-u a:hover {
  opacity: 1;
}
.header-navigation-u li:not(:last-child) {
  margin-right: 32px;
}
.header-navigation-u li:first-child b {
  color: #ffde00;
}
.header-navigation-u li i {
  margin-right: 15px;
}
.header-navigation-u li b {
  vertical-align: middle;
  font-size: 14px;
  color: #ffffff;
}
.header-user-section {
  width: 28%;
  float: right;
  position: relative;
}
.header-user-avatar {
  float: right;
}
.header-user-avatar,
.header-user-avatar img {
  border-radius: 100%;
}
.button {
  color: #ffffff;
  border: 2px solid;
  border-color: #ffffff;
  background-color: transparent;
  font-family: 'HelveticaNeueCyr';
  font-weight: bold;
  -webkit-transition: background-color 0.28s ease-in-out, border-color 0.28s ease-in-out;
  transition: background-color 0.28s ease-in-out, border-color 0.28s ease-in-out;
  padding: 0 25px;
  height: 68px;
  border-radius: 60px;
  display: inline-block;
  line-height: 68px;
  cursor: pointer;
}
.button-yet {
  color: #a3a2a2;
  border-color: #a3a2a2;
  width: 270px;
  display: block;
  margin: 0 auto;
  font-size: 18px;
}
.button-yet:hover:not([disabled]) {
  color: #fff;
}
.button .icon-arrow{
  position: relative;
  right: 0;
  transition: 0.3s;
}
.button:hover .icon-arrow{
  right: -5px;
}
.button[disabled] {
  opacity: 0.5;
  cursor: default;
}
.button:hover:not([disabled]) {
  background-color: #e30613;
  border-color: #e30613;
}
.get-lucky:hover .icon.icon-dice {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.get-lucky:hover {
  color: #ccb100;
}
.lucky-button {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: none;
  background-color: #2db035;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  font-family: 'HelveticaNeueCyr';
}
.lucky-ok {
  display: none;
  padding: 13px 10px;
  line-height: 16px;
  height: 43px;
  width: 43px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  position: absolute;
  bottom: 87px;
  right: 13px;
  background: #36a53e;
  color: #fff;
  text-transform: lowercase;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
.header-user-account {
  float: right;
  text-align: right;
  font-size: 12px;
}
.header-user-account-balance {
  padding-top: 5px;
  padding-right: 10px;
}
.header-user-account-balance b,
.header-user-account-balance {
  color: #ffffff;
}
.header-user-account-buttons {
  margin-top: 14px;
  margin-right: 10px;
}
.header-user-account-buttons li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.header-user-account-buttons li > a {
  color: #ffffff;
}
.header-user-account-buttons .button {
  padding: 0 17px;
  height: 37px;
  line-height: 37px;
}
.header__sign{
  height: 40px;
  line-height: 40px;
  width: initial;
  float: right;
  padding: 0 25px;
}
.header__sign + .header__sign{
  margin-right: 10px;
}
.header-search,
.m-search {
  width: 35px;
  float: right;
}
.header-search .icon-search,
.m-search .icon-search {
  display: block;
  margin-top: 25px;
}
.game-roulette {
  width: 40.245%;
  height: 255px;
  background: -webkit-linear-gradient(left, #fd6e3a, #fead46);
  background: linear-gradient(to right, #fd6e3a, #fead46);
}
.game-roulette:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 158px;
  height: 200px;
  background: url(../../img/design/casino-roulette.png) no-repeat;
}
.super-roulette {
  width: 28.3%;
  height: 255px;
  background: -webkit-linear-gradient(right, #529cf8 10%, #7c69f8 100%);
  background: linear-gradient(to left, #529cf8 10%, #7c69f8 100%);
}
.mini-roulette:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 131px;
  height: 200px;
  background: url(../../img/design/nerkincase.png) no-repeat;
}
.mini-roulette {
  width: 28.3%;
  height: 255px;
  background: -webkit-linear-gradient(top left, #1ca9c2 10%, #33e1a4 65%);
  background: linear-gradient(to bottom right, #1ca9c2 10%, #33e1a4 65%);
}
.super-roulette:before {
  content: '';
  width: 131px;
  height: 194px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../../img/design/fan.png) no-repeat;
}
/*.stat_online_count, .stat_drops_count {
  color: #ffd121;
}*/
.gm-container-fz-md h2 {
  font-size: 33px;
  font-size: 27px;
  line-height: 1;
  height: 33px;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.section {
  position: relative;
  padding: 45px;
}
.container-title h2 {
  font-size: 36px;
  font-family: 'HelveticaNeueCyr';
  font-weight: bold;
  padding-bottom: 18px;
}
.container-title p {
  font-family: 'HelveticaNeueCyr';
}
.gr-color {
  color: #3d3d3d;
}
.rub {
  font-size: 22px;
  letter-spacing: -1px;
}
.header-gd-block.Premium{
  position: relative;
  background: -webkit-linear-gradient(top left, #958036, #e6d46a 45%);
  background: linear-gradient(to bottom right, #958036, #e6d46a 45%);
  border-radius: 30px;
  padding-top: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.header-gd-block.Premium:before {
  content: '';
  display: block;
  width: 107px;
  height: 86px;
  background: url(../../img/design/hit.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.header-gd-block.Premium .header-gd-block-caption{
  color: #756933 !important;
}
.header-gd-block.Premium .header-gd-block-title {
  color: #272408;
  opacity: 0.7;
}
.header-gd-block.Silver{
  position: relative;
  background: -webkit-linear-gradient(top left, #747e97 10%, #c4ccd8 90%);
  background: linear-gradient(to bottom right, #747e97 10%, #c4ccd8 90%);
  border-radius: 30px;
}
.header-gd-block.Silver .header-gd-block-caption{
  color: #d7dde9 !important;
}
.header-gd-block.Silver .header-gd-block-title {
  color: #f7faff;
  opacity: 0.7;
}
.header-gd-block.Bronze{
  position: relative;
  background: -webkit-linear-gradient(bottom, #716b66 15%, #5e544b 85%);
  background: linear-gradient(to top, #716b66 15%, #5e544b 85%);
  border-radius: 30px;
}
.header-gd-block.Bronze .header-gd-block-caption{
  color: #a99f96 !important;
}
.header-gd-block.Bronze .header-gd-block-title {
  color: #9d938b;
}
.header-gd-block.Супер{
  position: relative;
  background: -webkit-linear-gradient(right, #529cf8 10%, #7c69f8 100%);
  background: linear-gradient(to left, #529cf8 10%, #7c69f8 100%);
  border-radius: 30px;
}
.plan-price {
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 36px;
}
.pd-bottom-0 {
  padding-bottom: 0;
}
.wh-color {
  color: #ffffff;
}
.btn-md {
  font-weight: 400;
  font-size: 16px;
  border-width: 2px;
}
.col-3 {
  width: 19%;
  float: left;
}
.game-item-catalog-wrapper {
  margin-top: 25px;
  margin-bottom: 50px;
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 400px
}
.game-item-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 0 15px;
  max-width: 290px;
  text-align: left;
  width: 33%;
  height: 100%;
}
.game-item-container-details {
  position: absolute;
  z-index: 9;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  padding: 0 30px;
  box-sizing: border-box;
}
.game-item-container-details .fa{
  font-size: 22px;
  letter-spacing: -1px;
  font-weight: 600;
}
.game-item-container-image {
  width: 100%;
  height: 100%;
  min-height: 150px;
  background: #565454;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.game-item-container-image img {
  min-height: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.game-item-container-name {
  color: #ffffff;
  font-size: 16px;
  padding: 10px 0 15px;
}
.btn-rounded {
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  border-radius: 100%;
}
.game-item-container-details .button {
  position: absolute;
  bottom: 0;
  right: 30px;
}
.game-item-catalog-row {
  margin-bottom: 15px;
}
.game-item-sell {
  position: absolute;
  width: 50px;
  height: 50px;
  color: #fff;
  left: 25px;
  top: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  background: #e30613;
  font-weight: 600;
}
.game-item-catalog-load-more {
  display: block;
  text-align: center;
  margin: auto;
  width: 262px;
  height: 60px;
  line-height: 60px;
  border: 3px solid #cad4de;
  border-radius: 34px;
  color: #cad4de;
  font-size: 18px;
}
.game-item-catalog-load-more:hover {
  background: #e30613;
  color: #ffffff;
  border-color: #e30613 !important;
}
.wrap-withoutfoot {
  min-height: 100%;
  padding-bottom: 168px;
  margin-bottom: -168px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  overflow-x: hidden;
}
.header-col-4 {
  position: relative;
  width: 33.333333%;
  float: left;
}
.erc-title {
  position: relative;
  font-family: 'DSEraserCyr';
  color: #ffffff;
  font-size: 30px;
  text-shadow: #000 0 0 3px;
}
.header-gd-block {
  width: 368px;
  margin-top: 21px;
  margin-bottom: 0;
  background: #ffffff;
  box-shadow: 1px 2px 26px 3px rgba(162, 162, 162, 0.15);
  box-shadow: 1px 2px 22px 13px rgba(73, 73, 73, 0.1);
  border-radius: 20px;
}
.push-1 {
  margin-top: 30px;
}
.header-gd-block-inner {
  padding: 35px;
}
.header-gd-block-title {
  font-size: 24px;
  padding-bottom: 9px;
  color: #ffffff;
}
.header-gd-block-caption {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
}
.eraser_arrow_01:before {
  content: '';
  position: absolute;
  top: 0;
  left: -70px;
  width: 57px;
  height: 134px;
  background: url(../../img/design/eraser_arrow_01.png) no-repeat;
}
.eraser_arrow_02:before {
  content: '';
  position: absolute;
  top: 0;
  right: -90px;
  width: 124px;
  height: 168px;
  background: url(../../img/design/eraser_arrow_02.png) no-repeat;
}
.clover-img {
  float: left;
}
.gd-block-right-caption {
  width: 70%;
  float: right;
}
.gd-block-caption {
  width: 70%;
}
.gd-block-right-caption .header-gd-block-title,
.gd-block-caption .header-gd-block-title {
  color: #363636;
}
.gd-block-right-caption .header-gd-block-title,
.gd-block-caption .header-gd-block-title {
  font-size: 18px;
  color: #363636;
}
.header-gd-block-caption {
  font-size: 12px;
  color: #9e9e9e;
}
.header-item-cat {
  width: 100%;
}
.header-item-cat .header-gd-block-inner {
  padding: 15px 35px;
}
.col-6 {
  width: 50%;
  float: left;
}
.game-chest_name,
.header-item-name {
  display: inline-block;
  color: #7d7d7d;
  width: 80px;
}
.header-item-name {
  width: 77px;
  color: #ffffff;
}
.game-price {
  display: block;
  margin-top: 10px;
  font-size: 30px;
  color: #fff;
  line-height: 0.8;
}
.case-actions-box {
  height: 81px;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.item-price-col,
.item-link {
  width: 50%;
  float: left;
}
.item-price-col {
  padding-top: 25px;
}
.item-link {
  text-align: right;
}
.section-pd {
  padding: 80px 0 45px;
}
.title-md h2 {
  font-size: 30px;
}
.pd-right-none {
  padding-right: 0;
}
.roulette-open-actions{
  height: 81px;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
body .glow-bg {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  /*background: url(../../img/design/shadow.png) center 0 rgba(29, 35, 40, 0.73);*/
  background: radial-gradient(#ffe65a 15%, rgba(255, 230, 90, 0.25) 45%, rgba(255, 230, 90, 0.1) 55%, transparent 72%) center no-repeat, rgba(29, 35, 40, 0.73);
  background-size: 1200px 1000px;
}
.popup-content {
  display: block;
  width: 275px;
  height: 550px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.popup-content-item-image,
.popup-content-item-image img {
  border-radius: 24px;
}
.popup-overlay .popup-content .yl-button {
  font-size: 24px;
  margin-top: 18px;
}
.popup-content-title {
  font-size: 36px;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
}
.popup-action {
  margin-top: 15px;
}
.popup-action a {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  color: #cac3a3;
  text-shadow: 1px 1px 2px #777;
}
.popup-action .rotating-arrow {
  filter: drop-shadow(1px 1px 2px #777);
}
.lottery-code-title.white {
  text-shadow: 1px 1px 2px #777;
}
.popup-take {
  color: #ffed99;
  text-shadow: 1px 1px 2px #777;
}
.win-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  align-items: center;
  overflow: auto;
}
.win-items {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.win-item {
  margin: 15px 2% 20px;
  max-width: 275px;
  min-width: 185px;
  width: 21%;
}
.win-image-container {
  width: 100%;
  background: #565454;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: auto;
}
.win-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.win-title {
  font-size: 30px;
  margin-bottom: 15px;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}
.win-footer{
  width: 275px;
  margin: 15px auto;
  text-align: center;
}
.win-footer .buymodal-btn.button{
  margin: 0 auto 20px;
  line-height: 45px;
  height: 45px;
  font-size: 16px;
}
.plan-container {
  width: 368px;
  height: auto;
  background-size: 100% 100%;
}
.plan-container-inner {
  padding: 40px 35px;
}
.header-item-cat .header-gd-block-title {
  font-size: 22px;
}
.item-radio {
  width: 60px;
  padding-top: 7px;
  float: right;
}
.radio-button input[type=radio] {
  display: none;
  margin: 10px;
}
.radio-button input[type=radio] + label {
  display: inline-block;
  margin: -2px;
}
.radio-button [type=radio]:checked + label {
  background: #48c050;
}
.radio-button [type=radio]:checked + label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 20px;
  opacity: 1;
  background: url(../../img/design/spritesheet.png) no-repeat;
  background-position: -97px -101px;
}
.item-radio input[type=radio] + label {
  cursor: pointer;
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: #cacccf;
  box-shadow: 1px 2px 22px 13px rgba(73, 73, 73, 0.1);
}
.item-radio input[type=radio] + label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  opacity: 0.5;
  background: url(../../img/design/spritesheet.png) no-repeat;
  background-position: -97px -134px;
}
.item-radio input[type=radio] + label:hover {
  background: #48c050;
}
.item-radio input[type=radio] + label:hover:before {
  opacity: 1;
}
.header-buy-item {
  color: #ffffff;
}
/*.item-element-col {
  min-height: 700px;
}*/
.wh-color a > b {
  color: #ffffff !important;
}
.item-element-col-inner {
  padding-top: 30px;
}
.item-header-wrapper {
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
}
.m-top-1 {
  margin-top: 15px;
}
.w-description .header-game-description {
  margin-top: 40px;
  color: #bbbcc0;
}
.gd-block-text {
  float: left;
  padding-top: 20px;
  color: #9e9e9e;
  font-size: 12px;
}
.roulette-full-width {
  right: -270px;
  width: 144.5%;
}
.w-100 {
  width: 100%;
}
#tabs {
  margin-top: 20px;
}
#tabs .ui-tabs-nav {
  margin-bottom: 15px;
}
#tabs .ui-tabs-nav li {
  display: inline-block;
  vertical-align: middle;
}
#tabs .ui-tabs-nav li:not(:last-child) {
  margin-right: 20px;
}
#tabs .ui-tabs-nav li a {
  font-size: 20px;
  color: #a6a8ad;
  font-family: 'HelveticaNeueCyr';
  font-weight: bold;
}
#tabs li.ui-state-active {
  padding: 15px 33px;
  border-radius: 26px;
  background: #dbdde1;
}
#tabs li.ui-state-active a {
  color: #3d3d3d;
}
header.ac-bg {
  background: url(../../img/design/assassins-creed-bg.png) top center no-repeat;
}
.prev-page {
  color: #ffffff;
}
.prev-page:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 17px;
  background: url(../../img/design/spritesheet.png);
  background-position: -97px -170px;
}
.bl-prev {
  font-family: 'HelveticaNeueCyr';
  font-weight: bold;
  color: #246aa5;
}
.bl-prev:before {
  background-position: -67px -171px !important;
}
.item-platform_genere_block {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  color: #ffffff;
}

@font-face {
  font-family: iconic; src: url(../fonts/iconic.eot);
  src: url(../../fonts/iconic.eot?#iefix) format("eot"), url(../../fonts/iconic.woff) format("woff"), url(../../fonts/iconic.ttf) format("truetype"), url(../../fonts/iconic.svg#iconic) format("svg");
}
i.genre-icon {
  display: flex;
  align-items: center;
}
.genre-icon:before{
  font-family: iconic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  content: "";
  font-size: 34px;
}
.genre-icon:after{
  content: "Прочее";
  font-weight: 600;
  margin-left: 10px;
  font-size: 16px;
}
.genre-icon.action:before{
  content: "";
}
.genre-icon.action:after{
  content: "Экшн";
}
.genre-icon.rpg:before{
  content: "";
}
.genre-icon.rpg:after{
  content: "RPG";
}
.genre-icon.sandbox:before{
  content: "";
}
.genre-icon.sandbox:after{
  content: "Головоломки";
}
.genre-icon.strategy:before{
  content: "";
}
.genre-icon.strategy:after{
  content: "Стратегии";
}
.genre-icon.racing:before{
  content: "";
}
.genre-icon.racing:after{
  content: "Гонки";
}
.genre-icon.sport:before{
  content: "";
}
.genre-icon.sport:after{
  content: "Спорт";
}
.genre-icon.simulators:before{
  content: "";
}
.genre-icon.simulators:after{
  content: "Симуляторы";
}
.sword {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  background: url(../../img/design/sword.png);
}
.container .gr-color a {
  color: #a3a2a2;
}
.item-title,
.m-title {
  font-size: 24px;
  color: #3a3a3a;
  font-weight: 600;
}
.input-col-6 {
  width: 50%;
  float: left;
}
.input-col-6 input {
  width: 95%;
}
.input-right input {
  float: right;
}
.form-submit {
  float: left;
  margin-top: 20px;
}
.form-submit input {
  padding-left: 40px;
  padding-right: 125px;
  border-radius: 30px;
  background: url(../../img/design/input-arrow.png) 90% center no-repeat #64ba42;
}
.btn-red {
  background: #e30613;
  border: 3px solid #e30613;
}
.btn-red:hover {
  background: #cc0513;
  border: 3px solid #cc0513;
}
@keyframes coin-rotate{
  from{
    transform: rotate(0)
  }
  to{
    transform: rotate(360deg)
  }
}
.inner-page-header {
  height: auto;
  padding-bottom: 10px;
}
.inner-page-header:after {
  content: '';
  clear: both;
  display: table;
}
.nav-inner {
  float: right;
}
.container .nav-inner ul li > a {
  font-family: 'HelveticaNeueCyr';
  font-weight: bold;
  color: #a9b2ba;
  font-size: 14px;
}
.container .nav-inner ul li > a:hover,
.container .nav-inner ul li > a.active-link {
  color: #1d639e;
}
.container-nav {
  padding: 40px 0 20px;
}
/*.container-text {
  font-family: 'HelveticaNeueCyr';
}*/
.container-text .m-title {
  display: block;
  margin: 20px 0;
}
.text-md {
  font-size: 16px;
}
.m-container {
  margin-bottom: 90px;
}
.image_404 {
  width: 697px;
  height: 243px;
  display: inline-block;
  margin-bottom: 45px;
  background: url(../../img/design/image404.png);
}
.container-404 {
  padding: 100px 0;
  text-align: center;
}
.container-404 a {
  color: #1469b1;
  text-decoration: underline;
}
.blue {
  color: #1469b1;
}
.container-404__title {
  font-size: 38px;
  color: #363636;
  line-height: 1;
}
.container-404-content {
  font-size: 20px;
  line-height: 60px;
  color: #363636;
}
.qa-image-01 {
  background: url(../../img/design/howtobuy/image01.png) no-repeat;
}
.qa-image-02 {
  background: url(../../img/design/howtobuy/image02.png) no-repeat;
}
.qa-image-03 {
  background: url(../../img/design/howtobuy/image03.png) no-repeat;
}
.qa-image-04 {
  background: url(../../img/design/howtobuy/image04.png) no-repeat;
}
.qa-image-05 {
  background: url(../../img/design/howtobuy/image05.png) no-repeat;
}
.qa-buy-block-inner {
  padding: 30px;
  color: #ffffff;
}
.qa-buy-block {
  width: 371px;
  height: 287px;
  float: left;
}
.qa-buy-block-section {
  width: 85%;
}
.qa-buy-num {
  font-size: 30px;
}
.qa-buy-block-title {
  font-size: 30px;
  line-height: 40px;
  font-family: 'HelveticaNeueCyr';
  font-weight: bold;
}
.qa-buy-block-header-section {
  min-height: 130px;
}
.qa-block-row {
  margin-top: 20px;
}
.qa-block-row:after {
  content: '';
  clear: both;
  display: table;
}
.qa-buy-block {
  margin-bottom: 20px;
}
.qa-block-row .qa-buy-block:not(:nth-child(3n)) {
  margin-right: 12.3px;
}
.qa-buy-block-caption a {
  color: #fff !important;
  text-decoration: underline;
}
.qa-buy-block .button {
  margin-top: 90px;
  display: inline-block;
  max-width: 262px;
  width: 100%;
  box-sizing: border-box;
  height: 74px;
  color: #cad4de;
  font-size: 18px;
  text-align: center;
  line-height: 68px;
  padding: 0;
  border: 3px solid;
  border-radius: 34px;
}
.qa-buy-block .button:hover {
  color: #ffffff;
}
.qa-block-button {
  text-align: center;
}
.open_side-menu,
.close_menu,
.responsive-block {
  display: none;
}
.user-id-title * {
  display: inline-block;
}
.user-id {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #a9b2ba;
  margin-left: 5px;
}
.user-account-container {
  margin-top: 25px;
}
.gray-color {
  color: #a9b2ba;
}
.dk-color {
  color: #8a8a8a;
}
.profile-link,
.und-link {
  display: block;
  margin-top: 10px;
  color: #a9b2ba;
  text-decoration: underline;
  -webkit-transition: color 0.28s ease-in-out;
  transition: color 0.28s ease-in-out;
  font-size: 13px;
}
.profile-link:hover,
.und-link:hover {
  color: #71787e;
}
.mail-sending-box {
  width: 100%;
  border-radius: 25px;
  background: #297dc3;
  box-shadow: 0 2px 26px 3px rgba(194, 197, 205, 0.1);
}
.mail-sending-box-inner {
  padding: 26px 30px 11px 30px;
}
.mail-sending-box input,
.payment-form input {
  vertical-align: middle;
  height: 48px;
}
.mail-sending-box input:not([type="submit"]),
.payment-form input:not([type="submit"]) {
  border-radius: 34px;
  /*background: #ffffff;*/
  width: 100%;
}
.withdraw .input.err {
  border: 2px solid red;
}
.user-form-box {
  display: flex;
  justify-content: space-between;
}
.mail-sending-box input[type="submit"],
.payment-form input[type="submit"] {
  font-size: 14px;
  color: #363636;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  width: 19.5%;
  border-radius: 24px;
  background: #ffde00;
  line-height: 8px;
  margin-left: 5px;
}
.partner .m-title{
  margin-top: 50px;
}
.partner-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 25px;
  background: #ffffff;
  box-shadow: 0 2px 26px 3px rgba(194, 197, 205, 0.1);
  padding: 30px 20px;
  margin: 30px 0;
}
.partner-header-info{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  font-size: 15px;
}
.partner-header-info > span {
  display: inline-block;
  margin-right: 15px;
}
.partner-sending-box-box {
  display: flex;
  justify-content: space-between;
}
.partner-sending-box-inner {
  width: 49%;
  box-sizing: border-box;
}
.partner-form-box{
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px;
}
.partner__note {
  color: #d8d8d8;
}
.partner .message {
  margin-top: 15px;
}
.mail-sending-box .partner-form-box .partner-info__input{
  border-radius: 34px;
  background: #ffffff;
  width: 48%;
}
.mail-sending-box .partner-form-box .partner-info__input-long{
  width: 74%;
}
.partner-form-box .button {
  width: 130px;
  padding: 0;
  height: 48px;
  line-height: 45px;
}
.partner-30{
  margin-bottom: 30px;
}
.partner .mail-sending-box{
  padding: 30px;
  box-sizing: border-box;
}
.withdraw-form{
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  width: 600px;
}
.withdraw-form input[type="radio"]{
  width: 15px;
  height: 15px;
  margin: 0 5px;
}
.withdraw-radios {
  margin: 0 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.withdraw-subtitle {
  font-size: 15px;
  margin: 15px 0;
}
.withdraw-cols{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.withdraw-col{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 0
}
.withdraw-cols input[type="radio"] {
  display: none;
}
.withdraw-col label {
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
.withdraw-col label:hover{
  opacity: 0.8;
}
.withdraw-form input[type="radio"]:checked + label{
  opacity: 1;
}
.withdraw-form input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
}
.withdraw-types{
  display: flex;
  justify-content: space-between;
  padding: 5px 0 0;
}
.withdraw-col .radio-payment-img {
  margin-right: 0;
}
.withdraw-attention{
  padding: 15px 20px;
  border-radius: 25px;
  background: #ffb932;
  color: #3d3d3d;
  line-height: 1.3;
  width: calc(100% - 630px);
  box-sizing: border-box;
  text-align: center;
}
.withdraw-attention-title{
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px;
}
.withdraw_status-1 {
  color: #00a500;
}
.withdraw-header {
  text-align: left;
  font-size: 20px;
}
.withdraw_money{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 30px 0 15px;
}
.dropdown {
  margin-bottom: 15px;
  background: linear-gradient(#fff 35px,#85b8da 35px);
  border-radius: 25px;
}
.dropdown__header {
  display: flex;
  min-height: 35px;
  align-items: center;
  padding: 10px 20px;
  padding-right: 60px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 25px;
  background: #ffffff;
  font-weight: 400;
  box-shadow: 0 2px 26px 3px rgba(194, 197, 205, 0.1);
  transition: 0.3s;
}
.dropdown__header:after {
  position: absolute;
  display: block;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 30px;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  color: #72b9da;
}
.dropdown__header.active:after {
  margin-top: -3px;
  content: "\f106";
}
.dropdown__header .fa {
  margin-right: 10px;
  font-size: 25px;
}
.dropdown__content {
  display: none;
  padding: 15px 20px;
}
.dropdown__header_section {
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 18px;
  justify-content: center;
}
ul.pagination {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  flex-wrap: wrap;
  font-size: 12px;
}
ul.pagination li {
  margin: 5px;
  background: #dcdcdc;
  border-radius: 15px;
  transition: 0.3s;
}
ul.pagination li:hover:not(.disabled),
ul.pagination li.active {
  background: red;
}
ul.pagination li.disabled {
  opacity: 0.2;
}
ul.pagination a {
  padding: 5px 10px;
  display: block;
  color: #4e4e4e;
}
ul.pagination li:hover:not(.disabled) a,
ul.pagination li.active a {
  color: #fff;
}
ul.pagination li.disabled a{
  cursor: default;
}
.mail-sending-box input[type="submit"]{
  width: 22%;
  margin-bottom: 15px;
  margin-left: 0;
}
.mail-sending-box-title {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 15px;
}
.payment-form-title {
  font-size: 36px;
  /*color: #fff;*/
  line-height: 1;
  margin: 15px 0 0;
}
.wh-block {
  border-radius: 25px;
  background: #ffffff;
  box-shadow: 0 2px 26px 3px rgba(194, 197, 205, 0.1);
}
.user-account-history-block {
  padding: 18.5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user-account-history-block:nth-child(odd) {
  border-radius: 25px;
  background: #ffffff;
  box-shadow: 0 2px 26px 3px rgba(194, 197, 205, 0.1);
}
.user-account-history-block:after {
  content: '';
  clear: both;
  display: table;
}
.user-account-history-block b {
  display: block;
}
.user-account-col-2 {
  position: relative;
  width: 15%;
  text-align: center;
}
.user-account-history-block .user-account-col:first-child,
.user-account-history-header .user-account-col:first-child {
  text-align: center;
  width: 15%;
  flex-grow: 1;
}
.user-account-history-header {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #a9b2ba;
  font-size: 16px;
}
.user-account-col {
  position: relative;
  width: 25%;
  flex-grow: 2;
}
.user-account-col:first-child {
  width: 15%;
  flex-grow: 1;
}
.user-partner-table .user-account-col {
  text-align: center;
  width: 25%;
}
.user-partner-table .user-account-col:first-child {
  text-align: left;
  padding-left: 35px;
  box-sizing: border-box;
}
.user-partner-level .user-account-col {
  text-align: center;
  width: 20%;
}
.user-partner-level .user-account-history-block{
  background: #ade306;
  border-radius: 25px;
  color: #000017;
  font-size: 22px;
}
.user-account-col.noitems {
  width: 100% !important;
}
.user-account-col .icon-steam {
  background: none;
  width: auto;
  height: auto;
  font-family: Font Awesome\ 5 Brands;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #4e5d7f;
  font-size: 23px;
}
.user-account-col .icon-steam:before {
  content: "\f3f6";
}
.user-account-col .icon-other:before {
  font-family: iconic;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  content: "";
  font-size: 28px;
  font-variant: normal;
  text-decoration: none;
}
.pseudo-circle:after {
  content: '';
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: #e7ecf0;
}
.pseudo-circle.green, .pseudo-circle.red, .pseudo-circle.yellow, .pseudo-circle.grey {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  text-align: right;
  align-items: center;
}
@media (max-width: 992px) {
  .pseudo-circle.green, .pseudo-circle.red, .pseudo-circle.yellow, .pseudo-circle.grey {
    display: block;
    text-align: left;
  }
  .user-account-history-block .user-account-col:first-child, .user-account-history-header .user-account-col:first-child {
    width: 40%;
    text-align: left;
  }
}
.pseudo-circle.green:after,
.pseudo-circle.red:after,
.pseudo-circle.yellow:after,
.pseudo-circle.grey:after{
  position: static;
  margin: 0 15px 0 0;
}
.pseudo-circle.green:after {
  background: #4ec800;
}
.pseudo-circle.red:after {
  background: #ef403b;
}
.pseudo-circle.yellow:after {
  background: #ffb932;
}
.user-account-history .m-title {
  margin-bottom: 30px;
}
.message {
  clear: both;
  padding: 10px;
  text-align: center;
  border: 3px solid;
  border-radius: 45px;
  color: #a4acb4;
  box-shadow: 0 2px 26px 3px rgba(194, 197, 205, 0.1);
}
.message .fa {
  margin-right: 7px;
}
.message.alert {
  background: rgb(249, 202, 205);
  border-color: #e30613;
  color: #e30613;
}
.message.success {
  background: rgb(255, 255, 255);
  border-color: #48c050;
  color: #48c050;
}
.message--profil {
  position: absolute;
  top: 125%;
  left: 0;
  right: 0;
  background: #8d2b40;
}
.attention {
  text-align: center;
  line-height: 1.2;
  border: 1px solid #c5582d;
  padding: 10px;
  border-radius: 5px;
  max-width: 600px;
  margin: 15px auto;
  clear: both;
}
.mb-15{
  margin-bottom: 15px;
}
.cl{
  clear: both;
}
.hide{
  display: none;
}
.popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: rgba(35, 55, 73, 0.95);
}
.popup-overlay.active {
  display: block;
}
.modal__wrapper {
  display: none;
}
.modal {
  max-width: 466px;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  margin: auto;
  background: #ffffff;
  box-shadow: 0 2px 26px 3px rgba(194, 197, 205, 0.1);
  border-radius: 25px;
}
.modal.w-715{
  max-width: 715px;
}
.modal-inner {
  padding: 40px 50px;
}
.modal-title {
  font-size: 48px;
  line-height: 55px;
  color: #363636;
}
.modal-caption {
  padding: 5px 0 15px 0;
  color: #a4acb4;
}
.modal-item-details li {
  font-size: 19px;
}
.modal-item-details li:not(:last-child) {
  margin-bottom: 10px;
}
.modal-item-details li > span {
  font-family: 'HelveticaNeueCyr';
  font-weight: bold;
  display: inline-block;
  width: 100px;
  color: #a3abb2;
}
.modal-item-details li > b {
  color: #393939;
}
.modal .yl-button {
  width: 80%;
  margin: 20px auto;
}
.modal .continue{
  line-height: 41px;
  height: 45px;
  margin: 15px auto 0;
  display: block;
}
.auth-modal-btns{
  text-align: center;
}
.auth-modal-btns .button-yet {
  width: 250px;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-block;
  margin: 15px 0 0;
  text-align: center;
  line-height: 18px;
  height: 42px;
  padding: 10px 0;
}
.und-link {
  text-align: center;
}
.close-bg{
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: block;
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
}
.modal-steve-bg {
  max-width: 510px;
  background: url(../../img/design/steve_bg.png) center 110% #ffffff no-repeat;
}
.modal-steve-bg .modal-title {
  font-size: 60px;
  line-height: 70px;
}
.modal-steve-bg .modal-inner {
  padding-bottom: 320px;
}
.modal-steve-bg .modal-inner .modal-caption {
  width: 90%;
  color: #363636;
}
.modal-steve-bg .modal-inner .button {
  font-size: 20px;
  text-align: left;
}
.payment-modal {
  max-width: 715px;
  top: 3%;
  height: 94%;
  overflow: hidden;
  max-height: 925px;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
.payment-modal-title{
  font-size: 18px;
  margin: 0 0 15px;
  text-align: center;
  color: #363636;
}
.payment-modal .modal-caption{
  padding: 0;
  padding-left: 15px;
}
.payment-scroll-box {
  width: 100%;
  overflow: auto;
  max-height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 25px;
  box-shadow: 0 2px 26px 3px rgba(194, 197, 205, 0.1);
}
.payment-modal .modal-inner{
  background: #fff;
  padding: 15px 30px;
  border-radius: 25px 25px 0 0;
}
.payment-caption{
  padding: 10px 0 20px;
  /*color: #fff;*/
  clear: both;
}
.payment-radio {
  margin-top: 15px;
}
.payment-radio input[type=radio] + label {
  cursor: pointer;
  position: relative;
  width: 95%;
  border-radius: 30px;
  border: 2px solid #e9edf2;
  padding-left: 15px;
  opacity: 0.5;
  height: 45px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.payment-radio input[type=radio] + label b {
  display: block;
}
.payment-radio input[type=radio] + label span.d {
  font-size: 80%;
  position: relative;
  top: -5px;
}
.payment-radio input[type=radio] + label:before {
  display: none;
}
.payment-radio [type=radio]:checked + label {
  background: transparent;
  opacity: 1;
  border: 2px solid #5fb49e;
}
.payment-radio [type=radio]:checked + label:before {
  display: none;
}
.payment-radio input[type=radio] + label:hover {
  border: 2px solid #5fb49e;
}
.webmoney-currency-radio {
  width: 100%;
  float: left;
  margin: 15px 0;
}
.webmoney-currency-radio-block input[type=radio] + label {
  cursor: pointer;
  position: relative;
  width: 20.5%;
  float: left;
  margin-right: 8px;
  border-radius: 30px;
  background: #e9edf2;
  color: #c6cbd2;
  border: 0;
  text-align: center;
  font-size: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.webmoney-currency-radio-block input[type=radio] + label:before {
  display: none;
}
.webmoney-currency-radio-block [type=radio]:checked + label {
  background: -webkit-linear-gradient(right, #55b7ad, #6bb18d);
  background: linear-gradient(to left, #55b7ad, #6bb18d);
  color: #ffffff;
  border: 0;
}
.webmoney-currency-radio-block [type=radio]:checked + label:before {
  display: none;
}
.webmoney-currency-radio-block input[type=radio] + label:hover {
  background: -webkit-linear-gradient(right, #55b7ad, #6bb18d);
  background: linear-gradient(to left, #55b7ad, #6bb18d);
  color: #ffffff;
}
.radio-payment-text {
  display: inline-block;
  vertical-align: middle;
}
.payment-col-title {
  font-size: 16px;
}
.payment-col {
  width: 33.333%;
  float: left;
}
.radio-payment-img {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background: url(../../img/design/payment_icons/nerkin_pays.png) no-repeat;
}
.radio-payment-img.wm{
  background-position: 0 0;
  width: 27px;
  height: 27px;
}
.radio-payment-img.qiwi{
  background-position: 0 -27px;
  width: 27px;
  height: 30px;
}
.radio-payment-img.yandex{
  background-position: 0 -60px;
  width: 28px;
  height: 35px;
  position: relative;
  top: -2px;
}
.radio-payment-img.bitcoin{
  background-position: -2px -97px;
}
.radio-payment-img.adv{
  background-position: -1px -124px;
}
.radio-payment-img.payeer{
  background-position: -1px -151px;
}
.radio-payment-img.liqpay{
  background-position: -30px -152px;
}
.radio-payment-img.sber{
  background-position: -30px -0px;
}
.radio-payment-img.alfa{
  background-position: -31px -27px;
  height: 38px;
}
.radio-payment-img.mts{
  background-position: -30px -70px;
}
.radio-payment-img.bee{
  background-position: -30px -97px;
}
.radio-payment-img.megafon{
  background-position: -30px -124px;
}
.radio-payment-img.tele2{
  background-position: -1px -176px;
  width: 30px;
  height: 14px;
  margin-right: 10px;
}
.radio-payment-img.other{
  background-position: -1px -194px;
  width: 49px;
  height: 21px;
  margin-right: 2px;
  margin-left: -8px;
}
.payment-form {
  border-radius: 0 0 20px 20px;
  background: url(../../img/design/modal-bg_02.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.payment-form.border-radius {
  border-radius: 20px;
}
.payment-form-inner {
  padding: 15px 28px;
}
.modal-inner{
  padding-left: 30px;
  padding-right: 30px;
}
.modal .payment-input-col {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 15px;
}
.modal .payment-input-col input {
  width: calc(50% - 14px);
  height: 45px;
  border-radius: 50px !important;
  padding: 10px 17px;
  line-height: 1.4;
}
#input_add_balance.p-error{
  border: 2px solid red;
}
.modal .payment-input-col input[type="submit"] {
  color: #ffffff;
  background: #a8d050;
  border: none;
  /*text-align: left;*/
  /*background: url(../../img/design/arrow.png) 90% #e30613 no-repeat;*/
}
.modal .payment-input-col input::-webkit-input-placeholder {
  color: #c8cdd2;
}
.modal .payment-input-col input::-moz-placeholder {
  color: #c8cdd2;
}
.modal .payment-input-col input:-ms-input-placeholder {
  color: #c8cdd2;
}
.modal .payment-input-col input:-moz-placeholder {
  color: #c8cdd2;
}
.payment-form .checkmark_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.checkmark_block {
  float: left;
  display: block;
  position: relative;
  color: #ffffff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.checkmark_block a {
  color: #ffffff;
  text-decoration: underline;
  position: relative;
}
.checkmark_block input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none;
}
.checkmark {
  display: inline-block;
  height: 14px;
  width: 14px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  margin-right: 5px;
  position: relative;
}
.checkmark_block:hover input ~ .checkmark {
  border: 2px solid #ffffff;
}
.checkmark_block input:checked ~ .checkmark {
  background-color: transparent;
}
.checkmark_block input.p-error ~ .checkmark {
  border-color: red;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkmark_block input:checked ~ .checkmark:after {
  display: block;
}
.checkmark_block .checkmark:after {
  left: 2px;
  right: 2px;
  bottom: 2px;
  top: 2px;
  margin: auto;
  background: #ffffff;
  border-radius: 100%;
}
.checkbox-text {
  /*display: inline-block;
  width: 205px;*/
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.luck-modal {
  background: transparent;
  text-align: center;
  box-shadow: none;
}
.luck-modal .modal-inner {
  padding: 0;
}
.luck-modal .close-cross {
  top: 0;
  right: 0;
}
.luck-modal .modal-title {
  font-size: 36px;
  color: #ffffff;
}
.luck-modal .yl-button {
  width: 260px;
  padding: 24px 0;
}
.luck-radio {
  width: 33.333333%;
  float: left;
  margin: 15px 0;
}
.luck-radio input[type=radio] + label {
  cursor: pointer;
  position: relative;
  width: 138px;
  height: 138px;
  line-height: 138px;
  border-radius: 100%;
  font-size: 40px;
  color: #ffffff;
  background: rgba(202, 204, 207, 0.9);
  opacity: 1;
  border: 0;
}
.luck-radio input[type=radio] + label b {
  display: block;
}
.luck-radio input[type=radio] + label:before {
  display: none;
}
.luck-radio [type=radio]:checked + label {
  background: #2db035;
  opacity: 1;
}
.luck-radio [type=radio]:checked + label:before {
  display: none;
}
.luck-radio input[type=radio] + label:hover {
  border: 0;
}
.b-color {
  color: #3a3a3a;
}
.yl-button.gr-button {
  color: #ffffff;
  background-color: #64ba42;
  font-size: 24px;
}
.yl-button.gr-button:hover {
  background-color: #87e066;
}
#tabs-payment ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#tabs-payment ul li {
  width: 234px;
  display: inline-block;
  border-radius: 60px;
  background: #ebeff4;
  margin-bottom: 20px;
}
#tabs-payment ul li a {
  padding: 12px;
}
/*#tabs-payment ul li:not(:last-child) {
  margin-right: 10px;
}*/
#tabs-payment ul li.ui-state-active {
  background: -webkit-linear-gradient(right, #46bbc5, #6cb28a);
  background: linear-gradient(to left, #46bbc5, #6cb28a);
}
#tabs-payment ul li.ui-state-active a {
  color: #ffffff;
}
#tabs-payment ul li a {
  display: block;
  color: #c6cbd2;
}
#tabs-payment ul li b {
  font-size: 20px;
  line-height: 25px;
  display: block !important;
}
#tabs-payment ul li a:before {
  content: '';
  float: left;
  margin-left: 23px;
  margin-right: 15px;
  background: url(../../img/design/spritesheet.png) no-repeat;
}
#tabs-payment ul li.digseller a:before {
  background-position: -4px -158px;
  width: 43px;
  height: 41px;
}
#tabs-payment ul li.digseller.ui-state-active a:before {
  background-position: -4px -109px;
}
#tabs-payment ul li.freekassa a:before {
  background-position: -54px -204px;
  width: 43px;
  height: 44px;
}
#tabs-payment ul li.freekassa.ui-state-active a:before {
  background-position: -4px -204px;
}
.d-iblock {
  display: inline-block;
  vertical-align: middle;
}
.d-block {
  display: block;
}

/* RESPONSIVE STYLES */
@media (max-width: 1335px) {
  .eraser_arrow_01:before,
  .eraser_arrow_02:before {
    display: none;
  }
}

@media (max-width: 1199px) {
  .account-login__button{
    padding: 0;
    width: 37px;
  }
  /*.account-login__button-text{
    display:none;
  }*/
  .account-login__icon {
    margin-left: 0;
  }
}

@media (min-width: 275px) and (max-width: 1199px) {
  .game-item-catalog-row {
    margin-bottom: 0;
  }
  .game-item-container {
    max-width: unset;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .game-item-cat .container {
    width: 100%;
  }
  .container {
    width: 992px;
  }
  nav ul.header-navigation li:not(:last-child),
  nav ul.footer-navigation li:not(:last-child) {
    margin-right: 7px;
  }
  .header-navigation-u li:not(:last-child) {
    margin-right: 8px;
  }
  .header-gd-block {
    width: 100%;
  }
  .erc-title {
    line-height: 40px;
    font-size: 25px;
  }
  .qa-buy-block {
    width: 32.333%;
    float: left;
    background-size: 100%;
  }
  .qa-block-row .qa-buy-block:not(:last-child) {
    margin-right: 1.5%;
  }
  .qa-buy-block-header-section {
    min-height: 100px;
  }
  .qa-buy-block {
    width: 33.333%;
    float: left;
    margin-right: 0 !important;
    background-position: center;
    background-size: 98% 98%;
  }
  .qa-buy-block-header-section {
    min-height: 120px;
  }
}
@media (max-width: 992px) {
  .pseudo-circle::after {
    display: none;
  }
  .pseudo-circle.green {
    color: #286600
  }
  .pseudo-circle.yellow {
    color: #885a00
  }
  .pseudo-circle.red {
    color: #680300
  }
  .pseudo-circle.grey {
    color: #286600
  }
}
@media (max-width: 1049px) {
  .bottom-navigation__icon {
    margin-right: 10px;
  }
  .bottom-navigation__li+.bottom-navigation__li{
    margin-left: 15px;
  }
}

@media (min-width: 768.1px) and (max-width: 992px) {
  .container {
    width: 768px;
  }
  .header-user-section {
    width: 30%;
  }
  .header-navigation-u li i {
    margin-right: 6px;
  }
  nav ul.header-navigation li > a,
  nav ul.footer-navigation li > a {
    font-size: 11.5px;
  }
  nav ul.header-navigation li:not(:last-child),
  nav ul.footer-navigation li:not(:last-child) {
    margin-right: 2px;
  }
  .header-user-avatar {
    width: 40px;
    height: 40px;
  }
  .header-user-avatar img {
    width: 100%;
  }
  .header-user-account-buttons .button {
    padding: 0 11px;
    font-size: 11px;
  }
  .header-navigation-u li b {
    font-size: 12.5px;
  }
  .header-navigation-u li:not(:last-child) {
    margin-right: 8px;
  }
  .header-logo img {
    width: 92%;
  }
  .premium-text {
    width: 70%;
  }
  nav ul.footer-navigation li {
    margin-left: 10px;
  }
  .header-gd-block {
    width: 100%;
  }
  .header-game-description {
    padding-right: 0;
  }
  .erc-title {
    line-height: 40px;
  }
  .header-item-cat .header-gd-block-inner {
    padding: 15px 13px;
  }
  .header-gd-block-inner {
    padding-left: 13px;
    padding-right: 13px;
  }
  .header-item-cat .header-gd-block-title {
    font-size: 18px;
  }
  .gd-block-right-caption .header-gd-block-title,
  .gd-block-caption .header-gd-block-title {
    font-size: 14px;
  }
  .clover-img {
    width: 50px;
  }
  .clover-img img {
    width: 100%;
  }
  .qa-buy-block {
    width: 50%;
    float: left;
    margin-right: 0 !important;
    background-position: center;
    background-size: 97% 97%;
  }
  .qa-buy-block-header-section {
    min-height: 100px;
  }
  /*
  .user-account-history-block .user-account-col:first-child,
  .user-account-history-header .user-account-col:first-child {
    text-align: left;
  }
  */
  .user-account-col {
    width: 100%;
    display: block;
  }
  .user-account-history-header {
    display: none;
  }
  .user-account-history-block {
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 0 2px 26px 3px rgba(194, 197, 205, 0.1);
    margin-bottom: 20px;
    padding: 16px 12px;
  }
  .user-account-history-block.yellow {
    background: #ffd121;
  }
  .tb-cell:before {
    content: attr(data-title);
    font-size: 16px;
    color: #8a9eaf;
    display: block;
    padding-bottom: 5px;
  }
  .tb-cell {
    /*padding: 0 20px;
    margin-bottom: 10px;*/
    padding: 0 0 0 20px;
  }
  .game-item-cat .container {
    width: 100%;
  }
  .game-item-container.chest-loot .game-item-container-details .button {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .game-item-container {
    width: 33%;
  }
  .game-item-container-name {
    font-size: 14px;
    padding-bottom: 0;
  }
  /*CASE INDEX*/
  .erc-title {
    font-size: 25px;
  }
  .header__case .header-gd-block {
    /*width: 315px;*/
    border-radius: 15px;
    /*min-height: 224px;*/
    margin-top: 15px;
  }
  .header-game-description {
    width: 100%;
    padding-top: 20px;
  }
  .header__case .header-game-description {
    width: 100%;
    padding-top: 0;
  }
  .lucky-button {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
  }
  .case-actions-box {
    padding-right: 95px;
    position: relative;
  }
  .lucky-ok {
    display: block;
  }
  .section-pd {
    padding: 25px 0;
  }
  /*CASE INDEX END*/
}

@media (max-width: 900px) {
  .win-title {
    font-size: 20px;
  }
  .win-content{
    display: block;
    overflow: auto;
  }
  .win-item {
    width: 45%;
  }
  .win-items {
    flex-wrap: wrap;
  }
  .win-footer{
    margin: 15px auto;
  }
  .game-item-container {
    /*    max-width: 33%;*/
    width: 33%;
  }
}
@media (max-width: 768px) {
  .topline{
    padding: 0 10px;
  }
  .account-info__content{
    text-align: center;
  }
  .account-info__bottom{
    justify-content: center;
    flex-direction: column;
  }
  .account-info__button{
    margin-right: 0;
    margin-bottom: 10px;
    padding: 0 15px;
    font-size: 10px;
  }
  .account-info__avatar {
    width: 60px;
    height: 60px;
    margin-left: 10px;
  }
}
@media /*(min-width: 275px) and*/ (max-width: 768px) {
  /*CASE INDEX*/
  .erc-title {
    font-size: 25px;
  }
  .header__case .header-gd-block {
    border-radius: 15px;
    margin-top: 15px;
  }
  .lucky-button {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
  }
  .case-actions-box {
    padding-right: 95px;
    position: relative;
  }
  .lucky-ok {
    display: flex;
  }
  .section-pd {
    padding: 25px 0;
  }
  /*CASE INDEX END*/
  .container-title {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .container-title-goods {
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .container {
    width: 100%;
  }
  header {
    position: relative;
    z-index: 999;
    background-size: cover;
    height: auto;
  }
  header:after {
    content: '';
    clear: both;
    display: table;
  }
  .top-navigation__ul a{
    font-size:9px;
  }
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .responsive_menu {
    position: fixed;
    padding: 20px;
    z-index: 9999;
    top: 0;
    left: -200%;
    background: #2469a4;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .responsive_menu nav,
  .responsive_menu {
    width: 240px;
  }
  .responsive_menu nav ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  nav ul.header-navigation li > a {
    font-size: 14px;
  }
  .close_menu {
    display: block;
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9999;
  }
  .open-menu {
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .open_side-menu {
    display: block;
    color: #ffffff;
    font-size: 35px;
    margin-left: 20px;
  }
  .header-logo,
  .header-user-section,
  .open-side-menu-col {
    width: 33.333%;
    float: left;
  }
  .header-user-section .header-user-account-balance {
    display: none;
  }
  .header-user-account-buttons {
    display: none;
  }
  .col-50 {
    width: 50%;
    float: left;
  }
  .responsive-block {
    display: block;
    padding: 0 20px;
    margin-top: 65px;
  }
  .responsive-block:before,
  .responsive-block:after {
    content: '';
    clear: both;
    display: table;
  }
  .responsive-block * {
    color: #ffffff;
  }
  .responsive-block * {
    vertical-align: middle;
    display: inline-block;
  }
  .header-logo {
    text-align: center;
  }
  .header-user-avatar {
    margin-right: 15px;
  }
  .sm-push {
    margin-right: 2.6% !important;
  }
  body .game-item-catalog-row .sm-push-none {
    margin-right: 0 !important;
  }
  nav ul.footer-navigation {
    text-align: center;
  }
  nav ul.footer-navigation li {
    text-align: center;
    margin-bottom: 10px;
  }
  .header__case .header-gd-block {
    width: 100%;
  }
  .header-col-4 {
    width: 55%;
    margin: auto;
    float: none;
  }
  .push-1 {
    padding-top: 300px;
  }
  .item-element-col-inner {
    padding-top: 0;
  }
  .item-element-col {
    min-height: auto;
  }
  .item-header-wrapper {
    padding: 40px 0;
  }
  #tabs/*,
  .game-item-catalog-wrapper */{
    width: 100%;
    margin: auto -10px;
  }
  /*.erc-title {
    line-height: 40px;
  }*/
  .qa-buy-block {
    width: 50%;
    float: left;
    margin-right: 0 !important;
    background-position: center;
    background-size: 97% 97%;
  }
  .qa-buy-block-header-section {
    min-height: 120px;
  }
  .qa-buy-block-section {
    width: 100%;
  }
  .qa-buy-block-title {
    font-size: 23px;
  }
  .qa-buy-block-caption {
    font-size: 13px;
  }
  .user-account-history-block .user-account-col:first-child,
  .user-account-history-header .user-account-col:first-child {
    text-align: left;
  }
  .user-account-col {
    width: 100%;
    display: block;
  }
  .user-account-history-header {
    display: none;
  }
  .user-account-history-block {
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 0 2px 26px 3px rgba(194, 197, 205, 0.1);
    margin-bottom: 20px;
  }
  .tb-cell {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .mail-sending-box {
    margin-top: 30px;
  }
  .mail-sending-box input[type="submit"] {
    width: 25%;
    margin-left: 0;
  }
  .tb-cell:before {
    content: attr(data-title);
    font-size: 16px;
    color: #8a9eaf;
    display: block;
    padding-bottom: 5px;
  }
  .modal-timer {
    width: 130px;
    height: 130px;
    line-height: 130px;
    background-position: 100%;
    font-size: 38px;
    right: inherit;
    left: 30px;
    top: -90px;
  }
  .container-404 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .image_404 {
    width: 90%;
    height: 30vw;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .container-404__title {
    font-size: 28px;
    line-height: 30px;
  }
  .container-404-content {
    padding-top: 15px;
    font-size: 16px;
    line-height: 30px;
  }
  .container-text {
    width: 90%;
    margin: auto;
  }
  .m-container nav {
    display: none;
  }
  .payment-col {
    width: 100%;
    margin-bottom: 40px;
  }
  .modal .payment-input-col input {
    margin: 0;
  }
  .modal .payment-input-col input,
  .modal .payment-input-col {
    width: 100%;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .payment-modal {
    top: 0 !important;
    bottom: 0;
    height: 90%;
    width: 90%;
  }
  #tabs-payment ul li a {
    font-size: 12px;
  }
  #tabs-payment ul li a:before {
    margin-left: 5px;
    margin-right: 5px;
  }
  #tabs-payment ul li b {
    font-size: 16px;
  }
}

@media (max-width: 760px) {
  .item-header-wrapper {
    width: 90%;
    left: 0;
    right: 0;
    margin-left: 30px;
  }
  .header__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
  }
  .show-for-medium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hide-for-medium {
    display: none;
  }
  .game-item-catalog-wrapper {
    text-align: center;
    justify-content: center
  }
  .game-item-container {
    width: 45%;
  }
  .erc-title {
    margin-top: 30px;
  }
  .header__reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .container-title h2 {
    line-height: 40px;
  }
  .header-col-4 {
    width: 65%;
  }
  .header-item-cat .header-gd-block-inner {
    padding: 15px 13px;
  }
  .header-gd-block-inner {
    padding-left: 13px;
    padding-right: 13px;
  }
  .header-item-cat .header-gd-block-title {
    font-size: 18px;
  }
  .gd-block-right-caption .header-gd-block-title,
  .gd-block-caption .header-gd-block-title {
    font-size: 14px;
  }
  .erc-title {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .topline{
    align-items:center;
    justify-content: center;
  }
  .nav-trigger{
    display:block;
    background: none;
    margin-right: auto;
    border: none;
  }
  .nav-trigger i{
    font-size: 35px;
    color: #fff;
  }
  .account-info__avatar{
    margin-left: 10px;
    width: 50px;
    height: 50px;
  }
  .account-info__content {
    display: none;
  }
  .account-info__logoff{
    width: 21px;
    height: 21px;
  }
  .topline__navigation {
    position: fixed;
    height: 100vh;
    left: -100%;
    top: 0;
    background: #2469a4;
    display: flex;
    flex-direction: column;
    z-index: 30;
    justify-content: flex-start;
    transition: left .5s ease-in-out;
    padding: 30px 15px;
    box-shadow: 0 0 4px 3px rgba(0,0,0,.5);
    box-sizing: border-box;
  }
  .topline__navigation.active{
    left: 0;
  }
  .topline__navigation.active ~ .topline__account:before{
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 25;
  }
  .topline__close {
    position: absolute;
    top: 0;
    right: -50px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    border: none;
    display: block;
    background: url(../../img/design/close-cross.png) no-repeat center;
  }
  .top-navigation__ul a{
    font-size:14px;
  }
  .top-navigation{
    margin-bottom: 45px;
  }
}

@media (max-width: 600px) {
  .header__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .qa-buy-block {
    width: 100%;
    height: auto;
  }
  .qa-buy-block-title {
    font-size: 23px;
  }
  .qa-buy-block-caption {
    font-size: 13px;
  }
  /*case index*/
  .header__case {
    flex-direction: column;
    flex-flow: column-reverse;
  }
  .header-game-description{
    display: none;
  }
  .profile__drops-container{
    display: flex;
    overflow: auto;
  }
  .profile__drops-container::-webkit-scrollbar {
    opacity: 0;
    visibility: hidden;
    height: 5px;
    background-color: #F5F5F5;
  }
  .profile__drops-container::-webkit-scrollbar:hover {
    opacity: 1;
    visibility: visible;
  }
  .profile__drops-container::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
    border: 1px solid #ccc;
  }
  .profile__drops-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(left, #fff, #e4e4e4);
    border: 1px solid #aaa;
  }
  .profile__drops-container::-webkit-scrollbar-thumb:hover {
    background: #fff;
  }
  .profile__drops-container::-webkit-scrollbar-thumb:active {
    background: linear-gradient(left, #22ADD4, #1E98BA);
  }
  .user-account-history-block {
    flex-direction: column;
    align-items: flex-start;
    min-width: 250px;
    max-width: 320px;
    margin: 0 15px 15px 0;
    flex: 0 0 auto;
  }
  .user-account-history-block *{
    box-sizing: border-box;
  }
  .user-account-history-block .pseudo-circle:after{
    display: none;
  }
}

@media (max-width: 480px) {
  .container-title h2 {
    font-size: 22px;
  }
  .game-item-container-details .button {
    margin-top: 45px;
  }
  body .game-item-catalog-row .sm-push-none {
    margin-right: auto !important;
  }
  .header-user-avatar {
    width: 50px;
    height: 50px;
  }
  .header-search .icon-search {
    margin-top: 15px;
  }
  .header-user-avatar img {
    width: 100%;
  }
  .game-item-catalog-load-more {
    width: 100%;
    font-size: 17px;
  }
  .game-item-container-details .button {
    margin-top: 25px;
  }
  .game-item-container-name {
    padding-bottom: 0;
  }
  .header__case .header-gd-block {
    width: 100%;
  }
  .header-col-4 {
    width: 90%;
    margin: auto;
    float: none;
  }
  .header-buy-item {
    font-size: 11px;
  }
  .game-chest_name{
    width: 70px;
  }
  .header-game-description {
    padding-right: 0;
  }
  .header-game-description {
    display: none;
  }
  .eraser_arrow_01:before,
  .eraser_arrow_02:before {
    display: none;
  }
  #tabs ul {
    text-align: center;
  }
  #tabs li.ui-state-active {
    padding: 10px 15px;
  }
  #tabs .ui-tabs-nav li a {
    font-size: 16px;
  }
  #tabs .ui-tabs-nav li:not(:last-child) {
    margin-right: 10px;
  }
  .header-item-cat .header-gd-block-inner {
    padding: 15px 13px;
  }
  .header-gd-block-inner {
    padding-left: 13px;
    padding-right: 13px;
  }
  .header-item-cat .header-gd-block-title {
    font-size: 18px;
  }
  .gd-block-right-caption .header-gd-block-title,
  .gd-block-caption .header-gd-block-title {
    font-size: 15px;
  }
  .clover-img {
    width: 50px;
  }
  .clover-img img {
    width: 100%;
  }
  .item-platform_genere {
    padding-bottom: 15px;
  }
  .input-col-6 {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .input-col-6 input {
    width: 100%;
  }
  .form-submit {
    width: 100%;
  }
  .form-submit input {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
  .form-submit input[type="submit"] {
    font-size: 19px;
    background-size: 25px;
    background-position: 150% center;
  }
  .mail-sending-box input[type="submit"] {
    width: 100%;
  }
  .field-user-email {
    width: 100%;
  }
  .user-form-box {
    flex-direction: column;
  }
  .mail-sending-box-title,
  .payment-form-title {
    text-align: center;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .modal {
    width: 90% !important;
    top: 13%;
  }
  .payment-modal{
    width: auto !important;
    top: 45px !important;
    bottom: 45px !important;
    height: 85%;
  }
  .modal-inner {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .modal-item-details li > span {
    display: block;
    margin-bottom: 10px;
  }
  .modal .yl-button {
    font-size: 22px;
  }
  .modal-steve-bg {
    background-position: center 115%;
  }
  .modal-steve-bg .modal-inner {
    padding-top: 50px;
  }
  .luck-radio input[type="radio"] + label {
    width: 25vw;
    height: 25vw;
    line-height: 25vw;
    font-size: 29px;
  }
  .luck-modal .close-cross {
    top: -50px;
  }
  .game-item-container {
    width: 90%;
  }
}

@media (max-width: 335px) {
  .header-search,
  .m-search {
    width: 28px;
  }
  .modal-steve-bg .modal-inner .button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .modal-steve-bg .modal-inner .button i {
    margin-right: 25px;
  }
  .luck-radio input[type="radio"] + label {
    font-size: 23px;
  }
}

@media (max-width: 600px) {
  .header-logo img {
    width: 90%;
  }
}

@media (max-width: 320px){
  .modal-title {
    font-size: 25px !important;
    line-height: 25px !important;
  }
}
