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

[class^="i-"], [class*=" i-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-dropdown:before {
  content: "\e900";
}
.i-email:before {
  content: "\e901";
}
.i-facebook:before {
  content: "\e902";
}
.i-instagram:before {
  content: "\e903";
}
.i-link:before {
  content: "\e904";
}
.i-location:before {
  content: "\e905";
}
.i-next:before {
  content: "\e906";
}
.i-phone:before {
  content: "\e907";
}
.i-play:before {
  content: "\e908";
}
.i-prev:before {
  content: "\e909";
}
.i-telegram:before {
  content: "\e90a";
}
