
@font-face {
    font-family: 'icons';
    src: url('Glyphter.eot');
    src: url('Glyphter.eot?#iefix') format('embedded-opentype'),
         url('Glyphter.woff') format('woff'),
         url('Glyphter.ttf') format('truetype'),
         url('Glyphter.svg#icons') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='icon_']:before{
	display: inline-block;
   font-family: 'icons';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.icon_home:before{content:'\0041';}
.icon_fone:before{content:'\0042';}
.icon_mail:before{content:'\0043';}