.mail_mob{
	display:none;
}
.header_request{
	color: #fff;
	/* height: 2.5vw; */
	background-color: #c79b46;
	padding:10px 15px;
}
.header_request:hover{
	color: #fff;
	background-color: #a78033;
}
.services_request{
	color: #fff;
	background-color: #c79b46;
	padding:15px 25px;
	display:block;
	text-align:center;
	margin-top:3vw;
	border-radius:40px;
}
.services_request:hover{
	color: #fff;
	background-color: #a78033;
}
.wrapp-foot_social{
	text-align:center;
}
.share_block{
	display:flex;
	align-items:center;
	width: 100%;
    justify-content: flex-end;
	margin-top: 0vw;
	margin-bottom: 6vw;
}
.share_block .share_text{margin-right:15px;}

@media (max-width: 1024px) {
	.mail_pc{display:none;}
	.mail_mob{display: inline-block;}
	.wrapp-foot_social{
		text-align:inherit;
	}
	.share_block{
		float: none;
		margin-top: 20vw;
		margin-bottom: 10vw;
	}
}