.zs-contact-page {
  background: #ffffff;
}

.zs-contact-page .zs-site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

.zs-contact-page .zs-site-header.is-scrolled {
  position: fixed;
  z-index: 50;
}

.zs-products-breadcrumbs {
  position: relative;
  margin-top: -46px;
  padding: 0 0 20px;
  background: transparent;
  z-index: 2;
}

.zs-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.4;
}

.zs-breadcrumb__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 2px;
  flex: 0 0 auto;
}

.zs-breadcrumb__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.zs-breadcrumb a,
.zs-breadcrumb span {
  color: inherit;
}

.zs-breadcrumb a:hover {
  color: #ffffff;
}

.zs-breadcrumb span:last-child {
  color: #8ec4ff;
}

.zs-contact-page main {
  padding-top: 0;
}

.zs-contact-banner {
  position: relative;
  min-height: 540px;
  color: #ffffff;
  background: url("../img/modified-excipients.jpg") center center / cover no-repeat;
  overflow: hidden;
}

.zs-contact-banner__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 24, 44, 0.72) 0%, rgba(13, 24, 44, 0.44) 40%, rgba(13, 24, 44, 0.24) 100%),
    rgba(10, 18, 32, 0.16);
}

.zs-contact-banner .zs-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 540px;
  padding-top: 116px;
  box-sizing: border-box;
}

.zs-contact-banner__content {
  padding: 0;
}

.zs-contact-banner__content h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 60px);
  font-weight: 800;
  line-height: 1.08;
}

.zs-contact-banner__line {
  display: block;
  width: 58px;
  height: 4px;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.96);
}

.zs-contact-breadcrumbs {
  z-index: 3;
}

.zs-contact-panel {
  padding: 62px 0 88px;
  background: #ffffff;
}

.zs-contact-panel__layout {
  display: grid;
  grid-template-columns: 360px minmax(0, 820px);
  align-items: stretch;
  gap: 46px;
}

.zs-contact-panel__card {
  height: 100%;
  padding: 52px 28px 54px;
  background: #123f88;
  color: #ffffff;
  box-sizing: border-box;
}

.zs-contact-panel__card h2 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.zs-contact-panel__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.zs-contact-panel__list li + li {
  margin-top: 26px;
}

.zs-contact-panel__list li {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.zs-contact-panel__icon {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  color: #ffffff;
}

.zs-contact-panel__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.zs-contact-panel__list strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.zs-contact-panel__list a,
.zs-contact-panel__list span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.75;
  text-decoration: none;
}

.zs-contact-form {
  padding-top: 8px;
}

.zs-contact-form__heading {
  margin-bottom: 24px;
}

.zs-contact-form__heading h2 {
  margin: 0 0 10px;
  color: #2f2f2f;
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 800;
  line-height: 1.12;
}

.zs-contact-form__heading p {
  margin: 0;
  color: #7b7b7b;
  font-size: 14px;
  line-height: 1.8;
}

.zs-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin-bottom: 12px;
}

.zs-contact-form__field {
  display: block;
}

.zs-contact-form__field input,
.zs-contact-form__field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 0;
  background: #f3f3f3;
  color: #2f2f2f;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  outline: none;
}

.zs-contact-form__field input::placeholder,
.zs-contact-form__field textarea::placeholder {
  color: #8e8e8e;
}

.zs-contact-form__field textarea {
  min-height: 146px;
  resize: vertical;
}

.zs-contact-form__field--full + .zs-contact-form__field--full {
  margin-top: 12px;
}

.zs-contact-form__submit {
  min-width: 76px;
  margin-top: 24px;
  padding: 11px 26px;
  border: 0;
  border-radius: 6px;
  background: #184d98;
  color: #ffffff;
  box-shadow: none;
  transition: background-color 0.22s ease, box-shadow 0.22s ease;
}

.zs-contact-form__submit:hover {
  transform: none;
  background: #1f58ab;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(24, 77, 152, 0.18);
}

.zs-contact-map {
  background: #ffffff;
}

.zs-contact-map__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.zs-contact-map__frame {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: #e9e9e9;
}

.zs-contact-map__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.zs-products-list__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
}

.zs-products-list__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.zs-bosen-news {
  padding: 92px 0 110px;
  background: #f6f6f6;
}

.zs-bosen-news__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 34px;
  text-align: center;
}

.zs-bosen-news__heading h2 {
  margin: 0;
  color: #2f2f2f;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.zs-bosen-news__heading .zs-products-list__icon {
  color: #0b3e87;
}

.zs-bosen-news__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.zs-bosen-news__card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.zs-bosen-news__thumb {
  display: block;
  aspect-ratio: 1.12 / 1;
  overflow: hidden;
}

.zs-bosen-news__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.zs-bosen-news__card:hover,
.zs-bosen-news__card:focus-within {
  transform: translateY(-4px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.12);
}

.zs-bosen-news__meta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 18px 24px 0;
  color: #7a7a7a;
  font-size: 13px;
  line-height: 1.4;
}

.zs-bosen-news__meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}

.zs-bosen-news__meta-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.zs-bosen-news__card h3 {
  margin: 16px 24px 0;
  color: #2f2f2f;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.32;
  min-height: 92px;
}

.zs-bosen-news__card h3 a {
  color: inherit;
  text-decoration: none;
}

.zs-bosen-news__more {
  margin: auto 24px 26px;
  color: #0b3e87;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.zs-bosen-news__card:hover .zs-bosen-news__more,
.zs-bosen-news__card:focus-within .zs-bosen-news__more,
.zs-bosen-news__card h3 a:hover {
  color: #123f80;
}

@media (max-width: 1199px) {
  .zs-contact-banner,
  .zs-contact-banner .zs-container {
    min-height: 560px;
  }

  .zs-contact-banner .zs-container {
    padding-top: 116px;
  }

  .zs-contact-panel {
    padding: 48px 0 72px;
  }

  .zs-contact-panel__layout {
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 32px;
  }

  .zs-contact-map {
    padding-bottom: 72px;
  }

  .zs-contact-map__frame {
    height: 440px;
  }

  .zs-products-list__icon {
    width: 24px;
    height: 24px;
  }

  .zs-bosen-news {
    padding: 72px 0 84px;
  }

  .zs-bosen-news__heading {
    margin-bottom: 28px;
  }

  .zs-bosen-news__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .zs-breadcrumb {
    gap: 8px;
    font-size: 11px;
    flex-wrap: wrap;
  }

  .zs-breadcrumb__icon {
    width: 12px;
    height: 12px;
  }

  .zs-products-breadcrumbs {
    margin-top: -34px;
    padding-bottom: 14px;
  }

  .zs-contact-banner,
  .zs-contact-banner .zs-container {
    min-height: 420px;
  }

  .zs-contact-banner .zs-container {
    padding-top: 82px;
  }

  .zs-contact-banner__content h2 {
    font-size: 32px;
  }

  .zs-contact-banner__line {
    width: 44px;
  }

  .zs-contact-panel {
    padding: 34px 0 52px;
  }

  .zs-contact-panel__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .zs-contact-panel__card {
    padding: 28px 22px 30px;
  }

  .zs-contact-form {
    padding-top: 0;
  }

  .zs-contact-form__heading {
    margin-bottom: 18px;
  }

  .zs-contact-form__heading h2 {
    font-size: 28px;
  }

  .zs-contact-form__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .zs-contact-form__submit {
    margin-top: 18px;
  }

  .zs-contact-map {
    padding-bottom: 52px;
  }

  .zs-contact-map__frame {
    height: 360px;
  }

  .zs-bosen-news {
    padding: 52px 0 60px;
  }

  .zs-bosen-news__heading {
    margin-bottom: 22px;
  }

  .zs-bosen-news__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .zs-bosen-news__meta {
    padding: 16px 18px 0;
  }

  .zs-bosen-news__card h3 {
    min-height: 0;
    margin: 14px 18px 0;
    font-size: 20px;
  }

  .zs-bosen-news__more {
    margin: 18px 18px 22px;
  }
}
