@font-face {
  font-family: 'icons';
  src:
    url('fonts/icons.ttf?ti1bph') format('truetype'),
    url('fonts/icons.woff?ti1bph') format('woff'),
    url('fonts/icons.svg?ti1bph#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icn {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  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;
}

.icn_bookmark-book:before {
  content: "\e918";
}
.icn_film:before {
  content: "\e916";
}
.icn_friends:before {
  content: "\e917";
}
.icn_checked:before {
  content: "\e915";
}
.icn_bookmark-fill:before {
  content: "\e913";
}
.icn_bookmark:before {
  content: "\e914";
}
.icn_bell:before {
  content: "\e911";
}
.icn_loupe:before {
  content: "\e912";
}
.icn_list:before {
  content: "\e910";
}
.icn_soc_fb:before {
  content: "\e90e";
}
.icn_soc_vk:before {
  content: "\e90f";
}
.icn_arrow-down:before {
  content: "\e900";
}
.icn_arrow-left:before {
  content: "\e901";
}
.icn_arrow-right:before {
  content: "\e902";
}
.icn_arrow-up:before {
  content: "\e903";
}
.icn_cross:before {
  content: "\e904";
}
.icn_heart-dislike:before {
  content: "\e905";
}
.icn_heart-dislike-fill:before {
  content: "\e906";
}
.icn_heart-like:before {
  content: "\e907";
}
.icn_heart-like-fill:before {
  content: "\e908";
}
.icn_heart-neutral:before {
  content: "\e909";
}
.icn_heart-neutral-fill:before {
  content: "\e90a";
}
.icn_logo:before {
  content: "\e90b";
}
.icn_star:before {
  content: "\e90c";
}
.icn_star-fill:before {
  content: "\e90d";
}
