html{
	line-height:1.6;
	letter-spacing: 0.4px;
}
footer {
	background-color: #333;
	color: #fff;
	text-align: center;
	cursor: pointer;
	position: fixed;
	bottom: 10px;
	right: 10px;
	border-radius: 5px;
	padding: 10px;
	opacity: 0.9;
	z-index:4;
}

#socialMediaContainer {
	display: none;
	position: absolute;
    bottom: 40px;
	right: 0;
	padding: 10px;
	background-color: #555;
	border-radius: 5px;
	opacity:0;
	height: 0;
	overflow: hidden;
	transition: height 0.3s ease-out, opacity 0.3s ease-out;

}

#socialMediaContainer a {
	display: block;
	color: #fff;
	text-decoration: none;
	margin: 5px 0;

}

#socialMediaContainer i {
	font-size: 20px;
	margin-right: 2px;
}


.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #d6d6d6;
	padding: 10px;
	text-align: center;
	z-index: 300;
}

#cookie-accept {
	background-color: #4d7f8a;
	color: #fff;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	z-index: 301;
}

#content2-text {
	color: #515151;
	width: 80%;
	text-align: left;
	max-width: 1500px;
	margin: auto;
	padding: 30px;
}

#form-button {
	padding: 14px;
	border: 0px solid black;
	background: #4d7f8a;
	color: white;
	display: block;
	border-radius: 3px;
	font-size: 15px;
	width: 150px;
	float: right;
	margin: 30px;
	text-align: center;

}

#form-button:hover {
	background: #6095a1;
	cursor: pointer;
}

/* Style for content2*/


#content2-1 {
	background: #4d7f8a;
	color: white;
	width: 100%;
}

#content2-h4 {
	text-align: left;
	font-size: 23px;
	max-width: 1500px;
	width: 70%;
	margin: auto;
}

#content2-position-1 {
	width: 75%;
	max-width: 1500px;
	display: flex;
	margin: auto;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

#content2-flexbox img {
	top: 0;
	left: 0;
	transition: opacity 0.4s ease-in-out;
	cursor: pointer;
	width: 270px;
	height: fit-content;
	position: relative;
	border: 1px solid white;

}


.content2-box-1 {
	width: 50%;
	min-width: 200px;
	max-width: 400px;
	padding-bottom: 40px;
	text-align: left;
}

#content2-flexbox {
	display: flex;


}

.visible {
	opacity: 1;
	z-index: 2;
}

.hidden {
	opacity: 0.7;

}

/* Style for content2*/



/* Style for dropdown container */
.dropdown-container {
	position: absolute;
	top: 0;
	right: 0;
	padding: 25px 50px 20px 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	color: #262626;
}


h1 {
	margin: 0px;

}

.dropdown {
	position: relative;
	margin-left: 20px;
}


.dropbtn {
	padding: 10px;
	font-size: 15px;
	border: none;
	cursor: pointer;

	background: white;
	float: left;


}

a {
	text-decoration: none;
	color: #262626;

}

.dropdown-content {
	display: none;
	position: absolute;
	top: 40px;
	background-color: #fff;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	width: 270px;
}


.dropdown-content a {

	padding: 12px 16px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #ccc;
}


.dropdown-content a:hover {
	background-color: #f1f1f1;
}


.dropdown:hover .dropdown-content {
	display: block;
}

/* Style for dropdown container */


/* Style for Zalety folii PPF*/
#flexbox-zalety {
	width: 80%;
	max-width: 1100px;
	display: flex;
	flex-direction: row;

	margin: auto;
	justify-content: space-around;
	flex-wrap: wrap;
}


.circle {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	font-size: 23px;
	line-height: 40px;
	background: #4d7f8a;
	text-align: center;
	color: white;
	float: left;
	margin-right: 10px;

}

.box {
	width: 290px;
	padding-bottom: 50px;
}

.circle-title {

	font-size: 22px;
}

.box p {
	float: left;
	width: 240px;
	margin: 0px;
	text-align: left;
}

.circle-box {
	width: 40px;
}


/* Style for Zalety folii PPF*/
/* Style for FAQ  */
.faq-container {
	max-width: 80%;
	margin: auto;
	background-color: white;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}

.faq-question {
	position: relative;
	cursor: pointer;
	padding: 15px;
	background-color: white;
	font-weight: bold;
}

.faq-question i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	margin-bottom: 0;
	border-bottom: 1px solid gray;
	background-color: #fff;
	transition: max-height 0.5s ease;

}

.faq-answer p {
	padding: 15px;
	margin: 0;
}

.faq-answer.active {
	max-height: 500px;
	transition: max-height 0.5s ease;
}

.faq-question.active i {
	transform: translateY(-50%) rotate(180deg);
}

#background {
	background: white;
	width: 100%;

}

#content2-header {
	border-bottom: 1px solid #4d7f8a;
	padding-bottom: 10px;
	font-size: 25px;
	width: clamp(200px, 40%, 400px);
	margin: auto;
	text-align: center;
}

#background {
	text-align: left;

}

/* Style for FAQ  */
/* Style for Nasze doświadczenie*/
#content2 {
	text-align: center;
	background: #F8F7F7;
	color: black;
	width: 100%;
	min-height: 200px;
	padding-top: 30px;
	font-size: 15px;
	padding-bottom: 20px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2) inset;

}


.content2-box {
	width: 50%;
	min-width: 200px;
	max-width: 400px;
	padding-bottom: 40px;
}

#content2-position {
	width: 75%;
	max-width: 1500px;
	display: flex;
	margin: auto;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

/* Style for Nasze doświadczenie*/


html {
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: 'Nunito', sans-serif;

}

li {
	list-style: none;

}





p {
	margin-left: 20px;
	margin-right: 20px;
}

#header {
	background: white;
	width: 100%;
	height: 85px;
	box-shadow: 0px 0px 5px #2d4b51;
	font-size: 14px;
	position: fixed;
	z-index: 100;
}

#header-main {
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;

}


#color {
	color: #4d7f8a;

}



#sys {
	float: left;

}



#dos {
	display: none;
}

#list1 {
	width: 400px;
	height: 200px;
	display: none;
	padding: 20px;
	cursor: auto;
	top: 31px;
	border-bottom: 1px solid black;
	position: relative;
	background: white;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

#menu-flexbox-1 {
	float: left;
	width: 200px;
	height: 200px;
}

#menu-flexbox-2 {
	float: left;
	width: 200px;
	height: 200px;
}

#uslugi {
	color: #4a4a4a;
}


#footer {
	background: #262626;
	width: auto;
	height: auto;
	color: white;
	padding-top: 20px;

}

#main-footer {
    width: 80%;
    display: flex;
    margin-left: auto;
	margin-right: auto;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #262626;
    color: #d8d8d8;
}



#line {
	width: 97%;
	height: 1px;
	background: #f6f6f6;
	margin: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

#line-pion {
	width: 1px;
	height: 190px;
	background: #f6f6f6;
	margin: 0px;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

#copyright {
	color: #a3a3a3;
	font-size: 13px;
	text-align: center;
	border-top: 1px solid #a3a3a3;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

#copyright1 {
	color: #a3a3a3;
	font-size: 13px;
	text-align: center;
	bottom: 0px;
	background: #262626;
	display: none;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #a3a3a3;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

#sub-footer1 {

    margin: 30px;
    padding: 20px;

}

#sub-footer4 {
	height: 45px;
	top: 200px;
	position: relative;
}

#face {
	width: 35px;
	height: 35px;
	background: #f6f6f6;
	border-radius: 20px;
	border: 2px solid #f6f6f6;
	margin-top: 3px;
	float: right;

}


#facebook-text {
	width: 0px;
	height: 0px;
	font-size: 15px;
	position: relative;
	left: 12px;
	top: 20px;
}


#content1-background {
	width: 100%;
	height: 750px;
	background-image: url("pics/motoryzacja.jpg");
	background-size: cover;
	background-position: center;

}

#copyright-background {
	background: #262626;

}

#content1 {
	min-height: 1000px;

	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


#content1-photos {
	display: flex;
	width: 80%;
	min-height: 300px;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1500px;
}


#content1-photo {
	width: 15%;
	border: 2px solid #4d7f8a;
	min-width: 300px;

	border-radius: 10px;
}

#content1-text {
	width: 80%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	padding: 70px 0px 70px 0px;
	text-align: left;

}


#slogan {
	font-size: 130px;
	color: white;
	width: 80%;
	margin: 0px;
	letter-spacing: -1px;
	font-family: Poppins, 'Oswald', sans-serif;
	font-weight: 700;


}

#sub-slogan {
	font-size: 35px;
	color: white;
	height: 50px;
	font-family: Poppins, 'Oswald', sans-serif;
	margin: 0px;
}



.content1-subtitle {
	width: 75%;
	margin: auto;
	max-width: 1500px;
	font-size: 22px;
	color: black;
	padding-top: 110px;
	padding-bottom: 30px;
	letter-spacing: -1px;
	text-align: center;

}

.title {
	border-bottom: 1px solid #4d7f8a;
	width: fit-content;
	padding-bottom: 10px;
	margin: auto;
}


.content1-subtitle2 {
	width: 100%;
	background: #f6f6f6;
	font-size: 30px;
	color: black;
	padding-top: 30px;
	padding-bottom: 30px;
	letter-spacing: -1px;
	box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.1) inset;
	margin-top: 110px;
	margin-bottom: 70px;

}

.usluga-style {
	padding: 3px;

}



.menu {
	position: relative;
	left: 3px;
	top: 7px;
	width: 25px;
	height: 25px;
}

.list2 {
	display: inline;
	margin-left: 50px;

}

.link {
	text-decoration: none;
	color: #4a4a4a;
	cursor: pointer;

}

.usluga {
	color: black;
	text-decoration: none;
	cursor: pointer;
	font-size: 15px;
}



.left {
	float: left;

}

.kontakt {
	width: 35px;
	height: 35px;
	background: #f6f6f6;
	border-radius: 20px;
	border: 2px solid #f6f6f6;
	margin-top: 10px;

}



.kontakt-text {
	width: 220px;
	position: relative;
	left: 50px;
	top: -37px;
	font-size: 15px;
}


.header1-content {
	color: white;
	text-decoration: none;
	width: 220px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 20px;
	display: block;
}

.header1-content2 {
	color: white;
	text-decoration: none;
	width: 220px;
	cursor: default;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 20px;
	display: block;
}

.menu1 {
	display: none;
	position: fixed;
	top: 0;
	right: -250px;
	width: 250px;
	height: 100%;
	background-color: #262626;
	box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.2);
	transition: right 0.3s ease-in-out;
	z-index: 150;
	overflow-y: auto;
}

#header1-content1 {
	color: white;
	text-decoration: none;
	width: 230px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 20px;
	display: block;
}




#header1-button {
	position: fixed;
	width: 50px;
	height: 50px;
	z-index: 200;
	display: none;
}






.slider-container {
	position: relative;
	display: none;
	overflow: hidden;
	max-width: 600px;
	margin: 0 auto;
	border-radius: 10px;

}

.slider {
	display: flex;
	transition: transform 0.5s ease;
}

.slider img {
	border-radius: 10px;
	width: 100%;
	height: auto;
}

 .arrow-button {
 	position: absolute;
 	top: 50%;
 	transform: translateY(-50%);
 	background: rgba(77, 127, 138,0.9 );
    border-radius:100px;
 	border: none;
 	color: white;
 	font-size: 24px;
 	cursor: pointer;
 	height: auto
 }
 
.arrow-button:hover {
	opacity: 0.8;

}

#prevButton {
	left: 10px;
}

#nextButton {
	right: 10px;
}


.header1-content:hover {
	background: #4b4b4b;

}

#header1-button:hover {
	cursor: pointer;
}



.usluga:hover {
	color: #4d7f8a;
	transition: color 0.3s ease-in-out;

}


#uslugi:hover>#dos {
	display: inline;
	cursor: pointer;

}

#uslugi:hover>#uno {
	display: none;
}





#uslugi:hover {
	cursor: pointer;
	color: black;
}

#uslugi:hover>#list1 {
	display: block;

}

#uslugi:hover>.usluga {
	display: block;
	position: absolute;
}

li:hover>.link {
	color: black;

}


@media only screen and (max-width: 1200px) {

	.dropdown-container {
		display: none;

	}

	#header1 {
		display: block;
	}

	#header1-button {
		display: block;

		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 10px;
		padding-left: 5px;
		right: 5px;

	}

	.menu1 {
		display: block;
	}


	#sub-slogan {
		font-size: 30px;

	}

	#slogan {
		font-size: 70px;
	}

	#copyright1 {
		display: block;

	}

	#copyright {
		display: none;

	}

	.cookie-banner {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #d6d6d6;
		padding: 10px;
		height: 370px;
		text-align: center;
		font-size: 25px;
	}

	.cookie-banner p {
		padding: 50px;
	}

	#cookie-accept {
		background-color: #4d7f8a;
		color: #fff;
		padding: 20px 40px;
		font-size: 25px;
		border: none;
		cursor: pointer;

	}


	.title {
		font-size: 35px;
	}
}

@media only screen and (max-width: 1400px) {

	#content1-photos {
		display: none;

	}

	.slider-container {
		display: block;

	}

}

@media only screen and (max-width: 600px) {
    #main-footer {
        width:100%;
    }


	#sys {
		height: 40px;
	}

	#header-logo {
		height: 40px;
	}


	#header {
		height: 63px;


	}

	#cookie-banner {
		height: 200px;
		font-size: 13px;



	}

	#header1-button {

		width: 30px;
		height: 30px;


	}

	.cookie-banner p {
		padding: 20px;
	}

	#cookie-accept {
		padding: 10px;
		font-size: 13px;


	}
}