

/* Start:/bitrix/templates/aspro_next/components/bitrix/news.list/akcii/style.css?17530987761594*/
.akcii-list {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.akcii_item a img {
	width: 100%;
	border-radius: 20px;
}

.akcii_popup {
	display: none;
	border-radius: 20px!important;
	background: #FFF;
	padding: 41px 20px 24px 20px!important;
	font-family: Rubik;
	max-width: 500px!important;
}

.akcii_popup img {
	border-radius: 10px;
	max-width: 100%;
}

.ak_head {
	color: #343434;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	margin-top: 12px;
}

.ak_text1 {
	color: #343434;
	font-size: 14px;
	line-height: 20px;
	margin-top: 9px;
}

.ak_text2 {
	color: #888;
	font-size: 13px;
	line-height: 24px;
	margin-top: 9px;
}

.akcii_popup a {
	margin-top: 12px;
	border-radius: 25px;
	background: #E44330;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	width: 100%;
	color: #FFF;
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
}

.akcii_popup a:hover {
	text-decoration: none;
	color: #FFF;
	background: #C93E2F;
}

.akcii_popup a:focus {
	color: #FFF;
}

@media (min-width: 768px) {
	.akcii-list {
		display: grid;
		gap: 20px;
		grid-template-columns: 50% 50%;
	}

	.akcii_popup {
		padding: 41px 50px!important;
	}

	.akcii_popup img {
		border-radius: 20px;
	}

	.ak_head {
		font-size: 26px;
		line-height: 34px;
		margin-top: 20px;
	}

	.ak_text1 {
		font-size: 17px;
		line-height: 24px;
		margin-top: 14px;
	}

	.ak_text2 {
		font-size: 15px;
		margin-top: 10px;
	}

	.akcii_popup a {
		margin-top: 14px;
	}
}
/* End */
/* /bitrix/templates/aspro_next/components/bitrix/news.list/akcii/style.css?17530987761594 */
