.fullscreen-dialog{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:11000;overflow:auto;width:100%;padding:16px;box-sizing:border-box;}.fullscreen-dialog.is--active{display:block;}.fullscreen-dialog__close{position:absolute;top:16px;right:16px;cursor:pointer;color:#000;background:0;border:0;padding:0;margin:0;line-height:0;}.fullscreen-dialog__close svg{width:32px;height:32px;fill:currentColor;}#avatar-dialog{background:rgba(0,0,0,.85);}#avatar-dialog .fullscreen-dialog__close{color:#fff;}.fullscreen-dialog__img-container{margin:50px auto 0;text-align:center;max-width:1094px;}.fullscreen-dialog__img{max-width:100%;}