body {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  line-height: 1.6em;
  position: relative;
}

header {
  padding: 10px 20px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(24, 114, 159, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
header .logo img {
  height: 70px;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
header .menu {
  width: 60px;
  display: block;
}
header .menu a {
  display: block;
  padding-left: 10px;
}
header .menu a div {
  background: #fff;
  height: 6px;
  border-radius: 3px;
  margin-top: 9px;
  margin-bottom: 9px;
  position: relative;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
header .menu a div::before {
  content: " ";
  position: absolute;
  top: 0;
  width: 6px;
  height: 6px;
  left: -10px;
  background: #fff;
  border-radius: 3px;
}
header .menu a div:nth-child(1) {
  width: 80%;
}
header .menu a div:nth-child(2) {
  width: 100%;
}
header .menu a div:nth-child(3) {
  width: 55%;
}
header .menu a:hover div:nth-child(1) {
  width: 100%;
}
header .menu a:hover div:nth-child(2) {
  width: 100%;
}
header .menu a:hover div:nth-child(3) {
  width: 100%;
}
header.scrolled {
  background: rgba(0, 110, 149, 0.9);
  box-shadow: 0px 0px 30px -10px rgb(71, 71, 71);
}
header.scrolled .logo img {
  height: 50px;
}

.footer-bar {
  height: 18px;
  background-color: #fff;
}

footer {
  background: rgb(26, 50, 77);
  background: linear-gradient(115deg, rgb(26, 50, 77) 0%, rgb(1, 108, 147) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a324d",endColorstr="#016c93",GradientType=1);
  font-weight: 300;
  color: #fff;
  position: relative;
  overflow: hidden;
}
footer .mt {
  margin-top: 30px;
}
footer ul {
  padding: 0 5px 0 12px;
  margin: 5px 0 0 0;
}
footer li {
  list-style-type: none;
  text-indent: -12px;
  margin-bottom: 5px;
}
footer li::before {
  content: "- ";
}
footer .container {
  padding-bottom: 50px;
  overflow: hidden;
}
footer .footer-img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-52%) translateX(-110%);
  z-index: 0;
}
footer .row {
  position: relative;
  z-index: 5;
}
footer .logo {
  width: 100%;
  max-width: 250px;
}
footer span {
  font-size: 36px;
  font-weight: 200;
  color: rgb(0, 110, 149);
  line-height: 1;
  padding-top: 100px;
  padding-bottom: 20px;
  display: block;
}
@media (min-width: 768px) {
  footer span {
    font-size: 56px;
  }
}
footer strong {
  font-weight: 700;
}
footer .col-lg-2 {
  padding-top: 40px;
}
footer .copy {
  font-size: 12px;
  line-height: 16px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
  color: #fff;
  text-decoration-thickness: 2px;
}
footer .get {
  font-size: 36px;
  line-height: 36px;
  font-weight: 200;
  padding-bottom: 20px;
}
footer .logo-link {
  display: inline-block;
}

.hero {
  background: rgb(0, 110, 149);
  background: linear-gradient(180deg, rgb(0, 110, 149) 0%, rgb(26, 50, 77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006e95",endColorstr="#1a324d",GradientType=1);
  color: #fff;
  padding-bottom: 150px;
  overflow: hidden;
}
.hero .container {
  position: relative;
}
.hero .container .row {
  position: relative;
  z-index: 3;
}
.hero__img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  max-width: 550px;
  right: -170px;
}
@media (min-width: 576px) {
  .hero__img {
    max-width: 350px;
    right: -370px;
  }
}
@media (min-width: 576px) {
  .hero__img {
    max-width: 100%;
    right: -170px;
  }
}
@media (min-width: 768px) {
  .hero__img {
    max-width: 100%;
    right: -170px;
  }
}
@media (min-width: 992px) {
  .hero__img {
    max-width: 100%;
    right: -170px;
  }
}
@media (min-width: 1200px) {
  .hero__img {
    max-width: 100%;
    right: -170px;
  }
}
.hero__btn {
  margin-top: 60px;
}
.hero h1 {
  margin-top: 310px;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .hero h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
.hero h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .hero h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

.btn-primary {
  background-color: #fa2952;
  border-color: #fa2952;
  padding-right: 50px;
  position: relative;
  font-weight: 600;
  box-shadow: 19.799px 19.799px 60px 0px rgba(0, 0, 0, 0.4);
}
.btn-primary::after {
  content: " ";
  display: block;
  position: absolute;
  right: 10px;
  width: 7px;
  height: 12px;
  background: url(../img/chevron-right-regular.svg) no-repeat center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  transition: ease all 0.2s;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #dd2248;
  border-color: #dd2248;
  box-shadow: 10.99px 10.99px 40px 0px rgba(0, 0, 0, 0.4);
}
.btn-primary:hover::after, .btn-primary:focus::after {
  right: 7px;
}
.btn-primary:focus, .btn-primary:focus-visible, .btn-primary:focus-within {
  box-shadow: 0 0 0 0.25rem rgba(221, 34, 72, 0.5);
}

.homepage-section {
  padding-top: 75px;
}
.homepage-section__mission {
  padding-top: 0;
}
.homepage-section__mission-img {
  position: relative;
}
.homepage-section__mission-img img {
  z-index: 2;
  position: relative;
}
.homepage-section__mission-img > div {
  position: relative;
  padding-top: 30px;
}
.homepage-section__mission-img > div::before {
  background: #eef2f4;
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: -30px;
  bottom: 30px;
  width: 100%;
  z-index: 0;
}
.homepage-section__mission .intro {
  max-width: 500px;
  padding-top: 75px;
  padding-bottom: 75px;
  margin: 0 auto;
  color: #006e95;
}
.homepage-section .intro {
  font-size: 36px;
  line-height: 1;
  font-weight: 200;
  color: #006e95;
}
@media (min-width: 992px) {
  .homepage-section .intro {
    font-size: 54px;
  }
}
.homepage-section__products {
  padding-bottom: 75px;
  border-top: 1px solid #f9f9f9;
  position: relative;
  padding-bottom: 350px;
  overflow: hidden;
}
.homepage-section__products .content {
  margin-top: 30px;
  color: #595f6f;
  margin-bottom: 100px;
}
.homepage-section__products .items {
  display: grid;
  width: 100%;
  grid-gap: 50px;
  gap: 50px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .homepage-section__products .items {
    grid-gap: 20px;
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 50%;
  }
}
.homepage-section__products .item {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  padding: 50px;
  color: #fff;
  background: rgb(0, 110, 149);
  background: linear-gradient(0deg, rgb(0, 110, 149) 0%, rgb(26, 50, 77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006e95",endColorstr="#1a324d",GradientType=1);
  border-radius: 7px;
  z-index: 3;
  box-shadow: 19.799px 19.799px 60px 0px rgba(0, 0, 0, 0.1);
  font-size: 18px;
}
.homepage-section__products .item__invert {
  color: rgb(0, 110, 149);
  background: rgba(255, 255, 255, 0);
  border: 3px solid rgb(0, 110, 149);
}
.homepage-section__products .item__title {
  font-size: 32px;
  line-height: 1;
  font-weight: 300;
}
.homepage-section__products .item__sub {
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
}
.homepage-section__products .item__header {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .homepage-section__products .item__header {
    margin-bottom: 40px;
  }
}
.homepage-section__products .item__desc ul {
  padding: 0 0 0 12px;
  margin: 0;
}
.homepage-section__products .item__desc li {
  list-style-type: none;
  text-indent: -12px;
  margin-bottom: 15px;
}
.homepage-section__products .item__desc li::before {
  content: "- ";
}
.homepage-section__products .item__btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  overflow: visible;
  transform: translateX(-50%) translateY(50%);
}
.homepage-section__products .item__img {
  margin-left: -50px;
  margin-right: -50px;
  text-align: center;
  padding: 0 50px 0 50px;
  margin-top: 0;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .homepage-section__products .item__img {
    display: flex;
    justify-content: flex-end;
    align-content: flex-end;
    flex-direction: column;
  }
  .homepage-section__products .item__img > img {
    display: block;
  }
}
.homepage-section__products .item__img.train {
  padding-right: 0;
  text-align: right;
  margin-top: 0;
}
.homepage-section__products .plane {
  position: absolute;
  left: 50%;
  transform: translateX(-60%);
  bottom: 50px;
  z-index: -1;
}
.homepage-section__products .plane img {
  width: 100vw;
  max-width: 1500px;
  height: auto;
}
@media (max-width: 768px) {
  .homepage-section__products .plane img {
    width: auto;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .homepage-section__products .plane {
    bottom: 80px;
    transform: translateX(-40%);
  }
}
.homepage-section__industries {
  background: url(../img/home-plane-bcg.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 95px;
}
.homepage-section__industries .intro {
  color: #fff;
}
.homepage-section__industries .content {
  color: #fff;
  margin-top: 24px;
}
.homepage-section__industries .industries {
  padding-top: 160px;
}
.homepage-section__industries .industries__item {
  padding-top: 25px;
  border: 1px solid #d1dbe3;
  border-radius: 7px;
  position: relative;
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  height: 100%;
}
.homepage-section__industries .industries__item .desc {
  color: #fff;
  padding: 20px 20px 40px 20px;
}
.homepage-section__industries .industries__item .title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.homepage-section__industries .industries__item .info {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}
.homepage-section__industries .industries__item .icon {
  background: url(/img/industries-bcg.svg) no-repeat center;
  background-size: contain;
  height: 260px;
  cursor: pointer;
  margin: 0 auto;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  width: 260px;
  position: relative;
}
.homepage-section__industries .industries__item .icon .machine {
  position: absolute;
  bottom: 20%;
  left: 20%;
  transition-duration: 0.6s;
  transition-timing-function: ease;
}
.homepage-section__industries .industries__item .icon .machine img {
  width: 40%;
  transform: rotate(45deg);
  transition-duration: 0.6s;
  transition-timing-function: ease;
}
.homepage-section__industries .industries__item:hover .icon .machine {
  transform: translateX(50px) translateY(-50px);
}
.homepage-section__industries .industries__item:hover .icon .machine img {
  width: 55%;
}
.homepage-section__industries .industries__item-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}

span.red-title {
  color: #fb0007;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
}

body #menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background: rgb(0, 110, 149);
  background: linear-gradient(180deg, rgb(0, 110, 149) 0%, rgb(26, 50, 77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006e95",endColorstr="#1a324d",GradientType=1);
  color: #fff;
}
body #menu .menu__main {
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  body #menu .menu__main {
    overflow-y: auto;
  }
}
body #menu .menu__main-links {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 150px;
}
@media (max-width: 992px) {
  body #menu .menu__main-links {
    justify-content: flex-start;
    margin-top: 50px;
  }
}
body #menu .menu__main-links a {
  color: #fff;
  text-decoration: none;
}
body #menu .menu__main-links > ul {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  margin-right: 60px;
}
@media (max-width: 992px) {
  body #menu .menu__main-links > ul {
    padding-bottom: 0;
  }
}
body #menu .menu__main-links > ul > li {
  display: block;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 200px;
}
body #menu .menu__main-links > ul > li:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  body #menu .menu__main-links > ul > li {
    width: 100%;
  }
}
body #menu .menu__main-links > ul > li a {
  font-weight: 400;
  font-size: 36px;
  padding-left: 40px;
}
@media (max-width: 992px) {
  body #menu .menu__main-links > ul > li a {
    padding-left: 0;
  }
}
body #menu .menu__main-links > ul > li a:hover {
  font-weight: 600;
}
body #menu .menu__main-links > ul > li > ul {
  display: none;
  border-right: 5px #fff solid;
  padding: 30px 40px 30px;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
}
@media (max-width: 992px) {
  body #menu .menu__main-links > ul > li > ul {
    display: block;
    position: relative;
    border: none;
    padding: 0 0 0 10px;
    transform: none;
  }
}
body #menu .menu__main-links > ul > li > ul > li {
  text-align: right;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  body #menu .menu__main-links > ul > li > ul > li {
    text-align: left;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
body #menu .menu__main-links > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
body #menu .menu__main-links > ul > li > ul > li > a {
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 992px) {
  body #menu .menu__main-links > ul > li > ul > li > a {
    white-space: normal;
  }
}
body #menu .menu__main-links > ul > li:hover > ul {
  display: block;
}
body #menu .menu__main-close {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 40px;
  right: 20px;
  z-index: 10;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
body #menu .menu__main-close img {
  width: 40px;
  height: 40px;
}
body #menu .menu__main-close:hover {
  transform: rotate(90deg);
}
body #menu .menu__main-row {
  position: relative;
  z-index: 2;
}
body #menu .menu__main-news {
  font-size: 48px;
  font-family: "Titillium Web";
  color: rgb(255, 255, 255);
  line-height: 0.833;
  font-weight: 200;
  margin-bottom: 35px;
}
body #menu .menu__main-news-item {
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 19.799px 19.799px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 35px;
  color: #595f6f;
  line-height: 1.4;
  font-size: 16px;
  display: block;
  text-decoration: none;
}
body #menu .menu__main-news-title {
  font-size: 20px;
  font-weight: 600;
  color: #006e95;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}
body #menu .menu__plane {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: translateX(-10%) translateY(15%);
  z-index: 0;
}
body #menu .menu__plane img {
  width: calc(100% - 100px);
}
@media (max-width: 992px) {
  body #menu .menu__plane {
    display: none;
  }
}
body #menu .menu__logo {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 20px;
}
@media (max-width: 992px) {
  body #menu .menu__logo {
    display: none;
  }
}
body #menu .menu__logo img {
  width: 100px;
}

@keyframes menu {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
body.show-menu #menu {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  animation: menu ease 0.5s forwards;
}

body.show-menu {
  overflow: hidden;
}

@keyframes menu-out {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
body.show-menu.menu-out {
  overflow: visible;
}

body.show-menu.menu-out #menu {
  animation: menu-out ease 0.5s forwards;
}

.page {
  background: rgb(0, 110, 149);
  background: linear-gradient(0deg, rgb(0, 110, 149) 0%, rgb(26, 50, 77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006e95",endColorstr="#1a324d",GradientType=1);
}
.page__head {
  color: #fff;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .page__head {
    padding-bottom: 75px;
  }
}
.page__head h1 {
  font-weight: 200;
  font-size: 44px;
  line-height: 1;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .page__head h1 {
    margin-top: 240px;
  }
}
.page__head-img {
  width: 70%;
  transform: translateX(30px);
  margin: 0 auto;
}
@media (min-width: 992px) {
  .page__head-img {
    transform: translateX(0);
    width: 80%;
  }
}
@media (min-width: 992px) {
  .page__head-img {
    transform: translateX(-20px);
    position: absolute;
    top: 0;
    right: 0;
    width: 120%;
  }
}
.page__head-img img {
  width: 100%;
  max-width: 100%;
}
.page__news-single {
  padding-bottom: 60px;
}

.sw {
  background: rgb(0, 110, 149);
  background: linear-gradient(0deg, rgb(0, 110, 149) 0%, rgb(26, 50, 77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006e95",endColorstr="#1a324d",GradientType=1);
  margin-top: 40px;
  padding-top: 80px;
  color: #fff;
}
.sw .row {
  margin-bottom: 80px;
}
.sw .red {
  color: #f91f43;
  font-size: 32px;
  font-weight: 200;
}

.point-row {
  margin-top: 50px;
  padding-left: 200px;
  position: relative;
  font-size: 24px;
  font-weight: 200;
}
@media screen and (max-width: 992px) {
  .point-row {
    padding-left: 100px;
  }
}
.point-row::before {
  position: absolute;
  top: -10px;
  left: 0;
  background: url(/img/point.png) no-repeat top center;
  content: " ";
  background-size: contain;
  width: 200px;
  height: 100px;
}
@media screen and (max-width: 992px) {
  .point-row::before {
    width: 100px;
    height: 80px;
    top: -5px;
  }
}

.map {
  margin-top: 100px;
}

.av-red {
  color: #f91f43;
  text-align: center;
  font-size: 60px;
  font-weight: 200;
  line-height: 1;
  margin-top: 60px;
}

.news {
  padding-bottom: 120px;
  padding-top: 75px;
}
.news .item {
  display: block;
  text-decoration: none;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 19.799px 19.799px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  color: #595f6f;
  line-height: 1.4;
  font-size: 16px;
}
@media (max-width: 992px) {
  .news .item.primary {
    margin-bottom: 20px;
  }
}
.news .item__btn {
  text-align: right;
  margin-top: 20px;
}
.news .item__title {
  font-size: 20px;
  font-weight: 600;
  color: #006e95;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 992px) {
  .news .item__title {
    width: 70%;
  }
}
.news .item__title.primary {
  font-size: 40px;
}
.news .item__img {
  border-radius: 7px;
  box-shadow: 9.899px 9.899px 30px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
}
.news .item__img img {
  border-radius: 7px;
}

.news-single {
  padding-top: 75px;
}
.news-single > .container {
  background: #fff;
  border-radius: 7px;
  padding: 20px;
  box-shadow: 19.799px 19.799px 60px 0px rgba(0, 0, 0, 0.1);
}
.news-single-line {
  height: 1px;
  background: rgba(0, 110, 149, 0.2);
  margin-right: -20px;
  margin-left: -20px;
}
.news-single-line-desktop {
  position: relative;
}
.news-single-line-desktop::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 1px;
  background: rgba(0, 110, 149, 0.2);
  width: 100vw;
  content: " ";
  overflow: visible;
}
.news-single-content {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.news-single-content a {
  color: #000;
}
.news-single-content a:hover {
  text-decoration: none;
}
.news-single h1 {
  color: #006e95;
}
.news-single-date {
  color: #f91f43;
  margin-bottom: 20px;
}
.news-single-footer-line {
  background: #f91f43;
  max-width: 400px;
  width: 100%;
  height: 2px;
  margin-top: 20px;
}
.news-single-footer span {
  color: #f91f43;
}

.breadcrumb {
  text-transform: uppercase;
  font-size: 16px;
}
.breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.product-page {
  color: #fff;
}
.product-page__top {
  margin-top: 75px;
}
.product-page__red {
  color: #f91f43;
  overflow: visible;
}
@media (max-width: 1200px) {
  .product-page__red {
    border-top: #f91f43 1px solid;
    border-bottom: #f91f43 1px solid;
  }
}
.product-page__red-content {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  height: 100%;
}
.product-page__red-t {
  height: 1px;
  background: #f91f43;
  top: 0;
  right: 0;
  width: 100vw;
  position: absolute;
  z-index: 2;
}
.product-page__red-b {
  height: 1px;
  background: #f91f43;
  bottom: 0;
  right: 0;
  width: 100vw;
  position: absolute;
  z-index: 2;
}
.product-page__bubble {
  text-align: center;
  position: relative;
  padding: 5px;
}
.product-page__bubble-wrap {
  height: 100%;
  border: 1px solid #e4eaee;
  padding: 15px 15px 25px 15px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: bold;
  color: #006e95;
  position: relative;
  text-align: center;
}
.product-page__bubble-b {
  filter: drop-shadow(-20.305px 20.305px 30px rgba(0, 0, 0, 0.3));
  width: 100%;
  max-width: 380px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  display: block;
}
.product-page__bubble-ico {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.product-page__bubble-ico-i {
  color: #fff;
  position: absolute;
  bottom: 25%;
  left: 25%;
  z-index: 2;
  max-width: 30%;
  max-height: 30%;
}
.product-page__white {
  color: #595f6f;
}
.product-page__stellar-col {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 100%;
}
@media (min-width: 1200px) {
  .product-page__stellar-col::before {
    content: " ";
    position: absolute;
    background: rgb(0, 110, 149);
    background: linear-gradient(180deg, rgb(0, 110, 149) 0%, rgb(26, 50, 77) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006e95",endColorstr="#1a324d",GradientType=1);
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50vw;
  }
}
@media (max-width: 1200px) {
  .product-page__stellar-col {
    background: rgb(0, 110, 149);
    background: linear-gradient(180deg, rgb(0, 110, 149) 0%, rgb(26, 50, 77) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006e95",endColorstr="#1a324d",GradientType=1);
  }
}
.product-page__stellar-col img {
  position: relative;
  z-index: 2;
  width: calc(100% - 40px);
}
@media (min-width: 992px) {
  .product-page__stellar-col {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.product-page__sidewinder-col {
  position: relative;
  height: 100%;
}
.product-page__sidewinder-col img {
  position: relative;
  z-index: 2;
}
.product-page__falcon-features {
  position: relative;
}
.product-page__falcon-features-line {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 1px;
  background: rgba(0, 110, 149, 0.2);
  width: 100vw;
  content: " ";
}
.product-page__falcon-features-line-left {
  left: auto;
  right: 0;
}
.product-page__falcon-features-line-left-top {
  bottom: auto;
  top: 25px;
  left: auto;
  right: 0;
}
.product-page__falcon-img {
  position: relative;
  height: 80vh;
  margin-bottom: 25px;
}
.product-page__falcon-img-line {
  position: absolute;
  left: 50%;
  top: 57px;
  height: 1px;
  background: rgba(0, 110, 149, 0.2);
  width: 100vw;
  content: " ";
}
@media (min-width: 992px) {
  .product-page__falcon-img {
    height: auto;
    margin-bottom: 0;
  }
}
.product-page__falcon-img-wrap {
  position: absolute;
  display: block;
  right: 50px;
  left: 0;
  z-index: 2;
  height: 80vh;
  background: url(../img/falcon-plane.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .product-page__falcon-img-wrap {
    height: auto;
    top: -75px;
    left: auto;
    right: 100px;
    width: 100%;
    bottom: 25px;
  }
}
.product-page__falcon-img-wrap-side {
  background-image: url(../img/plane.jpg);
}
.product-page__falcon-img-stellar {
  position: absolute;
  z-index: 5;
  right: 15px;
  top: 47%;
  padding: 100px 25px;
  background: #fa2b56;
  border-radius: 7px;
  max-width: 75%;
}
.product-page__falcon-img-side {
  position: absolute;
  z-index: 5;
  right: 15px;
  bottom: 60px;
  padding: 50px 25px;
  background: #fff;
  border-radius: 7px;
  max-width: 75%;
}
.product-page__falcon-title {
  position: relative;
}
.product-page__falcon-title h2 {
  color: #fff !important;
}
.product-page__falcon-title img {
  width: 100%;
  max-width: 290px;
  display: block;
}
.product-page__falcon-text {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .product-page__falcon-text {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
.product-page h2 {
  margin-top: 50px;
  font-size: 36px;
  color: #006e95;
  line-height: 1;
  font-weight: 200;
}
@media (min-width: 992px) {
  .product-page h2 {
    font-size: 54px;
  }
}
.product-page__large {
  font-size: 28px;
  font-weight: 200;
  line-height: 42px;
  margin-bottom: 100px;
}
.product-page__software {
  position: relative;
}
.product-page__software img {
  z-index: 3;
  position: relative;
}
.product-page__software-stripe {
  position: absolute;
  height: 300px;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #fff;
}
.product-page__software-line {
  position: absolute;
  right: 50%;
  bottom: 120px;
  height: 1px;
  background: rgba(0, 110, 149, 0.2);
  width: 50vw;
  content: " ";
}

.industries-page {
  color: #000;
  padding-top: 75px;
}
@media (min-width: 992px) {
  .industries-page {
    padding-bottom: 200px;
  }
}
.industries-page h2 {
  margin-top: 50px;
  font-size: 36px;
  color: #006e95;
  line-height: 1;
  font-weight: 200;
  color: #006e95;
}
@media (min-width: 992px) {
  .industries-page h2 {
    font-size: 54px;
  }
}
.industries-page__large {
  font-size: 48px;
  font-weight: 200;
  line-height: 1.1;
  color: #006e95;
}
@media (min-width: 992px) {
  .industries-page__large {
    font-size: 64px;
  }
}
.industries-page__box {
  margin-bottom: 150px;
}
.industries-page__bubble {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.industries-page__bubble img {
  filter: drop-shadow(-20.305px 20.305px 30px rgba(0, 0, 0, 0.3));
  width: 100%;
  max-width: 380px;
  position: relative;
  z-index: 1;
}
.industries-page__bubble-content {
  color: #fff;
  width: 40%;
  font-size: 28px;
  font-weight: 200;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.about-us {
  color: #fff;
  padding-top: 75px;
}
.about-us__slider {
  z-index: 5;
}
.about-us__large {
  font-size: 28px;
  font-weight: 200;
  line-height: 42px;
  margin-bottom: 100px;
}
.about-us__737 {
  position: relative;
  min-height: 100vw;
}
@media (min-width: 992px) {
  .about-us__737 {
    min-height: auto;
  }
}
.about-us__737 img {
  position: absolute;
  top: 0;
  right: 50px;
  transform: translateY(-20%);
}
@media (max-width: 992px) {
  .about-us__737 img {
    top: 50%;
    right: 0;
    width: 150vw;
    transform: translateY(-45%);
  }
}
.about-us__meet {
  font-weight: 200;
  font-size: 44px;
  line-height: 1;
}
.about-us__person {
  background: #fff;
  border-radius: 7px;
  color: #000;
  box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 35px;
  height: 100%;
}
.about-us__person-inside {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.about-us__person-name {
  text-align: center;
  color: #006e95;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}
.about-us__person-title {
  text-align: center;
  line-height: 1;
}
.about-us__person-sm {
  text-align: center;
  padding-top: 10px;
  justify-self: flex-end;
  margin-top: auto;
}
.about-us__person-sm a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.about-us__person-sm img {
  width: 40px;
}
.about-us .splide__slide {
  padding: 0 20px 40px 20px;
}
@media (min-width: 768px) {
  .about-us .splide__slide {
    padding: 0 40px 40px 20px;
  }
}
.about-us .splide__slide img {
  align-self: center;
}
@media (min-width: 768px) {
  .about-us .splide {
    padding-right: 50px;
  }
}
.about-us .splide__arrow {
  background: none;
  height: 60px;
  width: 60px;
  opacity: 1;
  transition-duration: 0.3s;
  box-shadow: 19.799px 19.799px 60px 0px rgba(0, 0, 0, 0.4);
}
.about-us .splide__arrow:hover {
  transform: translateY(-50%) scale(1.1);
}
.about-us .splide__arrow--prev {
  background: url(/img/splide-left.png) no-repeat;
  background-size: cover;
  left: auto;
  right: 0;
  top: 42%;
}
.about-us .splide__arrow--prev svg {
  display: none;
}
.about-us .splide__arrow--next {
  background: url(/img/splide-right.png) no-repeat;
  background-size: cover;
  right: 0;
  top: 58%;
}
.about-us .splide__arrow--next svg {
  display: none;
}

img {
  image-rendering: smooth;
  image-rendering: -webkit-optimize-contrast;
}

.form {
  max-width: 690px;
  margin: 0 auto;
  padding: 50px 100px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 40.305px 40.305px 80px 0px rgba(2, 8, 22, 0.3);
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 992px) {
  .form {
    padding: 50px 20px;
  }
}
.form__row {
  margin-bottom: 30px;
}
.form__row input, .form__row textarea {
  padding: 25px 30px;
  width: 100%;
  border-radius: 7px;
  border: 1px solid #dddfe7;
  color: #006e95;
  transition-duration: 0.3s;
}
.form__row input:focus, .form__row input:focus-visible, .form__row input:focus-within, .form__row textarea:focus, .form__row textarea:focus-visible, .form__row textarea:focus-within {
  outline: none;
  border: 1px solid #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.form__row-submit {
  margin-top: 100px;
}
.form__row-submit .btn-primary {
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.form__row-submit .btn-primary::after {
  display: none;
}

.rail-red {
  color: #f91f43;
  font-size: 32px;
  margin-bottom: 100px;
  font-weight: 200;
}

.plane {
  height: 300px;
  position: relative;
  z-index: -1;
  background: url(/img/a321-v4.svg) no-repeat center top;
  background-size: 70%;
  margin-top: -100px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .plane {
    margin-top: 0;
    height: 200px;
    background-size: cover;
  }
}
.plane-about {
  z-index: 1;
  height: 200px;
}
.plane-about img {
  bottom: 25px;
}
@media (min-width: 768px) {
  .plane-about {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .plane-about {
    height: 270px;
  }
}

.pp {
  color: #595f6f;
  margin-top: 50px;
  padding-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.pp a {
  color: #595f6f;
  text-decoration: underline;
}
.pp a:hover {
  text-decoration: none;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe, .videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video {
  padding-top: 70px;
  padding-bottom: 50px;
}/*# sourceMappingURL=style.css.map */