

/* 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_5590.css?17810978774360*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5590 */

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

:root {
--sr-bg: #ffffff;
--sr-text: #1c2b3a;
--sr-blue: #1a6fbf;
--sr-light-blue: #edf5fc;
--sr-border: #cfd9e6;
--sr-danger-bg: #fff5f4;
--sr-danger-border: #e8a9a2;
--sr-danger-text: #c0392b;
--sr-warn-bg: #fff4e6;
--sr-warn-border: #fbd38d;
--sr-warn-text: #b05c00;
--sr-gray: #f7fafc;
--sr-radius: 12px;
}
.symptom-article {
font-family: Arial, Helvetica, sans-serif;
max-width: 900px;
margin: 0 auto;
color: var(--sr-text);
line-height: 1.6;
}
.symptom-article a {
color: var(--sr-blue);
text-decoration: underline;
text-underline-offset: 2px;
}
.symptom-article a:hover {
text-decoration: none;
}
.symptom-article h1 {
font-size: 2.2em;
line-height: 1.2;
margin-bottom: 0.5em;
color: #0b2444;
}
.symptom-article h2 {
font-size: 1.6em;
margin-top: 1.5em;
border-bottom: 2px solid var(--sr-light-blue);
padding-bottom: 0.3em;
color: #0b2444;
}
.symptom-article h3 {
font-size: 1.25em;
margin-top: 1.2em;
color: #0b2444;
}
.symptom-article img {
max-width: 100%;
height: auto;
border-radius: var(--sr-radius);
display: block;
margin: 24px 0;
}
.sr-breadcrumb {
font-size: 0.9em;
color: #566878;
margin-bottom: 1em;
}
.sr-breadcrumb a {
color: #566878;
text-decoration: none;
}
.sr-badge-top {
display: inline-block;
background: var(--sr-light-blue);
color: var(--sr-blue);
padding: 4px 10px;
border-radius: 4px;
font-size: 0.85em;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 1em;
}
.sr-ymyl-top {
background: var(--sr-warn-bg);
border-left: 5px solid var(--sr-warn-border);
padding: 18px 22px;
margin: 1.5em 0;
border-radius: 0 var(--sr-radius) var(--sr-radius) 0;
color: var(--sr-warn-text);
}
.sr-ymyl-top strong {
display: block;
margin-bottom: 6px;
font-size: 1.1em;
}
.sr-ymyl-disclaimer {
background: var(--sr-danger-bg);
border-left: 5px solid var(--sr-danger-border);
padding: 18px 22px;
margin: 1.5em 0;
color: var(--sr-danger-text);
border-radius: 0 var(--sr-radius) var(--sr-radius) 0;
font-size: 0.9em;
}
.sr-insight {
background: var(--sr-light-blue);
padding: 18px 22px;
border-radius: var(--sr-radius);
margin: 1.5em 0;
border-left: 4px solid var(--sr-blue);
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 1.5em 0;
}
.card {
background: var(--sr-gray);
border: 1px solid var(--sr-border);
border-radius: var(--sr-radius);
padding: 22px;
}
.card h3 {
margin-top: 0;
font-size: 1.15em;
}
.card ul {
margin: 0;
padding-left: 20px;
}
.card li {
margin-bottom: 8px;
}
.symptom-table-wrapper {
overflow-x: auto;
margin: 1.5em 0;
}
.symptom-table {
width: 100%;
border-collapse: collapse;
min-width: 600px;
background: #ffffff;
}
.symptom-table th, .symptom-table td {
padding: 14px 16px;
border: 1px solid var(--sr-border);
text-align: left;
vertical-align: top;
}
.symptom-table th {
background: var(--sr-light-blue);
font-weight: bold;
color: #0b2444;
}
.symptom-table tr:nth-child(even) td {
background: var(--sr-gray);
}
.sr-badge {
display: inline-block;
padding: 4px 10px;
border-radius: 12px;
font-size: 0.85em;
font-weight: bold;
}
.badge-red {
background: #ffe5e5;
color: #c53030;
}
.badge-orange {
background: #ffebd3;
color: #9c4221;
}
.badge-blue {
background: #e0f2fe;
color: #0056b3;
}
.sr-box-danger {
background: var(--sr-danger-bg);
border: 1px solid var(--sr-danger-border);
border-radius: var(--sr-radius);
padding: 22px;
margin: 1.5em 0;
}
.sr-box-danger h3 {
color: var(--sr-danger-text);
margin-top: 0;
}
.sr-box-danger ol {
margin-bottom: 0;
}
.sr-steps {
padding-left: 24px;
}
.sr-steps li {
margin-bottom: 12px;
}
.sr-toc {
background: var(--sr-gray);
border: 1px solid var(--sr-border);
border-radius: var(--sr-radius);
padding: 22px;
margin: 2em 0;
}
.sr-toc ol {
columns: 1;
padding-left: 24px;
margin: 0;
}
@media (min-width: 600px) {
.sr-toc ol {
columns: 2;
}
}
.sr-review-block {
border-top: 2px solid var(--sr-border);
margin-top: 2.5em;
padding-top: 1.5em;
font-size: 0.95em;
}
.sr-refs {
margin-top: 2.5em;
font-size: 0.9em;
}
.sr-refs ol {
padding-left: 24px;
}
.sr-refs li {
margin-bottom: 12px;
word-break: break-word;
}

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