/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

html,
body,
h1,
h2,
h3,
p,
section,
footer {
	padding: 0;
	margin: 0;
}

html,
body {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: auto;
}

*,
*:before,
*:after {
	box-sizing: inherit;
	-moz-box-sizing: inherit;
}

* {
	max-height: 1000000px;
	outline: none;
}

body {
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	min-height: 100vh;
	min-height: var(--vh, 100vh);
	/* height: auto; */
	margin: 0;

	background: url(../img/bg.png);
	background-position: 0 0;
	background-size: auto;
	background-repeat: repeat;
	font-family: Arial, sans-serif;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	/* -webkit-box-pack: end;
	-ms-flex-pack: end; */
	justify-content: space-between;
	-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;
	position: relative;
}

.input-help-text {
	font-size: 14px;
	line-height: 1;
	color: #ff0000;
	opacity: 0;
	text-align: center;
	margin-top: -3px;
	margin-bottom: 5px;
}

.checkbox-green {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	/* position: relative; */
	vertical-align: middle;
	font-size: 14px;
	user-select: none;
}

.checkbox-green .checkbox-green-switch {
	display: inline-block;
	height: 28px;
	width: 90px;
	box-sizing: border-box;
	position: relative;
	border-radius: 8px;
	/* background: #848484; */
	background-color: #70c767;
	transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
}

.checkbox-green .checkbox-green-switch:before {
	content: attr(data-label-on);
	display: inline-block;
	box-sizing: border-box;
	width: 45px;
	padding: 0 12px;
	position: absolute;
	top: 0;
	left: 45px;
	text-transform: uppercase;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	font-size: 10px;
	line-height: 28px;
}

.checkbox-green .checkbox-green-switch:after {
	content: attr(data-label-off);
	display: inline-block;
	box-sizing: border-box;
	width: 44px;
	border-radius: 8px;
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 5;
	text-transform: uppercase;
	text-align: center;
	background: white;
	line-height: 26px;
	font-size: 10px;
	color: #555555;
	transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
}

.checkbox-green input[type="checkbox"] {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.checkbox-green input[type="checkbox"]:checked+.checkbox-green-switch {
	background-color: #70c767;
}

.checkbox-green input[type="checkbox"]:checked+.checkbox-green-switch:before {
	content: attr(data-label-off);
	left: 0;
}

.checkbox-green input[type="checkbox"]:checked+.checkbox-green-switch:after {
	content: attr(data-label-on);
	/*color: #4fb743;*/
	transform: translate3d(44px, 0, 0);
}

/* Hover */
.checkbox-green input[type="checkbox"]:not(:disabled)+.checkbox-green-switch:hover {
	cursor: pointer;
}

.checkbox-green input[type="checkbox"]:not(:disabled)+.checkbox-green-switch:hover:after {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

/* Disabled */
.checkbox-green input[type=checkbox]:disabled+.checkbox-green-switch {
	opacity: 0.6;
	filter: grayscale(50%);
}

/* Focus */
.checkbox-green.focused .checkbox-green-switch:after {
	box-shadow: inset 0px 0px 4px #ff5623;
}

.section {
	/*padding-bottom: 5%;*/
	display: flex;
	justify-content: center;
	position: relative;
}

.section--ar {
	display: flex;
	flex-grow: 2;
	/* min-height: 100vh;
	min-height: var(--vh, 100vh);
	min-height: calc(100vh - 84px);
	min-height: calc(var(--vh, 100vh) - 81px); */
}

.section--en {
	min-height: calc(100vh - 116px);
	min-height: calc(var(--vh, 100vh) - 116px);
}

.service-logo {
	width: 80px;
	height: auto;
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}

.service-logo.active {
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	opacity: 1;
}

.progress__bar {
	position: relative;
	font-size: 22px;
	text-align: center;
	background: #6C6C6C;
	height: 25px;
	width: 342px;
	overflow: hidden;
	border-radius: 25px;
	margin: 0 auto;
	margin-bottom: 25px;
}

.full__bar {
	background: #FF9D00;
	height: 25px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.counter {
	/*margin-top: -15px;*/
	text-align: center;
	font-size: 36px;
	color: #fff;
}

.counter-pin,
.progress__bar-pin {
	opacity: 0;
}

.content {
	margin: 0 auto;
	margin-top: 13vh;
	width: 382px;
}

.box {
	background: #fff;
	-webkit-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
	border-radius: 8px;
	margin-bottom: 10px;
}

.box.active {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.last__box {
	background: #fff;
	-webkit-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	-webkit-transition: transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	opacity: 0;
	border-radius: 8px;
	/*margin-bottom: 25px;*/
	margin-bottom: 25%;

}

.last__box.active {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	width: 360px;
}


.top__part {
	/*border-bottom: 1px solid #949494;*/
	/*padding: 14px 12px;*/
	font-weight: bold;
	position: relative;
}

.popup__close {
	width: 32px;
	height: 32px;
	position: absolute;
	font-size: 0;
	color: transparent;
	border: 0;
	cursor: pointer;
	top: 0px;
	right: 2px;
	z-index: 1;
	padding: 8px;
	border-radius: 50%;

}

.popup__close-item {
	width: 100%;
	height: 22px;
	display: block;
	position: absolute;
	top: -17px;
	right: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
	transition: background 0.2s linear;
}

.popup__close-item:before,
.popup__close-item:after {
	content: "";
	width: 50%;
	height: 2px;
	background-color: #515151;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	transform: scaleX(1) translate(0px, 10px) rotate(45deg);
	transition: transform 0.2s linear;
}

.popup__close-item:before {
	transform: scaleX(1) translate(0px, 10px) rotate(-45deg);
}

.message__close {
	position: absolute;
	top: 9px;
	right: 10px;
	width: 16px;
	height: 16px;
	font-size: 0;
	color: #222222;
	cursor: pointer;
}

.message__close::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	border-radius: 10px;
	background-color: #222222;
	transform: translateX(-50%) rotate(-45deg);
}

.message__close::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	background-color: #222222;
	border-radius: 10px;
	transform: translateX(-50%) rotate(45deg);
}

.message__close:hover.message__close::before,
.message__close:hover.message__close::after {
	background-color: #2222;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

body.en .top__part {
	text-align: left;
}

.main__part {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-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;
	padding: 17px 20px 20px 20px;
}

.main__part_img {
	margin-bottom: 8px;
}

.main__part_item {
	text-align: center;
}

.main__text {
	color: #555555;
	font-size: 24px;
	margin-bottom: 11px;
	font-weight: bolder;
}

.helper__text {
	color: #555555;
	text-align: center;
	width: 100%;
	margin-bottom: 37px;
	/*min-height: 36px;*/
	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-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 20px;
	line-height: 1;
}

body:not(.en) #messageSuccess .helper__text,
body:not(.en) #messageFailed .helper__text {
	direction: rtl;
}

.message {
	position: fixed;
	z-index: 20;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	background: rgba(255, 245, 208, .5);
	/*text-align: center;*/
}

.message__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 317px;
	/*height: 204px;*/
	padding: 34px 20px 29px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	border: none;
	border-radius: 8px;
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, .2);
	will-change: transform;
	animation-name: fadeInDown;
	animation-duration: .8s;
	animation-delay: .4s;
	animation-fill-mode: both
}

.message__content--pin-unsuccess {
	padding: 52px 40px
}

.message__title {
	color: #616161;
	font-size: 26px;
	margin-bottom: 11px;
	text-align: center;
}

.message__text {
	color: #616161;
	text-align: center;
	width: 100%;
	margin-bottom: 12px;
	min-height: 36px;
	font-size: 14px;
	line-height: 1;
}

.message__text--mod {
	margin-bottom: 0
}

.message__btn {
	border: 1px solid #40CB5C;
	background: #00BA26;
	color: #fff;
	border-radius: 5px;
	font-size: 26px;
	padding: 9px;
	width: 100%;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}

.message__link {
	position: absolute;
	top: 7px;
	right: 15px;
	width: 15px;
	height: 25px;
	font-size: 0;
	color: transparent
}

.message__link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	background-color: #00BA26;
	transform: translateX(-50%) rotate(-45deg)
}

.message__link::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	background-color: #00BA26;
	transform: translateX(-50%) rotate(45deg)
}

/*.message__link:hover.message__link::after,
.message__link:hover.message__link::before {
	background-color: #222
}*/

.message__attention {
	margin-top: 3px;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	color: red;
	opacity: 0
}

.message__attention--show {
	-webkit-animation: blink-1 .6s both;
	animation: blink-1 .6s both
}

.descr {
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
}

input {
	border: 1px solid #00BA26;
	border-radius: 8px;
	color: #000;
	font-size: 20px;
	padding: 12px;
	text-align: center;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	outline-offset: 0;
	margin-bottom: 10px;
}

input#pin {
	text-align: center;
}

input::-webkit-input-placeholder {
	color: #888888;
}

input:-moz-placeholder {
	color: #888888;
}

input::-moz-placeholder {
	color: #888888;
}

input:-ms-input-placeholder {
	color: #888888;
}

.input--error {

	border-color: red
}

.input--error::placeholder {
	color: red
}



.attention--show {
	-webkit-animation: blink-1 .6s both;
	animation: blink-1 .6s both
}

@-webkit-keyframes blink-1 {

	0%,
	100%,
	50% {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@keyframes blink-1 {

	0%,
	100%,
	50% {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

.form__operator {
	font-size: 16px;
	background-color: #fff;
	color: #444;
	width: 100%;
	margin-bottom: 4px;
	/*border: none;*/
	border: 1px solid #00BA26;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-khtml-border-radius: 8px;
	padding: 0 35px 0 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;

	background-image: url(../img/Vector.png);
	background-position:
		calc(100% - 10px) calc(1em + -10px),
		calc(100% - 15px) calc(1em + 2px),
		calc(100% - 2.5em) 0.5em;
	background-size:
		17px 9px,
		5px 5px,
		1px 1.5em;
	background-repeat: no-repeat;
}

body:not(.en) .form__operator {
	direction: rtl;
}

/*.form__operator option:selected {
	background-color: #fff !important;
	color: #444 
}
#selected__operator{
	color: #D3D3D3!important;
}*/
/*option[value="0"][disabled] {
 color: #D3D3D3!important;
}
option {
  color: black;
}*/
select:not(:valid) {
	color: #999;
}

.select--error {
	border: 1px solid red
}

.button {
	border: 1px solid #40CB5C;
	background: #00BA26;
	color: #fff;
	border-radius: 8px;
	font-size: 24px;
	padding: 12px;
	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-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	cursor: pointer;
	text-decoration: none;
	line-height: 1;
	margin-bottom: 10px;
}

.price{
	color: #CD5C5C;
	font-size: 12px;
    line-height: 1;
	direction: rtl;
}

.btn-pin {

	border: none;
	font-size: 16px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #555555;
	background: 0 0;
	cursor: pointer;
}

.arrow__reset {
	display: inline-block;
	margin-right: 15px
}

/*.btn:hover {
	background-color: red
}*/

/*.btn:active {
	background-color: #c00
}
*/
.btn-pin:disabled {
	color: #a3a3a3
}

#resendPin {
	margin: 10px 0 5px;
	text-decoration: underline;
}


.timer {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 17px;
	font-size: 24px;
	color: #555555;

}

.timer__description {
	font-size: 16px;
	line-height: 1;
	/*margin-bottom: 10px;
	margin-top: 5px;*/
	text-align: center;
	color: #555555
}

.clock {
	margin-right: 5px;
	display: inline-block
}

.notice {
	font-size: 14px;
	line-height: 1em;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: center;
	color: red
}

.notice--show {
	-webkit-animation: blink-1 .6s both;
	animation: blink-1 .6s both
}

.rtl {
	/* unicode-bidi: bidi-override !important;
	direction: unset !important; */
	text-align: right;
}

.ltr {
	text-align: left;
}

.rtl_center {
	/* unicode-bidi: bidi-override !important;
	direction: unset !important; */
	text-align: center;
}

.button__image {
	margin-left: 20px;
	margin-right: 0px;
}

.footer {
	background: #6A6A6A;
	padding: 2px 8px;
	max-width: 768px;
	width: 100%;
	margin: 0 auto;
	opacity: 0;
	line-height: 1;
}

.footer--ar {
	direction: rtl;
}

.footer.active {
	opacity: 1;
	-webkit-transition: opacity 0.5s 1s;
	-o-transition: opacity 0.5s 1s;
	transition: opacity 0.5s 1s;
}

.footer__p {
	color: #d3d3d3;
	/*display: block;*/
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 13px;
	direction: rtl;
	font-weight: normal;
}

.footer__p_orange {
	color: #d3d3d3;
	/*display: block;*/
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 11px;
	direction: rtl;
	font-weight: normal;
}

body.en .footer__p {
	direction: ltr;
	text-align: left !important;
	font-size: 11px;
	line-height: 13px;
}

/* .footer a { */
.footer__link{
	text-decoration: none;
	color: #d3d3d3;
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 5px;
	font-weight: normal;
	display: block;
	text-align: center;
	width: fit-content;
	margin: 0 auto;
}

.footer__link:first-child{
	margin-bottom: 5px;
}

.footer__price{
	color: #c00;
	font-weight: bold;
}


/***LOADER****/
.loader {
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	/* display: flex; */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.85);
	background-image: url("../img/icon-spinner.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25%;
	-webkit-animation: element__fade 0.2s;
	animation: element__fade 0.2s;
}

@-webkit-keyframes element__fade {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes element__fade {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@media screen and (max-width: 1370px)and (max-height:700px) {
	.content {
		margin-top: 12px;
	}

	.progress__bar {
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 1024px)and (max-height:768px) {

	/* планшет гор */
	.progress__bar {
		margin-bottom: 10px;
	}

	.footer__p {
		margin-bottom: 5px;
	}

}

@media screen and (max-width: 1024px)and (max-height:700px) {

	/* планшет гор */
	body {
		/* -webkit-box-pack: start;
		-ms-flex-pack: start; */
		justify-content: space-between;
	}

	.content {
        margin-top: 0px;
    }

	.section {
		padding-top: 2vh;
	}

	.box {
		margin-bottom: 25px;
	}

	.helper__text {
		margin-bottom: 24px;
	}
}




@media screen and (min-width: 500px) and (max-width:960px)and (max-height:500px) and (orientation:landscape) {
	.content {
		margin-top: 20px;
		width: 518px;
		text-align: center;
	}

	input#pin {
		padding: 4px 5px 4px 10px;
	}

	#pinClick {
		padding: 6px;
		font-size: 18px;
	}

	#resendPin {
		margin: 3px 0 3px;
		text-decoration: underline;
	}

	.timer {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 15px;
		font-size: 15px;
		color: #555555;
	}

	.timer__description {
		font-size: 15px;
		line-height: 1;
		/*margin-bottom: 10px;
		margin-top: 5px;*/
		text-align: center;
		color: #555555
	}

	.section {
		padding-top: 0;
	}

	.main__part_item--2 {
		max-width: 250px;

	}

	/* .section--ar {
		min-height: calc(100vh - 28px);
		min-height: calc(var(--vh, 100vh) - 28px);
	} */

	.section--en {
		min-height: calc(100vh - 28px);
		min-height: calc(var(--vh, 100vh) - 28px);
	}


	.main__part_img {
		width: 100%;
	}

	.main__part_img img {
		width: 45px;
	}

	.counter {
		font-size: 18px;
	}

	.full__bar,
	.progress__bar {
		height: 17px;
	}


	.progress__bar {
		margin-bottom: 5px;
	}

	.top__part {
		padding: 5px;
	}

	.box {

		margin: 0 auto;
	}

	.main__part {
		padding: 5px 10px 5px 10px;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: row;
	}

	.main__part_item {
		text-align: center;
	}


	.main__part_img {
		margin-bottom: 0;
	}

	.main__text {
		font-size: 24px;
		margin-bottom: 5px;
	}

	.helper__text {
		font-size: 15px;
		margin-bottom: 8px;
	}

	input {
		padding: 8px 5px 8px 10px;
		margin-bottom: 2px;
	}

	.button {
		padding: 9px;
	}



}

@media screen and (max-width: 900px)and (max-height:350px) and (orientation: landscape) {

	input {
		padding: 8px 5px 8px 10px;
		margin-bottom: 2px;
	}

	.button {
		padding: 9px;
	}

	.section {
		padding-top: 5px;
	}

	.main__text {
		font-size: 20px;
		margin-bottom: 1px;
	}
}

@media screen and (max-width: 900px)and (max-height:290px) and (orientation: landscape) {
	.main__part_img {
		display: none;
	}

	input {
		padding: 8px 5px 8px 10px;
		margin-bottom: 2px;
	}

	.button {
		padding: 9px;
	}

	.main__text {
		font-size: 20px;
		margin-bottom: 1px;
	}

	.main__part_item_right {
		margin-top: 0px;
	}
}

@media screen and (max-width: 900px)and (max-height:270px) and (orientation: landscape) {
	.section {
		padding-top: 0;
	}

	.top__part {
		padding: 4px 12px;
	}

	.main__text {
		font-size: 18px;
	}

	.helper__text {
		font-size: 14px;
		margin-bottom: 2px;
		/*min-height: 30px;*/

	}

	input {
		padding: 8px 5px 8px 10px;
		margin-bottom: 2px;
	}

	.button {
		padding: 9px;
	}

	.descr {
		font-size: 11px;
		line-height: 13px;
		margin-bottom: 5px;
	}
}



@media screen and (min-width: 400px) and (max-width:960px) and (max-height:600px) and (orientation: landscape) {
	/* .section--ar {
		min-height: calc(100vh - 50px);
		min-height: calc(var(--vh, 100vh) - 50px);
	} */

	.section--en {
		min-height: calc(100vh - 50px);
		min-height: calc(var(--vh, 100vh) - 50px);
	}

	.footer--ar {
		width: 100%;
	}

	.content {
		margin-top: 1px;
	}

	.main__text {
		font-size: 18px;
	}

	input {
		padding: 10px 3px 8px 10px;
		margin-bottom: 2px;
		font-size: 17px;
	}

	.button {
		padding: 9px;
	}
}




@media screen and (max-width: 500px)and (max-height:960px) {

	/* .section--ar {
		min-height: calc(100vh - 132px);
		min-height: calc(var(--vh, 100vh) - 132px);
	} */

	.section--en {
		min-height: calc(100vh - 164px);
		min-height: calc(var(--vh, 100vh) - 164px);
	}

	body {
		/* -webkit-box-pack: start;
		-ms-flex-pack: start; */
		justify-content: space-between;
	}


	.section {
		padding-top: 0;
	}

	.content {
		margin-top: 4vh;
	}

	.service-logo {
		width: 65px;
	}

	.main__part {
		padding: 10px 15px 20px;
	}



}

@media screen and (max-width: 414px)and (max-height:700px) {
	.content {
		margin-top: 30px;
	}

	.service-logo {
		width: 50px;
	}

	.main__text {
		margin-bottom: 5px;
	}

	.main__part {
		padding: 10px 15px 15px;
	}

	.main__part_img img {
		width: 50px;
	}

	input {
		padding: 8px 10px 8px 20px;
	}

	.button {
		padding: 10px;
	}

	.footer a,
	body.en .footer__p {
		line-height: 12px;
		font-size: 10px;
	}

	/* .section--ar {
		min-height: calc(100vh - 130px);
		min-height: calc(var(--vh, 100vh) - 130px);
	} */

	.section--en {
		min-height: calc(100vh - 162px);
		min-height: calc(var(--vh, 100vh) - 162px);
	}
}

@media screen and (min-width: 408px) and (max-width: 415px) and (max-height: 640px) {
	/*mob - vert*/
	/*Pixel*/
	/*8+*/
	.content {
		margin-top: 5px;
	}
}


@media screen and (max-width: 394px) {

	.footer a,
	body.en .footer__p {
		line-height: 12px;
		font-size: 10px;
	}

	/* .section--ar {
		min-height: calc(100vh - 130px);
		min-height: calc(var(--vh, 100vh) - 130px);
	} */

	.section--en {
		min-height: calc(100vh - 162px);
		min-height: calc(var(--vh, 100vh) - 162px);
	}
}

@media screen and (max-width: 376px)and (max-height:900px) {

	.content {
		width: 340px;
	}

	.content {
		margin-top: 5px;
	}

	.counter {
		font-size: 28px;
	}

	.progress__bar {
		height: 15px;
	}

	.full__bar {
		height: 15px;
	}

	.service-logo {
		width: 50px;
	}

	.main__part_img img {
		width: 60px;
		height: 60px;
	}

	.helper__text {
		font-size: 13px;
		margin-bottom: 28px;
	}

	.content {
		width: 340px;
	}

	.last__box.active {
		width: 340px;
	}
}

@media screen and (max-width: 375px)and (max-height:600px) {

	.top__part {
		padding: 8px 12px;
	}

	.main__part_img {
		margin-bottom: 0;
	}

	.main__part_img img {
		width: 35px;
		height: 35px;
	}

	.main__part {
		padding: 5px 15px 10px;
	}

	.main__text {
		font-size: 22px;
		margin-bottom: 5px;
	}

	.helper__text {
		font-size: 13px;
		margin-bottom: 5px;
	}

	input {
		font-size: 20px;
		padding: 7px 9px 7px 18px;
		margin-bottom: 7px;
	}

	.button {
		font-size: 22px;
		padding: 9px;
	}

	.footer {
		/*margin-top: -145px;*/
	}
}


@media screen and (max-width: 350px)and (max-height:900px) {
	.service-logo {
		width: 40px;
	}

	.progress__bar {
		margin-bottom: 5px;
		width: 280px;
		height: 20px;
	}

	.full__bar {
		background: #FF9D00;
		height: 20px;
	}

	.main__text {
		font-size: 18px;
		margin-bottom: 19px;
	}

	.helper__text {
		font-size: 12px;
		margin-bottom: 3px;
	}

	.main__part {
		padding: 5px 10px 5px;
	}

	.main__part_img {
		display: none;
	}

	/* .main__part_img img {
		width: 30px;
		height: 30px;
	} */

	.content {
		width: 280px;
	}


	.counter {
		font-size: 24px;
	}

	.last__box.active {
		width: 300px;
	}

	.descr {
		font-size: 11px;
		line-height: 13px;
		margin-bottom: 5px;
	}

	input {

		font-size: 16px;
		padding: 6px 8px;
		width: 260px;
	}

	.button {
		font-size: 16px;
		/*padding: 4px;*/
		padding: 8px;
		width: 260px;
	}

	/* .section--ar {
		min-height: calc(100vh - 146px);
		min-height: calc(var(--vh, 100vh) - 146px);
	} */

	.section--en {
		min-height: calc(100vh - 194px);
		min-height: calc(var(--vh, 100vh) - 194px);
	}


}