/*! http://responsiveslides.com v1.55 by @viljamis */

.rslides {
  position: relative; z-index:1;
  list-style: none;
  overflow: hidden;
  width: 100%; 
  padding: 0;
  margin: 0; height:100vh; 
	/*max-width:1190px; margin:0 auto; margin-top:-50px; margin-bottom:100px;*/
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.rsSpander{ display:none; height:80px; width:100%; left:0; top:0; background:#000; position:fixed; z-index:2}

.shtorki .rslides { max-width:100%;  width:100%;}

@media screen and (max-width:900px) {
 .rslides { margin-left:-50%; width:200%}
 }
 
@media screen and (max-width:700px) {
 .rslides { margin-left:-50%; width:300%}
 }
/*
@media all and (min-width:901px){
	
	.rslides {width:2560px; height:900px; left:50%; margin-left:-1280px;}	
	.rslides img {}
	}
	
	@media all and (max-width:900px){	
	.rslides { margin-top:80px;}
	.rsSpander{ display:block;}
	.rslides img { width:160%; height:auto; margin-left:-25%}
	}
	
	@media all and (max-width:320px){		
	.rslides img { width:200%; height:auto; margin-left:-50%}
	}
	*/