.prosto_BlockSeparator {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 25px;
}
.prosto_BlockSeparator-celownik {
  width: 28px;
  height: 28px;
  position: relative;
}
.prosto_BlockSeparator-celownik:nth-of-type(1) {
  transform: translate(-50%, 0);
}
.prosto_BlockSeparator-celownik:nth-of-type(2) {
  transform: translate(50%, 0);
}
