.pt-page {
	padding: 28px 0 80px;
}

.pt-page a {
	color: inherit;
	text-decoration: none;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.pt-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	color: var(--add-font2);
}

.pt-breadcrumbs a:hover {
	color: var(--main-green);
}

.pt-prices__header {
	margin-bottom: 40px;
}

.pt-prices__title {
	margin: 0;
	padding: 28px 0 0;
}

.pt-prices__toolbar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	gap: 20px;
	margin-bottom: 40px;
}

.pt-prices__category,
.pt-prices__search {
	display: block;
}

.pt-prices__category-select,
.pt-prices__search-input {
	width: 100%;
	margin: 0;
	padding: 14px 18px;
	border: 1px solid #1416161F;
	border-radius: 15px;
	background: #fff;
	color: inherit;
	font-family: inherit;
	font-size: 18px;
	line-height: 27px;
	appearance: none;
}

.pt-prices__category-select {
	padding-right: 44px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%238F9595' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 18px center;
	cursor: pointer;
}

.pt-prices__category-select:focus,
.pt-prices__search-input:focus {
	outline: none;
	border-color: var(--main-green);
}

.pt-prices__results.is-loading {
	opacity: 0.55;
	pointer-events: none;
}

.pt-prices__empty {
	margin: 0;
	padding: 80px 0;
	text-align: center;
}

.pt-prices__groups {
	display: grid;
	gap: 10px;
}

.pt-prices__group {
	overflow: hidden;
	border-radius: 30px;
	background: var(--surface);
}

.pt-prices__group-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	margin: 0;
	padding: 28px 30px;
	border: 0;
	background: transparent;
	color: inherit;
	text-align: left;
	cursor: pointer;
}

.pt-prices__group-title {
	margin: 0;
	padding: 0;
}

.pt-prices__group-count {
	flex: none;
}

.pt-prices__group-body {
	padding: 0 30px 20px;
}

.pt-prices__row {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	gap: 24px;
	align-items: start;
	padding: 20px 0;
	border-top: 1px solid #1416161F;
}

.pt-prices__index {
	padding-top: 4px;
}

.pt-prices__name,
.pt-prices__code {
	margin: 0;
	padding: 0;
}

.pt-prices__code {
	padding-top: 6px;
}

.pt-prices__action {
	text-align: right;
}

.pt-prices__price {
	display: block;
	white-space: nowrap;
}

@media (max-width: 1024px) {
	.pt-prices__toolbar {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.pt-page {
		padding-top: 20px;
	}

	.pt-page .container {
		padding-right: 20px;
		padding-left: 20px;
	}

	.pt-prices__title {
		padding-top: 22px;
		font-size: 36px;
	}

	.pt-prices__group-head,
	.pt-prices__group-body {
		padding-right: 20px;
		padding-left: 20px;
	}

	.pt-prices__row {
		grid-template-columns: 32px minmax(0, 1fr);
		gap: 12px 16px;
	}

	.pt-prices__action {
		grid-column: 2;
		text-align: left;
	}
}
