.blog-menu-select {
	display: flex;
}
.blog-menu-select-active {
	flex-grow: 1;
	position: relative;
}
.blog-menu-select-active-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	background-color: #fff;
	height: 100%;
}
.blog-menu-select-active-link p {
	font-family: PTRootUIVFMedium;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #000;
}
.blog-menu-select-active.open img {
	transform: rotate(180deg);
}
.blog-menu-select-active nav {
	display: none;
	position: absolute;
	top: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 10;
}
.blog-menu-select-active.open nav {
	display: block;
}
.blog-menu-select-active nav ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.blog-menu-select-active nav ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	height: 55px;
	background-color: #fff;
	font-family: PTRootUIVFMedium;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #000;
    border-top: 1px solid #eee;
}
.blog-menu-select .blog-menu-select-home a {
	display: flex;
	width: 55px;
	height: 55px;
	padding: 14px;
	justify-content: center;
	align-items: center;
	background: linear-gradient(47.42deg, #D5E0FF 7.58%, rgba(213, 224, 255, 0) 106.16%);
}
.blog-menu-select .blog-menu-select-home a:hover {
	background: linear-gradient(47.42deg, #D7DCE8 7.58%, rgba(237, 242, 254, 0) 106.16%);
}