

/* 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_5382.css?17804066394207*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5382 */

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

.fol-wrap {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
max-width: 900px;
margin: 0 auto;
padding: 20px 15px;
color: #2c3e50;
box-sizing: border-box;
}
.fol-wrap * {
box-sizing: border-box;
}
.fol-breadcrumb {
font-size: 0.85em;
color: #7f8c8d;
margin-bottom: 20px;
}
.fol-breadcrumb a {
color: #3498db;
text-decoration: none;
}
.fol-wrap h1 {
font-size: 2.2em;
color: #2c3e50;
margin: 0 0 15px 0;
line-height: 1.3;
}
.fol-wrap h2 {
font-size: 1.6em;
color: #2980b9;
border-bottom: 2px solid #ecf0f1;
padding-bottom: 8px;
margin: 30px 0 15px 0;
}
.fol-wrap h3 {
font-size: 1.25em;
color: #34495e;
margin: 25px 0 10px 0;
}
.fol-wrap p {
margin: 0 0 15px 0;
}
.fol-wrap ul, .fol-wrap ol {
margin: 0 0 20px 0;
padding-left: 25px;
}
.fol-wrap li {
margin-bottom: 8px;
}
.fol-wrap strong {
font-weight: bold;
color: #2c3e50;
}
.fol-wrap a {
color: #2980b9;
text-decoration: underline;
}
.fol-wrap img {
max-width: 100%;
height: auto;
display: block;
margin: 25px auto;
border-radius: 8px;
}
.fur-cite {
font-size: 0.75em;
text-decoration: none !important;
vertical-align: super;
font-weight: bold;
color: #e67e22;
padding: 0 3px;
}
.fol-table-wrap {
overflow-x: auto;
margin: 20px 0;
}
.fol-table {
width: 100%;
border-collapse: collapse;
font-size: 0.95em;
}
.fol-table th, .fol-table td {
border: 1px solid #bdc3c7;
padding: 12px 15px;
text-align: left;
vertical-align: top;
}
.fol-table th {
background-color: #34495e;
color: #fff;
font-weight: bold;
}
.fol-table tr:nth-child(even) {
background-color: #f8f9fa;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 15px;
margin: 20px 0;
}
.card {
background: #fdfefe;
border: 1px solid #e5e8e8;
border-radius: 8px;
padding: 18px;
box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}
.card-title {
font-size: 0.8em;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #7f8c8d;
font-weight: bold;
margin-bottom: 8px;
}
.card-value {
font-size: 1em;
color: #2c3e50;
line-height: 1.4;
}
.fol-danger {
background-color: #fdf2f2;
border-left: 5px solid #e74c3c;
padding: 18px 20px;
margin: 20px 0;
border-radius: 0 8px 8px 0;
}
.fol-warn {
background-color: #fef9e7;
border-left: 5px solid #f1c40f;
padding: 18px 20px;
margin: 20px 0;
border-radius: 0 8px 8px 0;
}
.fol-ok {
background-color: #eafaf1;
border-left: 5px solid #2ecc71;
padding: 18px 20px;
margin: 20px 0;
border-radius: 0 8px 8px 0;
}
.fol-info {
background-color: #ebf5fb;
border-left: 5px solid #3498db;
padding: 18px 20px;
margin: 20px 0;
border-radius: 0 8px 8px 0;
}
.fol-summary {
background-color: #f4f6f7;
border-radius: 8px;
padding: 20px;
margin: 25px 0;
}
.fol-summary-title {
font-weight: bold;
color: #2c3e50;
margin-bottom: 12px;
font-size: 1.1em;
text-transform: uppercase;
}
.fol-toc {
background: #fdfefe;
border: 1px solid #bdc3c7;
border-radius: 8px;
padding: 20px;
margin: 25px 0;
}
.fol-toc-title {
font-weight: bold;
font-size: 1.2em;
margin-bottom: 15px;
color: #2c3e50;
}
.fol-toc ol {
margin: 0;
}
.fol-step {
display: flex;
align-items: flex-start;
margin-bottom: 15px;
background: #fff;
border: 1px solid #e5e8e8;
border-radius: 8px;
padding: 15px;
}
.fol-step-num {
flex-shrink: 0;
width: 32px;
height: 32px;
background: #3498db;
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
margin-right: 15px;
}
.fol-step-content {
padding-top: 5px;
}
details {
background: #fdfefe;
border: 1px solid #e5e8e8;
border-radius: 8px;
margin-bottom: 12px;
padding: 15px;
}
summary {
font-weight: bold;
cursor: pointer;
color: #2980b9;
outline: none;
font-size: 1.05em;
}
details p {
margin-top: 15px;
margin-bottom: 0;
}
.fol-review {
font-size: 0.85em;
color: #7f8c8d;
border-top: 1px solid #e5e8e8;
padding-top: 15px;
margin-top: 40px;
}
@media (max-width: 600px) {
.cards-grid {
grid-template-columns: 1fr;
}
.fol-wrap h1 {
font-size: 1.8em;
}
}

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