body {
  width: 100%;
  background: #020202 url(../images/body-repeat.jpg) center repeat-y;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #789bab;
}
a {
  transition: all 0.5s ease;
  color: #d3e9ea;
}
a:hover,
button:hover {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
  text-decoration: none;
}
p {
  margin-bottom: 10px;
}
h1,
h2 {
  color: #d3e9ea;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 20px;
}
input,
textarea {
  background: #080d0f;
  border: 1px solid #142223;
  color: #2f6a76;
  padding: 5px;
}
::-webkit-input-placeholder {
  color: #2f6976;
}
::-moz-placeholder {
  color: #2f6976;
}
:-moz-placeholder {
  color: #2f6976;
}
:-ms-input-placeholder {
  color: #2f6976;
}
button {
  cursor: pointer;
  background: url(../images/button-left.png) left no-repeat, url(../images/button-right.png) right no-repeat, url(../images/button-repeat.png) 0px 1px repeat-x;
  min-width: 65px;
  padding-bottom: 10px;
  transition: all 0.5s ease;
  color: #6e9a97;
  border: none;
  padding: 5px 14px 9px 14px;
}
:focus {
  outline: none;
}
.body-r {
  background: url(../images/body-top-bg.jpg) center top no-repeat, url(../images/body-bottom-bg.jpg) center bottom no-repeat;
}
.wrapper {
  width: 1000px;
  margin: 0 auto;
  min-height: 1750px;
  background: url(../images/wrapper-bottom-bg.jpg) bottom no-repeat;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
  background: url(../images/header-bg.jpg) no-repeat;
  height: 509px;
  position: relative;
}
.logo {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 15px;
  right: 0;
  margin: auto  0;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
  min-height: 300px;
  width: 150px;
  padding: 25px 80px 30px 20px;
}
.menu {
  background: url(../images/menu-bg.png) left no-repeat;
  height: 200px;
  padding-left: 45px;
  position: relative;
}
.menu ul {
  padding-top: 6px;
}
.menu .active a {
  color: #c9ebef;
  text-shadow: 0px 0px 5px #6b9bb1;
  font-size: 14px;
  padding-left: 10px;
}
.menu li {
  background: url(../images/menu-punkt-bg.png) left no-repeat;
  padding-left: 20px;
}
.menu li a {
  text-transform: uppercase;
  font-family: "Times New Roman", Times, serif;
  color: #3e6569;
  text-shadow: 2px 2px 3px #000;
  text-decoration: none;
  padding: 7px 0px;
  display: block;
}
.menu li a:hover {
  color: #c9ebef;
  text-shadow: 0px 0px 5px #6b9bb1;
  font-size: 14px;
  padding-left: 10px;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.menu li:nth-child(1):hover ~ .cursor-menu {
  top: 0;
}
.menu li:nth-child(2):hover ~ .cursor-menu {
  top: 29px;
}
.menu li:nth-child(3):hover ~ .cursor-menu {
  top: 55px;
}
.menu li:nth-child(4):hover ~ .cursor-menu {
  top: 81px;
}
.menu li:nth-child(5):hover ~ .cursor-menu {
  top: 107px;
}
.menu li:nth-child(6):hover ~ .cursor-menu {
  top: 133px;
}
.menu li:nth-child(7):hover ~ .cursor-menu {
  top: 159px;
}
.menu li:nth-child(8):hover ~ .cursor-menu {
  top: 185px;
}
.menu li:nth-child(9):hover ~ .cursor-menu {
  top: 211px;
}
.cursor-menu {
  background: url(../images/cursor-menu.png) no-repeat !important;
  width: 59px;
  height: 37px;
  position: absolute;
  left: 6px;
  top: 0;
  transition: all 1s ease;
}
.top-players {
  padding-top: 70px;
}
.top-players table {
  width: 100%;
  color: #3b7172;
  border-bottom: 1px solid #0b2130;
}
.top-players table span {
  display: inline-block;
}
.top-players table td {
  padding-bottom: 10px;
}
.top-players table tr:nth-child(1) {
  color: #316b51;
}
.top-players table tr:nth-child(2) {
  color: #458d7d;
}
.top-players table tr:nth-child(3) {
  color: #398072;
}
.top-players table tr:nth-child(4) {
  color: #33786c;
}
.top-players table tr:nth-child(5) {
  color: #32756b;
}
.top-players table tr:nth-child(6) {
  color: #33736c;
}
.top-players table tr:nth-child(7) {
  color: #35726d;
}
.top-players table tr:nth-child(8) {
  color: #39706f;
}
.top-players table tr:nth-child(9) {
  color: #3b7072;
}
.top-players table tr:nth-child(10) {
  color: #3d7079;
}
.top-players table tr:nth-child(11) {
  color: #3d7384;
}
.top-players table td:nth-child(2n+2) {
  text-align: right;
}
.top-players .table-title td {
  padding-bottom: 15px;
}
.title-sidebar {
  text-align: center;
  font-size: 12px;
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  background: linear-gradient(#347f9a 10%, #95d8db 50%, #5e8c94 10%);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
  margin-bottom: 14px;
  text-shadow: 1px 1px 12px #000;
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.title-top {
  background: linear-gradient(#58a675 10%, #c4ebdc 50%, #6dbc9a 10%);
  -webkit-background-clip: text;
  color: transparent;
}
.number-name {
  width: 16px;
  color: #365759 !important;
}
.nick-name {
  color: #779fab;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 70px;
}
.block-top {
  display: none;
}
.block-top.active {
  display: block;
}
.btn-block {
  background: none;
  border: none;
  color: #2a4d67;
  font-family: "Times New Roman", Times, serif;
  font-size: 10px;
  padding: 0;
  text-shadow: 1px 1px 2px #000;
  min-width: 10px;
}
.btn-block.active {
  color: #c9ebef;
  text-shadow: 0px 0px 5px #6b9bb1;
}
.top-btn {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.table-l {
  background: url(../images/table-button.png) no-repeat;
  width: 134px;
  height: 29px;
  text-align: center;
  margin: 0 auto;
}
.table-l a {
  font-size: 10px;
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 8px;
  background: linear-gradient(#49809a 10%, #90d7e2 50%, #31566c 10%);
  -webkit-background-clip: text;
  color: transparent;
}
.follow-us-block {
  margin-top: 65px;
}
.soc-block {
  border-bottom: 1px solid #132224;
  padding: 10px 0px 10px 45px;
  margin-bottom: 5px;
}
.soc-block a {
  text-decoration: none;
  font-size: 14px;
}
.soc-block a span {
  font-size: 10px;
  color: #4e7f88;
  display: block;
  margin-top: 4px;
}
.vk-block {
  background: url(../images/vk-icon.png) left no-repeat;
}
.facebook-block {
  background: url(../images/facebook-icon.png) left no-repeat;
}
.twitter-block {
  background: url(../images/twitter-icon.png) left no-repeat;
}
.youtube-block {
  background: url(../images/youtube-icon.png) left no-repeat;
}
.banners {
  text-align: center;
  margin-top: 40px;
}
.banners a {
  display: block;
  margin-bottom: 10px;
}
/* Middle
-----------------------------------------------------------------------------*/
.container {
  background: url(../images/container-bg.jpg) no-repeat;
  min-height: 847px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.content {
  min-height: 400px;
  width: 380px;
  padding: 19px 60px 100px 60px;
  line-height: 16px;
}
.content img {
  max-width: 380px;
}
.event-title {
  margin-bottom: 8px;
}
.event-block {
  background: url(../images/event-bg.jpg) center no-repeat;
  height: 200px;
  margin-right: 3px;
  padding: 38px 40px 0px 40px;
  width: 367px;
  margin-left: -35px;
  line-height: 1;
}
.event {
  height: 52px;
}
.event-img {
  float: right;
  padding-top: 10px;
}
.event-img img {
  width: 100px;
  height: 30px;
}
.event-info {
  padding-top: 12px;
  font-size: 9px;
  color: #273f42;
}
.event-info a {
  color: #3b4e55;
}
.event-info p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-info p a {
  color: #95c9cb;
  font-size: 12px;
}
.event-info .passes {
  color: #0c6b45;
}
.event-info .finished {
  color: #3b4e55;
}
.news-title-t {
  text-align: center;
  background: url(../images/news-title-bg.png) no-repeat;
  width: 192px;
  height: 47px;
  padding-top: 45px;
  margin: 0 auto;
}
.news-title-t span {
  font-size: 12px;
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  background: linear-gradient(#347f9a 10%, #95d8db 50%, #5e8c94 10%);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
  text-shadow: 1px 1px 12px #000;
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.news {
  margin-bottom: 35px;
}
.news li {
  background: url(../images/li-bg.png) left no-repeat;
  padding-left: 15px;
  margin-bottom: 9px;
}
.news-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #16292a;
}
.news-title span {
  float: right;
  font-size: 12px;
  color: #709196;
  padding-top: 2px;
}
.news-title span b {
  color: #86c5c6;
  font-size: 16px;
  font-weight: normal;
}
.news-title h2 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0px;
}
.news-title h2 a {
  text-decoration: none;
}
.news-title h2 a:hover {
  text-decoration: underline;
}
.news-text {
  padding: 10px 0px 5px 0px;
}
.news-info {
  background: url(../images/news-info-bg.png);
  padding: 6px 8px;
  border-radius: 4px;
}
.news-info .read-more {
  float: right;
  background: url(../images/read-more-icon.png) right 2px no-repeat;
  padding-right: 17px;
}
.news-info .read-more a {
  font-size: 10px;
}
.news-info .autor {
  border-right: 1px solid #0d1719;
  padding-right: 7px;
}
.news-info .comment {
  border-left: 1px solid #162a2c;
  border-right: 1px solid #0d1719;
  background: url(../images/comment-icon.png) left no-repeat;
  padding: 0px 8px 0px 20px;
  margin-left: -3px;
}
.news-info .rating {
  border-left: 1px solid #162a2c;
  background: url(../images/rating-icon.png) left no-repeat;
  padding-left: 19px;
  margin-left: -3px;
}
.navigation {
  text-align: center;
}
.navigation a {
  color: #345151;
  text-shadow: 1px 1px #000;
  text-decoration: none;
  display: inline-block;
}
.navigation .back {
  margin-right: 14px;
}
.navigation .back:before {
  content: "<";
}
.navigation .next {
  margin-left: 14px;
}
.navigation .next:after {
  content: ">";
}
.navigation .nav-page {
  background: url(../images/nav-page-bg.png) repeat-x;
  height: 20px;
  line-height: 20px;
  width: 18px;
  text-align: center;
  margin: 0px 2px;
  border: 1px solid #233e40;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.navigation .nav-page:hover {
  color: #a5c1c8;
}
.navigation .active {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
  color: #a5c1c8;
}
.page-content {
  padding: 50px 60px 100px 60px;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
  min-height: 300px;
  width: 155px;
  padding: 40px 30px 30px 65px;
}
.login-title {
  text-align: left;
}
.input-l {
  width: 110px;
  height: 16px;
  border: none;
  background: none;
  font-size: 10px;
}
.login-input {
  background: url(../images/login-input-bg.png) no-repeat;
  width: 135px;
  height: 31px;
  margin-left: -10px;
  padding: 2px 0px 0px 25px;
}
.pass-input {
  background: url(../images/login-input-bg.png) no-repeat;
  width: 135px;
  height: 31px;
  margin-top: -7px;
  margin-left: -10px;
  padding: 2px 0px 0px 25px;
}
.captcha {
  background: url(../images/captcha-bg.png) repeat-x;
  height: 23px;
  width: 137px;
  border: 1px solid #102127;
  padding: 3px;
  margin-top: -4px;
}
.captcha img {
  float: left;
  margin-right: 3px;
}
.captcha input {
  width: 60px;
  height: 11px;
  color: #5d7d89;
  text-transform: uppercase;
}
.login-button {
  margin-top: 8px;
}
.login-button a {
  font-size: 9px;
  text-decoration: none;
  color: #23454a;
  line-height: 14px;
}
.login-button button {
  text-align: center;
  font-size: 10px;
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  min-width: 64px;
  height: 29px;
  font-weight: bold;
  text-shadow: 1px 1px 12px #000;
  border: none;
  float: left;
  margin-right: 14px;
}
.login-button button span {
  background: linear-gradient(#58a675 10%, #c4ebdc 50%, #6dbc9a 10%);
  -webkit-background-clip: text;
  color: transparent;
}
.servers-block {
  margin-top: 110px;
  position: relative;
}
.server-title {
  padding-left: 30px;
  margin-bottom: 24px;
}
.server-img {
  background: url(../images/servers-img.png) no-repeat;
  width: 106px;
  height: 246px;
  position: absolute;
  top: 0;
  left: -64px;
}
.server {
  padding-left: 67px;
  padding-right: 16px;
  font-size: 14px;
  color: #9bebe6;
  margin-bottom: 31px;
}
.server p {
  margin-top: 5px;
  color: #4b7f88;
  font-size: 9px;
  background: url(../images/on-icon.png) no-repeat;
  padding-left: 20px;
  margin-left: -8px;
  line-height: 20px;
}
.server span {
  float: right;
  color: #4b7f88;
}
.server.on p {
  background: url(../images/on-icon.png) left no-repeat;
  color: #10774e;
}
.server.off p {
  background: url(../images/off-icon.png) left no-repeat;
  color: #546f7f;
}
.total-online {
  font-size: 10px;
  color: #6394a2;
  border-top: 1px solid #0b1d29;
  padding-top: 15px;
  margin-left: 67px;
}
.total-online span {
  color: #264d59;
}
.competitions-block {
  margin-top: 110px;
}
.comp {
  width: 180px;
  position: relative;
  margin-left: -10px;
  margin-bottom: 27px;
}
.comp-img {
  float: left;
  width: 59px;
  height: 33px;
  background: url(../images/comp-bg.png) repeat-x;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
}
.comp-img img {
  width: 53px;
  height: 33px;
}
.comp-info {
  color: #273f42;
  font-size: 9px;
  padding-top: 3px;
  margin-left: 69px;
  border-bottom: 1px solid #142527;
  padding-bottom: 7px;
}
.comp-info a {
  color: #41555c;
}
.comp-info a:hover {
  text-decoration: none;
}
.comp-info p {
  margin-bottom: 7px;
  line-height: 14px;
}
.comp-info p a {
  font-size: 11px;
  text-decoration: underline;
  color: #668392;
  background: url(../images/comp-icon.png) left no-repeat;
  padding-left: 20px;
  margin-left: -5px;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
  height: 175px;
  position: relative;
}
.logo-b {
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -93px;
}
.logo-b a {
  background: url(../images/logo-b.png) no-repeat;
  display: block;
  width: 185px;
  height: 47px;
}
.copyright {
  text-align: center;
  padding-top: 90px;
  color: #1b3a44;
  line-height: 14px;
  font-size: 14px;
}
.copyright a {
  color: #3b5a65;
  text-decoration: none;
}
.copyright span {
  font-size: 9px;
  color: #173640;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .title-sidebar {
    background: none;
    color: #89cdd7;
  }
  .table-l a {
    background: none;
    color: #5f9bb3;
  }
  .news-title-t span {
    background: none;
    color: #89cdd7;
  }
}
/*# sourceMappingURL=style.css.map */