@font-face {
  font-family: 'PT Serif';
  src: url("../fonts/PTSerif/PTSerif-Regular.eot");
  src: url("../fonts/PTSerif/PTSerif-Regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSerif/PTSerif-Regular.woff2") format("woff2"), url("../fonts/PTSerif/PTSerif-Regular.woff") format("woff"), url("../fonts/PTSerif/PTSerif-Regular.ttf") format("truetype"), url("../fonts/PTSerif/PTSerif-Regular.svg#PTSerif-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PT Serif';
  src: url("../fonts/PTSerif/PTSerif-Italic.eot");
  src: url("../fonts/PTSerif/PTSerif-Italicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSerif/PTSerif-Italic.woff2") format("woff2"), url("../fonts/PTSerif/PTSerif-Italic.woff") format("woff"), url("../fonts/PTSerif/PTSerif-Italic.ttf") format("truetype"), url("../fonts/PTSerif/PTSerif-Italic.svg#PTSerif-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'PT Serif';
  src: url("../fonts/PTSerif/PTSerif-BoldItalic.eot");
  src: url("../fonts/PTSerif/PTSerif-BoldItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSerif/PTSerif-BoldItalic.woff2") format("woff2"), url("../fonts/PTSerif/PTSerif-BoldItalic.woff") format("woff"), url("../fonts/PTSerif/PTSerif-BoldItalic.ttf") format("truetype"), url("../fonts/PTSerif/PTSerif-BoldItalic.svg#PTSerif-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'PT Serif';
  src: url("../fonts/PTSerif/PTSerif-Bold.eot");
  src: url("../fonts/PTSerif/PTSerif-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSerif/PTSerif-Bold.woff2") format("woff2"), url("../fonts/PTSerif/PTSerif-Bold.woff") format("woff"), url("../fonts/PTSerif/PTSerif-Bold.ttf") format("truetype"), url("../fonts/PTSerif/PTSerif-Bold.svg#PTSerif-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geometria';
  src: url("../fonts/Geometria/Geometria-Medium.eot");
  src: url("../fonts/Geometria/Geometria-Mediumd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria/Geometria-Medium.woff2") format("woff2"), url("../fonts/Geometria/Geometria-Medium.woff") format("woff"), url("../fonts/Geometria/Geometria-Medium.ttf") format("truetype"), url("../fonts/Geometria/Geometria-Medium.svg#Geometria-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #18151b;
  color: #a49faa;
}

html, body, header, nav, section, aside, article, footer, div,
span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small,
strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

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

a, span, p {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
}

font {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}

input, button, select, textarea {
  outline: none;
  border: none;
  font-family: 'Intro';
  font-size: 16px;
  color: #7a7a7a;
}

select, button {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #7b7873;
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

::-moz-placeholder {
  color: #7b7873;
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

:-moz-placeholder {
  color: #7b7873;
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

:-ms-input-placeholder {
  color: #7b7873;
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

:focus::-moz-placeholder {
  opacity: 0;
  transform: translateX(20px);
}

:focus:-moz-placeholder {
  opacity: 0;
  transform: translateX(20px);
}

:focus:-ms-input-placeholder {
  opacity: 0;
  transform: translateX(20px);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#detach-button-host {
  display: none;
}

.flex-sbc, .flex-sbs, .flex-sbe,
.flex-cc, .flex-cs, .flex-ce,
.flex-sc, .flex-ss, .flex-se,
.flex-ec, .flex-es, .flex-ee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-sbc, .flex-sbs, .flex-sbe {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-cc, .flex-cs, .flex-ce {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-sc, .flex-ss, .flex-se {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-ec, .flex-es, .flex-ee {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-sbc, .flex-cc, .flex-sc, .flex-ec {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-sbs, .flex-cs, .flex-ss, .flex-es {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-sbe, .flex-ce, .flex-se, .flex-ee {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url(../images/bg/main_footer_bg.png) bottom center no-repeat, url(../images/bg/main_header_bg.jpg) top center no-repeat, #18151b;
}

.wrapper:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 0px;
  background: linear-gradient(to right, #18151b 0px, rgba(24, 21, 27, 0) 200px, rgba(24, 21, 27, 0) calc(100% - 200px), #18151b 100%);
  pointer-events: none;
  display: none;
}

@media (min-width: 1921px) {
  .wrapper:after {
    display: block;
  }
}

/*@media (max-width: 1024px) {*/
/*    .wrapper {*/
/*        background-position: 50% 866px, 80% 0px, 50% 100%;*/
/*    }*/
/*}*/
.content-area {
  max-width: 1400px;
  width: calc(100% - 60px);
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 1;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (max-width: 1300px) {
  .content-area {
    width: calc(100% - 40px);
  }
}

.button {
  width: 100%;
  height: 44px;
  position: relative;
  z-index: 1;
  border-radius: 44px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav {
  width: 100%;
  position: relative;
  z-index: 3;
}

.nav .content-area {
  height: 82px;
  border-bottom: 1px solid #897c9e38;
}

.nav__langs {
  width: 27px;
  height: 27px;
  position: relative;
  z-index: 2;
  margin-right: calc(18px + 50px);
}

@media (max-width: 1400px) {
  .nav__langs {
    margin-right: calc(15px + 20px);
  }
}

.nav__langs:after {
  content: '';
  width: 8px;
  height: 4px;
  position: absolute;
  top: calc((100% - 4px) / 2);
  right: -15px;
  background: url("../images/langs/arrow.png") center center no-repeat;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.nav__langs:before {
  content: '';
  width: 33px;
  height: 33px;
  position: absolute;
  top: -3px;
  left: -3px;
  background: url("../images/langs/circle.png") center center no-repeat;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  z-index: -1;
}

.nav__langs.active:after {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.nav__langs-current {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
}

.nav__langs-current:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}

.nav__langs-current img {
  width: 100%;
  height: 100%;
}

.nav__langs-stroke {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-35px);
  transform: translateX(-50%) translateY(-35px);
  list-style: none;
  padding: 5px;
  border-radius: 100px;
  background: #332548;
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

.nav__langs-stroke li {
  width: 30px;
  height: 30px;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
}

.nav__langs-stroke li:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}

.nav__langs-stroke li:not(:last-child) {
  margin-bottom: 5px;
}

.nav__langs-stroke li img {
  display: block;
  width: 100%;
  height: 100%;
}

.nav__langs.active .nav__langs-stroke {
  -webkit-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
  opacity: 1;
  pointer-events: all;
}

.nav__links {
  position: relative;
  z-index: 2;
  list-style: none;
}

@media (max-width: 1024px) {
  .nav__links {
    width: 280px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0px;
    background: url("../images/bg/mobile_nav_bg.html") #332548 top center;
    border-radius: 5px;
    display: none;
  }
  .nav__links li a {
    line-height: 20px !important;
  }
}

@media (max-width: 460px) {
  .nav__links {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .nav__links li {
    width: 100%;
  }
  .main-votes {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    position: relative;
  }
}

.nav__links li:not(:last-child) {
  margin-right: 40px;
}

@media (max-width: 1400px) {
  .nav__links li:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 1024px) {
  .nav__links li:not(:last-child) {
    margin-right: 0px;
    /* border-bottom: 1px solid #ede6da; */
  }
}

.nav__links li a {
  position: relative;
  font-size: 14px;
  font-family: "PT Serif";
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 82px;
  display: block;
  -webkit-transition: color .2s ease-in-out, opacity .2s ease-in-out;
  transition: color .2s ease-in-out, opacity .2s ease-in-out;
}

@media (max-width: 1024px) {
  .nav__links li a {
    display: block;
    width: 100%;
    padding: 15px 15px 13px;
  }
}

.nav__links li:after {
  opacity: 0;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #ff7278;
  pointer-events: none;
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

@media (max-width: 1024px) {
  .nav__links li a:after {
    display: none;
  }
}

.nav__links li:hover a {
  color: #ff7278;
}

.nav__links li {
  position: relative;
}

.nav__links li:hover:after, .nav__links li.active:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.nav__links li.active a {
  color: #ff7278;
}

.nav__socials {
  height: 100%;
  z-index: 1;
  top: 0px;
  right: 0px;
  list-style: none;
  position: absolute;
}

@media (max-width: 1200px) {
  .nav__socials {
    position: relative;
    width: auto;
    height: auto;
    margin-left: auto;
  }
}

.nav__socials li {
  transition: -webkit-filter .3s ease-in-out;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
  position: relative;
}

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

.nav__socials li:after {
  content: '';
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: 32px;
  height: 32px;
  z-index: -1;
}

.nav__socials li a {
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav__socials li a:after {
  content: '';
  border-width: 1px;
  border-color: #996fd9;
  border-style: solid;
  background-color: black;
  position: absolute;
  left: -3.8px;
  top: 0px;
  z-index: 1;
  margin: auto;
  bottom: 0px;
  width: 4.4px;
  height: 4.4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav__socials li a:before {
  content: '';
  border-width: 1px;
  border-style: solid;
  background-color: black;
  position: absolute;
  right: -3.8px;
  top: 0px;
  z-index: 1;
  margin: auto;
  bottom: 0px;
  width: 4.4px;
  height: 4.4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav__socials li.discord_icon a, .nav__socials li.discord_icon a:before, .nav__socials li.discord_icon a:after {
  border-color: #966dd5;
}

.nav__socials li.facebook_icon a, .nav__socials li.facebook_icon a:before, .nav__socials li.facebook_icon a:after {
  border-color: #5385ee;
}

.nav__socials li.youtube_icon a, .nav__socials li.youtube_icon a:before, .nav__socials li.youtube_icon a:after {
  border-color: #ff7278;
}

.nav__socials li.discord_icon:after {
  border-color: #402d5e;
}

.nav__socials li.facebook_icon:after {
  border-color: #2f4b87;
}

.nav__socials li.youtube_icon:after {
  border-color: #764446;
}

.nav__socials li:not(:last-child) {
  margin-right: 23px;
}

@media (max-width: 1200px) {
  .nav__socials li:not(:last-child) {
    margin-right: 15px;
  }
}

.nav__socials li:hover {
  opacity: 1;
}

.nav__socials li img {
  display: block;
}

.nav__account-btn {
  width: 140px;
  position: relative;
  z-index: 2;
  margin-left: auto;
}

@media (max-width: 1400px) {
  .nav__account-btn {
    width: 120px;
    height: 36px !important;
  }
  .nav__account-btn span {
    font-size: 16px;
    line-height: 16px;
  }
}

@media (max-width: 1200px) {
  .nav__account-btn {
    margin-left: 20px;
  }
}

@media (max-width: 460px) {
  .nav__account-btn {
    width: 36px;
  }
  .nav__account-btn span {
    display: none;
  }
}

.nav__account-btn img {
  display: none;
  margin-right: 0px;
}

@media (max-width: 460px) {
  .nav__account-btn img {
    display: block;
  }
}

.nav__open-links {
  width: 22px;
  height: 18px;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
  display: none;
}

@media (max-width: 1024px) {
  .nav__open-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav__open-links:hover:after, .nav__open-links:hover:before {
  background: #d32d2c;
}

.nav__open-links:hover .nav__open-links-item {
  -webkit-transform: scale(0.7, 1);
  transform: scale(0.7, 1);
}

.nav__open-links.active:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: calc((100% - 2px) / 2);
}

.nav__open-links.active:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: calc((100% - 2px) / 2);
}

.nav__open-links.active .nav__open-links-item {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.nav__open-links:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #996fd9;
  position: absolute;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: 0px;
}

.nav__open-links:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #996fd9;
  position: absolute;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: calc(100% - 2px);
}

.nav__open-links-item {
  width: 100%;
  height: 2px;
  background: #996fd9;
  position: absolute;
  top: calc((100% - 2px) / 2);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header {
  width: 100%;
}

.header__content {
  width: 50%;
  padding: 0px 0px 60px;
}

@media (max-width: 1300px) {
  .header__content {
    width: 60%;
  }
}

@media (max-width: 1024px) {
  .header__content {
    width: 100%;
    padding: 30px 0px 60px;
  }
}

.header__logo {
  width: 455px;
  height: 165px;
  position: relative;
  z-index: 1;
  margin: 64px auto 11px;
}

.header__logo img {
  width: 496px;
  height: 424px;
  position: absolute;
  top: -137px;
  left: -22px;
  pointer-events: none;
  transition: -webkit-filter .3s ease-in-out;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
}

@media (max-width: 1024px) {
  .header__logo {
    width: 344px;
    height: 117px;
    margin: 44px auto 11px;
  }
}

@media (max-width: 768px) {
  .header__logo {
    width: 355px;
    height: 117px;
  }
  .header__logo img {
    width: 380px;
    height: auto;
    top: -106px;
    left: -11px;
  }
}

@media (max-width: 1024px) {
  .header__logo img {
    width: 392px;
    height: auto;
    top: -109px;
    left: -18px;
  }
}

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

.header__info {
  width: 100%;
  text-align: center;
}

@media (max-width: 1024px) {
  .header__info {
    margin-top: 50px;
  }
}

.header__info-title {
  width: 100%;
  font-size: 31px;
  font-family: "PT Serif";
  color: #ff7278;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
  text-align: center;
}

@media (max-width: 1024px) {
  .header__info-title {
    font-size: 28px;
    line-height: 28px;
  }
}

.header__info-text {
  width: 100%;
  font-size: 22px;
  font-family: "PT Serif";
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 32px;
  text-align: center;
}

@media (max-width: 1024px) {
  .header__info-text {
    font-size: 16px;
    line-height: 20px;
  }
}

.header__servers {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: -21px;
  text-align: center;
}

.header__servers-item {
  margin-bottom: 10px;
}

.header__servers-name {
  font-size: 18px;
  font-family: "PT Serif";
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.667;
  margin-top: -20px;
}

.header__servers-name span {
  color: #ff7278;
}

.header__servers-online {
  font-size: 12px;
  font-family: "Geometria";
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}

.header__servers-online b {
  font-size: 12px;
  font-family: "Geometria";
  font-weight: 400;
  color: #a49faa;
  text-transform: uppercase;
  line-height: 1;
}

.header__servers-item {
  width: calc(100% / 3);
}

@media (max-width: 768px) {
  .header__servers-item {
    width: 50%;
  }
  .header__servers {
    padding-left: 0px;
  }
  .header__servers {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .slick-prev {
    left: 31px !important;
  }
  .slick-next {
    right: 31px !important;
  }
}

@media (max-width: 560px) {
  .header__servers-item {
    width: 100%;
  }
  .header__logo {
    width: 320px;
    height: 111px;
  }
  .header__logo img {
    width: 357px;
    height: auto;
    top: -100px;
    left: -18px;
  }
}

@media (max-width: 360px) {
  .header__logo {
    width: 280px;
    height: 97px;
  }
  .header__logo img {
    width: 310px;
    height: auto;
    top: -88px;
    left: -15px;
  }
}

.header__button {
  width: 350px;
  height: 74px;
  margin: 30px auto 0px;
  position: relative;
  z-index: 1;
  border-radius: 74px;
  background: url("../images/bg/yellow_btn_bg.html") center center no-repeat;
  -webkit-box-shadow: 0px 5px 15px #8c7267;
  box-shadow: 0px 5px 15px #8c7267;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
}

@media (max-width: 1024px) {
  .header__button {
    width: 250px;
    height: 60px;
  }
  .footer__item {
    margin-bottom: 20px;
  }
  .footer__item:nth-child(4) {
    width: 100%;
  }
}

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

.header__button:after, .header__button:before {
  content: '';
  width: 295px;
  height: 142px;
  position: absolute;
  z-index: 1;
  top: calc(-70px + 4px);
  left: calc((100% - 295px) / 2);
  background: url("../images/bg/yellow_inner_bg.html") center center no-repeat;
  pointer-events: none;
}

.header__button:before {
  top: calc(100% + (-70px - 5px));
}

.header__button span {
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  font-family: "Angelus Medieval";
  font-weight: 700;
  color: #44372e;
  font-size: 30px;
  line-height: 30px;
  text-shadow: 0px 0px 5px #ebe1d1, 0px 0px 10px #ebe1d1;
  padding-top: 1px;
}

@media (max-width: 1024px) {
  .header__button span {
    font-size: 24px;
    line-height: 24px;
  }
}

.main {
  width: 100%;
  position: relative;
  z-index: 1;
}

.main-articles {
  width: 100%;
}

.main-articles__items {
  width: calc(100% + 26px);
  margin: -15px;
}

.main-articles__item:first-child {
  width: calc(40% - 30px);
}

.main-articles__item {
  width: calc(30% - 30px);
  margin: 15px;
  height: 328px;
  background: #000000;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1024px) {
  .main-articles__item {
    width: calc((100% / 2) - 20px);
    margin: 10px;
  }
  .main-articles__item:first-child {
    width: 100%;
  }
}

@media (max-width: 580px) {
  .main-articles__item {
    width: calc((100% / 1) - 20px);
    margin: 10px;
  }
}

.main-articles__item-img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-articles__item:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0px;
  left: 0px;
  background: url("../images/smoke.png");
  background-size: 100% 100%;
}

.main-articles__item-content {
  width: 100%;
  position: absolute;
  z-index: 3;
  left: 0px;
  bottom: 0px;
  padding: 42px 26px;
}

.main-articles__item-date {
  background-color: #332548;
  border-radius: 90px;
  margin: 0 auto;
  width: 90px;
  height: 26px;
}

.main-articles__item-date span {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  color: #ff7278;
  line-height: 1.333;
  text-align: center;
}

.main-articles__item-title {
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-family: "PT Serif";
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.12;
  text-align: center;
  max-height: calc(25px * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.main-articles__item-title a {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.main-articles__item-title a:hover {
  color: #ff7278;
}

.main-articles__item-text {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: "Open Sans";
  color: #b6b4b5;
  line-height: 1.375;
  text-align: center;
  max-height: calc(22px * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.main-articles__item-text a {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.main-articles__item-text a:hover {
  color: #d32d2c;
}

.main-articles__item .button {
  margin: 18px auto 0px;
  border-width: 1px;
  border-color: #996fd9;
  border-style: solid;
  width: 217px;
  height: 44px;
  font-size: 16px;
  font-family: "PT Serif";
  color: #e1d4ff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 42px;
  text-align: center;
  position: relative;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
}

.main-articles__item:hover.button {
  color: #fff;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
}

.main-articles__item .button:after {
  content: '';
  border-width: 1px;
  border-color: #996fd9;
  border-style: solid;
  background-color: black;
  position: absolute;
  left: -3.8px;
  top: 0px;
  z-index: 1;
  margin: auto;
  bottom: 0px;
  width: 4.4px;
  height: 4.4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main-articles__item .button:before {
  content: '';
  border-width: 1px;
  border-color: #996fd9;
  border-style: solid;
  background-color: black;
  position: absolute;
  right: -3.8px;
  top: 0px;
  z-index: 1;
  margin: auto;
  bottom: 0px;
  width: 4.4px;
  height: 4.4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main-articles__item .button span {
  position: relative;
  width: 100%;
}

.main-articles__item .button span:after {
  content: '';
  border-radius: 44px;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: -1;
  border-color: #402d5e;
  width: 208px;
  height: 36px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.main-articles__item:hover span:after {
  background-color: #996fd93d;
}

.main-info {
  width: 100%;
  margin-top: 85px;
}

@media (max-width: 1024px) {
  .main-info {
    margin-top: 50px;
  }
}

.main-info__items {
  width: calc(100% + 30px);
  margin: -15px;
}

@media (max-width: 1200px) {
  .main-info__items {
    width: calc(100% + 20px);
    margin: -10px;
  }
}

.main-info__item {
  width: calc((100% / 2) - 30px);
  margin: 15px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media (max-width: 1024px) {
  .main-info__item {
    width: calc((100% / 1) - 20px);
    margin: 10px;
  }
  .main-info__item:not(:last-child) {
    margin-bottom: 50px;
  }
}

.main-info__item-title {
  width: 100%;
}

.main-info__item-title-big {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  font-family: "PT Serif";
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}

.main-info__item-title-big span {
  color: #ff7278;
}

@media (max-width: 480px) {
  .main-info__item-title-big {
    font-size: 24px;
    line-height: 24px;
  }
}

.main-info__item-title-small {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #737075;
  line-height: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 33px;
}

@media (max-width: 480px) {
  .main-info__item-title-small {
    font-size: 12px;
    line-height: 12px;
  }
}

.main-info__item-sep {
  width: 100%;
  height: 22px;
  position: relative;
  margin-top: 10px;
}

.main-info__item-sep:after, .main-info__item-sep:before {
  content: '';
  width: calc((100% - 40px) / 2);
  height: 1px;
  background: url("../images/bg/sep_left_bg.html");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0px;
}

.main-info__item-sep:before {
  background: url("../images/bg/sep_right_bg.html");
  background-size: 100% 100%;
  left: calc((100% - 40px) / 2 + 40px);
}

.main-info__item-content {
  width: 100%;
  margin-top: -3px;
}

.main-clans {
  max-width: 480px;
  margin: auto;
  width: 100%;
  position: relative;
}

.main-clans:after {
  content: '';
  width: 873px;
  height: 660px;
  position: absolute;
  top: -158px;
  left: -203px;
  background: url(../images/bg/main-clans.png) center center no-repeat;
  z-index: -1;
}

.main-clans__item {
  background-color: #18141a80;
  height: 55px;
  border-radius: 15px;
  border: 1px solid #996fd9;
  padding: 0px 20px;
  margin: 3px 0px;
}

.main-clans__item-emblem {
  width: 24px;
  height: 12px;
  position: relative;
  overflow: hidden;
  margin-right: 6px;
}

.main-clans__item-emblem img {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-clans__item-name {
  width: 62%;
  overflow: hidden;
}

.main-clans__item-leader {
  width: 27%;
  overflow: hidden;
}

.main-clans__item-name {
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.75;
  text-align: left;
  text-overflow: ellipsis;
}

@media (max-width: 480px) {
  .main-clans__item-name {
    font-size: 16px;
    line-height: 16px;
  }
}

.main-clans__item-leader {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #b6b4b5;
  line-height: 2;
  text-align: left;
}

.main-clans__head {
  margin: 26px 0px 5px;
}

.main-clans__item-head-name, .main-clans__item-head-leader {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #737075;
  line-height: 2;
  text-align: left;
}

.main-clans__item-head-leader {
  width: 29%;
}

.main-clans__item-head-name {
  padding-left: 59px;
  width: 50%;
}

@media (max-width: 480px) {
  .main-clans__item-leader {
    font-size: 16px;
    line-height: 16px;
  }
}

.main-clans .button {
  margin: 18px auto 0px;
  border-width: 1px;
  border-color: #996fd9;
  border-style: solid;
  width: 217px;
  height: 44px;
  font-size: 16px;
  font-family: "PT Serif";
  color: #e1d4ff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 42px;
  text-align: center;
  position: relative;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
}

.main-clans .button:hover {
  color: #fff;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
}

.main-clans .button:after {
  content: '';
  border-width: 1px;
  border-color: #996fd9;
  border-style: solid;
  background-color: black;
  position: absolute;
  left: -3.8px;
  top: 0px;
  z-index: 1;
  margin: auto;
  bottom: 0px;
  width: 4.4px;
  height: 4.4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main-clans .button:before {
  content: '';
  border-width: 1px;
  border-color: #996fd9;
  border-style: solid;
  background-color: black;
  position: absolute;
  right: -3.8px;
  top: 0px;
  z-index: 1;
  margin: auto;
  bottom: 0px;
  width: 4.4px;
  height: 4.4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main-clans .button span {
  position: relative;
  width: 100%;
}

.main-clans .button span:after {
  content: '';
  border-radius: 44px;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: -1;
  border-color: #402d5e;
  width: 208px;
  height: 36px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.main-clans .button:hover span:after {
  background-color: #996fd93d;
}

.main-discord {
  padding: 0px calc((100% - 340px) / 2);
}

.main-discord__widget iframe {
  height: 204px !important;
  opacity: 0.5;
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.main-discord__widget iframe:hover {
  opacity: 1;
}

.main-discord .button {
  width: 150px;
  margin: 20px auto 0px;
}

.main-votes__title {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: white;
  line-height: 1.375;
  text-align: center;
  margin-bottom: 30px;
}

.main-votes {
  position: relative;
}

.main-votes:after {
  content: '';
  width: 873px;
  height: 660px;
  position: absolute;
  top: -187px;
  left: -108px;
  background: url(../images/bg/main-votes.png) center center no-repeat;
  z-index: -2;
}

.getreward {
  font-size: 28px;
  font-family: "PT Serif";
  color: #e1d4ff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.643;
  text-align: center;
}

@media (max-width: 480px) {
  .main-votes__title {
    font-size: 16px;
    line-height: 18px;
  }
}

.main-votes__title span {
  color: #bbb4ad;
}

.main-votes__items {
  width: 100%;
  max-width: 480px;
  margin: 10px auto 38px;
}

.main-votes__item {
  width: calc((100% / 2) - 14px);
  height: 113px;
  border: 1px solid #996fd9;
  margin: 5px 7px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 15px;
  padding: 17px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  position: relative;
}

.main-votes__item:after {
  content: '';
  border-radius: 11px;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  margin: auto;
  z-index: -1;
  border-color: #402d5e;
  width: auto;
  height: auto;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.main-votes__item span {
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2;
  text-align: center;
}

.main-votes__item:hover:after {
  background-color: #996fd93d;
}

.main-votes__item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-votes .button {
  width: 170px;
  margin: 16px auto 0px;
}

.footer {
  background: url(../images/bg/footer_smoke_bg.png) top center no-repeat;
  width: 100%;
  padding: 175px 0px 40px;
}

@media (max-width: 1024px) {
  .footer {
    padding: 50px 0px 50px;
  }
}

.footer__sep {
  max-width: 1024px;
  height: 22px;
  position: relative;
  margin: 0 auto 40px;
}

.footer__sep:after, .footer__sep:before {
  content: '';
  width: calc((100% - 40px) / 2);
  height: 1px;
  background: url("../images/bg/sep_left_bg.html");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0px;
}

.footer__sep:before {
  background: url("../images/bg/sep_right_bg.html");
  background-size: 100% 100%;
  left: calc((100% - 40px) / 2 + 40px);
}

.footer__item {
  width: auto;
}

.footer__item:nth-child(1) {
  width: 350px;
}

.footer__item-title {
  font-size: 16px;
  font-family: "PT Serif";
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 17px;
}

.footer__copyright {
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  color: #737075;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: left;
}

.footer__links {
  width: 100%;
  list-style: none;
  margin: 22px 0px;
}

.footer__links li:not(:last-child) {
  margin-right: 15px;
}

.footer__links li a {
  position: relative;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  color: #aeaab3;
  text-transform: uppercase;
  line-height: 2.167;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.footer__links li a:hover {
  color: #fff;
}

.footer .unsimple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0.5;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.footer .unsimple img {
  margin-right: 10px;
}

.footer .unsimple:hover {
  opacity: 1;
}

.footer .unsimple div {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  color: #e1d4ff;
  line-height: 1.2;
  text-align: left;
}

.footer .unsimple div span {
  color: #bfa4ff;
  text-transform: uppercase;
}

.footer__item:not(:first-child) li {
  width: 100%;
  display: block;
}

.slick-prev, .slick-next {
  width: 44px;
  height: 44px;
  top: auto;
  bottom: 0px;
}

.footer__item:not(:first-child) .footer__item-title {
  margin-bottom: 0px;
}

.footer__item:not(:first-child) .footer__links {
  margin: 8px 0px 0px;
}

.footer__item:not(:first-child) .footer__links li a {
  line-height: 31px;
}

@media (max-width: 768px) {
  .footer__item:nth-child(1) {
    width: 100%;
  }
  .footer__item {
    margin-bottom: 20px;
  }
  .footer {
    margin-top: 30px;
  }
  .footer, .footer__item-title, .footer__copyright {
    text-align: center;
  }
  .footer__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .unsimple {
    margin: auto;
  }
  .footer__item {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .main-votes:after {
    content: '';
    width: 873px;
    height: 660px;
    position: absolute;
    top: -218px;
    left: -201px;
  }
}

@media (max-width: 560px) {
  .slick-prev {
    left: 0px !important;
  }
  .slick-next {
    right: 0px !important;
  }
  .main-votes__item {
    width: 100%;
  }
  .main-votes {
    width: 100%;
    margin: auto;
    position: relative;
  }
  .main-clans__item-leader {
    width: 100%;
    text-align: right;
  }
  .main-clans__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.btn {
  width: 100%;
  height: 44px;
  border: 1px solid #996fd9;
  border-radius: 44px;
  font-size: 16px;
  line-height: 16px;
  font-family: "PT Serif";
  color: #e1d4ff;
  background: rgba(0, 0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 42px;
  text-align: center;
  position: relative;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
}

.btn:hover, .btn.active {
  color: #fff;
}

.btn--red {
  border: 1px solid #ff516e;
  color: #ffc9cb;
}

.btn:after {
  content: '';
  border-width: 1px;
  border-color: #996fd9;
  border-style: solid;
  background-color: black;
  position: absolute;
  left: -3.8px;
  top: 0px;
  z-index: 1;
  margin: auto;
  bottom: 0px;
  width: 4.4px;
  height: 4.4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn--red:after {
  border-color: #ff516e;
}

.btn:before {
  content: '';
  border-width: 1px;
  border-color: #996fd9;
  border-style: solid;
  background-color: black;
  position: absolute;
  right: -3.8px;
  top: 0px;
  z-index: 1;
  margin: auto;
  bottom: 0px;
  width: 4.4px;
  height: 4.4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn--red:before {
  border-color: #ff516e;
}

.btn span {
  position: relative;
  width: 100%;
}

.btn span:after {
  content: '';
  border-radius: 44px;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: -1;
  border-color: #402d5e;
  width: calc( 100% - 8px);
  height: 36px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.btn:hover span:after,
.btn.active span:after {
  background-color: rgba(153, 111, 217, 0.239);
}

.btn--red span:after {
  border-color: rgba(234, 69, 96, 0.239);
}

.btn--red:hover span:after,
.btn--red.active span:after {
  background-color: rgba(234, 69, 96, 0.239);
}

.discord-widget {
  max-width: 480px;
  height: 236px;
  margin: auto;
  margin-top: 15px;
  width: 100%;
  position: relative;
}

.discord-widget iframe {
  opacity: 0.7;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.discord-widget iframe:hover {
  opacity: 1;
}

.discord-widget:after {
  content: '';
  width: 873px;
  height: 660px;
  position: absolute;
  top: -158px;
  left: -203px;
  background: url(../images/bg/main-clans.png) center center no-repeat;
  z-index: -1;
}

.discord-widget-btn {
  width: 200px;
  margin: 0 auto;
  margin-top: 30px;
}

.inner-page {
  width: 100%;
  height: auto;
}

.inner-page .content-area {
  border-radius: 15px;
  background: url("../images/bg/inner_page_bg.png") rgba(35, 30, 42, 0.83) top center no-repeat;
}

.inner-page__title {
  width: 100%;
  padding: 40px 30px;
  border-bottom: 1px solid rgba(129, 109, 161, 0.23);
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .inner-page__title {
    padding: 30px 20px;
  }
}

.inner-page__title-big {
  width: 100%;
  text-align: center;
  font-family: "PT Serif";
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .inner-page__title-big {
    font-size: 20px;
    line-height: 20px;
  }
}

.inner-page__title-small {
  width: 100%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #a4a2a7;
  margin-top: 10px;
}

.inner-page__title:after {
  content: '';
  width: 70px;
  height: 68px;
  background: url("../images/bg/decor_bg.png") center center no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  position: absolute;
  bottom: -34px;
  left: calc( ( 100% - 70px ) / 2);
}

.inner-page__content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.content-nav {
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid rgba(129, 109, 161, 0.23);
  background: rgba(22, 18, 26, 0.4);
}

@media (max-width: 1024px) {
  .content-nav {
    padding: 10px;
  }
}

.content-nav .btn {
  width: auto;
  height: 40px;
  margin: 10px;
  font-size: 14px;
  line-height: 14px;
}

.content-nav .btn span {
  padding: 0px 20px;
}

.content-nav .btn span:after {
  height: 32px;
}

.content-forms {
  width: 100%;
  position: relative;
}

.content-forms__item {
  width: 100%;
  padding: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.content-forms__item.active {
  position: relative;
  pointer-events: all;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 1024px) {
  .content-forms__item {
    padding: 20px;
  }
}

.content-box {
  width: 100%;
  position: relative;
}

.content-box__item {
  width: 100%;
  padding: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.content-box__item.active {
  position: relative;
  pointer-events: all;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 1024px) {
  .content-box__item {
    padding: 20px;
  }
}

.subform {
  width: 100%;
  padding: 0px calc( ( 100% - 500px ) / 2);
}

.form-group {
  width: 100%;
}

.form-group:not(:last-child) {
  margin-bottom: 20px;
}

.form-group.d-none {
  display: none;
}

.form-group label, .form-group .control-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #95909d;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.form-group .control-label {
  width: 100%;
  display: block;
}

.form-group input.form-control, .form-group select.form-control {
  width: 100%;
  height: 44px;
  border-radius: 5px;
  background: rgba(22, 18, 26, 0.4);
  padding: 0px 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #d5d0df;
}

.form-group option {
  background-color: #1d1923;
}

.alert {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #95909d;
}

.alert.d-none {
  display: none;
}

.alert.alert-danger {
  border-color: #ff516e;
  color: #ff516e;
}

.has-padding {
  padding: 30px;
}

@media (max-width: 1024px) {
  .has-padding {
    padding: 20px;
  }
}

.text-box {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #a4a2a7;
}

.text-box > *:not(:first-child) {
  margin-top: 10px;
}

.text-box > *:last-child {
  margin-bottom: 0px;
}

.text-box a:not(.btn) {
  color: #ccc9d1;
  text-decoration: underline;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
}

.text-box a:not(.btn):hover {
  color: #dd5f58;
  text-decoration: none;
}

.text-box b, .text-box strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #a4a2a7;
}

.text-box h1, .text-box h2, .text-box h3, .text-box h4, .text-box h5, .text-box h6 {
  font-family: "PT Serif";
  color: #fff;
}

.text-box h1:first-child, .text-box h2:first-child, .text-box h3:first-child, .text-box h4:first-child, .text-box h5:first-child, .text-box h6:first-child {
  padding-top: 0px;
}

.text-box h1:not(:first-child), .text-box h2:not(:first-child), .text-box h3:not(:first-child), .text-box h4:not(:first-child), .text-box h5:not(:first-child), .text-box h6:not(:first-child) {
  margin-top: 30px;
}

.text-box h1 {
  font-size: 28px;
}

.text-box h2 {
  font-size: 26px;
}

.text-box h3 {
  font-size: 20px;
}

.text-box h4, .text-box h5, .text-box h6 {
  font-size: 16px;
}

.text-box ul, .text-box ol {
  width: 100%;
  padding-left: 17px;
}

.text-box ul li, .text-box ol li {
  color: #a4a2a7;
  font-size: 16px;
  line-height: 24px;
}

.text-box ul li:not(:last-child), .text-box ol li:not(:last-child) {
  margin-bottom: 10px;
}

.text-box ol li::marker {
  color: #fff !important;
}

.text-box img {
  border-radius: 5px;
  max-width: 100%;
}

.donate-table-title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "PT Serif";
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  margin-top: 30px !important;
}

@media (max-width: 480px) {
  .donate-table-title {
    font-size: 24px;
    line-height: 24px;
  }
}

.donate-table-bg {
  width: 100%;
  margin-top: 20px !important;
  background: #1d1822;
  border-radius: 5px;
  border-top: 2px solid #4f4958;
}

@media (max-width: 640px) {
  .donate-table-bg {
    font-size: 14px;
    line-height: 20px;
    overflow-x: scroll;
  }
}

.donate-table-bg img {
  border-radius: 50%;
}

.donate-table {
  width: 100%;
  min-width: 600px;
  padding: 12px 20px;
}

.donate-table tr:not(:last-child) td {
  border-bottom: 1px solid #302b38;
}

.donate-table tr td {
  padding: 8px 0px;
}

.donate-table tr td:not(:first-child) {
  padding-left: 15px;
}

.donate-table tr td img {
  margin-right: 15px;
}

.donate-table.shop {
  padding: 0px 20px;
}

.donate-table.shop tr td {
  padding: 20px 0px;
}

.price {
  width: 100%;
  line-height: 16px;
  margin-top: 10px;
  color: #ffd400 !important;
}

.price img {
  width: 18px;
  height: 18px;
  margin-right: 5px !important;
}

.desc-line {
  width: 100%;
}

.desc-line__icon {
  width: 24px;
  height: 24px;
}

.desc-line__icon img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.desc-line__text {
  width: calc( 100% - 24px);
  padding-left: 10px;
  padding-top: 1px;
}

.desc-table {
  width: 100%;
  background: #1d1822;
  border-radius: 5px;
  padding: 10px;
}

.desc-table:not(:first-child) {
  margin-top: 15px;
}

.desc-table .desc-line {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 5px;
}

.desc-table.col-1 .desc-line {
  width: 100%;
}

.desc-table.col-2 .desc-line {
  width: calc( ( 100% - 40px ) / 2);
}

@media (max-width: 800px) {
  .desc-table.col-2 .desc-line {
    width: calc( ( 100% - 30px ) / 2);
  }
}

@media (max-width: 600px) {
  .desc-table.col-2 .desc-line {
    width: 100%;
  }
}

.desc-table.col-3 .desc-line {
  width: calc( ( 100% - 80px ) / 3);
}

@media (max-width: 800px) {
  .desc-table.col-3 .desc-line {
    width: calc( ( 100% - 30px ) / 2);
  }
}

@media (max-width: 600px) {
  .desc-table.col-3 .desc-line {
    width: 100%;
  }
}

.start-game {
  width: 100%;
}

.start-game__step {
  width: 44px;
  pointer-events: none;
  margin: 0 auto;
}

.start-game__box {
  width: 100%;
  padding: 50px 30px;
}

@media (max-width: 1024px) {
  .start-game__box {
    padding: 20px;
  }
}

.start-game__box:not(:last-child) {
  border-bottom: 1px solid rgba(129, 109, 161, 0.23);
}

.start-game__box-title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "PT Serif";
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  margin-top: 15px;
}

.start-game__box-title span {
  color: #ff7278;
}

.start-game__box-sub {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #a4a2a7;
  text-align: center;
  margin-top: 5px;
}

.start-game__box .start-reg-btn {
  width: 200px;
  margin: 20px auto 0px;
}

.start-game__box-links {
  width: calc( 100% + 10px);
  margin: 15px -5px -5px;
}

.start-game__box-link {
  width: 100%;
  position: relative;
  width: 180px;
  height: 110px;
  border: 1px solid #996fd9;
  border-radius: 15px;
  margin: 5px;
}

.start-game__box-link:after {
  content: '';
  width: calc( 100% - 10px);
  height: calc( 100% - 10px);
  position: absolute;
  top: 4px;
  left: 4px;
  border: 1px solid #402d5e;
  border-radius: 12px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  z-index: 1;
}

.start-game__box-link:hover:after {
  background-color: #402d5e;
}

.start-game__box-link-content {
  width: 100%;
  position: relative;
  z-index: 2;
}

.start-game__box-link-icon {
  width: 44px;
  height: 44px;
  margin: -10px auto;
}

.start-game__box-link-icon img {
  width: 100%;
  height: 100%;
}

.start-game__box-link-name {
  width: 100%;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}

.start-game__box-link-size {
  width: 100%;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  color: #6c6979;
  text-align: center;
  margin-top: 5px;
}

.stat-nav {
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid rgba(129, 109, 161, 0.23);
}

@media (max-width: 1024px) {
  .stat-nav {
    padding: 10px;
  }
}

.stat-nav .btn {
  width: auto;
  height: 40px;
  margin: 10px;
  font-size: 14px;
  line-height: 14px;
}

.stat-nav .btn span {
  padding: 0px 20px;
}

.stat-nav .btn span:after {
  height: 32px;
}

.stat-table {
  width: 100%;
  min-width: 660px;
}

.stat-table tr th {
  padding: 15px 15px;
  text-align: center;
  text-transform: uppercase;
  font-family: "PT Serif";
  color: #9c95a5;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  background: #1d1822;
}

.stat-table tr td {
  padding: 15px;
  background: #1d1722;
}

.stat-table tr td:nth-child(even) {
  background: #1f1a25;
}

.stat-table tr:nth-child(even) td {
  background: #1a151f;
}

.stat-table tr:nth-child(even) td:nth-child(even) {
  background: #1d1823;
}

.stat-table tr:first-child td:first-child, .stat-table tr:first-child th:first-child {
  border-top-left-radius: 10px;
}

.stat-table tr:first-child td:last-child, .stat-table tr:first-child th:last-child {
  border-top-right-radius: 10px;
}

.stat-table tr:last-child td:first-child, .stat-table tr:last-child th:first-child {
  border-bottom-left-radius: 10px;
}

.stat-table tr:last-child td:last-child, .stat-table tr:last-child th:last-child {
  border-bottom-right-radius: 10px;
}

.page-statistic {
  overflow-x: auto;
}

.page-statistic input, .page-statistic select {
  width: 100%;
  height: 44px;
  border-radius: 5px;
  background: rgba(22, 18, 26, 0.4);
  padding: 0px 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #d5d0df;
  margin: 10px 0px;
}

.page-statistic option {
  background-color: #1d1923;
}

.stat-sub-nav {
  margin: -10px -10px 20px;
}

.stat-sub-nav .btn {
  width: auto;
  height: 40px;
  margin: 10px;
  font-size: 14px;
  line-height: 14px;
}

.stat-sub-nav .btn span {
  padding: 0px 20px;
}

.stat-sub-nav .btn span:after {
  height: 32px;
}

.stat-sub-nav center {
  width: 100%;
}

.stat-sub-nav .contact-form {
  width: 100%;
}

table.pt20px {
  margin-top: 20px;
}

.popup_mask {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8; }

.popup_discord {
  display: block;
  position: fixed;
  left: calc(50% - 300px);
  top: calc(50% - 200px);
  width: 600px;
  height: 400px;
  z-index: 9999;
  background: url("../images/discord-popup.gif") #ffffff no-repeat center center;
  border: 5px solid #ffffff;
  border-radius: 5px; }

.popup_discord .close {
  background: #999999;
  border-radius: 50%;
  border: 5px solid #ffffff;
  position: absolute;
  left: 576px;
  top: -19px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  color: #ffffff;
  font-family: 'Comic Sans MS';
  font-size: 17px;
  text-align: center;
  opacity: 1.0; }

.popup_discord .link {
  position: absolute;
  left: 151px;
  top: 300px;
  width: 287px;
  height: 78px; }

.popup_discord .close:hover {
  opacity: 1 !important; }

.timer {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .timer {
    width: 520px;
  }
}

@media (max-width: 580px) {
  .timer {
    width: 100%;
  }
}

.timer__title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "PT Serif";
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .timer__title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

.timer__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.timer__item {
  width: 100px;
  text-align: center;
}

@media (max-width: 1024px) {
  .timer__item {
    width: auto;
  }
}

.timer__item div {
  font-family: "PT Serif";
  font-weight: bold;
  color: #ff7278;
  font-size: 70px;
  line-height: 1;
}

@media (max-width: 1024px) {
  .timer__item div {
    font-size: 60px;
    text-shadow: 0px 2px 4px #4a1313;
  }
}

@media (max-width: 580px) {
  .timer__item div {
    font-size: 40px;
  }
}

.timer__item span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 1024px) {
  .timer__item span {
    font-size: 14px;
  }
}

@media (max-width: 580px) {
  .timer__item span {
    font-size: 12px;
  }
}

.timer__line img {
  width: 40px;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .timer__line img {
    width: 30px;
  }
}

.timer__sep {
  display: block;
  margin: 0 auto;
}
