html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

@font-face {
  font-family: CinzelDecorative-Black;
  src: url(../fonts/CinzelDecorative-Bold.otf);
  font-weight: normal;
  font-style: normal;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.logo article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

html,
body {
  position: relative;
  overflow-x: hidden;
}

body {
  width: 100%;
  background: url(../img/backgrounds/1_degree.jpg) center top no-repeat,
    url(../img/backgrounds/2_cropped.jpg) center bottom no-repeat;
  background-color: #070501;
  font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #ffcc00;
}

a:focus,
a:hover,
a:active,
button:focus,
button:hover,
button:active {
  color: #fff;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4 {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

table {
  width: 100%;
  background: #25160f;
}

table th,
table td {
  border-collapse: collapse;
  padding: 5px 10px;
  /*  border: 1px solid #945f1c; 
  color: #ffab45; */
  border: 1px solid #42290a;
  color: #fff;
  text-align: center;
}

td.subtitle {
  text-transform: uppercase;
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
}

.img-news {
  box-shadow: 0px 11px 20px 0px rgba(0, 0, 0, 0.7);
}

caption {
  margin-bottom: 15px;
}

select {
  border: 1px solid #ffab45;
  color: #ffab45;
  padding: 0px 30px;
  height: 45px;
  position: relative;
  text-indent: 0.01px;
  background: none;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

input
/*, textarea*/ {
  background: none;
  border: 1px solid #ffab45;
  color: #fff;
  padding: 12px 20px;
  position: relative;
  text-align: center;
  font-size: 15px;
  font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
}

button,
.button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background-image: url(../img/button.png);
  background-repeat: no-repeat;
  background-color: transparent !important;
  height: 66px;
  width: 240px;
  padding-top: 24px;
  border: none;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
}

button.button {
  padding-top: 0;
}

button:hover,
.button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.button {
  display: inline-block;
  text-decoration: none;
}

.button-green {
  padding: 18px 35px;
  background-image: url(../img/button-green.jpg);
}

.button-small {
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 14px;
  text-transform: none;
  height: 37px;
  width: 90px;
  color: #fff;
  background-image: url(../img/button_small.jpg);
  display: inline-block;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  padding-top: 11px;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.4);
}

.button-small:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.button-green-big {
  padding: 25px 60px;
  background-image: url(../img/button-green--big.jpg);
}

.button-green-medium {
  padding: 23px 75px;
  background-image: url(../img/button-green--big.jpg);
}

:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #00aac3;
}

::-moz-placeholder {
  color: #00aac3;
}

:-moz-placeholder {
  color: #00aac3;
}

:-ms-input-placeholder {
  color: #00aac3;
}

.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-s-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-c-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bright:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.topPanel {
  border-bottom: 1px solid rgba(255, 254, 252, 0.5);
  padding: 5px 0px;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.45);
}

.topPanel-wrapper {
  /*max-width: 1245px;*/
  max-width: 1195px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.topPanel-wrapper_right span {
  margin: 0px 15px;
  font-weight: bold;
  color: #89150d;
}

.logo-mini {
  margin: 10px 0px 0px 0px;
}

.menu li {
  padding: 0px 8px;
}

.menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 8px;
  display: block;
}

.menu li a:hover {
  color: #006cb7;
}

.menu li.active a {
  color: #006cb7;
}

.sign-in {
  color: #006cb7;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
}

.sign-in:hover {
  text-decoration: none;
}

header {
  height: 350px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 20px;
  margin: 20px 0;
}

header.home {
  height: 660px;
}

.logo {
  position: absolute;
  top: 50px;
  left: -10px;
}

.headerBlock {
  bottom: 10px;
  left: 0;
  right: 0;
  width: 100%;
}

header .timer {
  font-size: 20px;
  text-align: center;
  border-radius: 5px;
  display: block;
  background-color: #00000091;
  margin: 0 auto;
  padding: 10px;
  z-index: 1;
}
.counter-timer {
  font-weight: bold;
}

.headerButtons {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.radial-stat {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(7, 5, 1, 0.7);
  width: 205px;
  height: 205px;
  border-radius: 50%;
}

@-webkit-keyframes server {
  0% {
    top: 0px;
    height: 227px;
    background-position: top center;
  }
  15% {
    top: 0px;
    height: 0px;
    background-position: top center;
  }
  25% {
    top: 0px;
    height: 0px;
    background-position: top center;
  }
  40% {
    top: 0px;
    height: 227px;
    background-position: top center;
  }
  50% {
    top: auto;
    bottom: 0px;
    height: 227px;
    background-position: bottom center;
  }
  65% {
    top: auto;
    bottom: 0px;
    height: 0px;
    background-position: bottom center;
  }
  75% {
    top: auto;
    bottom: 0px;
    height: 0px;
    background-position: bottom center;
  }
  90% {
    top: auto;
    bottom: 0px;
    height: 227px;
    background-position: bottom center;
  }
  100% {
    top: auto;
    bottom: 0px;
    height: 227px;
    background-position: bottom center;
  }
}

@keyframes server {
  0% {
    top: 0px;
    height: 227px;
    background-position: top center;
  }
  15% {
    top: 0px;
    height: 0px;
    background-position: top center;
  }
  25% {
    top: 0px;
    height: 0px;
    background-position: top center;
  }
  40% {
    top: 0px;
    height: 227px;
    background-position: top center;
  }
  50% {
    top: auto;
    bottom: 0px;
    height: 227px;
    background-position: bottom center;
  }
  65% {
    top: auto;
    bottom: 0px;
    height: 0px;
    background-position: bottom center;
  }
  75% {
    top: auto;
    bottom: 0px;
    height: 0px;
    background-position: bottom center;
  }
  90% {
    top: auto;
    bottom: 0px;
    height: 227px;
    background-position: bottom center;
  }
  100% {
    top: auto;
    bottom: 0px;
    height: 227px;
    background-position: bottom center;
  }
}

.circle-online {
  width: 180px;
  height: 180px;
  text-align: center;
  position: relative;
  display: inline-block;
  z-index: 2;
}

.serverInfo {
  position: absolute;
  width: 140px;
  height: 150px;
  left: 27px;
  padding-top: 50px;
}

.serverInfo span {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}

.serverInfo__name {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.serverInfo__online {
  color: #f19737;
  font-size: 30px;
  padding-top: 10px;
  font-family: Candara, Arial;
}

.h-button {
  width: 300px;
  height: 95px;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 30px;
  padding-left: 120px;
}

.h-button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.h-button p {
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.h-button span {
  font-size: 14px;
  color: #301907;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
}

.h-button.download {
  background-image: url(../img/download-button.jpg);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.4);
}

.h-button.download p {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.33) 0px 1px 2px;
}

.h-button.download span {
  color: #1bcdff;
}
.h-button.registration {
  background-image: url(../img/registration-button.jpg);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.4);
}
.h-button.registration p {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.33) 0px 1px 2px;
}
.h-button.registration span {
  color: #240404;
}
.headerInfo {
  margin-bottom: 20px;
}
.headerInfo-slider {
  width: calc(100% - 400px);
  height: 363px;
}
.headerInfo-buttons a {
  display: block;
  width: 398px;
  height: 90px;
  margin-bottom: 1px;
  padding: 26px 0px 0px 155px;
}
.headerInfo-buttons a:hover {
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  padding: 26px 0px 0px 170px;
  z-index: 2;
}
.headerInfo-buttons a p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.headerInfo-buttons a span {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.headerInfo-buttons .b-donate {
  background: url(../img/button_1.jpg) no-repeat;
}
.headerInfo-buttons .b-vote {
  background: url(../img/button_2.jpg) no-repeat;
}
.headerInfo-buttons .b-cabal {
  background: url(../img/button_3.jpg) no-repeat;
}
.headerInfo-buttons .b-shop {
  background: url(../img/button_4.jpg) no-repeat;
}
.color-crema {
  color: #fff1d5;
}
.color-green {
  color: #6fffc9;
}
.color-red {
  color: #ef5151;
}
.color-yellow {
  color: #fd7a94;
}
.color-tur {
  color: #fd7a94;
}
.slider {
  width: 100%;
  height: 100%;
}
.slider .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*.slider .swiper-slide a { display: block; height: 100%; width: 100%; }
.slider .swiper-slide a:after { content: ""; position: absolute; left: 0px; width: 100%; height: 40%; bottom: 65px; background: -webkit-gradient(linear, left bottom, left top, from(rgba(16, 13, 13, 0.6)), to(rgba(16, 13, 13, 0))); background: linear-gradient(to top, rgba(16, 13, 13, 0.6), rgba(16, 13, 13, 0)); z-index: 1; }*/
.slider .swiper-button-next,
.slider .swiper-button-prev {
  width: 55px;
  height: 55px;
  top: 50%;
  margin-top: -25px;
}
.slider .swiper-button-next:after,
.slider .swiper-button-prev:after {
  display: none;
}
.slider .swiper-button-next {
  background: url(../img/arrow-next.jpg) no-repeat;
  right: 1px;
}
.slider .swiper-button-prev {
  background: url(../img/arrow-prev.jpg) no-repeat;
  left: 1px;
}
.slider .swiper-pagination {
  /* background: rgba(29, 15, 8, 0.8); */

  bottom: 0px;
  height: 65px;
}
.slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 0px;
  margin: 0px 8px !important;
  background: #9c9793;
  opacity: 1;
}
.slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #a3df00;
}
.homeTitle {
  border-bottom: 1px solid rgba(163, 223, 0, 0.3);
  padding-top: 20px;
  padding-left: 10px;
  margin-bottom: 30px;
}
.homeTitle h2 {
  margin-bottom: 10px;
  font-size: 32px;
  color: #c7c617;
}
.homeTitle h2 span {
  font-size: 52px;
  margin-right: 5px;
}
.newsTabs {
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}
.tabs-n {
  width: 100%;
}
.news-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.news-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.news-tabs li {
  padding: 30px 17px;
  margin: 0px 20px;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.news-tabs li:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0px;
}
.news-tabs li:not(.active) {
  cursor: pointer;
  color: #c7c617;
}
.news-tabs .active:after {
  width: 100%;
  color: #c7c617;
}
.tabs-content {
  display: none;
}
.tabs-content.active {
  display: block;
}
.container-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -2px;
  position: relative;
}
.container-home-1 {
  width: 398px;
  position: relative;
}
.block-4 {
  width: 33%;
  margin: 0px 2px;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.5);
}
.block-44 {
  margin-top: 6px;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.5);
}
.side-special {
  margin-top: 6px;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.5);
}

/*.news {
 background: url(../img/images_block.png) center no-repeat;  
 position: relative; 
 height: 526px;
 padding: 50px 40px 80px 40px;
}*/
.news-item {
  /* padding: 7px;*/

  padding: 7px 0px 7px 15px;
  margin: 0px 0px 3px 0px;
  background: #190d07;
}
.news-item:hover {
  background-color: #120f00;
  padding-left: 7px;
  transition: 0.3s;
  box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.45);
  text-decoration: underline;
}
.news-item a {
  color: #fff;
  display: block;
  width: 340px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-item span {
  color: #c7c617;
}
.news h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px;
}
.news-img {
  margin-bottom: 30px;
  text-align: center;
}
.news-img img {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  transform: scale(1);
}
.news-img img:hover {
  transform: scale(1.02);
}
.news-text {
  line-height: 1.3;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-info {
  position: absolute;
  width: calc(100% - 80px);
  bottom: 40px;
  left: 40px;
}
.news-info-1 {
  padding-top: 20px;
}
.news-date {
  font-size: 15px;
  color: #945f1c;
}
.news-date span {
  color: #ffab45;
  font-size: 20px;
}
.news-block-left {
  position: relative;
  width: 750px;
  height: 100%;
  min-height: 610px;
  padding: 20px 40px 20px 40px;
  margin-right: 4px;
  z-index: 2;
  background: url(../img/news-block-left-top.png) top left no-repeat,
    url(../img/news-block-left-bottom.png) bottom left no-repeat;
  color: #fff;
}
.news-block-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 100px;
  right: 0;
  bottom: 100px;
  left: 0;
  background: url(../img/news-block-left-middle.png) top left repeat-y;
}
.news-block-right {
  position: relative;
  width: 300px;
  padding: 50px 20px 40px 20px;
  z-index: 2;
  background: url(../img/news-block-right-top.png) top left no-repeat,
    url(../img/news-block-right-bottom.png) bottom left no-repeat;
}
.news-block-right h2 {
  margin-left: 5px;
}
.news-block-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 100px;
  right: 0;
  bottom: 100px;
  left: 0;
  background: url(../img/news-block-right-middle.png) top left repeat-y;
}
.stat-block {
  background: url(../img/stat-block-bg.jpg) center no-repeat;
  height: 670px;
  position: relative;
  padding: 80px 40px 40px 40px;
}
.side-special {
  padding-top: 40px;
}
.stat-block h3 {
  position: relative;
  text-align: center;
  color: #ffcc00;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.stat-block.server.block-4:before {
  content: "";
  position: absolute;
  background: url(../img/server-status-bg.png) center no-repeat;
  width: 623px;
  height: 674px;
  left: -305px;
  top: -28px;
}
.stat-block.server.block-44:before {
  content: "";
  position: absolute;
  background: url(../img/server-status-bg.png) top left no-repeat !important;
  width: 374px !important;
  height: 674px;
  right: 0 !important;
  top: -28px;
}
.stat-block.vote-block {
  height: auto;
  background-position: top center;
}
.stat-block.vote-block li {
  font-size: 14pt;
  line-height: 20pt;
}
.controlpanel-block {
  background: url(../img/stat-block-bg.jpg) center no-repeat;
  height: 682px;
  position: relative;
  padding: 50px 40px 40px 40px;
}
.controlpanel-block h3 {
  position: relative;
  text-align: center;
  color: #ffcc00;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.controlpanel-block-menu {
  margin-left: 100px;
}
.controlpanel-block ul li {
  line-height: 30px;
}
.controlpanel-block ul li img {
  position: relative;
  top: 5px;
  padding-right: 10px;
}
.stat-block.event:before {
  content: "";
  position: absolute;
  background: url(../img/events-bg.png) center no-repeat;
  width: 593px;
  height: 459px;
  right: -283px;
  top: 23px;
}
.stat-block.event_1:before {
  content: "";
  position: absolute;
  background: url(../img/events-bg_1.png) center no-repeat;
  width: 593px;
  height: 459px;
  right: 100px;
  top: 23px;
}
.stat-block.top:before {
  content: "";
  position: absolute;
  background: url(../img/top-player-bg.png) center no-repeat;
  width: 406px;
  height: 679px;
  left: 50%;
  margin-left: -201px;
  top: -6px;
}

/*page-content*/
.page-content {
  margin-top: 6px;
  width: calc(100% - 398px);
  /*  padding: 40px 34px 40px 34px;*/

  padding: 70px 34px 60px 34px;
  margin-left: 5px;
  background: url(../img/fon-news-top.jpg) center top no-repeat,
    url(../img/fon-news-bottom.jpg) center bottom no-repeat,
    url(../img/fon-news-repeat.jpg) center repeat-y;
  position: relative;
  background-size: contain;
}
.page-content.full {
  width: 100%;
  /* padding: 40px 34px 40px 34px; */
}
.page-content:after {
  content: "";
  position: absolute;
  height: 66px;
  width: 100%;
  bottom: -15px;
  left: 0;
  background: url(../img/fon-news-bottom-bottom.png) center bottom no-repeat;
  background-size: cover;
}
.page-content:before {
  content: "";
  position: absolute;
  height: 105px;
  width: 100%;
  top: -19px;
  left: 0;
  background: url(../img/fon-news-top-top.png) center top no-repeat;
  background-size: cover;
}
.page-content ul,
.panel-body ul {
  list-style: circle;
  padding-left: 20px;
}
.page-content ul li,
.panel-body ul li {
  margin-bottom: 10px;
}
.page-top {
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  color: #ffcc00;
  text-align: center;
  font-weight: bold;
  z-index: 1;
}
.page-title-news {
  color: #ffcc00;
  text-transform: uppercase;
  font-size: 18px;
}
.page-subtitle {
  font-size: 14px;
}
.page-text {
  line-height: 20px;
}
.page-text p {
  padding-top: 20px;
}
.page-text a {
  color: #ffab45;
  text-decoration: underline;
}
.page-text a:hover {
  text-decoration: none;
  color: #c0ff00;
}
.page-text-img {
  box-shadow: 0px 11px 20px 0px rgba(0, 0, 0, 0.7);
}
.news-all {
  margin-bottom: 20px;
}

/*end page-content*/

/*paginator*/
.pagination {
  padding-top: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
}
.page-numbers {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  line-height: 38px;
  color: #7b8913;
  text-decoration: none !important;
  font-size: 14px;
  margin: 0px 7px;
  background: rgba(123, 137, 19, 0.15);
}
.page-numbers.active {
  background: #7b8913;
  color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
}
.page-numbers:hover {
  background: #7b8913;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
  color: #fff;
}
.page-numbers.prev,
.page-numbers.next {
  background: rgba(123, 137, 19, 0.25);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
  font-size: 0px;
}
.page-numbers.prev:hover,
.page-numbers.next:hover {
  background: #7b8913;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.page-numbers.prev {
  margin: 0px 25px 0px 0px;
}
.page-numbers.next {
  margin: 0px 0px 0px 25px;
}
.page-numbers.prev:after {
  content: "";
  position: absolute;
  background: url(../img/prev-p.png) no-repeat;
  width: 12px;
  height: 18px;
  margin-left: -8px;
  margin-top: -8px;
  left: 50%;
  top: 50%;
  z-index: 2;
  opacity: 0.25;
}
.page-numbers.prev:hover:after {
  background: url(../img/prev-p.png) no-repeat;
  opacity: 0.9;
}
.page-numbers.next:after {
  content: "";
  position: absolute;
  background: url(../img/next-p.png) no-repeat;
  width: 12px;
  height: 18px;
  margin-right: -8px;
  margin-top: -8px;
  right: 50%;
  top: 50%;
  opacity: 0.25;
}
.page-numbers.next:hover:after {
  background: url(../img/next-p.png) no-repeat;
  opacity: 0.9;
}

/*end paginator*/

/* text_TOP */
.guild .top-number {
  width: 60px;
}
.top-block.guild .top-number img {
  margin-bottom: -2px;
  margin-left: 5px;
}
.top-block.guild .score {
  padding-left: 55px;
}
.top-block {
  position: relative;
  width: 100%;
  padding-bottom: 15px;
  z-index: 1;
  text-align: center;
}
.top-block span {
  display: block;
}
.top-block .top-number {
  width: 40px;
}
.guild img {
  border: 1px solid #360e17;
}
.top-block .top-flag {
  width: 30px;
  padding-top: 2px;
}
.top-block .top-name {
  width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-block .top-lvl {
  width: 80px;
}
.top-block .top-lvl sup {
  font-size: 10px;
  color: #ff0000;
  /*  position: absolute;*/

  margin-top: -5px;
}
.top-block .top-Res {
  /*  padding-left: 15px;*/

  width: 90px;
}
.top-block .top-Res sup {
  font-size: 10px;
  color: #ff0000;
  /*  position: absolute;*/

  margin-top: -5px;
}
.top-list {
  height: 41px;
  display: flex;
  align-items: center;
  font-size: 15px;
  transition: 0.3s;
  color: #fff;
}
.top-list a {
  color: #fff;
  text-decoration: none;
}
.top-list:hover {
  background-color: #070501;
  border-bottom: 1px solid #293407;
  box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.45);
  height: 41px;
  margin: 0px -40px 0px -40px;
  padding: 0px 25px 0px 25px;
  color: #c0ff00;
  position: relative;
  z-index: 5;
}
.top-list:hover a {
  color: #c0ff00;
}
.top-title {
  color: #ffcc00;
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 15px;
}
.top-block.guild .top-number {
  width: 40px;
}

/*widget Discussions*/
.discussions-content-top {
  position: relative;
  z-index: 1;
}
.admin-icon {
  float: left;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background-size: 45px;
  box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
  margin-right: 26px;
}
.discussions-icon {
  float: left;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background-size: 45px;
  box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
}
.discussions-message {
  float: right;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #945f1c;
  opacity: 0.6;
  color: #fff;
  font-size: 12px;
  box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
}
.discussions-text {
  padding-left: 16px;
  font-size: 14px;
}
.discussions-text-bt {
  padding-left: 16px;
  font-size: 15px;
  color: #945f1c;
}
.discussions-content-block:hover .discussions-text-bt {
  color: #69811e;
}
.discussions-text-bt a {
  color: #fff;
}
.discussions-content-block {
  padding-bottom: 10px;
  padding-top: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.discussions-content-block:hover .discussions-message {
  background-color: #392d01;
  color: #c0ff00;
  font-weight: bold;
}
.discussions-content-block:hover {
  background-color: #070501;
  border-bottom: 1px solid #293407;
  box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.45);
  transition: 0.4s;
  margin: 0px -40px 0px -40px;
  padding: 10px 26px 10px 26px;
  cursor: pointer;
}
.discussions-content-block:hover .discussions-text {
  color: #c0ff00;
}
.discussions-content-block:hover .discussions-text-bt a {
  text-decoration: none;
  color: #ffcc00;
}

/*widget Discussions end*/

/*end text TOP*/
.more-top {
  text-align: center;
}
.blockStat {
  margin-bottom: 20px;
}
.blockStat-1 {
  display: flex;
  justify-content: center;
}
.video a {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.video a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(10, 20, 25, 0.5);
  left: 0px;
  top: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.video a:after {
  content: "";
  background: url(../img/play-icon.png) no-repeat;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
}
.video a img {
  display: block;
}
.video a:hover:before {
  background: rgba(10, 20, 25, 0.1);
}
.toTopBlock {
  background: url(../img/top.png) center no-repeat;
  height: 65px;
  margin-bottom: 40px;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0.6;
}
.toTopBlock:hover {
  opacity: 100;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.toTopBlock span {
  width: 65px;
  height: 65px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

/*download*/
.downloadBlock {
  text-align: center;
  padding: 35px;
  margin: 0px 35px;
}
.downloadBlock p {
  margin-bottom: 30px;
}
.download-block-1 {
  margin-bottom: 40px;
}
.download-block-1:last-child {
  margin-bottom: 0px;
}
.client-text {
  margin-right: 50px;
  width: 255px;
  height: 90px;
  flex-wrap: wrap;
  align-content: center;
  background: #070501;
}
.client-text span {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 9px;
  color: #c0ff00;
}

/*end download*/

/*footer*/
footer {
  padding: 40px 0px;
}
.footer-block-t {
  padding-top: 33px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.f-menu li {
  display: inline-block;
  margin: 15px 23px;
}
.f-menu li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
}
.f-menu li a:hover {
  color: #c0ff00;
  /*  font-weight: bold;*/
}
.f-menu li a:active {
  color: #e39f45;
  font-weight: bold;
}
.footer-end {
  margin-top: 51px;
}
.footer-block-coperite {
  float: left;
  color: #484817;
  /*  padding-top: 70px;*/

  padding-top: 15px;
}
.footer-block-coperite a {
  color: #fff;
}
.footer-block-coperite a:hover {
  text-decoration: underline;
}
.footer-block-r {
  float: right;
}
.soc-block {
  margin-bottom: 45px;
}
.soc-block a {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  padding-top: 8px;
  margin-left: 20px;
  background-color: #080702;
  border: 1px solid #d3e637;
  height: 33px;
  width: 33px;
  box-shadow: inset 0px 0px 7px 0px rgb(172, 189, 30);
}
.soc-block a:hover {
  box-shadow: inset 0px 0px 15px 0px rgba(183, 55, 77, 0.9);
  filter: drop-shadow(0px 0px 6px rgba(220, 84, 107, 0.75));
  border: 1px solid #c66047;
}
.footer-logo {
  text-align: center;
  margin-top: 50px;
  margin-left: -10px;
}
.footer-logo:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.copyright {
  color: #c7c617;
  text-align: center;
}
.templstock:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

/*end footer*/
.modal_div {
  max-width: 480px;
  width: 100%;
  min-height: 300px;
  background: url(../img/fon-modal-top.jpg) center top no-repeat,
    url(../img/fon-modal-bottom.jpg) center bottom no-repeat,
    url(../img/fon-modal-repeat.jpg) center repeat-y;
  position: fixed;
  top: 5%;
  left: 50%;
  margin-left: -240px;
  margin-top: -50px;
  display: none;
  opacity: 0;
  z-index: 999;
  padding: 40px 0px 40px 0px;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
}
.modal_div:before {
  content: "";
  position: absolute;
  height: 105px;
  width: 480px;
  top: -15px;
  left: 0;
  background: url(../img/fon-modal-top-top.png) center top no-repeat;
}
.modal_div:after {
  content: "";
  position: absolute;
  height: 71px;
  width: 480px;
  bottom: -15px;
  left: 0;
  background: url(../img/fon-modal-bottom-bottom.png) center bottom no-repeat;
}
.modal_div h1 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: normal;
  letter-spacing: 2px;
  padding-bottom: 30px;
  color: #c7c617;
  text-align: center;
}
.modal_div input {
  border: 1px solid #50460d;
}
.modal_div .modal_close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  display: block;
}
.modal_div .modal_close span {
  display: block;
  position: relative;
  background: #c7c617;
  width: 15px;
  height: 2px;
}
.modal_div .modal_close span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -2px;
}
.modal_div .modal_close span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-v {
  width: 300px;
  height: 100%;
  margin: 0 auto;
}
#overlay {
  z-index: 998;
  position: fixed;
  background-color: hsla(40, 75%, 2%, 0.9);
  opacity: 0.9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
.formGroup {
  margin-bottom: 20px;
}
.formGroup p {
  text-align: center;
  color: #ffb251;
  margin-bottom: 10px;
}
.formGroup input {
  width: 100%;
}
.formGroup-button {
  padding-top: 20px;
  text-align: center;
}

/*.btn { display: none; -webkit-transition: 0.3s; transition: 0.3s; left: 10px; }
.btn span { width: 30px; height: 4px; display: block; margin: 6px 0px; background: #fff; -webkit-transition: 0.3s; transition: 0.3s; position: relative; }*/
.content {
  background: url(../img/content-top-bg.jpg) top center no-repeat,
    url(../img/content-bottom-bg.jpg) bottom center no-repeat;
  background-color: #0a1419;
  padding: 50px 40px;
  line-height: 1.4;
  position: relative;
  color: #9bdeff;
  min-height: 1300px;
}
.content h2 {
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: normal;
}
.content h3 {
  color: #2ef9b9;
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: normal;
}
@-webkit-keyframes bar {
  0% {
    background-position: left -999px center;
  }

  100% {
    background-position: left 999px center;
  }
}
@keyframes bar {
  0% {
    background-position: left -999px center;
  }

  100% {
    background-position: left 999px center;
  }
}

/*leaves*/
.leaves {
  position: absolute;
  bottom: 0;
  left: 200px;
}
.leaves-1 {
  background: url(../img/leaves_1.png);
  width: 300px;
  height: 197px;
  left: 0px;
  bottom: -200px;
  position: absolute;
  animation: 5s leaves-1 linear infinite;
}
@keyframes leaves-1 {
  0% {
    transform: scale(0.7) rotate(0deg);
    bottom: -200px;
    left: 250px;
  }

  33% {
    transform: scale(0.8) rotate(30deg);
    bottom: -100px;
    left: 500px;
  }

  66% {
    transform: scale(0.9 rotate(60deg));
    bottom: 0px;
    left: 750px;
    opacity: 1;
  }

  100% {
    transform: scale(1) rotate(90deg);
    bottom: 100px;
    left: 1000px;
    opacity: 0;
  }
}
.leaves-2 {
  background: url(../img/leaves_2.png);
  width: 283px;
  height: 171px;
  left: 0px;
  bottom: -200px;
  position: absolute;
  animation: 5s leaves-2 linear infinite;
  animation-delay: 2s;
}
@keyframes leaves-2 {
  0% {
    transform: scale(0.7) rotate(0deg);
    bottom: -200px;
    left: 250px;
  }

  33% {
    transform: scale(0.8) rotate(-30deg);
    bottom: -100px;
    left: 500px;
  }

  66% {
    transform: scale(0.9 rotate(-60deg));
    bottom: 0px;
    left: 750px;
    opacity: 1;
  }

  100% {
    transform: scale(1) rotate(-90deg);
    bottom: 100px;
    left: 1000px;
    opacity: 0;
  }
}
.leaves-3 {
  background: url(../img/leaves_3.png);
  width: 324px;
  height: 222px;
  left: 0px;
  bottom: -200px;
  position: absolute;
  animation: 5s leaves-3 linear infinite;
  animation-delay: 4s;
}
@keyframes leaves-3 {
  0% {
    transform: scale(0.7) rotate(0deg);
    bottom: -200px;
    left: 250px;
  }

  33% {
    transform: scale(0.8) rotate(-30deg);
    bottom: -100px;
    left: 500px;
  }

  66% {
    transform: scale(0.9 rotate(-60deg));
    bottom: 0px;
    left: 750px;
    opacity: 1;
  }

  100% {
    transform: scale(1) rotate(-90deg);
    bottom: 100px;
    left: 1000px;
    opacity: 0;
  }
}

/*end leaves*/

/*sparks*/
.sparks {
  position: absolute;
  width: 1200px;
  left: -60%;
  bottom: 40px;
  pointer-events: none;
}
.sparks > div {
  position: absolute;
  pointer-events: none;
}
.sparks .spark_1 {
  background: url(../img/spark_1.png) no-repeat;
  width: 764px;
  height: 313px;
  right: 0;
  bottom: -320px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-1 4s linear infinite;
  animation: spark-1 4s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.sparks .spark_2 {
  background: url(../img/spark_2.png) no-repeat;
  width: 179px;
  height: 335px;
  right: 230px;
  bottom: -320px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-1 4s linear infinite;
  animation: spark-1 4s linear infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.sparks .spark_3 {
  background: url(../img/spark_3.png) no-repeat;
  width: 128px;
  height: 165px;
  right: 280px;
  bottom: -140px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-3 4s linear infinite;
  animation: spark-3 4s linear infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.sparks .spark-big {
  background: url(../img/spark_4.png) no-repeat;
  width: 794px;
  height: 176px;
  right: 0;
  bottom: -180px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-5 4s linear infinite;
  animation: spark-5 4s linear infinite;
}
.sparks .spark_5 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  right: 40px;
}
.sparks_1 {
  margin-left: -1200px;
}
.spark_1 {
  background: url(../img/spark-l_1.png) no-repeat;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.spark_2 {
  background: url(../img/spark-l_2.png) no-repeat;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.spark_3 {
  background: url(../img/spark-l_3.png) no-repeat;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.spark-big {
  background: url(../img/spark-l_4.png) no-repeat;
}
.spark_5 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
@-webkit-keyframes spark-1 {
  0% {
    bottom: -320px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }

  25% {
    bottom: -240px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }

  50% {
    bottom: -160px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }

  75% {
    bottom: -80px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }

  100% {
    bottom: 0px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes spark-1 {
  0% {
    bottom: -320px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }

  25% {
    bottom: -240px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }

  50% {
    bottom: -160px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }

  75% {
    bottom: -80px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }

  100% {
    bottom: 0px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes spark-3 {
  0% {
    bottom: -140px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }

  25% {
    bottom: -80px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }

  50% {
    bottom: -20px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }

  75% {
    bottom: 40px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }

  100% {
    bottom: 100px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes spark-3 {
  0% {
    bottom: -140px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }

  25% {
    bottom: -80px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }

  50% {
    bottom: -20px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }

  75% {
    bottom: 40px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }

  100% {
    bottom: 100px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes spark-5 {
  0% {
    bottom: -180px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }

  25% {
    bottom: -120px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }

  50% {
    bottom: -60px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }

  75% {
    bottom: 0px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }

  100% {
    bottom: 60px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes spark-5 {
  0% {
    bottom: -180px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }

  25% {
    bottom: -120px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }

  50% {
    bottom: -60px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }

  75% {
    bottom: 0px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }

  100% {
    bottom: 60px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/*end sparks*/
main {
  position: relative;
  z-index: 2;
}
.lang-block {
  float: right;
  position: relative;
  top: 33px;
  right: 50px;
  z-index: 3;
}
.lang-block:after {
  border: 5px solid transparent;
  border-top-color: #50bb84;
  position: absolute;
  left: -15px;
  top: 5px;
  content: "";
}
.lang-block a {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.lang-block a:hover {
  color: #000;
}
.lang-block img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-left: 8px;
  margin-bottom: -2px;
  border: 1px solid #110c0d;
  box-shadow: 0px 0px 0px 1px #785c2e;
  transition: all 0.3s ease;
}
.main-item {
  color: #000;
}
.main-item span {
  color: #000;
  margin-left: 3px;
}
.hidden-block {
  visibility: visible;
  opacity: 1;
  position: absolute;
  /*  background: #50bb84;*/

  background: rgba(32, 27, 37, 0.9);
  min-width: 180px;
  z-index: 2;
  left: -40px;
  top: 20px;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  padding: 10px 0px;
  border-radius: 10px;
}
.hidden-block a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
  color: #ffffff;
}
.hidden-block a:hover {
  background: #219157;
  color: #fff;
}
.hidden-block:after {
  border: 5px solid transparent;
  border-bottom-color: #50bb84;
  position: absolute;
  left: 24px;
  top: -10px;
  content: "";
}
.main-item:focus ~ .hidden-block,
.main-item:active ~ .hidden-block {
  visibility: visible;
  opacity: 1;
}
.i_note,
.s_note,
.w_note,
.e_note {
  border: 1px solid;
  margin: -5px 0px 40px;
  padding: 10px 10px 10px 40px;
  background-repeat: no-repeat;
  -moz-border-radius: 0em;
  -webkit-border-radius: 0em;
  border-radius: 0em;
  text-align: left;
  display: block;
  margin-top: 25px;
}
.i_note {
  color: #00529b;
  background-color: #bde5f8;
  background-image: url("../img/info.png");
  background-position: left center;
}
.s_note {
  color: #4f8a10;
  background-color: #e8efd3;
  background-image: url("../img/success.png");
  background-position: left center;
}
.w_note {
  color: #9f6000;
  background-color: #feefb3;
  background-image: url("../img/warning.png");
  background-position: left center;
}
.e_note {
  color: #d8000c;
  background-color: #f7e0cc;
  background-image: url("../img/error.png");
  background-position: left center;
}
.page-text .main2 ul li {
  flex: auto;
}
.page-text .main2 ul {
  display: flex;
}
.page-text .main2 a {
  border: 1px #ffab45 solid;
  text-transform: uppercase;
  font-weight: bold;
  display: table;
  text-decoration: none;
  padding: 13px;
}
.page-text .main2 a:hover,
.page-text .main2 a.active {
  border-color: #c0ff00;
  color: #c0ff00;
}
#top_menu {
  text-align: center;
}
#top_menu a {
  background: #ffcc00;
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  padding: 8px;
  margin: 0 10px 20px;
  display: inline-block;
}
.page-text .main3 {
  text-align: center;
}
.page-text .main3 a {
  border: 1px #ffab45 solid;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  padding: 13px;
  margin: 0 10px 20px;
}
.page-text .main3 a:hover,
.page-text .main3 a.active {
  border-color: #c0ff00;
  color: #c0ff00;
}
.page-text #account-menu {
  text-align: center;
}
.page-text #account-menu a {
  border: 1px #ffab45 solid;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  padding: 13px;
  margin: 0 4px;
}
.page-text #account-menu a:hover,
.page-text #account-menu a.active {
  border-color: #c0ff00;
  color: #c0ff00;
}
.acc-menu ul li {
  padding: 5px 0;
}
.acc-menu ul li .button-green {
  display: table;
  vertical-align: top;
  margin-top: 15px;
  color: red;
  padding-bottom: 0;
  cursor: pointer;
  margin: auto;
}
.tabs-2 {
  text-align: center;
  margin-top: 20px;
}
.tabs-2 a label {
  border: 1px #7b8913 solid;
  cursor: pointer;
  text-transform: uppercase;
  color: #7b8913;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  padding: 13px;
  margin: 0 10px 20px;
}
.tabs-2 a label {
  color: #7b8913;
}
.tabs-2 a:hover label,
.tabs-2 label[for*="checked"] {
  background: #7b8913;
  color: #fff;
}
.blockinfo select {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.market_buy {
  width: 50%;
  border: 1px solid #945f1c;
  padding: 15px;
  display: inline-block;
  vertical-align: top;
  background: #1e0f08;
  margin: 0px -1px -1px;
}
.market_pair {
  margin: 0 0px;
}
.market_buy button {
  background-color: transparent;
  display: block;
  margin: auto;
  padding-top: 0;
}

#countdown {
  width: 290px;
}
#tiles {
  display: flex;
  text-align: center;
}
#tiles span {
  flex: auto;
  display: block;
  width: 40px;
  height: 50px;
  font-family: CinzelDecorative-Black;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 52px;
  color: #fff;
  margin: 0 5px;
  font-weight: bold;
}
.labels {
  display: flex;
  margin-top: 10px;
  font-family: CinzelDecorative-Black;
}
.labels li {
  flex: auto;
  width: 80px;
  list-style: none;
  text-align: center;
  font-size: 21px;
}

.usercp-unreadmessages {
  position: relative;
  z-index: 1;
  border: 2px solid #42290a;
  border-style: dotted;
  padding: 7px;
  text-align: center;
  margin-bottom: 15px;
}

/*.usercp-unreadmessages a:link, .usercp-unreadmessages a:visited {color: #fff;}
.usercp-unreadmessages a:hover, .usercp-unreadmessages a:active {color: #42290a !important;}*/
#website-notice {
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  background: #fde073;
  text-align: center;
  line-height: 2.5;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px black;
  -moz-box-shadow: 0 0 5px black;
  box-shadow: 0 0 5px black;
  color: #000;
  font-size: 19px;
}
@-webkit-keyframes slideDown {
  0%,
  100% {
    -webkit-transform: translateY(-50px);
  }

  10%,
  90% {
    -webkit-transform: translateY(0px);
  }
}
@-moz-keyframes slideDown {
  0%,
  100% {
    -moz-transform: translateY(-50px);
  }

  10%,
  90% {
    -moz-transform: translateY(0px);
  }
}
.cssanimations.csstransforms #website-notice {
  -webkit-transform: translateY(-50px);
  -webkit-animation: slideDown 2.5s 1s 1 ease forwards;
  -moz-transform: translateY(-50px);
  -moz-animation: slideDown 2.5s 1s 1 ease forwards;
}
.rightInfo {
  position: absolute;
  z-index: 2;
  right: 32px;
  top: 160px;
  z-index: 3;
}
.rightInfo-time {
  font-size: 25px;
  color: #ffcc00;
}
.rightInfo-time p {
  font-size: 14px;
  color: #c7c617;
}
.rightInfo-localtime {
  height: 42px;
  margin-bottom: 10px;
}
.rightInfo-servertime {
  height: 42px;
  margin-bottom: 10px;
}
.rightInfo-block {
  width: 150px;
  padding: 10px 0px;
  background: rgba(32, 27, 37, 0.9);
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
}
.rightInfo-block p {
  margin-bottom: 3px;
}
.guild_countdown {
  text-transform: none;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.guild_countdown span {
  color: #ffcc00;
  font-size: 16px;
  font-weight: 600;
}

.alert a {
  color: #333;
}


.background-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;

  display: flex;
  align-content: center;
  justify-content: center;
  
  overflow: hidden;

  width: 100vw;
  /* height: 100vh; */
  height: 1080px;
  user-select: none;
  pointer-events: none;
}

.background-video-wrapper {
  position: absolute;
  width: 1000%;
  height: 100%;
  user-select: none;
  pointer-events: none;
}

.background-video video,
.background-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;

  user-select: none;
  pointer-events: none;
}
