

/* Start:/bitrix/templates/template.nadel/components/ma/news/template1/ma/news.list/.default/style.css?17769286112621*/
.b-news-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
	.b-news-list_item {
		margin: 0 0 20px 0;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		max-width: 295px;
		height: 345px;
	}
		.b-news-list_item_holder {
			overflow: hidden;
			position: relative;
			top: -16px;
		}
			.b-news-list_item_pic {
				float: left;
				margin: 0;
				width: 295px;
				height: 160px;
				/* background-color: #f5f5f5; */
			}
				.b-news-list_item_pic img {
					/* width: 295px;
					height: 160px; */
				}
				.b-news-list_item_pic a {
					border-bottom: none !important;
					display: block;
					width: 100%;
					height: 100%;
				}
				.b-news-list_item_pic .no-image {
					width: 295px;
					height: 160px;
					background: url("/bitrix/templates/template.nadel/components/ma/news/template1/ma/news.list/.default/img/no-image-new.png") center;
					background-size: cover;
				}
			.b-news-list_item_title {
				margin-bottom: 10px;
				color: #6e312a;
				font-size: 18px;
			}
			.b-news-list_item_date {
				text-align: center;
				background-color: #dad2cb;
			    color: #000000;
			    padding: 5px 20px;
			    border-radius: 0 5px 5px 0;
			    width: max-content;
				margin-bottom: 15px;
				font-weight: 300;
			}

@media (max-width: 767px) {
  .b-news-list_item_title {
    font-size: 16px;
  }

  .b-news-list .b-news-list_item {
    margin-left: 0;
    margin-right: auto;
  }
}

@media (max-width: 600px) {
  .b-news-list {
    justify-content: flex-start;
  }
}




/*
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination svg {
	display: inline-block;
	width: 9px;
	height: 14px;
}
.bx-pagination svg polyline {
	stroke: #6e312a;
}
.bx-pagination .bx-pagination-container {
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 0 0;
}
.bx-pagination .bx-pagination-container ul li span{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 44px;
	min-width: 44px;
	font-size: 16px;
	font-weight: 300;
	border-radius: 22px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	transition: background .3s ease;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span {
	background: #ffed00;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	border: 1px solid #f5d300;
}
*/

/* End */
/* /bitrix/templates/template.nadel/components/ma/news/template1/ma/news.list/.default/style.css?17769286112621 */
