._Forms_generate {
	position: relative;
	padding: 20px 0;
	box-sizing: border-box;
}
._Forms_generate .disabled
{
	position: relative;
	opacity: 0.5;
}
._Forms_generate .disabled:after
{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
span.error, .err{
	font-size: 12px;
	color: #b11111;
}
span.success{
	font-size: 14px;
	margin-top: 20px;
	font-weight: bold;
	color: #009200;
	display: block;
}

._Forms_generate .fiels_item{
	margin-bottom: 20px;
}
._Forms_generate .fiels_item .field_name{
	font-weight: 600;
	margin-bottom: 10px;
}
._Forms_generate .fiels_item .error{
	display: block;
	margin-bottom: 5px;
}
._Forms_generate input[type=text], ._Forms_generate input[type=file], ._Forms_generate textarea, ._Forms_generate select, ._Forms_generate input[type=phone], ._Forms_generate input[type=email]
{
	background: #fff;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
	/*-webkit-box-shadow: 0px 7px 25px 0px rgba(61, 50, 49, 0.2)!important;
	-moz-box-shadow: 0px 7px 25px 0px rgba(61, 50, 49, 0.2)!important;
	box-shadow: 0px 7px 25px 0px rgba(61, 50, 49, 0.2)!important;*/
	border: 1px solid #ddd!important;
	padding: 13px 20px!important;
	height: auto;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
._Forms_generate .design__forms_3 input[type=text], ._Forms_generate .design__forms_3 input[type=phone], ._Forms_generate .design__forms_3 input[type=email], ._Forms_generate .design__forms_3 input[type=file], ._Forms_generate .design__forms_3 textarea, ._Forms_generate .design__forms_3 select
{
	border-left: none!important;
	border-right: none!important;
	border-top: none!important;
	border-radius: 00;
	box-shadow: none;
	border-color: #5d5d5d !important;
}
._Forms_generate .checkbox_field, ._Forms_generate .radio_field
{
	margin-bottom: 5px;
}
._Forms_generate .checkbox_field label, ._Forms_generate .radio_field label
{
	font-weight: inherit;
}
._Forms_generate .checkbox_field input.checkbox, ._Forms_generate .radio_field label input
{
	margin-right: 10px;
}
._Forms_generate .checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
._Forms_generate .checkbox + label {
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
}
._Forms_generate .checkbox + label:before {
  content: '';
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  transition: .2s;
  border: 1px solid #ddd;
}
._Forms_generate .checkbox + label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 13px;
  height: 13px;
  transition: .2s;
}
._Forms_generate .checkbox:checked + label:after {
   background: url('check.png') center no-repeat;
   background-size: contain;
}


._Forms_generate .radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
._Forms_generate .radio + label {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
}
._Forms_generate .radio + label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #FFF;
}
._Forms_generate .radio + label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #969696;
  opacity: 0;
  transition: .2s;
}
._Forms_generate .radio:checked + label:after {
  opacity: 1;
}

._Forms_generate input[type=file]
{
	height: auto;
	display: block;
	width: 100%;
}

._Forms_generate input[type=submit], a.g-recaptcha-continue, .accept-agree
{
	width: 200px;
	margin: 20px auto;
	text-align: center;
	padding: 10px 8px;
	-webkit-box-shadow: 0px 7px 25px 0px rgba(61, 50, 49, 0.45);
	-moz-box-shadow: 0px 7px 25px 0px rgba(61, 50, 49, 0.45);
	box-shadow: 0px 7px 25px 0px rgba(61, 50, 49, 0.45);
	background: #62ba25;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	transition: .3s;
	cursor: pointer;
	display: block;
}
a.g-recaptcha-continue, a.accept-agree
{
	width: 150px;
	display: inline-block;
}
.recaptcha-close, .notaccept-agree
{
	width: 150px;
	display: inline-block;
	margin: 20px auto;
	text-align: center;
	padding: 10px 8px;
	-webkit-box-shadow: 0px 7px 25px 0px rgba(61, 50, 49, 0.45);
	-moz-box-shadow: 0px 7px 25px 0px rgba(61, 50, 49, 0.45);
	box-shadow: 0px 7px 25px 0px rgba(61, 50, 49, 0.45);
	background: #fff!important;
	color: #333!important;
	text-transform: uppercase;
	font-weight: 600;
	transition: .3s;
	cursor: pointer;

}
._Forms_generate input[type=submit]:hover
{
	color: #fff;
	opacity: .8;
}
.g-recaptcha > div
{
	margin: 20px auto 0;
}
/***********Agreements***********/
.wrap-agreement-text
{
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
	padding: 20px;
	margin-top: 20px;
}
.agree-box {
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.agree-box label {
	font-size: 12px;
	font-weight: normal;
	color: #868686;
	float: left;
}
.agree-box label input {
	margin-right: 10px;
	margin-top: 0;
}
._Forms_generate input[type=file].inputfile {

    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;

}
._Forms_generate input[type=file].inputfile + label {

    border: 1px solid #DFE0E1;
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    border: 1px solid #DFE0E1;
    padding: 9px 24px 10px 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    transition: .3s;
}
._Forms_generate input[type=file].inputfile + label span
{
	position: relative;
}
._Forms_generate input[type=file].inputfile + label span:after
{
	position: absolute;
	left: -26px;
	background: url('link-file.svg');
	content: '';
	width: 15px;
	height: 18px;
	top: 2px;
}

a.to-clear
{
	background: url('clear.png') center no-repeat;
	display: inline-block;
	width: 10px;
	font-size: 0;
	height: 10px;
	margin-left: 10px;
	right: -20px;
	top: 14px;
	position: absolute;
}