

/* 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_6222.css?17823013273984*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6222 */

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

.main-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
max-width: 900px;
margin: 0 auto;
padding: 20px;
color: #1c2b3a;
}
.main-article h1,
.main-article h2,
.main-article h3 {
color: #0b2444;
}
.main-article h1 {
font-size: 2.2em;
border-bottom: 2px solid #edf5fc;
padding-bottom: 12px;
margin-bottom: 24px;
}
.main-article h2 {
font-size: 1.8em;
margin-top: 45px;
margin-bottom: 20px;
}
.main-article h3 {
font-size: 1.3em;
color: #1a6fbf;
}
.main-article p {
margin-bottom: 16px;
}
.main-article a {
color: #1a6fbf;
text-decoration: none;
font-weight: bold;
}
.main-article a:hover {
text-decoration: underline;
}
.main-article ul {
padding-left: 20px;
margin-bottom: 24px;
}
.main-article li {
margin-bottom: 10px;
}
.main-article strong {
font-weight: bold;
color: #111827;
}
.breadcrumbs {
font-size: 0.9em;
color: #566878;
margin-bottom: 20px;
}
.badge {
display: inline-block;
background-color: #e9f7f1;
color: #1a7a50;
padding: 6px 14px;
font-size: 0.85em;
border-radius: 20px;
font-weight: bold;
margin-bottom: 16px;
border: 1px solid #a8dfc6;
}
.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-radius: 12px;
padding: 24px;
box-shadow: 0 4px 28px rgba(11,36,68,.08);
}
.card h3 {
margin-top: 0;
margin-bottom: 16px;
border-bottom: 1px solid #edf5fc;
padding-bottom: 12px;
color: #0b2444;
}
.card p:last-child {
margin-bottom: 0;
}
.table-wrapper {
overflow-x: auto;
margin: 25px 0;
border-radius: 8px;
box-shadow: 0 2px 18px rgba(11,36,68,.05);
}
.main-article table {
width: 100%;
border-collapse: collapse;
min-width: 600px;
background-color: #ffffff;
}
.main-article th,
.main-article td {
border: 1px solid #cfd9e6;
padding: 14px 16px;
text-align: left;
vertical-align: top;
}
.main-article th {
background-color: #0b2444;
color: #ffffff;
font-weight: bold;
}
.main-article tr:nth-child(even) td {
background-color: #f5faff;
}
.main-article tr:hover td {
background-color: #ebf4ff;
}
.danger-block {
background-color: #fff5f4;
border-left: 5px solid #e8a9a2;
padding: 20px 24px;
margin: 25px 0;
border-radius: 0 12px 12px 0;
}
.danger-block h3,
.danger-block strong {
color: #c0392b;
}
.warning-block {
background-color: #fff4e6;
border-left: 5px solid #b05c00;
padding: 20px 24px;
margin: 25px 0;
border-radius: 0 12px 12px 0;
}
.insight-block {
background-color: #edf5fc;
border-left: 5px solid #1a6fbf;
padding: 20px 24px;
margin: 25px 0;
border-radius: 0 12px 12px 0;
}
.expert-opinion {
background-color: #e9f7f1;
border-left: 5px solid #1a7a50;
padding: 20px 24px;
margin: 30px 0;
border-radius: 0 12px 12px 0;
}
.conclusion-block {
background-color: #f7f9fc;
border: 2px solid #cfd9e6;
padding: 25px;
margin: 25px 0;
border-radius: 14px;
}
.numbered-list {
list-style: none;
counter-reset: custom-counter;
padding-left: 0;
}
.numbered-list > li {
counter-increment: custom-counter;
position: relative;
padding-left: 40px;
margin-bottom: 16px;
}
.numbered-list > li::before {
content: counter(custom-counter);
position: absolute;
left: 0;
top: -2px;
background-color: #1a6fbf;
color: #ffffff;
width: 28px;
height: 28px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.9em;
font-weight: bold;
}
.toc {
background-color: #edf5fc;
padding: 25px;
border-radius: 14px;
border: 1px solid #cfd9e6;
margin: 35px 0;
}
.toc p {
margin-top: 0;
margin-bottom: 16px;
}
.toc strong {
font-size: 1.2em;
color: #0b2444;
}
.main-article img {
max-width: 100%;
height: auto;
display: block;
margin: 35px auto;
border-radius: 14px;
box-shadow: 0 4px 28px rgba(11,36,68,.13);
}
.divider {
height: 1px;
background-color: #cfd9e6;
margin: 45px 0;
}
@media (max-width: 768px) {
.cards-grid {
grid-template-columns: 1fr;
}
.main-article {
padding: 15px;
}
.main-article h1 {
font-size: 1.8em;
}
}

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