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

[class^="icon-"], [class*=" icon-"] {
  /* 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;
}

.icon-arrow-up:before {
  content: "\e90e";
}
.icon-play:before {
  content: "\e90d";
}
.icon-arrow:before {
  content: "\e90c";
  color: #ff004f;
}
.icon-tg-white:before {
  content: "\e90a";
}
.icon-vk-white:before {
  content: "\e90b";
}
.icon-close:before {
  content: "\e909";
}
.icon-list:before {
  content: "\e907";
}
.icon-calendar:before {
  content: "\e908";
}
.icon-search:before {
  content: "\e906";
}
.icon-warning:before {
  content: "\e905";
  color: #ff004f;
}
.icon-correct:before {
  content: "\e904";
}
.icon-tooltip:before {
  content: "\e903";
}
.icon-eye:before {
  content: "\e902";
}
.icon-vk:before {
  content: "\e900";
}
.icon-telegram:before {
  content: "\e901";
}
