

/* Start:/local/components/makosha/supplier.register/templates/.default/style.css?17802868063894*/
.mk-supplier-register {
  width: calc(100% - 80px);
  max-width: 1180px;
  margin: 0 auto;
}

.mk-supplier-form {
  display: grid;
  gap: 22px;
}

.mk-form-block,
.mk-supplier-success,
.mk-supplier-errors {
  padding: 30px 34px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(222, 205, 184, .75);
  box-shadow: 0 18px 54px rgba(55, 42, 31, .07);
}

.mk-form-block h2,
.mk-supplier-success h2 {
  margin: 0 0 18px;
  color: #211815;
  font-size: 28px;
  line-height: 1.15;
}

.mk-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mk-form-block label {
  display: grid;
  gap: 7px;
  color: #211815;
  font-weight: 800;
}

.mk-form-block label > span,
.mk-file-input > span {
  color: #8b611b;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.mk-form-block input[type="text"],
.mk-form-block input[type="email"],
.mk-form-block input[type="url"],
.mk-form-block input[type="file"],
.mk-form-block select,
.mk-form-block textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #dfd1c4;
  border-radius: 14px;
  background: #fff;
  color: #211815;
  font: inherit;
  font-size: 15px;
  box-sizing: border-box;
}

.mk-form-block select[multiple] {
  min-height: 120px;
  padding: 10px 14px;
}

.mk-form-block textarea {
  min-height: 140px;
  padding: 14px;
  line-height: 1.5;
  resize: vertical;
}

.mk-check-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.mk-check-grid label,
.mk-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 10px !important;
  padding: 13px 14px;
  border-radius: 16px;
  background: #fffaf4;
  border: 1px solid #eadfd3;
  cursor: pointer;
}

.mk-check-grid input,
.mk-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  flex: 0 0 auto;
}

.mk-check-grid span,
.mk-consent span {
  color: #3c3029 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.mk-form-hint,
.mk-supplier-success p {
  margin: 0 0 16px;
  color: #5c5048;
  font-size: 16px;
  line-height: 1.55;
}

.mk-field-error {
  color: #9b1c1c;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.mk-supplier-errors {
  margin-bottom: 22px;
  background: #fff0f0;
  color: #8f1d1d;
}

.mk-supplier-errors ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

.mk-supplier-success {
  margin-bottom: 22px;
  background: #eef8f2;
}

.mk-supplier-success a {
  color: #245c3d;
  font-weight: 900;
}

.mk-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.mk-form-actions button,
.mk-form-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 30px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.mk-form-actions button {
  border: 0;
  background: #7b27b1;
  color: #ffffff;
}

.mk-form-actions a {
  background: #fffaf4;
  border: 1px solid #d8c8b5;
  color: #245c3d;
}

.mk-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.mk-field-invalid {
  border-color: #9b1c1c !important;
  box-shadow: 0 0 0 3px rgba(155, 28, 28, .08);
}

@media (max-width: 1000px) {
  .mk-check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .mk-supplier-register {
    width: 100%;
  }

  .mk-form-block,
  .mk-supplier-success,
  .mk-supplier-errors {
    padding: 24px 18px;
    border-radius: 24px;
  }

  .mk-form-grid,
  .mk-check-grid {
    grid-template-columns: 1fr;
  }

  .mk-form-actions,
  .mk-form-actions button,
  .mk-form-actions a {
    width: 100%;
  }
}

/* End */
/* /local/components/makosha/supplier.register/templates/.default/style.css?17802868063894 */
