

/* 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_2746.css?17795927083794*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=2746 */

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

.med-article-wrap {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #2d3748;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
.med-article-wrap * {
box-sizing: border-box;
}
.med-article-wrap h1 {
color: #1a4f8a;
font-size: 2.2rem;
margin-bottom: 1.5rem;
line-height: 1.3;
}
.med-article-wrap h2 {
color: #1a4f8a;
font-size: 1.6rem;
border-bottom: 2px solid #e2e8f0;
padding-bottom: 0.5rem;
margin-top: 2.5rem;
margin-bottom: 1.2rem;
}
.med-article-wrap h3 {
color: #2c5282;
font-size: 1.3rem;
margin-top: 2rem;
margin-bottom: 1rem;
}
.med-article-wrap p {
margin-bottom: 1.2rem;
}
.med-article-wrap a {
color: #3182ce;
text-decoration: underline;
}
.med-article-wrap a:hover {
text-decoration: none;
}
.med-article-wrap ul {
margin-bottom: 1.5rem;
padding-left: 1.5rem;
list-style-type: disc;
}
.med-article-wrap ul.numbered-list {
list-style-type: decimal;
}
.med-article-wrap li {
margin-bottom: 0.5rem;
}
.breadcrumbs {
font-size: 0.85rem;
color: #718096;
margin-bottom: 2rem;
}
.article-img {
max-width: 100%;
height: auto;
display: block;
margin: 2rem auto;
border-radius: 8px;
background-color: #edf2f7;
}

/* !<KA;>2K5 1;>:8 */
.block-danger {
background-color: #fff5f5;
border-left: 5px solid #e53e3e;
padding: 18px;
margin: 1.5rem 0;
border-radius: 0 8px 8px 0;
}
.block-danger-title {
color: #c53030;
font-weight: bold;
margin-bottom: 0.8rem;
font-size: 1.1rem;
}
.block-success {
background-color: #f0fff4;
border-left: 5px solid #38a169;
padding: 18px;
margin: 1.5rem 0;
border-radius: 0 8px 8px 0;
}
.block-success-title {
color: #276749;
font-weight: bold;
margin-bottom: 0.8rem;
font-size: 1.1rem;
}
.block-insight {
background-color: #ebf8ff;
border-left: 5px solid #3182ce;
padding: 18px;
margin: 1.5rem 0;
border-radius: 0 8px 8px 0;
}
.block-insight-title {
color: #2b6cb0;
font-weight: bold;
margin-bottom: 0.5rem;
}
.block-conclusion {
background-color: #f7fafc;
border: 1px solid #e2e8f0;
padding: 18px;
margin: 1.5rem 0;
border-radius: 8px;
}
.block-conclusion-title {
color: #4a5568;
font-weight: bold;
margin-bottom: 0.8rem;
text-transform: uppercase;
letter-spacing: 0.05em;
font-size: 0.9rem;
}
.block-review {
background-color: #f8fafc;
border-left: 4px solid #1a4f8a;
padding: 20px;
margin-top: 3rem;
border-radius: 0 8px 8px 0;
}
.block-disclaimer {
background-color: #fff5f5;
border: 1px solid #feb2b2;
padding: 20px;
margin-top: 1.5rem;
border-radius: 8px;
font-size: 0.9rem;
color: #742a2a;
}

/* "01;8FK */
.table-responsive {
width: 100%;
overflow-x: auto;
margin-bottom: 2rem;
}
.data-table {
width: 100%;
border-collapse: collapse;
font-size: 0.95rem;
}
.data-table th, .data-table td {
border: 1px solid #cbd5e0;
padding: 12px 15px;
text-align: left;
vertical-align: top;
}
.data-table th {
background-color: #1a4f8a;
color: #ffffff;
font-weight: bold;
}
.data-table tr:nth-child(even) {
background-color: #f7fafc;
}

/* !5B:0 :0@B>G5: */
.cards-grid {
display: flex;
flex-wrap: wrap;
gap: 1.5rem;
margin: 1.5rem 0;
}
.card {
flex: 1 1 calc(50% - 1.5rem);
min-width: 280px;
background-color: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 8px;
padding: 20px;
box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}
.card-title {
font-weight: bold;
color: #2b6cb0;
margin-bottom: 0.8rem;
font-size: 1.05rem;
text-transform: uppercase;
}

/* FAQ */
.faq-item {
margin-bottom: 1.5rem;
border: 1px solid #e2e8f0;
border-radius: 8px;
background-color: #f7fafc;
}
.faq-q {
padding: 15px 20px;
font-weight: bold;
color: #1a4f8a;
border-bottom: 1px solid #e2e8f0;
}
.faq-a {
padding: 15px 20px;
background-color: #ffffff;
border-radius: 0 0 8px 8px;
}

/* 40?B82=>ABL */
@media (max-width: 768px) {
.cards-grid {
flex-direction: column;
}
.card {
flex: 1 1 100%;
}
}

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