

/* 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_5997.css?17818797094513*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5997 */

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

.main-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #212529;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
.main-article h1,
.main-article h2,
.main-article h3 {
color: #1a3c61;
margin-top: 1.5em;
margin-bottom: 0.8em;
}
.main-article h1 {
font-size: 2.2em;
margin-bottom: 0.4em;
line-height: 1.2;
}
.main-article h2 {
font-size: 1.8em;
border-bottom: 2px solid #ecf0f1;
padding-bottom: 8px;
}
.main-article h3 {
font-size: 1.3em;
}
.main-article p {
margin-bottom: 1.2em;
}
.main-article a {
color: #0056b3;
text-decoration: none;
}
.main-article a:hover {
text-decoration: underline;
}
.main-article strong {
font-weight: bold;
color: #111;
}
.main-article img {
max-width: 100%;
height: auto;
display: block;
margin: 30px auto;
border-radius: 8px;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.main-article ul {
margin: 10px 0 20px 20px;
padding: 0;
}
.main-article li {
margin-bottom: 8px;
}
.ordered-list {
list-style-type: decimal;
}

/* %;51=K5 :@>H:8 */
.breadcrumbs {
font-size: 0.9em;
color: #6c757d;
margin-bottom: 20px;
}
.breadcrumbs ul {
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 0;
}
.breadcrumbs li::after {
content: '/';
margin-left: 8px;
color: #adb5bd;
}
.breadcrumbs li:last-child::after {
content: '';
}

/* (0?:0 AB0BL8 */
.article-header {
margin-bottom: 40px;
}
.article-tag {
display: inline-block;
background: #e9ecef;
color: #495057;
padding: 6px 12px;
border-radius: 4px;
font-size: 0.85em;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 15px;
}
.subtitle {
font-size: 1.2em;
color: #495057;
border-left: 4px solid #0056b3;
padding-left: 18px;
margin-bottom: 30px;
}

/* !<KA;>2K5 1;>:8 (=A09BK, @54C?@5645=8O) */
.alert-warning {
background-color: #fff3cd;
border-left: 5px solid #ffc107;
padding: 20px;
margin: 25px 0;
border-radius: 4px;
}
.alert-danger {
background-color: #ffebee;
border-left: 5px solid #f44336;
padding: 20px;
margin: 25px 0;
border-radius: 4px;
}
.alert-danger h3 {
color: #c62828;
margin-top: 0;
}
.insight-block {
background-color: #e8f4fd;
border-left: 4px solid #2196f3;
padding: 18px 20px;
margin: 25px 0;
border-radius: 4px;
font-style: italic;
color: #0d47a1;
}
.conclusion-block {
background-color: #e8f5e9;
border-left: 5px solid #4caf50;
padding: 25px 30px;
margin: 40px 0;
border-radius: 8px;
}
.conclusion-block h2 {
margin-top: 0;
border-bottom: none;
color: #2e7d32;
}

/* "5:AB>2K5 0:F5=BK */
.text-danger {
color: #d32f2f;
}
.text-warning {
color: #e65100;
}

/* 3;02;5=85 */
.toc {
background: #f8f9fa;
padding: 25px 30px;
border-radius: 8px;
margin: 30px 0;
border: 1px solid #e9ecef;
}
.toc h3 {
margin-top: 0;
margin-bottom: 15px;
}

/* "01;8FK */
.table-wrapper {
overflow-x: auto;
margin: 30px 0;
}
.main-article table {
width: 100%;
border-collapse: collapse;
min-width: 650px;
}
.main-article th,
.main-article td {
border: 1px solid #dee2e6;
padding: 14px 18px;
text-align: left;
vertical-align: top;
}
.main-article th {
background-color: #f1f3f5;
font-weight: bold;
color: #212529;
}
.main-article tr:nth-child(even) td {
background-color: #f8f9fa;
}

/* !5B:0 :0@B>G5: */
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 25px;
margin: 30px 0;
}
.card {
background: #ffffff;
border: 1px solid #e0e0e0;
border-top: 4px solid #0056b3;
border-radius: 8px;
padding: 25px;
box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}
.card h3 {
margin-top: 0;
margin-bottom: 15px;
font-size: 1.2em;
color: #1a3c61;
}
.card ul {
margin-bottom: 0;
}

/* >420; AB0BL8 (2B>@K, 8A:;59<5@) */
.author-block {
background-color: #f1f8e9;
padding: 20px 25px;
border-radius: 8px;
margin-top: 50px;
font-size: 0.95em;
border: 1px solid #c5e1a5;
}
.author-block ul {
list-style: none;
margin: 0;
padding: 0;
}
.author-block li {
margin-bottom: 6px;
}
.disclaimer {
background-color: #fafafa;
border: 1px solid #ddd;
padding: 20px 25px;
margin-top: 25px;
font-size: 0.9em;
color: #555;
border-radius: 8px;
}

@media (max-width: 768px) {
.cards-grid {
grid-template-columns: 1fr;
}
.main-article {
padding: 15px;
}
.main-article h1 {
font-size: 1.8em;
}
.main-article h2 {
font-size: 1.5em;
}
}

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