	@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@700&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Gabriela&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');
	
	* { font-family: verdana; font-size: 13px; color: white; }
	b { font-weight: bold; }

	h3{
		font-size: 60px;
		font-family: 'Kalam', cursive;
		color: white;
	}
	html{
		height: 100%;
	}
	body{
		width: 100vw;
		height: 100%;
		background: rgb(0,0,36);
		padding: 0;
		margin: 0;
/*		background: linear-gradient(to bottom, #0052cc, #485563) no-repeat fixed;
		background: linear-gradient(to bottom, rgb(0,0,36) 0.5%, rgb(195,195,195) 100%);*/
		overflow-y: hidden;
		position: relative;
	}
	hr{
		margin: 10px -50px;
		border: 0;
		border-top: 1px solid #ccc;
		margin-bottom: 40px;
	}
	div.index{
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
	}
	div.panel_head{
		width: 100vw;
		height: 80px;
		background: rgb(0,0,36);
/*		box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
		position: relative;
		z-index: 9;
	}
	div.panel{
		width: 40%;
		height: 100%;
		float: right;
		margin-right: 20px;
		display: flex;
	}
	div.panel .buttons{
		margin: auto;
		float: left;
		width: 80px;
		height: 30px;
		background: transparent;
		border: none;
		vertical-align: middle;
		z-index: 9;
	}
	div.panel .buttons:hover{
		border-bottom: 2px groove #2dabf9;
		border-radius: 20px;
		/*background: #0052cc;*/
	}
	.home_logo{
		width: 100%;
		height: auto;
		margin-top: -40px;
		display: block;
		vertical-align: top;
		z-index: 0;
	}
	div.home_about ,
	div.logo_button input,
	div.logo_button img{
		animation: entry_logo 0.5s;
	}
	@keyframes entry_logo{
		0% { transform: scale(0); }
		100% { transform: scale(1.0); }
	}
	div.uslugi div.details div.title{
		width: 50%;
		margin: auto;
	}
	div.uslugi div.details div.title h2{
		font-size: 20px;
		font-family: 'Kalam';
	}
	div.usluga{
		margin: auto;
		margin-top: 20px;
		margin-bottom: 20px; 
		width: 400px; 
		height: 200px; 
		display: inline-block; 
		box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); 
		background: linear-gradient(to top, #29323c, #485563);
		vertical-align: top;
	}
	div.usluga .icon{
		width: auto;
		height: 55%;
	}
	div.usluga div.tytul{
		width: 100%;
		height: auto;
		font-size: 18px; 
		color: white; 
		text-align: center;
	}
	div.usluga div.opis{
		width: 100%;
		height: 30%;
		text-align: center;
		padding-top: 5px;
		font-size: 14px;
	}
	div.details{
		width: 100%;
		height: auto;
		border-radius: 2px;
		text-align: center;
		padding-top: 20px;
		position: relative;
	}	
	div.projekty div.details{
		display: inline-block;
		padding-top: 12px;
		padding-bottom: 20px;
	}
	div.projekty div.details div.projekt div.title{
		font-size: 20px; 
		color: white; 
		text-align: left;
	}
	div.projekty div.details div.projekt{
		margin: auto; 
		width: 400px; 
		height: 500px; 
		display: inline-block;
		box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); 
		background: linear-gradient(to right, #29323c, #485563); 
		margin-left: 12px; 
		margin-right: 12px;
		margin-bottom: 12px;
		vertical-align: top;
	}
	div.uslugi div.details div.usluga:hover,
	div.projekty div.details div.projekt:hover{
			transform: scale(1.02);
	}
	div.detail_tech{
		font-size: 14px; 
		text-align: left; 
		border: 1px solid white; 
		border-radius: 20px; 
		display: inline-block; 
		padding: 4px; 
		float: left; 
		margin-top: 6px; 
		margin-left: 4px;
	}
	.logo{
		width: auto;
		height: 95%;
		visibility: hidden;
	}
	div.right .logo{
		width: 50%;
		height: auto;
		margin-bottom: -40px;
	}
	
	div.home_about p{
		font-family: 'Gabriela';
		font-size: 20px;
	}
	div.background{
		content: '';
		width: 65%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 0;
	}
	div.logo_button{
		width: 35%;
		height: 600px;
		display: inline-block;
		text-align: right;
	}
	div.home_about{
		width: 45%; 
		height: 400px; 
		margin-top: 60px;
		vertical-align: top;
/*		border: 5px solid; 
		border-color: black;
		border-image-slice: 1; 
		background: linear-gradient(to bottom, #1488cc, #2b32b2); 
		border-radius: 40px 0px 40px; */
		display: inline-block;
		position: relative;
		z-index: 1;
	}
	div.projekty, div.uslugi, div.sklep, div.kontakt, div.about{
		display: none;
	}
	div.about_left{
		display: inline-block;
		width: 500px;
		height: 400px;border: 5px solid; 
		border-image-source: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 27%, rgba(0,212,255,1) 100%); 
		border-image-slice: 1; padding: 20px;
		background: linear-gradient(to right, #29323c, #485563);
	}
	div.about_right{
		display: inline-block; 
		width: 500px; 
		height: auto; 
		vertical-align: middle;"
	}
	div.input_box{
		border: none;
		border-bottom: 1px solid #0052cc;
		padding: 0 8px;
		position: relative;
		width: 80%;
		margin: auto;
		text-align: center;
		margin-top: 20px;
	}
	div.input_box input, div.input_box textarea{
		outline: 0;
		padding: 20px 0 10px;
		width: 100%;
		font-size: 16px;
		border: none; 
		background: transparent;
	}
	div.input_box textarea{
		height: 120px; 
		resize: none; 
		margin-top: 20px;
	}
	input:-webkit-autofill,
	input:-webkit-autofill:hover, 
	input:-webkit-autofill:focus,
	textarea:-webkit-autofill,
	textarea:-webkit-autofill:hover,
	textarea:-webkit-autofill:focus{
	  border: none;
	  -webkit-text-fill-color: white;
	  transition: background-color 5000s ease-in-out 0s;
	}
	.input_label{
		position: absolute;
		transform-origin: top left;
		transform: translate(0, 16px) scale(1);
		transition: all .1s ease-in-out;
	}
	.input_label.active{
			transform: translate(0, 4px) scale(.75);
			color: #2dabf9;
	}
	.home_about p{
		font-size: 1.5vw;
		font-family: 'Kalam';
	}
	.toggle{
		position: absolute;
		top:15px;
		right: 30px;
		display: none;
		flex-direction: column;
		justify-content: space-between;
		width: 40px;
		height: 30px;
	}
	.toggle .toggle_bar{
		width: 100%;
		height: 3px;
		background-color: white;
		border-radius: 12px;
	}
	div.panel_head h2{
		float: left; 
		margin-left: 40px; 
		font-family: 'Kalam';
		font-size: 30px;
	}
	.buttons{
		margin: auto; 
		width: 80px; 
		height: 30px; 
		background: #0052cc; 
		border: none; 
		vertical-align: middle; 
		background: linear-gradient(to bottom, #2dabf9 5%, #0033FF 100%); 
		border-radius: 20px; 
		margin-top: 12px;
	}
	.buttons:hover{
		background: linear-gradient(to bottom, #0033FF 5%, #2dabf9 100%); 
	}
	#hire_us{
		margin-top: -50%;
		background: rgb(121,9,9);
		background: linear-gradient(0deg, rgba(121,9,9,1) 0%, rgba(255,0,74,1) 98%);
		z-index: 9;
		position: relative;
	}
	#shop{
		margin-top: -50%;
		background: transparent;
		border: 2px solid  rgb(255,0,74,1);
		color: rgb(255,0,74,1); 
		z-index: 9;
		position: relative;
	}

	#hire_us:hover{
		background: linear-gradient(to top, rgba(255,0,74,1) 100%, rgba(121,9,9,1) 0%); 
	}
	#shop:hover{
		background: linear-gradient(0deg, rgba(121,9,9,1) 0%, rgba(255,0,74,1) 98%);
		border: none;
		color: white; 
	}
	div.product{
		width: 300px;
		height: 300px;
		display: inline-block;
		vertical-align: top;
		box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); 
	}
	div.product div.image{
		width: 100%;
		height: 40%;
	}
	div.product div.description{
		width: auto;
		height: 60%;
		color: black;
	}
	div.product div.description p{
		color: black;
		font-family: 'Gabriela';
	}
	#order, #add_to_basket{
		width: 120px;
		height: auto;
		padding: 7px;
		background: rgb(0,36,2);
		background: linear-gradient(to top, rgba(0,36,2,1) 0%, rgba(0,255,51,1) 100%);
	}
/*	#add_to_basket{
		background: transparent;
		border: 2px solid rgb(0,36,2);
		color: rgb(0,36,2);
	}*/

	#order:hover, #add_to_basket:hover{
		background: linear-gradient(to top, rgba(0,255,51,1) 0%, rgba(0,36,2,1) 100%);
	}
	div.box{
		margin: auto;
		width: 90%;
		min-height: 470px;
		box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); 
		background: linear-gradient(to right, #29323c, #485563);
		margin-bottom: 20px;
	}
	div.box div.left{
		margin: auto;
		width: 45%;
		height: auto;
		display: inline-block;
	}
	div.box div.left .done{
		width: 200px;
		height: auto;
		margin-top: 70px;
	}
	div.box div.left p{
		font-family: 'Kalam';
		font-size: 24px;
	}
	div.box div.right{
		margin: auto;
		vertical-align: top;
		width: 45%;
		height: auto;
		display: inline-block;
		font-family: 'Kalam';
		font-size: 18px;
	}
	div.box a img{
		width: auto;
		height: 40px;
	}
	footer{
		position: absolute;
		bottom: 2px;
		right: 8px;
		font-family: 'Kalam';
		text-align: center;
	}

	@media (max-width: 800px){
		body{
			overflow-y: scroll;
		}
	}

	@media screen and (orientation: portrait){
		html{
			height: auto;
		}
		body{
			overflow-y: scroll;
			height: auto;
			min-height: 100%;
		}
		hr{
			margin-bottom: 0px;
		}
		div.panel_head {
			height: 60px;
		}
		div.panel_head h2{
			margin-top: 8px;
			font-size: 30px;
		}
		.toggle{
			display: flex;
		}
		div.panel{
			flex-direction: column;
			margin-right: 0px;
			width: 100%;
			text-align: center;
			display: none;
			height: auto;
			padding-bottom: 15px;
			background-color: rgb(0,0,36);
		}
		div.panel .buttons{
			width: 100%;
			height: 8vw;
			margin-top: 20px;
			background: transparent;
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			font-size: 5vw;
			text-align: center;
			z-index: 4;
		}
		div.panel.active{
			display: flex;
		}
		div.logo_button{
			width: 95%;
			height: auto;
			margin-top: -80px;
		}
		div.logo_button, div.home_about{
			display: inline-block;
			position: relative;
		}
		div.home{
			margin-bottom: 20px;
		}
		div.home_about{
			width: 100%;
			height: auto;
			margin-top: 0px;
			margin-bottom: 80px;
		}
		.home_logo{
			width: 100%;
			height: auto;
			margin: 0;
		}
		#hire_us, #shop{
			margin-top: -80px;
		}
		div.background{
			display: none;
		}
		div.projekty div.details div.projekt{
			width: 95%;
			margin-right: 0px;
			margin-left: 0px;
		}
		div.uslugi div.details div.title{
			width: 70%;
			margin: auto;
		}
		div.usluga{
			width: 340px;
		}
		div.box{
			padding-bottom: 70px;
		}
		div.box div.left{
			width: 99%;
		}
		div.box div.right{
			width: 99%;
		}


	}

