.animate-title._is-visible{
    letter-spacing: 50px;
}
.page-pagination__items  a._is-active {
    border-color: transparent;
    color: #fff;
}
.page-pagination__items a._is-active:after {
    width: 60px;
    height: 60px;
    background-color: #8b00fd;
}

div.article-content__rating-button {
    cursor: not-allowed;
}

.article-content__rating-button.active {
    background-color: #90f;
}
.article-content__rating-button.active span {
    color: #fff;
}

.article-content__author-pic, .next-article__author-pic {
    z-index: 3;
    overflow: hidden;
}

.article-thumb-detailed__img > img , .article-thumb__img-podcast > img, .podcast-thumb__img-wrap {
    border-radius: 16px;
}

.article-content__content ul li, .article-content__content ol li{
    color: #000;
    margin-bottom: 30px;
    font-size: 20px;
    font-family: "ONYSerif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    line-height: 1.3;
}

.article-content__content h1 strong, .article-content__content h2 strong, .article-content__content h3 strong{
    font-weight: normal;
}


.recommended-article__item .article-thumb__number{
    padding-left:10px;
}
.recommended-article__item .article-thumb--no-img .article-thumb__body{
    padding-top: 104px;
}
.recommended-article__item .article-thumb--no-img.article-thumb--no-author .article-thumb__body{
    padding-top: 84px;
}

.all-articles._is-visible .other-articles__title {
    letter-spacing: 50px;
}
.all-articles._is-visible .other-articles__title:before,
.all-articles._is-visible .other-articles__title:after {
    opacity: 0;
}


.broadcasting__video {
    width: 100%;
    margin-bottom: 35px;
}
.broadcasting__video._is-play {
    display: none;
}
.broadcasting__video-play {
    width: 100%;
    height: 390px;
    position: relative;
}
.broadcasting__video-play iframe,
.broadcasting__video-play video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 0;
    object-position: 0 0;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 767px) {
    .broadcasting__video-play {
        height: 190px;
    }
}

.article-content__lid{
    font-size: 26px;
    line-height: 1.2;
    font-weight:400;
}

.next-article__inner.contain{
    max-width: 1026px;
}