:root {
  --starlink-red: #f74b44;
  --starlink-red-strong: #f04436;
  --starlink-red-dark: #bf160d;
  --starlink-red-deeper: #cb3427;
  --starlink-red-button: #ea3f32;
  --starlink-red-button-hover: #d9362a;
  --starlink-rose: #ffedec;
  --starlink-rose-soft: #fff5f2;
  --starlink-rose-pale: #fff8f7;
  --starlink-surface: #fff1ee;
  --starlink-surface-strong: #ffdcd7;
  --starlink-surface-alert: #ffe0dc;
  --starlink-surface-card: #fff8f6;
  --starlink-surface-input: #f3f3f3;
  --starlink-surface-input-border: #ece8e7;
  --starlink-surface-summary: #666666;
  --starlink-gray: #efefef;
  --starlink-white: #ffffff;
  --starlink-black: #000000;
  --starlink-text: #495247;
  --starlink-text-dark: #363636;
  --starlink-text-body: #4b4b4b;
  --starlink-text-input: #626262;
  --starlink-text-placeholder: #9a9a9a;
  --starlink-text-label: #666f8f;
  --starlink-text-muted: rgba(54, 54, 54, 0.6);
  --starlink-text-soft: rgba(54, 54, 54, 0.7);
  --starlink-text-light-muted: rgba(255, 255, 255, 0.72);
  --starlink-border-soft: rgba(240, 68, 54, 0.08);
  --starlink-border-base: rgba(240, 68, 54, 0.12);
  --starlink-border-strong: rgba(240, 68, 54, 0.18);
  --starlink-focus-ring-link: 0 0 0 4px rgba(240, 68, 54, 0.14);
  --starlink-focus-ring-field: 0 0 0 4px rgba(240, 68, 54, 0.12);
  --starlink-menu-hover-opacity: 0.78;
  --starlink-alert: #d82416;
  --starlink-alert-dark: #b92517;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "IBM Plex Sans", sans-serif !important;
}

body {
  background: var(--starlink-white);
  color: var(--starlink-text);
}

body a,
body button,
body input,
body textarea,
body select {
  transition:
    color 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    opacity 0.18s ease,
    transform 0.18s ease;
}

body a:focus-visible,
body button:focus-visible,
body input:focus-visible,
body textarea:focus-visible,
body select:focus-visible {
  outline: none;
}

body a:focus-visible,
body button:focus-visible {
  box-shadow: var(--starlink-focus-ring-link);
}

body input:focus-visible,
body textarea:focus-visible,
body select:focus-visible {
  box-shadow: var(--starlink-focus-ring-field);
}

body a:active,
body button:active {
  transform: translateY(1px);
}

.header__logo:focus-visible,
.footer__top-logo:focus-visible {
  border-radius: 12px;
}

.header__logo:hover,
.footer__top-logo:hover {
  opacity: 0.86;
}

.page a:not(.header__logo):not(.footer__top-logo):not(.header-btn):not(.header__nav-item):not(.header__mobile-logo):not(.header__mobile-nav-item):not(.header__mobile-phone):not(.header__mobile-email):not(.header__mobile-actions-item):not(.error-404__btn):not(.static-page__doc-card):not(.static-page__link-card):not(.docs_list_link):not(.calc-card__btn):not(.cta-section__btn):hover,
.home a:not(.header__logo):not(.footer__top-logo):not(.header-btn):not(.header__nav-item):not(.header__mobile-logo):not(.header__mobile-nav-item):not(.header__mobile-phone):not(.header__mobile-email):not(.header__mobile-actions-item):not(.calc-card__btn):not(.cta-section__btn):hover {
  color: var(--starlink-red-strong) !important;
}

.header__nav-item:focus-visible,
.header-btn:focus-visible,
.header__mobile-nav-item:focus-visible,
.header__mobile-actions-item:focus-visible,
.footer__docs-item:focus-visible,
.footer__top-contact-group a:focus-visible,
.footer__content a:focus-visible,
.static-page__doc-card:focus-visible,
.static-page__link-card:focus-visible,
.docs_list_link:focus-visible,
.error-404__btn:focus-visible,
.landing__form-submit:focus-visible,
.login__form-btn:focus-visible,
.page .btn-secondary:focus-visible,
.page .stage__form-btns-submit:focus-visible,
.page .account__order-reject-item-repeat:focus-visible,
.page .account__order-reject-item-partner:focus-visible,
.page .account__order-status-btn:focus-visible,
.page .account__order-approved-sms-confirm:focus-visible,
.page .account__order-issued-item-btn:focus-visible,
.page .account__calc-btn:focus-visible {
  border-radius: 14px;
}

.page {
  background:
    radial-gradient(circle at top left, rgba(247, 75, 68, 0.07), transparent 24%),
    radial-gradient(circle at top right, rgba(247, 75, 68, 0.06), transparent 28%),
    linear-gradient(180deg, var(--starlink-rose-pale) 0%, var(--starlink-white) 44%);
}

.static-page {
  padding: 54px 0 90px;
}

.static-page__shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(240, 68, 54, 0.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(247, 75, 68, 0.08), transparent 28%),
    linear-gradient(180deg, #fff6f4 0%, var(--starlink-white) 54%);
  box-shadow: 0 24px 54px rgba(237, 80, 60, 0.08);
}

.static-page__content {
  position: relative;
  z-index: 1;
  padding: 46px 48px 52px;
}

.static-page__title {
  margin: 0 0 24px;
  color: var(--starlink-text-dark);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.08;
}

.static-page__section + .static-page__section,
.static-page__body {
  margin-top: 24px;
}

.static-page__subtitle {
  margin: 0 0 20px;
  color: var(--starlink-text-dark);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.static-page__body,
.static-page__body p,
.static-page__body li {
  color: rgba(54, 54, 54, 0.78);
  font-size: 17px;
  line-height: 1.72;
}

.static-page__body p,
.static-page__body ul,
.static-page__body ol {
  margin-bottom: 18px;
}

.static-page__body h2,
.static-page__body h3,
.static-page__body h4 {
  margin: 32px 0 18px;
  color: var(--starlink-text-dark);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.static-page__body a {
  color: var(--starlink-red-strong);
  text-decoration: underline;
}

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

.static-page .docs_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.static-page .docs_list_item {
  margin: 0;
}

.static-page .docs_list_link {
  display: block;
  padding: 16px 18px;
  border: 1px solid rgba(240, 68, 54, 0.1);
  border-radius: 18px;
  background: var(--starlink-white);
  color: rgba(54, 54, 54, 0.82);
  font-size: 15px;
  line-height: 1.55;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(237, 80, 60, 0.04);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.static-page .docs_list_link:hover {
  color: var(--starlink-text-dark);
  border-color: rgba(240, 68, 54, 0.2);
  box-shadow: 0 14px 28px rgba(237, 80, 60, 0.08);
  transform: translateY(-1px);
}

.static-page__cards,
.static-page__links-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.static-page__card,
.static-page__doc-card,
.static-page__link-card {
  display: block;
  padding: 20px 22px;
  border: 1px solid rgba(240, 68, 54, 0.1);
  border-radius: 22px;
  background: var(--starlink-white);
  box-shadow: 0 12px 26px rgba(237, 80, 60, 0.05);
}

.static-page__doc-card,
.static-page__link-card {
  color: rgba(54, 54, 54, 0.82);
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.static-page__doc-card:hover,
.static-page__link-card:hover {
  color: var(--starlink-text-dark);
  border-color: rgba(240, 68, 54, 0.22);
  box-shadow: 0 16px 32px rgba(237, 80, 60, 0.09);
  transform: translateY(-1px);
}

.static-page__card-title {
  margin: 0 0 10px;
  color: var(--starlink-text-dark);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.24;
}

.static-page__card-text,
.static-page__doc-card,
.static-page__link-card {
  font-size: 15px;
  line-height: 1.62;
}

.static-page__lead {
  margin: 0 0 18px;
  color: var(--starlink-text-dark);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
}

.static-page__meta-list {
  display: grid;
  gap: 14px;
}

.static-page__meta-item {
  padding: 18px 20px;
  border: 1px solid rgba(240, 68, 54, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
}

.static-page__meta-label {
  display: block;
  margin-bottom: 6px;
  color: rgba(54, 54, 54, 0.54);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.static-page__meta-value,
.static-page__meta-value a {
  color: var(--starlink-text-dark);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.static-page__meta-value a:hover {
  color: var(--starlink-red-strong);
}

.error-404 {
  min-height: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 72px 48px;
}

.error-404::before {
  content: "";
  position: absolute;
  inset: auto -72px -82px auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(247, 75, 68, 0.22), rgba(247, 75, 68, 0) 68%);
  pointer-events: none;
}

.error-404::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 360px;
  height: 360px;
  background:
    radial-gradient(circle, rgba(255, 237, 236, 0.9), rgba(255, 237, 236, 0) 72%);
  pointer-events: none;
}

.static-page__eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: rgba(240, 68, 54, 0.1);
  color: var(--starlink-red-strong);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.error-404__code {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--starlink-red-strong);
  font-size: clamp(96px, 18vw, 184px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.error-404__title {
  position: relative;
  z-index: 1;
  margin: 20px 0 12px;
  color: var(--starlink-text-dark);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.14;
}

.error-404__text {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0;
  color: rgba(54, 54, 54, 0.7);
  font-size: 18px;
  line-height: 1.6;
}

.error-404__actions {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.error-404__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 224px;
  height: 58px;
  padding: 0 28px;
  border-radius: 18px;
  background: var(--starlink-red-strong);
  color: var(--starlink-white);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(240, 68, 54, 0.2);
  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.error-404__btn:hover {
  color: var(--starlink-white);
  background: var(--starlink-red-dark);
  transform: translateY(-1px);
  box-shadow: 0 22px 40px rgba(191, 22, 13, 0.22);
}

.header__logo-text,
.footer__top-logo-text {
  font-family: "Mazzard H", "IBM Plex Sans", sans-serif !important;
}

.header-main {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 10;
  width: 100%;
  background: transparent;
}

.header {
  position: relative;
  z-index: 8;
  width: 100%;
  min-height: 80px;
  background: var(--starlink-white);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.header-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  gap: 24px;
}

.header__logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.header__logo-text {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: var(--starlink-white);
}

.header-main .header__logo-text--accent {
  color: var(--starlink-white);
}

.header .header__logo-text {
  color: var(--starlink-text-dark);
}

.header .header__logo-text--accent {
  color: var(--starlink-red-strong);
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header__nav-item {
  color: var(--starlink-white);
  font-size: 17px;
  line-height: 1.45;
}

.header__nav-item.black {
  color: #111111 !important;
}

.header__nav-item:hover {
  color: inherit !important;
  opacity: 0.8;
}

.home .header__nav-item:hover,
.home .header__nav-item:focus-visible {
  color: var(--starlink-white) !important;
  opacity: var(--starlink-menu-hover-opacity);
}

.header-btn-block {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 83px;
  height: 36px;
  padding: 0 16px;
  border-radius: 7px;
  background: var(--starlink-red-dark);
  color: var(--starlink-white);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.header-btn.blue {
  background: var(--starlink-red-strong);
}

.header-btn:hover {
  color: var(--starlink-white) !important;
  opacity: 0.92;
}

.header-btn-mobile {
  display: none;
  padding: 0;
  border: 0;
  background: transparent;
}

.header-btn-mobile img {
  display: block;
  width: 44px;
  height: 44px;
}

.header__mobile {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100vh;
}

.header__mobile.is-open {
  display: block;
}

.header__mobile-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(32, 16, 16, 0.48);
}

.header__mobile-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 28px;
  width: min(100%, 420px);
  height: 100%;
  margin-left: auto;
  padding: 18px 16px 20px;
  background: var(--starlink-surface-card);
  box-shadow: none;
}

.header__mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.header__mobile-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.header__mobile-logo .header__logo-text {
  color: var(--starlink-text-dark) !important;
}

.header__mobile-logo .header__logo-text--accent {
  color: var(--starlink-red-strong) !important;
}

.header__mobile-close {
  position: relative;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: var(--starlink-red-dark);
  box-shadow: 0 12px 24px rgba(191, 22, 13, 0.2);
}

.header__mobile-close span:not(.header__mobile-close-icon) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--starlink-white);
}

.header__mobile-close span:not(.header__mobile-close-icon):first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.header__mobile-close span:not(.header__mobile-close-icon):last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header__mobile-close-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--starlink-white);
  font-size: 30px;
  line-height: 1;
  transform: translateY(-1px);
}

.header__mobile-nav {
  display: grid;
  align-content: start;
  gap: 12px;
}

.header__mobile-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 18px;
  border-radius: 20px;
  background: var(--starlink-white);
  border: 1px solid var(--starlink-border-base);
  box-shadow: none;
  color: #262626;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.header__mobile-nav-item:hover {
  color: #262626 !important;
  background: var(--starlink-rose-soft);
  border-color: var(--starlink-border-strong);
}

.header__mobile-footer {
  display: grid;
  align-content: end;
  gap: 16px;
}

.header__mobile-contact {
  display: grid;
  gap: 5px;
  padding: 16px 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff4f2 0%, #ffefec 100%);
  border: 1px solid var(--starlink-border-base);
}

.header__mobile-phone,
.header__mobile-email {
  color: var(--starlink-text-dark) !important;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.header__mobile-contact-label {
  color: rgba(54, 54, 54, 0.64);
  font-size: 13px;
  line-height: 1.4;
}

.header__mobile-actions {
  display: grid;
  gap: 12px;
}

.header__mobile-actions-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 18px;
  background: var(--starlink-red-strong);
  border: 0;
  color: var(--starlink-white);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
}

.header__mobile-actions-item:hover {
  color: var(--starlink-white) !important;
  background: var(--starlink-red-dark);
}

.header__mobile-actions-item--secondary {
  background: var(--starlink-white);
  border: 1px solid var(--starlink-border-strong);
  color: var(--starlink-red-dark) !important;
  box-shadow: none;
}

.header__mobile-actions-item--secondary:hover {
  color: var(--starlink-red-dark) !important;
  background: var(--starlink-rose-soft);
}

.mob-black {
  background: transparent !important;
}

.mob-black .header__mobile-panel {
  background:
    linear-gradient(180deg, rgba(247, 75, 68, 0.05) 0%, rgba(247, 75, 68, 0) 18%),
    var(--starlink-white);
  box-shadow: none;
}

.mob-black .header__mobile-backdrop {
  background: rgba(17, 17, 17, 0.34);
}

.mob-black .header__mobile-nav-item {
  background: #f8f8f8;
  border-color: rgba(0, 0, 0, 0.06);
  box-shadow: none;
  justify-content: flex-start;
  padding-left: 20px;
  text-align: left;
}

.mob-black .header__mobile-contact {
  background: #faf7f6;
  border-color: rgba(0, 0, 0, 0.06);
}

.mob-black .header__mobile-close {
  background: var(--starlink-white);
  border: 1px solid rgba(240, 68, 54, 0.18);
  box-shadow: none;
}

.mob-black .header__mobile-close span:not(.header__mobile-close-icon) {
  background: var(--starlink-red-dark);
}

footer.footer {
  margin-top: 0;
  padding: 0 0 46px !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.footer .footer-body {
  display: block;
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 31px;
  padding: 24px 51px;
  border-radius: 22px;
  background: var(--starlink-text-dark) !important;
}

.footer__top-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.footer__top-logo-text {
  font-size: 37px;
  font-weight: 600;
  line-height: 1;
  color: var(--starlink-white);
}

.footer__top-logo-text--accent {
  color: var(--starlink-red-strong);
}

.footer__top-contacts {
  display: flex;
  gap: 54px;
}

.footer__top-contact-group,
.footer__top-schedule {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--starlink-white);
}

.footer__top-contact-group {
  flex-wrap: wrap;
}

.footer__top-schedule {
  flex-wrap: nowrap;
  min-width: 0;
}

.footer__top-schedule > div {
  flex: 1 1 auto;
  min-width: 0;
}

.footer__top-contact-icon,
.footer__top-schedule-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  color: var(--starlink-red-strong);
}

.footer__top-contact-group a,
.footer__top-schedule-title {
  color: var(--starlink-white) !important;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}

.footer__top-contact-group a:hover {
  color: var(--starlink-white) !important;
  opacity: 0.8;
}

.footer__top-contacts-label {
  width: 100%;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.5;
}

.footer__top-contacts-label--mobile {
  display: none;
}

.footer__top-schedule-sub {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.5;
}

.footer__top-schedule-offdays {
  white-space: nowrap;
}

.footer__docs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 52px;
  margin-bottom: 34px;
}

.footer__docs-column {
  display: grid;
  gap: 18px;
  align-content: start;
}

.footer__docs-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: var(--starlink-black) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  text-decoration: none;
}

.footer__docs-item:hover {
  color: #333333 !important;
}

.footer__docs-item::before {
  width: 17px;
  min-width: 17px;
  height: 17px;
  content: "";
  background: center / contain no-repeat;
}

.footer__docs-column--red .footer__docs-item::before {
  background-image: url("/theme/site/img/footer-doc-red.svg");
}

.footer__docs-column--yellow .footer__docs-item::before {
  background-image: url("/theme/site/img/footer-doc-yellow.svg");
}

.footer__docs-column--green .footer__docs-item::before {
  background-image: url("/theme/site/img/footer-doc-green.svg");
}

.footer__docs-column--blue .footer__docs-item::before {
  background-image: url("/theme/site/img/footer-doc-blue.svg");
}

.footer__content {
  max-width: 1177px;
  display: grid;
  gap: 8px;
}

.footer__content,
.footer__content * {
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

.footer__content p {
  margin: 0;
}

.footer__content strong {
  color: rgba(0, 0, 0, 0.72) !important;
  font-weight: 600;
}

.footer__content a {
  color: rgba(0, 0, 0, 0.6) !important;
  text-decoration: underline;
}


.landing-body .alert-warning {
  margin: 0 0 16px;
  padding: 16px 18px;
  border: 1px solid rgba(240, 68, 54, 0.14);
  border-radius: 20px;
  background: #fff2f0;
  color: #5f3532;
}

.login-body {
  background: var(--starlink-surface) !important;
}

.login__form-btn {
  background: var(--starlink-red-strong) !important;
}

.login__form-btn:hover {
  color: var(--starlink-white);
  background: var(--starlink-red-dark) !important;
}

.page .stage__info,
.page .account__nav {
  background: linear-gradient(180deg, #ff6a61 0%, #de4032 100%) !important;
  box-shadow: 0 24px 54px rgba(222, 64, 50, 0.16);
}

.page .header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(240, 68, 54, 0.08);
  box-shadow: 0 12px 34px rgba(237, 80, 60, 0.06);
}

.page .header-body {
  min-height: 86px;
}

.page .header-btn,
.page .header-btn.blue {
  border-radius: 12px;
}

.page .landing-body,
.page .login,
.page .stage,
.page .account {
  position: relative;
}

.page .landing-body::before,
.page .login::before,
.page .stage::before,
.page .account::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 280px;
  pointer-events: none;
  background:
    radial-gradient(circle at top center, rgba(247, 75, 68, 0.08), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

.page .landing,
.page .login-body,
.page .stage-body,
.page .account-body {
  position: relative;
  z-index: 1;
}

.page .stage__info-progress-item,
.page .stage__form-patronymic label::before,
.page .stage__form-gender label::before,
.page .account__order-approved-sms-sbp-border {
  border-color: rgba(240, 68, 54, 0.25) !important;
}

.page .account__nav-item.active::before {
  height: 54px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--starlink-red-dark) 0%, var(--starlink-red-strong) 100%) !important;
}

.page .account__order,
.page .account__calc,
.page .login-body,
.page .landing__info,
.page .landing__form {
  background: var(--starlink-white) !important;
}

.page .landing__info,
.page .landing__form,
.page .login-body,
.page .stage__form,
.page .account__order,
.page .account__calc {
  border: 1px solid #f0e3e0;
  border-radius: 22px !important;
}

.page .account__order-status,
.page .account__order-approved,
.page .account__order-reject,
.page .account__order-issued-item,
.page .cards__list-item,
.page .stage__form,
.page .account__order,
.page .account__calc,
.page .login-body {
  box-shadow: 0 12px 26px rgba(47, 34, 34, 0.04);
}

.page .stage__form-btns-submit,
.page .account__order-reject-item-repeat,
.page .account__order-reject-item-partner,
.page .account__order-status-btn,
.page .account__order-approved-sms-confirm,
.page .account__order-issued-item-btn,
.page .account__calc-btn,
.page .btn-secondary,
.page .login__form-btn,
.page .landing__form-submit {
  background: var(--starlink-red-strong) !important;
  border: 0 !important;
  border-radius: 14px !important;
  color: var(--starlink-white) !important;
  box-shadow: none !important;
}

.page .stage__form-btns-submit:hover,
.page .account__order-reject-item-repeat:hover,
.page .account__order-reject-item-partner:hover,
.page .account__order-status-btn:hover,
.page .account__order-approved-sms-confirm:hover,
.page .account__order-issued-item-btn:hover,
.page .account__calc-btn:hover,
.page .btn-secondary:hover,
.page .login__form-btn:hover,
.page .landing__form-submit:hover {
  background: var(--starlink-red-dark) !important;
  color: var(--starlink-white) !important;
}

.page .account__order-approved-sms-repeat,
.page .cards__list-item-info-status,
.page .login__form-forgot {
  color: var(--starlink-red-strong) !important;
}

.page .account__order-status-btn,
.page .account__order-reject-item-status {
  border: 0;
}

.page .account__order,
.page .account__calc {
  border: 1px solid rgba(240, 68, 54, 0.08);
}

.page .landing-title,
.page .login-title,
.page .stage__form-title,
.page .account__order-title,
.page .account__calc-title {
  color: var(--starlink-text-dark) !important;
}

.page .login-text,
.page .stage__info-subtitle,
.page .account__order-payinfo,
.page .landing__info-item-name,
.page .landing__form-phone label {
  color: rgba(54, 54, 54, 0.7) !important;
}

.page .stage__form input[type="text"],
.page .stage__form input[type="email"],
.page .stage__form input[type="number"],
.page .stage__form-select-value,
.page .account__order-approved-sms-input,
.page .account__order-issued-item-input,
.page .landing__form-phone input,
.page .login__form-group input {
  background: #f4f4f4 !important;
  border: 1px solid var(--starlink-surface-input-border) !important;
  border-radius: 16px !important;
}

.landing-page .header {
  background: var(--starlink-white);
}

.landing-page .header-body {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.landing-page .header__landing-phone {
  display: grid;
  justify-content: start;
  gap: 2px;
}

.landing-page .header__landing-phone a {
  color: var(--starlink-text-dark);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.landing-page .header__landing-phone span {
  color: rgba(54, 54, 54, 0.58);
  font-size: 11px;
  line-height: 1.2;
}

.landing-page .header__logo {
  justify-self: center;
}

.landing-page .header-btn,
.landing-page .header-btn.blue {
  justify-self: end;
  min-width: 74px;
  height: 36px;
  border-radius: 8px;
  background: var(--starlink-red-dark);
  font-size: 14px;
  font-weight: 700;
}

.landing-page.page {
  background: #fff2ef !important;
}

.landing-page .landing-body::before {
  display: none;
}

.landing-page .landing__info {
  background: var(--starlink-surface-summary) !important;
  border: 0 !important;
  box-shadow: none !important;
}

.landing-page .landing__info-item-name {
  color: var(--starlink-text-light-muted) !important;
}

.landing-page .landing__info-item-value {
  color: var(--starlink-white) !important;
}

.landing-page .landing__form {
  background: var(--starlink-white) !important;
  border: 1px solid #f0e3e0 !important;
  box-shadow: none !important;
}

.landing-page .landing__form-phone label {
  color: #868686 !important;
}

.landing-page .landing__form-phone-prefix {
  background: var(--starlink-white) !important;
}

.landing-page .landing__form-phone-control {
  background: var(--starlink-surface-input) !important;
}

.landing-page .landing__form-phone input {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.landing-page .landing__form-agreements-item {
  align-items: center;
}

.landing-page .landing__form-agreements-item-label {
  color: var(--starlink-text-body) !important;
}

.landing-page .landing__form-submit {
  background: var(--starlink-red-button) !important;
}

.landing-page .landing__form-submit:hover {
  background: var(--starlink-red-button-hover) !important;
}

.landing-page .footer {
  margin-top: 104px;
  background: #fff2ef !important;
}

.page .account__order-approved-sms-input:focus,
.page .account__order-issued-item-input:focus,
.page .login__form-group input:focus,
.page .landing__form-phone input:focus,
.page .stage__form input[type="text"]:focus,
.page .stage__form input[type="email"]:focus,
.page .stage__form input[type="number"]:focus {
  border-color: var(--starlink-red-strong) !important;
  box-shadow: 0 0 0 4px rgba(240, 68, 54, 0.12);
}

.error_text {
  color: var(--starlink-alert);
  font-size: 14px;
}

@media (max-width: 991px) {
  .static-page {
    padding: 28px 0 52px;
  }

  .static-page__shell {
    border-radius: 24px;
  }

  .static-page__content {
    padding: 28px 22px 32px;
  }

  .static-page__title {
    font-size: 30px;
    line-height: 1.12;
  }

  .static-page__subtitle {
    font-size: 21px;
  }

  .static-page__body,
  .static-page__body p,
  .static-page__body li {
    font-size: 15px;
    line-height: 1.68;
  }

  .static-page__body h2,
  .static-page__body h3,
  .static-page__body h4 {
    font-size: 21px;
  }

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

  .static-page__cards,
  .static-page__links-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .static-page .docs_list_link {
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 14px;
  }

  .static-page__card,
  .static-page__doc-card,
  .static-page__link-card,
  .static-page__meta-item {
    padding: 16px 16px 17px;
    border-radius: 18px;
  }

  .static-page__card-title {
    font-size: 18px;
  }

  .static-page__card-text,
  .static-page__doc-card,
  .static-page__link-card,
  .static-page__meta-value,
  .static-page__meta-value a {
    font-size: 14px;
    line-height: 1.58;
  }

  .static-page__lead {
    font-size: 16px;
    line-height: 1.56;
  }

  .error-404 {
    min-height: 0;
    padding: 46px 22px;
  }

  .error-404::before {
    right: -88px;
    bottom: -108px;
    width: 260px;
    height: 260px;
  }

  .error-404::after {
    width: 230px;
    height: 230px;
  }

  .static-page__eyebrow {
    margin-bottom: 18px;
  }

  .error-404__title {
    margin-top: 16px;
    font-size: 24px;
  }

  .error-404__text {
    font-size: 16px;
    line-height: 1.55;
  }

  .error-404__actions {
    width: 100%;
    margin-top: 24px;
  }

  .error-404__btn {
    width: 100%;
    min-width: 0;
    height: 54px;
    border-radius: 16px;
  }

  .header__nav,
  .header-btn-block {
    display: none;
  }

  .header-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 40px;
    align-items: center;
    gap: 16px;
    min-height: 68px;
  }

  .header-body > .header-btn {
    display: none;
  }

  .landing-page .header__landing-phone {
    display: none;
  }

  .landing-page .header-body {
    grid-template-columns: minmax(0, 1fr) 40px;
  }

  .landing-page .header__logo {
    justify-self: start;
  }

  .header__logo {
    width: max-content;
    max-width: 100%;
  }

  .header-btn-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    margin-left: 0;
    justify-self: end;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(191, 22, 13, 0.72);
    box-shadow: none;
    cursor: pointer;
  }

  .landing-page .header-btn-mobile {
    grid-column: 2;
    justify-self: end;
  }

  .header-btn-mobile img {
    display: none;
  }

  .header-btn-mobile::before {
    content: "";
    width: 18px;
    height: 12px;
    background:
      linear-gradient(var(--starlink-white) 0 0) top / 100% 2px no-repeat,
      linear-gradient(var(--starlink-white) 0 0) center / 100% 2px no-repeat,
      linear-gradient(var(--starlink-white) 0 0) bottom / 100% 2px no-repeat;
  }

  .header__mobile {
    background: var(--starlink-red);
  }

  .header__mobile-backdrop {
    background: transparent;
  }

  .header__mobile-panel {
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding: 18px 14px 20px;
    background: var(--starlink-red);
    box-shadow: none;
    overflow: hidden;
    gap: 18px;
  }

  .mob-black .header__mobile-panel {
    background: var(--starlink-red);
    box-shadow: none;
  }

  .mob-black .header__mobile-backdrop {
    background: transparent;
  }

  body.menu-open {
    overflow: hidden;
  }

  .page .header {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 26px rgba(237, 80, 60, 0.08);
  }

  .page .landing-body,
  .page .login,
  .page .stage,
  .page .account {
    padding-top: 8px;
  }

  .page .landing-body::before,
  .page .login::before,
  .page .stage::before,
  .page .account::before {
    height: 220px;
    background:
      radial-gradient(circle at top center, rgba(247, 75, 68, 0.1), transparent 62%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  }

  .header__mobile-top {
    position: relative;
    z-index: 2;
    align-items: center;
    min-height: 40px;
  }

  .header__mobile-top::after {
    content: "\00d7";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #cf2016;
    color: var(--starlink-white);
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    pointer-events: none;
    box-shadow: none;
  }

  .header__mobile-logo .header__logo-text,
  .header__mobile-logo .header__logo-text--accent {
    color: var(--starlink-white) !important;
    font-size: 24px;
  }

  .header__mobile-logo {
    min-height: 40px;
    align-items: center;
  }

  .header__mobile-close,
  .mob-black .header__mobile-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 40px;
    height: 40px;
    background: #cf2016;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: none;
  }

  .header__mobile-close span:not(.header__mobile-close-icon),
  .mob-black .header__mobile-close span:not(.header__mobile-close-icon) {
    background: var(--starlink-white);
  }

  .header__mobile-nav,
  .mob-black .header__mobile-nav {
    justify-items: center;
    align-content: start;
    gap: 26px;
    padding: 54px 0 0;
    position: relative;
    z-index: 1;
  }

  .header__mobile-nav-item,
  .mob-black .header__mobile-nav-item {
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    justify-content: center;
    color: var(--starlink-white);
    font-size: 21px;
    font-weight: 400;
    line-height: 1.32;
    text-align: center;
  }

  .header__mobile-nav-item:hover,
  .header__mobile-nav-item:focus-visible,
  .mob-black .header__mobile-nav-item:hover,
  .mob-black .header__mobile-nav-item:focus-visible {
    color: var(--starlink-white) !important;
    background: none;
    border-color: transparent;
    opacity: var(--starlink-menu-hover-opacity);
  }

  .header__mobile-footer {
    position: relative;
    gap: 12px;
    padding: 8px 18px 388px;
  }

  .header__mobile-actions,
  .header__mobile-contact,
  .header__mobile-footer {
    position: relative;
    z-index: 1;
  }

  .header__mobile-actions {
    order: 1;
  }

  .header__mobile-contact {
    order: 2;
  }

  .header__mobile-footer::before {
    content: "";
    position: absolute;
    left: -14px;
    right: -14px;
    top: 108px;
    bottom: 0;
    background: url("/theme/site/img/hero/menu-pattern.svg") center top / 338px auto repeat;
    pointer-events: none;
    z-index: 0;
  }

  .header__mobile-footer::after {
    content: "";
    position: absolute;
    left: -14px;
    right: -14px;
    bottom: 0;
    height: 370px;
    background: url("/theme/site/img/hero/menu-wallet.png") center bottom / 396px auto no-repeat;
    pointer-events: none;
    z-index: 0;
  }

  .header__mobile-footer .header__mobile-contact + .header__mobile-contact {
    display: none;
  }

  .header__mobile-contact,
  .mob-black .header__mobile-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
  }

  .header__mobile-contact::before {
    content: "";
    width: 12px;
    height: 14px;
    min-width: 12px;
    background: center / contain no-repeat url("/theme/site/img/mobile-contact-phone-red.svg");
  }

  .header__mobile-phone,
  .mob-black .header__mobile-phone {
    color: var(--starlink-white) !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
  }

  .header__mobile-contact-label,
  .header__mobile-email {
    display: none;
  }

  .header__mobile-actions-item,
  .mob-black .header__mobile-actions-item {
    min-height: 52px;
    border-radius: 12px;
    background: var(--starlink-red-dark);
    box-shadow: none;
    color: var(--starlink-white) !important;
    font-size: 17px;
    font-weight: 600;
  }

  .header__mobile-actions-item--secondary,
  .mob-black .header__mobile-actions-item--secondary {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: var(--starlink-white) !important;
  }

  .footer {
    padding-bottom: 24px !important;
  }

  .footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
    padding: 20px 16px;
    border-radius: 16px;
  }

  .footer__top-logo-text {
    font-size: 32px;
  }

  .footer__top-contacts {
    flex-wrap: wrap;
    gap: 8px 28px;
  }

  .footer__top-schedule {
    width: 100%;
    flex-wrap: nowrap;
    gap: 12px;
  }

  .footer__top-schedule > div {
    flex: 1 1 auto;
    min-width: 0;
  }

  .footer__top-schedule-icon {
    margin-top: 1px;
  }

  .footer__top-contacts-label--desktop {
    display: none;
  }

  .footer__top-contacts-label--mobile {
    display: block;
  }

  .footer__top-contact-group a,
  .footer__top-schedule-title {
    font-size: 15px;
  }

  .footer__top-contacts-label,
  .footer__top-schedule-sub {
    font-size: 13px;
    line-height: 1.45;
  }

  .footer__top-schedule-title,
  .footer__top-schedule-sub {
    display: block;
  }

  .footer__docs {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 24px;
  }

  .footer__docs-column {
    gap: 12px;
  }

  .footer__docs-item {
    font-size: 11px !important;
  }

  .footer__content,
  .footer__content * {
    font-size: 11px !important;
  }

  .footer__content {
    gap: 10px;
  }
}
