

/* 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_2379.css?17800667054147*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=2379 */

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

.abs-article {
max-width: 860px;
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #1f2937;
padding: 15px;
}
.abs-article h1 {
font-size: 2.2rem;
color: #1a4f8a;
margin-bottom: 1rem;
line-height: 1.3;
}
.abs-article h2 {
font-size: 1.6rem;
color: #1a4f8a;
border-bottom: 2px solid #e8f2ff;
padding-bottom: 0.4rem;
margin-top: 2.5rem;
margin-bottom: 1rem;
}
.abs-article h3 {
font-size: 1.25rem;
color: #2c3e50;
margin-top: 1.8rem;
margin-bottom: 0.8rem;
}
.abs-article p {
margin-bottom: 1rem;
}
.abs-article a {
color: #2e6bb3;
text-decoration: underline;
}
.abs-article a:hover {
text-decoration: none;
}
.abs-breadcrumb {
font-size: 0.85rem;
color: #6b7280;
margin-bottom: 1.5rem;
}
.abs-breadcrumb a {
color: #6b7280;
text-decoration: none;
}
.abs-breadcrumb a:hover {
text-decoration: underline;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 1.2rem;
margin: 1.5rem 0;
}
.card {
background: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 8px;
padding: 1.2rem;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.card h3 {
margin-top: 0;
margin-bottom: 0.5rem;
color: #1a4f8a;
font-size: 1.1rem;
}
.card p:last-child {
margin-bottom: 0;
}
.abs-danger {
background: #fef2f2;
border-left: 4px solid #dc2626;
padding: 1.2rem;
margin: 1.5rem 0;
border-radius: 0 8px 8px 0;
}
.abs-danger strong {
color: #b91c1c;
display: block;
margin-bottom: 0.4rem;
font-size: 1.1rem;
}
.abs-warn {
background: #fffbeb;
border-left: 4px solid #f59e0b;
padding: 1.2rem;
margin: 1.5rem 0;
border-radius: 0 8px 8px 0;
}
.abs-warn strong {
color: #b45309;
display: block;
margin-bottom: 0.4rem;
font-size: 1.1rem;
}
.abs-ok {
background: #f0fdf4;
border-left: 4px solid #16a34a;
padding: 1.2rem;
margin: 1.5rem 0;
border-radius: 0 8px 8px 0;
}
.abs-ok strong {
color: #15803d;
display: block;
margin-bottom: 0.4rem;
font-size: 1.1rem;
}
.abs-summary {
background: #eff6ff;
border-left: 4px solid #2563eb;
padding: 1.2rem;
margin: 1.5rem 0;
border-radius: 0 8px 8px 0;
}
.abs-summary strong {
color: #1d4ed8;
display: block;
margin-bottom: 0.6rem;
font-size: 1.1rem;
}
.abs-summary ul, .abs-summary ol,
.abs-danger ul, .abs-warn ul, .abs-ok ul {
margin: 0;
padding-left: 1.5rem;
}
.abs-summary li, .abs-danger li, .abs-warn li, .abs-ok li {
margin-bottom: 0.3rem;
}
.abs-table-wrap {
overflow-x: auto;
margin: 1.5rem 0;
}
.abs-article table {
width: 100%;
border-collapse: collapse;
text-align: left;
font-size: 0.95rem;
background: #fff;
}
.abs-article th {
background: #1a4f8a;
color: #ffffff;
padding: 12px 15px;
border: 1px solid #cbd5e1;
font-weight: bold;
}
.abs-article td {
padding: 12px 15px;
border: 1px solid #cbd5e1;
}
.abs-article tr:nth-child(even) {
background-color: #f8fafc;
}
.abs-article img {
max-width: 100%;
height: auto;
border-radius: 8px;
display: block;
margin: 2rem auto;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.abs-toc {
background: #f8fafc;
border: 1px solid #e2e8f0;
padding: 1.5rem;
border-radius: 8px;
margin: 2rem 0;
}
.abs-toc h2 {
margin-top: 0;
border-bottom: none;
font-size: 1.4rem;
}
.abs-toc ol {
margin: 0;
padding-left: 1.5rem;
}
.abs-toc li {
margin-bottom: 0.6rem;
}
details.abs-faq-item {
background: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 8px;
margin-bottom: 1rem;
padding: 1rem 1.2rem;
}
details.abs-faq-item summary {
font-weight: bold;
cursor: pointer;
color: #1a4f8a;
font-size: 1.1rem;
outline: none;
}
details.abs-faq-item summary::-webkit-details-marker {
color: #2563eb;
}
details.abs-faq-item .abs-faq-a {
margin-top: 1rem;
padding-top: 1rem;
border-top: 1px solid #e2e8f0;
}
.abs-review-card {
background: #f1f5f9;
padding: 1.5rem;
border-radius: 8px;
margin: 2.5rem 0;
font-size: 0.95rem;
color: #475569;
border-left: 4px solid #64748b;
}
@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_2379.css?17800667054147 */
