/* Start custom CSS for html, class: .elementor-element-edbee67 */.emtr-guide {
  --emtr-bg: #f3f6f8;
  --emtr-surface: #ffffff;
  --emtr-surface-2: #edf3f5;
  --emtr-ink: #16232d;
  --emtr-muted: #5b6974;
  --emtr-line: #d7e0e5;
  --emtr-red: #b42318;
  --emtr-red-dark: #8e1d15;
  --emtr-blue: #0d6179;
  --emtr-blue-dark: #08495c;
  --emtr-green: #16724b;
  --emtr-amber: #9a5a00;
  --emtr-radius: 22px;
  --emtr-shadow: 0 16px 44px rgba(22, 35, 45, 0.08);

  color: var(--emtr-ink);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.66;
}

.emtr-guide,
.emtr-guide * {
  box-sizing: border-box;
}

.emtr-guide h1,
.emtr-guide h2,
.emtr-guide h3,
.emtr-guide p,
.emtr-guide ul {
  margin-top: 0;
}

.emtr-guide a {
  color: var(--emtr-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.emtr-container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.emtr-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 62px;
  background:
    radial-gradient(circle at 90% 4%, rgba(180, 35, 24, 0.14), transparent 31%),
    radial-gradient(circle at 5% 100%, rgba(13, 97, 121, 0.17), transparent 34%),
    linear-gradient(145deg, #f9fbfc 0%, #eaf1f4 100%);
  border-bottom: 1px solid var(--emtr-line);
}

.emtr-hero::after {
  position: absolute;
  right: -90px;
  bottom: -140px;
  width: 360px;
  height: 360px;
  border: 52px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.emtr-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
  gap: 44px;
  align-items: center;
}

.emtr-eyebrow,
.emtr-kicker {
  margin-bottom: 9px;
  color: var(--emtr-red);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.emtr-hero h1 {
  max-width: 850px;
  margin-bottom: 23px;
  font-size: clamp(38px, 5.4vw, 66px);
  line-height: 1.07;
  letter-spacing: -0.04em;
}

.emtr-lead {
  max-width: 830px;
  margin-bottom: 28px;
  color: var(--emtr-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.emtr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.emtr-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 21px;
  border: 2px solid transparent;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.emtr-btn:hover {
  transform: translateY(-2px);
}

.emtr-btn:focus-visible,
.emtr-guide a:focus-visible,
.emtr-guide summary:focus-visible {
  outline: 3px solid rgba(13, 97, 121, 0.28);
  outline-offset: 3px;
}

.emtr-btn--primary {
  background: var(--emtr-red);
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(180, 35, 24, 0.22);
}

.emtr-btn--primary:hover {
  background: var(--emtr-red-dark);
}

.emtr-btn--secondary {
  border-color: var(--emtr-ink);
  background: rgba(255, 255, 255, 0.8);
  color: var(--emtr-ink) !important;
}

.emtr-btn--secondary:hover {
  background: var(--emtr-ink);
  color: #ffffff !important;
}

.emtr-btn--max {
  background: #111827;
  color: #ffffff !important;
}

.emtr-btn--max:hover {
  background: #000000;
}

.emtr-btn--telegram {
  background: #1676a6;
  color: #ffffff !important;
}

.emtr-btn--telegram:hover {
  background: #105c82;
}

.emtr-hero__card {
  padding: 28px;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(215, 224, 229, 0.9);
  border-radius: var(--emtr-radius);
  box-shadow: var(--emtr-shadow);
  backdrop-filter: blur(8px);
}

.emtr-voltage {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--emtr-line);
}

.emtr-voltage:first-child {
  padding-top: 0;
}

.emtr-voltage:nth-child(3) {
  border-bottom: 0;
}

.emtr-voltage span {
  font-size: 25px;
  font-weight: 900;
  line-height: 1.1;
}

.emtr-voltage small {
  color: var(--emtr-muted);
  font-size: 14px;
}

.emtr-hero__divider {
  height: 1px;
  margin: 19px 0;
  background: var(--emtr-line);
}

.emtr-checks {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.emtr-checks li {
  position: relative;
  padding-left: 27px;
  color: var(--emtr-muted);
  font-size: 15px;
}

.emtr-checks li::before {
  position: absolute;
  left: 0;
  color: var(--emtr-blue);
  content: "✓";
  font-weight: 900;
}

.emtr-alert {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  margin-top: 30px;
  padding: 24px;
  border: 1px solid var(--emtr-line);
  border-radius: 18px;
}

.emtr-alert h2,
.emtr-alert h3 {
  margin-bottom: 7px;
  font-size: 21px;
  line-height: 1.3;
}

.emtr-alert p {
  margin-bottom: 0;
  color: var(--emtr-muted);
}

.emtr-alert__icon {
  display: flex;
  width: 50px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  align-self: start;
  padding: 7px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.emtr-alert--translation {
  background: #f2f8fa;
}

.emtr-alert--translation .emtr-alert__icon {
  background: var(--emtr-blue);
}

.emtr-alert--danger {
  background: #fff3f1;
  border-color: #edc8c3;
}

.emtr-alert--danger .emtr-alert__icon {
  background: var(--emtr-red);
}

.emtr-alert--info {
  background: #f4f8fb;
  border-color: #c9dce4;
}

.emtr-alert--info .emtr-alert__icon {
  background: var(--emtr-blue);
}

.emtr-alert--inside {
  margin-top: 20px;
}

.emtr-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
  padding: 12px;
  background: var(--emtr-surface);
  border: 1px solid var(--emtr-line);
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(22, 35, 45, 0.035);
}

.emtr-nav a {
  padding: 8px 12px;
  border-radius: 9px;
  color: var(--emtr-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.emtr-nav a:hover {
  background: var(--emtr-surface-2);
  color: var(--emtr-blue);
}

.emtr-section {
  padding-top: 78px;
  scroll-margin-top: 28px;
}

.emtr-heading {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 20px;
  max-width: 920px;
  margin-bottom: 31px;
}

.emtr-heading__number {
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  background: var(--emtr-ink);
  border-radius: 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.emtr-heading h2 {
  margin-bottom: 9px;
  font-size: clamp(29px, 4vw, 43px);
  line-height: 1.17;
  letter-spacing: -0.027em;
}

.emtr-heading p:last-child {
  margin-bottom: 0;
  color: var(--emtr-muted);
  font-size: 18px;
}

.emtr-answer {
  padding: 28px 30px;
  background: linear-gradient(135deg, var(--emtr-ink), #273e4b);
  border-radius: 20px;
  color: #ffffff;
  box-shadow: var(--emtr-shadow);
}

.emtr-answer p {
  max-width: 1050px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.65;
}

.emtr-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.emtr-process article {
  min-width: 0;
  padding: 20px;
  background: var(--emtr-surface);
  border: 1px solid var(--emtr-line);
  border-radius: 16px;
}

.emtr-process span {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
  background: var(--emtr-surface-2);
  border-radius: 9px;
  color: var(--emtr-blue);
  font-size: 13px;
  font-weight: 900;
}

.emtr-process h3 {
  margin-bottom: 7px;
  font-size: 17px;
  line-height: 1.3;
}

.emtr-process p {
  margin-bottom: 0;
  color: var(--emtr-muted);
  font-size: 14px;
  line-height: 1.55;
}

.emtr-role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.emtr-role {
  min-width: 0;
  padding: 25px;
  background: var(--emtr-surface);
  border: 1px solid var(--emtr-line);
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(22, 35, 45, 0.04);
}

.emtr-role__ru {
  margin-bottom: 13px;
  color: var(--emtr-red);
  font-size: 15px;
  font-weight: 900;
}

.emtr-role h3 {
  margin-bottom: 9px;
  font-size: 20px;
  line-height: 1.3;
}

.emtr-role p {
  margin-bottom: 0;
  color: var(--emtr-muted);
  font-size: 15px;
}

.emtr-note {
  margin-top: 18px;
  padding: 20px 23px;
  background: #f5f8fa;
  border-left: 5px solid var(--emtr-blue);
  border-radius: 12px;
  color: var(--emtr-muted);
}

.emtr-note strong {
  color: var(--emtr-ink);
}

.emtr-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.emtr-doc-card {
  padding: 28px;
  background: #f5fafb;
  border: 1px solid #c9dde4;
  border-radius: 20px;
}

.emtr-doc-card--commercial {
  background: #fff7f3;
  border-color: #eccfc3;
}

.emtr-doc-card__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
  margin-bottom: 16px;
}

.emtr-doc-card__badge {
  display: inline-flex;
  padding: 5px 9px;
  background: var(--emtr-blue);
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.emtr-doc-card--commercial .emtr-doc-card__badge {
  background: var(--emtr-red);
}

.emtr-doc-card h3 {
  margin-bottom: 0;
  font-size: 24px;
}

.emtr-doc-card ul {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  padding-left: 21px;
}

.emtr-doc-card li {
  color: var(--emtr-muted);
}

.emtr-doc-card p {
  margin-bottom: 0;
  padding-top: 17px;
  border-top: 1px solid rgba(22, 35, 45, 0.12);
  font-weight: 700;
}

.emtr-question-box {
  margin-top: 20px;
  padding: 26px;
  background: var(--emtr-ink);
  border-radius: 20px;
  color: #ffffff;
}

.emtr-question-box h3 {
  margin-bottom: 18px;
  font-size: 24px;
}

.emtr-question-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
}

.emtr-question-grid div {
  min-width: 0;
  padding: 15px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
}

.emtr-question-grid span,
.emtr-question-grid strong {
  display: block;
}

.emtr-question-grid span {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 850;
}

.emtr-question-grid strong {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 600;
}

.emtr-timeline {
  position: relative;
  display: grid;
  gap: 16px;
}

.emtr-timeline::before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 27px;
  width: 2px;
  background: var(--emtr-line);
  content: "";
}

.emtr-step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.emtr-step__number {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  background: var(--emtr-blue);
  border: 5px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 0 0 1px var(--emtr-line);
}

.emtr-step__content {
  padding: 24px 26px;
  background: var(--emtr-surface);
  border: 1px solid var(--emtr-line);
  border-radius: 18px;
}

.emtr-step__content h3 {
  margin-bottom: 9px;
  font-size: 23px;
  line-height: 1.28;
}

.emtr-step__content p {
  margin-bottom: 12px;
  color: var(--emtr-muted);
}

.emtr-step__content p:last-child {
  margin-bottom: 0;
}

.emtr-step__content ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 24px;
  margin: 0;
  padding-left: 20px;
  color: var(--emtr-muted);
}

.emtr-mini-alert {
  margin-top: 14px;
  padding: 15px 17px;
  background: #fff4df;
  border: 1px solid #ecd09c;
  border-radius: 11px;
  color: #6f4300;
  font-size: 15px;
  font-weight: 700;
}

.emtr-label-examples {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}

.emtr-label-examples span {
  display: inline-flex;
  padding: 7px 10px;
  background: var(--emtr-surface-2);
  border-radius: 8px;
  color: var(--emtr-blue-dark);
  font-size: 13px;
  font-weight: 800;
}

.emtr-circuit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.emtr-circuit-grid article {
  min-width: 0;
  padding: 23px;
  background: var(--emtr-surface);
  border: 1px solid var(--emtr-line);
  border-radius: 17px;
}

.emtr-circuit-grid__ru {
  margin-bottom: 8px;
  color: var(--emtr-red);
  font-size: 13px;
  font-weight: 900;
}

.emtr-circuit-grid h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.emtr-circuit-grid p {
  margin-bottom: 0;
  color: var(--emtr-muted);
  font-size: 15px;
}

.emtr-device-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--emtr-line);
  border-radius: 18px;
  box-shadow: 0 9px 28px rgba(22, 35, 45, 0.04);
  -webkit-overflow-scrolling: touch;
}

.emtr-device-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  background: var(--emtr-surface);
}

.emtr-device-table th,
.emtr-device-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--emtr-line);
  text-align: left;
  vertical-align: top;
}

.emtr-device-table th {
  background: var(--emtr-ink);
  color: #ffffff;
  font-size: 14px;
}

.emtr-device-table td {
  font-size: 14px;
}

.emtr-device-table td:first-child {
  font-weight: 850;
}

.emtr-device-table tr:last-child td {
  border-bottom: 0;
}

.emtr-device-table tbody tr:hover {
  background: #f8fafb;
}

.emtr-conductor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.emtr-conductor {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 21px;
  background: var(--emtr-surface);
  border: 1px solid var(--emtr-line);
  border-radius: 16px;
}

.emtr-conductor > span {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 7px;
  border-radius: 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.emtr-conductor--l > span {
  background: #654321;
}

.emtr-conductor--n > span {
  background: #2a67b1;
}

.emtr-conductor--pe > span {
  background: #4b7f30;
}

.emtr-conductor--pen > span {
  background: #6d5d13;
}

.emtr-conductor h3 {
  margin-bottom: 5px;
  font-size: 17px;
}

.emtr-conductor p {
  margin-bottom: 0;
  color: var(--emtr-muted);
  font-size: 14px;
}

.emtr-material {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 20px;
}

.emtr-material__answer,
.emtr-material__checks {
  padding: 27px;
  border-radius: 20px;
}

.emtr-material__answer {
  background: linear-gradient(140deg, var(--emtr-red), #7e1d18);
  color: #ffffff;
}

.emtr-material__answer strong {
  display: block;
  margin-bottom: 13px;
  font-size: 27px;
  line-height: 1.2;
}

.emtr-material__answer p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.emtr-material__checks {
  background: #f4f8fa;
  border: 1px solid #cddde3;
}

.emtr-material__checks h3 {
  margin-bottom: 15px;
  font-size: 23px;
}

.emtr-material__checks ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
  margin-bottom: 0;
  padding-left: 20px;
  color: var(--emtr-muted);
}

.emtr-subtle {
  margin: 18px 0 0;
  padding: 17px 20px;
  background: #f7f8f9;
  border: 1px solid var(--emtr-line);
  border-radius: 12px;
  color: var(--emtr-muted);
  font-size: 14px;
}

.emtr-control-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.emtr-control-grid article {
  min-width: 0;
  padding: 23px;
  background: var(--emtr-surface);
  border: 1px solid var(--emtr-line);
  border-radius: 17px;
}

.emtr-control-grid__icon {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  background: var(--emtr-blue);
  border-radius: 11px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.emtr-control-grid h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.emtr-control-grid ul {
  display: grid;
  gap: 7px;
  margin-bottom: 0;
  padding-left: 19px;
  color: var(--emtr-muted);
  font-size: 14px;
}

.emtr-mistakes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.emtr-mistakes article {
  min-width: 0;
  padding: 22px;
  background: #fff7f3;
  border: 1px solid #ecd2c8;
  border-radius: 16px;
}

.emtr-mistakes span {
  display: block;
  margin-bottom: 11px;
  color: var(--emtr-red);
  font-size: 12px;
  font-weight: 900;
}

.emtr-mistakes h3 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.3;
}

.emtr-mistakes p {
  margin-bottom: 0;
  color: var(--emtr-muted);
  font-size: 14px;
}

.emtr-standards {
  display: grid;
  gap: 13px;
}

.emtr-standards article {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 19px;
  align-items: start;
  padding: 21px;
  background: var(--emtr-surface);
  border: 1px solid var(--emtr-line);
  border-radius: 15px;
}

.emtr-standards__code {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: var(--emtr-surface-2);
  border-radius: 11px;
  color: var(--emtr-blue-dark);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.emtr-standards h3 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.35;
}

.emtr-standards p {
  margin-bottom: 0;
  color: var(--emtr-muted);
  font-size: 15px;
}

.emtr-phrases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.emtr-phrases article {
  overflow: hidden;
  background: var(--emtr-surface);
  border: 1px solid var(--emtr-line);
  border-radius: 14px;
}

.emtr-phrases p,
.emtr-phrases strong {
  display: block;
  margin-bottom: 0;
  padding: 13px 16px;
}

.emtr-phrases p {
  background: var(--emtr-surface-2);
  color: var(--emtr-ink);
  font-weight: 850;
}

.emtr-phrases strong {
  color: var(--emtr-muted);
  font-size: 14px;
  font-weight: 650;
}

.emtr-center-link {
  margin: 19px 0 0;
  text-align: center;
}

.emtr-center-link a {
  font-weight: 850;
}

.emtr-faq {
  display: grid;
  gap: 11px;
}

.emtr-faq details {
  overflow: hidden;
  background: var(--emtr-surface);
  border: 1px solid var(--emtr-line);
  border-radius: 15px;
}

.emtr-faq summary {
  position: relative;
  padding: 18px 54px 18px 20px;
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}

.emtr-faq summary::-webkit-details-marker {
  display: none;
}

.emtr-faq summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--emtr-blue);
  content: "+";
  font-size: 24px;
  font-weight: 700;
}

.emtr-faq details[open] summary::after {
  content: "−";
}

.emtr-faq details > div {
  padding: 0 20px 18px;
  color: var(--emtr-muted);
}

.emtr-faq details p {
  margin-bottom: 0;
}

.emtr-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 28px;
  margin-top: 78px;
  padding: 36px;
  background:
    radial-gradient(circle at 100% 0%, rgba(180, 35, 24, 0.25), transparent 34%),
    linear-gradient(135deg, #15242e, #24404f);
  border-radius: 24px;
  color: #ffffff;
  box-shadow: var(--emtr-shadow);
}

.emtr-cta .emtr-kicker {
  color: #ffb4ad;
}

.emtr-cta h2 {
  margin-bottom: 12px;
  font-size: clamp(28px, 4vw, 41px);
  line-height: 1.17;
}

.emtr-cta p {
  max-width: 760px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.78);
}

.emtr-cta__facts {
  display: grid;
  align-content: center;
  gap: 9px;
  padding: 23px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 17px;
}

.emtr-cta__facts div {
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.emtr-cta__facts div:last-child {
  border-bottom: 0;
}

.emtr-cta__facts strong,
.emtr-cta__facts span {
  display: block;
}

.emtr-cta__facts strong {
  margin-bottom: 3px;
  font-size: 14px;
}

.emtr-cta__facts span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.emtr-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
  padding: 28px 0 58px;
}

.emtr-links a {
  font-size: 14px;
  font-weight: 850;
}

@media (max-width: 1100px) {
  .emtr-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .emtr-role-grid,
  .emtr-circuit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .emtr-control-grid,
  .emtr-mistakes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .emtr-hero__grid,
  .emtr-material,
  .emtr-cta {
    grid-template-columns: 1fr;
  }

  .emtr-hero__card {
    max-width: 720px;
  }

  .emtr-question-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .emtr-guide {
    font-size: 16px;
  }

  .emtr-container {
    width: min(100% - 22px, 1180px);
  }

  .emtr-hero {
    padding: 45px 0 42px;
  }

  .emtr-hero h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .emtr-lead {
    font-size: 18px;
  }

  .emtr-hero__card {
    padding: 22px;
  }

  .emtr-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .emtr-btn {
    width: 100%;
  }

  .emtr-alert {
    grid-template-columns: 1fr;
    padding: 21px;
  }

  .emtr-nav {
    align-items: stretch;
    flex-direction: column;
  }

  .emtr-nav a {
    width: 100%;
  }

  .emtr-section {
    padding-top: 58px;
  }

  .emtr-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .emtr-heading__number {
    width: 47px;
    height: 47px;
  }

  .emtr-heading h2 {
    font-size: 30px;
  }

  .emtr-heading p:last-child {
    font-size: 16px;
  }

  .emtr-answer {
    padding: 23px;
  }

  .emtr-answer p {
    font-size: 17px;
  }

  .emtr-process,
  .emtr-role-grid,
  .emtr-tabs,
  .emtr-question-grid,
  .emtr-circuit-grid,
  .emtr-conductor-grid,
  .emtr-control-grid,
  .emtr-mistakes,
  .emtr-phrases {
    grid-template-columns: 1fr;
  }

  .emtr-step {
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 12px;
  }

  .emtr-timeline::before {
    left: 22px;
  }

  .emtr-step__number {
    width: 45px;
    height: 45px;
    border-width: 4px;
  }

  .emtr-step__content {
    padding: 20px;
  }

  .emtr-step__content h3 {
    font-size: 20px;
  }

  .emtr-step__content ul,
  .emtr-material__checks ul {
    grid-template-columns: 1fr;
  }

  .emtr-standards article {
    grid-template-columns: 1fr;
  }

  .emtr-standards__code {
    width: fit-content;
    min-width: 90px;
  }

  .emtr-cta {
    margin-top: 58px;
    padding: 25px;
  }
}

@media (max-width: 430px) {
  .emtr-hero h1 {
    font-size: 33px;
  }

  .emtr-voltage {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .emtr-step {
    grid-template-columns: 1fr;
  }

  .emtr-timeline::before {
    display: none;
  }

  .emtr-conductor {
    grid-template-columns: 1fr;
  }

  .emtr-conductor > span {
    width: 58px;
  }
}/* End custom CSS */