/* catalog-request_2024 */
/*------------------------------------------------*/
.contact input[type="number"]{
  width: 200px;
  font-size: 13px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #efefef;
	padding: 12px;
}
.contact .selectWrap .wpcf7-form-control-wrap{
  position: relative;
  background: #efefef;
  display: inline-block;
}
.contact .selectWrap .wpcf7-form-control-wrap::before{
  position: absolute;
  top: 50%;
  right: 1em;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  content: '';
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg);
  pointer-events: none;
}
.contact select{
  width: 200px;
  font-size: 13px;
  padding: 12px;
  box-sizing: border-box;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.contact select::-ms-expand {
  display: none;
}
#autozip{
  display: none!important;
}
@media only screen and (max-width: 600px) {
	.contact input[type="number"]{
    padding: 3%;
    height: 48px;
  }
  .contact select{
    padding: 15px 9px;
    font-size: 13px;
  }
}