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

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "arrows";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-right-small:before { content: '\e800'; } 
.icon-left-small:before { content: '\e801'; }
.icon-right:before { content: '\e802'; }
.icon-left:before { content: '\e803'; }
.icon-down:before { content: '\e804'; }
.icon-up:before { content: '\e805'; }
.icon-down-small:before { content: '\e806'; }
.icon-up-small:before { content: '\e807'; }
.icon-left-open-big:before { content: '\e809'; }
.icon-right-open-big:before { content: '\e80a'; }
.icon-down-open-big:before { content: '\e80b'; }
.icon-up-open-big:before { content: '\e80c'; }