@font-face {
  font-family: 'iconFont';
  src:
    url('../fonts/iconFont.ttf?o1s4ya') format('truetype'),
    url('../fonts/iconFont.woff?o1s4ya') format('woff'),
    url('../fonts/iconFont.svg?o1s4ya#iconFont') format('svg');
  font-weight: normal;
  font-style: normal;
}
.if {
  font-family: 'iconFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.if-icon-arrow:before {
  content: "\e902";
}
.if-icon-address:before {
  content: "\e900";
}
.if-icon-phone:before {
  content: "\e901";
}