.page_field {
    margin-top: 20px;
}
.page_field .md-resp-send {
    display: block;
    width: 100%;
    cursor: pointer;
}
.page_field .md-resp-send:active {
    background-color: #1bbb1b;
}
.page_wrapper {
    display:flex;
    flex-wrap: wrap;
}
.page_wrapper .page_wrapper_col {
    width: 320px;
    padding-right: 40px;
}
.md-resp-msg {
    display:none;
    width: 300px;
    background-color: #fff;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 30px;
    transform: translate3d(-50%, -20%, 0px);
}
.md-resp-close {
    width: 150px;
    height: 50px;
    cursor: pointer;
}
.md-error {
    color: red;
}
.md-true {
    color:green;}
.full_screen_fade {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    width: 100%;
    height: 100%;
    background-color: #00000088;
}

.captcha_group .button_style-common {
    cursor: pointer;
}

.popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: calc(2 * (1vh + 1vw));
    text-align: center;
    transition: all linear .3s;
}

.popup_register {
    display: flex;
    flex-direction: column;
    color: black;
    gap: calc(1vh + 1vw);
}

.popup_register p {
    text-align: start;
}