.lp-form-31 {
  position: relative;
}
.lp-form-31__wrap {
  position: relative;
}
.lp-form-31__content {
  position: relative;
  padding: 32px 16px;
}
.lp-form-31  {
  background: rgba(68, 68, 68, 0.05);
}
.lp-form-31 .lp-block-overlay {
  background: transparent;
}
.lp-form-31__content-wrap {
  position: relative;
}
.lp-form-31__title {
  text-align: center;
}
.lp-form-31__text {
  text-align: center;
  margin-top: 8px;
}
.lp-form-31 .lp-form-tpl form {
  margin-top: 24px;
}
.lp-form-31 .lp-form-tpl__item-label {
  padding-left: 8px;
}
.lp-form-31 .lp-form-tpl__item-checkbox {
  margin-top: 16px;
  padding-bottom: 0;
}
.lp-form-tpl__button{
  width: 100%;
  letter-spacing: .01em;
}
.lp-form-31__img {
  display: none;
  position:relative;
}
.lp-form-31__bottom-bg {
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}
.lp-form-31__bottom-bg-overlay {
  background: #fff;
}

.lp-form-31 .lp-form-tpl__item-label {
  letter-spacing: 0.01em;
}

@media all and (min-width: 600px) {
  .lp-form-31__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lp-form-31 .lp-block-bg {
    width: 50vw;
  }
  .lp-form-31__content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50vw;
    padding: 64px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lp-form-31 .lp-form-tpl form {
    margin-top: 32px;
  }
  .lp-form-31 .lp-form-tpl__button-wrapper {
    text-align: center;
  }
  .lp-form-tpl__button{
    width: auto;
  }
  .lp-form-31__img {
    display: block;
    width: 50vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .lp-form-31__img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }  
  .lp-form-31._reverse .lp-form-31__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .lp-form-31._reverse .lp-block-bg {
    left: auto;
  }
}
@media all and (min-width: 960px) {
  .lp-form-31__content {
    padding: 64px 24px;
  }
}
@media all and (min-width: 1200px) {
  .lp-form-31__wrap {
    min-height: 600px;
  }
  .lp-form-31__content {
    padding: 80px calc((100vw - 12*24px)/12 + 36px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp-form-31 .lp-form-tpl form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
  .lp-form-31 .lp-form-tpl__item, .lp-form-31 .lp-form-tpl__button-wrapper {
    width: calc(2*(100vw - 12*24px)/12 + 24px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 12px;
    margin-left: 12px;
  }
  .lp-form-31 .lp-form-tpl__item._type-checkbox {
    margin-right: 12px;
    margin-left: 12px;
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  .lp-form-tpl__button-wrapper {
    padding-top: 18px;
    padding-bottom: 16px;
  }
  .lp-form-tpl__button{
    width: 100%;
  }
}
@media all and (min-width: 1380px) {
  .lp-form-31__content {
    padding: 80px calc((100vw - 12*32px)/12 + 48px);
  }
  .lp-form-31 .lp-form-tpl form {
    margin-right: -16px;
    margin-left: -16px;
  }
  .lp-form-31 .lp-form-tpl__item, .lp-form-31 .lp-form-tpl__button-wrapper {
    width: calc(2*(100vw - 12*32px)/12 + 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
  .lp-form-31 .lp-form-tpl__item-checkbox {
    text-align: center;
    margin-right: 16px;
    margin-left: 16px;
  }
}

@media all and (max-width: 599px) {
	.lp-form-31__form form {
		display: flex;
		flex-direction: column;
	}
	.lp-form-31__form .lp-form-tpl__button-wrapper {
		order: 2;
	}
}

.lp-form-31__form .lp-form-tpl__button-wrapper {
	margin-top: auto;
	padding-bottom: 16px;
}
[data-media-source="media-xl"] .lp-form-31__form .lp-form-tpl__button-wrapper ,
[data-media-source="media-lg"] .lp-form-31__form .lp-form-tpl__button-wrapper {
	padding-bottom: 20px;
}