.popup__close{width:40px;height:40px;position:absolute;top:0;right:0;cursor:pointer;background:var(--main-color);border-radius:0 0 0 5px}.popup__close:before,.popup__close:after{content:"";position:absolute;top:50%;left:0;width:90%;height:2px;background:var(--light-color)}.popup__close:before{transform:translateY(-50%) rotate(45deg)}.popup__close:after{transform:translateY(-50%) rotate(-45deg)}.popup__header{line-height:100%;margin:0 0 20px}.popup__body{width:100%;height:calc(100% - 70px);overflow:auto;padding:0 10px 0 0}.popup{visibility:hidden;width:0;height:0;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:20px;overflow:hidden;padding:20px 50px}@media screen and (max-width: 960px){.popup{padding:30px 20px 10px}}.popup_active{visibility:visible;width:500px;height:500px;background:var(--light-color)}@media screen and (max-width: 960px){.popup_active{width:calc(100vw - 20px)}}
