.mypopup__box, .mypopup__shade{display: none;}
.mypopup__shade{background: url(./images/shader.png) repeat; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 2000;}
.mypopup__box{position: fixed; top: 50%; left: 50%; background: white; z-index: 5000; width: 400px; padding: 35px 50px; margin-left: -250px; margin-top: -100px;}
.mypopup__close{width: 23px; height: 23px; background: url(./images/apopup_cross.png) no-repeat; cursor: pointer; opacity: 0.5; position: absolute; top: 10px; right: 10px;}
.mypopup__close:hover{opacity: 1;}
.mypopup__title{text-align: center; font-size: 18px; font-weight: bold;}
.mypopup__content{text-align: center; font-size: 16px; margin: 15px 0;}
.mypopup__btns{text-align: center; margin-top: 30px;}
.mypopup__btn{outline: none; display: inline-block; margin: 0 3px; cursor: pointer; min-width: 70px; padding: 7px 20px; border: 2px solid #333;}
.mypopup__btn:hover{color: #fff; background: #333;}
