/* roboto-100 - latin_cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/roboto-v15-latin_cyrillic-100.eot'); /* IE9 Compat Modes */
    src: local('Roboto Thin'), local('Roboto-Thin'),
    url('../fonts/roboto-v15-latin_cyrillic-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v15-latin_cyrillic-100.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v15-latin_cyrillic-100.woff') format('woff'), /* Modern Browsers */ /*url('../fonts/roboto-v15-latin_cyrillic-100.ttf') format('truetype'), !* Safari, Android, iOS *!*/ url('../fonts/roboto-v15-latin_cyrillic-100.svg#Roboto') format('svg'); /* Legacy iOS */
    font-display: swap;
}

/* roboto-300 - latin_cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v15-latin_cyrillic-300.eot'); /* IE9 Compat Modes */
    src: local('Roboto Light'), local('Roboto-Light'),
    url('../fonts/roboto-v15-latin_cyrillic-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v15-latin_cyrillic-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v15-latin_cyrillic-300.woff') format('woff'), /* Modern Browsers */ /*url('../fonts/roboto-v15-latin_cyrillic-300.ttf') format('truetype'), !* Safari, Android, iOS *!*/ url('../fonts/roboto-v15-latin_cyrillic-300.svg#Roboto') format('svg'); /* Legacy iOS */
    font-display: swap;
}

/* roboto-500 - latin_cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v15-latin_cyrillic-500.eot'); /* IE9 Compat Modes */
    src: local('Roboto Medium'), local('Roboto-Medium'),
    url('../fonts/roboto-v15-latin_cyrillic-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v15-latin_cyrillic-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v15-latin_cyrillic-500.woff') format('woff'), /* Modern Browsers */ /*url('../fonts/roboto-v15-latin_cyrillic-500.ttf') format('truetype'), !* Safari, Android, iOS *!*/ url('../fonts/roboto-v15-latin_cyrillic-500.svg#Roboto') format('svg'); /* Legacy iOS */
    font-display: swap;
}

/* open-sans-300 - latin_cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v13-latin_cyrillic-300.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Light'), local('OpenSans-Light'),
    url('../fonts/open-sans-v13-latin_cyrillic-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v13-latin_cyrillic-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v13-latin_cyrillic-300.woff') format('woff'), /* Modern Browsers */ /*url('../fonts/open-sans-v13-latin_cyrillic-300.ttf') format('truetype'), !* Safari, Android, iOS *!*/ url('../fonts/open-sans-v13-latin_cyrillic-300.svg#OpenSans') format('svg'); /* Legacy iOS */
    font-display: swap;
}

@font-face {
    font-family: 'FormLight-Roboto';
    src: url('../fonts/FormLightRoboto/Roboto-Regular.eot');
    src: url('../fonts/FormLightRoboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FormLightRoboto/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/FormLightRoboto/Roboto-Regular.woff') format('woff'),
    url('../fonts/FormLightRoboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FormLight-Roboto';
    src: url('../fonts/FormLightRoboto/Roboto-Medium.eot');
    src: url('../fonts/FormLightRoboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FormLightRoboto/Roboto-Medium.woff2') format('woff2'),
    url('../fonts/FormLightRoboto/Roboto-Medium.woff') format('woff'),
    url('../fonts/FormLightRoboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.oc * {
    font-family: 'Roboto', sans-serif;
}

.ordercall-smart-button * {
    font-family: 'Roboto', Arial, sans-serif;
}

.ordercall-smart-button__input {
    font-family: 'Roboto', Arial, sans-serif;
}

.oc-light-form,
.oc-light-form *,
.oc-light-form-input-text,
.oc-light-form-button,
.oc-light-form-select.jq-selectbox .jq-selectbox__search input {
    font-family: 'FormLight-Roboto', Arial, sans-serif !important;
}