 *{ margin: 0; padding: 0; border: 0; }

.slide-prew {background:url(/slider/img/prew.png);width:32px;height:32px;}
.slide-next {background:url(/slider/img/next.png);width:32px;height:32px;}
			.slider-arrow--right { bottom: 45%; right: 36%; }
			.slider-arrow--left { bottom: 45%; left: 1%; }

.home-slider {float:right;width:76%;max-height:330px;}
.slide-img {float:left;width:65%;max-height:293px;}
.slide-img img {width:100%;max-height:293px;}
.slide-text {float:right;padding:7px;background:#0c161b;overflow:hidden;width:32%;max-height:250px;height:100%;}
.slide-text h4 {color:#fff;font-size:16px;}
.right-top h4 {padding:2px 5px;}
.slide-text  .right-top {margin-bottom:7px;}

.slider {
	position: relative;
	width: 100%;
        height:100%;
	overflow: hidden;
        background:none;
 
}
	
	.slides {
		height: 100%;
		
		
		-webkit-backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;

		-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
		   -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
		    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
		     -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
		        transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	}
	
		.slide {
			height: 100%;
			float: left;
			clear: none;
		}


	.slider-arrows {}

		.slider-arrow {
			position: absolute;
			display: block;
			margin-bottom: -20px;
			padding: 20px;
		}




	.slider-nav {
		position: relative;
		bottom: 13px;
                float:right;
                margin-right:61%;
            
	}

		.slider-nav__item {
			width: 12px;
			height: 12px;
			float: left;
			clear: none;
			display: block;
			margin: 0 5px;
			background: #0c161b;
		}

				.slider-nav__item:hover { background: #1d7aaa; }
				.slider-nav__item--current { background: #1d7aaa; }