

/* 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_5096.css?17804099943947*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5096 */

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

.med-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
max-width: 860px;
margin: 0 auto;
color: #1f2937;
padding: 20px;
box-sizing: border-box;
}
.med-article * {
box-sizing: border-box;
}
.med-article h1 {
font-size: 2.2rem;
color: #111827;
margin-bottom: 1rem;
line-height: 1.3;
}
.med-article h2 {
font-size: 1.8rem;
color: #1e3a8a;
border-bottom: 2px solid #e5e7eb;
padding-bottom: 0.5rem;
margin-top: 2.5rem;
margin-bottom: 1.5rem;
}
.med-article h3 {
font-size: 1.3rem;
color: #1f2937;
margin-top: 1.5rem;
margin-bottom: 1rem;
}
.med-article p {
margin-bottom: 1.2rem;
}
.med-article ul,
.med-article ol {
margin-bottom: 1.5rem;
padding-left: 1.5rem;
}
.med-article li {
margin-bottom: 0.5rem;
}
.med-article a {
color: #2563eb;
text-decoration: underline;
}
.med-article img {
max-width: 100%;
height: auto;
display: block;
border-radius: 8px;
margin: 2rem 0;
}
.breadcrumbs {
font-size: 0.9rem;
color: #6b7280;
margin-bottom: 1.5rem;
}
.breadcrumbs a {
color: #2563eb;
text-decoration: none;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.5rem;
margin-bottom: 2rem;
}
.card {
background: #f8fafc;
border: 1px solid #e2e8f0;
padding: 1.5rem;
border-radius: 12px;
}
.card strong {
display: block;
margin-bottom: 0.5rem;
font-size: 1.1rem;
color: #1e3a8a;
}
.card ul {
margin-bottom: 0;
}
.alert {
padding: 1.5rem;
border-radius: 12px;
margin: 1.5rem 0;
}
.alert-danger {
background-color: #fef2f2;
border-left: 6px solid #ef4444;
color: #991b1b;
}
.alert-danger strong {
color: #7f1d1d;
display: block;
margin-bottom: 0.5rem;
font-size: 1.1rem;
}
.alert-warning {
background-color: #fffbeb;
border-left: 6px solid #f59e0b;
color: #92400e;
}
.alert-warning strong {
color: #78350f;
}
.alert-success {
background-color: #f0fdf4;
border-left: 6px solid #22c55e;
color: #166534;
}
.alert-success strong {
color: #14532d;
}
.alert-chunk {
background-color: #eff6ff;
border-left: 6px solid #3b82f6;
color: #1e3a8a;
font-weight: 500;
}
.takeaways {
background-color: #f1f5f9;
padding: 1.5rem;
border-radius: 12px;
margin: 2rem 0;
}
.takeaways strong {
display: block;
margin-bottom: 1rem;
color: #0f172a;
font-size: 1.2rem;
}
.table-wrapper {
overflow-x: auto;
margin: 2rem 0;
}
.med-article table {
width: 100%;
border-collapse: collapse;
min-width: 600px;
}
.med-article th,
.med-article td {
border: 1px solid #cbd5e1;
padding: 1rem;
text-align: left;
}
.med-article th {
background-color: #1e3a8a;
color: #ffffff;
font-weight: bold;
}
.med-article tr:nth-child(even) {
background-color: #f8fafc;
}
.toc {
background-color: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 12px;
padding: 1.5rem;
margin: 2rem 0;
}
.toc h2 {
margin-top: 0;
border-bottom: none;
padding-bottom: 0;
font-size: 1.5rem;
}
.toc ul {
list-style-type: none;
padding-left: 0;
margin-bottom: 0;
}
.toc li {
margin-bottom: 0.8rem;
}
.toc a {
text-decoration: none;
color: #1e3a8a;
font-weight: 500;
}
details {
background-color: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 8px;
margin-bottom: 1rem;
padding: 1rem;
cursor: pointer;
}
summary {
font-weight: bold;
color: #1e3a8a;
font-size: 1.1rem;
}
details p {
margin-top: 1rem;
margin-bottom: 0;
}
.sources-list {
font-size: 0.9rem;
color: #4b5563;
}
.sources-list a {
color: #2563eb;
text-decoration: none;
}
.disclaimer-block {
background-color: #f8fafc;
padding: 1.5rem;
border-radius: 12px;
margin-top: 3rem;
font-size: 0.9rem;
color: #6b7280;
border: 1px solid #e5e7eb;
}
@media (max-width: 768px) {
.cards-grid {
grid-template-columns: 1fr;
}
.med-article h1 {
font-size: 1.8rem;
}
.med-article h2 {
font-size: 1.5rem;
}
}

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