@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?jyshoo');
  src:  url('fonts/icomoon.eot?jyshoo#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?jyshoo') format('truetype'),
    url('fonts/icomoon.woff?jyshoo') format('woff'),
    url('fonts/icomoon.svg?jyshoo#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  /* 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: "\ea95";
  color: #fff;
}
.icon-vk:before {
  content: "\e906";
  color: #fff;
}
.icon-facebook:before {
  content: "\e903";
  color: #fff;
}
.icon-insta:before {
  content: "\e904";
  color: #fff;
}
.icon-twitter:before {
  content: "\e905";
  color: #fff;
}
.icon-point2:before {
  content: "\e907";
  color: #e41d23;
}
.icon-search:before {
  content: "\e902";
  color: #fff;
}
.icon-basket:before {
  content: "\e900";
  color: #fff;
}
.icon-user:before {
  content: "\e901";
}
.icon-eye:before {
  content: "\e909";
  color: #717171;
}
.icon-garbage:before {
  content: "\e90a";
  color: #f46f73;
}
.icon-pencil:before {
  content: "\e90b";
  color: #7393b1;
}
.icon-close:before {
  content: "\e908";
}
