
.detailNews{
	margin-top: 40px;
}
.detailNews__image{
	padding-bottom: 40px;
	border-bottom: 1px solid #E6E6E6;
}
.detailNews__imageHolder{
	width: 100%;
	overflow: hidden;
}
.detailNews__imageHolder img{
	display: block;
	width: 100%;
	object-position: center;
}
.detailNews__row{
	padding-top: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}
.detailNews__dateColl{
	flex: 1;
}
.detailNews__infoColl{
	flex: none;
	width: 847px;
}
.detailNews__collTitle{
	font-style: italic;
	color: var(--inactive);
	margin-bottom: 40px;
}
.detailNews__date{
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -.8px;
}
.detailNews__text{
	margin-bottom: 40px;
}

.newsDetail .newsBlock__row_titles{
	display: none;
}
.newsBlock .container + .newItem {
	padding-top: 25px;
	border-top: 1px solid rgba(10, 10, 10, .2);
}
.detailNews__date_mob {
	display: none;
}
.newsDetail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


@media screen and (max-width: 992px) {
	.detailNews__date_mob {
		display: block;
	}
	.detailNews__dateColl {
		display: none;
	}
	.detailNews {
		margin-top: 0;
	}
	.detailNews__date {
		font-size: 15px;
		font-weight: 400;
		margin-bottom: 40px;
	}
	.detailNews__image {
		border-bottom: none;
	}
	.detailNews__row {
		padding-top: 0;
	}
	.detailNews__infoColl {
		width: 100%;
	}
	.detailNews__collTitle {
		display: none;
	}
}


@media screen and (max-width: 576px) {
	.detailNews {
		margin-bottom: 100px;
	}
	.newsBlock__detailNew .newsBlock .container + .newItem {
		padding-top: 14px;
		border-top: none;
	}
	.newsBlock__detailNew .newsBlock__title.h2 {
		margin-bottom: 20px;
	}
	.newsBlock__detailNew .newItem {
		margin-top: 0;
		padding-top: 14px;
	}
	.newsBlock__detailNew .newsBlock__row {
		padding-bottom: 14px;
	}
	.newsBlock__detailNew .newsBlock__arrowLink_text {
		display: block;
	}
	.newsBlock__detailNew .newItem__date {
		font-size: 12px;
	}
	.newsBlock__detailNew  .newItem__description {
		font-size: 13px;
	}
	.newsBlock__detailNew .newsBlock__more {
		width: auto;
	}
	.newsBlock__detailNew .newsBlock__footer {
		margin-top: 40px;
	}
}