

/* Start:/local/templates/main/css/aero-composit.css?17657972632125*/
.header_blue.background-img .title_media-box .title_media {
  white-space: nowrap;
  padding-bottom: 45px;
}

.lead-text {
  margin-bottom: 131px;
}

p {
  font-family: "Stem-Regular";
  font-weight: 400;
}

.pd-rl {
  padding: 0 155px;
}

.content {
  margin-bottom: 144px;
}
.content .page-title {
  margin-bottom: 36px;
}
.content_goal {
  margin-bottom: 86px;
}
.content_goal hr {
  margin-bottom: 42px;
}
.content_power {
  margin-bottom: 86px;
}
.content_power hr {
  margin-bottom: 40px;
}
.content_power .page-title {
  margin-bottom: 0;
}
.content_power h3 {
  font-family: "Stem-Medium";
  font-size: 32px;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 16px;
  margin-top: 53px;
}
.content_power img {
  width: 80%;
  margin-top: 11px;
}
.content_laboratory hr {
  margin-bottom: 40px;
}
.content_laboratory .page-title {
  margin-bottom: 38px;
}
.content_laboratory .mw-80 {
  max-width: 79%;
}

.contacts .contact-line {
  padding-top: 63px;
}
.contacts .contact-line hr {
  margin-top: 58px;
  margin-bottom: 11px;
}
.contacts .contact-line_box__name {
  width: 50%;
  min-width: 50%;
  margin-left: 0;
}
.contacts .contact-line_box__info {
  width: 50%;
  min-width: 50%;
}
.contacts .contact-line_box__info-item {
  letter-spacing: -0.006em;
}

@media (max-width: 1025px) {
  .header_blue.background-img .title_media-box .title_media {
    white-space: pre-wrap;
  }
  .pd-rl {
    padding: 0 24px;
  }
  .lead-text {
    margin: 60px 0;
    max-width: unset;
  }
  .content {
    margin-bottom: 80px;
  }
  .content .mw-80 {
    max-width: unset;
  }
  .content .page-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .content p {
    font-size: 16px;
  }
  .content_goal {
    margin-bottom: 40px;
  }
  .content_power {
    margin-bottom: 40px;
  }
  .content_power h3 {
    margin-top: 30px;
    font-size: 24px;
  }
  .content_power img {
    width: 100%;
  }
  .content_laboratory hr {
    margin-bottom: 40px;
  }
  .contacts .contact-line_box__name, .contacts .contact-line_box__info {
    width: 100%;
    min-width: initial;
  }
}

/*# sourceMappingURL=aero-composit.css.map */

/* End */


/* Start:/local/templates/main/css/content-slider.css?17657972633070*/
body .services-slider_wrapper {
  position: relative;
  margin-bottom: 142px;
}
body .services-slider_wrapper .arrow-prev,
body .services-slider_wrapper .arrow-next {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 38px);
  transform: translateY(-50%);
}
body .services-slider_wrapper .arrow-prev svg,
body .services-slider_wrapper .arrow-next svg {
  filter: drop-shadow(0px 0px 30px rgba(141, 51, 50, 0.1));
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
body .services-slider_wrapper .arrow-prev svg ellipse,
body .services-slider_wrapper .arrow-next svg ellipse {
  transition: fill 0.4s;
}
body .services-slider_wrapper .arrow-prev:hover svg ellipse,
body .services-slider_wrapper .arrow-next:hover svg ellipse {
  fill: rgb(207, 207, 207);
}
body .services-slider_wrapper .arrow-prev {
  left: -64px;
}
body .services-slider_wrapper .arrow-next {
  right: -64px;
}
body .services-slider_wrapper .slider-dots {
  width: 100%;
}
body .services-slider_wrapper .slider-dots .slick-dots {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0;
  max-width: none;
  margin-top: -5.5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
body .services-slider_wrapper .slider-dots .slick-dots li {
  max-width: 50%;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}
body .services-slider_wrapper .slider-dots .slick-dots li:before {
  content: none;
}
body .services-slider_wrapper .slider-dots .slick-dots li button {
  background: transparent;
  text-indent: -999999px;
  background-color: transparent;
  width: 100%;
  padding: 6px 0px;
  margin: 0;
  font-size: 0;
  cursor: pointer;
  margin-bottom: -8px;
}
body .services-slider_wrapper .slider-dots .slick-dots li button:focus, body .services-slider_wrapper .slider-dots .slick-dots li button:hover {
  outline: none;
}
body .services-slider_wrapper .slider-dots .slick-dots li button:before {
  content: "";
  background-color: transparent;
  width: 100%;
  height: 3px;
  margin: 0;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  display: block;
}
body .services-slider_wrapper .slider-dots .slick-dots .slick-active button:before {
  content: "";
  height: 3px;
  background-color: #002664;
}
body .services-slider {
  cursor: grab;
}
body .services-slider .slick-list .slick-track {
  display: flex;
}
body .services-slider_slide {
  margin-bottom: 31px;
}
body .services-slider_slide img {
  margin-bottom: 16px;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
body .services-slider_slide p {
  font-family: "Stem-Regular";
  font-size: 16px;
  line-height: 100%;
  color: #969696;
}
body .content_slider {
  margin: 64px 0px;
  max-width: 100%;
}

@media (max-width: 1025px) {
  body .services-slider_wrapper {
    position: relative;
    margin-bottom: 50px;
  }
  body .services-slider_wrapper .arrow-prev,
  body .services-slider_wrapper .arrow-next {
    display: none;
  }
  body .services-slider_wrapper .arrow-prev {
    left: 10px;
  }
  body .services-slider_wrapper .arrow-next {
    right: 10px;
  }
}

/*# sourceMappingURL=content-slider.css.map */

/* End */
/* /local/templates/main/css/aero-composit.css?17657972632125 */
/* /local/templates/main/css/content-slider.css?17657972633070 */
