.news_list{
	width: calc(100% - 36px);
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	max-width:1016px;
	margin:0 auto;
}

.news_list_item{
	display:block;
	width: calc(50% - 5px);
	height:auto;
	margin-bottom:104px;
}

.news_list_item_image img{
	width:100%;
	height:100%;
	object-fit: cover;
}

.news_list_item_image{
	position:relative;
	width:100%;
	overflow:hidden;
	height: 228px;
	border-radius: 20px;
	margin-bottom:14px;
}

.news_list_item_image2 {height: auto;}

.news_list_item_marker {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 0px 12px;
    background: #FFFFFF;
    border-radius: 5px;
    height: 28px;
    line-height: 27px;
}

.news_list_item_marker span{
	font-style: normal;
	font-weight: 450;
	font-size: 12px;
    line-height: 100%;
	color: #000000;
	opacity: 0.5;

}

.news_list_item_content{
	display:block;
	width:100%;
	height:100%;
}

.news_list_item_tags{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	gap:16px;
	margin-bottom:14px;

}

.news_list_item_tags div{
	padding: 7px 12px;
	gap: 10px;
	height: 28px;
	background: #F5F8FC;
	border-radius: 5px;
}

.news_list_item_tags div span{
	font-style: normal;
	font-weight: 450;
	font-size: 12px;
	line-height: 100%;
	color: #000000;
	opacity: 0.5;
}


.news_list_item_name{
	margin-bottom:12px;
}

.news_list_item_name h3{
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 130%;
	color: #1A1A1A;
}

.news_list_item_text{

	font-style: normal;
	font-weight: 450;
	font-size: 16px;
	line-height: 150%;
	color: #1A1A1A;
	opacity: 0.7;
	margin-bottom: 24px;
}

.news_list_item_data, .news_list_item_time{
	display:flex;
	gap:5px;
	width:max-content;
	font-style: normal;
	font-weight: 450;
	font-size: 12px;
	line-height: 140%;
	opacity: 1;
    color: rgba(26, 26, 26, 0.5);
}

.news_list_item_more{
	display:flex;
	gap:16px;
	width:max-content;

}

.news_list_item.newslist_item_mainpage_second {
    width: 100%;
	margin: 0;
}


.column_left_newsmain {
    width: calc(50% - 5px);
    padding-left: 32px;
    padding-bottom: 0px;
    gap: 60px;
    display: flex;
    flex-wrap: wrap;
	flex-direction: column;
}

.news_list_cases .caseslist_item_mainpage_main{
	width:100%;
	max-width:100%;
	display:flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 0px;
	background: #F5F8FC;
	border-radius: 20px;
	transition:0.08s ease-out;
}


.news_list_cases .caseslist_item_mainpage_main:hover{
	background: #EAF1FB;
}

.news_list_cases .caseslist_item_mainpage_main .news_list_item_image {
	flex: 0 0 calc(50% - 5px)
}

.news_list_cases .caseslist_item_mainpage_main .news_list_item_content {
    position: relative;
    padding: 32px;
	flex: 0 0 calc(50% - 5px)
}

.news_list_cases .caseslist_item_mainpage_main .news_list_item_tags {
    bottom: 32px;
    margin: 0;
    position: absolute;
    left: 32px;
    right: 32px;
	width:auto;
}

.news_list_cases .caseslist_item_mainpage_main .news_list_item_tags div {
    display: flex;
    align-items: center;
    background: #fff;
}

 .news_list_cases .caseslist_item_mainpage_main .news_list_item_tags div span{

	font-style: normal;
	font-weight: 450;
	font-size: 12px;
	line-height: 120%;
	color: #000000;
	opacity: 0.5;
}

.newslist_item_mainpage_second h3 {
	transition: 0.08s ease-out;
}

.newslist_item_mainpage_second:hover h3 {
	color: #22439B;
}