.price_calculator__description {
	text-align: center;
}

.price_calculator__description a {
	color: white;
}

.price_calculator__i18n {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.price_calculator__table-wrap {
	margin-top: 60px;
}

.price_calculator__table {
	width: 100%;
}

.price_calculator__table thead th {
	text-align: left;
	padding-bottom: 1em;
}

.price_calculator__table .price_calculator__cell--model {
	width: 1%;
	min-width: 120px;
	max-width: 150px;
	padding-right: 3em;
}

.price_calculator__cell--model img {
	width: 120px;
	height: auto;
	display: block;
}

.price_calculator__input {
	width: 150px;
	padding: 0.5em 0.75em;
}

.price_calculator__table .price_calculator__cell--series {
	width: 100px;
	padding-right: 1em;
}

.price_calculator__table .price_calculator__cell--width,
.price_calculator__table .price_calculator__cell--height {
	width: 1%;
	min-width: 220px;
	max-width: 280px;
	padding-right: 1em;
}

.price_calculator__table tbody td {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}

.price_calculator__table tbody tr + tr td {
	padding-top: 1em;
}

.price_calculator__mail-link.is-hidden {
	display: none;
}

.price_calculator__mail-link {
	display: inline-block;
	margin-left: 0.75em;
	color: white;
}

.price_calculator__mail-link:hover {
	color: white;
	opacity: 0.85;
}

body.price_calculator__no-scroll {
	overflow: hidden;
}

.price_calculator__modal {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
}

.price_calculator__modal.is-open {
	display: flex;
}

.price_calculator__modal-dialog {
	position: relative;
	width: 100%;
	max-width: 760px;
	max-height: 90vh;
	overflow: auto;
	background: #111;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 28px 24px 24px;
}

.price_calculator__modal-title {
	margin: 0 28px 18px 0;
}

.price_calculator__modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.price_calculator__email-modal {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(0, 0, 0, 0.7);
	z-index: 10000;
}

.price_calculator__email-modal.is-open {
	display: flex;
}

.price_calculator__email-modal-dialog {
	position: relative;
	width: 100%;
	max-width: 560px;
	max-height: 90vh;
	overflow: auto;
	background: #111;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 28px 24px 24px;
}

.price_calculator__email-modal-title {
	margin: 0 28px 8px 0;
}

.price_calculator__email-modal-subtitle {
	margin: 0 0 18px;
}

.price_calculator__email-modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.price_calculator__email-field label {
	display: block;
	margin-bottom: 8px;
}

.price_calculator__email-input {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: transparent;
	color: #fff;
}

.price_calculator__email-submit {
	margin-top: 14px;
	padding: 10px 16px;
	border: 0;
	cursor: pointer;
}

.price_calculator__email-status {
	min-height: 22px;
	margin: 12px 0 0;
}

.price_calculator__email-status.is-error {
	color: #ffb4b4;
}

.price_calculator__email-status.is-success {
	color: #b8f5c4;
}

.price_calculator__email-hp-wrap {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.price_calculator__email-form.is-sent .price_calculator__email-field,
.price_calculator__email-form.is-sent .price_calculator__email-submit,
.price_calculator__email-form.is-sent .price_calculator__email-hp-wrap,
.price_calculator__email-form.is-sent input[type="hidden"] {
	display: none;
}

@media (max-width: 991px) {
	.price_calculator__table thead {
		display: none;
	}

	.price_calculator__table,
	.price_calculator__table tbody,
	.price_calculator__table tr,
	.price_calculator__table td {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	.price_calculator__table tbody tr {
		border: 1px solid rgba(255, 255, 255, 0.2);
		padding: 14px;
		margin-bottom: 14px;
	}

	.price_calculator__table tbody tr + tr td {
		padding-top: 0.75em;
	}

	.price_calculator__table td {
		padding: 0.5em 0;
	}

	.price_calculator__table td::before {
		content: attr(data-label);
		display: block;
		font-weight: 600;
		margin-bottom: 6px;
		opacity: 0.9;
	}

	.price_calculator__table .price_calculator__cell--model,
	.price_calculator__table .price_calculator__cell--series,
	.price_calculator__table .price_calculator__cell--width,
	.price_calculator__table .price_calculator__cell--height {
		min-width: 0;
		max-width: none;
		width: 100%;
		padding-right: 0;
	}

	.price_calculator__input {
		width: 100%;
		max-width: 260px;
	}

	.price_calculator__cell--price .price_calculator__mail-link:not(.is-hidden) {
		display: inline-block;
		margin-left: 0;
		margin-top: 8px;
	}
}
