footer {
	padding: 90px 0 0 ;
}
footer h4 {
	font-size: 16px;
	font-weight: 900;
	color: var(--primary);
}
footer .footer-block {
	margin-bottom: 30px;
}
footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer a, footer p {
	font-weight: 300;
	font-size: 14px;
	line-height: 34px;
	color: var(--dark);
}
footer a {
	text-decoration: none;
}
footer a:hover {
	color: var(--primary);
}
footer .search-field {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #fff;
	border-radius: 0;
	box-shadow: none;	
	outline: none;
	padding: 0;
	color: #fff;
}
footer .search-field:focus {
	background-color: transparent;
	border-color: var(--primary);
	outline: none;
	box-shadow: none;
}
footer .search-submit  {
	background-color: transparent;
	border: none;
	background-image: url('../../images/icon-search.svg');
	background-size: 16px;
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
	height: 38px;
	top: -6px;
	right: 20px;
	position: relative;
}
footer .search-submit:focus {
	background-color: transparent;
	border-color: transparent;
	outline: none;
}
footer .form-group {
	margin-bottom: 15px !important;
}
.ia-logo {
	max-width: 100px;
	height: auto;
}
.footer-menu {
	float: right;
	margin-left: 15px;
}
#footer-menu a {
	margin-right: 15px;
}