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

 
 [class^="fa-"]:before, [class*=" fa-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  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-viber:before { content: '\e800'; } /* '' */
.fa-search:before { content: '\e801'; } /* '' */
.fa-right-open:before { content: '\e802'; } /* '' */
.fa-cancel:before { content: '\e803'; } /* '' */
.fa-quote:before { content: '\e804'; } /* '' */
.fa-play:before { content: '\e805'; } /* '' */
.fa-ok:before { content: '\e806'; } /* '' */
.fa-play-1:before { content: '\e807'; } /* '' */
.fa-right:before { content: '\e808'; } /* '' */
.fa-left:before { content: '\e809'; } /* '' */
.fa-at:before { content: '\e80b'; } /* '' */
.fa-twitter:before { content: '\f099'; } /* '' */
.fa-facebook:before { content: '\f09a'; } /* '' */
.fa-bars:before { content: '\f0c9'; } /* '' */
.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-skype:before { content: '\f17e'; } /* '' */
.fa-vk:before { content: '\f189'; } /* '' */
.fa-telegram:before { content: '\f1d8'; } /* '' */
.fa-whatsapp:before { content: '\f232'; } /* '' */