

/* 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_6400.css?17825585274893*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6400 */

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

.symptom-review {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #1c2b3a;
max-width: 900px;
margin: 0 auto;
padding: 20px;
box-sizing: border-box;
}
.symptom-review *, .symptom-review *::before, .symptom-review *::after {
box-sizing: border-box;
}
.symptom-review a {
color: #1a6fbf;
text-decoration: underline;
text-underline-offset: 2px;
}
.symptom-review a:hover {
color: #145499;
}
.symptom-review img {
max-width: 100%;
height: auto;
display: block;
margin: 20px 0;
border-radius: 8px;
background: #f0f4f8;
}
.sr-breadcrumb {
margin-bottom: 20px;
}
.sr-breadcrumb ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
gap: 8px;
font-size: 14px;
color: #566878;
}
.sr-breadcrumb a {
color: #566878;
text-decoration: none;
}
.sr-breadcrumb a:hover {
color: #1a6fbf;
}
.sr-label {
display: inline-block;
background: #e9f7f1;
color: #1a7a50;
padding: 6px 12px;
border-radius: 12px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 15px;
}
.sr-lead h1 {
color: #0b2444;
font-size: clamp(28px, 4vw, 36px);
line-height: 1.2;
margin: 0 0 15px 0;
}
.sr-lead p {
font-size: 18px;
color: #1c2b3a;
margin-top: 0;
}
.sr-box-danger {
background: #fff5f4;
border: 1px solid #e8a9a2;
border-left: 5px solid #dc3545;
padding: 20px;
margin: 30px 0;
border-radius: 8px;
}
.sr-box-danger strong {
color: #dc3545;
display: block;
margin: 0 0 10px 0;
font-size: 18px;
}
.sr-box-danger p {
margin: 0 0 10px 0;
color: #1c2b3a;
}
.sr-box-danger p:last-child {
margin-bottom: 0;
}
.sr-section {
margin-bottom: 40px;
}
.sr-section h2 {
color: #0b2444;
font-size: clamp(22px, 3vw, 28px);
border-bottom: 2px solid #edf5fc;
padding-bottom: 10px;
margin: 0 0 20px 0;
}
.sr-section h3 {
color: #0b2444;
font-size: 18px;
margin: 20px 0 10px 0;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 20px 0;
}
.card {
background: #ffffff;
border: 1px solid #cfd9e6;
border-radius: 12px;
padding: 20px;
box-shadow: 0 4px 15px rgba(11,36,68,0.03);
}
.card h3 {
margin-top: 0;
font-size: 16px;
color: #0b2444;
margin-bottom: 10px;
}
.card ul {
margin: 0;
padding-left: 20px;
}
.card li {
margin-bottom: 6px;
font-size: 15px;
}
.card p {
margin: 0 0 10px 0;
font-size: 15px;
color: #566878;
}
.card p strong {
color: #1c2b3a;
}
.card p:last-child {
margin-bottom: 0;
}
.sr-table-wrap {
overflow-x: auto;
margin: 20px 0;
border-radius: 8px;
border: 1px solid #cfd9e6;
}
.sr-table {
width: 100%;
border-collapse: collapse;
background: #fff;
min-width: 600px;
font-size: 15px;
}
.sr-table th, .sr-table td {
border: 1px solid #cfd9e6;
padding: 14px;
text-align: left;
vertical-align: top;
}
.sr-table th {
background: #0b2444;
color: #fff;
font-weight: bold;
border-color: #0b2444;
}
.sr-table tr:nth-child(even) td {
background: #f8fbff;
}
.sr-insight {
background: #edf5fc;
border-left: 4px solid #1a6fbf;
padding: 20px;
margin: 30px 0;
border-radius: 0 8px 8px 0;
}
.sr-insight strong.insight-title {
color: #1a6fbf;
display: block;
margin-bottom: 8px;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.sr-insight p {
margin: 0;
color: #1c2b3a;
}
.sr-editorial {
background: #f4f6f8;
border-left: 4px solid #8e9bad;
}
.sr-editorial strong.editorial-title {
color: #566878;
display: block;
margin-bottom: 8px;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.sr-editorial p {
color: #566878;
font-size: 14px;
margin-bottom: 5px;
}
.sr-editorial p strong {
display: inline;
color: #1c2b3a;
letter-spacing: normal;
text-transform: none;
font-size: 14px;
}
.sr-numbered-list {
counter-reset: sr-counter;
list-style: none;
padding-left: 0;
margin: 20px 0;
}
.sr-numbered-list > li {
counter-increment: sr-counter;
position: relative;
padding-left: 40px;
margin-bottom: 15px;
}
.sr-numbered-list > li::before {
content: counter(sr-counter);
position: absolute;
left: 0;
top: 0;
width: 26px;
height: 26px;
background: #1a6fbf;
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: bold;
}
.sr-bullet-list {
padding-left: 20px;
margin: 20px 0;
}
.sr-bullet-list li {
margin-bottom: 10px;
}
.sr-toc {
background: #f8fbff;
padding: 25px;
border-radius: 12px;
border: 1px solid #cfd9e6;
margin-bottom: 40px;
}
.sr-toc h2 {
border-bottom: none;
margin-bottom: 15px;
padding-bottom: 0;
}
.sr-toc .sr-numbered-list > li {
margin-bottom: 10px;
}
@media (max-width: 600px) {
.cards-grid {
grid-template-columns: 1fr;
}
}

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