.download-documents .document {
    position: relative;
    padding-left: 60px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    word-wrap: break-word; /* или overflow-wrap: break-word; */
}

.download-documents .format-pdf:before {
    background: url(/img/pdf.png) no-repeat center center;
}

.download-documents .format-docx:before {
    background: url(/img/doc.png) no-repeat center center;
}

.download-documents .document:before {
    display: block;
    position: absolute;
    content: '';
    width: 52px;
    height: 72px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-size: cover !important;
    overflow: hidden;
}
.price_page {
    width: 100%;
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.price_page img {
    max-width: 100%;
    height: auto;
}

.price_page .table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.price_page table {
    width: 100% !important;
    max-width: 100%;
    table-layout: auto;
}

.price_page table td,
.price_page table th {
    word-break: normal;
    hyphens: manual;
    vertical-align: top;
}

.price_page--oms-table .table-responsive {
    width: auto;
    max-width: 100%;
    overflow-x: auto;
}

.price_page--oms-table table {
    width: auto !important;
    max-width: 100%;
    table-layout: auto;
    border-collapse: collapse;
}

.price_page--oms-table table td {
    width: auto !important;
    max-width: none !important;
    padding: 8px 12px;
    white-space: normal;
}

.price_page--oms-table table tr:first-child td {
    font-weight: 600;
}

/* Сброс полосатости по номеру tr — при rowspan она «плывёт» */
.price_page--oms-table .styled-table table tbody tr:nth-child(2n + 1),
.price_page--oms-table .styled-table table tbody tr:nth-child(2n) {
    background: transparent;
}

.price_page--oms-table .styled-table table tbody tr.oms-table__head td {
    background-color: #adecfe;
    font-weight: 600;
}

.price_page--oms-table .styled-table table tbody tr.oms-table__group-even td {
    background-color: #f7f7f7;
}

.price_page--oms-table .styled-table table tbody tr.oms-table__group-odd td {
    background-color: #adecfe;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.price_page pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    max-width: 100%;
    overflow-x: auto;
}

.price_page a {
    word-break: break-all;
}
.article-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.article-content {
    width: 100%;
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.article-content img, 
.article-content iframe, 
.article-content embed,
.article-content object,
.article-content video {
    max-width: 100%;
    height: auto;
}

.article-content table {
    width: 100% !important;
    max-width: 100%;
    display: block;
    overflow-x: auto;
}

.article-content pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    max-width: 100%;
    overflow-x: auto;
}

.article-content a {
    word-break: break-all;
}
.pacientam {
    word-wrap: break-word;
}

@media (max-width: 768px) {
    .article-content {
        font-size: 14px;
    }
    
    .article-content table {
        font-size: 12px;
    }
}

/* Добавьте медиазапросы для мобильных устройств */
@media (max-width: 768px) {
    .download-documents .document {
        padding-left: 30px;
    }
    .download-documents .document:before {
        width: 40px;
        height: 56px;
    }
}