.toc_block {
    margin: 50px 0;
    max-width: 66.67%;
}

.wys-max-width .toc_block {
    max-width: 75%;
}

.toc_block__wrapper {
    border-bottom: 2px solid #0061C6;
    padding-bottom: 45px;
}

.toc_block .toc_block__title {
    display: block;
    position: relative;
    margin-top: 0 !important;
    margin-bottom: 40px;
    max-width: 100%;
    color: #0061C6
}

.toc_block .toc_block__title span {
    background: #fff;
    position: relative;
    z-index: 2;
    padding-right: 30px;
}

.toc_block__title::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #0061C6;
}

.toc_block__links {
    padding-left: 10px;
}

.toc_block__link:not(:last-child) {
    margin-bottom: 10px;
}

.toc_block__link a {
    color: #0061C6;
    font-weight: 400;
}

.dark .toc_block__wrapper {
    border-color: #111833;
}

.dark.toc_block .toc_block__title {
    color: #111833;
}

.dark .toc_block__title::after {
    background: #111833;
}

.dark .toc_block__links a {
    color: #111833;
}

@media (max-width: 1680px) {
    .toc_block {
        margin: 30px 0;
    }

    .toc_block .toc_block__title {
        margin-bottom: 30px;
    }

    .toc_block__wrapper {
        padding-bottom: 40px;
    }
}

@media (max-width: 1024px) {
    .toc_block .toc_block__title {
        margin-bottom: 20px;
    }

    .toc_block__wrapper {
        padding-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .toc_block,
    .wys-max-width .toc_block {
        max-width: 100%;
    }
}