

/* 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_6006.css?17818795075370*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6006 */

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

:root {
--text-primary: #1c2b3a;
--text-muted: #566878;
--brand-blue: #1a6fbf;
--brand-dark-blue: #0b2444;
--bg-main: #ffffff;
--bg-page: #f5f8fa;
--bg-card: #ffffff;

--border-color: #cfd9e6;
--border-radius: 8px;

--warning-bg: #fff4e6;
--warning-border: #e7bd87;
--warning-text: #b05c00;

--danger-bg: #fff5f4;
--danger-border: #e8a9a2;
--danger-text: #c0392b;

--insight-bg: #e9f7f1;
--insight-border: #a8dfc6;
--insight-text: #1a7a50;

--expert-bg: #f0f7ff;
--expert-border: #b6d5f0;
--expert-text: #0b2444;

--conclusion-bg: #f8f9fa;
--conclusion-border: #cfd9e6;
}

.medical-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: var(--text-primary);
max-width: 900px;
margin: 0 auto;
padding: 20px;
box-sizing: border-box;
background-color: var(--bg-main);
}

.medical-article * {
box-sizing: border-box;
}

.medical-article h1,
.medical-article h2,
.medical-article h3 {
color: var(--brand-dark-blue);
margin-top: 1.8em;
margin-bottom: 0.8em;
font-weight: bold;
}

.medical-article h1 {
font-size: 2.2rem;
line-height: 1.3;
margin-top: 0.5em;
}

.medical-article h2 {
font-size: 1.6rem;
border-bottom: 2px solid var(--expert-bg);
padding-bottom: 8px;
}

.medical-article h3 {
font-size: 1.3rem;
}

.medical-article p {
margin-bottom: 1.2em;
}

.medical-article a {
color: var(--brand-blue);
text-decoration: underline;
text-underline-offset: 3px;
}

.medical-article a:hover {
text-decoration: none;
}

.medical-article strong {
font-weight: bold;
color: var(--brand-dark-blue);
}

.medical-article ul {
margin-bottom: 1.2em;
padding-left: 24px;
list-style-type: disc;
}

.medical-article li {
margin-bottom: 8px;
}

.medical-article img {
max-width: 100%;
height: auto;
display: block;
margin: 20px auto;
border-radius: var(--border-radius);
border: 1px solid var(--border-color);
}

.breadcrumbs {
font-size: 0.9em;
color: var(--text-muted);
margin-bottom: 20px;
}

.breadcrumbs a {
color: var(--text-muted);
text-decoration: none;
}

.breadcrumbs a:hover {
color: var(--brand-blue);
}

.article-header .label {
font-size: 0.85em;
text-transform: uppercase;
color: var(--brand-blue);
font-weight: bold;
letter-spacing: 0.05em;
display: inline-block;
margin-bottom: 10px;
}

.article-header .subtitle {
font-size: 1.15em;
color: var(--text-muted);
line-height: 1.5;
}

/* Structural Semantic Blocks */
.warning-block,
.danger-block,
.insight-block,
.expert-block,
.conclusion-block,
.toc-block {
padding: 20px;
margin: 25px 0;
border-radius: var(--border-radius);
}

.warning-block {
background-color: var(--warning-bg);
border: 1px solid var(--warning-border);
border-left: 5px solid var(--warning-text);
}

.warning-block strong {
color: var(--warning-text);
}

.danger-block {
background-color: var(--danger-bg);
border: 1px solid var(--danger-border);
border-left: 5px solid var(--danger-text);
}

.danger-block strong {
color: var(--danger-text);
}

.insight-block {
background-color: var(--insight-bg);
border: 1px solid var(--insight-border);
border-left: 5px solid var(--insight-text);
}

.expert-block {
background-color: var(--expert-bg);
border: 1px solid var(--expert-border);
border-left: 5px solid var(--brand-blue);
}

.conclusion-block {
background-color: var(--conclusion-bg);
border: 1px solid var(--conclusion-border);
}

.toc-block {
background-color: var(--conclusion-bg);
border: 1px solid var(--border-color);
}

.toc-block strong {
display: block;
margin-bottom: 12px;
font-size: 1.1em;
}

.toc-block ul {
list-style-type: decimal;
margin-bottom: 0;
}

/* Cards Grid Layout */
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 20px 0;
}

.card {
background-color: var(--bg-card);
border: 1px solid var(--border-color);
border-radius: var(--border-radius);
padding: 20px;
box-shadow: 0 2px 10px rgba(0,0,0,0.03);
display: flex;
flex-direction: column;
}

.card h3 {
margin-top: 0;
font-size: 1.2rem;
color: var(--brand-dark-blue);
border-bottom: none;
padding-bottom: 0;
}

.card ul {
margin-bottom: 0;
padding-left: 20px;
}

/* Tables Layout */
.table-responsive {
overflow-x: auto;
margin: 25px 0;
border-radius: var(--border-radius);
border: 1px solid var(--border-color);
}

table {
width: 100%;
border-collapse: collapse;
min-width: 650px;
background-color: var(--bg-main);
}

th, td {
padding: 14px 16px;
text-align: left;
vertical-align: top;
border-bottom: 1px solid var(--border-color);
border-right: 1px solid var(--border-color);
}

th:last-child, td:last-child {
border-right: none;
}

th {
background-color: var(--brand-dark-blue);
color: #ffffff;
font-weight: bold;
font-size: 0.95em;
}

tr:nth-child(even) td {
background-color: var(--conclusion-bg);
}

tr:hover td {
background-color: var(--expert-bg);
}

.references-list {
font-size: 0.9em;
word-break: break-word;
}

@media (max-width: 768px) {
.medical-article h1 { font-size: 1.8rem; }
.medical-article h2 { font-size: 1.4rem; }
.cards-grid { grid-template-columns: 1fr; }
.medical-article { padding: 15px; }
}

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