@font-face {
  font-family: "icons";
  src: url("../icon-fonts/fonts/icons.ttf?u2o4yh") format("truetype"),
    url("../icon-fonts/fonts/icons.woff?u2o4yh") format("woff"),
    url("../icon-fonts/fonts/icons.svg?u2o4yh#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:before {
  content: "\e900";
}
._icon-check-icon:before {
  content: "\e901";
}
._icon-close-icon-stroked:before {
  content: "\e902";
}
._icon-close-icon:before {
  content: "\e903";
}
._icon-error:before {
  content: "\e904";
}
._icon-fasebook:before {
  content: "\e905";
}
._icon-info:before {
  content: "\e906";
}
._icon-instagram:before {
  content: "\e907";
}
._icon-mail:before {
  content: "\e908";
}
._icon-map-point:before {
  content: "\e909";
}
._icon-phone:before {
  content: "\e90a";
}
._icon-telegram:before {
  content: "\e90b";
}
._icon-time:before {
  content: "\e90c";
}
._icon-viber:before {
  content: "\e90d";
}
