.news-detail__next_prev_link {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 1.8rem;
    font-weight: bold;
}

.news-article__content ol {
    margin-top: 15px;
}

.news-article__content .news-detail__next_prev_link a {
    color: #272727;
    text-decoration: none;
}

.news-article__content .news-detail__next_prev_link a span {
    text-decoration: underline;
}

.news-article__content .news-detail__next_prev_link a:hover span {
    text-decoration: none;
}

.news-article__content .ya-share2 {
    display: flex;
    justify-content: flex-end;
}

.list_ol li::before {
    counter-increment: num;
    content: counter(num);
    position: absolute;
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    background: 0 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #1e5d9d;
    line-height: 1
}

.news-article__block h2 {
    font-size: 2.4rem;
}

.news-article__block.news-detail__table_of_contents {
    padding-top: 3px;
    padding-bottom: 3px;
}

.news-detail__table_of_contents .news-article__list.list_ol li {
    margin-bottom: 1rem
}

.bold {
    font-weight: bold;
}

.news-article__list.list_ol li {
    margin-bottom: 2rem;
    position: relative;
}

.news-detail_bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/*RATING*/
.rating-area {
    overflow: hidden;
    /*width: 215px;*/
    width: auto;
    /*margin: 0 auto;*/
}

.rating-area label {
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    width: 22px;
    padding: 0;
    cursor: pointer;
    font-size: 22px;
    line-height: 26px;
}

.rating-area:not(:checked) > input {
    display: none;
}

.rating-area:not(:checked) > label {
    color: lightgrey;
    /*text-shadow: 1px 1px #bbb;*/
}

.rating-area:not(:checked) > label:before {
    content: '★';
}

.rating-area > input:checked ~ label {
    color: #1e5d9d;
    /*text-shadow: 1px 1px #c60;*/
}

.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
    color: #1e5d9d;
}

.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
    color: #1e5d9d;
    /*text-shadow: 1px 1px #1e5d9d;*/
}

/**/
.stocks-article__request {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    padding: 3.2rem 5rem;
    background-color: #f1f8fd;
    border-radius: 1.6rem
}

.stocks-article__request-title {
    width: 50rem;
    line-height: 1.22;
    color: #1e5d9d
}

.stocks-article__request-form {
    width: 54.2rem
}

.stocks-article__request-form-content {
    display: flex;
    margin-bottom: .6rem
}

.stocks-article__request-form-button {
    width: 27.9rem;
    flex-shrink: 0;
    margin-left: 1rem
}

.stocks-article__request-form-privacy {
    line-height: 1.2
}

.news-article_top {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    /*justify-content: space-between;*/

}

.news-article_top {
}

.news-detail__news_list {
    margin-top: 50px;
}

.news-detail__news_list .news-all__content {
    grid-template-columns: repeat(3, 1fr);
}

.news-article__block.news-detail__table_of_contents ol {
    margin-bottom: 0;
}

@media (max-width: 48em) {
    .news-article_top .news-article__date {
        margin: 0;
        font-size: 12px;
    }

    .news-article_top {
        gap: 15px;
        margin-bottom: 15px;
        font-size: 12px;
    }

    .news-detail__news_list .news-all__content {
        grid-template-columns: 1fr;
    }

    .list_ol li::before {
        font-size: 2.4rem;
    }

    .news-detail_bottom {
        flex-direction: column;
        gap: 15px;
    }

    .news-article__block.news-detail__table_of_contents {
        padding: 3rem 0;
    }

    .news-article__content ol {
        margin-top: 25px;
    }

    .news-article_top {
        flex-direction: column;

    }

    .stocks-article {
        margin: -3rem 0 14rem
    }

    .stocks-article__heading {
        display: block;
        margin-bottom: 3.4rem
    }

    .stocks-article__block {
        width: 100%;
        margin-bottom: 3rem
    }

    .stocks-article__time,
    .stocks-article__title {
        margin-bottom: 2.2rem
    }

    .stocks-article__time-label {
        font-size: 2.4rem;
        margin-bottom: 1.2rem
    }

    .stocks-article__img {
        width: 100%;
        height: auto;
        border-radius: 3.2rem
    }

    .stocks-article__info {
        margin-bottom: 3.5rem
    }

    .stocks-article__info-title {
        width: 100%;
        font-size: 2.8rem
    }

    .stocks-article__info-list {
        width: 100%
    }

    .stocks-article__info-list:first-child {
        padding-right: 0;
        margin-bottom: 1.1rem
    }

    .stocks-article__info-list .list__item::before {
        left: -5rem
    }

    .stocks-article__info-list .list__item:not(:last-child) {
        margin-bottom: 1.1rem
    }

    .stocks-article__info-lists {
        display: block
    }

    .stocks-article__app {
        display: block;
        margin-bottom: 4rem
    }

    .stocks-article__app-img {
        width: 100%;
        height: 33.8rem;
        border-radius: 3.2rem;
        margin-bottom: 2.5rem
    }

    .stocks-article__app-text {
        width: 100%
    }

    .stocks-article__app-title {
        padding-right: 0;
        margin-bottom: 2.7rem
    }

    .stocks-article__app-link {
        height: 8.8rem
    }

    .stocks-article__app-link:not(:last-child) {
        margin-right: 2rem
    }

    .stocks-article__app-links {
        margin-bottom: 3.4rem
    }

    .stocks-article__app-small {
        font-size: 2rem;
        line-height: 1.2
    }

    .stocks-article__help {
        padding: 4rem 3rem;
        border-radius: 3.2rem;
        margin-bottom: 4rem
    }

    .stocks-article__help-title {
        margin-bottom: 3.8rem
    }

    .stocks-article__official {
        font-size: 2.4rem;
        margin-bottom: 4rem
    }

    .stocks-article__request {
        display: block;
        padding: 4rem 3rem;
        border-radius: 3.2rem
    }

    .stocks-article__request-title {
        width: 100%;
        line-height: 1.2;
        margin-bottom: 3rem
    }

    .stocks-article__request-form {
        width: 100%
    }

    .stocks-article__request-form-content {
        display: block;
        margin-bottom: 1.5rem
    }

    .stocks-article__request-form input {
        font-size: 2.8rem
    }

    .stocks-article__request-form-button {
        width: 100%;
        margin-left: 0;
        margin-top: 2rem
    }

    .news-article__block h2 {
        font-size: 3.246rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 1024px) {
    .news-detail__next_prev_link {
        font-size: 2.5rem;
    }
}