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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !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-search:before {
  content: "\e90e";
}
.icon-to-the-right:before {
  content: "\e90f";
}
.icon-arrow_right:before {
  content: "\e910";
}
.icon-arrow_left:before {
  content: "\e90d";
}
.icon-left:before {
  content: "\e90c";
}
.icon-facebook:before {
  content: "\e903";
}
.icon-instagram:before {
  content: "\e906";
}
.icon-eye:before {
  content: "\e907";
}
.icon-location:before {
  content: "\e908";
}
.icon-message:before {
  content: "\e909";
}
.icon-call:before {
  content: "\e90a";
}
.icon-vk:before {
  content: "\e90b";
}
.icon-dolphin:before {
  content: "\e900";
}
.icon-footprint:before {
  content: "\e901";
}
.icon-scroll:before {
  content: "\e902";
}
.icon-ticket:before {
  content: "\e904";
}
.icon-time:before {
  content: "\e905";
}
