@font-face {
  font-family: "icomoon";
  src: url("icomoon.eot?1rz06y");
  src: url("icomoon.eot?1rz06y#iefix") format("embedded-opentype"),
    url("icomoon.ttf?1rz06y") format("truetype"),
    url("icomoon.woff?1rz06y") format("woff"),
    url("icomoon.svg?1rz06y#icomoon") 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: "icomoon" !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-phone-call:before {
  content: "\e903";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-vk:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\e900";
}
.icon-youtube:before {
  content: "\e901";
}
.icon-mail-envelope-open:before {
  content: "\e904";
}
