body {
  width: 100%;
  background: url(../images/body-bg-top.jpg) center top no-repeat;
  background-color: #0e1112;
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  color: #f8f3e1;
  line-height: 1;
}
a {
  color: #fdce11;
  margin-bottom: 15px;
  line-height: 1.3;
  font-weight: 700;
}
a:hover,
button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  text-decoration: none;
}
p {
  margin-bottom: 15px;
}
h1,
h2,
h3 {
  color: #fdce11;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 15px !important;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 19px;
}
h3 {
  font-size: 17px;
}
input,
textarea {
  background: #0e100c;
  border: 1px solid #2a2e31;
  color: #f8f3e1;
  padding: 5px 10px;
  position: relative;
}
input:focus,
textarea:focus {
  border: 1px solid #565656;
}
button,
.button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../images/button-bg.png) center bottom no-repeat;
  background-size: cover;
  background-color: #0f1112;
  border: none;
  color: #dceac5;
  position: relative;
  z-index: 1;
  padding: 10px 25px;
  text-decoration: none;
}
button:after,
.button:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.1);
}
.big-button {
  padding: 15px 45px;
}
.small-button {
  padding: 7px 20px;
  background: url(../images/small-button.png) center bottom no-repeat;
  background-size: cover;
  background-color: #11130f;
}
.small-button:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.05);
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #6b676f;
}
::-moz-placeholder {
  color: #6b676f;
}
:-moz-placeholder {
  color: #6b676f;
}
:-ms-input-placeholder {
  color: #6b676f;
}
.wrapper {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.container {
  min-height: 1000px;
  padding-bottom: 30px;
  margin-bottom: 15px;
  display: flex;
  background: url(../images/container-bg.jpg);
}
/* Header
-----------------------------------------------------------------------------*/
.header {
  height: 480px;
  position: relative;
}
.menu {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0px 31px 0px 20px;
}
.menu li {
  display: inline-block;
  margin-left: 35px;
}
.menu li a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 300;
  color: #738591;
  display: block;
  padding: 0px 15px;
}
.menu li a:hover {
  text-shadow: 0px 0px 15px rgba(255, 220, 78, 0.5);
  color: #ffffff;
}
.menu li span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #fff96d;
  margin-bottom: 3px;
}
.menu:before {
  content: "";
  width: 95px;
  height: 104px;
  position: absolute;
  top: 0;
  left: -70px;
}
.menu:after {
  content: "";
  width: 95px;
  height: 104px;
  position: absolute;
  top: 0;
  right: -70px;
  transform: scale(-1, 1);
}
in-right: 15px;
}
.main-item:after {
  border: 4px solid transparent;
  border-top-color: #ffcd04;
  position: absolute;
  right: 0;
  top: 48%;
  content: '';
}
.main-item:focus ~ .block-hidden,
.main-item:active ~ .block-hidden {
  visibility: visible;
  opacity: 1;
}
.block-hidden {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 200px;
  left: 50%;
  margin-top: 10px;
  margin-left: -150px;
  padding: 0px 0px;
  background-color: #0e1112;
  border-radius: 2px;
  transition: opacity 0.2s ease;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.block-hidden:after {
  border: 4px solid transparent;
  border-bottom-color: #0e1112;
  position: absolute;
  right: 32px;
  top: -10px;
  content: '';
}

/* Content
-----------------------------------------------------------------------------*/
.content {
  width: 700px;
  line-height: 1.3;
}
.content img {
  max-width: 100%;
}
.page-content {
  width: 640px;
  padding: 30px;
}
.page-content img {
  max-width: 640px;
}
.slider {
  overflow: hidden;
  position: relative;
  width: 700px;
  height: 290px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.slider .slides {
  position: relative;
  transition: 1s;
}
.slider .slides .active h2 {
  transition: all 2s ease;
  top: 70px !important;
}
.slider .slides .active p {
  transition: all 5s ease;
  opacity: 1 !important;
}
.slider .slides .active span {
  transition: all 2s ease;
  bottom: 90px !important;
}
.slider .slides .slide {
  float: left;
  display: block;
  position: relative;
}
.slider .slides .slide h2 {
  position: absolute;
  top: -200px;
  left: 50px;
  font-size: 22px;
  z-index: 2;
  line-height: 1.3;
  text-transform: uppercase;
}
.slider .slides .slide p {
  position: absolute;
  top: 120px;
  left: 50px;
  opacity: 0;
  z-index: 2;
  width: 260px;
  line-height: 1.4;
  font-size: 16px;
}
.slider .slides .slide span {
  position: absolute;
  bottom: -100px;
  left: 50px;
  z-index: 2;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px;
}
.slider .slides .slide img {
  width: 700px;
  max-width: 700px;
  height: 290px;
}
.slider .next {
  position: absolute;
  background: url(../images/arrow.png) no-repeat;
  height: 33px;
  width: 33px;
  right: 0;
  top: 125px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  transform: rotate(180deg);
}
.slider .prev {
  position: absolute;
  background: url(../images/arrow.png) no-repeat;
  height: 33px;
  width: 33px;
  left: 0;
  top: 125px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.slider .navigation {
  position: absolute;
  left: 50px;
  bottom: 40px;
  z-index: 1;
  cursor: pointer;
}
.slider .navigation .dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #0f1214;
  cursor: pointer;
  margin: 0 2px;
  position: relative;
}
.slider:hover .next,
.slider:hover .prev {
  opacity: 1;
  transition: all 0.7s ease;
}
.slider .navigation .active:after {
  content: "";
  background: #4a7d9e;
  height: 5px;
  width: 5px;
  position: absolute;
  margin: 2px 0px 0px 2px;
}
.info-blocks {
  margin-bottom: 10px;
  display: flex;
}
.info-block {
  width: 145px;
  height: 65px;
  display: block;
  color: #cac6b5;
  font-size: 12px;
  padding: 15px 0px 0px 87px;
  text-decoration: none;
}
.info-block p {
  margin-bottom: 1px;
  font-size: 16px;
  color: #fdce11;
}
.info-block.credits {
  background: url(../images/blocks-bg2.jpg) 0px 0px no-repeat;
}
.info-block.donate {
  background: url(../images/blocks-bg.jpg) 0px 0px no-repeat;
}
.info-block.f-start {
  background: url(../images/blocks-bg.jpg) -232px 0px no-repeat;
  width: 148px;
}
.info-block.statistics {
  background: url(../images/blocks-bg.jpg) -467px 0px no-repeat;
}

.news {
  background-color: #111415;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
  margin-bottom: 10px;
}
.news h2 {
  margin-bottom: 1px;
  background-color: #5e0404;
  padding: 10px;
  border: 1px solid #5e0404;
}
.news h2 a {
  text-decoration: none;
  color: #fff96d;
  font-size: 19px;
  font-weight: 700;
}
.news .published {
  color: #636052;
  margin-bottom: 10px;
}
.news .read-more {
  position: absolute;
  left: 215px;
  bottom: 25px;
}
.pagination {
  margin: 15px 0px 0px 0px;
}
.pagination a {
  text-decoration: none;
  color: #fff1e0;
  background: #111415;
  border: 1px solid #2a2e31;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 7px;
}
.pagination .active {
  border: 1px solid #999a9a;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
  width: 400px;
}
.lk-block {
  background: url(../images/lk-bg.jpg) bottom center no-repeat;
  min-height: 186px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lk-block div {
  margin-left: 90px;
}
.lk-block div h2 {
  text-transform: uppercase;
}
.lk-block div p {
  color: #5d6565;
}
.sidebar-title {
  color: #5d6565;
  font-weight: 300;
  padding: 30px 0px 30px 85px;
  margin-top: 20px;
}
.sidebar-title p {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  color: #fff96d;
}
.sidebar-title p span {
  color: #ffffff;
}
<!-- /////
.sidebar-title2 {
  color: #5d6565;
  font-weight: 300;
  margin-top: -20px;
}
.sidebar-title2 p {
 margin-top:0px;
 margin-left:80px;
  text-transform: uppercase;
  font-size:30px;
  font-weight: 900;
  color: #fff;
  text-shadow: 2px 2px 12px rgba(117, 147, 150)
}
.sidebar-title2 p span {
  color: #ffffff;
}
<!-- /////
.sidebar-title3 {
  color: #5d6565;
  font-weight: 300;
  margin-top: -20px;
}
.sidebar-title3 p {
 margin-top:0px;
 margin-left:40px;
  text-transform: uppercase;
  font-size:30px;
  font-weight: 900;
  color: #fff;
  text-shadow: 2px 2px 12px rgba(117, 147, 150)
}
.sidebar-title3 p span {
  color: #ffffff;
}
.text1 { padding-top:50px;
margin-left:-350px;
font:"Times New Roman", Times, serif;
text-shadow: 5px 5px 12px rgba(117, 147, 150);
font-size:17px;}
.text2 { padding-top:40px;
margin-left:-360px;
font:"Times New Roman", Times, serif;
text-shadow: 2px 2px 12px rgba(117, 147, 150);
font-size:17px;}
.text3 { padding-top:40px;
margin-left:-370px;
font:"Times New Roman", Times, serif;
text-shadow: 2px 2px 12px rgba(117, 147, 150);
font-size:17px;}
<!-- /////
.sidebar-title4 {
  color: #5d6565;
  font-weight: 300;
  margin-top: -20px;
}
.sidebar-title4 p {
 margin-top:0px;
 margin-left:70px;
  text-transform: uppercase;
  font-size:30px;
  font-weight: 900;
  color: #fff;
  text-shadow: 2px 2px 12px rgba(117, 147, 150)
}
.sidebar-title4 p span {
  color: #ffffff;
}

.status-title {
  background: url(../images/status-title.png) left center no-repeat;
}
.rating-title {
  background: url(../images/rating-title.png) left center no-repeat;
}
.forum-title {
  background: url(../images/forum-title.png) left center no-repeat;
}
.server-block {
  background: url(../images/server-bg.jpg) no-repeat;
  height: 100px;
  display: flex;
  align-items: center;
  padding-left: 55px;
  position: relative;
}
.server-block img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  padding: 6px;
  border: 1px solid #22282b;
  margin-right: 15px;
}
.server-info {
  transition: all 0.4s ease;
}
.server-info .name-server {
  margin-bottom: 8px;
  font-size: 16px;
  color: #979c61;
  font-weight: 700;
}
.server-info .load-server {
  margin-bottom: 8px;
  color: #5d6565;
  font-weight: 300;
}
.server-info .online-server {
  font-size: 18px;
  color: #c3c3c3;
  font-weight: 300;
}
.server-info .online-server span {
  color: #19d538;
  font-weight: 700;
}
.server-block:hover .server-info {
  padding-left: 20px;
}

.rating-player {
  position: relative;
  height: 530px;
}
.block {
  opacity: 0;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.8s ease;
  position: absolute;
  width: 400px;
}
.block.active {
  transform: scaleX(1);
  opacity: 1;
  visibility: visible;
}
.tab-button {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}
.tab-button button {
  width: 80px;
  margin: 0px 5px;
  opacity: 0.4;
}
.tab-button .active {
  opacity: 0.8;
}
.player-div {
  display: flex;
  justify-content: space-between;
  background: url(../images/texture-bg.png) center;
  padding: 10px 0px;
  margin: 1px 0px;
}
.player-div .player {
  padding-left: 45px;
  font-weight: 300;
  color: #3c413f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s ease;
}
.player-div .pvp {
  padding-right: 25px;
  color: #889792;
  font-weight: 300;
  text-align: center;
  width: 120px;
}
.player-div li:hover{
background-color:#1e2830;
	color:#cf9139;
	padding-left:105px; }
.player-div a { line-height:22px; zoom:1; }

.player-div li{
	background-color:ff000; background: url(../images/bullet.gif) no-repeat margin-bottom:1px;
	border-bottom:1px #171D24 solid
	font-size:14px;
	padding-left:85px;
}
.player-div a {
	background-color:ff000;
	
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
.player-div:hover .player {
		background-color:#1e2830;
  padding-left: 105px;
}
.player-div-title {
		background-color:ff000;
	  padding-left:55px;
  margin-bottom: 15px;
  padding: 0px;
}
.player-div-title .pvp {
  color: #3c413f;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
  height: 70px;
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
}
.footer-info {
  width: 530px;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}
.banners a {
  display: inline-block;
  width: 88px;
  height: 31px;
  border: 1px solid #2e3639;
  background: #0e1112;
  margin: 0px 5px;
}

/* */

.facebook_left {
	width: 245px;
	height: 389px;
	position: fixed;
	top: 220px;
	margin-left: -230px;
	z-index: 1
}

.facebook_left #facebook_icon {
	float: right;
	height: 60px;
	width: 50px;
	right: -34px;
	background: url(../images/fb_ico.png) no-repeat;
	cursor: pointer;
	position: relative;
	z-index: 2
}

.facebook_group_left {
	width: 245px;
	height: 389px;
	position: fixed;
	top: 300px;
	margin-left: -230px;
	z-index: 1
}

.facebook_group_left #facebook_group_icon {
	float: right;
	height: 60px;
	width: 50px;
	right: -34px;
	background: url(../images/fbgroup_ico.png) no-repeat;
	cursor: pointer;
	position: relative;
	z-index: 2
}

.youtube_left {
	width: 245px;
	height: 389px;
	position: fixed;
	top: 460px;
	margin-left: -230px;
	z-index: 1
}

.youtube_left #youtube_icon {
	float: right;
	height: 60px;
	width: 50px;
	right: -34px;
	background: url(../images/youtube_ico.png) no-repeat;
	cursor: pointer;
	position: relative;
	z-index: 2
}

.instagram_left {
	width: 245px;
	height: 389px;
	position: fixed;
	top: 540px;
	margin-left: -230px;
	z-index: 1
}

.instagram_left #instagram_icon {
	float: right;
	height: 60px;
	width: 50px;
	right: -34px;
	background: url(../images/instagram_ico.png) no-repeat;
	cursor: pointer;
	position: relative;
	z-index: 2
}

.discord_left {
	width: 245px;
	height: 389px;
	position: fixed;
	top: 620px;
	margin-left: -230px;
	z-index: 1
}

.discord_left #discord_icon {
	float: right;
	height: 60px;
	width: 50px;
	right: -34px;
	background: url(../images/discord_ico.png) no-repeat;
	cursor: pointer;
	position: relative;
	z-index: 2
}

.whatsapp_left {
	width: 245px;
	height: 389px;
	position: fixed;
	top: 700px;
	margin-left: -230px;
	z-index: 1
}

.whatsapp_left #whatsapp_icon {
	float: right;
	height: 60px;
	width: 50px;
	right: -34px;
	background: url(../images/whatsapp_ico.png) no-repeat;
	cursor: pointer;
	position: relative;
	z-index: 2
}

.forum_left {
	width: 245px;
	height: 389px;
	position: fixed;
	top: 700px;
	margin-left: -230px;
	z-index: 1
}

.forum_left #forum_icon {
	float: right;
	height: 60px;
	width: 50px;
	right: -34px;
	background: url(../images/forum_ico.png) no-repeat;
	cursor: pointer;
	position: relative;
	z-index: 2
}

/* */

.content p {
	width:97%;
	display: inline-block;
	background-color: #000000;
	padding: 10px;
	margin-bottom:15px;
}

.content table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #a71010;
	margin-bottom:15px;
}

.content table > thead {
	background-color: #5e0404;
	height:25px;
	border-bottom: 1px solid #a71010;
}

.content table > tr {
	background-color: #100f0f;
	height:25px;
	border-bottom: 1px solid #a71010;
}

.content table tr td {
	background-color: black;
    height: 25px;
    border-bottom: 1px solid #a71010;
}

.content .no_border {
	border:none;
}

.content .no_border tr td {
	background-color:transparent;
	border:none;
}