@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?gf00bx');
  src:  url('fonts/icomoon.eot?gf00bx#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?gf00bx') format('truetype'),
    url('fonts/icomoon.woff?gf00bx') format('woff'),
    url('fonts/icomoon.svg?gf00bx#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-arrows-left:before {
  content: "\e900";
  color: #3d85c6;
}
.icon-arrows-right:before {
  content: "\e901";
  color: #3d85c6;
}
.icon-blue-left-arrow:before {
  content: "\e902";
  color: #3d85c6;
}
.icon-blue-right-arrow:before {
  content: "\e903";
  color: #3b7eb9;
}
.icon-click-bule:before {
  content: "\e904";
  color: #3d85c6;
}
.icon-click-white:before {
  content: "\e905";
  color: #fff;
}
.icon-red-down:before {
  content: "\e906";
  color: #d94343;
}
.icon-red-up:before {
  content: "\e907";
  color: #ce4241;
}
