

/* 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_6078.css?17819508644359*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6078 */

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

.medical-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #1c2b3a;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
.medical-article * {
box-sizing: border-box;
}
.medical-article h1 {
font-size: 2.2em;
color: #0b2444;
margin-bottom: 15px;
line-height: 1.2;
}
.medical-article h2 {
font-size: 1.8em;
color: #0b2444;
margin-top: 40px;
margin-bottom: 20px;
border-bottom: 2px solid #edf5fc;
padding-bottom: 10px;
}
.medical-article h3 {
font-size: 1.4em;
color: #145499;
margin-top: 30px;
margin-bottom: 15px;
}
.medical-article p {
margin-bottom: 15px;
}
.medical-article a {
color: #1a6fbf;
text-decoration: underline;
text-underline-offset: 2px;
}
.medical-article a:hover {
color: #145499;
}
.medical-article ul, .medical-article ol {
margin-bottom: 20px;
padding-left: 20px;
}
.medical-article li {
margin-bottom: 8px;
}
.medical-article img {
max-width: 100%;
height: auto;
display: block;
border-radius: 8px;
margin: 25px 0;
}
.breadcrumbs {
display: flex;
gap: 8px;
font-size: 0.9em;
color: #566878;
margin-bottom: 20px;
}
.breadcrumbs a {
color: #566878;
text-decoration: none;
}
.breadcrumbs a:hover {
color: #1a6fbf;
}
.badge {
display: inline-block;
padding: 4px 10px;
background: #e0f7fa;
color: #00796b;
border-radius: 4px;
font-size: 0.85em;
font-weight: bold;
margin-bottom: 15px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.alert-danger {
background-color: #fff5f4;
border: 1px solid #e8a9a2;
border-left: 4px solid #c0392b;
padding: 20px;
border-radius: 0 8px 8px 0;
margin: 25px 0;
}
.alert-danger strong {
color: #c0392b;
display: block;
margin-bottom: 10px;
font-size: 1.1em;
}
.alert-info {
background-color: #e9f7f1;
border: 1px solid #bce6d3;
border-left: 4px solid #1a7a50;
padding: 20px;
border-radius: 0 8px 8px 0;
margin: 25px 0;
}
.toc {
background: #edf5fc;
padding: 20px 25px;
border-radius: 12px;
margin: 30px 0;
}
.toc strong {
display: block;
font-size: 1.1em;
margin-bottom: 15px;
color: #0b2444;
}
.toc ol {
margin: 0;
columns: 1;
}
.data-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #ffffff;
font-size: 0.95em;
}
.data-table th, .data-table td {
border: 1px solid #cfd9e6;
padding: 14px;
vertical-align: top;
}
.data-table th {
background-color: #0b2444;
color: #ffffff;
text-align: left;
font-weight: bold;
}
.data-table tr:nth-child(even) td {
background-color: #f5faff;
}
.status-badge {
display: inline-block;
padding: 3px 8px;
border-radius: 4px;
font-size: 0.85em;
font-weight: bold;
}
.status-green { background: #e8f5e9; color: #2e7d32; }
.status-orange { background: #fff3e0; color: #e65100; }
.status-blue { background: #e3f2fd; color: #1565c0; }
.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-top: 4px solid #1a6fbf;
border-radius: 10px;
padding: 20px;
box-shadow: 0 2px 18px rgba(11,36,68,0.05);
}
.card h3 {
margin-top: 0;
margin-bottom: 12px;
font-size: 1.2em;
color: #0b2444;
}
.faq-container {
margin: 30px 0;
}
.faq-item {
background: #f9fbfd;
border: 1px solid #cfd9e6;
border-radius: 8px;
margin-bottom: 10px;
padding: 5px 15px;
}
.faq-summary {
font-weight: bold;
cursor: pointer;
padding: 15px 0;
color: #0b2444;
font-size: 1.05em;
}
.faq-item p {
margin-top: 0;
padding-bottom: 15px;
color: #333;
}
.editorial-box {
background: #fdfdfd;
border: 1px solid #e0e0e0;
padding: 20px;
border-radius: 8px;
font-size: 0.9em;
margin-top: 40px;
}
.disclaimer-box {
background-color: #fff4e6;
border-left: 4px solid #b05c00;
padding: 15px 20px;
margin-top: 25px;
font-size: 0.9em;
color: #555;
border-radius: 0 8px 8px 0;
}
.references-list {
font-size: 0.85em;
word-break: break-all;
border-top: 1px solid #cfd9e6;
padding-top: 20px;
margin-top: 40px;
}
hr {
border: none;
border-top: 1px solid #cfd9e6;
margin: 40px 0;
}
@media (min-width: 768px) {
.toc ol {
columns: 2;
gap: 30px;
}
}
@media (max-width: 600px) {
.data-table {
display: block;
overflow-x: auto;
white-space: nowrap;
}
}

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