* {
  -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-color: #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;
  text-transform: uppercase;
  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: 14px;
  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);
}
.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);
}
.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: 5px;
  border: 1px solid rgb(207 177 134);
}

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;
}

.widget-left.widget .rankings-table {
  margin: 10px 0px 10px 0px;
}

.widget-left.widget .rankings-table td {
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 5px 5px;
  vertical-align: middle;
}

.top img {
  float: right;
}

.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-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;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.myaccount-character-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: none; /* Убираем фон с карточки */
  margin-bottom: 0;
  flex: 0 1 calc((100% - 80px) / 5);
  max-width: calc((100% - 80px) / 5);
  box-sizing: border-box;
  position: relative;
}

.myaccount-character-card:hover {
  /* Можно оставить эффект на карточку или убрать */
}

.myaccount-character-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 12px; /* можно чуть увеличить, чтобы рамка лучше смотрелась */
  margin-bottom: 8px;
  image-rendering: smooth;
  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;
}

.myaccount-character-card img:hover {
  border-color: #ecc894;
  box-shadow: 0 4px 12px rgba(236, 200, 148, 0.7);
}

/* Имя персонажа */
.myaccount-character-name {
  font-family: Arial, sans-serif;
  font-weight: 600;
  color: #ecc894;
  font-size: 11px;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  margin-bottom: 6px;
  padding: 3px 5px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.online-status-indicator {
  display: none !important;
  visibility: hidden;
  width: 0;
  height: 0;
}

.myaccount-character-block-location {
  color: #b4f5f3;
  font-size: 11px;
  margin-bottom: 4px;
  text-align: center;
}

.myaccount-character-block-level {
  display: none !important;
}

@media (max-width: 900px) {
  .myaccount-characters-row .myaccount-character-card {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
