#slider {width: 100%} /* It can be a good idea to set a width of the slider, mostly so Old-IE can figure out how to render */
.no_padd{padding: 0!important;}
/* Numeric Navigation */
/*div.numericControls {margin:0 0 30px 0;padding:0; line-height: 28px;width: 100%;height:36px; background-color: #000;}*/

p.numericControls {margin:0;padding:0; line-height: 2px;width: 100%;height:2px; top: 90%; position: absolute;}
.fuull img{width: 100%!important; max-height: 670px!important; }

p.numericControls p{margin:0 10px 0 0; padding:0;list-style:none;height:2px; width: 12px;line-height:2px; display: inline-block; cursor: pointer;}
p.numericControls p a{float:right; margin-right: 2px; height:2px; width: 6px;line-height:2px;background:#3c43e4;color:transparent;padding:1px 8px!important; text-decoration:none;}
p.numericControls p.current a{background:#fff!important;color:transparent;}
p.numericControls p a:focus, div.numericControls p a:hover, .prevBtn a:focus, .nextBtn a:focus{outline:none; color: transparent!important;}

p.numericControls p:focus, .prevBtn a:focus, .prevBtn a:hover, .nextBtn a:focus, .nextBtn a:hover{outline:none; color: transparent!important;}
p.numericControls{text-align: center;}
p.numericControls p{text-align: left;}

.graphic, .prevBtn, .nextBtn{margin:0;padding:0;display:block;overflow:hidden;text-indent:-8000px;}

.prevBtn, .nextBtn {display:block; width:40px;height:40px;position:absolute;top: 93%; z-index:1000;background:url(arr_lef.png) no-repeat center #fff;cursor:pointer; -webkit-background-size: 35%;
background-size: 35%;}
.nextBtn{right: 0px;}
.prevBtn{right:40px;}
.nextBtn {background:url(arr_rig.png) no-repeat center #fff; -webkit-background-size: 35%; background-size: 35%;}

.nextBtn:hover{background:url(arr_hov_rig.png) no-repeat center #fff;-webkit-background-size: 35%; background-size: 35%;}
.prevBtn:hover{background:url(arr_hov_lef.png) no-repeat center #fff;-webkit-background-size: 35%; background-size: 35%;}



.bg_obvertka{background-color: #fff; width: 100%; height: 130px; position: absolute;}
.slides-index{background-color: #004578; padding-bottom: 130px;}

.desc_slide_blok{
	width: 100%;
	position: absolute;
	top: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.desc_slide_blok h2{ font-size: 32px;}
.desc_slide_blok h2, .desc_slide_blok p{
	color: #fff;
	white-space: pre-wrap;
	text-align: center;
	padding: 10px 25px;

}
.desc_slide_blok p{font-size: 24px;}
.desc_slide_blok p>span{font-size: 28px; font-weight: 600; padding-top:15px;}

.desc_slide_blok_content {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
}

.desc_slide_blok_info {
    margin: 15px 0 25px;

	& > p {
		margin: 0;
		padding: 0;
		font-size: 28px;
		font-weight: 600;

		& > a {
			color: #fff;

			&:hover {
				color: #000;
				text-shadow: 1px 1px 6px #fff;
			}
		}
	}
}

@media (min-width: 320px) and (max-width: 767px) {
	.desc_slide_blok h2, .desc_slide_blok p{padding: 5px;}
	.desc_slide_blok h2{font-size: 18px; margin: 0; margin-top: 5px;}
	.desc_slide_blok_info {
		margin: -8px 0 15px;

		& > p {
			line-height: 28px;
		}
	}
}

@media (min-width: 500px) and (max-width: 768px) {
	.fuull img{width: 100%!important; max-height: 350px;}
}


@media (min-width: 320px) and (max-width: 499px) {
	.fuull img{width: 100%!important; max-height: 190px;}
	.desc_slide_blok h2{
		font-size: 16px;
		width: 250px;
    	margin: 0 auto;
	}
	.desc_slide_blok p{font-size: 13px;}
	.desc_slide_blok p>span{
		font-size: 22px; 
		line-height: 24px;
		font-weight: 600; 
		padding-top:15px;
	}

	.desc_slide_blok_info {
        & > p {
            font-size: 22px !important;
            line-height: 16px;
        }
    }

	.desc_slide_blok_content {

		& span.icon_vk_0, 
		& span.icon_vk_1,
		& span.icon_vk_2,
		& span.icon_vk_3,
		& span.icon_vk_4 {
			padding: 18px;
		}
	}
}