

/* 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_4261.css?17810972694536*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=4261 */

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

.article-container {
max-width: 900px;
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #2c3e50;
padding: 0 15px;
}

.article-container h1,
.article-container h2,
.article-container h3 {
color: #1a3b5c;
margin-top: 1.5em;
margin-bottom: 0.5em;
line-height: 1.3;
}

.article-container h1 {
font-size: 2.2rem;
}

.article-container h2 {
font-size: 1.8rem;
border-bottom: 2px solid #ecf0f1;
padding-bottom: 10px;
}

.article-container h3 {
font-size: 1.4rem;
}

.article-container p,
.article-container li {
font-size: 1.05rem;
margin-bottom: 15px;
}

.article-container a {
color: #2980b9;
text-decoration: none;
border-bottom: 1px solid transparent;
transition: border-color 0.2s;
}

.article-container a:hover {
border-color: #2980b9;
}

.breadcrumbs {
font-size: 0.9rem;
margin-bottom: 20px;
padding: 10px 0;
color: #7f8c8d;
}

.breadcrumbs ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
gap: 10px;
}

.breadcrumbs li {
display: flex;
align-items: center;
}

.breadcrumbs li:not(:last-child)::after {
content: "/";
margin-left: 10px;
color: #bdc3c7;
}

.article-header {
margin-bottom: 30px;
}

.label-category {
display: inline-block;
background-color: #e8f4fd;
color: #2980b9;
padding: 5px 12px;
border-radius: 20px;
font-size: 0.85rem;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 10px;
}

.subtitle {
font-size: 1.2rem;
color: #556b82;
font-weight: normal;
}

.alert-danger {
background-color: #fff5f5;
border-left: 4px solid #e74c3c;
padding: 20px;
margin: 30px 0;
border-radius: 0 8px 8px 0;
}

.alert-warning {
background-color: #fffbea;
border-left: 4px solid #f1c40f;
padding: 20px;
margin: 30px 0;
border-radius: 0 8px 8px 0;
}

.insight-block {
background-color: #f0f7ff;
border-left: 4px solid #3498db;
padding: 20px;
margin: 30px 0;
border-radius: 0 8px 8px 0;
}

.conclusion-block {
background-color: #eafaf1;
padding: 30px;
margin: 40px 0;
border-radius: 12px;
border: 1px solid #a3e4d7;
}

.editorial-block {
background-color: #f8f9fa;
padding: 20px;
border: 1px solid #e9ecef;
border-radius: 8px;
font-size: 0.95rem;
margin-top: 40px;
}

.toc {
background-color: #f8f9fa;
padding: 25px;
border-radius: 8px;
margin: 30px 0;
border: 1px solid #e9ecef;
}

.toc h2 {
margin-top: 0;
border-bottom: none;
font-size: 1.3rem;
}

.toc ol {
margin-bottom: 0;
padding-left: 20px;
}

.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 30px 0;
}

.card {
background-color: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 10px;
padding: 25px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
transition: transform 0.2s, box-shadow 0.2s;
}

.card:hover {
transform: translateY(-2px);
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
}

.card h3, .card h4 {
margin-top: 0;
color: #2c3e50;
}

.table-responsive {
overflow-x: auto;
margin: 30px 0;
border-radius: 8px;
border: 1px solid #e2e8f0;
}

table {
width: 100%;
border-collapse: collapse;
min-width: 600px;
}

th, td {
padding: 15px;
text-align: left;
border-bottom: 1px solid #e2e8f0;
}

th {
background-color: #f8fafc;
font-weight: bold;
color: #1e293b;
}

tr:last-child td {
border-bottom: none;
}

tr:nth-child(even) {
background-color: #fcfcfd;
}

.badge {
display: inline-block;
padding: 4px 10px;
border-radius: 6px;
font-size: 0.85rem;
font-weight: bold;
}

.badge-routine {
background-color: #fff3cd;
color: #856404;
}

.badge-urgent {
background-color: #f8d7da;
color: #721c24;
}

.badge-info {
background-color: #d1ecf1;
color: #0c5460;
}

.badge-emergency {
background-color: #e74c3c;
color: #ffffff;
}

.article-container img {
max-width: 100%;
height: auto;
display: block;
margin: 30px auto;
border-radius: 8px;
background-color: #f1f5f9;
}

.article-container ul, .article-container ol {
padding-left: 25px;
}

.article-container li {
margin-bottom: 10px;
}

.references {
font-size: 0.9rem;
color: #556b82;
margin-top: 50px;
padding-top: 20px;
border-top: 2px solid #ecf0f1;
}

@media (max-width: 768px) {
.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_4261.css?17810972694536 */
