@charset "UTF-8";

@font-face {
    font-family: icon-font;
    src: url();
    src: url() format("embedded-opentype"), url(../fonts/icon-font.woff2) format("woff2"), url() format("woff"), url() format("truetype"), url() format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icn-"]:before, [class^=icn-]:before {
    font-family: icon-font;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icn-gardening:before {
    content: '\e800'
}

.icn-hand:before {
    content: '\e801'
}

.icn-left-arrow:before {
    content: '\e802'
}

.icn-logistics-delivery-truck-in-movement:before {
    content: '\e803'
}

.icn-microscope:before {
    content: '\e804'
}

.icn-phone-call:before {
    content: '\e805'
}

.icn-right-arrow:before {
    content: '\e806'
}

.icn-sale-sticker:before {
    content: '\e807'
}

.icn-shake-hands:before {
    content: '\e808'
}

.icn-warning:before {
    content: '\e809'
}