.modal-shade
{
	display: none;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.9);
	width: 100%;
	z-index: 2;
}

.modal-window
{
	display: none;
	position: fixed;
	top: 50px;
	width: 40%;
	left: 50%;
	transform: translate(-50%, 30%);
	z-index: 3;
}