/* 
 * Custom Icons Font
 * Generated from SVG files
 */

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

/* Базовый класс для иконок */
.icon {
    font-family: 'CustomIcons' !important;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    /* Устаревшее свойство, но может помочь в некоторых браузерах */
}

/* Стили для всех элементов с классами, начинающимися на "icon-" */
[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'CustomIcons' !important;
    display: inline-block;
    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-cont:before {
    content: "\e902";
}

.icon-sveden:before {
    content: "\e905";
}

.icon-obrazov:before {
    content: "\e901";
}

.icon-ocenka:before {
    content: "\e900";
}

.icon-cifteh:before {
    content: "\e903";
}

.icon-inst:before {
    content: "\e904";
}