.psa-services {
	margin: 0 0 24px;
	padding: 18px 20px;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	background: #fafafa;
}

.psa-services__heading {
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 600;
}

.psa-services__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.psa-services__list li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #ebebeb;
}

.psa-services__list li:first-child {
	border-top: 0;
}

.psa-service__label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	padding: 10px 0;
	cursor: pointer;
	font-weight: 400;
}

.psa-service--required .psa-service__label {
	cursor: default;
}

.psa-service__input {
	flex: 0 0 auto;
	margin: 3px 0 0;
}

.psa-service__text {
	flex: 1 1 auto;
	min-width: 0;
}

.psa-service__name {
	display: block;
	font-weight: 600;
	line-height: 1.4;
}

.psa-service__flag {
	display: inline-block;
	margin-left: 6px;
	padding: 1px 6px;
	border-radius: 3px;
	background: #e8e8e8;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.psa-service__desc {
	display: block;
	margin-top: 3px;
	font-size: 13px;
	line-height: 1.5;
	opacity: .75;
}

.psa-service__price {
	flex: 0 0 auto;
	margin-left: auto;
	padding-left: 10px;
	font-weight: 600;
	white-space: nowrap;
}

.psa-service__price .amount {
	font-weight: 600;
}

.psa-services__summary {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin: 12px 0 0;
	padding-top: 12px;
	border-top: 1px solid #ddd;
	font-weight: 600;
}

@media (max-width: 480px) {
	.psa-services {
		padding: 14px 14px;
	}

	.psa-service__label {
		flex-wrap: wrap;
	}

	.psa-service__price {
		width: 100%;
		margin-left: 26px;
		padding-left: 0;
		padding-top: 2px;
	}
}
