/**/
.sidebarNew{
	border:1px solid #2D0000;
	position: relative;
	margin-bottom: 50px;
}
.sidebarNew:after{
	content:"";
	position: absolute;
	display: block;
	width:100%;
	height: 28px;
	top:101%;
	left:0;
	background: url(/local/templates/Arbatantik/css/img/catBot.svg) no-repeat center;
}
.sidebarNew ul, .sidebarNew li{
	list-style: none;
}
.sidebarNew > ul > li > a{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #68272F;
	padding:15px;
	display: block;
	transition: all ease 0.3s;
}
.sidebarNew > ul > li:hover,
.sidebarNew > ul > li.select{
	background: rgba(104, 39, 47, 0.25);
	transition: all ease 0.3s;
}
.sidebarNew > ul > li{
	border-bottom:1px solid #2D0000;
}
.sidebarNew > ul > li.select > a {
	border-bottom: 0 solid #fff;
}
.sidebarNew li:last-child{
	border-bottom: 0 none;
}
.subbar{
	display: none;
}
.sidebarNew > ul > li.select > ul{
	display: block;
}
.sidebarNew li ul li{
	display: block;
	border-bottom:1px solid #fff;
}
.sidebarNew li ul li a{
	background: #68272F;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding:15px;
	padding-left: 40px;
	display: block;
	position: relative;
}
.sidebarNew li ul li a:before{
	content: "";
	display: block;
	border:1px solid #fff;
	position: absolute;
	left:15px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius:50%;
	margin-top: -4px;
	transition: all ease 0.3s;
}

.sidebarNew li ul li a:hover:before,
.sidebarNew li ul li a.subbar__item--link--active:before{
	background: #fff;
	transition: all ease 0.3s;
}
