#share {
  display: flex;
  color: #666;
  font-weight: bold;
  align-items: center;
  margin-bottom: 31px;
  clear:both;
}
@media (max-width: 350px) {
  #share {
    flex-wrap: wrap;
  }
  #share span {
    flex: 1 1 100%;
    margin-bottom: 6px;
  }
}
#share .social_share {
  padding: 0;
  margin-left: 5px;
  color: #fff;
  line-height: normal;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  vertical-align: top;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#share .social_share[data-type="twitter"] {
  background: #000;
}
#share .social_share[data-type="fb"] {
  background: #3b5998;
}
#share .social_share[data-type="vk"] {
  background: #4680c2;
}
#share .social_share[data-type="whatsapp"] {
  background: #25d366;
}
#share .social_share[data-type="viber"] {
  background: #6459a6;
}
#share .social_share[data-type="telegram"] {
  background: #64a9dc;
}
#share .social_share svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  transition: all ease-in-out 0.5s;
}
#share .social_share[data-type="whatsapp"] svg{
  margin-left: 3px
}