@font-face {
	font-family: iconfont;
	font-display: swap;
	src: url("../icons/icomoon.woff?goeb8d") format("woff2");
	font-weight: 400;
	font-style: normal;
 }
 [class^=_icon-]:before,
 [class*=" _icon-"]:before {
	font-family: "iconfont";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
 }
 
 [class^=_icon-]:before,
 [class*=" _icon-"]:before {
	display: block;
 }

._icon-facebook:before {
  content: "\e908";
}
._icon-instagram:before {
  content: "\e905";
}
._icon-telegram:before {
  content: "\e906";
}
._icon-viber:before {
  content: "\e907";
}
._icon-photoshop:before {
  content: "\e900";
}
._icon-css3:before {
  content: "\e901";
}
._icon-figma:before {
  content: "\e902";
}
._icon-html5:before {
  content: "\e903";
}
._icon-js:before {
  content: "\e904";
}
