

/* Start:/bitrix/templates/tuvix_azure/components/bitrix/news/tuvix/bitrix/news.list/.default/style.css?17505643772074*/
/* News tuvix */

.news-item {
	margin: 45px 0 25px 0;
	color: #777;
}

.news-item-sep {
	width: 50%;
	margin: 10px auto;
	height: 1px;
	background: #ddd;
}

.news-item-image {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.news-item-image .image-container {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.news-item-image .image-container:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	display: none;
}

.news-item-image .item-plus {
	width: 80px;
	height: 80px;
	border-radius: 80px;
	border: solid 2px #fff;
	background: rgba(0,0,0,0.3) url(/bitrix/templates/tuvix_azure/components/bitrix/news/tuvix/bitrix/news.list/.default/images/plus.png) no-repeat center center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -41px 0 0 -41px;
	display: none;
}

.news-item-image:hover .item-plus,
.news-item-image:hover .image-container:after {
	display: inline-block;
}

.news-item-image:hover .image-container {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

.news-item h2 {
	margin: 15px 0;
	font-weight: 500;
	font-size: 24px;
	color: #666;
}

.news-item h2 a:link,
.news-item h2 a:visited {
	color: #666;
}

.news-item h2 a:hover {
	text-decoration: none;
}

.news-date-time {
	position: absolute;
	right: 0;
	bottom: 25px;
	display: inline-block;
	padding: 5px 10px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 14px;
	font-weight: 200;
}

@media (min-width: 320px) and (max-width: 768px) {

	.news-item {
		margin-top: 15px;
		padding-bottom: 25px;
	}

	.news-item h2 {
		margin: 10px 0;
		font-size: 18px;
	}

	.news-item-image {
		height: 200px;
	}

}
/* End */
/* /bitrix/templates/tuvix_azure/components/bitrix/news/tuvix/bitrix/news.list/.default/style.css?17505643772074 */
