.footer_menu_block{
	border-bottom: 1px solid #fff;
	margin-top: 14px;
	font-family: Gilroy;
}

.footer_menu_block .h3{
	font-weight: 800;
	font-size: 14px;
	line-height: 16px;
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
}

.footer_menu_block .h3:after{
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L7 7L1 1' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	transition: all .3s;
	position: absolute;
	right: 0;
	content: "";
}
.footer_menu_block.active .h3:after{
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.footer_menu_block .brand-menu{
	margin: 0;
	padding: 0;
	margin-top: 20px;
	display: none;
	margin-bottom: 14px;
}
.footer_menu_block.active .brand-menu{
	display: block;
}

.footer_menu_block .brand-menu li{
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 16px;	
	margin-bottom: 14px;
}
.footer_menu_block .brand-menu li:last-child{
	margin-bottom: 0;
}


.footer_menu_block .brand-menu ul{
	padding: 0;
	margin: 0;
	margin-top: 14px;
	
}

.footer_menu_block .brand-menu ul li{
	list-style: none;
	padding-left: 12px;
	position: relative;
}
.footer_menu_block .brand-menu ul li:before{
	content: ">";
	position: absolute;
	left: 0;
	top: 1px;	
}