

/* 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_5651.css?17811221254121*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5651 */

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

.medical-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #2d3748;
max-width: 900px;
margin: 0 auto;
padding: 20px;
box-sizing: border-box;
}
.medical-article h1 {
color: #1a202c;
font-size: 2em;
margin-top: 0.5em;
margin-bottom: 0.5em;
line-height: 1.2;
}
.medical-article h2 {
color: #2c5282;
font-size: 1.5em;
margin-top: 1.5em;
margin-bottom: 1em;
border-bottom: 2px solid #ebf8ff;
padding-bottom: 8px;
}
.medical-article h3 {
color: #2b6cb0;
font-size: 1.2em;
margin-top: 1.2em;
margin-bottom: 0.8em;
}
.medical-article p, .medical-article ul {
margin-bottom: 1.2em;
}
.medical-article a {
color: #3182ce;
text-decoration: none;
}
.medical-article a:hover {
text-decoration: underline;
}
.medical-article img {
max-width: 100%;
height: auto;
border-radius: 8px;
display: block;
margin: 24px 0;
}
.breadcrumbs ul {
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 8px;
font-size: 0.9em;
margin-bottom: 20px;
}
.breadcrumbs li::after {
content: "/";
margin-left: 8px;
color: #a0aec0;
}
.breadcrumbs li:last-child::after {
content: "";
}
.breadcrumbs a {
color: #718096;
}
.badge {
display: inline-block;
background-color: #edf2f7;
color: #4a5568;
padding: 6px 12px;
border-radius: 4px;
font-weight: bold;
font-size: 0.85em;
margin-bottom: 10px;
}
.subtitle {
font-size: 1.1em;
color: #4a5568;
background-color: #f7fafc;
padding: 15px;
border-left: 4px solid #cbd5e0;
}
.warning-box {
background-color: #fff5f5;
border-left: 5px solid #e53e3e;
padding: 20px;
border-radius: 4px;
margin: 24px 0;
}
.warning-box strong {
color: #c53030;
}
.warning-box h3 {
color: #c53030;
margin-top: 0;
}
.insight-box {
background-color: #ebf8ff;
border-left: 5px solid #3182ce;
padding: 16px 20px;
border-radius: 4px;
margin: 24px 0;
}
.insight-box strong {
color: #2b6cb0;
}
.info-box {
background-color: #f0fff4;
border-left: 5px solid #38a169;
padding: 16px 20px;
border-radius: 4px;
margin: 20px 0;
}
.summary-box {
background-color: #fffff0;
border: 1px solid #ecc94b;
border-left: 5px solid #d69e2e;
padding: 24px;
border-radius: 8px;
margin: 32px 0;
}
.summary-box h2 {
margin-top: 0;
border-bottom: none;
color: #b7791f;
}
.toc {
background-color: #f7fafc;
padding: 20px;
border-radius: 8px;
margin: 24px 0;
}
.toc ul {
list-style: none;
padding-left: 0;
margin-bottom: 0;
}
.toc li {
margin-bottom: 8px;
}
.numbered-list {
counter-reset: list-counter;
list-style: none;
padding-left: 0;
}
.numbered-list > li {
counter-increment: list-counter;
position: relative;
padding-left: 36px;
margin-bottom: 12px;
}
.numbered-list > li::before {
content: counter(list-counter) ".";
position: absolute;
left: 0;
font-weight: bold;
color: #2b6cb0;
background: #ebf8ff;
width: 24px;
height: 24px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.85em;
top: 0;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 24px;
margin: 24px 0;
}
.card {
background-color: #ffffff;
padding: 24px;
border-radius: 8px;
border: 1px solid #e2e8f0;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.card h3 {
margin-top: 0;
}
.table-responsive {
overflow-x: auto;
margin: 24px 0;
}
table {
border-collapse: collapse;
width: 100%;
min-width: 600px;
text-align: left;
background-color: #ffffff;
}
th, td {
border: 1px solid #e2e8f0;
padding: 14px 16px;
}
th {
background-color: #f7fafc;
font-weight: bold;
color: #4a5568;
}
tr:nth-child(even) td {
background-color: #f8fafc;
}
.disclaimer {
border: 2px solid #e2e8f0;
padding: 20px;
text-align: center;
font-size: 0.9em;
color: #718096;
border-radius: 8px;
margin: 24px 0;
}
.meta-box {
background-color: #f7fafc;
padding: 20px;
border-radius: 8px;
margin-bottom: 24px;
font-size: 0.9em;
}
@media (max-width: 768px) {
.cards-grid {
grid-template-columns: 1fr;
}
}

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