.as-icon-twitter::before {
  content: "\f099";
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.as-icon-linkedin::before {
  content: "\f0e1";
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.as-icon-vk::before {
  content: "\f189";
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.as-icon-facebook::before {
  content: "\f39e";
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.as-icon-vimeo::before {
  content: "\f27d";
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.as-icon-tumblr::before {
  content: "\f173";
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.as-icon-youtube::before {
  content: "\f167";
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.as-icon-pinterest::before {
  content: "\f231";
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.as-icon-instagram::before {
  content: "\f16d";
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.logo {
  cursor: pointer;
}
