.blur2 {
  filter: blur(2px);
}
.block__credit {
  color: #afafaf;
  white-space: nowrap;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #515151
}

.block__procent {
  padding: 9px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.7);
}

.bunner__dark2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0, rgb(0 0 0 / 71%), rgb(88 88 88 / 92%));
}

.linear-vector {
  opacity: .3;
  filter: blur(1px);
}
