*,
*::before,
*::after {
  box-sizing: border-box;
}

.duties {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #0d0d0d;
  background: #e8f3e9;
  -webkit-font-smoothing: antialiased;
}
.duties img {
  display: block;
  max-width: 100%;
}
.duties h2 {
  margin: 0;
}
.duties__wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.duties-head {
  display: flex;
  align-items: center;
  gap: 16px;
}
.duties-head__icon {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0d0d0d;
}
.duties-head__title {
  flex: 0 0 auto;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #0d0d0d;
  white-space: nowrap;
}
.duties-head__rule {
  flex: 1 1 auto;
  height: 8px;
  background: url("/img/default_img/about/dash-rule.png") left center/auto 8px repeat-x;
}

.duties-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.duty-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 30px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 12px 12px 72px rgba(0, 0, 0, 0.06);
  height: 100%;
}
.duty-card__img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.duty-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.duty-list__item {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.4;
  color: #0d0d0d;
  text-wrap: pretty;
}
.duty-list__item::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #017435;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .duties__wrap {
    padding: 32px 20px;
    gap: 28px;
  }
  .duties-head {
    gap: 12px;
  }
  .duties-head__icon {
    width: 52px;
    height: 52px;
  }
  .duties-head__icon svg {
    width: 36px;
    height: 36px;
  }
  .duties-head__title {
    font-size: 24px;
  }
  .duties-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .duty-card {
    padding: 20px;
    gap: 20px;
  }
  .duty-card__img {
    height: 220px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

.intro-page {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #0d0d0d;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  max-width: 1440px;
  margin: 0 auto;
}
.intro-page img {
  display: block;
  max-width: 100%;
}
.intro-page h2 {
  margin: 0;
}
.intro-page p {
  margin: 0;
}

.intro-row {
  display: flex;
  align-items: stretch;
}
.intro-row__visual {
  position: relative;
  flex: 0 0 580px;
  align-self: stretch;
  min-height: 605px;
  background: radial-gradient(336px 302px at 54% 50%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%), var(--bg) center/cover no-repeat;
}
.intro-row__photo {
  position: absolute;
  left: 100px;
  top: 78px;
  right: -20px;
  bottom: 77px;
  border-radius: 60px;
  background: var(--photo) center/cover no-repeat;
  box-shadow: 8px 8px 56px rgba(0, 0, 0, 0.06);
}
.intro-row__photo--cover {
  background-position: 34% 50%;
  background-size: 125% 100%;
}
.intro-row__content {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 60px 80px 60px 120px;
}
.intro-row__content--center {
  justify-content: center;
}
.intro-row__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.24;
  color: #0d0d0d;
  text-transform: uppercase;
}
.intro-row__text {
  font-size: 15px;
  line-height: 1.6;
  color: #0d0d0d;
  text-wrap: pretty;
}

.factbox {
  list-style: none;
  margin: 16px 0 0;
  padding: 24px 24px 24px 24px;
  position: relative;
  border-radius: 16px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.11);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.factbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: #017435;
}
.factbox__item {
  font-size: 15px;
  line-height: 1.4;
  color: #3e3e3f;
  text-wrap: pretty;
}
.factbox__item strong {
  font-weight: 700;
}

.fn-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.fn-head__logo {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.fn-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 8px;
}
.fn-gallery__img {
  width: 100%;
  height: 189px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

@media (max-width: 768px) {
  .intro-row {
    flex-direction: column;
  }
  .intro-row__visual {
    flex: 0 0 auto;
    width: 100%;
    min-height: 0;
    border-radius: 0 0 32px 32px;
    aspect-ratio: 4/3;
  }
  .intro-row__photo {
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    border-radius: 28px;
  }
  .intro-row__content {
    padding: 28px 20px 36px;
  }
  .intro-row__title {
    font-size: 24px;
  }
  .fn-head__logo {
    width: 60px;
    height: 60px;
  }
  .fn-gallery {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .fn-gallery__img {
    height: 200px;
  }
  .factbox {
    padding: 20px;
  }
}
.goals {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #0d0d0d;
  background: #e8f3e9;
  -webkit-font-smoothing: antialiased;
}
.goals h2 {
  margin: 0;
}
.goals__wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 80px;
}

.goals-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.goal-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 30px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 12px 12px 72px rgba(0, 0, 0, 0.06);
  height: 100%;
}
.goal-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.goal-card__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  color: #017435;
}
.goal-card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: #017435;
  text-wrap: pretty;
}

.goal-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.goal-list__item {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.4;
  color: #0d0d0d;
  text-wrap: pretty;
}
.goal-list__item::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0d0d0d;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .goals__wrap {
    padding: 36px 20px;
  }
  .goals-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .goal-card {
    padding: 22px;
    gap: 18px;
  }
  .goal-card__icon {
    width: 52px;
    height: 52px;
  }
  .goal-card__icon svg {
    width: 36px;
    height: 36px;
  }
  .goal-card__title {
    font-size: 20px;
  }
}
