.lp-steps-20 {
  position: relative;
  z-index: 1;
}

.lp-block-overlay {
  background: rgba(31, 80, 161, 0.05);
}
.lp-steps-20__wrap {
  position: relative;
  padding: 32px 16px;
}
.lp-steps-20__top {
  padding-bottom: 32px;
}
.lp-steps-20__title {
  text-align: center;
}
.lp-steps-20__items {
  margin-top: 24px;
  margin-bottom: -24px;
}
.lp-steps-20__item {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp-steps-20__item-icon {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lp-steps-20__item-content {
  margin-left: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lp-steps-20__item-text {
  margin-top: 8px;
}
.lp-steps-20__form {
  background: #fff;
  padding: 16px;
}
.lp-steps-20__form-title, .lp-steps-20__form-text {
  text-align: center;
}
.lp-steps-20__form-text {
  margin-top: 8px;
}
.lp-steps-20__form-wrap {
  margin-top: 24px;
}
.lp-steps-20__item-label {
  padding-left: 8px;
}
.lp-steps-20 .lp-form-tpl__item-label {
  letter-spacing: .02em;
}
.lp-steps-20__button {
  width: 100%;
  letter-spacing: .01em;
}

@media all and (min-width: 600px) {
  .lp-steps-20__wrap {
    padding: 64px 12px;
  }
  .lp-steps-20__top {
    padding-bottom: 48px;
  }
  .lp-steps-20__items {
    margin-top: 40px;
    margin-bottom: -32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
  .lp-steps-20__item {
    width: calc(3*(100vw - 6*24px)/6 + 2*24px);
    margin-bottom: 32px;
    margin-right: 12px;
    margin-left: 12px;
  }
  .lp-steps-20__item-icon {
    width: 56px;
    height: 56px;
  }
  .lp-steps-20__form {
    padding: 40px calc((100vw - 6*24px)/6 + 24px);
  }
  .lp-steps-20__form-wrap {
    margin-top: 32px;
  }
  .lp-steps-20__button-wrap {
    text-align: center;
  }
  .lp-steps-20__button {
    width: auto;
  }
}
@media all and (min-width: 960px) {
  .lp-steps-20__wrap {
    padding: 64px 24px;
  }
  .lp-steps-20__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lp-steps-20__top {
    padding-bottom: 0;
    width: calc(4*(100vw - 6*48px)/6 + 3*48px);
    -ms-flex-item-align: center;
        align-self: center;
  }
  .lp-steps-20__title {
    text-align: left;
  }
  .lp-steps-20__items {
    margin-right: -24px;
    margin-left: -24px;
  }
  .lp-steps-20__item {
    width: calc(2*(100vw - 6*48px)/6 + 48px);
    margin-right: 24px;
    margin-left: 24px;
  }
  .lp-steps-20__form {
    width: calc(2*(100vw - 6*48px)/6 + 48px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 24px;
  }
  .lp-steps-20._reverse .lp-steps-20__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media all and (min-width: 1200px) {
  .lp-steps-20__wrap {
    padding: 80px calc((100vw - 12*24px)/12 + 36px);
  }
  .lp-steps-20__top {
    width: calc(6*(100vw - 12*24px)/12 + 5*24px);
  }
  .lp-steps-20__items {
    margin-top: 48px;
    margin-bottom: -40px;
    margin-right: -12px;
    margin-left: -12px;
  }
  .lp-steps-20__item, .lp-steps-20__form {
    width: calc(3*(100vw - 12*24px)/12 + 2*24px);
  }
  .lp-steps-20__item {
    margin-bottom: 40px;
    margin-right: 12px;
    margin-left: 12px;
  }
  .lp-steps-20__item-icon {
    width: 64px;
    height: 64px;
  }
  .lp-steps-20__item-content {
    margin-left: 24px;
  }
}
@media all and (min-width: 1380px) {
  .lp-steps-20__wrap {
    padding: 80px calc((100vw - 12*32px)/12 + 48px);
  }
  .lp-steps-20__top {
    width: calc(6*(100vw - 12*32px)/12 + 5*32px);
  }
  .lp-steps-20__items {
    margin-right: -16px;
    margin-left: -16px;
  }
  .lp-steps-20__item, .lp-steps-20__form {
    width: calc(3*(100vw - 12*32px)/12 + 2*32px);
  }
  .lp-steps-20__item {
    margin-right: 16px;
    margin-left: 16px;
  }
  .lp-steps-20__form {
    padding: 40px;
  }
}


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