

/* 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_2591.css?17796325564254*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=2591 */

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

.thyroid-wrap {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #1f2937;
max-width: 860px;
margin: 0 auto;
padding: 16px;
box-sizing: border-box;
}
.thyroid-wrap * {
box-sizing: border-box;
}
.thyroid-wrap h1 {
font-size: 2.1em;
color: #1a4f8a;
margin-top: 0;
margin-bottom: 0.6em;
line-height: 1.3;
}
.thyroid-wrap h2 {
font-size: 1.6em;
color: #1a4f8a;
border-bottom: 2px solid #e5e7eb;
padding-bottom: 8px;
margin-top: 1.5em;
margin-bottom: 0.8em;
}
.thyroid-wrap h3 {
font-size: 1.2em;
color: #1f2937;
margin-top: 1.5em;
margin-bottom: 0.5em;
}
.thyroid-wrap p {
margin-top: 0;
margin-bottom: 1em;
}
.thyroid-wrap a {
color: #2e6bb3;
text-decoration: underline;
}
.thyroid-wrap a:hover {
text-decoration: none;
}
.thyroid-wrap img {
max-width: 100%;
height: auto;
display: block;
margin: 20px auto;
border-radius: 8px;
}
.thyroid-wrap ul, .thyroid-wrap ol {
margin-top: 0;
margin-bottom: 1em;
padding-left: 20px;
}
.thyroid-wrap li {
margin-bottom: 6px;
}
.breadcrumb {
font-size: 0.9em;
color: #4b5563;
margin-bottom: 20px;
}
.breadcrumb a {
color: #2e6bb3;
text-decoration: none;
}
.alert-danger {
background: #fdf0ef;
border-left: 5px solid #dc3545;
padding: 16px 20px;
margin-bottom: 20px;
border-radius: 0 8px 8px 0;
}
.alert-danger strong {
color: #c0392b;
display: block;
font-size: 1.1em;
margin-bottom: 8px;
}
.alert-warning {
background: #fffbeb;
border-left: 5px solid #f59e0b;
padding: 16px 20px;
margin-bottom: 20px;
border-radius: 0 8px 8px 0;
}
.alert-warning strong {
color: #b45309;
display: block;
font-size: 1.1em;
margin-bottom: 8px;
}
.alert-success {
background: #edf7f2;
border-left: 5px solid #28a745;
padding: 16px 20px;
margin-bottom: 20px;
border-radius: 0 8px 8px 0;
}
.alert-success strong {
color: #1a7a4a;
display: block;
font-size: 1.1em;
margin-bottom: 8px;
}
.alert-summary {
background: #f0f7ff;
border-left: 5px solid #2e6bb3;
padding: 16px 20px;
margin-bottom: 20px;
border-radius: 0 8px 8px 0;
}
.alert-summary strong {
color: #1a4f8a;
display: block;
font-size: 1.1em;
margin-bottom: 8px;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 16px;
margin-bottom: 20px;
}
.card {
background: #f9fafb;
border: 1px solid #e5e7eb;
padding: 16px;
border-radius: 8px;
}
.card strong {
color: #1a4f8a;
display: block;
margin-bottom: 4px;
}
.table-wrap {
overflow-x: auto;
margin-bottom: 20px;
}
.thyroid-table {
width: 100%;
border-collapse: collapse;
font-size: 0.95em;
min-width: 600px;
}
.thyroid-table th, .thyroid-table td {
border: 1px solid #d1dce8;
padding: 12px 14px;
text-align: left;
}
.thyroid-table th {
background: #1a4f8a;
color: #ffffff;
font-weight: bold;
}
.thyroid-table tr:nth-child(odd) {
background: #f0f7ff;
}
.toc {
background: #f9fafb;
padding: 20px;
border-radius: 8px;
border: 1px solid #e5e7eb;
margin-bottom: 30px;
}
.toc h2 {
margin-top: 0;
border-bottom: none;
font-size: 1.2em;
padding-bottom: 0;
}
.toc ul {
list-style: none;
padding: 0;
column-count: 2;
column-gap: 20px;
margin-bottom: 0;
}
.toc li {
margin-bottom: 10px;
}
.faq-wrap {
margin-bottom: 30px;
}
.faq-item {
border: 1px solid #d1dce8;
border-radius: 8px;
margin-bottom: 10px;
overflow: hidden;
}
.faq-q {
background: #f0f7ff;
padding: 16px;
cursor: pointer;
font-weight: bold;
color: #1a4f8a;
margin: 0;
}
.faq-a {
padding: 16px;
display: none;
background: #ffffff;
border-top: 1px solid #d1dce8;
}
.faq-item.open .faq-a {
display: block;
}
.sources-list {
font-size: 0.9em;
color: #4b5563;
}
.sources-list li {
margin-bottom: 10px;
}
.editorial-block {
border: 1px solid #e5e7eb;
padding: 20px;
margin-top: 40px;
background: #f9fafb;
border-radius: 8px;
font-size: 0.9em;
}
.editorial-block strong {
color: #1a4f8a;
display: block;
margin-bottom: 8px;
}
.disclaimer {
margin-top: 20px;
font-size: 0.85em;
color: #6b7280;
border-top: 1px solid #e5e7eb;
padding-top: 16px;
}
@media(max-width: 768px) {
.toc ul {
column-count: 1;
}
}

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