#social_block {
  padding: 20px;
}

#social_block a:hover,
#social_block a:focus,
#social_block a:active {
  text-decoration: none;
}

#social_block ul {
  display: flex;
  padding: 5px 0;
  margin: 0;
}

@media (max-width: 767px) {
  #social_block ul {
    justify-content: center;
  }
}

#social_block li {
  margin-right: 10px;
}

#social_block li:last-of-type {
  margin-right: 0;
}

#social_block li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  transition: 0.2s ease-in-out;
  background: #fff;
  color: #818181;
}

#social_block li a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "FontAwesome";
  font-size: 22px;
  font-weight: 400;
  transition: 0.2s ease-in-out color;
}

#social_block li.facebook a {
}

#social_block li.facebook a::before {
  content: "\f09a";
}

#social_block li.facebook a:hover::before {
  color: #385c8e;
}

#social_block li.twitter a::before {
  content: "\f099";
  color: #818181;
}

#social_block li.twitter a:hover::before {
  color: #05cdff;
}

#social_block li.youtube a::before {
  content: "\f167";
}

#social_block li.youtube a:hover::before {
  color: #ff0000;
}

#social_block li.pinterest a::before {
  content: "\f231";
}

#social_block li.pinterest a:hover::before {
  color: #e60023;
}

#social_block li.instagram a::before {
  content: "\f16d";
}

#social_block li.instagram a:hover::before {
  color: #000;
}
#social_block li.vimeo a::before {
  content: '';
  background-image: url(images/tik-tok.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  width: 22px;
  height: 22px;
}

#social_block li.vimeo a:hover::before {
  background-image: url(images/tik-tok--hover.svg);
}










/* -1- */









/* -2- */









/* -3- */





















/* --- */













