/* Start custom CSS for html, class: .elementor-element-68fc1c6 */.enpd-page {
  --enpd-surface: #ffffff;
  --enpd-soft: #edf3f5;
  --enpd-ink: #15232d;
  --enpd-muted: #5b6974;
  --enpd-line: #d7e0e5;
  --enpd-red: #b42318;
  --enpd-red-dark: #8d1c15;
  --enpd-blue: #0e6078;
  --enpd-blue-dark: #09485b;
  --enpd-purple: #7355a3;
  --enpd-green: #19704a;
  --enpd-radius: 22px;
  --enpd-shadow: 0 16px 44px rgba(21, 35, 45, 0.08);

  color: var(--enpd-ink);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.66;
}

.enpd-page,
.enpd-page * {
  box-sizing: border-box;
}

.enpd-page h1,
.enpd-page h2,
.enpd-page h3,
.enpd-page p,
.enpd-page ul {
  margin-top: 0;
}

.enpd-page a {
  color: var(--enpd-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.enpd-container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.enpd-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 62px;
  background:
    radial-gradient(circle at 92% 5%, rgba(180, 35, 24, 0.15), transparent 31%),
    radial-gradient(circle at 4% 98%, rgba(14, 96, 120, 0.17), transparent 34%),
    linear-gradient(145deg, #fafcfd 0%, #e9f1f4 100%);
  border-bottom: 1px solid var(--enpd-line);
}

.enpd-hero::after {
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 330px;
  height: 330px;
  border: 48px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.enpd-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 44px;
  align-items: center;
}

.enpd-eyebrow,
.enpd-kicker {
  margin-bottom: 9px;
  color: var(--enpd-red);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.enpd-hero h1 {
  max-width: 930px;
  margin-bottom: 23px;
  font-size: clamp(38px, 5.25vw, 64px);
  line-height: 1.07;
  letter-spacing: -0.04em;
}

.enpd-lead {
  max-width: 880px;
  margin-bottom: 28px;
  color: var(--enpd-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.enpd-lead span {
  color: var(--enpd-red);
  font-weight: 800;
}

.enpd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.enpd-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;
}

.enpd-btn:hover {
  transform: translateY(-2px);
}

.enpd-btn:focus-visible,
.enpd-page a:focus-visible,
.enpd-page summary:focus-visible {
  outline: 3px solid rgba(14, 96, 120, 0.28);
  outline-offset: 3px;
}

.enpd-btn--primary {
  background: var(--enpd-red);
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(180, 35, 24, 0.22);
}

.enpd-btn--primary:hover {
  background: var(--enpd-red-dark);
}

.enpd-btn--secondary {
  border-color: var(--enpd-ink);
  background: rgba(255, 255, 255, 0.82);
  color: var(--enpd-ink) !important;
}

.enpd-btn--secondary:hover {
  background: var(--enpd-ink);
  color: #ffffff !important;
}

.enpd-btn--max {
  background: #111827;
  color: #ffffff !important;
}

.enpd-btn--max:hover {
  background: #000000;
}

.enpd-btn--telegram {
  background: #1676a6;
  color: #ffffff !important;
}

.enpd-btn--telegram:hover {
  background: #105c82;
}

.enpd-hero__card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(215, 224, 229, 0.92);
  border-radius: var(--enpd-radius);
  box-shadow: var(--enpd-shadow);
  backdrop-filter: blur(8px);
}

.enpd-mini-device {
  min-width: 0;
  padding: 17px;
  background: #f7f9fa;
  border: 1px solid var(--enpd-line);
  border-bottom: 6px solid var(--enpd-blue);
  border-radius: 14px;
}

.enpd-mini-device span,
.enpd-mini-device strong,
.enpd-mini-device small {
  display: block;
}

.enpd-mini-device span {
  margin-bottom: 4px;
  color: var(--enpd-muted);
  font-size: 11px;
  font-weight: 900;
}

.enpd-mini-device strong {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.25;
}

.enpd-mini-device small {
  color: var(--enpd-muted);
  font-size: 11px;
}

.enpd-mini-device--mcb {
  border-bottom-color: var(--enpd-blue);
}

.enpd-mini-device--rccb {
  border-bottom-color: var(--enpd-purple);
}

.enpd-mini-device--rcbo {
  border-bottom-color: var(--enpd-red);
}

.enpd-mini-device--rcd {
  border-bottom-color: var(--enpd-green);
}

.enpd-alert {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  margin-top: 30px;
  padding: 24px;
  border: 1px solid var(--enpd-line);
  border-radius: 18px;
}

.enpd-alert h2,
.enpd-alert h3 {
  margin-bottom: 7px;
  font-size: 21px;
  line-height: 1.3;
}

.enpd-alert p {
  margin-bottom: 0;
  color: var(--enpd-muted);
}

.enpd-alert p span {
  color: var(--enpd-red);
  font-weight: 800;
}

.enpd-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;
}

.enpd-alert--language,
.enpd-alert--info {
  background: #f2f8fa;
}

.enpd-alert--language .enpd-alert__icon,
.enpd-alert--info .enpd-alert__icon {
  background: var(--enpd-blue);
}

.enpd-alert--danger {
  background: #fff3f1;
  border-color: #edc8c3;
}

.enpd-alert--danger .enpd-alert__icon {
  background: var(--enpd-red);
}

.enpd-alert--inside {
  margin-top: 20px;
}

.enpd-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
  padding: 12px;
  background: var(--enpd-surface);
  border: 1px solid var(--enpd-line);
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(21, 35, 45, 0.035);
}

.enpd-nav a {
  padding: 8px 12px;
  border-radius: 9px;
  color: var(--enpd-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.enpd-nav a:hover {
  background: var(--enpd-soft);
  color: var(--enpd-blue);
}

.enpd-section {
  padding-top: 78px;
  scroll-margin-top: 28px;
}

.enpd-heading {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 20px;
  max-width: 950px;
  margin-bottom: 31px;
}

.enpd-heading__number {
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  background: var(--enpd-ink);
  border-radius: 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.enpd-heading h2 {
  margin-bottom: 9px;
  font-size: clamp(29px, 4vw, 43px);
  line-height: 1.17;
  letter-spacing: -0.027em;
}

.enpd-heading p:last-child {
  margin-bottom: 0;
  color: var(--enpd-muted);
  font-size: 18px;
}

.enpd-direct-answer {
  padding: 28px 30px;
  background: linear-gradient(135deg, var(--enpd-ink), #263f4d);
  border-radius: 20px;
  color: #ffffff;
  box-shadow: var(--enpd-shadow);
}

.enpd-direct-answer p {
  max-width: 1080px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.65;
}

.enpd-answer-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.enpd-answer-cards article {
  min-width: 0;
  padding: 22px;
  background: var(--enpd-surface);
  border: 1px solid var(--enpd-line);
  border-radius: 16px;
}

.enpd-answer-cards span {
  display: inline-flex;
  margin-bottom: 11px;
  padding: 5px 9px;
  background: var(--enpd-blue);
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.enpd-answer-cards article:nth-child(2) span {
  background: var(--enpd-purple);
}

.enpd-answer-cards article:nth-child(3) span {
  background: var(--enpd-red);
}

.enpd-answer-cards h3 {
  margin-bottom: 7px;
  font-size: 19px;
}

.enpd-answer-cards p {
  margin-bottom: 0;
  color: var(--enpd-muted);
  font-size: 14px;
}

.enpd-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--enpd-line);
  border-radius: 18px;
  box-shadow: 0 9px 28px rgba(21, 35, 45, 0.04);
  -webkit-overflow-scrolling: touch;
}

.enpd-table {
  width: 100%;
  min-width: 990px;
  border-collapse: collapse;
  background: var(--enpd-surface);
}

.enpd-table th,
.enpd-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--enpd-line);
  text-align: left;
  vertical-align: top;
}

.enpd-table th {
  background: var(--enpd-ink);
  color: #ffffff;
  font-size: 14px;
}

.enpd-table td {
  font-size: 14px;
}

.enpd-table tr:last-child td {
  border-bottom: 0;
}

.enpd-table tbody tr:hover {
  background: #f8fafb;
}

.enpd-yes,
.enpd-no {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

.enpd-yes {
  background: #e5f4eb;
  color: var(--enpd-green);
}

.enpd-no {
  background: #fff0ee;
  color: var(--enpd-red);
}

.enpd-note {
  margin-top: 18px;
  padding: 20px 23px;
  background: #f5f8fa;
  border-left: 5px solid var(--enpd-blue);
  border-radius: 12px;
  color: var(--enpd-muted);
}

.enpd-note strong {
  color: var(--enpd-ink);
}

.enpd-russian-names {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.enpd-name-card {
  min-width: 0;
  padding: 24px;
  background: var(--enpd-surface);
  border: 1px solid var(--enpd-line);
  border-top: 7px solid var(--enpd-blue);
  border-radius: 17px;
}

.enpd-name-card--rccb {
  border-top-color: var(--enpd-purple);
}

.enpd-name-card--rcbo {
  border-top-color: var(--enpd-red);
}

.enpd-name-card__abbr {
  display: inline-flex;
  margin-bottom: 11px;
  padding: 6px 10px;
  background: var(--enpd-ink);
  border-radius: 9px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.enpd-name-card > p {
  margin-bottom: 5px;
  color: var(--enpd-red);
  font-size: 14px;
  font-weight: 850;
}

.enpd-name-card h3 {
  margin-bottom: 11px;
  font-size: 21px;
  line-height: 1.3;
}

.enpd-name-card ul {
  display: grid;
  gap: 7px;
  margin-bottom: 0;
  padding-left: 20px;
  color: var(--enpd-muted);
  font-size: 14px;
}

.enpd-name-card ul span {
  color: var(--enpd-ink);
  font-weight: 800;
}

.enpd-warning {
  margin-top: 20px;
  padding: 24px;
  background: #fff3f1;
  border: 1px solid #eac7c2;
  border-left: 6px solid var(--enpd-red);
  border-radius: 15px;
}

.enpd-warning h3 {
  margin-bottom: 7px;
  font-size: 21px;
}

.enpd-warning p {
  margin-bottom: 0;
  color: var(--enpd-muted);
}

.enpd-device-example {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 23px;
  align-items: stretch;
}

.enpd-device-face {
  display: flex;
  min-height: 500px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 27px;
  background: linear-gradient(145deg, #ffffff, #dfe5e8);
  border: 1px solid #aeb9bf;
  border-bottom: 10px solid var(--enpd-red);
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(21, 35, 45, 0.13);
}

.enpd-device-face__brand {
  margin-bottom: 24px;
  color: var(--enpd-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.enpd-device-face__standard {
  margin-bottom: 16px;
  color: var(--enpd-blue-dark);
  font-size: 15px;
  font-weight: 850;
}

.enpd-device-face__main {
  margin-bottom: 12px;
  color: var(--enpd-ink);
  font-size: 57px;
  font-weight: 950;
  line-height: 1;
}

.enpd-device-face__secondary {
  margin-bottom: 7px;
  color: var(--enpd-muted);
  font-size: 16px;
  font-weight: 800;
}

.enpd-device-face button {
  width: 82px;
  height: 52px;
  margin-top: 22px;
  background: #e8e8e8;
  border: 2px solid #8d969b;
  border-radius: 8px;
  color: var(--enpd-ink);
  font-size: 13px;
  font-weight: 900;
  pointer-events: none;
}

.enpd-device-legend {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.enpd-device-legend article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 18px;
  background: var(--enpd-surface);
  border: 1px solid var(--enpd-line);
  border-radius: 14px;
}

.enpd-device-legend article > span {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  background: var(--enpd-blue);
  border-radius: 9px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
}

.enpd-device-legend strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

.enpd-device-legend p {
  margin-bottom: 0;
  color: var(--enpd-muted);
  font-size: 13px;
}

.enpd-marking-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.enpd-marking-grid article {
  min-width: 0;
  padding: 21px;
  background: #f4f8fa;
  border: 1px solid #c9dce4;
  border-radius: 15px;
}

.enpd-marking-grid h3 {
  margin-bottom: 7px;
  font-size: 18px;
}

.enpd-marking-grid p {
  margin-bottom: 0;
  color: var(--enpd-muted);
  font-size: 14px;
}

.enpd-device-section {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.enpd-device-section__badge {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
  background: linear-gradient(145deg, #ffffff, #e0e6e9);
  border: 1px solid #b5c0c5;
  border-bottom: 9px solid var(--enpd-blue);
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 15px 32px rgba(21, 35, 45, 0.1);
}

.enpd-device-section__badge span,
.enpd-device-section__badge strong,
.enpd-device-section__badge small {
  display: block;
}

.enpd-device-section__badge span {
  margin-bottom: 9px;
  color: var(--enpd-muted);
  font-size: 15px;
  font-weight: 900;
}

.enpd-device-section__badge strong {
  margin-bottom: 7px;
  font-size: 47px;
  line-height: 1;
}

.enpd-device-section__badge small {
  color: var(--enpd-muted);
  font-size: 14px;
}

.enpd-device-section__badge--rccb {
  border-bottom-color: var(--enpd-purple);
}

.enpd-device-section__badge--rcbo {
  border-bottom-color: var(--enpd-red);
}

.enpd-device-section__content {
  padding: 25px;
  background: var(--enpd-surface);
  border: 1px solid var(--enpd-line);
  border-radius: 18px;
}

.enpd-device-section__content > p {
  margin-bottom: 18px;
  color: var(--enpd-muted);
  font-size: 18px;
}

.enpd-two-causes,
.enpd-rccb-points,
.enpd-rcbo-benefits {
  display: grid;
  gap: 13px;
}

.enpd-two-causes {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.enpd-two-causes article,
.enpd-rccb-points article,
.enpd-rcbo-benefits article {
  padding: 18px;
  background: #f5f8fa;
  border-radius: 13px;
}

.enpd-two-causes h3,
.enpd-rccb-points h3,
.enpd-rcbo-benefits h3 {
  margin-bottom: 6px;
  font-size: 18px;
}

.enpd-two-causes p,
.enpd-rccb-points p,
.enpd-rcbo-benefits p {
  margin-bottom: 0;
  color: var(--enpd-muted);
  font-size: 14px;
}

.enpd-two-causes span {
  display: block;
  margin-top: 9px;
  color: var(--enpd-red);
  font-size: 12px;
  font-weight: 800;
}

.enpd-curves {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.enpd-curves article {
  min-width: 0;
  padding: 22px;
  background: var(--enpd-surface);
  border: 1px solid var(--enpd-line);
  border-radius: 16px;
}

.enpd-curves strong {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
  background: var(--enpd-blue);
  border-radius: 11px;
  color: #ffffff;
  font-size: 17px;
}

.enpd-curves h3 {
  margin-bottom: 7px;
  font-size: 18px;
}

.enpd-curves p {
  margin-bottom: 0;
  color: var(--enpd-muted);
  font-size: 14px;
}

.enpd-types {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.enpd-type {
  min-width: 0;
  padding: 22px;
  background: var(--enpd-surface);
  border: 1px solid var(--enpd-line);
  border-top: 6px solid #87959d;
  border-radius: 16px;
}

.enpd-type--a {
  border-top-color: var(--enpd-blue);
}

.enpd-type--f {
  border-top-color: var(--enpd-purple);
}

.enpd-type--b {
  border-top-color: var(--enpd-red);
}

.enpd-type__letter {
  display: flex;
  min-width: 48px;
  width: fit-content;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 6px 10px;
  background: var(--enpd-ink);
  border-radius: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.enpd-type h3 {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1.3;
}

.enpd-type p {
  margin-bottom: 12px;
  color: var(--enpd-muted);
  font-size: 14px;
}

.enpd-type span {
  display: block;
  padding: 8px 10px;
  background: var(--enpd-soft);
  border-radius: 9px;
  color: var(--enpd-muted);
  font-size: 12px;
}

.enpd-type-note {
  margin-top: 20px;
  padding: 23px;
  background: #f4f8fa;
  border: 1px solid #c9dce4;
  border-radius: 15px;
}

.enpd-type-note h3 {
  margin-bottom: 7px;
  font-size: 20px;
}

.enpd-type-note p {
  margin-bottom: 0;
  color: var(--enpd-muted);
}

.enpd-sensitivity {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.enpd-sensitivity article {
  min-width: 0;
  padding: 22px;
  background: var(--enpd-surface);
  border: 1px solid var(--enpd-line);
  border-radius: 16px;
}

.enpd-sensitivity__value {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  background: var(--enpd-blue);
  border-radius: 999px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.enpd-sensitivity article:last-child .enpd-sensitivity__value {
  background: var(--enpd-red);
}

.enpd-sensitivity h3 {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1.3;
}

.enpd-sensitivity p {
  margin-bottom: 0;
  color: var(--enpd-muted);
  font-size: 14px;
}

.enpd-test-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 23px;
  align-items: stretch;
}

.enpd-test-button-visual {
  display: flex;
  min-height: 290px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
  background: linear-gradient(145deg, #ffffff, #e1e6e9);
  border: 1px solid #b4bfc4;
  border-radius: 18px;
  box-shadow: 0 15px 32px rgba(21, 35, 45, 0.1);
}

.enpd-test-button-visual span {
  display: flex;
  width: 82px;
  height: 82px;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  background: #d8dde0;
  border: 3px solid #879198;
  border-radius: 12px;
  font-size: 27px;
  font-weight: 900;
}

.enpd-test-button-visual strong,
.enpd-test-button-visual small {
  display: block;
}

.enpd-test-button-visual strong {
  margin-bottom: 5px;
  font-size: 27px;
}

.enpd-test-button-visual small {
  color: var(--enpd-muted);
}

.enpd-test-content {
  padding: 25px;
  background: var(--enpd-surface);
  border: 1px solid var(--enpd-line);
  border-radius: 18px;
}

.enpd-test-content > p {
  color: var(--enpd-muted);
  font-size: 18px;
}

.enpd-test-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.enpd-test-columns article {
  padding: 19px;
  background: #f5f8fa;
  border-radius: 13px;
}

.enpd-test-columns article:last-child {
  background: #fff3f1;
}

.enpd-test-columns h3 {
  margin-bottom: 9px;
  font-size: 18px;
}

.enpd-test-columns ul {
  display: grid;
  gap: 7px;
  margin-bottom: 0;
  padding-left: 19px;
  color: var(--enpd-muted);
  font-size: 14px;
}

.enpd-tripping {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.enpd-tripping article {
  min-width: 0;
  padding: 22px;
  background: var(--enpd-surface);
  border: 1px solid var(--enpd-line);
  border-radius: 16px;
}

.enpd-tripping__device {
  display: inline-flex;
  margin-bottom: 11px;
  padding: 5px 9px;
  background: var(--enpd-blue);
  border-radius: 999px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
}

.enpd-tripping__device--rccb {
  background: var(--enpd-purple);
}

.enpd-tripping__device--rcbo {
  background: var(--enpd-red);
}

.enpd-tripping h3 {
  margin-bottom: 7px;
  font-size: 18px;
}

.enpd-tripping p {
  margin-bottom: 0;
  color: var(--enpd-muted);
  font-size: 14px;
}

.enpd-stop {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin-top: 20px;
  padding: 24px;
  background: var(--enpd-ink);
  border-radius: 18px;
  color: #ffffff;
}

.enpd-stop > span {
  display: flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  background: var(--enpd-red);
  border: 5px solid #ffffff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.enpd-stop h3 {
  margin-bottom: 6px;
  font-size: 21px;
}

.enpd-stop p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
}

.enpd-selection {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.enpd-selection article {
  min-width: 0;
  padding: 22px;
  background: var(--enpd-surface);
  border: 1px solid var(--enpd-line);
  border-radius: 16px;
}

.enpd-selection > article > span {
  display: block;
  margin-bottom: 9px;
  color: var(--enpd-red);
  font-size: 12px;
  font-weight: 900;
}

.enpd-selection h3 {
  margin-bottom: 7px;
  font-size: 18px;
}

.enpd-selection p {
  margin-bottom: 0;
  color: var(--enpd-muted);
  font-size: 14px;
}

.enpd-mistakes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.enpd-mistakes article {
  min-width: 0;
  padding: 22px;
  background: #fff7f3;
  border: 1px solid #ecd2c8;
  border-radius: 16px;
}

.enpd-mistakes > article > span {
  display: block;
  margin-bottom: 9px;
  color: var(--enpd-red);
  font-size: 12px;
  font-weight: 900;
}

.enpd-mistakes h3 {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1.3;
}

.enpd-mistakes p {
  margin-bottom: 0;
  color: var(--enpd-muted);
  font-size: 14px;
}

.enpd-phrases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.enpd-phrases article {
  overflow: hidden;
  background: var(--enpd-surface);
  border: 1px solid var(--enpd-line);
  border-radius: 14px;
}

.enpd-phrases p,
.enpd-phrases strong {
  display: block;
  margin-bottom: 0;
  padding: 13px 16px;
}

.enpd-phrases p {
  background: var(--enpd-soft);
  color: var(--enpd-ink);
  font-weight: 850;
}

.enpd-phrases strong {
  color: var(--enpd-muted);
  font-size: 14px;
  font-weight: 650;
}

.enpd-standards {
  display: grid;
  gap: 13px;
}

.enpd-standards article {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 19px;
  align-items: start;
  padding: 21px;
  background: var(--enpd-surface);
  border: 1px solid var(--enpd-line);
  border-radius: 15px;
}

.enpd-standard__code {
  display: flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: var(--enpd-soft);
  border-radius: 11px;
  color: var(--enpd-blue-dark);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.enpd-standards h3 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.35;
}

.enpd-standards p {
  margin-bottom: 0;
  color: var(--enpd-muted);
  font-size: 15px;
}

.enpd-faq {
  display: grid;
  gap: 11px;
}

.enpd-faq details {
  overflow: hidden;
  background: var(--enpd-surface);
  border: 1px solid var(--enpd-line);
  border-radius: 15px;
}

.enpd-faq summary {
  position: relative;
  padding: 18px 54px 18px 20px;
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}

.enpd-faq summary::-webkit-details-marker {
  display: none;
}

.enpd-faq summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--enpd-blue);
  content: "+";
  font-size: 24px;
  font-weight: 700;
}

.enpd-faq details[open] summary::after {
  content: "−";
}

.enpd-faq details > div {
  padding: 0 20px 18px;
  color: var(--enpd-muted);
}

.enpd-faq details p {
  margin-bottom: 0;
}

.enpd-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(270px, 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(--enpd-shadow);
}

.enpd-cta .enpd-kicker {
  color: #ffb4ad;
}

.enpd-cta h2 {
  margin-bottom: 12px;
  font-size: clamp(28px, 4vw, 41px);
  line-height: 1.17;
}

.enpd-cta p {
  max-width: 780px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.78);
}

.enpd-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;
}

.enpd-cta__facts div {
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.enpd-cta__facts div:last-child {
  border-bottom: 0;
}

.enpd-cta__facts strong,
.enpd-cta__facts span {
  display: block;
}

.enpd-cta__facts strong {
  margin-bottom: 3px;
  font-size: 14px;
}

.enpd-cta__facts span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.enpd-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
  padding: 28px 0 58px;
}

.enpd-footer-links a {
  font-size: 14px;
  font-weight: 850;
}

@media (max-width: 1080px) {
  .enpd-marking-grid,
  .enpd-types,
  .enpd-sensitivity {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 950px) {
  .enpd-hero__grid,
  .enpd-device-example,
  .enpd-device-section,
  .enpd-test-layout,
  .enpd-cta {
    grid-template-columns: 1fr;
  }

  .enpd-hero__card,
  .enpd-device-face,
  .enpd-device-section__badge,
  .enpd-test-button-visual {
    max-width: 720px;
  }

  .enpd-selection,
  .enpd-mistakes,
  .enpd-tripping {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .enpd-page {
    font-size: 16px;
  }

  .enpd-container {
    width: min(100% - 22px, 1180px);
  }

  .enpd-hero {
    padding: 45px 0 42px;
  }

  .enpd-hero h1 {
    font-size: clamp(33px, 10.2vw, 46px);
  }

  .enpd-lead {
    font-size: 18px;
  }

  .enpd-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .enpd-btn {
    width: 100%;
  }

  .enpd-alert {
    grid-template-columns: 1fr;
    padding: 21px;
  }

  .enpd-nav {
    align-items: stretch;
    flex-direction: column;
  }

  .enpd-nav a {
    width: 100%;
  }

  .enpd-section {
    padding-top: 58px;
  }

  .enpd-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .enpd-heading__number {
    width: 47px;
    height: 47px;
  }

  .enpd-heading h2 {
    font-size: 30px;
  }

  .enpd-heading p:last-child {
    font-size: 16px;
  }

  .enpd-direct-answer {
    padding: 23px;
  }

  .enpd-direct-answer p {
    font-size: 17px;
  }

  .enpd-answer-cards,
  .enpd-russian-names,
  .enpd-device-legend,
  .enpd-marking-grid,
  .enpd-two-causes,
  .enpd-curves,
  .enpd-types,
  .enpd-sensitivity,
  .enpd-test-columns,
  .enpd-tripping,
  .enpd-selection,
  .enpd-mistakes,
  .enpd-phrases {
    grid-template-columns: 1fr;
  }

  .enpd-device-face {
    min-height: 430px;
  }

  .enpd-stop {
    grid-template-columns: 1fr;
  }

  .enpd-standards article {
    grid-template-columns: 1fr;
  }

  .enpd-standard__code {
    width: fit-content;
    min-width: 100px;
  }

  .enpd-cta {
    margin-top: 58px;
    padding: 25px;
  }
}

@media (max-width: 430px) {
  .enpd-hero h1 {
    font-size: 31px;
  }

  .enpd-hero__card {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .enpd-device-face__main {
    font-size: 48px;
  }

  .enpd-device-section__badge strong {
    font-size: 40px;
  }
}/* End custom CSS */