.lp-form-6 {
	padding: 48px 0;
}

.lp-form-6__title-wrapper {
	text-align: center;
	padding-bottom: 48px;
}

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

.lp-form-6 .lp-form-tpl__button {width: 100%}

.lp-form-6 .lp-form-tpl__button .lp-button__text {min-width: 160px;}

.lp-form-6__title, .lp-form-6__subtitle {
	padding: 0;
	margin: 0;
}

.lp-form-6__title + .lp-form-6__subtitle {
	padding-top: 8px;
}

@media all and (min-width: 600px) {
	.lp-form-6 {
		padding: 64px 0;
	}
	
	.lp-form-6__title-wrapper {
		padding-bottom: 56px;
	}
	
	.lp-form-6 .lp-form-tpl__item._personal-bottom .lp-form-tpl__item-field {text-align: left;}
	
	.lp-form-6__title + .lp-form-6__subtitle {
		padding-top: 16px;
	}
}

@media all and (min-width: 960px) {
	.lp-form-6__title-wrapper {
		padding-bottom: 40px;
	}
	
	.lp-form-6 form {
		display: flex;
		margin: 0 -24px;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
	}
	
	.lp-form-6 .lp-form-tpl__button-wrapper {
		align-self: center;
	}
	
	.lp-form-6 .lp-form-tpl__item, .lp-form-6 .lp-form-tpl__button-wrapper {
		flex: 1 0 21%;
		max-width: 25%;
		box-sizing: border-box;
		padding: 16px 24px 0;
	}
	
	._3.lp-form-6 .lp-form-tpl__item, ._3.lp-form-6 .lp-form-tpl__button-wrapper {
		flex: 1 0 26%;
		max-width: 33.34%;
	}
	
	.lp-form-6 .lp-form-tpl__item._personal-bottom {
		padding: 16px 24px 0;
		flex: none;
		max-width: 100%;
		width: 100%;
	}

}

@media all and (min-width: 1200px) {
	.lp-form-6 form {
		margin: 0 -12px;
	}
	
	.lp-form-6 .lp-form-tpl__item, .lp-form-6 .lp-form-tpl__button-wrapper {
		padding: 16px 12px 0;
	}
	
	.lp-form-6__title-wrapper {
		max-width: 848px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media all and (min-width: 1380px) {
	.lp-form-6 {
		padding: 80px 0;
	}
	
	.lp-form-6 form {
		margin: 0 -16px;
	}
	
	.lp-form-6 .lp-form-tpl__item, .lp-form-6 .lp-form-tpl__button-wrapper {
		padding: 16px 16px 0;
	}
}
.lp-form-6 form .lp-form-tpl__item-error {
	
}

@media all and (max-width: 959px) {
	.lp-form-6 form {
		display: flex;
		flex-direction: column;
	}
	
	.lp-form-6 form .lp-form-tpl__item._personal-bottom {
		padding-top: 0;
	}
	
	.lp-form-6 form .lp-form-tpl__button-wrapper {
		order: 1;
		padding-top: 16px;
	}
}

.lp-form-6 .lp-form-tpl__button-wrapper {
	margin-top: auto;
}