.planes {
	background: url('bg.jpg') no-repeat;
	height: 1146px;
	overflow: hidden;
}
.planes .cloud {
	background: url('cloud.png') no-repeat;
	width: 1068px;
	height: 249px;
	top: 334px;
	right: 0;
	z-index: 1;
}
.planes .cloud,
.planes .plane,
.planes .plane_2 {
	position: absolute;
}
.planes .plane {
	left: 620px;
	top: 326px;
}
.planes .plane_2 {
	top: 244px;
	left: 184px;
}