

/* 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_5555.css?17804082773951*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5555 */

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

.ul-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #333333;
max-width: 900px;
margin: 0 auto;
padding: 20px;
box-sizing: border-box;
}

.ul-article * {
box-sizing: inherit;
}

.ul-breadcrumbs {
font-size: 0.9em;
color: #666666;
margin-bottom: 25px;
padding-bottom: 10px;
border-bottom: 1px solid #eeeeee;
}

.ul-article h1 {
color: #1a252f;
font-size: 2.2em;
margin-bottom: 25px;
line-height: 1.3;
}

.ul-article h2 {
color: #2c3e50;
font-size: 1.6em;
border-bottom: 2px solid #3498db;
padding-bottom: 10px;
margin-top: 45px;
margin-bottom: 25px;
}

.ul-article h3 {
color: #2980b9;
font-size: 1.25em;
margin-top: 35px;
margin-bottom: 15px;
}

.ul-article p {
margin-bottom: 18px;
}

.ul-article ul {
margin-bottom: 20px;
padding-left: 25px;
}

.ul-article li {
margin-bottom: 10px;
}

.ul-article a {
color: #3498db;
text-decoration: none;
}

.ul-article a:hover {
text-decoration: underline;
}

.ul-article img {
max-width: 100%;
height: auto;
display: block;
margin: 30px auto;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.ul-article strong {
font-weight: bold;
color: #2c3e50;
}

/* !5B:8 :0@B>G5: */
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin-bottom: 30px;
}

.card {
background-color: #f8f9fa;
border: 1px solid #e9ecef;
border-radius: 8px;
padding: 20px;
box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

.card strong {
color: #2980b9;
display: block;
margin-bottom: 8px;
font-size: 1.1em;
}

.card p {
margin: 0;
font-size: 0.95em;
}

/* "01;8FK */
.table-wrapper {
overflow-x: auto;
margin-bottom: 30px;
}

.ul-article table {
width: 100%;
border-collapse: collapse;
font-size: 0.95em;
min-width: 600px;
}

.ul-article th,
.ul-article td {
border: 1px solid #dee2e6;
padding: 15px;
text-align: left;
vertical-align: top;
}

.ul-article th {
background-color: #2c3e50;
color: #ffffff;
font-weight: bold;
}

.ul-article tr:nth-child(even) {
background-color: #f8f9fa;
}

/* !<KA;>2K5 1;>:8 */
.block-warning {
background-color: #fff3cd;
border-left: 5px solid #ffc107;
padding: 20px;
margin-bottom: 25px;
border-radius: 0 8px 8px 0;
}

.block-warning strong {
color: #856404;
font-size: 1.1em;
}

.block-danger {
background-color: #f8d7da;
border-left: 5px solid #dc3545;
padding: 20px;
margin-bottom: 25px;
border-radius: 0 8px 8px 0;
}

.block-danger strong {
color: #721c24;
font-size: 1.1em;
}

.block-success {
background-color: #d4edda;
border-left: 5px solid #28a745;
padding: 20px;
margin-bottom: 25px;
border-radius: 0 8px 8px 0;
}

.block-success strong {
color: #155724;
font-size: 1.1em;
}

.block-insight {
background-color: #e8f4f8;
border-left: 5px solid #3498db;
padding: 20px;
margin-bottom: 25px;
border-radius: 0 8px 8px 0;
}

.block-insight strong {
color: #2980b9;
font-size: 1.1em;
}

.block-insight ul {
margin-top: 10px;
margin-bottom: 0;
}

/* FAQ */
.faq-item {
background-color: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 8px;
padding: 20px;
margin-bottom: 15px;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.faq-item h3 {
margin-top: 0;
margin-bottom: 10px;
color: #2c3e50;
}

.faq-item p {
margin-bottom: 0;
color: #4a5568;
}

/* >420; */
.block-footer {
background-color: #f8f9fa;
padding: 25px;
border: 1px solid #e9ecef;
margin-top: 50px;
font-size: 0.9em;
border-radius: 8px;
}

.disclaimer {
font-style: italic;
color: #6c757d;
margin-top: 25px;
padding-top: 20px;
border-top: 1px solid #dee2e6;
font-size: 0.9em;
}

@media (max-width: 768px) {
.cards-grid {
grid-template-columns: 1fr;
}
.ul-article h1 {
font-size: 1.8em;
}
.ul-article h2 {
font-size: 1.4em;
}
}

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