

/* 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_6429.css?17830997274777*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6429 */

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

.article-container {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
margin: 0 auto;
max-width: 900px;
padding: 20px;
color: #1c2b3a;
box-sizing: border-box;
}
.article-container * {
box-sizing: inherit;
}
.article-container h1, .article-container h2, .article-container h3 {
color: #0b2444;
line-height: 1.3;
margin-bottom: 15px;
}
.article-container h1 {
font-size: 32px;
margin-top: 10px;
}
.article-container h2 {
font-size: 26px;
border-bottom: 2px solid #edf5fc;
padding-bottom: 10px;
margin-top: 40px;
}
.article-container h3 {
font-size: 20px;
margin-top: 25px;
}
.article-container p {
margin-bottom: 15px;
}
.article-container a {
color: #1a6fbf;
text-decoration: none;
border-bottom: 1px solid rgba(26,111,191,0.3);
transition: border-color 0.2s;
}
.article-container a:hover {
border-bottom-color: #1a6fbf;
}
.article-container img {
max-width: 100%;
height: auto;
display: block;
margin: 30px auto;
border-radius: 8px;
}
.article-container ul {
padding-left: 20px;
margin-bottom: 20px;
}
.article-container li {
margin-bottom: 8px;
}

.breadcrumbs {
list-style: none;
display: flex;
gap: 8px;
padding: 0;
font-size: 13px;
color: #566878;
margin-bottom: 15px;
flex-wrap: wrap;
}
.breadcrumbs a {
color: #566878;
border: none;
}
.breadcrumbs a:hover {
color: #1a6fbf;
}

.meta-label {
font-size: 12px;
color: #1a6fbf;
text-transform: uppercase;
letter-spacing: 0.05em;
font-weight: bold;
margin-bottom: 5px;
}

.table-wrapper {
overflow-x: auto;
margin: 25px 0;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(11,36,68,0.05);
}
.article-container table {
width: 100%;
border-collapse: collapse;
background-color: #fff;
font-size: 14px;
min-width: 600px;
}
.article-container th, .article-container td {
border: 1px solid #cfd9e6;
padding: 12px 16px;
text-align: left;
vertical-align: top;
}
.article-container th {
background-color: #0b2444;
color: #fff;
font-weight: bold;
}
.article-container tr:nth-child(even) td {
background-color: #f5faff;
}
.article-container tr:hover td {
background-color: #ebf4ff;
}

.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;
padding: 25px;
border-radius: 12px;
box-shadow: 0 4px 15px rgba(11,36,68,0.04);
}
.card h3 {
color: #1a6fbf;
font-size: 18px;
margin-top: 0;
margin-bottom: 12px;
}
.card p:last-child, .card ul:last-child {
margin-bottom: 0;
}

.warning-block {
background-color: #fff5f4;
border-left: 5px solid #c0392b;
border-radius: 0 12px 12px 0;
padding: 20px 25px;
margin: 25px 0;
}
.warning-block strong {
color: #c0392b;
}
.warning-block-title {
display: block;
font-size: 18px;
font-weight: bold;
color: #c0392b;
margin-bottom: 10px;
}
.warning-block p {
color: #1c2b3a;
margin-bottom: 10px;
}
.warning-block li {
color: #1c2b3a;
margin-bottom: 10px;
}

.insight-block {
background-color: #edf5fc;
border-left: 5px solid #1a6fbf;
border-radius: 0 12px 12px 0;
padding: 18px 25px;
margin: 25px 0;
}
.insight-block p {
margin: 0;
}

.final-conclusion {
background-color: #e9f7f1;
border: 1px solid #a8dfc6;
border-left: 5px solid #1a7a50;
border-radius: 0 12px 12px 0;
padding: 25px;
margin: 40px 0;
}
.final-conclusion h2 {
border-bottom: none;
margin-top: 0;
padding-bottom: 0;
color: #1a7a50;
}

.toc {
background-color: #edf5fc;
padding: 25px;
border-radius: 12px;
margin-bottom: 35px;
}
.toc h3 {
margin-top: 0;
text-transform: uppercase;
font-size: 14px;
color: #566878;
letter-spacing: 0.05em;
}

.numbered-list {
list-style-type: decimal;
padding-left: 20px;
}

.bullet-list {
list-style-type: disc;
padding-left: 20px;
}

.badge {
display: inline-block;
padding: 4px 10px;
font-size: 12px;
font-weight: bold;
border-radius: 12px;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 5px;
}
.badge-urgent {
background-color: #fff4e6;
color: #b05c00;
border: 1px solid #e7bd87;
}
.badge-emergency {
background-color: #fde8e4;
color: #c0392b;
border: 1px solid #e8a9a2;
}
.badge-routine {
background-color: #e9f7f1;
color: #1a7a50;
border: 1px solid #a8dfc6;
}
.badge-investigate {
background-color: #dceefa;
color: #145499;
border: 1px solid #b6d5f0;
}

.author-block {
border-top: 1px solid #cfd9e6;
padding-top: 25px;
margin-top: 40px;
font-size: 14px;
color: #566878;
}
.author-block strong {
color: #0b2444;
}

.disclaimer {
background-color: #fff5f5;
border: 1px solid #ffcccc;
padding: 20px;
border-radius: 8px;
margin-top: 20px;
font-size: 13px;
color: #666;
}
.disclaimer strong {
color: #c0392b;
}

@media (max-width: 768px) {
.article-container h1 { font-size: 26px; }
.article-container h2 { font-size: 22px; }
.cards-grid { grid-template-columns: 1fr; }
}

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