.footer {
	width: 100%;
	height: 186px;
	font-size: 14px;
	background-color: #303030;
}
.footer_wrapper {
	width: 1155px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.footer_item_1 {
	margin-right: 30px;
}
.footer_item_2 {
	height: 32%;
	width: 17%;
	margin-right: 20px;
}
footer ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 100%;
	line-height: 1.3em;
}

footer li {
	display: inline-block;
	color: #fff;
}
footer a {
	color: #fff;
	cursor: pointer;
	font-weight: 600;
}
footer a:hover {
	color: #ffd277;
}

.footer_item_3 {
	max-width: 272px;
	height: 32%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.footer_item_3>div {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
footer p {
	color: #fff;
}
.footer_item_3 img {
	margin-right: 11px;
}

footer .footer_item_4 {
	max-width: 262px;
	/*height: 60%;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.wabut,
.footer_callback {
	font-weight: 600;
	font-size: 17px;
	width: 262px;
	height: 45px;
	background-color: #ffd277;
	color: #fff;
	border: none;
	border-radius: 4px;
	margin-bottom: 1px;
  transition:0.5s;
}
.wabut {line-height:45px;text-align:center;}
.wabut2 {font-size: 22px;}
.wabut:hover,
.footer_callback:hover {
	background: none;
	border: #ffd277 solid 1px;
  	color:#ffd277;
}
.header_wrapper .wabut:hover,
.wabut2:hover {color: #000;border: #ffd277 solid 1px;}
.footer_phone {
    text-align: center;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	padding-bottom: 5px;
}
.footer_phone a {
    display: block;
    margin-top: 5px;
}