/* /projects/ — кнопки .container в фирменный CTA-цвет #AC2DC3 (канон marketing-support).
   hover #92289A, без ripple, без hover-transform/shadow. 2026-06-15 */
.container section.toggle > label,
.container .btn.btn-default {
	background: #AC2DC3 !important;
	background-color: #AC2DC3 !important;
	color: #fff !important;
}
.container section.toggle > label:hover,
.container .btn.btn-default:hover,
.container .btn.btn-default:focus,
.container .btn.btn-default:active {
	background: #92289A !important;
	background-color: #92289A !important;
	color: #fff !important;
	transform: none !important;
	box-shadow: none !important;
}
/* гасим ripple/waves Aspro (waves.js вешает на клик) */
.container .ripple,
.container .waves-ripple,
.container .btn .ripple,
.container .btn .waves-ripple {
	display: none !important;
	animation: none !important;
}
