@font-face {
    font-family: Ubuntu;
    src: url('/kernel/fonts/Ubuntu-L.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
/*
@font-face {
    font-family: Ubuntu;
    src: url('/kernel/fonts/Ubuntu-LI.ttf') format('truetype');
    font-weight: 300;
    font-style:italic;
}
*/
@font-face {
    font-family: Ubuntu;
    src: url('/kernel/fonts/Ubuntu-R.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/*
@font-face {
    font-family: Ubuntu;
    src: url('/kernel/fonts/Ubuntu-RI.ttf') format('truetype');
    font-weight: 400;
    font-style:italic;
}
*/
@font-face {
    font-family: Ubuntu;
    src: url('/kernel/fonts/Ubuntu-M.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/*
@font-face {
    font-family: Ubuntu;
    src: url('/kernel/fonts/Ubuntu-MI.ttf') format('truetype');
    font-weight: 600;
    font-style:italic;
}
*/
@font-face {
    font-family: Ubuntu;
    src: url('/kernel/fonts/Ubuntu-B.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
/*
@font-face {
    font-family: Ubuntu;
    src: url('/kernel/fonts/Ubuntu-BI.ttf') format('truetype');
    font-weight: 800;
    font-style:italic;
}
*/

@font-face {
    font-family: 'ALSRubl-Verdana';
    src: url('/kernel/fonts/alsrubl-verdana-regular.eot');
    src: url('/kernel/fonts/alsrubl-verdana-regular.eot?#iefix') format('embedded-opentype'),
    url('/kernel/fonts/alsrubl-verdana-regular.woff') format('woff'),
    url('/kernel/fonts/alsrubl-verdana-regular.ttf') format('truetype'),
    url('/kernel/fonts/alsrubl-verdana-regular.svg#ALSRublRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unisiter-Icons';
    src:  url('/engine/public/fonts/Unisiter-Icons.eot?an1ffk');
    src:  url('/engine/public/fonts/Unisiter-Icons.eot?an1ffk#iefix') format('embedded-opentype'),
    url('/engine/public/fonts/Unisiter-Icons.ttf?an1ffk') format('truetype'),
    url('/engine/public/fonts/Unisiter-Icons.woff?an1ffk') format('woff'),
    url('/engine/public/fonts/Unisiter-Icons.svg?an1ffk#Unisiter-Icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Unisiter-Icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-calendar1:before {
    content: "\e910";
}
.icon-filters:before {
    content: "\e911";
}
.icon-list:before {
    content: "\e912";
}
.icon-magnifying-glass1:before {
    content: "\e913";
}
.icon-menu:before {
    content: "\e914";
}
.icon-sorting:before {
    content: "\e915";
}
.icon-shopping-bag:before {
    content: "\e900";
}
.icon-shopping-cart:before {
    content: "\e8fe";
}
.icon-phone:before {
    content: "\e902";
}
.icon-mobile-phone:before {
    content: "\e903";
}
.icon-placeholder:before {
    content: "\e904";
}
.icon-envelope:before {
    content: "\e905";
}
.icon-send-mail:before {
    content: "\e906";
}
.icon-home:before {
    content: "\e907";
}
.icon-magnifying-glass:before {
    content: "\e908";
}
.icon-calendar:before {
    content: "\e909";
}
.icon-download:before {
    content: "\e90a";
}
.icon-enter:before {
    content: "\e90b";
}
.icon-buy:before {
    content: "\e901";
}
.icon-message:before {
    content: "\e90d";
}
.icon-up-arrow:before {
    content: "\e90e";
}
.icon-user:before {
    content: "\e90c";
}