

/* 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_6029.css?17818791024271*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6029 */

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

.med-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #2c3e50;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
.med-article h1, .med-article h2, .med-article h3 {
color: #1a252f;
margin-top: 1.5em;
margin-bottom: 0.7em;
}
.med-article h1 { font-size: 2.2em; line-height: 1.2; }
.med-article h2 { font-size: 1.6em; border-bottom: 2px solid #ecf0f1; padding-bottom: 8px; }
.med-article h3 { font-size: 1.3em; margin-top: 0; color: #2980b9; }
.med-article p, .med-article ul, .med-article div { margin-bottom: 1em; }
.med-article ul { padding-left: 20px; }
.med-article li { margin-bottom: 0.4em; }
.med-article a { color: #2980b9; text-decoration: none; border-bottom: 1px solid rgba(41, 128, 185, 0.3); }
.med-article a:hover { border-bottom-color: #2980b9; }

.breadcrumbs { font-size: 0.9em; color: #7f8c8d; margin-bottom: 20px; display: flex; flex-wrap: wrap; gap: 5px; }
.breadcrumbs a { color: #7f8c8d; border-bottom: none; }
.breadcrumbs a:hover { color: #2980b9; }
.label-top { display: inline-block; font-size: 0.85em; text-transform: uppercase; letter-spacing: 0.05em; color: #fff; background-color: #34495e; padding: 4px 10px; border-radius: 4px; margin-bottom: 15px; font-weight: bold; }

.warning-block, .danger-block, .insight-block, .conclusion-block, .editorial-info {
padding: 20px;
margin: 25px 0;
border-radius: 6px;
}
.warning-block { background-color: #fff9e6; border-left: 5px solid #f1c40f; }
.danger-block { background-color: #fdf2f2; border-left: 5px solid #e74c3c; }
.insight-block { background-color: #f0f7fb; border-left: 5px solid #3498db; }
.conclusion-block { background-color: #f2fbf5; border-left: 5px solid #2ecc71; }

.editorial-info { background-color: #f8f9fa; border: 1px solid #dee2e6; font-size: 0.9em; margin-top: 40px; }
.editorial-info p { margin-bottom: 0.5em; margin-top: 0; }

.table-wrapper { overflow-x: auto; margin: 25px 0; border-radius: 6px; border: 1px solid #ecf0f1; }
.med-article table { width: 100%; border-collapse: collapse; min-width: 600px; background-color: #fff; }
.med-article th, .med-article td { border-bottom: 1px solid #ecf0f1; border-right: 1px solid #ecf0f1; padding: 14px; text-align: left; vertical-align: top; }
.med-article th:last-child, .med-article td:last-child { border-right: none; }
.med-article th { background-color: #f8f9fa; font-weight: bold; color: #2c3e50; }
.med-article tr:nth-child(even) td { background-color: #fdfdfe; }
.med-article tr:hover td { background-color: #f4f6f7; }

.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 25px 0; }
.card { background-color: #fdfdfe; border: 1px solid #e2e8f0; border-radius: 8px; padding: 20px; transition: box-shadow 0.2s ease; }
.card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.05); }
.card ul { margin-top: 10px; margin-bottom: 0; padding-left: 0; list-style: none; }
.card ul li { margin-bottom: 0.8em; font-size: 0.95em; }
.card p:last-child { margin-bottom: 0; }

.badge { display: inline-block; padding: 5px 10px; border-radius: 4px; font-size: 0.85em; letter-spacing: 0.02em; font-weight: bold; }
.badge-routine { background-color: #e8f4fd; color: #2980b9; }
.badge-investigate { background-color: #fef5e7; color: #d35400; }
.badge-urgent { background-color: #fdedec; color: #c0392b; }
.badge-emergency { background-color: #c0392b; color: #ffffff; }

.numbered-list { counter-reset: custom-counter; list-style: none; padding-left: 0; }
.numbered-list > li { position: relative; padding-left: 30px; margin-bottom: 1em; }
.numbered-list > li::before {
content: counter(custom-counter) ".";
counter-increment: custom-counter;
position: absolute;
left: 0;
top: 0;
font-weight: bold;
color: #3498db;
}
.numbered-list ul { padding-left: 20px; margin-top: 0.5em; list-style-type: disc; }
.numbered-list ul li { margin-bottom: 0.3em; padding-left: 0; }
.numbered-list ul li::before { content: none; }

@media (max-width: 768px) {
.med-article { padding: 15px; }
.med-article h1 { font-size: 1.8em; }
.med-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_6029.css?17818791024271 */
