@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/Roboto-Light.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoItalic';
    src: url('../fonts/Roboto-Italic.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoBlack';
    src: url('../fonts/Roboto-Black.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoThin';
    src: url('../fonts/Roboto-Thin.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoMedium';
    src: url('../fonts/Roboto-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoMediumItalic';
    src: url('../fonts/Roboto-MediumItalic.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/Roboto-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BankGotickLight';
    src: url('../fonts/BankGothic%20Lt%20BT%20Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Lato:400,900');
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300,300italic,400italic,700italic);

/*  css reset   */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
	-webkit-text-size-adjust: none;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
a, label{
	-webkit-tap-highlight-color: transparent;
}
input[type=text], input[type=submit], textarea{
	-webkit-appearance: none;
} 
button{
    border: none;
    background: none;
    cursor: pointer;
}
button:active{
    outline: none;
}
button:focus{
    outline: none;
}
/*  css reset end   */

html{
}

body{
    background: url("../img/background.jpg") repeat-y #09203F;
    font-family: RobotoRegular;
}

.button-opacity{
    opacity: 0.85;
    cursor: pointer;
}
.modal-agreement-1 {float:left;}
.modal-agreement-title {display:block;}
.button-opacity img {width: 100%; max-width:685px;}

.button-opacity:hover{
    opacity: 1;
}

.main-container {
    width: 100% !important;
	overflow: hidden;
}

.clearfix{
    clear: both;
}

/*    light    */

.light-container{
    position: relative;
    z-index: -2;
}

.light{
    position: absolute;
    z-index: -2;
    opacity: 0.45;
    background: -moz-radial-gradient(center, ellipse cover, rgb(37, 130, 226) 0%, rgba(0,0,0,0) 60%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgb(37, 130, 226)), color-stop(60%, rgba(0,0,0,0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgb(37, 130, 226) 0%, rgba(0,0,0,0) 60%);
    background: -o-radial-gradient(center, ellipse cover, rgb(37, 130, 226) 0%, rgba(0,0,0,0) 60%);
    background: -ms-radial-gradient(center, ellipse cover, rgb(37, 130, 226) 0%, rgba(0,0,0,0) 60%);
    background: radial-gradient(ellipse at center, rgb(37, 130, 226) 0%, rgba(0,0,0,0) 60%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );*/
}

.light-1{
    width: 2000px;
    height: 2000px;
    opacity: 0.55;
    left: 0;
    top: 0;
}

.light-2{
    width: 800px;
    height: 700px;
    left: -360px;
    top: -250px;
    opacity: 0.55;
}
.light-3 {
    width: 994px;
    height: 925px;
    right: -385px;
    top: -380px;
    opacity: 0.6;
}

.light-4{
    width: 2400px;
    height: 1800px;
    left: -595px;
    top: -491px;
}

/*    light end    */


.shadow{
    position: absolute;
    z-index: -1;
    opacity: 0.45;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 67%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,1)), color-stop(67%, rgba(0,0,0,0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 67%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 67%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 67%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 67%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );*/
}

.shadow-1{
    height: 300px;
    width: 800px;
    left: 585px;
    top: -85px;
    opacity: 1;
}

.shadow-2{
    height: 115px;
    width: 500px;
    left: -605px;
    top: 0;
    opacity: 0.5;
}
.shadow-3{
    height: 115px;
    width: 500px;
    right: -605px;
    top: 0;
    opacity: 0.5;
}
.hide {
    display: none !important;
}
.back-button {
    display: none;
    width: 100%;
    color: #bfddff;
    margin: 10px 0 15px 5px;
    cursor: pointer;
}

/*

                MODAL

*/

body .active{
    display: inline-block;
    opacity: 0.99;
}

body .message-active{
    display: block;
    opacity: 0.99;
}

.modal-lock{
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.modal-back{
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 10005;
    opacity: 0;
    transition: all 0.3s;
    overflow: hidden;
    overflow-y: scroll;
    text-align: center;
}

.modal{
    display: none;
    width: 560px;
    padding: 30px 120px;
    background: url("../img/content_background.png") #002F77;
    z-index: 100;
    text-align: center;
    transition: height 0.3s;
    position: relative;
}

img.close{
    position: absolute;
    top:30px;
    right: -8px;
    cursor: pointer;
}

.modal-title{
    font-family: Georgia, regular;
    font-size: 40px;
    color: white;
}

.modal-content{
    margin: 35px 0;
    border-top: 1px solid rgba(26, 68, 131, 0.85);
    border-bottom: 1px solid rgba(26, 68, 131, 0.85);
}

.modal-enter{
    background: #0058c2;
    color: white;
    font-family: RobotoMedium;
    line-height: 28px;
    border-radius: 3px;
    border-top: 1px solid #4d8fd9;
    padding: 0 12px;position: absolute;
    left: 120px;
    top: 60px;
    cursor: pointer;
}

.modal-form-table{
    font-size: 14px;
    margin-left: 65px;
	width: 100%;
	margin: 10px 0;
}

.modal-form-title{
    color: #f3bf0c;
    text-align: right;
    line-height: 40px;
}

.modal-form-table input{
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    height: 40px;
    padding: 0 10px;
    width: 275px;
    margin: 5px 0 5px 30px;
    background-color: #bfddff;
    border: none;
    border-radius: 3px;
}

.modal-reg .td{
}

.modal .top-menu-social{
    border-left: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    float: none;
    width: auto;
    border-top: 1px solid rgba(0, 42, 105, 0.85);
    padding-top: 30px;
    color: rgb(92, 112, 140);
    height: 55px;
}

.modal .slider-reg{
    position: static;
}

.modal-agreement{
    border-bottom: 1px solid rgba(0, 42, 105, 0.85);
    color: #bfddff;
	max-width: 330px;
	margin: 0 auto;
	text-align: left;
	padding: 15px 0;
}
.modal-agreement-1 {float:left;}
.modal-agreement-title a{
    color: #0062c9;
    text-decoration: underline;
    cursor: pointer;
}
.forget-password {margin-left: 30px;}

.modal-form-currency{
    text-align: left;
    padding-left: 28px;
    color: #bfddff;
}

.modal input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.modal input[type="checkbox"] + label {
    vertical-align: bottom;
}

.modal-form-table input[type="checkbox"] + label {
    background: #001e4a;
    /*padding-left: 20px;*/
    display: inline-block;
    height: 13px;
    width: 13px;
    border: 1px solid #1a3967;
}
.modal-form-table input[type="checkbox"]:checked + label {
    background: url('../img/checkbox_checked.png') 0 0 no-repeat;
    background-size: 13px 13px;
}
.modal-agreement input[type="checkbox"] + label, .modal-kassa input[type="checkbox"] + label {
    background: #001e4a;
    display: inline-block;
    height: 23px;
    width: 23px;
    border: 1px solid #1a3967;
}
.modal-agreement input[type="checkbox"]:checked + label, .modal-kassa input[type="checkbox"]:checked + label {
    background: url('../img/checkbox_checked.png') 0 0 no-repeat;
    background-size: 23px 23px;
}

.modal-kassa{
    padding: 0;
    max-width: 1023px;
	width:100%;
}

.modal-kassa-head{
    color: rgba(191, 221, 225, 0.3);
    line-height: 22px;
}

.modal-kassa .balance {
    width: auto;
    text-align: left;
    padding: 40px 30px 0 16px;
    margin-top: 0;
    /**/
}

.modal-kassa .balance, .modal-kassa .balance-img, .about-user-container {
    padding-top:40px;
    margin-top: 0;
}

.modal-kassa .balance-img{
    padding-top: 50px;
}
.modal-kassa-head  > .balance .balance-img,.cashback-container .balance-img{padding: 10px 10px 0 0;}
.modal-kassa-head > .balance {min-width: 160px; padding: 40px 20px 0 20px;}

.about-user-container{
    float: left;
    width: 510px;
    font-size: 13px;
    border-left: 2px solid rgba(255,255,255,0.06);
    -webkit-box-shadow: -1px 0px 0px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px 0px 0px 0px rgba(0,0,0,0.3);
    box-shadow: -1px 0px 0px 0px rgba(0,0,0,0.3);
    padding-bottom: 25px;
	padding-left: 5px;
padding-right: 5px;
}

.about-user-icon, .about-user-left{
    float: left;
    text-align: left;
}

.about-user-icon{
    padding: 0 15px 0 25px;
}

.about-user-right{
    float: right;
    text-align: right;
    color: #bfddff;
    font-style: italic;
    padding-right: 35px;
}

.about-user-right span:first-child, .about-user-username{
    font-size: 16px;
    font-style: normal;
    font-family: Georgia, regular;
}

.about-user-left{
}

.about-user-span{
    font-family: RobotoMediumItalic;
    color: #fec706;
}

.cashback-container{
    float: left;
    font-size: 16px;
    border-left: 2px solid rgba(255,255,255,0.06);
    -webkit-box-shadow: -1px 0px 0px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px 0px 0px 0px rgba(0,0,0,0.3);
    box-shadow: -1px 0px 0px 0px rgba(0,0,0,0.3);
    padding-bottom: 33px;
}

.modal-kassa-cashback{
    display: inline-block;
    position: static;
    height: 30px;
    margin-top: 51px;
    background: #0058c2;
    color: white;
    font-family: RobotoMedium;
    line-height: 28px;
    border-radius: 3px;
    border-top: 1px solid #4d8fd9;
    padding: 0 12px;
    left: 120px;
    top: 35px;
    cursor: pointer;
}

.modal-kassa .progressbar{
    float: left;
    width: 375px;
    background: rgba(0,0,0,0.25);
    margin-top: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-kassa .progress{
    height: 10px;
    background: #b70c0e;
    border-top: 1px solid #d28004;
}

.modal-kassa-menu{
    background: rgba(0,0,0,0.25);
    color: rgba(191, 221, 225, 0.3);
    line-height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	clear: both; 
}

.modal-kassa-menu-link{
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    position: relative;
	width: 20%;
	box-sizing: border-box;
}

/*
.modal-kassa-menu-link:before{
    top: -9px;
}
*/
#modal-kassa-menu-link-active:before,
#modal-kassa-menu-link-active:after{
    opacity: 1;
}



#modal-kassa-menu-link-active, .modal-kassa-menu-link:hover{
    color: #bfddff;
}

.modal-kassa-content{
    display: none;
    opacity: 0;
    transition: opacity 0.3s;
}

#active-modal-kassa-content{
    display: block;
    opacity: 1;
}

.kassa-payments-list{
    list-style: none;
    position: relative;
    text-align: left;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px 10px -5px;
}

.kassa-payment{
    display: inline-block;
    vertical-align: top;
	width: 25%;
	padding: 5px;
	box-sizing: border-box;
}
.kassa-payment.wm {display: none;}

#kassa-payment-active{
    height: 193px;
}

#kassa-payment-active.wm {
    height: 250px;
}

.kassa-payment-title{
    vertical-align: middle;
    text-align: center;
    background: #ebeff3;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(165,180,201,0.3);
    -moz-box-shadow: inset 0px -4px 0px 0px rgba(165,180,201,0.3);
    box-shadow: inset 0px -4px 0px 0px rgba(165,180,201,0.3);
	padding: 16px;
    box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: 96px;
}
.kassa-payment-title img {width: 80%;height: auto;}
#pending-payments{ display: inline-block;}
#unread-messages,.bonuses-count{
	display: inline-block;
    background: url('/images/unread-bg.png');
    width: 18px;
    height: 20px;
    z-index: 1000;
    color: #ffffff;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    cursor: default;
    font-family: RobotoBlack;
	vertical-align: middle;
	margin-top: -25px;
	margin-left: -5px;
}

#kassa-payment-active .kassa-payment-title{
    background: #203655;
    -webkit-box-shadow: inset 0px 4px 0px 0px rgba(16,36,77,0.6);
    -moz-box-shadow: inset 0px 4px 0px 0px rgba(16,36,77,0.6);
    box-shadow: inset 0px 4px 0px 0px rgba(16,36,77,0.6);
}

.kassa-pay{
    display: none;
    background: rgba(0,99,226, 0.6);
    color: #FFFFFF;
    line-height: 40px;
    padding: 10px;
    margin-top: 15px;
    font-size: 14px;
}
.pm-qiwi {z-index: 10;display: inline-block;}
.summ-title {margin-right:5px;display: inline-block;}
.summ-save {margin-right:10px;margin-left: 10px;display: inline-block;position: relative;}
.summ-save span.tip {
    display: none;
    width: 60px;
    text-align: center;
    left: -24px;
    top: -37px;
    bottom: initial;
	line-height: 1.1;
	background-color: #fff;
	color: #000;
}
.summ-save:hover span {
    display: block;
}
.summ-save span.tip::before {
    content: "▼";
    position: absolute;
    left: 45%;
    bottom: -10px;
    color: #fff;
}
.tip {
    position: absolute;
    width: 400px;
    background: 
    #000;
    border-radius: 5px;
    padding: 5px;
    bottom: 20px;
    left: -65px;
    display: none;
    font-size: 11px;
    z-index: 2;
    width: 140px;
    transition: all .25s ease-in-out;
}
#kassa-payment-active .kassa-pay{
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
	box-sizing: border-box;
	z-index: 11;
}

.kassa-menu{
    width: auto;
    border-radius: 5px;
    line-height: 50px;
    cursor: pointer;
    font-size: 20px;
    margin: 15px 40px;
	box-sizing: border-box;
	display: flex;
}
.kassa-menu div{
    width: 25%;
    float: left;
    background: #dfe2e7;
}

#kassa-menu-link-active{
    color: #FFFFFF;
    background: rgba(255,106,0,1);
    background: -moz-linear-gradient(top, rgba(255,106,0,1) 0%, rgba(255,166,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,106,0,1)), color-stop(100%, rgba(255,166,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,106,0,1) 0%, rgba(255,166,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,106,0,1) 0%, rgba(255,166,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,106,0,1) 0%, rgba(255,166,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,106,0,1) 0%, rgba(255,166,0,1) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a00', endColorstr='#ffa600', GradientType=0 );*/
	
}
.kassa-menu-link:nth-child(1) {border-radius: 5px 0 0 5px;}
.kassa-menu-link:nth-child(4) {border-radius: 0 5px 5px 0;}
.kassa-content{
    display: none;
    padding: 0 40px;
	box-sizing: border-box;
}

#active-kassa-content{
    display: block;
}

.kassa-pay button{
    height: 47px;
    width: 175px;
    display: block;
    float: right;
}

.kassa-pay .pay{
    background: url("../img/button_refill.png") no-repeat center / 100% 100%;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 18px;
	text-shadow: 1px 1px 0px black; /* Параметры тени */
}

.kassa-pay .take{
    background: url("../img/button_return.png") no-repeat center / cover;
	background: url("../img/button_refill.png") no-repeat center / 100% 100%;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 18px;
	text-shadow: 1px 1px 0px black; /* Параметры тени */
}

.kassa-pay input[type = "text"], .kassa-pay option, .kassa-pay select{
    line-height: 47px;
    height: 47px;
	width: 80px;
	border:0;
	padding: 5px;
	box-sizing: border-box;
}

.modal-kassa input[type="checkbox"] + label {
    vertical-align: middle;
}

.qiwi-phone-box-container{
    display: inline-block;
}

.qiwi-phone-box{
    display: inline-block;
    position: relative;
}

.qiwi-phone-box-tab{
    display: none;
    position: relative;
}

.qiwi-phone-box-tab input{
    padding-left: 28px;
}

#qiwi-phone-box-tab-active{
    display: block;
}

.qiwi-phone-box-link-container{
    display: none;
    position: absolute;
    width: 197px;
    padding:0 0 2px 2px;
    height: 120px;
    bottom: -120px;
    background: #ffffff;
    color: #000000;
    border-left: 1px solid rgb(166, 166, 166) ;
    border-bottom: 1px solid rgb(166, 166, 166) ;
    border-right: 1px solid rgb(166, 166, 166) ;
}

.qiwi-phone-box-link-inner{
    width: 100%;
    height: 120px;
    overflow: auto;
}

.qiwi-phone-box-link-inner .jspDrag {
    background: rgba(2, 76, 179, 0.8);
    left: 6px;
    margin-left: -9px;
    height: 53px !important;
    width: 8px;
}

.qiwi-phone-box-link-inner .jspTrack {
    margin-left: 13.5px;
}

.qiwi-phone-box-link-container-active{
    display: block;
}

.qiwi-phone-box-link {
    display: inline-block;
    width: 91%;
    padding: 0 3%;
    cursor: pointer;
}

.qiwi-phone-box-link:hover, #qiwi-phone-box-link-active {
    background: rgba(0,99,226, 0.6);
    color: #ffffff;
}

.qiwi-phone-box-tab-flag{
    position: absolute;
    top: 16px;
    left: 8px;
}

.qiwi-phone-box-tab-flag, .qiwi-phone-box-link-flag{
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url("../img/flags.png");
    cursor: pointer;
}

.flag-ua{
    background: url("../img/flags.png");
    background-position: -96px -154px;
}

.flag-ru{
    background: url("../img/flags.png");
    background-position: -224px -121px;
}

.flag-ge{
    background: url("../img/flags.png");
    background-position: -208px -44px;
}

.flag-uk{
    background: url("../img/flags.png");
    background-position: -176px -44px;
}

.flag-md{
    background: url("../img/flags.png");
    background-position: -176px -88px;
}

.flag-kz{
    background: url("../img/flags.png");
    background-position: -208px -77px;
}

.profile-table{
    width: 100%;
	padding: 10px;
	box-sizing: border-box;
	float: left;
}

.profile-title{
    text-align: center;
    font-family: Georgia, regular;
    font-size: 35px;
	color: #fff;
	line-height: 50px;
}

.profile-title td{
    padding: 25px 115px;
    color: #FFFFFF;
}

.profile-userdata form{
    background: rgba(0,99,226, 0.6);
    padding: 25px;
}

.profile-userdata button{
    margin-top: 25px;
}

.profile-userdata-table{
	width: 100%;
}
.step1_form {
    margin-top: 10px;
}
.step1_form input#wager,#conf_phone,#conf_code{width:140px;}


/*flag*/
.intl-tel-input {
  position: relative;
  display: inline-block; }
  .intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .intl-tel-input .hide {
    display: none; }
  .intl-tel-input .v-hide {
    visibility: hidden; }
  .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px; }
    .intl-tel-input .selected-flag .iti-flag {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .intl-tel-input .selected-flag .iti-arrow {
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 6px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #555; }
      .intl-tel-input .selected-flag .iti-arrow.up {
        border-top: none;
        border-bottom: 4px solid #555; }
  .intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll; }
    .intl-tel-input .country-list.dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    .intl-tel-input .country-list .flag-box {
      display: inline-block;
      width: 20px; }
    @media (max-width: 500px) {
      .intl-tel-input .country-list {
        white-space: normal; } }
    .intl-tel-input .country-list .divider {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #CCC; }
    .intl-tel-input .country-list .country {
      padding: 5px 10px; }
      .intl-tel-input .country-list .country .dial-code {
        color: #999; }
    .intl-tel-input .country-list .country.highlight {
      background-color: rgba(0, 0, 0, 0.05); }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
      vertical-align: middle; }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
      margin-right: 6px; }
  .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0; }
  .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px; }
  .intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer; }
    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default; }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
      background-color: transparent; }
  .intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table; }
  .intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px; }
  .intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .intl-tel-input.iti-container:hover {
      cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em; }

.iti-flag {
  width: 20px; }
  .iti-flag.be {
    width: 18px; }
  .iti-flag.ch {
    width: 15px; }
  .iti-flag.mc {
    width: 19px; }
  .iti-flag.ne {
    width: 18px; }
  .iti-flag.np {
    width: 13px; }
  .iti-flag.va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti-flag {
      background-size: 5630px 15px; } }
  .iti-flag.ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti-flag.ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti-flag.ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti-flag.af {
    height: 14px;
    background-position: -66px 0px; }
  .iti-flag.ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti-flag.ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti-flag.al {
    height: 15px;
    background-position: -132px 0px; }
  .iti-flag.am {
    height: 10px;
    background-position: -154px 0px; }
  .iti-flag.ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti-flag.aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti-flag.ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti-flag.as {
    height: 10px;
    background-position: -242px 0px; }
  .iti-flag.at {
    height: 14px;
    background-position: -264px 0px; }
  .iti-flag.au {
    height: 10px;
    background-position: -286px 0px; }
  .iti-flag.aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti-flag.ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti-flag.az {
    height: 10px;
    background-position: -352px 0px; }
  .iti-flag.ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti-flag.bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti-flag.bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti-flag.be {
    height: 15px;
    background-position: -440px 0px; }
  .iti-flag.bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti-flag.bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti-flag.bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti-flag.bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti-flag.bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti-flag.bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti-flag.bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti-flag.bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti-flag.bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti-flag.bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti-flag.br {
    height: 14px;
    background-position: -680px 0px; }
  .iti-flag.bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti-flag.bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti-flag.bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti-flag.bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti-flag.by {
    height: 10px;
    background-position: -790px 0px; }
  .iti-flag.bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti-flag.ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti-flag.cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti-flag.cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti-flag.cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti-flag.cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti-flag.ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti-flag.ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti-flag.ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti-flag.co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px; }
  .iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti-flag.de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti-flag.do {
    height: 13px;
    background-position: -1379px 0px; }
  .iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti-flag.er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti-flag.es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti-flag.et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti-flag.id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti-flag.il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti-flag.im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti-flag.in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti-flag.io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti-flag.is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti-flag.it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti-flag.je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti-flag.km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti-flag.la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti-flag.li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti-flag.md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti-flag.me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti-flag.my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti-flag.na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti-flag.no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti-flag.np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti-flag.om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti-flag.py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti-flag.re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti-flag.se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti-flag.si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti-flag.so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti-flag.st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti-flag.td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti-flag.th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti-flag.to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti-flag.um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti-flag.us {
    height: 11px;
    background-position: -5241px 0px; }
  .iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px; }
  .iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px; }
  .iti-flag.va {
    height: 15px;
    background-position: -5307px 0px; }
  .iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px; }
  .iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px; }
  .iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px; }
  .iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px; }
  .iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px; }
  .iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px; }
  .iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px; }
  .iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px; }
  .iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px; }
  .iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px; }
  .iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px; }
  .iti-flag.za {
    height: 14px;
    background-position: -5566px 0px; }
  .iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px; }
  .iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px; }

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("/tpl/site/stazeworks/ru-ru/img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti-flag {
      background-image: url("/tpl/site/stazeworks/ru-ru/img/flags@2x.png"); } }

.iti-flag.np {
  background-color: transparent; }


.profile-userdata-table input{
    line-height: 40px;
    height: 40px;
    padding: 0 5px;
    background-color: #bfddff;
    border: none;
    border-radius: 3px;
	width: 100%;
	box-sizing: border-box;
}


.profile-userdata-table td{
    padding: 4px;
}

.profile-userdata-title{
    text-align: right;
}

.profile-userdata-inf{
	width: 50%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}

.profile-userdata-pass{
	width: 50%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}

.history-content{
    display: block;
    color: #FFFFFF;
    text-align: left;
    padding: 20px 30px 30px 30px;
}

.history-table-container{
    background: rgba(0,99,226, 0.6);
    padding: 15px;
}

.history-content-head{
    display: inline-block;
    margin: 0 15px 15px;
}

.history-content-head select{
    line-height: 40px;
    height: 40px;
	    background-color: #fff;
}


.history-table-container table{
    width: 100%;
}

#historyType3 table td:nth-child(1), #historyType3 table th:nth-child(1) {
    width: 30%;
    position: relative;
}
.history-table-container td{
    padding: 5px 0 5px 10px;
}

.history-table-container table .history-table-title td{
    background: #2387f5 !important;
    padding: 10px 0 10px 15px;
}

.history-table-container tr:nth-child(2n+1){
    background: none;
}

.history-table-container tr:nth-child(2n){
    background: #003a8e;
}

.history-table-data{
    color: rgba(255,255,255, 0.6);
}

.history-menu{
    width: 495px;
    border-radius: 5px;
    overflow: hidden;
    line-height: 50px;
    cursor: pointer;
    font-size: 20px;
    margin: 15px 40px;
}
.history-menu div{
    width: 50%;
    float: left;
    background: #dfe2e7;
}

#history-menu-link-active{
    color: #FFFFFF;
    background: rgba(255,106,0,1);
    background: -moz-linear-gradient(top, rgba(255,106,0,1) 0%, rgba(255,166,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,106,0,1)), color-stop(100%, rgba(255,166,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,106,0,1) 0%, rgba(255,166,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,106,0,1) 0%, rgba(255,166,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,106,0,1) 0%, rgba(255,166,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,106,0,1) 0%, rgba(255,166,0,1) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a00', endColorstr='#ffa600', GradientType=0 );*/
}

#historyType3 td {
	position:relative;color:#fff;
	vertical-align: middle;
}
#historyType3 th {padding:10px 0px 10px 10px;background: #2387f5;}
#historyType3 td:nth-child(2) span {color:#002d65;}
#historyType3 .mail-tr.openmail {background-color: rgba(0,0,0,0);}
#historyType3 .mail-tr {background-color: rgba(0,0,0,0.20);}
#historyType3 .mail-list {
    max-height: 350px;
    overflow: auto;
}
#historyType3 td:nth-child(4) > div {padding-right: 40px;}
#historyType3  table td:nth-child(4) {
    width: 45%;
}
.mail-table-loading, .mail-table-empty {
    display: none;
    width: 100%;
    text-align: center;
    margin: 100px 0;
    color: #2387f5;;
}

 .mail-tr .mail-zag:nth-child(1) {
    float: left;
    width: 30%;
    padding: 20px 10px 20px 0;
    border: none;
	box-sizing: border-box;
}
.mail-tr .mail-zag:nth-child(2) {
    float: left;
    width: 69%;
    padding: 20px 10px 20px 0;
    border: none;
	box-sizing: border-box;
}
.mail-tr .content b, .mail-tr .content strong {
    color: #fec706;;
}
.mail-tr .content p {
    margin: 5px 0;
}
.mail-tr .content a {
    text-decoration: underline;
}
.mail-tr .content {
    border: 1px solid rgba(0,0,0,0.25);
	background:none;
	width:100%;
	padding: 20px !important;
}
 .spoiler_body {height:13px; overflow: hidden;padding: 0 !important;  transition: 3s;}
 .spoiler_body.active {height:auto;transition: 3s;width: 100%;}
 .spoiler_links {
	background: url(../img/acc-close.png);
	height: 11px;
	width: 17px;
	right: 10px;
	top: 28px;
	margin-top: -5px;
	display: block;
	position: absolute;
	cursor:pointer;
 }
 .spoiler_links.active {
    background: url(../img/acc-open.png);
}


.modal-event{
    background: none;
    padding: 0;
    width: 530px;
}

.modal-event .close{
    top: 200px;
}

.modal-event-block{
    position: relative;
    width: 530px;
}

.modal-event-block-content{
    position: absolute;
    top: 0;
    left: 23px;
    width: 489px;
}

.modal-event-back{
    display: block;
    width: 100%;
}

.modal-event-centre{
    margin-left: -23px;
    width: 110%;
}

.modal-event-logo {
    height: 105px;
margin-left:152px;
}

.modal-event-logo-img {

    z-index: 100;
position: absolute;
left: 0;
}

.modal-event-thanks-block-content{
    padding-top: 80px;
}

.modal-event-thanks-title{
    font-family: RobotoBlack;
    font-size: 40px;
    text-transform: uppercase;
    color: #fa961f;
}

.modal-event-thanks-title span:first-child{
    background: #fba022;
    background: linear-gradient(#fba022, #FD881A);
    background: -webkit-linear-gradient(#fba022, #FD881A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modal-event-thanks-title span:last-child{
    background: #FD881A;
    background: linear-gradient(#fd881a, #f87615);
    background: -webkit-linear-gradient(#FD881A, #f87615);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modal-event-thanks-block-content-level{
    font-family: RobotoItalic;
    font-size: 14px;
    line-height: 20px;
    color: rgba(191, 221, 255, 0.6);
    text-align: left;
    padding-top: 20px;
}

.modal-event-thanks-level-icon{
    float: left;
    margin: 0 35px 0 20px;
    width: 108px;
}

.modal-event-thanks-level-title{
    font-size: 25px;
    color: rgba(191, 221, 255, 0.8);
    line-height: 26px;
}

.modal-event-thanks-level-name{
    color: #fec706;
}

.modal-event-thanks-level-more{
    color: rgba(254, 199, 6, 0.80);
    display: inline-block;
    border-bottom: 1px solid rgba(254, 199, 6, 0.80);
}

.modal-event-thanks-money{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 15px 0 0 15px;
    font-family: RobotoItalic;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: left;
}

.modal-event-thanks-money-pick{
    font-family: RobotoMediumItalic;
    color: #ffffff;
}

.modal-event-thanks-money-img{
    float: left;
    margin-right: 10px;
}

.modal-event-bottom-block-content{
    font-size: 15px;
    line-height: 26px;
    color: rgba(191, 221, 255, 0.8);
    padding-top: 15px;
}

.modal-event-bottom-block-content .button-vasha-kassa{
    margin-top: 15px;
}

.modal-event-new-level .modal-event-thanks-block-content{
    text-align: left;
}

.modal-event-new-level .modal-event-thanks-title{
    line-height: 45px;
}

.modal-event-new-level .modal-event-thanks-level-title{
    font-family: RobotoItalic;
    line-height: 30px;
}

.modal-event-new-level .modal-event-thanks-money-pick{
    font-size: 13px;
    line-height: 22px;
}

.modal-event-success-pay .modal-event-bottom-block-content{
    top: -150px;
    font-size: 30px;
    line-height: 45px;
}

.modal-event-success-pay .modal-event-bottom-sum{
    font-family: RobotoBlack;
    color: #fec706;
    font-size: 30px;
    line-height: 35px;
    display: inline-block;
    border-bottom: 1px solid rgba(254, 199, 6, 0.80);
}

.modal-event-jackpot  {
    background-color: rgba(0,0,0,0) !important;
}

.modal-event-jackpot  .modal-event-back {
    height: 170px;
}

.modal-event-jackpot  .modal-event-thanks-block-content{
    text-align: center;
    padding-top: 100px;
}

.modal-event-jackpot  .modal-event-thanks-title{
    font-size: 36px;
}

.modal-event-jackpot  .fg-icon-container:hover {
    padding-bottom: 0;
    margin-top: 0;
}

.modal-event-jackpot  .fg-icon-container {
    float: none;
    display: inline-block;
    margin: 0 10px;
}

.modal-event-jackpot  .fg-icon-play {
    position: absolute;
    top: 28px;
    left: 33px;
}

.modal-event-jackpot-games{
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 15px;
}

.modal-event-thanks-title-line{
    display: inline-block;
    width: 35%;
    border-bottom: 1px solid rgba(236, 148, 42, 0.65);
    margin-top: 20px;
}

.button-kush{
    display: inline-block;
    margin-top: 20px;
}

.modal-win-comb{
    padding: 25px;
    width: 742px;
}

.bx-viewport{
    overflow: hidden;
}

.win-comb-container{
    background: url("../img/content_background.png") #043885;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 25px 60px 45px;
    margin-top: 20px;
}

.win-comb-container #fill{
    display: block !important;
}

.win-comb-container.bx-wrapper .bx-pager.bx-default-pager a:hover, .win-comb-container .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fda803;
}

.win-comb-container .bx-wrapper .bx-prev {
    left: -50px;
    background: url("../img/about_slider_left.png") no-repeat;
}

.win-comb-container .bx-wrapper .bx-next {
    right: -42px;
    background: url("../img/about_slider_right.png") no-repeat;
}

.win-comb-container .bx-wrapper .bx-controls-direction a {
    width: 42px;
    height: 42px;
}

.win-comb-container .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fda803;
}


.modal-message{
    max-width: 560px;
    padding: 25px 55px;
    position: absolute;
    z-index: 101;
	width: 100%;
}

.modal-message .area-left-line{
    display: block;
    width: auto;
}

.modal-message .modal-message-ok{
    position: static;
}

.modal-message-title{
    font-family: Georgia, regular;
    font-size: 40px;
    color: #ffffff;
}

.modal-message-text{
    color: rgba(255, 255, 255, 0.3);
}

.modal-message-close{
    position: absolute;
    right: -5px;
    top: 25px;
    z-index: 2;
    cursor: pointer;
}

.modal-message-back{
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 6;
    opacity: 0;
    transition: all 0.3s;
    overflow: hidden;
    overflow-y: scroll;
    text-align: center;
}


/*

                TOP MENU

*/

/*    unlogin menu    */

.wrapper{
    max-width: 1220px;
	width: 100%;
    position: relative;
	padding: 0 10px;
	box-sizing: border-box;
	margin:0 auto;
}

.top-menu {
    height: 70px;
    background: url("../img/content_background.png") #132543;
    color: #5c708c;
    font-family: 'RobotoRegular';
    font-size: 14px;
    border-bottom: 1px inset rgba(255,255,255,0.06);
    position: fixed;
    z-index: 10000;
width:100%;
}
.top-pl-sl { width:100%; height:70px;}
.top-menu .wrapper{
    border-right: 2px solid rgba(255,255,255,0.06);
    -webkit-box-shadow: inset -1px 0px 0px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset -1px 0px 0px 0px rgba(0,0,0,0.3);
    box-shadow: inset -1px 0px 0px 0px rgba(0,0,0,0.3);
    height: 68px;
}

.top-menu-block{
    display: block;
    border-left: 2px solid rgba(255,255,255,0.06);
    -webkit-box-shadow: -1px 0px 0px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px 0px 0px 0px rgba(0,0,0,0.3);
    box-shadow: -1px 0px 0px 0px rgba(0,0,0,0.3);
    height: 69px;
    float: left;
}

.top-menu-login{
    width: 341px;
}

.top-menu-social{
    width: 709px;
    padding-top: 22px;
    height: 49px;
}

.top-menu-lang{
    width: 140px;
    padding-top: 27px;
    height: 47px;
    text-align: center;
}

.top-menu-lang-container{
    display: inline-block;
    background-color: rgba(0,0,0,0.4);
    border-radius: 5px;
    border-bottom: 1px inset rgba(255,255,255,0.1);
    padding: 5px 5px 3px 5px;
    margin-top: -7px;
}


.top-mail-0,.top-bonus-0 {width: 45px;float: left;}
.top-mail { background:url(../img/top-mail.png) center  / auto 24px no-repeat!important;cursor: pointer;width: 45px;height: 69px;}
.top-bonus { background:url(../img/top-bonus.png) center  / auto 24px no-repeat!important;cursor: pointer;width: 45px;height: 69px;}
.top-bonus-0 {padding-left:10px;}
.top-mail:hover {background:url(../img/top-mail.png) center / auto 24px no-repeat!important;}
.top-bonus:hover {background:url(../img/top-bonus.png) center / auto 24px no-repeat!important;}
.top-mail.active:hover {background:url(../img/top-mail-active.png) center / auto 24px no-repeat!important;}
.top-bonus.active:hover {background:url(../img/top-bonus-active.png) center / auto 24px no-repeat!important;}
.top-bonus.active {background:url(../img/top-bonus-active.png) center / auto 24px no-repeat !important;animation: 3.2s ease-in-out 0s normal none infinite running trambling-animation;}
.top-mail.active { background:url(../img/top-mail-active.png) center / auto 24px no-repeat !important;animation: 3.2s ease-in-out 0s normal none infinite running trambling-animation;}

.mail_bonus {color: #fff;float:left; width:100%;padding: 0 30px;box-sizing: border-box;max-width: 100%!important;font-size: 14px;margin-bottom: 20px;}
.mail_bonus::after {border-bottom: 1px solid rgba(255,255,255,.1);content: "";display: block;margin: 69px auto 0 auto;width: 200px;}
.mail_bonus .top-bonus,.mail_bonus .top-mail {display:inline-block;vertical-align: middle;}
.top-mail-1,.top-bonus-1 {width: 50%;float: left; cursor: pointer;}

@keyframes trambling-animation {
   0%, 50%, 100% {
     transform: rotate(0deg);
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
   }
   10%, 30% {
     transform: rotate(-10deg);
     -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
     -o-transform: rotate(-10deg);
     -ms-transform: rotate(-10deg);
   }
   20%, 40% {
     transform: rotate(10deg);
     -webkit-transform: rotate(10deg);
     -moz-transform: rotate(10deg);
     -o-transform: rotate(10deg);
     -ms-transform: rotate(10deg);
   }
}

.reg{
    cursor: pointer;
}

.button-reg-hover           { display: none}
.reg:hover .button-reg      { display: none}
.reg:hover .button-reg-hover{ display: inline}

.login-in{
    text-decoration: underline;
    cursor: pointer;
}

.login-in:hover{
    color: #fff;
}

.top-menu-login-span{
    line-height: 68px;
    margin-left: 35px;
}

.top-menu-login img{
    margin-bottom: -11px;
    margin-right: 25px;
}

.social-title{
    margin: 0 11px 0 38px;
}

.social-nw{
    background-color: rgba(0,0,0,0.4);
    border-radius: 5px;
    border-bottom: 1px inset rgba(255,255,255,0.1);
    padding: 5px 5px 3px 5px;
    float: left;
    margin-top: -7px;
}

.social-nw img{
    cursor: pointer;
}

.social-img-hover {display: none}

.social-vk:hover .social-img-hover,
.social-ok:hover .social-img-hover,
.social-mr:hover .social-img-hover,
.social-fb:hover .social-img-hover,
.social-gp:hover .social-img-hover,
.social-tw:hover .social-img-hover,
.social-ya:hover .social-img-hover {display: inline}

.social-vk:hover .social-img,
.social-ok:hover .social-img,
.social-mr:hover .social-img,
.social-fb:hover .social-img,
.social-gp:hover .social-img,
.social-tw:hover .social-img,
.social-ya:hover .social-img {display: none}

.social-title{
    float: left;
}
#regform .social-title{width: 150px;}
#loginform .social-title{width: 120px;margin: 0 11px 0 10px;}

/*    unlogin menu end    */

/*    login menu     */

.top-menu-profile{width: 198px; height: 49px;}
.top-menu-balance{width: 290px;}
.top-menu-status {width: 260px;}
.top-menu-kassa  {width: 155px;float: left; text-align:center;}

.top-menu-profile{
    background-color: rgba(72,119,173, 0.35);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #bfddff;
    padding: 21px 0 0 35px;
}

.top-menu-block-sub{
    font-family: 'Volkhov', Georgia, sans-serif;
    color: #fec706;
    border-bottom: 1px solid rgba(254,199,6, 0.5);
}
.top-help1 {width: 140px !important;}

.profile{
    width: 60%;
    height: 100%;
    float: left;
}

.profile-exit{
    width: 40%;
    height: 100%;
    float: left;
}

.profile-exit img{
    margin: 3px 0 0 30px;
}

.profile-exit-img-hover{
    display: none;
}

.profile-exit a:hover .profile-exit-img{
    display: none;
}

.profile-exit a:hover .profile-exit-img-hover{
    display: block;
}

.balance{
    width: auto;
    height: 49px;
    margin-top: 21px;
    float: left;
    cursor: pointer;
}

.balance-img{
    width: 38px;
    padding-left: 20px;
    height: 49px;
    margin-top: 21px;
    float: left;
    cursor: pointer;
}

.balance-value:hover, .refund-value:hover,.profile-my-prof:hover{
    border-bottom: none;
}

.top-menu-status div{
    float: left;
    padding: 21px 0 0 40px;
}

.point-value{
    border: none;
}

.top-menu .top-menu-status .progressbar{
    width: 78px;
    height: auto;
    background-color: #5a677c;
    display: inline-block;
    float: none;
    padding: 0;
}

.top-menu .top-menu-status .progress{
    height: 3px;
    background-color: #bfddff;
    display: inline-block;
    float: left;
    padding: 0;
}

.button-kassa{
    display: inline-block;
    margin: 21px 0 0 0;
}

.button-kassa img:hover, .button-red:hover{
    -webkit-box-shadow: 0px 0px 35px -1px rgba(250,3,3,1);
    -moz-box-shadow: 0px 0px 35px -1px rgba(250,3,3,1);
    box-shadow: 0px 0px 35px -1px rgba(250,3,3,1);
}

.button-red img{
    vertical-align: middle;
}

/*    login menu end    */

/*    slider    */

.slider{
    position: relative;
    height: 315px;
    /*overflow-y: hidden;*/
}

.slider-slide-img{
    top: 0;
    left: 0;
    z-index: -2;
    display: none;
}


.slider-slide{
    opacity: 0;
    /*display: none;*/
}
.slider-4-0 {display:none;}

.slider-slide-img-1 {
    bottom: 0;
    position: absolute;
    left: 200px;
}

#active-slide{
    opacity: 1;
    /*display: block;*/
}

.slider-top-shadow{
    -webkit-box-shadow: 0px 30px 25px -25px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 30px 25px -25px rgba(0,0,0,0.75);
    box-shadow: 0px 9px 56px 5px rgba(0,0,0,0.75);
    top: -1px;
    width: 100%;
    z-index: -1;
}

.slider-slide-img{
    width: 1169px;
	left: 50%;
	margin-left: -585px;
}

.slider-pager, .slider-logo, .slider-menu, .slider-reg, .slider-top-shadow,.slider-slide-img{
    position: absolute;
}

.slider-logo{
    top: 60px;
    left: 5px;
}

.slider-pager{
    bottom: 25px;
    left: 80px;
}

.slider-pager-link{
    display: inline;
    cursor: pointer;
}

.slider-pager-link-img{
    opacity: 0.3;
    transition: opacity 0.3s;
}

.slider-pager-link-img:hover{
    opacity: 0.6;
}

#pager-link-active .slider-pager-link-img{
    opacity: 1;
}

.slider-menu .slider-top-shadow{
    -webkit-box-shadow: 0px 56px 25px -25px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 56px 25px -25px rgba(0,0,0,0.1);
    box-shadow: 0px 9px 56px 5px rgba(0,0,0,1);
}

.slider-top-shadow-1{
    width: 55%;
    right: -10%;
    top: 10px;
    -webkit-box-shadow: 0px 85px 25px -25px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 85px 25px -25px rgba(0,0,0,0.1);
    box-shadow: 0px 9px 85px 5px rgba(0,0,0,1);
}

.slider-top-shadow-2{
    right: -20%;
    width: 65%;
    top: -10px;
    -webkit-box-shadow: 0px 85px 25px -25px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 85px 25px -25px rgba(0,0,0,0.1);
    box-shadow: 0px 9px 85px 5px rgba(0,0,0,1);
}

.slider-top-shadow-3{
    width: 45%;
    right: 0;
    top: -10px;
    -webkit-box-shadow: 0px 85px 25px -25px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 85px 25px -25px rgba(0,0,0,0.1);
    box-shadow: 0px 9px 85px 5px rgba(0,0,0,1);
}


.slider-slide-text-2{
    position: absolute;
    right: 0;
    bottom: 122px;
    color: #bcc9ea;
    font-size: 15px;
}

.slider-slide-text-1{
    position: absolute;
    right: 0 !important;
    bottom: 155px;
    text-align: right;
}

.slider-slide-1-text-1_1{
    font-family: RobotoThin;
    font-size: 38px;
    color: #ffffff;
}
.slider-slide-1-text-1_2{
    font-family: RobotoMedium;
    font-size: 38px;
    color: #ffffff;
    line-height: 50px;
}

.slider-slide-2-text-1_1{
    font-family: RobotoBlack;
    font-size: 70px;
    color: #ffffff;
    float: right;
}

.slider-slide-2-text-1_2{
    font-family: Robotolight;
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    line-height: 38px;
}

.slider-slide-2-text-1_3{
    font-family: RobotoBold;
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
}
.mobila {display:none;}
.slider-menu{
    top: 0;
    right: 2px;
}

.slider-menu ul{
    width: auto;
    height: 74px;
    line-height: 74px;
}

.slider-menu ul a{
    font-family: RobotoBlack;
    font-size: 14px;
    color: #c7dfff;
}


.slider-menu ul a:hover{
    color: #fff;
}

.slider-reg{
    bottom: 30px;
    right: 0px;
    cursor: pointer;
}

.slider-reg-img-hover{
    display: none;
}

.slider-reg:hover .slider-reg-img{
    display: none;
}

.slider-reg:hover .slider-reg-img-hover{
    display: inline;
    -webkit-box-shadow: 0px 0px 35px -1px rgba(250,3,3,1);
    -moz-box-shadow: 0px 0px 35px -1px rgba(250,3,3,1);
    box-shadow: 0px 0px 35px -1px rgba(250,3,3,1);
}

/*    slider end    */

/*    support    */

#support-fix-container{
    width: 51px;
    position: absolute;
    right: -51px;
    top: 630px;
    transition: all 1s;
}

#support-fix-container a{
    display: block;
}

#support-fix{
    width: 51px;
    top: 0;
    transition: all 1s;
    z-index: 1;
}

.support-title{
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 155px;
    padding-top: 100px;
    font-family: RobotoBlack;
    font-style: italic;
    font-size: 10px;
    color: #fda603;
    text-align: center;
}

.support-lable{
    margin-bottom: 10px;
}

.support-close{
    position: absolute;
    right: -5px;
    bottom: 8px;
    z-index: 2;
    cursor: pointer;
}

/*    support end    */

/*

                CONTENT

*/

.content{
    background: url("../img/content_background.png") rgba(0,0,0,0.25);
    float: right;
    padding: 15px 0px 0 10px !important;
	box-sizing: border-box;
}
.content.article {padding: 15px 460px 0 10px !important; border-top:1px solid rgba(42, 91, 146, 0.5);width: 100%;}
.content.article.home {padding: 15px 0px 0 0px !important;position: relative;}
.content.article.home .content-right {margin-right:0;margin-top: 45px;}
.article {padding: 15px 460px 0 0px !important; border-top:1px solid rgba(42, 91, 146, 0.5);width: 100%;float: left;box-sizing: border-box;}
.home-game {display: contents;}
.games_search {display: none;}

.content-menu{

    height: 68px;
    border-top: 1px inset rgba(255,255,255,0.06);
    color: #53607c;
    color: rgba(255,255,255,0.4);
    background-image: url("../img/content_menu_background.png");
}

.content-menu-container{
    background: rgba(10,29,70,0.75);
    background: -moz-linear-gradient(left, rgba(10,29,70,0.75) 8%, rgba(9,27,66,0.75) 13%, rgba(5,15,37,0) 51%, rgba(0,0,0,0.15) 100%);
    background: -webkit-gradient(left top, right top, color-stop(8%, rgba(10,29,70,0.75)), color-stop(13%, rgba(9,27,66,0.75)), color-stop(51%, rgba(5,15,37,0)), color-stop(100%, rgba(0,0,0,0.15)));
    background: -webkit-linear-gradient(left, rgba(10,29,70,0.75) 8%, rgba(9,27,66,0.75) 13%, rgba(5,15,37,0) 51%, rgba(0,0,0,0.15) 100%);
    background: -o-linear-gradient(left, rgba(10,29,70,0.75) 8%, rgba(9,27,66,0.75) 13%, rgba(5,15,37,0) 51%, rgba(0,0,0,0.15) 100%);
    background: -ms-linear-gradient(left, rgba(10,29,70,0.75) 8%, rgba(9,27,66,0.75) 13%, rgba(5,15,37,0) 51%, rgba(0,0,0,0.15) 100%);
    background: linear-gradient(to right, rgba(10,29,70,0.75) 8%, rgba(9,27,66,0.75) 13%, rgba(5,15,37,0) 51%, rgba(0,0,0,0.15) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a1d46', endColorstr='#000000', GradientType=1 );*/
	z-index: 10;
    position: relative;
}

.content-menu div{
    float: left;height: 68px;
}
.content-menu-vzakladki-container{
    width: 80px;
    text-align: center;
}


.content-menu-vzakladki{
    display: inline-block;
    padding-top: 11px;
    font-family: RobotoRegular;
    font-size: 11px;
    line-height: 17px;
}
.content-menu-link-container {width: auto !important;}

.content-menu-vzakladki:hover{
    color: #8891a6;
}

.content-menu-vzakladki-img-hover{
    display: none;
}

.content-menu-vzakladki:hover .content-menu-vzakladki-img{
    display: none;
}

.content-menu-vzakladki:hover .content-menu-vzakladki-img-hover{
    display: inline;
}

.content-menu-link{
    display: inline-block;
    position: relative;
	height: 70px;
}

.content-menu-link:hover {
    color: #ffffff;
    padding-top: 0;
}

.content-menu-link-active {
    color: #ffffff;
    padding-top: 0;
}

.content-menu-link a{
    display: inline-block;
    line-height: 35px;
    margin: 18px 0;
    padding: 0 7px;
    font-size: 12px;
	
}

.content-menu-link-border a{
    border-left: 2px solid rgba(255,255,255,0.06);
    -webkit-box-shadow: -1px 0px 0px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px 0px 0px 0px rgba(0,0,0,0.3);
    box-shadow: -1px 0px 0px 0px rgba(0,0,0,0.3);
}
.content-menu-link ul {
    background-color: #0b1c30;
    width: 160px;
    padding: 0 !important;
	position: absolute;
 display:none;
 left:0;
 
 top:69px;
}
.content-menu-link:hover ul {
    display: inline-block;
}
.content-menu-link ul li {
    float: left !important;
    width: 100% !important;
    display: block !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    background: none !important;
	
}
.content-menu-link ul li a {
    color: rgba(255,255,255,0.4);
	text-align: left !important;
	font-size: 13px !important;
	display: block;
	padding: 15px 0 15px 50px;
	margin:0;
	line-height: inherit;
	border: none;
	transition:0.5s;
}
.content-menu-link ul li a:hover {color: rgba(255,255,255,1);} 
.microgaming a{background: url(../img/menu-microgaming.png) no-repeat 15px center;}
.microgaming a:hover{background: url(../img/menu-microgaming-hover.png) no-repeat 15px center;}
.belatra a{background: url(../img/menu-belatra.png) no-repeat 15px center;}
.belatra a:hover{background: url(../img/menu-belatra-hover.png) no-repeat 15px center;}
.unicom a{background: url(../img/menu-unicom.png) no-repeat 15px center;}
.unicom a:hover{background: url(../img/menu-unicom-hover.png) no-repeat 15px center;}
.betinhell a{background: url(../img/menu-betinhell.png) no-repeat 15px center;}
.betinhell a:hover{background: url(../img/menu-betinhell-hover.png) no-repeat 15px center;}
.pragmatic a{background: url(../img/menu-pragmatic.png) no-repeat 15px center;}
.pragmatic a:hover{background: url(../img/menu-pragmatic-hover.png) no-repeat 15px center;}
.m18 a{background: url(../img/menu-unicom.png) no-repeat 15px center;}
.m18 a:hover{background: url(../img/menu-unicom-hover.png) no-repeat 15px center;}

.owl-carousel .owl-stage {width: 727px !important;}
/*
.content-menu-link-shadow1{
    opacity: 0;
    width: 100%;
    height: 20px;
    background: url("../img/content_menu_shadow2.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -6px;
    transition: opacity 0.1s;
    right: 0;
}

.content-menu-link-shadow2{
    opacity: 0;
    width: 70%;
    margin: 0 15%;
    height: 22px;
    background: url("../img/content_menu_link_shadow1.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: -14px;
    right: 0;
    transition: opacity 0.1s;
}
*/

.content-menu-link-a:before{
    content: '';
    opacity: 0;
    width: 100%;
    height: 20px;
    background: url("../img/content_menu_shadow2.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -10px;
    transition: opacity 0.1s;
    right: 0;
}

.content-menu-link-a:after{
    content: '';
    opacity: 0;
    width: 70%;
    margin: 0 15%;
    height: 22px;
    background: url("../img/content_menu_link_shadow1.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: -12px;
    right: 0;
    transition: opacity 0.1s;
}

.content-menu-link-long-shadow .content-menu-link-a:after{bottom: -12px;}
.content-menu-link-long-shadow .content-menu-link-a:before{top: -11px;}


.content-menu-link-active .content-menu-link-a:after, .content-menu-link-active .content-menu-link-a:before{
    opacity: 1;
}

.top-jackpot-num{
   width: 25px;
	margin-top: 5px;
}
.top-jackpot-simb {margin-top: 5px;}

.top-jackpot-text{
    display: block;
    font-size: 33px;
    letter-spacing: -5px;
    font-family: 'Microsoft Yi Baiti';/*for IE*/
    font-family: 'BankGotickLight';
    color: #14B1FF;
    background: -webkit-linear-gradient(#25d1ff, #0997FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.jackpot-title{
    margin-left: 5px;
    font-family: RobotoBlack;
    font-size: 13px;
    line-height: 14px;
    color: #14B1FF;
    background: -webkit-linear-gradient(#25D3FF, #1594e4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    padding-top: 21px;
}

.jackpot-value{
    display: inline-block;
    margin-left: 15px;
    height: 80% !important;
    padding-top: 11px;
}

.jackpot-value-ie{
    margin-left: 28px;
    font-size: 35px;
    letter-spacing: 0;
    color: #14B1FF;
    padding-top: 18px;
}

.current-win{
    height: 70px;
    background: url("../img/content_background.png") rgba(0,0,0, 0.35);
    border-top: 1px inset rgba(255,255,255,0.18);
    padding: 15px 25px;
    color: rgba(255,255,255, 0.4);;
    font-family: RobotoRegular;
    overflow: hidden;
	width: 100%;
    max-width: 1150px;
}

/*    cw-slider    */

.cw-slider{
    width: 980px;
}
.current-win .bx-wrapper {height: 94px;}

.cw-title{
    width: 170px;
    line-height: 20px;
    padding-top: 6px;
    font-family: RobotoBold;
    font-size: 14px;
}

.cw-slider, .cw-title, .cw-icon, .cw-desc{
    float: left;
}

.cw-desc{
    padding: 10px;
    font-size: 12px;
    font-family: RobotoBold;
}

.cw-desc-value{
    font-family: "Georgia";
    color: #fec706;
    font-size: 18px;
}

.cw-desc-user{
    color: #FFFFFF;
    line-height: 25px;
}

.cw-desc-red{
    color: #d90210;
}

.cw-slider-tab .fg-icon-container {
    padding-bottom: 0;
    margin-top: 0;
}

.cw-slider-tab .fg-icon-container:hover {
    padding-bottom: 0;
    margin-top: 0;
}

.bx-wrapper{
    max-width: 980px !important;
    float: left;
}

/*    cw-slider end    */

/*    content right    */

.content-right{
    float: right;
    width: 460px;
	margin-right:-460px;
}

.button-vasha-kassa{
    margin: 25px auto 0 auto;
    display: block;
    cursor: pointer;
	max-width: 410px;
}

.button-vasha-kassa img{
    width: 100%;
	max-width:410px;
}

.button-vasha-kassa-img-hover{
    display: none;
}

.button-vasha-kassa:hover .button-vasha-kassa-img{
    display: none;
}

.button-vasha-kassa:hover .button-vasha-kassa-img-hover{
    display: inline;
    -webkit-box-shadow: 0px 0px 35px -1px rgba(250,3,3,1);
    -moz-box-shadow: 0px 0px 35px -1px rgba(250,3,3,1);
    box-shadow: 0px 0px 35px -1px rgba(250,3,3,1);
}

.form-search-text{
    background-color: rgba(0,0,0,0.25);
    border: none;
    border-bottom: 1px inset rgba(255,255,255,0.06);
    padding: 10px 30px 10px 10px;
    color: #949fac;
    max-width: 410px;
	width: 100%;
	box-sizing: border-box;
}

.form-search{
    float: right;
	position: absolute;
	right: 25px;
	width: 100%;
	max-width:410px;
	top: 25px;
}

.form-search-button{
    position: absolute;
    background: none;
    border: none;
    top: 10px;
    right: 5px;
    cursor: pointer;
}

.rubric {
    background: url("../img/content_background.png") #0f1d3f;
    padding: 25px;
    border-top: 1px inset rgba(255,255,255,0.16);
    -webkit-box-shadow: inset 0px -90px 95px -120px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px -90px 95px -120px rgba(0,0,0,0.5);
    box-shadow: inset 0px -90px 95px -120px rgba(0,0,0,0.5);
}

.news-head-title{
    font-family: Robotolight;
    color: #fff;
    line-height: 46px;
    display: inline-block;
    vertical-align: bottom;
}

.news-head{
    margin-bottom: 22px;
}

.news-head-title-name{
    font-family: "RobotoMedium" !important;
}

.news-content-icon{
    position: relative;
}

.news-content-icon-img{
    width: 100%;
    vertical-align: middle;
}

.nci-label {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.9);
    color: #5a6978;
    padding: 18px 0 18px 18px;
	width: 100%;
}

.nci-lable-title{
    float: left;
    display: inline-block;
}

.nci-lable-value{
    display: inline-block;
    line-height: 32px;
    margin-left: 4px;
    font-size: 46px;
    letter-spacing: -5px;
    word-spacing: -5px;
    color: #FF5700;
    font-family: BankGotickLight;
    background: -webkit-linear-gradient(#ffa300, #ff3a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nci-lable-value-ie{
    font-size: 36px;
    letter-spacing: 2px;
    word-spacing: 1px;
    color: #FF5700;
}

.nci-lable-value-ie img{
    margin-right: 10px;
}

.about .nci-lable-value{
    display: inline-block;
    line-height: 32px;
    margin-left: 4px;
    font-size: 46px;
    letter-spacing: -3px;
    color: #FF5700;
    font-family: BankGotickLight;
    background: -webkit-linear-gradient(#ffa300, #ff3a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.game-of-the-week .nci-label{
    right: 0;
    width: auto;
    background: none;
    padding: 0;
}

.game-of-the-week .nci-lable-value{
    font-size: inherit;
}

.data-counter{
    margin-top: 25px;
}

.data-counter-table{
    width: 100%;
    text-align: center;
}

.rubric .data-counter-table{
    width: 100%;
}

.about .data-counter-table{
    width: 80%;
    text-align: center;
    margin-left: 10%;
}

.dc-table-row-date{
    font-family: RobotoThin;
    font-size: 68px;
    color: #ffffff;
}

.dc-table-row-desc{
    color: #fec706;
}

.dc-hours{
    border-right: 1px solid rgba(255,255,255,0.06);
    border-left: 1px solid rgba(255,255,255,0.06);
}

.dc-minutes{
    border-right: 1px solid rgba(255,255,255,0.06);
}

.rating{
    color: #fff;
    font-family: 'RobotoBlack';
    font-size: 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.rating-table{
    width: 100%;
    text-align: center;
}

.rating-table td{
    padding: 15px 0;
    border-bottom: 1px inset rgba(255,255,255,0.02);
}

.rating-content .rating-points, .rating-content .rating-bonus{
    font-family: "Georgia";
    color: #fec706;
}

.button-podrobnee{
    display: inline-block;
    margin-top: 25px;
}

.button-podrobnee-img-hover{
    display: none;
}

.button-podrobnee:hover .button-podrobnee-img-hover{
    display: inline;
}

.button-podrobnee:hover .button-podrobnee-img{
    display: none;
}

.gotw-button-play{
    display: inline-block;
    margin-top: 25px;
}

.gotw-button-play-img-hover{
    display: none;
}

.gotw-button-play:hover .gotw-button-play-img-hover{
    display: inline;
    -webkit-box-shadow: 0px 0px 35px -1px rgba(250,3,3,1);
    -moz-box-shadow: 0px 0px 35px -1px rgba(250,3,3,1);
    box-shadow: 0px 0px 35px -1px rgba(250,3,3,1);
}

.gotw-button-play:hover .gotw-button-play-img{
    display:none;
}


.rn-table td{
    padding-bottom: 25px;
}

.rn-table img{
    border: 1px inset rgba(23, 168, 255, 0.3);
}

.rn-table-desc {
    padding-left: 25px;
    vertical-align: top;
}

.rn-table-desc .news-head-title{
    line-height: 25px;
}

.rn-table-text{
    color: #5b6e89;
    font-size: 12px;
    line-height: 20px;
}

.rn-all-news-img-hover{
    display: none;
}

.rn-all-news:hover .rn-all-news-img-hover{
    display: inline;
}

.rn-all-news:hover .rn-all-news-img{
    display:none;
}

.game-of-the-week-container{
    margin: 25px 0 0 0px;
    position: relative;
}

.tourney-container{
    margin: 25px 0 0 0px;
    position: relative;
}

.recent-news-container{
    margin: 25px 0 0 0px !important;
    position: relative;
}

.block-left-line{
    position: absolute;
    left: -3px;
    top: 5%;
    height: 90%;
    z-index: 1;
}

.game-of-the-week-container .block-left-line{
    border-left: 3px solid #e71b23;
}

.tourney-container .block-left-line{
    border-left: 3px solid #1cc2ff;
}

.recent-news-container .block-left-line{
    border-left: 3px solid #018d33;
}

/*    content right end    */

.game{
    /*display: block;*/
    display: inline-block;
    margin: 10px 17px;
    /*float: left;*/
    width: 202px;
    vertical-align: top;
}
.game-icon{
    position: relative;
    margin-bottom: 5px;
    width: 202px;
    height: 114px;
    border: 1px inset rgba(255,255,255,0.06);
}

.game-icon-img{
    width: 202px;
    height: 114px;
	display: block;
}

.game:hover .game-icon-hover{
    display: block;
    opacity: 0.95;
    height: 0;
}

.game-icon-img-hover{
    position: absolute;
    top: 0;
    width: 101%;
    height: 114px;
}

.game-icon-hover{
    display: none;
}

.game-title{
    line-height: 20px;
    font-family: RobotoMedium;
    border-bottom: 1px solid #3a4657;
    padding-bottom: 3px;
}

.game-icon-play{
    position: absolute;
    top: 20px;
    left: 44px;
}

.game-icon-demo{
    position: absolute;
    top: 70px;
    left: 67px;
    text-decoration: underline;
    color: #5c708c;
}

.game-icon-demo:hover{
    color: #fff;
}

.game-icon-play img{
    margin: 0;
}

.game-icon-play-img-hover{
    display: none;
}

.game-icon-play:hover .game-icon-play-img{
    display: none;
}

.game-icon-play:hover .game-icon-play-img-hover{
    display: inline;
    -webkit-box-shadow: 0px 0px 35px -1px rgba(250,3,3,1);
    -moz-box-shadow: 0px 0px 35px -1px rgba(250,3,3,1);
    box-shadow: 0px 0px 35px -1px rgba(250,3,3,1);
}

.game-icon-demo:hover .game-icon-demo-img{
    display: none;
}

.game-icon-demo:hover .game-icon-demo-img-hover{
    display: inline;
}

.game-icon-demo-img-hover{
    display: none;
}

.game-like{
    float: right;
    width: 14px;
    display: block;
    cursor: pointer;
}

.game-like-img-select{
    display: none;
}

.like .game-like-img-select{
    display: inline;
}

.like .game-like-img{
    display: none;
}

.game-status{
    position: relative;
    top: -135px;
    left: -1px;
}

.game-status-top, .game-status-new{display: none;}
.top .game-status-top{display: inline}
.new .game-status-new{display: inline}
.game:hover .game-status{
    display: none;
}

.dedicated-game{
    border-top: 1px inset rgba(255,255,255,0.06);
    margin: 15px 0 15px -10px;
    background-image: url("../img/content_background.png");
    display: flex;
    background: #0a0946; /* Old browsers */
    background: -moz-linear-gradient(left,  #0a0946 0%, #0a0946 45%, #152780 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #0a0946 0%,#0a0946 45%,#152780 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #0a0946 0%,#0a0946 45%,#152780 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0946', endColorstr='#152780',GradientType=1 ); /* IE6-9 */

}

.dedicated-game-container{
    height: 100%;
    background-image: url("../img/content_background.png");
    padding: 15px 20px 15px 26px;
    color: #ffffff;
    position: relative;
}

.dedicated-game-container .game-like{
    margin-right: 5px;
	margin-top: 25px;
}

.dedicated-game-icon{
    float: left;
    margin-right: 20px;
}

.dedicated-game-name{
    font-family: RobotoMedium;
    font-size: 25px;
    border-bottom: 1px inset rgba(255,255,255,0.3);
    margin: 20px 0;
    display: inline-block;
}

.dedicated-game-name:hover{
    border-bottom: 1px inset rgba(255,255,255,1);
}

.dedicated-game-text{
    font-family: RobotoRegular;
    font-size: 12px;
    line-height: 18px;
    color: rgb(92, 112, 140);
    padding-right: 22px;
}

.all-games-container{
    display: inline-block;
    width: 100%;
}

.all-games{
    display: inline-block;
    margin: 20px 12px;
}

.all-games-img-hover{
    display: none;
}

.all-games:hover .all-games-img-hover{
    display: inline;
}

.all-games:hover .all-games-img{
    display: none;
}

.all-games-hide .all-games-img, .all-games-hide .all-games-img-hover{
    display: none !important;
}

.all-games .all-games-hide-img, .all-games-hide .all-games-hide-img-hover{
    display: none;
}

.all-games-hide .all-games-hide-img{
    display: inline;
}

.all-games-hide-img-hover{
    display: none;
}

.all-games-hide:hover .all-games-hide-img-hover{
    display: inline;
}

.all-games-hide:hover .all-games-hide-img{
    display: none;
}

.data-container{
    float: left;
    width: 100%;
    background: url("../img/data_content_back.jpg");
    padding: 30px;
    height: 100%;
    box-sizing: border-box;
}


.data-container tr{
    height: 150px;
}

.data-container-title{
    font-family: Georgia, regular;
    font-size: 20px;
    line-height: 120px;
    margin-left: 15px;
}

.action-icon{
    padding: 20px 15px;
    vertical-align: top;
}
.action-desc{
    vertical-align: middle;
    padding: 20px 15px;
}

.action-title{
    font-family: Georgia, regular;
    font-size: 18px;
    display: inline-block;
    border-bottom: 1px solid #b8bcbd;
    padding-bottom: 2px;
}

.action-text{
    color: #7b7e81;
    padding-top: 15px;
    font-size: 12px;
    line-height: 20px;
}

.action-more{
    float: right;
    margin-top: 20px;
}

.action-more-img-hover{
    display: none;
}

.action-more:hover .action-more-img{
    display: none;
}

.action-more:hover .action-more-img-hover{
    display: inline;
}

.block-tourney-container{
    width: 100%;
}

.block-tourney-container-title{
    font-family: Georgia, regular;
    font-size: 40px;
    padding: 0 0 40px;
}

.button-scroll-to-games{
    float: right;
    cursor: pointer;
}

.block-tourney-title{
    padding: 35px 0;
}

.block-tourney-name{
    color: #026dcc;
    font-size: 30px;
}

.block-tourney-number{
    font-family: RobotoBlack;
    vertical-align: middle;
    background: #de0512;
    color: white;
    border-radius: 15px;
    display: inline-block;
    padding: 4px 6px 4px;
    font-size: 15px;
    line-height: 14px;
}

.block-tourney-date{
    display: inline-block;
    font-size: 14px;
    font-family: RobotoBlack;
    color: #FFFFFF;
    background: #de0512;
    vertical-align: bottom;
    padding: 5px;
}

.block-tourney-content{
    padding: 0 0 65px ;
    border-top: 1px solid #b8bcbd;
	width: 100%;
}

.block-tourney-content, .block-tourney-playses-container{
    float: left;
}
.block-tourney-past.bb,.block-tourney.bb {padding-right: 287px;}

.block-tourney-playses-container{
    margin-right: -287px;
    float: right;
}

.block-tourney-playses{
    padding: 16px 20px;
    border-radius: 5px;
    border: dashed 1px #dcdcdc;
    margin-bottom: 10px;
    background: #FFFFFF;
    width: 247px;
	box-sizing: border-box;
}

.block-tourney-playses-text{
    float: right;
    text-align: center;
    padding-top: 22px;
    font-family: RobotoBlack;
}

.block-tourney-playses-value{
    color: #de0512;
    font-size: 19px;
}

.block-tourney-container .news-content, .block-tourney-container .data-counter{
    width: 50%;
    float: left;
    margin-top: 0;
    height: 252px;
	overflow: hidden;
}
.block-tourney .news-content {width: 420px;}
.block-tourney  .data-counter{
    text-align: center;
    background: url('../img/about_strelka.png')  no-repeat center,
    url("../img/block_tourney_content_background.png");
	width: 430px;
height: 250px;
}
.block-tourney-container.about .block-tourney  .data-counter {width: 720px}

.about-results{
    background: url("../img/about_results_background.png") no-repeat;
}

.about-results-winners{
    height: 425px;
    position: relative;
}

.about-results-title{
    margin-bottom: 25px;
}

.about-results-winners-plays{
    position: absolute;
    font-size: 12px;
    color: #9e9e9e;
}

.about-results-winners-plays-name, .about-results-winners-plays-result,.about-results-winners-plays-value{
    font-family: Georgia, regular;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
}

.about-results-winners-plays-value{
    color: #056bc8;
}

.about-results-winners-plays-1 .about-results-winners-plays-value{
    color: #e8442c;
}

.about-results-winners-plays-1{
    top: 12px;
    left: 480px;
}

.about-results-winners-plays-2{
    top: 55px;
    left: 260px;
}

.about-results-winners-plays-3{
    left: 720px;
    top: 90px;
}

.about .data-counter-lable{
    font-size: 20px ;
    padding: 40px;
}

.about .dc-table-row-date{
    font-size: 68px !important;
}

.about .about-results-table table{
    margin: 0 auto;
    background: #f5f7f7;
    margin-bottom: 30px;
}

.about .about-results-table td{
    width: 165px;
    border-left: solid 1px rgba(108, 108, 108, 0.2);
    border-right: solid 1px rgba(108, 108, 108, 0.2);
    line-height: 40px;
    text-align: center;
    color: #6c6c6c;
}

.about .about-results-table tr{
    height: auto;
    border-top: solid 1px rgba(108, 108, 108, 0.2);
    border-bottom: solid 1px rgba(108, 108, 108, 0.2);
}

.about .about-results-table .results-table-title{
    background: #e4303b;
    color: #FFFFFF;
    border-left: solid 1px rgba(108, 108, 108, 0.2);
    border-right: solid 1px rgba(108, 108, 108, 0.2);
}

.about .about-results-table .tournament-position {text-align: center; margin-bottom: 20px; font-weight: bold; color: #6c6c6c;}
.about .about-results-table .user-pos { background: linear-gradient(90deg, rgba(245,247,247,1) 0%, rgba(164,216,253,1) 36%, rgba(235,239,240,1) 100%); }

.block-tourney-present .btc-container{
    background: url("../img/content_background.png") #0A3A83;
	position: relative;
}

.block-tourney-past .btc-container{
    background: url("../img/content_background.png") #2B313B;
}

.block-tourney-past .block-tourney-date{
    background: #2C313B;
}

.block-tourney-container .data-counter{
    position: relative;
}

.data-counter-lable {
    font-family: RobotoBlack;
    font-size: 14px;
    padding: 26px;
    color: #FFFFFF;
}

.block-tourney-container .action-more {
    float: left;
    margin: 32px;
}

.btc-unic{
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}

.block-tourney-present .btc-unic-yellow {
    display: inline;
}

.block-tourney-past .btc-unic-red {
    display: inline;
}

.block-tourney-container .dc-table-row-date {
    font-size: 50px;
}

.block-tourney-container .data-counter tr {
    height: auto;
}

.block-tourney-container .nci-label {
    box-sizing: border-box;
    width: 100%;
}

.about-title{
    font-size: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #b8bcbd;
}

.about-rules-text{
    padding: 30px 0;
    font-size: 12px;
    line-height: 23px;
}

/*    about-game slider    */
.area-menu-sub .bx-wrapper .bx-controls-direction a {
    top: 0%;
    width: 42px;
    height: 202px;
}
.bx-prev, .bx-next{
    z-index: 1 !important;
}

.about-game-slider-container .bx-wrapper .bx-prev {
    left: -50px;
    background: url("../img/about_slider_left.png") no-repeat;
}

.about-game-slider-container .bx-wrapper .bx-next {
    right: -45px;
    background: url("../img/about_slider_right.png") no-repeat;
}

.about-game-slider-container .bx-wrapper .bx-controls-direction a {
    width: 42px;
    height: 42px;
}

.about-game-slider-container .bx-wrapper {
    max-width: 952px !important;
}

.about-game-slider-container .bx-wrapper .bx-pager.bx-default-pager a {
    background: #cacaca;
}

.about-game-slider-container .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fda803;
}

.about-game-slider-container.bx-wrapper .bx-pager.bx-default-pager a:hover, .about-game-slider-container .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fda803;
}

.about-game-slider-container{
    padding-left: 98px;
    margin-top: 30px;
}

.about-game-slider .game{
    display: block;
    float: left;
    margin-top: 0;
}

.about-game-slider .bx-wrapper .bx-controls-direction a.disabled {
    display: block;
}

.about-games{
    margin-bottom: 30px;
}

.about-games .top-menu-block-sub{
    color: #026dcc;
    font-family: RobotoMedium;
    border-bottom: 1px solid rgba(2,109,204, 0.5);
}

/*    about-game slider end    */

.levels-container{
    padding: 120px 10px 20px;
    border-top: 1px solid #b8bcbd;
}

.level{
    height: 39px;
    position: relative;
}

.level-right{
    padding-left: 527px;
}

.level-desc{
    width: 165px;
    line-height: 25px;
}

.level-icon{
    width: 190px;
    cursor: pointer;
}

.level-desc, .level-icon, .level-way-to, .level-prev{
    float: left;
}

.level-right .level-desc, .level-right  .level-icon, .level-right  .level-way-to{
    float: right;
}

.level-right .level-way-to {
    margin-right: -5px;
}

.level-prev-left{
    text-align: right;
}

.level-way{
    cursor: pointer;
}

.level-way-to{
    margin-top: 9px;
}

.level-prev .level-icon, .level-prev .level-desc{
    margin: -48px 0 0 0;
}

.level-about .level-prev .level-icon, .level-about .level-prev .level-desc{
    margin: 0 0 0 0;
}

.level-prev-left .level-icon{
    margin-right: -10px;
}

.level-prev-right .level-desc, .level-prev-right  .level-icon, .level-prev-right  .level-way-to{
    float: left !important;
}

.level-prev-right .level-way-to{
    margin-right: -10px;
}

.level-icon-title .level-icon-img-active{
    display: none;
}

.level-icon-title:hover .level-icon-img{
    display: none;
}

.level-icon-title:hover .level-icon-img-active{
    display: inline;
}

#level-active .level-way-left{
    margin-left: 527px;
}

#level-active{
    height: auto;
    padding-left: 0;
}

.level-prev-left{
    padding-left: 75px;
}

.level-about .level-prev{
    height: 209px;
    padding: 35px;
}

.level-way-right{
    float: left;
}

.level-title{
    border-bottom: 1px solid #bcbfc0;
    margin-bottom: 10px;
    padding: 7px 0 10px;
}

.level-name{
    font-size: 25px;
}

.level-points{
    font-size: 14px;
    color: rgba(0,0,0,0.7);
}

.level-title-refill, .level-title-receive{
    color: #f36758;
}

.level-about{
    display: none;
    padding: 65px 35px 35px;
    background: #ffffff;
    border: 2px solid;
}

#level-active .level-about{
    display: block;
}

#level-active .level-prev{
    display: none;
}

.level-about .level-prev{
    display: block !important;
}

.level-1 .level-about{border-color: #f35245}
.level-2 .level-about{border-color: #f36b5f}
.level-3 .level-about{border-color: #e36f78}
.level-4 .level-about{border-color: #d66f81}
.level-5 .level-about{border-color: #ae6c9b}
.level-6 .level-about{border-color: #9b6aa6}
.level-7 .level-about{border-color: #6963c3}
.level-8 .level-about{border-color: #5360cf}

.level-1 .level-line{background-color: #f0938d}
.level-2 .level-line{background-color: #ef928c}
.level-3 .level-line{background-color: #dd96a3}
.level-4 .level-line{background-color: #c992ab}
.level-5 .level-line{background-color: #9e8fc9}
.level-6 .level-line{background-color: #898cd5}
.level-7 .level-line{background-color: #8A8BD1}

.level-about-desc{
    font-size: 14px;
    color: rgba(0,0,0,0.7);
}
.level-about-desc-title{
    font-size: 25px;
    color: #409bda;
    padding: 10px 0;
    text-transform: uppercase;
}
.level-about-desc-text, .level-about-desc-list{
    line-height: 20px;
}
.level-about-desc-list{
    margin-top: 10px;
    list-style-image: url("../img/list_cyrcle.png");
    margin-left: 440px;
}
#level-active .level-way-right{
    float: none;
}
.level-line {
    display: none;
    position: absolute;
    left: 545px;
    width: 3px;
    height: 27px;
}
#level-active .level-line{
    display: block;
}
.level-cyrcle-shadow{
    display:none;
    position: absolute;
    top: 1px;
    left: 528px;
    width: 37px;
    height: 37px;
    border-radius: 19px;
    cursor: pointer;
}
#level-active .level-cyrcle-shadow{
    display:block;
}
.level-1 .level-cyrcle-shadow{
    -webkit-box-shadow: 0px 0px 0px 10px rgba(238,77,65,0.3);
    -moz-box-shadow: 0px 0px 0px 10px rgba(238,77,65,0.3);
    box-shadow: 0px 0px 0px 10px rgba(238,77,65,0.3);
}

.level-2 .level-cyrcle-shadow{
    -webkit-box-shadow: 0px 0px 0px 10px rgba(238,77,65,0.3);
    -moz-box-shadow: 0px 0px 0px 10px rgba(238,77,65,0.3);
    box-shadow: 0px 0px 0px 10px rgba(238,77,65,0.3);
}

.level-3 .level-cyrcle-shadow{
    -webkit-box-shadow: 0px 0px 0px 10px rgba(227,111,120,0.3);
    -moz-box-shadow: 0px 0px 0px 10px rgba(227,111,120,0.3);
    box-shadow: 0px 0px 0px 10px rgba(227,111,120,0.3);
}

.level-4 .level-cyrcle-shadow{
    -webkit-box-shadow: 0px 0px 0px 10px rgba(214,111,129,0.3);
    -moz-box-shadow: 0px 0px 0px 10px rgba(214,111,129,0.3);
    box-shadow: 0px 0px 0px 10px rgba(214,111,129,0.3);
}

.level-5 .level-cyrcle-shadow{
    -webkit-box-shadow: 0px 0px 0px 10px rgba(174,108,155,0.3);
    -moz-box-shadow: 0px 0px 0px 10px rgba(174,108,155,0.3);
    box-shadow: 0px 0px 0px 10px rgba(174,108,155,0.3);
}

.level-6 .level-cyrcle-shadow{
    -webkit-box-shadow: 0px 0px 0px 10px rgba(158,143,201,0.3);
    -moz-box-shadow: 0px 0px 0px 10px rgba(158,143,201,0.3);
    box-shadow: 0px 0px 0px 10px rgba(158,143,201,0.3);
}

.level-7 .level-cyrcle-shadow{
    -webkit-box-shadow: 0px 0px 0px 10px rgba(137,140,213,0.3);
    -moz-box-shadow: 0px 0px 0px 10px rgba(137,140,213,0.3);
    box-shadow: 0px 0px 0px 10px rgba(137,140,213,0.3);
}

.level-8 .level-cyrcle-shadow{
    -webkit-box-shadow: 0px 0px 0px 10px rgba(93,133,237,0.3);
    -moz-box-shadow: 0px 0px 0px 10px rgba(93,133,237,0.3);
    box-shadow: 0px 0px 0px 10px rgba(93,133,237,0.3);
}

.level-table table,.playwins {
    margin: 80px 266px;
    background: #f5f7f7;
    margin-bottom: 30px;
}
.playwins {
    float: left;

}
.level-table tr,.playwins-2 {
    height: auto;
    border-top: solid 1px rgba(108, 108, 108, 0.2);
    border-bottom: solid 1px rgba(108, 108, 108, 0.2);
}

.level-table .results-table-title {
    background: #cf4637;
    color: #FFFFFF;
    border-left: solid 1px rgba(108, 108, 108, 0.2);
    border-right: solid 1px rgba(108, 108, 108, 0.2);
}

.level-table td {
    width: 140px;
    border-left: solid 1px rgba(108, 108, 108, 0.2);
    border-right: solid 1px rgba(108, 108, 108, 0.2);
    line-height: 40px;
    text-align: center;
    color: #6c6c6c;
	padding: 1px;
}



.scroll{
    height: 290px;
    padding: 35px !important;
    background: url("../img/content_background.png") rgba(0,0,0,0.4);
	width: 100%;
	box-sizing: border-box;
}

.text{
    width: 100%;
    height: 200px;
    overflow: auto;
}
.text p{
    padding-right: 20px;
}

.jspVerticalBar
{
    right: 0;
}

.jspContainer
{
    overflow: hidden;
    position: relative;
}

.jspPane
{
    position: absolute;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    height: 100%;
}

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: rgba(151, 151, 151, 0.09);
    position: relative;
    margin-left: 8.5px;
    width: 3px;
}

.jspDrag
{
    background: url("../img/scroll_drag.png") no-repeat;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    margin-left: -9px;
    height: 60px !important;
    width: 22px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow
{
    height: 16px;
}

.jspHorizontalBar .jspArrow
{
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 0;
}

.text p, .text ul{
    font-family: 'RobotoRegular';
    line-height: 22px;
    color: #949fac;
    font-size: 12px;
}

.text li:before{
    content: '•';
    display: inline-block;
    padding: 0 5px;
}

.text h2{
    font-family: 'RobotoMedium';
    line-height: 45px;
    font-size: 18px;
    color: #ffffff;
}

.text b{
    font-family: 'RobotoBold';
    color: #B6C2CF;
}

.million-club-container{
    float: left;
    width: 100%;
    padding: 0;
}

.million-club{
    height: 590px;
    background: url("../img/million_club_background.png") no-repeat;
    position: relative;
}

.million-club-title{
    font-size: 40px;
    font-family: RobotoBold;
    color: #ffffff;
    position: absolute;
    top: 72px;
	width: 100%;
	text-align: center;
}

.million-club-title-2{
    font-size: 30px;
    font-family: RobotoMedium;
    position: absolute;
    top: 360px;
    left: 260px;
}

.million-club-container .level-table table,.playwins{
    margin: 0;
	width: 100%;
    font-family: RobotoBlack;
}
 .level-table {padding: 0 10px;}

.million-club-container .level-table .results-table-title{
    padding-top: 5px;
}

.million-club-container .level-table .results-table-title img{
    vertical-align: sub;
    margin-right: 5px;
}

.million-club-container .level-table table td, .playwins-2 > div, .playwins-1 > div{
    width: auto;
    max-width: 390px;
    vertical-align: middle;
    padding: 15px 0;
}
.playwins-2 > div, .playwins-1 > div{
	border-right: solid 1px rgba(108, 108, 108, 0.2);
	justify-content: center;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
}
.level-table .playwins-2 > div:nth-child(1),.playwins-1 > div:nth-child(1){width:25%;float:left;display: flex;align-items: center;}
.level-table .playwins-2 > div:nth-child(2),.playwins-1 > div:nth-child(2){width:20%;float:left;display: flex;align-items: center;}
.playwins-1 > div:nth-child(3) {justify-content: center!important;width: 30%;}
.level-table .playwins-2 > div:nth-child(3){width:30%;float:left;max-width: 100% !important;display: flex;align-items: center;justify-content: left!important;flex-wrap: wrap;}
.playwins-2 > div{justify-content: center !important;color: #6c6c6c;}
.level-table .playwins-2 > div:nth-child(4),.playwins-1 > div:nth-child(4){width:10%;float:left;display: flex;align-items: center;}
.level-table .playwins-2 > div:nth-child(5),.playwins-1 > div:nth-child(5){width:15%;float:left;display: flex;align-items: center;}

.million-club-container .level-table table tr[data-sel],.playwins-2[data-sel]{
    position: relative;
}
.playwins-2,.playwins-1 {float:left;width:100%;display: flex;border-bottom: none;}
.million-club-container tr[data-sel]:hover .results-table-show-comb,.playwins-2[data-sel]:hover .results-table-show-comb{
    display: block;
}

.results-table-show-comb{
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    text-align: center;
    background: rgba(207, 70, 55, 0.85);
    height: 100%;
    display: none;
    color: #ffffff;
    z-index: 1;
    line-height: 18px;
}

.results-table-show-comb span{
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	justify-content: center;
	align-content: center;
}

.million-club-container .results-table-title{
    font-family: RobotoRegular;
	line-height: 40px;
	text-align: center;
}

.results-table-login-container{
    text-align: left;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
    width: 100%;
}

.results-table-login-level{
    width: 60px;
}

.results-table-login-level-container{
    width: 60px;
    float: left;
    padding: 5px 25px;
    margin-top: -10px;
}

.results-table-game{
    text-align: left !important;
    max-width: 230px !important;
}

.results-table-game-icon{
    margin: 0 10px 0 10px;
}

.results-table-game-icon{
    width: 72px;
    border-radius: 7px;
    vertical-align: middle;
}

.million-club-container .results-table-stavka, .million-club-container .results-table-win{
    color: #cf4637;
}

.million-club-container .results-table-game{
    line-height: 16px;
}

.results-table-login-level-title{
    font-family: RobotoMediumItalic;
    color: #949494;
}

.million-club-title-3{
    margin: 30px 42px 0 42px
}

.million-club-text{
    margin: 0 42px
}

.million-club-text b{
    font-family: RobotoBold;
}

.million-club-text span{
    font-size: 18px;
    color: #cf4637;
}

.million-club-button{
    text-align: center;
    padding: 0 0 40px 0;
}

.million-club-main-jackpot{
    font-size: 106px;
    font-family: BankGotickLight;
}

.million-club-main-jackpot-ie{
    font-size: 75px !important;
}

.million-club-main-jackpot-ie .million-club-main-jackpot-num{
    padding: 0 4px;
}

.million-club-main-jackpot-num, .million-club-main-jackpot-cur{
    padding: 0 2px;
    border-radius: 10px;
    border: 3px solid #c9c9c9;
    border-bottom: 6px solid #c9c9c9;

    display: inline-block;

    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,237,244,1) 50%, rgba(201,201,201,1) 51%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(232,237,244,1)), color-stop(51%, rgba(201,201,201,1)), color-stop(51%, rgba(255,255,255,1)), color-stop(53%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,237,244,1) 50%, rgba(201,201,201,1) 51%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,237,244,1) 50%, rgba(201,201,201,1) 51%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,237,244,1) 50%, rgba(201,201,201,1) 51%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(232,237,244,1) 50%, rgba(201,201,201,1) 51%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );*/
}

.million-club-main-jackpot-cur{
    padding: 0 9px;
    display: block;
    float: left;
}

.million-club-main-jackpot-num{
    display: block;
    float: left;
    margin: 0 2px;
    width: 80px;
}

.million-club-main-jackpot-simb{
    display: block;
    float: left;
}

.million-club-main-jackpot-text{
    color: #13AFFF;
    background: -webkit-linear-gradient(#25d3ff, #0671da);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#million-club-main-jackpot-value{
    display: none;
}

.million-club-main-jackpot-cur img{
    height: 55px;
}

.million-club-main-jackpot{
    position: absolute;
    top: 185px;
    left: 0;
    width: 100%;
    padding-left: 130px;
}

.faq-title{
    margin: 30px 0 42px;
}

.faq-accordion-title{
    background: url("../img/content_background.png") #0056de;
    line-height: 20px;
    font-family: RobotoMedium;
    font-size: 18px;
    color: #ffffff;
    margin-top: 5px;
    cursor: pointer;
	padding: 15px 10px 15px 70px;
	box-sizing: border-box;
}

.faq-accordion-text{
    background: #0b2775;
    padding: 25px 25px 60px;
    font-size: 12px;
    line-height: 20px;
    color: #5a71a6;
}

#faq-accordion .ui-accordion-header-icon{
    display: inline-block;
    width: 27px;
    height: 29px;
    vertical-align: middle;
    margin: 0 18px 0 -50px;
}

#faq-accordion .ui-icon-triangle-1-s{
    background: url("../img/faq_accordion_open.png") no-repeat;
}

#faq-accordion .ui-icon-triangle-1-e{
    background: url("../img/faq-accordion-close.png") no-repeat;
}

.area-container{
    min-width: 1024px;
}

.area{
    height: 100%;
    overflow: hidden;
}

.area-left, .area-right{
    width: 285px;
    text-align: center;

}

.area-left:hover, .area-right:hover{
    opacity: 1;
}

.area-left{
    float: left;
}

.area-left .game-icon{
    border: none;
}

.area-centre{
    width: auto;
    -webkit-box-shadow: 0px -5px 80px -20px rgba(17,162,255,1);
    -moz-box-shadow: 0px -5px 80px -20px rgba(17,162,255,1);
    box-shadow: 0px -5px 80px -20px rgba(17,162,255,1);

}

.area-game{
    background: #000000;
    min-height: 658px;
}

.area-left .slider-logo, .area-left .slider-reg{
    position: static;
    display: inline-block;
}

.area-left *{
    max-width: 95%;
}

.area-left .game-icon-img-hover{
    max-width: 100%;
}

.area-right *{
    max-width: 100%;
}

.area-hovered{

}

.area-left .slider-logo{
    display: inline-block;
    margin: 10px 0 10px;
}

.area-left .button-vasha-kassa img{
    width: 100%;
    min-width: 100%;
}

.area-left .button-vasha-kassa{
    width: 90%;
    min-width: 90%;
    margin: 0;
	margin: 0 auto;
}

.button-play-on-money{
    width: 95%;
    display: inline-block;
    padding-bottom: 10px;
}

.button-play-on-money:hover img{
    -webkit-box-shadow: 0px 0px 35px -1px rgba(250,3,3,1);
    -moz-box-shadow: 0px 0px 35px -1px rgba(250,3,3,1);
    box-shadow: 0px 0px 35px -1px rgba(250,3,3,1);
}

.area-left .jackpot-value img{
    width: 25px;
}

.area-left .jackpot-value {
    letter-spacing: -4px;
    font-family: BankGotickLight;
    font-size: 38px;
    padding: 0;
    margin-left: 5%;
    width: 95%;
}

.area-left .jackpot-title{
    color: #27B3EE;
    background: none;
    -webkit-text-fill-color: inherit;
    margin-left: 0;
}

.area-left .social-title, .area-left .social-nw{
    float: none;
    display: inline-block;
    margin: 25px 0 0;
    color: #566d8d;
}

.area-left .modal-form{
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.area-left .modal-form input{
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    width: 235px;
    margin: 5px 0 5px 0;
    background-color: #bfddff;
    border: none;
    border-radius: 3px;
}

.area-left .modal-in-button{
    margin-top: 25px;
}

.area-left .slider-logo > p {
    top: 142px;
}

.area-left .slider-logo  p.f-l { left:115px;}
.area-left .slider-logo  p.s-l { left:142px; }
.area-left .slider-logo  p.t-l { left:170px;}
.area-left .slider-logo  p.g-l { left:197px; }
.area-left .slider-logo  p.q-l { left:225px; }

.area-left .jackpot{
    width: 100%;
    max-width: 100%;
}

.area-left-line{
    display: inline-block;
    height: 1px;
    border-bottom: 1px solid rgba(255,255,255, 0.1);
    width: 220px;
    margin: 40px 0;
	display:none;
}

.area-left-line-2{
    margin: 20px 0;
}

.area-left .game-icon-play {
    top: 40px;
    left: 38px;
}

.area-left .button-vasha-kassa{
    margin-top: 0;
	margin-bottom: 10px;
}

.area-right .fg-icon-play {
    top: 28px;
}

.area-left-game-title{
    color: #ffffff;
}

.area-left .top-jackpot-num,
.area-left .top-jackpot-simb{
    float: left;
    width: 24px;
}
.area-left .top-jackpot-simb{
    width: 12px;
}
.area-left .top-jackpot-text{
    font-size: 36px;
}

.area-right{
    box-sizing: border-box;
    padding: 0px 20px;
    text-align: center;
    float: right;
}

.area-right .game, .area-left .game{
    margin: 20px auto;
    float: none;
    min-height: auto;
}

.area .game-icon-img-hover{
    right: 0;
}

.area-right .cw-desc{
    text-align: left;
    color: #6a88b2;
    max-width: 108px;
}

.last-winner-title{
    font-family: RobotoBold;
    background: url("../img/area_right_last_wins.png") no-repeat 100% 100%;
    height: 45px;
    padding-top: 16px;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.last-winner-content{
    background: url("../img/content_background.png") #08366e;
}

.area-right-support{
    width: 100%;
    max-width: 100%;
	clear: both;
}

.area-menu{
    text-align: center;
    color: rgb(83, 96, 124);
    background: url("../img/content_background.png") #062854;
    position: relative;
}

.area-menu-link-img{
    vertical-align: middle;
    height: 15px;
	display: none;
}

.area-menu-link{
    font-size: 12px;
    display: inline-block;
    width: 10.0%;
    min-height: 25px;
    padding-top: 15px;
    vertical-align: middle;
    font-family: RobotoMedium;
}
.area-menu-link:hover:after { content: ''; display: block; position: absolute; background: url("../img/vulkan-gm-hov.png"); width: 13%; height: 58px;  background-size: 100% 53px; top:0px;}

.area-menu-link:hover{
    color: #ffffff;
    cursor: pointer;
}

.area-menu-link:hover .area-menu-sub{
    display: block;
}

.area-menu-link-separator{
    display: inline-block;
    line-height: 35px;
    height: 30px;
    border-left: 1px solid rgba(255,255,255,0.07);
    vertical-align: middle;
    -webkit-box-shadow: -1px 0px 0px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px 0px 0px 0px rgba(0,0,0,0.3);
    box-shadow: -1px 0px 0px 0px rgba(0,0,0,0.3);
}

.area-menu-sub{
    display: none;
    width: 88%;
    padding: 20px 6% 20px 6%;
    position: absolute;
    left: 0;
    bottom: -210px;
    z-index: 6;
    background: rgba(6, 29, 58, 0.98);
    height: 170px;
}

.area-menu-sub .bx-wrapper, .area-menu-sub .bx-viewport{
    height: 202px !important;
    max-width: 100% !important;
}

.area-menu-sub .bx-wrapper .bx-viewport .game{
    min-height: auto;
    width: 202px !important;
}

.area-menu-sub .bx-wrapper .bx-next {
    right: -40px;
}
.area-menu-sub .bx-wrapper .bx-next {
    background: url("../img/cw_bx-right.png") no-repeat center center / auto auto !important;
}
.area-menu-sub .bx-wrapper .bx-prev {
	left: -40px;
    background: url("../img/cw_bx-left.png") no-repeat center center / auto auto !important;
}

.area-menu-sub-slider .game-icon-play {
    top: 41px;
    left: 40px;
}

.grecaptcha-badge {
    display: none;
}

.live-tourney{
    padding: 0 10px 30px 10px;
}

.live-tourney .dc-table-row-date{
    font-size: 28px;
}

.live-tourney-toend{
    color: rgba(255,255,255, 0.3);
}

.last-winner{
    margin-top: 30px;
}

.area-left .progressbar {
    float: left;
    width: 150px;
    background: rgba(0,0,0,0.25);
    margin-top: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.area-left .progress {
    height: 10px;
    background: #b70c0e;
    border-top: 1px solid #d28004;
}

.area-left .about-user-container{
    padding: 5px 0;
	max-width: 100%;
}
.area-left .about-user-container:after,.area-left .game:after {border-bottom: 1px solid rgba(255,255,255,.1); content: ""; display: block; margin: 20px auto 0 auto; width: 200px;clear: both;}

.area-left .about-user-username{
    color: #fff;
    display: inline-block;
    margin: 5px 0;
}
.about-user-out {float:left; width:100%;text-align: left;padding: 15px 45px;}


/*Флажки для поля телефон*/
.intl-tel-input {
  display: inline-block!important;z-index: 3;}
  .intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .intl-tel-input .hide {
    display: none !important; }
  .intl-tel-input .v-hide {
    visibility: hidden; }
  .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px; }
    .intl-tel-input .selected-flag .iti-flag {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .intl-tel-input .selected-flag .iti-arrow {
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 6px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #555; }
      .intl-tel-input .selected-flag .iti-arrow.up {
        border-top: none;
        border-bottom: 4px solid #555; }
  .intl-tel-input .country-list {
    position: absolute;
    z-index: 1000;
    list-style: none;
    text-align: left;
    padding: 0 !important;
    margin: 2px 0 !important;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll; 
	color: #000;
	width: auto !important;
	border-radius: 5px;}
    .intl-tel-input .country-list.dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    .intl-tel-input .country-list .flag-box {
      display: inline-block;
      width: 20px; }
    @media (max-width: 500px) {
      .intl-tel-input .country-list {
        white-space: normal; } }
    .intl-tel-input .country-list .divider {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #CCC; }
    .intl-tel-input .country-list .country {
      padding: 5px 10px; width: 100% !important;font-size: 14px; }
      .intl-tel-input .country-list .country .dial-code {
        color: #999; }
    .intl-tel-input .country-list .country.highlight {
      background-color: rgba(0, 0, 0, 0.05); }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
      vertical-align: middle; }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
      margin-right: 6px; }
  .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 45px;
    margin-left: 0;
    color: #000;
	}
  .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0; }
  .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px; }
  .intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer; }
    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default; }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
      background-color: transparent; }
  .intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table; }
  .intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px; }
  .intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .intl-tel-input.iti-container:hover {
      cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; z-index:100000;}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em; }

.iti-flag {
  width: 20px; }
  .iti-flag.be {
    width: 18px; }
  .iti-flag.ch {
    width: 15px; }
  .iti-flag.mc {
    width: 19px; }
  .iti-flag.ne {
    width: 18px; }
  .iti-flag.np {
    width: 13px; }
  .iti-flag.va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti-flag {
      background-size: 5630px 15px; } }
  .iti-flag.ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti-flag.ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti-flag.ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti-flag.af {
    height: 14px;
    background-position: -66px 0px; }
  .iti-flag.ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti-flag.ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti-flag.al {
    height: 15px;
    background-position: -132px 0px; }
  .iti-flag.am {
    height: 10px;
    background-position: -154px 0px; }
  .iti-flag.ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti-flag.aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti-flag.ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti-flag.as {
    height: 10px;
    background-position: -242px 0px; }
  .iti-flag.at {
    height: 14px;
    background-position: -264px 0px; }
  .iti-flag.au {
    height: 10px;
    background-position: -286px 0px; }
  .iti-flag.aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti-flag.ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti-flag.az {
    height: 10px;
    background-position: -352px 0px; }
  .iti-flag.ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti-flag.bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti-flag.bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti-flag.be {
    height: 15px;
    background-position: -440px 0px; }
  .iti-flag.bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti-flag.bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti-flag.bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti-flag.bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti-flag.bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti-flag.bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti-flag.bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti-flag.bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti-flag.bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti-flag.bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti-flag.br {
    height: 14px;
    background-position: -680px 0px; }
  .iti-flag.bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti-flag.bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti-flag.bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti-flag.bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti-flag.by {
    height: 10px;
    background-position: -790px 0px; }
  .iti-flag.bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti-flag.ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti-flag.cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti-flag.cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti-flag.cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti-flag.cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti-flag.ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti-flag.ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti-flag.ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti-flag.co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px; }
  .iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti-flag.de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti-flag.do {
    height: 13px;
    background-position: -1379px 0px; }
  .iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti-flag.er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti-flag.es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti-flag.et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti-flag.id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti-flag.il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti-flag.im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti-flag.in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti-flag.io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti-flag.is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti-flag.it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti-flag.je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti-flag.km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti-flag.la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti-flag.li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti-flag.md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti-flag.me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti-flag.my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti-flag.na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti-flag.no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti-flag.np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti-flag.om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti-flag.py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti-flag.re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti-flag.se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti-flag.si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti-flag.so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti-flag.st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti-flag.td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti-flag.th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti-flag.to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti-flag.um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti-flag.us {
    height: 11px;
    background-position: -5241px 0px; }
  .iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px; }
  .iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px; }
  .iti-flag.va {
    height: 15px;
    background-position: -5307px 0px; }
  .iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px; }
  .iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px; }
  .iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px; }
  .iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px; }
  .iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px; }
  .iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px; }
  .iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px; }
  .iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px; }
  .iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px; }
  .iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px; }
  .iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px; }
  .iti-flag.za {
    height: 14px;
    background-position: -5566px 0px; }
  .iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px; }
  .iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px; }

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti-flag {
      background-image: url("../img/flags@2x.png"); } }

.iti-flag.np {
  background-color: transparent; }


@media (max-width: 1320px) {
    .area-right{
        display: none;
    }
    .area-centre{
        margin-right: 0;
    }
}

@media (max-width: 1350px) {
    .main-game-container .main-container{
        width: auto !important;
    }
    .main-game-container .light-1{
        display: none;
    }
}

@media (max-width: 1515px) {
}

.p-news{
    margin-top: 20px;
}

.p-news:first-child{
    margin-top: 40px;
}

.p-news-logo{
    font-family: Georgia, regular;
    font-size: 40px;
}

.p-news-title{
    background: url("../img/content_background.png") #0062e2;
    display: table;
    width: 100%;
}

.p-news-title-img{
    display: inline-block;
    margin-left: -26px;
    vertical-align: middle;
    transform: rotate(-19deg);
}

.p-news-title-name-container{
    width: 72%;
    padding-left: 10%;
    /* float: left; */
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 15px;
}

.p-news-title-name{
    display: inline-block;
    text-align: left;
    /*padding-top: 35px;*/
}

.p-news-title-name-text{
    background-color: #de370b;
    color: #ffffff;
    line-height: 29px;
    font-size: 24px;
    font-family: RobotoMedium;
}

.p-news-title-lable-container{
    height: 132px;
    width: 193px;
    margin-right: -3px;
    padding-bottom: 0;
	float: right;
}

.p-news-title-lable{
    transform: rotate(19deg);
    overflow: hidden;
    height: 300px;
    /* width: 180px; */
    padding-top: 25px;
    margin-top: -20px;
    margin-left: 6px;
}

.p-news-content{
    padding: 30px;
    background: url("../img/content_background.png") #092159;
    color: rgba(191, 221, 255, 0.5);
    font-size: 12px;
    text-align: justify;
}

.p-news-content-text{
    line-height: 16px;
}

.p-news-content-text-pik{
    color: #ffffff;
}

.p-news-content-inf{
    padding-top: 25px;
    font-size: 18px;
}

.p-news-content-inf-more{
    float: left;
}

.p-news-content-inf-date{
    font-family: RobotoBlack;
    float: right;
}

.p-news-pager{
    margin-top: 40px;
}

.p-news-pager-link{
    background: #015FC9;
    display: inline-block;
    padding: 5px 8px;
    margin-left: 2px;
    opacity: 0.6;
    color: #ffffff;
}

.p-news-pager-prev, .p-news-pager-next, .p-news-pager-link-active{
    opacity: 1;
}

.p-app-label{
    height: 558px;
    background: url("../img/p_app.png") no-repeat center / cover;text-align: center;
}

.p-app-label-title-1, .p-app-label-title-2{
    font-family: RobotoBlack;
    color: #bfddff;
    text-shadow: 1px 3px 1px #4778c9;
    text-transform: uppercase;
}

.p-app-label-title-2-name{
    color: #fda21f;
    text-shadow: 1px 2px 1px #a36c2b;
}

.p-app-label-title-1{
    font-size: 58px;
    padding-top: 70px;
}

.p-app-label-title-2{
    font-size: 40px;
    text-shadow: 1px 2px 1px #4778c9;
    margin-top: 30px;
}

.p-app-label-step-container{
    margin-top: 295px;
    text-align: left;
	display: flex;
	justify-content: space-around;
	padding: 0 40px;
}

.p-app-label-step{
    color: #ffffff;
    font-size: 21px;
    font-family: RobotoBold;
    line-height: 25px;
    border-bottom: 1px solid rgba(255,255,255, 0.6);
}


.p-app-brow-container{
    padding-left: 42px;
}
.p-app-brow{
    display: inline-block;
    padding: 20px;
    text-align: center;
    vertical-align: top;
    height: 216px;
    border: 2px solid rgba(224, 188, 136, 0);
    opacity: 0.8;
}

.p-app-brow:hover{
    border: 2px solid #e0bc88;
    border-radius: 15px;
    background: #ffffff;
    opacity: 1;
}

.p-app-brow-icon{
    margin-bottom: 25px;
    height: 128px;
}

.p-app-brow-name{
    font-family: RobotoItalic;
    font-size: 25px;
    line-height: 30px;
}

.p-app-brow-1{color:#4bb549 }
.p-app-brow-2{color:#d35727 }
.p-app-brow-3{color:#ff1b2d }
.p-app-brow-4{color:#01a1ca }


.week-top-container{
    padding: 10px 0 50px;
}

.week-top{
    text-align: center;
    padding: 30px 0;
}

.week-top-place{
    display: inline-block;
    position: relative;
}

.week-top-place-1{width: 330px; margin: 0 100px;}
.week-top-place-2{width: 268px}
.week-top-place-3{width: 240px}

.week-top-place-game-icon{
    width: 100%;
}

.week-top-place-about{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
    cursor: pointer;
 }

.week-top-place-about-text{
     position: absolute;
     bottom: 0;
     left: 0;
     padding: 15px;
     line-height: 26px;
     text-align: left;
 }

.week-top-place-about-text{
   box-sizing: border-box;
    padding-top: 50%;
}

.week-top-place-about-img{
    width: 100%;
    height: 100%;
}

.week-top-place-about-img{
    opacity: 0.8;
}

.week-top-place-img{
    position: absolute;
    right: -15px;
    top: 20px;
}

.week-top-place-2 .week-top-place-img{right: -55px}
.week-top-place-1 .week-top-place-img{right: -74px}
.week-top-place-3 .week-top-place-img{right: -50px}

.week-top-place-about-sum{
    font-family: RobotoMedium;
    font-size: 16px;
    color: #fec706;
    z-index: 1;
}

.week-top-place-about-user{
    font-family: Robotolight;
    font-size: 16px;
    color: #ffffff;
    z-index: 1;
}

.week-top-place-about-game{
    font-family: RobotoMedium;
    font-size: 18px;
    color: #fec706;
    z-index: 1;
}

.p-contacts-form{
    font-size: 14px;
}

.p-contacts-form-title{
    padding-left: 25px;
}

.p-contact-form-input {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    width: 100%;
    margin: 5px 0 5px 0px;
    background-color: #bfddff;
    border: none;
    border-radius: 3px;
	box-sizing: border-box;
}

.p-contact-form-textarea {
    display: inline-block;
    line-height: 20px;
    padding: 0 10px;
    width: 100%;
	box-sizing: border-box;
    margin: 5px 0;
    background-color: #bfddff;
    border: none;
    border-radius: 3px;
}

.p-contacts-form tr{
    height: auto;
}

.p-contact-form-left{
    width: 53%;
    float: left;
	margin-right: 2%;
}
.p-contact-form-left table {width: 100%;}

.p-contact-form-right{
    width: 45%;
    float: right;
}

.p-contact-form-send{
    padding: 0;
    margin-top: 10px;
}

.p-contact-form-send img{
    vertical-align: middle;
}

.p-contacts-form-container{
    padding-bottom: 30px;
    /*background: url("../img/background.jpg") rgba(37, 130, 226, 0.1);*/
}

.p-contact-text-left{
    width: 48%;
	padding-right: 2%;
    float: left;
}
.p-contact-text-right{
    float: right;
    width: 50%;
}

.p-contact-text-block{
    max-width: 100%;
    min-height: 71px;
    margin-bottom: 10px;
    background: url("../img/contacts_fone.png") center / cover;
	padding-bottom: 10px;
}

.p-contact-text-block-img{
    float: left;
    display: block;
    padding: 18px 25px;
}

.p-contact-text-block-title{
    color: #fec005;
    font-family: RobotoBold;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    margin-top: 19px;
}

span.p-contact-text-block-desc{
    color: #dac3c4;
    font-family: RobotoItalic;
    font-size: 14px;
    line-height: 18px;
}

a.p-contact-text-block-desc{
    color: #dac3c4;
    font-family: RobotoItalic;
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
}

.p-contact-text-block:first-child .p-contact-text-block-title{
    margin-top: 13px;
}

.p-contact-text-block:nth-child(2) .p-contact-text-block-img{
    padding-top: 25px;
}

.p-contact-text-block:nth-child(3) .p-contact-text-block-img{
    padding-top: 20px;
}

.p-contact-text-right{
    color: rgba(0,0,0,0.6);
    font-size: 15px;
    line-height: 22px;
}

.p-contact-text-right-a{
    color: rgba(207, 70, 55, 0.79);
    text-decoration: underline;
}

.p-contact-text{
    padding-top: 40px;
}

.p-license-title{
    margin-top: 40px;
}

.p-license-text{
    color: rgba(0,0,0,0.6);
    font-size: 15px;
    line-height: 22px;
}

.p-license-text p{
    color: rgba(207, 70, 55, 0.79);
}

/*

                FOOTER

*/

.bottom-menu{
    color: rgb(92, 112, 140);
    position: relative;

}

.bottom-menu-light{
    position: absolute;
    width: 2000px;
    height: 1250px;
    left: -400px;
    top: -1050px;
    overflow: hidden;
    z-index: -2;
}



.bottom-menu-list{
    list-style: disc;
    line-height: 90px;
    float: left;
}

.bottom-menu-link{
    float: left;
    margin-left: 30px;
    color: rgb(92, 112, 140);
    position: relative;
}

.bottom-menu-link:hover{
    color: #FFF;
}

#running-tournament {
    background: url('/images/unread-bg.png');
    width: 18px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 65px;
    z-index: 1000;
    color: #ffffff;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    cursor: default;
    font-family: RobotoBlack;
}


.bottom-menu-share{
    line-height: 90px;
	float: right;
}

.bottom-menu .social-nw{
    display: inline-block;
    float: none;
    line-height: 16px;
    margin: 0 0 0 25px;
    vertical-align: middle;
}

.bottom-menu .social-nw a img{
    display: inline;
    transition: transform 0.1s;
}

.bottom-menu .social-nw a img:hover{
    transform: scale(0.8);
}

footer{
    border-top: 3px solid #e71b23;
    position: relative;
	float: left;
}

footer a:hover{
    color: #fff;
}

footer img{
   margin: 15px;
}
#upbutton {
    background: url("../img/up.png") no-repeat top left;
    height: 60px;
    width: 60px;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
}

.icons{
    text-align: center;
    background-color: #12161d;
    padding: 20px 0;
	float: left;
	width: 100%;
}
.paysystem {display: flex; flex-wrap: wrap; justify-content: space-around; width: 100%;}
.paysystem a{
    vertical-align: text-top;
}

/*.icons img{*/
    /*-webkit-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
    /*-o-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    /*filter: url(grayscale.svg); *//* Firefox 4+ */
    /*filter: gray; *//* IE 6-9 */
/*}*/

/*.icons img:hover{*/
    /*-webkit-filter: grayscale(0%);*/
    /*-moz-filter: grayscale(0%);*/
    /*-ms-filter: grayscale(0%);*/
    /*-o-filter: grayscale(0%);*/
    /*filter: grayscale(0%);*/
    /*filter: none; *//* Firefox 4+ */
    /*filter: none; *//* IE 6-9 */
/*}*/

.contact{
     background: url("../img/top-menu_background.png") repeat-y left top / cover;
    color: #5c708c;
    font-family: 'RobotoRegular';
    font-size: 14px;
    border-top: 1px inset rgba(255,255,255,0.06);
	float: left;
	width: 100%;
}

.contact a{
    line-height: 70px;
}

.antiblock {
    float: right;
}

.fixed-bottom{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3;
}

.favorite-games-container{
    position: relative;
}

.favorite-games{
    background: url("../img/content_background.png") #002D71;
    height: 60px;
    position: absolute;
    bottom: -20px;
    width: 100%;
    display: none;
}

#fg-close{
    position: absolute;
    bottom: 53px;
    right: 5px;
    cursor: pointer;
}

.favorite-games-title{
    float: left;
    color: #ffffff;
    font-family: 'RobotoBlack';
    font-size: 15px;
    line-height: 60px;
    margin-right: 50px;
}

.fg-icon{
    width: 120px;
}

.fg-icon-container{
    float: left;
    margin-top: -20px;
    position: relative;
    margin-left: 15px;
    transition: margin-top 0.3s, transform 2s;
    height: 101px;
}

.fg-icon-img{
    border-radius: 3px;
    height: 70px;
}

.fg-icon-img, .fg-icon-img-hover{
    border: 1px solid rgba(255,255,255,0.1);
}

.fg-icon-container img{
    margin: 0;
}

.fg-icon-img-hover{
    height: 100%;
}

.fg-icon-container:hover {
    padding-bottom: 20px;
    margin-top: -40px;
}
.fg-icon-hover{
    position: absolute;
    top: 0;
}

.fg-icon-container:hover .fg-icon-hover{
    display: block;
    opacity: 0.95;
}


.fg-icon-hover{
    display: none;
    width: 120px;
    height: 70px;
}

.fg-icon-play{
    position: absolute;
    top: 15px;
    left: 31px;
}

.fg-icon-demo{
    position: absolute;
    top: 43px;
    left: 41px;
    text-decoration: underline;
    color: #5c708c;
}

.fg-icon-demo:hover{
    color: #fff;
}

.fg-icon-play img{
    margin: 0;
}

.fg-icon-play-img-hover{
    display: none;
}

.fg-icon-play:hover .fg-icon-play-img{
    display: none;
}

.fg-icon-play:hover .fg-icon-play-img-hover{
    display: inline;
    -webkit-box-shadow: 0px 0px 35px -1px rgba(250,3,3,1);
    -moz-box-shadow: 0px 0px 35px -1px rgba(250,3,3,1);
    box-shadow: 0px 0px 35px -1px rgba(250,3,3,1);
}

.fg-icon-close{
    position: absolute;
    right: -7px;
    top: -7px;
    cursor: pointer;
}

body.ongamming .area-left, body.ongamming .area-right, body.ongamming .area-menu{/*opacity: 0.6;*/ background-color: rgba(0,0,0,0.2);transition:all linear .8s 0.2s; -webkit-filter: brightness(40%);filter: brightness(40%);}
.jackopot-ingame div { float:left; height:100%;}
.jackopot-ingame .jackpot-title  {  text-align: center;
    width: 100%;}
.jackopot-ingame .top-jackpot-text { font-size: 28px;}
.jackopot-ingame .top-jackpot-num { width:22px;}
/*Slide+*/

.slider-4-3 {margin-bottom: -50px;}
/*Bonuses-starts*/

.prebonuses-devise { background: url(../img/bon-bg-vkn.png) no-repeat right top; max-width: 1141px; width:100%; height: 437px; position: relative;}
.after-v-b { padding: 0 14px; color: #464748;}
.after-v-b h3 { font-size: 18px; font-weight:bold}
.after-v-b p { font-size: 12px; padding: 15px 0;}
.prebonuses-devise > div { position: absolute;}
.b-p-t-1, .b-p-t-4 { color: #fff; right: 82px; font-size: 14px; font-weight: bold;}
.b-p-t-1 span, .b-p-t-4 span { color: #0d1f04; padding-left: 5px;}
.b-p-t-1 { top:105px;}
.b-p-t-4 { top:247px;}
.b-p-t-2, .b-p-t-5 {color: #99cae9; font-size: 18px; font-weight: bold; text-shadow: -1px -1px 0px rgba(0,0,0,0.44);padding-left: 15px;}
.b-p-t-2 { top:140px; right: 80px;}
.b-p-t-5 { top:280px; right: 80px;}
.b-p-t-3, .b-p-t-6 {font-family: 'Lato', sans-serif; font-size: 26px; text-transform: uppercase; color: #fff;padding-left: 15px;}
.b-p-t-3 b, .b-p-t-6 b { color: #face41; font-weight:900; text-shadow: 0px 0px 3px rgba(0,0,0,.5);}
.b-p-t-3 { right: 80px; top:170px; }
.b-p-t-6 { right: 80px; top:310px; }
.rmored { background: url(../img/st-rmore-bonpage.jpg) no-repeat; display: block; color: #fff ; font-weight: 900; width: 169px; height: 40px; line-height: 40px; text-align: center; text-decoration: none; text-shadow: 0 0 4px #000; letter-spacing: 1px; margin-left: 10px; margin-top: 40px;}
.rmored:hover { box-shadow: 0 0 8px #000; text-shadow: none;}
.trdn-1 { border-bottom:none; margin:0px 0px 0px 10px; padding-bottom:0px;}
.r-s-b {  height: 70px;  position: relative; margin: 30px 0 0 10px;}
.r-s-b .slider-reg { bottom:0; left:50% !important; margin-left:-142px; max-width: 285px;width: 100%;}

/*Selector*/
.selector { width:260px; height:30px; float:right; margin-top:-60px; margin-right:40px;}
.selector > * { float:left;}
.selector > span { display:block; color:#4b5e73; font-size:12px; background:url(../img/non-act-sel.png); width:84px; height:30px; line-height:30px; text-align:center; opacity:0.4; cursor:pointer; }
.selector > span.active { display:block; color:#4b5e73; font-weight:bolder; opacity:1;}
.sel-frog { background:url(../img/seleger.png); width:60px; height:26px; position:relative; margin:0 15px; margin-top:2px;}
.sel-frog > span { background:url(../img/selector-ico.png); width:30px; height:16px; position:absolute; right:5px; top:5px; cursor:pointer;}

.paypage { padding:0 !important;}
.paypage p { font-size:14px; line-height:19px; padding:0 42px; margin-top:35px;clear: both;}
.paypage h3 {font-size:30px; text-transform:uppercase; margin:40px 0; font-weight:normal; padding-left:42px; float:left; width:100%;}
.paypage div { float:left;}
.paypage div.row { font-size:16px; border-bottom:1px solid rgba(0,0,0,.20); padding:10px 0; font-weight:normal; font-family: 'Roboto', sans-serif; color:#323232; width:100%; line-height:69px;}
.paypage div.row > div { padding-left:20px;}
.paypage div.row > div:first-of-type { padding-left:45px; width:340px;}
.paypage div.row > div:nth-of-type(2) { width:135px;}
.paypage div.row > div:nth-of-type(3) { width:120px;}
.paypage div.row > div:last-of-type { padding-right:45px; text-align:right; padding-left:0; width:209px; float:right;}
.paypage div.row.head { text-align:le ft; color:#fff; background:#e4303b; height:49px; font-size:18px; line-height:49px;}
.paypage div.row span { line-height:69px;}
.paypage div.row div img { display:block;}
.paypage div.row > div > div { margin-right:25px;}
.paypage div.row a { display:inline-block; color:#fff; height:40px; text-align:center; width:169px; text-align:center;  background:url(../img/reg-pay-bg.png); line-height:40px; text-transform:uppercase; font-family: 'Roboto Condensed', sans-serif; font-weight:bold; text-decoration:none; text-shadow:1px -1px 1px #000; letter-spacing:1px; border-radius:4px;}
.paypage div.row a:hover { text-shadow:none; box-shadow:0 0 16px rgba(0,0,0,.50)}
.top-help {margin-top: -22px;
margin-left: 20px;
padding-top: 20px;
box-sizing: border-box;
padding-left: 20px;}

#tabs { width:285px; margin-left:-20px; max-width:none;}
.img-nd { width:100%; box-sizing:border-box; padding: 30px 15px; height:350px; }
.img-nd img { width:100%;}
#tabs ul { text-align:center; padding-top:10px;}
#tabs ul li { display:inline-block;}
#tabs-1 h2, #tabs-2 h2 { font-family:Georgia, serif; color:#1bc1fd; font-size:25.33; text-align:center; font-weight:normal; margin-top:20px;}
.ui-tabs-active { background:url(../img/active-tab.png) no-repeat;}
.bnss { background:url(../img/ampers.png) center 12px no-repeat; float:left ; width:100%; height:88px;}
.bnss > div { color:#fff; text-align:center; width:50%; float:left; font-weight:300; font-size:10px; text-transform:uppercase;}
.bnss > div > span { font-size:38px; font-family: 'RobotoBlack';}
.bnss > div > span sup { text-transform:lowercase; font-size:25px;}
.zarr { clear:both; width:100%; padding:10px 0; float:left; position:relative; height:37px;}
.zarr img { margin:0 auto; display:block; position:absolute; left:50%; margin-left:-10px;}
#tabs-1 > span, #tabs-2 > span { color:#fff; text-decoration:none; text-transform:uppercase; float:left ; margin-left:20px; margin-bottom:20px; background:url(../img/reg-r1-bg.png) center no-repeat; width:245px; background-size:100%; height:57px; line-height:57px;font-family: 'RobotoBlack';display:block; text-align:center; font-size:20px;}

.modal-reg { padding:56px 55px;margin-left:250px;}

.panell { max-width:1200px; width:100%;margin: 20px auto -10px auto; padding:10px 0 15px 0 !important; background: url("../img/content_background.png") rgba(0,0,0,0.4);}
.panell::after { display:block; content:''; clear:both;}
.panell > div { width:25%; float:left; padding:190px 5px 0 5px; text-align:center; cursor:pointer;box-sizing: border-box;}
.panell > div a { color:#fff; display:block; margin:0 auto; max-width:189px; width:100%; height:40px; text-align:center; line-height:40px; text-decoration:none; text-transform:uppercase; background:url(../img/rd-mre.jpg); font-size:14px; text-transform:uppercase; font-weight:bold;}
.panell > div:hover a { box-shadow:0 0 5px rgba(0,0,0,0.4);}
.panell > div.bon-1 { background:url(../img/bon-1-img.png) no-repeat top center / 85% auto;}
.panell > div.bon-2 { background:url(../img/bon-2-img.png) no-repeat top center / 85% auto;}
.panell > div.bon-3 { background:url(../img/bon-3-img.png) no-repeat top center / 85% auto;}
.panell > div.bon-4 { background:url(../img//bon-4-img.png) no-repeat top center / 85% auto;}

.cass-bns-100, .cass-bns-200 { max-width:1060px;  width:100%; height:145px;  position:relative; display: none;}
.cass-bns-200 {display:none;}
.cass-bns-100:after, .cass-bns-200:after {background:url(../img/cass-bons.png) no-repeat; background-size:100%; content:''; position:absolute; width:100%; height:100%; display:block; z-index:-1; opacity:.9;}
.cass-bns-100 > div , .cass-bns-200 > div { float:left; color:#fff;}
.qtr-1 { font-family: Georgia, serif; font-size:30px; opacity:.25; margin-left:40px; margin-top:40px;}
.qtr-2 { text-align:center; font-weight:300; font-size:10px; text-transform:uppercase; margin-top:35px; margin-left:85px;	}
.qtr-2 span { font-weight:900; font-size:42px;}
.qtr-3 { float:right !important; text-align:center; margin-top:40px; margin-right:45px;}
.qtr-3 span { font-size:10px; text-transform:uppercase; padding-bottom:10px;}
.qtr-3 p { font-size:22px; text-transform:uppercase;}
.qtr-3 a { font-size:11px; text-transform:uppercase; color:#fff; text-decoration:none; font-family: 'RobotoBlack'; opacity:0.25}

.reg-bns-dr { width:302px; background:url(../img/reg-bns.png) ; height:617px;  color:#fff; position:absolute; top:0px; left:-300px;}
.reg-bns-dr h2 { font-family: Georgia, serif; font-size:30px; opacity:.5; padding-top:40px; font-weight:normal; text-align:center;}
.qmr-2 { text-align:center; font-weight:300; font-size:10px; text-transform:uppercase; margin-top:35px;	}
.qmr-2 span {  font-family: 'RobotoBlack'; font-size:42px;}
.qmr-2 p { letter-spacing:2px;}
.qmr-3 { bottom:0; position:absolute; left:0; text-align:center; width:100%;}
.qmr-3 a { color:#fff; font-size:14px;  font-family: 'RobotoBlack'; text-decoration:none; line-height:32px;}
#active-slide .slider-reg.slider-slide-button a { z-index:1000; position:relative;}
.fdd1, .fdd2{ 
    animation-duration: 1s; 
    animation-fill-mode: both; 
	animation-iteration-count:infinite;
} 

@keyframes fadeIn1 { 
    0% {opacity: 0;} 
	49% {opacity: 0;} 
    50% {opacity: 1;} 
	100%  {opacity: 1;} 
} 
@keyframes fadeIn2 { 
    0% {opacity: 1;} 
	49% {opacity: 1;} 
    50% {opacity: 0;} 
	100%  {opacity: 0;} 
} 
.fdd1{ 
    animation-name: fadeIn1; 
}
.fdd2{ 
    animation-name: fadeIn2; 
}
.content.scroll  h1 {color:#fff; font-size:24px;}

#myContent {
    position: relative;
}

body.fullscreen iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

body.fullscreen #myContent {
    position: static;
}

.go-fullscreen {
    background: url("/images/fullscreen.png") no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 5;
}

body.fullscreen .go-fullscreen {
    background-image: url("/images/no-fullscreen.png");
}

.revert-payment {
    display: inline-block;
    position: static;
    background: #b50e13;
    color: white;
    font-family: RobotoMedium;
    line-height: 28px;
    border-radius: 3px;
    padding: 0 12px;
    left: 120px;
    top: 35px;
    cursor: pointer;
}

.revert-payments-item {
    margin: 10px 0;
    background-color: #ebeff3;
    padding: 5px;
    width: auto;
    border-radius: 5px;
}
.top-menu.fixed .slider_logo_2{ display:block; height: 40px;width: 60px;float: left;padding: 10px;}

.slider_logo_2,.top-menu.fixed .top-help,.top-menu.fixed .top-menu-profile {display: none;}
.top-menu.fixed .top-menu-social {width: 435px;}
.top-menu.fixed .top-menu-lang {
    padding-top: 27px;
    height: 43px;
    margin-left: 10px;
	padding-left: 10px;
}
.top-menu.fixed .top-menu-lang.top-menu-block {width: 40px;}

/**************bonus in kassa*****/

#bonus {display: flex;flex-wrap: wrap;justify-content: space-around;}
#bonus .bk-1 {width: 300px;height: 255px; float:left; background-color:#011b44; border-radius:5px; overflow:hidden;margin: 0 1px 10px 1px;position: relative; color:#fff;}
.bk-1-2-1 {padding: 30px 85px 15px 35px;position: relative;text-align: left;font-weight: bold;font-size: 14px;color:#fff;}  
.bk-1-2-1 img {position: absolute;right: 20px;top: 20px;}
.bk-1-2-1 span {
    font-size:24px; color:#f9a102;margin-bottom: 5px;display: block;
}
.bk-1-2-1 a {
    text-decoration: underline;
    color: #f9a102;
}
#bonus .img-b1 {background: url(../img/bonus-kassa-2.png) no-repeat 235px 20px / auto;}
#bonus .img-b2 {background: url(../img/bonus-kassa-2.png) no-repeat 235px 20px / auto;}
#bonus .img-b3 {background: url(../img/bonus-kassa-3.png) no-repeat 235px 20px / auto;}
#bonus .img-b4 {background: url(../img/bonus-kassa-2.png) no-repeat 235px 20px / auto;}
#bonus .active .bk-1-2-1.img-b2,#bonus .active .bk-1-2-1.img-b2 span {color: #dd1620;}
.bk-1-2-1-2 span {text-decoration: underline; color:#f9a102;}
.bk-1-2-2 span {font-size: 14px;font-weight: 200;}
#bonus .bk-1:nth-child(3) .bonus-kassa-1-4 .bk-1-2-1 span,#bonus .bk-1:nth-child(3) .bonus-kassa-1-4 .bk-1-2-1,#bonus .bk-1:nth-child(3) .bonus-kassa-1-2-1 .bk-1-2-1 {color:#dd1620;} 
#bonus .bonus-kassa-1-4 .bk-1-2-1 {color:#f9a102;}
#bonus .error { margin: 40px; color: white; }
#bonus .loading, #bonus .empty { margin: 80px; color: white; }
#bonus .activation .phone-form,
#bonus .activation .code-form {
    color: #fff;
    margin: 60px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
}
#bonus .activation .phone-form form,
#bonus .activation .code-form form {
    margin-top: 20px;
}

.bk-1-2-2 { height:87px;padding: 0px 25px 0 25px;box-sizing: border-box;}
.bk-1-2-2 .data-counter span {background-color: #dadee4;color: #011b44;height: 35px;display: inline-flex;width: 52px;border-radius: 3px;align-items: center;margin: 0 1px;background: url(../img/bonus-kassa-5.png) no-repeat center center / auto 100%;font-size: 25px;letter-spacing:2px;letter-spacing: 12px;padding-left: 5px;box-sizing: border-box;border: none;}
.bk-1-2-2 .data-counter {margin-top:10px;}

.bk-1-2-3-2 {float:left;    background: url(/images/ret-butrt.jpg);color: #fff; text-decoration: none;width: 115px;height: 30px;line-height: 30px;border-radius: 4px;cursor: pointer; transition: all 1s ease-out;font-size: 12px;}
.bk-1-2-3-2:hover {transform: scale(1.1);}
.bk-1-2-3-1 {float:left;padding: 7px 50px 0px 0;font-size: 12px;}
.bk-1-2-3 {margin-top: 8px;display: flex;justify-content: center;}
.bk-1-2-2 .eevndr {width: 100%;padding-top: 10px;}
.bk-1-2-2 .eevndr div {font-size: 25px;color: #fff;font-family: 'Roboto condensed', sans-serif;}
.bonus-kassa-3-1 {background: url(/tpl/site/stazeworks/ru-ru/img/bonus-kassa-x.png) no-repeat center / auto; height:39px; width:37px; position:absolute; top:0px; left:0px; cursor:pointer;}
.bk-1 .active{display:block;}
.bonus-kassa-1-3 a {color:#00ab23;}
.bonus-kassa-1-3 .p1 { text-align:left; font-size:14px;}
.bonus-kassa-1-3 .p2 { text-align:left; font-size:13px; margin:20px 0; opacity:0.6;font-weight: 100;font-family: 'Roboto condensed', sans-serif;} 

.bonus-kassa-1-2 {z-index: 1;}
.bonus-kassa-1-3 {display:none;background-color:#011b44;width: 300px;height: 255px;box-sizing: border-box; position:absolute; top:0; left:0;overflow:hidden;padding: 40px;line-height: 19px;z-index: 2;}
.bonus-kassa-1-4 {z-index: 3;display:none;background-color:#011b44;width: 300px;height: 255px;box-sizing: border-box;position:absolute; top:0; left:0;overflow:hidden; box-sizing:border-box;}
.bonus-kassa-1-1 {position: absolute;left: 0;top: 0;background: url(/tpl/site/stazeworks/ru-ru/img/bonus-kassa-1.png) no-repeat top left / auto; color:#fff;width: 37px;height: 37px;text-align: left;padding: 4px 0 0 7px;cursor: pointer;box-sizing: border-box;z-index: 1;}

.bk-1-4-1 {color:#e96910;font-size:14px; font-weight:bold;float: left; width: 100%;}
.bk-1-4-1-1 {float: left; text-align: left; width: 120px;}
.bk-2-1 {
    float: left;
    text-align: left;
    width: 100%;
	color: #edcc20;
font-size: 14px;
font-weight: bold;
text-align:center;
margin: 10px 0px;
}
.bk-2-2 {width:100%; text-align:center;font-size:13px;font-weight:bold;}
.bk-2-3 {width:100%; text-align:center; font-size:25px;}
.bk-1-4-2 {clear: both; padding:10px 0px; float: left; width: 100%;box-sizing: border-box;}
.bk-1-4-2 .eevndr div {font-size: 25px;}
.bk-1-4-2 .eevndr {padding-top: 10px;}
.bk-1-4-2 i {background-color: #d84b0f;color: #fff;height: 35px;display: inline-flex;width: 25px;border-radius: 3px;justify-content: center;align-items: center;margin: 0 1px;}

.bk-1-4-3 a {color:#f9a102; font-size:14px; font-weight:bold;font-weight: bold;text-decoration: underline;}
.bk-1-4-3 {padding: 10px 35px; text-align:left;}

.bk-1-4-5 {text-align: center; color: #fff; font-weight: bold; clear: both;font-size:14px; padding-top:20px;}

.bk-4-1,.bk-4-2 {float: left; width: 100%;}
.bk-4-1-1,.bk-4-2-1 {float:left; width:50px; margin-bottom:15px;}
.bk-4-1-1 {background: url(/tpl/site/stazeworks/ru-ru/img/bonus-kassa-6.png) no-repeat top left / 100% auto;width: 52px;letter-spacing: 12px;display: inline-flex;box-sizing: border-box;font-size: 25px;padding-left: 6px;height: 38px;padding-top: 7px;}
.bk-4-1-1 i {background-color: #ab141d;color: #fff;height: 35px;display: inline-flex;width: 23px;border-radius: 3px;justify-content: center;align-items: center;margin: 0 1px 0 0;}
.bk-4-1-2,.bk-4-2-2  {font-size:13px; line-height:17px; padding-left:15px; box-sizing: border-box;text-align: left;float: left;}
.bk-4-1-2 {padding-top:4px;}
.bk-4-2-1 img {width: 50px;}

/**************page_registration*****/
#page_registration {background:url("../img/content_background.png") #002F77;height: 100%;position: absolute;width: 100%;min-height: 600px;}
.r-container {display:flex; flex-wrap:wrap; align-items:center; justify-content:center; height:100%;flex-flow: row-reverse;}
.r-logo {position: absolute;left: 10px;top: 10px;}
#r-out {position: absolute; right: 20px; top: 20px; left: auto; margin: 0;}
.r-container .title {
    font-family: Georgia, regular;
    font-size: 40px;
    color: white;
}

.r-reg {width:300px; float:right; margin-left:20px;height: 470px;}
.r-bonus {width:300px; float:left; margin-right:20px;font-size:13px;color:#0361c5; text-decoration:underline;}
.r-slider img {
    width: auto !important;
    display: inline !important;
}
.r-bonus .owl-carousel.owl-drag .owl-item {clear:both !important;}
.r-bonus .owl-carousel .owl-stage {width:305px;padding-top: 3px;}
.r-bonus .owl-carousel .owl-stage-outer {width: 305px;}
.r-bonus-1 {background: url("/tpl/site/stazeworks/ru-ru/img/r-bonus-0.png") no-repeat top left / auto auto; height: 133px;width: 305px; text-align:center;margin-bottom:20px;}
.r-bonus-2 {background: url("/tpl/site/stazeworks/ru-ru/img/r-bonus.png") no-repeat top left / auto auto; height: 133px;width: 305px; text-align:center;margin-bottom:10px;}
.r-bonus-1 div {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    width: 180px;
    margin: -5px auto 25px auto;
	text-align:left;
	display: inline-block;
}
.r-bonus-2 div {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    width: 180px; 
    margin: 0px auto 0px auto;
    padding: 20px 0 10px 0;
	text-align:left;
}
.r-reg input {
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    height: 40px!important;
    padding: 0 10px;
    width: 100%;
    margin: 5px 0 5px 0px;
    background-color: #bfddff;
    border: none;
    border-radius: 3px;
	text-align:center;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}
.r-reg .intl-tel-input {width: 100%;}
.r-reg .ofer {font-size: 13px; color: #bad9fa;display: block;padding: 10px 0 20px 0;font-weight: 400;margin: 0 auto;clear: both;line-height: 16px;}
.r-reg .ofer a {color: #0361c5;text-decoration: underline;}
.r-reg .ofer input[type="checkbox"] { display: none;}
.r-reg .ofer span::before {
    background: rgba(0, 0, 0, 0) url("../img/checkbox.png") no-repeat scroll -3px -2px;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin: 0px 10px 0 0;
    vertical-align: middle;
    width: 35px;
	float: left;
}
.r-reg .ofer  input[type="checkbox"]:checked + span::before {background: rgba(0, 0, 0, 0) url("../img/checkbox.png") no-repeat scroll -44px -2px;}
.r-reg .soclink1 {
    font-size: 13px;
    color: #bad9fa;
    margin-bottom: 15px;
}
#r-btn {padding:0; margin-bottom:25px; transition:0.3s; background: url("../img/buttom_regist.jpg") no-repeat center / cover;width: 285px;
height: 65px; color:#fff; font-size:20px; font-weight:bold;text-transform: uppercase;text-shadow: 1px 1px 1px #000;}
#r-btn:hover {padding:0; box-shadow: 0px 0px 35px -1px rgba(250,3,3,1);}
.r-social {margin-top:15px;}

	.tabs {margin-top:20px;}
    .tabs > input#tab-btn-1[type="radio"],.tabs>input#tab-btn-2[type="radio"] {
      display: none;
    }
	.tabs > div {
      /* скрыть контент по умолчанию */
      display: none;
    }
 

    /* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
    #tab-btn-1:checked~#content-1,
    #tab-btn-2:checked~#content-2,
    #tab-btn-3:checked~#content-3 {
      display: block;
    }

    .tabs > label.tab-btn-1 {
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      user-select: none;
      padding: 0px 0px 15px 0;
      font-size: 13px;
      line-height: 1.5;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
      cursor: pointer;
      position: relative;
      top: 1px;
	  color:#bad9fa;
	  width: 100px;
		float: left;
		text-align: left;
    }

    .tabs > label.tab-btn-1:not(:first-of-type) {
      border-left: none;
    }

    .tabs > input[type="radio"]:checked+label.tab-btn-1 {
      color: #f7af28;
    }



/*Оплата по номеру картой модуль касса*/
.active-none {
    width: 100% !important;
    padding: 10px 30px;
    opacity: 1 !important;
	box-sizing: border-box;
}
#card-pay-num {background: url("../img/content_background.png") #002F77; position: absolute;bottom: 5px;left: 5px;right: 5px;top: 5px;width:0;overflow: hidden; transition: 1s; opacity:0;z-index: 13;}
.card-pay-namber .cp-0,.card-pay-namber .cp-1,.card-pay-namber .cp-2,.card-pay-namber .cp-3 {float:left; width:100%;}
.card-pay-namber .cp-0 {font-size:14px;padding-bottom:10px;color:#fff;}
.card-pay-namber .cp-1 {margin-bottom:10px;}
.card-pay-namber .cp-1 button {color:#4b8bd4; font-size:12px;padding: 10px 0; border-radius:6px; border:1px solid #4b8bd4;transition:.3s;text-align:center;display:block; text-decoration:none; max-width:160px;float: left; width: 100%;padding: 10px 5px;background:none; margin-right: 20px; cursor:pointer;}
.card-pay-namber .cp-1 button:hover {background-color:#4b8bd4; color:#fff;}
.card-pay-namber .cp-1 p {clear:both;padding-top:5px;color:rgba(255,255,255,.35);}
.card-pay-namber .cp-1 {color:#001e03;font-size:11px;}
.card-pay-namber #nambercart {max-width:250px; width:100%; float:left;text-align:center; margin-right:10px;background-color: #bad8fa;border: 1px solid #001e03;height: 36px;border-radius: 6px;color: #2c2a2a; font-size:14px; padding-top:10px; box-sizing:border-box;}
.card-pay-namber .cp-2 {font-size:12px; color:#c9c9c9;margin-bottom:10px;}
.card-pay-namber .cp-2 ul {display:block!important;margin:0!important;padding:0!important;}
.card-pay-namber .cp-2 li {position: relative !important;width: 100% !important; margin-bottom:10px; padding-left:15px;}
.card-pay-namber .cp-2 li:before {content:""; background-color:#2379e2; border-radius:10px; margin-right:10px;width:5px;height:5px;display:inline-block;position:absolute; left:0; top:5px;}
.card-pay-namber .cp-3-1 {color:#fff; padding:13px 0; text-align:center;transition:.3s; float:left;background: url("../img/button_kassa_2.jpg") #ad0408 no-repeat center / cover;display:block; max-width:265px; width:100%; text-decoration:none;margin-right:10px;font-size:14px;}
.card-pay-namber .cp-3-2 {color:#fff; padding:13px 0; text-align:center;transition:.3s; border-radius:1px; float:left; background: #0055be; display:block; max-width:230px; width:100%; text-decoration:none; font-size:14px;}
.card-pay-namber .cp-3-1:hover,.card-pay-namber .cp-3-2:hover {transform: perspective(100px) scale(1.05);}
.card-pay-namber .magnet-2 { text-align: center; line-height: 2em;}
.card-pay-namber .timer { color: white; font-size: 24px; margin: 2px;}
#card-pay-num .card-pay-1 {color:#fff; padding-bottom:10px; cursor:pointer;float: left;}

#cardrubpay-pay-num {background: url("../img/content_background.png") #002F77; position: absolute;bottom: 5px;left: 5px;right: 5px;top: 5px;width:0;overflow: hidden; transition: 1s; opacity:0;z-index: 13;}
#cardrubpay-pay-num .card-pay-namber .cp-0,.card-pay-namber .cp-1,.card-pay-namber .cp-2,.card-pay-namber .cp-3 {float:left; width:100%;}
#cardrubpay-pay-num .card-pay-namber .cp-0 {font-size:14px;padding-bottom:10px;color:#fff;}
#cardrubpay-pay-num .card-pay-namber .cp-1 {margin-bottom:10px;}
#cardrubpay-pay-num .card-pay-namber .cp-1 button {color:#4b8bd4; font-size:12px;padding: 10px 0; border-radius:6px; border:1px solid #4b8bd4;transition:.3s;text-align:center;display:block; text-decoration:none; max-width:160px;float: left; width: 100%;padding: 10px 5px;background:none; margin-right: 20px; cursor:pointer;}
#cardrubpay-pay-num .card-pay-namber .cp-1 button:hover {background-color:#4b8bd4; color:#fff;}
#cardrubpay-pay-num .card-pay-namber .cp-1 p {clear:both;padding-top:5px;color:rgba(255,255,255,.35);}
#cardrubpay-pay-num .card-pay-namber .cp-1 {color:#001e03;font-size:11px;}
#cardrubpay-pay-num .card-pay-namber .nambercart {max-width:250px; width:100%; float:left;text-align:center; margin-right:10px;background-color: #bad8fa;border: 1px solid #001e03;height: 36px;border-radius: 6px;color: #2c2a2a; font-size:14px; padding-top:10px; box-sizing:border-box;}
#cardrubpay-pay-num .card-pay-namber .cp-2 {font-size:12px; color:#c9c9c9;margin-bottom:10px;}
#cardrubpay-pay-num .card-pay-namber .cp-2 ul {display:block!important;margin:0!important;padding:0!important;}
#cardrubpay-pay-num .card-pay-namber .cp-2 li {position: relative !important;width: 100% !important; margin-bottom:10px; padding-left:15px;}
#cardrubpay-pay-num .card-pay-namber .cp-2 li:before {content:""; background-color:#2379e2; border-radius:10px; margin-right:10px;width:5px;height:5px;display:inline-block;position:absolute; left:0; top:5px;}
#cardrubpay-pay-num .card-pay-namber .cp-3-1 {color:#fff; padding:13px 0; text-align:center;transition:.3s; float:left;background: url("../img/button_kassa_2.jpg") #ad0408 no-repeat center / cover;display:block; max-width:265px; width:100%; text-decoration:none;margin-right:10px;font-size:14px;}
#cardrubpay-pay-num .card-pay-namber .cp-3-2 {color:#fff; padding:13px 0; text-align:center;transition:.3s; border-radius:1px; float:left; background: #0055be; display:block; max-width:230px; width:100%; text-decoration:none; font-size:14px;}
#cardrubpay-pay-num .card-pay-namber .cp-3-1:hover,.card-pay-namber .cp-3-2:hover {transform: perspective(100px) scale(1.05);}
#cardrubpay-pay-num .card-pay-namber .magnet-2 { text-align: center; line-height: 2em;}
#cardrubpay-pay-num .card-pay-namber .timer { color: white; font-size: 24px; margin: 2px;}
#cardrubpay-pay-num .card-pay-1 {color:#fff; padding-bottom:10px; cursor:pointer;float: left;}


/*Оплата через Qiwi по номеру телефону касса*/
#qiwi-pay-num {background: url("../img/content_background.png") #002F77; position: absolute;bottom: 5px;left: 5px;right: 5px;top: 5px;width:0;overflow: hidden; transition: 1s; opacity:0;z-index: 1;}
#qiwi-pay-num .card-pay-1 {color:#fff; padding-bottom:10px; cursor:pointer;}
#qiwi-pay-num  .intl-tel-input {float: left;margin-right: 10px;}
#qiwi-pay-num  .conf_phone2 {background-color:#0d1623; border-radius:5px; border:0; padding-top:12px;padding-bottom:12px; color:#fff !important;}
.card-pay-namber .cp-1 .cp-3-1 {max-width:200px;}
.card-pay-1 .card-pay-status {
    float: left;
    margin-bottom: 10px;
    font-size: 12px;
}
.card-pay-1 .card-pay-status span {color: #fec706;}
#magnet-amount {color: #fec706;}
.card-pay-1 .back-button-2 {float:left;margin-right: 70px;cursor: pointer;text-transform: uppercase;}



  .overlay {
      position: fixed;
      inset: 0;
      
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10000;
      animation: fadeIn 0.3s ease;
    }
	.overlay-1 {filter: blur(5px);background: rgba(0, 0, 0, 0.65);position: fixed;inset: 0;backdrop-filter: blur(5px);}

    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }

    /* Popup */
    .popup {
      position: relative;
      background: linear-gradient(160deg, #1a3a6e 0%, #0f2550 40%, #0a1c3e 100%);
      border-radius: 16px;
      padding: 40px 48px 36px;
      max-width: 560px;
      width: 90%;
      text-align: center;
      box-shadow:
        0 0 0 1px rgba(255,255,255,0.08),
        0 30px 80px rgba(0,0,0,0.6),
        0 0 60px rgba(20, 80, 180, 0.3);
      animation: slideUp 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    }

    @keyframes slideUp {
      from { opacity: 0; transform: translateY(30px) scale(0.97); }
      to   { opacity: 1; transform: translateY(0) scale(1); }
    }

    /* Close button */
    .close-btn {
      position: absolute;
      top: 12px;
      right: 12px;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #e8333a;
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      transition: background 0.2s, transform 0.15s;
      line-height: 1;
    }
    .close-btn:hover { background: #c0272d; transform: scale(1.1); }

    /* Badge */
    .badge-wrap {
      margin-bottom: 20px;
    }

    .badge {
      display: inline-block;
      position: relative;
      background: linear-gradient(135deg, #f5a623 0%, #e8861a 100%);
      color: #fff;
      font-family: 'Russo One', sans-serif;
      font-size: 22px;
      line-height: 1.1;
      padding: 14px 28px 14px 20px;
      border-radius: 6px;
      clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
      letter-spacing: 0.5px;
      text-transform: uppercase;
      box-shadow: 0 6px 20px rgba(230, 120, 0, 0.45);
    }

    .badge::before {
      content: '';
      position: absolute;
      left: -8px;
      top: 0;
      bottom: 0;
      width: 14px;
      background: linear-gradient(135deg, #e07e10, #c96a08);
      clip-path: polygon(0 50%, 100% 0, 100% 100%);
    }

    /* Megaphone emoji above badge */
    .badge-icon {
      font-size: 32px;
      display: block;
      margin-bottom: 6px;
      filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4));
    }

    /* Title */
    .popup-title {
      font-family: 'Russo One', sans-serif;
      font-size: 30px;
      color: #ffffff;
      margin-bottom: 16px;
      text-shadow: 0 2px 8px rgba(0,0,0,0.4);
    }

    /* Divider with lemon emoji */
    .divider {
      display: flex;
      align-items: center;
      gap: 12px;
      margin: 0 auto 16px;
      max-width: 360px;
    }
    .divider::before,
    .divider::after {
      content: '';
      flex: 1;
      height: 1px;
      background: linear-gradient(to right, transparent, rgba(255,255,255,0.25));
    }
    .divider::after {
      background: linear-gradient(to left, transparent, rgba(255,255,255,0.25));
    }
    .divider-icon { font-size: 28px; }

    /* Body text */
    .popup-body {
      color: rgba(255, 255, 255, 0.82);
      font-size: 14.5px;
      line-height: 1.65;
      margin-bottom: 14px;
    }

    .popup-body a {
      color: #f5a623;
      font-weight: 700;
      text-decoration: none;
    }
    .popup-body a:hover { text-decoration: underline; }

    /* Promo block */
    .promo-block {
      color: #ffffff;
      font-size: 14.5px;
      font-weight: 700;
      line-height: 1.6;
      margin-bottom: 24px;
    }

    .promo-code {
      color: #f5a623;
    }

    /* CTA Button */
    .cta-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      background: linear-gradient(135deg, #e8333a 0%, #c0181e 100%);
      color: #fff;
      font-family: 'Russo One', sans-serif;
      font-size: 18px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 16px 52px;
      border-radius: 8px;
      border: none;
      cursor: pointer;
      width: 100%;
      max-width: 240px;
      position: relative;
      overflow: hidden;
      box-shadow:
        0 8px 24px rgba(200, 30, 40, 0.5),
        inset 0 1px 0 rgba(255,255,255,0.15);
      transition: transform 0.15s, box-shadow 0.15s;
      text-decoration: none;
    }

    .cta-btn::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, transparent 60%);
    }

    .cta-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 12px 32px rgba(200, 30, 40, 0.65), inset 0 1px 0 rgba(255,255,255,0.15);
    }
    .cta-btn:active { transform: translateY(0); }

    .arrow {
      font-size: 18px;
      opacity: 0.85;
    }

    /* Copy button */
    .copy-btn {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      background: rgba(255,255,255,0.12);
      color: #fff;
      font-family: 'Open Sans', sans-serif;
      font-size: 12px;
      font-weight: 600;
      padding: 4px 10px;
      border-radius: 5px;
      border: 1px solid rgba(255,255,255,0.2);
      cursor: pointer;
      vertical-align: middle;
      margin-left: 4px;
      transition: background 0.2s, border-color 0.2s;
      white-space: nowrap;
    }
    .copy-btn:hover { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.35); }
    .copy-btn.copied { background: rgba(80,200,100,0.25); border-color: rgba(80,200,100,0.5); color: #7ef0a0; }
    .copy-btn svg { width: 13px; height: 13px; flex-shrink: 0; }

    /* Footer text */
    .popup-footer {
      margin-top: 20px;
      color: rgba(255,255,255,0.5);
      font-size: 13px;
      line-height: 1.6;
    }

    /* ── Адаптив ── */
    @media (max-width: 480px) {
      .popup {
        padding: 32px 20px 28px;
        border-radius: 12px;
      }
      .badge { font-size: 16px; padding: 10px 22px 10px 14px; }
      .badge-icon { font-size: 26px; }
      .popup-title { font-size: 22px; margin-bottom: 12px; }
      .popup-body { font-size: 13px; }
      .promo-block { font-size: 13px; }
      .copy-btn { font-size: 11px; padding: 4px 8px; }
      .cta-btn { font-size: 15px; padding: 14px 20px; letter-spacing: 1px; }
      .divider-icon { font-size: 22px; }
      .popup-footer { font-size: 12px; }
    }

    @media (max-width: 360px) {
      .popup { padding: 28px 14px 24px; }
      .popup-title { font-size: 19px; }
      .badge { font-size: 14px; }
      .cta-btn { font-size: 13px; gap: 6px; }
    }

    /* Star decorations */
    .stars {
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      border-radius: 16px;
      overflow: hidden;
      pointer-events: none;
    }
    .star {
      position: absolute;
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background: rgba(255,255,255,0.6);
      animation: twinkle 3s infinite;
    }
    @keyframes twinkle {
      0%, 100% { opacity: 0.2; } 50% { opacity: 0.8; }
    }



/**************Mobile*****/

@media screen and (max-width: 1220px) {
	.top-menu-login .reg::before {content:"Регистрация"; padding: 5px 10px; color:#fff; background-color:#0BB12D; border-radius:3px; margin-right:5px;}
	.top-menu-login .reg img, .top-menu-login .reg:hover img {display:none !important;}
	.top-menu-login-span {margin: 0 10px;}
	.top-menu-login {width: auto;}
	.top-menu-lang {width: 140px; padding-left: 10px;padding-top: 22px;}
	.top-menu-social {width: auto;}
	.social-title {margin: 0 10px 0 10px;}
	.top-help {margin-left: 5px; padding-left: 10px; padding-right:10px;}
	.top-help a {margin-left: 0px !important;}
	.content-menu-vzakladki-container, .slesh-line,.current-win {display:none;}
	.content-menu-link a {font-size: 12px;}
	
	.top-menu-profile {padding: 21px 0 0 5px;width: auto;}
	.profile-exit img {margin: 3px 0 0 0px;}
	.profile-exit {width: 29px;}
	.profile {width: auto;padding-right: 10px;}
	.balance-img {padding-left: 5px;width: 30px;}
	.top-menu-balance,.top-menu-status,.top-menu-kassa {width: auto;}
	.top-menu-block-sub,.profile-user-name {white-space: nowrap;}
	.balance {width: auto; padding: 0 5px;}
	.top-menu-status div {padding: 21px 10px 0 10px;}
	.button-kassa {margin: 21px 10px 0 10px;}
	
	.level-way,.level-way-to {display: none;}
	.level {height: auto;}
	.level-prev-left {padding-left: 0px;}
	.level-right {padding-left: 0px;}
	.level-prev {float:none}
	.level-3,.level-5,.level-7  {margin-top: 30px !important;}
	.levels-container {width: 660px; margin: 0 auto;}
	.level-7 .clearfix {margin-bottom:0 !important;}
	.block-tourney-container .news-content,.block-tourney-past .btc-container,.block-tourney-container .data-counter  {height:180px;}
	.block-tourney-container.about .dc-table-row-date {font-size: 50px !important;}
	.block-tourney-content {width: 600px;}
	.block-tourney .data-counter,.block-tourney-container.about .block-tourney .data-counter {width: 50%;background: none;}
	.block-tourney-container.about .data-counter-lable {font-size: 16px; padding: 30px 40px;}
	.data-counter-lable {padding: 10px 26px;}
	.block-tourney-container .action-more {margin: 15px 32px;}
	.block-tourney .news-content {width: 50%;}
	.about-games,.button-scroll-to-games {display:none;}
	
	.week-top-place-1 {width: 230px; margin: 0 50px;}
	.week-top-place-1 .week-top-place-img { right: -50px;width: 110px;}
	.week-top-place-2,.week-top-place-3 {width: 168px;}
	.week-top-place-2 .week-top-place-img,.week-top-place-3 .week-top-place-img {right: -30px;width: 70px;}
	.week-top-place-about-game {font-size: 10px;}
	
	.about-results {background: url("../img/about_results_background.png") no-repeat top center / 800px auto;}
	.about-results-winners-plays-1 {left: 360px;}
	.about-results-winners-plays-2 {left: 170px;top: 40px;}
	.about-results-winners-plays-3 { left: 500px;top: 60px;}
	.about-results-winners-plays-0 {width: 800px;margin: 0 auto;position: relative;}
	.about-results-winners {height: 300px;}
	.about-results-table {font-size: 12px;}

	.nci-lable-value {font-size: 30px!important;padding-right: 5px;}
	
	.mobile-table {width: 780px;margin: 0 auto;float: none !important;}
	.paypage div.row > div:first-of-type {padding-left: 5px;width: 140px;}
	.paypage div.row > div {padding-left: 10px;width: 130px;line-height: 1.2;}
	.paypage div.head.row  > div:nth-of-type(2) {line-height: 1.4;}
	.paypage div.row > div:nth-of-type(2) {width: 100px;}
	.paypage div.row > div:last-of-type { padding-right: 5px;width: 169px;}
	.paypage div.row > div > div { margin-right: 0px;}
	.paypage div.row span {line-height: 30px;}
	
	.million-club { background: url("../img/million_club_background.png") no-repeat top center / 780px auto;}
	.million-club-title { font-size: 20px;top: 49px;}
	.million-club-main-jackpot {top: 105px;font-size: 50px;width: 520px;left: 50%;margin-left: -260px;padding:0;}
	.million-club-main-jackpot-num {width: 36px;}
	.million-club-main-jackpot-cur {width: 36px;}
	.million-club-main-jackpot-cur img {height: auto; width: 100%;}
    .million-club-title-2 {top: 200px;left: 0;width: 100%;text-align: center;}
	.million-club {height: 390px;}
	
	.level-table table {margin: 0px;}
	.level-about .level-table {padding:10px 0;}
	.level-about-desc-list {margin-left: 20px;}
	#level-active .level-cyrcle-shadow,#level-active .level-line {display: none;}
	.level-about .level-prev {height: auto;padding: 0px 0 15px 0;}
	.level-about {padding: 15px;margin-bottom: 65px;}
	
		
		.games_main {
    display: flex;
    flex-flow: row wrap;
	justify-content: space-around;
}
}

@media screen and (max-width: 1024px) {
	.p-app-label {height: 480px; background: url("../img/p_app.png") no-repeat center / 1000px auto;}
	.p-app-label-step-container {margin-top: 215px;padding: 0 20px;}
	
	
	.reg-bns-dr,.jackpot {display: none;}
	.modal-reg {margin-left: 0px;}
	.owl-carousel.owl-loaded {float: none; margin:0 auto;}
	.owl-stage {margin: 0 auto; float: none !important;}
	.owl-carousel .owl-stage-outer {float:none;}
	
	.modal-kassa .balance {padding: 40px 15px 0 10px;}
	.about-user-container {width: 390px;}
	.about-user-icon { padding: 0 15px 0 10px;}
	.about-user-right {padding-right: 10px;}
	.modal-kassa .progressbar {width: 100%;}
	.paypage div.row > div > div {margin-right: 0px;}
	.wrapper {padding: 0 0px;}
	.area-menu-link-img {display:none;}
	.area-menu-link {font-size: 12px;}
	.area-menu-link {min-height: 25px;}

}

@media screen and (min-width: 980px) {
}
 
@media screen and (max-width: 980px) {
	.form-search {right: 50%;margin-right: -205px;}
	.content.article.home {padding: 70px 0px 0 0px !important;}
	.modal-kassa-menu-link {font-size: 16px;}
	.antiblock {float: none;}
	.contact > div {display: flex; flex-wrap: wrap; justify-content: space-around;}
	.content.article, .content.article .index {padding: 15px 10px 0 10px !important;display: flex; flex-wrap: wrap; justify-content: space-around;}
	.article {padding: 15px 10px 0 10px !important;}
	.content-menu-link-active {color: #ffffff; padding-top: 0;}
	.content-menu-link-container {display: flex; flex-wrap: wrap; width: 100%; justify-content: space-around;}
	.content-menu-link {text-align: center;}
	.content-menu-link a { width: 100%;box-sizing: border-box;}
	
	.content-right {width: 100%; margin-right: 0px;}
	.dedicated-game {margin: 15px 0 15px 0px;}
	.all-games-container {text-align: center;}
	.game {margin: 10px 5px;}
	
	.top-menu-balance .balance-img,.top-menu-lang,.cass-bns-100 {display:none;}
	.top-menu-lang {width: 80px;}
	
	.block-tourney-past.bbб, .block-tourney.bb {padding-right: 0px;}
	.block-tourney-playses-container {float: left; clear: both; width: 100%;}
	.block-tourney-playses {width: 33.33333%;float: left;}
	.block-tourney-content {padding: 0 0 15px;}
	.block-tourney-content { width: 100%;}
	.block-tourney-container .news-content, .block-tourney-past .btc-container, .block-tourney-container .data-counter {height: auto;}
	.block-tourney-container .data-counter {position: initial;}
	.block-tourney-past .btc-container {position: relative;}
	.block-tourney-container .nci-label {max-width:100%;}

	.content.article.home .content-right {order: 1;}


}
@media screen and (max-width: 800px) {
	.top-menu .social-title,.top-menu .social-nw{display:none !important;}
	.slider-logo {
		width: 80px !important;
		top: 10px;
		left: 50%;
		margin-left: -40px;
		height: auto !important;
	}
	.slider-logo p.f-l {left: 28px !important;top: 50px;height: 10px;}
	.slider-logo p.s-l {left: 40px !important;top: 50px;height: 10px;}
	.slider-logo p.t-l {left: 52px !important;top: 50px;height: 10px;}
	.slider-logo p.g-l {left: 63px !important;top: 50px;height: 10px;}
	.slider-logo p.q-l {left: 73px !important;top: 50px;height: 10px;}
	.slider-logo p strong {width: 16px !important;height: 10px !important;left: 0 !important;font-size: 10px;}
	.slider-logo > p {height: 10px;}

	.slider-slide-img {opacity: 0.2;}	
	.slider-reg {right: 50% !important; margin: 0 auto; margin-right: -143px;}
	.slider-slide-text-2,.slider-slide-text-1 {text-align:center !important; width: 100%!important;left:0;}
	.slider-reg.btn-reg {right: 50% !important; margin-right:0px;}
	.slider-slide-2-text-1_1 {float: none;}
	.slider-pager {bottom: 10px; left: 50%;margin-left: -10px;}
	.slider-slide-1-text-1_2,.slider-slide-1-text-1_1 {font-size: 22px;}
	.slider-slide-2-text-1_1 {font-size:30px;}
	.dfr-2 {font-size: 18px;}
	
	.p-app-label-title-2 {font-size: 20px;}
	.p-app-label-title-1 {font-size: 38px;}
	.million-club-title-3 {margin: 30px 10px 0;}
	.million-club-text {margin: 0px 10px;}
	.p-app-label {height: 390px; background: url("../img/p_app.png") no-repeat center / 800px auto;}
	.p-app-label-step-container {margin-top: 170px;}
	.p-app-label-step {font-size: 13px;}

	.selector {float: none;margin: 20px auto 0 auto;}
	.week-top-place-1 {width: 130px; margin: 0 10px;}
	.week-top-place-about-text {line-height: 1;}
	.week-top-place-about-sum,.week-top-place-about-user,.week-top-place-about-game {font-size:11px;}
	.week-top-place-1 .week-top-place-img {right: 40px; width: 60px; top: -60px;}
	.week-top-place-2, .week-top-place-3 {width: 120px;}
	.week-top-place-2 .week-top-place-img, .week-top-place-3 .week-top-place-img {right: 35px;width: 50px;top: -50px;}
	.week-top {padding: 100px 0 30px 0;}
	.week-top-place-about-text {padding: 5px;}

	.about-results-winners-plays-0 {width: 270px;}
	.about-results { background: url("../img/about_results_background.png") no-repeat top center / 450px auto;}
	.about-results-winners {height: 200px;}
	.about-results-winners-plays-2 {left: 0px;top: 15px;font-size: 11px;}
	.about-results-winners-plays-name, .about-results-winners-plays-result, .about-results-winners-plays-value {font-size: 10px;line-height: 15px;}
	.about-results-winners-plays-3 {left: 190px;top: 30px;font-size: 11px;}
	.about-results-winners-plays-1 {left: 100px;top: 0;font-size: 11px;}
	
	.mobile-table {width: 300px;}
	.paypage div.row.head {font-size: 10px;}
	.paypage div.row > div:first-of-type {width: 50px;}
	.paypage div.row div img {width: 100%;} 
	.paypage div.row {font-size: 10px;}
	.paypage div.row > div:nth-of-type(2) {width: 60px;}
	.paypage div.row > div:nth-of-type(3) {width: 50px;}
	.paypage div.row > div {padding-left: 5px; width: 50px;}
	.paypage div.row > div:last-of-type {width: 50px;}
	.paypage div.row a {font-size: 4px;width: 50px;}
	
	.data-container {padding: 10px;}
	.top-help span { margin-left: 0px !important;}
	.paypage p {padding: 0 15px;}
	
	.top-help {margin-left: -2px;}

}
@media screen and (max-width: 768px) {
	
	/**************page_registration*****/
	#page_registration {height:auto;}
	.r-container {display:block; padding-top:150px;box-sizing: border-box;}
	.r-reg {float: none; margin-left: 0px; margin: 0 auto;height: auto;}
	.r-bonus {width: 100%; margin-top:30px;padding-bottom: 30px;}
	.r-bonus a {display:none;}
	.r-bonus .owl-carousel.owl-drag .owl-item {clear: none !important;}
	.r-bonus-1 {margin: 30px 10px 0 10px;}
	.r-bonus-2 {margin: 30px 10px 0 10px;}
	.r-bonus .bx-viewport {padding-bottom:30px;}
	.r-bonus .owl-carousel .owl-stage-outer {width: 100%;}

	.br {clear:both;display: block !important;}
	.kassa-pay span > span {line-height: 10px; display: inline-block; vertical-align: middle;}
	.summ-title{width: 65px;}
	
	.slider-menu ul{width:100%;display:none; background-color:#132543;height: auto;line-height: 1;line-height: 1.7; padding: 10px 0;}
	.slider-menu li:hover > ul > li{height:auto}
	.slider-menu ul li a{width:100%;border-bottom:0}
	.slider-menu {width: auto; left: -10px; right: -10px;position: fixed; top: 70px; z-index: 10000;}
	.slider-4-0 {display:block; text-align:center; font-size:14px;text-transform: uppercase;top: 50px;}
	.slider-4-3,.slider-4-5 {display:none !important;}
	.slider-4-2 {color:#fff; font-size:16px;}


	.slider-menu > ul > li.has-sub > a:after,.slider-menu > ul > li.has-sub > a:before{display:none}
	.button{width:55px;height:46px;position:absolute;right: -7px;top: 12px;cursor:pointer;position: fixed;}
	.button:after{position:absolute;top:22px;right:20px;display:block;height:4px;width:20px;border-top:2px solid #dddddd;border-bottom:2px solid #dddddd;content:''}
	.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#ddd;content:''}
	.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
	.button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
	.slider-menu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #444;height:46px;width:46px;cursor:pointer}
	.slider-menu .submenu-button.submenu-opened{background:#262626}
	.slider-menu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}
	.slider-menu .submenu-button.submenu-opened:after{background:#fff}
	.slider-menu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
	.slider-menu .submenu-button.submenu-opened:before{display:none}
	.slider-menu > ul > li.has-sub > ul > li.active > a{border-top:none}

	
	.top-menu-status,.top-menu-lang,.balance.none {display:none;}
	.top-menu-profile {font-size: 10px;border: none;padding: 21px 0 0 5px;position: relative;}
	.top-menu-balance {font-size: 10px;}
	.button-kassa {margin: 25px 0px 0 0px;text-align: center;}
	.top-menu-kassa .open-kassa {width: 90px;}
	.top-menu-kassa .open-kassa img {width:80px;}
	
	.bottom-menu-link {float: none; margin:0 10px; text-align: center; display:inline;}
	.bottom-menu-list {text-align:center; width: 100%;line-height: 50px;}
	.bottom-menu-share {float: none; text-align: center; padding: 10px 0;line-height: 50px;}
	.bottom-menu .social-nw {margin: 0 0 0 5px; vertical-align: middle;}


	.panell > div {width:50%;}
	.panell {display: flex; flex-wrap: wrap;}

	.modal {width:320px;box-sizing: border-box;padding: 10px;height: 500px;top: 50%;margin-top: -250px !important;overflow: auto;}
	.modal-title {font-size: 16px;padding: 14px 0;}
	.modal-enter {left: 20px;top: 17px;}
	.modal .top-menu-social {height:auto;padding-top: 10px;}
	.modal-form-table {margin-left: 0px;}
	.modal-form-table input {height: 30px;width: auto;box-sizing: border-box;line-height: normal;}
	.modal-form-title {font-size: 10px;} 
	.modal-content {margin: 10px 0;}
	.modal-agreement {padding: 10px 0;}
	.modal-agreement input[type="checkbox"] + label {vertical-align:middle;}
	.modal-agreement-title {font-size:12px;}
	.modal-in-button {max-width:100%;}
	.modal-form .social-title { float: none; margin:0 !important;width: 100%!important;}
	.modal-form .social-nw {float: none;margin: 5px 0;display: inline-block;}
	
	.modal.modal-message.active {left:auto !important;}
	
	.about-user-container { width: 90%;font-size: 9px; border:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;padding: 0px;position:absolute;top: 0;}
	.modal-kassa .progressbar {width: 100%;}
	.about-user-right {padding-right: 0px;}
	.about-user-right span:first-child, .about-user-username {font-size: 12px;}
	.about-user-icon { padding: 0 5px 0 0px;}
	.about-user-icon-img {width: 24px !important;margin-top: 5px;}
	.modal-kassa-head {line-height: 16px;width: auto;position: relative;padding-top: 60px;}
	
	.cashback-container {padding-bottom: 0px;font-size: 12px;border: none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}
	.modal-kassa .balance-img {height: auto; padding: 7px 5px 0 0 !important;width: 20px;}
	.modal-kassa .balance-img img {width:16px;}
	.modal-kassa .balance {padding-top: 0px;height: auto;min-width: 107px;font-size: 11px;padding: 0px;}
	.modal-kassa-cashback {margin-top: 0px; float: right; margin-bottom: 10px;}
	
	.profile-userdata-inf,.profile-userdata-pass {width: 100%; padding: 0px;}
	.profile-title {font-size: 15px;line-height: 30px;}
	.profile-userdata button img{width:100%;}
	.profile-userdata form {padding: 10px;}
	.profile-userdata button {margin-top: 10px 0;}
	.profile-userdata-table input {height: 20px;width: auto;line-height: 20px;}
	.profile-table {padding: 10px 0;}
	
	.kassa-menu {font-size: 9px; margin: 10px 0px;line-height: 15px;}
	.kassa-menu div {height: 30px;display: flex;align-items: center;justify-content: center;}
	.kassa-content {padding: 0 0px;}
	.revert-payments-item {font-size: 12px;}
	.revert-payments-item .revert-payment {line-height: 17px; border-radius: 0px;}
	.kassa-payment-title {height: 40px;padding: 8px 0;}
	.kassa-pay {font-size: 10px;}
	.kassa-pay input[type="text"], .kassa-pay option, .kassa-pay select {height: 34px;width: 60px;-webkit-appearance: none;line-height: 24px;}  
	.kassa-pay button {height: 26px; width: 90px; z-index: 0; position: relative; margin-top: 6px;font-size: 11px !important;}
	#kassa-payment-active .kassa-pay div > label:last-child {float:left;}
	#kassa-payment-active {height: 170px;}
	.profile-userdata-table {font-size: 12px; padding: 8px 0;}
	  .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {height: 34px;-webkit-appearance: none;}
	.intl-tel-input .country-list .country {padding: 0px 10px;}
	.modal-kassa-menu {line-height: 15px; padding: 5px 0;display: flex;
    justify-content: center;clear: both;}
	.spoiler_body {height: 9px;}
	.modal-kassa-menu-link {font-size: 10px;display: flex;justify-content: center;align-items: center;}
	.top-menu-block-sub {border:none;}
	.content-menu-link-a::after {bottom: -23px;}
	.content-menu-link-a::before {top: -15px;}
	.kassa-payment {height:50px;display: block;}
	.kassa-payment-title img {height: 24px;}
	
	.history-content {padding: 5px 0px 10px 0px;display: block;}
	.history-table-container {padding: 0px;font-size: 9px;}
	.history-table-container table .history-table-title td { padding: 10px 0 10px 10px;}
	.history-table-container td {padding: 5px;}
	.revert-payment {line-height: 11px;padding: 0 5px; text-align: center;border-radius: 0px;}
	.history-content-head {margin: 5px;font-size: 12px;}
	
	.levels-container {width: 270px; padding: 60px 0 0 0;}
	.level-prev-left .level-icon {margin-right: 0px;width: 120px;float: right;}
	.level-name { font-size: 20px;font-weight: bold;}
	.level-icon img {width: 100%;}
	.level-prev .level-icon {margin: -42px 0 0 0px; width: 90px;}
	.level-2,.level-3,.level-4,.level-5,.level-6,.level-7,.level-8 {margin-top: 70px !important;}
	.level-right .level-icon {float: left;}
	.news-content-icon-img {height: 195px;}
	.content-right .news-content-icon-img {height: auto;}
	
	.playwins {font-size: 10px;}
	.million-club-container .level-table .results-table-title img {display: none;}
	.results-table-login-level-container {width: 20px;padding: 12px 2px 0 2px;}
	.results-table-login-level {width: 100%;}
	.results-table-game-icon {margin: 0 5px 0 0;max-width: 72px;width: 100% !important;}
	.level-table {padding: 0 0px;}
	.million-club-container .level-table table td {padding: 2px !important;line-height: 1.2;}
	
	.modal-event-jackpot .modal-event-back {width: 300px;}
	.modal-event-logo {margin-left: 35px;}
	.modal-event-block {width: 300px;}
	.modal-event-block-content {left: 0px;width: 300px;}
	.modal-event-jackpot .modal-event-thanks-title {font-size: 16px; width: 100%;text-align: center; display: block;}
	.modal-event-jackpot .modal-event-thanks-block-content {padding-top: 70px;}
	.modal-event-jackpot-games {padding-top: 0px;margin-top: -40px;}
	img.close {right: 10px;top: 10px;}
	
	.level-table .results-table-title {line-height: 1.2; font-size: 12px;}
	.forget-password {margin-left: 65px;}

	.game_gonzoquest {order: -4;}
	.game_bookofra1 {order: -3;}
	.game.game_bookofra {order: -2;}
	.game_deadoralive2 {order: -1;}

	.slider1 {height: 320px;background: url(/tpl/site/stazeworks/ru-ru/img/slider_banner-1-fon.png);}
	.slider1 .slider-slide-2-text-1_1,.slider1 .slider-slide-2-text-1_3,.slider1 .slider-slide-2-text-1_2 {display:none !important;}
	.slider1 .slider-slide-text-1 {bottom:105px !important;}
	.mobila {display:block;}
	.slider1 > .slider-slide-img {display:none !important;}
	.slider-logo {top: 15px;position: absolute !important;}
	.slider0 .slider-slide-2-text-1_1 {position: relative !important;top: 80px !important;}
	.slider-slide-img-1 {
		bottom: 0;
		position: absolute;
		left: auto;
		right: -70px;
		transform: scale(-1, 1);opacity: 0.7;
	}
	
	
		
	#card-pay-num,#qiwi-pay-num {overflow-y: auto;padding: 10px; margin-left:-5px;height: 500px;}
	.card-pay-namber #nambercart {max-width: 100%; margin-bottom:0;margin-right: 0;}
	.card-pay-namber .cp-1 button {max-width: 100%;order: 2;margin-right: 0;}
	.card-pay-namber .cp-1 p {order: 1;margin-bottom:5px;}
	.card-pay-namber .cp-3-1,.card-pay-namber .cp-3-2 {max-width:140px;font-size: 12px;}
	.card-pay-namber .cp-3 {margin-bottom:10px;}
	.card-pay-namber .cp-1 {display: flex;flex-flow: wrap;}
	.card-pay-namber .timer { color:#000;font-size: 20px;margin: 7px 0 0 0;position: absolute;right: 20px;opacity: .5;}
	
	#qiwi-pay-num  .conf_phone2 {width:100%;}
	#qiwi-pay-num .intl-tel-input {margin-right: 0; width:100%;}
	#qiwi-pay-num  .card-pay-namber .cp-1 .cp-3-1 {max-width: 100%; order:2;}
	.active-none {margin-top: -205px;}

}
@media screen and (max-width: 600px) {
	.p-contact-form-left {width: 100%;margin-right: 0;}
	.p-contact-form-right {width: 100%;float: left;}
	.faq-accordion-text { padding: 15px 15px 60px;}
	.p-contact-form-send img {width: 100%;max-width: 236px;}
	.p-contact-text-left {width: 100%; padding-right: 0%;}
	.p-contact-text-right {width: 100%;}
	
	.p-app-label {height: 290px; background: url("../img/p_app.png") no-repeat center / 600px auto;}
	.p-app-label-title-1 {padding-top: 30px;font-size: 22px;}
	.p-app-label-title-2 {font-size: 12px;margin-top: 10px;}
	
	.block-tourney-container .news-content, .block-tourney-past .btc-container, .block-tourney-container .data-counter, {height: auto;}
	.block-tourney-container .news-content, .block-tourney-container .data-counter{width: 100%;}
	.block-tourney-container.about .block-tourney .data-counter {width: 100%;padding-bottom: 20px;}
	.nci-lable-value,.about .nci-lable-value {font-size: 36px;}
	.nci-label {position: relative;}
	.block-tourney-playses-img {max-width: 117px; width: 100%;}
	.news-content-icon-img {height: auto;}
	.million-club-main-jackpot {font-size: 20px;margin-left: -135px;width: 270px;}
	.million-club-main-jackpot-num {width: 16px;border-width: 1px;}
	.million-club-main-jackpot-cur {width: 16px;padding: 0 7px;border-width: 1px;}
	.million-club-title-2 {top: 160px;}

}
@media screen and (max-width: 480px) {
	.form-search {right: 0;margin-right: 0px;}
	.rn-table img {width: 80px;}
	.action-title-img {width: 60px;}
	.action-icon {padding: 20px 5px;}
	
	.panell > div {padding: 140px 5px 0 5px;}
	.top-help img{display:none !important;}
	
	.p-app-label {height: 230px; background: url("../img/p_app.png") no-repeat center / 480px auto}
	.p-app-label-step {font-size: 10px;}
	.p-app-label-step-container {margin-top: 110px;}
	
	.week-top-place-1 {width: 100px; margin: 0;}
	.week-top-place-about-text {line-height: 0.9;padding: 5px;}
	.week-top-place-about-sum,.week-top-place-about-user,.week-top-place-about-game {font-size:9px;}
	.week-top-place-1 .week-top-place-img {right: 25px; width: 60px; top: -60px;}
	.week-top-place-2, .week-top-place-3 {width: 95px;}
	.week-top-place-2 .week-top-place-img, .week-top-place-3 .week-top-place-img {right: 20px;width: 50px;top: -50px;}
	.week-top {padding: 100px 0 30px 0;}
	
	.level-table .playwins-2 > div:nth-child(1),.playwins-1 > div:nth-child(1){width:110px;}
	.level-table .playwins-2 > div:nth-child(2),.playwins-1 > div:nth-child(2){width:20%;}
	.level-table .playwins-2 > div:nth-child(3),.playwins-1 > div:nth-child(3){width:25%;}
	.level-table .playwins-2 > div:nth-child(4),.playwins-1 > div:nth-child(4){width:15%;}
	.level-table .playwins-2 > div:nth-child(5),.playwins-1 > div:nth-child(5){width:15%;}
	
	.p-news-title-name-text {font-size: 14px;}
	.p-news-title-name-container {padding-left: 10px;}
	.p-news-content-inf-date {float: left;clear: both;padding-top: 10px;}
	
	.b-p-t-3, .b-p-t-6 {font-size: 16px;}
	.b-p-t-2, .b-p-t-5 {font-size: 14px;}
	
	.game {width: 150px;}
	.game-icon {width: 100%;height: auto;}
	.game-icon-img {width: 100%;height: auto;height: 90px;}
	.top-menu-block-sub, .profile-user-name {font-size: 10px;width: 100%;}
	.game-icon-play img {width: 80px;}
	.game-icon-demo-img,.game-icon-demo-img-hover {width: 60px;}
	.game-icon-play {left: 35px;}
	.game-icon-demo {top: 50px; left: 45px;}
	.game-icon-img-hover {height: 90px;}
	.dc-table-row-date {font-size: 50px;}
	.million-club-container .results-table-title {line-height: 20px;}
	
	.bottom-menu-link {margin: 0 5px;}
	.slider-menu ul li a {font-size: 10px;}

	.top-bonus-0 {padding-left: 0;}
	.top-mail,.top-bonus,.top-mail-0, .top-bonus-0 {width:30px;background-size: auto 16px !important;}
	.top-mail:hover,.top-bonus:hover,.top-bonus.active,.top-mail.active,.top-bonus.active:hover,.top-mail.active:hover {background-size: auto 16px !important;}
	.profile-exit {position: absolute;top: 2px;right: 0px;}
	.top-menu-kassa .open-kassa img {width: 60px;}
	.top-menu-kassa .open-kassa {width: 70px;}
	.button-kassa {margin: 20px 0px 0 0px;}
}
@media screen and (max-width: 321px) {
	.p-app-label {height: 200px; background: url("../img/p_app.png") no-repeat center / 320px auto}
	.p-app-label-step-container {margin-top: 80px;}
	.p-app-label-step {line-height: 1; text-align: center;}
	.profile-exit {width: 25px;}
	.profile-exit img {width: 20px;}
}