.footer_menu{
	font-size:16px;
}
.footer_menu+.footer_menu{
	margin-top: 25px;
}
.footer_menu_head_link{
	color:#fff;
	text-decoration: none;
	font-weight: 700;
}
.footer_menu_head{
	padding-right: 15px;
	position: relative;
}
.footer_menu_head::after{
	content:'';
	background:url('data:image/svg+xml,<svg width="8" height="4" viewBox="0 0 8 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.31216 3.89139L7.8722 0.861476C7.9546 0.791398 8 0.697849 8 0.598101C8 0.498353 7.9546 0.404805 7.8722 0.334726L7.61008 0.111594C7.43929 -0.0335999 7.1617 -0.0335999 6.99116 0.111594L4.00166 2.65589L1.00884 0.108771C0.926432 0.0386928 0.816579 3.13997e-07 0.699441 3.19118e-07C0.582174 3.24243e-07 0.472322 0.0386929 0.389851 0.108771L0.127804 0.331904C0.0453983 0.402037 4.98497e-07 0.49553 5.02858e-07 0.595279C5.07218e-07 0.695027 0.0453983 0.788575 0.127804 0.858653L3.69109 3.89139C3.77376 3.96164 3.88413 4.00022 4.00146 4C4.11925 4.00022 4.22956 3.96164 4.31216 3.89139Z" fill="white"/></svg>');
	width:8px;
	height:4px;
	position:absolute;
	right:0;
	top:10px;
	transition:transform .2s ease;
}
.footer_menu_head.opened::after{
	transform:rotate(180deg);
}
.footer_menu_item{
	color:#fff;
	text-decoration: none;
	display: block;
}

@media(max-width:991px){
	.footer_menu{
		padding:20px 0 19px;
		margin:0 !important;
		border-bottom:1px solid #FFFFFF;
	}
}