

/* 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_6002.css?17818795664685*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6002 */

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

:root {
--text-main: #2c3e50;
--text-muted: #596b7d;
--brand-blue: #1a6fbf;
--brand-blue-hover: #145699;
--bg-page: #f8fafd;
--bg-card: #ffffff;
--bg-danger: #fff5f5;
--border-danger: #ffcdd2;
--text-danger: #c62828;
--bg-warning: #fffcf0;
--border-warning: #ffecb3;
--text-warning: #b07d00;
--bg-insight: #f0f7ff;
--border-insight: #cce4ff;
--text-insight: #0050a5;
--border-neutral: #e2e8f0;
--font-base: Arial, Helvetica, sans-serif;
}

.tinnitus-article {
font-family: var(--font-base);
color: var(--text-main);
line-height: 1.6;
max-width: 900px;
margin: 0 auto;
padding: 20px;
background: var(--bg-card);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
border-radius: 12px;
}

.tinnitus-article a {
color: var(--brand-blue);
text-decoration: none;
border-bottom: 1px solid transparent;
transition: border-color 0.2s ease;
}

.tinnitus-article a:hover {
border-bottom-color: var(--brand-blue-hover);
color: var(--brand-blue-hover);
}

.tinnitus-article h1,
.tinnitus-article h2,
.tinnitus-article h3 {
color: #1a202c;
margin-top: 1.5em;
margin-bottom: 0.8em;
}

.tinnitus-article h1 {
font-size: 2.2em;
line-height: 1.2;
margin-top: 0.5em;
}

.tinnitus-article h2 {
font-size: 1.6em;
padding-bottom: 0.4em;
border-bottom: 2px solid var(--bg-page);
}

.tinnitus-article h3 {
font-size: 1.25em;
}

.tinnitus-article p {
margin-bottom: 1.2em;
}

.breadcrumbs {
font-size: 0.9em;
color: var(--text-muted);
margin-bottom: 20px;
}

.badge {
display: inline-block;
background: var(--bg-insight);
color: var(--text-insight);
padding: 6px 12px;
border-radius: 20px;
font-size: 0.85em;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 15px;
}

.alert {
padding: 20px;
border-radius: 8px;
margin: 25px 0;
border-left: 6px solid;
}

.alert p:last-child,
.alert ul:last-child {
margin-bottom: 0;
}

.alert-warning {
background: var(--bg-warning);
border-color: var(--text-warning);
color: #5c4200;
}

.alert-danger {
background: var(--bg-danger);
border-color: var(--text-danger);
color: #7f1d1d;
}

.alert-insight {
background: var(--bg-insight);
border-color: var(--brand-blue);
color: var(--text-insight);
}

.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 25px 0;
}

.card {
background: var(--bg-card);
border: 1px solid var(--border-neutral);
border-radius: 10px;
padding: 24px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
display: flex;
flex-direction: column;
}

.card h3 {
margin-top: 0;
color: var(--brand-blue);
font-size: 1.15em;
}

.card ul {
margin-top: auto;
padding-left: 20px;
}

.tinnitus-article img {
max-width: 100%;
height: auto;
border-radius: 10px;
display: block;
margin: 30px auto;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.tinnitus-article table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: var(--bg-card);
border: 1px solid var(--border-neutral);
border-radius: 8px;
overflow: hidden;
}

.tinnitus-article th,
.tinnitus-article td {
padding: 14px 18px;
text-align: left;
border-bottom: 1px solid var(--border-neutral);
vertical-align: top;
}

.tinnitus-article th {
background: #f1f5f9;
font-weight: bold;
color: #334155;
}

.tinnitus-article tr:nth-child(even) {
background: #fafbfc;
}

.tinnitus-article ul:not(.numbered-list) {
padding-left: 24px;
margin-bottom: 1.2em;
}

.tinnitus-article li {
margin-bottom: 0.6em;
}

.numbered-list {
list-style: none;
counter-reset: article-counter;
padding-left: 0;
}

.numbered-list > li {
position: relative;
padding-left: 36px;
margin-bottom: 12px;
}

.numbered-list > li::before {
content: counter(article-counter);
counter-increment: article-counter;
position: absolute;
left: 0;
top: 2px;
background: var(--brand-blue);
color: #fff;
font-weight: bold;
font-size: 0.85em;
width: 22px;
height: 22px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}

.editorial-box {
background: #f8fafc;
border: 1px solid var(--border-neutral);
border-radius: 8px;
padding: 20px;
margin-top: 40px;
font-size: 0.95em;
}

.toc {
background: var(--bg-page);
padding: 20px 24px;
border-radius: 8px;
margin-bottom: 30px;
}

@media (max-width: 768px) {
.tinnitus-article table {
display: block;
overflow-x: auto;
white-space: normal;
}
.tinnitus-article th,
.tinnitus-article td {
min-width: 140px;
}
.cards-grid {
grid-template-columns: 1fr;
}
}

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