@import url('fonts/stylesheet.css');
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459Wdhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_dJE3gfD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  src: local('Barlow Condensed Medium'), local('BarlowCondensed-Medium'), url(https://fonts.gstatic.com/s/barlowcondensed/v3/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lwz3bWvA.ttf) format('truetype');
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.abs_full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.paralaxBackground {
  background: url('../images/AdobeStock_76912540-1-retus.jpg') no-repeat center 0;
  background-size: cover;
}
@keyframes astro_anim {
  100% {
    transform: rotate(10deg) scale(1.2, 1.2);
  }
}
.cosmonaut {
  position: absolute;
  left: -15vw;
  top: 5vh;
  width: 40vw;
  height: auto;
  animation-name: astro_anim;
  animation-duration: 30s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@media screen and (max-width: 1200px) {
  .cosmonaut {
    width: 35vw;
  }
}
.toolbar {
  position: absolute;
  right: 20px;
  top: 20px;
}
.toolbar a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'proxima_novalight';
  letter-spacing: 1ex;
  font-size: 80%;
}
.firstPage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 100vh;
}
@media screen and (max-width: 1200px) {
  .firstPage .title img {
    width: 384px;
  }
}
@media screen and (max-width: 960px) {
  .firstPage .title img {
    width: 288px;
  }
}
.firstPage .text1 {
  font-size: 300%;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .firstPage .text1 {
    font-size: 240%;
  }
}
@media screen and (max-width: 960px) {
  .firstPage .text1 {
    font-size: 180%;
  }
}
.firstPage .text2 {
  font-size: 200%;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .firstPage .text2 {
    font-size: 160%;
  }
}
@media screen and (max-width: 960px) {
  .firstPage .text2 {
    font-size: 120%;
  }
}
.firstPage .button span,
.firstPage .button a {
  display: inline-block;
  background-color: #faa61a;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 85%;
  padding: 15px 30px;
  border-radius: 2px;
}
@media screen and (max-width: 960px) {
  .firstPage .button span,
  .firstPage .button a {
    padding: 10px 20px;
  }
}
.firstPage .logos {
  display: flex;
  align-items: center;
}
.firstPage .logos img {
  margin: 0 50px;
}
@media screen and (max-width: 960px) {
  .firstPage .logos img {
    max-width: 280px;
    max-height: 50px;
    width: auto;
    height: auto;
    margin: 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .firstPage .logos img {
    max-width: 180px;
    max-height: 40px;
    width: auto;
    height: auto;
    margin: 0 10px;
  }
}
.firstPage .text3 {
  text-transform: uppercase;
  font-size: 160%;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .firstPage .text3 {
    font-size: 128%;
  }
}
@media screen and (max-width: 960px) {
  .firstPage .text3 {
    font-size: 96%;
  }
}
@keyframes numberAnim {
  0% {
    color: #00b0ea;
  }
  100% {
    color: #fff;
  }
}
.secondPage .text1 {
  color: #fff;
  font-size: 300%;
  text-align: center;
  margin: 40px 0 100px 0;
}
@media screen and (max-width: 1200px) {
  .secondPage .text1 {
    font-size: 240%;
  }
}
@media screen and (max-width: 960px) {
  .secondPage .text1 {
    font-size: 180%;
  }
}
.secondPage .text1 b {
  color: #00b0ea;
}
.secondPage .timer {
  height: 1px;
  position: relative;
}
.secondPage .timer .time {
  position: absolute;
  right: 100px;
  top: -260px;
  color: #fff;
  opacity: 0.3;
  font-family: 'Barlow Condensed';
  font-size: 1000%;
}
@media screen and (max-width: 1200px) {
  .secondPage .timer .time {
    right: 40px;
    font-size: 800%;
    top: -200px;
  }
}
@media screen and (max-width: 960px) {
  .secondPage .timer .time {
    right: 20px;
    font-size: 600%;
    top: -160px;
  }
}
@media screen and (max-width: 640px) {
  .secondPage .timer .time {
    font-size: 400%;
    top: -100px;
  }
}
.secondPage .timer .crew {
  position: absolute;
  right: 400px;
  top: -210px;
}
.secondPage .timer .crew img {
  width: 64px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .secondPage .timer .crew {
    left: 180px;
    right: auto;
    top: -180px;
  }
}
@media screen and (max-width: 960px) {
  .secondPage .timer .crew {
    left: 100px;
    right: auto;
    top: -160px;
  }
}
@media screen and (max-width: 640px) {
  .secondPage .timer .crew {
    left: auto;
    right: 20px;
    top: -190px;
  }
}
.secondPage .steps {
  display: flex;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .secondPage .steps {
    flex-wrap: wrap;
  }
}
.secondPage .steps > div {
  width: 160px;
  position: relative;
  height: 300px;
  border: 1px solid #fff;
  border-radius: 25px;
  border-width: 0 1px 1px 1px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 30%);
  padding: 40px 10px 40px 10px;
  margin: 0 5px 60px 5px;
}
@media screen and (max-width: 1200px) {
  .secondPage .steps > div {
    width: 140px;
    height: 240px;
  }
}
.secondPage .steps > div .number {
  position: absolute;
  left: 0;
  top: -0.65em;
  width: 100%;
  font-family: 'Barlow Condensed';
  font-size: 700%;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .secondPage .steps > div .number {
    font-size: 400%;
  }
}
.secondPage .steps > div .number-orange {
  animation-name: numberAnim;
  animation-duration: 3s;
  animation-iteration-count: 1;
}
.secondPage .steps > div .icon {
  height: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .secondPage .steps > div .icon {
    height: 40px;
    background-size: contain;
    margin: 10px 0;
  }
}
.secondPage .steps > div .text {
  text-align: center;
  opacity: 0;
}
.secondPage .steps > div .text:first-line {
  font-weight: bold;
  color: #00b0ea;
}
.secondPage .text2 {
  color: #fff;
  font-size: 160%;
  text-align: center;
  margin: 20px 0 60px 0;
}
@media screen and (max-width: 1200px) {
  .secondPage .text2 {
    font-size: 128%;
  }
}
@media screen and (max-width: 960px) {
  .secondPage .text2 {
    font-size: 96%;
  }
}
.secondPage .text2 b {
  color: #00b0ea;
}
.secondPage .button {
  text-align: center;
  padding: 0 0 60px;
}
.secondPage .button a {
  display: inline-block;
  background-color: #faa61a;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 85%;
  padding: 15px 30px;
  border-radius: 2px;
}
@media screen and (max-width: 960px) {
  .secondPage .button a {
    padding: 10px 20px;
  }
}
.secondPage .text3 {
  color: #fff;
  font-size: 90%;
  text-align: center;
  margin: 60px 0 0 0;
  padding: 0 0 40px;
  text-transform: uppercase;
  letter-spacing: 1ex;
}
@media screen and (max-width: 960px) {
  .secondPage .text3 {
    font-size: 72%;
  }
}
.secondPage .text3 b {
  color: #00b0ea;
}
.secondPage .text3 p:nth-child(2) {
  margin: 10px 0;
  font-size: 300%;
  font-family: 'proxima_novalight';
}
.secondPage .text3 p:nth-child(2) span {
  font-family: 'proxima_nova_rgregular';
  color: #00b0ea;
}
.secondPage .text3 p:nth-child(3) {
  font-size: 60%;
}
.slider_wrapper {
  height: 100vh;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.slider_wrapper .images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slider_wrapper .images .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider_wrapper .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(0, 61, 81, 0.6) 20%, rgba(0, 0, 0, 0.8));
  transition: 300ms;
}
.slider_wrapper .shadow-hidden {
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.5));
}
.slider_wrapper .left_slide,
.slider_wrapper .right_slide {
  position: absolute;
  top: 30%;
  height: 40%;
  width: calc(50% - 190px);
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 300ms;
  transition-timing-function: ease-out;
  color: #aaa;
}
.slider_wrapper .left_slide .items,
.slider_wrapper .right_slide .items {
  transition: transform 600ms;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  position: absolute;
  left: 100%;
  height: 100%;
  top: 0;
  overflow: visible;
}
.slider_wrapper .left_slide .items .item,
.slider_wrapper .right_slide .items .item {
  color: inherit;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 240px;
  text-align: center;
}
.slider_wrapper .left_slide .items .item:after,
.slider_wrapper .right_slide .items .item:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0%;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.slider_wrapper .left_slide .items .item > div,
.slider_wrapper .right_slide .items .item > div {
  padding: 0 20px;
}
.slider_wrapper .left_slide .items .item .title,
.slider_wrapper .right_slide .items .item .title {
  font-family: 'proxima_novalight';
  font-size: 130%;
  color: #00b0ea;
}
.slider_wrapper .left_slide .items .item .company,
.slider_wrapper .right_slide .items .item .company {
  text-transform: uppercase;
  font-size: 60%;
  color: #999;
  letter-spacing: 0.6ex;
  margin: 10px 0 0 0;
}
.slider_wrapper .left_slide .items .item .logo,
.slider_wrapper .right_slide .items .item .logo {
  margin: 20px auto 0 auto;
  height: 30px;
  width: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.6;
}
.slider_wrapper .left_slide-hidden,
.slider_wrapper .right_slide-hidden {
  top: 85%;
  height: 10%;
  background-color: rgba(0, 0, 0, 0.8);
}
.slider_wrapper .left_slide-hidden .items .item .logo,
.slider_wrapper .right_slide-hidden .items .item .logo {
  display: none;
}
.slider_wrapper .left_slide {
  left: 0;
}
.slider_wrapper .right_slide {
  right: 0;
}
.slider_wrapper .right_slide .items {
  left: 0;
}
.slider_wrapper .right_slide .items .item:after {
  left: auto;
  right: 0;
}
.slider_wrapper .center_slide {
  position: absolute;
  left: 50%;
  top: 20%;
  width: 380px;
  height: 60%;
  margin-left: -190px;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 300ms;
  transition-timing-function: ease-out;
  overflow: hidden;
}
@media screen and (max-width: 640px) and (orientation: landscape) {
  .slider_wrapper .center_slide {
    top: 5%;
    height: 90%;
  }
}
.slider_wrapper .center_slide:after,
.slider_wrapper .center_slide:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0%;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.slider_wrapper .center_slide:before {
  left: auto;
  right: 0;
}
.slider_wrapper .center_slide .items {
  transition: transform 600ms;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: visible;
}
.slider_wrapper .center_slide .items .item {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
}
.slider_wrapper .center_slide .items .item > div {
  padding: 0 40px;
}
@media screen and (max-width: 640px) {
  .slider_wrapper .center_slide .items .item > div {
    padding: 0 20px;
  }
}
.slider_wrapper .center_slide .items .item .title {
  font-family: 'proxima_novalight';
  font-size: 200%;
  color: #00b0ea;
}
.slider_wrapper .center_slide .items .item .company {
  text-transform: uppercase;
  font-size: 80%;
  color: #999;
  letter-spacing: 0.6ex;
  margin: 10px 0 0 0;
}
.slider_wrapper .center_slide .items .item .sep {
  overflow: hidden;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 20px 0 0 0;
}
.slider_wrapper .center_slide .items .item .desc {
  margin: 20px 0 0 0;
  color: #ccc;
}
.slider_wrapper .center_slide .items .item .tags {
  margin: 20px 0 0 0;
}
.slider_wrapper .center_slide .items .item .tags li {
  list-style: none;
  display: inline-block;
  background-color: #faa61a;
  color: #000;
  font-size: 70%;
  padding: 2px 3px;
  border-radius: 2px;
}
.slider_wrapper .center_slide .items .item .more,
.slider_wrapper .center_slide .items .item .close {
  margin: 60px 0 0 0;
  display: inline-block;
  width: 100%;
  background: url(../assets/button.svg) no-repeat center center;
  background-size: contain;
  padding: 22px 0 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 60%;
  letter-spacing: 0.2ex;
}
.slider_wrapper .center_slide .items .item .close {
  margin: 10px 0 0 0;
  display: none;
}
.slider_wrapper .center_slide .items .item .link {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -9px;
  bottom: 20px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../assets/link.svg) no-repeat center center;
  transition: 300ms;
  transform: rotate(45deg);
  opacity: 0.6;
}
.slider_wrapper .center_slide .items .item .link:hover {
  transform: rotate(0);
  opacity: 1;
}
.slider_wrapper .center_slide-hidden {
  top: 80%;
  height: 20%;
  background-color: rgba(0, 0, 0, 0.9);
}
.slider_wrapper .center_slide-hidden .items .item .desc,
.slider_wrapper .center_slide-hidden .items .item .sep,
.slider_wrapper .center_slide-hidden .items .item .more,
.slider_wrapper .center_slide-hidden .items .item .link,
.slider_wrapper .center_slide-hidden .items .item .tags {
  display: none;
}
.slider_wrapper .center_slide-hidden .items .item .close {
  display: inline-block;
}
.slider_wrapper .switcher_on {
  position: absolute;
  left: 50%;
  top: 80%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  background: url(../assets/switcher.svg) no-repeat center center;
  background-size: contain;
  transition: 300ms;
  transform: rotate(180deg);
}
@media screen and (max-width: 640px) and (orientation: landscape) {
  .slider_wrapper .switcher_on {
    top: 95%;
  }
}
.slider_wrapper .switcher_on-hidden {
  transform: rotate(0);
}
.team {
  position: relative;
  background: url(../images/team-CB.png) no-repeat center top;
  background-size: 960px;
  background-color: #000;
}
@media screen and (max-width: 960px) {
  .team {
    background-size: 640px;
  }
}
@media screen and (max-width: 640px) {
  .team {
    background-size: 320px;
  }
}
.team .contact {
  padding: 300px 0 40px 0;
  color: #ccc;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 50%);
}
@media screen and (max-width: 960px) {
  .team .contact {
    padding-top: 200px;
  }
}
@media screen and (max-width: 640px) {
  .team .contact {
    padding-top: 120px;
  }
}
.team .contact a {
  color: #00b0ea;
}
.team .contact p {
  margin: 20px;
}
.team .contact p small {
  font-size: 70%;
}
@media screen and (max-width: 960px) {
  .team .contact .logo {
    width: 320px;
    height: auto;
  }
}
/*# sourceMappingURL=style.css.map */