@font-face {
  font-family: 'icons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
   src: url('icons.woff2') format('woff2');
}

.icon, .icon-icons {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.icon-icons {
  width: 1em;
  height: 1em;
  position: relative;
  fill: currentColor;
}

.icon {
  font-family: 'icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.icon-account:before { content: "\f101"; }
.icon-arrow-down-big:before { content: "\f102"; }
.icon-arrow-down:before { content: "\f103"; }
.icon-arrow-right:before { content: "\f104"; }
.icon-arrow-top-right:before { content: "\f105"; }
.icon-bonus-money:before { content: "\f106"; }
.icon-book:before { content: "\f107"; }
.icon-box:before { content: "\f108"; }
.icon-cancel:before { content: "\f109"; }
.icon-close-eye:before { content: "\f10a"; }
.icon-close-thin:before { content: "\f10b"; }
.icon-close:before { content: "\f10c"; }
.icon-close2:before { content: "\f10d"; }
.icon-file:before { content: "\f10e"; }
.icon-file2:before { content: "\f10f"; }
.icon-icon:before { content: "\f110"; }
.icon-instagram:before { content: "\f111"; }
.icon-menu:before { content: "\f112"; }
.icon-next:before { content: "\f113"; }
.icon-phone:before { content: "\f114"; }
.icon-pin:before { content: "\f115"; }
.icon-quest:before { content: "\f116"; }
.icon-smile:before { content: "\f117"; }
.icon-zoom:before { content: "\f118"; }
