/* Static overrides for the exported Aerodozor copy */
.sb-header-default__burger {
  display: none !important;
}

.sb-header-default__menu {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  position: static !important;
  pointer-events: auto !important;
  display: flex !important;
}

.sb-header-default__wrapper {
  gap: 24px;
}

.sb-header-default__link-wrapper {
  display: flex !important;
  gap: 16px;
  flex-wrap: wrap;
}

.s-slider-type-7__list {
  display: flex !important;
  transform: translate3d(0, 0, 0);
  transition: transform 0.42s ease;
  will-change: transform;
}

.s-slider-type-7__list-wrapper {
  overflow: hidden !important;
}

.s-slider-type-7__slide {
  pointer-events: auto;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.s-slider-type-7__arrow.is-disabled {
  pointer-events: none;
}

.s-slider-type-7__arrow.is-disabled .button-arrow {
  opacity: 0.42;
}

.sb-dots {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.sb-dots__dots-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.sb-dots__item {
  display: flex;
}

.sb-dots__button {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.14);
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.sb-dots__button:hover {
  background: rgba(17, 17, 17, 0.28);
}

.sb-dots__item.is-active .sb-dots__button {
  background: rgba(17, 17, 17, 0.52);
  transform: scale(1.05);
}

.s-video-type-2__file-cover {
  transition: opacity 0.25s ease;
}

.s-video-type-2__file-container.is-playing .s-video-type-2__file-cover {
  opacity: 0;
  pointer-events: none;
}

.s-video-type-2__frame {
  background: #000;
}

.s-contacts-type-2__map-data {
  width: 100%;
  min-height: inherit;
  border-radius: 24px;
  overflow: hidden;
  background: #eef6fb;
  box-shadow: 0 18px 40px rgba(18, 46, 71, 0.12);
}

.s-contacts-type-2__map-data iframe,
.s-contacts-type-2__map-data > div {
  width: 100%;
  height: 100%;
}

.aerodozor-faq .s-text-type-4__description {
  max-width: 860px;
}

.aerodozor-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.aerodozor-faq__item {
  height: 100%;
  padding: 28px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(18, 46, 71, 0.08);
}

.aerodozor-faq__question {
  margin-bottom: 14px;
  font-family: 'Russo One', sans-serif;
  font-size: 22px;
  line-height: 1.15;
  color: #122e47;
}

.aerodozor-faq__answer {
  color: rgba(18, 46, 71, 0.82);
}

@media screen and (max-width: 959px) {
  .sb-header-default__wrapper {
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
  }

  .sb-header-default__menu {
    width: 100%;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 !important;
  }

  .s-main-type-11__container {
    justify-content: flex-start !important;
    min-height: auto !important;
    padding-top: 24px !important;
    padding-bottom: 40px !important;
  }

  .s-main-type-11__row {
    padding-top: 32px !important;
    padding-bottom: 0 !important;
  }

  .s-main-type-11__buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px !important;
  }

  .s-main-type-11__button {
    width: 100%;
    text-align: center;
  }

  .s-slider-type-7__arrows {
    display: none !important;
  }

  .s-contacts-type-2__map-data {
    min-height: 320px;
  }

  .aerodozor-faq__grid {
    grid-template-columns: 1fr;
  }

  .sb-dots {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sb-header-default__wrapper {
    align-items: center !important;
    flex-direction: row !important;
    justify-content: space-between !important;
  }

  .sb-header-default__menu {
    display: none !important;
  }

  .sb-header-default__button_tablet-visible {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 14px 18px;
  }

  .sb-logotype-wrapper {
    max-width: 120px;
  }

  .s-main-type-11,
  .s-main-type-11.sb-block_fullscreen {
    min-height: auto !important;
  }

  .s-main-type-11__row {
    padding-top: 52px !important;
  }

  .s-main-type-11 h1,
  .s-main-type-11 h2,
  .s-main-type-11 h3 {
    font-size: 31px !important;
    line-height: 1.08 !important;
  }

  .aerodozor-faq__item {
    padding: 22px;
  }

  .aerodozor-faq__question {
    font-size: 20px;
  }
}
