.b-articles {
    margin: -1px 0 0 -30px;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-around;
}

.b-articles__article {
    display: inline-block;
    margin: 0 0 6px 30px;
    padding-bottom: 27px;
    width: 355px;
    border-bottom: 1px dotted #9b9ea1;
    vertical-align: top;
}

.b-articles__article_type_last {
    border: none;
}

.b-articles__title {
    margin: 21px 0 2px;
    font-size: 16px;
}


.b-articles__title_type_blog {
    margin-bottom: 6px;
}

.b-articles__title_type_blog_homepage {
    margin-bottom: 6px;
    text-align: left;
    font-size: 12px;
    padding-right: 20px;
    padding-left: 20px;
}

.b-articles__text-inner {
    text-align: justify;
    line-height: 20px;
    font-size: 14px;
}

.b-articles__text {
    margin: 0;
}

.b-articles__text_type_blog {
    margin-bottom: 10px;
}


.b-articles__text_type_blog:first-child {
    margin-bottom: 20px;
}

.b-articles__publication {
    margin-top: 12px;
}

.b-articles__info {
    margin: 4px 0 17px;
    color: #616b75;
    font-size: 12px;
}

.b-articles__author {
    margin: 4px 0 8px;
    color: #616b75;
    font-size: 12px;
}

.b-articles__info_type_blog {
    margin: 0 0 24px 0;
    line-height: 1px;
}


.b-articles__info_type_blog_homepage {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
}

.b-articles__more-link-inner {
    margin: 0;
}

.b-article__more-link {
    color: #b10101;
    font-family: 'Robotobold', Arial, sans-serif;
    font-size: 12px;
    text-decoration: none;
}

.b-article__more-link:hover {
    text-decoration: underline;
}

.b-articles__article_type_video {
    margin-top: 23px;
    padding-bottom: 2px;
    border-bottom: 1px solid #9b9ea1;
}

.b-articles__article-inner {
    padding-bottom: 21px;
    border-bottom: 1px solid #9b9ea1;
}

.b-articles__video {
    height: 200px;
    -webkit-box-shadow: 0 4px 7px rgba(50, 50, 50, 0.6);
    -moz-box-shadow:    0 4px 7px rgba(50, 50, 50, 0.6);
    box-shadow:         0 4px 7px rgba(50, 50, 50, 0.6);
}

.b-articles__description {
    margin: 23px 0 0;
    font-size: 14px;
}

.b-articles__link {
    display: inline-block;
    margin: 0 0 5px 14px;
    color: #b10101;
    font-family: 'Robotobold', Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
}

.b-articles__link:hover {
    text-decoration: underline;
}