body.popup-open{overflow:hidden}.popup{background:rgba(0,0,0,.5);display:none;height:100%;left:0;min-height:100vh;overflow:auto;position:fixed;top:0;width:100%}.popup-content{background:#fff;padding:20px;position:absolute;text-align:center}.popup-wrap{align-items:center;display:flex;float:left;height:100%;justify-content:center;margin:0 auto;padding:100px 0;position:relative;width:100%}.close-popup{background:#fff;border:4px solid #dfc9a6;border-radius:30px;cursor:pointer;height:40px;position:absolute;right:-11px;top:-20px;width:40px}.close-popup svg{width:22px}@media only screen and (min-width:100px) and (max-width:600px){.popup-content{width:80%}.close-popup{border:2px solid #dfc9a6;height:30px;right:-6px;top:-10px;width:30px}.popup-wrap{height:130%}.close-popup svg{height:26px}}