

/* Start:/local/templates/bootstrap4/components/bitrix/news/projects/bitrix/news.list/.default/style.css?1534270544879*/
a.project-item {
	text-decoration: none;
	margin-bottom: 30px;
}

a.project-item img {
	width:100%;
}

a.project-item:hover {
	background-color: #FFF;
	text-decoration: none;
}

a.project-item span.name {	
	padding: 15px 15px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #1c2632;
}

a.project-item .mask {
	position:relative;
}

a.project-item .mask:before {
    background-color: #000;
    content: "";
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

a.project-item:hover .mask:before {
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}


@media (min-width: 576px) { 
}


@media (min-width: 768px) { 
	a.project-item span.name {font-size: 14px;}
}


@media (min-width: 992px) { 
	a.project-item span.name {font-size: 18px;}
}


@media (min-width: 1200px) { 
	a.project-item span.name {font-size: 22px;}	
}
/* End */
/* /local/templates/bootstrap4/components/bitrix/news/projects/bitrix/news.list/.default/style.css?1534270544879 */
