div.news-list img.preview-picture
{
	float:left;
	margin:0 4px 6px 0;
}

p.news-item
{
	margin:0;
	margin-bottom:15px;
}

.news-date-time
{
	font-size:95%;
	display:block;
	color:#82929a;
}

.preview-picture {

	border: 1px solid #E4E7E9;
}
.item_slide_pict {
    width: 90%;
    margin: 0 auto;
}
div#customers_block {
    position: relative;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

div#customers_block .owl-nav {
    position: absolute;
    width: 100%;
    top: 35%;
    left: 0;
    transform: translateY(-50%);
}

div#customers_block .owl-nav button {position: absolute;top: 0;width: 27px;height: 28px;background-position: center center;background-repeat: no-repeat;font-size:0;border: 1px solid #ccc; outline:0!important;}
div#customers_block .owl-nav button.owl-prev
{
    left: -28px;
    background-image:url(/image/sl_l_red.svg);
}
div#customers_block .owl-nav button.owl-next
{
    right: -28px;
    background-image:url(/image/sl_r_red.svg);
}
div#customers_block .owl-dots button.active {
    width: 11px;
    height: 11px;
    background-color: red!important;
    display: inline-block;
    border-radius: 50%;
    margin: 5px;

    
}
div#customers_block .owl-dots button {
    width: 11px;
    border: 1px solid #df0003!important;
    height: 11px;
    background-color: fff;
    display: inline-block;
    border-radius: 50%;
    margin: 5px;
}
div#customers_block .owl-dots {
    margin-top: 20px;
    text-align: center;
}