.documents{
    display: grid;
    grid-template-columns: 22% 3fr;
    padding: 75px 75px 0;
    box-sizing: border-box;
    margin-bottom: 150px;
}
.documents_title{
    width: 398px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 80%;
    text-transform: uppercase;
    color: #0068AF;
    padding-bottom: 50px;
}
.documents_requisites{
    box-sizing: border-box;
    width: 90%;

    background: linear-gradient(144.28deg, #F3E7E9 1.29%, #E3EEFF 97.49%, #E3EEFF 97.5%);
    border-radius: 10px;
    padding: 40px;
    transition: 600ms;
}
.documents_requisites_title{
    width: 137px;
    height: 22px;
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #111111;
}
.documents_requisites_link{
    width: 109px;
    height: 21px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    text-decoration-line: underline;
    color: #0068AF;
    margin-top: 20px;
}
.documents_requisites_all{
    padding-top: 20px;
    padding-bottom: 20px;
    height: 0px;
    overflow: hidden;
    transition: 600ms;
}
.documents_head{
    display: flex;
    justify-content: space-between;
}
.documents_arrow{
    width: 23px;
    height: 23px;
    border-top: 3px solid #111111;
    border-right: 3px solid #111111;
    margin-right: 60px;
    cursor: pointer;
    transform: rotate(135deg);
    transition: 300ms;
}
.open{
    cursor: pointer;
    transform: rotate(-45deg);
}
.documents_requisites_all_name{
    height: auto;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #747474;
    padding-top: 20px;
}
.documents_requisites_all_text{
    height: auto;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #111111;
}
.open_text{
    height: 100%;
}