

/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/news/action-news/bitrix/news.list/.default/style.css?17507569881891*/
.news-list{
	margin: auto;
    width: 1200px;
	box-shadow: 0px 4px 13px rgb(62 62 62 / 25%);
    border-radius: 15px;
}
.news-list h3{
	margin: 20px;
	font-size: 40px;
	font-weight: 700;


}

.action-block{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-evenly;
	padding-bottom: 20px;
}
.action-block-item{
	width: 560px;
    height: 280px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	box-shadow: 0px 4px 13px rgb(62 62 62 / 25%);
    border-radius: 15px;
	margin: 10px 0 ;
}
.action-block-item img{
	width: auto;
    height: 280px;
}
.action-block-item .action-block-item-a{
	z-index: 999;
	margin-top: -75px;
	display: flex;
    flex-wrap: wrap;
	width: 95%;
    background: #ffffff8a;
    justify-content: space-between;
	border-radius: 10px;
}
/* .action-block-item .action-block-item-a:hover{
	background: #04AF20;
} */

.action-block-item .action-block-item-a b{
	color: #000000;
	font-size: 16px;
	margin: 5px 0px 0px 10px;

}
.action-block-item .action-block-item-a p{
	color: #000000;
	font-size: 14px;
	margin: -15px 10px;
}
.action-block-item .action-block-item-a svg{
	width: 30px;
    height: 15px;
}

@media (max-width: 768px){
	.news-list{
		width: 100%;
	}
	.news-list h3{
		margin: 20px;
		font-size: 30px;

	
	
	}
	
	.action-block{

	}
	.action-block-item{
		width: 95%;
        height: auto;
	}
	.action-block-item img{
        width: 100%;
        border-radius: 15px;
        height: 250px;
	}
	.action-block-item .action-block-item-a{
		z-index: 999;
		margin-top: -75px;
		display: flex;
		flex-wrap: wrap;
		width: 95%;
		background: #ffffff8a;
		justify-content: space-between;
		border-radius: 10px;
	}
	.action-block-item .action-block-item-a b{
		font-size: 16px;
		line-height: 16px;
	
	}
	.action-block-item .action-block-item-a p{
		line-height: 14px;
		width: 80%;
	}
	.action-block-item .action-block-item-a svg{

	}
}
/* End */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/news/action-news/bitrix/news.list/.default/style.css?17507569881891 */
