/* Start custom CSS for html, class: .elementor-element-db3e2d7 *//* =========================================================
   СТРАНИЦА «ПОЧЕМУ ЦЕНЫ НА ЭЛЕКТРОМОНТАЖ ОТЛИЧАЮТСЯ»
   Префикс классов: emr-compare-
   ========================================================= */

.emr-compare-page {
  --emr-compare-blue: #176fbd;
  --emr-compare-blue-dark: #123d66;
  --emr-compare-blue-soft: #eaf4ff;
  --emr-compare-orange: #ff7a00;
  --emr-compare-orange-dark: #d96500;
  --emr-compare-orange-soft: #fff5e9;
  --emr-compare-red-soft: #fff1ef;
  --emr-compare-text: #1c3048;
  --emr-compare-muted: #5d6f83;
  --emr-compare-border: #dce7f2;
  --emr-compare-bg: #f7faff;
  --emr-compare-white: #ffffff;
  --emr-compare-shadow: 0 12px 34px rgba(19, 55, 91, 0.08);
  --emr-compare-shadow-hover: 0 16px 36px rgba(19, 55, 91, 0.12);
  --emr-compare-radius-lg: 22px;
  --emr-compare-radius-md: 16px;
  --emr-compare-radius-sm: 12px;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  color: var(--emr-compare-text);
  font-family: inherit;
}

.emr-compare-page,
.emr-compare-page * {
  box-sizing: border-box;
}

.emr-compare-page h1,
.emr-compare-page h2,
.emr-compare-page h3,
.emr-compare-page p,
.emr-compare-page ul,
.emr-compare-page ol {
  margin-top: 0;
}

.emr-compare-page h1,
.emr-compare-page h2,
.emr-compare-page h3 {
  color: var(--emr-compare-text);
  letter-spacing: -0.015em;
}

.emr-compare-page p,
.emr-compare-page li {
  color: var(--emr-compare-muted);
}

.emr-compare-page a {
  transition:
    color 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.emr-compare-page a:focus-visible,
.emr-compare-page summary:focus-visible,
.emr-compare-table-wrap:focus-visible {
  outline: 3px solid rgba(23, 111, 189, 0.28);
  outline-offset: 3px;
}

.emr-compare-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--emr-compare-blue-soft);
  color: var(--emr-compare-blue);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

/* Hero */

.emr-compare-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.65fr);
  gap: 24px;
  margin: 28px 0 20px;
  padding: 30px;
  background: var(--emr-compare-white);
  border: 1px solid var(--emr-compare-border);
  border-radius: var(--emr-compare-radius-lg);
  box-shadow: var(--emr-compare-shadow);
}

.emr-compare-hero__main {
  min-width: 0;
}

.emr-compare-hero h1 {
  margin-bottom: 16px;
  font-size: clamp(34px, 4.8vw, 52px);
  line-height: 1.08;
}

.emr-compare-lead {
  max-width: 830px;
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 1.68;
}

.emr-compare-main-note {
  padding: 18px 19px;
  background: var(--emr-compare-orange-soft);
  border-left: 4px solid var(--emr-compare-orange);
  border-radius: var(--emr-compare-radius-sm);
}

.emr-compare-main-note strong {
  display: block;
  margin-bottom: 6px;
  color: #44372a;
  font-size: 16px;
}

.emr-compare-main-note p {
  margin-bottom: 0;
  color: #655545;
  font-size: 14px;
  line-height: 1.58;
}

.emr-compare-hero__aside {
  align-self: stretch;
  padding: 22px;
  background: var(--emr-compare-bg);
  border: 1px solid var(--emr-compare-border);
  border-radius: var(--emr-compare-radius-md);
}

.emr-compare-hero__aside > strong {
  display: block;
  margin-bottom: 12px;
  color: #1e405f;
  font-size: 18px;
}

.emr-compare-hero__aside ol {
  margin: 0 0 14px;
  padding-left: 23px;
}

.emr-compare-hero__aside li {
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 1.5;
}

.emr-compare-hero__aside p {
  margin-bottom: 0;
  padding-top: 13px;
  border-top: 1px solid var(--emr-compare-border);
  font-size: 13px;
  line-height: 1.5;
}

/* Buttons */

.emr-compare-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.emr-compare-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: var(--emr-compare-radius-sm);
  text-align: center;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.emr-compare-btn:hover {
  transform: translateY(-1px);
  text-decoration: none !important;
}

.emr-compare-btn--max {
  background: var(--emr-compare-orange);
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(255, 122, 0, 0.22);
}

.emr-compare-btn--max:hover {
  background: var(--emr-compare-orange-dark);
  color: #ffffff !important;
}

.emr-compare-btn--primary {
  background: var(--emr-compare-blue);
  color: #ffffff !important;
}

.emr-compare-btn--primary:hover {
  background: #105e9f;
  color: #ffffff !important;
}

.emr-compare-btn--light {
  background: #edf4fb;
  border-color: #d4e2ef;
  color: #214a70 !important;
}

.emr-compare-btn--light:hover {
  background: #e2edf8;
  color: #173b5e !important;
}

/* Navigation */

.emr-compare-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 24px;
  padding: 12px;
  background: var(--emr-compare-white);
  border: 1px solid var(--emr-compare-border);
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(19, 55, 91, 0.05);
}

.emr-compare-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 13px;
  border-radius: 10px;
  background: var(--emr-compare-bg);
  color: #315675;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 750;
}

.emr-compare-nav a:hover {
  background: var(--emr-compare-blue-soft);
  color: var(--emr-compare-blue);
  transform: translateY(-1px);
}

#emr-compare-reasons,
#emr-compare-scope,
#emr-compare-example,
#emr-compare-checklist,
#emr-compare-redflags,
#emr-compare-prepare,
#emr-compare-faq {
  scroll-margin-top: 110px;
}

/* Sections */

.emr-compare-section {
  margin-bottom: 28px;
  padding: 29px;
  background: var(--emr-compare-white);
  border: 1px solid var(--emr-compare-border);
  border-radius: var(--emr-compare-radius-lg);
  box-shadow: var(--emr-compare-shadow);
}

.emr-compare-section--soft {
  background: var(--emr-compare-bg);
}

.emr-compare-section__head {
  max-width: 900px;
  margin-bottom: 22px;
}

.emr-compare-section__head h2 {
  margin-bottom: 10px;
  font-size: clamp(26px, 3.4vw, 36px);
  line-height: 1.18;
}

.emr-compare-section__head p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.65;
}

/* Reasons */

.emr-compare-reasons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.emr-compare-reasons article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  padding: 18px;
  background: var(--emr-compare-bg);
  border: 1px solid var(--emr-compare-border);
  border-radius: 14px;
}

.emr-compare-reasons article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 30px;
  border-radius: 9px;
  background: var(--emr-compare-blue-soft);
  color: var(--emr-compare-blue);
  font-size: 12px;
  font-weight: 850;
}

.emr-compare-reasons h3 {
  margin-bottom: 6px;
  font-size: 17px;
  line-height: 1.35;
}

.emr-compare-reasons p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.52;
}

.emr-compare-inline-note {
  margin-top: 18px;
  padding: 17px 19px;
  background: var(--emr-compare-blue-soft);
  border-left: 4px solid var(--emr-compare-blue);
  border-radius: var(--emr-compare-radius-sm);
}

.emr-compare-inline-note strong {
  display: block;
  margin-bottom: 5px;
  color: #284e70;
}

.emr-compare-inline-note p {
  margin-bottom: 0;
  color: #405f79;
  font-size: 14px;
  line-height: 1.58;
}

.emr-compare-inline-note--orange {
  background: var(--emr-compare-orange-soft);
  border-left-color: var(--emr-compare-orange);
}

.emr-compare-inline-note--orange strong,
.emr-compare-inline-note--orange p {
  color: #624f3c;
}

/* Scope */

.emr-compare-scope-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.emr-compare-scope-grid article {
  padding: 19px;
  background: var(--emr-compare-white);
  border: 1px solid var(--emr-compare-border);
  border-radius: 14px;
}

.emr-compare-scope-grid h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.emr-compare-scope-grid ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.emr-compare-scope-grid li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.48;
}

.emr-compare-scope-grid li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--emr-compare-orange-dark);
  font-weight: 900;
}

.emr-compare-inline-links {
  margin: 17px 0 0;
  font-size: 14px;
  line-height: 1.62;
}

.emr-compare-inline-links a {
  color: var(--emr-compare-blue);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.emr-compare-inline-links a:hover {
  color: var(--emr-compare-blue-dark);
}

/* Comparison table */

.emr-compare-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--emr-compare-border);
  border-radius: 14px;
  background: var(--emr-compare-white);
  -webkit-overflow-scrolling: touch;
}

.emr-compare-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}

.emr-compare-table th,
.emr-compare-table td {
  padding: 13px 15px;
  border-right: 1px solid #e7eef5;
  border-bottom: 1px solid #e7eef5;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.45;
}

.emr-compare-table th {
  background: var(--emr-compare-blue-soft);
  color: #1c466a;
  font-weight: 850;
}

.emr-compare-table td {
  color: #455d74;
}

.emr-compare-table tr:last-child td {
  border-bottom: 0;
}

.emr-compare-table th:last-child,
.emr-compare-table td:last-child {
  border-right: 0;
}

.emr-compare-table tbody tr:nth-child(even) td {
  background: #fafcff;
}

.emr-compare-table tbody tr:hover td {
  background: #f3f8fd;
}

.emr-compare-example-conclusion {
  margin-top: 17px;
  padding: 17px 19px;
  background: var(--emr-compare-orange-soft);
  border-left: 4px solid var(--emr-compare-orange);
  border-radius: 12px;
}

.emr-compare-example-conclusion strong {
  display: block;
  margin-bottom: 5px;
  color: #4f3e2e;
}

.emr-compare-example-conclusion p {
  margin-bottom: 0;
  color: #655545;
  font-size: 14px;
  line-height: 1.55;
}

/* Methods */

.emr-compare-methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.emr-compare-methods article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 20px;
  background: var(--emr-compare-white);
  border: 1px solid var(--emr-compare-border);
  border-radius: 15px;
}

.emr-compare-methods article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 30px;
  margin-bottom: 12px;
  border-radius: 9px;
  background: var(--emr-compare-blue-soft);
  color: var(--emr-compare-blue);
  font-size: 12px;
  font-weight: 850;
}

.emr-compare-methods h3 {
  margin-bottom: 8px;
  font-size: 19px;
}

.emr-compare-methods p {
  flex-grow: 1;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.56;
}

.emr-compare-methods a {
  color: var(--emr-compare-blue);
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
}

.emr-compare-methods a::after {
  content: " →";
}

/* Checklist */

.emr-compare-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.emr-compare-checklist article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 17px;
  background: var(--emr-compare-bg);
  border: 1px solid var(--emr-compare-border);
  border-radius: 13px;
}

.emr-compare-checklist article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 30px;
  border-radius: 9px;
  background: var(--emr-compare-blue-soft);
  color: var(--emr-compare-blue);
  font-size: 12px;
  font-weight: 850;
}

.emr-compare-checklist strong {
  display: block;
  margin-bottom: 5px;
  color: #24445f;
  font-size: 15px;
}

.emr-compare-checklist p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.5;
}

.emr-compare-download-note {
  margin-top: 18px;
  padding: 18px 19px;
  background: var(--emr-compare-orange-soft);
  border-left: 4px solid var(--emr-compare-orange);
  border-radius: 12px;
}

.emr-compare-download-note strong {
  display: block;
  margin-bottom: 5px;
  color: #4f3e2e;
}

.emr-compare-download-note p {
  margin-bottom: 0;
  color: #655545;
  font-size: 14px;
  line-height: 1.56;
}

/* Red flags */

.emr-compare-redflags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.emr-compare-redflags article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  padding: 17px;
  background: var(--emr-compare-white);
  border: 1px solid #efd8d3;
  border-radius: 13px;
}

.emr-compare-redflags article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--emr-compare-red-soft);
  color: #c94a37;
  font-size: 17px;
  font-weight: 900;
}

.emr-compare-redflags h3 {
  margin-bottom: 5px;
  font-size: 16px;
}

.emr-compare-redflags p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.5;
}

/* Norms */

.emr-compare-norms {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.emr-compare-norms article {
  padding: 19px;
  background: var(--emr-compare-bg);
  border: 1px solid var(--emr-compare-border);
  border-radius: 14px;
}

.emr-compare-norms strong {
  display: block;
  margin-bottom: 7px;
  color: #22445f;
  font-size: 17px;
}

.emr-compare-norms p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.52;
}

.emr-compare-safety {
  margin-top: 17px;
  padding: 17px 19px;
  background: var(--emr-compare-blue-soft);
  border-left: 4px solid var(--emr-compare-blue);
  border-radius: 12px;
}

.emr-compare-safety strong {
  display: block;
  margin-bottom: 5px;
  color: #284e70;
}

.emr-compare-safety p {
  margin-bottom: 0;
  color: #405f79;
  font-size: 14px;
  line-height: 1.56;
}

/* Prepare */

.emr-compare-prepare {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.emr-compare-prepare article {
  min-width: 0;
  padding: 18px;
  background: var(--emr-compare-white);
  border: 1px solid var(--emr-compare-border);
  border-radius: 14px;
}

.emr-compare-prepare article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 30px;
  margin-bottom: 11px;
  border-radius: 9px;
  background: var(--emr-compare-blue-soft);
  color: var(--emr-compare-blue);
  font-size: 12px;
  font-weight: 850;
}

.emr-compare-prepare h3 {
  margin-bottom: 6px;
  font-size: 17px;
}

.emr-compare-prepare p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.5;
}

.emr-compare-condition {
  margin: 13px 0 0;
  font-size: 13px;
  line-height: 1.55;
}

/* Process and warranty */

.emr-compare-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.emr-compare-process article {
  display: flex;
  gap: 11px;
  padding: 18px;
  background: var(--emr-compare-bg);
  border: 1px solid var(--emr-compare-border);
  border-radius: 14px;
}

.emr-compare-process article > span {
  display: inline-flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: var(--emr-compare-blue);
  color: #ffffff;
  font-size: 14px;
  font-weight: 850;
}

.emr-compare-process h3 {
  margin-bottom: 5px;
  font-size: 16px;
}

.emr-compare-process p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.5;
}

.emr-compare-warranty {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin-top: 17px;
}

.emr-compare-warranty > div {
  padding: 17px;
  background: var(--emr-compare-orange-soft);
  border: 1px solid #efd3b5;
  border-radius: 13px;
}

.emr-compare-warranty strong {
  display: block;
  margin-bottom: 5px;
  color: #4a3b2e;
}

.emr-compare-warranty p {
  margin-bottom: 0;
  color: #655545;
  font-size: 13px;
  line-height: 1.5;
}

/* Links */

.emr-compare-section--links {
  background: var(--emr-compare-bg);
}

.emr-compare-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.emr-compare-links a {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 138px;
  flex-direction: column;
  padding: 18px 42px 18px 18px;
  background: var(--emr-compare-white);
  border: 1px solid var(--emr-compare-border);
  border-radius: 14px;
  color: var(--emr-compare-text) !important;
  text-decoration: none !important;
}

.emr-compare-links a::after {
  content: "→";
  position: absolute;
  top: 17px;
  right: 17px;
  color: var(--emr-compare-orange-dark);
  font-size: 20px;
  font-weight: 900;
}

.emr-compare-links a:hover {
  border-color: #b9d3e8;
  box-shadow: var(--emr-compare-shadow-hover);
  transform: translateY(-2px);
}

.emr-compare-links strong {
  margin-bottom: 7px;
  color: #1d405f;
  font-size: 17px;
  line-height: 1.35;
}

.emr-compare-links span {
  color: var(--emr-compare-muted);
  font-size: 13px;
  line-height: 1.52;
}

/* FAQ */

.emr-compare-faq {
  display: grid;
  gap: 10px;
}

.emr-compare-faq details {
  background: var(--emr-compare-bg);
  border: 1px solid var(--emr-compare-border);
  border-radius: 13px;
}

.emr-compare-faq details[open] {
  background: var(--emr-compare-white);
  border-color: #c6dced;
}

.emr-compare-faq summary {
  position: relative;
  padding: 16px 50px 16px 18px;
  color: #203f5b;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

.emr-compare-faq summary::-webkit-details-marker {
  display: none;
}

.emr-compare-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--emr-compare-blue);
  font-size: 24px;
  font-weight: 500;
}

.emr-compare-faq details[open] summary::after {
  content: "−";
}

.emr-compare-faq details p {
  margin: 0;
  padding: 0 18px 17px;
  font-size: 14px;
  line-height: 1.6;
}

/* CTA */

.emr-compare-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 22px;
  margin-bottom: 20px;
  padding: 29px;
  background: var(--emr-compare-blue-soft);
  border: 1px solid #cfe1f1;
  border-radius: var(--emr-compare-radius-lg);
}

.emr-compare-cta h2 {
  margin-bottom: 10px;
  font-size: clamp(26px, 3.2vw, 35px);
  line-height: 1.18;
}

.emr-compare-cta p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.62;
}

.emr-compare-cta__actions {
  display: grid;
  align-content: center;
  gap: 10px;
}

.emr-compare-safety {
  margin-bottom: 30px;
  padding: 17px 19px;
  background: #fff8ef;
  border-left: 4px solid var(--emr-compare-orange);
  border-radius: 12px;
}

.emr-compare-safety strong {
  display: block;
  margin-bottom: 5px;
  color: #503e2e;
}

.emr-compare-safety p {
  margin-bottom: 0;
  color: #675545;
  font-size: 13px;
  line-height: 1.55;
}

/* Responsive */

@media (max-width: 1020px) {
  .emr-compare-hero,
  .emr-compare-cta {
    grid-template-columns: 1fr;
  }

  .emr-compare-reasons,
  .emr-compare-scope-grid,
  .emr-compare-prepare,
  .emr-compare-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .emr-compare-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .emr-compare-warranty {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .emr-compare-page {
    width: 100%;
  }

  .emr-compare-hero,
  .emr-compare-section,
  .emr-compare-cta {
    padding: 20px 16px;
    border-radius: 17px;
  }

  .emr-compare-hero {
    margin-top: 18px;
  }

  .emr-compare-hero h1 {
    font-size: 32px;
  }

  .emr-compare-lead {
    font-size: 15px;
  }

  .emr-compare-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .emr-compare-btn {
    width: 100%;
  }

  .emr-compare-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .emr-compare-nav a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .emr-compare-reasons,
  .emr-compare-scope-grid,
  .emr-compare-methods,
  .emr-compare-checklist,
  .emr-compare-redflags,
  .emr-compare-norms,
  .emr-compare-prepare,
  .emr-compare-process,
  .emr-compare-links {
    grid-template-columns: 1fr;
  }

  .emr-compare-links a:hover {
    transform: none;
  }

  .emr-compare-table {
    min-width: 720px;
  }

  .emr-compare-table th,
  .emr-compare-table td {
    padding: 11px 12px;
    font-size: 13px;
  }

  .emr-compare-cta__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .emr-compare-hero,
  .emr-compare-section,
  .emr-compare-cta {
    padding: 18px 14px;
  }

  .emr-compare-hero h1 {
    font-size: 29px;
  }

  .emr-compare-section__head h2,
  .emr-compare-cta h2 {
    font-size: 25px;
  }

  .emr-compare-main-note,
  .emr-compare-hero__aside,
  .emr-compare-reasons article,
  .emr-compare-scope-grid article {
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .emr-compare-page * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}/* End custom CSS */