.box-modal {position: relative; background:#FFF; padding:20px; border-radius:10px;}
.arcticmodal-overlay,
.arcticmodal-container {position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse;}
*:first-child+html .arcticmodal-container {height: 100%}
.arcticmodal-container_i {height: 100%; margin: 0 auto;}
.arcticmodal-container_i2 {padding: 30px; margin: 0; border: 0; vertical-align: top;}
.arcticmodal-error {padding: 20px; border-radius: 10px; background: #000; color: #fff;}
.arcticmodal-loading {width: 80px; height: 80px; border-radius: 10px; background: #000 url(loading.gif) no-repeat 50% 50%;}
.box-modal_close {position: absolute; top: 0; right: 0; color:#000; z-index: 1001; padding: 10px; font-size: 4rem; font-weight: 300; cursor: pointer;}
.box-modal_close:hover {color:#EE2050;}
@media (max-width: 768px) {.arcticmodal-container_i2 {padding: 5px;}}