._is-cms.lpc-popup-block-2 {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: 0;
	padding: 80px 0 40px;
}

.lpc-popup-block-2 * {box-sizing: border-box;}

.lpc-popup-block-2__bottom-wrapper {
	background: #fff;
}

.lpc-popup-block-2__top-image {
	position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    overflow: hidden;
}

.lpc-popup-block-2__top-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.lpc-popup-block-2 {
	position: static;
	left: 0;
	right: 0;
	top: 0;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 200;
	padding: 32px 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.lpc-popup-block-2__wrap {
	width: 100%;
	position: relative;
}

.lpc-popup-block-2__close-btn {
	cursor: pointer;
	position: absolute;
	top: -32px;
	right: 0;
}

.lpc-popup-block-2__close-icon {
	cursor: pointer;
}

.lpc-popup-block-2__top {
	text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.lpc-popup-block-2__top-wrap {
	background: rgba(255, 255, 255, 0.8);
	padding: 32px 16px;
	position: relative;
}

.lpc-popup-block-2__text {
	margin-top: 8px;
}

.lpc-popup-block-2__form {
	padding: 24px 16px;
}

.lpc-popup-block-2__form-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.lpc-popup-block-2__button-wrap {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.lpc-popup-block-2__button {
	width: 100%;
	letter-spacing: .01em;
}

.lpc-popup-block-2__form-item-checkbox {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.lpc-popup-block-2__bottom {
	position: relative;
	background: rgba(31, 80, 161, 0.1);
}

.lpc-popup-block-2__bottom-bg-overlay {
	background: rgba(255, 255, 255, 0.9);
}

.lpc-popup-block-2__bottom-wrap {
	position: relative;
	padding: 24px 16px;
}

.lpc-popup-block-2__features {
	margin-bottom: -24px;
}

.lpc-popup-block-2__features-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 24px;
}

.lpc-popup-block-2__item-icon {
	flex: none;
}

.lpc-popup-block-2__item-icon svg {
	width: 100%;
	height: 100%;
}

.lpc-popup-block-2__item-text {
	margin-left: 16px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-item-align: center;
	align-self: center;
}

._overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.5);
	z-index: 100;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	display: none;
}

._overlay._open {
	display: block;
}

.lpc-popup-block-2 .lp-block-bg {
	background-image: url(/g/s3/lp/lp.v3/img/lp-popup-4-bg.jpg);
}

.lpc-popup-block-2 .lp-block-bg .lp-block-overlay {
	background: transparent;
}

.lpc-popup-block-2__item-icon-in {
	width: 46px;
	height: 46px;
	max-width: 96px;
}

.lpc-popup-block-2__form form .lp-form-tpl__button-wrapper {
	padding: 0 0 16px;
}

.lpc-popup-block-2__form form .lp-form-tpl__button-wrapper button {
	width: 100%;
}

.lpc-popup-block-2__form form .lp-form-tpl__item._type-checkbox._personal-bottom {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	padding-top: 0;
}

.lpc-popup-block-2__close-btn {
	position: absolute;
	right: 0;
	top: -16px;
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
	font-size: 0;
	width: 24px;
	height: 24px;
}

.lpc-popup-block-2__close-btn ._close-line {
  width: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
  left: 11px;
  top: 2px;
  display: block;
  border-radius: 2px;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.lpc-popup-block-2[data-media-source="tablet"][data-block-layout] form .lp-form-tpl__button-wrapper {padding-top: 0;}

.lpc-popup-block-2__close-btn ._close-line:first-child {
	transform: rotate(45deg)
}

.lpc-popup-block-2__close-btn ._close-line:last-child {
	transform: rotate(-45deg)
}

.lpc-popup-block-2 .lp-form-tpl form { text-align: center; }

.lpc-popup-block-2 .lp-form-tpl__item {text-align: left}


@media all and (min-width: 600px) {
	.lpc-popup-block-2 {
		padding: 32px 0;
	}
	
	.lpc-popup-block-2 .lp-form-tpl form {
		margin: 0 -12px;
	}
	
	.lpc-popup-block-2 .lp-form-tpl__item, .lpc-popup-block-2 .lp-form-tpl__button-wrapper {
		display: inline-block;
		vertical-align: middle;
		width: 50%;
		box-sizing: border-box;
		padding: 0 12px;
	}

	.lpc-popup-block-2__wrap {
		width: 576px;
		margin: 0 auto;
	}

	.lpc-popup-block-2__top-wrap {
		margin: 0 80px;
		padding: 48px 24px;
	}

	.lpc-popup-block-2__form {
		padding: 24px;
	}

	.lpc-popup-block-2__form-wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -12px;
		margin-left: -12px;
	}

	.lpc-popup-block-2__button-wrap {
		-webkit-box-ordinal-group: unset;
		-ms-flex-order: unset;
		order: unset;
		padding-top: 0;
		padding-bottom: 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.lpc-popup-block-2__form-item, .lpc-popup-block-2__features-item {
		flex: 1 0 34%;
		margin-right: 12px;
		margin-left: 12px;
	}

	.lpc-popup-block-2__bottom-wrap {
		padding: 24px;
	}

	.lpc-popup-block-2__features {
		margin-bottom: -16px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 24px;
	}

	.lpc-popup-block-2__features-item {
		margin: 0 0 16px;
	}

	.lpc-popup-block-2__item-text {
		margin-left: 24px;
	}
}

@media all and (min-width: 960px) {
	.lpc-popup-block-2__wrap {
		width: 592px;
	}
	
	.lpc-popup-block-2__features {
		grid-column-gap: 48px;
	}
	
	.lpc-popup-block-2 .lp-form-tpl__item, .lpc-popup-block-2 .lp-form-tpl__button-wrapper {
		padding-left: 24px;
		padding-right: 24px;
	}

	.lpc-popup-block-2__top-wrap {
		margin: 0 88px;
	}
}

@media all and (min-width: 1200px) {
	.lpc-popup-block-2__wrap {
		width: 628px;
	}

	.lpc-popup-block-2__top-wrap {
		margin: 0 110px;
		padding: 56px 32px;
	}

	.lpc-popup-block-2__form {
		padding: 32px;
	}

	.lpc-popup-block-2__bottom-wrap {
		padding: 32px;
	}

	.lpc-popup-block-2__features {
		margin-bottom: -24px;
	}
	
	.lpc-popup-block-2__features {
		grid-column-gap: 32px;
	}
	
	.lpc-popup-block-2 .lp-form-tpl__item, .lpc-popup-block-2 .lp-form-tpl__button-wrapper {
		padding-left: 16px;
		padding-right: 16px;
	}

	.lpc-popup-block-2__features-item {
		margin-bottom: 24px;
	}
}