<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Fonts
convertor - http://www.font2web.com/ */

@font-face{ 
  font-family: 'BarnaulBoldReg';
  src: url('../css/fonts/BarnaulBoldReg/barnaulgrotesk_bold_reg.eot');
  src: url('../css/fonts/BarnaulBoldReg/barnaulgrotesk_bold_reg.eot?#iefix') format('embedded-opentype'),
    url('../css/fonts/BarnaulBoldReg/barnaulgrotesk_bold_reg.woff') format('woff'),
    url('../css/fonts/BarnaulBoldReg/barnaulgrotesk_bold_reg.ttf') format('truetype'),
    url('../css/fonts/BarnaulBoldReg/barnaulgrotesk_bold_reg.svg#webfont') format('svg');
}


@font-face{ 
  font-family: 'BarnaulReg';
  src: url('../css/fonts/BarnaulReg/barnaulgrotesk_reg.eot');
  src: url('../css/fonts/BarnaulReg/barnaulgrotesk_reg.eot?#iefix') format('embedded-opentype'),
    url('../css/fonts/BarnaulReg/barnaulgrotesk_reg.woff') format('woff'),
    url('../css/fonts/BarnaulReg/barnaulgrotesk_reg.ttf') format('truetype'),
    url('../css/fonts/BarnaulReg/barnaulgrotesk_reg.svg#webfont') format('svg');
}
.barnaul_r { font-family: 'BarnaulReg', sans-serif; }

@font-face {
    font-family: 'WebSymbolsRegular'; /*http://www.justbenicestudio.com/studio/websymbols/*/
    src: url('../css/fonts/WebSymbolsRegular/websymbols-regular-webfont.eot?');
    src: url('../css/fonts/WebSymbolsRegular/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/WebSymbolsRegular/websymbols-regular-webfont.woff') format('woff'),
         url('../css/fonts/WebSymbolsRegular/websymbols-regular-webfont.ttf') format('truetype'),
         url('../css/fonts/WebSymbolsRegular/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.ico a  {font-family: 'WebSymbolsRegular';  margin-right:0px;  cursor:pointer; text-decoration:none; font-size:24px;}

</pre></body></html>