:root {
  color-scheme: dark;
  --design-width: 390;
  --design-height: 16124;
  --blue: #97aabf;
  --blue-light: #b7c4d4;
  --orange: #ff2500;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #000;
}

body {
  overflow-x: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html.is-loading,
html.is-loading body {
  overflow: hidden;
}

.site-loader {
  position: fixed;
  z-index: 10000;
  inset: 0;
  background: #0c0c0c;
  opacity: 1;
  transition: opacity 300ms ease, visibility 0s linear 300ms;
}

.site-loader.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.site-loader__visual {
  position: absolute;
  top: calc(50% - 73px);
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translateX(-50%);
}

.site-loader__ring {
  --loader-progress: 0deg;
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: conic-gradient(#7f97b0 0deg var(--loader-progress), transparent var(--loader-progress) 360deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 1.6px), #000 calc(100% - 1.6px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 1.6px), #000 calc(100% - 1.6px));
  animation: site-loader-fill 1.8s linear forwards;
}

.site-loader__logo {
  position: absolute;
  top: 29px;
  left: 34.14px;
  display: block;
  width: 31.721px;
  height: 40px;
}

.site-loader__label {
  position: absolute;
  top: calc(50% + 53px);
  left: 50%;
  width: 123px;
  margin: 0;
  color: #818181;
  font-size: 16px;
  font-weight: 100;
  line-height: 21px;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
}

.site-loader__label span {
  display: inline-block;
  min-width: 38px;
  margin-left: 10px;
  text-align: left;
}

@property --loader-progress {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes site-loader-fill {
  from { --loader-progress: 0deg; }
  to { --loader-progress: 360deg; }
}

@media (prefers-reduced-motion: reduce) {
  .site-loader__ring {
    animation: none;
    --loader-progress: 360deg;
  }
}

html.is-program-animating,
html.is-program-animating body,
.course-program {
  overflow-anchor: none;
}

button,
a {
  font: inherit;
}

.page-shell {
  position: relative;
  width: 390px;
  height: 16124px;
  margin-inline: auto;
}

.design-stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 390px;
  height: 16124px;
  overflow: hidden;
  transform-origin: top left;
  background: #000;
}

.hero {
  position: relative;
  width: 390px;
  height: 752px;
  overflow: hidden;
  background: #000;
}

.hero__background {
  position: absolute;
  inset: 0;
  display: block;
  width: 390px;
  height: 752px;
  pointer-events: none;
  user-select: none;
}

.hero__background {
  z-index: 0;
}

.hero__foreground {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 390px;
  height: 752px;
  overflow: hidden;
  pointer-events: none;
}

.hero__person {
  position: absolute;
  top: -113px;
  left: 0;
  display: block;
  width: 500px;
  height: 839px;
  pointer-events: none;
  user-select: none;
}

.hero__mask-group {
  position: absolute;
  z-index: 4;
  top: -10px;
  left: 0;
  display: block;
  width: 390px;
  height: 762px;
  pointer-events: none;
  user-select: none;
}

.hero__header {
  position: absolute;
  z-index: 6;
  inset: 0 0 auto;
  height: 70px;
}

.hero__logo {
  position: absolute;
  top: 18px;
  left: 20px;
  display: block;
  width: 36.035px;
  height: 45.44px;
}

.course-controls {
  position: absolute;
  top: 20px;
  left: 114px;
  width: 162px;
  height: 30px;
}

.course-label {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 120px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 150px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  line-height: 18px;
}

.language-switch {
  position: absolute;
  top: 0;
  left: 132px;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.language-switch img {
  position: absolute;
  inset: 0;
  display: block;
  width: 30px;
  height: 30px;
  pointer-events: none;
}

.language-switch span {
  position: absolute;
  top: 6px;
  left: 8px;
  width: 14px;
  height: 18px;
  font-size: 10px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}

.course-label__dot {
  flex: none;
  width: 5px;
  height: 5px;
  margin-left: 16px;
  margin-right: 7px;
  transform-origin: center;
  animation: course-dot-pulse 1.8s ease-in-out infinite;
}

@keyframes course-dot-pulse {
  0%,
  100% {
    opacity: 1;
    filter: drop-shadow(0 0 3px rgba(165, 226, 91, 0.55));
    transform: scale(1);
  }

  50% {
    opacity: 0.28;
    filter: drop-shadow(0 0 0 rgba(165, 226, 91, 0));
    transform: scale(0.88);
  }
}

@media (prefers-reduced-motion: reduce) {
  .course-label__dot {
    animation: none;
  }
}

.menu-button {
  position: absolute;
  top: 26px;
  left: 335px;
  width: 35px;
  height: 15px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-button img {
  display: block;
  width: 35px;
  height: 15px;
}

.course-start {
  position: absolute;
  z-index: 1;
  top: 106px;
  left: 20px;
  width: 121px;
  height: 164.402px;
  overflow: hidden;
  border: 0;
  border-radius: 150px;
  background:
    radial-gradient(circle at 87% 85%, rgba(151, 170, 191, 0.6), rgba(151, 170, 191, 0) 46%),
    linear-gradient(184deg, rgba(255, 255, 255, 0.08) 2%, rgba(255, 255, 255, 0.2) 98%);
  box-shadow: inset 0 0 0 1px rgba(255, 252, 252, 0.2);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
  transform: translateZ(0);
  backface-visibility: hidden;
  color: #fff;
  text-align: center;
}

.course-start__icon {
  position: absolute;
  top: 24px;
  left: 46px;
  display: block;
  width: 25px;
  height: 25px;
}

.course-start__title {
  position: absolute;
  top: 63px;
  left: 9px;
  width: 103px;
  margin: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 1.05px;
}

.course-start__date {
  position: absolute;
  top: 109px;
  left: 9px;
  width: 103px;
  margin: 0;
  color: #9e9e9e;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
}

html[lang="en"] .course-start__date {
  line-height: 14px;
  white-space: normal;
}

.presale-badge {
  position: absolute;
  z-index: 6;
  top: 382px;
  left: 54px;
  width: 205px;
  height: 44px;
  border: 1px solid #ff2500;
  border-radius: 150px;
  background: linear-gradient(0deg, #ff2500 0%, #ff6704 108.57%);
  color: #fff;
}

.presale-badge__accent {
  position: absolute;
  top: 3px;
  left: 21.5px;
  display: block;
  width: 18.5px;
  height: 37px;
}

.presale-badge__icon {
  position: absolute;
  top: 9px;
  left: 9px;
  display: block;
  width: 22px;
  height: 22px;
}

.presale-badge p {
  position: absolute;
  top: 7px;
  left: 46px;
  width: 142px;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

html[lang="en"] .presale-badge {
  width: 190px;
}

.hero__title {
  position: absolute;
  z-index: 5;
  top: 437px;
  left: 20px;
  width: 350px;
  height: 88px;
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  line-height: 44px;
  white-space: nowrap;
}

.hero__title-line,
.hero__subtitle-line {
  display: block;
}

.hero__subtitle {
  position: absolute;
  z-index: 6;
  top: 481px;
  left: 243px;
  width: 123px;
  height: 42px;
  margin: 0;
  color: var(--blue-light);
  font-size: 20px;
  font-weight: 100;
  line-height: 21px;
}

html[lang="en"] .hero__title {
  font-size: 38px;
  line-height: 42px;
}

html[lang="en"] .hero__subtitle {
  top: 479px;
  left: 251px;
  width: 116px;
  font-size: 18px;
  line-height: 19px;
}

@media (prefers-reduced-motion: no-preference) {
  .hero__title-line,
  .hero__subtitle-line,
  .course-start,
  .presale-badge,
  .hero__description,
  .hero__cta-entry {
    will-change: transform, opacity;
  }

  html.is-loading .hero__title-line,
  html.is-loading .hero__subtitle-line,
  html.is-loading .course-start,
  html.is-loading .presale-badge,
  html.is-loading .hero__description,
  html.is-loading .hero__cta-entry {
    animation-play-state: paused;
  }

  .hero__title-line--first {
    animation: hero-line-from-left 680ms cubic-bezier(0.22, 1, 0.36, 1) 180ms both;
  }

  .hero__subtitle-line--first {
    animation: hero-line-from-right 680ms cubic-bezier(0.22, 1, 0.36, 1) 240ms both;
  }

  .hero__title-line--second {
    animation: hero-line-from-left 680ms cubic-bezier(0.22, 1, 0.36, 1) 300ms both;
  }

  .hero__subtitle-line--second {
    animation: hero-line-from-right 680ms cubic-bezier(0.22, 1, 0.36, 1) 360ms both;
  }

  .course-start {
    animation: hero-start-card-fade 760ms ease-out 140ms both;
  }

  .presale-badge {
    animation: hero-presale-slide-in 780ms cubic-bezier(0.22, 1, 0.36, 1) 1040ms both;
  }

  .hero__description {
    animation: hero-block-from-bottom 670ms cubic-bezier(0.22, 1, 0.36, 1) 260ms both;
  }

  .hero__cta-entry {
    animation: hero-block-from-bottom 700ms cubic-bezier(0.22, 1, 0.36, 1) 360ms both;
  }

  html.is-hero-entered .hero__title-line,
  html.is-hero-entered .hero__subtitle-line,
  html.is-hero-entered .course-start,
  html.is-hero-entered .presale-badge,
  html.is-hero-entered .hero__description,
  html.is-hero-entered .hero__cta-entry {
    animation: none;
    opacity: 1;
    transform: none;
    will-change: auto;
  }
}

@keyframes hero-line-from-left {
  from {
    opacity: 0;
    transform: translate3d(-52px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-line-from-right {
  from {
    opacity: 0;
    transform: translate3d(42px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-start-card-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes hero-presale-slide-in {
  from {
    opacity: 0;
    transform: translate3d(64px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-block-from-bottom {
  from {
    opacity: 0;
    transform: translate3d(0, 34px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.hero__description {
  position: absolute;
  z-index: 6;
  top: 538px;
  left: 20px;
  width: 340px;
  height: 80px;
}

.hero__description-line {
  position: absolute;
  top: 20px;
  left: 0;
  width: 36px;
  height: 1px;
  background: #fff;
}

.hero__description p {
  position: absolute;
  top: 0;
  left: 46px;
  width: 294px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  white-space: nowrap;
}

.hero__description strong {
  color: var(--blue);
  font-weight: 500;
}

.hero__cta-entry {
  position: absolute;
  z-index: 6;
  top: 640px;
  left: 20px;
  width: 350px;
  height: 70px;
}

.hero__cta {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 350px;
  height: 70px;
  border: 1px solid #5f758d;
  border-radius: 150px;
  background: linear-gradient(0deg, #7f97b0 0%, #b7c4d4 108.57%);
  color: #fff;
  text-decoration: none;
}

.hero__cta span {
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 1.47px;
}

.hero__cta img {
  position: static;
  flex: none;
  display: block;
  width: 14px;
  height: 14px;
  transform: rotate(-135deg);
}

.hero__cta:focus-visible,
.menu-button:focus-visible,
.presale__cta:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: no-preference) {
  .presale__cta,
  .tariff-card__cta,
  .final-cta__button,
  .site-menu__buy {
    animation: purchase-cta-nudge 1.7s ease-in-out infinite;
    transition: filter 160ms ease;
  }

  html.is-hero-entered .hero__cta {
    animation: purchase-cta-nudge 1.7s ease-in-out infinite;
    transition: filter 160ms ease;
  }

  .hero__cta:hover,
  .presale__cta:hover,
  .tariff-card__cta:hover,
  .final-cta__button:hover,
  .site-menu__buy:hover {
    filter: brightness(1.06);
  }
}

@keyframes purchase-cta-nudge {
  0%,
  59% {
    translate: 0 0;
  }

  65% {
    translate: -3px 0;
  }

  71% {
    translate: 3px 0;
  }

  77% {
    translate: -2px 0;
  }

  83% {
    translate: 2px 0;
  }

  89%,
  100% {
    translate: 0 0;
  }
}

.presale {
  position: relative;
  width: 390px;
  height: 811px;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.presale__eyebrow {
  position: absolute;
  top: 8px;
  left: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 205px;
  height: 27px;
  margin: 0;
  border: 1px solid #ff2500;
  border-radius: 150px;
  background: linear-gradient(0deg, #ff2500 0%, #ff6704 108.57%);
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.3px;
  text-align: center;
}

.presale__title {
  position: absolute;
  top: 63px;
  left: 20px;
  width: 350px;
  height: 86px;
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  line-height: 43px;
  text-align: center;
  white-space: nowrap;
}

.presale-card {
  position: absolute;
  top: 179px;
  left: 11px;
  width: 368px;
  height: 510px;
  overflow: hidden;
  border-radius: 20px;
  color: #fff;
}

.presale-card__background {
  position: absolute;
  z-index: 0;
  top: -1px;
  left: -1px;
  display: block;
  width: 370px;
  height: 512px;
}

.presale-card__glow {
  position: absolute;
  z-index: 1;
  top: -126px;
  left: -187px;
  display: block;
  width: 1056px;
  height: 709px;
  pointer-events: none;
}

.presale-card__countdown-title {
  position: absolute;
  z-index: 2;
  top: 36px;
  left: 60px;
  width: 247px;
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.45px;
  text-align: center;
  white-space: nowrap;
}

.countdown {
  position: absolute;
  z-index: 2;
  inset: 0;
}

.countdown__unit {
  position: absolute;
  top: 76px;
  width: 90px;
  height: 70px;
  border: 1px solid #fff;
  border-radius: 10px;
  background: #ffe5d6;
  box-shadow: 0 4px 15px #ff7a23, inset 0 0 50px #fff;
  text-align: center;
}

.countdown__unit--days {
  left: 30px;
}

.countdown__unit--hours {
  left: 140px;
}

.countdown__unit--minutes {
  left: 250px;
}

.countdown__value {
  display: block;
  width: 100%;
  color: #ff6704;
  font-size: 45px;
  font-weight: 300;
  line-height: 68px;
}

.countdown__label {
  position: absolute;
  top: 74px;
  left: 0;
  width: 100%;
  color: #ffc49d;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.3px;
}

.presale-card__saving {
  position: absolute;
  z-index: 2;
  top: 185px;
  left: 32px;
  width: 304px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.48px;
  text-align: center;
}

.presale-card__saving strong {
  font-weight: 700;
}

.presale-card__divider {
  position: absolute;
  z-index: 2;
  left: 29px;
  width: 310px;
  height: 1px;
  background: rgba(255, 255, 255, 0.52);
}

.presale-card__divider--first {
  top: 245px;
}

.presale-card__divider--second {
  top: 423px;
}

.sales-steps {
  position: absolute;
  z-index: 2;
  inset: 0;
}

.sales-steps__arrow {
  position: absolute;
  z-index: 0;
  top: 294px;
  display: block;
  width: 76px;
  height: 8px;
}

.sales-steps__arrow--first {
  left: 78px;
}

.sales-steps__arrow--second {
  left: 209px;
}

.sales-step {
  position: absolute;
  top: 0;
  width: 68px;
  height: 160px;
  text-align: center;
}

.sales-step--first {
  left: 20px;
}

.sales-step--second {
  left: 150px;
}

.sales-step--third {
  left: 280px;
}

.sales-step img {
  position: absolute;
  z-index: 1;
  top: 273px;
  left: 9px;
  display: block;
  width: 50px;
  height: 50px;
}

.sales-step--first img {
  top: 258px;
  left: -6px;
  width: 80px;
  height: 80px;
}

.sales-step__number {
  position: absolute;
  z-index: 2;
  top: 287px;
  left: 9px;
  width: 50px;
  color: #ffc49d;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.sales-step--first .sales-step__number {
  color: #fff;
}

.sales-step strong {
  position: absolute;
  top: 343px;
  left: 0;
  width: 68px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.45px;
  white-space: nowrap;
}

.sales-step small {
  position: absolute;
  top: 369px;
  left: 0;
  width: 68px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: 0.36px;
}

.sales-step--second strong,
.sales-step--second small {
  opacity: 0.5;
}

.sales-step--third strong,
.sales-step--third small {
  opacity: 0.4;
}

.presale-card__access {
  position: absolute;
  z-index: 2;
  inset: 0;
}

.presale-card__access img {
  position: absolute;
  top: 446px;
  left: 72px;
  display: block;
  width: 20px;
  height: 20px;
}

.presale-card__access p {
  position: absolute;
  top: 444px;
  left: 107px;
  width: 200px;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
}

.presale__cta {
  position: absolute;
  top: 709px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 350px;
  height: 70px;
  border: 1px solid #5f758d;
  border-radius: 150px;
  background: linear-gradient(0deg, #7f97b0 0%, #b7c4d4 108.57%);
  color: #fff;
  text-decoration: none;
}

.presale__cta span {
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 1.47px;
}

.presale__cta img {
  position: static;
  flex: none;
  display: block;
  width: 14px;
  height: 14px;
  transform: rotate(-135deg);
}

.personal-feedback {
  position: relative;
  width: 390px;
  height: 498px;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.personal-feedback__background {
  position: absolute;
  z-index: 0;
  top: 93px;
  left: 11px;
  display: block;
  width: 368px;
  height: 405px;
  border: 1px solid rgba(151, 170, 191, 0.42);
  border-radius: 20px;
  background:
    radial-gradient(ellipse 125% 82% at -8% -4%, rgba(127, 151, 176, 0.98) 0%, rgba(75, 92, 110, 0.78) 34%, rgba(20, 23, 27, 0.32) 62%, rgba(3, 3, 3, 0) 82%),
    linear-gradient(136deg, #191919 0%, #0d0d0d 48%, #030303 100%);
  box-shadow: inset 0 0 20px rgba(40, 40, 40, 0.9);
  clip-path: inset(0 round 20px);
  transform: translateZ(0);
  pointer-events: none;
  user-select: none;
}

.personal-feedback__preview {
  position: absolute;
  z-index: 1;
  top: 48px;
  left: 32px;
  display: block;
  width: 328px;
  height: 183px;
  pointer-events: none;
  user-select: none;
}

.personal-feedback__title {
  position: absolute;
  z-index: 2;
  top: 258px;
  left: 39px;
  width: 313px;
  height: 64px;
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}

html[lang="en"] .personal-feedback__title {
  white-space: nowrap;
}

.personal-feedback__notice {
  position: absolute;
  z-index: 2;
  top: 332px;
  left: 48px;
  width: 295px;
  height: 40px;
  margin: 0;
  color: #ff6704;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

.personal-feedback__description {
  position: absolute;
  z-index: 2;
  top: 393px;
  left: 34px;
  width: 323px;
  height: 60px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
}

.sticky-tariff-cta {
  --sticky-scale: var(--sticky-cta-scale, 1);
  position: fixed;
  z-index: 900;
  bottom: calc(-99px * var(--sticky-scale));
  left: 50%;
  width: calc(390px * var(--sticky-scale));
  height: calc(85px * var(--sticky-scale));
  margin-left: calc(-195px * var(--sticky-scale));
  visibility: hidden;
  pointer-events: none;
  transition:
    bottom 680ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 680ms;
  will-change: bottom;
}

.sticky-tariff-cta.is-visible {
  bottom: 0;
  visibility: visible;
  pointer-events: auto;
  transition:
    bottom 680ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0s;
}

.sticky-tariff-cta::before {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(80px * var(--sticky-scale));
  box-sizing: border-box;
  border: 1px solid rgb(255 255 255 / 20%);
  border-bottom: 0;
  border-radius: calc(30px * var(--sticky-scale)) calc(30px * var(--sticky-scale)) 0 0;
  background: rgb(255 255 255 / 20%);
  -webkit-backdrop-filter: blur(22.5px);
  backdrop-filter: blur(22.5px);
  transform: translateZ(0);
  content: "";
  pointer-events: none;
}

.sticky-tariff-cta__inner {
  position: relative;
  z-index: 1;
  width: 390px;
  height: 85px;
  overflow: visible;
  transform: scale(var(--sticky-scale));
  transform-origin: left top;
}

.sticky-tariff-cta__background {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: none;
  width: 390px;
  height: 80px;
  pointer-events: none;
  user-select: none;
}

.sticky-tariff-cta__eyebrow {
  position: absolute;
  z-index: 3;
  top: -5px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 205px;
  height: 27px;
  border: 1px solid #ff2500;
  border-radius: 150px;
  background: linear-gradient(90deg, #ff2500 0%, #ff6704 100%);
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.sticky-tariff-cta__button {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  box-sizing: border-box;
  width: 300px;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 150px;
  background:
    linear-gradient(0deg, #7f97b0 0%, #b7c4d4 108.57%) padding-box,
    linear-gradient(
        180deg,
        rgb(211 222 232 / 20%) 0%,
        rgb(101 128 156 / 20%) 100%
      )
      border-box;
  color: #fff;
  text-decoration: none;
  transform: translateX(-50%);
}

.sticky-tariff-cta__button span {
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 1.47px;
  text-transform: uppercase;
}

.sticky-tariff-cta__button img {
  display: block;
  flex: none;
  width: 10.37px;
  height: 10.37px;
  transform: rotate(-135deg);
}

.sticky-tariff-cta__button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .sticky-tariff-cta,
  .sticky-tariff-cta.is-visible {
    transition: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html.has-personal-feedback-scroll-motion .personal-feedback__preview {
    opacity: 0;
    transition: opacity 720ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity;
  }

  html.has-personal-feedback-scroll-motion .personal-feedback__background,
  html.has-personal-feedback-scroll-motion .personal-feedback__title,
  html.has-personal-feedback-scroll-motion .personal-feedback__notice,
  html.has-personal-feedback-scroll-motion .personal-feedback__description {
    opacity: 0;
    transform: translate3d(0, 52px, 0);
    transition:
      transform 780ms cubic-bezier(0.22, 1, 0.36, 1) 90ms,
      opacity 620ms ease-out 90ms;
    will-change: transform, opacity;
  }

  html.has-personal-feedback-scroll-motion .personal-feedback.is-revealed .personal-feedback__preview,
  html.has-personal-feedback-scroll-motion .personal-feedback.is-revealed .personal-feedback__background,
  html.has-personal-feedback-scroll-motion .personal-feedback.is-revealed .personal-feedback__title,
  html.has-personal-feedback-scroll-motion .personal-feedback.is-revealed .personal-feedback__notice,
  html.has-personal-feedback-scroll-motion .personal-feedback.is-revealed .personal-feedback__description {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.course-audience {
  position: relative;
  width: 390px;
  height: 982px;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.course-audience__title {
  position: absolute;
  top: 80px;
  left: 19px;
  width: 283px;
  height: 86px;
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  line-height: 43px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.course-audience__title-line {
  display: block;
}

@media (prefers-reduced-motion: no-preference) {
  html.has-course-audience-scroll-motion .course-audience__title-line {
    opacity: 0;
    transform: translate3d(-46px, 0, 0);
    transition:
      transform 680ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 560ms ease-out;
    will-change: transform, opacity;
  }

  html.has-course-audience-scroll-motion .course-audience__title-line--second {
    transition-delay: 110ms;
  }

  html.has-course-audience-scroll-motion .course-audience.is-revealed .course-audience__title-line {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

html[lang="en"] .course-audience__title {
  width: 351px;
}

html[lang="en"] .course-audience {
  height: 1102px;
}

html[lang="en"] .audience-card {
  height: 170px;
}

html[lang="en"] .audience-card--1 { top: 212px; }
html[lang="en"] .audience-card--2 { top: 392px; }
html[lang="en"] .audience-card--3 { top: 572px; }
html[lang="en"] .audience-card--4 { top: 752px; }
html[lang="en"] .audience-card--5 { top: 932px; }

.audience-card {
  position: absolute;
  left: 19px;
  width: 352px;
  overflow: hidden;
  color: #fff;
}

@media (prefers-reduced-motion: no-preference) {
  html.has-course-audience-card-motion .audience-card {
    opacity: var(--audience-card-opacity, 0);
    transform: translate3d(0, var(--audience-card-shift, 28px), 0);
    will-change: transform, opacity;
  }
}

.audience-card--1 {
  top: 212px;
  height: 165px;
}

.audience-card--2 {
  top: 387px;
  height: 150px;
}

.audience-card--3 {
  top: 547px;
  height: 145px;
}

.audience-card--4 {
  top: 702px;
  height: 135px;
}

.audience-card--5 {
  top: 847px;
  height: 135px;
}

/* Russian copy uses the original, taller audience cards. */
html[lang="ru"] .course-audience {
  height: 1117px;
}

html[lang="ru"] .audience-card--1 {
  height: 165px;
}

html[lang="ru"] .audience-card--2 {
  top: 387px;
  height: 175px;
}

html[lang="ru"] .audience-card--3 {
  top: 572px;
  height: 175px;
}

html[lang="ru"] .audience-card--4 {
  top: 757px;
  height: 175px;
}

html[lang="ru"] .audience-card--5 {
  top: 942px;
  height: 175px;
}

.audience-card__background {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}

.audience-card__background--flipped {
  transform: scaleX(-1);
}

.audience-card__number {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 26px;
  width: 57px;
  height: 23px;
  color: #7f97b0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.audience-card__text {
  position: absolute;
  z-index: 1;
  top: 59px;
  left: 26px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.course-works {
  position: relative;
  width: 390px;
  height: 904px;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.course-works__title {
  position: absolute;
  top: 80px;
  left: 20px;
  width: 351px;
  height: 158px;
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  line-height: 43px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.course-works__title-line {
  display: block;
}

@media (prefers-reduced-motion: no-preference) {
  html.has-course-works-scroll-motion .course-works__title-line {
    opacity: 0;
    transform: translate3d(-46px, 0, 0);
    transition:
      transform 680ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 560ms ease-out;
    will-change: transform, opacity;
  }

  html.has-course-works-scroll-motion .course-works__title-line--2 { transition-delay: 100ms; }
  html.has-course-works-scroll-motion .course-works__title-line--3 { transition-delay: 200ms; }
  html.has-course-works-scroll-motion .course-works__title-line--4 { transition-delay: 300ms; }

  html.has-course-works-scroll-motion .course-works.is-revealed .course-works__title-line {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.course-works__title-accent {
  color: #7f97b0;
}

.course-works__note {
  position: absolute;
  top: 282px;
  left: 14px;
  width: 285px;
  height: 41px;
}

.course-works__note img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  height: 35px;
  transform: rotate(180deg);
  pointer-events: none;
  user-select: none;
}

.course-works__note p {
  position: absolute;
  top: 1px;
  left: 49px;
  width: 236px;
  margin: 0;
  color: #afafaf;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.course-works__viewport {
  position: absolute;
  top: 363px;
  left: 0;
  width: 390px;
  height: 449px;
  overflow: hidden;
  background: #030303;
  touch-action: pan-y pinch-zoom;
  overscroll-behavior-x: contain;
  cursor: grab;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.course-works__viewport:active {
  cursor: grabbing;
}

.course-works__track {
  position: absolute;
  top: 0;
  left: 20px;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  width: max-content;
  height: 449px;
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
  backface-visibility: hidden;
}

.course-work-card {
  position: relative;
  flex: 0 0 296px;
  width: 296px;
  height: 414px;
  overflow: hidden;
  border-radius: 15px;
  transform: translateY(35px);
  transition: transform 750ms cubic-bezier(0.16, 1, 0.3, 1);
}

.course-work-card.is-active {
  transform: translateY(0);
}

.course-work-card__border {
  display: none;
}

.course-work-card__mask {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
}

.course-work-card__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  pointer-events: none;
  user-select: none;
}

.course-works__swipe {
  position: absolute;
  top: 859px;
  left: 20px;
  width: 75px;
  margin: 0;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}

.course-works__controls {
  position: absolute;
  top: 834px;
  left: 220px;
  display: flex;
  gap: 10px;
  width: 150px;
  height: 70px;
}

.course-works__control {
  display: block;
  width: 70px;
  height: 70px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.course-works__control img {
  display: block;
  width: 70px;
  height: 70px;
  pointer-events: none;
  user-select: none;
}

.course-program {
  position: relative;
  width: 390px;
  height: 2228px;
  overflow: hidden;
  overflow: clip;
  background: #000;
  color: #fff;
  will-change: height;
}

.course-program__background {
  position: absolute;
  z-index: 0;
  top: 80px;
  left: 0;
  display: block;
  width: 390px;
  height: 2148px;
  pointer-events: none;
  user-select: none;
  will-change: height;
}

.course-program__title {
  position: absolute;
  z-index: 1;
  top: 144px;
  left: 20px;
  width: 351px;
  height: 72px;
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  line-height: 43px;
  letter-spacing: 0.8px;
  text-align: center;
  text-transform: uppercase;
}

.course-program__summary {
  position: absolute;
  z-index: 1;
  top: 250px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 330px;
  height: 62px;
  margin: 0;
  padding: 0 0 4px;
  border: 1px solid #95b7da;
  border-radius: 150px;
  background: #8eb0d3;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
}

.course-program__modules {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 390px;
  height: 5118px;
}

.course-program__more {
  position: absolute;
  top: 0;
  left: 0;
  width: 390px;
  height: 5118px;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 650ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1000ms cubic-bezier(0.65, 0, 0.35, 1),
    visibility 0s linear 900ms;
  will-change: opacity, transform;
}

.course-program.is-expanded {
  height: 5118px;
}

.course-program.is-expanded .course-program__background {
  content: url("assets/course-program-bg-expanded.svg");
  height: 5038px;
}

.course-program.is-expanded .course-program__more {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 360ms, 360ms, 0s;
}

.course-module {
  position: absolute;
  left: 20px;
  width: 350px;
  border-radius: 20px;
  background: #fff;
  color: #323232;
  overflow: hidden;
}

.course-module--1 {
  top: 349px;
  height: 530px;
}

.course-module--2 {
  top: 924px;
  height: 480px;
}

.course-module--3 {
  top: 1424px;
  height: 645px;
}

.course-module--4 {
  top: 2089px;
  height: 530px;
}

.course-module--5 {
  top: 2639px;
  height: 710px;
}

.course-module--6 {
  top: 3369px;
  height: 570px;
}

.course-module--7 {
  top: 3959px;
  height: 540px;
}

.course-module--8 {
  top: 4519px;
  height: 440px;
}

.course-module__preview {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 320px;
  height: 200px;
  overflow: hidden;
  border-radius: 15px;
  background: #000;
}

.course-module__photo {
  position: absolute;
  top: 0;
  left: -17.5px;
  display: block;
  width: 355px;
  height: 200px;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.course-module__player {
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  width: 320px;
  height: 180px;
  pointer-events: none;
  user-select: none;
}

.course-module h3 {
  position: absolute;
  top: 249px;
  left: 30px;
  width: 126px;
  margin: 0;
  color: #7f97b0;
  font-size: 20px;
  font-weight: 500;
  line-height: 43px;
  text-transform: uppercase;
}

.course-module__subtitle {
  position: absolute;
  top: 278px;
  left: 30px;
  margin: 0;
  color: #323232;
  font-size: 18px;
  font-weight: 400;
  line-height: 43px;
}

.course-module--3 .course-module__subtitle {
  width: 226px;
  line-height: 20px;
}

.course-module--3 h3,
.course-module--3 .course-module__subtitle {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.course-module__divider {
  position: absolute;
  top: 321px;
  left: 27.5px;
  width: 295px;
  height: 1px;
  background: #ddd;
}

.course-module--3 .course-module__divider {
  top: 341px;
}

.course-module__list {
  position: absolute;
  top: 351px;
  left: 30px;
  width: 290px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #555;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

.course-module__list li {
  position: relative;
  min-height: 36px;
  margin: 0 0 13px;
  padding-left: 24px;
}

.course-module__list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  background: url("assets/course-program-bullet.svg") center / contain no-repeat;
}

.course-module--3 .course-module__list {
  top: 371px;
}

.course-module--3 .course-module__list li:nth-child(2) {
  margin-bottom: 20px;
}

.course-module--3 .course-module__list li:nth-child(3) {
  margin-bottom: 20px;
}

.course-module--4 .course-module__list,
.course-module--5 .course-module__list,
.course-module--6 .course-module__list,
.course-module--7 .course-module__list,
.course-module--8 .course-module__list {
  top: 351px;
  height: 330px;
}

.course-module--4 .course-module__list li,
.course-module--5 .course-module__list li,
.course-module--6 .course-module__list li,
.course-module--7 .course-module__list li,
.course-module--8 .course-module__list li {
  position: absolute;
  left: 0;
  width: 290px;
  min-height: 0;
  margin: 0;
}

.course-module--4 .course-module__list li:nth-child(1),
.course-module--5 .course-module__list li:nth-child(1),
.course-module--6 .course-module__list li:nth-child(1),
.course-module--7 .course-module__list li:nth-child(1),
.course-module--8 .course-module__list li:nth-child(1) {
  top: 0;
}

.course-module--4 .course-module__list li:nth-child(2),
.course-module--5 .course-module__list li:nth-child(2) {
  top: 49px;
}

.course-module--4 .course-module__list li:nth-child(3) {
  top: 87px;
}

.course-module--5 .course-module__list li:nth-child(3) {
  top: 102px;
}

.course-module--5 .course-module__list li:nth-child(4) {
  top: 194px;
}

.course-module--5 .course-module__list li:nth-child(5) {
  top: 268px;
}

.course-module--6 .course-module__list li:nth-child(2) {
  top: 89px;
}

.course-module--6 .course-module__list li:nth-child(3) {
  top: 142px;
}

.course-module--7 .course-module__list li:nth-child(2) {
  top: 56px;
}

.course-module--7 .course-module__list li:nth-child(3) {
  top: 109px;
}

.course-module--8 .course-module__list li:nth-child(2) {
  top: 51px;
}

.course-module--6 .course-module__photo,
.course-module--7 .course-module__photo {
  left: 0;
  width: 320px;
  height: 568px;
  max-width: none;
}

.course-module--6 .course-module__photo {
  top: -199px;
}

.course-module--7 .course-module__photo {
  top: -278px;
}

.course-module--8 .course-module__photo {
  left: -20px;
  width: 356px;
}

.course-module__accent {
  color: #7f97b0;
  font-weight: 500;
}

.course-module__hot {
  position: absolute;
  top: 249px;
  left: 276px;
  width: 42px;
  height: 42px;
}

.course-module__hot img {
  position: absolute;
  inset: 0;
  display: block;
  width: 42px;
  height: 42px;
}

.course-module__hot span {
  position: absolute;
  top: 12px;
  left: 0;
  width: 42px;
  color: #323232;
  font-size: 20px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}

.course-program__cta {
  position: absolute;
  z-index: 2;
  top: 2099px;
  left: 30px;
  width: 330px;
  height: 60px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 150px;
  appearance: none;
  background:
    linear-gradient(1.3196890721deg, rgb(210 210 210) 6.7814%, rgb(255 255 255) 95.536%) padding-box,
    linear-gradient(180deg, rgb(211 222 232 / 20%) 0%, rgb(101 128 156 / 20%) 100%) border-box;
  color: #68798a;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.205;
  cursor: pointer;
  touch-action: manipulation;
  transition: filter 220ms ease;
  will-change: transform;
}

.course-program__cta:active {
  filter: brightness(0.97);
}

.course-program__cta span {
  position: absolute;
  top: 21px;
  left: 50%;
  display: block;
  transform: translateX(-50%);
  font-style: normal;
  letter-spacing: 1.47px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.course-program__arrow {
  position: absolute;
  z-index: 2;
  top: 2170px;
  left: 178px;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  border: 0;
  appearance: none;
  background: transparent;
  cursor: pointer;
  touch-action: manipulation;
  transition: filter 220ms ease;
  will-change: transform;
}

.course-program__arrow img {
  display: block;
  width: 35px;
  height: 35px;
  pointer-events: none;
  user-select: none;
}

.course-program__arrow:active {
  filter: brightness(0.9);
}

.course-program.is-expanded .course-program__cta {
  transform: translateY(2890px);
}

.course-program.is-expanded .course-program__arrow {
  transform: translateY(2890px) rotate(180deg);
}

@supports (-webkit-touch-callout: none) {
  @media (hover: none) and (pointer: coarse) {
    html[lang="ru"] .course-outcomes__title {
      display: flex;
      flex-direction: column;
      gap: 0;
      text-box-trim: none;
    }

    html[lang="ru"] .course-outcomes__title-line--2 {
      margin-top: 0;
    }

    .course-program__more {
      will-change: auto;
    }

    .course-program {
      isolation: isolate;
      backface-visibility: hidden;
      transform: translateZ(0);
      will-change: height;
    }

    .course-program::before {
      content: "";
      position: absolute;
      z-index: 0;
      top: 80px;
      right: 0;
      bottom: 0;
      left: 0;
      background: #7a9ec4;
      backface-visibility: hidden;
      transform: translateZ(0);
      pointer-events: none;
    }

    .course-program__more,
    .course-program.is-expanded .course-program__more {
      transform: none;
      transition: none;
    }

    .course-program__background {
      display: none;
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .course-program,
  .course-program__background,
  .course-program__more,
  .course-program__cta,
  .course-program__arrow {
    transition-duration: 1ms;
  }
}

.learning-process {
  position: relative;
  width: 390px;
  height: 1044px;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.learning-process__glow {
  position: absolute;
  z-index: 0;
  top: 89px;
  left: -10px;
  display: block;
  width: 288px;
  height: 288px;
  max-width: none;
  opacity: var(--learning-glow-opacity, 1);
  pointer-events: none;
  transform: translate3d(0, var(--learning-glow-offset, 0px), 0);
  transform-origin: 50% 50%;
  will-change: transform, opacity;
}

.learning-process__title {
  position: absolute;
  top: 80px;
  left: 20px;
  width: 351px;
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  line-height: 43px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.learning-step {
  position: absolute;
  inset: 0;
}

.learning-step__visual {
  position: absolute;
  left: 37px;
  width: 50px;
  height: 60px;
}

.learning-step--1 .learning-step__visual {
  top: 208px;
}

.learning-step--2 .learning-step__visual {
  top: 361.634px;
}

.learning-step--3 .learning-step__visual {
  top: 531.634px;
}

.learning-step--4 .learning-step__visual {
  top: 690.634px;
}

.learning-step--5 .learning-step__visual {
  top: 840.634px;
}

.learning-step__circle {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
}

.learning-step__arc {
  position: absolute;
  z-index: 1;
  top: 47px;
  left: 3px;
  display: block;
  width: 44px;
  height: 10px;
}

.learning-step__icon {
  position: absolute;
  z-index: 3;
  display: block;
}

.learning-step__icon--book {
  top: 15px;
  left: 15px;
  width: 20px;
  height: 20px;
}

.learning-step__icon--video,
.learning-step__icon--manicure {
  top: 13px;
  left: 13px;
  width: 25px;
  height: 25px;
}

.learning-step__icon--chat {
  top: 14px;
  left: 14px;
  width: 22px;
  height: 22px;
}

.learning-step__icon--certificate {
  top: 16px;
  left: 14px;
  width: 20px;
  height: 20px;
}

.learning-step h3,
.learning-step__body {
  position: absolute;
  left: 108px;
  margin: 0;
  letter-spacing: 0.3px;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.learning-step h3 {
  width: 262px;
  color: #7f97b0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}

.learning-step__body {
  width: 247px;
  color: #bfbfbf;
  font-size: 15px;
  font-weight: 300;
  line-height: 17px;
}

.learning-step--1 h3 {
  top: 208px;
  width: 180px;
  line-height: 26px;
}

.learning-step--1 .learning-step__body {
  top: 244px;
}

.learning-step--2 h3 {
  top: 361px;
  width: 237px;
}

.learning-step--2 .learning-step__body {
  top: 417px;
}

.learning-step--3 h3 {
  top: 534px;
  width: 237px;
}

.learning-step--3 .learning-step__body {
  top: 590px;
}

.learning-step--4 h3 {
  top: 690px;
  width: 262px;
}

.learning-step--4 .learning-step__body {
  top: 726px;
  width: 220px;
}

.learning-step__body--feedback strong {
  color: #7f97b0;
  font-weight: 400;
}

.learning-step--5 h3 {
  top: 843px;
  width: 224px;
}

.learning-step--5 .learning-step__body {
  top: 879px;
  width: 220px;
  color: #fff;
}

.learning-process__connector {
  position: absolute;
  left: 63px;
  width: 1px;
  border-left: 1px dashed #4f4f4f;
}

.learning-process__connector::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #4f4f4f;
  border-bottom: 1px solid #4f4f4f;
  transform: rotate(45deg);
}

.learning-process__connector--1 {
  top: 278px;
  height: 69px;
}

.learning-process__connector--2 {
  top: 437px;
  height: 78px;
}

.learning-process__connector--3 {
  top: 610px;
  height: 61px;
}

.learning-process__connector--4 {
  top: 771px;
  height: 49px;
}

html.has-learning-scroll-motion .learning-step__visual,
html.has-learning-scroll-motion .learning-step h3,
html.has-learning-scroll-motion .learning-step__body {
  opacity: var(--learning-step-opacity, 0);
  transform: translate3d(0, var(--learning-step-shift, 18px), 0);
  will-change: opacity, transform;
}

html.has-learning-scroll-motion .learning-process__connector {
  opacity: var(--learning-connector-opacity, 0);
  will-change: height, opacity;
}

@media (prefers-reduced-motion: reduce) {
  .learning-process__glow {
    opacity: 1;
    transform: none;
    will-change: auto;
  }

  html.has-learning-scroll-motion .learning-step__visual,
  html.has-learning-scroll-motion .learning-step h3,
  html.has-learning-scroll-motion .learning-step__body,
  html.has-learning-scroll-motion .learning-process__connector {
    opacity: 1;
    transform: none;
    will-change: auto;
  }
}

.course-outcomes {
  position: relative;
  width: 390px;
  height: 764px;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.course-outcomes__title {
  position: absolute;
  top: 0;
  left: 20px;
  width: 351px;
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  line-height: 43px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.course-outcomes__title-line {
  display: block;
}

@media (prefers-reduced-motion: no-preference) {
  html.has-course-outcomes-scroll-motion .course-outcomes__title-line {
    opacity: 0;
    transform: translate3d(-46px, 0, 0);
    transition:
      transform 680ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 560ms ease-out;
    will-change: transform, opacity;
  }

  html.has-course-outcomes-scroll-motion .course-outcomes__title-line--2 {
    transition-delay: 100ms;
  }

  html.has-course-outcomes-scroll-motion .course-outcomes__title-line--3 {
    transition-delay: 200ms;
  }

  html.has-course-outcomes-scroll-motion .course-outcomes.is-revealed .course-outcomes__title-line {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.course-outcomes__title-accent {
  color: #7f97b0;
}

.course-outcomes__list {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.course-outcomes__list li {
  position: absolute;
  left: 20px;
  width: 350px;
}

@media (prefers-reduced-motion: no-preference) {
  html.has-course-outcomes-item-motion .course-outcomes__list li {
    opacity: var(--outcome-item-opacity, 0);
    transform: translate3d(0, var(--outcome-item-shift, 24px), 0);
    will-change: transform, opacity;
  }
}

.course-outcomes__list li:nth-child(1) { top: 165px; }
.course-outcomes__list li:nth-child(2) { top: 245px; }
.course-outcomes__list li:nth-child(3) { top: 325px; }
.course-outcomes__list li:nth-child(4) { top: 384px; }
.course-outcomes__list li:nth-child(5) { top: 444px; }
.course-outcomes__list li:nth-child(6) { top: 504px; }
.course-outcomes__list li:nth-child(7) { top: 584px; }
.course-outcomes__list li:nth-child(8) { top: 644px; }

.course-outcomes__list img {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
}

.course-outcomes__list p {
  position: absolute;
  top: 0;
  left: 30px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.course-outcomes__list li:nth-child(1) p,
.course-outcomes__list li:nth-child(7) p {
  width: 302px;
}

.course-outcomes__list li:nth-child(2) p {
  width: 250px;
}

.course-outcomes__list li:nth-child(3) p {
  width: 255px;
}

.course-outcomes__list li:nth-child(4) p {
  width: 282px;
}

.course-outcomes__list li:nth-child(5) p {
  width: 243px;
}

.course-outcomes__list li:nth-child(6) p {
  width: 266px;
}

.course-outcomes__list li:nth-child(8) p {
  width: 279px;
}

.tariffs {
  position: relative;
  width: 390px;
  height: 3166px;
  overflow: hidden;
  background: #000;
}

.tariffs__title {
  position: absolute;
  top: 0;
  left: 20px;
  width: 351px;
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  line-height: 43px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.tariff-card {
  position: absolute;
  left: 12px;
  width: 367px;
  overflow: hidden;
  border-radius: 20px;
  font-weight: 300;
}

.tariff-card--self {
  top: 69px;
  height: 1494px;
  background: #fff;
  color: #000;
}

.tariff-card--contact {
  top: 1593px;
  height: 1425px;
  border: 1px solid #91adca;
  background: #819cb7;
  color: #fff;
}

.tariff-card__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 166px;
  border-bottom: 1px solid #c8c8c8;
}

.tariff-card--contact .tariff-card__header {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.tariff-card__eyebrow,
.tariff-card__header h3,
.tariff-card__description {
  position: absolute;
  left: 33px;
  width: 289px;
  margin: 0;
}

.tariff-card__eyebrow {
  top: 25px;
  font-size: 16px;
  line-height: 19px;
}

.tariff-card__header h3 {
  top: 56px;
  color: inherit;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
}

.tariff-card__description {
  top: 112px;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 19px;
}

.tariff-card--contact .tariff-card__description {
  color: rgba(255, 255, 255, 0.72);
}

.tariff-card__icon-box {
  position: absolute;
  top: 22px;
  right: 34px;
  display: grid;
  width: 65px;
  height: 65px;
  place-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  background: #f0f0f0;
}

.tariff-card--self .tariff-card__icon-box img {
  width: 28px;
  height: 28px;
}

.tariff-card--contact .tariff-card__icon-box {
  top: 23px;
  right: 22px;
  border-color: #91adca;
  background: #819cb7;
}

.tariff-card--contact .tariff-card__icon-box img {
  width: 35px;
  height: 35px;
}

.tariff-card__content {
  position: absolute;
  top: 166px;
  left: 0;
  width: 100%;
}

.tariff-card__badges {
  position: absolute;
  top: 35px;
  left: 20px;
  display: flex;
  width: calc(100% - 40px);
  flex-direction: column;
  align-items: flex-start;
}

.tariff-card__badges span {
  display: flex;
  align-self: flex-start;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: 0;
  height: 36px;
  padding: 0 0 0 26px;
  border: 1px solid #d6ecff;
  border-radius: 150px;
  background: #ecf6ff;
  color: #738ca5;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  text-transform: uppercase;
  white-space: nowrap;
}

.tariff-card__badges span:first-child {
  width: 144px;
}

.tariff-card__badges span:last-child {
  width: 335px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: 0;
}

html[lang="ru"] .tariff-card--self .tariff-card__badges span:last-child {
  width: 305px;
}

html[lang="ru"] .tariff-card--contact .tariff-card__badges span:last-child {
  width: 305px;
}

.tariff-card--contact .tariff-card__badges {
  top: 35px;
  left: 20px;
  width: calc(100% - 40px);
  align-items: flex-start;
}

.tariff-card--contact .tariff-card__badges span {
  align-self: flex-start;
  margin-right: auto;
  margin-left: 0;
  border-color: #6f8caa;
  background: #91adca;
  color: #fff;
}

.tariff-card__modules,
.tariff-card__extras {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tariff-card__modules {
  top: 130px;
  left: 33px;
  width: 310px;
}

.tariff-card__modules li,
.tariff-card__extras > li {
  position: absolute;
  left: 18px;
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.tariff-card__modules li::before,
.tariff-card__extras > li:not(.tariff-card__telegram)::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -18px;
  width: 5px;
  height: 5px;
  background: url("assets/tariff-arrow-muted.svg") center / 5px 5px no-repeat;
}

.tariff-card__modules li:nth-child(1) { top: 0; }
.tariff-card__modules li:nth-child(2) { top: 35px; }
.tariff-card__modules li:nth-child(3) { top: 70px; }
.tariff-card__modules li:nth-child(4) { top: 125px; }
.tariff-card__modules li:nth-child(5) { top: 160px; }
.tariff-card__modules li:nth-child(6) { top: 215px; }
.tariff-card__modules li:nth-child(7) { top: 250px; }

.tariff-card--self .tariff-card__content {
  height: 426px;
  border-bottom: 1px solid #c8c8c8;
}

.tariff-card__unavailable {
  position: absolute;
  top: 592px;
  left: 0;
  width: 100%;
  height: 346px;
  border-bottom: 1px solid #c8c8c8;
}

.tariff-card__unavailable-label {
  position: absolute;
  top: 30px;
  left: 28px;
  display: flex;
  align-items: center;
  width: 182px;
  height: 36px;
  border: 1px solid #ffc2c2;
  border-radius: 150px;
  background: #ffe0e0;
  color: #850303;
  font-size: 16px;
  line-height: 25px;
}

.tariff-card__unavailable-label img {
  width: 18px;
  height: 18px;
  margin: 0 15px 0 18px;
  transform: rotate(45deg);
}

.tariff-card__extras--muted {
  top: 96px;
  left: 33px;
  width: 300px;
  color: #9f9f9f;
}

.tariff-card__extras--muted > li::before {
  border-radius: 50%;
  background: currentColor;
}

.tariff-card__extras--muted > li:nth-child(1) { top: 0; }
.tariff-card__extras--muted > li:nth-child(2) { top: 36px; }
.tariff-card__extras--muted > li:nth-child(3) { top: 92px; }
.tariff-card__extras--muted > li:nth-child(4) { top: 128px; }
.tariff-card__extras--muted > li:nth-child(5) { top: 164px; }

.tariff-card__wow {
  display: flex;
  align-items: center;
  gap: 5px;
}

.tariff-card__wow img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.tariff-card__telegram {
  left: 23px !important;
  font-weight: 500 !important;
}

.tariff-card__telegram > img {
  position: absolute;
  top: 4px;
  left: -33px;
  width: 20px;
  height: 20px;
}

.tariff-card__telegram strong {
  font-weight: 500;
}

.tariff-price {
  position: absolute;
  left: 0;
  width: 100%;
}

.tariff-card--self .tariff-price {
  top: 938px;
  height: 492px;
}

.tariff-price__presale {
  position: absolute;
  top: 30px;
  left: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 205px;
  height: 27px;
  margin: 0;
  border: 1px solid #ff2500;
  border-radius: 150px;
  background: linear-gradient(0deg, #ff2500, #ff6704 108.57%);
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.3px;
}

.tariff-price__now,
.tariff-price__current {
  position: absolute;
  left: 63px;
  width: 242px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.tariff-price__now {
  top: 107px;
  color: #8a8a8a;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.tariff-price__current {
  top: 142px;
  font-size: 30px;
  font-weight: 300;
  line-height: 66px;
}

.tariff-price__current span {
  font-size: 55px;
}

.tariff-price__timeline {
  position: absolute;
  top: 248px;
  left: 0;
  width: 100%;
  height: 110px;
}

.tariff-price__stage {
  position: absolute;
  top: 0;
  width: 110px;
  text-align: center;
}

.tariff-price__stage--1 { left: 9px; }
.tariff-price__stage--2 { left: 129px; }
.tariff-price__stage--3 { left: 249px; }

.tariff-price__circle {
  position: absolute;
  top: 0;
  left: 30px;
  width: 50px;
  height: 50px;
}

.tariff-price__circle img {
  display: block;
  width: 50px;
  height: 50px;
}

.tariff-price__circle--active img {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 80px;
  height: 80px;
}

.tariff-price__circle b {
  position: absolute;
  top: 14px;
  left: 0;
  width: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.tariff-price__stage > strong,
.tariff-price__stage > small {
  position: absolute;
  left: 0;
  width: 110px;
  line-height: 15px;
}

.tariff-price__stage > strong {
  top: 69px;
  color: #d1d1d1;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.45px;
}

.tariff-price__stage > small {
  top: 95px;
  color: #d1d1d1;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.54px;
  white-space: nowrap;
}

.tariff-price__stage--1 > strong,
.tariff-price__stage--1 > small {
  color: #000;
}

.tariff-price__arrow {
  position: absolute;
  top: 21px;
  width: 65.5px;
  height: 7.364px;
}

.tariff-price__arrow--1 { left: 88px; }
.tariff-price__arrow--2 { left: 209px; }

.tariff-price__saving {
  position: absolute;
  top: 403px;
  left: 75px;
  width: 218px;
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.48px;
  text-align: center;
}

.tariff-price__saving strong {
  color: #ff6704;
  font-weight: 500;
}

.tariff-card--contact .tariff-card__content {
  height: 703px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.tariff-card--contact .tariff-card__modules li::before {
  background-image: none;
  border-radius: 50%;
  background-color: #fff;
}

.tariff-card--contact .tariff-card__extras > li:not(.tariff-card__telegram)::before {
  background-image: url("assets/tariff-bullet-cream.svg");
}

.tariff-card__extras--included {
  top: 415px;
  left: 33px;
  width: 310px;
}

.tariff-card__extras--included > li:nth-child(1) { top: 0; }
.tariff-card__extras--included > li:nth-child(2) { top: 36px; }
.tariff-card__extras--included > li:nth-child(3) { top: 92px; }
.tariff-card__extras--included > li:nth-child(4) { top: 148px; }
.tariff-card__extras--included > li:nth-child(5) { top: 184px; }

.tariff-card--contact .tariff-card__extras--included {
  top: 415px;
}

.tariff-card--contact .tariff-card__extras--included > li {
  color: #fce7c0;
}

.tariff-card--contact .tariff-card__content {
  overflow: visible;
}

.tariff-card--contact .tariff-price {
  top: 869px;
  height: 491px;
}

.tariff-card--contact .tariff-price__now {
  color: rgba(255, 255, 255, 0.65);
}

.tariff-card--contact .tariff-price__current,
.tariff-card--contact .tariff-price__stage--1 > strong,
.tariff-card--contact .tariff-price__stage--1 > small,
.tariff-card--contact .tariff-price__saving {
  color: #fff;
}

.tariff-card--contact .tariff-price__stage > strong,
.tariff-card--contact .tariff-price__stage > small {
  color: rgba(255, 255, 255, 0.42);
}

.tariff-card--contact .tariff-price__stage--1 > strong,
.tariff-card--contact .tariff-price__stage--1 > small {
  color: #fff;
}

.tariff-card--contact .tariff-price__stage:not(.tariff-price__stage--1) .tariff-price__circle b {
  color: rgb(255 255 255 / 50%);
}

.tariff-card--contact .tariff-price__saving strong {
  color: #fce7c0;
}

.tariff-card__cta {
  appearance: none;
  font-family: inherit;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 330px;
  height: 60px;
  margin: 0;
  padding: 0;
  border-radius: 150px;
  font-size: 14px;
  line-height: 1.205;
  letter-spacing: 1.47px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.tariff-card__cta--self {
  top: 1407px;
  left: 19px;
  border: 1px solid #5f758d;
  background: linear-gradient(0deg, #7f97b0 0%, #b7c4d4 108.57%);
  color: #fff;
  font-weight: 300;
}

.tariff-card__cta-content {
  display: flex;
  align-items: center;
  gap: 55px;
  transform: translateX(4.73px);
}

.tariff-card__cta-content img {
  display: block;
  width: 13.454px;
  height: 13.454px;
  padding: 1.97px;
  transform: rotate(-135deg);
}

.tariff-card__cta--contact {
  top: 1338px;
  left: 17px;
  border: 1px solid #65809c;
  background: linear-gradient(1.319689deg, #d2d2d2 6.7814%, #fff 95.536%);
  color: #68798a;
  font-weight: 300;
}

.author {
  position: relative;
  width: 390px;
  height: 1270px;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.author__title {
  position: absolute;
  top: 0;
  left: 20px;
  width: 351px;
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  line-height: 43px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.author__signature {
  position: absolute;
  top: 55px;
  left: 20px;
  display: block;
  width: 321px;
  height: 34px;
  pointer-events: none;
  user-select: none;
}

.author__hero {
  position: absolute;
  left: 11px;
  display: block;
  width: 368px;
  pointer-events: none;
  user-select: none;
}

.author__hero {
  top: 127px;
  height: 405px;
}

.author__hero-stat {
  position: absolute;
  z-index: 2;
  top: 217px;
  left: 61px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 50px;
  isolation: isolate;
  background: #fff;
  color: #8ea6bf;
  pointer-events: none;
}

.author__hero-count {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 31px;
  font-weight: 200;
  line-height: 34px;
  letter-spacing: 0;
}

.author__hero-label {
  display: block;
  margin-top: 1px;
  font-size: 8px;
  font-weight: 300;
  line-height: 10px;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.author__hero-label::before {
  content: none;
}

.author__stat-card {
  position: absolute;
  left: 11px;
  width: 368px;
  height: 138px;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  background: #000;
  color: #fff;
}

@media (prefers-reduced-motion: no-preference) {
  html.has-author-stat-motion .author__stat-card,
  html.has-author-stat-motion .author__credentials li {
    opacity: var(--author-stat-opacity, 0);
    transform: translate3d(0, var(--author-stat-shift, 28px), 0);
    will-change: transform, opacity;
  }
}

.author__stat-card--students { top: 542px; }
.author__stat-card--followers { top: 690px; }
.author__stat-card--experience { top: 838px; }

.author__stat-composite {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 368px;
  height: 138px;
  pointer-events: none;
  user-select: none;
}

.author__stat-cleanplate {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 180px;
  height: 138px;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}

.author__stat-cleanplate img {
  display: block;
  width: 368px;
  max-width: none;
  height: 138px;
}

html[lang="ru"] .author__stat-cleanplate,
html[lang="ru"] .author__stat-copy {
  display: none;
}

.author__stat-copy {
  position: absolute;
  z-index: 2;
  top: 39px;
  left: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.author__stat-copy strong {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 100;
  line-height: 43px;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}

.author__stat-label {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 10px;
  margin-left: 3px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  line-height: 14px;
  letter-spacing: 0.4px;
  white-space: nowrap;
  pointer-events: none;
}

.author__credentials {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.author__credentials li {
  position: absolute;
  left: 25px;
  width: 345px;
}

.author__credentials li:nth-child(1) { top: 1019px; }
.author__credentials li:nth-child(2) { top: 1059px; }
.author__credentials li:nth-child(3) { top: 1099px; }
.author__credentials li:nth-child(4) { top: 1139px; }

.author__credentials img {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
}

.author__credentials p {
  position: absolute;
  top: 0;
  left: 30px;
  width: 315px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0;
}

.author__credentials strong {
  color: #7f97b0;
  font-weight: 700;
}

.author__credential--featured p {
  width: 297px;
}

.author-quote {
  position: relative;
  width: 390px;
  height: 535px;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.author-quote__card {
  position: absolute;
  top: 0;
  left: 12px;
  width: 367px;
  height: 455px;
  overflow: hidden;
  border: 1px solid #323232;
  border-radius: 20px;
  background: #080808;
}

.author-quote__media {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: 367px;
  height: 221px;
  pointer-events: none;
  user-select: none;
}

.author-quote__divider {
  position: absolute;
  top: 220px;
  left: -1px;
  width: 367px;
  height: 1px;
  background: #323232;
}

.author-quote__star {
  position: absolute;
  top: 254px;
  left: 24px;
  display: block;
  width: 14px;
  height: 13px;
}

.author-quote__text {
  position: absolute;
  top: 246px;
  left: 51px;
  width: 269px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}

.author-quote__text strong {
  color: #7f97b0;
  font-weight: 500;
}

.author-quote__footer {
  position: absolute;
  inset: 0;
}

.author-quote__mark {
  position: absolute;
  top: 398px;
  left: 156px;
  display: block;
  width: 12.5px;
  height: 9.5px;
}

.author-quote__signature {
  position: absolute;
  top: 404px;
  left: 176px;
  display: block;
  width: 142px;
  height: 19px;
}

@supports (-webkit-touch-callout: none) {
  @media (hover: none) and (pointer: coarse) {
    .author-quote__mark {
      top: 402px;
    }

    .author-quote__signature {
      top: 408px;
    }
  }
}

.student-results {
  position: relative;
  width: 390px;
  height: 1423px;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.student-results__title {
  position: absolute;
  top: 0;
  left: 20px;
  width: 351px;
  height: 72px;
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  line-height: 43px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.student-results__note {
  position: absolute;
  top: 112px;
  left: 103px;
  width: 206px;
  height: 41px;
}

.student-results__note img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  height: 35px;
  transform: rotate(180deg);
  pointer-events: none;
  user-select: none;
}

@media (prefers-reduced-motion: no-preference) {
  .course-works__note img,
  .student-results__note img {
    animation: student-note-finger-bob 1.8s ease-in-out infinite;
  }
}

@keyframes student-note-finger-bob {
  0%,
  18%,
  100% {
    translate: 0 0;
  }

  58% {
    translate: 0 7px;
  }
}

.student-results__note p {
  position: absolute;
  top: 1px;
  left: 49px;
  width: 157px;
  margin: 0;
  color: #afafaf;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.student-results__viewport {
  position: absolute;
  left: 0;
  width: 390px;
  overflow: hidden;
  background: #030303;
  touch-action: pan-y pinch-zoom;
  overscroll-behavior-x: contain;
  cursor: grab;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.student-results__viewport:active {
  cursor: grabbing;
}

.student-results__viewport--works {
  top: 193px;
  height: 449px;
}

.student-results__viewport--reviews {
  top: 799px;
  height: 449px;
}

.student-results__track {
  position: absolute;
  top: 0;
  left: 20px;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  width: max-content;
  height: 449px;
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
  backface-visibility: hidden;
}

.student-result-card {
  position: relative;
  flex: 0 0 296px;
  width: 296px;
  height: 414px;
  overflow: hidden;
  border-radius: 15px;
  transform: translateY(35px);
  transition: transform 750ms cubic-bezier(0.16, 1, 0.3, 1);
}

.student-result-card--work {
  height: 414px;
}

.student-result-card--review {
  height: auto;
  aspect-ratio: 4 / 5;
}

.student-result-card.is-active {
  transform: translateY(0);
}

.student-result-card__border {
  display: none;
}

.student-result-card__mask {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
}

.student-result-card__mask--review {
  height: 100%;
  background: #fff;
}

.student-result-card__mask--review .student-result-card__photo {
  object-fit: contain;
}

.student-result-card__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  pointer-events: none;
  user-select: none;
}

.course-work-card[data-lightbox-item],
.student-result-card[data-lightbox-item] {
  cursor: zoom-in;
}

.course-work-card[data-lightbox-item]:focus-visible,
.student-result-card[data-lightbox-item]:focus-visible {
  outline: 2px solid var(--blue-light);
  outline-offset: 4px;
}

html.is-lightbox-open,
html.is-lightbox-open body {
  overflow: hidden;
  overscroll-behavior: none;
}

.image-lightbox {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(58px, env(safe-area-inset-top)) 12px max(30px, env(safe-area-inset-bottom));
  background: rgba(0, 0, 0, 0.94);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 280ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 280ms;
}

.image-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.image-lightbox__dialog {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.image-lightbox__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  transform: scale(0.965);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.image-lightbox.is-open .image-lightbox__figure {
  transform: scale(1);
}

.image-lightbox.is-polaroid-mode .image-lightbox__figure {
  transform: scale(0.18) rotate(var(--lightbox-start-rotation, 0deg));
  transition: transform 560ms cubic-bezier(0.16, 1, 0.3, 1);
}

.image-lightbox.is-polaroid-mode.is-open .image-lightbox__figure {
  transform: scale(1) rotate(0deg);
}

.image-lightbox.is-polaroid-mode .image-lightbox__image {
  max-width: min(88vw, 520px);
  max-height: 82vh;
  border-radius: 0;
}

.image-lightbox.is-polaroid-mode .image-lightbox__control {
  display: none;
}

.image-lightbox__image {
  display: block;
  max-width: min(100%, 1100px);
  max-height: 100%;
  border-radius: 16px;
  object-fit: contain;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  user-select: none;
  -webkit-user-drag: none;
}

.image-lightbox__close,
.image-lightbox__control {
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(0, 0, 0, 0.58);
  color: #fff;
  cursor: pointer;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.image-lightbox__close {
  position: fixed;
  z-index: 2;
  top: max(14px, env(safe-area-inset-top));
  right: max(14px, env(safe-area-inset-right));
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.image-lightbox__close span {
  position: absolute;
  top: 21px;
  left: 10px;
  display: block;
  width: 22px;
  height: 1.5px;
  background: currentColor;
}

.image-lightbox__close span:first-child {
  transform: rotate(45deg);
}

.image-lightbox__close span:last-child {
  transform: rotate(-45deg);
}

.image-lightbox__control {
  position: fixed;
  z-index: 2;
  top: 50%;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  transform: translateY(-50%);
}

.image-lightbox__control--previous {
  left: max(8px, env(safe-area-inset-left));
}

.image-lightbox__control--next {
  right: max(8px, env(safe-area-inset-right));
}

.image-lightbox__control img {
  display: block;
  width: 100%;
  height: 100%;
}

.image-lightbox__close:focus-visible,
.image-lightbox__control:focus-visible {
  outline: 2px solid var(--blue-light);
  outline-offset: 3px;
}

@media (min-width: 700px) {
  .image-lightbox {
    padding: 72px 82px 42px;
  }

  .image-lightbox__control {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .image-lightbox__control--previous {
    left: 18px;
  }

  .image-lightbox__control--next {
    right: 18px;
  }
}

.student-results__swipe {
  position: absolute;
  left: 20px;
  width: 75px;
  margin: 0;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}

.student-results__swipe--works {
  top: 689px;
}

.student-results__swipe--reviews {
  top: 1298px;
}

.student-results__controls {
  position: absolute;
  left: 220px;
  display: flex;
  gap: 10px;
  width: 150px;
  height: 70px;
}

.student-results__controls--works {
  top: 664px;
}

.student-results__controls--reviews {
  top: 1273px;
}

.student-results__controls button {
  display: block;
  width: 70px;
  height: 70px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.student-results__controls img {
  display: block;
  width: 70px;
  height: 70px;
  pointer-events: none;
  user-select: none;
}

.faq {
  position: relative;
  width: 390px;
  min-height: 658px;
  padding-top: 86px;
  padding-bottom: 80px;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.faq__title {
  position: absolute;
  top: 0;
  left: 20px;
  width: 351px;
  height: 49px;
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  line-height: 49px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.faq__item {
  position: relative;
  margin-left: 20px;
  width: 351px;
  min-height: 82px;
  border-top: 1px solid #afafaf;
}

.faq__trigger {
  position: relative;
  display: block;
  width: 100%;
  height: 81px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  text-align: left;
}

.faq__number {
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
}

.faq__question {
  position: absolute;
  left: 23px;
  top: 23px;
  display: block;
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
}

.faq__answer {
  position: relative;
  left: 23px;
  max-height: 0;
  margin: 0;
  padding-bottom: 0;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  opacity: 0;
  transition: max-height 350ms ease, padding-bottom 350ms ease, opacity 220ms ease;
}

.faq__close {
  position: absolute;
  top: 29.7px;
  right: 2.8px;
  display: block;
  width: 22.2px;
  height: 22.2px;
  transform: rotate(0deg);
  transition: transform 250ms ease;
  pointer-events: none;
  user-select: none;
}

.faq__item.is-open .faq__close {
  transform: rotate(45deg);
}

.faq__item.is-open .faq__answer {
  max-height: 180px;
  margin-top: -3px;
  padding-bottom: 27px;
  opacity: 1;
}

.faq__number { top: 30px; }
.faq__item--1 .faq__question { width: 231px; }
.faq__item--1 .faq__answer { width: 290px; }
.faq__item--2 .faq__question { width: 208px; }
.faq__item--2 .faq__answer { width: 252px; }
.faq__item--3 .faq__question { width: 266px; }
.faq__item--3 .faq__answer { width: 303px; }
.faq__item--4 .faq__question { width: 235px; }
.faq__item--4 .faq__answer { width: 303px; }
.faq__item--5 .faq__question { width: 266px; }
.faq__item--5 .faq__answer { width: 310px; }
.faq__item--6 .faq__question { width: 235px; }
.faq__item--6 .faq__answer { width: 310px; }

.final-cta {
  position: relative;
  width: 390px;
  height: 780px;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.final-cta__title {
  position: absolute;
  top: 0;
  left: 20px;
  width: 350px;
  height: 91px;
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 100;
  line-height: 35px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.final-cta__title span {
  color: #7f97b0;
}

.final-cta__card {
  position: absolute;
  left: 20px;
  width: 350px;
  overflow: hidden;
  border-radius: 20px;
}

.final-cta__card--result {
  top: 188px;
  height: 210px;
  border: 0;
  background:
    radial-gradient(ellipse 190px 285px at 74% 100%, rgba(127, 151, 176, 0.96) 0%, rgba(127, 151, 176, 0.58) 38%, rgba(127, 151, 176, 0) 100%),
    #000;
  box-shadow:
    inset 0 0 0 1px rgba(151, 170, 191, 0.48),
    inset 0 0 20px rgba(183, 196, 212, 0.31);
  clip-path: inset(0 round 20px);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.final-cta__card--result .final-cta__card-background {
  display: none;
}

.final-cta__card--places {
  top: 408px;
  height: 192px;
}

.final-cta__card-background,
.final-cta__card-overlay {
  position: absolute;
  inset: 0;
  display: block;
  width: 350px;
  height: 100%;
  pointer-events: none;
  user-select: none;
}

.final-cta__card-overlay {
  z-index: 1;
}

.final-cta__card p {
  position: absolute;
  z-index: 2;
  left: 30px;
  width: 290px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.final-cta__card--result p {
  top: 120px;
  font-weight: 300;
}

.final-cta__card--places p {
  top: 121px;
  font-weight: 500;
}

.final-cta__polaroids {
  position: absolute;
  z-index: 3;
  top: 150px;
  left: 50px;
  width: 289.146px;
  height: 137.86px;
}

.final-cta__polaroid {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  transform: rotate(var(--polaroid-rotation));
  transform-origin: center;
  transition: filter 180ms ease;
}

.final-cta__polaroid--left {
  --polaroid-rotation: -15.39deg;
  z-index: 3;
  top: 11px;
  left: 7px;
  width: 96px;
  height: 106px;
}

.final-cta__polaroid--center {
  --polaroid-rotation: -3.81deg;
  z-index: 1;
  top: 20px;
  left: 98px;
  width: 101px;
  height: 112px;
}

.final-cta__polaroid--right {
  --polaroid-rotation: 8.99deg;
  z-index: 2;
  top: 10px;
  left: 184px;
  width: 96px;
  height: 106px;
}

.final-cta__polaroid-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.final-cta__polaroid:hover {
  filter: brightness(1.06);
}

.final-cta__polaroid:focus-visible {
  outline: 2px solid var(--blue-light);
  outline-offset: 3px;
}

.final-cta__seats {
  position: absolute;
  z-index: 2;
  top: 21px;
  left: 25px;
  display: block;
  width: 300px;
  height: 100px;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.final-cta__button {
  position: absolute;
  top: 620px;
  left: 20px;
  display: block;
  width: 350px;
  height: 70px;
  border: 1px solid #5f758d;
  border-radius: 150px;
  background: linear-gradient(180deg, #b7c4d4 -8.57%, #7f97b0 100%);
  color: #fff;
  text-decoration: none;
}

.final-cta__button span {
  position: absolute;
  top: 17px;
  left: 61px;
  width: 193px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 16.87px;
  letter-spacing: 1.47px;
}

.final-cta__button img {
  position: absolute;
  top: 28.5px;
  left: 276px;
  display: block;
  width: 13.454px;
  height: 13.454px;
  transform: rotate(-135deg);
}

.site-footer {
  position: relative;
  width: 390px;
  height: 663px;
  overflow: hidden;
  background: #000;
  color: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

html[lang="en"] .site-footer {
  height: 663px;
}

html[lang="ru"] .site-footer {
  height: 663px;
}

.site-footer__logo {
  position: absolute;
  top: 0;
  left: 171.035px;
  display: block;
  width: 47.93px;
  height: 60.44px;
}

.site-footer__company {
  position: absolute;
  top: 95px;
  left: 38px;
  width: 314px;
  margin: 0;
  color: #b7c4d4;
  font-size: 20px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
}

.site-footer__contact {
  position: absolute;
  top: 139px;
  left: 73px;
  width: 244px;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
}

.site-footer__contact p {
  margin: 0;
}

.site-footer__contact a {
  display: block;
  margin-top: 15px;
  color: inherit;
  text-decoration: none;
}

.site-footer__socials {
  position: absolute;
  top: 243px;
  left: 40px;
  display: flex;
  gap: 20px;
}

.site-footer__social {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  border: 1px solid rgba(183, 196, 212, 0.1);
  border-radius: 25px;
  background:
    radial-gradient(ellipse 107.59px 104.28px at 88.63% 0%, rgba(127, 151, 176, 0.3) 0%, rgba(127, 151, 176, 0) 100%),
    radial-gradient(ellipse 35.45px 48.57px at 30.98% 100%, rgba(127, 151, 176, 0.2) 0%, rgba(127, 151, 176, 0) 100%),
    #0c0c0c;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
}

.site-footer__social-icon {
  position: absolute;
  display: block;
}

.site-footer__social-icon--instagram {
  top: 21px;
  left: 29px;
  width: 32px;
  height: 32px;
}

.site-footer__social-icon--email {
  top: 22px;
  left: 30px;
  width: 30px;
  height: 30px;
}

.site-footer__social-icon--telegram {
  top: 23px;
  left: 29px;
  width: 29px;
  height: 29px;
}

.site-footer__social span {
  position: absolute;
  top: 61px;
  left: 0;
  width: 100%;
  font-size: 10px;
  font-weight: 300;
  line-height: 12.05px;
  text-align: center;
}

.site-footer__copyright {
  position: absolute;
  top: 366px;
  left: 63px;
  width: 264px;
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
}

.site-footer__legal {
  position: absolute;
  top: 437px;
  left: 54px;
  width: 282px;
  font-size: 13px;
  font-weight: 300;
  line-height: 25px;
  text-align: center;
}

.site-footer__legal a {
  display: block;
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 1px;
}

.site-footer__payments {
  position: absolute;
  top: 527px;
  left: 20px;
  display: block;
  width: 350px;
  height: auto;
}

html.is-menu-open,
html.is-menu-open body {
  overflow: hidden;
}

.site-menu {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: flex;
  justify-content: center;
  overflow-y: auto;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
  transition:
    opacity 320ms ease,
    visibility 0s linear 320ms;
}

.site-menu.is-open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.site-menu__panel {
  position: relative;
  flex: none;
  width: 100vw;
  height: max(100dvh, 760px);
  overflow: hidden;
  background: #fff;
  transform: translateY(-18px);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-menu.is-open .site-menu__panel {
  transform: translateY(0);
}

.site-menu__logo {
  position: absolute;
  top: 73px;
  left: 50%;
  display: block;
  width: 40.444px;
  height: 51px;
  transform: translateX(-50%);
}

.site-menu__close {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.site-menu__close span {
  position: absolute;
  top: 17px;
  left: 3px;
  display: block;
  width: 29px;
  height: 1px;
  background: #111;
}

.site-menu__close span:first-child {
  transform: rotate(45deg);
}

.site-menu__close span:last-child {
  transform: rotate(-45deg);
}

.site-menu__nav {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

.site-menu__nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #111;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: none;
}

.site-menu__nav .site-menu__nav-accent {
  color: var(--orange);
}

.site-menu__buy {
  position: absolute;
  bottom: 97px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 350px;
  height: 70px;
  border: 1px solid #5f758d;
  border-radius: 150px;
  background: linear-gradient(0deg, #7f97b0 0%, #b7c4d4 108.57%);
  color: #fff;
  text-decoration: none;
  transform: translateX(-50%);
}

.site-menu__buy span {
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 1.47px;
}

.site-menu__buy img {
  flex: none;
  display: block;
  width: 14px;
  height: 14px;
  transform: rotate(-135deg);
}

.site-menu__close:focus-visible,
.site-menu__nav a:focus-visible,
.site-menu__buy:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}

/* Payment options — SELF-STUDY package */
html.is-payment-popup-open,
html.is-payment-popup-open body {
  overflow: hidden;
}

.payment-popup {
  position: fixed;
  z-index: 12000;
  inset: 0;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  background: #030303;
  opacity: 0;
  visibility: hidden;
  transition: opacity 240ms ease, visibility 240ms ease;
}

.payment-popup.is-open {
  opacity: 1;
  visibility: visible;
}

.payment-popup__dialog {
  position: relative;
  flex: none;
  width: 390px;
  max-width: none;
  min-height: 840px;
  overflow: hidden;
  background: #030303;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  transform: translateY(14px) scale(var(--payment-popup-scale, 1));
  transform-origin: top center;
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.payment-popup.is-open .payment-popup__dialog {
  transform: scale(var(--payment-popup-scale, 1));
}

.payment-popup__close {
  position: absolute;
  z-index: 3;
  top: 13px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.payment-popup__close img {
  display: block;
  width: 22.2px;
  height: 22.2px;
  transform: rotate(45deg);
}

.payment-popup__header {
  position: absolute;
  top: 57px;
  left: 50%;
  width: 284px;
  text-align: center;
  transform: translateX(-50%);
}

.payment-popup__header h2 {
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 100;
  line-height: 35px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.payment-popup--contact .payment-popup__header {
  top: 29px;
  width: 340px;
}

.payment-popup--contact .payment-popup__header h2 {
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.52px;
}

.payment-popup--contact .payment-popup__subtitle {
  margin-top: 12px;
}

.payment-popup__subtitle {
  display: flex;
  flex-direction: column;
  margin: 9px 0 0;
  font-size: 15px;
  line-height: 16px;
}

.payment-popup__subtitle strong {
  color: #fff;
  font-weight: 500;
}

.payment-popup__subtitle span {
  color: #aaa;
  font-weight: 300;
}

.payment-popup__card {
  position: absolute;
  left: 20px;
  width: calc(100% - 40px);
  border-radius: 15px;
  box-sizing: border-box;
  overflow: hidden;
}

.payment-popup__card--wayforpay,
.payment-popup__card--installments {
  height: 180px;
  border: 1px solid rgba(60, 157, 222, 0.2);
  background:
    radial-gradient(ellipse 155px 105px at 91% -6%, rgba(60, 157, 222, 0.31), transparent 72%),
    radial-gradient(ellipse 126px 90px at 29% 111%, rgba(60, 157, 222, 0.26), transparent 72%),
    linear-gradient(122deg, #080815 0%, #0c0c1e 55%, #09081b 100%);
}

.payment-popup__card--wayforpay {
  top: 164px;
}

.payment-popup__card--installments {
  top: 354px;
}

.payment-popup__card--other {
  top: 544px;
  height: 215px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    radial-gradient(ellipse 154px 118px at 91% -4%, rgba(255, 255, 255, 0.19), transparent 76%),
    radial-gradient(ellipse 135px 96px at 32% 112%, rgba(113, 108, 96, 0.24), transparent 76%),
    linear-gradient(122deg, #0e0e0e 0%, #151515 58%, #101010 100%);
}

.payment-popup__method-icon,
.payment-popup__contact-icon {
  position: absolute;
  top: 19px;
  left: 20px;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.payment-popup__method-icon {
  background: #fff;
}

.payment-popup__method-image {
  display: block;
  object-fit: cover;
}

.payment-popup__method-image--wayforpay {
  width: 43.1px;
  height: 43.1px;
}

.payment-popup__method-image--installments {
  width: 42px;
  height: 45px;
}

.payment-popup__method-copy {
  position: absolute;
  top: 22px;
  left: 92px;
  width: calc(100% - 104px);
}

.payment-popup__method-copy h3 {
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

.payment-popup__method-copy p {
  margin: 6px 0 0;
  color: #aaa;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}

.payment-popup__card--installments .payment-popup__method-copy p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 17px;
}

.payment-popup__card--installments .payment-popup__method-copy p strong {
  color: #fff;
  font-weight: 400;
}

.payment-popup__card--installments .payment-popup__method-copy p span {
  color: #aaa;
}

.payment-popup__card--other .payment-popup__contact-icon {
  top: 28px;
  left: 21px;
  overflow: visible;
}

.payment-popup__contact-circle {
  position: absolute;
  inset: 0;
  display: block;
  width: 60px;
  height: 60px;
}

.payment-popup__contact-symbol {
  position: relative;
  z-index: 1;
  display: block;
  width: 29px;
  height: 29px;
}

.payment-popup__card--other .payment-popup__method-copy {
  top: 29px;
}

.payment-popup__card--other .payment-popup__method-copy p {
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  line-height: 17px;
  white-space: nowrap;
}

/* English copy is longer: keep the two-line intro clear of the first card
   and let the final card text wrap inside its available width. */
html[lang="en"] .payment-popup__header {
  top: 47px;
}

html[lang="en"] .payment-popup__card--wayforpay {
  top: 174px;
}

html[lang="en"] .payment-popup__card--installments {
  top: 364px;
}

html[lang="en"] .payment-popup__card--other {
  top: 554px;
}

html[lang="en"] .payment-popup__security {
  top: 799px;
}

html[lang="en"] .payment-popup__card--other .payment-popup__method-copy p {
  white-space: normal;
  overflow-wrap: normal;
}

.payment-popup__action {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 7px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}

.payment-popup__action--wayforpay {
  border: 1px solid #4f48e6;
  background: linear-gradient(180deg, #817bff 0%, #635bff 100%);
}

.payment-popup__action--telegram {
  gap: 10px;
  border: 1px solid #3c9dde;
  background: linear-gradient(180deg, #63c0ff 0%, #3c9dde 100%);
}

.payment-popup__action--telegram img {
  display: block;
  width: 21px;
  height: 21px;
}

.payment-popup__action--contact {
  left: 22px;
  right: 22px;
  bottom: 15px;
  height: 50px;
  border: 1px solid #3c3831;
  background: linear-gradient(180deg, #676560 0%, #4a463e 100%);
}

.payment-popup__security {
  position: absolute;
  top: 789px;
  left: 50%;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  width: 250px;
  transform: translateX(-50%);
}

.payment-popup__security img {
  flex: none;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.payment-popup__security p {
  width: 215px;
  margin: 0;
  color: #777;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
}

.payment-popup__close:focus-visible,
.payment-popup__action:focus-visible {
  outline: 2px solid #8da8c5;
  outline-offset: 3px;
}

@media (max-width: 350px) {
  .payment-popup__method-copy {
    left: 88px;
    width: calc(100% - 98px);
  }

  .payment-popup__method-copy p,
  .payment-popup__card--other .payment-popup__method-copy p {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .payment-popup,
  .payment-popup__dialog {
    transition: none;
  }
}
