@charset "UTF-8";
/* Указываем box sizing */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Raleway";
  background: #010E2E;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

.container {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0px;
}
@media screen and (max-width: 1280px) {
  .container {
    padding: 0 15px;
  }
}

.pages {
  margin-top: 100px;
  padding: 50px 0;
  color: #fff;
}
.pages h1 {
  margin-bottom: 30px;
}
.pages h2 {
  margin-bottom: 20px;
}
.pages h3 {
  margin-bottom: 20px;
}
.pages h4 {
  margin-bottom: 20px;
}
.pages p {
  margin-bottom: 20px;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: rgba(1, 14, 46, 0.4);
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.logo {
  font-size: 28.8px;
  font-weight: 900;
  color: #fff;
}
.logo a {
  text-decoration: none;
  color: #fff;
}
.logo span {
  font-weight: 200;
}

.top__menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top__menu .menu .menu-item {
  margin-right: 40px;
}
.top__menu .menu .menu-item:nth-last-child(1) {
  margin-right: 0;
}
.top__menu .menu .menu-item a {
  color: #fff;
  font-size: 17px;
  font-weight: 200;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.top__menu .menu .menu-item a::before {
  content: "";
  width: 0%;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: -5px;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.top__menu .menu .menu-item a:hover::before {
  width: 100%;
}

.mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
}
.mail img {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .mail span {
    display: none;
  }
  .mail img {
    margin-right: 0;
  }
}

.button2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 7px;
  background: transparent;
  border: 1px solid #BCFFFF;
  color: #BCFFFF;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 32px;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  margin-left: 50px;
}
.button2:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .button2 {
    margin: 0 50px;
  }
}
@media screen and (max-width: 600px) {
  .button2 {
    margin: 0 15px;
    padding: 10px 10px;
  }
}

.mobile__menu {
  position: fixed;
  background: #000;
  top: 0px;
  width: 80%;
  height: 100%;
  z-index: 1000;
  -webkit-transform: translate(-150%, 0);
          transform: translate(-150%, 0);
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  padding: 30px 20px;
}
.mobile__menu .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile__menu .menu .menu-item {
  margin-right: 0;
  margin-bottom: 15px;
}
.mobile__menu__opened {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30px;
  height: 30px;
  position: relative;
}
.burger span {
  width: 30px;
  height: 2px;
  margin-bottom: 4px;
  background: #fff;
  display: block;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.burger span:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.burger__opened span {
  position: absolute;
  margin-bottom: 0;
}
.burger__opened span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.burger__opened span:nth-child(2) {
  opacity: 0;
}
.burger__opened span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.body__opened {
  overflow: hidden;
}

.section1 {
  padding-top: 180px;
  background: url("../img/section1.webp") no-repeat center;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section1 {
    padding-top: 100px;
  }
}

.section1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section1__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
}

.section1__left {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .section1__left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.section1__right {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .section1__right {
    width: 100%;
  }
}

.section1__title {
  font-size: 62px;
  line-height: 64.8px;
  margin-bottom: 35px;
  font-weight: 900;
}
.section1__title span {
  color: #BCFFFF;
}
@media screen and (max-width: 1024px) {
  .section1__title {
    font-size: 52px;
    line-height: 54.8px;
  }
}
@media screen and (max-width: 768px) {
  .section1__title {
    font-size: 42px;
    line-height: 44.8px;
  }
}
@media screen and (max-width: 360px) {
  .section1__title {
    font-size: 32px;
    line-height: 34.8px;
  }
}

.section1__content {
  font-size: 16px;
  line-height: 22.8px;
  margin-bottom: 50px;
  font-weight: 500;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 7px;
  background: #BCFFFF;
  color: #010119;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 32px;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.button:hover {
  opacity: 0.7;
}

.section1__photo {
  position: absolute;
  right: 0;
  bottom: 0;
}
.section1__photo img {
  max-width: 733px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .section1__photo {
    position: relative;
  }
  .section1__photo img {
    max-width: 100%;
  }
}

#section2 {
  height: 89px;
  background: #010E2E;
}

.section2 {
  background: #010E2E url("../img/section2.webp") no-repeat left;
  background-size: contain;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .section2 {
    padding-bottom: 50px;
    background: #010E2E url("../img/section2.webp") no-repeat left bottom;
  }
}

.section2__title {
  font-size: 44px;
  line-height: 53.2px;
  text-align: center;
  color: #fff;
  margin-bottom: 75px;
  font-weight: 900;
  text-transform: uppercase;
}
.section2__title span {
  color: #BCFFFF;
}
@media screen and (max-width: 1024px) {
  .section2__title {
    font-size: 34px;
    line-height: 43.2px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 600px) {
  .section2__title {
    font-size: 24px;
    line-height: 33.2px;
  }
}

.section2__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .section2__row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .section2__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.section2__item {
  background: rgba(2, 49, 78, 0.72);
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 30px;
}

.item__ico {
  margin-bottom: 25px;
}

.item__title {
  font-size: 16px;
  line-height: 22.8px;
  color: #fff;
  text-align: center;
}

.section2__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#section3 {
  height: 89px;
  background: #fff;
}

.section3 {
  background: #fff;
}
.section3 .section2__title {
  color: #010E2E;
  margin-bottom: 45px;
  text-align: left;
}

.section3__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section3__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section3__left {
  width: 48%;
  position: relative;
}
.section3__left::before {
  content: "";
  width: 464px;
  height: 599px;
  background: url("../img/section3__decor.png") no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .section3__left {
    width: 100%;
    margin-bottom: 30px;
  }
  .section3__left::before {
    display: none;
  }
}

.section3__right {
  width: 48%;
  position: relative;
  padding-top: 147px;
  padding-bottom: 60px;
}
.section3__right::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #010E2E;
  display: block;
  position: absolute;
  left: 80px;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .section3__right {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section3__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 50px;
}
.section3__item:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .section3__item {
    margin-bottom: 30px;
  }
}

.item__number {
  font-size: 49px;
  font-weight: 900;
  text-shadow: -1px 0 #010E2E, 0 1px #010E2E, 1px 0 #010E2E, 0 -1px #010E2E;
  line-height: 100%;
  margin-right: 72px;
  font-family: sans;
  color: #fff;
}

.item__txt {
  font-size: 24px;
  font-weight: 500;
  color: #010E2E;
}
@media screen and (max-width: 1024px) {
  .item__txt {
    font-size: 18px;
  }
}

.footer__line {
  background: #010E2E;
  padding: 35px 0;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.copy {
  opacity: 0.5;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .copy {
    margin-bottom: 30px;
  }
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__links a {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  margin-right: 30px;
}
.footer__links a:hover {
  text-decoration: underline;
}
.footer__links a:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}

.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__right .cont {
  margin-right: 30px;
}
.footer__right .cont:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__right .cont {
    margin-right: 0;
  }
  .footer__right .mail span {
    display: block;
  }
}

.section4 {
  background: url("../img/section4.png") no-repeat center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}
.section4 .section2__title {
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .section4 {
    padding-bottom: 30px;
  }
}

.section4__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section4__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section4__left {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .section4__left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.section4__right {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .section4__right {
    width: 100%;
    display: none;
  }
}

.section4__img {
  position: absolute;
  bottom: 0;
}

.form__input {
  width: 100%;
  margin-bottom: 29px;
}
.form__input input {
  border: none;
  background: transparent;
  outline: none;
  border-radius: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  width: 100%;
  color: #fff;
}
.form__input input::-webkit-input-placeholder {
  color: #fff;
}
.form__input input::-moz-placeholder {
  color: #fff;
}
.form__input input:-ms-input-placeholder {
  color: #fff;
}
.form__input input::-ms-input-placeholder {
  color: #fff;
}
.form__input input::placeholder {
  color: #fff;
}
.form__input textarea {
  border: none;
  background: transparent;
  outline: none;
  border-radius: 0;
  padding-left: 37px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #fff;
  width: 100%;
  color: #fff;
  height: 130px;
  border: 1px solid #fff;
  resize: none;
}
.form__input textarea::-webkit-input-placeholder {
  color: #fff;
}
.form__input textarea::-moz-placeholder {
  color: #fff;
}
.form__input textarea:-ms-input-placeholder {
  color: #fff;
}
.form__input textarea::-ms-input-placeholder {
  color: #fff;
}
.form__input textarea::placeholder {
  color: #fff;
}
.form__input:nth-last-child(1) {
  margin-bottom: 39px;
}

.form__button .button {
  outline: none;
  border: none;
  cursor: pointer;
}

.wpcf7-response-output {
  color: #fff;
}