#popup__container{
	position: fixed;
	bottom:5%;
	left: 2%;
	z-index:90001;
}
.popup__wnd{
	background: #fff;
	padding:20px;
	border: 4px solid #2F605C;
	box-shadow: 0px 0px 1px 1px #eee;
	max-width: 300px;
	min-width: 250px;
	display:none;
	opacity: 0;
	margin-left: -500px;
	margin-top: 10px;
}