/* Start custom CSS for html, class: .elementor-element-c9eab64 */.em-self-gates,
.em-self-gates * {
  box-sizing: border-box;
}

.em-self-gates {
  --esg-text: #172033;
  --esg-muted: #5e6978;
  --esg-line: #dce3ea;
  --esg-soft: #f5f7fa;
  --esg-accent: #e97517;
  --esg-accent-dark: #bd5708;
  --esg-blue: #315f91;
  --esg-warning: #fff7e7;
  --esg-danger: #fff0f0;
  width: 100%;
  color: var(--esg-text);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.7;
}

.em-self-gates h1,
.em-self-gates h2,
.em-self-gates h3 {
  margin-top: 0;
  color: var(--esg-text);
  font-family: inherit;
  line-height: 1.25;
}

.em-self-gates h1 {
  max-width: 1050px;
  margin-bottom: 22px;
  font-size: clamp(32px, 5vw, 54px);
  letter-spacing: -0.025em;
}

.em-self-gates h2 {
  margin: 56px 0 20px;
  font-size: clamp(27px, 4vw, 38px);
  letter-spacing: -0.015em;
  scroll-margin-top: 100px;
}

.em-self-gates h3 {
  margin: 31px 0 12px;
  font-size: clamp(20px, 3vw, 25px);
}

.em-self-gates p {
  margin: 0 0 18px;
}

.em-self-gates ul,
.em-self-gates ol {
  margin: 0 0 22px;
  padding-left: 24px;
}

.em-self-gates li {
  margin-bottom: 8px;
}

.em-self-gates a {
  color: var(--esg-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-self-gates a:hover {
  color: var(--esg-accent-dark);
}

.em-self-gates__hero {
  overflow: hidden;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid var(--esg-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 5%, rgba(233, 117, 23, 0.15), transparent 34%),
    radial-gradient(circle at 5% 100%, rgba(49, 95, 145, 0.1), transparent 30%),
    linear-gradient(145deg, #ffffff 0%, #f6f8fb 100%);
}

.em-self-gates__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.em-self-gates__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 12px;
  border: 1px solid #edc197;
  border-radius: 999px;
  background: #fff8f1;
  color: #87420c;
  font-size: 14px;
  font-weight: 750;
}

.em-self-gates__lead {
  max-width: 1000px;
  color: #344054;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.65;
}

.em-self-gates__warning,
.em-self-gates__danger,
.em-self-gates__note {
  margin: 24px 0;
  padding: 20px 22px;
  border-radius: 16px;
}

.em-self-gates__warning {
  border-left: 5px solid #e2a128;
  background: var(--esg-warning);
}

.em-self-gates__danger {
  border-left: 5px solid #d24747;
  background: var(--esg-danger);
}

.em-self-gates__note {
  border-left: 5px solid var(--esg-blue);
  background: #eff5fb;
}

.em-self-gates__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 12px;
}

.em-self-gates__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid var(--esg-line);
  border-radius: 12px;
  background: #ffffff;
  color: var(--esg-text) !important;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background-color 0.18s ease;
}

.em-self-gates__button:hover {
  transform: translateY(-1px);
  border-color: #c7d0da;
  background: #f8fafc;
}

.em-self-gates__button--primary {
  border-color: var(--esg-accent);
  background: var(--esg-accent);
  color: #ffffff !important;
}

.em-self-gates__button--primary:hover {
  border-color: var(--esg-accent-dark);
  background: var(--esg-accent-dark);
}

.em-self-gates__service-note {
  margin-bottom: 0 !important;
  color: var(--esg-muted);
  font-size: 15px;
}

.em-self-gates__toc {
  margin: 28px 0 42px;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid var(--esg-line);
  border-radius: 18px;
  background: var(--esg-soft);
}

.em-self-gates__toc strong {
  display: block;
  margin-bottom: 14px;
  font-size: 22px;
}

.em-self-gates__toc ol {
  columns: 2;
  column-gap: 45px;
  margin-bottom: 0;
}

.em-self-gates__toc li {
  break-inside: avoid;
  margin-bottom: 10px;
}

.em-self-gates__cases,
.em-self-gates__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 25px 0 32px;
}

.em-self-gates__cases > div,
.em-self-gates__card {
  padding: 22px;
  border: 1px solid var(--esg-line);
  border-radius: 17px;
  background: #ffffff;
}

.em-self-gates__cases span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eef3f8;
  color: var(--esg-blue);
  font-size: 13px;
  font-weight: 800;
}

.em-self-gates__cases h3,
.em-self-gates__card h3 {
  margin: 0 0 10px;
  font-size: 21px;
}

.em-self-gates__cases p,
.em-self-gates__card p {
  margin: 0;
  color: var(--esg-muted);
  font-size: 16px;
}

.em-self-gates__table-wrap {
  width: 100%;
  margin: 25px 0 34px;
  overflow-x: auto;
  border: 1px solid var(--esg-line);
  border-radius: 17px;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}

.em-self-gates table {
  width: 100%;
  min-width: 800px;
  margin: 0;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.5;
}

.em-self-gates th,
.em-self-gates td {
  padding: 15px;
  border-right: 1px solid var(--esg-line);
  border-bottom: 1px solid var(--esg-line);
  vertical-align: top;
  text-align: left;
}

.em-self-gates th:last-child,
.em-self-gates td:last-child {
  border-right: 0;
}

.em-self-gates tbody tr:last-child td {
  border-bottom: 0;
}

.em-self-gates th {
  background: #edf1f5;
  color: var(--esg-text);
  font-weight: 800;
}

.em-self-gates tbody tr:nth-child(even) {
  background: #fafbfc;
}

.em-self-gates__scheme {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  margin: 28px 0;
}

.em-self-gates__scheme div {
  height: 100%;
  padding: 18px 14px;
  border: 1px solid var(--esg-line);
  border-radius: 14px;
  background: var(--esg-soft);
  font-weight: 800;
  text-align: center;
}

.em-self-gates__scheme span {
  color: var(--esg-muted);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.em-self-gates__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 25px 0 32px;
}

.em-self-gates__steps > div {
  position: relative;
  min-height: 158px;
  padding: 22px 22px 22px 76px;
  border: 1px solid var(--esg-line);
  border-radius: 17px;
  background: #ffffff;
}

.em-self-gates__steps > div > span {
  position: absolute;
  top: 22px;
  left: 20px;
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--esg-accent);
  color: #ffffff;
  font-weight: 900;
}

.em-self-gates__steps h3 {
  margin: 0 0 8px;
  font-size: 21px;
}

.em-self-gates__steps p {
  margin: 0;
  color: var(--esg-muted);
  font-size: 16px;
}

.em-self-gates__safe-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 25px 0;
}

.em-self-gates__safe-grid > div {
  padding: 24px;
  border: 1px solid var(--esg-line);
  border-radius: 17px;
  background: #ffffff;
}

.em-self-gates__safe-grid h3 {
  margin: 0 0 14px;
}

.em-self-gates__safe-grid ul {
  margin-bottom: 0;
}

.em-self-gates__commercial {
  margin: 30px 0;
  padding: clamp(24px, 5vw, 38px);
  border: 1px solid #edc49d;
  border-radius: 21px;
  background:
    radial-gradient(circle at top right, rgba(233, 117, 23, 0.11), transparent 35%),
    linear-gradient(145deg, #fff9f3 0%, #ffffff 100%);
}

.em-self-gates__commercial h3 {
  margin-top: 0;
}

.em-self-gates__faq {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.em-self-gates__faq details {
  overflow: hidden;
  border: 1px solid var(--esg-line);
  border-radius: 15px;
  background: #ffffff;
}

.em-self-gates__faq summary {
  position: relative;
  padding: 19px 52px 19px 20px;
  cursor: pointer;
  color: var(--esg-text);
  font-size: 18px;
  font-weight: 800;
  list-style: none;
}

.em-self-gates__faq summary::-webkit-details-marker {
  display: none;
}

.em-self-gates__faq summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--esg-soft);
  content: "+";
  font-size: 22px;
  font-weight: 500;
  transform: translateY(-50%);
}

.em-self-gates__faq details[open] summary::after {
  content: "−";
}

.em-self-gates__faq details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--esg-muted);
}

.em-self-gates__related {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 25px 0;
}

.em-self-gates__related a {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 20px;
  border: 1px solid var(--esg-line);
  border-radius: 15px;
  background: #ffffff;
  color: var(--esg-text);
  text-decoration: none;
}

.em-self-gates__related a:hover {
  border-color: #edbd91;
  background: #fffaf5;
}

.em-self-gates__related strong {
  font-size: 18px;
}

.em-self-gates__related span {
  color: var(--esg-muted);
  font-size: 15px;
}

.em-self-gates :focus-visible {
  outline: 3px solid rgba(233, 117, 23, 0.35);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .em-self-gates__cases,
  .em-self-gates__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .em-self-gates__scheme {
    grid-template-columns: 1fr;
  }

  .em-self-gates__scheme span {
    padding: 2px 0;
  }
}

@media (max-width: 700px) {
  .em-self-gates {
    font-size: 16px;
    line-height: 1.65;
  }

  .em-self-gates__hero {
    border-radius: 18px;
  }

  .em-self-gates__toc ol {
    columns: 1;
  }

  .em-self-gates__cases,
  .em-self-gates__grid,
  .em-self-gates__steps,
  .em-self-gates__safe-grid,
  .em-self-gates__related {
    grid-template-columns: 1fr;
  }

  .em-self-gates__steps > div {
    min-height: 0;
  }

  .em-self-gates__actions {
    flex-direction: column;
  }

  .em-self-gates__button {
    width: 100%;
  }

  .em-self-gates__warning,
  .em-self-gates__danger,
  .em-self-gates__note {
    padding: 17px;
  }

  .em-self-gates__table-wrap::after {
    display: block;
    padding: 9px 14px;
    border-top: 1px solid var(--esg-line);
    background: #f7f9fb;
    color: var(--esg-muted);
    content: "Таблицу можно прокручивать вправо";
    font-size: 13px;
    text-align: center;
  }
}/* End custom CSS */