

/* 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_5752.css?17812623814281*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5752 */

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

.med-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
max-width: 900px;
margin: 0 auto;
color: #1c2b3a;
padding: 20px;
}
.med-article a {
color: #1a6fbf;
text-decoration: underline;
text-underline-offset: 2px;
}
.med-article a:hover {
color: #145499;
}
.sr-breadcrumb {
font-size: 13px;
color: #566878;
margin-bottom: 24px;
display: flex;
flex-wrap: wrap;
gap: 6px;
}
.sr-breadcrumb a {
color: #566878;
text-decoration: none;
}
.sr-lead {
margin-bottom: 30px;
}
.sr-lead-label {
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #1a6fbf;
margin-bottom: 12px;
}
.med-article h1 {
font-size: 32px;
color: #0b2444;
margin: 0 0 16px;
line-height: 1.2;
}
.med-article h2 {
font-size: 24px;
color: #0b2444;
margin: 40px 0 20px;
border-bottom: 2px solid #edf5fc;
padding-bottom: 10px;
line-height: 1.3;
}
.med-article h3 {
font-size: 18px;
color: #0b2444;
margin: 24px 0 12px;
line-height: 1.35;
}
.med-article p {
margin: 0 0 16px;
}
.sr-ymyl-top {
background-color: #fff4e6;
border: 1px solid #e7bd87;
border-left: 4px solid #b05c00;
border-radius: 0 14px 14px 0;
padding: 18px 22px;
margin-bottom: 24px;
}
.sr-ymyl-top p {
margin: 0;
color: #7a3f00;
}
.sr-ai-cite {
background-color: #edf5fc;
border-left: 4px solid #1a6fbf;
border-radius: 0 14px 14px 0;
padding: 18px 22px;
margin: 24px 0;
}
.sr-ai-cite p {
margin: 0;
color: #0b2444;
}
.sr-box-danger {
background-color: #fff5f4;
border: 1px solid #e8a9a2;
border-radius: 14px;
padding: 22px 26px;
margin: 24px 0;
}
.sr-box-danger h3 {
color: #c0392b;
margin-top: 0;
}
.sr-box-danger ul {
padding-left: 20px;
margin-bottom: 0;
}
.sr-box-danger li {
margin-bottom: 10px;
color: #5c1811;
}
.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 #cfd9e6;
border-radius: 14px;
padding: 22px;
box-shadow: 0 4px 15px rgba(11,36,68,0.05);
background-image: linear-gradient(to bottom, #ffffff, #f9fbff);
}
.card h3 {
margin-top: 0;
font-size: 16px;
}
.card p {
margin-bottom: 10px;
font-size: 14px;
}
.card p:last-child {
margin-bottom: 0;
}
.sr-table-wrap {
overflow-x: auto;
margin: 24px 0;
}
.sr-table {
width: 100%;
border-collapse: collapse;
background-color: #ffffff;
font-size: 14px;
}
.sr-table th {
background-color: #0b2444;
color: #ffffff;
padding: 14px;
text-align: left;
font-weight: bold;
border: 1px solid #cfd9e6;
}
.sr-table td {
padding: 14px;
border: 1px solid #cfd9e6;
vertical-align: top;
}
.sr-table tr:nth-child(even) td {
background-color: #f9fbff;
}
.badge {
display: inline-block;
padding: 4px 10px;
border-radius: 12px;
font-size: 12px;
font-weight: bold;
white-space: nowrap;
}
.badge-red {
background-color: #fde8e4;
color: #c0392b;
}
.badge-orange {
background-color: #fff0d4;
color: #b05c00;
}
.badge-green {
background-color: #e9f7f1;
color: #1a7a50;
}
.sr-list-standard {
padding-left: 20px;
margin-bottom: 20px;
}
.sr-list-standard li {
margin-bottom: 10px;
}
.sr-steps {
counter-reset: step-counter;
list-style: none;
padding-left: 0;
margin: 24px 0;
}
.sr-steps li {
position: relative;
padding-left: 44px;
margin-bottom: 16px;
}
.sr-steps li::before {
content: counter(step-counter);
counter-increment: step-counter;
position: absolute;
left: 0;
top: -2px;
width: 28px;
height: 28px;
background-color: #1a6fbf;
color: #ffffff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: bold;
}
.sr-toc {
background-color: #edf5fc;
border-radius: 14px;
padding: 24px;
margin: 30px 0;
}
.sr-toc-title {
font-weight: bold;
font-size: 16px;
color: #0b2444;
margin-bottom: 16px;
}
.sr-toc ul {
columns: 2;
padding-left: 20px;
margin: 0;
}
.sr-toc li {
margin-bottom: 10px;
break-inside: avoid;
font-size: 14px;
}
.sr-review-block {
border-top: 1px solid #cfd9e6;
padding-top: 24px;
margin-top: 40px;
font-size: 14px;
}
.sr-review-block .sr-ai-cite {
margin-top: 0;
}
img {
max-width: 100%;
height: auto;
border-radius: 14px;
margin: 24px 0;
display: block;
}
@media (max-width: 768px) {
.sr-toc ul {
columns: 1;
}
.med-article h1 {
font-size: 26px;
}
.med-article h2 {
font-size: 20px;
}
}

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