* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  background: url(../images/top-fon-bg.jpg) top center no-repeat, url(../images/bottom-fon-bg.jpg) bottom center no-repeat, url(../images/repeat-fon-bg.jpg) center repeat-y;
  background-coalor: #000;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #e0f7f1;
  line-height: 1;
  min-height: 100vh;
  will-change: transform;
  image-rendering: pixelated;
}

a {
  transition: all 0.3s ease;
  color: #ecc894;
}

a:hover, button:hover, .button:hover {
  filter: brightness(120%);
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3 {
  color: #feffff;
  margin-bottom: 20px;
  line-height: 1.2;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

table {
  width: 100%;
  margin-bottom: 15px;
}
table td {
  border-collapse: collapse;
  padding: 10px 10px;
  border: 1px solid #0c1d24;
  background: rgb(15 29 38 / 30%);
}

caption {
  margin-bottom: 15px;
}

select {
  background: #000;
  min-width: 250px;
  border: 1px solid #1e495b;
  color: #b4f5f3;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 15px;
  padding: 14px 16px;
  border-radius: 6px;
  position: relative;
  -webkit-appearance: none;
  background-image: url(../images/arrow-s.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none !important;
  cursor: pointer;
}

input, textarea {
  background: #000;
  min-width: 250px;
  border: 1px solid #1e495b;
  color: #b4f5f3;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
  padding: 14px 16px;
  border-radius: 6px;
  position: relative;
}

button, .button {
  transition: all 0.3s ease;
  background-image: url(../images/button.png);
  cursor: pointer;
  width: 120px;
  height: 42px;
  border: none;
  color: #fff !important;
  font-size: 11px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-shadow: 0px 0px 10px rgba(216, 122, 115, 0.7);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.8);
}

.button {
  line-height: 42px;
  display: block;
  text-decoration: none;
}

.button-big {
  width: 250px;
  background-image: url(../images/button-big.png);
}

:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #b4f5f3;
  text-transform: uppercase;
}

::-moz-placeholder {
  color: #b4f5f3;
  text-transform: uppercase;
}

:-moz-placeholder {
  color: #b4f5f3;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  color: #b4f5f3;
  text-transform: uppercase;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.container {
  min-height: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.container:before {
  content: "";
  height: 30px;
  left: 0px;
  width: 100%;
  position: absolute;
  top: 0px;
  background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
  z-index: 3;
}

.flex {
  display: flex;
}

.flex-c {
  display: flex;
  align-items: center;
}

.flex-s {
  display: flex;
  justify-content: space-between;
}

.flex-s-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
  position: relative;
  height: 529px;
}
.header a {
  text-decoration: none;
}

.logo a {
  background: url(../images/logo.png) no-repeat;
  width: 532px;
  height: 209px;
  display: block;
  position: absolute;
  top: 155px;
  left: 323px;
  z-index: 10;
}

.header-bottom-block {
  position: absolute;
  width: 100%;
  height: 95px;
  bottom: 0px;
  z-index: 10;
}

.menu {
  padding-top: 10px;
}
.menu li {
  padding: 0px 20px;
  margin: 0px 12px;
  position: relative;
  transition: all 0.3s;
  display: inline-block;
}
.menu li:hover a {
  transform: scale(1.1);
}
.menu li:hover:before {
  top: -20px;
}
.menu li a {
  color: #deecf5;
  text-transform: uppercase;
  font-size: 11px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: block;
  position: relative;
  padding-top: 0px;
}
.menu li:nth-child(1) {
  margin: 0px 12px 0px 0px;
}
.menu li:last-child:after {
  display: none;
}
.menu li:after {
  content: "";
  background: url(../images/menu-border.png) no-repeat;
  height: 73px;
  width: 2px;
  right: -11px;
  top: -30px;
  position: absolute;
}
.menu li:before {
  content: "";
  height: 39px;
  width: 39px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -10px;
  filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.2));
  background-repeat: no-repeat;
  background-position: center top;
  transition: all 0.3s;
}
.menu li:nth-child(1):after {
  content: "";
}
.menu li:nth-child(2):after {
  content: "";
}
.menu li:nth-child(3):after {
  content: "";
}
.menu li:nth-child(4):after {
  content: "";
}
.menu li:nth-child(5):after {
  content: "";
}
.menu li:nth-child(6):after {
  content: "";
}
.menu li:nth-child(7):after {
  content: "";
}
.menu li:nth-child(8):after {
  content: "";
}

.soc-block {
  width: auto;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
  align-items: center;
  margin-right: 65px;
}
.soc-block a {
  display: inline-block;
  height: 31px;
  width: auto;
  line-height: 40px;
  border-radius: 4px;
  margin: 0px 5px;
  position: relative;
  transition: all 0.4s;
}
.soc-block .tw {
  background: url(../images/soc-icons.png) 0px 0px no-repeat;
}
.soc-block .tw:hover {
  background: url(../images/soc-icons.png) 0px -31px no-repeat;
  top: -5px;
}
.soc-block .fb {
  background: url(../images/soc-icons.png) -42px 0px no-repeat;
}
.soc-block .fb:hover {
  background: url(../images/soc-icons.png) -42px -31px no-repeat;
  top: -5px;
}
.soc-block .yt {
  background: url(../images/soc-icons.png) -84px 0px no-repeat;
}
.soc-block .yt:hover {
  background: url(../images/soc-icons.png) -84px -31px no-repeat;
  top: -5px;
}

/*---------------------------------------Animations -----------------------------------------*/
.sparks {
  background-repeat: no-repeat;
  background-position: left 0px bottom 0px;
  position: absolute;
}

.sparks-1 {
  background-image: url(../images/sparks-1.png);
  width: 117px;
  height: 136px;
  right: 377px;
  bottom: 99px;
  background-position: left 0px bottom 0px;
  animation-name: sparks-1;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.sparks-2 {
  background-image: url(../images/sparks-2.png);
  width: 219px;
  height: 176px;
  right: 350px;
  bottom: 116px;
  background-position: left 0px bottom 0px;
  animation-name: sparks-2;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0.5s;
}

.sparks-3 {
  background-image: url(../images/sparks-3.png);
  width: 438px;
  height: 281px;
  right: 277px;
  bottom: 109px;
  background-position: left 0px bottom 0px;
  animation-name: sparks-3;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}

@keyframes sparks-1 {
  0% {
    right: 380px;
    bottom: 100px;
    opacity: 0;
  }
  33% {
    right: 390px;
    bottom: 110px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 400px;
    bottom: 120px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 410px;
    bottom: 130px;
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes sparks-2 {
  0% {
    right: 360px;
    bottom: 130px;
    opacity: 0;
  }
  33% {
    right: 370px;
    bottom: 140px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 380px;
    bottom: 150px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 390px;
    bottom: 160px;
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes sparks-3 {
  0% {
    right: 300px;
    bottom: 130px;
    opacity: 0;
  }
  33% {
    right: 320px;
    bottom: 150px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 340px;
    bottom: 170px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 360px;
    bottom: 190px;
    opacity: 0;
    transform: scale(1.1);
  }
}
.lava {
  background: url(../images/lava.png) top right no-repeat;
  width: 238px;
  right: 135px;
  height: 107px;
  top: 418px;
  position: absolute;
  animation-delay: 1s;
  animation: lava 12s linear infinite;
  opacity: 0;
  overflow: hidden;
}

@keyframes lava {
  10% {
    opacity: 0;
  }
  40% {
    opacity: 1;
    filter: brightness(200%);
  }
  50% {
    opacity: 0.3;
  }
  60% {
    opacity: 1;
    filter: brightness(200%);
  }
  70% {
    opacity: 0.5;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.highlight {
  background: url(../images/highlight.png) center no-repeat;
  width: 692px;
  height: 388px;
  left: 39px;
  top: 10px;
  position: absolute;
  animation: highlight 12s ease-in infinite;
  animation-delay: 1s;
  transform: scale(0.2);
  opacity: 0;
}

@keyframes highlight {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  10% {
    transform: scale(0.2);
    opacity: 1;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  80% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
.circle {
  background: url(../images/circle.png) center no-repeat;
  background-size: 127px 125px;
  width: 127px;
  height: 125px;
  left: 2px;
  top: 128px;
  position: absolute;
  transform: scale(0);
  opacity: 0;
}

.circle1 {
  animation: circle 4s linear infinite;
}

.circle2 {
  animation: circle 4s linear infinite;
  animation-delay: 1s;
}

@keyframes circle {
  10% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(2);
    opacity: 0.4;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.ray-1 {
  background: url(../images/ray-1.png) center no-repeat;
  width: 224px;
  height: 224px;
  left: -46px;
  top: 84px;
  position: absolute;
  animation: ray-1 10s linear infinite;
}

@keyframes ray-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ray-2 {
  background: url(../images/ray-2.png) center no-repeat;
  width: 363px;
  height: 363px;
  left: -117px;
  top: -2px;
  position: absolute;
  animation: ray-2 24s linear infinite;
}

@keyframes ray-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
  width: 530px;
  padding-top: 9px;
}
.content ul {
  margin-bottom: 15px;
  padding-left: 30px;
}
.content ul li {
  line-height: 2;
  margin-bottom: 5px;
}
.content img {
  border: 1px solid rgba(64, 84, 79, 0.5);
  max-width: 530px;
}
.content p {
  line-height: 2;
}

.news {
  margin-bottom: 50px;
}
.news .news-title {
  background: url(../images/content-title.jpg) no-repeat;
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  color: #bfc0bf;
  padding: 0px 25px;
  margin-bottom: 2px;
}
.news .news-img img {
  margin-bottom: 25px;
}
.news .news-info {
  font-size: 13px;
  color: #566a73;
}
.news .news-info span {
  color: #ecc894;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0px;
}
.pagination li {
  list-style: none !important;
  line-height: 1 !important;
  color: #566a73;
  font-size: 14px;
}
.pagination li a {
  text-decoration: none;
  color: #566a73;
  font-size: 14px;
  margin: 0px 4px;
}
.pagination li a:hover {
  color: #8dadbb;
}
.pagination li .prev {
  margin-right: 12px;
}
.pagination li .next {
  margin-left: 12px;
}
.pagination li .number {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 3px;
}
.pagination li .number.active {
  border: 1px solid #463416;
  background: rgba(108, 76, 25, 0.2);
  color: #fff;
}

.content-page {
  padding-top: 30px;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
  padding-top: 9px;
}

.sidebar {
  width: 290px;
  margin-bottom: 210px;
  position: relative;
  background-color: #010304;
  box-shadow: 0px 0px 25px 7px #02070a;
  font-family: Candara, Arial, sans-serif;
}
.sidebar a {
  text-decoration: none;
}

.widget {
  min-height: 200px;
  margin-bottom: 10px;
}
.widget:last-child {
  margin-bottom: 0px;
}

.widget > form, .widget > div, .widget > ul, .widget > table {
  padding: 0px 20px 20px 20px;
  margin-top: -5px;
}

.widget-left {
  background-color: #050608;
  border: 1px solid #133847;
  box-shadow: inset 0px 0px 40px 5px #0c1c24, 0px 0px 30px 2px rgba(0, 0, 0, 0.4);
}

.widget-left .widget-title {
  display: block;
  background: url(../images/sidebar-title-ice.png) no-repeat;
  width: 340px;
  height: 109px;
  margin: -19px 0px 0px -21px;
  text-align: center;
  color: #e4e4e4;
  font-size: 16px;
  text-transform: uppercase;
  font-family: Candara, Arial, sans-serif;
  line-height: 97px;
  position: relative;
  z-index: 2;
}

.widget .form-group {
  background-color: #000;
  width: 250px;
  border: 1px solid #1e495b;
  color: #b4f5f3;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 10px;
  border-radius: 6px;
  position: relative;
  padding-left: 55px;
}
.form-group input {
  min-width: auto;
  background: none;
  border: none;
  padding: 14px 16px;
  margin-bottom: 0px;
}
.form-group.login {
  background: #000 url(../images/user-icon.png) left 15px center no-repeat;
}
.form-group.pass {
  background: #000 url(../images/pass-icon.png) left 15px center no-repeat;
}

.form-group-button {
  margin: 10px 0px 20px 0px;
}

.form-group-links {
  color: #b4f5f3;
}
.form-group-links p {
  margin-bottom: 10px;
}
.form-group-links a {
  font-family: Candara, Arial, sans-serif;
  color: #b4f5f3;
  font-size: 12px;
}
.form-group-links a:hover {
  text-decoration: underline;
}

.top {
  width: 250px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #b4f5f3;
  height: 34px;
  border: 1px solid rgba(58, 128, 191, 0);
  transition: all 0.3s;
}

.top img {
  display: block;
}
.top a {
  color: #b4f5f3;
}
.top span {
  position: relative;
}
.top.first {
  color: #fff;
}
.top .top-number {
  width: 25px;
}
.top .top-flag {
  width: 35px;
}
.top .top-name {
  width: 110px;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 1px;
}
.top .top-name-g {
  width: 190px;
  transition: all 0.3s;
}
.top .top-lvl {
  width: 35px;
}
.top .top-lvl-g {
  width: 50px;
  text-align: right;
}
.top .top-res {
  width: 35px;
  text-align: right;
}
.top .top-res:after {
  content: attr(title);
  position: absolute;
  right: -10px;
  top: -10px;
  color: #ef4c4c;
  font-size: 12px;
}

.top-all {
  margin-top: 15px;
  color: #8ff6ff;
  font-size: 14px;
}

.sidebar-button {
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: #002030;
  border: 1px solid #3e5e72;
  color: #fff !important;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-shadow: 0px 0px 10px rgba(216, 122, 115, 0.7);
  box-shadow: 0px 0px 10px 0px rgba(118, 207, 216, 0.2);
}
.sidebar-button:hover {
  background-color: #044362;
}

.w-buttons {
  position: relative;
  z-index: 4;
  margin-bottom: 8px;
}
.w-buttons a {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 105px;
  width: 290px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  padding-left: 26px;
  margin-bottom: 1px;
}
.w-buttons a span {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-family: Candara, Arial, sans-serif;
  font-size: 26px;
  color: #fff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 5px;
}
.w-buttons .download {
  background: url(../images/big-buttons.jpg) no-repeat;
  color: #d2f9d2;
}
.w-buttons .registration {
  background: url(../images/big-buttons.jpg) 0px -106px no-repeat;
  color: #fc9898;
}

/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
  width: 290px;
  position: relative;
}
.right-sidebar a {
  color: #ecd1d2;
}

.widget-right {
  background-color: #0d0402;
  border: 1px solid #2a1e1a;
  box-shadow: inset 0px 0px 40px 5px #23100b, 0px 0px 30px 2px rgba(0, 0, 0, 0.4);
}

.widget-right .widget-title {
  display: block;
  background: url(../images/sidebar-title-fire.png) no-repeat;
  width: 340px;
  height: 102px;
  margin: -19px 0px 0px -21px;
  text-align: center;
  color: #e4e4e4;
  font-size: 16px;
  text-transform: uppercase;
  font-family: Candara, Arial, sans-serif;
  line-height: 97px;
  position: relative;
  z-index: 2;
}

.server-block {
  padding: 0px !important;
}

.server {
  background: url(../images/server-icon.png) left -10px top no-repeat;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 100px;
  padding-top: 34px;
  margin-top: -25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
.server > div {
  width: 170px;
}
.server .server-name {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.server .progress {
  height: 3px;
  width: 170px;
  background-color: #3d0a09;
  display: block;
  margin-bottom: 10px;
}
.server .progress span {
  height: 3px;
  display: block;
  background-color: #ff2127;
  box-shadow: 0px 0px 10px 0px rgba(255, 33, 39, 0.7);
}
.server .s-on .desc {
  position: relative;
  z-index: 20;
  font-size: 10px;
  color: #ffaaac;
  text-decoration: underline;
}
.server .s-on .desc:hover .desc-block {
  opacity: 1;
  visibility: visible;
}
.server .s-on span {
  color: #b3ab69;
  font-size: 14px;
}
.server .desc-block {
  position: absolute;
  padding: 15px;
  background-color: #3d0a09;
  line-height: 1.3;
  bottom: 30px;
  width: 250px;
  right: -50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.sidebar-links li {
  transition: all 0.3s;
}
.sidebar-links li a {
  position: relative;
  font-size: 14px;
  display: block;
  width: 250px;
  padding: 15px 0px;
  border: 1px solid rgba(58, 128, 191, 0.6);
}
.sidebar-links li a:before {
  content: ">";
  margin-right: 8px;
}
.sidebar-links li a:hover {
  border: 1px solid #5c0a0a;
  width: 300px;
  margin-left: -26px;
  padding: 15px 25px;
  background-color: #2d0607;
  box-shadow: 0px 0px 10px 0px rgba(255, 111, 111, 0.3);
}

.forum {
  height: 64px;
  transition: all 0.3s;
  width: 250px;
  border: 1px solid rgba(58, 128, 191, 0.6);
}
.forum:hover {
  border: 1px solid #5c0a0a;
  width: 300px;
  margin-left: -26px;
  padding: 15px 25px 15px 15px;
  background-color: #2d0607;
  box-shadow: 0px 0px 10px 0px rgba(255, 111, 111, 0.3);
}
.forum:hover .forum-ava {
  margin-right: 35px;
}
.forum .forum-ava {
  position: relative;
  display: block;
  margin-right: 18px;
}
.forum .forum-ava:before {
  content: "";
  height: 40px;
  width: 40px;
  border: 1px solid #422f10;
  border-radius: 5px;
  position: absolute;
  left: -3px;
  top: -3px;
}
.forum img {
  position: relative;
  height: 36px;
  width: 36px;
}
.forum .forum-info span {
  display: block;
  width: auto;
  color: #ecd1d2;
  font-size: 14px;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 190px;
}
.forum .forum-info a {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: underline;
  text-shadow: -2px 2px 10px rgba(216, 122, 115, 0.7), 2px -2px 10px rgba(216, 122, 115, 0.7);
}
.forum .forum-info a:hover {
  text-decoration: none;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
  position: relative;
  height: 280px;
  color: #6c7f92;
}
.footer a {
  text-decoration: none;
  color: #81c3e9;
}

.fire {
  position: absolute;
  width: 47px;
  height: 50px;
  animation: fire 1.5s steps(48) infinite;
  pointer-events: none;
  z-index: 6;
}

.fire-red {
  background: url(../images/fire.png) no-repeat 0px 0px;
  right: 183px;
  top: -79px;
}

.fire-blue {
  background: url(../images/fire_blue.png) no-repeat 0px 0px;
  left: 183px;
  top: -79px;
}

@keyframes fire {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: -2242px 0;
  }
}
.f-menu {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 80px;
}
.f-menu li {
  display: inline-block;
}
.f-menu li:last-child a:after {
  display: none;
}
.f-menu li a {
  text-decoration: none;
  color: #6c7f92;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  margin: 0px 20px;
  position: relative;
  font-size: 10px;
}
.f-menu li a:hover {
  color: #fff;
}
.f-menu li a:after {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  right: -22px;
  top: -1px;
  background: #0f4042;
}

.copyright {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 25px;
  line-height: 1.4;
  font-size: 10px;
}

.copyright p {
  margin: 0px 0px 10px 0px;
}

.server .top-player.top {
  color: #4dd345;
  margin: -8px 0px 9px 0px;
}

.logout a {
  display: block;
  background: #470505;
  margin: 20px 0px 0px 0px;
  padding: 7px 0px 7px 0px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #8b3737;
  width: 90px;
}

.logout {
  display: flex;
  justify-content: center;
}

ul.rankings-class-filter {
  display: flex;
  flex-wrap: wrap;
  list-style: none !important;
  padding: 0px;
  justify-content: center;
  margin: 15px 0px 0px 0px;
}

ul.rankings-class-filter li a img {
  width: 70px;
  border-radius: 12px;
  border: 2px solid rgba(236, 200, 148, 0.6);
  box-shadow: 0 2px 8px rgba(236, 200, 148, 0.3);
  transition: box-shadow 0.3s, border-color 0.3s;
}
ul.rankings-class-filter li a img:hover {
  border-color: #ecc894;
  box-shadow: 0 4px 12px rgba(236, 200, 148, 0.7);
}

ul.rankings-class-filter li {
  margin: 0px 8px 20px 8px;
  text-align: center;
}

ul.rankings-class-filter li a{
  display: block;
}

.dcbutton {
  margin: 20px 0px 20px 0px;
}

.dcbutton a{
  background: url(../images/dcord.png) no-repeat center;
  width: 290px;
  height: 98px;
  display: block;
}

/* --- Современный стиль для рейтинговых таблиц (Top Players и др.) --- */
.rankings-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: rgba(10, 20, 30, 0.85);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  color: #e0f7f1;
}
.rankings-table tr {
  transition: background 0.2s;
}
.rankings-table tr:nth-child(even) {
  background: rgba(20, 40, 60, 0.18);
}
.rankings-table tr:nth-child(odd) {
  background: rgba(20, 40, 60, 0.10);
}
.rankings-table th, .rankings-table td {
  padding: 7px 10px;
  border: none;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
.rankings-table th {
  background: rgba(30, 50, 70, 0.95);
  color: #ffe08a;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #2e3e4e;
  font-weight: 500;
}
.rankings-table td {
  font-size: 13px;
  color: #e0f7f1;
  border-bottom: 1px solid rgba(60,80,100,0.13);
}
.rankings-table tr:last-child td {
  border-bottom: none;
}
.rankings-table .rankings-table-place {
  color: #ecc894;
  font-weight: 600;
  font-size: 15px;
}
.rankings-table sup {
  font-size: 10px;
  color: #ff4c4c;
  font-weight: 600;
  right: 2px;
  top: 0px;
}
.rankings-table td {
  border-radius: 0 !important;
}

/* Убираем жирность и лишние стили */
.rankings-table th, .rankings-table td {
  font-weight: normal !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

/* Выровнять заголовки и строки */
.rankings-table th, .rankings-table td {
  text-align: center;
  vertical-align: middle;
}

/* Минимальные отступы для компактности */
.rankings-table th, .rankings-table td {
  padding-top: 6px;
  padding-bottom: 6px;
}

/* Убрать визуальный шум */
.rankings-table {
  box-shadow: none;
  border: none;
}

/* Стили для Top Players блока */
.widget-left.widget .rankings-table {
  margin: 8px 0 8px 0;
  background: rgba(10, 20, 30, 0.92);
  border-radius: 8px;
}

.widget-title {
  font-family: Candara, Arial, sans-serif;
  font-size: 16px;
  color: #ffe08a;
}

/* --- Стили для кнопки PayPal покупки --- */
.paypal-buy-button {
  background: linear-gradient(135deg, #0070ba, #1546a0);
  color: #ffffff !important;
  border: none;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 112, 186, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Arial, Helvetica, sans-serif;
  min-width: 200px;
  margin: 20px auto;
  display: block;
}

.paypal-buy-button:hover {
  background: linear-gradient(135deg, #005ea6, #0d2f7a);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 112, 186, 0.6);
}

.paypal-buy-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(0, 112, 186, 0.4);
}
  background: none;
  border: none;
  margin-bottom: 8px;
  padding: 0;
  letter-spacing: 0.5px;
  font-weight: 600;
}

/* Кнопки и фильтры рейтинга */
.rankings_menu a {
  background: #232f3a;
  color: #ffe08a;
  border: 1px solid #2f4b5d;
  border-radius: 8px;
  text-align: center;
  margin: 0 4px;
  display: inline-block;
  text-decoration: none;
  padding: 7px 18px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  box-shadow: none;
  transition: background 0.2s, color 0.2s, border 0.2s;
  vertical-align: middle;
  min-width: 80px;
  min-height: 32px;
  gap: 8px;
}
.rankings_menu a.active {
  color: #fff;
  background: #1f2d36;
  border-color: #ffe08a;
}
.rankings_menu a:hover {
  background: #232f3a;
  color: #ffe08a;
  border-color: #2f4b5d;
}

/* Убрать лишние рамки и заливки */
.rankings-table, .rankings-table tr, .rankings-table td, .rankings-table th {
  border: none !important;
  background: none !important;
}

/* Визуальное отделение строк */
.rankings-table tr:not(:last-child) td {
  border-bottom: 1px solid rgba(60,80,100,0.13) !important;
}

/* Скрыть устаревшие стили */
.rankings-table td a, .rankings-table td a:visited {
  color: #ffe08a !important;
  text-decoration: none !important;
  font-weight: 500;
}
.rankings-table td a:hover {
  color: #fff !important;
}

.panel-body {
  min-height: auto !important;
}

.panel.panel-sidebar.panel-sidebar-events {
  width: 100%;
  margin: 0px 10px 0px 10px;
}

.panel.panel-sidebar.panel-sidebar-events td {
  border: 1px solid #361c13;
  background: rgb(18 7 4 / 50%);
}

.panel.panel-sidebar.panel-sidebar-events table tr {
  border: 1px solid #361c13;
}

span.smalltext {
  color: #bfa681;
}

span.top-res {
  color: #11c70e !important;
}

.panel.panel-news {
    background-color: #050608;
    border: 1px solid #0f222a;
    box-shadow: inset 0px 0px 40px 5px #091318, 0px 0px 30px 2px rgb(0 0 0 / 40%);
    padding: 0px 15px 15px 15px;
}

/* Стили для изображений в панелях новостей */
.panel.panel-news img {
    max-width: 100%;
    height: auto;
    border: 1px solid rgba(64, 84, 79, 0.5);
    border-radius: 6px;
    margin: 10px 0;
    display: block;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    /* Улучшенные настройки качества изображения */
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    /* Сглаживание для лучшего качества */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Предотвращение размытия при масштабировании */
    transform: translateZ(0);
    backface-visibility: hidden;
    /* Улучшенное качество при сжатии */
    object-fit: contain;
    object-position: center;
}

/* Специальные стили для больших изображений */
.panel.panel-news img[width*="500"],
.panel.panel-news img[width*="600"],
.panel.panel-news img[width*="700"] {
    width: 100%;
    max-width: 500px;
    margin: 15px auto;
    display: block;
}

/* Стили для маленьких изображений (аватары, иконки) */
.panel.panel-news img[width*="50"],
.panel.panel-news img[width*="100"],
.panel.panel-news img[width*="150"] {
    max-width: 200px;
    height: auto;
    float: right;
    margin: 10px 0 10px 15px;
    border-radius: 8px;
}

/* Стили для изображений с высоким разрешением */
.panel.panel-news img[src*="high"],
.panel.panel-news img[src*="hd"],
.panel.panel-news img[src*="quality"] {
    image-rendering: auto;
    -webkit-image-rendering: auto;
    -moz-image-rendering: auto;
}

/* Улучшенное отображение для PNG изображений */
.panel.panel-news img[src*=".png"] {
    image-rendering: crisp-edges;
    -webkit-image-rendering: crisp-edges;
}

/* Улучшенное отображение для JPG изображений */
.panel.panel-news img[src*=".jpg"],
.panel.panel-news img[src*=".jpeg"] {
    image-rendering: auto;
    -webkit-image-rendering: auto;
}

.panel.panel-news .panel-body {
    color: #e0f7f1;
    line-height: 1.6;
    font-size: 14px;
}

.panel.panel-news .panel-body p {
    margin-bottom: 15px;
    color: #e0f7f1;
}

.panel.panel-news .panel-body h1,
.panel.panel-news .panel-body h2,
.panel.panel-news .panel-body h3 {
    color: #feffff;
    margin-bottom: 15px;
}

.panel.panel-news .panel-body a {
    color: #ecc894;
    text-decoration: none;
}

.panel.panel-news .panel-body a:hover {
    color: #ffb84c;
    text-decoration: underline;
}

.panel-title {
  background-image: url(../images/title-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
    padding: 1rem;
    border: 1px solid #182f38 !important;
    margin: 0px -16px 15px -16px;
}

table.table.table-condensed {
    font-family: Tahoma;
    font-size: 11px;
}

/* Personagens MyAccount - Card 5 por linha */
.myaccount-characters-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: flex-start;
  margin-bottom: 32px;
}
.myaccount-character-card {
  background: linear-gradient(135deg, rgba(30,40,60,0.98) 80%, rgba(60,40,20,0.12) 100%);
  border-radius: 14px;
  box-shadow: 0 4px 18px 0 rgba(0,0,0,0.18), 0 1.5px 6px 0 rgba(236,200,148,0.08);
  padding: 22px 18px 16px 18px;
  margin-bottom: 0;
  flex: 0 1 calc(25% - 28px);
  max-width: calc(25% - 28px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  transition: box-shadow 0.25s, transform 0.18s;
  min-width: 180px;
}
.myaccount-character-card:hover {
  box-shadow: 0 8px 32px 0 rgba(236,200,148,0.18), 0 2.5px 12px 0 rgba(236,200,148,0.18);
  transform: translateY(-4px) scale(1.025);
  z-index: 2;
}
.character-avatar-img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 12px;
  margin-bottom: 10px;
  border: 2px solid #ffe08a;
  box-shadow: 0 2px 8px rgba(236, 200, 148, 0.18);
  background: #181818;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.myaccount-character-card:hover .character-avatar-img {
  border-color: #ffb84c;
  box-shadow: 0 4px 16px rgba(236, 200, 148, 0.32);
}
.myaccount-character-name {
  font-family: 'PT Sans', Arial, sans-serif;
  font-weight: 600;
  color: #ffe08a;
  margin-bottom: 8px;
  font-size: 17px;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.myaccount-character-block-location {
  color: #b4f5f3;
  font-size: 13px;
  margin-bottom: 4px;
  margin-top: 6px;
  text-align: center;
  line-height: 1.3;
}
.myaccount-character-block-level {
  background: #222;
  color: #ecc894;
  border-radius: 6px;
  padding: 2px 12px;
  font-size: 14px;
  margin-top: 7px;
  display: inline-block;
  font-family: 'PT Sans', Arial, sans-serif;
  letter-spacing: 0.2px;
}
@media (max-width: 1200px) {
  .myaccount-character-card { flex: 0 1 calc(33.3% - 28px); max-width: calc(33.3% - 28px); }
}
@media (max-width: 900px) {
  .myaccount-character-card { flex: 0 1 calc(50% - 28px); max-width: calc(50% - 28px); }
}
@media (max-width: 600px) {
  .myaccount-characters-row { gap: 16px; }
  .myaccount-character-card { flex: 0 1 100%; max-width: 100%; min-width: 0; }
}

/* --- Tooltip (Bootstrap-like) --- */
[data-toggle="tooltip"] {
  position: relative;
}
[data-toggle="tooltip"]:hover::after, [data-toggle="tooltip"]:focus::after {
  content: attr(title);
  position: absolute;
  left: 50%;
  top: -38px;
  transform: translateX(-50%);
  background: rgba(30,30,30,0.98);
  color: #ffe08a;
  padding: 7px 14px;
  border-radius: 8px;
  font-size: 13px;
  white-space: pre-line;
  z-index: 99;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.18s;
}
[data-toggle="tooltip"]:not(:hover):not(:focus)::after {
  opacity: 0;
  pointer-events: none;
}

/* --- Современный блок информации аккаунта --- */
.account-info-block {
  background: linear-gradient(135deg, rgba(30,40,60,0.98) 80%, rgba(60,40,20,0.10) 100%);
  border-radius: 16px;
  box-shadow: 0 4px 18px 0 rgba(0,0,0,0.13), 0 1.5px 6px 0 rgba(236,200,148,0.07);
  padding: 28px 28px 18px 28px;
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'PT Sans', Arial, sans-serif;
}
.account-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid rgba(236,200,148,0.10);
  font-size: 15px;
}
.account-info-row:last-child {
  border-bottom: none;
}
.account-info-label {
  color: #ffe08a;
  font-weight: 500;
  letter-spacing: 0.2px;
  min-width: 120px;
  text-align: left;
}
.account-info-value {
  color: #e0f7f1;
  font-weight: 400;
  text-align: right;
  word-break: break-all;
}
@media (max-width: 700px) {
  .account-info-block { padding: 16px 6px 10px 6px; }
  .account-info-label { min-width: 80px; font-size: 14px; }
  .account-info-value { font-size: 14px; }
}

/* --- Иконки персонажей в ряд, максимум 5 в строку --- */
.account-characters-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  grid-gap: 18px 18px;
  justify-items: center;
  align-items: end;
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.myaccount-character-icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(20,30,40,0.92);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(236,200,148,0.10);
  padding: 12px 8px 10px 8px;
  transition: box-shadow 0.18s, transform 0.18s;
  min-width: 90px;
  max-width: 120px;
}
.myaccount-character-icon-card:hover {
  box-shadow: 0 6px 18px 0 rgba(236,200,148,0.18);
  transform: translateY(-3px) scale(1.06);
  z-index: 2;
}
.character-avatar-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 7px;
  border: 2px solid #ffe08a;
  background: #181818;
  box-shadow: 0 1px 4px rgba(236, 200, 148, 0.10);
  transition: border-color 0.18s, box-shadow 0.18s, transform 0.18s;
}
.myaccount-character-icon-card:hover .character-avatar-icon {
  border-color: #ffb84c;
  box-shadow: 0 2px 8px rgba(236, 200, 148, 0.22);
  transform: scale(1.10);
}
.character-icon-name {
  color: #ffe08a;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 2px;
  text-align: center;
  word-break: break-all;
}
.character-icon-class {
  color: #b4f5f3;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  opacity: 0.85;
}
@media (max-width: 700px) {
  .account-characters-grid { grid-template-columns: repeat(auto-fit, minmax(70px, 1fr)); grid-gap: 10px 10px; }
  .myaccount-character-icon-card { min-width: 70px; max-width: 90px; padding: 8px 2px 7px 2px; }
  .character-avatar-icon { width: 36px; height: 36px; }
  .character-icon-name { font-size: 12px; }
  .character-icon-class { font-size: 11px; }
}

/* --- Server Status Block --- */
.server-status-container {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  perspective: 1000px;
}

.server-status-card {
  background: linear-gradient(145deg, 
    rgba(20, 20, 20, 0.95) 0%, 
    rgba(15, 15, 15, 0.98) 50%, 
    rgba(25, 25, 25, 0.95) 100%);
  border: 1px solid rgba(236, 200, 148, 0.3);
  border-radius: 20px;
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(236, 200, 148, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  overflow: hidden;
  position: relative;
  transform-style: preserve-3d;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  animation: fadeInUp 0.8s ease-out;
}

.server-status-card:hover {
  transform: translateY(-5px) rotateX(2deg);
  box-shadow: 
    0 30px 60px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(236, 200, 148, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.server-status-header {
  background: #101014 !important;
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
  padding: 28px 24px 0 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 2px 8px rgba(236,200,148,0.04) !important;
}

.server-status-title {
  color: #ffe08a !important;
  font-size: 20px !important;
  font-family: 'Cinzel', serif !important;
  font-weight: 900 !important;
  letter-spacing: 0.5px !important;
  text-align: center !important;
  width: 100% !important;
  position: relative;
  padding-bottom: 10px !important;
  margin-bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  background: transparent !important;
  border-radius: 0 !important;
}
.server-status-title::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60%;
  height: 2px;
  background: linear-gradient(90deg, #ecc894 0%, #ffe08a 100%);
  border-radius: 2px;
}
.server-status-title i {
  color: #ffe08a;
  font-size: 18px;
}

.server-status-body {
  padding: 18px 18px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.server-status-section {
  border-radius: 10px;
  background: rgba(255,255,255,0.02);
  margin-bottom: 2px;
  border-bottom: 1px solid rgba(236,200,148,0.08);
  padding-bottom: 0;
  box-shadow: 0 1px 6px 0 rgba(236,200,148,0.03);
}
.server-status-section:last-child {
  border-bottom: none;
}
.server-status-info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
  gap: 18px;
  padding: 10px 0 10px 0;
}
.server-status-info-label {
  color: #b4f5f3;
  font-size: 15px;
  font-family: 'PT Sans', Arial, sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  min-width: 120px;
  text-align: left;
  padding-right: 12px;
  white-space: nowrap;
  gap: 7px;
}
.server-status-info-label i {
  color: #3e5e72;
  font-size: 16px;
}
.server-status-info-value {
  color: #ffe08a;
  font-size: 16px;
  font-family: 'PT Sans', Arial, sans-serif;
  font-weight: 700;
  text-align: right;
  min-width: 60px;
  padding-left: 12px;
  white-space: nowrap;
}
.server-status-cs-owner {
  color: #ffe08a !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 60px;
  text-align: right;
  padding-left: 12px;
  white-space: nowrap;
}

/* --- Progress Bar + Players Online: текст слева, bar справа --- */
.server-status-progress-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  margin-bottom: 6px;
}
.server-status-progress-row .server-name {
  font-family: 'Cinzel', serif !important;
  font-size: 20px !important;
  color: #ffe08a !important;
  font-weight: 900 !important;
  letter-spacing: 0.5px !important;
  text-align: left !important;
  margin: 0 12px 0 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  line-height: 1.1;
  display: flex;
  align-items: center;
  height: 28px;
  min-width: 60px;
  white-space: nowrap;
}
.server-status-progress-bar {
  flex: 1;
  height: 14px;
  background: #23243a;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #3e5e72;
  box-shadow: 0 2px 8px rgba(236,200,148,0.08);
  position: relative;
  min-width: 80px;
  margin-top: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.server-status-progress-fill {
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(90deg,#ffe08a,#ecc894,#3e5e72);
  box-shadow: 0 0 12px #ffe08a44;
  transition: width 0.7s cubic-bezier(0.4,0,0.2,1);
  position: relative;
}
.server-status-online-label {
  min-width: 90px;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 7px;
  text-shadow: 0 2px 8px #000a;
  color: #11c70e;
}
.server-status-online-label i {
  font-size: 16px;
  color: #11c70e;
}
.server-status-online-count {
  text-align: center;
  font-size: 15px;
  color: #ffe08a;
  font-family: 'PT Sans', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.2px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.server-status-online-count span {
  color: #11c70e;
  font-weight: 700;
  font-size: 16px;
  margin-left: 4px;
  display: flex;
  align-items: center;
}
@media (max-width: 700px) {
  .server-status-header {
    padding: 16px 8px 0 8px !important;
  }
  .server-status-title {
    font-size: 17px !important;
    padding-bottom: 6px !important;
  }
  .server-status-body {
    padding: 10px 6px 10px 6px;
    gap: 10px;
  }
  .server-status-info-label {
    min-width: 70px;
    font-size: 13px;
    padding-right: 6px;
  }
  .server-status-info-value {
    min-width: 40px;
    font-size: 13px;
    padding-left: 6px;
  }
  .server-status-cs-owner {
    font-size: 13px;
    padding-left: 6px;
  }
  .server-status-section {
    border-radius: 7px;
  }
}

/* --- Server Status Widget (classic dark+gold, flex, аккуратно) --- */
.server-status-widget {
  background: #101014;
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.25), 0 1.5px 4px 0 rgba(236,200,148,0.06);
  padding: 0 0 6px 0;
  margin-bottom: 10px;
  border: 1px solid #23243a;
  overflow: hidden;
}
.server-status-header {
  background: linear-gradient(90deg, #18181c 60%, #23243a 100%);
  padding: 8px 12px 6px 12px;
  border-bottom: 1px solid #23243a;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.server-status-title {
  color: #ecc894;
  font-size: 15px;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.server-status-body {
  padding: 8px 12px 4px 12px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.server-status-section {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(236,200,148,0.08);
}
.server-status-section:last-child {
  border-bottom: none;
}
.server-status-progress-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 6px;
}
.server-status-progress-bar {
  flex: 1;
  height: 14px;
  background: #23243a;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #3e5e72;
  box-shadow: 0 2px 8px rgba(236,200,148,0.08);
  position: relative;
}
.server-status-progress-fill {
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(90deg,#ffe08a,#ecc894,#3e5e72);
  box-shadow: 0 0 12px #ffe08a44;
  transition: width 0.7s cubic-bezier(0.4,0,0.2,1);
}
.server-status-online-label {
  min-width: 80px;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 7px;
  text-shadow: 0 2px 8px #000a;
}
.server-status-online-label i {
  font-size: 13px;
}
.server-status-online-count {
  text-align: center;
  font-size: 15px;
  color: #ecc894;
  font-family: 'PT Sans', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.2px;
}
/* --- Server Status Info Row: без обрезки, всё ровно --- */
.server-status-info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 6px 0 2px 0;
}
.server-status-info-label {
  color: #deecf5;
  font-size: 14px;
  font-family: 'PT Sans', Arial, sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 4px;
}
.server-status-info-label i {
  color: #3e5e72;
  font-size: 15px;
}
.server-status-info-value {
  color: #ecc894;
  font-size: 15px;
  font-family: 'PT Sans', Arial, sans-serif;
  font-weight: 600;
  text-align: right;
  padding: 0 4px;
}
.server-status-cs-owner {
  color: #ecc894 !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 4px;
}
.server-status-section.server-status-cs .server-status-info-label i {
  color: #ecc894;
  font-size: 16px;
}
.server-status-section.server-status-cs .server-status-info-value {
  color: #ecc894;
  font-weight: 700;
}
.server-status-section.server-status-version .server-status-info-label i {
  color: #3e5e72;
}
.server-status-section.server-status-uptime .server-status-info-label i {
  color: #3e5e72;
}
@media (max-width: 700px) {
  .server-status-widget {
    padding: 0 0 10px 0;
  }
  .server-status-header, .server-status-body {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* --- Players Online: современный стиль, число красным --- */
.server-status-online-count {
  font-size: 12.5px;
  font-family: 'Segoe UI', Arial, sans-serif;
  font-weight: 500;
  color: #deecf5;
  letter-spacing: 0.1px;
  white-space: nowrap;
  margin-top: 7px;
  margin-bottom: 0;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 7px;
  text-shadow: 0 1px 4px #0006;
}
.server-status-online-count span {
  color: #FF4C4C;
  font-weight: 700;
  font-size: 14px;
  margin-left: 0;
  text-shadow: 0 1px 4px #0008;
  font-family: 'Segoe UI', Arial, sans-serif;
}

/* --- Server Status: название сервера --- */
.server-status-servername {
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 16.5px;
  font-weight: 600;
  color: #e6eaf3;
  text-align: left;
  margin-bottom: 12px;
  text-shadow: 0 2px 8px #000a, 0 0 6px #b4f5f355;
  letter-spacing: 0.2px;
  border-radius: 6px;
  padding-left: 2px;
  transition: color 0.2s, text-shadow 0.2s;
}

/* --- Server Status: слово Ruin над прогресс-баром --- */
.server-status-ruin {
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  color: #e6eaf3;
  text-align: center;
  margin-bottom: 7px;
  margin-top: 2px;
  letter-spacing: 0.3px;
  text-shadow: 0 2px 8px #000a, 0 0 6px #b4f5f355;
  font-style: normal;
}

/* --- Server Status: отдельный элемент для названия сервера --- */
.server-name {
  font-family: 'Cinzel', serif !important;
  font-size: 20px !important;
  color: #ecc894 !important;
  font-weight: 900 !important;
  letter-spacing: 0.5px !important;
  text-align: center !important;
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  width: 100%;
  display: block;
}


