

/* 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_6043.css?17818788664328*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6043 */

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

* {
box-sizing: border-box;
}
.symptom-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #2c3e50;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
h1, h2, h3 {
color: #1a3b5c;
margin-top: 1.5em;
margin-bottom: 0.5em;
line-height: 1.3;
}
h1 {
font-size: 2.2em;
margin-top: 0.2em;
}
h2 {
font-size: 1.6em;
border-bottom: 2px solid #eef2f5;
padding-bottom: 8px;
}
h3 {
font-size: 1.2em;
}
.subtitle {
font-size: 1.1em;
color: #555;
margin-bottom: 25px;
}
.breadcrumbs {
font-size: 0.9em;
color: #7f8c8d;
margin-bottom: 15px;
}
.breadcrumbs ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.breadcrumbs li::after {
content: "/";
margin-left: 8px;
color: #bdc3c7;
}
.breadcrumbs li:last-child::after {
content: "";
}
.breadcrumbs a {
color: #2980b9;
text-decoration: none;
}
.breadcrumbs a:hover {
text-decoration: underline;
}
.label {
display: inline-block;
background-color: #e8f4f8;
color: #2980b9;
padding: 4px 10px;
border-radius: 4px;
font-size: 0.85em;
font-weight: bold;
margin-bottom: 15px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.warning-block, .danger-block {
background-color: #fff8e1;
border-left: 5px solid #f39c12;
padding: 18px 22px;
margin: 25px 0;
border-radius: 4px;
}
.danger-block {
background-color: #fdf2f2;
border-left-color: #e74c3c;
}
.warning-block p, .danger-block p {
margin: 12px 0 0 0;
}
.warning-block ul, .danger-block ul {
margin: 12px 0;
padding-left: 20px;
}
.insight-block {
background-color: #eef7fa;
border-left: 5px solid #3498db;
padding: 18px 22px;
margin: 25px 0;
border-radius: 4px;
font-style: italic;
color: #2c3e50;
}
.expert-block {
background-color: #f4f9fbf0;
border: 1px solid #dcebf2;
border-radius: 8px;
padding: 22px;
margin: 35px 0;
}
.expert-block h3 {
margin-top: 0;
}
.expert-block p {
margin: 8px 0;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin: 25px 0;
}
.card {
background-color: #f8fbfe;
border: 1px solid #e1edf4;
border-top: 4px solid #3498db;
border-radius: 8px;
padding: 22px;
}
.card h3 {
margin-top: 0;
color: #2980b9;
}
.card p {
margin: 10px 0 0 0;
font-size: 0.95em;
}
.table-responsive {
margin: 25px 0;
}
table {
width: 100%;
border-collapse: collapse;
}
th, td {
border: 1px solid #dcebf2;
padding: 14px;
text-align: left;
vertical-align: top;
}
th {
background-color: #eef5f9;
font-weight: bold;
color: #1a3b5c;
}
tr:nth-child(even) {
background-color: #f9fcfd;
}
.badge {
display: inline-block;
padding: 5px 10px;
border-radius: 4px;
font-size: 0.85em;
font-weight: bold;
color: #fff;
}
.badge-green { background-color: #27ae60; }
.badge-yellow { background-color: #f39c12; color: #fff; }
.badge-red { background-color: #e74c3c; }
.divider {
height: 2px;
background-color: #f0f3f5;
margin: 35px 0;
}
.toc {
background-color: #f8fbfe;
padding: 20px 25px;
border-radius: 8px;
margin: 25px 0;
border: 1px solid #e1edf4;
}
.toc ul {
list-style: none;
padding: 0;
margin: 0;
columns: 1;
}
.toc li {
margin-bottom: 10px;
}
.toc a {
color: #2980b9;
text-decoration: none;
font-weight: bold;
}
.toc a:hover {
text-decoration: underline;
}
.ordered-list {
list-style-type: decimal;
padding-left: 20px;
}
.ordered-list li {
margin-bottom: 12px;
}
.italic {
font-style: italic;
font-weight: normal;
}
.text-red {
color: #e74c3c;
}
.image-container {
text-align: center;
margin: 35px 0;
background-color: #fdfdfd;
padding: 15px;
border: 1px solid #eee;
border-radius: 8px;
}
.image-container img {
max-width: 100%;
height: auto;
border-radius: 6px;
}
.image-container p {
font-size: 0.9em;
color: #7f8c8d;
margin-top: 12px;
}
a {
color: #2980b9;
}
a:hover {
text-decoration: underline;
}
ul li {
margin-bottom: 8px;
}
@media (min-width: 768px) {
.toc ul {
columns: 2;
}
}
@media (max-width: 767px) {
.cards-grid {
grid-template-columns: 1fr;
}
h1 { font-size: 1.8em; }
h2 { font-size: 1.4em; }
.table-responsive {
overflow-x: auto;
display: block;
}
table {
min-width: 600px;
}
}

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