.block.related_documents {
    margin-bottom: 50px;
}
.block.related_documents h3 {
    border-bottom: 2px solid #D9D9D9;
}
.block.related_documents button {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    padding: 15px 0;
    line-height: 39px;
}
.block.related_documents .doc {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: #F9F9F9;
    padding: 15px;
    text-decoration: none;
}
.block.related_documents .doc .type {
    width: 108.571px;
    height: 38px;
    background: #B81D1D;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    margin-right: 20px;
}
.block.related_documents .doc .name {
    flex: 1;
    color: #0B0C0C;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.block.related_documents .doc .size {
    width: 154.404px;
    color: #0B0C0C;
    text-align: right;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
