.footer .catmenu .item.depth_level1 {
    position: relative;
}
.footer .catmenu .active .item.depth_level1 svg{
    transform: rotate(
	0.25turn
	);
}

.footer .catmenu .item.depth_level1 svg{
    width: 15px;
    height: 18px;
    position: absolute;
    transform: rotate(
	0.75turn
	);
    left: -20px;
    cursor: pointer;
}
.footer .catmenu .active .item.depth_level2{
display:block;
}
.footer .catmenu .item.depth_level2{
display:none;
}


body .footer .catmenu .item.depth_level1 a {
    color: #214496;
}
.footer .catmenu .item.depth_level1 svg use{
    fill: #214496;
}
.footer .catmenu .item.depth_level2 a {
    color: #0077cb;
}


