Загрузка данных


<div id="docxModal" style="display:none; position:fixed; z-index:1000; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.8); overflow:auto;">
    <div style="background: white; color: black; margin: 5% auto; padding: 40px; width: 80%; border-radius: 15px; min-height: 80vh; position: relative;">
        <span onclick="document.getElementById('docxModal').style.display='none'" style="position:absolute; right:20px; top:100px; cursor:pointer; font-size:30px;">&times;</span>
        <div id="docxContainer"></div>
    </div>
</div>