

/* Start:/local/templates/.default/components/bitrix/news.list/price-accordion/style.css?17721962262013*/
.price-accordion-list {
	max-width: 960px;
	margin: 0 auto 40px;
}
.price-section {
	margin-bottom: 2px;
}
.price-section__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fd9c12;
	color: #fff;
	padding: 14px 20px;
	cursor: pointer;
	user-select: none;
	transition: background .2s;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
}
.price-section__header:hover {
	background: #e88d0a;
}
.price-section__header-title {
	flex: 1;
}
.price-section__toggle {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform .3s;
}
.price-section.is-open .price-section__toggle {
	transform: rotate(180deg);
}
.price-section__toggle svg {
	width: 16px;
	height: 16px;
	fill: #fff;
}
.price-section__body {
	display: none;
}
.price-section.is-open .price-section__body {
	display: block;
}
.price-row {
	display: flex;
	align-items: baseline;
	padding: 12px 20px;
	border-bottom: 1px solid #eee;
	transition: background .15s;
	gap: 12px;
}
.price-row:hover {
	background: #fdf6e9;
}
.price-row__num {
	flex: 0 0 30px;
	color: #999;
	font-size: 14px;
}
.price-row__name {
	flex: 1;
	min-width: 0;
}
.price-row__name a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	transition: color .15s, border-color .15s;
}
.price-row__name a:hover {
	color: #fd9c12;
	border-bottom-color: #fd9c12;
}
.price-row__dots {
	flex: 1 1 40px;
	border-bottom: 1px dotted #ccc;
	min-width: 20px;
	align-self: baseline;
	margin-bottom: 4px;
}
.price-row__price {
	flex: 0 0 auto;
	white-space: nowrap;
	font-weight: 600;
	color: #333;
	font-size: 15px;
}

@media (max-width: 767px) {
	.price-section__header {
		padding: 12px 14px;
		font-size: 14px;
	}
	.price-row {
		padding: 10px 14px;
		gap: 8px;
	}
	.price-row__num {
		flex: 0 0 24px;
		font-size: 13px;
	}
	.price-row__name {
		font-size: 14px;
	}
	.price-row__dots {
		display: none;
	}
	.price-row__price {
		font-size: 14px;
	}
}

/* End */
/* /local/templates/.default/components/bitrix/news.list/price-accordion/style.css?17721962262013 */
