.sidebar_dok_3 .item{display: flex;
flex-direction: row;
align-items: center;
padding: 24px 0px;
gap: 24px;}
.sidebar_dok_3 .item a{text-transform:uppercase; }
.sidebar_dok_3 .item a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/local/images/svg/list-dot.svg");
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 10px;
margin-right: 24px;
transition:all 0.2s ease-out;
}
.sidebar_dok_3 .item a:hover::before {margin-right:32px;}