

/* Start:/bitrix/templates/abs_main/components/bitrix/news.list/actionList2/style.css?1697438373763*/
.thActionList{
	display: flex;
	justify-content: left;
	flex-wrap:wrap;
}
.thActionList__action{
	flex:none;
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 1.5rem;
	border-radius: 10px;
	overflow: hidden;
}
.thActionList__action:nth-child(5n){
	margin-right: 0;
}
.thActionList__action img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (max-width: 1400px){

}

@media (max-width: 1200px){

}

@media (max-width: 992px){
}

@media (max-width: 768px){
	.thActionList{
		overflow-x: auto;
		padding-bottom: 1rem;
		flex-wrap: nowrap;
	}
	.thActionList__action,
	.thActionList__action:nth-child(5n){
		width: 40%;
		margin-right: 1rem;
		margin-bottom: 0;
	}
	.thActionList__action:last-child{
		margin-right: 0;
	}
}

@media (max-width: 576px){

}
/* End */
/* /bitrix/templates/abs_main/components/bitrix/news.list/actionList2/style.css?1697438373763 */
