/* значек загрузки страницы */
#loading {
	min-height:80px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('/image/loading.gif') no-repeat;

}     
.pagination span.active {cursor:pointer;}  
.sItem__container .sItem__title a{text-decoration:underline;}
.sItem__container .sItem__title a:hover{text-decoration:none;}
span.perehod{cursor:pointer;}
span.perehod2{cursor:pointer;}
a.perehod{cursor:pointer;}
a.perehod2{cursor:pointer;}
.container span.perehod{color:#D7262E; text-decoration:underline;}
.container span.perehod:hover{text-decoration:none;}
img.toor{cursor:pointer;}

a.yakorlink{text-decoration:none; color:black;}


.fixed-block {
  position: fixed;
  z-index: 9999; /*значение может быть любое, но больше остальных*/
  bottom: 0px; /*элемент будет смещен на 20 пикселей вниз*/
  left: 0px; /*элемент будет смещен на 100 пикселей влево = top - верх, right - право, bottom - низ,  left - лево; */
  background-color:#F7F7F7;
}