#people {
	padding: 0
}

div.actionPage {
	padding: 20px 0;
	margin: 0 auto;
}

div.actionPage div.topImg {
	position: relative;
	overflow: hidden;
}

div.actionPage div.topImg div.img img {
	max-width: 100%;
	height: auto;
}

div.actionPage div.topImg div.about {
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 20px;
	width: 500px;
}

div.actionPage div.topImg div.about p {
	line-height: 22px
}

div.actionPage div.topImg div.about h1 {
	margin: 0px;
	text-transform: uppercase;
	color: black;
	font-size: 20px;
	background: transparent;
	padding: 0;
}


div.actionPage div.topImg div.about a {
	display: inline-block;
	background: #272f7b;
	color: white;
	text-decoration: none;
	padding: 5px 10px;
	box-shadow: 0 0 2px #222;
}

div.actionPage div.topImg div.about a:hover {
	
	box-shadow: 0 0 5px #222;
}

div.actionPage div.dates {
	background: #1274c3;
	color: white;
	font: 17px 'Gotham Pro';
	font-weight: 500;
	padding: 5px 20px
}

div.actionPage div.dates div.title {
	text-transform: uppercase;
}

div.mItem {
	border: 0px solid red
}

div.mItem div.item {
	position: relative
}

div.mItem div.item div.img {
	margin: 10px 0 10px 0;
}

div.mItem div.item div.descr {
	margin: 10px 0 30px 0;
}

div.actionPage div.imgact {
	cursor: pointer
}


div.ListovkaNav {
	position: relative;
	
}

div.ListovkaNav div.item {
	font: 16px 'Gotham Pro';
	font-weight: 500;
	text-align: center;
	width: auto;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

div.ListovkaNav div.item>div {
	height: 100%;
	background: #edf8f6;
	padding: 30px 5px;
}

div.ListovkaNav div.item a {
	display: block;
	color: #000000;
	text-decoration: none;
}

div.ListovkaNav div.item:hover {

}

div.ListovkaNav div.item:hover a {
	text-decoration: none;
}

div.ListovkaNav div.active>div {
	background: #989898;
}

div.ListovkaNav div.active a {
	text-decoration: none;
	color: white
}



.ListovkaItems {
	
}