/* Шрифты */


/* Averta */

@font-face {
  font-family: 'Averta Demo PE';
  src: url('../fonts/AvertaDemoPE-Regular.eot');
  src: local('Averta Demo PE Regular'), local('Averta-Regular'),
       url('../fonts/averta/AvertaDemoPE-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/averta/AvertaDemoPE-Regular.woff2') format('woff2'),
       url('../fonts/averta/AvertaDemoPE-Regular.woff') format('woff'),
       url('../fonts/averta/AvertaDemoPE-Regular.ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'Averta Demo PE';
  src: url('../fonts/AvertaDemoPE-ExtraboldItalic.eot');
  src: local('Averta Demo PE Extrabold Italic'), local('Averta-ExtraboldItalic'),
       url('../fonts/averta/AvertaDemoPE-ExtraboldItalic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/averta/AvertaDemoPE-ExtraboldItalic.woff2') format('woff2'),
       url('../fonts/averta/AvertaDemoPE-ExtraboldItalic.woff') format('woff'),
       url('../fonts/averta/AvertaDemoPE-ExtraboldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}


/* charter */

@font-face {
  font-family: 'Charter Bold';
  src: url('../fonts/charter/charter_bold-webfont.eot');
  src: local('CharterBold'), 
       url('../fonts/charter/charter_bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/charter/charter_bold-webfont.woff') format('woff'),
       url('../fonts/charter/charter_bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Charter Regular';
  src: url('../fonts/charter/charter_regular-webfont.eot');
  src: local('Charter'),
       url('../fonts/charter/charter_regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/charter/charter_regular-webfont.woff') format('woff')
       url('../fonts/charter/charter_regular-webfont.ttf') format('woff');
  font-weight: normal;
  font-style: normal;

}

