@import url('https://fonts.googleapis.com/css?family=Exo+2:400,500,600,700&amp;subset=cyrillic');
* {font-family: 'Exo 2', sans-serif;}
#body {	
	display: flex;
	flex-direction: column;
	align-items: center;
}
#header {
	width: 100%;
	height: auto;
	background: #324033;
	color: #fff;
	display: flex;
	justify-content: center;
	}
#header-content {
	width: 1100px;
	margin: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header-content div i {
	font-size: 22px;
}
#header-left {
	margin-left: 30px;
}
#header-left a i {
	padding-right: 10px;
}
#header-left a {
	color: #fff;
}
#header-left a:hover {
	opacity: 0.5;
	background: none;
}
#header-right {
	display: flex;
	margin-right: 30px;
}
#header-right i {
	padding-top: 2px;
}
#header-right i, #header-right span {
	align-self: center;
	padding-left: 10px;
}
#logo {
	width: 100%;
	background: white;
	display: flex;
	justify-content: center;
}
#menu {	
	width: 100%;
	height: auto;
	background: #82A640;
	display: flex;
	justify-content: center;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;	
}
#menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
#menu ul li a {
	display: block;
	color: #fff;	
	padding: 10px 30px;
	text-transform: uppercase;
}
#menu ul li a:hover {
	color: #304131;
	background: #789C36;
}
#breadcrumb {
	width: 900px;
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
	font-size: 14px;
	color: #747474;
}
#breadcrumb li {
	margin-right: 10px;
}
#breadcrumb a{
	color: #333; 
}
#inact {
	font-weight: 600;
}
#zagolovok-blok {	
	width: 1100px;	
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	margin-top: 10px;
}
#zagolovok-blok ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
#zagolovok-blok ul li h2 {
	padding-bottom: 4px;
}
#zagolovok-blok p {
	text-align: center;
	margin: 30px 50px 10px 50px;
}
#footer {	
	width: 100%;
	border-top: 2px solid #ccc;
	background: #282929;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -21px;
}
#footer-content {
	width: 1040px;
	color: #fff;
	margin-top: 27px;
	margin-bottom: 8px;
	display: flex;
	flex-direction: row;		
	align-items: flex-start;
}
#footer-content div a {
	font-size: 100%;
    color: #fff;
}
#footer-content div a:hover {
	background: #282929;
	opacity: 0.5;	
}
#footer-left {
	width: 30%;
	margin: 5px 0;
}
#footer-center {
	width: 40%;
	margin-top: 1px;
	font-size: 15px;	
}
#footer-center ul {
	display: flex;
	flex-direction: column;
	justify-content: center;	
	align-items: center;	
}
#footer-center ul li {
	margin: 2px 0;
}
#footer-right {
	width: 30%;
	font-size: 13px;
}
#footer-right ul {
	display: flex;
	flex-direction: column;
	justify-content: center;	
	align-items: flex-end;	
}
#footer-right ul li {
	margin-bottom: 20px;
}
#footer-right ul li i {
	font-size: 130%;
	margin-right: 10px;
}
#footer-right-block {
	display: flex;
}
#footer-right-blockl {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 150%;
}
#footer-right-blockr {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#footer-right-icon img {
	margin: 5px 0 0 20px;
	border-radius: 7px;
}
.height30px {
	width: 100%;
	height: 30px;
}
.height50px {
	width: 100%;
	height: 50px;
}