.home-section__wrap {
  display: grid;
  grid-template-columns: 1fr 650px;
  grid-gap: 20px;
  align-items: center;
}
@media (max-width: 1200px) {
  .home-section__wrap {
    grid-template-columns: 1fr 500px;
  }
}
@media (max-width: 990px) {
  .home-section__wrap {
    display: block;
  }
}
.home-section__info {
  display: flex;
  flex-direction: column;
}
@media (max-width: 990px) {
  .home-section__info {
    margin-bottom: 20px;
  }
}
.home-section__title {
  font-size: 56px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 120%;
}
@media (max-width: 990px) {
  .home-section__title {
    font-size: 40px;
  }
}
.home-section__title span {
  color: #003580;
}
.home-section__text {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 20px;
}
.home-section__btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
  max-width: 510px;
  width: 100%;
  box-sizing: border-box;
}
.home-section__btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #003580;
  border-radius: 6px;
  transition: 0.3s;
  padding: 10px;
  height: 56px;
  font-size: 17px;
  font-weight: 700;
  appearance: none;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 990px) {
  .home-section__btn button {
    height: 50px;
  }
}
.home-section__btn button:first-child {
  background: #003580;
  color: #fff;
}
.home-section__btn button:first-child:hover {
  box-shadow: 0 0 15px 0 rgba(124, 114, 231, 0.8);
}
.home-section__btn button:last-child {
  color: #000;
  background: transparent;
}
.home-section__btn button:last-child:hover {
  color: #fff;
  background: #003580;
}

.mySwiper {
  width: 650px;
  overflow: hidden;
  height: 420px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .mySwiper {
    height: 400px;
    width: 500px;
  }
}
@media (max-width: 990px) {
  .mySwiper {
    width: 100%;
    max-width: 100%;
    height: 300px;
    box-sizing: border-box;
  }
}
.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mySwiper .swiper-pagination-bullet-active {
  background: #003580;
}

.about__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  align-items: center;
}
@media (max-width: 990px) {
  .about__wrap {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.about__img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
}
@media (max-width: 990px) {
  .about__img {
    grid-row-start: 2;
  }
}
.about__text p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}
.about__text h1, .about__text h2, .about__text h3, .about__text h4, .about__text h5 {
  font-size: 56px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 990px) {
  .about__text h1, .about__text h2, .about__text h3, .about__text h4, .about__text h5 {
    font-size: 40px;
  }
}
.about__text span {
  color: #003580;
}
.about__text strong {
  color: #003580;
}
.about__text em {
  font-style: normal;
  color: #003580;
}

.drone__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 45px;
}
@media (max-width: 990px) {
  .drone__wrap {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
}
.drone__item {
  padding: 15px;
  border-radius: 6px;
  transition: 0.3s;
  border: 1px solid #003580;
}
.drone__item:hover .drone__img {
  transform: scale(1.1);
}
.drone__item:hover .drone__name {
  color: #003580;
}
.drone__item:hover .drone__name span {
  color: #000;
}
.drone__item:hover .drone__icon {
  background: transparent;
  border-color: #003580;
}
.drone__item:hover .drone__icon svg path {
  stroke: #003580;
}
.drone__img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
  transition: 0.3s;
}
.drone__name {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  transition: 0.3s;
}
.drone__name span {
  font-weight: 400;
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
.drone__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.drone__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  background: #003580;
  padding: 10px;
  border: 1px solid transparent;
}

.contact__wrap {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
}
@media (max-width: 990px) {
  .contact__wrap {
    grid-template-columns: 1fr;
  }
}
.contact__item {
  margin-left: 11px;
  margin-right: 11px;
  position: relative;
  overflow: hidden;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding-bottom: 50px;
}
.contact__item:before {
  width: 100%;
  height: 8px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #003580;
  box-shadow: 0 0 15px 0 rgba(248, 134, 3, 0.8);
  border-radius: 4px 2px 0 0;
}
.contact__img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #003580;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 25px auto;
}
.contact__title {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.contact__link {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  display: block;
  color: #000;
}

/*# sourceMappingURL=home-style.css.map */
