@font-face {
  font-family: 'ash_images';
  src: url('../fonts/ash_images.eot');
  src: url('../fonts/ash_images.eot') format('embedded-opentype'),
       url('../fonts/ash_images.woff2') format('woff2'),
       url('../fonts/ash_images.woff') format('woff'),
       url('../fonts/ash_images.ttf') format('truetype'),
       url('../fonts/ash_images.svg?38381628#ash_images') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'ash_images';
    src: url('../font/ash_images.svg?38381628#ash_images') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "ash_images";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
 
  /* 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); */
}
 
.icon-three-test-tubes:before { content: '\e800'; } /* '' */
.icon-clipboard:before { content: '\e801'; } /* '' */
.icon-two-test-tubes:before { content: '\e802'; } /* '' */
.icon-student-reading:before { content: '\e803'; } /* '' */
.icon-menu:before { content: '\e804'; } /* '' */
.icon-left-open-big:before { content: '\e805'; } /* '' */
.icon-question-list:before { content: '\e806'; } /* '' */
.icon-exit:before { content: '\e807'; } /* '' */
.icon-experiment-results:before { content: '\e808'; } /* '' */
.icon-right-open-big:before { content: '\e809'; } /* '' */
.icon-edit:before { content: '\e80a'; } /* '' */
.icon-login:before { content: '\e80b'; } /* '' */
.icon-checkbox-pen-outline:before { content: '\e80c'; } /* '' */
.icon-shopping-list:before { content: '\e80d'; } /* '' */
.icon-flask:before { content: '\e80e'; } /* '' */
.icon-user-add:before { content: '\e80f'; } /* '' */
.icon-search:before { content: '\e810'; } /* '' */
.icon-mail:before { content: '\e811'; } /* '' */
.icon-beaker:before { content: '\e815'; } /* '' */
.icon-check:before { content: '\e817'; } /* '' */
.icon-chat-alt:before { content: '\e818'; } /* '' */
.icon-menu-1:before { content: '\e819'; } /* '' */
.icon-layers:before { content: '\e81a'; } /* '' */
.icon-login-1:before { content: '\f02c'; } /* '' */
.icon-zoom-in:before { content: '\f07e'; } /* '' */