* {
	margin: 0;
	padding: 0;
}
body {
	background: #000;
}
.clearFix {
	clear: both;
}
#wrapper {
	position: relative;
	width: 1200px;
	margin: 0px auto;
	img {
		display: block;
		
	}
}

.point {
	position: absolute;
	background: url(../images/dot.png);
	width: 39px; height: 46px;
	cursor: default;
}
.popup {
	display: none;
	top: 0px;
	left: 0px;
	position: absolute;
	background: rgba(255,255,255, 0.95);
	width: 490px;
	padding: 40px;
	z-index: 2;
	cursor: default;
	h2 {
		font: 12px/14px Nonamegrotesk;
		border-bottom: 2px solid #000;
		padding-bottom: 10px;
	}
	p {
		font: 24px/28px Octava;
		padding-top: 30px;
	}
}

.gif {
	display: block;
}