div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.bzm-img-banner{
	object-fit: cover;
	width: 100%;
    opacity: 0.7;
	height: 100%;
/*	max-width: 831px;*/
	max-height: 301px;
	border-radius: 20px;
}

.image-wrapper{
	height: 301px;
	background: #000;
}

	/* Стили для точек */
.slick-dots {
	position: absolute;
	bottom: 16px;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	margin-bottom: 0.25rem!important;
}

.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 7px;
}
.slick-dots li button {
	/*    width: 18px; !* Ширина точки *!
        height: 18px; !* Высота точки *!
        color: #bbb;
        background-color: #bbb; !* Цвет неактивной точки *!
        border-radius: 50%; !* Округление точки (чтобы сделать круглой) *!
        border: none; !* Убираем границу *!
        cursor: pointer;*/
	display: block;
	margin: 0;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.5);
;
	border: 1px solid rgba(225, 77, 49, 0);
	height: 4px;
	width: 30px;
	border-radius: 100px;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}
.slick-dots li.slick-active button {
	color: #E14D31;
	background-color: #E14D31; /* Цвет активной точки */
}

a.prev {
	left: 0;
	background: rgba(0, 0, 0, .5) url(../banners_lsit/assets/img/arr-prev.svg) no-repeat center center;
}

a.next {
	right: 0;
	background: rgba(0, 0, 0, .5) url(../banners_lsit/assets/img/arr-next.svg) no-repeat center center;
}

a.slick-arrow {
	position: absolute;
	top: 83%;
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 100px;
	z-index: 2;
	/* margin-right: 20px; */
}

.slick-list{
	border-radius: 20px
}

.banner-h1{
	color: #FFFFFF !important;
	max-width: 59%;
	text-shadow: 1px 1px 2px black;


}

.banner-block{
	display: inline-block;
	position: relative;
	bottom: 291px;
}

.up-block-bzm{
	position: relative;
}


/*MEDIA*/

@media (min-width: 992px) {

	.banner-block{
	/*	max-width: 575px;*/
	}
}

@media (max-width: 576px) {
	.bzm-img-banner{
		border-radius: 0px;
		max-height: 450px;
	}

	.image-wrapper{
		height: 450px;
	}

	a.slick-arrow {
		top: 85%;
	}

	.banner-block{
		bottom: 446px !important;
	}

	.slick-list{
		border-radius: 0px;
	}
	.banner-h1{
		max-width: 100%;
	}
}
