

/* 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_6438.css?17831001763843*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6438 */

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

.article-container {
max-width: 900px;
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #334155;
padding: 20px;
}
.article-container h1, .article-container h2, .article-container h3 {
color: #0f172a;
margin-top: 1.5rem;
margin-bottom: 1rem;
line-height: 1.3;
}
.article-container h1 {
font-size: 2rem;
}
.article-container h2 {
font-size: 1.5rem;
border-bottom: 2px solid #e2e8f0;
padding-bottom: 0.5rem;
}
.article-container p {
margin-bottom: 1rem;
}
.article-container a {
color: #2563eb;
text-decoration: none;
}
.article-container a:hover {
text-decoration: underline;
}
.breadcrumbs {
font-size: 0.875rem;
color: #64748b;
margin-bottom: 1rem;
}
.badge {
display: inline-block;
padding: 4px 8px;
background-color: #e0f2fe;
color: #0284c7;
border-radius: 4px;
font-size: 0.75rem;
font-weight: bold;
margin-bottom: 1rem;
}
.article-container ul {
padding-left: 1.5rem;
margin-bottom: 1.5rem;
}
.article-container li {
margin-bottom: 0.5rem;
}
.ordered-list {
counter-reset: custom-counter;
list-style: none;
padding-left: 0 !important;
}
.ordered-list > li {
counter-increment: custom-counter;
position: relative;
padding-left: 2.5rem;
margin-bottom: 1rem;
}
.ordered-list > li::before {
content: counter(custom-counter) ".";
position: absolute;
left: 0;
top: 0;
font-weight: bold;
color: #2563eb;
background-color: #eff6ff;
border-radius: 50%;
width: 1.5rem;
height: 1.5rem;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.875rem;
}
.selection {
padding: 1.5rem;
border-radius: 0.5rem;
margin-bottom: 2rem;
border-left: 4px solid;
}
.warning-box {
background-color: #fffbeb;
border-left-color: #f59e0b;
}
.warning-box h2, .warning-box h3 {
color: #92400e;
margin-top: 0;
border-bottom: none;
}
.danger-box {
background-color: #fef2f2;
border-left-color: #ef4444;
}
.danger-box h2, .danger-box h3 {
color: #991b1b;
margin-top: 0;
border-bottom: none;
}
.chunk {
background-color: #f0fdf4;
border-left: 4px solid #22c55e;
padding: 1.5rem;
border-radius: 0.5rem;
margin-bottom: 2rem;
}
.chunk strong {
color: #166534;
display: block;
margin-bottom: 0.5rem;
}
.table-wrapper {
overflow-x: auto;
margin-bottom: 2rem;
}
.data-table {
width: 100%;
border-collapse: collapse;
text-align: left;
min-width: 600px;
}
.data-table th, .data-table td {
padding: 1rem;
border: 1px solid #cbd5e1;
}
.data-table th {
background-color: #f8fafc;
font-weight: bold;
color: #0f172a;
}
.data-table tr:nth-child(even) {
background-color: #f1f5f9;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.5rem;
margin-top: 1.5rem;
margin-bottom: 2rem;
}
.card {
background-color: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 0.5rem;
padding: 1.5rem;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
display: flex;
flex-direction: column;
}
.card h3 {
margin-top: 0;
margin-bottom: 1rem;
color: #0f172a;
font-size: 1.125rem;
border-bottom: none;
}
.card ul {
margin-bottom: 0;
padding-left: 1.2rem;
}
.card p {
margin-bottom: 0.5rem;
}
.card p:last-child {
margin-bottom: 0;
}
.content-image {
max-width: 100%;
height: auto;
border-radius: 0.5rem;
margin: 2rem auto;
display: block;
box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
}
.conclusion-box {
background-color: #eff6ff;
border-left: 4px solid #3b82f6;
padding: 1.5rem;
border-radius: 0.5rem;
margin-bottom: 2rem;
}
.conclusion-box h2 {
margin-top: 0;
color: #1e40af;
border-bottom: none;
}
.editorial-box {
background-color: #f8fafc;
border: 1px solid #e2e8f0;
padding: 1.5rem;
border-radius: 0.5rem;
margin-bottom: 2rem;
border-left: 4px solid #94a3b8;
}
.disclaimer-box {
background-color: #f1f5f9;
border-left-color: #64748b;
font-size: 0.875rem;
}
@media (max-width: 600px) {
.cards-grid {
grid-template-columns: 1fr;
}
}

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