

/* 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_6430.css?17830997474348*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6430 */

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

body {
margin: 0;
padding: 0;
background-color: #f9fafa;
}

.symptom-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #333333;
max-width: 900px;
margin: 0 auto;
padding: 20px;
background-color: #ffffff;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.symptom-article h1,
.symptom-article h2,
.symptom-article h3 {
color: #1a1a1a;
margin-top: 1.5em;
margin-bottom: 0.5em;
}

.symptom-article h1 {
font-size: 2.2em;
line-height: 1.2;
margin-top: 0.2em;
}

.symptom-article h2 {
font-size: 1.6em;
border-bottom: 2px solid #f0f0f0;
padding-bottom: 8px;
}

.symptom-article h3 {
font-size: 1.2em;
}

.symptom-article p {
margin-bottom: 1em;
}

.symptom-article a {
color: #0056b3;
text-decoration: none;
}

.symptom-article a:hover {
text-decoration: underline;
}

.symptom-article img {
max-width: 100%;
height: auto;
border-radius: 8px;
margin: 20px 0;
display: block;
}

.symptom-article ul {
margin-bottom: 1em;
padding-left: 20px;
}

.symptom-article li {
margin-bottom: 0.5em;
}

.breadcrumbs {
font-size: 0.9em;
color: #666666;
margin-bottom: 20px;
}

.breadcrumbs a {
color: #666666;
}

.label-category {
display: inline-block;
background-color: #e3f2fd;
color: #0d47a1;
padding: 4px 10px;
border-radius: 4px;
font-size: 0.85em;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 10px;
}

.alert-danger {
background-color: #ffebee;
border-left: 5px solid #d32f2f;
padding: 15px 20px;
margin: 20px 0;
border-radius: 0 8px 8px 0;
}

.alert-danger strong {
color: #c62828;
display: block;
font-size: 1.1em;
margin-bottom: 10px;
}

.alert-warning {
background-color: #fff8e1;
border-left: 5px solid #ffb300;
padding: 15px 20px;
margin: 20px 0;
border-radius: 0 8px 8px 0;
}

.alert-ymyl {
background-color: #e0f7fa;
border-left: 5px solid #00acc1;
padding: 15px 20px;
margin: 30px 0;
border-radius: 0 8px 8px 0;
}

.resume-block {
background-color: #e8f5e9;
border-left: 5px solid #4caf50;
padding: 15px 20px;
margin: 20px 0;
border-radius: 0 8px 8px 0;
}

.resume-block strong {
color: #2e7d32;
}

.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 20px 0;
}

.card {
background-color: #ffffff;
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 20px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.card h3 {
margin-top: 0;
color: #0d47a1;
}

.table-wrapper {
overflow-x: auto;
margin: 20px 0;
}

table {
width: 100%;
border-collapse: collapse;
min-width: 600px;
}

th, td {
border: 1px solid #e0e0e0;
padding: 12px 15px;
text-align: left;
vertical-align: top;
}

th {
background-color: #f5f5f5;
font-weight: bold;
color: #333333;
}

tr:nth-child(even) {
background-color: #fafafa;
}

.faq-item {
background-color: #f9f9f9;
border: 1px solid #eeeeee;
border-radius: 8px;
padding: 15px 20px;
margin-bottom: 15px;
}

.faq-item h3 {
margin-top: 0;
font-size: 1.1em;
color: #222222;
}

.faq-item p:last-child {
margin-bottom: 0;
}

.editorial-card {
background-color: #f5f5f5;
padding: 20px;
border-radius: 8px;
margin: 30px 0;
font-size: 0.9em;
color: #555555;
}

.ordered-list {
list-style-type: none;
counter-reset: custom-counter;
padding-left: 0;
}

.ordered-list > li {
counter-increment: custom-counter;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
}

.ordered-list > li::before {
content: counter(custom-counter) ".";
position: absolute;
left: 0;
top: 0;
background-color: #0d47a1;
color: #ffffff;
font-weight: bold;
border-radius: 50%;
width: 24px;
height: 24px;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.8em;
}

.ref-list {
list-style-type: none;
counter-reset: ref-counter;
padding-left: 0;
font-size: 0.9em;
word-break: break-word;
}

.ref-list > li {
counter-increment: ref-counter;
position: relative;
padding-left: 25px;
margin-bottom: 10px;
}

.ref-list > li::before {
content: "[" counter(ref-counter) "]";
position: absolute;
left: 0;
font-weight: bold;
color: #666666;
}

.text-red {
color: #d32f2f;
}

.text-orange {
color: #e65100;
}

.text-blue {
color: #1565c0;
}

.text-green {
color: #2e7d32;
}

@media (max-width: 600px) {
.symptom-article {
padding: 15px;
}

.symptom-article h1 {
font-size: 1.8em;
}

.symptom-article h2 {
font-size: 1.4em;
}

.cards-grid {
grid-template-columns: 1fr;
}
}

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