

/* 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_5979.css?17818800403950*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5979 */

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

.symptom-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #2c3e50;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
.symptom-article h1 {
color: #1a252f;
font-size: 2.2em;
margin-bottom: 0.5em;
}
.symptom-article h2 {
color: #2980b9;
border-bottom: 2px solid #ecf0f1;
padding-bottom: 5px;
margin-top: 1.5em;
}
.symptom-article h3 {
color: #34495e;
margin-top: 1.2em;
}
.symptom-article p {
margin-bottom: 1em;
}
.symptom-article a {
color: #2980b9;
text-decoration: none;
font-weight: bold;
}
.symptom-article a:hover {
text-decoration: underline;
}
.breadcrumbs ul {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0 0 20px 0;
font-size: 0.9em;
}
.breadcrumbs li::after {
content: "/";
margin: 0 8px;
color: #95a5a6;
}
.breadcrumbs li:last-child::after {
content: "";
}
.breadcrumbs a {
color: #7f8c8d;
font-weight: normal;
}
.article-header .label {
display: inline-block;
background: #ecf0f1;
color: #7f8c8d;
padding: 4px 8px;
border-radius: 4px;
font-size: 0.8em;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 10px;
}
.article-header .subtitle {
font-size: 1.1em;
color: #7f8c8d;
}
.warning-block {
background-color: #fff5f5;
border-left: 5px solid #e74c3c;
padding: 15px 20px;
margin: 20px 0;
border-radius: 0 8px 8px 0;
}
.warning-block strong {
color: #c0392b;
}
.insight-block {
background-color: #e8f4f8;
border-left: 5px solid #3498db;
padding: 15px 20px;
margin: 20px 0;
border-radius: 0 8px 8px 0;
}
.insight-block strong {
color: #2980b9;
}
.final-conclusion {
background-color: #e9f7ef;
padding: 20px;
border-radius: 8px;
border-left: 5px solid #27ae60;
margin: 30px 0;
}
.final-conclusion h2 {
color: #1e8449;
margin-top: 0;
border: none;
}
.table-responsive {
overflow-x: auto;
margin: 20px 0;
}
.symptom-article table {
width: 100%;
border-collapse: collapse;
background: #fff;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.symptom-article th,
.symptom-article td {
padding: 12px 15px;
border: 1px solid #ecf0f1;
text-align: left;
vertical-align: top;
}
.symptom-article th {
background-color: #f8f9fa;
font-weight: bold;
color: #2c3e50;
}
.symptom-article tr:nth-child(even) {
background-color: #fcfcfc;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 20px 0;
}
.card {
background: #fdfdfd;
padding: 20px;
border-radius: 8px;
border: 1px solid #e0e0e0;
box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.card h3 {
margin-top: 0;
color: #2c3e50;
}
.card ul {
margin: 0;
padding-left: 20px;
}
.card li {
margin-bottom: 8px;
}
.faq-card p {
margin-bottom: 0;
}
.badge {
display: inline-block;
padding: 4px 8px;
border-radius: 4px;
font-size: 0.85em;
font-weight: bold;
color: #fff;
}
.badge-plan { background-color: #27ae60; }
.badge-urgent { background-color: #e74c3c; }
.badge-warn { background-color: #f39c12; }
.badge-info { background-color: #2980b9; }
.editorial-block {
background-color: #f9f9f9;
padding: 20px;
border-radius: 8px;
border: 1px solid #ddd;
margin-top: 40px;
font-size: 0.9em;
}
.editorial-block h3 {
margin-top: 0;
}
.disclaimer-block {
background-color: #fdfae6;
padding: 15px;
border-radius: 8px;
border-left: 5px solid #f1c40f;
margin-top: 20px;
font-size: 0.85em;
color: #7f6000;
}
.symptom-article img {
max-width: 100%;
height: auto;
display: block;
margin: 20px auto;
border-radius: 8px;
}
.symptom-article ul {
margin: 15px 0;
padding-left: 20px;
}
.symptom-article li {
margin-bottom: 8px;
}
.references-list {
font-size: 0.9em;
word-break: break-word;
}
@media (max-width: 768px) {
.cards-grid {
grid-template-columns: 1fr;
}
.symptom-article th,
.symptom-article td {
padding: 10px;
}
}

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