/* CSS dla bloku liczby */
.liczby {
	height: 40vh !important;
}
.nakladka-full{
	background: rgba(0, 0, 0, 0.7);

}
.kreska-25 {
    width: 25%;
    height: 2px;
    background-color: black !important;
    margin: auto;
}
.liczby-tlo{
	background-color: #EAEAEA !important;
}
.liczby-r2{
	width: 3rem;
	height: 3rem;
	border-top: 2px solid black !important;
	border-right: 2px solid black !important;
} 
.liczby-r1{
	width: 3rem;
	height: 3rem;
	border-bottom: 2px solid black !important;
	border-left: 2px solid black !important;
}
@media screen and (max-width: 992px){
    .liczby {
        height: 100vh !important;
    }
}