

/* 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_5811.css?17812731104844*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5811 */

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

.article-container {
max-width: 900px;
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #333333;
padding: 20px;
}

.article-container h1 {
font-size: 2.2rem;
color: #1a252f;
margin-bottom: 10px;
line-height: 1.3;
}

.article-container h2 {
font-size: 1.8rem;
color: #2c3e50;
margin-top: 40px;
margin-bottom: 20px;
padding-bottom: 8px;
border-bottom: 2px solid #ecf0f1;
}

.article-container h3 {
font-size: 1.3rem;
color: #34495e;
margin-top: 25px;
margin-bottom: 15px;
}

.article-container p {
margin-bottom: 16px;
}

.article-container a {
color: #2980b9;
text-decoration: none;
border-bottom: 1px solid transparent;
transition: border-color 0.2s ease;
}

.article-container a:hover {
border-bottom-color: #2980b9;
}

.article-container img {
max-width: 100%;
height: auto;
display: block;
border-radius: 8px;
margin: 25px 0;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.breadcrumbs {
font-size: 0.9rem;
color: #7f8c8d;
margin-bottom: 20px;
}

.breadcrumbs a {
color: #7f8c8d;
}

.badge {
display: inline-block;
background-color: #e8f4f8;
color: #2980b9;
padding: 4px 12px;
border-radius: 16px;
font-size: 0.85rem;
font-weight: bold;
margin-bottom: 15px;
}

.subtitle {
font-size: 1.15rem;
color: #555555;
margin-bottom: 30px;
}

.article-container ul {
margin-bottom: 20px;
padding-left: 20px;
}

.article-container li {
margin-bottom: 8px;
}

.numbered-list {
list-style-type: none;
counter-reset: custom-counter;
padding-left: 0;
}

.numbered-list > li {
position: relative;
padding-left: 28px;
margin-bottom: 12px;
}

.numbered-list > li::before {
content: counter(custom-counter) ".";
counter-increment: custom-counter;
position: absolute;
left: 0;
top: 0;
font-weight: bold;
color: #2980b9;
}

.table-responsive {
overflow-x: auto;
margin: 25px 0;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.article-container table {
width: 100%;
border-collapse: collapse;
background-color: #ffffff;
min-width: 600px;
}

.article-container th {
background-color: #2c3e50;
color: #ffffff;
text-align: left;
padding: 14px 16px;
font-weight: bold;
}

.article-container td {
border: 1px solid #e0e0e0;
padding: 14px 16px;
vertical-align: top;
}

.article-container tr:nth-child(even) {
background-color: #f8f9fa;
}

.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin: 25px 0;
}

.card {
background-color: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 10px;
padding: 24px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card h3 {
margin-top: 0;
color: #2c3e50;
font-size: 1.2rem;
border-bottom: 2px solid #3498db;
padding-bottom: 10px;
display: inline-block;
}

.card-bg-light {
background-color: #f8fafc;
}

.danger-block {
background-color: #ffebee;
border-left: 6px solid #d32f2f;
padding: 20px 24px;
margin: 25px 0;
border-radius: 0 8px 8px 0;
}

.danger-block strong {
color: #c62828;
}

.danger-block h3 {
margin-top: 0;
color: #c62828;
}

.warning-block {
background-color: #fff8e1;
border-left: 6px solid #ffa000;
padding: 20px 24px;
margin: 25px 0;
border-radius: 0 8px 8px 0;
}

.warning-block strong {
color: #f57c00;
}

.insight-block {
background-color: #e3f2fd;
border-left: 6px solid #1976d2;
padding: 20px 24px;
margin: 25px 0;
border-radius: 0 8px 8px 0;
}

.insight-block strong {
color: #0d47a1;
display: block;
margin-bottom: 8px;
font-size: 1.1rem;
}

.conclusion-block {
background-color: #f1f8e9;
border: 1px solid #c5e1a5;
padding: 30px;
border-radius: 10px;
margin: 40px 0;
}

.conclusion-block h2 {
margin-top: 0;
border-bottom: none;
color: #2e7d32;
}

.editorial-card {
background-color: #f5f7fa;
padding: 20px 25px;
border-radius: 8px;
margin: 30px 0;
border: 1px solid #e4e7eb;
font-size: 0.95rem;
}

.disclaimer-block {
background-color: #eeeeee;
padding: 20px 25px;
margin-top: 25px;
font-size: 0.9rem;
border-left: 5px solid #9e9e9e;
border-radius: 0 8px 8px 0;
color: #555555;
}

.status-routine { color: #2e7d32; }
.status-clarify { color: #1565c0; }
.status-urgent { color: #e65100; }
.status-emergency { color: #c62828; font-weight: bold; }

.toc ul {
list-style-type: none;
padding-left: 0;
}

.toc li {
margin-bottom: 10px;
}

.toc a {
color: #34495e;
font-weight: bold;
}

@media (max-width: 768px) {
.article-container { padding: 15px; }
.article-container h1 { font-size: 1.8rem; }
.article-container h2 { font-size: 1.5rem; }
.cards-grid { grid-template-columns: 1fr; }
}

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