.articles__wrapper {
    margin-bottom: 70px;
}

.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;
}

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

.article__high-text::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;
    margin-bottom: 70px;
}

.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: 400px;
}

.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__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;
}

.articles-page__more-btn {
    display: block;
    margin: 70px auto 0;
}

@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%;
    }
}

@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 {
        margin-bottom: 60px;
    }
}

@media (max-width: 1024px) {
    .articles__slider {
        margin-bottom: 32px;
    }

    .articles__wrapper {
        margin-bottom: 30px;
    }

}

@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%;
    }

    .article__high-text {
        padding-left: 31px;
        background-size: 16px 12px;
        background-position: left top;
    }

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

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

    .articles-page__more-btn {
        margin: 30px auto 0;
    }
}

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

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

@media (max-width: 575px) {
    .articles-page {
        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;
    }

    .articles-page__more-btn {
        margin: 30px 0 0;
        width: 100%;
    }
}