

/* 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_3991.css?17812746584018*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=3991 */

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

.anosmia-article {
max-width: 900px;
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #1c2b3a;
}
.anosmia-article a {
color: #1a6fbf;
text-decoration: none;
}
.anosmia-article a:hover {
text-decoration: underline;
}
.anosmia-breadcrumb {
font-size: 14px;
color: #566878;
margin-bottom: 20px;
}
.anosmia-badge {
display: inline-block;
background-color: #e0f7fa;
padding: 4px 10px;
border-radius: 4px;
font-weight: bold;
color: #006064;
font-size: 14px;
margin-bottom: 15px;
}
.anosmia-article h1 {
font-size: 32px;
color: #0b2444;
margin-top: 0;
margin-bottom: 15px;
line-height: 1.3;
}
.anosmia-article h2 {
font-size: 26px;
color: #0b2444;
margin-top: 40px;
margin-bottom: 20px;
border-bottom: 2px solid #edf5fc;
padding-bottom: 10px;
}
.anosmia-article h3 {
font-size: 20px;
color: #0b2444;
margin-top: 0;
margin-bottom: 15px;
}
.anosmia-article p, .anosmia-article li {
font-size: 16px;
margin-bottom: 15px;
}
.anosmia-article ul, .anosmia-article ol {
margin-bottom: 20px;
padding-left: 25px;
}
.anosmia-article img {
max-width: 100%;
height: auto;
display: block;
margin: 25px 0;
border-radius: 10px;
}
.anosmia-warning {
background-color: #fff4e6;
border-left: 5px solid #b05c00;
padding: 20px;
margin: 25px 0;
border-radius: 0 10px 10px 0;
}
.anosmia-warning-urgent {
background-color: #fff5f4;
border-left: 5px solid #e8a9a2;
padding: 20px;
margin: 25px 0;
border-radius: 0 10px 10px 0;
}
.anosmia-insight {
background-color: #edf5fc;
border-left: 4px solid #1a6fbf;
padding: 20px;
margin: 25px 0;
border-radius: 0 10px 10px 0;
}
.anosmia-conclusion {
background-color: #e9f7f1;
border-left: 4px solid #1a7a50;
padding: 20px;
margin: 30px 0;
border-radius: 0 10px 10px 0;
}
.anosmia-toc {
background-color: #f9fbfe;
padding: 20px 25px;
border-radius: 10px;
border: 1px solid #cfd9e6;
margin-bottom: 30px;
}
.table-responsive {
overflow-x: auto;
margin: 25px 0;
}
.anosmia-table {
width: 100%;
border-collapse: collapse;
font-size: 15px;
background-color: #ffffff;
}
.anosmia-table th, .anosmia-table td {
border: 1px solid #cfd9e6;
padding: 14px 18px;
vertical-align: top;
}
.anosmia-table th {
background-color: #0b2444;
color: #ffffff;
font-weight: bold;
text-align: left;
}
.anosmia-table tr:nth-child(even) td {
background-color: #f5faff;
}
.anosmia-table tr:hover td {
background-color: #ebf4ff;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 20px;
margin: 25px 0;
}
.card {
background-color: #ffffff;
border: 1px solid #cfd9e6;
border-top: 4px solid #1a6fbf;
border-radius: 10px;
padding: 20px;
box-shadow: 0 2px 18px rgba(11,36,68,0.06);
}
.faq-container {
margin: 25px 0;
}
.faq-question {
background-color: #f9fbfe;
color: #0b2444;
cursor: pointer;
padding: 18px 20px;
width: 100%;
border: 1px solid #cfd9e6;
text-align: left;
outline: none;
font-size: 16px;
font-weight: bold;
border-radius: 8px;
margin-top: 12px;
transition: background-color 0.2s;
}
.faq-question.active, .faq-question:hover {
background-color: #edf5fc;
}
.faq-answer {
padding: 0 20px;
display: none;
background-color: #ffffff;
overflow: hidden;
border: 1px solid #cfd9e6;
border-top: none;
border-left: 4px solid #1a6fbf;
border-radius: 0 0 8px 8px;
margin-bottom: 12px;
}
.faq-answer p {
margin: 15px 0;
}
.anosmia-meta {
background-color: #f9fbfe;
padding: 25px;
border-radius: 10px;
border: 1px solid #cfd9e6;
font-size: 15px;
margin-top: 40px;
}
.anosmia-disclaimer {
background-color: #f3f4f6;
padding: 20px;
border-left: 4px solid #9ca3af;
margin-top: 20px;
font-size: 14px;
color: #4b5563;
}
.status-urgent {
color: #c0392b;
font-weight: bold;
}
.status-warn {
color: #b05c00;
font-weight: bold;
}
.status-plan {
color: #1a7a50;
font-weight: bold;
}

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