

/* 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_5587.css?17810977554106*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5587 */

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

.agitation-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
max-width: 900px;
margin: 0 auto;
color: #1c2b3a;
}
.agitation-article * {
box-sizing: border-box;
}
.agitation-article a {
color: #1a6fbf;
text-decoration: underline;
text-underline-offset: 2px;
}
.agitation-article a:hover {
color: #145499;
}
.breadcrumbs {
font-size: 13px;
color: #566878;
margin-bottom: 20px;
}
.breadcrumbs a {
text-decoration: none;
color: #566878;
}
.label {
display: inline-block;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #1a6fbf;
font-weight: bold;
margin-bottom: 10px;
}
.agitation-article h1 {
font-size: 32px;
color: #0b2444;
margin: 0 0 15px;
line-height: 1.2;
}
.subtitle {
font-size: 16px;
color: #1c2b3a;
margin-bottom: 25px;
}
.agitation-article h2 {
font-size: 24px;
color: #0b2444;
margin: 40px 0 20px;
border-bottom: 2px solid #edf5fc;
padding-bottom: 8px;
}
.agitation-article h3 {
font-size: 18px;
color: #0b2444;
margin: 20px 0 10px;
}
.agitation-article p {
margin: 0 0 15px;
font-size: 15px;
}
.agitation-article ul {
margin: 0 0 20px;
padding-left: 20px;
}
.agitation-article li {
margin-bottom: 8px;
font-size: 15px;
}
.agitation-article img {
max-width: 100%;
height: auto;
border-radius: 12px;
margin: 25px auto;
display: block;
}
.block-warning {
background-color: #fff4e6;
border-left: 4px solid #b05c00;
padding: 18px 22px;
margin-bottom: 25px;
border-radius: 0 12px 12px 0;
}
.block-warning strong {
color: #b05c00;
}
.block-danger {
background-color: #fff5f4;
border-left: 4px solid #c0392b;
padding: 18px 22px;
margin-bottom: 25px;
border-radius: 0 12px 12px 0;
}
.block-danger h3 {
margin-top: 0;
color: #c0392b;
}
.block-danger strong {
color: #c0392b;
}
.block-insight {
background-color: #edf5fc;
border-left: 4px solid #1a6fbf;
padding: 18px 22px;
margin-bottom: 25px;
border-radius: 0 12px 12px 0;
}
.block-conclusion {
background-color: #e9f7f1;
border-left: 4px solid #1a7a50;
padding: 18px 22px;
margin-bottom: 25px;
border-radius: 0 12px 12px 0;
}
.table-responsive {
overflow-x: auto;
margin-bottom: 25px;
}
.agitation-table {
width: 100%;
border-collapse: collapse;
font-size: 14px;
background: #ffffff;
}
.agitation-table th,
.agitation-table td {
border: 1px solid #cfd9e6;
padding: 12px 15px;
vertical-align: top;
}
.agitation-table th {
background-color: #0b2444;
color: #ffffff;
font-weight: bold;
text-align: left;
}
.agitation-table tr:nth-child(even) td {
background-color: #f5faff;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 16px;
margin-bottom: 25px;
}
.card {
background: #ffffff;
border: 1px solid #cfd9e6;
border-radius: 12px;
padding: 20px;
}
.card h3 {
margin-top: 0;
font-size: 16px;
margin-bottom: 10px;
color: #0b2444;
}
.card p {
margin: 0;
font-size: 14px;
color: #566878;
}
.card ul {
margin: 0;
padding-left: 20px;
}
.card li {
font-size: 14px;
color: #566878;
margin-bottom: 6px;
}
.counter-list {
list-style-type: none;
counter-reset: custom-counter;
padding-left: 0;
}
.counter-list > li {
counter-increment: custom-counter;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
}
.counter-list > li::before {
content: counter(custom-counter);
position: absolute;
left: 0;
top: 0;
width: 24px;
height: 24px;
background: #1a6fbf;
color: #ffffff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
font-weight: bold;
}
.editorial-block {
background-color: #f5f7fa;
padding: 20px;
border-radius: 12px;
margin-top: 35px;
font-size: 14px;
color: #566878;
border: 1px solid #cfd9e6;
}
.editorial-block p {
margin: 0 0 5px;
font-size: 14px;
}
@media (max-width: 720px) {
.cards-grid {
grid-template-columns: 1fr;
}
.agitation-table th,
.agitation-table td {
padding: 10px;
font-size: 13px;
}
}

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