

/* Start:/bitrix/templates/pzemi_new/components/bitrix/news/stati/bitrix/news.list/new-layout/style.css?17883435721101*/
.stati-list{
	margin: 0;
	padding: 0;
}
.stati-item{
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
	margin-bottom: 20px;
	/* background: #d1d8e6; */
	border-radius: 10px;
}
.stati-item:nth-child(even){
	background: #e7e7e7;
}
.stati-item:nth-child(odd) .stati-item-info {
    border-left: 1px solid #e4e4e5;
}
.stati-item:nth-child(even) .stati-item-info {
    border-left: 1px solid #fff;
}
.stati-item-img{
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 40px;
}
.stati-item-info{
	width: 70%;
	padding-left: 40px;
}
.stati-item-info .btn{
	margin: 0 0 0 auto;
}
.stati-item-info_head a{
	color: #fe5e5e;
    text-transform: uppercase;
}
@media(max-width: 576px){
	.stati-item{
		flex-direction: column;
	}
	.stati-item-img,
	.stati-item-info{
		width: 100%;
		padding: 0;
	}
	.stati-item-img{
		margin-bottom: 30px;
	}
	.stati-item-info .butt{
		max-width: 300px;
		width: 100%;
		margin: auto;
	}
	.stati-item:nth-child(odd) .stati-item-info {
	    border-left: none;
	}
	.stati-item:nth-child(even) .stati-item-info {
	    border-left: none;
	}
}

/* End */
/* /bitrix/templates/pzemi_new/components/bitrix/news/stati/bitrix/news.list/new-layout/style.css?17883435721101 */
