

/* Start:/local/templates/main/components/bitrix/news.list/steps_in/style.css?17319176491791*/
.news_block.row{
  display: flex;
  padding: 32px 0;

}

.news_card_s{
	box-shadow: none;
}

.news_card_s.ui.card{
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease-out !important;
      box-shadow: none;
}

.news_card_s.ui.card:hover{
  box-shadow: none !important;
}

.news_card_s.ui.card>.content{
  padding: 30px 0 14px 0
}

.news_card_s.ui.card>.image{
	height: 210px !important;
	border-radius: 1rem!important
}

.news_card_s.ui.card>.image>img{

    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
}

.news_card_s.ui.card>.content>a.header{
  font-family: 'Roboto', sans-serif; 
  font-style: normal;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 22px;
  /* height: 100px; */
  }

.news_card_s.ui.card>.content>.description{
  display: flex;
  justify-content: space-between;
  padding-top: .5rem;
  font-family: 'Roboto', sans-serif !important; 
  font-size: 14px !important;
  line-height:20px !important;
  font-weight: 500;
  color: #9D9484;
}

.btn_arrow svg{
	color: #CEC9C1;
	transition: all .3s!important;
}
.btn_arrow:hover svg{
	color: #4183c4;
}

.h2_sitebar{
	font-size: 1.5rem;
}

@media (max-width: 991px){

	.news_card_s.ui.card>.content>a.header{
		font-size: 15px !important;
		line-height: 18px;
	}
	.news_card_s.ui.card>.content>.description {
		padding-top: 0;
		margin-top: 0.25rem;
	}
	.news_card_s.ui.card>.content {
		padding: 20px;
	}

	.news_card_s.ui.card>.image {
		height: 184px!important;
	}
	.h2_main_news{
		font-size: 1.75rem;
		margin-bottom: 0;
		margin-right: 1.25rem;
	}
	.news_card_s .btn_arrow{
		display: flex;
		align-items: center;
		margin-bottom: 1rem;
	}
	#news_card_s{
		overflow: hidden;
	}
}
/* End */
/* /local/templates/main/components/bitrix/news.list/steps_in/style.css?17319176491791 */
