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

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  min-height: 100%;
}

body {
  color: #181818;
  font-family: "Open Sans", sans-serif;
  background: #ffffff;
}

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

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.page {
  flex: 1 1 auto;
}

.article {
  padding: 0 0 100px;
}

.article__advertisement {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #acacac;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
}
.header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 52px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(120, 161, 116, 0.15);
  /* height: 53px; */
}
.logo img{
  max-width: 170px;
  width: 100%;
}
.article__meta {
  margin-bottom: 8px;
  color: #666666;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
}

.article__title {
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 112.5%;
  letter-spacing: 0;
}

.article__title-accent {
  color: #4e46df;
}

.article__lead {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.article__figure {
  margin-bottom: 24px;
}

.article__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.article__caption {
  margin-top: 25px;
  color: #171515;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 162.5%;
}

.article__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.article__text {
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.article__text-accent {
  font-weight: 700;
}

.article__text--quote-spacing {
  margin-bottom: 16px;
}

.article__text--before-quote {
  margin-bottom: 15px;
}

.article__highlight {
  margin-bottom: 17px;
  color: #00B388;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.article__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-bottom: 28px;
  padding: 10px 20px;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 144%;
  text-align: center;
  background: #4E46DF;
}

.article__section {
  margin-bottom: 26px;
}

.article__section-title {
  margin-bottom: 21px;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
}

.article__quote-title {
  margin-bottom: 17px;
  color: #5749f5;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 108.33%;
}

.article__quote {
  padding: 16px 11px;
  border-left: 5px solid #4e46df;
  border-radius: 4px;
  color: #171515;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 130%;
  background: rgba(78, 70, 223, 0.1);
}

.article__quote-author {
  display: block;
  margin-top: 20px;
  color: #00b388;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.article__question {
  margin-bottom: 16px;
  color: #00b990;
  font-size: 28px;
  font-weight: 700;
  line-height: 135%;
}

.article__years {
  display: flex;
  flex-wrap: wrap;
  column-gap: 9px;
  row-gap: 8px;
}

.article__year {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-height: 54px;
  padding: 8px 17.5px;
  border-radius: 8px;
  color: #171515;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  background: rgba(78, 70, 223, 0.1);
  cursor: pointer;
}

.article__year:hover,
.article__year:focus-visible {
  color: #ffffff;
  background: #5749f5;
  outline: none;
}



.article__signs-title {
  margin-bottom: 18px;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 130%;
}

.article__signs-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  gap: 8px;
}

.article__sign {
  display: flex;
  align-items: flex-start;
  column-gap: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.article__sign::before {
  content: "";
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background: url("../img/check.svg") center / 24px 24px no-repeat;
}

.article__subheading {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  color: #171515;
}

.article__inline-link {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 16px;
  color: #4E46DF;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 130%;
}

.article__inline-link:hover,
.article__inline-link:focus-visible {
  text-decoration: underline;
  outline: none;
}

.article__quote--compact {
  margin-bottom: 22px;
}

.article__figure--secondary {
  margin-bottom: 26px;
}

.article__figure--secondary .article__image {
  max-height: 515px;
  object-fit: cover;
}

.article__numbered-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 26px;
  padding-left: 28px;
  row-gap: 8px;
  counter-reset: benefits;
}

.article__caption--details {
  margin-top: 16px;
  font-size: 20px;
  font-style: normal;
  line-height: 130%;
}

.article__caption-title {
  display: block;
  font-weight: 600;
}

.article__numbered-list--caption {
  margin-bottom: 0;
  padding-left: 28px;
  row-gap: 0;
}

.article__caption-conclusion {
  display: block;
}

.article__numbered-item {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  counter-increment: benefits;
}

.article__numbered-item::before {
  content: counter(benefits) ".";
  position: absolute;
  top: 0;
  left: -28px;
  font-weight: 700;
}

.article__section-title--spaced {
  margin-bottom: 20px;
}

.article__map {
  display: block;
  width: 560px;
  max-height: 357px;
  margin: 0 auto 14px;
  object-fit: contain;
}

.article__caption--map {
  margin: 0 0 20px;
  text-align: center;
}

.article__offer {
  padding: 24px 16px;
  border-radius: 4px;
  text-align: center;
  background: rgba(78, 70, 223, 0.08);
}

.article__offer-title {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.article__offer-text {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.article__button--offer {
  margin-bottom: 0;
  min-height: 58px;
  font-size: 16px;
}

.article__button--no-margin {
  margin-bottom: 0;
}

.article__bullet-list {
  display: flex;
  flex-direction: column;
  padding-left: 24px;

}

.article__bullet-item {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.article__bullet-item::before {
  content: "•";
  position: absolute;
  top: 0;
  left: -18px;
  color: #171515;
  font-weight: 700;
}

.article__bullet-lead {
  font-weight: 600;
}

.article__final-card {
  padding: 24px 16px;
  border-radius: 4px;
  background: rgba(78, 70, 223, 0.08);
}

.article__final-card-title {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
}

.article__bullet-list--card {
  margin-bottom: 24px;
}

.article__button--final {
  margin: 0;
  min-height: 58px;
  font-size: 16px;
}

.footer {
  padding: 24px 0;
  color: #171515;
  background: #f5f5f5;
}

.footer__title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  color: #556065;
}

.footer__contacts {
  margin-bottom: 16px;
}

.footer__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #171515;
  font-family: Arial, sans-serif;
}

.footer__warning-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  color: #556065;
}

.footer__disclaimer {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.footer__links {
  display: flex;
  justify-content: center;
  column-gap: 24px;
  margin-bottom: 14px;
}

.footer__link {
  color: #4E46DF;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.footer__copyright {
  color: #ACACAC;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
  font-family: Arial, sans-serif;
}

.legal {
  padding: 52px 0 100px;
}

.legal__back {
  display: inline-flex;
  margin-bottom: 32px;
  color: #4E46DF;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}

.legal__back:hover,
.legal__back:focus-visible,
.legal__link:hover,
.legal__link:focus-visible {
  text-decoration: underline;
  outline: none;
}

.legal__title {
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 700;
  line-height: 112.5%;
}

.legal__section {
  margin-bottom: 28px;
}

.legal__section:last-child {
  margin-bottom: 0;
}

.legal__subtitle {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.legal__text {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.legal__text:last-child {
  margin-bottom: 0;
}

.legal__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  padding-left: 24px;
  row-gap: 6px;
}

.legal__item {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.legal__item::before {
  content: "•";
  position: absolute;
  top: 0;
  left: -18px;
  font-weight: 700;
}

.legal__link {
  color: #4E46DF;
}

@media (max-width: 767px) {
  .article__advertisement {
    margin-bottom: 42px;
  }

  .article__title {
    font-size: 28px;
    line-height: 120%;
  }

  .article__lead {
    font-size: 18px;
    line-height: 140%;
  }

  .article__caption {
    font-size: 14px;
  }

  .article__text {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 28px;
  }

  .article__highlight {
    font-size: 24px;
    line-height: 134%;
  }

  .article__button {
    font-size: 16px;
    padding: 10px 10px;
  }

  .article__section-title {
    font-size: 24px;
  }
  .article__quote {
    font-size: 18px;
    line-height: 145%;
  }
  .article__question {
    font-size: 24px;
  }
  .article__year {
    font-size: 24px;
    min-height: 49px;
  }
  .article__signs-title {
    font-size: 22px;
  }
  .article__sign {
    font-size: 18px;
    line-height: 122%;
  }
  .article__signs-list {
    margin-bottom: 22px;
  }
  .article__subheading {
    font-size: 24px;
  }
  .article__caption-title {
    font-size: 18px;
  }
  .article__map {
    width: 100%;
    max-height: 297px;
    margin: 0 auto 24px;
  }
  .article__offer-title {
    font-size: 24px;
  }
  .article__offer-text {
    font-size: 18px;
  }
  .article__bullet-item {
    font-size: 18px;
  }
  .article__final-card-title {
    font-size: 24px;
  }

  .legal {
    padding: 32px 0 64px;
  }

  .legal__back {
    margin-bottom: 24px;
  }

  .legal__title {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .legal__subtitle {
    font-size: 22px;
  }

  .legal__text,
  .legal__item {
    font-size: 16px;
  }
}
