@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?z56kr3');
  src:  url('../fonts/icomoon.eot?z56kr3#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?z56kr3') format('truetype'),
    url('../fonts/icomoon.woff?z56kr3') format('woff'),
    url('../fonts/icomoon.svg?z56kr3#icomoon') 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: '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-telegram:before {
  content: "\e900";
  font-size: 28px;
  color: #2ca5e0;
}
.icon-mail:before {
  content: "\e901";
  font-size: 24px;
}
.icon-pdf:before {
  content: "\e902";
  font-size: 28px;
  color: red;
  font-weight: 500;
}
.icon-zip:before {
  content: "\e903";
}
.icon-phone:before {
  content: "\e942";
}
.icon-location:before {
  content: "\e948";
}
.icon-sphere:before {
  content: "\e9c9";
  font-size: 28px;
  color: #305599;
  font-weight: 500;
}
