ul.oper_list {
  list-style: none;
  padding: 0;
  overflow: hidden; }

ul.oper_list li {
  position: relative;
  padding-left: 29px; }

ul.oper_list li:before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3e%3cpath fill='%23F14253' d='M202.624 478.016L0 291.36l70.512-76.56 121.456 111.856L431.44 33.984 512 99.904z'/%3e%3c/svg%3e") 0 0 / 100px auto no-repeat;
  background-size: 16px 16px;
  top: 0px;
  left: 0;
  margin: 3px 3px; }
  
  ol.list_ol {
  display: block;
  counter-reset: wslist1;

  color: #777;
  list-style: none;

  overflow: hidden; }

ol.list_ol > li {
  margin: 0 0 1em 0;
  position: relative; }

ol.list_ol > li::before {
  background: #F14253;
  border-radius: 50%;
  color: #fff;
  content: counter(wslist1);

  counter-increment: wslist1;
  
  display: inline-block;
  height: 22px;
  left: -40px;
  line-height: 22px;
  padding: 5px;
  position: absolute;

  text-align: center;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 22px; }