

/* 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_6180.css?17831492654338*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6180 */

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

.ortopnoe-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #1e293b;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
.ortopnoe-article * {
box-sizing: border-box;
}
.ortopnoe-article h1,
.ortopnoe-article h2,
.ortopnoe-article h3 {
color: #0f172a;
}
.ortopnoe-article h1 {
font-size: 2.2rem;
line-height: 1.2;
margin-top: 0;
margin-bottom: 16px;
}
.ortopnoe-article h2 {
font-size: 1.6rem;
margin-top: 40px;
margin-bottom: 16px;
padding-bottom: 8px;
border-bottom: 2px solid #e2e8f0;
}
.ortopnoe-article h3 {
font-size: 1.25rem;
margin-top: 24px;
margin-bottom: 12px;
}
.ortopnoe-article p {
margin-top: 0;
margin-bottom: 16px;
}
.ortopnoe-article a {
color: #2563eb;
text-decoration: none;
}
.ortopnoe-article a:hover {
text-decoration: underline;
}
.ortopnoe-article img {
max-width: 100%;
height: auto;
border-radius: 8px;
display: block;
margin: 24px auto;
}
.sr-breadcrumb {
font-size: 0.9rem;
color: #64748b;
margin-bottom: 24px;
}
.sr-badge {
display: inline-block;
background-color: #e0f2fe;
color: #0369a1;
padding: 4px 10px;
border-radius: 4px;
font-size: 0.85rem;
font-weight: bold;
margin-bottom: 12px;
}
.badge-urgent {
background-color: #fee2e2;
color: #b91c1c;
padding: 4px 8px;
border-radius: 4px;
font-weight: bold;
font-size: 0.85rem;
text-align: center;
}
.badge-warn {
background-color: #fef3c7;
color: #d97706;
padding: 4px 8px;
border-radius: 4px;
font-weight: bold;
font-size: 0.85rem;
text-align: center;
}
.badge-info {
background-color: #e0f2fe;
color: #0369a1;
padding: 4px 8px;
border-radius: 4px;
font-weight: bold;
font-size: 0.85rem;
text-align: center;
}
.warning-block {
background-color: #fef08a;
border-left: 4px solid #ca8a04;
padding: 20px;
border-radius: 0 8px 8px 0;
margin: 24px 0;
}
.danger-block {
background-color: #fee2e2;
border-left: 4px solid #b91c1c;
padding: 20px;
border-radius: 0 8px 8px 0;
margin: 24px 0;
}
.insight-block {
background-color: #eff6ff;
border-left: 4px solid #3b82f6;
padding: 20px;
border-radius: 0 8px 8px 0;
margin: 24px 0;
}
.summary-block {
background-color: #f0fdf4;
border-left: 4px solid #16a34a;
padding: 20px;
border-radius: 0 8px 8px 0;
margin: 32px 0;
}
.editorial-block {
background-color: #f8fafc;
border: 1px solid #cbd5e1;
padding: 20px;
border-radius: 8px;
margin: 40px 0;
font-size: 0.95rem;
}
.ymyl-disclaimer {
background-color: #f1f5f9;
border-left: 4px solid #64748b;
padding: 16px 20px;
margin: 24px 0;
font-size: 0.9rem;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 24px 0;
}
.card {
background-color: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 8px;
padding: 24px;
box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.card-blue {
background-color: #f8fafc;
border-top: 4px solid #3b82f6;
}
.sr-table-wrap {
width: 100%;
overflow-x: auto;
margin: 24px 0;
}
.sr-table {
width: 100%;
border-collapse: collapse;
background-color: #ffffff;
font-size: 0.95rem;
}
.sr-table th,
.sr-table td {
padding: 14px 16px;
border: 1px solid #cbd5e1;
text-align: left;
vertical-align: top;
}
.sr-table th {
background-color: #0f172a;
color: #ffffff;
font-weight: bold;
}
.sr-table tr:nth-child(even) td {
background-color: #f8fafc;
}
.sr-list {
padding-left: 20px;
margin-top: 0;
margin-bottom: 16px;
}
.sr-list li {
margin-bottom: 8px;
}
.sr-steps {
list-style: none;
padding-left: 0;
counter-reset: custom-counter;
margin-bottom: 24px;
}
.sr-steps li {
position: relative;
padding-left: 40px;
margin-bottom: 16px;
min-height: 28px;
}
.sr-steps li::before {
content: counter(custom-counter);
counter-increment: custom-counter;
position: absolute;
left: 0;
top: 0;
width: 28px;
height: 28px;
background-color: #3b82f6;
color: #ffffff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.9rem;
font-weight: bold;
}
.references {
font-size: 0.9rem;
word-break: break-word;
margin-top: 40px;
padding-top: 20px;
border-top: 2px solid #e2e8f0;
}
@media (max-width: 768px) {
.cards-grid {
grid-template-columns: 1fr;
}
}

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