/* Start custom CSS for html, class: .elementor-element-da0c68a */```css

.em-safety {
  --es-yellow: #ffd200;
  --es-yellow-dark: #e5b800;
  --es-black: #111111;
  --es-dark: #1c1c1c;
  --es-text: #252525;
  --es-muted: #666666;
  --es-bg: #ffffff;
  --es-soft: #f6f6f6;
  --es-border: #e7e7e7;
  --es-radius: 18px;
  --es-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);

  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--es-text);
  background: #ffffff;
  font-size: 18px;
  line-height: 1.65;
  text-align: left;
}

.em-safety,
.em-safety * {
  box-sizing: border-box;
  text-align: left;
  word-spacing: normal;
  letter-spacing: normal;
}

.em-safety a {
  text-decoration: none;
}

.em-safety-container {
  width: min(100% - 28px, 1120px);
  max-width: 1120px;
  margin: 0 auto;
}

/* HERO */

.em-safety-hero {
  width: 100%;
  padding: 54px 0 58px;
  background: linear-gradient(135deg, #101010 0%, #202020 58%, #111111 100%);
  color: #ffffff;
  overflow: hidden;
}

.em-safety-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  width: 100%;
  max-width: 100%;
  align-items: start;
}

.em-safety-hero__content,
.em-safety-hero__card {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.em-safety-label {
  display: inline-flex;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 210, 0, 0.16);
  color: var(--es-yellow);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: normal;
}

.em-safety-hero h1 {
  max-width: 820px;
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.035em;
  overflow-wrap: normal;
  word-break: normal;
}

.em-safety-lead {
  max-width: 780px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 2.1vw, 22px);
  line-height: 1.55;
  font-weight: 400;
}

/* КНОПКИ */

.em-safety-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  width: 100%;
  margin: 0;
}

.em-safety-actions--center {
  justify-content: center;
  margin-top: 28px;
}

.em-safety-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 24px;
  border-radius: 999px;
  border: 2px solid transparent;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.em-safety-btn:hover {
  transform: translateY(-1px);
  text-decoration: none !important;
}

.em-safety-btn--main {
  background: var(--es-yellow);
  color: #111111 !important;
  border-color: var(--es-yellow);
}

.em-safety-btn--main:hover {
  background: var(--es-yellow-dark);
  border-color: var(--es-yellow-dark);
  color: #111111 !important;
}

.em-safety-btn--dark {
  background: #111111;
  color: #ffffff !important;
  border-color: #111111;
}

.em-safety-btn--dark:hover {
  background: #000000;
  color: #ffffff !important;
  border-color: #000000;
}

.em-safety-btn--light {
  background: transparent;
  color: #111111 !important;
  border-color: #111111;
}

.em-safety-btn--light:hover {
  background: #111111;
  color: #ffffff !important;
  border-color: #111111;
}

.em-safety-hero .em-safety-btn--dark {
  background: #ffffff;
  color: #111111 !important;
  border-color: #ffffff;
}

.em-safety-hero .em-safety-btn--dark:hover {
  background: #f0f0f0;
  color: #111111 !important;
  border-color: #f0f0f0;
}

.em-safety-hero .em-safety-btn--light {
  background: transparent;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.55);
}

.em-safety-hero .em-safety-btn--light:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.8);
}

.em-safety-note {
  max-width: 780px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.55;
}

/* Карточка в hero теперь снизу, без вылета вправо */

.em-safety-hero__card {
  max-width: 820px;
  padding: 24px;
  border-radius: var(--es-radius);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--es-shadow);
}

.em-safety-hero__card h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(24px, 3.5vw, 34px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.em-safety-hero__card ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.em-safety-hero__card li {
  position: relative;
  margin: 0;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.45;
}

.em-safety-hero__card li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--es-yellow);
  font-weight: 900;
}

/* ОБЩИЕ СЕКЦИИ */

.em-safety-section {
  width: 100%;
  padding: 58px 0;
  background: var(--es-bg);
}

.em-safety-bg {
  background: var(--es-soft);
}

.em-safety-dark {
  background: var(--es-black);
  color: #ffffff;
}

.em-safety-text {
  max-width: 940px;
}

.em-safety h2 {
  max-width: 900px;
  margin: 0 0 20px;
  color: var(--es-black);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.em-safety h3 {
  margin: 0 0 10px;
  color: var(--es-black);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 850;
}

.em-safety p {
  margin: 0 0 18px;
  color: inherit;
}

.em-safety-head {
  max-width: 920px;
  margin: 0 0 30px;
}

.em-safety-dark h2,
.em-safety-dark h3 {
  color: #ffffff;
}

.em-safety-dark p {
  color: rgba(255, 255, 255, 0.78);
}

.em-safety-alert,
.em-safety-price-note {
  margin: 28px 0 0;
  padding: 22px 24px;
  border-radius: var(--es-radius);
  background: #fff8d6;
  border: 1px solid rgba(255, 210, 0, 0.75);
  color: #222222;
}

.em-safety-alert strong,
.em-safety-price-note strong {
  color: #111111;
}

/* КАРТОЧКИ */

.em-safety-cards,
.em-safety-norms,
.em-safety-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.em-safety-card,
.em-safety-price {
  min-width: 0;
  padding: 24px;
  border-radius: var(--es-radius);
  background: #ffffff;
  border: 1px solid var(--es-border);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.045);
}

.em-safety-card p,
.em-safety-price p {
  margin: 0;
  color: var(--es-muted);
}

/* ТАБЛИЦА */

.em-safety-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  margin: 28px 0;
  border-radius: var(--es-radius);
  border: 1px solid var(--es-border);
  background: #ffffff;
}

.em-safety-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.em-safety-table th,
.em-safety-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--es-border);
  text-align: left;
  vertical-align: top;
}

.em-safety-table th {
  background: var(--es-black);
  color: #ffffff;
  font-weight: 800;
}

.em-safety-table td {
  color: var(--es-text);
}

.em-safety-table tr:last-child td {
  border-bottom: 0;
}

/* DARK БЛОК */

.em-safety-norm {
  min-width: 0;
  padding: 24px;
  border-radius: var(--es-radius);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.em-safety-norm span {
  display: inline-block;
  margin: 0 0 12px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 210, 0, 0.16);
  color: var(--es-yellow);
  font-size: 13px;
  font-weight: 800;
}

.em-safety-norm p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.em-safety-quote {
  margin-top: 28px;
  padding: 26px 28px;
  border-radius: var(--es-radius);
  background: rgba(255, 210, 0, 0.11);
  border-left: 5px solid var(--es-yellow);
  color: #ffffff;
  font-size: 20px;
  line-height: 1.55;
}

/* ПРОБЛЕМЫ И ШАГИ */

.em-safety-problems,
.em-safety-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.em-safety-problem,
.em-safety-step {
  min-width: 0;
  padding: 24px;
  border-radius: var(--es-radius);
  background: #ffffff;
  border: 1px solid var(--es-border);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.045);
}

.em-safety-problem p,
.em-safety-step p {
  margin: 0;
  color: var(--es-muted);
}

.em-safety-step span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 15px;
  border-radius: 50%;
  background: var(--es-yellow);
  color: #111111;
  font-weight: 900;
}

/* CHECK */

.em-safety-check {
  margin: 30px 0 0;
  padding: 26px;
  border-radius: var(--es-radius);
  background: var(--es-soft);
  border: 1px solid var(--es-border);
}

.em-safety-check h3 {
  margin-bottom: 14px;
}

.em-safety-check ul {
  margin: 0;
  padding-left: 22px;
}

.em-safety-check li {
  margin: 0 0 9px;
  color: var(--es-text);
}

/* ЦЕНЫ */

.em-safety-price__value {
  margin-bottom: 12px;
  color: #111111;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
}

/* FAQ */

.em-safety-faq {
  display: grid;
  gap: 12px;
}

.em-safety-faq details {
  border-radius: var(--es-radius);
  background: #ffffff;
  border: 1px solid var(--es-border);
  overflow: hidden;
}

.em-safety-faq summary {
  position: relative;
  cursor: pointer;
  padding: 20px 54px 20px 24px;
  color: var(--es-black);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
}

.em-safety-faq summary::-webkit-details-marker {
  display: none;
}

.em-safety-faq summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 24px;
  color: #111111;
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
}

.em-safety-faq details[open] summary::after {
  content: "−";
}

.em-safety-faq p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--es-muted);
}

/* CTA */

.em-safety-cta {
  width: 100%;
  padding: 64px 0 78px;
  background: var(--es-soft);
}

.em-safety-cta__box {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.75fr);
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(135deg, #111111 0%, #252525 100%);
  color: #ffffff;
  box-shadow: var(--es-shadow);
}

.em-safety-cta__box h2 {
  color: #ffffff;
}

.em-safety-cta__box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.em-safety-cta__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.em-safety-cta .em-safety-btn {
  width: 100%;
}

/* АДАПТИВ */

@media (max-width: 1024px) {
  .em-safety-cards,
  .em-safety-norms,
  .em-safety-price-grid,
  .em-safety-problems,
  .em-safety-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .em-safety-cta__box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .em-safety {
    font-size: 16px;
    line-height: 1.6;
  }

  .em-safety-container {
    width: min(100% - 22px, 1120px);
  }

  .em-safety-hero {
    padding: 40px 0 46px;
  }

  .em-safety-hero h1 {
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.08;
    letter-spacing: -0.03em;
  }

  .em-safety-lead {
    font-size: 17px;
    line-height: 1.55;
  }

  .em-safety-actions {
    width: 100%;
  }

  .em-safety-btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .em-safety-hero__card {
    padding: 20px;
    border-radius: 16px;
  }

  .em-safety-hero__card ul {
    grid-template-columns: 1fr;
  }

  .em-safety-hero__card h2 {
    font-size: 25px;
  }

  .em-safety-section {
    padding: 42px 0;
  }

  .em-safety-cards,
  .em-safety-norms,
  .em-safety-price-grid,
  .em-safety-problems,
  .em-safety-steps {
    grid-template-columns: 1fr;
  }

  .em-safety-card,
  .em-safety-price,
  .em-safety-norm,
  .em-safety-problem,
  .em-safety-step,
  .em-safety-alert,
  .em-safety-price-note,
  .em-safety-check,
  .em-safety-cta__box {
    padding: 20px;
    border-radius: 16px;
  }

  .em-safety-table {
    min-width: 640px;
  }

  .em-safety-table th,
  .em-safety-table td {
    padding: 14px;
  }

  .em-safety-faq summary {
    padding: 18px 48px 18px 18px;
    font-size: 17px;
  }

  .em-safety-faq summary::after {
    top: 17px;
    right: 18px;
  }

  .em-safety-faq p {
    padding: 0 18px 18px;
  }

  .em-safety-cta {
    padding: 44px 0 54px;
  }
}

@media (max-width: 420px) {
  .em-safety-hero h1 {
    font-size: 32px;
  }

  .em-safety h2 {
    font-size: 27px;
  }

  .em-safety h3 {
    font-size: 20px;
  }
}
```/* End custom CSS */