
.header-block__list .header-block__list-item-collapse{
	padding-top:0;
	padding-bottom:0;
	max-height:0px;
	overflow:hidden;
	pointer-events:none;
	transition:all 0.5s ease;
}
.header-block__list .active .header-block__list-item-collapse{
	padding-top:10px;
	padding-bottom:10px;
	max-height:800px;
	pointer-events:auto;
}

@media (max-width: 991px) {
	.header-block__list .btn-other-head.parent{
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.514' y='.324' width='23.161' height='23.351' rx='11.581' stroke='%23000' stroke-width='.649'/%3E%3Crect x='11.867' y='16.871' width='9.73' height='.973' rx='.486' transform='rotate(-90 11.867 16.87)' fill='%23000'/%3E%3Crect x='7.326' y='11.676' width='9.73' height='.973' rx='.486' fill='%23000'/%3E%3C/svg%3E");
	}
	.header-block__list .active .btn-other-head.parent{
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.514' y='.324' width='23.161' height='23.351' rx='11.581' stroke='%23000' stroke-width='.649'/%3E%3Crect x='7.326' y='11.676' width='9.73' height='.973' rx='.486' fill='%23000'/%3E%3C/svg%3E");
	}
}