@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?gf50f0");
  src: url("../fonts/icons.eot?gf50f0#iefix") format("embedded-opentype"),
    url("../fonts/icons.ttf?gf50f0") format("truetype"), url("../fonts/icons.woff?gf50f0") format("woff"),
    url("../fonts/icons.svg?gf50f0#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 2;
  margin-right: 10px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
  content: "\e900";
  color: #fff;
}
.icon-mail:before {
  content: "\e901";
  color: #fff;
}
.icon-phone-call:before {
  content: "\e902";
  color: #fff;
}
.icon-vk:before {
  content: "\e903";
  color: #fff;
}
.icon-youtube:before {
  content: "\e904";
  color: #fff;
}
