body {
  font-family: "Lato", sans-serif;
  color: #fff;
  overflow-x: hidden;
  position: relative; }

.container {
  width: 1370px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 10px;
  color: #fff; }

.flex {
  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; }

.nav {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.nav__item {
  color: #68628E;
  font-size: 18px;
  margin: 0 30px; }
  .nav__item:hover {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff; }

.h1 {
  font-size: 48px;
  letter-spacing: 2px;
  line-height: 57px; }

.h2 {
  font-size: 40px;
  line-height: 42px; }

.h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 26px; }

.p_24 {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 29px; }

.p_18 {
  font-size: 18px;
  line-height: 23px; }

.text_uppercase {
  text-transform: uppercase; }

.text_center {
  text-align: center; }

.text_bold {
  font-weight: bold; }

.text_color2 {
  color: #3599F9; }

.btn, .btn-bordered, .btn-main {
  cursor: pointer;
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 30px;
  text-align: center;
  color: #fff;
  border-radius: 4px; }

.btn-bordered {
  font-size: 16px;
  background: transparent;
  padding: 4px 40px;
  border: 1px solid #fff; }

.btn-main {
  font-size: 20px;
  padding: 10px 80px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#168FFA), to(#036DD5));
  background: -webkit-linear-gradient(top, #168FFA 0%, #036DD5 100%);
  background: -o-linear-gradient(top, #168FFA 0%, #036DD5 100%);
  background: linear-gradient(180deg, #168FFA 0%, #036DD5 100%);
  font-weight: 700; }

.logo {
  cursor: pointer; }

.section {
  position: relative;
  z-index: 10; }

header {
  background: url("../img/main_bg.png") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 60px;
  position: relative; }
  header h1, header .p_24 {
    font-weight: 300; }

.menu {
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #1A1E31; }
  .menu .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.img-rocket {
  -webkit-animation: rocket 1.2s cubic-bezier(0.1, -1.5, 0.1, 2.5);
  animation: rocket 1.2s cubic-bezier(0.1, -1.5, 0.1, 2.5); }

@-webkit-keyframes rocket {
  0% {
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px); }
  80% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes rocket {
  0% {
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px); }
  80% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

.header__block-1 {
  margin: 80px 0 100px 0; }
  .header__block-1 p {
    display: inline-block;
    margin-left: 20px; }

.header__block-3 {
  margin: 150px 0 50px 0; }
  .header__block-3 p {
    margin: 10px 0 0 0; }

.leftSide {
  position: absolute;
  z-index: 10;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  bottom: 185px;
  left: 0;
  font-family: "Roboto", sans-serif;
  height: 100px;
  width: 440px;
  background-color: #FFAA00;
  padding-right: 40px; }

.leftSide__p {
  font-weight: 700; }

.leftSide__span-1 {
  font-size: 36px; }

.leftSide__span-2 {
  font-size: 24px; }

.leftSide__p-2 {
  font-size: 70px;
  margin-left: 10px; }

.leftSide_animated {
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-animation: leftSide 1.2s cubic-bezier(0.1, -1.5, 0.1, 2.5) forwards;
  animation: leftSide 1.2s cubic-bezier(0.1, -1.5, 0.1, 2.5) forwards; }

@-webkit-keyframes leftSide {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  80% {
    -webkit-transform: scaleX(1.2);
    transform: scaleX(1.2); }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes leftSide {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  80% {
    -webkit-transform: scaleX(1.2);
    transform: scaleX(1.2); }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.stats {
  background-color: rgba(13, 13, 33, 0.6);
  padding: 40px 0; }
  .stats .container {
    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; }

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

.stats__img {
  margin-right: 20px; }

.stats__content {
  display: inline-block; }

.stats__content_v2 p {
  display: inline-block; }

.stats__text-1 {
  font-size: 56px;
  margin-right: 10px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.stats__text-2 {
  font-size: 24px;
  line-height: 29px; }

@-webkit-keyframes statsText {
  100% {
    -webkit-transform: rotate3d(1, 0, 0, 360deg);
    transform: rotate3d(1, 0, 0, 360deg); } }

@keyframes statsText {
  100% {
    -webkit-transform: rotate3d(1, 0, 0, 360deg);
    transform: rotate3d(1, 0, 0, 360deg); } }

main {
  position: relative;
  background: -webkit-radial-gradient(circle, #2B3047 0%, #0F0F23 100%);
  background: -o-radial-gradient(circle, #2B3047 0%, #0F0F23 100%);
  background: radial-gradient(circle, #2B3047 0%, #0F0F23 100%); }

.img-moon {
  position: absolute;
  z-index: 20;
  bottom: 500px;
  left: 0; }

.section .h2 {
  margin: 60px 0; }

.info-block {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 120px; }

.info-block_even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .info-block_even .info-block__item {
    -webkit-transform: translateX(1500px);
    -ms-transform: translateX(1500px);
    transform: translateX(1500px);
    -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; }
  .info-block_even img {
    margin-right: 160px;
    -webkit-transform: translateX(-1500px);
    -ms-transform: translateX(-1500px);
    transform: translateX(-1500px);
    -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; }

.info-block_odd .info-block__item {
  -webkit-transform: translateX(-1500px);
  -ms-transform: translateX(-1500px);
  transform: translateX(-1500px);
  -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; }

.info-block_odd img {
  margin-left: 160px;
  -webkit-transform: translateX(1500px);
  -ms-transform: translateX(1500px);
  transform: translateX(1500px);
  -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; }

.info-block_odd .img-wire {
  margin-left: 20px; }

.img-guard {
  width: 200px; }

.info-block__text {
  width: 400px;
  font-size: 20px;
  line-height: 28px;
  margin-top: 20px;
  font-weight: 300;
  opacity: .8; }

.sign-block {
  padding: 60px 20px;
  border-top: 1px solid rgba(151, 151, 151, 0.4);
  border-bottom: 1px solid rgba(151, 151, 151, 0.4);
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .sign-block div {
    margin: 0 20px; }
  .sign-block .p_24 {
    margin-top: 10px; }

.sign-block__caption {
  font-size: 40px;
  font-weight: 300;
  line-height: 44px; }

.form-wrap {
  border: 1px solid #979797;
  -webkit-box-shadow: 0 2px 16px 0 rgba(80, 137, 196, 0.48);
  box-shadow: 0 2px 16px 0 rgba(80, 137, 196, 0.48);
  padding: 40px;
  margin-bottom: 60px; }
  .form-wrap .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.form__item {
  margin: 0 20px 40px 20px; }
  .form__item label {
    display: block;
    color: #494949;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px; }
  .form__item input[type='email'] {
    width: 300px; }
  .form__item input {
    padding: 10px;
    border: 1px solid #E6E8ED;
    border-radius: 4px;
    background-color: #fff; }
  .form__item input.form-error {
    border-color: red;
    border-width: 2px; }

.img-map {
  display: block;
  margin: 0 auto;
  width: 100%; }

footer {
  background-color: #000;
  padding: 120px 0; }

.contacts {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 36px; }

.contacts__p-1 {
  color: #413e5a; }

.contacts__p-2 {
  color: #5B84A6; }

.success {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #34b02b;
  position: fixed;
  padding: 10px 20px;
  z-index: 99999;
  width: 200px;
  opacity: 1;
  height: 40px;
  top: 110px;
  right: 0;
  display: none;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }
  .success .check {
    font-size: 40px;
    margin-right: 20px; }
  .success p {
    min-width: 100px; }

.success_in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: success_in 1.2s cubic-bezier(0.1, -1.5, 0.1, 2.5);
  animation: success_in 1.2s cubic-bezier(0.1, -1.5, 0.1, 2.5); }

@-webkit-keyframes success_in {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  80% {
    -webkit-transform: scaleX(1.2);
    transform: scaleX(1.2); }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes success_in {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  80% {
    -webkit-transform: scaleX(1.2);
    transform: scaleX(1.2); }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
