/* Start custom CSS for html, class: .elementor-element-cdbb621 */.em-gate-guide,
.em-gate-guide * {
  box-sizing: border-box;
}

.em-gate-guide {
  --em-gate-text: #172033;
  --em-gate-muted: #5f6b7a;
  --em-gate-line: #dfe5ec;
  --em-gate-soft: #f5f7fa;
  --em-gate-accent: #e97817;
  --em-gate-accent-dark: #c75c06;
  --em-gate-dark: #172033;
  --em-gate-warning: #fff7e8;
  --em-gate-danger: #fff0f0;
  width: 100%;
  color: var(--em-gate-text);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.7;
}

.em-gate-guide h1,
.em-gate-guide h2,
.em-gate-guide h3 {
  color: var(--em-gate-dark);
  font-family: inherit;
  line-height: 1.25;
  margin-top: 0;
}

.em-gate-guide h1 {
  max-width: 1000px;
  margin-bottom: 22px;
  font-size: clamp(32px, 5vw, 54px);
  letter-spacing: -0.025em;
}

.em-gate-guide h2 {
  margin: 54px 0 20px;
  font-size: clamp(27px, 4vw, 38px);
  letter-spacing: -0.015em;
  scroll-margin-top: 100px;
}

.em-gate-guide h3 {
  margin: 32px 0 12px;
  font-size: clamp(20px, 3vw, 25px);
}

.em-gate-guide p {
  margin: 0 0 18px;
}

.em-gate-guide ul,
.em-gate-guide ol {
  margin: 0 0 22px;
  padding-left: 24px;
}

.em-gate-guide li {
  margin-bottom: 8px;
}

.em-gate-guide a {
  color: var(--em-gate-accent-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-gate-guide a:hover {
  color: var(--em-gate-accent);
}

.em-gate-guide__hero {
  padding: clamp(25px, 5vw, 52px);
  overflow: hidden;
  border: 1px solid var(--em-gate-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(233, 120, 23, 0.14), transparent 38%),
    linear-gradient(145deg, #ffffff 0%, #f7f9fc 100%);
}

.em-gate-guide__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.em-gate-guide__labels span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 12px;
  border: 1px solid #f1c79f;
  border-radius: 999px;
  background: #fff8f1;
  color: #8a430b;
  font-size: 14px;
  font-weight: 700;
}

.em-gate-guide__lead {
  max-width: 980px;
  color: #344054;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.65;
}

.em-gate-guide__warning,
.em-gate-guide__danger,
.em-gate-guide__note {
  margin: 24px 0;
  padding: 20px 22px;
  border-radius: 16px;
}

.em-gate-guide__warning {
  border-left: 5px solid #e6a326;
  background: var(--em-gate-warning);
}

.em-gate-guide__danger {
  border-left: 5px solid #d64545;
  background: var(--em-gate-danger);
}

.em-gate-guide__note {
  border-left: 5px solid #4a72b8;
  background: #f0f5ff;
}

.em-gate-guide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 12px;
}

.em-gate-guide__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid var(--em-gate-line);
  border-radius: 12px;
  background: #ffffff;
  color: var(--em-gate-dark) !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-gate-guide__button:hover {
  transform: translateY(-1px);
  border-color: #cfd6df;
  background: #f7f9fb;
}

.em-gate-guide__button--primary {
  border-color: var(--em-gate-accent);
  background: var(--em-gate-accent);
  color: #ffffff !important;
}

.em-gate-guide__button--primary:hover {
  border-color: var(--em-gate-accent-dark);
  background: var(--em-gate-accent-dark);
}

.em-gate-guide__service-note {
  margin-bottom: 0 !important;
  color: var(--em-gate-muted);
  font-size: 15px;
}

.em-gate-guide__toc {
  margin: 28px 0 40px;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid var(--em-gate-line);
  border-radius: 18px;
  background: var(--em-gate-soft);
}

.em-gate-guide__toc strong {
  display: block;
  margin-bottom: 14px;
  font-size: 22px;
}

.em-gate-guide__toc ol {
  columns: 2;
  column-gap: 45px;
  margin-bottom: 0;
}

.em-gate-guide__toc li {
  break-inside: avoid;
  margin-bottom: 10px;
}

.em-gate-guide__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0 30px;
}

.em-gate-guide__card {
  padding: 22px;
  border: 1px solid var(--em-gate-line);
  border-radius: 16px;
  background: #ffffff;
}

.em-gate-guide__card h3 {
  margin: 0 0 10px;
  font-size: 21px;
}

.em-gate-guide__card p {
  margin: 0;
  color: var(--em-gate-muted);
  font-size: 16px;
}

.em-gate-guide__table-wrap {
  width: 100%;
  margin: 24px 0 32px;
  overflow-x: auto;
  border: 1px solid var(--em-gate-line);
  border-radius: 16px;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}

.em-gate-guide table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

.em-gate-guide th,
.em-gate-guide td {
  padding: 15px;
  border-right: 1px solid var(--em-gate-line);
  border-bottom: 1px solid var(--em-gate-line);
  vertical-align: top;
  text-align: left;
}

.em-gate-guide th:last-child,
.em-gate-guide td:last-child {
  border-right: 0;
}

.em-gate-guide tbody tr:last-child td {
  border-bottom: 0;
}

.em-gate-guide th {
  background: #eef2f6;
  color: var(--em-gate-dark);
  font-weight: 800;
}

.em-gate-guide tbody tr:nth-child(even) {
  background: #fafbfc;
}

.em-gate-guide__steps,
.em-gate-guide__checklist {
  display: grid;
  gap: 14px;
  margin: 25px 0 32px;
}

.em-gate-guide__steps {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.em-gate-guide__steps > div {
  position: relative;
  min-height: 155px;
  padding: 22px 22px 22px 76px;
  border: 1px solid var(--em-gate-line);
  border-radius: 16px;
  background: #ffffff;
}

.em-gate-guide__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(--em-gate-accent);
  color: #ffffff;
  font-weight: 900;
}

.em-gate-guide__steps h3 {
  margin: 0 0 8px;
  font-size: 21px;
}

.em-gate-guide__steps p {
  margin: 0;
  color: var(--em-gate-muted);
  font-size: 16px;
}

.em-gate-guide__checklist {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.em-gate-guide__checklist > div {
  padding: 20px;
  border-left: 4px solid var(--em-gate-accent);
  border-radius: 0 14px 14px 0;
  background: var(--em-gate-soft);
}

.em-gate-guide__checklist strong {
  display: block;
  margin-bottom: 7px;
  font-size: 18px;
}

.em-gate-guide__checklist p {
  margin: 0;
  color: var(--em-gate-muted);
  font-size: 16px;
}

.em-gate-guide__scheme {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  margin: 28px 0;
}

.em-gate-guide__scheme div {
  height: 100%;
  padding: 18px 14px;
  border: 1px solid var(--em-gate-line);
  border-radius: 14px;
  background: var(--em-gate-soft);
  font-weight: 800;
  text-align: center;
}

.em-gate-guide__scheme span {
  color: var(--em-gate-muted);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.em-gate-guide__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0;
}

.em-gate-guide__options > div {
  padding: 24px;
  border: 1px solid var(--em-gate-line);
  border-radius: 17px;
  background: #ffffff;
}

.em-gate-guide__options h3 {
  margin: 0 0 14px;
}

.em-gate-guide__options ul {
  margin-bottom: 0;
}

.em-gate-guide__commercial {
  margin: 30px 0;
  padding: clamp(24px, 5vw, 38px);
  border: 1px solid #f1c79f;
  border-radius: 20px;
  background: linear-gradient(145deg, #fff8f1 0%, #ffffff 100%);
}

.em-gate-guide__commercial h3 {
  margin-top: 0;
}

.em-gate-guide__faq {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.em-gate-guide__faq > div {
  padding: 22px;
  border: 1px solid var(--em-gate-line);
  border-radius: 15px;
  background: #ffffff;
}

.em-gate-guide__faq h3 {
  margin: 0 0 9px;
  font-size: 20px;
}

.em-gate-guide__faq p {
  margin: 0;
  color: var(--em-gate-muted);
}

.em-gate-guide__related {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.em-gate-guide__related a {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 20px;
  border: 1px solid var(--em-gate-line);
  border-radius: 15px;
  background: #ffffff;
  color: var(--em-gate-dark);
  text-decoration: none;
}

.em-gate-guide__related a:hover {
  border-color: #f1b982;
  background: #fffaf5;
}

.em-gate-guide__related strong {
  font-size: 18px;
}

.em-gate-guide__related span {
  color: var(--em-gate-muted);
  font-size: 15px;
}

.em-gate-guide :focus-visible {
  outline: 3px solid rgba(233, 120, 23, 0.38);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .em-gate-guide__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .em-gate-guide__scheme {
    grid-template-columns: 1fr;
  }

  .em-gate-guide__scheme span {
    padding: 2px 0;
  }
}

@media (max-width: 700px) {
  .em-gate-guide {
    font-size: 16px;
    line-height: 1.65;
  }

  .em-gate-guide__hero {
    border-radius: 18px;
  }

  .em-gate-guide__toc ol {
    columns: 1;
  }

  .em-gate-guide__grid,
  .em-gate-guide__steps,
  .em-gate-guide__checklist,
  .em-gate-guide__options,
  .em-gate-guide__related {
    grid-template-columns: 1fr;
  }

  .em-gate-guide__steps > div {
    min-height: 0;
  }

  .em-gate-guide__actions {
    flex-direction: column;
  }

  .em-gate-guide__button {
    width: 100%;
  }

  .em-gate-guide__warning,
  .em-gate-guide__danger,
  .em-gate-guide__note {
    padding: 17px;
  }

  .em-gate-guide__table-wrap::after {
    display: block;
    padding: 9px 14px;
    border-top: 1px solid var(--em-gate-line);
    background: #f7f9fb;
    color: var(--em-gate-muted);
    content: "Таблицу можно прокручивать вправо";
    font-size: 13px;
    text-align: center;
  }
}/* End custom CSS */