

/* 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_5707.css?17812593714714*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5707 */

/* ===== 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 * {
box-sizing: border-box;
}
.article-container h1,
.article-container h2,
.article-container h3 {
color: #2c3e50;
margin-top: 1.5em;
margin-bottom: 0.8em;
line-height: 1.3;
}
.article-container h1 {
font-size: 2.2em;
margin-top: 0.5em;
}
.article-container h2 {
font-size: 1.6em;
border-bottom: 2px solid #eef2f5;
padding-bottom: 8px;
}
.article-container h3 {
font-size: 1.2em;
}
.article-container p {
margin-bottom: 1em;
}
.article-container a {
color: #1976d2;
text-decoration: underline;
text-underline-offset: 2px;
}
.article-container a:hover {
color: #115293;
}
.breadcrumbs {
margin-bottom: 20px;
}
.breadcrumbs ul {
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 8px;
font-size: 0.9em;
}
.breadcrumbs ul li a {
text-decoration: none;
color: #666666;
}
.breadcrumbs ul li a:hover {
color: #1976d2;
}
.breadcrumbs ul li::after {
content: "/";
margin-left: 8px;
color: #bbbbbb;
}
.breadcrumbs ul li:last-child::after {
content: "";
}
.badge {
display: inline-block;
padding: 4px 10px;
background-color: #e3f2fd;
color: #1565c0;
border-radius: 4px;
font-size: 0.85em;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 10px;
}
.alert-warning {
background-color: #fff3cd;
border-left: 5px solid #ffc107;
padding: 16px 20px;
margin: 24px 0;
border-radius: 4px;
}
.alert-danger {
background-color: #f8d7da;
border-left: 5px solid #dc3545;
padding: 16px 20px;
margin: 24px 0;
border-radius: 4px;
}
.alert-danger strong {
color: #721c24;
display: block;
margin-bottom: 8px;
font-size: 1.1em;
}
.insight-box {
background-color: #e8f4fd;
border-left: 5px solid #2196F3;
padding: 16px 20px;
margin: 24px 0;
border-radius: 4px;
}
.conclusion-box {
background-color: #f1f8e9;
border-left: 5px solid #7cb342;
padding: 20px;
margin: 30px 0;
border-radius: 4px;
}
.editorial-box {
background-color: #f9f9f9;
border-left: 4px solid #2196F3;
padding: 16px 20px;
margin: 24px 0;
border-radius: 4px;
}
.alert-disclaimer {
background-color: #fff3cd;
color: #856404;
padding: 16px 20px;
margin: 24px 0;
border: 1px solid #ffeeba;
border-radius: 4px;
}
.toc {
background-color: #f8f9fa;
padding: 20px 24px;
border-radius: 8px;
margin: 30px 0;
border: 1px solid #e9ecef;
}
.toc h3 {
margin-top: 0;
margin-bottom: 12px;
}
.table-wrapper {
overflow-x: auto;
margin: 24px 0;
}
table {
width: 100%;
border-collapse: collapse;
min-width: 600px;
}
th, td {
border: 1px solid #e0e0e0;
padding: 14px 16px;
text-align: left;
vertical-align: top;
}
th {
background-color: #f5f5f5;
font-weight: bold;
color: #2c3e50;
}
tr:nth-child(even) {
background-color: #fafafa;
}
.status-badge {
display: inline-block;
padding: 4px 10px;
border-radius: 4px;
font-size: 0.85em;
white-space: nowrap;
}
.status-green { background-color: #e8f5e9; color: #2e7d32; }
.status-orange { background-color: #fff3e0; color: #e65100; }
.status-blue { background-color: #e3f2fd; color: #1565c0; }

.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 #eaeaea;
border-radius: 8px;
padding: 24px;
box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.card h3 {
margin-top: 0;
color: #1976d2;
font-size: 1.15em;
margin-bottom: 12px;
}
.figure {
margin: 24px 0;
text-align: center;
}
.figure img {
max-width: 100%;
height: auto;
border-radius: 8px;
border: 1px solid #eaeaea;
}
.divider {
border-top: 1px solid #e0e0e0;
margin: 30px 0;
}

ul.standard-list {
padding-left: 20px;
margin-bottom: 16px;
}
ul.standard-list li {
margin-bottom: 8px;
}

ul.numbered-list {
list-style-type: none;
counter-reset: custom-counter;
padding-left: 0;
margin-bottom: 16px;
}
ul.numbered-list > li {
counter-increment: custom-counter;
margin-bottom: 10px;
position: relative;
padding-left: 28px;
}
ul.numbered-list > li::before {
content: counter(custom-counter) ". ";
position: absolute;
left: 0;
font-weight: bold;
color: #1976d2;
}

.references-list {
font-size: 0.9em;
color: #555555;
}
.references-list li {
margin-bottom: 10px;
word-break: break-word;
}

@media (max-width: 600px) {
.article-container h1 {
font-size: 1.8em;
}
.cards-grid {
grid-template-columns: 1fr;
}
.table-wrapper {
margin: 16px -20px;
padding: 0 20px;
}
}

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