.steps-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 64px;
  align-items: start;
  padding-bottom: 72px;
}
.steps-main { min-width: 0; }
.steps-intro { margin: 0 0 40px; max-width: 720px; }
.steps-timeline { padding: 0; margin: 0; list-style: none; }
.steps-stage {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 24px;
  padding-bottom: 56px;
  scroll-margin-top: 100px;
}
.steps-stage:last-child { padding-bottom: 0; }
.steps-stage:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 23px;
  top: 64px;
  bottom: 10px;
  width: 1px;
  background: var(--line);
}
.steps-stage-number {
  color: var(--blue);
  font: 500 42px/1.1 var(--display);
  padding-top: 2px;
}
.steps-stage-body > h2 { margin: 0 0 16px; font: 500 32px/1.22 var(--display); text-transform: uppercase; }
.steps-stage-body > p { color: var(--muted); margin: 0 0 24px; }
.steps-stage:not(:first-child) .steps-stage-body { border-top: 1px solid var(--line); padding-top: 32px; }
.steps-stage:not(:first-child) .steps-stage-number { padding-top: 34px; }
.steps-stage:not(:first-child)::before { top: 96px; }
.steps-checklist { margin-top: 32px; }
.steps-checklist-header { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.steps-checklist-header h3 { margin: 0; font: 500 22px/1.3 var(--display); text-transform: uppercase; }
.steps-checklist-count { font-size: 14px; color: var(--blue); white-space: nowrap; }
.steps-checklist-hint { color: var(--muted); font-size: 13px; margin: 8px 0 20px; }
.steps-checklist-items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.steps-checklist-items label { display: flex; align-items: flex-start; gap: 12px; padding: 16px 14px 16px 0; border-bottom: 1px solid var(--line); cursor: pointer; font-size: 15px; line-height: 1.5; min-height: 58px; }
.steps-checklist-items label:nth-child(even) { border-left: 1px solid var(--line); padding-left: 20px; }
.steps-checklist-items input { flex: 0 0 auto; width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--accent); color-scheme: dark; cursor: pointer; }
.steps-checklist-items input:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }
.steps-checklist-items input:checked + span { color: var(--blue); }
.steps-checklist-items small { display: block; color: var(--muted); font-size: 12px; margin-top: 4px; line-height: 1.5; }
.steps-reset { margin-top: 16px; padding: 4px 0; background: none; border: 0; font: inherit; font-size: 13px; text-decoration: underline; text-underline-offset: 4px; color: var(--blue); cursor: pointer; }
.steps-reset:disabled { color: var(--muted); opacity: .65; cursor: default; }
.steps-methods { margin: 24px 0; }
.steps-methods > div { padding: 18px 0; border-top: 1px solid var(--line); }
.steps-methods dt { font-size: 18px; font-weight: 600; margin-bottom: 6px; }
.steps-methods dd { margin: 0; color: var(--muted); font-size: 16px; }
.steps-methods dd a { color: var(--blue); text-underline-offset: 4px; }
.steps-medical-list { list-style: none; padding: 0; margin: 24px 0 0; counter-reset: medical; }
.steps-medical-list > li { position: relative; padding: 18px 0 18px 36px; border-top: 1px solid var(--line); counter-increment: medical; }
.steps-medical-list > li::before { content: counter(medical, decimal-leading-zero); position: absolute; left: 0; top: 20px; color: var(--blue); font: 400 18px/1.4 var(--display); }
.steps-medical-list h3 { margin: 0 0 4px; font: 600 17px/1.5 var(--body); text-transform: none; }
.steps-medical-list p { margin: 0; color: var(--muted); font-size: 15px; }
.steps-aside { position: sticky; top: 96px; }
.steps-aside-inner { padding: 28px; border: 1px solid var(--line); border-top: 3px solid var(--accent); background: var(--surface); border-radius: 4px; }
.steps-aside-label { color: var(--blue); font-size: 14px; }
.steps-aside h2 { margin: 12px 0 20px; font: 500 30px/1.25 var(--display); text-transform: uppercase; }
.steps-aside p { color: var(--muted); font-size: 15px; margin: 0 0 24px; }
.steps-aside-phone { display: block; color: var(--ink); text-decoration: none; font: 500 25px/1.2 var(--display); white-space: nowrap; margin: 0 0 24px; }
.steps-aside .button { width: 100%; }
.steps-page-nav { margin-top: 32px; border-top: 1px solid var(--line); padding-top: 16px; }
.steps-page-nav a { display: flex; gap: 14px; padding: 10px 0; text-decoration: none; color: var(--muted); font-size: 14px; }
.steps-page-nav a span { color: var(--blue); font-family: var(--display); }
.steps-page-nav a:hover { color: var(--ink); }
.steps-packing { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); scroll-margin-top: 90px; padding-inline: 32px; }
.steps-packing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; margin-top: 32px; }
.steps-packing-grid > div + div { border-left: 1px solid var(--line); padding-left: 32px; }
.steps-packing h3 { margin: 0 0 20px; color: var(--ink); font: 500 24px/1.3 var(--display); text-transform: uppercase; }
.steps-packing ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: 15px; }
.steps-packing li { padding-left: 3px; margin-bottom: 10px; }
.steps-packing li::marker { color: var(--blue); }

.contacts-phone-section { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contacts-phone-inner { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding: 38px 32px 40px; }
.contacts-phone-inner p { margin: 0 0 12px; color: var(--muted); font-size: 16px; }
.contacts-main-phone { display: inline-block; color: var(--ink); font: 500 clamp(30px, 4.1vw, 58px)/1.15 var(--display); letter-spacing: -.025em; text-decoration: none; white-space: nowrap; }
.contacts-phone-inner .button { min-width: 224px; }
.contacts-address-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 40px; }
.contacts-address { min-width: 0; padding-right: 48px; }
.contacts-address + .contacts-address { padding-right: 0; padding-left: 48px; border-left: 1px solid var(--line); }
.contacts-place-number { display: block; color: var(--blue); font: 400 22px/1.2 var(--display); margin-bottom: 18px; }
.contacts-address h3 { font: 500 28px/1.25 var(--display); text-transform: uppercase; margin: 0 0 10px; }
.contacts-address-description { color: var(--muted); margin: 0; font-size: 16px; }
.contacts-address address { margin: 28px 0 26px; font-style: normal; }
.contacts-address address span { display: block; color: var(--muted); margin-bottom: 12px; font-size: 16px; }
.contacts-address address strong { font: 500 clamp(24px, 2.3vw, 32px)/1.35 var(--display); }
.contacts-address .text-link { font-size: 16px; }
.contacts-visit { border-top: 1px solid var(--line); }
.contacts-visit-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 80px; align-items: start; }
.contacts-visit-intro { color: var(--muted); margin: 20px 0; }
.contacts-document-list { list-style: none; padding: 0; margin: 0 0 20px; }
.contacts-document-list li { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 18px; }
.contacts-document-list li:first-child { border-top: 1px solid var(--line); }
.contacts-requirements { margin-top: 40px; }
.contacts-requirements h3 { margin: 0 0 18px; font: 500 24px/1.3 var(--display); text-transform: uppercase; }
.contacts-requirements ul { padding-left: 18px; margin: 0 0 20px; color: var(--muted); }
.contacts-requirements li { margin: 7px 0; padding-left: 3px; }
.contacts-requirements li::marker { color: var(--blue); }
.contacts-regional { padding: 40px; border: 1px solid var(--line); background: var(--surface); border-radius: 4px; }
.contacts-regional-line { display: block; height: 3px; width: 48px; background: var(--accent); margin-bottom: 24px; }
.contacts-regional h2 { margin: 0 0 24px; font: 500 36px/1.25 var(--display); text-transform: uppercase; }
.contacts-regional p { color: var(--muted); margin: 0 0 32px; }
.contacts-regional-phone { display: block; color: var(--ink); text-decoration: none; font: 500 30px/1.3 var(--display); white-space: nowrap; margin-bottom: 24px; }
.contacts-regional .button { min-width: 220px; }

@media (max-width: 1100px) {
  .steps-layout { gap: 32px; grid-template-columns: minmax(0, 1fr) 264px; }
  .steps-stage { grid-template-columns: 40px minmax(0, 1fr); gap: 16px; }
  .steps-stage-number { font-size: 36px; }
  .steps-stage:not(:last-child)::before { left: 18px; }
  .steps-aside-inner { padding: 24px; }
  .steps-aside-phone { font-size: 24px; }
  .steps-packing-grid { gap: 20px; }
  .steps-packing-grid > div + div { padding-left: 20px; }
  .contacts-visit-layout { gap: 40px; }
  .contacts-regional { padding: 32px; }
  .contacts-regional h2 { font-size: 30px; }
}
@media (max-width: 850px) {
  .steps-layout { display: block; }
  .steps-aside { position: static; margin-top: 48px; }
  .steps-aside-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; padding: 32px; }
  .steps-aside-label, .steps-aside h2, .steps-aside p, .steps-aside-phone, .steps-aside .button { grid-column: 1; }
  .steps-aside h2 br { display: none; }
  .steps-page-nav { grid-column: 2; grid-row: 1 / 6; padding: 0 0 0 32px; margin: 0; border-top: 0; border-left: 1px solid var(--line); align-self: stretch; }
  .steps-page-nav a { padding: 15px 0; }
  .steps-packing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
  .steps-packing-grid > div + div { padding-left: 0; border-left: 0; }
  .steps-packing-grid > div:nth-child(even) { padding-left: 32px; border-left: 1px solid var(--line); }
  .contacts-phone-inner { align-items: flex-start; }
  .contacts-phone-inner .button { min-width: 180px; }
  .contacts-main-phone { font-size: 38px; }
  .contacts-address { padding-right: 24px; }
  .contacts-address + .contacts-address { padding-left: 24px; }
  .contacts-address h3 { font-size: 25px; }
  .contacts-visit-layout { gap: 32px; }
  .contacts-regional { padding: 28px; }
  .contacts-regional-phone { font-size: 26px; }
  .contacts-regional .button { min-width: 0; width: 100%; }
}
@media (max-width: 620px) {
  .steps-layout { padding-bottom: 48px; }
  .steps-intro { margin-bottom: 32px; }
  .steps-stage { grid-template-columns: 32px minmax(0, 1fr); gap: 12px; padding-bottom: 36px; }
  .steps-stage-number { font-size: 29px; }
  .steps-stage:not(:last-child)::before { left: 14px; top: 47px; }
  .steps-stage:not(:first-child)::before { top: 79px; }
  .steps-stage-body > h2 { font-size: 26px; margin-bottom: 16px; }
  .steps-stage-body > p { font-size: 15px; }
  .steps-checklist-header { gap: 8px; }
  .steps-checklist-header h3 { font-size: 20px; }
  .steps-checklist-count { font-size: 13px; }
  .steps-checklist-hint { margin-top: 10px; }
  .steps-checklist-items { grid-template-columns: 1fr; }
  .steps-checklist-items label, .steps-checklist-items label:nth-child(even) { padding: 14px 0; border-left: 0; min-height: 50px; }
  .steps-methods dt { font-size: 17px; }
  .steps-methods dd { font-size: 15px; }
  .steps-medical-list > li { padding-left: 30px; }
  .steps-medical-list h3 { font-size: 16px; }
  .steps-medical-list p { font-size: 14px; }
  .steps-aside-inner { display: block; padding: 26px; }
  .steps-aside h2 { font-size: 30px; }
  .steps-aside-phone { font-size: clamp(24px, 7.5vw, 30px); }
  .steps-page-nav { border: 0; border-top: 1px solid var(--line); margin-top: 28px; padding: 16px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 12px; }
  .steps-page-nav a { padding: 10px 0; gap: 8px; }
  .steps-packing-grid { gap: 32px 20px; }
  .steps-packing { padding-inline: 20px; }
  .steps-packing-grid > div:nth-child(even) { padding-left: 0; border-left: 0; }
  .steps-packing h3 { font-size: 22px; margin-bottom: 16px; }
  .steps-packing ul { font-size: 14px; padding-left: 15px; }
  .contacts-phone-inner { display: block; padding: 28px 20px 32px; }
  .contacts-phone-inner p { font-size: 14px; }
  .contacts-main-phone { font-size: clamp(28px, 8.2vw, 47px); }
  .contacts-phone-inner .button { display: flex; width: 100%; margin-top: 24px; }
  .contacts-address-grid { grid-template-columns: 1fr; margin-top: 32px; }
  .contacts-address { padding: 0 0 32px; }
  .contacts-address + .contacts-address { border-left: 0; border-top: 1px solid var(--line); padding: 32px 0 0; }
  .contacts-place-number { margin-bottom: 14px; }
  .contacts-address h3 { font-size: 28px; }
  .contacts-address address { margin-top: 24px; }
  .contacts-address address strong { font-size: 28px; }
  .contacts-visit-layout { grid-template-columns: 1fr; gap: 40px; }
  .contacts-regional { padding: 28px; }
  .contacts-regional h2 { font-size: 32px; }
  .contacts-regional-phone { font-size: clamp(24px, 7.5vw, 30px); }
}
@media (max-width: 360px) {
  .steps-packing-grid { grid-template-columns: 1fr; }
}
