

/* 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_5818.css?17812747684487*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5818 */

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

.article-container {
max-width: 900px;
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #2c3e50;
padding: 20px;
}
.article-container h1,
.article-container h2,
.article-container h3,
.article-container h4 {
color: #1a2a3a;
margin-top: 1.5em;
margin-bottom: 0.8em;
}
.article-container h1 {
font-size: 2.2rem;
line-height: 1.2;
margin-top: 0.5em;
}
.article-container h2 {
font-size: 1.8rem;
border-bottom: 2px solid #e9ecef;
padding-bottom: 8px;
}
.article-container h3 {
font-size: 1.4rem;
}
.article-container a {
color: #0056b3;
text-decoration: none;
font-weight: bold;
}
.article-container a:hover {
text-decoration: underline;
}
.breadcrumbs {
font-size: 0.9rem;
color: #6c757d;
margin-bottom: 20px;
}
.breadcrumbs ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.breadcrumbs li {
display: flex;
align-items: center;
}
.article-label {
display: inline-block;
background-color: #e9ecef;
color: #495057;
padding: 4px 10px;
border-radius: 4px;
font-size: 0.85rem;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.subtitle {
font-size: 1.15rem;
color: #495057;
margin-bottom: 30px;
}
.warning-block {
background-color: #fff8e1;
border-left: 5px solid #ffc107;
padding: 20px;
margin: 30px 0;
border-radius: 0 8px 8px 0;
}
.warning-block h2 {
margin-top: 0;
color: #b38600;
font-size: 1.3rem;
border-bottom: none;
}
.red-flags-section {
background-color: #fdf2f2;
border-left: 5px solid #d9534f;
padding: 20px;
margin: 30px 0;
border-radius: 0 8px 8px 0;
}
.red-flags-section h2 {
margin-top: 0;
color: #c9302c;
font-size: 1.3rem;
border-bottom: none;
}
.insight-block {
background-color: #e8f4fd;
border-left: 5px solid #0056b3;
padding: 20px;
margin: 30px 0;
border-radius: 0 8px 8px 0;
font-weight: bold;
color: #004085;
}
.ymyl-disclaimer {
background-color: #f8f9fa;
border-left: 5px solid #6c757d;
padding: 20px;
margin: 30px 0;
border-radius: 0 8px 8px 0;
font-size: 0.95rem;
color: #495057;
}
.expert-opinion {
background-color: #f1f8f5;
border: 1px solid #d1e7dd;
padding: 25px;
margin: 40px 0;
border-radius: 8px;
}
.expert-opinion p {
margin: 0 0 10px 0;
}
.expert-opinion p:last-child {
margin-bottom: 0;
}
.conclusion-section {
background-color: #f4f6f8;
padding: 25px;
margin: 40px 0;
border-radius: 8px;
border-top: 4px solid #2c3e50;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 30px 0;
}
.card {
background-color: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 12px;
padding: 20px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
display: flex;
flex-direction: column;
}
.card h3 {
margin-top: 0;
color: #0056b3;
font-size: 1.25rem;
}
.card ul {
padding-left: 20px;
margin-bottom: 0;
}
.table-responsive {
overflow-x: auto;
margin: 30px 0;
}
.data-table {
width: 100%;
border-collapse: collapse;
background-color: #ffffff;
}
.data-table th,
.data-table td {
border: 1px solid #dee2e6;
padding: 14px;
text-align: left;
vertical-align: top;
}
.data-table th {
background-color: #f8f9fa;
font-weight: bold;
color: #1a2a3a;
}
.data-table tr:nth-child(even) {
background-color: #fbfcfd;
}
.badge {
display: inline-block;
padding: 4px 8px;
border-radius: 4px;
font-size: 0.85rem;
font-weight: bold;
text-align: center;
white-space: nowrap;
}
.badge-emergency {
background-color: #f8d7da;
color: #721c24;
}
.badge-urgent {
background-color: #fff3cd;
color: #856404;
}
.badge-routine {
background-color: #d4edda;
color: #155724;
}
.toc {
background-color: #f8f9fa;
border: 1px solid #e9ecef;
padding: 20px 25px;
border-radius: 8px;
margin: 30px 0;
}
.toc ol {
margin: 0;
padding-left: 20px;
}
.toc li {
margin-bottom: 8px;
}
img {
max-width: 100%;
height: auto;
display: block;
margin: 30px auto;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
ol, ul {
margin-top: 0.5em;
margin-bottom: 1.5em;
padding-left: 1.5em;
}
li {
margin-bottom: 0.5em;
}
.references-section ol {
font-size: 0.9rem;
color: #495057;
}
.references-section li {
margin-bottom: 10px;
}
@media (max-width: 768px) {
.article-container {
padding: 15px;
}
.cards-grid {
grid-template-columns: 1fr;
}
}

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