.modal{position:absolute;top:0;left:50%;transform:translate(-50%);margin-top:200px;width:360px;height:370px;z-index:6;border-radius:16px;border:1px solid hsla(0,0%,100%,.04);background:#07090b;animation:modalShow .6s linear;overflow:hidden}@media screen and (max-width:699px){.modal{margin-bottom:0;bottom:0;top:auto;transform:translate(-50%);animation:modalShowMobile .6s linear}}.modal__container{display:flex;flex-direction:column;height:100%}.modal-body{flex:1 1 auto}.modal-body__top-content{width:100%;height:224px;background:radial-gradient(80.53% 77.5% at 50% 0,rgba(237,29,73,.46) 0,rgba(237,29,73,.09) 71.35%,rgba(237,29,73,0) 100%),#07090b;text-align:center}.footer{border-top:1px solid hsla(0,0%,100%,.04);background:#12161a;padding:16px;justify-content:flex-end}.footer__button{width:100%;font-weight:600}.tiger-bg{padding:24px 24px 20px;width:312px;height:130px}.content-title{font-size:14px;font-weight:500;line-height:20px;color:hsla(0,0%,100%,.64);margin:0 auto 8px;max-width:312px}.content-bonus{font-size:26px;font-weight:900;line-height:32px;letter-spacing:.52px;text-transform:uppercase;color:#fff;margin:0 auto;max-width:312px}@keyframes modalShow{0%{transform:translate(-50%) scale(0)}to{transform:translate(-50%) scale(1)}}@keyframes modalShowMobile{0%{transform:translate(-50%,100%)}to{transform:translate(-50%)}}