

/* Start:/bitrix/templates/template.nadel/components/ma/news/template.nadel.article/ma/news.list/.default/style.css?17769286113007*/

.b-news-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}
	.b-news-list_item {
		margin: 0 0 25px 0;
		overflow: hidden;
		display: flex;
		/* max-width: 295px;
		height: 345px; */
	}
		.b-news-list_item_holder {
			overflow: hidden;
		}
			.b-news-list_item_pic {
				margin-right: 15px;
				max-width: 192px;
				width: 100%;
				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 {
					max-width: 192px;
					width: 100%;
					height: 160px;
					background: url(/bitrix/templates/template.nadel/components/ma/news/template1/ma/news.list/.default/img/no-image.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;
			}




/*
.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;
}
*/

@media (max-width: 500px) {
  .b-news-list_item {
    display: flex;
    flex-direction: column;
  }

  .b-news-list_item_pic {
    max-width: 150px;
    height: 130px;
  }

  .b-news-list_item_title {
    font-size: 15px;
    line-height: 1.2;
  }

  .b-news-list_item_text p {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (min-width: 501px) and (max-width: 767px) {
  .b-news-list_item {
    flex-direction: row;
  }

  .b-news-list_item_pic {
    min-width: 150px;
    width: 150px;
  }

  .b-news-list_item_holder {
    flex-grow: 1;
  }
}

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