#popups>*{display:none;position:fixed;z-index:10001;width:100%;height:100%;background-color:rgba(255,255,255,.5);justify-content:center;-webkit-justify-content:center;align-items:center}#popups>*>*{margin-top:-20px;overflow:hidden;background-color:rgba(255,255,255,.98);box-shadow:0 1px 20px 0 rgba(0,0,0,.6);border-radius:2px;box-sizing:content-box;transition:margin .2s}#popups.opened>*>*{margin-top:0}#popups>*>*>a.close{position:absolute;right:16px;top:12px;width:32px;height:32px;opacity:.3;cursor:pointer;padding:0;margin:0}.h1{font-size:30px;font-weight:bold}#popups>*>*>a.close:hover{opacity:1}#popups>*>*>a.close:before,#popups>*>*>a.close:after{position:absolute;left:15px;content:' ';height:33px;width:1px;background-color:#333}#popups>*>*>a.close:before{transform:rotate(45deg)}#popups>*>*>a.close:after{transform:rotate(-45deg)}#popups #window__away .popup__content{width:30%;padding:40px 70px;border-radius:20px}#popups #window__away .h1{text-align:center}#popups #window__away p{text-align:center;color:red;font-size:16px}#popups #window__away .submits{display:flex;justify-content:space-between;width:23%;margin:35px auto 0 auto}#popups #window__away .submits input{padding:7px 0;width:100px;border:0;background:linear-gradient(to top,#313131,#6e6e6e);color:#fff;cursor:pointer;border-radius:2px}#popups #window__away .submits input.agree{background:linear-gradient(to top,#cf4c20,#ef6936)}