
/* ############## */
* {
	margin: 0;
	padding: 0;
}
html {

}

body {
	font-family: 'Futura';
	color: #fff;
	background: #000;
}

#wrapper {
	width: 1200px;
	margin: 0 auto;
}

.block {
	margin: 50px 0;
}

.menu {
	position: fixed;
	top: 20px;
	left: 150px;
	text-align: center;
	width: 150px;
	.item {
		margin: 0 0 15px 0;
		cursor: pointer;
		opacity: 0.6;
		p {
			text-align: center;
			
		}
	}
	.item.active {
		opacity: 1;
	}
}

.film 


{
	position: relative;
	
	.rsImg{
		margin: 0px;
	}
	
	.slider {
		float: left;
		width: 750px;
		margin-left: 300px;
		img{display:block}
	}
	.control {
		position: absolute;
		top: 100px;
		left: 1170px;
		width: 40px;
		z-index: 100;
		font-size: 17px;
		
		p {
			text-align: center;
		}
		.arrow {
			width: 40px;
			height: 63px;
			cursor: pointer;
			
			&.up {
				background: url(../images/arrow_up.png);
				margin-bottom: 40px;
			}
			&.down {
				background: url(../images/arrow_d.png);
				margin-top: 40px;
			}
		}
	}
}


.zahod {
	width: 967px;
	height: 738px;
	background: url(../images/zahod.jpg);
	margin-top: -90px;
	margin-left: 25px;
	
	font-family: Octava;
	font-size: 19px;
	
	.banner {
		position: absolute;
		margin: 100px 0 0 700px;
	}
}
.m150 {
	padding-left: 250px;
	font-family: Octava;
	
	p {
		width: 544px;
		font-size: 19px;
		line-height: 22px;
		margin-left: 100px;
	}
	h2 {
		font-family: Futura;
		font-size: 30px;
		text-align: center;
		margin-left: 100px;
	}
	.noWidth {
		width: auto !important;
	}
	table {
		td {
			vertical-align: top;
		}
		p {
			width: auto;
			margin: 0;
		}
		h2 {
			margin: 0;
			margin-bottom: 15px;
		}
	}
}

.empty {
	width: 100%;
	height: 150px;
	margin-top: 700px;
}

@media screen and (min-width:1400px) {
	.slider {
		width: 950px !important;
		margin-left: 220px !important;
	}
	.control {
		left: 1200px !important;
	}
}

