

/* 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_6075.css?17819509134907*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6075 */

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

.symptom-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
max-width: 900px;
margin: 0 auto;
color: #2d3748;
padding: 20px;
box-sizing: border-box;
}
.symptom-article h1 {
color: #1a365d;
font-size: 2.2em;
margin: 0.5em 0;
line-height: 1.2;
}
.symptom-article h2 {
color: #2b6cb0;
font-size: 1.8em;
margin-top: 1.5em;
margin-bottom: 0.8em;
border-bottom: 2px solid #ebf8ff;
padding-bottom: 8px;
}
.symptom-article h3 {
color: #2c5282;
font-size: 1.4em;
margin-top: 1.2em;
margin-bottom: 0.5em;
}
.symptom-article h4 {
font-size: 1.2em;
margin-top: 0;
margin-bottom: 10px;
color: #1a365d;
}
.symptom-article p {
margin-bottom: 1.2em;
}
.symptom-article a {
color: #3182ce;
text-decoration: underline;
text-underline-offset: 2px;
}
.symptom-article a:hover {
color: #2b6cb0;
}
.symptom-article ul, .symptom-article ol {
margin-bottom: 1.2em;
padding-left: 20px;
}
.symptom-article li {
margin-bottom: 8px;
}

.breadcrumbs {
font-size: 0.9em;
color: #718096;
margin-bottom: 20px;
display: flex;
gap: 6px;
flex-wrap: wrap;
}
.breadcrumbs a {
color: #718096;
text-decoration: none;
}
.breadcrumbs a:hover {
color: #3182ce;
}

.label {
display: inline-block;
background: #edf2f7;
padding: 6px 12px;
border-radius: 4px;
font-size: 0.85em;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #4a5568;
margin-bottom: 10px;
}

.warning-block {
background-color: #fff5f5;
border-left: 6px solid #e53e3e;
padding: 20px;
margin: 30px 0;
border-radius: 0 8px 8px 0;
}
.warning-block strong.warning-title {
color: #c53030;
display: block;
font-size: 1.2em;
margin-bottom: 10px;
text-transform: uppercase;
}
.warning-block p {
margin: 0;
color: #742a2a;
}
.warning-block-danger h3 {
color: #c53030;
margin-top: 0;
}
.warning-block-danger {
background-color: #fff5f5;
border-left: 6px solid #e53e3e;
padding: 20px;
border-radius: 0 8px 8px 0;
margin: 20px 0;
}

.toc {
background: #f7fafc;
padding: 24px;
border-radius: 8px;
margin: 30px 0;
}
.toc h2 {
margin-top: 0;
border-bottom: none;
padding-bottom: 0;
}
.toc ol {
margin: 0;
columns: 1;
}

.chunk {
background: #ebf8ff;
border-left: 6px solid #3182ce;
padding: 16px 20px;
margin: 24px 0;
border-radius: 0 8px 8px 0;
color: #2a4365;
}

.table-responsive {
overflow-x: auto;
margin: 24px 0;
}
.data-table {
width: 100%;
border-collapse: collapse;
font-size: 0.95em;
min-width: 600px;
}
.data-table th, .data-table td {
border: 1px solid #e2e8f0;
padding: 14px;
text-align: left;
vertical-align: top;
}
.data-table th {
background-color: #2b6cb0;
color: #ffffff;
font-weight: bold;
}
.data-table tr:nth-child(even) {
background-color: #f7fafc;
}
.data-table tr:hover {
background-color: #edf2f7;
}

.badge {
display: inline-block;
padding: 4px 10px;
border-radius: 12px;
font-size: 0.85em;
font-weight: bold;
text-align: center;
white-space: nowrap;
}
.badge-green { background: #c6f6d5; color: #22543d; }
.badge-orange { background: #feebc8; color: #7b341e; }
.badge-red { background: #fed7d7; color: #742a2a; }

.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 24px;
margin: 24px 0;
}
.card {
background: #f8fafc;
border: 1px solid #e2e8f0;
border-top: 4px solid #3182ce;
border-radius: 8px;
padding: 20px;
}
.card p {
margin-bottom: 10px;
font-size: 0.95em;
}
.card p:last-child {
margin-bottom: 0;
}

figure {
margin: 40px 0;
text-align: center;
}
figure img {
max-width: 100%;
height: auto;
border-radius: 12px;
display: block;
margin: 0 auto;
}

.faq-accordion details {
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 8px;
margin-bottom: 12px;
padding: 16px;
}
.faq-accordion summary {
font-weight: bold;
cursor: pointer;
color: #2b6cb0;
font-size: 1.05em;
}
.faq-accordion p {
margin-top: 12px;
margin-bottom: 0;
color: #4a5568;
}

.editorial-card {
background-color: #f0fff4;
border: 1px solid #c6f6d5;
padding: 24px;
border-radius: 8px;
margin: 40px 0;
}
.editorial-card h3 {
margin-top: 0;
color: #22543d;
}
.editorial-card p {
margin-bottom: 8px;
color: #276749;
}

.ymyl-disclaimer {
background-color: #fffaf0;
border: 1px solid #feebc8;
padding: 20px;
border-radius: 8px;
font-size: 0.95em;
color: #7b341e;
margin: 30px 0;
}

.conclusion-block {
background-color: #ebf8ff;
border: 1px solid #bee3f8;
padding: 24px;
border-radius: 8px;
margin: 40px 0;
}
.conclusion-block h2 {
margin-top: 0;
border-bottom: none;
}

.references {
font-size: 0.9em;
color: #4a5568;
word-break: break-word;
}
.references li {
margin-bottom: 12px;
}

@media (min-width: 768px) {
.toc ol {
columns: 2;
}
}

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