@charset "UTF-8";
@font-face {
    font-family: OpenSansBold;
    src: url("../fonts/OpenSansBold.woff") format("woff");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: OpenSansRegular;
    src: url("../fonts/OpenSansRegular.woff") format("woff");
    font-style: normal;
    font-weight: 400
}



[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: '';
    background: url("../img/o2.png") no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
}

.icn-hand:before {
    content: '';
    background: url("../img/d1.png") no-repeat;
    background-size: contain;
    width: 126px;
    height: 126px;
}

.icn-left-arrow:before {
    content: '\e802'
}

.icn-logistics-delivery-truck-in-movement:before {
    content: '';
    background: url("../img/d3.png") no-repeat;
    background-size: contain;
    width: 126px;
    height: 126px;
}

.icn-microscope:before {
    content: '';
    background: url("../img/o1.png") no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
}

.icn-phone-call:before {
    content: '';
    background: url("../img/d2.png") no-repeat;
    background-size: contain;
    width: 126px;
    height: 126px;
}

.icn-right-arrow:before {
    content: '\e806'
}

.icn-sale-sticker:before {
    content: '';
    background: url("../img/o3.png") no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
}

.icn-shake-hands:before {
    content: '';
    background: url("../img/d4.png") no-repeat;
    background-size: contain;
    width: 126px;
    height: 126px;
}

.icn-warning:before {
    content: '\e809'
}