/*!
 * Font Awesome Free 6.4.0 - Минимизированная версия
 */

.fa, .fas, .far, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa, .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.far {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
}

.fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

/* Иконки */
.fa-home::before { content: "\f015"; }
.fa-images::before { content: "\f302"; }
.fa-phone::before { content: "\f095"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-telegram::before { content: "\f2c6"; }
.fa-vk::before { content: "\f189"; }
.fa-moon::before { content: "\f186"; }
.fa-sun::before { content: "\f185"; }
.fa-times::before { content: "\f00d"; }
.fa-bars::before { content: "\f0c9"; }
.fa-heart::before { content: "\f004"; }
.fa-leaf::before { content: "\f06c"; }
.fa-palette::before { content: "\f53f"; }
.fa-gift::before { content: "\f06b"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-soap::before { content: "\e06e"; }
.fa-hand-sparkles::before { content: "\e05d"; }
.fa-fire::before { content: "\f06d"; }
.fa-jar::before { content: "\e516"; }
.fa-seedling::before { content: "\f4d8"; }
.fa-grip-horizontal::before { content: "\f58d"; }
.fa-box-open::before { content: "\f49e"; }
.fa-snowflake::before { content: "\f2dc"; }
.fa-circle::before { content: "\f111"; }


/* Regular Font */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-regular-400.woff2) format("woff2"),
         url(../fonts/fa-regular-400.ttf) format("truetype");
}

/* Solid Font */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"),
         url(../fonts/fa-solid-900.ttf) format("truetype");
}

/* Brands Font */
@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-brands-400.woff2) format("woff2"),
         url(../fonts/fa-brands-400.ttf) format("truetype");
}
