@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500,700&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600&display=swap");

body {
	text-align: center;
	/* nowy dopisek 20220430*/
	margin: -1px -1px -1px -1px;
	padding: 0;
	/*font-family: 'Roboto', sans-serif;*/
	font-family: "Quicksand", sans-serif;
	background: url(../img/logoFZCJczarne.png);
	/* background: url(../imgC02/pole.jpg); */
	/* position: fixed; */
	/*overflow: hidden; */
	opacity: 0.95;
	z-index: -2;
	background-attachment: inherit;
}

.tlo_poloprzezroczyste img {
	position: fixed;
	opacity: 0.05;
	background-attachment: inherit;
	/*  margin-left: 0; */
	margin: auto;
	top: 0%;
	height: 50%;
	/* max-height: 25%; */
	width: 50%;
	/* max-width: 25%; */
	z-index: -1;
	/* tu ta reszta definicji */
	text-align: center;
}

.tloStrony_poloprzezroczyste img {
	position: fixed;
	opacity: 0.5;
	background-attachment: inherit;
	/*  margin-left: 0; */
	margin: auto;
	top: 0%;
	height: 50%;

	width: 50%;

	z-index: 2;

	text-align: center;
}

h1.titel {
	text-align: center;
	/*text-decoration:underline;  */
	color: rgba(212, 212, 212, 0.95);
	/* background: rgba(233, 33, 99, 1); */
	background: linear-gradient(235deg, #c80000, #060c21, #1847d5);
	text-shadow: 5px 5px 5px rgba(#520505, 0.8);
	position: relative;
	height: 100%;
	width: 100%;
	padding: 5%;
}

.hr_margines_50px {
	margin: 0 50px;
}

.hr_margines_100px {
	margin: 0 100px;
}

.stopka_dotacje {
	text-align: center;
	text-shadow: 10px 10px 30px rgba(#f60000, 1);
	position: relative;
	height: 100%;
	width: 100%;
	color: rgba(20, 10, 200, 1);
	text-align: center;
	/*text-decoration:underline;  */
	color: rgba(212, 212, 212, 0.95);
	/* background: rgba(233, 33, 99, 1); */
	/* background: linear-gradient(235deg, #c80000, #060c21, #1847d5); */
	text-shadow: 5px 5px 5px rgba(#520505, 0.8);
	position: relative;
	height: 100%;
	width: 100%;
	padding: 5%;
}

.stopka_dotacje::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	/* background: linear-gradient(to top, #fff, transparent); */
	z-index: 10000;
}

h2.stopka_dotacje {
	text-align: center;
	/*text-decoration:underline;  */
	color: rgba(20, 10, 200, 1);
	/* background: rgba(233, 33, 99, 1); */
	text-shadow: 5px 5px 5px rgba(#520505, 0.8);
	position: relative;
	height: 100%;
	width: 100%;
	padding: 0%;
}

.stopka_dotacje img,
.stopka_dotacje span {
	position: absolute;
	text-align: center;
	margin-right: 100%;
	text-shadow: 1px 1px 3px rgba(#ffcccc, 0.5);
}

.titel {
	text-align: center;
	text-shadow: 10px 10px 30px rgba(#f60000, 1);
	position: relative;
	height: 100%;
	width: 100%;
	color: rgba(20, 10, 200, 1);
}

.titel::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: linear-gradient(to top, #fff, transparent);
	z-index: 10000;
}

.Timeline {
	position: relative;
	margin: 50px auto;
	padding: 50px 0;
	width: 1000px;
	box-sizing: border-box;
	/* dodac odwrotne ulozenie  - KOLEJNOSC wyswietlania  */
}

.Timeline:before {
	content: "";
	position: absolute;
	left: 50%;
	width: 2px;
	height: 100%;
	background: #c5c5c5;
}

.Timeline ul {
	margin: 0;
	padding: 0;
}

.Timeline ul li {
	list-style: none;
	position: relative;
	width: 50%;
	padding: 20px 40px;
	box-sizing: border-box;
}

.Timeline ul li:nth-child(odd) {
	float: left;
	text-align: right;
	clear: both;
}

.Timeline ul li:nth-child(even) {
	float: right;
	text-align: left;
	clear: both;
}

.content {
	padding-bottom: 40px;
}

.Timeline ul li:nth-child(odd):before {
	content: "";
	position: absolute;
	top: 30px;
	right: -6px;
	width: 10px;
	height: 10px;
	background: rgba(20, 10, 200, 1);
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(20, 50, 200, 0.5);
}

.Timeline ul li:nth-child(even):before {
	content: "";
	position: absolute;
	top: 30px;
	left: -4px;
	width: 10px;
	height: 10px;
	background: rgba(20, 10, 200, 1);
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(20, 50, 200, 0.5);
}

.Timeline ul li h3 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 600;
	color: rgba(20, 10, 200, 1);
}

.Timeline ul li p {
	margin: 10px 0 0;
	padding: 0;
}

.Timeline ul li .time h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #fff;
}

.Timeline ul li:nth-child(odd) .time {
	position: absolute;
	top: 20px;
	right: -180px;
	margin: 0;
	padding: 8px 16px;
	/* ################### */
	/*  inny kolor   --->         background: rgba(3, 130, 255, 1); */
	/* ################### */
	background: rgba(20, 10, 200, 1);
	color: #fff;
	border-radius: 18px;
	box-shadow: 0 0 0 3px rgba(20, 50, 200, 0.3);
}

.Timeline ul li:nth-child(even) .time {
	position: absolute;
	top: 20px;
	left: -165px;
	margin: 0;
	padding: 8px 16px;
	background: rgba(20, 10, 200, 1);
	color: #fff;
	border-radius: 18px;
	box-shadow: 0 0 0 3px rgba(20, 50, 200, 0.3);
}

.heart {
	color: rgba(20, 10, 200, 1);
}

.pozostale_info {
	font-family: "Poppins", sans-serif;
	width: 100%;
	margin: auto;
	color: black;
	justify-content: space-around;
	/* background: url(../img/gora_png_40.png); */
	/* ############################
    ### transparentnosc obrazka albo calej sekcji#########
    opacity: 0.5;
    filter: alpha(opacity=50); */
	/* For IE8 and earlier */
	z-index: 0;
	text-align: center;
	margin-left: auto;
	justify-content: center;
}

.pozostale_info table {
	font-family: "Poppins", sans-serif;
	width: 100%;
	margin: auto;
	color: rgba(20, 10, 200, 1);
	justify-content: space-around;
	/* background: url(../img/gora_png_40.png); */
	/* ############################
    ### transparentnosc obrazka albo calej sekcji#########
    opacity: 0.5;
    filter: alpha(opacity=50); */
	/* For IE8 and earlier */
	z-index: 0;
	text-align: center;
	margin-left: 0;
	justify-content: center;
}

/*############# stopoka begin  ###############*/
.container {
	font-family: "Poppins", sans-serif;
	width: 100%;
	margin: 50px auto 0px auto;
	display: flex;
	color: black;
	justify-content: space-between;
	/* background: url(../img/gora_png_40.png); */
	/* ############################
    ### transparentnosc obrazka albo calej sekcji#########
    opacity: 0.5;
    filter: alpha(opacity=50); */
	/* For IE8 and earlier */
	z-index: 0;
}

.container .box {
	text-align: center;
	margin-left: auto;
	justify-content: center;
	width: 280px;
}

.container .box .icon .fa {
	font-size: 50px;
	cursor: pointer;
}

.container .box .icon h3,
.container .box .icon h4 {
	position: relative;
	overflow: hidden;
	font-weight: 400;
	margin: 0;
	padding: 2px 5px;
	font-size: 14px;
	transition-delay: 0.3333s;
	color: transparent;
}

.container .box .fa:hover ~ h3,
.container .box .fa:hover ~ h4,
.container .box .fa:hover ~ a {
	color: #000;
	text-decoration: none;
	text-transform: none;
}

.container .box .icon h4 {
	font-weight: 600;
	margin: 5px 0;
	font-style: 30px;
	text-decoration: none;
}

.container .box .icon input {
	font-weight: 600;
	margin: 5px 0;
	font-style: 30px;
	color: rgba(200, 0, 0, 0.95);
	text-decoration: none;
}

.container .box .icon h3:before,
.container .box .icon h4:before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: rgba(24, 71, 213, 0.9);
	transition: 1s;
	text-decoration: none;
}

.container .box .icon h4:before {
	left: initial;
	right: 100%;
	background: rgba(200, 0, 0, 0.95);
}

.container .box .icon h3:before {
	right: initial;
	left: 100%;
	background: rgba(24, 71, 213, 0.9);
}

.container .box .fa:hover ~ h3:before {
	left: -100%;
	/*right: initial;*/
}

.container .box .fa:hover ~ h4:before {
	left: initial;
	right: -100%;
}

.container img,
.container span {
	align-items: center;
	justify-content: center;
}

.NIW {
	font-family: "Poppins", sans-serif;
	width: 100%;
	height: 100%;
	margin: auto;
	display: flex;
	color: black;
	background: #1847d5;
	justify-content: space-between;
	background: url(img_dotacje/PROO_NIW.png);
	/* ############################
    ### transparentnosc obrazka albo calej sekcji#########
    opacity: 0.5;
    filter: alpha(opacity=50); */
	/* For IE8 and earlier */
	z-index: 100000;
}
.NIW img,
.NIW span {
	align-items: center;
	justify-content: center;
	z-index: 10000000;
}
