

/* Start:/bitrix/templates/chv_tpl/components/bitrix/news.list/news/style.css?17661443621917*/
.news-list .news-item
{
	margin-bottom: 30px;
}

.news-list .news-item .preview-image
{
	height: 400px;
	width: 100%;
	
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	
	position: relative;
	
	background-color: #333;
}

.news-list .news-item .preview-image.advertising
{
	background-size: contain;
}

.news-list .news-item .preview-image > a
{
	height: 100%;
	width: 100%;
	display: block;
	transition: 0.3s all ease;
}

.news-list .news-item .preview-image:hover > a
{
	background: rgba(0,0,0,0.2);
}

.news-list .news-item .preview-image .header
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	
	padding: 40px 20px 20px;
	transition: 0.3s all ease;
}

.news-list .news-item .preview-image:hover > a  .header
{
	padding-top: 60px;
	padding-bottom: 30px;
}

.news-list .news-item .preview-image .header *
{
	color: #fff;
	text-shadow: 0 0 3px black;
}

.news-list .news-item .preview-image .header .title
{
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 15px;
}

.news-list .news-item .preview-image .header .news-info .block
{
	float: left;
	margin-right: 10px;
}

.news-list .news-item .preview-image .header .news-info .block,
.news-list .news-item .preview-image .header .news-info .block *
{
	font-size: 14px;
}
/* End */


/* Start:/bitrix/templates/chv_tpl/components/bitrix/subscribe.form/.default/style.css?1766144365643*/
#subscribe-form .form-group
{
	margin-right: 10px;
}

#subscribe-form .form-group input,
#subscribe-form button[type="submit"]
{
	border-radius: 0;
	box-shadow: none;
}

#subscribe-form .form-group input:focus
{
	border-color: #0075b0;
}

#subscribe-form button[type="submit"]
{
	background: #85CC22;
	transition: 0.3s all ease;
	border-color: #85CC22;
}

#subscribe-form button[type="submit"]:hover
{
	background-color: #B9D800;
	border-color: #B9D800;
}

#subscribe-form button[type="submit"],
#subscribe-form button[type="submit"] *
{
	color: #fff;
	text-shadow: none;
}

#subscribe-form small,
#subscribe-form small a
{
	font-size: 12px;
}
/* End */
/* /bitrix/templates/chv_tpl/components/bitrix/news.list/news/style.css?17661443621917 */
/* /bitrix/templates/chv_tpl/components/bitrix/subscribe.form/.default/style.css?1766144365643 */
