.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}
.arcticmodal-container {
    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: 50px 0px 50px 0px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}
.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}
.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background-color: #000;
    background-image: url(../../images/loading/loading.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.box-modal {
    position: relative;
    width: auto;
    padding: 0px 0px 0px 0px;
    margin-top: 15px;
}

.box-modal_close {
    cursor: pointer;
    z-index: 9999;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -34px;
    right: -34px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-image: url(../../images/icon-modal-close.svg);
}
.box-modal_close:hover,
.box-modal_close:active {
    opacity: 0.8;
}
.popup_content .box-modal_close {
    top: 10px;
    right: 10px;
	background-image: url(../../images/icon-modal-close-black.svg);
}