.pricelist-row:not(:last-child) {
	border-bottom: 1px solid #E2E1F2;
}
.pricelist-head, .pricelist-row {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.pricelist-block {
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
	padding: 30px;
}
.module-pricelist .btn-showmore {
	display: none;
	margin-top: 15px;
}
.pricelist-title {
	padding-top: 25px;
	padding-bottom: 0;
	font-family: 'Venryn';
	text-transform: uppercase;
}
.pricelist-body {
	overflow: hidden;
	transition: max-height 0.5s;
}
.pricelist-body.show-all { 
	max-height: 1000px !important;
}
.pricelist-body {
	font-family: 'Venryn Bold';
}
.module-pricelist {
	margin-top: 50px;
	margin-bottom: 50px;
}
@media (max-width: 480px) {
	.pricelist-block {
		padding: 15px;
	}
	.pricelist-right-column {
		white-space: nowrap;
	}
	.pricelist-column {
		padding-right: 5px;
	}
}