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

.icon {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-rub:before {
  content: "\e91f";
}
.icon-arrow-right:before {
  content: "\e904";
}
.icon-arrow-left:before {
  content: "\e905";
}
.icon-arrow-top:before {
  content: "\e906";
}
.icon-arrow-bottom:before {
  content: "\e907";
}
.icon-close:before {
  content: "\e90c";
}
.icon-check:before {
  content: "\e90d";
}
.icon-minus:before {
  content: "\e910";
}
.icon-plus:before {
  content: "\e911";
}
.icon-menu-humb:before {
  content: "\e902";
}
.icon-telegram:before {
  content: "\e91b";
}
.icon-viber:before {
  content: "\e91c";
}
.icon-vkontakte:before {
  content: "\e91d";
}
.icon-whatsapp:before {
  content: "\e91e";
}
