.rumka-shipbar__dot{
  display:flex;
  align-items:center;
  gap:6px;
}

.rumka-shipbar__dot::before{
  content:"";
  width:6px;
  height:6px;
  background:#555;
  border-radius:50%;
  display:inline-block;
}