

/* 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_6080.css?17819508335126*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6080 */

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

.symptom-review {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
max-width: 900px;
margin: 0 auto;
color: #1c2b3a;
padding: 0 15px;
}
.symptom-review * {
box-sizing: border-box;
}
.symptom-review a {
color: #1a6fbf;
text-decoration: underline;
text-underline-offset: 2px;
}
.symptom-review a:hover {
color: #145499;
}
.sr-breadcrumb {
font-size: 14px;
color: #566878;
margin-bottom: 20px;
}
.sr-breadcrumb a {
color: #566878;
text-decoration: none;
}
.sr-breadcrumb a:hover {
color: #1a6fbf;
}
.sr-breadcrumb span {
color: #1c2b3a;
}
.sr-lead-label {
font-size: 12px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #1a6fbf;
font-weight: 700;
margin-bottom: 10px;
display: inline-block;
}
.symptom-review h1 {
color: #0b2444;
font-size: clamp(26px, 4vw, 40px);
line-height: 1.2;
margin: 0 0 15px;
}
.symptom-review h2 {
color: #0b2444;
font-size: clamp(20px, 3vw, 26px);
line-height: 1.3;
margin: 40px 0 20px;
border-bottom: 2px solid #edf5fc;
padding-bottom: 10px;
}
.symptom-review h3 {
color: #0b2444;
font-size: 18px;
margin: 25px 0 15px;
}
.sr-lead-desc {
font-size: 16px;
color: #1c2b3a;
margin-bottom: 30px;
}
.sr-box {
border-radius: 12px;
padding: 20px 25px;
margin: 25px 0;
}
.sr-box-danger {
background: #fff5f4;
border: 1.5px solid #e8a9a2;
border-left: 5px solid #c0392b;
}
.sr-box-danger h3 {
color: #c0392b;
margin-top: 0;
}
.sr-box-warn {
background: #fff4e6;
border: 1px solid #e7bd87;
border-left: 5px solid #b05c00;
}
.sr-ai-cite {
background: #edf5fc;
border: 1px solid #b6d5f0;
border-left: 4px solid #1a6fbf;
border-radius: 0 12px 12px 0;
padding: 20px;
margin: 25px 0;
}
.sr-ai-cite strong {
color: #1a6fbf;
display: block;
margin-bottom: 8px;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 0.05em;
}
.sr-box-summary {
background: #e9f7f1;
border: 1px solid #a8dfc6;
border-left: 5px solid #1a7a50;
padding: 20px 25px;
border-radius: 12px;
margin: 30px 0;
}
.sr-toc {
background: #edf5fc;
border-radius: 12px;
padding: 20px 25px;
margin-bottom: 40px;
}
.sr-toc h3 {
margin-top: 0;
font-size: 14px;
text-transform: uppercase;
color: #566878;
letter-spacing: 0.05em;
border: none;
}
.sr-toc ol {
margin: 0;
padding-left: 20px;
columns: 2;
}
.sr-toc li {
break-inside: avoid;
font-size: 15px;
margin-bottom: 8px;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 25px 0;
}
.card {
background: #ffffff;
border: 1px solid #cfd9e6;
border-top: 4px solid #1a6fbf;
border-radius: 12px;
padding: 20px;
box-shadow: 0 2px 10px rgba(11, 36, 68, 0.05);
}
.card h3 {
margin-top: 0;
font-size: 16px;
border-bottom: none;
padding-bottom: 0;
}
.card ul {
margin: 0;
padding-left: 20px;
color: #1c2b3a;
}
.card li {
margin-bottom: 8px;
font-size: 14px;
}
.sr-table-wrap {
overflow-x: auto;
margin: 25px 0;
}
.sr-table {
width: 100%;
border-collapse: collapse;
font-size: 15px;
background: #ffffff;
}
.sr-table th {
background: #0b2444;
color: #ffffff;
text-align: left;
padding: 12px 15px;
font-weight: 700;
border: 1px solid #0b2444;
}
.sr-table td {
border: 1px solid #cfd9e6;
padding: 12px 15px;
vertical-align: top;
}
.sr-table tr:nth-child(even) td {
background: #f8fbff;
}
.sr-table tr:hover td {
background: #edf5fc;
}
.sr-steps {
counter-reset: step-counter;
list-style: none;
padding: 0;
margin: 25px 0;
}
.sr-steps li {
counter-increment: step-counter;
position: relative;
padding-left: 45px;
margin-bottom: 15px;
font-size: 16px;
}
.sr-steps li::before {
content: counter(step-counter);
position: absolute;
left: 0;
top: 2px;
width: 28px;
height: 28px;
border-radius: 50%;
background: #1a6fbf;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: 700;
}
.sr-faq-list {
display: flex;
flex-direction: column;
gap: 15px;
margin-top: 25px;
}
.sr-faq-item {
background: #ffffff;
border: 1px solid #cfd9e6;
border-radius: 12px;
padding: 15px 20px;
box-shadow: 0 2px 10px rgba(11, 36, 68, 0.05);
}
.sr-faq-item summary {
font-weight: 700;
font-size: 16px;
color: #0b2444;
cursor: pointer;
margin-bottom: 10px;
}
.sr-faq-item p {
margin: 0;
font-size: 15px;
color: #1c2b3a;
}
.sr-review-block {
margin-top: 50px;
padding: 20px;
background: #edf5fc;
border: 1px solid #cfd9e6;
border-radius: 12px;
font-size: 14px;
}
.sr-ymyl-disclaimer {
margin-top: 20px;
font-size: 13px;
color: #566878;
border-top: 1px solid #cfd9e6;
padding-top: 15px;
}
.sr-refs {
margin-top: 40px;
border-top: 1px solid #cfd9e6;
padding-top: 20px;
font-size: 14px;
}
.sr-refs li {
margin-bottom: 10px;
word-break: break-word;
}
img {
max-width: 100%;
height: auto;
border-radius: 12px;
display: block;
margin: 25px auto;
}
@media (max-width: 768px) {
.sr-toc ol {
columns: 1;
}
.cards-grid {
grid-template-columns: 1fr;
}
}

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