@font-face {
  font-family: Onest;
  src: url("../reference/a5c95a96e82ca08a.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Onest;
  src: url("../reference/bb8a1bf2ea3fbe19.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Onest;
  src: url("../reference/85523849b9a61886.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
:root {
  --red: #f53628;
  --black: #181515;
  --blue: #eef7ff;
  --bg: #fafcff;
  --muted: #64707d;
  --footer: #aebdcd;
  --shadow: 0 8px 30px rgba(45, 84, 203, 0.1);
}
html,
body {
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--black);
  font-family: Onest, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
}
body.menu-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
button,
input,
textarea,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
.container {
  width: min(1160px, calc(100% - 32px));
  margin-inline: auto;
}
.section {
  padding: 50px 0;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h2 {
  font-size: 40px;
  line-height: 1.12;
  margin-bottom: 28px;
}
h3 {
  font-size: 22px;
}
.skip-link {
  position: fixed;
  left: 15px;
  top: -80px;
  z-index: 999;
  background: #fff;
  padding: 10px;
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  height: 62px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(45, 84, 203, 0.08);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-inner {
  height: 62px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  width: 145px;
  flex: 0 0 145px;
}
.brand img {
  width: 145px;
  height: auto;
}
.header-city {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: none;
  padding: 0;
  white-space: nowrap;
  font-size: 15px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.header-city svg {
  flex: 0 0 auto;
}
.desktop-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 43px;
  font-size: 15px;
}
.nav-dropdown {
  position: relative;
}
.nav-dropdown > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  background: none;
  padding: 20px 0;
  line-height: 1.2;
}
.nav-chevron {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform .2s ease;
}
.nav-dropdown > button[aria-expanded="true"] .nav-chevron {
  transform: rotate(225deg);
}
.nav-dropdown-menu {
  display: none;
  position: absolute;
  left: -20px;
  top: 52px;
  min-width: 220px;
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  box-shadow: var(--shadow);
}
.nav-dropdown-menu a {
  display: block;
  padding: 10px;
  border-radius: 8px;
}
.nav-dropdown-menu a:hover {
  background: var(--blue);
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown > button[aria-expanded="true"] + .nav-dropdown-menu {
  display: block;
}
.support-link {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-left: auto;
  white-space: nowrap;
}
.support-link strong {
  display: block;
  color: var(--red);
  font-size: 15px;
}
.support-link small {
  display: block;
  color: #999;
  font-size: 12px;
}
.telegram-icon {
  border: 1.5px solid #222;
  border-radius: 5px;
  font-size: 11px;
  padding: 1px 3px;
}
.menu-toggle,
.phone-button,
.mobile-panel,
.menu-overlay {
  display: none;
}
.button {
  min-height: 52px;
  padding: 0 29px;
  border: 0;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: 0.2s;
}
.button-primary {
  background: var(--red);
  color: #fff;
}
.button-primary:hover {
  box-shadow: 0 6px 24px rgba(245, 54, 40, 0.4);
  transform: translateY(-1px);
}
.button-light {
  background: #fff;
  border: 1px solid #ddd;
}
.hero-replica {
  padding: 18px 0 25px;
}
.hero-replica-card {
  height: 430px;
  border-radius: 22px;
  overflow: hidden;
  background: #234c25 url("../reference/ac165b49a3caff72.webp") center/cover
    no-repeat;
  position: relative;
}
.hero-replica-card > img {
  position: absolute;
  width: 610px;
  right: -10px;
  top: -45px;
}
.hero-text {
  position: relative;
  z-index: 2;
  padding: 130px 0 0 60px;
  color: #fff;
}
.hero-text h1 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 18px;
  letter-spacing: -0.8px;
}
.hero-text h1 span {
  text-transform: none;
}
.hero-text p {
  font-size: 24px;
  margin-bottom: 24px;
}
.stats-replica {
  padding-bottom: 55px;
}
.stats-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.stats-track article {
  background: #fff;
  border-radius: 20px;
  min-height: 190px;
  padding: 25px 20px;
  box-shadow: var(--shadow);
}
.stats-track strong {
  display: block;
  color: var(--red);
  font-size: 39px;
  line-height: 1.15;
  margin-bottom: 18px;
}
.stats-track p {
  margin: 0;
  font-size: 16px;
}
.mobile-dots {
  display: none;
}
.services-replica {
  text-align: center;
  padding-top: 30px;
}
.services-replica h2 {
  margin-bottom: 22px;
}
.section-lead {
  max-width: 890px;
  margin: 0 auto 27px;
  font-size: 16px;
}
.service-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.service-replica-card {
  height: 370px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  text-align: left;
  color: #fff;
}
.service-replica-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-replica-card .shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.25),
    transparent 45%,
    rgba(0, 0, 0, 0.18)
  );
}
.service-replica-card h3 {
  position: absolute;
  left: 20px;
  right: 15px;
  top: 21px;
  margin: 0;
  font-size: 22px;
  line-height: 1.25;
}
.service-replica-card b {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: var(--red);
  display: grid;
  place-items: center;
  font-size: 19px;
}
.form-replica {
  padding-top: 55px;
}
.form-replica-card {
  min-height: 430px;
  background: #edf7ff;
  border-radius: 22px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 38% 62%;
  position: relative;
}
.form-person {
  position: relative;
  overflow: hidden;
}
.form-person img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 35% center;
}
.form-copy {
  padding: 58px 58px 38px 32px;
  position: relative;
  z-index: 2;
}
.form-copy h2 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 25px;
}
.replica-fields {
  display: grid;
  grid-template-columns: 1fr 1fr 0.8fr;
  gap: 10px;
}
.replica-form input[type="text"],
.replica-form input[type="tel"],
.replica-form input[type="email"],
.quiz-step > input {
  height: 52px;
  border: 1px solid #d7dce2;
  border-radius: 5px;
  padding: 0 16px;
  background: #fff;
  min-width: 0;
}
.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 16px;
  font-size: 14px;
}
.consent-row input {
  accent-color: var(--red);
  margin-top: 2px;
}
.consent-row a {
  color: var(--red);
}
.honeypot {
  display: none;
}
.form-status {
  font-size: 13px;
  margin-top: 8px;
  color: #1f7a45;
}
.situations-replica {
  padding-top: 0;
  overflow: hidden;
}
.situations-replica > h2 {
  text-align: center;
  margin: 0 0 43px;
}
.situations-track {
  display: flex;
  gap: 20px;
  width: max-content;
  transform: translateX(calc((100vw - 1160px) / 2 - 620px));
}
.situations-track article {
  width: 370px;
  min-height: 250px;
  background: #fff;
  border-radius: 20px;
  padding: 28px 20px;
  box-shadow: var(--shadow);
}
.situations-track strong {
  color: var(--red);
  font-size: 39px;
}
.situations-track h3 {
  font-size: 16px;
  margin: 22px 0 10px;
}
.situations-track p {
  margin: 0;
}
.legal-callout {
  text-align: center;
  max-width: 1160px;
  margin: 50px auto 0;
  font-size: 22px;
}
.legal-callout .button {
  margin-top: 3px;
}
.quiz-replica {
  padding-top: 25px;
}
.quiz-shell {
  min-height: 505px;
  border-radius: 22px;
  background: #eaf5ff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 60px;
}
.quiz-intro h2 {
  font-size: 39px;
  margin-bottom: 18px;
}
.quiz-card {
  background: #fff;
  border-radius: 22px;
  padding: 22px;
  min-height: 390px;
  display: flex;
  flex-direction: column;
}
.quiz-step {
  display: none;
}
.quiz-step.active {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.quiz-step h3 {
  font-size: 27px;
  margin-bottom: 15px;
}
.quiz-step label {
  display: flex;
  align-items: center;
  gap: 9px;
}
.quiz-step input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid var(--red);
  border-radius: 50%;
}
.quiz-step input[type="radio"]:checked {
  box-shadow: inset 0 0 0 5px #fff;
  background: var(--red);
}
.quiz-navigation {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: auto;
}
.quiz-navigation > div {
  display: flex;
  gap: 8px;
}
.quiz-navigation small {
  color: #aaa;
}
.quiz-progress {
  height: 4px;
  background: #eee;
  margin-top: 10px;
}
.quiz-progress span {
  display: block;
  height: 100%;
  background: var(--red);
  width: 16%;
}
.quiz-error {
  color: var(--red);
  font-size: 13px;
}
.quiz-result {
  padding: 20px;
}
.about-replica-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.about-replica-grid p {
  font-size: 16px;
}
.about-replica-grid strong {
  display: inline-block;
  margin: 3px 0 18px;
}
.video-preview {
  border-radius: 22px;
  overflow: hidden;
  position: relative;
}
.video-preview img {
  width: 100%;
}
.video-preview span,
.review-video-track article > div span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 42px;
}
.awards-replica {
  text-align: center;
}
.awards-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.awards-track figure {
  margin: 0;
  text-align: left;
}
.awards-track img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  border-radius: 22px;
}
.awards-track figcaption {
  font-weight: 700;
  margin-top: 9px;
}
.award-feature {
  margin-top: 65px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 65px;
  align-items: center;
  text-align: left;
}
.award-feature img {
  width: 100%;
  border-radius: 20px;
}
.award-feature h2 {
  margin-bottom: 20px;
}
.simple-consult {
  background: #eaf5ff;
  border-radius: 22px;
  padding: 60px;
  text-align: center;
}
.simple-consult h2 {
  font-size: 40px;
}
.simple-consult .replica-fields {
  max-width: 1030px;
  margin: auto;
}
.simple-consult .consent-row {
  text-align: left;
}
.steps-replica h2 {
  margin-bottom: 30px;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.steps-grid article {
  min-height: 168px;
  background: #fff;
  border-radius: 20px;
  padding: 24px 20px;
  box-shadow: var(--shadow);
}
.steps-grid h3 {
  margin-bottom: 8px;
}
.steps-grid p {
  margin-bottom: 0;
}
.steps-grid .steps-cta {
  background: #eaf5ff;
  text-align: center;
}
.steps-cta p {
  font-size: 24px;
  margin-bottom: 10px;
}
.reviews-replica h2 {
  margin-top: 20px;
}
.review-video-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.review-video-track article {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.review-video-track article > div {
  height: 260px;
  position: relative;
  overflow: hidden;
}
.review-video-track img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.review-video-track strong {
  display: block;
  padding: 18px;
}
.review-platforms {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 1.6fr 0.55fr;
  gap: 14px;
}
.review-platforms a {
  height: 135px;
  background: #fff;
  border-radius: 20px;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
  padding: 20px;
}
.review-platforms img {
  max-height: 85px;
}
.final-form-replica {
  padding-bottom: 105px;
}
.form-two {
  display: block;
  min-height: 445px;
}
.form-two > .form-copy {
  width: 62%;
  padding: 60px;
}
.form-two > .form-copy h2 {
  text-align: left;
}
.form-two > img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 58%;
  object-fit: cover;
  object-position: left center;
}
.form-two .replica-fields {
  grid-template-columns: 1fr 1fr 1fr;
}
.site-footer {
  background: var(--footer);
  color: #fff;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr 0.9fr;
  gap: 95px;
  padding: 60px 0 18px;
}
.footer-brand > p {
  font-size: 14px;
}
.footer-brand > a:first-child img {
  width: 145px;
}
.footer-brand-name {
  display: inline-block;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.1;
}
.footer-phone {
  display: block;
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
}
.footer-brand small {
  display: block;
}
.footer-social {
  display: flex;
  gap: 8px;
  margin: 15px 0;
}
.footer-social a {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 4px 7px;
}
.footer-column h2 {
  font-size: 16px;
}
.footer-column > a {
  display: block;
  margin: 0 0 23px;
}
.footer-partner {
  background: #fff;
  color: #222;
  padding: 10px 18px;
  border-radius: 5px;
  width: max-content;
}
.footer-bottom {
  background: rgba(80, 105, 130, 0.26);
}
.footer-bottom > .container {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
}
.footer-bottom nav {
  display: flex;
  gap: 50px;
}
.footer-policy-link {
  margin-left: auto;
}
.cookie-banner {
  position: fixed;
  z-index: 200;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  box-shadow: var(--shadow);
  align-items: center;
  justify-content: space-between;
}
.cookie-banner:not([hidden]) {
  display: flex;
}
.cookie-banner p {
  margin: 0;
}
.flash-stack {
  padding-top: 15px;
}
.flash {
  padding: 12px;
  border-radius: 8px;
  background: #eaf5ff;
}
.horizontal-scroll {
  scrollbar-width: none;
}
.horizontal-scroll::-webkit-scrollbar {
  display: none;
}

/* Общие внутренние страницы */
.page-hero {
  padding: 55px 0 25px;
}
.page-hero h1 {
  font-size: 48px;
}
.breadcrumbs {
  color: #87919c;
  font-size: 14px;
  margin-bottom: 25px;
}
.content-grid,
.services-list,
.article-grid,
.office-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.content-card,
.article-card,
.office-card,
.faq-item,
.vacancy-card,
.service-list-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: var(--shadow);
}
.article-card img,
.service-list-card img {
  border-radius: 16px;
}
.article-body {
  padding-top: 16px;
}
.article-cover {
  height: 180px;
  border-radius: 15px;
  background: #eaf5ff;
  display: grid;
  place-items: center;
  color: var(--red);
  font-size: 40px;
}
.faq-item {
  margin-bottom: 14px;
}
.faq-item > button {
  width: 100%;
  border: 0;
  background: none;
  text-align: left;
  font-weight: 700;
  font-size: 18px;
}
.faq-item > button + div {
  display: none;
}
.faq-item > button[aria-expanded="true"] + div {
  display: block;
  padding-top: 14px;
}
.prose {
  max-width: 850px;
}
.prose h1 {
  font-size: 45px;
}
.form-card {
  background: #eaf5ff;
  border-radius: 20px;
  padding: 30px;
}
.form-grid {
  display: grid;
  gap: 12px;
}
.form-grid label span {
  display: block;
  margin-bottom: 6px;
}
.form-grid input,
.form-grid textarea,
.form-grid select {
  width: 100%;
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.form-wide {
  grid-column: 1/-1;
}
.center-action {
  text-align: center;
  margin-top: 25px;
}
.button-outline,
.button-ghost {
  border: 1px solid var(--red);
  color: var(--red);
  background: #fff;
}
.text-link {
  color: var(--red);
}

@media (max-width: 900px) {
  body {
    font-size: 14px;
  }
  .container {
    width: calc(100% - 20px);
  }
  .section {
    padding: 35px 0;
  }
  h2 {
    font-size: 28px;
  }
  .site-header,
  .header-inner {
    height: 57px;
  }
  .site-header {
    box-shadow: 0 5px 18px rgba(45, 84, 203, 0.1);
  }
  .header-inner {
    gap: 10px;
  }
  .menu-toggle {
    display: flex;
    width: 34px;
    height: 34px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    border: 0;
    background: none;
    padding: 7px 5px;
  }
  .menu-toggle span {
    height: 2px;
    background: #222;
    width: 20px;
  }
  .brand {
    width: 108px;
    flex-basis: 108px;
  }
  .brand img {
    width: 108px;
  }
  .header-city {
    font-size: 13px;
    gap: 5px;
  }
  .desktop-nav,
  .support-link {
    display: none;
  }
  .phone-button {
    margin-left: auto;
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    background: transparent;
  }
  .phone-button svg {
    display: block;
  }
  .mobile-panel {
    display: block;
    position: fixed;
    left: -100%;
    top: 57px;
    bottom: 0;
    width: min(320px, 86vw);
    background: #fff;
    padding: 25px;
    z-index: 105;
    transition: left 0.25s;
  }
  .mobile-panel.open {
    left: 0;
  }
  .mobile-panel nav a {
    display: block;
    font-size: 19px;
    padding: 13px 0;
    border-bottom: 1px solid #eee;
  }
  .mobile-panel .button {
    margin-top: 24px;
    width: 100%;
  }
  .menu-overlay {
    display: block;
    position: fixed;
    inset: 57px 0 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    visibility: hidden;
  }
  .menu-overlay.open {
    opacity: 1;
    visibility: visible;
  }
  .hero-replica {
    padding-top: 20px;
  }
  .hero-replica-card {
    height: 480px;
    border-radius: 20px;
    background-position: center;
  }
  .hero-replica-card > img {
    width: 405px;
    right: -13px;
    top: auto;
    bottom: -32px;
  }
  .hero-text {
    text-align: center;
    padding: 28px 16px 0;
  }
  .hero-text h1 {
    font-size: 24px;
    line-height: 1.18;
    margin-bottom: 17px;
  }
  .hero-text h1 span {
    display: block;
  }
  .hero-text p {
    font-size: 21px;
    max-width: 280px;
    margin: 0 auto 22px;
  }
  .hero-text .button {
    min-height: 50px;
  }
  .stats-replica {
    padding: 10px 0 28px;
    overflow: hidden;
  }
  .stats-track {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 0 10px;
    width: 100%;
  }
  .stats-track article {
    flex: 0 0 calc(45% - 5px);
    min-height: 175px;
    border-radius: 18px;
    padding: 20px;
  }
  .stats-track strong {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .mobile-dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 14px;
  }
  .mobile-dots i {
    width: 9px;
    height: 9px;
    background: #f9dedd;
    border-radius: 50%;
  }
  .mobile-dots i.active {
    background: var(--red);
  }
  .services-replica {
    padding-top: 28px;
  }
  .services-replica h2 {
    font-size: 26px;
  }
  .section-lead {
    font-size: 14px;
    line-height: 1.16;
    padding: 0 8px;
  }
  .service-track {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    margin-right: -10px;
  }
  .service-replica-card {
    flex: 0 0 242px;
    height: 255px;
    border-radius: 25px;
  }
  .service-replica-card h3 {
    font-size: 18px;
    left: 18px;
    top: 18px;
  }
  .service-replica-card b {
    left: 18px;
    bottom: 18px;
  }
  .form-replica-card {
    display: block;
    min-height: 0;
  }
  .form-one {
    padding-top: 0;
  }
  .form-one .form-person {
    height: 230px;
  }
  .form-one .form-person img {
    object-position: 20% 30%;
  }
  .form-copy {
    padding: 25px 20px;
  }
  .form-copy h2 {
    font-size: 25px;
    line-height: 1.2;
  }
  .replica-fields {
    grid-template-columns: 1fr;
  }
  .replica-fields > * {
    width: 100%;
  }
  .situations-replica > h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .situations-track {
    transform: none;
    width: auto;
    overflow-x: auto;
    padding: 8px 10px;
  }
  .situations-track article {
    flex: 0 0 285px;
    min-height: 250px;
  }
  .legal-callout {
    font-size: 16px;
    padding: 0 18px;
    margin-top: 35px;
  }
  .quiz-shell {
    display: block;
    padding: 24px 18px;
    min-height: 0;
  }
  .quiz-intro h2 {
    font-size: 27px;
  }
  .quiz-card {
    min-height: 370px;
    border-radius: 16px;
  }
  .quiz-step h3 {
    font-size: 21px;
  }
  .about-replica-grid,
  .award-feature {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about-replica-grid > div:first-child {
    order: 2;
  }
  .awards-track {
    display: flex;
    overflow-x: auto;
  }
  .awards-track figure {
    flex: 0 0 230px;
  }
  .awards-track img {
    height: 330px;
  }
  .award-feature {
    text-align: left;
    margin-top: 40px;
  }
  .simple-consult {
    padding: 30px 20px;
  }
  .simple-consult h2 {
    font-size: 27px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
  }
  .review-video-track {
    display: flex;
    overflow-x: auto;
  }
  .review-video-track article {
    flex: 0 0 260px;
  }
  .review-video-track article > div {
    height: 210px;
  }
  .review-platforms {
    display: flex;
    overflow-x: auto;
  }
  .review-platforms a {
    flex: 0 0 200px;
    height: 110px;
  }
  .review-platforms .telegram-platform {
    flex-basis: 110px;
  }
  .form-two {
    padding-bottom: 320px;
  }
  .form-two > .form-copy {
    width: 100%;
    padding: 28px 20px;
  }
  .form-two > .form-copy h2 {
    text-align: center;
  }
  .form-two > img {
    width: 100%;
    height: 330px;
  }
  .form-two .replica-fields {
    grid-template-columns: 1fr;
  }
  .final-form-replica {
    padding-bottom: 55px;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 40px 0;
  }
  .footer-column > a {
    margin-bottom: 14px;
  }
  .footer-bottom > .container {
    display: block;
  }
  .footer-bottom nav {
    display: block;
    margin-top: 10px;
  }
  .footer-bottom nav a {
    display: block;
    margin-top: 7px;
  }
  .page-hero h1,
  .prose h1 {
    font-size: 34px;
  }
  .content-grid,
  .services-list,
  .article-grid,
  .office-grid {
    grid-template-columns: 1fr;
  }
  .cookie-banner {
    display: block !important;
  }
  .cookie-banner[hidden] {
    display: none !important;
  }
  .cookie-banner .button {
    margin-top: 10px;
  }
}

@media (max-width: 370px) {
  .brand {
    width: 98px;
    flex-basis: 98px;
  }
  .brand img {
    width: 98px;
  }
  .header-city {
    font-size: 12px;
  }
  .hero-replica-card {
    height: 455px;
  }
  .stats-track article {
    flex-basis: 48%;
  }
}
@media (max-width: 560px) {
  body {
    overflow-x: hidden;
  }
}
.hero-replica-card > img {
  height: auto;
}
@media (max-width: 900px) {
  .hero-replica-card > img {
    bottom: -160px;
  }
}

/* Анимации, повторяющие AOS/Swiper референса */
.motion-ready .reveal {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.62s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.motion-ready .reveal:not(.reveal-armed) {
  transition: none;
}
.motion-ready .reveal-fade-right {
  transform: translate3d(-72px, 0, 0);
}
.motion-ready .reveal-fade-left {
  transform: translate3d(72px, 0, 0);
}
.motion-ready .reveal-fade-up {
  transform: translate3d(0, 52px, 0);
}
.motion-ready .reveal-fade-in {
  transform: scale(0.985);
}
.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: none;
  will-change: auto;
}
.hero-replica-card > img {
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.hero-replica-card:hover > img {
  transform: scale(1.018);
}
.service-replica-card,
.stats-track article,
.situations-track article,
.steps-grid article,
.review-video-card,
.awards-track figure {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.service-replica-card img,
.awards-track img,
.review-video-card video {
  transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.service-replica-card:hover,
.stats-track article:hover,
.situations-track article:hover,
.steps-grid article:hover,
.review-video-card:hover,
.awards-track figure:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(45, 84, 203, 0.16);
}
.service-replica-card:hover img,
.awards-track figure:hover img,
.review-video-card:hover video {
  transform: scale(1.035);
}
.button {
  overflow: hidden;
  position: relative;
}
.button:after {
  content: "";
  position: absolute;
  inset: -80% auto -80% -45%;
  width: 32%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.38),
    transparent
  );
  transform: skewX(-20deg);
  transition: left 0.55s ease;
}
.button:hover:after {
  left: 120%;
}
.review-video-card > div {
  background: #101010;
}
.review-video-card video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-play-icon {
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.45);
}
.review-video-card.is-playing .video-play-icon {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}
.video-audio-toggle {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 4;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.58);
  color: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}
.video-audio-toggle:hover {
  transform: scale(1.08);
  background: var(--red);
}
.horizontal-scroll.is-auto-scrolling {
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.horizontal-scroll.is-auto-scrolling > * {
  scroll-snap-align: start;
}
@media (max-width: 900px) {
  .motion-ready .reveal-fade-right {
    transform: translate3d(-36px, 0, 0);
  }
  .motion-ready .reveal-fade-left {
    transform: translate3d(36px, 0, 0);
  }
  .motion-ready .reveal-fade-up {
    transform: translate3d(0, 32px, 0);
  }
  .service-replica-card:hover,
  .stats-track article:hover,
  .situations-track article:hover,
  .steps-grid article:hover,
  .review-video-card:hover,
  .awards-track figure:hover {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .motion-ready .reveal,
  .motion-ready .reveal-fade-right,
  .motion-ready .reveal-fade-left,
  .motion-ready .reveal-fade-up,
  .motion-ready .reveal-fade-in {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .hero-replica-card > img,
  .service-replica-card,
  .service-replica-card img,
  .stats-track article,
  .situations-track article,
  .steps-grid article,
  .review-video-card,
  .review-video-card video,
  .awards-track figure,
  .awards-track img,
  .button:after {
    animation: none !important;
    transition: none !important;
  }
}

/* Внутренние страницы и Swiper-поведение оригинального сайта */
.section-first {
  padding-top: 0;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  color: #7d8791;
  font-size: 13px;
  min-height: 28px;
}
.breadcrumbs a:hover {
  color: var(--red);
}
.sk-page-head {
  padding: 14px 0 18px;
}
.sk-page-head h1 {
  text-align: center;
  font-size: 40px;
  line-height: 1.12;
  margin: 21px 0 0;
}
.sk-page-head .breadcrumbs + h1 {
  margin-top: 21px;
}
.sk-catalog-section {
  padding: 0 0 70px;
}
.sk-service-catalog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.sk-catalog-card {
  height: 370px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  color: #fff;
  box-shadow: var(--shadow);
}
.sk-catalog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.sk-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.38),
    rgba(0, 0, 0, 0) 52%,
    rgba(0, 0, 0, 0.1)
  );
}
.sk-catalog-card h2 {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 18px;
  top: 24px;
  margin: 0;
  font-size: 23px;
  line-height: 1.15;
}
.sk-catalog-card b,
.circle-arrow {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 20px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--red);
  color: #fff;
  font-size: 20px;
}
.sk-catalog-card:hover img {
  transform: scale(1.04);
}
.sk-inner-consult {
  padding-top: 35px;
}
.sk-inner-consult .lead-form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.sk-inner-consult .lead-form label span {
  display: none;
}
.sk-inner-consult .lead-form input,
.sk-inner-consult .lead-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid #d7dce2;
  border-radius: 5px;
  padding: 13px 15px;
  background: #fff;
}
.sk-inner-consult .lead-form .form-wide {
  grid-column: 1/-1;
}
.sk-inner-consult .lead-form button {
  width: 100%;
}
.sk-inner-consult .consent-row span {
  display: block;
}
.sk-inner-consult .form-copy h2 {
  text-align: left;
}
.sk-service-hero,
.sk-about-hero,
.sk-vacancy-hero {
  padding-bottom: 50px;
}
.sk-service-hero-card,
.sk-about-hero-card,
.sk-vacancy-hero-card {
  height: 445px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
}
.sk-service-hero-card {
  background: #eef7ff;
}
.sk-service-hero-card > div,
.sk-about-hero-card > div,
.sk-vacancy-hero-card > div {
  position: relative;
  z-index: 2;
  padding: 83px 0 0 60px;
  max-width: 650px;
}
.sk-service-hero-card h1,
.sk-about-hero-card h1,
.sk-vacancy-hero-card h1 {
  font-size: 40px;
  line-height: 1.13;
  margin-bottom: 18px;
}
.sk-service-hero-card p,
.sk-about-hero-card p,
.sk-vacancy-hero-card p {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 28px;
}
.sk-service-hero-card img,
.sk-about-hero-card img,
.sk-vacancy-hero-card img {
  position: absolute;
  right: 24px;
  bottom: 0;
  height: 96%;
  width: auto;
}
.sk-two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.sk-two-columns > img,
.sk-about-media {
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
}
.sk-two-columns > img,
.sk-about-media img {
  width: 100%;
  height: 100%;
  max-height: 430px;
  object-fit: cover;
}
.sk-two-columns h2 {
  margin-bottom: 23px;
}
.sk-soft-card {
  background: #eef7ff;
  border-radius: 22px;
  padding: 30px;
}
.sk-soft-card p:last-child {
  margin-bottom: 0;
}
.sk-help-service {
  text-align: center;
}
.sk-number-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  text-align: left;
}
.sk-number-grid article,
.sk-why-track article {
  background: #fff;
  border-radius: 22px;
  padding: 28px 24px;
  box-shadow: var(--shadow);
  min-height: 235px;
}
.sk-number-grid strong,
.sk-why-track strong {
  font-size: 38px;
  color: var(--red);
}
.sk-number-grid h3 {
  margin: 34px 0 10px;
}
.sk-procedure {
  text-align: center;
}
.sk-procedure .steps-grid {
  text-align: left;
}
.sk-narrow {
  width: min(760px, calc(100% - 32px));
  margin-inline: auto;
}
.sk-about-hero-card {
  background: #ddecfb;
}
.sk-about-hero-card > div {
  padding-top: 112px;
}
.sk-about-hero-card img {
  right: 80px;
  height: 94%;
}
.sk-about-intro {
  padding-top: 10px;
}
.sk-about-intro p,
.sk-founder p,
.sk-best p {
  line-height: 1.45;
}
.sk-founder {
  background: #fff;
}
.sk-big-claim {
  display: inline-block;
  font-size: 21px;
  line-height: 1.3;
  margin: 8px 0 22px;
}
.sk-about-awards .awards-track {
  display: flex;
  overflow-x: auto;
  gap: 20px;
}
.sk-about-awards .awards-track figure {
  flex: 0 0 calc(25% - 15px);
}
.sk-why {
  text-align: center;
}
.sk-why-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: left;
}
.sk-why-track article {
  min-height: 200px;
}
.sk-why-track p {
  margin: 20px 0 0;
}
.sk-partner-card {
  min-height: 330px;
  border-radius: 22px;
  background: #eef7ff url("../reference/ac165b49a3caff72.webp") center/cover
    no-repeat;
  padding: 58px 60px;
}
.sk-partner-card h2 {
  margin-bottom: 15px;
}
.sk-partner-card p {
  max-width: 500px;
  font-size: 18px;
}
.sk-blog-section {
  padding: 0 0 75px;
}
.sk-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.sk-news-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 430px;
}
.sk-news-image {
  display: block;
  height: 213px;
  overflow: hidden;
}
.sk-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.sk-news-card:hover .sk-news-image img {
  transform: scale(1.035);
}
.sk-news-card > div {
  padding: 22px;
}
.sk-news-card h2,
.sk-news-card h3 {
  font-size: 21px;
  line-height: 1.2;
  margin: 0 0 13px;
}
.sk-news-card p {
  color: #596572;
  line-height: 1.38;
}
.sk-news-card time {
  display: block;
  color: #9ca6af;
  font-size: 13px;
  margin-top: 22px;
}
.sk-news-text {
  min-height: 200px;
}
.sk-search {
  display: flex;
  gap: 10px;
  margin: 0 0 25px;
}
.sk-search input {
  height: 52px;
  border: 1px solid #d7dce2;
  border-radius: 5px;
  padding: 0 16px;
  background: #fff;
  min-width: 250px;
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}
.pagination a,
.pagination span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
}
.pagination a.active {
  background: var(--red);
  color: #fff;
}
.sk-contacts-main {
  padding: 0 0 55px;
}
.sk-contacts-main h1 {
  font-size: 40px;
  margin: 0 0 28px;
}
.sk-contact-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 25px;
}
.sk-contact-data {
  background: #fff;
  border-radius: 22px;
  padding: 34px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sk-contact-data h2 {
  font-size: 24px;
  margin-bottom: 24px;
}
.sk-contact-label {
  color: #89939e;
  font-size: 13px;
  margin-bottom: 7px;
}
.sk-contact-phone {
  font-size: 25px;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 24px;
}
.sk-contact-data .footer-social {
  margin-top: auto;
}
.sk-yandex-map {
  height: 474px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  background: #e7e4dc;
}

.sk-yandex-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.sk-branches {
  background: #f8fbff;
}
.sk-branches-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.office-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.office-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  min-height: 250px;
  box-shadow: var(--shadow);
}
.office-card > span {
  font-size: 13px;
  color: #8b96a2;
}
.office-card h3 {
  margin: 12px 0;
}
.office-card p {
  color: #5d6874;
}
.office-card .circle-arrow {
  left: auto;
  right: 20px;
}
.office-card > a:not(.circle-arrow) {
  color: var(--red);
  font-weight: 700;
}
.sk-faq-section {
  padding: 0 0 85px;
}
.sk-faq-section h2 {
  text-align: center;
}
.faq-list {
  display: grid;
  gap: 14px;
}
.faq-item {
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.faq-item > button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  background: #fff;
  border: 0;
  padding: 24px 25px;
  font-weight: 600;
}
.faq-chevron {
  font-size: 25px;
  color: #89939e;
  transition: transform 0.25s;
}
.faq-item > button[aria-expanded="true"] .faq-chevron {
  transform: rotate(180deg);
}
.faq-answer {
  display: none;
  padding: 0 25px 23px;
  line-height: 1.45;
  color: #596572;
}
.faq-item > button[aria-expanded="true"] + .faq-answer {
  display: block;
}
.sk-vacancy-hero-card {
  background: #ffecee;
}
.sk-vacancy-hero-card > div {
  padding-top: 82px;
}
.sk-vacancy-hero-card img {
  right: 80px;
  height: 96%;
}
.sk-vacancy-intro {
  padding-top: 0;
}
.vacancy-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(310px, 0.7fr);
  gap: 30px;
  align-items: start;
}
.vacancy-list {
  display: grid;
  gap: 16px;
}
.vacancy-card {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  box-shadow: var(--shadow);
  display: flex;
  justify-content: space-between;
  gap: 22px;
}
.vacancy-card span {
  font-size: 13px;
  color: #8b96a2;
}
.vacancy-card h3 {
  margin: 10px 0;
}
.vacancy-card > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  white-space: nowrap;
}
.application-card {
  background: #eef7ff;
  border-radius: 22px;
  padding: 25px;
  position: sticky;
  top: 82px;
}
.application-card h2 {
  font-size: 26px;
}
.application-card form,
.application-card label {
  display: grid;
  gap: 7px;
}
.application-card form {
  gap: 13px;
}
.application-card input,
.application-card select,
.application-card textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d7dce2;
  border-radius: 5px;
  background: #fff;
  padding: 11px;
}
.application-card input[type="file"],
.application-card input[type="checkbox"] {
  min-height: 0;
}
.application-card .consent-row {
  display: flex;
}
.sk-legal {
  padding-top: 10px;
}
.sk-legal .rich-content {
  background: #fff;
  border-radius: 22px;
  padding: 36px;
  box-shadow: var(--shadow);
}
.sk-legal h2 {
  font-size: 27px;
  margin: 28px 0 13px;
}
.sk-article-page header {
  padding: 26px 0 45px;
  background: #eef7ff;
}
.sk-article-page h1 {
  font-size: 44px;
  line-height: 1.12;
  margin: 28px 0 18px;
}
.sk-article-page time {
  display: block;
  color: #89939e;
  margin-top: 25px;
}
.sk-article-lead {
  font-size: 20px;
  line-height: 1.4;
}
.sk-article-body {
  padding-top: 45px;
  padding-bottom: 70px;
  line-height: 1.6;
}
.sk-article-cover {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 22px;
  margin-bottom: 30px;
}
.sk-article-header-cover {
  display: block;
  margin: 30px 0 0;
  max-height: 520px;
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  min-height: 18px;
  margin: 14px auto 0;
}
.swiper-pagination-bullet {
  display: block;
  width: 9px;
  height: 9px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  background: #f6d9d7;
  transition:
    width 0.2s,
    background 0.2s;
}
.swiper-pagination-bullet-active {
  background: var(--red);
  width: 22px;
  border-radius: 8px;
}
.situations-replica > .swiper-pagination {
  margin-top: 18px;
}
.about-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border: 0;
  border-radius: 50%;
  background: rgba(245, 54, 40, 0.94);
  color: #fff;
  font-size: 28px;
  padding-left: 7px;
}
.video-preview video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}
.video-preview.is-playing .about-video-play {
  opacity: 0;
  pointer-events: none;
}
.horizontal-scroll,
.sk-service-catalog,
.office-grid {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.horizontal-scroll::-webkit-scrollbar,
.sk-service-catalog::-webkit-scrollbar,
.office-grid::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
@media (min-width: 901px) {
  .stats-replica > .swiper-pagination,
  .services-replica .swiper-pagination,
  .reviews-replica .swiper-pagination {
    display: none;
  }
}
@media (max-width: 900px) {
  .sk-page-head {
    padding: 12px 0 15px;
  }
  .sk-page-head h1,
  .sk-contacts-main h1 {
    font-size: 29px;
    margin-top: 16px;
  }
  .sk-service-catalog {
    display: flex;
    overflow-x: auto;
    gap: 10px;
  }
  .sk-catalog-card {
    flex: 0 0 250px;
    height: 265px;
  }
  .sk-catalog-card h2 {
    font-size: 18px;
  }
  .sk-service-hero-card,
  .sk-about-hero-card,
  .sk-vacancy-hero-card {
    height: 500px;
  }
  .sk-service-hero-card > div,
  .sk-about-hero-card > div,
  .sk-vacancy-hero-card > div {
    padding: 27px 20px 0;
    text-align: center;
    max-width: none;
  }
  .sk-service-hero-card h1,
  .sk-about-hero-card h1,
  .sk-vacancy-hero-card h1 {
    font-size: 27px;
  }
  .sk-service-hero-card p,
  .sk-about-hero-card p,
  .sk-vacancy-hero-card p {
    font-size: 18px;
  }
  .sk-service-hero-card img,
  .sk-about-hero-card img,
  .sk-vacancy-hero-card img {
    height: auto;
    width: min(400px, 98%);
    right: 50%;
    transform: translateX(50%);
    bottom: -2px;
  }
  .sk-two-columns {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .sk-two-columns h2 {
    font-size: 28px;
  }
  .sk-when .sk-two-columns > img,
  .sk-founder .sk-two-columns > img,
  .sk-best .sk-two-columns > img {
    order: 2;
  }
  .sk-number-grid {
    grid-template-columns: 1fr;
  }
  .sk-why-track {
    display: flex;
    overflow-x: auto;
    gap: 10px;
  }
  .sk-why-track article {
    flex: 0 0 260px;
  }
  .sk-about-awards .awards-track figure {
    flex-basis: 235px;
  }
  .sk-partner-card {
    padding: 35px 25px;
    min-height: 300px;
  }
  .sk-blog-grid {
    grid-template-columns: 1fr;
  }
  .sk-news-card {
    min-height: 0;
  }
  .sk-contact-grid {
    grid-template-columns: 1fr;
  }
  .sk-yandex-map {
    height: 330px;
  }
  .sk-branches-head {
    display: block;
  }
  .sk-search input {
    min-width: 0;
    width: 100%;
  }
  .office-grid {
    display: flex;
    overflow-x: auto;
  }
  .office-card {
    flex: 0 0 280px;
  }
  .vacancy-layout {
    grid-template-columns: 1fr;
  }
  .vacancy-card {
    display: block;
  }
  .vacancy-card > div:last-child {
    align-items: flex-start;
    gap: 15px;
  }
  .application-card {
    position: static;
  }
  .sk-inner-consult .lead-form .form-grid {
    grid-template-columns: 1fr;
  }
  .sk-article-page h1 {
    font-size: 31px;
  }
  .sk-legal .rich-content {
    padding: 24px;
  }
  .swiper-pagination {
    display: flex !important;
  }
}

/* Настоящая прокрутка каруселей на desktop и mobile */
.situations-track {
  width: min(1160px, calc(100% - 32px));
  margin-inline: auto;
  transform: none;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.situations-track article {
  flex: 0 0 calc((100% - 40px) / 3);
  width: auto;
  min-width: 0;
  scroll-snap-align: start;
}
.awards-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.awards-track figure {
  flex: 0 0 calc((100% - 60px) / 4);
  min-width: 0;
  scroll-snap-align: start;
}
.swiper-pagination-lock {
  display: none !important;
}
@media (max-width: 900px) {
  .situations-track {
    width: 100%;
    padding: 8px 10px;
  }
  .situations-track article {
    flex-basis: 285px;
  }
  .awards-track figure {
    flex-basis: 230px;
  }
  .sk-about-awards .awards-track figure {
    flex-basis: 235px;
  }
}

/* Пагинация «Поможем если вы…» — как в оригинальном Swiper */
.situations-replica > .swiper-pagination {
  display: block !important;
  min-height: 0;
  height: auto;
  margin: 12px auto 0;
  line-height: inherit;
  text-align: center;
  gap: normal;
}
.situations-replica > .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--red);
  opacity: 0.1;
  transition: all;
}
.situations-replica > .swiper-pagination .swiper-pagination-bullet-active {
  width: 10px;
  border-radius: 50%;
  background: var(--red);
  opacity: 1;
}

/* Pixel-accurate pass v9: сетка и размеры референсного макета */
:root {
  --shadow: 0 4px 35px rgba(45, 84, 203, 0.1);
}
body {
  padding-top: 80px;
}
.site-header {
  position: fixed;
  inset: 0 0 auto;
  height: 61px;
  background: var(--bg);
  box-shadow: 0 4px 35px rgba(45, 84, 203, 0.1);
}
.header-inner {
  height: 61px;
}
.button {
  font-weight: 500;
}
h2 {
  font-size: 42px;
  line-height: 1.2;
}

.hero-replica {
  padding: 0;
  margin: 0 0 16px;
}
.hero-replica-card {
  height: 472.296875px;
  border-radius: 24px;
}
.hero-text {
  padding: 130px 0 0 60px;
}
.hero-text h1 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 16px;
}
.hero-text p {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 24px;
}
.hero-replica-card > img {
  width: 421.640625px;
  height: auto;
  right: 60px;
  top: 30px;
  bottom: auto;
}

.stats-replica {
  position: relative;
  width: min(1180px, 100%);
  margin: 0 auto 48px;
  padding: 16px 10px 30px;
  overflow: hidden;
}
.stats-replica .stats-track {
  width: 100%;
  margin: 0;
  padding: 0;
}
.stats-track article {
  min-height: 190.78125px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: var(--shadow);
}
.stats-track strong {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.stats-replica > .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  margin: 0;
}

.services-replica {
  padding: 0;
  margin: 0 0 24px;
}
.services-replica h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 24px;
}
.section-lead {
  max-width: 870px;
  margin: 0 auto 24px;
  line-height: 20px;
}
.service-track {
  gap: 20px;
}
.service-replica-card {
  height: 371.25px;
  border-radius: 30px;
}
.services-replica .swiper-pagination {
  margin-top: 0;
}

.form-replica {
  padding: 0;
  margin: 48px 0;
}
.form-replica-card {
  height: 557.171875px;
  min-height: 557.171875px;
  border-radius: 20px;
  background: #ebf5ff;
  grid-template-columns: 400px 760px;
}
.form-person {
  width: 400px;
}
.form-person img {
  object-position: center;
  height: 100%;
}
.form-copy {
  padding: 60px 60px 60px 0;
}
.form-copy h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 24px;
}
.form-one form {
  min-height: 262px;
}

.form-one .replica-fields {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.situations-replica {
  padding: 0;
  margin: 0 0 48px;
  overflow: hidden;
}
.situations-replica > h2 {
  font-size: 42px;
  line-height: 1.2;
  margin: 0 0 48px;
  text-align: center;
}
.situations-track {
  box-sizing: border-box;
  width: calc(100% - max(0px, calc(50% - 590px)));
  margin: 0 0 0 max(0px, calc(50% - 590px));
  padding: 0 0 30px 10px;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
}
.situations-track article {
  flex: 0 0 373.328125px;
  width: 373.328125px;
  min-height: 250.390625px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: var(--shadow);
}
.situations-track strong {
  display: block;
  font-size: 42px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.situations-track h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 10px;
}
.situations-track p {
  font-size: 16px;
  line-height: 20px;
}
.situations-replica > .swiper-pagination {
  position: relative;
  height: 20px;
  margin: -18px auto 0;
}
.legal-callout {
  max-width: 1160px;
  margin: 17px auto 0;
  font-size: 24px;
  line-height: 30px;
}
.legal-callout .button {
  margin-top: 3px;
}

.quiz-replica {
  padding: 0 0 16px;
  margin: 0 0 48px;
}
.quiz-shell {
  min-height: 510px;
  border-radius: 20px;
  background: #ebf5ff;
  padding: 60px;
}
.quiz-intro h2 {
  font-size: 42px;
  line-height: 1.2;
}

.about-replica {
  padding: 0 0 16px;
  margin: 0 0 48px;
}
.about-replica-grid {
  min-height: 466px;
  gap: 60px;
  align-items: start;
}
.about-more {
  display: none;
  border: 0;
  background: none;
  color: var(--red);
  padding: 0;
  margin: 0 0 12px;
  text-decoration: underline;
}
.video-preview {
  aspect-ratio: 16/9;
  border-radius: 20px;
}
.video-preview video {
  height: 100%;
  min-height: 0;
}

.awards-replica {
  padding: 0;
  margin: 0 0 48px;
}
.awards-replica > .container > h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 24px;
}
.awards-track {
  height: 453.25px;
  padding: 0 0 30px;
  gap: 20px;
  align-items: flex-start;
}
.awards-track figure {
  flex: 0 0 275px;
  width: 275px;
}
.awards-track img {
  height: 393.25px;
  border-radius: 30px;
}
.awards-track figcaption {
  font-weight: 400;
  line-height: 20px;
  margin-top: 10px;
}
.awards-replica > .container > .swiper-pagination {
  position: relative;
  height: 20px;
  margin: -20px auto 0;
}
.award-feature {
  grid-template-columns: 590px 590px;
  gap: 0;
  min-height: 386.390625px;
  margin-top: 48px;
  padding-bottom: 16px;
  align-items: start;
}
.award-feature img {
  width: 523px;
  height: 349px;
  border-radius: 0;
}
.award-feature h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.consultation-replica {
  padding: 0;
  margin: 0 0 48px;
}
.simple-consult {
  min-height: 487px;
  border-radius: 20px;
  background: #ebf5ff;
  padding: 60px;
}
.simple-consult h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 24px;
}

.steps-replica {
  padding: 0 0 24px;
  margin: 0 0 48px;
}
.steps-replica h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 24px;
}
.steps-grid {
  gap: 16px 20px;
}
.steps-grid article {
  min-height: 0;
  padding: 20px;
  border-radius: 20px;
  box-shadow: var(--shadow);
}
.steps-grid h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.reviews-replica {
  padding: 0;
  margin: 0 0 48px;
}
.reviews-replica h2 {
  font-size: 42px;
  line-height: 1.2;
  margin: 0 0 24px;
}
.review-video-track {
  display: flex;
  gap: 20px;
  width: 100%;
  padding: 0 0 30px;
  overflow-x: auto;
  align-items: flex-start;
}
.review-video-track article {
  flex: 0 0 275px;
  width: 275px;
  min-height: 375px;
}
.review-video-track article > div {
  height: 275px;
}
.review-video-track strong {
  min-height: 100px;
  padding: 20px;
  font-weight: 400;
}
.reviews-replica .swiper-pagination {
  position: relative;
  height: 20px;
  margin: -20px auto 0;
}
.reviews-replica .swiper-pagination + h2 {
  margin-top: 48px;
}
.review-platforms {
  gap: 20px;
}
.review-platforms a {
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.final-form-replica {
  padding: 0;
  margin: 0 0 48px;
}
.form-two {
  height: 557.171875px;
  min-height: 557.171875px;
}
.form-two > .form-copy {
  width: 700px;
  padding: 60px 0 60px 60px;
}
.form-two > .form-copy h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 24px;
}

.swiper-pagination {
  display: block !important;
  min-height: 0;
  height: 20px;
  margin: 0;
  text-align: center;
  line-height: 20px;
  gap: normal;
}
.swiper-pagination-bullet,
.situations-replica > .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--red);
  opacity: 0.1;
  transition: all;
}
.swiper-pagination-bullet-active,
.situations-replica > .swiper-pagination .swiper-pagination-bullet-active {
  width: 10px;
  border-radius: 50%;
  background: var(--red);
  opacity: 1;
}

@media (max-width: 900px) {
  body {
    padding-top: 80px;
    font-size: 14px;
    line-height: 17.5px;
  }
  .site-header,
  .header-inner {
    height: 61px;
  }
  .mobile-panel {
    top: 61px;
  }
  .menu-overlay {
    inset: 61px 0 0;
  }
  h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  .button {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-replica {
    padding: 0;
    margin-bottom: 16px;
  }
  .hero-replica-card {
    height: 497.734375px;
    border-radius: 24px;
  }
  .hero-text {
    padding: 30px 30px 0;
    text-align: center;
  }
  .hero-text h1 {
    width: 295px;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 16px;
  }
  .hero-text p {
    max-width: 295px;
    font-size: 24px;
    line-height: 30px;
    margin: 0 auto 24px;
  }
  .hero-text .button {
    min-height: 52px;
    padding: 15px 12.8px;
  }
  .hero-replica-card > img {
    width: 294.984375px;
    height: auto;
    left: 30px;
    right: auto;
    top: auto;
    bottom: -90px;
  }

  .stats-replica {
    width: 100%;
    margin: 0 0 48px;
    padding: 16px 10px 30px;
  }
  .stats-replica .stats-track {
    width: 100%;
    height: auto;
    padding: 0;
    gap: 10px;
  }
  .stats-track article {
    flex: 0 0 calc((100% - 11px) / 2.1);
    min-height: 183.796875px;
    padding: 20px;
    border-radius: 20px;
  }
  .stats-track strong {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .stats-replica > .swiper-pagination {
    margin: 0;
  }

  .services-replica {
    padding: 0;
    margin-bottom: 24px;
  }
  .services-replica h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 24px;
  }
  .section-lead {
    max-width: none;
    padding: 0;
    font-size: 14px;
    line-height: 17.5px;
    margin-bottom: 24px;
  }
  .service-track {
    width: calc(100% + 20px);
    margin: 0 -10px;
    padding: 0 10px 30px;
    gap: 10px;
    overflow-x: auto;
  }
  .service-replica-card {
    flex: 0 0 250.703125px;
    width: 250.703125px;
    height: 263.234375px;
    border-radius: 30px;
  }
  .services-replica .swiper-pagination {
    height: 17.5px;
    margin-top: -17.5px;
  }

  .form-replica {
    padding: 0;
    margin: 48px 0;
  }
  .form-replica-card {
    display: block;
    width: 355px;
    height: 621.1875px;
    min-height: 621.1875px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 20px;
  }
  .form-one .form-person {
    display: none;
  }
  .form-copy {
    padding: 0;
  }
  .form-copy h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 24px;
  }
  .form-one form {
    min-height: 442px;
  }

  .situations-replica {
    padding: 0;
    margin-bottom: 48px;
  }
  .situations-replica > h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 48px;
  }
  .situations-track {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 30px;
    gap: 20px;
  }
  .situations-track article {
    flex: 0 0 270.765625px;
    width: 270.765625px;
    min-height: 263.796875px;
    padding: 20px;
  }
  .situations-track strong {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .situations-track h3 {
    font-size: 14px;
    line-height: 17.5px;
    margin-bottom: 10px;
  }
  .situations-track p {
    font-size: 14px;
    line-height: 17.5px;
  }
  .situations-replica > .swiper-pagination {
    height: 17.5px;
    line-height: 17.5px;
    margin-top: -15.5px;
  }
  .legal-callout {
    margin-top: 48px;
    padding: 0 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .quiz-replica {
    padding: 0 0 16px;
    margin-bottom: 48px;
  }
  .quiz-shell {
    min-height: 625px;
    padding: 20px;
    border-radius: 20px;
  }
  .quiz-intro h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .about-replica {
    padding: 0 0 16px;
    margin-bottom: 48px;
  }
  .about-replica-grid {
    display: block;
    min-height: 0;
  }
  .about-replica-grid > div:first-child {
    order: initial;
  }
  .about-replica-copy h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 16px;
  }
  .about-replica-copy > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
  }
  .about-replica-copy .about-extra {
    display: none;
  }
  .about-replica-copy.is-expanded > p {
    display: block;
  }
  .about-replica-copy.is-expanded .about-extra {
    display: block;
  }
  .about-more {
    display: inline-block;
  }
  .about-replica-copy .button {
    margin-bottom: 16px;
  }
  .video-preview {
    width: 355px;
    height: 199.6875px;
    aspect-ratio: auto;
  }
  .video-preview video {
    height: 199.6875px;
    min-height: 0;
  }
  .about-video-play {
    width: 62px;
    height: 62px;
  }

  .awards-replica {
    padding: 0;
    margin-bottom: 48px;
  }
  .awards-replica > .container > h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 24px;
  }
  .awards-track {
    width: calc(100% + 20px);
    height: 304.171875px;
    margin: 0 -10px;
    padding: 0 10px 30px;
    gap: 10px;
  }
  .awards-track figure {
    flex: 0 0 172.5px;
    width: 172.5px;
  }
  .awards-track img {
    height: 246.671875px;
    border-radius: 30px;
  }
  .awards-track figcaption {
    font-size: 14px;
    line-height: 17.5px;
    margin-top: 10px;
  }
  .awards-replica > .container > .swiper-pagination {
    height: 17.5px;
    margin-top: -17.5px;
  }
  .award-feature {
    display: flex;
    flex-direction: column;
    min-height: 445.6875px;
    margin-top: 48px;
    padding-bottom: 16px;
    gap: 0;
  }
  .award-feature > div {
    order: 1;
  }
  .award-feature > img {
    order: 2;
    width: 355px;
    height: 236.890625px;
    margin-top: 62px;
    border-radius: 0;
  }
  .award-feature h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .consultation-replica {
    padding: 0;
    margin-bottom: 48px;
  }
  .simple-consult {
    width: 355px;
    min-height: 592px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 20px;
  }
  .simple-consult h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 24px;
  }

  .steps-replica {
    padding: 0 0 24px;
    margin-bottom: 48px;
  }
  .steps-replica h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 24px;
  }
  .steps-grid {
    gap: 16px;
  }
  .steps-grid article {
    min-height: 0;
    padding: 20px;
  }
  .steps-grid h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .reviews-replica {
    padding: 0;
    margin-bottom: 48px;
  }
  .reviews-replica h2 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 24px;
  }
  .review-video-track {
    width: calc(100% + 20px);
    height: 305px;
    margin: 0 -10px;
    padding: 0 10px 30px;
    gap: 10px;
  }
  .review-video-track article {
    flex: 0 0 172.5px;
    width: 172.5px;
    min-height: 275px;
    height: 275px;
  }
  .review-video-track article > div {
    height: 172.5px;
  }
  .review-video-track strong {
    min-height: 102.5px;
    padding: 20px;
    font-weight: 400;
  }
  .reviews-replica .swiper-pagination {
    height: 17.5px;
    margin-top: -17.5px;
  }
  .reviews-replica .swiper-pagination + h2 {
    margin-top: 48px;
  }
  .review-platforms {
    gap: 10px;
    margin: 0 -10px;
    padding: 0 10px;
    overflow-x: auto;
  }
  .review-platforms a {
    flex: 0 0 172.5px;
    height: 120px;
  }

  .final-form-replica {
    padding: 0;
    margin-bottom: 48px;
  }
  .form-two {
    width: 355px;
    height: 621.1875px;
    min-height: 621.1875px;
    padding: 20px;
  }
  .form-two > .form-copy {
    width: 315px;
    padding: 0;
  }
  .form-two > .form-copy h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 24px;
    text-align: center;
  }
  .form-two > img {
    display: none;
  }
}

/* Финальная коррекция каруселей: locked-пагинация всегда скрыта, а карточки
   услуг занимают ту же высоту вместе с нижним полем, что и Swiper оригинала. */
.service-track {
  padding-bottom: 30px;
  overflow: hidden;
}
.service-replica-card {
  margin-bottom: 10px;
}
.swiper-pagination.swiper-pagination-lock {
  display: none !important;
}
.legal-callout {
  margin-top: 46px;
  padding-bottom: 16px;
}
.legal-callout .button {
  margin-top: 0;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 900px) {
  .service-track {
    overflow-x: auto;
  }
  .service-replica-card {
    margin-bottom: 10px;
  }
  .button {
    padding: 15px 12.8px;
  }

  .legal-callout {
    margin-top: 46px;
    padding: 0 10px 16px;
    font-size: 21.57px;
    line-height: 26.9625px;
  }
  .legal-callout p {
    margin-bottom: 24px;
  }

  .about-replica-copy {
    height: 244.796875px;
    position: relative;
  }
  .about-replica-copy > p {
    -webkit-line-clamp: 5;
  }
  .about-replica-copy:not(.is-expanded) .about-more {
    position: absolute;
    left: 0;
    top: 144px;
  }
  .about-replica-copy:not(.is-expanded) > .button {
    position: absolute;
    left: 0;
    top: 176.796875px;
  }
  .about-replica-copy.is-expanded {
    height: auto;
  }
  .video-preview,
  .video-preview video {
    height: 259.140625px;
  }

  .steps-grid {
    padding-bottom: 16px;
  }
  .steps-grid h3 {
    font-size: 21.57px;
    line-height: 26.9625px;
  }
  .steps-cta p {
    font-size: 21.57px;
    line-height: 26.9625px;
    margin-bottom: 8px;
  }

  .reviews-replica {
    padding-bottom: 24px;
  }
  .review-platforms {
    display: grid;
    width: 294px;
    height: 151.0625px;
    margin: 0 auto;
    padding: 0;
    grid-template-columns: 71px 61px 61px 71px;
    grid-template-rows: 68.453125px 72.609375px;
    gap: 10px;
    overflow: visible;
  }
  .review-platforms a {
    width: auto;
    height: auto;
    min-width: 0;
    padding: 10px;
  }
  .review-platforms a:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1;
  }
  .review-platforms a:nth-child(2) {
    grid-column: 3/5;
    grid-row: 1;
  }
  .review-platforms a:nth-child(3) {
    grid-column: 1/4;
    grid-row: 2;
  }
  .review-platforms a:nth-child(4) {
    grid-column: 4/5;
    grid-row: 2;
  }
}
@media (min-width: 901px) {
  .steps-grid {
    padding-bottom: 16px;
  }
  .steps-grid h3 {
    line-height: 30px;
  }

  .reviews-replica {
    padding-bottom: 24px;
  }
  .review-video-track {
    height: 395px;
  }
  .review-video-track article {
    min-height: 345px;
    height: 345px;
    margin-bottom: 20px;
  }
  .review-video-track strong {
    min-height: 70px;
    height: 70px;
  }
  .review-platforms a {
    height: 135px;
  }

  .form-two {
    height: 577.171875px;
    min-height: 577.171875px;
  }
  .form-two > .form-copy {
    width: 650px;
  }
  .form-two > .form-copy h2 {
    text-align: center;
  }
}

/* Внутренние страницы: исходная сетка Bootstrap-референса. */
.sk-breadcrumb-row {
  height: 17.5px;
  margin-bottom: 16px;
  padding: 0 10px;
}
.sk-breadcrumb-row .breadcrumbs {
  height: 17.5px;
  min-height: 17.5px;
  margin: 0;
  font-size: 14px;
  line-height: 17.5px;
}
.sk-services-page {
  margin-bottom: 48px;
  padding: 0 0 18px;
}
.sk-services-page h1,
.sk-faq-page h1 {
  font-size: 42px;
  line-height: 50.4px;
  text-align: center;
  margin: 0 0 48px;
}
.sk-services-page .sk-service-catalog {
  display: grid;
  grid-template-columns: repeat(3, 373.328125px);
  gap: 18px 20px;
  padding: 0;
  overflow: visible;
}
.sk-services-page .sk-catalog-card {
  width: 373.328125px;
  height: 373.328125px;
  border-radius: 30px;
}
.sk-services-page > [data-pagination] {
  display: none !important;
}
.sk-inner-consult {
  margin-bottom: 48px;
  padding: 0;
}
.sk-inner-consult .simple-consult {
  height: 485.78125px;
  min-height: 485.78125px;
  padding-bottom: 43px;
}

.sk-faq-page {
  margin-bottom: 24px;
  padding: 0;
}
.sk-faq-page .faq-list {
  width: 767px;
  margin: 0 auto;
  display: block;
}
.sk-faq-page .faq-item {
  padding: 0;
  margin: 0 0 10px;
  border: 1px solid #e5e9ef;
  border-radius: 20px;
}
.sk-faq-page .faq-item > button {
  min-height: 56px;
  padding: 15.5px 20px;
  border-radius: 19px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}
.sk-faq-page .faq-item:first-child > button {
  min-height: 57px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.sk-faq-page .faq-answer {
  padding: 0 20px 20px;
  line-height: 20px;
}

.sk-about-page-hero {
  height: 425px;
  margin-bottom: 48px;
  padding: 0;
}
.sk-about-page-hero .sk-about-hero-card {
  height: 425px;
}
.sk-about-page-intro {
  height: 374.390625px;
  margin-bottom: 48px;
  padding: 0 0 16px;
}
.sk-about-page-intro .sk-two-columns {
  height: 358.390625px;
}
.sk-about-page-intro .sk-about-media,
.sk-about-page-intro .sk-about-media img {
  height: 358.390625px;
}
.sk-about-page-founder {
  height: 506.390625px;
  margin-bottom: 16px;
  padding: 0;
}
.sk-about-page-founder .sk-two-columns {
  height: 506.390625px;
}
.sk-about-page-founder img {
  height: 506.390625px;
  object-fit: cover;
}
.sk-about-page-spacer {
  height: 24px;
  margin-bottom: 48px;
  padding: 0 0 24px;
}
.sk-about-page-best {
  height: 386.390625px;
  margin-bottom: 48px;
  padding: 0 0 16px;
}
.sk-about-page-best .sk-two-columns {
  height: 370.390625px;
}
.sk-about-page-best img {
  height: 370.390625px;
  object-fit: cover;
}
.sk-about-page-claim {
  height: 152px;
  margin-bottom: 48px;
  padding: 0 0 16px;
  text-align: center;
}
.sk-about-page-claim .sk-big-claim {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 30px;
}
.sk-about-awards {
  height: 591.640625px;
  margin-bottom: 48px;
  padding: 0 0 16px;
}
.sk-about-page-why {
  height: 383.171875px;
  margin-bottom: 48px;
  padding: 0 0 24px;
}
.sk-about-page-why h2 {
  font-size: 42px;
  line-height: 50.4px;
  margin: 0 0 24px;
}
.sk-about-page-partner {
  height: 238.390625px;
  margin-bottom: 48px;
  padding: 0;
}
.sk-about-page-partner .sk-partner-card {
  height: 238.390625px;
  min-height: 0;
  padding: 38px 60px;
}

.sk-service-page-hero {
  height: 444.828125px;
  margin-bottom: 48px;
  padding: 0;
}
.sk-service-page-hero .sk-service-hero-card {
  height: 444.828125px;
}
.sk-service-page-when {
  height: 436px;
  margin-bottom: 48px;
  padding: 0 0 16px;
}
.sk-service-page-when .sk-two-columns {
  height: 420px;
}
.sk-service-page-when > div > img {
  height: 420px;
  object-fit: cover;
}
.sk-service-page-help {
  height: 474.78125px;
  margin-bottom: 48px;
  padding: 0 0 24px;
}
.sk-service-page-help h2 {
  font-size: 42px;
  line-height: 50.4px;
  margin: 0 0 16px;
}
.sk-service-page-help .sk-number-grid {
  grid-template-columns: 1fr 1fr;
}
.sk-service-page-help li {
  margin-bottom: 6px;
}
.sk-service-page-procedure {
  height: 350.390625px;
  margin-bottom: 48px;
  padding: 0 0 24px;
}
.sk-service-page-procedure h2 {
  font-size: 42px;
  line-height: 50.4px;
  margin: 0 0 24px;
}
.sk-service-page-procedure .steps-grid {
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 0;
}
.sk-service-page-procedure .steps-grid article {
  min-height: 116px;
}
.sk-service-page-consult {
  height: 466.78125px;
  margin-bottom: 48px;
  padding: 0;
}
.sk-service-page-consult .simple-consult {
  height: 466.78125px;
  min-height: 466.78125px;
  padding-bottom: 24px;
}

.sk-vacancy-page-hero {
  height: 460px;
  margin-bottom: 48px;
  padding: 0;
}
.sk-vacancy-page-hero .sk-vacancy-hero-card {
  height: 460px;
}
.sk-vacancy-page-intro {
  height: 410px;
  margin-bottom: 48px;
  padding: 0 0 16px;
}
.sk-vacancy-page-intro .sk-two-columns {
  height: 394px;
}
.sk-vacancy-page-intro img {
  height: 394px;
  object-fit: cover;
}
.sk-vacancies-page {
  height: 884.390625px;
  margin-bottom: 48px;
  padding: 0;
}
.sk-vacancies-page h2 {
  font-size: 42px;
  line-height: 50.4px;
  margin: 0 0 24px;
}
.vacancy-filter {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.vacancy-filter select {
  height: 48px;
  min-width: 210px;
  border: 1px solid #d7dce2;
  border-radius: 5px;
  padding: 0 14px;
  background: #fff;
}
.sk-vacancies-page .vacancy-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
}
.sk-vacancies-page .vacancy-card {
  min-height: 205px;
  margin: 0;
  padding: 20px;
}
.sk-vacancy-application {
  height: 454.171875px;
  margin-bottom: 48px;
  padding: 0;
}
.sk-vacancy-application > .container {
  height: 454.171875px;
  padding: 50px 60px;
  background: #ebf5ff;
  border-radius: 20px;
}
.sk-vacancy-application h2 {
  font-size: 42px;
  line-height: 50.4px;
  text-align: center;
  margin: 0 0 24px;
}
.vacancy-application-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.vacancy-application-form label {
  display: grid;
  gap: 5px;
}
.vacancy-application-form input,
.vacancy-application-form select,
.vacancy-application-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d7dce2;
  border-radius: 5px;
  padding: 10px;
  background: #fff;
}
.vacancy-application-form .consent-row {
  grid-column: 1/3;
  display: flex;
}

.sk-blog-page {
  height: 1370.390625px;
  margin-bottom: 24px;
  padding: 0;
}
.sk-blog-page h1 {
  font-size: 42px;
  line-height: 50.4px;
  text-align: center;
  margin: 0 0 48px;
}
.sk-blog-page .sk-blog-grid {
  position: relative;
  width: 1120px;
  height: 1212px;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
}
.sk-blog-page .sk-news-card {
  position: absolute;
  width: 333.328125px;
  height: 152px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}
.sk-blog-page .sk-news-card:nth-child(-n + 4) {
  height: 364px;
}
.sk-blog-page .sk-news-card:nth-child(1) {
  left: 0;
  top: 20px;
}
.sk-blog-page .sk-news-card:nth-child(2) {
  left: 393.328125px;
  top: 20px;
}
.sk-blog-page .sk-news-card:nth-child(3) {
  left: 786.65625px;
  top: 20px;
}
.sk-blog-page .sk-news-card:nth-child(4) {
  left: 0;
  top: 444px;
}
.sk-blog-page .sk-news-card:nth-child(5) {
  left: 393.328125px;
  top: 444px;
}
.sk-blog-page .sk-news-card:nth-child(6) {
  left: 786.65625px;
  top: 444px;
}
.sk-blog-page .sk-news-card:nth-child(7) {
  left: 393.328125px;
  top: 656px;
}
.sk-blog-page .sk-news-card:nth-child(8) {
  left: 786.65625px;
  top: 656px;
}
.sk-blog-page .sk-news-card:nth-child(9) {
  left: 0;
  top: 868px;
}
.sk-blog-page .sk-news-card:nth-child(10) {
  left: 393.328125px;
  top: 868px;
}
.sk-blog-page .sk-news-card:nth-child(11) {
  left: 786.65625px;
  top: 868px;
}
.sk-blog-page .sk-news-card:nth-child(12) {
  left: 0;
  top: 1080px;
}
.sk-blog-page .sk-news-card:nth-child(13) {
  left: 393.328125px;
  top: 1080px;
}
.sk-blog-page .sk-news-card:nth-child(14) {
  left: 786.65625px;
  top: 1080px;
}
.sk-blog-page .sk-news-card:nth-child(n + 5) .sk-news-image {
  display: none;
}
.sk-blog-page .sk-news-image {
  height: 212px;
}
.sk-blog-page .sk-news-card > div {
  padding: 20px;
}
.sk-blog-page .sk-news-card h2 {
  font-size: 18px;
  line-height: 22.5px;
  margin: 0 0 8px;
}
.sk-blog-page .sk-news-card p {
  font-size: 14px;
  line-height: 17.5px;
  margin: 0;
}
.sk-blog-page .sk-news-card time {
  display: none;
}

.sk-contacts-page-main {
  height: 708.390625px;
  margin-bottom: 48px;
  padding: 0;
}
.sk-contacts-page-main h1 {
  font-size: 42px;
  line-height: 50.4px;
  margin: 0 0 16px;
}
.sk-contacts-page-main .sk-yandex-map {
  height: 600px;
}

.sk-legal-page {
  margin: 0;
  padding: 0;
}
.sk-legal-page > .container {
  width: 1180px;
  padding: 0 10px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.sk-legal-page h1 {
  font-size: 42px;
  line-height: 50.4px;
  text-align: center;
  margin: 0 0 24px;
}
.sk-legal-page p {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 16px;
}
.sk-legal-page-policy {
  height: 6322.390625px;
}

@media (max-width: 900px) {
  body {
    overflow-x: visible;
  }
  #content {
    overflow: hidden;
  }
  .sk-breadcrumb-row {
    width: 375px;
    height: 17.5px;
    margin-bottom: 16px;
    padding: 0 10px;
  }
  .sk-breadcrumb-row-long {
    height: 35px;
  }
  .sk-breadcrumb-row-long .breadcrumbs {
    height: 35px;
    min-height: 35px;
  }

  .sk-services-page {
    height: 1941.796875px;
    margin-bottom: 48px;
    padding: 0 0 18px;
  }
  .sk-services-page h1,
  .sk-faq-page h1 {
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 48px;
  }
  .sk-services-page .sk-service-catalog {
    display: grid;
    width: 355px;
    grid-template-columns: 355px;
    grid-template-rows: repeat(5, 355px);
    gap: 18px;
    padding: 0;
    overflow: visible;
  }
  .sk-services-page .sk-catalog-card {
    width: 355px;
    height: 355px;
    border-radius: 30px;
  }
  .sk-inner-consult .simple-consult {
    width: 355px;
  }
  .sk-services-page ~ .sk-inner-consult {
    height: 572.390625px;
  }
  .sk-services-page ~ .sk-inner-consult .simple-consult {
    height: 572.390625px;
    min-height: 572.390625px;
    padding: 20px;
  }

  .sk-service-page-hero {
    height: 449.71875px;
    margin-bottom: 48px;
  }
  .sk-service-page-hero .sk-service-hero-card {
    height: 449.71875px;
  }
  .sk-service-page-when {
    height: 686.171875px;
    margin-bottom: 48px;
    padding: 0 0 16px;
  }
  .sk-service-page-when .sk-two-columns {
    height: 670.171875px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .sk-service-page-when > div > img {
    width: 355px;
    height: 236px;
    order: 2;
  }
  #quiz.sk-quiz-section {
    height: 640.59375px;
  }
  #quiz.sk-quiz-section .quiz-shell {
    min-height: 624.59375px;
  }
  #service-quiz.sk-quiz-section {
    height: 639.59375px;
  }
  #service-quiz.sk-quiz-section .quiz-shell {
    min-height: 623.59375px;
  }
  .sk-service-page-help {
    height: 724.890625px;
    margin-bottom: 48px;
    padding: 0 0 24px;
    overflow: hidden;
  }
  .sk-service-page-help h2,
  .sk-service-page-procedure h2 {
    font-size: 24px;
    line-height: 28.8px;
  }
  .sk-service-page-help .sk-number-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .sk-service-page-procedure {
    height: 777.59375px;
    margin-bottom: 48px;
    padding: 0 0 24px;
    overflow: hidden;
  }
  .sk-service-page-procedure .steps-grid {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }
  .sk-service-page-procedure .steps-grid article {
    min-height: 0;
  }
  .sk-service-page-consult {
    height: 572.390625px;
  }
  .sk-service-page-consult .simple-consult {
    height: 572.390625px;
    min-height: 572.390625px;
    padding: 20px;
  }

  .sk-about-page-hero {
    height: 457.96875px;
    margin-bottom: 48px;
  }
  .sk-about-page-hero .sk-about-hero-card {
    height: 457.96875px;
  }
  .sk-about-page-intro {
    height: 429.6875px;
    margin-bottom: 48px;
    padding: 0 0 16px;
  }
  .sk-about-page-intro .sk-two-columns {
    height: 413.6875px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .sk-about-page-intro .sk-about-media,
  .sk-about-page-intro .sk-about-media img {
    width: 355px;
    height: 220px;
  }
  .sk-about-page-founder {
    height: 1017.6875px;
    margin-bottom: 16px;
  }
  .sk-about-page-founder .sk-two-columns {
    height: 1017.6875px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .sk-about-page-founder img {
    width: 355px;
    height: 650px;
  }
  .sk-about-page-spacer {
    height: 24px;
    margin-bottom: 48px;
  }
  .sk-about-page-best {
    height: 445.6875px;
    margin-bottom: 48px;
    padding: 0 0 16px;
  }
  .sk-about-page-best .sk-two-columns {
    height: 429.6875px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .sk-about-page-best img {
    width: 355px;
    height: 236.890625px;
    order: 2;
  }
  .sk-about-page-claim {
    height: 172.859375px;
    margin-bottom: 48px;
    padding: 0 0 16px;
  }
  .sk-about-page-claim .sk-big-claim {
    font-size: 21.57px;
    line-height: 26.9625px;
  }
  .sk-about-awards {
    height: 420.96875px;
    margin-bottom: 48px;
    padding: 0 0 16px;
  }
  .sk-about-awards .awards-track {
    height: 304.171875px;
  }
  .sk-about-page-why {
    height: 354.59375px;
    margin-bottom: 48px;
    padding: 0 0 24px;
  }
  .sk-about-page-why h2 {
    font-size: 24px;
    line-height: 28.8px;
  }
  .sk-about-page-why .sk-why-track {
    display: flex;
    overflow-x: auto;
    gap: 10px;
  }
  .sk-about-page-why .sk-why-track article {
    flex: 0 0 172.5px;
    height: 250px;
  }
  .sk-about-page-partner {
    height: 165.59375px;
    margin-bottom: 48px;
  }
  .sk-about-page-partner .sk-partner-card {
    width: 355px;
    height: 165.59375px;
    padding: 20px;
  }

  .sk-faq-page {
    height: 674.796875px;
    margin-bottom: 24px;
    overflow: hidden;
  }
  .sk-faq-page .faq-list {
    width: 355px;
  }
  .sk-faq-page .faq-item > button {
    font-size: 16px;
    line-height: 20px;
    padding: 15.5px 20px;
  }

  .sk-vacancy-page-hero {
    height: 518.421875px;
    margin-bottom: 48px;
  }
  .sk-vacancy-page-hero .sk-vacancy-hero-card {
    height: 518.421875px;
  }
  .sk-vacancy-page-intro {
    height: 551.46875px;
    margin-bottom: 48px;
    padding: 0 0 16px;
  }
  .sk-vacancy-page-intro .sk-two-columns {
    height: 535.46875px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .sk-vacancy-page-intro img {
    width: 355px;
    height: 300px;
    order: 2;
  }
  .sk-vacancies-page {
    height: 1225.296875px;
    margin-bottom: 48px;
    overflow: hidden;
  }
  .sk-vacancies-page h2 {
    font-size: 24px;
    line-height: 28.8px;
  }
  .vacancy-filter {
    flex-wrap: wrap;
  }
  .vacancy-filter select {
    min-width: 0;
    width: calc(50% - 6px);
  }
  .sk-vacancies-page .vacancy-list {
    grid-template-columns: 1fr;
  }
  .sk-vacancies-page .vacancy-card {
    min-height: 155px;
  }
  .sk-vacancy-application {
    height: 588.875px;
    margin-bottom: 48px;
    overflow: hidden;
  }
  .sk-vacancy-application > .container {
    width: 355px;
    height: 588.875px;
    padding: 20px;
  }
  .sk-vacancy-application h2 {
    font-size: 24px;
    line-height: 28.8px;
  }
  .vacancy-application-form {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .vacancy-application-form .consent-row {
    grid-column: auto;
  }

  .sk-blog-page {
    height: 2909.296875px;
    margin-bottom: 24px;
    padding: 0;
    overflow: hidden;
  }
  .sk-blog-page h1 {
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 48px;
  }
  .sk-blog-page .sk-blog-grid {
    width: 315px;
    height: 2800px;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .sk-blog-page .sk-news-card,
  .sk-blog-page .sk-news-card:nth-child(-n + 4) {
    position: static;
    width: 315px;
    min-height: 0;
    flex: none;
  }
  .sk-blog-page .sk-news-card:nth-child(1) {
    height: 255px;
  }
  .sk-blog-page .sk-news-card:nth-child(2),
  .sk-blog-page .sk-news-card:nth-child(3),
  .sk-blog-page .sk-news-card:nth-child(4) {
    height: 290px;
  }
  .sk-blog-page .sk-news-card:nth-child(5),
  .sk-blog-page .sk-news-card:nth-child(6),
  .sk-blog-page .sk-news-card:nth-child(11) {
    height: 100px;
  }
  .sk-blog-page .sk-news-card:nth-child(7) {
    height: 85px;
  }
  .sk-blog-page .sk-news-card:nth-child(8),
  .sk-blog-page .sk-news-card:nth-child(9),
  .sk-blog-page .sk-news-card:nth-child(14) {
    height: 65px;
  }
  .sk-blog-page .sk-news-card:nth-child(10) {
    height: 155px;
  }
  .sk-blog-page .sk-news-card:nth-child(12) {
    height: 120px;
  }
  .sk-blog-page .sk-news-card:nth-child(13) {
    height: 135px;
  }
  .sk-blog-page .sk-news-image {
    height: 185px;
  }
  .sk-blog-page .sk-news-card > div {
    padding: 15px;
  }
  .sk-blog-page .sk-news-card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .sk-contacts-page-main {
    height: 921.296875px;
    margin-bottom: 48px;
  }
  .sk-contacts-page-main h1 {
    font-size: 24px;
    line-height: 28.8px;
  }
  .sk-contacts-page-main .sk-contact-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .sk-contacts-page-main .sk-yandex-map {
    height: 500px;
  }

  .sk-legal-page > .container {
    width: 375px;
    padding: 0 10px;
  }
  .sk-legal-page h1 {
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 24px;
  }
  .sk-legal-page p {
    font-size: 14px;
    line-height: 17.5px;
    margin-bottom: 16px;
  }
  .sk-legal-page-policy {
    height: auto;
    min-height: 12357.09375px;
  }

  .site-footer {
    margin-top: 60px;
    padding-top: 60px;
  }
  .footer-top {
    height: 578.265625px;
    padding: 0 10px;
    grid-template-columns: 1fr 1fr;
    gap: 16px 20px;
    overflow: hidden;
  }
  .footer-top .footer-brand {
    grid-column: 1/-1;
    height: 237.765625px;
  }
  .footer-top .footer-column {
    height: 256px;
    overflow: hidden;
  }
  .footer-bottom {
    height: 134px;
    padding: 8px 0;
  }
  .footer-bottom > .container {
    height: 134px;
    padding: 14px 10px;
  }
}

/* Full-width Swiper для блока «Поможем если вы…» */
@media (min-width: 901px) {
  .situations-viewport {
    width: 1180px;
    max-width: calc(100% - 32px);
    margin: 0 auto;
    overflow: visible;
  }
  .situations-viewport .situations-track {
    width: max-content;
    margin: 0;
    padding: 0 10px 30px;
    gap: 20px;
    overflow: visible;
    scroll-snap-type: none;
    transform: translate3d(var(--situations-offset, 0px), 0, 0);
    transition: transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .situations-replica .swiper-pagination {
    position: relative;
    height: 20px;
    margin: -18px auto 0;
  }
}
@media (max-width: 900px) {
  .situations-viewport {
    width: 100%;
    overflow: hidden;
  }
  .situations-viewport .situations-track {
    transform: none;
  }
  .situations-replica .swiper-pagination {
    height: 17.5px;
    line-height: 17.5px;
    margin-top: -15.5px;
  }
}

/* Главная: точная геометрия форм, квиза, видео и наград */
.replica-fields {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quiz-card {
  height: 390px;
  min-height: 390px;
  padding: 20px;
}

.quiz-step.active {
  display: block;
}

.quiz-step h3 {
  margin: 0 0 30px;
  font-size: 28px;
  line-height: 33.6px;
}

.quiz-step label {
  min-height: 40px;
  padding: 10px 0;
  gap: 10px;
}

.quiz-step input[type="radio"] {
  flex: 0 0 20px;
  margin: 0;
}

.quiz-error {
  min-height: 0;
  margin: 0;
}

.quiz-navigation {
  min-height: 52px;
  align-items: center;
}

.quiz-navigation[hidden] {
  display: none !important;
}

.quiz-navigation > div {
  align-items: center;
  gap: 15px;
}

.quiz-navigation small {
  color: #b5b5b5;
  font-size: 14px;
  line-height: 17.5px;
}

.quiz-navigation [data-quiz-next] {
  width: 108px;
  min-height: 52px;
  padding-inline: 0;
}

.quiz-navigation .quiz-back {
  width: 54px;
  min-height: 36px;
  padding: 0;
  border-color: var(--red);
  border-radius: 20px;
  color: var(--red);
}

.quiz-navigation .quiz-back[hidden] {
  display: none !important;
}

.quiz-progress {
  display: none;
}

.award-open {
  display: block;
  width: 100%;
  height: 393.25px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 30px;
  background: transparent;
  cursor: zoom-in;
}

.award-open img {
  width: 100%;
  height: 100%;
  transition: transform 0.35s ease;
}

.award-open:hover img,
.award-open:focus-visible img {
  transform: scale(1.025);
}

.award-feature p {
  margin-bottom: 16px;
}

.award-feature ul {
  margin: 0 0 16px;
  padding-left: 32px;
}

.about-replica-copy h2 {
  margin-bottom: 16px;
}

body.lightbox-open {
  overflow: hidden;
}

.award-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  color: #fff;
}

.award-lightbox[hidden] {
  display: none;
}

.award-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 18, 24, 0.94);
  backdrop-filter: blur(4px);
}

.award-lightbox-content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 52px 90px 32px;
}

.award-lightbox-content figure {
  display: grid;
  place-items: center;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}

.award-lightbox-content img {
  width: auto;
  max-width: min(88vw, 1000px);
  max-height: calc(100vh - 120px);
  border-radius: 8px;
  object-fit: contain;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
}

.award-lightbox-content figcaption {
  margin-top: 10px;
  text-align: center;
}

.award-lightbox-counter {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.award-lightbox-close,
.award-lightbox-prev,
.award-lightbox-next {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.award-lightbox-close {
  top: 16px;
  right: 20px;
  width: 44px;
  height: 44px;
  font-size: 34px;
  line-height: 1;
}

.award-lightbox-prev,
.award-lightbox-next {
  top: 50%;
  width: 52px;
  height: 52px;
  transform: translateY(-50%);
  font-size: 25px;
}

.award-lightbox-prev {
  left: 22px;
}

.award-lightbox-next {
  right: 22px;
}

@media (min-width: 901px) {
  .form-one {
    display: block;
    padding: 60px 60px 60px 400px;
  }

  .form-one .form-person {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 733px;
    height: 419px;
    overflow: visible;
  }

  .form-one .form-person img {
    width: 733px;
    height: 419px;
    object-fit: fill;
    object-position: left bottom;
  }

  .form-one .form-copy {
    width: 700px;
    height: 437px;
    padding: 0;
  }

  .quiz-shell {
    grid-template-columns: 510px 510px;
    gap: 20px;
    height: 510px;
    min-height: 510px;
  }

  .quiz-intro,
  .quiz-card {
    width: 510px;
  }

  .about-replica-grid {
    width: min(1180px, 100%);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .about-replica-copy,
  .about-video-column {
    padding: 0 10px;
  }

  .video-preview {
    width: 100%;
    height: 415.359375px;
    aspect-ratio: auto;
  }

  .video-preview video {
    width: 100%;
    height: 415.359375px;
    min-height: 0;
    object-fit: cover;
  }
}

@media (max-width: 900px) {
  .quiz-card {
    width: 100%;
    height: 390px;
  }

  .quiz-step h3 {
    font-size: 24px;
    line-height: 28.8px;
  }

  .about-replica-grid {
    width: 355px;
  }

  .about-replica-copy,
  .about-video-column {
    padding: 0;
  }

  .about-video-column,
  .video-preview,
  .video-preview video {
    width: 355px;
    height: 199.6875px;
  }

  .award-open {
    height: 246.671875px;
  }

  .award-lightbox-content {
    padding: 58px 48px 30px;
  }

  .award-lightbox-content img {
    max-width: calc(100vw - 36px);
    max-height: calc(100vh - 130px);
  }

  .award-lightbox-prev,
  .award-lightbox-next {
    width: 40px;
    height: 40px;
  }

  .award-lightbox-prev {
    left: 5px;
  }

  .award-lightbox-next {
    right: 5px;
  }
}

/* Квиз «Узнайте, подходит ли вам списание долгов» — геометрия оригинала */
.quiz-replica .quiz-shell {
  grid-template-columns: 510px 510px;
  gap: 20px;
  height: 510px;
  min-height: 510px;
  padding: 60px;
  border-radius: 20px;
  background: #ebf5ff;
}

.quiz-replica .quiz-intro,
.quiz-replica .quiz-card {
  width: 510px;
}

.quiz-replica .quiz-intro h2 {
  margin: 0 0 16px;
  font-size: 42px;
  line-height: 1.2;
}

.quiz-replica .quiz-card {
  height: 390px;
  min-height: 390px;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 35px 0 rgba(45, 84, 203, 0.1);
}

.quiz-replica .quiz-step h3 {
  margin: 0 0 30px;
  color: #1e293b;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.quiz-replica .quiz-step label {
  min-height: 40px;
  padding: 10px 0;
  gap: 0;
  cursor: pointer;
}

.quiz-replica .quiz-step input[type="radio"] {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  border: 1px solid #f53628;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s;
}

.quiz-replica .quiz-step input[type="radio"]:checked {
  border-width: 4px;
  border-color: #f53628;
  background: transparent;
  box-shadow: inset 0 0 0 5px #fff, 0 0 0 2px #f53628;
}

.quiz-replica .quiz-navigation [data-quiz-next] {
  display: block;
  width: auto;
  min-width: 107.953125px;
  height: 52px;
  min-height: 52px;
  padding: 15px 28.8px;
  border-radius: 6px;
}

.quiz-replica .quiz-navigation [data-quiz-next][hidden] {
  display: none;
}

.quiz-step-enter {
  animation: quiz-fade-in 0.5s forwards;
}

@keyframes quiz-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.quiz-replica .quiz-final-step.active {
  display: flex;
  gap: 0;
}

.quiz-replica .quiz-final-copy h3 {
  margin-bottom: 10px;
}

.quiz-replica .quiz-final-copy p {
  margin-bottom: 20px;
}

.quiz-final-form {
  display: grid;
  gap: 8px;
}

.quiz-final-form > input {
  width: 100%;
  height: 40px;
  padding: 8px 16px;
  border: 1px solid #d7dce2;
  border-radius: 6px;
  background: #fff;
}

.quiz-final-form .quiz-submit {
  width: 100%;
  min-height: 40px;
  height: 40px;
  border-radius: 6px;
}

.quiz-replica .quiz-final-form .quiz-consent {
  align-items: flex-start;
  min-height: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.25;
}

.quiz-replica .quiz-consent input[type="checkbox"] {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin: 1px 8px 0 0;
  accent-color: #f53628;
}

.quiz-replica .quiz-consent a {
  color: #f53628;
}

.quiz-replica .quiz-final-step + .quiz-error,
.quiz-replica .quiz-final-step.active ~ .quiz-error {
  margin-top: 4px;
}

.quiz-replica .quiz-navigation .quiz-back {
  width: auto;
  min-width: 114px;
  padding: 5px 19px;
  font-weight: 700;
}

.quiz-replica .quiz-final-step.active ~ .quiz-navigation {
  min-height: 36px;
}

.quiz-replica .quiz-final-step.active ~ .quiz-navigation > div {
  margin-left: auto;
}

.quiz-replica .quiz-result {
  padding: 0;
}

.quiz-replica .quiz-result h3 {
  margin: 0 0 20px;
  font-size: 28px;
  line-height: 1.2;
}

.quiz-replica .quiz-result p {
  margin: 0;
}

@media (max-width: 900px) {
  .form-one .replica-fields {
    grid-template-columns: 1fr;
  }

  .quiz-replica .quiz-shell {
    display: block;
    width: min(100% - 32px, 1160px);
    height: auto;
    min-height: 0;
    padding: 30px;
  }

  .quiz-replica .quiz-intro,
  .quiz-replica .quiz-card {
    width: 100%;
  }

  .quiz-replica .quiz-intro {
    margin-bottom: 24px;
  }
}

@media (max-width: 576px) {
  .quiz-replica .quiz-shell {
    padding: 20px;
  }

  .quiz-replica .quiz-intro {
    margin-bottom: 20px;
  }

  .quiz-replica .quiz-intro h2 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.2;
  }

  .quiz-replica .quiz-card {
    height: 340px;
    min-height: 340px;
  }

  .quiz-replica .quiz-step h3 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.25;
  }

  .quiz-replica .quiz-final-copy h3 {
    font-size: 24px;
    line-height: 1.2;
  }

}

/* Страницы услуг и модальное окно видеоотзывов */
.service-detail-hero {
  padding: 12px 0 48px;
}

.service-detail-hero-card {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 73% 30%, rgba(58, 167, 195, 0.9), transparent 42%),
    linear-gradient(115deg, #062e48 0%, #0f6f8e 58%, #167f9d 100%);
  color: #fff;
}

.service-detail-hero-card > div {
  position: relative;
  z-index: 2;
  width: 57%;
  padding: 115px 0 50px 60px;
}

.service-detail-hero-card h1 {
  max-width: 640px;
  margin: 0 0 16px;
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
}

.service-detail-hero-card p {
  margin: 0 0 26px;
  font-size: 24px;
}

.service-detail-hero-card > img {
  position: absolute;
  z-index: 1;
  right: 54px;
  bottom: 0;
  width: auto;
  max-width: 52%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: right bottom;
}

.service-split {
  padding: 0 0 80px;
}

.service-split > .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 60px;
}

.service-split img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.service-split h2,
.service-content-section h2,
.service-requirements h2 {
  margin: 0 0 38px;
  font-size: 42px;
  line-height: 1.15;
}

.service-soft-card {
  padding: 24px;
  border-radius: 20px;
  background: #e9f3ff;
}

.service-soft-card p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.35;
}

.service-content-section {
  padding: 80px 0;
}

.service-content-section:nth-of-type(even),
.service-procedure {
  background: #f0f6ff;
}

.service-section-lead {
  max-width: 680px;
  margin: -22px 0 38px;
  font-size: 17px;
}

.service-number-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.service-number-grid article {
  min-height: 230px;
  padding: 28px 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(35, 80, 122, 0.08);
}

.service-number-grid article > strong,
.service-result-grid article > strong {
  display: block;
  margin-bottom: 22px;
  color: var(--red);
  font-size: 38px;
  line-height: 1;
}

.service-number-grid article p {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.service-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.service-result-grid article {
  padding: 34px;
  border-radius: 22px;
  background: #fff;
}

.service-result-grid h3 {
  margin: 0 0 22px;
  font-size: 28px;
}

.service-result-grid li,
.service-check-list li,
.service-icon-list li {
  margin-bottom: 12px;
}

.service-documents > .container,
.service-ip-property > .container {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.service-documents p,
.service-ip-section p {
  font-size: 17px;
  line-height: 1.45;
}

.service-icon-list,
.service-check-list {
  margin: 26px 0 0;
  padding-left: 22px;
}

.service-requirements {
  padding: 76px 0;
  text-align: center;
  background: #eaf4ff;
}

.service-requirement-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 820px;
  margin: 0 auto 30px;
}

.service-requirement-grid article {
  padding: 30px;
  border-radius: 20px;
  background: #fff;
  font-size: 19px;
  font-weight: 700;
}

.service-consultation {
  padding: 80px 0;
}

.review-video-open {
  position: relative;
  display: block;
  width: 100%;
  height: 260px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #dfe9f4;
  cursor: pointer;
}

.review-video-open img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.review-video-open:hover img,
.review-video-open:focus-visible img {
  transform: scale(1.035);
}

.review-video-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  place-items: center;
  padding: 24px;
}

.review-video-modal[hidden] {
  display: none;
}

.review-video-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(8, 14, 24, 0.9);
}

.review-video-dialog {
  position: relative;
  z-index: 1;
  width: min(820px, calc(100vw - 48px));
  padding: 24px;
  border-radius: 22px;
  background: #fff;
}

.review-video-dialog h3 {
  margin: 0 48px 18px 0;
}

.review-video-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #f0f3f7;
  font-size: 30px;
  line-height: 1;
}

.review-video-player {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #101010;
  aspect-ratio: 16 / 9;
}

.review-video-player video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.review-modal-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 28px;
}

.review-modal-play[hidden] {
  display: none;
}

body.review-video-open {
  overflow: hidden;
}

@media (min-width: 901px) {
  .form-two > img {
    width: auto;
    max-width: 58%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
  }
}

@media (max-width: 900px) {
  .service-detail-hero {
    padding: 10px 10px 34px;
  }

  .service-detail-hero-card {
    min-height: 520px;
    border-radius: 20px;
  }

  .service-detail-hero-card > div {
    width: 100%;
    padding: 38px 24px 0;
  }

  .service-detail-hero-card h1 {
    font-size: 34px;
  }

  .service-detail-hero-card p {
    font-size: 20px;
  }

  .service-detail-hero-card > img {
    right: 50%;
    max-width: 90%;
    max-height: 58%;
    transform: translateX(50%);
  }

  .service-split,
  .service-content-section,
  .service-consultation,
  .service-requirements {
    padding: 52px 0;
  }

  .service-split > .container,
  .service-documents > .container,
  .service-ip-property > .container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .service-documents img,
  .service-ip-property img {
    grid-row: 1;
  }

  .service-split h2,
  .service-content-section h2,
  .service-requirements h2 {
    margin-bottom: 26px;
    font-size: 32px;
  }

  .service-number-grid,
  .service-result-grid,
  .service-requirement-grid {
    grid-template-columns: 1fr;
  }

  .service-number-grid article {
    min-height: 0;
  }

  .review-video-open {
    height: 230px;
  }

  .review-video-dialog {
    width: calc(100vw - 24px);
    padding: 16px;
  }
}
