/* new home */

@font-face {
	font-family: 'Neo Sans Pro';
	src: url('/css/fonts/neosanspro/NeoSansPro-Bold.eot');
	src: local('Neo Sans Pro Bold'), local('NeoSansPro-Bold'),
		url('/css/fonts/neosanspro/NeoSansPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/neosanspro/NeoSansPro-Bold.woff') format('woff'),
		url('/css/fonts/neosanspro/NeoSansPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Neo Sans Pro';
	src: url('/css/fonts/neosanspro/NeoSansPro-Medium.eot');
	src: local('Neo Sans Pro Medium'), local('NeoSansPro-Medium'),
		url('/css/fonts/neosanspro/NeoSansPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/neosanspro/NeoSansPro-Medium.woff') format('woff'),
		url('/css/fonts/neosanspro/NeoSansPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

/* @font-face {
	font-family: 'Neo Sans Pro';
	src: url('/css/fonts/neosanspro/NeoSansPro-LightItalic.eot');
	src: local('Neo Sans Pro Light Italic'), local('NeoSansPro-LightItalic'),
		url('/css/fonts/neosanspro/NeoSansPro-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/neosanspro/NeoSansPro-LightItalic.woff') format('woff'),
		url('/css/fonts/neosanspro/NeoSansPro-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
} */

@font-face {
	font-family: 'Neo Sans Pro';
	src: url('/css/fonts/neosanspro/NeoSansPro-Regular.eot');
	src: local('Neo Sans Pro'), local('NeoSansPro-Regular'),
		url('/css/fonts/neosanspro/NeoSansPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/neosanspro/NeoSansPro-Regular.woff') format('woff'),
		url('/css/fonts/neosanspro/NeoSansPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* 
@font-face {
	font-family: 'Neo Sans Pro Ultra';
	src: url('/css/fonts/neosanspro/NeoSansPro-Ultra.eot');
	src: local('Neo Sans Pro Ultra'), local('NeoSansPro-Ultra'),
		url('/css/fonts/neosanspro/NeoSansPro-Ultra.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/neosanspro/NeoSansPro-Ultra.woff') format('woff'),
		url('/css/fonts/neosanspro/NeoSansPro-Ultra.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
} */

/* @font-face {
	font-family: 'Neo Sans Pro';
	src: url('/css/fonts/neosanspro/NeoSansPro-BoldItalic.eot');
	src: local('Neo Sans Pro Bold Italic'), local('NeoSansPro-BoldItalic'),
		url('/css/fonts/neosanspro/NeoSansPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/neosanspro/NeoSansPro-BoldItalic.woff') format('woff'),
		url('/css/fonts/neosanspro/NeoSansPro-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
} */

@font-face {
	font-family: 'Neo Sans Pro';
	src: url('/css/fonts/neosanspro/NeoSansPro-Light.eot');
	src: local('Neo Sans Pro Light'), local('NeoSansPro-Light'),
		url('/css/fonts/neosanspro/NeoSansPro-Light.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/neosanspro/NeoSansPro-Light.woff') format('woff'),
		url('/css/fonts/neosanspro/NeoSansPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

/* @font-face {
	font-family: 'Neo Sans Pro';
	src: url('/css/fonts/neosanspro/NeoSansPro-Italic.eot');
	src: local('Neo Sans Pro Italic'), local('NeoSansPro-Italic'),
		url('/css/fonts/neosanspro/NeoSansPro-Italic.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/neosanspro/NeoSansPro-Italic.woff') format('woff'),
		url('/css/fonts/neosanspro/NeoSansPro-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
} */

body, html {
	height: auto;
	min-width: 320px;
    max-width: 100%;
    scroll-behavior: auto;
}
body {
	background: linear-gradient(to top, #706f84, transparent), radial-gradient(130vh at 50% 100vh, #5f6a7d 15%, #2b3446 50%, #161a1f);
	color: #fff;
	font-family: 'panton-lig', arial, sans-serif;
}
.wrapper {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-perspective: 1px;
          perspective: 1px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper.is-firefox {
    width: calc(100% + 17px);
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    z-index: 2000;
  }
::-webkit-scrollbar-thumb {
    background: #888; 
}
::-webkit-scrollbar-track {
    background-color: transparent;
}

.parallax__group {
    position: relative;
    height: 500px;
    height: 100vh;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.is-firefox .parallax__group {
    -webkit-perspective: 1px;
          perspective: 1px;
}
.parallax__layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.is-firefox .parallax__layer {
    transform-style: inherit;
}
p, h2 {
	color: #fff;
}
footer, footer p {
	color: #333;
}
.height-inherit {
	height: inherit;
}
.brand-color {
	color: #ffa02f;
}
header {
	/* padding-top: 35px; */
	background: transparent;
	will-change: transform;
	-webkit-backface-visibility: hidden;
           backface-visibility: hidden;
}
.top-menu ul.nav li.dropdown > ul.dropdown-menu:after {
    background: #1a1f27;
}
header.scroll .top-menu ul.nav li.dropdown > ul.dropdown-menu:after {
    background: #f1f2f3;
}
.top-menu ul.dropdown-menu li a {
    color: #fff;
}
header.scroll .top-menu ul.dropdown-menu li a {
    color: #3d4247;
}
header .logo a:after {
	color: #fff;
}
header.scroll .logo a:after {
	color: #000;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
header.scroll .navbar-toggle .icon-bar {
	background: #000;
}
header .logo {
    /* padding-top: 0; */
}
header.scroll {
    position: fixed;
    /* position: absolute; */
	/* padding-top: 6px; */
	background: rgba(255,255,255, 0.9);
} 
header .tagline {
	color: #fff;
}
header .number-head a {
	color: #fff;
}
header .number-head p {
	margin: 0;
}
/* header .number-head .glyphicon {
	display: none;
} */
.top-menu ul.nav > li > a,.top-menu ul.nav > li > a:hover, .top-menu ul.nav > li > a:focus {
	/* padding: 10px 15px; */
	color: #fff;
}
header.scroll .top-menu ul.nav > li > a, header.scroll .top-menu ul.nav > li > a:hover, header.scroll .top-menu ul.nav > li > a:focus {
	/* padding: 7px 15px 10px; */
	color: #000;
}
header .logo img {
	visibility: hidden;
}
header.scroll .logo img {
	visibility: visible;
}
header .logo a {
	position: relative;
	/* padding-bottom: 30px;
	    margin-top: -28px; */
}
header .logo a:before {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	width: 195px;
    height: 35px;
	background: url(/images/logo-np-light.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
header.scroll .logo a {
	padding: 0;
	margin: 0;
}
header.scroll .logo a:before {
	display: none;
}
/* footer {
  display: none;
} */
.footer-push {
	height: 0 !important;
}
.footer-push + footer {
	display: block;
}
.parallax-block {
	will-change: transform;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}
.screen {
	min-height: 600px;
	height: calc(100vh - 113px);
}
.screen__cubes {
	-webkit-transform: translateZ(0.4px) scale(0.6);
               transform: translateZ(0.4px) scale(0.6);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
}
.screen__cube {
	position: absolute;
	display: block;
}
.screen__cube--right {
    right: -240px;
    bottom: 30px;
}
.screen__cube--left {
	left: -220px;
	bottom: -120px;
	 -webkit-transform: scale(0.5) rotate(-35deg);
          -ms-transform: scale(0.5) rotate(-35deg);
              transform: scale(0.5) rotate(-35deg);
}
.screen__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	text-align: center;
	font-family: 'Neo Sans Pro', arial, sans-serif;
}
.screen__title-first {
	width: 100%;
	display: block;
	position: relative;
	padding-bottom: 35px;
    margin-bottom: 40px;
	font-size: 30px;
	font-weight: 300;
}
.screen__title-first:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 80px;
	margin: auto;
	border-bottom: 1px solid #f7a107;
}
.screen__title-first img {
	width: 164px;
	margin-left: 16px;
	vertical-align: baseline;
}
.screen__title-main {
    display: inline-block;
    margin: 0 0 20px;
    font-size: 52px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    font-family: inherit;
    color: #FFF;
}
.screen__title-main:after {
    content: ',';
    font-size: 0.3em;
    font-family: arial, sans-serif;
}
.screen__title-sub {
	width: 100%;
	display: block;
	margin-bottom: 70px;
	font-size: 30px;
	line-height: 1;
	font-weight: 300;
}
.btn--round {
    font-family: 'Neo Sans Pro', arial, sans-serif;
    line-height: 1;
    padding: 18px 55px 18px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 10px 0px;
        	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 10px 0px;
}
.btn--round.btn--ios {
	padding-bottom: 14px;
}
.btn--transparent.btn--ios {
    padding-bottom: 12px;
}
.btn--yellow {
	background-color: #ffc000;
}
.screen .btn {
	margin-bottom: 150px;
}
.home__down-btn--arrow {
	position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    padding: 0;
    margin: auto;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    background: none;
    outline: none;
    -webkit-transform: scale(1, 0.55) rotate(45deg);
    -ms-transform: scale(1, 0.55) rotate(45deg);
    -o-transform: scale(1, 0.55) rotate(45deg);
    transform: scale(1, 0.55) rotate(45deg);
    -webkit-transition: transform .35s ease;
    -o-transition: transform .35s ease;
    transition: transform .35s ease;
}

.principle {
	position: relative;
    max-width: 80%;
    margin: 550px auto 220px;
    padding: 60px 0;
	background-color: rgba(18, 22, 30, 0.75);
	text-align: center;
}
.principle .container {
	z-index: 2;
    position: relative;
}
.principle a {
	color: #fff;
	text-decoration: underline;
}
.principle a:hover {
	color: #fff;
	text-decoration: none;
}
.principle:before {
    content: '';
    position: absolute;
    z-index: 0;
    left: -100%;
    right: -100%;
    top: -523px;
    display: block;
    margin: auto;
    width: 1244px;
    height: 1133px;
    pointer-events: none;
    background-image: url(/images/new-home/stuff.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}
.principle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(18, 22, 30, 0.75);
}
.principle__intro {
	margin-bottom: 50px;
	font-size: 22px;
}
.principle__title {
	margin-bottom: 45px;
}
.principle__list {
	margin-bottom: 45px;
	text-align: left;
}
.principle__item {
    padding-left: 20%;
}
.principle__item-title {
    font-family: 'panton-bold', arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 20px;
    background-size: 67px 67px;
    background-position: left top;
    background-repeat: no-repeat;
}
.principle__item--1 .principle__item-title {
	padding-left: 75px;
	background-image: url(/images/new-home/icon-handmade.svg);
}
.principle__item--2 .principle__item-title {
	padding-left: 65px;
    background-size: 55px 67px;
	background-image: url(/images/new-home/icon-truemarketing.svg);
}
.principle__item--3 .principle__item-title {
	padding-left: 80px;
	background-image: url(/images/new-home/icon-complex.svg);
}
.principle__to-business {
    font-size: 30px;
}
.letsgo {
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 170px;
    margin: auto;
    left: -50px;
    right: 0;
}
.lestgo__cord {
	position: absolute;
	left: 0;
	top: -3px;
}
.lestgo__austronaut {
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  top: 10px;
  will-change: transform, -webkit-transform;
  -webkit-animation: austroMoveX 3s linear infinite both;
         animation: austroMoveX 3s linear infinite both;
}
.lestgo__austronaut img {
  max-width: 100%;
  will-change: transform, -webkit-transform;
  -webkit-animation: austroMoveY 3s linear infinite both;
          animation: austroMoveY 3s linear infinite both;
}
/* @-webkit-keyframes austroMove {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  40% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  60% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  80% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
} */
@keyframes austroMoveX {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
       -moz-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translateX(2px) rotate(0.02deg);
       -moz-transform: translateX(2px) rotate(0.02deg);
            transform: translateX(2px) rotate(0.02deg);
  }
  40% {
    -webkit-transform: translateX(2px) rotate(0deg);
       -moz-transform: translateX(2px) rotate(0deg);
            transform: translateX(2px) rotate(0deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(0.02deg);
       -moz-transform: translateX(-2px) rotate(0.02deg);
            transform: translateX(-2px) rotate(0.02deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(0deg);
       -moz-transform: translateX(-2px) rotate(0deg);
            transform: translateX(-2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(0.02deg);
       -moz-transform: translate(0) rotate(0.02deg);
            transform: translate(0) rotate(0.02deg);
  }
}
@keyframes austroMoveY {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
       -moz-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translateY(-2px) rotate(0.02deg);
       -moz-transform: translateY(-2px) rotate(0.02deg);
            transform: translateY(-2px) rotate(0.02deg);
  }
  40% {
    -webkit-transform: translateY(2px) rotate(0deg);
       -moz-transform: translateY(2px) rotate(0deg);
            transform: translateY(2px) rotate(0deg);
  }
  60% {
    -webkit-transform: translateY(2px) rotate(0.02deg);
       -moz-transform: translateY(2px) rotate(0.02deg);
            transform: translateY(2px) rotate(0.02deg);
  }
  80% {
    -webkit-transform: translateY(-2px) rotate(0deg);
       -moz-transform: translateY(-2px) rotate(0deg);
            transform: translateY(-2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(0.02deg);
       -moz-transform: translate(0) rotate(0.02deg);
            transform: translate(0) rotate(0.02deg);
  }
}
.lestgo__say {
    position: absolute;
    right: -130px;
    top: 30px;
    will-change: transform, -webkit-transform, opacity;

    opacity: 0;
}
.letsgo.alive .lestgo__say {
	-webkit-animation: scale-in-bl 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-bl 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes scale-in-bl {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
}
@keyframes scale-in-bl {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
}
.complex {
	position: relative;
    height: 575px;
    max-width: 1920px;
    margin: auto;
    padding-bottom: 70px;
    margin-bottom: 15%;
}
.complex__back {
	position: absolute;
	z-index: 0;
	left: 0;
    top: -510px;
    width: 100%;
    height: 1240px;
	background-image: url(/images/new-home/cosmos.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.complex .container {
    -webkit-transform: translateZ(0.2px) scale(0.8);
        transform: translateZ(0.2px) scale(0.8);
    -webkit-backface-visibility: hidden;
           backface-visibility: hidden;
    will-change: auto;
}
.complex__title {
    margin-bottom: 40px;
}
.title--bold {
	font-family: 'panton-bold', arial, sans-serif;
    font-size: 70px;
    line-height: 0.9;
}
.complex__text {
    margin-bottom: 15px;
}
.complex__links {
    position: relative;
    z-index: 2;
}
.complex__link {
	position: relative;
	display: inline-block;
	margin: 8px 0;
    padding: 5px 35px 5px 55px;
    font-size: 22px;
	color: #ffc000;
	background-position: left center;
	background-repeat: no-repeat;
	transition: color 0.2s linear;
}
/* .complex__link:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	width: 30px;
	height: 16px;
	margin: auto;
	background-image: url(/images/new-home/arrow-right.png);
	background-position: right center;
	background-repeat: no-repeat;
} */
.complex__link-arrow, .complex__link-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	fill: #ffc000;
	-webkit-transition: fill 0.2s linear;
    -o-transition: fill 0.2s linear;
    transition: fill 0.2s linear;
}
.complex__link-arrow {
	right: 0;
	-webkit-transition: fill 0.2s linear, -webkit-transform 0.2s ease;
    transition: fill 0.2s linear, -webkit-transform 0.2s ease;
    -o-transition: fill 0.2s linear, transform 0.2s ease;
    transition: fill 0.2s linear, transform 0.2s ease;
    transition: fill 0.2s linear, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.complex__link-icon {
	left: 0;
}
.complex__link:hover, .complex__link:focus {
	text-decoration: none;
	color: #ff911a;
}
.complex__link:hover svg, .complex__link:focus svg {
	fill: #ff911a;
}
.complex__link:hover .complex__link-arrow, .complex__link:focus .complex__link-arrow {
	-webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
        transform: translateX(10px);
}
.complex .complex__rocket {
    position: absolute;
    z-index: 0;
    top: calc(100% - 310px);
    right: calc(50% - 310px);
    left: auto;
    margin: auto;
    user-select: none;
    pointer-events: none;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}
.complex__rocket.alive {
	-webkit-transform: translate(140px, -200px);
    -ms-transform: translate(140px, -200px);
        transform: translate(140px, -200px);
}
.complex__rocket-img {
    max-width: 100%;
    will-change: transform, -webkit-transform;
}
/*
.complex__clouds {
    position: absolute;
    z-index: 13;
    left: -100px;
    bottom: auto;
    text-align: center;
    top: calc(100% - 110px);
    margin: auto;
    -webkit-transform: translateZ(0.1px) scale(0.9);
        transform: translateZ(0.1px) scale(0.9);
    user-select: none;
    pointer-events: none;
    overflow: hidden;
}
*/
.complex__clouds {
    position: absolute;
    z-index: 13;
    bottom: auto;
    text-align: center;
    top: calc(100% - 110px);
    margin: auto;
    user-select: none;
    pointer-events: none;
    overflow: hidden;
}
.complex__clouds-img {
    max-width: 120%;
    will-change: transform, -webkit-transform;
}
.build {

	z-index: 0;
    position: relative;
    max-width: 1920px;
    margin: auto;
    height: 710px;
    text-align: right;
    background-image: url(/images/new-home/platform-back.png), linear-gradient(to top, #b2a3a6 65%, transparent);
    background-position: right bottom, left top;
    background-repeat: no-repeat;
    will-change: background-position;
    -webkit-transform: translateZ(0);
        transform: translateZ(0);
}
.build .container {
	
    -webkit-transform: translateZ(0.2px) scale(0.8);
        transform: translateZ(0.2px) scale(0.8);
    -webkit-backface-visibility: hidden;
           backface-visibility: hidden;
    will-change: auto;
}
.build__title, .build__text {
	margin-bottom: 35px;
}
.build__platform {
    position: absolute;
    z-index: 0;
    right: calc(50% - 115px);
    left: auto;
    margin: auto;
    top: -240px;
    bottom: auto;
    -webkit-transform: translateZ(0.1px) scale(0.9);
        transform: translateZ(0.1px) scale(0.9);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
}
/* .build__clouds {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -190px;
    bottom: auto;
    transform: translateZ(0.1px) scale(0.9) translateX(-255px);
    user-select: none;
    pointer-events: none;
} */
.build__grass {
		overflow-x: hidden;
    position: absolute;
    z-index: 9;
    max-width: 120%;
    left: 0;
    right: 0;
    top: auto;
    bottom: -300px;
    margin: auto;
    text-align: center;
    -webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
    pointer-events: none;
    -webkit-transform: translateZ(0.15px) scale(0.85);
            transform: translateZ(0.15px) scale(0.85);
    will-change: auto;
}
.is-safari .build__grass, .is-safari .build__platform  {
    -webkit-transform: none;
            transform: none;
}
}
.build__grass-img {
    max-width: 120%;
}
.counts {
	position: relative;
	z-index: 10;
	background-color: #181c25;
	padding: 125px 0 100px;
/*    -webkit-transform: translateZ(0);
        transform: translateZ(0);*/
}
.counts__count {
    position: absolute;
    left: calc(50% - 82px);
    top: 10px;
    display: inline-block;
    font-size: 50px;
    line-height: 1;
    vertical-align: top;
}
.counts__count:before {
    content: '+';
    position: absolute;
    right: -19px;
    top: 3px;
    font-size: 28px;
}
.counts__icon {
    margin: auto;
    width: 135px;
    height: 100px;
    margin-bottom: 35px;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}
.counts__item--1 .counts__icon {
	background-image: url(/images/new-home/icon-done.svg);
}
.counts__item--2 .counts__icon {
	background-image: url(/images/new-home/icon-specialist.svg);
}
.counts__item--3 .counts__icon {
	background-image: url(/images/new-home/icon-xp.svg);
}
.counts__title {
	display: block;
	text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'panton-bold', arial, sans-serif;
    letter-spacing: 1px;
}
.director {
	position: relative;
	transform: translateZ(0);
	z-index: -12;
	padding: 120px 0;
	background-image: url(/images/new-home/dir-back.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	will-change: background-position;
}
.director .container, .director__person {
	z-index: -11;
}
.director__title {
	font-size: 28px;
}

.director__title span {
	font-size: 42px;
}
.director__person {
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	margin: auto;
	max-height: 90%;
	transform: translateX(100%);
	pointer-events: none;
	user-select: none;
}
.director__placeholder {
    position: absolute;
    z-index: 5;
    right: calc(50% - 520px);
    padding: 10px 20px;
    bottom: 32px;
    display: block;
    pointer-events: none;
    user-select: none;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    border: 1px solid rgba(255, 160, 47, 0.9);
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
}
.neo-seo {
    background-color: #fff;
    color: #000;
}
.neo-seo {
    background-color: #fff;
    color: #53585f;
    padding: 80px 0 110px;
}
.neo-seo p {
	color: #000;
}
.neo-seo__title {
    color: #000;
    border-bottom: 2px solid #e4eaf3;
    padding-bottom: 25px;
    margin-bottom: 35px;
}
.neo-seo__item-title {
	font-size: 22px;
	font-weight: bold;
}
.neo-seo__text {
	margin-bottom: 35px;
}
.btn {
	transition: box-shadow .35s;
	overflow: initial;
}
.btn:before {
	content: none;
}
.btn:hover {
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0 0 0px;
	box-shadow: rgba(0, 0, 0, 0) 0px 0 0 0px;
}
.btn--transparent {
	font-size: 16px;
    padding: 16px 60px 15px;
    background-color: transparent;
    box-shadow: none;
    border: 2px solid;
    color: #53585f;
}
.btn--transparent:hover, .btn--transparent:focus {
    color: #ffa02f;
}
.clients {
	padding: 75px 0 130px;
	background-color: #e8e9eb;
}
.clients__title {
	margin-bottom: 80px;
	color: #53585f;
	text-align: center;
}
.clients__slider .slick-track {
	display: flex;
    align-items: baseline;
}
.clients__slider .slick-list {
	padding: 0 !important;
	margin: 0 50px;
}
.clients__slider-item {
    text-align: center;
    color: #000;
}
.clients__slider-item {
	font-size: 14px;
    -webkit-filter: contrast(175%) grayscale(100%);
    filter: contrast(0%) grayscale(100%);
}
.clients__slider-item.slick-center {
	font-size: 16px;
	-webkit-filter: none;
	filter: none;
}
.clients__logo {
    height: 100px;
    display: flex;
    align-items: flex-end;
}
.clients__slider-item .title {
    min-height: 75px;
}
.clients__slider-item img {
    max-height: 60px;
    margin: 0 auto 10px;
    /* transition: 0.3s ease; */
}
.clients__slider-item.slick-center img {
    max-width: 100%;
    max-height: 85px;
}
.clients__arrow.clients__arrow {
    position: absolute;
    top: -20px;
    bottom: 0;
    margin: auto;
    display: block !important;
    cursor: pointer;
}
.clients__arrow.clients__arrow--left {
    left: 0;
    transform: rotate(180deg);
}
.clients__arrow.clients__arrow--right {
    right: 0;
}
.plane-form {
    background-color: #272d37;
    overflow: hidden;
}
.plane-form .container {
	position: relative;
}
.plane-form__wrap {
	position: relative;
	z-index: 1;
	margin: 50px 0;
	padding: 40px 60px;
	background-color: #ffc000;
}
.plane-form__title {
	white-space: nowrap;
    margin-bottom: 25px;
}
.plane-form__subtitle {
	display: block;
	margin-top: 10px;
	color: #2a2d31;
	font-family: 'panton-lig', arial, sans-serif;
	font-size: 20px;
}
.plane-form__subtitle span {
	font-family: 'panton-bold', arial, sans-serif;
}
.plane-form .btn {
	width: 100%;
}
.btn--black {
	background-color: #2a2d31;
	color: #fff;
	font-weight: 400;
    font-size: 16px;
}
.btn--black:hover, .btn--black:active {
	color: #fff;
}
.btn--black:before {
	background-color: rgba(236, 240, 241, 0.1);
}
.check-block--plane .chek {
    font-size: 11px;
    line-height: .95;
    color: #5f6165;
    padding: 6px 0 0;
}
.plane-form .form-control {
    height: auto;
    padding: 11px 12px 10px;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 0;
}
.plane-form textarea.form-control {
	resize: none;
}
.plane-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2a2d31;
}
.plane-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #2a2d31;
}
.plane-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #2a2d31;
}
.plane-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #2a2d31;
}

.plane-form__back {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 200px;
	width: 1330px;
	height: 100%;
	background-image: url(/images/new-home/plane-back.jpg);
	background-size: cover;
	background-position: right center;
	/* background-attachment: fixed; */
	overflow: hidden;
}
.plane-form__plane {
    transition: transform 1s ease;
    will-change: transform;
    position: absolute;
    left: calc(50% - 1380px);
    bottom: -165px;
}
.plane-form__plane.alive {
    -webkit-transform: translate(200px, -80px);
    -ms-transform: translate(200px, -80px);
        transform: translate(200px, -80px);
}
/* .plane-form__cloud {
    position: absolute;
    left: -490px;
    bottom: -55px;
}
 */
.check-block--plane a {
    color: #5f6165;
    text-decoration: underline;
}
.check-block--plane a {
	text-decoration: none;
}

.wrapper.is-mobile, .wrapper.is-ie {
    height: auto;
    -webkit-perspective: none;
    perspective: none;
}
.is-mobile header.scroll, .is-ie header.scroll{
    position: fixed;
}
.is-mobile .parallax__group, .is-ie .parallax__group {
    -webkit-transform-style: initial;
        transform-style: initial;
}
/* .is-mobile .parallax__layer {
    position: initial;
} */
.is-mobile .screen__cubes, .is-mobile .complex .container, .is-mobile .build .container, 
.is-ie .screen__cubes, .is-ie .complex .container, .is-ie .build .container, .is-ie .complex__clouds, .is-ie .build__platform {
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
}
.is-mobile .build .container, .is-ie .build .container {
    padding-top: 200px;
    z-index: 20;
}


@media screen and (max-height: 700px) {
    .screen {
        height: 600px;
    }
	.screen__title-first {
		margin-top: 20px;
	}
	.home__down-btn--arrow {
		display: none;
	}
}
@media screen and (min-width: 2410px) {
    .principle {
        max-width: 1920px;
    }
}
@media screen and (max-width: 2410px) {
	.principle {
		max-width: 90%;
	}
}
@media screen and (max-width: 1300px) {
	.principle {
		max-width: none;
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media screen and (max-width: 1200px) {
	.principle {
    	margin: 420px 15px 220px;
    	padding: 40px 0;
    }
    .principle:before {
    	top: -430px;
    	width: 1024px;
    }
    .principle__item {
	    padding-left: 20px;
	}
	.principle__intro {
	    margin-bottom: 30px;
	    font-size: 22px;
	}
	.principle__list {
    	margin-bottom: 25px;
    }
    .clients {
    	padding: 45px 0 110px;
    }
    .plane-form__plane {
        left: calc(50% - 1350px);
        bottom: -110px;
        width: 1200px;
    }
	/* .plane-form__cloud {
        left: -200px;
        bottom: 0px;
        width: 640px;
    } */
}
@media screen and (max-width: 991px) {
	.director {
    	padding: 70px 0 100px;
    	background-size: cover;
    }
    .director__placeholder {
        right: 0;
        bottom: 5px;
        font-size: 14px;
    }
    .neo-seo {
    	padding: 50px 0 90px;
    }
    .clients {
	    padding: 35px 0 80px;
	}
	.principle__item {
	    padding-left: 0;
	}
	.principle__text br {
	    display: none;
	}
	.build__platform {
        left: -500px;
        right: auto;
        -webkit-transform: translateZ(0.1px) scale(0.9) translateX(0);
                transform: translateZ(0.1px) scale(0.9) translateX(0);
    }
    .build__platform {
        left: -500px;
        right: auto;
        -webkit-transform: translateZ(0.1px) scale(0.9) translateX(0);
                transform: translateZ(0.1px) scale(0.9) translateX(0);
    }
    .build__clouds {
        left: -200px;
        right: auto;
        -webkit-transform: translateZ(0.1px) scale(0.9) translateX(0);
                transform: translateZ(0.1px) scale(0.9) translateX(0);
    }
	.plane-form__wrap {
    	padding: 20px 50px;
    }
    .title--bold {
    	font-size: 60px;
    }
    .plane-form__plane {
    	left: -320px;
        bottom: 50px;
        width: 930px;
    }
    .plane-form__cloud {
    	display: none;
    }
    .clients__slider-item.slick-center, .clients__slider-item {
    	font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
	.director__title br, .screen__title-first, .complex__clouds, .home__down-btn--arrow, .build__platform, .build__clouds, .build__grass, .complex__title br, .build__title br {
    	display: none;
    }
    .build {
    	background-image: none;
    }
	h1, h2, .director__title span {
    	font-size: 32px;
    }
    .title--bold {
	    font-size: 42px;
	}
	.btn--round {
	    padding: 14px 35px 14px;
	    font-size: 14px;
	}	
	.btn--round.btn--ios {
		padding-bottom: 10px;
	}
	header .logo a:before{
		width: 100%;
		height: 100%;
	}
	.screen {
	    min-height: auto;
	    height: 400px;
	}
    .screen__title-main {
    	font-size: 34px;
    }
    .screen .btn {
	    margin-bottom: 0;
	}
    .principle:before {
	    top: -260px;
	    width: 615px;
	}
	.principle {
    	margin: 260px 15px 190px;
    }
    .principle__intro {
	    margin-bottom: 20px;
	    font-size: 18px;
	}
	.principle__item-title {
	    font-family: 'panton-bold', arial, sans-serif;
	    font-size: 16px;
	    line-height: 1.2;
	    padding-top: 75px;
	    text-align: center;
	    background-position: center top;
	}
	.principle__item--1 .principle__item-title, .principle__item--2 .principle__item-title, .principle__item--3 .principle__item-title {
	    padding-left: 0;
	}
	.principle__text {
		display: none;
	}
	.letsgo {
    	width: 120px;
    }
	.lestgo__austronaut {
    	width: 220px;
    }
    .lestgo__cord {
    	width: 37px;
    }
    .lestgo__say {
	    width: 120px;
	    right: -115px;
	}
	.complex {
	    height: auto;
	    padding-bottom: 0;
	    margin-bottom: 30px;
	}
	.complex:before {
    	top: -300px;
    }
	.complex__rocket {
	    top: 650px;
	    right: 0;
	    left: auto;
	}
	.complex__title, .build__title {
	    margin-bottom: 20px;
	}
	.complex__link {
	    margin: 0;
	    padding: 5px 25px 5px 38px;
	    font-size: 18px;
	}
	.complex__link-icon {
	    width: 25px;
	    height: 25px;
	}
	.complex__link-arrow {
	    width: 15px;
	    height: 15px;
	}
	.complex .complex__rocket {
		top: calc(100% + -30px);
	    bottom: auto;
	    right: 0;
	    left: auto;
	}
	.complex .container, .build .container {
	    position: relative;
	    margin: 15px;
	    padding: 0 25px 25px;
	    z-index: 1;
	    text-align: left;
	    background-color: rgba(0, 0, 0, 0.5);
	}
	.build {
	    height: auto;
	    padding-bottom: 50px;
	}
	.counts {
	    padding: 45px 0 30px;
	}
	.counts__item {
	    position: relative;
	    display: flex;
	    align-items: center;
	    height: 120px;
	    width: 340px;
	    max-width: 100%;
	    margin: auto;
	}
	.counts__icon {
		position: absolute;
	    width: 85px;
	    height: 80px;
	}
	.counts__icon {
	    width: 115px;
	    margin-bottom: 0;
	    background-size: 75px;
	    background-position: right center;
	}
	.counts__title {
		padding-left: 130px;
	    text-align: left;
	    line-height: 1.2;
	}
	.counts__count {
	    left: 0;
	    font-size: 36px;
	}
	.director {
	    padding: 30px 0 70px;
	}
	.director__text {
	    max-width: calc(100% - 220px);
	}
	.director__person {
	    height: calc(100% - 130px);
	    width: auto;
	    left: calc(100% - 200px);
	    right: auto;
	    -webkit-transform: none;
           -ms-transform: none;
               transform: none;
	}
	.director .container {
		z-index: 1;
    	position: relative;
	}
	.neo-seo {
	    padding: 15px 0 60px;
	}
	.neo-seo__title {
	    padding-bottom: 20px;
	    margin-bottom: -10px;
	}
	.neo-seo__item-title {
	    margin: 40px 0 20px;
	}
	.neo-seo__text {
	    margin-bottom: 15px;
	}
	.clients {
	    padding: 15px 0 50px;
	}
	.clients__title {
    	margin-bottom: 40px;
    }
    .plane-form__title {
	    text-align: center;
	    white-space: initial;
	}
	.plane-form .btn {
	    width: 190px;
	    margin: auto;
	    display: block;
	}
	.plane-form__back {
	    position: absolute;
	    z-index: 2;
    	left: -160px;
        top: 20px;
        width: 400px;
	    height: auto;
	    background-image: none;
	}
	.plane-form__plane {
	    left: 0;
	    bottom: 0;
	    max-width: 100%;
	    position: relative;
	}
	.plane-form {
		background-image: url(/images/new-home/plane-back.jpg);
	}
    .is-mobile .complex__rocket, .is-mobile .plane-form__plane {
        transform: none;
    }
    .is-mobile .build .container, .is-ie .build .container {
        padding-top: 0;
    }
}
@media screen and (max-width: 625px) {
	.plane-form__back {
	   left: -170px;
       top: 10px;
	}
	.plane-form__wrap {
    	margin: 60px 0 30px;
    }
}
@media screen and (max-width: 500px) {
	.screen {
	    height: 300px;
	}
	.screen__title-main {
	    font-size: 28px;
	}
	.screen__title-sub {
	    margin-bottom: 30px;
	    font-size: 22px;
	}
	.principle__intro {
	    margin-bottom: 20px;
	    font-size: 14px;
	}
	.principle__title {
	    margin-bottom: 30px;
	}
	h1, h2, .director__title span {
	    font-size: 26px;
	}
	.principle__item-title {
	    font-size: 12px;
	}
	.principle__to-business {
	    font-size: 24px;
	}
	.title--bold {
	    font-size: 28px;
	}
    .counts__item {
        width: 320px;
    }
	.counts__title {
    	font-size: 14px;
    }
    .director__text {
	    max-width: calc(100% - 115px);
	}
	.director__person {
	    height: auto;
	    width: 210px;
	    left: calc(100% - 170px);
	}
	.plane-form__title {
	    margin-bottom: 15px;
	}
	.plane-form__subtitle {
	    font-size: 14px;
	}
}
@media screen and (max-width: 425px) {
	.principle {
	    margin: 160px 0 160px;
	}
	.principle:before {
	    top: -180px;
	    width: 425px;
	}
	.principle__list .col-xs-4 {
	    padding: 0px;
	}
	.principle__item-title {
		padding-top: 60px;
	    font-size: 12px;
	    background-size: auto 50px;
	}
  .principle__item--2 .principle__item-title {
    background-size: 55px 50px;
  }
	.director__person {
	    left: calc(100% - 130px);
	}
	.director__text {
	    max-width: calc(100% - 35px);
	}
	.counts {
	    padding: 35px 0 20px;
	}
	.counts__item {
    	height: 100px;
        width: 280px;
    }
	.counts__title {
		padding-left: 120px;
	    font-size: 12px;
	}
	.counts__icon {
		width: 105px;
    	background-size: 65px;
    }
    .counts__count {
	    font-size: 28px;
	}
	.build .btn {
		white-space: initial;
	}
	.principle__intro br {
		display: none;
	}
	.complex .container, .build .container {
    	margin: 0;
    }
}
@media screen and (max-width: 390px) {
	.plane-form__wrap {
	    padding: 20px 25px;
	}
}

/* /// */