@font-face {
  font-family: 'icomoon';
  src:  url('/assets/fonts/icomoon/icomoon.eot');
  src:  url('/assets/fonts/icomoon/icomoon.eot#iefix') format('embedded-opentype'),
    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;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e90b";
}
.icon-menu:before {
  content: "\e903";
}
.icon-arrow-top:before {
  content: "\e909";
}
.icon-check:before {
  content: "\e900";
}
.icon-minus:before {
  content: "\e901";
}
.icon-plus:before {
  content: "\e90a";
}
.icon-phone:before {
  content: "\e902";
}
.icon-telegram:before {
  content: "\e904";
}
.icon-viber:before {
  content: "\e905";
}
.icon-vk:before {
  content: "\e906";
}
.icon-whatsapp:before {
  content: "\e907";
}
.icon-ytb:before {
  content: "\e908";
}
.icon-chevron-right:before {
  content: "\e90c";
}
.icon-chevron-left:before {
  content: "\e90d";
}
.icon-play:before {
  content: "\e90e";
}