@charset "UTF-8";
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
.all {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-top: 114.06px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .all {
    padding-top: 76.41px;
  }
}

.container {
  max-width: 1315px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0px;
}
@media screen and (max-width: 1400px) {
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}

/* Указываем 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;
}

html {
  overflow-x: hidden !important;
  height: 100%;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #000818;
  background: #fff;
  height: 100%;
}

/* Удаляем стандартную стилизацию для всех 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;
}

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

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

.header {
  background: #020B1A;
  padding: 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 120 !important;
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 15px 0;
  }
}

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

.logo img {
  width: 141px;
}
@media screen and (max-width: 1024px) {
  .logo img {
    width: 121px;
  }
}

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

.top__menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top__menu .menu .menu-item {
  margin-right: 37px;
}
.top__menu .menu .menu-item:nth-last-child(1) {
  margin-right: 0;
}
.top__menu .menu .menu-item a {
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.top__menu .menu .menu-item a:hover {
  color: #FD7B00;
}

.header__button {
  margin-left: 70px;
}
@media screen and (max-width: 1024px) {
  .header__button {
    margin-left: 0;
  }
}

.button1 {
  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;
  text-decoration: none;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  font-weight: 600;
  color: #fff;
  font-size: 17px;
  padding: 16px 40px;
  border-radius: 6px;
  background: #FD7B00;
}
.button1::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/arrow__button.svg") no-repeat;
  display: block;
  margin-left: 14px;
}
.button1:hover {
  opacity: 0.6;
}

.burger__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: none;
  margin-left: 30px;
}
@media screen and (max-width: 1024px) {
  .burger__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .burger__button {
    margin-left: 15px;
  }
}

.burger__name {
  font-size: 17px;
  color: #fff;
  line-height: 100%;
  margin-right: 11px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .burger__name {
    font-size: 14px;
  }
}

.burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30px;
  height: 30px;
  position: relative;
}
.burger span {
  width: 25px;
  height: 1px;
  margin-bottom: 5px;
  background: #fff;
  display: block;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.burger span:nth-last-child(1) {
  margin-bottom: 0;
}
.burger span:nth-child(2) {
  width: 15px;
}
.burger span:nth-child(3) {
  width: 20px;
}
.burger__opened span {
  position: absolute;
  margin-bottom: 0;
}
.burger__opened span:nth-child(1) {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  opacity: 0;
  visibility: hidden;
}
.burger__opened span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 25px;
}
.burger__opened span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 25px;
}

.body__opened {
  overflow: hidden;
}

.back {
  background: rgba(0, 0, 0, 0.7);
  /* backdrop-filter: blur(16.7px); */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.back__opened {
  opacity: 1;
  visibility: visible;
}

.body__opened .back {
  opacity: 1;
  visibility: visible;
}

.mobile {
  position: fixed;
  top: 76.41px;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  z-index: 99;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.mobile .top__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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mobile .top__menu .menu .menu-item {
  margin-right: 0;
  margin-bottom: 10px;
}
.mobile .top__menu .menu .menu-item a {
  font-size: 20px;
  display: block;
}
.mobile .top__menu .menu .menu-item-has-children a::after {
  display: none;
}
.mobile .top__menu .menu .menu-item-has-children .sub-menu {
  display: block;
  position: relative;
  background: transparent;
}
@media screen and (max-width: 1024px) {
  .mobile {
    width: 100%;
    overflow-y: scroll;
  }
}

.mob {
  background: #161616;
  padding: 15px;
  border-radius: 12px;
}

.mobile__menu .top__menu {
  margin-right: 0;
}
.mobile__menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.mobile__menu .menu .menu-item {
  width: 100%;
}

.mobile__opened {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

.hero {
  padding-bottom: 70px;
  position: relative;
  padding-top: 50px;
}
.hero .container {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .hero {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.hero::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(274.87deg, rgba(0, 8, 24, 0) 16.93%, #000818 70.68%);
  display: block;
}
.hero .container {
  position: relative;
  z-index: 1;
}

.scroll {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 10;
  -webkit-animation: scrollUpDown 3s ease-in-out infinite;
          animation: scrollUpDown 3s ease-in-out infinite;
}

@-webkit-keyframes scrollUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scrollUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.hero__txt1 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FD7B00;
  position: relative;
  padding-left: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .hero__txt1 {
    font-size: 12px;
  }
}
.hero__txt1::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #FD7B00;
  display: block;
  position: absolute;
  left: 0;
}

.hero__title {
  margin-bottom: 26px;
  font-size: 69.78px;
  line-height: 100%;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .hero__title {
    font-size: 39px;
  }
}

.hero__txt2 {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6588235294);
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .hero__txt2 {
    font-size: 15px;
    margin-bottom: 30px;
  }
}

.hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .hero__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}

.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;
  border-radius: 6px;
  background: #FD7B00;
  color: #fff;
  border: 1px solid #FD7B00;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  text-decoration: none;
  cursor: pointer;
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 17px;
  min-width: 200px;
  padding: 17px;
}
@media screen and (max-width: 1024px) {
  .button2 {
    font-size: 15px;
    padding: 15px;
  }
}
.button2:hover {
  opacity: 0.6;
}

.button3 {
  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;
  border-radius: 6px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  text-decoration: none;
  cursor: pointer;
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 17px;
  min-width: 200px;
  padding: 17px;
}
@media screen and (max-width: 1024px) {
  .button3 {
    font-size: 15px;
    padding: 15px;
  }
}
.button3:hover {
  opacity: 0.6;
}

.advantages {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}
@media screen and (max-width: 1024px) {
  .advantages {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.adv__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 9, 25, 0.11);
  backdrop-filter: blur(16.9417px);
  border-radius: 6px;
  padding: 15px 30px;
}

.adv__ico {
  margin-right: 20px;
}

.adv__title {
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}

.adv__txt {
  font-weight: 300;
  font-size: 13px;
  color: #fff;
}

.section {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .section {
    margin-top: 30px;
  }
}

.section__title {
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .section__title {
    font-size: 30px;
  }
}

.solutions {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .solutions {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}

.sol__item {
  border-radius: 12px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 35px;
  padding-right: 40%;
}
@media screen and (max-width: 1024px) {
  .sol__item {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sol__txt1 {
  font-weight: 500;
  font-size: 14px;
  color: #FD7B00;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.sol__title {
  margin-bottom: 30px;
  font-size: 33px;
  color: #fff;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .sol__title {
    font-size: 23px;
  }
  .sol__title br {
    display: none;
  }
}

.sol__txt2 {
  font-weight: 300;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6588235294);
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .sol__txt2 {
    margin-bottom: 30px;
  }
}

.sol__button .button2 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.section__txt {
  text-align: center;
  margin-top: 26px;
  color: rgba(0, 8, 24, 0.6588235294);
  font-size: 17px;
}

.services {
  margin-top: 60px;
  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;
}
@media screen and (max-width: 1024px) {
  .services {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.service {
  padding: 30px 20px;
  border-radius: 12px;
  border: 1px solid #020B1A;
}
@media screen and (max-width: 1024px) {
  .service {
    padding: 20px 15px;
  }
}

.service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service__ico {
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .service__ico {
    margin-right: 20px;
  }
}
.service__ico img {
  min-width: 44px;
}

.service__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  min-height: 42px;
}
@media screen and (max-width: 1024px) {
  .service__title {
    min-height: auto;
  }
}

.service__txt {
  font-size: 13px;
}

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

.process__number {
  color: #FD7B00;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.06em;
  margin-bottom: 10px;
}

.section5 {
  padding-top: 100px;
  padding-bottom: 130px;
}
.section5 .section__title {
  color: #fff;
  text-align: left;
}
.section5 .section__txt {
  text-align: left;
  color: rgba(255, 255, 255, 0.6588235294);
}
@media screen and (max-width: 1024px) {
  .section5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.s5__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) {
  .s5__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

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

.ind {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.ind__item {
  font-size: 14px;
  color: #fff;
  border: 1px solid #FD7B00;
  border-radius: 100px;
  padding: 7px 15px;
}

.pos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.pos__item {
  font-size: 14px;
  color: #111827;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 100px;
  padding: 7px 15px;
}

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

.slider {
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(10, 18, 32, 0.3215686275);
  margin-top: 20px;
}

.slider__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 9px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .slider__arrows {
    margin-bottom: 30px;
  }
}

.sw__left {
  width: 38px;
  height: 38px;
  border: 1px solid #000818;
  border-radius: 100px;
  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;
  cursor: pointer;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.sw__left::before {
  content: "";
  -webkit-mask-image: url("../img/arrow__left.svg");
          mask-image: url("../img/arrow__left.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 8px;
  height: 13px;
  background: #000818;
  display: block;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.sw__left:hover {
  border: 1px solid #FD7B00;
}
.sw__left:hover::before {
  background: #FD7B00;
}

.sw__right {
  width: 38px;
  height: 38px;
  border: 1px solid #000818;
  border-radius: 100px;
  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;
  cursor: pointer;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.sw__right::before {
  content: "";
  -webkit-mask-image: url("../img/arrow__right.svg");
          mask-image: url("../img/arrow__right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 8px;
  height: 13px;
  background: #000818;
  display: block;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.sw__right:hover {
  border: 1px solid #FD7B00;
}
.sw__right:hover::before {
  background: #FD7B00;
}

.slide__item {
  padding: 35px;
  border: 1px solid #000818;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .slide__item {
    padding: 15px;
  }
}

.slide__ico {
  margin-bottom: 25px;
}

.slide__text {
  font-style: italic;
  font-size: 15px;
  line-height: 24px;
  color: rgba(0, 8, 24, 0.6588235294);
  margin-bottom: 24px;
}

.slide__author {
  font-weight: 600;
  font-size: 14px;
}

.slide__position {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 8, 24, 0.6588235294);
}

.section8 .news__row {
  margin-top: 60px;
}

.bread {
  margin-top: 20px;
}

.breadcrumbs {
  font-size: 14px;
  color: rgba(0, 8, 24, 0.6588235294);
  font-weight: 300;
}
.breadcrumbs a {
  text-decoration: none;
  color: #FD7B00;
}

.title {
  margin-top: 26px;
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .title {
    font-size: 39px;
    margin-bottom: 30px;
  }
}

.news__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 22px;
}
@media screen and (max-width: 1024px) {
  .news__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.news__item {
  border-radius: 12px;
}

.post__img img {
  border-radius: 12px 12px 0 0;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

.post__content {
  background: #0A1220;
  border-radius: 0 0 12px 12px;
  padding-top: 16px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.post__date {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.768627451);
  margin-bottom: 17px;
}

.post__title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 19px;
}

.post__desc {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6588235294);
  margin-bottom: 30px;
}

.readmore {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  font-weight: 600;
  font-size: 17px;
  color: #FD7B00;
  font-family: "Gilroy";
}
.readmore:hover {
  opacity: 0.6;
}

.pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 45px;
}
.pag a {
  color: #0A1220;
  text-decoration: none;
}

.page-numbers {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid #E0E0E0;
  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;
  font-size: 13px;
}

.current {
  background: #FD7B00;
  color: #fff;
  border: 1px solid #FD7B00;
}

.single__content p {
  margin-bottom: 30px;
}
.single__content p:nth-last-child(1) {
  margin-bottom: 0;
}
.single__content h2, .single__content h3, .single__content h4 {
  margin-bottom: 30px;
}
.single__content img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .single__content img {
    width: 100%;
    height: 220px;
  }
}

.news-template-default h1 {
  font-size: 59px;
}
@media screen and (max-width: 1024px) {
  .news-template-default h1 {
    font-size: 30px;
  }
}

.s2__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 80%;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .s2__row {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
  }
}

.why__section .section__title {
  text-align: center;
}

.why__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  margin-top: 60px;
}
.why__row .service {
  border: 1px solid #fff;
}
.why__row .service__title {
  color: #fff;
}
.why__row .service__txt {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .why__row {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.page-template-page-themplate .footer {
  margin-top: 0;
}

.w__title {
  font-size: 240px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .w__title {
    font-size: 140px;
  }
}

.w__txt {
  text-align: center;
  margin-bottom: 30px;
}

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

.all__pages {
  margin-top: 30px;
}
.all__pages h2, .all__pages h3, .all__pages h4, .all__pages h5, .all__pages h6 {
  margin-bottom: 30px;
}
.all__pages p {
  margin-bottom: 30px;
}
.all__pages p:nth-last-child(1) {
  margin-bottom: 0;
}

.contact__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) {
  .contact__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

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

.cont__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 33px;
}
.cont__block:nth-last-child(1) {
  margin-bottom: 0;
}

.cont__img {
  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;
  border: 1px solid rgba(2, 11, 26, 0.2);
  min-width: 65px;
  min-height: 65px;
  border-radius: 100px;
  margin-right: 16px;
}

.cont__title {
  font-weight: 600;
  font-size: 18px;
}

.cont {
  color: #020B1A;
  font-size: 14px;
  text-decoration: none;
}

.form__title {
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 50px;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form__input {
  width: 49%;
  margin-bottom: 27px;
}
@media screen and (max-width: 1024px) {
  .form__input {
    width: 100%;
  }
}
.form__input:nth-child(5) {
  width: 100%;
}
.form__input label {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: rgba(8, 8, 7, 0.5490196078);
  margin-bottom: 3px;
}
.form__input input {
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #080807;
  padding-bottom: 14px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 300;
  color: #020B1A;
  padding-left: 7px;
}
.form__input input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #020B1A;
}
.form__input input::-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #020B1A;
}
.form__input input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #020B1A;
}
.form__input input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #020B1A;
}
.form__input input::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #020B1A;
}
.form__input textarea {
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #080807;
  padding-bottom: 14px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 300;
  color: #020B1A;
  height: 120px;
  padding-left: 7px;
  resize: none;
}
.form__input textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #020B1A;
}
.form__input textarea::-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #020B1A;
}
.form__input textarea:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #020B1A;
}
.form__input textarea::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #020B1A;
}
.form__input textarea::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #020B1A;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #020B1A;
  padding: 40px 0;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .footer {
    margin-top: 60px;
  }
}

.footer__row {
  border-top: 1px solid rgba(255, 255, 255, 0.2196078431);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2196078431);
  padding: 40px 0;
  margin-bottom: 20px;
  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) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0;
  }
}

@media screen and (max-width: 1024px) {
  .footer__left {
    margin-bottom: 30px;
  }
}

.footer__logo {
  margin-bottom: 17px;
}
.footer__logo a img {
  width: 141px;
}

.footer__txt {
  color: rgba(255, 255, 255, 0.6588235294);
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 38px;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.social__item {
  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: 37px;
  height: 37px;
  border: 1px solid rgba(255, 255, 255, 0.4392156863);
  border-radius: 100px;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.social__item:hover {
  border: 1px solid #FD7B00;
}

.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__block {
  margin-right: 100px;
}
@media screen and (max-width: 1024px) {
  .footer__block {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer__block:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.footer__block:nth-last-child(1) {
  margin-right: 0;
}

.block__name {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 35px;
}

.footer__menu-link {
  font-weight: 300;
  font-size: 15px;
  display: block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  margin-bottom: 14px;
}
.footer__menu-link:nth-last-child(1) {
  margin-bottom: 0;
}
.footer__menu-link:hover {
  color: #FD7B00;
}

.footer__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  font-weight: 300;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  margin-bottom: 14px;
}
.footer__mail:hover {
  color: #FD7B00;
}
.footer__mail::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/mail.svg") no-repeat;
  display: block;
  margin-right: 14px;
}

.footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  font-weight: 300;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
}
.footer__tel:hover {
  color: #FD7B00;
}
.footer__tel::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/tel.svg") no-repeat;
  display: block;
  margin-right: 14px;
}

.footer__bottom {
  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;
}
@media screen and (max-width: 1024px) {
  .footer__bottom {
    -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;
  }
}

.copyright {
  font-weight: 300;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4392156863);
}
@media screen and (max-width: 1024px) {
  .copyright {
    margin-bottom: 20px;
  }
}

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

.tech__link {
  font-weight: 300;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4392156863);
  text-decoration: none;
  margin-right: 30px;
}
.tech__link:nth-last-child(1) {
  margin-right: 0;
}
.tech__link:hover {
  text-decoration: underline;
}

@-webkit-keyframes pulseShadow {
  0% {
    -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 21px #ffffff;
            box-shadow: 0px 0px 21px #ffffff;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  }
}

@keyframes pulseShadow {
  0% {
    -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 21px #ffffff;
            box-shadow: 0px 0px 21px #ffffff;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  }
}