

/* 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_5768.css?17812712843898*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5768 */

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

.sy-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #333;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
.sy-breadcrumbs {
font-size: 0.9em;
color: #666;
margin-bottom: 20px;
}
.sy-badge {
display: inline-block;
background: #e0f0ff;
color: #0056b3;
padding: 4px 10px;
border-radius: 4px;
font-size: 0.85em;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 15px;
}
.sy-article h1 {
font-size: 2.2em;
color: #111;
margin-top: 0;
margin-bottom: 15px;
line-height: 1.25;
}
.sy-article h2 {
font-size: 1.7em;
color: #222;
margin-top: 40px;
margin-bottom: 20px;
border-bottom: 2px solid #eaeaea;
padding-bottom: 10px;
}
.sy-article h3 {
font-size: 1.3em;
color: #333;
margin-top: 25px;
margin-bottom: 12px;
}
.sy-article p {
margin-bottom: 15px;
}
.sy-article a {
color: #0056b3;
text-decoration: none;
}
.sy-article a:hover {
text-decoration: underline;
}
.sy-article img {
max-width: 100%;
height: auto;
border-radius: 8px;
margin: 30px 0;
display: block;
box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
.table-responsive {
overflow-x: auto;
margin: 30px 0;
}
.sy-article table {
width: 100%;
border-collapse: collapse;
min-width: 650px;
}
.sy-article th, .sy-article td {
border: 1px solid #ddd;
padding: 14px 16px;
text-align: left;
vertical-align: top;
}
.sy-article th {
background-color: #f4f7f6;
font-weight: bold;
color: #111;
}
.sy-article tr:nth-child(even) {
background-color: #fafafa;
}
.sy-article ul {
margin-bottom: 20px;
padding-left: 20px;
}
.sy-article li {
margin-bottom: 10px;
}
.sy-ol {
list-style-type: none;
counter-reset: sy-counter;
padding-left: 0 !important;
}
.sy-ol > li {
position: relative;
padding-left: 35px;
margin-bottom: 15px;
}
.sy-ol > li::before {
counter-increment: sy-counter;
content: counter(sy-counter) ".";
position: absolute;
left: 0;
top: 0;
font-weight: bold;
color: #0056b3;
background: #e0f0ff;
border-radius: 50%;
width: 24px;
height: 24px;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.85em;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 30px 0;
}
.card {
background: #fff;
border: 1px solid #eaeaea;
border-radius: 8px;
padding: 24px;
box-shadow: 0 2px 10px rgba(0,0,0,0.04);
background-color: #fdfdfd;
}
.card h3 {
margin-top: 0;
color: #0056b3;
font-size: 1.2em;
border-bottom: none;
}
.alert-danger {
background-color: #fff5f5;
border-left: 5px solid #dc3545;
padding: 20px;
margin: 30px 0;
border-radius: 0 8px 8px 0;
}
.alert-danger h2, .alert-danger h3 {
color: #dc3545;
border-bottom: none;
margin-top: 0;
padding-bottom: 0;
}
.alert-warning {
background-color: #fffdf5;
border-left: 5px solid #ffc107;
padding: 20px;
margin: 30px 0;
border-radius: 0 8px 8px 0;
}
.insight-box {
background-color: #f0f8ff;
border-left: 5px solid #007bff;
padding: 20px;
margin: 30px 0;
border-radius: 0 8px 8px 0;
}
.conclusion-box {
background-color: #f2fdf5;
border-left: 5px solid #28a745;
padding: 25px;
margin: 40px 0;
border-radius: 0 8px 8px 0;
}
.conclusion-box h2 {
border-bottom: none;
color: #1e7e34;
margin-top: 0;
padding-bottom: 0;
}
.expert-box {
background-color: #faf8f5;
border: 1px solid #e8dec9;
padding: 25px;
border-radius: 8px;
margin: 40px 0;
}
.expert-box p:last-child {
margin-bottom: 0;
}
.toc-box {
background-color: #f8f9fa;
padding: 25px;
border-radius: 8px;
margin: 30px 0;
border: 1px solid #eee;
}
.toc-box h2 {
margin-top: 0;
border-bottom: none;
}
@media (max-width: 650px) {
.cards-grid {
grid-template-columns: 1fr;
}
.sy-article h1 {
font-size: 1.8em;
}
.sy-article h2 {
font-size: 1.5em;
}
}

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