/* CSS dla bloku przerywnik-czarny */
.przerywnik-czarny {
	background: radial-gradient(50% 46.58% at 50% 46.58%, #3A3A3A 0%, #000000 100%);

}
.przerywnik-czarny .btn{
	border-radius: 50px !important;
	background-color: transparent !important;
	color: white !important;
	border: solid 1px white !important;
}