.hidden_mode {
	visibility:hidden;
	pointer-events:none;	
}
.active > .hidden_mode {
	visibility:visible;
	pointer-events:unset;
}
.dropdown-item  {
	white-space:nowrap;
}
.head_services_top_part {
	display:flex;
	justify-content: space-between;
}
.go_back_btn {	
	display:none;
	width: auto;
	padding: 11px;
	font-size:18px;
	/* border: 1px solid; */
	border-radius: 8px;
	visibility: visible;
	position: relative;
	padding-left: 45px;
	background: none;
	color: #fff;
	cursor: pointer;
	height: 48px;
	margin-left: 10px;
	background: #363844;
	padding-right: 32px;
}
.go_back_btn::before {
	content: '';
	display: block;
	width: 5px;
	height: 10px;
	-webkit-clip-path: polygon(100% 0%, 0 50%, 100% 100%);
	clip-path: polygon(100% 0%, 0 50%, 100% 100%);
	background: #fff;
	position: absolute;
	left: 28px;
	top: calc(50% - 5px);
}
.go_back_btn:hover {
	background: #656671;
}
.active .go_back_btn {
	display:block;
}
.go_back_btn.hide_mode {
	visibility:hidden;	
}
.active .close_menu_btn {
	display:block;
}
.close_menu_btn {
	display:none;
	padding: 10px;	
	border-radius: 8px;	
	width: 50px;
	text-align: center;
	color:#fff;
	stroke: #fff;
	cursor:pointer;
}
.head_services {
	width: 50%;
	min-width:600px;
	background:#242734;	
}	
.head_services:hover {
	height:0px;
} 
.head_services.active {
	height: calc(100vh - 84px)!important;
	padding: 30px;	
	box-shadow:none;/* 0px 100px 100px 35px #000000ed;*/
}
.menu_trigger {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='256' height='256'%3E%3Cpath d='M17,13.41,12.71,9.17a1,1,0,0,0-1.42,0L7.05,13.41a1,1,0,0,0,0,1.42,1,1,0,0,0,1.41,0L12,11.29l3.54,3.54a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29A1,1,0,0,0,17,13.41Z' fill='%2317ccb6' class='color000 svgShape'%3E%3C/path%3E%3C/svg%3E");
	width: 27px;
	display: inline-block;
	height: 27px;
	background-size: cover;
	transform: rotate(90deg);
	position: relative;
	top: -2px;
	left: 8px;
	cursor: pointer;
	border: 2px solid #17ccb6;
	background-position: 0px 0px;
	border-radius: 8px;
}
.menu_trigger:hover {
	background-color:#656671;
}
.head_services_inner {
	display:flex;
	height: 100%;
}
.dropdown-menu {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
	top: 0px;
	left: 0;	
	width: 100%;
	position:relative;	
	background:#242734;
	color:#fff;
	overflow-y: scroll;
  	padding-bottom: 50px;	
}
.dropdown-menu li a {
	overflow: hidden;
	/* text-overflow: ellipsis; */
	width: 100%;
	position: relative;
	display: block;
	word-wrap: nowrap;
	white-space: normal;
	padding: 6px 10px;
	padding-top: 0px;
	width: auto;
	display: inline-block;
}
.dropdown-menu > li > a:hover  {
	text-decoration: underline;
}
/*.dropdown-menu li a span {
	position:absolute;
	right:10px;
}*/
.dropdown-menu li:hover {
	background:#242734;
}
.dropdown-menu.submenu_lv2 {
	background: #242734;
}
.dropdown-menu.submenu_lv3 {
	background:#ccc;
}
.dropdown-menu li {
	padding-left: 0px;
	padding-top: 6px;
	display:flex;
	gap: 10px;
  	margin-bottom: 10px;	
  	align-items: center;
	/*position: relative;*/
}
.dropdown-menu .dropdown-submenu {
	width:100%;
	overflow:hidden;
	position: absolute;	
	top: 0px;	
	height:100%;
	transition: width ease 0.1s;
	left: 140%;
  	background: #242734;
  	color:#fff;
  	z-index: 1;	
  	transition:left ease 0.2s;
}
.dropdown-menu .dropdown-submenu-left {
	right: 100%;
	left: auto;
	width: 100%;
}
.dropdown-menu > li.active > .dropdown-submenu {
	display: block;
	width: 100%;
	transition: width ease 0.1s;	
	overflow-y: scroll;
    padding-bottom: 50px;
    left:0px;
    transition:left ease 0.2s;
}
.dropdown-submenu::-webkit-scrollbar {
	display: none;
}
.dropdown-menu::-webkit-scrollbar {
	display: none;
} 
.dropdown-submenu {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.dropdown-menu {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
#bx-panel {
	display:none!important;
}
.top_item_picture_wrapper {
	border: 2px solid #17ccb6;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: inline-block;
	position: relative;
	top: 0px;
	/*padding: 8px;*/
}
.top_item_picture {	
	padding: 6px;
	width:38px;
	height:36px;
}
.dropdown-submenu img {
	border-radius:50%;
	width:30px;
	height:30px;
	display: inline-block;
  	position: relative;
  	top: -2px;
  	margin-left:10px;
}
.open-menu .content, .open-menu .footer {
	filter:unset;
	-webkit-filter:unset;	
}
.open-menu .header-info-col,
.open-menu .header-logo {
	filter:unset;
	-webkit-filter:unset;	
}
.open-menu .header-nav-col {
	filter:unset;
	-webkit-filter:unset;	
}
.header-info-col .text-right.align-self-center {
	display:none!important;
}
#menu-item-366 .menu_trigger {
	display:none;
}
.service-block {
	cursor:pointer;
}	
@media (max-width: 991px) {
	.head_services {
		display: unset;
	}	
}
@media(max-width:1080px){
	.head_services {
		top:64px;
	}
}
@media(max-width:991px){
	.dropdown-submenu {
		-ms-overflow-style: unset;
		scrollbar-width: unset;
	}
	.dropdown-menu {
		-ms-overflow-style: unset;
		scrollbar-width: unset;
	}	
	.header-info-col .text-right.align-self-center {
		display:block!important;
	}
	.open-menu .header-nav-col {
		visibility:visible;
		opacity:1;
	}
	.header-nav-col {
		background:#242734;
		top:68px;
	}
	.header-nav {
		width:100%;
	}
	#menu-header-menu {
		text-align:left;
	}
	#menu-item-366 .menu_trigger {
		content:"";
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='256' height='256'%3E%3Cpath d='M17,13.41,12.71,9.17a1,1,0,0,0-1.42,0L7.05,13.41a1,1,0,0,0,0,1.42,1,1,0,0,0,1.41,0L12,11.29l3.54,3.54a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29A1,1,0,0,0,17,13.41Z' fill='%2317ccb6' class='color000 svgShape'%3E%3C/path%3E%3C/svg%3E");
		width: 27px;
		display: inline-block;
		height: 27px;
		background-size: cover;
		transform: rotate(90deg);
		position: relative;
		top: 5px;
		left: 35px;
		cursor: pointer;
		border: 2px solid #17ccb6;
		background-position: 0px 0px;
		border-radius: 8px;
	}	
	.head_services {
		top:0px;
		box-shadow:none;
		z-index: 2;
		min-width:100%;
	}
	.close_menu_btn {
		display:none!important;
	}
	.main-nav-menu-close {
		z-index: 99;
	}
	#menu-item-366 .arrow {
		display:none!important;
	}
	.head_services {
		transition:none;
		display:none;
	}
	
	.head_services.active {
		height: calc(100vh - 84px)!important;
		display:block;
		padding:0px;
		padding-top:30px;
		padding-left:6px;
		box-shadow:none;
		transition:none;
	}
	.hidden_mode {
		display:none;
		visibility:unset;
		pointer-events:unset;	
	}
	.active > .hidden_mode {
		display:block;		
	}	
	.go_back_btn.hide_mode {
		visibility:visible;
	}
	.main-nav-menu-close {
		top:36px;
	} 
	.dropdown-menu li a {
		/*font-size: 18px;*/
	}
	.dropdown-submenu img {
		margin-left:10px;
	}
	.open-menu .fxbott_panel_wrapper {
		display:none;
	}
	.head_services_inner {
		padding-top:30px;
		padding-bottom: 160px;
	}
	.header-nav .form_top_btn {
		border: none;
	}
	.head_services.active {
		
	}
}