.label{
	color: #202226;
	font-size: 2vw;
	font-weight: 800;
	margin: 0px auto 1.875vw auto;
	width: 100%;
	padding: 0;
	position: relative;
}
.label strong{
	color: #EC3131;
}
.label.mb{
	margin-bottom: 40px;
}
.label.big.green{
	color: #2B9E4E;
	text-transform: uppercase;
}
.labels{
	color: #202327;
	font-weight: 400;
	font-size: 0.88vw;
	margin: 0 auto 1.88vw auto;
	width: 100%;
	line-height: 1.4em;
	position: relative;
}
.labels.big{
	font-size: 15px;
}
.label.small{
	font-size: 20px;
	margin-bottom: 20px;
}
.labels.small{
	font-size: 14px;
	margin-bottom: 30px;
}

.wrapInput{
	height: auto;
	margin: 0px 0 1.25vw 0;
	position: relative;
}
.wrapInputs .wrapInput{
	margin: 0;
}
.wrapInputs{
	display: inline-grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1.875vw;
	align-items: center;
}
.wrapInputs .wrapBut{
	margin: 0;
}
.editbox{
	width: 100%;
	height: 2.19vw;
	padding: 0px 0.625vw 0px 0.625vw;
	font-family: 'moula';
	font-size: 0.875vw;
	font-weight: 300;
	color: #202226;
	line-height: normal;
	text-align: left;
	background-color: transparent;
	border-bottom: 0.063vw solid #000;
	border-radius: 0;
	box-shadow: none;
}
.editbox::-moz-placeholder{
  opacity: 1;
  color: #202226;
}
.editbox::-webkit-input-placeholder{
  opacity: 1;
  color: #202226;
}
.editbox.white::-moz-placeholder{
  opacity: 1;
  color: #fff;
}
.editbox.white::-webkit-input-placeholder{
  opacity: 1;
  color: #fff;
}
.editbox.white{
	color: #fff;
	border-color: #fff;
}

.butForm{
	width: 100%;
	display: inline-block;
}
.wrapInput.error:after{
	content: " ";
	width: 187px;
	height: 43px;
	position: absolute;
	bottom: -44px;
	left: 50%;
	transform: translateX(-50%);
	background: url('../pic/wrong.png') no-repeat;
	z-index: 5;
	display: block;
}
.loadBar{
	width: 100%;
	height: auto;
	position: absolute !important;
	top: 50%;
	left: 0px;
	padding: 10%;
	transform: translateY(-50%);
	z-index: 6;
	display: none;
}
.close{
  height: 1.625vw; 
  width: 1.625vw; 
  position: absolute; 
  right: 1.875vw;
  top: 1.875vw; 
  background-image: url('../pic/close.svg'); 
  background-size: 100%;
  z-index: 12;
  opacity: 1;
  transition: 0.5s;
  visibility: hidden;
}
.close:hover{
	cursor: pointer;
	opacity: 1;
}
.succes_send{
	font-weight: 500;
	font-size: 20px; 
	color: #fff; 
	opacity: 1;
	text-align: center;
}
form .wrapBut{
	margin-top: 3.125vw;
	margin-bottom: 1.25vw;
}


/******************************************/
.stopScroll, .stopScroll body{
	overflow: hidden !important;
}
.stopScroll body{
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#hidform{
	width: 100%; 
	height: 100%; 
	background: rgba(255, 255, 255, 0.20);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	z-index: 16; 
	position:fixed; 
	left: 0px;
	top: 0px;
	display: none;
}


/*****************FORMS ********************/
.formhDops{
	position: relative;
}
.formDops{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 25;
	background-color: rgba(0,0,0,0.8);
	overflow-y: auto;
	padding: 20px 0px;
	display: none;
	-webkit-overflow-scrolling: touch;
}
.formDops > form{
	width: 90%;
	height: auto;
	margin: 45px auto 45px auto;
	background-color: #fff;
	max-width: 1000px;	
}
.dekorContent{
	padding: 20px;
	position: relative;
}
.formDops .label{
	font-size: 20px;
}
.closePolitika{
	font-weight: 700;
	font-size: 30px;
	color: #3c46c4 !important;
	margin-bottom: 12px;
	margin-top: 20px;
	text-align: center;
}
.closePolitika:hover{
	cursor: pointer;
}


#formhPolitika p, #formhPolitika h4, #formhPolitika ul {
	margin-bottom: 15px;
	color: #000;
}
#formhPolitika ul li{
	color: #000;
}
.form-content{
  padding: 20px;
  box-shadow: 0px 0px 40px rgba(0,0,0,0.4);
}
.form-content p strong{
	font-weight: 700;
}

/****************************************/
.formLayout{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 99;
	background-color: rgba(0,0,0,0.8);
	overflow-y: auto;
	display: none;
	-webkit-overflow-scrolling: touch;
}

/**********************************/
.formOverlay{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	left: 0px;
	top: 0px;
	overflow-y: auto;
	z-index: 20;
	display: none;
	-webkit-overflow-scrolling: touch;
}
.formIn{
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.formh1{
	width: 26.25vw;
	height: auto;
	background-color: #fff;
	position: relative;
	border-radius: 6px;
	text-align: left;
	padding: 3.125vw 1.875vw 1.875vw 1.875vw;
	max-width: 95%;
}
.formh1 .labels{
	margin-bottom: 20px;
}

/***********************************************/
.formhSostav{
	width: 860px;
	height: auto;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto auto;
	position: relative;
	border-radius: 20px;
	text-align: center;
	padding: 0;
	max-width: 95%;
	overflow: hidden;
}
.wrapFormSostav{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.sostavForm{
	background-color: #EEF7FC;
	padding: 50px;
}
.sostavForm .labels{
	margin-bottom: 20px;
}
.sostavInfo{
	padding: 40px 50px;
	text-align: left;
}
.sostavFormTit{
	font-weight: 800;
	font-size: 22px;
}
.sostavFormLabel{
	font-weight: 800;
	font-size: 18px;
	margin: 12px 0px 10px 0px;
}
.sostavFormContent p{
	font-weight: 300;
	font-size: 16px;
	position: relative;
	padding-left: 25px;
	line-height: 1.5em;
}
.sostavFormContent p:not(:last-child){
	margin-bottom: 10px;
}
.sostavFormContent p:before{
	content:  " ";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #2786B0;
	position: absolute;
	left: 5px;
	top: 5px;
}


/********************FORMH DOP******************/
.formhDop{
	width: 970px;
	max-width: 100%;
	background-color: #fff;
	text-align: right;
	position: relative;
}
.formhDopIn{
	width: 750px;
	display: inline-block;
	text-align: center;
	padding: 40px 25px 0px 25px;
}
.formhDop .label{
	font-weight: 500;
	font-size: 28px;
	color: #007716;
	text-transform: none;
	margin-bottom: 20px;
}
.formhDop .labels{
	font-size: 20px;
	color: #000;
	margin-bottom: 50px;
}
.formhDopInputs .wrapInput, .formhDopInputs .wrapBut{
	margin: 0;
}
.formhDopInputs{
	width: 100%;
	max-width: 610px;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	margin-bottom: 15px;
}
.formhDop label p br{
	display: none;
}
.formhDopImg{
	position: absolute;;
	left: 30px;
	top: 50%;
	transform: translate3d(0px, -40%, 0px);
}
.formhDop .formPodpis{
	margin-bottom: 19px;
}
.butPolitikaClose{
	width: 250px;
}
.formPodpis{
	position: relative;
}
.formPodpis p, .formPodpis a{
	font-size: 13px;
	font-weight: 400;
	color: #80868D;
	text-align: left;
}

/**********************************************/
.formhError{
	width: 480px;
	height: auto;
	background-color: #fff;
	position: relative;
	border-radius: 6px;
	box-shadow: 0px 8px 40px rgba(18, 25, 36, 0.15);
	text-align: center;
	padding: 40px;
	margin: 50px 0px;
	max-width: 95%;
}
.formhError .label{
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 15px;
}
.formhError .labels{
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 30px;
}

/***********************************************/
.formhCity{
	width: 660px;
	height: auto;
	box-shadow: 0px 8px 40px rgba(18, 25, 36, 0.15);
	border-radius: 10px;
	background-color: #fff;
	position: relative;
	padding: 30px;
}
.formhCity .label span{
	font-weight: 500;
	font-size: 13px;
	color: #2B9E4E;
	text-decoration: underline;
	display: inline-block;
	margin-left: 17px;
	text-transform: none;
}
.formhCity .label span:hover{
	cursor: pointer;
	text-decoration: none;
}
.formhCity .label{
	margin-bottom: 10px;
}
.selectCityForm img{
	display: inline-block;
	margin: 0px 10px;
}
.selectCityForm{
	font-weight: 500;
	font-size: 15px;
	color: #80868D;
}
.selectCityForm br{
	display: none;
}
.selectCityForm span{
	font-weight: 500;
	font-size: 18px;
	color: #202327;
}
.wrapCities{
	height: 280px;
	overflow-y: scroll;
	margin-top: 30px;
}
.formCities li{
	font-weight: 500;
	font-size: 18px;
	color: #80868D;
	position: relative;
	padding: 6px 30px;
	border-radius: 6px;
}
.formCities li:before{
	content: url('../pic/ico-address.svg');
	display: block;
	position: absolute;
	left: 5px;
	top: 8px;
}
.formCities li strong{
	font-weight: 700;
	color: #202327;
}
.formCities li:hover{
	cursor: pointer;
	background-color: #F0F0F0;
}
.wrapInput.search{
	display: flex;
	justify-content: space-between;
}
.wrapInput.search .editbox{
	border: none;
	text-align: left;
}
.clearSearch{
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center  center;
	background-size: 100% 100%;
	background-image: url('../pic/x.svg');
}
.clearSearch:hover{
	cursor: pointer;
}
.autoCity:hover{
	cursor: pointer;
}

.blCountry{
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.2vw 0.2vw;
}
.blCountry.active, .blCountry:hover{
  cursor: pointer;
  background-color: #fff;
}
.blCountry p{
  font-weight: 500;
  font-size: 20px;
  color: #1B1C21;
  margin-left: 6px;
}
.selectCountry{
  display: block;
  position: absolute;
  width: 2.08vw;
  height: 1.375vw;
  left: -0.2vw;
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
  z-index: 2;
}
.blCountry.active:after{
  width: 0.44vw;
  height: 0.25vw;
  content: " ";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('../pic/arr-down-select.svg');
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
}
.blCountry:hover{
	background-color: #eee;
}
.white .blCountry.active:after{
  background-image: url('../pic/arr-down-select-white.svg');
}
.selectCountryForm .blCountry.active{
  background-color: transparent;
}
.selectCountryForm .selectCountryIn{
  background: transparent;
}
.selectCountryForm .allCountries{
  background-color: #fff;
}
.selectCountryIn{
  width: 100%;
  background-color: #fff;
  border-radius: 3px; 
  position: absolute;
  z-index: 3;
}
.selectCountryForm.open .selectCountryIn{
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.allCountries{
  width: 100%;
  display: none;
  background-color: #fff;
}
.editbox.tel{
	padding-left: 3.125vw;
}
.blCountry img{
	width: 1.31vw;
	height: auto;
}
.formh1 .wrapBut{
	margin-top: 1.875vw;
}

/******************FORMH DEALER*************************/
.formhDealer{
	width: 52.5vw;
	padding: 3.125vw 0 2.69vw 1.875vw;
	background-color: #fff;
	position: relative;
}
.wrapFormDealerIn{
	width: 25vw;
	border-radius: 0.625vw;
	border: 0.063vw solid #DADADA;
	background: rgba(255, 255, 255, 0.20);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	padding: 1.875vw;
	position: relative;
	z-index: 3;
}
.formhDealer .wrapBut{
	margin-top: 1.875vw;
}
.formDealerMap{
	width: 44.75vw;
	height: 27.56vw;
}
.mapDealerForm{
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
.mapDealerForm img{
	width: 36.31vw;
}
.formDealerImg{
	width: 30.94vw;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 4;
}

/****************FORMH VOPROS**********************/
.formhVopros{
	width: 52.5vw;
	height: auto;
	padding: 3.125vw 1.875vw 1.875vw 1.875vw;
	background-color: #fff;
	position: relative;
}
.wrapFormVoprosIn{
	width: 100%;
	display: grid;
	grid-template-columns: 16.25vw 1fr;
	grid-gap: 1.25vw;
	align-items: center;
}
.formVoprosManagers{
	display: flex;
	gap: 0.625vw;
}
.blFormManager{
	position: relative;
	height: 19.38vw;
	border-radius: 0.375vw;
	overflow: hidden;
}
.blFormManager img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.formhVopros .wrapBut{
	margin-top: 1.875vw;
}
.blFormManagerIn{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.40);
	display: flex;
	align-items: flex-end;
}
.blManagerFormPodpis{
	background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
	padding: 1.2vw 0.625vw;
}
.formManagerName{
	font-weight: 700;
	font-size: 1vw;
	color: #fff;
	margin-bottom: 0.25vw;
}
.formManagerDolgnost{
	font-weight: 400;
	font-size: 0.81vw;
	color: #fff;
}
.blFormManager:hover .blFormManagerIn, .blFormManager.active .blFormManagerIn{
	background: transparent;
	cursor: pointer;
}
.wrapFormRadio{
	position: absolute;
	left: 0.56vw;
	top: 0.69vw;
}
.radioRed{
	display: none;
}
.radioRed + span{
	display: block;
	width: 1.5vw;
	height: 1.5vw;
	background-repeat: no-repeat;
	background-size: 1.5vw 3vw;
	background-position: 0px 0px;
	background-image: url('../pic/radio-red.svg');
	cursor: pointer;
}
.radioRed:checked + span{
	background-position-y: -1.5vw;
}

/*****************FORM FORMH BUY*********************/
.formhBuy, .formhTender, .formhDelivery{
	width: 52.5vw;
	height: auto;
	position: relative;
	background-color: #fff;
	padding: 3.125vw 1.875vw 1.875vw 1.875vw;
}
.wrapFormBuyIn, .wrapFormTenderIn{
	width: 100%;
	display: grid;
	grid-template-columns: 22.5vw auto;
	justify-content: space-between;
}
.formTraktorInfo{
	position: relative;
	width: 20.06vw;
	height: 16.63vw;
	padding-top: 1.5vw;
}
.formTraktorPrices{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 3.125vw;
}
.formPrice{
	font-weight: 700;
	font-size: 1.5vw;
	color: #42454B;
}
.formOldPrice{
	font-weight: 600;
	font-size: 1.125vw;
	color: rgba(66, 69, 75, 0.4);
	text-decoration: line-through;
}

/*****************FORM FORMH TENDER*************************/
.formhTender .wrapBut, .formhDelivery .wrapBut{
	margin-top: 1.88vw;
}
.formPhoto{
	margin-bottom: 1.5vw;
}
.formPhoto img{
	width: 23.75vw;
	height: auto;
	border-radius: 0.5vw;
}
.formManName{
	font-weight: 700;
	font-size: 1.125vw;
	color: #202226;
	text-align: right;
	margin-bottom: 0.25vw;
}
.formDolgnost{
	font-weight: 400;
	font-size: 1.125vw;
	color: #42454B;
	text-align: right;
}


/*********************FORM FORMH DELIVERY**************************/
.formhDelivery{
	width: 52.5vw;
	height: auto;
	position: relative;
	background-color: #fff;
	padding: 3.125vw 2.875vw 2.31vw 1.875vw;
	background-image: url('../pic/bg-form-delivery.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
.wrapFormDeliveryIn{
	width: 27.19vw;
	border-radius: 0.625vw;
	border: 0.0625vw solid #DADADA;
	background: rgba(255, 255, 255, 0.20);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	padding: 1.88vw 2.81vw 1.25vw 1.88vw;
	position: relative;
	z-index: 2;
}
.labelInput{
	font-weight: 400;
	font-size: 0.81vw;
	color: #202226;
}
.formDeliveryImg{
	width: 34.69vw;
	position: absolute;
	right: 0vw;
	bottom: 3.4vw;
	z-index: 1;
}