.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.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: 24px;
    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: #000 url('../img/loading.gif') no-repeat 50% 50%;
}
/* .box-modal {
    position: relative;
    width: 655px;
    min-height: 120px;
    padding: 20px;
    background: #fff;
    color: #3c3c3c;
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
    border-radius: 5px;
} */
.light-modal {
    position: relative;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
    border-radius: 5px;
    opacity: 0;
}
#big-modal {
 width: 655px;
}
#middle-modal {
    width: 455px;
}
#small-modal {
    width: 255px;
}
#feedback-modal-box {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: max-content;
    height: 225px;
    background: rgba(36, 35, 72, 0.79);
}

#feedback-modal-box #feedback-infolist {
	max-width: 415px;
    list-style: none;
    display: table;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    margin: 10px auto 0;
}
#feedback-modal-box #feedback-infolist li {
	text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    padding: 18px;
    line-height: 21px;
}
#light-box {
    border-radius: 5px;
}
.modal-close,
a.load {
	display: block;
    width: 200px;
    height: 45px;
    position: relative;
    font-size: 22px;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
    background: rgba(76, 55, 114, 0.80);
    cursor: pointer;
    font-weight: 300;
    margin: 0 auto;
    /* box-shadow: 0px 2px 7px #2d2d2d; */
    transition: 0.3s;
    margin-top: 20px;
}

/* .modal-close:hover {
	background: #62e6b1;
} */
