

/* 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_5959.css?17818021834776*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5959 */

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

.symptom-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #333;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
.symptom-article h1 {
font-size: 2.2em;
color: #1a3b5c;
margin-bottom: 15px;
line-height: 1.2;
}
.symptom-article h2 {
font-size: 1.6em;
color: #2c3e50;
margin-top: 40px;
margin-bottom: 15px;
border-bottom: 2px solid #e0e6ed;
padding-bottom: 8px;
}
.symptom-article h3 {
font-size: 1.3em;
color: #34495e;
margin-top: 25px;
margin-bottom: 10px;
}
.symptom-article p {
margin-bottom: 15px;
}
.symptom-article a {
color: #0056b3;
text-decoration: none;
}
.symptom-article a:hover {
text-decoration: underline;
}
.symptom-article ul, .symptom-article ol {
padding-left: 25px;
margin-bottom: 20px;
}
.symptom-article li {
margin-bottom: 8px;
}
.symptom-article img {
max-width: 100%;
height: auto;
display: block;
margin: 25px 0;
border-radius: 8px;
box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.badge {
display: inline-block;
background: #eef2f5;
color: #5c6e80;
padding: 5px 12px;
border-radius: 20px;
font-size: 0.85em;
font-weight: bold;
margin-bottom: 15px;
text-transform: uppercase;
letter-spacing: 0.5px;
}

.breadcrumbs {
font-size: 0.9em;
margin-bottom: 25px;
}
.breadcrumbs ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
}
.breadcrumbs li {
margin-right: 8px;
color: #666;
}
.breadcrumbs li::after {
content: " / ";
margin-left: 8px;
color: #ccc;
}
.breadcrumbs li:last-child::after {
content: "";
}
.breadcrumbs a {
color: #666;
}

.toc {
background: #f8fafd;
padding: 20px 25px;
border-radius: 8px;
margin-bottom: 30px;
}
.toc ol {
margin: 0;
padding-left: 20px;
}

.table-wrapper {
overflow-x: auto;
margin: 25px 0;
}
.symptom-article table {
width: 100%;
border-collapse: collapse;
min-width: 600px;
background: #fff;
}
.symptom-article th, .symptom-article td {
border: 1px solid #dce4ec;
padding: 12px 16px;
text-align: left;
vertical-align: top;
}
.symptom-article th {
background-color: #f1f5f9;
font-weight: bold;
color: #2c3e50;
}
.symptom-article tr:nth-child(even) {
background-color: #fafbfc;
}

.status-urgent {
color: #d32f2f;
font-weight: bold;
}
.status-planned {
color: #1976d2;
font-weight: bold;
}
.status-routine {
color: #388e3c;
font-weight: bold;
}

.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 25px 0;
}
.card {
background: #ffffff;
border: 1px solid #e2e8f0;
border-top: 4px solid #3498db;
border-radius: 8px;
padding: 20px;
box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.card h3 {
margin-top: 0;
font-size: 1.15em;
color: #1a3b5c;
}
.card p {
margin-bottom: 10px;
font-size: 0.95em;
}
.card p:last-child {
margin-bottom: 0;
}

.warning-block {
background: #fff5f5;
border-left: 4px solid #d32f2f;
padding: 20px;
margin: 25px 0;
border-radius: 0 8px 8px 0;
}
.warning-block strong {
color: #d32f2f;
display: block;
margin-bottom: 10px;
font-size: 1.1em;
}
.warning-block p {
margin-bottom: 10px;
}
.warning-block ul {
margin-bottom: 0;
}

.danger-block {
background: #fff5f5;
border-left: 4px solid #d32f2f;
padding: 20px;
margin: 25px 0;
border-radius: 0 8px 8px 0;
}
.danger-block h3 {
color: #d32f2f;
margin-top: 0;
margin-bottom: 15px;
}

.summary-block {
background: #f0fdf4;
border-left: 4px solid #22c55e;
padding: 20px;
margin: 25px 0;
border-radius: 0 8px 8px 0;
}
.summary-block strong {
color: #166534;
}

.conclusion-block {
background: #eff6ff;
border-left: 4px solid #3b82f6;
padding: 25px;
border-radius: 0 8px 8px 0;
margin: 40px 0;
}
.conclusion-block h2 {
margin-top: 0;
border-bottom: none;
padding-bottom: 0;
}

.faq-list details {
background: #ffffff;
border: 1px solid #e2e8f0;
padding: 15px 20px;
margin-bottom: 12px;
border-radius: 8px;
box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}
.faq-list summary {
font-weight: bold;
cursor: pointer;
color: #2c3e50;
font-size: 1.05em;
outline: none;
}
.faq-list details p {
margin-top: 15px;
margin-bottom: 0;
color: #4a5568;
}

.editorial-block {
background: #f8fafc;
padding: 20px;
border-radius: 8px;
margin: 30px 0;
border: 1px solid #e2e8f0;
}

.disclaimer-block {
background: #fefce8;
color: #854d0e;
padding: 20px;
border-left: 4px solid #facc15;
margin: 25px 0;
border-radius: 0 8px 8px 0;
}
.disclaimer-block strong {
display: block;
margin-bottom: 10px;
}

.references-list {
font-size: 0.9em;
color: #4a5568;
word-break: break-word;
}
.references-list li {
margin-bottom: 10px;
}

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