.news-image{
	/* height: 360px; */
	height: 420px;
	width: 100%;
}
.news-image img{

}
.news-image a {
	width: 100%;
	max-width: 100%;
	height: 100%;
}
.news-content{
	display: flex;
}
.news-date::after {
	display: none !important;
}
.news-date {
	min-width: 70px;
	background-color: #0091CC !important;
}
.news-item{
	flex-direction: column;
	gap: 24px;
	width: 100% !important;
	margin-bottom: 30px !important;
}
.news-content__title{
	text-transform: uppercase;
	font-weight: 700 !important;
}
.news-item:nth-child(2n-1) {
	padding-right: 0 !important;
}
.news-item:nth-child(2n) {
	padding-left: 0 !important;
}
.news-block{
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.news-content__text {
	margin-top: 16px !important;
}
.links-news-article{
	display: flex;
	gap: 20px;
	margin-bottom: 40px;
}
.links-news-article a {
    padding: 5px 16px;
    color: #0091CC;
    border: 1px solid #C8C8C8;
    height: 24px;
    display: flex;
    align-items: center;
}
a.lna-active{
	color: #44C69A;
	border: 1px solid #44C69A;
}
.news-date {
		margin-right: 24px !important;
	}
.news-content {
    width: 100% !important;
}
@media screen and (max-width: 1600px){
	.news-block {
		gap: 20px;
	}
	.news-content__text {
		margin-top: 12px !important;
	}
	.news-image{
		max-height: 300px !important;
		height: 300px !important;
	}
}
@media screen and (max-width: 1200px){
	.news-content .news-date {
		width: 50px !important;
		min-width: 50px !important;
		height: 50px !important;
		padding: 5px !important;
	}
	.news-date__day {
		font-size: 20px !important;
		letter-spacing: normal !important;
		font-weight: 400 !important;
	}
	 .news-date__month {
		margin-top: 4px !important;
	}
	.news-image{
		max-height: 260px !important;
		height: 260px !important;
	}
}
@media screen and (max-width: 991px){
	.news-content {
		padding-left: 0 !important;
	}
	.news-name-text .news-content__text {
		display: block !important;
	}
	.news-item {
		margin-bottom: 10px !important;
	}
}
@media screen and (max-width: 768px){
	.news-block {
		grid-template-columns: repeat(1, 1fr);
	}
	.news-item {
		gap: 16px;
	}
	.news-date {
		margin-right: 20px !important;
	}
	.news-image{
		max-height: 360px !important;
		height: 360px !important;
	}
}
@media screen and (max-width: 740px){
	.news-content__title {
		padding-left: 0 !important;
		margin-bottom: 0 !important;
	}
	.news-content {
		flex-direction: row !important;
	}
	h1{
		line-height: 28px !important;
		text-align: center;
	}
}
@media screen and (max-width: 576px){
	.news-image{
		max-height: 220px !important;
		height: 220px !important;
	}
}
@media screen and (max-width: 480px){
	.news-image{
		max-height: 180px !important;
		height: 180px !important;
	}
}