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

.lp-qa-3 {
	background: rgba(68, 68, 68, 0.05);
}

.lp-qa-3 .lp-block-overlay {
	background: transparent;
}

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

.lp-qa-3-subtitle {
	margin-top: 8px;
}

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

.lp-qa-3 .lp-qa-3-questions__item-title {
	margin-bottom: 24px;
}

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

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

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

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

.active .lp-qa-3-questions__item-btn-hide, .isCMS .lp-qa-3-questions__item-btn-hide {
	display: inline-block;
}

.active .lp-qa-3-questions__item-btn, .isCMS .lp-qa-3-questions__item-btn {
	display: none;
}

.lp-qa-3-buttons {
	text-align: center;
}

.lp-qa-3-button {
	/* display: block; */
	margin: 0 0 16px;
}

@media all and (max-width: 599px) {
	.lp-qa-3-button {
		display: flex;
	}
}

._left .lp-qa-3-buttons, ._left .lp-qa-3-title-wrapper {text-align: left; margin-left: 0;}
._right .lp-qa-3-buttons, ._right .lp-qa-3-title-wrapper {text-align: right; margin-right: 0;}

@media all and (min-width: 600px) {
	.lp-qa-3-button {
		/* display: inline-block; */
		margin: 0 8px 16px;
	}
	.lp-qa-3 {
		padding: 64px 0;
	}
	
	.lp-qa-3-subtitle {
		margin-top: 16px;
	}
}

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

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

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