

/* 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_5715.css?17812603974890*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5715 */

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

.article-container {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #1c2b3a;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
.article-container * {
box-sizing: border-box;
}
.article-container h1 {
font-size: 2.2em;
color: #0b2444;
margin-bottom: 0.5em;
line-height: 1.2;
}
.article-container h2 {
font-size: 1.8em;
color: #0b2444;
margin-top: 1.5em;
margin-bottom: 0.8em;
border-bottom: 2px solid #edf5fc;
padding-bottom: 8px;
}
.article-container h3 {
font-size: 1.3em;
color: #1a6fbf;
margin-top: 1.2em;
margin-bottom: 0.6em;
}
.article-container p {
margin-bottom: 1em;
}
.article-container a {
color: #1a6fbf;
text-decoration: underline;
text-underline-offset: 2px;
}
.article-container a:hover {
color: #145499;
}
.breadcrumbs {
font-size: 0.9em;
color: #566878;
margin-bottom: 20px;
}
.breadcrumbs a {
color: #566878;
text-decoration: none;
}
.breadcrumbs a:hover {
color: #1a6fbf;
}
.label {
display: inline-block;
background-color: #edf5fc;
color: #1a6fbf;
padding: 4px 10px;
border-radius: 4px;
font-size: 0.85em;
font-weight: bold;
margin-bottom: 10px;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.warning-block {
background-color: #fff4e6;
border-left: 5px solid #b05c00;
padding: 18px 20px;
margin: 25px 0;
border-radius: 0 8px 8px 0;
}
.danger-block {
background-color: #fff5f4;
border-left: 5px solid #c0392b;
padding: 18px 20px;
margin: 25px 0;
border-radius: 0 8px 8px 0;
}
.danger-block h3 {
margin-top: 0;
color: #c0392b;
}
.insight-block {
background-color: #e9f7f1;
border-left: 5px solid #1a7a50;
padding: 18px 20px;
margin: 25px 0;
border-radius: 0 8px 8px 0;
}
.conclusion-block {
background-color: #f0f7ff;
border: 1px solid #b6d5f0;
border-left: 5px solid #1a6fbf;
padding: 20px 25px;
margin: 30px 0;
border-radius: 8px;
}
.conclusion-block h2 {
margin-top: 0;
border-bottom: none;
padding-bottom: 0;
}
.table-responsive {
overflow-x: auto;
margin: 25px 0;
}
.article-container table {
width: 100%;
border-collapse: collapse;
background-color: #ffffff;
font-size: 0.95em;
}
.article-container th, .article-container td {
border: 1px solid #cfd9e6;
padding: 14px;
text-align: left;
vertical-align: top;
}
.article-container th {
background-color: #0b2444;
font-weight: bold;
color: #ffffff;
}
.article-container tr:nth-child(even) td {
background-color: #f5faff;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin: 25px 0;
}
.card {
background-color: #ffffff;
border: 1px solid #cfd9e6;
border-radius: 12px;
padding: 22px;
box-shadow: 0 4px 15px rgba(11,36,68,0.05);
}
.card h3 {
margin-top: 0;
font-size: 1.15em;
color: #0b2444;
}
.card p:last-child, .card ul:last-child {
margin-bottom: 0;
}
.article-container ul {
margin-bottom: 1em;
padding-left: 20px;
}
.article-container li {
margin-bottom: 0.6em;
}
.numbered-list {
counter-reset: step-counter;
list-style-type: none !important;
padding-left: 0 !important;
}
.numbered-list li {
counter-increment: step-counter;
margin-bottom: 12px;
position: relative;
padding-left: 35px;
}
.numbered-list li::before {
content: counter(step-counter) ".";
position: absolute;
left: 0;
top: 0;
font-weight: bold;
color: #1a6fbf;
}
.article-container img {
max-width: 100%;
height: auto;
display: block;
margin: 25px auto 10px;
border-radius: 12px;
}
.image-caption {
text-align: center;
font-size: 0.9em;
color: #566878;
margin-bottom: 25px;
}
.meta-section {
background-color: #edf5fc;
padding: 25px;
border-radius: 12px;
margin-top: 40px;
border: 1px solid #cfd9e6;
}
.meta-section h3 {
margin-top: 0;
}
.disclaimer-block {
font-size: 0.9em;
color: #566878;
margin-top: 20px;
padding-top: 15px;
border-top: 1px solid #cfd9e6;
}
@media (max-width: 600px) {
.cards-grid {
grid-template-columns: 1fr;
}
}
.urgent { color: #c0392b; font-weight: bold; }
.planned { color: #1a6fbf; font-weight: bold; }
.clarify { color: #b05c00; font-weight: bold; }
.disease-links {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 15px;
padding: 0;
list-style: none !important;
}
.disease-links li {
background-color: #ffffff;
border: 1px solid #cfd9e6;
padding: 18px;
border-radius: 8px;
margin-bottom: 0;
}
.disease-links strong {
display: block;
margin-bottom: 5px;
color: #0b2444;
}
.toc-box {
background-color: #f5faff;
border: 1px solid #cfd9e6;
border-radius: 12px;
padding: 25px;
margin: 30px 0;
}
.toc-box h2 {
margin-top: 0;
border-bottom: none;
font-size: 1.4em;
}
.toc-box ul {
columns: 2;
padding-left: 20px;
}
@media (max-width: 768px) {
.toc-box ul {
columns: 1;
}
}

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