/* Start custom CSS for html, class: .elementor-element-85ec994 */.em-oldrouter {
  --em-accent: var(--global-palette1, #2563eb);
  --em-text: var(--global-palette3, #1f2937);
  --em-muted: #64748b;
  --em-border: #e2e8f0;
  --em-soft: #f7f9fc;
  --em-card: #ffffff;
  --em-warning: #fff8e7;
  --em-warning-border: #e4b84f;

  color: var(--em-text);
  font-family: inherit;
  line-height: 1.72;
}

.em-oldrouter *,
.em-oldrouter *::before,
.em-oldrouter *::after {
  box-sizing: border-box;
}

.em-oldrouter h2 {
  margin: 2.2em 0 0.75em;
  line-height: 1.25;
}

.em-oldrouter h3 {
  margin: 1.5em 0 0.55em;
  line-height: 1.3;
}

.em-oldrouter p {
  margin: 0 0 1em;
}

.em-oldrouter ul,
.em-oldrouter ol {
  margin: 0 0 1.2em;
  padding-left: 1.35em;
}

.em-oldrouter li {
  margin-bottom: 0.46em;
}

.em-oldrouter a {
  color: var(--em-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-oldrouter__lead {
  margin-bottom: 20px;
  padding: clamp(19px, 3vw, 30px);
  border: 1px solid var(--em-border);
  border-radius: 18px;
  background: var(--em-soft);
}

.em-oldrouter__lead p:last-child {
  margin-bottom: 0;
}

.em-oldrouter__notice,
.em-oldrouter__fact,
.em-oldrouter__warning {
  margin: 22px 0 28px;
  padding: 18px 20px;
  border-radius: 14px;
}

.em-oldrouter__notice,
.em-oldrouter__fact {
  border-left: 4px solid var(--em-accent);
  background: var(--em-soft);
}

.em-oldrouter__warning {
  border: 1px solid var(--em-warning-border);
  background: var(--em-warning);
}

.em-oldrouter__notice > strong,
.em-oldrouter__fact > strong,
.em-oldrouter__warning > strong {
  display: block;
  margin-bottom: 7px;
}

.em-oldrouter__notice p:last-child,
.em-oldrouter__fact p:last-child,
.em-oldrouter__warning p:last-child {
  margin-bottom: 0;
}

.em-oldrouter__toc {
  margin: 0 0 30px;
  padding: 20px;
  border: 1px solid var(--em-border);
  border-radius: 16px;
}

.em-oldrouter__toc > strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.05em;
}

.em-oldrouter__toc ul {
  margin-bottom: 0;
}

.em-oldrouter__table-wrap {
  width: 100%;
  margin: 22px 0 26px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--em-border);
  border-radius: 14px;
  background: var(--em-card);
}

.em-oldrouter__table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.95em;
}

.em-oldrouter__table th,
.em-oldrouter__table td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--em-border);
  text-align: left;
  vertical-align: top;
}

.em-oldrouter__table th {
  background: var(--em-soft);
  font-weight: 700;
}

.em-oldrouter__table tbody tr:last-child td {
  border-bottom: 0;
}

.em-oldrouter__bands,
.em-oldrouter__compare {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0 26px;
}

.em-oldrouter__bands > div,
.em-oldrouter__compare > div {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--em-border);
  border-radius: 15px;
  background: var(--em-soft);
}

.em-oldrouter__bands strong,
.em-oldrouter__bands span,
.em-oldrouter__compare strong {
  display: block;
}

.em-oldrouter__bands strong,
.em-oldrouter__compare strong {
  margin-bottom: 6px;
}

.em-oldrouter__bands span {
  color: var(--em-muted);
}

.em-oldrouter__compare p:last-child {
  margin-bottom: 0;
}

.em-oldrouter__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0;
}

.em-oldrouter__card {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--em-border);
  border-radius: 16px;
  background: var(--em-card);
}

.em-oldrouter__card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 9px;
  border-radius: 50%;
  background: var(--em-soft);
  color: var(--em-accent);
  font-size: 0.86em;
  font-weight: 700;
}

.em-oldrouter__card h3 {
  margin-top: 0;
}

.em-oldrouter__card p:last-child {
  margin-bottom: 0;
}

.em-oldrouter__scheme {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin: 20px 0 24px;
  padding: 18px;
  border: 1px solid var(--em-border);
  border-radius: 14px;
  background: var(--em-soft);
}

.em-oldrouter__scheme span {
  padding: 7px 11px;
  border: 1px solid var(--em-border);
  border-radius: 9px;
  background: var(--em-card);
}

.em-oldrouter__scheme b {
  color: var(--em-muted);
}

.em-oldrouter__formula {
  margin: 20px 0 24px;
  padding: 18px 20px;
  overflow-wrap: anywhere;
  border: 1px solid var(--em-border);
  border-radius: 14px;
  background: var(--em-soft);
  text-align: center;
}

.em-oldrouter__check {
  list-style: none;
  padding-left: 0 !important;
}

.em-oldrouter__check li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}

.em-oldrouter__check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--em-accent);
  font-weight: 700;
}

.em-oldrouter__cta {
  margin: 36px 0;
  padding: clamp(21px, 4vw, 34px);
  border: 1px solid var(--em-border);
  border-radius: 20px;
  background: var(--em-soft);
}

.em-oldrouter__cta h2 {
  margin-top: 0;
}

.em-oldrouter__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0;
}

.em-oldrouter .em-oldrouter__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border: 2px solid var(--em-accent);
  border-radius: 10px;
  background: var(--em-accent);
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.em-oldrouter .em-oldrouter__button--ghost {
  background: transparent;
  color: var(--em-accent);
}

.em-oldrouter__sources {
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid var(--em-border);
  color: var(--em-muted);
  font-size: 0.93em;
}

@media (max-width: 820px) {
  .em-oldrouter__bands,
  .em-oldrouter__compare {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .em-oldrouter {
    line-height: 1.65;
  }

  .em-oldrouter__cards {
    grid-template-columns: 1fr;
  }

  .em-oldrouter__lead,
  .em-oldrouter__toc,
  .em-oldrouter__card,
  .em-oldrouter__bands > div,
  .em-oldrouter__compare > div,
  .em-oldrouter__cta {
    border-radius: 14px;
  }

  .em-oldrouter__scheme {
    flex-direction: column;
    align-items: stretch;
  }

  .em-oldrouter__scheme span {
    text-align: center;
  }

  .em-oldrouter__scheme b {
    text-align: center;
    transform: rotate(90deg);
  }

  .em-oldrouter__table {
    min-width: 620px;
  }

  .em-oldrouter__actions {
    flex-direction: column;
  }

  .em-oldrouter .em-oldrouter__button {
    width: 100%;
  }
}/* End custom CSS */