:root {
  --ink: #11181c;
  --muted: #5d686d;
  --green: #0f6f32;
  --green-dark: #084f23;
  --green-soft: #e9f5ec;
  --line: #dfe6e2;
  --soft: #f5f8f6;
  --white: #fff;
  --shadow: 0 18px 48px rgba(12, 30, 20, 0.10);
  --wrap: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.wrap {
  width: calc(100% - 48px);
  max-width: var(--wrap);
  margin: 0 auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 104px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.header .wrap {
  max-width: var(--wrap);
}

.header__inner {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr) 252px;
  align-items: center;
  height: 104px;
  gap: 24px;
}

.header-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.logo img {
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  object-fit: contain;
  object-position: left center;
}

.logo__text {
  display: grid;
  gap: 1px;
  min-width: 0;
  max-width: 218px;
}

.logo__text b {
  color: #111820;
  font-size: 31px;
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0;
}

.logo__text small {
  color: #20272c;
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1.08;
  white-space: normal;
  text-transform: none;
}

.logo__group {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-top: 5px;
  padding: 3px 10px 4px;
  border-radius: 3px;
  color: #fff;
  background: #0a6933;
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}

.header-license {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 74px;
  padding: 8px 15px 8px 9px;
  color: #203035;
  border: 1px solid #d5e3e3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(10, 42, 47, 0.05);
}

.header-license img {
  width: 58px;
  height: 58px;
}

.header-license b {
  display: block;
  color: #005c61;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.05;
  white-space: nowrap;
}

.header-license small {
  display: block;
  margin-top: 5px;
  color: #58666a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}

.rating-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 156px;
  min-height: 74px;
  padding: 9px 12px;
  border: 1px solid #d5e3e3;
  border-radius: 8px;
  background: #fff;
  text-align: left;
  box-shadow: 0 8px 18px rgba(10, 42, 47, 0.05);
}

.rating-card img {
  width: 38px;
  height: 38px;
}

.rating-card__body {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.rating-card__line {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.rating-card b {
  display: block;
  color: #0f171a;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.rating-stars {
  overflow: hidden;
  color: #f3c316;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.rating-card small {
  display: block;
  color: #58666a;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.15;
}

.rating-card--yandex {
  border-color: rgba(255, 188, 0, 0.42);
}

.rating-card--gis {
  border-color: rgba(4, 178, 117, 0.28);
}

.phone {
  display: block;
  text-align: right;
}

.phone b {
  display: block;
  color: #0f171a;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.08;
  white-space: nowrap;
}

.phone span {
  display: block;
  margin-top: 4px;
  color: #4f5d62;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background: #f9fbfa;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.96) 28%, rgba(255, 255, 255, 0.62) 43%, rgba(255, 255, 255, 0.18) 57%, rgba(255, 255, 255, 0) 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 0.28) 100%);
}

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

.hero__image img {
  width: 100%;
  height: 100%;
  filter: saturate(1.06) contrast(1.04);
  object-fit: cover;
  object-position: center;
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 690px;
  padding: 72px 0 46px;
}

.hero__copy {
  width: min(620px, 100%);
  align-self: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 620px;
  margin: 0;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.05;
}

.hero h1 span {
  color: var(--green);
}

.hero__lead {
  max-width: 560px;
  margin: 24px 0 0;
  color: #1f2c31;
  font-size: 21px;
  line-height: 1.42;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.button::after,
.program-card__footer button::after,
.quiz-step span::after,
.cookie__btn::after {
  content: "";
  position: absolute;
  top: -45%;
  bottom: -45%;
  left: -58%;
  z-index: 1;
  width: 38%;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 42%, rgba(255, 255, 255, 0.68) 50%, rgba(255, 255, 255, 0.24) 58%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-18deg);
  pointer-events: none;
  animation: buttonShine 3.8s ease-in-out infinite;
}

.button--secondary::after,
.program-card__footer button::after,
.quiz-step span::after,
.cookie__btn--ghost::after {
  background: linear-gradient(115deg, rgba(15, 111, 50, 0) 0%, rgba(15, 111, 50, 0.05) 42%, rgba(255, 255, 255, 0.84) 50%, rgba(15, 111, 50, 0.08) 58%, rgba(15, 111, 50, 0) 100%);
}

.button:disabled::after,
.program-card__footer button:disabled::after,
.cookie__btn:disabled::after {
  display: none;
}

@keyframes buttonShine {
  0%,
  58% {
    left: -58%;
  }

  100% {
    left: 118%;
  }
}

.button i {
  font-size: 20px;
  line-height: 1;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button--primary {
  color: #fff;
  background: var(--green);
  box-shadow: 0 12px 24px rgba(15, 111, 50, 0.22);
}

.button--primary:hover,
.button--primary:focus-visible {
  background: var(--green-dark);
}

.button--secondary {
  color: var(--green-dark);
  background: #fff;
  border-color: rgba(15, 111, 50, 0.44);
}

.button--secondary:hover,
.button--secondary:focus-visible {
  background: var(--green-soft);
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  width: min(850px, 100%);
}

.hero-features article {
  display: grid;
  grid-template-rows: 40px auto auto;
  gap: 8px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(4px);
}

.hero-features i {
  color: #141c20;
  font-size: 36px;
  line-height: 1;
}

.hero-features b {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
}

.hero-features span {
  color: #29353a;
  font-size: 13px;
  line-height: 1.35;
}

.credential-card {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 82px;
  padding: 12px 18px;
  border: 1.5px solid #bddfc9;
  border-radius: 10px;
  background: #fff;
}

.credential-card--license {
  border-color: #cfe0df;
}

.credential-card:nth-child(2) {
  border-color: #ffd480;
}

.credential-card img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.credential-card p {
  display: grid;
  gap: 6px;
  min-width: 0;
  margin: 0;
}

.credential-card b {
  color: #11181c;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.credential-card--license b {
  color: #0b6261;
  font-size: 24px;
  white-space: nowrap;
}

.credential-card b span {
  color: #f4b400;
  font-size: 18px;
  letter-spacing: 0;
  vertical-align: 7px;
}

.credential-card p > span {
  color: #59656a;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
}

.stats {
  padding: 0 0 46px;
  background: #fff;
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 28px 38px;
  border: 1px solid #e5ece8;
  border-radius: 8px;
  background: rgba(246, 250, 248, 0.96);
  box-shadow: var(--shadow);
}

.stats article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  align-items: center;
  min-width: 0;
}

.stats article + article {
  padding-left: 34px;
  border-left: 1px solid #dde7e1;
}

.stats i {
  color: #1f2b30;
  font-size: 36px;
}

.stats p {
  margin: 0;
}

.stats b {
  display: block;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
}

.stats span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.section {
  padding: 58px 0;
}

.section h2,
.contact h2 {
  margin: 0;
  color: #111a1f;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.section-note {
  max-width: 640px;
  margin: 12px auto 0;
  color: var(--muted);
  font-size: 16px;
  text-align: center;
}

.audience {
  padding-top: 26px;
}

.audience__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.image-card {
  min-width: 0;
}

.image-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  background: var(--soft);
}

.image-card h3 {
  margin: 18px 0 8px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.image-card p {
  margin: 0;
  color: #303c41;
  font-size: 15px;
}

.steps {
  background: var(--soft);
}

.steps__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 46px 0 0;
  padding: 0;
  list-style: none;
}

.steps__grid::before {
  position: absolute;
  top: 17px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  content: "";
  background: repeating-linear-gradient(90deg, #9aa8a0 0 6px, transparent 6px 12px);
}

.steps__grid li {
  position: relative;
  display: grid;
  justify-items: center;
  min-width: 0;
  text-align: center;
}

.steps__grid span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 15px;
  font-weight: 900;
}

.step-asset {
  width: clamp(116px, 11vw, 148px);
  height: clamp(116px, 11vw, 148px);
  margin-top: 24px;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(11, 32, 22, 0.12));
}

.steps__grid b {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 900;
}

.steps__grid p {
  max-width: 230px;
  margin: 10px 0 0;
  color: #3b484d;
  font-size: 14px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.free-lesson {
  padding: 72px 0 66px;
  background: #fff;
}

.free-lesson__header {
  text-align: center;
}

.section .free-lesson__header h2 {
  color: #090d0f;
  font-size: clamp(46px, 5vw, 72px);
  line-height: 0.98;
  text-transform: uppercase;
}

.free-lesson__header p {
  margin: 16px 0 0;
  color: #20282c;
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1.25;
}

.free-lesson__story {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 38px;
}

.free-lesson__step {
  min-width: 0;
  margin: 0;
}

.free-lesson__step img {
  width: 100%;
  height: auto;
  aspect-ratio: 6 / 5;
  object-fit: cover;
  background: var(--soft);
}

.free-lesson__step figcaption {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 90px;
  padding: 18px 24px;
  border-right: 1px solid #ccd5d0;
}

.free-lesson__step:last-child figcaption {
  border-right: 0;
}

.free-lesson__step figcaption i {
  color: var(--green);
  font-size: 43px;
  line-height: 1;
}

.free-lesson__step figcaption b {
  color: #10171a;
  font-size: clamp(17px, 1.45vw, 23px);
  font-weight: 900;
  line-height: 1.18;
}

.free-lesson__form {
  display: grid;
  grid-template-columns: minmax(250px, 0.95fr) minmax(340px, 1.35fr) minmax(220px, 0.72fr);
  align-items: center;
  gap: 18px;
  max-width: 1060px;
  margin: 34px auto 0;
}

.free-lesson__phone {
  position: relative;
  display: block;
  min-width: 0;
}

.free-lesson__phone i {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 1;
  color: #9aa7ad;
  font-size: 25px;
  transform: translateY(-50%);
  pointer-events: none;
}

.free-lesson__phone input {
  width: 100%;
  min-height: 64px;
  padding: 0 20px 0 58px;
  border: 1px solid #cad6d0;
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  outline: none;
  font-size: 18px;
  font-weight: 700;
}

.free-lesson__phone input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(15, 111, 50, 0.12);
}

.free-lesson__form > .button {
  min-height: 64px;
  padding-inline: 28px;
  font-size: 18px;
}

.free-lesson__form > .button i {
  font-size: 25px;
}

.free-lesson__bonus {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #182226;
  font-size: 15px;
  line-height: 1.35;
}

.free-lesson__bonus i {
  color: var(--green-dark);
  font-size: 34px;
}

.free-lesson__consent,
.free-lesson__status {
  grid-column: 1 / -1;
}

.free-lesson__consent {
  max-width: 760px;
  margin: -2px auto 0;
}

.free-lesson__status {
  min-height: 0;
  margin: -8px 0 0;
  text-align: center;
}

.programs__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.program-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-width: 0;
  min-height: 430px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.program-card--featured {
  border-color: rgba(15, 111, 50, 0.45);
  box-shadow: var(--shadow);
}

.badge {
  position: absolute;
  top: -1px;
  left: 28px;
  right: 28px;
  height: 30px;
  padding: 6px 12px;
  border-radius: 0 0 6px 6px;
  color: #fff;
  background: var(--green);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
}

.program-card__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-top: 4px;
}

.program-card--featured .program-card__head {
  margin-top: 18px;
}

.program-card h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.18;
}

.program-card__head span {
  flex: 0 0 auto;
  padding: 6px 10px;
  border-radius: 6px;
  color: var(--green-dark);
  background: var(--green-soft);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.program-card p {
  margin: 18px 0 0;
  color: #3d4a4f;
  font-size: 15px;
}

.program-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding: 0;
  color: #29363b;
  font-size: 15px;
  list-style: none;
}

.program-card li {
  position: relative;
  padding-left: 24px;
}

.program-card li::before {
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--green);
  content: "✓";
  font-weight: 900;
}

.program-card__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: auto;
}

.program-card__footer button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-width: 214px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(15, 111, 50, 0.55);
  border-radius: 8px;
  color: var(--green-dark);
  background: #fff;
  font-size: 14px;
  font-weight: 900;
}

.program-card--featured .program-card__footer button {
  color: #fff;
  background: var(--green);
}

.quiz {
  background: linear-gradient(180deg, #fff 0%, #f4f8f5 100%);
}

.quiz__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 34px;
  align-items: start;
}

.quiz__intro {
  position: sticky;
  top: 110px;
  padding: 34px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.quiz__intro h2 {
  text-align: left;
}

.quiz__intro p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.quiz-benefits {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.quiz-benefits span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #263238;
  font-weight: 800;
}

.quiz-benefits i {
  color: var(--green);
  font-size: 22px;
}

.quiz-form {
  min-width: 0;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.quiz-progress {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.quiz-progress span {
  color: var(--green);
  font-size: 14px;
  font-weight: 900;
}

.quiz-progress__bar {
  overflow: hidden;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: #e4ece7;
}

.quiz-progress__bar i {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: var(--green);
  transition: width 220ms ease;
}

.quiz-step {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  border: 0;
}

.quiz-step[hidden],
.quiz-result[hidden],
.quiz-contacts[hidden],
.quiz-actions[hidden] {
  display: none;
}

.quiz-step legend {
  grid-column: 1 / -1;
  margin-bottom: 8px;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.15;
}

.quiz-step label {
  min-width: 0;
}

.quiz-step input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.quiz-step span {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #1f292e;
  background: #fbfcfb;
  font-weight: 800;
  line-height: 1.2;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.quiz-step label:hover span,
.quiz-step label:has(input:focus-visible) span {
  border-color: rgba(15, 111, 50, 0.45);
}

.quiz-step label:has(input:checked) span {
  border-color: var(--green);
  background: var(--green-soft);
  box-shadow: inset 0 0 0 1px var(--green);
}

.quiz-actions {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 28px;
}

.quiz-actions .button {
  min-width: 160px;
}

.quiz-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
}

.quiz-result {
  display: grid;
  gap: 12px;
  scroll-margin-top: 110px;
  padding: 22px;
  border: 1px solid rgba(15, 111, 50, 0.30);
  border-radius: 8px;
  background: var(--green-soft);
}

.quiz-result > span {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.quiz-result h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.15;
}

.quiz-result p {
  margin: 0;
  color: #314047;
}

.quiz-result ul {
  display: grid;
  gap: 8px;
  margin: 6px 0 0;
  padding-left: 22px;
  color: #243238;
  font-weight: 700;
}

.quiz-contacts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.quiz-contacts--booking {
  grid-template-columns: 1fr;
}

.quiz-contacts label,
.lead-form label:not(.consent) {
  display: grid;
  gap: 7px;
  color: #27343a;
  font-size: 14px;
  font-weight: 800;
}

.quiz-contacts input:not(.consent__input),
.lead-form input:not(.consent__input),
.lead-form select {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid #cad6d0;
  border-radius: 6px;
  color: var(--ink);
  background: #fff;
  outline: none;
}

.quiz-contacts input:not(.consent__input):focus,
.lead-form input:not(.consent__input):focus,
.lead-form select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(15, 111, 50, 0.12);
}

.quiz-contacts .button,
.quiz-contacts .consent,
.quiz-contacts .privacy {
  grid-column: 1 / -1;
}

.privacy {
  margin: 0;
  color: #6a767a;
  font-size: 12px;
  line-height: 1.35;
}

.consent {
  position: relative;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: flex-start;
  margin: 0;
  color: #4f5e64;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  user-select: none;
}

.consent__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  appearance: none;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

.consent__box {
  position: relative;
  grid-column: 1;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border: 1.5px solid #9eb1a8;
  border-radius: 5px;
  background: #fff;
  flex: none;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.consent__text {
  grid-column: 2;
  min-width: 0;
}

.consent__input:checked + .consent__box {
  border-color: var(--green);
  background: var(--green);
}

.consent__input:checked + .consent__box::after {
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  transform: rotate(45deg);
}

.consent__input:focus-visible + .consent__box {
  outline: 2px solid rgba(15, 111, 50, 0.35);
  outline-offset: 2px;
}

.consent--error .consent__box {
  border-color: #b3261e;
  box-shadow: 0 0 0 3px rgba(179, 38, 30, 0.12);
}

.consent a {
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-status {
  min-height: 20px;
  margin: 14px 0 0;
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 800;
}

.faq details {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.faq {
  background: var(--soft);
}

.faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.faq summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
}

.faq p {
  margin: 14px 0 0;
  color: #344147;
}

.contact {
  position: relative;
  min-height: 660px;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: #062d19;
  isolation: isolate;
}

.contact::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 16% 16%, rgba(21, 126, 68, 0.38), transparent 30%),
    linear-gradient(90deg, #062d19 0%, #062d19 46%, rgba(6, 45, 25, 0.78) 58%, rgba(6, 45, 25, 0.20) 72%, rgba(6, 45, 25, 0) 100%);
  content: "";
}

.contact::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 26%),
    radial-gradient(circle at 35% 95%, rgba(13, 111, 50, 0.26), transparent 36%);
  content: "";
  pointer-events: none;
}

.contact__image {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 2;
  width: min(52vw, 820px);
  height: 100%;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}

.contact__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 45, 25, 0.26) 0%, rgba(6, 45, 25, 0.06) 48%, rgba(0, 0, 0, 0.18) 100%);
  content: "";
  pointer-events: none;
}

.contact__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.contact__layout {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 560px);
  gap: 70px;
  align-items: center;
  min-height: 660px;
  padding: 74px 0;
}

.contact__copy {
  max-width: 705px;
}

.contact .contact__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  max-width: none;
  margin: 0 0 30px;
  color: rgba(193, 224, 199, 0.86);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.contact__eyebrow i {
  font-size: 27px;
  line-height: 1;
}

.contact h2 {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.14;
  text-align: left;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
}

.contact__copy > p:not(.contact__eyebrow) {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 22px;
  line-height: 1.55;
}

.contact-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 54px;
  max-width: 650px;
}

.contact-steps article {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding-right: 36px;
}

.contact-steps article + article {
  padding-left: 36px;
  border-left: 1px solid rgba(199, 225, 207, 0.48);
}

.contact-steps i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 8px;
  color: rgba(199, 225, 207, 0.9);
  border: 1px solid rgba(199, 225, 207, 0.62);
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
}

.contact-steps b {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.18;
}

.contact-steps span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.45;
}

.lead-form {
  display: grid;
  gap: 20px;
  width: clamp(470px, 34vw, 560px);
  justify-self: start;
  padding: 36px 40px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 28px 72px rgba(2, 22, 12, 0.26);
}

.lead-form h3 {
  margin: 0 0 10px;
  color: #17242b;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

.lead-form .field {
  position: relative;
  display: block;
  margin: 0;
  color: #27343a;
}

.lead-form .field > span {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.lead-form .field > i {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 1;
  color: #a3afb4;
  font-size: 24px;
  line-height: 1;
  pointer-events: none;
  transform: translateY(-50%);
}

.lead-form .field input:not(.consent__input),
.lead-form .field select {
  width: 100%;
  min-height: 64px;
  padding: 0 18px 0 58px;
  border: 1px solid #d0dcda;
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font-size: 17px;
  font-weight: 700;
  outline: none;
}

.lead-form .field input::placeholder {
  color: #7d888d;
  opacity: 0.9;
}

.lead-form .field select {
  color: #7d888d;
}

.lead-form .field input:not(.consent__input):focus,
.lead-form .field select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(15, 111, 50, 0.12);
}

.lead-form .consent {
  margin-top: 2px;
  color: #3f4f55;
  font-size: 13px;
  font-weight: 700;
}

.lead-form .consent__box {
  width: 21px;
  height: 21px;
  border-radius: 5px;
}

.lead-form .button {
  width: 100%;
  min-height: 66px;
  margin-top: 2px;
  background: linear-gradient(180deg, #12843c 0%, #087231 100%);
  box-shadow: 0 22px 36px rgba(15, 111, 50, 0.25);
  font-size: 18px;
}

.lead-form .button:disabled {
  opacity: 0.78;
}

.lead-form .privacy {
  color: #657175;
}

.lead-form .form-status {
  min-height: 18px;
  margin: 0;
}

.footer {
  padding: 34px 0 24px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer__inner {
  display: grid;
  gap: 0;
  align-items: start;
}

.footer__top {
  display: grid;
  grid-template-columns: 318px minmax(0, 1fr) 218px;
  gap: 26px;
  align-items: center;
  padding-bottom: 22px;
}

.footer__logo {
  color: inherit;
  justify-self: start;
  text-align: left;
}

.footer__desc,
.footer__info p,
.footer__operator p,
.footer__copy {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.footer__desc {
  max-width: 560px;
}

.footer__call {
  display: grid;
  gap: 2px;
  justify-self: end;
  text-align: right;
}

.footer__call span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.footer__call b {
  color: var(--green-dark);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.footer__legal a:hover,
.footer__legal a:focus-visible {
  color: var(--green-dark);
}

.footer__info {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.footer__info section,
.footer__operator section {
  min-width: 0;
}

.footer__info h3,
.footer__operator h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.footer__info a {
  display: inline-block;
  color: #0a2896;
  font-size: 16px;
  font-weight: 900;
  word-break: break-word;
}

.footer__info p {
  margin-top: 4px;
}

.footer__operator {
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr;
  gap: 18px 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.footer__operator a {
  color: #0a2896;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding-top: 18px;
  color: #526065;
  font-size: 12px;
}

.footer__legal a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer__copy {
  padding-top: 12px;
  font-size: 12px;
}

.cookie {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: min(560px, calc(100vw - 32px));
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  box-shadow: var(--shadow);
}

.cookie[hidden] {
  display: none;
}

.cookie__text {
  margin: 0;
  color: #526065;
  font-size: 13px;
  line-height: 1.5;
}

.cookie__text a {
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: underline;
}

.cookie__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie__btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  flex: 1 1 170px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 8px;
  font-weight: 900;
}

.cookie__btn--primary {
  border: 1px solid var(--green);
  color: #fff;
  background: var(--green);
}

.cookie__btn--ghost {
  border: 1px solid rgba(15, 111, 50, 0.45);
  color: var(--green-dark);
  background: #fff;
}

.lead-toast {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 82;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 32px;
  gap: 14px;
  align-items: center;
  width: min(390px, calc(100vw - 32px));
  padding: 14px;
  border: 1px solid rgba(208, 222, 216, 0.95);
  border-radius: 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(8, 18, 12, 0.18);
  opacity: 0;
  transform: translate3d(-18px, 18px, 0);
  pointer-events: none;
  transition:
    opacity 0.34s ease,
    transform 0.34s ease;
  backdrop-filter: blur(10px);
}

.lead-toast[hidden] {
  display: grid;
}

.lead-toast.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

body.quiz-final-active .lead-toast {
  opacity: 0;
  transform: translate3d(-18px, 18px, 0);
  pointer-events: none;
}

.lead-toast__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 22px;
  box-shadow: 0 10px 24px rgba(15, 111, 50, 0.22);
}

.lead-toast__body {
  min-width: 0;
}

.lead-toast__label {
  display: block;
  margin-bottom: 3px;
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.lead-toast__body p {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.32;
}

.lead-toast__body b,
.lead-toast__body strong {
  font-weight: 900;
}

.lead-toast__body small {
  display: block;
  margin-top: 4px;
  color: #647279;
  font-size: 12px;
  font-weight: 700;
}

.lead-toast__close {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #627078;
  background: transparent;
  font-size: 18px;
}

.lead-toast__close:hover {
  border-color: #dce7e2;
  color: var(--ink);
  background: #f6faf8;
}

.modal.modal--exit-offer {
  z-index: 120;
  padding: 22px;
  background:
    linear-gradient(rgba(6, 13, 12, 0.74), rgba(6, 13, 12, 0.74)),
    rgba(6, 13, 12, 0.72);
  backdrop-filter: blur(2px);
}

.modal--exit-offer .exit-offer__box {
  width: min(1180px, calc(100vw - 56px));
  max-height: min(760px, calc(100vh - 36px));
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.exit-offer__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1fr);
  min-height: 610px;
}

.exit-offer__media {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  color: #fff;
  background: #082b1c;
}

.exit-offer__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}

.exit-offer__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 21, 17, 0.16) 0%, rgba(3, 31, 20, 0.42) 46%, rgba(3, 31, 20, 0.82) 100%),
    linear-gradient(90deg, rgba(2, 31, 18, 0.18), transparent 62%);
}

.exit-offer__facts {
  position: absolute;
  z-index: 1;
  left: 38px;
  right: 34px;
  bottom: 46px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
}

.exit-offer__fact {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
}

.exit-offer__fact + .exit-offer__fact::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 2px;
  bottom: 2px;
  width: 1px;
  background: rgba(255, 255, 255, 0.64);
}

.exit-offer__fact i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.92);
  font-size: 22px;
}

.exit-offer__fact span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.22;
}

.exit-offer__form {
  position: relative;
  display: grid;
  align-content: center;
  gap: 19px;
  padding: 68px 48px 46px;
  background: #fff;
}

.exit-offer__close.modal__close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
  float: none;
  width: 42px;
  height: 42px;
  margin: 0;
  border: 1px solid #d7e0dc;
  border-radius: 8px;
  color: #101820;
  background: #fff;
  font-size: 34px;
  font-weight: 300;
  line-height: 0.88;
  box-shadow: none;
}

.exit-offer__eyebrow {
  margin: 0 0 1px;
  color: var(--green);
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.exit-offer h2 {
  max-width: 545px;
  margin: 0;
  color: var(--ink);
  font-size: 38px;
  font-weight: 900;
  line-height: 1.13;
  letter-spacing: 0;
  text-align: left;
}

.exit-offer h2 span {
  color: var(--green);
}

.exit-offer__lead {
  margin: 0 0 7px;
  color: #607077;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.exit-offer__timer {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 80px;
  padding: 15px 20px;
  border: 1px solid #d4dfdc;
  border-radius: 8px;
  background: #fbfdfc;
  box-shadow: inset 0 0 0 1px rgba(15, 111, 50, 0.03);
}

.exit-offer__timer i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 25px;
  box-shadow: 0 8px 22px rgba(15, 111, 50, 0.24);
}

.exit-offer__timer > span {
  color: #59686e;
  font-size: 16px;
  font-weight: 700;
}

.exit-offer__timer b {
  color: var(--green);
  font-size: 37px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.exit-offer__timer b span {
  color: inherit;
  font: inherit;
}

.exit-offer__form .field {
  position: relative;
  display: grid;
  margin: 6px 0 0;
}

.exit-offer__form .field > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.exit-offer__form .field > i {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 1;
  color: #9aaab1;
  font-size: 25px;
  transform: translateY(-50%);
}

.exit-offer__form input:not(.consent__input) {
  width: 100%;
  min-height: 64px;
  padding: 0 18px 0 60px;
  border: 1px solid #d4dfdc;
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font-size: 18px;
  font-weight: 800;
  outline: none;
}

.exit-offer__form input:not(.consent__input)::placeholder {
  color: #8d9aa0;
  font-weight: 800;
}

.exit-offer__form input:not(.consent__input):focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(15, 111, 50, 0.12);
}

.exit-offer__form .consent {
  align-items: start;
  margin: 0;
}

.exit-offer__form .consent__box {
  margin-top: 2px;
}

.exit-offer__form .consent__text {
  color: #354249;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.exit-offer__form .button {
  width: 100%;
  min-height: 64px;
  margin-top: 6px;
  border-radius: 7px;
  font-size: 19px;
  box-shadow: 0 16px 34px rgba(15, 111, 50, 0.20);
}

.exit-offer__form .button:disabled {
  color: #fff;
  background: var(--green);
  opacity: 1;
}

.exit-offer__form .button i {
  font-size: 23px;
}

.exit-offer__form .form-status {
  min-height: 18px;
  margin: 0;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

body.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(12, 20, 18, 0.62);
}

.modal[hidden] {
  display: none;
}

.modal__box {
  position: relative;
  width: min(780px, 100%);
  max-height: min(760px, calc(100vh - 40px));
  overflow: auto;
  padding: 34px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(8, 18, 12, 0.28);
}

.modal__close {
  position: sticky;
  top: 0;
  float: right;
  width: 38px;
  height: 38px;
  margin: -12px -12px 8px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #f5f8f6;
  font-size: 24px;
  line-height: 1;
}

.doc {
  color: #334147;
  font-size: 14px;
  line-height: 1.65;
}

.doc h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.15;
}

.doc h3 {
  margin: 22px 0 8px;
  color: var(--ink);
  font-size: 17px;
}

.doc p {
  margin: 0 0 10px;
}

.doc a {
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: underline;
}

.requisites-list {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
  gap: 10px 18px;
  margin: 18px 0;
}

.requisites-list dt {
  color: #5e6a6f;
  font-weight: 800;
}

.requisites-list dd {
  margin: 0;
  color: var(--ink);
}

.doc-note {
  padding: 14px;
  border-radius: 8px;
  background: var(--green-soft);
}

@media (max-width: 1100px) {
  .header,
  .header__inner {
    height: 92px;
  }

  .header__inner {
    grid-template-columns: 300px minmax(0, 1fr) 200px;
    gap: 14px;
  }

  .logo img {
    flex-basis: 54px;
    width: 54px;
    height: 54px;
  }

  .logo__text b {
    font-size: 26px;
  }

  .logo__text small {
    font-size: 10px;
  }

  .logo__group {
    padding: 3px 8px;
    font-size: 8.7px;
  }

  .header-license {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 58px;
    padding: 7px 10px 7px 7px;
  }

  .header-license img {
    width: 42px;
    height: 42px;
  }

  .header-license b {
    font-size: 13px;
  }

  .header-license small {
    font-size: 9px;
  }

  .rating-card {
    display: none;
  }

  .phone b {
    font-size: 18px;
  }

  .phone span {
    font-size: 9px;
  }

  .hero h1 {
    max-width: 522px;
    font-size: 57px;
  }

  .hero__lead {
    font-size: 19px;
  }

  .audience__grid,
  .steps__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .image-card img {
    height: 250px;
  }

  .steps__grid::before {
    display: none;
  }

  .programs__grid {
    grid-template-columns: 1fr;
  }

  .program-card {
    min-height: 0;
  }

  .quiz__layout,
  .contact__layout {
    grid-template-columns: 1fr;
  }

  .quiz__intro {
    position: static;
  }

  .footer__top {
    grid-template-columns: 278px minmax(0, 1fr);
  }

  .footer__call {
    grid-column: 1 / -1;
    justify-self: start;
    text-align: left;
  }

  .footer__info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer__operator {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .wrap {
    width: calc(100% - 32px);
  }

  .header,
  .header__inner {
    height: 64px;
  }

  .header__inner {
    grid-template-columns: 1fr auto 116px;
    gap: 8px;
  }

  .header-trust {
    justify-content: flex-end;
    gap: 0;
  }

  .header-license {
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 44px;
    padding: 5px 8px 5px 5px;
  }

  .header-license img {
    width: 34px;
    height: 34px;
  }

  .header-license b {
    font-size: 10px;
  }

  .header-license small {
    font-size: 7px;
  }

  .rating-card {
    display: none;
  }

  .phone b {
    font-size: 11px;
  }

  .phone span {
    font-size: 6.5px;
  }

  .logo img {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
  }

  .logo__text b {
    font-size: 21px;
  }

  .logo__text small {
    max-width: 170px;
    font-size: 8px;
  }

  .logo__group {
    margin-top: 3px;
    padding: 2px 6px 3px;
    font-size: 7.1px;
  }

  .hero {
    min-height: 740px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.92) 38%, rgba(255, 255, 255, 0.72) 65%, rgba(255, 255, 255, 0.94) 100%);
  }

  .hero__image img {
    object-position: 66% center;
    opacity: 0.72;
  }

  .hero__inner {
    min-height: 740px;
    padding: 44px 0 34px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero__lead {
    font-size: 17px;
  }

  .hero__actions {
    gap: 12px;
  }

  .button {
    width: 100%;
  }

  .hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .credential-card {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
    min-height: 78px;
    padding: 12px 14px;
    border-radius: 12px;
  }

  .credential-card img {
    width: 56px;
    height: 56px;
  }

  .credential-card b {
    font-size: 30px;
  }

  .credential-card--license b {
    font-size: 22px;
  }

  .credential-card p > span {
    font-size: 13px;
  }

  .stats {
    padding-bottom: 34px;
  }

  .stats__grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 0;
    padding: 24px;
  }

  .stats article + article {
    padding: 18px 0 0;
    border-top: 1px solid #dde7e1;
    border-left: 0;
  }

  .section {
    padding: 44px 0;
  }

  .section h2,
  .contact h2 {
    font-size: 28px;
  }

  .quiz-form,
  .quiz__intro,
  .lead-form {
    padding: 22px;
  }

  .quiz-step {
    grid-template-columns: 1fr;
  }

  .quiz-actions {
    flex-direction: column-reverse;
  }

  .quiz-actions .button {
    min-width: 0;
  }

  .quiz-contacts {
    grid-template-columns: 1fr;
  }

  .faq__grid {
    grid-template-columns: 1fr;
  }

  .contact__layout {
    gap: 24px;
  }

  .footer__inner {
    text-align: center;
  }

  .footer__top {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer__logo {
    justify-self: center;
  }

  .footer__call {
    justify-self: center;
    text-align: center;
  }

  .footer__legal {
    justify-content: center;
  }

  .footer__info {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer__operator {
    gap: 16px;
  }

  .footer__info a {
    text-align: center;
  }

  .modal {
    padding: 12px;
  }

  .lead-toast {
    left: 12px;
    bottom: 12px;
    grid-template-columns: 40px minmax(0, 1fr) 30px;
    gap: 10px;
    width: calc(100vw - 24px);
    padding: 12px;
    border-radius: 10px;
  }

  .lead-toast__icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .lead-toast__body p {
    font-size: 13px;
  }

  .lead-toast__body small {
    font-size: 11px;
  }

  .modal__box {
    max-height: calc(100vh - 24px);
    padding: 24px;
  }

  .modal--exit-offer .exit-offer__box {
    max-height: calc(100vh - 24px);
    padding: 0;
  }

  .exit-offer__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .exit-offer__media {
    min-height: 350px;
  }

  .exit-offer__media img {
    object-position: 50% 0%;
  }

  .exit-offer__media::after {
    background:
      linear-gradient(180deg, rgba(3, 21, 17, 0.04) 0%, rgba(3, 31, 20, 0.30) 48%, rgba(3, 31, 20, 0.82) 100%),
      linear-gradient(90deg, rgba(2, 31, 18, 0.10), transparent 62%);
  }

  .exit-offer__facts {
    left: 22px;
    right: 22px;
    bottom: 24px;
    gap: 18px;
  }

  .exit-offer__fact {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
  }

  .exit-offer__fact + .exit-offer__fact::before {
    left: -9px;
  }

  .exit-offer__fact i {
    width: 30px;
    height: 30px;
    font-size: 19px;
  }

  .exit-offer__fact span {
    font-size: 11px;
  }

  .exit-offer__form {
    padding: 30px 24px;
  }

  .exit-offer h2 {
    font-size: 32px;
  }

  .exit-offer__timer {
    grid-template-columns: 40px minmax(0, 1fr) auto;
    gap: 12px;
    min-height: 72px;
    padding: 14px;
  }

  .exit-offer__timer i {
    width: 40px;
    height: 40px;
  }

  .exit-offer__timer b {
    font-size: 30px;
  }

  .doc h2 {
    font-size: 23px;
  }

  .requisites-list {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .requisites-list dd {
    margin-bottom: 8px;
  }
}

@media (max-width: 520px) {
  .header__inner {
    grid-template-columns: 1fr;
  }

  .phone,
  .header-trust {
    display: none;
  }

  .logo img {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .logo__text b {
    font-size: 14px;
  }

  .logo__text small {
    max-width: 150px;
    font-size: 6.5px;
  }

  .logo__group {
    margin-top: 2px;
    padding: 2px 5px;
    font-size: 5.8px;
  }

  .hero {
    min-height: 780px;
  }

  .hero__inner {
    min-height: 780px;
  }

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

  .hero__lead {
    margin-top: 18px;
    font-size: 16px;
  }

  .hero-features {
    grid-template-columns: 1fr;
  }

  .hero-features article {
    grid-template-columns: 38px 1fr;
    grid-template-rows: auto auto;
    column-gap: 12px;
    border: 1px solid rgba(15, 111, 50, 0.16);
    background: rgba(255, 255, 255, 0.72);
  }

  .hero-features i {
    grid-row: 1 / 3;
    font-size: 31px;
  }

  .credential-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
    min-height: 68px;
    padding: 10px;
  }

  .credential-card img {
    width: 48px;
    height: 48px;
  }

  .credential-card b {
    font-size: 26px;
  }

  .credential-card--license b {
    font-size: 18px;
  }

  .credential-card b span {
    display: inline-block;
    font-size: 14px;
    vertical-align: 5px;
  }

  .credential-card p > span {
    font-size: 12px;
  }

  .audience__grid,
  .steps__grid {
    grid-template-columns: 1fr;
  }

  .image-card img {
    height: 220px;
  }

  .program-card {
    padding: 22px;
  }

  .program-card__head {
    align-items: stretch;
    flex-direction: column;
  }

  .program-card__head span {
    width: fit-content;
  }

  .program-card__footer button {
    width: 100%;
  }

  .quiz-result h3 {
    font-size: 22px;
  }
}

@media (max-width: 1100px) {
  .contact {
    min-height: 0;
  }

  .contact::before {
    background:
      radial-gradient(circle at 18% 10%, rgba(21, 126, 68, 0.34), transparent 34%),
      linear-gradient(180deg, rgba(6, 45, 25, 0.92) 0%, rgba(6, 45, 25, 0.88) 58%, rgba(6, 45, 25, 0.94) 100%);
  }

  .contact__image {
    inset: 0;
    width: 100%;
    background-position: 62% center;
    clip-path: none;
    opacity: 0.28;
  }

  .contact__image img {
    object-position: 62% center;
  }

  .contact__layout {
    grid-template-columns: 1fr;
    gap: 36px;
    min-height: 0;
    padding: 60px 0;
  }

  .contact h2 {
    max-width: 780px;
    font-size: 50px;
  }

  .contact__copy > p:not(.contact__eyebrow) {
    max-width: 720px;
  }

  .contact-steps {
    max-width: 790px;
    margin-top: 40px;
  }

  .lead-form {
    width: 100%;
    max-width: 620px;
    justify-self: start;
  }
}

@media (max-width: 820px) {
  .contact__layout {
    padding: 46px 0;
  }

  .contact .contact__eyebrow {
    margin-bottom: 22px;
    font-size: 15px;
  }

  .contact h2 {
    font-size: 40px;
    line-height: 1.16;
  }

  .contact__copy > p:not(.contact__eyebrow) {
    margin-top: 20px;
    font-size: 18px;
  }

  .contact-steps {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

  .contact-steps article,
  .contact-steps article + article {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 4px 14px;
    padding: 0;
    border-left: 0;
  }

  .contact-steps i {
    grid-row: 1 / 3;
    width: 54px;
    height: 54px;
    margin: 0;
    font-size: 24px;
  }

  .contact-steps b,
  .contact-steps span {
    grid-column: 2;
  }

  .lead-form {
    max-width: none;
    padding: 24px;
  }

  .lead-form h3 {
    font-size: 21px;
  }
}

@media (max-width: 520px) {
  .contact__layout {
    padding: 38px 0;
  }

  .contact h2 {
    font-size: 33px;
  }

  .contact__copy > p:not(.contact__eyebrow) {
    font-size: 16px;
  }

  .contact-steps span {
    font-size: 14px;
  }

  .lead-form {
    gap: 16px;
    padding: 18px;
  }

  .lead-form h3 {
    font-size: 19px;
  }

  .lead-form .field input:not(.consent__input),
  .lead-form .field select {
    min-height: 56px;
    padding-left: 52px;
    font-size: 15px;
  }

  .lead-form .field > i {
    left: 17px;
    font-size: 22px;
  }

  .lead-form .button {
    min-height: 58px;
    font-size: 16px;
  }
}

.thanks-page[hidden] {
  display: none;
}

body.thanks-open {
  overflow-x: hidden;
  background: #fff;
}

body.thanks-open .site-shell,
body.thanks-open .lead-toast {
  display: none;
}

.thanks-page {
  min-height: 100vh;
  padding: 36px 0 46px;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 12%, rgba(15, 111, 50, 0.08), transparent 220px),
    linear-gradient(180deg, #fff 0%, var(--soft) 100%);
}

.thanks-page__inner {
  width: calc(100% - 52px);
  max-width: var(--wrap);
  margin: 0 auto;
}

.thanks-page__top {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 42px;
}

.thanks-page__logo {
  display: inline-grid;
  grid-template-columns: 74px auto;
  gap: 10px;
  align-items: center;
  flex: 0 0 auto;
}

.thanks-page__logo img {
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.thanks-page__logo b {
  display: block;
  color: #111820;
  font-size: 31px;
  font-weight: 900;
  line-height: 0.92;
}

.thanks-page__logo small {
  display: block;
  max-width: 218px;
  color: #20272c;
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1.08;
}

.thanks-page__logo i {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-top: 5px;
  padding: 3px 10px 4px;
  border-radius: 3px;
  color: #fff;
  background: #0a6933;
  font-size: 10.5px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}

.thanks-page__top .eyebrow {
  align-self: center;
  margin-top: 0;
  white-space: nowrap;
}

.thanks-page h1 {
  max-width: none;
  margin-top: 18px;
  color: #11181c;
  font-family: "Roboto Condensed", Inter, Arial, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  transform: none;
}

.thanks-page__lead {
  max-width: 760px;
  margin-top: 18px;
  color: #344249;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}

.thanks-warning {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-top: 40px;
  color: #11181c;
}

.thanks-warning i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #d99600;
  font-size: 34px;
}

.thanks-warning b {
  font-size: 29px;
  font-weight: 900;
  line-height: 1.18;
}

.thanks-phone-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 31px;
  margin-top: 34px;
}

.thanks-phone-grid a {
  display: grid;
  place-items: center;
  min-height: 62px;
  border: 2px solid #1d2528;
  border-radius: 5px;
  background: #fff;
  color: #172023;
  font-size: 21px;
  font-weight: 700;
  box-shadow: 0 8px 0 rgba(15, 111, 50, 0);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.thanks-phone-grid a:hover,
.thanks-phone-grid a:focus-visible {
  border-color: var(--green);
  box-shadow: 0 8px 0 rgba(15, 111, 50, 0.09);
  transform: translateY(-1px);
}

.thanks-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 42px;
}

.thanks-steps article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  min-height: 112px;
  padding: 20px;
  border: 1px solid var(--line);
  background: #fff;
}

.thanks-steps i {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--green);
  font-size: 34px;
}

.thanks-steps b {
  font-size: 16px;
  font-weight: 900;
}

.thanks-steps span {
  color: #4a555a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.thanks-page .button {
  margin-top: 30px;
}

@media (max-width: 820px) {
  .thanks-page {
    padding: 24px 0 34px;
  }

  .thanks-page__inner {
    width: calc(100% - 32px);
  }

  .thanks-page__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
  }

  .thanks-page__logo {
    grid-template-columns: 58px auto;
    max-width: none;
  }

  .thanks-page__logo img {
    width: 58px;
    height: 58px;
  }

  .thanks-page h1 {
    font-size: 42px;
  }

  .thanks-page__lead {
    font-size: 15px;
  }

  .thanks-warning {
    grid-template-columns: 30px 1fr;
    gap: 12px;
    margin-top: 28px;
  }

  .thanks-warning i {
    width: 30px;
    height: 30px;
    font-size: 28px;
  }

  .thanks-warning b {
    font-size: 21px;
  }

  .thanks-phone-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 22px;
  }

  .thanks-phone-grid a {
    min-height: 52px;
    font-size: 15px;
  }

  .thanks-steps {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 26px;
  }

  .thanks-steps article {
    min-height: 0;
    padding: 16px;
  }
}

@media (max-width: 520px) {
  .thanks-phone-grid {
    grid-template-columns: 1fr;
  }

  .thanks-warning b {
    font-size: 18px;
  }

  .thanks-page__logo small {
    font-size: 11px;
  }

  .thanks-page__logo i {
    font-size: 9px;
  }
}

@media (max-width: 900px) {
  .free-lesson {
    padding: 58px 0;
  }

  .free-lesson__story {
    gap: 6px;
    margin-top: 30px;
  }

  .free-lesson__step figcaption {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    min-height: 82px;
    padding: 14px 12px;
  }

  .free-lesson__step figcaption i {
    font-size: 34px;
  }

  .free-lesson__form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }

  .free-lesson__bonus,
  .free-lesson__consent,
  .free-lesson__status {
    grid-column: 1 / -1;
  }

  .free-lesson__bonus {
    grid-template-columns: 32px auto;
    justify-content: center;
  }

  .free-lesson__bonus br {
    display: none;
  }
}

@media (max-width: 640px) {
  .section .free-lesson__header h2 {
    font-size: 40px;
    line-height: 1.02;
  }

  .free-lesson__header p {
    max-width: 410px;
    margin: 12px auto 0;
    font-size: 17px;
  }

  .free-lesson__story {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .free-lesson__step img {
    border-radius: 8px 8px 0 0;
  }

  .free-lesson__step figcaption {
    min-height: 70px;
    padding: 12px 14px;
    border: 1px solid var(--line);
    border-top: 0;
    border-radius: 0 0 8px 8px;
  }

  .free-lesson__step:last-child figcaption {
    border-right: 1px solid var(--line);
  }

  .free-lesson__step figcaption b {
    font-size: 18px;
  }

  .free-lesson__form {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 30px;
  }

  .free-lesson__form > .button,
  .free-lesson__bonus,
  .free-lesson__consent,
  .free-lesson__status {
    grid-column: 1;
  }

  .free-lesson__form > .button,
  .free-lesson__phone input {
    min-height: 58px;
  }

  .free-lesson__form > .button {
    padding-inline: 16px;
    font-size: 16px;
  }

  .free-lesson__bonus {
    justify-content: start;
    margin: 2px 0 0;
    font-size: 14px;
  }

  .free-lesson__bonus br {
    display: initial;
  }

  .free-lesson__consent {
    margin-top: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .button::after,
  .program-card__footer button::after,
  .quiz-step span::after,
  .cookie__btn::after {
    animation: none;
    display: none;
  }
}

/* Thank-you page */
body.thanks-open {
  overflow-x: hidden;
  background: #fff;
}

body.thanks-open .header {
  position: relative;
}

.thanks-page {
  min-height: 0;
  padding: 0;
  color: var(--ink);
  background: #fff;
}

.thanks-success {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(430px, 2fr);
  min-height: 560px;
}

.thanks-success__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 58px 68px 46px max(48px, calc((100vw - var(--wrap)) / 2));
}

.thanks-success__copy .eyebrow {
  margin: 0 0 22px;
  color: var(--green);
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
}

.thanks-success h1 {
  display: grid;
  gap: 0;
  max-width: 680px;
  margin: 0;
  color: #11181c;
  font-family: "Roboto Condensed", Inter, Arial, sans-serif;
  font-size: clamp(58px, 5.15vw, 78px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  transform: none;
}

.thanks-success h1 span {
  display: block;
}

.thanks-success__lead {
  max-width: 660px;
  margin: 24px 0 0;
  color: #344249;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
}

.thanks-success__phone {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0 0;
  color: #3e4b50;
  font-size: 16px;
  font-weight: 500;
}

.thanks-success__phone i {
  width: 28px;
  height: 28px;
  color: var(--green);
  font-size: 28px;
}

.thanks-success__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: #354247;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.thanks-success__back span {
  color: var(--green);
  font-size: 24px;
  line-height: 1;
}

.thanks-success__back:hover,
.thanks-success__back:focus-visible {
  color: var(--green-dark);
}

.thanks-telegram {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px clamp(38px, 5vw, 78px);
  color: #fff;
  background: #0b5a2a;
}

.thanks-telegram__intro {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.thanks-telegram__mark {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
}

.thanks-telegram__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.thanks-telegram__handle {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 500;
}

.thanks-telegram h2 {
  max-width: 430px;
  margin: 0;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(27px, 2.15vw, 34px);
  font-weight: 900;
  line-height: 1.12;
}

.thanks-telegram__benefits {
  display: grid;
  gap: 26px;
  margin: 40px 0 38px 108px;
  padding: 0;
  list-style: none;
}

.thanks-telegram__benefits li {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
}

.thanks-telegram__benefits i {
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 48px;
}

.thanks-telegram__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 66px;
  padding: 14px 20px;
  border: 2px solid #fff;
  border-radius: 7px;
  color: #123e23;
  background: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.thanks-telegram__button i {
  width: 28px;
  height: 28px;
  color: var(--green);
  font-size: 28px;
}

.thanks-telegram__button:hover,
.thanks-telegram__button:focus-visible {
  color: #fff;
  background: transparent;
  transform: translateY(-1px);
}

.thanks-telegram__button:hover i,
.thanks-telegram__button:focus-visible i {
  color: #fff;
}

@media (max-width: 1100px) {
  .thanks-success {
    grid-template-columns: minmax(0, 1.3fr) minmax(390px, 1fr);
  }

  .thanks-success__copy {
    padding: 50px 42px 42px 32px;
  }

  .thanks-success h1 {
    font-size: 56px;
  }

  .thanks-success__lead {
    font-size: 18px;
  }

  .thanks-telegram {
    padding: 38px 32px;
  }

  .thanks-telegram__intro {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 20px;
  }

  .thanks-telegram__mark {
    width: 68px;
    height: 68px;
  }

  .thanks-telegram__benefits {
    margin-left: 88px;
  }
}

@media (max-width: 820px) {
  body.thanks-open .header {
    position: relative;
  }

  .thanks-success {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .thanks-success__copy {
    min-height: 440px;
    padding: 40px 20px 34px;
  }

  .thanks-success__copy .eyebrow {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .thanks-success h1 {
    font-size: clamp(42px, 12vw, 56px);
    line-height: 0.98;
  }

  .thanks-success__lead {
    margin-top: 20px;
    font-size: 17px;
  }

  .thanks-success__phone {
    margin-top: 20px;
    font-size: 14px;
  }

  .thanks-success__back {
    margin-top: 34px;
  }

  .thanks-telegram {
    padding: 34px 20px 38px;
  }

  .thanks-telegram__intro {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 16px;
  }

  .thanks-telegram__mark {
    width: 60px;
    height: 60px;
  }

  .thanks-telegram__handle {
    font-size: 16px;
  }

  .thanks-telegram h2 {
    font-size: 27px;
  }

  .thanks-telegram__benefits {
    gap: 22px;
    margin: 32px 0;
  }

  .thanks-telegram__benefits li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    font-size: 16px;
  }

  .thanks-telegram__benefits i {
    width: 40px;
    height: 40px;
    font-size: 40px;
  }

  .thanks-telegram__button {
    min-height: 60px;
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .thanks-success__copy {
    min-height: 420px;
  }

  .thanks-success h1 {
    font-size: 43px;
  }

  .thanks-telegram h2 {
    font-size: 24px;
  }

  .thanks-telegram__button {
    padding-inline: 14px;
    font-size: 14px;
  }
}

/* Exit quiz */
.modal.modal--exit-offer {
  background: rgba(6, 13, 12, 0.78);
}

.modal--exit-offer .exit-offer__box {
  width: min(1120px, calc(100vw - 48px));
  max-height: min(820px, calc(100vh - 32px));
  overflow: auto;
  border-radius: 8px;
}

.exit-offer__quiz {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 680px;
  padding: 42px 48px 30px;
  background: #fff;
}

.exit-offer__header {
  padding-right: 72px;
}

.exit-offer__eyebrow {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.25;
}

.exit-offer h2 {
  max-width: none;
  font-size: 46px;
  line-height: 1.04;
}

.exit-offer__close.modal__close {
  right: 28px;
  top: 28px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  font-size: 24px;
  cursor: pointer;
}

.exit-offer__close .ti {
  width: 22px;
  height: 22px;
}

.exit-offer__progress {
  display: grid;
  gap: 12px;
  margin-top: 34px;
  color: #5c696f;
  font-size: 15px;
  font-weight: 700;
}

.exit-offer__progress-bar {
  height: 5px;
  overflow: hidden;
  background: #e4ebe7;
}

.exit-offer__progress-bar i {
  display: block;
  width: 33.333%;
  height: 100%;
  background: var(--green);
  transition: width 0.28s ease;
}

.exit-offer__progress-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: #7b878c;
  font-size: 14px;
}

.exit-offer__progress-labels b {
  font-weight: 800;
  transition: color 0.2s ease;
}

.exit-offer__progress-labels b:nth-child(2) {
  text-align: center;
}

.exit-offer__progress-labels b:nth-child(3) {
  text-align: right;
}

.exit-offer__progress-labels b.is-active,
.exit-offer__progress-labels b.is-complete {
  color: var(--green);
}

.exit-offer__step {
  min-width: 0;
  margin: 36px 0 0;
  padding: 0;
  border: 0;
}

.exit-offer__step[hidden],
.exit-offer__result[hidden],
.exit-offer__actions[hidden] {
  display: none;
}

.exit-offer__step legend {
  width: 100%;
  margin-bottom: 28px;
  color: var(--ink);
  font-size: 32px;
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
}

.exit-offer__choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.exit-offer__choice {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.exit-offer__choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.exit-offer__choice > span {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 26px;
  gap: 18px;
  align-items: center;
  min-height: 118px;
  padding: 22px 26px;
  border: 1px solid #d7e0dc;
  border-radius: 7px;
  background: #fff;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.exit-offer__choice:hover > span {
  border-color: #8bb59a;
  transform: translateY(-1px);
}

.exit-offer__choice input:focus-visible + span {
  outline: 3px solid rgba(15, 111, 50, 0.2);
  outline-offset: 2px;
}

.exit-offer__choice input:checked + span {
  border-color: var(--green);
  background: #f1f8f3;
  box-shadow: inset 0 0 0 1px rgba(15, 111, 50, 0.08);
}

.exit-offer__choice > span > .ti:first-child {
  width: 46px;
  height: 46px;
  color: var(--green);
  font-size: 46px;
}

.exit-offer__choice b {
  color: #1a2227;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.exit-offer__choice > span > .ti-shield-check {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 15px;
  opacity: 0;
  transform: scale(0.72);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.exit-offer__choice input:checked + span > .ti-shield-check {
  opacity: 1;
  transform: scale(1);
}

.exit-offer__actions {
  display: grid;
  grid-template-columns: minmax(120px, 0.7fr) minmax(0, 2fr) minmax(170px, 0.85fr);
  gap: 24px;
  align-items: center;
  margin-top: 28px;
}

.exit-offer__skip {
  justify-self: start;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: var(--green-dark);
  background: transparent;
  font-size: 15px;
  font-weight: 800;
}

.exit-offer__actions p {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #66747a;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.exit-offer__actions p i {
  flex: 0 0 auto;
  color: var(--green);
  font-size: 25px;
}

.exit-offer__actions .button {
  min-height: 56px;
  padding-inline: 24px;
  border-radius: 7px;
  font-size: 17px;
}

.exit-offer__actions .button:disabled {
  color: #6f7d76;
  background: #dce6df;
  box-shadow: none;
  opacity: 1;
}

.exit-offer__result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 0;
  margin-top: 34px;
  border: 1px solid #cfe0d4;
  border-radius: 8px;
  overflow: hidden;
}

.exit-offer__result-copy,
.exit-offer__result-form {
  padding: 32px;
}

.exit-offer__result-copy {
  background: #f0f7f2;
}

.exit-offer__result-kicker {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 0 0 16px;
  color: var(--green);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.exit-offer__result-kicker i {
  font-size: 22px;
}

.exit-offer__result h3 {
  margin: 0;
  color: var(--ink);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.15;
}

.exit-offer__result h3 b {
  color: var(--green-dark);
}

.exit-offer__result-copy > p:not(.exit-offer__result-kicker) {
  margin: 16px 0 0;
  color: #536168;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.exit-offer__result-benefit {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
  padding: 16px;
  color: var(--green-dark);
  background: #fff;
}

.exit-offer__result-benefit i {
  flex: 0 0 auto;
  font-size: 30px;
}

.exit-offer__result-benefit span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.exit-offer__result-form {
  display: grid;
  align-content: start;
  gap: 16px;
  background: #fff;
}

.exit-offer__result-form h4 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
}

.exit-offer__result-form > p:not(.form-status) {
  margin: -6px 0 4px;
  color: #5d6b71;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.exit-offer__result-form .field {
  position: relative;
  display: grid;
  margin: 0;
}

.exit-offer__result-form .field > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.exit-offer__result-form .field > i {
  position: absolute;
  left: 18px;
  top: 50%;
  z-index: 1;
  color: #93a3aa;
  font-size: 23px;
  transform: translateY(-50%);
}

.exit-offer__result-form input:not(.consent__input) {
  width: 100%;
  min-height: 58px;
  padding: 0 16px 0 54px;
  border: 1px solid #cbd8d2;
  border-radius: 7px;
  color: var(--ink);
  background: #fff;
  font-size: 17px;
  font-weight: 800;
  outline: none;
}

.exit-offer__result-form input:not(.consent__input):focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(15, 111, 50, 0.12);
}

.exit-offer__result-form .consent {
  align-items: start;
  margin: 0;
}

.exit-offer__result-form .consent__text {
  font-size: 12px;
  line-height: 1.4;
}

.exit-offer__result-form .button {
  width: 100%;
  min-height: 58px;
  border-radius: 7px;
  font-size: 15px;
  box-shadow: 0 14px 28px rgba(15, 111, 50, 0.18);
}

.exit-offer__result-form .form-status {
  min-height: 16px;
  margin: -4px 0 0;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 820px) {
  .modal.modal--exit-offer {
    align-items: flex-start;
    padding: 10px;
  }

  .modal--exit-offer .exit-offer__box {
    width: 100%;
    max-height: calc(100dvh - 20px);
    border-radius: 7px;
  }

  .exit-offer__quiz {
    min-height: 0;
    padding: 26px 18px 20px;
  }

  .exit-offer__header {
    padding-right: 48px;
  }

  .exit-offer__eyebrow {
    max-width: 250px;
    margin-bottom: 10px;
    font-size: 11px;
  }

  .exit-offer h2 {
    font-size: 30px;
  }

  .exit-offer__close.modal__close {
    right: 14px;
    top: 14px;
    width: 38px;
    height: 38px;
  }

  .exit-offer__progress {
    gap: 8px;
    margin-top: 22px;
    font-size: 12px;
  }

  .exit-offer__progress-labels {
    font-size: 11px;
  }

  .exit-offer__step {
    margin-top: 24px;
  }

  .exit-offer__step legend {
    margin-bottom: 18px;
    font-size: 24px;
    text-align: left;
  }

  .exit-offer__choices {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .exit-offer__choice > span {
    grid-template-columns: 36px minmax(0, 1fr) 24px;
    gap: 12px;
    min-height: 66px;
    padding: 12px 14px;
  }

  .exit-offer__choice > span > .ti:first-child {
    width: 32px;
    height: 32px;
    font-size: 32px;
  }

  .exit-offer__choice b {
    font-size: 15px;
  }

  .exit-offer__choice > span > .ti-shield-check {
    width: 23px;
    height: 23px;
  }

  .exit-offer__actions {
    grid-template-columns: 1fr 1.35fr;
    gap: 12px;
    margin-top: 18px;
  }

  .exit-offer__actions p {
    grid-column: 1 / -1;
    grid-row: 1;
    font-size: 11px;
  }

  .exit-offer__skip {
    grid-column: 1;
    grid-row: 2;
    font-size: 13px;
  }

  .exit-offer__actions .button {
    grid-column: 2;
    grid-row: 2;
    min-height: 50px;
    padding-inline: 16px;
    font-size: 14px;
  }

  .exit-offer__result {
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .exit-offer__result-copy,
  .exit-offer__result-form {
    padding: 20px;
  }

  .exit-offer__result h3 {
    font-size: 25px;
  }

  .exit-offer__result-copy > p:not(.exit-offer__result-kicker) {
    font-size: 14px;
  }

  .exit-offer__result-benefit {
    margin-top: 18px;
    padding: 13px;
  }

  .exit-offer__result-form h4 {
    font-size: 21px;
  }

  .exit-offer__result-form .button {
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .exit-offer__quiz {
    padding-inline: 14px;
  }

  .exit-offer h2 {
    font-size: 27px;
  }

  .exit-offer__actions p {
    align-items: flex-start;
    text-align: left;
  }
}
