.price-calculator__form--wrapper {
	margin-bottom: 24px;
}
.price-calculator {
	padding: 64px 0 32px 0;
	background: #f8f8f8;
	margin-bottom: 32px;
}
.header-c + .price-calculator {
	padding-top: 120px;
}
.container-breadcrumb + .price-calculator {
	margin-top: 0;
}
.price-calculator__form {
	opacity: 1;
	transition: opacity 500ms;
}
.price-calculator__form.in-ajax {
	opacity: 0.5;
}
.price-calculator__form.b-contact-new {
	padding: 32px;
	background: #e0f3f3;
	border-radius: 15px 15px 0 0;
}
.price-calculator__form.b-contact-new {
	/*
	padding-top: 0;
	padding-bottom: 32px;
	 */
}
.price-calculator__form.b-contact-new .has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.price-calculator__title {
	margin-bottom: 32px;
}
.price-calculator__hint {
	padding: 20px;
	gap: 10px;
	background: #E0F3F3;
	border-radius: 0 0 15px 15px;
	color: #333333E6;
	font-size: 14px;
	text-transform: initial;
	font-weight: 300;
	border-top: 2px solid #f8f8f8;
}
.price-calculator__hint a {
	color: initial;
	font-weight: 400;
}
.price-calculator__inputs {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.price-calculator__inputs .form-group {
	width: calc(50% - 64px);
	margin: 0;
	position: relative;
}
.price-calculator__switch {
	display: inline-flex;
	width: 64px;
	min-width: 64px;
	height: 64px;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	border: 1px solid #2FC9C8;
	transition: all 300ms;
}
.price-calculator__switch svg {
	width: 32px !important;
	height: 32px !important;
	transition: all 300ms;
}
.price-calculator__switch svg path {
	fill: #2FC9C8;
}
.price-calculator__switch:hover {
	background: #2FC9C8;
}
.price-calculator__switch:hover svg path {
	fill: #ffffff;
}
.price-calculator__button {
	width: 100%;
	box-sizing: border-box;
}
.price-calculator__weight-selector {
	width: calc(50% - 64px);
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.price-calculator__weight-wrapper {
	display: flex;
	gap: 16px;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.price-calculator__weight-wrapper--section {
	display: none;
	padding-top: 16px;
}
.price-calculator__weight-wrapper--section.is-active {
	display: flex;
}
.price-calculator__weight {
	cursor: pointer;
}
.price-calculator__weight-input {
	display: none;
}
.price-calculator__weight-value {
	line-height: 1;
	white-space: nowrap;
	padding: 0 16px;
	height: 40px;
	border-radius: 10px;
	transition: color 300ms, background-color 300ms;
	border: 1px solid #2FC9C8;
	color: #2FC9C8;
	background-color: #ffffff;
	font-weight: 500;
	text-transform: lowercase;
	display: inline-flex;
	align-items: center;
}
.price-calculator__weight-value--section {
	height: 50px;
	gap: 8px;
	font-size: 120%;
}
.price-calculator__weight-value:hover,
:checked + .price-calculator__weight-value {
	color: #ffffff;
	background-color: #2FC9C8;
}
.price-calculator__value-svg path {
	fill: #2FC9C8;
}
.price-calculator__weight-value:hover .price-calculator__value-svg path,
:checked + .price-calculator__weight-value .price-calculator__value-svg path {
	fill: #ffffff;
}
.price-calculator__bottom {
	margin-top: 32px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.price-calculator__result-wrapper {
	width: calc(50% - 64px);
	display: flex;
	flex-direction: column;
	gap: 16px
}
.price-calculator__result-item {
}
.price-calculator__result-item__value {
	font-weight: bold;
}

.autocomplete-suggestions {
	background: #ffffff;
	overflow-y: auto;
	max-height: 400px;
}
.autocomplete-suggestions .autocomplete-suggestion {
	padding: 6px 16px;
	cursor: pointer;
	border-bottom: 1px solid #eeeeee;
}

.price-calculator__form--wrapper.w-discount-form-Y {
	display: flex;
	gap: 32px;
}
.price-calculator__form--wrapper.w-discount-form-Y .price-calculator__form--left {
	flex: 1;
	background: #e0f3f3;
	border-radius: 15px;
}
.calculator-discount__wrapper {
	border: 1px solid #2FC9C8;
	border-radius: 15px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	text-align: center;
}
.calculator-discount__percent {
	font-size: 64px;
	font-weight: 500;
	color: #2FC9C8;
	line-height: 1;
}
.calculator-discount__text {
	line-height: 1.5;
	text-transform: uppercase;
}
.calculator-discount__text--big {
	font-weight: 500;
}
.calculator-discount__text--small {
	font-weight: 400;
}
.calculator-discount__button {
	margin-top: 16px;
}

@media (max-width: 1024px) {
	.price-calculator__form--wrapper.w-discount-form-Y {
		flex-direction: column;
	}
	.calculator-discount__wrapper {
		padding: 24px 48px;
		flex-direction: row;
		justify-content: space-between;
	}
}
@media (max-width: 768px) {
	.price-calculator__form.b-contact-new {
		padding: 16px;
	}
	.price-calculator__inputs {
		gap: 8px;
		flex-wrap: wrap;
	}
	.price-calculator__inputs .form-group {
		width: 100%;
	}
	.price-calculator__inputs .form-group.form-group__cityFrom {
		width: calc(100% - 40px);
	}
	.price-calculator__bottom {
		display: block;
		flex-direction: column;
	}
	.price-calculator__weight-selector {
		width: 100%;
		padding-bottom: 16px;
	}
	.price-calculator__result-wrapper {
		width: auto;
		margin-left: -16px;
		margin-right: -16px;
		border-top: 2px solid #ffffff;
		padding-top: 16px;
		padding-left: 16px;
		padding-right: 16px;
	}
	.price-calculator__switch {
		width: 32px;
		min-width: 32px;
		height: 32px;
	}
	.price-calculator__switch svg {
		width: 24px !important;
		height: 24px !important;
	}
	.price-calculator__weight-wrapper {
		gap: 8px;
	}
	.price-calculator__weight-value {
		padding: 6px 12px;
	}
	.price-calculator__result-item__title {
		display: block;
	}
	.price-calculator__result-item__route span:last-child {
		display: block;
	}
	.header-c + .price-calculator {
		padding-top: 32px;
	}
	.calculator-discount__wrapper {
		padding: 24px 16px;
		flex-direction: column;
		justify-content: center;
		gap: 8px;
	}
	.calculator-discount__percent {
		font-size: 48px;
	}
}