/*.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(loading.gif) no-repeat 50% 50%; }

body {
    overflow: auto !important;
}
*/

.arctic-personal.arcticmodal-overlay {
    display: none !important;
}
.arctic-personal.arcticmodal-container {
    height: 0 !important;
}

#personal-data-popup {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f6f6f6;
    color: #000;
    z-index: 500;
    text-align: left;
    -webkit-box-shadow: 0 -2px 10px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 -2px 10px 0 rgba(0,0,0,0.5);
    box-shadow: 0 -2px 10px 0 rgba(0,0,0,0.5);
    min-height: 82px;
    display: flex;
}
.popupwidget-container {
    margin: 0 auto;
    width: 994px;

    display: flex;
    flex-direction: column;
    justify-content: center;

}
.popupwidget-content {
    padding: 10px 20px 10px 0;
    position: relative;
}

#personal-data-popup .box-modal_close {
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    width: 20px;
    height: 20px;
    z-index: 10;
    cursor: pointer;
}
#personal-data-popup .box-modal_close:before {
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: url('../images/close.png') no-repeat 50% 50%;
    background-size: auto auto;
    -webkit-background-size: cover;
    background-size: cover;
}

#personal-data-popup p {
    padding: 0;
}
