@font-face {
  font-family: "icons";
  src:
    url('../sourse/fonts/icons.ttf?hyzmy8') format('truetype'),
    url('../sourse/fonts/icons.woff?hyzmy8') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=_icon-]:before,
[class*=" _icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._icon-arrow-right:before {
  content: "\e903";
}
._icon-vk:before {
  content: "\e902";
}
._icon-sort:before {
  content: "\e900";
}
._icon-telegram:before {
  content: "\e901";
}
._icon-github:before {
  content: "\eab0";
}