.cat-document .content_box .posts_box .block-2 {
    margin-bottom: 30px;
}
.cat-document .content_box .pagination_box {
    margin-top: 10px;
}
.cat-document .content_box .pagination_box .pagination-container .nav-links {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.single-document .head {
    margin-bottom: 40px;
}
.single-document .head .title {
    text-align: center;
    color: #1C1D1E;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}
.single-document .head div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}
.single-document .head div p {
    font-weight: 400;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #1C1D1E;
    line-height: 1;
}
.single-document .documents_links {
    margin-top: 40px;
}
.single-document .alike_documents {
    margin-top: 30px;
}
.single-document .alike_documents .title {
    font-size: 22px;
    font-weight: 700;
    color: #1C1D1E;
    line-height: 1.2;
}
.single-document .alike_documents div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}
.single-document .alike_documents div a {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
    margin-bottom: 30px;
}
.single-document .alike_documents div a:hover .name {
    border-bottom: 1px solid transparent;
}
.single-document .alike_documents div a .date-container {
    margin-bottom: 12px;
}
.single-document .alike_documents div a .name {
    font-size: 16px;
    color: #005D96;
    border-bottom: 1px solid #005D96;
    line-height: 1.2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
@media screen and (max-width:700px) {
    .single-document .alike_documents div a {
    width: 100%;
    padding: 0;
}
}@media screen and (max-width:500px) {
    .single-document .head div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.single-document .head div p {
    width: 100%;
    text-align: left;
    margin-bottom: 12px;
}
.single-document .head div p:last-child {
    margin-bottom: 0;
}
}