.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('../images/loading.gif') no-repeat 50% 50%;
}
.arcticmodal-overlay {
    background: #3a3f44 !important;
}
.box-modal {
    position: relative;
    width: 420px;
    min-height: 120px;
    background: #fff;
    border-radius: 0;
}

.box-modal input:not(type=submit) {
    width: 100%;
}

.light-modal {
    position: relative;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
    border-radius: 5px;
    opacity: 0;
}

#middle-modal {
    width: 455px;
}

#small-modal {
    width: 255px;
}

#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;
}

.modal-close {
    display: block;
    border-radius: 0px;
    position: absolute;
    right: 33px;
    top: 37px;
    cursor: pointer;
    z-index: 2;
    width: 14px;
    height: 14px;
    opacity: 1;
    background: url(/bitrix/templates/aspro_next/css/../images/close_icons.png) -1px -46px no-repeat;
    font-size: 0;
    text-decoration: none !important;
}

.modal-title {
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
}

.box-modal .form_head {
    color: #383838;
    font-weight: 400;
    border-bottom: 2px solid #157f24;
    padding: 34px 75px 35px 35px;
}

.box-modal .form_head h2 {
    margin: 0 !important;
}

.box-modal .form_body {
    padding: 29px 35px 6px;
}

.box-modal .form_footer {
    padding: 0 35px 12px;
    margin: 0 0 23px 0;
}

@media (max-width: 767px) {
    .arcticmodal-container_i2 {
        padding: 10px !important;
    }

    .box-modal {
        width: 300px;
    }
}
