@font-face {
  font-family: 'icons';
  src:  url('../fonts/icons.eot?sis4to');
  src:  url('../fonts/icons.eot?sis4to#iefix') format('embedded-opentype'),
    url('../fonts/icons.ttf?sis4to') format('truetype'),
    url('../fonts/icons.woff?sis4to') format('woff'),
    url('../fonts/icons.svg?sis4to#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-mail-open:before {
	content: "\e90b";
 }
 ._icon-mail:before {
	content: "\e90a";
 }
 ._icon-close:before {
	content: "\e909";
 }
 ._icon-arrow-down:before {
	content: "\e900";
 }
 ._icon-arrow-left:before {
	content: "\e901";
 }
 ._icon-arrow-right:before {
	content: "\e902";
 }
 ._icon-check:before {
	content: "\e903";
 }
 ._icon-instagram:before {
	content: "\e904";
 }
 ._icon-phone:before {
	content: "\e905";
 }
 ._icon-telegram:before {
	content: "\e906";
 }
 ._icon-viber:before {
	content: "\e907";
 }
 ._icon-whatsapp:before {
	content: "\e908";
 }