.popup__wrapper {position: fixed; top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0, 0, 0, 0.5);z-index: 10000;display: none;justify-content: center;align-items: center;}
.popup {position: absolute;overflow: auto;top: 7%;height: 85%;right: 3%;box-sizing: border-box;width: 94%;background: #fff;text-align: center;padding: 70px 10px 20px 10px;border-radius: 5px;}
.popup_title {top: 3px;position: absolute;left: 2%;padding: 1%;border-radius: 5px;font-size: 16px;font-family: "Arial Normal", "Arial", sans-serif;}
.popup_content {float: left;width: 100%;overflow: auto;height: 76%;position: absolute;top: 10%;left: 0;}
.close {z-index: 1;position: absolute;top: 2%;right: 1%;width: 20px;height: 20px;}
.close:hover::before, .close:hover::after {background: red;}
.close:before {position: absolute;content: '';width: 1px;height: 25px;background: #666666;transform: rotate(45deg);top: -3px;left: 11px;}
.close:after {content: '';position: absolute;width: 1px;height: 25px;background: #666666;transform: rotate(-45deg); top: -3px;left: 11px;}
.popup_submit{clear:both; margin:0 auto;text-align: center;position: absolute;bottom: 10px;width: 100%;left: 0;}
.popup_submit_btn{border: 2px solid rgba(251, 206, 133, 1);background-color: rgba(251, 206, 133, 1);border-radius: 5px;height: 35px;}
.popup__card{position: absolute;top: 10%;left: 20%;width: 60%;height: 80%;background: #EFF0EF;border-radius: 5px;}
