

/* 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_3381.css?17796859054192*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=3381 */

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

.b12-wrap {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #333333;
max-width: 900px;
margin: 0 auto;
padding: 20px;
box-sizing: border-box;
}
.b12-wrap *, .b12-wrap *::before, .b12-wrap *::after {
box-sizing: inherit;
}
.b12-wrap h1 {
font-size: 2.2rem;
color: #1e3a8a;
margin-bottom: 0.5rem;
line-height: 1.2;
}
.b12-wrap h2 {
font-size: 1.6rem;
color: #1e40af;
margin-top: 2rem;
margin-bottom: 1rem;
padding-bottom: 0.5rem;
border-bottom: 2px solid #e5e7eb;
}
.b12-wrap h3 {
font-size: 1.3rem;
color: #1f2937;
margin-top: 1.5rem;
margin-bottom: 0.75rem;
}
.b12-wrap p {
margin-top: 0;
margin-bottom: 1rem;
}
.b12-wrap a {
color: #2563eb;
text-decoration: none;
}
.b12-wrap a:hover {
text-decoration: underline;
}
.b12-wrap ul, .b12-wrap ol {
margin-top: 0;
margin-bottom: 1rem;
padding-left: 1.5rem;
}
.b12-wrap li {
margin-bottom: 0.5rem;
}
.b12-wrap img {
display: block;
max-width: 100%;
height: auto;
margin: 1.5rem auto;
border-radius: 8px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.b12-breadcrumb {
font-size: 0.85rem;
color: #6b7280;
margin-bottom: 1.5rem;
}
.b12-breadcrumb a {
color: #4b5563;
}

/* Grids and Cards */
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 1.5rem;
margin: 1.5rem 0;
}
.card {
background-color: #f9fafb;
border: 1px solid #e5e7eb;
border-radius: 8px;
padding: 1.25rem;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.card h3 {
margin-top: 0;
font-size: 1.1rem;
color: #1e3a8a;
}

/* Tables */
.b12-table-wrap {
overflow-x: auto;
margin: 1.5rem 0;
}
.b12-table-wrap table {
width: 100%;
border-collapse: collapse;
background-color: #ffffff;
font-size: 0.95rem;
}
.b12-table-wrap th, .b12-table-wrap td {
border: 1px solid #d1d5db;
padding: 0.75rem 1rem;
text-align: left;
vertical-align: top;
}
.b12-table-wrap th {
background-color: #1e3a8a;
color: #ffffff;
font-weight: bold;
}
.b12-table-wrap tr:nth-child(even) {
background-color: #f3f4f6;
}

/* Semantic visual blocks */
.b12-danger {
background-color: #fef2f2;
border-left: 4px solid #ef4444;
padding: 1rem 1.25rem;
margin: 1.5rem 0;
border-radius: 0 6px 6px 0;
}
.b12-danger strong {
color: #b91c1c;
}
.b12-warn {
background-color: #fffbeb;
border-left: 4px solid #f59e0b;
padding: 1rem 1.25rem;
margin: 1.5rem 0;
border-radius: 0 6px 6px 0;
}
.b12-warn strong {
color: #b45309;
}
.b12-ok {
background-color: #ecfdf5;
border-left: 4px solid #10b981;
padding: 1rem 1.25rem;
margin: 1.5rem 0;
border-radius: 0 6px 6px 0;
}
.b12-ok strong {
color: #047857;
}
.b12-summary {
background-color: #f0fdfa;
border-left: 4px solid #0d9488;
padding: 1rem 1.25rem;
margin: 1.5rem 0;
border-radius: 0 6px 6px 0;
}
.b12-summary strong {
display: block;
color: #0f766e;
margin-bottom: 0.5rem;
font-size: 1.05rem;
}

/* Specific sections */
.b12-toc {
background-color: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 8px;
padding: 1.5rem;
margin: 2rem 0;
}
.b12-toc h2 {
margin-top: 0;
border-bottom: none;
padding-bottom: 0;
font-size: 1.4rem;
}
.b12-toc ol {
margin-bottom: 0;
}

.b12-faq details {
background-color: #ffffff;
border: 1px solid #d1d5db;
border-radius: 6px;
margin-bottom: 0.5rem;
padding: 0.75rem 1rem;
}
.b12-faq summary {
font-weight: bold;
color: #1e40af;
cursor: pointer;
outline: none;
}
.b12-faq details[open] summary {
margin-bottom: 0.75rem;
border-bottom: 1px solid #e5e7eb;
padding-bottom: 0.5rem;
}
.b12-faq p {
margin-bottom: 0;
}

.b12-editorial {
background-color: #f8fafc;
border: 1px solid #e2e8f0;
padding: 1.5rem;
border-radius: 8px;
margin-top: 2rem;
font-size: 0.9rem;
}
.b12-disclaimer {
background-color: #f1f5f9;
padding: 1rem;
border-radius: 6px;
margin-top: 1.5rem;
font-size: 0.85rem;
color: #475569;
}

@media (max-width: 600px) {
.b12-wrap h1 {
font-size: 1.8rem;
}
.b12-wrap h2 {
font-size: 1.4rem;
}
.cards-grid {
grid-template-columns: 1fr;
}
}

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