@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("/static/media/fa-regular-400.3a3398a6.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("/static/media/fa-solid-900.c500da19.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("/static/media/fa-brands-400.cac68c83.woff2") format("woff2");
}

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

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free";
}

.fa,
.fas {
    font-weight: 900;
}

.far {
    font-weight: 400;
}

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

.fa-2x { font-size: 2em; }
.fa-5x { font-size: 5em; }
.fa-check-circle::before { content: "\f058"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-telegram::before { content: "\f2c6"; }
.fa-times-circle::before { content: "\f057"; }
.fa-vk::before { content: "\f189"; }
