

/* 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_6435.css?17831000644863*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6435 */

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

.med-review {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #1c2b3a;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
.med-review * {
box-sizing: border-box;
}
.med-review h1, .med-review h2, .med-review h3, .med-review h4 {
color: #0b2444;
margin-top: 1.6em;
margin-bottom: 0.8em;
line-height: 1.3;
}
.med-review h1 { font-size: 2.2rem; margin-top: 0; }
.med-review h2 { font-size: 1.7rem; border-bottom: 2px solid #edf5fc; padding-bottom: 8px; }
.med-review h3 { font-size: 1.3rem; }
.med-review p, .med-review ul, .med-review ol { margin-bottom: 1.2rem; font-size: 1.05rem; }
.med-review a { color: #1a6fbf; text-decoration: underline; text-underline-offset: 2px; }
.med-review a:hover { color: #145499; }

.med-breadcrumb {
font-size: 0.9rem;
color: #566878;
margin-bottom: 25px;
display: flex;
flex-wrap: wrap;
gap: 8px;
align-items: center;
}
.med-breadcrumb a { color: #566878; text-decoration: none; }
.med-breadcrumb a:hover { color: #1a6fbf; text-decoration: underline; }

.med-badge {
display: inline-block;
background: #edf5fc;
color: #1a6fbf;
padding: 6px 12px;
border-radius: 20px;
font-size: 0.85rem;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 15px;
}

.med-box-danger {
background-color: #fff5f4;
border-left: 5px solid #c0392b;
padding: 20px 25px;
border-radius: 0 12px 12px 0;
margin: 30px 0;
}
.med-box-danger h3 { margin-top: 0; color: #c0392b; display: flex; align-items: center; gap: 8px; }
.med-box-danger strong { color: #c0392b; }

.med-box-warning {
background-color: #fff4e6;
border-left: 5px solid #b05c00;
padding: 20px 25px;
border-radius: 0 12px 12px 0;
margin: 30px 0;
}
.med-box-warning h3 { margin-top: 0; color: #b05c00; }

.med-insight {
background-color: #e9f7f1;
border-left: 5px solid #1a7a50;
padding: 20px 25px;
border-radius: 0 12px 12px 0;
margin: 30px 0;
}
.med-insight strong {
color: #1a7a50;
display: block;
margin-bottom: 8px;
text-transform: uppercase;
font-size: 0.85rem;
letter-spacing: 1px;
}

.med-conclusion-box {
background-color: #edf5fc;
padding: 25px;
border-radius: 14px;
margin: 40px 0;
}
.med-conclusion-box h2 {
margin-top: 0;
border-bottom: none;
padding-bottom: 0;
}

.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 25px 0;
}
.card {
background: #ffffff;
border: 1px solid #cfd9e6;
border-radius: 14px;
padding: 22px;
box-shadow: 0 4px 20px rgba(11,36,68,.05);
}
.card h4 { margin-top: 0; margin-bottom: 12px; font-size: 1.15rem; color: #1a6fbf; }
.card p:last-child { margin-bottom: 0; }

.med-table-wrapper {
overflow-x: auto;
margin: 30px 0;
}
table {
width: 100%;
border-collapse: collapse;
background: #fff;
font-size: 0.95rem;
}
th {
background: #0b2444;
color: #ffffff;
padding: 14px 16px;
text-align: left;
font-weight: bold;
border: 1px solid #0b2444;
}
td {
padding: 14px 16px;
border: 1px solid #cfd9e6;
vertical-align: top;
}
tr:nth-child(even) td { background-color: #f8fbff; }

.med-toc {
background: #f8fbff;
border: 1px solid #cfd9e6;
padding: 25px;
border-radius: 14px;
margin: 35px 0;
}
.med-toc h3 {
margin-top: 0;
font-size: 1.1rem;
text-transform: uppercase;
letter-spacing: 1px;
color: #566878;
}
.med-toc ol { margin: 0; padding-left: 20px; columns: 1; }
@media (min-width: 650px) { .med-toc ol { columns: 2; gap: 30px; } }
.med-toc li { margin-bottom: 10px; break-inside: avoid; }

ul, ol { padding-left: 25px; }
li { margin-bottom: 10px; }

.med-steps {
counter-reset: med-step;
list-style: none;
padding: 0;
margin: 30px 0;
}
.med-steps > li {
position: relative;
padding-left: 50px;
margin-bottom: 20px;
}
.med-steps > li::before {
content: counter(med-step);
counter-increment: med-step;
position: absolute;
left: 0;
top: 0;
width: 32px;
height: 32px;
border-radius: 50%;
background: #1a6fbf;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 0.95rem;
}

.med-editorial {
background: #f8f9fa;
border: 1px solid #e9ecef;
border-radius: 12px;
padding: 20px;
font-size: 0.95rem;
color: #566878;
margin-top: 50px;
}
.med-editorial strong { color: #1c2b3a; }

.med-refs {
font-size: 0.9rem;
color: #566878;
border-top: 1px solid #cfd9e6;
margin-top: 40px;
padding-top: 25px;
}
.med-refs li { margin-bottom: 12px; word-break: break-word; }

img {
max-width: 100%;
height: auto;
border-radius: 12px;
margin: 25px 0;
display: block;
background: #f0f0f0;
}

.text-danger { color: #c0392b; font-weight: bold; }
.text-warning { color: #b05c00; font-weight: bold; }

@media (max-width: 768px) {
.med-review { padding: 15px; }
.med-review h1 { font-size: 1.8rem; }
.med-review h2 { font-size: 1.5rem; }
.med-steps > li { padding-left: 40px; }
.med-steps > li::before { width: 28px; height: 28px; font-size: 0.85rem; }
}

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