.socialcounters {
  display: block;
  margin: 10px 0;
  /*border-top: #007db6 solid 1px;*/
  text-align: right;
}
.socialcounters .text {
  display: inline-block;
  font-size: 18px;
  font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin-right: 10px;
  padding: 3px 7px 3px 3px;
  position: relative;
  top: 7px;
  zoom: 1;
}
.socialcounters .button {
  border: none;
  color: #fff;
  font-size: 13px;
  height: 44px;
  line-height: 20px;
  padding: 3px 7px 3px 3px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 44px;
}
.socialcounters .button svg {
  height: 34px;
  width: 34px;
}
.socialcounters .button.disabled {
  cursor: default !important;
}
.socialcounters a[href="#vk"] svg {
  fill: #2a5885;
}
.socialcounters a[href="#facebook"] svg {
  fill: #6081c4;
}
.socialcounters a[href="#twitter"] svg {
  fill: #43bdef;
}
.socialcounters a[href="#ok"] svg {
  fill: #e99144;
}

@media all and (max-width: 640px) {
  .socialcounters .button {
    width: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .MOBILE .socialcounters {
    padding-top: 20px;
    text-align: center;
  }
}

/*# sourceMappingURL=socialcounters.css.map */
