@font-face {
    font-family: Raleway; /* Гарнитура шрифта */
    src: url(../assets/fonts/Raleway.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: RalewayIT; /* Гарнитура шрифта */
    src: url(../assets/fonts/Raleway-Italic.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: Podkova; /* Гарнитура шрифта */
    src: url(../assets/fonts/Podkova.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: fontawesome; /* Гарнитура шрифта */
    src: url(../assets/fonts/fontawesome.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: Kanit_Cyrillic;
    src: url(../assets/fonts/Kanit_Cyrillic.otf);
}





.faw-icon-fa-chain-broken:before {
    content: "\f127";
    font-family: fontawesome;
}

.faw-icon-fa-rub:before {
    content: "\f158";
    font-family: fontawesome;
}

.faw-icon-fa-times:before {
    content: "\f00d";
    font-family: fontawesome;
}

.faw-icon-fa-pencil:before {
    content: "\f040";
    font-family: fontawesome;
}

.fa-long-arrow-left:before {
    content: "\f177";
    font-family: fontawesome;
}

.fa-long-arrow-right:before {
    content: "\f178";
    font-family: fontawesome;
}

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

.fa-qrcode:before {
    content: "\f029";
    font-family: fontawesome;
}

.fa-exclamation-triangle:before {
    content: "\f071";
    font-family: fontawesome;
}

.fa-shopping-cart:before {
    content: "\f07a";
    font-family: fontawesome;
}

.fa-comments-o:before {
    content: "\f0e6";
    font-family: fontawesome;
}

.fa-arrow-left:before {
    content: "\f060";
    font-family: fontawesome;
}

.fa-arrow-right:before {
    content: "\f061";
    font-family: fontawesome;
}

.fa-external-link:before {
    content: "\f08e";
    font-family: fontawesome;
}

.fa-angle-double-up:before {
    content: "\f102";
    font-family: fontawesome;
}

.fa-angle-double-down:before {
    content: "\f103";
    font-family: fontawesome;
}

.fa-refresh:before {
    content: "\f021";
    font-family: fontawesome;
}

.fa-star-o:before {
    content: "\f006";
    font-family: fontawesome;
}

.fa-star:before {
    content: "\f005";
    font-family: fontawesome;
}

.fa-history:before {
    content: "\f1da";
    font-family: fontawesome;
}

.fa-plus-circle:before {
    content: "\f055";
    font-family: fontawesome;
}

.fa-plus:before {
    content: "\f067";
    font-family: fontawesome;
}

.fa-minus:before {
    content: "\f068";
    font-family: fontawesome;
}

.fa-lightbulb-o:before {
    content: "\f0eb";
    font-family: fontawesome;
}

.fa-list-alt:before {
    content: "\f022";
    font-family: fontawesome;
}

.fa-bullhorn:before {
    content: "\f0a1";
    font-family: fontawesome;
}

.fa-cog:before {
    content: "\f013";
    font-family: fontawesome;
}

.fa-bar-chart:before {
    content: "\f080";
    font-family: fontawesome;
}

.fa-pencil-square-o:before {
    content: "\f044";
    font-family: fontawesome;
}

.fa-check:before {
    content: "\f00c";
    font-family: fontawesome;
}

.fa-th-list:before {
    content: "\f00b";
    font-family: fontawesome;
}