.c--lottie_anim {
  position: absolute;
  left: -25%;
  top: -19%;
  right: -25%;
  bottom: -19%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 150%;
  height: 138%;
  margin-right: auto;
  margin-left: auto;
  -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;
  font-family: Greenmark, sans-serif;
}

.a--welcom {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 101%;
  height: 100%;
}

.body {
  font-family: Montserrat, sans-serif;
}

.t--pharagraph {
  position: relative;
  width: 90%;
  margin: auto auto 0px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  line-height: 1.4em;
  text-align: left;
  letter-spacing: 1px;
}

.t--pharagraph.trig_transp_1.t-white {
  z-index: 500;
}

.t--pharagraph.trig_transp_1.t-white.v2 {
  width: 100%;
  margin-bottom: auto;
  color: #0d0b28;
  font-size: 1em;
  line-height: 1.15em;
}

.c--slide_content {
  position: relative;
  z-index: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  margin-top: auto;
  margin-bottom: 40px;
  margin-left: 5%;
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.c--slide_content.contact {
  z-index: 1000;
  width: 100%;
  height: 84%;
  max-width: 177vh;
  margin: auto;
  padding: 4px 20px 4% 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c--slide_content.trig_opacity_1 {
  width: 60%;
  height: 40%;
  margin: 0px auto auto 6%;
}

.c--slide_content.contact_2 {
  z-index: 1000;
  width: 100%;
  height: 84%;
  margin: auto;
  padding: 4px 20px 4% 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.t--block_title {
  position: relative;
  font-family: Cinzel, sans-serif;
  font-weight: 400;
  text-align: center;
}

.t--block_title.alig_left {
  margin-bottom: 0px;
  text-align: left;
}

.t--block_title.alig_left.v2.color_light {
  color: #43ffff;
}

.t--block_title.v2 {
  font-family: Greenmark, sans-serif;
  text-transform: uppercase;
}

.c--partners {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c--partners.trig_transp_1 {
  left: 0px;
  top: 0px;
  width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.c--partners.trig_transp_1.v2 {
  width: 80%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.c--partners.trig_transp_1.v2.mob {
  display: none;
}

.s--main_nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1000;
  width: 80px;
  margin-right: auto;
  padding: 10px;
  background-color: hsla(0, 0%, 100%, 0.6);
  background-image: linear-gradient(315deg, #ececec, #fff 33%, #f0f0f0 73%, #fff);
  box-shadow: 1px 1px 20px -9px #999;
}

.s--main_nav.v2 {
  left: auto;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-image: linear-gradient(315deg, #0d0b28, #202231);
  box-shadow: -1px 1px 20px 6px rgba(0, 0, 0, 0.65);
}

.t-white {
  color: #fff;
}

.c--slide_partners {
  position: relative;
  top: 0px;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  margin: 0% 0px auto 5%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-radius: 12px;
  background-color: transparent;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.c--slide_partners.trig_opacity_1 {
  height: 36%;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  padding-top: 0px;
}

.a--contact {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.c--item-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #effbfb;
  text-decoration: none;
}

.ic-contact {
  width: 34px;
  height: 34px;
  margin-right: 4px;
  margin-left: 4px;
}

.t--contact {
  position: relative;
  margin-left: 4px;
  padding-right: 4px;
  padding-left: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  line-height: 1.31em;
}

.t--contact.v2 {
  color: #effbfb;
}

.s--footer {
  position: relative;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 12%;
  padding-bottom: 0px;
  padding-left: 12%;
  -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: #07070f;
  box-shadow: 1px 1px 13px 2px #000;
}

.t--footer {
  position: relative;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: auto;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #5f7070;
  font-size: 12px;
}

.t--copywrite {
  position: relative;
  right: 0px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #5f7070;
  font-size: 12px;
}

.s--preloader {
  position: fixed;
  z-index: 3000;
  display: none;
  width: 100vw;
  height: 100vh;
  -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;
  background-color: #0d0b28;
  opacity: 1;
}

.preloader_logo {
  width: 120px;
  height: 120px;
}

.preloader_logo.v2 {
  position: absolute;
  width: 80px;
  height: 80px;
}

.preloader_el_1 {
  position: absolute;
  width: 120px;
  height: 120px;
}

.preloader_el_1.pre_trig_1 {
  width: 86px;
  height: 86px;
}

.preloader_el_1.pre_trig_2 {
  width: 86px;
  height: 86px;
}

.preloader_el_1.pre_trig_3 {
  width: 86px;
  height: 86px;
}

.logo_nav {
  display: block;
  width: 64px;
  height: 70px;
}

.c--background {
  position: absolute;
  left: -25%;
  top: auto;
  right: -25%;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150%;
  height: 120%;
  margin: auto auto 0px;
  -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;
  background-image: url('../images/back_2_xl.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c--aircraft {
  position: absolute;
  left: 40%;
  top: 20%;
  right: 10%;
  width: 50%;
  height: 80%;
  background-image: url('../images/photo_plane_Xl2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c--aircraft.trig_2 {
  background-image: url('../images/photo_plane_Xl2_1.png');
  background-size: contain;
}

.el--line {
  position: absolute;
  left: 20%;
  width: 30px;
  height: 210vh;
  background-color: #29a9e0;
  -webkit-transform: skew(-31deg, 0deg);
  -ms-transform: skew(-31deg, 0deg);
  transform: skew(-31deg, 0deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.el--line.first {
  left: 70%;
  width: 30px;
  height: 100vh;
  background-color: #0d1c36;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.el--line.first.trig_line {
  width: 20px;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.el--line.trig_line {
  width: 40px;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.el--line.trig_line.col_3 {
  background-color: #29a9e1;
}

.c--img_stage {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 50%;
  margin: auto;
  border-radius: 7px;
  background-image: url('../images/img_stage_2_xl.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 14px 14px 50px -4px #0d0b28;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.c--img_stage.top {
  left: auto;
  right: 36%;
  z-index: 400;
  width: 50%;
  height: 60%;
  box-shadow: 14px 14px 50px -8px #000;
}

.c--img_stage.top.trig_4 {
  right: 7%;
  width: 22%;
  height: 50%;
  background-image: url('../images/img_stage_2_xl.jpg');
  background-size: cover;
}

.img--partner_logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3%;
  padding-left: 3%;
  -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;
  opacity: 0.8;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.img--partner_logo:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.but--social_icon {
  position: relative;
  width: 34px;
  height: 34px;
  margin-top: 0px;
}

.c--social_link {
  position: relative;
  bottom: 80px;
  z-index: 200;
  display: none;
  height: 140px;
  min-height: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.ic--lottie {
  position: relative;
}

.c--main_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-width: 177vh;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c--main_block.stage_3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.but--footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 100%;
  max-height: 28px;
  margin-right: 1%;
  margin-left: 1%;
  padding-bottom: 0px;
  -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;
  background-image: url('../images/but_top.png');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.but--footer:hover {
  opacity: 1;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.but--footer.no_img {
  width: auto;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.a--welcom_mob {
  display: none;
}

.c--lottie_anim_half {
  position: absolute;
  left: -25%;
  right: -25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 150%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
  background-color: #0e0f21;
}

.a--contact_mob {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
}

.el--back_overlay {
  position: absolute;
  left: auto;
  top: 117%;
  right: auto;
  bottom: auto;
  width: 100vw;
  height: 80vh;
  margin-right: auto;
  margin-left: auto;
  background-color: #0e0f21;
}

.but--partner_logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 1%;
  padding-left: 1%;
  -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;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.but--partner_logo:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.c--leng {
  position: absolute;
  bottom: -50px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 300px;
  margin-top: 0px;
  padding-right: 0px;
  padding-bottom: 54px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/leng_but.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.t--leng {
  position: relative;
  width: 70%;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #3c4f5f;
  font-size: 13px;
  text-align: center;
  letter-spacing: 2px;
}

.t--leng.activ {
  color: #3f3b74;
  font-weight: 700;
  letter-spacing: 1px;
}

.c--but_trig {
  position: relative;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 40px;
  margin-top: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-decoration: none;
}

.s--modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5000;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(13, 28, 54, 0.97);
}

.c--certeficate {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 90%;
  margin: auto;
  -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;
}

.img--certificate {
  position: relative;
  height: 80%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 12px;
  box-shadow: 1px 1px 50px 50px #0a1830;
}

.but--ico {
  position: relative;
  left: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
  color: #29a9e1;
}

.but--modal_close {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  z-index: 9000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: auto;
  -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;
  background-color: #0d0b28;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #43ffff;
}

.but--modal_close:hover {
  background-color: #0d1c36;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.t--lottie_text_3 {
  font-family: Greenmark, sans-serif;
}

.c--animation_v2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.c--animation_v2.step1 {
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  opacity: 1;
}

.c--animation_v2.step2 {
  z-index: 100;
  opacity: 1;
}

.c--animation_v2.step3 {
  z-index: 300;
  overflow: hidden;
  margin-top: 0px;
  opacity: 1;
}

.c--animation_v2.contact {
  top: auto;
  z-index: 600;
  height: 60%;
  max-height: none;
}

.c--animation_v2.contact_v2 {
  position: relative;
  top: auto;
  z-index: 600;
  height: 70vh;
  max-height: none;
  margin-top: -1px;
}

.a--welcom_step_3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 101%;
  height: 100%;
}

.trig_main_scren_v2 {
  position: absolute;
  left: 0%;
  top: 100.2vh;
  bottom: 100vh;
  z-index: 500;
  width: 5px;
  height: 66%;
  margin-top: auto;
  margin-bottom: auto;
}

.t--lottie_text_4 {
  font-family: Greenmark, sans-serif;
}

.s--scroll_anim_x6-1 {
  position: relative;
  top: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 600vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  opacity: 1;
}

.a--welcom_mob_step_2 {
  display: none;
}

.t--header_text {
  position: fixed;
  left: 5%;
  top: auto;
  bottom: 20%;
  z-index: 100;
  overflow: visible;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Greenmark, sans-serif;
  color: #fff;
  font-size: 2.6rem;
  line-height: 3.1rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.t--header_text.color {
  position: fixed;
  z-index: 200;
  color: #0d1c36;
}

.t--header_text.color_2 {
  position: fixed;
  z-index: 300;
  color: #0d1c36;
}

.grafics {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 62%;
  height: 150vh;
  margin-bottom: auto;
  margin-left: -1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c--full_color {
  width: 50%;
  height: 100%;
  background-color: #0d0f1f;
}

.el--plane_tail {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-top: auto;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.el_plane {
  position: absolute;
  top: 20%;
  width: 60%;
  height: 50%;
  background-image: url('../images/plane.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c2--background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-image: url('../images/back_2_xl.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.body-2 {
  background-color: hsla(0, 0%, 100%, 0);
}

.c3--first_screen {
  position: relative;
  width: 100%;
  height: 450vh;
}

.c3--part_1 {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c3--part_2 {
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150vh;
}

.text-span {
  color: #29a9e0;
}

.text-span-2 {
  color: #245a77;
}

.c3--part_3 {
  position: relative;
  z-index: 200;
  overflow: visible;
  width: 100%;
  height: 150vh;
}

.c3--content {
  position: -webkit-sticky;
  position: sticky;
  top: 1%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 80%;
  height: 96vh;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #fff;
}

.c3--background_2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 90%;
  background-color: #0e0f21;
}

.t--standart {
  position: fixed;
  left: 5%;
  top: 10%;
  z-index: 1000;
  width: 64%;
  max-height: 1400px;
  font-family: Montserrat, sans-serif;
  color: #0d0b28;
  font-size: 0.9rem;
  line-height: 1.3rem;
}

.c--partners_2 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 10vh;
  margin: 0% 0px 10vh 5%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-radius: 12px;
  background-color: transparent;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.el--scroll_box {
  position: absolute;
  left: auto;
  top: 0%;
  right: 5%;
  bottom: auto;
  width: 5%;
  height: 30%;
  border-radius: 10px;
  background-color: #29a9e0;
  box-shadow: 1px 1px 20px 0 #000;
}

.a--preloader {
  width: 200px;
  height: 200px;
}

.m--container {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  margin-top: auto;
  padding-right: 4%;
  padding-bottom: 2rem;
  padding-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mt--title {
  position: fixed;
  left: 6%;
  top: 5%;
  right: 6%;
  font-family: Greenmark, sans-serif;
  color: #effbfb;
  font-size: 1.4rem;
  line-height: 2rem;
  text-transform: uppercase;
}

.mt--title.mid_dark {
  z-index: 1000;
  color: #0d1c36;
}

.mt--title.screen_3 {
  color: #0d1c36;
}

.mc--fullscreen.x15 {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 150vh;
  margin-top: -50vh;
}

.mc--background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/cloud_mob.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mc--plane {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 100;
  width: 80%;
  height: 50%;
  background-image: url('../images/photo_plane_Xl2_2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mc--first_screen {
  position: relative;
  z-index: 100;
  width: 100vw;
  height: 150vh;
}

.mc--crop {
  position: relative;
  top: 0px;
  z-index: 100;
  overflow: hidden;
  height: 100%;
  background-color: #0e0f21;
}

.el_tail_mob.m-trig_1 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -12vh;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.el--screen_back.m-trig_1 {
  position: absolute;
  bottom: -12vh;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.el--plane_1_mob {
  position: absolute;
  top: 20vh;
  right: 0px;
  z-index: 500;
  width: 60vw;
  height: 80vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/plane.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-span-3 {
  color: #29a9e0;
}

.text-span-4 {
  color: #245a77;
}

.mc--screen_3 {
  position: relative;
  overflow: hidden;
  width: 100vw;
  padding-top: 30rem;
}

.mc--contact {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.mc--contact.contact_v2 {
  position: relative;
  top: auto;
  z-index: 600;
  height: 70vh;
  max-height: none;
  margin-top: -1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.el--map_mob {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
  background-color: #0e0f21;
}

.mc--content {
  position: relative;
  z-index: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  margin-top: auto;
  margin-bottom: 40px;
  margin-left: 5%;
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.t--mob_standart {
  padding-right: 2vw;
  padding-left: 2vw;
  font-family: Montserrat, sans-serif;
  font-size: 0.9rem;
  line-height: 1.4rem;
}

.but--nav_mob {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #effbfb;
  text-decoration: none;
}

.ms--footer {
  position: relative;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 12%;
  padding-bottom: 0px;
  padding-left: 12%;
  -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: #07070f;
  box-shadow: 1px 1px 13px 2px #000;
}

.ms--main_nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 60px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.6);
  background-image: linear-gradient(225deg, #0d0b28, #202231);
  box-shadow: 1px 1px 20px -9px #999;
}

.ms--main_nav.v2 {
  left: auto;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-image: linear-gradient(315deg, #0d0b28, #202231);
  box-shadow: -1px 1px 20px 6px rgba(0, 0, 0, 0.65);
}

.ms--main_nav.v2 {
  left: 0px;
  top: auto;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 60px;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-radius: 10px;
  background-image: linear-gradient(315deg, #0d0b28, #202231);
  box-shadow: -1px 1px 20px 6px rgba(0, 0, 0, 0.65);
}

.img_logo_nav_mob {
  display: block;
  width: 40%;
  height: auto;
  max-height: 60px;
  max-width: 10rem;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
}

.el--line_mob {
  position: fixed;
  left: 20%;
  bottom: 0px;
  width: 30px;
  height: 210vh;
  background-color: #29a9e0;
  -webkit-transform: skew(-31deg, 0deg);
  -ms-transform: skew(-31deg, 0deg);
  transform: skew(-31deg, 0deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.el--line_mob.first {
  left: -25%;
  width: 30px;
  height: 100vh;
  background-color: #0d1c36;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.c--partners_mob {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0%;
  margin-right: 0px;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-radius: 12px;
  background-color: transparent;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.mc--img_stage-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 50%;
  margin: auto;
  border-radius: 7px;
  background-image: url('../images/img_stage_2_xl.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 14px 14px 50px -4px #0d0b28;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.mc--img_stage-copy.top {
  left: auto;
  right: 36%;
  z-index: 400;
  width: 50%;
  height: 60%;
  box-shadow: 14px 14px 50px -8px #000;
}

.mc--img_stage-copy.top.trig_4 {
  right: -10vw;
  width: 60%;
  height: 200%;
  margin-bottom: 0px;
  background-image: url('../images/img_stage_2_xl.jpg');
  background-size: cover;
}

.text-span-5 {
  text-transform: none;
}

.t--leng_but.activ {
  color: #a6d3d3;
  text-decoration: none;
}

.but_leng {
  position: absolute;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .c--partners.trig_transp_1.v2 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .but--partner_logo {
    width: 40%;
  }

  .mc--contact.contact_v2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #0e0f21;
  }

  .el--map_mob {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 60%;
    height: auto;
  }

  .mc--content {
    height: 60%;
    margin-top: 3rem;
  }

  .el--line_mob {
    background-color: #0d1c36;
  }

  .el--line_mob.first {
    background-color: #29a9e0;
  }

  .c--partners_mob {
    width: 50%;
  }

  .mc--img_stage-copy.top.trig_4 {
    right: -100%;
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .c--lottie_anim {
    left: -16%;
    right: -16%;
    width: 132%;
  }

  .a--welcom {
    display: none;
  }

  .t--pharagraph {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .t--pharagraph.trig_transp_1.t-white.v2 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
  }

  .c--slide_content {
    position: absolute;
    top: 50%;
    bottom: auto;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .c--slide_content.contact {
    position: relative;
    top: 3%;
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .c--slide_content.trig_opacity_1 {
    width: 90%;
    height: auto;
    margin-top: 5%;
    margin-bottom: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .c--slide_content.contact_2 {
    position: relative;
    top: 3%;
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .t--block_title {
    font-size: 22px;
    line-height: 20px;
  }

  .t--block_title.alig_left.v2.color_light {
    margin-bottom: 10px;
  }

  .c--partners.trig_transp_1.v2 {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .c--partners.trig_transp_1.v2.mob {
    display: block;
  }

  .s--main_nav.v2 {
    display: none;
  }

  .c--slide_partners {
    width: 90%;
    height: 35%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c--slide_partners.trig_opacity_1 {
    position: absolute;
    top: 5%;
    bottom: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: auto;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .a--contact.v2 {
    display: none;
  }

  .c--item-icon {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .ic-contact {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .ic-contact.trig_leng {
    text-decoration: none;
  }

  .s--footer {
    height: 90px;
    padding-right: 6%;
    padding-left: 6%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #080913;
  }

  .t--copywrite {
    margin-right: auto;
    margin-bottom: 10px;
    color: #3c4b4b;
  }

  .logo_nav {
    width: 40%;
    height: auto;
    max-width: 10rem;
    margin: auto auto auto 0px;
  }

  .c--background {
    left: -16%;
    right: -16%;
    width: 132%;
    background-image: url('../images/back_2_mq.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .c--background.trig_1 {
    background-image: url('../images/back_2_mq_1.jpg');
  }

  .c--aircraft {
    left: auto;
    top: auto;
    right: auto;
    bottom: 0px;
    width: 100%;
    height: 50%;
    background-image: url('../images/photo_plane_mq.png');
    background-position: 50% 100%;
    background-size: cover;
  }

  .c--aircraft.trig_2 {
    height: 50%;
    background-image: url('../images/photo_plane_Xl2_2.png');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }

  .el--line {
    position: fixed;
    left: 20%;
    top: auto;
    right: auto;
    bottom: 0%;
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }

  .el--line.first {
    left: -25%;
    background-color: #0d1c36;
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }

  .el--line.first.trig_line {
    left: -48%;
  }

  .el--line.trig_line {
    left: -44%;
  }

  .el--line.trig_line.col_3 {
    background-color: #0d1c36;
  }

  .c--img_stage.top {
    display: none;
  }

  .c--img_stage.top.trig_4 {
    left: auto;
    top: 0%;
    right: -10vw;
    bottom: 0%;
    display: block;
    width: 60%;
    height: 80%;
  }

  .img--partner_logo {
    width: 90%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    opacity: 1;
    -webkit-filter: none;
    filter: none;
  }

  .c--main_block {
    height: 100vh;
    max-height: none;
    max-width: none;
  }

  .c--main_block.stage_3 {
    height: auto;
    min-height: 100vh;
  }

  .but--footer {
    width: 48%;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .but--footer.gle {
    background-image: none;
  }

  .a--welcom_mob {
    position: relative;
    display: block;
    width: 100%;
  }

  .c--lottie_anim_half {
    position: relative;
    left: -16%;
    right: -16%;
    width: 132%;
    height: 50vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .a--contact_mob {
    top: auto;
    display: block;
  }

  .but--partner_logo {
    z-index: 0;
    width: 50%;
    height: 20%;
    max-height: 15vh;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 0%;
    padding-bottom: 0px;
    padding-left: 0%;
    opacity: 0.6;
  }

  .c--leng {
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-image: url('../images/leng_but_1.png');
    background-position: 100% 100%;
    background-size: contain;
  }

  .s--modal {
    display: none;
  }

  .c--certeficate {
    height: 100vh;
    max-height: none;
    max-width: none;
  }

  .c--animation_v2 {
    max-height: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .c--animation_v2.step1 {
    top: auto;
    display: block;
    opacity: 1;
  }

  .c--animation_v2.step2 {
    opacity: 1;
  }

  .c--animation_v2.step3 {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0px;
    height: 100vh;
    margin-top: auto;
    opacity: 1;
  }

  .c--animation_v2.contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-height: none;
    background-color: #0e0f21;
    box-shadow: 1px 1px 20px -3px #0d1c36;
  }

  .c--animation_v2.contact_v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-height: none;
    background-color: #0e0f21;
    box-shadow: 1px 1px 20px -3px #0d1c36;
  }

  .a--welcom_step_3 {
    display: none;
  }

  .t--lottie_text_4 {
    font-style: italic;
  }

  .t--lottie_text_mob_2 {
    position: absolute;
    left: 6%;
    top: 20%;
    right: 0%;
    bottom: auto;
    z-index: 2000;
    font-family: Greenmark, sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .t--lottie_text_mob_1 {
    z-index: 2000;
    font-family: Greenmark, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
  }

  .a--welcom_mob_step_2 {
    position: relative;
    display: block;
    width: 100%;
  }

  .body-2 {
    overflow: visible;
    height: 100%;
  }

  .text-span-2 {
    color: #245a77;
  }

  .c--partners_2 {
    position: relative;
    left: auto;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    margin-left: 0%;
    padding-top: 5%;
    padding-bottom: 5%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hide {
    display: none;
  }

  .m--container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: auto;
    padding-right: 4%;
    padding-bottom: 2rem;
    padding-left: 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    background-color: #fff;
    box-shadow: 1px 1px 30px 0 #8998b2;
  }

  .mt--title {
    position: fixed;
    left: 6%;
    top: 5%;
    right: 6%;
    font-family: Greenmark, sans-serif;
    color: #effbfb;
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 400;
    text-transform: uppercase;
  }

  .mt--title.mid_dark {
    z-index: 1000;
    color: #0d1c36;
  }

  .mt--title.screen_3 {
    position: fixed;
    color: #0d1c36;
  }

  .mc--fullscreen {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
  }

  .mc--fullscreen.x15 {
    display: block;
    height: 150vh;
    margin-top: -50vh;
  }

  .mc--background {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    background-image: url('../images/cloud_mob.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .mc--plane {
    position: fixed;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 100;
    width: 80%;
    height: 50%;
    background-image: url('../images/photo_plane_Xl2_2.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .mc--first_screen {
    position: relative;
    z-index: 100;
    display: block;
    overflow: visible;
    width: 100vw;
    height: 150vh;
    background-color: transparent;
  }

  .mc--crop {
    position: relative;
    top: 0px;
    z-index: 100;
    overflow: hidden;
    height: 100%;
    background-color: #0e0f21;
  }

  .el_tail_mob {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -12vh;
    z-index: 1000;
    width: 100vw;
    height: 60vh;
  }

  .el_tail_mob.m-trig_1 {
    display: inline-block;
    height: 100vh;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }

  .el--screen_back {
    position: absolute;
    bottom: -12vh;
    z-index: 1;
    width: 100vw;
    height: 16vh;
  }

  .el--screen_back.m-trig_1 {
    height: 100vh;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }

  .el--plane_1_mob {
    position: absolute;
    left: auto;
    top: 20vh;
    right: 0%;
    bottom: auto;
    z-index: 500;
    width: 60vw;
    height: 80vh;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/plane.png');
    background-position: 50% 50%;
    background-size: 80%;
    background-repeat: no-repeat;
  }

  .text-span-3 {
    color: #29a9e0;
  }

  .text-span-4 {
    color: #245a77;
  }

  .mc--screen_3 {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: auto;
    padding-top: 30rem;
  }

  .mc--contact {
    max-height: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .mc--contact.contact_v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 96%;
    max-height: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #0e0f21;
  }

  .el--map_mob {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: auto;
    max-height: 60vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .mc--content {
    position: fixed;
    left: 0%;
    top: 10vh;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 40vh;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .t--mob_standart {
    padding-right: 2vw;
    padding-left: 2vw;
    font-family: Montserrat, sans-serif;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  .but--nav_mob {
    position: relative;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .but--nav_mob.leng {
    z-index: 500;
  }

  .ms--footer {
    height: 90px;
    padding-right: 6%;
    padding-left: 6%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #080913;
  }

  .ms--main_nav.v2 {
    display: none;
  }

  .ms--main_nav.v2 {
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 90%;
    height: 60px;
    margin-bottom: 20px;
    margin-left: auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 10px;
    background-image: linear-gradient(315deg, #0d0b28, #202231);
    box-shadow: -1px 1px 20px 6px rgba(18, 43, 71, 0.65);
  }

  .img_logo_nav_mob {
    width: 40%;
    height: auto;
    max-width: 10rem;
    margin: auto auto auto 0px;
  }

  .el--line_mob {
    position: fixed;
    left: 20%;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 200;
    background-color: #0d1c36;
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }

  .el--line_mob.first {
    left: -25%;
    z-index: 0;
    background-color: #29a9e0;
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }

  .c--partners_mob {
    position: relative;
    left: auto;
    width: 100%;
    height: auto;
    min-height: 500px;
    margin-bottom: 0px;
    margin-left: 0%;
    padding-top: 5%;
    padding-bottom: 5%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mc--img_stage-copy.top {
    display: none;
  }

  .mc--img_stage-copy.top.trig_4 {
    left: auto;
    right: -10vw;
    bottom: 10%;
    display: block;
    width: 60%;
    height: 80%;
  }

  .text-span-6 {
    text-transform: none;
  }

  .div-block {
    position: absolute;
    right: 0px;
    width: 60%;
    height: 100%;
    margin-left: auto;
  }

  .c--nav_leng {
    position: absolute;
    right: 0px;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 54%;
    height: 100%;
    margin-left: auto;
    padding-right: 3.5rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: linear-gradient(315deg, #0d0b28 27%, #202231);
    box-shadow: 1px 1px 20px 0 #000;
  }

  .t--leng_but {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #485357;
  }

  .t--leng_but.activ {
    color: #a6d3d3;
    text-align: center;
    text-decoration: none;
  }

  .but_leng {
    position: absolute;
    z-index: 1000;
    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;
    color: #a6d3d3;
    text-decoration: none;
  }
}

@font-face {
  font-family: 'Greenmark';
  src: url('../fonts/Greenmark-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}