h1,
.h1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 110%;
  color: #010912;
  text-align: left;
}
h2,
.h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  text-align: center;
  color: #000;
  padding: 0;
}
.top-block {
  font-family: Montserrat, 'Open Sans', sans-serif;
  display: flex;
  justify-content: space-between;
  gap: 36px 20px;
  padding-top: 100px;
  margin-bottom: 113px;
  align-items: center;
  padding-right: 7.5%;
}
.top-block .heading-wrap {
  max-width: 500px;
}
.top-block .heading-wrap h1,
.top-block .heading-wrap .h1 {
  margin-bottom: 24px;
}
.top-block .heading-wrap .sub-heading {
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  color: #010912;
}
.top-block .top-pic {
  min-width: 300px;
  max-width: calc(92.5% - 483px);
}
.block {
  font-family: Montserrat, 'Open Sans', sans-serif;
  margin-bottom: 150px;
}
.block h2,
.block .h2 {
  margin-bottom: 16px;
}
.block .sub-heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #000;
  max-width: 700px;
  margin: 0 auto 36px;
}
.steps-block .steps-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  counter-reset: step;
}
.steps-block .steps-wrap .steps-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
  counter-increment: step;
  aspect-ratio: 1 / 1;
  height: 100%;
  min-width: calc(25% - 12px);
  max-width: calc(25% - 12px);
  padding: 24px;
  border-radius: 20px;
  background: #01091208;
  min-height: 210px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #010912;
}
.steps-block .steps-wrap .steps-item::before {
  content: "Шаг " counter(step);
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
}
.percent-block .content-wrap {
  display: flex;
  justify-content: space-between;
  gap: 36px 20px;
  align-items: center;
  flex-wrap: wrap;
}
.percent-block .content-wrap .percent-wrap {
  font-weight: 800;
  font-size: 50px;
  line-height: 100%;
  color: #010912;
}
.percent-block .content-wrap .percent-wrap .value {
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  color: #00C0F3;
  margin-bottom: -10px;
}
.percent-block .content-wrap .percent-wrap .value .unit {
  font-size: 60px;
}
.percent-block .content-wrap .notes-wrap {
  display: flex;
  gap: 16px;
}
.percent-block .content-wrap .notes-wrap .notes-item {
  max-width: 268px;
}
.percent-block .content-wrap .notes-wrap .notes-item .heading {
  color: #00C0F3;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
}
.percent-block .content-wrap .notes-wrap .notes-item .text {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #000000;
}
.features-block .features-wrap {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.features-block .features-wrap .features-item {
  background: #009BE30F;
  border-radius: 20px;
  padding: 24px;
  min-width: calc(33.33% - 10.66px);
  max-width: calc(33.33% - 10.66px);
  min-height: 160px;
}
.features-block .features-wrap .features-item .heding {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
}
.features-block .features-wrap .features-item .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #010912;
}
.features-block .features-wrap .features-item.with-pic {
  min-width: calc(66.66% - 5.32px);
  max-width: calc(66.66% - 5.32px);
  background: url(../../images/partner/chart-man-pic.svg) no-repeat right 40px bottom #009BE30F;
}
.consenta-block .content-wrap {
  display: flex;
  gap: 40px 20px;
  justify-content: space-between;
  align-items: flex-start;
}
.consenta-block .content-wrap .steps-wrap {
  counter-reset: step;
}
.consenta-block .content-wrap .steps-wrap .steps-item {
  counter-increment: step;
  margin-bottom: 36px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.consenta-block .content-wrap .steps-wrap .steps-item:last-child {
  margin-bottom: 0;
}
.consenta-block .content-wrap .steps-wrap .steps-item::before {
  content: counter(step);
  font-weight: 500;
  font-size: 80px;
  line-height: 100%;
  text-align: center;
  color: #00C0F3;
}
.consenta-block .content-wrap .steps-wrap .steps-item .step-content {
  color: #000000;
}
.consenta-block .content-wrap .steps-wrap .steps-item .step-content .heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  margin-bottom: 12px;
}
.consenta-block .content-wrap .steps-wrap .steps-item .step-content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.consenta-block .content-wrap .consenta-screen {
  box-shadow: 0px 1.79px 3.91px 0px #00000007, 0px 8.47px 15.29px 0px #0000000B, 0px 22px 48px 0px #00000012;
  border: solid 1px #ADB1B526;
  border-radius: 20px;
  max-width: 528px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.request-block .sub-heading {
  max-width: 660px;
}
.request-block .registerFormIframe {
  max-width: 500px;
  width: 100%;
  height: 435px;
  border: none;
  margin: 0 auto;
  display: block;
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .steps-block .steps-wrap .steps-item {
    min-width: calc(50% - 8px);
    max-width: calc(50% - 8px);
    min-height: 150px;
    aspect-ratio: unset;
  }
  .features-block .features-wrap .features-item {
    min-width: calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
  .features-block .features-wrap .features-item.with-pic {
    min-width: 100%;
    max-width: 100%;
  }
  .consenta-block .content-wrap {
    flex-direction: column;
  }
  .consenta-block .content-wrap .steps-wrap .steps-item {
    align-items: flex-start;
  }
  .consenta-block .content-wrap .steps-wrap .steps-item::before {
    font-size: 48px;
    margin-top: -4px;
  }
  .consenta-block .content-wrap .steps-wrap .steps-item .step-content .heading {
    font-size: 22px;
  }
  .consenta-block .content-wrap .steps-wrap .steps-item .step-content .text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 32px;
  }
  h2,
  .h2 {
    font-size: 26px;
    text-align: left;
  }
  .block {
    margin-bottom: 96px;
    padding: 0 1px;
  }
  .block h2,
  .block .h2 {
    margin-bottom: 20px;
  }
  .block .sub-heading {
    text-align: left;
  }
  .top-block {
    padding: 76px 1px 0;
    flex-wrap: wrap;
    margin-bottom: 96px;
  }
  .top-block .heading-wrap .sub-heading {
    line-height: 110%;
  }
  .top-block .top-pic {
    min-width: 288px;
  }
  .features-block .features-wrap .features-item {
    min-height: 150px;
  }
  .features-block .features-wrap .features-item.with-pic {
    min-height: 326px;
    background-position: bottom center;
    background-size: calc(65% - 48px) auto;
  }
}
@media (max-width: 560px) {
  .steps-block .steps-wrap .steps-item {
    padding: 20px;
    min-width: 100%;
    max-width: 100%;
    font-size: 15px;
  }
  .percent-block .content-wrap .percent-wrap {
    font-size: 32px;
  }
  .percent-block .content-wrap .percent-wrap .value {
    font-size: 60px;
  }
  .percent-block .content-wrap .percent-wrap .value .unit {
    font-size: 40px;
  }
  .percent-block .content-wrap .notes-wrap {
    flex-wrap: wrap;
  }
  .percent-block .content-wrap .notes-wrap .notes-item {
    max-width: 100%;
  }
  .features-block .features-wrap .features-item {
    min-width: 100%;
    max-width: 100%;
  }
  .features-block .features-wrap .features-item.with-pic {
    background-size: calc(100% - 48px) auto;
  }
  .request-block {
    margin: 0 -14px;
  }
  .request-block h2,
  .request-block .h2,
  .request-block .sub-heading {
    padding-left: 14px;
    padding-right: 14px;
  }
  .request-block .registerFormIframe {
    max-width: 370px;
    height: 390px;
  }
}
