.breadcrumb_article {
    margin-bottom: 100px;
}

.article {
    padding: 0 11.98% 189px;
    overflow: hidden;
}

.article__categories {
    margin-bottom: 28px;
}

.article__categories-item {
    display: inline-block;
    margin-right: 20px;
}

.article__categories-item:last-child {
    display: inline-block;
    margin-right: 0;
}

.article__categories-link {
    font-family: 'Gilroy', 'Arial Black', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.688em;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    color: #FF4343;
    display: inline-block;
    padding-bottom: 10px;
}

/*Titles*/
.article__title {
    font-size: 3.625em;
    letter-spacing: 0.04em;
    margin-bottom: 40px;
    width: 60%;
}

.article__subtitle {
    font-size: 1.750em;
    letter-spacing: 0.04em;
    margin: 40px 0 32px;
    width: 60%;
}

.article__second-subtitle {
    font-size: 1.500em;
    letter-spacing: 0.04em;
    margin: 40px 0 32px;
    width: 60%;
}

/*Text*/
.article__tagline {
    font-family: 'Gilroy', 'Arial', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.500em;
    line-height: 1.6;
    letter-spacing: 0.02em;
    width: 70%;
    margin-bottom: 60px;
}

.article__text,
.article__desc {
    font-size: 1.250em;
    line-height: 1.6;
    letter-spacing: 0.02em;
    width: 79%;
    padding-bottom: 32px;
}

.article__desc {
    width: 70%;
}

.article__list {
    list-style-type: disc;
    list-style-position: inside;
    margin: 40px 0;
}

.article__item {
    font-size: 1.250em;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

/*Images*/
.article__bg {
    background-color: #C4C4C4;
    background-image:
            linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
            url(../img/bg_news_01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    padding: 0 15.74%;
    height: 520px;
    margin-bottom: 60px;
    margin-left: -15.74%;
}

.article_img {
    width: 59.45%;
    margin: 20px 0;
}

.article .news__additional-topics {
    margin-top: 88px;
}

/*Adaptive*/
@media screen and (max-width: 1366px) {
    .breadcrumb_article {
        margin-bottom: 55px;
    }

    .article {
        padding: 0 5% 55px;
    }

    .article .news__additional-topics {
        margin-top: 23px;
    }
}

@media screen and (max-width: 1080px) {
    .article__tagline {
        width: 80%;
    }

    .article__text,
    .article__desc {
        width: 89%;
    }

    .article__desc {
        width: 80%;
    }

    .article_img {
        width: 69.45%;
    }
}

@media screen and (max-width: 480px) {
    .breadcrumb_article {
        margin-bottom: 28px;
    }

    .article__tagline {
        font-size: 1.400em;
        width: 100%;
    }

    .article__text,
    .article__desc {
        width: 100%;
    }

    .article_img {
        width: 100%;
    }
}

