.slinky-menu {
overflow: hidden;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.slinky-menu > ul {
left: 0;
position: relative;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.slinky-menu ul,
.slinky-menu li {
list-style: none;
margin: 0; 
padding: 0px;
}
.slinky-menu ul {
width: 100%; 
}
.slinky-menu svg{
    height: 24px;
    width: 28px;
    margin-right: 8px;
    vertical-align: middle;
}
.slinky-menu svg {
    fill: #344857;
    transition: all 350ms;
}
.slinky-menu a {
    display: block;
    height: 44px;
    vertical-align: middle;
    padding: 0px 25px;
    color: #6c6c6c;
    line-height: 44px;
    border-bottom: 1px solid #edeff3;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-weight: 400;
    position: relative;
}

.side-nav .slinky-menu a.back{
    border-bottom: 0px;
}
.side-nav .slinky-menu a{
}
.slinky-menu li ul li a{
font-size: 13px;
    padding: 0px 40px;
    display: inline-block;
    width: 100%;
    line-height: 44px;
    vertical-align: middle;
}
.slinky-menu a span {
    display: inline-block;
}
.slinky-menu li ul {
display: none;
left: 100%;
position: absolute;
top: 0;
}
.slinky-menu .header {
display: flex;
padding-bottom: 10px;
}
.slinky-menu .header .title {
flex: 1;
line-height: 1.4;
margin: 0;
order: 1;
}
.slinky-theme-default {
}
.wrapper-side .main_menu{
    position: relative;
}
.wrapper-side .slinky-theme-default{
    margin-top: 60px;
}
.slinky-theme-default .title {
 color: #333;
 padding: 1em;
}
.slinky-theme-default li {
line-height: 1;
}
/*   .slinky-theme-default a:not(.back):hover {
      background: rgba(90, 200, 250, 0.25); }
    .slinky-theme-default a:not(.back):active {
      background: rgba(90, 200, 250, 0.5); }
*/
.slinky-menu .active1>a,  .slinky-menu .active1 a:hover{
background: #6bd177;
color:#333;
}
.slinky-menu a:hover{
    background: #5680a1;
    color: #fff;
}
.slinky-menu a:hover:after, .slinky-menu .active1>a:after{
    color:#fff;
}
.slinky-theme-default a:hover svg{
fill: #fff;
}
.slinky-theme-default .next::after,
.slinky-theme-default .back::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 15px;
    right: 15px;
    color: #c4c4c4;
    position: absolute;
    top: 16px;
}
.slinky-theme-default .next::after {
 margin-left: 1em;
}
.slinky-theme-default .back::before {
  content: "\f30a"; 
  display: none;
}
.slinky-theme-default .next:hover::after,
.slinky-theme-default .back:hover::before {
opacity: 0.75;
}
.slinky-theme-default .next:active::after,
.slinky-theme-default .back:active::before {
opacity: 1;
}
.slinky-menu a.back:hover{
  background: transparent;
}
a.back{
height: auto;
    border-bottom: 0px;
}
.back_{
        line-height: 20px;
    flex: none !important;
    display: inline-block;
    color: #eee;
    background: #5bcc9f;
    border-radius: 13px;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 8px;
}
.back_:hover{
    color: #fff;
    background: #6bd177;
}
.side-nav .item_n0{
display: none;
}
.current>a{
background: #5680a1;
    color: #fff;
}
.current>a svg{
}