html,body{
	position: relative;
	height: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:none;
	font-size: 16px;
	line-height: 1.5em;
	display: flex;
	flex-direction: column;
}

a {
  color: #dd3721;
  text-decoration: none;
  background-color: transparent;
}
a:hover{
	color: #0022ba;
}

img{
	max-width: 100%;
	height: auto;
}


h6, h5, h4, h3, h2, h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 1.12;
}

h1 {
	font-size: 1.9rem;
	position: relative;
}
h2{
	position: relative;
	font-size: 1.7em;
}
h3{
	font-size: 1.5em;
}
@media (max-width: 575px) {
	h1 {
		font-size: 1.6rem;
	}
	h2{
		font-size: 1.3rem;
	}
	h3{
		font-size: 1.2rem;
	}
}

h1:after,h2:after{
	content: "";
	position: absolute;
	bottom: -2px;
	left: -4px;
	display: block;
	width: 30px;
	height: 2px;
	background: #bbb;
	box-shadow: 90px 0 0px rgba(0,0,0,0.06), 60px 0 0px rgba(0,0,0,0.1), 30px 0 0px rgba(0,0,0,0.2);
}


.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


.main{
	flex:1 0 0;
}
.navbar{
	flex:0 0 50px;
}



.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: 27px;
	font-weight: 600;
	color: #389612 !important;
	letter-spacing: -0.8px;
	text-shadow: 0 10px 1px #eed;
}
.text-success {
  
}

.icon-flip{
	transform: scaleX(-1);
}



.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
table {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    font-size: 0.97em;
    box-shadow: 2.5px 4.3px 5px rgb(0 0 0 / 7%), inset 0 0 0 2px #fff;
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    background: rgba(0,0,30,0.02);
    overflow: scroll;
}
table, th, td {
    border: 1px solid #dbdbdb;
}
table tr:nth-child(2n+1) {
    background: #fafafb;
}
td, th {
    border-width: 0 1px 1px 0;
    padding: 5px 7px;
}
td p:last-child {
    margin-bottom: 0;
}
td:first-child {
    background: #f0f0f5;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%) inset;
}

.content ul, .content ol{
	background: rgba(20,20,0,0.02);
	padding-top: 10px;
	padding-bottom: 10px;
}
.content li{
	margin-bottom: 5px;
}
.content li:last-child{
	margin-bottom: 0;
}







.sticky-top{
	position: sticky;
	top:0;
	background: #fff;
	z-index: 2;
}
.navbar{
	background: #fdfdfe;;
}
.navbar-nav{
	height: 50px;
	display: flex;
	align-items: stretch;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.menu_item{
	position: relative;
	display: flex;
	align-items:center;
}
.menu_link{
	height: 38px;
	display: flex;
	align-items: center;
	padding: 5px 6px;
	text-decoration: none;
	font-size: 16px;
	border-radius: 3px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	color: #b20;
/*     border: 1px solid #f1d574; */
}
.menu_link:hover{
	color:#011574;
}
.menu_link .svg{
	border: 1px solid;
    border-radius: 50%;
}
.menu_item_dropdown{
	transform: translateY(4px);
	transition: all .13s ease-out;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: -15px;
	background-color: #fff;
	border: 1px solid #e4dfda;
	border-radius: 4px;
	box-shadow: 0 9px 12px 0 rgba(77,72,64,.16);
	min-width: calc(100% + 1px);
	padding: 9px 0;
	width: auto;
}
.menu_item.open .menu_item_dropdown, .menu_item:hover .menu_item_dropdown{
	opacity: 1;
	transform: none;
	visibility: visible;
}
.menu_item_dropdown .menu_link {
  padding: 5px 20px 5px 15px;
  white-space: nowrap;
  font-size: 13px;
  color:#3a6e9e;
  height: auto;
  border:none;
  margin: 1px 0;
}
.menu_item_dropdown .menu_link:hover{
	color:#3a6e9e;
	background: #fff;
}





.svg{
	fill:currentColor;
}

.navbar-toggler{
	display: none;
	border:1px solid #54381c;
	height: 40px;
	width: 40px;
	border-radius: 4px;
	flex:0 0 40px;
	padding: 5px;
	background: #fafafd;
}
.navbar-toggler .svg{
	width: 24px;
	height: 24px;
}
.navbar-collapse.open{
	display: block;
	z-index: 3;
	overflow: auto;
	
}
@media (max-width: 960px) {
	.navbar-collapse{
		display: none;
		position: fixed;
		top:50px;
		left: 0;
		background: #fdfdff;
		width: 100%;
		height: 518px;
		height: calc( 100% - 50px );
		height: auto;
		box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	}
	.navbar-nav{
		flex-direction:column;
		height: auto;
	}
	.navbar-toggler{
		display: block;
		text-align:center;
	}
	.menu_link{
		padding: 5px 15px;
		border-top: 1px solid #f0f0f0;
		font-size: 14px;
		color: #3a6e9e;
	}
	
	.menu_item{
		display: block;
    }
	.menu_item_dropdown{
		position: static;
		box-shadow: none;
		
		opacity: 1;
		visibility: visible;
		border: none;
		border-left: 10px solid #eee;
		padding: 0;
		width: auto;
		min-width: 0;
		transform: none;
	}
	.menu_item_dropdown .menu_link{
		padding: 7px 10px;
		font-size: 13px;
	}
}

.breadcrumb {
	list-style: none;
	white-space: nowrap;
	color: #446;
}
.breadcrumb_item{
	margin-right: 10px;
	
}
.breadcrumb_item:after{
	content: "/";
	display: inline-block;
	padding: 0 4px;
	color: #888;
}
.breadcrumb_item:last-child:after{
	content: "";	
}
.breadcrumb_name{
	display: inline-block;
	padding: 7px 0;
}







.rating{
	background: url(images/star-dark.svg) repeat-x 0;
	background-size: auto;
	background-size: auto 100%;
	display: inline-block;
	height: 16px;
	margin-right: 5px;
	position: relative;
	vertical-align: middle;
	width: 81px;
	filter: drop-shadow(2px 4px 3px rgba(0,0,0,0.12));
	margin-bottom: 2px;
}
.rating .rating-value {
  background: url(images/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);
}


.section_toplist{
	background:#98a url(fruits-bg.jpg) repeat center top;
	padding: 14px 0;
	box-shadow: 0 0 15px rgba(10,0,0,0.12) inset;
}
@media (max-width: 480px) {
	.section_toplist{
		padding: 5px 0;
	}
}


.toplist_item{
	align-items: stretch;
	margin-bottom: 14px;
}
@media (max-width: 480px) {
	.toplist_item{
		display: block;
	}
}

.toplist_pos{
	position: absolute;
	background: #fafafa;
	color: #115;
	padding: 3px 6px;
	white-space: nowrap;
	border-radius: 3px;
	top:0px;
	right: 2px;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	box-shadow: 0 1px 3px #000;
	
}

.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;
	flex:0 0 245px;
	position: relative;
}
.toplist_logo_img{
	width: 180px;
	height: auto;
	max-width: 100%;
	transition:all 0.2s;
}
.toplist_item:hover .toplist_logo_img{
	transform:scale(1.04);
}
@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: 80px;
	}
}



.logo_bg_club{
	background: rgba(20,12,45,0.84);
}

.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;
	}	
}
@media (max-width: 480px) {
	.toplist_bonuses br{
		display: none;
	}
}

.border-b-d{
	border-bottom: 1px dashed #ccc;
}


.toplist_effect{

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

}


.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;
  white-space: nowrap;
  text-decoration: none;
}
.button:hover{
	color: #fff;
}
.button-orange {
  background-image: linear-gradient(20deg,#f41004,#b47802);
  color: #fff !important;
}
.button-orange:hover {
  background-image: linear-gradient(90deg,#f88a21,#f84a23);
}
.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-green {
  background-image: linear-gradient(20deg,#f41004,#b47802);
  color: #fff !important;
  padding: 7px 19px;
}



/* GAME FRAME */
.game-wrap{
	background:#fdfdfe;
}
.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;
}








.button-blue:hover {
  background-image: linear-gradient(270deg,#622eef,#7d4efc);
}


.answer {
    font-size: 1.15em;
    padding: 15px;
    background: #faf7f4;
    border-top: 2px solid #f7f2f1;
    border-radius: 0 0 4px 4px;
}




.footer{
	background: rgba(35,15,15,0.97);
	box-shadow: 0 -3px 0 rgba(35,15,15,0.5);
    color: #ddd;
    font-size: 0.87em;
}
.footer a{
	color:#fff;
	display: inline-block;
	padding: 4px;
}
.footer a:hover{
	color: #fff;
	text-decoration: underline;
}

.plus18 {
  background-color: #d05220;
  border-radius: 50%;
  color: #201010;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
}