.files
{
    flex-wrap: wrap;

    display: flex;
    margin-top: 50px;

}
.file
{
    display: flex; margin-right: 50px;    margin-bottom: 40px;
    width: 100%;
    max-width: 300px;
}
.txtfile span
{
    display: flex;
}

.txtfile
{
    padding-left: 20px;
    padding-top: 10px;
}
.txtfile a
{
    color:#536B96;
}
.format
{
    color: #9F9F9F;
    font-size: 10px;
}
.date
{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height, or 157% */


    color: #B0B0B0;
}
.name
{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    /* or 103% */

    letter-spacing: 0.02em;

    color: #000000;
    padding-top: 12px;
}
.description
{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    /* or 157% */


    color: #32333F;
    padding-top: 15px;
}
.documents_info-inner {
    position: relative;
}

.documents_info-main {
    max-width: 780px;
    width: 100%;
    padding-bottom: 110px;
}
.sideref
{
    display: flex;
    flex-wrap: wrap;
    padding-left: 50px;
    padding-right: 45px;
}
.sideref a
{
    color: #325491;
}
.fhref
{
    padding-top: 37px;
    padding-bottom: 75px;
}
.sideref .href
{
    padding-bottom: 20px;
}

.sideref a:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    /* bottom: 6px; */
    /* left: 108px; */
    border: 2px solid #325491;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    margin-top: 5px;
    margin-left: 5px;
}
.document-item
{
    border-bottom: 1px solid #E2E2E2;
    margin-top: 40px;
}
