

/* 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_5605.css?17810995844011*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5605 */

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

.main-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #333333;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}

.main-article h1 {
font-size: 2.2em;
color: #1a202c;
margin-top: 0.5em;
margin-bottom: 0.5em;
line-height: 1.2;
}

.main-article h2 {
font-size: 1.6em;
color: #2d3748;
margin-top: 1.8em;
margin-bottom: 0.8em;
border-bottom: 2px solid #e2e8f0;
padding-bottom: 0.3em;
}

.main-article h3 {
font-size: 1.3em;
color: #2d3748;
margin-top: 1.5em;
margin-bottom: 0.6em;
}

.main-article p,
.main-article .paragraph {
margin-bottom: 1.2em;
}

.main-article a {
color: #3182ce;
text-decoration: none;
font-weight: bold;
}

.main-article a:hover {
text-decoration: underline;
}

.main-article img {
max-width: 100%;
height: auto;
display: block;
margin: 30px auto;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.breadcrumbs {
margin-bottom: 20px;
}

.breadcrumbs ul {
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 8px;
font-size: 0.9em;
margin: 0;
}

.breadcrumbs li {
display: flex;
align-items: center;
color: #718096;
}

.breadcrumbs li:not(:last-child)::after {
content: "/";
margin-left: 8px;
color: #a0aec0;
}

.label {
display: inline-block;
padding: 4px 12px;
border-radius: 20px;
background-color: #edf2f7;
color: #4a5568;
font-size: 0.85em;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 10px;
letter-spacing: 0.05em;
}

.subtitle {
font-size: 1.15em;
color: #4a5568;
margin-bottom: 2em;
}

ul:not(.numbered-list) {
list-style-type: disc;
padding-left: 20px;
margin-bottom: 1.2em;
}

ul:not(.numbered-list) li {
margin-bottom: 8px;
}

.numbered-list {
counter-reset: custom-counter;
list-style-type: none;
padding-left: 0;
margin-bottom: 1.5em;
}

.numbered-list > li {
counter-increment: custom-counter;
margin-bottom: 12px;
padding-left: 30px;
position: relative;
}

.numbered-list > li::before {
content: counter(custom-counter) ".";
position: absolute;
left: 0;
font-weight: bold;
color: #3182ce;
background-color: #ebf8ff;
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
font-size: 0.85em;
top: 2px;
}

.toc {
background-color: #f7fafc;
padding: 20px 25px;
border-radius: 8px;
margin: 2em 0;
border: 1px solid #e2e8f0;
}

.toc h2 {
margin-top: 0;
border-bottom: none;
}

.table-responsive {
width: 100%;
overflow-x: auto;
margin-bottom: 2em;
}

table {
width: 100%;
border-collapse: collapse;
min-width: 700px;
}

th, td {
border: 1px solid #e2e8f0;
padding: 14px 16px;
text-align: left;
vertical-align: top;
}

th {
font-weight: bold;
background-color: #edf2f7;
color: #2d3748;
}

tr:nth-child(even) {
background-color: #f7fafc;
}

.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin-bottom: 2em;
}

.card {
background-color: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 8px;
padding: 20px;
display: flex;
flex-direction: column;
}

.card h3 {
margin-top: 0;
color: #2b6cb0;
}

.bg-warning {
background-color: #fffaf0;
border-left: 4px solid #dd6b20;
padding: 20px;
border-radius: 4px;
margin: 2em 0;
}

.bg-insight {
background-color: #f0fff4;
border-left: 4px solid #38a169;
padding: 20px;
border-radius: 4px;
margin: 2em 0;
}

.bg-conclusion {
background-color: #ebf8ff;
border-left: 4px solid #3182ce;
padding: 25px;
border-radius: 8px;
margin: 2.5em 0;
}

.bg-expert {
background-color: #faf5ff;
border-left: 4px solid #805ad5;
padding: 20px;
border-radius: 4px;
margin: 2em 0;
}

.inline-italic {
display: inline;
font-style: italic;
}

@media (max-width: 600px) {
.main-article {
padding: 15px;
}
.cards-grid {
grid-template-columns: 1fr;
}
}

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