.lp-form-12 {
  padding: 48px 0;
  text-align: center;
}
.lp-form-12 .lp-block-overlay {
  background-color: rgba(68, 68, 68, 0.05);
}
.lp-form-12__title {
  margin: 0;
}
.lp-form-12__text {
  padding: 0;
  margin-top: 8px;
}
.lp-form-12-timer {
  margin-top: 16px;
}
.lp-form-12-timer__title {
  padding: 0;
  margin-top: 48px;
}
.lp-form-12-timer .lp-ui-timer {
  justify-content: center;
  margin: 0 -8px;
}
.lp-form-12-timer .lp-ui-timer__item {
  position: relative;
}
.lp-form-12-timer .lp-ui-timer__item:after {
  content: "";
  display: block;
  width: 8px;
  height: 24px;
  /*background: url(images/timer_delimiter.png) no-repeat top center, url(images/timer_delimiter.png) no-repeat bottom center;*/
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -20px;
}
.lp-form-12-timer .lp-ui-timer__item:last-child:after {
  display: none;
}
.lp-form-12-form {
  box-sizing: border-box;
  text-align: center;
  margin-top: 24px;
  padding: 24px 16px 16px;
  background-color: #fff;
}
.lp-form-12-form__title {
  margin: 0;
}
.lp-form-12-form__subtitle {
  padding: 0;
}
.lp-form-12-form .lp-form-tpl__item {
    text-align: left;
}
.lp-form-12-form form button {
    width: 100%;
}
@media all and (min-width: 600px) {
  .lp-form-12 {
    padding: 64px 0;
  }
  .lp-form-12__text {
    margin-top: 16px;
  }
  .lp-form-12-form {
    padding: 32px;
  }
  .lp-form-12-timer__title {
    margin-top: 56px;
  }
}
@media all and (min-width: 960px) {
  .lp-form-12 {
    text-align: left;
  }
  .lp-form-12-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .lp-form-12-content {
    align-self: center;
    width: 544px;
  }
  .lp-form-12-timer__title {
    margin-top: 80px;
  }
  .lp-form-12-timer .lp-ui-timer {
    justify-content: flex-start;
  }
  .lp-form-12-form {
    width: 320px;
    margin-top: 0;
  }
}
@media all and (min-width: 1200px) {
  .lp-form-12-content {
    width: 564px;
  }
  .lp-form-12-form {
    width: 368px;
  }
}
@media all and (min-width: 1380px) {
  .lp-form-12 {
    padding: 80px 0;
  }
  .lp-form-12-content {
    width: 628px;
  }
  .lp-form-12-form {
    width: 408px;
  }
}