﻿.licznik {
	position: relative;
	width: 100%;
	max-width: 1232px;
	padding: 0px 0px 16px 0px !important;
	margin: 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.licznik_tytul {
	flex: 0 1 100%;
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	color: #4a6bb0;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding: 32px 0px 13px 0px;
	margin: 0px 0px 100px 0px;
}
.licznik_tytul:after {
	display: block;
	content: "";
	background: #adc8ea;
	width: 64px;
	height: 1px;
	margin: 16px auto 0px;
}
.licznik_blok	{
	flex: 0 1 205px;
	height: 205px;
	text-align: left;
	padding: 0px;
	background: #fff;
	border: dotted 4px #8dafdc;
	border-radius: 205px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
.licznik_dzisiaj_tekst, .licznik_online_tekst, .licznik_ip_tekst, .licznik_tekst{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	color: #4a6bb0;
	width: 100%;
	display: block;
	padding: 0px 0px 0px 0px;
}

.licznik_tekst:before {
	display: block;
	content: "\f1ec";
	font-family: FontAwesome;
	font-size: 48px;
	color: #4a6bb0;
	margin: 16px 0px 24px 6px;
   padding: 0px 0px 0px 0px;
}
.licznik_dzisiaj_tekst:before {
	display: block;
	content: "\f073";
	font-family: FontAwesome;
	font-size: 48px;
	color: #4a6bb0;
	margin: 16px 0px 24px 6px;
   padding: 0px 0px 0px 0px;
}
.licznik_online_tekst:before {
	display: block;
	content: "\f0c0";
	font-family: FontAwesome;
	font-size: 48px;
	color: #4a6bb0;
	margin: 16px 0px 24px 6px;
   padding: 0px 0px 0px 0px;
}
.licznik_ip_tekst:before {
	display: block;
	content: "\f109";
	font-family: FontAwesome;
	font-size: 48px;
	color: #4a6bb0;
	margin: 16px 0px 24px 6px;
   padding: 0px 0px 0px 0px;
}
.licznik_dzisiaj_cyfry, .licznik_online_cyfry, .licznik_ip_cyfry, .licznik_cyfry  {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	text-align: center;
	color: #4a6bb0;
	width: 100%;
	display: block;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

.licznik_odstep {
	display: none;
}
