

/* Start:/bitrix/templates/perfect/components/bitrix/news/news/bitrix/news.list/.default/style.css?17542979691772*/
.news {
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.news .element {
	background-color: #f0f0f0;
	width: 278px;
	height: 446px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #c1c1c1;
}
.news .element:nth-child(3n) {
	margin-right: 0px;
}
.news img {
	left: 3px;
	top: 3px;
	position: relative;
}
.news .text {
	margin-top: 13px;
	padding: 0px 10px;
	display: block;
	font-size: 14px;
	text-align: center;
}
.news .introtext {
	margin-top: 10px;
}



/* АДАПТИВНЫЕ СТИЛИ */
@media (max-width: 1200px) {
	.news .element {
		width: 237px;
		height: 394px;
		margin-right: 16px;
		margin-bottom: 16px;
	}
	.news img {
		width: 229px;
		height: 290px;
	}
	.news .text {
		padding: 0px 4px;
	}
}
@media (max-width: 768px) {
	.news .element {
		width: 100%;
		height: auto;
		margin: 0px;
		margin-bottom: 15px;
		padding-bottom: 25px;
		border: none;
		border-top: 1px solid #dadada;
	}
	.news .element:before {
		content: unset;
	}
	.news .img {
		width: 194px;
		height: 246px;
		margin: auto;
		margin-top: 15px;
		position: relative;
		display: block;
		border: 3px solid #a24b16;
		border-radius: 2px;
	}
	.news .img:before {
		content: '';
		width: 100%;
		height: 100%;
		left: -1px;
		top: -1px;
		position: absolute;
		border: 1px solid #ffffff;
		pointer-events: none;
	}
	.news img {
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		margin: auto;
	}
	.news .text {
		margin-top: 15px;
		line-height: 28px;
	}
	.news .name {
		text-decoration: none;
	}
	.news .name .mobile_480 {
		margin: 0px;
		color: #a24b16;
		font-size: 24px;
		font-family: Title;
		font-weight: normal;
		text-decoration: none;
	}
	.news .introtext {
		margin-top: 13px;
		padding: 0px 30px;
		font-size: 16px;
		line-height: 20px;
	}
}
/* End */
/* /bitrix/templates/perfect/components/bitrix/news/news/bitrix/news.list/.default/style.css?17542979691772 */
