

/* Start:/local/templates/dromar_all/components/bitrix/news.list/price.list/style.css?1720993757648*/
.price-list {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 10px;
}

.price-section h3 {
	font-family: 'PFBeauSansPro-Light', sans-sirif;
	font-size: 24px;
	line-height: 35px;
	color: #444;
}

.price-item {
	font-size: 18px;
	display: flex;
	min-height: 30px;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px black solid;
}

.price-name {
	width: 70%;
}

.price {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30%;
	font-size: 24px;
	font-weight: bold;
}

@media screen and (max-width: 599px){
	.price-item {
		flex-direction: column;
	}
	.price-name, .price {
		width: 100%;
		justify-content: start;
	}
}
/* End */
/* /local/templates/dromar_all/components/bitrix/news.list/price.list/style.css?1720993757648 */
