/* footer */
footer{
	box-sizing: border-box;
	background-color: #eee;
}
.footer1{
	padding: 15px;
}
.footer__contacts,
.footer__location{
	display: inline-block;
}	
	
.footer__contacts{
	padding-left: 30px;
	color: #333;
	width: 30%;
}
.footer__contacts h4{
	font-size: 1.1em;
}
.footer__contacts p{
	padding-left: 10px;
}
.footer__contacts__title{
	margin: 0 !important;
	font-weight: 600;
	font-size: 0.9em;
}
.footer__contacts__value{
	margin-bottom: 6px !important;
	font-size: 0.8em;
}
.footer__location{
	width: 69%;
}	
#map{
	border-radius: 7px;
	width: 100%;
	height: 300px;
	z-index: 5 !important;
}
.footer2{
	background-color: green;
	padding: 20px;
	color: #fff;
}
.footer2 p{
	margin: 0px;
	font-size: 0.9em;
}
.footer2 li{
	list-style: disc;
}		
.footer2 a{
	color: #fff;
}
.footer2 a:hover{
	color: #e2e2e2;
}

.footer__block{
	display:inline-block;
	padding: 10px 0 0 15px;
	vertical-align: top;
} 
.footer__block__copy,
.footer__block__contact{
	width:220px;
}
.footer__block__links{
	width:310px;
}	
.footer__block__contact {
	text-align: right;
}