@charset "utf-8";
/* CSS Document */

.footer .social {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding: 0; }
  .footer .social li {
    list-style: none;
    margin-left: 10px; }
    .footer .social li a {
      display: block;
      width: 32px;
      height: 32px;
      background: url("../../assets/img/social.png"); }
      .footer .social li a span {
        display: none; }
      .footer .social li a.fb {
        background-position: -176px 0; }
      .footer .social li a.tw {
        background-position: -71px 0; }
      .footer .social li a.vk {
        background-position: -106px 0; }
      .footer .social li a.inst {
        background-position: -36px 0; }
      .footer .social li a.yb {
        background-position: -141px 0; }
      .footer .social li a.telegram {
        background-position: -211px 0; }
      .footer .social li a.ok {
        background-position: 0px 0; }