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

[class^="icon-"], [class*=" 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-user:before {
    content: "\e90d";
}
.icon-delet_lots:before {
    content: "\e909";
}
.icon-settings:before {
    content: "\e90a";
}
.icon-balans:before {
    content: "\e90b";
}
.icon-trans:before {
    content: "\e90c";
}
.icon-lock:before {
    content: "\e908";
}
.icon-filter:before {
    content: "\e907";
}
.icon-calendar:before {
    content: "\e906";
}
.icon-arrow-top:before {
    content: "\e900";
}
.icon-star:before {
    content: "\e901";
}
.icon-arrow-left:before {
    content: "\e902";
}
.icon-info-icon:before {
    content: "\e903";
}
.icon-contacts:before {
    content: "\e904";
}
.icon-arrow-down:before {
    content: "\e905";
}