.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;
	transition:0.08s ease-out;
}

.news_list_item_image img{
	width:100%;
	height:100%;
}

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

/*@media (max-width: 599px) {
	.news_list_item_image {
		height: auto;
	}
}*/

.news_list_item_marker{
	position:absolute;
	top:13px;
	right:13px;
	padding: 7px 12px;
	
	background: #FFFFFF;
	border-radius: 5px;
}

.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;
}


.news_list_item.newslist_item_mainpage_main {
    margin: 0;
    background: #F5F8FC;
    border-radius: 20px;
    padding-bottom: 32px;
	height: fit-content;
}

.news_list_item.newslist_item_mainpage_main .news_list_item_image {
    mix-blend-mode: unset;
}

.news_list_item_name h2{
	margin-top:24px;
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 120%;
	/* or 38px */
	
	
	color: #000000;
}

.newslist_item_mainpage_main .news_list_item_tags, 
.newslist_item_mainpage_main .news_list_item_name, 
.newslist_item_mainpage_main .news_list_item_more{
	padding:0 32px;
}

.newslist_item_mainpage_main .news_list_item_tags div {
    background: #fff;
}

.newslist_item_mainpage_main .news_list_item_more{

    bottom: 0;
    left:0;
    width: auto;
}

.newslist_item_mainpage_main .news_list_item_name {
    margin-bottom: 24px;
}

.newslist_item_mainpage_main .news_list_item_content {
    position: relative;
}

.news_list_item_tags div {
    display: flex;
    align-items: center;
}

.newslist_item_mainpage_main:hover{
	background: #EAF1FB;
}