

/* 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_6357.css?17825551335340*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6357 */

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

.med-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #333333;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
.med-article * {
box-sizing: border-box;
}
.med-article h1 {
color: #004d40;
font-size: 2.2em;
margin-bottom: 15px;
}
.med-article h2 {
color: #00695c;
border-bottom: 2px solid #b2dfdb;
padding-bottom: 8px;
margin-top: 45px;
margin-bottom: 20px;
font-size: 1.6em;
}
.med-article h3 {
color: #00796b;
margin-top: 30px;
margin-bottom: 15px;
font-size: 1.25em;
}
.med-article p {
margin-bottom: 15px;
}
.med-article a {
color: #00897b;
text-decoration: none;
font-weight: bold;
}
.med-article a:hover {
text-decoration: underline;
}
.med-article img {
max-width: 100%;
height: auto;
border-radius: 8px;
margin: 25px auto;
display: block;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
background-color: #f5f5f5;
}

.breadcrumb {
font-size: 0.9em;
color: #666666;
margin-bottom: 25px;
}
.badge {
background-color: #e0f7fa;
color: #006064;
padding: 6px 12px;
border-radius: 6px;
font-weight: bold;
display: inline-block;
margin-bottom: 15px;
font-size: 0.85em;
text-transform: uppercase;
}

.danger-box {
background-color: #ffebee;
border-left: 6px solid #d32f2f;
padding: 20px 25px;
margin: 30px 0;
border-radius: 0 8px 8px 0;
}
.danger-box p, .danger-box ul, .danger-box h3 {
margin: 0 0 12px 0;
color: #b71c1c;
}
.danger-box ul {
padding-left: 20px;
}
.danger-box li {
margin-bottom: 8px;
}
.danger-box p:last-child, .danger-box ul:last-child {
margin-bottom: 0;
}

.warning-box {
background-color: #fff8e1;
border-left: 6px solid #ffa000;
padding: 20px 25px;
margin: 30px 0;
border-radius: 0 8px 8px 0;
}

.insight-box {
background-color: #e8f5e9;
border-left: 6px solid #388e3c;
padding: 20px 25px;
margin: 30px 0;
border-radius: 0 8px 8px 0;
}
.insight-box strong {
color: #2e7d32;
}

.final-conclusion {
background-color: #eceff1;
padding: 30px 35px;
border-radius: 12px;
margin: 50px 0;
border-top: 5px solid #546e7a;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.final-conclusion h2 {
margin-top: 0;
border-bottom: none;
color: #37474f;
}

.expert-block {
background-color: #f3e5f5;
padding: 30px 35px;
border-radius: 12px;
margin: 40px 0;
border: 1px solid #ce93d8;
}
.expert-block h2 {
margin-top: 0;
border-bottom: none;
color: #6a1b9a;
}
.expert-block ul {
list-style: none;
padding-left: 0;
margin-bottom: 0;
}
.expert-block li {
margin-bottom: 12px;
}

.disclaimer-box {
background-color: #fafafa;
border: 1px solid #eeeeee;
padding: 20px;
font-size: 0.85em;
color: #757575;
margin-top: 40px;
border-radius: 8px;
}

.toc {
background-color: #f5f5f5;
padding: 25px 30px;
border-radius: 12px;
margin: 35px 0;
}
.toc h2 {
margin-top: 0;
border-bottom: none;
}
.toc ul {
list-style: none;
padding-left: 0;
}
.toc li {
margin-bottom: 12px;
}
.toc li::before {
content: "&bull; ";
color: #00897b;
font-weight: bold;
margin-right: 5px;
}

.numbered-list {
counter-reset: custom-counter;
list-style: none;
padding-left: 0;
}
.numbered-list > li {
counter-increment: custom-counter;
position: relative;
padding-left: 40px;
margin-bottom: 15px;
}
.numbered-list > li::before {
content: counter(custom-counter);
position: absolute;
left: 0;
top: 2px;
background-color: #00695c;
color: #ffffff;
width: 26px;
height: 26px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.85em;
font-weight: bold;
}

.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 25px;
margin: 30px 0;
}
.card {
background-color: #ffffff;
border: 1px solid #e0e0e0;
border-radius: 12px;
padding: 25px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04);
transition: box-shadow 0.3s ease;
}
.card:hover {
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}
.card h3 {
color: #00695c;
margin-top: 0;
font-size: 1.15em;
border-bottom: 1px solid #eeeeee;
padding-bottom: 12px;
margin-bottom: 15px;
}
.card ul {
padding-left: 20px;
margin-bottom: 0;
}
.card li {
margin-bottom: 10px;
}
.card p:last-child, .card ul:last-child {
margin-bottom: 0;
}

.table-wrapper {
overflow-x: auto;
margin: 30px 0;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
border-radius: 8px;
border: 1px solid #e0e0e0;
}
table {
width: 100%;
border-collapse: collapse;
min-width: 600px;
background-color: #ffffff;
margin: 0;
}
th, td {
border: 1px solid #e0e0e0;
padding: 16px;
text-align: left;
vertical-align: top;
}
th {
background-color: #f4f6f8;
color: #37474f;
font-weight: bold;
}
tr:nth-child(even) td {
background-color: #fafbfc;
}

.tag-red {
color: #ffffff;
background-color: #dc3545;
font-weight: bold;
font-size: 0.85em;
padding: 4px 8px;
border-radius: 4px;
display: inline-block;
}
.tag-orange {
color: #212529;
background-color: #ffc107;
font-weight: bold;
font-size: 0.85em;
padding: 4px 8px;
border-radius: 4px;
display: inline-block;
}
.tag-green {
color: #ffffff;
background-color: #28a745;
font-weight: bold;
font-size: 0.85em;
padding: 4px 8px;
border-radius: 4px;
display: inline-block;
}

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