/* Start custom CSS for html, class: .elementor-element-f7f6260 */.em-choice {
  --emc-text: #17212b;
  --emc-muted: #566574;
  --emc-line: #dce5ed;
  --emc-soft: #f5f8fb;
  --emc-blue-soft: #eef6ff;
  --emc-primary: #1769aa;
  --emc-primary-dark: #0e4e82;
  --emc-green: #287a56;
  --emc-yellow: #a86c00;
  --emc-red: #a64040;
  --emc-radius: 18px;
  --emc-shadow: 0 12px 34px rgba(24, 51, 78, 0.08);
  color: var(--emc-text);
  background: #ffffff;
  font-family: inherit;
  font-size: 17px;
  line-height: 1.68;
}

.em-choice *,
.em-choice *::before,
.em-choice *::after {
  box-sizing: border-box;
}

.em-choice__container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.em-choice h1,
.em-choice h2,
.em-choice h3 {
  margin-top: 0;
  color: var(--emc-text);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.em-choice h1 {
  max-width: 1060px;
  margin-bottom: 22px;
  font-size: clamp(2.05rem, 5vw, 4rem);
}

.em-choice h2 {
  margin-bottom: 22px;
  font-size: clamp(1.65rem, 3.6vw, 2.5rem);
}

.em-choice h3 {
  margin-bottom: 10px;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.em-choice p {
  margin-top: 0;
  margin-bottom: 18px;
}

.em-choice p:last-child {
  margin-bottom: 0;
}

.em-choice a {
  color: var(--emc-primary);
  text-underline-offset: 3px;
}

.em-choice a:hover {
  color: var(--emc-primary-dark);
}

.em-choice__hero {
  position: relative;
  overflow: hidden;
  margin: 24px 0 22px;
  padding: clamp(34px, 7vw, 76px);
  border: 1px solid var(--emc-line);
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 12%, rgba(239, 165, 41, 0.2), transparent 28%),
    linear-gradient(135deg, #f7fbff 0%, #ffffff 60%, #edf6ff 100%);
  box-shadow: var(--emc-shadow);
}

.em-choice__hero::after {
  content: "";
  position: absolute;
  right: -84px;
  bottom: -122px;
  width: 280px;
  height: 280px;
  border: 38px solid rgba(23, 105, 170, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.em-choice__eyebrow,
.em-choice__tag,
.em-choice__scenario-label,
.em-choice__storage-label,
.em-choice__quality-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--emc-primary-dark);
  background: #dceeff;
  font-size: 0.85rem;
  font-weight: 780;
  letter-spacing: 0.02em;
}

.em-choice__eyebrow,
.em-choice__tag {
  margin-bottom: 16px;
}

.em-choice__scenario-label,
.em-choice__storage-label,
.em-choice__quality-label {
  margin-bottom: 15px;
}

.em-choice__lead {
  max-width: 1000px;
  color: #31465a;
  font-size: clamp(1.08rem, 2.2vw, 1.3rem);
}

.em-choice__answer,
.em-choice__note,
.em-choice__warning {
  margin-top: 26px;
  padding: 20px 22px;
  border-radius: 15px;
}

.em-choice__answer {
  border-left: 5px solid var(--emc-primary);
  background: #ffffff;
  box-shadow: 0 9px 24px rgba(23, 50, 77, 0.08);
}

.em-choice__answer > strong {
  display: block;
  margin-bottom: 8px;
  color: var(--emc-primary-dark);
  font-size: 1.08rem;
}

.em-choice__note {
  border: 1px solid #cadeef;
  background: var(--emc-blue-soft);
}

.em-choice__warning {
  border: 1px solid #ecd099;
  background: #fff8e8;
}

.em-choice__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.em-choice a.em-choice__button,
.em-choice a.em-choice__button:visited {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid var(--emc-primary);
  border-radius: 12px;
  color: var(--emc-primary) !important;
  -webkit-text-fill-color: var(--emc-primary);
  background: #ffffff !important;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  opacity: 1;
  visibility: visible;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.em-choice a.em-choice__button:hover,
.em-choice a.em-choice__button:focus {
  color: var(--emc-primary-dark) !important;
  -webkit-text-fill-color: var(--emc-primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(23, 105, 170, 0.16);
}

.em-choice a.em-choice__button:focus-visible {
  outline: 3px solid rgba(23, 105, 170, 0.28);
  outline-offset: 3px;
}

.em-choice a.em-choice__button--primary,
.em-choice a.em-choice__button--primary:visited {
  border-color: var(--emc-primary) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  background: var(--emc-primary) !important;
}

.em-choice a.em-choice__button--primary:hover,
.em-choice a.em-choice__button--primary:focus {
  border-color: var(--emc-primary-dark) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  background: var(--emc-primary-dark) !important;
}

.em-choice a.em-choice__button--ghost,
.em-choice a.em-choice__button--ghost:visited {
  border-color: var(--emc-line) !important;
  color: var(--emc-text) !important;
  -webkit-text-fill-color: var(--emc-text);
  background: #ffffff !important;
}

.em-choice__toc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  padding: 18px 20px;
  border: 1px solid var(--emc-line);
  border-radius: 14px;
  background: #ffffff;
}

.em-choice__toc a {
  font-weight: 650;
  text-decoration: none;
}

.em-choice__section {
  padding: clamp(42px, 7vw, 82px) 0;
  border-bottom: 1px solid var(--emc-line);
}

.em-choice__section--soft,
.em-choice__section--accent {
  padding-right: clamp(20px, 4vw, 48px);
  padding-left: clamp(20px, 4vw, 48px);
  border: 1px solid var(--emc-line);
  border-radius: 22px;
}

.em-choice__section--soft {
  background: var(--emc-soft);
}

.em-choice__section--accent {
  background: linear-gradient(145deg, #f3f9ff 0%, #ffffff 72%);
  box-shadow: var(--emc-shadow);
}

.em-choice__split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 34px;
  align-items: start;
}

.em-choice__recommend {
  padding: 25px;
  border: 1px solid var(--emc-line);
  border-radius: var(--emc-radius);
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(23, 50, 77, 0.05);
}

.em-choice__recommend--accent {
  border-color: #aacce6;
  background: linear-gradient(145deg, #f1f8ff 0%, #ffffff 75%);
}

.em-choice__recommend ul,
.em-choice__pros-cons ul,
.em-choice__list {
  margin: 18px 0 0;
  padding-left: 1.2rem;
}

.em-choice__recommend li,
.em-choice__pros-cons li,
.em-choice__list li {
  margin-bottom: 8px;
}

.em-choice__pros-cons,
.em-choice__scenario-grid,
.em-choice__offline-grid,
.em-choice__storage-grid,
.em-choice__entrance-grid,
.em-choice__quality-grid,
.em-choice__security-grid,
.em-choice__law-grid,
.em-choice__mistake-grid,
.em-choice__grid {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.em-choice__pros-cons,
.em-choice__offline-grid,
.em-choice__storage-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.em-choice__scenario-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.em-choice__entrance-grid,
.em-choice__quality-grid,
.em-choice__security-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.em-choice__law-grid,
.em-choice__grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.em-choice__mistake-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.em-choice__pros,
.em-choice__cons,
.em-choice__scenario-grid article,
.em-choice__offline-card,
.em-choice__storage-grid article,
.em-choice__entrance-grid article,
.em-choice__quality-grid article,
.em-choice__security-grid article,
.em-choice__law-card,
.em-choice__mistake-grid article {
  height: 100%;
  padding: 24px;
  border: 1px solid var(--emc-line);
  border-radius: var(--emc-radius);
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(23, 50, 77, 0.05);
}

.em-choice__pros {
  border-top: 4px solid var(--emc-green);
}

.em-choice__cons {
  border-top: 4px solid var(--emc-yellow);
}

.em-choice__offline-card--good,
.em-choice__law-card--good {
  border-top: 4px solid var(--emc-green);
}

.em-choice__offline-card--attention,
.em-choice__law-card--attention {
  border-top: 4px solid var(--emc-yellow);
}

.em-choice__law-card--risk {
  border-top: 4px solid var(--emc-red);
}

.em-choice__entrance-number,
.em-choice__security-number,
.em-choice__mistake-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 15px;
  border-radius: 12px;
  color: var(--emc-primary-dark);
  background: var(--emc-blue-soft);
  font-weight: 850;
}

.em-choice__intercom-scheme {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  padding: 24px;
  border: 1px solid var(--emc-line);
  border-radius: var(--emc-radius);
  background: #ffffff;
}

.em-choice__scheme-node {
  padding: 15px 17px;
  border-radius: 12px;
  background: var(--emc-soft);
  font-weight: 760;
  text-align: center;
}

.em-choice__scheme-node--panel {
  border: 1px solid #ecd099;
  background: #fff8e8;
}

.em-choice__scheme-node--main {
  color: #ffffff;
  background: var(--emc-primary);
}

.em-choice__intercom-scheme > span {
  color: var(--emc-primary);
  font-weight: 820;
}

.em-choice__table-wrap {
  width: 100%;
  margin: 28px 0;
  overflow-x: auto;
  border: 1px solid var(--emc-line);
  border-radius: 16px;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}

.em-choice__table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}

.em-choice__table th,
.em-choice__table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--emc-line);
  vertical-align: top;
  text-align: left;
}

.em-choice__table th {
  color: #ffffff;
  background: var(--emc-primary-dark);
  font-size: 0.95rem;
}

.em-choice__table tbody tr:last-child td {
  border-bottom: 0;
}

.em-choice__table tbody tr:nth-child(even) {
  background: #f8fafc;
}

.em-choice__decision {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.em-choice__decision article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--emc-line);
  border-radius: 15px;
  background: #ffffff;
}

.em-choice__decision article > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: #ffffff;
  background: var(--emc-primary);
  font-weight: 850;
}

.em-choice__check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin-top: 28px;
}

.em-choice__check-grid label {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  padding: 14px 16px;
  border: 1px solid var(--emc-line);
  border-radius: 12px;
  background: #ffffff;
}

.em-choice__check-grid input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: var(--emc-primary);
}

.em-choice__cta {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, 0.65fr);
  gap: 32px;
  align-items: center;
  padding-right: clamp(22px, 5vw, 54px);
  padding-left: clamp(22px, 5vw, 54px);
  border: 1px solid #bdd8ec;
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 8%, rgba(239, 165, 41, 0.2), transparent 30%),
    linear-gradient(135deg, #edf7ff 0%, #ffffff 74%);
  box-shadow: var(--emc-shadow);
}

.em-choice__cta-buttons {
  display: grid;
  gap: 12px;
}

.em-choice__faq {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.em-choice__faq details {
  overflow: hidden;
  border: 1px solid var(--emc-line);
  border-radius: 14px;
  background: #ffffff;
}

.em-choice__faq summary {
  position: relative;
  padding: 18px 54px 18px 20px;
  cursor: pointer;
  font-weight: 750;
  list-style: none;
}

.em-choice__faq summary::-webkit-details-marker {
  display: none;
}

.em-choice__faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--emc-primary);
  font-size: 1.45rem;
}

.em-choice__faq details[open] summary::after {
  content: "−";
}

.em-choice__faq details > div {
  padding: 0 20px 20px;
  color: var(--emc-muted);
}

.em-choice__related {
  border-bottom: 0;
}

.em-choice a.em-choice__related-card,
.em-choice a.em-choice__related-card:visited {
  display: grid;
  gap: 8px;
  min-height: 138px;
  padding: 23px;
  border: 1px solid var(--emc-line);
  border-radius: 16px;
  color: var(--emc-text) !important;
  -webkit-text-fill-color: var(--emc-text);
  background: #ffffff;
  box-shadow: 0 7px 20px rgba(23, 50, 77, 0.05);
  text-decoration: none !important;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.em-choice a.em-choice__related-card:hover,
.em-choice a.em-choice__related-card:focus {
  transform: translateY(-2px);
  border-color: #a8cce6;
  color: var(--emc-text) !important;
}

.em-choice__related-card strong {
  color: var(--emc-primary-dark);
  font-size: 1.08rem;
}

.em-choice__related-card span {
  color: var(--emc-muted);
}

.em-choice__disclaimer {
  margin-bottom: 34px;
  padding: 20px 22px;
  border-radius: 14px;
  color: #526273;
  background: var(--emc-soft);
  font-size: 0.94rem;
}

@media (max-width: 1080px) {
  .em-choice__split,
  .em-choice__cta {
    grid-template-columns: 1fr;
  }

  .em-choice__scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .em-choice__cta-buttons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 850px) {
  .em-choice__pros-cons,
  .em-choice__scenario-grid,
  .em-choice__offline-grid,
  .em-choice__storage-grid,
  .em-choice__entrance-grid,
  .em-choice__quality-grid,
  .em-choice__security-grid,
  .em-choice__law-grid,
  .em-choice__mistake-grid,
  .em-choice__grid--3,
  .em-choice__check-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .em-choice {
    font-size: 16px;
  }

  .em-choice__container {
    width: min(100% - 20px, 1160px);
  }

  .em-choice__hero {
    padding: 28px 20px;
    border-radius: 20px;
  }

  .em-choice h1 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .em-choice h2 {
    font-size: clamp(1.55rem, 8vw, 2.15rem);
  }

  .em-choice__section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .em-choice__section--soft,
  .em-choice__section--accent,
  .em-choice__cta {
    padding-right: 18px;
    padding-left: 18px;
    border-radius: 18px;
  }

  .em-choice__actions,
  .em-choice__cta-buttons {
    grid-template-columns: 1fr;
  }

  .em-choice a.em-choice__button {
    width: 100%;
  }

  .em-choice__toc {
    align-items: flex-start;
    flex-direction: column;
  }

  .em-choice__intercom-scheme {
    align-items: stretch;
    flex-direction: column;
  }

  .em-choice__intercom-scheme > span {
    transform: rotate(90deg);
    text-align: center;
  }

  .em-choice__table {
    min-width: 820px;
  }

  .em-choice__decision article {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 18px;
  }

  .em-choice__decision article > span {
    width: 40px;
    height: 40px;
  }

  .em-choice__faq summary {
    padding-left: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-choice__button,
  .em-choice__related-card {
    transition: none;
  }
}/* End custom CSS */