.gender1 .gender2{
	display: none;
}
.gender2 .gender1{
	display: none;
}
.maxwidth {
	max-width: 590px;
	margin: 0 auto;
}
.wizzard-wrapper, .calculator-wrapper {
	text-align: right;
	width: 100%;
	max-width: 1000px;
	background: url(/img/derekhShava/wizzard/wizardBg.png) no-repeat center center;
	background-size: cover;
	color: #FFF;
	position: relative;
	margin: auto;
	
	line-height: 1.2;
	overflow: hidden;
}
.wizzard-wrapper {
	padding: 30px 0;
	min-height: 540px;
	font-size: 24px;
}
.wizzard-wrapper ul {
	margin: 0;
}
.calculator-wrapper {
	padding: 30px;
	font-size: 20px;
}

.en .calculator-wrapper, .en .wizzard-wrapper, .ru .calculator-wrapper, .ru .wizzard-wrapper {
	text-align: left;
}
.en .formrow, .ru .formrow {
	background-position-x: left;
	padding-right: 0;
	margin-right: 0;
	padding-left: 40px;
}

.en #addStopRow, .ru #addStopRow {
	background-position-x: left;
}
	.en #addStopRow::after, .ru #addStopRow::after {
		right: auto;
		left: 7px;
	}

.wizzard-wrapper h3, .calculator-wrapper h3 {
	font-size: 28px;
	font-weight: 700;
}
.ar .wizzard-wrapper h3, .ar .calculator-wrapper h3 {
	margin-bottom: 10px;
}
.en .wizzard-wrapper h3, .ru .wizzard-wrapper h3 {
	font-size: 25px;
}
.err, .err2 {
	background-color: red;
	padding: 2px 4px;
	border-radius: 4px;
	font-size: 14px;
	color: #FFF;
}
.err {
	display: inline-block;
	margin-top: 14px;
	opacity: 0;
	transform: scale(0.5);
	transition: all 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.err.active {
	opacity: 1;
	transform: none;
}
.wizzard-big-mark {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 0;
}
.wizzard-big-mark img {
	position: absolute;
	top: -50px;
	left: -90px;
}
.wizzard-logos {
	position: relative;
}
.wizzard-header {
	padding: 0 210px;
}
.wizzard-logo1 {
	position: absolute;
	left: 30px;
	top: 0;
}
.wizzard-logo2 {
	position: absolute;
	right: 0;
    top: -10px;
}
.wizzard-route {
	list-style-type: none;
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding-bottom: 20px;
	position: relative;
	z-index: 200;
}
.wizzard-step-bullet {
	width: 32px;
	height: 32px;
	min-width: 32px;
	border-radius: 50%;
	position: relative;
	border: 1px solid #FFF;
	transition: all ease-in-out 0.2s;
	cursor: pointer;
	list-style: none;
	list-style-type: none;
}
.wizzard-step-bullet span {
	position: absolute;
	font-size: 10px;
	top: 36px;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	text-align: center;
}
.wizzard-step-bullet:hover {
	background-color: #69c5d9a8;
}
.wizzard-step-bullet.active{
	background-color: #69c5d9;
}
.ar .wizzard-step-bullet span {
	font-size: 14px;
}
.wizzard-route-line {
	border-bottom: 1px solid #FFF;
	width: 100%;
	top: -16px;
	position: relative;
	list-style: none;
	list-style-type: none;
}
.wizzard-steps {
	position: relative;
	margin-top: 40px;
	width: 100%;
	min-height: 400px;
}
.wizzard-step-container {
	position: relative;
}
.wizzard-step {
	opacity: 0;
	position: absolute;
	right: 40px;
	top: 0;
	z-index: 1;
	width: 100%;
	transition: all 0.3s ease-in-out;
	pointer-events: none;
}
	.wizzard-step.active {
		opacity: 1;
		right: 0;
		display: block;
		z-index: 100;
		width: 100%;
		height: 100%;
		pointer-events: all;
	}
.wizzard-step.over {
	right: -40px;
}
.wizzard-options {
	margin-top: 15px;
	width: 100%;
	gap: 8px;
	display: flex;
	flex-direction: column;
}
.wizzard-long-list .wizzard-title {
	font-size: 26px;
}
.wizzard-long-list .wizzard-label {
	font-size: 22px;
}
.wizzard-checkcontainer, .calculator-wrapper .checkcontainer {
	width: auto !important;
	display: flex;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-left: 14px;
}
.wizzard-checkcontainer {
	align-items: start;
}
.calculator-wrapper .checkcontainer {
	align-items: center;
}
.wizzard-checkcontainer input, .calculator-wrapper .checkcontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkcontainer:hover input ~ .checkmark {
	background-color: #FFFFFF25;
}
.wizzard-checkmark, .calculator-wrapper .checkmark {
	height: 18px;
	width: 18px;
	min-width: 18px;
	border: 1px solid #FFF;
	border-radius: 50%;
	margin-left: 10px;
	position: relative;
	user-select: none;
	cursor: pointer;
	background: none;
}
.train-remark .remark {
	background: #2c3f8e;
}
.close-train-remark {
	color: #FFF;
}
.en .wizzard-checkmark, .en .calculator-wrapper .checkmark, .ru .wizzard-checkmark, .ru .calculator-wrapper .checkmark {
	margin-left: 0;
	margin-right: 10px;
}
.en .calculator-wrapper .distance, .ru .calculator-wrapper .distance {
	padding-right: 0;
	padding-left: 62px;
	background-position-x: left;
}
.en .input-wrapper .clear-value, .ru .input-wrapper .clear-value {
	right: 0;
	left: auto;
}
.en .input-wrapper.active-value .location-search, .ru .input-wrapper.active-value .location-search {
	padding-left: 10px;
	padding-right: 26px;
}
.wizzard-checkmark {
	margin-top: 6px;
}
.wizzard-checkmark:after, .calculator-wrapper .checkmark::after {
	content: '';
    position: absolute;
    display: none;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #69c5d9;
}
.calculator-wrapper .checkcontainer input:checked ~ .checkmark { background: none; }
.wizzard-checkcontainer input:checked ~ .wizzard-checkmark:after, .calculator-wrapper .checkcontainer input:checked ~ .checkmark:after {
	display: block;
}
.wizzard-buttons {
	position: relative;
	display: flex;
	width: 100%;
	z-index: 200;
}
.wizzard-buttons button {
	color: #FFF;
	background: #0d5da5;
	border: 1px solid #FFF;
	font-size: 28px;
	line-height: 1;
	padding: 12px;
	text-align: center;
	min-width: 130px;
	border-radius: 12px;
	box-shadow: #0d5da5a0 3px 3px 24px;
	transition: all ease-in-out 0.1s;
	cursor: pointer;
}
.wizzard-buttons button:hover {
	color: #662d87;
	background: #69c5d9 !important;
}
.wizzard-custom-select, .calculator-wrapper .custom-select {
	background-color: #FFF;
	border-radius: 12px;
	font-size: 22px;
	color: #000;
	height: 50px;
	width: 100%;
	border: none;
	-webkit-appearance: none;
	font-family: inherit;
	position: relative;
	display: flex;
}
	.wizzard-custom-select input {
		-webkit-appearance: none;
		-moz-appearance: none;
		font-family: inherit;
		width: 100%;
		outline: none;
		border: none;
		font-size: 20px;
		background-color: transparent;
		position: relative;
		z-index: 20;
		padding: 4px 10px 5px 34px;
	}
	.en .wizzard-custom-select input, .ru .wizzard-custom-select input {
		padding: 4px 34px 5px 10px;
	}
	.wizzard-custom-select::after, .calculator-wrapper .custom-select::after {
		content: '';
		width: 20px;
		height: 100%;
		background: url(/img/derekhShava/wizzard/arrowDown.svg) no-repeat center center;
		background-size: contain;
		z-index: 10;
		left: 10px;
		top: 0;
		cursor: pointer;
		position: absolute;
	}
.en .wizzard-custom-select::after, .en .calculator-wrapper .custom-select::after, .ru .wizzard-custom-select::after, .ru .calculator-wrapper .custom-select::after {
	left: auto;
	right: 10px;
}
#wizNext {
	margin-right: auto;
}
#wizPrev {
	display: none;
}
#wizRestart {
	display: none;
	margin-right: auto;
	background: none;
	width: auto;
}
.wizzard-discount {
	font-size: 18px;
}
.wizzard-results-list {
	margin-top: 14px;
	list-style-type: none;
}
	.wizzard-results-list li {
		display: flex;
		align-items: start;
		list-style-type: none;
		gap: 8px;
		margin-right: -36px;
		margin-bottom: 16px;
	}
		.wizzard-results-list li::before {
			content: url(/img/derekhShava/wizzard/arrLeft.svg);
			margin-top: -2px;
		}
	.en .wizzard-results-list li, .ru .wizzard-results-list li {
		margin-right: auto;
		margin-left: -36px;
	}
	.en .wizzard-results-list li::before, .ru .wizzard-results-list li::before {
		transform: rotate(180deg);
	}
	.wizzard-results-list .cityText {
		display: inline-block;
		vertical-align: middle;
		background-color: #e8423b;
		padding: 3px 6px;
		margin-top: -2px;
		margin-bottom: 2px;
	}
	.wizzard-results-list .wizzard-distance {
		display: inline-block;
		vertical-align: middle;
		font-size: 20px;
	}
.wizzard-results {
	background-color: #0d5da5;
	border: 1px solid #FFF;
	border-radius: 15px;
	text-align: center;
	position: relative;
	padding: 15px 25px;
	opacity: 0;
	margin-top: 30px;
	transform: scale(0.5);
	transition: opacity 0.4s ease-in;
	transition: transform 0.4s ease-in;
}
	.wizzard-results.active {
		opacity: 1;
		transform: none;
	}
	.wizzard-results::before {
		content: '';
		position: absolute;
		top: 20px;
		right: -30px;
		border: 1px solid #FFF;
		border-radius: 50%;
		width: 50px;
		height: 45px;
		display: flex;
		align-items: center;
		padding-top: 5px;
		justify-content: center;
		background: #0d5da5 url(/img/derekhShava/wizzard/check.svg) no-repeat center center;
	}
.wizzard-price-data {
	display: inline-flex;
	margin: auto;
	align-items: center;
	column-gap: 16px;
	flex-wrap: wrap;
	justify-content: center;
}
.wizzard-contract, .wizzard-price {
	font-size: 50px;
	font-weight: 700;
}
.en .wizzard-contract, .en .wizzard-price, .ru .wizzard-contract, .ru .wizzard-price {
	font-size: 34px;
}
.shekel {
	font-size: 38px;
	margin-right: -8px;
}
.wizzard-single-price {
	margin-right: 10px;
}
.wizzard-contract {
	font-weight: 800;
}
#wizzardLoaderAnim {
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}
.lds-dual-ring {
	display: inline-block;
	width: 80px;
	height: 80px;
}
	.lds-dual-ring:after {
		content: " ";
		display: block;
		width: 64px;
		height: 64px;
		margin: 8px;
		border-radius: 50%;
		border: 6px solid #fff;
		border-color: #fff transparent #fff transparent;
		animation: lds-dual-ring 1.2s linear infinite;
	}
.autocomplete-suggestions {
	cursor: default;
	background: #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,.4);
	position: absolute;
	display: none;
	z-index: 9999;
	max-height: 240px;
	overflow: hidden;
	overflow-y: auto;
	font-family: inherit;
	border-radius: 12px;
	width: 100%;
}
.autocomplete-suggestion {
	position: relative;
	padding: 2px 10px;
	line-height: 23px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 19px;
	color: #333;
}
	.autocomplete-suggestion b {
		font-weight: normal;
		color: #694a97;
	}
	.autocomplete-suggestion.selected {
		background: #75c5d9;
	}
.new-calc .formrow label {
	width: 147px;
}
.ar .new-calc .formrow label {
	width: 150px;
}
.en .new-calc .formrow label, .ru .new-calc .formrow label {
	width: 180px;
	white-space: normal;
	font-size: 18px;
}
.type-selector button {
	color: #FFF;
	background: #0d5da5;
	border: 1px solid #FFFFFFA1;
	border-radius: 10px;
}
	.type-selector button:hover {
		color: #662d87;
		background: #69c5d9;
	}
.select-train .button-icon {
	background-image: url(../img/trainIconBigWhite.png);
}
.select-address .button-icon {
	background-image: url(../img/positionIconBigWhite.png);
}
.active .type-selector button {
	border-bottom: none;
}
.train-selected .select-train {
	background: #0d5da5;
}
.address-selected .select-address {
	background: #0d5da5;
}
.train-selected .select-address {
	background: transparent;
}
.address-selected .select-train {
	background: transparent;
}
.remove-stop {
	background: transparent;
	font-size: 16px;
}
	.remove-stop:hover {
		color: #69c5d9;
		background: transparent;
	}
.formrow.location-row {
	background-image: url(../img/positionIconBigWhite.png);
}
.formrow.train-row {
	background-image: url(../img/trainIconBigWhite.png);
}
.formrow.profile-row {
	background-image: url(../img/profileIconBigWhite.png);
}
.calculator-wrapper .distance {
	background-image: url(/img/distanceWhite.png);
}
#addStopRow, .formrow.mid-location-row {
	background-image: url(../img/vdashWhite.png);
}
	#addStopRow::after {
		background-image: url(../img/small-chevron-downWhite.png);
	}
.calculator-wrapper .custom-select select {
	width: 100%;
	padding: 5px 10px;
	outline: none;
}
.en .calculator-wrapper .custom-select select, .ru .calculator-wrapper .custom-select select, .en .textbox, .ru .textbox {
	text-align: left;
}, 
.textbox {
	background-color: #FFF;
}
.calculator-wrapper .textbox {
	padding: 5px 10px;
	border-radius: 12px;
	font-size: 20px;
	color: #000;
	height: 50px;
	width: 100%;
	border: none;
	-webkit-appearance: none;
	font-family: inherit;
}
.calculator-wrapper .add-stop {
	background: none;
	color: #FFF;
	font-size: 16px;
}
	.calculator-wrapper .add-stop .button-text {
		background: #6d4494;
		border-radius: 8px;
	}
	.calculator-wrapper .add-stop:hover .button-text {
		color: #662d87;
		background: #69c5d9;
		font-weight: 400;
	}
	.calculator-wrapper .add-stop .button-hr {
		background: #FFF;
	}

.calculator-wrapper .calcButton {
	margin-right: 0;
	color: #FFF;
	background: #0d5da5;
	border: 1px solid #FFF;
	font-size: 26px;
	line-height: 1;
	padding: 12px;
	text-align: center;
	min-width: 130px;
	border-radius: 12px;
	box-shadow: #0d5da5a0 3px 3px 24px;
	transition: all ease-in-out 0.1s;
	cursor: pointer;
	height: auto;
}
	.calculator-wrapper .calcButton:hover {
		color: #662d87;
		background: #69c5d9;
	}
.en .calculator-wrapper .calcButton, .ru .calculator-wrapper .calcButton {
	font-size: 22px;
}
.calculator-wrapper .input-wrapper .clear-value {
	height: 50px;
}
.calculator-wrapper .results-title .results-title-text {
	border-radius: 10px;
	font-size: 22px;
	padding: 4px 15px;
}
.ru .priceTitle {
	font-size: 19px;
}
.ticketsRow {
	padding-top: 20px;
	display: flex;
	width: 100%;
	gap: 10px;
}
.ticket {
	background: #ededed;
	width: 100%;
	text-align: center;
	color: #000;
	position: relative;
	padding: 16px;
	box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 35%);
	border: 1px solid #FFFFFF;
	border-radius: 12px;
	z-index: 20;
}
	.ticket span {
		vertical-align: baseline;
	}
.ticketData {
	background: #6c4293;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	font-size: 16px;
}
	.ticketData a {
		color: #58c7d8;
	}
.remark a {
	color: #58c7d8;
}

.betterOffer {
	color: #75c5d9;
}
.pac-container {
	border-radius: 12px;
	font-size: 18px;
	font-family: inherit;
	color: #000;
}
.en .pac-container, .ru .pac-container {
	direction: ltr;
}
.currernt-location-button {
	font-size: 18px;
}
.en .currernt-location-button, .ru .currernt-location-button {
	padding-left: 0;
	padding-right: 5px;
	text-align: left;
}
	.en .currernt-location-button span, .ru .currernt-location-button span {
		padding-left: 28px;
		padding-right: 0;
		background-position-x: 4px;
	}
.smallajaxloader {
	background-color: #FFF;
}

.en #wizNext, .en #wizRestart, .ru #wizNext, .ru #wizRestart {
	margin-right: 0;
	margin-left: auto;
}

@keyframes lds-dual-ring {
	0% {
	transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media all and (max-width: 770px) {
	.wizzard-wrapper {
		padding-top: 16px;
	}

	.wizzard-long-list .wizzard-title {
		font-size: 24px;
	}

	.wizzard-long-list .wizzard-label {
		font-size: 21px;
	}

	.wizzard-logos {
		display: flex;
		width: 100%;
		justify-content: center;
	}

	.wizzard-logo1, .wizzard-logo2 {
		position: static;
		align-self: start;
	}

	.wizzard-logo1 {
		margin-top: 20px;
	}

	.wizzard-header {
		padding: 0 24px;
		max-width: 590px;
		margin: 0 auto;
	}

	.maxwidth {
		padding-right: 24px;
		padding-left: 24px;
	}

	.ticketsRow, .ticket {
		flex-direction: column;
	}

	.ticket {
		margin-bottom: 14px;
	}
}

@media all and (max-width: 600px) {
	.wizzard-wrapper {
		font-size: 22px;
	}
	h3 {
		font-size: 24px;
	}
	.wizzard-steps {
		min-height: 380px;
		margin-top: 26px;
	}
	.wizzard-custom-select, .calculator-wrapper .custom-select {
		height: 45px;
	}
		.wizzard-custom-select::after, .calculator-wrapper .custom-select::after {
			width: 14px;
		}
	.wizzard-results-list li {
		margin-right: 0;
	}
	.en .wizzard-results-list li, .ru .wizzard-results-list li {
		margin-left: 0;
	}
	.wizzard-results::before {
		right: -18px;
	}
	.wizzard-price-data {
		row-gap: 0;
		flex-wrap: wrap;
		justify-content: center;
	}
	.wizzard-contract, .wizzard-price {
		font-size: 40px;
	}
	.en .wizzard-contract, .en .wizzard-price, .ru .wizzard-contract, .ru .wizzard-price {
		font-size: 28px;
	}
	.wizzard-buttons button {
		font-size: 24px;
	}
	.calculator-wrapper .textbox {
		height: 42px;
		font-size: 20px;
	}
	.wizzard-custom-select input {
		font-size: 18px;
	}
	.ar .new-calc .formrow label {
		margin-bottom: 10px;
	}
	.ar .new-calc .calcButton {
		top: 84px;
	}
	.en .new-calc .calcButton, .ru .new-calc .calcButton {
		top: 80px;
	}
	.en .formrow, .ru .formrow {
		padding-right: 0;
		margin-right: 0;
		padding-left: 0;
		margin-left: 0;
	}
	.en .calculator-wrapper .distance, .ru .calculator-wrapper .distance {
		padding-left: 0;
	}
	.en .new-calc .formrow label, .ru .new-calc .formrow label {
		font-size: 17px;
	}
	.en .calculator-wrapper .add-stop, .ru .calculator-wrapper .add-stop {
		margin-bottom: 5px;
	}
}
@media all and (max-width: 480px) {
	.wizzard-wrapper, .calculator-wrapper {
		padding: 14px;
		font-size: 18px;
	}
	h3 {
		font-size: 22px;
	}
	.wizzard-steps {
		min-height: 420px;
	}
	.wizzard-long-list .wizzard-title {
		font-size: 22px;
	}
	.wizzard-long-list .wizzard-label {
		font-size: 20px;
	}
	.wizzard-custom-select, .calculator-wrapper .custom-select {
		height: 42px;
		font-size: 20px;
	}
	.wizzard-logo1 {
		margin-top: 10px;
		height: 48px;
	}
	.wizzard-logo2 {
		height: 89px;
	}
	.wizzard-checkmark {
		margin-top: 3px;
	}
	.wizzard-price-data {
		gap: 10px;
		margin-bottom: 5px;
	}
	.wizzard-contract, .wizzard-price {
		font-size: 34px;
		line-height: 1;
	}
	..wizzard-results {
		margin-top: 20px;
	}
	.wizzard-results::before {
		width: 40px;
		height: 35px;
		background-size: 25px;
	}
	.wizzard-buttons button {
		min-width: 100px;
		font-size: 22px;
	}
	.calculator-wrapper .calcButton {
		min-width: 120px;
		font-size: 22px;
		top: 76px;
	}
	.train-remark {
		font-size: 14px;
		align-items: start;
		gap: 5px;
	}
}