

/* 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_3927.css?17806055255723*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=3927 */

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

.fur-wrap, .fur-wrap * {
box-sizing: border-box;
}
.fur-wrap {
font-family: Arial, Helvetica, sans-serif;
color: #1f2937;
line-height: 1.6;
max-width: 900px;
margin: 0 auto;
padding: 0 15px;
}
.fur-wrap h1 {
font-size: clamp(1.5rem, 4vw, 2.2rem);
font-weight: 700;
color: #111827;
margin: 1rem 0;
line-height: 1.3;
}
.fur-wrap h2 {
font-size: clamp(1.3rem, 3vw, 1.6rem);
font-weight: 700;
color: #1e3a8a;
border-bottom: 2px solid #e5e7eb;
padding-bottom: 0.5rem;
margin: 2.5rem 0 1.2rem;
}
.fur-wrap h3 {
font-size: 1.15rem;
font-weight: 700;
color: #111827;
margin: 1.8rem 0 0.8rem;
}
.fur-wrap p {
margin: 0 0 1rem;
}
.fur-wrap ul, .fur-wrap ol {
margin: 0 0 1rem;
padding-left: 1.5rem;
}
.fur-wrap li {
margin-bottom: 0.4rem;
}
.fur-wrap a {
color: #2563eb;
text-decoration: underline;
}
.fur-wrap a:hover {
text-decoration: none;
}
.fur-img {
max-width: 100%;
height: auto;
display: block;
border-radius: 8px;
margin: 1.5rem 0;
}
.fur-breadcrumb {
font-size: 0.85rem;
color: #6b7280;
margin-bottom: 1.5rem;
}
.fur-breadcrumb a {
color: #2563eb;
text-decoration: none;
}
.fur-breadcrumb span {
margin: 0 4px;
}
.fur-danger {
background-color: #fef2f2;
border-left: 4px solid #ef4444;
border-radius: 0 8px 8px 0;
padding: 16px 20px;
margin: 1.5rem 0;
}
.fur-danger-title {
font-weight: 700;
color: #b91c1c;
margin-bottom: 8px;
font-size: 1.05rem;
}
.fur-warn {
background-color: #fffbeb;
border-left: 4px solid #f59e0b;
border-radius: 0 8px 8px 0;
padding: 16px 20px;
margin: 1.5rem 0;
}
.fur-info {
background-color: #eff6ff;
border-left: 4px solid #3b82f6;
border-radius: 0 8px 8px 0;
padding: 16px 20px;
margin: 1.5rem 0;
}
.fur-ok {
background-color: #f0fdf4;
border-left: 4px solid #22c55e;
border-radius: 0 8px 8px 0;
padding: 16px 20px;
margin: 1.5rem 0;
}
.fur-30s {
background-color: #f8fafc;
border: 1px solid #cbd5e1;
border-radius: 12px;
padding: 24px;
margin-bottom: 2rem;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.fur-30s-header {
font-weight: 700;
font-size: 1.2rem;
color: #1e3a8a;
margin-bottom: 1rem;
}
.fur-30s-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 16px;
}
.fur-30s-item {
background-color: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 8px;
padding: 12px 16px;
}
.fur-30s-label {
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #64748b;
font-weight: 700;
margin-bottom: 4px;
}
.fur-30s-val {
font-weight: 700;
color: #1e293b;
font-size: 0.95rem;
}
.fur-toc {
background-color: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 12px;
padding: 20px;
margin-bottom: 2rem;
}
.fur-toc-title {
font-size: 1.1rem;
font-weight: 700;
color: #1e3a8a;
margin-bottom: 12px;
}
.fur-toc ol {
margin: 0;
padding-left: 1.2rem;
column-count: 2;
column-gap: 2rem;
}
@media(max-width: 600px) {
.fur-toc ol { column-count: 1; }
}
.fur-toc li {
margin-bottom: 0.5rem;
}
.fur-table-wrap {
overflow-x: auto;
margin: 1.5rem 0;
}
.fur-table {
width: 100%;
border-collapse: collapse;
font-size: 0.95rem;
}
.fur-table th, .fur-table td {
border: 1px solid #cbd5e1;
padding: 12px 16px;
text-align: left;
}
.fur-table th {
background-color: #1e3a8a;
color: #ffffff;
font-weight: 700;
}
.fur-table tr:nth-child(even) {
background-color: #f8fafc;
}
.fur-summary {
background-color: #f1f5f9;
border: 1px solid #cbd5e1;
border-radius: 8px;
padding: 16px 20px;
margin: 1.5rem 0;
}
.fur-summary-title {
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #334155;
font-weight: 700;
margin-bottom: 10px;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 20px;
margin: 1.5rem 0;
}
.card {
background-color: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 12px;
padding: 20px;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.card h3 {
margin-top: 0;
color: #1e3a8a;
}
.card ul {
margin-bottom: 0;
}
.fur-steps {
margin: 1.5rem 0;
}
.fur-step {
display: flex;
gap: 16px;
align-items: flex-start;
padding: 16px 0;
border-bottom: 1px solid #e2e8f0;
}
.fur-step:last-child {
border-bottom: none;
}
.fur-step-num {
width: 32px;
height: 32px;
border-radius: 50%;
background-color: #1e3a8a;
color: #ffffff;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 1rem;
}
.fur-step-body {
padding-top: 4px;
}
.fur-faq-item {
background-color: #ffffff;
border: 1px solid #cbd5e1;
border-radius: 8px;
margin-bottom: 12px;
padding: 16px;
}
.fur-faq-item summary {
font-weight: 700;
color: #111827;
cursor: pointer;
outline: none;
font-size: 1.05rem;
}
.fur-faq-item summary:hover {
color: #2563eb;
}
.fur-faq-item p {
margin-top: 12px;
margin-bottom: 0;
color: #374151;
}
.fur-sources {
background-color: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 12px;
padding: 20px;
margin-top: 3rem;
font-size: 0.9rem;
}
.fur-sources-title {
font-weight: 700;
color: #1e3a8a;
margin-bottom: 12px;
font-size: 1.05rem;
}
.fur-sources ol {
color: #475569;
}
.fur-sources li {
margin-bottom: 0.8rem;
}
.fur-cite {
font-size: 0.8rem;
font-weight: 700;
color: #2563eb;
text-decoration: none;
vertical-align: super;
line-height: 0;
}
.fur-cite:hover {
text-decoration: underline;
}
.fur-review-card {
background-color: #f8fafc;
padding: 16px 20px;
border-radius: 8px;
border: 1px solid #e2e8f0;
margin-top: 2rem;
font-size: 0.9rem;
color: #334155;
}

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