

/* 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_2378.css?17800667234091*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=2378 */

/* ===== 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 h1 {
font-size: 2rem;
color: #1a4f8a;
font-weight: bold;
margin: 1rem 0;
line-height: 1.3;
}
.med-wrap h2 {
font-size: 1.5rem;
color: #1a4f8a;
font-weight: bold;
margin: 2rem 0 1rem;
border-bottom: 2px solid #d1dce8;
padding-bottom: 0.3rem;
}
.med-wrap h3 {
font-size: 1.2rem;
color: #1f2937;
font-weight: bold;
margin: 1.5rem 0 0.5rem;
}
.med-wrap p {
margin: 0 0 1rem;
}
.med-wrap a {
color: #2e6bb3;
text-decoration: underline;
}
.med-wrap a:hover {
text-decoration: none;
}
.med-wrap ul {
margin: 0 0 1rem;
padding-left: 1.5rem;
}
.med-wrap li {
margin-bottom: 0.5rem;
}
.med-wrap img {
max-width: 100%;
height: auto;
border-radius: 8px;
display: block;
margin: 1.5rem auto;
}
.med-breadcrumb {
font-size: 0.85rem;
color: #4b5563;
margin-bottom: 1.5rem;
}
.med-breadcrumb a {
text-decoration: none;
}
.med-danger {
background: #fdf0ef;
border: 1.5px solid #c0392b;
border-radius: 12px;
padding: 18px 22px;
margin: 1.5rem 0;
}
.med-danger-title {
color: #c0392b;
font-weight: bold;
font-size: 1.1rem;
margin-bottom: 8px;
}
.med-warn {
background: #fffbeb;
border: 1.5px solid #f59e0b;
border-radius: 12px;
padding: 18px 22px;
margin: 1.5rem 0;
}
.med-info {
background: #e8f2ff;
border-left: 4px solid #1a4f8a;
border-radius: 8px;
padding: 16px 20px;
margin: 1.5rem 0;
}
.med-summary {
background: #f0f7ff;
border-left: 4px solid #2e6bb3;
border-radius: 0 12px 12px 0;
padding: 14px 18px;
margin: 1.5rem 0;
}
.med-summary-title {
font-size: 0.85rem;
text-transform: uppercase;
color: #2e6bb3;
font-weight: bold;
margin-bottom: 8px;
letter-spacing: 0.05em;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 16px;
margin: 1.5rem 0;
}
.card {
background: #f9fafb;
border: 1px solid #d1dce8;
border-radius: 8px;
padding: 16px;
}
.card-label {
font-size: 0.8rem;
text-transform: uppercase;
color: #2e6bb3;
font-weight: bold;
margin-bottom: 4px;
}
.card-val {
font-size: 0.95rem;
color: #1f2937;
}
.med-table-wrap {
overflow-x: auto;
margin: 1.5rem 0;
}
.med-table {
width: 100%;
border-collapse: collapse;
font-size: 0.95rem;
}
.med-table th {
background: #1a4f8a;
color: #fff;
padding: 12px 14px;
text-align: left;
border: 1px solid #1a4f8a;
}
.med-table td {
padding: 12px 14px;
border: 1px solid #d1dce8;
}
.med-table tr:nth-child(even) {
background: #f9fafb;
}
.med-toc {
background: #f9fafb;
border: 1px solid #d1dce8;
border-radius: 8px;
padding: 18px 22px;
margin: 2rem 0;
}
.med-toc-title {
font-weight: bold;
color: #1a4f8a;
margin-bottom: 12px;
font-size: 1.1rem;
}
.med-toc ul {
column-count: 2;
column-gap: 2rem;
margin: 0;
}
.med-step {
display: flex;
gap: 14px;
margin-bottom: 14px;
align-items: flex-start;
}
.med-step-num {
flex-shrink: 0;
width: 32px;
height: 32px;
background: #1a4f8a;
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 1rem;
}
.med-faq-item {
background: #f9fafb;
border: 1px solid #d1dce8;
border-radius: 8px;
padding: 18px;
margin-bottom: 14px;
}
.med-faq-q {
font-weight: bold;
color: #1a4f8a;
margin-bottom: 8px;
font-size: 1.05rem;
}
.med-refs {
font-size: 0.85rem;
color: #4b5563;
margin-top: 1rem;
}
.med-refs a {
color: #4b5563;
}
.med-footer-card {
background: #f9fafb;
border: 1px solid #d1dce8;
border-radius: 8px;
padding: 18px;
margin-top: 2.5rem;
font-size: 0.9rem;
}
.med-disclaimer {
font-size: 0.8rem;
color: #6b7280;
margin-top: 1.5rem;
border-top: 1px solid #e5e7eb;
padding-top: 1rem;
}
@media(max-width: 600px) {
.med-toc ul {
column-count: 1;
}
}

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