/* ===== Про нас ===== */

#information-about-us {
  padding: 0;
  overflow: hidden;
  background: #f3f3f0;
}

#information-about-us .breadcrumb {
  margin: 20px 0 0;
}

#information-about-us section {
  font-family: var(--main-font);
}

/* ---------- Hero ---------- */

.au-hero {
  position: relative;
  background: #f3f3f0;
  padding: 40px 0 60px;
  overflow: hidden;
}

.au-hero__mark {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 1;
  width: clamp(240px, 46vw, 1175px);
  height: auto;
  will-change: transform;
}

.au-hero__inner {
  position: relative;
  z-index: 2;
}

.au-hero__text {
  max-width: 620px;
}

.au-hero__image {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 0;
  width: clamp(320px, 45vw, 945px);
  z-index: 1;
}

.au-hero__image img {
  display: block;
  width: 100%;
  height: auto;
}

.au-hero__label {
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
}

.au-hero__label i {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #b8ff45;
  flex: none;
}

.au-hero__heading {
  margin: 0 0 18px;
}

.au-hero__title {
  display: block;
  font-weight: 700;
  font-size: clamp(40px, 6vw, 128px);
  line-height: 1;
  text-transform: uppercase;
  color: #000;
}

.au-hero__subtitle {
  display: block;
  font-weight: 400;
  font-size: clamp(22px, 3vw, 64px);
  line-height: 1;
  text-transform: uppercase;
  color: #000;
}

.au-hero__subtitle b,
.au-hero__subtitle strong {
  font-weight: 700;
}

.au-hero__subtitle i,
.au-hero__subtitle em {
  font-style: italic;
  font-weight: 700;
}

.au-hero__description {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  max-width: clamp(320px, 46vw, 526px);
}

.au-hero__description p strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}

.au-hero__button {
  display: inline-block;
  padding: 17px 77px;
  background: #0f0f0f;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.au-hero__button:hover,
.au-hero__button:focus {
  opacity: 0.85;
  color: #fff;
  text-decoration: none;
}

/* ---------- Stats ---------- */

.au-stats {
  background: #111;
  padding: 58px 0 63px;
}

.au-stats__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.au-stats__label {
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.au-stats__label i {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #b8ff45;
  flex: none;
}

.au-stats__title {
  font-weight: 600;
  font-size: clamp(20px, 2.4vw, 32px);
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
  max-width: 333px;
}

.au-stats__counters {
  margin-inline: auto;
  display: flex;
  gap: clamp(24px, 5vw, 100px);
  flex-wrap: wrap;
}

.au-counter {
  text-align: center;
}

.au-counter__number {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: clamp(36px, 4vw, 64px);
  line-height: 1.2;
  color: #b8ff45;
}

.au-counter__text {
  max-width: 214px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}

/* ---------- What matters ---------- */

.au-values {
  background: #f3f3f0;
  padding: 104px 0 64px;
}

.au-values__top {
  margin-bottom: 63px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(24px, 5vw, 48px);
}

.au-values__heading {
  margin: 0;
  max-width: 450px;
  font-weight: 600;
  font-size: clamp(32px, 4.2vw, 64px);
  line-height: 1.1;
  text-transform: uppercase;
  color: #000;
}

.au-values__heading i,
.au-values__heading em {
  font-style: italic;
}

.au-values__description {
  max-width: 526px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  margin: 6px 0 0;
}

.au-values__logo {
  margin-left: auto;
  display: block;
  height: auto;
  width: 207px;
}

.au-values__cards {
  margin-bottom: 83px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}

.au-card {
  padding: 30px 40px 50px;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

.au-card__number {
  margin-bottom: 26px;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  color: #000;
}

.au-card__title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000;
}

.au-card__description {
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}

.au-values__footer-title {
  margin: 0 0 17px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
}

.au-values__footer-text {
  color: #433e3e;
  font-size: 14px;
  line-height: 1.4;
}

/* ---------- Responsive ---------- */

@media (min-width: 768px) {
  .au-hero__inner {
    min-height: 420px;
  }
}

@media (max-width: 991.98px) {
  .au-values__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .au-hero {
    padding: 24px 0 40px;
  }

  .au-hero__text {
    max-width: none;
  }

  .au-hero__image {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 44px;
  }

  .au-stats__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .au-stats__counters {
    gap: 32px;
    width: 100%;
    justify-content: center;
  }

  .au-values {
    padding: 40px 0 10px;
  }

  .au-values__logo {
    margin-left: 0;
  }

  .au-values__cards {
    margin-bottom: 50px;
    grid-template-columns: 1fr;
  }

  .au-card {
    padding: 30px;
  }
}
