.achievements {
  position: relative;
  height: 1907px;
  padding: 0;
  overflow: hidden;
}

.achievements .layout-container--medium {
  position: relative;
  width: 100%;
  max-width: none;
  height: 100%;
}

.achievements .content-title {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 533px;
  margin: 0;
  transform: translateX(-50%);
  color: var(--color-text);
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3px;
}

.achievement-grid {
  position: absolute;
  top: 167px;
  left: 50%;
  display: grid;
  width: 1184px;
  height: 1640px;
  grid-template-columns: repeat(2, 477px);
  grid-template-rows: repeat(2, 725px);
  gap: 30px;
  padding: 80px 100px;
  transform: translateX(-50%);
  border-radius: 0;
  background: var(--color-main-pale);
}

.achievement-grid article {
  width: 477px;
  height: 725px;
  padding: 0 53px 23px;
  border: 5.723px solid var(--color-main);
  border-radius: 38.151px;
  background: #fff;
  box-shadow: none;
}

.achievement-grid h3 {
  display: grid;
  width: calc(100% + 68px);
  height: 70px;
  margin: 0 0 39px -34px;
  place-items: center;
  color: #fff;
  background: url("../img/achievement-title-band.svg") center / 100% 100% no-repeat;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.2px;
  text-align: center;
  white-space: nowrap;
}

.achievement-grid article:nth-child(n + 3) h3 {
  font-size: 30px;
  letter-spacing: 1.8px;
}

.achievement-grid img {
  display: block;
  width: 366px;
  height: 557px;
  max-width: none;
  max-height: none;
  margin-left: -6px;
  object-fit: fill;
}

.achievement-grid article:nth-child(2) h3,
.achievement-grid article:nth-child(3) h3,
.achievement-grid article:nth-child(4) h3 {
  margin-bottom: 33px;
}

.achievement-grid article:nth-child(2) img {
  width: 368px;
  height: 585px;
}

.achievement-grid article:nth-child(3) img {
  width: 374px;
  height: 585px;
}

.achievement-grid article:nth-child(4) img {
  width: 376px;
  height: 585px;
}

.income {
  position: relative;
  height: 889px;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.income .layout-container--medium {
  position: relative;
  width: 100%;
  max-width: none;
  height: 100%;
}

.income .content-title {
  position: absolute;
  top: 92px;
  left: 50%;
  width: 620px;
  margin: 0;
  transform: translateX(-50%);
  color: var(--color-text);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2px;
  text-align: center;
  white-space: nowrap;
}

.income .content-tag {
  position: absolute;
  top: 173px;
  left: 50%;
  display: grid;
  width: 179px;
  height: 47px;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
  place-items: center;
  color: var(--color-text);
  background: #fff;
  border: 0.941px solid var(--color-text);
  border-radius: 0;
  font-size: 28.219px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.693px;
}

.income-grid {
  position: absolute;
  top: 261px;
  left: 50%;
  display: grid;
  width: 1128px;
  grid-template-columns: repeat(3, 348px);
  gap: 42px;
  transform: translateX(-50%);
}

.income__note {
  position: absolute;
  top: 764px;
  left: 50%;
  width: 1128px;
  margin: 0;
  transform: translateX(-50%);
  font-size: 16.931px;
  font-weight: 500;
  line-height: 1.6;
  white-space: nowrap;
}

.course-note {
  margin-top: 24px;
  font-size: 11px;
  line-height: 1.7;
}

@media (max-width: 899px) {
  .income {
    height: 1540.5px;
    padding: 0;
  }

  .income .layout-container--medium {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .income .content-title {
    top: 50px;
    width: 280px;
    font-size: 25px;
    letter-spacing: 1px;
  }

  .income .content-tag {
    top: 90.5px;
    width: 89.5px;
    height: 23.5px;
    border-width: 0.471px;
    font-size: 14.11px;
    letter-spacing: 0.846px;
  }

  .income-grid {
    top: 134px;
    width: 310px;
    grid-template-columns: 310px;
    gap: 20px;
  }

  .income__note {
    top: 1466.5px;
    width: 296px;
    font-size: 8px;
    line-height: 1.6;
    white-space: normal;
  }
}

.courses {
  position: relative;
  height: 1650px;
  padding: 0;
  overflow: hidden;
  background: var(--color-main-pale);
}

.courses .layout-container--medium {
  position: relative;
  width: 100%;
  max-width: none;
  height: 100%;
}

.courses .content-title {
  position: absolute;
  top: 99px;
  left: 50%;
  width: 578px;
  margin: 0;
  transform: translateX(-50%);
  color: var(--color-text);
  font-size: 50px;
  line-height: 1.2;
  white-space: nowrap;
}

.course-grid {
  position: absolute;
  top: 199px;
  left: 50%;
  width: 1062px;
  height: 729px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  transform: translateX(-50%);
}

.course-note {
  position: absolute;
  top: 947px;
  left: 50%;
  width: 876px;
  max-width: none;
  margin: 0;
  transform: translateX(-50%);
  font-size: 15.05px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.roadmap {
  position: absolute;
  top: 1055px;
  left: 50%;
  width: 828px;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
  border: 0;
  border-radius: 0;
}

.roadmap > h3 {
  width: 508px;
  margin: 0 auto 38px;
  padding: 6px 0 7px;
  border-top: 2.822px solid var(--color-main);
  border-bottom: 2.822px solid var(--color-main);
  color: var(--color-main);
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.7;
  text-align: center;
}

.roadmap__diagram {
  display: block;
  width: 100%;
  height: auto;
}

.roadmap__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 294px;
  gap: 0;
}

.roadmap__steps article {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 24px 20px 18px;
  color: #fff;
  background: #f6be8c;
}

.roadmap__steps article:nth-child(2) {
  background: #f5a052;
}

.roadmap__steps article:nth-child(3) {
  background: #f57d12;
}

.roadmap__steps article:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: -22px;
  width: 22px;
  height: 100%;
  content: "";
  background: inherit;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.roadmap__steps span {
  width: 182px;
  margin-inline: auto;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--color-text);
  background: #fff;
  font-size: 25px;
  line-height: 38px;
  text-align: center;
}

.roadmap__icon {
  display: block;
  width: 140px;
  height: 117px;
  margin: 18px 0 8px;
  background-image: url("../img/roadmap-icons.webp");
  background-repeat: no-repeat;
  background-size: 300% auto;
}

.roadmap__icon--editor {
  background-position: 5.5% 41%;
}

.roadmap__icon--director {
  background-position: 50% 41%;
}

.roadmap__icon--goal {
  background-position: 94% 41%;
}

.roadmap__steps strong {
  display: block;
  width: 100%;
  font-size: 26px;
  line-height: 1.45;
  text-align: center;
}

.roadmap__payment {
  display: grid;
  grid-template-columns: 145px 1fr;
  align-items: stretch;
  width: 815px;
  height: 52px;
  margin: 30px auto 0;
  overflow: hidden;
  border-radius: 999px;
  background: #fff;
  line-height: 1.35;
}

.roadmap__payment strong,
.roadmap__payment span {
  display: flex;
  align-items: center;
  min-width: 0;
}

.roadmap__payment strong {
  justify-content: center;
  padding: 0 18px;
  color: #fff;
  background: var(--color-text);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.roadmap__payment span {
  justify-content: flex-start;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}

.comparison {
  position: relative;
  height: 838px;
  padding: 0;
  background: #fff;
}

.comparison .layout-container--medium {
  position: relative;
  width: 100%;
  max-width: none;
  height: 100%;
}

.comparison .content-title {
  position: absolute;
  top: 99px;
  left: 50%;
  width: 820px;
  margin: 0;
  transform: translateX(-50%);
  color: var(--color-text);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}

.comparison .content-title span {
  display: inline;
}

.comparison .content-title em {
  font-style: normal;
  letter-spacing: 5px;
}

.comparison-table {
  position: absolute;
  top: 199px;
  left: 50%;
  width: 1129px;
  height: 545px;
  overflow: hidden;
  transform: translateX(-50%);
  border: 0.941px solid #edefee;
  border-radius: 0;
  background: #fff;
}

.comparison-table__row {
  display: grid;
  grid-template-columns: 282px 432px 415px;
  height: 94px;
}

.comparison-table__head {
  height: 75px;
}

.comparison-table__row > div {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-top: 1px solid #fff;
  text-align: center;
}

.comparison-table__row > div + div {
  border-left: 1px solid #fff;
}

.comparison-table__row:not(.comparison-table__head) > div:nth-child(n + 2) {
  gap: 8px;
}

.comparison-table__head > div {
  height: 75px;
  border-top: 0;
  color: #fff;
  font-size: 39.506px;
  font-weight: 700;
  line-height: 1;
}

.comparison-table__head > div:first-child {
  background: #fff;
}

.comparison-table__head > div:nth-child(2) {
  background: var(--color-main);
}

.comparison-table__head > div:last-child {
  background: #90a4aa;
  font-size: 24.456px;
  letter-spacing: 0.04em;
}

.comparison-table__row:not(.comparison-table__head) > div:first-child {
  background: #edefee;
  font-size: 28.219px;
  font-weight: 500;
  line-height: 1.2;
}

.comparison-table__row:not(.comparison-table__head) > div:nth-child(2) {
  color: #fff;
  background: var(--color-main);
  font-weight: 700;
}

.comparison-table__row:not(.comparison-table__head) > div:last-child {
  border-color: #edefee;
  color: var(--color-text);
  background: #fff;
  font-weight: 500;
}

.comparison-table__row b {
  margin: 0;
  color: inherit;
  font-size: 47.031px;
  font-weight: 700;
  line-height: 0.95;
}

.comparison-table__row > div:last-child b {
  color: var(--color-text);
}

.comparison-table__row span {
  display: block;
  font-size: 18.813px;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}

.comparison-table__row:nth-child(3) > div:last-child span,
.comparison-table__row:nth-child(4) > div:nth-child(2) span {
  font-size: 15.05px;
}

.discount-cta {
  position: relative;
  height: 737px;
  padding: 0;
  background: #fdffec;
}

.discount-cta .layout-container {
  position: relative;
  width: 100%;
  max-width: none;
  height: 100%;
}

.discount-card {
  position: absolute;
  top: 64px;
  left: 50%;
  width: 941px;
  height: 422px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0 28.219px 0 28.219px;
  background: #fff;
  box-shadow: 3.763px 3.763px 3.763px rgb(0 0 0 / 10%);
  text-align: center;
  transform: translateX(-50%);
}

.discount-card h2 {
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  height: 188px;
  margin: 0;
  padding-top: 30px;
  background: linear-gradient(-31.418deg, var(--color-main) 81.392%, var(--color-main-pale) 106.45%);
}

.discount-card__headline-image {
  display: block;
  width: 600px;
  height: 132px;
  margin: 0 auto;
}

.discount-card__price {
  position: absolute;
  top: 282px;
  left: 168px;
  display: flex;
  height: 40px;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #392a23;
  background: transparent;
  white-space: nowrap;
}

.discount-card__price > span {
  display: grid;
  width: 113px;
  height: 40px;
  margin: 0 19px 0 0;
  padding: 0;
  place-items: center;
  border: 1px solid var(--color-text);
  color: #000;
  background: #fff;
  font-size: 24.456px;
  font-weight: 400;
  line-height: 1;
}

.discount-card__price b {
  font-size: 33.863px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.discount-card__price small {
  font-size: 23.516px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.discount-card__note {
  position: absolute;
  top: 341px;
  left: 191px;
  margin: 0;
  padding: 0;
  color: #1f2026;
  background: transparent;
  font-size: 20.694px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-underline-position: from-font;
  white-space: nowrap;
}

.flow {
  position: relative;
  height: 971px;
  padding: 0;
  overflow: hidden;
  background: var(--color-base-pale);
}

.flow__inner {
  position: relative;
  width: 100%;
  max-width: none;
  height: 100%;
}

.flow .section-title {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 100%;
  margin: 0;
  transform: translateX(-50%);
  font-size: 50px;
  line-height: 0.9;
}

.flow-list {
  position: absolute;
  inset: 0;
}

.flow-step {
  position: absolute;
  left: calc(50% - 524px);
  z-index: 1;
  width: 1048px;
  height: 113px;
}

.flow-step:nth-of-type(1) {
  top: 182px;
}

.flow-step:nth-of-type(2) {
  top: 352px;
}

.flow-step:nth-of-type(3) {
  top: 521px;
}

.flow-step:nth-of-type(4) {
  top: 690px;
}

.flow-step::before {
  position: absolute;
  inset: 0 0 0 38px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 0 37.625px rgb(0 0 0 / 7%);
  content: "";
}

.flow-step > span {
  position: absolute;
  top: 19px;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  color: #fff;
  background: var(--color-main);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 39.506px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
  text-align: center;
}

.flow-step > span small {
  margin-bottom: 2px;
  font-size: 14.109px;
  font-weight: 400;
  line-height: 1;
}

.flow-step > div {
  position: absolute;
  top: 21px;
  left: 123px;
  z-index: 2;
  padding: 0;
  color: var(--color-main);
  line-height: 1.5;
  letter-spacing: 2.483px;
}

.flow-step h3 {
  margin: 0;
  font-size: 26.338px;
  font-weight: 700;
  line-height: 1.5;
}

.flow-step p {
  margin: 0;
  font-size: 22.575px;
  font-weight: 700;
  line-height: 1.5;
}

.flow-list > i {
  position: absolute;
  left: 50%;
  z-index: 2;
  width: 56px;
  height: 35px;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: var(--color-main);
}

.flow-list > i:nth-of-type(1) {
  top: 295px;
}

.flow-list > i:nth-of-type(2) {
  top: 465px;
}

.flow-list > i:nth-of-type(3) {
  top: 634px;
}

.flow__illustration {
  position: absolute;
  top: 500px;
  left: calc(50% + 269px);
  z-index: 3;
  width: 384px;
  max-width: none;
}

.faq {
  padding-top: 94px;
  padding-bottom: 105px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.final-cta {
  position: relative;
  height: 587px;
  padding: 0;
  background: var(--color-main-pale);
  text-align: center;
}

.final-cta .layout-container--medium {
  position: relative;
  width: 100%;
  max-width: none;
  height: 100%;
}

.final-cta h2 {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 839px;
  margin: 0;
  transform: translateX(-50%);
  color: var(--color-text);
  font-size: 50px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 7px;
  white-space: nowrap;
}

.final-cta__badges {
  position: absolute;
  top: 260px;
  left: 50%;
  display: grid;
  width: 766px;
  height: 69px;
  grid-template-columns: repeat(3, 243px);
  margin: 0;
  gap: 19px;
  transform: translateX(-50%);
}

.final-cta__badges p {
  display: grid;
  height: 69px;
  place-content: center;
  padding: 0 10px;
  border: 1px solid var(--color-main-dark);
  border-radius: 999px;
  color: var(--color-main-dark);
  background: transparent;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
}

.final-cta__badges strong {
  color: inherit;
  font-size: 21px;
  line-height: 1.1;
}

.final-cta__badges p:first-child strong {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24.5px;
}

.final-cta__button {
  position: absolute;
  top: 360px;
  left: 50%;
  width: 685px;
  margin: 0;
  transform: translateX(-50%);
}

.final-cta__note {
  position: absolute;
  top: 473px;
  left: 50%;
  width: 545px;
  margin: 0;
  transform: translateX(-50%);
  font-size: 18.813px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}

.site-footer {
  position: relative;
  height: 376px;
  padding: 0;
  overflow: hidden;
  text-align: center;
}

.site-footer__brand {
  position: absolute;
  top: 113px;
  left: 50%;
  display: block;
  width: 242px;
  height: 70px;
  margin: 0;
  transform: translateX(-50%);
  text-decoration: none;
}

.site-footer nav {
  position: absolute;
  top: 248px;
  left: 50%;
  display: flex;
  width: 797px;
  justify-content: space-between;
  transform: translateX(-50%);
  font-size: 20.694px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 1.242px;
  white-space: nowrap;
}

.site-footer nav a {
  text-decoration: none;
}
