.lp-qa-2 {
	padding: 48px 0;
}

.lp-qa-2 .lp-block-overlay {background: rgba(68, 68, 68, 0.05);}

.lp-qa-2 *[class*="lp-header"] {
	padding: 0;
	margin: 0;
}

.lp-qa-2-title-wrapper {
	text-align: center;
	padding-bottom: 32px;
	max-width: 848px;
    margin: 0 auto;
}

.lp-qa-2-title + .lp-qa-2-subtitle {
	padding-top: 8px;
}

.lp-qa-2-questions__item {
	background: #fff;
	padding: 16px;
	margin-bottom: 32px;
	font-size: 0;
}

.lp-qa-2 .lp-qa-2-questions__item-title {
	padding-bottom: 24px;
}

.lp-qa-2 .lp-qa-2-questions__item-text {
	padding-bottom: 32px;
	display: none;
}

.lp-qa-2-questions__item-btn, .lp-qa-2-questions__item-btn-hide {
	text-decoration: none;
	display: inline-block;
}

.lp-qa-2-questions__item-btn-hide {
	display: none;
}

.active .lp-qa-2-questions__item-btn-hide {
	display: inline-block;
}

.active .lp-qa-2-questions__item-btn {
	display: none;
}

.lp-qa-2 .isCMS .lp-qa-2-questions__item-text {
	display: block;
}

.isCMS .lp-qa-2-questions__item-btn-hide {
	display: inline-block;
}

.isCMS .lp-qa-2-questions__item-btn {display: none;}
.lp-qa-2-buttons-wrap {
	text-align: center;
}
.lp-qa-2-buttons {
	text-align: center;
    justify-content: center;
    display: flex;
    margin: 0 -16px -16px 0;
    flex-wrap: wrap;}

.lp-qa-2-button {
	display: block;
	margin: 0 16px 16px 0;
	flex: 1 1 auto;
	width: 100%;
}


@media all and (min-width: 600px) {
	.lp-qa-2-button {
		width: auto;
	}
	
	.lp-qa-2-buttons {
		display: inline-flex;
	}

}

._left .lp-qa-2-buttons, ._left .lp-qa-2-title-wrapper {text-align: left}
._right .lp-qa-2-buttons, ._right .lp-qa-2-title-wrapper {text-align: right}

@media all and (min-width: 600px) {
	.lp-qa-2-button {
		display: inline-block;
	}
	.lp-qa-2 {
		padding: 64px 0;
	}
	
	.lp-qa-2-title + .lp-qa-2-subtitle {
		padding-top: 16px;
	}
}

@media all and (min-width: 960px) {
	.lp-qa-2-questions {
		margin: 0 -24px;
		display: flex;
	}
	
	.lp-qa-2-questions-col {
		flex: 1 0 35%;
		box-sizing: border-box;
		padding: 0 24px;
	}
}

@media all and (min-width: 1200px) {
	.lp-qa-2-questions__item {
		margin-bottom: 48px;
	}
	
	.lp-qa-2-questions {
		margin: 0 -12px;
	}
	
	.lp-qa-2-questions-col {
		padding: 0 12px;
	}
}

@media all and (min-width: 1380px) {
	.lp-qa-2 {
		padding: 80px 0;
	}
	
	.lp-qa-2-title-wrapper {
		padding-bottom: 48px;
	}
	
	.lp-qa-2-questions {
		margin: 0 -16px;
	}
	
	.lp-qa-2-questions-col {
		padding: 0 16px;
	}
}