.dmps-justprint {
  display: none;
}
preorder {
  display: block;
  min-height: 200px;
  border: 1px solid #cfcfcf;
  padding: 20px 20px 10px 20px;
  margin: 10px 0 15px 0;
  box-sizing: content-box;
  background: #ffffff;
  max-width: 750px;
}
preorder * {
  box-sizing: content-box;
  margin: 0;
  padding: 0;
}
.dmps-wrapper {
  position: relative;
}
.dmps-steps {
  margin-left: -5px;
  margin-bottom: 25px;
}
.dmps-steps .dmps-steps__step {
  display: inline-block;
  padding: 2px 5px;
  cursor: pointer;
  position: relative;
  margin: 0 8px 0 5px;
}
.dmps-steps .dmps-steps__step:before {
  content: "\2192";
  position: absolute;
  left: -14px;
}
.dmps-steps .dmps-steps__step:first-child:before {
  content: "";
  display: none;
}
.dmps-steps .dmps-steps__step:hover {
  background: #eee;
}
.dmps-steps .dmps-steps__step.dmps-steps__step--gray {
  color: #999;
  cursor: default;
}
.dmps-steps .dmps-steps__step.dmps-steps__step--gray:hover {
  background: none;
}
.dmps-steps .dmps-steps__step.dmps-steps__step--selected {
  background: #E0F2F1;
  font-weight: bold;
  cursor: default;
}
.dmps-steps .dmps-steps__step.dmps-steps__step--following {
  /*color: red;*/
}
.dmps-steps.dmps-steps--final .dmps-steps__step {
  opacity: 0.3;
  cursor: default;
}
.dmps-steps.dmps-steps--final .dmps-steps__step:hover {
  background: none;
}
.dmps-steps.dmps-steps--final .dmps-steps__step.dmps-steps__step--selected {
  background: #E0F2F1;
}
.dmps-steps.dmps-steps--final .dmps-steps__step.dmps-steps__step--last {
  opacity: 1;
}
.dmps-current {
  margin: 8px 0 5px 0;
}
.dmps-current .dmps-current__header {
  font-size: 1.4em;
  font-weight: bold;
}
.dmps-selector {
  margin: 5px 0 5px 0;
}
.dmps-select {
  width: 500px;
  height: 25px;
  font-size: 14px;
  line-height: 14px;
  border-radius: none;
}
.dmps-confirmator {
  margin-top: 10px;
}
.dmps-nextfail {
  color: #a94442;
  padding: 10px 15px;
  background: #f2dede;
}
.dmps-selector-groups__alternate {
  margin: 8px 0 0 0;
}
.dmps-button {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 1px;
  background: #efefef;
  border: 1px solid transparent;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.dmps-button:active {
  outline: thin dotted;
  outline-offset: -2px;
}
.dmps-button.disabled,
.dmps-button[disabled] {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.65;
  pointer-events: none;
}
.dmps-button.dmps-button--next {
  background-color: #428bca;
  border-color: #357ebd;
  color: #fff;
}
.dmps-button.dmps-button--next:hover {
  background-color: #3276b1;
  border-color: #285e8e;
}
.dmps-button.dmps-button--next.disabled,
.dmps-button.dmps-button--next[disabled] {
  background-color: #428bca;
  border-color: #357ebd;
}
.dmps-field {
  margin: 0 0 19px 0;
  position: relative;
}
.dmps-field .dmps-label,
.dmps-field .dmps-field__input {
  display: inline-block;
  vertical-align: middle;
}
.dmps-field .dmps-label {
  width: 150px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.dmps-field .dmps-field__helper {
  position: absolute;
  left: 155px;
  font-size: 0.85em;
  color: #777;
  top: 32px;
}
.dmps-field .dmps-field__panic {
  position: absolute;
  left: 155px;
  font-size: 0.85em;
  color: #a94442;
  top: 32px;
}
.form-panic {
  font-size: 0.85em;
  color: #a94442;
}
.dmps-input {
  min-width: 200px;
  border: 1px solid #9e9e9e;
  box-shadow: 1px 1px 3px -3px rgba(0, 0, 0, 0.7) inset;
  height: 29px;
  line-height: 29px;
  font-size: 16px;
}
.dmps-input.dmps-input--text {
  height: 29px;
  padding: 0 5px;
  line-height: 29px;
  font-size: 16px;
  min-width: 350px;
}
.dmps-input.dmps-input--checkbox {
  height: unset;
  padding: 0 5px;
  line-height: 29px;
  font-size: 16px;
  min-width: unset;
}
.dmps-input.dmps-input--checkbox+label{
  padding-left: 10px;
}
.dmps-input.dmps-input--number {
  height: 29px;
  padding: 0 5px;
  line-height: 29px;
  font-size: 16px;
  min-width: 100px;
}
.dmps-input:active,
.dmps-input:focus {
  box-shadow: 0 0 6px 2px rgba(0, 105, 92, 0.3), inset 0 0 0 1px rgba(0, 105, 92, 0.2);
}
.dmps-input.dmps-input--num {
  min-width: 150px;
}
.dmps-input.dmps-input--phone {
  padding-left: 20px;
  min-width: 335px;
}
.dmps-input.dmps-input--query {
  min-width: 490px;
}
.dmps-label--radio {
  font-weight: normal;
  margin-right: 10px;
}
.dmps-selector-groups--radio {
  margin-bottom: 15px;
}
.dmps-phone {
  position: relative;
  height: 29px;
  display: inline-block;
  min-width: 360px;
}
.dmps-phone .dmps-phone__left {
  position: absolute;
  left: 8px;
  top: 0;
  height: 31px;
  line-height: 31px;
  font-size: 16px;
}
.dmps-phone .dmps-phone__placeholder {
  position: absolute;
  left: 20px;
  top: 1px;
  height: 29px;
  line-height: 29px;
  color: #999;
  font-size: 16px;
}
.dmps-phone .dmps-input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: auto;
  right: 0;
  background: transparent;
}
.dmps-form-header {
  font-weight: bold;
  margin: 0.6em 0 0.2em 0;
}
.dmps-jselect {
  height: 29px;
  position: relative;
  margin: 0 0 10px 0;
  width: 500px;
}
.dmps-jselect .dmps-jselect__value--input input{
  display: none;
}
.dmps-jselect__value {
  font-size: 14px;
  height: 29px;
  line-height: 29px;
  width: 465px;
  border: 1px solid #ccc;
  padding: 0 20px 0 15px;
  transition: border-color 0.1s ease-out;
  overflow: hidden;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
  background: #ffffff;
}
.dmps-jselect__value.dmps-jselect__value--default {
  color: #666;
  font-style: italic;
}
.dmps-jselect__value:hover {
  border-color: #333;
}
.dmps-jselect__value:before {
  width: 10px;
  height: 10px;
  float: right;
  content: " ";
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  position: relative;
  display: inline-block;
  top: 8px;
  transform: rotate(45deg) scale(0.85);
  right: -12px;
}
.dmps-jselect--visible .dmps-jselect__value {
  border-color: #999;
  box-shadow: 0 0 6px 2px rgba(0, 105, 92, 0.3), inset 0 0 0 1px rgba(0, 105, 92, 0.2);
}
.dmps-jselect__value--text {
  min-width: 400px;
  position: relative;
  border: none;
  height: 24px;
}
.dmps-jselect__options {
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  width: 500px;
  overflow-y: auto;
  padding: 4px 0;
  display: none;
  z-index: 100;
  max-height: 340px;
}
.dmps-jselect__options.dmps-jselect__options--visible {
  display: block;
}
.dmps-jselect__option {
  padding: 4px 15px 8px;
  cursor: pointer;
  /*&:hover,*/
}
.dmps-jselect__option.highlighted {
  background: #E0F2F1;
}
.dmps-jselect__option.dmps-jselect__option--separator {
  height: 0;
  border-bottom: 1px solid #666;
  cursor: default;
  overflow: hidden;
  padding: 0;
}
.dmps-jselect__option.dmps-jselect__option--group {
  padding-left: 36px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAALVBMVEUAAABVi4hVi4hVi4hVi4hVi4hVi4hVi4hVi4hVi4hVi4hVi4hVi4hVi4hVi4hk6yU/AAAADnRSTlMAgPEsuqmI39vMy0pJOaNJwswAAAA/SURBVAjXY8AH7N7pQhj73gHBGyDDUBAIhIEMPZDII2RGHYjxAsiYB2K8AjL8QIwnQEYciPEUyMgDMZ7hsxIA38wqI3V7Sd0AAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: 13px 5px;
}
.dmps-jselect__option-value {
  display: block;
}
.dmps-jselect__option-subtitle {
  font-size: 0.85em;
  display: block;
  margin-top: 4px;
  color: #333;
}
.dmps-h2 {
  margin: 0.2em 0 0.2em 0;
  font-weight: bold;
  font-size: 1.1em;
}
.dmps-sumary__row {
  margin: 0 0 8px 0;
}
/*Calendar*/
.dmps-calendar__month {
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
}
.dmps-calendar__arrow {
  display: block;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  height: 20px;
  cursor: pointer;
  padding: 4px 5px;
}
.dmps-calendar__arrow:hover {
  background: #eeeeee none repeat scroll 0 0;
  cursor: pointer;
}
.dmps__day,
.dmps__dow {
  padding: 4px 5px;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
}
.dmps__day:hover {
  background: #eeeeee none repeat scroll 0 0;
  cursor: pointer;
}
.dmps__day-old,
.dmps__day-new {
  color: #999;
  background: none;
  cursor: default;
}
.dmps__day-disabled,
.dmps__day-disabled:hover {
  color: #eee;
  background: none;
  cursor: default;
}
.dmps__day-selected {
  background-color: #428bca;
  color: white;
}
.dmps__day-selected:hover {
  background-color: #0044cc;
}
.dmps__day-loading,
.dmps__day-loading:hover {
  background: #eeeeee;
  color: #666;
  position: relative;
}
.dmps-timepicker {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0 11px -6px rgba(0, 0, 0, 0.4) inset;
  display: inline-block;
  margin: 0 0 15px 0;
  min-height: 180px;
  overflow-y: auto;
  position: relative;
  vertical-align: top;
  padding: 5px 10px;
  /*min-width: 340px;*/
  padding-right: 20px;
  overflow-x: hidden;
  max-height: 250px;
  max-width: 350px;
}
.dmps-timepicker__row {
  white-space: nowrap;
  margin-bottom: 13px;
}
.dmps-timepicker__item {
  display: inline-block;
  width: 50px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.dmps-timepicker__item:hover {
  background: #E0F2F1;
}
.dmps-timepicker__item-selected,
.dmps-timepicker__item-selected:hover {
  background: #80CBC4;
}
.dmps-timepicker__item-disabled {
  opacity: 0.3;
  cursor: default;
}
.dmps-loader {
  background: white none repeat scroll 0 0;
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.56);
  color: #555;
  font-size: 15px;
  left: 50%;
  line-height: 30px;
  margin: -40px 0 0 -186px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 200px;
  z-index: 20;
}
.dmps-dateselect {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.dmps-dateselect__date {
  float: left;
}
.dmps-dateselect__time {
  position: relative;
  margin-left: 240px;
  min-height: 200px;
}
.dmps-small {
  font-size: 0.85em;
  color: #666;
}
.dmps-default {
  font-weight: normal !important;
}
.dmps-pslink {
  cursor: pointer;
}
.dmps-pseudolink {
  cursor: pointer;
  color: #428bca;
  border-bottom: 1px dashed #428bca;
}
.dmps-captcha__label {
  font-weight: bold;
  margin: 0.5em 0 0.2em 0;
}
.dmps-captcha__image-wraper {
  display: inline-block;
  margin: 0 30px 0 0;
  padding: 0 0 16px;
  position: relative;
  vertical-align: top;
}
.dmps-captcha__image-wraper .dmps-captcha__image {
  border: 1px solid #cfcfcf;
}
.dmps-captcha__image-wraper .dmps-captcha__image-reload {
  bottom: 0;
  left: 0;
  position: absolute;
}
.dmps-captcha__input {
  display: inline-block;
  padding-top: 45px;
  position: relative;
}
.dmps-captcha__input:before {
  content: "→";
  color: #666;
  font-size: 17px;
  position: absolute;
  left: -1.4em;
}
.dmps-pin {
  padding: 10px;
  margin: 0 0 0 -10px;
  background: #e0f2f1;
}
.dmps-pin__caption {
  margin: 0;
}
.dpms-pin__value {
  font-size: 4em;
}
.dmps-pin__help {
  color: #666;
  margin: -8px 0 0 0;
}
.dmps-print-iframe {
  width: 320px;
  height: 300px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  background: white;
}
.dmps-remove {
  margin-top: 50px;
}
.dmps-remove__container {
  margin-top: 20px;
}
@media (max-width: 415px) {
  preorder {
    padding: 10px 5px 10px 5px;
  }
  .dmps h2 {
    margin-top: 0;
  }
  .dmps-steps {
    display: none;
  }
  .dmps-jselect {
    width: 100%;
  }
  .dmps-jselect__value {
    width: 100%;
    box-sizing: border-box;
  }
  .dmps-jselect__value--text {
    min-width: 100%;
  }
  .dmps-jselect__options {
    width: 100%;
  }
  .dmps-dateselect__date {
    width: 100%;
    float: none;
  }
  .dmps-dateselect__time {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  .dmps-calendar {
    width: 100%;
  }
  .dmps-timepicker {
    width: 100%;
    box-sizing: border-box;
    max-width: none;
  }
  .dmps-field .dmps-field__input {
    display: block;
  }
  .dmps-input.dmps-input--text {
    min-width: 100%;
    box-sizing: border-box;
  }
  .dmps-phone {
    display: block;
    min-width: 100%;
    box-sizing: border-box;
  }
  .dmps-field .dmps-field__helper {
    top: auto;
    left: 0;
  }
}

input:focus-visible {
  outline: none;
}

.show_phone{
    min-width: 200px;
    border: 1px solid #9e9e9e;
    box-shadow: 1px 1px 3px -3px rgba(0, 0, 0, 0.7) inset;
    height: 29px;
    line-height: 29px;
    font-size: 16px;

    height: 29px;
    padding: 0 5px;
    line-height: 29px;
    font-size: 16px;
    min-width: 350px;

}

.dmps-phone input.input_phone{
  opacity: 0;
  padding: 0;
  margin: 0;
}

.input_phone:active + .show_phone .cursor, .input_phone:focus + .show_phone .cursor{
  animation: blink 1s infinite;
}

.input_phone:active + .show_phone .cursor, .input_phone:focus + .show_phone {
  box-shadow: 0 0 6px 2px rgba(0, 105, 92, 0.3), inset 0 0 0 1px rgba(0, 105, 92, 0.2);
}

label.label_phone{
  display: flex;
}

.show_phone .cursor {
  display: inline-block;
  width: 2px;
  font-size: 0;
  background: #000;
  margin-left: -2px;
  vertical-align: middle;
  position: relative;
  left: 3px;    
  height: 20px;
  opacity: 0;
}

.show_phone .cursor~span {
  color: #DEDEDE;
}

@keyframes blink {
0% {opacity: 1}
5% {opacity: 1}
6% {opacity: 0}
56% {opacity: 0}
57% {opacity: 1}
100% {opacity: 1}
}

/*# sourceMappingURL=preorder.css.map */