.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:99999;animation:become .2s 1;animation-fill-mode:forwards;color:#fff;animation-direction:normal}.modal.modal_disappearing{animation:disappear .2s 1}.modal__body{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:.625rem;background-color:#130227;z-index:101;animation:become .2s 1;animation-fill-mode:forwards;animation-direction:normal}.modal__body.modal_disappearing{animation:disappear .2s 1}.modal__body_withoutBG{background:transparent}.modal__cross{width:.8125rem;height:.8125rem;cursor:pointer}.modal__title{font-weight:500;font-size:1.25rem;line-height:1.4375rem;color:#fff}.modal__content_isMobile{max-height:80vh;overflow-y:auto}@keyframes disappear{0%{opacity:1}to{opacity:0}}@keyframes become{0%{opacity:0}to{opacity:1}}
