/* Оптимизированная версия Font Awesome 4.7.0 (только используемые иконки) */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
         url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
         url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
         url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Используемые иконки в index.html */
.fa-microphone:before { content: "\f130"; }
.fa-calendar:before { content: "\f073"; }
.fa-comments:before { content: "\f086"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-user:before { content: "\f007"; }
.fa-search:before { content: "\f002"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-rocket:before { content: "\f135"; }
.fa-bullhorn:before { content: "\f0a1"; }
.fa-users:before { content: "\f0c0"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-trophy:before { content: "\f091"; }

/* Стили для модального окна (если используется) */
.fa-times:before { content: "\f00d"; }