.page-treatment-of-crohns-disease section sup {
    font-size: 65%;
    line-height: 1;
}

.page-treatment-of-crohns-disease section p {
    margin: 0;
}

.page-treatment-of-crohns-disease section h2 {
    margin: 0 0 6px;
    font-size: 22px;
    line-height: 34px;
}

.page-treatment-of-crohns-disease section .nowrap {
    white-space: nowrap;
}

.page-treatment-of-crohns-disease section .red-text {
    color: #fd0008;
}

.page-treatment-of-crohns-disease .notes {
    padding-top: 30px;
}

.page-treatment-of-crohns-disease .notes .definition {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 24px;
    padding: 16px 40px;
    border-radius: 16px;
    background-color: #f5f5f5;
}

.page-treatment-of-crohns-disease .notes .definition img {
    max-width: 124px;
    height: auto;
}

.page-treatment-of-crohns-disease .notes .attention-note {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 31px;
    padding: 8px 24px;
    border-radius: 16px;
    background-color: #b10006;
}

.page-treatment-of-crohns-disease .notes .attention-note img {
    max-width: 60px;
    height: auto;
}

.page-treatment-of-crohns-disease .notes .attention-note p {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
}

.page-treatment-of-crohns-disease .notes .attention-notes-row {
    display: flex;
    gap: 11px;
    align-items: stretch;
    margin-top: 30px;
}

.page-treatment-of-crohns-disease .notes .attention-notes-row .note-item {
    display: flex;
    align-items: center;
    flex: 1 1 25%;
    justify-content: center;
    padding: 11px 6px;
    border-radius: 14px;
    background-color: #b10006;
    color: #ffffff;
    text-align: center;
}

.page-treatment-of-crohns-disease .notes .attention-notes-row .note-item p {
    line-height: 22px;
}

.page-treatment-of-crohns-disease .notes .attention-notes-row .note-item:last-child p {
    max-width: 214px;
    margin: 0 auto;
}

.page-treatment-of-crohns-disease .therapy-start {
    padding-top: 25px;
}

.page-treatment-of-crohns-disease .therapy-start h2 + p {
    margin-bottom: 35px;
}

.page-treatment-of-crohns-disease .therapy-start .row {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.page-treatment-of-crohns-disease .therapy-start .row .col {
    flex: 1 1 50%;
}

.page-treatment-of-crohns-disease .icon-list-item {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 30px;
    margin-left: -5px;
}

.page-treatment-of-crohns-disease .icon-list-item .icon-list-image {
    max-width: 40px;
    height: auto;
}

.page-treatment-of-crohns-disease .icon-list-item .icon-list-text p {
    font-size: 14px;
    line-height: 20px;
}

.page-treatment-of-crohns-disease .therapy-start .row .col:last-child {
    display: flex;
    gap: 39px;
    align-items: center;
    flex: 1 1 59%;
    padding: 14px 25px 5px 33px;
    border-radius: 16px;
    background-color: #f5f5f5;
}

.page-treatment-of-crohns-disease .therapy-start .row .col:last-child img {
    max-width: 64px;
    height: auto;
    margin-top: -20px;
}

.page-treatment-of-crohns-disease .therapy-start .row .col:last-child p {
    margin-bottom: 12px;
    line-height: 20px;
}

.page-treatment-of-crohns-disease .early-start {
    padding-top: 18px;
}

.page-treatment-of-crohns-disease .early-start h2 {
    margin-bottom: 10px;
}

.page-treatment-of-crohns-disease .accordion {
    margin-bottom: 27px;
    padding-top: 26px;
}

.page-treatment-of-crohns-disease .accordion .accordion-header {
    height: auto;
    min-height: 69px;
    padding: 10px 24px 12px;
    letter-spacing: 1.2px;
}

.page-treatment-of-crohns-disease .accordion .toggle-btn img {
    max-width: 10px;
}

.page-treatment-of-crohns-disease .accordion .accordion-header .header-title h2 {
    max-width: 830px;
    font-size: 24px;
    line-height: 34px;
}

.page-treatment-of-crohns-disease .accordion .accordion-content {
    padding: 16px 23px 2px;
    border-radius: initial;
}

.page-treatment-of-crohns-disease section ul {
    margin: 0;
    padding: 6px 26px 19px 16px;
    list-style: none;
}

.page-treatment-of-crohns-disease section ul li {
    position: relative;
    margin-bottom: 8px;
}

.page-treatment-of-crohns-disease section ul li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: -14px;
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background-color: currentColor;
}

.page-treatment-of-crohns-disease .early-start .bordered-notes {
    padding: 20px 40px 0 20px;
    border: 2px solid #666666;
    border-radius: 16px;
}

.page-treatment-of-crohns-disease .early-start .bordered-notes p {
    margin-bottom: 14px;
}

.page-treatment-of-crohns-disease .starting-choice {
    padding-top: 20px;
}

.page-treatment-of-crohns-disease .starting-choice h2 {
    margin-bottom: 14px;
}

.page-treatment-of-crohns-disease .starting-choice h2 + p {
    margin-bottom: 26px;
}

.page-treatment-of-crohns-disease .starting-choice .recommendation-row {
    display: flex;
    gap: 10px;
    margin: 0 0 13px;
}

.page-treatment-of-crohns-disease .starting-choice .recommendation-text,
.page-treatment-of-crohns-disease .starting-choice .recommendation-note {
    display: flex;
    align-items: center;
    flex: 1 1 38.7%;
    padding: 5px 16px 6px;
    border-radius: 16px;
    background: #f5f5f5;
}

.page-treatment-of-crohns-disease .starting-choice .recommendation-note {
    flex: 1 1 61.3%;
    background: #ffe6e6;
}

.page-treatment-of-crohns-disease .starting-choice .recommendation-row p {
    font-size: 15px;
    line-height: 21px;
}

.page-treatment-of-crohns-disease .recommendation-list {
    display: flex;
    gap: 46px;
    align-items: center;
    margin: 30px 0 0 0;
    padding: 27px 5px 8px 47px;
    border-radius: 16px;
    background: #f5f5f5;
}

.page-treatment-of-crohns-disease .recommendation-list img {
    max-width: 86px;
    height: auto;
    margin-top: 14px;
}

.page-treatment-of-crohns-disease .recommendation-list .recommendations h4 {
    margin: 0 0 10px;
    color: #fd0008;
    text-transform: none;
    font-size: 16px;
    line-height: 22px;
}

.page-treatment-of-crohns-disease .recommendation-list .recommendations ul {
    padding: 6px 21px 11px;
    font-size: 14px;
    line-height: 20px;
}

.page-treatment-of-crohns-disease .recommendation-list .recommendations h4:nth-of-type(2) {
    margin-bottom: 2px;
}

.page-treatment-of-crohns-disease .recommendation-list .recommendations h4:nth-of-type(3) {
    margin-bottom: 2px;
}

.page-treatment-of-crohns-disease .early-control {
    padding-top: 17px;
}

.page-treatment-of-crohns-disease .steps-row {
    display: flex;
    gap: 16px;
    padding: 24px 0 0;
}

.page-treatment-of-crohns-disease .steps-row .step {
    display: flex;
    gap: 24px;
    align-items: center;
    flex: 1 1 20%;
    flex-direction: column;
    padding: 16px 14px 16px;
    border-radius: 16px;
    background: #f5f5f5;
}

.page-treatment-of-crohns-disease .steps-row .step .step-icon {
    max-width: 60px;
    height: auto;
}

.page-treatment-of-crohns-disease .steps-row .step .step-text {
    text-align: center;
}

.page-treatment-of-crohns-disease .step-text p {
    font-size: 15px;
    line-height: 21px;
}

.page-treatment-of-crohns-disease .early-control h2 {
    margin-bottom: 11px;
    line-height: 31px;
}

.page-treatment-of-crohns-disease .early-control .accordion {
    margin-bottom: 0;
    padding-top: 22px;
}

.page-treatment-of-crohns-disease .early-control .accordion .accordion-item {
    margin-bottom: 19px;
}

.page-treatment-of-crohns-disease .conclusion h2 {
    margin-bottom: 18px;
    font-size: 24px;
}

.page-treatment-of-crohns-disease .conclusion .icon-list-item {
    max-width: 980px;
    margin-bottom: 16px;
    margin-left: -1px;
}

.page-treatment-of-crohns-disease .conclusion .icon-list-item:nth-of-type(1) {
    max-width: 900px;
}

.page-treatment-of-crohns-disease .sources-wrapper {
    margin-top: 55px;
    margin-bottom: 15px;
    padding-top: 40px;
    border-top: 1px solid #d7d7d7;
}

.page-treatment-of-crohns-disease .under-sources-note,
.page-treatment-of-crohns-disease .jobcode {
    margin: 0 0 14px;
    font-size: 12px;
    line-height: 16px;
}

.page-treatment-of-crohns-disease .jobcode {
    margin-bottom: 0;
    line-height: 24px;
}

.page-treatment-of-crohns-disease .early-start .accordion ul li:nth-of-type(3) {
    max-width: 900px;
}

.page-treatment-of-crohns-disease .early-control .accordion .accordion-content {
    padding: 22px 25px 2px;
}

@media all and (min-width: 992px) {
    .page-treatment-of-crohns-disease .page-article aside {
        flex: 0 0 24.5%;
    }

    .page-treatment-of-crohns-disease .therapy-start .icon-list-item:last-child {
        padding-right: 10px;
    }

    .page-treatment-of-crohns-disease .therapy-start .row .col:last-child p:nth-child(2) {
        max-width: 280px;
    }

    .ru.page-treatment-of-crohns-disease .starting-choice h2 + p {
        max-width: 900px;
    }

    .page-treatment-of-crohns-disease .starting-choice .recommendation-row:nth-of-type(2) .recommendation-note p {
        max-width: 440px;
    }

    .page-treatment-of-crohns-disease .early-control h2 {
        max-width: 900px;
    }
}

@media all and (max-width: 1130px) {
    .page-treatment-of-crohns-disease .steps-row {
        flex-direction: column;
    }
}

@media all and (max-width: 991px) {
    .page-treatment-of-crohns-disease .attention-notes-row {
        flex-direction: column;
    }

    .page-treatment-of-crohns-disease .notes .definition {
        gap: 20px;
        padding: 16px 20px;
    }

    .page-treatment-of-crohns-disease .notes .attention-notes-row .note-item:last-child p {
        max-width: 100%;
    }

    .page-treatment-of-crohns-disease .notes .attention-note {
        gap: 24px;
        padding: 8px 14px;
    }

    .page-treatment-of-crohns-disease .therapy-start .row {
        flex-direction: column;
    }

    .page-treatment-of-crohns-disease .recommendation-list {
        gap: 26px;
        flex-direction: column;
        padding: 10px 5px 13px 16px;
    }
}

@media all and (max-width: 768px) {
    .page-treatment-of-crohns-disease section p {
        line-height: 22px;
    }

    .page-treatment-of-crohns-disease section h2 {
        line-height: 22px;
    }

    .page-treatment-of-crohns-disease #block-my-custom-theme-content {
        padding-top: 0;
        padding-bottom: 0;
    }

    .page-treatment-of-crohns-disease main h1 {
        padding-right: 37px;
        line-height: 28px;
    }

    .page-prevention-and-treatment-of-cmv-infection section ul li::before {
        left: -12px;
    }

    .page-treatment-of-crohns-disease .notes {
        padding-top: 25px;
    }

    .page-treatment-of-crohns-disease .notes .definition {
        gap: 24px;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 26px;
        padding: 16px 14px;
    }

    .page-treatment-of-crohns-disease .notes .attention-note {
        flex-direction: column;
        margin-bottom: 18px;
        padding: 13px 16px 15px;
    }

    .page-treatment-of-crohns-disease .notes .attention-note img {
        display: none;
    }

    .page-treatment-of-crohns-disease .notes .attention-note p {
        font-size: 16px;
        line-height: 20px;
    }

    .page-treatment-of-crohns-disease .notes .under-attention-note {
        padding-right: 7px;
    }

    .page-treatment-of-crohns-disease .notes .attention-notes-row {
        margin-top: 17px;
    }

    .page-treatment-of-crohns-disease .notes .attention-notes-row .note-item {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 67px;
        padding: 11px 8px 12px;
    }

    .page-treatment-of-crohns-disease .therapy-start {
        padding-top: 19px;
    }

    .page-treatment-of-crohns-disease .therapy-start h2 + p {
        margin: 13px 0 14px;
    }

    .page-treatment-of-crohns-disease .icon-list-item {
        margin-bottom: 20px;
        margin-left: 0;
    }

    .page-treatment-of-crohns-disease .therapy-start .row .col:last-child {
        gap: 17px;
        align-items: flex-start;
        flex-direction: column;
        margin-top: -11px;
        padding: 18px 16px 1px 16px;
    }

    .page-treatment-of-crohns-disease .therapy-start .row .col:last-child img {
        max-width: 66px;
        height: auto;
        margin-top: 0;
    }

    .page-treatment-of-crohns-disease .early-start {
        padding-top: 26px;
    }

    .page-treatment-of-crohns-disease .early-start h2 {
        margin-bottom: 24px;
    }

    .page-treatment-of-crohns-disease .accordion {
        margin-bottom: 0;
        padding-top: 30px;
    }

    .page-treatment-of-crohns-disease .accordion .accordion-header .header-title h2 {
        font-size: 16px;
        line-height: 22px;
    }

    .page-treatment-of-crohns-disease section ul {
        padding: 6px 10px 2px 16px;
    }

    .page-treatment-of-crohns-disease .accordion .accordion-header {
        padding: 13px 11px 12px 25px;
    }

    .page-treatment-of-crohns-disease section ul li {
        margin-bottom: 8px;
    }

    .page-treatment-of-crohns-disease .accordion .accordion-content {
        padding: 39px 7px 7px 24px;
    }

    .page-treatment-of-crohns-disease .early-start .bordered-notes {
        margin-top: -6px;
        padding: 21px 6px 15px 23px;
    }

    .page-treatment-of-crohns-disease .early-start .bordered-notes p {
        margin-bottom: 4px;
    }

    .page-treatment-of-crohns-disease .starting-choice {
        padding-top: 24px;
    }

    .page-treatment-of-crohns-disease .starting-choice h2 {
        margin-bottom: 18px;
        padding-right: 10px;
    }

    .page-treatment-of-crohns-disease .starting-choice h2 + p {
        margin-bottom: 19px;
        padding-right: 17px;
    }

    .page-treatment-of-crohns-disease .starting-choice .recommendation-row {
        gap: 11px;
        margin: 0 0 13px;
    }

    .page-treatment-of-crohns-disease .starting-choice .recommendation-text,
    .page-treatment-of-crohns-disease .starting-choice .recommendation-note {
        align-items: flex-start;
        padding: 7px 7px 3px 7px;
    }

    .page-treatment-of-crohns-disease .starting-choice .recommendation-row p {
        font-size: 12px;
        line-height: 17px;
    }

    .page-treatment-of-crohns-disease .starting-choice .recommendation-note {
        padding-left: 10px;
    }

    .page-treatment-of-crohns-disease .starting-choice .recommendation-row:nth-of-type(3) .recommendation-note,
    .page-treatment-of-crohns-disease .starting-choice .recommendation-row:nth-of-type(4) .recommendation-note {
        padding-bottom: 10px;
    }

    .page-treatment-of-crohns-disease .recommendation-list {
        gap: 23px;
        align-items: flex-start;
        margin: 35px 0 0 0;
        padding: 26px 9px 1px 16px;
    }

    .page-treatment-of-crohns-disease .recommendation-list img {
        margin: 0 0 0 5px;
    }

    .page-treatment-of-crohns-disease .recommendation-list .recommendations ul {
        padding: 6px 5px 11px 21px;
    }

    .page-treatment-of-crohns-disease .early-control {
        padding-top: 33px;
    }

    .page-treatment-of-crohns-disease .early-control h2 {
        margin-bottom: 22px;
        line-height: 31px;
    }

    .page-treatment-of-crohns-disease .steps-row {
        gap: 21px;
        padding: 37px 0 0;
    }

    .page-treatment-of-crohns-disease .step:nth-of-type(2) {
        padding-right: 20px;
        padding-left: 20px;
    }

    .page-treatment-of-crohns-disease .early-control .accordion {
        padding-top: 42px;
    }

    .page-treatment-of-crohns-disease .early-control .accordion .accordion-content {
        padding: 17px 7px 10px 24px;
    }

    .page-treatment-of-crohns-disease .conclusion h2 {
        margin-bottom: 13px;
        padding-top: 8px;
        font-size: 18px;
    }

    .page-treatment-of-crohns-disease .conclusion .icon-list-item {
        gap: 11px;
        margin-bottom: 19px;
        margin-left: 0;
    }

    .page-treatment-of-crohns-disease .sources-wrapper {
        margin-top: 0;
        margin-bottom: 27px;
        padding-top: 11px;
        padding-right: 2px;
        border-top: none;
    }

    .page-treatment-of-crohns-disease .under-sources-note,
    .page-treatment-of-crohns-disease .jobcode {
        margin: 0 6px 18px 0;
    }
}
