.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);
	max-width: 503px;
	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;
	mix-blend-mode: soft-light;
	border-radius: 20px;
	margin-bottom:14px;
}

.news_list_item_marker {
    position: absolute;
    top: 14px;
    right: 12px;
    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;
	/* or 14px */

    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%;
	/* or 14px */
	
	
	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%;
/* or 29px */


color: #1A1A1A;
}

.news_list_item_text{

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

.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%;
	/* identical to box height, or 17px */
	
	
	color: #1A1A1A;
	
	opacity: 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: 17px;
    /* display: flex; */
    gap: 60px;
    display: flex;
    /* grid-gap: 60px; */
    flex-wrap: wrap;
}
.column_left_newsmain {
    width: calc(50% - 5px);
    padding-left: 32px;
    padding-bottom: 17px;
    /* display: flex; */
    gap: 60px;
    display: flex;
    /* grid-gap: 60px; */
    flex-wrap: wrap;
}

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


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

.news_list_cases .caseslist_item_mainpage_main .news_list_item_image {
    max-width: 503px;
    mix-blend-mode: unset;
}

.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%;
	/* or 14px */
	
	
	color: #000000;
	
	opacity: 0.5;
}