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;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}
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: #121212;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #959da7;
}

a {
  transition: all 0.3s ease;
  color: #bb883b;
  text-decoration: none;
}
h1, h2, h3 {
  color: #fff;
  line-height: 1.2;
}

h1 {
  font-size: 36px;
  font-weight: bold;
  /* margin-bottom: 50px; */
}

h2 {
  font-size: 30px;
}
img {
  max-width: 100%;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  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: center;
  align-items: center;
}

.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}
.topPanel {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  padding: 25px 0px;
  background: url(../images/top-line.png) bottom center no-repeat;
  transition: 0.2s;
}
.topPanel-top {
  background: url(../images/dark-fon2.png);
  padding: 10px 0px;
}
.menu {
  margin-left: 30px;
}
.menu li:not(.accp) {
  min-height: 70px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  margin-right: 35px;
}
.menu li:not(.accp) a {
  display: flex;
  flex-direction: column;
  color: #bb883b;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  filter: brightness(140%);
}
.menu li a span {
  font-size: 12px;
  text-transform: none;
  margin-top: 4px;
  color: #b1b1b1;
}
.menuBlock-logo img {
  height: 66px;
}
header .container {
  height: 1267px;
}

.header-shadow {
  background-image: url(../images/shadow.webp);
  background-position: center bottom;
  background-repeat: repeat-x;
  height: 1080px;
  animation: smoke 8s linear infinite;
  animation-fill-mode: forwards;
}
.paralax {
  margin: 0 auto;
  position: relative;
  /* max-width: 1170px; */
}
.paralax .sparks_1 {
  background: url(../images/sparks_1.webp) no-repeat;
  width: 872px;
  height: 320px;
  left: -210px;
  top: 220px;
  filter: blur(2px);
}
.paralax .sparks_2 {
  background: url(../images/sparks_5.webp) no-repeat;
  width: 764px;
  height: 424px;
  left: 410px;
  top: 500px;
  filter: blur(2px);
}
.paralax .feathers {
  background: url(../images/feathers.webp) no-repeat;
  width: 352px;
  height: 183px;
  left: 1000px;
  /* top: 400px; */
  filter: blur(2px);
}

.paralax > div {
  position: absolute;
  z-index: 8;
}

.sparks_3 {
  position: absolute;
  background: url(../images/sparks_2.webp) no-repeat;
  width: 128px;
  height: 165px;
  bottom: 150px;
  right: 100px;
  animation: sparks_3 3s linear infinite;
  z-index: 1;
  animation-delay: 0.5s;
}

@keyframes sparks_3 {
  0% {
    bottom: 150px;
    right: 100px;
  }
  50% {
    bottom: 250px;
    right: 50px;
    opacity: 1;
    transform: rotate(45deg);
  }
  100% {
    bottom: 350px;
    right: 0px;
    opacity: 0;
    transform: rotate(45deg);
  }
}
.sparks_4 {
  position: absolute;
  background: url(../images/sparks_3.webp) no-repeat;
  width: 94px;
  height: 82px;
  bottom: 220px;
  right: 150px;
  animation: sparks_4 2s linear infinite;
  animation-delay: 1s;
  z-index: 1;
}

@keyframes sparks_4 {
  0% {
    bottom: 220px;
    right: 150px;
  }
  95% {
    bottom: 310px;
    right: 0px;
    transform: rotate(45deg);
  }
  100% {
    bottom: 350px;
    right: -30px;
    opacity: 0;
    transform: rotate(45deg);
  }
}
.sparks_5 {
  position: absolute;
  background: url(../images/sparks_4.webp) no-repeat;
  width: 191px;
  height: 143px;
  bottom: 160px;
  right: 300px;
  animation: sparks_5 3s linear infinite;
  z-index: 1;
}

@keyframes sparks_5 {
  0% {
    bottom: 160px;
    right: 300px;
  }
  50% {
    bottom: 260px;
    right: 350px;
    opacity: 1;
    transform: rotate(-15deg);
  }
  100% {
    bottom: 360px;
    right: 400px;
    opacity: 0;
    transform: rotate(-30deg);
  }
}
.sparks_6 {
  position: absolute;
  background: url(../images/sparks_3.webp) no-repeat;
  width: 94px;
  height: 82px;
  bottom: 250px;
  right: 340px;
  animation: sparks_6 2s linear infinite;
  animation-delay: 1s;
  z-index: 1;
}

@keyframes sparks_6 {
  0% {
    bottom: 250px;
    right: 340px;
  }
  90% {
    bottom: 380px;
    right: 380px;
    transform: rotate(-25deg);
  }
  100% {
    bottom: 430px;
    right: 430px;
    opacity: 0;
    transform: rotate(-25deg);
  }
}
.shadow {
  background: url(../images/shadow.webp) no-repeat;
  width: 1920px;
  height: 183px;
  left: 0px;
  top: 400px;
  position: absolute;
}

.newsBlock {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
}
.newsBlock > div {
  width: 50%;
  height: 315px;
}
.news2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
}
.news2 .date {
  color: #867d86;
  font-size: 11px;
}
.content, #content {
  padding: 0px 0px 60px 0px;
  position: relative;
}

.serversBlock {
  position: relative;
  width: 100%;
  padding: 195px 0px 10px 0px;
  z-index: 11;
}
.servers {
  background: url(../images/servers-bg.webp) no-repeat;
  width: 100%;
  max-width: 532px;
  height: 322px;
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 40px 55px 0px 55px;
}
.servers h2 {
  font-size: 30px;
  font-weight: 600;
  color: #ffa715;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  margin-bottom: 25px;
}

.server-icon {
  position: absolute;
  right: 30px;
  top: -110px;
}
.server-icon img {
  position: relative;
  z-index: 11;
}
.server-icon:after {
  content: "";
  position: absolute;
  width: 268px;
  height: 268px;
  left: -18px;
  top: -12px;
  animation: light_1 15s linear infinite;
}

.server-icon_1 img {
  width: 239px;
  height: auto;
}
.server-icon_1:after {
  background: url(../images/blue_server.png) no-repeat;
}

.server-icon_2 img {
  width: 245px;
  height: auto;
}
.server-icon_2:after {
  background: url(../images/red_server.png) no-repeat;
}
@keyframes light_1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.regBlock {
  background: url(../images/reg-bg.webp) center top no-repeat;
  position: relative;
  z-index: 1;
  margin-top: -15px;
}
.regBlock .container {
  height: 600px;
  padding-top: 60px;
}

.paralax-hero {
  position: absolute;
  top: 0px;
}

.hero-pal {
  position: absolute;
  background: url(../images/elfjscallzer.webp) no-repeat;
  width: 799px;
  height: 730px;
  left: 450px;
  top: -130px;
}
footer {
  position: relative;
  border-top: 1px solid rgba(54, 54, 54, 0.8);
  color: #5d5d5d;
  line-height: 1.4;
}
.buttonTop {
  position: absolute;
  background: url(../images/arrow-t.png) center no-repeat;
  background-color: #040404;
  width: 48px;
  height: 26px;
  top: -27px;
  left: 50%;
  margin-left: -24px;
  z-index: 3;
  cursor: pointer;
  border-radius: 6px 6px 0px 0px;
}

.socBlock {
  height: 107px;
  position: relative;
  z-index: 2;
  margin-bottom: 35px;
}
.socBlock:after {
  content: "";
  position: absolute;
  background: url(../images/top-line.png) bottom center no-repeat;
  height: 16px;
  left: 0;
  right: 0;
  bottom: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerInfoBlock {
  position: relative;
  z-index: 2;
}
.logosBlock {
  position: relative;
  z-index: 2;
}
#overlay {
  z-index: 998;
  position: fixed;
  background-color: #0f0f0f;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
.menuButton {
  display: none;
}
#events div {
	padding: 10px;
	border-bottom: 1px solid rgb(59 59 59 / 60%);
}

#events div:last-child {
	border-bottom: none;
	padding-top: 22px;
}
.active{opacity:1;filter:alpha(opacity=100);}

@media (max-width: 1600px) {
  .page .hero {
    background: url(../images/hero_archer-mobile.png) no-repeat;
    right: 0;
    width: 773px;
  }

  .paralax .sparks_1 {
    left: 0px;
  }

  .paralax .sparks_1 {
    left: 0px;
  }

  .paralax .feathers {
    left: 900px;
  }
}
@media (max-width: 1380px) {
  .sparks {
    display: none;
  }

  .paralax .feathers {
    left: 750px;
  }
}
@media (max-width: 1170px) {
  .topPanel {
    background: url(../images/dark-fon2.png);
    padding: 0px 0px;
    height: 76px;
  }

  nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 60px;
    background: url(../images/dark-fon2.png);
    display: none;
  }

  header {
    height: 800px;
  }
  header .container {
    height: 800px;
  }

  .menu {
    display: block;
    height: 100%;
    padding: 20px 20px;
    margin-left: 0px;
    overflow-y: auto;
  }
  .menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 0px;
  }
  .menu li a {
    font-size: 18px;
    padding-left: 0px;
  }

  .container {
    padding: 0px 15px;
  }

  .content {
    z-index: 8;
    background-color: #121212;
  }

  .socBlock:after {
    display: none;
  }

  .newsBlock {
    display: block;
    bottom: 15px;
  }

  .newsBlock > div {
    width: 100%;
  }

  .newsBlockLeft {
    display: none;
  }

  .fastPlayBlock {
    bottom: auto;
    top: 340px;
  }

  .serverBlock {
    bottom: auto;
    top: 120px;
  }

  .infoSeverBlock {
    padding-top: 200px;
    padding-bottom: 20px;
    bottom: auto;
    top: -20px;
    z-index: 12;
  }

  .menuBlock-logo {
    position: relative;
    top: 5px;
  }
  .menuBlock-logo img {
    height: 66px;
  }

  .news a {
    width: 80%;
  }

  .menuButton {
    position: absolute;
    display: block;
    left: 20px;
    top: 20px;
    z-index: 5;
  }
  .menuButton span {
    width: 25px;
    height: 2px;
    background: rgba(255, 255, 255, 0.8);
    display: block;
    margin: 6px 0px;
  }

  .page .logo {
    display: none;
  }
  .page .menuBlock-logo {
    display: block;
  }

  body, html {
    overflow-x: hidden;
  }

  .hero {
    z-index: -1;
  }

  .header-shadow {
    background: none;
    animation: none;
  }

  .paralax-sparks {
    display: none;
  }

  .header-shadow {
    animation: none;
  }

  .regBlock {
    z-index: 10;
  }
}
@media (max-width: 1100px) {
  .serversBlock {
    display: block;
    padding: 0;
  }

  .serversBlock:after {
    display: none;
  }

  .servers {
    margin: 0 auto;
    margin-top: 231px;
  }
}
@media (max-width: 769px) {
  .topPanel {
    height: 76px;
    padding: 0px;
  }

  .menuBlock-logo img {
    height: 66px;
  }

  .footerInfoBlock {
    display: flex;
    flex-wrap: wrap;
  }

  .copyBlock, .dkLogo {
    float: left;
    width: 100%;
  }

  .footerMenuBlock {
    width: 100%;
  }

  .footerMenu {
  }

  footer {
    background-size: cover;
    padding-bottom: 30px;
  }

  footer .container {
    height: 100%;
  }

  .logosBlock {
    position: relative;
    bottom: auto;
  }

  .news a {
    width: 300px;
  }

  table td {
    padding: 10px;
  }

  .page-title {
    height: auto;
    padding: 20px 30px;
    margin-top: -40px;
  }

  .page header {
    height: 100px;
  }

  .page-title {
    justify-content: center;
    flex-wrap: wrap;
  }
  .page-title .formGroup {
    margin-left: 0px;
  }
  .page-title select {
    width: 100%;
  }
  .page-title h1 {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .paralax-hero {
    display: none;
  }
}
@media (max-width: 590px) {
  header {
    height: 989px;
  }
  header .container {
    height: 1080px;
  }

  .fastPlayBlock {
    flex-wrap: wrap;
  }

  .fastPlayBlock {
    top: 340px;
  }

  .download-button, .fastPlay, .serverBlock {
    width: 398px;
    margin: 0 auto;
  }

  .serverBlock {
    left: 50%;
    margin-left: -160px;
  }

  .fastPlay a {
  }

  .newsBlock {
    bottom: auto;
    top: 650px;
  }

  .newsBlock > div {
    flex-wrap: wrap;
  }

  .streamBlock {
    display: flex;
    width: 100%;
  }
  .streamBlock a {
    width: 33.3%;
  }

  .regBlock .container {
    padding-top: 80px;
    text-align: center;
  }

  .regButton {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  .regButton button, .regButton .button {
    margin-bottom: 20px;
  }

  .servers {
    padding: 20px 20px 0px 20px;
  }

  .logosBlock {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .logosBlock img {
    display: block;
    width: 300px;
  }

  .infoSeverBlock {
    left: 0px;
    width: 160px;
  }

  .page-title h1 {
    font-size: 20px;
  }

  .rank-info {
    padding: 10px;
  }

  .rank-info_text {
    width: 180px;
  }
}
@media (max-width: 475px) {
  body {
    overflow-x: hidden;
  }

  .copyBlock, .dkLogo {
    width: 100%;
  }

  .socBlock {
    /* flex-wrap: wrap; */
    justify-content: center;
  }
  .socBlock > div {
    margin: 10px;
  }

  .footerMenuBlock {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footerMenu {
    width: 100%;
  }

  .news-block {
    padding: 30px 5px;
  }

  .news a {
    width: 215px;
  }

  .servers:after {
    right: 0px;
  }

  .downloadBlock, .updateBlock {
    padding: 35px 25px 35px 25px;
    height: auto;
  }

  .servers {
    margin-bottom: 0px;
    margin-top: 200px;
    padding: 80px 20px 20px 20px;
    height: 100%;
    background-size: cover;
  }
  .servers:last-child {
    margin-bottom: 0px;
    margin-top: 85px;
    padding: 80px 20px 20px 20px;
    height: 100%;
    background-size: cover;
  }
	.servers h2 {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .server-title span {
    position: relative;
    z-index: 3;
  }

  .page .hero {
    right: -150px;
  }

  .footerInfoBlock h3 {
    margin: 0px 10px 15px 10px;
  }

  .servers.server_1:after {
    left: 50%;
    margin-left: -112px;
    top: -90px;
  }

  .servers.server_2:after {
    left: 50%;
    margin-left: -123px;
    top: -90px;
  }

  .dkLogo img {
    margin-bottom: 15px;
  }

  .server-icon {
    left: 50%;
  }

  .server-icon_1 {
    margin-left: -110px;
  }

  .server-icon_2 {
    margin-left: -120px;
  }
}
@media (max-width: 365px) {
  .container {
    padding: 0px;
  }

  .block-title {
    padding-left: 15px;
  }

  .regBlock {
    text-align: center;
  }

}
@media (max-height: 375px) {
  .menu {
    height: 250px;
  }
}