
#backgroundPopup {
	border-right: #cecece 1px solid;
	border-top: #cecece 1px solid;
	display: none;
	z-index: 1;
	background: #000000;
	left: 0px;
	border-left: #cecece 1px solid;
	width: 100%;
	border-bottom: #cecece 1px solid;
	position: absolute;
	top: 0px;
	height: 100%
}
#popupContact {
	border-right: #cecece 2px solid;
	padding-right: 12px;
	border-top: #cecece 2px solid;
	display: none;
	padding-left: 12px;
	font-size: 13px;
	z-index: 2;
	background: #ffffff;
	padding-bottom: 12px;
	border-left: #cecece 2px solid;
	/* width: 408px; */
	padding-top: 12px;
	border-bottom: #cecece 2px solid;
	position: absolute;
	/*height: 384px*/
}
#popupContact H1 {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 20px;
	padding-bottom: 2px;
	color: #6fa5fd;
	border-bottom: #d3d3d3 1px dotted;
	text-align: left
}
#popupContactClose {
	display: block;
	font-weight: 700;
	font-size: 14px;
	right: 6px;
	color: #6fa5fd;
	line-height: 14px;
	position: absolute;
	top: 4px;
	cursor: pointer;
}
