

/* 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_6101.css?17819533324285*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6101 */

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

.article-container {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #1c2b3a;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}

h1, h2, h3 {
color: #0b2444;
margin-top: 1.8em;
margin-bottom: 0.8em;
line-height: 1.3;
}

h1 {
font-size: 2.2rem;
}

h2 {
font-size: 1.7rem;
border-bottom: 2px solid #edf5fc;
padding-bottom: 12px;
}

h3 {
font-size: 1.3rem;
}

p {
margin-bottom: 1.2em;
}

ul {
margin-bottom: 1.2em;
padding-left: 24px;
}

li {
margin-bottom: 0.6em;
}

a {
color: #1a6fbf;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

img {
max-width: 100%;
height: auto;
display: block;
margin: 25px 0;
border-radius: 14px;
background-color: #edf5fc;
}

.breadcrumbs {
margin-bottom: 20px;
}

.breadcrumbs ul {
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 8px;
font-size: 0.9em;
color: #566878;
}

.breadcrumbs li::after {
content: "/";
margin-left: 8px;
}

.breadcrumbs li:last-child::after {
content: "";
}

.breadcrumbs a {
color: #566878;
}

.breadcrumbs a:hover {
color: #1a6fbf;
}

.hero {
margin-bottom: 40px;
}

.hero-tag {
display: inline-block;
background: #e9f7f1;
color: #1a7a50;
padding: 4px 12px;
border-radius: 20px;
font-size: 0.85em;
text-transform: uppercase;
letter-spacing: 0.05em;
font-weight: bold;
margin-bottom: 15px;
}

.subtitle {
font-size: 1.2rem;
color: #566878;
}

.table-wrapper {
overflow-x: auto;
margin: 30px 0;
}

table {
width: 100%;
border-collapse: collapse;
text-align: left;
background: #ffffff;
}

th, td {
padding: 14px 16px;
border: 1px solid #cfd9e6;
vertical-align: top;
}

th {
background-color: #0b2444;
font-weight: bold;
color: #ffffff;
}

tr:nth-child(even) td {
background-color: #f5faff;
}

.text-urgent {
color: #c0392b;
font-weight: bold;
text-transform: uppercase;
background: #fde8e4;
padding: 2px 8px;
border-radius: 12px;
font-size: 0.85em;
}

.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 25px 0;
}

.card {
background-color: #ffffff;
border: 1px solid #cfd9e6;
border-top: 4px solid #1a6fbf;
padding: 24px;
border-radius: 12px;
box-shadow: 0 2px 18px rgba(11, 36, 68, 0.08);
}

.card h3 {
margin-top: 0;
color: #0b2444;
}

.card p:last-child {
margin-bottom: 0;
}

.warning-block {
background-color: #fff4e6;
border-left: 5px solid #b05c00;
padding: 20px 24px;
margin: 30px 0;
border-radius: 0 12px 12px 0;
}

.warning-block h2 {
margin-top: 0;
border-bottom: none;
color: #b05c00;
font-size: 1.3rem;
padding-bottom: 0;
}

.danger-block {
background-color: #fff5f4;
border-left: 5px solid #c0392b;
padding: 20px 24px;
margin: 30px 0;
border-radius: 0 12px 12px 0;
}

.danger-block h2 {
margin-top: 0;
border-bottom: none;
color: #c0392b;
font-size: 1.3rem;
padding-bottom: 0;
}

.insight-block {
background: linear-gradient(135deg, #f0f7ff, #edf5fc);
border: 1px solid #b6d5f0;
border-left: 4px solid #1a6fbf;
padding: 20px 24px;
margin: 30px 0;
border-radius: 0 12px 12px 0;
}

.insight-block strong {
color: #1a6fbf;
text-transform: uppercase;
font-size: 0.85em;
letter-spacing: 0.05em;
display: block;
margin-bottom: 8px;
}

.insight-block p {
margin: 0;
}

.summary-block {
background-color: #e9f7f1;
border: 1px solid #a8dfc6;
padding: 30px;
margin: 40px 0;
border-radius: 14px;
}

.summary-block h2 {
margin-top: 0;
color: #1a7a50;
border-bottom: none;
padding-bottom: 0;
}

.toc {
background: #edf5fc;
padding: 24px 30px;
border-radius: 14px;
margin: 35px 0;
}

.toc ul {
list-style: none;
padding-left: 0;
margin-bottom: 0;
}

.toc li {
margin-bottom: 10px;
}

.toc a {
font-weight: bold;
color: #0b2444;
}

.editorial-info {
background-color: #ffffff;
border: 1px solid #cfd9e6;
padding: 24px;
border-radius: 12px;
margin-top: 50px;
font-size: 0.95em;
}

.disclaimer-info {
background-color: #f8f9fa;
padding: 20px;
border-radius: 8px;
margin-top: 25px;
font-size: 0.9em;
color: #566878;
border-left: 4px solid #cfd9e6;
}

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