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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-arr_down:before {
  content: "\e900";
}
.icon-arr_left:before {
  content: "\e901";
}
.icon-arr_right:before {
  content: "\e902";
}
.icon-arr_up:before {
  content: "\e903";
}
.icon-fb:before {
  content: "\e904";
}
.icon-ok:before {
  content: "\e905";
}
.icon-vk:before {
  content: "\e906";
  color: #565656;
}
.icon-inst:before {
  content: "\e907";
}
