

/* 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_3553.css?17806051184005*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=3553 */

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

.albinism-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #333333;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
.albinism-article h1 {
font-size: 2em;
color: #1a4f8a;
margin-bottom: 0.5em;
line-height: 1.3;
}
.albinism-article h2 {
font-size: 1.5em;
color: #1a4f8a;
border-bottom: 2px solid #e5e7eb;
padding-bottom: 8px;
margin-top: 1.5em;
margin-bottom: 1em;
}
.albinism-article h3 {
font-size: 1.2em;
color: #2e6bb3;
margin-top: 1.2em;
margin-bottom: 0.8em;
}
.albinism-article p {
margin-bottom: 1em;
}
.albinism-article ul, .albinism-article ol {
margin-bottom: 1.2em;
padding-left: 25px;
}
.albinism-article li {
margin-bottom: 0.5em;
}
.albinism-article a {
color: #2e6bb3;
text-decoration: underline;
}
.albinism-article strong {
font-weight: bold;
}
.alb-breadcrumb {
font-size: 0.9em;
color: #6b7280;
margin-bottom: 20px;
}
.alb-cite {
font-size: 0.8em;
vertical-align: super;
text-decoration: none;
color: #1a4f8a;
font-weight: bold;
}
.block-danger {
background-color: #fef2f2;
border-left: 5px solid #ef4444;
padding: 15px 20px;
margin-bottom: 20px;
border-radius: 0 4px 4px 0;
}
.block-danger strong {
color: #b91c1c;
font-size: 1.1em;
display: block;
margin-bottom: 10px;
}
.block-warning {
background-color: #fffbeb;
border-left: 5px solid #f59e0b;
padding: 15px 20px;
margin: 20px 0;
border-radius: 0 4px 4px 0;
}
.block-warning strong {
color: #b45309;
font-size: 1.1em;
display: block;
margin-bottom: 10px;
}
.block-success {
background-color: #f0fdf4;
border-left: 5px solid #22c55e;
padding: 15px 20px;
margin: 20px 0;
border-radius: 0 4px 4px 0;
}
.block-success strong {
color: #15803d;
font-size: 1.1em;
display: block;
margin-bottom: 10px;
}
.block-info {
background-color: #eff6ff;
border-left: 5px solid #3b82f6;
padding: 15px 20px;
margin: 20px 0;
border-radius: 0 4px 4px 0;
}
.block-info strong {
color: #1e3a8a;
display: block;
margin-bottom: 10px;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin: 20px 0;
}
.card {
background-color: #f8fafc;
padding: 20px;
border-radius: 8px;
border: 1px solid #e2e8f0;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.card strong {
color: #1a4f8a;
display: block;
margin-bottom: 8px;
}
.alb-table-wrap {
overflow-x: auto;
margin: 20px 0;
}
.albinism-article table {
width: 100%;
border-collapse: collapse;
margin: 0;
}
.albinism-article th, .albinism-article td {
border: 1px solid #d1d5db;
padding: 12px 15px;
text-align: left;
}
.albinism-article th {
background-color: #f3f4f6;
color: #1f2937;
font-weight: bold;
}
.albinism-article tr:nth-child(even) {
background-color: #f9fafb;
}
.alb-img-wrapper {
margin: 25px 0;
text-align: center;
}
.alb-img-wrapper img {
max-width: 100%;
height: auto;
border-radius: 6px;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.alb-img-caption {
font-size: 0.9em;
color: #6b7280;
margin-top: 10px;
}
.alb-faq details {
background-color: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 6px;
margin-bottom: 15px;
padding: 15px;
}
.alb-faq summary {
font-weight: bold;
color: #1a4f8a;
cursor: pointer;
font-size: 1.1em;
}
.alb-faq details[open] summary {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #e2e8f0;
}
.alb-toc {
background-color: #f3f4f6;
padding: 20px;
border-radius: 8px;
margin-bottom: 30px;
}
.alb-toc ol {
margin-bottom: 0;
}
.editorial-block {
background-color: #f9f9f9;
padding: 20px;
border-radius: 8px;
font-size: 0.95em;
margin-top: 40px;
border: 1px solid #e5e7eb;
}
.disclaimer-block {
background-color: #ffe5e5;
border-left: 5px solid #ff4c4c;
padding: 15px 20px;
margin-top: 20px;
font-size: 0.95em;
}
@media (max-width: 768px) {
.cards-grid {
grid-template-columns: 1fr;
}
}

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