@media (max-width: 1920px) {
  section {
    overflow: hidden;
  }
}

@media (max-width: 980px) {
  .header {
    padding: 13px 0 10px 0;
  }
  .header.sticky {
    padding-top: 13px;
  }
  .header .content {
    position: relative;
  }
  .header-logo {
    display: block;
  }
  .header-logo-mobile {
    display: inline-block;
    min-width: 30px;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/nav-logo-icon.png);
    background-size: contain;
  }
  .header-btn {
    padding: 0;
  }
  .header-mobile {
    display: block;
    position: absolute;
    top: 6px;
    right: 13px;
  }
  .header-mobile-icon {
    display: inline-block;
    min-width: 24px;
    width: 24px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/header-btn-icon.svg);
  }
  .header.show {
    background-color: #060804;
    border-top: 1px solid #636553;
    border-bottom: 1px solid #636553;
  }
  .header.show .nav {
    display: block;
  }
  .nav {
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: static;
  }
  .nav-list {
    display: block;
    text-align: center;
  }
  .nav-list:after, .nav-list:before {
    content: none;
  }
  .nav-item:nth-child(4) {
    display: none;
  }
  .nav-link {
    padding: 10px 0;
  }
  .promo-body {
    top: 24%;
  }
}

@media (max-width: 750px) {
  .promo-title {
    min-width: 400px;
    width: 400px;
    height: 70px;
    background-size: contain;
  }
  .promo-arrow-icon {
    min-width: 70px;
    width: 70px;
    height: 40px;
    background-size: contain;
  }
  .survival {
    padding: 0;
  }
  .survival:before {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .mystical,
  .risk,
  .craft {
    padding: 40px 0 0 0;
  }
  .mystical:after,
  .risk:after,
  .craft:after {
    margin-top: 35px;
  }
  .person {
    padding: 50px 0;
  }
  .part {
    padding: 40px 0;
  }
  .footer-arrow {
    right: 10px;
  }
}

@media (max-width: 510px) {
  h2 {
    text-align: center;
  }
  .survival .content {
    text-align: center;
  }
  .stat-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .stat-row .col-8 {
    width: 100%;
  }
  .stat-row .col-4 {
    width: 100%;
  }
  .part {
    text-align: center;
  }
  .part-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .part-row .col-6 {
    width: 100%;
  }
  .part-right {
    text-align: center;
  }
  .footer-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-row .col-6 {
    width: 100%;
  }
  .social {
    margin-top: 10px;
  }
  .social-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 410px) {
  .promo-title {
    min-width: 275px;
    width: 275px;
    height: 70px;
  }
}
/*# sourceMappingURL=media.css.map */