html, body {
	margin:0;
	padding:0;
    height:100%;
	scroll-behavior: smooth;
}
* { margin: 0; padding: 0; box-sizing: border-box;}
body {
	background-color: #080707;

}
/****************box1*************//***********************************************/

#box1{
	width:100%;
	height:100%;
	
	float:left;
	
	background-image: url("upload/1749554148.png");
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat:no-repeat;
}
/***********************************************/
#b1-belka{
	width:100%;
	height:60px;
	
	float:left;
	
	background-color:#1f1f1f;
	
	border-bottom: 1px solid #232323;
}
/***********************************************/
#b1-belka-logo{
	width:40%;
	height:100%;
	
	float:left;
	
	padding-left:20px;
	padding-top:20px;	
	
	color:white;
	font-weight:bold;
	font-size:20px;
}
#b1-belka-logo a{
	color:white;
	text-decoration:none;
}
/***********************************************/
#b1-belka-pozycja-aktywna{
	width:10%;
	height:100%;
	
	float:left;
	
	background-color:#2a2a2a;
	
	padding-top:23px;	
	
	color:white;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
#b1-belka-pozycja-aktywna a{
	color:white;
	text-decoration:none;
}
/***********************************************/
#b1-belka-pozycja{
	width:10%;
	height:100%;
	
	float:left;
	
	padding-top:23px;	
	
	color:white;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
#b1-belka-pozycja:hover{
	background-color:#232323;
}

#b1-belka-pozycja a{
	color:white;
	text-decoration:none;
}

/***********************************************/
#b1-pole1 {
	width: 100%;
	height: calc(100% - 60px);

	float: left;

	color: white;
	text-align: center;

	padding-left: 50px;
	padding-right: 50px;

	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

	background: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	padding: 40px;
	box-shadow: 0 0 20px rgba(0,0,0,0.6);
}

#b1-pole1 h1 {
	text-decoration: none;
	font-weight: bold;
	font-family: "Orbitron", sans-serif;
	font-size: 2rem;
	margin: 0 0 20px 0;
	position: relative;
	text-shadow: 0 0 1px #fff, 0 0 20px #0ff;
}

#b1-pole1 h1::after {
	content: '';
	display: block;
	width: 80%;
	max-width: 400px;
	margin: 8px auto 0;
	border-bottom: 2px solid white;
	opacity: 0.4;
}


#b1-pole1 h2 {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 1.1rem;
	line-height: 1.6;
}


/****************box2*************//***********************************************/

#box2{
	width:100%;
	height:auto;
	
	float:left;
	
	background-color: #0e171a;
	
	-webkit-box-shadow: inset 0px 0px 100px 35px rgb(0 0 0 / 46%);
	-moz-box-shadow: inset 0px 0px 100px 35px rgb(0 0 0 / 46%);
	box-shadow: inset 0px 0px 100px 35px rgb(0 0 0 / 46%);
}
/***********************************************/
#b2-tytul{
	width:100%;
	height:80px;
	
	float:left;
	
	padding-left:100px;
	padding-top:35px;
	
	border-bottom: 5px solid #b57308;
	
	margin-bottom:10px;
	
}
#b2-tytul h1{
	width:300px;
	height:40px;
	
	background-color:#b57308;
	
	color:black;
	font-size:30px;
	text-align:center;
	
	padding-top:5px;
	
}
/***********************************************/
#b2-pole1{
	width:50%;
	height: calc( 100% - 90px );
	
	float:left;

	color:white;

	padding-left:100px;
	padding-right:50px;
	padding-bottom:50px;
	
}
#b2-pole1 img{
	width:100%;	
	
	margin-bottom:10px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	cursor:zoom-in;
	
	transition: all 0.3s linear 0s;
}
#b2-pole1 img:hover{
	transform: scale(1.05);
	
	transition: all 0.3s linear 0s;
}
#b2-pole1 u{
	font-weight:bold;
	font-size:30px;
	text-align:center;
}
#b2-pole1 a{
	color:#b57308;
	font-weight:bold;
}

/***********************************************/
#b2-pole2{
	width:50%;
	height: calc( 100% - 90px );
	
	float:left;
	
	padding-right:100px;
}
#b2-p2-box{
	width:100%;
	height:80px;
	
	background-color:#232323;
	
	padding-top:29px;
	padding-left:10px;
	
	margin-left:10%;
	margin-bottom:30px;
	
	border-top:3px solid #b57308;
	
	-webkit-box-shadow: 0px 0px 19px 7px rgb(82 80 80);
	-moz-box-shadow: 0px 0px 19px 7px rgb(82 80 80);
	box-shadow: 0px 0px 19px 7px rgb(82 80 80);
	
	transition: all 0.3s linear 0s;
}
#b2-p2-box:hover{
	transform: scale(1.05);
	
	transition: all 0.3s linear 0s;
}
#b2-p2-box h1{
	width:calc( 95% - 110px );
	height:77px;
	
	float:left;
	
	color:white;
	text-align:left;
	font-size:19px;
}
#b2-p2-box a{
	color:white;
	text-decoration:none;
	
}
#b2-p2-box img{
	height:51px;
	width:110px;
	
	margin-top:-16px;
	
	
	float:left;
}
/****************box3*************//***********************************************/

#box3{
	width:100%;
	height:auto;
	min-height:100px;
	
	float:left;
	
	background-color: #232323;
	
	-webkit-box-shadow: inset 0px 0px 100px 35px rgb(0 0 0 / 46%);
	-moz-box-shadow: inset 0px 0px 100px 35px rgb(0 0 0 / 46%);
	box-shadow: inset 0px 0px 100px 35px rgb(0 0 0 / 46%);
}
#box3 img{
	width: calc( 50% - 150px);
	
	float:left;
	
	margin-left:100px;	
	margin-bottom:50px;	
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	border: 1px solid #f7000f00;
	
	cursor:pointer;
	
	transition: all 0.3s linear 0s;
}
#box3 img:hover{
	transform: scale(1.1);
	border: 1px solid #f7000f;
	
	transition: all 0.3s linear 0s;
}
#b3-tytul{
	width:100%;
	height:80px;
	
	float:left;
	
	padding-left:100px;
	padding-top:35px;
	
	border-bottom: 5px solid #f7000f;
	
	margin-bottom:50px;
	
}
#b3-tytul h1{
	width:300px;
	height:40px;
	
	background-color:#f7000f;
	
	color:white;
	font-size:30px;
	text-align:center;
	
	padding-top:5px;
	
}
/****************box4*************//***********************************************/

#box4{
	width:100%;
	height:auto;
	min-height:100px;
	
	float:left;
	
	background-color: #020013;
	
	-webkit-box-shadow: inset 0px 0px 100px 35px rgb(192 190 190 / 14%);
	-moz-box-shadow: inset 0px 0px 100px 35px rgb(192 190 190 / 14%);
	box-shadow: inset 0px 0px 100px 35px rgb(192 190 190 / 14%);
}
#b4-tytul{
	width:100%;
	height:80px;
	
	float:left;
	
	padding-left:100px;
	padding-top:35px;
	
	border-bottom: 5px solid #3c0958;
	
	margin-bottom:50px;
	
}
#b4-tytul h1{
	width:300px;
	height:40px;
	
	background-color:#3c0958;
	
	color:white;
	font-size:30px;
	text-align:center;
	
	padding-top:5px;
	
}
#b4-box1{
	width: calc( 50% - 100px);
	height:auto;
	min-height:100px;
	
	float:left;
	
	color:white;
	
	padding:20px;
	padding-right:50px;
	
	margin-left:100px;	
	margin-bottom:50px;
	
	cursor:help;
}
#b4-box1 img{
	width:100px;
	height:100px;
	
	margin-right:35px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
	border: 3px solid green;
	
	float:left;
}
#b4-box1 h1{
	color:white;
	font-size:30px;
	font-weight:bold;
	
	margin-top:35px;
	margin-bottom:35px;

}
#b4-box1 b{
	font-weight:normal;
	line-height:25px;
}
#b4-box2{
	width: calc( 50% - 100px);
	height:auto;
	min-height:100px;
	
	float:left;
	
	color:white;
	
	padding:20px;
	padding-left:50px;
	
	
	margin-right:100px;	
	margin-bottom:50px;
	
	cursor:help;
}
#b4-box2 img{
	width:100px;
	height:100px;
	
	margin-right:35px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
	border: 3px solid green;
	
	float:left;
}
#b4-box2 h1{
	color:white;
	font-size:30px;
	font-weight:bold;
	
	margin-top:35px;
	margin-bottom:35px;

}
#b4-box2 b{
	font-weight:normal;
	line-height:25px;
}
/****************box5*************//***********************************************/

#box5{
	width:100%;
	height:auto;
	min-height:100px;
	
	float:left;
	
	color:white;
	text-align:center;
	
	padding:50px;
	padding-bottom:20px;
		
	background-color: black;
	
	-webkit-box-shadow: inset 0px 0px 100px 35px rgb(192 190 190 / 14%);
	-moz-box-shadow: inset 0px 0px 100px 35px rgb(192 190 190 / 14%);
	box-shadow: inset 0px 0px 100px 35px rgb(192 190 190 / 14%);
}
#box5 img{
	height:100px;
	max-width:90%;
	
	margin-bottom:50px;
	
	transition: all 0.3s linear 0s;
}
#box5 img:hover{
	transform: scale(1.05);
	
	transition: all 0.3s linear 0s;
}
/*************************************************MOBILE*************************************************/
@media only screen and (max-width: 900px) {
	
	#b1-pole1 input[type="submit"]{
		width:80%;
		height:70px;
		margin-top:20px;
	}
	#b1-pole2 img{
		margin-bottom:20px;
	}
	#b1-belka{
		width:100%;
		height:180px;
	}
	/**********************************************************/
	#box2{
		width:100%;
		height:auto;
	}
	#b2-pole1{
		width:100%;
		height:auto;
		
		text-align:center;
		
		padding-left:15px;
		padding-right:15px;
		padding-bottom:10px;
		
		margin-bottom:30px;
	}
	#b2-pole2{
		width:100%;
		height:auto;
		
		padding-left:15px;
		padding-right:15px;
		padding-bottom:50px;
	}
	#b2-p2-box {
		width:90%;
		margin-left:5%;
	}
	#b2-p2-box:hover {
		transform: scale(1.1);
	}
	#b2-tytul{
		padding-left:20px;
		padding-right:20px;
	}
	#b2-tytul h1{
		width:100%;
	}
	/***********************************************/
	#box3 img{
		width: calc( 100% - 40px );

		float:left;

		margin-left:20px;	
		margin-right:20px;	
		margin-bottom:20px;	
	}
	#box3 img:hover{
		transform: scale(1.05);

		transition: all 0.3s linear 0s;
	}
	#b3-tytul{
		padding-left:20px;
		padding-right:20px;	
		
		margin-bottom:20px;	
	}
	#b3-tytul h1{
		width:100%;
	}
	/***********************************************/
	#b4-tytul{
		padding-left:20px;
		padding-right:20px;	
		
		margin-bottom:20px;	
	}
	#b4-tytul h1{
		width:100%;
	}
	#b4-box1{
		width:100%;
		
		padding:30px;
		
	
		margin-left:0;
		margin-right:0;
		margin-bottom:20px;
	}
	#b4-box2{
		width:100%;
		
		padding:30px;
		
	
		margin-left:0;
		margin-right:0;
	}
	/***********************************************/
	#b1-belka-pozycja{
		width:33%;
		height:60px;
	}
	#b1-belka-pozycja-aktywna{
		width:33%;
		height:60px;
	}
	#b1-belka-logo{
		width:100%;
		height:60px;

		float:left;

		padding-left:20px;
		padding-top:20px;	

		text-align:center;
	}	
	#b1-pole1{
		width:100%;

		float:left;
	}
	#b1-pole2{
		width:100%;

		float:left;
	}
	@keyframes menuAnimation {
     	from { transform: scale(1.2); }
     	to   { transform: scale(1);}
	}
	@keyframes imgb1Animation {
    	from { transform: scale(1.1); }
    	to   { transform: scale(1);}
	}
}

