

/* 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_6067.css?17819495324090*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6067 */

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

.gait-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #333333;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
.gait-article * {
box-sizing: border-box;
}
.gait-article a {
color: #0056b3;
text-decoration: none;
}
.gait-article a:hover {
text-decoration: underline;
}
.gait-article h1 {
font-size: 32px;
color: #222222;
margin-bottom: 24px;
line-height: 1.3;
}
.gait-article h2 {
font-size: 24px;
color: #0056b3;
margin-top: 48px;
margin-bottom: 20px;
border-bottom: 2px solid #edf2f7;
padding-bottom: 10px;
}
.gait-article h3 {
font-size: 18px;
color: #2d3748;
margin-bottom: 12px;
line-height: 1.4;
}
.gait-article p {
margin-bottom: 16px;
font-size: 16px;
}
.gait-article img {
max-width: 100%;
height: auto;
border-radius: 8px;
margin: 24px 0;
display: block;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.breadcrumb {
font-size: 14px;
color: #718096;
margin-bottom: 24px;
}
.label-block {
background-color: #f8fafc;
padding: 8px 16px;
border-left: 4px solid #0056b3;
font-weight: bold;
margin-bottom: 24px;
display: inline-block;
border-radius: 0 4px 4px 0;
color: #2d3748;
}
.warning-block {
background-color: #fffaf0;
border: 1px solid #feebc8;
border-left: 5px solid #dd6b20;
padding: 20px 24px;
margin-bottom: 32px;
border-radius: 6px;
}
.danger-block {
background-color: #fff5f5;
border: 1px solid #fed7d7;
border-left: 5px solid #e53e3e;
padding: 20px 24px;
margin-bottom: 32px;
border-radius: 6px;
}
.danger-block h3 {
color: #c53030;
margin-top: 0;
}
.insight-block {
background-color: #ebf8ff;
padding: 16px 24px;
border-radius: 8px;
margin: 24px 0;
border-left: 4px solid #3182ce;
}
.toc-block {
background-color: #f7fafc;
padding: 24px;
border-radius: 8px;
margin-bottom: 40px;
border: 1px solid #e2e8f0;
}
.toc-block h2 {
margin-top: 0;
border-bottom: none;
padding-bottom: 0;
}
.expert-block {
background-color: #f0fff4;
border: 1px solid #c6f6d5;
padding: 24px;
border-radius: 8px;
margin: 40px 0;
}
.table-responsive {
overflow-x: auto;
margin-bottom: 24px;
border-radius: 8px;
border: 1px solid #e2e8f0;
}
.content-table {
width: 100%;
border-collapse: collapse;
min-width: 600px;
background-color: #ffffff;
}
.content-table th, .content-table td {
border: 1px solid #e2e8f0;
padding: 16px;
text-align: left;
vertical-align: top;
}
.content-table th {
background-color: #f8fafc;
font-weight: bold;
color: #2d3748;
}
.content-table tr:nth-child(even) {
background-color: #fbfcfd;
}
.badge {
display: inline-block;
padding: 6px 10px;
border-radius: 4px;
font-size: 12px;
font-weight: bold;
color: #ffffff;
text-align: center;
line-height: 1.2;
}
.badge-danger { background-color: #e53e3e; }
.badge-urgent { background-color: #dd6b20; }
.badge-warning { background-color: #ecc94b; color: #744210; }
.badge-routine { background-color: #38a169; }
.badge-info { background-color: #3182ce; }
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 24px;
margin: 24px 0;
}
.card {
background-color: #ffffff;
border: 1px solid #e2e8f0;
padding: 24px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}
.faq-card {
background-color: #f8fafc;
}
.gait-article ul {
margin-bottom: 16px;
padding-left: 24px;
}
.gait-article li {
margin-bottom: 8px;
}
.numbered-list {
counter-reset: list-counter;
list-style: none;
padding-left: 0;
}
.numbered-list > li {
counter-increment: list-counter;
position: relative;
padding-left: 32px;
margin-bottom: 12px;
}
.numbered-list > li::before {
content: counter(list-counter) ".";
position: absolute;
left: 0;
top: 0;
font-weight: bold;
color: #0056b3;
}
.reference-list {
font-size: 14px;
word-break: break-word;
}
@media (max-width: 640px) {
.gait-article { padding: 16px; }
.cards-grid { grid-template-columns: 1fr; }
.content-table th, .content-table td { padding: 12px; }
}

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