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;
  scroll-behavior: smooth;
}
table.tableizer-table {
  font-size: 12px;
  border: 1px solid #CCC; 
  font-family: Arial, Helvetica, sans-serif;
} 
.tableizer-table td {
  padding: 31px;
  margin: 3px;
  border: 1px solid #CCC;
  text-align: center;
}
.tableizer-table th {
  background-color: #0a1429;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
/* 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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  position: relative;
  height: 100%;
}

body {
  width: 100%;
  background-color: #19191c;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #997bd4;
  height: 100%;
}

a {
  transition: all 0.3s ease;
  color: #d98af8;
}

.footer-link {
  transition: all 0.3s ease;
  color: #9feee5;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3 {
  color: #ecd3fe;
  margin-bottom: 20px;
  line-height: 1.2;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
}

table {
  width: 100%;
  margin-bottom: 20px;
}
table tr {
  border-bottom: 1px dashed #aaaaaa;
  border-radius: 4px;
}
table tr:hover {
  background: #282828;
  border-bottom: 1px solid #e6e6e6;
}
table tr:hover a {
  color: #bdd9fd;
}
table td {
  border-collapse: collapse;
  padding: 12px 10px;
  vertical-align: middle;
  color: #f0f0f0;
}
table td a {
  color: #997bd4;
  text-decoration: none;
}
table th {
  text-align: left;
  padding: 9px;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
}

caption {
  margin-bottom: 15px;
}

select {
  background: #0f0c25;
  min-width: 200px;
  border: 1px solid rgba(255, 151, 246, 0.15);
  color: #191919;
  margin-bottom: 15px;
  padding: 6px 40px 6px 20px;
  position: relative;
  -webkit-appearance: none;
  background-image: url(https://eternalpw.com.br/images/arrow-v.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none !important;
}

input, textarea {
  background: #0f0c25;
  min-width: 430px;
  border: 1px solid rgba(255, 151, 246, 0.15);
  border-left: 2px solid rgba(255, 151, 246, 0.5);
  color: #191919;
  padding: 16px 20px;
  position: relative;
  text-align: center;
  font-size: 14px;
}

button, .button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../images/button-bg.png) center bottom no-repeat;
  background-color: linear-gradient(to bottom, #191919, #a9f8dd);
  border: 2px solid #a9f8dd;
  color: #a9f8dd;
  border-radius: 30px;
  position: relative;
  padding: 12px 32px;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.3);
}
button:hover, .button:hover {
  background: linear-gradient(to bottom, #191919, #a9f8dd);
  color: #fff;
}

.read_more_btn{
  margin-left: 120px;
  color: #ffffff;
  border: 2px solid #26586d !important;
}

.read_more_btn:hover{
  background: #58c19e;
  color: #fff;
}

button:after, .button:after {
  content: "";
  position: absolute;
  background: url(../images/shadow-top-pink.png) no-repeat;
  width: 132px;
  height: 28px;
  left: 50%;
  margin-left: -66px;
  margin-bottom: 3px;
  bottom: 100%;
}
button:before, .button:before {
  content: "";
  position: absolute;
  background: url(../images/shadow-bottom-pink.png) no-repeat;
  width: 132px;
  height: 35px;
  left: 50%;
  margin-left: -66px;
  margin-top: 3px;
  top: 100%;
}

.button {
  display: inline-block;
  text-decoration: none;
}

.buttonGreen {
  padding: 12px 40px;
  background: linear-gradient(to bottom, #191919, #191919);
  color: #56bbea;
  border: 2px solid #56bbea;
}
.buttonGreen:hover {
  background: linear-gradient(to bottom, #191919, #56bbea);
}
.buttonGreen:after {
  background: url(../images/shadow-top-green.png) no-repeat;
}
.buttonGreen:before {
  background: url(../images/shadow-bottom-green.png) no-repeat;
}

.buttonRed {
  background: linear-gradient(to bottom, #191919, #191919);
  color: #f2f2f2;
}
.buttonRed:hover {
  background: linear-gradient(to bottom, #191919, #191919);
}

.big {
  padding: 16px 45px;
}

:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #91518b;
}

::-moz-placeholder {
  color: #91518b;
}

:-moz-placeholder {
  color: #91518b;
}

:-ms-input-placeholder {
  color: #91518b;
}

.container {
  width: 1380px;
  margin: 0 auto;
  position: relative;
}

.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;
}

.bright:hover {
  filter: brightness(120%);
}

/* Header
-----------------------------------------------------------------------------*/
.header {
  background: url(../images/header-fon.jpg) top 103px center no-repeat;
  height: 1025px;
}
.header a {
  text-decoration: none;
}
.header__buttons a {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 520px;
  width: 295px;
  height: 174px;
  padding-left: 105px;
  color: #e8e8e8;
  font-size: 12px;
}
.header__buttons a span {
  display: block;
  width: 100%;
  margin-bottom: 6px;
  font-size: 24px;
  text-transform: uppercase;
}
.header__buttons a:hover:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  left: 3px;
  animation: shadow 3s linear infinite;
}
.header__buttons-download {
  background: url(../images/download-button.png) no-repeat;
  left: 250px;
}
.header__buttons-register {
  background: url(../images/register-button.png) no-repeat;
  right: 250px;
}
.header__logo {
  text-align: center;
  position: absolute;
  top: 200px;
  width: 100%;
  left: 0px;
}
.header__logo a {
  display: block;
}
.header__statusBlock {
  position: absolute;
  width: 100%;
  top: 650px;
}

@keyframes shadow {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(177, 103, 224, 0), 0px 0px 0px 0px rgba(177, 103, 224, 0), 0px 0px 0px 0px rgba(177, 103, 224, 0);
  }
  15% {
    box-shadow: 0px 0px 0px 20px rgba(230, 230, 230, 0.2), 0px 0px 0px 0px rgba(170, 170, 170, 0.2), 0px 0px 0px 0px rgba(140, 140, 140, 0.1);
  }
  30% {
    box-shadow: 0px 0px 0px 20px rgba(230, 230, 230, 0.2), 0px 0px 0px 50px rgba(170, 170, 170, 0.2), 0px 0px 0px 0px rgba(140, 140, 140, 0.1);
  }
  45% {
    box-shadow: 0px 0px 0px 20px rgba(230, 230, 230, 0.2), 0px 0px 0px 50px rgba(170, 170, 170, 0.2), 0px 0px 0px 100px rgba(140, 140, 140, 0.1);
  }
  65% {
    box-shadow: 0px 0px 0px 20px rgba(230, 230, 230, 0), 0px 0px 0px 50px rgba(170, 170, 170, 0.2), 0px 0px 0px 100px rgba(140, 140, 140, 0.1);
  }
  80% {
    box-shadow: 0px 0px 0px 20px rgba(230, 230, 230, 0), 0px 0px 0px 50px rgba(170, 170, 170, 0), 0px 0px 0px 100px rgba(140, 140, 140, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 20px rgba(230, 230, 230, 0), 0px 0px 0px 50px rgba(170, 170, 170, 0), 0px 0px 0px 100px rgba(140, 140, 140, 0);
  }
}
.radial-stat {
  text-align: center;
  background: rgba(25, 25, 25, 0.1);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0px 13px;
}

.circle-online {
  width: 145px;
  height: 145px;
  text-align: center;
  position: relative;
  display: inline-block;
}

.serverInfo {
  position: absolute;
  width: 110px;
  height: 110px;
  left: 18px;
  padding-top: 40px;
}
.serverInfo span {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
.serverInfo__name {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.serverInfo__x {
  color: #b7b7b7;
  font-size: 12px;
  margin-bottom: 10px;
}
.serverInfo__x:after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: -6px;
  width: 94%;
  height: 1px;
  background: linear-gradient(to right, #191919, #b7b7b7, #191919);
}
.serverInfo__online {
  color: #b7b7b7;
  font-size: 30px;
}

.topPanel {
  background: #0b0b0b;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0px;
}
.topPanel__container {
  height: 103px;
  padding-right: 40px;
}
.topPanel__container img {
  max-height: 100px;
}
.topPanel__menu {
  position: relative;
  margin-left: -30px;
}
.topPanel__menu a {
  display: flex;
  align-items: center;
  position: relative;
  height: 103px;
  color: #e8e8e8;
  text-transform: uppercase;
  padding: 0px 22px;
}
.topPanel__menu a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 100%;
  opacity: 0;
  transition: 0.3s;
  width: 100%;
  height: 1px;
  background: #818181;
  margin-top: 1px;
  box-shadow: 0px 0px 10px 0px #effcff;
}
.topPanel__menu a:hover {
  color: #818181;
}
.topPanel__menu a:hover:after {
  left: 0px;
  opacity: 1;
}
.topPanel__menu .active a {
  color: #818181;
}
.topPanel__menu .active a:after {
  left: 0px;
  opacity: 1;
}
.topPanel__buttons a {
  margin-left: 18px;
}

.body-page .header {
  height: 700px;
}
.body-page .header__statusBlock {
  display: none;
}

/* Middle
-----------------------------------------------------------------------------*/
section {
  padding: 35px 0px;
}

.gallery {
  background: url(../images/gallery-fon.jpg) top center no-repeat;
  height: 670px;
}
.gallery .container {
  overflow: hidden;
}

.topNews {
  background: url(../images/top-news-bg.jpg) top center no-repeat;
  height: 653px;
}

.lastNews {
  background: url(../images/news-bg.jpg) top center no-repeat;
  height: 796px;
}

.topBlock {
  background: url(../images/guilds-bg.jpg) top center no-repeat;
  height: 722px;
}

.aboutBlock {
  background: url(../images/about-bg.jpg) top center no-repeat;
  height: 723px;
}

.container h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
}
.container h2 span {
  position: relative;
  text-transform: uppercase;
  background: linear-gradient(#fcfcfc 10%, #7f7f7f, #9fb588);
  -webkit-background-clip: text;
  color: transparent;
}
.container h2 span:before {
  content: "";
  position: absolute;
  right: 100%;
  width: 120px;
  height: 1px;
  background: #f0f0f0;
  margin-right: 15px;
  top: 50%;
}
.container h2 span:after {
  content: "";
  position: absolute;
  left: 100%;
  width: 120px;
  height: 1px;
  background: #f0f0f0;
  margin-left: 15px;
  top: 50%;
}

.slider-logo {
  position: absolute;
  width: 100%;
  top: 15px;
  left: 0px;
  text-align: center;
  background: rgba(16, 12, 39, 0.5);
  padding: 10px 0px;
}

.update {
  text-align: center;
  font-size: 72px;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  left: 0px;
  top: 150px;
  width: 100%;
}
.update b {
  background: linear-gradient(to bottom, #eccbf6, #ce6bdd);
  -webkit-background-clip: text;
  color: transparent;
  display: block;
}
.update span {
  font-size: 92px;
  display: block;
  width: 100%;
  text-align: center;
  background: linear-gradient(to bottom, #eccbf6, #ce6bdd);
  -webkit-background-clip: text;
  color: transparent;
}

.blockInfo-text {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0px;
  padding: 0px 80px;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
}
.blockInfo-text span {
  font-size: 32px;
  text-transform: uppercase;
  display: block;
}

.top-news {
  background: url(../images/top-news_bg.jpg) no-repeat;
  width: 330px;
  height: 460px;
  margin: 0px 3px;
  border-bottom: 2px solid #6b276a;
  box-shadow: 0px 10px 15px -2px rgba(0, 0, 0, 0.3);
  position: relative;
  transition: 0.3s;
}
.top-news:hover {
  box-shadow: 0px 0px 15px 0px rgba(226, 109, 186, 0.3);
  margin-top: -20px;
}
.top-news.top-news_1:after {
  content: "";
  position: absolute;
  background: url(../images/top-news-img_1.png) no-repeat;
  width: 383px;
  height: 456px;
  top: -69px;
  left: -32px;
}
.top-news.top-news_2:after {
  content: "";
  position: absolute;
  background: url(../images/top-news-img_2.png) no-repeat;
  width: 382px;
  height: 356px;
  top: -50px;
  left: -20px;
}
.top-news.top-news_3:after {
  content: "";
  position: absolute;
  background: url(../images/top-news-img_3.png) no-repeat;
  width: 372px;
  height: 363px;
  top: -52px;
  left: -20px;
}
.top-news-block {
  padding: 30px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
}
.top-news-block h3 {
  text-transform: uppercase;
}
.top-news-text {
  line-height: 1.5;
  color: #bd79d6;
  margin-bottom: 20px;
  height: 85px;
  overflow: hidden;
}
.top-news-text p {
  margin-bottom: 0px;
}
.top-news-date {
  color: #ef65a8;
  font-size: 12px;
  margin-bottom: 18px;
}
.top-news-date b {
  color: #f99dca;
  font-size: 24px;
  font-weight: normal;
}
.top-news-more {
  text-align: center;
}

.lastNews .container:before {
  content: "";
  background: url(../images/last-news-hero.png) no-repeat;
  width: 693px;
  height: 813px;
  position: absolute;
  top: -51px;
  left: 70px;
}
.lastNews .container h1 {
  padding-left: 300px;
}

.lastNewsBlock {
  position: absolute;
  z-index: 3;
  width: auto;
  left: 600px;
  top: 90px;
}

.lastNews-block {
  margin-bottom: 38px;
}
.lastNews-block:nth-child(2n) {
  margin-left: 170px;
}
.lastNews-block__img {
  height: 125px;
  width: 125px;
  border-radius: 50%;
  margin-right: 55px;
  position: relative;
}
.lastNews-block__img:before {
  content: "";
  border: 1px solid rgba(240, 240, 240, 0.5);
  height: 150px;
  width: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -75px;
  margin-top: -75px;
  border-radius: 50%;
}
.lastNews-block__img:after {
  content: "";
  border: 1px solid rgba(170, 170, 170, 0.2);
  height: 200px;
  width: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
  border-radius: 50%;
}
.lastNews-block__img img {
  height: 125px;
  width: 125px;
  border-radius: 50%;
  box-shadow: 0px 7px 40px 0px rgba(0, 0, 0, 0.4);
}
.lastNews-block__info h3 {
  color: #d3d3d3;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 14px;
}

.lastNews-block__info p {
  color: #aaaaaa;
}
.lastNews-block__text {
  line-height: 1.6;
  margin-bottom: 14px;
  height: 70px;
  overflow: hidden;
  width: 400px;
}
.lastNews-block__text p {
  margin-bottom: 0px;
}
.lastNews-block__buttons a {
  padding: 10px 20px;
}
.lastNews-block__buttons span {
  margin-left: 33px;
  color: #ffffff;
  font-size: 12px;
}
.lastNews-block__buttons span b {
  font-size: 14px;
  font-weight: normal;
}

.news-icon {
  background: url(../images/news-icon.png) no-repeat;
  width: 13px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
}

.top-block {
  width: 700px;
  position: relative;
  height: 652px;
  transition: 0.3s;
  opacity: 0.3;
  transform: scale(0.9);
}
.top-block.active {
  opacity: 1;
  transform: scale(1);
}
.top-block.active_1 {
  opacity: 1;
  transform: scale(1);
}
.top-block.leftBlock:after {
  content: "";
  background: url(../images/left-hero.png) no-repeat;
  position: absolute;
  width: 663px;
  height: 721px;
  left: 40px;
  top: -35px;
  transition: 0.3s;
}
.top-block.rightBlock:after {
  content: "";
  background: url(../images/right-hero.png) no-repeat;
  position: absolute;
  width: 1011px;
  height: 688px;
  right: 10px;
  top: -1px;
  transition: 0.3s;
}

.leftBlock {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 2px;
  z-index: 5;
}

.rightBlock {
  z-index: 4;
  display: flex;
  align-items: center;
  padding-left: 2px;
  justify-content: flex-start;
}

.top-stat_block {
  width: 360px;
  background: rgba(8, 9, 28, 0.9);
  padding: 45px 45px;
  position: relative;
  z-index: 5;
}
.top-stat_block h3 {
  text-align: center;
  margin-bottom: 30px;
}
.top-stat_block h3 span {
  position: relative;
  text-transform: uppercase;
  background: linear-gradient(#fcfcfc 10%, #84707a, #9fb588);
  -webkit-background-clip: text;
  color: transparent;
}
.top-stat_block a {
  text-decoration: none;
}
.top-stat_block table th {
  position: relative;
}
.top-stat_block table td {
  position: relative;
}
.top-stat_block table .num {
  position: absolute;
  font-size: 12px;
  color: #ff0000;
  top: 3px;
  margin-left: -2px;
}
.top-stat_block .no-reset {
  color: #ab509b;
  font-size: 12px;
}

.aboutBlock h1 {
  padding-left: 600px;
}
.aboutBlock .container:after {
  content: "";
  background: url(../images/about-hero.png) no-repeat;
  position: absolute;
  width: 969px;
  height: 728px;
  left: 50%;
  margin-left: -450px;
  top: -22px;
}

.textBlock {
  position: absolute;
  width: 495px;
  height: 507px;
  padding-top: 40px;
  padding-left: 40px;
}
.textBlock.textBlock-left {
  background: url(../images/left-bg-text.png) no-repeat;
  top: 70px;
  left: 0px;
}
.textBlock.textBlock-right {
  background: url(../images/right-bg-text.png) no-repeat;
  top: 170px;
  right: 0px;
}
.textBlock .text {
  width: 400px;
  margin: 0 auto;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #b4b4b4;
  font-size: 14px;
  position: relative;
}
.textBlock .text span {
  position: absolute;
  color: #b4b4b4;
  font-size: 16px;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #b4b4b4;
  left: -40px;
  border-radius: 50%;
}
.textBlock .hr {
  height: 1px;
  display: block;
  width: 340px;
  margin: 0 auto;
  border-bottom: 1px dashed #b4b4b4;
  margin-bottom: 17px;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
  background: url(../images/footer-bg.jpg) top center no-repeat;
  height: 386px;
  position: relative;
}
.footer a {
  text-decoration: none;
}

.shop-button {
  background: url(../images/shop-button.png) no-repeat;
  width: 283px;
  height: 132px;
  text-align: center;
  font-size: 16px;
  color: #e7ecff;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  left: 50%;
  margin-left: -141px;
  top: 40px;
}

.buttonTop {
  background: url(../images/top-button.png) no-repeat;
  width: 58px;
  height: 58px;
  position: absolute;
  left: 50%;
  margin-left: -29px;
  top: 208px;
  cursor: pointer;
}

.footerBottom {
  position: absolute;
  left: 0px;
  top: 235px;
  height: 150px;
  width: 100%;
  justify-content: space-between;
  padding: 0px 30px;
}

.copy-text {
  width: 310px;
}
.copy-text span {
  color: #e0f0fd;
  display: block;
  margin-bottom: 10px;
}
.copy-text p {
  font-size: 10px;
  line-height: 1.2;
  color: #8b8b8c;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.menu-bottom li {
  padding: 0px 10px;
}
.menu-bottom li a {
  text-transform: uppercase;
  color: #e6e6e6;
  padding: 0px 8px;
  display: block;
}
.menu-bottom li a:hover {
  color: rgba(230, 230, 230, 0.55);
}
.menu-bottom .active a {
  color: #ffffff;
}

.main {
  background: url(../images/main-top-bg.jpg) center top no-repeat, url(../images/main-bottom-fon.jpg) center bottom no-repeat, url(../images/main-center-bg.jpg) center repeat-y;
  min-height: 600px;

}
.main h1 {
  margin-bottom: 0px;
  text-align: center;
  padding: 35px 0px;
  background: #252526;
  border-bottom: 1px solid #212225;
}
.main h1 span {
  position: relative;
  text-transform: uppercase;
  background: linear-gradient(#fcfcfc 10%, #7a7a7a, #9fb588);
  -webkit-background-clip: text;
  color: transparent;
}
.main h1 span:before {
  content: "";
  position: absolute;
  right: 100%;
  width: 120px;
  height: 1px;
  background: #f0f0f0;
  margin-right: 15px;
  top: 50%;
}
.main h1 span:after {
  content: "";
  position: absolute;
  left: 100%;
  width: 120px;
  height: 1px;
  background: #f0f0f0;
  margin-left: 15px;
  top: 50%;
}

.lk-page {
  margin: 0 auto;
  width: 1000px;
  background: #252526;
  box-shadow: 0px 40px 50px -20px rgba(0, 0, 0, 0.3);
  min-height: 400px;
  margin-bottom: 0px;
  padding-bottom: 1px;
}
.lk-page h3 {
  text-align: center;
  font-size: 14px;
  color: #bdd9fd;
  background: #252526;
  padding: 17px 0px;
  font-weight: normal;
  margin-bottom: 0px;
}
.lk-page h3 a {
  color: #bee81a;
  text-decoration: none;
}

.content-lk {
  padding: 45px;
}
.content-lk a {
  text-decoration: none;
}

.profile-leftBlock {
  width: 175px;
}

.profile-rightBlock {
  width: calc(100% - 175px);
}

.lk-ava {
  width: 133px;
  height: 210px;
  border: 1px solid #42226d;
  background: #140e2e;
  margin-bottom: 35px;
}

.lk-val {
  color: #bdd9fd;
}
.lk-val p {
  margin-bottom: 10px;
}
.lk-val span {
  color: #bee81a;
}

.lk-info {
  width: calc(50% - 7px);
}

.lk-table {
  width: 100%;
}
.lk-table a {
  color: #be8dff;
  text-decoration: underline;
}
.lk-table a:hover {
  text-decoration: none;
}

.lkButton {
  color: #ecd3fe;
  text-transform: uppercase;
  padding: 14px 42px;
  border: 1px solid #714a8b;
  font-size: 12px;
}
.lkButton:hover {
  border: 1px solid #d98af8;
}

.modal_div {
  width: 1000px;
  min-height: 510px;
  background: url(../images/modal-top-bg.jpg) center top no-repeat, url(../images/modal-bottom-bg.jpg) center bottom no-repeat, url(../images/modal-repeat-bg.jpg) center repeat-y;
  position: fixed;
  top: 45%;
  left: 50%;
  margin-top: -150px;
  margin-left: -500px;
  display: none;
  opacity: 0;
  z-index: 199;
  padding: 50px 0px;
}

.modal_div .modal_close {
  width: 33px;
  height: 33px;
  background: url(../images/close-icon.png) no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: block;
}

#overlay {
  z-index: 190;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

.modal-content {
  padding: 0px 50px;
  text-align: center;
}
.modal-content h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 24px;
}
.modal-content h2 span {
  position: relative;
  text-transform: uppercase;
  background: linear-gradient(#fcfcfc 10%, #84707a, #9fb588);
  -webkit-background-clip: text;
  color: transparent;
}
.modal-content h2 span:before {
  content: "";
  position: absolute;
  right: 100%;
  width: 120px;
  height: 1px;
  background: #5b3b76;
  margin-right: 15px;
  top: 50%;
}
.modal-content h2 span:after {
  content: "";
  position: absolute;
  left: 100%;
  width: 120px;
  height: 1px;
  background: #5b3b76;
  margin-left: 15px;
  top: 50%;
}
.modal-content form p {
  margin-bottom: 12px;
}

.formButton {
  text-align: center;
  margin-top: 40px;
}

.downloadBlock {
  text-align: center;
  padding: 25px;
  margin: 0px 35px;
  margin-bottom: 50px;
  border-bottom: 1px dashed #d2d2d2;
}
.download-btns{
  border-top: 1px dashed #d2d2d2;
  padding-top: 35px;

}
.downloadBlock p {
  color: #f0f0f0;
  margin-bottom: 30px;
}

.download-block {
  margin-bottom: 40px;
}
.download-block:last-child {
  margin-bottom: 0px;
}

.client-text {
  margin-right: 50px;
  width: 185px;
  height: 75px;
  color: #bee81a;
  flex-wrap: wrap;
  align-content: center;
  background: #111013;
}
.client-text span {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 9px;
}

.newsBlock {
  flex-wrap: wrap;
  width: 1300px;
  margin: 0 auto;
  padding: 40px 0px;
}
.newsBlock .lastNews-block {
  width: calc(50% - 25px);
  margin-bottom: 80px;
}
.newsBlock .lastNews-block__text {
  width: auto;
  height: auto;
  overflow: visible;
}
.newsBlock .lastNews-block:nth-child(2n) {
  margin-left: 0px;
}

.pagination {
  width: 100%;
  margin: 30px 0px;
}
.pagination li {
  margin: 0px 7px;
}
.pagination li .number {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #6a4591;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.pagination li .number.active {
  background: #313131;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}
.pagination li .number:hover {
  background: #939393;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}
.pagination li .number.disabled {
  opacity: 0.4;
}
.pagination li .number.numberPrev {
  background: #5b5b5b;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  margin-right: 20px;
}
.pagination li .number.numberPrev:after {
  content: "";
  background: url(../images/prev.png) no-repeat;
  position: absolute;
  width: 15px;
  height: 12px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -6px;
}
.pagination li .number.numberNext {
  background: #797979;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  margin-left: 20px;
}
.pagination li .number.numberNext:after {
  content: "";
  background: url(../images/next.png) no-repeat;
  position: absolute;
  width: 15px;
  height: 12px;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -6px;
}

.contentPage {
  width: 1000px;
  margin: 0 auto;
  padding: 45px 0px;
  line-height: 2;
}
.contentPage h2 {
  font-size: 18px;
  color: #d2d2d2;
  font-weight: normal;
  border-bottom: 1px solid #4f4c53;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.contentPage p {
  color: #ffffff;
}
.contentPage img {
  max-width: 1000px;
}

.lk-buttons a {
  text-decoration: none;
}

.rank-title {
  text-align: center;
  margin-bottom: 30px;
}
.rank-title p {
  color: #ecd3fe;
  margin-bottom: 20px;
}
.rank-title span {
  color: #d98af8;
  text-transform: uppercase;
}

.lk-buttons-rank {
  margin-bottom: 35px;
}
.lk-buttons-rank a {
  margin: 0px 4px;
}

.rank-table th {
  border-left: 1px solid #292958;
  border-right: 1px solid #292958;
  background: #16162f;
  color: #bdd9fd;
  text-align: center;
}
.rank-table td {
  border-left: 1px solid #292958;
  border-right: 1px solid #292958;
  color: #ecd3fe;
  text-align: center;
}
.rank-table td:nth-child(5n+5) {
  color: #bee81a;
}
.rank-table a {
  text-decoration: underline;
  color: #be8dff;
}
.rank-table a:hover {
  text-decoration: none;
}
.rank-table img {
  margin-bottom: -1px;
  margin-left: 2px;
}

.online-icon {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: linear-gradient(to right bottom, #9cbf1b, #bee81a);
  margin-left: 3px;
}
.online-icon.offline-icon {
  background: linear-gradient(to right bottom, #ff3f3f, #a50f0f);
}

.searchBlock {
  margin-top: 40px;
}
.searchBlock input {
  text-align: left;
  margin-right: 20px;
}

.content-shop {
  padding: 30px 45px 0px 45px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px -14px;
}

.shopBlock {
  width: 155px;
  height: 240px;
  border: 1px solid #7c5096;
  margin: 0px 14px 30px 14px;
  position: relative;
  transition: 0.3s;
}
.shopBlock:hover:after {
  content: "";
  border: 1px solid #33234a;
  position: absolute;
  width: 171px;
  height: 260px;
  top: -12px;
  left: -9px;
}
.shopBlock .shop-title {
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #1e1634;
  border-bottom: 1px solid #312248;
  color: #ecd3fe;
}
.shopBlock .shop-info {
  background: linear-gradient(to bottom, #0b0b1f, #1e1634);
  height: calc(100% - 37px);
}
.shopBlock .shop-item {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopBlock .shop-name {
  color: #ecd3fe;
  font-size: 12px;
  margin-bottom: 8px;
  text-align: center;
  padding: 0px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shopBlock .shop-price {
  color: #d98af8;
  font-size: 12px;
  margin-bottom: 8px;
  text-align: center;
  padding: 0px 15px;
}
.shopBlock .shop-price span {
  color: #ee65a9;
  font-size: 14px;
}
.shopBlock .shopButton {
  text-align: center;
}
.shopBlock .shopButton button, .shopBlock .shopButton .button {
  font-size: 12px;
  text-transform: none;
  padding: 3px 30px;
  background: linear-gradient(to bottom, #b1c161, #829028);
  box-shadow: 0px 0px 9px 0px rgba(163, 178, 79, 0.2);
}
.shopBlock .shopButton button:after, .shopBlock .shopButton .button:after {
  display: none;
}
.shopBlock .shopButton button:before, .shopBlock .shopButton .button:before {
  display: none;
}

.shop-tabs {
  background: #1e1634;
  padding: 14px 15px;
  margin: 20px 30px 0px 30px;
}
.shop-tabs a {
  text-decoration: none;
  color: #ecd3fe;
  margin: 0px 30px;
}
.shop-tabs a:first-child {
  margin: 0px 30px 0px 0px;
}

.topBlock-content {
  margin: 0 auto;
  width: 1065px;
  align-items: flex-start;
}
.topBlock-content .top-stat_block {
  box-shadow: 0px 40px 50px -20px rgba(0, 0, 0, 0.3);
  border-right: 1px solid #180e3a;
}
.topBlock-content .lk-page {
  width: calc(100% - 360px);
}

.topInfo-ava {
  width: 135px;
  height: 220px;
  background: #140e2e;
  border: 1px solid #42226d;
  margin-right: 60px;
}

.topInfo {
  padding: 10px 45px;
}
.topInfo .rank-table th {
  border-left: none;
  border-right: none;
  padding: 14px 10px;
}
.topInfo .rank-table td {
  border-left: none;
  border-right: none;
}

.lk-table.top {
  width: 400px;
}

.heroInfo {
  padding: 50px;
  position: relative;
}
.heroInfo .heroInfo-name {
  color: #ecd3fe;
  font-size: 18px;
  border-bottom: 1px solid #2b273f;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.heroItems {
  background: url(../images/hero-bg.png) center center no-repeat;
  height: 420px;
}

@media (max-width: 1380px) {
  .topPanel .container {
    width: 1200px;
  }

  .logoTop {
    display: none !important;
  }

  section {
    display: inline-table;
  }

  .header, .footer {
    display: inline-table;
  }
}

/*# sourceMappingURL=style.css.map */
