@font-face {
  font-family: "MyriadPro";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/MyriadPro-Regular/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular/MyriadPro-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "MyriadPro";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/MyriadPro-Bold/MyriadPro-Bold.eot");
  src: url("../fonts/MyriadPro-Bold/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold/MyriadPro-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "MyriadPro";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/MyriadPro-Light/MyriadPro-Light.eot");
  src: url("../fonts/MyriadPro-Light/MyriadPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Light/MyriadPro-Light.woff") format("woff"), url("../fonts/MyriadPro-Light/MyriadPro-Light.ttf") format("truetype");
}

@font-face {
  font-family: "MyriadPro";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/MyriadPro-Semibold/MyriadPro-Semibold.eot");
  src: url("../fonts/MyriadPro-Semibold/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Semibold/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro-Semibold/MyriadPro-Semibold.ttf") format("truetype");
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: orange;
  color: #fff;
}

::selection {
  background-color: orange;
  color: #fff;
}

html,
body {
  background-color: #fff;
}

.focus {
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

body {
  font-size: 16px;
  min-width: 630px;
  max-width: 1920px;
  margin: auto;
  position: relative;
  line-height: normal;
  font-family: "MyriadPro", sans-serif;
  color: #333;
  padding-top: 90px;
}

body input,
body textarea {
  border: #666 1px solid;
  outline: none;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid,
body textarea:required:valid {
  border-color: green;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive.img-width {
  width: 100%;
}

b,
strong {
  font-weight: bold;
}

.section-img {
  height: auto;
  position: relative;
}

.section-img .icon {
  content: "";
  position: absolute;
  bottom: 30px;
  width: 50px;
  left: 50%;
  margin-left: -25px;
  cursor: pointer;
  -webkit-animation: arrow 3s linear infinite;
          animation: arrow 3s linear infinite;
}

.section-img img {
  display: block;
  width: 100%;
}

.section-topIn {
  position: relative;
  top: -80px;
}

@-webkit-keyframes arrow {
  from {
    bottom: 30px;
  }
  50% {
    bottom: 60px;
  }
  to {
    bottom: 30px;
  }
}

@keyframes arrow {
  from {
    bottom: 30px;
  }
  50% {
    bottom: 60px;
  }
  to {
    bottom: 30px;
  }
}

.section-1 {
  height: 980px;
  background-image: url("../img/sec_bg-1.jpg");
  background-position: top center;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
}

.section-1.section-11 {
  height: -webkit-calc(100vh - 90px);
  height: calc(100vh - 90px);
  background-image: url("../img/1.jpg");
}

.header {
  padding-left: 90px;
  padding-right: 80px;
  position: fixed;
  top: 0;
  z-index: 99;
  height: 90px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.header .button-open {
  display: none;
}

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

.nav__item {
  display: block;
  margin: 0 10px;
  position: relative;
}

.nav__item:before {
  content: "/";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -12px;
}

.nav__item:nth-child(10):before {
  display: none;
}

.nav__link {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  position: relative;
}

.nav__item.active .nav__link:before {
  opacity: 1;
}

.nav__link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: -5px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.nav__link:hover:before {
  opacity: 1;
}

.nav .button-close {
  display: none;
}

.section-2 {
  height: 1040px;
  background-image: url("../img/sec_bg-2.jpg");
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
}

.section-2 .title {
  color: #fff;
  font-size: 45px;
  position: absolute;
  top: 120px;
  left: 110px;
  opacity: 0;
}

.section-2 .title.focus {
  opacity: 1;
}

.section-2 .title b {
  font-size: 90px;
}

.section-2 .title b span {
  color: #a13c3c;
}

.section-2 .line-1 {
  width: 700px;
  height: 165px;
  background-image: url("../img/sec_2-line-1.png");
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  top: 180px;
  left: 690px;
  opacity: 0;
}

.section-2 .line-1.focus {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section-2 .info {
  width: 370px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 3px solid #fff;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #1e3966;
  color: #ffffff;
  font-weight: 300;
  font-size: 22px;
  position: absolute;
  right: 0px;
  top: 90px;
  opacity: 0;
}

.section-2 .info.focus {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
  right: 60px;
}

.section-2 .info:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url("../img/nasa-logo-web-rgb.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  right: 20px;
  top: -60px;
}

.section-2 .text {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  width: 455px;
  position: absolute;
  top: 270px;
  left: 280px;
  opacity: 0;
}

.section-2 .text.focus {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.section-2 .text span {
  min-width: 20px;
  display: inline-block;
}

.section-2 .line-2 {
  position: absolute;
  width: 110px;
  height: 370px;
  background-image: url("../img/sec_2-line-2.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  top: 440px;
  left: 125px;
  opacity: 0;
}

.section-2 .line-2.focus {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.section-2 .line-3 {
  position: absolute;
  width: 240px;
  padding-bottom: 30px;
  background-image: url("../img/sec_2-line-3.png");
  background-repeat: no-repeat;
  -webkit-background-size: 240px 240px;
          background-size: 240px;
  background-position: bottom center;
  top: 360px;
  left: 770px;
  text-align: center;
  opacity: 0;
}

.section-2 .line-3.focus {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.section-2 .line-3 p {
  font-size: 60px;
  color: #fff;
  font-weight: 600;
}

.section-2 .line-4 {
  position: absolute;
  width: 420px;
  padding-bottom: 240px;
  background-image: url("../img/sec_2-line-4.png");
  background-repeat: no-repeat;
  -webkit-background-size: 418px 418px;
          background-size: 418px;
  background-position: 1px 70px;
  bottom: 0;
  left: 771px;
  text-align: left;
  opacity: 0;
}

.section-2 .line-4.focus {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.section-2 .line-4 p {
  font-size: 60px;
  color: #fff;
  font-weight: 600;
  margin-left: 80px;
}

.section-2 .img {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 150px;
  opacity: 0;
}

.section-2 .img.focus {
  right: 60px;
  opacity: 1;
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.section-3 {
  position: relative;
  height: 1040px;
  background-image: url("../img/sec_bg-3.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section-3 .text-1 {
  font-weight: 300;
  color: #fff;
  font-size: 22px;
  width: 860px;
  top: 160px;
  left: 110px;
  position: absolute;
  opacity: 0;
}

.section-3 .text-1.focus {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section-3 .text-1 span {
  display: inline-block;
  width: 30px;
}

.section-3 .line-1 {
  position: absolute;
  height: 100%;
  width: 9px;
  background-color: #fff;
  top: 0;
  left: 1179px;
  opacity: 0;
}

.section-3 .line-1.focus {
  opacity: 1;
}

.section-3 .line-1 p {
  font-size: 60px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  opacity: 0;
}

.section-3 .line-1 p:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  border: 5px solid #fff;
  background-color: #a13c3c;
  top: 40px;
}

.section-3 .line-1 p:nth-child(1) {
  top: 45px;
  right: 37px;
}

.section-3 .line-1 p:nth-child(1).focus {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section-3 .line-1 p:nth-child(1):before {
  right: -50px;
}

.section-3 .line-1 p:nth-child(2) {
  top: 180px;
  left: 27px;
}

.section-3 .line-1 p:nth-child(2).focus {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section-3 .line-1 p:nth-child(2):before {
  left: -40px;
}

.section-3 .line-1 p:nth-child(3) {
  bottom: 320px;
  right: 37px;
}

.section-3 .line-1 p:nth-child(3).focus {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section-3 .line-1 p:nth-child(3):before {
  right: -50px;
}

.section-3 .line-1 p:nth-child(4) {
  bottom: 200px;
  left: 27px;
}

.section-3 .line-1 p:nth-child(4).focus {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section-3 .line-1 p:nth-child(4):before {
  left: -40px;
}

.section-3 .img-1 {
  position: absolute;
  display: block;
  right: 100px;
  top: 40px;
  opacity: 0;
}

.section-3 .img-1.focus {
  opacity: 1;
  right: 195px;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.section-3 .info {
  width: 320px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 3px solid #fff;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #231823;
  color: #ffffff;
  font-weight: 300;
  font-size: 22px;
  position: absolute;
  left: 5px;
  bottom: 90px;
  opacity: 0;
}

.section-3 .info.focus {
  opacity: 1;
  left: 75px;
}

.section-3 .img-2 {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 510px;
  opacity: 0;
}

.section-3 .img-2.focus {
  opacity: 1;
  right: 195px;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  bottom: 130px;
}

.section-3 .text-2 {
  font-weight: 300;
  color: #fff;
  font-size: 22px;
  width: 530px;
  top: 325px;
  right: 70px;
  position: absolute;
  opacity: 0;
}

.section-3 .text-2.focus {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section-3 .text-2 span {
  display: inline-block;
  width: 30px;
}

.section-3 .img-3 {
  display: block;
  position: absolute;
  bottom: 35px;
  right: 0px;
  opacity: 0;
}

.section-3 .img-3.focus {
  opacity: 1;
  right: 56px;
}

.section-4 {
  height: 1040px;
  background-color: #0e0d2e;
  position: relative;
  overflow: hidden;
}

.section-4 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 140px;
  padding-right: 30px;
  padding-top: 170px;
}

.section-4 .content .left {
  width: 50%;
}

.section-4 .content .img {
  width: 50%;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 70px;
  opacity: 0;
  right: -100px;
  position: relative;
}

.section-4 .content .img.focus {
  opacity: 1;
  right: 0;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.section-4 .content .img img {
  width: 100%;
  display: block;
}

.section-4 .elems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding-top: 100px;
}

.section-4 .elems .item {
  color: #ffffff;
  opacity: 0;
}

.section-4 .elems .item.focus {
  opacity: 1;
}

.section-4 .elems .item:nth-child(1) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section-4 .elems .item:nth-child(2) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.section-4 .elems .item:nth-child(3) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.section-4 .elems .item small {
  font-size: 22px;
  text-align: center;
  font-weight: 300;
  display: block;
}

.section-4 .elems .item p {
  font-size: 46px;
  font-weight: 300;
  text-align: center;
}

.section-4 .elems .item p i {
  font-style: normal;
  font-size: 18px;
  position: relative;
  top: -20px;
}

.section-4 .elems .item p b {
  font-size: 74px;
  font-weight: 30;
}

.section-4 .left .button-link {
  display: table;
  /*float: right;*/
  clear: both;
  margin: auto;
  padding: 5px 20px;
  background-color: #d42f2f;
  margin-top: 15px;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
}
.section-4 .left .button-link:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.5);
  box-shadow: 0 3px 14px rgba(0,0,0,0.5);
}

.section-4 .text {
  font-weight: 300;
  color: #fff;
  font-size: 22px;
  opacity: 0;
  left: -100px;
  position: relative;
}

.section-4 .text.focus {
  opacity: 1;
  left: 0;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.section-4 .text span {
  display: inline-block;
  width: 30px;
}

.section-4 .line-1 {
  position: absolute;
  height: 190px;
  width: 9px;
  background-color: #fff;
  top: 0;
  left: 1179px;
  opacity: 0;
}

.section-4 .line-1.focus {
  opacity: 1;
}

.section-4 .line-1 p {
  font-size: 60px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  bottom: 0px;
  left: 27px;
}

.section-4 .line-1 p:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  border: 5px solid #fff;
  background-color: #a13c3c;
  top: 40px;
  left: -40px;
}

.section-4 .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 120px;
  padding-right: 70px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 40px;
}

.section-4 .footer .right {
  color: #ffffff;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
}

.section-4 .footer .right img {
  display: block;
  margin-bottom: 15px;
}

.section-4 .nav__item {
  color: #ffffff;
}

.section-4 .nav__item:before {
  display: none;
}

.section-4 .nav__link {
  color: #ffffff;
  width: 250px;
  height: 35px;
  border: 2px solid #fff;
  font-size: 20px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.section-4 .nav__link:before {
  background-color: #fff;
  display: none;
}

.section-4 .nav__link:hover {
  background-color: #fff;
  color: #000000;
}

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1860px) {
  .header {
    padding-left: 40px;
    padding-right: 40px;
  }
  .section-4 .footer {
    padding-left: 40px;
    padding-right: 40px;
  }
  .section-2 .img {
    width: 600px;
    bottom: 200px;
    right: 20px;
  }
  .section-2 .line-2 {
    left: 50px;
  }
  .section-2 .text {
    left: 200px;
    font-size: 20px;
    top: 350px;
  }
  .section-2 .line-3 {
    left: 700px;
  }
  .section-2 .line-4 {
    left: 700px;
  }
  .section-3 .line-1 {
    left: 1108px;
  }
  .section-2 .info {
    font-size: 20px;
  }
  .section-3 .text-1 {
    font-size: 20px;
  }
  .section-3 .info {
    font-size: 20px;
  }
  .section-3 .text-2 {
    font-size: 20px;
    right: 30px;
    width: 450px;
  }
  .section-3 .img-2 {
    bottom: 100px;
    width: 400px;
  }
  .section-4 .text {
    font-size: 20px;
  }
  .section-4 .line-1 {
    left: 1108px;
  }
}

@media only screen and (max-width: 1600px) {
  body {
    padding-top: 110px;
  }
  .header {
    padding-top: 10px;
    height: 110px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header .nav {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 70px;
  }
  .header .nav__item {
    white-space: nowrap;
  }
  .section-1 {
    height: 740px;
  }
  .section-1.section-11 {
    height: -webkit-calc(100vh - 110px);
    height: calc(100vh - 110px);
  }
  .section-2 {
    height: 740px;
  }
  .section-2 .title {
    left: 50px;
    top: 50px;
    font-size: 40px;
  }
  .section-2 .title b {
    font-size: 70px;
  }
  .section-2 .line-1 {
    display: none;
  }
  .section-2 .line-2 {
    display: none;
  }
  .section-2 .text {
    font-size: 18px;
    top: 200px;
    left: 70px;
  }
  .section-2 .line-4 {
    left: 550px;
    -webkit-background-size: 300px 300px;
            background-size: 300px;
    padding-bottom: 150px;
  }
  .section-2 .line-4 p {
    font-size: 50px;
    margin-left: 40px;
  }
  .section-2 .img {
    width: 400px;
    right: 100px;
    bottom: 100px;
  }
  .section-2 .line-3 {
    -webkit-background-size: 150px 150px;
            background-size: 150px;
    left: 550px;
    top: 300px;
  }
  .section-2 .line-3 p {
    font-size: 50px;
  }
  .section-2 .info {
    font-size: 18px;
  }
  .section-3 .line-1 {
    left: 843px;
    width: 7px;
  }
  .section-3 {
    height: 740px;
  }
  .section-3 .text-1 {
    font-size: 17px;
    top: 50px;
    left: 50px;
    width: 600px;
  }
  .section-3 .line-1 p {
    font-size: 50px;
  }
  .section-3 .line-1 p:before {
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
  }
  .section-3 .line-1 p:nth-child(1):before {
    right: -46px;
  }
  .section-3 .line-1 p:nth-child(2):before {
    left: -36px;
  }
  .section-3 .line-1 p:nth-child(3):before {
    right: -46px;
  }
  .section-3 .line-1 p:nth-child(4):before {
    left: -36px;
  }
  .section-3 .info {
    font-size: 18px;
    padding: 20px 20px;
    bottom: 50px;
    left: 50px;
  }
  .section-3 .img-2 {
    width: 300px;
    bottom: 70px;
    left: 450px;
  }
  .section-3 .img-1 {
    width: 200px;
    right: 150px;
  }
  .section-3 .text-2 {
    font-size: 17px;
    top: 240px;
    right: 10px;
  }
  .section-3 .img-3 {
    width: 250px;
    bottom: 50px;
    right: 100px;
  }
  .section-4 {
    height: 740px;
  }
  .section-4 .line-1 {
    left: 843px;
    width: 7px;
    height: 100px;
  }
  .section-4 .line-1 p {
    font-size: 50px;
  }
  .section-4 .line-1 p:before {
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    left: -36px;
  }
  .section-4 .text {
    font-size: 18px;
  }
  .section-4 .content {
    padding-top: 50px;
    padding-left: 50px;
  }
  .section-4 .content .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-4 .content .img img {
    width: 60%;
  }
  .section-4 .elems {
    padding-top: 30px;
  }
  .section-4 .elems .item p {
    font-size: 30px;
  }
  .section-4 .elems .item p b {
    font-size: 60px;
  }
  .section-4 .footer {
    padding-bottom: 20px;
  }
  .section-4 .footer .logo {
    width: 150px;
  }
  .section-4 .footer .logo img {
    width: 100%;
  }
}

@media only screen and (max-width: 1300px) {
  .section-2 .line-4 {
    left: 400px;
    bottom: -50px;
  }
  .section-2 .text {
    font-size: 17px;
  }
  .section-3 .line-1 {
    left: 687px;
  }
  .section-3 .text-1 {
    width: 500px;
  }
  .section-3 .info {
    padding: 10px;
  }
  .section-3 .img-2 {
    width: 250px;
    bottom: 70px;
    left: 400px;
  }
  .section-4 .line-1 {
    left: 687px;
  }
}

@media only screen and (max-width: 1240px) {
  .section-2 .line-3,
  .section-2 .line-4 {
    display: none;
  }
  .section-2 .img {
    right: 60px;
  }
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-1 .nav__item {
    margin-left: 5px;
    margin-right: 5px;
  }
  .section-1 .nav__item:before {
    right: -8px;
  }
  .section-1 .nav__item:last-child:before {
    display: none;
  }
  .section-3 .line-1 {
    display: none;
  }
  .section-3 .text-1 {
    font-size: 16px;
  }
  .section-3 .img-1 {
    right: 150px;
    top: 100px;
  }
  .section-3 .text-2 {
    font-size: 16px;
    top: 310px;
    right: 30px;
  }
  .section-3 .img-3 {
    left: 100px;
    bottom: 250px;
  }
  .section-3 .img-3.focus {
    left: 150px;
  }
  .section-3 .info {
    bottom: 20px;
    font-size: 16px;
  }
  .section-3 .img-2 {
    right: 200px;
    left: auto;
    bottom: -30px;
  }
  .section-3 .img-2.focus {
    bottom: 30px;
  }
  .section-4 .line-1 {
    display: none;
  }
  .section-4 .text {
    font-size: 16px;
  }
  .section-4 .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav__item {
    margin-left: 7px;
    margin-right: 7px;
  }
  .nav__item:before {
    right: -10px;
  }
  .nav__item:last-child:before {
    display: none;
  }
  .section-4 .footer .right img {
    width: 70px;
  }
  .section-4 .footer .nav {
    top: -50px;
  }
}

@media only screen and (max-width: 1015px) {
  body {
    padding-top: 60px;
  }
  .header {
    height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
  .header .logo img {
    width: 100%;
  }
  .header .logo:nth-child(2) {
    width: 300px;
  }
  .header .logo:nth-child(4) {
    width: 130px;
  }
  .header .button-open {
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
    cursor: pointer;
  }
  .header .button-open span {
    width: 100%;
    height: 5px;
    background-color: #000;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .button-open span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: -10px;
    left: 0;
    -webkit-border-radius: 50px;
            border-radius: 50px;
  }
  .header .button-open span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    bottom: -10px;
    left: 0;
    -webkit-border-radius: 50px;
            border-radius: 50px;
  }
  .header .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
    display: none;
  }
  .header .nav.active {
    display: block;
  }
  .header .nav__item {
    display: block;
    padding: 15px;
    padding-left: 30px;
    border-left: 3px solid #fff;
    margin: 5px;
  }
  .header .nav__item:before {
    display: none;
  }
  .header .nav__link {
    text-transform: uppercase;
    width: 100%;
    color: #ffffff;
  }
  .header .nav__link:before {
    background-color: #fff;
  }
  .header .nav .button-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
  }
  .header .nav .button-close span {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 5px;
    background-color: #fff;
    -webkit-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
            transform: rotateZ(45deg);
    -webkit-border-radius: 50px;
            border-radius: 50px;
  }
  .header .nav .button-close span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
            transform: rotateZ(90deg);
    -webkit-border-radius: 50px;
            border-radius: 50px;
  }
  .section-1.section-11 {
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
  }
  .section-4 .footer .nav {
    display: none;
  }
  .section-2 {
    height: auto;
  }
  .section-2 .title {
    position: relative;
    padding: 0;
    padding-left: 30px;
    padding-top: 20px;
    margin: 0;
    left: 0;
    top: auto;
  }
  .section-2 .info {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    margin: auto;
    margin-top: 60px;
  }
  .section-2 .text {
    position: relative;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 40px;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section-2 .img {
    display: none;
  }
  .section-3 {
    height: auto;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-3 .text-1 {
    position: relative;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: auto;
    top: auto;
    padding-top: 20px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .section-3 .img-1 {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin: auto;
    margin-top: 40px;
  }
  .section-3 .img-1.focus {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .section-3 .info {
    position: relative;
    bottom: auto;
    left: auto;
    top: auto;
    margin: auto;
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-3 .info.focus {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .section-3 .img-2 {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    margin: auto;
    margin-top: 40px;
  }
  .section-3 .img-2.focus {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .section-3 .text-2 {
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 20px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .section-3 .img-3 {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: auto;
    margin-top: 40px;
  }
  .section-3 .img-3.focus {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .section-4 {
    height: auto;
    padding-bottom: 210px;
  }
  .section-4 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-4 .content .img {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    padding: 0;
  }
  .section-4 .content .left {
    width: 100%;
    padding-top: 40px;
  }
  .section-4 .elems .item p b {
    font-size: 40px;
  }
}

/*==========  Mobile First  ==========*/
