input{
  padding: 3px !important;
}
.inp{
  display: flex;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  width: 280px;
  padding: 10px;
  border-radius: 20px;
}

.inp>input, .inp>textarea{
  margin: 5px;
}
.inp select{
  text-align: left;
  width: 100px;
  margin: 5px;   
  font-size: 14px;
}
#wpcf_city{
	width: auto;
	color: #777777;
}
.inp p {
  text-align: left;
  width: 140px;
  margin: 5px;   
  font-size: 18px;
}
.inp textarea{
  width: 95%;

}
.sel{
    display: flex;
    justify-content: space-between;    
  height: 35px;
  margin: 5px;   
}

.formbar form{
  background-color: #777777;
  
}
.formbar{
  padding: 0;
  background-color: transparent;
  display: flex;
  justify-content: center;
  margin: 20px;

}  
 .sel p, .sel2 p{
  font-size: 14px;
 }
 .Reslt{
   text-align: right;
   margin: 0 auto 5px auto ;
   font-weight: bold;
   color: whitesmoke;
   font-size: 18px;
 }
 .sendMas{
   width: 100px;
 }
 .paddingForm{
   display: flex;
   flex-direction: column;
 }
 .rigftPaddingForm{
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
 }
.leftPaddinfForm{
  font-size: 14px;
}
.CapchaBox{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
label.txtCapcha{
  width: 50px;
}
#wpcf_response{
  width: 50px;
  font-size: 12px;
}

.oneLicense {
  margin-right: 5px;
  display: none;
}
.oneLicenseText{
  display: none;
}
.twoLicense{
  margin-right: 5px;
}

  #contactsubmit{
    background-color: #6fb16f;
  }
  #contactform input[disabled] {
    cursor: default;
    background: #b9b9b9 !important;
}