@charset "UTF-8";
.emlid-player {
  position: relative;
  min-height: 100svh;
  color: #fff;
  background: url("https://web-emlid.s3.eu-central-1.amazonaws.com/banners/youtube-banner/Realese-Block.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.emlid-player__cover {
  position: relative;
  z-index: 5;
  display: grid;
  place-items: center;
  align-items: start;
  width: 100%;
  text-decoration: none;
  isolation: isolate;
  gap: 32px;
  padding-top: 52px;
}
.emlid-player__cover .emlid-player__title {
  text-align: center;
  background: linear-gradient(91deg, rgba(250, 250, 250, 0.65) 8%, #FAFAFA 49.81%, rgba(250, 250, 250, 0.65) 91.62%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 80px;
}
.emlid-player__cover .emlid-player__cta {
  color: #FAFAFA;
  font-feature-settings: "ss01" on, "ss02" on, "ss03" on;
  font-family: Geist;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 110%; /* 19.8px */
  letter-spacing: -0.18px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: flex;
  align-items: center;
  gap: 8px;
}
.emlid-player__cover .emlid-player__cta:hover {
  opacity: 0.8;
}
.emlid-player__iframe {
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: calc(100svh - 58px);
  min-height: calc(100svh - 58px);
}
.emlid-player__iframe[hidden] {
  display: none !important;
}
.emlid-player__iframe iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.emlid-player__overlay {
  position: absolute;
  top: 0px !important;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  background: #151515;
  backdrop-filter: blur(8px);
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.emlid-player__overlay[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
}
.emlid-player__overlay[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.emlid-player__overlay .overlay-inner {
  padding: clamp(12px, 2.2vw, 20px);
}
.emlid-player__overlay .overlay-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: clamp(12px, 2.2vw, 20px);
  width: 90%;
}
.emlid-player__overlay .overlay-header .overlay-title {
  margin: 0;
  font-feature-settings: "ss01" on, "ss02" on, "ss03" on;
  font-family: Geist;
}
.emlid-player__overlay .overlay-header .close-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #111;
  color: #fff;
  border-radius: 10px;
  padding: 0.6rem 0.9rem;
  font-feature-settings: "ss01" on, "ss02" on, "ss03" on;
  font-family: Geist;
  font-size: 14px;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
}
.emlid-player__overlay .overlay-header .close-btn:hover {
  background: #161616;
  border-color: rgba(255, 255, 255, 0.4);
}
.emlid-player__overlay .overlay-header .close-btn:active {
  transform: translateY(1px);
}
.emlid-player__overlay .overlay-header .close-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.emlid-player__overlay .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 2vw, 16px);
  width: 90%;
}
.emlid-player__overlay .card {
  cursor: pointer;
  overflow: hidden;
  background: #121212;
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
  border-radius: 10px;
}
.emlid-player__overlay .card:hover {
  border-color: #121212;
  background: #151515;
}
.emlid-player__overlay .card:active {
  transform: translateY(0);
}
.emlid-player__overlay .card .thumb {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.emlid-player__overlay .card .meta {
  padding: 10px 12px;
}
.emlid-player__overlay .card .meta .title {
  margin: 0 0 4px;
  font-family: Geist;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.emlid-player__overlay .card .meta .hint {
  font-family: Geist;
  font-size: 12px;
  color: #FAFAFA;
  opacity: 0.8;
}

main {
  position: relative;
  z-index: 2;
}
main::before, main::after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #E7E7E7;
  pointer-events: none;
  z-index: -1;
}
main::before {
  left: calc(50% - 80rem / 2 - 1px / 2 + 16px);
}
main::after {
  left: calc(50% + 80rem / 2 - 1px / 2 - 16px);
}

main hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #E7E7E7;
}

/* начальное состояние */
.main__teaser {
  position: sticky;
  z-index: 3;
  background-color: #fafafa;
  border-bottom: 1px solid #E7E7E7;
  padding-top: 106px;
}
.main__teaser .teaser__title {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 110px;
  padding: 0 15px;
}
.main__teaser span {
  font-feature-settings: "ss01" on, "ss02" on, "ss03" on;
  font-family: Geist;
  font-size: 63px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -2.205px;
  width: 849px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.hero {
  position: relative;
  --hero-stripe-width: 1px;
  --hero-stripe-height: 1000px;
  --hero-stripe-left: 50%;
  --hero-stripe-top: 0%;
}
.hero .container {
  padding-block: 64px;
}
.hero .hero__links {
  margin-top: 54px;
  display: flex;
  gap: 88px;
}

.software {
  --mid-rail-top: 22px;
  --mid-rail-height: 22px;
  --mid-rail-top: -280%;
  --mid-rail-height: 400%;
}
.software .slider_context__text {
  position: relative;
}
.software .softwate_title {
  margin-bottom: 2rem;
}
.software .time-line {
  position: relative;
  width: 100%;
  height: 3px;
  margin-bottom: 36px;
  background: #e7e7e7;
  overflow: hidden;
  pointer-events: none;
  display: none;
}
.software .time-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #151515;
  transform-origin: left;
  transform: scaleX(0);
}
.software .active-text .time-line {
  display: block;
}
.software .active-text .time-line::before {
  animation: fill 10s linear forwards;
}
@keyframes fill {
  to {
    transform: scaleX(1);
  }
}
.software .slider_context__text {
  padding: 40px 40px 40px 15px;
  opacity: 0.4;
  cursor: pointer;
  position: relative;
}
.software .active-text {
  opacity: 1;
}
.software .active-photo {
  display: block !important;
}
.software .software__slider__text {
  margin-bottom: 24px;
}
.receivers .container {
  padding-top: 0px;
}
.receivers .receivers__rs3 {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.receivers .receivers__rs3 picture, .receivers .receivers__rs3 img {
  height: auto;
  display: block;
}
.receivers .receivers__rs3-text {
  position: absolute;
  top: 15%;
  left: 55px;
  max-width: 36%;
}
.receivers .receivers__rs3-text h4 {
  margin-bottom: 16px;
}
.receivers .receivers__rs3-text p {
  margin-bottom: 32px;
}
.receivers .receivers__rs3-buttons, .receivers .receivers__rx-buttons, .receivers .receivers__rs2-buttons {
  margin-top: 84px;
}
.receivers .receivers__rx-rs2plus {
  display: flex;
  gap: 16px;
}
.receivers .receivers__rx,
.receivers .receivers__rs2plus {
  position: relative;
  flex: 1;
}
.receivers .receivers__rx-text, .receivers .receivers__rs2plus-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-85%, -50%);
}
.receivers .receivers__rx-content, .receivers .receivers__rs2plus-content {
  margin-bottom: 32px;
}
.features .features_gis__title {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.features .features_gis__title span {
  max-width: 54%;
}
.features .features_drone-img img, .features .features__gis-img img {
  width: 100%;
  height: 624px;
  -o-object-fit: cover;
     object-fit: cover;
}
.features .features__topographic-img video, .features .features__scanning-img video {
  width: 100%;
  height: 624px;
  -o-object-fit: cover;
     object-fit: cover;
}
.features .features_topographic h2 {
  max-width: 54%;
}
.features .features_drone h2 {
  max-width: 50%;
}
.features .features_drone, .features .features_topographic, .features .features_gis {
  margin-bottom: 144px;
}
.features .features_drone-text {
  padding: 32px 19px 40px 55px;
}
.features .features__scanning__title, .features .features__scanning__title--2 {
  margin-bottom: 24px;
}
.features .features_drone__buttons {
  margin-top: 48px;
}
.features .features_drone-text_list-1, .features .features_drone-text_list-2 {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  max-width: 400px;
}
.features .features_drone-text_list-1 li, .features .features_drone-text_list-2 li {
  border-bottom: solid 1px #E7E7E7;
  padding: 10px 0 10px 10px;
  margin-bottom: 12px;
}
.features .features_drone-text_list-1 li img, .features .features_drone-text_list-2 li img {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.features .features_drone-text_list-2 {
  margin-bottom: 24px;
}
.features .features__text {
  max-width: 90%;
  margin-bottom: 24px;
}
.features .features_drone-text_parthers-img {
  margin-top: 23px;
  margin-bottom: 71px;
}
.features .features_topographic .support_os {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  margin-bottom: 38px;
  font-size: 12px;
}
.features .features_topographic .support_os span img {
  width: 14px;
  height: 14px;
}
.features .features_topographic .support_os span {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid black;
  border-radius: 100px;
  padding: 5px 10px 5px 8px;
}
.features .features_topographic .features__lables {
  color: #A1A1A1;
  display: block;
  max-width: 350px;
  font-size: 12px;
  font-weight: 450;
  line-height: 205%;
}
.features .features_topographic .btn__inner {
  margin-top: 125px;
}
.features .features_topographic .features_drone__buttons {
  margin-top: 122px;
}
.features .features_gis .support_os {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  margin-bottom: 38px;
}
.features .features_gis .support_os span img {
  width: 14px;
  height: 14px;
}
.features .features_gis .support_os span {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid black;
  border-radius: 100px;
  padding: 5px 10px 5px 8px;
}
.features .features_gis .features_gis__apps {
  margin-top: 128px;
}
.features .features_gis .features_gis__apps .features_gis__list ul {
  margin-bottom: 0;
}
.features .features_gis .features_gis__apps .features_gis__list li {
  padding: 0;
  list-style: none;
}
.features .features_gis .features_gis__apps .features_gis__list li img {
  width: 20px;
  margin-right: 10px;
}
.features .features_gis .features_gis__apps .features_gis__list li:not(:last-child) {
  margin-bottom: 16px;
}
.features .features_gis .features_gis__apps .features_gis__list {
  padding: 0;
}
.features .features_gis .features_gis__apps .features_gis__list__inner {
  display: flex;
  align-items: center;
  gap: 48px;
}
.features .features_scanning .features__scanning__text {
  margin-bottom: 64px;
}
.features .features_scanning .features__text {
  margin-bottom: 64px;
}
.features .features_scanning h2 {
  max-width: 54%;
}
.features .features_scanning .features__scanning__text--2 {
  margin-bottom: 164px;
}

.stories .stories__titles {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
}
.stories .slick-dots {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin-top: 32px;
  padding: 0;
}
.stories .slick-dots button {
  display: block;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  background-color: rgba(21, 21, 21, 0.2);
  text-indent: -9999px;
  padding: 0;
}
.stories .slick-dots li.slick-active button {
  background-color: #4E18FF;
}
.stories .slider__arrows_next {
  display: block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="16" viewBox="0 0 23 16" fill="none"><path d="M23 8.17031V7.81531V6.33031L16.67 0.000305176L15.255 1.41531L20.835 6.99531H0V8.99531H20.835L15.255 14.5703L16.67 15.9853L23 9.6553V8.17031Z" fill="%234E18FF"/></svg>');
  background-repeat: no-repeat;
  width: 23px;
  height: 15.985px;
}
.stories .slider__arrows_next:hover {
  opacity: 0.6;
}
.stories .slider__arrows_prev {
  display: block;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="16" viewBox="0 0 23 16" fill="none"><path d="M23 8.17031V7.81531V6.33031L16.67 0.000305176L15.255 1.41531L20.835 6.99531H0V8.99531H20.835L15.255 14.5703L16.67 15.9853L23 9.6553V8.17031Z" fill="%234E18FF"/></svg>');
  width: 23px;
  height: 15.985px;
  transform: scaleX(-1);
}
.stories .slider__arrows_prev:hover {
  opacity: 0.6;
}
.stories .slider__arrows--inactive {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="16" viewBox="0 0 23 16" fill="none"><path d="M23 8.17031V7.81531V6.33031L16.67 0.000305176L15.255 1.41531L20.835 6.99531H0V8.99531H20.835L15.255 14.5703L16.67 15.9853L23 9.6553V8.17031Z" fill="%23CCCCCC"/></svg>');
}
.stories .slider__arrows--inactive:hover {
  opacity: 1;
}
.stories .slick-dots li {
  padding: 0 3px;
}
.stories .slider__arrows {
  display: flex;
  gap: 24px;
  margin-bottom: 10px;
}
.stories .slick-slide {
  margin: 0 8px;
}
.stories .slick-list {
  margin: 0 -8px;
}
.stories .stories__slider--content {
  margin-top: 24px;
}
.stories .stories__slider--link img {
  width: 16px;
  margin-right: 6px;
}
.stories .stories__slider--link {
  display: flex;
  align-items: center;
}
.stories .stories__slider--card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.stories .stories__slider--image {
  flex-shrink: 0;
}
.stories .stories__slider--content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 12px;
}
.stories .stories__slider--link {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
}
.stories .stories__slider--link img {
  width: 16px;
}
.stories .slick-slide {
  height: auto;
  display: flex;
}
.stories .slick-track {
  display: flex;
}
.emlid-team .emlid-team__inner {
  display: flex;
  gap: 16px;
}
.emlid-team .emlid-team__become-part, .emlid-team .emlid-team__support {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.emlid-team .emlid-team__become-part img, .emlid-team .emlid-team__support img {
  margin-bottom: 2rem;
}
.emlid-team .emlid-team-content__inner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.emlid-team .emlid-team__title {
  max-width: 340px;
}
.emlid-team .emlid-team__text {
  max-width: 483px;
  margin-bottom: 44px;
}
.emlid-team .emlid-team__links {
  align-self: end;
}
.emlid-team .emlid-team__links a {
  margin-right: 27px;
}

.order .order__items {
  margin-top: 80px;
  margin-bottom: 60px;
  display: flex;
  gap: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
  justify-content: space-between;
}
.order .order__items:hover {
  cursor: grab;
}
.order .order__items:active {
  cursor: grabbing;
}
.order .order__titles {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 32px;
}
.order .order__titles h2 {
  margin-bottom: 0;
}
.order .slider__arrows {
  display: flex;
  gap: 24px;
}
.order .order-slider__arrows_next {
  display: block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="16" viewBox="0 0 23 16" fill="none"><path d="M23 8.17031V7.81531V6.33031L16.67 0.000305176L15.255 1.41531L20.835 6.99531H0V8.99531H20.835L15.255 14.5703L16.67 15.9853L23 9.6553V8.17031Z" fill="%234E18FF"/></svg>');
  background-repeat: no-repeat;
  width: 23px;
  height: 15.985px;
}
.order .order-slider__arrows_next:hover {
  opacity: 0.6;
}
.order .order-slider__arrows_prev {
  display: block;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="16" viewBox="0 0 23 16" fill="none"><path d="M23 8.17031V7.81531V6.33031L16.67 0.000305176L15.255 1.41531L20.835 6.99531H0V8.99531H20.835L15.255 14.5703L16.67 15.9853L23 9.6553V8.17031Z" fill="%234E18FF"/></svg>');
  width: 23px;
  height: 15.985px;
  transform: scaleX(-1);
}
.order .order-slider__arrows_prev:hover {
  opacity: 0.6;
}
.order .order__item {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.order .order__items {
  scroll-snap-type: x proximity;
}
.order .order__item {
  scroll-snap-align: start;
}
.order .order-item__spec img {
  margin-right: 10px;
}
.order .item_muted {
  color: #9E9E9E;
}
.order .order_item__img {
  margin: 0px auto 64px auto;
}
.order .order-item__title, .order .order_item__price, .order .order-item__buy-links {
  padding-left: 0px;
}
.order .order_item__price {
  margin-top: 48px;
  margin-bottom: 48px;
}
.order .order__item ul {
  padding: 0;
  margin: 0;
  padding-left: 0px;
  list-style: none;
}
.order .order__item ul li {
  border-bottom: 1px solid #E7E7E7;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 12px;
  max-width: 85%;
}
.order .order__item ul img {
  width: 18px;
  height: 18px;
}

.faq .container {
  padding-top: 0px;
}
.faq__title {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 48px;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.faq__item {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
}
.faq__item > .faq__summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0;
}
.faq__item > .faq__summary::-webkit-details-marker {
  display: none;
}
.faq__item > .faq__summary .faq__question {
  margin: 0;
  font-weight: 600;
}
.faq__item > .faq__summary .faq__icon {
  width: 14px;
  height: 9px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="9" viewBox="0 0 14 9" fill="none"><path d="M2.42969 0.5L0.929688 2L7 8.07031L13.0703 2L11.5703 0.5L7 5.07031L2.42969 0.5Z" fill="%23151515"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  position: relative;
  transition: transform 0.3s;
}
.faq__item .faq__answer {
  margin-top: 24px;
  max-width: 75%;
}
.faq__item .faq__answer p:not(:last-child) {
  margin-bottom: 16px;
}
.faq__item .faq__answer .faq__sublist {
  margin: 12px 0 16px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq__item .faq__answer .faq__sublist .faq__subitem {
  list-style: disc;
}
.faq__item[open] > .faq__summary .faq__icon {
  transform: rotate(180deg);
}
@keyframes faqFade {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.faq__item[open] .faq__answer {
  animation: faqFade 0.25s ease-out;
}

.active-lang__es .receivers__rs3-text {
  max-width: 40%;
}

.active-lang__de .receivers__rs3-text {
  max-width: 40%;
}

.active-lang__fr .receivers__rs3-text {
  max-width: 40%;
}

@media screen and (max-width: 1200px) {
  .emlid-player {
    min-height: 100svh;
  }
  .receivers .container {
    padding-top: 88px;
  }
}

@media screen and (max-width: 991px) {
  .emlid-player {
    min-height: 58svh;
  }
  .emlid-player__cover {
    padding-top: 40px;
    gap: 24px;
  }
  .emlid-player__cover .emlid-player__title {
    padding: 0 32px;
  }
  .emlid-player__overlay {
    height: 100svh;
    margin-bottom: 40px;
  }
  .emlid-player__overlay .overlay-inner {
    overflow-y: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .emlid-player__overlay .overlay-inner::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .emlid-player__overlay .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .main__teaser {
    padding-top: 60px;
  }
  .main__teaser .teaser__title {
    margin-bottom: 53px;
  }
  .main__teaser span {
    font-feature-settings: "ss01" on, "ss02" on, "ss03" on;
    font-family: Geist;
    font-size: 38px;
    font-style: normal;
    font-variation-settings: "wght" 530;
    line-height: 105%;
    letter-spacing: -1.14px;
    max-width: 60%;
    margin-bottom: 32px;
  }
  .receivers .receivers__rs3 picture, .receivers .receivers__rs3 img {
    min-height: 100%;
  }
  .receivers .receivers__rs3-text {
    top: 45px;
    left: 32px;
  }
  .receivers .receivers__rs3-buttons, .receivers .receivers__rx-buttons, .receivers .receivers__rs2-buttons {
    margin-top: 64px;
  }
  .receivers .receivers__rx-text, .receivers .receivers__rs2plus-text {
    margin-top: 16px;
    position: initial;
    transform: none;
  }
  .receivers .receivers__rx-content, .receivers .receivers__rs2plus-content {
    margin-bottom: 16px;
  }
  .features .container {
    padding-top: 0px;
  }
  .features .features_gis__title span {
    max-width: 58%;
  }
  .features .features_drone-img img, .features .features__gis-img img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .features .features__topographic-img video, .features .features__scanning-img video {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .features .features_topographic h2 {
    max-width: 100%;
  }
  .features .features_drone, .features .features_topographic, .features .features_gis {
    margin-bottom: 96px;
  }
  .features .features_drone-text {
    padding: 32px 0px 40px 15px;
  }
  .features .features__scanning__title, .features .features__scanning__title--2 {
    margin-bottom: 20px;
  }
  .features .features_drone__buttons {
    position: initial;
    margin-top: 32px;
  }
  .features .features_drone-text_list {
    display: flex;
    gap: 16px;
  }
  .features .features_drone-text_list-2 {
    margin-bottom: 32px;
  }
  .features .features__text {
    margin-bottom: 32px;
    max-width: 77%;
  }
  .features .features_topographic .support_os {
    margin-bottom: 32px;
  }
  .features .features_topographic .features__lables {
    margin-bottom: 32px;
  }
  .features .features_topographic .features_drone__buttons {
    margin-top: 32px;
  }
  .features .features_gis .support_os {
    margin-bottom: 32px;
  }
  .features .features_gis .features_gis__apps {
    margin-top: 48px;
  }
  .features .features_scanning .features__text {
    margin-bottom: 32px;
  }
  .features .features_scanning .features__scanning__text--2 {
    margin-top: 18px;
    margin-bottom: 48px;
    max-width: 400px;
  }
  .stories .stories__titles {
    margin-bottom: 24px;
    align-items: center;
  }
  .stories .stories__titles h2 {
    margin-bottom: 0;
  }
  .emlid-team .container {
    padding-top: 0px;
  }
  #contacts {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .emlid-player {
    background: url("https://web-emlid.s3.eu-central-1.amazonaws.com/banners/youtube-banner/Realese-Block_Mobile.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 600px;
  }
  .emlid-player__cover {
    gap: 24px;
    padding-top: 80px;
  }
  .emlid-player__cover .emlid-player__title {
    padding: 0 15px;
  }
  .emlid-player__overlay .overlay-header {
    width: 100%;
  }
  .emlid-player__overlay .grid {
    width: 90%;
  }
  .main__teaser {
    padding-top: 122px;
  }
  .main__teaser .teaser__title {
    margin-bottom: 110px;
  }
  .receivers .receivers__rs3 img, .receivers .receivers__rx img, .receivers .receivers__rs2plus img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 220px !important;
  }
  .receivers .receivers__rs3-text {
    position: initial;
    max-width: 100%;
    margin-top: 24px;
  }
  .receivers .receivers__rx-rs2plus {
    display: block;
  }
  .receivers .receivers__rx {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .features .features_gis__title {
    display: block;
  }
  .features .features_gis__title picture {
    display: block;
  }
  .features .features_drone h2 {
    max-width: 100%;
  }
  .features .features_drone-text {
    padding: 32px 0px 40px 15px;
  }
  .features .features__scanning__title, .features .features__scanning__title--2 {
    margin-bottom: 20px;
  }
  .features .features_drone-text_list {
    display: block;
  }
  .features .features__text {
    margin-bottom: 32px;
    max-width: 100%;
  }
  .features .features_gis .support_os span {
    border: none;
  }
  .features .features_scanning .features__text {
    margin-bottom: 32px;
  }
  .features .features_scanning h2 {
    max-width: 100%;
  }
  .stories .slider__arrows {
    display: none;
  }
  .emlid-team .emlid-team__inner {
    display: block;
  }
  .emlid-team .emlid-team__support {
    margin-top: 64px;
  }
  .active-lang__es .order-item__buy-links .btn__learn-more, .active-lang__fr .order-item__buy-links .btn__learn-more {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 575px) {
  .emlid-player {
    background: url("https://web-emlid.s3.eu-central-1.amazonaws.com/main-page-new/Realese+Banner+Mobile.webp");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 575px;
  }
  .emlid-player__overlay .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .main__teaser span {
    max-width: 100%;
  }
  .features .features_topographic .support_os {
    display: block;
  }
  .features .features_topographic .support_os span {
    border: none;
  }
}

@media screen and (max-width: 1333px) {
  .emlid-player__cover {
    padding-top: 40px;
  }
}

@media screen and (max-width: 386px) {
  .emlid-player__cover {
    padding-top: 80px;
    gap: 9px;
  }
}

@media (max-width: 991px) {
  .hero .container {
    padding-block: 48px 60px;
  }
  .hero .hero__text {
    margin-top: 16px;
  }
  .hero .hero__links {
    margin-top: 32px;
  }
  .software .time-line {
    margin-bottom: 24px;
  }
}

@media (max-width: 768px) {
  .hero .hero__img-wrapper {
    display: none;
  }
  .hero .hero__links {
    gap: 42px;
  }
  .order .order__items {
    margin-top: 48px;
    margin-bottom: 100px;
    overflow-x: hidden;
  }
  .order .order__item {
    flex-basis: 260px;
  }
}

@media (min-width: 768px) {
  .hero .hero__img-mobile {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .software .software__slider--content {
    overflow: hidden;
    z-index: 3;
  }
  .software .software__slider--content > .row {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    transition: transform 0.35s ease;
    will-change: transform;
  }
  .software .slider_context__text {
    flex: 0 0 70% !important;
    width: 70% !important;
    max-width: 70% !important;
    margin-right: 10%;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .receivers {
    margin-top: 100px;
  }
}

@media screen and (max-width: 852px) {
  .receivers .receivers__rs3-buttons, .receivers .receivers__rx-buttons, .receivers .receivers__rs2-buttons {
    margin-top: 32px;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 991px) {
  .receivers .receivers__rs2plus-content {
    max-width: 88%;
  }
  .features h4, .features .h4 {
    max-width: 72%;
  }
  .active-lang__es .receivers__rs2-buttons > a, .active-lang__es .receivers__rx-buttons > a {
    margin-bottom: 8px;
  }
  .active-lang__de .receivers__rs2-buttons > a, .active-lang__de .receivers__rx-buttons > a {
    margin-bottom: 8px;
  }
  .active-lang__fr .receivers__rs2-buttons > a, .active-lang__fr .receivers__rx-buttons > a {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 576px) {
  .features .features_drone-text_list {
    display: grid;
    gap: 0px;
  }
  .features .features__text {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .faq__item > .faq__summary {
    gap: 20px;
  }
}/*# sourceMappingURL=main.css.map */
