/* prospekt */

.prospect-wrapper {
	display: flex; 
	justify-content: center;
	gap: 12px;
	margin-top: 28px;
}

@media (max-width: 768px) {

	.prospect-wrapper {
		flex-direction: column;
		justify-content: center;
	}
	
}


.prospect-wrapper .btn {
	border: 1px solid #161618 !important; 
	font-size: 14px;
}

/* loader table */

.nbp-btn-cent {
	text-align: center;
}

.nbp-btn {
	font-size: 14px !important;
}

.nbp-hidden { 
	display: none !important; 
}