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

[class^="icon-"]::before, [class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !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-arrow_left_2:before {
  content: "\e906";
}
.icon-arrow_right_3:before {
  content: "\e907";
}
.icon-telegram_2:before {
  content: "\e92b";
}
.icon-vk_1:before {
  content: "\e931";
}
.icon-whatsapp_1:before {
  content: "\e932";
}
.icon-youtube_1:before {
  content: "\e934";
}
.icon-rutube_1:before {
  content: "\e928";
}
.icon-rmenu_3:before {
  content: "\e920";
}