/* Start custom CSS for html, class: .elementor-element-5fd85de */.emen-page {
  --emen-surface: #ffffff;
  --emen-soft: #edf3f5;
  --emen-ink: #15232d;
  --emen-muted: #5b6974;
  --emen-line: #d7e0e5;
  --emen-red: #b42318;
  --emen-red-dark: #8d1c15;
  --emen-blue: #0e6078;
  --emen-blue-dark: #09485b;
  --emen-green: #19704a;
  --emen-radius: 22px;
  --emen-shadow: 0 16px 44px rgba(21, 35, 45, 0.08);

  color: var(--emen-ink);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.66;
}

.emen-page,
.emen-page * {
  box-sizing: border-box;
}

.emen-page h1,
.emen-page h2,
.emen-page h3,
.emen-page p,
.emen-page ul {
  margin-top: 0;
}

.emen-page a {
  color: var(--emen-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.emen-container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.emen-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 62px;
  background:
    radial-gradient(circle at 92% 5%, rgba(180, 35, 24, 0.15), transparent 31%),
    radial-gradient(circle at 4% 98%, rgba(14, 96, 120, 0.17), transparent 34%),
    linear-gradient(145deg, #fafcfd 0%, #e9f1f4 100%);
  border-bottom: 1px solid var(--emen-line);
}

.emen-hero::after {
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 330px;
  height: 330px;
  border: 48px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.emen-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
  gap: 44px;
  align-items: center;
}

.emen-eyebrow,
.emen-kicker {
  margin-bottom: 9px;
  color: var(--emen-red);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.emen-hero h1 {
  max-width: 900px;
  margin-bottom: 23px;
  font-size: clamp(38px, 5.3vw, 65px);
  line-height: 1.07;
  letter-spacing: -0.04em;
}

.emen-lead {
  max-width: 860px;
  margin-bottom: 28px;
  color: var(--emen-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.emen-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.emen-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 21px;
  border: 2px solid transparent;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.emen-btn:hover {
  transform: translateY(-2px);
}

.emen-btn:focus-visible,
.emen-page a:focus-visible,
.emen-page summary:focus-visible {
  outline: 3px solid rgba(14, 96, 120, 0.28);
  outline-offset: 3px;
}

.emen-btn--primary {
  background: var(--emen-red);
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(180, 35, 24, 0.22);
}

.emen-btn--primary:hover {
  background: var(--emen-red-dark);
}

.emen-btn--secondary {
  border-color: var(--emen-ink);
  background: rgba(255, 255, 255, 0.82);
  color: var(--emen-ink) !important;
}

.emen-btn--secondary:hover {
  background: var(--emen-ink);
  color: #ffffff !important;
}

.emen-btn--max {
  background: #111827;
  color: #ffffff !important;
}

.emen-btn--max:hover {
  background: #000000;
}

.emen-btn--telegram {
  background: #1676a6;
  color: #ffffff !important;
}

.emen-btn--telegram:hover {
  background: #105c82;
}

.emen-hero__card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(215, 224, 229, 0.92);
  border-radius: var(--emen-radius);
  box-shadow: var(--emen-shadow);
  backdrop-filter: blur(8px);
}

.emen-stat {
  min-width: 0;
  padding: 17px;
  background: #f7f9fa;
  border: 1px solid var(--emen-line);
  border-radius: 14px;
}

.emen-stat strong,
.emen-stat span {
  display: block;
}

.emen-stat strong {
  margin-bottom: 5px;
  color: var(--emen-blue-dark);
  font-size: 23px;
  line-height: 1.1;
}

.emen-stat span {
  color: var(--emen-muted);
  font-size: 13px;
}

.emen-alert {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  margin-top: 30px;
  padding: 24px;
  border: 1px solid var(--emen-line);
  border-radius: 18px;
}

.emen-alert h2 {
  margin-bottom: 7px;
  font-size: 21px;
  line-height: 1.3;
}

.emen-alert p {
  margin-bottom: 0;
  color: var(--emen-muted);
}

.emen-alert__icon {
  display: flex;
  width: 50px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  align-self: start;
  padding: 7px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.emen-alert--translation {
  background: #f2f8fa;
}

.emen-alert--translation .emen-alert__icon {
  background: var(--emen-blue);
}

.emen-alert--danger {
  background: #fff3f1;
  border-color: #edc8c3;
}

.emen-alert--danger .emen-alert__icon {
  background: var(--emen-red);
}

.emen-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
  padding: 12px;
  background: var(--emen-surface);
  border: 1px solid var(--emen-line);
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(21, 35, 45, 0.035);
}

.emen-nav a {
  padding: 8px 12px;
  border-radius: 9px;
  color: var(--emen-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.emen-nav a:hover {
  background: var(--emen-soft);
  color: var(--emen-blue);
}

.emen-section {
  padding-top: 78px;
  scroll-margin-top: 28px;
}

.emen-heading {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 20px;
  max-width: 950px;
  margin-bottom: 31px;
}

.emen-heading__number {
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  background: var(--emen-ink);
  border-radius: 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.emen-heading h2 {
  margin-bottom: 9px;
  font-size: clamp(29px, 4vw, 43px);
  line-height: 1.17;
  letter-spacing: -0.027em;
}

.emen-heading p:last-child {
  margin-bottom: 0;
  color: var(--emen-muted);
  font-size: 18px;
}

.emen-guides {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.emen-guide {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 25px;
  background: var(--emen-surface);
  border: 1px solid var(--emen-line);
  border-top: 6px solid #a8b4bb;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(21, 35, 45, 0.04);
}

.emen-guide--available {
  border-top-color: var(--emen-green);
}

.emen-guide__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.emen-guide__number {
  color: var(--emen-red);
  font-size: 13px;
  font-weight: 900;
}

.emen-guide__status {
  padding: 4px 9px;
  background: var(--emen-soft);
  border-radius: 999px;
  color: var(--emen-muted);
  font-size: 11px;
  font-weight: 850;
}

.emen-guide--available .emen-guide__status {
  background: #e2f3ea;
  color: var(--emen-green);
}

.emen-guide__ru {
  margin-bottom: 5px;
  color: var(--emen-red);
  font-size: 14px;
  font-weight: 850;
}

.emen-guide h3 {
  margin-bottom: 9px;
  font-size: 23px;
  line-height: 1.25;
}

.emen-guide > p:not(.emen-guide__ru) {
  color: var(--emen-muted);
}

.emen-guide ul {
  display: grid;
  gap: 7px;
  margin-bottom: 18px;
  padding-left: 20px;
  color: var(--emen-muted);
  font-size: 14px;
}

.emen-guide__link,
.emen-guide__pending {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding: 9px 12px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 850;
}

.emen-guide__link {
  background: var(--emen-blue);
  color: #ffffff !important;
  text-decoration: none;
}

.emen-guide__link:hover {
  background: var(--emen-blue-dark);
}

.emen-guide__pending {
  background: var(--emen-soft);
  color: var(--emen-muted);
}

.emen-route,
.emen-audience {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.emen-route article,
.emen-audience article {
  min-width: 0;
  padding: 22px;
  background: var(--emen-surface);
  border: 1px solid var(--emen-line);
  border-radius: 16px;
}

.emen-route__icon {
  display: flex;
  min-width: 42px;
  width: fit-content;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 6px 9px;
  background: var(--emen-blue);
  border-radius: 11px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.emen-route h3,
.emen-audience h3 {
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.3;
}

.emen-route p,
.emen-audience p {
  margin-bottom: 12px;
  color: var(--emen-muted);
  font-size: 14px;
}

.emen-route a,
.emen-route > article > span {
  font-size: 13px;
  font-weight: 850;
}

.emen-route > article > span {
  color: var(--emen-muted);
}

.emen-audience > article > span {
  display: block;
  margin-bottom: 10px;
  color: var(--emen-red);
  font-size: 12px;
  font-weight: 900;
}

.emen-audience p {
  margin-bottom: 0;
}

.emen-principles {
  display: grid;
  gap: 13px;
}

.emen-principles article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 21px;
  background: var(--emen-surface);
  border: 1px solid var(--emen-line);
  border-radius: 15px;
}

.emen-principles > article > span {
  display: flex;
  width: 43px;
  height: 43px;
  align-items: center;
  justify-content: center;
  background: var(--emen-ink);
  border-radius: 11px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.emen-principles h3 {
  margin-bottom: 5px;
  font-size: 19px;
}

.emen-principles p {
  margin-bottom: 0;
  color: var(--emen-muted);
  font-size: 14px;
}

.emen-principles p span {
  color: var(--emen-red);
  font-weight: 800;
}

.emen-terms {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.emen-terms article {
  min-width: 0;
  padding: 21px;
  background: var(--emen-surface);
  border: 1px solid var(--emen-line);
  border-radius: 15px;
}

.emen-terms p {
  margin-bottom: 7px;
  color: var(--emen-red);
  font-size: 14px;
  font-weight: 850;
}

.emen-terms h3 {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1.3;
}

.emen-terms span {
  display: block;
  color: var(--emen-muted);
  font-size: 13px;
}

.emen-centred-link {
  margin: 20px 0 0;
  text-align: center;
}

.emen-centred-link a {
  font-weight: 850;
}

.emen-industrial {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.emen-industrial article {
  min-width: 0;
  padding: 19px;
  background: var(--emen-surface);
  border: 1px solid var(--emen-line);
  border-radius: 14px;
}

.emen-industrial span,
.emen-industrial strong {
  display: block;
}

.emen-industrial span {
  margin-bottom: 5px;
  color: var(--emen-red);
  font-size: 13px;
  font-weight: 850;
}

.emen-industrial strong {
  font-size: 16px;
}

.emen-warning {
  margin-top: 20px;
  padding: 24px;
  background: #fff3f1;
  border: 1px solid #eac7c2;
  border-left: 6px solid var(--emen-red);
  border-radius: 15px;
}

.emen-warning h3 {
  margin-bottom: 7px;
  font-size: 21px;
}

.emen-warning p {
  margin-bottom: 0;
  color: var(--emen-muted);
}

.emen-danger-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.emen-danger-grid article {
  min-width: 0;
  padding: 22px;
  background: #fff7f3;
  border: 1px solid #ecd2c8;
  border-radius: 16px;
}

.emen-danger-grid > article > span {
  display: block;
  margin-bottom: 10px;
  color: var(--emen-red);
  font-size: 12px;
  font-weight: 900;
}

.emen-danger-grid h3 {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1.3;
}

.emen-danger-grid p {
  margin-bottom: 0;
  color: var(--emen-muted);
  font-size: 14px;
}

.emen-stop {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin-top: 20px;
  padding: 24px;
  background: var(--emen-ink);
  border-radius: 18px;
  color: #ffffff;
}

.emen-stop > span {
  display: flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  background: var(--emen-red);
  border: 5px solid #ffffff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.emen-stop h3 {
  margin-bottom: 6px;
  font-size: 21px;
}

.emen-stop p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
}

.emen-standards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.emen-standards article {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  gap: 17px;
  align-items: start;
  padding: 21px;
  background: var(--emen-surface);
  border: 1px solid var(--emen-line);
  border-radius: 15px;
}

.emen-standard__code {
  display: flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: var(--emen-soft);
  border-radius: 11px;
  color: var(--emen-blue-dark);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.emen-standards h3 {
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 1.35;
}

.emen-standards p {
  margin-bottom: 0;
  color: var(--emen-muted);
  font-size: 14px;
}

.emen-note {
  margin-top: 18px;
  padding: 20px 23px;
  background: #f5f8fa;
  border-left: 5px solid var(--emen-blue);
  border-radius: 12px;
  color: var(--emen-muted);
}

.emen-note strong {
  color: var(--emen-ink);
}

.emen-faq {
  display: grid;
  gap: 11px;
}

.emen-faq details {
  overflow: hidden;
  background: var(--emen-surface);
  border: 1px solid var(--emen-line);
  border-radius: 15px;
}

.emen-faq summary {
  position: relative;
  padding: 18px 54px 18px 20px;
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}

.emen-faq summary::-webkit-details-marker {
  display: none;
}

.emen-faq summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--emen-blue);
  content: "+";
  font-size: 24px;
  font-weight: 700;
}

.emen-faq details[open] summary::after {
  content: "−";
}

.emen-faq details > div {
  padding: 0 20px 18px;
  color: var(--emen-muted);
}

.emen-faq details p {
  margin-bottom: 0;
}

.emen-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 28px;
  margin-top: 78px;
  padding: 36px;
  background:
    radial-gradient(circle at 100% 0%, rgba(180, 35, 24, 0.25), transparent 34%),
    linear-gradient(135deg, #15242e, #24404f);
  border-radius: 24px;
  color: #ffffff;
  box-shadow: var(--emen-shadow);
}

.emen-cta .emen-kicker {
  color: #ffb4ad;
}

.emen-cta h2 {
  margin-bottom: 12px;
  font-size: clamp(28px, 4vw, 41px);
  line-height: 1.17;
}

.emen-cta p {
  max-width: 760px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.78);
}

.emen-cta__facts {
  display: grid;
  align-content: center;
  gap: 9px;
  padding: 23px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 17px;
}

.emen-cta__facts div {
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.emen-cta__facts div:last-child {
  border-bottom: 0;
}

.emen-cta__facts strong,
.emen-cta__facts span {
  display: block;
}

.emen-cta__facts strong {
  margin-bottom: 3px;
  font-size: 14px;
}

.emen-cta__facts span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.emen-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
  padding: 28px 0 58px;
}

.emen-footer-links a {
  font-size: 14px;
  font-weight: 850;
}

@media (max-width: 1080px) {
  .emen-route,
  .emen-audience,
  .emen-danger-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .emen-industrial {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .emen-hero__grid,
  .emen-cta {
    grid-template-columns: 1fr;
  }

  .emen-hero__card {
    max-width: 720px;
  }

  .emen-terms {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .emen-standards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .emen-page {
    font-size: 16px;
  }

  .emen-container {
    width: min(100% - 22px, 1180px);
  }

  .emen-hero {
    padding: 45px 0 42px;
  }

  .emen-hero h1 {
    font-size: clamp(34px, 10.4vw, 47px);
  }

  .emen-lead {
    font-size: 18px;
  }

  .emen-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .emen-btn {
    width: 100%;
  }

  .emen-alert {
    grid-template-columns: 1fr;
    padding: 21px;
  }

  .emen-nav {
    align-items: stretch;
    flex-direction: column;
  }

  .emen-nav a {
    width: 100%;
  }

  .emen-section {
    padding-top: 58px;
  }

  .emen-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .emen-heading__number {
    width: 47px;
    height: 47px;
  }

  .emen-heading h2 {
    font-size: 30px;
  }

  .emen-heading p:last-child {
    font-size: 16px;
  }

  .emen-guides,
  .emen-route,
  .emen-audience,
  .emen-terms,
  .emen-industrial,
  .emen-danger-grid {
    grid-template-columns: 1fr;
  }

  .emen-stop {
    grid-template-columns: 1fr;
  }

  .emen-standards article {
    grid-template-columns: 1fr;
  }

  .emen-standard__code {
    width: fit-content;
    min-width: 95px;
  }

  .emen-cta {
    margin-top: 58px;
    padding: 25px;
  }
}

@media (max-width: 430px) {
  .emen-hero h1 {
    font-size: 32px;
  }

  .emen-hero__card {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .emen-guide__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .emen-principles article {
    grid-template-columns: 1fr;
  }
}


/* Active task routes on the updated English hub */
.emen-route article {
  display: flex;
  flex-direction: column;
}

.emen-route a {
  display: inline-flex;
  width: fit-content;
  min-height: 39px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 8px 11px;
  background: var(--emen-soft);
  border: 1px solid var(--emen-line);
  border-radius: 9px;
  color: var(--emen-blue-dark);
  font-weight: 850;
  line-height: 1.3;
  text-decoration: none;
}

.emen-route a:hover {
  background: var(--emen-blue);
  border-color: var(--emen-blue);
  color: #ffffff;
}

@media (max-width: 760px) {
  .emen-route a {
    width: 100%;
  }
}/* End custom CSS */