li.has-icon::before, h2.has-icon::before, div.has-icon::before, a.has-icon::before {
  content: "";
  display: inline-block;
  top: 12px;
  left: 14px;
  width: 30px;
  height: 30px;
  background: url(/application/assets/images/icon-email-red.svg) no-repeat center;
  -webkit-background-size: 30px;
  transition: opacity 0.15s linear, transform 0.3s cubic-bezier(0.1, 0.7, 0.6, 1);
  -webkit-filter: drop-shadow(0 0 10px #f70);
}
li.has-icon::before {
  -webkit-filter: brightness(0) invert(1);
  z-index: 1;
}
.has-icon.icon-key::before {
  background-image: url(/application/assets/images/icon-key.svg);
  margin-left: 4px;
  -webkit-background-size: 27px;
}
.has-icon.icon-key-red::before {
  background-image: url(/application/assets/images/icon-key-red.svg);
  margin-left: 4px;
  -webkit-background-size: 27px;
}
h2.has-icon.icon-key::before {
  -webkit-background-size: 28px;
}
.has-icon.icon-shield::before {
  background-image: url(/application/assets/images/icon-shield.svg);
  -webkit-background-size: 28px;
}
.has-icon.icon-shield-red::before {
  background-image: url(/application/assets/images/icon-shield-red.svg);
  -webkit-background-size: 28px;
}
.has-icon.icon-comment::before {
  background-image: url(/application/assets/images/icon-comment.svg);
  -webkit-background-size: 35px;
}
.has-icon.icon-questionmark::before {
  background-image: url(/application/assets/images/icon-questionmark.svg);
  -webkit-background-size: 28px;
}
.has-icon.icon-envelope::before {
  background-image: url(/application/assets/images/icon-envelope.svg);
}
.has-icon.icon-questionmark.icon-large::before {
  margin-right: 3px;
  -webkit-background-size: 35px;
}
.has-icon.icon-warning::before {
  background-image: url(/application/assets/images/icon-warning.svg);
}
.has-icon.icon-lock::before {
  opacity: 1;
  background-image: url(/application/assets/images/icon-padlock.svg);
}
li.has-arrow::after, h2.has-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 14px;
  width: 30px;
  height: 30px;
  background: url(/application/assets/images/icon-arrow-down.svg) no-repeat center;
  -webkit-background-size: 12px;
  transition: opacity 0.15s linear, transform 0.3s cubic-bezier(0.1, 0.7, 0.6, 1);
  pointer-events: none;
  opacity: 0.8;
}
