.full-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10.21vw var(--offset-side-narrow) 32px;
    overflow: hidden auto;
}
.full-popup .form-common {
    padding: 0 !important;
}
