@charset "UTF-8";

@font-face {
    font-family: "apo-icons-global";
    src: url("../fonts/apo-icons-global.eot");
    src: url("../fonts/apo-icons-global.eot#iefix") format("embedded-opentype"),
    url("../fonts/apo-icons-global.woff") format("woff"),
    url("../fonts/apo-icons-global.ttf") format("truetype"),
    url("../fonts/apo-icons-global.svg") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "apo-icons-global" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.theme_icon-global-leaflet:before {
    content: "\63";
}

.theme_icon-global-close:before {
    content: "\61";
}

.theme_icon-global-open-app:before {
    content: "\62";
}

.theme_icon-global-search:before {
    content: "\64";
}

.theme_icon-global-arrow-right:before {
    content: "\66";
}

.theme_icon-global-arrow-left:before {
    content: "\67";
}

.theme_icon-global-arrow-down:before {
    content: "\68";
}

.theme_icon-global-arrow-up:before {
    content: "\65";
}

.theme_icon-global-close-small:before {
    content: "\69";
}

.theme_icon-global-arrow-bottom-big:before {
    content: "\6a";
}

.theme_icon-global-arrow-left-big:before {
    content: "\6b";
}

.theme_icon-global-arrow-right-big:before {
    content: "\6c";
}

.theme_icon-global-arrow-top-big:before {
    content: "\6d";
}

.theme_icon-global-close-big:before {
    content: "\6e";
}

.theme_icon-global-check:before {
    content: "\6f";
}

.theme_icon-global-languages:before {
    content: "\70";
}

.theme_icon-global-languages-big:before {
    content: "\71";
}

.theme_icon-global-percent:before {
    content: "\72";
}

.theme_icon-global-medicine:before {
    content: "\73";
}