/*@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial-Narrow.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}*/

@font-face {
  font-family: 'ArialBold';
  src: url('../fonts/Aria-Narrow-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCyr-Bold';
  src: url('../fonts/HelveticaNeueCyr-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

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

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