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

body {
	background: #0c0908;
	font-family: Alice;
	color: #fff6dc;
	font-size: 12px;
}

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: #ffcc53;
}

a:hover {
	color: #fff6dc;
}

@font-face {
    font-family: Alice; /* Гарнитура шрифта */
    src: url(../fonts/Alice.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: albexbold; /* Гарнитура шрифта */
    src: url(../fonts/albexbold.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: calibri; /* Гарнитура шрифта */
    src: url(../fonts/calibri.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: calibrib; /* Гарнитура шрифта */
    src: url(../fonts/calibrib.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: calibril; /* Гарнитура шрифта */
    src: url(../fonts/calibril.ttf); /* Путь к файлу со шрифтом */
}

input, select {
	font-family: Alice;
	border: none;
	outline: none;
}

b, strong, th, h1, h2, h3, h4, h5, h6 {
	font-family: albexbold;
}
/*===================================================================*/
/*===================================================================*/
/*===================================================================*/
#general {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1920px;
	min-width: 1210px;
	margin: 0 auto;
	background: url(../images/bg1.jpg) no-repeat center top 0px,
				url(../images/bg2.jpg) no-repeat center top 900px,
				url(../images/bg3.jpg) no-repeat center top 1360px,
				url(../images/bg4.jpg) no-repeat center top 2040px,
				url(../images/bg5.jpg) no-repeat center top 2610px;
	overflow: hidden;
}

.wrapper {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1920px;
	min-width: 1210px;
	margin: 0 auto;
	z-index: 1;
}

.wrapper .inner {
	position: relative;
	display: block;
	width: 1200px;
	margin: 0 auto;
}
/*===================================================================*/
/*===================================================================*/
/*===================================================================*/
#head  .inner {
	height: 50px;
}
#navi  .inner {
	height: 90px;
}
#header  .inner {
	height: 560px;
}
#shares  .inner {
	height: 160px;
}
#content  .inner {
	height: 500px;
}
#rating  .inner {
	height: 680px;
}
#community  .inner {
	height: 570px;
}
#stream  .inner {
	height: 490px;
}
#footer  .inner {
	height: 150px;
}

#head {
	z-index: 1;
}

#general-about #header .inner {
	height: 360px;
}
#general-about #content-about .inner {
	height: 1250px;
}
/*===================================================================*/
/*===================================================================*/
/*===================================================================*/
.head-rait {
	position: absolute;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.head-rait .title {
	position: relative;
	display: inline-block;
	float: left;
	font-family: albexbold;
	color: #ffeed2;
	font-size: 14px;
}

.head-rait .player {
	position: relative;
	display: inline-block;
	float: left;
	margin-left: 3px;
}

.head-rait .player .item {
	position: relative;
	display: inline-block;
	float: left;
	padding-left: 40px;
	margin-right: 20px;
	color: #ffd303;
	font-size: 16px;
	font-family: calibri;
}

.head-rait .player .item:nth-child(1) {
	background: url(../images/ico-head-1.png) no-repeat center left 8px;
}
.head-rait .player .item:nth-child(2) {
	background: url(../images/ico-head-2.png) no-repeat center left 8px;
}
.head-rait .player .item:nth-child(3) {
	background: url(../images/ico-head-3.png) no-repeat center left 8px;
}

.head-rait .player {
	overflow: hidden;
	width: 430px;
}
.head-rait .player span {
	position: relative;
	display: inline-flex;
}
/*===================================================================*/
.lang {
	position: absolute;
	display: block;
	width: 62px;
	height: 32px;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.lang .title {
	position: absolute;
	display: block;
	width: 100px;
	line-height: 32px;
	right: 82px;
	color: #89877d;
	font-size: 14px;
	font-family: calibri;
	text-align: right;
}

.lang .active {
	position: relative;
	display: block;
	width: 62px;
	height: 32px;
	background: url(../images/bg-lang.png) no-repeat;
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.lang .active span {
	position: absolute;
	display: block;
	width: 28px;
	top: 0;
	left: 0;
	line-height: 32px;
	text-align: right;
	color: #d4cba0;
	font-size: 14px;
	font-family: calibri;
}

.lang .active img {
	position: absolute;
	display: block;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
}

.lang .active:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 10px;
	top: 32px;
	opacity: 0;
}

.lang .sub {
	position: absolute;
	display: block;
	width: 62px;
	height: 0px;
	top: 32px;
	left: 0;
	padding-top: 3px;
}

.lang .sub a {
	position: relative;
	display: none;
	width: 62px;
	height: 32px;
	background: #140f0c url(../images/bg-lang.png) no-repeat;
	margin-top: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.lang .sub a:hover {
	background: #000 url(../images/bg-lang.png) no-repeat;
}

.lang .sub a span {
	position: absolute;
	display: block;
	width: 28px;
	top: 0;
	left: 0;
	line-height: 32px;
	text-align: right;
	color: #d4cba0;
	font-size: 14px;
	font-family: calibri;
}

.lang .sub a img {
	position: absolute;
	display: block;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.lang .sub a:hover img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.lang .sub a:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	bottom: -3px;
	opacity: 0;
}
/*===================================================================*/
/*===================================================================*/
/*===================================================================*/
#navi ul {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	margin: 0 auto;
	top: 10px;
}

#navi ul li {
	position: relative;
	display: inline-block;
}

#navi ul li:before {
	content: '';
	position: absolute;
	display: block;
	width: 6px;
	height: 49px;
	background: url(../images/navi-line.png) no-repeat center;
	top: 0;
	right: -3px;
	bottom: 0;
	margin: auto;
}

#navi ul li:last-child:before {
	display: none;
}

#navi ul li a {
	position: relative;
	display: block;
	height: 50px;
	padding: 0 38px;
	text-align: left;
}

#navi ul li a span {
	position: relative;
	display: block;
	color: #ffcc53;
	font-size: 16px;
	padding-top: 10px;
}

#navi ul li a p {
	position: relative;
	display: block;
	color: #b7b1a3;
	font-size: 12px;
}

#navi ul li a span:before {
	content: attr(data-text);
	position: absolute;
	display: block;
	top: 10px;
	left: 0;
	-webkit-transition:all 0.4s cubic-bezier(0.46, 0.17, 0.2, 1.29); 
	-o-transition:all 0.4s cubic-bezier(0.46, 0.17, 0.2, 1.29); 
	-moz-transition:all 0.4s cubic-bezier(0.46, 0.17, 0.2, 1.29); 
	transition:all 0.4s cubic-bezier(0.46, 0.17, 0.2, 1.29);
	color: #ffcc53;
	opacity: 0;
	-webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

#navi ul li a:hover span:before {
	-webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
	opacity: 1;
}

#navi ul li a p:before {
	content: attr(data-text);
	position: absolute;
	display: block;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition:all 0.4s cubic-bezier(0.46, 0.17, 0.2, 1.29); 
	-o-transition:all 0.4s cubic-bezier(0.46, 0.17, 0.2, 1.29); 
	-moz-transition:all 0.4s cubic-bezier(0.46, 0.17, 0.2, 1.29); 
	transition:all 0.4s cubic-bezier(0.46, 0.17, 0.2, 1.29);
	color: #fff;
	opacity: 0;
	-webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

#navi ul li a:hover p:before {
	-webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
	opacity: 1;
}

#general-about #navi ul {
	top: 5px;
}
/*===================================================================*/
/*===================================================================*/
/*===================================================================*/
#header .logo {
	position: absolute;
	display: block;
	width: 411px;
	height: 241px;
	top: 84px;
    left: 400px;
}

#general-about #header .logo {
	top: 49px;
	left: 406px;
}
/*===================================================================*/
#header  .status {
	position: absolute;
	display: block;
	width: 130px;
	height: 130px;
	top: 400px;
    left: 533px;
}

#header  .status .progress {
	position: relative;
	display: block;
	width: 130px;
	height: 130px;
	background: url(../images/status-bg.png) no-repeat;
	margin: 0 auto;
}

#header  .status .progress .circle {
	position: relative;
	display: block;
	width: 130px;
	height: 130px;
	margin: 0 auto;
}

#header  .status .progress .circle .online {
	position: absolute;
	display: block;
	width: 120px;
	text-align: center;
	color: #ffcc53;
	font-size: 30px;
	top: 45px;
	left: 0;
	right: 0;
	margin: auto;
}
#header  .status .progress .circle .title {
	position: absolute;
	display: block;
	width: 120px;
	text-align: center;
	color: #8f8f8f;
	font-size: 12px;
	top: 77px;
	left: 0;
	right: 0;
	margin: auto;
}

#header  .status .progress .circle .title span {
	position: relative;
	display: block;
	margin-bottom: -2px;
}
/*===================================================================*/
#header .start-game {
	position: absolute;
	display: block;
	width: 154px;
	height: 62px;
	top: 437px;
    left: 358px;
}

#header .start-game span {
	position: relative;
	display: block;
	color: #ffcc53;
	font-size: 20px;
	margin-left: 22px;
	padding-top: 10px;
}

#header .start-game p {
	position: relative;
	display: block;
	color: #a9a295;
	font-size: 12px;
	margin-left: 22px;
}

#header .start-game span {
	color: rgba(0,0,0,0);
}

#header .start-game span:before {
	content: attr(data-text);
	position: absolute;
	display: block;
	top: 10px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	color: #ef7600;
	opacity: 0;
}

#header .start-game:hover span:before {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

#header .start-game span:after {
	content: attr(data-text);
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0;
	width: 100%;
	overflow: hidden;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	color: #ffcc53;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

#header .start-game:hover span:after  {
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
	opacity: 0;
}

#header .start-game p:before {
	content: attr(data-text);
	position: absolute;
	display: block;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	color: #fff;
	opacity: 0;
}

#header .start-game:hover p:before {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

#header .start-game p:after {
	content: attr(data-text);
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0;
	width: 100%;
	overflow: hidden;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	color: #b7b1a3;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

#header .start-game:hover p:after  {
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
	opacity: 0;
}
/*===================================================================*/
#header .start-login {
	position: absolute;
	display: block;
	width: 154px;
	height: 62px;
	top: 437px;
    left: 686px;
    text-align: right;
}

#header .start-login span {
	position: relative;
	display: block;
	color: #ffcc53;
	font-size: 20px;
	margin-right: 16px;
	padding-top: 10px;
}

#header .start-login p {
	position: relative;
	display: block;
	color: #a9a295;
	font-size: 12px;
	margin-right: 16px;
}

#header .start-login span {
	color: rgba(0,0,0,0);
}

#header .start-login span:before {
	content: attr(data-text);
	position: absolute;
	display: block;
	top: 10px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	color: #ef7600;
	opacity: 0;
}

#header .start-login:hover span:before {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

#header .start-login span:after {
	content: attr(data-text);
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0;
	width: 100%;
	overflow: hidden;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	color: #ffcc53;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

#header .start-login:hover span:after  {
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
	opacity: 0;
}

#header .start-login p:before {
	content: attr(data-text);
	position: absolute;
	display: block;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	color: #fff;
	opacity: 0;
}

#header .start-login:hover p:before {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

#header .start-login p:after {
	content: attr(data-text);
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0;
	width: 100%;
	overflow: hidden;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	color: #b7b1a3;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

#header .start-login:hover p:after  {
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
	opacity: 0;
}
/*===================================================================*/
/*===================================================================*/
/*===================================================================*/
.shares-block {
	position: relative;
	display: table;
	width: 100%;
	margin: 0 auto;
	top: 12px;
}

.shares-block .item {
	position: relative;
	display: inline-block;
	float: left;
	width: 380px;
	height: 150px;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.shares-block .item:hover {
	-webkit-filter:contrast(145%); 
	-moz-filter:contrast(145%); 
	-o-filter:contrast(145%); 
	filter:contrast(145%); 
}

.shares-block .item:nth-child(1) {
	background: url(../images/shares-1.png) no-repeat;
	left: -15px;
}
.shares-block .item:nth-child(2) {
	background: url(../images/shares-2.png) no-repeat;
	margin: 0 30px;
}
.shares-block .item:nth-child(3) {
	background: url(../images/shares-3.png) no-repeat;
	right: -15px;
}

.shares-block .item .title {
	position: relative;
	display: block;
	margin-left: 125px;
	padding-top: 35px;
	color: #ffcc53;
	font-size: 18px;
}

.shares-block .item .text {
	position: relative;
	display: block;
	width: 215px;
	margin-left: 125px;
	margin-top: 5px;
	color: #f3e4c0;
	font-size: 12px;
}

.shares-block .item g {
	position: relative;
	display: inline-block;
	margin-left: 125px;
	color: #aebf1c;
	font-size: 12px;
	text-decoration: underline;
	margin-top: 3px;
}

.shares-block .item:hover g {
	text-decoration: none;
}
/*===================================================================*/
/*===================================================================*/
/*===================================================================*/
.news-block {
	position: absolute;
	display: table;
	width: 840px;
	height: 450px;
	top: 10px;
	left: -15px;
}

.news-block .news {
	position: relative;
	display: inline-block;
	float: left;
	width: 360px;
	height: 390px;
	padding: 38px 35px 15px;
	background: url(../images/bg-news.png) no-repeat;
    margin-right: -10px;
}

.news-block .news .frame {
	position: relative;
	display: block;
	width: 360px;
	height: 175px;
	background: #171210;
	margin: 0 auto;
	overflow: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.news-block .news .frame img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.news-block .news .title {
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	margin: 13px auto 7px;
	color: #ffba00;
	font-family: albexbold;
	font-size: 18px;
}

.news-block .news .text {
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	margin: 0 auto;
	line-height: 15px;
}

.news-block .news .link {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 35px;
	left: 0;
}

.news-block .news .link a {
	position: relative;
	display: table;
	height: 20px;
	line-height: 20px;
	padding-left: 27px;
	color: #ff7e00;
	font-size: 12px;
	margin: 0 auto;
}

.news-block .news .link a:before {
	content: '';
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	background: url(../images/ico-news-link.png) no-repeat;
	-webkit-transition:all 0.7s ease; 
	-o-transition:all 0.7s ease; 
	-moz-transition:all 0.7s ease; 
	transition:all 0.7s ease;
}

.news-block .news .link a:hover {
	text-decoration: underline;
}

.news-block .news .link a:hover:before {
	-webkit-transform: rotateY(360deg) rotate(90deg);
	-moz-transform: rotateY(360deg) rotate(90deg);
	-o-transform: rotateY(360deg) rotate(90deg);
	-ms-transform: rotateY(360deg) rotate(90deg);
	transform: rotateY(360deg) rotate(90deg);
}
/*===================================================================*/
.min-news-block {
	position: absolute;
	display: block;
	width: 390px;
	top: 10px;
	right: -15px;
}

.min-news-block .news {
	position: relative;
	display: block;
	width: 320px;
	height: 175px;
	padding: 38px 35px 15px;
	background: url(../images/bg-min-news.png) no-repeat;
	margin-bottom: -14px;
}

.min-news-block .news .frame {
	position: relative;
	display: block;
	width: 320px;
	height: 80px;
	background: #171210;
	margin: 0 auto;
	overflow: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.min-news-block .news .frame img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.min-news-block .news .text {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-family: albexbold;
	margin: 13px auto 0;
}

.min-news-block .news .text span {
	color: #ffba00;
}
/*===================================================================*/
/*===================================================================*/
/*===================================================================*/
#rating .rating-title {
	position: relative;
	display: block;
	width: 260px;
	text-align: center;
	margin: 0 auto;
	padding-top: 57px;
}

#rating .rating-title span {
	position: relative;
	display: block;
	color: #ffba00;
	font-size: 16px;
	font-family: albexbold;
	margin-bottom: -1px;
}

#rating .rating-title p {
	position: relative;
	display: block;
	color: #fff6dc;
	font-size: 12px;
}

#rating .rating-side {
	position: absolute;
	display: block;
	width: 362px;
	top: 140px;
}

#rating .rating-side.rating-side-players {
	left: 80px;
}
#rating .rating-side.rating-side-clans {
	right: 80px;
}

#rating .rating-side .title {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto 15px;
}

#rating .rating-side .title span {
	position: relative;
	display: block;
	color: #ffba00;
	font-size: 16px;
	font-family: albexbold;
}

#rating .rating-side .title p {
	position: relative;
	display: block;
	color: #d6cbb5;
	font-size: 14px;
	margin-top: 2px;
}

#rating .rating-side table {
	border-collapse: separate;
    border-spacing: 0px;
}

#rating .rating-side table,
#rating .rating-side table thead,
#rating .rating-side table tbody {
	position: relative;
	display: table;
	width: 100%;
	margin: 0 auto;
}

#rating .rating-side table thead tr {
	position: relative;
	display: table;
	margin-bottom: 13px;
}

#rating .rating-side table thead tr th {
	color: #dcdcdc;
	font-size: 12px;
	font-weight: normal;
	font-family: Alice;
}

#rating .rating-side.rating-side-players table thead tr th:nth-child(1) {
	width: 250px;
	text-align: left;
	padding-left: 25px;
}
#rating .rating-side.rating-side-players table thead tr th:nth-child(2) {
	width: 40px;
	text-align: right;
}
#rating .rating-side.rating-side-players table thead tr th:nth-child(3) {
	width: 8px;
	text-align: center;
}
#rating .rating-side.rating-side-players table thead tr th:nth-child(4) {
	width: 40px;
	text-align: left;
}

#rating .rating-side table tbody tr {
	background: #0d0806;
	border: 1px solid #33150f;
	position: relative;
	display: table;
	margin-bottom: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#rating .rating-side table tbody tr td {
	color: #fbfbfb;
	font-size: 14px;
	font-family: Alice;
	padding: 6px 0;
}

#rating .rating-side.rating-side-players table tbody tr td:nth-child(1) {
	width: 25px;
	text-align: right;
}
#rating .rating-side.rating-side-players table tbody tr td:nth-child(2) {
	width: 242px;
	text-align: left;
	padding-left: 8px;
	color: #ffba00;
	font-family: albexbold;
}
#rating .rating-side.rating-side-players table tbody tr td:nth-child(3) {
	width: 40px;
	text-align: right;
}
#rating .rating-side.rating-side-players table tbody tr td:nth-child(4) {
	width: 8px;
	text-align: center;
}
#rating .rating-side.rating-side-players table tbody tr td:nth-child(5) {
	width: 40px;
	text-align: left;
}
/*===================================================================*/
#rating .rating-side.rating-side-clans table thead tr th:nth-child(1) {
	width: 190px;
	text-align: left;
	padding-left: 25px;
}
#rating .rating-side.rating-side-clans table thead tr th:nth-child(2) {
	width: 60px;
	text-align: center;
}
#rating .rating-side.rating-side-clans table thead tr th:nth-child(3) {
	width: 100px;
	text-align: center;
}

#rating .rating-side.rating-side-clans table tbody tr td:nth-child(1) {
	width: 25px;
	text-align: right;
}
#rating .rating-side.rating-side-clans table tbody tr td:nth-child(2) {
	width: 180px;
	text-align: left;
	padding-left: 8px;
	color: #ffba00;
	font-family: albexbold;
}
#rating .rating-side.rating-side-clans table tbody tr td:nth-child(3) {
	width: 60px;
	text-align: center;
}
#rating .rating-side.rating-side-clans table tbody tr td:nth-child(4) {
	width: 100px;
	text-align: center;
}
/*===================================================================*/
/*===================================================================*/
/*===================================================================*/
.rating-player-img {
	position: absolute;
	display: block;
	width: 380px;
	height: 387px;
    top: 50px;
    left: -9px;
	z-index: 5;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.rating-side-players .rating-player-img {
	background: url(../images/top-player.jpg) no-repeat;
}
.rating-side-clans .rating-player-img {
	background: url(../images/top-clan.jpg) no-repeat;
}

.rating-player-img.active {
	-webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
	opacity: 0;
	visibility: hidden;
}

.rating-side table {
	-webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
	visibility: hidden;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.rating-side table.active {
	-webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
	visibility: visible;
}
/*===================================================================*/
/*===================================================================*/
/*===================================================================*/
#community .vk-block {
	position: relative;
	display: inline-block;
	float: left;
	width: 500px;
	height: 403px;
}

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

.wrapper-title span {
	position: relative;
	display: block;
	color: #ffba00;
	font-size: 30px;
	font-family: albexbold;
}

.wrapper-title p {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-family: albexbold;
	margin-top: 5px;
}

.forum-block {
	position: relative;
	display: inline-block;
	float: right;
	width: 680px;
}

.forum-block .item {
	position: relative;
	display: inline-block;
	float: left;
	width: 333px;
	height: 72px;
	background: url(../images/bg-forum.png) no-repeat;
	margin-bottom: 12px;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.forum-block .item:nth-child(2n) {
	margin-left: 14px;
}

.forum-block .item.opacity {
	opacity: 0.5;
	-webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.forum-block .item .avatar {
	position: absolute;
	display: block;
	width: 45px;
	height: 45px;
	top: 0;
	left: 15px;
	bottom: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;
}

.forum-block .item .avatar img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.forum-block .item .item-inner {
	position: relative;
	display: block;
	top: 50%;
    transform: translateY(-50%);
    margin-left: 85px;
}

.forum-block .item .item-inner .title {
	position: relative;
	display: block;
	color: #ffba00;
	font-size: 14px;
}

.forum-block .item .item-inner .title a {
	color: #ffba00;
	font-size: 14px;
}

.forum-block .item .item-inner .title a:hover {
	text-decoration: underline;
}

.forum-block .item .item-inner .date {
	position: relative;
	display: block;
	color: #5a5a5a;
	text-shadow: 0 0 0 #5a5a5a;
	font-size: 12px;
	margin-top: 3px;
}

.forum-block .item .item-inner .date span {
	color: #b3b3b3;
	text-shadow: 0 0 0 #b3b3b3;
	margin-right: 3px;
}
/*===================================================================*/

/* Estilos para el contenedor principal de los elementos */
.sub-img-wrap {
    display: flex;
    flex-wrap: wrap; /* Permite que los elementos se envuelvan en varias líneas */
    justify-content: space-around; /* Distribuye el espacio uniformemente */
    align-items: flex-start; /* Alinea los elementos al inicio del eje transversal */
}

/* Estilos para cada "caja" individual (icono + texto) */
.1 {
    display: flex;
    flex-direction: column; /* Apila los elementos hijos verticalmente */
    align-items: center; /* Centra el contenido horizontalmente */
    text-align: center; /* Centra el texto */
    margin: 10px; /* Espacio entre cada caja */
    padding: 15px; /* Relleno dentro de cada caja */
    /* Puedes añadir más estilos aquí si quieres darle un fondo, borde, etc. */
    /* background-color: #f0f0f0; */
    /* border: 1px solid #ccc; */
    /* border-radius: 8px; */
    /* width: 200px; /* Ancho fijo si lo necesitas, o usa flex-basis */ */
}

/* Estilos para la imagen del icono */
.wrapper1 .img {
    margin-bottom: 10px; /* Espacio entre el icono y el texto */
}

/* Estilos para el texto de la descripción */
.wrapper1 .txt-wrap {
    /* Puedes ajustar el ancho o el espaciado si es necesario */
}

.wrapper1 .title {
    font-weight: bold;
    margin-bottom: 5px;
}

.wrapper1 .sub-title {
    font-size: 0.9em;
    color: #666;
}


/*===================================================================*/
/*===================================================================*/
.stream-left {
	position: relative;
	display: inline-block;
	width: 700px;
	height: 340px;
	float: left;
	background: #0d0d0d;
}

.stream-right {
	position: relative;
	display: inline-block;
	width: 488px;
	height: 164px;
	float: right;
	background: #0d0d0d;
	margin-bottom: 12px;
}

.stream-left iframe, .stream-right iframe {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/*===================================================================*/
        .default {
            width: 80%;
            margin-left: auto;
            margin-right: auto;
        }
/*===================================================================*/
/*===================================================================*/
#footer .footer-block {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top: 1px solid #ffb400;
}

.copyright {
	position: absolute;
	display: block;
	width: 530px;
	left: 0;
	top: 50%;
    transform: translateY(-50%);
    color: #8c877c;
    text-shadow: 0 0 0 #8c877c;
    font-size: 12px;
}

.ico-footer {
	position: absolute;
	display: block;
	left: 638px;
	top: 50%;
    transform: translateY(-50%);
    max-width: 320px;
}

.coolness {
	position: absolute;
	display: block;
	width: 122px;
	height: 31px;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/coolness.png) no-repeat;
}

.coolness:hover {
	opacity: 0.7;
}
/*===================================================================*/

/*===================================================================*/
/*===================================================================*/
.popup {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0,0,0,0.6);
	z-index: 99999;
	overflow: hidden;
	overflow-y: auto;
}
.popup2 {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0,0,0,0.6);
	z-index: 99999;
	overflow: hidden;
	overflow-y: auto;
}
.popup-fade2 {
	position: fixed;
	display: block;
	width: 99%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}
.popup-fade {
	position: fixed;
	display: block;
	width: 99%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.popup-content {
	position: absolute;
	display: none;
	width: 578px;
	height: 718px;
	background: url(../images/popup-bg.png) no-repeat;
	top: 10%;
	left: 0;
	right: 0;
	margin: auto;
	margin-bottom: 10px;
}
.popup-content2 {
	position: absolute;
	display: none;
	width: 578px;
	height: 718px;
	background: url(../images/popup-bg.png) no-repeat;
	top: 10%;
	left: 0;
	right: 0;
	margin: auto;
	margin-bottom: 10px;
}
.popup-content a.popup-close {
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	top: 15px;
	right: -15px;
	background: url(../images/popup-close.png) no-repeat;
}

.popup-content a.popup-close:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.popup-title {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto 65px;
	text-align: center;
	padding-top: 63px;
}

.popup-title span {
	position: relative;
	display: block;
	color: #ffba00;
	font-size: 16px;
	font-family: albexbold;
}

.popup-title p {
	position: relative;
	display: block;
	color: #fff6dc;
	font-size: 12px;
}

.popup-content-title {
	position: relative;
	display: block;
	width: 518px;
	margin: 30px auto 20px;
}

.popup-content-title span {
	position: relative;
	display: block;
	color: #ffba00;
	font-size: 16px;
	font-family: albexbold;
}

.popup-content-title p {
	position: relative;
	display: block;
	color: #fff6dc;
	font-size: 12px;
}

.popup-content-item {
	position: relative;
	display: block;
	width: 518px;
	height: 60px;
	background: #000000;
	margin: 0 auto 3px;
}

.popup-content-item .text {
	position: absolute;
	display: inline-block;
	margin-left: 25px;
	top: 50%;
    transform: translateY(-50%);
    color: #dedede;
    font-size: 12px;
}

.popup-content-item .text span {
	color: #ffba00;
}

.popup-content-item .link {
	position: absolute;
	display: inline-block;
	height: 44px;
	top: 0;
	right: 12px;
	bottom: 0;
	margin: auto;
}

.popup-content-item .link a {
	position: relative;
	display: inline-block;
	float: left;
	color: #fff1cd;
	font-size: 12px;
	background: url(../images/popup-btn.png) no-repeat;
	width: 150px;
	height: 44px;
	line-height: 43px;
	margin-right: 10px;
}

.popup-content-item .link a:last-child {
	margin-right: 0;
}

.popup-content-item .link a span {
	position: relative;
	display: block;
	margin-left: 50px;
	z-index: 1;
}

.popup-content-item .link a:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 0%;
	background: url(../images/popup-btn.png) no-repeat center top;
	top: 0;
	left: 0;
	-webkit-filter:contrast(155%); 
	-moz-filter:contrast(155%); 
	-o-filter:contrast(155%); 
	filter:contrast(155%); 
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.popup-content-item .link a:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 0%;
	background: url(../images/popup-btn.png) no-repeat center bottom;
	bottom: 0;
	right: 0;
	-webkit-filter:contrast(155%); 
	-moz-filter:contrast(155%); 
	-o-filter:contrast(155%); 
	filter:contrast(155%); 
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.popup-content-item .link a:hover:before,
.popup-content-item .link a:hover:after {
	height: 60%;
}

.popup-content-item .link a.reg {
	background: url(../images/popup-reg.png) no-repeat center top;
}

.popup-content-item .link a.reg span {
	margin-left: 0;
	text-align: center;
}

.popup-content-item .link a.reg:before {
	background: url(../images/popup-reg.png) no-repeat center top;
}
.popup-content-item .link a.reg:after {
	background: url(../images/popup-reg.png) no-repeat center bottom;
}
/*===================================================================*/
/*===================================================================*/
/*===================================================================*/
						/*====about.html====*/
/*===================================================================*/
/*===================================================================*/
/*===================================================================*/
#general-about {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1920px;
	min-width: 1210px;
	height: 1900px;
	margin: 0 auto;
	background: url(../images/bga1.jpg) no-repeat center top 0px,
				url(../images/bga2.jpg) no-repeat center top 950px;
	overflow: hidden;
}

.wrapper-about-title {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 29px;
	margin: 0 auto 45px;
}

.wrapper-about-title span {
	position: relative;
	display: block;
	color: #ffba00;
	font-size: 16px;
	font-family: albexbold;
	margin-bottom: -1px;
}

.wrapper-about-title p {
	position: relative;
	display: block;
	color: #fff6dc;
	font-size: 12px;
}

.about-block {
	position: relative;
	display: table;
	width: 1200px;
	height: 980px;
	margin: 0 auto;
}

.about-block .about-tabs {
	position: relative;
	display: inline-block;
	float: left;
	width: 333px;
	height: 980px;
	padding-right: 25px;
	border-right: 1px solid #41332e;
	margin-right: 32px;
}

.about-block .about-tabs ul {
	position: relative;
	display: block;
	width: 333px;
	max-height: 907px;
	margin: 0;
	overflow: hidden;
	padding-right: 10px;
}

.about-block .about-tabs ul li {
	position: relative;
	display: block;
	width: 333px;
	margin: 0;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.about-block .about-tabs ul li.opacity {
	opacity: 0.5;
	-webkit-transform: scale(0.94);
    -moz-transform: scale(0.94);
    -o-transform: scale(0.94);
    transform: scale(0.94);
}

.about-block .about-tabs ul li.active {
	opacity: 1;
	-webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

.about-block .about-tabs ul li a {
	position: relative;
	display: block;
	width: 333px;
	height: 72px;
	background: url(../images/bg-about.png) no-repeat;
	margin: 0 auto 5px;
}

.about-block .about-tabs ul li:last-child a {
	margin: 0 auto;
}

.about-block .about-tabs ul li a .img {
	position: relative;
	display: inline-block;
	float: left;
	width: 34px;
	height: 34px;
	background: url(../images/ico-about.png) no-repeat;
	top: 50%;
    transform: translateY(-50%);
    margin: 0 12px;
}

.about-block .about-tabs ul li a .img img {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.about-block .about-tabs ul li a .title {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 13px;
	font-family: albexbold;
	top: 50%;
    transform: translateY(-50%);
    padding-right: 12px;
    -webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.about-block .about-tabs ul li.active a .title,
.about-block .about-tabs ul li a:hover .title {
	color: #ffba00;
}

.about-block .about-tabs .about-tabs-title {
	position: relative;
	display: block;
	width: 333px;
	padding: 12px 0;
	margin: 0 auto 17px;
}

.about-block .about-tabs .about-tabs-title:before {
	content: '';
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/ico-about-nav.png) no-repeat;
	top: 0;
	left: 14px;
	bottom: 0;
	margin: auto;
}

.about-block .about-tabs .about-tabs-title span {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 13px;
	font-family: albexbold;
	margin: 0px 0 2px 58px;
}

.about-block .about-tabs .about-tabs-title p {
	position: relative;
	display: block;
	margin-left: 58px;
	font-size: 12px;
	color: #7e7676;
	text-shadow: 0 0 0 #7e7676;
}
/*===================================================================*/
.about-block .about-tabs-content {
	position: relative;
	display: inline-block;
	height: 960px;
	padding-top: 20px;
	width: 800px;
	overflow: hidden;
}

.about-block .about-tabs-content .about-tabs-content-item {
	position: relative;
	display: none;
	width: 100%;
	margin: 0;
	color: #fff9e6;
	font-size: 14px;
}

.about-block .about-tabs-content .about-tabs-content-item.active {
	display: inline-block;
}

.about-block .about-tabs-content .about-tabs-content-item .title {
	position: relative;
	display: block;
	width: 100%;
	height: 34px;
	margin: 0 auto 50px;
}

.about-block .about-tabs-content .about-tabs-content-item .title .img {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 34px;
	background: url(../images/ico-about.png) no-repeat;
	float: left;
}

.about-block .about-tabs-content .about-tabs-content-item .title .img img {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.about-block .about-tabs-content .about-tabs-content-item .title .text {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 13px;
	font-family: albexbold;
	top: 50%;
    transform: translateY(-50%);
    margin-left: 15px;
}

.about-block .about-tabs-content .about-tabs-content-item .text-title {
	position: relative;
	display: block;
	color: #eaab02;
	font-size: 14px;
	margin: 30px auto 24px;
}
/*===================================================================*/
/*===================================================================*/
/*===================================================================*/
#flash-video {
	position: absolute;
	display: block;
	z-index: 0;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 900px;
}
/*===================================================================*/
/*===================================================================*/
/*===================================================================*/

    .modal {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.5);
    }
    .modal-content {
      background: #fff;
      margin: 10% auto;
      padding: 20px;
      width: 420px;
      border-radius: 10px;
      box-shadow: 0 5px 10px rgba(0,0,0,0.3);
       color: #2c3e50; /* <-- Cambia el color de TODO el texto aquí */
    }
    .close {
      float: right;
      font-size: 20px;
      cursor: pointer;
    }
    h2 {
      text-align: center;
      margin-bottom: 15px;
    }
    p {
      margin: 10px 0;
    }

    /* 🎨 Colores por idioma */
    .es { color: #e74c3c; }   /* Rojo */
    .en { color: #2980b9; }   /* Azul */
    .pt { color: #27ae60; }   /* Verde */
/*===================================================================*/
/*===================================================================*/
/*===================================================================*/

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

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

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

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

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

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

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