@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/assets/fonts/fontawesome/fa-brands-400.eot");
  src: url("/assets/fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("/assets/fonts/fontawesome/fa-brands-400.woff") format("woff"), url("/assets/fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("/assets/fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg"); }

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/assets/fonts/fontawesome/fa-solid-900.eot");
  src: url("/assets/fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("/assets/fonts/fontawesome/fa-solid-900.woff") format("woff"), url("/assets/fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("/assets/fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg"); }

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-discord:before {
  content: "\f392"; }

.fab {
  font-family: "Font Awesome 5 Brands"; }

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free"; }

.fa, .fas {
  font-weight: 900; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /*vertical-align: baseline;*/ }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  position: relative; }

ol, ul {
  list-style: none; }

@font-face {
  font-family: 'Gill';
  font-style: normal;
  font-weight: 700;
  src: local("Gill Sans Nova Cn Bold"), url("/assets/fonts/gill-sans-nova-bold.woff") format("woff"); }

@font-face {
  font-family: 'Gill';
  font-style: normal;
  font-weight: 600;
  src: local("Gill Sans Nova Cn Semibold"), url("/assets/fonts/gill-sans-nova-semibold.woff") format("woff"); }

html {
  font-size: 10px; }
  @media (max-height: 880px) and (min-height: 650px) and (min-aspect-ratio: 1280 / 850) {
    html {
      font-size: calc(1.30435vh - 1.47826px); } }
  @media (max-width: 1600px) and (min-width: 600px) and (max-aspect-ratio: 1280 / 850) {
    html {
      font-size: calc(0.3vw + 5.2px); } }
  @media (max-height: 650px) and (min-aspect-ratio: 1280 / 850), (max-width: 600px) and (max-aspect-ratio: 1280 / 850) {
    html {
      font-size: 7px; } }

body {
  font-size: 1.4rem; }

html, body {
  font-family: 'Open Sans', sans-serif;
  background: #000;
  overflow-x: hidden;
  position: relative; }

header {
  background: #000;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .logo img {
    display: block;
    max-width: 22.0rem;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.uk-totop {
  padding: 0 !important;
  line-height: 1; }

.wrapper {
  margin-top: 5.7rem; }

.ytb-w {
  width: 80vw;
  padding-bottom: 56.6%; }
  .ytb-w iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.uk-container {
  max-width: 156.3rem; }

@-webkit-keyframes animationPlane {
  0% {
    opacity: 1;
    -webkit-transform: translate(-100%, 19%);
            transform: translate(-100%, 19%); }
  80% {
    opacity: 1;
    -webkit-transform: translate(58vw, -241%);
            transform: translate(58vw, -241%); }
  100% {
    -webkit-transform: translate(58vw, -241%);
            transform: translate(58vw, -241%);
    opacity: 1; } }

@keyframes animationPlane {
  0% {
    opacity: 1;
    -webkit-transform: translate(-100%, 19%);
            transform: translate(-100%, 19%); }
  80% {
    opacity: 1;
    -webkit-transform: translate(58vw, -241%);
            transform: translate(58vw, -241%); }
  100% {
    -webkit-transform: translate(58vw, -241%);
            transform: translate(58vw, -241%);
    opacity: 1; } }

.plane {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 19%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  z-index: 400;
  -webkit-animation: animationPlane linear 35s infinite;
          animation: animationPlane linear 35s infinite; }

.plane1 {
  position: absolute;
  left: -50.0rem;
  bottom: -50.0rem;
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
  -webkit-transform: translate(27vw, -26vh);
          transform: translate(27vw, -26vh);
  z-index: -1; }

.plane2 {
  position: absolute;
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
  z-index: 450;
  left: 23%;
  top: -10%; }

.p1 {
  position: absolute;
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
  z-index: 450;
  left: 18%;
  top: -35%; }

.p2 {
  position: absolute;
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
  z-index: 450;
  left: 10%;
  top: -29%; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.nav--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.nav--item {
  margin-right: 5.0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .nav--item svg {
    display: none; }
  .nav--item:last-of-type {
    margin-right: 0; }

.nav--link {
  font-size: 1.6rem;
  color: #f4be8f; }
  .nav--link:hover {
    text-decoration: none;
    color: #fff8ab; }

.soc--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .soc--nav.nob {
    margin-left: 0; }
    .soc--nav.nob .soc--item {
      margin-right: 1.0rem; }
      .soc--nav.nob .soc--item:last-of-type {
        margin-right: 0; }
    .soc--nav.nob .soc--link {
      border-radius: .3rem;
      width: 4.5rem;
      max-width: 4.5rem;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 4.5rem;
              flex: 1 0 4.5rem;
      height: 4.5rem; }

#nav-mob .soc--link {
  color: #000; }

.soc--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.soc--item {
  margin-right: 1.6rem; }
  .soc--item:last-of-type {
    margin-right: 0; }

.soc--link {
  width: 3.5rem;
  max-width: 3.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 3.5rem;
          flex: 1 0 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #f4be8f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  text-decoration: none;
  font-size: 2.0rem; }
  .soc--link:hover {
    color: #000;
    text-decoration: none;
    background-color: #fff8ab; }
  .soc--link_steam {
    background: transparent center no-repeat;
    background-size: contain; }
    .soc--link_steam:hover {
      background-color: transparent;
      -webkit-filter: brightness(1.25);
              filter: brightness(1.25); }

.parallax {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 350;
  top: -0vh;
  left: -0vw; }

.parallax-layer {
  position: absolute;
  top: .0rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain; }

.parallax-layer__5 {
  background-image: url(/assets/img/fonzad.png);
  z-index: 5;
  background-size: cover;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-position: center top;
  position: absolute;
  background-repeat: no-repeat; }

.parallax-layer__flash {
  position: absolute;
  display: block;
  left: auto;
  top: auto;
  bottom: -25vw;
  right: -20vw;
  width: 70vw;
  height: 70vw;
  background: radial-gradient(closest-side, #FFC107, transparent);
  z-index: 450; }

.parallax-layer__6, .parallax-layer__7 {
  background: center bottom url(/assets/img/fotper_l.png) no-repeat;
  z-index: 500;
  background-size: contain;
  top: 0;
  width: 80%;
  height: 100%;
  left: 0; }

.parallax-layer__7 {
  background-image: url(/assets/img/fotper_r.png);
  left: auto;
  right: 0; }

.solder-creen {
  width: 100%;
  min-height: 83rem;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-top: 3.0rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; 
          margin-bottom: 2rem;}

.z-on {
  position: relative;
  z-index: 450; }

.img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.txt--headind {
  min-width: 350px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Gill';
  margin-bottom: 3.0rem; }
  .txt--headind.small {
    font-size: 2.2rem; }
  .txt--headind.fon-dashed {
    background: no-repeat center;
    background-size: auto;
    background-size: cover;
    padding: 1.1rem 5.2rem; }

.game--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.5rem 0;
  margin-top: 3.0rem; }

.game--item {
  margin-right: .8rem;
  width: auto;
  height: 4.9rem;
  opacity: 0.3; }
  .game--item.active {
    opacity: 0.7; }
  .game--item img {
    height: 100%; }
  .game--item:last-of-type {
    margin-right: 0; }

.text-block {
  display: block;
  width: 100%; }

.def-txt {
  font-size: 2.0rem;
  color: #000000;
  padding-bottom: 2.0rem;
  max-width: 45.0rem;
  margin: 0 auto;
  text-align: center;
  line-height: 128%; }

.watch-btn {
  max-width: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* background: #ff0000; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .8rem 2.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4.5rem;
  margin-bottom: 4.5rem; 
  border-radius: 10px; }
  .watch-btn a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .watch-btn a:hover {
      text-decoration: none;
      color: #fff; }
  .watch-btn span {
    font-family: 'Gill';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.8rem;
    position: relative;
    top: -.3rem;
    padding-left: 1.0rem; }

    .watch-text{
      font-style: inherit;

    }

.steam-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #7e9832;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.8rem 3.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1.5rem;
  margin-bottom: 3.5rem;
  border-radius: 10px; }
  .steam-btn a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .steam-btn a:hover {
      text-decoration: none;
      color: #fff; }
  .steam-btn span {
    font-family: 'Gill';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.8rem;
    position: relative;
    top: -.3rem;
    padding-left: 1.0rem; }

.frame-steam {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.game-info {
  max-width: 40.0rem; }
  .game-info p {
    color: #a99a8b;
    font-size: 2.0rem;
    line-height: 122%; }

.game-img {
  margin-bottom: 3.0rem;
  height: 3.0rem; }
  .game-img img {
    height: 100%; }

.slider-3 {
  padding-bottom: 15.0rem;
  max-width: 170.0rem; }
  .slider-3 .ovhh {
    overflow: hidden;
    padding-left: 6.0rem; }
  .slider-3 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0; }
    .slider-3 li.uk-active {
      opacity: 1; }
  .slider-3 .uk-position-relative {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 6.0rem; }

.control {
  color: #e9b689;
  z-index: 150;
  font-size: 4.6rem; }
  .control svg {
    display: none; }

.brokenn {
  background: url("/assets/img/Broken-News.png") no-repeat center;
  padding-bottom: 23.0rem;
  min-height: 86.0rem;
  padding-top: 23.0rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .brokenn .uk-container {
    max-width: 170.0rem; }
  .brokenn .p150 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 7.0rem;
    padding-right: 7.0rem; }
  .brokenn .ovhh {
    overflow: hidden;
    padding-left: 6.0rem; }

.news--item {
  max-width: 70.0rem;
  padding-right: 3.0rem; }

.news--date {
  font-size: 1.6rem;
  line-height: 128%;
  color: #716a63;
  text-transform: uppercase; }

.news--ttl {
  font-size: 3.6rem;
  line-height: 122%;
  color: #ffffff;
  font-family: 'Gill';
  font-weight: 600;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.news--descr {
  font-size: 1.8rem;
  color: #a99a8b;
  line-height: 128%; }

.big-lg {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .big-lg img {
    display: block;
    max-width: 59.0rem;
    width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.ttl {
  font-size: 6.2rem;
  color: #ffffff;
  line-height: 122%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Gill';
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 5.4rem; }

.ttl-game-big {
  font-size: 7.2rem;
  color: #ffffff;
  line-height: 112%;
  font-family: 'Gill';
  font-weight: 600;
  padding-bottom: 2.8rem; }

.txt-game-s {
  width: 63%;
  font-size: 2.0rem;
  color: #a99a8b;
  line-height: 158%; }

.ss1 {
  background: url("/assets/img/ss1.png") no-repeat center;
  min-height: 100.0rem;
  background-size: cover;
  position: relative;
  z-index: 10;
  top: 15.5rem;
  padding-top: 4.0rem; }
  .ss1 .posr {
    height: 100%;
    padding-top: 3.0rem; }

.ss2 {
  background: url("/assets/img/ss2.png") no-repeat center;
  background-size: auto;
  min-height: 89.7rem;
  background-size: cover;
  position: relative;
  z-index: 9;
  padding-top: 25.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .ss2 .pl-r {
    width: 94.4rem;
    position: relative;
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  .ss2 .pr {
    position: relative;
    -webkit-transform: translateX(33%);
            transform: translateX(33%); }

.ss3 {
  background: url("/assets/img/ss3.png") no-repeat center;
  min-height: 78.9rem;
  background-size: cover;
  position: relative;
  z-index: 10;
  position: relative;
  top: -15.2rem;
  padding-top: 25.0rem; }
  .ss3 .pl {
    padding-left: 6.0rem;
    margin-top: auto;
    margin-bottom: auto !important; }
  .ss3 .txt-game-s {
    width: 77%; }

.ss4 {
  background: url("/assets/img/ss4.png") 65% 50% no-repeat;
  min-height: 63.0rem;
  background-size: cover;
  position: relative;
  z-index: 9;
  /* position: relative; */
  top: -24.2rem;
  padding-top: 8.5rem; }

.ss5 {
  height: 154.7rem;
  position: relative;
  top: -43.0rem;
  z-index: 6; }

.pl {
  padding-left: 6.0rem;
  margin-top: auto; }

.ss {
  margin-top: -26.5rem; }

.posr {
  position: relative; }

.pl-r {
  width: 94.4rem;
  position: relative;
  -webkit-transform: translateX(-18%);
          transform: translateX(-18%); }

.map {
  position: absolute;
  right: -35.1rem;
  bottom: -26.5rem;
  z-index: -1; }
  .map .c {
    position: absolute;
    bottom: -4.2rem;
    left: 24.1rem; }

.g {
  font-size: 1rem;
  pointer-events: none;
  z-index: 10; }
  @media (min-width: 640px) and (max-width: 1024px) {
    
    .g {
      font-size: calc(0.78125vw + 0px); } }
  @media (max-width: 640px) {
    .buy{
      width: 100%;
    }
    .g {
      font-size: 0.6rem; } }

.rg {
  position: absolute;
  right: -8.8em;
  bottom: -4.1em; }
  .rg .t {
    position: absolute;
    min-width: 43.5em;
    right: 19.2em;
    top: 20.0em; }
  .rg.g2 .t {
    right: 19.2em;
    top: 20.0em; }
    .rg.g2 .t .dialog-txt {
      top: 44%;
      left: 10%; }
  .rg.g4 .t {
    position: absolute;
    min-width: 37.0em;
    right: 18.7em;
    top: 17.2em; }
    .rg.g4 .t .dialog-txt {
      top: 44%;
      left: 14%; }
  .rg.g5 {
    position: absolute;
    right: -8.8em;
    bottom: auto;
    top: -12.2em; }
    .rg.g5 .t {
      position: absolute;
      min-width: 37.6em;
      top: 6.6em;
      right: 17.6em; }
      .rg.g5 .t .dialog-txt {
        top: 16%;
        left: 9%; }

.lg {
  position: absolute;
  left: -4.0em;
  top: -10.0em; }
  .lg.g1 .dialog-txt {
    top: 56%;
    left: 9%; }
  .lg.g3 .t {
    position: absolute;
    min-width: 43.5em;
    top: 3.1em;
    left: 23.9em; }
    .lg.g3 .t .dialog-txt {
      top: 23%;
      left: 13%; }
  .lg.g6 {
    position: absolute;
    left: -4.0em;
    bottom: -25.8em;
    top: auto; }
    .lg.g6 .t {
      position: absolute;
      min-width: 43.5em;
      top: 7.9em;
      left: 18.6em; }
      .lg.g6 .t .dialog-txt {
        top: 22%;
        left: 10%; }
  .lg .t {
    position: absolute;
    min-width: 43.5em;
    top: 17.5em;
    left: 21.7em; }

.dialog-txt {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.29; }

.g.lg.g3.wow.fadeInLeftBig {
  top: auto;
  bottom: -30.1rem;
  left: 8.6rem; }

.persons-img {
  position: relative;
  width: 71.6rem;
  height: 71.6rem;
  top: 10.0rem; }

.person-img {
  visibility: hidden;
  -webkit-transform: translateX(-2vw);
          transform: translateX(-2vw);
  opacity: 0;
  position: absolute;
  -webkit-transition: all .28s ease-in;
  transition: all .28s ease-in; }
  .person-img.active {
    -webkit-transition: all .28s ease-in;
    transition: all .28s ease-in;
    visibility: visible;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1; }

.persons-info {
  padding-top: 18.0rem;
  padding-left: 8.5rem; }

.person-info {
  max-width: 71.6rem;
  visibility: hidden;
  -webkit-transform: translateX(20vw);
          transform: translateX(20vw);
  opacity: 0;
  position: absolute;
  -webkit-transition: all .38s ease-out;
  transition: all .38s ease-out; }
  .person-info.active {
    -webkit-transition: all .38s ease-out;
    transition: all .38s ease-out;
    visibility: visible;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1; }

.person-ttl {
  font-size: 7.2rem;
  color: #ffffff;
  line-height: 112%;
  font-family: 'Gill';
  font-weight: 600;
  padding-bottom: 3.8rem; }

.person-place {
  font-size: 2.0rem;
  color: #a99a8b;
  line-height: 128%;
  padding-bottom: 2.0rem; }

.person-txt p {
  font-size: 2.0rem;
  color: #a99a8b;
  line-height: 128%;
  padding-bottom: 2.0rem;
  padding-top: 0;
  margin-top: 0; }

.person-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  top: -7.5rem; }

.person-link {
  width: 145px;
  cursor: pointer;
  -webkit-transition: all .190ms ease-out;
  transition: all .190ms ease-out; }
  .person-link:hover .person-link-t {
    color: #fff8ab; }
  .person-link:hover .person-link-i.instance {
    opacity: 1; }
  .person-link:hover .person-link-i.instance-0 {
    background-position: 50% -119px; }
  .person-link:hover .person-link-i.instance-1 {
    background-position: 50% -122px; }
  .person-link:hover .person-link-i.instance-2 {
    background-position: 50% -126px; }
  .person-link:hover .person-link-i.instance-3 {
    background-position: 50% -123px; }
  .person-link:hover .person-link-i.instance-4, .person-link:hover .person-link-i.instance-5 {
    background-position: 50% -121px; }
  .person-link:hover .person-link-i.instance-6 {
    background-position: 50% -120px; }
  .person-link:hover .person-link-i.instance-7 {
    background-position: 50% -123px; }
  .person-link.active .person-link-t {
    color: #fff8ab !important; }
  .person-link.active .person-link-i {
    opacity: 1 !important; }
    .person-link.active .person-link-i.instance-0 {
      background-position: 50% -119px; }
    .person-link.active .person-link-i.instance-1 {
      background-position: 50% -122px; }
    .person-link.active .person-link-i.instance-2 {
      background-position: 50% -126px; }
    .person-link.active .person-link-i.instance-3 {
      background-position: 50% -123px; }
    .person-link.active .person-link-i.instance-4, .person-link.active .person-link-i.instance-5 {
      background-position: 50% -121px; }
    .person-link.active .person-link-i.instance-6 {
      background-position: 50% -120px; }
    .person-link.active .person-link-i.instance-7 {
      background-position: 50% -123px; }
  .person-link.hovered .person-link-t {
    color: #49423c; }
  .person-link.hovered .person-link-i {
    opacity: 0.5; }
  .person-link .person-link-t {
    text-align: center;
    font-size: 20px;
    color: #f4be8f;
    line-height: 128%; }
  .person-link .person-link-i {
    margin-top: 15px; }
    .person-link .person-link-i.instance {
      background-repeat: no-repeat;
      width: 100%;
      height: 117px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .person-link .person-link-i.instance-0 {
      background-image: url("/assets/img/sl/1.png");
      background-position: 50% 0; }
    .person-link .person-link-i.instance-1 {
      background-image: url("/assets/img/sl/2.png");
      background-position: 50% 0;
      position: relative;
      left: 3px; }
    .person-link .person-link-i.instance-2 {
      background-image: url("/assets/img/sl/3.png");
      background-position: 50% 0; }
    .person-link .person-link-i.instance-3 {
      background-image: url("/assets/img/sl/4.png");
      background-position: 50% 0; }
    .person-link .person-link-i.instance-4 {
      background-image: url("/assets/img/sl/5.png");
      background-position: 50% 0; }
    .person-link .person-link-i.instance-5 {
      background-image: url("/assets/img/sl/7.png");
      background-position: 50% 0; }
    .person-link .person-link-i.instance-6 {
      background-image: url("/assets/img/sl/6.png");
      background-position: 50% 0; }
    .person-link .person-link-i.instance-7 {
      background-image: url("/assets/img/sl/8.png");
      background-position: 50% 0; }

.rr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.0rem; }

.cnt {
  padding-top: 20.0rem;
  padding-left: 10.0rem;
  padding-right: 10.0rem;
  position: relative;
  z-index: 450; }

.btxt {
  font-size: 4.8rem;
  color: #fcf7ef;
  font-weight: 600;
  font-family: 'Gill';
  width: 100%;
  line-height: 126%;
  padding: 15rem 0; }
  .btxt span {
    max-width: 75.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.btxt-img {
  padding: 6rem 0; }

.mb145 {
  padding-bottom: 14.5rem !important; }

.mb130 {
  padding-bottom: 13.0rem !important; }

.mn--form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }

.mn--input {
  min-width: 32.9rem;
  height: 4.8rem;
  color: #bbbbbb;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  background: #2a2a2a;
  border-radius: .3rem;
  border: none; }
  .mn--input::-webkit-input-placeholder {
    color: #8a8a8a;
    opacity: 1; }
  .mn--input::-moz-placeholder {
    color: #8a8a8a;
    opacity: 1; }
  .mn--input:-ms-input-placeholder {
    color: #8a8a8a;
    opacity: 1; }
  .mn--input::-ms-input-placeholder {
    color: #8a8a8a;
    opacity: 1; }
  .mn--input::placeholder {
    color: #8a8a8a;
    opacity: 1; }
  .mn--input:focus {
    outline: none; }

.mn--button {
  border-radius: .3rem;
  border: none;
  height: 4.8rem;
  background: #82acd2;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: 'Gill';
  line-height: 4.8rem;
  padding: 0 1.6rem;
  text-transform: uppercase;
  margin-left: .5rem;
  cursor: pointer; }
  .mn--button:focus {
    outline: none; }
  .mn--button_secondary {
    background: #ccd8e2; }

.subscribe {
  /* padding-top: 15.3rem; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.add-libr {
  padding-left: 2.0rem;
  padding-right: 2.0rem; }
  .add-libr a {
    color: #000000;
    text-decoration: none;
    font-family: 'Gill';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.0rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 4.8rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    background: #7e9832;
    border-radius: .3rem; }
    .add-libr a:hover {
      text-decoration: none; }
    .add-libr a i {
      margin-right: 1.0rem;
      font-size: 2.2rem; }

.error {
  width: 100%;
  padding-top: 4.3rem;
  position: absolute;
  left: -.4rem;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }
  .error span {
    font-size: 1.6rem;
    color: #ffa4a4;
    line-height: 122%;
    padding: 1.6rem 2.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 1.5rem;
    background: #c10000;
    position: relative; }
    .error span:before {
      z-index: -1;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      position: absolute;
      content: '';
      top: 0;
      left: 3.0rem;
      width: 1.9rem;
      height: 1.7rem; }

footer {
  padding-top: 5.0rem;
  padding-bottom: 1rem;
  background: #101010; }

.fot-list {
  font-size: 1.6rem;
  color: #8a8a8a;
  line-height: 128%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .fot-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .fot-list a {
    color: #f4be8f; }
    .fot-list a:hover {
      color: #fff8ab;
      text-decoration: none; }
  .fot-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 7.0rem; }
    .fot-list li:last-of-type {
      margin-right: 0; }
    .fot-list li img {
      margin-top: 2.1rem;
      width: 100%; }

.ond {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.onm {
  display: none; }

.bar {
  position: relative;
  top: -.1rem;
  font-size: 2.6rem;
  color: #f4be8f; }
  .bar:hover {
    color: #fff8ab;
    text-decoration: none; }

.uk-offcanvas-bar {
  background: #000; }

.p130 {
  top: -13.0rem;
  position: relative; }

@media (max-width: 1850px) {
  .parallax-layer__4 .sold-c {
    right: 13vw; } }

@media (max-width: 1500px) {
  .parallax-layer__4 .sold-c {
    right: 7vw; }
  .news--item {
    padding-right: 2.0rem; }
  .g.lg.g3.wow.fadeInLeftBig {
    top: auto;
    bottom: -30.1rem;
    left: -1.8rem; }
  .slider-3 .uk-slider.uk-position-relative {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: .0rem;
    margin-left: .0rem;
    margin-right: .0rem; }
  .slider-3 .uk-position-relative {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: .0rem;
    margin-left: 5.0rem;
    margin-right: 5.0rem; }
  .game-info {
    padding-right: 1.2rem;
    padding-left: 1.2rem; }
  .brokenn .ovhh {
    overflow: hidden;
    padding-left: .0rem; }
  .news--ttl {
    font-size: 2.8rem; }
  .pl-r {
    width: 70.4rem;
    position: relative;
    -webkit-transform: translateX(-18%);
            transform: translateX(-18%); }
  .ss2 .pl-r {
    width: 70.4rem;
    position: relative;
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  .ss2 .pr {
    position: relative;
    -webkit-transform: translateX(20%);
            transform: translateX(20%); }
  .persons-img {
    position: relative;
    width: 50.0rem;
    height: auto; }
  .person-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    position: absolute;
    bottom: -52.0rem;
    top: auto; }
  .ss4 {
    min-height: 73.8rem;
    padding-bottom: 8.0rem; }
  .p130 {
    top: -8.0rem;
    position: relative; }
  .persons-info {
    padding-top: 12.0rem;
    padding-bottom: 6rem;
    padding-left: 8.5rem; } }

@media (max-width: 1400px) {
  .parallax-layer__4 .sold-c {
    right: 6vw; } }

@media (max-width: 1300px) {
  @-webkit-keyframes fadeInLeftBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-200rem, 0, 0) scale(0.7);
      transform: translate3d(-200rem, 0, 0) scale(0.7); }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(0.7);
      transform: translate3d(0, 0, 0) scale(0.7); } }
  @keyframes fadeInLeftBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-200rem, 0, 0) scale(0.7);
      transform: translate3d(-200rem, 0, 0) scale(0.7); }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(0.7);
      transform: translate3d(0, 0, 0) scale(0.7); } }
  @-webkit-keyframes fadeInRightBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(200rem, 0, 0) scale(0.7);
      transform: translate3d(200rem, 0, 0) scale(0.7); }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(0.7);
      transform: translate3d(0, 0, 0) scale(0.7); } }
  @keyframes fadeInRightBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(200rem, 0, 0) scale(0.7);
      transform: translate3d(200rem, 0, 0) scale(0.7); }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(0.7);
      transform: translate3d(0, 0, 0) scale(0.7); } }
  .parallax-layer__4 .sold-c {
    right: 4vw; }
  .g.lg.g3.wow.fadeInLeftBig {
    top: auto;
    bottom: -30.1rem;
    left: -5.8rem; }
  .lg {
    position: absolute;
    left: -4.0rem;
    top: -13.2rem; }
  .ss1 {
    min-height: 70.0rem; }
  .ss2 {
    min-height: 79.7rem; }
  .ss3 {
    min-height: 48.9rem;
    padding-bottom: 3.0rem; }
  .subscribe {
    padding-top: 15.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .mn--form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 8.0rem; }
    .mn--form div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .ss5 {
    height: 164.7rem; }
  .error {
    width: 100%;
    padding-top: 1.9rem;
    position: absolute;
    left: -2.3rem;
    bottom: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  .pl-r {
    width: auto;
    position: relative;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  .ttl-game-big {
    font-size: 4.8rem; }
  .txt-game-s {
    width: 100%; }
  .ss2 .pl-r {
    width: auto;
    position: relative;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  .ss2 .pr {
    position: relative;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }


@media (max-width: 1500px) {
  .person-ttl {font-size: 5.2rem!important;
  }
            
            
            }
@media (max-width: 1199px) {
  .person-link {
    width: 25%;
    cursor: pointer;
    -webkit-transition: all .190ms ease-out;
    transition: all .190ms ease-out; }
  .person-list {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    bottom: -68.5rem; }
  .person-ttl {
    font-size: 4.8rem;
    color: #ffffff;
    line-height: 112%;
    font-family: 'Gill';
    font-weight: 600;
    padding-bottom: 1.8rem; }
  .persons-info {
    padding-top: 10.0rem;
    padding-left: 3.0rem;
    padding-right: 2.0rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .person-txt p {
    padding-right: 2.0rem; } }

@media (max-width: 1090px) {
  .person-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .nav--item {
    margin-right: 1.8rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .person-list {
    -webkit-transform: scale(1);
            transform: scale(1);
    padding-left: 4.0rem;
    padding-right: 4.0rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .person-link {
    width: 12.0rem; } }

@media (max-width: 1024px) {
  .ond {
    display: none; }
  .onm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .person-link {
    width: 25%; }
  .person-list {
    bottom: -68.5rem; }
  .wrap-m {
    padding-top: 10.0rem;
    padding-bottom: 3.0rem; }
    .wrap-m .soc--nav {
      padding-top: 2.0rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .nav--item {
    width: 100%;
    margin-right: 0;
    text-align: center;
    padding-bottom: 2.0rem; }
  .wrapper {
    margin-top: 4.8rem; }
  .uk-offcanvas-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear; } }

@media (max-width: 850px) {
  @-webkit-keyframes fadeInLeftBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-200rem, 0, 0) scale(0.6);
      transform: translate3d(-200rem, 0, 0) scale(0.6); }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(0.6);
      transform: translate3d(0, 0, 0) scale(0.6); } }
  @keyframes fadeInLeftBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-200rem, 0, 0) scale(0.6);
      transform: translate3d(-200rem, 0, 0) scale(0.6); }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(0.6);
      transform: translate3d(0, 0, 0) scale(0.6); } }
  @-webkit-keyframes fadeInRightBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(200rem, 0, 0) scale(0.6);
      transform: translate3d(200rem, 0, 0) scale(0.6); }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(0.6);
      transform: translate3d(0, 0, 0) scale(0.6); } }
  @keyframes fadeInRightBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(200rem, 0, 0) scale(0.6);
      transform: translate3d(200rem, 0, 0) scale(0.6); }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(0.6);
      transform: translate3d(0, 0, 0) scale(0.6); } }
  .g.lg.g3.wow.fadeInLeftBig {
    top: auto;
    bottom: -27.9rem;
    left: -5.8rem; }
  .lg {
    position: absolute;
    left: -4.0rem;
    top: -13.2rem; }
  .g.lg.g1.wow.fadeInLeftBig {
    top: -20.1rem; }
  .ss2 {
    min-height: auto;
    padding-bottom: 15.7rem; }
    .ss2 .uk-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    .ss2 .pr {
      position: relative;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      padding-left: 26%; }
  .g.rg.g5.wow.fadeInRightBig {
    top: -17.5rem; }
  .lg.g6 {
    position: absolute;
    left: -4.0rem;
    bottom: -12.0rem;
    top: auto; }
  .ss5 {
    height: 194.7rem;
    position: relative;
    top: -43.0rem;
    z-index: 6; }
  .fot-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .fot-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 7.0rem;
    margin-bottom: 6.0rem; }
  footer {
    padding-top: 5.0rem;
    padding-bottom: .4rem;
    background: #101010; }
  .persons-img {
    position: relative;
    width: 100%;
    height: 32.8rem;
    position: relative;
    width: 100%;
    height: 36.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .persons-img img {
      height: 100%; }
  .ss4 {
    background: no-repeat center;
    min-height: auto;
    background-size: cover;
    position: relative;
    z-index: 9;
    /* position: relative; */
    top: -24.2rem;
    padding-top: 8.5rem; }
  .person-list {
    -webkit-transform: scale(1);
            transform: scale(1);
    padding-left: 0;
    padding-right: 4.0rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .persons-info {
    padding-top: 5.0rem;
    padding-left: 3.0rem;
    padding-right: 2.0rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 50.0rem; }
  .person-list {
    bottom: 4.4rem;
    position: relative; }
  .person-img {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .map {
    display: none; }
  .persons-info {
    padding-top: 10.0rem; } }

@media (max-width: 640px) {
  .rg {
    position: absolute;
    right: 0;
    bottom: 20.0rem; }
  .txt--headind.small {
    font-size: 1.6rem; }
  .txt--headind.fon-dashed {
    background-size: contain;
    padding: 1.1rem 5.2rem; }
  .img {
    width: 90vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .big-lg img {
    max-width: 70vw; }
  .def-txt {
    padding-left: 1.0rem;
    padding-right: 1.0rem; }
  .solder-creen {
    width: 100%;
    min-height: auto;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-top: 3.0rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 6.0rem; }
  .slider-3 .uk-position-relative.ovhh {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: .0rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .control {
    color: #e9b689;
    z-index: 150;
    font-size: 2.4rem; }
  .uk-position-center-left {
    margin-left: 0;
    left: .2rem; }
  .uk-position-center-right {
    margin-right: 0;
    right: .2rem; }
  .slider-3 {
    padding-bottom: 3.0rem;
    max-width: 170.0rem;
    padding-left: 0;
    padding-right: 0; }
  .brokenn {
    padding-bottom: 7.0rem;
    min-height: auto;
    padding-top: 5rem; }
  .ttl {
    font-size: 3.6rem;
    color: #ffffff;
    line-height: 122%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Gill';
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 3.4rem; }
  .brokenn .p150 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: .0rem;
    padding-right: .0rem; }
  .ss1 .ttl {
    font-size: 3.6rem;
    color: #ffffff;
    line-height: 122%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Gill';
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 15.8rem; }
  .lg {
    position: absolute;
    left: 0;
    top: -15rem;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out; }
  @-webkit-keyframes fadeInLeftBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-200rem, 0, 0) scale(0.45);
      transform: translate3d(-200rem, 0, 0) scale(0.45); }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(0.45);
      transform: translate3d(0, 0, 0) scale(0.45); } }
  @keyframes fadeInLeftBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-200rem, 0, 0) scale(0.45);
      transform: translate3d(-200rem, 0, 0) scale(0.45); }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(0.45);
      transform: translate3d(0, 0, 0) scale(0.45); } }
  @-webkit-keyframes fadeInRightBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(200rem, 0, 0) scale(0.45);
      transform: translate3d(200rem, 0, 0) scale(0.45); }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(0.45);
      transform: translate3d(0, 0, 0) scale(0.45); } }
  @keyframes fadeInRightBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(200rem, 0, 0) scale(0.45);
      transform: translate3d(200rem, 0, 0) scale(0.45); }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(0.45);
      transform: translate3d(0, 0, 0) scale(0.45); } }
  .rg {
    -webkit-transform: scale(0.45);
            transform: scale(0.45); }
  .pl {
    padding-left: 0;
    margin-top: auto; }
  .ss2 .pr {
    position: relative;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    padding-left: 0; }
  .ttl-game-big {
    font-size: 3.6rem; }
  .ss2 {
    padding-top: 27.9rem; }
  .g.lg.g3.wow.fadeInLeftBig {
    top: auto;
    bottom: -22.0rem;
    left: -4.1rem; }
  .ss3 .pl {
    padding-left: 0;
    margin-top: auto;
    margin-bottom: auto !important; }
  .map {
    display: none; }
  .persons-info {
    padding-top: 2.0rem;
    padding-left: 3.0rem;
    padding-right: 2.0rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 50.0rem;
    box-sizing: border-box; }
  .person-ttl {
    font-size: 3.6rem;
    color: #ffffff;
    line-height: 112%;
    font-family: 'Gill';
    font-weight: 600;
    padding-bottom: 1.8rem; }
  .person-link {
    width: 50%; }
  .person-list {
    padding-right: 0;
    bottom: 2.9rem;
    position: relative; }
  .btxt {
    font-size: 2.4rem;
    color: #fcf7ef;
    font-weight: 600;
    font-family: 'Gill';
    width: 100%;
    line-height: 126%;
    padding-bottom: 7.0rem;
    padding: 7rem 0; }
  .cnt {
    padding-top: 20.0rem;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 450; }
  .mb130 {
    padding-bottom: 5.0rem !important; }
  .mb145 {
    padding-bottom: 6.0rem !important; }
  .subscribe {
    padding-top: 5.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .mn--form div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .mn--input {
    min-width: 100%;
    height: 4.8rem;
    color: #bbbbbb;
    font-size: 1.6rem;
    line-height: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    background: #2a2a2a;
    border-radius: .3rem;
    border: none; }
  .mn--button {
    border-radius: .3rem;
    border: none;
    height: 4.8rem;
    background: #82acd2;
    color: #000000;
    font-size: 1.8rem;
    font-weight: 600;
    font-family: 'Gill';
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    text-transform: uppercase;
    margin-left: 0;
    cursor: pointer;
    margin-top: 2.2rem; }
  .error {
    width: 100%;
    padding-top: 1.9rem;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  .mn--form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 12.0rem; }
  .add-libr {
    padding-left: 2.0rem;
    padding-right: 2.0rem;
    margin-bottom: 3.0rem; }
  .fot-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-bottom: 4.0rem;
    padding-right: 2.0rem;
    padding-left: 2.0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .fot-list li img {
      margin-top: 2.1rem;
      width: 100%;
      max-width: 15.0rem; }
  .ss5 {
    height: auto;
    position: relative;
    top: -10.0rem;
    z-index: 6; }
  .ss4 {
    top: -16.9rem;
    padding-top: 8.5rem; }
  .ss3 {
    top: -11.0rem;
    padding-bottom: 25rem;
    padding-top: 5rem; }
  .b-hide-mobile {
    display: none; }
  #squad {
    display: none; }
  .ss5 {
    margin-top: -40rem;
    padding-top: 20rem; }
  .parallax-layer__6, .parallax-layer__7 {
    background-size: cover;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 70%;
    left: 0; } }

@media (max-width: 360px) {
  .fot-list li {
    width: 100%; } }

.b-yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .b-yt__iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.r-face-1 {
  width: 25.5em; }

.r-face-2 {
  width: 23em; }

.r-face-3 {
  width: 24.2em; }

.r-face-4 {
  width: 24.5em; }

.r-face-5 {
  width: 18.6em; }

.r-face-6 {
  width: 24.4em; }

.plane1 {
  width: 29.9rem; }

.r-map {
  width: 73.7rem; }

.r-watch {
  width: 18.3rem; }

.persons-img img {
  max-width: 100%;
  width: auto; }

.b-parallax-s1 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding-top: calc(24.59016vw + 427.86885px);
  overflow: hidden; }
  .b-parallax-s1__layer {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -150%;
    bottom: 0;
    width: 400%;
    background: center no-repeat;
    background-size: contain; }

.px2-ease {
  -webkit-transition: all 100ms ease-out !important;
  transition: all 100ms ease-out !important; }

.px2 {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .px2 {
      -webkit-transition: none;
      transition: none; } }

.ie-only {
  display: none; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ie-only {
      display: block; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ie-hide {
    display: none; } }

.b-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9980; }

.b-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999; }
  .b-popup__wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 0, 0, 0.8); }
  .b-popup__box {
    border-radius: 10px;
    background-color: #fffbf3;
    padding: 5rem;
    width: 40rem;
    font-size: 1.4rem;
    color: #000; }
  .b-popup__text {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 1.3; }
  .b-popup__title {
    margin: 0;
    font-size: 3rem;
    text-align: center;
    color: #000;
    margin-bottom: 2rem; }
  .b-popup__form-row {
    margin: 1rem 0; }
  .b-popup__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 3rem -1rem 0; }
  .b-popup__btn {
    margin: 0 1rem; }

.b-input {
  font-size: 1.6rem;
  outline: 0;
  border: 0;
  border-radius: 3px;
  padding: 0.5em 1.5em;
  line-height: 2em;
  background-color: rgba(0, 0, 0, 0.075); }
  .b-input_select {
    padding: 0.5em; }

textarea.b-input {
  line-height: 1.3;
  padding: 1.5em; }

.b-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .b-field__label {
    opacity: 0.5;
    font-weight: 700;
    margin-bottom: 0.5rem; }
  .b-field__input {
    max-width: 100%; }

.b-note {
  position: fixed;
  top: 10vh;
  left: 50%;
  max-width: 30rem;
  padding: 2rem 3rem;
  border-radius: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 2rem;
  line-height: 1.35;
  text-align: center;
  visibility: visible;
  pointer-events: none;
  -webkit-animation: anim-hide 0s ease-in 8s forwards;
          animation: anim-hide 0s ease-in 8s forwards;
  z-index: 99999; }
  .b-note_success {
    background-color: #4CAF50; }
  .b-note_fail {
    background-color: #F44336; }

@-webkit-keyframes anim-hide {
  to {
    visibility: hidden; } }

@keyframes anim-hide {
  to {
    visibility: hidden; } }

.b-lazy {
  opacity: 0; }

.b-lazy-loaded {
  opacity: 1;
  -webkit-transition: 500ms;
  transition: 500ms; }

.b-subscribe {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 5rem;
  left: 5rem;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.35; }
  .b-subscribe__person {
    width: 15rem;
    margin-right: 2rem; }
  .b-subscribe__box {
    position: relative;
    background-color: #c79e7b;
    width: 24rem;
    padding: 2rem 3rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 0 1px #000;
            box-shadow: 0 0 0 1px #000; }
    .b-subscribe__box:before, .b-subscribe__box:after {
      content: '';
      position: absolute;
      left: calc(-5rem + 1px);
      top: 41%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 1rem 5rem 1rem 0;
      border-color: transparent #c79e7b transparent transparent;
      -webkit-filter: drop-shadow(0 1px 0 #000) drop-shadow(0 -1px 0 #000);
              filter: drop-shadow(0 1px 0 #000) drop-shadow(0 -1px 0 #000);
      -webkit-transform: skewY(-25deg);
              transform: skewY(-25deg);
      z-index: -1; }
    .b-subscribe__box:after {
      z-index: 1;
      -webkit-filter: none;
              filter: none; }
  .b-subscribe__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .b-subscribe__wrapper > * {
      margin-bottom: 1rem; }
      .b-subscribe__wrapper > *:last-child {
        margin-bottom: 0; }
  .b-subscribe__input {
    border: 0;
    padding: 0.5rem 1rem;
    background-color: #e0b591;
    color: #000;
    font: inherit; }
  .b-subscribe__button {
    display: inline-block;
    background-color: #7e9832;
    border: 0;
    border-radius: 1rem;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 1rem 2rem;
    margin: 0 auto;
    cursor: pointer; }
  @media (max-width: 1400px) {
    .b-subscribe {
      top: 2rem;
      left: 2rem; } }
  @media (max-width: 1200px) {
    .b-subscribe {
      position: relative;
      top: 0;
      left: 0;
      margin-left: -17rem; } }

      a.buttons {
  width: 150px;
  height: 30px;
  text-decoration: none;
  padding-top: 9px;
  color: #a675b3;
  text-align: center;
  line-height: 20px;
  display: block;
  margin: 20px auto;
  font: normal 17px arial;
}

a.buttons:not(.active) {
  box-shadow: inset 0 1px 1px rgba(111, 55, 125, 0.8), inset 0 -1px 0px rgba(63, 59, 113, 0.2), 0 9px 16px 0 rgba(0, 0, 0, 0.3), 0 4px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px #150a1e;
  background-image: linear-gradient(#3b2751, #271739);
  text-shadow: 0 0 21px rgba(223, 206, 228, 0.5), 0 -1px 0 #311d47;
}

a.buttons:not(.active):hover,
a.buttons:not(.active):focus {
  transition: color 200ms linear, text-shadow 500ms linear;
  color: #fff;
  text-shadow: 0 0 21px rgba(223, 206, 228, 0.5), 0 0 10px rgba(223, 206, 228, 0.4), 0 0 2px #2a153c;
}
a.buttons:not(:hover) {
    transition: 0.6s;
}



/*    */
a.steam{
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
  color: #fff;
  display:block;
  
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 8px 16px;
  
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;        
  }
  a.steam {
    background-color: rgb(126, 152, 50);
  border: 1px solid black;
  align-items: center;
      justify-content: center;
      display: flex;
  }
          
  a.steam:hover {
  background-color: rgb(198, 208, 171);
  }

  a.gog{
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
    color: #fff;
    display:block;
    
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 8px 16px;
    
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;        
    }
    a.gog {
      background-color:#40045a;
    border: 1px solid black;
    align-items: center;
      justify-content: center;
      display: flex;
    
    }
            
    a.gog:hover {
    background-color: #9147b1;
    }

    a.ns{
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
      -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
      color: #fff;
      display:block;
      
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      padding: 8px 16px;
      
      text-decoration: none;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: background-color 0.1s linear;
      -moz-transition: background-color 0.1s linear;
      -o-transition: background-color 0.1s linear;
      transition: background-color 0.1s linear;        
      }
      a.ns {
        background-color:#e30613;
      border: 1px solid black;
      align-items: center;
      justify-content: center;
      display: flex;
      }
              
      a.ns:hover {
      background-color: #ec4751;
      }

    .sales{
      display: flex;
      margin-top: 0rem;
    }
    .salesb{
      background-color: black;
      margin: 20px 20px;
      width: 160px;
      height: 50px;
      
      
    }
    .break-f{
      width: 100%;
      height: 3rem;
    }
   .legal-l{
    display: flex;
    justify-content: center;
    font-size: 11px;
    text-align: center;
   }
    
   .buy {
     width: 100%;
     display: contents;
   }
   .buy-txt{
    display:flex; 
    justify-content: center; 
   }
   .buy-txt p{
    background-color: #00000038;

    font-size: 4rem;
    padding-bottom: 0.3rem;
   }

    @media (max-width: 640px) {
      .watch-btn{
        display: none;
      }
      .text-block{
        margin-top: 40px;
      }
      .sales{
        display: block;
        margin-top: 2.5rem;

      }
    }