.menu-type1 .dropdown > li.has-child a .toggle_block {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	width: 45px;
	height: 100%;
	bottom: 0px;
}

.menu-type1.menu_top_block li.v_bottom .dropdown {
	position: static;
	min-width: auto;
	width: auto;
}

.menu-type1.menu_top_block .dropdown ul.child {
	margin: 0;
}

body .menu-type1.menu_top_block .left_menu li.v_bottom > .dropdown {
	padding: 0;
}

.menu-type1.menu_top_block li.v_bottom.current .dropdown,
.menu-type1.menu_top_block li.v_bottom:hover .dropdown {
	background: #fafafa;
	background: var(--card_bg_black);
}

.menu-type1.menu_top_block .dropdown > li.v_bottom > .dropdown {
	width: auto;
	box-shadow: none;
	opacity: 1;
	visibility: visible;
	padding: 5px 0px 10px;
	border: 1px solid var(--stroke_black);
	border-top: 0;
	border-radius: 0 0 7px 7px;
}

.menu-type1.menu_top_block .item .child_container .child_wrapp {
	padding: 0;
}

.menu-type1.menu_top_block .opened > a .svg {
	transform: rotate(180deg);
}

.menu-type1.menu_top_block .dropdown > li.v_bottom > .dropdown li {
	display: block;
	font-size: 13px;
	transition: background-color 0.07s ease-out 0s;
	-webkit-transition: background-color ease-out 0.07s;
	-moz-transition: background-color ease-out 0.07s;
	-o-transition: background-color ease-out 0.07s;
	line-height: 20px;
	padding: 0;
	margin: 5px 0 0 0;
}

.menu-type1.menu_top_block .dropdown > li.v_bottom > .dropdown li a {
	display: block;
	background: #FFFFFF !important;
	font-size: 13px;
	text-decoration: none;
	text-align: left;
	transition: padding 0.2s ease;
	color: #000000 !important;
	font-weight: 500;
	border: none;
	padding: 11px 30px 11px 15px;
}

.menu-type1.menu_top_block .dropdown > li.v_bottom > .dropdown li a:hover {
	text-decoration: underline !important;
}

.menu-type1.menu_top_block .dropdown > li.v_bottom > .dropdown li:not(.current) a:not(:hover) {
	color: var(--white_text_black);
}

.menu-type1.menu_top_block li.has-child.v_bottom:last-child > .dropdown {
	border-bottom-width: 1px;
}

.menu-type1.menu_top_block ul.left_menu li {
	line-height: 20px;
}
