/* Start custom CSS for html, class: .elementor-element-caf9606 */.em-heating-sensors {
  --ehs-text: #172033;
  --ehs-muted: #5c6678;
  --ehs-line: #dce3ed;
  --ehs-card: #ffffff;
  --ehs-accent: #1769e8;
  --ehs-accent-dark: #104dac;
  --ehs-soft: #edf4ff;
  --ehs-good: #edf8f2;
  --ehs-good-line: #35a56f;
  --ehs-bad: #fff3ed;
  --ehs-warn: #fff6e6;
  --ehs-warn-line: #e7a12f;
  color: var(--ehs-text);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.72;
}

.em-heating-sensors *,
.em-heating-sensors *::before,
.em-heating-sensors *::after {
  box-sizing: border-box;
}

.em-heating-sensors > section,
.em-heating-sensors > nav {
  margin: 32px 0;
}

.em-heating-sensors h1,
.em-heating-sensors h2,
.em-heating-sensors h3 {
  margin-top: 0;
  color: var(--ehs-text);
  line-height: 1.22;
}

.em-heating-sensors h1 {
  margin-bottom: 18px;
  font-size: clamp(32px, 5vw, 54px);
  letter-spacing: -0.03em;
}

.em-heating-sensors h2 {
  margin-bottom: 18px;
  font-size: clamp(26px, 3.6vw, 38px);
  letter-spacing: -0.02em;
}

.em-heating-sensors h3 {
  margin: 26px 0 10px;
  font-size: clamp(20px, 2.5vw, 25px);
}

.em-heating-sensors p {
  margin: 0 0 16px;
}

.em-heating-sensors ul,
.em-heating-sensors ol {
  margin: 14px 0 20px;
  padding-left: 24px;
}

.em-heating-sensors li {
  margin-bottom: 8px;
}

.em-heating-sensors a {
  color: var(--ehs-accent-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-heating-sensors__hero {
  overflow: hidden;
  padding: clamp(26px, 5vw, 56px);
  border: 1px solid var(--ehs-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 13%, rgba(23, 105, 232, 0.17), transparent 31%),
    linear-gradient(145deg, #ffffff 0%, #edf5ff 100%);
}

.em-heating-sensors__eyebrow {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--ehs-soft);
  color: var(--ehs-accent-dark);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.35;
}

.em-heating-sensors__lead {
  max-width: 940px;
  color: #3f4a60;
  font-size: clamp(18px, 2.4vw, 22px);
  line-height: 1.58;
}

.em-heating-sensors__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.em-heating-sensors__facts span {
  padding: 9px 12px;
  border: 1px solid rgba(23, 105, 232, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.84);
  color: #31405b;
  font-size: 14px;
  font-weight: 700;
}

.em-heating-sensors__answer,
.em-heating-sensors__toc,
.em-heating-sensors__norms {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--ehs-line);
  border-radius: 22px;
  background: var(--ehs-card);
}

.em-heating-sensors__answer {
  border-left: 5px solid var(--ehs-accent);
  background: var(--ehs-soft);
}

.em-heating-sensors__toc ol {
  columns: 2;
  column-gap: 38px;
  margin-bottom: 0;
}

.em-heating-sensors__toc li {
  break-inside: avoid;
  padding-right: 10px;
}

.em-heating-sensors__cards,
.em-heating-sensors__faults,
.em-heating-sensors__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0;
}

.em-heating-sensors__cards article,
.em-heating-sensors__faults article {
  padding: 22px;
  border: 1px solid var(--ehs-line);
  border-radius: 18px;
  background: var(--ehs-card);
}

.em-heating-sensors__cards h3,
.em-heating-sensors__faults h3 {
  margin-top: 0;
  font-size: 20px;
}

.em-heating-sensors__cards p,
.em-heating-sensors__faults p {
  margin-bottom: 0;
  color: var(--ehs-muted);
  font-size: 15.5px;
  line-height: 1.62;
}

.em-heating-sensors__warning,
.em-heating-sensors__note {
  margin: 22px 0;
  padding: 20px 22px;
  border-radius: 16px;
}

.em-heating-sensors__warning {
  border-left: 5px solid var(--ehs-warn-line);
  background: var(--ehs-warn);
}

.em-heating-sensors__note {
  border-left: 5px solid var(--ehs-good-line);
  background: var(--ehs-good);
}

.em-heating-sensors__table-wrap {
  width: 100%;
  margin: 20px 0;
  overflow-x: auto;
  border: 1px solid var(--ehs-line);
  border-radius: 18px;
  background: var(--ehs-card);
  -webkit-overflow-scrolling: touch;
}

.em-heating-sensors table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}

.em-heating-sensors th,
.em-heating-sensors td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--ehs-line);
  text-align: left;
  vertical-align: top;
}

.em-heating-sensors th {
  background: #edf2fa;
  color: #24314a;
  font-size: 14px;
  line-height: 1.4;
}

.em-heating-sensors td {
  color: #465166;
  font-size: 15px;
  line-height: 1.55;
}

.em-heating-sensors tbody tr:last-child td {
  border-bottom: 0;
}

.em-heating-sensors__scheme {
  margin: 24px 0;
  padding: 24px;
  overflow-x: auto;
  border: 1px solid var(--ehs-line);
  border-radius: 18px;
  background: #f8fafc;
}

.em-heating-sensors__scheme-item {
  display: flex;
  min-width: 760px;
  align-items: center;
  gap: 12px;
}

.em-heating-sensors__scheme-box,
.em-heating-sensors__scheme-sensor {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 11px 15px;
  border-radius: 12px;
  text-align: center;
  font-weight: 750;
  line-height: 1.35;
}

.em-heating-sensors__scheme-box {
  border: 1px solid var(--ehs-line);
  background: #ffffff;
}

.em-heating-sensors__scheme-sensor {
  border: 2px solid var(--ehs-accent);
  background: var(--ehs-soft);
  color: var(--ehs-accent-dark);
}

.em-heating-sensors__scheme-arrow {
  color: var(--ehs-accent);
  font-size: 25px;
  font-weight: 800;
}

.em-heating-sensors__delta {
  display: grid;
  gap: 8px;
  margin: 22px 0;
  padding: 22px;
  border: 1px solid rgba(23, 105, 232, 0.25);
  border-radius: 16px;
  background: var(--ehs-soft);
}

.em-heating-sensors__delta strong {
  color: var(--ehs-accent-dark);
}

.em-heating-sensors__delta span {
  color: #34445f;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.45;
}

.em-heating-sensors__good-bad,
.em-heating-sensors__compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 22px 0;
}

.em-heating-sensors__good,
.em-heating-sensors__bad,
.em-heating-sensors__compare > div {
  padding: 24px;
  border-radius: 18px;
}

.em-heating-sensors__good {
  border: 1px solid rgba(53, 165, 111, 0.35);
  background: var(--ehs-good);
}

.em-heating-sensors__bad {
  border: 1px solid rgba(231, 119, 66, 0.35);
  background: var(--ehs-bad);
}

.em-heating-sensors__compare > div {
  border: 1px solid var(--ehs-line);
  background: var(--ehs-card);
}

.em-heating-sensors__good h3,
.em-heating-sensors__bad h3,
.em-heating-sensors__compare h3 {
  margin-top: 0;
}

.em-heating-sensors__buffer {
  display: flex;
  justify-content: center;
  margin: 28px 0;
  padding: 32px 190px 32px 32px;
  overflow-x: auto;
  border: 1px solid var(--ehs-line);
  border-radius: 20px;
  background: #f8fafc;
}

.em-heating-sensors__buffer-tank {
  position: relative;
  width: 280px;
  min-width: 280px;
  height: 430px;
  border: 8px solid #7f8b9e;
  border-radius: 72px 72px 34px 34px;
  background: #ffffff;
}

.em-heating-sensors__buffer-layer {
  position: absolute;
  left: 0;
  width: 100%;
}

.em-heating-sensors__buffer-layer--top {
  top: 0;
  height: 34%;
  border-radius: 62px 62px 0 0;
  background: #ffd6c9;
}

.em-heating-sensors__buffer-layer--middle {
  top: 34%;
  height: 33%;
  background: #ffe9bf;
}

.em-heating-sensors__buffer-layer--bottom {
  bottom: 0;
  height: 33%;
  border-radius: 0 0 24px 24px;
  background: #dcecff;
}

.em-heating-sensors__buffer-sensor {
  position: absolute;
  left: calc(100% + 18px);
  width: 155px;
  padding: 8px 10px;
  border-radius: 9px;
  background: var(--ehs-accent);
  color: #ffffff;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.em-heating-sensors__buffer-sensor::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 24px;
  height: 3px;
  background: var(--ehs-accent);
  transform: translateY(-50%);
}

.em-heating-sensors__buffer-sensor--top { top: 18%; }
.em-heating-sensors__buffer-sensor--middle { top: 48%; }
.em-heating-sensors__buffer-sensor--bottom { top: 78%; }

.em-heating-sensors__steps {
  padding-left: 0 !important;
  list-style: none;
  counter-reset: ehs-step;
}

.em-heating-sensors__steps li {
  position: relative;
  min-height: 58px;
  margin: 0 0 14px;
  padding: 16px 18px 16px 64px;
  border: 1px solid var(--ehs-line);
  border-radius: 15px;
  background: var(--ehs-card);
  counter-increment: ehs-step;
}

.em-heating-sensors__steps li::before {
  content: counter(ehs-step);
  position: absolute;
  top: 14px;
  left: 16px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--ehs-accent);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.em-heating-sensors__service {
  padding: clamp(26px, 5vw, 48px);
  border-radius: 26px;
  background: #17233b;
  color: #ffffff;
}

.em-heating-sensors__service h2,
.em-heating-sensors__service h3 {
  color: #ffffff;
}

.em-heating-sensors__service p,
.em-heating-sensors__service li {
  color: #dfe7f6;
}

.em-heating-sensors__service .em-heating-sensors__eyebrow {
  background: rgba(255, 255, 255, 0.1);
  color: #d5e3ff;
}

.em-heating-sensors__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.em-heating-sensors__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 780;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.18s ease;
}

.em-heating-sensors__button:hover {
  transform: translateY(-1px);
}

.em-heating-sensors__button--primary {
  background: #ffffff;
  color: #12284f !important;
}

.em-heating-sensors__button--secondary {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
}

.em-heating-sensors__links a {
  display: block;
  padding: 22px;
  border: 1px solid var(--ehs-line);
  border-radius: 18px;
  background: var(--ehs-card);
  color: var(--ehs-text);
  text-decoration: none;
}

.em-heating-sensors__links a:hover {
  border-color: rgba(23, 105, 232, 0.45);
  box-shadow: 0 10px 28px rgba(23, 32, 51, 0.08);
}

.em-heating-sensors__links strong,
.em-heating-sensors__links span {
  display: block;
}

.em-heating-sensors__links strong {
  margin-bottom: 8px;
  color: var(--ehs-accent-dark);
  line-height: 1.35;
}

.em-heating-sensors__links span {
  color: var(--ehs-muted);
  font-size: 15px;
  line-height: 1.55;
}

.em-heating-sensors__faq details {
  margin: 0 0 12px;
  border: 1px solid var(--ehs-line);
  border-radius: 15px;
  background: var(--ehs-card);
}

.em-heating-sensors__faq summary {
  padding: 17px 52px 17px 18px;
  cursor: pointer;
  color: var(--ehs-text);
  font-weight: 750;
  line-height: 1.4;
}

.em-heating-sensors__faq details p {
  padding: 0 18px 18px;
  color: var(--ehs-muted);
}

.em-heating-sensors__faq details[open] {
  border-color: rgba(23, 105, 232, 0.35);
  background: #fbfdff;
}

@media (max-width: 980px) {
  .em-heating-sensors__cards,
  .em-heating-sensors__faults,
  .em-heating-sensors__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .em-heating-sensors__toc ol {
    columns: 1;
  }
}

@media (max-width: 680px) {
  .em-heating-sensors {
    font-size: 16px;
    line-height: 1.68;
  }

  .em-heating-sensors > section,
  .em-heating-sensors > nav {
    margin: 24px 0;
  }

  .em-heating-sensors__hero {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .em-heating-sensors__answer,
  .em-heating-sensors__toc,
  .em-heating-sensors__norms,
  .em-heating-sensors__service {
    padding: 21px 17px;
    border-radius: 18px;
  }

  .em-heating-sensors__cards,
  .em-heating-sensors__faults,
  .em-heating-sensors__links,
  .em-heating-sensors__good-bad,
  .em-heating-sensors__compare {
    grid-template-columns: 1fr;
  }

  .em-heating-sensors__cards article,
  .em-heating-sensors__faults article,
  .em-heating-sensors__links a,
  .em-heating-sensors__good,
  .em-heating-sensors__bad,
  .em-heating-sensors__compare > div {
    padding: 18px;
  }

  .em-heating-sensors__delta span {
    font-size: 17px;
  }

  .em-heating-sensors__buffer {
    justify-content: flex-start;
    padding: 25px 135px 25px 12px;
  }

  .em-heating-sensors__buffer-tank {
    width: 190px;
    min-width: 190px;
    height: 330px;
    margin-left: 8px;
  }

  .em-heating-sensors__buffer-sensor {
    width: 112px;
    font-size: 11px;
  }

  .em-heating-sensors__steps li {
    padding: 15px 15px 15px 58px;
  }

  .em-heating-sensors__steps li::before {
    left: 13px;
  }

  .em-heating-sensors__actions {
    flex-direction: column;
  }

  .em-heating-sensors__button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-heating-sensors__button {
    transition: none;
  }
}/* End custom CSS */