@font-face {
  font-family: 'fontello';
  font-display: swap;
  src: url('../fonts/fontell.eot');
  src: url('../fonts/fontell.eot#iefix') format('embedded-opentype'),
       url('../fonts/fontell.woff2') format('woff2'),
       url('../fonts/fontell.woff') format('woff'),
       url('../fonts/fontell.ttf') format('truetype'),
       url('../fonts/fontell.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../fonts/fontell.svg') format('svg');
  }
}
*/
 
 [class^="fa-"]:before, [class*=" fa-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.fa-ok:before { content: '\e800'; } /* '' */
.fa-check:before { content: '\e801'; } /* '' */
.fa-chevron-up:before { content: '\e802'; } /* '' */
.fa-check-1:before { content: '\e803'; } /* '' */
.fa-ok-circled2:before { content: '\e804'; } /* '' */
.fa-ok-1:before { content: '\e805'; } /* '' */
.fa-vkontakte:before { content: '\e806'; } /* '' */
.fa-to-end:before { content: '\e807'; } /* '' */
.fa-telegram:before { content: '\e808'; } /* '' */
.fa-viber:before { content: '\e809'; } /* '' */
.fa-search:before { content: '\f002'; } /* '' */
.fa-star:before { content: '\f005'; } /* '' */
.fa-star-empty:before { content: '\f006'; } /* '' */
.fa-cancel:before { content: '\f00d'; } /* '' */
.fa-play:before { content: '\f04b'; } /* '' */
.fa-fast-forward:before { content: '\f04e'; } /* '' */
.fa-folder-open:before { content: '\f07c'; } /* '' */
.fa-phone:before { content: '\f095'; } /* '' */
.fa-twitter:before { content: '\f099'; } /* '' */
.fa-facebook:before { content: '\f09a'; } /* '' */
.fa-user:before { content: '\f0c0'; } /* '' */
.fa-bars:before { content: '\f0c9'; } /* '' */
.fa-caret-up:before { content: '\f0d8'; } /* '' */
.fa-envelope:before { content: '\f0e0'; } /* '' */
.fa-angle-double-right:before { content: '\f101'; } /* '' */
.fa-angle-left:before { content: '\f104'; } /* '' */
.fa-angle-right:before { content: '\f105'; } /* '' */
.fa-angle-up:before { content: '\f106'; } /* '' */
.fa-angle-down:before { content: '\f107'; } /* '' */
.fa-desktop:before { content: '\f108'; } /* '' */
.fa-star-half-alt:before { content: '\f123'; } /* '' */
.fa-apple:before { content: '\f179'; } /* '' */
.fa-windows:before { content: '\f17a'; } /* '' */
.fa-android:before { content: '\f17b'; } /* '' */
.fa-skype:before { content: '\f17e'; } /* '' */
.fa-vk:before { content: '\f189'; } /* '' */
.fa-twitch:before { content: '\f1e8'; } /* '' */
.fa-whatsapp:before { content: '\f232'; } /* '' */
.fa-map:before { content: '\f279'; }