.document-preview-modal{width:min(1080px,calc(100% - 40px));max-width:none;height:min(760px,calc(100vh - 40px));padding:0;overflow:hidden;border:0;border-radius:22px;background:#f4f7f9;color:#102431;box-shadow:0 30px 100px rgba(4,22,34,.35)}.document-preview-modal::backdrop{background:rgba(4,18,28,.72);backdrop-filter:blur(5px)}.document-preview-modal__bar{display:flex;justify-content:space-between;align-items:center;padding:22px 26px;background:#142b38;color:#fff}.document-preview-modal__bar span{color:#ff7130;font-size:11px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.document-preview-modal__bar h2{margin:5px 0 0;font-size:25px}.document-preview-modal__bar button{display:grid;width:44px;height:44px;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:transparent;color:#fff;font-size:30px;cursor:pointer}.document-preview-modal__body{height:calc(100% - 90px);padding:24px}.document-preview-modal iframe{width:100%;height:100%;border:0;border-radius:14px;background:#fff}.document-preview-modal__summary{display:flex;height:100%;flex-direction:column;justify-content:center;align-items:center;padding:50px;border:1px solid #cfdae1;border-radius:14px;background:#fff;text-align:center}.document-preview-modal__summary p{max-width:760px;margin:0 0 25px;color:#536b7b;font-size:22px;line-height:1.65}.document-preview-modal__summary small{color:#82929e}.contacts-source-shell .document-list>a[data-document-preview]{cursor:pointer}.contacts-source-shell .document-list>a[data-document-preview]:after{content:"Открыть просмотр  ↗";justify-self:end;color:#f26322;font-size:13px;font-style:normal;font-weight:800}
@media(max-width:640px){.document-preview-modal{width:calc(100% - 18px);height:calc(100vh - 18px)}.document-preview-modal__body{padding:12px}.document-preview-modal__summary{padding:24px}.contacts-source-shell .document-list>a[data-document-preview]:after{grid-column:2;justify-self:start}}