@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont-subset.woff2?v=4.7.0') format('woff2'),
         url('../fonts/fontawesome-webfont-subset.woff?v=4.7.0') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.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;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-bank:before {
    content: "\f19c";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-user:before {
    content: "\f007";
}

.fa-users:before {
    content: "\f0c0";
}

.fa-vk:before {
    content: "\f189";
}
