@font-face {
    font-family: "fontsIcons";
    src: url('fontsIcons.eot');
    src: url('fontsIcons.eot?#iefix') format('eot'),
        /*url('fontsIcons.woff2') format('woff2'),*/
        url('fontsIcons.woff') format('woff'),
        url('fontsIcons.ttf') format('truetype'),
        url('fontsIcons.svg#fontsIcons') format('svg');
}

.fontsIcons:before {
    font-family: "fontsIcons";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
    text-decoration: none;
    text-transform: none;
    display: block;
}


.fontsIcons-1-close:before {
    content: "\E001";
}

.fontsIcons-10-link:before {
    content: "\E002";
}

.fontsIcons-8-1-mail:before {
    content: "\E003";
}

.fontsIcons-8-2-phone:before {
    content: "\E004";
}

.fontsIcons-8-3-map:before {
    content: "\E005";
}

.fontsIcons-9-1-facebook:before {
    content: "\E006";
}

.fontsIcons-9-2-instagram:before {
    content: "\E007";
}

.fontsIcons-9-3-linkedin:before {
    content: "\E008";
}

.fontsIcons-9-4-youtube:before {
    content: "\E009";
}