

/* 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_6008.css?17818794425159*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6008 */

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

:root {
--sp-text: #1c2b3a;
--sp-bg: #ffffff;
--sp-blue: #1a6fbf;
--sp-blue-dark: #145499;
--sp-blue-light: #edf5fc;
--sp-green: #e9f7f1;
--sp-green-dark: #2e7d32;
--sp-warn-bg: #fff4e6;
--sp-warn-border: #ff9800;
--sp-danger-bg: #fff5f4;
--sp-danger-border: #e53935;
--sp-border: #e9ecef;
--sp-shadow: 0 4px 12px rgba(11, 36, 68, 0.08);
}

.symptom-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: var(--sp-text);
max-width: 900px;
margin: 0 auto;
padding: 20px;
background-color: var(--sp-bg);
}

.symptom-article a {
color: var(--sp-blue);
text-decoration: underline;
text-underline-offset: 2px;
}

.symptom-article a:hover {
color: var(--sp-blue-dark);
}

.breadcrumbs {
font-size: 0.9em;
color: #6c757d;
margin-bottom: 25px;
}

.article-header {
margin-bottom: 30px;
}

.article-badge {
display: inline-block;
background-color: var(--sp-blue-light);
color: var(--sp-blue);
padding: 6px 14px;
border-radius: 20px;
font-size: 0.85em;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 15px;
}

.symptom-article h1 {
font-size: 2.2em;
margin-top: 0;
margin-bottom: 15px;
line-height: 1.25;
color: #0b2444;
}

.symptom-article h2 {
font-size: 1.6em;
margin-top: 45px;
margin-bottom: 15px;
border-bottom: 2px solid var(--sp-blue-light);
padding-bottom: 8px;
color: #0b2444;
}

.symptom-article h3 {
font-size: 1.25em;
margin-top: 30px;
margin-bottom: 12px;
color: #0b2444;
}

.symptom-article p {
margin-top: 0;
margin-bottom: 16px;
}

.symptom-article ul {
margin-top: 0;
margin-bottom: 16px;
padding-left: 20px;
}

.symptom-article li {
margin-bottom: 8px;
}

.ordered-list {
counter-reset: custom-counter;
list-style-type: none;
padding-left: 0;
}

.ordered-list > li {
counter-increment: custom-counter;
position: relative;
padding-left: 32px;
margin-bottom: 12px;
}

.ordered-list > li::before {
content: counter(custom-counter) ".";
position: absolute;
left: 0;
top: 0;
font-weight: bold;
color: var(--sp-blue);
background-color: var(--sp-blue-light);
width: 24px;
height: 24px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
font-size: 0.85em;
}

.danger-block {
background-color: var(--sp-danger-bg);
border-left: 5px solid var(--sp-danger-border);
padding: 20px 24px;
border-radius: 0 8px 8px 0;
margin: 30px 0;
}

.warning-block {
background-color: var(--sp-warn-bg);
border-left: 5px solid var(--sp-warn-border);
padding: 20px 24px;
border-radius: 0 8px 8px 0;
margin: 30px 0;
}

.insight-block {
background-color: var(--sp-green);
border-left: 5px solid var(--sp-green-dark);
padding: 20px 24px;
border-radius: 0 8px 8px 0;
margin: 30px 0;
}

.expert-block {
background-color: var(--sp-blue-light);
border: 1px solid #cce5ff;
padding: 24px;
border-radius: 12px;
margin: 30px 0;
}

.disclaimer-block {
background-color: #f8f9fa;
border: 1px solid var(--sp-border);
padding: 20px;
border-radius: 8px;
font-size: 0.9em;
color: #555;
margin: 30px 0;
}

.conclusion-block {
background-color: #fcfcfc;
border: 1px solid var(--sp-border);
padding: 30px;
border-radius: 12px;
margin: 40px 0;
box-shadow: var(--sp-shadow);
}

.conclusion-block h2 {
margin-top: 0;
border-bottom: none;
padding-bottom: 0;
}

.toc-block {
background-color: #fcfcfc;
border: 1px solid var(--sp-border);
padding: 24px;
border-radius: 12px;
margin: 25px 0;
}

.table-wrapper {
overflow-x: auto;
margin: 30px 0;
}

.symptom-table {
width: 100%;
border-collapse: collapse;
font-size: 0.95em;
background-color: var(--sp-bg);
}

.symptom-table th, .symptom-table td {
border: 1px solid var(--sp-border);
padding: 16px;
vertical-align: top;
}

.symptom-table th {
background-color: var(--sp-blue-light);
color: #0b2444;
font-weight: bold;
text-align: left;
}

.symptom-table tr:nth-child(even) {
background-color: #fdfdfd;
}

.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 20px;
margin: 30px 0;
}

.card {
background-color: var(--sp-bg);
border: 1px solid var(--sp-border);
border-top: 4px solid var(--sp-blue);
border-radius: 12px;
padding: 24px;
box-shadow: var(--sp-shadow);
display: flex;
flex-direction: column;
}

.card h3 {
margin-top: 0;
color: #0b2444;
}

.card ul {
margin-bottom: 0;
}

.card p:last-child {
margin-bottom: 0;
}

.faq-card {
border-top: none;
border-left: 4px solid var(--sp-blue);
}

.image-wrapper {
text-align: center;
margin: 35px 0;
}

.image-wrapper img {
max-width: 100%;
height: auto;
border-radius: 12px;
border: 1px solid var(--sp-border);
}

.image-caption {
font-size: 0.9em;
color: #6c757d;
margin-top: 12px;
}

@media (max-width: 768px) {
.cards-grid {
grid-template-columns: 1fr;
}
.symptom-article h1 {
font-size: 1.8em;
}
.symptom-article h2 {
font-size: 1.4em;
}
.symptom-table th, .symptom-table td {
padding: 12px;
}
}

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