.modal-popup>.container{background-color:#fff;border-radius:30px;box-shadow:0 2px 8px 0 rgba(99,99,99,.2);left:50%;padding:45px;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:999999}.modal-popup .container{margin-left:auto;margin-right:auto;max-width:540px}.modal-popup .text-content{margin-top:25px;text-align:center}.modal-popup .logo_image a{display:block;text-align:center}.modal-popup .logo_image img{margin-left:auto;margin-right:auto;max-width:250px;text-align:center}section.modal-popup{background-color:rgba(0,0,0,.4);bottom:0;display:block;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:9999}@media(max-width:540px){.modal-popup .container{max-width:calc(100% - 20px)}}