

/* 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_6082.css?17819508034055*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6082 */

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

.symptom-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #2d3748;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
.symptom-article h1 {
font-size: 2.2rem;
color: #1a365d;
margin-top: 1rem;
margin-bottom: 0.5rem;
line-height: 1.2;
}
.symptom-article h2 {
font-size: 1.7rem;
color: #2b6cb0;
border-bottom: 2px solid #e2e8f0;
padding-bottom: 8px;
margin-top: 2rem;
margin-bottom: 1rem;
}
.symptom-article h3 {
font-size: 1.25rem;
color: #2c5282;
margin-top: 1.5rem;
margin-bottom: 0.75rem;
}
.symptom-article p {
margin-bottom: 1rem;
}
.symptom-article a {
color: #3182ce;
text-decoration: none;
}
.symptom-article a:hover {
text-decoration: underline;
}
.symptom-article strong {
font-weight: 600;
color: #1a202c;
}
.symptom-article img {
max-width: 100%;
height: auto;
border-radius: 8px;
margin: 1.5rem 0;
display: block;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.breadcrumbs {
font-size: 0.9rem;
color: #718096;
margin-bottom: 1.5rem;
}
.breadcrumbs-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.breadcrumbs-list li::after {
content: "/";
margin-left: 8px;
color: #cbd5e0;
}
.breadcrumbs-list li:last-child::after {
content: "";
}
.breadcrumbs-list a {
color: #4a5568;
}
.badge {
display: inline-block;
background-color: #e2e8f0;
color: #4a5568;
padding: 4px 10px;
border-radius: 4px;
font-size: 0.85rem;
font-weight: bold;
margin-bottom: 1rem;
}
.subtitle {
font-size: 1.15rem;
color: #4a5568;
margin-bottom: 2rem;
}
.ymyl-warning {
background-color: #fff5f5;
border-left: 4px solid #e53e3e;
padding: 1.2rem;
margin: 1.5rem 0;
border-radius: 0 8px 8px 0;
}
.ymyl-warning strong {
color: #c53030;
}
.insight-block {
background-color: #ebf8ff;
border-left: 4px solid #3182ce;
padding: 1.2rem;
margin: 1.5rem 0;
border-radius: 0 8px 8px 0;
}
.table-responsive {
overflow-x: auto;
margin-bottom: 1.5rem;
}
.symptom-article table {
width: 100%;
border-collapse: collapse;
font-size: 0.95rem;
background-color: #ffffff;
}
.symptom-article th, .symptom-article td {
border: 1px solid #e2e8f0;
padding: 12px;
text-align: left;
vertical-align: top;
}
.symptom-article th {
background-color: #f7fafc;
font-weight: bold;
color: #2d3748;
}
.symptom-article tr:nth-child(even) {
background-color: #f8fafc;
}
.symptom-article ul {
padding-left: 1.5rem;
margin-bottom: 1.5rem;
}
.symptom-article li {
margin-bottom: 0.5rem;
}
.numbered-list {
list-style-type: none;
counter-reset: custom-counter;
padding-left: 0;
}
.numbered-list > li {
counter-increment: custom-counter;
margin-bottom: 0.75rem;
padding-left: 2rem;
position: relative;
}
.numbered-list > li::before {
content: counter(custom-counter) ".";
position: absolute;
left: 0;
font-weight: bold;
color: #2b6cb0;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.5rem;
margin: 1.5rem 0;
}
.card {
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 8px;
padding: 1.5rem;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
background-color: #fcfdfe;
}
.card h3 {
margin-top: 0;
}
.faq-card {
background-color: #f8fafc;
border-left: 4px solid #4a5568;
border-radius: 0 8px 8px 0;
}
.editor-card {
background-color: #f1f5f9;
padding: 1.5rem;
border-radius: 8px;
margin: 2rem 0;
border: 1px solid #cbd5e1;
}
.editor-card p {
margin-bottom: 0.5rem;
font-size: 0.95rem;
}
.editor-card p:last-child {
margin-bottom: 0;
}
.warning-block {
background-color: #fffff0;
border: 1px solid #feebc8;
padding: 1.2rem;
border-radius: 8px;
margin: 1.5rem 0;
}
.italic-text {
font-style: italic;
color: #4a5568;
margin-top: 0.25rem;
}
@media (max-width: 600px) {
.symptom-article h1 {
font-size: 1.8rem;
}
.symptom-article h2 {
font-size: 1.4rem;
}
.cards-grid {
grid-template-columns: 1fr;
}
}

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