.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: 670px;
    height: 282px;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

#feedback-modal-box .button {
    margin-top: 15px;
}

#feedback-modal-box > p {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #060606;
}

#feedback-modal-box #feedback-infolist li {
	text-align: center;
    font-size: 150%;
    display: table-cell;
    vertical-align: middle;
    height: 120px;
    text-transform: uppercase;
    color: #2b2a29;
	font-weight:bold;
}



#light-box {
    border-radius: 5px;
}
/* .modal-close {
	width: 28px;
    height: 28px;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 25px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    cursor: pointer;
    border: #fff solid 2px;
    font-weight: 300;
    opacity: 0.9;
} */

/*.modal-close {
    width: 280px;
    height: 55px;
    position: relative;
    font-size: 23px;
    text-align: center;
    line-height: 53px;
    color: #ffffff;
    cursor: pointer;
    background: #22306d;
    border-radius: 10px;
    font-weight: 300;
    display: block;
    margin: 0 auto;
	transition:0.3s;
}*/

.modal-close:hover {
	background: #ff9800;
}
