/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
* {
    -webkit-box-sizing: bcontent-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/* End of CSS Reset */

html {
  height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
html, body {
  font-size: 14px;
  line-height: 1.42;
  font-family: 'PT Sans', Tahoma, sans-serif;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #25486f;
  color: #272727;
  min-width: 992px;
}

a {
  outline: none;
  color: #6A91BD;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

input {
  outline: none;
}

.clearfix:after, .clear {
  display: table;
  clear: both;
  content: '';
}

.wrapper_web {
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.container {
	width: 1240px;
	margin: 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/
.header_web {
  width: 100%;
  min-height: 458px;
  /*background: url(../images/bg-header.jpg) 50% 0 no-repeat;*/
  background: url(../images/bg-header-winter.jpg) 50% 0 no-repeat;
}

.topbar {
	height: 65px;
	background-color: rgb(40, 51, 76);
	margin: 0 auto;
	max-width: 1920px;
}

.languages {
	float: left;
	padding: 18px 0 0 115px;
}
.languages a img {
	margin: 0 10px;
	opacity: 0.25;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.languages a:hover img, .languages a.active img {
	opacity: 1;
}

.navbar {
	float: right;
}
.navv {
	font-size: 0px;
}
.navv li {
	display: inline-block;
}
.navv li a {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.30);
	height: 65px;
	padding: 0 15px;
	line-height: 64px;
	display: block;
	/* font-size: 14px; */
	color: #d2e5d1;
	/* font-weight: 400; */
	text-shadow: 0 0 3px rgba(40, 51, 76, 0),0 0 10px rgb(77, 88, 113),0 0 15px #374463;
	/* font-family: Play,sans-serif; */
}
.navv li a:hover {
	background-color: rgb(236, 35, 51);
	color: #FFFFFF;
	text-shadow: 0 0 3px rgba(40, 51, 76, 0),0 0 10px rgb(255, 53, 69),0 0 15px #FE4251;
}

.header_web .head {
  height: 393px;
}
.header_web .sidebar {
  background-color: rgba(152,201,255,0.50);
  height: 100%;
}

.cp-btn {
	text-align: center;
  padding-top: 40px;
}
.btn-yellow {
	background: #EC2333;
	height: 44px;
	display: inline-block;
	padding: 0 40px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 43px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.75);
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	-webkit-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.btn-yellow:hover {
  -webkit-filter:brightness(1.2);
  -moz-filter:brightness(1.2);
  -o-filter:brightness(1.2);
  filter:brightness(1.2);
}

.unhwid {
  color: #ffd3a1;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.75);
  background: url(../images/unbind.png) 0 50% no-repeat;
  display: inline-block;
  height: 21px;
  padding-left: 23px;
  margin: 3px 0;
}

.reminder {
  color: #ffd3a1;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.75);
  background: url(../images/icon_reminder.png) 0 50% no-repeat;
  display: inline-block;
  height: 21px;
  padding-left: 23px;
  margin: 3px 0;
}

.servers {
  padding-top: 75px;
  text-align: center;
  font-size: 0px;
}
/*
.servers .server {
  color: #FF2B3E;
  display: inline-block;
  position: relative;
  margin: 0 2px;
  border: 10px solid rgb(88, 90, 123);
  border-radius: 100%;
}
.servers .server canvas {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 76px;
  /* margin-right: 100px; *//*
}
.servers .server:last-child {
  margin-right: 0;
}
.servers .server.off .progress-radial {
  /*opacity:0.4;*//*
}
.servers .server .progress-radial {
  position:absolute;
  top: 0;
  left: 0;
  font-size: 19px;
  font-weight:bold;
  color:#ffffff;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.30);
  width:100%;
  height:100%;
  text-align:center;
}
.servers .server .progress-radial span {
  position:absolute;
  z-index:1;
  width: 100%;
  text-align: center;
  left:0;
  top: 25px;
  font-size: 15px;
}
.servers .server .tiptip {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0,0,0,.3);
  font-size: 15px;
  border-radius: 3px;
  opacity: 1;
}
.servers .server:hover .tiptip {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg) translateY(0px);
}
*/
.sidebar-right {
  float: right;
}

.logo {
  text-align: right;
  padding-top: 75px;
  padding-right: 195px;
  margin-bottom: 15px;
}
.logo a img {
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
.logo a:hover img {
  -webkit-filter:brightness(1.3);
  -o-filter:brightness(1.3);
  -moz-filter:brightness(1.3);
  filter:brightness(1.3);
}

.start {
  width: 325px;
  float: right;
  margin-right: 130px;
  text-align: center;
}
.start h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.75);
  margin-bottom: 15px;
  text-indent: -9999px;
}
.btn-start {
  background: url(../images/btn-start.png) 50% 0 no-repeat;
  width: 321px;
  height: 56px;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  text-shadow: 0px 1px 0px rgba(0,0,0,0.75);
  text-decoration: none;
  color: #ffffff;
  line-height: 55px;
  -webkit-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
}
.btn-start:hover {
  -webkit-filter:brightness(1.2);
  -moz-filter:brightness(1.2);
  -o-filter:brightness(1.2);
  filter:brightness(1.2);
}

.btn-download {
  width: 304px;
  height: 44px;
  padding-left: 15px;
  display: inline-block;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.75);
  text-decoration: none;
  color: #ffffff;
  margin-top: 10px;
  padding-top: 10px;
  -webkit-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
}
.btn-download p {
  font-size: 10px;
  font-weight: normal;
  line-height: 10px;
}
.btn-download .size {
  float: right;
  display: inline-block;
  background: url(../images/win.png) 50% 0 no-repeat;
  padding-top: 20px;
  text-align: center;
  width: 73px;
  font-size: 14px;
  font-weight: normal;
}
.btn-download:hover {
  -webkit-filter:brightness(1.2);
  -moz-filter:brightness(1.2);
  -o-filter:brightness(1.2);
  filter:brightness(1.2);
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 175px;
  position: relative;
  min-height: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.middle:after {
  display: table;
  clear: both;
  content: '';
}

.main {
	width: 883px;
	padding-top: 20px;
	float: right;
}

.news { background-color: #fff; border-radius: 3px; margin-bottom: 10px; }
.news .title { background-color: #f4f4f4; border-bottom: 1px solid #d5d5d6; color: #272727; font-size: 30px; font-weight: bold; padding: 15px 20px; position: relative; border-radius: 3px 3px 0 0; }
.news .title a { font-size: 30px; color: #272727; text-decoration: none; font-weight: bold; }
.news .img { width: 213px; height: 213px; float: left; overflow: hidden; margin-left:5px;margin-top:5px;}
.news .content { padding: 20px 20px 10px 20px; overflow: hidden;  }
.news .info { text-align: left; font-size: 14px; line-height: 33px; color: #326297; padding: 10px 20px 10px 10px; border-top: 1px solid #d5d5d6; }
.news .info span { font-weight: bold; }
.news .more { float: right; }
.news .more a { display: inline-block; background: url(../images/btn-blue.png) 0 0 repeat-x; height: 34px; padding: 0 25px; color: #ffffff; font-size: 14px; font-weight: bold; line-height: 33px; text-shadow: 0px 1px 0px rgba(0,0,0,0.30); text-decoration: none; border-radius: 3px; text-transform: uppercase; }
.news.full .content { height: auto; min-height: 183px; }


.static {
  background-color: #fff;
  border-radius: 3px;
  padding: 20px;
}
.static .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.static.stat {
  border-radius: 3px 3px 0px 0px;
}
.static.stat-bot {
  border-radius: 0px 0px 3px 3px;
}

.input {
  width: 100%;
  height: 20px;
}

#Info {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 20px;
}

#accountForm {
  width: 40%;
  min-width: 300px;
  margin: 0 auto;
}
#accountForm td {
  padding: 5px;
}

.sidebar {
	width: 337px;
	float: left;
}
.content-wrapper {
	background-color: #fff;
	border-radius: 3px;
}
.block{
	background-color: #fff;
	border-radius: 3px;
	margin-top:20px;
}
.block .title {
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	color: #272727;
	text-align: center;
	background-color: #f4f4f4;
	border-bottom: 1px solid #bebebe;
	border-radius: 3px 3px 0 0;
	height: 30px;
	padding-top: 15px;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  margin-bottom: 25px;
}
.block .title span {
	display: inline-block;
	position: relative;
	height: 25px;
}
.block .title span:before {
	content: '';
	position: absolute;
	width: 100%;
	padding: 0 14px;
	left: -14px;
	top: 14px;
	height: 0;
	border-top: 1px solid #fff;
	z-index: -1;
}

.block.forum { border-radius: 0px 0px 3px 3px; }
.forum .item { border-bottom: 1px solid #f2f2f2; padding: 15px 20px 10px; }
.forum .item:last-child { border-bottom: 0; }
.forum .item:after { clear: both; display: table; content: ''; }
.forum .avatar { float: left; }
.forum .avatar img { width: 40px; height: 40px; border-radius: 100%; border: 2px solid #4388d4; }
.forum .link { padding-left: 55px; }
.forum .link a {font-size: 14px;font-weight: bold;text-decoration: none;line-height: 22px;}
.forum .date {padding-left: 12px;color: #326297;font-size: 14px;width: 140px;text-overflow: ellipsis;word-wrap: break-word;overflow: hidden;height: 18px;}

.tops-nav {
	padding: 5px 20px 15px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 15px;
}
.tops-nav-serv {
  float: left;
  text-align: left;
}
.tops-nav-type {
  float: right;
}
.tops-nav a {
	color: rgba(4,5,8,0.50);
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	height: 23px;
	padding: 0 4px;
	margin: 0 3px;
}
.tops-nav a:hover, .tops-nav a.active {
	background-color: #326297;
	border-radius: 3px;
	color: #ffffff;
}
.top-table { padding: 0 20px 20px; }
.top-table table { color: #040508; font-size: 14px; width: 100%; }
.top-table table .num { color: #4388d4; font-size: 16px; font-weight: bold; width: 30px; }
.top-table table .count { font-size: 18px; font-weight: bold; text-align: right; }



.tweets .title img {
  float: right;
  margin-left: 5px;
}
.tweets-content {
  padding-bottom: 20px;
  text-align: center;
}

.vk-content {
	padding-bottom: 20px;
	text-align: center;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
  width: 100%;
  margin: -120px auto 0;
  min-height: 120px;
  position: relative;
}

.footer .container {
	border-top: 1px solid #28334C;
	padding-top: 20px;
}

.scrollTop {
	text-align: center;
	font-size: 0px;
	margin-top: -40px;
	height: 40px;
	position: relative;
	z-index: 1;
}
.scroll {
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,0.50);
	border-radius: 100%;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll:hover {
	background-color: rgba(255,255,255,1);
}
.scroll:before {
	content: '';
	width: 100px;
	height: 40px;
	left: -30px;
	top: 0;
	background-color: #25486f;
	position: absolute;
	z-index: -1;
}
.scroll:after {
	content: '';
	border-left: 3px solid #25486f;
	border-top: 3px solid #25486f;
	position: absolute;
	left: 14px;
	top: 15px;
	width: 11px;
	height: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.footer .lcol {
	width: 50%;
	float: left;
}
.footer .rcol {
	width: 50%;
	float: right;
}

.copy {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
  float: left;
  width: 350px;
}
.copy p {
	color: #8499a7;
	font-weight: normal;
	font-size: 12px;
	padding-top: 10px;
}

.counters {
  float: right;
  width: 235px;
  padding-top: 35px;
}
.counters a img {
  opacity: 0.2;
}
.counters a:hover img {
  opacity: 1;
}

.u {
	float: right;
	padding-top: 30px;
	margin-left: 40px;
}
.devs {
	float: right;
	padding-top: 30px;
}
.devs > * {
	vertical-align: middle;
}
.devs img {
	margin: 0 10px;
}

@media (max-width: 1239px) {
  .container {
    width: 992px;
  }
  .navv li a {
    padding: 0 10px;
  }
  .logo {
    padding-right: 65px;
  }
  .languages {
    padding-left: 30px;
  }
  .main {
    width: 635px;
  }
  .u {
    margin-left: 15px;
  }
  .devs img {
    margin: 0 5px;
  }
  .start {
    margin-right: 0;
  }
  .counters {
    width: 200px;
  }
  .copy {
    width: 290px;
  }
}

sup {
    vertical-align: super;
    font-size: smaller;
}

.rank-list{
    display:none;
    animation:rank .4s ease
}
.rank-list li{
    display:flex;
    align-items:center;
    font-size:14px;
    transition:.4s;
    padding:9px 0
}
.rank-list li .rank-ava{
    margin:0 15px;
    border-radius:50%;
    box-shadow:2px 2px 10px 0px rgba(0,0,0,.2);
    transition:.5s
}
.rank-list li .rank-name{
    color:#000;
}
.rank-list li .rank-name b{
    color:#000;
}
.rank-list li a{
    display:block;
    width:100%;
    color:#000;
    margin-bottom:4px
}
.rank-list li:hover{
    background:#28334C;
    margin:0 -40px;
    padding:9px 35px;
    box-shadow:2px 3px 10px 0px rgba(0,0,0,.4)
}
.rank-list li:hover .rank-ava{
    margin:0 25px 0 15px
}
.rank-list li:before{
    display:none
}
.rank-list.active{
    display:block
}
@keyframes rank{
    0%{
        display:none;
        opacity:0;
        transform:scale(0)
    }
    1%{
        display:block;
        opacity:0;
        transform:scale(0)
    }
    100%{
        display:block;
        opacity:1;
        transform:scale(1)
    }
}
.tab-links{
   /* margin:10px 0;*/
    padding-bottom:10px
}
.tab-links a{
    cursor:pointer;
    /*color:#fff;*/
    font-size:13px;
    margin:0 3px
}
.tab-links a.active{
    color:#ffafc0
}
