::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #33332f; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fff; 
}

ol.level1 {
	font-family: 'NovaPoshta-Regular';
    font-size: 14px;
	padding: 0 0 0 18px;
	line-height: 180%;
}
ol.level1  > li {
	
}
ul.level2 {
	marker: none;
    padding-left: 15px;
	line-height: 180%;
}
ul.level2  > li {
	cursor: pointer;	
	list-style-type: none;
}

ul.level2  > li:hover {
	font-weight: bold;
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#menu_img_place {
	width: 100%;
	height: 100%;
	overflow: hidden;
}