* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

body {
	background: #0d0d0f;
	color: #ffffff;
	font-size: 14px;
    font-family: montserrat-regular;
    overflow: hidden;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
a {
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}

b, th, strong, h1, h2, h3, h4, h5, h6 {
	
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
input, select, textarea {
	color:#ffffff;
	font-size: 14px;
    font-family: montserrat-regular;
}

::-webkit-input-placeholder { 
	color:#ffffff;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
:-moz-placeholder { 
	color:#ffffff;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
::-moz-placeholder { 
	color:#ffffff; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
:-ms-input-placeholder { 
	color:#ffffff;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}

textarea::-webkit-input-placeholder { 
	color:#ffffff;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
textarea:-moz-placeholder { 
	color:#ffffff;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
textarea::-moz-placeholder { 
	color:#ffffff; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
textarea:-ms-input-placeholder { 
	color:#ffffff;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0; 
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9);
	transform:scale(0.9); 
	opacity:0; 
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0; 
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
@font-face {
    font-family: dashicons;
    src: url(../fonts/dashicons.ttf);
}
@font-face {
    font-family: montserrat-regular;
    src: url(../fonts/montserrat-regular.ttf);
}
@font-face {
    font-family: montserrat-bold;
    src: url(../fonts/montserrat-bold.ttf);
}
@font-face {
    font-family: montserrat-black;
    src: url(../fonts/montserrat-black.ttf);
}
@font-face {
    font-family: montserrat-extrabold;
    src: url(../fonts/montserrat-extrabold.ttf);
}
@font-face {
    font-family: RussoOne-Regular;
    src: url(../fonts/RussoOne-Regular.ttf);
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
#general {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	z-index: 1;
	padding-top: 90px;
	overflow: hidden;
}

#general:before {
	content: '';
	position: fixed;
	display: block;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: url(../images/bg-min.jpg) no-repeat center top;
	background-size: cover;
}

.wrapper {
	position: relative;
	display: block;
	width: calc(100% - 20px);
	max-width: 1320px;
	margin: 0 auto;
	opacity: 0;
}

.inner {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.nav {
	position: fixed;
	display: block;
	width: 100%;
	max-width: 1920px;
	height: 90px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(6,13,21,0.5);
	z-index: 999;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.nav.scroll {
	background: rgba(6,13,21,1);
	height: 60px;
}

.nav .nav-inner {
	position: relative;
	display: grid;
	width: calc(100% - 20px);
	max-width: 1320px;
	height: 100%;
	margin: 0 auto;
	grid-template-columns: 1025px 1fr 70px;
}

.nav .nav-inner ul {
	position: relative;
	width: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.nav .nav-inner ul li {
	position: relative;
	display: inline-block;
	float: left;
}

.nav .nav-inner ul li a {
	position: relative;
	display: block;
	padding-left: 48px;
}

.nav .nav-inner ul li a span {
	position: relative;
	display: block;
	color: #ffd200;
	font-size: 14px;
	line-height: 14px;
	top: 0;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.nav .nav-inner ul li a p {
	position: relative;
	display: block;
	color: #7a838c;
	text-shadow: 0 0 0 #7a838c;
	font-size: 12px;
	margin-top: 3px;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.nav .nav-inner ul li a:before {
	content: '';
	position: absolute;
	display: block;
	width: 48px;
	height: 39px;
	top: 0;
	left: 0;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.nav .nav-inner ul li:nth-child(1) a:before {
	background: url(../images/ico-nav-1.png) no-repeat top left;
}
.nav .nav-inner ul li:nth-child(2) a:before {
	background: url(../images/ico-nav-2.png) no-repeat top left;
}
.nav .nav-inner ul li:nth-child(3) a:before {
	background: url(../images/ico-nav-3.png) no-repeat top left;
}
.nav .nav-inner ul li:nth-child(4) a:before {
	background: url(../images/ico-nav-4.png) no-repeat top left;
}
.nav .nav-inner ul li:nth-child(5) a:before {
	background: url(../images/ico-nav-5.png) no-repeat top left;
}

.nav .nav-inner ul li:nth-child(1) a {
	padding-left: 45px;
}
.nav .nav-inner ul li:nth-child(2) a {
	padding-left: 50px;
}
.nav .nav-inner ul li:nth-child(3) a {
	padding-left: 50px;
}
.nav .nav-inner ul li:nth-child(4) a {
	padding-left: 45px;
}
.nav .nav-inner ul li:nth-child(5) a {
	padding-left: 52px;
}

.nav .nav-inner ul li a:hover:before {
	-webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.nav .nav-inner ul li a:hover span {
	top: 9px;
}

.nav .nav-inner ul li a:hover p {
	-webkit-transform: scale(0.0);
    -moz-transform: scale(0.0);
    -o-transform: scale(0.0);
    transform: scale(0.0);
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.nav .social {
	position: relative;
	display: block;
	align-self: center;
	justify-self: center;
}

.nav .social a {
	position: relative;
	display: inline-block;
	float: left;
	height: 32px;
	margin: 0 2px;
}

.nav .social a img {
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.nav .social a:hover img {
	-webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.nav .lang {
	position: relative;
	display: grid;
	align-self: center;
	width: 100%;
	grid-template-columns: repeat(2, 1fr);
}

.nav .lang a {
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
	opacity: 0.3;
}

.nav .lang a img {
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
}

.nav .lang a:nth-child(1) {
	justify-self: start;
}
.nav .lang a:nth-child(2) {
	justify-self: end;
}

.nav .lang a.active,
.nav .lang a:hover {
	opacity: 1;
}

.nav .nav-arrow {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	align-self: center;
}

.nav .nav-arrow:before {
	content: '\f333';
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 40px;
    font-family: dashicons;
    -webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.nav .nav-arrow:hover:before {
	color: #c04b0e;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.hidden-nav {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.8);
	overflow: hidden;
	overflow-y: auto;
}

.hidden-nav .hidden-nav-inner {
	position: relative;
	display: inline-block;
	align-self: center;
	justify-self: center;
}

.hidden-nav .hidden-nav-inner ul {
	position: relative;
	display: block;
	width: 300px;
	margin: 0 auto;
}

.hidden-nav .hidden-nav-inner ul:before {
	content: '';
	position: relative;
	display: block;
	width: 300px;
	height: 282px;
	margin: 0 auto 15px;
	background: url(../images/logo.png) no-repeat center top;
	background-size: 100% auto;
}

.hidden-nav .hidden-nav-inner ul li {
	position: relative;
	display: block;
}

.hidden-nav .hidden-nav-inner ul li a {
	position: relative;
	display: block;
	text-align: center;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.hidden-nav .hidden-nav-inner ul li:first-child a {
	border-top: 1px solid rgba(255,255,255,0.1);
}

.hidden-nav .hidden-nav-inner ul li a span {
	position: relative;
	display: block;
	color: #ffd200;
	font-size: 14px;
	line-height: 14px;
	top: 0;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.hidden-nav .hidden-nav-inner ul li a p {
	position: relative;
	display: block;
	color: #7a838c;
	text-shadow: 0 0 0 #7a838c;
	font-size: 12px;
	margin-top: 3px;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.hidden-nav .hidden-nav-inner ul li a:hover p {
	color: #fff;
}

.hidden-nav .nav-close {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	cursor: default;
}

.hidden-nav .nav-close:before {
	content: '\f335';
	position: fixed;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #c04b0e;
    font-family: dashicons;
    top: 10px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
}

.hidden-nav .nav-close:after {
	content: '';
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.screen-1 .block-top {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}

.screen-1 .block-top .logo {
	position: relative;
	display: block;
	width: 100%;
	max-width: 330px;
	height: auto;
	margin: 0 auto;
}

.screen-1 .block-top .logo img {
	max-width: 100%;
}

.screen-1 .block-top .logo:hover {
	-webkit-filter: brightness(1.4); 
	-moz-filter: brightness(1.4); 
	-o-filter: brightness(1.4); 
	filter: brightness(1.4);
}

.screen-1 .block-top .stream {
	position: absolute;
	display: block;
	width: 267px;
	top: 72px;
	left: 0;
}

.screen-1 .block-top .stream a[data-rel="popup"] {
	position: relative;
	display: block;
	width: 267px;
	height: 112px;
	margin: 0 auto 12px;
	background: url(../images/ico-stream.png) no-repeat;
}

.screen-1 .block-top .stream a[data-rel="popup"]:hover {
	-webkit-filter: contrast(115%); 
	-moz-filter: contrast(115%); 
	-o-filter: contrast(115%); 
	filter: contrast(115%);
}

.screen-1 .block-top .stream .text {
	position: relative;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}

.screen-1 .block-top .stream .text:before {
	content: '';
	position: relative;
	display: inline-block;
	width: 23px;
	height: 16px;
	background: url(../images/ico-tube.png) no-repeat;
	vertical-align: middle;
	top: -1px;
	margin-right: 8px;
}

.screen-1 .block-top .stream .text a {
	color: #fff;
}

.screen-1 .block-top .stream .text a:hover {
	text-decoration: underline;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.screen-1 .block-bottom {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
	margin: 30px auto 0;
	grid-gap: 70px;
}

.screen-1 .block-bottom .status {
	position: relative;
	display: block;
	width: 100%;
	max-width: 455px;
	justify-self: end;
}

.screen-1 .block-bottom .status .progress {
	position: relative;
	display: block;
	width: 158px;
	height: 158px;
	margin: 0 auto;
}

.screen-1 .block-bottom .status .progress .item {
	position: relative;
	display: block;
	width: 158px;
	height: 158px;
	margin: 0 auto;
}

.screen-1 .block-bottom .status .progress .item:before {
	content: '';
	position: absolute;
	display: block;
	width: 470px;
	height: 469px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/status.png) no-repeat;
}

.screen-1 .block-bottom .status .progress .item .circle {
	position: relative;
	display: grid;
	width: 158px;
	height: 158px;
	margin: 0 auto;
	left: -1px;
}

.screen-1 .block-bottom .status .progress .item .circle canvas {
	position: absolute;
}

.screen-1 .block-bottom .status .progress .item .circle .online {
	position: relative;
	display: block;
	align-self: center;
	width: calc(100% - 20px);
	padding: 0 10px;
	text-align: center;
}

.screen-1 .block-bottom .status .progress .item .circle .online span {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 30px;
    font-family: montserrat-black;
    line-height: 30px;
}

.screen-1 .block-bottom .status .progress .item .circle .online p {
	position: relative;
	display: block;
	color: #ffd200;
	font-size: 24px;
    line-height: 28px;
    font-family: montserrat-black;
}

.screen-1 .block-bottom .status .st-text {
	position: relative;
	display: block;
	margin: 90px auto 0;
	width: calc(100% - 50px);
	z-index: 1;
	padding: 15px 25px;
	text-align: center;
}

.screen-1 .block-bottom .status .st-text:before {
	content: '';
	position: absolute;
	z-index: -1;
	width: calc(50% - 40px);
	height: 40px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-left: 1px solid rgba(255,255,255,0.2);
	top: 0;
	left: 0;
}

.screen-1 .block-bottom .status .st-text:after {
	content: '';
	position: absolute;
	z-index: -1;
	width: calc(50% - 40px);
	height: 40px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(255,255,255,0.2);
	top: 0;
	right: 0;
}

.screen-1 .block-bottom .status .st-text .text-1 {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 24px;
    font-family: montserrat-black;
}

.screen-1 .block-bottom .status .st-text .text-2 {
	position: relative;
	display: block;
	color: #ffd200;
	font-size: 30px;
    font-family: montserrat-black;
}

.screen-1 .block-bottom .status .st-text .text-3 {
	position: relative;
	display: block;
	color: #868686;
	font-size: 25px;
    font-family: montserrat-black;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.screen-1 .block-bottom .posts {
	position: relative;
	display: block;
	width: 100%;
	max-width: 466px;
}

.screen-1 .block-bottom .posts .post-title {
	position: relative;
	display: block;
	margin: 0 auto 25px;
	text-align: center;
}

.screen-1 .block-bottom .posts .post-title span {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 24px;
    font-family: montserrat-black;
}

.screen-1 .block-bottom .posts .post-title span i {
	color: #ffd200;
	font-style: normal;
}

.screen-1 .block-bottom .posts .post-title p {
	position: relative;
	display: block;
	color: #7f999c;
	text-shadow: 0 0 0 #7f999c;
	font-size: 16px;
	margin-top: 1px;
}

.screen-1 .block-bottom .posts .post-items {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}

.screen-1 .block-bottom .posts .post-items .item {
	position: relative;
	display: grid;
	width: calc(100% - 2px);
	background: rgba(3,18,26,0.51);
	border: 1px solid rgba(255,255,255,0.14);
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	grid-template-columns: 85px 1fr;
	padding: 2px 0;
	margin: 0 auto 3px;
}

.screen-1 .block-bottom .posts .post-items .item:hover {
	background: rgba(3,18,26,0.9);
	border: 1px solid rgba(255,255,255,0.24);
}

.screen-1 .block-bottom .posts .post-items .item:before {
	content: '';
	position: relative;
	display: block;
	width: 52px;
	height: 52px;
	background: url(../images/ico-post.png) no-repeat;
	align-self: center;
	margin-left: 10px;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.screen-1 .block-bottom .posts .post-items .item:hover:before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.screen-1 .block-bottom .posts .post-items .item .text {
	position: relative;
	display: block;
	margin-right: 10px;
	align-self: center;
}

.screen-1 .block-bottom .posts .post-items .item .text .title {
	position: relative;
	display: block;
	color: #adbec9;
	text-shadow: 0 0 0 #adbec9;
	font-size: 14px;
	line-height: 18px;
}

.screen-1 .block-bottom .posts .post-items .item .text .desc {
	position: relative;
	display: block;
	color: #487692;
	font-size: 14px;
	line-height: 18px;
	margin-top: 1px;
}

.screen-1 .block-bottom .posts .post-items .item .text .desc i {
	font-style: normal;
	color: #ffd200;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.screen-1 .block-links {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 25px 0 0;
}

.screen-1 .block-links a {
	position: relative;
	display: inline-grid;
	width: 100%;
	max-width: 315px;
	height: 77px;
	margin: 11px 4px;
	color: #ffd200;
	font-size: 18px;
    font-family: montserrat-black;
}

.screen-1 .block-links a span {
	position: relative;
	align-self: center;
	justify-self: start;
	margin: 0 10px 0 86px;
}

.screen-1 .block-links a:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100% 100% !important;
	top: 0;
	left: 0;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.screen-1 .block-links a.load:before {
	background: url(../images/btn-load.png) no-repeat;
}
.screen-1 .block-links a.reg:before {
	background: url(../images/btn-reg.png) no-repeat;
}
.screen-1 .block-links a.login:before {
	background: url(../images/btn-login.png) no-repeat;
}

.screen-1 .block-links a:hover:before {
	-webkit-filter: brightness(1.6); 
	-moz-filter: brightness(1.6); 
	-o-filter: brightness(1.6); 
	filter: brightness(1.6); 
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.screen-2 {
	padding-top: 200px;
}

.screen-2 .block {
	position: relative;
	display: grid;
	width: 100%;
	margin: 0 auto;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}

.screen-2 .block .left {
	position: relative;
	display: block;
	align-self: start;
	justify-self: center;
	width: 100%;
	max-width: 466px;
}

.screen-2 .block .right {
	position: relative;
	display: block;
	align-self: start;
	justify-self: center;
	width: 100%;
	max-width: 466px;
}

.screen-2 .block .block-title {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto 18px;
}

.screen-2 .block .block-title span {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 24px;
    font-family: montserrat-black;
}

.screen-2 .block .block-title span i {
	color: #ffd200;
	font-style: normal;
}

.screen-2 .block .block-title p {
	position: relative;
	display: block;
	color: #7f999c;
	text-shadow: 0 0 0 #7f999c;
	font-size: 16px;
	margin-top: 1px;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.screen-2 .block .left .rank {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}

.screen-2 .block .left .rank .head {
	position: relative;
	display: grid;
	width: 100%;
	grid-template-columns: 52px 1fr 93px;
	grid-gap: 8px;
	color: #60696b;
	text-shadow: 0 0 0 #60696b;
	font-size: 12px;
	margin: 0 auto 12px;
}

.screen-2 .block .left .rank .head .num {
	position: relative;
	align-self: center;
	justify-self: center;
}

.screen-2 .block .left .rank .head .name {
	position: relative;
	align-self: center;
	justify-self: start;
}

.screen-2 .block .left .rank .head .count {
	position: relative;
	align-self: center;
	justify-self: center;
}

.screen-2 .block .left .rank .players {
	position: relative;
	display: grid;
	width: 100%;
	grid-gap: 2px;
}

.screen-2 .block .left .rank .players .item {
	position: relative;
	display: grid;
	width: calc(100% - 2px);
	background: rgba(3,18,26,0.51);
	border: 1px solid rgba(255,255,255,0.14);
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	grid-template-columns: 52px 1fr 93px;
	grid-gap: 8px;
	padding: 4px 0;
}

.screen-2 .block .left .rank .players .item .num {
	position: relative;
	align-self: center;
	justify-self: center;
	color: #60696b;
	text-shadow: 0 0 0 #60696b;
	font-size: 16px;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
}

.screen-2 .block .left .rank .players .item:nth-child(1) .num {
	background: url(../images/ico-1.png) no-repeat center;
	font-size: 0;
}
.screen-2 .block .left .rank .players .item:nth-child(2) .num {
	background: url(../images/ico-2.png) no-repeat center;
	font-size: 0;
}
.screen-2 .block .left .rank .players .item:nth-child(3) .num {
	background: url(../images/ico-3.png) no-repeat center;
	font-size: 0;
}

.screen-2 .block .left .rank .players .item .name {
	position: relative;
	align-self: center;
	justify-self: start;
	color: #ffffff;
	font-size: 16px;
}

.screen-2 .block .left .rank .players .item .count {
	position: relative;
	align-self: center;
	justify-self: center;
	color: #ffffff;
	font-size: 16px;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.screen-2 .block .right .rank .head {
	position: relative;
	display: grid;
	width: 100%;
	grid-template-columns: 52px 1fr 90px 90px;
	grid-gap: 8px;
	color: #60696b;
	text-shadow: 0 0 0 #60696b;
	font-size: 12px;
	margin: 0 auto 12px;
}

.screen-2 .block .right .rank .head .num {
	position: relative;
	align-self: center;
	justify-self: center;
}

.screen-2 .block .right .rank .head .name {
	position: relative;
	align-self: center;
	justify-self: start;
}

.screen-2 .block .right .rank .head .level {
	position: relative;
	align-self: center;
	justify-self: center;
}

.screen-2 .block .right .rank .head .count {
	position: relative;
	align-self: center;
	justify-self: center;
}

.screen-2 .block .right .rank .clans {
	position: relative;
	display: grid;
	width: 100%;
	grid-gap: 2px;
}

.screen-2 .block .right .rank .clans .item {
	position: relative;
	display: grid;
	width: calc(100% - 2px);
	background: rgba(3,18,26,0.51);
	border: 1px solid rgba(255,255,255,0.14);
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	grid-template-columns: 52px 1fr 90px 90px;
	grid-gap: 8px;
	padding: 4px 0;
}

.screen-2 .block .right .rank .clans .item .num {
	position: relative;
	align-self: center;
	justify-self: center;
	color: #60696b;
	text-shadow: 0 0 0 #60696b;
	font-size: 16px;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
}

.screen-2 .block .right .rank .clans .item:nth-child(1) .num {
	background: url(../images/ico-1.png) no-repeat center;
	font-size: 0;
}
.screen-2 .block .right .rank .clans .item:nth-child(2) .num {
	background: url(../images/ico-2.png) no-repeat center;
	font-size: 0;
}
.screen-2 .block .right .rank .clans .item:nth-child(3) .num {
	background: url(../images/ico-3.png) no-repeat center;
	font-size: 0;
}

.screen-2 .block .right .rank .clans .item .name {
	position: relative;
	align-self: center;
	justify-self: start;
	color: #ffffff;
	font-size: 16px;
}

.screen-2 .block .right .rank .clans .item .level {
	position: relative;
	align-self: center;
	justify-self: center;
	color: #ffffff;
	font-size: 16px;
}

.screen-2 .block .right .rank .clans .item .count {
	position: relative;
	align-self: center;
	justify-self: center;
	color: #ffffff;
	font-size: 16px;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.screen-3 {
	padding-top: 200px;
}

.screen-3 .block {
	position: relative;
	display: grid;
	width: 100%;
	grid-template-columns: 350px 1fr;
	grid-gap: 30px;
}

.screen-3 .block .left {
	position: relative;
	display: block;
	width: 100%;
	max-width: 296px;
	padding: 20px 20px 20px 0;
	justify-self: end;
}

.screen-3 .block .left:before {
	content: '';
	position: absolute;
	display: block;
	width: 125px;
	height: 100%;
	top: 0;
	right: 0;
	border: 1px solid rgba(255,255,255,0.14);
	border-left: none;
	-webkit-border-top-right-radius: 29px;
	-webkit-border-bottom-right-radius: 29px;
	-moz-border-radius-topright: 29px;
	-moz-border-radius-bottomright: 29px;
	border-top-right-radius: 29px;
	border-bottom-right-radius: 29px;
}

.screen-3 .block .left ul {
	position: relative;
	display: block;
	width: 100%;
	max-width: 296px;
}

.screen-3 .block .left ul li {
	position: relative;
	display: block;
	margin: 0 auto 3px;
}

.screen-3 .block .left ul li:last-child {
	margin: 0 auto;
}

.screen-3 .block .left ul li a {
	position: relative;
	display: grid;
	background: rgba(20,24,26,0.64);
	border: 1px solid rgba(255,255,255,0.14);
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	grid-template-columns: 85px 1fr;
	padding: 5px 0;
}

.screen-3 .block .left ul li a .ico {
	position: relative;
	display: block;
	width: 45px;
	height: 45px;
	align-self: center;
	justify-self: start;
	margin-left: 10px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.screen-3 .block .left ul li a .ico img {
	position: relative;
	display: block;
	width: 45px;
	height: 45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.screen-3 .block .left ul li a .title {
	position: relative;
	display: block;
	align-self: center;
	color: #ffffff;
	font-size: 16px;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.screen-3 .block .left ul li a:hover .title,
.screen-3 .block .left ul li a.active .title {
	color: #ffd200;
}
.screen-3 .block .left ul li a:hover {
	background: rgba(20,24,26,0.84);
}
.screen-3 .block .left ul li a:hover .ico img {
	-webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.screen-3 .block .right {
	position: relative;
	display: block;
	width: 100%;
	max-width: 872px;
	padding: 20px 0;
}

.screen-3 .block .right .content-tab {
	position: relative;
	display: none;
	width: calc(100% - 32px);
	background: rgba(20,24,26,0.64);
	border: 1px solid rgba(255,255,255,0.14);
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	padding: 35px 15px;
}

.screen-3 .block .right .content-tab.active {
	display: block;
}

.screen-3 .block .right .content-tab .content-tab-inner {
	position: relative;
	display: block;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

.screen-3 .block .right .content-tab .content-tab-inner .title {
	position: relative;
	display: block;
	color: #ffd200;
	font-size: 24px;
    font-family: montserrat-extrabold;
    margin: 0 auto 18px;
}

.screen-3 .block .right .content-tab .content-tab-inner .text {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.screen-4 {
	display: grid !important;
	padding-top: 60px;
	padding-bottom: 40px;
	grid-template-columns: 1fr 1fr 122px;
	grid-gap: 20px;
}

.screen-4 .text {
	position: relative;
	display: block;
	align-self: start;
	color: #79868e;
	text-shadow: 0 0 0 #79868e;
	font-size: 11px;
}

.screen-4 ul {
	align-self: start;
	justify-self: center;
}

.screen-4 ul li {
	float: left;
	display: inline-block;
	margin: 0 5px 10px;
}

.screen-4 .coolness {
	position: relative;
	display: block;
	justify-self: end;
	width: 122px;
	height: 31px;
	background: url(../images/coolness.png) no-repeat;
}

.screen-4 .coolness:hover {
	opacity: 0.7;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.right-nav {
	position: fixed;
	display: grid;
	width: 26px;
	height: 100%;
	top: 0;
	right: 30px;
	z-index: 100;
}

.right-nav ul {
	position: relative;
	display: grid;
	align-self: center;
	grid-gap: 40px;
}

.right-nav ul li {
	position: relative;
	display: block;
}

.right-nav ul li a {
	position: relative;
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/ico-right-nav-1.png) no-repeat;
	color: #5b6174;
	text-shadow: 0 0 0 #5b6174;
	font-size: 14px;
}

.right-nav ul li a span {
	position: absolute;
	display: block;
	top: 0;
	right: calc(100% + 25px);
	line-height: 26px;
}

.right-nav ul li a.active, .right-nav ul li a:hover {
	color: #ffd200;
	background: url(../images/ico-right-nav-2.png) no-repeat;
}

.right-nav ul li a:before {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 40px;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(255,255,255,0.14);
}

.right-nav ul li:last-child a:before {
	display: none;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.load-window {
	position: fixed;
	display: grid;
	width: 100%;
	height: 100%;
	z-index: 999999;
	top: 0;
	left: 0;
	background: url(../images/bg-min.jpg) no-repeat center top;
	background: cover;
}

.load-window .load-logo {
	position: relative;
	display: block;
	width: 100%;
	max-width: 330px;
	align-self: center;
	justify-self: center;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.load-window .load-logo.hidden {
	-webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*====================================================*/
/*====================================================*/