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, 
nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, 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;
}

body {
  width: 100%;
  background: url(../images/fon-bg.jpg) center top no-repeat;
  background-color: #0f1213;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  color: #728587;
}

a {
  transition: all 0.3s ease;
  color: #d8d0cc;
}

a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3 {
  color: #080d12;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: normal;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
}

table {
  width: 100%;
  margin-bottom: 25px;
}
table td {
  border-collapse: collapse;
  padding: 10px 10px;
  border: 1px solid #34393d;
}
table tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.05);
}

img {
  max-width: 100%;
}

caption {
  margin-bottom: 15px;
}

select {
  background: #06080a;
  width: 100%;
  border: 1px solid #34393d;
  color: #fff;
  font-size: 14px;
  padding: 12px 40px 12px 18px;
  position: relative;
  -webkit-appearance: none;
  background-image: url(../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;
  cursor: pointer;
  transition: 0.3s;
}
select option span {
  color: #728587;
}

input, textarea {
  background: #06080a;
  width: 100%;
  border: 1px solid #34393d;
  color: #fff;
  padding: 12px 18px 12px 18px;
  position: relative;
  font-size: 11px;
  min-width: 220px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  transition: 0.3s;
}
input:focus, textarea:focus {
  border: 1px solid #a51e29;
  box-shadow: 0px 5px 14px 0px rgba(165, 30, 41, 0.3);
}

button, .button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: #23282a;
  padding: 14px 22px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
button:hover, .button:hover {
  filter: brightness(110%);
}

.button {
  display: inline-block;
  text-decoration: none;
  padding: 13px 22px;
}

.not-bg-button {
  background: none;
  border: 2px solid #23282a;
  color: #23282a;
  font-weight: bold;
  font-size: 12px;
  padding: 14px 35px;
}
.not-bg-button:hover {
  background: #23282a;
  color: #fff;
}

:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #9d7f55;
}

::-moz-placeholder {
  color: #9d7f55;
}

:-moz-placeholder {
  color: #9d7f55;
}

:-ms-input-placeholder {
  color: #9d7f55;
}

.wrapper {
  background-image: url(../images/smoke.png);
  background-position: left top 600px;
  background-repeat: repeat-x;
  animation: smoke 15s linear infinite;
  animation-fill-mode: forwards;
}

@keyframes smoke {
  0% {
    background-position: left -1920px top 600px;
  }
  100% {
    background-position: left 1920px top 600px;
  }
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-c {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flex-s {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-s-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.bright:hover {
  filter: brightness(120%);
}

.topPanel {
  background: rgba(20, 23, 28, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 15;
}
.topPanel a {
  text-decoration: none;
}
.topPanel-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.topPanel-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 79px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: 0.3s;
}
.topPanel-wrapper:hover:after {
  opacity: 1;
}

.logo-panel {
  margin-top: 12px;
  margin-right: 40px;
  position: fixed;
}
/* Logo Panel (Top Navigation) */
.logo-panel img {
  height: 58px;
  width: auto;
  max-width: 200px;
}

/* Main Logo (Header) */
.logo img {
  height: auto;
  max-height: 120px;
  width: auto;
  max-width: 300px;
}

/* Footer Logos */
.logos img {
  height: auto;
  max-height: 60px;
  width: auto;
  max-width: 150px;
  margin-bottom: 20px;
}

.topPanel-right {
  padding-top: 15px;
}
.topPanel-right a {
  color: #fff;
  font-size: 16px;
}
.topPanel-right span {
  color: #728587;
  margin: 0px 12px;
}
.topPanel-right .signIn {
  text-transform: uppercase;
  padding: 16px 40px;
}

header {
  height: 770px;
  position: relative;
}

.sparks {
  position: absolute;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  bottom: 0;
}
.sparks > div {
  position: absolute;
}
.sparks .spark_1 {
  background: url(../images/spark_1.png) no-repeat;
  width: 764px;
  height: 313px;
  right: 0;
  bottom: -320px;
  transform: scale(0.6);
  animation: spark-1 4s linear infinite;
  animation-delay: 1s;
}
@keyframes spark-1 {
  0% {
    bottom: -320px;
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -240px;
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -160px;
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: -80px;
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 0px;
    transform: scale(1);
    opacity: 0;
  }
}
.sparks .spark_2 {
  background: url(../images/spark_2.png) no-repeat;
  width: 179px;
  height: 335px;
  right: 230px;
  bottom: -320px;
  transform: scale(0.6);
  animation: spark-1 4s linear infinite;
  animation-delay: 2s;
}
.sparks .spark_3 {
  background: url(../images/spark_3.png) no-repeat;
  width: 128px;
  height: 165px;
  right: 280px;
  bottom: -140px;
  transform: scale(0.6);
  animation: spark-3 4s linear infinite;
  animation-delay: 2s;
}
@keyframes spark-3 {
  0% {
    bottom: -140px;
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -80px;
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -20px;
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 40px;
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 100px;
    transform: scale(1);
    opacity: 0;
  }
}
.sparks .spark-big {
  background: url(../images/spark_4.png) no-repeat;
  width: 794px;
  height: 176px;
  right: 0;
  bottom: -180px;
  transform: scale(0.6);
  animation: spark-5 4s linear infinite;
}
.sparks .spark_5 {
  animation-delay: 2s;
  right: 40px;
}
@keyframes spark-5 {
  0% {
    bottom: -180px;
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -120px;
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -60px;
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 0px;
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 60px;
    transform: scale(1);
    opacity: 0;
  }
}
.logo {
  position: absolute;
  top: 220px;
  left: 0;
}

.serverBlock {
  position: absolute;
  top: 415px;
  left: 0;
}
.serverBlock .server {
  text-align: center;
  font-size: 16px;
  margin-right: 60px;
}
.serverBlock .server img {
  display: block;
  margin-bottom: 30px;
}
.serverBlock .server p {
  color: #ffffff;
  margin-bottom: 10px;
}
.serverBlock .server span {
  color: #03fdfd;
  text-shadow: 0px 0px 15px rgba(4, 252, 252, 0.7);
}
.serverBlock .server .upcom {
  color: #fff831;
  text-shadow: 0px 0px 15px rgba(255, 140, 56, 0.7);
}
.serverBlock .server:nth-child(1) img {
  filter: drop-shadow(0px 0px 20px #ff283d);
}
.serverBlock .server:nth-child(2) img {
  filter: drop-shadow(0px 0px 20px #289cff);
}
.serverBlock .server:nth-child(3) img {
  filter: drop-shadow(0px 0px 20px #28ffb6);
}

.downloadBlock {
  position: absolute;
  top: 660px;
  left: 0;
}
.downloadBlock a {
  text-decoration: none;
}
.downloadBlock .downloadButton {
  background: url(../images/download-bg.jpg) no-repeat;
  width: 300px;
  height: 80px;
  font-size: 18px;
  text-transform: uppercase;
  box-shadow: 0px 0px 25px 0px rgba(185, 32, 46, 0.4), 0px 20px 20px -10px rgba(0, 0, 0, 0.4);
}
.downloadBlock .download-links {
  position: relative;
}
.downloadBlock .download-links a {
  display: block;
  margin-left: 35px;
  color: #868689;
  padding-left: 25px;
}
.downloadBlock .download-links a:hover {
  filter: brightness(170%);
}
.downloadBlock .download-links a.windows {
  background: url(../images/windows-icon.png) left center no-repeat;
  position: relative;
}
.downloadBlock .download-links a.windows:after {
  content: "";
  position: absolute;
  right: -17px;
  top: -4px;
  height: 22px;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.downloadBlock .download-links a.mac {
  background: url(../images/mac-icon.png) left center no-repeat;
}

.swiper-slider {
  width: 100%;
  height: 100%;
  height: 340px;
}
.swiper-slide iframe {
  width: 100%;
  height: 100%;
}
.swiper-slider .swiper-slide {
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.swiper-slide:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  height: 50%;
  width: 100%;
}

.swiper-slider-small {
  width: 250px;
  height: 140px;
  position: absolute;
  right: -25px;
  bottom: -25px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
}
.swiper-slider-small .swiper-slide {
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sliderBlock {
  width: 50%;
  position: relative;
}

.playBlock {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 3;
}
.playBlock span {
  color: #fff;
  font-size: 36px;
}
.slide-img {
  width: 100%;
  object-fit: cover;
}
.playButton {
  position: relative;
  padding-left: 6px;
  margin-right: 50px;
}
.playButton img {
  filter: drop-shadow(0px 0px 10px #c63543);
  position: relative;
  z-index: 1;
}
.playButton:after {
  content: "";
  position: absolute;
  background: #0d1014;
  width: 36px;
  height: 36px;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -18px;
  transform: rotate(45deg);
}

.playBlock-small {
  bottom: 20px;
  left: 20px;
}
.playBlock-small span {
  font-size: 18px;
}
.playBlock-small .playButton {
  margin-right: 15px;
}
.playBlock-small .playButton:after {
  display: none;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/arrow-next.png);
  right: 70px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/arrow-prev.png);
  right: 102px;
  left: auto;
}

.swiper-button-next, .swiper-button-prev {
  width: 6px;
  height: 9px;
  background-size: 6px 9px;
  margin-top: 5px;
  background-color: #101416;
  width: 30px;
  height: 30px;
}

.newsBlock {
  width: 50%;
  background: url(../images/news-block-bg.png) center bottom no-repeat;
  background-color: rgba(8, 13, 18, 0.9);
  height: 340px;
  padding: 40px 55px;
}

.newsTitle {
  border-bottom: 1px solid #1c1f21;
  align-items: flex-end;
  margin-bottom: 15px;
}
.newsTitle h2 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 23px;
}

.newsTabs {
  display: flex;
  position: relative;
}
.newsTabs span {
  cursor: pointer;
  display: block;
  position: relative;
  color: #728587;
  margin-left: 35px;
  transition: 0.3s;
  padding-bottom: 25px;
}
.newsTabs span:first-child {
  margin-left: 0px;
}
.newsTabs span:hover {
  color: #fff;
}
.newsTabs span:after {
  content: "";
  background: #931e2b;
  height: 2px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.newsTabs span.active {
  color: #ffffff;
}
.newsTabs span.active:after {
  width: 100%;
}

.news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0px 13px 40px;
  position: relative;
}
.news .news-title {
  max-width: 340px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news-title a {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news span {
  color: #728587;
  font-size: 12px;
}
.news .button {
  opacity: 0;
}
.news:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0.2;
  transition: 0.3s;
}
.news:nth-child(1):before {
  background: url(../images/news-icon_1.png) no-repeat;
  width: 25px;
  height: 19px;
  margin-top: -12px;
}
.news:nth-child(2):before {
  background: url(../images/news-icon_2.png) no-repeat;
  width: 20px;
  height: 25px;
  margin-top: -10px;
}
.news:nth-child(3):before {
  background: url(../images/news-icon_3.png) no-repeat;
  width: 21px;
  height: 21px;
  margin-top: -10px;
}
.news:hover .news-title a {
  color: #ba3847;
  text-decoration: underline;
}
.news:hover .button {
  opacity: 1;
}
.news:hover:before {
  opacity: 1;
}

.tab-block {
  display: none;
}
.tab-block.active {
  display: block;
  animation: opas 0.5s linear;
}

@keyframes opas {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.slideNewsBlock {
  border-bottom: 1px solid #444c53;
  padding-bottom: 100px;
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
}

.str-m {
  position: relative;
  margin-bottom: 100px;
}
.str-m:after {
  content: "";
  background: url(../images/hero.png) no-repeat;
  width: 714px;
  height: 919px;
  position: absolute;
  top: -50px;
  left: -34px;
}
.str-m > div {
  width: 50%;
}
.str-m h2 {
  font-size: 42px;
  margin-bottom: 35px;
}

.streamBlock {
  position: relative;
  z-index: 2;
}
.streamBlock a {
  display: flex;
  align-items: center;
  width: 335px;
  height: 125px;
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}
.streamBlock a img {
  filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.5));
}
.streamBlock a:hover {
  transform: scale(1.1);
}
.streamBlock a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
}
.streamBlock a.twitch {
  background-color: #554073;
}
.streamBlock a.twitch:after {
  background: url(../images/twich-hero.png) no-repeat;
  width: 145px;
  height: 142px;
  right: 3px;
}
.streamBlock a.youtube {
  background-color: #912a34;
}
.streamBlock a.youtube:after {
  background: url(../images/youtube-hero.png) no-repeat;
  width: 147px;
  height: 143px;
}

.mediaBlock h2 {
  text-align: right;
}
.mediaBlock .media {
  margin-bottom: 40px;
}
.mediaBlock .media a {
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.mediaBlock .media a:hover {
  transform: scale(1.1);
  z-index: 1;
}
.mediaBlock .media a:after {
  content: "";
  position: absolute;
  background: linear-gradient(to top, #131418, rgba(19, 20, 24, 0));
  width: 100%;
  height: 90px;
  left: 0;
  bottom: 0;
}
.mediaBlock .media a span {
  display: block;
  position: absolute;
  bottom: 30px;
  color: #fff;
  font-size: 24px;
  z-index: 2;
}
.mediaBlock .media a span:after {
  content: ">";
  margin-left: 10px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
}
.mediaBlock .cosplay {
  width: 340px;
  height: 208px;
}
.mediaBlock .cosplay span {
  left: 85px;
}
.mediaBlock .video {
  width: 170px;
  height: 182px;
}
.mediaBlock .video span {
  left: 50px;
}
.mediaBlock .screens {
  width: 170px;
  height: 182px;
}
.mediaBlock .screens span {
  left: 40px;
}
.mediaBlock .artwork {
  width: 260px;
  height: 390px;
}
.mediaBlock .artwork span {
  left: 30px;
}

.mediaButton {
  text-align: center;
}

.featuresBlock {
  height: 600px;
  position: relative;
  margin: 0px -15px 20px -15px;
  padding: 0px 15px;
}
.featuresBlock h2 {
  font-size: 42px;
  margin-bottom: 35px;
  padding-left: 15px;
}
.featuresBlock .flex {
  flex-wrap: nowrap;
}

.features {
  position: relative;
  z-index: 2;
  width: 25%;
  margin: 0px 10px;
  background-position: center top;
  background-repeat: no-repeat;
  height: 390px;
  padding: 0px 45px 30px 45px;
  text-align: center;
  transition: 0.3s;
  display: flex;
  align-items: flex-end;
}
.features:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 90%;
  width: 100%;
}
.features:nth-child(1):after {
  background: linear-gradient(to top, #0f0c0e 30%, rgba(15, 12, 14, 0.5) 70%, rgba(15, 12, 14, 0));
}
.features:nth-child(2):after {
  background: linear-gradient(to top, #0b0f14 30%, rgba(11, 15, 20, 0.5) 70%, rgba(11, 15, 20, 0));
}
.features:nth-child(3):after {
  background: linear-gradient(to top, #0f1214 30%, rgba(15, 18, 20, 0.5) 70%, rgba(15, 18, 20, 0));
}
.features:nth-child(4):after {
  background: linear-gradient(to top, #0d110c 30%, rgba(13, 17, 12, 0.5) 70%, rgba(13, 17, 12, 0));
}
.features-icon {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.features-title {
  color: #fff;
  font-size: 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  line-height: 1.3;
}
.features-text {
  height: 100%;
  max-height: 0px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  line-height: 1.3;
  margin-bottom: 15px;
}
.features-button {
  position: relative;
  z-index: 1;
}
.features:hover {
  height: 540px;
  margin-top: -75px;
  box-shadow: 0px 30px 30px -15px rgba(0, 0, 0, 0.5);
}
.features:hover .features-text {
  max-height: 125px;
  height: 100%;
}

section {
  background-color: #0f1213;
  padding: 80px 0px 100px 0px;
  position: relative;
  z-index: 9;
}
section a {
  text-decoration: none;
}

.fMenu {
  margin-right: 170px;
}
.fMenu h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
}
.fMenu li {
  background: url(../images/arrow-next.png) left center no-repeat;
  padding: 10px 0px 10px 20px;
}
.fMenu li a {
  color: #728587;
}
.fMenu li a:hover {
  color: #ba3847;
}

.selectlangBlock {
  margin-left: -18px;
  margin-top: -25px;
  background: url(../images/map-icon.png) right center no-repeat;
  padding: 25px 70px 25px 0px;
}
.selectlangBlock select {
  background-color: #0f1213;
  border: none;
}

.socBlock {
  margin-bottom: 40px;
}
.socBlock a {
  display: inline-block;
  width: 20px;
  height: 16px;
  margin-right: 16px;
  opacity: 0.2;
}
.socBlock a:hover {
  opacity: 1;
}
.socBlock a.tw {
  background: url(../images/soc-icons.png) left top no-repeat;
}
.socBlock a.vk {
  background: url(../images/soc-icons.png) left -34px top no-repeat;
}
.socBlock a.fb {
  background: url(../images/soc-icons.png) left -72px top no-repeat;
}
.socBlock a.twh {
  background: url(../images/soc-icons.png) left -108px top no-repeat;
}

.s-text a {
  margin-right: 25px;
}
.s-text a:hover {
  color: #ba3847;
}

footer {
  padding: 70px 0px;
  background-color: #0a0d0f;
  text-align: center;
}

.logos {
  margin-bottom: 30px;
}
.logos a {
  margin: 0px 70px;
}

.site {
  margin-bottom: 10px;
}
.site a {
  text-decoration: none;
  font-size: 16px;
}

.copy {
  line-height: 1.3;
}

.socBlock-fixed {
  background-color: #0d1114;
  position: fixed;
  bottom: 3%;
  padding: 12px 14px;
  left: 100px;
}
.socBlock-fixed a {
  margin-right: 8px;
  margin-left: 8px;
  opacity: 0.5;
}

.toTop {
  background: url(../images/totop.png) center top 18px no-repeat;
  background-color: #0d1114;
  position: fixed;
  bottom: 5%;
  padding: 40px 20px 20px 20px;
  right: 100px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

.modal_div {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0 !important;
  justify-content: center;
  align-items: center;
  z-index: 999;
  display: none;
}
.modal_div h1 {
  font-size: 24px;
  margin-bottom: 30px;
}

.modalBlock {
  width: 100%;
  max-width: 500px;
  position: relative;
  background: #06080a;
  border-top: 2px solid #a51e29;
  padding: 60px 90px;
}
.modalBlock h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
}

.modal_div .modal_close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 5px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.closeButton span {
  width: 18px;
  height: 2px;
  background: #38393b;
  display: block;
  position: relative;
}
.closeButton span:nth-child(1) {
  transform: rotate(45deg);
  top: 2px;
}
.closeButton span:nth-child(2) {
  transform: rotate(-45deg);
}

#overlay {
  z-index: 998;
  position: fixed;
  background-color: #0a0d0f;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

.facebookButton {
  display: block;
  width: 320px;
  height: 42px;
  background: url(../images/facebook.jpg) no-repeat;
  box-shadow: 0px 0px 10px 0px rgba(50, 117, 199, 0.3);
  margin: 0 auto;
}

.or {
  margin: 30px 0px;
  font-size: 12px;
  text-align: center;
  position: relative;
}
.or span {
  display: inline-block;
  background: #06080a;
  padding: 0px 8px;
  z-index: 2;
  position: relative;
}
.or:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.09);
  top: 50%;
  left: 0;
}

.modalForm .formGroup-name {
  background: #06080a;
}

.errorGroup {
  background: url(../images/wrong-icon.png) left 20px top 17px no-repeat;
  background-color: rgba(16, 16, 16, 0.9);
  padding: 17px 20px 17px 50px;
  border-radius: 10px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
  line-height: 1.5;
  font-size: 13px;
  position: absolute;
  left: 100%;
  min-width: 330px;
  color: #fff;
  margin-left: 30px;
  top: -20px;
}
.errorGroup:before {
  content: '';
  border: 8px solid transparent;
  border-right-color: rgba(16, 16, 16, 0.9);
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -7px;
}

.formGroup-button {
  margin-top: 40px;
}

.lost-pass {
  color: #728587;
  text-decoration: none;
  font-size: 12px;
  padding: 10px 10px 10px 30px;
  background: url(../images/question-icon.png) left no-repeat;
}
.lost-pass:hover {
  color: #ba3847;
  text-decoration: none;
}

.formGroup {
  margin-bottom: 20px;
  position: relative;
  max-width: 450px;
}
.formGroup:hover input {
  border: 1px solid #a51e29;
  box-shadow: 0px 5px 14px 0px rgba(165, 30, 41, 0.3);
}
.formGroup:hover select {
  border: 1px solid #a51e29;
  box-shadow: 0px 5px 14px 0px rgba(165, 30, 41, 0.3);
}
.formGroup:hover .formGroup-name {
  color: #a51e29;
}

.formGroup-name {
  position: absolute;
  left: 10px;
  top: -7px;
  display: block;
  background: #06080a;
  padding: 0px 5px;
  z-index: 1;
}

.button-sign {
  background: url(../images/sign-bg.jpg) no-repeat;
  background-size: cover;
  font-size: 12px;
  width: 150px;
  height: 50px;
  padding: 0px;
}

.content {
  position: relative;
  z-index: 8;
  padding: 30px;
  background-color: #0a0d0f;
  line-height: 1.4;
}
.content h1 {
  color: #fff;
}
.content h2 {
  color: #fff;
}
.content h3 {
  color: #fff;
}
.content form {
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.content ul {
  padding-left: 40px;
  margin-bottom: 25px;
}
.content ul li {
  list-style: square;
  padding: 4px 0px;
}

@media (max-width: 1600px) {
  .toTop {
    right: 10px;
    bottom: 10px;
    z-index: 20;
  }

  .socBlock-fixed {
    left: 10px;
    bottom: 10px;
    margin-bottom: 0px;
    z-index: 20;
  }
}
@media (max-width: 1200px) {
  header {
    padding: 0px 15px;
  }

  section {
    padding: 30px 0px 30px 0px;
  }

  .str-m:after, .toTop {
    display: none;
  }

  .str-m {
    margin-bottom: 40px;
  }
  .str-m a:hover {
    transform: scale(1) !important;
  }
  .str-m .streamBlock {
    width: 40%;
  }
  .str-m .mediaBlock {
    width: 60%;
  }
  .str-m .mediaBlock .artwork {
    width: 50%;
  }
  .str-m .mediaBlock .media-l {
    width: 50%;
  }
  .str-m .mediaBlock .cosplay {
    width: 100%;
  }
  .str-m .mediaBlock .cosplay span {
    left: 20px;
  }
  .str-m .mediaBlock .video {
    width: 50%;
  }
  .str-m .mediaBlock .video span {
    left: 10px;
  }
  .str-m .mediaBlock .screens {
    width: 50%;
  }
  .str-m .mediaBlock .screens span {
    left: 10px;
  }

  .container, .topPanel {
    padding: 0px 15px;
  }

  .topPanel a {
    margin-right: 15px;
  }

  .news .button {
    opacity: 1;
  }

  .fMenu {
    margin-right: 100px;
  }

  .sparks {
    display: none;
  }
}
@media (max-width: 993px) {
  .wrapper {
    background: none;
  }

  .topPanel-wrapper {
    height: 50px;
  }
  .topPanel-wrapper:after {
    display: none;
  }

  .topPanel a {
    margin-right: 0px;
  }

  .logo-panel {
    left: 50%;
    top: 5px;
    margin-top: 0px;
    width: 100px;
    margin-left: -50px;
    text-align: center;
  }
  .logo-panel a {
    margin-right: 0px;
  }
  .logo-panel img {
    height: 40px;
    width: auto;
    max-width: 150px;
  }

  .socBlock-fixed {
    top: 5px;
    bottom: auto;
    right: 15px;
    left: auto;
    background: none;
    padding: 12px 2px;
  }

  .topPane-menu-block {
    display: block;
    position: fixed;
    left: -320px;
    top: 0;
    width: 320px;
    height: 100%;
    background: #14171c;
    padding: 150px 20px 20px 20px;
    transition: 0.5s;
    z-index: 22;
  }
  .topPane-menu-block.active {
    left: 0;
  }
  .topPane-menu-block .topPanel-left {
    overflow-y: auto;
    height: 100%;
  }
  .topPane-menu-block .topPanel-right {
    position: absolute;
    top: 50px;
    width: calc(100% - 40px);
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #34393d;
  }
  .topPane-menu-block .menu {
    display: block;
    width: 100%;
    margin-top: 50px;
    margin-left: 0px;
  }
  .topPane-menu-block .menu li {
    height: auto;
    padding: 20px 0px 20px 40px;
    width: 100%;
  }
  .topPane-menu-block .menu li a {
    font-size: 20px;
    height: auto;
    line-height: 1;
  }
  .topPane-menu-block .menu .dropDown-menu {
    padding: 10px 0px 10px 40px;
  }
  .topPane-menu-block .menu .dropDown-menu li {
    padding: 10px 0px;
  }
  .topPane-menu-block .menu .dropDown-menu li a {
    padding: 10px 0px;
  }
  .topPane-menu-block .menu:hover .dropDown-menu {
    display: none;
  }
  .topPane-menu-block .menu li:hover .dropDown-menu {
    display: block;
  }

  .btn-button {
    position: fixed;
    left: 10px;
    top: 15px;
    z-index: 23;
    transition: 0.5s;
  }
  .btn-button span {
    display: block;
    width: 30px;
    height: 3px;
    margin-bottom: 4px;
    background: rgba(255, 255, 255, 0.8);
    transition: 0.5s;
  }
  .btn-button.active {
    left: 270px;
    top: 25px;
  }
  .btn-button.active span:nth-child(1) {
    transform: rotate(45deg);
    margin-bottom: -3px;
  }
  .btn-button.active span:nth-child(2) {
    display: none;
  }
  .btn-button.active span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .logo {
    top: 100px;
  }

  .serverBlock {
    top: 260px;
  }

  .downloadBlock {
    top: 515px;
  }

  header {
    height: 640px;
  }

  .sliderBlock, .newsBlock {
    width: 100%;
  }

  .swiper-slider-small {
    right: 0;
    bottom: 0;
  }

  .swiper-button-next, .swiper-button-prev {
    margin-top: -20px;
  }

  .slideNewsBlock {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .str-m .streamBlock {
    width: 100%;
  }
  .str-m .mediaBlock {
    width: 100%;
  }
  .str-m .mediaBlock h2 {
    text-align: left;
  }

  .str-block {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .str-block a {
    margin: 0px 10px;
  }

  .featuresBlock {
    height: auto;
  }

  .fMenu {
    margin-right: 40px;
  }
}
@media (max-width: 769px) {
  header {
    padding-top: 80px;
    height: auto;
  }

  .logo, .serverBlock, .downloadBlock {
    position: relative;
    width: 100%;
    text-align: center;
    top: auto;
    left: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }

  .serverBlock .server {
    margin-right: 0px;
    margin: 0px 10px;
  }

  .features {
    width: 50%;
    margin: 0px;
    margin-bottom: 20px;
  }

  .featuresBlock .flex {
    flex-wrap: wrap;
  }

  .downloadBlock .download-links a {
    margin-left: 15px;
  }

  .streamBlock a img {
    position: relative;
    z-index: 3;
  }

  .footer-menu, .sectionflex {
    justify-content: center;
    width: 100%;
  }

  .fMenu {
    margin-right: 0px;
    margin: 0px 20px 20px 20px;
  }

  footer {
    padding: 30px 0px;
  }

  .logos img {
    margin-bottom: 20px;
  }

  .modalBlock {
    height: 100%;
  }

  .modal_div {
    align-items: flex-start;
  }

  .scroll-modal {
    height: calc(100% - 50px);
    overflow-y: auto;
  }
}
@media (max-width: 576px) {
  .socBlock-fixed {
    right: 10px;
  }
  .socBlock-fixed a {
    margin-right: 3px;
    margin-left: 3px;
  }

  .serverBlock .server {
    margin: 0px 2px 10px 2px;
  }

  .downloadButton {
    margin-bottom: 15px;
  }

  .downloadBlock .download-links a {
    color: #fff;
  }

  .swiper-button-next, .swiper-button-prev {
    top: 10px;
    margin-top: 0px;
  }

  .swiper-button-next {
    right: 10px;
  }

  .swiper-button-prev {
    right: 44px;
  }

  .playBlock {
    top: 100px;
    bottom: auto;
  }

  .newsBlock {
    padding: 15px;
    height: auto;
  }

  .news {
    padding: 13px 0px 13px 0px;
    flex-wrap: wrap;
  }
  .news .button {
    width: 100%;
    margin-top: 15px;
  }
  .news:before {
    display: none;
  }

  .str-block {
    flex-wrap: wrap;
  }
  .str-block a {
    margin-bottom: 15px;
  }

  .str-m .mediaBlock .media-l, .artwork {
    width: 100% !important;
  }

  .mediaButton .button {
    color: #fff;
  }

  .featuresBlock h2 {
    color: #fff;
  }

  .features {
    width: 100%;
  }

  .fMenu {
    margin: 0px 5px 20px 5px;
    width: 46%;
  }

  .modalBlock {
    padding: 30px 30px;
  }

  .facebookButton {
    width: 100%;
  }

  .formGroup-button {
    margin-top: 20px;
    justify-content: center;
  }
  .formGroup-button .lost-pass {
    display: inline-block;
    margin-bottom: 15px;
  }

  table tr {
    display: flex;
    flex-wrap: wrap;
  }
  table tr td {
    width: 100%;
  }
}
