

/* 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_6191.css?17831496364530*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6191 */

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

.senile-kidney-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #333;
max-width: 900px;
margin: 0 auto;
padding: 20px;
box-sizing: border-box;
}
.senile-kidney-article * {
box-sizing: inherit;
}
.senile-kidney-article h1,
.senile-kidney-article h2,
.senile-kidney-article h3 {
color: #2c3e50;
}
.senile-kidney-article h2 {
border-bottom: 2px solid #3498db;
padding-bottom: 8px;
margin: 1.5em 0 1em;
font-size: 1.5em;
}
.senile-kidney-article h3 {
color: #2980b9;
margin: 1.2em 0 0.8em;
font-size: 1.2em;
}
.senile-kidney-article p {
margin: 0 0 1em;
}
.senile-kidney-article ul {
margin: 0 0 1em;
padding-left: 20px;
}
.senile-kidney-article li {
margin-bottom: 0.5em;
}
.senile-kidney-article a {
color: #3498db;
text-decoration: none;
}
.senile-kidney-article a:hover {
text-decoration: underline;
}
.senile-kidney-article img {
max-width: 100%;
height: auto;
display: block;
margin: 1.5em auto;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.senile-kidney-article strong {
font-weight: bold;
color: #111;
}
.table-wrapper {
overflow-x: auto;
margin-bottom: 1.5em;
width: 100%;
}
.senile-kidney-article table {
width: 100%;
border-collapse: collapse;
min-width: 600px;
}
.senile-kidney-article th,
.senile-kidney-article td {
border: 1px solid #d1d8dd;
padding: 12px;
text-align: left;
vertical-align: top;
}
.senile-kidney-article th {
background-color: #2c3e50;
color: #fff;
font-weight: bold;
}
.senile-kidney-article tr:nth-child(even) {
background-color: #f8fbfc;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin-bottom: 1.5em;
}
.card {
background-color: #f0f7fb;
border-radius: 8px;
padding: 20px;
border-left: 4px solid #3498db;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.card strong {
display: block;
margin-bottom: 8px;
color: #2c3e50;
font-size: 1.05em;
}
.alert-block {
background-color: #feeceb;
border-left: 4px solid #e74c3c;
padding: 18px 20px 1px;
margin-bottom: 1.5em;
border-radius: 0 8px 8px 0;
}
.alert-block strong {
color: #c0392b;
}
.info-block {
background-color: #e8f4f8;
border-left: 4px solid #3498db;
padding: 18px 20px 1px;
margin-bottom: 1.5em;
border-radius: 0 8px 8px 0;
}
.info-block strong {
color: #2980b9;
}
.success-block {
background-color: #eafaf1;
border-left: 4px solid #2ecc71;
padding: 18px 20px 1px;
margin-bottom: 1.5em;
border-radius: 0 8px 8px 0;
}
.success-block strong {
color: #27ae60;
}
.warning-block {
background-color: #fdf2e9;
border-left: 4px solid #e67e22;
padding: 18px 20px 1px;
margin-bottom: 1.5em;
border-radius: 0 8px 8px 0;
}
.warning-block strong {
color: #d35400;
}
.summary-block {
background-color: #f4f6f7;
border-left: 4px solid #7f8c8d;
padding: 18px 20px 1px;
margin-bottom: 1.5em;
border-radius: 0 8px 8px 0;
}
.summary-block strong {
color: #2c3e50;
font-size: 1.1em;
display: block;
margin-bottom: 10px;
}
.editorial-block {
background-color: #f9f9f9;
border: 1px solid #ddd;
padding: 18px 20px 1px;
margin-top: 30px;
margin-bottom: 1.5em;
border-radius: 8px;
font-size: 0.9em;
color: #555;
}
.breadcrumbs {
font-size: 0.9em;
color: #7f8c8d;
margin-bottom: 2em;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
.breadcrumbs a {
color: #7f8c8d;
text-decoration: none;
}
.breadcrumbs a:hover {
color: #3498db;
}
.toc-container {
background-color: #fdfdfd;
border: 1px solid #eaeaea;
border-radius: 8px;
padding: 20px 20px 1px;
margin-bottom: 2em;
box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}
.toc-container ul {
list-style-type: none;
padding-left: 0;
}
.toc-container li {
margin-bottom: 0.8em;
}
.toc-container a {
color: #2c3e50;
font-weight: bold;
border-bottom: 1px dashed #ccc;
padding-bottom: 2px;
}
.toc-container a:hover {
color: #3498db;
border-bottom-color: #3498db;
}
.faq-item {
background: #fff;
border: 1px solid #eaeaea;
padding: 18px 20px 1px;
margin-bottom: 15px;
border-radius: 8px;
border-left: 4px solid #9b59b6;
box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}
.faq-item h3 {
margin-top: 0;
color: #8e44ad;
font-size: 1.1em;
margin-bottom: 10px;
}
@media (max-width: 600px) {
.cards-grid {
grid-template-columns: 1fr;
}
.senile-kidney-article h2 {
font-size: 1.3em;
}
.senile-kidney-article h3 {
font-size: 1.1em;
}
}

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