.contacts__block {
    margin-top: 4rem;
}
.contacts__doc {
    max-width: 393px;
}
.document__modal {
    top: 0;

    background: rgba(0, 0, 0, 0.1);
    z-index: 11;
    left: 0;
}
.modal-document-image {
    max-height: 80vh;

    height: 80vh;
    overflow-y: auto;
}
.document__modal_content {

}
.contacts__modal-img {
    width: 70rem;
    height: 100rem;
    background-size: contain;
    background-position-x: center;
    background-repeat: no-repeat;
}
.modal-document-image {
    max-height: 80vh;
    overflow: auto;
}
.doc-link p {
    font-size: 1.4rem;
}

@media (max-width: 800px) {
    .contacts__modal-img {
        width: 70rem
    }
}
@media (max-width: 582px) {
    .document__modal_content {
        max-width: 90vw;
    }
    .modal-document-image {
        overflow-x: auto;
        height: 100vh;
    }
    .contacts__modal-img {
        width: 100vw;
        height: 80vh
    }
}