

/* 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_5753.css?17812628753936*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5753 */

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

.med-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #2c3e50;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
.med-article h1 {
font-size: 2.2em;
color: #1a252f;
margin-bottom: 0.2em;
margin-top: 0.5em;
}
.med-article h2 {
font-size: 1.6em;
color: #2980b9;
border-bottom: 2px solid #ecf0f1;
padding-bottom: 10px;
margin-top: 1.5em;
margin-bottom: 1em;
}
.med-article h3 {
font-size: 1.2em;
color: #2c3e50;
margin-top: 1.2em;
margin-bottom: 0.8em;
}
.med-article p {
margin-bottom: 1.2em;
}
.med-article a {
color: #2980b9;
text-decoration: none;
}
.med-article a:hover {
text-decoration: underline;
}
.med-article ul {
padding-left: 20px;
margin-bottom: 1.5em;
}
.med-article li {
margin-bottom: 0.6em;
}
.numbered-list {
list-style-type: decimal;
}
.breadcrumbs {
background-color: #f8f9fa;
padding: 12px 20px;
border-radius: 8px;
margin-bottom: 20px;
}
.breadcrumbs ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
gap: 10px;
font-size: 0.9em;
}
.breadcrumbs li {
display: flex;
align-items: center;
gap: 10px;
}
.breadcrumbs li a {
color: #7f8c8d;
}
.label {
display: inline-block;
text-transform: uppercase;
font-size: 0.85em;
color: #e67e22;
font-weight: bold;
letter-spacing: 1px;
margin-bottom: 10px;
}
.subtitle {
font-size: 1.15em;
color: #34495e;
margin-bottom: 2em;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 20px 0;
}
.card {
background-color: #f8f9fa;
border: 1px solid #e9ecef;
border-radius: 12px;
padding: 24px;
box-shadow: 0 4px 6px rgba(0,0,0,0.04);
}
.card h3 {
margin-top: 0;
color: #2980b9;
}
.card p:last-child, .card ul:last-child {
margin-bottom: 0;
}
.warning-block {
background-color: #fdedec;
border-left: 6px solid #e74c3c;
padding: 20px;
margin: 24px 0;
border-radius: 0 12px 12px 0;
}
.warning-block strong {
color: #c0392b;
}
.insight-block {
background-color: #e8f8f5;
border-left: 6px solid #1abc9c;
padding: 20px;
margin: 24px 0;
border-radius: 0 12px 12px 0;
}
.insight-block strong {
color: #16a085;
}
.ymyl-block {
background-color: #fef9e7;
border-left: 6px solid #f1c40f;
padding: 20px;
margin: 24px 0;
border-radius: 0 12px 12px 0;
}
.ymyl-block strong {
color: #d35400;
}
.author-block {
background-color: #f2f4f4;
padding: 20px;
margin: 24px 0;
border-radius: 12px;
border: 1px solid #e5e8e8;
}
.final-conclusion {
background-color: #ebf5fb;
padding: 24px;
border-radius: 12px;
margin: 32px 0;
border: 1px solid #d6eaf8;
}
.final-conclusion h2 {
border: none;
margin-top: 0;
padding-bottom: 0;
color: #2471a3;
}
.image-placeholder {
background-color: #ecf0f1;
padding: 30px 20px;
text-align: center;
color: #7f8c8d;
border: 2px dashed #bdc3c7;
border-radius: 12px;
margin: 24px 0;
}
table {
width: 100%;
border-collapse: collapse;
margin: 24px 0;
background: #ffffff;
border-radius: 8px;
overflow: hidden;
}
th, td {
border: 1px solid #dcdde1;
padding: 14px 16px;
text-align: left;
vertical-align: top;
}
th {
background-color: #34495e;
color: #ffffff;
font-weight: bold;
}
tr:nth-child(even) {
background-color: #f8f9fa;
}
.td-urgent {
color: #c0392b;
}
.td-warn {
color: #d35400;
}
.td-plan {
color: #27ae60;
}
.toc-section {
background-color: #f4f6f7;
padding: 24px;
border-radius: 12px;
margin: 24px 0;
}
.toc-section h2 {
margin-top: 0;
border: none;
padding: 0;
}
.toc-section ul {
list-style-type: none;
padding: 0;
}
.toc-section li {
margin-bottom: 8px;
}
@media (max-width: 768px) {
.cards-grid {
grid-template-columns: 1fr;
}
table {
display: block;
overflow-x: auto;
white-space: nowrap;
}
th, td {
white-space: normal;
min-width: 120px;
}
}

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