
.discount_text {
	margin: 40px 0px!important;
}
.text .discounting-page {
	/*max-width: 760px;*/
	width: 100%;
	color: #2f2f2f;
}

.text .discounting-page * {
	box-sizing: border-box;
}

.text .discounting-breadcrumbs {
	margin: 0 0 4px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #707070;
}

.text .discounting-hero {
	/*max-width: 620px;*/
	margin: 0 0 42px;
}

.text .discounting-hero__title {
	margin: 0 0 16px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: #2f2f2f;
}

.text .discounting-hero__subtitle {
	margin: 0 0 14px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #2f2f2f;
}

.text .discounting-hero__text {
	display: grid;
	gap: 14px;
}

.text .discounting-hero__text p {
	margin: 0;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #3d3d3d;
}

.text .discounting-hero__text b {
	font-weight: 700;
}

.text .discounting-widget {
	max-width: 100%;
	margin: 26px 0 0;
}

.text .discounting-section-title {
	margin: 0 0 28px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #2f2f2f;
}

.text .discounting-percent-row {
	display: flex;
	flex-wrap: nowrap;
	gap: 18px;
	overflow-x: auto;
	padding: 0 0 16px;
	margin: 0 0 4px;
	scrollbar-width: none;
	justify-content: space-between;
}

.text .discounting-percent-row::-webkit-scrollbar {
	display: none;
}

.text .discounting-percent-btn {
	flex: 0 0 auto;
	padding: 0;
	border: 0;
	background: transparent;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 17px;
	line-height: 22px;
	color: #5e5e5e;
	cursor: pointer;
	white-space: nowrap;
}

.text .discounting-desktop-table {
	display: none;
}

.text .discounting-percent-btn.is-active {
	font-weight: 700;
	color: #2f2f2f;
}

.text .discounting-range {
	position: relative;
	height: 28px;
	margin: 0 0 20px;
}

.text .discounting-range__thumb {
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	margin-left: -9px;
	border-radius: 50%;
	border: 4px solid #ef6f15;
	background: #fff;
	box-shadow: 0 0 0 2px rgba(239, 111, 21, 0.08);
	pointer-events: none;
	z-index: 2;
}

.text .discounting-range__track,
.text .discounting-range__fill {
	position: absolute;
	left: 0;
	top: 50%;
	height: 4px;
	margin-top: -2px;
	border-radius: 999px;
}

.text .discounting-range__track {
	right: 0;
	background: #f0f0f0;
}

.text .discounting-range__fill {
	width: 0;
	background: #ef6f15;
	pointer-events: none;
}

.text .discounting-range input[type="range"] {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 28px;
	margin: 0;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
}

.text .discounting-range input[type="range"]::-webkit-slider-runnable-track {
	height: 4px;
	background: transparent;
}

.text .discounting-range input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	margin-top: -7px;
	border-radius: 50%;
	border: 4px solid transparent;
	background: transparent;
	box-shadow: none;
	opacity: 0;
}

.text .discounting-range input[type="range"]::-moz-range-track {
	height: 4px;
	background: transparent;
}

.text .discounting-range input[type="range"]::-moz-range-thumb {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 4px solid transparent;
	background: transparent;
	box-shadow: none;
	opacity: 0;
}

.text .discounting-summary {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 84px;
	padding: 16px 18px;
	margin: 0 0 18px;
	border-radius: 10px;
	background: #fbfbfb;
	border: 1px solid #f1f1f1;
	text-align: center;
}

.text .discounting-summary__label {
	margin: 0 0 6px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #575757;
}

.text .discounting-summary__value {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	color: #ef6f15;
}

.text .discounting-summary__meta {
	display: none;
	margin-top: 6px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	color: #e86e7b;
}

.text .discounting-table-wrap {
	display: none;
}

.text .discounting-mobile-table-wrap {
	display: none;
}

.text .discounting-mobile-table {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 24px;
	column-gap: 12px;
	align-items: stretch;
	position: relative;
	background: #fbfbfb;
}

.text .discounting-mobile-table__rows {
	grid-column: 1 / 2;
	grid-row: 1;
}

.text .discounting-mobile-table__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 12px 16px 14px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #8e8e8e;
	border-bottom: 1px solid #efefef;
}

.text .discounting-mobile-table__header span {
	flex: 0 0 auto;
}

.text .discounting-mobile-slider-track,
.text .discounting-mobile-slider-fill {
	position: absolute;
	right: 16px;
	width: 4px;
	border-radius: 999px;
	pointer-events: none;
}

.text .discounting-mobile-slider-track {
	top: 0;
	bottom: 0;
	display: none;
}

.text .discounting-mobile-slider-fill {
	top: 0;
	height: 0;
	background: #ef6f15;
	left: auto;
	right: 16px;
}

.text .discounting-mobile-slider {
	display: block;
	width: 4px;
	margin: 0;
	position: absolute;
	z-index: 2;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	writing-mode: bt-lr;
	-webkit-writing-mode: vertical-lr;
}

.text .discounting-mobile-slider::-webkit-slider-runnable-track {
	width: 4px;
	background: transparent;
}

.text .discounting-mobile-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 4px solid #ef6f15;
	background: #fff;
	box-shadow: 0 0 0 2px rgba(239, 111, 21, 0.08);
}

.text .discounting-mobile-slider::-moz-range-track {
	width: 4px;
	background: transparent;
}

.text .discounting-mobile-slider::-moz-range-thumb {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 4px solid #ef6f15;
	background: #fff;
	box-shadow: 0 0 0 2px rgba(239, 111, 21, 0.08);
}

.text .discounting-mobile-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 14px 16px;
	border-top: 1px solid #efefef;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #2f2f2f;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
}

.text .discounting-mobile-row:first-child {
	border-top: 0;
}

.text .discounting-mobile-row.is-active .discounting-mobile-row__percent {
	font-weight: 700;
	color: #2f2f2f;
}

.text .discounting-mobile-row.is-active .discounting-mobile-row__sum {
	font-weight: 700;
	color: #ef6f15;
}

.text .discounting-mobile-row__sum,
.text .discounting-mobile-row__percent {
	flex: 0 0 auto;
}

.text .discounting-desktop-table,
.text .discounting-table-wrap {
	display: none !important;
}

.text .discounting-note {
	/*max-width: 760px;*/
	margin: 12px 0 0;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #2f2f2f;
}

.text .discounting-note a {
	color: inherit;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.text .discounting-page {
		max-width: 100%;
	}

	.text .discounting-hero {
		margin-bottom: 24px;
	}

	.text .discounting-hero__title {
		font-size: 24px;
		line-height: 28px;
	}

	.text .discounting-widget {
		margin-top: 22px;
	}

	.text .discounting-section-title {
		margin-bottom: 20px;
	}

	.text .discounting-percent-row {
		display: none !important;
	}

	.text .discounting-range {
		display: none !important;
	}

	.text .discounting-summary {
		display: none !important;
	}

	.text .discounting-summary__value {
		font-size: 24px;
		line-height: 28px;
	}

	.text .discounting-summary__meta {
		display: block;
	}

	.text .discounting-mobile-table-wrap {
		display: block;
	}

	.text .discounting-mobile-table {
		display: grid;
		padding: 0 22px 18px 18px;
		border: 1px solid #ececec;
		border-radius: 12px;
		overflow: hidden;
		background: #fbfbfb;
	}

	.text .discounting-mobile-row {
		padding-right: 36px;
	}

	.text .discounting-mobile-slider {
		right: -7px;
		width: 28px;
	}

	.text .discounting-mobile-slider-track,
	.text .discounting-mobile-slider-fill {
		right: 4px;
	}
}
