@font-face {
  font-family: 'icomoon';
  src:
    url('../f/icons//icomoon.ttf?w1t7h2') format('truetype'),
    url('../f/icons//icomoon.woff?w1t7h2') format('woff'),
    url('../f/icons//icomoon.svg?w1t7h2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: currentColor;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon__more:before {
  content: "\e900";
}