/* стили для селекта в профиле */
select.form-control {
    width: 190px;
    height: 30px;
	background: transparent;
	color: #ffffff;
	border: none;
	margin-right: 10px;
	padding-left: 10px;
	outline: none;
}

select.form-control option {
	background-color: #2c1c2a;
	color: #ffffff;
	outline: none;
}

select.form-control:focus {
	background-color: #2c1c2a;
	color: #ffffff;
	border: none;
	outline: none;
}

/* END стили для селекта в профиле */

.popup-payment .form-horizontal {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}

.popup-payment .details #withdraw-form-container {
	width: 100%;
}

.popup-payment .form-horizontal .form-group {
	display: flex !important;
	justify-content: flex-start;
	flex-direction: column;
	width: calc(50% - 12px);
}

.popup-payment .form-horizontal .form-group input[type="text"],
.popup-payment .form-horizontal .form-group textarea {
	padding: 10px 16px;
	width: 100%;
	height: 40px;
	border: 0;
	color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	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);
	border-radius: 5px;

}

.popup-payment .tabs .payment-methods li .details .form-horizontal .form-group label {
	width: 100%;
	margin: 0 0 8px 0;
	padding: 0;
	display: block;
	text-align: left;
	color: #ffffff;
	font-size: 16px;
	line-height: 19px;
}

.popup-payment .form-horizontal .form-group .help-block {
	margin-top: 4px;
	text-align: left;
	color: #9C9C9C;
}

.popup-payment .form-horizontal .form-group label .required {
	color: #FF0000;
}

.popup-payment .form-horizontal .form-group .btn-info {
	display: inline-block;
	border: 0;
	color: #ffffff;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #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);

	padding-left: 20px;
	padding-right: 20px;
	font-size: 1em;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



/*.popup-payment .form-horizontal .form-group:nth-child(1),*/
/*.popup-payment .form-horizontal .form-group:nth-child(2) {*/
/*	width: 50%;*/
/*}*/

/*.popup-payment .form-horizontal .form-group:nth-child(3),*/
/*.popup-payment .form-horizontal .form-group:nth-child(4) {*/
/*	width: 100%;*/
/*}*/



.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;
}
.form-primary input[type="text"],
.form-primary input[type="email"],
.form-primary input[type="password"],
.form-primary textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #8f9da4;
  font-size: 14px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-primary input[type="text"].error,
.form-primary input[type="email"].error,
.form-primary input[type="password"].error,
.form-primary textarea.error {
  border-color: #ff0000;
  background: rgba(255, 0, 0, 0.1);
}
.form-primary input[type="text"],
.form-primary input[type="email"],
.form-primary input[type="password"] {
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}
.form-primary textarea {
  padding: 10px;
}
.form-primary .errorMessage {
  position: absolute;
  z-index: 999;
  cursor: default;
  font-size: 0.9375em;
  background: #ff0000;
  white-space: nowrap;
  padding: 10px 25px;
  top: -150%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-weight: bold;
  color: #ffffff;
  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);
}
.form-primary .errorMessage:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ff0000;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.form-primary .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%);
}
.form-primary p {
  font-size: 14px;
  text-align: center;
}
.form-wrap-primary {
  width: 225px;
}
.form-wrap-primary > *:first-child {
  margin-top: 0 !important;
}
.form-wrap-primary > *:last-child {
  margin-bottom: 0 !important;
}
fieldset {
  margin: 20px 0;
}
fieldset > *:first-child {
  margin-top: 0 !important;
}
fieldset > *:last-child {
  margin-bottom: 0 !important;
}
.form-item {
  position: relative;
  margin: 10px 0;
}
.form-item > *:first-child {
  margin-top: 0 !important;
}
.form-item > *:last-child {
  margin-bottom: 0 !important;
}
.form-item.error input[type="text"],
.form-item.error input[type="email"],
.form-item.error input[type="password"],
.form-item.error textarea {
  border-color: #ff0000;
  background: rgba(255, 0, 0, 0.1);
}
.msg-error {
  margin: 10px 0;
  color: #ff0000;
  text-align: left;
}
.form-checkbox {
  position: relative;
  display: block;
  margin: 20px 0;
}
.form-checkbox[required] {
  color: #ff0000;
}
.form-checkbox > *:not(.msg-error) {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.form-checkbox p {
  text-align: left;
  padding-left: 10px;
  width: calc(100% - 30px);
}
.form-checkbox input {
  margin-top: 4px;
}
.captcha-refresh {
  display: table;
  margin: 5px 0;
  padding-left: 20px;
  background: url(../images/icons/captcha-refresh.png) no-repeat left center;
}
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"],
button,
label {
  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-color: #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;
  min-height: 100vh;
  -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);
}
.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: 1.2;
  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;
}
.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;
}
.registration-mobile form .password-forget,
.login-mobile form .password-forget {
  font-size: 14px;
  display: table;
  margin: 20px auto;
  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 {
  margin-top: 55px;
  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;
  font-size: 0.65em;
}
.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 form > * {
  vertical-align: middle;
}
header .container > .wrapper .user-panel p {
  display: inline-block;
  margin: 0 10px;
}
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,
header .mobile-container .registration {
  margin-right: 5px;
  margin-top: 10px;
  float: right;
  padding: 10px 15px;
  font-size: 1.1em;
  line-height: 1.3em;
}
header .mobile-container p {
  float: right;
  font-size: 1.4em;
  padding-top: 15px;
  padding-right: 10px;
  color: #ffffff;
}
header .mobile-container p a {
  color: #fff000;
}
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 .winners .slider-wrapper p span {
  padding: 0 20px;
}
.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,
.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-color: #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-color: #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;
  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;
}
.page .games li {
  display: none;
  margin: 0px 7.5px 20px 7.5px;
  overflow: hidden;
  border: 1px solid #76126a;
}
.page .games li a {
  position: relative;
  display: block;
  text-decoration: none;
}
.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 {
  display: block;
  width: 218px;
  height: 186px;
}
.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: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);
}
.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 .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);
}
.super-puper-recovery {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: underline;
}
.super-puper-recovery:hover {
  text-decoration: none;
}
.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: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.1);
  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);
}
.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: 35px 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: 940px;
  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 .tabs-wrap {
  position: relative;
  padding: 0 45px;
  height: 80px;
  overflow: hidden;
}
.popup-payment .tabs-left,
.popup-payment .tabs-right {
  position: absolute;
  z-index: 9;
  background-color: #782663;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  width: 46px;
  height: 79px;
}
.popup-payment .tabs-left {
  left: 0;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDMwNiAzMDYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwNiAzMDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hldnJvbi1sZWZ0Ij4KCQk8cG9seWdvbiBwb2ludHM9IjI0Ny4zNSwzNS43IDIxMS42NSwwIDU4LjY1LDE1MyAyMTEuNjUsMzA2IDI0Ny4zNSwyNzAuMyAxMzAuMDUsMTUzICAgIiBmaWxsPSIjYTVhNmE3Ii8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.popup-payment .tabs-right {
  right: 0;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDMwNiAzMDYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwNiAzMDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hldnJvbi1yaWdodCI+CgkJPHBvbHlnb24gcG9pbnRzPSI5NC4zNSwwIDU4LjY1LDM1LjcgMTc1Ljk1LDE1MyA1OC42NSwyNzAuMyA5NC4zNSwzMDYgMjQ3LjM1LDE1MyAgICIgZmlsbD0iI2E1YTZhNyIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}
.popup-payment .wager {
  text-align: left;
  color: #CD8003;
}
.popup-payment .wager .caption {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 15px 0;
}
.popup-payment .tab-menu {
  position: absolute;
  width: 2000px;
  height: 80px;
}
.popup-payment .tab-menu .tab-left-li {
  width: 45px;
  height: 80px;
  position: absolute;
  left: 0;
  display: block;
}
.popup-payment .tab-menu .tab-right-li {
  width: 45px;
  height: 80px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  display: block;
}
.popup-payment .tab-menu li {
  position: relative;
  float: left;
  width: 205px;
  font-size: 1.375em;
  height: 75px;
}
.popup-payment .tab-menu li.visible {
  display: block;
}
.popup-payment .tab-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 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;
  outline: none;
}
.popup-payment .tab-menu li a:focus {
  outline: none;
}
.popup-payment .tab-menu li:hover a {
  color: #000000;
}
.popup-payment .tab-menu li.active a {
  color: #000000;
  background: #f0f0f0;
}
.popup-payment .tab-menu 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 .tab-menu li:first-child::after,
.popup-payment .tab-menu li.active:after,
.popup-payment .tab-menu 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;
  height: 50vh;
  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 {
  display: none;
  opacity: 0;
  position: absolute;
  background: #533e50;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  padding: 15px;
  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: 20px;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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: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 {
  position: absolute;
  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;
  height: auto !important;
}
.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;
  position: relative;
}
.popup-payment .profile-edit,
.popup-payment .profile-edit p {
  text-align: left;
}
.popup-payment .profile-edit .level {
  position: absolute;
  color: #ff525f;
  font: 14px "Roboto Black", sans-serif;
  margin-top: 40px;
}
.popup-payment .profile-edit .scores {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #c8c8c8;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}
.popup-payment .profile-edit .scores p {
  display: flex;
  align-items: center;
  color: #7b7b7b;
  font: 14px "Roboto Light", sans-serif;
}
.popup-payment .profile-edit .scores p span {
  color: #772662;
  font: 30px "Roboto Black", sans-serif;
  margin-left: 22px;
}
.popup-payment .profile-edit .scores .btn-shop {
  display: inline-block;
  border: 1px solid transparent;
  background-color: #ddfbdd;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ddfbdd, endColorstr=#5dbd5f);
  background-image: -moz-linear-gradient(top, #ddfbdd 0%, #5dbd5f 50%, #18a11b 50%, #a9e6ab 100%);
  background-image: linear-gradient(top, #ddfbdd 0%, #5dbd5f 50%, #18a11b 50%, #a9e6ab 100%);
  background-image: -webkit-linear-gradient(top, #ddfbdd 0%, #5dbd5f 50%, #18a11b 50%, #a9e6ab 100%);
  background-image: -o-linear-gradient(top, #ddfbdd 0%, #5dbd5f 50%, #18a11b 50%, #a9e6ab 100%);
  background-image: -ms-linear-gradient(top, #ddfbdd 0%, #5dbd5f 50%, #18a11b 50%, #a9e6ab 100%);
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #ddfbdd), color-stop(50%, #5dbd5f), color-stop(50%, #18a11b), color-stop(100%, #a9e6ab));
  border-color: #447a27;
  height: 30px;
  color: #fff;
  text-transform: uppercase;
  font: 14px/30px "Roboto", sans-serif;
  text-decoration: none;
  border-radius: 50px;
  padding: 0 24px;
  margin-left: 22px;
  box-shadow: 0px 0px 15px 0px #589760;
}
.popup-payment .profile-edit .scores .btn-shop:hover {
  border-color: #2f3c19;
  background-color: #b2cbb1;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#b2cbb1, endColorstr=#0f400f);
  background-image: -moz-linear-gradient(top, #b2cbb1 0%, #0f400f 50%, #0f400f 50%, #8ca789 100%);
  background-image: linear-gradient(top, #b2cbb1 0%, #0f400f 50%, #0f400f 50%, #8ca789 100%);
  background-image: -webkit-linear-gradient(top, #b2cbb1 0%, #0f400f 50%, #0f400f 50%, #8ca789 100%);
  background-image: -o-linear-gradient(top, #b2cbb1 0%, #0f400f 50%, #0f400f 50%, #8ca789 100%);
  background-image: -ms-linear-gradient(top, #b2cbb1 0%, #0f400f 50%, #0f400f 50%, #8ca789 100%);
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #b2cbb1), color-stop(50%, #0f400f), color-stop(50%, #0f400f), color-stop(100%, #8ca789));
}
.popup-payment .profile-edit .scores .btn-shop:focus,
.popup-payment .profile-edit .scores .btn-shop:active,
.popup-payment .profile-edit .scores .btn-shop:visited {
  background: #0c510e;
  border-color: #447a27;
}
.popup-payment .profile-edit form {
  margin-top: 20px;
}
.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: middle;
  font-size: 14px;
}
.popup-payment .profile-edit form .error input {
  border-color: #db2f2f;
}
.popup-payment .profile-edit form .error .error-tooltip {
  position: absolute;
  background: url(../images/error_bg.png) no-repeat;
  width: 195px;
  height: 51px;
  bottom: 98%;
}
.popup-payment .profile-edit form .error .error-tooltip p {
  font: bold 13px Arial;
  color: #fff;
  margin: 13px 0 0 20px;
}
.popup-payment .profile-edit form .preview,
.popup-payment .profile-edit form .hidden {
  display: none;
  position: relative;
}
.popup-payment .profile-edit form .preview.displayed,
.popup-payment .profile-edit form .hidden.displayed {
  display: block;
}
.popup-payment .profile-edit form .preview-success {
  width: 195px;
  height: 58px;
  background: url(../images/success_bg.png) no-repeat;
  border-radius: 5px;
  position: absolute;
  bottom: 20px;
}
.popup-payment .profile-edit form .preview-success p {
  font: bold 13px Arial;
  color: #fff;
  text-align: left;
  margin: 10px;
}
.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 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 .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-payment .profile-edit form .sms {
  max-width: 75px;
  margin-right: 10px;
}
.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-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;
}
.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-color: #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-green {
  padding-left: 25px;
  padding-right: 25px;
  border-color: #00aa24;
  background-color: #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-orange {
  padding-left: 25px;
  padding-right: 25px;
  border-color: #ff7800;
  background-color: #ff9657;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff9657 0%, #ff7725 50%, #ff6000 51%, #ff8b46 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff9657 0%, #ff7725 50%, #ff6000 51%, #ff8b46 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff9657 0%, #ff7725 50%, #ff6000 51%, #ff8b46 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9657', endColorstr='#ff8b46', GradientType=0);
  /* IE6-9 */
}
.btn-orange: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 #ffc999;
  -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 #ffc999;
  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 #ffc999;
}
.btn-yellow {
  padding-left: 25px;
  padding-right: 25px;
  border-color: #ccc000;
  background-color: #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-color: #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-color: #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-color: #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-color: #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-color: #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-color: #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-color: #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);
}
.padded-left {
  padding-left: 70px;
}
.padded-right {
  padding-right: 70px;
}
main {
  padding: 40px 0;
  color: #ffffff;
  font-size: 15px;
}
main h1 {
  margin-bottom: 25px;
  font-size: 25px;
  text-transform: uppercase;
}
main h1.success {
  padding-left: 30px;
  background: url(../images/icons/ico-success.png) no-repeat left center;
}
main .btn {
  margin: 20px 0;
}
main a:not(.btn) {
  color: #df28ca;
}
strong {
  font-weight: bold;
}
.main-footer {
  font-size: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  height: 230px;
  padding-bottom: 30px;
  background: #000000;
}
.main-footer .contacts {
  position: relative;
}
.main-footer .contacts .ico {
  padding-left: 35px;
  background: no-repeat left center;
  background-size: contain;
  margin: 0 10px;
}
.main-footer .contacts .ico-skype {
  background-image: url(../images/icons/ico-skype.png);
}
.main-footer .contacts .ico-email {
  background-image: url(../images/icons/ico-email.png);
}
.main-footer .payment {
  display: table;
  margin: 30px auto 0 auto;
  padding: 10px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #d3d3d5;
}
.main-footer .payment:hover {
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
}
.main-footer .payment img {
  margin: auto;
}
.main-footer,
.main-footer a {
  color: #a2a1a1;
}
.main-footer a {
  text-decoration: none;
}
.main-footer a:hover {
  color: #ea35d4;
}
.main-footer .payment-methods {
  padding: 20px 0;
  margin: 20px 0;
  position: relative;
}
.main-footer .payment-methods li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.main-footer .payment-methods:after,
.main-footer .payment-methods:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, black 0%, #9714af 50%, black 100%);
}
.main-footer .payment-methods:before {
  top: 0;
}
.main-footer .payment-methods:after {
  bottom: 0;
}
.main-footer .payment-methods a:hover img {
  display: block;
}
.main-footer .payment-methods a:hover img.colored {
  display: none;
}
.main-footer .payment-methods img {
  display: none;
}
.main-footer .payment-methods img.colored {
  display: block;
}
.pre-footer {
  height: 260px;
}
span.empty {
  margin-bottom: 50px;
  display: block;
}
.popup-password-recover,
.popup-password-recover-from-email {
  max-width: 500px;
}
.restore-password-text {
  margin: 10px 0;
}
.grid-table {
  display: table;
  width: 100%;
  margin: 20px 0;
}
.grid-table > * {
  display: table-cell;
  vertical-align: middle;
}
.grid-table > *:first-child {
  text-align: left;
}
.grid-table > *:last-child {
  text-align: right;
}
.list-inline li {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 10px;
}
.list-inline li:after {
  content: "|";
  display: inline-block;
  vertical-align: baseline;
  color: #ea35d4;
  margin-left: 15px;
}
.list-inline li:first-child {
  margin-left: 0;
}
.list-inline li:last-child:after {
  display: none;
}
.bonus-profile__code {
  margin-bottom: 40px;
  margin-top: -10px;
}
.bonus-profile__code .form {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  position: relative;
}
.bonus-profile__code .bonuses__input-wrap {
  display: flex;
}
.bonus-profile__code .input__label {
  color: #7b7b7b;
  font: 14px/24px "Myriad Pro", sans-serif;
  margin-right: 20px;
  margin-left: 20px;
}
.bonus-profile__code .msg-error {
  color: #de000a;
  font: 14px "Myriad Pro", sans-serif;
  margin-top: 5px;
  position: absolute;
}
.bonus-profile__code .input__item {
  width: 178px;
  box-sizing: border-box;
  height: 24px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 0 5px;
}
.bonus-profile__code .form__button-wrap {
  margin-left: 20px;
  vertical-align: top;
  margin-top: -3px;
}
.bonus-profile__code .btn-activate {
  font: 13px/26px "Roboto", sans-serif;
  color: #fff;
  border: 1px solid transparent;
  background-color: #fad7de;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fad7de, endColorstr=#b84c60);
  background-image: -moz-linear-gradient(top, #fad7de 0%, #b84c60 50%, #9a001d 50%, #e39eac 100%);
  background-image: linear-gradient(top, #fad7de 0%, #b84c60 50%, #9a001d 50%, #e39eac 100%);
  background-image: -webkit-linear-gradient(top, #fad7de 0%, #b84c60 50%, #9a001d 50%, #e39eac 100%);
  background-image: -o-linear-gradient(top, #fad7de 0%, #b84c60 50%, #9a001d 50%, #e39eac 100%);
  background-image: -ms-linear-gradient(top, #fad7de 0%, #b84c60 50%, #9a001d 50%, #e39eac 100%);
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #fad7de), color-stop(50%, #b84c60), color-stop(50%, #9a001d), color-stop(100%, #e39eac));
  border-color: #9c0012;
  -webkit-box-shadow: 0 0 11px 0 #9c0012;
  -moz-box-shadow: 0 0 11px 0 #9c0012;
  box-shadow: 0 0 11px 0 #9c0012;
  box-sizing: border-box;
  height: 30px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 35px;
  min-width: 124px;
}
.bonus-profile__code .btn-activate:hover {
  background-color: #e5bbc9;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e5bbc9, endColorstr=#862b42);
  background-image: -moz-linear-gradient(top, #e5bbc9 0%, #862b42 50%, #650012 50%, #ba7188 100%);
  background-image: linear-gradient(top, #e5bbc9 0%, #862b42 50%, #650012 50%, #ba7188 100%);
  background-image: -webkit-linear-gradient(top, #e5bbc9 0%, #862b42 50%, #650012 50%, #ba7188 100%);
  background-image: -o-linear-gradient(top, #e5bbc9 0%, #862b42 50%, #650012 50%, #ba7188 100%);
  background-image: -ms-linear-gradient(top, #e5bbc9 0%, #862b42 50%, #650012 50%, #ba7188 100%);
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #e5bbc9), color-stop(50%, #862b42), color-stop(50%, #650012), color-stop(100%, #ba7188));
  border-color: #6d000c;
}
.bonus-profile__code .btn-activate:active,
.bonus-profile__code .btn-activate:visited {
  background: #50000f;
}
.form-item.error input {
  color: #ffffff;
}
.bonus-profile__wrap {
  padding: 40px 30px 50px;
}
.bonus-profile__title {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding-left: 18px;
  margin-bottom: 40px;
}
.bonus-profile__table + .bonus-profile__title {
  margin-top: 40px;
}
.bonus-profile__table {
  width: 100%;
}
.bonus-profile__tr + .bonus-profile__tr {
  border-top: 1px solid #e4e4e4;
}
.bonus-profile__th {
  color: #7c7c7c;
  text-align: left;
  padding: 0 0 0 18px;
  vertical-align: middle;
}
.bonus-profile__th_width-5 {
  width: 20%;
}
.bonus-profile__th_width-6 {
  width: 16.666%;
}
.bonus-profile__td {
  text-align: left;
  padding: 15px 0 15px 18px;
}
.bonus-profile__td_active {
  color: #17905a;
}
.bonus-profile__td_inactive {
  color: #8f1d17;
}
.bonus-profile__item {
  display: inline-block;
  color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 12px;
  image-rendering: pixelated;
}
.bonus-profile__item > a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.bonus-profile__item_selected {
  background-image: url("../images/round-bg.png");
}
.bonus-profile__item_selected > a {
  color: #fff;
}
.bonus-profile__item_first:before,
.bonus-profile__item_last:before,
.bonus-profile__item_first:after,
.bonus-profile__item_last:after {
  content: "";
  height: 9px;
  width: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bonus-profile__item_first > a,
.bonus-profile__item_last > a {
  color: #a5a6a7;
  text-decoration: underline;
  font-weight: normal;
}
.bonus-profile__item_first {
  margin-right: 64px;
}
.bonus-profile__item_first:before {
  display: inline-block;
  margin-right: 19px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDMwNiAzMDYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwNiAzMDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hldnJvbi1sZWZ0Ij4KCQk8cG9seWdvbiBwb2ludHM9IjI0Ny4zNSwzNS43IDIxMS42NSwwIDU4LjY1LDE1MyAyMTEuNjUsMzA2IDI0Ny4zNSwyNzAuMyAxMzAuMDUsMTUzICAgIiBmaWxsPSIjYTVhNmE3Ii8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.bonus-profile__item_last {
  margin-left: 64px !important;
}
.bonus-profile__item_last:after {
  display: inline-block;
  margin-left: 19px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDMwNiAzMDYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwNiAzMDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hldnJvbi1yaWdodCI+CgkJPHBvbHlnb24gcG9pbnRzPSI5NC4zNSwwIDU4LjY1LDM1LjcgMTc1Ljk1LDE1MyA1OC42NSwyNzAuMyA5NC4zNSwzMDYgMjQ3LjM1LDE1MyAgICIgZmlsbD0iI2E1YTZhNyIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}
.bonus-profile__item:not(:first-child) {
    margin-left: 3px;
}
.bonus-popup {
  background: #431045;
  color: #a5a6a7;
  width: 560px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 14px;
  box-shadow: none;
  border: none;
}
.bonus-popup__overlay {
  background: rgba(0, 0, 0, 0.8);
}
.bonus-popup__close {
  right: -35px !important;
  top: -35px !important;
  box-shadow: 0 0 0px 10px rgba(67, 16, 69, 0.5);
  border-radius: 28px;
  background: rgba(67, 16, 69, 0.5);
}
.bonus-popup__congratulations {
  font-size: 30px;
  color: #fff450;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: bold;
}
.bonus-popup__board {
  margin-top: 50px;
}
.bonus-popup__img-wrap {
  display: inline-block;
  width: 37%;
  padding: 3px;
  border-radius: 5px;
  box-sizing: border-box;
}
.bonus-popup__img {
  width: 100%;
  border-radius: 3px;
  display: block;
  vertical-align: top;
}
.bonus-popup__details {
  display: inline-block;
  width: 56%;
  vertical-align: top;
  text-align: left;
  margin-left: 7%;
  line-height: 1;
}
.bonus-popup__title {
  color: #ffc001;
  font-weight: bold;
  font-size: 24px;
}
.bonus-popup__text {
  color: #fff;
}
.bonus-popup__text_yellow {
  color: #fff450;
}
.bonus-popup__title + .bonus-popup__text {
  margin-top: 18px;
}
.bonus-popup__text + .bonus-popup__text {
  margin-top: 12px;
}
.bonus-popup__toggle {
  margin-top: 25px;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bonus-popup__toggle:after {
  content: "";
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzODYuMjU3IDM4Ni4yNTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM4Ni4yNTcgMzg2LjI1NzsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8cG9seWdvbiBwb2ludHM9IjAsOTYuODc5IDE5My4xMjksMjg5LjM3OSAzODYuMjU3LDk2Ljg3OSAiIGZpbGw9IiNGRkZGRkYiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  display: inline-block;
  width: 7px;
  height: 5px;
  background-size: cover;
  vertical-align: middle;
  margin-left: 10px;
}
.bonus-popup__desc {
  display: none;
  margin-top: 38px;
  text-align: left;
}
.bonus-popup__desc p + p {
  margin-top: 20px;
  line-height: 1.4;
}
.bonus-popup__controls {
  margin-top: 50px;
  text-align: center;
}
.bonus-popup__control + .bonus-popup__control {
  margin-left: 20px;
}
.bonus-list {
  padding: 0 29px;
}
.content > .bonus-list {
  color: #fff;
  font-size: 14px;
}
.bonus-list__header {
  text-transform: uppercase;
  font-size: 30px !important;
  font-weight: bold;
  margin-bottom: 40px !important;
}
.bonus-list__item {
  padding: 0 0 40px;
}
.bonus-list__item + .bonus-list__item {
  border-top: 1px solid rgba(75, 77, 79, 0.5);
  padding-top: 40px;
}
.bonus-list__img-wrap {
  display: inline-block;
  width: 18.5%;
}
.bonus-list__img {
  width: 100%;
}
.bonus-list__details {
  display: inline-block;
  width: 77.25%;
  vertical-align: top;
  text-align: left;
  margin-left: 3.25%;
  line-height: 1;
  vertical-align: bottom;
}
.bonus-list__title {
  font-weight: bold;
  font-size: 24px;
}
.bonus-list__text {
  color: #fff;
}
.bonus-list__text_yellow {
  color: #fff450;
}
.bonus-list__title + .bonus-list__text {
  margin: 18px 0 0 !important;
}
.bonus-list__text + .bonus-list__text {
  margin: 12px 0 0 !important;
}
.bonus-list__button {
  margin-top: 26px;
}
.bonus-list__desc {
  margin-top: 38px;
  text-align: left;
}
.bonus-list__desc p + p {
  margin-top: 20px;
  line-height: 1.4;
}
.page-closing {
  padding-top: 1px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
.page-closing a {
  display: inline-block;
  margin: 0 auto 7%;
  text-align: center;
  background: url(../images/logo-bg.png) no-repeat;
  height: 143px;
  width: 325px;
  line-height: 143px;
}
.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;
}
.goods__header {
  font: 30px "Roboto Black", sans-serif;
  text-transform: uppercase;
  padding-left: 28px;
  padding-top: 10px;
}
.goods__text {
  margin-top: 20px;
}
.goods__text > * {
  font: 14px "Roboto Light", sans-serif;
  color: #fff;
  padding: 0 28px;
  line-height: 25px;
}
.goods__table {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  margin-bottom: 160px;
  margin-top: 25px;
}
.goods__table table {
  width: 100%;
}
.goods__table table th,
.goods__table table td {
  text-align: left;
  vertical-align: middle;
  color: #fff;
}
.goods__table table th {
  font: 14px "Roboto Light", sans-serif;
  color: #7b7b7b;
}
.goods__table table tr {
  height: 64px;
  border-bottom: 1px solid #472f4a;
}
.goods__table table tr th:first-of-type,
.goods__table table tr td:first-of-type {
  padding-left: 18px;
  width: 325px;
}
.goods__table table tr th:nth-of-type(2),
.goods__table table tr td:nth-of-type(2) {
  text-align: left;
}
.goods__table table tr th:nth-of-type(3),
.goods__table table tr td:nth-of-type(3) {
  width: 220px;
  padding-right: 20px;
}
.goods__table table tr th:nth-of-type(2) {
  padding-left: 20px;
}
.goods__table table tr th:last-of-type,
.goods__table table tr td:last-of-type {
  width: 170px;
}
.goods__table table tr td:first-of-type {
  font: bold 14px "Roboto Bold", sans-serif;
}
.goods__table table tr td:last-of-type {
  font: 14px "Roboto Light", sans-serif;
}
.goods__table table thead tr {
  height: 45px;
}
.goods .pager__layout {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.goods .pager__dot {
  margin-right: 10px;
}
.goods .pager__dot:last-of-type {
  margin-right: 0;
}
.goods .pager__dot a {
  text-decoration: none;
  font-weight: bold;
  color: #7b7b7b;
}
.goods .pager__dot_active a {
  color: #fff;
}
.goods .btn-exchange {
  height: 36px;
  font: 14px "Roboto Medium", sans-serif;
  color: white;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid transparent;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  min-width: 122px;
  padding: 0 10px;
  border-radius: 25px;
  background-color: #f2e0ed;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f2e0ed, endColorstr=#a06791);
  background-image: -moz-linear-gradient(top, #f2e0ed 0%, #a06791 50%, #772662 50%, #b88eae 100%);
  background-image: linear-gradient(top, #f2e0ed 0%, #a06791 50%, #772662 50%, #b88eae 100%);
  background-image: -webkit-linear-gradient(top, #f2e0ed 0%, #a06791 50%, #772662 50%, #b88eae 100%);
  background-image: -o-linear-gradient(top, #f2e0ed 0%, #a06791 50%, #772662 50%, #b88eae 100%);
  background-image: -ms-linear-gradient(top, #f2e0ed 0%, #a06791 50%, #772662 50%, #b88eae 100%);
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #f2e0ed), color-stop(50%, #a06791), color-stop(50%, #772662), color-stop(100%, #b88eae));
  -webkit-box-shadow: 0 0 9px 0 #782863;
  -moz-box-shadow: 0 0 9px 0 #782863;
  box-shadow: 0 0 9px 0 #782863;
  border-color: #782863;
  line-height: 36px;
}
.goods .btn-exchange:hover {
  background-color: #cdb2c7;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#cdb2c7, endColorstr=#763c65);
  background-image: -moz-linear-gradient(top, #cdb2c7 0%, #763c65 50%, #4b1038 50%, #a07193 100%);
  background-image: linear-gradient(top, #cdb2c7 0%, #763c65 50%, #4b1038 50%, #a07193 100%);
  background-image: -webkit-linear-gradient(top, #cdb2c7 0%, #763c65 50%, #4b1038 50%, #a07193 100%);
  background-image: -o-linear-gradient(top, #cdb2c7 0%, #763c65 50%, #4b1038 50%, #a07193 100%);
  background-image: -ms-linear-gradient(top, #cdb2c7 0%, #763c65 50%, #4b1038 50%, #a07193 100%);
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #cdb2c7), color-stop(50%, #763c65), color-stop(50%, #4b1038), color-stop(100%, #a07193));
  border-color: #4b1038;
}
.goods .btn-exchange:focus,
.goods .btn-exchange:active,
.goods .btn-exchange:visited {
  background: #772662;
}
.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;
  }
  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;
  }
  .main-footer {
    font-size: 13px;
  }
  .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 li a img {
    width: 174px;
    height: 150px;
  }
  .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;
  }
  .popup-payment .tabs-wrap {
    height: 73px;
  }
  .popup-payment .tabs-left,
  .popup-payment .tabs-right {
    height: 72px;
  }
  .goods__table table tr td:first-of-type,
  .goods__table table tr th:first-of-type {
    width: 33%;
  }
  .goods__table table tr td:last-of-type,
  .goods__table table tr th:last-of-type {
    text-align: center;
  }
  .goods__table table td,
  .goods__table table th {
    width: 33%;
  }
}
@media (max-width: 1023px) {
  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;
  }
  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;
  }
  .main-footer {
    font-size: 11px;
  }
  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,
  .btn-orange {
    padding-left: 14px;
    padding-right: 14px;
    line-height: 0;
  }
  .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: 14px;
    height: 14px;
  }
  .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;
  }
  .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 li a img {
    width: 155px;
    height: 134px;
  }
  .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;
  }
  .popup-payment .tabs-wrap {
    height: 71px;
  }
  .popup-payment .tabs-left,
  .popup-payment .tabs-right {
    height: 70px;
  }
}
@media (max-width: 799px) {
  .popup-primary {
    max-width: calc(100% - 90px);
  }
  body {
    min-width: 463px;
    font-size: 0.875em;
  }
  #btn-cashbox {
    display: none;
  }
  .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;
  }
  .main-footer .grid-table {
    display: block;
  }
  .main-footer .grid-table > * {
    display: block;
    margin: 20px auto;
    text-align: center !important;
  }
  .main-footer img {
    max-width: 70px;
  }
  .palm-left,
  .palm-right,
  .girl,
  .vegas {
    top: 60px;
  }
  .btn {
    height: 42px;
    line-height: 0.4em;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .btn-green,
  .btn-yellow,
  .btn-orange {
    padding-left: 14px;
    padding-right: 14px;
    line-height: 1.4;
    -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: 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;
    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-color: #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: 1.4em;
  }
  .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 li a img {
    width: 200px;
    height: 171px;
  }
  .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: 1.2em;
  }
  .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;
  }
  .overlay {
    /*top: 200px;
    height: ~"calc(100vh - 200px)";*/
  }
  .bonus-popup {
    height: 100vh;
    width: 100%;
    max-width: 100%;
    position: relative;
    max-height: 100%;
    padding-top: 50px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: auto;
    top: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow-y: auto;
  }
  .bonus-popup__close {
    right: 0 !important;
    top: 10px !important;
    left: 50%;
    margin-left: -12px;
  }
  .bonus-list__img-wrap {
    width: 100%;
  }
  .bonus-list__img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  .bonus-list__details {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .bonus-list__desc {
    text-align: center;
  }
  .bonus-popup {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bonus-popup__congratulations {
    margin-bottom: 20px;
  }
  .bonus-popup__board {
    margin-top: 30px;
  }
  .bonus-popup__img-wrap {
    width: 60%;
    margin: 0 auto;
    display: block;
    max-width: 250px;
  }
  .bonus-popup__details {
    width: 100%;
    margin-left: 0%;
    text-align: center;
    margin-top: 15px;
  }
  .bonus-popup__desc {
    text-align: center;
  }
  .bonus-popup__controls {
    margin-top: 30px;
    text-align: center;
    padding-bottom: 15px;
  }
  .bonus-profile__table_active .bonus-profile__th:nth-child(5) {
    display: none;
  }
  .bonus-profile__table_active .bonus-profile__td:nth-child(5) {
    display: none;
  }
  .popup-payment .tabs .payment-methods li.active .details {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .popup-payment {
    height: 100vh;
    padding: 0 !important;
    width: 100%;
    max-width: 100%;
    position: relative;
    max-height: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: auto;
    top: auto;
    -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: 25px !important;
    margin-left: -12px;
  }
  .popup-payment .tabs-wrap {
    padding: 0;
  }
  .popup-payment .tabs {
    padding: 0 !important;
    height: 69vh;
  }
  .popup-payment .tabs .payment-methods li .details {
    padding: 10px;
    max-height: 100px;
  }
  .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;
      }*/
    padding: 0 0 0 25px;
    height: 80px;
    background-image: linear-gradient(to bottom, #de27d7 0%, #772574 100%);
  }
  .popup-payment .tab-menu li {
    width: 50%;
    display: none;
  }
  .popup-payment .tab-menu li.active {
    display: block;
    float: left;
    width: auto;
    line-height: 1;
  }
  .popup-payment .tab-menu li.active a {
    cursor: default;
    font-weight: bold;
    background: transparent;
    color: #fff;
    font-size: 32px;
    padding: 20px 0;
    -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-payment .tabs-left,
  .popup-payment .tabs-right {
    display: none !important;
  }
  .goods__table table {
    display: block;
  }
  .goods__table table thead,
  .goods__table table tbody,
  .goods__table table tr,
  .goods__table table th,
  .goods__table table td {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .goods__table table thead {
    display: none;
  }
  .goods__table table tr {
    height: auto;
    width: 100%;
    margin-bottom: 10px;
    border: 0;
    border-bottom: 1px solid #472f4a;
  }
  .goods__table table tr td {
    width: 50%;
    padding-left: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    height: 35px;
    border: 1px solid #472f4a;
    border-bottom: 0;
  }
  .goods__table table tr td::before {
    content: attr(data-label);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 50%;
    left: 0;
    font: 700 14px "Roboto Bold", sans-serif !important;
  }
  .goods__table table tr td:first-of-type,
  .goods__table table tr td:last-of-type {
    width: 50%;
    padding-left: 50%;
  }
  .goods .btn-exchange {
    margin-top: -2px;
  }
  .goods__table table tr td:nth-of-type(3),
  .goods__table table tr th:nth-of-type(3) {
    padding-right: 0;
    width: 50%;
    text-align: center;
  }
  .popup-payment .profile-edit .level {
    position: static;
  }
  .popup-payment .profile-edit .level p {
    text-align: center;
  }
  .popup-payment .profile-edit .scores {
    flex-flow: column nowrap;
    justify-content: center;
  }
  .popup-payment .profile-edit .scores .btn-shop {
    margin-top: 10px;
  }
  .bonus-profile__code {
    margin-top: 10px;
  }
  .bonus-profile__code .form {
    flex-flow: column nowrap;
    align-items: center;
  }
  .bonus-profile__code .form__button-wrap {
    flex-flow: column nowrap;
    margin-left: 0;
  }
  .bonus-profile__code .bonuses__input-wrap {
    flex-flow: column nowrap;
    margin-bottom: 10px;
    align-items: center;
  }
  .bonus-profile__code .msg-error {
    position: static;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
  }
}
@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%;
  }
  header .mobile-container p {
    font-size: 1em;
  }
  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: 42px;
    line-height: 0.4em;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .btn-green,
  .btn-yellow,
  .btn-orange {
    padding-left: 14px;
    padding-right: 14px;
    line-height: 1.4;
    -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 {
    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;
    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-color: #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: 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"] {
    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;
    line-height: 1.4em;
  }
  .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 li a img {
    width: 200px;
    height: 171px;
  }
  .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 .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 {
    /*> ul {
        font-size: 0.8em;

        >li > ul li { min-width: 45px }
    }*/
  }
  .menu-mobile .buttons .btn {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 26px;
  }
}
/*@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: 700px) {
  .popup-payment .tabs .payment-methods li .details {
    max-height: 100%;
  }
}
@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: 650px) {
  .popup-login {
    width: 50%;
    max-width: 50%;
    padding: 20px 20px 10px 20px;
  }
  .popup-login img {
    width: 20px;
  }
  .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) {
  .bonus-profile__wrap {
    padding: 10px;
  }
  .popup-payment > ul.tab-menu li {
    width: 100%;
  }
  .popup-payment > ul.tab-menu li.tab-left-li,
  .popup-payment > ul.tab-menu li.tab-right-li {
    height: 37px;
  }
  .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;
  }
  .bonus-profile__pager-wrap {
    position: relative;
    padding-bottom: 40px;
  }
  .bonus-profile__item_first,
  .bonus-profile__item_last {
    position: absolute;
    bottom: 0;
  }
  .bonus-profile__item_first {
    left: 0;
  }
  .bonus-profile__item_last {
    right: 0;
  }
}
@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;
  }
}
@media (max-height: 350px) {
  .popup-login {
    padding: 25px 20px;
  }
  .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;
  }
}
@media (max-height: 500px) {
  .popup-primary .list-group button {
    padding: 10px;
    font-size: 20px;
  }
  .popup-primary .popup-body {
    max-height: 50vh;
  }
}
@media (max-height: 400px) {
  .popup-primary .popup-body {
    max-height: 40vh;
  }
}
@media (max-height: 300px) {
  .popup-primary .popup-body {
    max-height: 15vh;
  }
}


