.elementor-52836 .elementor-element.elementor-element-e7506cc{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--margin-top:-80px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}.elementor-52836 .elementor-element.elementor-element-59ee77e{--display:flex;}.elementor-52836 .elementor-element.elementor-element-846e99c{--display:flex;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-52836 .elementor-element.elementor-element-2074a4d{--display:flex;}.elementor-52836 .elementor-element.elementor-element-a26cc96{--display:flex;}.elementor-52836 .elementor-element.elementor-element-0e493b8{width:auto;max-width:auto;padding:0px 0px 0px 0px;}.elementor-52836 .elementor-element.elementor-element-0e493b8.elementor-element{--flex-grow:0;--flex-shrink:1;}/* Start custom CSS for text-editor, class: .elementor-element-1e2f0f2 */.cable-guide a {
    color: #17508c;
    text-decoration: none;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
    font-weight: 600;
  }

  .cable-guide a:hover {
    color: #1d5b97;
    text-decoration: underline;
  }
.cable-guide {
    --cg-text: #1f2937;
    --cg-muted: #64748b;
    --cg-border: #dbe4ee;
    --cg-border-soft: rgba(201, 214, 228, 0.62);
    --cg-surface-soft: #f7fafc;
    --cg-surface-accent: #eef6ff;
    --cg-accent: #1769aa;
    --cg-accent-dark: #0f4f83;
    --cg-warning-bg: #fff8e8;
    --cg-warning-border: #e5b349;
    color: var(--cg-text);
    font-size: 16px;
    line-height: 1.72;
}
.cable-guide, .cable-guide * {
    box-sizing: border-box;
}
.cable-guide .guide-intro {
    margin: 0 0 28px;
    padding: 18px 20px;
    border-left: 4px solid var(--cg-accent);
    border-radius: 0 12px 12px 0;
    background: linear-gradient(90deg, #f3f8fd 0%, #fbfdff 100%);
}
.cable-guide .guide-section {
    margin: 0;
    padding: 24px 0 20px;
    border-top: 1px solid var(--cg-border-soft);
}
.cable-guide .guide-section:first-of-type {
    border-top: 0;
}
.cable-guide h3 {
    margin: 26px 0 10px;
    padding-left: 11px;
    border-left: 3px solid rgba(23, 105, 170, 0.78);
    color: #1f3f5b;
    font-size: clamp(18px, 1.9vw, 22px);
    line-height: 1.34;
}
.cable-guide p {
    margin: 11px 0;
}
.cable-guide ul, .cable-guide ol {
    margin: 13px 0 17px;
    padding-left: 24px;
}
.cable-guide li {
    margin: 7px 0;
    padding-left: 3px;
}
.cable-guide strong {
    color: #173b57;
}
.cable-guide .formula-card {
    margin: 15px 0;
    padding: 13px 16px;
    border-left: 4px solid var(--cg-accent);
    border-radius: 0 10px 10px 0;
    background: var(--cg-surface-accent);
    color: var(--cg-accent-dark);
    font-size: 18px;
    line-height: 1.45;
}
.cable-guide .formula-card em {
    font-style: normal;
    font-weight: 700;
}
.cable-guide blockquote.article-callout {
    margin: 18px 0;
    padding: 13px 16px;
    border-left: 4px solid var(--cg-accent);
    border-radius: 0 10px 10px 0;
    background: var(--cg-surface-soft);
}
.cable-guide blockquote.article-callout--warning {
    border-left-color: var(--cg-warning-border);
    background: var(--cg-warning-bg);
}
.cable-guide blockquote.article-callout p {
    margin: 0;
}
.cable-guide .table-scroll {
    margin: 17px 0 21px;
    overflow-x: auto;
    border: 1px solid var(--cg-border);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 5px 16px rgba(31, 41, 55, 0.045);
    scrollbar-width: thin;
}
.cable-guide .table-scroll table {
    width: 100% !important;
    min-width: 600px !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    margin: 0 !important;
}
.cable-guide .table-scroll th,
.cable-guide .table-scroll td {
    padding: 11px 13px !important;
    border-right: 1px solid var(--cg-border) !important;
    border-bottom: 1px solid var(--cg-border) !important;
    border-top: 0 !important;
    border-left: 0 !important;
    vertical-align: top;
}
.cable-guide .table-scroll th:last-child,
.cable-guide .table-scroll td:last-child {
    border-right: 0 !important;
}
.cable-guide .table-scroll tbody tr:last-child td {
    border-bottom: 0 !important;
}
.cable-guide .table-scroll thead tr,
.cable-guide .table-scroll thead th {
    background: #eaf3fb !important;
}
.cable-guide .table-scroll thead th {
    color: #173b57;
    font-weight: 700;
}
.cable-guide .table-scroll tbody tr:nth-child(even) {
    background: #f9fbfd;
}
.cable-guide .table-scroll tbody tr:hover {
    background: #f2f8fd;
}
@media (max-width: 720px) {
    .cable-guide { font-size: 15px; line-height: 1.65; }
    .cable-guide .guide-intro { padding: 15px 15px; }
    .cable-guide .guide-section { padding: 19px 0 16px; }
    .cable-guide h3 { margin-top: 22px; }
    .cable-guide .table-scroll th, .cable-guide .table-scroll td { padding: 9px 10px !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0e493b8 */.mkc-cta-card {
 
  padding: 0 0 10px;
}

.mkc-cta-card__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 20px;
  padding: 22px 22px;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
}

.mkc-cta-card__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #000;
}

.mkc-cta-card__subtitle {
  font-size: 15px;
  color: rgba(0,0,0,.62);
}

/* мобила */
@media (max-width: 768px) {
  .mkc-cta-card__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .mkc-cta-card__action {
    width: 100%;
  }
  .mkc-cta-card__action .elementor-button {
    width: 100%;
  }
}

/* =========================
   CTA CARD button (как твой outline)
   ========================= */

.mkc-cta-card .mkc-cta-card__action .elementor-button {
  height: 40px;
  padding: 0 20px;
  border-radius: 999px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: transparent;
  color: #2d78c8;

  border: 2px solid #2d78c8;
  box-shadow: none;

  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;

  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, filter 0.2s ease;
  will-change: transform;
  transform: translateZ(0);
}

/* Hover */
.mkc-cta-card .mkc-cta-card__action .elementor-button:hover {
  background: #2d78c8;
  color: #fff;
  transform: translateY(-1px);
  filter: drop-shadow(0 10px 16px rgba(45, 120, 200, 0.22));
}

/* Active */
.mkc-cta-card .mkc-cta-card__action .elementor-button:active {
  transform: translateY(0);
  filter: drop-shadow(0 6px 10px rgba(45, 120, 200, 0.18));
}


/* =========================================
   CTA card — подгоняем левую линию под текст
   (текст НЕ трогаем)
   ========================================= */

/* Карточка: как у текста */
.mkc-cta-card__inner {
  padding: 22px 28px 26px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Главное: смещаем контент CTA внутрь так же, как у текста */
.mkc-cta-card__text,
.mkc-cta-card__action {
  margin-left: 21px;          /* то самое смещение */
}

/* Чтобы справа тоже смотрелось симметрично */
.mkc-cta-card__action {
  margin-right: 21px;
  margin-left: auto;          /* кнопка остаётся справа */
}/* End custom CSS */