.callback {
  background: rgb(255 255 255 / 60%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 25px 40px 12px 40px;
  margin: 15px 20px 30px 20px;
  font-family: "Open Sans",Arial,"Helvetica";
}
.callback .cb-title {
  color: #27130c;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 28px;
  font-size: 24px;
}
.callback input {
  width: 100%;
  padding: 8px 14px 12px 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  border: 0;
  font-size: 19px;
  background: #ffffff;
  height: 38px;
}
.callback input:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}
.callback input:focus::-webkit-input-placeholder {
  color: #fff;
}
.callback input:focus:-moz-placeholder {
  color: #fff;
}
.callback input:focus::-moz-placeholder {
  color: #fff;
}
.callback input:focus:-ms-input-placeholder {
  color: #fff;
}
.callback input::-webkit-input-placeholder {
  position: relative;
  top: 3px;
}
.callback input:-moz-placeholder {
  position: relative;
  top: 3px;
}
.callback input::-moz-placeholder {
  position: relative;
  top: 3px;
}
.callback input:-ms-input-placeholder {
  position: relative;
  top: 3px;
}
.callback .fcallback {
  background-color: hsl(11deg 79% 46%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d66d55", endColorstr="#d13b19");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#d66d55), to(#d13b19));
  background-image: -moz-linear-gradient(top, #d66d55, #d13b19);
  background-image: -ms-linear-gradient(top, #d66d55, #d13b19);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d66d55), color-stop(100%, #d13b19));
  background-image: -webkit-linear-gradient(top, #d66d55, #d13b19);
  background-image: -o-linear-gradient(top, #d66d55, #d13b19);
  background-image: linear-gradient(#d66d55, #d13b19);
  border-color: #d13b19 #d13b19 hsl(195, 79%, 38%);
  -webkit-font-smoothing: antialiased;
  width: 100%;
  padding: 8px 14px 11px 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  border: 0;
  font-size: 19px;
  text-align: center;
  height: 38px;
  color: #fff;
  font-family: "Open Sans",Arial,"Helvetica";
  cursor: pointer;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.callback .fcallback:hover {
  background-color: hsl(25deg 40% 77%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dcc1ae", endColorstr="#c79a7a");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#dcc1ae), to(#c79a7a));
  background-image: -moz-linear-gradient(top, #dcc1ae, #c79a7a);
  background-image: -ms-linear-gradient(top, #dcc1ae, #c79a7a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dcc1ae), color-stop(100%, #0b83ab));
  background-image: -webkit-linear-gradient(top, #dcc1ae, #c79a7a);
  background-image: -o-linear-gradient(top, #dcc1ae, #c79a7a);
  background-image: linear-gradient(#dcc1ae, #c79a7a);
  border-color: #c79a7a #c79a7a hsl(195, 87%, 31%);
  -webkit-font-smoothing: antialiased;
}
.callback .ok-message {
  text-align: center;
  color: #fff;
  margin-top: 12px;
  font-size: 14px;
}
@media (max-width: 767px) {
.callback .cb-title {
  color: #6f2217;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
  font-size: 18px;
}
.callback {
    background: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 20px 10px 20px;
    margin: 25px auto;
    max-width: 300px;
  }
.callback input {
    width: 100%;
    padding: 8px 14px 12px 14px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border: 0;
    font-size: 16px;
    background: #FFF;
    height: 34px;
    margin-bottom: 10px;
  }
.callback .fcallback {
    font-size: 16px;
    height: 38px;
    padding: 6px 14px 11px 14px;
  }
}