.sharer__label {
  font-size: 14px;
  line-height: 32px;
  padding-right: 14px;
  float: left;
}
.sharer__button {
  display: inline-block;
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  cursor: pointer;
}
.sharer__button:last-child {
  margin-right: 0;
}
.sharer__button rect {
  -webkit-transition: fill 150ms;
  -o-transition: fill 150ms;
  transition: fill 150ms;
}
.sharer__button_vk:hover rect {
  fill: #445d75;
}
.sharer__button_fb:hover rect {
  fill: #37477c;
}
.sharer__button_ok:hover rect {
  fill: #d16b20;
}
.sharer__button_twitter:hover rect {
  fill: #4fa1d3;
}
