/* Экран 27 — компактная версия в визуальной логике экрана 21. */
body:has(#app>.route-fit-screen--complete){
  overflow-x:hidden;
  background:#fff;
  background-image:none;
}

body:has(#app>.route-fit-screen--complete) .app-shell{padding:0 24px 40px}
body:has(#app>.route-fit-screen--complete) .topbar{width:min(1180px,100%);min-height:62px;margin:0 auto;padding:18px 2px 8px;border:0;background:#fff}
body:has(#app>.route-fit-screen--complete) .topbar .brand img{width:90px}
body:has(#app>.route-fit-screen--complete) .topbar__meta{display:none}

#app>.route-fit-screen--complete.screen--single{
  width:min(1180px,100%);
  max-width:1180px;
  margin:0 auto 40px;
  padding:0;
  border:0;
  background:#fff;
  box-shadow:none;
  font-family:"Graphik",Arial,sans-serif;
}

.route-fit-screen--complete>.question-back{
  min-height:28px;
  margin:0 0 10px 2px;
  padding:6px 10px;
  border:0;
  border-radius:12px;
  background:#f5f5f5;
  color:#000;
  box-shadow:none;
  font-size:13px;
  font-weight:600;
}

.route-fit-screen--complete .route-fit-page{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:12px;
  overflow:visible;
  border:0;
  border-radius:0;
  background:#fff;
  box-shadow:none;
}

.route-fit-screen--complete .route-fit-page>header,
.route-fit-screen--complete .route-fit-page>section,
.route-fit-screen--complete .route-fit-page>aside,
.route-fit-screen--complete .route-fit-page>footer{
  grid-column:1;
  min-width:0;
  padding:24px;
  overflow:hidden;
  border:0;
  border-radius:18px;
  background:#f5f5f5;
  box-shadow:none;
}

.route-fit-screen--complete h1,
.route-fit-screen--complete h2,
.route-fit-screen--complete h3{
  color:#000;
  letter-spacing:-.03em;
}

.route-fit-screen--complete h1,
.route-fit-screen--complete h2{font-weight:500}
.route-fit-screen--complete h3{font-weight:600}

.route-fit-screen--complete p,
.route-fit-screen--complete small,
.route-fit-screen--complete span,
.route-fit-screen--complete b,
.route-fit-screen--complete strong,
.route-fit-screen--complete summary{color:#000}

.route-fit-screen--complete .eyebrow{
  display:inline-flex;
  width:auto;
  max-width:max-content;
  margin:0 0 12px;
  padding:7px 10px;
  border:0;
  border-radius:999px;
  background:#3d3bff;
  color:#fff!important;
  font-size:12px;
  font-weight:600;
  line-height:1.2;
  letter-spacing:0;
  text-transform:none;
}

/* Персональный маршрут: один вводный блок с реальными ответами пользователя. */
.route-fit-screen--complete .route-fit-page>.route-fit-intro{
  padding:var(--space-7);
  overflow:visible;
  border:1px solid var(--ui-border-soft);
  border-radius:var(--radius-workspace);
  background:var(--ui-surface);
  box-shadow:var(--shadow-workspace);
}

.route-fit-screen--complete .route-fit-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:var(--space-4) var(--space-6);
  align-items:start;
  background:transparent;
  color:var(--ui-text);
}
.route-fit-screen--complete .route-fit-hero>.eyebrow,
.route-fit-screen--complete .route-fit-hero>h1,
.route-fit-screen--complete .route-fit-hero>.route-fit-hero__description{grid-column:1}
.route-fit-screen--complete .route-fit-hero>.eyebrow{margin:0;grid-row:1}
.route-fit-screen--complete .route-fit-hero h1{max-width:none;margin:0;grid-row:2;font-size:44px;line-height:1.04;font-weight:500}
.route-fit-screen--complete .route-fit-hero__description{display:grid;gap:var(--space-2);grid-row:3}
.route-fit-screen--complete .route-fit-hero__description p{max-width:660px;margin:0;color:var(--ui-text-muted);font-size:16px;line-height:1.45}
.route-fit-screen--complete .route-fit-hero__description strong{color:var(--ui-text);font-weight:600}

.route-fit-screen--complete .route-fit-page>.route-fit-program-cta{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.5fr);gap:var(--space-7);align-items:stretch;padding:var(--space-7);border:1px solid var(--ui-border);background:var(--ui-surface)}
.route-fit-screen--complete .route-fit-program-cta__copy{max-width:700px}
.route-fit-screen--complete .route-fit-program-cta__copy h2{margin:0;font-size:44px;line-height:1.05;font-weight:500}
.route-fit-screen--complete .route-fit-program-cta__copy p{max-width:660px;margin:var(--space-4) 0 0;color:var(--ui-text-muted);font-size:15px;line-height:1.5}
.route-fit-screen--complete .route-fit-program-cta__copy p.route-fit-program-cta__question{margin-top:var(--space-9)}
.route-fit-screen--complete .route-fit-program-cta__actions{display:grid;align-content:center;justify-items:center;padding-left:var(--space-7);border-left:1px solid var(--ui-border-soft)}
.route-fit-screen--complete .route-fit-program-cta__speaker{display:grid;width:100%;grid-template-columns:76px minmax(0,1fr);gap:var(--space-3);align-items:center;margin:0 0 var(--space-3)}
.route-fit-screen--complete .route-fit-program-cta__speaker img{display:block;width:76px;height:76px;border-radius:50%;object-fit:cover;object-position:center 20%}
.route-fit-screen--complete .route-fit-program-cta__speaker figcaption{position:relative;padding:var(--space-4);border-radius:var(--radius-control);background:var(--ui-accent-soft);color:var(--ui-text);font-size:14px;font-weight:600;line-height:1.35}
.route-fit-screen--complete .route-fit-program-cta__speaker figcaption::before{position:absolute;top:50%;left:-5px;width:10px;height:10px;background:var(--ui-accent-soft);content:"";transform:translateY(-50%) rotate(45deg)}
.route-fit-screen--complete .route-fit-program-cta__actions .primary{width:100%;min-height:58px;margin-top:24px;padding:0 22px;border:0;border-radius:15px;background:var(--ui-accent);color:#fff;box-shadow:var(--shadow-primary);font-size:16px;font-weight:700;white-space:nowrap}
.route-fit-screen--complete .route-fit-program-cta__actions .primary:hover{background:var(--ui-accent-hover)}
.route-fit-screen--complete .route-fit-program-cta__actions small{margin-top:var(--space-2);color:var(--ui-text-soft);font-size:12px;line-height:1.35;text-align:center}
.route-fit-screen--complete .route-fit-program-cta__actions button:focus-visible{outline:3px solid var(--ui-accent-focus);outline-offset:3px}

.route-fit-screen--complete .route-fit-personal-cards{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:var(--space-3);margin-top:var(--space-6)}
.route-fit-screen--complete .route-fit-personal-card{min-width:0;padding:var(--space-5);border-radius:var(--radius-card);background:var(--ui-bg)}
.route-fit-screen--complete .route-fit-personal-card--strength{background:var(--ui-success-bg)}
.route-fit-screen--complete .route-fit-personal-card>span{display:block;color:var(--ui-text-soft);font-size:11px;font-weight:600;line-height:1.3;text-transform:uppercase}
.route-fit-screen--complete .route-fit-personal-card h2{margin:var(--space-2) 0 0;font-size:18px;line-height:1.2}
.route-fit-screen--complete .route-fit-personal-card p{margin:var(--space-2) 0 0;color:var(--ui-text-muted);font-size:14px;line-height:1.4}

.route-fit-screen--complete .route-fit-path{margin-top:var(--space-6);padding-top:var(--space-6);border-top:0;background:transparent;color:var(--ui-text)}
.route-fit-screen--complete .route-fit-path h2{margin:0;color:var(--ui-text);font-size:24px;line-height:1.12}
.route-fit-screen--complete .route-fit-path ol{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:var(--space-3)!important;max-width:none;margin:var(--space-5) 0 0!important;padding:0;border:0}
.route-fit-screen--complete .route-fit-path li{display:block!important;min-width:0;min-height:0;padding:var(--space-4)!important;border:1px solid var(--ui-border);border-radius:var(--radius-card);background:var(--ui-surface)}
.route-fit-screen--complete .route-fit-path li:first-child{border-color:var(--ui-accent-focus);background:var(--ui-accent-soft)}
.route-fit-screen--complete .route-fit-path li::before{display:none!important}
.route-fit-screen--complete .route-fit-path__step-head{display:grid;grid-template-columns:32px minmax(20px,1fr);gap:var(--space-3);padding:0;align-items:center}
.route-fit-screen--complete .route-fit-path__step-head>i{display:grid;width:32px;height:32px;margin:0;place-items:center;border-radius:50%;background:var(--ui-text);color:var(--ui-surface);font-size:11px;font-style:normal;font-weight:700}
.route-fit-screen--complete .route-fit-path li:first-child .route-fit-path__step-head>i{background:var(--ui-accent)}
.route-fit-screen--complete .route-fit-path__step-head>span{height:1px;background:var(--ui-border)}
.route-fit-screen--complete .route-fit-path__step-body{min-width:0;margin-top:var(--space-3);padding:0}
.route-fit-screen--complete .route-fit-path__step-body>b{display:block;color:var(--ui-text-soft);font-size:10px;font-weight:600;line-height:1.3}
.route-fit-screen--complete .route-fit-path li h3{margin:var(--space-2) 0;overflow-wrap:normal;color:var(--ui-text);hyphens:none;font-size:16px;line-height:1.25}
.route-fit-screen--complete .route-fit-path li p{margin:0;color:var(--ui-text-muted);font-size:13px;line-height:1.45}

@media(max-width:1200px){
  .route-fit-screen--complete .route-fit-page>.route-fit-program-cta{grid-template-columns:1fr;gap:var(--space-6);padding:var(--space-6) var(--space-5)}
  .route-fit-screen--complete .route-fit-program-cta__actions{padding:var(--space-5) 0 0;border-top:1px solid var(--ui-border-soft);border-left:0}
}

.route-fit-screen--complete .route-fit-page>.course-proof-intro{background:#3d3bff}
.route-fit-screen--complete .course-proof-intro .eyebrow{background:#fff;color:#000!important}
.route-fit-screen--complete .course-proof-intro h2,
.route-fit-screen--complete .course-proof-intro>p:last-child{color:#fff}
.route-fit-screen--complete .course-proof-intro h2,
.route-fit-screen--complete .course-proof-section>h2,
.route-fit-screen--complete .course-proof-section>div>h2{max-width:760px;margin:0;font-size:24px;line-height:1.08}
.route-fit-screen--complete .course-proof-intro>p:last-child{max-width:720px;margin:12px 0 0;font-size:14px;line-height:1.4}

/* Карточки результатов, формата и поддержки. */
.route-fit-screen--complete .route-fit-matches>div,
.route-fit-screen--complete .learning-format>div,
.route-fit-screen--complete .support-section>div,
.route-fit-screen--complete .career-section>div,
.route-fit-screen--complete .ai-section>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:18px;border:0}

.route-fit-screen--complete .route-fit-matches article,
.route-fit-screen--complete .learning-format>div article,
.route-fit-screen--complete .support-section>div article,
.route-fit-screen--complete .career-section>div article,
.route-fit-screen--complete .ai-section>div article{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;min-height:105px;padding:14px!important;align-content:start;border:0!important;border-radius:12px;background:#fff;box-shadow:none}

.route-fit-screen--complete .route-fit-matches article>i,
.route-fit-screen--complete .learning-format article>i,
.route-fit-screen--complete .support-section article>i,
.route-fit-screen--complete .career-section article>i,
.route-fit-screen--complete .ai-section article>i{display:grid;width:32px;height:32px;place-items:center;border-radius:10px;background:#3d3bff;color:#fff;font-size:10px;font-style:normal;font-weight:700}

.route-fit-screen--complete .route-fit-matches article h3,
.route-fit-screen--complete .learning-format article h3,
.route-fit-screen--complete .support-section article h3,
.route-fit-screen--complete .career-section article h3,
.route-fit-screen--complete .ai-section article h3{margin:0 0 5px;font-size:15px;line-height:1.25}

.route-fit-screen--complete .route-fit-matches article p,
.route-fit-screen--complete .learning-format article p,
.route-fit-screen--complete .support-section article p,
.route-fit-screen--complete .career-section article p,
.route-fit-screen--complete .ai-section article p{margin:0;color:#000;font-size:12px;line-height:1.4}

.route-fit-screen--complete .learning-format>aside{max-width:none;margin:16px 0 0;padding:14px;border:0;border-radius:12px;background:#3d3bff;color:#fff;font-size:13px;line-height:1.4}

/* Инструменты. */
.route-fit-screen--complete .tools-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}
.route-fit-screen--complete .tools-groups>section{min-width:0;padding:14px;border-radius:12px;background:#fff}
.route-fit-screen--complete .tools-groups>section>h3{margin:0 0 10px;font-size:15px}
.route-fit-screen--complete .tools-groups>section>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
.route-fit-screen--complete .tools-groups article{display:grid;grid-template-columns:34px minmax(0,1fr);gap:8px;min-height:54px;padding:8px;align-items:center;border:0;border-radius:10px;background:#f5f5f5;box-shadow:none}
.route-fit-screen--complete .tools-groups article>i{display:grid;width:32px;height:32px;place-items:center;border:0;border-radius:9px;background:#fff;color:#000;box-shadow:none;font-size:9px;font-style:normal;font-weight:700}
.route-fit-screen--complete .tools-groups article>span{color:#000;font-size:12px;font-weight:600;line-height:1.2}
.route-fit-screen--complete .tools-groups article>small{grid-column:2;color:#000;font-size:9px;font-weight:600;text-transform:none}
.route-fit-screen--complete .tools-groups article.is-highlighted{background:#3d3bff}
.route-fit-screen--complete .tools-groups article.is-highlighted>span,
.route-fit-screen--complete .tools-groups article.is-highlighted>small{color:#fff}

/* Тёмные смысловые блоки. */
.route-fit-screen--complete .route-fit-page>.ai-section,
.route-fit-screen--complete .route-fit-page>.route-consultation{background:#000;color:#fff}
.route-fit-screen--complete .ai-section h2,
.route-fit-screen--complete .ai-section>p,
.route-fit-screen--complete .ai-section>small,
.route-fit-screen--complete .route-consultation h2,
.route-fit-screen--complete .route-consultation p,
.route-fit-screen--complete .route-consultation small{color:#fff}
.route-fit-screen--complete .ai-section .eyebrow,
.route-fit-screen--complete .route-consultation .eyebrow{background:#fff;color:#000!important}
.route-fit-screen--complete .ai-section>p:not(.eyebrow){max-width:720px;margin:12px 0 0;color:#fff;font-size:14px;line-height:1.4}
.route-fit-screen--complete .ai-section>div article{background:#202020}
.route-fit-screen--complete .ai-section article h3,
.route-fit-screen--complete .ai-section article p{color:#fff}
.route-fit-screen--complete .ai-section>small{display:block;margin-top:14px;font-size:11px;line-height:1.4}

/* Блок с тестовыми заданиями партнёров со страницы курса. */
.route-fit-screen--complete .route-fit-page>.partner-cases{
  width:calc(100% + 36px);
  max-width:1168px;
  margin-inline:-18px;
  padding:20px 0 120px;
  overflow:hidden;
  border-radius:0;
  background:#fff;
}
.route-fit-screen--complete .partner-cases__wrapper{
  width:100%;
  margin:0 auto;
  overflow:hidden;
}
.route-fit-screen--complete h2.partner-cases__title{
  width:min(768px,100%);
  max-width:none;
  margin:0 0 56px;
  color:#000;
  font-size:52px;
  font-weight:500;
  line-height:54px;
  letter-spacing:-.02em;
}
.route-fit-screen--complete .partner-cases__sliders{
  display:grid;
  position:relative;
  grid-template-columns:minmax(0,1.376fr) minmax(0,1fr);
  grid-template-rows:minmax(0,1fr) 98px;
  column-gap:56px;
}
.route-fit-screen--complete .partner-cases__media-viewport{
  grid-column:1;
  grid-row:1/-1;
  min-width:0;
  aspect-ratio:644/362;
  overflow:hidden;
  touch-action:pan-y;
}
.route-fit-screen--complete .partner-cases__media-list,
.route-fit-screen--complete .partner-cases__text-list{
  position:relative;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  list-style:none;
}
.route-fit-screen--complete .partner-cases__media-slide,
.route-fit-screen--complete .partner-cases__text-slide{
  position:absolute;
  inset:0;
  width:100%;
  opacity:0;
  pointer-events:none;
  transition:opacity 240ms ease;
}
.route-fit-screen--complete .partner-cases__media-slide{
  height:100%;
  overflow:hidden;
  border-radius:20px;
}
.route-fit-screen--complete .partner-cases__media-slide.is-active,
.route-fit-screen--complete .partner-cases__text-slide.is-active{
  opacity:1;
  pointer-events:auto;
}
.route-fit-screen--complete .partner-cases__media-slide img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.route-fit-screen--complete .partner-cases__text-viewport{
  grid-column:2;
  grid-row:1;
  min-width:0;
  overflow:hidden;
}
.route-fit-screen--complete .partner-cases__text-slide h3{
  margin:0;
  color:#000;
  font-size:20px;
  font-weight:500;
  line-height:1.5;
  letter-spacing:0;
}
.route-fit-screen--complete .partner-cases__text-slide p{
  margin:8px 0 0;
  color:#000;
  font-size:16px;
  font-weight:400;
  line-height:22px;
}
.route-fit-screen--complete .partner-cases__controls{
  display:flex;
  grid-column:2;
  grid-row:2;
  height:40px;
  margin-top:40px;
  align-self:end;
  align-items:center;
}
.route-fit-screen--complete .partner-cases__arrow{
  display:flex;
  width:40px;
  height:40px;
  padding:0;
  align-items:center;
  justify-content:center;
  border:1px solid var(--ui-accent);
  border-radius:50%;
  background:var(--ui-accent);
  color:var(--ui-surface);
  cursor:pointer;
  transition:background-color 160ms ease,border-color 160ms ease,color 160ms ease;
}
.route-fit-screen--complete .partner-cases__arrow svg{
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:2;
}
.route-fit-screen--complete .partner-cases__arrow:not(:disabled):hover{
  border-color:var(--ui-accent-hover);
  background:var(--ui-accent-hover);
}
.route-fit-screen--complete .partner-cases__arrow:disabled{
  border-color:var(--ui-border);
  background:var(--ui-surface);
  color:var(--ui-disabled);
  cursor:default;
}
.route-fit-screen--complete .partner-cases__arrow:focus-visible{
  outline:3px solid var(--ui-accent-focus);
  outline-offset:2px;
}
.route-fit-screen--complete .partner-cases__count{
  min-width:61px;
  margin:0 8px;
  color:#000;
  font-size:14px;
  font-weight:500;
  line-height:20px;
  text-align:center;
}
.route-fit-screen--complete .partner-cases__count b{font-weight:500}

@media(max-width:1199px) and (min-width:1024px){
  .route-fit-screen--complete .partner-cases__sliders{column-gap:40px}
}

@media(max-width:1023px){
  .route-fit-screen--complete .route-fit-page>.partner-cases{padding:8px 0 56px}
  .route-fit-screen--complete .partner-cases__wrapper{width:calc(100% - 40px)}
  .route-fit-screen--complete h2.partner-cases__title{
    width:100%;
    margin-bottom:32px;
    font-size:32px;
    line-height:34px;
    letter-spacing:0;
  }
  .route-fit-screen--complete .partner-cases__sliders{display:block}
  .route-fit-screen--complete .partner-cases__controls{
    height:40px;
    margin:0 0 12px;
  }
  .route-fit-screen--complete .partner-cases__arrow{display:flex}
  .route-fit-screen--complete .partner-cases__count{
    min-width:0;
    margin:0;
    text-align:left;
  }
  .route-fit-screen--complete .partner-cases__media-viewport{
    width:100%;
    aspect-ratio:16/9;
    overflow:visible;
  }
  .route-fit-screen--complete .partner-cases__media-list{
    display:flex;
    gap:8px;
    transform:translate3d(var(--partner-cases-offset,0),0,0);
    transition:transform 240ms ease;
  }
  .route-fit-screen--complete .partner-cases__media-slide{
    position:static;
    flex:0 0 100%;
    opacity:1;
    pointer-events:auto;
    border-radius:12px;
    transition:none;
  }
  .route-fit-screen--complete .partner-cases__text-viewport{
    margin-top:20px;
    overflow:visible;
  }
  .route-fit-screen--complete .partner-cases__text-list{height:auto}
  .route-fit-screen--complete .partner-cases__text-slide{
    display:none;
    position:static;
    opacity:1;
    pointer-events:auto;
    transition:none;
  }
  .route-fit-screen--complete .partner-cases__text-slide.is-active{display:list-item}
  .route-fit-screen--complete .partner-cases__text-slide h3{
    font-size:18px;
    line-height:22px;
  }
}

@media(max-width:640px){
  .route-fit-screen--complete .route-fit-page>.partner-cases{
    width:calc(100% + 48px);
    margin-inline:-24px;
  }
  .route-fit-screen--complete .partner-cases__controls{height:32px}
  .route-fit-screen--complete .partner-cases__arrow{width:32px;height:32px}
  .route-fit-screen--complete .partner-cases__arrow svg{width:14px;height:14px}
  .route-fit-screen--complete .partner-cases__count{margin:0 8px}
}

@media(prefers-reduced-motion:reduce){
  .route-fit-screen--complete .partner-cases__media-slide,
  .route-fit-screen--complete .partner-cases__text-slide,
  .route-fit-screen--complete .partner-cases__media-list{transition:none}
}

/* Проекты, выпускники, эксперты и отзывы. */
.route-fit-screen--complete .product-carousel,
.route-fit-screen--complete .portfolio-section .product-carousel,
.route-fit-screen--complete .alumni-section .product-carousel,
.route-fit-screen--complete .experts-section .product-carousel,
.route-fit-screen--complete .reviews-section .product-carousel{display:grid!important;grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px!important;margin-top:18px;padding:0;overflow:visible;scroll-snap-type:none}
.route-fit-screen--complete .product-carousel>article{min-width:0;min-height:155px;padding:14px!important;border:0!important;border-radius:12px;background:#fff;box-shadow:none}
.route-fit-screen--complete .product-carousel article>span,
.route-fit-screen--complete .product-carousel article>small{color:#000;font-size:10px;letter-spacing:0;text-transform:none}
.route-fit-screen--complete .product-carousel article>span{font-weight:600}
.route-fit-screen--complete .product-carousel article>h3{margin:18px 0 7px;font-size:16px;line-height:1.2}
.route-fit-screen--complete .product-carousel article>p{margin:0;color:#000;font-size:12px;line-height:1.4}
.route-fit-screen--complete .experts-section .product-carousel article>i{display:grid;width:40px;height:40px;place-items:center;border-radius:50%;background:#3d3bff;color:#fff;font-size:11px;font-style:normal;font-weight:700}

/* Программа, FAQ и подтверждения. */
.route-fit-screen--complete .program-section>div,
.route-fit-screen--complete .faq-section>div{display:grid;gap:6px;margin-top:18px;border:0}
.route-fit-screen--complete .program-section details,
.route-fit-screen--complete .faq-section details{border:0;border-radius:10px;background:#fff}
.route-fit-screen--complete .program-section summary,
.route-fit-screen--complete .faq-section summary{min-height:52px;padding:12px 14px}
.route-fit-screen--complete .program-section summary>span{font-size:10px;font-weight:600}
.route-fit-screen--complete .program-section summary>b,
.route-fit-screen--complete .faq-section summary>b{font-size:14px;line-height:1.3}
.route-fit-screen--complete .program-section summary>i,
.route-fit-screen--complete .faq-section summary>i{background:#000;color:#fff}
.route-fit-screen--complete .program-section details>p,
.route-fit-screen--complete .faq-section details>p{max-width:760px;padding:0 14px 14px;color:#000;font-size:12px;line-height:1.4}

.route-fit-screen--complete .trust-section,
.route-fit-screen--complete .business-studio-section{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:end;background:#f5f5f5}
.route-fit-screen--complete .trust-section p,
.route-fit-screen--complete .trust-section small,
.route-fit-screen--complete .business-studio-section p{color:#000;font-size:12px;line-height:1.4}
.route-fit-screen--complete .trust-section>i,
.route-fit-screen--complete .business-studio-section>i{display:grid;width:64px;height:64px;place-items:center;border-radius:12px;background:#000;color:#fff;font-size:12px;font-style:normal;font-weight:700}
.route-fit-screen--complete .route-fit-page>.business-studio-section,
.route-fit-screen--complete .route-fit-page>.business-studio-section.is-personal{background:#3d3bff}
.route-fit-screen--complete .business-studio-section h2,
.route-fit-screen--complete .business-studio-section p{color:#fff}
.route-fit-screen--complete .business-studio-section .eyebrow{background:#000;color:#fff!important}
.route-fit-screen--complete .business-studio-section>i{background:#fff;color:#000}

.route-fit-screen--complete .price-section__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:8px;margin-top:18px}
.route-fit-screen--complete .price-section__grid article,
.route-fit-screen--complete .price-section__grid>div{padding:16px;border-radius:12px;background:#fff}
.route-fit-screen--complete .price-section__grid article>span{font-size:11px;text-transform:none}
.route-fit-screen--complete .price-section__grid article>strong{font-size:20px}
.route-fit-screen--complete .price-section__grid article>p,
.route-fit-screen--complete .price-section__grid>div p{color:#000;font-size:12px;line-height:1.4}
.route-fit-screen--complete .price-section__grid a,
.route-fit-screen--complete .reviews-section>a{color:#000;font-size:12px;font-weight:600;text-decoration:underline;text-underline-offset:3px}

/* Финальная консультация. */
.route-fit-screen--complete .route-consultation{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:end}
.route-fit-screen--complete .route-consultation h2{max-width:650px;font-size:28px;line-height:1.04}
.route-fit-screen--complete .route-consultation p{margin-top:10px;font-size:13px;line-height:1.4}
.route-fit-screen--complete .route-consultation small{display:block;margin-top:8px;font-size:11px;line-height:1.4}
.route-fit-screen--complete .route-consultation .primary{width:auto;min-width:230px;min-height:46px;padding:0 18px;border:0;border-radius:12px;background:#3d3bff;color:#fff;box-shadow:none;font-size:15px;font-weight:600}
.route-fit-screen--complete .route-consultation .primary:hover{background:#302ee6;box-shadow:none}

/* Дополнительные блоки со страницы курса. */
.route-fit-screen--complete .course-source-section h2{max-width:760px;margin:0;font-size:clamp(24px,3.2vw,34px);line-height:1.06}
.route-fit-screen--complete .course-source-section>p:not(.eyebrow),
.route-fit-screen--complete .course-source-section:not(.employment-section):not(.course-abilities-section)>div>p:not(.eyebrow){max-width:720px;margin:12px 0 0;color:#000;font-size:14px;line-height:1.45}
.route-fit-screen--complete .route-fit-page>.course-overview-section{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);gap:var(--space-7);padding:var(--space-7);align-items:stretch;border:1px solid var(--ui-border-soft);background:var(--ui-surface);box-shadow:var(--shadow-workspace)}
.route-fit-screen--complete .course-overview-section>div{display:grid;align-content:center}
.route-fit-screen--complete .course-overview-section h2{max-width:720px;font-size:clamp(34px,4.2vw,48px);font-weight:500;line-height:1.04}
.route-fit-screen--complete .course-overview-section>div>p:not(.eyebrow){max-width:680px;margin-top:var(--space-4);color:var(--ui-text-muted);font-size:15px;line-height:1.5}
.route-fit-screen--complete .course-overview-section__cta{width:auto;min-width:220px;margin-top:var(--space-5);justify-self:start;border:0;border-radius:var(--radius-control);background:var(--ui-accent);color:var(--ui-surface);box-shadow:var(--shadow-primary);font-size:15px;font-weight:700}
.route-fit-screen--complete .course-overview-section__cta:hover{background:var(--ui-accent-hover)}
.route-fit-screen--complete .course-overview-section__cta:focus-visible{outline:3px solid var(--ui-accent-focus);outline-offset:3px}
.route-fit-screen--complete .course-overview-section>aside{display:grid;min-height:220px;gap:var(--space-4);padding:var(--space-6);align-items:start;border-radius:var(--radius-workspace);background:#000;color:var(--ui-surface)}
.route-fit-screen--complete .course-overview-section>aside.course-overview-proof{
  position:relative;
  min-height:440px;
  grid-template-rows:minmax(0,1fr) auto;
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--ui-accent) 70%,transparent);
  background:
    radial-gradient(circle at 92% 20%,color-mix(in srgb,var(--ui-accent) 42%,transparent),transparent 34%),
    #000;
  box-shadow:inset 0 0 48px color-mix(in srgb,var(--ui-accent) 18%,transparent);
}
.route-fit-screen--complete .course-overview-proof__hero{position:relative;min-height:210px}
.route-fit-screen--complete .course-overview-proof__tools{
  position:relative;
  z-index:2;
  max-width:270px;
  margin:0;
  color:var(--ui-surface);
  font-size:11px;
  font-weight:500;
  line-height:1.45;
}
.route-fit-screen--complete .course-overview-proof__metric{
  position:relative;
  z-index:2;
  display:block;
  margin-top:var(--space-7);
  color:var(--ui-surface);
  font-size:clamp(38px,3.8vw,52px);
  font-weight:700;
  line-height:.96;
  letter-spacing:-.04em;
}
.route-fit-screen--complete .course-overview-proof__metric span{color:inherit;font:inherit}
.route-fit-screen--complete .course-overview-proof__chart{
  position:absolute;
  right:calc(var(--space-4) * -1);
  bottom:calc(var(--space-3) * -1);
  width:74%;
  height:76%;
  overflow:visible;
}
.route-fit-screen--complete .course-overview-proof__chart rect{
  fill:color-mix(in srgb,var(--ui-accent) 35%,transparent);
  stroke:var(--ui-accent);
  stroke-width:1.5;
}
.route-fit-screen--complete .course-overview-proof__chart path{
  fill:none;
  stroke:var(--ui-accent);
  stroke-width:3;
  stroke-linecap:round;
  filter:drop-shadow(0 0 7px var(--ui-accent));
}
.route-fit-screen--complete .course-overview-proof__chart circle{
  fill:var(--ui-surface);
  filter:drop-shadow(0 0 8px var(--ui-accent));
}
.route-fit-screen--complete .course-overview-proof__items{position:relative;z-index:2;display:grid;gap:var(--space-2)}
.route-fit-screen--complete .course-overview-proof__item{
  display:grid;
  min-width:0;
  grid-template-columns:44px minmax(0,1fr);
  gap:var(--space-3);
  padding:var(--space-3);
  align-items:center;
  border:1px solid color-mix(in srgb,var(--ui-accent) 58%,transparent);
  border-radius:var(--radius-control);
  background:color-mix(in srgb,var(--ui-accent) 18%,transparent);
}
.route-fit-screen--complete .course-overview-proof__item>svg{
  width:44px;
  height:44px;
  padding:10px;
  border-radius:var(--radius-control);
  background:color-mix(in srgb,var(--ui-accent) 38%,transparent);
  fill:none;
  stroke:var(--ui-surface);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.route-fit-screen--complete .course-overview-proof__item p{margin:0;color:var(--ui-surface);font-size:15px;font-weight:500;line-height:1.25}
.route-fit-screen--complete .course-overview-proof__item p span{color:var(--ui-surface);font-size:14px;font-weight:400}
.route-fit-screen--complete .course-overview-section>aside.course-overview-discount{
  position:relative;
  min-height:320px;
  grid-template-rows:auto minmax(0,1fr) auto;
  gap:var(--space-4);
  overflow:hidden;
  align-content:space-between;
  align-items:stretch;
  border:1px solid color-mix(in srgb,var(--ui-accent) 70%,transparent);
  background:
    radial-gradient(circle at 88% 18%,color-mix(in srgb,var(--ui-accent) 42%,transparent),transparent 36%),
    #000;
  box-shadow:inset 0 0 48px color-mix(in srgb,var(--ui-accent) 18%,transparent);
}
.route-fit-screen--complete .course-overview-section>aside.course-overview-discount::before{
  content:'';
  position:absolute;
  z-index:0;
  top:var(--space-5);
  right:var(--space-5);
  width:calc(var(--space-8) * 4);
  aspect-ratio:1;
  border-radius:var(--radius-pill);
  background:conic-gradient(var(--ui-accent) 0 55%,color-mix(in srgb,var(--ui-accent) 16%,transparent) 55% 100%);
  opacity:.9;
  -webkit-mask:radial-gradient(farthest-side,transparent calc(100% - var(--space-4)),#000 0);
  mask:radial-gradient(farthest-side,transparent calc(100% - var(--space-4)),#000 0);
}
.route-fit-screen--complete .course-overview-discount .course-overview-section__highlights{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3) var(--space-2);margin:0;padding:0;align-self:center;color:var(--ui-surface);font-size:12px;font-weight:400;line-height:1.3;list-style:none}
.route-fit-screen--complete .course-overview-section__highlights li{display:grid;grid-template-columns:var(--space-2) minmax(0,1fr);gap:var(--space-2);align-items:start}
.route-fit-screen--complete .course-overview-section__highlights li::before{content:'';width:var(--space-2);height:var(--space-2);margin-top:var(--space-1);border-radius:var(--radius-pill);background:var(--ui-accent);box-shadow:0 0 0 var(--space-1) color-mix(in srgb,var(--ui-accent) 18%,transparent)}
.route-fit-screen--complete .course-overview-discount__offer{position:relative;z-index:1;display:grid;align-content:center;gap:var(--space-2);color:var(--ui-surface)}
.route-fit-screen--complete .course-overview-discount__offer span{display:inline-flex;width:max-content;padding:var(--space-2) var(--space-3);border-radius:var(--radius-pill);background:var(--ui-highlight);color:var(--ui-text);box-shadow:0 0 var(--space-5) color-mix(in srgb,var(--ui-highlight) 45%,transparent);font-size:13px;font-weight:600;line-height:1.2;text-transform:uppercase}
.route-fit-screen--complete .course-overview-discount__offer strong{color:var(--ui-surface);font-size:52px;font-weight:700;line-height:.9;letter-spacing:-.04em;text-shadow:0 0 24px color-mix(in srgb,var(--ui-accent) 58%,transparent)}
.route-fit-screen--complete .course-overview-discount__offer small{max-width:none;color:var(--ui-surface);font-size:14px;font-weight:500;line-height:1.2;opacity:.8}
.route-fit-screen--complete .course-overview-discount__timer{position:relative;z-index:1;display:grid;width:100%;height:100%;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-2);align-items:center}
.route-fit-screen--complete .course-overview-discount__timer>span{display:grid;min-width:0;min-height:72px;padding:var(--space-2) var(--space-1);place-content:center;gap:var(--space-1);border:1px solid var(--ui-surface);border-radius:var(--radius-control);background:var(--ui-surface);color:var(--ui-text);box-shadow:0 0 var(--space-4) color-mix(in srgb,var(--ui-accent) 22%,transparent);text-align:center}
.route-fit-screen--complete .course-overview-discount__timer b{color:var(--ui-accent);font-size:24px;font-weight:600;line-height:1;font-variant-numeric:tabular-nums}
.route-fit-screen--complete .course-overview-discount__timer small{color:var(--ui-text);font-size:10px;line-height:1;text-transform:uppercase;opacity:.78}
.route-fit-screen--complete .market-section{min-height:240px;display:grid;align-content:end;background:#fff705}
.route-fit-screen--complete .market-section h2{max-width:720px;font-size:clamp(32px,4.4vw,48px)}

/* Screen 27: source course "about the profession" block. */
.route-fit-screen--complete .route-fit-page>.source-market{
  display:block;
  width:100vw;
  min-height:0;
  margin-inline:calc((100% - 100vw)/2);
  padding:20px 0 120px;
  align-content:normal;
  border-radius:0;
  background:#fff;
}
.route-fit-screen--complete .source-market__wrapper{
  display:grid;
  width:min(1168px,calc(100% - 72px));
  margin:0 auto;
  grid-template-columns:452px minmax(0,668px);
  column-gap:48px;
}
.route-fit-screen--complete .source-market__wrapper>h2{
  align-self:start;
  max-width:none;
  margin:0;
  color:#000;
  font-size:52px;
  font-weight:500;
  line-height:54px;
  letter-spacing:-.02em;
}
.route-fit-screen--complete section.course-source-section.source-market .source-market__wrapper>p:not(.eyebrow){
  align-self:start;
  margin:24px 0 0;
  color:#666;
  font-size:20px;
  font-weight:500;
  line-height:24px;
}
.route-fit-screen--complete .source-market__media{
  display:block;
  grid-column:2;
  grid-row:1 / span 2;
  width:100%;
  aspect-ratio:668/376;
  overflow:hidden;
  border-radius:20px;
}
.route-fit-screen--complete .source-market__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

@media(max-width:767px){
  .route-fit-screen--complete .route-fit-page>.source-market{padding:8px 0 56px}
  .route-fit-screen--complete .source-market__wrapper{
    display:block;
    width:100%;
    padding:0 20px;
  }
  .route-fit-screen--complete .source-market__wrapper>h2{
    font-size:32px;
    line-height:34px;
    letter-spacing:0;
  }
  .route-fit-screen--complete section.course-source-section.source-market .source-market__wrapper>p:not(.eyebrow){
    margin-top:16px;
    font-size:18px;
    line-height:22px;
  }
  .route-fit-screen--complete .source-market__media{
    margin-top:32px;
    aspect-ratio:335/188;
    border-radius:16px;
  }
}

.route-fit-screen--complete .employment-section>div+div,
.route-fit-screen--complete .payment-options-section>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:18px}
.route-fit-screen--complete .employment-section>div+div article,
.route-fit-screen--complete .payment-options-section article{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;min-height:118px;padding:14px;border-radius:12px;background:#fff}
.route-fit-screen--complete .employment-section article>i,
.route-fit-screen--complete .payment-options-section article>i{display:grid;width:32px;height:32px;place-items:center;border-radius:10px;background:#000;color:#fff;font-size:10px;font-style:normal;font-weight:700}
.route-fit-screen--complete .employment-section article h3,
.route-fit-screen--complete .payment-options-section article h3{margin:0 0 5px;font-size:15px;line-height:1.25}
.route-fit-screen--complete .employment-section article p,
.route-fit-screen--complete .payment-options-section article p{margin:0;font-size:12px;line-height:1.4}

.route-fit-screen--complete .salary-section{display:grid;grid-template-columns:minmax(0,.85fr) minmax(360px,1.15fr);gap:28px;align-items:end;background:#000}
.route-fit-screen--complete .salary-section h2,
.route-fit-screen--complete .salary-section>div>p:not(.eyebrow){color:#fff}
.route-fit-screen--complete .salary-section .eyebrow{background:#fff;color:#000!important}
.route-fit-screen--complete .salary-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;align-items:end}
.route-fit-screen--complete .salary-steps article{display:grid;min-height:145px;padding:13px;align-content:end;border-radius:12px;background:#202020}
.route-fit-screen--complete .salary-steps article:nth-child(2){min-height:175px;background:#3d3bff}
.route-fit-screen--complete .salary-steps article:nth-child(3){min-height:205px;background:#fff705}
.route-fit-screen--complete .salary-steps span,
.route-fit-screen--complete .salary-steps b,
.route-fit-screen--complete .salary-steps small{color:#fff}
.route-fit-screen--complete .salary-steps article:nth-child(3) span,
.route-fit-screen--complete .salary-steps article:nth-child(3) b,
.route-fit-screen--complete .salary-steps article:nth-child(3) small{color:#000}
.route-fit-screen--complete .salary-steps span{font-size:10px}
.route-fit-screen--complete .salary-steps b{margin:8px 0 4px;font-size:20px;line-height:1}
.route-fit-screen--complete .salary-steps small{font-size:11px}

/* Оригинальный блок «Как проходит обучение» со страницы курса. */
.route-fit-screen--complete .route-fit-page>.learning-process-section{
  width:auto;
  margin-inline:-24px;
  padding:20px 0 120px;
  overflow:visible;
  border-radius:0;
  background:#fff;
  color:#000;
  font-family:"Graphik",Tahoma,sans-serif;
  font-size:18px;
  line-height:26px;
}
.route-fit-screen--complete .learning-process__container{
  width:calc(100% - 12px);
  max-width:1168px;
  margin:0 auto;
}
.route-fit-screen--complete .learning-process-section .learning-process__container>h2{
  max-width:776px;
  margin:0 0 56px;
  font-size:52px;
  font-weight:500;
  letter-spacing:-.02em;
  line-height:54px;
}
.route-fit-screen--complete .learning-process__list{margin:0;padding:0;list-style:none}
.route-fit-screen--complete .learning-process__item{
  display:flex;
  margin:0 0 120px;
  padding:0;
  align-items:flex-start;
  border-radius:32px;
  background:transparent;
  color:#000;
  font-size:18px;
  line-height:26px;
}
.route-fit-screen--complete .learning-process__item:nth-child(odd){flex-direction:row-reverse}
.route-fit-screen--complete .learning-process__item:last-child{margin-bottom:0}
.route-fit-screen--complete .learning-process__text{
  width:32.876712%;
  flex:0 0 32.876712%;
  padding:32px;
  border-radius:32px;
  background:#f5f5f5;
}
.route-fit-screen--complete .learning-process__text strong{
  display:block;
  margin:0;
  font-size:32px;
  font-weight:500;
  line-height:36px;
  letter-spacing:normal;
}
.route-fit-screen--complete .learning-process__text p{
  margin:20px 0 0;
  color:#666;
  font-size:18px;
  font-weight:500;
  line-height:22px;
}
.route-fit-screen--complete .learning-process__media{
  min-width:0;
  margin-left:8px;
  aspect-ratio:776/436;
  flex:1 1 auto;
  overflow:hidden;
  border-radius:32px;
  background:transparent;
}
.route-fit-screen--complete .learning-process__item:nth-child(odd) .learning-process__media{margin:0 8px 0 0}
.route-fit-screen--complete .learning-process__media video{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.route-fit-screen--complete .learning-process__action{
  display:flex;
  margin-top:var(--space-9);
  justify-content:center;
}
.route-fit-screen--complete .learning-process__action .primary{width:340px;min-height:58px;flex:0 0 340px}

/* Оригинальный блок «После работы с Центром карьеры у вас будут» со страницы курса. */
.route-fit-screen--complete .route-fit-page>.career-center-section{
  width:100vw;
  margin-inline:calc((100% - 100vw)/2);
  padding:20px 0 120px;
  overflow:visible;
  border-radius:0;
  background:#fff;
}
.route-fit-screen--complete .career-center__wrapper{
  width:min(1168px,calc(100% - 96px));
  margin:0 auto;
}
.route-fit-screen--complete .career-center-section h2.career-center__title{
  max-width:768px;
  margin:0 0 56px;
  font-size:52px;
  font-weight:500;
  line-height:54px;
}
.route-fit-screen--complete .career-center__list{
  display:grid;
  margin:0;
  padding:0;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:56px;
  row-gap:48px;
  list-style:none;
}
.route-fit-screen--complete .career-center__item{
  min-width:0;
  margin:0;
  padding:0;
  background:transparent;
}
.route-fit-screen--complete .career-center__picture{
  display:block;
  width:164px;
  height:164px;
  margin:0 0 24px;
}
.route-fit-screen--complete .career-center__picture img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.route-fit-screen--complete .career-center__subtitle{
  display:block;
  margin:0;
  font-size:20px;
  font-weight:500;
  line-height:24px;
}
.route-fit-screen--complete .career-center__desc{
  margin:8px 0 0;
  color:#000;
  font-size:16px;
  font-weight:400;
  line-height:22px;
}

@media(min-width:1280px){
  .route-fit-screen--complete .career-center__item{
    display:grid;
    grid-template-columns:164px minmax(0,1fr);
    grid-template-rows:auto 1fr;
    column-gap:24px;
  }
  .route-fit-screen--complete .career-center__picture{grid-row:1/3}
  .route-fit-screen--complete .career-center__subtitle,
  .route-fit-screen--complete .career-center__desc{grid-column:2}
}

@media(max-width:1023px){
  .route-fit-screen--complete .route-fit-page>.career-center-section{padding-block:8px 56px}
  .route-fit-screen--complete .career-center-section h2.career-center__title{
    margin-bottom:40px;
    font-size:32px;
    line-height:34px;
  }
  .route-fit-screen--complete .career-center__list{display:block}
  .route-fit-screen--complete .career-center__item{margin-bottom:32px}
  .route-fit-screen--complete .career-center__item:last-child{margin-bottom:0}
  .route-fit-screen--complete .career-center__picture{
    width:80px;
    height:80px;
  }
  .route-fit-screen--complete .career-center__subtitle{
    font-size:18px;
    line-height:22px;
  }
}

.route-fit-screen--complete .route-fit-page>.resume-section{
  display:grid;
  width:calc(100vw - 8px);
  max-width:none;
  margin-top:108px;
  margin-bottom:108px;
  margin-inline:0;
  grid-template-columns:280px minmax(0,1fr);
  gap:0 8px;
  padding:100px var(--space-6);
  justify-self:center;
  border-radius:32px;
  background:#f5f5f5;
}
@media(min-width:1200px){
  .route-fit-screen--complete .route-fit-page>.resume-section{
    width:min(1400px,calc(100vw - 25px));
    padding-inline:var(--space-6);
  }
}
.route-fit-screen--complete .resume-section h2.resume-section__title{
  grid-column:1/-1;
  max-width:776px;
  margin:0 0 56px;
  font-size:52px;
  font-weight:500;
  line-height:54px;
  letter-spacing:-.03em;
}
.route-fit-screen--complete .resume-section__person,
.route-fit-screen--complete .resume-section__details{
  min-height:772px;
  border-radius:32px;
  background:#fff;
}
.route-fit-screen--complete .resume-section__person{
  display:flex;
  padding:var(--space-6);
  align-items:center;
  flex-direction:column;
  justify-content:center;
  text-align:left;
}
.route-fit-screen--complete .resume-section__person video{
  display:block;
  width:180px;
  height:180px;
  margin:0 0 40px;
  border-radius:50%;
  object-fit:cover;
}
.route-fit-screen--complete section.resume-section .resume-section__person>p,
.route-fit-screen--complete .resume-section__details h3{
  width:100%;
  margin:0 0 12px;
  color:#949494;
  font-size:16px;
  font-weight:500;
  line-height:20px;
  letter-spacing:0;
}
.route-fit-screen--complete .resume-section__person strong{
  display:block;
  width:100%;
  margin:0;
  padding:0;
  background:transparent;
  color:#000;
  font-size:28px;
  font-weight:500;
  line-height:32px;
  letter-spacing:-.03em;
}
.route-fit-screen--complete .resume-section__details{padding:48px}
.route-fit-screen--complete .resume-section__details h3{margin-bottom:20px}
.route-fit-screen--complete .resume-section__skills{
  margin:0 0 72px;
  padding:0;
  column-count:2;
  column-gap:32px;
  list-style:none;
}
.route-fit-screen--complete .resume-section__skills li{
  position:relative;
  min-height:20px;
  margin:0 0 12px;
  padding:0 0 0 34px;
  break-inside:avoid;
  background:transparent;
  font-size:18px;
  font-weight:500;
  line-height:22px;
}
.route-fit-screen--complete .resume-section__skills i{
  position:absolute;
  top:0;
  left:0;
  display:grid;
  width:20px;
  height:20px;
  place-items:center;
  border-radius:50%;
  background:#55b966;
  color:#fff;
  font-size:13px;
  font-style:normal;
  font-weight:700;
  line-height:1;
}
.route-fit-screen--complete .resume-section__tools{
  display:flex;
  margin:0 -4px -4px 0;
  padding:0;
  flex-wrap:wrap;
  list-style:none;
}
.route-fit-screen--complete .resume-section__tools li{
  display:flex;
  min-height:44px;
  margin:0 4px 4px 0;
  padding:6px 16px 6px 6px;
  align-items:center;
  border-radius:12px;
  background:#f5f5f5;
  font-size:16px;
  font-weight:500;
  line-height:20px;
  white-space:nowrap;
}
.route-fit-screen--complete .resume-section__tools img{
  display:block;
  width:32px;
  height:32px;
  margin-right:10px;
  border-radius:8px;
  object-fit:contain;
}
/* Блок «Трудоустройство» со страницы курса. */
.route-fit-screen--complete .route-fit-page>.employment-section{
  position:relative;
  left:auto;
  width:calc(100vw - 8px);
  max-width:1400px;
  margin:-4px 0 44px;
  padding:0;
  justify-self:center;
  overflow:visible;
  border-radius:0;
  background:transparent;
  transform:none;
}
.route-fit-screen--complete .employment-section__wrapper{
  padding:56px 16px;
  overflow:hidden;
  border-radius:20px;
  background:#292929;
  color:#fff;
}
.route-fit-screen--complete .employment-section .employment-section__title{
  max-width:none;
  margin:0 0 16px;
  color:#fff;
  font-size:32px;
  font-weight:500;
  line-height:34px;
  letter-spacing:-.02em;
  text-align:center;
}
.route-fit-screen--complete .employment-section .employment-section__description{
  margin:0;
  color:#fff;
  font-size:16px;
  font-weight:500;
  line-height:20px;
  text-align:center;
}
.route-fit-screen--complete .employment-section__description a,
.route-fit-screen--complete .employment-section__refund>a{
  color:#fff;
  text-decoration:underline;
  text-underline-offset:2px;
}
.route-fit-screen--complete .employment-section__refund>a b{color:#fff}
.route-fit-screen--complete .employment-section__pictures{
  display:flex;
  margin:40px 0;
  padding:0;
  justify-content:center;
  list-style:none;
}
.route-fit-screen--complete .employment-section__pictures li{
  width:130px;
  height:160px;
  flex:0 0 130px;
  overflow:hidden;
  border-radius:12px;
}
.route-fit-screen--complete .employment-section__pictures li:not(:last-child){margin-right:8px}
.route-fit-screen--complete .employment-section__pictures img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.route-fit-screen--complete .employment-section__steps{
  margin:0;
  padding:0;
  counter-reset:employment-step;
  list-style:none;
}
.route-fit-screen--complete .employment-section__steps li{
  display:flex;
  color:#fff;
  font-size:20px;
  font-weight:500;
  line-height:24px;
  align-items:center;
  flex-direction:column;
  text-align:center;
}
.route-fit-screen--complete .employment-section__steps li::before{
  display:flex;
  width:32px;
  height:32px;
  margin-bottom:16px;
  align-items:center;
  border-radius:50%;
  justify-content:center;
  background:#e0f5e0;
  color:#000;
  content:counter(employment-step);
  counter-increment:employment-step;
  font-size:18px;
  font-weight:500;
  line-height:22px;
}
.route-fit-screen--complete .employment-section__steps li:not(:last-child){margin-bottom:40px}
.route-fit-screen--complete .employment-section__refund{
  max-width:456px;
  margin:46px auto 0;
  text-align:center;
}
.route-fit-screen--complete .employment-section__refund p{
  margin:0 0 12px;
  color:#fff;
  font-size:24px;
  font-weight:500;
  line-height:28px;
}
.route-fit-screen--complete .employment-section__refund p>span{
  display:inline-block;
  padding:1px 8px;
  border-radius:8px;
  background:#e0f5e0;
  color:#000;
}
.route-fit-screen--complete .employment-section__refund>a{
  display:inline-block;
  font-size:14px;
  font-weight:400;
  line-height:20px;
}
.route-fit-screen--complete .employment-section__refund>a:hover,
.route-fit-screen--complete .employment-section__refund>a:focus-visible,
.route-fit-screen--complete .employment-section__description a:hover,
.route-fit-screen--complete .employment-section__description a:focus-visible{text-decoration:none}

@media(min-width:768px){
  .route-fit-screen--complete .employment-section__wrapper{padding-right:32px;padding-left:32px}
  .route-fit-screen--complete .employment-section .employment-section__title{max-width:696px;margin-right:auto;margin-left:auto}
  .route-fit-screen--complete .employment-section .employment-section__description{max-width:543px;margin-right:auto;margin-left:auto}
  .route-fit-screen--complete .employment-section__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .route-fit-screen--complete .employment-section__steps li:not(:last-child){margin-bottom:0}
}

@media(min-width:1024px){
  .route-fit-screen--complete .route-fit-page>.employment-section{width:min(1400px,calc(100vw - 25px));margin-top:8px;margin-bottom:108px}
  .route-fit-screen--complete .employment-section__wrapper{min-height:1080px;padding:100px 36px;border-radius:32px}
  .route-fit-screen--complete .employment-section .employment-section__title{
    max-width:776px;
    margin-bottom:24px;
    font-size:52px;
    line-height:54px;
  }
  .route-fit-screen--complete .employment-section .employment-section__description{max-width:776px;font-size:18px;line-height:22px}
  .route-fit-screen--complete .employment-section__pictures{margin-top:64px;margin-bottom:64px}
  .route-fit-screen--complete .employment-section__pictures li{width:232px;height:288px;flex-basis:232px;border-radius:20px}
  .route-fit-screen--complete .employment-section__steps{max-width:1168px;margin-right:auto;margin-left:auto;gap:32px}
  .route-fit-screen--complete .employment-section__steps li{font-size:24px;line-height:28px}
  .route-fit-screen--complete .employment-section__refund{max-width:468px;margin-top:120px}
  .route-fit-screen--complete .employment-section__refund p{margin-bottom:20px;font-size:32px;line-height:36px}
  .route-fit-screen--complete .employment-section__refund p>span{padding:0 9px}
}

.route-fit-screen--complete .career-paths-section{background:#000}
.route-fit-screen--complete .career-paths-section h2{color:#fff}
.route-fit-screen--complete .career-paths-section .eyebrow{background:#fff;color:#000!important}
.route-fit-screen--complete .career-paths-section>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:18px}
.route-fit-screen--complete .career-paths-section article{min-height:210px;padding:16px;border-radius:12px;background:#202020}
.route-fit-screen--complete .career-paths-section article:nth-child(2){background:#3d3bff}
.route-fit-screen--complete .career-paths-section article:nth-child(3){background:#fff705}
.route-fit-screen--complete .career-paths-section article i{display:inline-flex;padding:7px 9px;border-radius:999px;background:#fff;color:#000;font-size:9px;font-style:normal;font-weight:700}
.route-fit-screen--complete .career-paths-section article h3{margin:52px 0 10px;color:#fff;font-size:20px;line-height:1.1}
.route-fit-screen--complete .career-paths-section article p{margin:0;color:#fff;font-size:12px;line-height:1.45}
.route-fit-screen--complete .career-paths-section article:nth-child(3) h3,
.route-fit-screen--complete .career-paths-section article:nth-child(3) p{color:#000}

.route-fit-screen--complete .payment-options-section{background:#fff705}
.route-fit-screen--complete .payment-options-section article>i{background:#3d3bff}
.route-fit-screen--complete .digital-college-section{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:22px;background:#d2effc}
.route-fit-screen--complete .digital-college-section ul{display:grid;gap:7px;margin:0;padding:0;list-style:none}
.route-fit-screen--complete .digital-college-section li{padding:11px 12px;border-radius:10px;background:#fff;font-size:12px;line-height:1.35}
.route-fit-screen--complete .digital-college-section>a{grid-column:1/-1;color:#000;font-size:12px;font-weight:600;text-decoration:underline;text-underline-offset:3px}
.route-fit-screen--complete .companies-section{background:#3d3bff}
.route-fit-screen--complete .companies-section h2{color:#fff}
.route-fit-screen--complete .companies-section .eyebrow{background:#fff;color:#000!important}
.route-fit-screen--complete .companies-section>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:18px}
.route-fit-screen--complete .companies-section>div span{display:grid;min-height:72px;padding:12px;place-items:center;border-radius:12px;background:#fff;color:#000;font-size:14px;font-weight:600;text-align:center}
.route-fit-screen--complete .geography-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:24px;align-items:start}
.route-fit-screen--complete .geography-section details{border-radius:12px;background:#fff}
.route-fit-screen--complete .geography-section summary{display:flex;min-height:52px;padding:14px;align-items:center;justify-content:space-between;font-size:13px;font-weight:600;cursor:pointer}
.route-fit-screen--complete .geography-section summary i{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:#000;color:#fff;font-style:normal}
.route-fit-screen--complete .geography-section details>div{display:flex;gap:6px;padding:0 14px 14px;flex-wrap:wrap}
.route-fit-screen--complete .geography-section details span{padding:7px 9px;border-radius:999px;background:#f5f5f5;font-size:10px}

@media(min-width:641px) and (max-width:800px){
  .route-fit-screen--complete .route-fit-path li h3{hyphens:none;font-size:13px}
}

@media(min-width:641px) and (max-width:1023px){
  .route-fit-screen--complete .route-fit-page>.resume-section{
    display:block;
    width:calc(100vw - 8px);
    margin-block:44px;
    margin-inline:0;
    padding:56px 24px;
    justify-self:center;
    border-radius:20px;
  }
  .route-fit-screen--complete .resume-section h2.resume-section__title{
    max-width:428px;
    margin:0 0 32px;
    font-size:32px;
    line-height:34px;
  }
  .route-fit-screen--complete .resume-section__person,
  .route-fit-screen--complete .resume-section__details{
    min-height:0;
    border-radius:20px;
  }
  .route-fit-screen--complete .resume-section__person{
    display:grid;
    grid-template-columns:72px minmax(0,1fr);
    grid-template-rows:auto auto;
    gap:0 16px;
    margin-bottom:8px;
    padding:20px;
  }
  .route-fit-screen--complete .resume-section__person video{
    grid-row:1/3;
    width:72px;
    height:72px;
    margin:0;
  }
  .route-fit-screen--complete section.resume-section .resume-section__person>p{grid-column:2;margin-bottom:8px}
  .route-fit-screen--complete .resume-section__person strong{grid-column:2;font-size:24px;line-height:28px}
  .route-fit-screen--complete .resume-section__details{padding:20px}
  .route-fit-screen--complete .resume-section__skills{
    margin-bottom:32px;
    column-count:auto;
  }
  .route-fit-screen--complete .resume-section__skills li{
    padding-left:30px;
    font-size:16px;
    line-height:20px;
  }
}

@media(max-width:900px){
  .route-fit-screen--complete .route-fit-page>.route-fit-intro{padding:var(--space-6)}
  .route-fit-screen--complete .route-fit-hero{grid-template-columns:1fr}
  .route-fit-screen--complete .route-fit-personal-cards{grid-template-columns:1fr}
  .route-fit-screen--complete .route-fit-path ol{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .route-fit-screen--complete .route-fit-path li{min-height:0}
  .route-fit-screen--complete .route-fit-page>.learning-process-section{
    padding:8px 0 56px;
    font-size:16px;
    line-height:22px;
  }
  .route-fit-screen--complete .learning-process__container{width:calc(100% - 40px)}
  .route-fit-screen--complete .learning-process-section .learning-process__container>h2{
    max-width:none;
    margin-bottom:32px;
    font-size:32px;
    letter-spacing:normal;
    line-height:34px;
  }
  .route-fit-screen--complete .learning-process__item,
  .route-fit-screen--complete .learning-process__item:nth-child(odd){
    display:list-item;
    margin-bottom:20px;
    padding:32px 8px 8px;
    align-items:normal;
    border-radius:20px;
    background:#f5f5f5;
    color:#000;
    flex-direction:row;
    font-size:16px;
    line-height:22px;
  }
  .route-fit-screen--complete .learning-process__text{
    width:auto;
    max-width:none;
    flex:none;
    margin:0 0 24px;
    padding:0 12px;
    border-radius:0;
    background:transparent;
  }
  .route-fit-screen--complete .learning-process__text strong{font-size:24px;line-height:28px}
  .route-fit-screen--complete .learning-process__text p{margin-top:12px;font-size:16px;line-height:20px}
  .route-fit-screen--complete .learning-process__media,
  .route-fit-screen--complete .learning-process__item:nth-child(odd) .learning-process__media{
    position:relative;
    height:0;
    margin:0;
    padding-top:57.18554%;
    aspect-ratio:auto;
    border-radius:16px;
  }
  .route-fit-screen--complete .learning-process__media video{position:absolute;inset:0}
  .route-fit-screen--complete .learning-process__action{margin-top:var(--space-7)}
  .route-fit-screen--complete .learning-process__action .primary{width:100%;flex:1 1 auto}
  .route-fit-screen--complete .resume-section__tools li{
    min-height:36px;
    padding:6px 12px 6px 6px;
    font-size:14px;
    font-weight:500;
    line-height:18px;
  }
  .route-fit-screen--complete .resume-section__tools img{
    width:24px;
    height:24px;
    margin-right:8px;
    border-radius:4px;
  }
}

@media(max-width:640px){
  body:has(#app>.route-fit-screen--complete) .app-shell{padding-inline:14px}
  .route-fit-screen--complete .route-fit-page>header,
  .route-fit-screen--complete .route-fit-page>section,
  .route-fit-screen--complete .route-fit-page>aside,
  .route-fit-screen--complete .route-fit-page>footer{padding:20px 16px}
  .route-fit-screen--complete .route-fit-page>.route-fit-intro{padding:var(--space-5) var(--space-4)}
  .route-fit-screen--complete .route-fit-hero{gap:var(--space-4)}
  .route-fit-screen--complete .route-fit-hero h1{font-size:34px}
  .route-fit-screen--complete .route-fit-hero__description p{font-size:15px}
  .route-fit-screen--complete .route-fit-page>.route-fit-program-cta{padding:var(--space-5) var(--space-4)}
  .route-fit-screen--complete .route-fit-program-cta__copy h2{font-size:32px;line-height:1.06}
  .route-fit-screen--complete .route-fit-program-cta__copy p{font-size:14px}
  .route-fit-screen--complete .route-fit-program-cta__actions{width:100%}
  .route-fit-screen--complete .route-fit-program-cta__actions .primary{width:100%;min-width:0;padding-inline:var(--space-3)}
  .route-fit-screen--complete .route-fit-personal-cards{margin-top:var(--space-6)}
  .route-fit-screen--complete .route-fit-path{margin-top:var(--space-6);padding-top:var(--space-6)}
  .route-fit-screen--complete .route-fit-path h2{font-size:22px}
  .route-fit-screen--complete .route-fit-path ol{margin-top:var(--space-5)!important}
  .route-fit-screen--complete .route-fit-path li,
  .route-fit-screen--complete .route-fit-path li:nth-child(n){min-height:0;padding:var(--space-5)!important;border:1px solid var(--ui-border)}
  .route-fit-screen--complete .route-fit-path li:first-child{border-color:var(--ui-accent-focus)}
  .route-fit-screen--complete .route-fit-page>.learning-process-section{
    width:auto;
    margin-inline:-24px;
    padding:8px 0 56px;
  }
  .route-fit-screen--complete .route-fit-page>.career-center-section{
    position:relative;
    left:calc(50% - 24px);
    width:100vw;
    margin:0;
    transform:translateX(-50%);
  }
  .route-fit-screen--complete .career-center__wrapper{
    width:100%;
    padding-inline:20px;
  }
  .route-fit-screen--complete .route-fit-summary,
  .route-fit-screen--complete .route-fit-matches>div,
  .route-fit-screen--complete .learning-format>div,
  .route-fit-screen--complete .support-section>div,
  .route-fit-screen--complete .career-section>div,
  .route-fit-screen--complete .ai-section>div,
  .route-fit-screen--complete .tools-groups,
  .route-fit-screen--complete .tools-groups>section>div,
  .route-fit-screen--complete .price-section__grid,
  .route-fit-screen--complete .route-consultation{grid-template-columns:1fr}
  .route-fit-screen--complete .route-fit-path ol{grid-template-columns:1fr!important}
  .route-fit-screen--complete .route-fit-path li{min-height:0}
  .route-fit-screen--complete .product-carousel,
  .route-fit-screen--complete .portfolio-section .product-carousel,
  .route-fit-screen--complete .alumni-section .product-carousel,
  .route-fit-screen--complete .experts-section .product-carousel,
  .route-fit-screen--complete .reviews-section .product-carousel{grid-auto-flow:column;grid-auto-columns:82%;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory}
  .route-fit-screen--complete .route-consultation .primary{width:100%;min-width:0}
  .route-fit-screen--complete .course-overview-section,
  .route-fit-screen--complete .salary-section,
  .route-fit-screen--complete .digital-college-section,
  .route-fit-screen--complete .geography-section{grid-template-columns:1fr}
  .route-fit-screen--complete .route-fit-page>.course-overview-section{grid-template-columns:1fr;gap:var(--space-5);padding:var(--space-5) var(--space-4)}
  .route-fit-screen--complete .course-overview-section h2{font-size:34px}
  .route-fit-screen--complete .course-overview-section__cta{width:100%;min-width:0}
  .route-fit-screen--complete .course-overview-section>aside{min-height:180px;padding:var(--space-5)}
  .route-fit-screen--complete .course-overview-section>aside.course-overview-proof{min-height:430px}
  .route-fit-screen--complete .course-overview-proof__metric{font-size:42px}
  .route-fit-screen--complete .course-overview-proof__chart{right:calc(var(--space-5) * -1);width:78%}
  .route-fit-screen--complete .employment-section>div+div,
  .route-fit-screen--complete .payment-options-section>div,
  .route-fit-screen--complete .career-paths-section>div,
  .route-fit-screen--complete .companies-section>div{grid-template-columns:1fr}
  .route-fit-screen--complete .route-fit-page>.resume-section{
    display:block;
    width:calc(100vw - 8px);
    margin-block:44px;
    margin-inline:0;
    padding:56px 16px;
    justify-self:center;
    border-radius:20px;
  }
  .route-fit-screen--complete .resume-section h2.resume-section__title{
    margin:0 0 32px;
    font-size:32px;
    line-height:34px;
  }
  .route-fit-screen--complete .resume-section__person,
  .route-fit-screen--complete .resume-section__details{
    min-height:0;
    border-radius:20px;
  }
  .route-fit-screen--complete .resume-section__person{
    display:block;
    margin-bottom:8px;
    padding:20px;
  }
  .route-fit-screen--complete .resume-section__person video{
    width:72px;
    height:72px;
    margin-bottom:16px;
  }
  .route-fit-screen--complete section.resume-section .resume-section__person>p{margin-bottom:8px}
  .route-fit-screen--complete .resume-section__person strong{font-size:24px;line-height:28px}
  .route-fit-screen--complete .resume-section__details{padding:20px}
  .route-fit-screen--complete .resume-section__skills{
    margin-bottom:32px;
    column-count:auto;
  }
  .route-fit-screen--complete .resume-section__skills li{
    padding-left:30px;
    font-size:16px;
    line-height:20px;
  }
  .route-fit-screen--complete .salary-steps{grid-template-columns:repeat(3,minmax(0,1fr))}
  .route-fit-screen--complete .salary-steps article,
  .route-fit-screen--complete .salary-steps article:nth-child(2),
  .route-fit-screen--complete .salary-steps article:nth-child(3){min-height:145px}
  .route-fit-screen--complete .career-paths-section article{min-height:0}
  .route-fit-screen--complete .career-paths-section article h3{margin-top:28px}
}

/* Блок «Уже через 4 месяца вы сможете» со страницы курса. */
.route-fit-screen--complete .route-fit-page>.course-abilities-section{
  width:100vw;
  min-width:0;
  margin-inline:calc((100% - 100vw)/2);
  padding:20px max(36px,calc((100vw - 1168px)/2)) 120px;
  overflow:visible;
  border-radius:0;
  background:#fff;
}
.route-fit-screen--complete .course-abilities__wrapper{width:100%}
.route-fit-screen--complete .course-abilities-section h2.course-abilities__title{
  max-width:776px;
  margin:0 0 56px;
  font-size:52px;
  font-weight:500;
  line-height:54px;
  letter-spacing:-.03em;
}
.route-fit-screen--complete .course-abilities-section--experience h2.course-abilities__title{margin-bottom:20px}
.route-fit-screen--complete .route-fit-page>.course-abilities-section--experience{
  padding-top:calc(var(--space-9) + var(--space-7));
  padding-bottom:calc(var(--space-9) + var(--space-7));
}
.route-fit-screen--complete .course-abilities-section--experience .course-abilities__lead{margin-bottom:var(--space-8)}
.route-fit-screen--complete .course-abilities__lead{
  max-width:776px;
  margin:0 0 56px;
  color:#666;
  font-size:18px;
  font-weight:400;
  line-height:1.5;
}
.route-fit-screen--complete .course-abilities__list{
  position:relative;
  display:grid;
  margin:0;
  padding:0;
  grid-template-columns:minmax(0,58%) minmax(0,32.9%);
  column-gap:9.1%;
  list-style:none;
}
@media(min-width:1024px){
  .route-fit-screen--complete .course-abilities-section--experience h2.course-abilities__title,
  .route-fit-screen--complete .course-abilities-section--experience .course-abilities__lead{
    margin-left:calc(var(--space-9) + var(--space-1) - 1px);
  }
  .route-fit-screen--complete .course-abilities__list{min-height:494px}
  .route-fit-screen--complete .course-abilities-section--experience .course-abilities__list{min-height:400px}
  .route-fit-screen--complete .course-abilities-section--experience .course-abilities__card{
    padding:var(--space-5) var(--space-6);
    border-radius:var(--radius-workspace);
  }
}
.route-fit-screen--complete .course-abilities__item{
  min-width:0;
  margin:0;
  padding:0;
  grid-column:2;
  list-style:none;
}
.route-fit-screen--complete .course-abilities__card{
  display:block;
  width:100%;
  margin:0;
  padding:28px;
  border:0;
  border-radius:32px;
  background:transparent;
  color:#000;
  font:inherit;
  text-align:left;
  cursor:pointer;
  appearance:none;
}
.route-fit-screen--complete .course-abilities__item.is-active .course-abilities__card{background:#f5f5f5}
.route-fit-screen--complete .course-abilities__subtitle{
  display:block;
  color:#949494;
  font-size:24px;
  font-weight:500;
  line-height:28px;
  letter-spacing:-.03em;
}
.route-fit-screen--complete .course-abilities__item.is-active .course-abilities__subtitle{color:#000}
.route-fit-screen--complete .course-abilities__desc{
  display:block;
  max-height:0;
  overflow:hidden;
  color:#666;
  font-size:18px;
  font-weight:500;
  line-height:22px;
  opacity:0;
  transition:max-height 240ms ease,opacity 180ms ease;
}
.route-fit-screen--complete .course-abilities__item.is-active .course-abilities__desc{
  max-height:88px;
  opacity:1;
}
.route-fit-screen--complete .course-abilities-section--experience .course-abilities__item.is-active .course-abilities__desc{max-height:160px}
.route-fit-screen--complete .course-abilities__pic{
  position:absolute;
  top:0;
  left:0;
  display:block;
  width:58%;
  aspect-ratio:1355/762;
  overflow:hidden;
  border-radius:32px;
  opacity:0;
  pointer-events:none;
  transition:opacity 240ms ease;
}
.route-fit-screen--complete .course-abilities__item.is-active .course-abilities__pic{opacity:1}
.route-fit-screen--complete .course-abilities__pic img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.route-fit-screen--complete .course-abilities__icon{display:none}
.route-fit-screen--complete .course-abilities__card:focus-visible{
  outline:3px solid rgba(61,59,255,.24);
  outline-offset:2px;
}

@media(max-width:1023px){
  .route-fit-screen--complete .route-fit-page>.course-abilities-section{
    width:100%;
    margin-inline:0;
    padding:8px 20px 56px;
  }
  .route-fit-screen--complete .course-abilities-section h2.course-abilities__title{
    max-width:none;
    margin:0 0 32px;
    font-size:32px;
    line-height:34px;
  }
  .route-fit-screen--complete .course-abilities-section--experience h2.course-abilities__title{margin-bottom:16px}
  .route-fit-screen--complete .route-fit-page>.course-abilities-section--experience{padding-top:var(--space-9)}
  .route-fit-screen--complete .course-abilities-section--experience .course-abilities__lead{margin-bottom:var(--space-7)}
  .route-fit-screen--complete .course-abilities__lead{
    margin-bottom:32px;
    font-size:16px;
    line-height:22px;
  }
  .route-fit-screen--complete .course-abilities__list{display:block}
  .route-fit-screen--complete .course-abilities__card{
    min-height:88px;
    padding:20px 8px;
    border-radius:20px;
  }
  .route-fit-screen--complete .course-abilities__item.is-active .course-abilities__card{padding-bottom:8px}
  .route-fit-screen--complete .course-abilities__text{display:block;padding:0 12px}
  .route-fit-screen--complete .course-abilities__subtitle{
    display:grid;
    grid-template-columns:minmax(0,1fr) 24px;
    gap:20px;
    font-size:20px;
    line-height:24px;
  }
  .route-fit-screen--complete .course-abilities__desc{
    font-size:16px;
    line-height:20px;
  }
  .route-fit-screen--complete .course-abilities__item.is-active .course-abilities__desc{
    min-height:80px;
    max-height:120px;
  }
  .route-fit-screen--complete .course-abilities__pic{
    position:static;
    width:100%;
    max-height:0;
    margin-top:0;
    aspect-ratio:auto;
    border-radius:16px;
    opacity:0;
    transition:max-height 240ms ease,margin-top 240ms ease,opacity 180ms ease;
  }
  .route-fit-screen--complete .course-abilities__item.is-active .course-abilities__pic{
    max-height:220px;
    margin-top:24px;
    aspect-ratio:1355/762;
    opacity:1;
  }
  .route-fit-screen--complete .course-abilities__icon{
    display:block;
    color:currentColor;
    font-size:24px;
    font-style:normal;
    font-weight:400;
    line-height:24px;
    text-align:center;
    transition:transform 180ms ease;
  }
  .route-fit-screen--complete .course-abilities__item.is-active .course-abilities__icon{transform:rotate(45deg)}
  .route-fit-screen--complete .course-abilities-section--experience .course-abilities__card{
    min-height:72px;
    padding:var(--space-4) var(--space-2);
    border-radius:var(--radius-card);
  }
  .route-fit-screen--complete .course-abilities-section--experience .course-abilities__item.is-active .course-abilities__card{padding-bottom:var(--space-3)}
  .route-fit-screen--complete .course-abilities-section--experience .course-abilities__text{padding:0 var(--space-3)}
  .route-fit-screen--complete .course-abilities-section--experience .course-abilities__subtitle{
    grid-template-columns:minmax(0,1fr) 28px;
    gap:var(--space-3);
    align-items:start;
  }
  .route-fit-screen--complete .course-abilities-section--experience .course-abilities__item.is-active .course-abilities__desc{
    min-height:0;
    max-height:160px;
    padding-top:var(--space-3);
  }
  .route-fit-screen--complete .course-abilities-section--experience .course-abilities__item.is-active .course-abilities__pic{
    max-height:320px;
    margin-top:var(--space-5);
  }
  .route-fit-screen--complete .course-abilities-section--experience .course-abilities__icon{
    position:relative;
    display:block;
    width:28px;
    height:28px;
    border:1px solid var(--ui-accent-focus);
    border-radius:var(--radius-pill);
    background:linear-gradient(145deg,var(--ui-surface),var(--ui-accent-soft));
    box-shadow:none;
    color:transparent;
    font-size:0;
    line-height:0;
    transform:none;
  }
  .route-fit-screen--complete .course-abilities-section--experience .course-abilities__icon::before,
  .route-fit-screen--complete .course-abilities-section--experience .course-abilities__icon::after{
    position:absolute;
    top:50%;
    left:50%;
    width:12px;
    height:2px;
    border-radius:var(--radius-pill);
    background:var(--ui-accent);
    content:"";
    transform:translate(-50%,-50%);
  }
  .route-fit-screen--complete .course-abilities-section--experience .course-abilities__icon::after{
    transform:translate(-50%,-50%) rotate(90deg);
    transition:transform 180ms ease,opacity 180ms ease;
  }
  .route-fit-screen--complete .course-abilities-section--experience .course-abilities__item.is-active .course-abilities__icon{
    border-color:var(--ui-accent-focus);
    background:var(--ui-accent-soft);
    transform:none;
  }
  .route-fit-screen--complete .course-abilities-section--experience .course-abilities__item.is-active .course-abilities__icon::after{
    opacity:0;
    transform:translate(-50%,-50%) rotate(90deg) scaleX(0);
  }
}

@media(min-width:641px) and (max-width:1023px){
  .route-fit-screen--complete .course-abilities-section--experience .course-abilities__item.is-active .course-abilities__card{
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(260px,1.1fr);
    gap:var(--space-5);
    align-items:start;
    padding:var(--space-4);
  }
  .route-fit-screen--complete .course-abilities-section--experience .course-abilities__item.is-active .course-abilities__text{padding:var(--space-1) 0}
  .route-fit-screen--complete .course-abilities-section--experience .course-abilities__item.is-active .course-abilities__pic{
    max-height:260px;
    margin-top:0;
    aspect-ratio:1355/762;
  }
}

@media(prefers-reduced-motion:reduce){
  .route-fit-screen--complete .course-abilities__desc,
  .route-fit-screen--complete .course-abilities__pic,
  .route-fit-screen--complete .course-abilities__icon,
  .route-fit-screen--complete .course-abilities__icon::after{transition:none}
}

/* Screen 27: portfolio gallery copied from the current course page. */
.route-fit-screen--complete .route-fit-page>.portfolio-gallery{
  width:calc(100vw - 8px);
  margin-inline:0;
  padding:100px max(36px,calc((100% - 1168px)/2));
  justify-self:center;
  border-radius:0 0 32px 32px;
  background:#f5f5f5;
}
.route-fit-screen--complete .portfolio-gallery>h2{
  max-width:768px;
  margin:0 0 56px;
  color:#000;
  font-size:52px;
  font-weight:500;
  line-height:54px;
  letter-spacing:-.02em;
}
.route-fit-screen--complete .portfolio-gallery__slider{position:relative;min-width:0}
.route-fit-screen--complete .portfolio-gallery__list{
  display:flex;
  gap:8px;
  margin:0;
  padding:0;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  list-style:none;
}
.route-fit-screen--complete .portfolio-gallery__list::-webkit-scrollbar{display:none}
.route-fit-screen--complete .portfolio-gallery__item{
  display:flex;
  flex:0 0 100%;
  min-width:0;
  flex-direction:column;
  scroll-snap-align:start;
}
.route-fit-screen--complete .portfolio-gallery__media{
  position:relative;
  width:100%;
  margin:0 0 8px;
  aspect-ratio:768/436;
  overflow:hidden;
  border-radius:32px;
  background:var(--ui-surface);
}
.route-fit-screen--complete .portfolio-gallery__media img{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}
.route-fit-screen--complete .portfolio-gallery__text{
  min-height:224px;
  padding:20px 20px 24px;
  border-radius:32px;
  background:#fff;
}
.route-fit-screen--complete .portfolio-gallery__text strong,
.route-fit-screen--complete .portfolio-gallery__text p{display:block;max-width:456px}
.route-fit-screen--complete .portfolio-gallery__text strong{
  color:#000;
  font-size:32px;
  font-weight:500;
  line-height:36px;
}
.route-fit-screen--complete .portfolio-gallery__text p{
  margin:20px 0 0;
  color:#666;
  font-size:18px;
  font-weight:500;
  line-height:22px;
}
.route-fit-screen--complete .portfolio-gallery__controls{position:absolute;inset:0;pointer-events:none}
.route-fit-screen--complete .portfolio-gallery__count{
  position:absolute;
  top:12px;
  left:12px;
  min-width:54px;
  padding:6px 12px;
  border-radius:20px;
  background:#fff;
  color:#000;
  font-size:14px;
  font-weight:500;
  line-height:20px;
}
.route-fit-screen--complete .portfolio-gallery__buttons{display:none}

@media(min-width:1200px){
  .route-fit-screen--complete .route-fit-page>.portfolio-gallery{
    width:min(1400px,calc(100vw - 25px));
    margin-right:0;
    margin-bottom:108px;
    margin-left:0;
    padding:100px var(--space-5);
    justify-self:center;
  }
  .route-fit-screen--complete .portfolio-gallery__slider{min-height:444px}
  .route-fit-screen--complete .portfolio-gallery__list{overflow:hidden}
  .route-fit-screen--complete .portfolio-gallery__item{
    display:grid;
    grid-template-columns:minmax(0,2.2fr) minmax(336px,1fr);
    gap:8px;
  }
  .route-fit-screen--complete .portfolio-gallery__media{
    height:436px;
    margin:0;
    aspect-ratio:auto;
  }
  .route-fit-screen--complete .portfolio-gallery__text{
    height:436px;
    min-height:0;
    padding:72px 32px 88px;
  }
  .route-fit-screen--complete .portfolio-gallery__text strong,
  .route-fit-screen--complete .portfolio-gallery__text p{max-width:none}
  .route-fit-screen--complete .portfolio-gallery__count{
    top:32px;
    left:calc((100% - 8px) * 2.2 / 3.2 + 40px);
    min-width:0;
    padding:0;
    border-radius:0;
    background:transparent;
  }
  .route-fit-screen--complete .portfolio-gallery__buttons{
    position:absolute;
    right:16px;
    bottom:16px;
    display:flex;
    gap:12px;
    pointer-events:auto;
  }
  .route-fit-screen--complete .portfolio-gallery__buttons button{
    display:flex;
    width:48px;
    height:48px;
    padding:0;
    align-items:center;
    justify-content:center;
    border:1px solid #000;
    border-radius:50%;
    background:transparent;
    color:#000;
    cursor:pointer;
  }
  .route-fit-screen--complete .portfolio-gallery__buttons svg{
    width:24px;
    height:24px;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
  }
  .route-fit-screen--complete .portfolio-gallery__buttons button:hover{background:#f5f5f5}
  .route-fit-screen--complete .portfolio-gallery__buttons button:focus-visible{
    outline:3px solid rgba(61,59,255,.24);
    outline-offset:2px;
  }
}

@media(min-width:768px) and (max-width:1023px){
  .route-fit-screen--complete .route-fit-page>.portfolio-gallery{
    padding:56px 24px;
    border-radius:0 0 20px 20px;
  }
  .route-fit-screen--complete .portfolio-gallery>h2{
    max-width:456px;
    margin-bottom:32px;
    font-size:32px;
    line-height:34px;
    letter-spacing:0;
  }
}

@media(max-width:767px){
  .route-fit-screen--complete .route-fit-page>.portfolio-gallery{
    width:calc(100vw - 8px);
    margin-bottom:44px;
    margin-inline:0;
    padding:56px 16px;
    justify-self:center;
    border-radius:0 0 20px 20px;
  }
  .route-fit-screen--complete .portfolio-gallery>h2{
    max-width:none;
    margin-bottom:32px;
    font-size:32px;
    line-height:34px;
    letter-spacing:0;
  }
  .route-fit-screen--complete .portfolio-gallery__media{border-radius:20px}
  .route-fit-screen--complete .portfolio-gallery__text{
    min-height:228px;
    padding:20px;
    border-radius:20px;
  }
  .route-fit-screen--complete .portfolio-gallery__text strong{
    font-size:24px;
    line-height:28px;
  }
  .route-fit-screen--complete .portfolio-gallery__text p{
    margin-top:12px;
    font-size:16px;
    line-height:20px;
  }
}

@media(prefers-reduced-motion:reduce){
  .route-fit-screen--complete .portfolio-gallery__list{scroll-behavior:auto}
}

/* Блок «Нейросети сделают работу быстрее и проще» со страницы курса. */
.route-fit-screen--complete .route-fit-page>.course-ai-info{
  width:calc(100% + 36px);
  max-width:1168px;
  margin-inline:-18px;
  padding:20px 0 120px;
  overflow:visible;
  border-radius:0;
  background:#fff;
}
.route-fit-screen--complete .course-ai-info__wrapper{
  display:grid;
  min-height:366px;
  padding:48px 112px 48px 48px;
  grid-template-columns:270px minmax(0,656px);
  gap:82px;
  align-items:center;
  border-radius:20px;
  background:#f5f5f5;
}
.route-fit-screen--complete .course-ai-info__picture{
  display:block;
  width:270px;
  height:270px;
  overflow:hidden;
  border-radius:20px;
}
.route-fit-screen--complete .course-ai-info__picture img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.route-fit-screen--complete .course-ai-info__content{min-width:0}
.route-fit-screen--complete h2.course-ai-info__title{
  margin:0 0 24px;
  color:#000;
  font-size:32px;
  font-weight:500;
  line-height:36px;
  letter-spacing:0;
}
.route-fit-screen--complete .course-ai-info__desc{
  margin:0;
  color:#000;
  font-size:16px;
  font-weight:400;
  line-height:22px;
}

@media(max-width:1199px){
  .route-fit-screen--complete .route-fit-page>.course-ai-info{
    width:calc(100% - 8px);
    max-width:none;
    margin-inline:4px;
    padding:8px 0 56px;
  }
  .route-fit-screen--complete .course-ai-info__wrapper{
    display:block;
    min-height:0;
    padding:32px;
    border-radius:16px;
  }
  .route-fit-screen--complete .course-ai-info__picture{
    width:140px;
    height:140px;
    margin:0 0 32px;
    border-radius:12px;
  }
  .route-fit-screen--complete h2.course-ai-info__title{
    margin-bottom:16px;
    font-size:24px;
    line-height:28px;
  }
}

@media(max-width:640px){
  .route-fit-screen--complete .route-fit-page>.course-ai-info{
    width:calc(100% + 28px);
    margin-inline:-14px;
    padding:8px 20px 56px;
  }
  .route-fit-screen--complete .course-ai-info__wrapper{padding:32px 20px}
}

/* Оригинальный блок «Сертификат или диплом ДПО» со страницы курса. */
.route-fit-screen--complete .route-fit-page>.course-certificate-section{
  width:calc(100% + 48px);
  margin-inline:-24px;
  padding:0 0 56px;
  overflow:visible;
  border-radius:0;
  background:#fff;
}
.route-fit-screen--complete .universal-certificate-v2__wrapper{
  width:calc(100% - 8px);
  margin-inline:4px;
  padding:56px 0;
  border-radius:0 0 20px 20px;
  background:#f5f5f5;
}
.route-fit-screen--complete .universal-certificate-v2__inner{
  width:calc(100% - 32px);
  margin:0 auto;
  padding:32px 20px 24px;
  border-radius:20px;
  background:#292929;
}
.route-fit-screen--complete h2.universal-certificate-v2__title{
  margin:0 0 32px;
  color:#fff;
  font-size:28px;
  font-weight:500;
  line-height:30px;
  letter-spacing:normal;
}
.route-fit-screen--complete .universal-certificate-v2__pic{
  display:block;
  width:100%;
  margin:0 0 32px;
  aspect-ratio:1;
  overflow:hidden;
  border-radius:16px;
}
.route-fit-screen--complete .universal-certificate-v2__pic img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.route-fit-screen--complete p.universal-certificate-v2__desc{
  margin:0 0 32px;
  color:#fff;
  font-size:16px;
  font-weight:500;
  line-height:20px;
}
.route-fit-screen--complete .universal-certificate-v2__desc a{
  color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;
}

@media(min-width:768px){
  .route-fit-screen--complete .route-fit-page>.course-certificate-section{
    width:calc(100% + 48px);
    margin-inline:-24px;
  }
  .route-fit-screen--complete .universal-certificate-v2__inner{
    position:relative;
    display:block;
    width:calc(100% - 48px);
    min-height:352px;
    padding:32px 32px 32px 300px;
  }
  .route-fit-screen--complete h2.universal-certificate-v2__title{margin-bottom:16px}
  .route-fit-screen--complete .universal-certificate-v2__pic{
    position:absolute;
    bottom:0;
    left:0;
    width:268px;
    height:268px;
    margin:0;
  }
}

@media(min-width:1024px){
  .route-fit-screen--complete .route-fit-page>.course-certificate-section{padding-bottom:120px}
  .route-fit-screen--complete .universal-certificate-v2__wrapper{
    padding-block:56px;
    border-radius:0 0 32px 32px;
  }
  .route-fit-screen--complete .universal-certificate-v2__inner{
    width:calc(100% - 72px);
    min-height:414px;
    padding:56px 48px 56px 400px;
    border-radius:32px;
  }
  .route-fit-screen--complete h2.universal-certificate-v2__title{
    margin-bottom:24px;
    font-size:40px;
    line-height:42px;
  }
  .route-fit-screen--complete .universal-certificate-v2__pic{
    width:368px;
    height:368px;
  }
  .route-fit-screen--complete p.universal-certificate-v2__desc{
    margin-bottom:40px;
    font-size:18px;
    line-height:22px;
  }
}

@media(min-width:1280px){
  .route-fit-screen--complete .route-fit-page>.course-certificate-section{
    width:calc(100% + 108px);
    margin-inline:-54px;
  }
  .route-fit-screen--complete .universal-certificate-v2__wrapper{
    width:100%;
    margin-inline:0;
  }
  .route-fit-screen--complete .universal-certificate-v2__inner{
    width:min(1168px,calc(100% - 72px));
    min-height:508px;
    padding:92px 100px 92px 600px;
  }
  .route-fit-screen--complete .universal-certificate-v2__pic{
    width:468px;
    height:468px;
  }
}

/* Финальная консультация на экране персонального маршрута. */
#app>.route-fit-screen--complete .route-fit-page>.result-consultation--graphic{
  position:relative;
  display:block;
  min-height:420px;
  aspect-ratio:auto;
  overflow:hidden;
  padding:28px 268px 28px 28px!important;
  background:var(--ui-accent-soft)!important;
}
#app>.route-fit-screen--complete .result-consultation--graphic::before,
#app>.route-fit-screen--complete .result-consultation--graphic::after{
  position:absolute;
  border-radius:50%;
  background:color-mix(in srgb,var(--ui-surface) 66%,transparent);
  content:"";
  pointer-events:none;
}
#app>.route-fit-screen--complete .result-consultation--graphic::before{right:-70px;bottom:-90px;width:260px;height:180px}
#app>.route-fit-screen--complete .result-consultation--graphic::after{right:150px;bottom:-78px;width:190px;height:140px}
#app>.route-fit-screen--complete .graphic-consultation__panel{
  position:relative;
  z-index:1;
  display:grid;
  min-height:364px;
  grid-template-columns:minmax(260px,.78fr) minmax(420px,1.12fr);
  gap:28px;
  align-items:center;
  padding:32px;
  border-radius:var(--radius-workspace);
  background:transparent;
  color:var(--ui-text);
  box-shadow:none;
}
#app>.route-fit-screen--complete .graphic-consultation__copy{align-self:stretch;display:flex;min-width:0;flex-direction:column;justify-content:center}
#app>.route-fit-screen--complete .graphic-consultation__heading{display:flex;flex-wrap:wrap;gap:14px;align-items:flex-end}
#app>.route-fit-screen--complete .graphic-consultation__heading h2{max-width:520px;margin:0;color:var(--ui-text);font-size:36px;font-weight:500;line-height:1.02;letter-spacing:-.035em}
#app>.route-fit-screen--complete .graphic-consultation__heading span{display:inline-flex;min-height:30px;align-items:center;padding:0 12px;border:1px solid var(--ui-accent);border-radius:var(--radius-pill);background:color-mix(in srgb,var(--ui-surface) 58%,transparent);color:var(--ui-text);font-size:11px;font-weight:600;line-height:1.2;white-space:nowrap}
#app>.route-fit-screen--complete .graphic-consultation__copy ul{display:grid;gap:14px;margin:28px 0 0;padding:0;list-style:none}
#app>.route-fit-screen--complete .graphic-consultation__copy li{display:grid;grid-template-columns:24px minmax(0,1fr);gap:10px;align-items:start;color:var(--ui-text);font-size:14px;line-height:1.35}
#app>.route-fit-screen--complete .graphic-consultation__copy li i{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;background:var(--ui-accent);color:var(--ui-surface);font-size:14px;font-style:normal;font-weight:700;line-height:1}
#app>.route-fit-screen--complete .graphic-consultation__form{gap:10px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
#app>.route-fit-screen--complete .graphic-consultation__form .result-consultation__fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
#app>.route-fit-screen--complete .graphic-consultation__form .graphic-consultation__name{grid-column:1/-1}
#app>.route-fit-screen--complete .graphic-consultation__form .field{position:relative;gap:0}
#app>.route-fit-screen--complete .graphic-consultation__form .field label{position:absolute;z-index:1;top:7px;left:13px;color:var(--ui-text-muted);font-size:10px;font-weight:400;line-height:1;pointer-events:none}
#app>.route-fit-screen--complete .graphic-consultation__form .field input{min-height:56px;padding:22px 13px 8px;border-color:color-mix(in srgb,var(--ui-text) 12%,transparent);background:var(--ui-surface);color:var(--ui-text);font-size:14px}
#app>.route-fit-screen--complete .graphic-consultation__form .field input::placeholder{color:var(--ui-text-soft)}
#app>.route-fit-screen--complete .graphic-consultation__form .field input:focus{border-color:var(--ui-accent);box-shadow:0 0 0 3px var(--ui-accent-focus)}
#app>.route-fit-screen--complete .graphic-consultation__form .error:not(:empty){margin-top:5px;color:var(--ui-warning);font-size:11px}
#app>.route-fit-screen--complete .graphic-consultation__form>.primary{width:max-content;justify-self:start;min-width:190px;min-height:54px;margin-top:var(--space-2);padding:0 28px;border-radius:var(--radius-control);background:var(--ui-accent);font-size:16px;font-weight:700}
#app>.route-fit-screen--complete .graphic-consultation__form>.primary:hover{background:var(--ui-accent-hover)}
#app>.route-fit-screen--complete .graphic-consultation__form .skb-consent__item{gap:8px;margin:0;color:var(--ui-text-muted);font-size:12px;line-height:1.35}
#app>.route-fit-screen--complete .graphic-consultation__form .skb-consent__box{width:18px;height:18px;flex-basis:18px;accent-color:var(--ui-accent)}
#app>.route-fit-screen--complete .graphic-consultation__form .skb-consent__item[data-skb-consent="ads"] .skb-consent__box{appearance:none;border:1px solid #d2d2d7;border-radius:4px;background:#f7f7f8;box-shadow:none}
#app>.route-fit-screen--complete .graphic-consultation__form .skb-consent__item[data-skb-consent="ads"] .skb-consent__box:checked{background-color:#f1f1f3;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4.5 9.2 7.4 12l6-6' fill='none' stroke='%239898a0' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:100% 100%}
#app>.route-fit-screen--complete .graphic-consultation__form .skb-consent__item[data-skb-consent="ads"] .skb-consent__box:focus-visible{outline:2px solid #c9c9ce;outline-offset:2px}
#app>.route-fit-screen--complete .graphic-consultation__form .skb-consent__item[data-skb-consent="ads"] .skb-consent__label,
#app>.route-fit-screen--complete .graphic-consultation__form .skb-consent__item[data-skb-consent="ads"] a{color:var(--ui-text-muted)}
#app>.route-fit-screen--complete .graphic-consultation__form .skb-consent__note{margin:0;color:var(--ui-text-muted);font-size:12px;line-height:1.35}
#app>.route-fit-screen--complete .graphic-consultation__form .skb-consent a{color:var(--ui-text);text-decoration:underline}
#app>.route-fit-screen--complete .graphic-consultation__form .result-consultation__status{color:var(--ui-success)}
#app>.route-fit-screen--complete .graphic-consultation__gift{position:absolute;z-index:2;right:0;bottom:-22px;width:360px;max-width:none;height:auto;pointer-events:none}

@media(max-width:1080px){
  #app>.route-fit-screen--complete .route-fit-page>.result-consultation--showcase{grid-template-columns:minmax(0,1fr) minmax(240px,.65fr);gap:0;min-height:0}
  #app>.route-fit-screen--complete .result-consultation--showcase .result-consultation__copy{grid-column:1;padding:32px}
  #app>.route-fit-screen--complete .result-consultation--showcase .result-consultation__visual{grid-column:2;grid-row:1;min-height:420px}
  #app>.route-fit-screen--complete .result-consultation--showcase .result-consultation__form{grid-column:1/-1;grid-row:2;margin:0 24px 24px}
  #app>.route-fit-screen--complete .route-fit-page>.result-consultation--graphic{padding-right:210px!important}
  #app>.route-fit-screen--complete .graphic-consultation__panel{grid-template-columns:minmax(220px,.75fr) minmax(360px,1.15fr);padding:28px}
  #app>.route-fit-screen--complete .graphic-consultation__heading h2{font-size:32px}
  #app>.route-fit-screen--complete .graphic-consultation__gift{right:-8px;width:310px}
}

@media(max-width:900px){
  #app>.route-fit-screen--complete .route-fit-page>.result-consultation--graphic{display:flex;min-height:0;flex-direction:column;padding:20px!important}
  #app>.route-fit-screen--complete .graphic-consultation__panel{width:100%;min-height:0;grid-template-columns:1fr;gap:24px;padding:28px}
  #app>.route-fit-screen--complete .graphic-consultation__form{grid-column:1}
  #app>.route-fit-screen--complete .graphic-consultation__gift{position:relative;right:auto;bottom:auto;width:min(72%,360px);margin:-34px auto -34px}
}

@media(max-width:600px){
  #app>.route-fit-screen--complete .route-fit-page>.result-consultation--graphic{padding:12px!important}
  #app>.route-fit-screen--complete .graphic-consultation__panel{gap:22px;padding:22px 18px}
  #app>.route-fit-screen--complete .graphic-consultation__heading{display:grid;gap:12px;align-items:start}
  #app>.route-fit-screen--complete .graphic-consultation__heading h2{font-size:30px}
  #app>.route-fit-screen--complete .graphic-consultation__heading span{justify-self:start}
  #app>.route-fit-screen--complete .graphic-consultation__copy ul{gap:12px;margin-top:22px}
  #app>.route-fit-screen--complete .graphic-consultation__form .result-consultation__fields{grid-template-columns:1fr}
  #app>.route-fit-screen--complete .graphic-consultation__form .graphic-consultation__name{grid-column:1}
  #app>.route-fit-screen--complete .graphic-consultation__form>.primary{width:100%;justify-self:stretch}
  #app>.route-fit-screen--complete .graphic-consultation__form .skb-consent__item{gap:10px;margin-block:12px;font-size:13px}
  #app>.route-fit-screen--complete .graphic-consultation__form .skb-consent__box{width:24px;height:24px;flex-basis:24px}
  #app>.route-fit-screen--complete .graphic-consultation__form .skb-consent__note{margin-block:12px;font-size:13px}
  #app>.route-fit-screen--complete .graphic-consultation__gift{width:88%;margin:-22px auto -28px}
}

/* Screen 27: compact inline course form, based on the ai-quiz lead form density. */
#app>.route-fit-screen--complete .course-overview-section:not(.course-overview-section--discount)>div>.eyebrow{
  background:var(--ui-accent);
}
#app>.route-fit-screen--complete .course-overview-section:not(.course-overview-section--discount)>div>p:not(.eyebrow){font-size:16px}
#app>.route-fit-screen--complete .course-overview-section__form{
  width:100%;
  max-width:680px;
  gap:var(--space-2);
  margin-top:var(--space-4);
}
#app>.route-fit-screen--complete .course-overview-section__form .result-consultation__fields{gap:var(--space-2)}
#app>.route-fit-screen--complete .course-overview-section__form .field label{top:6px;left:12px}
#app>.route-fit-screen--complete .course-overview-section__form .field input{
  min-height:50px;
  padding:19px 12px 6px;
}
#app>.route-fit-screen--complete .course-overview-section__form>.primary{
  min-width:180px;
  min-height:50px;
  margin-top:0;
  padding-inline:var(--space-6);
  font-size:15px;
}

@media(max-width:1080px){
  #app>.route-fit-screen--complete .course-overview-section__form>.primary{width:100%;min-width:0;justify-self:stretch}
}

@media(min-width:1081px){
  #app>.route-fit-screen--complete .course-overview-section__form{grid-template-columns:repeat(3,minmax(0,1fr))}
  #app>.route-fit-screen--complete .course-overview-section__form>.result-consultation__fields,
  #app>.route-fit-screen--complete .course-overview-section__form>.result-consultation__status{grid-column:1/-1}
  #app>.route-fit-screen--complete .course-overview-section__form>.skb-consent{width:60%;grid-column:1/-1;justify-self:start}
  #app>.route-fit-screen--complete .course-overview-section__form .result-consultation__fields{grid-template-columns:repeat(3,minmax(0,1fr))}
  #app>.route-fit-screen--complete .course-overview-section__form .graphic-consultation__name{grid-column:auto}
  #app>.route-fit-screen--complete .course-overview-section__form>.primary{width:60%;min-width:0;grid-column:1/-1;justify-self:start}
}

@media(min-width:701px){
  #app>.route-fit-screen--complete .course-overview-section__form>[data-skb-consent="pd"]{margin-top:6px}
  #app>.route-fit-screen--complete .course-overview-section:not(.course-overview-section--discount)>aside{
    height:calc(100% - var(--space-7));
    align-self:center;
  }
}


/* Screen 27: консультация со страницы курса. */
.route-fit-screen--complete .route-fit-page>.course-consultation{
  width:100vw;
  margin-inline:calc((100% - 100vw)/2);
  padding:120px 36px;
  overflow:visible;
  border-radius:0;
  background:#d2effc;
}
.route-fit-screen--complete .course-consultation__panel{
  display:grid;
  width:min(1168px,100%);
  margin:0 auto;
  padding:48px;
  grid-template-columns:minmax(0,420px) minmax(0,520px);
  column-gap:132px;
  align-items:start;
  border-radius:20px;
  background:#fff;
}
.route-fit-screen--complete .course-consultation h2{
  width:100%;
  margin:0;
  color:#000;
  font-size:32px;
  font-weight:500;
  line-height:36px;
  letter-spacing:-.03em;
}
.route-fit-screen--complete .course-consultation__form{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.route-fit-screen--complete .course-consultation__vk,
.route-fit-screen--complete .course-consultation__field--wide,
.route-fit-screen--complete .course-consultation__consent--main,
.route-fit-screen--complete .course-consultation__policy,
.route-fit-screen--complete .course-consultation__status{grid-column:1/-1}
.route-fit-screen--complete .course-consultation__vk{
  position:relative;
  display:grid;
  width:100%;
  height:56px;
  padding:10px 15px;
  place-items:center;
  border:1px solid #e0e0e0;
  border-radius:10px;
  background:#fff;
  color:#000;
  font:500 16px/20px "Graphik",Arial,sans-serif;
  cursor:pointer;
}
.route-fit-screen--complete .course-consultation__vk svg{position:absolute;left:15px;fill:#07f}
.route-fit-screen--complete .course-consultation__field{position:relative;min-width:0}
.route-fit-screen--complete .course-consultation__field label{
  position:absolute;
  z-index:1;
  top:18px;
  left:18px;
  color:#666;
  font-size:16px;
  font-weight:400;
  line-height:20px;
  pointer-events:none;
  transition:font-size 120ms ease,top 120ms ease;
}
.route-fit-screen--complete .course-consultation__field:focus-within label,
.route-fit-screen--complete .course-consultation__field:has(input:not(:placeholder-shown)) label{top:8px;font-size:11px;line-height:14px}
.route-fit-screen--complete .course-consultation__field input{
  display:block;
  width:100%;
  height:56px;
  padding:23px 18px 10px;
  border:1px solid #e0e0e0;
  border-radius:10px;
  outline:0;
  background:#f5f5f5;
  color:#000;
  font:400 16px/20px "Graphik",Arial,sans-serif;
}
.route-fit-screen--complete .course-consultation__field input:focus,
.route-fit-screen--complete .course-consultation__vk:focus-visible,
.route-fit-screen--complete .course-consultation__submit:focus-visible{
  outline:3px solid rgba(61,59,255,.24);
  outline-offset:2px;
}
.route-fit-screen--complete .course-consultation__field .error{display:block;margin-top:4px;color:#c94444;font-size:12px;line-height:16px}
.route-fit-screen--complete .course-consultation__consent{
  position:relative;
  display:grid;
  width:max-content;
  max-width:100%;
  grid-template-columns:16px minmax(0,1fr);
  gap:8px;
  align-items:start;
  color:#000;
  font-size:14px;
  font-weight:400;
  line-height:20px;
  cursor:pointer;
}
.route-fit-screen--complete .course-consultation__consent input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}
.route-fit-screen--complete .course-consultation__checkbox{
  display:grid;
  width:16px;
  height:16px;
  margin-top:2px;
  place-items:center;
  border:1px solid #b8b8b8;
  border-radius:2px;
  color:transparent;
  font-size:11px;
  line-height:1;
}
.route-fit-screen--complete .course-consultation__consent input:focus-visible+.course-consultation__checkbox{outline:3px solid rgba(61,59,255,.24);outline-offset:2px}
.route-fit-screen--complete .course-consultation__consent input:checked+.course-consultation__checkbox{border-color:#3d3bff;background:#3d3bff;color:#fff}
.route-fit-screen--complete .course-consultation__consent--promo input:checked+.course-consultation__checkbox{border-color:#d7d7d7;background:transparent;color:#b8b8b8}
.route-fit-screen--complete .course-consultation__consent.skb-consent--error .course-consultation__checkbox{border-color:#c94444}
.route-fit-screen--complete .course-consultation__consent a,
.route-fit-screen--complete .course-consultation__policy a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.route-fit-screen--complete .course-consultation__submit{
  width:max-content;
  min-width:238px;
  height:56px;
  padding:17px 32px;
  border:0;
  border-radius:12px;
  background:#3d3bff;
  color:#fff;
  font:500 18px/20px "Graphik",Arial,sans-serif;
  cursor:pointer;
}
.route-fit-screen--complete .course-consultation__submit:hover{background:#302ee6}
.route-fit-screen--complete .course-consultation__policy{
  width:100%;
  margin:0;
  color:#666;
  font-size:12px;
  font-weight:400;
  line-height:16px;
}
.route-fit-screen--complete .course-consultation__consent--promo{font-size:12px;line-height:16px}
.route-fit-screen--complete .course-consultation__consent--main{margin-bottom:8px}
.route-fit-screen--complete .course-consultation__status{min-height:0;margin:0;color:#666;font-size:12px;line-height:16px}
.route-fit-screen--complete .course-consultation__status:empty{display:none}

@media(max-width:1100px) and (min-width:641px){
  .route-fit-screen--complete .course-consultation__panel{grid-template-columns:1fr;row-gap:32px}
}

@media(max-width:640px){
  .route-fit-screen--complete .route-fit-page>.course-consultation{
    width:calc(100% + 48px);
    margin-inline:-24px;
    padding:56px 0;
  }
  .route-fit-screen--complete .course-consultation__panel{
    display:block;
    width:calc(100% - 8px);
    padding:32px 16px;
    border-radius:16px;
  }
  .route-fit-screen--complete .course-consultation h2{
    margin-bottom:32px;
    font-size:24px;
    line-height:28px;
  }
  .route-fit-screen--complete .course-consultation__form{display:flex;flex-direction:column;gap:16px}
  .route-fit-screen--complete .course-consultation__vk{padding-inline:11px}
  .route-fit-screen--complete .course-consultation__vk svg{left:11px}
  .route-fit-screen--complete .course-consultation__submit{width:100%;min-width:0;padding-inline:8px}
  .route-fit-screen--complete .course-consultation__consent--main{margin-bottom:4px}
}

@media(prefers-reduced-motion:reduce){
  .route-fit-screen--complete .course-consultation__field label{transition:none}
}

/* Совпадающие блоки курса: геометрия актуального лендинга Skillbox. */
.route-fit-screen--complete .route-fit-page>.source-salary,
.route-fit-screen--complete .route-fit-page>.source-payment,
.route-fit-screen--complete .route-fit-page>.source-reviews{
  display:block;
  width:100vw;
  margin-inline:calc((100% - 100vw)/2);
  padding:20px 0 120px;
  overflow:hidden;
  border-radius:0;
  background:#fff;
}
.route-fit-screen--complete .source-salary__wrapper,
.route-fit-screen--complete .route-fit-page>.source-payment>.source-payment__wrapper,
.route-fit-screen--complete .source-reviews__wrapper{
  width:min(1168px,calc(100% - 96px));
  margin:0 auto;
}
.route-fit-screen--complete h2.source-salary__title,
.route-fit-screen--complete h2.source-payment__title,
.route-fit-screen--complete .source-reviews h2,
.route-fit-screen--complete .source-companies h2{
  max-width:none;
  margin:0;
  color:#000;
  font-size:52px;
  font-weight:500;
  line-height:54px;
  letter-spacing:-.02em;
}

/* «Увеличивайте доход с каждым годом работы». */
.route-fit-screen--complete h2.source-salary__title{width:776px;margin-bottom:56px}
.route-fit-screen--complete .source-salary__content{
  display:grid;
  grid-template-rows:auto minmax(298px,1fr);
  grid-template-columns:auto 1fr;
  gap:88px 216px;
}
.route-fit-screen--complete .source-salary__info{
  z-index:1;
  display:flex;
  width:572px;
  align-items:center;
  grid-row:1;
  grid-column:1;
}
.route-fit-screen--complete .source-salary__logo{
  display:block;
  flex:0 0 48px;
  width:48px;
  height:48px;
  margin-right:16px;
  overflow:hidden;
  border-radius:50%;
}
.route-fit-screen--complete .source-salary__logo img{display:block;width:100%;height:100%;object-fit:cover}
.route-fit-screen--complete .source-salary__source{width:508px;color:#666;font-size:20px;font-weight:500;line-height:24px}
.route-fit-screen--complete .source-salary__list{
  display:grid;
  margin:0;
  padding:0;
  grid-row:1/-1;
  grid-column:1/-1;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  align-items:end;
  align-self:end;
  list-style:none;
}
.route-fit-screen--complete .source-salary__item{
  position:relative;
  display:flex;
  min-width:0;
  padding:32px;
  flex-direction:column;
  border-radius:32px;
  background:#f5f5f5;
}
.route-fit-screen--complete .source-salary__value{
  display:block;
  order:1;
  color:#000;
  font-size:40px;
  font-weight:500;
  line-height:42px;
  text-align:center;
}
.route-fit-screen--complete .source-salary__value--junior{margin-bottom:48px}
.route-fit-screen--complete .source-salary__value--middle{margin-bottom:160px}
.route-fit-screen--complete .source-salary__value--senior{margin-bottom:88px}
.route-fit-screen--complete .source-salary__grade{display:flex;order:3;align-items:center;justify-content:center}
.route-fit-screen--complete .source-salary__grade span{
  margin-right:8px;
  padding:6px 12px;
  border-radius:16px;
  background:#fff;
  color:#000;
  font-size:14px;
  font-weight:500;
  line-height:20px;
}
.route-fit-screen--complete .source-salary__grade small{color:#666;font-size:16px;font-weight:500;line-height:20px}
.route-fit-screen--complete .source-salary__picture{display:block;width:208px;height:120px;margin:0 auto 88px;order:2}
.route-fit-screen--complete .source-salary__picture img{display:block;width:100%;height:100%;object-fit:contain}

/* «Платите, как вам удобно». */
.route-fit-screen--complete .route-fit-page>.source-payment>.source-payment__wrapper{
  display:grid;
  margin:0 auto;
  grid-template-rows:594px 134px;
  grid-template-columns:368px 1fr;
  column-gap:32px;
  row-gap:8px;
}
.route-fit-screen--complete h2.source-payment__title{grid-row:1 / span 2;grid-column:1;width:auto}
.route-fit-screen--complete .source-payment__list{
  display:grid;
  margin:0;
  padding:0;
  grid-row:1;
  grid-column:2;
  grid-template-rows:1fr 1fr;
  grid-template-columns:1fr 1fr;
  gap:8px;
  list-style:none;
}
.route-fit-screen--complete .source-payment__item{
  display:flex;
  min-width:0;
  min-height:293px;
  padding:32px;
  flex-direction:column;
  justify-content:space-between;
  border-radius:32px;
  background:#f5f5f5;
}
.route-fit-screen--complete .source-payment__item strong{display:block;color:#000;font-size:32px;font-weight:500;line-height:36px}
.route-fit-screen--complete .source-payment__item p{margin:63px 0 0;color:#666;font-size:18px;font-weight:500;line-height:22px}
.route-fit-screen--complete .source-payment__item--featured{
  grid-row:1/-1;
  grid-column:2;
  align-items:center;
  text-align:center;
}
.route-fit-screen--complete .source-payment__item--featured picture{display:block;width:180px;height:180px;order:2}
.route-fit-screen--complete .source-payment__item--featured picture img{display:block;width:100%;height:100%;object-fit:contain}
.route-fit-screen--complete .source-payment__item--featured strong{order:1}
.route-fit-screen--complete .source-payment__item--featured p{margin-top:56px;order:3}
.route-fit-screen--complete .source-payment__support{
  display:flex;
  min-width:0;
  padding:28px 32px;
  align-items:center;
  justify-content:space-between;
  grid-row:2;
  grid-column:2;
  border-radius:32px;
  background:#f5f5f5;
}
.route-fit-screen--complete .source-payment__support span{display:grid;max-width:520px;gap:8px}
.route-fit-screen--complete .source-payment__support b{font-size:18px;font-weight:600;line-height:22px}
.route-fit-screen--complete .source-payment__support small{color:#666;font-size:14px;font-weight:400;line-height:18px}
.route-fit-screen--complete .source-payment__support a{color:#000;font-size:16px;font-weight:600;line-height:20px;text-decoration:underline;text-underline-offset:3px}
.route-fit-screen--complete .source-payment__support a:hover,
.route-fit-screen--complete .source-payment__support a:focus-visible{text-decoration:none}

/* «Отзывы студентов». */
.route-fit-screen--complete .source-reviews h2{margin-bottom:56px}
@media(min-width:1200px){
  .route-fit-screen--complete .route-fit-page>.source-reviews{min-height:797px}
}
.route-fit-screen--complete .source-reviews__list{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - 32px)/2);
  gap:32px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
}
.route-fit-screen--complete .source-reviews__list::-webkit-scrollbar{display:none}
.route-fit-screen--complete .source-reviews article{
  display:flex;
  min-width:0;
  min-height:435px;
  padding:32px;
  flex-direction:column;
  scroll-snap-align:start;
  border-radius:20px;
  background:#f5f5f5;
}
.route-fit-screen--complete .source-reviews article header{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;margin-bottom:16px}
.route-fit-screen--complete .source-reviews article header>img,
.route-fit-screen--complete .source-reviews article header>i{
  display:grid;
  width:44px;
  height:44px;
  grid-row:1;
  place-items:center;
  overflow:hidden;
  border:1px solid #e0e0e0;
  border-radius:50%;
  background:#d2d2e7;
  color:#000;
  font-size:18px;
  font-style:normal;
  font-weight:500;
}
.route-fit-screen--complete .source-reviews article header>img{object-fit:cover}
.route-fit-screen--complete .source-reviews article header>div{display:grid;gap:4px}
.route-fit-screen--complete .source-reviews article header strong{font-size:16px;font-weight:500;line-height:20px}
.route-fit-screen--complete .source-reviews article header small{color:#666;font-size:14px;font-weight:500;line-height:18px}
.route-fit-screen--complete .source-reviews article header span{color:#f5b400;font-size:13px;letter-spacing:2px;line-height:16px}
.route-fit-screen--complete .source-reviews article>p{margin:0 0 0 56px;color:#000;font-size:18px;font-weight:400;line-height:26px}
.route-fit-screen--complete .source-reviews__wrapper>a{
  display:block;
  width:max-content;
  margin:56px auto 0;
  padding:17px 32px;
  border-radius:12px;
  background:#ebebeb;
  color:#000;
  font-size:18px;
  font-weight:500;
  line-height:20px;
  text-decoration:none;
}
.route-fit-screen--complete .source-reviews__wrapper>a:hover{background:#dedede}
.route-fit-screen--complete .source-reviews__wrapper>a:focus-visible{outline:3px solid rgba(61,59,255,.24);outline-offset:2px}

/* «Где работают участники курсов Skillbox». */
.route-fit-screen--complete .route-fit-page>.source-companies{
  width:100vw;
  margin-inline:calc((100% - 100vw)/2);
  padding:120px 0;
  overflow:hidden;
  border-radius:0;
  background:#fff;
}
.route-fit-screen--complete .route-fit-page>.source-companies>.source-companies__surface{
  display:block;
  width:calc(100% - 24px);
  max-width:1400px;
  margin:0 auto;
  padding:100px 0;
  border-radius:32px;
  background:#f5f5f5;
}
.route-fit-screen--complete .source-companies__content{width:min(1168px,calc(100% - 72px));margin:0 auto}
.route-fit-screen--complete .source-companies h2{width:768px;margin:0 auto 40px;text-align:center}
.route-fit-screen--complete .source-companies ul{
  display:flex;
  margin:-4px -44px;
  padding:0;
  flex-wrap:wrap;
  justify-content:center;
  list-style:none;
}
.route-fit-screen--complete .source-companies li{
  display:flex;
  width:226px;
  height:100px;
  margin:4px 44px;
  padding:22px;
  align-items:center;
  justify-content:center;
}
.route-fit-screen--complete .source-companies img{display:block;width:100%;height:100%;object-fit:contain}

@media(max-width:1279px){
  .route-fit-screen--complete .route-fit-page>.source-payment>.source-payment__wrapper{display:block;margin:0 auto}
  .route-fit-screen--complete h2.source-payment__title{width:768px;margin-bottom:56px}
  .route-fit-screen--complete .source-payment__support{margin-top:8px}
  .route-fit-screen--complete .source-companies ul{margin-inline:-4px}
  .route-fit-screen--complete .source-companies li{margin-inline:4px}
}

@media(max-width:1023px) and (min-width:768px){
  .route-fit-screen--complete h2.source-salary__title{width:432px;margin-bottom:32px}
  .route-fit-screen--complete .source-salary__content{grid-template-rows:auto minmax(202px,1fr);gap:54px 77px}
  .route-fit-screen--complete .source-salary__info{width:auto}
  .route-fit-screen--complete .source-salary__source{width:336px;font-size:18px;line-height:22px}
  .route-fit-screen--complete .source-salary__item{padding:20px;border-radius:20px}
  .route-fit-screen--complete .source-salary__value{font-size:32px;line-height:36px}
  .route-fit-screen--complete .source-salary__value--junior{margin-bottom:40px}
  .route-fit-screen--complete .source-salary__value--middle{margin-bottom:100px}
  .route-fit-screen--complete .source-salary__value--senior{margin-bottom:56px}
  .route-fit-screen--complete .source-salary__picture{width:150px;height:86px;margin-bottom:56px}
  .route-fit-screen--complete h2.source-payment__title{width:456px;margin-bottom:32px}
  .route-fit-screen--complete .source-payment__item{padding:32px;border-radius:20px}
  .route-fit-screen--complete .route-fit-page>.source-companies>.source-companies__surface{padding:48px 0}
  .route-fit-screen--complete .source-companies h2{width:456px}
  .route-fit-screen--complete .source-companies li{width:116px;height:64px;margin-inline:24px;padding:17px 8px}
}

@media(max-width:767px){
  .route-fit-screen--complete .route-fit-page>.source-salary,
  .route-fit-screen--complete .route-fit-page>.source-payment,
  .route-fit-screen--complete .route-fit-page>.source-reviews{
    width:calc(100% + 48px);
    margin-inline:-24px;
    padding:8px 0 56px;
  }
  .route-fit-screen--complete .source-salary__wrapper,
  .route-fit-screen--complete .route-fit-page>.source-payment>.source-payment__wrapper,
  .route-fit-screen--complete .source-reviews__wrapper{width:calc(100% - 40px)}
  .route-fit-screen--complete h2.source-salary__title,
  .route-fit-screen--complete h2.source-payment__title,
  .route-fit-screen--complete .source-reviews h2,
  .route-fit-screen--complete .source-companies h2{
    width:auto;
    margin-bottom:32px;
    font-size:32px;
    line-height:34px;
    letter-spacing:0;
  }
  .route-fit-screen--complete .source-salary__content{display:block}
  .route-fit-screen--complete .source-salary__info{width:auto;margin-bottom:24px}
  .route-fit-screen--complete .source-salary__logo{flex-basis:44px;width:44px;height:44px}
  .route-fit-screen--complete .source-salary__source{width:auto;font-size:16px;line-height:20px}
  .route-fit-screen--complete .source-salary__list{display:block}
  .route-fit-screen--complete .source-salary__item{padding:68px 20px 20px;border-radius:20px}
  .route-fit-screen--complete .source-salary__item:not(:last-child){margin-bottom:8px}
  .route-fit-screen--complete .source-salary__value{
    margin:0 88px 4px 0;
    font-size:28px;
    line-height:30px;
    text-align:left;
  }
  .route-fit-screen--complete .source-salary__grade{justify-content:flex-start;line-height:16px}
  .route-fit-screen--complete .source-salary__grade span{position:absolute;top:20px;left:20px;padding:5px 11px}
  .route-fit-screen--complete .source-salary__grade small{font-size:14px;line-height:18px}
  .route-fit-screen--complete .source-salary__picture{width:150px;height:86px;margin:32px auto 0}
  .route-fit-screen--complete .route-fit-page>.source-payment>.source-payment__wrapper{display:block;margin:0 auto}
  .route-fit-screen--complete .source-payment__list{display:block}
  .route-fit-screen--complete .source-payment__item{min-height:0;padding:32px 20px;border-radius:20px}
  .route-fit-screen--complete .source-payment__item:not(:last-child){margin-bottom:8px}
  .route-fit-screen--complete .source-payment__item strong{font-size:24px;line-height:28px}
  .route-fit-screen--complete .source-payment__item p{margin-top:12px;font-size:16px;line-height:20px}
  .route-fit-screen--complete .source-payment__item--featured{align-items:flex-start;text-align:left}
  .route-fit-screen--complete .source-payment__item--featured picture{width:120px;height:120px;margin:0 0 32px;order:0}
  .route-fit-screen--complete .source-payment__item--featured strong{order:1}
  .route-fit-screen--complete .source-payment__item--featured p{margin-top:12px;order:2}
  .route-fit-screen--complete .source-payment__support{
    min-height:132px;
    padding:24px 20px;
    align-items:flex-start;
    flex-direction:column;
    gap:20px;
    border-radius:20px;
  }
  .route-fit-screen--complete .source-reviews__list{grid-auto-columns:100%;gap:8px}
  .route-fit-screen--complete .source-reviews article{min-height:420px;padding:20px;border-radius:16px}
  .route-fit-screen--complete .source-reviews article>p{margin-left:0;font-size:16px;line-height:22px}
  .route-fit-screen--complete .source-reviews__wrapper>a{width:100%;margin-top:32px;padding-inline:12px;text-align:center}
  .route-fit-screen--complete .route-fit-page>.source-companies{
    width:calc(100% + 48px);
    margin-inline:-24px;
    padding:56px 0;
  }
  .route-fit-screen--complete .route-fit-page>.source-companies>.source-companies__surface{width:calc(100% - 8px);margin:0 auto;padding:56px 0;border-radius:20px}
  .route-fit-screen--complete .source-companies__content{width:100%;padding-inline:16px}
  .route-fit-screen--complete .source-companies ul{margin:-4px -8px}
  .route-fit-screen--complete .source-companies li{width:116px;height:64px;margin:4px 8px;padding:17px 8px}
}

/* Блок поддержки с актуальной страницы курса. */
.route-fit-screen--complete .route-fit-page>.support-team{
  width:100vw;
  margin-inline:calc((100% - 100vw)/2);
  padding:20px 0 120px;
  overflow:hidden;
  border-radius:0;
  background:#fff;
}

.route-fit-screen--complete .support-team>.support-team__wrapper{
  display:block;
  width:min(1168px,calc(100% - 72px));
  margin:0 auto;
}

.route-fit-screen--complete .support-team__header{
  width:min(668px,100%);
  max-width:none;
  margin:0 0 56px;
}

.route-fit-screen--complete .support-team__header>h2{
  margin:0;
  font-size:52px;
  font-weight:500;
  letter-spacing:0;
  line-height:54px;
}

.route-fit-screen--complete .support-team__cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin:0;
  padding:0;
  list-style:none;
}

.route-fit-screen--complete .support-team__card{
  min-width:0;
  aspect-ratio:384/476;
  overflow:hidden;
  border-radius:32px;
  background:#f5f5f5;
}

.route-fit-screen--complete .support-team-card{
  position:relative;
  display:block;
  width:100%;
  height:100%;
  color:#fff;
}

.route-fit-screen--complete .support-team-card__summary{
  position:absolute;
  inset:0;
  display:block;
  padding:28px 24px;
  overflow:hidden;
  cursor:pointer;
  list-style:none;
}

.route-fit-screen--complete .support-team-card__summary::-webkit-details-marker{display:none}

.route-fit-screen--complete .support-team-card__summary>img{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.route-fit-screen--complete .support-team-card__content{
  position:relative;
  display:flex;
  height:100%;
  flex-direction:column;
  justify-content:flex-end;
}

.route-fit-screen--complete .support-team-card__content>strong{
  color:#fff;
  font-size:28px;
  font-weight:500;
  letter-spacing:0;
  line-height:32px;
}

.route-fit-screen--complete .support-team-card__content>span{
  margin-top:12px;
  color:#fff;
  font-size:18px;
  font-weight:500;
  line-height:22px;
}

.route-fit-screen--complete .support-team-card__toggle{
  position:absolute;
  z-index:3;
  top:16px;
  right:16px;
  display:block;
  width:40px;
  height:40px;
  border-radius:50%;
  background:#fff;
  transition:transform 200ms ease;
}

.route-fit-screen--complete .support-team-card__toggle::before,
.route-fit-screen--complete .support-team-card__toggle::after{
  position:absolute;
  top:19px;
  left:10px;
  width:20px;
  height:2px;
  background:#000;
  content:"";
}

.route-fit-screen--complete .support-team-card__toggle::after{transform:rotate(90deg)}

.route-fit-screen--complete .support-team-card__details{display:none}

.route-fit-screen--complete .support-team-card[open]>.support-team-card__summary{
  z-index:2;
  inset:16px 16px auto auto;
  width:40px;
  height:40px;
  padding:0;
  overflow:visible;
}

.route-fit-screen--complete .support-team-card[open]>.support-team-card__summary>img,
.route-fit-screen--complete .support-team-card[open]>.support-team-card__summary>.support-team-card__content{display:none}

.route-fit-screen--complete .support-team-card[open] .support-team-card__toggle{
  top:0;
  right:0;
  transform:rotate(45deg);
}

.route-fit-screen--complete .support-team-card[open]>.support-team-card__details{
  position:absolute;
  inset:0;
  display:block;
  padding:24px;
  overflow:auto;
  background:#f5f5f5;
  color:#666;
  font-size:16px;
  font-weight:500;
  line-height:20px;
}

.route-fit-screen--complete .support-team-card__details>img{
  display:block;
  width:80px;
  height:100px;
  margin:0 0 20px;
  border-radius:8px;
  object-fit:cover;
}

.route-fit-screen--complete .support-team-card__details>p{margin:0;color:#666}
.route-fit-screen--complete .support-team-card__details strong{color:#666;font-weight:500}

.route-fit-screen--complete .support-team-card__summary:focus-visible{
  outline:3px solid rgba(61,59,255,.24);
  outline-offset:-3px;
}

@media(max-width:767px){
  .route-fit-screen--complete .route-fit-page>.support-team{
    width:calc(100% + 48px);
    margin-inline:-24px;
    padding:8px 0 56px;
  }

  .route-fit-screen--complete .support-team>.support-team__wrapper{width:calc(100% - 40px)}

  .route-fit-screen--complete .support-team__header{
    width:auto;
    margin-bottom:32px;
  }

  .route-fit-screen--complete .support-team__header>h2{
    font-size:32px;
    line-height:34px;
  }

  .route-fit-screen--complete .support-team__cards{
    display:flex;
    gap:8px;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }

  .route-fit-screen--complete .support-team__cards::-webkit-scrollbar{display:none}

  .route-fit-screen--complete .support-team__card{
    width:280px;
    height:350px;
    flex:0 0 280px;
    border-radius:20px;
    scroll-snap-align:start;
  }

  .route-fit-screen--complete .support-team-card__summary{padding:24px 20px}
  .route-fit-screen--complete .support-team-card__content>strong{font-size:24px;line-height:28px}
  .route-fit-screen--complete .support-team-card__content>span{margin-top:8px;font-size:16px;line-height:20px}
  .route-fit-screen--complete .support-team-card[open]>.support-team-card__details{padding:20px;font-size:14px;line-height:18px}
}

@media(prefers-reduced-motion:reduce){
  .route-fit-screen--complete .support-team-card__toggle{transition:none}
}

/* Блок экспертов со страницы курса. */
.route-fit-screen--complete .route-fit-page>.experts-section{
  width:calc(100vw - 8px);
  margin-inline:0;
  padding:120px 0;
  justify-self:center;
  overflow:hidden;
  border-radius:0;
  background:#fff;
}

.route-fit-screen--complete .experts-section__header{
  display:flex;
  width:min(1168px,calc(100% - 72px));
  gap:32px;
  margin:0 auto 56px;
  align-items:flex-end;
  justify-content:space-between;
}

.route-fit-screen--complete h2.experts-section__title{
  max-width:768px;
  margin:0;
  font-size:52px;
  font-weight:500;
  line-height:54px;
  letter-spacing:-.02em;
}

.route-fit-screen--complete .experts-section__controls{
  display:flex;
  flex:0 0 auto;
  gap:12px;
}

.route-fit-screen--complete .experts-section__controls button{
  display:flex;
  width:48px;
  height:48px;
  padding:0;
  align-items:center;
  justify-content:center;
  border:1px solid #000;
  border-radius:50%;
  background:#fff;
  color:#000;
  cursor:pointer;
}

.route-fit-screen--complete .experts-section__controls button:disabled{
  border-color:#ccc;
  color:#999;
  cursor:default;
}

.route-fit-screen--complete .experts-section__controls button:not(:disabled):hover{background:#f5f5f5}

.route-fit-screen--complete .experts-section__controls button:focus-visible{
  outline:3px solid rgba(61,59,255,.24);
  outline-offset:2px;
}

.route-fit-screen--complete .experts-section__controls svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
}

.route-fit-screen--complete .experts-section__list{
  display:flex;
  width:min(1168px,calc(100% - 72px));
  gap:8px;
  margin:0 auto;
  padding:0;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  touch-action:pan-y;
  cursor:grab;
  scrollbar-width:none;
  list-style:none;
}

.route-fit-screen--complete .experts-section__list::-webkit-scrollbar{display:none}

.route-fit-screen--complete .experts-section__list.is-dragging{
  scroll-behavior:auto;
  scroll-snap-type:none;
  cursor:grabbing;
  user-select:none;
}

.route-fit-screen--complete .experts-section__item{
  flex:0 0 calc((100% - 16px)/3);
  min-width:0;
  scroll-snap-align:start;
}

.route-fit-screen--complete .experts-section__item article{margin:0}

.route-fit-screen--complete .experts-section__media{
  position:relative;
  width:100%;
  margin-bottom:24px;
  aspect-ratio:384/476;
  overflow:hidden;
  border-radius:20px;
}

.route-fit-screen--complete .experts-section__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.route-fit-screen--complete .experts-section__media span{
  position:absolute;
  top:12px;
  left:12px;
  min-height:28px;
  padding:4px 16px 4px 4px;
  border-radius:10px;
  background:rgba(255,255,255,.8);
  color:#000;
  font-size:16px;
  font-weight:500;
  line-height:20px;
}

.route-fit-screen--complete .experts-section__item h3{
  max-width:320px;
  margin:0 0 10px;
  font-size:24px;
  font-weight:500;
  line-height:28px;
  letter-spacing:0;
}

.route-fit-screen--complete .experts-section__item p{
  max-width:320px;
  margin:0;
  color:#666;
  font-size:18px;
  font-weight:500;
  line-height:22px;
}

@media(min-width:768px) and (max-width:1023px){
  .route-fit-screen--complete .route-fit-page>.experts-section{padding:56px 0}
  .route-fit-screen--complete .experts-section__header,
  .route-fit-screen--complete .experts-section__list{width:calc(100% - 48px)}
  .route-fit-screen--complete .experts-section__header{margin-bottom:32px}
  .route-fit-screen--complete h2.experts-section__title{
    max-width:560px;
    font-size:32px;
    line-height:34px;
    letter-spacing:0;
  }
  .route-fit-screen--complete .experts-section__controls{display:none}
  .route-fit-screen--complete .experts-section__item{flex-basis:calc((100% - 8px)/2)}
  .route-fit-screen--complete .experts-section__media{margin-bottom:20px;border-radius:16px}
  .route-fit-screen--complete .experts-section__media span{padding:4px 12px 4px 4px;font-size:14px;line-height:18px}
  .route-fit-screen--complete .experts-section__item h3{margin-bottom:6px;font-size:20px;line-height:24px}
  .route-fit-screen--complete .experts-section__item p{font-size:16px;line-height:20px}
}

@media(max-width:767px){
  .route-fit-screen--complete .route-fit-page>.experts-section{
    width:calc(100vw - 8px);
    padding:56px 0;
  }
  .route-fit-screen--complete .experts-section__header,
  .route-fit-screen--complete .experts-section__list{width:calc(100% - 32px)}
  .route-fit-screen--complete .experts-section__header{margin-bottom:32px}
  .route-fit-screen--complete h2.experts-section__title{
    max-width:none;
    font-size:32px;
    line-height:34px;
    letter-spacing:0;
  }
  .route-fit-screen--complete .experts-section__controls{display:none}
  .route-fit-screen--complete .experts-section__item{flex-basis:280px}
  .route-fit-screen--complete .experts-section__media{margin-bottom:20px;aspect-ratio:4/5;border-radius:16px}
  .route-fit-screen--complete .experts-section__media span{padding:4px 12px 4px 4px;font-size:14px;line-height:18px}
  .route-fit-screen--complete .experts-section__item h3{margin-bottom:6px;font-size:20px;line-height:24px}
  .route-fit-screen--complete .experts-section__item p{font-size:16px;line-height:20px}
}

@media(prefers-reduced-motion:reduce){
  .route-fit-screen--complete .experts-section__list{scroll-behavior:auto}
}

/* Блок «Сейчас самое время, чтобы сменить карьерный вектор» со страницы курса. */
.route-fit-screen--complete .route-fit-page>.source-career-reset{
  display:block;
  width:min(1168px,calc(100vw - 96px));
  margin-inline:auto;
  padding:20px 0 120px;
  overflow:visible;
  border-radius:0;
  background:#fff;
}

.route-fit-screen--complete .source-career-reset__wrapper{
  display:flex;
  gap:82px;
  padding:48px 112px 48px 48px;
  border-radius:20px;
  background:#f5f5f5;
}

.route-fit-screen--complete .source-career-reset__picture{
  display:block;
  width:270px;
  height:270px;
  flex:0 0 270px;
  overflow:hidden;
  border-radius:20px;
}

.route-fit-screen--complete .source-career-reset__picture img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.route-fit-screen--complete .source-career-reset__content{
  min-width:0;
  max-width:656px;
  flex:1 1 656px;
  color:#000;
  font-size:18px;
  font-weight:400;
  line-height:26px;
}

.route-fit-screen--complete h2.source-career-reset__title{
  max-width:none;
  margin:0 0 24px;
  color:#000;
  font-size:32px;
  font-weight:500;
  line-height:36px;
  letter-spacing:normal;
}

.route-fit-screen--complete p.source-career-reset__desc{
  max-width:none;
  margin:0;
  color:#000;
  font-size:16px;
  font-weight:400;
  line-height:22px;
}

.route-fit-screen--complete .source-career-reset__list{
  margin:24px 0;
  padding:0 0 0 40px;
  color:#000;
  font-size:18px;
  font-weight:400;
  line-height:26px;
  list-style:disc;
}

.route-fit-screen--complete .source-career-reset__list li+li{margin-top:12px}
.route-fit-screen--complete .source-career-reset__list strong{font-weight:500}

@media(min-width:768px) and (max-width:1023px){
  .route-fit-screen--complete .route-fit-page>.source-career-reset{
    width:min(696px,calc(100vw - 48px));
    padding:8px 0 56px;
  }
  .route-fit-screen--complete .source-career-reset__wrapper{
    display:block;
    padding:32px;
    border-radius:16px;
  }
  .route-fit-screen--complete .source-career-reset__picture{
    width:140px;
    height:140px;
    margin-bottom:32px;
    border-radius:12px;
  }
  .route-fit-screen--complete .source-career-reset__content{max-width:568px;font-size:16px;line-height:22px}
  .route-fit-screen--complete h2.source-career-reset__title{margin-bottom:16px;font-size:24px;line-height:28px}
  .route-fit-screen--complete .source-career-reset__list{margin:20px 0;font-size:16px;line-height:22px}
}

@media(max-width:767px){
  .route-fit-screen--complete .route-fit-page>.source-career-reset{
    width:100vw;
    margin-inline:0;
    padding:8px 20px 56px;
    justify-self:center;
  }
  .route-fit-screen--complete .source-career-reset__wrapper{
    display:block;
    width:100%;
    padding:32px 20px;
    border-radius:16px;
  }
  .route-fit-screen--complete .source-career-reset__picture{
    width:140px;
    height:140px;
    margin-bottom:32px;
    border-radius:12px;
  }
  .route-fit-screen--complete .source-career-reset__content{max-width:none;font-size:16px;line-height:22px}
  .route-fit-screen--complete h2.source-career-reset__title{margin-bottom:16px;font-size:24px;line-height:28px}
  .route-fit-screen--complete .source-career-reset__list{margin:20px 0;font-size:16px;line-height:22px}
}

/* Блок «Они уже стали бизнес-аналитиками» со страницы курса. */
.route-fit-screen--complete .route-fit-page>.success-stories-v1{
  width:100vw;
  margin-inline:0;
  padding:20px 0 56px;
  justify-self:center;
  overflow:hidden;
  border-radius:0;
  background:#fff;
}

.route-fit-screen--complete .success-stories-v1__wrapper{
  display:grid;
  width:min(1168px,calc(100% - 72px));
  margin:0 auto;
  grid-template-columns:minmax(0,776px) minmax(0,328px);
  gap:56px 64px;
}

.route-fit-screen--complete h2.success-stories-v1__title{
  max-width:776px;
  margin:0;
  font-size:52px;
  font-weight:500;
  line-height:54px;
  letter-spacing:-.02em;
}

.route-fit-screen--complete .success-stories-v1__controls{
  display:flex;
  gap:12px;
  align-self:end;
  justify-self:end;
}

.route-fit-screen--complete .success-stories-v1__controls button{
  display:flex;
  width:48px;
  height:48px;
  padding:12px;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:50%;
  background:#ebebeb;
  color:#000;
  cursor:pointer;
}

.route-fit-screen--complete .success-stories-v1__controls button:disabled{
  color:#b8b8b8;
  cursor:default;
}

.route-fit-screen--complete .success-stories-v1__controls button:not(:disabled):hover{background:#e2e2e2}

.route-fit-screen--complete .success-stories-v1__controls button:focus-visible,
.route-fit-screen--complete .success-stories-v1__link:focus-visible{
  outline:3px solid rgba(61,59,255,.24);
  outline-offset:2px;
}

.route-fit-screen--complete .success-stories-v1__controls svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
}

.route-fit-screen--complete .success-stories-v1__list{
  display:flex;
  min-width:0;
  margin:0;
  padding:0;
  grid-column:1/-1;
  gap:8px;
  overflow-x:auto;
  overflow-y:hidden;
  overscroll-behavior-inline:contain;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  list-style:none;
}

.route-fit-screen--complete .success-stories-v1__list::-webkit-scrollbar{display:none}
.route-fit-screen--complete .success-stories-v1__pagination{display:none}

.route-fit-screen--complete .success-stories-v1__item{
  display:grid;
  height:398px;
  min-width:0;
  margin:0;
  padding:8px 32px 8px 8px;
  flex:0 0 calc(75% - 2px);
  grid-template-columns:292px minmax(0,1fr);
  grid-template-rows:auto 1fr auto;
  column-gap:32px;
  overflow:visible;
  border-radius:32px;
  background:#f5f5f5;
  scroll-snap-align:start;
}

.route-fit-screen--complete .success-stories-v1__pic{
  display:block;
  width:292px;
  height:363px;
  margin:0;
  grid-column:1/2;
  grid-row:1/-1;
  overflow:hidden;
  border-radius:24px;
}

.route-fit-screen--complete .success-stories-v1__pic img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.route-fit-screen--complete .success-stories-v1__story{
  margin:0 0 32px;
  padding-top:24px;
  grid-column:2/-1;
  grid-row:1/2;
  color:#666;
  font-size:18px;
  font-weight:500;
  line-height:22px;
}

.route-fit-screen--complete .success-stories-v1__transition{
  display:flex;
  margin:0 0 16px;
  grid-column:2/-1;
  grid-row:2/3;
  align-self:flex-end;
  align-items:center;
  flex-wrap:wrap;
}

.route-fit-screen--complete .success-stories-v1__job{
  color:#000;
  font-size:20px;
  font-weight:500;
  line-height:24px;
}

.route-fit-screen--complete .success-stories-v1__job--old{margin-right:12px}

.route-fit-screen--complete .success-stories-v1__arrow{
  display:flex;
  width:20px;
  height:20px;
  margin-right:12px;
  padding:4px;
  flex:0 0 20px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#fff;
}

.route-fit-screen--complete .success-stories-v1__arrow svg{
  display:block;
  width:12px;
  height:12px;
  fill:none;
  stroke:#000;
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.route-fit-screen--complete .success-stories-v1__link{
  display:block;
  width:max-content;
  min-height:40px;
  margin:0 0 24px;
  padding:9px 20px;
  grid-column:2/-1;
  grid-row:3/-1;
  justify-self:start;
  border-radius:8px;
  background:#fff;
  color:#000;
  font-size:14px;
  font-weight:500;
  line-height:20px;
  text-decoration:none;
}

.route-fit-screen--complete .success-stories-v1__link:hover{background:#ebebeb}

@media(max-width:1023px){
  .route-fit-screen--complete .route-fit-page>.success-stories-v1{padding:8px 0 56px}
  .route-fit-screen--complete .success-stories-v1__wrapper{
    display:block;
    width:100%;
    padding-inline:20px;
  }
  .route-fit-screen--complete h2.success-stories-v1__title{
    max-width:none;
    margin-bottom:32px;
    font-size:32px;
    line-height:34px;
    letter-spacing:0;
  }
  .route-fit-screen--complete .success-stories-v1__controls{display:none}
  .route-fit-screen--complete .success-stories-v1__item{
    display:flex;
    height:auto;
    min-height:684px;
    padding:20px;
    flex:0 0 100%;
    align-items:flex-start;
    flex-direction:column;
    border-radius:20px;
  }
  .route-fit-screen--complete .success-stories-v1__pic{
    width:130px;
    height:162px;
    margin-bottom:32px;
    flex:0 0 162px;
    border-radius:16px;
  }
  .route-fit-screen--complete .success-stories-v1__story{
    width:100%;
    margin-bottom:32px;
    padding-top:0;
    color:#666;
    font-size:16px;
    line-height:20px;
  }
  .route-fit-screen--complete .success-stories-v1__transition{
    width:100%;
    margin-top:auto;
    margin-bottom:8px;
  }
  .route-fit-screen--complete .success-stories-v1__job{
    margin-bottom:8px;
    font-size:18px;
    line-height:22px;
  }
  .route-fit-screen--complete .success-stories-v1__job--old{margin-right:12px}
  .route-fit-screen--complete .success-stories-v1__arrow{margin-right:12px;margin-bottom:8px}
  .route-fit-screen--complete .success-stories-v1__link{margin:0}
}

@media(prefers-reduced-motion:reduce){
  .route-fit-screen--complete .success-stories-v1__list{scroll-behavior:auto}
}

/* Shared horizontal contract for the complete result page.
   Section internals keep their own layouts, while every top-level surface
   uses the same outer frame provided by .route-fit-page. */
.route-fit-screen--complete .route-fit-page>:is(
  .route-fit-intro,
  .course-source-section:not(.course-abilities-section),
  .course-proof-section,
  .partner-cases,
  .experts-section,
  .course-certificate-section,
  .result-consultation
){
  width:100%;
  max-width:none;
  margin-right:0;
  margin-left:0;
  justify-self:stretch;
}

/* Shared geometry for the main content surfaces on the complete result page.
   Nested media, controls and compact cards keep their own semantic radii. */
.route-fit-screen--complete .route-fit-page :is(
  .course-overview-section,
  .resume-section,
  .portfolio-gallery,
  .learning-process__text,
  .course-ai-info__wrapper,
  .success-stories-v1__item,
  .universal-certificate-v2__wrapper,
  .universal-certificate-v2__inner,
  .employment-section__wrapper,
  .support-team__card,
  .source-payment__item,
  .source-payment__support,
  .source-career-reset__wrapper
){
  border-radius:var(--radius-workspace);
}

.route-fit-screen--complete .route-fit-page>.source-companies>.source-companies__surface,
#app>.route-fit-screen--complete .route-fit-page>.result-consultation{
  border-radius:var(--radius-workspace);
}

/* Screen 27: сбалансированный блок с открытой формой. */
.route-fit-screen--complete .route-fit-page>.route-fit-program-cta--form{
  position:relative;
  overflow:visible;
  background:color-mix(in srgb,var(--ui-bg) 50%,var(--ui-surface));
}
.route-fit-screen--complete .route-fit-program-cta__speaker--floating img{
  box-shadow:var(--shadow-elevated);
}
.route-fit-screen--complete .route-fit-program-cta__speaker--floating figcaption{box-shadow:var(--shadow-card)}
.route-fit-screen--complete .route-fit-program-cta__form-label{
  justify-self:start;
  margin:0;
}

@media(min-width:1201px){
  .route-fit-screen--complete .route-fit-page>.route-fit-program-cta--form{
    grid-template-columns:minmax(0,45fr) minmax(0,55fr);
    margin-top:var(--space-7);
    padding-block:var(--space-6);
  }
  .route-fit-screen--complete .route-fit-program-cta--form .route-fit-program-cta__copy{
    position:static;
    display:flex;
    max-width:none;
    min-width:0;
    flex-direction:column;
    padding-bottom:0;
  }
  .route-fit-screen--complete .route-fit-program-cta--form .route-fit-program-cta__actions{
    align-content:start;
    justify-items:stretch;
    padding-top:var(--space-7);
  }
  .route-fit-screen--complete .route-fit-program-cta__speaker--floating{
    position:absolute;
    z-index:2;
    top:0;
    right:var(--space-7);
    bottom:auto;
    left:auto;
    width:min(420px,calc(100% + var(--space-7)));
    margin:0;
    transform:translateY(-50%);
  }
  .route-fit-screen--complete .route-fit-program-cta--form .route-fit-program-cta__form{width:100%}
  #app>.route-fit-screen--complete .route-fit-program-cta--form .route-fit-program-cta__form>.primary{
    width:100%;
    min-width:0;
  }
}

@media(max-width:1200px){
  .route-fit-screen--complete .route-fit-program-cta__speaker--floating{
    width:min(420px,100%);
    margin:var(--space-6) 0 0;
  }
  #app>.route-fit-screen--complete .route-fit-program-cta--form .route-fit-program-cta__form>.primary{
    width:100%;
    min-width:0;
  }
}
