@font-face {
  font-family: 'icons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
   src: url('icons.woff2') format('woff2');
}

.icon {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
    content: "\f101";
}
.icon-arrow-left:before {
    content: "\f102";
}
.icon-arrow-right:before {
    content: "\f103";
}
.icon-burger:before {
    content: "\f104";
}
.icon-check-filled:before {
    content: "\f105";
}
.icon-check:before {
    content: "\f106";
}
.icon-city:before {
    content: "\f107";
}
.icon-close-2:before {
    content: "\f108";
}
.icon-close:before {
    content: "\f109";
}
.icon-company:before {
    content: "\f10a";
}
.icon-doc:before {
    content: "\f10b";
}
.icon-download:before {
    content: "\f10c";
}
.icon-download2:before {
    content: "\f10d";
}
.icon-explore:before {
    content: "\f10e";
}
.icon-headphones:before {
    content: "\f10f";
}
.icon-info-circle-thin:before {
    content: "\f110";
}
.icon-info-circle:before {
    content: "\f111";
}
.icon-mail:before {
    content: "\f112";
}
.icon-minus:before {
    content: "\f113";
}
.icon-paperclip:before {
    content: "\f114";
}
.icon-phone-big:before {
    content: "\f115";
}
.icon-phone:before {
    content: "\f116";
}
.icon-play:before {
    content: "\f117";
}
.icon-plus:before {
    content: "\f118";
}
.icon-resize-full:before {
    content: "\f119";
}
.icon-search-2:before {
    content: "\f11a";
}
.icon-search:before {
    content: "\f11b";
}
.icon-share:before {
    content: "\f11c";
}
.icon-sort:before {
    content: "\f11d";
}
.icon-support:before {
    content: "\f11e";
}
.icon-user:before {
    content: "\f11f";
}
.icon-wallet-2:before {
    content: "\f120";
}
.icon-wallet:before {
    content: "\f121";
}
.icon-web:before {
    content: "\f122";
}
