@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;900&display=swap');

*, *::before, *::after {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff; }

*:focus {
  outline: none; }

#myVideo {
	width: 100%;
    position: absolute;
    /* height: 517px; */
    height: auto;
    min-width: auto;
    min-height: auto;
    padding-top: 83px;
}

html {
  background-color: #020042;
 }

body {
  background-color: #020042;
font-family: 'Montserrat', sans-serif; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none !important; }

p {
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0; }

.main-btn {
  display: inline-block;
  font-weight: 500;
  color: #00B2FF;
  padding: 20px 40px;
background-color: transparent;
border: 3px solid #00B2FF;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.main-btn:hover {
  background-color: #00B2FF;
  color: #000833;
  -webkit-box-shadow: 0px 0px 50px #00B2FF;
  box-shadow: 0px 0px 50px #00B2FF; }

.main-btn:focus {
  outline: none; }

.main-btn:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95); }

.con {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 20px; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul li, ol li {
    display: block;
    margin: 0px;
    padding: 0;
    font-size: 13px;
    padding-bottom: 5px; }

.nav {
padding: 35px 0px;
    padding-right: 0px;
    padding-left: 0px;
position: fixed;
z-index: 998;
width: 100%;
background: linear-gradient(180deg, #010022 0%, rgba(1, 0, 34, 0) 100%);
left: 0px;
top: 0px;
width: 100%; }

.nav__logo img {
  height: 18px;
}

.nav__box {
  width: 100%;
  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; }

.nav__navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0; }

.nav__item {
  padding: 0px 18px; }
  .nav__item a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    -webkit-transition: color .22s ease;
    -o-transition: color .22s ease;
    transition: color .22s ease;
    font-weight: 600; }
  .nav__item a:hover {
    color: #00B2FF; }

.banner {
  height: 580px;
  background-size: cover !important;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden; }
  .banner div {
    position: relative;
    z-index: 3; }

.banner iframe {
  width: 100%;
  position: absolute; top: 0; left: 0;
  z-index: 1;
}

.banner video {
  width: 100%;
  position: absolute; top: 0; left: 0;
  z-index: 1;
}

.banner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgb(2 0 66);
background: linear-gradient(0deg, rgba(2 0 66) 0%, rgba(0,212,255,0) 100%);
  z-index: 2; }

.banner__box {
  text-align: center;
  position: relative;
  z-index: 3;
  color: #fff; }
  .banner__box h1, .banner__box p {
    font-weight: 300;
    padding-bottom: 16px; }
  .banner__box span {
    color: #00B2FF;
    font-weight: 500; }

.benefits {
  padding-top: 80px; }
  .benefits .con {
    position: relative; }

.benefits__decor {
  display: none;
  width: 120px;
  height: 400px;
  background-color: #050924;
  position: absolute;
  top: -120px;
  left: 50px;
  overflow: hidden; }
  .benefits__decor p {
    color: #181F46;
    font-size: 70px;
    font-weight: 900;
    position: absolute;
    left: -15px;
    bottom: 5px; }

.benefits__box {
  position: relative;
  z-index: 2; }
  .benefits__box h2 {
    color: #fff;
    padding-left: 100px;
    position: relative;
    font-weight: 300; }
    .benefits__box h2 img {
      display: block;
      margin-top: 10px;
      margin-left: 20px; }

.benefits__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  margin: 0 auto;
  color: #fff;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  margin-bottom: 40px; }
  .benefits__block img {
    display: block;
    width: 85px;
    margin-right: 30px;
    position: relative; }

.benefits__block .img::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #00B2FF;
  position: absolute;
  top: 80px;
  left: 10px; }

.benefits__block.block-right {
  margin-right: 0;
  margin-left: auto; }

.benefits__content h4 {
  font-size: 20px;
  margin-bottom: 30px; }

.benefits__content p {
  font-size: 14px;
  color: #797D93;
  position: relative;
  padding-left: 15px;
  z-index: 3; }

.benefits__content p::after {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #00B2FF;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 50px; }

.benefits__content span {
  font-size: 40px;
  font-weight: 800;
  color: #192147;
  position: absolute;
  top: 30px;
  left: 130px;
  z-index: -1; }

.carousel {
  margin: 90px 0px 130px 0px;
  overflow: hidden; }
  .carousel .con {
    position: relative; }

.carousel__box {
  background-color: #000422; }

.carousel .slick-slide {
  padding: 60px 0px; }

.slick-slide img {
  margin: 0 auto;
  margin-top: 12px;
margin-bottom: 12px; }

.slick-arrow::before {
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 2px solid #33395C;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1 !important;
  border-radius: 50%;
  z-index: 10 !important;
  font-size: 30px !important;
  font-weight: 600;
  padding: 10px;
  color: #33395C !important;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.slick-arrow:hover:before {
  color: #00B2FF !important;
  border-color: #00B2FF; }

.slick-prev:before {
  content: "<" !important;
  position: absolute;
  left: -60px; }

.slick-next:before {
  content: ">" !important;
  position: absolute;
  right: -60px; }

.slick-arrow::after {
  content: "";
  display: block;
  width: 20px !important;
  height: 20px !important;
  background-color: #33395C;
  border-radius: 50%;
  border: 7px solid #020042;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.slick-prev::after {
  position: absolute;
  left: -15px;
  top: -15px;
  z-index: 11; }

.slick-next::after {
  position: absolute;
  left: 15px;
  top: -15px;
  z-index: 11; }

.slick-arrow:hover:after {
  background-color: #00B2FF; }

.carousel .pride__decor span {
  left: 50px;
  top: -40px;
  z-index: 10; }

.pride__box {
  /* background-color: #050924; */
  padding: 70px 100px;
  overflow: hidden;
  position: relative; }
  .pride__box h2 {
    color: #fff;
    font-weight: 300; }

.reviews__text {
  color: #808499;
  font-size: 19px;
  font-weight: 300;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px; }

.pride__decor img {
  position: absolute;
  top: 0px;
  left: 100px; }

.pride__decor span {
  display: none;
  color: #181F46;
  font-size: 70px;
  font-weight: 900;
  position: absolute;
  top: 70px;
  left: -15px; }

.pride__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px 0px; }

.pride__card {
  width: 32%;
  padding: 25px 30px;
  color: #808499;
  text-align: center; }
  .pride__card img {
    width: 100%;
    margin-bottom: 5px; }
  .pride__card p {
    font-size: 14px;
    margin: 0;
    padding: 0px 0px 5px 0px; }
  .pride__card h6 {
    font-size: 15px;
    font-weight: 600;
    color: #fff; }

.slick-dots li button {
  width: 15px !important;
  height: 15px !important;
  border: 2px solid #33395C !important;
  border-radius: 50%; }

.slick-dots li button::before {
  display: none; }

.slick-dots li.slick-active button {
  background-color: #00B2FF;
  border-color: #00B2FF !important; }

.reviews {
  padding: 100px 0px 70px 0px; }
  .reviews h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    padding-left: 120px;
    position: relative;
    z-index: 2; }

.reviews-track p {
    color: #FFF;
    text-align: center;
    font-size: 16px; }

.reviews-track img {
 }

.reviews__top {
  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;
  position: relative; }

.reviews__decor {
  position: absolute; }
  .reviews__decor img {
    position: relative;
    z-index: 1; }
  .reviews__decor span {
    color: #181F46;
    font-size: 70px;
    font-weight: 900;
    position: absolute;
    top: -60px;
    left: -20px; }

.news {
  position: relative;
  padding-bottom: 30px; }
  .news h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    margin: 0px 0px 50px 50px;
    position: relative; }
    .news h2 img {
      position: absolute;
      top: 70%;
      left: 20px; }
  .news .slick-dots {
    top: -80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    bottom: auto; }
  .news .slick-arrow {
    display: none !important; }

.news__decor {
  display: none;
  width: 120px;
  height: 320px;
  background-color: #050924;
  position: absolute;
  bottom: 0px;
  overflow: hidden; }
  .news__decor span {
    color: #181F46;
    font-size: 70px;
    font-weight: 900;
    position: absolute;
    left: -15px;
    bottom: 40px; }

.news__box {
  max-width: 970px;
  margin-left: auto; }

.news-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .news-track img {
    width: 10%;
    margin-right: 30px; }
  .news-track div {
    width: 90%; }
  .news-track h5 {
    color: #fff;
    padding-bottom: 24px; }
  .news-track p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding-left: 10px;
    border-left: 5px solid #00B2FF; }

.banner-solutions {
  height: 230px;
  background: url(../img/banner-2.png) no-repeat center;
  background-size: cover; }

.solutions {
  padding-top: 0px; }
  .solutions h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    position: relative; }
    .solutions h2 img {
      position: absolute;
      top: -60px;
      left: 10px; }

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

.solutions__block {
  width: 49%;
  min-height: 200px;
  padding: 32px;
  padding-bottom: 0px;
  margin-top: 2%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
  position: relative; }
  .solutions__block h5 {
    color: #fff;
    margin-bottom: 24px;
    margin-top: 24px;
    font-size: 16px;
    font-weight: 600; }
  .solutions__block p {
    color: #fff;
    font-size: 13px;
    /* opacity: 0.8; */
    color: #fff;
    font-weight: 400;
    line-height: 24px; }
  .solutions__block span {
    color: #666B84;
    font-size: 70px;
    font-weight: 800;
    position: absolute;
    bottom: -30px;
    right: 20px;
    opacity: 0.6; }

.solutions__block:hover {
}
  .solutions__block:hover * {
     }

.carousel-solutions {
  margin: 30px 0px; }

.carousel-solutions .carousel__box {
  background-color: transparent; }

.banner-projects {
  background: url(../img/banner-3.png) no-repeat center;
  background-size: cover; }

.projects .solutions__block {
  min-height: 220px;
  border: 1px solid #141D4A;
  overflow: visible;
  padding-top: 45px;
      align-items: center;
    align-content: center;
    justify-content: center;
    display: flex; }
  .projects .solutions__block h5 {
    margin-bottom: 10px; }
  .projects .solutions__block span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    right: auto;
    bottom: auto;
    top: -20px;
    left: 30px;
    background-color: #000833;
    padding: 0px 20px;
    opacity: 1; }
  .projects .solutions__block img {
    width: 30px; }

.projects .solutions__block:hover {
   }
  .projects .solutions__block:hover h5 {
    color: #fff; }
  .projects .solutions__block:hover p {
    color: #808499; }

.projects-box {
  /* background-color: #050924; */
  color: #7D7F8D;
 padding-left: 64px;
 padding-right: 64px;
  margin-bottom: 45px;
  position: relative; }
  .projects-box img {
    position: absolute;
    top: 10px;
    left: 10px; }
  .projects-box p {
font-size: 13px;
padding-bottom: 20px;
color: #fff;
font-weight: 400;
    line-height: 24px; }
    .projects-box p span {
      font-weight: 600;
      color: #00B2FF; }

.projects-tech {
  margin-top: 100px; }

.projects-tech__box {
  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; }
  .projects-tech__box h2 {
    font-size: 35px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 30px; }
  .projects-tech__box .projects-tech-right, .projects-tech__box .projects-box {
    width: 49%;
    margin: 0; }
  .projects-tech__box .projects-box p {
    font-size: 13px;
    /* opacity: 0.8; */
    color: #fff;
    font-weight: 400;
    line-height: 24px; }
  .projects-tech__box .projects-tech-right {
    width: 47%; }
    .projects-tech__box .projects-tech-right h3 {
      color: #fff;
      font-size: 27px;
      font-weight: 300;
margin-bottom: 32px; }

.accordeon_box {
  margin-bottom: 10px;
      border-bottom: 1px solid #ffffff08; }

.accordeon_box .accordeon_block {
  color: #fff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin-top: 1px; }

.accordeon_box .accordeon_block p {
  padding: 8px 0px;
  margin: 0;
      color: #fff;
    font-weight: 400;
    line-height: 24px;
        font-size: 13px; }

.accordeon_box .accordeon__item {
  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;
  color: #fff;
  padding: 0px 10px 10px 00px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer; }
  .accordeon_box .accordeon__item p {
    color: #fff;

    font-size: 16px;
    font-weight: 600; }
  .accordeon_box .accordeon__item span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .accordeon_box .accordeon__item span::after {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .accordeon_box .accordeon__item span::before {
    content: "";
    width: 2px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.accordeon__item.active + .accordeon_block {
  max-height: 1200px;
  -webkit-transition: all .9s ease;
  -o-transition: all .9s ease;
  transition: all .9s ease; }

.accordeon__item.active {
 }

.accordeon__item.active span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordeon__item.active span::after {
 }

.accordeon__item.active span::before {
 }

.footer {
  max-width: 1600px;
  margin: 0 auto;
  padding: 70px 0px;
  color: #828492; }

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

.footer__block {
  width: 25%;
  padding-left: 48px; }
  .footer__block h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 35px;
    padding-left: 10px;
    border-left: 5px solid #00B2FF; }
  .footer__block p {
    margin-bottom: 15px; }
  .footer__block p, .footer__block a {
    font-size: 11px; }

.footer__nav li a {
  color: #fff; }

.footer__nav li a:hover {
  color: #036D8A; }

.kom {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.kom img {
  width: 100%;
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
