

/* 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_5575.css?17810966233870*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5575 */

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

.article-container {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
max-width: 900px;
margin: 0 auto;
color: #333333;
padding: 20px;
}
.breadcrumbs {
font-size: 0.9em;
color: #666666;
margin-bottom: 25px;
}
.breadcrumbs a {
color: #0066cc;
text-decoration: none;
}
.breadcrumbs a:hover {
text-decoration: underline;
}
.article-header {
margin-bottom: 35px;
}
.label {
display: inline-block;
font-size: 0.85em;
text-transform: uppercase;
color: #0066cc;
font-weight: bold;
margin-bottom: 15px;
}
h1 {
font-size: 2.2em;
color: #1a1a1a;
margin: 0 0 15px 0;
line-height: 1.3;
}
.subtitle {
font-size: 1.1em;
color: #555555;
}
h2 {
font-size: 1.6em;
color: #2c3e50;
margin: 40px 0 20px 0;
padding-bottom: 8px;
border-bottom: 2px solid #ecf0f1;
}
h3 {
font-size: 1.2em;
color: #2c3e50;
margin: 25px 0 15px 0;
}
p, li {
font-size: 1.05em;
margin-bottom: 15px;
}
ul {
margin-bottom: 25px;
padding-left: 25px;
}
.ordered-list {
list-style-type: decimal;
}
a {
color: #0066cc;
text-decoration: underline;
}
a:hover {
color: #004c99;
}
.warning-block {
background-color: #fff3cd;
border-left: 5px solid #ffc107;
padding: 20px;
margin: 30px 0;
border-radius: 4px;
}
.warning-block p {
margin-top: 10px;
margin-bottom: 15px;
}
.danger-block {
background-color: #f8d7da;
border-left: 5px solid #dc3545;
padding: 20px;
margin: 30px 0;
border-radius: 4px;
}
.danger-block h2 {
margin-top: 0;
border-bottom: none;
color: #dc3545;
}
.insight-block {
background-color: #e8f5e9;
border-left: 5px solid #4caf50;
padding: 15px 20px;
margin: 25px 0;
border-radius: 4px;
}
.insight-block strong {
color: #2e7d32;
}
.toc-block {
background-color: #f8f9fa;
padding: 25px;
border-radius: 8px;
margin: 30px 0;
}
.toc-block h3 {
margin-top: 0;
}
.toc-block ul {
list-style-type: none;
padding-left: 0;
}
.toc-block li {
margin-bottom: 10px;
}
.conclusion-block {
background-color: #e3f2fd;
padding: 25px;
border-radius: 8px;
margin: 45px 0;
border-left: 5px solid #2196f3;
}
.conclusion-block h2 {
margin-top: 0;
border-bottom: none;
}
.table-responsive {
overflow-x: auto;
margin: 25px 0;
}
table {
width: 100%;
border-collapse: collapse;
min-width: 700px;
font-size: 0.95em;
background-color: #ffffff;
}
th, td {
border: 1px solid #dee2e6;
padding: 15px;
text-align: left;
vertical-align: top;
}
th {
background-color: #f8f9fa;
font-weight: bold;
color: #495057;
}
tr:nth-child(even) {
background-color: #fcfcfc;
}
.text-urgent {
color: #dc3545;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin: 25px 0;
}
.card {
background-color: #fdfdfd;
border: 1px solid #e9ecef;
padding: 25px;
border-radius: 8px;
}
.card-highlight {
background-color: #f4f6f8;
border-top: 4px solid #0066cc;
}
.card h3 {
margin-top: 0;
color: #0056b3;
font-size: 1.1em;
}
.img-wrapper {
text-align: center;
margin: 40px 0;
background-color: #f8f9fa;
padding: 20px;
border-radius: 8px;
border: 1px solid #e9ecef;
}
.img-wrapper img {
max-width: 100%;
height: auto;
border-radius: 4px;
}
.img-caption {
font-size: 0.9em;
color: #6c757d;
margin-top: 15px;
margin-bottom: 0;
}
.editorial-block {
background-color: #f8f9fa;
padding: 25px;
border-radius: 8px;
margin-top: 50px;
font-size: 0.95em;
}
.editorial-block h3 {
margin-top: 0;
}
.editorial-block p {
margin-bottom: 10px;
}
.disclaimer {
background-color: #e9ecef;
border-left: 5px solid #6c757d;
padding: 20px;
margin-top: 25px;
font-size: 0.9em;
}
.references-list {
font-size: 0.9em;
word-break: break-all;
}
@media (max-width: 768px) {
.cards-grid {
grid-template-columns: 1fr;
}
}

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