@font-face {
    font-family: 'Helvetica';
    src: url('fonts/helvetica.eot');
    src: url('fonts/helvetica.eot?#iefix') format('embedded-opentype'),
		 url('fonts/helvetica.woff') format('woff'),
         url('fonts/helvetica.ttf') format('truetype'),
		 url('fonts/helvetica.svg#helveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Bold';
    src: url('fonts/helveticaneuecyr-bold.eot');
    src: url('fonts/helveticaneuecyr-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneuecyr-bold.woff') format('woff'),
         url('fonts/helveticaneuecyr-bold.ttf') format('truetype'),
         url('fonts/helveticaneuecyr-bold.svg#helveticaneuecyrbold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Light';
    src: url('fonts/helveticaneuecyr-light.eot');
    src: url('fonts/helveticaneuecyr-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneuecyr-light.woff') format('woff'),
         url('fonts/helveticaneuecyr-light.ttf') format('truetype'),
         url('fonts/helveticaneuecyr-light.svg#helveticaneuecyrlight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Medium';
    src: url('fonts/helveticaneuecyr-medium.eot');
    src: url('fonts/helveticaneuecyr-medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneuecyr-medium.woff') format('woff'),
         url('fonts/helveticaneuecyr-medium.ttf') format('truetype'),
         url('fonts/helveticaneuecyr-medium.svg#helveticaneuecyrmedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url('fonts/PTS55F.ttf') format('truetype');
}
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    src: local('PT Sans Bold'), local('PTSans-Bold'), url('fonts/PTS75F.ttf');
}