

/* 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_5795.css?17812734684206*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5795 */

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

.med-article {
font-family: Arial, Helvetica, sans-serif;
color: #333333;
line-height: 1.6;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
.med-article h1 {
color: #0b2444;
font-size: 2.2em;
margin-bottom: 20px;
line-height: 1.3;
}
.med-article h2 {
color: #144272;
font-size: 1.6em;
margin-top: 40px;
margin-bottom: 20px;
border-bottom: 2px solid #eef2f6;
padding-bottom: 10px;
}
.med-article h3 {
color: #1a5690;
font-size: 1.3em;
margin-top: 30px;
margin-bottom: 15px;
}
.med-article p {
margin-bottom: 16px;
}
.med-article a {
color: #0d6efd;
text-decoration: none;
}
.med-article a:hover {
text-decoration: underline;
}
.med-article img {
max-width: 100%;
height: auto;
border-radius: 8px;
display: block;
margin: 0 auto;
}

.med-breadcrumbs {
font-size: 0.9em;
color: #6c757d;
margin-bottom: 20px;
}
.med-breadcrumbs a {
color: #6c757d;
}

.med-badge {
background-color: #e7f1ff;
color: #084298;
display: inline-block;
padding: 6px 12px;
border-radius: 6px;
font-weight: bold;
font-size: 0.9em;
margin-bottom: 20px;
}

.med-alert {
padding: 20px;
border-radius: 8px;
margin: 24px 0;
}
.med-alert-danger {
background-color: #fef5f5;
border-left: 5px solid #dc3545;
color: #842029;
}
.med-alert-danger h3 {
color: #dc3545;
margin-top: 0;
}
.med-alert-warning {
background-color: #fffcf2;
border-left: 5px solid #ffc107;
color: #664d03;
}
.med-alert-info {
background-color: #f8f9fa;
border-left: 5px solid #6c757d;
color: #41464b;
font-size: 0.95em;
}

.med-insight {
background-color: #f0f7ff;
border-left: 5px solid #0d6efd;
padding: 20px;
border-radius: 8px;
margin: 24px 0;
color: #052c65;
}

.med-final-block {
background-color: #f0fdf4;
border: 1px solid #d1e7dd;
padding: 24px;
border-radius: 8px;
margin: 30px 0;
}
.med-final-block h2 {
color: #0f5132;
border-bottom: none;
margin-top: 0;
padding-bottom: 0;
}

.med-author-block {
background-color: #f8f9fa;
border: 1px solid #dee2e6;
padding: 20px;
border-radius: 8px;
margin: 40px 0;
font-size: 0.95em;
}
.med-author-block h3 {
margin-top: 0;
color: #212529;
}

.med-toc {
background-color: #f8f9fa;
padding: 24px;
border-radius: 8px;
margin: 30px 0;
}
.med-toc h2 {
margin-top: 0;
border-bottom: none;
font-size: 1.4em;
}

.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 #e9ecef;
border-radius: 8px;
padding: 20px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.card h3 {
margin-top: 0;
color: #144272;
font-size: 1.1em;
}
.card-bg-light {
background-color: #fdfdfe;
}

.med-table-wrap {
overflow-x: auto;
margin: 24px 0;
border-radius: 8px;
border: 1px solid #dee2e6;
}
.med-table {
width: 100%;
border-collapse: collapse;
min-width: 600px;
background-color: #ffffff;
}
.med-table th,
.med-table td {
border: 1px solid #dee2e6;
padding: 14px;
text-align: left;
vertical-align: top;
}
.med-table th {
background-color: #f1f5f9;
color: #144272;
font-weight: bold;
}
.med-table tr:nth-child(even) td {
background-color: #f8fafd;
}

.med-figure {
margin: 30px 0;
text-align: center;
}
.med-figcaption {
font-size: 0.9em;
color: #6c757d;
margin-top: 12px;
}

.med-list,
.med-numbered-list {
padding-left: 20px;
margin-bottom: 20px;
}
.med-list li,
.med-numbered-list li {
margin-bottom: 10px;
}
.med-numbered-list {
list-style: none;
counter-reset: med-counter;
padding-left: 0;
}
.med-numbered-list li {
counter-increment: med-counter;
position: relative;
padding-left: 28px;
}
.med-numbered-list li::before {
content: counter(med-counter) ".";
position: absolute;
left: 0;
font-weight: bold;
color: #144272;
}

.med-references {
font-size: 0.9em;
color: #495057;
margin-top: 40px;
padding-top: 20px;
border-top: 2px solid #eef2f6;
}
.med-references li {
word-break: break-word;
}

@media (max-width: 600px) {
.med-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_5795.css?17812734684206 */
