.article__title {
    margin-bottom: 70px;
}

.article__body p {
    font-size: 18px;
    line-height: 160%;
    color: #6A777D;
    margin-bottom: 40px;
}

.article__body p:last-child {
    margin-bottom: 0;
}

.article__body ul,
.article__body ol {
    padding-left: 40px;
    margin-bottom: 40px;
}

.article__body ul:last-child,
.article__body ol:last-child {
    margin-bottom: 40px;
}

.article__body ul li {
    list-style: initial;
    font-size: 18px;
    line-height: 160%;
    color: #6A777D;
    margin-bottom: 20px;
    padding-left: 10px;
}

.article__body ol li {
    font-size: 18px;
    line-height: 160%;
    color: #6A777D;
    margin-bottom: 20px;
    padding-left: 10px;
}

.article__body ul li:last-child,
.article__body ol li:last-child {
    margin-bottom: 0;
}

.article__body ul li::marker {
    width: 8px;
    height: 8px;
    color: #1C7597;
}

.article__body ol li::marker {
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    color: #1C7597;
}

.article__body a {
    font-weight: 800;
    color: #F04A25;
    white-space: nowrap;
}

blockquote {
    padding-left: 114px;
    background-image: url("../../img/sections/article/high-text.svg");
    background-repeat: no-repeat;
    background-position: 40px top;
    position: relative;
    margin-bottom:30px;
}

blockquote::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 56px;
    width: 2px;
    height: calc(100% - 46px);
    background-color: #1C7597;
}

.article-detail__title {
    margin-bottom: 30px;
    flex-grow: 1;
}

.article-detail__wrapper {
    padding-left: 470px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 120px;
    margin-bottom: 50px;
}

.article-detail__author {
    position: absolute;
    top: 0;
    left: 0;
    width: 470px;
    padding-right: 70px;
}

.article-detail__author-picture {
    display: block;
}

.article-detail__author-img {
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    object-position: top center;
    width: 100%;
    max-height: 290px;
}

.article-detail__author-sticker {
    background-color: #F04A25;
    border-radius: 10px;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 5px 15px;
    font-weight: 800;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.article-detail__author-name {
    padding: 20px;
    border-radius: 0 0 10px 10px;
    background-color: #1C7597;
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    color: #fff;
}

.article-detail__author-name a {
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    color: #fff;
}

.article-detail__info {
    display: flex;
    flex-wrap: wrap;
}

.article-detail__info-item {
    flex: 0 1 calc(25% - 15px);
    margin-right: 20px;
    padding: 30px 5px;
    background-color: #F3F4F4;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.article-detail__info-item:nth-child(4n) {
    margin-right: 0;
}

.article-detail__info-item:last-child {
    margin-right: 0;
}

.article-detail__info-icon {
    margin-bottom: 15px;
}

.article-detail__info-title {
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #6A777D;
}

.article-detail__info-descr {
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
}

.article-detail__content p {
    font-size: 18px;
    line-height: 160%;
    color: #6A777D;
    margin-bottom: 30px;
}

.article-detail__content p:last-child {
    margin-bottom: 0;
}

.rating-block .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item {
    margin: 0;
}

.rating-block .ya-share2__item {
    margin-right: 20px!important;
}

.rating-block .ya-share2__item:last-child {
    margin-right: 0!important;
}

.rating-block .ya-share2__badge {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-block  .ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
    background-size: 32px 32px;
}

.rating-block .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item {
    transition: opacity .2s ease;
}

@media (max-width: 1400px) {
    .article-detail__wrapper {
        padding-left: 320px;
    }

    .article-detail__author {
        width: 320px;
        padding-right: 30px;
    }

    .article-detail__author-sticker {
        padding: 5px 10px;
        font-size: 11px;
        line-height: 140%;
    }

    .article-detail__author-name {
        padding: 15px;
        font-size: 14px;
        line-height: 140%;
    }

    .article-detail__author-name a {
        padding: 15px;
        font-size: 14px;
        line-height: 140%;
    }
}

@media (max-width: 1200px) {
    .article-detail__info-item {
        flex: 0 1 calc(50% - 5px);
        padding: 15px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .article-detail__info-item:nth-child(2n) {
        margin-right: 0;
    }

    .article-detail__info-item:last-child {
        margin-right: 0;
    }

    .article-detail__info-title {
        font-size: 14px;
        line-height: 140%;
    }

    .article-detail__info-descr {
        font-size: 14px;
        line-height: 140%;
    }

    .article-detail__info-icon {
        margin-bottom: 10px;
    }

    .article-detail__wrapper {
        padding-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .article__title {
        margin-bottom: 50px;
    }

    .article__body p {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 20px;
    }

    .article__body ul,
    .article__body ol {
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .article__body ul li {
        font-size: 14px;
        line-height: 140%;
    }

    .article__body ol li {
        font-size: 14px;
        line-height: 140%;
    }

    .article__body ol li::marker {
        font-size: 14px;
        line-height: 140%;
    }

    blockquote {
        padding-left: 31px;
        background-size: 16px 12px;
        background-position: left top;
    }

    blockquote::after {
        height: calc(100% - 22px);
        left: 8px;
    }

    .article-detail__content p {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 20px;
    }

    .rating-block .ya-share2__badge {
        width: 40px;
        height: 40px;
    }

    .rating-block .ya-share2__item {
        margin-right: 10px!important;
    }
}

@media (max-width: 767px) {
    .article-detail__wrapper {
        padding-left: 0;
        display: block;
        padding-bottom: 20px;
    }

    .article-detail__author {
        position: relative;
        margin-bottom: 20px;
        padding-right: 0;
        width: initial;
    }
}

@media (max-width: 575px) {
    .article-detail {
        background-image: url("../../img/background-mobile-main-block.svg");
        background-repeat: no-repeat;
    }

    .article-detail__info-item {
        flex: 0 1 100%;
        margin-right: 0;
        flex-direction: row;
    }

    .article-detail__info-item:last-child {
        margin-bottom: 0;
    }

    .article-detail__info-icon {
        margin-bottom: 0;
        margin-right: 10px;
    }

    .article-detail__info-title {
        text-align: initial;
    }

    .article-detail__info-descr {
        text-align: initial;
    }
}
.article-detail__content a {
    font-weight: 800;
    color: #F04A25;
    text-decoration: underline;
    white-space: nowrap;
}
.article__body table{
border: 1px solid #1C7597;
width: 100%;
min-width: 1000px;
}

.article__body table th, td {
  border: 1px solid #1C7597;
  padding: 5px;
}