

/* 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_5645.css?17811219093970*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5645 */

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

.article-container {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
max-width: 900px;
margin: 0 auto;
padding: 20px;
color: #212529;
}
.article-container h1 {
font-size: 2.2em;
color: #1a3a5c;
margin-bottom: 0.5em;
line-height: 1.2;
}
.article-container h2 {
font-size: 1.8em;
color: #1a3a5c;
border-bottom: 2px solid #e9ecef;
padding-bottom: 10px;
margin-top: 1.8em;
margin-bottom: 1em;
line-height: 1.3;
}
.article-container h3 {
font-size: 1.3em;
color: #2c5282;
margin-top: 1.5em;
margin-bottom: 0.8em;
}
.article-container p {
margin-bottom: 1em;
}
.article-container a {
color: #0056b3;
text-decoration: underline;
}
.article-container a:hover {
color: #003d82;
text-decoration: none;
}
.breadcrumbs {
font-size: 0.9em;
color: #6c757d;
margin-bottom: 25px;
}
.breadcrumbs a {
color: #6c757d;
text-decoration: none;
}
.breadcrumbs a:hover {
text-decoration: underline;
}
.label {
display: inline-block;
background: #e3f2fd;
color: #0056b3;
padding: 4px 10px;
border-radius: 4px;
font-size: 0.85em;
font-weight: bold;
margin-bottom: 15px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.subtitle {
font-size: 1.15em;
color: #495057;
margin-bottom: 20px;
}
.warning-block {
background-color: #fff3cd;
border-left: 5px solid #ffc107;
padding: 18px;
margin: 25px 0;
border-radius: 0 6px 6px 0;
}
.danger-block {
background-color: #fff5f5;
border-left: 5px solid #dc3545;
padding: 18px;
margin: 25px 0;
border-radius: 0 6px 6px 0;
}
.danger-block h3 {
color: #dc3545;
margin-top: 0;
}
.chunk {
background-color: #f8f9fa;
border-left: 5px solid #0056b3;
padding: 18px;
margin: 25px 0;
border-radius: 0 6px 6px 0;
}
.meta-block {
background-color: #f1f3f5;
padding: 20px;
border-radius: 8px;
margin-top: 40px;
font-size: 0.95em;
}
.meta-block p {
margin-bottom: 0.5em;
}
.disclaimer-block {
background-color: #e9ecef;
padding: 18px;
margin-top: 20px;
font-size: 0.9em;
border-left: 4px solid #adb5bd;
border-radius: 0 6px 6px 0;
}
.toc {
background: #f8f9fa;
border: 1px solid #e9ecef;
padding: 20px 25px;
border-radius: 8px;
margin: 25px 0;
}
.toc ul {
list-style-type: none;
padding-left: 0;
margin: 0;
}
.toc li {
margin-bottom: 10px;
}
.article-container ul {
margin-bottom: 1.5em;
padding-left: 25px;
}
.article-container li {
margin-bottom: 0.5em;
}
.numbered-list {
list-style-type: decimal;
}
table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #ffffff;
font-size: 0.95em;
}
th, td {
border: 1px solid #dee2e6;
padding: 14px;
text-align: left;
vertical-align: top;
}
th {
background-color: #f1f3f5;
font-weight: bold;
color: #212529;
}
tr:nth-child(even) {
background-color: #f8f9fa;
}
img {
max-width: 100%;
height: auto;
display: block;
margin: 25px auto;
border-radius: 8px;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 20px;
margin: 25px 0;
}
.card {
background: #fdfdfe;
border: 1px solid #e9ecef;
border-top: 4px solid #0056b3;
border-radius: 8px;
padding: 20px;
box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}
.card h3 {
margin-top: 0;
color: #1a3a5c;
font-size: 1.15em;
}
.badge {
display: inline-block;
padding: 5px 10px;
border-radius: 4px;
font-size: 0.85em;
font-weight: bold;
color: #ffffff;
margin-bottom: 5px;
}
.badge-blue { background: #82c0f9; color: #1a3a5c; }
.badge-red { background: #e06653; }
.badge-orange { background: #e8a02a; }
.badge-green { background: #85d685; color: #1a3a5c; }

@media (max-width: 768px) {
table {
display: block;
overflow-x: auto;
white-space: nowrap;
}
.cards-grid {
grid-template-columns: 1fr;
}
.article-container {
padding: 15px;
}
.article-container h1 {
font-size: 1.8em;
}
.article-container h2 {
font-size: 1.5em;
}
}

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