.game_wrapper{
	width:100%;
	position:relative;
	max-width:380px;
	margin:auto;
}
.game_wrapper canvas{
	width:100%;
	height:auto;
}
@media (max-width:1250px){
	.game_wrapper{
	max-width:330px;
}

}
@media (max-width:1050px){
	.game_wrapper{
	max-width:380px;
}
.dailyFree_wrapper{
	width:100%!important;
	padding:0 1rem 1rem!important;
}
.list_list{
	width:100%!important;
}
.level-form{
	margin-bottom:20px!important;
}

}
.form_block{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	bottom:10%;
	left:0;
	right:0;
	background:rgba(32,36,47,.9);
	margin:auto;
	height:100px;
	border:2px solid #4986f5;
}
.form_block .form_value{
	font-size:20px;
	font-weight:600;
	font-family:Exo\ 2,Open Sans,sans-serif;
	text-align:center;
	padding:18px 0;
	min-width:140px;
	color:#656f81;
}
.form_block .form_value>p{display:none;}

.form_block .form_value>span{
	color:#a5b0c5;
}
.form_block .form_value .form_text{
	font-size:13px;
	font-family:Open Sans,sans-serif;
	font-weight:300;
	color:#656f81;
	margin-top:-5px;
}
.form_block #spin-wheel-button{
	cursor:help;
	margin:auto
}
.form_block.form_full__1a9mq button{
	margin:auto;
	width:100%;
	max-width:70%
}
.form_block button{
	display:flex;
	justify-content:center;
	text-align:center;
	padding:9px 0;
	width:140px;
	font-size:12px;
	font-weight:500
}
@media (max-width:1250px){
	.form_block button{
	width:120px
}

}
@media (max-width:390px){
	.form_block{
	height:80px
}
.form_block .form_value{
	font-size:16px;
	width:40%;
	min-width:auto
}
.form_block .form_value .form_text{
	font-size:12px
}

}
.form_errorBlock{
	background:rgba(39,45,57,.85);
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	height:100%;
	align-items:center;
	text-shadow:0 0 15px #272d39;
	color:#ffd000;
	z-index:2
}
.form_errorBlock,.form_recharge{
	text-align:center;
	display:flex;
	justify-content:center;
	flex-direction:column
}
.form_recharge{
	width:100%
}
.form_recharge>span{
	font-size:12px;
	color:rgba(201,205,219,.54)
}
.form_recharge .form_timeLeft{
	font-family:Exo\ 2,Open Sans,sans-serif;
	font-weight:500;
	font-size:20px;
	line-height:25px;
	color:#c9cddb
}
.quest-banner{
	padding:30px 20px;
	background:#2e3542;
	border-radius:6px 6px 0 0;
	position:relative;
	overflow:hidden;
	text-align:center
}
.quest-banner:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	opacity:.05;
	background:url(/assets/jpg/free.bg.jpg) 50% 50%;
	background-size:cover
}
.quest-banner:after{
	content:"";
	position:absolute;
	top:-100%;
	width:30%;
	left:50%;
	margin-left:-15%;
	-webkit-transform:rotate(25deg);
	transform:rotate(25deg);
	height:300%;
	background:hsla(0,0%,100%,.02)
}
.quest-banner.task:before{
	background:url(/assets/jpg/free.bg.jpg) 50% 50%;
	background-size:cover
}
.quest-banner.task>i{
	font-size:135px
}
@media (max-width:820px){
	.quest-banner.task>i{
	font-size:105px
}

}
.quest-banner.affiliate{
	margin:-30px -30px 0
}
.quest-banner .caption{
	margin-top:-5px;
	position:relative
}
.quest-banner .caption h1{
	color:#fff;
	position:relative;
	font-family:Exo\ 2,Open Sans,sans-serif;
	font-weight:600;
	font-size:24px;
	margin-bottom:12px
}
.quest-banner .caption h1 .underline{
	padding-bottom:5px;
	border-bottom:3px solid #ffc645
}
.quest-banner .info{
	font-weight:400;
	font-size:15px;
	color:#b3b6bd;
	position:relative
}
.quest-banner .bottom{
	color:#828f9a;
	margin-top:30px;
	position:relative
}
.quest-banner .bottom .btn-link{
	color:#9ca4b3;
	border-bottom:1px dashed;
	cursor:pointer;
	margin-left:5px
}
.quest-banner .bottom .btn-link,.quest-banner .bottom .btn-link:active,.quest-banner .bottom .btn-link:focus,.quest-banner .bottom .btn-link:hover{
	outline:0;
	background:0 0
}
.quest-banner .bottom .btn-link:hover{
	color:#b9bfc9
}
.quest-banner .btn-close{
	position:absolute;
	top:0;
	right:0;
	background:0 0;
	padding:15px;
	font-size:15px
}
.quest-banner .btn-close:hover{
	color:#4986f5
}
@media (max-width:820px){
	.quest-banner{
	padding:20px
}
.quest-banner .caption h1{
	font-size:23px
}
.quest-banner .info{
	font-size:13px
}
.quest-banner .bottom{
	margin-top:20px
}

}
@media (max-width:480px){
	.quest-banner.affiliate{
	margin:-15px -15px 0
}

}
.dailyFree_wrap{
	padding:25px 0 15px
}
.dailyFree_free{
	min-height:380px;
	display:flex;
	align-items:center;
	width:100%;
	justify-content:space-around
}
@media (max-width:1050px){
	.dailyFree_free{
	flex-direction:column
}

}
.dailyFree_fortune{
	display:flex;
	align-items:center;
	position:relative
}
.Arrow_arrow{
	position:absolute;
	left:-50%!important;
	margin-left:-5px
}
.Arrow_arrow path{
	fill:#4986f5;
	-webkit-animation:Arrow_wave 1s ease-out infinite;
	animation:Arrow_wave 1s ease-out infinite;
	-webkit-animation-direction:alternate;
	animation-direction:alternate
}
.Arrow_arrow .Arrow_top{
	-webkit-animation-delay:.1s;
	animation-delay:.1s
}
.Arrow_arrow .Arrow_middle{
	-webkit-animation-delay:.3s;
	animation-delay:.3s
}
.Arrow_arrow .Arrow_bottom{
	-webkit-animation-delay:.6s;
	animation-delay:.6s
}
@-webkit-keyframes Arrow_wave{
	0%{
	fill-opacity:.1
}
50%{
	fill-opacity:.7
}
to{
	fill-opacity:1
}

}
@keyframes Arrow_wave{
	0%{
	fill-opacity:.1
}
50%{
	fill-opacity:.7
}
to{
	fill-opacity:1
}

}
.popover-tip-text{
	color:#fff;
	padding:10px;
	font-size:14px;
	max-width:214px
}
.gameEnd-tip .popover-tip-text{
	max-width:240px;
	text-align:center
}
.popover-tip-block{
	outline:0;
	border:0;
	background:0 0
}
.popover-tip-icon{
	background:#4986f5;
	color:#fff;
	border-radius:50%;
	height:20px;
	width:20px;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	position:relative;
	cursor:pointer
}
.popover-tip-icon:hover{
	background:#3176f4
}
.popover-tip-icon svg{
	width:100%;
	display:block;
	width:11px;
	height:11px
}
.item_item{
	color:#818b9e;
	position:relative;
	padding:.75rem 0 .75rem 1.75rem;
	border-left:3px solid #2c323d;
	margin-bottom:5px;
	cursor:pointer
}
.item_item:last-child{
	margin-bottom:0
}
.item_item .popover-tip-block{
	display:inline-block
}
.item_item .popover-tip-icon{
	width:15px;
	height:15px
}
.item_item .popover-tip-icon svg{
	width:9px;
	height:9px
}
.item_item.item_active,.item_item:hover{
	border-left:3px solid #4986f5
}
.item_item.item_active .item_icon{
	height:37px;
	width:37px;
	background:#4986f5
}
.item_item.item_active .item_icon svg{
	fill:#fff
}
.item_item.item_active .item_caption{
	color:#4986f5
}
.item_caption{
	color:#474f5c;
	font-size:12px;
	font-weight:600;
	letter-spacing:.8px;
	text-transform:uppercase;
	margin-bottom:.5rem
}
.item_iconWrap{
	display:flex;
	height:100%;
	position:absolute;
	right:100%;
	top:0;
	cursor:pointer;
	margin-right:40px
}
@media (max-width:1180px){
	.item_iconWrap{
	display:none
}

}
.item_icon{
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	background:#313948;
	height:30px;
	width:30px;
	line-height:30px;
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	-webkit-transition:.1s ease-out;
	transition:.1s ease-out
}
.item_icon .icon-referrals{
	font-size:15px
}
.item_icon svg{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	fill:#546078;
	font-size:13px
}
.item_text{
	color:#818b9e;
	font-size:14px;
	font-weight:500;
	line-height:20px
}
.item_text .bet-number{
	padding-left:18px
}
.item_text .bet-number svg{
	width:13px;
	height:13px;
	font-size:13px;
	left:-17px;
	fill:#62ca5b
}
.item_text strong{
	color:#fff
}
@media (max-width:1050px){
	.item_item{
	border:0;
	padding:15px;
	margin:0
}
.item_item.item_active,.item_item:hover{
	border-left:0;
	background:#2d3340
}

}
.dailyFree_wrapper{
	width:calc(60% - 100px)
}
.list_list{
	padding-left:25px;
	width:calc(40% - 25px)
}
@media (max-width:1180px){
	.list_list{
	padding:0
}

}
@media (max-width:1050px){
	.list_list{
	width:100%
}

}
.free-circle{
	width:100%;
	height:auto
}
.free-pointer{
	z-index:2;
	width:20px;
	height:auto;
	position:absolute;
	left:calc(50% - 10px);
	top:7px
}
.promo_promo{
	display:flex;
	align-items:center;
	position:relative;
	flex-direction:column;
	width:380px;
	padding:0 15px
}
.promo_info{
	width:100%;
	margin-bottom:20px
}
.promo_info .promo_here{
	border:2px solid #fff;
	border-bottom:0;
	height:18px;
	text-align:center;
	position:relative;
	margin:auto auto 10px;
	width:60%
}
.promo_info .promo_here span{
	color:#fff;
	text-transform:uppercase;
	position:absolute;
	top:-10px;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	white-space:nowrap;
	z-index:2;
	background:#272d38;
	padding:0 10px
}
.promo_info .promo_buttons{
	display:flex;
	width:100%
}
.promo_info .promo_buttons a{
	line-height:normal;
	display:flex;
	align-items:center;
	width:calc(50% - 5px);
	font-size:14px;
	justify-content:center
}
.promo_info .promo_buttons a .icon{
	margin-right:10px
}
.promo_info .promo_buttons a .icon-vk{
	font-size:13px
}
.promo_info .promo_buttons a:first-child{
	margin-right:10px
}
.promo_form{
	width:100%;
	display:flex;
	align-items:center;
	background:rgba(32,36,47,.9);
	margin:auto;
	height:100px;
	border-top:2px solid #4986f5
}
.promo_form .btn,.promo_form .input-field{
	height:44px
}
.promo_form .input-field{
	border-radius:6px 0 0 6px;
	border:1px solid transparent;
	border-right:0;
	text-transform:uppercase;
	font-size:13px
}
.promo_form .input-field::-webkit-input-placeholder{
	text-transform:none
}
.promo_form .input-field::-moz-placeholder{
	text-transform:none
}
.promo_form .input-field::-ms-input-placeholder{
	text-transform:none
}
.promo_form .input-field::placeholder{
	text-transform:none
}
.promo_form .input-field:not([readonly]):focus{
	border-color:#4986f5;
	border-right:0
}
.promo_form .btn{
	border-radius:0 6px 6px 0
}
.promo_formWrap{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%
}
@media (max-width:1050px){
	.promo_promo{
	margin-bottom:20px
}

}
@media (max-width:460px){
	.promo_promo{
	width:100%
}
.promo_info .promo_here{
	width:75%
}
.promo_form{
	height:80px;
	padding:0 15px
}
.promo_form .btn{
	padding:7px 10px
}

}
.method_Wrapper__1enfO{
	display:flex;
	align-items:center;
	position:relative;
	height:24px;
	color:#828f9a
}
.next_Next__3Bgy6{
	display:flex;
	align-items:center;
	justify-content:center;
	margin:15px 0;
	overflow:hidden;
	position:relative
}
.withdraw_form__2ikKS{
	padding:0;
	border-bottom:0;
	margin-bottom:20px
}
.withdraw_InputWithSelect__3t0rO{
	position:relative
}
.wallet_deposit,.wallet_deposit_mobile,.wallet_history,.wallet_withdraw,.wallet_withdraw_mobile{
	margin-bottom:20px
}
.withdraw_form__2ikKS .form-label{
	color:#828f9a;
	font-size:14px;
	line-height:14px;
	margin-bottom:20px;
	display:inline-block
}
.withdraw_form__2ikKS .input-field{
	border:1px solid #343b48;
	background:#222731;
	height:52px;
	font-size:16px
}
.input-valid .valid.inline{
	bottom:auto;
	top:100%;
	background:rgba(220,53,69,.9);
	border-radius:2px;
	font-size:10px;
	margin:2px 0 0;
	color:#fff;
	padding:4px 6px;
	z-index:3
}
.next_Next__3Bgy6:before{
	content:"";
	background:#333a48;
	position:absolute;
	left:0;
	right:0;
	height:1px
}
.next_Wrapper__3lahh{
	position:relative;
	z-index:1;
	background:#272d39;
	padding:0 15px
}
.next_Next__3Bgy6 svg{
	fill:#404858;
	height:14px;
	font-size:18px;
	margin-top:1px
}
.method_Method__2gu9L{
	color:#fff;
	display:inline-flex;
	align-items:center;
	margin-left:8px
}
.method_Method__2gu9L img{
	height:18px;
	margin-right:5px
}
.level-form{
	margin:auto;
	width:95%;
	border-radius:6px;
	padding:20px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:14px;
	background:0 0;
	border:1px solid #36404d;
	color:#818b9e;
	font-weight:500;
	text-transform:uppercase;
	width:calc(100% - 2rem)
}
.level-form svg{
	margin-top:-3px;
	margin-left:5px;
	margin-right:5px
}