/**************************************************/
/**************************************************/
				/***основное***/
/**************************************************/
/**************************************************/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

img {
	max-width: 100%;
}

body {
	background-color: #111214;
	font-family: calibri;
	color: #fff2dd;
	font-size: 14px;
}

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

table, tbody, thead {

}

input, select {
	border: none;
	outline: none;
	padding: 0px;
}

::-webkit-input-placeholder { 
	color:#9e9c93; 
	-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:#9e9c93; 
	-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:#9e9c93;  
	-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:#9e9c93; 
	-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 { 
	-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 { 
	-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 { 
	-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 { 
	-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: calibri;
    src: url("../css/fonts/calibri.eot");
    src: url("../css/fonts/calibri.eot?#iefix") format("embedded-opentype"),
    url("../css/fonts/calibri.woff2") format("woff2"),
    url("../css/fonts/calibri.woff") format("woff"),
    url("../css/fonts/calibri.ttf") format("truetype"),
    url("../css/fonts/calibri.svg#calibri") format("svg");
}

@font-face {
    font-family: calibrib;
    src: url("../css/fonts/calibrib.eot");
    src: url("../css/fonts/calibrib.eot?#iefix") format("embedded-opentype"),
    url("../css/fonts/calibrib.woff2") format("woff2"),
    url("../css/fonts/calibrib.woff") format("woff"),
    url("../css/fonts/calibrib.ttf") format("truetype"),
    url("../css/fonts/calibrib.svg#calibrib") format("svg");
}

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

b, th, strong, h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-family: calibrib;
}
/**************************************************/
/**************************************************/
				/***контент***/
/**************************************************/
/**************************************************/
#general {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
	height: 1900px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/bg1.jpg) no-repeat center top 0px,
	url(../images/bg2.jpg) no-repeat center top 475px,
	url(../images/bg3.jpg) no-repeat center top 950px,
	url(../images/bg4.jpg) no-repeat center top 1425px;
}

#wrapper {
	position: relative;
	display: block;
	width: 1200px;
	height: 1900px;
	margin: 0 auto;
}

.hover:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	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;
	-webkit-filter:brightness(1.2); 
	-moz-filter:brightness(1.2); 
	-o-filter:brightness(1.2); 
	filter:brightness(1.2); 
	opacity: 0;
}

.hover:hover:before {
	opacity: 1;
}
/**************************************************/
/**************************************************/
				/***навигация***/
/**************************************************/
/**************************************************/
ul#navigation {
	position: absolute;
	display: block;
	width: 1200px;
	height: 69px;
	top: 385px;
	left: 0px;
	list-style: none;
	text-align: center;
}

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

ul#navigation li a {
	position: relative;
	display: block;
	height: 69px;
	padding: 0 34px;
	text-align: left;
}

ul#navigation li:last-child a {
	border-right: none;
}

ul#navigation li a span {
	position: relative;
	display: block;
	margin: 0 auto;
	color: #f1ffc6;
	font-size: 14px;
	font-family: calibrib;
	padding-top: 19px;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

ul#navigation li a p {
	position: relative;
	display: block;
	margin: 0 auto;
	color: #a5ab94;
	font-size: 12px;
	top: -2px;
	-webkit-transition:all 0.2s ease; 
	-o-transition:all 0.2s ease; 
	-moz-transition:all 0.2s ease; 
	transition:all 0.2s ease;
}

ul#navigation li a:hover span {
	color: #fff;
}

ul#navigation li a:hover p {
	color: #fff;
	top: 2px;
}

.logo {
	position: absolute;
	display: block;
	width: 486px;
	height: 294px;
	background: url(../images/logo.png) no-repeat;
	top: 92px;
	left: 360px;
}

.logo:hover {
	-webkit-filter:brightness(1.2); 
	-moz-filter:brightness(1.2); 
	-o-filter:brightness(1.2); 
	filter:brightness(1.2); 
}

.lang {
	position: absolute;
	display: inline-block;
	width: 86px;
	height: 30px;
	border: 1px solid #433229;
	top: 10px;
	right: 0px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: url(../images/select.png) no-repeat center right 7px;
	box-shadow: inset 0 0 10px #000;
	overflow: hidden;
}

.lang a {
	position: relative;
	display: block;
	width: 86px;
	height: 30px;
	margin: 0 auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	top: 0;
}

.lang a span {
	position: relative;
	display: block;
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.lang a span:before {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 22px;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #433229;
}

.lang a:nth-child(1) {
	background: url(../images/ico-ru.png) no-repeat center left 48px;
}
.lang a:nth-child(2) {
	background: url(../images/ico-eng.png) no-repeat center left 48px;
}

.lang:hover a {
	top: -30px;
}

.bonus {
	position: absolute;
	display: block;
	width: 130px;
	height: 48px;
	top: 2px;
    right: 290px;
    text-align: left;
    padding-left: 50px;
}

.bonus span {
	position: relative;
	display: block;
	color: #fff4bf;
	font-size: 12px;
	font-family: calibrib;
	padding-top: 11px;
    margin-bottom: -2px;
    -webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.bonus p {
	position: relative;
	display: block;
	color: #9a9169;
	font-size: 12px;
	font-family: calibri;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.bonus:before {
	content: '';
	position: absolute;
	display: block;
	width: 54px;
	height: 53px;
	top: 0;
	left: -2px;
	background: url(../images/bonus.png) no-repeat;
	-webkit-transition:all 0.2s ease; 
	-o-transition:all 0.2s ease; 
	-moz-transition:all 0.2s ease; 
	transition:all 0.2s ease;
}

.bonus:hover span, .bonus:hover p {
	color: #fff;
}

.bonus:hover:before {
	left: -6px;
}

.cabinet {
	position: absolute;
	display: block;
	width: 158px;
	height: 34px;
	background: url(../images/btn-cabinet.png) no-repeat;
	top: 8px;
	right: 106px;
	text-align: center;
	line-height: 34px;
	color: #fff8d7;
	font-size: 14px;
	font-family: calibrib;
}

.cabinet span {
	position: relative;
	display: block;
	z-index: 1;
}

.cabinet:before {
	background: url(../images/btn-cabinet.png) no-repeat;
}

.social {
	position: absolute;
	display: inline-block;
	top: 13px;
	right: 487px;
	text-align: right;
}

.social a {
	position: relative;
	display: inline-block;
	float: left;
	width: 25px;
	height: 25px;
	margin-left: 8px;
}

.social a:hover {
	opacity: 0.7;
}

.stream {
	position: absolute;
	display: block;
	width: 343px;
	height: 246px;
	background: url(../images/stream.png) no-repeat;
	top: 1395px;
	right: 88px;
}

.stream iframe {
	position: absolute;
	display: block;
	width: 306px;
	height: 216px;
	top: 0;
	left: 1px;
	right: 0;
	bottom: 0;
	margin: auto;
}
/**************************************************/
/**************************************************/
				/***side content***/
/**************************************************/
/**************************************************/
.content_block {
	position: absolute;
    display: block;
    width: 625px;
    height: 1235px;
    top: 505px;
    left: 95px;
    overflow: hidden;
}

.content_block_inner {
	position: relative;
	display: block;
	width: 614px;
	margin: 0;
}

#news {
    position: relative;
    display: block;
    width: 614px;
    margin: 20px auto 0;
    background: url(../images/news.png) no-repeat center bottom;
    padding-bottom: 27px;
}

#news:first-child {
	margin: 0 auto;
}

#news .news_frame {
	position: relative;
	display: block;
	width: 614px;
	height: 72px;
	background: #1b1516;
	margin: 15px auto;
}

#news .news_frame:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/frame.png) no-repeat;
	top: 0;
	left: 0;
}

#news .news_frame img {
	position: absolute;
	display: block;
	width: 610px;
	height: 68px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#news .news_title {
	position: relative;
	display: block;
	color: #ffd48c;
	font-size: 18px;
	font-family: calibrib;
	margin: 0 auto 3px;
}

#news .news_date {
	position: relative;
	display: block;
	color: #969392;
	font-size: 12px;
}

#news .news_date span {
	color: #a78c53;
}

#news .news_text {
	position: relative;
	display: block;
	margin: 0 auto;
	color: #fff2dd;
	font-size: 14px;
}

#news .news_text a {
	color: #ffc000;
	text-decoration: underline;
}
#news .news_text a:hover {
	text-decoration: none;
}

#news .news_author {
	position: relative;
	display: table;
	color: #7c7a73;
	font-size: 12px;
	margin: 15px auto 0;
	width: 590px;
	padding-left: 24px;
	height: 18px;
	line-height: 18px;
	background: url(../images/author.png) no-repeat center left;
}

#news .news_author span.author {
	position: relative;
	display: inline-block;
	color: #ffd220;
	margin-left: 2px;
}

#news .news_author a {
	position: relative;
	display: inline-block;
	float: right;
	text-shadow: none;
	color: #ffc000;
	font-size: 12px;
	text-decoration: underline;
}

#news .news_author a:hover {
	text-decoration: none;
}

#news .news_author a:before {
	content: '';
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/more.png) no-repeat;
	top: 0;
	left: -26px;
}
/**************************************************/
/**************************************************/
					/***vk***/
/**************************************************/
/**************************************************/
.title_vk {
	position: absolute;
	display: block;
	width: 200px;
	top: 1499px;
	right: 160px;
	text-align: center;
}

.title_vk span {
	position: relative;
	display: block;
	margin: 0 auto -3px;
	color: #ffecbf;
	font-size: 14px;
	font-family: calibrib;
	text-shadow: 0 0 5px rgba(0,0,0,0.6);
}

.title_vk p {
	position: relative;
	display: block;
	margin: 0 auto;
	color: #837e73;
	font-size: 11px;
	font-family: calibri;
}

.vk_block {
	position: absolute;
	display: block;
	width: 260px;
	top: 1560px;
    right: 129px;
}
/**************************************************/
/**************************************************/
				/***статус***/
/**************************************************/
/**************************************************/
.title_status {
	position: absolute;
	display: block;
	width: 200px;
	top: 512px;
	right: 160px;
	text-align: center;
}

.title_status span {
	position: relative;
	display: block;
	margin: 0 auto -3px;
	color: #ffecbf;
	font-size: 14px;
	font-family: calibrib;
	text-shadow: 0 0 5px rgba(0,0,0,0.6);
}

.title_status p {
	position: relative;
	display: block;
	margin: 0 auto;
	color: #837e73;
	font-size: 11px;
	font-family: calibri;
}

#status {
    position: absolute;
    display: block;
    width: 267px;
    height: 198px;
    margin: 0 auto 80px;
    top: 580px;
    right: 127px;
}

#status .item {
	position: relative;
	display: block;
	width: 267px;
	height: 90px;
    margin: 0 auto 15px;
	background: url(../images/status.png) no-repeat center bottom;
}

#status .item .sname {
	position: relative;
	display: block;
	width: 267px;
	text-align: center;
	color: #ffdd3f;
	font-size: 14px;
	font-family: calibrib;
	top: 0px;
    z-index: 1;
}

#status .item .sname span {
	position: relative;
	display: block;
	margin: -2px auto;
	color: #9e9c93;
	font-size: 12px;
	font-family: calibri;
}

#status .item .sonline {
	display: none;
}

#status .item .load {
	position: relative;
	display: block;
	background: url(../images/null.png) no-repeat; 
	width:267px; 
	height:30px; 
	clear:both; 
	margin: 0px auto;
}

#status .item .load .line {
	background: url(../images/full.png) no-repeat; 
	height:16px; 
	width:0;
	max-width:253px;
}

#status .item .load .fixed-width {
	width:253px; 
	position: relative; 
	top: 7px;
    left: 7px;

}

#status .item .slink {
	position: relative;
	display: table;
	margin: 0 auto;
	color: #ffc000;
	top: 3px;
	z-index: 1;
}

#status .item .slink a {
	position: relative;
	display: inline-block;
	font-size: 0px;
}

#status .item .slink a:before {
	content: 'Посмотреть статистику сервера';
	position: relative;
	display: block;
	font-size: 12px;
	color: #ffc000;
	text-decoration: underline;
}

#status .item .slink a:hover:before {
	text-decoration: none;
}
/**************************************************/
/**************************************************/
				/***форум***/
/**************************************************/
/**************************************************/
.title_forum {
	position: absolute;
	display: block;
	width: 200px;
	top: 851px;
	right: 160px;
	text-align: center;
}

.title_forum span {
	position: relative;
	display: block;
	margin: 0 auto -3px;
	color: #ffecbf;
	font-size: 14px;
	font-family: calibrib;
	text-shadow: 0 0 5px rgba(0,0,0,0.6);
}

.title_forum p {
	position: relative;
	display: block;
	margin: 0 auto;
	color: #837e73;
	font-size: 11px;
	font-family: calibri;
}

#lastpost {
	position: absolute;
	display: table;
	width: 285px;
	margin: 0 auto;
	clear: both;
    top: 920px;
    right: 119px;
}

.last_item {
    position: relative;
    display: block;
    width: 225px;
    height: 56px;
    margin: 0 auto 3px;
    padding-left: 65px;
    background: rgba(31,31,31,0.4) url(../images/forum.png) no-repeat center left 20px;
    -webkit-transition:all 0.2s ease; 
	-o-transition:all 0.2s ease; 
	-moz-transition:all 0.2s ease; 
	transition:all 0.2s ease;
}

.last_item:hover {
	background-color: rgba(31,31,31,0.8);
}

.last_link {
	position: relative;
	display: block;
	color: #ffe185;
	font-size: 12px;
	margin-bottom: 0px;
	font-family: calibri;
	padding-top: 14px;
}

.last_link a {
	color: #ffe185;
}

.last_link a:hover {
	text-decoration: underline;
}

.last_date {
	position: relative;
	display: block;
	color: #7a7a7a;
	font-size: 12px;
	text-shadow: 0 0 0 #7a7a7a;
}

.last_date a {
	color: #7a7a7a;
}

.last_date a:hover {
	text-decoration: underline;
}
/**************************************************/
/**************************************************/
				/***Подвал***/
/**************************************************/
/**************************************************/
.copy {
	position: absolute;
	display: block;
	bottom: 18px;
	left: 250px;
	color: #918366;
	font-size: 12px;
	line-height: 16px;
}

.coolness {
	position: absolute;
	display: block;
	width: 80px;
	height: 19px;
	background: url(../images/coolness.png) no-repeat;
	bottom: 45px;
	right: 25px;
}

.coolness:before {
	background: url(../images/coolness.png) no-repeat;
}
/**************************************************/
/**************************************************/
				/***формы***/
/**************************************************/
/**************************************************/
ul#smart_content_menu {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto 20px;
	list-style: none;
	text-align: center;
}

ul#smart_content_menu li {
	position: relative;
	display: inline-block;
	margin: 0 0px 3px;
}

ul#smart_content_menu li a {
    position: relative;
    display: block;
    color: rgb(164, 164, 164);
    background: rgba(141, 228, 157, 0.06);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 3px 7px;
    font-size: 13px;
}

ul#smart_content_menu li a:hover {
	color: #fff;
	border: 1px solid rgba(255,255,255,0.2);
}

label {
    font-size: 12px;
}

.smart_content_title, #smart_content_inner center h3, #smart_content_inner h4 {
	position: relative;
	display: block;
	width: 100%;
	margin: 10px auto;
	text-align: center;
    color: #ffdd3f;
    font-size: 14px;
    font-family: calibrib;
    text-transform: uppercase;
}

.smart_content_title center h3 {

}

.smart_content_title span {
	position: relative;
	display: block;
	font-weight: normal;
	font-size: 12px;
	color: rgba(214,200,165,1);
	margin-bottom: 15px;
}

form.smart_form {
	position: relative;
	display: block;
	width: 318px;
	margin: 0 auto;
}

.smart_div {
	position: relative;
	display: block;
	width: 318px;
	margin: 0 auto;
	text-align: center;
}

.smart_div label {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}

.smart_div br {
	display: none;
}

.smart_div form.smart_form input[type="radio"] {
    position: relative;
    display: inline-block !important;
    width: 15px !important;
    height: 15px !important;
    top: 2px;
}

#sexchar.smart_div form.smart_form span {
	position: relative;
	display: block;
	text-align: center;
}

form.smart_form table, form.smart_form table tbody {
	display: block;
	width: 100%;
}

form.smart_form tr {
	position: relative;
	display: block;
	width: 100%;
	margin: 5px auto;
	text-align: center;
}

form.smart_form tr td {
	position: relative;
	display: block;
	width: 100%;
}

form.smart_form input, form.smart_form select {

}

#smart_content_menu_server {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto 10px;
}

#smart_content_menu_server a {
	position: relative;
	display: inline-block;
	color: rgba(214,200,165,0.5);
	background: rgba(141, 228, 157, 0.06);
	border: 1px solid rgba(255,255,255,0.1);
	padding: 3px 7px;
}

#smart_content_menu_server a:hover, #smart_content_menu_server a.activ {
	color: #fff;
	border: 1px solid rgba(255,255,255,0.2);
}

.smart_table_inner {
	position: relative;
	display: block;
	width: 100%;
}

.smart_table_inner tr {
	position: relative;
	display: inline-table;
	width: 100%;
}

.smart_rait span {
	color: #fff;
}

.smart_table_inner .l2left {
	position: relative;
	display: inline-block;
	width: 50%;
	text-align: right;
}

.smart_table_inner .l2right {
	position: relative;
	display: inline-block;
	width: 49%;
	text-align: left;
	padding-left: 1%;
}

.smart_table_stats {
	position: relative;
	width: 97% !important;
	margin: 0 auto !important;
}

.smart_table_stats tr td {
	text-align: center;
}

div#alpha {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px auto;
}

div#alpha a {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 2px 4px;
	background: rgba(255,255,255,0.1);
	color: #ccc;
	text-align: center;
	line-height: 20px;
}

div#alpha a:hover {
	color: #fff;
}

input, select {
    width: 318px !important;
    height: 45px !important;
    background: url(../images/input.png) no-repeat;
    color: #9e9c93;
    font-size: 12px;
    text-align: center;
    font-family: calibri;
}

select {
	padding: 0 10px;
	text-align-last: center;
	background: url(../images/select.png) no-repeat center right 10px,
				url(../images/input.png) no-repeat;
	-webkit-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none !important;
	-moz-appearance: none;
}

.smart_btn {
	position: relative !important;
	display: block !important;
	margin: 15px auto 0 !important;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	cursor: pointer;
	text-transform: uppercase;
    width: 240px !important;
	height: 45px !important;
    background: url(../images/btn.png) no-repeat !important;
    text-align: center !important;
    color: #fff8d7 !important;
    font-size: 12px !important;
    line-height: 47px !important;
    font-family: calibrib !important;
    border: none !important;
    text-shadow: 1px 1px 0 #000;
}

.smart_btn:hover {
	-webkit-filter:brightness(1.2); 
	-moz-filter:brightness(1.2); 
	-o-filter:brightness(1.2); 
	filter:brightness(1.2); 
}

a.smart_btn_forget_login {
    position: relative;
    display: block;
    margin: 10px auto 0;
    font-size: 12px;
    color: rgba(214,200,165,0.5);
}

a.smart_btn_forget_login:hover {
	color: #fff;
	text-decoration: underline;
}

textarea {
    width: 98% !important;
    background: rgba(255,255,255,0.0);
    border: 1px solid rgba(255,255,255,0.1);
    outline: none;
    padding: 1%;
    color: #fff;
}

option {
	background: #17100f;
}

.smart_l2sec_code {
    position: absolute !important;
    z-index: 1;
    top: 11px;
    left: 11px;
    width: auto !important;
}
/**************************************************/
/**************************************************/
				/***таймер***/
/**************************************************/
/**************************************************/
.second-my {
	position: absolute;
	display: table;
	width: 510px;
	height: 50px;
	top: 0;
	left: 140px;
}

.second-my-content {
	position: absolute;
	display: inline-block;
	height: 50px;
}

.titloftimer {
	position: relative;
	display: inline-block;
	width: 250px;
	color: #ffbf37;
	font-size: 18px;
	font-family: calibrib;
	text-align: right;
    padding-top: 7px;
    float: left;
}

.titloftimer span {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 12px;
	font-family: calibri;
	margin: -3px auto 0;
}

.second-my-content .result {
	position: relative;
	display: inline-block;
	margin-left: 5px;
}

.second-my-content .result span {
	position: relative;
	display: inline-block;
	float: left;
	line-height: 50px;
	color: #ffa800;
	font-size: 36px;
	font-family: calibrib;
	margin: 0 3px;
}

.second-my-content .result span.days {
	color: #ffffff;
	font-size: 14px;
	line-height: 65px;
	margin: 0 1px;
}

/**************************************************/
/**************************************************/
				/***топ пвп***/
/**************************************************/
/**************************************************/
.top_player {
	position: relative;
	display: block;
	width: 220px;
	margin: 0 auto;
	padding-top: 15px;
}

table#top_block {
	position: relative;
	display: block;
	width: 220px;
	margin: 0 auto;
}

table#top_block tr {
	position: relative;
	display: inline-block;
	width: 300px;
	margin: 0 auto;
	background: rgba(0,0,0,0.23);
}

table#top_block tr th, table#top_block tr td {
	position: relative;
	display: inline-block;
	float: left;
}

table#top_block tr th {
	color: #b0b0b0;
	font-size: 12px;
font-family:'PT Sans', sans-serif !important;
	font-weight: normal;
	margin-bottom: 3px;
}

table#top_block tr td {
	color: #727a7c;
	font-size: 12px;
font-family:'PT Sans', sans-serif !important;
	height: 20px;
	line-height: 20px;	
}
table.top_pvp {
	top: 35px;
	right: 50px;
}
/**************************************************/
/**************************************************/
				/***топ PVP V2***/
/**************************************************/

.top {
	height: 310px;
	box-sizing: border-box;
}

table#top_block {
	position: relative;
	display: block;
	width: 220px;
	margin: 0 auto;
	top: 55px;
}

table#top_block tr {
	position: relative;
	display: inline-block;
	width: 300px;
	margin: 0 auto;
	background: rgba(0,0,0,0.23);
}

table#top_block tr th,
table#top_block tr td {
	position: relative;
	display: inline-block;
	float: left;
}

table#top_block tr th {
	color: #b0b0b0;
	font-size: 12px;
font-family:'PT Sans', sans-serif !important;
	font-weight: normal;
	margin-bottom: 3px;
}

table#top_block tr td {
	color: #727a7c;
	font-size: 12px;
font-family:'PT Sans', sans-serif !important;
	height: 20px;
	line-height: 20px;
}

table#top_block tr td span {
	position: relative;
	display: inline-block;
	width: 300px;
	margin: 0 auto;
	background: rgba(0,0,0,0.23);
}


table.top_pk {
	top: 35px;
	right: 50px;
}

.top_player_block_server_1,
.top_player_block_server_2,
.top_player_block_server_3 {
	position: absolute;
	display: block;
	width: 225px;
	height: 238px;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	transform: scale(0);
	transition: all 0.3s ease;
}

.top_active_block {
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	transform: scale(1) !important;
}

ul#top_tabs_server1,
ul#top_tabs_server2,
ul#top_tabs_server3 {
	position: absolute;
	display: block;
	left: 0px;
	right: 10px;
	bottom: -3px;
	list-style: none;
	text-align: center;
	width: 100px;
	margin: auto;
	z-index: 1;
	top: 655px;
}

ul#top_tabs_server1 li,
ul#top_tabs_server2 li,
ul#top_tabs_server3 li {
	position: relative;
	display: inline-block;
}

ul#top_tabs_server1 li a,
ul#top_tabs_server2 li a,
ul#top_tabs_server3 li a {
	position: relative;
	display: block;
	width: 37px;
	height: 21px;
	line-height: 21px;
	color: #ffffff;
	font-family: "PT Sans", sans-serif !important;
	font-size: 12px;
	opacity: 0.5;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 5px;
}

.top_content_server {
	position: absolute;
	display: block;
	width: 225px;
	height: 238px;
	top: 36px;
	left: 0px;
	right: 0px;
	margin: auto;
	transform: scale(0);
	transition: all 0.3s ease;
	z-index: 1;
	padding-left: 25px;
}

ul#top_tabs_server {
	position: absolute;
	bottom: -8px;
	left: 8px;
	right: -5px;
	height: 25px;
	text-align: center;
	list-style: none;
	z-index: 0;
	display: flex;
	justify-content: space-between;
}

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

ul#top_tabs_server li a {
	position: relative;
	display: block;
	width: 66px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fffac0;
	font-size: 12px;
	font-family: "PT Sans", sans-serif !important;
	opacity: 0.7;
	text-decoration: none;
}

ul#top_tabs_server li.active a,
ul#top_tabs_server1 li.active a,
ul#top_tabs_server2 li.active a,
ul#top_tabs_server3 li.active a,
ul#top_tabs_server li a:hover,
ul#top_tabs_server1 li a:hover,
ul#top_tabs_server2 li a:hover,
ul#top_tabs_server3 li a:hover {
	opacity: 1;
}
.files_btn {
	position: relative !important;
	display: block !important;
	margin: 15px auto 0 !important;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	cursor: pointer;
	text-transform: uppercase;
    width: 158px !important;
	height: 34px !important;
	background: url(../images/btn-cabinet.png) no-repeat;
    text-align: center !important;
    color: #fff8d7 !important;
    font-size: 12px !important;
    font-family: calibrib !important;
    border: none !important;
    text-shadow: 1px 1px 0 #000;
}

.files_btn:hover {
	-webkit-filter:brightness(1.2); 
	-moz-filter:brightness(1.2); 
	-o-filter:brightness(1.2); 
	filter:brightness(1.2); 
}

.social {
	position: absolute;
	display: inline-block;
	top: 13px;
	right: 280px;
	text-align: right;
}

.social a {
	position: relative;
	display: inline-block;
	float: left;
	width: 25px;
	height: 25px;
	margin-left: 8px;
}

.social a:hover {
	opacity: 0.7;
}



/* снег */

.aposnow {
 position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.annonser {
	position: absolute;
	display: block;
	bottom: 18px;
	left: 375px;
	color: #918366;
	font-size: 12px;
	line-height: 16px;
}

.сopy {
	position: absolute;
	display: block;
	bottom: 18px;
	left: 239px;
	color: #918366;
	font-size: 12px;
	line-height: 16px;
}