.onecol-l.hide_left_block {
    display: none !important;
}

.onecol-l.hide_left_block + .twocol-r{
    width: 100% !important;
    display: block !important;
}

.title--accent {
    font-size: 30px;
    color: #92278F;
    text-transform: uppercase;
}

.title--accent:not(:last-child) {
    margin-bottom: 32px;
}

.text--large {
    font-size: 24px;
    line-height: 1.3;
}

.mb-64:not(:last-child) {
    margin-bottom: 64px;
}

.title--faded {
    color: #272C3E80;
    font-size: 24px;
    line-height: 1.5;
}

.title--faded:not(:last-child) {
    margin-bottom: 16px;
}

.text--faded {
    font-size: 15px;
    color: #272C3E80;
}

.text .notification-page ul li:before {
    content:none !important;
}

.notification-page .splide__pagination {
    display: block;
    width: auto;
}

@media (max-width: 767px) {
    .title--accent {
        font-size: 26px;
    }

    .title--accent:not(:last-child) {
        margin-bottom: 24px;
    }

    .text--large {
        font-size: 18px;
    }

    .mb-64:not(:last-child) {
        margin-bottom: 40px;
    }

    .text__part:has(+ .text__part) {
        margin-bottom: 10px;
    }

    .title--faded {
        font-size: 20px;
        line-height: 1.3;
    }

    .text--faded {
        font-size: 14px;
    }
}
