

/* 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_6364.css?17825550104303*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6364 */

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

.article-wrapper {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #1c2b3a;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
.article-wrapper h1, .article-wrapper h2, .article-wrapper h3 {
color: #0b2444;
}
.article-wrapper h1 {
font-size: 2.2em;
margin-top: 0.2em;
margin-bottom: 0.4em;
line-height: 1.2;
}
.article-wrapper h2 {
font-size: 1.6em;
margin-top: 1.5em;
margin-bottom: 0.8em;
padding-bottom: 10px;
border-bottom: 2px solid #edf5fc;
}
.article-wrapper h3 {
font-size: 1.25em;
margin-top: 1.2em;
margin-bottom: 0.6em;
}
.article-wrapper p {
margin-top: 0;
margin-bottom: 1.2em;
}
.article-wrapper a {
color: #1a6fbf;
text-decoration: none;
border-bottom: 1px solid rgba(26,111,191,0.3);
}
.article-wrapper a:hover {
color: #145499;
border-bottom-color: #145499;
}
.article-wrapper img {
width: 100%;
max-width: 100%;
height: auto;
border-radius: 12px;
margin: 24px 0;
display: block;
box-shadow: 0 4px 28px rgba(11,36,68,0.08);
}
.article-wrapper ul {
margin-top: 0;
margin-bottom: 1.2em;
padding-left: 24px;
}
.article-wrapper li {
margin-bottom: 8px;
}

.breadcrumbs {
font-size: 0.9em;
color: #566878;
margin-bottom: 20px;
}
.breadcrumbs a {
color: #566878;
border-bottom: none;
text-decoration: underline;
}

.article-header {
margin-bottom: 30px;
}
.badge {
display: inline-block;
background-color: #dceefa;
color: #145499;
padding: 6px 12px;
border-radius: 6px;
font-size: 0.85em;
font-weight: bold;
margin-bottom: 15px;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.subtitle {
font-size: 1.15em;
color: #566878;
line-height: 1.65;
}

.warning-block {
background-color: #fff4e6;
border-left: 5px solid #b05c00;
padding: 20px 24px;
margin: 24px 0;
border-radius: 0 12px 12px 0;
}
.danger-block {
background-color: #fff5f4;
border-left: 5px solid #c0392b;
padding: 20px 24px;
margin: 24px 0;
border-radius: 0 12px 12px 0;
}
.insight-block {
background-color: #edf5fc;
border-left: 5px solid #1a6fbf;
padding: 20px 24px;
margin: 24px 0;
border-radius: 0 12px 12px 0;
}
.disclaimer-block {
background-color: #f8f9fa;
border-left: 5px solid #566878;
padding: 20px 24px;
margin: 30px 0;
font-size: 0.9em;
border-radius: 0 12px 12px 0;
color: #566878;
}
.final-conclusion {
background-color: #e9f7f1;
border-left: 5px solid #1a7a50;
padding: 24px;
margin: 32px 0;
border-radius: 0 12px 12px 0;
}

.table-responsive {
overflow-x: auto;
margin: 24px 0;
}
.article-wrapper table {
width: 100%;
border-collapse: collapse;
min-width: 600px;
background-color: #ffffff;
}
.article-wrapper th, .article-wrapper td {
border: 1px solid #cfd9e6;
padding: 14px 16px;
vertical-align: top;
}
.article-wrapper th {
background-color: #0b2444;
font-weight: bold;
color: #ffffff;
text-align: left;
}
.article-wrapper tr:nth-child(even) td {
background-color: #f5faff;
}

.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 24px 0;
}
.card {
background-color: #ffffff;
border: 1px solid #cfd9e6;
border-top: 3px solid #1a6fbf;
border-radius: 12px;
padding: 24px;
box-shadow: 0 2px 18px rgba(11,36,68,0.05);
}
.card h3 {
margin-top: 0;
margin-bottom: 12px;
color: #0b2444;
}
.faq-grid .card {
border-top: 1px solid #cfd9e6;
}

.ordered-list {
list-style-type: decimal;
}
.toc-block {
background-color: #edf5fc;
padding: 24px 28px;
border-radius: 14px;
margin: 32px 0;
}
.toc-block ul {
list-style-type: none;
padding-left: 0;
columns: 1;
}
.toc-block li {
margin-bottom: 10px;
}
.toc-block a {
font-weight: bold;
color: #0b2444;
border-bottom: none;
}
.toc-block a:hover {
color: #1a6fbf;
text-decoration: underline;
}

.editor-card {
background-color: #f8f9fa;
border: 1px solid #cfd9e6;
padding: 24px;
border-radius: 14px;
margin: 40px 0;
}
.italic-text {
font-style: italic;
}

@media (min-width: 768px) {
.toc-block ul {
columns: 2;
gap: 20px;
}
}
@media (max-width: 768px) {
.cards-grid {
grid-template-columns: 1fr;
}
.article-wrapper h1 {
font-size: 1.8em;
}
.article-wrapper h2 {
font-size: 1.4em;
}
}

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