.popup-made-simple{border:1px solid #d3d3d3;box-shadow:0 4px 20px rgba(0,0,0,.2);box-sizing:border-box;padding:10px;position:fixed;width:calc(100% - 40px);z-index:1000000000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.popup-made-simple--fade{animation:fadeIn .5s ease-in forwards;opacity:0}@keyframes fromBottom{0%{opacity:0;transform:translateY(200%)}to{opacity:1}}.popup-made-simple--from-bottom{animation:fromBottom .5s ease-out forwards;opacity:0}@keyframes fromTop{0%{opacity:0;transform:translateY(-200%)}to{opacity:1}}.popup-made-simple--from-top{animation:fromTop .5s ease-out forwards;opacity:0}.popup-made-simple__close button{background-color:#000;border:2px solid #000;border-radius:50%;cursor:pointer;display:block;height:30px;position:absolute;right:-10px;top:-10px;width:30px}.popup-made-simple__close button:hover{background-color:#fff}.popup-made-simple__close button:after,.popup-made-simple__close button:before{background-color:#fff;content:"";display:block;position:absolute;transform:rotate(45deg);z-index:1}.popup-made-simple__close button:hover:after,.popup-made-simple__close button:hover:before{background-color:#000}.popup-made-simple__close button:before{height:100%;left:12px;top:0;width:2px}.popup-made-simple__close button:after{height:2px;left:0;top:12px;width:100%}
