:root {
  --vr-smi-paper: #ffffff;
  --vr-smi-ink: #15181d;
  --vr-smi-muted: #5c636d;
  --vr-smi-line: #e5e8ec;
  --vr-smi-line-2: #d6dbe1;
  --vr-smi-navy: #0a4d7a;
  --vr-smi-navy-dark: #073653;
  --vr-smi-red: #c8102e;
  --vr-smi-green: #0f7d5a;
  --vr-smi-max: 1320px;
  --vr-smi-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --vr-smi-serif: Georgia, "Times New Roman", serif;
  --vr-smi-top-gap: 18px;
  --brand: var(--vr-smi-navy);
}

.vr-smi-header,
.vr-smi-header * {
  box-sizing: border-box;
}

.vr-smi-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--vr-smi-paper);
  border-bottom: 1px solid var(--vr-smi-line-2);
  color: var(--vr-smi-ink);
  font-family: var(--vr-smi-sans);
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

.vr-smi-header a {
  color: inherit;
  text-decoration: none;
}

.vr-smi-header__page {
  width: min(var(--vr-smi-max), calc(100% - 40px));
  margin: 0 auto;
}

.vr-smi-header__eco {
  border-bottom: 1px solid var(--vr-smi-line);
  background: #fafbfc;
}

.vr-smi-header__eco .vr-smi-header__page {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: var(--vr-smi-muted);
}

.vr-smi-header__eco a {
  color: var(--vr-smi-muted);
}

.vr-smi-header__eco a:hover {
  color: var(--vr-smi-navy);
}

.vr-smi-header__eco-right a[href*="t.me"],
.vr-smi-header__eco-right a[href*="wa.me"],
.vr-smi-header__eco-right a[href*="max.ru"] {
  color: #37424f;
  font-weight: 700;
}

.vr-smi-header__eco-right a[href*="t.me"]:hover,
.vr-smi-header__eco-right a[href*="wa.me"]:hover,
.vr-smi-header__eco-right a[href*="max.ru"]:hover {
  color: var(--vr-smi-navy);
}

.vr-smi-header__eco-left,
.vr-smi-header__eco-right {
  display: flex;
  gap: var(--vr-smi-top-gap);
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}

.vr-smi-header__sep {
  width: 1px;
  height: 14px;
  background: var(--vr-smi-line-2);
  flex: 0 0 auto;
}

.vr-smi-header__hsearch {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid var(--vr-smi-line-2);
  border-radius: 16px;
  height: 28px;
  overflow: hidden;
  flex: 0 0 auto;
}

.vr-smi-header__hsearch:focus-within {
  border-color: var(--vr-smi-navy);
}

.vr-smi-header__hsearch input {
  border: 0;
  background: transparent;
  height: 100%;
  width: 150px;
  padding: 0 4px 0 12px;
  font-size: 12.5px;
  color: var(--vr-smi-ink);
}

.vr-smi-header__hsearch input:focus {
  outline: none;
}

.vr-smi-header__hsearch button {
  border: 0;
  background: transparent;
  color: var(--vr-smi-navy);
  height: 100%;
  padding: 0 10px 0 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.vr-smi-header__mast {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 26px;
  align-items: center;
  height: 74px;
}

.vr-smi-header__burger {
  display: none;
  border: 0;
  background: none;
  font-size: 21px;
  color: var(--vr-smi-ink);
  cursor: pointer;
  padding: 0;
  width: 34px;
  height: 24px;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.vr-smi-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  white-space: nowrap;
  text-decoration: none;
}

.vr-smi-header__mono {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 7px;
  background: var(--vr-smi-navy);
  color: #fff;
  font-family: var(--vr-smi-serif);
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  display: grid;
  place-items: center;
}

.vr-smi-header__wordmark {
  font-family: var(--vr-smi-serif);
  font-weight: 700;
  font-size: 23px;
  letter-spacing: .06em;
  color: var(--vr-smi-ink);
}

.vr-smi-header__nav {
  display: flex;
  gap: 20px;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13.5px;
  font-weight: 600;
  color: #2c333c;
}

.vr-smi-header__nav a:hover,
.vr-smi-header__nav a.is-active {
  color: var(--vr-smi-navy);
}

.vr-smi-header__more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 0;
  background: none;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  color: var(--vr-smi-navy);
  padding: 0;
}

.vr-smi-header__chev {
  display: inline-block;
  transition: transform .16s ease;
}

.vr-smi-header__more[aria-expanded="true"] .vr-smi-header__chev,
.vr-smi-header__burger[aria-expanded="true"] .vr-smi-header__chev {
  transform: rotate(180deg);
}

.vr-smi-header__tools {
  display: flex;
  gap: 14px;
  align-items: center;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  color: #2c333c;
}

.vr-smi-header__phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.15;
  color: var(--vr-smi-ink);
  font-weight: 700;
}

.vr-smi-header__phone b {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .01em;
}

.vr-smi-header__phone span {
  color: var(--vr-smi-green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
}

.vr-smi-header__phone:hover {
  color: var(--vr-smi-navy);
}

.vr-smi-header__callbtn {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--vr-smi-navy);
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.vr-smi-header__callbtn svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.vr-smi-header .vr-smi-header__help {
  background: var(--vr-smi-navy);
  color: #fff;
  padding: 8px 14px;
  border-radius: 4px;
}

.vr-smi-header .vr-smi-header__help:visited,
.vr-smi-header .vr-smi-header__promo-cta:visited {
  color: #fff;
}

.vr-smi-header .vr-smi-header__help:hover {
  background: var(--vr-smi-navy-dark);
  color: #fff;
}

.vr-smi-header__ticker {
  border-top: 1px solid var(--vr-smi-line);
  background: #fafbfc;
}

.vr-smi-header__ticker .vr-smi-header__page {
  height: 36px;
  display: flex;
  align-items: center;
  gap: 14px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12.5px;
  color: #3a424c;
}

.vr-smi-header__ticker b {
  color: var(--vr-smi-red);
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 11px;
  flex: 0 0 auto;
}

.vr-smi-header__ticker a {
  color: #3a424c;
}

.vr-smi-header__ticker a:hover {
  color: var(--vr-smi-navy);
}

.vr-smi-header__dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--vr-smi-line-2);
  flex: 0 0 auto;
}

.vr-smi-header__mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border-top: 1px solid var(--vr-smi-line);
  border-bottom: 1px solid var(--vr-smi-line-2);
  box-shadow: 0 26px 50px rgba(12, 30, 50, .16);
  display: none;
  z-index: 40;
}

.vr-smi-header__mega.is-open {
  display: block;
}

.vr-smi-header__mega-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.05fr;
  gap: 30px;
  padding: 26px 0;
}

.vr-smi-header__mega-col h4 {
  margin: 0 0 10px;
  color: var(--vr-smi-navy);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.vr-smi-header__mega-col a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 0;
  border-top: 1px solid var(--vr-smi-line);
  font-size: 14.5px;
  font-weight: 600;
  color: var(--vr-smi-ink);
}

.vr-smi-header__mega-col a:first-of-type {
  border-top: 0;
}

.vr-smi-header__mega-col a:hover,
.vr-smi-header__mega-col a.is-active {
  color: var(--vr-smi-navy);
}

.vr-smi-header__badge {
  margin-left: auto;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #9a6b00;
  background: #fff6e3;
  border: 1px solid #f0dca6;
  padding: 1px 5px;
  border-radius: 3px;
}

.vr-smi-header__mega-col a[href="/law/"]:not(:has(.vr-smi-header__badge))::after,
.vr-smi-header__mega-col a[href="/news/"]:not(:has(.vr-smi-header__badge))::after,
.vr-smi-header__mega-col a[href="/practice/"]:not(:has(.vr-smi-header__badge))::after,
.vr-smi-header__mega-col a[href="/guides/"]:not(:has(.vr-smi-header__badge))::after,
.vr-smi-header__mega-col a[href="/authors/"]:not(:has(.vr-smi-header__badge))::after,
.vr-smi-header__mega-col a[href="/topics/"]:not(:has(.vr-smi-header__badge))::after,
.vr-smi-header__mega-col a[href="/collections/"]:not(:has(.vr-smi-header__badge))::after {
  content: "скоро";
  margin-left: auto;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #9a6b00;
  background: #fff6e3;
  border: 1px solid #f0dca6;
  padding: 1px 5px;
  border-radius: 3px;
}

.vr-smi-header__promo {
  background: #f4f9f6;
  border: 1px solid #cde9dd;
  border-radius: 8px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.vr-smi-header__promo b {
  font-family: var(--vr-smi-serif);
  font-size: 18px;
  color: var(--vr-smi-ink);
}

.vr-smi-header__promo p {
  margin: 0;
  font-size: 13px;
  color: #22624e;
  line-height: 1.45;
}

.vr-smi-header .vr-smi-header__promo-cta {
  align-self: flex-start;
  background: var(--vr-smi-navy);
  color: #fff;
  padding: 9px 14px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 13px;
}

.vr-smi-header .vr-smi-header__promo-cta:hover {
  background: var(--vr-smi-navy-dark);
  color: #fff;
}

.vr-smi-header__promo-links {
  margin-top: 6px;
  display: flex;
  gap: 16px;
  font-size: 12.5px;
}

.vr-smi-header__promo-links a {
  color: var(--vr-smi-navy);
  font-weight: 700;
}

.vr-smi-header__mnav {
  display: none;
  border-top: 1px solid var(--vr-smi-line);
  background: #fff;
}

.vr-smi-header__mnav.is-open {
  display: block;
}

.vr-smi-header__mnav a {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid var(--vr-smi-line);
  font-size: 15px;
  font-weight: 600;
}

.vr-smi-header__msearch {
  display: flex;
  gap: 8px;
  padding: 12px 0 8px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.vr-smi-header__msearch input {
  flex: 1;
  min-width: 0;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .10);
  color: #fff;
  border-radius: 7px;
  padding: 0 12px;
  font-size: 15px;
}

.vr-smi-header__msearch input::placeholder {
  color: #aac3d6;
}

.vr-smi-header__msearch button {
  height: 42px;
  border: 0;
  background: #fff;
  color: var(--vr-smi-navy);
  border-radius: 7px;
  padding: 0 16px;
  font-weight: 700;
  cursor: pointer;
}

.vr-smi-modal.modal {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .70);
  backdrop-filter: blur(5px);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  font-family: var(--vr-smi-sans);
}

.vr-smi-modal.modal.active {
  display: flex;
}

.vr-smi-modal .modal-content {
  background: #fff;
  border-radius: 10px;
  max-width: 460px;
  width: min(90%, 460px);
  padding: 30px 25px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .22);
}

.vr-smi-modal .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: 0;
  font-size: 24px;
  cursor: pointer;
  color: var(--vr-smi-muted);
}

.vr-smi-modal .modal-close:hover {
  color: var(--vr-smi-navy);
}

.vr-smi-modal .modal-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--vr-smi-ink);
}

.vr-smi-modal .modal-subtitle {
  font-size: 15px;
  color: var(--vr-smi-muted);
  margin: 0 0 25px;
}

.vr-smi-modal .form-step {
  display: block;
}

.vr-smi-modal .form-group {
  margin-bottom: 20px;
}

.vr-smi-modal .form-label {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
  color: var(--vr-smi-ink);
  font-size: 14px;
}

.vr-smi-modal .form-input {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 15px;
  transition: border-color .2s, box-shadow .2s;
}

.vr-smi-modal .form-input:focus {
  border-color: var(--vr-smi-navy);
  outline: none;
  box-shadow: 0 0 0 3px rgba(10, 77, 122, .12);
}

.vr-smi-modal .form-input.error {
  border-color: #ef4444;
}

.vr-smi-modal .error-message {
  color: #ef4444;
  font-size: 13px;
  margin-top: 4px;
}

.vr-smi-modal .form-footer {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}

.vr-smi-modal .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--vr-smi-line-2);
  background: #fff;
  color: var(--vr-smi-ink);
  border-radius: 7px;
  padding: 12px 16px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
}

.vr-smi-modal .btn.primary,
.vr-smi-modal .btn-primary {
  border-color: var(--vr-smi-navy);
  background: var(--vr-smi-navy);
  color: #fff;
}

.vr-smi-modal .step-indicator {
  display: flex;
  gap: 8px;
  margin-bottom: 25px;
}

.vr-smi-modal .step-dot {
  flex: 1;
  height: 4px;
  background: #e2e8f0;
  border-radius: 2px;
}

.vr-smi-modal .step-dot.active {
  background: var(--vr-smi-navy);
}

.vr-smi-modal .success-message {
  text-align: center;
  padding: 20px 0;
}

.vr-smi-modal .form-resend-btn {
  display: none;
  background: none;
  border: 0;
  color: var(--vr-smi-navy);
  cursor: pointer;
  text-decoration: underline;
  font-size: 14px;
  margin: 10px auto;
}

.vr-smi-modal .form-timer {
  text-align: center;
  margin: 10px 0;
  font-size: 14px;
  color: #666;
}

.vr-smi-modal .form-error {
  display: none;
}

@media (max-width: 1080px) {
  .vr-smi-header__nav {
    display: none;
  }

  .vr-smi-header__burger {
    display: flex;
  }

  .vr-smi-header__mast {
    grid-template-columns: 30px 1fr auto;
    height: 66px;
  }

  .vr-smi-header__mega {
    max-height: calc(100vh - 130px);
    overflow: auto;
  }

  .vr-smi-header__mega-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 18px 0;
  }

  .vr-smi-header__hsearch {
    display: none;
  }
}

@media (max-width: 640px) {
  .vr-smi-header__page {
    width: min(100% - 24px, var(--vr-smi-max));
  }

  .vr-smi-header__ticker {
    display: none;
  }

  .vr-smi-header__eco .vr-smi-header__page {
    height: auto;
    padding: 7px 0;
    justify-content: flex-start;
  }

  .vr-smi-header__eco-left,
  .vr-smi-header__sep {
    display: none;
  }

  .vr-smi-header__eco-right {
    justify-content: flex-start;
    gap: var(--vr-smi-top-gap);
    padding: 0;
    flex-wrap: nowrap;
    font-size: 12px;
  }

  .vr-smi-header__eco-right a {
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    border-radius: 0;
    color: #37424f;
  }

  .vr-smi-header__mast {
    grid-template-columns: 34px 1fr auto;
    height: auto;
    padding: 8px 0;
    gap: 10px;
  }

  .vr-smi-header__wordmark {
    display: inline;
    font-size: 21px;
  }

  .vr-smi-header__mono {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

  .vr-smi-header__brand {
    min-width: 0;
    white-space: normal;
  }

  .vr-smi-header__tools {
    gap: 7px;
  }

  .vr-smi-header__phone,
  .vr-smi-header__help {
    display: none;
  }

  .vr-smi-header__callbtn {
    display: inline-flex;
    width: 44px;
    height: 44px;
  }

  .vr-smi-header__mnav {
    position: fixed;
    inset: 0;
    z-index: 1200;
    background: #fff;
    color: var(--vr-smi-ink);
    overflow-y: auto;
    overscroll-behavior: contain;
    border-top: 0;
  }

  .vr-smi-header__mnav .vr-smi-header__page {
    width: min(100% - 24px, var(--vr-smi-max));
  }

  .vr-smi-header__burger {
    transform: translateX(2px);
  }

  .vr-smi-header__drawer-head {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 12px;
    background: #fff;
    border-bottom: 1px solid var(--vr-smi-line-2);
  }

  .vr-smi-header__mnav .vr-smi-header__drawer-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 0;
    border-bottom: 0;
    font-family: var(--vr-smi-serif);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .06em;
    color: var(--vr-smi-ink);
  }

  .vr-smi-header__mnav .vr-smi-header__drawer-brand span:first-child {
    width: 34px;
    height: 34px;
    border-radius: 6px;
    background: var(--vr-smi-navy);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 20px;
    letter-spacing: 0;
  }

  .vr-smi-header__drawer-close {
    width: 40px;
    height: 40px;
    border: 1px solid var(--vr-smi-line-2);
    border-radius: 50%;
    background: #fff;
    color: var(--vr-smi-ink);
    display: grid;
    place-items: center;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
  }

  .vr-smi-header__drawer-body {
    padding: 14px 0 24px;
  }

  .vr-smi-header__msearch {
    padding: 0;
    margin: 0 0 14px;
    border-bottom: 0;
    gap: 8px;
  }

  .vr-smi-header__msearch input {
    border: 1px solid var(--vr-smi-line-2);
    background: #f7f9fb;
    color: var(--vr-smi-ink);
  }

  .vr-smi-header__msearch input::placeholder {
    color: #7b8793;
  }

  .vr-smi-header__msearch button {
    background: var(--vr-smi-navy);
    color: #fff;
  }

  .vr-smi-header__drawer-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 14px;
  }

  .vr-smi-header__drawer-cta a,
  .vr-smi-header__quick a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 800;
    border: 1px solid var(--vr-smi-line-2);
    color: var(--vr-smi-ink);
  }

  .vr-smi-header__drawer-cta a:first-child {
    background: var(--vr-smi-navy);
    border-color: var(--vr-smi-navy);
    color: #fff;
  }

  .vr-smi-header__quick {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 14px;
  }

  .vr-smi-header__quick a {
    justify-content: flex-start;
    padding: 0 12px;
    background: #f7f9fb;
  }

  .vr-smi-header__msection {
    border-top: 1px solid var(--vr-smi-line);
  }

  .vr-smi-header__msection-toggle {
    width: 100%;
    min-height: 48px;
    border: 0;
    background: transparent;
    color: var(--vr-smi-ink);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0;
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
  }

  .vr-smi-header__msection-toggle span {
    color: var(--vr-smi-navy);
    font-size: 12px;
    font-weight: 800;
  }

  .vr-smi-header__msection-panel {
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 0 10px;
  }

  .vr-smi-header__msection.is-open .vr-smi-header__msection-panel {
    display: grid;
  }

  .vr-smi-header__msection-panel a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    padding: 8px 0;
    border-top: 1px solid var(--vr-smi-line);
    color: #2c333c;
    font-size: 14px;
    font-weight: 650;
  }

  .vr-smi-header__msection-panel a:first-child {
    border-top: 0;
  }

  .vr-smi-header__msection-panel a[data-soon]::after {
    content: attr(data-soon);
    margin-left: 8px;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    color: #9a6b00;
    background: #fff6e3;
    border: 1px solid #f0dca6;
    border-radius: 3px;
    padding: 1px 5px;
  }

  .vr-smi-header__msection-panel a[href="/law/"]:not([data-soon])::after,
  .vr-smi-header__msection-panel a[href="/news/"]:not([data-soon])::after,
  .vr-smi-header__msection-panel a[href="/practice/"]:not([data-soon])::after,
  .vr-smi-header__msection-panel a[href="/guides/"]:not([data-soon])::after,
  .vr-smi-header__msection-panel a[href="/authors/"]:not([data-soon])::after,
  .vr-smi-header__msection-panel a[href="/topics/"]:not([data-soon])::after,
  .vr-smi-header__msection-panel a[href="/collections/"]:not([data-soon])::after {
    content: "скоро";
    margin-left: 8px;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    color: #9a6b00;
    background: #fff6e3;
    border: 1px solid #f0dca6;
    border-radius: 3px;
    padding: 1px 5px;
  }

  .vr-smi-header__drawer-social {
    display: flex;
    gap: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--vr-smi-line);
  }

  .vr-smi-header__drawer-social a {
    color: var(--vr-smi-navy);
    font-size: 14px;
    font-weight: 800;
  }

  .vr-smi-header__mega-grid {
    grid-template-columns: 1fr;
  }

  .vr-smi-modal .modal-content {
    padding: 24px 18px;
  }

  .vr-smi-modal .form-footer {
    flex-direction: column;
  }
}
