[class*="__container"] {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: #173126;
  background: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 160%;
}
a {
  color: inherit;
}
.advertorial {
  overflow: hidden;
}
.section-title {
  margin: 0;
  color: #0c583a;
  font-size: 28px;
  line-height: 120%;
  font-weight: 700;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 26px;
  border: 2px solid #0c583a;
  border-radius: 30px;
  color: #fff;
  background: #0c583a;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 200ms ease,
    border-color 200ms ease,
    transform 200ms ease;
}
.button:hover {
  border-color: #083b28;
  background: #083b28;
  transform: translateY(-2px);
}
.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list__item {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 28px;
  font-size: 16px;
  line-height: 155%;
}
.check-list__item::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #0c583a;
  font-weight: 700;
}
.hero {
  padding: 70px 0;
  background: #f4f8f6;
}
.hero__inner {
  display: flex;
  align-items: center;
  gap: 54px;
}
.hero__media,
.hero__content {
  flex: 1 1 48%;
  min-width: 0;
}
.hero__placeholder,
.capital__placeholder,
.planning__placeholder,
.uses__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 24px;
  font-size: 22px;
  line-height: 120%;
  font-weight: 700;
}
.hero__placeholder {
  height: 520px;
  color: #0c583a;
  background: #d9ebe2;
}
.hero__title {
  margin: 0 0 22px;
  color: #0c583a;
  font-size: 32px;
  line-height: 112%;
  font-weight: 800;
}
.hero__lead {
  margin: 0 0 20px;
  color: #244d3b;
  font-size: 20px;
  line-height: 145%;
  font-weight: 700;
}
.hero__text {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 165%;
}
.hero__button {
  margin: 12px 0 0;
}
.capital {
  padding: 80px 0;
}
.capital__inner {
  display: flex;
  align-items: center;
  gap: 56px;
}
.capital__content,
.capital__media {
  flex: 1 1 48%;
  min-width: 0;
}
.capital__title {
  margin: 0 0 24px;
}
.capital__text {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 165%;
}
.capital__list {
  margin: 0 0 22px;
}
.capital__placeholder {
  height: 480px;
  color: #fff;
  background: #0c583a;
}
.capital__button {
  margin: 8px 0 0;
}
.benefits {
  padding: 80px 0;
  background: #f4f8f6;
}
.benefits__title {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}
.benefits__list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.benefits__card {
  flex: 1 1 30%;
  min-width: 280px;
  padding: 28px;
  border: 1px solid #b7d6c7;
  border-radius: 20px;
  color: #fff;
  background: #0c583a;
}
.benefits__card-title {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 125%;
  font-weight: 700;
}
.benefits__card-text {
  margin: 0;
  font-size: 16px;
  line-height: 160%;
}
.benefits__action,
.steps__action,
.faq__action {
  display: flex;
  justify-content: center;
  margin: 34px 0 0;
}
.planning {
  padding: 80px 0;
}
.planning__inner {
  display: flex;
  align-items: center;
  gap: 56px;
}
.planning__media,
.planning__content {
  flex: 1 1 48%;
  min-width: 0;
}
.planning__placeholder {
  height: 500px;
  color: #0c583a;
  background: #d9ebe2;
}
.planning__title {
  margin: 0 0 22px;
}
.planning__text {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 165%;
}
.planning__subtitle {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
}
.planning__list {
  margin: 0 0 24px;
}
.age {
  padding: 76px 0;
  color: #fff;
  background: #083b28;
}
.age__head {
  max-width: 820px;
  margin: 0 auto 32px;
  text-align: center;
}
.age__title {
  color: #fff;
}
.age__text {
  margin: 14px 0 0;
  font-size: 18px;
  line-height: 150%;
}
.age__options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.age__option {
  flex: 1 1 30%;
  min-width: 240px;
  max-width: 340px;
  padding: 16px 20px;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #0c583a;
  background: #fff;
  font-size: 17px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 200ms ease,
    color 200ms ease,
    transform 200ms ease;
}
.age__option:hover {
  color: #fff;
  background: #0c583a;
  transform: translateY(-2px);
}
.uses {
  padding: 80px 0;
}
.uses__inner {
  display: flex;
  align-items: flex-start;
  gap: 56px;
}
.uses__content {
  flex: 1 1 58%;
  min-width: 0;
}
.uses__media {
  flex: 1 1 38%;
  min-width: 0;
}
.uses__title {
  margin: 0 0 20px;
}
.uses__intro {
  margin: 0 0 26px;
  font-size: 17px;
  line-height: 165%;
}
.uses__items {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.uses__item {
  padding: 18px 20px;
  border-left: 4px solid #0c583a;
  background: #f4f8f6;
}
.uses__item-title {
  margin: 0 0 8px;
  color: #0c583a;
  font-size: 20px;
  line-height: 130%;
  font-weight: 700;
}
.uses__item-text {
  margin: 0;
  font-size: 16px;
  line-height: 160%;
}
.uses__button {
  margin: 28px 0 0;
}
.uses__placeholder {
  height: 580px;
  color: #fff;
  background: #0c583a;
}
.steps {
  padding: 80px 0;
  background: #f4f8f6;
}
.steps__title {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}
.steps__list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.steps__card {
  position: relative;
  flex: 1 1 30%;
  min-width: 280px;
  padding: 30px 26px 26px;
  border: 2px solid #0c583a;
  border-radius: 20px;
  background: #fff;
}
.steps__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  color: #fff;
  background: #0c583a;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
}
.steps__card-title {
  margin: 0 0 12px;
  color: #0c583a;
  font-size: 21px;
  line-height: 130%;
  font-weight: 700;
}
.steps__card-text {
  margin: 0;
  font-size: 16px;
  line-height: 160%;
}
.faq {
  padding: 80px 0;
}
.faq__title {
  margin: 0 0 34px;
  text-align: center;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}
.faq__item {
  overflow: hidden;
  border: 2px solid #0c583a;
  border-radius: 16px;
  background: #fff;
}
.faq__question {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 18px 20px;
  border: 0;
  color: #173126;
  background: #fff;
  font-family: inherit;
  font-size: 18px;
  line-height: 135%;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
.faq__icon {
  display: flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: #0c583a;
  font-size: 22px;
  line-height: 100%;
  transition: transform 350ms ease;
}
.faq__answer {
  overflow: hidden;
  max-height: 0;
  padding: 0 20px 0 68px;
  opacity: 0;
  transition:
    max-height 450ms ease,
    opacity 300ms ease,
    padding-bottom 450ms ease;
}
.faq__answer-text {
  margin: 0;
  font-size: 16px;
  line-height: 160%;
}
.faq__item--open .faq__answer {
  padding-bottom: 20px;
  opacity: 1;
}
.faq__item--open .faq__icon {
  transform: rotate(45deg);
}
@media (max-width: 980px) {
  .hero__inner,
  .capital__inner,
  .planning__inner,
  .uses__inner {
    gap: 34px;
  }
  .hero__title {
    font-size: 40px;
  }
  .section-title {
    font-size: 32px;
  }
  .hero__placeholder,
  .capital__placeholder,
  .planning__placeholder {
    height: 420px;
  }
  .uses__placeholder {
    height: 520px;
  }
}
@media (max-width: 768px) {
  .hero,
  .capital,
  .benefits,
  .planning,
  .age,
  .uses,
  .steps,
  .faq {
    padding: 56px 0;
  }
  .hero__inner,
  .capital__inner,
  .planning__inner,
  .uses__inner {
    flex-direction: column;
  }
  .capital__content,
  .uses__content {
    order: 1;
  }
  .capital__media,
  .uses__media {
    order: 2;
  }
  .hero__media,
  .hero__content,
  .capital__content,
  .capital__media,
  .planning__media,
  .planning__content,
  .uses__content,
  .uses__media {
    width: 100%;
  }
  .hero__title {
    font-size: 34px;
  }
  .section-title {
    font-size: 29px;
  }
  .hero__lead {
    font-size: 20px;
  }
  .benefits__card,
  .steps__card,
  .age__option {
    flex: 1 1 100%;
    max-width: none;
  }
  .hero__placeholder,
  .capital__placeholder,
  .planning__placeholder,
  .uses__placeholder {
    height: 360px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 15px;
  }
  .hero__title {
    font-size: 30px;
  }
  .section-title {
    font-size: 27px;
  }
  .button {
    width: 100%;
    padding: 14px 18px;
  }
  .hero__placeholder,
  .capital__placeholder,
  .planning__placeholder,
  .uses__placeholder {
    height: auto;
  }
  .benefits__card,
  .steps__card {
    min-width: 0;
    padding: 22px;
  }
  .age__option {
    min-width: 0;
    width: 100%;
  }
  .faq__question {
    padding: 16px;
    font-size: 16px;
  }
 .faq__answer {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.header {
  border-bottom: 1px solid #d9ebe2;
  background-color: #ffffff;
}
.header__inner {
  display: flex;
  align-items: center;
  min-height: 82px;
}
.header__side,
.header__center {
  flex: 1 1 0;
  min-width: 0;
}
.header__side {
  display: flex;
  align-items: center;
}
.header__side--left {
  justify-content: flex-start;
}
.header__side--right {
  justify-content: flex-end;
}
.header__center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.header__logo {
  display: inline-flex;
  align-items: center;
  max-width: 160px;
  text-decoration: none;
}
.header__logo-img {
  display: block;
  width: 100%;
  max-width: 80px;
  height: auto;
}
.header__label {
  color: #0c583a;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer {
  padding: 48px 0 30px;
  color: #ffffff;
  background-color: #0c583a;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.footer__disclaimer {
  margin: 0;
  font-size: 14px;
  line-height: 165%;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer__contact {
  margin: 0;
  font-size: 15px;
  line-height: 150%;
}
.footer__link {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer__link:hover {
  text-decoration: none;
}
.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 14px;
  line-height: 140%;
}
.footer__separator {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .header__inner {
    min-height: 68px;
  }
  .header__logo,
  .header__logo-img {
    max-width: 125px;
  }
  .header__label {
    font-size: 16px;
  }
  .footer {
    padding: 40px 0 26px;
  }
  .footer__content {
    gap: 22px;
  }
}
@media (max-width: 480px) {
  .header__logo,
  .header__logo-img {
    max-width: 95px;
  }
  .header__label {
    font-size: 14px;
    letter-spacing: 0;
  }
  .footer__disclaimer {
    font-size: 13px;
  }
  .footer__bottom {
    gap: 6px;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__separator {
    display: none;
  }
}
