

/* 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_2532.css?17796303384327*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=2532 */

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

.ag-main-content {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #333;
max-width: 900px;
margin: 0 auto;
padding: 20px;
box-sizing: border-box;
}
.ag-main-content *, .ag-main-content *::before, .ag-main-content *::after {
box-sizing: inherit;
}
.ag-breadcrumbs {
font-size: 0.9em;
color: #666;
margin-bottom: 20px;
}
.ag-breadcrumbs a {
color: #3498db;
text-decoration: none;
}
.ag-breadcrumbs a:hover {
text-decoration: underline;
}
.ag-main-content h1 {
color: #2c3e50;
font-size: 2.2em;
margin-bottom: 20px;
border-bottom: 3px solid #3498db;
padding-bottom: 10px;
}
.ag-main-content h2 {
color: #2c3e50;
font-size: 1.6em;
margin-top: 40px;
margin-bottom: 20px;
border-bottom: 2px solid #ecf0f1;
padding-bottom: 8px;
}
.ag-main-content h3 {
color: #2980b9;
font-size: 1.3em;
margin-top: 30px;
margin-bottom: 15px;
}
.ag-main-content p {
margin-bottom: 15px;
}
.ag-main-content ul {
margin-bottom: 20px;
padding-left: 20px;
}
.ag-main-content li {
margin-bottom: 8px;
}
.ag-main-content strong {
font-weight: 600;
}
.ag-alert {
padding: 20px;
border-radius: 8px;
margin: 25px 0;
}
.ag-alert p:last-child, .ag-alert ul:last-child {
margin-bottom: 0;
}
.ag-alert-danger {
background-color: #fcf0f1;
border-left: 5px solid #dc3545;
color: #721c24;
}
.ag-alert-warning {
background-color: #fff9e6;
border-left: 5px solid #ffc107;
color: #856404;
}
.ag-alert-success {
background-color: #edf7ed;
border-left: 5px solid #28a745;
color: #1b5e20;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 20px;
margin-bottom: 30px;
}
.card {
background-color: #f8fbfd;
border-top: 4px solid #3498db;
border-radius: 8px;
padding: 20px;
box-shadow: 0 4px 6px rgba(0,0,0,0.04);
}
.card strong {
display: block;
color: #2c3e50;
margin-bottom: 8px;
font-size: 1.1em;
}
.ag-toc {
background-color: #f8f9fa;
padding: 25px;
border-radius: 8px;
border: 1px solid #e9ecef;
margin-bottom: 40px;
}
.ag-toc ul {
column-count: 2;
column-gap: 30px;
list-style-type: none;
padding-left: 0;
margin-bottom: 0;
}
.ag-toc a {
text-decoration: none;
color: #3498db;
display: block;
padding: 6px 0;
border-bottom: 1px dashed #dbe1e6;
}
.ag-toc a:hover {
color: #2980b9;
border-bottom-color: #2980b9;
}
.ag-table-wrapper {
overflow-x: auto;
margin: 25px 0;
}
.ag-main-content table {
width: 100%;
border-collapse: collapse;
min-width: 650px;
}
.ag-main-content th, .ag-main-content td {
border: 1px solid #dee2e6;
padding: 15px;
text-align: left;
vertical-align: top;
}
.ag-main-content th {
background-color: #2c3e50;
color: #ffffff;
font-weight: 600;
}
.ag-main-content tr:nth-child(even) {
background-color: #f8f9fa;
}
.ag-img {
max-width: 100%;
height: auto;
display: block;
border-radius: 8px;
margin: 30px 0;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.ag-summary {
background-color: #f0f9f8;
border-left: 5px solid #1abc9c;
padding: 25px;
border-radius: 0 8px 8px 0;
margin: 30px 0;
}
.ag-summary strong {
display: block;
margin-bottom: 15px;
color: #0e6655;
font-size: 1.15em;
}
.ag-faq-item {
background: #ffffff;
border: 1px solid #e9ecef;
padding: 20px;
margin-bottom: 15px;
border-radius: 8px;
border-left: 4px solid #3498db;
}
.ag-faq-item strong {
display: block;
margin-bottom: 10px;
color: #2c3e50;
font-size: 1.1em;
}
.ag-faq-item p:last-child {
margin-bottom: 0;
}
.ag-refs {
list-style-type: decimal;
font-size: 0.9em;
color: #555;
}
.ag-refs li {
margin-bottom: 12px;
}
.ag-refs a {
color: #3498db;
text-decoration: none;
word-break: break-all;
}
.ag-refs a:hover {
text-decoration: underline;
}
.ag-editorial {
background-color: #f1f3f5;
padding: 25px;
border-radius: 8px;
font-size: 0.95em;
margin-top: 50px;
border: 1px solid #dee2e6;
}
.ag-disclaimer {
margin-top: 30px;
border-top: 2px solid #2c3e50;
padding-top: 20px;
font-size: 0.85em;
color: #666;
font-style: italic;
}
@media (max-width: 768px) {
.ag-toc ul {
column-count: 1;
}
.ag-main-content {
padding: 15px;
}
.ag-main-content h1 {
font-size: 1.8em;
}
.ag-main-content h2 {
font-size: 1.4em;
}
}

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