.list div:after {
  cursor: pointer;
  content: '';
  /*color: gray;*/
  position: absolute;
  top: 62px;
  left: 314px;
  background-image: url("../css/images/unfav.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
}
/*.list li,*/
.list div.fav:after {
  cursor: pointer;
  content: '';
  /*color: gray;*/
  position: absolute;
  top: 62px;
  left: 314px;
  background-image: url("../css/images/fav.png");
  background-repeat: no-repeat;
  background-size: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
}
/*
.list div.fav:hover:after {
  content: ' \2764';
  color: blue;
}*/
