@font-face {
  font-family: 'icons';
  src: url('../fonts/icons.eot?exskut');
  src: url('../fonts/icons.eot?exskut#iefix') format('embedded-opentype'),
    url('../fonts/icons.ttf?exskut') format('truetype'),
    url('../fonts/icons.woff?exskut') format('woff'),
    url('../fonts/icons.svg?exskut#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-map:before {
  content: "\e900";
}

.icon-mobile:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-instagram:before {
  content: "\e903";
}

.icon-vk:before {
  content: "\e904";
}

.icon-youtube:before {
  content: "\e905";
}

.icon-mail:before {
  content: "\e906";
}