

/* 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_5301.css?17800608734810*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5301 */

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

.med-wrap {
font-family: Arial, Helvetica, sans-serif;
color: #1f2937;
line-height: 1.6;
max-width: 860px;
margin: 0 auto;
padding: 0 15px;
box-sizing: border-box;
}
.med-wrap *, .med-wrap *::before, .med-wrap *::after {
box-sizing: inherit;
}
.med-wrap p {
margin: 0 0 1rem;
}
.med-wrap ul, .med-wrap ol {
margin: 0 0 1rem;
padding-left: 1.5rem;
}
.med-wrap li {
margin-bottom: 0.5rem;
}
.med-wrap a {
color: #2e6bb3;
text-decoration: underline;
}
.med-wrap a:hover {
text-decoration: none;
}
.med-wrap h1 {
font-size: 2.1rem;
color: #1a4f8a;
margin: 0 0 1rem;
line-height: 1.3;
}
.med-wrap h2 {
font-size: 1.6rem;
color: #1a4f8a;
border-bottom: 2px solid #d1dce8;
padding-bottom: 0.3rem;
margin: 2rem 0 1rem;
}
.med-wrap h3 {
font-size: 1.2rem;
color: #1f2937;
margin: 1.5rem 0 0.5rem;
}
.med-breadcrumb {
font-size: 0.85rem;
color: #4b5563;
margin-bottom: 1.5rem;
}
.med-breadcrumb a {
color: #2e6bb3;
text-decoration: none;
}
.med-breadcrumb span {
margin: 0 5px;
}
.med-danger {
background: #fdf0ef;
border: 1.5px solid #c0392b;
border-radius: 8px;
padding: 15px 20px;
margin: 1.5rem 0;
}
.med-danger strong {
color: #c0392b;
display: block;
font-size: 1.1rem;
margin-bottom: 0.5rem;
}
.med-warn {
background: #fffbeb;
border: 1.5px solid #f59e0b;
border-radius: 8px;
padding: 15px 20px;
margin: 1.5rem 0;
}
.med-warn strong {
color: #b45309;
display: block;
font-size: 1.1rem;
margin-bottom: 0.5rem;
}
.med-ok {
background: #edf7f2;
border: 1.5px solid #1a7a4a;
border-radius: 8px;
padding: 15px 20px;
margin: 1.5rem 0;
}
.med-ok strong {
color: #1a7a4a;
display: block;
font-size: 1.1rem;
margin-bottom: 0.5rem;
}
.med-info {
background: #e8f2ff;
border-left: 4px solid #1a4f8a;
padding: 15px 20px;
margin: 1.5rem 0;
border-radius: 0 8px 8px 0;
}
.med-30s {
background: #fff;
border: 2px solid #1a4f8a;
border-radius: 8px;
padding: 20px;
margin-bottom: 2rem;
box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
.med-30s-title {
font-weight: bold;
font-size: 1.2rem;
color: #1a4f8a;
margin-bottom: 1rem;
}
.med-30s-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 15px;
}
.med-30s-item {
background: #f0f7ff;
padding: 10px 15px;
border-radius: 6px;
}
.med-30s-label {
font-size: 0.8rem;
text-transform: uppercase;
color: #2e6bb3;
font-weight: bold;
margin-bottom: 5px;
}
.med-30s-val {
font-size: 0.95rem;
font-weight: bold;
color: #1f2937;
}
.med-toc {
background: #f9fafb;
border: 1px solid #d1dce8;
border-radius: 8px;
padding: 20px;
margin-bottom: 2rem;
}
.med-toc-title {
font-weight: bold;
font-size: 1.1rem;
color: #1a4f8a;
margin-bottom: 1rem;
}
.med-toc ol {
column-count: 2;
column-gap: 2rem;
margin: 0;
}
@media (max-width: 600px) {
.med-toc ol {
column-count: 1;
}
}
.med-table-wrap {
overflow-x: auto;
margin: 1.5rem 0;
}
.med-table {
width: 100%;
border-collapse: collapse;
font-size: 0.95rem;
}
.med-table th, .med-table td {
padding: 12px 15px;
border: 1px solid #d1dce8;
text-align: left;
}
.med-table th {
background: #1a4f8a;
color: #fff;
font-weight: bold;
}
.med-table tr:nth-child(even) {
background: #f9fafb;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 15px;
margin: 1.5rem 0;
}
.card {
background: #f0f7ff;
border: 1px solid #d1dce8;
border-radius: 8px;
padding: 15px;
}
.card strong {
color: #1a4f8a;
display: block;
margin-bottom: 5px;
}
.med-cite {
font-size: 0.8rem;
font-weight: bold;
color: #2e6bb3;
text-decoration: none;
vertical-align: super;
line-height: 0;
padding: 0 2px;
}
.med-faq {
margin: 2rem 0;
}
.med-faq-item {
border: 1px solid #d1dce8;
border-radius: 8px;
margin-bottom: 10px;
padding: 15px;
background: #fff;
}
.med-faq-q {
font-weight: bold;
color: #1a4f8a;
margin-bottom: 5px;
}
.med-faq-a {
font-size: 0.95rem;
color: #4b5563;
margin: 0;
}
.med-sources {
background: #f9fafb;
border: 1px solid #d1dce8;
border-radius: 8px;
padding: 20px;
margin-top: 3rem;
}
.med-sources-title {
font-weight: bold;
font-size: 1.1rem;
color: #1a4f8a;
margin-bottom: 1rem;
}
.med-sources ul {
list-style: none;
padding: 0;
margin: 0;
}
.med-sources li {
font-size: 0.85rem;
margin-bottom: 10px;
color: #4b5563;
padding-left: 0;
}
.med-sources a {
word-break: break-all;
}
.med-review {
background: #f9fafb;
border: 1px solid #d1dce8;
border-radius: 8px;
padding: 15px;
margin-top: 2rem;
font-size: 0.9rem;
}
.med-disclaimer {
font-size: 0.85rem;
color: #6b7280;
margin-top: 1.5rem;
border-top: 1px solid #e5e7eb;
padding-top: 1rem;
}

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