

/* 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_2476.css?17800658453785*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=2476 */

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

.adeno-wrap {
box-sizing: border-box;
max-width: 860px;
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #2c3e50;
padding: 20px 15px;
}
.adeno-wrap * {
box-sizing: inherit;
}
.adeno-wrap h1 {
font-size: 2em;
color: #1a252f;
margin-bottom: 0.5em;
line-height: 1.3;
}
.adeno-wrap h2 {
font-size: 1.5em;
color: #1a252f;
border-bottom: 2px solid #ecf0f1;
padding-bottom: 8px;
margin-top: 1.8em;
margin-bottom: 0.8em;
}
.adeno-wrap h3 {
font-size: 1.2em;
color: #2c3e50;
margin-top: 1.5em;
margin-bottom: 0.8em;
}
.adeno-wrap p {
margin-bottom: 1em;
}
.adeno-wrap a {
color: #2980b9;
text-decoration: none;
}
.adeno-wrap a:hover {
text-decoration: underline;
}
.adeno-breadcrumb {
font-size: 0.9em;
color: #7f8c8d;
margin-bottom: 1.5em;
}
.adeno-breadcrumb a {
color: #7f8c8d;
}
.adeno-alert {
padding: 15px 20px;
margin-bottom: 20px;
border-radius: 6px;
}
.adeno-alert strong {
display: block;
margin-bottom: 8px;
font-size: 1.05em;
}
.adeno-alert-danger {
background-color: #ffebee;
border-left: 5px solid #f44336;
color: #b71c1c;
}
.adeno-alert-warning {
background-color: #fff8e1;
border-left: 5px solid #ffc107;
color: #856404;
}
.adeno-alert-success {
background-color: #e8f5e9;
border-left: 5px solid #4caf50;
color: #1b5e20;
}
.adeno-alert-info {
background-color: #e3f2fd;
border-left: 5px solid #2196f3;
color: #0d47a1;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 15px;
margin-bottom: 25px;
}
.card {
border: 1px solid #e0e0e0;
padding: 15px;
border-radius: 8px;
background-color: #f9fbfd;
}
.card strong {
color: #1a252f;
}
.adeno-toc {
background-color: #f8f9fa;
padding: 20px;
border-radius: 8px;
margin-bottom: 30px;
border: 1px solid #e9ecef;
}
.adeno-toc-title {
font-weight: bold;
font-size: 1.1em;
margin-bottom: 15px;
color: #2c3e50;
}
.adeno-toc ol {
margin: 0;
padding-left: 20px;
}
.adeno-toc li {
margin-bottom: 8px;
}
.table-responsive {
overflow-x: auto;
margin-bottom: 25px;
}
.adeno-wrap table {
width: 100%;
border-collapse: collapse;
min-width: 600px;
}
.adeno-wrap th,
.adeno-wrap td {
border: 1px solid #dee2e6;
padding: 12px 15px;
text-align: left;
vertical-align: top;
}
.adeno-wrap th {
background-color: #f1f3f5;
font-weight: bold;
color: #1a252f;
}
.adeno-wrap tr:nth-child(odd) td {
background-color: #f8f9fa;
}
.adeno-wrap ul,
.adeno-wrap ol {
margin-bottom: 1.5em;
padding-left: 25px;
}
.adeno-wrap li {
margin-bottom: 0.5em;
}
.img-center {
text-align: center;
margin: 30px 0;
}
.img-center img {
max-width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.adeno-chunk {
background-color: #f4f6f7;
border-left: 4px solid #bdc3c7;
padding: 15px 20px;
margin: 20px 0;
font-style: italic;
color: #34495e;
}
.faq-item {
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 6px;
margin-bottom: 10px;
overflow: hidden;
}
.faq-summary {
padding: 15px 20px;
font-weight: bold;
cursor: pointer;
background-color: #f8f9fa;
outline: none;
color: #2c3e50;
}
.faq-summary:hover {
background-color: #e9ecef;
}
.faq-content {
padding: 15px 20px;
border-top: 1px solid #dee2e6;
}
.adeno-editorial {
background-color: #f8f9fa;
padding: 20px;
border: 1px solid #dee2e6;
border-radius: 8px;
margin-top: 40px;
font-size: 0.9em;
color: #495057;
}
.adeno-disclaimer {
margin-top: 25px;
padding-top: 20px;
border-top: 2px solid #dee2e6;
font-size: 0.85em;
color: #6c757d;
}
@media (max-width: 600px) {
.cards-grid {
grid-template-columns: 1fr;
}
}

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