/* Start custom CSS for html, class: .elementor-element-f1683ae */.emr-page {
  --emr-blue: #123b63;
  --emr-blue-dark: #0b2946;
  --emr-blue-soft: #eaf2f8;
  --emr-orange: #f47b20;
  --emr-orange-dark: #d9610d;
  --emr-text: #263442;
  --emr-muted: #657484;
  --emr-border: #dce4eb;
  --emr-soft: #f5f8fa;
  --emr-radius: 18px;
  --emr-shadow: 0 12px 35px rgba(18, 59, 99, 0.09);

  color: var(--emr-text);
  font-size: 17px;
  line-height: 1.68;
}

.emr-page,
.emr-page * {
  box-sizing: border-box;
}

.emr-page p {
  margin-top: 0;
}

.emr-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.emr-page a {
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.emr-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.emr-hero {
  padding: 64px 0;
  background:
    linear-gradient(
      135deg,
      rgba(18, 59, 99, 0.98),
      rgba(11, 41, 70, 0.98)
    );
  color: #fff;
}

.emr-vyshe-page .emr-hero {
  background:
    linear-gradient(
      135deg,
      rgba(15, 66, 93, 0.98),
      rgba(7, 38, 62, 0.98)
    );
}

.emr-hero__grid {
  display: grid;
  grid-template-columns:
    minmax(0, 1.55fr)
    minmax(300px, 0.75fr);
  gap: 42px;
  align-items: center;
}

.emr-eyebrow,
.emr-section__label {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--emr-orange);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.emr-hero h1 {
  max-width: 900px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.emr-hero p {
  color: rgba(255, 255, 255, 0.88);
}

.emr-lead {
  max-width: 850px;
  margin-bottom: 18px;
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.5;
}

.emr-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.emr-fact {
  min-height: 118px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.emr-fact strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 21px;
  line-height: 1.25;
}

.emr-fact span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.45;
}

.emr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.emr-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
}

.emr-btn--primary {
  background: var(--emr-orange);
  color: #fff !important;
}

.emr-btn--primary:hover {
  background: var(--emr-orange-dark);
  transform: translateY(-1px);
}

.emr-btn--secondary {
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
  color: #fff !important;
}

.emr-btn--secondary:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.emr-btn--light {
  background: #fff;
  color: var(--emr-blue) !important;
}

.emr-btn--light:hover {
  background: #f1f5f8;
  transform: translateY(-1px);
}

.emr-note {
  margin: 20px 0 0;
  font-size: 14px;
}

.emr-hero__aside {
  padding: 30px;
  border-top: 5px solid var(--emr-orange);
  border-radius: var(--emr-radius);
  background: #fff;
  color: var(--emr-text);
  box-shadow: var(--emr-shadow);
}

.emr-hero__aside h2 {
  margin: 0 0 18px;
  color: var(--emr-blue-dark);
  font-size: 25px;
  line-height: 1.25;
}

.emr-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.emr-check-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
}

.emr-check-list li:last-child {
  margin-bottom: 0;
}

.emr-check-list li::before {
  position: absolute;
  top: 0.08em;
  left: 0;
  color: var(--emr-orange);
  content: "✓";
  font-weight: 900;
}

.emr-section-nav {
  position: sticky;
  z-index: 15;
  top: 0;
  border-bottom: 1px solid var(--emr-border);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 5px 18px rgba(18, 59, 99, 0.06);
  backdrop-filter: blur(10px);
}

.emr-section-nav .emr-container {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  scrollbar-width: thin;
}

.emr-section-nav a {
  flex: 0 0 auto;
  color: var(--emr-blue);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.emr-section-nav a:hover {
  color: var(--emr-orange);
}

.emr-section {
  padding: 72px 0;
  scroll-margin-top: 90px;
}

.emr-section--soft {
  background: var(--emr-soft);
}

.emr-section--dark {
  background: var(--emr-blue-dark);
  color: #fff;
}

.emr-section__heading {
  max-width: 880px;
  margin-bottom: 36px;
}

.emr-section__heading h2,
.emr-section h2 {
  margin: 0 0 18px;
  color: var(--emr-blue-dark);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.18;
  letter-spacing: -0.018em;
}

.emr-section__heading p {
  margin-bottom: 0;
  color: var(--emr-muted);
  font-size: 18px;
}

.emr-section__heading--light h2,
.emr-section--dark h2 {
  color: #fff;
}

.emr-section__heading--light p {
  color: rgba(255, 255, 255, 0.78);
}

.emr-grid {
  display: grid;
  gap: 20px;
}

.emr-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.emr-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.emr-card,
.emr-price-card {
  padding: 26px;
  border: 1px solid var(--emr-border);
  border-radius: var(--emr-radius);
  background: #fff;
  box-shadow: 0 7px 24px rgba(18, 59, 99, 0.05);
}

.emr-card h3 {
  margin: 0 0 10px;
  color: var(--emr-blue);
  font-size: 21px;
  line-height: 1.3;
}

.emr-card p,
.emr-price-card p {
  margin: 0;
  color: var(--emr-muted);
}

.emr-service-list,
.emr-steps,
.emr-faq {
  display: grid;
  gap: 14px;
}

.emr-service {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--emr-border);
  border-radius: 15px;
  background: #fff;
}

.emr-service__number {
  color: var(--emr-orange);
  font-size: 22px;
  font-weight: 900;
}

.emr-service h3,
.emr-steps h3 {
  margin: 0 0 7px;
  color: var(--emr-blue);
  font-size: 21px;
  line-height: 1.3;
}

.emr-service p,
.emr-steps p {
  margin: 0;
  color: var(--emr-muted);
}

.emr-info-box,
.emr-warning,
.emr-links-box {
  margin-top: 28px;
  padding: 25px;
  border-radius: 15px;
}

.emr-info-box {
  border-left: 5px solid var(--emr-blue);
  background: var(--emr-blue-soft);
}

.emr-warning {
  border-left: 5px solid var(--emr-orange);
  background: #fff4eb;
}

.emr-info-box h3,
.emr-links-box h3 {
  margin: 0 0 10px;
  color: var(--emr-blue-dark);
}

.emr-info-box p {
  margin: 0;
}

.emr-split {
  display: grid;
  grid-template-columns:
    minmax(0, 1.25fr)
    minmax(300px, 0.75fr);
  gap: 36px;
  align-items: start;
}

.emr-panel {
  padding: 28px;
  border-radius: var(--emr-radius);
  background: var(--emr-blue-soft);
}

.emr-panel h3 {
  margin: 0 0 18px;
  color: var(--emr-blue-dark);
}

.emr-text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--emr-blue);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(18, 59, 99, 0.3);
  text-underline-offset: 4px;
}

.emr-text-link:hover {
  color: var(--emr-orange);
}

.emr-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 8px;
}

.emr-lines-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.emr-line {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
}

.emr-line strong,
.emr-line span {
  display: block;
}

.emr-line strong {
  margin-bottom: 8px;
  color: #fff;
}

.emr-line span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.5;
}

.emr-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 34px;
}

.emr-price-card--accent {
  border-color: var(--emr-orange);
  box-shadow: 0 12px 32px rgba(244, 123, 32, 0.13);
}

.emr-price-card__label {
  display: block;
  margin-bottom: 9px;
  color: var(--emr-muted);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.emr-price-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--emr-blue-dark);
  font-size: 27px;
  line-height: 1.2;
}

.emr-links-box {
  background: var(--emr-blue-soft);
}

.emr-links-box__items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.emr-links-box a {
  padding: 11px 15px;
  border: 1px solid rgba(18, 59, 99, 0.18);
  border-radius: 9px;
  background: #fff;
  color: var(--emr-blue);
  font-weight: 800;
  text-decoration: none;
}

.emr-links-box a:hover {
  border-color: var(--emr-orange);
  color: var(--emr-orange);
}

.emr-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.emr-steps li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  padding: 23px;
  border: 1px solid var(--emr-border);
  border-radius: 15px;
  background: #fff;
}

.emr-steps li > span {
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--emr-orange);
  color: #fff;
  font-weight: 900;
}

.emr-faq details {
  border: 1px solid var(--emr-border);
  border-radius: 13px;
  background: #fff;
  overflow: hidden;
}

.emr-faq summary {
  position: relative;
  padding: 20px 55px 20px 22px;
  color: var(--emr-blue-dark);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.emr-faq summary::-webkit-details-marker {
  display: none;
}

.emr-faq summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  color: var(--emr-orange);
  content: "+";
  font-size: 27px;
  line-height: 1;
  transform: translateY(-50%);
}

.emr-faq details[open] summary::after {
  content: "−";
}

.emr-faq details > div {
  padding: 0 22px 20px;
}

.emr-faq details p {
  margin: 0;
  color: var(--emr-muted);
}

.emr-cta {
  padding: 64px 0;
  background: var(--emr-blue);
  color: #fff;
}

.emr-cta__inner {
  display: grid;
  grid-template-columns:
    minmax(0, 1.35fr)
    minmax(280px, 0.65fr);
  gap: 38px;
  align-items: center;
}

.emr-cta h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(29px, 4vw, 43px);
  line-height: 1.18;
}

.emr-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.emr-cta__actions {
  display: grid;
  gap: 12px;
}

.emr-related h2 {
  margin-bottom: 26px;
}

.emr-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.emr-related__grid a {
  padding: 21px;
  border: 1px solid var(--emr-border);
  border-radius: 14px;
  background: #fff;
  color: var(--emr-text);
  text-decoration: none;
}

.emr-related__grid a:hover {
  border-color: var(--emr-orange);
  box-shadow: 0 10px 25px rgba(18, 59, 99, 0.08);
  transform: translateY(-2px);
}

.emr-related__grid strong,
.emr-related__grid span {
  display: block;
}

.emr-related__grid strong {
  margin-bottom: 5px;
  color: var(--emr-blue);
}

.emr-related__grid span {
  color: var(--emr-muted);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1024px) {

  .emr-hero__grid,
  .emr-split,
  .emr-cta__inner {
    grid-template-columns: 1fr;
  }

  .emr-grid--3,
  .emr-lines-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 767px) {

  .emr-page {
    font-size: 16px;
    line-height: 1.62;
  }

  .emr-container {
    width: min(100% - 28px, 1180px);
  }

  .emr-hero,
  .emr-section,
  .emr-cta {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .emr-hero__grid {
    gap: 28px;
  }

  .emr-hero h1 {
    font-size: 36px;
  }

  .emr-lead {
    font-size: 18px;
  }

  .emr-hero__facts,
  .emr-grid--3,
  .emr-grid--2,
  .emr-price-grid,
  .emr-lines-grid,
  .emr-related__grid {
    grid-template-columns: 1fr;
  }

  .emr-fact {
    min-height: 0;
  }

  .emr-actions {
    display: grid;
  }

  .emr-btn {
    width: 100%;
  }

  .emr-hero__aside,
  .emr-card,
  .emr-panel,
  .emr-price-card {
    padding: 22px;
  }

  .emr-section-nav .emr-container {
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
  }

  .emr-service {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 19px;
  }

  .emr-service__number {
    font-size: 18px;
  }

  .emr-links-box__items,
  .emr-inline-links {
    display: grid;
  }

  .emr-links-box a {
    width: 100%;
  }

  .emr-steps li {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 18px;
  }

  .emr-steps li > span {
    width: 38px;
    height: 38px;
  }

  .emr-faq summary {
    padding: 18px 48px 18px 18px;
  }

  .emr-faq summary::after {
    right: 18px;
  }

}

@media (max-width: 420px) {

  .emr-container {
    width: min(100% - 22px, 1180px);
  }

  .emr-hero h1 {
    font-size: 32px;
  }

  .emr-section__heading h2,
  .emr-section h2 {
    font-size: 28px;
  }

  .emr-service {
    grid-template-columns: 1fr;
  }

}

@media (prefers-reduced-motion: reduce) {

  .emr-page *,
  .emr-page *::before,
  .emr-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

}/* End custom CSS */