

/* Start:/local/templates/profxp_2020/components/bitrix/news.list/cases/style.css?17530877182665*/
.cases {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	/*justify-content: space-between;*/
	height: 100%;
}
.news__title .news__btn-readmore_top {
	display: none;
}

.news__readmore {
	text-align: center;
}

.news__item {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news__link {
	color: #354b63;
	background-color: #e9effe;
	border: 1px solid #CEDEF3;
	padding: 1rem;
	border-radius: .5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	flex-direction: column;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.news__link:hover,
.news__link:focus {
	color: #374b64;
	background-color: #fff;
	text-decoration: none;
	box-shadow: 0 0 1rem 0 rgba(128, 128, 128, 0.25);
	position: relative;
}

.news__pic {
	margin-bottom: 1rem;
}

.news__img {
	border: 1px solid #CEDEF3;
	border-radius: .5rem;
	width: 100%;
}

.news__item-title {
	margin-bottom: 1rem;
}

.news__text {
	font-size: .9rem;
	font-weight: 300;
	margin-bottom: 1.5rem;
}

.news__meta {
	border-top: 1px solid #cedef3;
	position: relative;
	padding-top: 1.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
}

.news__meta::before {
	content: '';
	display: block;
	width: 3.5rem;
	height: 3px;
	background-color: #de2b2b;
	position: absolute;
	top: -2px;
	left: 1rem;
}

.news__date {
	font-size: .8rem;
	font-weight: 300;
	color: #788897;
}

.news__date::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 15px;
	background-image: url(/local/templates/profxp_2020/components/bitrix/news.list/cases/images/news__icon-date.png);
	background-size: 13px 15px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-right: .75rem;
	margin-bottom: -.1rem;
}

.news__btn-item {
	font-weight: 300;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.news__link:hover .news__btn-item,
.news__link:focus .news__btn-item {
	color: #fff;
	background-color: #1e3994;
	background-image: linear-gradient(to bottom, #1e3994 0, #13276e 100%);
	border-color: #1e3994;
}

@media (min-width: 768px) {
	.news__title .news__btn-readmore_top {
		display: inline-block;
	}
	.news__title .news__btn-readmore_bottom {
		display: none;
	}
	.news__title {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	.news__row {

	}
}
/* End */
/* /local/templates/profxp_2020/components/bitrix/news.list/cases/style.css?17530877182665 */
