.breadcrumbs {
    margin-bottom: 3rem;
    display: flex;
}

.breadcrumbs__arrow-ico {
    margin: 0 12px;
}

.breadcrumbs__link {
    font-family: "circe", sans-serif;
    font-size: 1rem;
    color: #D8DDE8;
    overflow: hidden;        
    white-space: nowrap;   
    text-overflow: ellipsis; 
    max-width: 200px;   
    text-decoration: none;
}
.breadcrumbs__link:hover {
    text-decoration: none;
}
.breadcrumbs__link__active {
    color: #000000;
}

.article {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.article__wrapper {
    max-width: 736px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.article__title {
    font-size: 2.625rem;
    line-height: 3rem;
    color: #000000;
}

.article__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* font-family: "circe-slab-b", Verdana, sans-serif; */
    font-family: "circe", sans-serif;
    font-size: 1rem;
    color: #00000080;
    margin: 1rem 0;

}

.article__info__inner {
    display: flex;
}

.article__info__inner span {
    /* display: flex; */
    /* align-items: center; */
}

.article__info__share {
    position: relative;
    display: flex;
    justify-content: center;
}

.article__info__share__content {
    display: none;
    background: #FFFFFF;
    position: absolute;
    top: 40px;
    padding: 24px;
    border-radius: 16px;
    z-index: 2;
    width: 335px;
    box-shadow: 0px 4px 25px 0px #00000026;
}

.article__info__share__title {
    font-family: "circe", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 16px;
    color: #000000;
    text-align: center;
    margin-top: 0;
}

.article__info__share__link {
    display: flex;    
    align-items: center;
    gap: 0 8px;
    margin-bottom: 16px;
    text-decoration: none;
}

.article__info__share__link:hover {
     text-decoration: none;
}

.article__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 8px;
    margin-bottom: 3rem;
}

.article__tags__link {
    font-family: "circe", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    background-color: #971E33;
    color: #FFFFFF;
    padding: 6px 12px;
    border-radius: 64px;
    text-decoration: none;
}

.article__tags__link:hover {
    text-decoration: none;
}

.article__banner {
    margin-bottom: 3rem;
    width: 100%;
}

.article__text {
    font-family: "circe", sans-serif;
    font-size: 1.25rem;
    line-height: 1.35rem;
    color: #000000;
}

.article__speaker {
    display: flex;
    align-items: center;
    gap: 0 12px;
}

.article__speaker__img {
    width: auto;
    height: 64px;
}

.article__speaker__title {
    margin: 0;
    font-family: "circe-slab-b", Verdana, sans-serif;
    font-size: 1.5rem;
    /* line-height: 1.6rem; */
}

.article__speaker__text {
    color: #00000080;
    margin: 0;
}

.article__border {
    border-top: 1px solid #00000080;
    margin: 3rem 0;
}

.article__title-h3 {
    font-family: "circe-slab-b", Verdana, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.article__list {
    padding-left: 0;
    margin-bottom: 0;
}

.article__list__item {
    list-style-type: none;
    font-size: 1.25rem;
    font-family: "circe", sans-serif;
    line-height: 1.3rem;
    margin-bottom: 1.5rem;
    color: #000000;
}

.article__list__subitem {
    margin-left: 32px;
}

.article__list__link {
    display: flex;
    text-decoration: none !important;
}

.article__list__link:hover {
    color: #971E33;
}

.article__list__link__separator {
    padding: 0 10px;
}

.article__list--red_dotted, .article__list--checked {
    padding-left: 0;
    margin-left: 15px;
}

.article__list--red_dotted__item, .article__list--checked__item {
    font-size: 1.25rem;
    font-family: "circe", sans-serif;
    line-height: 1.3rem;
    margin-bottom: 1.5rem;
    color: #000000;
    margin-left: 10px;
}

.article__list--red_dotted__item::marker {
    color: #971E33; 
    font-size: 1.25rem;
}

.article__list--red_dotted__caption {
    font-weight: 700;
    color: #971E33;    
}

.article__list--checked {
    list-style: none;
    margin-left: 0;
}

.article__list--checked__item {
    display: flex;
    margin-left: 0;
}

.article__list--checkbox {
    background-color: #971E33;
    max-height: 24px;
    max-width: 24px;
    height: auto;
    padding: 0 6px;
    line-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    margin-right: 28px;
}

.article__list--checkbox img {
    height: auto;
    max-width: 10px;
}

.article__text--bgyellow {
    background-color: #FEFBE8;
    padding: 32px;
}

.article__box {
    margin-bottom: 4rem;
    scroll-margin-top: 180px; 
}

.article__table {
    display: flex;
    flex-direction: column;
}

.article__table__row {
    display: flex;
    font-family: "circe", sans-serif;
    font-size: 1.25rem;
    color: #515A64;
    
    border: 1px solid #E2E3E8;
    border-top: none;
}

.article__table__head {
    background-color: #971E33;
    color: #FFFFFF;
}

.article__table__cell {
    text-align: center;
    width: 50%;
    padding: 20px 0;
}

.article__table__separator {
    border-right: 1px solid #E2E3E8;
}

.article__table__mobile {
    display: none;
}

.article__table__mobile__img {
    display: none;
}

.article__list--classic {
    padding-left: 22px;
}

.article__list--classic__item{
    font-size: 1.25rem;
    font-family: "circe", sans-serif;
    line-height: 1.3rem;
    margin-bottom: 1.5rem;
    color: #000000;
}

.article__box--bg-gray {
    background-color: #F8F8F8;
    padding: 32px;
}

.article__title-h3--red {
    text-align: center;
    color: #971E33;
    margin-bottom: 2rem;
    margin-top: 0;
}

.article__box__column__inner {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.article__box__column {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.article__box__column-block {
    
}

.article__title-h6 {
    font-size: 0.875rem;
    color: #971E33;
    margin: 0;
}

.article__list--classic--red-bordered {
    border: 1px solid #971E33;
    border-radius: 16px;
    padding: 16px 8px 0 0;
    margin-top: 8px
}

.article__list--classic--red-bordered__item {
    font-size: 0.875rem;
    line-height: 1.2rem;
    margin-left: 28px;
}

.article__table__row--font {
    font-size: 0.875rem;
}

.article__container--red-bordered {
    background-color: #FFEADD;
    border-left: 5px solid #971E33;
    padding: 32px;
}

.article__text__marker {
    /* font-family: 'inter', sans-serif; */
    color: #971E33;
    font-weight: 600;
}

.article__text__marker--underlined {
    text-decoration: underline;
    color: #971E33;
}

.article__sources__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.article__title-h3--font {
    font-family: "circe", sans-serif;
    font-size: 1.875rem;
    margin: 0
}

.article__num-list {
    list-style-position: inside;
    padding-left: 0;
}

.article__num-list__item {
    margin-bottom: 10px;
    color: #000000CC;
    font-family: "circe", sans-serif;
    font-size: 0.875rem;
    line-height: 1.2rem;;
}

.article__num-list__link {
    text-decoration: underline;
    word-break: break-all;
}

.article__btn-link--more {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #971E33;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 700;
    padding: 13px;
    gap: 0 10px;
    text-align: center;
    text-decoration: none;
}

.article__btn-link--more:hover {
    text-decoration: none;
}

.article__btn-link--more img {
    height: 15px;
}

.article__table-img {
    
}

.article__table-img__mob {
    display: none;
}

.article__back-btn {
    background-color: #971E33;
    padding: 13px 17px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1rem;
    border: none;
    display: flex;
    align-items: center;
    gap: 0 10px;
    transition: .2s;
}
a.article__back-btn:hover  {
    text-decoration: none;
    opacity: .8;
}

.article__back-to-up__btn {
    display: none;
    align-items: center;
    font-family: "circe", sans-serif;
    background: none;
    border: none;
    padding: 0;
    position: fixed; 
    bottom: 100px; 
    right: 70px;
    z-index: 99; 
}

.article__back-to-up__btn-visible {
    position: inherit;
}

.article__hidden_btn {
    background: none;
    border: none;
    padding: 0;
}


@media screen and (max-width: 1050px) {
    .breadcrumbs {
        display: none;
    }
    .article__back-btn {
        display: none;
    }

    .article__back-to-up__btn {
        display: none;
        right: 20px;
    }

    .article__hidden_btn {
        display: none;
    }

    .article {
        justify-content: center;
    }

    .container {
        padding: 0;
        max-width: 100%;
    }

    .article__wrapper {
        max-width: 100%;
    }

    .article__title {
        font-size: 1.625rem;
        line-height: 2rem;
    }

    .article__info {
        flex-direction: column;
        align-items: flex-start;
    }

    .article__info__inner {
        flex-wrap: wrap;
    }

    .article__info__share {
        justify-content: flex-start;
    }

    .article__box {
        margin: 0 20px 3rem;
        scroll-margin-top: 100px; 
    }
        
    .article__speaker__title {
        margin: 0;
        font-family: "circe-slab-b", Verdana, sans-serif;
        font-size: 1rem;
    }

    .article__speaker__text {
        color: #00000080;
        margin: 0;
        font-size: 0.875rem;
    }
    .article__title-h3 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .article__list__item {
        line-height: 1.25rem;
    }
     
    .article__table__row {
        font-size: 0.875rem;
        align-items: center;
    }

    .article__box__column__inner {
        flex-direction: column;
        gap: 0;
    }

    .article__box__column {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .article__table__desktop {
        display: none;
    }
    .article__table__mobile {
        display: none;
    }
    .article__table__mobile__img {
        display: flex;
        justify-content: center;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .article__table__row--font {
        font-size: 0.75rem;
    }
    .article__table__row--mob:first-child {
        border-top: 1px solid #E2E3E8;
    }
    .article__table__cell {
        height: 90px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 5px;
    }
    .article__table__column1 {
        background-color: #971E33;
        color: #FFFFFF;
    }

}

@media screen and (max-width: 335px) {
    .article__info__share__content {
        width: 200px;
    }

    .article__table-img {
        display: none;
    }

    .article__table-img__mob {
        display: none;
    }
}


/* Стили висящих слов и "для красоты" */
.article__title__performance {
    width: 91%;
}

.article__title-h3__increase {
    width: 80%;
}

@media screen and (max-width: 1056px) {
    .article__title-h3__increase {
        width: 100%;
    }
}


/* Styles of Share component. Yandex social links */

.ya-share2__link {
    margin-bottom: 16px;
    opacity: 0.8;
}

.article__table__text {
    font-family: "circe", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #00000080;
    margin-top: 0.1rem;
}

.article__preview {
    display: flex;
    gap: 24px;
    margin-bottom: 1.5rem;
}

.article__preview:hover {
    text-decoration: none;
}

.article__preview__img {
    max-width: 288px;
    height: auto;
}

.article__preview__desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article__preview__desc__title {
    margin: 0;
    font-family: "circe-slab-b", Verdana, sans-serif;
    font-size: 1.5rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: #971E33;
}

.article__preview__desc__date {
    margin: 0;
    font-family: "circe", sans-serif;
    font-size: 1rem;
    color: #000000;
}

.article__border--red {
    border-top: 1px solid #971E33;
}

.article__preview--margin {
    margin-top: 1.5rem;
}

@media screen and (max-width: 1050px) {
    .article__preview {
        flex-direction: column;   
    }
    .article__preview__img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .article__preview__desc__title {
        margin-bottom: 2rem;
    }
}