@font-face {
  font-family: 'fontello';
  src: url('/assets/fonts/fontello/fontello.woff2') format('woff2'),
       url('/assets/fonts/fontello/fontello.woff') format('woff'),
       url('/assets/fonts/fontello/fontello.ttf') format('truetype'),
       url('/assets/fonts/fontello/fontello.eot#iefix') format('embedded-opentype'),
       url('/assets/fonts/fontello/fontello.svg#fontello') format('svg');
  font-display:swap;
  font-weight: normal;
  font-style: normal;
}

.icon:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  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;
}

.icon-mail:before { content: '\e800'; }
.icon-mobile:before { content: '\e801'; }
.icon-ok:before { content: '\e802'; }
.icon-up-open-mini:before { content: '\e807'; }
.icon-down-dir:before { content: '\f142'; }
.icon-facebook:before { content: '\f30c'; }