.catalog_wrap .bx_sitemap_ul{
	display: none;
}

.catalog_wrap:hover .bx_sitemap_ul{
	display: block;
}

.bx_sitemap_ul {
	padding:0;
	width:275px;
	margin:0;
	border-radius: 4px;
	background:#fff;
	z-index:999;
	position:absolute;
	top:100%;
	left:0;
}

.bx_sitemap_ul li {
	padding:16px;	
	position: relative;
	list-style-type: none;
}

.bx_sitemap_ul li:hover {
	background: #F7F8F9;
}

.bx_sitemap_ul li a {
	color: #000;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* Desktop_Heading/16_H4 */
	font-family: Montserrat-Medium;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 150% */
}

.bx_sitemap_ul li a:hover {
	color:#1B3B75;
}

.bx_sitemap_ul li > ul{
	display:none;
	background:#fff;
	padding:0;
	margin:0;
	-webkit-transition: opacity .3s ease, margin-top .3s ease;
    transition: opacity .3s ease, margin-top .3s ease;
}

.bx_sitemap_ul li:hover > ul {
	width:350px;
	display: block;
	z-index:999;
	position: absolute;
	left:100%;
	top:0;	
}