@font-face {
    font-family: 'olg-icons';
    src:  url('../fonts/olg-icons.eot?a4a7fm');
    src:  url('../fonts/olg-icons.eot?a4a7fm#iefix') format('embedded-opentype'),
    url('../fonts/olg-icons.ttf?a4a7fm') format('truetype'),
    url('../fonts/olg-icons.woff?a4a7fm') format('woff'),
    url('../fonts/olg-icons.svg?a4a7fm#olg-icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/subset-Inter-Regular.eot');
    src: url('../fonts/subset-Inter-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/subset-Inter-Regular.woff2') format('woff2'),
         url('../fonts/subset-Inter-Regular.woff') format('woff'),
         url('../fonts/subset-Inter-Regular.ttf') format('truetype'),
         url('../fonts/subset-Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/subset-Inter-Medium.eot');
    src: url('../fonts/subset-Inter-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/subset-Inter-Medium.woff2') format('woff2'),
         url('../fonts/subset-Inter-Medium.woff') format('woff'),
         url('../fonts/subset-Inter-Medium.ttf') format('truetype'),
         url('../fonts/subset-Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/subset-Inter-SemiBold.eot');
    src: url('../fonts/subset-Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/subset-Inter-SemiBold.woff2') format('woff2'),
         url('../fonts/subset-Inter-SemiBold.woff') format('woff'),
         url('../fonts/subset-Inter-SemiBold.ttf') format('truetype'),
         url('../fonts/subset-Inter-SemiBold.svg#Inter-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/subset-Inter-Bold.eot');
    src: url('../fonts/subset-Inter-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/subset-Inter-Bold.woff2') format('woff2'),
         url('../fonts/subset-Inter-Bold.woff') format('woff'),
         url('../fonts/subset-Inter-Bold.ttf') format('truetype'),
         url('../fonts/subset-Inter-Bold.svg#Inter-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: var(--icons) !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
    content: "\e900";
}
.icon-arrow:before {
    content: "\e901";
}
.icon-checkbox:before {
    content: "\e902";
}
.icon-info-circle:before {
    content: "\e903";
}
.icon-tg:before {
    content: "\e904";
}
.icon-user-circle:before {
    content: "\e905";
}
.icon-vk:before {
    content: "\e906";
}
.icon-wa:before {
    content: "\e907";
}
.icon-eye:before {
    content: "\e908";
}
