.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #000000;
  z-index: 10500;
}
.modal:focus {
  outline: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
  -o-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
}
.modal-content {
  text-align: center;
}
.modal-content iframe {
  width: 835px;
  height: 470px;
  margin: auto;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.fade.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-close {
  background: url(../../dist/img/close-white.svg) center center no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  border: none;
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
}
.modal-close:focus {
  outline: none;
}
@media (max-width: 1023px) {
  .modal-content iframe {
    width: 720px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .modal-content iframe {
    width: 100%;
    height: auto;
  }
}
@font-face {
  font-family: "Roboto";
  src: url('../../dist/fonts/Roboto-Regular.woff2') format('woff2'), url('../../dist/fonts/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url('../../dist/fonts/Roboto-Bold.woff2') format('woff2'), url('../../dist/fonts/Roboto-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url('../../dist/fonts/Montserrat-Regular.woff2') format('woff2'), url('../../dist/fonts/Montserrat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url('../../dist/fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../../dist/fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
html,
body {
  height: 100%;
  min-width: 320px;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
h1,
h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: TrajanPro, serif;
  font-weight: bold;
}
h2 {
  text-transform: lowercase;
  font-size: 24px;
}
hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(250, 250, 250, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(250, 250, 250, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(250, 250, 250, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(250, 250, 250, 0.75), rgba(0, 0, 0, 0));
}
hr.black {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(40, 40, 40, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(40, 40, 40, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(40, 40, 40, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(40, 40, 40, 0.75), rgba(0, 0, 0, 0));
}
p {
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
}
.wrapper-header {
  overflow-x: hidden !important;
}
.wrapper-header .container {
  z-index: 10;
}
.wrap {
  width: 100%;
  padding-top: 140px;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: -130px;
}
.container {
  flex: 1 0 auto;
}
.background-black {
  background-color: black;
}
@media (max-width: 1023px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0;
  }
}
.bi-image-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 25px;
}
.blueimp-gallery .close {
  right: 20px;
  zoom: 2;
  padding: 5px;
  z-index: 1000;
}
.arrow-down {
  width: 35px;
  height: 67px;
  margin: auto;
  display: block;
  background: url(img/arrow-bottom.svg) center center no-repeat;
}
.bottom-container-wrapper {
  background: url(img/bottom-container/2560/black-2560px.png) 50% top no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 2559px) {
  .bottom-container-wrapper {
    background: url(img/bottom-container/1920/black-1920px.png) 50% top no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 1919px) {
  .bottom-container-wrapper {
    background: url(img/bottom-container/1440/black-1440.png) 50% top no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 1439px) {
  .bottom-container-wrapper {
    background: url(img/bottom-container/1280/black-1280.png) 50% top no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 1279px) {
  .bottom-container-wrapper {
    background: url(img/bottom-container/1024/black1024.png) 50% top no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 1023px) {
  .bottom-container-wrapper {
    background: url(img/bottom-container/768/black768.png) 50% top no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .bottom-container-wrapper {
    background: url(img/bottom-container/320/black320.png) 50% top no-repeat;
    background-size: 100%;
  }
}
.btn {
  box-sizing: border-box;
  width: 316px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin: 36px auto 20px auto;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}
.btn:disabled {
  border: 4px solid rgba(255, 255, 255, 0.54);
  color: rgba(255, 255, 255, 0.54);
  background: none;
}
.btn--white {
  border: 4px solid rgba(255, 255, 255, 0.54);
  color: #FFFFFF;
}
.btn--white:hover {
  border: 4px solid #FFFFFF;
}
.btn--white:hover:before {
  content: '';
  opacity: 0.72;
  border: 4px solid #FFFFFF;
  box-sizing: border-box;
  filter: blur(18px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.btn--white:active {
  border: 4px solid #FFFFFF;
}
.btn--white:active:before {
  content: '';
  opacity: 0.72;
  border: 4px solid #FFFFFF;
  background: rgba(255, 255, 255, 0.18);
  filter: blur(18px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.btn--green {
  border: 4px solid rgba(120, 210, 98, 0.54);
  color: #FFFFFF;
}
.btn--green:hover {
  border: 4px solid #78D262;
}
.btn--green:hover:before {
  content: '';
  border: 4px solid #78D262;
  opacity: 0.72;
  filter: blur(18px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.btn--green:active {
  border: 4px solid #80E168;
}
.btn--green:active:before {
  content: '';
  border: 4px solid #78D262;
  opacity: 0.72;
  filter: blur(18px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(128, 225, 104, 0.18);
}
.btn--red {
  border: 4px solid #E04041;
  color: #FFFFFF;
  background: #E04041;
}
.btn--red:hover {
  background: none;
}
.btn--red:hover:before {
  content: '';
  border: 6px solid #E04041;
  opacity: 0.72;
  filter: blur(18px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
}
.btn--red:active {
  background: none;
}
.btn--red:active:before {
  content: '';
  border: 4px solid #E04041;
  opacity: 0.72;
  filter: blur(18px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(224, 64, 65, 0.18);
}
.btn--red-without-bd {
  border: 4px solid #E04041;
  color: #FFFFFF;
}
.btn--red-without-bd:hover {
  border: 4px solid #E04041;
}
.btn--red-without-bd:hover:before {
  content: '';
  border: 4px solid #E04041;
  opacity: 0.72;
  filter: blur(18px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.btn--red-without-bd:active {
  border: 4px solid #E04041;
}
.btn--red-without-bd:active:before {
  content: '';
  border: 4px solid #E04041;
  opacity: 0.72;
  filter: blur(18px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(224, 64, 65, 0.18);
}
.btn--store {
  width: 540px;
  height: 136px;
  margin: 20px auto;
}
@media (max-width: 1439px) {
  .btn {
    margin: 28px auto 20px auto;
  }
}
@media (max-width: 767px) {
  .btn {
    width: 260px;
    margin: 17px auto 10px auto;
  }
  .btn--store {
    width: 300px;
    height: 76px;
    margin: 10px auto;
  }
}
.container-inner {
  max-width: 1550px;
  margin: auto;
}
@media (max-width: 1919px) {
  .container-inner {
    max-width: 1204px;
  }
}
.download {
  z-index: 1;
  min-width: 185px;
}
.download-wrapper {
  display: flex;
  justify-content: space-around;
  padding: 65px 0 60px 0;
}
.download-icon {
  width: 90px;
  height: 90px;
  margin: auto;
  display: block;
  margin-bottom: 17px;
  position: relative;
}
.download-icon:after {
  content: '';
  display: block;
  width: 106px;
  height: 106px;
  border: 8px solid #FFFFFF;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  position: absolute;
  left: -17px;
  top: -17px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  filter: blur(15px);
  opacity: 0;
}
.download-icon:hover:after {
  opacity: 0.7;
}
.download-icon--fist {
  background: url(img/fist.svg) center center no-repeat;
}
.download-icon--review-guide {
  background: url(img/star.svg) center center no-repeat;
}
.download-icon--energy {
  background: url(img/energy.svg) center center no-repeat;
}
.download-text {
  text-align: center;
}
.download-text a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}
.download-text--grey a {
  color: #9D9D9D;
}
@media (max-width: 767px) {
  .download-wrapper {
    flex-direction: column;
    padding: 65px 0 100px 0;
  }
  .download:not(:last-child) {
    margin-bottom: 65px;
  }
}
.download-list {
  margin-top: 78px;
}
.download-list__item-appstore {
  width: 230px;
  height: 50px;
}
.download-list__item-googleplay {
  width: 262px;
  height: 59px;
}
.download-list__item-steam {
  width: 262px;
  height: 59px;
}
.download-list__item-apk {
  width: 320px;
  height: 57px;
}
@media (max-width: 1023px) {
  .download-list {
    margin-top: 50px;
  }
  .download-list__item-appstore {
    width: 129px;
    height: 29px;
  }
  .download-list__item-googleplay {
    width: 147px;
    height: 34px;
  }
  .download-list__item-apk {
    width: 180px;
    height: 32px;
  }
  .download-list__item-steam {
    width: 180px;
    height: 32px;
  }
}
.footer {
  border-top: 4px solid #FFDAA3;
  background: url('img/footer-bg.png') no-repeat center;
  background-size: cover;
  padding-bottom: 40px;
}
.footer__inner {
  max-width: 1120px;
  margin: auto;
  padding: 80px 25px 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__socials {
  width: 18%;
}
.footer__content {
  justify-content: center;
}
.footer__content--show-on-mobile {
  display: none;
}
.footer__logo-list {
  display: flex;
  align-items: center;
  max-width: 580px;
}
.footer__logo-list-item {
  margin: 0 5px 0 0;
  width: 125px;
}
.footer__logo-list-item a {
  display: block;
}
.footer__logo-link--sfa {
  background: url('img/shadowfightarena.png') no-repeat center;
  background-size: cover;
  width: 116px;
  height: 67px;
}
.footer__logo-link--sf3 {
  background: url('img/SF3.png') no-repeat center;
  background-size: cover;
  width: 136px;
  height: 90px;
}
.footer__logo-link--banzai {
  background: url('img/banzai.svg') no-repeat center;
  background-size: 100%;
  width: 111px;
  height: 26px;
}
.footer__logo-link--nekki {
  background: url('img/nekki.svg') no-repeat center;
  background-size: cover;
  width: 83px;
  height: 34px;
}
.footer__download {
  display: flex;
  align-items: center;
  width: 24%;
}
.footer__download-item {
  width: 94px;
  height: 28px;
  margin-right: 6px;
}
.footer__download-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__download-item--android {
  background: url('img/google-play.svg') no-repeat center;
  background-size: 86px;
  margin: 0;
}
.footer__download-item--ios {
  background: url('img/app-store.svg') no-repeat center;
  background-size: 84px;
}
.footer__download-item--steam {
  background: url('img/steam.svg') no-repeat center;
  background-size: 29px;
}
.footer__copy-row {
  width: 611px;
  margin: auto;
}
.footer__copy-row a {
  text-decoration: underline;
  color: #BBBBBB;
}
.footer__copy-row p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #BBBBBB;
}
@media (max-width: 1279px) {
  .footer__inner {
    justify-content: center;
  }
  .footer__content--show-on-mobile {
    display: flex;
    padding: 0;
  }
  .footer__socials--not-for-mobile {
    display: none;
  }
  .footer__download {
    display: none;
  }
  .footer__download--not-for-mobile {
    display: none;
  }
  .footer__copy-row {
    margin-bottom: 55px;
  }
  .footer__logo-list {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer__logo-list-item {
    margin: 0 5px 0 0;
    width: auto;
  }
  .footer__copy-row {
    width: auto;
    padding: 0 25px;
  }
  .footer__copy-row p {
    font-size: 14px;
    line-height: 22px;
  }
  .footer__inner {
    padding: 40px 25px 30px 25px;
  }
  .footer__logo-link--sfa {
    width: 75px;
    height: 45px;
  }
  .footer__logo-link--sf3 {
    width: 75px;
    height: 55px;
  }
  .footer__logo-link--banzai {
    width: 84px;
    height: 24px;
  }
  .footer__logo-link--nekki {
    width: 55px;
    height: 21px;
  }
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-around;
}
.gallery__item {
  margin: 7px;
  width: 329px;
  height: 187px;
  position: relative;
  transition: all 0.2s;
}
.gallery__item:hover .gallery__item-bg {
  opacity: 0.2;
}
.gallery__item-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.2s;
  cursor: pointer;
  background: #FFFFFF;
  opacity: 0;
}
@media (max-width: 1439px) {
  .gallery {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .gallery {
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
  }
  .gallery__item {
    width: 256px;
    height: 144px;
  }
  .gallery__item img {
    width: 100%;
  }
}
.go-top {
  position: fixed;
  right: 144px;
  bottom: -45px;
  text-align: center;
  width: 40px;
  height: 40px;
  visibility: hidden;
  z-index: 9999;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.18);
  opacity: 0.18;
  transform: rotate(45deg);
  border: 2px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.go-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 82px;
}
.go-top:active {
  background: rgba(255, 255, 255, 0.18);
}
.go-top:active .go-top__icon:before {
  content: '';
  display: block;
  width: 18px;
  height: 25px;
  background: url(img/arrow-icon-hover.svg) center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.go-top:active:before {
  content: '';
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  filter: blur(4px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.go-top__icon {
  display: block;
  width: 18px;
  height: 25px;
  background: url(img/arrow-icon.svg) center center no-repeat;
  background-size: 100%;
  transform: rotate(-45deg);
  position: relative;
}
@media (max-width: 1279px) {
  .go-top {
    right: 80px;
  }
}
@media (max-width: 767px) {
  .go-top {
    right: 25px;
  }
}
.header {
  z-index: 3;
  height: 130px;
  width: 100%;
}
.header__logo {
  display: none;
  width: 303px;
  height: 143px;
  background: url(img/logo-4.svg) center center no-repeat;
  background-size: 100%;
}
.language--cn .header__logo {
  width: 247px;
  height: 143px;
  background: url(img/main-logo.svg) center center no-repeat;
  background-size: 100%;
}
.header__inner {
  display: flex;
  justify-content: space-around;
  height: 100%;
  align-items: center;
  padding: 25px 100px 0 100px;
}
.header__menu {
  display: flex;
  height: 100%;
  width: 800px;
  margin: auto;
  align-items: center;
}
.header__menu-center {
  width: 30%;
}
.header__menu-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
  height: 100%;
}
.header__menu-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
  height: 100%;
}
.header__socials {
  width: 10%;
}
.header__select-lang {
  display: flex;
  width: 15%;
}
.header__right-side {
  width: 15%;
}
@media (max-width: 2559px) {
  .header__menu {
    width: 850px;
  }
}
@media (max-width: 1919px) {
  .header__right-side .btn {
    display: none;
  }
}
@media (max-width: 1439px) {
  .header__socials {
    display: none;
  }
  .header__menu {
    display: none;
  }
  .header__select-lang {
    display: none;
  }
  .header__right-side {
    display: none;
  }
  .header {
    height: 180px;
  }
  .header__inner {
    justify-content: center;
    align-items: center;
    padding: 0 22px;
  }
  .header__logo {
    display: block;
  }
}
@media (max-width: 1023px) {
  .header__inner {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 169px;
    height: 92px;
    margin: 0 0 0 15px;
  }
  .language--cn .header__logo {
    width: 159px;
    height: 92px;
  }
}
.header-menu-item a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #FFDAA3;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
.header-menu-item a:after {
  transition: all 0.25s;
  content: '';
  position: absolute;
  bottom: -4px;
  height: 1px;
  background-color: #E04041;
  left: 50%;
  right: 50%;
}
.header-menu-item a:before {
  transition: all 0.25s;
  content: '';
  position: absolute;
  bottom: -4px;
  height: 1px;
  background-color: #E04041;
  left: 50%;
  right: 50%;
}
.header-menu-item a:hover {
  color: #E04041;
}
.header-menu-item a:hover:after {
  left: 20px;
  right: 20px;
}
.header-menu-item a:hover:before {
  filter: blur(4px);
  left: 20px;
  right: 20px;
}
.header-menu-item.header-menu-item--active a {
  color: #E04041;
}
.language--cn .main-logo {
  background: url(img/main-logo.svg) center center no-repeat;
  width: 247px;
  height: 143px;
  margin: auto;
  display: block;
}
.main-logo {
  background: url(img/logo-4.svg) center center no-repeat;
  width: 303px;
  height: 143px;
  margin: auto;
  display: block;
}
.menu-toggle {
  display: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
  top: 84px;
  right: 95px;
  position: absolute;
  z-index: 7;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.menu-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.menu-toggle span:nth-child(1) {
  top: 0;
}
.menu-toggle span:nth-child(2) {
  top: 8px;
}
.menu-toggle span:nth-child(3) {
  top: 8px;
}
.menu-toggle span:nth-child(4) {
  top: 16px;
}
.menu-toggle.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}
.menu-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-toggle.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}
@media (max-width: 1439px) {
  .menu-toggle {
    display: flex;
  }
}
@media (max-width: 767px) {
  .menu-toggle {
    right: 37px;
    top: 24px;
  }
}
.mobile-menu {
  padding: 117px 32px 0 0;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.mobile-menu .mobile-menu__item {
  display: block;
  color: #FFDAA3;
  text-decoration: none;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  padding-bottom: 20px;
  transition: all 0.2s;
}
.mobile-menu .mobile-menu__item:last-child {
  padding-bottom: 0;
}
.mobile-menu .mobile-menu__item:hover {
  color: #E04041;
}
.mobile-menu__logo {
  width: 105px;
  height: 93px;
  background: url('img/logo-small.svg') no-repeat center;
  background-size: 100%;
  margin-bottom: 55px;
}
.mobile-menu__select-lang {
  margin-top: 55px;
}
.mobile-menu-button {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.mobile-menu-button a {
  margin: 0;
  width: 100%;
}
.page-container {
  overflow: hidden;
  position: relative;
}
.section-about-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 150px 0 100px 0;
}
.section-about {
  background: #000000 url(img/bg-without-monk.png) top center no-repeat;
  background-size: cover;
  padding: 185px 0 200px 0;
  position: relative;
  z-index: 1;
}
.section-about:after {
  content: '';
  display: block;
  width: 100%;
  height: 12.5vw;
  background: #CD2525;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-clip-path: polygon(0% 0%, 0% 15%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 15%, 100% 100%, 0% 100%);
}
.section-about__monk {
  position: absolute;
  bottom: -180px;
  right: 260px;
  width: 874px;
}
.section-about__bg {
  width: 100%;
}
.section-about__info {
  width: 750px;
  margin: auto;
  text-align: center;
}
.section-about__icon {
  padding: 100px 0 270px 0;
}
.section-about__press-kit {
  width: 540px;
  text-align: center;
}
.section-about__press-kit .section-content {
  width: 350px;
}
.section-about__press-kit-wrapper {
  max-width: 1330px;
  margin: auto;
  display: flex;
  padding: 0 0 400px 0;
}
@media (max-width: 2559px) {
  .section-about__monk {
    right: -50px;
  }
}
@media (max-width: 1919px) {
  .section-about__monk {
    right: -200px;
  }
  .section-about__press-kit-wrapper {
    max-width: 1230px;
  }
}
@media (max-width: 1439px) {
  .section-about__monk {
    width: 672px;
    right: -150px;
    bottom: -55px;
  }
  .section-about__press-kit-wrapper {
    max-width: 980px;
  }
}
@media (max-width: 1279px) {
  .section-about {
    padding: 100px 0 0 0;
  }
  .section-about__press-kit-wrapper {
    padding: 0 0 256px 0;
  }
  .section-about__monk {
    width: 435px;
    right: -40px;
    bottom: -10px;
  }
}
@media (max-width: 767px) {
  .section-about__info {
    width: 100%;
  }
  .section-about {
    padding: 60px 0 0 0;
  }
  .section-about__monk {
    width: 183px;
    margin: auto;
    position: static;
    display: block;
  }
  .section-about__icon {
    display: none;
  }
  .section-about__press-kit-wrapper {
    padding: 0 0 85px 0;
  }
  .section-about__press-kit {
    width: 100%;
  }
  .section-about__press-kit .section-content {
    width: auto;
  }
}
.section-characters {
  padding: 73px 0 200px 0;
  position: relative;
  text-align: center;
  background: url(img/bottom-container/2560/purple-2560px.png) 50% 100% no-repeat;
  background-size: cover;
  z-index: 2;
}
@media (max-width: 2559px) {
  .section-characters {
    background: url(img/bottom-container/1920/purple-1920px.png) 50% 100% no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 1919px) {
  .section-characters {
    background: url(img/bottom-container/1440/purple-1440.png) 50% 100% no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 1439px) {
  .section-characters {
    background: url(img/bottom-container/1280/purple-1280.png) 50% 100% no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 1279px) {
  .section-characters {
    padding: 111px 0 155px 0;
    background: url(img/bottom-container/1024/purple1024.png) 50% top no-repeat;
    background-size: 100%;
  }
  .section-characters .btn {
    margin: 60px auto 20px auto;
  }
}
@media (max-width: 1023px) {
  .section-characters {
    background: url(img/bottom-container/768/purple768.png) 50% top no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  .section-characters {
    display: none;
  }
}
.section-content {
  max-width: 645px;
  margin: auto;
}
@media (max-width: 767px) {
  .section-content {
    padding: 0 30px;
  }
}
.section-screenshots {
  background: url(img/screen-bg-2560.png) center top no-repeat;
  background-size: 100%;
  height: 1015px;
  position: relative;
}
.section-screenshots:after {
  content: '';
  display: block;
  width: 100%;
  height: 11.3vw;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: url(img/bottom-container/2560/screen-top-2560.png) right bottom no-repeat;
  background-size: 100%;
}
.section-screenshots__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1265px;
  margin: auto;
  padding: 200px 0;
}
.section-screenshots__info {
  text-align: center;
}
.section-screenshots__gallery {
  width: 700px;
}
@media (max-width: 2559px) {
  .section-screenshots {
    height: 700px;
  }
  .section-screenshots:after {
    background: url(img/bottom-container/1920/screen-top-1920.png) right bottom no-repeat;
    background-size: 100%;
  }
  .section-screenshots__inner {
    padding: 100px 0;
  }
}
@media (max-width: 1919px) {
  .section-screenshots {
    background: url(img/screen-bg-1440.png) center top no-repeat;
    background-size: 100%;
    height: 1020px;
  }
  .section-screenshots:after {
    background: url(img/bottom-container/1440/screen-top-1440.png) right bottom no-repeat;
    background-size: 100%;
  }
  .section-screenshots__inner {
    padding: 250px 0 100px 0;
  }
}
@media (max-width: 1439px) {
  .section-screenshots {
    height: 920px;
  }
  .section-screenshots:after {
    background: url(img/bottom-container/1280/screen-top-1280.png) right bottom no-repeat;
    background-size: 100%;
  }
  .section-screenshots__inner {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 120px 0 100px 0;
  }
  .section-screenshots__info {
    margin-bottom: 80px;
  }
}
@media (max-width: 1279px) {
  .section-screenshots {
    background: url(img/screen-bg-1024.png) center top no-repeat;
    background-size: 100%;
    height: 950px;
  }
  .section-screenshots:after {
    background: url(img/bottom-container/1024/screen-top-1024.png) right bottom no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 1023px) {
  .section-screenshots {
    background: url(img/screen-bg-768.png) center top no-repeat;
    background-size: 100%;
    height: 950px;
  }
  .section-screenshots:after {
    background: url(img/bottom-container/768/screen-top-768.png) right bottom no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  .section-screenshots {
    background: url(img/screen-bg-320.png) center top no-repeat;
    background-size: 100%;
    height: 1110px;
  }
  .section-screenshots:after {
    background: url(img/bottom-container/320/black-top-320px.png) right bottom no-repeat;
    background-size: 100%;
  }
  .section-screenshots__gallery {
    width: 256px;
    margin: auto;
  }
}
.section-video {
  height: 900px;
  z-index: 2;
  background: #CD2525 url(img/youtube-bg-2560.png) left top no-repeat;
  background-size: cover;
  position: relative;
}
.section-video:after {
  content: '';
  display: block;
  width: 100%;
  height: 11.3vw;
  background: url(img/screen-bg-top.png) right bottom no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.section-video__info {
  width: 315px;
  text-align: center;
  padding-top: 231px;
}
.section-video__inner {
  max-width: 1000px;
  display: flex;
  height: 70%;
  margin: auto;
  justify-content: flex-end;
}
.section-video__image {
  position: absolute;
  bottom: 0;
}
.section-video__img {
  position: absolute;
  bottom: 110px;
  left: 540px;
  width: 900px;
}
@media (max-width: 2559px) {
  .section-video__img {
    left: 220px;
    bottom: 70px;
  }
  .section-video__info {
    padding-top: 260px;
  }
}
@media (max-width: 1919px) {
  .section-video__img {
    left: 0;
    bottom: 50px;
  }
  .section-video:after {
    background: url(img/screen-bg-top-1440.png) right bottom no-repeat;
    background-size: 100%;
  }
  .section-video__info {
    padding-top: 280px;
    margin-right: -33px;
  }
}
@media (max-width: 1439px) {
  .section-video__img {
    width: 854px;
    bottom: 35px;
  }
}
@media (max-width: 1279px) {
  .section-video:after {
    background: url(img/screen-bg-top-1024.png) right bottom no-repeat;
    background-size: 100%;
  }
  .section-video__img {
    width: 485px;
    bottom: 10px;
    right: 0;
    margin: auto;
  }
  .section-video__image-wrapper {
    order: 2;
  }
  .section-video__info {
    order: 1;
    padding-top: 0;
    margin-right: 0;
  }
  .section-video__inner {
    flex-direction: column;
    justify-content: space-between;
    padding-top: 50px;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .section-video:after {
    background: url(img/screen-bg-top-768.png) right bottom no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  .section-video {
    height: 675px;
  }
  .section-video:after {
    background: url(img/screen-bg-top-320.png) right bottom no-repeat;
    background-size: 100%;
  }
  .section-video__inner {
    padding-top: 60px;
  }
  .section-video__info {
    margin-bottom: 5px;
  }
  .section-video__img {
    width: 332px;
    position: static;
    margin: auto;
  }
}
.section-wallpapers {
  text-align: center;
  min-height: 960px;
  position: relative;
}
.section-wallpapers__img {
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.section-wallpapers__img img {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.section-wallpapers__download {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 90px;
  z-index: 2;
}
@media (max-width: 2559px) {
  .section-wallpapers {
    min-height: 955px;
  }
}
@media (max-width: 1919px) {
  .section-wallpapers__img img {
    top: -450px;
  }
}
@media (max-width: 1279px) {
  .section-wallpapers {
    min-height: 770px;
  }
}
@media (max-width: 1023px) {
  .section-wallpapers__download {
    top: 40px;
  }
}
@media (max-width: 767px) {
  .section-wallpapers {
    min-height: 600px;
    padding: 90px 0 0px 0;
  }
  .section-wallpapers__download {
    position: static;
  }
}
@media (max-width: 400px) {
  .section-wallpapers {
    min-height: 500px;
  }
}
.section-join {
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .section-join {
    padding: 100px 0;
  }
}
.select-lang {
  display: flex;
  align-self: center;
}
.select-lang__link {
  transition: all 0.2s;
}
.select-lang__link--active {
  color: #E04041;
}
.select-lang__link:hover {
  color: #E04041;
}
.select-lang__item {
  margin-right: 25px;
}
.select-lang__item:last-child {
  margin-right: 0;
}
.select-lang__item a {
  color: #FFDAA3;
  text-decoration: none;
  text-transform: uppercase;
}
.select-lang__item--active a {
  color: #E04041;
}
.socials {
  display: flex;
  align-items: center;
}
.socials__item:not(:last-child) {
  margin-right: 15px;
}
.socials__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.socials__item--fb {
  background: url('img/fb.svg') no-repeat center;
  background-size: cover;
  width: 13px;
  height: 24px;
}
.socials__item--fb:hover {
  background: url('img/fb-red.svg') no-repeat center;
  background-size: cover;
}
.socials__item--vk {
  background: url('img/vk.svg') no-repeat center;
  background-size: cover;
  width: 26px;
  height: 15px;
}
.socials__item--vk:hover {
  background: url('img/vk-red.svg') no-repeat center;
  background-size: cover;
}
.socials__item--twitter {
  background: url('img/twitter.svg') no-repeat center;
  background-size: cover;
  width: 20px;
  height: 15px;
}
.socials__item--twitter:hover {
  background: url('img/twitter-red.svg') no-repeat center;
  background-size: cover;
}
.socials__item--youtube {
  background: url('img/youtube.svg') no-repeat center;
  background-size: cover;
  width: 27px;
  height: 19px;
}
.socials__item--youtube:hover {
  background: url('img/youtube-red.svg') no-repeat center;
  background-size: cover;
}
.subtitle {
  font-size: 30px;
  line-height: 66px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .subtitle {
    font-size: 18px;
    line-height: 44px;
  }
}
.swiper-container {
  width: 100%;
  height: 610px;
  padding-top: 90px;
  overflow: visible;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.swiper-button-next {
  width: 19px;
  height: 38px;
}
.swiper-button-next:focus {
  outline: none;
}
.swiper-button-next--right {
  right: 500px;
  background: url('img/arrow-right.svg') no-repeat center;
  background-size: 100%;
}
.swiper-button-prev {
  width: 19px;
  height: 38px;
}
.swiper-button-prev:focus {
  outline: none;
}
.swiper-button-prev--left {
  left: 500px;
  background: url('img/arrow-right.svg') no-repeat center;
  background-size: 100%;
  transform: rotate(180deg);
}
.slide-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 1450px;
}
.slide-item {
  height: 100%;
  width: 50%;
}
@media (max-width: 2559px) {
  .swiper-button-next--right {
    right: 180px;
  }
  .swiper-button-prev--left {
    left: 180px;
  }
}
@media (max-width: 1919px) {
  .swiper-button-next--right {
    right: 2%;
  }
  .swiper-button-prev--left {
    left: 2%;
  }
}
@media (max-width: 1279px) {
  .slide-container {
    flex-direction: column;
  }
  .slide-item {
    width: 100%;
  }
  .swiper-container {
    height: auto;
    padding-top: 140px;
  }
  .swiper-button-next.swiper-button-next--right {
    top: 25%;
    right: 180px;
  }
  .swiper-button-prev.swiper-button-prev--left {
    top: 25%;
    left: 180px;
  }
}
@media (max-width: 1023px) {
  .swiper-button-next.swiper-button-next--right {
    right: 100px;
  }
  .swiper-button-prev.swiper-button-prev--left {
    left: 100px;
  }
}
@media (max-width: 767px) {
  .slide-container {
    width: 100%;
    height: 1390px;
  }
  .swiper-button-next {
    width: 13px;
    height: 22px;
  }
  .swiper-button-next.swiper-button-next--right {
    top: 11%;
    right: 30px;
  }
  .swiper-button-prev {
    width: 13px;
    height: 22px;
  }
  .swiper-button-prev.swiper-button-prev--left {
    top: 11%;
    left: 30px;
  }
}
.title {
  font-size: 51px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #FFDAA3;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.title:before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url(img/romb.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 15%;
  left: -55px;
}
.title:after {
  content: '';
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url(img/romb.svg) center center no-repeat;
  position: absolute;
  top: 15%;
  right: -55px;
}
.title--white {
  color: #FFFFFF;
}
.title--white-with-red-romb {
  color: #FFFFFF;
}
.title--white-with-red-romb:before {
  background: url(img/romb-red.svg) center center no-repeat;
}
.title--white-with-red-romb:after {
  content: '';
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url(img/romb-red.svg) center center no-repeat;
  position: absolute;
  top: 15%;
  right: -55px;
}
.title--green {
  color: #78D262;
}
.title--green:before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url(img/romb-green.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 15%;
  left: -55px;
}
.title--green:after {
  content: '';
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url(img/romb-green.svg) center center no-repeat;
  position: absolute;
  top: 15%;
  right: -55px;
}
@media (max-width: 1023px) {
  .title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .title {
    padding: 0 10px;
  }
  .title:before {
    display: none;
  }
  .title:after {
    display: none;
  }
}
.top-container-wrapper {
  position: relative;
}
.top-container-wrapper--blur .section-screenshots:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: all 0.5s;
}
.top-screen {
  height: 1080px;
  background: url(img/preview-bg.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.top-screen__bottom {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  padding: 0 100px;
  display: flex;
  align-items: flex-end;
}
.top-screen__txt-wrapper {
  text-align: center;
  margin: auto;
}
.top-screen__txt {
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 60px;
}
.top-screen__video-btn {
  width: 130px;
  height: 130px;
  background: url(img/play-btn.svg) center center no-repeat;
  background-size: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 15%;
  cursor: pointer;
}
.top-screen__right-side {
  width: 15%;
}
.top-screen__socials {
  width: 15%;
}
.top-screen__subtitle {
  margin-top: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 60px;
}
.top-screen__download {
  position: relative;
  z-index: 100;
}
.top-screen__download-title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.top-screen__download-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-screen__download-link {
  display: block;
}
.top-screen__download-link:not(:last-child) {
  margin-right: 36px;
}
.top-screen__download-link--appstore {
  width: 174px;
  height: 58px;
  background: url(img/appstore.svg) no-repeat center;
  background-size: 100%;
}
.top-screen__download-link--googleplay {
  width: 184px;
  height: 42px;
  background: url(img/googleplay.svg) no-repeat center;
  background-size: 100%;
}
.top-screen__download-link--apk {
  width: 100px;
  height: 42px;
  background: url(img/apk.svg) no-repeat center;
  background-size: 100%;
}
.top-screen__download-link--taptap {
  width: 100px;
  height: 42px;
  background: url(img/taptap.svg) no-repeat center;
  background-size: 100%;
}
.top-screen__download-link--steam {
  width: 100px;
  height: 42px;
  background: url(img/steam.svg) no-repeat center;
  background-size: 42px;
}
.top-screen__headline {
  margin-bottom: 54px;
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  text-align: center;
  color: #FFDAA3;
  font-family: "Montserrat";
}
@media (max-width: 1279px) {
  .top-screen__socials .socials {
    display: none;
  }
  .top-screen__subtitle {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 1023px) {
  .top-screen__bottom {
    padding: 0 30px;
  }
  .top-screen__headline {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .top-screen__txt-wrapper {
    font-size: 14px;
    line-height: 22px;
    bottom: 50px;
  }
  .top-screen {
    height: 612px;
  }
  .top-screen__video-btn {
    width: 60px;
    height: 60px;
    bottom: 25%;
  }
  .top-screen__bottom {
    bottom: 40px;
    padding: 0 10px;
  }
  .top-screen__socials {
    display: none;
  }
  .top-screen__right-side {
    display: none;
  }
  .top-screen__txt {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 22px;
  }
  .top-screen__subtitle {
    margin-top: 12px;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 26px;
  }
  .top-screen__download-title {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .top-screen__download-link:not(:last-child) {
    margin-right: 10px;
  }
  .top-screen__download-link--appstore {
    width: 87px;
    height: 30px;
  }
  .top-screen__download-link--googleplay {
    width: 92px;
    height: 21px;
  }
  .top-screen__download-link--apk {
    width: 50px;
    height: 21px;
  }
  .top-screen__download-link--taptap {
    width: 50px;
    height: 21px;
  }
  .top-screen__download-link--steam {
    width: 50px;
    height: 42px;
  }
  .top-screen__headline {
    font-size: 30px;
  }
}
.join__inner {
  width: 763px;
  margin: auto;
  text-align: center;
  background: url('img/ellipse.png') no-repeat center;
  background-size: 100%;
}
.join__form {
  width: 555px;
  margin: 50px auto 0 auto;
}
@media (max-width: 767px) {
  .join__inner {
    width: auto;
    padding: 0 17px;
  }
  .join__inner .title {
    padding: 0;
  }
  .join__form {
    width: auto;
    padding: 0 13px;
    margin: 35px auto 0 auto;
  }
}
form {
  margin-top: 50px;
}
.form-group {
  text-align: left;
  margin-bottom: 35px;
  position: relative;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-group label {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.54);
  margin-bottom: 10px;
}
.form-group label a {
  color: #78D262;
  text-decoration: none;
}
.form-group .btn {
  margin: 0 auto;
  background: none;
}
.form-group .btn:disabled {
  color: rgba(255, 255, 255, 0.54);
}
.form-group.active .form-control {
  position: relative;
  z-index: 2;
  border: 2px solid #FFFFFF;
}
.form-group.active .form-group__active-bg {
  display: block;
}
.form-group.has-error .form-control {
  color: #FF4747;
  border: 2px solid #FF4747;
}
.form-group__active-bg {
  display: none;
  opacity: 0.72;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  filter: blur(18px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 60px;
}
.form-control {
  display: block;
  width: 100%;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.54);
  box-sizing: border-box;
  background: none;
  padding: 18px 16px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.form-control:focus {
  outline: none;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-row-title {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.54);
  margin-bottom: 10px;
  text-align: left;
}
.form-group-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  margin-right: 30px;
}
.form-group-col:last-child {
  margin-right: 0;
}
.form-check {
  display: flex;
  justify-content: center;
}
.form-group__drop .selectable {
  display: none;
}
.form-group__drop .ui-selectmenu-button.ui-button {
  background: none;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.54);
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 18px 15px;
  justify-content: space-between;
  border-radius: 0;
  width: 100%;
}
.form-group__drop .ui-selectmenu-button.ui-button:focus {
  border: 2px solid #FFFFFF;
  outline: none;
}
.form-group__drop .ui-selectmenu-button.ui-button .ui-selectmenu-icon {
  order: 2;
  background: url('img/arrow.svg') no-repeat center;
  background-size: 100%;
}
.form-group__drop .ui-selectmenu-button.ui-selectmenu-button-open {
  border: 2px solid #FFFFFF;
}
.ui-selectmenu-menu .ui-widget.ui-widget-content {
  background: rgba(3, 7, 7, 0.8);
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  padding: 16px 14px;
  border-top: none;
  height: 270px;
  overflow-y: auto;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar {
  width: 4px;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar-track {
  background: none;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  height: 40px;
  border-radius: 4px;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar-thumb:hover {
  background: #FFFFFF;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item .ui-menu-item-wrapper {
  padding: 0;
  background: none;
  border: none;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: none;
  border: none;
  margin: 0;
}
@media (max-width: 1023px) {
  .form-group label {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .form-group label {
    font-size: 14px;
    line-height: 14px;
  }
  .form-group-col {
    margin-right: 14px;
  }
}
.radio {
  z-index: -1;
  opacity: 0;
  margin: 0;
  padding: 0;
  height: 20px;
  width: 20px;
  position: absolute;
}
.radio + label {
  display: flex;
  align-items: center;
  user-select: none;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  color: #FFFFFF;
}
.radio + label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 13px;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 15%;
  max-width: 20px;
}
.radio:checked + label::before {
  background: url('img/radio-active.svg') no-repeat center;
  background-size: 20px;
  border: none;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .radio + label {
    font-size: 12px;
    line-height: 18px;
  }
}
.language--cn .middle-container-wrapper {
  background: url(img/screen-cn-bg-2560.png) center top no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 1;
  padding: 0 0 200px 0;
}
.language--cn .middle-container-wrapper:after {
  content: '';
  display: block;
  width: 100%;
  height: 12.5vw;
  background: #CD2525;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-clip-path: polygon(0% 0%, 0% 15%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 15%, 100% 100%, 0% 100%);
}
.language--cn .section-screenshots {
  height: initial;
  background: none;
}
.language--cn .section-screenshots:after {
  display: none;
}
.language--cn .section-characters {
  background: none;
}
.language--cn .section-video:after {
  content: '';
  display: block;
  width: 100%;
  height: 12.5vw;
  background: #000000;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-clip-path: polygon(0% 0%, 0% 15%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 15%, 100% 100%, 0% 100%);
}
.language--cn .section-video__img {
  left: 280px;
}
.language--cn .section-about {
  background: none;
  padding: 0 0 200px 0;
}
.language--cn .section-about .arrow-down {
  opacity: 0;
}
.language--cn .section-about:after {
  display: none;
}
.language--cn .bottom-container-wrapper {
  background: url(img/bottom-container/cn/bottom-container-bg-cn-2560.png) 50% top no-repeat;
  background-size: cover;
  position: relative;
}
.language--cn .section-join {
  padding: 120px 0 175px 0;
}
.language--cn .section-video__info {
  width: initial;
}
.language--cn .section-video__inner {
  max-width: 1400px;
}
.language--cn .join__inner {
  background: none;
}
@media (max-width: 2559px) {
  .language--cn .section-video:after {
    bottom: -2px;
  }
}
@media (max-width: 1919px) {
  .language--cn .middle-container-wrapper {
    background: url(img/screen-cn-bg-1440.png) center top no-repeat;
    background-size: 100%;
  }
  .language--cn .section-video__img {
    width: 861px;
    left: -100px;
  }
  .language--cn .section-join {
    padding: 215px 0 175px 0;
  }
  .language--cn .section-video__inner {
    max-width: 1200px;
  }
}
@media (max-width: 1439px) {
  .language--cn .middle-container-wrapper {
    background: url(img/screen-cn-bg-1280.png) center top no-repeat;
    background-size: 100%;
  }
  .language--cn .section-video__img {
    width: 817px;
    left: -200px;
  }
  .language--cn .section-video__inner {
    max-width: 1000px;
  }
  .language--cn .bottom-container-wrapper {
    background: url(img/bottom-container/cn/bottom-container-bg-cn-1280.png) 50% top no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1279px) {
  .language--cn .middle-container-wrapper {
    background: url(img/screen-cn-bg-1024.png) center top no-repeat;
    background-size: 100%;
  }
  .language--cn .section-video__img {
    width: 485px;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .language--cn .section-join {
    padding: 110px 0 175px 0;
  }
}
@media (max-width: 1023px) {
  .language--cn .bottom-container-wrapper {
    background: url(img/bottom-container/cn/bottom-container-bg-cn-768.png) 50% top no-repeat;
    background-size: cover;
  }
  .language--cn .middle-container-wrapper {
    background: url(img/screen-cn-bg-768.png) center top no-repeat;
    background-size: 100%;
  }
  .language--cn .section-about__press-kit-wrapper {
    padding: 0 0 75px 0;
  }
  .language--cn .section-about__press-kit {
    margin: auto;
  }
  .language--cn .section-about {
    text-align: center;
    padding: 0;
  }
  .language--cn .section-about__monk {
    position: static;
  }
  .language--cn .section-about__icon {
    padding: 40px 0 92px 0;
  }
  .language--cn .section-join {
    padding: 110px 0 120px 0;
  }
  .language--cn .section-video__inner {
    padding-top: 62px;
  }
}
@media (max-width: 767px) {
  .language--cn .bottom-container-wrapper {
    background: url(img/bottom-container/cn/bottom-container-bg-cn-320.png) 50% top no-repeat;
    background-size: cover;
  }
  .language--cn .middle-container-wrapper {
    background: url(img/screen-cn-bg-320.png) center top no-repeat;
    background-size: 100%;
    padding: 0 0 100px 0;
  }
  .language--cn .section-characters {
    display: block;
    padding: 18px 0 155px 0;
  }
  .language--cn .hero-ability__img {
    justify-content: center;
  }
  .language--cn .section-video__img {
    width: 332px;
    position: static;
    margin: auto;
    height: 430px;
  }
}
.hero-ability {
  position: relative;
}
.hero-ability__info {
  position: absolute;
  display: none;
  justify-content: space-around;
  align-items: center;
  flex: 0 0 auto;
  left: -3px;
  top: -45px;
  border-radius: 8px;
  height: 448px;
  min-width: 485px;
  background: #2E2E2E;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.35);
}
.hero-ability__info:before {
  top: 100%;
  left: 31px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.hero-ability__info:after {
  top: 100%;
  left: 31px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #4e4968;
  border-width: 7px;
  margin-left: -7px;
}
.hero-ability__img {
  height: 154px;
  width: 154px;
  display: flex;
  align-items: center;
}
.hero-ability__img img {
  max-height: 100%;
}
.hero-ability-list {
  display: flex;
  padding-top: 10px;
  position: relative;
  margin-left: -25px;
}
.hero-ability-list .hero-info {
  bottom: 160px;
}
@media (max-width: 767px) {
  .hero-ability-list {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    margin-left: 0px;
  }
  .hero-ability {
    margin: 0;
  }
}
.hero-description {
  height: 260px;
}
.hero-description-content {
  overflow: auto;
  position: relative;
  padding: 20px 0;
  width: 100%;
  max-width: 97%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 260px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}
.hero-description-content p {
  margin: 0 0 25px 0;
}
.hero-description-content::-webkit-scrollbar {
  width: 0;
}
.hero-description-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #FFD75E;
}
@media (max-width: 767px) {
  .hero-description-content {
    padding: 0 50px 20px 50px;
  }
}
.hero-detail {
  width: 645px;
  text-align: left;
}
.hero-detail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 1439px) {
  .hero-detail {
    width: 585px;
  }
}
@media (max-width: 1279px) {
  .hero-detail {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .hero-detail {
    width: 100%;
  }
  .hero-detail-header {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.hero-skill {
  display: flex;
  align-items: center;
}
.hero-skill__item {
  display: block;
  margin: 0 15px;
  position: relative;
}
.hero-skill__item.hero-skill__item--1 {
  background-size: 79px;
  width: 92px;
  height: 100px;
}
.hero-skill__item.hero-skill__item--1_easy {
  background: url('img/difficulty_easy.png') no-repeat center;
}
.hero-skill__item.hero-skill__item--1_easy .hero-info__title {
  color: #CFFF75;
}
.hero-skill__item.hero-skill__item--1_medium {
  background: url('img/difficulty_medium.png') no-repeat center;
}
.hero-skill__item.hero-skill__item--1_medium .hero-info__title {
  color: #FFDD75;
}
.hero-skill__item.hero-skill__item--1_hard {
  background: url('img/difficulty_hard.png') no-repeat center;
}
.hero-skill__item.hero-skill__item--1_hard .hero-info__title {
  color: #FF7575;
}
.hero-skill__item.hero-skill__item--2 {
  background-size: 84px;
  width: 75px;
  height: 100px;
}
.hero-skill__item.hero-skill__item--2_dynasty {
  background: url('img/faction_dynasty.png') no-repeat center;
}
.hero-skill__item.hero-skill__item--2_heralds {
  background: url('img/faction_heralds.png') no-repeat center;
}
.hero-skill__item.hero-skill__item--2_legion {
  background: url('img/faction_legion.png') no-repeat center;
}
.hero-skill__item .hero-info {
  left: -90px;
}
@media (max-width: 1919px) {
  .hero-skill__item .hero-info {
    right: -40px;
    left: inherit;
  }
  .hero-skill__item .hero-info:after {
    right: 60px;
    left: inherit;
  }
  .hero-skill__item .hero-info:before {
    right: 31px;
    left: inherit;
  }
}
@media (max-width: 767px) {
  .hero-skill__item {
    margin: 0 8px;
    height: 70px;
  }
  .hero-skill__item--1 {
    background-size: 62px;
    width: 62px;
  }
  .hero-skill__item--2 {
    background-size: 51px;
    width: 51px;
  }
  .hero-skill__item.hero-skill__item--1 {
    background-size: 62px;
    width: 62px;
    height: 53px;
  }
  .hero-skill__item.hero-skill__item--2 {
    background-size: 51px;
    width: 51px;
    height: 56px;
  }
  .hero-skill {
    margin: 37px 0 58px 0;
  }
}
.hero-image {
  position: relative;
  height: 100%;
}
.hero-image img {
  position: absolute;
  top: -370px;
  left: 0;
}
@media (max-width: 1279px) {
  .hero-image {
    height: 700px;
  }
  .hero-image img {
    right: 0;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .hero-image {
    height: 350px;
  }
  .hero-image img {
    width: 100%;
    top: -160px;
  }
}
.hero-info {
  width: 427px;
  position: absolute;
  display: none;
  padding: 30px;
  z-index: 1;
  bottom: 130px;
  left: -50px;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.35);
}
.hero-info:after {
  top: 100%;
  left: 60px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-width: 16px;
  margin-left: 50px;
}
.hero-info:before {
  top: 100%;
  left: 31px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.hero-info.active {
  display: flex;
}
.hero-info--dark {
  background-color: #2E2E2E;
}
.hero-info--dark:after {
  border-top-color: #2E2E2E;
}
.hero-info--dark .hero-info__title {
  color: #FFDAA3;
}
.hero-info--shadow {
  background-color: #152E2E;
}
.hero-info--shadow:after {
  border-top-color: #152E2E;
}
.hero-info--shadow .hero-info__title {
  color: #62D6D6;
}
.hero-info__title {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 24px;
  text-transform: uppercase;
}
.hero-info__title + .hero-info__content {
  margin-top: 20px;
}
.hero-info__txt {
  color: #FFFFFF;
}
.hero-info__list {
  border-top: 4px solid #1E4141;
  padding-top: 25px;
  margin-top: 20px;
}
.hero-info__item {
  display: flex;
  align-items: center;
}
.hero-info__item-txt {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}
@media (max-width: 1919px) {
  .hero-info {
    width: 410px;
  }
  .hero-ability:nth-child(4) .hero-info {
    left: inherit;
    right: -50px;
  }
  .hero-ability:nth-child(4) .hero-info:after {
    left: inherit;
    right: 112px;
  }
  .hero-ability:nth-child(4) .hero-info:before {
    left: inherit;
    right: 30px;
  }
}
@media (max-width: 1439px) {
  .hero-info {
    left: inherit;
    right: -50px;
  }
  .hero-info:after {
    left: inherit;
    right: 112px;
  }
  .hero-info:before {
    left: inherit;
    right: 30px;
  }
}
.hero-name__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 43px;
  line-height: 35px;
  color: #FFFFFF;
  padding-bottom: 18px;
}
.hero-name__subtitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  color: #FFD75E;
  text-transform: uppercase;
}
.hero-name__subtitle-common {
  color: #97aeb8;
}
.hero-name__subtitle-rare {
  color: #8cbaff;
}
.hero-name__subtitle-epic {
  color: #c68cff;
}
@media (max-width: 1023px) {
  .hero-name__title {
    font-size: 36px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .hero-name {
    text-align: center;
  }
}
