

/* 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_5521.css?17803228984621*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5521 */

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

:root {
--pr-navy: #0b2444;
--pr-blue: #1a6fbf;
--pr-blue-dark: #145499;
--pr-sky: #edf5fc;
--pr-accent: #c0392b;
--pr-warn-bg: #fff4e6;
--pr-warn-text: #b05c00;
--pr-warn-border: #e7bd87;
--pr-danger-bg: #fff5f4;
--pr-danger-text: #c0392b;
--pr-danger-border: #e8a9a2;
--pr-text: #1c2b3a;
--pr-muted: #566878;
--pr-border: #cfd9e6;
--pr-white: #ffffff;
--pr-radius: 12px;
--pr-shadow: 0 4px 20px rgba(11, 36, 68, 0.08);
}
.article-main {
font-family: Arial, Helvetica, sans-serif;
color: var(--pr-text);
max-width: 900px;
margin: 0 auto;
line-height: 1.6;
font-size: 16px;
}
.article-main a {
color: var(--pr-blue);
text-decoration: underline;
text-underline-offset: 2px;
}
.article-main a:hover {
color: var(--pr-blue-dark);
}
.article-main h1 {
color: var(--pr-navy);
font-size: 32px;
line-height: 1.25;
margin: 10px 0 20px;
}
.article-main h2 {
color: var(--pr-navy);
font-size: 24px;
margin: 35px 0 15px;
border-bottom: 2px solid var(--pr-sky);
padding-bottom: 8px;
}
.article-main h3 {
color: var(--pr-navy);
font-size: 20px;
margin: 25px 0 10px;
}
.article-main p {
margin: 0 0 16px;
}
.article-main ul,
.article-main ol {
margin: 0 0 20px;
padding-left: 24px;
}
.article-main li {
margin-bottom: 8px;
}
.article-main img {
max-width: 100%;
height: auto;
border-radius: 8px;
margin: 20px 0;
display: block;
}
.pr-breadcrumb {
font-size: 14px;
color: var(--pr-muted);
margin-bottom: 20px;
}
.pr-breadcrumb a {
color: var(--pr-muted);
text-decoration: none;
}
.pr-breadcrumb a:hover {
color: var(--pr-blue);
}
.pr-badge {
display: inline-block;
background: var(--pr-sky);
color: var(--pr-blue);
padding: 4px 12px;
border-radius: 20px;
font-size: 13px;
font-weight: bold;
margin-bottom: 10px;
}
.pr-alert-danger {
background: var(--pr-danger-bg);
border-left: 4px solid var(--pr-accent);
padding: 16px 20px;
margin: 24px 0;
border-radius: 0 var(--pr-radius) var(--pr-radius) 0;
}
.pr-alert-danger h3 {
margin-top: 0;
color: var(--pr-accent);
font-size: 18px;
}
.pr-alert-danger p:last-child,
.pr-alert-danger ol:last-child {
margin-bottom: 0;
}
.pr-insight {
background: var(--pr-sky);
border-left: 4px solid var(--pr-blue);
padding: 16px 20px;
margin: 24px 0;
border-radius: 0 var(--pr-radius) var(--pr-radius) 0;
}
.pr-insight p {
margin: 0;
}
.pr-toc {
background: #f8f9fa;
border: 1px solid var(--pr-border);
border-radius: var(--pr-radius);
padding: 20px 24px;
margin: 24px 0;
}
.pr-toc h2 {
font-size: 18px;
margin-top: 0;
border: none;
padding-bottom: 0;
}
.pr-toc ol {
columns: 2;
margin: 0;
}
@media (max-width: 650px) {
.pr-toc ol {
columns: 1;
}
}
.pr-table-wrap {
overflow-x: auto;
margin: 24px 0;
}
.pr-table {
width: 100%;
border-collapse: collapse;
background: var(--pr-white);
font-size: 15px;
}
.pr-table th {
background: var(--pr-navy);
color: var(--pr-white);
padding: 14px;
text-align: left;
font-weight: bold;
}
.pr-table td {
border: 1px solid var(--pr-border);
padding: 14px;
vertical-align: top;
}
.pr-table tr:nth-child(even) td {
background: #fbfdff;
}
.text-danger {
color: var(--pr-accent);
font-weight: bold;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 24px 0;
}
.card {
background: var(--pr-white);
border: 1px solid var(--pr-border);
border-radius: var(--pr-radius);
padding: 20px;
box-shadow: var(--pr-shadow);
border-top: 4px solid var(--pr-blue);
}
.card h3 {
margin-top: 0;
font-size: 18px;
}
.card p {
margin-bottom: 0;
}
.faq-item {
background: var(--pr-white);
border: 1px solid var(--pr-border);
border-radius: 8px;
margin-bottom: 12px;
padding: 12px 20px;
}
.faq-item summary {
font-weight: bold;
color: var(--pr-navy);
cursor: pointer;
padding: 8px 0;
font-size: 16px;
list-style: none;
outline: none;
}
.faq-item summary::-webkit-details-marker {
display: none;
}
.faq-item p {
margin-top: 12px;
margin-bottom: 8px;
color: var(--pr-text);
}
.review-block {
background: #f8f9fa;
border: 1px solid var(--pr-border);
border-radius: var(--pr-radius);
padding: 20px;
margin: 32px 0;
font-size: 14px;
}
.disclaimer-block {
background: var(--pr-warn-bg);
border-left: 4px solid var(--pr-warn-border);
padding: 16px 20px;
margin: 24px 0;
font-size: 14px;
border-radius: 0 var(--pr-radius) var(--pr-radius) 0;
}
.references-list {
font-size: 14px;
color: var(--pr-muted);
word-break: break-word;
}

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