

/* 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_2360.css?17818789004530*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=2360 */

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

.main-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
max-width: 900px;
margin: 0 auto;
padding: 20px;
color: #1c2b3a;
}
.main-article h1,
.main-article h2,
.main-article h3 {
color: #0b2444;
margin-top: 1.5em;
margin-bottom: 0.8em;
line-height: 1.3;
}
.main-article h1 {
font-size: 2.2rem;
margin-top: 0.5em;
}
.main-article h2 {
font-size: 1.8rem;
border-bottom: 2px solid #edf5fc;
padding-bottom: 10px;
}
.main-article h3 {
font-size: 1.3rem;
}
.main-article p,
.main-article ul,
.main-article li {
margin-bottom: 1em;
font-size: 1rem;
}
.main-article ul {
padding-left: 20px;
}
.main-article a {
color: #1a6fbf;
text-decoration: none;
}
.main-article a:hover {
text-decoration: underline;
color: #145499;
}
.main-article img {
max-width: 100%;
height: auto;
border-radius: 12px;
display: block;
margin: 24px auto;
box-shadow: 0 4px 20px rgba(11, 36, 68, 0.08);
}
.breadcrumbs {
font-size: 0.9rem;
color: #566878;
margin-bottom: 20px;
display: flex;
flex-wrap: wrap;
gap: 6px;
align-items: center;
}
.breadcrumbs a {
color: #566878;
}
.clinical-tag {
display: inline-block;
background-color: #e9f7f1;
color: #1a7a50;
border: 1px solid #a8dfc6;
padding: 4px 12px;
border-radius: 20px;
font-size: 0.85rem;
font-weight: bold;
margin-bottom: 10px;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.subtitle {
font-size: 1.15rem;
color: #566878;
}
.alert-warning {
background-color: #fff4e6;
border-left: 5px solid #b05c00;
border-radius: 0 12px 12px 0;
padding: 18px 20px;
margin: 24px 0;
}
.alert-warning strong {
color: #b05c00;
}
.alert-danger {
background-color: #fff5f4;
border-left: 5px solid #e8a9a2;
border-radius: 0 12px 12px 0;
padding: 18px 20px;
margin: 24px 0;
}
.alert-danger strong {
color: #c0392b;
}
.insight-block {
background: linear-gradient(135deg, #f0f7ff, #edf5fc);
border: 1px solid #b6d5f0;
border-left: 4px solid #1a6fbf;
border-radius: 0 12px 12px 0;
padding: 18px 20px;
margin: 24px 0;
}
.insight-block strong {
color: #1a6fbf;
display: block;
margin-bottom: 6px;
text-transform: uppercase;
font-size: 0.85rem;
letter-spacing: 0.05em;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 24px 0;
}
.card {
background-color: #ffffff;
border: 1px solid #cfd9e6;
padding: 24px;
border-radius: 14px;
box-shadow: 0 2px 18px rgba(11, 36, 68, 0.05);
}
.card h3 {
margin-top: 0;
color: #0b2444;
font-size: 1.15rem;
margin-bottom: 12px;
}
.card p:last-child,
.card ul:last-child {
margin-bottom: 0;
}
.table-responsive {
overflow-x: auto;
margin: 24px 0;
}
table {
width: 100%;
border-collapse: collapse;
background-color: #ffffff;
font-size: 0.95rem;
}
th, td {
border: 1px solid #cfd9e6;
padding: 14px;
text-align: left;
vertical-align: top;
}
th {
background-color: #0b2444;
color: #ffffff;
font-weight: bold;
}
tr:nth-child(even) td {
background-color: #f5faff;
}
.status-green {
color: #1a7a50;
font-weight: bold;
}
.status-orange {
color: #b05c00;
font-weight: bold;
}
.status-red {
color: #c0392b;
font-weight: bold;
}
.status-blue {
color: #1a6fbf;
font-weight: bold;
}
.editorial-card {
background-color: #edf5fc;
padding: 24px;
border-radius: 14px;
border: 1px solid #cfd9e6;
margin: 40px 0;
}
.editorial-card h2 {
margin-top: 0;
border-bottom: none;
padding-bottom: 0;
}
.toc {
background-color: #edf5fc;
padding: 24px;
border-radius: 14px;
margin: 24px 0;
}
.toc h2 {
margin-top: 0;
font-size: 1.2rem;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #566878;
border-bottom: none;
padding-bottom: 0;
}
.step-list {
counter-reset: step-counter;
list-style-type: none;
padding-left: 0;
}
.step-list li {
counter-increment: step-counter;
margin-bottom: 12px;
position: relative;
padding-left: 36px;
}
.step-list li::before {
content: counter(step-counter);
position: absolute;
left: 0;
top: 0;
width: 24px;
height: 24px;
background-color: #1a6fbf;
color: #ffffff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.85rem;
font-weight: bold;
}
@media (max-width: 768px) {
.main-article h1 { font-size: 1.8rem; }
.main-article h2 { font-size: 1.5rem; }
th, td { padding: 10px; font-size: 0.9rem; }
.cards-grid { grid-template-columns: 1fr; }
}

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