/*
Theme Name: Retro Machina New
Version: 1
Description: Game langing
Author: Elena Yazovskaya
*/

@font-face {
  font-family: "Bahnschrift";
  font-style: normal;
  font-weight: 400;
  src: local("Bahnschrift"), url("fonts/bahnschrift.ttf") format("truetype"); }

@font-face {
  font-family: "Caliban";
  font-style: normal;
  font-weight: 300;
  src: local("Caliban"), url("fonts/Caliban.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat-Regular"), url("fonts/Montserrat-Regular.ttf") format("truetype"); }

* {
  padding: 0;
  margin: 0; }

html {
  overflow-x: hidden; }

body {
  background: #000;
  width: 100%;
  font-family: Bahnschrift, Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing--moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing-overflow-x: hidden;
    -webkit-font-smoothing-overflow-y: visible; }

.container {
  width: 1260px;
  margin: 0 auto; }
  @media (max-width: 1260px) {
    .container {
      width: 100%; } }

.video-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden; }
  .video-wrapper .topVideo {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    min-height: 100%;
    height: 100%;
    position: absolute;
    min-width: 100%;
    opacity: 1; }
  .video-wrapper video {
    -o-object-fit: cover;
    object-fit: cover; }

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999; }
  .popup-wrapper .popup-inner {
    width: 70%;
    position: relative;
    padding-bottom: 39.25%;
    height: 0; }
    .popup-wrapper .popup-inner img {
      width: 100%; }
    .popup-wrapper .popup-inner .close {
      position: absolute;
      width: 4rem;
      height: 4rem;
      right: 0;
      top: 0;
      cursor: pointer; }
      .popup-wrapper .popup-inner .close #close {
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s; }
      .popup-wrapper .popup-inner .close:hover #close {
        fill: #fff; }
  .popup-wrapper.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

section.block {
  background-size: 100% auto; }
  section.block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

ul.platforms {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  ul.platforms li {
    padding: 15px;
    display: inline-block; }
    @media (max-width: 849px) {
      ul.platforms li {
        padding: 7px; } }
    ul.platforms li:last-of-type {
      padding-right: 0; }
  ul.platforms a {
    text-decoration: none;
    cursor: pointer;
    display: block; }
    @media (max-width: 1096px) {
      ul.platforms a {
        max-width: 30px;
        max-height: 30px; } }
    ul.platforms a.steam {
      height: 44px;
      width: 43px;
      background: url(img/steam.png) no-repeat center;
      background-size: contain; }
    ul.platforms a.gog {
      height: 56px;
      width: 47px;
      background: url(img/gog.png) no-repeat center;
      background-size: contain; }
    ul.platforms a.sony {
      height: 44px;
      width: 44px;
      background: url(img/sony.png) no-repeat center;
      background-size: contain; }
    ul.platforms a.playstation {
      height: 43px;
      width: 55px;
      background: url(img/playstation.png) no-repeat center;
      background-size: contain; }
    ul.platforms a.nintendo {
      height: 45px;
      width: 45px;
      background: url(img/nintendo.png) no-repeat center;
      background-size: contain; }

.demo-button {
  background: #ea9f00;
  line-height: 69px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 80px;
  display: inline-block;
  border-radius: 15px;
  text-decoration: none;
  margin: 30px auto;
  cursor: pointer;
  position: relative; }
  .demo-button:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1); }
  @media (max-width: 1210px) {
    .demo-button {
      font-size: 26px;
      line-height: 55px;
      padding: 0 40px; } }
  @media (max-width: 849px) {
    .demo-button {
      line-height: 45px;
      font-size: 20px;
      padding: 0 30px;
      margin: 20px auto; } }

.side-block {
  width: 520px;
  margin-left: 80px; }
  @media (max-width: 849px) {
    .side-block {
      width: 100%;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-left: 0; } }
  .side-block .small-title {
    font-weight: 500;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 22px;
    line-height: 40px; }
    @media (max-width: 849px) {
      .side-block .small-title {
        font-size: 20px;
        line-height: auto; } }
  .side-block .text {
    font-weight: 200;
    font-size: 20px;
    line-height: 30px;
    color: #fffea0; }

.quote {
  font-size: 30px;
  width: 320px;
  text-transform: uppercase;
  font-weight: 100;
  position: absolute;
  right: 80px;
  top: 260px;
  line-height: auto;
  color: #fff; }
  @media (max-width: 849px) {
    .quote {
      display: none; } }
  .quote .name {
    text-align: right;
    color: #ea9f00;
    margin-top: 20px;
    font-size: 20px; }
  .quote.mob {
    display: none;
    font-size: 24px;
    width: auto;
    max-width: 280px;
    position: relative;
    right: 0;
    margin: 20px auto;
    top: 0; }
    @media (max-width: 849px) {
      .quote.mob {
        display: block; } }

section.video {
  color: #fff;
  padding-top: 37px;
  position: relative; }
  @media (max-width: 849px) {
    section.video {
      padding-top: 0; } }
  section.video .top-menu {
    background: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50; }
    @media (max-width: 849px) {
      section.video .top-menu {
        display: none !important; } }
    section.video .top-menu.hidden {
      display: none; }
    section.video .top-menu .container {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 17px 35px 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      section.video .top-menu .container .logo, section.video .top-menu .container .img {
        width: 108px; }
      section.video .top-menu .container .img {
        position: relative;
        height: 80px; }
        section.video .top-menu .container .img ul {
          position: absolute;
          right: 0;
          top: 0; }
      section.video .top-menu .container .logo {
        height: 80px; }
      section.video .top-menu .container .demo-button {
        margin: 0; }
  section.video .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative; }
  section.video .side-menu {
    position: absolute;
    right: 43px;
    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;
    top: 50px; }
    @media (max-width: 849px) {
      section.video .side-menu {
        right: 0;
        left: 0;
        top: 0;
        background: #000;
        padding: 10px 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    section.video .side-menu ul.social-links {
      list-style: none; }
      section.video .side-menu ul.social-links li {
        display: inline-block;
        margin: 0 3px; }
        section.video .side-menu ul.social-links li a {
          display: block;
          height: 37px;
          width: 33px;
          background: url(img/youtube.png) no-repeat center;
          background-size: 100% auto; }
          @media (max-width: 849px) {
            section.video .side-menu ul.social-links li a {
              width: 20px;
              height: 25px; } }
          section.video .side-menu ul.social-links li a:hover {
            -webkit-filter: brightness(1.2);
            filter: brightness(1.2); }
          section.video .side-menu ul.social-links li a.yt {
            height: 39px; }
            @media (max-width: 849px) {
              section.video .side-menu ul.social-links li a.yt {
                height: 30px; } }
          section.video .side-menu ul.social-links li a.fb {
            background: url(img/facebook.png) no-repeat center top;
            background-size: 100% auto; }
          section.video .side-menu ul.social-links li a.twi {
            background: url(img/twitter.png) no-repeat center top;
            background-size: 100% auto; }
          section.video .side-menu ul.social-links li a.inst {
            background: url(img/instagram.png) no-repeat center top;
            background-size: 100% auto; }
          section.video .side-menu ul.social-links li a.discord {
            background: url(img/discord.png) no-repeat center top;
            background-size: 100% auto; }
    section.video .side-menu .toggle-lang {
      position: relative;
      margin-left: 40px;
      height: 37px;
      width: 30px; }
    section.video .side-menu .langs {
      color: #ea9f00;
      font-size: 20px;
      position: absolute;
      top: 3px; }
      section.video .side-menu .langs li {
        cursor: pointer;
        line-height: 30px;
        list-style: none;
        padding: 0 8px;
        -webkit-transition: .5s linear;
        -o-transition: .5s linear;
        transition: .5s linear; }
        section.video .side-menu .langs li a {
          color: #ea9f00;
          text-decoration: none; }
          section.video .side-menu .langs li a:hover {
            color: #fff; }
        section.video .side-menu .langs li:not(.current) {
          display: none; }
      section.video .side-menu .langs:hover {
        background: rgba(0, 0, 0, 0.7); }
        section.video .side-menu .langs:hover li:not(.current) {
          display: block; }
        section.video .side-menu .langs:hover .current:after {
          opacity: 0; }
      section.video .side-menu .langs .current {
        position: relative; }
        section.video .side-menu .langs .current:after {
          content: '';
          position: absolute;
          height: 8px;
          width: 15px;
          background: url(img/triangle.png) no-repeat center right;
          right: -15px;
          top: 10px; }
  section.video .logo-large {
    margin-bottom: 170px; }
    @media (max-width: 849px) {
      section.video .logo-large {
        width: 50%;
        max-width: 350px;
        min-width: 200px;
        margin-top: 110px;
        margin-bottom: 200px; }
        section.video .logo-large img {
          width: 100%; } }
    
    @media (max-height: 865px){
      section.video .logo-large {
      margin-bottom: 210px;
      }
    }

    @media (max-height: 769px){
      section.video .logo-large {
      margin-bottom: 9%;
      }
    }
   
  section.video .title {
    font-size: 38px;
    width: 260px;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    left: 80px;
    top: 175px;
    line-height: 48px; }
    @media (max-width: 849px) {
      section.video .title {
        position: relative;
        width: auto;
        font-size: 30px;
        top: 0;
        left: 0;
        margin-left: 20px;
        max-width: 300px; } }
  section.video .video-btn {
    margin-bottom: 95px;
    display: block;
    cursor: pointer;
    width: 90px;
    height: 90px;
    background: url(img/trailer_btn.png) no-repeat center; }
    @media (max-width: 849px) {
      section.video .video-btn {
        display: none; } }
  section.video .bottom {
    text-align: center;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 849px) {
      section.video .bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    section.video .bottom p {
      color: #ea9f00;
      font-size: 18px; }
    section.video .bottom .robot {
      position: relative;
      width: 404px;
      height: 147px;
      z-index: 0; }
      @media (max-width: 849px) {
        section.video .bottom .robot {
          display: none; } }
      section.video .bottom .robot .robot_animated {
        position: absolute;
        display: none;
        bottom: -120px;
        left: -240px; }
    section.video .bottom .available {
      padding-right: 35px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (max-width: 849px) {
        section.video .bottom .available {
          padding-right: 0;
          margin-top: 40px;
          display: block; } }
      section.video .bottom .available p {
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700; }
        @media (max-width: 849px) {
          section.video .bottom .available p {
            margin-top: 10px; } }
  section.video .gallery {
    background: #000;
    padding: 20px;
    margin-bottom: -67px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
    position: relative;
    z-index: 5; }
    @media (max-width: 1169px) {
      section.video .gallery {
        display: none; } }
    section.video .gallery .img {
      width: 167px;
      height: 94px;
      margin-right: 20px;
      display: inline-block;
      cursor: pointer; }
      section.video .gallery .img img{
      width: 100%;
      }
      section.video .gallery .img:last-of-type {
        margin-right: 0; }

section.open {
  position: relative;
  z-index: 2;
  background: url(img/bg-2.jpg) no-repeat center;
  background-size: cover;
  padding: 357px 0 204px; }
  @media (min-width: 1900px) {
    section.open {
      background-size: 100% auto;
      padding: 250px 0 150px; 
      background-size: cover;} }
  @media (max-width: 849px) {
    section.open {
      background-size: auto 100%;
      padding: 300px 0 100px; } }

section.travel {
  background: url(img/bg-3.jpg) no-repeat center;
  background-size: cover;
  padding: 96px 0 150px; }
  @media (min-width: 1900px) {
    section.travel {
      background-size: 100% auto;
      background-size: cover; } }
  @media (max-width: 849px) {
    section.travel {
      padding-top: 0;
      background-size: auto 100%;
      padding-bottom: 50PX; } }
  section.travel .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative; }
    @media (max-width: 849px) {
      section.travel .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    section.travel .container .creature {
      position: absolute;
      left: -137px;
      top: -177px;
      z-index: 5; }
      @media (max-width: 849px) {
        section.travel .container .creature {
          position: relative;
          top: 0;
          left: 0;
          width: 100%;
          max-width: 470px;
          margin-top: -30px;
          background-size: 100% auto;
          height: 100%;
          min-height: 250px; }
          section.travel .container .creature img {
            width: 100%; } }
    section.travel .container .side-block {
      margin: 0 80px 0 0;
      position: relative;
      z-index: 6; }
      @media (max-width: 849px) {
        section.travel .container .side-block {
          margin: 0; } }

section.enemies {
  background: url(img/bg-4.jpg) no-repeat center;
  background-size: cover;
  padding: 135px 0 153px; }
  @media (min-width: 1900px) {
    section.enemies {
      background-size: cover; } }
  section.enemies .container {
    position: relative; }
    section.enemies .container .center-video {
      position: absolute;
      right: 0;
      width: 610px;
      max-width: 50%; }
      @media (max-width: 849px) {
        section.enemies .container .center-video {
          display: none; } }
    section.enemies .container .side-block {
      max-width: 40%; }
      @media (max-width: 849px) {
        section.enemies .container .side-block {
          max-width: 100%; } }

section.future {
  background: url(img/bg-5.jpg) no-repeat center;
  background-size: cover;
  padding: 86px 0 380px; }
  @media (max-width: 849px) {
    section.future {
      background-size: cover; } }
  @media (min-width: 1900px) {
    section.future {
      background-size: 100% auto;
      background-size: cover; } }
  section.future .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative; }
    section.future .container .card {
      position: absolute;
      width: 456px;
      height: 592px;
      /* background: url(img/card-5.png) no-repeat center; */
      left: 15px;
      z-index: 0;
      top: -160px; }
      @media (max-width: 1060px) {
        section.future .container .card {
          left: -5%; } }
      @media (max-width: 980px) {
        section.future .container .card {
          left: -20%; } }
      @media (max-width: 849px) {
        section.future .container .card {
          display: none; } }
    section.future .container .side-block {
      margin: 0 80px 0 0;
      position: relative;
      z-index: 4; }
      @media (max-width: 849px) {
        section.future .container .side-block {
          margin: 0; } }

section.follow {
  background: url(img/bg-4.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 97px 0 100px; }
  @media (min-width: 1900px) {
    section.follow {
      background-size: 100% auto; } }
  @media (max-width: 849px) {
    section.follow {
      background-size: cover; } }
  section.follow .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  section.follow ul {
    margin-top: 40px;
    list-style: none; }
    section.follow ul li {
      display: inline-block;
      margin: 0 20px; }
      @media (max-width: 849px) {
        section.follow ul li {
          margin: 0 7px; } }
      section.follow ul li a {
        display: block;
        height: 75px;
        width: 75px;
        background: url(img/youtube.png) no-repeat center; }
        section.follow ul li a:hover {
          -webkit-filter: brightness(1.2);
          filter: brightness(1.2); }
        @media (max-width: 849px) {
          section.follow ul li a {
            height: 30px;
            width: 30px;
            background-size: 100% auto; } }
        section.follow ul li a.yt {
          height: 83px; }
          @media (max-width: 849px) {
            section.follow ul li a.yt {
              height: 32px;
              background-size: 100% auto;
              background-position: center; } }
        section.follow ul li a.fb {
          background: url(img/facebook.png) no-repeat center top; }
          @media (max-width: 849px) {
            section.follow ul li a.fb {
              background-size: 100% auto; } }
        section.follow ul li a.twi {
          background: url(img/twitter.png) no-repeat center top; }
          @media (max-width: 849px) {
            section.follow ul li a.twi {
              background-size: 100% auto; } }
        section.follow ul li a.inst {
          background: url(img/instagram.png) no-repeat center top; }
          @media (max-width: 849px) {
            section.follow ul li a.inst {
              background-size: 100% auto; } }
        section.follow ul li a.discord {
          background: url(img/discord.png) no-repeat center top; }
          @media (max-width: 849px) {
            section.follow ul li a.discord {
              background-size: 100% auto; } }

section.enroll {
  background: url(img/bg-7.jpg) no-repeat center;
  background-size: cover;
  }  
  @media (min-width: 1900px) {
    section.enroll {
      background-size: 100% auto; } }
  @media (max-width: 849px) {
    section.enroll {
      background: #000;
      height: 100%; } }
  section.enroll .container {
    padding-top: 492px;
    position: relative; }
    @media (max-width: 849px) {
      section.enroll .container {
        padding-top: 0; } }
    section.enroll .container .picture {
      position: absolute;
      left: 53px;
      top: -50px;
      height: 475px;
      width: 750px;
      /* background: url(img/card-7.png) no-repeat center;  */
    }
      @media (max-width: 849px) {
        section.enroll .container .picture {
          width: 95%;
          max-width: 300px;
          height: 100%;
          background-size: 100% auto;
          top: -70px; } }
  section.enroll .form-container {
    width: 588px;
    height: 342px;
    background: url(img/enroll_bg.png) no-repeat center;
    position: absolute;
    right: 85px;
    top: 195px;
    padding: 53px 62px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3; }
    section.enroll .form-container .title {
      text-transform: uppercase;
      font-weight: 700;
      color: #000;
      margin-bottom: 25px; }
    section.enroll .form-container input {
      line-height: 38px;
      background: transparent;
      width: 265px;
      border: 2px solid #ad8d5d;
      border-radius: 8px;
      font-size: 20px;
      font-weight: 300;
      padding-left: 11px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      outline: none;
      color: #ad8d5d; }
      section.enroll .form-container input::-webkit-input-placeholder {
        color: #ad8d5d; }
      section.enroll .form-container input:-ms-input-placeholder {
        color: #ad8d5d; }
      section.enroll .form-container input::-moz-placeholder {
        color: #ad8d5d;
        opacity: 1; }
      section.enroll .form-container input:-moz-placeholder {
        color: #ad8d5d;
        opacity: 1; }
    section.enroll .form-container button {
      line-height: 38px;
      border: 2px solid #000;
      background: #000;
      border-radius: 8px;
      font-size: 19px;
      font-weight: 500;
      padding: 0 26px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      color: #ea9f00; }
      section.enroll .form-container button:hover {
        background: #ea9f00;
        color: #000; }
    section.enroll .form-container .text {
      color: #5d4729;
      font-size: 29px;
      font-family: 'Pacifico', cursive;
      /* Caliban, Arial, sans-serif; */
      -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
      transform: rotate(-7deg);
      margin-top: 30px; }
    @media (max-width: 849px) {
      section.enroll .form-container {
        width: 95%;
        max-width: 300px;
        background-size: cover;
        margin: 0 auto;
        position: relative;
        right: 0;
        top: 0;
        padding: 30px;
        height: auto; }
        section.enroll .form-container .title {
          font-size: 20px; }
        section.enroll .form-container input {
          width: 65%;
          font-size: 16px;
          line-height: 30px; }
        section.enroll .form-container button {
          font-size: 16px;
          line-height: 30px;
          padding: 0 15px;
          margin-top: 15px; }
        section.enroll .form-container .text {
          font-size: 18px; } }

section.free {
  background: url(img/bg-8.jpg) no-repeat center;
  background-size: cover;
  padding: 153px 0 237px; }
  @media (max-width: 849px) {
    section.free {
      padding: 30px 0 50px;
      background-size: cover; } }
  @media (min-width: 1900px) {
    section.free {
      background-size: 100% auto; } }
  section.free .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    section.free .container .demo-button {
      margin-bottom: 75px; }
  section.free .available {
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
  section.free .platforms {
    color: #fff;
    font-size: 18px;
    padding-top: 30px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 10px;
    text-align: center; }
    @media (max-width: 849px) {
      section.free .platforms {
        padding-top: 10px; } }

section.footer {
  background: #000;
  padding: 35px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Montserrat, Roboto, sans-serif;
  font-size: 16px;
  position: relative; }
  @media (max-width: 849px) {
    section.footer {
      padding: 40px 20px; } }
  section.footer .container {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #949494; }
    @media (max-width: 1300px) {
      section.footer .container {
        padding: 0 1rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 100%; } }
    @media (max-width: 849px) {
      section.footer .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 12px; } }
    section.footer .container .left li {
      margin-bottom: 1.2rem;
      list-style: none; }
      section.footer .container .left li a {
        color: #949494; }
    section.footer .container .center ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      list-style: none;
      text-align: left; }
      @media (max-width: 849px) {
        section.footer .container .center ul {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      section.footer .container .center ul li {
        height: 6rem;
        margin: 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media (max-width: 849px) {
          section.footer .container .center ul li {
            height: auto;
            width: 100px;
            margin: 0;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; } }
      section.footer .container .center ul li:first-of-type a {
        width: 12rem; }
        @media (max-width: 849px) {
          section.footer .container .center ul li:first-of-type a {
            width: 100%; } }
      section.footer .container .center ul a {
        width: 10rem;
        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;
        margin: 0 auto; }
        section.footer .container .center ul a img {
          width: 100%; }
        @media (max-width: 849px) {
          section.footer .container .center ul a {
            width: 80%;
            text-align: left;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            margin: 0;
            margin-top: 10px; } }
    @media (max-width: 849px) {
      section.footer .container .center {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 30px; } }
    @media (max-width: 849px) {
      section.footer .container .right {
        text-align: right;
        max-width: 44%; } }
    section.footer .container .right a, section.footer .container .right p {
      color: #949494;
      line-height: 1.7; }

    .langs{
      background-color: rgba(0, 0, 0, 0.7);;
      color: inherit;
      padding: 0;
      border: 0;
      font-size: 17px!important;
    }

    .success {
      display: none;
      font-size: 1.4rem;
      color: #1d5812;
      line-height: 1.4;
      margin-top: 1rem;
      margin-bottom: 3rem; }


      .b-popup {
        position: fixed;
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        display: -webkit-box;
        display: flex;
        width: 100%;
        min-height: 100vh;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center;
        padding: 2rem;
        background-color: rgba(0, 0, 0, 0.8);
        -webkit-animation: fadein 300ms;
                animation: fadein 300ms;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; 
              z-index: 99999;}
        .b-popup:before {
          content: '\00d7';
          position: absolute;
          top: 2rem;
          right: 2rem;
          line-height: 0.5;
          font-size: 4rem;
          color: #fff;
          cursor: pointer; }
        .b-popup__frame {
          position: relative;
          width: 60vw; }
          .b-popup__frame:before {
            content: '';
            display: block;
            padding-top: 56.25%; }
          .b-popup__frame iframe {
            position: absolute;
            display: block;
            bottom: 0;
            left: 0;
            right: 0;
            top: 0;
            width: 100%;
            height: 100%; }