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

@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/pt_serif-web-italic-webfont.eot');
    src: url('../fonts/pt_serif-web-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pt_serif-web-italic-webfont.woff') format('woff'),
         url('../fonts/pt_serif-web-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.liga, .sym { font-family: WebSymbolsLiga; font-style: normal; }
i.sym{ font-style: normal;}
.nav-pills .sym{
	margin-right: 14px;
}

.flag{
	background:url('../img/flags.png') 0 0 no-repeat;
	height:11px;
	width:16px;
	display:inline-block;
	margin-right: 14px;
}
.ru{
	background-position: 0 0;
}
.ua{
	background-position:-110px 0;	
}
.bel{
	background-position:-224px 0;	
}
.kz{
	background-position:-363px 0;	
}

.clear { clear: both; }

.separatorbaner {

    height: 15px;

}