

/* Start:/local/templates/main/components/bitrix/news/actions/style.css?17419607781188*/
#actionsList {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 40px;
	margin-bottom: 40px;
}

#actionsList img {
	width: 100%;
}

#actionsList .item {
	width: calc(100% / 2 - 40px);
}

#actionsList .item:first-child {
}

#actionsList .info .head {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.5em;
}


#actionsList .info .description {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5em;
}



#actionDetail .img {
	max-width: 600px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

#actionDetail h1 {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 0;
}

#actionDetail .info .description {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5em;
}

#actionDetail .detailText {
	text-align: left;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 18px;
}

#actionDetail .detailText ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
}




@media (max-width: 640px) {

	#actionsList .item {
		width: 100%;		
	}

	#actionsList .info .head {
		font-size: 18px;
	}

	#actionsList .info .description {
		font-size: 14px;
	}

	#actionDetail .detailText {
		font-size: 14px;
	}

}
/* End */
/* /local/templates/main/components/bitrix/news/actions/style.css?17419607781188 */
