.delivery-prices__finder {
	margin: 0 0 18px;
	padding: 18px;
	border: 1px solid #efd0df;
	border-radius: 12px;
	background: #fff;
}

.delivery-prices__finder-label {
	display: block;
	margin-bottom: 9px;
	color: #4f351f;
	font-size: 18px;
	font-weight: 800;
}

.delivery-prices__finder-line {
	display: flex;
	gap: 10px;
}

.delivery-prices__finder-input {
	flex: 1;
	min-width: 0;
	height: 44px;
	padding: 0 14px;
	border: 1px solid #efd0df;
	border-radius: 8px;
	background: #fff;
	color: #4f351f;
	font-family: inherit;
	font-size: 16px;
}

.delivery-prices__finder-input::placeholder {
	color: #9b8d82;
}

.delivery-prices__finder-button {
	height: 44px;
	padding: 0 18px;
	border: 0;
	border-radius: 8px;
	background: linear-gradient(90deg, #ed54fe 0, #d81c59 100%);
	box-shadow: 0 5px 12px rgba(216, 28, 89, .18);
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: 15px;
	font-weight: 800;
}

.delivery-prices__finder-note {
	margin-top: 9px;
	color: #806957;
	font-size: 14px;
	line-height: 1.35;
}

.delivery-prices__finder-result {
	margin-top: 14px;
}

.delivery-prices__result-title {
	margin-bottom: 8px;
	color: #4f351f;
	font-size: 18px;
	font-weight: 800;
}

.delivery-prices__result-card,
.delivery-prices__empty {
	margin-top: 8px;
	padding: 13px 14px;
	border: 2px solid #d81c59;
	border-radius: 10px;
	background: #fff;
	color: #4f351f;
}

.delivery-prices__result-card b,
.delivery-prices__empty b {
	display: block;
	margin-bottom: 6px;
	font-size: 18px;
	line-height: 1.15;
}

.delivery-prices__result-card span,
.delivery-prices__empty span {
	display: block;
	color: #806957;
	font-size: 15px;
	line-height: 1.35;
}

.delivery-prices__popular {
	margin-top: 14px;
}

.delivery-prices__popular-title {
	margin-bottom: 8px;
	color: #4f351f;
	font-size: 16px;
	font-weight: 800;
}

.delivery-prices__popular-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
}

.delivery-prices__popular-grid button {
	padding: 11px 12px;
	border: 1px solid #efd0df;
	border-radius: 9px;
	background: #fff;
	color: #4f351f;
	cursor: pointer;
	font-family: inherit;
	text-align: left;
}

.delivery-prices__popular-grid b {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 1.15;
}

.delivery-prices__popular-grid span {
	display: block;
	color: #806957;
	font-size: 13px;
	line-height: 1.25;
}

.delivery-prices__all {
	margin-top: 12px;
}

.delivery-prices__all summary {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 16px;
	border: 1px solid #efd0df;
	border-radius: 9px;
	background: #fff;
	color: #4f351f;
	cursor: pointer;
	font-size: 16px;
	font-weight: 800;
	list-style: none;
}

.delivery-prices__all summary::-webkit-details-marker {
	display: none;
}

.delivery-prices__all summary::after {
	content: "+";
	margin-left: 8px;
	color: #d81c59;
	font-size: 20px;
	line-height: 1;
}

.delivery-prices__all[open] summary {
	margin-bottom: 12px;
}

.delivery-prices__all[open] summary::after {
	content: "-";
}

@media only screen and (max-width: 767px) {
	.delivery-prices__finder {
		margin-bottom: 14px;
		padding: 13px;
		border-radius: 10px;
	}

	.delivery-prices__finder-label {
		font-size: 17px;
	}

	.delivery-prices__finder-line {
		gap: 8px;
	}

	.delivery-prices__finder-input {
		height: 42px;
		padding: 0 11px;
		font-size: 15px;
	}

	.delivery-prices__finder-button {
		height: 42px;
		padding: 0 13px;
		font-size: 14px;
	}

	.delivery-prices__finder-note {
		font-size: 13px;
	}

	.delivery-prices__popular-grid {
		grid-template-columns: 1fr;
	}

	.delivery-prices__popular-grid button {
		padding: 11px;
	}

	.delivery-prices__popular-grid b,
	.delivery-prices__result-card b,
	.delivery-prices__empty b {
		font-size: 17px;
	}

	.delivery-prices__popular-grid span,
	.delivery-prices__result-card span,
	.delivery-prices__empty span {
		font-size: 13px;
	}

	.delivery-prices__all summary {
		font-size: 15px;
	}
}
