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

.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;
    height: 300px;
    padding: 20px;

    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: 980px;
    background: #fff;
    padding: 10px;
}
#middle-modal {
    width: 455px;
}
.modal-close {
    width: 15px;
    height: 15px;
    background: url('../images/close.png') no-repeat center center;
    position: absolute;
    top: 0;
    right: -25px;
    cursor: pointer;
}

/* Стили модальных окон */
#small-modal1, #small-modalz{
    position: relative;
    width: 350px;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 50px;
}
#small-modal2 {
    position: relative;
    width: 480px;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 50px;
}
@media (max-width: 480px) {
   #small-modal2 {
        max-width: 320px;
        padding: 30px;
    } 
}
#thanks, #thanks-reg{
    position: relative;
    width: 320px;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 50px;
}
#thanks-reg {
    width: 400px;
}
p.thank_text {
    text-align: center;
    font-size: 20px;
}
p.thank_text span {
    display: block;
}
#thanks-reg p.thank_text {
    font-size: 16px;
    line-height: 1.3;
}
#thanks-reg p.thank_text span {
    font-size: 20px;
    padding-bottom: 20px;
}
.thank_title {
    font: 24px 'pf_bold';
    text-transform: uppercase;
    margin-bottom: 24px;
    text-align: center;
    margin-top: 20px;
}
.thank_attention {
    font-size: 20px;
    margin-top: 25px;
    color: #fff;
}
#feedback-modal-box {
    width: 300px;
}
#feedback-modal-box #feedback-infolist {
    list-style: none;
    display: table;
    width: 100%;
    height: 100%;
	margin:0;
	padding:0;
}
#feedback-modal-box #feedback-infolist li {
    text-align: center;
    font-size: 110%;
    display: table-cell;
    vertical-align: middle;
    height: 120px;
}
#light-box {
    border-radius: 5px;
}



