/*
 * Static page Hero — v1.3.9
 * /our-customers/, /partners/, /articles/, /scientific-activity/
 *
 * Структура унифицирована с Hero услуг: хлебные крошки, H1, текстовый анонс
 * слева и контактная форма справа. Фон заполняет секцию через cover.
 */
.ehs-static-page-hero {
  width: 100%;
}

.ehs-static-page-hero__header {
  width: 100%;
  min-height: clamp(500px, 42vw, 650px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.ehs-static-page-hero__header > .container,
.ehs-static-page-hero__grid {
  width: 100%;
}

.ehs-static-page-hero__breadcrumbs {
  overflow: hidden;
  margin-bottom: 20px;
}

.ehs-static-page-hero__breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.4;
  color: #d7d9dd;
}

.ehs-static-page-hero__breadcrumbs-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0;
}

.ehs-static-page-hero__breadcrumbs-link,
.ehs-static-page-hero__breadcrumbs-current,
.ehs-static-page-hero__breadcrumbs-sep {
  color: #d7d9dd;
}

.ehs-static-page-hero__breadcrumbs-link {
  transition: color 200ms ease;
}

.ehs-static-page-hero__breadcrumbs-link:hover,
.ehs-static-page-hero__breadcrumbs-link:focus-visible {
  color: #fff;
}

.ehs-static-page-hero__breadcrumbs-current {
  font-weight: 600;
}

.ehs-static-page-hero__anonce {
  max-width: 620px;
}

.ehs-static-page-hero__anonce > :last-child {
  margin-bottom: 0;
}

.ehs-static-page-hero__form {
  width: 100%;
}

/* Планшеты */
@media (max-width: 1023px) {
  .ehs-static-page-hero__header {
    min-height: clamp(480px, 62vw, 620px);
  }
}

/* На мобильных форма переносится под заголовок и анонс. */
@media (max-width: 767px) {
  .ehs-static-page-hero__header {
    min-height: 0;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .ehs-static-page-hero__breadcrumbs-list {
    font-size: 13px;
  }

  .ehs-static-page-hero__form-wrap {
    margin-top: 30px;
  }

  .ehs-static-page-hero__form {
    max-width: 100%;
  }
}
