.footer-share {
  color: var(--c-text-50);
  border-radius: 6px;
  display: flex;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  gap: var(--gap-xl);
}

.vision-version .footer-share {
  border: 1px solid;
}


@media (max-width: 599px) {
  .footer-share {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: var(--gap-lg);
  }
}

.share-list {
  display: flex;
  align-items: center;
}

.share-list__text {
  margin-right: 12px;
  font-size: 12px;
  color: #17181A80;
}

.share-list img {
  opacity: 0.5;
}

/* .ya-share2__item+.ya-share2__item {
  margin-left: 8px !important;
}

.ya-share2__link {
  padding: 7px !important;
  border: 1px solid #fff !important;
  border-radius: 50% !important;
}

.vision-version .ya-share2__link {
  border-color: inherit !important;
}

.ya-share2__link .ya-share2__badge {
  background: none !important;
} */

.ya-share2__container_color-scheme_gray .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url("/local/assets/img/icon/social-icon-vk.svg");
  opacity: 0.5;
}

.ya-share2__container_color-scheme_gray .ya-share2__item_service_telegram .ya-share2__icon {
  background-image: url("/local/assets/img/icon/social-icon-telegram.svg");
  opacity: 0.5;
}

.ya-share2__container_color-scheme_gray .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-image: url("/local/assets/img/icon/social-icon-ok.svg");
  opacity: 0.5;
}

.vision-theme-black-white .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url(./icons/vk-white.svg);
}

.vision-theme-white-black .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url(./icons/vk-black.svg);
}

.vision-theme-blue-white .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url(./icons/vk-blue.svg);
}

.vision-theme-black-white .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-image: url(./icons/od-black.svg);
}

.vision-theme-blue-white .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-image: url(./icons/od-blue.svg);
}

.vision-theme-black-white .ya-share2__item_service_telegram .ya-share2__icon {
  background-image: url(./icons/tg-black.svg);
}

.vision-theme-blue-white .ya-share2__item_service_telegram .ya-share2__icon {
  background-image: url(./icons/tg-blue.svg);
}

.vision-theme-black-white .ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url(./icons/fb-white.svg);
}

.vision-theme-white-black .ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url(./icons/fb-black.svg);
}

.vision-theme-blue-white .ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url(./icons/fb-blue.svg);
}

.vision-theme-black-white .ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url(./icons/tv-white.svg);
}

.vision-theme-white-black .ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url(./icons/tv-black.svg);
}

.vision-theme-blue-white .ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url(./icons/tv-blue.svg);
}