
#baner {
  position: relative;
  width: 100%;
  overflow: hidden;
	margin-bottom:20px;
  }
 #baner .ccenter {
    display: table;
}
.rwdSlides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.sliderTab { height: 40px; text-align:right;  margin-bottom: 10px; margin-top: -60px; text-align:right;}
	.sliderTab div {width:940px; margin:0 auto; position:relative;}
		.sliderTab div a{}
.rwdSlides li.slide {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	height: 650px;
	left: 0;
	top: 0;
	margin:0;
	padding:0;
	z-index: 0 !important;
	background-position: 50% 50%!important;
	background-repeat: no-repeat no-repeat;
	background-size: cover !important;
		border-radius:3px;
	-webkit-border-radius:3px;
	overflow: hidden;
  }
.rwdSlides .slide_top {height: 100%;width: 100%; background-color:rgba(11, 9, 8, 0.44); }
.rwdSlides .slide_top > .container {display: flex;flex-direction: column;justify-content: center;align-items: center;height: 100%;}
.rwdSlides .slide_top > .container::before {content:" ";display: block;width:1px;height:15%;background:#fff;}
.rwdSlides .slide_top > .container::after {content:" ";display: block;width:1px;height:15%;background:#fff;}
.rwdSlides .baner-content {max-width:100%; width: 800px;margin: 20px 0; text-align: center; color: #fff;}
	.rwdSlides .baner-content h4 {margin:0; font-size: 58px; font-weight: 400; color: #fff;text-align: center;line-height: 1.2em;}
	.rwdSlides .baner-content p {color:#979797;font-size: 14px; text-align:center; padding: 0 0;font-weight: 700;}
	.rwdSlides .baner-content a {display: inline-block; padding: 7px 15px; color:#fff; background:#7cb342;}

.rwdSlides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rwdSlides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/* OPIS */

.rwdSlides .sliderDesc {
  display: block;
  z-index: 2;
  color: #fff;
  padding: 0px;
  margin: 70px 0 0 0;
  max-width: 350px;
  }
.rwdSlides .sliderDesc h3{
	font:normal 28px Square,Arial,Helvetica,sans-serif;
	margin:0 0 10px;
	padding:0;
	color:#fff;
	text-transform: none;
	text-align: left;
	line-height:1.0em;
	background:none;
}
.rwdSlides .sliderDesc p{
	font:normal 15px Square,Arial,Helvetica,sans-serif;
	color:#919191;
}
.rwdSlides a .sliderDesc h3:hover, .rwdSlides a .sliderDesc p:hover{cursor:pointer;}
  
/* NAV */

.rwdSlides_nav {display:inline-block; position: relative; z-index: 2; width: 40px; height: 100%; background: #000; background-color:transparent; background-repeat:no-repeat; cursor:pointer;} 
	.rwdSlides_nav.prev{background:  url('images/arr-left.png') no-repeat center center; margin-right:5px; } 
	.rwdSlides_nav.next{background:  url('images/arr-right.png') no-repeat center center; }
	#baner .rwdSlides_nav:hover{ filter:alpha(opacity=50); opacity: .5;}


/*  PUNKTY  */

.rwdSlides_tabs {
	position:absolute;
	left:0;
	bottom:0;
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	font-size: 18px;
	text-align: center;
	list-style: none;
	z-index:0;

  }

.rwdSlides_tabs li {
  display: inline-block;
  float: none;
  margin: 0px;
  padding: 0px;
  line-height: 0.9;
  }

.rwdSlides_tabs a {
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 0px;
  margin:0 0px 0 3px;
  background-image: url('../../templates/default/images/slider.png');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center -15px;
  overflow:hidden;
  text-indent:-999px;
  font-size:12px;
  opacity:.7;
  }
 
.rwdSlides_tabs li:first-child a {
  margin-left: 0;
  }

.rwdSlides_tabs .rwdSlides_here a, .rwdSlides_tabs a:hover {
  background-position: center 6px;
  }

 
 