html,body{
	margin: 0;
	padding: 0;
	height: 100%;
}
.new-list{
	display: flex;
	flex-wrap: wrap;
}
body{
	color: #fff;
	font-family: "Arial";
	background: #000000;
	font-size: 14px;
	width: 100%;
	font-size: 1em;
}
.clear:after{
	content: "";
	display: block;
	clear: both;
}
.fon_log_reg{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(ellipse at center, rgb(176, 224, 230) 0%, rgb(135, 206, 235) 30%, rgb(65, 105, 225) 50%, rgb(0, 0, 128) 100%);
	z-index: 10;
}
.rl_main{
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
}
.bg_info,.rl_info{
	height: 340px;
	width: 700px;
}
.bg_info{
	position: relative;
	border: 3px solid Navy;
	background: rgb(0, 0, 205);
	opacity: 0.7;
	border-radius: 15px;
	margin: 0 calc(50% - 353px);
	margin-top: 20%;
}
.rl_info{
	position: absolute;
	left:calc(50% - 350px);
	top: 3px;
}
.close{
	position: absolute;
	top: 8px;
	right: 8px;
	width: 24px;	
	height: 24px;
	border:2px solid red;
	border-radius: 10px;
	cursor: pointer;
	z-index: 15;
}
.close p{
	margin: 0;
	font-size: 22px;
	vertical-align: middle;
	text-align: center;
	color: red;
	font-weight: 700;
	margin: auto 0;
}
.reg{
	display: none;
}
.log{
	display: none;
}
.form_info{
	position: relative;
	padding: 35px;
	height: 270px;
	width: 630px;
	color: #fff;
}
.form_title{
	text-align: center;
	width: 100%;
	font-size: 30px;
	height: 32px;
	line-height: 32px;
	letter-spacing: normal;
	font-weight: 700;
	text-transform: uppercase;
	color: rgb(124, 252, 0);
	text-shadow: 0px 2px 1px #1c1c1c;
}
.go_log{
	position: absolute;
	top: 43px;
	left: 35px;
}
.go_log a{
	color: #fff;
}
.go_log a:hover{
	text-decoration: none;
}
.login_blk{
	padding-top: 35px;
	width: 100%;
	text-align: center;
}
.login_clmn{
	display: inline-block;
	width: calc(50% - 23px);
	padding: 0 10px;
	text-align: left;
}
.login_clmn p{
	margin: 0;
	margin-bottom: 7px;
	font-weight: 700;
	color: rgb(102, 205, 170);
	font-size: 14px;
    text-shadow: 0px 2px 1px #1c1c1c;
}
.login_clmn input{
	width: calc(100% - 20px);
	padding: 10px;
	font-size: 15px;
    resize: none;
    outline: none;
    background-color: rgba(30, 144, 255, 0.5);
    border-radius: 4px;
    border: 1px solid rgb(25, 25, 112);
    color: #fff;
}
.login_clmn span{
	color: red;
	font-size: 11px;
	font-family: "Verdana";
	text-shadow: 0px 1px 1px #1c1c1c;
	font-weight: 700;
}
.socials{
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
	width: 100%;
	font-weight: 700;
	color: rgb(102, 205, 170);
	font-size: 15px;
    text-shadow: 0px 2px 1px #1c1c1c;
}
.soc_form{
	margin: 0 auto;
	margin-top: 10px;
	width: 90%;
	text-align: center;
}
.form_btn{
	display: inline-block;
	margin: 20px 0;
	width: auto;
	padding: 5px 15px;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	font-weight: 700;
	opacity: .85;
	background: linear-gradient(rgb(173, 255, 47) 0%, rgb(0, 255, 0) 25%, rgb(0, 100, 0) 100%);
	border-top: 2px solid #32CD32;
	border-left: 2px solid #32CD32;
	border-right: 2px solid #228B22;
	border-bottom: 2px solid #228B22;
	color: rgb(0, 80, 0);
}
.form_btn:hover{
	opacity: 1;
	box-shadow: 0 0 50px rgba(0, 128, 0, 1);
}
.wrapper{
	background: 
	    url(bg_body_2.png) repeat-x 50% 100%, 
	    url(bg.png) no-repeat 50% 0;
	min-height: 100%; 
}
.center{
	width: 100%;
	max-width: 1030px;
	margin: 0 auto;
}
.box_header{
	position: relative;
	height: 60px;
	padding-top: 40px;
}
.social{
	display: inline-block;
	position: inherit;
	margin-left: 5%;
	height: 40px;
	float: left;
}
.social a img{
	width: auto;
	display: inline-block;
	padding: 2px;
	width: 36px;
	height: 36px;
	border-radius: 15%;
	opacity: .75;
	transition-duration: 0.5s;
}
.social a img:hover{
	opacity: 1;
}
#logo{
	position: absolute;
	top: 0;
	left: calc(50% - 110px);
	width: 220px;
	height: 151px;
	z-index: 5;
}
#logo img{
	width: 220px;
	height: 151px;
}
#register,#login{
	display: inline-block;
	float: right;
	width: auto;
	padding: 5px 15px;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	font-weight: 700;
	opacity: .85;
}
#register{
	background: linear-gradient(rgb(173, 255, 47) 0%, rgb(0, 255, 0) 25%, rgb(0, 100, 0) 100%);
	border-top: 2px solid #32CD32;
	border-left: 2px solid #32CD32;
	border-right: 2px solid #228B22;
	border-bottom: 2px solid #228B22;
	color: rgb(0, 80, 0);
}
#login{
	margin-left: 20px;
	background: linear-gradient(rgb(30, 144, 255) 0%, rgb(0, 0, 255) 33%, rgb(0, 0, 128) 100%);
	border-top: 2px solid #4682B4;
	border-left: 2px solid #4682B4;
	border-right: 2px solid #0000CD;
	border-bottom: 2px solid #0000CD;
	color: rgb(175, 238, 238);
}
#register p,#login p{
	margin: 0;
}
#register:hover,#login:hover{
	opacity: 1;
	
}
#register:hover{
	box-shadow: 0 0 50px rgba(0, 128, 0, 1);
}
#login:hover{
	box-shadow: 0 0 50px rgba(0, 0, 205, 1);
}
.main_box{
	background: 
		url(bg_main_box_lr_lft.png) repeat-y 0 0,
		url(bg_main_box_lr_rgh.png) repeat-y 100% 0,
		url(bg_main_box.png) 50% 0;
	padding: 0 30px;
	position: relative;
	z-index: 2;
	margin-bottom: 22px;
	overflow: hidden;
}
.menu{
	margin: 0;
	box-shadow: none;
	z-index: 4;
}
.main_menu{
	background: linear-gradient(rgb(30, 144, 255) 0%, rgb(0, 0, 255) 33%, rgb(0, 0, 128) 100%);
	position: relative;
	z-index: 1;
	height: 46px;
}
.menu_list{
	display: block;
	padding: 0;
	padding-top: 1px;
	list-style: none;
	margin:0;
}
.main_menu ul li{
	float: left;
	background: linear-gradient(rgb(30, 144, 255) 0%, rgb(0, 0, 255) 33%, rgb(0, 0, 128) 100%);
	border-right: 2px solid #000000;
}
.main_menu ul li:nth-child(4),.main_menu ul li:nth-child(5){
	float:right;
	background: linear-gradient(rgb(30, 144, 255) 0%, rgb(0, 0, 255) 33%, rgb(0, 0, 128) 100%);
	border-right: 0;
	border-left: 2px solid #000000;
}
.main_menu ul li a{
	display: block;
	height: 43px;
	line-height: 43px;
	padding: 0 22px;
	text-decoration: none;
	font-weight: 600;
	color: rgb(240,255,255);
	position: relative;
	z-index: 3;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Verdana';
}
.main_menu ul li:hover{
	background: linear-gradient(rgb(0, 0, 128) 0%, rgb(0, 0, 255) 33%, rgb(30, 144, 255) 100%);
}
.bunner_games{
	box-sizing: border-box;
	border-radius: 10px;
	height: 158px;
	margin: 22px;
	padding: 0 12px 0 20px;
}
.col_left{
	float: left;
	width: 600px;
	margin-right: 25px;
}
.tit{
	display: inline-block;
	font-size: 15px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    height: 48px;
    line-height: 48px;
    margin-top: -9px;
    margin-bottom: 8px;
}
.big{
	margin-left: calc(50% - 198px);
	background: linear-gradient(rgb(65, 105, 225) 0%, rgb(100, 149, 237) 40%, rgb(100, 149, 237) 60%, rgb(65, 105, 225) 100%);
	color: #012865;
    width: 396px;
}
.small{
	background: linear-gradient(rgb(0, 128, 0) 0%, rgb(0, 255, 0) 40%, rgb(0, 255, 0) 60%, rgb(0, 128, 0) 100%);
    width: 258px;
    color: #006400;
}
.list_games{
	padding-top: 9px;
    padding-left: 8px;
    background: linear-gradient(rgb(135, 206, 235) 0%, rgb(100, 149, 237) 25%, rgb(65, 105, 225) 100%);
    width: 625px;
    height: 99px;
    border-radius: 10px;
    box-sizing: border-box;
}
.game{
	float: left;
    width: 196px;
    text-decoration: none;
    color: #fff;
}
.game a{
	float: left;
    border: 2px solid #9fb6e9;
    width: 77px;
    height: 77px;
    border-radius: 5px;
}
.game img{
	float: left;
    border: 2px solid #9fb6e9;
    width: 77px;
    height: 77px;
    border-radius: 5px;
}
.game_info{
	padding-left: 89px;
    display: block;
}
.name_game{
	display: block;
    font-size: 14px;
    color: #A52A2A;
    width: 109px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 8px;
    margin-bottom: 0;
}
.sum{
	display: block;
    color: #FFD700;
    font-size: 16px;
    margin-top: 5px;
    font-weight: bold;
    margin-bottom: 0;
}
.name_gamer{
	display: block;
    font-size: 12px;
    color: rgb(50, 50, 50);
    margin-top: 8px;
    margin-bottom: 0;
}
.col_right{
	float: right;
}
.counter{
	position: relative;
    width: 258px;
    height: 62px;
    margin:0 auto;
}
.counter_date{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	opacity: 0;
}
.count{
	padding: 6px 7px;
	width: 244px;
    height: 50px;
}
.count-elem-bg{
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0 5px;
	background: linear-gradient(rgb(50, 205, 50) 0%, rgb(34, 139, 34) 50%, rgb(0, 100, 0) 100%);
	border-radius: 10px;
}
.count-elem-bg:first-child{
	margin-left: 0;
}
.count-elem-bg:last-child{
	margin-right: 0;
}
.count-elem{
	position: relative;
	width: 40px;
	height: 40px;
	margin: 3px;
	background: rgb(80, 80, 80);
	border-top:2px solid rgb(80, 80, 80);
	border-left:2px solid rgb(38,38,38);
	border-right:2px solid rgb(38,38,38);
	border-bottom:2px solid rgb(25,25,25);
	border-radius: 10px;
}
.count-elem span{
	display: inline-block;
	width: 100%;
	line-height: 26px;
	height: 26px;
	margin: 7px auto;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Verdana';
	text-align: center;
	vertical-align: middle;
}
.count-elem:after{
	display: block;
	width: 100%;
	font-size: 9px;
	font-family: 'Verdana';
	text-align: center;
	margin-top:5px;
}
.count-elem-bg:nth-child(1) .count-elem:after{
	content: "дней";
}
.count-elem-bg:nth-child(2) .count-elem:after{
	content: "часов";
}
.count-elem-bg:nth-child(3) .count-elem:after{
	content: "минут";
}
.count-elem-bg:nth-child(4) .count-elem:after{
	content: "секунд";
}
.btn_win{
	display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    margin-top: 10px;
    width: 106px;
    font-family: 'Arial';
    height: 22px;
    cursor: pointer;
    line-height: 22px;
    border-radius: 5px;
    margin-left: calc(50% - 53px);
	opacity: .85;
	background: linear-gradient(rgb(173, 255, 47) 0%, rgb(0, 255, 0) 25%, rgb(0, 100, 0) 100%);
	border-top: 2px solid #32CD32;
	border-left: 2px solid #32CD32;
	border-right: 2px solid #228B22;
	border-bottom: 2px solid #228B22;
	color: rgb(0, 80, 0);
}
.btn_win:hover{
	box-shadow: 0 0 50px rgba(0, 128, 0, 1);
	opacity: 1;
}
#slaider{
	position: relative;
	width: 100%
	height: 250px;
	overflow: hidden;
}
#slaider>img,.help{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.help{
	height: 250px;
}
#first_img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 3;
}
#second_img{
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	z-index: 4;
}
#slaider>div#bot_bubls{
	position: absolute;
	height: 50px;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 5;
}
#slaider>div#bot_bubls>div{
	top: 5px;
	display: inline-block;
	height: 26px;
	width: 26px;
	margin: 10px;
	border-radius: 50%;
	border: 3px solid black;
	opacity: 0.5;
	background-color: cyan;
	z-index: 10;
	transition-duration: 0.5s;
}
#slaider>div#bot_bubls>div:hover{
	opacity: 1;
	transition-duration: 0.5s;
	cursor: pointer;
}
.slaider_inf{
	margin: 0;
	display: block;
	position: absolute;
	left: 75px;
	top: 40px;
	width: 300px;
}
.slaider_inf>p{
	display: inline-block;
	margin: 0;
	font-size: 35px;
	font-weight: 700;
	font-family: 'Verdana';
	text-align: center;
	text-transform: uppercase;
    letter-spacing: normal;
	margin-bottom: 10px;
}
.slaider_inf>a{
	display: block;
	width: 232px;
	margin:0 auto;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Arial';
    padding: 9px;
    height: 35px;
    cursor: pointer;
    line-height: 35px;
    border-radius: 15px;
	opacity: .85;
	background: linear-gradient(rgb(173, 255, 47) 0%, rgb(0, 255, 0) 25%, rgb(0, 100, 0) 100%);
	border-top: 2px solid #32CD32;
	border-left: 2px solid #32CD32;
	border-right: 2px solid #228B22;
	border-bottom: 2px solid #228B22;
	color: rgb(0, 80, 0);
}
.slaider_inf>a:hover{
	box-shadow: 0 0 50px rgba(0, 128, 0, 1);
	opacity: 1;
}
.main_news{
	padding-bottom: 20px;
}
.title{
	text-align: center;
	background: radial-gradient(ellipse at center, rgb(173, 216, 230) 0%, rgb(65, 105, 225) 40%, rgb(0, 0, 140) 100%);
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
	height: 40px;
}
.main_title{
	position: relative;
	top: 0;
	left: 0;
	line-height: 40px;
	font-size: 22px;
	margin-bottom: 20px;
	text-transform: uppercase;
    letter-spacing: normal;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    color: #012865;
    z-index:10;
}
h1.main_title,h2.main_title{
	margin:0;
}
.new_list{
	padding: 0 15px;
}
.obj_new{
	width: calc(33.3% - 5px);
	display: inline-block;
}
.new{
	height: auto;
	text-align: center;
	width: calc(100% - 30px);
	margin:0 15px;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 3px;
	border: 1px solid black;
	background: rgb(20, 20, 20); 
}
.new_img{
	display: block;
	height: 50%;
	width: 100%;
	overflow: hidden;
	border-bottom: 3px solid rgb(128, 128, 128);
}
.new_img img{
	width: 100%;
}
.new_info{
	position: relative;
	padding: 10px;
	background: linear-gradient(rgb(200, 200, 200) 0%, rgb(130, 130, 130) 50%, rgb(80, 80, 80) 100%);
	height: calc(50% - 23px);
	overflow: hidden;
}
.new_info>a{
	display: block;
    font-size: 14px;
    font-weight: bold;
    color: rgb(40, 40, 40);
    letter-spacing: normal;
    text-align: center;
    text-decoration: none;
    margin: 0px 0;
}
.new_info p{
	font-size: 14px;
    text-align: justify;
    letter-spacing: normal;
    margin: 0;
}
.new_info>p>a{
	text-decoration: none;
	color: rgb(40, 40, 40);
}
.slots{
	width: 100%;
	text-align: center;
}
.slot_el{
	float: left;
	width: 20%;
}
.slot{
	margin: 30px 20px;
	width: calc(100% - 40px);
	position: relative;
	letter-spacing: normal;
    text-align: center;
}
.slot_img{
	position: relative;
	width: 100%;
	height: 120px;
	border-radius: 10px;
	background: rgb(0, 0, 205);
	vertical-align: middle;
	text-align: center;
}
.slot_img>img{
	margin: 5px;
	width: calc(100% - 12px);
	height: 108px;
	border: 1px solid black;
}
.slot>span:first-child{
	width: 100%;
	display: inline-block;
	margin:5px 0;
}
.slot_img>.shadow,.demo+.shadow,.play+.shadow{
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 8px);
	height: 112px;
	opacity: 0;
	background: black;
	z-index: 5;
}
.slot_img:hover>.shadow{
	opacity: 0.75;
}
.slot>.play{
	display: none;
	top: 25px;
	left: calc(50% - 45px);
	position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    width: 90px;
    font-family: 'Arial';
    height: 28px;
    cursor: pointer;
    line-height: 28px;
    border-radius: 5px;
	background: linear-gradient(rgb(173, 255, 47) 0%, rgb(0, 255, 0) 25%, rgb(0, 100, 0) 100%);
	border-top: 2px solid #32CD32;
	border-left: 2px solid #32CD32;
	border-right: 2px solid #228B22;
	border-bottom: 2px solid #228B22;
	color: rgb(0, 80, 0);
	z-index:6;
}
.slot>.demo{
	display: none;
	top: 65px;
	left: calc(50% - 35px);
	position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    width: 70px;
    font-family: 'Arial';
    height: 24px;
    cursor: pointer;
    line-height: 24px;
    border-radius: 5px;
	background: linear-gradient(rgb(30, 144, 255) 0%, rgb(0, 0, 255) 33%, rgb(0, 0, 128) 100%);
	border-top: 2px solid #4682B4;
	border-left: 2px solid #4682B4;
	border-right: 2px solid #0000CD;
	border-bottom: 2px solid #0000CD;
	color: rgb(175, 238, 238);
	z-index:6;
}
.slot:hover>.play,.slot:hover>.demo{
	display: inline-block;
}
.play:hover+.shadow,.demo:hover+.shadow{
	opacity: 0.75;
}
.blk_text{
	margin: 0;
	position: relative;
	font-size: 14px;
	text-align: justify;
	letter-spacing: normal;
	font-weight: 400;
	width: calc(100% - 60px);
	padding:30px;
	padding-top: 0;
	color: #fff;
	font-family: 'Arial', serif;
}
.blk_text p{
	display: block;
	margin: 10px 0;
}
.img_left{
	display: block;
	float: left;
	margin: 10px;
	margin-right: 20px;
}
.blk_text img{
	border: 3px solid blue;
	border-radius: 3px;
}
.txt_banner{
	width: calc(100% - 26px);
	margin: 10px;
}
.img_right{
	display: block;
	float: right;
	margin: 10px;
	margin-left: 20px;
}
.blk_text ul, .blk_text ol{
	margin: 10px 0;
	padding-left: 16px;
}
.blk_text ul li{
	display: list-item;
}
.blk_text h2{
	margin: 10px 0;
	padding: 0;
	font-weight: 400;
	font-size: 22px;
	letter-spacing: 1px;
}
.footer{
	width: 100%;
	padding: 0;
	margin: 0;
}
.paiments{
	padding: 10px 0;
	height: 50px;
	width: 100%;
	text-align: center;
}
.paiments img{
	width: 80px;
	max-height: 40px;
	display: inline-block;
	margin:0 5px;
	vertical-align: middle;
}
.foot_menu{
	margin: 0;
	padding: 10px;
	list-style: none;
	text-align: center;
	padding-bottom: 30px;
}
.foot_menu li{
	display: inline-block;
	color: #fff;
	font-size: 12px;
	border-right: 1px solid white;
	padding:0 5px;
}
.foot_menu li:last-child{
	border: 0;
}
.foot_menu li a{
	text-decoration: none;
	color: #fff;
}
.foot_menu li a:hover{
	text-decoration: underline;
}
.comments{
	width: 100%;
	padding-bottom: 20px;
}
.comment{
	width: calc(100% - 80px);
	padding: 20px;
	margin: 20px auto;
	box-shadow: 0 0 5px 1px blue, 0 0 5px 1px blue inset;
}
.comm_name{
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 700;
	color: rgb(102, 205, 170);
	font-size: 15px;
    text-shadow: 0px 2px 1px #1c1c1c;
}
.comm_txt{
	margin: 0;
	color: #fff;
	font-size: 14px;
}
.c_form{
	text-align: center;
}
.comment input,.comment textarea{
	width: 300px;
	margin: 15px auto;
	display: block;
	padding: 10px;
	font-size: 14px;
	resize: none;
    outline: none;
    background-color: rgb(60, 60, 60);
    border-radius: 4px;
    border: 1px solid rgb(20, 20, 20);
    color: #fff;
    box-shadow: 0px 0px 5px 1px #00273b;
}
.comment textarea{
	height: 100px;
}
.comm{
	display: inline-block;
	width: auto;
	padding: 5px 15px;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	font-weight: 700;
	opacity: .85;
	background: linear-gradient(rgb(30, 144, 255) 0%, rgb(0, 0, 255) 33%, rgb(0, 0, 128) 100%);
	border-top: 2px solid #4682B4;
	border-left: 2px solid #4682B4;
	border-right: 2px solid #0000CD;
	border-bottom: 2px solid #0000CD;
	color: rgb(175, 238, 238);
}
.comm:hover{
	opacity: 1;
	box-shadow: 0 0 50px rgba(0, 0, 205, 1);
}
.tour_column{
	padding: 20px;
	margin: 20px;
	box-shadow: 0 0 10px 1px rgb(0, 0, 139), 0 0 5px 1px rgb(0, 0, 139) inset;
	position: relative;
}
.tour_img{
	position: absolute;
	top: 30px;
	left: 0;
	width: 175px;
	padding: 20px;
	height: 80px;
	float: left;
}
.tour_img img{
	display: block;
	margin: auto;
	max-height: 80px;
}
.tour_img>.tour_cls{
	position: absolute;
	top:-5px;
	left: 1px;
	padding: 2px 15px; 
	overflow: hidden;
	z-index: 5;
	padding-right: 30px;
}
.tour_cls p{
	display: block;
	margin: auto;
	height: 30px;
	line-height: 30px;
	color: #012865;
	font-weight: 700;
}
.tour_cls:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform:skewX(-45deg) translateX(-17px);
	z-index: -1;
	background: linear-gradient(to top, rgb(173, 216, 230), rgb(0, 0, 140));
}
.tour_cls:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform:skewX(45deg) translateX(-17px);
	z-index: -1;
	background: linear-gradient(to top, rgb(173, 216, 230), rgb(0, 0, 140));
}
.tour_inf{
	display: inline-block;
	height: auto;
	width: calc(100% - 195px);
	position: relative;
	padding-left: 195px;
}
.tour_tit{
	width: 100%;
	background: linear-gradient(rgb(65, 105, 225) 0%, rgb(100, 149, 237) 40%, rgb(100, 149, 237) 60%, rgb(65, 105, 225) 100%);
	color: #012865;
	margin: 0;
	color: rgb(224, 255, 255);
}
.tour_count{
	display: inline-block;
	align-content: center;
	position: relative;
	top: 0;
	left: 0;
	width: 258px;
	margin: 0;
	padding: 10px 1px;
}
.tour_text{
	float:right;
	padding-top: 9px;
	margin: 0;
	width: calc(100% - 260px);
	max-height: 73px;
	overflow: hidden;
}
.tour_text>p{
	margin: 0;
	margin-bottom: 3px;
	color: #fff;
	font-size: 13px;
	text-align: center;
}
.tour_text>p>span{
	font-weight: 700;
	color: rgb(255, 165, 0);
}
.tour_txt_col{
	width: 50%;
	float: left;
}
.btn_game{
	background: linear-gradient(rgb(30, 144, 255) 0%, rgb(0, 0, 255) 33%, rgb(0, 0, 128) 100%);
    border-top: 2px solid #4682B4;
    border-left: 2px solid #4682B4;
    border-right: 2px solid #0000CD;
    border-bottom: 2px solid #0000CD;
    color: rgb(175, 238, 238);
}
.btn_game:hover{
	box-shadow: 0 0 10px rgba(0, 0, 205, 1);
	opacity: 1;
}
.btn_more:hover{
	box-shadow: 0 0 10px rgba(0, 128, 0, 1);
	opacity: 1;
}
.btn_tour{
	margin: 5px 0;
	margin-left: calc(50% - 53px);
}
.new_obj{
	width: calc(100% - 80px);
	margin: 20px;
	padding: 20px;
	box-shadow: 0 0 10px 1px rgb(0, 0, 139), 0 0 5px 1px rgb(0, 0, 139) inset;
	position: relative;
}
.new_logo{
	display: block;
	position: absolute;
	top: 30px;
	left: 20px;
	width: 160px;
	height: 80px;
	border: 5px solid rgb(20, 20, 20);
	border-radius: 15px;
}
.new_txt{
	margin-top: 10px;
	width: calc(100% - 190px);
	padding-left: 190px;
}
.new_link{
	color: rgb(255, 165, 0);
	text-transform: uppercase;
	font-size: 17px;
	text-decoration: none;
}
.new_inf{
	font-size: 14px;
	margin: 10px 0;
}
.new_next{
	display: inline-block;
	position: relative;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    width: 100px;
    font-family: 'Arial';
    height: 24px;
    cursor: pointer;
    line-height: 24px;
    border-radius: 5px;
	background: linear-gradient(rgb(30, 144, 255) 0%, rgb(0, 0, 255) 33%, rgb(0, 0, 128) 100%);
	border-top: 2px solid #4682B4;
	border-left: 2px solid #4682B4;
	border-right: 2px solid #0000CD;
	border-bottom: 2px solid #0000CD;
	color: rgb(175, 238, 238);
	opacity: 0.75;
}
.new_next:hover{
	opacity: 1;
}
.new_date{
	color: rgb(255, 165, 0);
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 20px;
}
.img_act{
	margin: 0;
	margin-right: 10px;
	margin-left: 5px; 
	padding: 0;
	float: left;
	width: calc(50% - 20px);
	border: 5px solid rgb(20, 20, 20);
    border-radius: 15px;
    height: 130px;
}
.lott_info{
	margin: 0;
	padding: 0;
	margin-left: 10px; 
	width: calc(50% - 20px);
	float: right;
	max-height: 140px;
}
.lott_title{
	margin: 0;
	color: rgb(255, 165, 0);
	font-size: 16px;
	text-transform: uppercase;
}
.lott_date{
	margin: 0;
	color: rgb(255, 165, 0);
	font-size: 14px;
}
.lott_info>p{
	margin-bottom: 5px;
}
.lott_txt{
	margin: 0;
	margin-bottom: 10px; 
	font-size: 14px;
	max-height: 34px;
	overflow: hidden;
}
.act_now{
	position: absolute;
	right: 0;
	top: 10px;
	padding: 2px 15px; 
	overflow: hidden;
	z-index: 5;
	padding-left: 30px;
}
.act_now p{
	display: block;
	margin: auto;
	height: 30px;
	line-height: 30px;
	color: rgb(0, 70, 0);
	font-weight: 700;
}
.act_now:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform:skewX(-45deg) translateX(17px);
	z-index: -1;
	background: linear-gradient(to top, rgb(144, 238, 144), rgb(0, 150, 0));
}
.act_now:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform:skewX(45deg) translateX(17px);
	z-index: -1;
	background: linear-gradient(to top, rgb(144, 238, 144), rgb(0, 150, 0));
}
.act_btn{
	margin: 10px 20px;
	width: calc(100% - 60px);
}
.hamburger{
	display: none;
}
.slots:after{
	content: "";
	clear: both;
	display: block;
} 
.lot_cont{
	width: 100%;
}
.lot_cont:after{
	content: "";
	display: block;
	clear: both;
}
.lot_img{
	margin-top: 10px;
	margin-right: 10px;
	display: block;
	float: left;
	width: calc(50% - 10px);
	background: rgb(0, 0, 205);
	text-align: center;
	border-radius: 5px;
}
.lot_img>img{
	width: calc(100% - 10px);
	margin-top: 4px;
}
.lot_info{
	margin-top: 10px;
	margin-left: 10px;
	display: block;
	float: right;
	width: calc(50% - 10px);
}
.lot_date{
	width: 40%;
	text-align: left;
	margin-top: 5px;
	float: left;
	max-height: 106px;
}
.lot_date>p{
	font-size: 18px;
	color: #fff;
	margin: 0;
}
.lot_date>p>span{
	display: inline-block;
	width: 100%;
	color: rgb(255, 165, 0);
	font-weight: 700;
}
.lot_counter{
	width: 60%;
	float: right;
}
.clr-padd{
	padding: 0;
}
.lot_cls{
	width: 60%;
	float: left;
	height: 44px;
}
.lot_cls>p{
	width: 150px;
	position: relative;
	margin: 7px auto;
	display: block;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	color: #012865;
    font-weight: 700;
}
.lot_rez{
	float: left;
	height: 30px;
	width: calc(50% - 10px);
	margin-left: 10px;
	margin-top: 15px;
}
.lot_cls>p:before,.lot_cls>p:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: linear-gradient(to top, rgb(173, 216, 230), rgb(0, 0, 140));
	width: 100%;
	height: 100%;
}
.lot_cls>p:before{
	transform: skewX(-45deg) translateX(15px);
    width: calc(100% - 30px);
}
.lot_cls>p:after{
	transform: skewX(45deg) translateX(15px);
    width: calc(100% - 30px);
}
.lot_info:after{
	display: block;
	content: "";
	clear: both;
}
.lot_btn{
	width: 200px;
	margin:0 auto;
	text-align: center;
	background: linear-gradient(rgb(30, 144, 255) 0%, rgb(0, 0, 255) 33%, rgb(0, 0, 128) 100%);
    border-top: 2px solid #4682B4;
    border-left: 2px solid #4682B4;
    border-right: 2px solid #0000CD;
    border-bottom: 2px solid #0000CD;
    color: rgb(175, 238, 238);
    cursor: pointer;
    border-radius: 5px;
    opacity: .85;
}
.lot_btn:hover{
	box-shadow: 0 0 25px rgba(0, 0, 205, 1);
    opacity: 1;
}
.lot_btn>p{
	font-size: 22px;
	margin: 0;
	font-weight: 700;
}
.similar_new{
	background-color: rgb(211, 211, 211);
	width: calc(100% - 52px);
	margin: 10px 20px;
	padding: 5px;
	border: 1px solid #000;
	box-shadow: 0 0 5px rgb(211, 211, 211);
	margin-bottom: 20px;
}
.similar_bg{
	width: calc(100% - 12px);
	background: url(similar_new_bg.png);
	padding: 5px;
	border: 1px solid rgb(65, 105, 225);
}
.similar_bg:after{
	content: "";
	display: block;
	clear: both;
}
.similar_bg>img{
	float: left;
	width: calc(35% - 2px);
	border: 1px solid rgb(65, 105, 225);
	display: block;
}
.similar_info{
	float: right;
	width: calc(65% - 30px);
	padding-left: 20px;
	padding-right: 10px; 
}
.similar_tit{
	font-size: 18px;
	color: rgb(255, 165, 0);
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: 700;
}
.similar_date{
	font-size: 14px;
}
.silimal_txt{
	font-size: 14px;
	margin: 10px 0;
}
.big_btn{
	width: 80%;
	margin:0 auto;
	text-align: center;
	background: linear-gradient(rgb(173, 255, 47) 0%, rgb(0, 255, 0) 25%, rgb(0, 100, 0) 100%);
	border-top: 2px solid #32CD32;
	border-left: 2px solid #32CD32;
	border-right: 2px solid #228B22;
	border-bottom: 2px solid #228B22;
	color: rgb(0, 80, 0);
    cursor: pointer;
    border-radius: 5px;
    opacity: .85;
    margin-bottom: 20px;
}
.big_bg:hover{
	box-shadow: 0 0 100px rgba(0, 128, 0, 1);
    opacity: 1;
}
.big_bg>p{
	font-size: 30px;
	margin: 0;
	font-weight: 700;
}
.tour_bnr{
	display: block;
	border: 3px solid blue;
    border-radius: 3px;
    width: calc(80% - 6px);
    margin: 10px auto;
    margin-top: 20px;
}
.winners{
	width: 600px;
	margin: 10px auto;
}
.winners:after{
	display: block;
	content: "";
	clear: both;
}
.win{
	width: calc(33% - 20px);
	float: left;
	padding: 10px;
}
.win>img{
	width: 100%;
}
.win_inf{
	width: 100%;
	border: 3px solid rgb(0, 0, 128);
	background: rgb(0, 0, 255);
	box-shadow: 0 0 5px rgb(0, 0, 255);
	border-radius: 10px; 
	text-align: center;
}
.win_name{
	margin: 0;
	width: 100%;
	font-size: 20px;
	padding: 3px;
	font-weight: 700;
}
.win_money{
	width: 100%;
	font-size: 26px;
	padding: 5px;
	margin: 0;
	font-weight: 700;
}
.lot_ex_img{
	width: 30%;
	float: left;
}
.lot_ex_info{
	position: relative;
	width: calc(70% - 10px);
	float: right;
	margin-left: 10px;
}
.lot_ex_middle{
	width: 60%;
	float: left;
}
.lot_ex_txt{
	float: left;
	width: calc(100% - 42px);
	padding: 20px;
	border: 1px solid rgb(0, 0, 128);
	background: rgb(0, 0, 255);
	box-shadow: 0 0 5px rgb(0, 0, 255);
	border-radius: 10px;
}
.lot_ex_txt>p{
	line-height: 26px;
	margin: 0;
}
.lot_ex_rez{
	float: left;
	height: 30px;
	width: 100%;
	margin-top: 10px;
}
.lot_ex_btn{
	width: 200px;
	margin:0 auto;
	text-align: center;
	background: linear-gradient(rgb(255, 0, 0) 0%, rgb(139, 0, 0) 100%);
    border-top: 2px solid #FF0000;
    border-left: 2px solid #FF0000;
    border-right: 2px solid #8B0000;
    border-bottom: 2px solid #8B0000;
    color: rgb(255, 250, 250);
    cursor: pointer;
    border-radius: 5px;
    opacity: .85;
}
.lot_ex_btn:hover{
	box-shadow: 0 0 25px rgba(178, 34, 34);
    opacity: 1;
}
.lot_ex_btn>p{
	font-size: 22px;
	margin: 0;
	font-weight: 700;
}
.lot_ex_date{
	width: calc(40% - 40px);
	padding: 0 20px;
	text-align: left;
	margin-top: 50px;
	float: left;
	max-height: 106px;
}
.lot_ex_date>p{
	font-size: 18px;
	color: #fff;
	margin: 0;
}
.lot_ex_date>p>span{
	display: inline-block;
	width: 100%;
	color: rgb(255, 165, 0);
	font-weight: 700;
}
.lot_ex_cls{
	position: absolute;
	top: 5px;
	left: calc(60% + 20px);
	padding: 2px 15px; 
	overflow: hidden;
	z-index: 5;
	padding-right: 30px;
}
.lot_ex_cls p{
	display: block;
	margin: auto;
	height: 30px;
	line-height: 30px;
	color: #012865;
	font-weight: 700;
}
.lot_ex_cls:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform:skewX(-45deg) translateX(-17px);
	z-index: -1;
	background: linear-gradient(to top, rgb(173, 216, 230), rgb(0, 0, 140));
}
.lot_ex_cls:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform:skewX(45deg) translateX(-17px);
	z-index: -1;
	background: linear-gradient(to top, rgb(173, 216, 230), rgb(0, 0, 140));
}
.demo_carousel{
	position: relative;
	width: calc(100% - 100px);
	margin: 0 50px;
	overflow: hidden;
}
#list_carousel{
	position: absolute;
	width: 20000em;
	height: 50px;
	margin: 10px 0;
	padding: 0;
	list-style: none;
	left: -662px;
	top: 0;
}
.demo_item{
	border: 2px solid black;
	height: 46px;
	width: 46px;
	float: left;
	margin: 0 8px;
	box-shadow: 0 1px 3px rgb(0, 0, 139);
}
.demo_item:hover{
	border: 3px solid rgb(0, 0, 128);
	height: 44px;
	width: 44px;
}
.demo_item:hover>a>img{
	height: 44px;
	width: 44px;
}
.carousel_img{
	height: 46px;
	width: 46px;
}
.carousel_column{
	min-height: 70px;
}
#left_arrow{
	position: absolute;
	left: 35px;
	top: 40px;
	display: block;
	font-size: 21px;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	display: block;
	border: 3px solid rgb(255, 255, 240);
	text-align: left;
	cursor: pointer;
}
#right_arrow{
	position: absolute;
	right: 35px;
	top: 40px;
	display: block;
	font-size: 21px;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	display: block;
	border: 3px solid rgb(255, 255, 240);
	text-align: right;
	cursor: pointer;
}
#left_arrow:hover,#right_arrow:hover{
	border: 3px solid #000;
	color: #000;
	box-shadow: 0 0 20px rgb(255, 255, 240), 0 0 30px rgb(255, 255, 240) inset;
}
.h1_demo,.h2_demo{
	width: calc(100% - 40px);
	margin: 20px;
	text-align: center;
	background: radial-gradient(ellipse at center, rgb(173, 216, 230) 0%, rgb(65, 105, 225) 40%, rgb(0, 0, 140) 100%);
    position: relative;
    top: 0;
    left: 0;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    color: #012865;
    z-index: 0;
    overflow: hidden;
}
.h1_demo>h1{
	margin:5px 0;
	font-size: 22px;
	font-weight: 700;
	z-index: 5px;
}
.h2_demo>h2{
	margin:5px 0;
	font-size: 20px;
	font-weight: 700;
	z-index: 5px;
}
.game_demo{
	width: calc(100% - 106px);
	margin: 20px 50px;
	border: 3px solid rgb(0, 0, 128);
}
.game_demo>iframe{
	width: 100%;
	height: 45vw;
}
.demo_txt{
	padding: 0 5px;
    width: calc(100% - 10px);
}
.smlr_demos{
	position: relative;
	width: calc(100% - 90px);
	margin: 0 45px;
	overflow: hidden;
	height: 198px;
}
#similar_carousel{
	position: absolute;
	width: 1200px;
	height: 198px;
	margin: 10px 0;
	padding: 0;
	list-style: none;
	left: -200px;
	top: 0;
}
#similar_carousel>li{
	width: 200px;
}
.hall{
	width: 600px;
	margin: 10px auto;
}
.hall_column{
	float: left;
	width: calc(33% - 20px);
	padding: 0 10px;
	position: relative;
}
.hall_slot_name{
	display: inline-block;
	width: 100%;
	text-align: center;
	color: rgb(50, 205, 50);
	font-size: 14px;
	font-weight: 700;
	padding: 3px 0;
}
.hall_img{
	width: 100%;
	position: relative;
	box-shadow: 0 0 10px rgb(0, 0, 205);
}
.hall_slot_img{
	display: block;
	width: calc(100% - 6px);
	border: 3px solid rgb(0, 0, 205);
}
.hall_bg{
	position: absolute;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	left: 3px;
	bottom: 3px;
	background-color: #000;
	opacity: 0.75;
}
.hall_slot_star{
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
}
.hall_info{
	width: calc(100% - 6px);
	border: 3px solid rgb(0, 0, 205);
	margin: 10px 0;
	border-radius: 5px;
	position: relative;
}
.hall_slot_place{
	position: absolute;
	top: -7px;
	left: 0;
	width: 55px;
	height: auto;
}
.hall_txt{
	margin-left: 56px;
	width: (100% - 56px);
}
.hall_player_name{
	width: 100%;
	display: inline-block;
	font-size: 20px;
	margin-top: 5px;
	font-weight: 700;
	color: rgb(50, 205, 50);
}
.hall_player_money{
	width: 100%;
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	color: rgb(50, 205, 50);
}
#first_place{
	padding-top: 0;
	padding-bottom: 6px;
}
table{
	min-width: 620px;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}
td,th{
	padding: 10px 0;
}
th{
	background-color: rgb(0, 0, 225);
	box-shadow: 0 0 10px rgb(0, 0, 100) inset;
}
tr>td:nth-child(1){
	width: 10%;
}
tr>td:nth-child(2){
	width: 25%;
	border: 2px solid rgb(0, 0, 139);
}
tr>td:nth-child(3){
	width: 40%;
	border: 2px solid rgb(0, 0, 139);
}
tr>td:nth-child(4){
	width: 30%;
}
.field{
	box-shadow: 0 0 10px rgb(0, 0, 100) inset;
	border: 2px solid rgb(0, 0, 139);
	background-color: rgb(20, 20, 20);
}
.table_bg_clear{
	background: none;
}
.scroll{
	overflow-x: auto;
}
.special_table{
	color: rgb(50, 205, 50);
	font-weight: 700;
}
.best_place{
	background: url(star_table.png) 50% 50% no-repeat;
}
@media(max-width: 1040px){
	.hamburger{
		display: block;
		width: 46px;
		height: 46px;
		position: absolute;
		top: 0;
		right: 0;
		background: url(hamburger.png);
	}
	.menu{
		overflow: visible;
	}
	.main_menu{
		background: linear-gradient(rgb(173, 216, 230) 0%, rgb(65, 105, 225) 50%, rgb(0, 0, 160) 100%);
	}
	.menu_list{
		width: 100%;
		display: none;
		position: absolute;
		top: 45px;
	}
	.main_menu ul li,.main_menu ul li:nth-child(4),.main_menu ul li:nth-child(5){
		border-right: 0;
		border-left: 0;
		display: block;
		width: 100%;
		text-align: center;
		float: none;
		height: 35px;
		background: rgb(0, 0, 160);
	}
	.main_menu ul li:hover{
		background: rgb(65, 105, 225);
	}
	#logo{
		left: calc(50% - 70px);
		width: 140px;
		height: 100px;
	}
	#logo img{
		width: 140px;
		height: 100px;
	}
	.bunner_games{
		margin: 22px 0;
		padding: 0;
		height: auto;
	}
	.col_left{
		float: none;
		margin: 0;
		width: 100%;
	}
	.big{
		display: block;
		margin:0 auto;
	}
	.list_games{
		margin: 5px auto;
	}
	.col_right{
		padding-top: 10px;
		float: none;
		display: block;
		width: 258px;
		margin: 0 auto;
	}
	.btn_win{
		display: block;
		margin: 0 auto;
		margin-top: 15px;
	}
	.social{
		margin: 0;
	}
	.btn_tour{
		margin-top: 5px;
	}
}
@media(max-width: 982px){
	.main_box{
		padding: 0 1px;
		background: url(bg_main_box.png) 50% 0;
	}
	.slaider_inf{
		left: 50px;
		top: 10px;
	}
	.lott_title{
		width: 75%;
	}
	.tour_text{
		max-height: 130px;
	}
	.tour_txt_col{
		width: 100%;
		float: none;
	}
	.lot_img{
		width: 75%;
		margin:10px auto;
		float: none;
	}
	.lot_info{
		width: 80%;
		float: none;
		margin: 10px auto;
	}
	.lot_date{
		width: 40%;
		text-align: center;
	}
	.lot_counter{
		width: 60%;
	}
	.lot_cls{
		width: 60%;
	}
	.lot_rez{
		margin: 0;
		margin-top: 15px;
		width: 100%;
		float: none;
	}
	.lot_cl>img{
		display: none;
	}
	.lot_ex_info{
		margin: 0 auto;
		float: none;
		width: 100%;
	}
	.title{
		overflow: inherit;
		height: auto;
	}
	.smlr_demos{
		width: 600px;
		margin: 0 auto;
	}
	.table_bg_clear{
		background-image: none;
	}
}
@media(max-width: 720px){
	.box_header{
		padding-top: 100px;
		height: 130px;
	}
	.social{
		float: none;
		width: 100%;
		text-align: center;
	}
	#register,#login{
		display: block;
		width: 150px;
		float: none;
		margin: 2px auto;
	}
	.list_games{
		width: 450px;
		height: auto;
	}
	.game{
		float: none;
	    width: 196px;
	    display: block;
	    margin: 0 auto;
	    height: 81px;
	}
	.bg_info{
		margin-top: 35%;
		height: 270px;
	}
	.rl_info{
		height: 270px;
	}
	.form_title{
		margin-top: 10px;
	}
	.login_clmn{
		width: calc(100% - 20px);
	}
	.login_blk{
		padding-top: 10px;
	}
	.form_btn{
		margin: 0;
	}
	.rl_info{
		left: 0;
		width: 100%;
	}
	.form_info{
		padding: 0;
		width: 100%;
	}
	.form_title{
		font-size: 20px;
	}
	.go_log{
		top: 12px;
		left: 16px;
		font-size: 10px;
	}
	.login_clmn input{
		width: 100%;
		padding: 0;
	}
	.login_clmn p{
		font-size: 12px;
	}
	.slot_el{
		width: 25%;
	}
	.obj_new{
		width: calc(50% - 5px);
	}
	.obj_new:last-child{
		display: none;
	}
	.img_act{
		width: 300px;
		float: none;
		margin: 10px auto;
		display: block;
	}
	.lott_info{
		float: none;
		width: 75%;
		margin:0 auto;
		text-align: center;
	}
	.lott_title{
		width: 100%;
	}
	.act_now{
		top: 10px;
		right: calc(50% - 175px);
	}
	.tour_count{
		display: block;
		margin: 10px auto;
	}
	.tour_text{
		width: 75%;
		display: block;
		margin: 10px auto;
		float: none;
	}
	.tour_img{
		bottom: 0;
		margin: auto;
	}
	.lot_date{
		width: 100%;
		float:none;
	}
	.lot_img{
		width: 100%;
	}
	.lot_info{
		width: 100%;
	}
	.lot_cls{
		width: 100%;
		float: none;
		margin-top: 15px;
	}
	.lot_counter{
		float: none;
		width: 100%;
	}
	.similar_bg>img{
		width: 60%;
		margin: 10px auto;
		float: none;
	}
	.similar_info{
		width: 90%;
		margin: 5px auto;
		float: none;
		text-align: center;
		padding: 0;
	}
	.big_bg>p{
		font-size: 26px;
	}
	.winners{
		width: 100%;
	}
	.win_name{
		font-size: 16px;
	}
	.win_money{
		font-size: 20px;
	}
	.smlr_demos{
		width: 400px;
	}
	.hall{
		width: 100%;
	}
	.hall_slot_star{
		width: 70%;
	}
	.hall_player_name{
		font-size: 16px;
	}
	.hall_player_money{
		font-size: 24px;
	}
}
@media(max-width: 600px){
	.slot_el{
		width: 33%;
	}
	.img_right,.img_left{
		margin: 10px auto;
		width: 100%;
	}
	.tour_img{
		float: none;
		display: block;
		position: relative;
		margin: 10px auto;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		padding-bottom: 0;
	}
	.tour_inf{
		display: block;
		margin: 10px auto;
		padding: 0;
		width: 100%;
	}
	.tour_img>.tour_cls{
		left: calc(50% - 74px);
		padding: 2px 30px;
	}
	.tour_cls:before{
		transform:skewX(-45deg) translateX(15px);
		width: calc(100% - 30px);
	}
	.tour_cls:after{
		transform:skewX(45deg) translateX(15px);
		width: calc(100% - 30px);
	}
	.new_logo{
		position: relative;
		display: block;
		margin: 0 auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin-top: 25px;
	}
	.new_date{
		top: 20px;
		width: calc(100% - 40px);
		text-align: center;
	}
	.new_txt{
		width: calc(80% - 40px);
		padding: 0;
		margin: 0 auto;
		text-align: center;
		margin-top: 10px;
	}
	.similar_info{
		width: 100%;
	}
	.big_bg>p{
		font-size: 20px;
	}
	.lot_ex_middle{
		float: none;
		width: 100%;
		text-align: center;
	}
	.lot_ex_rez{
		float: none;
	}
	.lot_ex_txt{
		margin-top: 20px;
		float: none;
	}
	.lot_ex_date{
		float: none;
		margin:0 auto;
		width: 100%;
		text-align: center;
		padding: 0;
		margin-top: 10px;
	}
	.lot_ex_cls{
		top: -25px;
		left: calc(50% - 75px);
		padding: 2px 30px;
	}
	.lot_ex_cls:before{
		transform:skewX(-45deg) translateX(15px);
		width: calc(100% - 30px);
	}
	.lot_ex_cls:after{
		transform:skewX(45deg) translateX(15px);
		width: calc(100% - 30px);
	}
	.game_demo{
		margin: 10px 0;
		width: calc(100% - 6px);
	}
	.hall_slot_name{
		height: 34px;
	}
	.hall_player_name{
		font-size: 1em;
	}
	.hall_player_money{
		font-size: 1.2em;
	}
	.hall_txt{
		width: 100%;
		margin: 5px;
		text-align: center;
	}
	.hall_slot_place{
		display: none;
	}
}
@media(max-width: 475px){
	.big{
		width: 100%;
		height: auto;
		line-height: 30px;
	}
	.list_games{
		width: 100%;
	}
	.go_log{
		display: none;
	}
	.close{
		width: 14px;
		height: 14px;
		border-radius: 2px;
	}
	.close p{
		font-size: 12px;
	}
	.login_blk{
		padding: 0;
	}
	.slot_el{
		width: 50%;
	}
	.foot_menu>li{
		border-right: 0;
	}
	.obj_new:last-child{
		display: inline-block;
	}
	.obj_new{
		width: calc(100% - 5px);
		margin-bottom: 5px;
	}
	.slaider_inf{
		left: 10px;
		top: 25px;
	}
	.slaider_inf>p{
		font-size: 27px;
	}
	.img_act{
		width: calc(100% - 10px);
		height: auto;
		min-height: 100px;
	}
	.act_now{
		top: 35px;
		right: 10px;
	}
	.lott_info{
		max-height: 180px;
	}
	.act_btn{
		font-size: 12px;
	}
	.tour_column{
		padding: 5px;
	}
	.tour_tit{
		height: auto;
		vertical-align: middle;
		line-height: 24px;
	}
	.tour_count{
		margin: 0 auto;
		width: 218px;
		height: 52px;
	}
	.counter{
		width: 218px;
		height: 52px;
	}
	.count{
		width: 204px;
		height: 40px;
	}
	.count-elem-bg{
		width: 40px;
		height: 40px;
	}
	.count-elem{
		width: 30px;
		height: 30px;
	}
	.count-elem span{
		line-height: 20px;
		height: 20px;
		margin: 5px auto;
		font-size: 18px;
	}
	.tour_text{
		padding-top: 0; 
	}
	.new_txt{
		width: 100%;
	}
	.comment input, .comment textarea{
		width: calc(100% - 20px);
		margin: 10px 0;
	}
	.similar_tit{
		font-size: 14px;
	}
	.similar_date{
		font-size: 12px;
	}
	.silimal_txt{
		font-size: 12px;
	}
	.win_name{
		font-size: 12px;
	}
	.win_money{
		font-size: 14px;
	}
	#left_arrow{
		left: 20px;
		top: 25px;
	}
	#right_arrow{
		right: 20px;
		top: 25px;
	}
	.smlr_demos{
		width: 200px;
	}
	.hall_slot_name{
		font-size: 12px;
	}
	.hall_player_name{
		font-size: 12px;
	}
	.hall_player_money{
		font-size: 14px;
	}
}
@media(max-width: 300px){
	.slot_el{
		width: 100%;
	}
	.slaider_inf{
		left: 0;
		top: 5px;
	}
	.slot{
		width: calc(80% - 40px);
		margin:20px auto;
	}
	.tour_img{
		padding: 0;
		padding-top: 20px; 
	}
	.win_name{
		font-size: 9px;
	}
	.win_money{
		font-size: 10px;
	}
}


@media (max-width: 768px) {
	.menu_list {
		display: none;
		flex-direction: column;
		background-color: #fff;
		padding: 10px;
	}

	.menu_list.active {
		display: flex;
	}

	.hamburger {
		display: block;
		width: 40px;
		height: 40px;
		background-size: cover;
		cursor: pointer;
	}
}
