

/* Start:/local/templates/doctor/components/bitrix/catalog.element/element/style.css?1775475893725*/
.share__bottom-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.share__bottom-rating-stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

.share__bottom-rating-star {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 1;
    color: #d9d9d9;
    cursor: pointer;
    transition: color .2s ease;
}

.share__bottom-rating-star.is-active {
    color: #f5b301;
}

.share__bottom-rating-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #787070;
}

.share__bottom-rating-value {
    font-weight: 700;
    color: #323232;
}
/* End */


/* Start:/upload/article_assets/iblock_12/element_5565.css?17806659304426*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5565 */

/* ===== STYLE BLOCK ===== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #1a1a2e;
    background: #f9f9fb;
  }

  .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 32px 20px 60px;
  }

  h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 18px;
    line-height: 1.3;
  }

  h2 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-top: 40px;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 2px solid #dce3f0;
  }

  h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e6b;
    margin-top: 20px;
    margin-bottom: 8px;
  }

  h4, h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #2c3e6b;
    margin-top: 18px;
    margin-bottom: 8px;
  }

  p { margin-bottom: 14px; }

  ul, ol {
    margin: 10px 0 14px 22px;
  }

  li { margin-bottom: 6px; }

  strong { color: #1a1a2e; }

  .quick-summary {
    background: #eef3ff;
    border-left: 5px solid #4361c2;
    border-radius: 6px;
    padding: 20px 24px;
    margin-bottom: 30px;
  }
  .quick-summary h3 {
    color: #4361c2;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .quick-summary p { margin-bottom: 8px; }

  .block-warning {
    background: #fff8e6;
    border-left: 5px solid #f0a500;
    border-radius: 6px;
    padding: 16px 20px;
    margin: 20px 0;
  }
  .block-warning strong { color: #b87800; }

  .block-expert {
    background: #f0f7f4;
    border-left: 5px solid #2e8b57;
    border-radius: 6px;
    padding: 18px 22px;
    margin: 24px 0;
  }
  .block-expert .label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #2e8b57;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .block-insight {
    background: #f5f0fa;
    border-left: 5px solid #7b52d4;
    border-radius: 6px;
    padding: 16px 20px;
    margin: 20px 0;
  }
  .block-insight .label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #7b52d4;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .block-conclusion {
    background: #eaf5ff;
    border: 1.5px solid #4361c2;
    border-radius: 8px;
    padding: 22px 26px;
    margin: 30px 0;
  }
  .block-conclusion h3 {
    color: #4361c2;
    margin-top: 0;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0 24px;
    font-size: 0.92rem;
  }
  th {
    background: #4361c2;
    color: #fff;
    font-weight: 700;
    text-align: left;
    padding: 10px 12px;
  }
  td {
    padding: 9px 12px;
    border: 1px solid #dce3f0;
    vertical-align: top;
  }
  tr:nth-child(even) td { background: #f3f5fb; }
  tr:nth-child(odd) td { background: #fff; }
  td:first-child { font-weight: 600; color: #2c3e6b; width: 30%; }

  .references {
    margin-top: 40px;
  }
  .references h2 {
    margin-top: 0;
  }
  .references ol {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    counter-reset: vancouver;
  }
  .references li {
    counter-increment: vancouver;
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 0.88rem;
    color: #333;
    line-height: 1.55;
  }
  .references li::before {
    content: counter(vancouver) ".";
    font-weight: 700;
    color: #4361c2;
    min-width: 22px;
    flex-shrink: 0;
    padding-top: 1px;
  }
  .references a {
    color: #4361c2;
    text-decoration: underline;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .toc {
    background: #fff;
    border: 1px solid #dce3f0;
    border-radius: 8px;
    padding: 18px 20px;
    margin: 20px 0 28px;
  }
  .toc h3 {
    margin-top: 0;
  }
  .toc ul {
    margin: 10px 0 0 18px;
  }

  hr {
    border: 0;
    border-top: 1px solid #dce3f0;
    margin: 28px 0;
  }

  @media (max-width: 600px) {
    h1 { font-size: 1.45rem; }
    h2 { font-size: 1.15rem; }
    table { font-size: 0.82rem; }
    td, th { padding: 7px 8px; }
    td:first-child { width: 38%; }
  }

/* End */
/* /local/templates/doctor/components/bitrix/catalog.element/element/style.css?1775475893725 */
/* /upload/article_assets/iblock_12/element_5565.css?17806659304426 */
