/* #documents {
    position: absolute;
    right: -1220px;
    bottom: 350px;

    cursor: pointer;
    
} */

.documents-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.documents-block__row {
    display: flex;
    gap: 20px;
}

.documents-block__row--text {
    /* Інформація про постачальника послуг */

    width: 245px;

    font-family: 'RoadRadio';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;

    color: #CACACA;
}

.documents-block__column {
    display: flex;
    flex-direction: column;
    gap: 37px;
    margin-top: 97px;
}

.documents-block__divider {
    position: relative;
    top: 50px;
}

.vr-documents__header {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;

    margin-top: 45px;
}