/*сбрасываем настройки браузера*/
html, body, ul, li{
	margin: 0;
	
}
a{
    color: #035809;	
    text-decoration:none;
}

a:hover {
	color: #05C012;
}
a, a:hover {
	
	-webkit-transition: all.6s ease;
	-moz-transition: all.6s ease;
	-o-transition: all.6s ease;
	-ms-transition: all.6s ease;
	transition: all.6s ease;
}
.header{
	width:100%;
	height: 100px;
	/*    border: 2px solid blue;*/
	margin:  auto;
	background-image: url(../img/fon_new.gif);
	display:flex;
}
.wrapper-header{
	max-width: 1024px;
	/*принятие параметра дочерним элементом*/
	height: inherit;
	margin: auto;
}
.nav{
	padding-top: 15px;
	width: 50%;
	margin: auto;	
	font-size: 18px;
	font-weight: bold;
	/* border: 2px solid blue;*/
	}
.nav ul{
	display: flex;
	flex-wrap:  wrap;
	justify-content: space-between;
    flex-direction: row;
    list-style-type: none;
	/*border: 2px solid blue;*/
}
.content{
	display: flex;
	flex-direction: row;
	min-height: 200px;
	padding: 10px 0;
	margin:  auto;
	justify-content: space-between;
	 /*border: 5px solid green; */
}


.aside-left{
	width: 25%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	 /*border: 5px solid red; */
	
	} 

h1 {
	color: #035809;	
    text-shadow: 1px 1px 2px #595959;
}
h3 {
	color: #035809;	
    text-shadow: 1px 1px 2px #595959;
}
 .item {
	 width: 50%;
	display: flex;
	flex-direction: column;
	max-width: 1024px;
	padding: 10px 10px;
	text-align: center;
   /*border: 5px solid green;*/
}

.item-top {
	
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
	/*border: 5px solid #747;*/
}


.left{
	width: 300px;
	float: left;
	margin-right: 20px;
	padding-top:20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px70 20px 0 rgba(0, 0, 0, 0.19);
	/*border: 5px solid green;*/
}	
.left img{
	
	width: 200px;
	padding-bottom: 5px;
	
}	
#zitat{
	font-size: h1;
	font-weight: bold;
	/*text-shadow: 1px 1px 3px #035809;*/
}
.item-bottom {
	display: flex;
    justify-content: space-between;
	font-size: 15px;
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: 20px;
		
  /*border: 5px solid #747;*/
}


.item-bottom a{
    color: black;	
    text-decoration:none;
}
.item-bottom a:hover {
	color: #05C012;
}
.item-bottom a, a:hover {
	
	-webkit-transition: all.6s ease;
	-moz-transition: all.6s ease;
	-o-transition: all.6s ease;
	-ms-transition: all.6s ease;
	transition: all.6s ease;
}
.nav-item {
    
	flex-direction: row;
	width: 150px;
	background: #4CA48A;
	padding: 10px 10px;
    text-align: center;
    /*border: 5px solid green;*/
	
}
.aside-right{
	
	width: 25%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
     /*border: 5px solid red; */
	
}


.footer{
	display: flex;
	padding: 20px;	
	width: 100%;
	height: 100px;
	/*   border: 2px solid blue;*/
	background-image: url(../img/fon_green.gif);
	 background-repeat: repeat-x;
	
}

 .wrapper-footer{
		
	width: 100%;
	margin: auto;
	/*принятие параметра дочерним элементом*/
	height: inherit;
	text-align: center;
	
}