/*//////////////////////////////////////////////////////////////////*/
/*Статьи*/
/*//////////////////////////////////////////////////////////////////*/
.hidden
{
    display: none;
}
.article
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    max-width: 1000px;
    padding: 0 80px 80px;

    text-align: center;

    background: #fff;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.article .title
{
    margin: 80px 0 40px;
}
.text-article
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.text-article h4
{
    font-weight: 500;

    max-width: 400px;
    margin: 40px 0 0;

    color: #353535;
}
.text-article h6
{
    font-weight: 500;

    max-width: 400px;
    margin: 30px 0 0;

    color: #353535;
}
.text-article p
{
    font-weight: 500;

    margin: 20px 0 0;

    text-align: justify;
    text-indent: 20px;
    text-transform: none;

    color: #353535;
}
.text-article span
{
    font-weight: 700;

    text-transform: uppercase;

    color: #f0542d;
}
.text-article ul li
{
    font-weight: 700;

    text-align: left;
    text-transform: capitalize;

    color: #f0542d;
}
