@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: 'RobotoCondensed-Bold';
  src: url(../fonts/RobotoCondensed-Bold.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PTSans-Bold';
  src: url(../fonts/PTSans-Bold.ttf);
  font-weight: normal;
  font-style: normal;
}

/* Grid */
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.hidden {
  visibility: hidden;
  padding: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  font-family: "PTSans-Bold", Arial, Helvetica, sans-serif;
}

input,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "PTSans-Bold", Arial, Helvetica, sans-serif;
}

/* Main styles */
.content {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1100px;
}

body {
  font-family: "PTSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 17px;
  background-color: #0f1416;
  background-repeat: repeat;
  color: #dde1cd;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "PTSans-Bold", Arial, Helvetica, sans-serif;
}

h2 {
  font-size: 24px;
  text-transform: uppercase;
}

/* Header */
.header {
  padding: 20px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  z-index: 1000;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.header-logo {
  display: none;
}

.header-mobile {
  display: none;
}

.header.sticky {
  background-color: #060804;
  border-top: 1px solid #636553;
  border-bottom: 1px solid #636553;
  padding-top: 20px;
}

.header.sticky .nav-list:after, .header.sticky .nav-list:before {
  opacity: 0;
  -webkit-transition: ease-in-out 0.1s;
  transition: ease-in-out 0.1s;
}

.nav {
  font-family: "RobotoCondensed-Bold", Arial, Helvetica, sans-serif;
  font-size: 19px;
  text-transform: uppercase;
  position: relative;
  top: -5px;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.nav-list:before, .nav-list:after {
  opacity: 1;
}

.nav-list::before {
  content: '';
  display: inline-block;
  min-width: 410px;
  width: 410px;
  height: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/nav-list-before.png);
  position: absolute;
  left: 75px;
  bottom: -18px;
}

.nav-list::after {
  content: '';
  display: inline-block;
  min-width: 410px;
  width: 410px;
  height: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/nav-list-before.png);
  position: absolute;
  right: 100px;
  bottom: -18px;
}

.nav-item:nth-child(1) .nav-link {
  padding-left: 0;
}

.nav-item:nth-child(4) {
  margin-left: 20px;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nav-item:nth-child(7) .nav-link {
  padding-right: 0;
}

.nav-link {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.75;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-shadow: 1.414px 1.414px 1px rgba(0, 0, 0, 0.75);
}

.nav-link.active, .nav-link:hover, .nav-link:focus {
  opacity: 1;
}

.nav-logo-icon {
  display: inline-block;
  min-width: 60px;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/nav-logo-icon.png);
}

/* Sections */
.layers {
  height: 1016px;
  height: 100vh;
  overflow: hidden;
}

.layers::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 408px;
  position: absolute;
  z-index: 20;
  bottom: -50px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../img/survival-bg7.png);
  background-position: top;
  background-repeat: no-repeat;
}

.layers-list {
  position: relative;
  height: 1016px;
  height: 100vh;
  overflow: hidden;
}

.layers-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 1016px;
  background-position: center;
  background-repeat: no-repeat;
}

.layers-item-one {
  background-image: url(../img/layers-item-one.png);
  z-index: 1;
}

.layers-item-thue {
  background-image: url(../img/layers-item-thue.png);
  z-index: 2;
}

.layers-item-three {
  background-image: url(../img/layers-item-three.png);
  z-index: 3;
}

.layers-item-four {
  background-image: url(../img/layers-item-four.png);
  z-index: 4;
}

.layers-item-five {
  background-image: url(../img/layers-item-five.png);
  z-index: 5;
}

.layers-item-six {
  background-image: url(../img/layers-item-six.png);
  z-index: 6;
}

.layers-item-seven {
  background-image: url(../img/layers-item-seven.png);
  z-index: 7;
}

.layers-item-eight {
  background-image: url(../img/layers-item-eight.png);
  z-index: 8;
}

.layers-item-nine {
  background-image: url(../img/layers-item-nine.png);
  z-index: 9;
}

.promo {
  position: relative;
  text-align: center;
  overflow: visible;
}

.promo-body {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.promo-title {
  display: inline-block;
  min-width: 740px;
  width: 740px;
  height: 142px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/promo-title.png);
  position: relative;
  z-index: 30;
}

.promo-arrow {
  position: relative;
  z-index: 25;
  cursor: pointer;
  -webkit-animation: 5s slow infinite;
          animation: 5s slow infinite;
}

.promo-arrow-icon {
  display: inline-block;
  min-width: 120px;
  width: 120px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/promo-arrow-icon.png);
}

.survival {
  background-position: center;
  background-repeat: repeat;
  background-image: url(../img/survival-bg.png);
  background-attachment: fixed;
  padding: 50px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.survival .content {
  text-align: left;
}

.survival:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 124px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/promo-after3.png);
  background-size: contain;
  position: relative;
  z-index: 21;
  margin-top: 30px;
  margin-bottom: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.survival:after {
  content: '';
  display: inline-block;
  min-width: 1920px;
  width: 1920px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/survival-after.png);
  position: relative;
  bottom: -10px;
  margin-top: 70px;
}

.survival-picture {
  margin-bottom: 50px;
}

.survival-image {
  width: 100%;
  border: 1px solid #888c73;
}

.stat-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stat-image {
  border: 1px solid #888c73;
  width: 100%;
}

.mystical {
  padding: 100px 0 0 0;
  background-image: url(../img/mystical-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.mystical:after {
  content: '';
  display: inline-block;
  min-width: 1920px;
  width: 1920px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/survival-after.png);
  position: relative;
  bottom: -10px;
  margin-top: 70px;
}

.risk {
  padding: 100px 0 0 0;
  background-image: url(../img/risk-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.risk:after {
  content: '';
  display: inline-block;
  min-width: 1920px;
  width: 1920px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/survival-after.png);
  position: relative;
  bottom: -10px;
  margin-top: 70px;
}

.craft {
  padding: 100px 0 0 0;
  background-image: url(../img/craft-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.craft:after {
  content: '';
  display: inline-block;
  min-width: 1920px;
  width: 1920px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/survival-after.png);
  position: relative;
  bottom: -10px;
  margin-top: 70px;
}

.person {
  padding: 100px 0 100px 0;
  background-image: url(../img/person-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.part {
  padding: 75px 0;
  background-image: url(../img/part-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid #636553;
  border-bottom: 1px solid #636553;
  background-attachment: fixed;
}

.part-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.part-right {
  text-align: right;
}

.part-title {
  color: #92da8f;
}

.part-text {
  display: block;
  position: relative;
}

.part-text:before {
  content: '';
  display: inline-block;
  min-width: 714px;
  width: 714px;
  height: 168px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/part-text-bg.png);
  position: absolute;
  left: -90px;
  top: -44px;
}

.part-more {
  position: relative;
  z-index: 2;
}

.part-more-link {
  display: inline-block;
  border-width: 1px;
  border-color: #8b8c8b;
  border-style: solid;
  border-radius: 5px;
  background-color: #141709;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  font-size: 18px;
  color: #deeedb;
  text-transform: uppercase;
  padding: 15px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.part-more-link:hover, .part-more-link:focus {
  background-color: #31361c;
}

/* Footer */
.footer {
  background-color: rgba(13, 16, 1, 0.35);
  color: #bebfbb;
  font-size: 14px;
  padding: 35px 0 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-attachment: fixed;
}

.footer-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.footer-logo {
  margin-right: 20px;
}

.footer-arrow {
  position: fixed;
  right: 40px;
  bottom: 44px;
  z-index: 50;
  -webkit-animation: 4s slow2 infinite;
          animation: 4s slow2 infinite;
}

.footer-arrow-icon {
  display: inline-block;
  min-width: 55px;
  width: 55px;
  height: 37px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/footer-arrow-icon.png);
}

.social-list {
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-item {
  margin: 5px;
}

.social-icon {
  display: inline-block;
  min-width: 46px;
  width: 46px;
  height: 46px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}

.social-icon-one {
  background-image: url(../img/social-icon-one.png);
}

.social-icon-thue {
  background-image: url(../img/social-icon-thue.png);
}

.social-icon-three {
  background-image: url(../img/social-icon-three.png);
}

.social-icon-four {
  background-image: url(../img/social-icon-four.png);
}

.social-icon:hover, .social-icon:focus {
  opacity: 0.7;
}

/* Верхнее меню и затемнение */
@-webkit-keyframes slow {
  0% {
    top: 0px;
  }
  50% {
    top: 30px;
  }
  100% {
    top: 0px;
  }
}
@keyframes slow {
  0% {
    top: 0px;
  }
  50% {
    top: 30px;
  }
  100% {
    top: 0px;
  }
}

@-webkit-keyframes slow2 {
  0% {
    bottom: 44px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 44px;
  }
}

@keyframes slow2 {
  0% {
    bottom: 44px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 44px;
  }
}
/*# sourceMappingURL=style.css.map */