html,body{
margin: 0;
padding:0;
position: relative;
height: 100%;
background: #172035;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
font-family: 'Arimo', Tahoma, sans-serif;
font-size: 16px;
color: #fff;
line-height: 1.75;
}
button, input, select, textarea{
 font-family: inherit;
}

img{
	max-width: 100%;
}

p{
	margin:0 0 1em;
}
p:last-child{
	margin-bottom: 0;
}

dfn,cite,em,i{
	font-style:italic;
}

blockquote{
	color:#fdfdfd;
	font-size:17px;
	line-height:1.5;
	margin:0 -10px 1.4em;
	padding:15px 20px;
	border-radius: 6px;
}
blockquote a{
	color:#ffd;
}


.wrapper{
	max-width: 1365px;
	margin: 0 auto;
}
@media (max-width: 576px) {
	.wrapper{
		overflow: hidden;
	}
}

.main{
	padding: 20px 20px 30px;
}
@media (max-width: 576px) {
	.main{
		padding: 15px 10px 15px;
	}
}

.header{
	background: #171f36;
	
}
.nav{
	margin: 0 auto;
	max-width: 1365px;
	padding: 0 20px;
	box-sizing: border-box;
	align-items:center;
}
@media (max-width: 576px) {
	.header{
		height: 45px;
	}
	.nav-fixed{
		position: fixed;
		top:0;
		width: 100%;
		z-index: 16;
		box-shadow: 0 1px 4px rgba(0,0,60,0.3);
		background: #171f36;
	}
	.nav{
		padding: 2.5px 4px;
	}
	.sitelogo{
		margin-right:auto;
		flex: 1 0 0;
	}
	.sitelogo img{
		width: auto;
		height: 40px;
	}
	.nav-right{
		display: flex;
		align-items:center;
	}
	
}


.header-menu {
    background-color: #041020;
    color: hsla(0,0%,100%,.5);
    font-size: 15px;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 30px;
}
@media (max-width: 768px){
	.header-menu {
		padding: 0 10px;
	}
}
.header-menu a{
	color: hsla(0,0%,100%,.95);
	text-decoration: none;
	transition: all .245s;
}
.header-menu a:hover{
	color:#feae02;
}
.main-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}
.menu-item{
	margin-right: 20px;
	list-style: none;
	white-space: nowrap;
}
@media (max-width: 768px) {
	.main-menu{display:none;}	
}





.openmenu{
	flex:0 0 40px;
	margin-right: 10px;
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    padding: 1px;
    background-image: linear-gradient(#385281,#476294);
    border-radius: 5px;
}
.openmenu svg{
	fill:#fff;
}
.openmenu_bg{
    display: flex;
    align-items:center;
	justify-content:center;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    overflow: hidden;
    background-image: linear-gradient(#112952,#476294);
    will-change: transform;
}
.menu-icon{
	width: 40px;
	height: 3px;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 1px #000;
}

.menu-wrapper{
	position: fixed;
    top: 0;
    z-index: 15;
    display: flex;
    height: 100%;
    width: 100%;
    padding-top: 68px;
    overflow: hidden;
    display: none;
}
.menu-wrapper.open{
	display: flex;
}
@media (max-width: 540px) {
	.menu-wrapper{
		padding-top: 50px;
	}
}
.menu{
	position: relative;
    width: 100%;
    height: 100%;
    background-color: #112852;
    box-sizing: border-box;
    flex:0 0 300px;
    height: 100%;
}
.menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu .menu-item a{
    border-color: #35486d transparent #030912;
    border-style: solid;
    border-width: 1px;
    background-color: #112852;
    color: #fff;
    font-size: 16px;
    padding: 5px 15px;
    display: block;
    line-height: 30px;
}
.black-cover{
	flex:1 0 0;
	background: rgba(0,0,0,0.5);
	height: 100%;
}


.dark{
	background: #041020;
}


.flag-ru{
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 26px;
	background: url(img/ru.png) no-repeat center center;
}



.btn {
    display: inline-block;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    border-radius: 7px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;

    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.btn-login {
    background-color: #ffa40f;
    border: 1px solid #ffa40f;
    padding: 0 14px;
}
.btn-register {
    background-color: #ee344b;
    border: 1px solid #ee344b;
    padding: 0 14px;
}

.btn2 {
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
	display: inline-block;
	color: #fff !important;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	padding: 0 18px;
	text-decoration: none;
}
.btn2-green {
	background: #3cb133;
	margin: 5px;
	cursor: pointer;
}
.btn2-green:hover {
	background: #2b7b25;
}







/* GAME FRAME */
.game-wrap{
	background:#cde6e3 url(/css/img/slot-bg.jpg) center top / cover;
}
.game{
	width:1000px;
	max-width: 100%;
	margin:0 auto;
	position:relative;
	box-sizing: border-box;
	box-shadow: 0px 0px 1px 5px rgba(0,0,0,0.1),0px 0px 10px 5px rgba(0,0,0,0.1) inset;
	border-radius:5px;
	color:#111;
}
.game_wrapper{
	padding: 15px;
}
.game_box{
	background:rgba(0,0,0,0.1);
	border-radius:5px;
}
.game_image{
	border-radius:5px;
	width:100%;
	max-width: 100%:
	height:auto;
	cursor: pointer;
}
.game_frame{
	border-radius:5px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	border:0;
	overflow: hidden;
	z-index: 2;
}

.game_button{
	position: absolute;
	top:50%;
	left: 50%;
	transform:translate(-50%,-50%);
	font-size: 22px !important;
	line-height: 25px;
	box-shadow: 0 5px 1px 0 rgba(110,110,220,0.7), 0 5px 25px  5px #fff;
	transition: all 0.32s;
}
.game_button:hover{
	margin-top:3px;
	box-shadow: 0 2px 1px 0 rgba(110,110,220,0.7), 0 5px 25px  5px #fff;
}
.game_button small{
	font-size: 13px;
}
@media (max-width: 768px){
	.game_button{
		font-size: 20px;	
	}
}



/* GAMES */


@media (max-width: 991px){
	.games{
		flex-wrap: nowrap !important;
		overflow: auto;	
	}
}

.game-item {
    padding: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
	transition:all 0.233s;
}
.game-item img{
	width: 100%;
}

@media (min-width: 766px){
.game-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
}
@media (min-width: 992px){
.game-item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}
}

.game-item__img-container {
    border: 2px solid #feae00;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    position: relative;
}

@media (min-width: 766px){
.game-item__title {
    height: 40px;
    font-size: 14px;
}
}
.game-item__title {
    background-color: #041020;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0 0 10px 10px;
    font-size: 12px;
    height: 34px;
    line-height: 1.1;
    font-weight: 600;
    transition:all .255s;
}
.game-item:hover .game-item__title {
	background-color: #f39c12;
    background-image: -o-linear-gradient(45deg,#e74c3c,#f39c12);
    background-image: linear-gradient(45deg,#e74c3c,#f39c12);
	font-size: 13px;
}
.game-item .cover{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height:100%;
	text-indent: -4900px;
}





/* FAQ */
.faq-list{
	margin: 10px 0 15px;
}
.faq-item{
	margin-bottom: 15px;
	border:2px solid rgba(250,100,10,0.5);
	border-radius: 5px;
	padding: 10px;
	overflow: hidden;
}
@media (max-width: 768px) {
	.faq-item{
		padding: 0;
	}
}
.faq-item .question{
	background-image: linear-gradient(45deg,#e74c3c,#f39c12);
	color:#fff;
	text-transform: uppercase;
	font-size: 18px;
	padding: 12px 15px;
	margin: 0;
	border-radius: 5px 5px 0 0;
}
.faq-item .answer{
	padding: 12px 15px;
	background: rgba(245,170,20,0.04);
	font-size: 1.05em;
}
.faq-item:last-child{
	margin-bottom: 0;
}


.cont-nav{
	clear:both;
	background: #041020;
	padding: 14px;
	border-radius: 4px;
	margin-bottom: 10px;
	margin-right: auto;
}

.content{

}

.content a{
	color:#6cc143;
}
.content img{
	height: auto;
}

.floatleft,.justifyleft{
	float:left;
	margin-right: 15px;
	margin-bottom: 10px;
}
@media (max-width: 768px) {
	.floatleft{
		float:none;
		display: block;
		text-align: center;
		margin: 0 0 10px;
	}
}

h1,h2,h3,h4,h5,h6{
	line-height: 1.3em;
}

@media (max-width: 768px) {
	h1{
		font-size: 1.55em;
		line-height: 1.2em;
	}
	h2{
		font-size: 1.4em;
	}
	h3{
		font-size: 1.2em;
	}
}



table, th, td {
    border: 1px solid #351;
}
table {
    border: 1px solid #996;
    border-radius: 3px;
	font-size:0.97em;
    box-shadow: 0px 4px 5px rgba(20,50,10,0.02);
    border-collapse: separate;
    border-spacing: 0;
    border-width: 2px;
    margin: 0 0 1.72em;
    table-layout: fixed;
	background:rgba(0,0,0,0.2);
	overflow:scroll;
}
table tr{
	background: rgba(250,250,250,0.06);
}
table tr:nth-child(2n+1) {

}
td, th {
    border-width: 0 1px 1px 0;
padding:5px 7px;
}
td p:last-child{
margin-bottom:0;
}

.table-responsive{
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}



.footer{
	padding: 20px;
	background: #171f36;
	color: hsla(0,0%,100%,.6);
	font-size: 14px;
	line-height: 20px;
	background: #041020;
}
.footer a {
    color: hsla(0,0%,100%,.6);
    font-weight: 400;
}
.footer a:hover {
    color: #ffa40f;
}
.foot_menu-item{
	display: block;
	padding: 2px 0;
	margin-bottom:5px;
}


@media (max-width:520px){


}






.relative{
	position: relative;
}

.flex-center{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.bold {
	font-weight: 600;
}
.font-s{
	font-size: 13px;
}
.font-bonus{
	font-size: 28px;
	font-weight: 600;
	color: #28a745 !important;
	letter-spacing: -0.9px;
	line-height: 1.1;
}
.text-success {
  
}

.icon-flip{
	transform: scaleX(-1);
}




.toplist{
	max-width: 950px;
	margin: 0 auto;
}

.rating{
	background: url(img/star-dark.svg) repeat-x 0;
	background-size: auto;
	background-size: auto 100%;
	display: inline-block;
	height: 18px;
	margin-right: 5px;
	position: relative;
	vertical-align: middle;
	width: 90px;
	filter: drop-shadow(2px 5px 3px rgba(0,0,0,0.27));
	margin-bottom: 2px;
}
.rating .rating-value {
  background: url(img/star-y.svg) repeat-x 0;
    background-size: auto;
  background-size: inherit;
  display: block;
  height: 100%;
}


.toplist_head{
	box-shadow: 0 0 10px rgba(0,0,0,0.2) inset, 0 5px 1px rgba(0,0,0,0.2), 0 10px 1px rgba(0,0,0,0.1);
	
}
@media (max-width: 640px) {
	.toplist_head{
		white-space: normal !important;
	}
}
.toplist_title_image{
	width: auto;
	height: 35px;
	background: #fafafa;
	border-radius: 4px;
}

.section_toplist{
	background: #cde6e3 url(img/slot-bg.jpg) repeat center 0;
	background-size: auto;
	background-size: 100% auto;
	padding: 20px 0;
	box-shadow: 0 0 15px rgba(10,0,0,0.18) inset;
	color:#111;
}
@media (max-width: 640px) {
	.section_toplist{

	}
}
@media (max-width: 480px) {
	.section_toplist{
		padding: 0;
	}
}


.toplist_item{
	align-items: stretch;
	margin-bottom: 10px;
}
@media (max-width: 480px) {
	.toplist_item{
		display: block;
	}
}

.toplist_pos{
	position: absolute;
	background: #fafafa;
	color: #115;
	padding: 3px 5px;
	white-space: nowrap;
	border-radius: 3px;
	top:-10px;
	left: 5px;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	box-shadow: 0 1px 3px #000;
	
}
.toplist_pos img{
	margin: -2px -1px 1px;
	width: 18px;
	height: 18px;
}
.toplist_logo{
	padding: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2) inset, 0 5px 1px rgba(0,0,0,0.2), 0 10px 1px rgba(0,0,0,0.1);
	border-radius: 6px 0 0 6px;
	margin-top: 10px;
	flex:0 0 240px;
	position: relative;
}
.toplist_logo_img{
	width: 200px;
	height: auto;
	max-width: 100%;
	border-radius: 4px;
}
@media (max-width: 575px) {
	.toplist_logo{
		flex:0 0 180px;
		padding: 5px;
	}
}
@media (max-width: 480px) {
	.toplist_logo{
		flex:0;
	}
	.toplist_logo_img{
		width: auto;
		height: 85px;
	}
}

.button_reg{
	box-shadow: 0 2px 3px rgba(0,0,30,0.3);
}

.logo_bg_club{
	background: #220e2d;
/* 	background: url(images/back-slots-1100.jpg) repeat center 0; */
	background-size: contain;
	background-attachment: fixed;
}
@media (max-width: 640px) {
	.logo_bg_club{
/* 		background: url(images/back-slots-600.jpg) repeat center 0; */
	}
}


.toplist_details{
	background: #fff;
	border-radius: 6px 6px 6px 0;
	flex: 1 0 0;
	box-shadow: 0 0 3px rgba(0,0,0,0.1) inset, 0 5px 1px rgba(0,0,0,0.2), 0 10px 1px rgba(0,0,0,0.1);
}
@media (max-width: 575px) {
	display: block;
	flex:1 0 auto;	
}

.toplist_name{
	font-size: 23px;
	font-weight: 600;
	color: #333;
	white-space: nowrap;
	flex:0 0 25%;
}
@media (max-width: 575px) {
	.toplist_name{
		margin-bottom: 5px;	
	}
}
.toplist_info{
	font-size: 13px;
}
@media (max-width: 575px) {
	.toplist_info{
		flex:1 0 100%;
		margin-top: 10px;
	}
}

.toplist_rating{
	white-space: nowrap;
	font-size: 13px;
	color:#445;
}

.toplist_main{
	flex:1 0 0;
}
@media (max-width: 575px) {
	margin: 0;	
}

.toplist_bonuses{
	flex:0 0 200px;
	align-content: center;
	border-left: 1px dashed #ccc;
}
@media (max-width: 768px) {
	.toplist_bonuses{
		flex:1 0 100%;
		border:none;
		border-top: 1px dashed #ccc;
		padding-top: 5px;
	}	
}
@media (max-width: 575px) {
	.font-bonus{
		font-size: 24px;
	}
	.toplist_bonuses br{
		display: none;
	}
}
@media (max-width: 480px) {
	
}

.border-b-d{
	border-bottom: 1px dashed #ccc;
}


/* .toplist_effect{
	position: absolute;
	pointer-events: none;
	top:-20px;
	right: -10px;
	width: 170px;
	height: 122px;
	background: url(images/effect1.png) no-repeat center center;
	background-size: contain;
	transition: all 0.3s;
	filter:grayscale(0.5);
	padding: 0;
}
@media (max-width: 1024px) {
	.toplist_effect{
		width: 90px;
		height: 70px;
		top:-15px;
		right: -15px;
	}
}
.toplist_effect2{
	background-image: url(images/effect2.png);
} */

.toplist_item:hover .toplist_effect{
	right: -8px;
	top:-11px;
	filter:grayscale(0);
}


.button {
  background-color: #2f3651;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 7px 15px;
  text-align: center;
  text-transform: uppercase;
  transition: all .15s;
  transition: all .25;
  white-space: nowrap;
  text-decoration: none;
}
.button:hover{
	color: #fff;
}
.button-orange {
  background-image: linear-gradient(90deg,#e4a91b 12%,#f88021 79%);
  color: #fff !important;
}
.button-orange:hover {
  background-image: linear-gradient(90deg,#f88a21,#f84a21);
}
.button_text2{
	font-size: 0.92em;
	font-weight: 400;
}

.button-blue {
  background-image: linear-gradient(270deg,#3a6aee,#378ffb);
  color: #fff !important;
  padding: 7px 19px;
}
.button-blue:hover {
  background-image: linear-gradient(270deg,#622eef,#7d4efc);
}

