

/* Start:/bitrix/templates/template.nadel/components/ma/news/template.nadel.training/ma/news.list/.default/style.css?17769286124430*/
.video-read {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}
	.video-read li {
		list-style: none;
		display: flex;
		align-items: center;
		justify-content: center;
		/* width: 64px; */
		height: 42px;
		margin: 0;
		padding: 0;
		/* padding: 8px 15px 9px; */
		border: 1px solid #f5d300;
		border-radius: 25px;
		margin-right: 15px;
		margin-bottom: 40px;
		transition: background-color .3s ease;
	}
	.video-read li a {
		border-bottom: none;
		font-size: 16px;
		padding: 8px 18px 8px;
	}
	.video-read li:hover {
		background-color: #f7d700;
	}
	.video-read li .active {
		background: #ffed00;
		border-radius: 25px;
		height: 42px;
		text-align: center;
	}
	.video-style {
		background-color: #f1efea;
		margin-bottom: 19px !important;
		min-width: 925px;
		width: 100%;
	}
	.video-style_title {
		font-size: 25px !important;
	}
	.video-style_pic {
		margin-right: 22px;
		width: 215px !important;
		height: 160px;
	}
	.video-style_pic_img {
		max-width: 215px !important;
		height: 160px;
	}
	.video-style_holder {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

.b-news-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
	.b-news-list_item {
		margin: 0 0 30px 0;
		overflow: hidden;
		display: flex;
		/*flex-direction: column;*/
		/* max-width: 295px;
		height: 345px; */
	}
		.b-news-list_item_holder {
			overflow: hidden;
		}
			.b-news-list_item_pic {
				float: left;
				margin: 0;
				width: 240px !important;
				height: 160px;
				margin-right: 22px;
				/* background-color: #f5f5f5; */
			}
				.b-news-list_item_pic img {
					max-width: 240px !important;
					/* width: 100%; */
					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: 240px;
					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: 25px;
				line-height: 33px;
				font-weight: 400;
			}
			.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;
			}
			.b-news-list_item_text a {
				font-size: 18px;
			}




/*
.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: 767px) {
  .b-news-list_item {
    display: flex;
    flex-direction: column;
  }

  .b-news-list .b-news-list_item_pic {
    margin-bottom: 10px;
  }

  .b-news-list .b-news-list_item_title {
    font-size: 22px;
  }

  .b-news-list .video-style {
    min-width: auto;
  }

  .video-style_title {
    font-size: 22px !important;
  }

  .b-news-list_item.video-style {
    padding: 15px;
  }

  .b-news-list_item .video-style_pic {
    margin-bottom: 15px;
  }

  .b-section-list .ul-deep-1 {
    display: flex;
    flex-direction: column;
  }

  .b-section-list .ul-deep-1 .li-deep-1 {
    margin-bottom: 20px;
  }

  .b-section-list .ul-deep-1 .li-deep-1 a {
    width: 180px;
    text-align: center;
  }


}

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