.kd-reg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999 !important;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  font-family: 'Open Sans', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.kd-reg * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.kd-reg__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.kd-reg__content {
  width: 420px;
  border-radius: 4px;
  outline: none;
  width: 420px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  max-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 460px) {
  .kd-reg__content {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}

.kd-reg__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 12px 15px 9px;
  position: relative;
  color: white;
  background: #74E440;
  background: linear-gradient(to right, #74E440 0%, #e2a800 100%);
  border-radius: 4px 4px 0 0;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
}

@media (max-width: 460px) {
  .kd-reg__head {
    border-radius: 0;
  }
}

.kd-reg__head__close {
  position: relative;
  margin-left: auto;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

.kd-reg__head__close:hover {
  background-color: rgba(10, 10, 10, 0.3);
}

.kd-reg__head__close:active {
  background-color: rgba(10, 10, 10, 0.4);
}

.kd-reg__head__close:before,
.kd-reg__head__close:after {
  background-color: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.kd-reg__head__close:before {
  height: 2px;
  width: 50%;
}

.kd-reg__head__close:after {
  height: 50%;
  width: 2px;
}

.kd-reg__form {
  padding: 20px;
  overflow: auto;
  background: rgba(138, 74, 168, 0.03);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.kd-reg__form__label {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px;
  display: block;
}

.kd-reg__field {
  margin: 0 0 10px;
}

.kd-reg__input {
  background-color: #fff;
  border-color: #dbdbdb;
  color: #363636;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  height: 2.25em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  padding: calc(0.375em - 1px) calc(0.625em - 1px);
  position: relative;
  vertical-align: top;
  background-color: #fff;
  border-color: #dbdbdb;
  color: #363636;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
  outline: none;
}

.kd-reg__input:hover {
  border-color: #b5b5b5 !important;
}

.kd-reg__input:focus,
.kd-reg__input:active {
  border-color: #3273dc !important;
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25) !important;
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25) !important;
}

.kd-reg__message {
  resize: none;
  height: 120px;
  padding: .625em;
}

.kd-reg__btn {
  color: white !important;
  background: #74E440 !important;
  border-color: #74E440 !important;
  border-style: solid !important;
  border-width: 1px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100% !important;
  cursor: pointer !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding: calc(0.375em - 1px) 0.75em !important;
  text-align: center !important;
  white-space: nowrap !important;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 16px !important;
  height: 2.25em !important;
  outline: none;
}

.kd-reg__btn:hover {
  color: #f0e7f4 !important;
  background: #74E440 !important;
  border-color: #74E440 !important;
}

.kd-reg__btn:focus,
.kd-reg__btn:active {
  border-color: #74E440 !important;
  color: #74E440 !important;
}

.kd-reg__error {
  border-radius: 4px;
  padding: 10px;
  position: relative;
  margin: 10px 0 10px;
  font-size: 13px;
  background-color: #ff3860;
  color: #fff;
  display: block;
}

.kd-reg__thanks {
  display: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 20px;
  overflow: auto;
  background: rgba(138, 74, 168, 0.03);
  flex: 1 1 auto;
}

.kd-reg__thanks p {
  margin: 0 0 10px;
}

/*# sourceMappingURL=kd-reg-style.css.map */
