.menu {
	margin-top: 85px;
}
.footer .menu {
	margin-top: 0;
}
/**/
.sotrudnechestvo {
	background: rgba(0,0,0,.7);
}
.sotrudnechestvo h2 {
	color: #f70;
	text-shadow: 1px 1px #000;
	font-weight: 700;
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px
}
/**/
.sotrudnechestvo .history {
	background: rgba(0,0,0,.7);
	margin-bottom: 5px;
}
.sotrudnechestvo .history a,
.sotrudnechestvo .history i,
.sotrudnechestvo .history a:before {
	color: #fff;
}
.sotrudnechestvo .history a:hover,
.sotrudnechestvo .history a:hover > i {
	color: #f70;
}
li {
	padding: 10px;
}
.sotrudnechestvo p {
	color: #fff;
	padding: 0 10px;
	text-indent: 25px;
}
.sotrudnechestvo img {
	height: 420px;
}
@media screen and (max-width:992px) {
	.menu {
		margin-top: 0px;
	}

	.sotrudnechestvo p {
		text-align: justify;
	}

	.sotrudnechestvo img {
		height: auto;
	}
	.sotrudnechestvo h2 {
		font-size: 30px;
	}
}