@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello/fontello.eot?56222825');
  src: url('../fonts/fontello/fontello.eot?56222825#iefix') format('embedded-opentype'),
       url('../fonts/fontello/fontello.woff2?56222825') format('woff2'),
       url('../fonts/fontello/fontello.woff?56222825') format('woff'),
       url('../fonts/fontello//fontello.ttf?56222825') format('truetype'),
       url('../fonts/fontello/fontello.svg?56222825#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  color: #fff; 
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
}
.icon-youtube:before { content: '\e800'; } 
.icon-vk:before { content: '\e801'; }
.icon-facebook:before { content: '\f300'; }