/* Start custom CSS for html, class: .elementor-element-6cd4cef */.ev-home-page {
  --ev-blue: #1268b3;
  --ev-blue-dark: #0a3a66;
  --ev-blue-soft: #edf7ff;
  --ev-cyan: #1c8ea8;
  --ev-green: #18764b;
  --ev-green-soft: #ecf8f1;
  --ev-yellow: #ffce57;
  --ev-orange: #ad5c0a;
  --ev-orange-soft: #fff7e8;
  --ev-red: #a52d2d;
  --ev-red-soft: #fff1f1;
  --ev-ink: #172033;
  --ev-text: #344054;
  --ev-muted: #667085;
  --ev-line: #d8e2ec;
  --ev-soft: #f6f8fb;
  --ev-white: #ffffff;
  --ev-radius: 18px;
  width: 100%;
  color: var(--ev-text);
  font-size: 17px;
  line-height: 1.68;
}

.ev-home-page *,
.ev-home-page *::before,
.ev-home-page *::after {
  box-sizing: border-box;
}

.ev-home-page h1,
.ev-home-page h2,
.ev-home-page h3,
.ev-home-page p,
.ev-home-page ul,
.ev-home-page ol,
.ev-home-page blockquote {
  margin-top: 0;
}

.ev-home-page h1,
.ev-home-page h2,
.ev-home-page h3 {
  color: var(--ev-ink);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ev-home-page h1 {
  margin-bottom: 20px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
}

.ev-home-page h2 {
  margin-bottom: 18px;
  font-size: clamp(27px, 3.7vw, 42px);
  line-height: 1.17;
}

.ev-home-page h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.28;
}

.ev-home-page p {
  margin-bottom: 18px;
}

.ev-home-page a {
  color: var(--ev-blue);
  text-underline-offset: 3px;
}

.ev-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.75fr);
  gap: 28px;
  margin-bottom: 26px;
  padding: clamp(24px, 5vw, 54px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 10%, rgba(87, 213, 231, 0.26), transparent 27%),
    linear-gradient(135deg, #082f54 0%, #1268b3 62%, #168aa3 100%);
  box-shadow: 0 20px 52px rgba(10, 58, 102, 0.22);
}

.ev-hero h1,
.ev-hero h2,
.ev-hero p,
.ev-hero li {
  color: var(--ev-white);
}

.ev-eyebrow,
.ev-section__kicker,
.ev-final-cta__label,
.ev-inline-tool__label,
.ev-hero__aside-label,
.ev-load-grid__label {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ev-eyebrow {
  color: #ccecff !important;
}

.ev-hero__lead {
  max-width: 860px;
  margin-bottom: 24px;
  font-size: clamp(19px, 2.3vw, 23px);
  line-height: 1.5;
}

.ev-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0;
}

.ev-fact {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
}

.ev-fact strong,
.ev-fact span {
  display: block;
}

.ev-fact strong {
  margin-bottom: 3px;
  color: var(--ev-white);
  font-size: 18px;
}

.ev-fact span {
  color: #e3f4ff;
  font-size: 14px;
  line-height: 1.4;
}

.ev-actions,
.ev-service__actions,
.ev-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ev-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid var(--ev-blue);
  border-radius: 10px;
  color: var(--ev-blue);
  background: var(--ev-white);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.ev-button:hover,
.ev-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(18, 104, 179, 0.22);
}

.ev-button--primary {
  border-color: var(--ev-yellow);
  color: var(--ev-ink) !important;
  background: var(--ev-yellow);
}

.ev-button--secondary {
  border-color: var(--ev-blue);
  color: var(--ev-white) !important;
  background: var(--ev-blue);
}

.ev-button--ghost {
  border-color: rgba(255, 255, 255, 0.48);
  color: var(--ev-white) !important;
  background: rgba(255, 255, 255, 0.08);
}

.ev-button--light {
  border-color: var(--ev-white);
  color: var(--ev-blue-dark) !important;
  background: var(--ev-white);
}

.ev-button--outline-light {
  border-color: rgba(255, 255, 255, 0.66);
  color: var(--ev-white) !important;
  background: transparent;
}

.ev-hero__note {
  margin: 16px 0 0;
  color: #d7edff !important;
  font-size: 13px;
  line-height: 1.5;
}

.ev-hero__aside {
  align-self: start;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 17px;
  background: rgba(4, 31, 54, 0.38);
}

.ev-hero__aside-label {
  color: #aee8f3 !important;
}

.ev-hero__aside h2 {
  margin-bottom: 16px;
  font-size: 24px;
}

.ev-check-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ev-check-list li {
  position: relative;
  padding-left: 28px;
  line-height: 1.5;
}

.ev-check-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #9fe5bd;
  font-weight: 900;
}

.ev-toc,
.ev-section,
.ev-related {
  margin-bottom: 26px;
  padding: clamp(23px, 4vw, 42px);
  border: 1px solid var(--ev-line);
  border-radius: var(--ev-radius);
  background: var(--ev-white);
}

.ev-toc {
  padding: 24px;
}

.ev-toc__title {
  margin-bottom: 14px;
  color: var(--ev-ink);
  font-size: 20px;
  font-weight: 800;
}

.ev-toc__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
}

.ev-toc__grid a {
  position: relative;
  padding: 7px 0 7px 18px;
  color: var(--ev-text);
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
}

.ev-toc__grid a::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ev-cyan);
}

.ev-toc__grid a:hover,
.ev-toc__grid a:focus-visible {
  color: var(--ev-blue);
  text-decoration: underline;
}

.ev-section__heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.ev-section__number {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  color: var(--ev-white);
  background: linear-gradient(135deg, var(--ev-blue), var(--ev-cyan));
  font-size: 14px;
  font-weight: 900;
}

.ev-section__heading h2 {
  margin-bottom: 0;
}

.ev-section__kicker,
.ev-inline-tool__label,
.ev-load-grid__label {
  color: var(--ev-blue);
}

.ev-lead {
  color: var(--ev-ink);
  font-size: 20px;
  line-height: 1.58;
}

.ev-summary-grid,
.ev-result-grid,
.ev-power-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin: 22px 0;
}

.ev-summary-grid article,
.ev-result-grid article,
.ev-power-grid article {
  padding: 20px;
  border: 1px solid var(--ev-line);
  border-radius: 14px;
  background: var(--ev-soft);
}

.ev-summary-grid article > span,
.ev-result-grid article > span,
.ev-protection-grid article > span {
  display: block;
  margin-bottom: 10px;
  color: var(--ev-blue);
  font-size: 13px;
  font-weight: 900;
}

.ev-summary-grid article p,
.ev-result-grid article p,
.ev-power-grid article p,
.ev-diagnostic-grid article p,
.ev-protection-grid article p,
.ev-norms-grid article p {
  margin-bottom: 0;
  font-size: 15px;
}

.ev-callout {
  margin: 22px 0 0;
  padding: 18px 20px;
  border-left: 5px solid var(--ev-blue);
  border-radius: 11px;
  background: var(--ev-blue-soft);
  color: var(--ev-ink);
}

.ev-callout--warning {
  border-left-color: var(--ev-orange);
  background: var(--ev-orange-soft);
}

.ev-callout--danger {
  border-left-color: var(--ev-red);
  background: var(--ev-red-soft);
}

.ev-card-grid,
.ev-diagnostic-grid,
.ev-protection-grid,
.ev-norms-grid,
.ev-load-grid,
.ev-defect-grid,
.ev-related__grid {
  display: grid;
  gap: 14px;
  margin: 22px 0;
}

.ev-card-grid--two,
.ev-load-grid,
.ev-defect-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ev-card-grid--three,
.ev-diagnostic-grid,
.ev-protection-grid,
.ev-norms-grid,
.ev-related__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ev-card,
.ev-diagnostic-grid article,
.ev-protection-grid article,
.ev-norms-grid article,
.ev-load-grid article {
  padding: 20px;
  border: 1px solid var(--ev-line);
  border-radius: 14px;
  background: var(--ev-soft);
}

.ev-card p:last-child,
.ev-card ul:last-child,
.ev-load-grid article p:last-child {
  margin-bottom: 0;
}

.ev-card ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

.ev-card li {
  margin-bottom: 6px;
}

.ev-card__tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--ev-blue-dark);
  background: #dceeff;
  font-size: 12px;
  font-weight: 800;
}

.ev-inline-tool {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 24px;
  padding: 23px;
  border: 1px solid #bcdcf1;
  border-radius: 15px;
  background: var(--ev-blue-soft);
}

.ev-inline-tool h3 {
  margin-bottom: 7px;
  font-size: 24px;
}

.ev-inline-tool p:last-child {
  margin-bottom: 0;
}

.ev-table-wrap {
  width: 100%;
  margin: 22px 0;
  overflow-x: auto;
  border: 1px solid var(--ev-line);
  border-radius: 14px;
  -webkit-overflow-scrolling: touch;
}

.ev-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  background: var(--ev-white);
}

.ev-table th,
.ev-table td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--ev-line);
  vertical-align: top;
  text-align: left;
}

.ev-table th {
  color: var(--ev-ink);
  background: #edf4fb;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.ev-table td {
  font-size: 15px;
  line-height: 1.52;
}

.ev-table tbody tr:last-child td {
  border-bottom: 0;
}

.ev-table tbody tr:nth-child(even) td {
  background: #fbfcfe;
}

.ev-power-grid span,
.ev-power-grid strong {
  display: block;
}

.ev-power-grid span {
  margin-bottom: 8px;
  color: var(--ev-cyan);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.ev-power-grid strong {
  margin-bottom: 8px;
  color: var(--ev-ink);
  font-size: 22px;
}

.ev-document-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.ev-document-list li {
  position: relative;
  padding: 16px 16px 16px 43px;
  border: 1px solid var(--ev-line);
  border-radius: 12px;
  background: var(--ev-soft);
}

.ev-document-list li::before {
  content: "✓";
  position: absolute;
  top: 16px;
  left: 17px;
  color: var(--ev-green);
  font-weight: 900;
}

.ev-small-note {
  margin: 18px 0 0;
  color: var(--ev-muted);
  font-size: 14px;
}

.ev-condition-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.ev-condition-grid article {
  padding: 21px;
  border-radius: 14px;
}

.ev-condition-grid__good {
  border: 1px solid #bddfca;
  background: var(--ev-green-soft);
}

.ev-condition-grid__bad {
  border: 1px solid #efc3c3;
  background: var(--ev-red-soft);
}

.ev-condition-grid ul {
  margin-bottom: 0;
  padding-left: 21px;
}

.ev-condition-grid li {
  margin-bottom: 6px;
}

.ev-timeline {
  display: grid;
  gap: 12px;
}

.ev-timeline article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 17px;
  border: 1px solid var(--ev-line);
  border-radius: 13px;
  background: var(--ev-soft);
}

.ev-timeline article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--ev-white);
  background: linear-gradient(135deg, var(--ev-blue), var(--ev-cyan));
  font-size: 14px;
  font-weight: 900;
}

.ev-timeline h3 {
  margin-bottom: 5px;
  font-size: 19px;
}

.ev-timeline p {
  margin-bottom: 0;
  font-size: 15px;
}

.ev-service {
  margin-bottom: 26px;
  padding: clamp(24px, 4vw, 44px);
  border-radius: 22px;
  background: #0d2943;
  box-shadow: 0 18px 45px rgba(13, 41, 67, 0.2);
}

.ev-service h2,
.ev-service h3,
.ev-service p,
.ev-service li,
.ev-service span,
.ev-service strong {
  color: var(--ev-white);
}

.ev-service .ev-section__kicker {
  color: #9edbf0;
}

.ev-service__header {
  max-width: 900px;
}

.ev-service__conditions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.ev-service__conditions > div {
  padding: 18px;
  border-radius: 13px;
  background: var(--ev-white);
}

.ev-service__conditions span,
.ev-service__conditions strong,
.ev-service__conditions p {
  color: var(--ev-ink);
}

.ev-service__conditions span {
  display: block;
  margin-bottom: 4px;
  color: var(--ev-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ev-service__conditions strong {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
}

.ev-service__conditions p {
  margin-bottom: 0;
  font-size: 14px;
}

.ev-service__warranty {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.ev-service__warranty article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.07);
}

.ev-service__warranty strong {
  font-size: 27px;
}

.ev-service__warranty span {
  color: #d9e8f3;
  font-size: 14px;
  line-height: 1.45;
}

.ev-service__consultation {
  margin: 22px 0;
  padding: 20px;
  border: 1px solid rgba(255, 206, 87, 0.48);
  border-radius: 13px;
  background: rgba(255, 206, 87, 0.08);
}

.ev-service__consultation ul {
  columns: 2;
  gap: 30px;
  padding-left: 21px;
}

.ev-service__consultation li {
  margin-bottom: 6px;
}

.ev-service__consultation p {
  margin-bottom: 0;
  color: #e1edf5;
  font-size: 14px;
}

.ev-service__footnote {
  margin: 17px 0 0;
  color: #bed2e1 !important;
  font-size: 13px;
}

.ev-defect-grid article {
  position: relative;
  padding: 19px 19px 19px 52px;
  border: 1px solid #efcccc;
  border-radius: 13px;
  background: var(--ev-red-soft);
}

.ev-defect-grid article::before {
  content: "!";
  position: absolute;
  top: 19px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: var(--ev-white);
  background: var(--ev-red);
  font-size: 14px;
  font-weight: 900;
}

.ev-defect-grid h3 {
  margin-bottom: 5px;
  color: #752020;
  font-size: 18px;
}

.ev-defect-grid p {
  margin-bottom: 0;
  font-size: 15px;
}

.ev-faq {
  display: grid;
  gap: 10px;
}

.ev-faq details {
  border: 1px solid var(--ev-line);
  border-radius: 12px;
  background: var(--ev-white);
  overflow: hidden;
}

.ev-faq summary {
  position: relative;
  padding: 18px 52px 18px 18px;
  color: var(--ev-ink);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.ev-faq summary::-webkit-details-marker {
  display: none;
}

.ev-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--ev-blue);
  font-size: 26px;
  font-weight: 500;
}

.ev-faq details[open] summary::after {
  content: "−";
}

.ev-faq details[open] summary {
  border-bottom: 1px solid var(--ev-line);
  background: var(--ev-blue-soft);
}

.ev-faq details > div {
  padding: 18px;
}

.ev-faq details p:last-child {
  margin-bottom: 0;
}

.ev-related {
  background: var(--ev-soft);
}

.ev-related__grid a {
  display: block;
  padding: 20px;
  border: 1px solid var(--ev-line);
  border-radius: 14px;
  color: var(--ev-text);
  background: var(--ev-white);
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.ev-related__grid a:hover,
.ev-related__grid a:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(23, 32, 51, 0.09);
}

.ev-related__grid span,
.ev-related__grid strong {
  display: block;
}

.ev-related__grid span {
  margin-bottom: 7px;
  color: var(--ev-cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ev-related__grid strong {
  margin-bottom: 7px;
  color: var(--ev-ink);
  font-size: 18px;
  line-height: 1.35;
}

.ev-related__grid p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.ev-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(25px, 5vw, 48px);
  border-radius: 22px;
  background: linear-gradient(135deg, #0a3a66 0%, #1268b3 70%, #168aa3 100%);
}

.ev-final-cta h2,
.ev-final-cta p {
  color: var(--ev-white);
}

.ev-final-cta h2 {
  margin-bottom: 10px;
}

.ev-final-cta p {
  margin-bottom: 0;
}

.ev-final-cta__label {
  color: #bcecff !important;
}

@media (max-width: 1080px) {
  .ev-hero {
    grid-template-columns: 1fr;
  }

  .ev-toc__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ev-summary-grid,
  .ev-result-grid,
  .ev-power-grid,
  .ev-card-grid--three,
  .ev-diagnostic-grid,
  .ev-protection-grid,
  .ev-norms-grid,
  .ev-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ev-final-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ev-home-page {
    font-size: 16px;
    line-height: 1.62;
  }

  .ev-home-page h1 {
    font-size: 34px;
  }

  .ev-home-page h2 {
    font-size: 27px;
  }

  .ev-home-page h3 {
    font-size: 19px;
  }

  .ev-hero {
    gap: 20px;
    padding: 24px 18px;
    border-radius: 17px;
  }

  .ev-hero__lead {
    font-size: 18px;
  }

  .ev-hero__facts,
  .ev-toc__grid,
  .ev-summary-grid,
  .ev-result-grid,
  .ev-card-grid--two,
  .ev-card-grid--three,
  .ev-power-grid,
  .ev-document-list,
  .ev-diagnostic-grid,
  .ev-protection-grid,
  .ev-load-grid,
  .ev-condition-grid,
  .ev-norms-grid,
  .ev-defect-grid,
  .ev-related__grid,
  .ev-service__conditions,
  .ev-service__warranty {
    grid-template-columns: 1fr;
  }

  .ev-actions,
  .ev-service__actions,
  .ev-final-cta__actions {
    flex-direction: column;
  }

  .ev-button {
    width: 100%;
  }

  .ev-hero__aside {
    padding: 20px 17px;
  }

  .ev-toc,
  .ev-section,
  .ev-related {
    padding: 21px 16px;
    border-radius: 14px;
  }

  .ev-section__heading {
    gap: 10px;
  }

  .ev-section__number {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .ev-lead {
    font-size: 18px;
  }

  .ev-inline-tool {
    grid-template-columns: 1fr;
    padding: 20px 17px;
  }

  .ev-table {
    min-width: 700px;
  }

  .ev-table th,
  .ev-table td {
    padding: 13px;
    font-size: 14px;
  }

  .ev-service {
    padding: 24px 17px;
    border-radius: 16px;
  }

  .ev-service__consultation ul {
    columns: 1;
  }

  .ev-final-cta {
    padding: 25px 18px;
    border-radius: 16px;
  }
}

@media (max-width: 420px) {
  .ev-home-page h1 {
    font-size: 30px;
  }

  .ev-home-page h2 {
    font-size: 25px;
  }

  .ev-section__heading {
    display: block;
  }

  .ev-section__number {
    margin-bottom: 10px;
  }

  .ev-timeline article {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 15px;
  }

  .ev-timeline article > span {
    width: 32px;
    height: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ev-button,
  .ev-related__grid a {
    transition: none;
  }
}/* End custom CSS */