

/* 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_3173.css?17818788363971*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=3173 */

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

.main-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #334155;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}

.main-article h1,
.main-article h2,
.main-article h3 {
color: #0f172a;
line-height: 1.3;
}

.main-article h1 {
font-size: 2.2rem;
margin: 10px 0 20px 0;
}

.main-article h2 {
font-size: 1.8rem;
margin: 40px 0 20px 0;
padding-bottom: 10px;
border-bottom: 2px solid #e2e8f0;
}

.main-article h3 {
font-size: 1.3rem;
margin: 20px 0 10px 0;
}

.main-article p {
margin: 0 0 16px 0;
}

.main-article a {
color: #2563eb;
text-decoration: none;
}

.main-article a:hover {
text-decoration: underline;
}

.main-article ul {
margin: 0 0 20px 0;
padding-left: 24px;
}

.main-article li {
margin-bottom: 8px;
}

.main-article strong {
font-weight: 700;
color: #0f172a;
}

.main-article img {
display: block;
max-width: 100%;
height: auto;
border-radius: 8px;
margin: 30px auto;
}

.breadcrumbs {
margin-bottom: 30px;
}

.breadcrumbs ul {
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 8px;
font-size: 0.9rem;
}

.breadcrumbs li::after {
content: "/";
margin-left: 8px;
color: #94a3b8;
}

.breadcrumbs li:last-child::after {
content: "";
}

.breadcrumbs a {
color: #64748b;
}

.article-header {
margin-bottom: 40px;
}

.badge {
display: inline-block;
background-color: #f1f5f9;
color: #475569;
padding: 6px 12px;
border-radius: 20px;
font-size: 0.85rem;
font-weight: 700;
}

.subtitle {
font-size: 1.2rem;
color: #475569;
}

.alert {
padding: 20px;
border-radius: 8px;
margin: 30px 0;
}

.alert strong {
display: block;
font-size: 1.1rem;
margin-bottom: 10px;
}

.alert p:last-child,
.alert ul:last-child {
margin-bottom: 0;
}

.alert-danger {
background-color: #fef2f2;
border-left: 6px solid #ef4444;
}

.alert-warning {
background-color: #fffbeb;
border-left: 6px solid #f59e0b;
}

.alert-insight {
background-color: #f0fdf4;
border-left: 6px solid #22c55e;
}

.alert-info {
background-color: #eff6ff;
border-left: 6px solid #3b82f6;
}

.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 30px 0;
}

.card {
background-color: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 12px;
padding: 24px;
}

.card h3 {
margin-top: 0;
color: #1e293b;
font-size: 1.15rem;
}

.card p:last-child,
.card ul:last-child {
margin-bottom: 0;
}

.table-wrapper {
overflow-x: auto;
margin: 30px 0;
}

.main-article table {
width: 100%;
min-width: 600px;
border-collapse: collapse;
background-color: #ffffff;
}

.main-article th,
.main-article td {
border: 1px solid #cbd5e1;
padding: 14px 16px;
text-align: left;
vertical-align: top;
}

.main-article th {
background-color: #f1f5f9;
font-weight: 700;
color: #334155;
}

.main-article tr:nth-child(even) {
background-color: #f8fafc;
}

.toc {
background-color: #f1f5f9;
padding: 24px;
border-radius: 12px;
margin: 40px 0;
}

.toc h2 {
margin-top: 0;
border-bottom: none;
padding-bottom: 0;
font-size: 1.4rem;
}

.toc ul {
margin-bottom: 0;
}

.final-conclusion {
background-color: #eff6ff;
border: 2px solid #bfdbfe;
border-radius: 12px;
padding: 30px;
margin: 50px 0;
}

.final-conclusion h2 {
margin-top: 0;
border-bottom: none;
color: #1e40af;
}

.editorial-card {
background-color: #f8fafc;
border: 1px solid #cbd5e1;
border-radius: 12px;
padding: 24px;
margin: 40px 0;
font-size: 0.95rem;
}

.references {
margin-top: 60px;
padding-top: 20px;
border-top: 2px solid #e2e8f0;
font-size: 0.9rem;
word-break: break-word;
}

@media (max-width: 600px) {
.cards-grid {
grid-template-columns: 1fr;
}
.main-article h1 {
font-size: 1.8rem;
}
.main-article h2 {
font-size: 1.5rem;
}
}

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