@media (min-width: 768px) and (max-width: 1365px) {
  .shops__inner {
    display: block;
  }
}

.ya-share2__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    background-color: #f5f5f5;
    outline: 0;
    -webkit-transition: color .13s ease-in-out,background-color .13s ease-in-out;
    transition: color .13s ease-in-out,background-color .13s ease-in-out;
    border-radius: 4px;
}

.ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__badge, 
.ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__mobile-popup-badge {
    background-color: transparent !important;
}