

/* 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_5986.css?17818798904285*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5986 */

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

.insomnia-article {
max-width: 900px;
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
line-height: 1.6;
padding: 20px;
}

.insomnia-article h1,
.insomnia-article h2,
.insomnia-article h3,
.insomnia-article h4 {
color: #2c3e50;
margin-top: 1.5em;
margin-bottom: 0.75em;
line-height: 1.3;
}

.insomnia-article h1 {
font-size: 2.2em;
}

.insomnia-article a {
color: #0056b3;
text-decoration: none;
}

.insomnia-article a:hover {
text-decoration: underline;
}

.breadcrumbs {
font-size: 0.9em;
color: #666666;
margin-bottom: 20px;
}

.breadcrumbs a {
color: #666666;
}

.article-header {
margin-bottom: 30px;
}

.label {
display: inline-block;
background-color: #e0f7fa;
color: #006064;
padding: 6px 10px;
border-radius: 4px;
font-size: 0.85em;
font-weight: bold;
margin-bottom: 15px;
text-transform: uppercase;
letter-spacing: 0.05em;
}

.lead {
font-size: 1.15em;
color: #444444;
margin-bottom: 20px;
}

.content-section {
margin-bottom: 40px;
}

.alert {
padding: 20px;
border-radius: 8px;
margin: 20px 0;
}

.ymyl-alert {
background-color: #fff9c4;
border-left: 5px solid #fbc02d;
color: #5c4c00;
}

.critical-alert {
background-color: #ffebee;
border-left: 5px solid #d32f2f;
color: #b71c1c;
}

.critical-alert h3 {
color: #d32f2f;
margin-top: 0;
}

.warning-alert {
background-color: #fff3e0;
border-left: 5px solid #ff9800;
color: #e65100;
}

.insight-block {
background-color: #e3f2fd;
border-left: 4px solid #2196f3;
padding: 15px 20px;
border-radius: 4px;
margin: 20px 0;
color: #0d47a1;
}

.summary-alert {
background-color: #e8f5e9;
border-left: 5px solid #4caf50;
padding: 20px;
border-radius: 8px;
margin: 30px 0;
}

.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.05);
}

.card h3 {
margin-top: 0;
color: #1976d2;
font-size: 1.2em;
}

.card ul {
padding-left: 20px;
margin-bottom: 0;
}

.card li {
margin-bottom: 10px;
}

.card li:last-child {
margin-bottom: 0;
}

.table-responsive {
width: 100%;
overflow-x: auto;
margin: 20px 0;
}

.data-table {
width: 100%;
border-collapse: collapse;
min-width: 600px;
}

.data-table th,
.data-table td {
border: 1px solid #dddddd;
padding: 12px 15px;
vertical-align: top;
}

.data-table th {
background-color: #f4f6f8;
font-weight: bold;
text-align: left;
}

.data-table tr:nth-child(even) {
background-color: #fafafa;
}

.status-routine {
color: #2e7d32;
font-weight: bold;
}

.status-warning {
color: #f57f17;
font-weight: bold;
}

.status-urgent {
color: #c62828;
font-weight: bold;
}

.toc {
background-color: #f8f9fa;
padding: 20px;
border-radius: 8px;
margin: 30px 0;
}

.toc strong {
display: block;
margin-bottom: 10px;
font-size: 1.1em;
color: #333333;
text-transform: uppercase;
}

.toc ol {
margin: 0;
padding-left: 20px;
}

.toc li {
margin-bottom: 8px;
}

img {
max-width: 100%;
height: auto;
border-radius: 8px;
margin: 20px 0;
display: block;
}

.faq-card details {
width: 100%;
}

.faq-card summary {
font-weight: bold;
cursor: pointer;
outline: none;
color: #2c3e50;
}

.faq-card p {
margin-top: 15px;
margin-bottom: 0;
color: #444444;
}

.editorial-block {
background-color: #f1f8e9;
padding: 20px;
border-radius: 8px;
margin-top: 40px;
font-size: 0.95em;
border: 1px solid #c5e1a5;
}

.editorial-block ul {
list-style: none;
padding: 0;
margin: 10px 0 0 0;
}

.editorial-block li {
margin-bottom: 8px;
}

.disclaimer-block {
background-color: #eceff1;
border-left: 5px solid #607d8b;
padding: 20px;
margin-top: 20px;
font-size: 0.9em;
color: #37474f;
border-radius: 0 8px 8px 0;
}

.references-list {
font-size: 0.85em;
line-height: 1.6;
padding-left: 20px;
color: #555555;
word-break: break-word;
}

@media (max-width: 768px) {
.insomnia-article {
padding: 15px;
}
.cards-grid {
grid-template-columns: 1fr;
}
}

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