
/* ############## */
* {
	margin: 0;
	padding: 0;
}
.black-line {
	
}
.clr {
	clear: both;
}

body {
	background-color: #fff;
	color: #000;
}


#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
	-webkit-font-smoothing: antialiased;
	
}

.zahod {
	position: relative;
	margin: 0 auto;
	width: 710px;
	height: 894px;
	background: url(../images/zahod.jpg) no-repeat top center;
	
	.coub, .email {
		position: absolute;
		border: none;
		font-family: Futura;
		font-size: 30px;
		top: 686px;
		left: 11px;
		width: 630px;
		height: 81px;
		padding: 0 20px;
	}
	.email {
		top: 811px;
		left: 11px;
		width: 420px;
	}
	.button {
		position: absolute;
		width: 184px;
		height: 83px;
		top: 810px;
		left: 498px;
		background: url(../images/button.jpg);
		cursor: pointer;
		
		&:hover {
			background: url(../images/button_h.jpg);
		}
		&:active {
			margin-top: 2px;
		}
	}
	.link {
		display: block;
		position: absolute;
		top: 522px;
		left: 282px;
		width: 371px;
		height: 16px;
	}
}

.primer1 {
	display: block;
	position: absolute;
	top: 320px;
	left: 50px;
	width: 137px;
	height: 67px;
	background: url(../images/primer1.png);
	cursor: pointer;
	
	&:hover {
		background: url(../images/primer1_h.png);
	}
}
.primer2 {
	display: block;
	position: absolute;
	top: 320px;
	left: 510px;
	width: 163px;
	height: 78px;
	background: url(../images/primer2.png);
	cursor: pointer;
	
	&:hover {
		background: url(../images/primer2_h.png);
	}
}
.coubs {
	padding-top: 50px;
	
	.coub {
		position: relative;
		margin: 0 auto;
		padding: 10px 0;
		width: 640px;
		
		.cross {
			position: absolute;
			right: -50px;
			top: 0px;
			background: #f00;
			width: 40px;
			height: 40px;
			color: #fff;
			font-size: 30px;
			line-height: 40px;
			text-align: center;
		}
	}
}