

/* 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_5656.css?17811224615234*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5656 */

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

.sr-wrapper {
font-family: Arial, Helvetica, sans-serif;
color: #1c2b3a;
max-width: 900px;
margin: 0 auto;
line-height: 1.6;
}
.sr-wrapper * {
box-sizing: border-box;
}
.sr-wrapper a {
color: #1a6fbf;
text-decoration: underline;
text-underline-offset: 2px;
}
.sr-wrapper a:hover {
color: #145499;
}
.sr-breadcrumb {
font-size: 13px;
color: #566878;
margin-bottom: 20px;
display: flex;
gap: 6px;
}
.sr-breadcrumb a {
color: #566878;
text-decoration: none;
}
.sr-breadcrumb a:hover {
text-decoration: underline;
}
.sr-lead-label {
display: inline-block;
background-color: #e9f7f1;
color: #1a7a50;
padding: 4px 10px;
border-radius: 6px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 12px;
}
.sr-wrapper h1 {
color: #0b2444;
font-size: 36px;
margin: 0 0 16px 0;
line-height: 1.2;
}
.sr-wrapper h2 {
color: #0b2444;
font-size: 24px;
margin: 0 0 16px 0;
line-height: 1.3;
padding-bottom: 8px;
border-bottom: 2px solid #edf5fc;
}
.sr-wrapper h3 {
color: #0b2444;
font-size: 18px;
margin: 20px 0 10px 0;
}
.sr-lead-desc {
font-size: 18px;
color: #333;
margin-bottom: 24px;
}
.sr-ymyl-top {
background: #fff4e6;
border-left: 4px solid #b05c00;
padding: 16px 20px;
margin-bottom: 24px;
border-radius: 0 12px 12px 0;
}
.sr-ymyl-top p {
color: #b05c00;
margin: 0;
}
.sr-box-danger {
background: #fff5f4;
border-left: 4px solid #c0392b;
padding: 20px;
margin-bottom: 24px;
border-radius: 0 12px 12px 0;
}
.sr-box-danger h3 {
color: #c0392b;
margin-top: 0;
}
.sr-box-danger p {
color: #c0392b;
margin-bottom: 0;
}
.sr-ai-cite {
background: #edf5fc;
border-left: 4px solid #1a6fbf;
padding: 16px 20px;
margin: 24px 0;
border-radius: 0 12px 12px 0;
}
.sr-ai-cite-label {
display: block;
font-size: 12px;
text-transform: uppercase;
color: #1a6fbf;
margin-bottom: 8px;
font-weight: bold;
}
.sr-ai-cite p {
margin: 0;
}
.sr-table-wrap {
overflow-x: auto;
margin: 24px 0;
}
.sr-table {
width: 100%;
border-collapse: collapse;
font-size: 15px;
}
.sr-table th {
background: #0b2444;
color: #fff;
text-align: left;
padding: 12px 16px;
border: 1px solid #cfd9e6;
}
.sr-table td {
padding: 12px 16px;
border: 1px solid #cfd9e6;
vertical-align: top;
}
.sr-table tr:nth-child(even) td {
background: #f8fbff;
}
.sr-badge {
display: inline-block;
padding: 4px 8px;
border-radius: 4px;
font-size: 12px;
font-weight: bold;
}
.sr-badge-red {
background: #fde8e4;
color: #c0392b;
}
.sr-badge-orange {
background: #fff4e6;
color: #b05c00;
}
.sr-badge-green {
background: #e9f7f1;
color: #1a7a50;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 24px 0;
}
.card {
background: #fff;
border: 1px solid #cfd9e6;
border-radius: 12px;
padding: 20px;
box-shadow: 0 4px 12px rgba(11,36,68,0.05);
}
.card h3 {
margin-top: 0;
font-size: 16px;
color: #0b2444;
}
.card p {
margin: 0 0 12px;
font-size: 14px;
color: #566878;
}
.card p:last-child {
margin-bottom: 0;
}
.sr-image {
max-width: 100%;
height: auto;
border-radius: 12px;
margin: 24px 0;
display: block;
border: 1px solid #cfd9e6;
}
.sr-toc {
background: #f8fbff;
padding: 20px;
border-radius: 12px;
margin-bottom: 32px;
border: 1px solid #cfd9e6;
}
.sr-toc strong {
display: block;
margin-bottom: 12px;
font-size: 14px;
text-transform: uppercase;
color: #566878;
}
.sr-toc ul {
list-style: none;
padding: 0;
margin: 0;
column-count: 2;
column-gap: 20px;
}
.sr-toc li {
margin-bottom: 8px;
break-inside: avoid;
}
.sr-steps {
counter-reset: step;
list-style: none;
padding: 0;
}
.sr-steps li {
counter-increment: step;
position: relative;
padding-left: 40px;
margin-bottom: 16px;
}
.sr-steps li::before {
content: counter(step);
position: absolute;
left: 0;
top: 0;
width: 28px;
height: 28px;
background: #1a6fbf;
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: bold;
}
.sr-steps-red {
counter-reset: redstep;
list-style: none;
padding: 0;
}
.sr-steps-red li {
counter-increment: redstep;
position: relative;
padding-left: 40px;
margin-bottom: 16px;
}
.sr-steps-red li::before {
content: counter(redstep);
position: absolute;
left: 0;
top: 0;
width: 28px;
height: 28px;
background: #c0392b;
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: bold;
}
.sr-list {
padding-left: 20px;
margin-bottom: 24px;
}
.sr-list li {
margin-bottom: 8px;
}
.sr-refs-list {
counter-reset: ref;
list-style: none;
padding: 0;
}
.sr-refs-list li {
counter-increment: ref;
position: relative;
padding-left: 36px;
margin-bottom: 12px;
font-size: 14px;
}
.sr-refs-list li::before {
content: "[" counter(ref) "]";
position: absolute;
left: 0;
top: 0;
color: #1a6fbf;
font-weight: bold;
}
@media (max-width: 768px) {
.sr-toc ul {
column-count: 1;
}
.cards-grid {
grid-template-columns: 1fr;
}
}

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