.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;
    width: auto !important;
}

.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/a95Al5sltXcJ.gif') no-repeat 50% 50%;
}

.box-modal_close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    z-index: 999;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.box-modal_close svg {
    width: 100% !important;
    height: 100% !important;
}

.box-modal_close path {
    fill: #fff;
}

.box-modal_close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.box-modal {
    position: relative;
    width: 515px;
    max-width: 100%;
    padding: 50px;
    background: #5A5A5A;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.modal-title__head {
    margin-bottom: 35px;
}

.modal-title {
    font-family: 'Benzin';
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    color: #FFFFFF;
}

.modal-caption {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding-top: 15px;
}

.box-modal .form {
    padding: 0;
}

.box-modal .form__row {
    width: 100%;
}

.box-modal .form__row.form__submit {
    margin-top: 15px;
}

.box-modal .form__label {
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
}
