

/* 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_3170.css?17810976546221*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=3170 */

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

.symptom-review {
font-family: Arial, Helvetica, sans-serif;
color: #1c2b3a;
max-width: 900px;
margin: 0 auto;
line-height: 1.6;
}
.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: 24px;
display: flex;
flex-wrap: wrap;
gap: 6px;
}
.sr-breadcrumb a {
color: #566878;
text-decoration: none;
}
.sr-breadcrumb a:hover {
color: #1a6fbf;
}
.sr-lead-label {
font-size: 12px;
text-transform: uppercase;
color: #1a6fbf;
font-weight: bold;
letter-spacing: 0.05em;
display: block;
margin-bottom: 8px;
}
.sr-lead h1 {
color: #0b2444;
font-size: clamp(28px, 4vw, 36px);
line-height: 1.25;
margin: 0 0 16px;
}
.sr-lead-desc {
font-size: 18px;
color: #1c2b3a;
margin-bottom: 24px;
}
.sr-box-warning {
background: #fff8e1;
border-left: 5px solid #f59e0b;
padding: 20px;
border-radius: 0 12px 12px 0;
margin: 24px 0;
font-size: 15px;
}
.sr-box-warning strong {
color: #b45309;
display: block;
margin-bottom: 8px;
font-size: 16px;
}
.sr-box-danger {
background: #fff5f4;
border-left: 5px solid #d32f2f;
padding: 24px;
border-radius: 0 12px 12px 0;
margin: 32px 0;
}
.sr-box-danger h3 {
color: #d32f2f;
margin-top: 0;
margin-bottom: 16px;
font-size: 20px;
}
.sr-box-danger ol {
margin: 0 0 16px;
padding-left: 20px;
}
.sr-box-danger li {
margin-bottom: 10px;
}
.sr-box-danger p:last-child {
margin-bottom: 0;
font-weight: bold;
color: #d32f2f;
}
.img-fluid {
max-width: 100%;
height: auto;
border-radius: 12px;
margin: 32px 0;
display: block;
}
.sr-section {
margin-bottom: 48px;
}
.sr-section h2 {
color: #0b2444;
font-size: clamp(22px, 3vw, 26px);
border-bottom: 2px solid #edf5fc;
padding-bottom: 10px;
margin-bottom: 24px;
}
.sr-section h3 {
color: #0b2444;
font-size: 20px;
margin: 28px 0 16px;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 24px 0;
}
.card {
background: #ffffff;
border: 1px solid #cfd9e6;
border-radius: 12px;
padding: 24px;
box-shadow: 0 4px 20px rgba(11,36,68,0.04);
}
.card h3 {
margin-top: 0;
color: #0b2444;
font-size: 18px;
margin-bottom: 12px;
}
.card p {
margin: 0 0 12px;
font-size: 15px;
color: #1c2b3a;
}
.card p:last-child {
margin-bottom: 0;
}
.card ul {
margin: 0;
padding-left: 20px;
font-size: 15px;
}
.card li {
margin-bottom: 8px;
}
.sr-table-wrap {
overflow-x: auto;
margin: 24px 0;
}
.sr-table {
width: 100%;
border-collapse: collapse;
font-size: 15px;
background: #ffffff;
min-width: 600px;
}
.sr-table th {
background: #0b2444;
color: #ffffff;
text-align: left;
padding: 16px;
font-weight: bold;
}
.sr-table td {
border: 1px solid #cfd9e6;
padding: 16px;
vertical-align: top;
}
.sr-table tr:nth-child(even) td {
background: #f5faff;
}
.sr-table tr:hover td {
background: #ebf4ff;
}
.sr-insight {
background: #f0f7ff;
border-left: 4px solid #1a6fbf;
padding: 20px;
border-radius: 0 12px 12px 0;
margin: 24px 0;
font-size: 15px;
}
.sr-insight strong {
color: #1a6fbf;
display: block;
margin-bottom: 8px;
text-transform: uppercase;
font-size: 13px;
letter-spacing: 0.05em;
}
.sr-toc {
background: #edf5fc;
border-radius: 12px;
padding: 24px 32px;
margin-bottom: 48px;
}
.sr-toc h3 {
margin-top: 0;
font-size: 18px;
color: #0b2444;
margin-bottom: 16px;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.sr-toc ol {
columns: 1;
padding-left: 20px;
margin: 0;
}
@media (min-width: 768px) {
.sr-toc ol {
columns: 2;
column-gap: 40px;
}
}
.sr-toc li {
margin-bottom: 12px;
font-size: 15px;
break-inside: avoid;
}
.sr-steps {
counter-reset: sr-counter;
list-style: none;
padding: 0;
margin: 24px 0;
}
.sr-steps li {
position: relative;
padding-left: 56px;
margin-bottom: 20px;
font-size: 16px;
}
.sr-steps li::before {
content: counter(sr-counter);
counter-increment: sr-counter;
position: absolute;
left: 0;
top: 0;
width: 36px;
height: 36px;
background: #1a6fbf;
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 15px;
font-weight: bold;
}
.sr-faq-list {
display: flex;
flex-direction: column;
gap: 12px;
}
details.sr-faq-item {
background: #fff;
border: 1px solid #cfd9e6;
border-radius: 12px;
overflow: hidden;
}
details.sr-faq-item summary {
font-weight: bold;
padding: 18px 24px;
cursor: pointer;
color: #0b2444;
background: #f9fbff;
font-size: 16px;
outline: none;
list-style: none;
display: flex;
justify-content: space-between;
align-items: center;
}
details.sr-faq-item summary::-webkit-details-marker {
display: none;
}
details.sr-faq-item summary::after {
content: "+";
color: #1a6fbf;
font-size: 20px;
transition: transform 0.2s;
}
details[open].sr-faq-item summary::after {
transform: rotate(45deg);
}
details.sr-faq-item summary:hover {
background: #edf5fc;
}
details.sr-faq-item p {
padding: 18px 24px;
margin: 0;
border-top: 1px solid #cfd9e6;
font-size: 15px;
color: #1c2b3a;
background: #fff;
}
.sr-conclusion {
background: #edf5fc;
padding: 32px;
border-radius: 12px;
margin: 48px 0;
}
.sr-conclusion h2 {
margin-top: 0;
color: #0b2444;
border-bottom: none;
padding-bottom: 0;
}
.sr-editorial {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 24px;
background: #f9f9f9;
padding: 24px;
border: 1px solid #e5e7eb;
border-radius: 12px;
margin: 32px 0;
font-size: 14px;
}
.sr-editorial p {
margin: 0 0 10px;
}
.sr-editorial p:last-child {
margin: 0;
}
.sr-refs {
font-size: 14px;
color: #566878;
margin-top: 48px;
padding-top: 24px;
border-top: 1px solid #cfd9e6;
}
.sr-refs ol {
padding-left: 20px;
}
.sr-refs li {
margin-bottom: 10px;
}
.text-urgent {
color: #d32f2f;
font-weight: bold;
}
.text-soon {
color: #d97706;
font-weight: bold;
}
.text-plan {
color: #1a6fbf;
font-weight: bold;
}
.text-obs {
color: #059669;
font-weight: bold;
}

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