.share_fast {
  display: flex;
  align-items: center;
}

.share_fast a {
  display: inline-flex;
  margin-right: 12px;
  display: grid;
  box-sizing: border-box;
  color: #FFF;
  text-align: center;
  -moz-transition: all 0.2s ease-in 0;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0;
  transition: all 0.2s ease-in 0;
  float: right;
  cursor: pointer;
  position: relative;
  width: 45px;
  height: 45px;
  background: #565656;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .share_fast a {
    width: 36px;
    height: 36px;
  }
}
.share_fast a:last-child {
  margin-right: 0px;
}
.share_fast a svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}/*# sourceMappingURL=fast.css.map */