.mk-estimate-form-wrap{
  max-width:760px;
  margin:0 auto;
  color:#fff;
  font-family:Arial, Helvetica, sans-serif;
}

.mk-estimate-form{
  background:#000;
  padding:18px;
  border-radius:14px;
}

.mk-estimate-status{
  display:none;
  margin-bottom:14px;
  padding:12px 14px;
  border-radius:10px;
  font-size:14px;
}

.mk-estimate-status.is-error{
  display:block;
  background:#3a1212;
  border:1px solid #8e2d2d;
  color:#ffdede;
}

.mk-estimate-status.is-success{
  display:block;
  background:#10331b;
  border:1px solid #2e8647;
  color:#dcffe6;
}

.mk-estimate-row{
  margin-bottom:14px;
}

.mk-estimate-row label{
  display:block;
  font-size:14px;
  font-weight:600;
  margin-bottom:6px;
  color:#fff;
}

.mk-estimate-row input,
.mk-estimate-row select,
.mk-estimate-row textarea{
  width:100%;
  border:none;
  background:#e9e9e9;
  color:#111;
  border-radius:14px;
  padding:14px 16px;
  font-size:16px;
  line-height:1.3;
  box-sizing:border-box;
  outline:none;
  box-shadow:none;
}

.mk-estimate-row select{
  appearance:auto;
  -webkit-appearance:menulist;
  -moz-appearance:menulist;
}

.mk-estimate-row select option{
  color:#111;
  background:#fff;
}

.mk-estimate-row textarea{
  resize:vertical;
  min-height:130px;
}

.mk-estimate-row input::placeholder,
.mk-estimate-row textarea::placeholder{
  color:#8e8e8e;
}

.mk-two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.mk-required{
  color:#f3b21a;
}

.mk-estimate-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:6px;
}

.mk-btn{
  appearance:none;
  border:none;
  border-radius:14px;
  padding:14px 20px;
  font-size:15px;
  font-weight:700;
  cursor:pointer;
  transition:none !important;
  box-shadow:none !important;
  outline:none !important;
  text-decoration:none !important;
  -webkit-tap-highlight-color:transparent;
}

.mk-btn:hover,
.mk-btn:focus,
.mk-btn:active{
  box-shadow:none !important;
  outline:none !important;
  text-decoration:none !important;
  transform:none !important;
  opacity:1 !important;
}

.mk-btn-primary,
.mk-btn-primary:hover,
.mk-btn-primary:focus,
.mk-btn-primary:active{
  background:#f3b21a !important;
  color:#fff !important;
}

.mk-btn-secondary,
.mk-btn-secondary:hover,
.mk-btn-secondary:focus,
.mk-btn-secondary:active{
  background:#1f1f1f !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.14) !important;
}

.mk-btn:disabled{
  opacity:.65 !important;
  cursor:not-allowed;
}

.mk-estimate-row input:focus,
.mk-estimate-row select:focus,
.mk-estimate-row textarea:focus,
.mk-estimate-row input:active,
.mk-estimate-row select:active,
.mk-estimate-row textarea:active{
  outline:none !important;
  box-shadow:none !important;
  border:none !important;
}

.mk-invalid{
  box-shadow:0 0 0 2px rgba(210,50,50,.35) !important;
}

.g-recaptcha{
  transform-origin:left top;
}

@media (max-width:767px){
  .mk-estimate-form{
    padding:16px;
  }

  .mk-two-col{
    grid-template-columns:1fr;
    gap:0;
  }

  .mk-estimate-actions{
    flex-direction:column;
  }

  .mk-btn{
    width:100%;
  }

  .g-recaptcha{
    transform:scale(.88);
  }
}
