.smart-ya-share {
  font-size: 14px;
  font-family: Roboto;
}
@media (max-width: 1155px) {
  .smart-ya-share {
    width: 100%;
  }
}
.smart-ya-share a {
  text-decoration: none;
}
.smart-ya-share .ya-share2__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1155px) {
  .smart-ya-share .ya-share2__list {
    justify-content: space-around;
  }
}
.smart-ya-share .ya-share2__list .ya-share2__item {
  width: 230px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  margin-right: 33px;
  border-radius: 3px;
  background: no-repeat 33px center;
}
@media (max-width: 1155px) {
  .smart-ya-share .ya-share2__list .ya-share2__item {
    margin: 0 0 10px;
  }
}
.smart-ya-share .ya-share2__list .ya-share2__item.ya-share2__item_service_facebook {
  background-color: #3B5998;
  padding-left: 78px;
  background-position-x: 44px;
  background-image: url(/usertpl/i/ya-share-fb.svg);
}
.smart-ya-share .ya-share2__list .ya-share2__item.ya-share2__item_service_vkontakte {
  background-color: #507299;
  padding-left: 87px;
  background-position-x: 33px;
  background-image: url(/usertpl/i/ya-share-vk.svg);
}
.smart-ya-share .ya-share2__list .ya-share2__item.ya-share2__item_service_twitter {
  background-color: #1DA1F2;
  padding-left: 90px;
  background-position-x: 34px;
  background-image: url(/usertpl/i/ya-share-tw.svg);
}
.smart-ya-share .ya-share2__list .ya-share2__item.ya-share2__item_service_odnoklassniki {
  background-color: #EE8208;
  padding-left: 79px;
  background-position-x: 33px;
  background-image: url(/usertpl/i/ya-share-ok.svg);
}
.smart-ya-share2 {
  font-size: 14px;
  font-family: Roboto;
}
.smart-ya-share2 a {
  text-decoration: none;
}
.smart-ya-share2 .ya-share2__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.smart-ya-share2 .ya-share2__list .ya-share2__item {
  width: 32px;
  height: 32px;
  color: #fff;
  margin-right: 20px;
  cursor: pointer;
}
.smart-ya-share2 .ya-share2__list .ya-share2__item.ya-share2__item_service_facebook {
  background: url(/usertpl/i/ya-share2-fb.svg) no-repeat center / contain;
}
