.modal-full{padding:32px 48px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:8px;background:#fff}.modal-fade-enter,.modal-fade-leave-active{opacity:0}.modal-fade-enter-active,.modal-fade-leave-active{-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.modal-background{z-index:10000;position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.3)}.modal-background,.modal__close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal__close{height:24px;width:24px;position:absolute;top:8px;right:8px;border-radius:50%;border:1px solid #f0f0f0;background:#fff;-webkit-box-shadow:0 0 2px rgba(0,0,0,.08),0 2px 10px rgba(0,0,0,.1);box-shadow:0 0 2px rgba(0,0,0,.08),0 2px 10px rgba(0,0,0,.1)}.modal__close:after,.modal__close:before{content:"";position:absolute;height:13px;width:2px;background:#979797}.modal__close:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.modal__close:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}