
a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
	background: 0 0;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	background-color: #fff;
	margin: 0;
	color: #000;
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
	--blue: #006ce4;
	--black: #2d2f35;
	--orange: #ffa500;
	--green: #24922f;
	--red: #ff525d;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}

body {
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	font-family: Rubik, sans-serif;
	font-style: normal;
	overflow-x: hidden;
}

body.locked {
	overflow: hidden;
}

button {
	cursor: pointer;
	border: 0;
	padding: 0;
	margin: 0;
	outline: 0;
	font-family: Rubik, sans-serif;
	-webkit-tap-highlight-color: transparent;
}

input, textarea {
	font-family: Rubik, sans-serif;
	font-style: normal;
	color: var(--blue);
	color: var(--blue);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 130%;
	border: 0;
}

input:focus, textarea:focus {
	outline: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #bcbccc;
	font-size: inherit;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #bcbccc;
	font-size: inherit;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #bcbccc;
	font-size: inherit;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: #bcbccc;
	font-size: inherit;
}

input::placeholder, textarea::placeholder {
	color: #bcbccc;
	font-size: inherit;
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.page-wrapper {
	overflow: hidden;
	min-height: 100vh;
}

a {
	color: #fff;
	text-decoration: none;
}

.container {
	max-width: 1660px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	height: 100%;
}

.container.wide {
	padding: 0;
	max-width: 2600px;
}

.btn {
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	text-align: center;
	border-radius: 4px;
	border-radius: 4px;
	padding: 16px 42px;
	height: 62px;
	background: var(--blue);
	-webkit-box-shadow: 0 10px 30px 0 rgba(0, 35, 102, .25), 0 7px 9px 0 rgba(0, 35, 102, .25);
	box-shadow: 0 10px 30px 0 rgba(0, 35, 102, .25), 0 7px 9px 0 rgba(0, 35, 102, .25);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border: 2px solid var(--blue);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.btn-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn svg path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.btn:hover {
	background-color: #fff;
	color: var(--blue);
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 35, 102, .75), 0 0 9px 0 rgba(0, 35, 102, .5), inset 0 0 15px 0 rgba(0, 35, 102, .5);
	box-shadow: 0 0 30px 0 rgba(0, 35, 102, .75), 0 0 9px 0 rgba(0, 35, 102, .5), inset 0 0 15px 0 rgba(0, 35, 102, .5);
}

.btn.orange {
	border: 2px solid var(--orange);
	background: orange;
	-webkit-box-shadow: 0 10px 30px 0 rgba(255, 165, 0, .35), 0 7px 9px 0 rgba(255, 165, 0, .2);
	box-shadow: 0 10px 30px 0 rgba(255, 165, 0, .35), 0 7px 9px 0 rgba(255, 165, 0, .2);
}

.btn.orange:hover {
	background-color: #fff;
	color: var(--orange);
	-webkit-box-shadow: 0 0 30px 0 rgba(255, 165, 0, .75), 0 0 9px 0 rgba(255, 165, 0, .5), inset 0 0 10px 0 rgba(255, 165, 0, .75);
	box-shadow: 0 0 30px 0 rgba(255, 165, 0, .75), 0 0 9px 0 rgba(255, 165, 0, .5), inset 0 0 10px 0 rgba(255, 165, 0, .75);
}

.btn.red {
	border: 2px solid var(--red);
	background: var(--red);
	-webkit-box-shadow: 0 10px 30px 0 rgba(255, 82, 93, .25), 0 7px 9px 0 rgba(255, 82, 93, .25);
	box-shadow: 0 10px 30px 0 rgba(255, 82, 93, .25), 0 7px 9px 0 rgba(255, 82, 93, .25);
}

.btn.red:hover {
	background-color: #fff;
	color: var(--red);
	-webkit-box-shadow: 0 0 30px 0 rgba(255, 82, 93, .75), 0 0 9px 0 rgba(255, 82, 93, .5), inset 0 0 10px 0 rgba(255, 82, 93, .75);
	box-shadow: 0 0 30px 0 rgba(255, 82, 93, .75), 0 0 9px 0 rgba(255, 82, 93, .5), inset 0 0 10px 0 rgba(255, 82, 93, .75);
}

.btn.red:hover svg path {
	fill: var(--red);
}

.btn.gray {
	border: 2px solid #bcbccc;
	background: #fff;
	-webkit-box-shadow: 0 10px 30px 0 rgba(180, 180, 180, .35), 0 7px 9px 0 rgba(107, 107, 107, .2);
	box-shadow: 0 10px 30px 0 rgba(180, 180, 180, .35), 0 7px 9px 0 rgba(107, 107, 107, .2);
	color: #9fa8b0;
}

.btn.gray:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 0 30px 0 rgba(180, 180, 180, .75), 0 0 9px 0 rgba(107, 107, 107, .5), inset 0 0 10px 0 rgba(180, 180, 180, .75);
	box-shadow: 0 0 30px 0 rgba(180, 180, 180, .75), 0 0 9px 0 rgba(107, 107, 107, .5), inset 0 0 10px 0 rgba(180, 180, 180, .75);
}

.btn.fixed-width {
	width: 220px;
}

.input {
	font-family: Rubik, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	padding: 0;
	padding: 25px 8px 10px;
	margin: 0;
	color: var(--blue);
	font-size: 20px;
	font-weight: 700;
	line-height: 130%;
	border: 0;
	border: 1px solid #bcbccc;
	border-radius: 4px;
	background: #fff;
	width: 100%;
}

.input:focus {
	outline: 0;
}

.input::-webkit-input-placeholder {
	color: #bcbccc;
	font-size: inherit;
}

.input::-moz-placeholder {
	color: #bcbccc;
	font-size: inherit;
}

.input:-ms-input-placeholder {
	color: #bcbccc;
	font-size: inherit;
}

.input::-ms-input-placeholder {
	color: #bcbccc;
	font-size: inherit;
}

.input::placeholder {
	color: #bcbccc;
	font-size: inherit;
}

.input-label {
	position: absolute;
	top: 5px;
	right: 8px;
	color: var(--blue);
	font-size: 12px;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 4px;
}

.input-label.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.input.no-label {
	padding-top: 10px;
}

.input-wrap {
	position: relative;
	border-radius: 4px;
}

.input:required {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'16\' height=\'17\' viewBox=\'0 0 16 17\' fill=\'none\'%3E%3Cpath d=\'M7.00308 12.5H8.99692L8.77538 9.84955L10.9908 11.3571L12 9.65502L9.61231 8.51216L12 7.3693L10.9908 5.64286L8.77538 7.15046L8.99692 4.5H7.00308L7.22462 7.12614L5.00923 5.64286L4 7.3693L6.41231 8.51216L4 9.65502L5.00923 11.3571L7.22462 9.87386L7.00308 12.5Z\' fill=\'%23FF525D\'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.input-wrap.number-type {
	-ms-flex-preferred-size: 150px;
	flex-basis: 150px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 150px;
	height: 62px;
	border: 1px solid #bcbccc;
	background-color: #fff;
	padding: 0 13px 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.input-wrap.number-type .inner-row {
	height: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 5px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.input-wrap.number-type .input-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	right: 13px;
}

.input-wrap.number-type .input-label svg {
	max-height: 17px;
	width: auto;
}

.input-wrap.number-type .number {
	background-color: transparent;
	width: 48px;
	text-align: center;
}

.input-wrap.plus-type {
	border-radius: 4px;
	border: 1px solid #bcbccc;
	background: #fff;
	padding: 25px 8px 10px;
	padding-right: 42px;
}

.input-wrap.plus-type .input {
	border: 0;
	padding: 0;
}

.input:required.nitro-lazy {
	background-image: none !important;
}

.input-wrap.plus-type .input-label {
	padding-right: 42px;
}

.input-wrap.plus-type .minus, .input-wrap.plus-type .plus {
	cursor: pointer;
	position: absolute;
}

.input-wrap.plus-type .plus {
	right: 8px;
	bottom: 11px;
}

.input-wrap.plus-type .minus {
	right: calc(100% + 10px);
}

.file-type {
	max-width: 0;
	max-height: 0;
	opacity: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	margin: 0;
	position: absolute;
}

.file-type-label {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
	border-radius: 4px;
	border: 1px solid #bcbccc;
	background: #fff;
	padding: 8px;
	height: 62px;
	gap: 15px;
}

.file-type-label-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.file-type-label.short {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: auto;
	min-width: 156px;
}

.checkbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 24px;
	height: 24px;
	min-width: 24px;
	min-height: 24px;
	border-radius: 4px;
	border: 1px solid #bcbccc;
	background-color: #fff;
	-webkit-transition: .1s border-color, .1s background-color;
	-o-transition: .1s border-color, .1s background-color;
	transition: .1s border-color, .1s background-color;
	cursor: pointer;
}

.checkbox:checked {
	background-color: var(--blue);
	border-color: var(--blue);
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'13\' height=\'11\' viewBox=\'0 0 13 11\' fill=\'none\'%3E%3Cpath d=\'M11.3109 2.30566L4.91094 8.90552L1.71094 5.90566\' stroke=\'white\' stroke-width=\'2\' stroke-linecap=\'square\'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 64%;
}

.checkbox:checked.nitro-lazy {
	background-image: none !important;
}

.select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	margin: 0;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #bcbccc;
	height: 62px;
	padding: 8px;
	padding-left: 46px;
	cursor: pointer;
	color: var(--blue);
	font-size: 20px;
	font-weight: 700;
	line-height: 130%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'30\' height=\'25\' viewBox=\'0 0 30 25\' fill=\'none\'%3E%3Cpath d=\'M7.35156 9.79468L14.7016 15.7947L22.0516 9.79468\' stroke=\'black\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 8px 18px;
}

.select.nitro-lazy {
	background-image: none !important;
}

.select option {
	color: var(--blue);
	font-size: 20px;
	font-weight: 700;
	line-height: 1030%;
	cursor: pointer;
	margin: 4px 0;
}

.tooltip {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	bottom: 0;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 130%;
}

.tooltip:focus .tooltip__cloud, .tooltip:hover .tooltip__cloud {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.tooltip-inner {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
}

.tooltip__icon {
	display: block;
	height: 100%;
	width: 100%;
}

.tooltip__cloud {
	cursor: initial;
	position: absolute;
	bottom: calc(100% + 12px);
	left: calc(100% - 44px);
	border-radius: 20px;
	background: #f8f8f8;
	width: 280px;
	border: 1px solid #bcbccc;
	padding: 20px;
	text-align: initial;
	-webkit-box-shadow: 4px 4px 8px rgba(147, 147, 163, .25);
	box-shadow: 4px 4px 8px rgba(147, 147, 163, .25);
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.tooltip__cloud-inner {
	display: block;
}

.tooltip__cloud__triangle {
	position: absolute;
	top: calc(100% - 6px);
	left: 18px;
	margin: auto;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 24px;
	height: 24px;
}

.tooltip__cloud__triangle-inner {
	position: relative;
}

.tooltip__cloud__triangle-inner::before {
	content: "";
	position: absolute;
	z-index: 25;
	top: -16px;
	left: 0;
	right: -8px;
	margin: auto;
	background: #f8f8f8;
	width: 30px;
	height: 12px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.droplist {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	cursor: initial;
}

.droplist__btn {
	cursor: pointer;
}

.droplist__triangle {
	position: absolute;
	top: calc(100% - 8px);
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	opacity: 0;
	pointer-events: none;
}

.droplist__triangle-inner {
	position: relative;
}

.droplist__triangle-inner::before {
	content: "";
	position: absolute;
	z-index: 25;
	top: -2px;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	width: 30px;
	height: 8px;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
}

.droplist__menu {
	overflow: hidden;
	position: absolute;
	z-index: 15;
	top: calc(100% + 16px);
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #bcbccc;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 4px -1px rgba(147, 147, 163, .08), 0 4px 8px -2px rgba(147, 147, 163, .24);
	box-shadow: 0 1px 4px -1px rgba(147, 147, 163, .08), 0 4px 8px -2px rgba(147, 147, 163, .24);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
}

.droplist__menu-inner {
	position: relative;
	padding: 1em;
}

.droplist:focus .droplist__menu, .droplist:hover .droplist__menu {
	pointer-events: auto;
	opacity: 1;
}

.droplist:focus .droplist__triangle, .droplist:hover .droplist__triangle {
	pointer-events: auto;
	opacity: 1;
}

.fieldset {
	width: 100%;
	padding: 15px 20px;
	position: relative;
	background-color: #fff;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-row-gap: 20px;
	grid-column-gap: 22px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.fieldset__input {
	position: absolute;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	top: 0;
	left: 0;
	max-width: 0;
	max-height: 0;
	background-color: transparent;
	opacity: 0;
	pointer-events: none;
}

.fieldset__input:checked+label .fieldset__item-title {
	color: #000;
}

.fieldset__input:checked+label .fieldset__item-icon {
	background-color: var(--blue);
	border-color: var(--blue);
}

.fieldset__input:checked+label .fieldset__item-icon svg path {
	fill: #fff;
}

.fieldset__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	cursor: pointer;
}

.fieldset__item:hover .fieldset__item-icon {
	border-color: var(--blue);
}

.fieldset__item-main {
	cursor: pointer;
}

.fieldset__item-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 48px;
	width: 48px;
	border-radius: 4px;
	border: 1px solid var(--Gray-40, #bcbccc);
	background: #fff;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
}

.fieldset__item-icon svg path {
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	fill: var(--blue);
}

.fieldset__item-title {
	color: #9fa8b0;
	text-align: center;
	font-size: 10px;
	font-weight: 700;
	line-height: 130%;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
}

.fieldset.static .fieldset__item {
	cursor: initial;
}

.fieldset.static .fieldset__item-main {
	cursor: initial;
}

.fieldset.static .fieldset__item:hover .fieldset__item-icon {
	border: 1px solid #bcbccc;
}

.fieldset.big {
	padding: 0;
	margin-top: 40px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [4];
	grid-template-columns: repeat(4, 1fr);
}

.fieldset.big .fieldset__item-main {
	border-radius: 4px;
	border: 1px solid #bcbccc;
	background: #fff;
	width: 100%;
	height: 100%;
	padding: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fieldset.big .fieldset__item-title {
	color: #9fa8b0;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
}

.fieldset.big .fieldset__item-icon {
	border: 0;
	background-color: transparent;
}

.fieldset.big .fieldset__item:hover .fieldset__item-main {
	border-color: var(--blue);
}

.fieldset.big .fieldset__item:hover .fieldset__item-icon {
	border: 0;
}

.fieldset.big .fieldset__input:checked+label {
	background-color: var(--blue);
	border-color: var(--blue);
}

.fieldset.big .fieldset__input:checked+label .fieldset__item-title {
	color: #fff;
}

.fieldset.big.static .fieldset__item-title {
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
}

.fieldset.big.static .fieldset__item:hover .fieldset__item-main {
	border: 1px solid #bcbccc;
}

[data-dropdown-btn] {
	cursor: pointer;
}

.section-title {
	color: var(--blue);
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	line-height: 115%;
}

.section-title.white {
	color: #fff;
}

.stroke-bg {
	background-image: url("https://cdn-damlb.nitrocdn.com/lwHWZgPhNJAmhCFWJmEoXyShzECchyCM/assets/images/optimized/rev-548aa3e/mini-bus.co.il/wp-content/themes/minibus/img/stroke_bg.svg");
	background-position: center;
	background-size: cover;
	background-color: var(--blue);
	background-repeat: no-repeat;
}

.stroke-bg.nitro-lazy {
	background-image: none !important;
}

.stroke-bg-gray {
	background-image: url("https://cdn-damlb.nitrocdn.com/lwHWZgPhNJAmhCFWJmEoXyShzECchyCM/assets/images/optimized/rev-548aa3e/mini-bus.co.il/wp-content/themes/minibus/img/stroke_bg_gray.svg");
	background-position: center;
	background-size: contain;
	background-color: #fff;
	background-repeat: no-repeat;
}

.stroke-bg-gray.nitro-lazy {
	background-image: none !important;
}

.stroke-bg-2 {
	background-image: url("https://cdn-damlb.nitrocdn.com/lwHWZgPhNJAmhCFWJmEoXyShzECchyCM/assets/images/optimized/rev-548aa3e/mini-bus.co.il/wp-content/themes/minibus/img/stroke_bg.svg");
	background-position: center;
	background-size: cover;
	background-color: var(--blue);
	background-repeat: no-repeat;
}

.stroke-bg-2.nitro-lazy {
	background-image: none !important;
}

.fancy-bg {
	background-image: url("https://cdn-damlb.nitrocdn.com/lwHWZgPhNJAmhCFWJmEoXyShzECchyCM/assets/images/optimized/rev-548aa3e/mini-bus.co.il/wp-content/themes/minibus/img/fancy_bg.svg");
	background-position-y: 80px;
	background-position-x: center;
	background-size: contain;
	background-color: #fff;
	background-repeat: no-repeat;
}

.fancy-bg.nitro-lazy {
	background-image: none !important;
}

.range-slider-container {
	position: relative;
	height: 8px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.range-slider-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 35px;
}

.range-slider-value {
	-webkit-appearance: none;
	-moz-appearance: none;
	-moz-appearance: textfield;
	appearance: none;
	outline: 0;
	border-radius: 8px;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
	width: 100%;
	color: var(--blue);
	font-size: 20px;
	font-weight: 700;
	line-height: 130%;
}

.range-slider-value::-webkit-inner-spin-button, .range-slider-value::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.range-slider-value-wrap {
	-webkit-box-flex: 110px;
	-webkit-box-flex: 0;
	-ms-flex: 110px;
	flex: 110px;
	-ms-flex-positive: 0;
	flex-grow: 0;
	height: 48px;
	padding: 8px;
	position: relative;
	color: var(--blue);
	font-size: 20px;
	font-weight: 700;
	line-height: 130%;
	border-radius: 4px;
	border: 1px solid #bcbccc;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 5px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.range-slider-value-wrap.error {
	border-color: #ec2626;
}

.range-slider-track {
	height: 10px;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #e5eeee;
}

.range-slider-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: transparent;
	pointer-events: none;
}

.range-slider-input::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	height: 4px;
}

.range-slider-input::-moz-range-track {
	-moz-appearance: none;
	height: 4px;
}

.range-slider-input::-ms-track {
	appearance: none;
	height: 4px;
}

.range-slider-input::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	border: 0;
	background-color: var(--orange);
	pointer-events: auto;
	cursor: -webkit-grab;
	cursor: grab;
	margin-top: -16px;
}

.range-slider-input::-webkit-slider-thumb:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.range-slider-input::-moz-range-thumb {
	-moz-appearance: none;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	border: 0;
	background-color: var(--orange);
	pointer-events: auto;
	cursor: grab;
}

.range-slider-input::-moz-range-thumb:active {
	cursor: grabbing;
}

.range-slider-input::-ms-thumb {
	appearance: none;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	border: 0;
	background-color: var(--orange);
	pointer-events: auto;
	cursor: grab;
}

.range-slider-input::-ms-thumb:active {
	cursor: grabbing;
}

.range-slider-input:active::-webkit-slider-thumb {
	-webkit-appearance: none;
	background-color: #d58619;
}

.hero {
	width: 100%;
	height: 430px;
}

.hero.small {
	height: 370px;
}

.hero__bg {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.flags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.slider__btn {
	height: 48px;
	width: 48px;
	border-radius: 50%;
	border: 2px solid var(--orange);
	background-color: var(--orange);
	-webkit-box-shadow: 0 10px 30px 0 rgba(255, 165, 0, .35), 0 7px 9px 0 rgba(255, 165, 0, .2);
	box-shadow: 0 10px 30px 0 rgba(255, 165, 0, .35), 0 7px 9px 0 rgba(255, 165, 0, .2);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slider__btn svg path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.slider__btn:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 0 30px 0 rgba(255, 165, 0, .75), 0 0 9px 0 rgba(255, 165, 0, .5);
	box-shadow: 0 0 30px 0 rgba(255, 165, 0, .75), 0 0 9px 0 rgba(255, 165, 0, .5);
}

.slider__btn:hover svg path {
	fill: var(--orange);
}

.page_404 {
	margin-top: 280px;
}

.page_404 img {
	width: 100%;
	height: auto;
}

.del-cross {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	color: var(--red);
	text-align: center;
	font-size: 20px;
	line-height: 19px;
	width: 26px;
	height: 26px;
	padding: 2px;
	border-radius: 50%;
	border: 1px solid #cacaca;
}

.header {
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 30px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.header-inner {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 60px;
	border-radius: 4px;
	overflow: hidden;
	-webkit-box-shadow: 4px 0 15px 0 rgba(0, 0, 0, .15);
	box-shadow: 4px 0 15px 0 rgba(0, 0, 0, .15);
}

.header__item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	color: var(--blue);
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
	height: 100%;
	background-color: #fff;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	border-right: 1px solid #bcbccc;
}

.header__item.effect {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.header__item.effect svg path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.header__item.effect:hover {
	background-color: var(--orange);
	color: #fff;
}

.header__item.effect:hover svg path {
	fill: #fff;
}

.header__item:last-child {
	bottom: 0;
}

.header__item.logo {
	color: #fff;
	-ms-flex-preferred-size: 180px;
	flex-basis: 180px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 5px;
}

.header__item.logo img {
	height: 100%;
}

.header__item.burger {
	-ms-flex-preferred-size: 68px;
	flex-basis: 68px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header__item.burger:hover .burger {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.header.active {
	top: 0;
}

.burger {
	position: relative;
	width: 20px;
	height: 14px;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.burger span {
	position: absolute;
	width: 100%;
	height: 2px;
	border-radius: 2em;
	background-color: var(--blue);
}

.burger span:nth-child(1) {
	top: 0;
}

.burger span:nth-child(2) {
	top: 0;
	bottom: 0;
	margin: auto;
}

.burger span:nth-child(3) {
	bottom: 0;
}

.menu {
	position: fixed;
	top: 0;
	right: 0;
	left: auto;
	z-index: 102;
	width: 100%;
	max-width: 320px;
	height: 100vh;
	background-color: #fff;
	-webkit-transition: .7s cubic-bezier(.76, .08, .34, 1);
	-o-transition: .7s cubic-bezier(.76, .08, .34, 1);
	transition: .7s cubic-bezier(.76, .08, .34, 1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-y: auto;
}

.menu.hidden {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.menu-close {
	position: absolute;
	font-size: 36px;
	line-height: 50%;
	left: 15px;
	top: 15px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.menu-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .5);
}

.menu-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	padding: 30px;
}

.menu-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.menu-item a {
	font-weight: 700;
	color: var(--blue);
	font-size: 18px;
	height: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.menu-item a:hover {
	font-size: 20px;
}

.menu-item-dropdown {
	display: none;
}

.menu-item-dropdown-title {
	font-weight: 700;
	color: var(--blue);
	font-size: 18px;
	height: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.menu-item-dropdown-title:hover {
	font-size: 20px;
}

.menu-item-dropdown-title:after {
	content: "";
	display: inline-block;
	border-left: 3px solid var(--blue);
	border-bottom: 3px solid var(--blue);
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom: 5px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.menu-item-dropdown-title.active:after {
	margin-bottom: -5px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.menu-item-dropdown>.menu-item {
	margin-top: 10px;
}

.menu-item-dropdown>.menu-item a {
	font-size: 16px;
}

.popup {
	max-width: 610px;
	padding: 15px;
	margin: 0 auto;
	font-family: Rubik, sans-serif;
	max-height: 100vh;
	overflow-y: auto;
}

.popup-inner {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	min-height: 360px;
}

.popup__form {
	width: 100%;
	height: 100%;
}

.popup-title {
	margin-top: 75px;
	color: #002366;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	line-height: 130%;
}

.popup-body {
	margin-top: 40px;
}

.popup-stage-number {
	top: 15px;
	right: 15px;
	position: absolute;
	color: #a5a9b4;
	text-align: right;
	font-size: 16px;
	font-weight: 600;
	line-height: 130%;
}

.popup-input {
	width: 180px;
	border: 0;
	color: #002366;
	font-size: 20px;
	font-weight: 700;
	line-height: 130%;
}

.popup-input-wrap {
	min-width: 140px;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px;
	border: 1px solid #bcbccc;
	background: #fff;
	padding: 6px 8px 10px;
}

.popup-input-label {
	color: #002366;
	font-size: 12px;
	font-weight: 400;
	line-height: 130%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.popup-stage-two-btn {
	padding: 18px 36px;
}

.popup-stage-two-email {
	display: block;
	position: absolute;
	margin: auto;
	bottom: 15px;
	left: 0;
	right: 0;
	color: #a5a9b4;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 130%;
}

.popup-stage-three-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	margin: 0 50px;
}

.popup-stage-three-wrap .popup-input-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.popup-stage-three-wrap .popup-input-wrap .popup-input {
	width: 100%;
}

.popup-stage-three-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 15px;
	max-width: 300px;
	margin: 30px auto 50px;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.popup-link {
	margin-top: 30px;
	display: block;
	text-align: left;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 130%;
}

.popup-link.orange {
	text-align: right;
	color: var(--orange);
	font-weight: 700;
}

.popup__auction {
	max-width: 450px;
	padding: 0 15px;
	padding-bottom: 30px;
	margin: 0 auto;
}

.popup__auction-subtitle {
	margin-top: 30px;
	color: #002366;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 130%;
}

.popup__auction-code {
	color: var(--orange);
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 130%;
}

.popup__auction-text {
	margin-top: 25px;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
}

.popup__auction-approve {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto 30px;
}

.popup__join {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 15px 40px;
}

.popup__join-title {
	margin-top: 20px;
}

.popup__join-main {
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.popup__join__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50px;
}

.popup__join__item-img {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 50px 20px rgba(0, 35, 102, 0);
	box-shadow: 0 0 50px 20px rgba(0, 35, 102, 0);
}

.popup__join__item-img.orange {
	-webkit-box-shadow: 0 0 50px 20px rgba(255, 165, 0, 0);
	box-shadow: 0 0 50px 20px rgba(255, 165, 0, 0);
}

.popup__join__item-btn {
	width: 240px;
}

.popup__join__item:hover .popup__join__item-img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-box-shadow: 0 0 50px 20px rgba(0, 35, 102, .7);
	box-shadow: 0 0 50px 20px rgba(0, 35, 102, .7);
}

.popup__join__item:hover .popup__join__item-img.orange {
	-webkit-box-shadow: 0 0 50px 20px rgba(255, 165, 0, .7);
	box-shadow: 0 0 50px 20px rgba(255, 165, 0, .7);
}

.popup.edit-info-type {
	max-width: 1450px;
}

.popup.edit-files-type {
	max-width: 1230px;
}

.popup.edit-areas-type {
	max-width: 830px;
}

.popup.edit-options-type {
	max-width: 1090px;
}

.popup.edit-services-type {
	max-width: 1190px;
}

.popup.edit-car-type {
	max-width: 1450px;
}

.popup.edit-langs-type {
	max-width: 710px;
}

.popup__edit-title {
	color: #9fa8b0;
	font-size: 24px;
	font-weight: 700;
	line-height: 115%;
	margin-bottom: 40px;
}

.popup__edit__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	padding: 70px;
}

.popup__edit__info-col:first-child {
	-ms-flex-preferred-size: 840px;
	flex-basis: 840px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.popup__edit__info-wrap {
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	row-gap: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.popup__edit__info .input-wrap {
	-ms-flex-preferred-size: 400px;
	flex-basis: 400px;
}

.popup__edit__files {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	padding: 70px;
}

.popup__edit__files-col {
	-webkit-box-flex: 40%;
	-ms-flex: 40%;
	flex: 40%;
}

.popup__edit__files-item {
	margin-bottom: 20px;
}

.popup__edit__files-item:last-child {
	margin-bottom: 0;
}

.popup__edit__areas {
	padding: 70px;
}

.popup__edit__options {
	padding: 100px;
}

.popup__edit__services {
	padding: 90px 80px;
}

.popup__edit__services-fieldset {
	padding: 0;
	-ms-grid-columns: (1fr) [6];
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 20px;
}

.popup__edit__services-fieldset .fieldset__item {
	height: 150px;
}

.popup__edit__services-fieldset .fieldset__item-input {
	opacity: 0;
	position: absolute;
	pointer-events: none;
}

.popup__edit__services-fieldset .fieldset__item-input:checked+label {
	background-color: var(--blue);
	border-color: var(--blue);
}

.popup__edit__services-fieldset .fieldset__item-input:checked+label svg path {
	fill: #fff;
}

.popup__edit__services-fieldset .fieldset__item-input:checked+label .fieldset__item-title {
	color: #fff;
}

.popup__edit__services-fieldset .fieldset__item-main {
	padding: 10px;
	padding-top: 30px;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	border: 1px solid #bcbccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
}

.popup__edit__services-fieldset .fieldset__item-main:hover {
	border-color: var(--blue);
}

.popup__edit__services-fieldset .fieldset__item-icon {
	border: 0;
	background-color: transparent;
}

.popup__edit__services-fieldset .fieldset__item-title {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
}

.popup__edit__services-fieldset .fieldset__item svg {
	height: 100%;
	width: auto;
}

.popup__edit__services-fieldset .fieldset__item svg path {
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
}

.popup__edit__car {
	padding: 90px 130px;
}

.popup__edit__car .stage__bar-wrap {
	gap: 40px;
}

.popup__edit__car .stage__bar-wrap .input-wrap.number-type {
	-ms-flex-preferred-size: 180px;
	flex-basis: 180px;
}

.popup__edit__langs {
	padding: 60px 85px;
}

.popup__edit__langs .popup__edit-title {
	margin-right: 34px;
}

.popup__edit__langs-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 25px;
}

.popup__edit__langs__item {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.popup__edit__langs__item-main {
	padding: 10px 30px;
	width: 180px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	border-radius: 4px;
	border: 1px solid #bcbccc;
	background-color: #f8f8f8;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.popup__edit__langs__item .checkbox:checked+.popup__edit__langs__item-main {
	border-color: var(--blue);
}

.popup__tender {
	padding: 60px 15px;
	min-height: 360px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.popup__tender-inner {
	width: 100%;
	max-width: 385px;
	margin: 0 auto;
}

.popup__tender-title {
	color: #002366;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	line-height: 130%;
}

.popup__tender-text {
	color: #121212;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
}

.popup__tender-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.popup__tender-btn {
	padding: 20px;
	min-width: 148px;
}

.popup__tender-numstage {
	position: absolute;
	top: 15px;
	right: 20px;
	color: #a5a9b4;
	font-size: 16px;
	font-weight: 600;
	line-height: 130%;
}

.popup__tender__form-inner {
	max-width: 280px;
	margin: 30px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.popup__tender__form-inner .input-wrap {
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
}

.popup__tender__form-inner .input-wrap.half {
	-webkit-box-flex: 40%;
	-ms-flex: 40%;
	flex: 40%;
}

.popup__tender__form-btn {
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
	margin-top: 20px;
}

.popup__tender__choice-title {
	margin-bottom: 55px;
}

.popup__tender__pay-title {
	margin-top: 50px;
	margin-bottom: 25px;
}

.popup__tender__offer {
	max-width: 140px;
	margin: 0 auto;
}

.popup__tender__offer-title {
	color: #121212;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 20px;
}

.popup__tender__offer-input {
	width: 100%;
	padding-left: 24px;
	color: #121212;
	font-size: 20px;
	font-weight: 700;
	line-height: 130%;
}

.popup__tender__offer-input-wrap {
	width: 100%;
	position: relative;
}

.popup__tender__offer-input-wrap .currency {
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #9fa8b0;
	font-size: 20px;
	font-weight: 700;
	line-height: 130%;
}

.popup__tender__offer-input-label {
	color: #121212;
	font-size: 12px;
	font-weight: 400;
	line-height: 130%;
}

.popup__tender__offer-btn {
	margin-top: 20px;
	width: 100%;
	padding: 20px;
}

#stage_1 .popup-body, .popup-stage-one .popup-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#stage_2 .popup-body, .popup-stage-two .popup-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mfp-container {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.mfp-close {
	position: absolute;
	left: 15px;
	right: auto;
	top: 15px;
	height: 24px;
	width: 24px;
	font-size: 40px;
	line-height: 24px;
	color: #a5a9b4;
}

.popup-login-type .popup-inner {
	padding-bottom: 40px;
}

.popup-login-type .popup-title {
	margin-top: 0;
}

.popup-login-type .popup__form {
	margin: 0 auto;
	margin-top: 50px;
	max-width: 200px;
}

.popup-login-type .popup__form-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.popup-auction-type {
	max-width: 590px;
}

.popup-join-type {
	max-width: 1200px;
}

.popup-join-type .popup-inner {
	background-image: url("https://cdn-damlb.nitrocdn.com/lwHWZgPhNJAmhCFWJmEoXyShzECchyCM/assets/images/optimized/rev-548aa3e/mini-bus.co.il/wp-content/themes/minibus/img/join_popup_bg.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.popup-join-type .popup-inner.nitro-lazy {
	background-image: none !important;
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-newspaper .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform: scale(0) rotate(500deg);
	-ms-transform: scale(0) rotate(500deg);
	transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
}

.mfp-newspaper.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(0) rotate(500deg);
	-ms-transform: scale(0) rotate(500deg);
	transform: scale(0) rotate(500deg);
	opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-move-horizontal .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-move-from-top .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-3d-unfold .mfp-content {
	-webkit-perspective: 2000px;
	perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-60deg);
	transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
	-webkit-transform: rotateY(60deg);
	transform: rotateY(60deg);
	opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-zoom-out .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
	opacity: 0;
}

.footer {
	margin-top: 70px;
	padding-top: 110px;
	padding-bottom: 140px;
	position: relative;
}

.footer__bg {
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.footer__bg-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.footer .container {
	height: auto;
	position: relative;
	z-index: 2;
}

.footer-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 100px;
	-moz-column-gap: 100px;
	column-gap: 100px;
	row-gap: 30px;
}

.footer-item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.footer-title {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	min-height: 72px;
}

.footer__col {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 14px;
}

.footer__col-item {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 120%;
	text-underline-offset: 3px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	min-height: 22px;
}

.footer__col-item:hover {
	font-size: 18px;
	text-decoration: underline;
}

body .ui-timepicker-container {
	min-width: 80px;
	z-index: 50 !important;
}

body .ui-timepicker-standard {
	font-family: Rubik, sans-serif;
	padding: 0;
}

body .ui-timepicker-standard a {
	color: var(--blue);
	font-size: 20px;
	font-weight: 700;
	line-height: 130%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding: 2px 5px;
	cursor: pointer;
}

body .ui-timepicker-standard .ui-state-hover {
	background-color: var(--blue);
	color: #fff;
	border: 0;
	font-weight: 700;
}

body .ui-timepicker-viewport {
	scrollbar-width: thin;
	scrollbar-color: var(--blue) #fff;
}

body .ui-timepicker-viewport::-webkit-scrollbar {
	width: 4px;
}

body .ui-timepicker-viewport::-webkit-scrollbar-track {
	background: #fff;
}

body .ui-timepicker-viewport::-webkit-scrollbar-thumb {
	background-color: var(--blue);
	border-radius: 10px;
}

body .ui-menu-item {
	background-color: #fff;
}

body .ui-datepicker {
	z-index: 50 !important;
}

body .ui-datepicker-next, body .ui-datepicker-prev {
	background-color: var(--blue);
	border: 2px solid var(--blue);
	padding: 0;
	cursor: pointer;
}

body .ui-datepicker-next-hover.ui-state-hover, body .ui-datepicker-prev-hover.ui-state-hover {
	background-color: var(--blue) !important;
	border: 0 !important;
}

body .ui-datepicker-prev span {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'25\' height=\'25\' viewBox=\'0 0 25 25\' fill=\'none\'%3E%3Cpath d=\'M15.4886 18.4111C15.4886 18.7145 15.3059 18.9879 15.0257 19.104C14.7454 19.2201 14.4228 19.1559 14.2083 18.9414L8.20832 12.9414C7.91542 12.6485 7.91542 12.1737 8.20832 11.8808L14.2083 5.88078C14.4228 5.66628 14.7454 5.60212 15.0257 5.7182C15.3059 5.83429 15.4886 6.10776 15.4886 6.41111L15.4886 18.4111Z\' fill=\'white\'%3E%3C/path%3E%3C/svg%3E");
}

body .ui-datepicker-prev span.nitro-lazy {
	background-image: none !important;
}

body .ui-datepicker-prev .ui-icon-circle-triangle-w {
	background-position: center;
}

body .ui-datepicker-prev-hover.ui-state-hover {
	background-color: var(--blue) !important;
	border: 0 !important;
	top: 2px;
	left: 2px;
}

body .ui-datepicker-next span {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'25\' viewBox=\'0 0 24 25\' fill=\'none\'%3E%3Cpath d=\'M8.75 18.4111C8.75 18.7145 8.93273 18.9879 9.21299 19.104C9.49324 19.2201 9.81583 19.1559 10.0303 18.9414L16.0303 12.9414C16.3232 12.6485 16.3232 12.1737 16.0303 11.8808L10.0303 5.88078C9.81583 5.66628 9.49324 5.60212 9.21299 5.7182C8.93273 5.83429 8.75 6.10776 8.75 6.41111L8.75 18.4111Z\' fill=\'white\'%3E%3C/path%3E%3C/svg%3E");
}

body .ui-datepicker-next span.nitro-lazy {
	background-image: none !important;
}

body .ui-datepicker-next .ui-icon-circle-triangle-e {
	background-position: center;
}

body .ui-datepicker-next-hover.ui-state-hover {
	background-color: var(--blue) !important;
	border: 0 !important;
	top: 2px;
	right: 2px;
}

body .ui-datepicker .ui-datepicker-calendar td a {
	border-color: var(--black);
	color: var(--blue);
}

body .ui-datepicker .ui-datepicker-calendar td a.ui-state-hover {
	color: #fff;
	background-color: rgba(0, 122, 255, .75);
}

body .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
	color: #fff;
	border-color: var(--orange);
	background-color: var(--orange);
}

body .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
	color: #fff;
	border-color: var(--blue);
	background-color: var(--blue);
}

body .ui-widget-header {
	background-color: var(--orange);
}

.intro {
	height: 720px;
	position: relative;
}

.intro .container {
	position: relative;
	z-index: 2;
}

.intro__bg {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.intro__bg-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.intro-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.intro__title {
	color: var(--blue);
	font-size: 48px;
	font-weight: 700;
	line-height: 115%;
	max-width: 500px;
}

.intro__subtitle {
	color: var(--blue);
	margin-top: 65px;
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 70px;
}

.trip {
	position: relative;
	padding: 45px 0 0;
}

.trip-tab {
	display: none;
}

.trip-tab>:last-child {
	margin-bottom: 0;
}

.trip-tab-container {
	margin-bottom: 50px;
}

.trip-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 15px;
}

.trip-cluster {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 20px;
}

.trip-cluster.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.trip-element .trip-group {
	margin-top: 15px;
}

.trip-chunk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 4px;
	border: 1px solid #bcbccc;
	background: #fff;
}

.trip__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 10px;
	padding: 10px 8px;
	padding-top: 6px;
	border-left: 1px solid #bcbccc;
}

.trip__item:last-child {
	border: 0;
}

.trip__item.loc svg {
	width: 24px;
	height: 24px;
	min-width: 24px;
	min-height: 24px;
}

.trip__item.loc .trip-wrap {
	width: 100%;
}

.trip__item.error {
	outline: var(--red) solid 2px;
	outline-offset: -1px;
}

.trip-wrap {
	height: 46px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.trip-input {
	color: var(--blue);
	font-size: 18px;
	font-weight: 400;
	line-height: 130%;
	border: 0;
	width: 187px;
}

.trip-input.time {
	cursor: pointer;
	width: 54px;
}

.trip-input.time::-webkit-calendar-picker-indicator {
	display: none;
	background: 0 0;
}

.trip-input.date {
	cursor: pointer;
	width: 104px;
}

.trip-input.date::-webkit-calendar-picker-indicator {
	display: none;
	background: 0 0;
}

.trip-input.number {
	width: 48px;
	text-align: center;
}

.trip-label {
	position: absolute;
	top: 0;
	color: var(--blue);
	font-size: 12px;
	font-weight: 400;
	line-height: 130%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.trip-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.trip__tabs {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	z-index: 10;
	width: 100%;
	max-width: 1490px;
}

.trip__tabs-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.trip__tabs-slider {
	padding: 0 15px;
	position: relative;
}

.trip__tabs__arrow {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	height: 30px;
	z-index: 12;
}

.trip__tabs__arrow-next {
	left: 20px;
}

.trip__tabs__arrow-prev {
	right: 20px;
}

.trip__tabs__arrow.swiper-button-disabled {
	display: none;
}

.trip__tabs__arrow svg {
	height: 100%;
	width: auto;
}

.trip__tabs__arrow svg path {
	fill: var(--orange);
}

.trip__tabs-item {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	padding: 15px 35px;
	border: 2px solid #fff;
	background-color: var(--blue);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 130%;
	-webkit-transition: all .3s, border-width 0s;
	-o-transition: all .3s, border-width 0s;
	transition: all .3s, border-width 0s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-bottom: 0;
	border-left: 0;
	-ms-flex-preferred-size: fit-content;
	flex-basis: fit-content;
}

.trip__tabs-item:hover {
	background-color: #3b97ff;
}

.trip__tabs-item svg path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.trip__tabs-item svg:not(.stroke) path {
	fill: #fff;
}

.trip__tabs-item svg.stroke path {
	stroke: #fff;
}

.trip__tabs-item.active {
	background-color: #fff;
	border: 2px solid var(--orange);
	border-bottom: 0;
	color: var(--blue);
}

.trip__tabs-item.active+* {
	border-right: 0;
}

.trip__tabs-item.active svg:not(.stroke) path {
	fill: var(--blue);
}

.trip__tabs-item.active svg.stroke path {
	stroke: var(--blue);
}

.trip-arrows {
	margin-top: 19px;
}

.trip-input-wrap.number-type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 5px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.trip__btn-check {
	white-space: nowrap;
	padding: 18px 22px;
}

.trip__btn-offers {
	padding: 18px 22px;
	white-space: nowrap;
	-ms-flex-preferred-size: 300px;
	flex-basis: 300px;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.trip .cursor-hover {
	cursor: pointer;
}

.undertrip {
	min-height: 440px;
}

.undertrip-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.undertrip__img {
	padding: 10px 0;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
}

.undertrip__img-wrapper {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-height: 440px;
}

.undertrip__info {
	margin-top: 50px;
	max-width: 400px;
}

.undertrip__info.offers__info>* {
	margin-bottom: 55px;
}

.offers {
	padding-top: 50px;
}

.offers__info>* {
	margin-bottom: 40px;
}

.offers__info-text {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 115%;
	margin-bottom: 6px;
}

.offers__info-text .bigger {
	font-size: 30px;
}

.offers__info-text:last-child {
	margin-bottom: 0;
}

.offers-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.offers__slider {
	height: 390px;
	max-width: 1340px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.offers__slider .swiper-container {
	width: 1200px;
	overflow: hidden;
	height: 100%;
}

.offers__slider .swiper-wrapper {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.offers__slider-item {
	width: 340px;
	height: 390px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 20px 20px 0 0;
	padding: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border: 1px solid rgba(255, 255, 255, .45);
	background: rgba(255, 255, 255, .15);
	-webkit-box-shadow: 2.99023px 0 14.95117px 0 rgba(0, 0, 0, .25), 0 2.99023px 7.47559px 0 rgba(255, 255, 255, .25) inset;
	box-shadow: 2.99023px 0 14.95117px 0 rgba(0, 0, 0, .25), 0 2.99023px 7.47559px 0 rgba(255, 255, 255, .25) inset;
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
}

.offers__slider-item.swiper-slide-active, .offers__slider-item.swiper-slide-duplicate-active {
	background: rgba(255, 255, 255, .15);
	-webkit-box-shadow: 4px 0 20px 0 rgba(0, 0, 0, .25), 0 4px 10px 0 rgba(255, 255, 255, .25) inset, 0 0 0 5px orange inset;
	box-shadow: 4px 0 20px 0 rgba(0, 0, 0, .25), 0 4px 10px 0 rgba(255, 255, 255, .25) inset, 0 0 0 5px orange inset;
	border: 1px solid orange;
}

.offers__slider__img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: bottom;
	object-position: bottom;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.offers__slider__img-wrapper {
	height: 100px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.offers__slider__title {
	margin-top: 8px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 115%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.offers__slider__info {
	margin-top: 12px;
}

.offers__slider__info-row {
	margin-bottom: 15px;
	height: 48px;
	background-color: #fff;
	border-radius: 3em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5px 22px 5px 38px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 115%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.offers__slider__info-row:last-child {
	margin-bottom: 0;
}

.offers__slider__info-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}

.offers__slider__btn {
	height: 48px;
	width: 48px;
	border-radius: 50%;
	border: 2px solid var(--orange);
	background-color: var(--orange);
	-webkit-box-shadow: 0 10px 30px 0 rgba(255, 165, 0, .35), 0 7px 9px 0 rgba(255, 165, 0, .2);
	box-shadow: 0 10px 30px 0 rgba(255, 165, 0, .35), 0 7px 9px 0 rgba(255, 165, 0, .2);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.offers__slider__btn svg path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.offers__slider__btn:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 0 30px 0 rgba(255, 165, 0, .75), 0 0 9px 0 rgba(255, 165, 0, .5);
	box-shadow: 0 0 30px 0 rgba(255, 165, 0, .75), 0 0 9px 0 rgba(255, 165, 0, .5);
}

.offers__slider__btn:hover svg path {
	fill: var(--orange);
}

.benefits {
	padding: 70px 0;
}

.benefits-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 70px;
}

.benefits__item {
	border-radius: 20px;
	border: 12px solid #fff;
	background-color: #f8f8f8;
	-webkit-box-shadow: 6px 6px 12px 0 rgba(46, 0, 68, .15);
	box-shadow: 6px 6px 12px 0 rgba(46, 0, 68, .15);
	-webkit-box-flex: 18%;
	-ms-flex: 18%;
	flex: 18%;
	-webkit-transition: all .7s, border-color .3s !important;
	-o-transition: all .7s, border-color .3s !important;
	transition: all .7s, border-color .3s !important;
}

.benefits__item:hover {
	border-color: var(--blue);
	background-color: var(--orange);
}

.benefits__item:hover .benefits__item-text {
	color: #fff;
}

.benefits__item:hover .benefits__item-icon {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.benefits__item:hover .benefits__item-icon svg path {
	fill: var(--orange);
}

.benefits__item:hover .benefits__item-icon svg path:not([fill=white]) {
	fill: #fff;
}

.benefits__item-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px 10px 20px;
}

.benefits__item-icon {
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}

.benefits__item-icon svg path {
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}

.benefits__item-title {
	margin-top: 20px;
	color: var(--blue);
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	line-height: 115%;
	max-width: 265px;
}

.benefits__item-text {
	margin-top: 20px;
	color: #000;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 115%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.benefits__item.blue {
	overflow: hidden;
	-webkit-box-flex: 35%;
	-ms-flex: 35%;
	flex: 35%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	background: -o-linear-gradient(350deg, #006ce4 40.65%, #4d9ffa 95.39%);
	background: linear-gradient(100deg, #006ce4 40.65%, #4d9ffa 95.39%);
}

.benefits__item.blue .benefits__item-main {
	padding: 30px 0 30px 15px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.benefits__item.blue .benefits__item-title {
	text-align: initial;
	color: #fff;
}

.benefits__item.blue .benefits__item-text {
	text-align: initial;
	color: #fff;
}

.benefits__item.blue:hover {
	border-color: var(--orange);
	background-color: var(--orange);
}

.benefits__item.blue:hover .benefits__item-text {
	color: #fff;
}

.benefits__item.blue:hover .benefits__item-icon {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.benefits__item.blue:hover .benefits__item-icon svg path {
	fill: var(--orange);
}

.benefits__item.blue:hover .benefits__item-icon svg path:not([fill=white]) {
	fill: #fff;
}

.benefits__item__img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

.benefits__item__img-wrapper {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 310px;
	flex-basis: 310px;
	width: 100%;
	height: 100%;
}

.benefits__item__img.stick-bottom {
	-o-object-position: bottom;
	object-position: bottom;
}

.book {
	padding: 70px 0 48px;
	background: #f4f4f4;
}

.book-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.book__item {
	-webkit-box-flex: 13%;
	-ms-flex: 13%;
	flex: 13%;
	max-width: calc(( 100% - 120px ) / 5);
}

.book__item:hover .book__item__img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.book__item__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}

.book__item__img-wrapper {
	border-radius: 20px;
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.book__item-main {
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	margin-left: 20px;
	margin-right: 20px;
	padding: 20px 25px 30px;
	border-radius: 20px;
	background: #fff;
	-webkit-box-shadow: 6px 6px 12px 0 rgba(46, 0, 68, .15);
	box-shadow: 6px 6px 12px 0 rgba(46, 0, 68, .15);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.book__item-title {
	color: var(--blue);
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 115%;
}

.book__item-row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 3em;
	border: 1px solid #f4f4f4;
	background: #f8f8f8;
	height: 48px;
	padding: 10px 20px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 115%;
}

.book__item-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.book__item-btn {
	padding: 12px 30px;
	margin: 0 auto;
}

.travel {
	background-image: url("https://cdn-damlb.nitrocdn.com/lwHWZgPhNJAmhCFWJmEoXyShzECchyCM/assets/images/optimized/rev-548aa3e/mini-bus.co.il/wp-content/themes/minibus/img/travel_bg.png");
	background-position: center;
	background-size: cover;
	background-color: #fff;
	padding-top: 70px;
	padding-bottom: 30px;
}

.travel.nitro-lazy {
	background-image: none !important;
}

.travel-title {
	text-align: initial;
}

.travel-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	margin-top: 70px;
}

.travel__steps {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.travel__steps-item {
	padding: 40px 60px;
	min-height: 180px;
	border-radius: 20px;
	background: -o-linear-gradient(112deg, #006ce4 56.38%, #4d9ffa 101.93%);
	background: linear-gradient(338deg, #006ce4 56.38%, #4d9ffa 101.93%);
	-webkit-box-shadow: 4px 0 15px 0 rgba(3, 39, 107, .45);
	box-shadow: 4px 0 15px 0 rgba(3, 39, 107, .45);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 45px;
	margin-bottom: 40px;
}

.travel__steps-item:last-child {
	margin-bottom: 0;
}

.travel__steps-item:last-child .travel__steps__number {
	border-color: var(--orange);
}

.travel__steps-item:last-child .travel__steps__number span {
	background-color: var(--orange);
}

.travel__steps-item:nth-child(even) svg {
	left: auto;
	top: calc(50% + 20px);
	right: calc(100% + 10px);
}

.travel__steps-item:hover .travel__steps__number {
	border-color: var(--orange);
}

.travel__steps-item:hover .travel__steps__number span {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	background-color: var(--orange);
}

.travel__steps-title {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 115%;
}

.travel__steps-text {
	max-width: 650px;
	margin-top: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 115%;
}

.travel__steps__number {
	border: 16px solid #fff;
	border-radius: 50%;
	color: transparent;
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.travel__steps__number span {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: var(--blue);
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	line-height: 130%;
}

.travel__steps__number::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: var(--blue);
	border-radius: 50%;
	width: calc(100% + 24px);
	height: calc(100% + 24px);
}

.travel__steps__number svg {
	position: absolute;
	left: calc(100% - 2px);
	top: calc(50% + 8px);
}

.travel__cool {
	-ms-flex-preferred-size: 600px;
	flex-basis: 600px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	border-radius: 20px;
	-webkit-box-shadow: 4px 0 15px 0 rgba(0, 0, 0, .15);
	box-shadow: 4px 0 15px 0 rgba(0, 0, 0, .15);
	overflow: hidden;
	position: relative;
}

.travel__cool__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.travel__cool__img-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.travel__cool-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 20px;
}

.travel__cool-title {
	max-width: 350px;
	color: var(--blue);
	font-size: 48px;
	font-weight: 700;
	line-height: 115%;
}

.read {
	margin-top: 70px;
	margin-bottom: 30px;
}

.read-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [4];
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 70px;
}

.read__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 4px 0 15px 0 rgba(0, 0, 0, .15);
	box-shadow: 4px 0 15px 0 rgba(0, 0, 0, .15);
}

.read__item:hover .read__item__img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.read__item-container {
	width: 100%;
	padding: 0 20px;
}

.read__item__img {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.read__item__img-wrapper {
	height: 230px;
	width: 100%;
	overflow: hidden;
}

.read__item-title {
	margin-top: 15px;
	color: #121212;
	font-size: 20px;
	font-weight: 700;
	line-height: 115%;
}

.read__item-text {
	margin-top: 12px;
	color: #121212;
	font-size: 20px;
	font-weight: 400;
	line-height: 115%;
	margin-bottom: 12px;
}

.read__item-bot {
	margin-top: auto;
}

.read__item__info {
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.read__item__info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #9fa8b0;
	font-size: 16px;
	font-weight: 400;
	line-height: 115%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.read__item__info-item svg path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.read__item__info-item:hover {
	color: #444;
}

.read__item__info-item:hover svg path {
	stroke: #444;
	fill: #444;
}

.read__item__more {
	margin-top: 20px;
	background-color: #f8f8f8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	padding: 22px 30px;
	color: var(--orange);
	font-size: 20px;
	font-weight: 700;
	line-height: 130%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.read__item__more svg path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.read__item__more:hover {
	background-color: var(--orange);
	color: #fff;
}

.read__item__more:hover svg path {
	fill: #fff;
}

.read__btn {
	margin-top: 40px;
}

.qna {
	margin-top: 70px;
}

.qna-wrap {
	margin-top: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.qna__item {
	-webkit-box-flex: 40%;
	-ms-flex: 40%;
	flex: 40%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.qna__item-top {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
	padding: 20px 40px;
	border-radius: 4px;
	background: #f8f8f8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	color: #121212;
	font-size: 24px;
	font-weight: 700;
}

.qna__item-top svg {
	min-width: 24px;
	min-height: 24px;
	width: 24px;
	height: 24px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.qna__item-top svg path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.qna__item-answer {
	padding: 20px 40px;
	display: none;
}

.qna__item.active .qna__item-top {
	color: #fff;
	background: -o-linear-gradient(112deg, #006ce4 56.38%, #4d9ffa 101.93%);
	background: linear-gradient(338deg, #006ce4 56.38%, #4d9ffa 101.93%);
}

.qna__item.active .qna__item-top svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.qna__item.active .qna__item-top svg path {
	fill: #fff;
}

.region__title {
	padding: 195px 0 125px;
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	line-height: 115%;
	max-width: 620px;
	margin-right: auto;
}

.region__title-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.region__title__bg {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.region__title__bg-wrapper {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.region__title-container {
	position: relative;
	z-index: 2;
}

.region__bottom {
	height: 190px;
	width: 100%;
}

.region__bottom-bg {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.region__search {
	padding: 30px 0;
	background-color: var(--blue);
}

.region__search-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #bcbccc;
	background: #fff;
	height: 62px;
}

.region__search-icon {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: var(--orange);
}

.region__search-wrap {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border: 0;
	padding: 10px 20px;
	padding-top: 22px;
}

.region__search-label {
	margin-bottom: 0;
}

.region__search-input {
	height: 100%;
	border: 0;
	padding: 0;
	width: 100%;
}

.region__filter {
	position: relative;
	z-index: 11;
}

.region__filter-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #bcbccc;
	border-bottom: 1px solid #bcbccc;
	background: #fff;
}

.region__filter-slider {
	width: 100%;
}

.region__filter-item {
	position: relative;
	background: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	white-space: nowrap;
	border: 0;
	border-left: 1px solid #bcbccc;
	cursor: auto;
}

.region__filter-item:first-child {
	border-right: 1px solid #bcbccc;
}

.region__filter-item:focus .region__filter__btn, .region__filter-item:hover .region__filter__btn {
	color: var(--blue);
}

.region__filter-item:focus .region__filter__dropdown, .region__filter-item:hover .region__filter__dropdown {
	pointer-events: auto;
	opacity: 1;
}

.region__filter-item:focus .region__filter__triangle, .region__filter-item:hover .region__filter__triangle {
	pointer-events: auto;
	opacity: 1;
}

.region__filter .swiper-slide {
	-webkit-box-flex: initial;
	-ms-flex: initial;
	flex: initial;
}

.region__filter__arrow {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	height: 24px;
	z-index: 12;
}

.region__filter__arrow-next {
	left: 20px;
}

.region__filter__arrow-prev {
	right: 20px;
}

.region__filter__arrow.swiper-button-disabled {
	display: none;
}

.region__filter__arrow svg {
	height: 100%;
	width: auto;
}

.region__filter__arrow svg path {
	fill: var(--blue);
}

.region__filter__btn {
	color: #121212;
	border: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 115%;
	cursor: pointer;
	padding: 17px 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.region__filter__triangle {
	position: absolute;
	top: calc(100% - 6px);
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
	pointer-events: none;
}

.region__filter__triangle-inner {
	position: relative;
}

.region__filter__triangle-inner::before {
	content: "";
	position: absolute;
	z-index: 25;
	top: -2px;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	width: 30px;
	height: 8px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.region__filter__dropdown {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 315px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 20;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #bcbccc;
	top: calc(100% + 15px);
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	opacity: 0;
	pointer-events: none;
}

.region__filter__dropdown-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.region__filter__dropdown-text {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 115%;
	white-space: initial;
	text-align: right;
}

.benefits_mini {
	margin: 30px 0;
}

.benefits_mini-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 30px;
}

.benefits_mini-item:hover .benefits_mini-icon {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.benefits_mini-item:hover .benefits_mini-icon::before {
	opacity: 1;
}

.benefits_mini-item:hover .benefits_mini-icon svg path {
	fill: var(--blue);
}

.benefits_mini-icon {
	margin-bottom: 20px;
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: relative;
}

.benefits_mini-icon::before {
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1px;
	height: 1px;
	background-color: transparent;
	opacity: 0;
	-webkit-box-shadow: 0 0 30px 30px var(--orange);
	box-shadow: 0 0 30px 30px var(--orange);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.benefits_mini-icon svg {
	position: relative;
	z-index: 2;
	background-color: transparent;
}

.benefits_mini-icon svg path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.benefits_mini-title {
	color: var(--blue);
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 115%;
	max-width: 200px;
	margin: 0 auto;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: relative;
	z-index: 2;
}

.article {
	margin-top: 115px;
	color: #121212;
	font-size: 20px;
	font-weight: 400;
	line-height: 115%;
}

.article-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
}

.article__sidebar {
	-ms-flex-preferred-size: 505px;
	flex-basis: 505px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.article-main {
	-ms-flex-preferred-size: 965px;
	flex-basis: 965px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.article-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 100px;
	margin-bottom: 50px;
}

.article p {
	color: #121212;
	font-size: 20px;
	font-weight: 400;
	line-height: 115%;
	margin-bottom: 40px;
}

.article h1, .article h2 {
	color: #121212;
	font-size: 48px;
	font-weight: 700;
	line-height: 115%;
}

.article h3, .article h4, .article h5, .article h6 {
	color: #121212;
	font-size: 20px;
	font-weight: 700;
	line-height: 115%;
	margin-bottom: 20px;
}

.article img {
	width: 100%;
	margin-bottom: 40px;
}

.article-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 160px;
	background-color: var(--blue);
	padding: 10px 35px;
	border-radius: 20px;
}

.article__rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.article__rating-number {
	color: #9fa8b0;
	font-size: 20px;
	font-weight: 400;
	line-height: 115%;
}

.article__author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
}

.article__author__ava {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.article__author__ava-wrapper {
	overflow: hidden;
	border-radius: 50%;
	width: 76px;
	height: 76px;
}

.article__author-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}

.article__author-text {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

.article__socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.article__socials-item {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.article__socials-item:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.article__sidebar {
	border-radius: 20px;
	background: #f4f4f4;
	padding: 45px 15px 85px;
}

.article__sidebar-title {
	color: #121212;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	line-height: 115%;
	margin-bottom: 85px;
}

.article__sidebar-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 40px;
}

.article__sidebar-item {
	max-width: 350px;
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
}

.tender_reg {
	margin-top: 70px;
	background-image: url("https://cdn-damlb.nitrocdn.com/lwHWZgPhNJAmhCFWJmEoXyShzECchyCM/assets/images/optimized/rev-548aa3e/mini-bus.co.il/wp-content/themes/minibus/img/tender_bg.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: 80px;
	background-position-x: center;
}

.tender_reg.nitro-lazy {
	background-image: none !important;
}

.tender_reg-stages {
	margin-top: 70px;
}

.tender_reg .section-title {
	max-width: 860px;
	margin: 0 auto;
}

.tender_reg #tender_reg_stage_1 {
	max-width: 580px;
	margin: 0 auto;
}

.tender_reg #tender_reg_stage_2 {
	max-width: 490px;
	margin: 0 auto;
}

.tender_reg #tender_reg_stage_2 .stage-btns {
	max-width: 100%;
}

.tender_reg__stage-title {
	color: #9fa8b0;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 115%;
}

.tender_reg__stage__fieldset {
	width: 100%;
	margin: 30px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.tender_reg__stage__fieldset.grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}

.tender_reg__stage__fieldset.grid .tender_reg__stage__fieldset-item {
	height: auto;
}

.tender_reg__stage__fieldset.grid .tender_reg__stage__fieldset-label {
	height: auto;
}

.tender_reg__stage__fieldset-item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tender_reg__stage__fieldset-item svg {
	width: 32px;
	height: 32px;
	min-width: 32px;
	min-height: 32px;
}

.tender_reg__stage__fieldset-item input {
	position: absolute;
}

.tender_reg__stage__fieldset-label {
	border-radius: 4px;
	border: 1px solid #bcbccc;
	background: #fff;
	padding: 10px;
	padding-top: 20px;
	height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	text-align: center;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	cursor: pointer;
}

.tender_reg__stage__fieldset-label svg path {
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
}

.tender_reg__stage__fieldset-radio:hover+label {
	border-color: var(--blue);
}

.tender_reg__stage__fieldset-radio:checked+label {
	color: #fff;
	background-color: var(--blue);
	border-color: var(--blue);
}

.tender_reg__stage__fieldset-radio:checked+label svg path {
	fill: #fff;
}

.tender_reg__stage__fieldset-radio:checked+label svg path[fill-rule=evenodd] {
	fill: var(--blue);
}

.tender_reg__stage-textarea {
	resize: none;
	width: 100%;
	height: 100%;
	height: 62px;
	padding: 0;
	padding: 8px;
	min-height: 62px;
}

.tender_reg__stage-textarea-wrap {
	margin-top: 20px;
}

.tender_reg__stage-col {
	max-width: 400px;
	margin: 0 auto;
}

.tender_reg__stage-col .input-wrap {
	margin-top: 20px;
}

.tender_reg__stage-col.mt {
	margin-top: 50px;
}

.tender_reg__stage__info {
	position: absolute;
	right: -40px;
	top: 18px;
	width: 24px;
	height: 24px;
}

.tender_reg__stage-text {
	margin-top: 30px;
	text-align: center;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
}

.tender_reg__stage__book-item {
	position: relative;
}

.tender_reg__stage__last-btn {
	margin-top: 100px;
}

.tender_reg-mobile-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.tender_reg .book__item {
	position: relative;
}

.tender_reg .book__item-radio {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.tender_reg .book__item-radio:checked+label {
	background-color: var(--blue);
}

.tender_reg .book__item__img {
	max-height: 100px;
	height: auto;
	width: 100%;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	margin-bottom: 35px;
}

.tender_reg .book__item__img-wrapper {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 20px;
	background: #e6e6f0;
	padding: 25px;
	cursor: pointer;
}

.driver {
	padding-top: 125px;
	background: url("https://cdn-damlb.nitrocdn.com/lwHWZgPhNJAmhCFWJmEoXyShzECchyCM/assets/images/optimized/rev-548aa3e/mini-bus.co.il/wp-content/themes/minibus/img/driver_intro.jpg") center no-repeat;
	background-size: cover;
}

.driver.nitro-lazy {
	background-image: none !important;
}

.driver-inner {
	position: relative;
	padding-bottom: 55px;
}

.driver-title {
	margin-top: 100px;
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	line-height: 130%;
	max-width: calc(100% - 735px - 100px);
}

.driver-subtitle {
	margin-top: 45px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
	max-width: calc(100% - 735px - 125px);
}

.driver__box {
	margin-top: 100px;
	max-width: calc(100% - 640px);
	border-radius: 20px;
	background: rgba(45, 47, 53, .45);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 80px;
}

.driver__box-text {
	padding: 50px 0;
	max-width: 410px;
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	line-height: 115%;
}

.driver__form-wrapper {
	width: 385px;
	padding: 55px 72px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, .45);
	background: rgba(255, 255, 255, .15);
	-webkit-box-shadow: 4px 0 20px 0 rgba(0, 0, 0, .25), 0 4px 10px 0 rgba(255, 255, 255, .25) inset;
	box-shadow: 4px 0 20px 0 rgba(0, 0, 0, .25), 0 4px 10px 0 rgba(255, 255, 255, .25) inset;
}

.driver__form-title {
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 130%;
}

.driver-input-wrap {
	margin-top: 35px;
	margin-bottom: 20px;
}

.driver-btn {
	width: 100%;
}

.driver__car-wrapper {
	position: absolute;
	left: 0;
	bottom: -55px;
}

.driver__register {
	margin-top: 100px;
	margin-bottom: 30px;
}

.driver__register-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 40px auto 0;
	max-width: 540px;
}

.driver__register-flex .btn {
	-ms-flex-preferred-size: 240px;
	flex-basis: 240px;
}

.choose {
	margin-top: 130px;
}

.choose-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 20px;
	background: #2d2f35;
}

.choose__photo {
	position: relative;
	height: 740px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.choose__photo-title {
	position: relative;
	z-index: 2;
	color: var(--blue);
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	line-height: 115%;
	padding-top: 50px;
}

.choose__photo__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.choose__photo__img-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.choose__block {
	color: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 65px;
}

.choose__block-container {
	max-width: 625px;
	margin: 0 auto;
	padding: 0 15px;
}

.choose__block-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 115%;
}

.choose__block__list {
	margin-top: 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 60px;
}

.choose__block__list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	font-size: 20px;
	font-weight: 400;
	line-height: 115%;
}

.choose__block__list-icon {
	margin-top: 5px;
}

.choose__block__benefits {
	margin-top: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 90px;
	-moz-column-gap: 90px;
	column-gap: 90px;
	row-gap: 20px;
	height: 115px;
}

.choose__block__benefits-item {
	max-width: 285px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	color: var(--orange);
	font-size: 20px;
	font-weight: 700;
	line-height: 115%;
}

.choose__block__benefits-item svg {
	min-height: 24px;
	min-width: 24px;
}

.adv {
	margin-top: 100px;
	background-color: #fff;
	background-position-y: 100px;
}

.adv-wrap {
	margin-top: 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
}

.adv .benefits__item {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-preferred-size: 440px;
	flex-basis: 440px;
}

.adv__quote {
	margin-top: 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 15px;
}

.adv__quote__portrait {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background-color: var(--orange);
	overflow: hidden;
}

.adv__quote__portrait img {
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
}

.adv__quote__cloud {
	width: 440px;
	position: relative;
	padding: 40px 35px;
	background-color: #f8f8f8;
	border: 2px solid var(--blue);
	border-radius: 20px;
	color: var(--blue);
	font-size: 24px;
	font-weight: 700;
	line-height: 130%;
}

.adv__quote__cloud__triangle {
	position: absolute;
	top: 30px;
	right: -16px;
}

.adv__quote__cloud__triangle-inner {
	position: relative;
}

.adv__quote__cloud__triangle::before {
	content: "";
	position: absolute;
	z-index: 25;
	left: -6px;
	top: -4px;
	margin: auto;
	background: #f8f8f8;
	height: 30px;
	width: 14px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.adv__quote__cloud__triangle svg {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.adv__quote__cloud__triangle svg path {
	fill: #f8f8f8;
	stroke-width: 2px;
	stroke: #006ce4;
}

.adv__quote__misc {
	width: 180px;
}

.process {
	margin-top: 75px;
	background: url("https://cdn-damlb.nitrocdn.com/lwHWZgPhNJAmhCFWJmEoXyShzECchyCM/assets/images/optimized/rev-548aa3e/mini-bus.co.il/wp-content/themes/minibus/img/process_bg.jpg") center no-repeat;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 110px;
}

.process.nitro-lazy {
	background-image: none !important;
}

.process-main {
	max-width: 964px;
	margin: 70px auto 0;
}

.process .travel__steps-item {
	background: -o-linear-gradient(112deg, orange 56.38%, #ffdb99 101.93%);
	background: linear-gradient(338deg, orange 56.38%, #ffdb99 101.93%);
	-webkit-box-shadow: 4px 0 15px 0 rgba(3, 39, 107, .45);
	box-shadow: 4px 0 15px 0 rgba(3, 39, 107, .45);
}

.process .travel__steps-item:last-child {
	margin-bottom: 0;
}

.process .travel__steps-item:last-child .travel__steps__number {
	border-color: #fff;
}

.process .travel__steps-item:last-child .travel__steps__number span {
	background-color: #fff;
}

.process .travel__steps-item:hover .travel__steps__number {
	border-color: var(--blue);
}

.process .travel__steps-item:hover .travel__steps__number span {
	background-color: var(--blue);
}

.process .travel__steps-text {
	max-width: initial;
	font-weight: 700;
}

.process .travel__steps__number span {
	background-color: #fff;
	color: var(--orange);
}

.process .travel__steps__number::before {
	background-color: var(--orange);
}

.process .travel__steps__number svg path {
	fill: #fff;
}

.stage-title {
	color: #9fa8b0;
	font-size: 24px;
	font-weight: 700;
	line-height: 115%;
	text-align: center;
}

.stage-title.right {
	text-align: right;
}

.stage-subtitle {
	color: #121212;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 115%;
}

.stage-btns {
	max-width: 400px;
	margin: 40px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.stage__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 150px;
	width: 100%;
	position: relative;
	padding: 6px 8px;
	height: 48px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
}

.stage__btn.btn {
	border-width: 1px;
}

.stage__btn svg {
	position: absolute;
	width: 24px;
	height: 24px;
	min-width: 24px;
	min-height: 24px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.stage__btn svg path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.stage__btn-prev svg {
	right: 10px;
}

.stage__btn-next {
	margin-right: auto;
}

.stage__btn-next svg {
	left: 10px;
}

.stage__btn-next:hover svg path {
	fill: var(--orange);
}

.stage__bar {
	border-radius: 20px;
	background-color: #f8f8f8;
	padding: 15px 50px 30px 80px;
	position: relative;
}

.stage__bar .stage-title {
	font-size: 20px;
}

.stage__bar-close {
	position: absolute;
	z-index: 2;
	top: 15px;
	left: 20px;
	cursor: pointer;
}

.stage__bar-toggle {
	position: absolute;
	z-index: 2;
	top: 85px;
	left: 20px;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.stage__bar-toggle[data-dropdown-btn-active=true] {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.stage__bar-wrap {
	margin-top: 10px;
	gap: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.stage__bar-wrap>.input-wrap.number-type {
	-ms-flex-preferred-size: 150px;
	flex-basis: 150px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.stage__bar__droplist {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.stage__bar__droplist-outer {
	margin-top: 20px;
	max-width: 400px;
}

.stage__bar__droplist__btn {
	text-align: center;
	height: 62px;
	border-radius: 4px;
	border: 1px solid #bcbccc;
	background: #fff;
	color: #006ce4;
	font-size: 20px;
	font-weight: 700;
	line-height: 130%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 8px 4px;
}

.stage__bar__droplist__menu {
	left: 50%;
	right: initial;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 230px;
}

.stage__bar__langs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;
}

.stage__bar__langs-outer {
	padding: 35px 24px;
}

.stage__bar__langs-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
}

.stage__bar__dropdown-row {
	margin-top: 30px;
}

.stage__bar__dropdown__carblock {
	margin-top: 30px;
}

.stage__bar__dropdown__carblock-title {
	color: #9fa8b0;
	font-size: 20px;
	font-weight: 700;
	line-height: 115%;
	padding-bottom: 10px;
	border-bottom: 1px solid #9fa8b0;
	margin-bottom: 40px;
}

.stage__bar__dropdown-cases {
	display: -ms-grid;
	display: grid;
	grid-column-gap: 35px;
	grid-row-gap: 30px;
	-ms-grid-columns: (1fr) [4];
	grid-template-columns: repeat(4, 1fr);
}

.stage__bar__dropdown-cases .stage__bar__case__top {
	height: auto;
	padding-bottom: 15px;
}

.stage__bar__dropdown-cases .stage__bar__case__top-inner {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.stage__bar__dropdown-cases .stage__bar__case__top-toggle {
	bottom: auto;
	top: 5px;
}

.stage__bar__dropdown-cases .stage__bar__case__top-title {
	padding-left: 24px;
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
}

.stage__bar__dropdown-cases .stage__bar__case__top-left {
	padding-left: 0;
}

.stage__bar__slider {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	position: relative;
}

.stage__bar__slider-input {
	position: absolute;
	top: 0;
	opacity: 0;
	max-width: 0;
	max-height: 0;
	pointer-events: none;
}

.stage__bar__slider-label {
	border-radius: 4px;
	border: 1px solid #bcbccc;
	background-color: #fff;
	width: 90px;
	height: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #a5a9b4;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	cursor: pointer;
	margin-top: 14px;
}

.stage__bar__slider .swiper-container {
	padding-top: 14px;
	overflow-y: visible;
	overflow-x: hidden;
}

.stage__bar__slider .swiper-slide {
	height: 90px;
	border-radius: 4px;
}

.stage__bar__slider-main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: calc(100% - 90px - 12px);
}

.stage__bar__slider-img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.stage__bar__slider-img--wrap {
	border-radius: 4px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.stage__bar__slider__arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 24px;
	width: 24px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 2;
	outline: 0;
}

.stage__bar__slider__arrow-next {
	left: -36px;
}

.stage__bar__slider__arrow-prev {
	right: -36px;
}

.stage__bar__slider__arrow svg path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.stage__bar__slider__arrow:hover svg path {
	fill: #000;
}

.stage__bar__case-wrapper {
	margin-top: 20px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}

.stage__bar__case-inner {
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 4px;
	border: 1px solid #bcbccc;
	background-color: transparent;
	overflow: hidden;
}

.stage__bar__case__top {
	height: 68px;
	background: 0 0;
	border-radius: 4px;
	padding: 8px;
	overflow: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: relative;
}

.stage__bar__case__top::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(112deg, #006ce4 56.38%, #4d9ffa 101.93%);
	background: linear-gradient(338deg, #006ce4 56.38%, #4d9ffa 101.93%);
	z-index: 0;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.stage__bar__case__top-inner {
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 1;
}

.stage__bar__case__top-title {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.stage__bar__case__top-title svg path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	fill: var(--blue);
}

.stage__bar__case__top-title svg path[fill-rule=evenodd] {
	fill: #fff;
}

.stage__bar__case__top-title--icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.stage__bar__case__top-title--icon svg path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.stage__bar__case__top-title--icon.car {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'30\' height=\'34\' viewBox=\'0 0 30 34\' fill=\'none\'%3E%3Cpath d=\'M15.0719 0.633022C14.866 0.572874 14.6472 0.572846 14.4413 0.632941L0.934827 4.57467C0.454914 4.71473 0.125 5.15469 0.125 5.65462V13.7344C0.125 22.7172 5.87403 30.6918 14.3964 33.5306C14.6273 33.6075 14.8768 33.6075 15.1076 33.5306C23.6277 30.6917 29.375 22.7188 29.375 13.7382V5.65462C29.375 5.1548 29.0452 4.71491 28.5655 4.57476L15.0719 0.633022Z\' fill=\'white\'/%3E%3C/svg%3E");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 30px;
	height: 33px;
}

.stage__bar__case__top-title--icon.car.nitro-lazy {
	background-image: none !important;
}

.stage__bar__case__top-title--icon.car svg {
	margin-bottom: 3px;
}

.stage__bar__case__top-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
	padding-left: 50px;
}

.stage__bar__case__top-input {
	position: absolute;
	top: 0;
	opacity: 0;
	max-width: 0;
	max-height: 0;
	pointer-events: none;
}

.stage__bar__case__top-label {
	cursor: pointer;
	width: 120px;
	border-radius: 4px;
	border: 1px solid var(--orange);
	background-color: #fff;
	padding: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	color: var(--orange);
	font-size: 12px;
	font-weight: 700;
	line-height: 130%;
}

.stage__bar__case__top-toggle {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.stage__bar__case__top-toggle path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.stage__bar__case__top.active::before {
	opacity: 1;
}

.stage__bar__case__top.active .stage__bar__case__top-title {
	color: #fff;
}

.stage__bar__case__top.active .stage__bar__case__top-title--icon svg path {
	fill: #fff;
}

.stage__bar__case__top.active .stage__bar__case__top-title--icon svg path[fill-rule=evenodd] {
	fill: var(--blue);
}

.stage__bar__case__top.active .stage__bar__case__top-title--icon.car svg path {
	fill: var(--blue);
}

.stage__bar__case__top.active .stage__bar__case__top-toggle {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.stage__bar__case__top.active .stage__bar__case__top-toggle path {
	fill: #fff;
}

.stage__bar__case__body {
	padding: 15px 10px 20px;
	background-color: #fff;
	color: #000;
	font-size: 12px;
	font-weight: 700;
	line-height: 130%;
}

.stage__bar__case__body-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.stage__bar__case__body-row .close {
	cursor: pointer;
}

.stage__bar__case__body-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
}

.stage__bar__profile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
}

.stage__bar__profile__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.stage__bar__profile__img-wrapper {
	position: relative;
	height: 62px;
	width: 62px;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
}

.stage__bar__profile__img-wrapper svg {
	position: absolute;
	top: 4px;
	right: 4px;
}

.stage__bar__profile-file {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 0;
	max-height: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	margin: 0;
	opacity: 0;
	pointer-events: none;
}

.stage__bar__profile-input {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.stage__bar__profile-input-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 260px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.stage__bar__profile-input-label {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.stage__bar:not(.active) .stage__bar__profile-input {
	background-color: transparent;
	border: 0;
	padding: 0;
	color: #121212;
	pointer-events: none;
}

.stage__bar:not(.active) .stage__bar__profile-input-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.stage__bar:not(.active) .stage__bar__profile-input-label {
	opacity: 0;
	pointer-events: none;
}

.stage__bar__addcar {
	display: block;
	width: 220px;
	margin: 40px auto 0;
}

.stage__areas__top-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #9fa8b0;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
	padding: 0 12px;
}

.stage__areas-outer {
	position: relative;
	margin-top: 20px;
}

.stage__areas-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	max-width: 320px;
}

.stage__areas__item {
	height: 62px;
	padding: 6px 12px;
	border-radius: 4px;
	border: 1px solid #bcbccc;
	background: #fff;
	color: #121212;
	font-size: 24px;
	font-weight: 700;
	line-height: 115%;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.stage__areas__item:before {
	content: "";
	position: absolute;
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
	left: 319px;
	height: 62px;
	background-color: red;
	width: 32px;
	opacity: 0;
}

.stage__areas__item-inner {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.stage__areas__item__body {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 4px;
	border: 1px solid #bcbccc;
	background-color: #f8f8f8;
	-webkit-box-shadow: 0 1px 4px -1px rgba(147, 147, 163, .08), 0 4px 8px -2px rgba(147, 147, 163, .24);
	box-shadow: 0 1px 4px -1px rgba(147, 147, 163, .08), 0 4px 8px -2px rgba(147, 147, 163, .24);
	min-height: 100%;
	height: auto;
	width: 100%;
	max-width: 320px;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
	pointer-events: none;
}

.stage__areas__item__body-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 115%;
	text-align: start;
}

.stage__areas__item:focus, .stage__areas__item:hover {
	background-color: var(--blue);
	color: #fff;
}

.stage__areas__item:focus .stage__areas__item-checkbox, .stage__areas__item:hover .stage__areas__item-checkbox {
	border-color: #fff;
	background-color: #fff;
}

.stage__areas__item:focus .stage__areas__item-checkbox:checked, .stage__areas__item:hover .stage__areas__item-checkbox:checked {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' height=\'16\' width=\'14\' viewBox=\'0 0 448 512\'%3E%3Cpath fill=\'%23006CE4\' d=\'M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z\'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 64%;
}

.stage__areas__item:focus .stage__areas__item-checkbox:checked.nitro-lazy, .stage__areas__item:hover .stage__areas__item-checkbox:checked.nitro-lazy {
	background-image: none !important;
}

.stage__areas__item:focus .stage__areas__item-checkbox:checked+.stage__areas__item__body, .stage__areas__item:hover .stage__areas__item-checkbox:checked+.stage__areas__item__body {
	opacity: 1;
	pointer-events: auto;
}

.stage__opinion-title {
	color: #121212;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 115%;
}

.stage__opinion-dialog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 400px;
	margin: 0 auto;
	margin-top: 40px;
}

.stage__opinion-dialog .btn {
	width: 150px;
	padding: 14px 8px;
}

.stage__opinion-bottom {
	margin-top: 80px;
}

.stage__opinion p {
	color: #121212;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 115%;
	max-width: 600px;
	margin: 0 auto;
}

.stage__opinion-inputs {
	max-width: 240px;
	margin: 0 auto;
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.stage__opinion__checkboxes {
	max-width: 830px;
	margin: 0 auto;
	margin-top: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 100px;
}

.stage__opinion__checkboxes-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #121212;
	font-size: 20px;
	font-weight: 400;
	line-height: 115%;
}

.stage__opinion__checkboxes-item label {
	cursor: pointer;
}

.endreg-btn {
	width: 220px;
}

.endreg-btn-wrapper {
	text-align: center;
	margin-top: 70px;
}

.steps {
	margin: 0 auto;
	margin-top: 60px;
	max-width: 762px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.steps__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.steps__item-above {
	opacity: 0;
	position: absolute;
	top: 0;
	height: 24px;
	-webkit-transform: translateY(calc(-100% - 5px));
	-ms-transform: translateY(calc(-100% - 5px));
	transform: translateY(calc(-100% - 5px));
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.steps__item-main {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 36px;
	height: 36px;
	min-width: 36px;
	min-height: 36px;
	background-color: var(--orange);
	border-radius: 50%;
}

.steps__item svg {
	margin-right: 2px;
	display: none;
}

.steps__item::before {
	content: "";
	display: block;
	background-color: var(--orange);
	height: 12px;
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.steps__item:first-child {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.steps__item:first-child::before {
	display: none;
}

.steps__item.active .steps__item-main {
	background-color: var(--blue);
}

.steps__item.active::before {
	background-color: var(--blue);
}

.steps__item.active svg {
	display: block;
}

.steps__item.current-step .steps__item-above {
	opacity: 1;
}

#reg_stage_personal_info {
	max-width: 1000px;
	margin: 0 auto;
}

#reg_stage_drivers .stage__bar.active {
	padding-bottom: 40px;
}

.reg {
	padding-top: 110px;
}

.reg .steps {
	max-width: 1000px;
}

.reg .stage-btns {
	margin-top: 80px;
}

.reg-stages {
	margin-top: 40px;
}

.reg__stage__personal_info {
	margin-top: 40px;
}

.reg__stage__personal_info__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
}

.reg__stage__personal_info__wrap-col {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-preferred-size: 400px;
	flex-basis: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.reg__stage__login_details {
	max-width: 400px;
	margin: 0 auto;
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.reg__stage__docs {
	max-width: 1060px;
	margin: 0 auto;
}

.reg__stage__docs-subtitle {
	max-width: 600px;
	margin: 0 auto;
	margin-top: 20px;
}

.reg__stage__docs__cases {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	margin-top: 40px;
}

.reg__stage__docs__cases-col {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.reg__stage__docs .stage__bar__case {
	margin-top: 15px;
	background-color: #f8f8f8;
}

.reg__stage__docs .stage__bar__case:first-child {
	margin-top: 0;
}

.reg__stage__docs .stage__bar__case-inner {
	border-color: transparent;
}

.reg__stage__docs .stage__bar__case__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.reg__stage__docs .stage__bar__case__body-row {
	-ms-flex-preferred-size: 210px;
	flex-basis: 210px;
}

.reg__stage__docs .stage__bar__case__top.active .reg__stage__three__datepicker-label {
	color: #fff;
}

.reg__stage__docs__datepicker {
	cursor: pointer;
	width: 95px;
	border: 1px solid var(--blue);
	background-color: #fff;
	color: var(--blue);
	font-size: 14px;
	font-weight: 500;
	line-height: 130%;
	height: 32px;
	padding: 6px;
}

.reg__stage__docs__datepicker-label {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	top: initial;
	bottom: 100%;
	right: 0;
	font-size: 10px;
	font-weight: 400;
	line-height: 130%;
}

.reg__stage__areas {
	max-width: 670px;
	margin: 0 auto;
}

.reg__stage__areas-subtitle {
	margin-top: 20px;
}

.reg__stage__areas-main {
	margin-top: 40px;
}

.reg__stage__services {
	max-width: 860px;
	margin: 0 auto;
}

.reg__stage__services-bottom {
	margin-top: 40px;
}

.reg__stage__services-subtitle {
	margin-top: 20px;
}

.reg__stage__services-textarea {
	margin-top: 40px;
	height: 300px;
}

.reg__stage__vehicle {
	max-width: 1240px;
	margin: 0 auto;
	margin-top: 30px;
}

.reg__stage__vehicle .stage__bar {
	margin-top: 20px;
}

.reg__stage__vehicle .stage__bar:first-child {
	margin-top: 0;
}

.reg__stage__vehicle .stage__bar__case-inner {
	background-color: #fff;
}

.reg__stage__vehicle__btn {
	width: 220px;
}

.reg__stage__vehicle__btn-wrapper {
	text-align: center;
	margin-top: 80px;
}

.reg__stage__drivers {
	max-width: 1240px;
	margin: 0 auto;
	margin-top: 30px;
}

.reg__stage__drivers .stage__bars {
	margin-top: 40px;
}

.reg__stage__drivers .stage__bar {
	margin-top: 20px;
	padding-bottom: 15px;
}

.reg__stage__drivers .stage__bar-toggle {
	top: 60px;
}

.reg__stage__drivers .stage__bar:first-child {
	margin-top: 0;
}

.reg__stage__drivers .stage__bar__case-inner {
	background-color: #fff;
}

.persinfo {
	margin-top: 80px;
}

.persinfo-inner {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.persinfo-title {
	color: #121212;
	font-size: 30px;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 24px;
	margin-top: 16px;
}

.persinfo-item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.persinfo__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 20px;
}

.persinfo__img-wrapper {
	margin-top: 72px;
	position: relative;
	width: 180px;
	height: 210px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 180px;
	flex: 0 1 180px;
}

.persinfo__img-icon {
	height: 32px;
	width: 32px;
	background-color: var(--orange);
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	-webkit-transform: translate(-12px, 6px);
	-ms-transform: translate(-12px, 6px);
	transform: translate(-12px, 6px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-weight: 700;
	font-size: 1.5rem;
}

.persinfo__contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.persinfo__contact-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	color: #121212;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
}

.persinfo__contact-row .blue {
	color: var(--blue);
}

.persinfo__contact-row svg {
	min-width: 25px;
}

.persinfo__contact a {
	color: #121212;
}

.persinfo__fieldset {
	padding: 0;
	width: 275px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.persinfo__fieldset .fieldset__item-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
}

.persinfo__fieldset .fieldset__item-title {
	text-align: center;
	font-size: 10px;
	font-weight: 700;
	line-height: 120%;
}

.persinfo__files {
	-ms-flex-preferred-size: 340px;
	flex-basis: 340px;
	border-radius: 20px;
	background: #f4f4f4;
	padding: 0 15px 30px;
	background-image: url("https://cdn-damlb.nitrocdn.com/lwHWZgPhNJAmhCFWJmEoXyShzECchyCM/assets/images/optimized/rev-548aa3e/mini-bus.co.il/wp-content/themes/minibus/img/file.svg");
	background-position: 30px calc(100% + 25px);
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.persinfo__files.nitro-lazy {
	background-image: none !important;
}

.persinfo__files-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	overflow-y: auto;
	max-height: 280px;
	scrollbar-width: auto;
	scrollbar-color: #ccc transparent;
}

.persinfo__files-main::-webkit-scrollbar {
	width: 4px;
}

.persinfo__files-main::-webkit-scrollbar-track {
	background: 0 0;
}

.persinfo__files-main::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 10px;
	border: 0;
}

.persinfo__files-row {
	color: #000;
	text-align: right;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.persinfo-langs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.persinfo .flags {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
}

.persinfo-langs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.persinfo-langs span {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
}

.vehicles {
	margin-top: 150px;
}

.vehicles__slider {
	margin-top: 40px;
	position: relative;
}

.vehicles__slider__btn {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	margin: auto;
}

.vehicles__slider__btn-prev {
	right: -68px;
}

.vehicles__slider__btn-next {
	left: -68px;
}

.vehicles__slider__btn.swiper-button-disabled {
	opacity: 0;
	pointer-events: none;
}

.vehicles__slider-inner {
	overflow-x: hidden;
	padding: 10px 16px;
}

.vehicles__slider.con-type .vehicles__item {
	padding: 0;
}

.vehicles__slider.con-type .vehicles__item-row {
	padding: 20px;
}

.vehicles__slider.con-type .vehicles__item__sliders {
	-ms-flex-preferred-size: 210px;
	flex-basis: 210px;
}

.vehicles__slider.con-type .vehicles__item__sliders__main {
	width: 100%;
}

.vehicles__carousel {
	overflow-x: hidden;
	position: relative;
	padding: 0 25px;
}

.vehicles__carousel__btn {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
}

.vehicles__carousel__btn-next {
	left: 5px;
}

.vehicles__carousel__btn-prev {
	right: 5px;
}

.vehicles__item {
	padding: 20px;
	border-radius: 20px;
	background-color: #fff;
	-webkit-box-shadow: 4px 0 15px 0 rgba(0, 0, 0, .15);
	box-shadow: 4px 0 15px 0 rgba(0, 0, 0, .15);
}

.vehicles__item__driver {
	background: #f8f8f8;
	padding: 20px 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}

.vehicles__item__driver__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.vehicles__item__driver__img-wrapper {
	height: 150px;
	width: 130px;
	overflow: hidden;
}

.vehicles__item__driver__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.vehicles__item__driver__info-name {
	color: #121212;
	font-size: 30px;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 15px;
}

.vehicles__item__driver__info-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
}

.vehicles__item__driver__info-row .blue {
	color: var(--blue);
}

.vehicles__item-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.vehicles__item__sliders {
	-ms-flex-preferred-size: 350px;
	flex-basis: 350px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
}

.vehicles__item__sliders__main {
	width: 350px;
	height: 200px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.vehicles__item__sliders__main .swiper-container {
	height: 100%;
}

.vehicles__item__sliders__main-item img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
}

.vehicles__item__sliders__main__btn {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	height: 24px;
	cursor: pointer;
}

.vehicles__item__sliders__main__btn-prev {
	right: 0;
}

.vehicles__item__sliders__main__btn-next {
	left: 0;
}

.vehicles__item__sliders__details {
	margin-top: 10px;
	width: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
	height: 90px;
}

.vehicles__item__sliders__details-item {
	height: 90px;
}

.vehicles__item__sliders__details-item img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
}

.vehicles__item__sliders__details .swiper-container {
	overflow: hidden;
	width: 290px;
}

.vehicles__item__sliders__details__btn {
	cursor: pointer;
	position: relative;
	z-index: 2;
}

.vehicles__item__fieldset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	margin-top: 20px;
	padding: 0;
}

.vehicles__item__fieldset .fieldset__item {
	max-width: 48px;
}

.vehicles__item__fieldset .fieldset__item-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
}

.vehicles__item__fieldset .fieldset__item-title {
	text-align: center;
}

.vehicles__item-title {
	color: var(--blue);
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 115%;
	margin-bottom: 20px;
}

.vehicles__item__info {
	width: 100%;
}

.vehicles__item__info-item {
	padding: 10px 20px;
	border-radius: 5em;
	border: 1px solid #f4f4f4;
	background: #f8f8f8;
	height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 115%;
	margin-bottom: 10px;
}

.reviews {
	margin-top: 150px;
}

.reviews__slider {
	margin-top: 40px;
	position: relative;
}

.reviews__slider__btn {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	margin: auto;
}

.reviews__slider__btn-prev {
	right: -68px;
}

.reviews__slider__btn-next {
	left: -68px;
}

.reviews__slider__btn.swiper-button-disabled {
	opacity: 0;
	pointer-events: none;
}

.reviews__slider-inner {
	overflow-x: hidden;
	padding: 10px 16px;
}

.reviews__slider .swiper-container {
	overflow-y: visible;
}

.reviews__item {
	border-radius: 20px;
	border: 1px solid #e5eeee;
	background: #fff;
	overflow: hidden;
}

.reviews__item__top {
	border: 1px solid #e5eeee;
	background: #f4f4f4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 8px 15px;
	color: #121212;
}

.reviews__item__top-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 7px;
}

.reviews__item-main {
	background-color: #fff;
	padding: 0 15px 24px;
}

.reviews__item__rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	font-weight: 400;
	line-height: 115%;
}

.reviews__item__rating-number {
	font-size: 20px;
}

.reviews__item__rating-text {
	font-weight: 700;
	font-size: 10px;
	line-height: 100%;
}

.reviews__item__name {
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
}

.reviews__item__date {
	font-size: 10px;
	font-weight: 400;
	line-height: 130%;
}

.reviews__item__loc {
	margin-top: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	color: var(--blue);
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
}

.reviews__item__text {
	margin-top: 12px;
	color: #121212;
	font-size: 16px;
	font-weight: 400;
	line-height: 115%;
}

.reviews__item__grid {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 7px;
}

.reviews__item__grid-item {
	-webkit-box-flex: 40%;
	-ms-flex: 40%;
	flex: 40%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	color: #121212;
	font-size: 10px;
	font-weight: 700;
	line-height: 115%;
}

.reviews__item__grid-item .stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.services {
	margin-top: 150px;
	padding-bottom: 100px;
}

.services-subtitle {
	margin: 20px auto 0;
	max-width: 576px;
	color: #121212;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 115%;
}

.services__fieldset {
	max-width: 920px;
	margin: 40px auto 0;
	gap: 40px;
}

.services__fieldset .fieldset__item-title {
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
}

.services__fieldset .fieldset__item-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
}

.order {
	padding-top: 75px;
	padding-bottom: 100px;
}

.order-main {
	margin-top: 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 80px;
}

.order__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.order__img-wrapper {
	-ms-flex-preferred-size: 740px;
	flex-basis: 740px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	border-radius: 20px;
	overflow: hidden;
}

.order-col {
	-ms-flex-preferred-size: 610px;
	flex-basis: 610px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 80px;
}

.order-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 115%;
}

.order-row svg {
	min-width: 48px;
	min-height: 48px;
	width: 48px;
	height: 48px;
}

.process2 {
	padding-top: 80px;
}

.process2-main {
	max-width: 964px;
	margin: 70px auto 0;
}

.edit {
	padding-top: 170px;
}

.edit-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}

.edit-block {
	padding: 16px 20px;
	border-radius: 20px;
	background-color: #fff;
	-webkit-box-shadow: 4px 0 15px 0 rgba(0, 0, 0, .15);
	box-shadow: 4px 0 15px 0 rgba(0, 0, 0, .15);
	position: relative;
}

.edit-btn {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 3;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.edit-btn svg path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.edit-btn:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.edit-btn:hover svg path {
	fill: var(--blue);
}

.edit-title {
	color: #9fa8b0;
	font-size: 24px;
	font-weight: 700;
	line-height: 115%;
	margin-left: 30px;
}

.edit-col {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.edit-col.thin {
	-ms-flex-preferred-size: 180px;
	flex-basis: 180px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.edit-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}

.edit__photo {
	width: 100%;
	height: 210px;
	position: relative;
}

.edit__photo-wrapper {
	display: block;
	cursor: pointer;
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
}

.edit__photo-img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.edit__photo-input {
	position: absolute;
	opacity: 0;
	padding: 0;
	margin: 0;
	pointer-events: none;
}

.edit__photo-icon {
	width: 32px;
	height: 32px;
	background-color: var(--orange);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	font-weight: 700;
	color: #fff;
	font-size: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: translate(-12px, 6px);
	-ms-transform: translate(-12px, 6px);
	transform: translate(-12px, 6px);
}

.edit__photo-camera {
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
}

.edit__verified {
	margin-top: 18px;
	border-radius: 3em;
	border: 1px solid var(--green);
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
	padding: 4px 30px;
}

.edit__verified span {
	color: var(--green);
	font-size: 12px;
	font-weight: 700;
	line-height: 100%;
}

.edit__verified svg {
	min-width: 12px;
	min-height: 12px;
}

.edit__trips {
	margin-top: 12px;
	padding: 6px 20px;
	background-image: url("https://cdn-damlb.nitrocdn.com/lwHWZgPhNJAmhCFWJmEoXyShzECchyCM/assets/images/optimized/rev-548aa3e/mini-bus.co.il/wp-content/themes/minibus/img/edit_trips_bg.svg");
	background-repeat: no-repeat;
	background-position-y: calc(100% - 6px);
	background-position-x: 4px;
}

.edit__trips.nitro-lazy {
	background-image: none !important;
}

.edit__trips-row {
	margin-top: 6px;
}

.edit__trips-row:first-child {
	margin-top: 0;
}

.edit__trips-title {
	color: #9fa8b0;
	font-size: 10px;
	font-weight: 700;
	line-height: 130%;
}

.edit__trips-num {
	color: #121212;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
}

.edit__trips-num.blue {
	color: var(--blue);
}

.edit__trips.mini {
	margin-top: 20px;
	width: 90px;
	padding: 10px;
	padding-bottom: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #bcbccc;
	border-radius: 4px;
	background-size: 40px;
}

.edit__info {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.edit__info-wrap {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}

.edit__info__item {
	margin-top: 6px;
	font-weight: 700;
	line-height: 130%;
}

.edit__info__item:first-child {
	margin-top: 0;
}

.edit__info__item-title {
	color: #9fa8b0;
	font-size: 10px;
}

.edit__info__item-text {
	color: #121212;
	font-size: 16px;
}

.edit__info__img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.edit__info__img-wrapper {
	width: 90px;
	height: 90px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.edit__info__img-wrapper svg {
	position: absolute;
	top: 5px;
	right: 4px;
}

.edit__info__langs {
	margin-top: 30px;
	position: relative;
	display: inline-block;
}

.edit__info__langs-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.edit__info__langs .edit-btn {
	position: static;
}

.edit__info__langs .edit__lang-wrap {
	margin-top: 10px;
}

.edit__upload {
	background-image: url("https://cdn-damlb.nitrocdn.com/lwHWZgPhNJAmhCFWJmEoXyShzECchyCM/assets/images/optimized/rev-548aa3e/mini-bus.co.il/wp-content/themes/minibus/img/edit_upload_bg.svg");
	background-position: -9px calc(100% + 25px);
	background-repeat: no-repeat;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.edit__upload.nitro-lazy {
	background-image: none !important;
}

.edit__upload__list {
	margin-top: 20px;
	max-height: 280px;
	overflow-y: auto;
	scrollbar-width: auto;
	scrollbar-color: #ccc transparent;
}

.edit__upload__list::-webkit-scrollbar {
	width: 4px;
}

.edit__upload__list::-webkit-scrollbar-track {
	background: 0 0;
}

.edit__upload__list::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 10px;
	border: 0;
}

.edit__upload__list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10px;
	margin-top: 12px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
	word-break: break-word;
}

.edit__upload__list-item svg {
	min-width: 24px;
}

.edit__upload__list-item:first-child {
	margin-top: 0;
}

.edit__services {
	-ms-flex-preferred-size: 400px;
	flex-basis: 400px;
	-ms-flex-negative: 2;
	flex-shrink: 2;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.edit__services-fieldset {
	margin-top: 20px;
	padding: 0;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 20px;
}

.edit__services-fieldset .fieldset__item {
	display: block;
}

.edit__services-fieldset .fieldset__item-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
}

.edit__services-fieldset .fieldset__item-title {
	color: var(--Text_minibus, #121212);
	text-align: right;
	font-family: Rubik, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
}

.edit__services-fieldset .fieldset__item-icon {
	min-width: 48px;
	min-height: 48px;
}

.edit__lang {
	background-image: url("https://cdn-damlb.nitrocdn.com/lwHWZgPhNJAmhCFWJmEoXyShzECchyCM/assets/images/optimized/rev-548aa3e/mini-bus.co.il/wp-content/themes/minibus/img/edit_lang_bg.svg");
	background-position: -6px calc(100% + 6px);
	background-repeat: no-repeat;
	margin-top: 40px;
	min-height: 276px;
}

.edit__lang.nitro-lazy {
	background-image: none !important;
}

.edit__lang-wrap {
	margin-top: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	row-gap: 10px;
}

.edit__lang-item {
	height: 24px;
	width: 32px;
	border-radius: 4px;
	border: 1px solid #9fa8b0;
}

.edit__cars .edit-btn {
	left: 0;
	top: 3px;
}

.edit__cars-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	padding: 28px 20px;
	margin-top: 40px;
}

.edit__cars-chunk.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	position: relative;
}

.edit__cars-chunk:first-child {
	-ms-flex-preferred-size: 780px;
	flex-basis: 780px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.edit__cars-chunk.files {
	-ms-flex-preferred-size: 180px;
	flex-basis: 180px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.edit__cars-chunk.fieldset-type {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.edit__cars-chunk.relative {
	position: relative;
}

.edit__cars__sliders__main {
	position: relative;
	max-width: 290px;
	width: 100%;
	height: 220px;
	-webkit-box-flex: 290px;
	-ms-flex: 290px;
	flex: 290px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.edit__cars__sliders__main-item {
	border-radius: 4px;
	overflow: hidden;
}

.edit__cars__sliders__main-item img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.edit__cars__sliders__main .swiper-container {
	border-radius: 4px;
	overflow: hidden;
	height: 220px;
}

.edit__cars__sliders__main__btn {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	z-index: 3;
	height: 25px;
	width: 25px;
}

.edit__cars__sliders__main__btn-next {
	left: 0;
}

.edit__cars__sliders__main__btn-prev {
	right: 0;
}

.edit__cars__sliders__details {
	margin-top: 35px;
	max-width: 470px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.edit__cars__sliders__details .swiper-container {
	overflow: hidden;
	max-width: 402px;
}

.edit__cars__sliders__details__btn {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.edit__cars__sliders__details-item {
	overflow: hidden;
	border-radius: 4px;
	height: 64px;
}

.edit__cars__sliders__details-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.edit__cars__info {
	-ms-flex-preferred-size: 470px;
	flex-basis: 470px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.edit__cars__info__stats {
	margin-top: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.edit__cars__info__stats-item {
	height: 48px;
	padding: 12px;
	border-radius: 4px;
	background: #f8f8f8;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	color: #000;
	font-size: 10px;
	font-weight: 700;
	line-height: 115%;
}

.edit__cars__info__stats-item .num {
	font-size: 30px;
}

.edit__cars__info__stats-item svg {
	min-width: 20px;
}

.edit__cars__files {
	margin-top: 15px;
	max-width: 180px;
	max-height: 340px;
	overflow-y: auto;
	scrollbar-width: auto;
	scrollbar-color: #ccc transparent;
}

.edit__cars__files::-webkit-scrollbar {
	width: 4px;
}

.edit__cars__files::-webkit-scrollbar-track {
	background: 0 0;
}

.edit__cars__files::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 10px;
	border: 0;
}

.edit__cars__files-item {
	margin-top: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
}

.edit__cars__files-item span {
	direction: ltr;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.edit__cars__files-item svg {
	min-width: 24px;
}

.edit__cars__files-item:first-child {
	margin-top: 0;
}

.edit__cars-fieldset {
	margin-top: 25px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 20px;
}

.edit__cars-fieldset .fieldset__item {
	max-width: 48px;
}

.edit__cars-fieldset .fieldset__item-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.edit__cars-fieldset .fieldset__item-title {
	text-align: center;
}

.edit__drivers {
	margin-top: 30px;
}

.edit__driver {
	border-radius: 20px;
	background-color: #f8f8f8;
	padding-bottom: 15px;
}

.edit__driver.active .edit__driver-toggle {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.edit__driver-toggle {
	position: absolute;
	left: 15px;
	top: 38px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.edit__driver__top {
	position: relative;
	padding: 15px 20px;
	padding-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.edit__driver__top-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.edit__driver__top__img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
}

.edit__driver__top__img-wrapper {
	width: 64px;
	height: 70px;
	border-radius: 4px;
	overflow: hidden;
}

.edit__driver__top__name {
	color: #121212;
	font-size: 24px;
	font-weight: 700;
	line-height: 130%;
}

.edit__driver__top-cars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
	width: 700px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 30px;
}

.edit__driver__top__car {
	-webkit-box-flex: 28%;
	-ms-flex: 28%;
	flex: 28%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.edit__driver__top__car__name {
	color: #9fa8b0;
	font-size: 24px;
	font-weight: 700;
	line-height: 115%;
}

.edit__driver__top__car__img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
}

.edit__driver__top__car__img-wrapper {
	width: 70px;
	min-width: 70px;
	height: 70px;
	border-radius: 4px;
	overflow: hidden;
}

.edit__driver__body {
	scrollbar-width: auto;
	scrollbar-color: #d9d9d9 transparent;
	margin-top: 30px;
	margin-left: 15px;
	padding: 15px 20px;
	padding-bottom: 0;
	max-height: 810px;
	overflow-y: auto;
}

.edit__driver__body::-webkit-scrollbar {
	width: 4px;
}

.edit__driver__body::-webkit-scrollbar-track {
	background: 0 0;
}

.edit__driver__body::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #d9d9d9;
}

.edit__driver .edit__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
}

.edit__driver .edit__services {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 300px;
	flex: 1 1 300px;
}

.edit__driver .edit__upload {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 180px;
	flex: 1 1 180px;
}

.edit-show {
	margin-top: 60px;
	height: 62px;
	width: 220px;
	padding: 16px 42px;
}

.areas {
	margin-top: 70px;
	background-color: #f8f8f8;
}

.areas-top-title {
	margin-top: 70px;
}

.areas-inner {
	position: relative;
	padding-bottom: 10px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.areas-title {
	color: var(--blue);
	font-size: 16px;
	font-weight: 700;
	line-height: 115%;
}

.areas-item {
	color: #121212;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

.areas-toggle {
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 2;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.areas-toggle[data-dropdown-btn-active=true] {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.areas-toggle[data-dropdown-btn-active=true]+.edit-btn {
	opacity: 1;
	pointer-events: auto;
}

.areas .edit-btn {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	left: 3px;
	top: auto;
	bottom: 20px;
	opacity: 0;
	pointer-events: none;
}

.areas-list-anim {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 1;
	pointer-events: auto;
	max-height: 1000px;
}

.areas-list-anim[data-dropdown-opened=false] {
	margin-top: 0;
	opacity: 0;
	pointer-events: none;
	max-height: 0;
}

.areas-table {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.areas-table-wrapper {
	position: relative;
	z-index: 2;
	margin-left: 40px;
	max-width: 100%;
	overflow-x: auto;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	scrollbar-width: thin;
	scrollbar-color: #d9d9d9 transparent;
}

.areas-table-wrapper::-webkit-scrollbar {
	width: 4px;
	height: 8px;
}

.areas-table-wrapper::-webkit-scrollbar-track {
	background: 0 0;
}

.areas-table-wrapper::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #d9d9d9;
}

.areas-table td, .areas-table th {
	border: 0;
	font-size: 16px;
	line-height: 115%;
	position: relative;
	z-index: 2;
	white-space: nowrap;
	text-align: right;
	padding-left: 35px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.areas-table td:last-child, .areas-table th:last-child {
	padding-left: 0;
}

.areas-table th {
	padding: 20px 35px;
	padding-right: 0;
	padding-bottom: 10px;
	color: var(--blue);
	font-weight: 700;
}

.areas-table td {
	padding-top: 20px;
	color: #000;
	font-size: 16px;
}

.areas.blue {
	position: relative;
	margin-top: 20px;
}

.areas.blue::after {
	content: "";
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 64px;
	background: -o-linear-gradient(112deg, #006ce4 56.38%, #4d9ffa 101.93%);
	background: linear-gradient(338deg, #006ce4 56.38%, #4d9ffa 101.93%);
	opacity: 1;
	z-index: 1;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.areas.blue .head-row td, .areas.blue .head-row th {
	color: #fff;
}

.areas.blue .areas-toggle path {
	fill: #fff;
}

.areas.blue:not(.active) .areas-table-wrapper {
	scrollbar-width: thin;
	scrollbar-color: var(--blue) transparent;
}

.areas.blue:not(.active) .areas-table-wrapper::-webkit-scrollbar {
	width: 4px;
	height: 8px;
	-webkit-transition: .5s;
	transition: .5s;
}

.areas.blue:not(.active) .areas-table-wrapper::-webkit-scrollbar-track {
	background: 0 0;
}

.areas.blue:not(.active) .areas-table-wrapper::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: var(--blue);
}

.areas.active .areas-inner {
	padding-bottom: 20px;
}

.areas.active .areas-table-wrapper {
	padding: 0;
}

.areas.active .areas-table th {
	padding: 20px 35px;
	padding-right: 0;
}

.areas.active .areas-table th:last-child {
	padding-left: 0;
}

.edit__table {
	margin-top: 80px;
}

.table {
	border-spacing: 0;
	width: 100%;
	margin-top: 45px;
	font-size: 24px;
	min-width: 1440px;
}

.table-wrapper {
	width: 100%;
	overflow-x: auto;
}

.table td, .table th {
	white-space: nowrap;
}

.table td {
	vertical-align: middle;
	text-align: right;
	color: #000;
	font-size: 16px;
	font-weight: 400;
}

.table tr.green {
	background-color: #deedd6;
}

.table tr.yellow {
	background-color: #fffae0;
}

.table tr.red {
	background-color: #faebec;
}

.table-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	color: #081225;
	font-size: 16px;
	font-weight: 600;
	padding: 11px 8px;
	margin: 0;
	border-radius: 4px;
	border: 1px solid #bcbccc;
	background-color: #fff;
}

.table-btn svg {
	height: 24px;
}

.table-select {
	color: #081225;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	width: 220px;
	height: 48px;
	background-position-y: 10px;
}

.table-select option {
	font-size: 16px;
	color: #081225;
}

.table .status-sign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 110px;
	padding: 2px 8px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	background-color: #fff;
	border-radius: 20px;
	font-family: Rubik, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	border: 2px solid #000;
	color: #000;
}

.table .status-sign.blue {
	border: 2px solid #008fc7;
	color: #008fc7;
}

.table .status-sign.green {
	border: 2px solid #24922f;
	color: #24922f;
}

.table .status-sign.yellow {
	border: 2px solid #e8c931;
	color: #e8c931;
}

.table .status-sign.red {
	border: 2px solid #ff525d;
	color: #ff525d;
}

.table .table-header-row {
	background-color: #f4f4f6;
}

.table th {
	border: 0;
	cursor: pointer;
	padding: 5px 10px;
}

.table th .table-header-cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	color: #9fa8b0;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
}

.table th:first-child {
	padding-right: 30px;
}

.table th:last-child {
	padding-left: 30px;
}

.table tr {
	border: 0;
	background-color: #fff;
}

.table tr td:first-child {
	padding-right: 30px;
}

.table tr td:last-child {
	padding-left: 30px;
}

.table tr:nth-child(odd) {
	background-color: #f8f8f8;
}

.table tr:first-child {
	background-color: #f4f4f6;
}

.table td {
	padding: 11px 10px;
}

.table .cell-order {
	color: #008fc7;
	text-align: right;
	font-weight: 400;
	text-decoration-line: underline;
}

.table .cell-types {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}

.table__filter-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.table__filter-input {
	height: 100%;
	border: 0;
	padding: 10px;
	padding-right: 54px;
}

.table__filter-input-wrap {
	height: 48px;
	width: 320px;
	position: relative;
	border-radius: 4px;
	border: 1px solid #bcbccc;
}

.table__filter-input-btn {
	border-radius: 4px;
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: var(--orange);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.table__filter__date {
	width: 280px;
	height: 48px;
	border-radius: 4px;
	border: 1px solid #bcbccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	color: var(--blue);
	font-size: 20px;
	font-weight: 700;
	line-height: 130%;
}

.table__filter__date-input {
	width: 120px;
	background-color: transparent;
}

#filter_date_to {
	text-align: right;
}

#filter_date_from {
	text-align: left;
}

.login {
	height: 100vh;
}

.login-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.login__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.login__img-wrapper {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.login-main {
	-ms-flex-preferred-size: 660px;
	flex-basis: 660px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.login .input-wrap {
	width: 400px;
}

.login .input-wrap:first-child {
	margin-bottom: 50px;
}

.login__save {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 18px;
	color: #121212;
	font-size: 16px;
	font-weight: 400;
	line-height: 115%;
}

.login-btn {
	margin-top: 65px;
	width: 240px;
}

.login-forgot {
	color: #a5a9b4;
	font-size: 12px;
	font-weight: 700;
	line-height: 130%;
	position: absolute;
	bottom: 100px;
}

.tender {
	margin-bottom: 120px;
	margin-top: 140px;
}

.tender-page-container {
	max-width: 1340px;
}

.tender-page-btns {
	margin-top: 85px;
	margin-bottom: 140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tender-page-btn {
	padding-left: 35px;
	padding-right: 35px;
}

.tender-inner {
	background-image: url("https://cdn-damlb.nitrocdn.com/lwHWZgPhNJAmhCFWJmEoXyShzECchyCM/assets/images/optimized/rev-548aa3e/mini-bus.co.il/wp-content/themes/minibus/img/tender_block_bg.svg");
	background-position: center;
	background-size: cover;
	background-color: var(--blue);
	background-repeat: no-repeat;
	border-radius: 20px;
	padding: 30px 50px 45px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 35px;
}

.tender-inner.nitro-lazy {
	background-image: none !important;
}

.tender-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 80px;
}

.tender-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tender-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-preferred-size: 270px;
	flex-basis: 270px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.tender-offer {
	width: 220px;
}

.tender-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 60px;
}

.tender-title {
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	line-height: 130%;
	margin-bottom: 20px;
}

.tender-title.with-stroke {
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	padding-bottom: 9px;
}

.tender__route {
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 115%;
}

.tender__route small {
	font-size: 20px;
}

.tender__route div:first-child {
	margin-bottom: 6px;
}

.tender__status {
	margin-top: 60px;
	padding: 8px 12px;
	border-radius: 3em;
	border: 2px solid #8cc1ff;
	color: #8cc1ff;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	background-color: #fff;
	min-width: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 8px;
}

.tender__applied {
	max-width: 270px;
	margin-top: 35px;
	font-size: 30px;
	font-weight: 700;
	line-height: 115%;
}

.tender__info {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-preferred-size: 580px;
	flex-basis: 580px;
}

.tender__info-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 10px;
}

.tender__info__item {
	-webkit-box-flex: 40%;
	-ms-flex: 40%;
	flex: 40%;
}

.tender__info__item-title {
	font-size: 10px;
	font-weight: 700;
	line-height: 130%;
}

.tender__info__item-main {
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
}

.tender__info__tube {
	padding: 4px 24px;
	margin-top: 50px;
	border-radius: 10em;
	border: 1px solid #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 115%;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 30px;
}

.tender__info__tube-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
}

.tender__info__tube-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}

.tender__info__tube__item {
	font-size: 30px;
	font-weight: 700;
	line-height: 115%;
}

.tender__info__tube__item small {
	font-size: 10px;
	font-weight: 700;
	line-height: 130%;
}

.tender-slabs {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tender__slab-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
}

.tender__slab-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 48px;
	width: 48px;
	border-radius: 4px;
	border: 1px solid #fff;
}

.tender__slab-icon svg {
	max-height: 32px;
	width: auto;
}

.tender__slab-icon svg path {
	fill: #fff;
}

.tender__slab-icon svg path[fill-rule=evenodd] {
	fill: var(--blue);
}

.tender__slab-title {
	text-align: center;
	font-size: 10px;
	font-weight: 700;
	line-height: 130%;
}

.tender__files-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
	margin-top: 4px;
	max-width: 205px;
}

.tender__files-item span {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.tender__files-item svg {
	min-width: 24px;
}

.tender__range {
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
	margin-left: 90px;
}

.workers {
	padding: 30px 0 75px;
	background: #f8f8f8;
}

.workers__filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.workers__filter svg {
	min-width: 32px;
	-ms-flex-preferred-size: 32px;
	flex-basis: 32px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.workers-grid {
	margin-top: 30px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px;
}

.workers-grid.min {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 14px;
}

.workers-grid.min .workers__item {
	-webkit-box-flex: 15%;
	-ms-flex: 15%;
	flex: 15%;
	padding: 10px;
	border-radius: 4px;
}

.workers-grid.min .workers__item-row {
	margin-bottom: 0;
}

.workers-grid.min .workers__item-name {
	margin-top: 10px;
}

.workers-grid.min .workers__item__img-wrapper {
	-ms-flex-preferred-size: 90px;
	flex-basis: 90px;
	width: 90px;
	height: 90px;
}

.workers-grid.min .workers__item__wrap {
	margin-top: 15px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.workers__item {
	border-radius: 20px;
	border: 1px solid #bcbccc;
	background-color: #fff;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.workers__item-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	margin-bottom: 25px;
}

.workers__item__img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.workers__item__img-wrapper {
	-ms-flex-preferred-size: 105px;
	flex-basis: 105px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	width: 105px;
	height: 114px;
	border-radius: 4px;
	overflow: hidden;
}

.workers__item-name {
	color: #121212;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
}

.workers__item__wrap {
	margin-top: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
	row-gap: 12px;
}

.workers__item__wrap-title {
	color: #9fa8b0;
	font-size: 10px;
	font-weight: 700;
	line-height: 115%;
}

.workers__item__wrap-body {
	margin-top: 2px;
	color: #081225;
	font-size: 16px;
	font-weight: 700;
}

.workers__item__wrap-body.flags img {
	max-height: 20px;
}

.workers__item-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: auto;
	gap: 25px;
}

.workers__item-btn {
	width: 100%;
	max-width: 148px;
	height: 48px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	line-height: 130%;
}

.workers-more {
	width: 220px;
	display: block;
	margin: 40px auto 0;
}

html[dir=rtl] .header__item {
	border-right: 0;
	border-left: 1px solid #bcbccc;
}

html[dir=rtl] .header__item:last-child {
	border: 0;
}

html[dir=rtl] .input {
	direction: rtl;
}

html[dir=rtl] input[type=email], html[dir=rtl] input[type=month], html[dir=rtl] input[type=password], html[dir=rtl] input[type=tel], html[dir=rtl] input[type=week] {
	text-align: right;
}

@media screen and (min-width:0px) {
	.trip__tabs-item:first-child {
		border-top-right-radius: 20px;
		border-top-left-radius: 0;
	}
	
	.trip__tabs-item:first-child svg {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}
	
	.trip__tabs-item:last-child {
		border-top-right-radius: 0;
		border-top-left-radius: 20px;
		border-left: 2px solid #fff;
	}
	
	.trip__tabs-item:last-child.active {
		border-left: 2px solid var(--orange);
	}
}

@media screen and (min-width:769px) {
	.menu-item.mobile {
		display: none;
	}
	
	.read__item.bigger {
		-ms-grid-column-span: 2;
		grid-column: span 2;
	}
	
	.read__item.bigger .read__item-bot {
		background-color: #f8f8f8;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.read__item.bigger .read__item__more {
		margin-top: 0;
	}
	
	.tender .tender__info__tube.mob {
		display: none;
	}
}

@media screen and (min-width:971px) {
	.tender-wrap {
		-ms-flex-preferred-size: 1180px;
		flex-basis: 1180px;
	}
}

@media screen and (min-width:1101px) {
	.offers__slider-item.swiper-slide-duplicate-next, .offers__slider-item.swiper-slide-duplicate-prev, .offers__slider-item.swiper-slide-next, .offers__slider-item.swiper-slide-prev {
		-webkit-box-shadow: 3.40997px 0 17.04983px 0 rgba(0, 0, 0, .25), 0 3.40997px 8.52491px 0 rgba(255, 255, 255, .25) inset;
		box-shadow: 3.40997px 0 17.04983px 0 rgba(0, 0, 0, .25), 0 3.40997px 8.52491px 0 rgba(255, 255, 255, .25) inset;
		height: 330px;
	}
	
	.offers__slider-item.swiper-slide-duplicate-next .offers__slider__title, .offers__slider-item.swiper-slide-duplicate-prev .offers__slider__title, .offers__slider-item.swiper-slide-next .offers__slider__title, .offers__slider-item.swiper-slide-prev .offers__slider__title {
		font-size: 17px;
	}
	
	.offers__slider-item.swiper-slide-duplicate-next .offers__slider__img-wrapper, .offers__slider-item.swiper-slide-duplicate-prev .offers__slider__img-wrapper, .offers__slider-item.swiper-slide-next .offers__slider__img-wrapper, .offers__slider-item.swiper-slide-prev .offers__slider__img-wrapper {
		height: 80px;
	}
	
	.offers__slider-item.swiper-slide-duplicate-next .offers__slider__info-row, .offers__slider-item.swiper-slide-duplicate-prev .offers__slider__info-row, .offers__slider-item.swiper-slide-next .offers__slider__info-row, .offers__slider-item.swiper-slide-prev .offers__slider__info-row {
		font-size: 14px;
		height: 40px;
	}
	
	.offers__slider-item.swiper-slide-duplicate * {
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	
	.offers__slider-item.swiper-slide-duplicate-next *, .offers__slider-item.swiper-slide-duplicate-prev * {
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	
	.offers__slider-item:not(.swiper-slide-active, .swiper-slide-next, .swiper-slide-prev, .swiper-slide-duplicate-active, .swiper-slide-duplicate-next, .swiper-slide-duplicate-prev) {
		height: 290px;
	}
	
	.offers__slider-item:not(.swiper-slide-active, .swiper-slide-next, .swiper-slide-prev, .swiper-slide-duplicate-active, .swiper-slide-duplicate-next, .swiper-slide-duplicate-prev) .offers__slider__title {
		font-size: 15px;
	}
	
	.offers__slider-item:not(.swiper-slide-active, .swiper-slide-next, .swiper-slide-prev, .swiper-slide-duplicate-active, .swiper-slide-duplicate-next, .swiper-slide-duplicate-prev) .offers__slider__img-wrapper {
		height: 80px;
	}
	
	.offers__slider-item:not(.swiper-slide-active, .swiper-slide-next, .swiper-slide-prev, .swiper-slide-duplicate-active, .swiper-slide-duplicate-next, .swiper-slide-duplicate-prev) .offers__slider__info-row {
		font-size: 12px;
		height: 34px;
	}
}

@media screen and (min-width:1306px) {
	.region .region__filter__arrow {
		display: none;
	}
}

@media screen and (min-width:1486px) {
	.trip .trip__tabs__arrow {
		display: none;
	}
}

@media screen and (min-width:2100px) {
	.stroke-bg-gray {
		background-image: url("https://cdn-damlb.nitrocdn.com/lwHWZgPhNJAmhCFWJmEoXyShzECchyCM/assets/images/optimized/rev-548aa3e/mini-bus.co.il/wp-content/themes/minibus/img/stroke_bg_gray.svg");
		background-position: center;
		background-size: cover;
		background-color: #fff;
		background-repeat: no-repeat;
	}
	
	.stroke-bg-gray.nitro-lazy {
		background-image: none !important;
	}
}

@media screen and (max-width:1770px) {
	.vehicles__slider-inner {
		padding-left: 0;
		padding-right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 30px;
		overflow: visible;
	}
	
	.vehicles__slider-inner>.swiper-container {
		overflow: hidden;
		padding: 15px;
		max-width: calc(100% - 60px - 48px - 48px);
	}
	
	.vehicles__slider__btn {
		min-width: 48px;
		position: static;
	}
	
	.reviews__slider-inner {
		padding-left: 0;
		padding-right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 30px;
		overflow: visible;
	}
	
	.reviews__slider-inner>.swiper-container {
		overflow-x: hidden;
		padding: 0;
		max-width: calc(100% - 60px - 48px - 48px);
	}
	
	.reviews__slider__btn {
		min-width: 48px;
		position: static;
	}
}

@media screen and (max-width:1660px) {
	.footer-wrap {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}
	
	.trip-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.trip__btn-check {
		-ms-flex-preferred-size: 300px;
		flex-basis: 300px;
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}
	
	.offers__slider {
		max-width: initial;
		width: auto;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 15px;
	}
	
	.offers__slider .swiper-container {
		width: 900px;
	}
	
	.travel__cool {
		-ms-flex-preferred-size: 400px;
		flex-basis: 400px;
	}
	
	.read-wrap {
		grid-gap: 30px;
	}
}

@media screen and (max-width:1655px) {
	.region__filter__btn {
		font-size: 20px;
		padding: 12px 15px;
	}
}

@media screen and (max-width:1650px) {
	.driver__car {
		width: 600px;
		height: auto;
	}
	
	.tender-main {
		gap: 30px;
	}
	
	.tender-wrap {
		-webkit-box-pack: initial;
		-ms-flex-pack: initial;
		justify-content: initial;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
		row-gap: 30px;
	}
	
	.tender__info__tube {
		margin-top: 30px;
	}
	
	.tender__range {
		margin: 0;
	}
}

@media screen and (max-width:1640px) {
	.persinfo-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: initial;
		-ms-flex-pack: initial;
		justify-content: initial;
	}
	
	.persinfo__img-wrapper {
		-webkit-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
	}
	
	.persinfo__files {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
}

@media screen and (max-width:1630px) {
	.workers-grid.min .workers__item {
		-webkit-box-flex: 18%;
		-ms-flex: 18%;
		flex: 18%;
	}
}

@media screen and (max-width:1590px) {
	.trip-input {
		width: 100%;
	}
	
	.trip .loc {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.trip-chunk.loc {
		-webkit-box-flex: 40%;
		-ms-flex: 40%;
		flex: 40%;
	}
	
	.edit__cars-chunk:first-child {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	
	.edit__cars-chunk.files {
		-ms-flex-preferred-size: 330px;
		flex-basis: 330px;
	}
	
	.edit__cars-chunk.fieldset-type {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 320px;
		flex: 1 1 320px;
	}
	
	.edit__cars-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.edit__cars__info {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.edit__cars__info__stats-item {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.edit__cars__files {
		max-width: initial;
	}
}

@media screen and (max-width:1545px) {
	.driver-title {
		max-width: 820px;
	}
	
	.driver-subtitle {
		max-width: 820px;
	}
	
	.driver__box {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 0;
		max-width: 890px;
	}
	
	.driver__box-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		padding: 30px;
		width: 100%;
		max-width: initial;
	}
	
	.driver__car {
		width: auto;
	}
	
	.driver__box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 640px;
	}
	
	.driver__form {
		width: 100%;
	}
	
	.driver__form-wrapper {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 100%;
		-ms-flex-preferred-size: initial;
		flex-basis: initial;
	}
	
	.driver__form .driver-btn, .driver__form .driver-input-wrap {
		display: block;
		width: 100%;
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width:1530px) {
	.article__sidebar {
		-ms-flex-preferred-size: 380px;
		flex-basis: 380px;
	}
	
	.article-main {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}
}

@media screen and (max-width:1500px) {
	.popup__edit {
		padding: 40px;
	}
	
	.popup__edit__info {
		gap: 20px;
	}
	
	.popup__edit__info .input-wrap {
		-ms-flex-preferred-size: 300px;
		flex-basis: 300px;
	}
	
	.popup__edit__info-col:first-child {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		max-width: 620px;
	}
	
	.popup__edit__info-col:last-child {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	
	.popup__edit__info-wrap {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
}

@media screen and (max-width:1485px) {
	.trip__tabs-item {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width:1450px) {
	.edit-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.edit__upload {
		-webkit-box-flex: 45%;
		-ms-flex: 45%;
		flex: 45%;
	}
}

@media screen and (max-width:1430px) {
	.tender_reg .book-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.tender_reg .book__item__img-wrapper {
		height: 230px;
	}
	
	.tender_reg__stage__book-item {
		-webkit-box-flex: 27%;
		-ms-flex: 27%;
		flex: 27%;
	}
}

@media screen and (max-width:1420px) {
	.book__item {
		-webkit-box-flex: 21%;
		-ms-flex: 21%;
		flex: 21%;
		max-width: calc(( 100% - 90px ) / 4);
	}
}

@media screen and (max-width:1400px) {
	.vehicles__item__fieldset .fieldset__item {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

@media screen and (max-width:1380px) {
	.driver__car {
		width: 600px;
	}
}

@media screen and (max-width:1360px) {
	.benefits-wrap {
		gap: 30px;
	}
	
	.benefits__item {
		-webkit-box-flex: 45%;
		-ms-flex: 45%;
		flex: 45%;
	}
	
	.benefits__item.blue {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	
	.travel__steps-item {
		margin-bottom: 30px;
	}
	
	.travel__cool {
		display: none;
	}
	
	.travel__cool__img {
		-o-object-position: top;
		object-position: top;
	}
	
	.read-wrap {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	
	.choose__photo {
		-ms-flex-preferred-size: 450px;
		flex-basis: 450px;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	
	.choose__photo-title {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width:1330px) {
	.offers__slider .swiper-container {
		width: 650px;
	}
}

@media screen and (max-width:1320px) {
	.login-main {
		-ms-flex-preferred-size: 430px;
		flex-basis: 430px;
	}
}

@media screen and (max-width:1305px) {
	.region__filter .swiper-slide {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

@media screen and (max-width:1300px) {
	.trip-element {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.trip-cluster {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	
	.book-wrap {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}
	
	.book__item {
		-webkit-box-flex: 26%;
		-ms-flex: 26%;
		flex: 26%;
		max-width: calc(( 100% - 60px ) / 3);
	}
	
	.tender-wrap {
		-webkit-column-gap: 60px;
		-moz-column-gap: 60px;
		column-gap: 60px;
	}
	
	.workers-grid.min .workers__item {
		-webkit-box-flex: 23%;
		-ms-flex: 23%;
		flex: 23%;
	}
}

@media screen and (max-width:1280px) {
	.benefits_mini-item {
		-webkit-box-flex: 31%;
		-ms-flex: 31%;
		flex: 31%;
	}
}

@media screen and (max-width:1260px) {
	.stage__bar__dropdown-cases {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.stage__bar__dropdown-cases .stage__bar__case {
		-webkit-box-flex: 30%;
		-ms-flex: 30%;
		flex: 30%;
	}
}

@media screen and (max-width:1250px) {
	.footer {
		padding-bottom: 70px;
	}
	
	.footer-item {
		-webkit-box-flex: 30%;
		-ms-flex: 30%;
		flex: 30%;
	}
	
	.footer__col {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	
	.driver__car {
		width: 500px;
	}
}

@media screen and (max-width:1200px) {
	.popup__edit {
		padding: 20px;
	}
	
	.popup__edit__files {
		padding-top: 50px;
	}
	
	.popup__edit__services {
		padding-top: 50px;
	}
	
	.trip__btn-check {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 100px;
		flex-basis: 100px;
	}
	
	.trip__btn-offers {
		-ms-flex-preferred-size: 100px;
		flex-basis: 100px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.benefits_mini {
		margin-top: 50px;
	}
	
	.article {
		margin-top: 75px;
	}
	
	.article h1, .article h2 {
		font-size: 36px;
	}
	
	.article__sidebar-title {
		margin-bottom: 30px;
	}
	
	.tender_reg {
		margin-top: 70px;
	}
	
	.driver__register {
		margin-top: 70px;
	}
	
	.driver__car-wrapper {
		display: none;
	}
	
	.driver-title {
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	.driver-subtitle {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	.driver__box {
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.choose {
		margin-top: 70px;
	}
	
	.adv {
		margin-top: 70px;
	}
	
	.adv-wrap {
		margin-top: 50px;
	}
	
	.process {
		margin-top: 70px;
		padding: 50px 0;
	}
	
	.stage__bar-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.stage__bar-wrap>.input-wrap.number-type {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	
	.stage__bar__droplist {
		-webkit-box-flex: 44%;
		-ms-flex: 44%;
		flex: 44%;
	}
	
	.stage__bar__case__top-left {
		padding-left: 28px;
	}
	
	.persinfo {
		margin-top: 50px;
	}
	
	.vehicles {
		margin-top: 50px;
	}
	
	.reviews {
		margin-top: 50px;
	}
	
	.services {
		margin-top: 50px;
	}
	
	.order {
		padding: 50px 0;
	}
	
	.order-main {
		margin-top: 50px;
		gap: 30px;
	}
	
	.process2 {
		padding-top: 50px;
	}
	
	.edit-main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.edit-col.thin {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 30px;
		row-gap: 10px;
	}
	
	.edit__photo {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-ms-flex-preferred-size: 180px;
		flex-basis: 180px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	
	.edit__verified {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		max-width: 180px;
	}
	
	.edit__trips {
		-webkit-box-flex: calc(( 100% - 30px - 180px ) / 2 - 30px);
		-ms-flex: calc(( 100% - 30px - 180px ) / 2 - 30px);
		flex: calc(( 100% - 30px - 180px ) / 2 - 30px);
		margin-top: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.edit__lang {
		-webkit-box-flex: calc(( 100% - 30px - 180px ) / 2 - 30px);
		-ms-flex: calc(( 100% - 30px - 180px ) / 2 - 30px);
		flex: calc(( 100% - 30px - 180px ) / 2 - 30px);
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin-top: 0;
		min-height: initial;
	}
	
	.edit.con-type .edit__trips {
		-webkit-box-flex: calc(100% - 180px - 30px);
		-webkit-box-flex: 1;
		-ms-flex: calc(100% - 180px - 30px);
		flex: calc(100% - 180px - 30px);
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.edit__driver__top-cars {
		width: 580px;
	}
	
	.edit__driver__top__name {
		font-size: 20px;
	}
	
	.edit__driver__top__car__name {
		font-size: 20px;
	}
	
	.tender {
		margin-bottom: 50px;
	}
	
	.workers {
		padding: 30px 0;
	}
}

@media screen and (max-width:1180px) {
	.book__item {
		-webkit-box-flex: 40%;
		-ms-flex: 40%;
		flex: 40%;
		max-width: calc(( 100% - 30px ) / 2);
	}
}

@media screen and (max-width:1140px) {
	.popup__edit__services-fieldset {
		-ms-grid-columns: 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media screen and (max-width:1130px) {
	.choose__photo {
		-ms-flex-preferred-size: 270px;
		flex-basis: 270px;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	
	.workers-grid {
		grid-gap: 15px;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width:1100px) {
	.offers__slider .swiper-container {
		width: 300px;
	}
	
	.order__img-wrapper {
		display: none;
	}
	
	.order-col {
		-ms-flex-preferred-size: initial;
		flex-basis: initial;
		margin: 0 auto;
		gap: 30px;
		width: 100%;
	}
}

@media screen and (max-width:1050px) {
	.stage__bar__dropdown-cases .stage__bar__case {
		-webkit-box-flex: 45%;
		-ms-flex: 45%;
		flex: 45%;
	}
	
	.vehicles__item__fieldset {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.vehicles__item__fieldset .fieldset__item {
		-webkit-box-flex: 13%;
		-ms-flex: 13%;
		flex: 13%;
	}
}

@media screen and (max-width:1040px) {
	.persinfo-item {
		-webkit-box-flex: 45%;
		-ms-flex: 45%;
		flex: 45%;
	}
	
	.persinfo__fieldset {
		width: 100%;
	}
	
	.persinfo__img-wrapper {
		-webkit-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
	}
}

@media screen and (max-width:1030px) {
	.trip-cluster {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.trip-cluster.reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.trip-element {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	
	.trip-arrows {
		margin-top: 0;
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		cursor: pointer;
	}
	
	.trip-arrows svg {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	.trip-group {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	
	.trip-group .trip-chunk {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	
	.trip-group .trip__item {
		width: 100%;
	}
	
	.article__sidebar {
		-ms-flex-preferred-size: 300px;
		flex-basis: 300px;
	}
	
	.article__sidebar-item {
		max-width: 100%;
	}
	
	.article__socials {
		gap: 20px;
	}
}

@media screen and (max-width:1020px) {
	.popup__edit-title {
		margin-bottom: 20px;
	}
	
	.popup__edit__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.popup__edit__info-col {
		width: 100%;
	}
	
	.popup__edit__info-col:first-child {
		max-width: initial;
	}
	
	.popup__edit__info .input-wrap {
		-webkit-box-flex: 30%;
		-ms-flex: 30%;
		flex: 30%;
	}
}

@media screen and (max-width:1000px) {
	.qna__item {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
}

@media screen and (max-width:976px) {
	.tender_reg .tooltip__cloud {
		right: calc(100% - 44px);
		left: auto;
	}
	
	.tender_reg .tooltip__cloud__triangle {
		right: 18px;
		left: auto;
	}
}

@media screen and (max-width:970px) {
	.tender-main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.tender__route {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.tender-right {
		-ms-flex-preferred-size: initial;
		flex-basis: initial;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 30px;
	}
	
	.tender-right--btn {
		margin-top: 0;
		max-width: 66%;
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	
	.tender__status {
		margin-top: 30px;
	}
}

@media screen and (max-width:960px) {
	.choose-inner {
		display: block;
	}
	
	.choose__photo {
		height: 440px;
	}
	
	.choose__photo-title {
		padding-top: 15px;
	}
	
	.choose__photo__img {
		-o-object-position: center -125px;
		object-position: center -125px;
	}
	
	.choose__block {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media screen and (max-width:950px) {
	.stage__bar__case__top-inner {
		gap: 10px;
	}
	
	.stage__bar__case__top-left {
		gap: 10px;
	}
	
	.stage__bar__case__body-row {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
}

@media screen and (max-width:930px) {
	.footer-item {
		-webkit-box-flex: 42%;
		-ms-flex: 42%;
		flex: 42%;
	}
}

@media screen and (max-width:920px) {
	.page_404 {
		margin-top: 180px;
	}
	
	.header {
		top: 0;
	}
	
	.header .container {
		padding: 0;
	}
	
	.header__item.logo {
		-ms-flex-preferred-size: 100px;
		flex-basis: 100px;
	}
	
	.header-inner {
		border-radius: 0;
		height: 50px;
	}
	
	.popup__join-main {
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}
	
	.popup__join__item-img {
		max-height: 260px;
	}
	
	.driver {
		padding-top: 80px;
	}
	
	.driver-title {
		margin-top: 0;
	}
	
	.adv__quote__misc {
		width: auto;
	}
	
	.reg {
		padding-top: 40px;
	}
	
	.reg__stage__docs__cases {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.edit {
		padding-top: 80px;
	}
	
	.edit__info {
		-ms-flex-preferred-size: initial;
		flex-basis: initial;
	}
	
	.edit__driver__top-cars {
		gap: 20px;
		width: initial;
	}
	
	.edit__driver__top__car {
		-webkit-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
	}
	
	.edit__driver__top__car__name {
		display: none;
	}
	
	.tender {
		margin-top: 70px;
	}
	
	.workers-grid.min .workers__item {
		-webkit-box-flex: 30%;
		-ms-flex: 30%;
		flex: 30%;
	}
}

@media screen and (max-width:900px) {
	.tender_reg__stage__book-item {
		-webkit-box-flex: 35%;
		-ms-flex: 35%;
		flex: 35%;
	}
	
	.vehicles__item-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.vehicles__item__sliders {
		-ms-flex-preferred-size: initial;
		flex-basis: initial;
	}
	
	.vehicles__item__sliders__main {
		margin: 0 auto;
	}
	
	.vehicles__item__sliders__details {
		margin: 0 auto;
		margin-top: 10px;
	}
	
	.vehicles__slider.con-type .vehicles__item__sliders {
		-ms-flex-preferred-size: initial;
		flex-basis: initial;
	}
}

@media screen and (max-width:880px) {
	.stage__bar-wrap>.input-wrap.number-type {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	
	.stage__bar__droplist {
		-webkit-box-flex: 110px;
		-ms-flex: 110px;
		flex: 110px;
	}
}

@media screen and (max-width:870px) {
	.undertrip-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 20px;
	}
	
	.undertrip__img-wrapper {
		-webkit-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
		max-height: 300px;
		max-width: 500px;
		margin: 0 auto;
	}
}

@media screen and (max-width:860px) {
	.stage__bar__droplist-outer {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width:850px) {
	.edit__driver .edit__upload {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 300px;
		flex: 1 1 300px;
	}
	
	.edit__cars-chunk.files {
		-ms-flex-preferred-size: 240px;
		flex-basis: 240px;
	}
	
	.edit__cars-chunk:first-child {
		display: block;
		max-width: 100%;
		width: 100%;
	}
	
	.edit__cars-chunk.fieldset-type {
		max-width: initial;
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	
	.edit__cars-chunk.files {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	
	.edit__cars__sliders__main {
		height: 300px;
		max-width: 370px;
		margin: 0 auto;
	}
	
	.edit__cars__sliders__main .swiper-container {
		height: 100%;
	}
	
	.edit__cars__sliders__details {
		margin-top: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.edit__cars__info {
		margin-top: 30px;
	}
	
	.edit__cars__info__stats {
		margin-top: 15px;
	}
	
	.edit__cars__info .edit-title {
		text-align: center;
		margin-left: 0;
	}
	
	.edit__cars-item {
		margin-top: 15px;
		gap: 15px;
	}
	
	.edit-col.thin {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width:830px) {
	.adv__quote__misc {
		display: none;
	}
}

@media screen and (max-width:800px) {
	.article__sidebar {
		-ms-flex-preferred-size: 250px;
		flex-basis: 250px;
	}
}

@media screen and (max-width:768px) {
	.btn {
		padding: 12px 20px;
		font-size: 16px;
		height: 50px;
	}
	
	.section-title {
		font-size: 36px;
	}
	
	.fieldset.big {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.fieldset.big .fieldset__item-title {
		font-size: 14px;
	}
	
	.fieldset.big .fieldset__item-icon {
		max-height: 40px;
	}
	
	.fieldset.big .fieldset__item-icon svg {
		height: 100%;
		width: auto;
	}
	
	.select {
		height: 50px;
		font-size: 18px;
		background-position: 8px 13px;
	}
	
	.range-slider-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 15px;
	}
	
	.range-slider-value {
		font-size: 16px;
	}
	
	.range-slider-value-wrap {
		-webkit-box-flex: 90px;
		-webkit-box-flex: 0;
		-ms-flex: 90px;
		flex: 90px;
		-ms-flex-positive: 0;
		flex-grow: 0;
		height: 36px;
		padding: 8px;
		position: relative;
		font-size: 16px;
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
	}
	
	.range-slider-value-wrap.error {
		border-color: #ec2626;
	}
	
	.range-slider-track {
		height: 6px;
	}
	
	.range-slider-input::-webkit-slider-thumb {
		-webkit-appearance: none;
		height: 24px;
		width: 24px;
		border-radius: 50%;
		border: 0;
		background-color: var(--orange);
		pointer-events: auto;
		cursor: -webkit-grab;
		cursor: grab;
		margin-top: -10px;
	}
	
	.range-slider-input::-webkit-slider-thumb:active {
		cursor: -webkit-grabbing;
		cursor: grabbing;
	}
	
	.range-slider-input::-moz-range-thumb {
		-moz-appearance: none;
		height: 24px;
		width: 24px;
		border-radius: 50%;
		border: 0;
		background-color: var(--orange);
		pointer-events: auto;
		cursor: grab;
	}
	
	.range-slider-input::-moz-range-thumb:active {
		cursor: grabbing;
	}
	
	.range-slider-input::-ms-thumb {
		appearance: none;
		height: 24px;
		width: 24px;
		border-radius: 50%;
		border: 0;
		background-color: var(--orange);
		pointer-events: auto;
		cursor: grab;
	}
	
	.range-slider-input::-ms-thumb:active {
		cursor: grabbing;
	}
	
	.header__item.mobile-hide {
		display: none;
	}
	
	.popup__edit-title {
		font-size: 20px;
	}
	
	.popup__edit__info .input-wrap {
		-webkit-box-flex: 40%;
		-ms-flex: 40%;
		flex: 40%;
	}
	
	.popup__edit__services-fieldset {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.popup__tender {
		padding: 48px 15px;
	}
	
	#stage_2 .popup-body {
		margin-top: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 60px 60px;
	}
	
	#stage_2 .popup-link {
		margin-top: 10px;
	}
	
	#stage_3 .popup-body {
		margin-top: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 60px 60px;
	}
	
	.popup-title {
		margin-top: 50px;
		padding: 0 15px;
	}
	
	.popup-stage-two-col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.popup-stage-two-col .popup-input-wrap {
		width: 100%;
	}
	
	.popup-stage-two-btn {
		width: 100%;
	}
	
	.popup-stage-three-wrap {
		margin: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.popup-stage-three .popup-input-wrap {
		width: 100%;
	}
	
	.footer {
		padding: 50px 0 30px;
	}
	
	.footer-title {
		font-size: 24px;
		min-height: 48px;
	}
	
	.intro__title {
		font-size: 36px;
	}
	
	.trip-input {
		font-size: 16px;
	}
	
	.trip__item {
		padding: 5px;
	}
	
	.trip__item.loc svg {
		width: 20px;
		height: 20px;
		min-width: 20px;
		min-height: 20px;
	}
	
	.trip-wrap {
		height: 40px;
	}
	
	.trip .decrease svg, .trip .increase svg {
		width: 20px;
		height: 20px;
	}
	
	.trip-label {
		top: -3px;
	}
	
	.offers {
		padding-top: 30px;
	}
	
	.offers__info-text {
		font-size: 16px;
	}
	
	.offers__info-text .bigger {
		font-size: 24px;
	}
	
	.benefits {
		padding: 30px 0;
	}
	
	.benefits__item-title {
		font-size: 24px;
	}
	
	.benefits__item-text {
		font-size: 18px;
	}
	
	.benefits__item-main {
		padding-top: 20px;
	}
	
	.book {
		padding: 30px 0;
	}
	
	.travel {
		padding-top: 30px;
	}
	
	.travel-main {
		margin-top: 30px;
	}
	
	.travel__steps-title {
		font-size: 24px;
	}
	
	.travel__steps-text {
		font-size: 16px;
	}
	
	.travel__steps-item {
		padding: 15px 30px;
		gap: 30px;
	}
	
	.travel__steps__number {
		margin-top: 10px;
	}
	
	.travel__steps__number svg {
		display: none;
	}
	
	.travel__steps__number span {
		width: 42px;
		height: 42px;
		font-size: 36px;
	}
	
	.read {
		margin-top: 30px;
	}
	
	.read-wrap {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	
	.qna {
		margin-top: 30px;
	}
	
	.qna-wrap {
		margin-top: 30px;
	}
	
	.qna__item-top {
		font-size: 18px;
		padding: 15px 20px;
	}
	
	.region__title {
		font-size: 36px;
		text-align: center;
		max-width: initial;
		padding: 100px 0 50px;
	}
	
	.article-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.article-top {
		gap: 30px;
	}
	
	.article h1, .article h2 {
		font-size: 24px;
	}
	
	.article h3, .article h4, .article h5, .article h6 {
		font-size: 16px;
	}
	
	.article p {
		font-size: 16px;
		margin-bottom: 20px;
	}
	
	.article img {
		width: 100% !important;
		margin-bottom: 20px !important;
	}
	
	.tender_reg {
		margin-top: 50px;
	}
	
	.tender_reg-stages {
		margin-top: 30px;
	}
	
	.tender_reg__steps__item::before {
		height: 6px;
	}
	
	.tender_reg__steps__item-main {
		width: 24px;
		height: 24px;
		min-width: 24px;
		min-height: 24px;
	}
	
	.tender_reg__steps__item-main>svg {
		height: auto;
		width: 66%;
	}
	
	.driver__register {
		margin-top: 50px;
	}
	
	.driver-title {
		font-size: 40px;
	}
	
	.driver-subtitle {
		margin-top: 30px;
	}
	
	.driver__box-text {
		font-size: 36px;
	}
	
	.driver__form-wrapper {
		padding: 30px;
	}
	
	.driver__form .driver-btn, .driver__form .driver-input-wrap {
		max-width: 100%;
	}
	
	.choose {
		margin-top: 30px;
	}
	
	.choose__photo {
		height: 340px;
	}
	
	.choose__photo__img {
		-o-object-position: center -85px;
		object-position: center -85px;
	}
	
	.choose__photo-title {
		font-size: 36px;
	}
	
	.choose__block-title {
		text-align: center;
	}
	
	.choose__block__list {
		margin-top: 50px;
		gap: 30px;
	}
	
	.choose__block__benefits {
		margin-top: 50px;
	}
	
	.adv {
		margin-top: 50px;
	}
	
	.adv-wrap {
		margin-top: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.adv .benefits__item {
		-ms-flex-preferred-size: initial;
		flex-basis: initial;
	}
	
	.adv__quote {
		margin-top: 30px;
	}
	
	.process {
		margin-top: 50px;
	}
	
	.process-main {
		margin-top: 30px;
	}
	
	.process .travel__steps-item {
		gap: 15px;
	}
	
	.steps__item::before {
		height: 6px;
	}
	
	.steps__item-main {
		width: 24px;
		height: 24px;
		min-width: 24px;
		min-height: 24px;
	}
	
	.steps__item-main>svg {
		height: auto;
		width: 66%;
	}
	
	.stage-title {
		font-size: 20px;
	}
	
	.stage__bar {
		padding: 15px 30px 15px 40px;
	}
	
	.stage__bar .stage-title {
		font-size: 18px;
	}
	
	.stage__bar-close {
		left: 9px;
	}
	
	.stage__bar-toggle {
		left: 9px;
	}
	
	.stage__bar__profile-input {
		font-size: 16px;
	}
	
	.stage__bar__slider__arrow-prev {
		right: -27px;
	}
	
	.stage__bar__slider__arrow-next {
		left: -27px;
	}
	
	.stage__bar__case-wrapper {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	
	.stage__bar__case__top-title {
		font-size: 14px;
	}
	
	.stage__bar__case__top-label {
		width: auto;
	}
	
	.stage__bar__case__top-label span {
		display: none;
	}
	
	.stage__bar__droplist__btn {
		font-size: 18px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.stage__bar__dropdown-cases .stage__bar__case__top {
		padding-top: 15px;
	}
	
	.stage__bar__dropdown-cases .stage__bar__case__top-inner {
		padding-left: 30px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}
	
	.stage__bar__dropdown-cases .stage__bar__case__top-title {
		padding-left: 0;
		-webkit-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
		max-width: calc(100% - 36px - 10px);
	}
	
	.stage__bar__dropdown-cases .stage__bar__case__top .input-wrap {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.stage__bar__dropdown-cases .stage__bar__case__top-left {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.stage__opinion__checkboxes {
		margin-top: 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 10px;
	}
	
	.stage__areas-inner {
		max-width: 100%;
		gap: 10px;
	}
	
	.stage__areas__item {
		height: auto;
		font-size: 18px;
		padding: 12px;
	}
	
	.stage__areas__item-inner {
		gap: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.stage__areas__item-checkbox {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.stage__areas__item__body {
		display: none;
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
		padding: 10px;
		gap: 10px;
		overflow-y: auto;
		position: static;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.stage__areas__item__body-item {
		gap: 10px;
		font-size: 14px;
	}
	
	.stage__areas__item:focus .stage__areas__item-checkbox:checked+.stage__areas__item__body, .stage__areas__item:hover .stage__areas__item-checkbox:checked+.stage__areas__item__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.reg__stage__login_details {
		margin-top: 20px;
	}
	
	.reg__stage__vehicle__btn-wrapper {
		margin-top: 30px;
	}
	
	.reg__stage__areas-subtitle {
		font-size: 16px;
	}
	
	.reg__stage__services-textarea {
		height: 200px;
	}
	
	.persinfo {
		margin-top: 30px;
	}
	
	.persinfo-inner {
		gap: 30px;
	}
	
	.persinfo-title {
		font-size: 24px;
	}
	
	.persinfo-item {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	
	.persinfo__fieldset-wrapper .persinfo-title {
		text-align: center;
	}
	
	.persinfo__img-wrapper {
		margin-top: 0;
		max-width: 320px;
		height: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.vehicles {
		margin-top: 30px;
	}
	
	.vehicles__slider-inner {
		gap: 5px;
	}
	
	.vehicles__item__fieldset {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.vehicles__item__fieldset .fieldset__item {
		-webkit-box-flex: 20%;
		-ms-flex: 20%;
		flex: 20%;
	}
	
	.reviews {
		margin-top: 30px;
	}
	
	.services {
		margin-top: 30px;
	}
	
	.order {
		padding: 30px 0;
	}
	
	.process2 {
		padding-top: 30px;
	}
	
	.process2-main {
		margin-top: 30px;
	}
	
	.process2 .travel__steps-item {
		gap: 15px;
	}
	
	.edit-col.thin {
		gap: 15px;
	}
	
	.edit-title {
		font-size: 20px;
	}
	
	.edit-block {
		padding: 15px 10px;
	}
	
	.edit-row {
		gap: 15px;
	}
	
	.edit__upload {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	
	.edit__files {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	
	.edit__verified {
		margin-top: 0;
	}
	
	.edit__driver .edit__info {
		gap: 20px;
	}
	
	.edit-show {
		display: block;
		margin: 0 auto;
		margin-top: 30px;
	}
	
	.areas:not(.blue) {
		margin-top: 50px;
	}
	
	.areas-top-title {
		margin-top: 50px;
	}
	
	.areas-table-wrapper {
		margin-left: 25px;
	}
	
	.areas-table td, .areas-table th {
		font-size: 14px;
		padding-left: 15px;
	}
	
	.areas-toggle {
		left: -8px;
	}
	
	.areas .edit-btn {
		left: -5px;
	}
	
	.edit__table {
		margin-top: 30px;
	}
	
	.login-main {
		-ms-flex-preferred-size: 320px;
		flex-basis: 320px;
	}
	
	.login .input-wrap {
		width: calc(100% - 30px);
	}
	
	.login .input-wrap:first-child {
		margin-bottom: 30px;
	}
	
	.tender-inner {
		gap: 30px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.tender-page-btns {
		margin: 30px 0;
	}
	
	.tender-wrap {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}
	
	.tender__route {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		font-size: 20px;
	}
	
	.tender__route small {
		font-size: 16px;
	}
	
	.tender__applied {
		max-width: initial;
		margin-top: 0;
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		font-size: 20px;
	}
	
	.tender__info__tube {
		margin-left: auto;
		margin-right: auto;
	}
	
	.tender__info__tube.desk {
		display: none;
	}
	
	.tender__info__tube__item {
		font-weight: 400;
		font-size: 24px;
	}
	
	.tender__info__item {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	
	.tender-offer {
		margin: 0;
	}
	
	.workers-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		justify-items: center;
	}
	
	.workers-grid.min .workers__item {
		-webkit-box-flex: 40%;
		-ms-flex: 40%;
		flex: 40%;
	}
	
	.workers__item {
		max-width: 500px;
	}
}

@media screen and (max-width:684px) {
	.intro {
		height: 670px;
	}
	
	.intro__subtitle {
		margin-top: 30px;
		margin-bottom: 200px;
	}
	
	.trip {
		padding-top: 20px;
	}
	
	.trip__tabs-item svg {
		display: none;
	}
}

@media screen and (max-width:680px) {
	.popup__join-title {
		margin-top: 0;
	}
	
	.popup__join-main {
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}
	
	.popup__join__item {
		gap: 20px;
	}
	
	.popup__join__item-img {
		max-height: 200px;
	}
	
	.popup__join__item-btn {
		width: 150px;
	}
}

@media screen and (max-width:670px) {
	.undertrip__info {
		margin: 50px auto 0;
	}
	
	.undertrip .undertrip__info.offers__info>* {
		margin-bottom: 20px;
	}
	
	.offers-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.offers__info {
		text-align: center;
	}
	
	.offers__slider .swiper-container {
		width: 100%;
	}
	
	.offers__slider-item {
		height: auto;
	}
	
	.stage__bar__dropdown-cases {
		gap: 15px;
	}
	
	.stage__bar__dropdown-cases .stage__bar__case {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
}

@media screen and (max-width:660px) {
	.benefits_mini-item {
		-webkit-box-flex: 48%;
		-ms-flex: 48%;
		flex: 48%;
	}
	
	.choose__block__benefits {
		height: auto;
	}
	
	.choose__block__benefits-item {
		max-width: initial;
		text-align: center;
	}
	
	.adv__quote__cloud {
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 20px;
	}
	
	.adv__quote__portrait {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		width: 130px;
		height: 130px;
	}
}

@media screen and (max-width:630px) {
	.edit__info-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 6px;
	}
}

@media screen and (max-width:615px) {
	.stage__bar-wrap .input-wrap:first-child {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	
	.stage__bar-wrap>.input-wrap.number-type {
		-webkit-box-flex: 30%;
		-ms-flex: 30%;
		flex: 30%;
	}
	
	.stage__bar__droplist {
		-webkit-box-flex: 47%;
		-ms-flex: 47%;
		flex: 47%;
	}
}

@media screen and (max-width:600px) {
	.benefits__item__img-wrapper {
		display: none;
	}
	
	.benefits__item.blue .benefits__item-main {
		padding: 20px 10px;
	}
	
	.book__item {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
	
	.tender_reg__stage__fieldset {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.tender_reg__stage__fieldset.grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.tender_reg__stage__fieldset-item {
		-webkit-box-flex: 23%;
		-ms-flex: 23%;
		flex: 23%;
	}
	
	.tender_reg__stage__fieldset-label {
		height: auto;
	}
	
	.tender_reg__stage__book-item {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	
	.vehicles__slider-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.vehicles__slider-inner>.swiper-container {
		margin-top: 30px;
		overflow: visible;
		padding: 0;
		max-width: 100%;
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.vehicles__slider__btn-prev {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.vehicles__slider__btn-next {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.vehicles__slider__btn.swiper-button-disabled {
		opacity: 1;
	}
	
	.reviews__slider-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.reviews__slider-inner>.swiper-container {
		padding: 0;
		max-width: 100%;
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.reviews__slider__btn-prev {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.reviews__slider__btn-next {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.reviews__slider__btn.swiper-button-disabled {
		opacity: 1;
	}
}

@media screen and (max-width:565px) {
	.article-top {
		margin-bottom: 20px;
	}
	
	.article-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 20px;
		gap: 20px;
		height: auto;
	}
	
	.article__author {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (max-width:560px) {
	.popup__edit__services-fieldset {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	
	.popup__edit__services-fieldset .fieldset__item {
		height: auto;
	}
	
	.popup__edit__services-fieldset .fieldset__item-main {
		padding: 10px;
	}
	
	.popup__edit__services-fieldset .fieldset__item-title {
		font-size: 14px;
	}
	
	.popup__edit__services-fieldset .fieldset__item-icon {
		height: 32px;
	}
	
	.popup__edit__langs .popup__edit-title {
		margin-right: 0;
	}
	
	.popup__edit__langs-wrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.driver__register-flex {
		display: block;
	}
	
	.driver__register-flex .btn {
		display: block;
		width: 100%;
		margin-top: 15px;
	}
	
	.edit__photo {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		height: 210px;
	}
	
	.edit__verified {
		max-height: 34px;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.edit__trips {
		-webkit-box-flex: calc(100% - 15px - 180px);
		-webkit-box-flex: 1;
		-ms-flex: calc(100% - 15px - 180px);
		flex: calc(100% - 15px - 180px);
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.edit__lang {
		-webkit-box-flex: initial;
		-webkit-box-flex: 1;
		-ms-flex: initial;
		flex: initial;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.edit__driver-toggle {
		left: 11px;
		top: 20px;
	}
	
	.edit__driver__top-cars {
		gap: 10px;
	}
	
	.edit__driver__top-flex {
		gap: 10px;
	}
	
	.edit__driver__top__name {
		font-size: 16px;
	}
	
	.edit__driver__top__img-wrapper {
		width: 50px;
		height: 50px;
	}
	
	.edit__driver__top__car {
		-webkit-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
	}
	
	.edit__driver__top__car__img-wrapper {
		width: 50px;
		height: 50px;
		min-width: initial;
	}
	
	.edit__driver .edit__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.edit__driver .edit__info .mobile-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 20px;
	}
	
	.edit.con-type .edit__driver .edit__trips.mini {
		padding: 10px;
		margin-top: 0;
		margin-left: 40px;
	}
	
	.table__filter-inner {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 15px;
	}
	
	.table__filter__date {
		width: 100%;
	}
	
	.table__filter-input-wrap {
		width: 100%;
	}
}

@media screen and (max-width:550px) {
	.popup-join-type .popup-inner {
		min-height: initial;
	}
	
	.popup__join-title {
		font-size: 24px;
	}
	
	.popup__join-main {
		margin-top: 50px;
	}
	
	.popup__join__item {
		gap: 20px;
	}
	
	.popup__join__item-img {
		max-height: 140px;
	}
	
	.popup__join__item-btn {
		width: 120px;
	}
	
	.footer-item {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	
	.trip-input.number {
		width: 100%;
	}
	
	.trip-row {
		gap: 10px;
	}
	
	.trip__tabs-item {
		padding: 10px;
	}
}

@media screen and (max-width:540px) {
	.choose__photo {
		display: none;
	}
}

@media screen and (max-width:530px) {
	.benefits__item {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	
	.benefits__item-icon svg {
		max-height: 48px;
		width: auto;
	}
	
	.benefits__item.blue .benefits__item-main {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.benefits__item.blue .benefits__item-title {
		text-align: center;
	}
	
	.benefits__item.blue .benefits__item-text {
		text-align: center;
	}
	
	.tender_reg .tender_reg-mobile-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 15px;
	}
	
	.tender_reg .tender_reg-mobile-flex label {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	
	.tender_reg .tender_reg-mobile-flex>* {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.tender_reg .file-type-label.short {
		margin-right: 40px;
	}
	
	.tender_reg__stage__info {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		margin: 0;
		margin-left: auto;
		position: static;
	}
	
	.vehicles__item__driver {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.vehicles__item__driver__img-wrapper {
		margin: 0 auto;
		width: 200px;
		height: 230px;
	}
	
	.tender-inner {
		padding: 15px;
		padding-bottom: 30px;
	}
	
	.tender .range-slider-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 30px;
	}
	
	.tender .range-slider-container {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.tender-right--btn {
		max-width: 100%;
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	
	.workers-grid.min .workers__item {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
}

@media screen and (max-width:515px) {
	.fieldset.big {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	
	.page_404 {
		margin-top: 140px;
	}
}

@media screen and (max-width:510px) {
	.edit__cars__info {
		margin-top: 15px;
	}
	
	.edit__cars__info .edit-title {
		margin-left: 0;
	}
	
	.edit__cars__info__stats {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}
	
	.edit__cars__info__stats-item .num {
		font-size: 24px;
	}
	
	.edit__cars__sliders__main {
		margin-left: 30px;
		max-width: calc(100% - 35px);
		height: calc(( 100vw - 85px ) * .81081);
	}
	
	.edit .edit__driver .edit__cars__sliders__main {
		height: calc(( 100vw - 114px ) * .81081);
	}
	
	.edit__driver__body {
		margin-left: 5px;
		padding: 15px 10px 0;
	}
}

@media screen and (max-width:500px) {
	.intro {
		text-align: center;
	}
}

@media screen and (max-width:475px) {
	.stage__areas__item {
		padding: 8px;
		font-size: 14px;
		text-align: right;
	}
	
	.stage__areas__item-inner {
		gap: 10px;
	}
	
	.stage__areas__item__body {
		padding: 10px;
		gap: 10px;
	}
	
	.stage__areas__item__body-item {
		gap: 10px;
		font-size: 12px;
	}
}

@media screen and (max-width:470px) {
	.popup__edit__info .input-wrap {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	
	.article__sidebar {
		padding: 15px;
	}
	
	.login__img-wrapper {
		display: none;
	}
	
	.login-main {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
}

@media screen and (max-width:460px) {
	.offers__slider {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	
	.offers__slider__btn-prev {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.offers__slider__btn-next {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.offers__slider .swiper-container {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.offers__slider-item {
		border-radius: 20px;
		height: auto;
	}
	
	.stage__bar__droplist-outer {
		max-width: 100%;
		margin-top: 10px;
	}
	
	.reg__stage__personal_info {
		margin-top: 20px;
	}
	
	.reg__stage__personal_info__wrap {
		gap: 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.reg__stage__personal_info__wrap-col {
		-webkit-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
		gap: 10px;
	}
}

@media screen and (max-width:450px) {
	.travel__steps-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 30px;
	}
	
	.travel__steps-title {
		text-align: center;
	}
	
	.travel__steps-text {
		text-align: center;
	}
	
	.edit__photo {
		-webkit-box-ordinal-group: initial;
		-ms-flex-order: initial;
		order: initial;
		max-width: 180px;
	}
	
	.edit__verified {
		margin-top: 0;
		-webkit-box-ordinal-group: initial;
		-ms-flex-order: initial;
		order: initial;
		max-width: initial;
		max-width: 180px;
		width: 100%;
	}
	
	.edit__trips {
		-webkit-box-ordinal-group: initial;
		-ms-flex-order: initial;
		order: initial;
		-webkit-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
		width: 100%;
	}
	
	.edit__lang {
		-webkit-box-ordinal-group: initial;
		-ms-flex-order: initial;
		order: initial;
		-webkit-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
		width: 100%;
	}
	
	.edit-col.thin {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
	}
	
	.edit.con-type .edit__trips {
		-webkit-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
	}
	
	.edit.con-type .edit__driver .edit__trips.mini {
		-webkit-box-flex: calc(100% - 180px - 30px);
		-ms-flex: calc(100% - 180px - 30px);
		flex: calc(100% - 180px - 30px);
	}
	
	.tender__info__tube {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 4px;
		width: 100%;
		padding: 4px 12px;
	}
}

@media screen and (max-width:440px) {
	#stage_2 .popup-body {
		padding: 0 30px 60px;
	}
	
	#stage_3 .popup-body {
		padding: 0 30px 60px;
	}
	
	.workers__filter-select {
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

@media screen and (max-width:431px) {
	.vehicles__item__sliders__main {
		width: 100%;
	}
	
	.vehicles__item__sliders__details {
		width: 100%;
	}
	
	.vehicles__item__sliders__details .swiper-container {
		height: 100%;
	}
}

@media screen and (max-width:430px) {
	.order-row {
		font-size: 16px;
	}
	
	.edit__driver__top-cars {
		margin-left: 20px;
	}
	
	.edit__driver__top__car {
		-webkit-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
	}
	
	.edit__driver__top__car__img-wrapper {
		width: 30px;
		height: 30px;
	}
}

@media screen and (max-width:425px) {
	.adv__quote__cloud {
		padding: 10px;
	}
	
	.adv__quote__portrait {
		width: 100px;
		height: 100px;
	}
}

@media screen and (max-width:420px) {
	.popup__join-title {
		font-size: 24px;
	}
	
	.popup__join-main {
		margin-top: 30px;
	}
	
	.popup__join__item {
		gap: 20px;
	}
	
	.popup__join__item-img {
		max-height: 100px;
	}
	
	.popup__join__item-btn {
		padding: 4px 6px;
		height: 32px;
		width: 100px;
	}
	
	.tender_reg__stage__fieldset {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.tender_reg__stage__fieldset-item {
		max-width: calc(50% - 10px);
		-webkit-box-flex: 40%;
		-ms-flex: 40%;
		flex: 40%;
	}
	
	.tender_reg__stage__fieldset-label {
		height: 100%;
	}
	
	.driver-title {
		font-size: 32px;
	}
	
	.driver__box-text {
		font-size: 24px;
	}
	
	.stage-btns {
		gap: 20px;
	}
	
	.stage__btn {
		max-width: initial;
	}
	
	.stage__opinion-title {
		font-size: 20px;
	}
	
	.stage__opinion-dialog .btn {
		width: 120px;
	}
	
	.stage__opinion__checkboxes {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 10px;
	}
	
	.stage__opinion-bottom {
		margin-top: 40px;
	}
	
	.stage__opinion-inputs {
		margin-top: 30px;
	}
}

@media screen and (max-width:400px) {
	.header__item {
		gap: 5px;
		font-size: 14px;
	}
	
	.header__item.burger {
		-ms-flex-preferred-size: 40px;
		flex-basis: 40px;
	}
	
	.popup__tender-btn {
		min-width: 100px;
	}
	
	.popup__tender-stage .popup__tender-btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.popup__tender-stage .popup__tender-btn {
		width: 100%;
	}
	
	.popup__tender__pay-title {
		margin: 20px 0;
	}
	
	.edit__services-fieldset {
		grid-column-gap: 8px;
		grid-row-gap: 15px;
	}
	
	.tender-page-btns {
		gap: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.tender-page-btn {
		width: 100%;
	}
	
	.tender__info__tube__item {
		font-size: 18px;
	}
	
	.tender__info__tube-title {
		font-size: 14px;
	}
	
	.tender__info__tube-row {
		gap: 4px;
	}
	
	.tender__status {
		margin-top: 0;
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
}

@media screen and (max-width:390px) {
	.benefits_mini-icon svg {
		max-height: 52px;
		width: auto;
	}
	
	.benefits_mini-title {
		font-size: 20px;
	}
}

@media screen and (max-width:380px) {
	.workers-grid:not(.min) .workers__item-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.workers-grid:not(.min) .workers__item__img-wrapper {
		-ms-flex-preferred-size: initial;
		flex-basis: initial;
		height: 160px;
		width: 160px;
		margin: auto;
	}
	
	.workers-grid:not(.min) .workers__item-name {
		text-align: center;
	}
	
	.workers-grid:not(.min) .workers__item-btn {
		min-width: 0;
		padding: 8px 12px;
	}
}

@media screen and (max-width:375px) {
	.fieldset.big {
		grid-gap: 15px;
	}
	
	.fieldset.big .fieldset__item-main {
		padding: 10px;
	}
	
	.popup .stage__areas .checkbox {
		width: 16px;
		height: 16px;
		min-width: 16px;
		min-height: 16px;
	}
	
	.footer__col {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	
	.article-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}
}

@media screen and (max-width:360px) {
	.reg__stage__docs__datepicker-wrap {
		display: none;
	}
	
	.edit__driver__top-cars {
		gap: 5px;
	}
	
	.edit__driver__top__name {
		font-size: 14px;
	}
}

@media screen and (max-width:350px) {
	.tender__info__tube {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.tender__info__tube-title {
		display: none;
	}
}

@media screen and (max-width:1020px) and (min-width:361px) {
	.popup .stage__bar__case__top-title:has(+.reg__stage__docs__datepicker-wrap) span {
		line-height: initial;
		font-size: 10px;
	}
}

@media screen and (max-width:1805px) and (min-width:1305px) {
	.region__filter-item:first-child .region__filter__dropdown {
		left: -12px;
	}
	
	.region__filter-item:last-child .region__filter__dropdown {
		left: 156px;
	}
}

@media screen and (max-height:660px) {
	.login-forgot {
		bottom: 30px;
	}
}
