body,html,div,p,a,ul,li,input,button,form,textarea,span,img,h1,h2,h3 {
	margin: 0; padding: 0;
}

:focus {
	outline: -webkit-focus-ring-color auto 0;
}

ins {
	clear: both;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0;
  transition: background-color 5000s ease-in-out 0s;
}

body {
	margin: 0;
	background: #fff;
	/*font-family: 'PT Sans',Helvetica,Arial,serif;*/
	font-family: 'PTSans', 'PT Sans', sans-serif;
	letter-spacing: -0.04em;
}

.display-none {
	display: none;
}

.header {
	background-color: #018ea5;
	height: 114px;
	min-width: 1445px;
    width: 100%;
	margin: 0 auto;
	padding: 0;
}

.header .content {
		width: 1260px; 
		margin: 0 auto;
	}
		
.logo img {
	width: 238px;
}		
		
.logo {
	float: left;
	margin-top: 42px;
}

.header .weather {
    width: 255px;
    height: 114px;
    float: left;
    margin-left: 30px;
}

.header .weather .wtext {
    color: #fff;
    float: left;
    padding-top: 36px;
	text-align: left;
}

.header .weather .wtext .time {
    font-weight: 700;
    font-style: normal;
    font-size: 24.0px;
    color: #fff;
    line-height: 32.0px;
}

.header .weather .wtext .city, .header .weather .wtext .date {
    font-weight: 700;
    font-style: normal;
    font-size: 13.0px;
    color: #fff;
    line-height: 17.0px;
}

#search_form {
	position: relative;
}
		
.search {
	background: url(./../img/search_bg_h.png) 100% 0px no-repeat;
	margin-top: 36px;
	float: right;
	border-radius: 2px;
	width: 377px;
    box-sizing: border-box;
}

.search input {
	background: transparent;
    height: 34px;
    width: 100%;
    border-radius: 2px;
	padding: 0 27px 0 10px;
	box-sizing: border-box;
    border: none;
	font-size: 14px;
    color: #9a9a9a;
    font-weight: bold;
	/*font-family: 'PT Sans',Helvetica,Arial,serif;*/
	font-family: 'PTSans', 'PT Sans', sans-serif;
}
	
.search-text {
    outline: none;
    width: 100%;
    height: 34px;
    border: none;    
	box-sizing: border-box;
    border: none;
	background: transparent;
}			
	
.search button {
	background: transparent;
	font-size: 0;
	position: absolute;
	border: 0 none;
	cursor: pointer;
	top: 0;
	right: 0;
	height: 34px;
	line-height: 34px;
	width: 27px;
	border-radius: 2px;
}

.search button:hover {
	background: transparent;
}

.search button i {
	display: block;
	height: inherit;
	line-height: inherit;
}

.menu {
	background-color: rgba(232,232,232,1.0);
    height: 25px;
    min-width: 1445px;
    width: 100%;
    margin: 0 auto;
	border-bottom: 2px solid rgba(160,160,160,1.0);
}

.menu .menu-box {
	width: 1260px;
    margin: 0 auto;
}

.menu ul {
	display: inline-block;
}

.menu ul li {
	/*display: inline-block;*/
	display: block;
    float: left;
	height: 25px;
	border-bottom: 2px solid rgba(160,160,160,1.0);
}

.menu ul li a {
	line-height: 25px;
	padding: 4px 11px 6px 11px;
	font-weight: 700;
    font-style: normal;
    font-size: 13px;
    color: #000;
	text-decoration: none;
}

.menu ul.head-menu li:hover a, .menu ul.head-menu li.active a {
	color: #fff;
}

.menu ul.head-menu li:nth-child(9n + 1) {
	border-bottom: 2px solid rgba(12,167,164,1.0);
}

.menu ul.head-menu li:nth-child(9n + 1):hover, .menu ul.head-menu li.active:nth-child(9n + 1) {
	background-color: rgba(12,167,164,1.0);
}

.menu ul.head-menu li:nth-child(9n + 2) {
	border-bottom: 2px solid rgba(162,0,0,1.0);
}

.menu ul.head-menu li:nth-child(9n + 2):hover, .menu ul.head-menu li.active:nth-child(9n + 2) {
	background-color: rgba(162,0,0,1.0);
}

.menu ul.head-menu li:nth-child(9n + 3) {
	border-bottom: 2px solid rgba(215,181,25,1.0);
}

.menu ul.head-menu li:nth-child(9n + 3):hover, .menu ul.head-menu li.active:nth-child(9n + 3) {
	background-color: rgba(215,181,25,1.0);
}

.menu ul.head-menu li:nth-child(9n + 4) {
	border-bottom: 2px solid rgba(43,215,25,1.0);
}

.menu ul.head-menu li:nth-child(9n + 4):hover, .menu ul.head-menu li.active:nth-child(9n + 4) {
	background-color: rgba(43,215,25,1.0);
}

.menu ul.head-menu li:nth-child(9n + 5) {
	border-bottom: 2px solid rgba(211,25,215,1.0);
}

.menu ul.head-menu li:nth-child(9n + 5):hover, .menu ul.head-menu li.active:nth-child(9n + 5) {
	background-color: 2rgba(211,25,215,1.0);
}

.menu ul.head-menu li:nth-child(9n + 6) {
	border-bottom: 2px solid rgba(215,126,25,1.0);
}

.menu ul.head-menu li:nth-child(9n + 6):hover, .menu ul.head-menu li.active:nth-child(9n + 6) {
	background-color: rgba(215,126,25,1.0);
}

.menu ul.head-menu li:nth-child(9n + 7) {
	border-bottom: 2px solid rgba(25,31,215,1.0);
}

.menu ul.head-menu li:nth-child(9n + 7):hover, .menu ul.head-menu li.active:nth-child(9n + 7) {
	background-color: rgba(25,31,215,1.0);
}

.menu ul.head-menu li:nth-child(9n + 8) {
	border-bottom: 2px solid rgba(177,177,177,1.0);
}

.menu ul.head-menu li:nth-child(9n + 8):hover, .menu ul.head-menu li.active:nth-child(9n + 8) {
	background-color: rgba(177,177,177,1.0);
}

.menu ul.head-menu li:nth-child(9n + 9) {
	border-bottom: 2px solid rgba(143,29,29,1.0);
}

.menu ul.head-menu li:nth-child(9n + 9):hover, .menu ul.head-menu li.active:nth-child(9n + 9) {
	background-color: rgba(143,29,29,1.0);
}

.langs {
	font-size: 0;
	float: right;
	margin: 0;
	height: 27px;
	position: relative;
}

.langs li {
	height: 25px;
}

.langs  li.langs-en {
	border-bottom: 2px solid rgb(211, 211, 211);
	background-color: rgb(211, 211, 211);
}

.langs li.langs-ru {
	border-bottom: 2px solid rgb(219, 150, 11);
	background-color: rgb(219, 150, 11);
}

.langs li.langs-ru a {
	color: #fff;
}

.content-box {
	margin: 0 auto;
	width: 1445px;
	background-color: #fafafa;
	padding-bottom: 15px;
}

.content {
	margin: 0 auto;
	width: 1260px;
}

.content-body {
	padding-top: 24px;
}

h1, h2, h3 {
	/*font-family: 'PT Sans',Helvetica,Arial,serif;*/
	font-family: 'PTSans', 'PT Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #000;
    line-height: 20px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.preview {
	width: 240px;
	height: 135px;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.preview.list-4 {
	width: 303.75px;
	height: 121px;
}

.preview-inner {}

.preview-inner ul {
	position: absolute;
	left: 0;
	bottom: 0;
	
}

.preview-poster {}


.previews-content {
	margin: -7.5px;
	font-size: 0;
}

.previews-content h2, .previews-content h3 {
	font-size: 18px;
}

.previews-content .preview {
	margin: 7.5px;
}

.previews-content.big-img .preview:nth-child(1) {
	height: 285px;
    width: 495px;
    float: left;
}

.previews-content.big-img .preview:nth-child(1) .title {
	padding: 0 14px 14px 14px;
}

.preview-poster img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.preview.list-4 .preview-poster img {
	width: 120px;
	height: 120px;
}

.preview.list-4 .title {
	background-image: none;
	background-color: transparent;
}

.preview .title {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 11px 6px 11px;
	background-color: rgba(0,0,0,.7);
	/*background-image: linear-gradient(180deg,transparent,rgba(0,0,0,1));*/
	box-sizing: border-box;
}

.preview.list-4 .title:before {
    content: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background-image: none;
}

.preview .title:before {
    content: " ";
    position: absolute;
    left: 0;
    top: -22px;
    width: 100%;
    height: 22px;
    background-image: linear-gradient(180deg,transparent,rgba(0,0,0,0.7));
}

.previews-content.big-img .preview:nth-child(1) .title:before {
	content: " ";
    position: absolute;
    left: 0;
    top: -28px;
    width: 100%;
    height: 28px;
    background-image: linear-gradient(180deg,transparent,rgba(0,0,0,0.7));
}

.preview.list-4 .title {
	width: 188px;
	padding: 0 10px 0 0;
    left: 130px;
	top: 0;
}

.preview span {
	font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #fff;
    text-align: left;
    /*letter-spacing: .72px;*/
    line-height: 18px;
}

.preview.list-4 span {
	font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: rgba(131,131,131,1.0);
    /*letter-spacing: .73px;*/
    line-height: 15px;
}

.preview-inner h2 {
	text-transform: none;
	font-weight: 700;
    font-style: normal;
    font-size: 17px;
    color: #fff;
    text-align: left;
    /*letter-spacing: 1px;*/
    line-height: 19px;
	padding-bottom: 3px;
}

.preview-inner h3 {
	text-transform: none;
	font-weight: 700;
    font-style: normal;
    font-size: 17px;
    color: #fff;
    text-align: left;
    line-height: 19px;
	padding-bottom: 3px;
}

.previews-content.big-img .preview:nth-child(1) .preview-inner h2, .previews-content.big-img .preview:nth-child(1) .preview-inner h3 {
	font-size: 21px;
}

/*.previews-content.big-img .preview:nth-child(1) .preview-inner h2, .previews-content.big-img .preview:nth-child(1) .preview-inner h3 {
	padding-bottom: 10px;
}*/

.preview.list-4 .preview-inner h2, .preview.list-4 .preview-inner h3 {
	text-transform: none;
	font-weight: 700;
    font-style: normal;
    font-size: 17px;
    color: rgba(38,38,38,1.0);
    line-height: 17px;
	letter-spacing: normal;
	max-height: 68px;
    overflow: hidden;
}

span.rating {
	background-color: rgba(73,142,0,1.0);
    height: 24px;
    width: 58px;
    position: absolute;
    top: 14px;
    right: 14px;
    border-radius: 12px;
    transform: rotate(0);
    font-size: 13px;
	font-weight: 700;
    color: #fff;
    text-align: right;
    /*letter-spacing: .72px;*/
    line-height: 24px;
	padding: 0 4px;
	box-sizing: border-box;
}

span.rating img {
	height: 14px;
    width: 14px;
    float: left;
    padding: 5px 0 0px 8px;
}

.line {
	height: 40px;
}

.line-tag {
	height: 15px;
}

.button-play {
    background-color: rgba(213,213,213,1.0);
	border-radius: 8px;
    height: 26px;
    width: 100px;
    margin: 0;
    left: -1px;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    color: rgba(110,110,110,1.0);
    text-align: center;
    /*letter-spacing: .83px;*/
    line-height: 26px;
	position: absolute;
	bottom: 0;
	left: 130px;
	text-transform: uppercase;
}

.game-content {	
	display: inline-block;
	font-size: 0;
}

.adv-300x600 {
	width: 300px;
	height: 600px;
	display: inline-block;
	vertical-align: top;
}

.adv-300x600 .game-mon, .adv-300x600 .adv-block {
	height: inherit;
}

.game-col {
	display: inline-block;
	width: 628px;
	height: auto;
	vertical-align: top;
	margin: 0 15px;
}

.content.content-game .game-col.game-col-dark {
	width: 945px;
    margin: 0;
}

.content.content-game .game-content {
    margin: 15px 15px 0 0;
}

.game-poster img {
	width: 100%;
	height: 363px;
	object-fit: cover;
}

.game-info h1, .game-content-box h1 {
	font-weight: 400;
    font-style: normal;
    font-size: 34px;
    color: #000;
    text-align: left;
	letter-spacing: -0.6px;
    /*letter-spacing: 1.89px;*/
    line-height: 44px;
	text-transform: none;
}

.content.content-game .game-content-box h1  {
	margin: 15px 0 10px 0;
}

.game-info .description, .game-content-box .description {
	font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #000;
    text-align: left;
    /*letter-spacing: .83px;*/
    line-height: 19px;
}

.game-category {
	margin: 10px 0;
}

.game-category ul {
	margin: -2.5px;
}

.game-category ul li {
	display: inline-block;
	background-color: rgba(232,232,232,1.0);
	margin: 2.5px;
}

.game-category a {
	display: block;
	font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #000;
    text-align: center;
    /*letter-spacing: .72px;*/
    line-height: 13px;
	padding: 5px 10px;
	text-decoration: none;
}

.game-poster {
	position: relative;
}

.game-poster .game-desc-play {
    background-color: #0091ff;
    top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -31.5px;
    height: 63px;
    width: 200px;
    position: absolute;
    text-align: center;
	border-radius: 8px;
}

.game-poster .game-desc-play a {
	width: 100%;
    height: 100%;
    display: block;
	font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #fff; 
	/*letter-spacing: 1.11px; */
	line-height: 63px;
	text-decoration: none;
	text-transform: uppercase;
}

.navigation {
	margin-top: 15px;
	text-align: center;
	clear: both;
}

.navigation ul li {
	list-style-type: none;
    display: inline-block;
	vertical-align: top;
}

.navigation ul li a {
	width: 32px;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #000;
}

.navigation ul li a:hover {
	background-color: #018ea5;
	color: #fff;
}

.navigation ul li a.link_active {
	background-color: #018ea5;
	color: #fff;
}

.comments-content {
	margin-top: 20px;
}

.comments-content .add-comment-open {
	width: 100%;
	background-color: #e8e8e8;
    height: 41px;
    box-sizing: border-box;
    margin: 0;
    border-radius: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #969696;
	font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #000;
    text-align: center;
    /*letter-spacing: .72px;*/
    line-height: 41px;
	cursor: pointer;
}

.comments-content .add-comment-form {
	display: none;
}

.comments-content .add_comment {
	background-color: #fff;
    border-radius: 8px;
    padding: 10px;
}

.comments-content .add-comment-form input, .comments-content .add-comment-form textarea {
    background: #fff;
    width: 100%;
    border-radius: 2px;
    padding: 0 27px 0 10px;
    box-sizing: border-box;
    border: none;
    font-size: 14px;
    color: #9a9a9a;
    font-weight: bold;
    /*font-family: 'PT Sans',Helvetica,Arial,serif;*/
	font-family: 'PTSans', 'PT Sans', sans-serif;
	margin: 5px 0;
}

.comments-content .add-comment-form input {
    height: 34px;
}

.comments-content .add-comment-form input[type=button] {
	background-color: #0091ff;
	display: inline-block;
	color: #fff;
	font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #fff; 
	/*letter-spacing: 1.11px; */
	line-height: 34px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.comments-content .comment {
	font-size: 16px;
    line-height: 22px;
    margin: 5px 0;
    background-color: #fff;
    padding: 10px;
}

.comments-content .comments-title {
	font-size: 16px;
    font-weight: 700;
}

.footer {
	background-color: #018ea5;
    width: 1445px;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    box-sizing: border-box;
	font-size: 13px;
	clear: both;
}

.to-top {
    background-color: rgb(45,165,235);
    color: rgb(255,255,255);
    display: none;
    opacity: 0.9;
    height: 40px;
    line-height: 36px;
    width: 40px;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
	transform: rotate(90deg);
}

ul li a.like, ul li a.dislike, ul li div.like, ul li div.dislike {
	display: block;
	position: relative;
    height: 39px;
    width: 75px;
    margin: 0;
	font-weight: 700;
    font-style: normal;
    font-size: 15px;
    color: #fff;
    line-height: 39px;
	cursor: pointer;
	padding: 0 14px;
	box-sizing: border-box;
	margin: 2.5px;
}

.pre-like {
	position: absolute;
    top: 15px;
	left: 14px;
    height: 14px;
    box-sizing: border-box;
    width: 6px;
    margin: 0;
    border-radius: 1px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
}

ul li a.like, ul li div.like {
	background-color: #00a210;
}

ul li a.dislike, ul li div.dislike {
	background-color: #a20000;
}

ul li a.like img, ul li a.dislike img, ul li div.like img, ul li div.dislike img {
	top: 6px;
	left: 22px;
	position: absolute;
    height: 23px;
    width: 18px;
}

ul li a.dislike img, ul li div.dislike img {
	top: 13px;
}

ul li a.like span, ul li a.dislike span, ul li div.like span, ul li div.dislike span {
	top: 0;
	right: 14px;
	position: absolute;
}

#rating_div {
	margin: -2.5px;
}

#rating_div ul li {
	display: inline-block;
}

.game-bottom {
	margin: -2.5px;
    padding-top: 10px;
}

.game-bottom .game-bottom-item {
	display: inline-block;
	vertical-align: top;
	margin: 2.5px;
	padding-right: 10px;
}

.game-bottom .game-bottom-item.game-category {
	margin: 0;
}

.game-bottom .game-category ul {
    margin: 0;
}

.addthis_toolbox.game-bottom-item a {
	margin: 0 2.5px;
	padding: 0;
}

.addthis_toolbox.game-bottom-item a:nth-child(1) {
	margin: 0 2.5px 0 0;
}

.game-content-box {
	width: 945px;
	margin: 0 15px 0 0;
	display: inline-block;
}

.content.content-game {
	font-size: 0;
	display: inline-block;
	vertical-align: top;
}

.content.content-game .adv-300x600 {
	margin-top: 15px;
}

.content.content-game  .preview.list-4 {
	width: 305px;
}

.content.content-game .preview.list-4 .title {
	width: 190px;
}

.content.content-game .game-content-box-right .preview.list-4 {
    width: 100%;
	max-width: 300px;
}

.content.content-game .game-content-box-right .preview.list-4 .title {
	width: 180px;
}

.content.content-game  .preview {
	width: 225px;
}

.game-content-box-right {	
	width: 300px;
	margin-top: 50px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.btn-screen li {
	display: inline-block;
}

#fullScreen {
	position: relative;
	width: 46px;
	height: 39px;
	box-sizing: border-box;
	border: 2px solid #979797;
	cursor: pointer;
}

#fullScreen img {
	top: -2px;
	left: -2px;
    height: 39px;
    width: 46px;
    position: absolute;
    margin: 0;
}

#fullScreen span.h {
	width: 22px;
	height: 39px;
	background-color: #fff;
	position: absolute;
	top: -2px;
    left: 10px;
}

#fullScreen span.v {
	width: 46px;
	height: 17px;
	background-color: #fff;
	position: absolute;
	top: 10px;
    left: -2px;
}

#wideScreen {
	position: relative;
	width: 61px;
	height: 39px;
	box-sizing: border-box;
	border: 2px solid #979797;
	cursor: pointer;
	margin-right: 10px;
}

#wideScreen img {
    top: 12px;
    height: 11px;
    width: 22px;
    position: absolute;
    margin: 0;
}

#wideScreen img.al {
    left: 0;
}

#wideScreen img.ar {
    right: 0;
}

.game-bottom-item.block-screen  {
	float: right;
    padding: 0;
}

.category_description {
	margin-bottom: 15px;
}

.lang {
	background: url(/games/files/img/flags.png) no-repeat;
    height: 16px;
    line-height: 11px;
    width: 22px;
	border-radius: 2px;
	display: inline-block;
}

.lang.ru {
	background-position: -25px 0;
}

.lang.en {
	background-position: 0 0;
}

.lang.de {
	background-position: -72px 0;
}

.lang.es {
	background-position: -24px -18px;
}

.lang.en {
	background-position: 0 0;
}

.langs-list {
	position: absolute;
    right: 0;
    width: 240px;
    padding: 10px;
    background-color: #fff;
	z-index: 99999;
	display: none;
}

.langs-list a {
	font-size: 14px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    display: inline-block;
    width: 100px;
    padding: 10px;
}

.langs-list .lang {
	margin-right: 10px;
}

.langs ul li.langs a {
    display: block;
}

div.langs:hover .langs-list {
	display: block;
}

.show_all {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #016474;
    text-align: right;
    line-height: 20px;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
}

.box {
    position: relative;
}

#div-gpt-ad-1739452646509-0 {
	margin: auto;
    display: table;
}