@font-face {
    font-family: 'NeoSansPro Bold';
    src: local('Neo Sans Pro Bold'), local('Neo-Sans-Pro-Bold'),
        url('../font/NeoSansProCyr-Bold.woff2') format('woff2'),
        url('../font/NeoSansProCyr-Bold.woff') format('woff'),
        url('../font/NeoSansProCyr-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
font-family: 'NeoSansPro';
src: url('../font/NeoSansPro-Regular.eot');
src: url('../font/NeoSansPro-Regular.eot?#iefix') format('embedded-opentype'),
url('../font/NeoSansPro-Regular.woff') format('woff'),
url('../font/NeoSansPro-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}