.col-group:after {
  content: "";
  display: block;
  clear: both;
}
.col-group > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
}
.col-group > * > *:first-child {
  margin-top: 0 !important;
}
.col-group > * > *:last-child {
  margin-bottom: 0 !important;
}
.col-group > * > *:first-child {
  margin-top: 0 !important;
}
.col-group > * > *:last-child {
  margin-bottom: 0 !important;
}
/*
    Grid based on floats.

    @cols = count of columns
    @hGutter = horizontal gutter (px)
    @vGutter = vertical gutter (px)
*/
/*
    Grid based on floats - only horizontal.

    @cols = count of columns
    @hGutter = horizontal gutter (px)
*/
html {
  height: 100%;
  overflow-y: scroll;
}
body {
  min-height: 100%;
  min-width: 1024px;
  position: relative;
  z-index: 1;
  background: #170613 url(../images/bg-body.png) center bottom fixed no-repeat;
  font: 1em "Roboto", "Helvetica", "Arial", "sans-serif";
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
body.freeze {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body.popupOpened {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
a,
input[type="submit"] {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
button,
input,
img {
  outline: none;
}
header input[type="text"],
section input[type="text"],
header input[type="password"],
section input[type="password"] {
  height: 36px;
  padding: 0 20px;
  margin: 0;
  border: 1px solid #782663;
  font-size: 1em;
  background: #d0d0d0;
  background: -moz-linear-gradient(top, #d0d0d0 0%, #fefefe 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0d0d0), color-stop(100%, #fefefe));
  background: -webkit-linear-gradient(top, #d0d0d0 0%, #fefefe 100%);
  background: -o-linear-gradient(top, #d0d0d0 0%, #fefefe 100%);
  background: -ms-linear-gradient(top, #d0d0d0 0%, #fefefe 100%);
  background: linear-gradient(to bottom, #d0d0d0 0%, #fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d0d0', endColorstr='#fefefe', GradientType=0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
}
header input[type="text"]:focus,
section input[type="text"]:focus,
header input[type="password"]:focus,
section input[type="password"]:focus {
  -moz-box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.5), 0 0 10px 1px #ff91f2;
  -webkit-box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.5), 0 0 10px 1px #ff91f2;
  box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.5), 0 0 10px 1px #ff91f2;
}
.page-wrapper {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.page-wrapper .mob-close {
  display: none;
}
.page-wrapper.moved {
  -webkit-transform: translateX(80%);
  -moz-transform: translateX(80%);
  -ms-transform: translateX(80%);
  -o-transform: translateX(80%);
  transform: translateX(80%);
}
.page-wrapper.moved-login {
  -webkit-transform: translateX(-80%);
  -moz-transform: translateX(-80%);
  -ms-transform: translateX(-80%);
  -o-transform: translateX(-80%);
  transform: translateX(-80%);
}
.login-mobile,
.menu-mobile,
.registration-mobile {
  display: none;
  overflow-y: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 80%;
  height: 100%;
  text-align: left;
  background: #232323;
  color: #ffffff;
  font-size: 1.8em;
}
.login-mobile.displayed,
.menu-mobile.displayed,
.registration-mobile.displayed {
  display: block;
}
.login-mobile > span,
.menu-mobile > span,
.registration-mobile > span {
  width: 100%;
  display: block;
  height: 61px;
  padding: 15px 0 0 20px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #de27d7;
  background: -moz-linear-gradient(top, #de27d7 0%, #772574 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #de27d7), color-stop(100%, #772574));
  background: -webkit-linear-gradient(top, #de27d7 0%, #772574 100%);
  background: -o-linear-gradient(top, #de27d7 0%, #772574 100%);
  background: -ms-linear-gradient(top, #de27d7 0%, #772574 100%);
  background: linear-gradient(to bottom, #de27d7 0%, #772574 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de27d7', endColorstr='#772574', GradientType=0);
}
.login-mobile .finstrum-small,
.menu-mobile .finstrum-small,
.registration-mobile .finstrum-small {
  display: block;
  margin: 20px auto;
}
.registration-mobile,
.login-mobile {
  right: 0;
}
.registration-mobile > span,
.login-mobile > span {
  border-left: 1px solid #000000;
}
.registration-mobile form,
.login-mobile form {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.registration-mobile form a,
.login-mobile form a {
  color: #cd00ae;
}
.registration-mobile form .btn,
.login-mobile form .btn,
.registration-mobile form input[type="submit"],
.login-mobile form input[type="submit"],
.registration-mobile form button[type="submit"],
.login-mobile form button[type="submit"] {
  font-size: 0.7em;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 10px;
  margin: 20px auto;
  display: table;
}
.registration-mobile form .btn-group > *:after,
.login-mobile form .btn-group > *:after {
  content: "";
  display: block;
  clear: both;
}
.registration-mobile form .btn-group > *:first-child,
.login-mobile form .btn-group > *:first-child {
  float: left;
}
.registration-mobile form .btn-group > *:last-child,
.login-mobile form .btn-group > *:last-child {
  float: right;
}
.registration-mobile form input[type="text"],
.login-mobile form input[type="text"],
.registration-mobile form input[type="password"],
.login-mobile form input[type="password"],
.registration-mobile form input[type="email"],
.login-mobile form input[type="email"] {
  width: 100%;
  padding: 10px;
  border: 0;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.registration-mobile form input.error,
.login-mobile form input.error {
  border: 1px solid #ff0000;
  background: #ffcccc;
}
.registration-mobile form .errorMessage,
.login-mobile form .errorMessage {
  color: #ff0000;
  font-size: 0.7em;
  padding-left: 10px;
  margin: -15px 0 25px 0;
  text-align: center;
}
.registration-mobile form p.msg-error,
.login-mobile form p.msg-error,
.registration-mobile form div.msg-error,
.login-mobile form div.msg-error {
  font-size: 14px;
  margin-top: -10px;
}
.registration-mobile form p + .msg-error,
.login-mobile form p + .msg-error {
  margin-top: 5px;
}
.registration-mobile form .captcha,
.login-mobile form .captcha {
  margin: 20px 0;
  text-align: center;
}
.registration-mobile form .captcha a,
.login-mobile form .captcha a {
  font-size: 14px;
  color: #cd00ae;
}
.registration-mobile form .captcha > *,
.login-mobile form .captcha > * {
  display: inline-block;
  vertical-align: middle;
}
.registration-mobile form .captcha .refresh,
.login-mobile form .captcha .refresh {
  width: 80px;
  background-image: url(../images/icons/captcha-refresh.png);
}
.registration-mobile form .captcha img,
.login-mobile form .captcha img {
  width: 155px;
}
.registration-mobile form .form-checkbox p:not(.msg-error),
.login-mobile form .form-checkbox p:not(.msg-error) {
  width: calc(100% - 55px);
  font-size: 14px;
  color: #ffffff;
}
.registration-mobile form .form-checkbox .errorMessage,
.login-mobile form .form-checkbox .errorMessage {
  margin-top: 0;
  color: #ff0000;
}
.registration-mobile form .form-checkbox input,
.login-mobile form .form-checkbox input {
  display: none;
}
.registration-mobile form .form-checkbox input:checked + .checkbox:after,
.login-mobile form .form-checkbox input:checked + .checkbox:after {
  display: block;
}
.registration-mobile form .form-checkbox input.error + .checkbox,
.login-mobile form .form-checkbox input.error + .checkbox {
  -moz-box-shadow: inset 0 0 0 1px #ff0000;
  -webkit-box-shadow: inset 0 0 0 1px #ff0000;
  box-shadow: inset 0 0 0 1px #ff0000;
  background: #ffcccc;
}
.registration-mobile form .form-checkbox .checkbox,
.login-mobile form .form-checkbox .checkbox {
  position: relative;
  width: 30px;
  height: 30px;
  background: #000000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.registration-mobile form .form-checkbox .checkbox:after,
.login-mobile form .form-checkbox .checkbox:after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icons/tick.png) no-repeat 60% 60%;
}
.registration-mobile form .forgot-password,
.login-mobile form .forgot-password {
  font-size: 14px;
  display: table;
  margin: 30px 0 40px 0;
  color: #cd00ae;
}
.menu-mobile {
  left: 0;
}
.menu-mobile > span {
  border-right: 1px solid #000000;
}
.menu-mobile .buttons {
  background: #000000;
  padding: 20px;
}
.menu-mobile .buttons .btn {
  border: 0;
  display: block;
  width: 100%;
  font-size: 22px;
  line-height: 1em;
  height: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu-mobile .buttons .btn:not(:first-of-type) {
  margin-top: 20px;
}
.menu-mobile .buttons .btn.btn-green {
  background: #1acb1e;
  background: -moz-linear-gradient(top, #1acb1e 0%, #084d0a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1acb1e), color-stop(100%, #084d0a));
  background: -webkit-linear-gradient(top, #1acb1e 0%, #084d0a 100%);
  background: -o-linear-gradient(top, #1acb1e 0%, #084d0a 100%);
  background: -ms-linear-gradient(top, #1acb1e 0%, #084d0a 100%);
  background: linear-gradient(to bottom, #1acb1e 0%, #084d0a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1acb1e', endColorstr='#084d0a', GradientType=0);
}
.menu-mobile .buttons .btn.btn-purple {
  background: #db27d4;
  background: -moz-linear-gradient(top, #db27d4 0%, #52124f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db27d4), color-stop(100%, #52124f));
  background: -webkit-linear-gradient(top, #db27d4 0%, #52124f 100%);
  background: -o-linear-gradient(top, #db27d4 0%, #52124f 100%);
  background: -ms-linear-gradient(top, #db27d4 0%, #52124f 100%);
  background: linear-gradient(to bottom, #db27d4 0%, #52124f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db27d4', endColorstr='#52124f', GradientType=0);
}
.menu-mobile > ul > li {
  width: 100%;
  display: table;
  padding: 10px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-mobile > ul > li.tab-item {
  border: none;
  background-color: #5f5f5f;
  background: -webkit-gradient(linear, left top, left bottom, from(#5f5f5f), to(#272727));
  background: -webkit-linear-gradient(top, #5f5f5f, #272727);
  background: -moz-linear-gradient(top, #5f5f5f, #272727);
  background: -ms-linear-gradient(top, #5f5f5f, #272727);
  background: -o-linear-gradient(top, #5f5f5f, #272727);
}
.menu-mobile > ul > li.tab-item.active {
  background-color: #400f3f;
  background: -webkit-gradient(linear, left top, left bottom, from(#400f3f), to(#1a061a));
  background: -webkit-linear-gradient(top, #400f3f, #1a061a);
  background: -moz-linear-gradient(top, #400f3f, #1a061a);
  background: -ms-linear-gradient(top, #400f3f, #1a061a);
  background: -o-linear-gradient(top, #400f3f, #1a061a);
}
.menu-mobile > ul > li.logout {
  background-color: #222222;
  background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#000000));
  background: -webkit-linear-gradient(top, #222222, #000000);
  background: -moz-linear-gradient(top, #222222, #000000);
  background: -ms-linear-gradient(top, #222222, #000000);
  background: -o-linear-gradient(top, #222222, #000000);
}
.menu-mobile > ul > li a {
  color: #ffffff;
  text-decoration: none;
}
.menu-mobile > ul > li > a,
.menu-mobile > ul > li > span,
.menu-mobile > ul > li > ul {
  display: table-cell;
  vertical-align: middle;
}
.menu-mobile > ul > li > ul {
  float: right;
  background: #000000;
  padding: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.menu-mobile > ul > li > ul li {
  min-width: 74px;
  float: left;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.8em;
}
.menu-mobile > ul > li > ul li.active a {
  color: #ffffff;
  background: #616161;
  background: -moz-linear-gradient(top, #616161 0%, #232323 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #616161), color-stop(100%, #232323));
  background: -webkit-linear-gradient(top, #616161 0%, #232323 100%);
  background: -o-linear-gradient(top, #616161 0%, #232323 100%);
  background: -ms-linear-gradient(top, #616161 0%, #232323 100%);
  background: linear-gradient(to bottom, #616161 0%, #232323 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#616161', endColorstr='#232323', GradientType=0);
}
.menu-mobile > ul > li > ul li a {
  display: block;
  color: #565656;
  text-decoration: none;
  padding: 4px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.menu-mobile > a {
  display: block;
  /*position: absolute;
        bottom: 0;
        left: 0;*/
  width: 100%;
  color: #ffffff;
  padding: 10px 20px;
  border: 1px solid #62757f;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #232323;
  background: -moz-linear-gradient(top, #232323 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #232323), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #232323 0%, #000000 100%);
  background: -o-linear-gradient(top, #232323 0%, #000000 100%);
  background: -ms-linear-gradient(top, #232323 0%, #000000 100%);
  background: linear-gradient(to bottom, #232323 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#232323', endColorstr='#000000', GradientType=0);
}
header {
  position: relative;
  height: 60px;
  text-align: center;
  background: #de27d7;
  background: -moz-linear-gradient(top, #de27d7 0%, #772574 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #de27d7), color-stop(100%, #772574));
  background: -webkit-linear-gradient(top, #de27d7 0%, #772574 100%);
  background: -o-linear-gradient(top, #de27d7 0%, #772574 100%);
  background: -ms-linear-gradient(top, #de27d7 0%, #772574 100%);
  background: linear-gradient(to bottom, #de27d7 0%, #772574 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de27d7', endColorstr='#772574', GradientType=0);
}
header .container {
  display: table;
  height: 100%;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header .container > .wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
header .container > .wrapper > a,
header .container > .wrapper > .user-panel {
  display: inline-block;
}
header .container > .wrapper .btn,
header .container > .wrapper input {
  margin: 0 7px;
}
header .container > .wrapper .btn-lang,
header .container > .wrapper .btn-sound {
  position: relative;
  z-index: 999;
  padding: 0;
  line-height: 36px;
}
header .container > .wrapper .menu-lang > li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
header .container > .wrapper .menu-lang > li ul {
  line-height: 15px;
  display: none;
  position: absolute;
  z-index: -1;
  top: 47px;
  background: #782663;
  border: 1px solid #e6abd0;
  border-top-color: rgba(0, 0, 0, 0.5);
  padding: 0 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 25px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 0;
}
header .container > .wrapper .menu-lang > li ul.displayed {
  display: block;
}
header .container > .wrapper .menu-lang > li ul:before,
header .container > .wrapper .menu-lang > li ul::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
  height: 100px;
}
header .container > .wrapper .menu-lang > li ul li {
  position: relative;
}
header .container > .wrapper .menu-lang > li ul li:hover::after {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -moz-box-shadow: 0 0 15px 10px #df28ca;
  -webkit-box-shadow: 0 0 15px 10px #df28ca;
  box-shadow: 0 0 15px 10px #df28ca;
}
header .container > .wrapper .menu-lang > li ul li:hover a {
  color: #ffffff;
}
header .container > .wrapper .menu-lang > li ul li a {
  color: #e6abd0;
  display: block;
  padding: 10px 0;
}
header .container > .wrapper .user-panel {
  float: right;
  color: #e6abd0;
}
header .container > .wrapper .user-panel p {
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
}
header .container > .wrapper .user-panel p a {
  text-align: right;
  white-space: nowrap;
  display: inline-block;
  vertical-align: text-bottom;
}
header .container > .wrapper .user-panel p a:not(.refresh) {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 130px;
}
header .container > .wrapper .user-panel a,
header .container > .wrapper .user-panel span.current-balance {
  color: #ffffff;
}
header .container > .wrapper .user-panel input[type="text"],
header .container > .wrapper .user-panel input[type="password"] {
  width: 160px;
}
header .container > .wrapper .user-panel input[type="text"]::-webkit-input-placeholder,
header .container > .wrapper .user-panel input[type="password"]::-webkit-input-placeholder {
  text-transform: capitalize;
}
header .container > .wrapper .user-panel input[type="text"]:-moz-placeholder,
header .container > .wrapper .user-panel input[type="password"]:-moz-placeholder {
  text-transform: capitalize;
}
header .container > .wrapper .user-panel input[type="text"]::-moz-placeholder,
header .container > .wrapper .user-panel input[type="password"]::-moz-placeholder {
  text-transform: capitalize;
}
header .container > .wrapper .user-panel input[type="text"]:-ms-input-placeholder,
header .container > .wrapper .user-panel input[type="password"]:-ms-input-placeholder {
  text-transform: capitalize;
}
header .mobile-container {
  display: none;
  margin: auto;
}
header .mobile-container .menu {
  margin-top: 15px;
  margin-left: 15px;
  display: block;
  width: 44px;
  height: 31px;
  float: left;
  background: url(../images/icons/menu-mobile.png) no-repeat;
}
header .mobile-container .menu.to-close {
  background-image: url(../images/icons/close-mobile.png);
}
header .mobile-container .menu.moved {
  position: absolute;
  left: 0;
}
header .mobile-container .menu.moved-login {
  position: absolute;
  right: 0;
}
header .mobile-container .login {
  margin-right: 15px;
  margin-top: 13px;
  float: right;
  padding: 10px 30px;
  font-size: 1.4em;
  line-height: 7px;
}
header .mobile-container p {
  float: right;
  font-size: 15px;
  padding-top: 20px;
  padding-right: 10px;
  color: #ffffff;
}
header .mobile-container p a {
  color: #ffffff;
}
header .mobile-container p .nickname {
  text-align: right;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 150px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: text-bottom;
}
header .logo {
  position: absolute;
  left: 50%;
  bottom: -150px;
  width: 331px;
  height: 150px;
  margin-left: -490px;
  background: url(../images/logo-bg.png) no-repeat;
  background-size: contain;
}
header .logo img {
  position: absolute;
  margin-top: -18px;
  max-width: 270px;
  max-height: 90px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
header .logo ul {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
}
header .logo ul li {
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(../images/lamp.png) no-repeat 0px 0px;
  background-size: cover;
  float: none;
  margin: 0;
}
header .logo ul li.active {
  background-position: -26px 0;
}
header .logo ul li.lighten {
  background-position: -52px 0;
}
header .logo ul li:nth-of-type(1) {
  left: 1.8%;
  top: -0.4%;
}
header .logo ul li:nth-of-type(2) {
  left: 1.8%;
  top: 23%;
}
header .logo ul li:nth-of-type(3) {
  left: 1.8%;
  top: 46%;
}
header .logo ul li:nth-of-type(4) {
  left: 6.2%;
  top: 65%;
}
header .logo ul li:nth-of-type(5) {
  left: 15%;
  top: 72.5%;
}
header .logo ul li:nth-of-type(6) {
  left: 24.8%;
  top: 75.4%;
}
header .logo ul li:nth-of-type(7) {
  left: 35.5%;
  top: 76.5%;
}
header .logo ul li:nth-of-type(8) {
  left: 46%;
  top: 77%;
}
header .logo ul li:nth-of-type(9) {
  left: 56.8%;
  top: 76.5%;
}
header .logo ul li:nth-of-type(10) {
  left: 67.5%;
  top: 75.4%;
}
header .logo ul li:nth-of-type(11) {
  left: 77.3%;
  top: 72.5%;
}
header .logo ul li:nth-of-type(12) {
  left: 86.1%;
  top: 65%;
}
header .logo ul li:nth-of-type(13) {
  left: 90.5%;
  top: 46%;
}
header .logo ul li:nth-of-type(14) {
  left: 90.5%;
  top: 23%;
}
header .logo ul li:nth-of-type(15) {
  left: 90.5%;
  top: -0.4%;
}
header .lights-outer {
  position: absolute;
  left: 0;
  top: 60px;
  width: auto;
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  z-index: 0;
}
header .lights-outer li {
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(../images/lamp.png) no-repeat 0px 0px;
  background-size: cover;
  float: none;
  margin: 0;
  top: 0;
}
header .lights-outer li.active {
  background-position: -26px 0;
}
header .lights-outer li.lighten {
  background-position: -52px 0;
}
header:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -26px;
  width: 100%;
  height: 26px;
  background: #4c043c;
  z-index: -1;
  border-top: 1px solid #782663;
  border-bottom: 1px solid #5d1d4d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: inset 0 1px 1px rgba(47, 13, 53, 0.75);
  -webkit-box-shadow: inset 0 1px 1px rgba(47, 13, 53, 0.75);
  box-shadow: inset 0 1px 1px rgba(47, 13, 53, 0.75);
}
.page {
  position: relative;
  z-index: -2;
  background: rgba(54, 11, 57, 0.8);
  padding: 175px 22px 0 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page .winners {
  position: absolute;
  top: 55px;
  right: 25px;
  width: 620px;
  height: 45px;
  background: #2a092c no-repeat 25px 60%;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.5), 1px 1px 3px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.5), 1px 1px 3px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.5), 1px 1px 3px 0 rgba(255, 255, 255, 0.2);
}
.page .winners .slider-wrapper {
  position: relative;
  width: 400px;
  height: 100%;
  float: right;
  overflow: hidden;
}
.page .winners .slider-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  width: calc(100% + 2px);
  height: calc(100% - 4px);
  left: -1px;
  top: 2px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: inset 0 0 15px 10px #2a092c;
  -webkit-box-shadow: inset 0 0 15px 10px #2a092c;
  box-shadow: inset 0 0 15px 10px #2a092c;
}
.page .winners .slider-wrapper p {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 45px;
  white-space: nowrap;
}
.page .winners .slider-wrapper p strong {
  color: #fff000;
}
.page .slider {
  width: 650px;
  clear: both;
  float: left;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page .slider ul {
  height: 100%;
  overflow: hidden;
}
.page .slider ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
}
.page .slider ul li:hover .over {
  opacity: 1;
}
.page .slider img {
  display: block;
  width: 100%;
  height: 100%;
}
.page .slider .over {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.page .slider .btn {
  height: auto !important;
  position: absolute;
  padding-left: 30px;
  padding-right: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.page .slider ol {
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  text-align: center;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page .slider ol li {
  display: inline-block;
  margin: 0 4px;
  position: relative;
  width: 20px;
  height: 20px;
  background: rgba(54, 11, 57, 0.8);
  border: 2px solid #df28ca;
  font-size: 0;
  cursor: pointer;
  pointer-events: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.page .slider ol li:before,
.page .slider ol li::before {
  z-index: 999;
  content: "";
  display: none;
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #df28ca;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.page .slider ol li:hover:before {
  display: none;
}
.page .slider ol li.active:before {
  display: block;
}
.page .slider .hd-dots {
  z-index: 50;
}
.page .jackpot {
  display: table;
  width: 310px;
  margin-bottom: 40px;
  float: right;
  background-repeat: no-repeat;
  padding: 15px;
  font-size: 0.9375em;
  text-transform: uppercase;
  text-align: center;
}
.page .jackpot img {
  margin-top: 80px;
}
.page .jackpot ul {
  display: table-cell;
  vertical-align: bottom;
}
.page .jackpot li {
  width: 100%;
  display: table;
  margin-top: 10px;
}
.page .jackpot li span {
  width: 1%;
  display: table-cell;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.page .jackpot li span:nth-of-type(1) {
  width: 33%;
  font-weight: bold;
  color: #000000;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  border-right: 1px solid #000000;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.page .jackpot li span:nth-of-type(2) {
  width: 20%;
  color: #abb6bb;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  border-right: 1px solid #000000;
  background: #727272;
  background: -moz-linear-gradient(top, #727272 0%, #252525 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #727272), color-stop(100%, #252525));
  background: -webkit-linear-gradient(top, #727272 0%, #252525 100%);
  background: -o-linear-gradient(top, #727272 0%, #252525 100%);
  background: -ms-linear-gradient(top, #727272 0%, #252525 100%);
  background: linear-gradient(to bottom, #727272 0%, #252525 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#727272', endColorstr='#252525', GradientType=0);
}
.page .jackpot li span:nth-of-type(3) {
  width: 45%;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  background: #383838;
  background: -moz-linear-gradient(top, #383838 0%, #1c1c1c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #383838), color-stop(100%, #1c1c1c));
  background: -webkit-linear-gradient(top, #383838 0%, #1c1c1c 100%);
  background: -o-linear-gradient(top, #383838 0%, #1c1c1c 100%);
  background: -ms-linear-gradient(top, #383838 0%, #1c1c1c 100%);
  background: linear-gradient(to bottom, #383838 0%, #1c1c1c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838', endColorstr='#1c1c1c', GradientType=0);
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.page .jackpot li:nth-of-type(1) span:first-child {
  background: #fdcb01;
  background: -moz-linear-gradient(top, #fdcb01 0%, #a08028 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdcb01), color-stop(100%, #a08028));
  background: -webkit-linear-gradient(top, #fdcb01 0%, #a08028 100%);
  background: -o-linear-gradient(top, #fdcb01 0%, #a08028 100%);
  background: -ms-linear-gradient(top, #fdcb01 0%, #a08028 100%);
  background: linear-gradient(to bottom, #fdcb01 0%, #a08028 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdcb01', endColorstr='#a08028', GradientType=0);
}
.page .jackpot li:nth-of-type(2) span:first-child {
  background: #c6c6c6;
  background: -moz-linear-gradient(top, #c6c6c6 0%, #515151 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c6c6c6), color-stop(100%, #515151));
  background: -webkit-linear-gradient(top, #c6c6c6 0%, #515151 100%);
  background: -o-linear-gradient(top, #c6c6c6 0%, #515151 100%);
  background: -ms-linear-gradient(top, #c6c6c6 0%, #515151 100%);
  background: linear-gradient(to bottom, #c6c6c6 0%, #515151 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6c6c6', endColorstr='#515151', GradientType=0);
}
.page .jackpot li:nth-of-type(3) span:first-child {
  background: #ab8344;
  background: -moz-linear-gradient(top, #ab8344 0%, #654e1e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ab8344), color-stop(100%, #654e1e));
  background: -webkit-linear-gradient(top, #ab8344 0%, #654e1e 100%);
  background: -o-linear-gradient(top, #ab8344 0%, #654e1e 100%);
  background: -ms-linear-gradient(top, #ab8344 0%, #654e1e 100%);
  background: linear-gradient(to bottom, #ab8344 0%, #654e1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab8344', endColorstr='#654e1e', GradientType=0);
}
.page nav {
  position: relative;
  clear: both;
  height: 52px;
  line-height: 52px;
  background: #de27d7;
  background: -moz-linear-gradient(top, #de27d7 0%, #772574 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #de27d7), color-stop(100%, #772574));
  background: -webkit-linear-gradient(top, #de27d7 0%, #772574 100%);
  background: -o-linear-gradient(top, #de27d7 0%, #772574 100%);
  background: -ms-linear-gradient(top, #de27d7 0%, #772574 100%);
  background: linear-gradient(to bottom, #de27d7 0%, #772574 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de27d7', endColorstr='#772574', GradientType=0);
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 25px;
}
.page nav > ul {
  height: 100%;
  display: inline-block;
}
.page nav > ul > li {
  display: inline-block;
  height: 100%;
  margin-left: -4px;
}
.page nav > ul > li:first-child {
  margin-left: 0;
}
.page nav > ul > li:first-child a {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 25px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 25px;
}
.page nav > ul > li.has-dropdown.opened ul {
  display: block;
}
.page nav > ul > li.has-dropdown.opened > a {
  color: #fff666;
  background: #4a0f4e;
}
.page nav > ul > li.has-dropdown.opened > a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff666 transparent transparent transparent;
}
.page nav > ul > li a {
  position: relative;
  display: block;
  height: 100%;
  text-transform: uppercase;
  text-decoration: none;
  color: #e6abd0;
  padding: 0 25px;
  font-size: 15.5px;
  border-right: 1px solid #360b39;
}
.page nav > ul > li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.page nav > ul > li a:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff000;
}
.page nav > ul > li > ul {
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 52px;
  background: #4a0f4e;
  border: 5px solid #772574;
  border-top: none;
  width: 100%;
  height: auto;
  padding: 10px 5px;
  line-height: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page nav > ul > li > ul li {
  display: inline-block;
  height: auto;
}
.page nav > ul > li > ul li:first-child a {
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.page nav > ul > li > ul li.active a {
  color: #fff000;
  border: 1px solid #fff000;
  background: inherit;
}
.page nav > ul > li > ul li a {
  height: auto;
  padding: 8px 12px;
  margin: 5px;
  border: 1px solid transparent;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.page nav > ul > li > ul li a:hover {
  border: 1px solid #fff000;
  background: inherit;
}
.page nav > ul > li > ul li a:after,
.page nav > ul > li > ul li a:before {
  display: none;
}
.page nav form {
  position: relative;
  display: inline-block;
  float: right;
  height: 52px;
}
.page nav form.opened > ul > li > a:after {
  display: none;
}
.page nav form.opened > ul > li > ul {
  display: block;
}
.page nav form.opened .btn-search {
  display: none;
}
.page nav form.opened .close-menu {
  display: block;
}
.page nav form .close-menu {
  display: none;
  float: right;
}
.page nav form .close-menu img {
  vertical-align: middle;
}
.page nav form input {
  position: relative;
  height: 32px;
  padding-top: 0;
  padding-bottom: 0;
  float: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page nav form input[type="text"] {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 50px;
  -webkit-border-top-left-radius: 50px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 50px;
  -moz-border-radius-topleft: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}
.page nav form input[type="submit"] {
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 0;
  margin-right: 10px;
  width: 62px;
}
.page nav form > ul {
  display: none;
}
.page nav form:after {
  content: "";
  display: block;
  clear: both;
}
.page .content {
  position: relative;
  color: #e6abd0;
  padding: 40px;
  background: #4a0f4e;
  background: -moz-linear-gradient(top, #4a0f4e 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a0f4e), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, #4a0f4e 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, #4a0f4e 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, #4a0f4e 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, #4a0f4e 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4a0f4e, endColorstr='rgba(0, 0, 0, 0)', GradientType=0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page .content.main {
  padding: 20px 0;
}
.page .content.error .btn {
  margin-top: 110px;
}
.page .content h1 {
  font-size: 1.5625em;
  color: #fff000;
  margin: 5px 0;
}
.page .content p {
  margin: 5px 0;
}
.page .content.overlayed:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.page .games {
  text-align: center;
  clear: both;
}
.page .games li {
  display: none;
  margin: 0px 7.5px 20px 7.5px;
  overflow: hidden;
  border: 1px solid #76126a;
  position: relative;
}
.page .games li a {
  position: relative;
  display: block;
  text-decoration: none;
  padding-bottom: 84%;
}
.page .games li a span {
  width: 218px;
  display: block;
  padding: 10px 8px;
  background: #1e061f;
  color: #ecbfdb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page .games li a img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  line-height: 0;
  object-fit: cover;
  object-position: top;
}
.page .games li a img.new-game {
  width: auto;
  height: auto;
  position: absolute;
  top: -3px;
  right: -4px;
  z-index: 10;
  max-width: 40%;
}
.page .games li .star {
  background: url(../images/star_bg.png) right center no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  border: none;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-size: auto 100%;
}
.page .games li .star.remove {
  background-position: left center;
}
.page .games li:hover {
  -moz-box-shadow: 0 0 10px 1px rgba(255, 145, 242, 0.5);
  -webkit-box-shadow: 0 0 10px 1px rgba(255, 145, 242, 0.5);
  box-shadow: 0 0 10px 1px rgba(255, 145, 242, 0.5);
}
.page .games li:hover a span {
  color: #ffffff;
}
.page .games .btn-load-more {
  display: none;
  margin: 20px auto 100px auto;
}
.page .games .btn-load-more.displayed {
  display: table;
}
.page .lobby {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page .lobby:after {
  content: "";
  display: block;
  clear: both;
}
.page .lobby > li {
  display: none;
  width: calc(50% - 12px);
  float: left;
  margin-bottom: 20px;
  border: 1px solid rgba(223, 40, 202, 0.5);
  background: #270326;
}
.page .lobby > li:nth-of-type(even) {
  float: right;
}
.page .lobby > li > div {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.page .lobby > li > div:nth-of-type(1) {
  vertical-align: bottom;
  width: 45%;
}
.page .lobby > li > div:nth-of-type(1):hover .over {
  display: block;
}
.page .lobby > li > div:nth-of-type(1) span {
  text-align: center;
  display: block;
  padding: 10px 0;
  font-size: 16px;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page .lobby > li > div:nth-of-type(1) img {
  display: block;
  max-width: 100%;
  height: 200px;
  margin: auto;
}
.page .lobby > li > div:nth-of-type(1) .over {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.66);
}
.page .lobby > li > div:nth-of-type(1) .over .btn {
  position: absolute;
  padding-left: 30px;
  padding-right: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.page .lobby > li > div:nth-of-type(2) {
  width: 55%;
  height: 100%;
  border: 3px solid #270326;
  padding: 0 20px;
  font-size: 16px;
  background: #360b39;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page .lobby > li > div:nth-of-type(2) li {
  margin: 5px 0;
}
.page .lobby > li > div:nth-of-type(2) .online,
.page .lobby > li > div:nth-of-type(2) .offline {
  margin-left: -5px;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left center;
}
.page .lobby > li > div:nth-of-type(2) .online {
  color: #12c600;
  background-image: url(../images/icons/online.png);
}
.page .lobby > li > div:nth-of-type(2) .offline {
  color: #ff0000;
  background-image: url(../images/icons/offline.png);
}
.page .lobby > li > div:nth-of-type(2) .checkbox {
  position: relative;
  display: table;
  color: #ffffff;
  text-decoration: none;
}
.page .lobby > li > div:nth-of-type(2) .checkbox.active:after {
  content: "";
  display: block;
  width: 16px;
  height: 13px;
  position: absolute;
  left: 3px;
  top: 1px;
  background: url(../images/icons/ok.png) no-repeat;
}
.page .lobby > li > div:nth-of-type(2) .checkbox span {
  vertical-align: bottom;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
  margin-right: 10px;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page .lobby > li:hover {
  -moz-box-shadow: 0 0 10px 1px rgba(255, 145, 242, 0.5);
  -webkit-box-shadow: 0 0 10px 1px rgba(255, 145, 242, 0.5);
  box-shadow: 0 0 10px 1px rgba(255, 145, 242, 0.5);
}
.page .lobby > .btn:not(.btn-load-more) {
  display: table;
  clear: both;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.page .lobby .btn-load-more {
  display: none;
  margin: 20px auto 100px auto;
}
.page .lobby .btn-load-more.displayed {
  display: table;
}
.palm-left,
.palm-right,
.girl,
.vegas {
  position: absolute;
  top: 60px;
  z-index: -3;
}
.palm-left {
  left: 0;
}
.palm-right {
  right: 0;
}
.girl {
  top: 100px;
  left: -15px;
  background: url(../images/girl.png) no-repeat 0 0;
  width: 326px;
  height: 311px;
}
.girl.resized {
  background-position: -330px 0px;
}
.vegas {
  top: 90px;
  right: 0;
  background: url(../images/vegas.png) no-repeat 0 0;
  width: 444px;
  height: 293px;
}
.vegas.resized {
  background-position: -487px 0px;
}
.girl,
.palm-left,
.palm-right,
.vegas {
  background-size: cover !important;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: #4c043c;
}
.preloader > div {
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.75);
}
.overlay.displayed {
  display: block !important;
}
.popup {
  display: none;
  position: absolute;
  padding: 40px 20px;
  width: 500px;
  max-width: 95%;
  max-height: 95%;
  border-bottom: 2px solid #a08655;
  text-align: center;
  background: #c5b43f;
  background: -moz-linear-gradient(top, #c5b43f 0%, #8b6b2e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c5b43f), color-stop(100%, #8b6b2e));
  background: -webkit-linear-gradient(top, #c5b43f 0%, #8b6b2e 100%);
  background: -o-linear-gradient(top, #c5b43f 0%, #8b6b2e 100%);
  background: -ms-linear-gradient(top, #c5b43f 0%, #8b6b2e 100%);
  background: linear-gradient(to bottom, #c5b43f 0%, #8b6b2e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5b43f', endColorstr='#8b6b2e', GradientType=0);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-box-shadow: 0 11px 0 0 #55421c;
  -webkit-box-shadow: 0 11px 0 0 #55421c;
  box-shadow: 0 11px 0 0 #55421c;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.popup.popup-wide {
  width: 900px;
}
.popup .close-popup {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}
.popup .button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  padding: 13px 20px 10px 20px;
  color: #62757f;
  border: 0;
  font-size: 1.375em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #cfd7d9;
  background: -moz-linear-gradient(top, #cfd7d9 0%, #fefefe 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfd7d9), color-stop(100%, #fefefe));
  background: -webkit-linear-gradient(top, #cfd7d9 0%, #fefefe 100%);
  background: -o-linear-gradient(top, #cfd7d9 0%, #fefefe 100%);
  background: -ms-linear-gradient(top, #cfd7d9 0%, #fefefe 100%);
  background: linear-gradient(to bottom, #cfd7d9 0%, #fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfd7d9', endColorstr='#fefefe', GradientType=0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.25);
}
.popup .button:hover {
  background: #b7bcbd;
  background: -moz-linear-gradient(top, #b7bcbd 0%, #fefefe 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b7bcbd), color-stop(100%, #fefefe));
  background: -webkit-linear-gradient(top, #b7bcbd 0%, #fefefe 100%);
  background: -o-linear-gradient(top, #b7bcbd 0%, #fefefe 100%);
  background: -ms-linear-gradient(top, #b7bcbd 0%, #fefefe 100%);
  background: linear-gradient(to bottom, #b7bcbd 0%, #fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7bcbd', endColorstr='#fefefe', GradientType=0);
}
.popup .button:active {
  -webkit-transform: translateY(2px) translateX(2px);
  -moz-transform: translateY(2px) translateX(2px);
  -ms-transform: translateY(2px) translateX(2px);
  -o-transform: translateY(2px) translateX(2px);
  transform: translateY(2px) translateX(2px);
}
.popup .btn-group {
  margin: 20px 0;
}
.popup .btn-group > * {
  margin-left: 10px;
  margin-right: 10px;
}
.popup .btn-group > *:first-child {
  margin-left: 0 !important;
}
.popup .btn-group > *:last-child {
  margin-right: 0 !important;
}
.popup .btn-group > * {
  margin-left: 10px;
  margin-right: 10px;
}
.popup .btn-group > *:first-child {
  margin-left: 0 !important;
}
.popup .btn-group > *:last-child {
  margin-right: 0 !important;
}
.popup.displayed {
  display: block !important;
}
.popup-login {
  position: fixed !important;
}
.popup-login form,
.popup-login ul {
  display: inline-block;
  width: 45%;
  margin: 0 2%;
  vertical-align: top;
}
.popup-login form {
  text-align: center;
}
.popup-login form label {
  display: block;
  font-size: 1.625em;
  margin-bottom: 5px;
}
.popup-login form input[type="text"],
.popup-login form input[type="password"] {
  border: 0;
  background: transparent;
  font-size: 1.25em;
  margin-bottom: 15px;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 8px 15px 0px rgba(0, 0, 0, 0.25), inset 0 1px 2px 0px rgba(0, 0, 0, 0.25), 1px 1px 1px 0px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: inset 0 8px 15px 0px rgba(0, 0, 0, 0.25), inset 0 1px 2px 0px rgba(0, 0, 0, 0.25), 1px 1px 1px 0px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 8px 15px 0px rgba(0, 0, 0, 0.25), inset 0 1px 2px 0px rgba(0, 0, 0, 0.25), 1px 1px 1px 0px rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.popup-login form input[type="text"].error,
.popup-login form input[type="password"].error {
  background: rgba(255, 0, 0, 0.2);
  border: 1px solid #ff0000;
}
.popup-login form label,
.popup-login form input[type="text"],
.popup-login form input[type="password"] {
  width: 100%;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}
.popup-login form input[type="submit"] {
  width: 100%;
  text-transform: uppercase;
}
.popup-login ul {
  margin-top: 32px;
}
.popup-login ul li {
  display: inline-block;
  width: 28%;
  margin: 4px 2px;
}
.popup-login ul li a {
  color: #8f9da4;
  display: block;
  font-size: 2.25em;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  padding: 2px 0;
  color: #62757f;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #cfd7d9;
  background: -moz-linear-gradient(top, #cfd7d9 0%, #fefefe 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfd7d9), color-stop(100%, #fefefe));
  background: -webkit-linear-gradient(top, #cfd7d9 0%, #fefefe 100%);
  background: -o-linear-gradient(top, #cfd7d9 0%, #fefefe 100%);
  background: -ms-linear-gradient(top, #cfd7d9 0%, #fefefe 100%);
  background: linear-gradient(to bottom, #cfd7d9 0%, #fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfd7d9', endColorstr='#fefefe', GradientType=0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.25);
}
.popup-login ul li a:hover {
  background: #b7bcbd;
  background: -moz-linear-gradient(top, #b7bcbd 0%, #fefefe 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b7bcbd), color-stop(100%, #fefefe));
  background: -webkit-linear-gradient(top, #b7bcbd 0%, #fefefe 100%);
  background: -o-linear-gradient(top, #b7bcbd 0%, #fefefe 100%);
  background: -ms-linear-gradient(top, #b7bcbd 0%, #fefefe 100%);
  background: linear-gradient(to bottom, #b7bcbd 0%, #fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7bcbd', endColorstr='#fefefe', GradientType=0);
}
.popup-login ul li a:active {
  -webkit-transform: translateY(2px) translateX(2px);
  -moz-transform: translateY(2px) translateX(2px);
  -ms-transform: translateY(2px) translateX(2px);
  -o-transform: translateY(2px) translateX(2px);
  transform: translateY(2px) translateX(2px);
}
.popup-login .errorWrap {
  display: none;
  overflow: hidden;
}
.popup-login .errorMessage {
  min-height: 42px;
  color: #ffffff;
  margin: 15px 0 0 0;
  font-size: 1.25em;
}
.popup-login .errorMessage:before {
  content: url(../images/warning.png);
  display: inline-block;
  vertical-align: middle;
  left: -5px;
  position: relative;
}
.popup-attention {
  width: 520px;
  color: #ffffff;
  text-align: center;
  overflow-y: auto;
}
.popup-attention h2 {
  text-align: left;
  background: url(../images/warning.png) left center no-repeat;
  min-height: 42px;
  line-height: 42px;
  padding-left: 60px;
  font-size: 1.375em;
  font-weight: bold;
}
.popup-attention p {
  margin: 20px 0;
  text-align: left;
}
.popup-attention .button {
  margin: 5px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
}
.popup-payment {
  padding: 15px;
  width: 810px;
  max-width: calc(100% - 90px);
  background: #782663;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.popup-payment .close-popup {
  right: -40px;
  top: 0;
}
.popup-payment > ul li {
  position: relative;
  display: table-cell;
  vertical-align: top;
  font-size: 1.375em;
}
.popup-payment > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 25px 0;
  text-decoration: none;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
}
.popup-payment > ul li:hover a {
  color: #000000;
}
.popup-payment > ul li.active a {
  color: #000000;
  background: #f0f0f0;
}
.popup-payment > ul li:after {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 1px;
  background: rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  left: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.popup-payment > ul li:first-child::after,
.popup-payment > ul li.active:after,
.popup-payment > ul li.active + li:after {
  display: none;
}
.popup-payment .tabs {
  background: #f0f0f0;
  padding: 10px;
  margin-top: -1px;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  max-height: 70vh;
  overflow-y: auto;
}
.popup-payment .tabs .payment-methods {
  position: relative;
  text-align: left;
}
.popup-payment .tabs .payment-methods li {
  font-size: 16px;
  display: inline-block;
  margin-left: -4px;
  font-size: 1em;
  width: calc(100% / 3);
  height: 95px;
  vertical-align: top;
  -moz-box-shadow: inset 0 0 0 1px #c8c8c8;
  -webkit-box-shadow: inset 0 0 0 1px #c8c8c8;
  box-shadow: inset 0 0 0 1px #c8c8c8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e7e7e7));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e7e7', GradientType=0);
}
.popup-payment .tabs .payment-methods li:nth-of-type(3n + 1) {
  margin-left: 0;
}
.popup-payment .tabs .payment-methods li > a {
  text-decoration: none;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.popup-payment .tabs .payment-methods li > a img {
  position: relative;
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.popup-payment .tabs .payment-methods li .details {
  width: 100% !important;
  display: none;
  opacity: 0;
  position: absolute;
  background: #533e50;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  padding: 15px;
  font-size: 13px;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup-payment .tabs .payment-methods li .details div,
.popup-payment .tabs .payment-methods li .details span,
.popup-payment .tabs .payment-methods li .details label {
  display: inline-block;
}
.popup-payment .tabs .payment-methods li .details .btn-purple {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1em;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup-payment .tabs .payment-methods li .details .ico-img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 8px;
}
.popup-payment .tabs .payment-methods li .details p {
  margin-top: 5px;
  font-size: 14px;
  color: #b6b0b5;
}
.popup-payment .tabs .payment-methods li .details b {
  font-weight: bold;
  font-size: 16px;
}
.popup-payment .tabs .payment-methods li .details .input-wrap {
  vertical-align: middle;
  width: 200px;
  max-width: 100%;
  position: relative;
  height: 30px;
  margin: 0 5px 0 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.popup-payment .tabs .payment-methods li .details .input-wrap.amount {
  width: 80px;
}
.popup-payment .tabs .payment-methods li .details .input-wrap.wallet {
  width: 180px;
  margin-left: 0;
}
.popup-payment .tabs .payment-methods li .details .input-wrap:before {
  left: -20px;
}
.popup-payment .tabs .payment-methods li .details .input-wrap:after {
  left: -17px;
}
.popup-payment .tabs .payment-methods li .details .input-wrap label:before {
  left: -22px;
  margin-top: -1px;
}
.popup-payment .tabs .payment-methods li .details .input-wrap label:after {
  left: -19px;
  margin-top: -1px;
}
.popup-payment .tabs .payment-methods li .details .input-wrap input[type="text"] {
  padding: 0 10px;
  background: transparent;
  width: 100%;
  height: 100%;
  border: 0;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup-payment .tabs .payment-methods li .details .input-wrap label {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
.popup-payment .tabs .payment-methods li .details .input-wrap .errorMessage {
  color: #ffffff;
  position: absolute;
  text-align: center;
  z-index: 999;
  cursor: default;
  font-size: 0.8125em;
  background: rgba(255, 0, 0, 0.8);
  white-space: nowrap;
  padding: 15px 30px;
  top: -180%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-weight: bold;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
.popup-payment .tabs .payment-methods li .details .input-wrap .errorMessage:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid rgba(255, 0, 0, 0.8);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.popup-payment .tabs .payment-methods li .details .input-wrap .errorMessage:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -15px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid rgba(0, 0, 0, 0.25);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.popup-payment .tabs .payment-methods li .details .input-wrap,
.popup-payment .tabs .payment-methods li .details label:before {
  background: #2c1c2a;
  -moz-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.25);
}
.popup-payment .tabs .payment-methods li .details input[type="radio"] {
  display: none;
  margin-bottom: 15px;
}
.popup-payment .tabs .payment-methods li .details input[type="radio"]:checked + label:after,
.popup-payment .tabs .payment-methods li .details input[type="radio"]:checked + .input-wrap label:after {
  display: block;
}
.popup-payment .tabs .payment-methods li .details label {
  margin: 10px 5px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.popup-payment .tabs .payment-methods li .details label:before,
.popup-payment .tabs .payment-methods li .details label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.popup-payment .tabs .payment-methods li .details label:before {
  width: 16px;
  height: 16px;
  left: 0;
}
.popup-payment .tabs .payment-methods li .details label:after {
  display: none;
  width: 10px;
  height: 10px;
  left: 3px;
  background: #db28c6;
  background: -moz-linear-gradient(top, #db28c6 0%, #7a2765 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db28c6), color-stop(100%, #7a2765));
  background: -webkit-linear-gradient(top, #db28c6 0%, #7a2765 100%);
  background: -o-linear-gradient(top, #db28c6 0%, #7a2765 100%);
  background: -ms-linear-gradient(top, #db28c6 0%, #7a2765 100%);
  background: linear-gradient(to bottom, #db28c6 0%, #7a2765 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db28c6', endColorstr='#7a2765', GradientType=0);
}
.popup-payment .tabs .payment-methods li:hover {
  background: #ffffff;
}
.popup-payment .tabs .payment-methods li.active {
  background: #533e50;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.5);
}
.popup-payment .tabs .payment-methods li.active .details {
  display: block;
}
.popup-payment .tabs .tab-2 .payment-methods li .details label:after,
.popup-payment .tabs .tab-2 .payment-methods li .details label:before {
  display: none;
}
.popup-payment .tabs .tab-2 .payment-methods li .details .input-wrap {
  margin: 0 5px;
}
.popup-payment .tabs .tab-2 .payment-methods li .details .block {
  margin: 10px;
}
.popup-payment .tabs .tab-3 table {
  width: 100%;
  font-size: 0.875em;
  color: #000000;
  text-align: left;
}
.popup-payment .tabs .tab-3 table thead tr {
  display: block;
}
.popup-payment .tabs .tab-3 table thead th:last-child {
  width: auto !important;
}
.popup-payment .tabs .tab-3 table th {
  padding: 15px 10px;
  background: transparent;
}
.popup-payment .tabs .tab-3 table td {
  padding: 5px 10px;
}
.popup-payment .tabs .tab-3 table th,
.popup-payment .tabs .tab-3 table td {
  width: 1%;
  white-space: nowrap;
}
.popup-payment .tabs .tab-3 table tbody {
  display: block;
  overflow-y: auto;
}
.popup-payment .tabs .tab-3 table tbody tr {
  background: #dddddd;
}
.popup-payment .tabs .tab-3 table tbody tr:nth-of-type(even) {
  background: #f0f0f0;
}
.popup-payment .tabs .tab-3 table .progress {
  color: #ff7800;
}
.popup-payment .tabs .tab-3 table .error {
  color: #ff0000;
}
.popup-payment .tabs .tab-3 table .ready {
  color: #00aa24;
}
.popup-payment .tabs .tab-3 .pagination {
  margin: 15px 0;
  text-align: center;
}
.popup-payment .tabs .tab-3 .pagination li {
  display: inline-block;
}
.popup-payment .tabs .tab-3 .pagination li.selected a,
.popup-payment .tabs .tab-3 .pagination li.selected a:hover {
  background: #666666;
  color: #ffffff;
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.popup-payment .tabs .tab-3 .pagination li.first,
.popup-payment .tabs .tab-3 .pagination li.last {
  display: none;
}
.popup-payment .tabs .tab-3 .pagination li a {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #f5f5f5;
  text-decoration: none;
  color: #62757f;
  font-size: 12px;
  border: 1px solid #bdbdbd;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.popup-payment .tabs .tab-3 .pagination li a:hover {
  background: #ffffff;
}
.popup-payment .tabs .tab-3 .pagination li span {
  margin: 0 10px;
}
.popup-payment .tabs .successMessage {
  display: inline-block;
  color: #df28ca;
  font-size: 1.125em;
}
.popup-payment .registration-date,
.popup-payment .account-status {
  display: inline-block;
  font-size: 14px;
  color: #8f9da4;
}
.popup-payment .registration-date strong,
.popup-payment .account-status strong {
  color: #000000;
}
.popup-payment .account-status {
  margin-left: 40px;
}
.popup-payment .account-status .success {
  color: #00aa24;
}
.popup-payment .profile-edit {
  padding: 10px 20px;
}
.popup-payment .profile-edit,
.popup-payment .profile-edit p {
  text-align: left;
}
.popup-payment .profile-edit form {
  margin-top: 20px;
  border-top: 1px solid #c8c8c8;
}
.popup-payment .profile-edit form .form-item {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #c8c8c8;
}
.popup-payment .profile-edit form .form-item > label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #8f9da4;
}
.popup-payment .profile-edit form *[data-value] {
  font-size: 16px;
  font-weight: bold;
}
.popup-payment .profile-edit form *[data-update] {
  font-size: 14px;
  font-weight: bold;
  color: #df28ca;
}
.popup-payment .profile-edit form .hidden > * {
  display: inline-block;
  vertical-align: top;
}
.popup-payment .profile-edit form .preview,
.popup-payment .profile-edit form .hidden {
  display: none;
}
.popup-payment .profile-edit form .preview.displayed,
.popup-payment .profile-edit form .hidden.displayed {
  display: block;
}
.popup-payment .profile-edit form input[type="text"],
.popup-payment .profile-edit form input[type="password"],
.popup-payment .profile-edit form input[type="email"] {
  width: 200px;
  height: 30px;
  line-height: 30px;
}
.popup-payment .profile-edit form .controls {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  overflow: hidden;
  border: 1px solid #8f9da4;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup-payment .profile-edit form .controls:after {
  content: "";
  display: block;
  clear: both;
}
.popup-payment .profile-edit form .controls > * {
  display: block;
  float: left;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup-payment .profile-edit form .controls > *:hover {
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
}
.popup-payment .profile-edit form .controls.large {
  margin-top: 4px;
  display: table;
  width: 200px;
}
.popup-payment .profile-edit form .controls.large > * {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.popup-payment .profile-edit form .controls .controls-default,
.popup-payment .profile-edit form .controls .controls-primary {
  position: relative;
}
.popup-payment .profile-edit form .controls .controls-default:after,
.popup-payment .profile-edit form .controls .controls-primary:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
}
.popup-payment .profile-edit form .controls .controls-default {
  color: #000000;
  font-weight: bold;
  background: #fdfdfd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdfdfd 1%, #bbbbbb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fdfdfd 1%, #bbbbbb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fdfdfd 1%, #bbbbbb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.popup-payment .profile-edit form .controls .controls-default:after {
  background-image: url(../images/icons/controls-cancel.png);
}
.popup-payment .profile-edit form .controls .controls-primary {
  color: #ffffff;
  font-weight: bold;
  background: #f833e1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f833e1 0%, #593350 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f833e1 0%, #593350 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f833e1 0%, #593350 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.popup-payment .profile-edit form .controls .controls-primary:after {
  background-image: url(../images/icons/controls-accept.png);
}
.popup-payment .profile-edit form .input-group > * {
  margin-top: 2px;
  margin-bottom: 2px;
}
.popup-payment .profile-edit form .input-group > *:first-child {
  margin-top: 0 !important;
}
.popup-payment .profile-edit form .input-group > *:last-child {
  margin-bottom: 0 !important;
}
.popup-payment .profile-edit form .input-group > * {
  margin-top: 2px;
  margin-bottom: 2px;
}
.popup-payment .profile-edit form .input-group > *:first-child {
  margin-top: 0 !important;
}
.popup-payment .profile-edit form .input-group > *:last-child {
  margin-bottom: 0 !important;
}
.popup-payment .profile-edit form .radio-button {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 20px;
}
.popup-payment .profile-edit form .radio-button input {
  display: none;
}
.popup-payment .profile-edit form .radio-button input:checked + .point:after {
  display: block;
}
.popup-payment .profile-edit form .radio-button .point {
  position: relative;
  width: 16px;
  height: 16px;
  background: #c8c8c8;
  margin-right: 5px;
  -moz-box-shadow: inset 1px 1px 1px 1px #8f9da4;
  -webkit-box-shadow: inset 1px 1px 1px 1px #8f9da4;
  box-shadow: inset 1px 1px 1px 1px #8f9da4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.popup-payment .profile-edit form .radio-button .point:after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 10px;
  height: 10px;
  background: #df28ca;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.popup-payment .profile-edit form .radio-button label {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}
.popup-payment .profile-edit form .radio-button .point,
.popup-payment .profile-edit form .radio-button label {
  display: inline-block;
  vertical-align: middle;
}
.popup-primary {
  padding: 15px;
  width: 810px;
  max-width: calc(100% - 90px);
  background: #782663;
  border: 0;
  font-size: 14px;
  text-align: left;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.popup-primary .close-popup {
  right: -40px;
  top: 0;
}
.popup-primary .popup-body {
  background: #f0f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 40px;
  max-height: 55vh;
  overflow-y: auto;
  margin-top: 3px;
}
.popup-primary .popup-body a,
.popup-primary .popup-body a:visited {
  color: #df28ca;
}
.popup-primary .popup-body .btn {
  display: table;
  margin: 50px auto 0 auto;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  font-size: 1.375em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.popup-primary .popup-body .btn:hover {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}
.popup-primary .caption {
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 25px 0;
}
.popup-primary .list-group {
  overflow: hidden;
  margin-bottom: -3px;
  background: #f0f0f0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
}
.popup-primary .list-group:after {
  content: "";
  display: block;
  clear: both;
}
.popup-primary .list-group button {
  display: block;
  width: 50%;
  float: left;
  padding: 40px 40px 20px 40px;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  border: 0;
  background: #cacaca;
}
.popup-primary .list-group button:hover {
  background: #bdbdbd;
}
.popup-primary .list-group button.active {
  background: #f0f0f0;
}
.popup-primary .list-group button.active:hover {
  background: #d7d7d7;
}
.popup-secondary {
  width: 600px;
  padding: 30px;
  border: 1px solid #66186c;
  color: #c099bf;
  text-align: center;
  font-size: 16px;
  overflow-y: auto;
  background: #4f113e;
  background: -moz-linear-gradient(top, #4f113e 0%, #2e0933 100%);
  background: -webkit-linear-gradient(top, #4f113e 0%, #2e0933 100%);
  background: linear-gradient(to bottom, #4f113e 0%, #2e0933 100%);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.popup-secondary .close-popup {
  right: 0;
  top: 0;
}
.popup-secondary .caption {
  color: #dbd30d;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 0 40px;
  font-size: 24px;
}
.popup-secondary .form-primary .form-item {
  width: 330px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.popup-secondary .form-primary .form-item input {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.popup-secondary .form-primary .form-item.user {
  padding-left: 30px;
  background: url(../images/icons/user.png) no-repeat left center;
}
.popup-secondary p {
  margin: 20px 0;
}
.popup-secondary .bonus-item {
  color: #ffffff;
  text-align: left;
}
.popup-secondary .bonus-item > *:last-child {
  padding: 10px 10px 0 10px;
}
.popup-secondary .bonus-item img {
  display: block;
  max-width: 180px;
  margin: auto;
}
.popup-secondary .bonus-item .caption {
  text-align: left;
  margin: 0 0 20px 0;
}
.popup-thanks,
.popup-password,
.popup-password-2,
.popup-enter {
  width: 445px;
}
.popup-transfer-balance {
  padding: 15px;
  width: 500px;
  max-width: calc(100% - 95px);
  background: #782663;
  border: 0;
  color: #ffffff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.popup-transfer-balance .close-popup {
  right: -40px;
  top: 0;
}
.popup-transfer-balance .caption {
  margin-bottom: 20px;
  font-size: 18px;
}
.popup-transfer-balance input[type="text"] {
  padding: 0 60px 0 10px;
  background: transparent;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: 0;
  color: #ffffff;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup-transfer-balance input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.popup-transfer-balance input[type="text"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.popup-transfer-balance input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.popup-transfer-balance input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.popup-transfer-balance .currency-wrapper {
  vertical-align: middle;
  width: 200px;
  max-width: 90%;
  position: relative;
  margin: 20px auto;
  background: #2c1c2a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.25);
}
.popup-transfer-balance .currency-wrapper span {
  position: absolute;
  right: 10px;
  top: 5px;
  text-transform: uppercase;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.popup-transfer-balance button {
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 8px 15px;
}
.popup-transfer-balance .errorMessage {
  color: red;
  margin-top: -15px;
  margin-bottom: 20px;
}
.error-content {
  position: relative;
  max-width: 800px;
  padding-left: 25%;
  color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.error-content p {
  font-size: 1.25em;
  margin: 40px 0;
}
.error-content p span {
  display: block;
  font-size: 1.5625em;
}
.container {
  width: 1024px;
  margin: auto;
  padding-bottom: 20px;
}
.box {
  height: 240px;
  border: 1px solid #5d1d4d;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.refresh {
  padding-left: 30px;
  background: url(../images/icons/refresh.png) no-repeat 10px center;
}
.btn {
  display: inline-block;
  padding: 10px;
  color: #ffffff;
  border: 1px solid #782663;
  height: 36px;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eac6e9;
  background: -moz-linear-gradient(top, #eac6e9 0%, #b947b5 50%, #ad28a8 51%, #da97d8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eac6e9), color-stop(50%, #b947b5), color-stop(51%, #ad28a8), color-stop(100%, #da97d8));
  background: -webkit-linear-gradient(top, #eac6e9 0%, #b947b5 50%, #ad28a8 51%, #da97d8 100%);
  background: -o-linear-gradient(top, #eac6e9 0%, #b947b5 50%, #ad28a8 51%, #da97d8 100%);
  background: -ms-linear-gradient(top, #eac6e9 0%, #b947b5 50%, #ad28a8 51%, #da97d8 100%);
  background: linear-gradient(to bottom, #eac6e9 0%, #b947b5 50%, #ad28a8 51%, #da97d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eac6e9', endColorstr='#da97d8', GradientType=0);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.btn:hover {
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 10px 1px #ff91f2;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 10px 1px #ff91f2;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 10px 1px #ff91f2;
}
.btn.centered {
  display: table;
  margin: 20px auto;
}
.btn-green {
  padding-left: 25px;
  padding-right: 25px;
  border-color: #00aa24;
  background: #93d394;
  background: -moz-linear-gradient(top, #93d394 0%, #60be62 50%, #18a11b 51%, #85cd86 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #93d394), color-stop(50%, #60be62), color-stop(51%, #18a11b), color-stop(100%, #85cd86));
  background: -webkit-linear-gradient(top, #93d394 0%, #60be62 50%, #18a11b 51%, #85cd86 100%);
  background: -o-linear-gradient(top, #93d394 0%, #60be62 50%, #18a11b 51%, #85cd86 100%);
  background: -ms-linear-gradient(top, #93d394 0%, #60be62 50%, #18a11b 51%, #85cd86 100%);
  background: linear-gradient(to bottom, #93d394 0%, #60be62 50%, #18a11b 51%, #85cd86 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93d394', endColorstr='#85cd86', GradientType=0);
}
.btn-green:hover {
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 10px 1px #44ff6c;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 10px 1px #44ff6c;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 10px 1px #44ff6c;
}
.btn-yellow {
  padding-left: 25px;
  padding-right: 25px;
  border-color: #ccc000;
  background: #e1c967;
  background: -moz-linear-gradient(top, #e1c967 0%, #d4b125 50%, #cda400 51%, #d7b734 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1c967), color-stop(50%, #d4b125), color-stop(51%, #cda400), color-stop(100%, #d7b734));
  background: -webkit-linear-gradient(top, #e1c967 0%, #d4b125 50%, #cda400 51%, #d7b734 100%);
  background: -o-linear-gradient(top, #e1c967 0%, #d4b125 50%, #cda400 51%, #d7b734 100%);
  background: -ms-linear-gradient(top, #e1c967 0%, #d4b125 50%, #cda400 51%, #d7b734 100%);
  background: linear-gradient(to bottom, #e1c967 0%, #d4b125 50%, #cda400 51%, #d7b734 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1c967', endColorstr='#d7b734', GradientType=0);
}
.btn-yellow:hover {
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 10px 1px #fff999;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 10px 1px #fff999;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 10px 1px #fff999;
}
.btn-purple {
  display: inline-block;
  border: 0;
  font-size: 1.375em;
  color: #ffffff;
  padding: 10px 60px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ff00e1;
  background: -moz-linear-gradient(top, #ff00e1 0%, #500045 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff00e1), color-stop(100%, #500045));
  background: -webkit-linear-gradient(top, #ff00e1 0%, #500045 100%);
  background: -o-linear-gradient(top, #ff00e1 0%, #500045 100%);
  background: -ms-linear-gradient(top, #ff00e1 0%, #500045 100%);
  background: linear-gradient(to bottom, #ff00e1 0%, #500045 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00e1', endColorstr='#500045', GradientType=0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-purple:hover {
  background: #ff2de6;
  background: -moz-linear-gradient(top, #ff2de6 0%, #500045 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff2de6), color-stop(100%, #500045));
  background: -webkit-linear-gradient(top, #ff2de6 0%, #500045 100%);
  background: -o-linear-gradient(top, #ff2de6 0%, #500045 100%);
  background: -ms-linear-gradient(top, #ff2de6 0%, #500045 100%);
  background: linear-gradient(to bottom, #ff2de6 0%, #500045 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2de6', endColorstr='#500045', GradientType=0);
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 10px 1px rgba(207, 104, 181, 0.7);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 10px 1px rgba(207, 104, 181, 0.7);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 10px 1px rgba(207, 104, 181, 0.7);
}
.btn-lang,
.btn-sound {
  width: 36px;
  padding: 10px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.btn-sound {
  background: #eac6e9;
  background-image: url(../images/icons/sound.png), -moz-linear-gradient(top, #eac6e9 0%, #b947b5 50%, #ad28a8 51%, #da97d8 100%);
  background-image: url(../images/icons/sound.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eac6e9), color-stop(50%, #b947b5), color-stop(51%, #ad28a8), color-stop(100%, #da97d8));
  background-image: url(../images/icons/sound.png), -webkit-linear-gradient(top, #eac6e9 0%, #b947b5 50%, #ad28a8 51%, #da97d8 100%);
  background-image: url(../images/icons/sound.png), -o-linear-gradient(top, #eac6e9 0%, #b947b5 50%, #ad28a8 51%, #da97d8 100%);
  background-image: url(../images/icons/sound.png), -ms-linear-gradient(top, #eac6e9 0%, #b947b5 50%, #ad28a8 51%, #da97d8 100%);
  background-image: url(../images/icons/sound.png), linear-gradient(to bottom, #eac6e9 0%, #b947b5 50%, #ad28a8 51%, #da97d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eac6e9', endColorstr='#da97d8', GradientType=0);
  background-repeat: no-repeat;
  background-position: center center, 0 0;
  background-size: 50%, auto;
}
.btn-sound.off {
  background: #eac6e9;
  background-image: url(../images/icons/sound-off.png), -moz-linear-gradient(top, #eac6e9 0%, #b947b5 50%, #ad28a8 51%, #da97d8 100%);
  background-image: url(../images/icons/sound-off.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eac6e9), color-stop(50%, #b947b5), color-stop(51%, #ad28a8), color-stop(100%, #da97d8));
  background-image: url(../images/icons/sound-off.png), -webkit-linear-gradient(top, #eac6e9 0%, #b947b5 50%, #ad28a8 51%, #da97d8 100%);
  background-image: url(../images/icons/sound-off.png), -o-linear-gradient(top, #eac6e9 0%, #b947b5 50%, #ad28a8 51%, #da97d8 100%);
  background-image: url(../images/icons/sound-off.png), -ms-linear-gradient(top, #eac6e9 0%, #b947b5 50%, #ad28a8 51%, #da97d8 100%);
  background-image: url(../images/icons/sound-off.png), linear-gradient(to bottom, #eac6e9 0%, #b947b5 50%, #ad28a8 51%, #da97d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eac6e9', endColorstr='#da97d8', GradientType=0);
  background-repeat: no-repeat;
  background-position: center center, 0 0;
  background-size: 50%, auto;
}
.btn-download {
  padding-left: 40px;
  padding-right: 25px;
  background: #eac6e9;
  background-image: url(../images/icons/download.png), -moz-linear-gradient(top, #eac6e9 0%, #b947b5 50%, #ad28a8 51%, #da97d8 100%);
  background-image: url(../images/icons/download.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eac6e9), color-stop(50%, #b947b5), color-stop(51%, #ad28a8), color-stop(100%, #da97d8));
  background-image: url(../images/icons/download.png), -webkit-linear-gradient(top, #eac6e9 0%, #b947b5 50%, #ad28a8 51%, #da97d8 100%);
  background-image: url(../images/icons/download.png), -o-linear-gradient(top, #eac6e9 0%, #b947b5 50%, #ad28a8 51%, #da97d8 100%);
  background-image: url(../images/icons/download.png), -ms-linear-gradient(top, #eac6e9 0%, #b947b5 50%, #ad28a8 51%, #da97d8 100%);
  background-image: url(../images/icons/download.png), linear-gradient(to bottom, #eac6e9 0%, #b947b5 50%, #ad28a8 51%, #da97d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eac6e9', endColorstr='#da97d8', GradientType=0);
  background-repeat: no-repeat;
  background-position: 20px center, 0 0;
}
.btn-load-more {
  padding-left: 50px;
  background: #93d394;
  background-image: url(../images/icons/load-more.png), -moz-linear-gradient(top, #93d394 0%, #60be62 50%, #18a11b 51%, #85cd86 100%);
  background-image: url(../images/icons/load-more.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #93d394), color-stop(50%, #60be62), color-stop(51%, #18a11b), color-stop(100%, #85cd86));
  background-image: url(../images/icons/load-more.png), -webkit-linear-gradient(top, #93d394 0%, #60be62 50%, #18a11b 51%, #85cd86 100%);
  background-image: url(../images/icons/load-more.png), -o-linear-gradient(top, #93d394 0%, #60be62 50%, #18a11b 51%, #85cd86 100%);
  background-image: url(../images/icons/load-more.png), -ms-linear-gradient(top, #93d394 0%, #60be62 50%, #18a11b 51%, #85cd86 100%);
  background-image: url(../images/icons/load-more.png), linear-gradient(to bottom, #93d394 0%, #60be62 50%, #18a11b 51%, #85cd86 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93d394', endColorstr='#85cd86', GradientType=0);
  background-repeat: no-repeat;
  background-position: 20px center, 0 0;
}
.btn-search {
  background: #eac6e9;
  background-image: url(../images/icons/search.png), -moz-linear-gradient(top, #eac6e9 0%, #b947b5 50%, #ad28a8 51%, #da97d8 100%);
  background-image: url(../images/icons/search.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eac6e9), color-stop(50%, #b947b5), color-stop(51%, #ad28a8), color-stop(100%, #da97d8));
  background-image: url(../images/icons/search.png), -webkit-linear-gradient(top, #eac6e9 0%, #b947b5 50%, #ad28a8 51%, #da97d8 100%);
  background-image: url(../images/icons/search.png), -o-linear-gradient(top, #eac6e9 0%, #b947b5 50%, #ad28a8 51%, #da97d8 100%);
  background-image: url(../images/icons/search.png), -ms-linear-gradient(top, #eac6e9 0%, #b947b5 50%, #ad28a8 51%, #da97d8 100%);
  background-image: url(../images/icons/search.png), linear-gradient(to bottom, #eac6e9 0%, #b947b5 50%, #ad28a8 51%, #da97d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eac6e9', endColorstr='#da97d8', GradientType=0);
  background-repeat: no-repeat;
  background-position: center center, 0 0;
}
input[type="submit"].btn {
  line-height: 1px;
}
.scroll-up {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  z-index: 1000;
  width: 47px;
  height: 47px;
  background: url(../images/btn-up.png) left center no-repeat;
}
.scroll-up:hover {
  background-position: right center;
}
/* Language versions differencies */
html[lang="ru"] .winners {
  background-image: url(../images/winners-ru.png);
}
html[lang="ru"] .jackpot {
  background-image: url(../images/jackpot-ru.png), url(../images/bg-jackpot.png);
  background-position: center 35px, center center;
}
html[lang="en"] .winners {
  background-image: url(../images/winners-en.png);
}
html[lang="en"] .winners .slider-wrapper {
  width: 450px;
}
html[lang="en"] .jackpot {
  background-image: url(../images/jackpot-en.png), url(../images/bg-jackpot.png);
  background-position: center 35px, center center;
}
html[lang="zh_cn"] .winners {
  background-image: url(../images/winners-zh.png);
}
html[lang="zh_cn"] .winners .slider-wrapper {
  width: 505px;
}
html[lang="zh_cn"] .jackpot {
  background-image: url(../images/jackpot-zh.png), url(../images/bg-jackpot.png);
  background-position: center 6px, center center;
}
.grid-view {
  padding: 0 !important;
}
.game-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  text-align: center;
}
.game-overlay .center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.game-overlay p {
  font-size: 20px;
  margin-bottom: 20px;
  color: #ffffff;
}
.game-overlay .btn-purple {
  text-decoration: none;
}
.btn-error {
  display: inline-block;
  padding: 3px 8px;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #980000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #e71919;
  background: -webkit-gradient(linear, left top, left bottom, from(#e71919), to(#a90909));
  background: -webkit-linear-gradient(top, #e71919, #a90909);
  background: -moz-linear-gradient(top, #e71919, #a90909);
  background: -ms-linear-gradient(top, #e71919, #a90909);
  background: -o-linear-gradient(top, #e71919, #a90909);
}
.btn-error:hover {
  background-color: #ba1313;
  background: -webkit-gradient(linear, left top, left bottom, from(#ba1313), to(#790606));
  background: -webkit-linear-gradient(top, #ba1313, #790606);
  background: -moz-linear-gradient(top, #ba1313, #790606);
  background: -ms-linear-gradient(top, #ba1313, #790606);
  background: -o-linear-gradient(top, #ba1313, #790606);
}
.tab-menu {
  display: table;
  width: 100%;
}
.padded-top {
  padding-top: 20px;
}
.padded-bottom {
  padding-bottom: 20px;
}
[data-modal-open] {
  cursor: pointer;
}
.finstrum-small {
  display: inline-block;
  vertical-align: middle;
  margin-top: -12px;
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
}
.iframe-wrapper {
  -webkit-overflow-scrolling: touch;
  padding-top: 20px;
  overflow: auto;
  width: 100%;
  height: 100%;
}
.payment-menu {
  display: table;
  width: 100%;
}
.text-page {
  color: white;
}
.content-editor {
  font-size: 1em;
}
.content-editor img {
  max-width: 100%;
}
.content-editor ul,
.content-editor ol {
  margin: 1em 0;
  padding: 0 0 0 20px;
}
.content-editor ul li {
  list-style-type: disc;
}
.content-editor ol li {
  list-style-type: decimal;
}
.content-editor b,
.content-editor strong {
  font-weight: bold;
}
.content-editor i,
.content-editor em {
  font-style: italic;
}
.content-editor u {
  text-decoration: underline;
}
.content-editor table {
  border-collapse: separate;
  border: 1px solid;
}
.content-editor th,
.content-editor td {
  border: 1px solid;
  padding: 5px;
}
.content-editor p {
  margin: 20px 0;
}
.transactionsHistoryTable th {
  text-align: left;
}
.shadow-box {
  color: white;
  padding: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: -moz-linear-gradient(top, #170613 0%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(top, #170613 0%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to bottom, #170613 0%, rgba(125, 185, 232, 0) 100%);
}
.shadow-box h1 {
  text-transform: uppercase;
  color: #e2b301;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #de29ce;
  text-align: center;
  font-size: 30px;
}
.shadow-box a:not(.btn) {
  color: #e2b301;
}
.page-closing {
  padding-top: 1px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
.page-closing a {
  display: inline-block;
  margin: 7% auto;
  text-align: center;
}
.page-closing img {
  display: inline;
  max-width: 95%;
}
.page-closing p {
  position: relative;
  padding: 40px 0;
}
.page-closing p:before,
.page-closing p:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #000000;
  background: -moz-linear-gradient(left, #000000 0%, #942b91 40%, #942b91 40%, #942b91 60%, #000000 100%);
  background: -webkit-linear-gradient(left, #000000 0%, #942b91 40%, #942b91 40%, #942b91 60%, #000000 100%);
  background: linear-gradient(to right, #000000 0%, #942b91 40%, #942b91 40%, #942b91 60%, #000000 100%);
}
.page-closing p:before {
  top: 0;
}
.page-closing p:after {
  bottom: 0;
}
a,
button,
input,
li,
ul,
a:focus,
button:focus,
input:focus,
li:focus,
ul:focus {
  outline: none !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.iOS-device-Displayed {
  position: fixed;
  width: 100%;
}
.windows8 {
  position: relative;
  width: 90px;
  height: 90px;
}
.windows8 .wBall {
  position: absolute;
  width: 86px;
  height: 86px;
  opacity: 0;
  -moz-transform: rotate(225deg);
  -moz-animation: orbit 7.699999999999999s infinite;
  -webkit-transform: rotate(225deg);
  -webkit-animation: orbit 7.699999999999999s infinite;
  -ms-transform: rotate(225deg);
  -ms-animation: orbit 7.699999999999999s infinite;
  -o-transform: rotate(225deg);
  -o-animation: orbit 7.699999999999999s infinite;
  transform: rotate(225deg);
  animation: orbit 7.699999999999999s infinite;
}
.windows8 .wBall .wInnerBall {
  position: absolute;
  width: 11px;
  height: 11px;
  background: #e6abd0;
  left: 0px;
  top: 0px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
}
.windows8 #wBall_1 {
  -moz-animation-delay: 1.68s;
  -webkit-animation-delay: 1.68s;
  -ms-animation-delay: 1.68s;
  -o-animation-delay: 1.68s;
  animation-delay: 1.68s;
}
.windows8 #wBall_2 {
  -moz-animation-delay: 0.34s;
  -webkit-animation-delay: 0.34s;
  -ms-animation-delay: 0.34s;
  -o-animation-delay: 0.34s;
  animation-delay: 0.34s;
}
.windows8 #wBall_3 {
  -moz-animation-delay: 0.67s;
  -webkit-animation-delay: 0.67s;
  -ms-animation-delay: 0.67s;
  -o-animation-delay: 0.67s;
  animation-delay: 0.67s;
}
.windows8 #wBall_4 {
  -moz-animation-delay: 1.01s;
  -webkit-animation-delay: 1.01s;
  -ms-animation-delay: 1.01s;
  -o-animation-delay: 1.01s;
  animation-delay: 1.01s;
}
.windows8 #wBall_5 {
  -moz-animation-delay: 1.34s;
  -webkit-animation-delay: 1.34s;
  -ms-animation-delay: 1.34s;
  -o-animation-delay: 1.34s;
  animation-delay: 1.34s;
}
@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0%;
  }
  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%;
  }
  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%;
  }
  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%;
  }
  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%;
  }
  76% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
}
@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}
@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0%;
  }
  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%;
  }
  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%;
  }
  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%;
  }
  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%;
  }
  76% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
}
@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0%;
  }
  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%;
  }
  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%;
  }
  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%;
  }
  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%;
  }
  76% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
}
@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%;
  }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
    opacity: 0;
    transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}
@media (max-width: 1919px) {
  .palm-left {
    width: 300px;
  }
  .palm-right {
    width: 400px;
  }
  .girl {
    width: 280px;
    height: 267px;
  }
  .girl.resized {
    background-position: -283px 0;
  }
  .vegas {
    width: 350px;
    height: 230px;
  }
  .vegas.resized {
    background-position: -382px 0;
  }
}
@media (max-width: 1279px) {
  body {
    min-width: 820px;
    font-size: 0.8em;
  }
  .container {
    width: 820px;
  }
  header {
    height: 50px;
  }
  header .lights-outer {
    top: 50px;
  }
  header .container > .wrapper .btn,
  header .container > .wrapper input {
    margin: 0 3px;
  }
  header .container > .wrapper .btn-lang,
  header .container > .wrapper .btn-sound {
    line-height: 28px;
  }
  header .container > .wrapper .menu-lang > li ul {
    top: 39px;
  }
  header .container > .wrapper .user-panel p {
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
  }
  header .container > .wrapper .user-panel p a {
    white-space: nowrap;
    display: inline-block;
    vertical-align: text-bottom;
  }
  header .container > .wrapper .user-panel p a:not(.refresh) {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 105px;
  }
  header .container > .wrapper .user-panel input[type="text"],
  header .container > .wrapper .user-panel input[type="password"] {
    width: 128px;
  }
  header .logo {
    bottom: -119px;
    width: 260px;
    height: 118px;
    margin-left: -390px;
  }
  header .logo img {
    max-width: 200px;
    max-height: 70px;
  }
  header .logo ul li {
    width: 22px;
    height: 22px;
    margin-left: -1px;
    margin-top: -1px;
  }
  header .logo ul li.active {
    background-position: -22px 0;
  }
  header .logo ul li.lighten {
    background-position: -44px 0;
  }
  header .lights-outer li {
    width: 22px;
    height: 22px;
    top: 1px;
    margin-left: 0;
    margin-top: -1px;
  }
  header .lights-outer li.active {
    background-position: -22px 0;
  }
  header .lights-outer li.lighten {
    background-position: -44px 0;
  }
  header:after {
    height: 22px;
    bottom: -22px;
  }
  header input[type="text"],
  section input[type="text"],
  header input[type="password"],
  section input[type="password"] {
    height: 28px;
    padding: 0 15px;
    -moz-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  }
  header input[type="text"]:focus,
  section input[type="text"]:focus,
  header input[type="password"]:focus,
  section input[type="password"]:focus {
    -moz-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.5), 0 0 10px 1px #ff91f2;
    -webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.5), 0 0 10px 1px #ff91f2;
    box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.5), 0 0 10px 1px #ff91f2;
  }
  .palm-left,
  .palm-right,
  .girl,
  .vegas {
    top: 50px;
  }
  .btn {
    height: 28px;
    line-height: 0.7em;
  }
  .btn-green {
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn-download {
    padding-left: 30px;
    padding-right: 20px;
    background-position: 15px center, 0 0;
    background-size: 12px 12px, auto;
  }
  .btn-load-more {
    padding-left: 40px;
    background-position: 14px center, 0 0;
  }
  .btn-sound,
  .btn-lang {
    width: 28px;
  }
  .palm-left {
    width: 275px;
  }
  .palm-right {
    width: 380px;
  }
  .girl {
    width: 240px;
    height: 228px;
    top: 100px;
    left: 25px;
  }
  .girl.resized {
    background-position: -242px 0;
  }
  .vegas {
    width: 310px;
    height: 203px;
    top: 70px;
  }
  .vegas.resized {
    background-position: -337px 0;
  }
  .page {
    padding: 145px 18px 0 18px;
  }
  .page .winners {
    width: 500px;
    height: 38px;
    top: 40px;
    right: 20px;
    font-size: 1.15em;
  }
  .page .winners .slider-wrapper {
    width: 280px;
  }
  .page .winners .slider-wrapper p {
    line-height: 40px;
  }
  .page .slider {
    width: 520px;
  }
  .page .slider ol {
    bottom: 5px;
  }
  .page .slider ol li {
    margin: 0 4px;
    width: 17px;
    height: 17px;
  }
  .page .jackpot {
    width: 248px;
    margin-bottom: 32px;
    padding: 12px;
  }
  .page .jackpot li {
    margin-top: 8px;
  }
  .page .jackpot li span {
    height: 24px;
    line-height: 24px;
  }
  .page .jackpot img {
    margin-top: 65px;
    max-width: 175px;
  }
  .page nav {
    height: 42px;
    line-height: 42px;
  }
  .page nav > ul > li > ul {
    top: 41px;
  }
  .page nav > ul li.active a:before,
  .page nav > ul li.active a:hover:before {
    margin-left: -5px;
    border-width: 5px 5px 0 5px;
  }
  .page nav > ul li a {
    padding: 0 21px;
  }
  .page nav form {
    height: 42px;
  }
  .page nav form input {
    height: 26px;
  }
  .page nav form input[type="submit"] {
    margin-right: 8px;
    width: 52px;
    background-size: 16px, auto;
  }
  .page .content {
    padding: 35px;
  }
  .page .content.main {
    padding: 18px 0;
  }
  .page .content.error .btn {
    margin-top: 110px;
  }
  .page .content h1 {
    font-size: 1.5625em;
    margin: 5px 0;
  }
  .page .content p {
    margin: 5px 0;
  }
  .page .games li {
    margin: 0 6.5px 20px 6.5px;
  }
  .page .games li a span {
    padding: 9px 4px;
    width: 174px;
  }

  .page .games .btn-load-more {
    margin: 20px auto 100px auto;
  }
  .page .lobby > li > div:nth-of-type(1) span {
    font-size: 14px;
    padding: 12px 0;
  }
  .page .lobby > li > div:nth-of-type(1) img {
    height: 160px;
  }
  .page .lobby > li > div:nth-of-type(2) {
    font-size: 14px;
  }
  .page .lobby > li > div:nth-of-type(2) li {
    margin: 4px 0;
  }
  .box {
    height: 192px;
  }
  html[lang="ru"] .jackpot {
    background-position: center 30px, center center;
    background-size: 200px auto, auto;
  }
  html[lang="en"] .winners .slider-wrapper {
    width: 330px;
  }
  html[lang="en"] .jackpot {
    background-position: center 30px, center center;
    background-size: 190px auto, auto;
  }
  html[lang="zh_cn"] .winners .slider-wrapper {
    width: 390px;
  }
  html[lang="zh_cn"] .jackpot {
    background-position: center 8px, center center;
    background-size: 130px auto, auto;
  }
}
@media (max-width: 1023px) {
  .scroll-up {
    width: 25px;
    height: 25px;
    margin-left: -15px;
    background-size: auto 100%;
  }
  .finstrum-small {
    margin-top: -16px;
    -webkit-transform: translateY(9px);
    -moz-transform: translateY(9px);
    -ms-transform: translateY(9px);
    -o-transform: translateY(9px);
    transform: translateY(9px);
  }
  body {
    min-width: 728px;
    font-size: 0.6875em;
  }
  .container {
    width: 728px;
  }
  header {
    height: 43px;
  }
  header .lights-outer {
    top: 43px;
  }
  header .container > .wrapper .btn,
  header .container > .wrapper input {
    margin: 0 3px;
  }
  header .container > .wrapper .btn-lang,
  header .container > .wrapper .btn-sound {
    line-height: 23px;
  }
  header .container > .wrapper .menu-lang > li ul {
    top: 33px;
    padding: 0 5px;
  }
  header .container > .wrapper .menu-lang > li ul li a {
    padding: 6px 0;
  }
  header .container > .wrapper .user-panel p {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    top: 2px;
    font-size: 13px;
  }
  header .container > .wrapper .user-panel input[type="text"],
  header .container > .wrapper .user-panel input[type="password"] {
    width: 114px;
  }
  header .logo {
    bottom: -106px;
    width: 232px;
    height: 105px;
    margin-left: -348px;
  }
  header .logo img {
    max-width: 180px;
    max-height: 64px;
    margin-top: -15px;
  }
  header .logo ul li {
    width: 20px;
    height: 20px;
    margin-left: 0;
    margin-top: -1px;
  }
  header .logo ul li.active {
    background-position: -20px 0;
  }
  header .logo ul li.lighten {
    background-position: -40px 0;
  }
  header .lights-outer li {
    width: 20px;
    height: 20px;
    top: 1px;
    margin-left: 0;
    margin-top: -1px;
  }
  header .lights-outer li.active {
    background-position: -20px 0;
  }
  header .lights-outer li.lighten {
    background-position: -40px 0;
  }
  header:after {
    height: 20px;
    bottom: -20px;
  }
  header input[type="text"],
  section input[type="text"],
  header input[type="password"],
  section input[type="password"] {
    height: 23px;
    padding: 0 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .palm-left,
  .palm-right,
  .girl,
  .vegas {
    top: 43px;
  }
  .btn {
    height: 23px;
    line-height: 0.4em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .btn-green,
  .btn-yellow {
    padding-left: 14px;
    padding-right: 14px;
    line-height: 1;
  }
  header .btn-green,
  header .btn-yellow {
    line-height: 0;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
  }
  .btn-download {
    padding-left: 27px;
    padding-right: 18px;
    background-position: 13px center, 0 0;
    background-size: 10px 10px, auto;
  }
  .btn-load-more {
    font-size: 1.2em;
    line-height: 0.5em;
    padding-left: 34px;
    background-position: 12px center, 0 0;
    background-size: 16px 13px, auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .btn-sound,
  .btn-lang {
    width: 23px;
  }
  .palm-left {
    width: 225px;
  }
  .palm-right {
    width: 275px;
  }
  .girl {
    width: 210px;
    height: 200px;
    top: 85px;
    left: -35px;
  }
  .girl.resized {
    background-position: -212px 0;
  }
  .vegas {
    width: 275px;
    height: 180px;
    top: 70px;
  }
  .vegas.resized {
    background-position: -299px 0;
  }
  .page {
    padding: 130px 15px 0 15px;
  }
  .page .winners {
    width: 440px;
    height: 32px;
    top: 40px;
    right: 15px;
    font-size: 1.1em;
    background-position: 15px 70%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .page .winners .slider-wrapper {
    width: 255px;
  }
  .page .winners .slider-wrapper:before {
    -moz-box-shadow: inset 0 0 11px 6px #2a092c;
    -webkit-box-shadow: inset 0 0 11px 6px #2a092c;
    box-shadow: inset 0 0 11px 6px #2a092c;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .page .winners .slider-wrapper p {
    line-height: 35px;
  }
  .page .slider {
    width: 463px;
  }
  .page .slider ol {
    bottom: 5px;
  }
  .page .slider ol li {
    margin: 0 3px;
    width: 15px;
    height: 15px;
  }
  .page .jackpot {
    width: 220px;
    margin-bottom: 28px;
    padding: 10px;
    font-size: 1.05em;
  }
  .page .jackpot li {
    margin-top: 8px;
  }
  .page .jackpot li span {
    height: 24px;
    line-height: 24px;
  }
  .page .jackpot img {
    margin-top: 55px;
    max-width: 150px;
  }
  .page nav {
    height: 38px;
    line-height: 38px;
    font-size: 1.1em;
    -webkit-border-top-right-radius: 18px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 18px;
    -moz-border-radius-topright: 18px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 18px;
  }
  .page nav > ul > li > ul {
    top: 37px;
  }
  .page nav > ul li.active a:before,
  .page nav > ul li.active a:hover:before {
    margin-left: -4px;
    border-width: 4px 4px 0 4px;
  }
  .page nav > ul li:first-child a {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 18px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 18px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 18px;
  }
  .page nav > ul li a {
    padding: 0 19px;
  }
  .page nav form {
    height: 38px;
  }
  .page nav form input {
    height: 24px;
  }
  .page nav form input[type="text"] {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 130px;
  }
  .page nav form input[type="submit"] {
    margin-right: 6px;
    width: 46px;
    background-size: 14px, auto;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .page .content {
    padding: 35px;
    font-size: 1.2em;
  }
  .page .content.main {
    padding: 14px 0;
  }
  .page .content.error .btn {
    margin-top: 110px;
  }
  .page .content h1 {
    font-size: 1.5625em;
    margin: 5px 0;
  }
  .page .content p {
    margin: 5px 0;
  }
  .page .games li {
    margin: 0 5.5px 20px 5.5px;
    font-size: 1.1em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .page .games li a span {
    width: 155px;
    padding: 7px 4px;
  }

  .page .games .btn-load-more {
    margin: 20px auto 100px auto;
  }
  .page .lobby {
    padding: 0 12px;
  }
  .page .lobby > li {
    width: calc(50% - 8px);
    margin-bottom: 10px;
  }
  .page .lobby > li > div:nth-of-type(1) span {
    padding: 5px 0;
    font-size: 12px;
  }
  .page .lobby > li > div:nth-of-type(1) img {
    height: 140px;
  }
  .page .lobby > li > div:nth-of-type(1) .over .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page .lobby > li > div:nth-of-type(2) {
    border: 2px solid #270326;
    padding: 0 15px;
    font-size: 12px;
  }
  .page .lobby > li > div:nth-of-type(2) li {
    margin: 3px 0;
  }
  .page .lobby > li > div:nth-of-type(2) .online,
  .page .lobby > li > div:nth-of-type(2) .offline {
    padding-left: 25px;
  }
  .page .lobby > li > div:nth-of-type(2) .checkbox.active:after {
    width: 12px;
    height: 11px;
    left: 2px;
    top: 0px;
    background-size: contain;
  }
  .page .lobby > li > div:nth-of-type(2) .checkbox span {
    width: 11px;
    height: 10px;
    margin-bottom: 2px;
    margin-right: 5px;
    border: 1px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .box {
    height: 170px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  html[lang="ru"] .winners {
    background-size: 150px auto;
  }
  html[lang="ru"] .jackpot {
    background-position: center 22px, center center;
    background-size: 200px auto, auto;
  }
  html[lang="en"] .winners {
    background-size: 130px auto;
  }
  html[lang="en"] .winners .slider-wrapper {
    width: 275px;
  }
  html[lang="en"] .jackpot {
    background-position: center 22px, center center;
    background-size: 170px auto, auto;
  }
  html[lang="zh_cn"] .winners .slider-wrapper {
    width: 340px;
  }
  html[lang="zh_cn"] .jackpot {
    background-position: center 8px, center center;
    background-size: 100px auto, auto;
  }
}
@media (max-width: 799px) {
  .popup-primary {
    max-width: calc(100% - 90px);
  }
  body {
    min-width: 463px;
    font-size: 0.875em;
  }
  .container {
    width: 463px;
  }
  header {
    height: 60px;
  }
  header .container {
    display: none;
  }
  header .mobile-container {
    display: block;
    width: 463px;
  }
  header .lights-outer {
    top: 60px;
  }
  header .logo {
    bottom: -118px;
    width: 260px;
    height: 118px;
    margin-left: -130px;
  }
  header .logo ul li {
    width: 25px;
    height: 25px;
    margin-left: -2px;
    margin-top: -2px;
  }
  header .logo ul li.active {
    background-position: -25px 0;
  }
  header .logo ul li.lighten {
    background-position: -50px 0;
  }
  header .lights-outer li {
    width: 25px;
    height: 25px;
    top: 0;
    margin-left: 0;
    margin-top: -1px;
  }
  header .lights-outer li.active {
    background-position: -25px 0;
  }
  header .lights-outer li.lighten {
    background-position: -50px 0;
  }
  header:after {
    height: 25px;
    bottom: -25px;
  }
  .palm-left,
  .palm-right,
  .girl,
  .vegas {
    top: 60px;
  }
  .btn {
    height: 30px;
    line-height: 0.4em;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .btn-green,
  .btn-yellow {
    padding-left: 14px;
    padding-right: 14px;
    line-height: 1;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
  .btn-download {
    padding-left: 27px;
    padding-right: 18px;
    background-position: 13px center, 0 0;
    background-size: 10px 10px, auto;
  }
  .btn-load-more {
    font-size: 1.1em;
    line-height: 1.25em;
    padding-left: 38px;
    background-position: 12px center, 0 0;
    background-size: 19px 15px, auto;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
  .btn-lang {
    width: 42px;
  }
  .btn-error {
    padding-left: 4px;
    padding-right: 4px;
  }
  .palm-left {
    width: 120px;
  }
  .palm-right {
    width: 155px;
  }
  .girl {
    width: 120px;
    height: 114px;
    top: 100px;
    left: -5px;
  }
  .girl.resized {
    background-position: -121px 0;
  }
  .vegas {
    width: 130px;
    height: 85px;
    top: 125px;
  }
  .vegas.resized {
    background-position: -141px 0;
  }
  .page {
    padding: 150px 25px 0 25px;
  }
  .page .winners,
  .page .slider,
  .page .jackpot {
    width: 100%;
    margin: auto;
    float: none;
  }
  .page .winners {
    height: 32px;
    margin-bottom: 25px;
    position: relative;
    top: auto;
    right: auto;
    font-size: 1.1em;
    background-position: 15px 70%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .page .winners .slider-wrapper {
    width: 235px;
  }
  .page .winners .slider-wrapper:before {
    width: calc(100% + 4px);
    left: -2px;
    -moz-box-shadow: inset 0 0 11px 4px #2a092c;
    -webkit-box-shadow: inset 0 0 11px 4px #2a092c;
    box-shadow: inset 0 0 11px 4px #2a092c;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .page .winners .slider-wrapper p {
    line-height: 35px;
  }
  .page .slider {
    height: 160px;
    margin-bottom: 25px;
  }
  .page .slider ol {
    bottom: 8px;
  }
  .page .slider ol li {
    margin: 0 5px;
    width: 17px;
    height: 17px;
  }
  .page .jackpot {
    margin-bottom: 28px;
    padding: 10px;
    font-size: 1.05em;
  }
  .page .jackpot li {
    width: 75%;
    margin: 8px auto 0 auto;
  }
  .page .jackpot li span {
    height: 24px;
    line-height: 24px;
  }
  .page .jackpot img {
    margin-top: 65px;
    max-width: 200px;
  }
  .page nav {
    height: 60px;
    line-height: 60px;
    font-size: 1.1em;
    margin-left: -25px;
    width: calc(100% + 50px);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .page nav > ul {
    display: none;
  }
  .page nav > ul li.active a:before,
  .page nav > ul li.active a:hover:before {
    margin-left: -4px;
    border-width: 4px 4px 0 4px;
  }
  .page nav > ul li:first-child a {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 18px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 18px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 18px;
  }
  .page nav > ul li a {
    padding: 0 19px;
  }
  .page nav form {
    width: 100%;
    height: 60px;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page nav form input {
    height: 40px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .page nav form input[type="text"] {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    display: none;
  }
  .page nav form input[type="submit"] {
    float: right;
    margin-right: 0;
    width: 85px;
    padding: 20px 0;
    background-size: 18px, auto;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #93d394;
    background-image: url(../images/icons/search.png), -moz-linear-gradient(top, #93d394 0%, #60be62 50%, #18a11b 51%, #85cd86 100%);
    background-image: url(../images/icons/search.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #93d394), color-stop(50%, #60be62), color-stop(51%, #18a11b), color-stop(100%, #85cd86));
    background-image: url(../images/icons/search.png), -webkit-linear-gradient(top, #93d394 0%, #60be62 50%, #18a11b 51%, #85cd86 100%);
    background-image: url(../images/icons/search.png), -o-linear-gradient(top, #93d394 0%, #60be62 50%, #18a11b 51%, #85cd86 100%);
    background-image: url(../images/icons/search.png), -ms-linear-gradient(top, #93d394 0%, #60be62 50%, #18a11b 51%, #85cd86 100%);
    background-image: url(../images/icons/search.png), linear-gradient(to bottom, #93d394 0%, #60be62 50%, #18a11b 51%, #85cd86 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93d394', endColorstr='#85cd86', GradientType=0);
    background-repeat: no-repeat;
    background-position: center center, 0 0;
  }
  .page nav form input[type="submit"]:hover {
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 10px 1px #44ff6c;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 10px 1px #44ff6c;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 10px 1px #44ff6c;
  }
  .page nav form > ul {
    display: inline;
    float: left;
    font-size: 26px;
    color: #ffffff;
  }
  .page nav form > ul > li > a {
    position: relative;
  }
  .page nav form > ul > li > a:after {
    display: block;
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #ffffff transparent transparent transparent;
  }
  .page nav form > ul > li > ul {
    display: none;
    position: absolute;
    top: 60px;
    background: #232323;
    left: 0px;
    width: 100%;
    z-index: 999;
    max-height: 500px;
    overflow-x: auto;
  }
  .page nav form > ul > li > ul li a {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 30px;
    text-decoration: none;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #000000;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page nav.expanded form span {
    display: none;
  }
  .page nav.expanded form input {
    float: none;
    position: absolute;
  }
  .page nav.expanded form input[type="submit"] {
    right: 25px;
  }
  .page nav.expanded form input[type="text"] {
    padding: 20px 40px 20px 20px;
    left: 25px;
    display: block;
    width: 345px;
  }
  .page .content {
    padding: 35px;
    font-size: 1.2em;
    margin-left: -25px;
    width: calc(100% + 50px);
  }
  .page .content.main {
    padding: 20px 0;
  }
  .page .content.error .btn {
    margin-top: 110px;
    line-height: 10px;
  }
  .page .content h1 {
    font-size: 1.5625em;
    margin: 5px 0;
  }
  .page .content p {
    margin: 5px 0;
  }
  .page .games li {
    margin: 0 7px 20px 7px;
    font-size: 1em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .page .games li a span {
    width: 200px;
    padding: 9px 4px;
  }

  .page .games .btn-load-more {
    margin: 20px auto 30px auto;
  }
  .page .lobby {
    padding: 0 20px;
  }
  .page .lobby > li {
    width: 100%;
    float: none !important;
    margin-bottom: 20px;
  }
  .page .lobby > li > div:nth-of-type(1) {
    vertical-align: middle;
  }
  .page .lobby > li > div:nth-of-type(1) span {
    padding: 10px 0;
    font-size: 13px;
  }
  .page .lobby > li > div:nth-of-type(1) img {
    height: 170px;
  }
  .page .lobby > li > div:nth-of-type(1) .over .btn {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 0.7em;
  }
  .page .lobby > li > div:nth-of-type(2) {
    border: 3px solid #270326;
    font-size: 13px;
  }
  .page .lobby > li > div:nth-of-type(2) li {
    margin: 5px 0;
  }
  .page .lobby > li > div:nth-of-type(2) .online,
  .page .lobby > li > div:nth-of-type(2) .offline {
    padding-left: 25px;
  }
  .page .lobby > li > div:nth-of-type(2) .checkbox.active:after {
    width: 12px;
    height: 11px;
    left: 2px;
    top: 2px;
    background-size: contain;
  }
  .page .lobby > li > div:nth-of-type(2) .checkbox span {
    width: 16px;
    height: 16px;
  }
  .page .lobby .btn {
    line-height: 1.2em;
  }
  .box {
    height: 170px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .popup-payment .tabs .tab-3 table th,
  .popup-payment .tabs .tab-3 table td {
    font-size: 0.85em;
    padding: 5px 3px;
  }
  html[lang="ru"] .winners {
    background-size: 150px auto;
  }
  html[lang="ru"] .jackpot {
    background-position: center 22px, center center;
    background-size: 200px auto, cover;
  }
  html[lang="en"] .winners {
    background-size: 130px auto;
  }
  html[lang="en"] .winners .slider-wrapper {
    width: 255px;
  }
  html[lang="en"] .jackpot {
    background-position: center 22px, center center;
    background-size: 170px auto, cover;
  }
  html[lang="zh_cn"] .winners {
    background-size: 70px auto;
  }
  html[lang="zh_cn"] .winners .slider-wrapper {
    width: 320px;
  }
  html[lang="zh_cn"] .jackpot {
    background-position: center 8px, center center;
    background-size: 120px auto, cover;
  }
  .popup-payment {
    background: #f0f0f0;
    padding: 0 !important;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow-y: auto;
  }
  .popup-payment .close-popup {
    width: auto !important;
    z-index: 50;
    right: 20px !important;
    top: 20px !important;
  }
  .popup-payment .tabs {
    padding: 0 !important;
    max-height: none;
  }
  .popup-payment .tabs .payment-methods li .details .input-wrap .errorMessage {
    padding: 15px 2px;
    bottom: 150%;
    top: auto;
    width: 110px;
    white-space: normal;
    font-size: 9px;
  }
  .popup-payment .tab-menu li:not(.active) {
    display: none;
  }
  .popup-payment .tab-menu li.active {
    width: 100%;
    text-align: left;
  }
  .popup-payment .tab-menu li.active a {
    cursor: default;
    padding: 15px 0 !important;
    color: #ffffff;
    background-color: #97068e;
    background: -webkit-gradient(linear, left top, left bottom, from(#97068e), to(#51064c));
    background: -webkit-linear-gradient(top, #97068e, #51064c);
    background: -moz-linear-gradient(top, #97068e, #51064c);
    background: -ms-linear-gradient(top, #97068e, #51064c);
    background: -o-linear-gradient(top, #97068e, #51064c);
    font-size: 26px !important;
    font-weight: bold;
    padding-left: 25px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .popup-payment .tab {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .popup-payment .tab-3 {
    padding-top: 20px;
  }
  .popup-payment .account-status,
  .popup-payment .registration-date {
    display: block;
    margin: 5px 0;
    font-size: 17px;
  }
  .popup-payment .col-group > * {
    width: 100%;
    float: none;
    padding: 0 !important;
  }
  .popup-payment .profile-edit form .form-item:after {
    content: "";
    display: block;
    clear: both;
  }
  .popup-payment .profile-edit form .form-item > label {
    font-size: 17px;
  }
  .popup-payment .profile-edit form *[data-update] {
    font-size: 0;
    display: block;
    float: right;
    width: 29px;
    height: 29px;
    background: url(../images/icons/pencil.png) no-repeat;
  }
  .popup-payment .profile-edit form *[data-update]:only-child {
    float: none;
  }
  .popup-payment .profile-edit form *[data-value] {
    font-size: 20px;
  }
  .popup-payment .profile-edit form p {
    display: inline-block;
    float: left;
  }
  .popup-payment .profile-edit form .input-group input {
    display: block;
    margin: 4px 0;
  }
  .popup-secondary {
    padding-left: 5px;
    padding-right: 5px;
  }
  .popup-secondary .bonus-item {
    text-align: center;
  }
  .popup-secondary .bonus-item .caption {
    text-align: center;
  }
}
@media (max-width: 769px) {
  .page-closing a {
    margin: 7% auto 23%;
  }
}
@media (max-width: 736px) {
  .page-closing a {
    margin: 7% auto 4%;
  }
}
@media (max-width: 700px) {
  .page-closing a {
    margin: 1% auto;
  }
}
@media (max-width: 463px) {
  body {
    min-width: 100%;
    font-size: 0.875em;
  }
  .container {
    width: 100%;
  }
  header {
    height: 60px;
  }
  header .container {
    display: none;
  }
  header .mobile-container {
    display: block;
    width: 100%;
    /*p { font-size: 0.7em }*/
  }
  header .mobile-container p .nickname {
    width: 120px;
  }
  header .lights-outer {
    top: 60px;
  }
  header .logo {
    bottom: -118px;
    width: 260px;
    height: 118px;
    margin-left: -130px;
  }
  header .logo ul li {
    width: 25px;
    height: 25px;
    margin-left: -2px;
    margin-top: -2px;
  }
  header .logo ul li.active {
    background-position: -25px 0;
  }
  header .logo ul li.lighten {
    background-position: -50px 0;
  }
  header .lights-outer li {
    width: 25px;
    height: 25px;
    top: 0;
    margin-left: 0;
    margin-top: -1px;
  }
  header .lights-outer li.active {
    background-position: -25px 0;
  }
  header .lights-outer li.lighten {
    background-position: -50px 0;
  }
  header:after {
    height: 25px;
    bottom: -25px;
  }
  .providers-select {
    width: 166px;
    padding-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
  }
  .palm-left,
  .palm-right,
  .girl,
  .vegas {
    top: 60px;
  }
  .btn {
    height: 30px;
    line-height: 0.4em;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .btn-green,
  .btn-yellow {
    padding-left: 14px;
    padding-right: 14px;
    line-height: 1;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
  .btn-download {
    padding-left: 27px;
    padding-right: 18px;
    background-position: 13px center, 0 0;
    background-size: 10px 10px, auto;
  }
  .btn-load-more {
    font-size: 1.1em;
    line-height: 1.25em;
    padding-left: 38px;
    background-position: 12px center, 0 0;
    background-size: 19px 15px, auto;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
  .btn-lang {
    width: 42px;
  }
  .palm-left {
    width: 120px;
  }
  .palm-right {
    width: 155px;
  }
  .girl {
    width: 120px;
    height: 114px;
    top: 100px;
    left: -5px;
  }
  .girl.resized {
    background-position: -121px 0;
  }
  .vegas {
    width: 130px;
    height: 85px;
    top: 125px;
  }
  .vegas.resized {
    background-position: -141px 0;
  }
  .page {
    padding: 150px 25px 0 25px;
  }
  .page .winners,
  .page .slider,
  .page .jackpot {
    width: 100%;
    margin: auto;
    float: none;
  }
  .page .winners {
    height: 32px;
    margin-bottom: 25px;
    position: relative;
    top: auto;
    right: auto;
    font-size: 1.1em;
    background-position: 15px 70%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .page .winners .slider-wrapper {
    width: 100%;
  }
  .page .winners .slider-wrapper:before {
    width: calc(100% + 4px);
    left: -2px;
    -moz-box-shadow: inset 0 0 11px 4px #2a092c;
    -webkit-box-shadow: inset 0 0 11px 4px #2a092c;
    box-shadow: inset 0 0 11px 4px #2a092c;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .page .winners .slider-wrapper p {
    line-height: 35px;
  }
  .page .slider {
    height: 160px;
    margin-bottom: 25px;
  }
  .page .slider ol {
    bottom: 8px;
  }
  .page .slider ol li {
    margin: 0 5px;
    width: 17px;
    height: 17px;
  }
  .page .jackpot {
    margin-bottom: 28px;
    padding: 10px;
    font-size: 1.05em;
  }
  .page .jackpot ul {
    font-size: 0.7em;
  }
  .page .jackpot li {
    width: 75%;
    margin: 8px auto 0 auto;
  }
  .page .jackpot li span {
    height: 24px;
    line-height: 24px;
  }
  .page .jackpot img {
    margin-top: 65px;
    max-width: 200px;
  }
  .page nav {
    height: 60px;
    line-height: 60px;
    font-size: 1.1em;
    margin-left: -25px;
    width: calc(100% + 50px);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .page nav > ul {
    display: none;
  }
  .page nav > ul li.active a:before,
  .page nav > ul li.active a:hover:before {
    margin-left: -4px;
    border-width: 4px 4px 0 4px;
  }
  .page nav > ul li:first-child a {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 18px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 18px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 18px;
  }
  .page nav > ul li a {
    padding: 0 19px;
  }
  .page nav form {
    width: 100%;
    height: 60px;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page nav form input:not([type="submit"]) {
    height: 24px;
  }
  .page nav form input:not([type="submit"])[type="text"] {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    display: none;
  }
  .page nav form input:not([type="submit"])[type="submit"] {
    float: right;
    margin-right: 0;
    width: 85px;
    padding: 20px 0;
    background-size: 18px, auto;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #93d394;
    background-image: url(../images/icons/search.png), -moz-linear-gradient(top, #93d394 0%, #60be62 50%, #18a11b 51%, #85cd86 100%);
    background-image: url(../images/icons/search.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #93d394), color-stop(50%, #60be62), color-stop(51%, #18a11b), color-stop(100%, #85cd86));
    background-image: url(../images/icons/search.png), -webkit-linear-gradient(top, #93d394 0%, #60be62 50%, #18a11b 51%, #85cd86 100%);
    background-image: url(../images/icons/search.png), -o-linear-gradient(top, #93d394 0%, #60be62 50%, #18a11b 51%, #85cd86 100%);
    background-image: url(../images/icons/search.png), -ms-linear-gradient(top, #93d394 0%, #60be62 50%, #18a11b 51%, #85cd86 100%);
    background-image: url(../images/icons/search.png), linear-gradient(to bottom, #93d394 0%, #60be62 50%, #18a11b 51%, #85cd86 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93d394', endColorstr='#85cd86', GradientType=0);
    background-repeat: no-repeat;
    background-position: center center, 0 0;
  }
  .page nav form input:not([type="submit"])[type="submit"]:hover {
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 10px 1px #44ff6c;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 10px 1px #44ff6c;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 10px 1px #44ff6c;
  }
  .page nav form > ul {
    display: inline;
    float: left;
    font-size: 26px;
    color: #ffffff;
  }
  .page nav form > ul > li > a {
    position: relative;
  }
  .page nav form > ul > li > a:after {
    display: block;
    content: "";
    position: absolute;
    left: 150px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #ffffff transparent transparent transparent;
  }
  .page nav form > ul > li > ul {
    display: none;
    position: absolute;
    top: 60px;
    background: #232323;
    left: 0px;
    width: 100%;
    z-index: 999;
    max-height: 500px;
    overflow-x: auto;
  }
  .page nav form > ul > li > ul li a {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #000000;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page nav.expanded form span {
    display: none;
  }
  .page nav.expanded form input {
    float: none;
    position: absolute;
  }
  .page nav.expanded form input[type="submit"] {
    right: 25px;
  }
  .page nav.expanded form input[type="text"] {
    height: 40px;
    padding: 20px 40px 20px 20px;
    left: 25px;
    display: block;
    width: calc(100% - 80px);
  }
  .page .content {
    padding: 35px;
    font-size: 1.2em;
    margin-left: -25px;
    width: calc(100% + 50px);
  }
  .page .content.main {
    padding: 20px 0;
  }
  .page .content.error .btn {
    margin-top: 110px;
  }
  .page .content h1 {
    font-size: 1.5625em;
    margin: 5px 0;
  }
  .page .content p {
    margin: 5px 0;
  }
  .page .games li {
    margin: 0 7px 20px 7px;
    font-size: 1em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .page .games li a span {
    width: 200px;
    padding: 9px 4px;
  }

  .page .games .btn-load-more {
    margin: 20px auto 30px auto;
  }
  .box {
    height: 170px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .popup-payment .tabs {
    padding: 4px;
  }
  .popup-payment .tabs .tab-3 table th,
  .popup-payment .tabs .tab-3 table td {
    font-size: 0.85em;
    padding: 5px 3px;
  }
  .popup-payment > ul li a {
    font-size: 10px !important;
  }
  .popup-payment .tabs .tab-3 table {
    font-size: 0.5em;
  }
  .popup-payment .tabs .tab-3 .pagination li a {
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    margin-bottom: 5px;
  }
  html .winners {
    background-image: none !important;
  }
  html .winners .slider-wrapper {
    width: 100% !important;
  }
  .menu-mobile .buttons .btn {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 26px;
  }
  .menu-mobile > ul {
    font-size: 0.8em;
  }
  .menu-mobile > ul > li > ul li {
    min-width: 45px;
  }
}
/*@media (max-width: 1200px){
	header {
		height: 65px;

		ul li {
			width: 115px;
			height: 45px;
		}

		.logo {
			width: 265px;
			height: 120px;
			bottom: -120px;

			ul li {
				width: 22px;
				height: 22px;
				margin-left: 0;
				margin-top: -1px;
				&.active { background-position: -22px 0 }
				&.lighten { background-position: -44px 0 }
			}
		}

		.lights-outer li {
			width: 22px;
			height: 22px;
			top: -10px;
			margin-left: 0;
			margin-top: -1px;
			&.active { background-position: -22px 0 }
			&.lighten { background-position: -44px 0}
		}

		&:after {
			bottom: -20px;
			height: 20px;
		}
	}

	.girl {
		width: 272px;
		height: 260px;
		top: 150px;

		&.resized {
			background-position: -276px 0;
		}
	}

	.vegas {
		width: 318px;
		height: 210px;

		&.resized {
			background-position: -349px 0;
		}
	}

	.palm-left { width: 300px }
	.palm-right { width: 360px }
}*/
@media (max-width: 900px) {
  /*	header {
		height: 55px;

		ul li {
			width: 102px;
			height: 40px;
		}

		.container > div.btn-wrapper {
			width: 48px;
			margin: 0 6px;
		}

		.logo {
			left: 0;
			right: 0;
			margin: 0 auto;
			width: 221px;
			height: 100px;
			bottom: -100px;

			ul li {
				width: 14px;
				height: 14px;
				margin-left: 3px;
				margin-top: 1px;
				&.active { background-position: -14px 0 }
				&.lighten { background-position: -28px 0 }
			}
		}

		.lights-outer li {
			width: 14px;
			height: 14px;
			top: -20px;
			margin-left: 3px;
			margin-top: 1px;
			&.active { background-position: -14px 0 }
			&.lighten { background-position: -28px 0 }
		}

		&:after {
			bottom: -15px;
			height: 15px;
		}
	}

	.girl {
		width: 200px;
		height: 190px;
		top: 100px;

		&.resized {
			background-position: -202px 0;
		}
	}

	.vegas {
		width: 250px;
		height: 164px;

		&.resized {
			background-position: -273px 0;
		}
	}

	.palm-left { width: 200px }
	.palm-right { width: 260px }*/
  .popup-login {
    width: 90%;
  }
}
@media (max-width: 600px) {
  /*header {
		&:after {
			bottom: -5px;
			height: 5px;
		}

		.logo {
			left: 0;
			right: 0;
			margin: 0 auto;
			width: 66px;
			height: 30px;
			bottom: -30px;

			ul li {
				width: 4px;
				height: 4px;
				margin-left: 0.5px;
				margin-top: 0.6px;
				&.active { background-position: -4.2px 0 }
				&.lighten { background-position: -8px 0 }
			}
		}

		.lights-outer li {
			width: 4px;
			height: 4px;
			top: -20px;
			margin-left: 1px;
			margin-top: 0.6px;
			&.active { background-position: -4.2px 0 }
			&.lighten { background-position: -8px 0 }
		}
	}

	.girl {
		width: 100px;
		height: 95px;
		top: 100px;

		&.resized {
			background-position: -101px 0;
		}
	}

	.vegas {
		width: 150px;
		height: 98px;

		&.resized {
			background-position: -163px 0;
		}
	}

	.palm-left { width: 100px }
	.palm-right { width: 160px }*/
  .popup-login form,
  .popup-login ul {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .popup-payment > ul li {
    font-size: 16px;
  }
}
@media (max-width: 600px) and (max-height: 700px) {
  .popup-login {
    width: 50%;
    max-width: 50%;
    padding: 20px 20px 10px 20px;
  }
  .popup-login img:not([data-modal-open]) {
    width: 20px;
  }
  .popup-login img[data-modal-open] {
    max-width: 70%;
  }
  .popup-login form label {
    font-size: 16px;
  }
  .popup-login form input[type="text"],
  .popup-login form input[type="password"] {
    padding: 5px;
    font-size: 12px;
  }
  .popup-login form input[type="submit"] {
    width: 100%;
    font-size: 16px;
    padding: 7px 5px 5px 5px;
  }
  .popup-login ul {
    display: none;
  }
  .popup-login .errorMessage {
    min-height: 0;
    line-height: 14px;
    margin-top: 10px;
    font-size: 12px;
    padding-left: 18px;
    background-size: 15px 14px;
  }
}
@media (max-width: 500px) {
  .popup-payment > ul li a {
    padding: 10px 0;
    font-size: 12px;
  }
  .popup-payment .tabs .payment-methods li {
    width: 50%;
    font-size: 13px;
  }
  .popup-payment .tabs .payment-methods li:nth-of-type(3n+1) {
    margin-left: -4px;
  }
  .popup-payment .tabs .payment-methods li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .popup-payment .tabs .payment-methods li .details {
    padding: 5px;
  }
  .popup-payment .tabs .payment-methods li .details .block {
    margin: 5px;
  }
  .popup-payment .tabs .payment-methods li .details .input-wrap .errorMessage {
    padding: 10px 15px;
  }
  .page-closing a {
    margin: 2% auto 33%;
  }
}
@media (max-height: 600px), (max-width: 500px) {
  .popup-payment {
    padding-top: 35px;
  }
  .popup-payment .tabs .payment-methods li {
    height: 75px;
  }
  .popup-payment .close-popup {
    right: 10px;
    top: 10px;
    width: 15px;
  }
  .popup-transfer-balance .caption {
    margin-top: 20px;
  }
  .popup-transfer-balance .close-popup {
    right: 10px;
    top: 10px;
    width: 15px;
  }
  .page-closing p {
    padding: 20px 0;
  }
}
@media (max-height: 460px) {
  .popup-login {
    padding: 25px 20px;
  }
  .popup-login [data-modal-open] {
    display: none !important;
    position: absolute;
    bottom: 5px;
    left: 104%;
    max-height: 20px;
    padding-top: 10px !important;
  }
  .popup-login form label {
    font-size: 1em;
  }
  .popup-login form input[type="text"],
  .popup-login form input[type="password"] {
    font-size: 0.8em;
    padding: 5px 10px;
  }
  .popup-login form .button {
    padding: 5px;
    font-size: 1em;
  }
  .popup-login ul {
    margin-top: 20px;
  }
  .popup-login ul li a {
    font-size: 1.2em;
  }
  .popup-login .close-popup {
    width: 20px;
    top: 12px;
    right: 12px;
  }
  .popup-login .errorMessage {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    margin-top: 0;
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .popup-payment .close-popup {
    width: 15px !important;
    right: 5px !important;
    top: 5px !important;
    padding: 10px;
  }
}
@media (min-width: 800px) {
  .popup-payment .tabs .tab-3 table tbody {
    max-height: 360px !important;
  }
}

.items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  grid-gap: 15px;
}
