

/* 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_5703.css?17812593064590*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5703 */

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

/* CSS Reset and Base Styles */
* {
box-sizing: border-box;
}

.med-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #1c2b3a;
max-width: 900px;
margin: 0 auto;
padding: 20px;
background-color: #ffffff;
}

.med-article h1,
.med-article h2,
.med-article h3 {
color: #0b2444;
line-height: 1.3;
}

.med-article h1 {
font-size: 2.2rem;
margin: 0.5em 0 0.8em;
}

.med-article h2 {
font-size: 1.6rem;
margin: 1.8em 0 1em;
padding-bottom: 8px;
border-bottom: 2px solid #edf5fc;
}

.med-article h3 {
font-size: 1.25rem;
margin: 1.2em 0 0.8em;
}

.med-article p {
margin: 0 0 1.2em;
}

.med-article a {
color: #1a6fbf;
text-decoration: underline;
text-underline-offset: 2px;
}

.med-article a:hover {
color: #145499;
}

.med-article img {
max-width: 100%;
height: auto;
display: block;
border-radius: 14px;
margin: 2em 0;
box-shadow: 0 4px 28px rgba(11, 36, 68, 0.08);
}

/* Lists */
.med-article ul {
margin: 0 0 1.5em;
padding-left: 24px;
}

.med-article li {
margin-bottom: 0.6em;
}

.numbered-list {
list-style: none;
padding-left: 0;
counter-reset: custom-counter;
}

.numbered-list > li {
position: relative;
padding-left: 32px;
margin-bottom: 1em;
}

.numbered-list > li::before {
content: counter(custom-counter);
counter-increment: custom-counter;
position: absolute;
left: 0;
top: 0;
width: 24px;
height: 24px;
background-color: #1a6fbf;
color: #ffffff;
font-size: 0.85rem;
font-weight: bold;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}

/* Breadcrumbs */
.breadcrumbs {
font-size: 0.85rem;
color: #566878;
margin-bottom: 1.5em;
}

.breadcrumbs a {
color: #566878;
text-decoration: none;
}

.breadcrumbs a:hover {
color: #1a6fbf;
}

.badge {
display: inline-block;
background-color: #e9f7f1;
color: #1a7a50;
padding: 6px 12px;
border-radius: 20px;
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 1em;
}

/* Table Styles */
.table-responsive {
overflow-x: auto;
margin: 2em 0;
border-radius: 8px;
box-shadow: 0 2px 18px rgba(11, 36, 68, 0.05);
}

.med-article table {
width: 100%;
border-collapse: collapse;
min-width: 600px;
background-color: #ffffff;
}

.med-article th,
.med-article td {
padding: 14px 18px;
border: 1px solid #cfd9e6;
text-align: left;
vertical-align: top;
}

.med-article th {
background-color: #0b2444;
color: #ffffff;
font-weight: bold;
font-size: 0.95rem;
}

.med-article tr:nth-child(even) td {
background-color: #f8fbff;
}

.med-article tr:hover td {
background-color: #edf5fc;
}

/* Grid & Cards */
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 2em 0;
}

.card {
background-color: #ffffff;
border: 1px solid #cfd9e6;
border-radius: 14px;
padding: 24px;
box-shadow: 0 4px 20px rgba(11, 36, 68, 0.05);
display: flex;
flex-direction: column;
}

.card h3 {
margin-top: 0;
color: #1a6fbf;
}

.card p:last-child {
margin-bottom: 0;
}

/* Semantic Colored Blocks */
.warning-block,
.danger-block,
.insight-block,
.conclusion-block,
.editorial-block,
.toc-block {
padding: 20px 24px;
border-radius: 0 14px 14px 0;
margin: 2em 0;
}

.warning-block {
background-color: #fff4e6;
border-left: 6px solid #b05c00;
}

.danger-block {
background-color: #fff5f4;
border-left: 6px solid #c0392b;
}

.danger-block strong {
color: #c0392b;
}

.insight-block {
background-color: #edf5fc;
border-left: 6px solid #1a6fbf;
}

.conclusion-block {
background-color: #e9f7f1;
border-left: 6px solid #1a7a50;
border-radius: 14px;
}

.toc-block {
background-color: #f8fbff;
border: 1px solid #cfd9e6;
border-radius: 14px;
}

.toc-block h3 {
margin-top: 0;
}

.editorial-block {
background-color: #f8f9fa;
border: 1px solid #e2e8f0;
border-radius: 14px;
font-size: 0.9rem;
}

.disclaimer-block {
background-color: #f1f5f9;
border-left: 6px solid #64748b;
padding: 16px 20px;
margin: 2em 0;
font-size: 0.85rem;
color: #475569;
border-radius: 0 8px 8px 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
.med-article {
padding: 15px;
}

.med-article h1 {
font-size: 1.8rem;
}

.med-article h2 {
font-size: 1.4rem;
}

.cards-grid {
grid-template-columns: 1fr;
}

.warning-block,
.danger-block,
.insight-block,
.conclusion-block {
padding: 16px;
}
}

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