@font-face {
    font-family: "icon_font_50";
    src: url("./icon_font_50.woff2?2ec82e1130ba845128b1e3be267cce60") format("woff2"),
url("./icon_font_50.woff?2ec82e1130ba845128b1e3be267cce60") format("woff");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: icon_font_50 !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
    content: "\f101";
}
.icon-back:before {
    content: "\f102";
}
.icon-close:before {
    content: "\f103";
}
.icon-forward:before {
    content: "\f104";
}
.icon-search:before {
    content: "\f105";
}
