

/* 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_6001.css?17818795844692*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6001 */

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

:root {
--fs-navy: #0b2444;
--fs-blue: #1a6fbf;
--fs-sky: #edf5fc;
--fs-red: #c0392b;
--fs-red-bg: #fff5f4;
--fs-warn: #b05c00;
--fs-warn-bg: #fff4e6;
--fs-green-bg: #e9f7f1;
--fs-text: #1c2b3a;
--fs-muted: #566878;
--fs-border: #cfd9e6;
--fs-card-bg: #fdfdfe;
}

.fs-article {
font-family: Arial, Helvetica, sans-serif;
color: var(--fs-text);
max-width: 900px;
margin: 0 auto;
line-height: 1.6;
font-size: 16px;
padding: 20px;
}

.fs-article a {
color: var(--fs-blue);
text-decoration: none;
border-bottom: 1px solid rgba(26, 111, 191, 0.3);
transition: border-color 0.2s;
}

.fs-article a:hover {
border-bottom-color: var(--fs-blue);
}

.fs-breadcrumb {
font-size: 13px;
color: var(--fs-muted);
margin-bottom: 24px;
}

.fs-breadcrumb a {
color: var(--fs-muted);
border: none;
}

.fs-lead-label {
display: inline-block;
font-size: 12px;
letter-spacing: 0.05em;
text-transform: uppercase;
background-color: var(--fs-sky);
color: var(--fs-blue);
padding: 4px 10px;
border-radius: 4px;
font-weight: bold;
margin-bottom: 12px;
}

.fs-article h1 {
color: var(--fs-navy);
font-size: clamp(26px, 4vw, 36px);
line-height: 1.2;
margin: 0 0 16px;
}

.fs-article h2 {
color: var(--fs-navy);
font-size: clamp(22px, 3vw, 26px);
line-height: 1.3;
margin: 40px 0 20px;
border-bottom: 2px solid var(--fs-sky);
padding-bottom: 8px;
}

.fs-article h3 {
color: var(--fs-navy);
font-size: 18px;
margin: 24px 0 12px;
}

.fs-lead-desc {
font-size: 18px;
color: var(--fs-muted);
margin-bottom: 30px;
}

.fs-box-danger {
background: var(--fs-red-bg);
border-left: 4px solid var(--fs-red);
padding: 20px;
border-radius: 0 8px 8px 0;
margin: 24px 0;
}

.fs-box-danger h3, .fs-box-danger strong {
color: var(--fs-red);
margin-top: 0;
}

.fs-box-danger ul, .fs-box-danger ol {
margin-bottom: 0;
}

.fs-box-warn {
background: var(--fs-warn-bg);
border-left: 4px solid var(--fs-warn);
padding: 20px;
border-radius: 0 8px 8px 0;
margin: 24px 0;
font-size: 15px;
}

.fs-ai-cite {
background: var(--fs-sky);
border-left: 4px solid var(--fs-blue);
padding: 16px 20px;
border-radius: 0 8px 8px 0;
margin: 24px 0;
font-size: 15px;
}

.fs-ai-cite strong {
color: var(--fs-navy);
display: block;
margin-bottom: 6px;
}

.fs-toc {
background: #f8fafc;
border: 1px solid var(--fs-border);
border-radius: 12px;
padding: 24px;
margin: 32px 0;
}

.fs-toc ol {
margin: 0;
padding-left: 20px;
}

.fs-toc li {
margin-bottom: 8px;
font-size: 15px;
}

.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 24px 0;
}

.card {
background: var(--fs-card-bg);
border: 1px solid var(--fs-border);
border-radius: 12px;
padding: 24px;
box-shadow: 0 4px 16px rgba(11, 36, 68, 0.04);
}

.card h3 {
margin-top: 0;
font-size: 16px;
color: var(--fs-blue);
}

.card p:last-child {
margin-bottom: 0;
}

.fs-table-wrap {
overflow-x: auto;
margin: 24px 0;
}

.fs-table {
width: 100%;
border-collapse: collapse;
font-size: 15px;
background: #fff;
}

.fs-table th {
background: var(--fs-navy);
color: #fff;
text-align: left;
padding: 14px;
font-weight: bold;
border: 1px solid var(--fs-navy);
}

.fs-table td {
border: 1px solid var(--fs-border);
padding: 14px;
vertical-align: top;
}

.fs-table tr:nth-child(even) td {
background: #fbfdff;
}

.fs-table strong {
color: var(--fs-navy);
}

.fs-table .urgency-high {
color: var(--fs-red);
font-weight: bold;
}

.fs-table .urgency-med {
color: var(--fs-warn);
font-weight: bold;
}

.fs-img {
width: 100%;
height: auto;
border-radius: 12px;
margin: 32px 0;
box-shadow: 0 4px 16px rgba(11, 36, 68, 0.08);
}

.fs-steps {
padding-left: 20px;
}

.fs-steps li {
margin-bottom: 12px;
}

.fs-faq-list details.card {
cursor: pointer;
margin-bottom: 16px;
}

.fs-faq-list summary {
font-weight: bold;
color: var(--fs-navy);
font-size: 16px;
outline: none;
}

.fs-faq-list summary::-webkit-details-marker {
color: var(--fs-blue);
}

.fs-faq-list p {
margin-top: 16px;
color: var(--fs-text);
}

.fs-review-block {
margin-top: 48px;
padding: 24px;
background: var(--fs-sky);
border-radius: 12px;
font-size: 14px;
}

.fs-review-block p {
margin: 0 0 10px;
}

.fs-review-block p:last-child {
margin-bottom: 0;
}

.fs-refs {
margin-top: 48px;
border-top: 1px solid var(--fs-border);
padding-top: 24px;
font-size: 14px;
color: var(--fs-muted);
}

.fs-refs li {
margin-bottom: 10px;
word-break: break-word;
}

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