

/* 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_5720.css?17812604854607*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5720 */

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

:root {
--text-color: #2c3e50;
--link-color: #3498db;
--link-hover: #2980b9;
--bg-main: #ffffff;
--bg-light: #f8f9fa;
--bg-insight: #eaf4fb;
--bg-warning: #fff5f5;
--border-warning: #fc8181;
--bg-conclusion: #f0fdf4;
--border-conclusion: #86efac;
--border-light: #e2e8f0;
--accent-blue: #3182ce;
--accent-red: #e53e3e;
--font-main: Arial, Helvetica, sans-serif;
}

.medical-article {
font-family: var(--font-main);
color: var(--text-color);
line-height: 1.6;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}

.medical-article h1 {
font-size: 2.2rem;
color: #1a202c;
margin-bottom: 0.5rem;
line-height: 1.3;
}

.medical-article h2 {
font-size: 1.8rem;
color: #2d3748;
margin-top: 2rem;
margin-bottom: 1rem;
border-bottom: 2px solid var(--border-light);
padding-bottom: 0.5rem;
}

.medical-article h3 {
font-size: 1.4rem;
color: #2d3748;
margin-top: 1.5rem;
margin-bottom: 0.8rem;
}

.medical-article p {
margin-bottom: 1.2rem;
}

.medical-article a {
color: var(--link-color);
text-decoration: none;
}

.medical-article a:hover {
color: var(--link-hover);
text-decoration: underline;
}

.medical-article ul, .medical-article ol {
margin-bottom: 1.5rem;
padding-left: 2rem;
}

.medical-article li {
margin-bottom: 0.5rem;
}

.medical-article img {
max-width: 100%;
height: auto;
border-radius: 8px;
margin: 1.5rem 0;
box-shadow: 0 4px 6px rgba(0,0,0,0.05);
display: block;
}

.breadcrumbs {
font-size: 0.9rem;
margin-bottom: 2rem;
color: #718096;
}

.breadcrumbs ol {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}

.breadcrumbs li::after {
content: "/";
margin-left: 0.5rem;
color: #cbd5e0;
}

.breadcrumbs li:last-child::after {
content: "";
}

.label {
display: inline-block;
background-color: var(--bg-light);
padding: 0.3rem 0.8rem;
border-radius: 20px;
font-size: 0.85rem;
font-weight: bold;
color: #4a5568;
margin-bottom: 1rem;
text-transform: uppercase;
}

.subtitle {
font-size: 1.1rem;
color: #4a5568;
font-weight: bold;
}

.warning-block {
background-color: var(--bg-warning);
border-left: 5px solid var(--border-warning);
padding: 1.5rem;
margin: 2rem 0;
border-radius: 0 8px 8px 0;
}

.warning-block strong {
color: var(--accent-red);
}

.insight-block {
background-color: var(--bg-insight);
border-left: 5px solid var(--accent-blue);
padding: 1.2rem 1.5rem;
margin: 1.5rem 0;
border-radius: 0 8px 8px 0;
}

.conclusion-block {
background-color: var(--bg-conclusion);
border: 2px solid var(--border-conclusion);
padding: 2rem;
border-radius: 12px;
margin: 2.5rem 0;
}

.conclusion-block h2 {
margin-top: 0;
border-bottom: none;
color: #276749;
}

.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 1.5rem;
margin: 1.5rem 0;
}

.card {
background: var(--bg-light);
border: 1px solid var(--border-light);
border-radius: 12px;
padding: 1.5rem;
box-shadow: 0 2px 4px rgba(0,0,0,0.02);
transition: transform 0.2s ease;
}

.card h3 {
margin-top: 0;
font-size: 1.2rem;
color: var(--accent-blue);
}

.table-responsive {
overflow-x: auto;
margin: 2rem 0;
}

table {
width: 100%;
border-collapse: collapse;
background-color: var(--bg-main);
}

th, td {
border: 1px solid var(--border-light);
padding: 1rem;
text-align: left;
vertical-align: top;
}

th {
background-color: #edf2f7;
font-weight: bold;
color: #2d3748;
}

tr:nth-child(even) {
background-color: #f8fafc;
}

.toc {
background-color: var(--bg-light);
padding: 1.5rem;
border-radius: 8px;
margin-bottom: 2rem;
}

.toc ol {
margin: 0;
}

.toc a {
color: #4a5568;
}

.toc a:hover {
color: var(--accent-blue);
}

details.faq-card {
background-color: var(--bg-light);
border: 1px solid var(--border-light);
border-radius: 8px;
margin-bottom: 1rem;
padding: 1rem;
}

details.faq-card summary {
font-weight: bold;
cursor: pointer;
font-size: 1.1rem;
color: #2d3748;
outline: none;
}

details.faq-card p {
margin-top: 1rem;
margin-bottom: 0;
}

.editorial-block, .ymyl-disclaimer {
background-color: var(--bg-light);
padding: 1.5rem;
border-radius: 8px;
margin-top: 2rem;
font-size: 0.95rem;
color: #4a5568;
}

.ymyl-disclaimer {
border: 1px dashed var(--border-warning);
background-color: var(--bg-main);
}

@media (max-width: 768px) {
.cards-grid {
grid-template-columns: 1fr;
}

th, td {
padding: 0.8rem;
}
}

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