

/* 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_6483.css?17831021574444*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6483 */

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

.article-container {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #1f2937;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
.article-container * {
box-sizing: border-box;
}
.article-container h1,
.article-container h2,
.article-container h3,
.article-container h4 {
color: #111827;
margin-top: 1.5em;
margin-bottom: 0.6em;
line-height: 1.3;
}
.article-container h1 {
font-size: 2.2em;
margin-top: 0.5em;
}
.article-container h2 {
font-size: 1.7em;
border-bottom: 2px solid #e5e7eb;
padding-bottom: 8px;
}
.article-container h3 {
font-size: 1.3em;
}
.article-container p {
margin-bottom: 1.2em;
}
.article-container a {
color: #2563eb;
text-decoration: none;
}
.article-container a:hover {
text-decoration: underline;
}
.article-container ul,
.article-container ol {
margin-bottom: 1.2em;
padding-left: 24px;
}
.article-container li {
margin-bottom: 8px;
}
.article-container img {
display: block;
max-width: 100%;
height: auto;
border-radius: 8px;
margin: 24px 0;
background-color: #f3f4f6;
}

.breadcrumbs {
display: flex;
flex-wrap: wrap;
gap: 8px;
list-style: none;
padding: 0;
margin: 0 0 20px 0;
font-size: 0.9em;
color: #6b7280;
}
.breadcrumbs li a {
color: #4b5563;
}
.breadcrumbs li::after {
content: "/";
margin-left: 8px;
color: #9ca3af;
}
.breadcrumbs li:last-child::after {
content: "";
}

.badge-category {
display: inline-block;
background-color: #e0f2fe;
color: #0369a1;
padding: 6px 12px;
border-radius: 16px;
font-size: 0.85em;
font-weight: bold;
margin-bottom: 12px;
}

.intro-text {
font-size: 1.15em;
color: #4b5563;
margin-bottom: 24px;
}

.alert-warning {
background-color: #fef2f2;
border-left: 4px solid #ef4444;
padding: 20px;
margin: 24px 0;
border-radius: 0 8px 8px 0;
}
.alert-warning strong {
color: #991b1b;
display: block;
margin-bottom: 10px;
font-size: 1.1em;
}
.alert-warning h3 {
margin-top: 0;
color: #991b1b;
}

.insight-block {
background-color: #f0fdf4;
border-left: 4px solid #22c55e;
padding: 20px;
margin: 24px 0;
border-radius: 0 8px 8px 0;
}
.insight-block strong {
color: #166534;
display: block;
margin-bottom: 8px;
}

.final-output {
background-color: #eff6ff;
border: 1px solid #bfdbfe;
border-radius: 12px;
padding: 24px 32px;
margin: 40px 0;
}
.final-output h2 {
margin-top: 0;
border: none;
color: #1e40af;
padding-bottom: 0;
}

.table-wrapper {
overflow-x: auto;
margin: 24px 0;
border-radius: 8px;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.data-table {
width: 100%;
border-collapse: collapse;
font-size: 0.95em;
background-color: #ffffff;
}
.data-table th,
.data-table td {
border: 1px solid #e2e8f0;
padding: 14px 16px;
text-align: left;
vertical-align: top;
}
.data-table th {
background-color: #f8fafc;
font-weight: bold;
color: #334155;
}
.data-table tr:nth-child(even) {
background-color: #f8fafc;
}

.urgency-badge {
display: inline-block;
padding: 4px 10px;
border-radius: 4px;
font-size: 0.85em;
font-weight: bold;
white-space: nowrap;
}
.urgency-routine {
background-color: #dcfce7;
color: #166534;
}
.urgency-clarify {
background-color: #fef08a;
color: #854d0e;
}
.urgency-urgent {
background-color: #fee2e2;
color: #991b1b;
}

.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin: 24px 0;
}
.card {
background-color: #ffffff;
border: 1px solid #e5e7eb;
border-top: 4px solid #3b82f6;
border-radius: 8px;
padding: 24px;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.card h4 {
margin-top: 0;
color: #1e40af;
font-size: 1.15em;
margin-bottom: 12px;
}
.card p {
margin-bottom: 0;
}

.faq-list {
margin: 24px 0;
}
.faq-item {
background-color: #ffffff;
border: 1px solid #e5e7eb;
border-radius: 8px;
margin-bottom: 12px;
overflow: hidden;
}
.faq-summary {
font-weight: bold;
cursor: pointer;
padding: 16px 20px;
background-color: #f9fafb;
color: #1f2937;
}
.faq-summary:hover {
background-color: #f3f4f6;
}
.faq-content {
padding: 16px 20px;
border-top: 1px solid #e5e7eb;
color: #4b5563;
}

.author-block {
background-color: #f9fafb;
border: 1px solid #e5e7eb;
border-radius: 8px;
padding: 24px;
margin-top: 40px;
font-size: 0.9em;
}
.author-block p {
margin: 0 0 8px 0;
}
.author-disclaimer {
color: #6b7280;
font-style: italic;
border-top: 1px solid #e5e7eb;
padding-top: 16px;
margin-top: 16px;
}

.references-section {
margin-top: 40px;
}
.references-list {
font-size: 0.85em;
color: #4b5563;
word-break: break-word;
}

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