.lp-form-13 {
  box-sizing: border-box;
  padding: 48px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  margin: 0 -16px;
}

.lp-form-13 .lp-form-tpl__button-wrapper {text-align: center;}

.lp-form-13._is-cms {padding-top: 76px;}
.lp-form-13-wrapper {
  position: relative;
  max-width: 100%;
}

.lp-form-13__close-icon {
	display: block;
	position: absolute;
	right: 0;
	top: -40px;
	cursor: pointer;
	width: 32px;
	height: 32px;
}

.lp-form-13__close-icon ._close-line {
	width: 2px;
	height: 20px;
	background: #fff;
	position: absolute;
	left: 15px;
	top: 6px;
	display: block;
}

.lp-form-13__close-icon ._close-line:first-child {transform: rotate(45deg)}
.lp-form-13__close-icon ._close-line:last-child {transform: rotate(-45deg)}
.lp-form-13-inner {
  padding: 24px 16px;
  text-align: center;
  background-color: #ffffff;
}
.lp-form-13-timer {
  margin-top: 32px;
}
.lp-form-13-timer .lp-ui-timer {
  justify-content: center;
  margin: 16px -5px 0;
}
.lp-form-13-timer .lp-ui-timer__item {
  margin: 0 5px;
  position: relative;
}
.lp-form-13-timer .lp-ui-timer__item:after {
  content: "";
  display: block;
  width: 4px;
  height: 16px;
  background: url(images/timer_delimiter.png) no-repeat top center, url(images/timer_delimiter.png) no-repeat bottom center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -7px;
  margin-top: -18px;
}
.lp-form-13-timer .lp-ui-timer__item:last-child:after {
  display: none;
}
.lp-form-13__text {
  margin-top: 8px;
}
.lp-form-13-form {
  text-align: left;
  margin-top: 48px;
}

.lp-form-13-form .lp-form-tpl__item._type-checkbox {
    text-align: left;
}

.lp-form-13-form .lp-form-tpl__button-wrapper button {
    width: 100%;
}

.lp-form-13 .lp-block-overlay {
    background: rgba(68, 68, 68, 0.05);
}
@media all and (min-width: 600px) {
.lp-form-13 {margin: 0;}
  .lp-form-13-form .lp-form-tpl__button-wrapper button {
      width:auto;
  }
  .lp-form-13-wrapper {
    width: 576px;
    margin-left: auto;
    margin-right: auto;
  }
  .lp-form-13__close-icon {
    right: 0;
  }
  .lp-form-13-inner {
    padding: 32px;
  }
  .lp-form-13__text {
    margin-top: 16px;
  }
  .lp-form-13-form {
    margin-top: 56px;
  }
  .lp-form-13-timer .lp-ui-timer {
    margin: 16px -8px 0;
  }
  .lp-form-13-timer .lp-ui-timer__item {
    margin: 0 8px;
  }
  .lp-form-13-timer .lp-ui-timer__item:after {
    width: 8px;
    height: 24px;
    right: -12px;
    margin-top: -22px;
  }
}
@media all and (min-width: 960px) {
  .lp-form-13-wrapper {
    width: 628px;
  }
}