

/* 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_6197.css?17822996443399*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6197 */

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

:root {
--primary-color: #0b2444;
--secondary-color: #1a6fbf;
--accent-color: #c0392b;
--success-color: #1a7a50;
--bg-light: #f8fbff;
--bg-summary: #edf5fc;
--bg-warning: #fff5f4;
--bg-info: #f9f9f9;
--border-color: #cfd9e6;
--text-main: #333333;
--text-muted: #566878;
}

.article-container {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: var(--text-main);
max-width: 900px;
margin: 0 auto;
padding: 20px;
}

.article-container h1,
.article-container h2,
.article-container h3 {
color: var(--primary-color);
margin-top: 1.5em;
margin-bottom: 0.5em;
}

.article-container h1 {
font-size: 2.2em;
line-height: 1.2;
}

.article-container h2 {
font-size: 1.6em;
border-bottom: 2px solid var(--bg-summary);
padding-bottom: 10px;
}

.article-container h3 {
font-size: 1.3em;
}

.article-container p {
margin-bottom: 15px;
}

.article-container a {
color: var(--secondary-color);
text-decoration: none;
}

.article-container a:hover {
text-decoration: underline;
}

.article-container img {
max-width: 100%;
height: auto;
border-radius: 8px;
margin: 20px auto;
display: block;
}

.breadcrumb-wrap {
display: flex;
flex-wrap: wrap;
gap: 8px;
font-size: 0.9em;
margin-bottom: 20px;
color: var(--text-muted);
}

.breadcrumb-wrap a {
color: var(--text-muted);
}

.tag-badge {
display: inline-block;
padding: 4px 12px;
background: #e9f7f1;
color: var(--success-color);
border-radius: 4px;
font-weight: bold;
font-size: 0.85em;
margin-bottom: 15px;
}

.ymyl-block {
background-color: var(--bg-warning);
border-left: 5px solid var(--accent-color);
padding: 20px;
margin: 20px 0;
border-radius: 0 8px 8px 0;
}

.ymyl-block strong {
color: var(--accent-color);
}

.summary-block {
background-color: var(--bg-summary);
border-left: 5px solid var(--secondary-color);
padding: 20px;
margin: 20px 0;
border-radius: 0 8px 8px 0;
}

.info-block {
background-color: var(--bg-info);
padding: 20px;
margin: 20px 0;
border-radius: 8px;
border: 1px solid var(--border-color);
}

.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 20px 0;
}

.card {
background: #ffffff;
border: 1px solid var(--border-color);
border-radius: 12px;
padding: 20px;
}

.card h3 {
margin-top: 0;
color: var(--secondary-color);
}

.table-responsive {
overflow-x: auto;
margin: 20px 0;
}

.custom-table {
width: 100%;
border-collapse: collapse;
font-size: 0.95em;
}

.custom-table th,
.custom-table td {
border: 1px solid var(--border-color);
padding: 12px 15px;
text-align: left;
vertical-align: top;
}

.custom-table th {
background-color: var(--primary-color);
color: #ffffff;
font-weight: bold;
}

.custom-table tr:nth-child(even) {
background-color: var(--bg-light);
}

.article-container ul {
padding-left: 20px;
margin-bottom: 20px;
}

.article-container li {
margin-bottom: 10px;
}

.custom-ol {
counter-reset: custom-counter;
list-style-type: none;
padding-left: 0;
}

.custom-ol > li {
counter-increment: custom-counter;
position: relative;
padding-left: 30px;
margin-bottom: 12px;
}

.custom-ol > li::before {
content: counter(custom-counter) ".";
position: absolute;
left: 0;
top: 0;
font-weight: bold;
color: var(--secondary-color);
}

.references-list {
font-size: 0.9em;
word-break: break-all;
}

@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_6197.css?17822996443399 */
