.layer__modal {
	position: fixed;
	--vue-left: 0;
	--vue-top: 0;
	left: var( --vue-left);
	top: var( --vue-top);
	z-index: 999999999;
}