.article{
    margin: 20px 0;
    font-size: 14px;
}

.article-wrap {
    padding-bottom: 50px;
}

.article-wrap h2{
    font-size: 20px;
}

.article_content {
    padding-bottom: 20px;
}

.article_img {
    text-align: center;
    margin: 20px 0 15px 0;
    cursor: pointer;
    padding: 30px;
}

.article_img.active{
    margin: 0;
    position: fixed; z-index: 49;
    left: 0; top: 0; right: 0; bottom: 0;
    background-color: #F7F7F7;

}

.article_img .close{
    display: none;
    position: absolute;
    top: 15px; right: 15px;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background: white url("/resources/images/products/del.svg") no-repeat center center;
}

.article_img.active .close {
    display: block;
}

.article_img_title{
    color: #767C8A;
    font-style: italic;
}

.is-help button{
    border: none;
    border-radius: 4px;
    color: white;
    background-color: #b7bcc7;
    padding: 10px 35px;
    margin: 10px 10px 0 0;
}

.is-help button.active{
    background-color: green;
}

.is-help button.active:last-child{
    background-color: red;
}

.figures a {
    display: block;
    margin: 15px 0;
}

.related-articles {
    margin-top: 30px;
}

.related-articles a {
    display: block;
    margin: 15px 0;
}

@media (max-width: 767px){
    .article_img {
        margin: 20px 0 5px 0;
        cursor: pointer;
        padding: 10px;
    }
}