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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
}

.icon-icon_loading:before {
  content: "\e900";
  color: #3b60c7;
}
.icon-icon_exclamation:before {
  content: "\e901";
  color: #e44a4c;
}
.icon-icon_start_here:before {
  content: "\e902";
}
.icon-icon_check:before {
  content: "\e903";
  color: #3b60c7;
}
.icon-icon_close_small:before {
  content: "\e904";
  color: #81828e;
}
.icon-icon_arrow_right:before {
  content: "\e905";
  color: #fff;
}
.icon-icon_arrow_left:before {
  content: "\e906";
  color: #81828e;
}
.icon-icon_close_big:before {
  content: "\e907";
  color: #81828e;
}
