@charset "utf-8";





.OtherSitemap ul{
  list-style:none;

}

.OtherSitemap ul.depth-1 li{}
.OtherSitemap ul.depth-1 li::before{
    content: '\e807';
    position: static;
    font-family: "picticon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    opacity: .8;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 3px;
}

.OtherSitemap .ServiceItem ul.PageList li:last-child{
  display:none;
}
