.share_fast {
  margin-top: 17px;
  text-align: left;
}
.share_fast svg {
  fill: #fff;
  width: 35px;
  height: 35px;
  background: var(--main-color);
  border-radius: 50%;
}

.share_fast a {
  margin-right: 10px;
}

.share_fast a i {
  color: #FFF;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  background: transparent;
  text-align: center;
  /* display: table-cell; */
  vertical-align: middle;
  font-size: 19px;
  /* float: left; */
  line-height: 36px;
  margin-right: 10px;
}

.share_fast .facebook-icon i {
  color: #FFF;
  background: #2854A6;
}

.share_fast .googleplus-icon i {
  background: #D4252A;
}

.share_fast .youtube-icon i {
  background: #B61010;
}

.share_fast .twitter-icon i {
  color: #FFF;
  background: #00AAEF;
}/*# sourceMappingURL=fast.css.map */