@font-face {
  font-family: 'icons';
  src:  url('../fonts/icons.eot?tgk4o');
  src:  url('../fonts/icons.eot?tgk4o#iefix') format('embedded-opentype'),
    url('../fonts/icons.ttf?tgk4o') format('truetype'),
    url('../fonts/icons.woff?tgk4o') format('woff'),
    url('../fonts/icons.svg?tgk4o#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-close:before {
  content: "\e90b";
  color: #3e4a70;
}
._icon-google:before {
  content: "\24D5";
}
._icon-facebook:before {
  content: "\24D6";
}
._icon-viber:before {
  content: "\e90c";
}
._icon-arrow:before {
  content: "\e902";
}
._icon-check:before {
  content: "\e900";
}
._icon-vk:before {
  content: "\e90d";
}
._icon-grid:before {
  content: "\e901";
}
._icon-instagram:before {
  content: "\ea92";
}
._icon-facebook {
  color: #00ff00;
}
._icon-google {
  color: #00ff00;
}
