

/* 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_6426.css?17830995844085*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6426 */

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

.symptom-article {
max-width: 900px;
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #333333;
padding: 20px;
}
.symptom-article a {
color: #1a6fbf;
text-decoration: underline;
}
.symptom-article a:hover {
text-decoration: none;
}
.breadcrumbs {
font-size: 0.9em;
color: #666666;
margin-bottom: 20px;
}
.breadcrumbs a {
color: #666666;
text-decoration: none;
}
.article-header {
margin-bottom: 30px;
}
.article-label {
display: inline-block;
font-size: 0.85em;
text-transform: uppercase;
color: #1a6fbf;
font-weight: bold;
margin-bottom: 10px;
letter-spacing: 0.05em;
}
.article-title {
font-size: 2.2em;
margin: 0 0 15px 0;
color: #0b2444;
line-height: 1.2;
}
.article-subtitle {
font-size: 1.1em;
color: #555555;
margin: 0;
}
.warning-block {
background-color: #fff5f4;
border-left: 5px solid #dc3545;
padding: 20px;
margin: 25px 0;
border-radius: 0 8px 8px 0;
}
.warning-block h3 {
margin-top: 0;
color: #dc3545;
}
.ymyl-block {
background-color: #fff4e6;
border-left: 5px solid #ffc107;
padding: 20px;
margin: 25px 0;
border-radius: 0 8px 8px 0;
}
.insight-block {
background-color: #e9f7f1;
border-left: 5px solid #1a7a50;
padding: 20px;
margin: 25px 0;
border-radius: 0 8px 8px 0;
}
.conclusion-block {
background-color: #edf5fc;
border-left: 5px solid #1a6fbf;
padding: 20px;
margin: 30px 0;
border-radius: 0 8px 8px 0;
}
.article-section {
margin-bottom: 45px;
}
.article-section h2 {
color: #0b2444;
border-bottom: 2px solid #edf5fc;
padding-bottom: 10px;
margin: 0 0 20px 0;
line-height: 1.3;
}
.article-section h3 {
color: #1a6fbf;
margin: 25px 0 15px 0;
}
.article-section ul, .article-section ol {
padding-left: 25px;
margin-bottom: 20px;
}
.article-section li {
margin-bottom: 10px;
}
.table-responsive {
overflow-x: auto;
margin: 25px 0;
}
.data-table {
width: 100%;
border-collapse: collapse;
font-size: 0.95em;
min-width: 600px;
}
.data-table th, .data-table td {
border: 1px solid #cfd9e6;
padding: 14px;
text-align: left;
vertical-align: top;
}
.data-table th {
background-color: #0b2444;
color: #ffffff;
font-weight: bold;
}
.data-table tr:nth-child(even) {
background-color: #f8f9fa;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin: 25px 0;
}
.card {
background: #ffffff;
border: 1px solid #cfd9e6;
border-radius: 8px;
padding: 20px;
box-shadow: 0 4px 15px rgba(11, 36, 68, 0.05);
}
.card h3, .card h4 {
margin: 0 0 15px 0;
color: #0b2444;
font-size: 1.15em;
}
.card ul {
list-style-type: disc;
padding-left: 20px;
margin: 0;
}
.card li {
margin-bottom: 10px;
font-size: 0.95em;
}
.card li:last-child {
margin-bottom: 0;
}
.toc {
background: #f8f9fa;
padding: 25px;
border-radius: 8px;
margin-bottom: 40px;
border: 1px solid #e2e8f0;
}
.toc ol {
margin: 0;
padding-left: 20px;
}
.toc li {
margin-bottom: 10px;
}
.toc a {
text-decoration: none;
color: #1a6fbf;
}
.toc a:hover {
text-decoration: underline;
}
.faq-item {
margin-bottom: 15px;
background: #ffffff;
border: 1px solid #cfd9e6;
border-radius: 8px;
padding: 15px 20px;
box-shadow: 0 2px 8px rgba(11, 36, 68, 0.04);
}
.faq-item summary {
font-weight: bold;
cursor: pointer;
color: #0b2444;
outline: none;
font-size: 1.05em;
}
.faq-item p {
margin: 15px 0 0 0;
color: #444444;
}
img {
max-width: 100%;
height: auto;
border-radius: 8px;
display: block;
margin: 25px 0;
}
.status-urgent {
color: #dc3545;
}
.status-warn {
color: #b05c00;
}
.status-safe {
color: #1a7a50;
}
.editorial-block {
background: #f8f9fa;
padding: 25px;
border-radius: 8px;
margin: 40px 0;
font-size: 0.9em;
border: 1px solid #e2e8f0;
}
.editorial-block p {
margin: 0 0 10px 0;
}
.editorial-block p:last-child {
margin-bottom: 0;
}
.references {
font-size: 0.85em;
}
.references li {
margin-bottom: 12px;
}
hr {
border: 0;
height: 1px;
background: #cfd9e6;
margin: 40px 0;
}
@media (max-width: 768px) {
.data-table th, .data-table td {
padding: 10px;
font-size: 0.9em;
}
.article-title {
font-size: 1.8em;
}
.cards-grid {
grid-template-columns: 1fr;
}
}

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