#load_ajax {

	position:absolute;
	left:150px; 
	top:150px; 	

	background-color:#FFFFFF;

    background:#FFF;
	border-left: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #c4c4c4;


	padding: 10px;
	margin: 0px;		
	z-index:500;
}



#dark_bg {
  z-index: 200; /* Заведомо быть НАД другими элементами */
  background-color: #000; /* Чёрный фон */
  height: 100%; /* Высота максимальна */
  width: 100%; /* Ширина максимальна */
  left: 0; /* Нулевой отступ слева */
  opacity: 0.50; /* Степень прозрачности */
  position: fixed; /* Фиксированное положение */
  top: 0; /* Нулевой отступ сверху */
}

#backg{
	margin-top: 0px !important;	
	background: #CCC;
	padding: 0px;
	margin: 50px;		
}

.load {
 width:100px;
 height:60px;
 background-image: url("../img/pagin/loading2.gif");
 background-position: center bottom;
 background-repeat: no-repeat;
 text-align: center;
 position: fixed;
 top: 60%;
 left:15%;
 display: none;
}

.pager {
 width:30px;
 height:30px;
 text-align: center;
 position: fixed;
 top: 75%;
 left:80%;
 display: none;
 border: 1px solid red;
}

@font-face {
	font-family: 'e-Ukraine'; /* Имя шрифта */
	src: url(../fonts/e-Ukraine_font/desktop/e-Ukraine-Regular.otf); /* Путь к файлу со шрифтом */
	
	/* src: url('../fonts/WebFont.eot');

	src: url('../fonts/WebFont.eot?iefix') format('eot'),

	url('../fonts/WebFont.woff') format('woff'),

	url('../fonts/WebFont.ttf') format('truetype'),

	url('../fonts/WebFont.svg#webfont') format('svg'); */
}
#guide {
	font-family: e-Ukraine;
	text-align: left;
	padding-top: 30px;
}
#guide a{
	color: #000;
}

.body-grayscale-section {
	filter: grayscale(100%);
  }