/**,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}*/
/*.header {
    height: 100px;
    background-color: #6c3bff;
}
.footer {
    height: 100vh;
    background-color: #6c3bff;
}*/

.document {
    position: relative;
    display: flex;
/*    justify-content: space-between;
    max-width: 768px;
    margin: 0 auto;
    padding: 0 20px;*/
}
.document__category_wrap {
   /*  width: 25%;*/
}
.document__category {
    /* width: 100%; */
}
/*.document__category_item {
    margin-bottom: 5px;
}
.document__category_item:last-child {
    margin-bottom: 0;
}
.document__category_link {
    display: block;
    padding: 10px 20px;
    background-color: #2effb2;
    border-radius: 6px;
    color: #333;
    font-size: 18px;
    text-decoration: none;
    line-height: 1.5em;
}*/
.document__articles {
   /* width: calc(100% - 370px);*/
  width: 72%;
}
.document__article {
    margin-bottom: 30px;
}
/*.document__article:last-child {
    margin-bottom: 0;
}
.document__article_title {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
}*/