@font-face {
  font-family: 'svgicons';
  src:
    url('svgicons.ttf?pk3wlt') format('truetype'),
    url('svgicons.woff?pk3wlt') format('woff'),
    url('svgicons.svg?pk3wlt#svgicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="svgicon-"], [class*=" svgicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'svgicons' !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;
}

.svgicon-up-circle:before {
  content: "\e900";
}
.svgicon-up:before {
  content: "\e901";
}
.svgicon-down:before {
  content: "\e902";
}
.svgicon-left:before {
  content: "\e903";
}
.svgicon-right:before {
  content: "\e904";
}
.svgicon-check:before {
  content: "\e905";
}
.svgicon-close:before {
  content: "\e906";
}
.svgicon-clock:before {
  content: "\e907";
}
.svgicon-mail:before {
  content: "\e908";
}
.svgicon-phone:before {
  content: "\e909";
}
.svgicon-map:before {
  content: "\e90a";
}
.svgicon-fb:before {
  content: "\e90b";
}
.svgicon-instagram:before {
  content: "\e90c";
}
.svgicon-vk:before {
  content: "\e90d";
}
.svgicon-pinterest:before {
  content: "\e90e";
}
.svgicon-star:before {
  content: "\e90f";
}
