.label{
	color: #111;
	font-size: 30px;
	font-weight: 700;
	margin: 20px auto 15px auto;
	width: 100%;
	text-align: center;
	padding: 0;
	text-transform: uppercase;
}
.labels{
	color: #c8c8c8;
	font-weight: 400;
	font-size: 15px;
	margin: 0 auto 30px auto;
	text-align: center;
	width: 100%;
}
.wrapInput{
	height: auto;
	margin: 0px auto 17px auto;
	position: relative;
}
form .wrapBut{
	margin: 0px auto 16px auto;
}
.editbox{
	width: 100%;
	height: 40px;
	padding: 0px 20px 0px 20px;
	font-family: 'muller';
	font-size: 14px;
	color: #111;
	border-radius: 7px;
	border: none;
	line-height: normal;
	text-align: left;
	background-color: #ebebeb;
}
.big .editbox{
	height: 50px;
}
form .wrapInput{
	width: 300px;
	margin-bottom: 10px;
}
form .wrapBut{
	width: 200px;
}
.butForm{
	width: 100%;
	display: inline-block;
}
.wrapInput.error:after{
	content: " ";
	width: 187px;
	height: 43px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	background: url('../pic/wrong.png') no-repeat;
	z-index: 5;
	display: block;
}
.loadBar{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0px;
	padding: 10%;
	transform: translateY(-50%);
	z-index: 6;
	display: none;
}
.close{
  height: 30px; 
  width: 30px; 
  position: absolute; 
  right: 0px;
  top: -38px; 
  background: url('../pic/close.png') no-repeat; 
  z-index: 12;
  opacity: 0.8;
  transition: 0.5s;
}
.close:hover{
	cursor: pointer;
	opacity: 1;
}
.succes_send{
	font-weight: 500;
	font-size: 20px; 
	color: #202020; 
	opacity: 1;
	text-align:center;
}
.formPodpis{
	margin: 20px auto;
}

/******************************************/
.stopScroll, .stopScroll body{
	overflow: hidden;
}

#hidform{
	width: 100%; 
	height: 100%; 
	background-color: rgba(0,0,0,0.7); 
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 15; 
	position:fixed; 
	left: 0px;
	top: 0px;
	display: none;
}

/******************************************/
.formh1{
	position: fixed; 
	width: 570px; 
	height: auto; 
	left: 50%; 
	top: 50%; 
	transform: translate3d(-50%, -50%, 0px);
	z-index: 15; 
	display: none;
	border: none;
	border-radius: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	background-color: #fff;
	text-align: center;
	padding: 30px 20px;
}
#fch1{
	width: 100%;
}
.formh1 .editbox, .formh1 .button{
	width: 100%;
}
.wrapForm{
	padding-bottom: 20px;
}
.formh1 .wrapInput, .formh1 .wrapBut{
	width: 270px;
	margin-bottom: 10px;
}
.formh1 .label{
	font-weight: 700;
	font-size: 40px;
	color: #000;
	margin-top: 28px;
	margin-bottom: 10px;
	text-transform: none;
}
.formh1 .labels{
	font-weight: 400;
	font-size: 16px;
	color: #111;
}
.formh1 label p{
	color: #474747;
}
.formh1 label p a{
	color: #fa7000;
	text-decoration: underline;
}
.formh1 label p a:hover{
	text-decoration: none;
}
.formh1 .butForm{
	border-radius: 5px;
}
.formh1 .editbox{
	text-align: center;
}

/*****************FORMS ********************/
.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;
}
.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: #f9471c !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;
}

/****************************************/
.formLayout{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 15;
	background-color: rgba(0,0,0,0.8);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.wrapFormKeys{
	width: 1200px;
	max-width: 96%;
	margin: auto;
}
.formKeys{
	width: 100%;
	height: auto;
	position: relative;
	margin: 50px auto;
	background-color: #fff;
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto 80px;
	grid-gap: 0px;
}
.formKeysLeft{
	padding: 30px 15px 20px 60px;
}
.formKeysRight{
	padding: 30px 30px 20px 15px;
}
.wrapFormKeysSlider{
	width: 100%;
}
.formKeysAdvantages{
	text-align: center;
	margin: 30px 0px;
}
.blKeysAdv{
	width: 30%;
	display: inline-block;
}
.formKeysAdvPodpis{
	font-size: 12px;
	color: #2f2f2f;
	margin: 10px 0px;
	text-transform: uppercase;
}
.keysAdvDigits{
	font-weight: 900;
	font-size: 30px;
	color: #fa4b1b;
	line-height: 1em;
}
.keysAdvDigits span{
	font-weight: 400;
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	line-height: 1em;
}
.formKeysPrev, .formKeysNext{
	background-color: #fa7000;
	display: flex;
	align-items: center;
	position: relative;
	padding: 0px 25px;
}
.formKeysPrev{
	text-align: left;
}
.formKeysNext{
	text-align: right;
	justify-content: right;
}
.prevKeys, .nextKeys{
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	max-width: 300px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.prevKeys{
	padding-left: 40px;
}
.nextKeys{
	padding-right: 40px;
}
.prevKeys:before{
	content: "";
	display: block;
	position: absolute;
	width: 19px;
	height: 33px;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 20px;
	background-image: url('../pic/arr-keys-prev.png');
}
.nextKeys:after{
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 33px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url('../pic/arr-keys-next.png');	
}
.formKeysSlider{
	max-width: 540px;
	margin: auto;
}
.wrapFormKeysSlider{
	position: relative;
}
.formKeysSliderPrev, .formKeysSliderNext{
	width: 43px;
	height: 66px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	background-size: auto auto;
	background-position: 0px 0px;
	background-image: url('../pic/arr-keys-image.png');
	opacity: 0.8;
	transition: 0.5s;
}
.formKeysSliderPrev:hover, .formKeysSliderNext:hover{
	cursor: pointer;
	opacity: 1;
}
.formKeysSliderPrev{
	left: 10px;
}
.formKeysSliderNext{
	background-position: -43px 0px;
	right: 10px;
}
.formKeysTitle{
	font-weight: 900;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
}
.formKeysContent{
	margin-top: 30px;
}
.formKeysContent p, .formKeysContent, .formKeysContent li{
	font-size: 14px;
	color: #000;
}
.formKeysContent p{
	margin-bottom: 5px;
}
.formKeysContent strong{
	font-weight: 700;
	text-transform: uppercase;
}
.formKeysContent li{
	margin-bottom: 15px;
}
.wrapFormKeys{
	position: relative;
}