@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?poza24');
  src:  url('../fonts/icomoon.eot?poza24#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?poza24') format('truetype'),
    url('../fonts/icomoon.woff?poza24') format('woff'),
    url('../fonts/icomoon.svg?poza24#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: none;
  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-long-arrow-r:before {
  content: "\e900";
}
.icon-reddit:before {
  content: "\e90d";
}
.icon-instagram:before {
  content: "\e902";
}
.icon-telegram:before {
  content: "\e90c";
}
.icon-facebook:before {
  content: "\e903";
}
.icon-riot:before {
  content: "\e904";
}
.icon-twitter:before {
  content: "\e905";
}
.icon-minus:before {
  content: "\e906";
}
.icon-plus:before {
  content: "\e907";
}
.icon-chev-d:before {
  content: "\e908";
}
.icon-chevs-r:before {
  content: "\e909";
}
.icon-arrow-r:before {
  content: "\e90a";
}
.icon-chev-r:before {
  content: "\e90b";
}
.icon-chev-l:before {
  content: "\e900";
}
.icon-pdf {
  background: url(../img/icons/pdf.svg) center / contain no-repeat;
}
.icon-git {
   background: url(../img/icons/git.svg) center / contain no-repeat;
}


/*2021 alex*/
.icon-discord{position:relative;}
.icon-discord:before {
	content:' ';
	width:40px;height:40px;display:block;position:absolute; top:18px;left:17px;
   	background: url(../img/icons/discord-red.svg) center / contain no-repeat;
}
