 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;
 	height: 0;
 	opacity: 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;
 }

 /* 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;
 }



 .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 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%;

 }

 /* Style for FAQ  */
 html {
 	scroll-behavior: smooth;
 	scroll-padding-top: 80px;
 }

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

 }

 li {
 	list-style: none;

 }




 h1 {
 	margin: 0px;

 }

 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%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #262626;
    color: #d8d8d8;
}



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

 #line-pion {
 	width: 1px;
 	height: 190px;
 	background: #7b7b7b;
 	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 #7b7b7b;
 	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 #7b7b7b;
 	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;
 }




 #copyright-background {
 	background: #262626;

 }



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




 .usluga-style {
 	padding: 3px;

 }

 .right {
 	float: right;
 	position: relative;
 }


 .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-content1 {
 	color: white;
 	text-decoration: none;
 	width: 150px;
 	padding-left: 20px;
 	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-button {
 	position: fixed;
 	width: 50px;
 	height: 50px;
 	z-index: 200;
 	display: none;
 }

 #content1 {
 	width: 70%;
 	max-width: 1500px;
 	padding-bottom: 90px;
 	margin-left: auto;
 	margin-right: auto;
 	padding-top: 100px;


 }

 #content1-title {
	border-bottom: 1px solid #4d7f8a;
		width: fit-content;
		padding-bottom: 10px;
		margin: auto;
		display: block;
		font-size:35px;
 }

 #content1-subtitle {
 	text-align: center;
 	position: relative;
 	top: 30px;

 }


 .slider-container {
 	position: relative;
 	display: none;
 	overflow: hidden;
 	max-width: 300px;
 	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: transparent;
 	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;

 }

 #content2 {
 	width: 50%;
 	margin: auto;
 	max-width: 1500px;
 	display: flex;
 	justify-content: space-between;
 }

 #content2-text {
 	width: 45%;
 	text-align: center;

 }

 #content2-container {
 	width: 45%;

 }

 #content2-photo {
 	width: 100%;
 }


 #content3 {
 	width: 70%;
 	margin: auto;
 	max-width: 1500px;
 	text-align: center;
 	padding-bottom: 30px;
 }

 #container2 {
 	width: 100%;
 	overflow: auto;
 }

 .container2-image {
 	width: 25%;
 	float: left;
 }

 #subcontent3 {
 	float: left;


 }

 #content4 {
 	background: #f5f5f5;
 	padding-top: 30px;
 	box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.1) inset;
 	text-align: center;
 }

 #content4-flexbox {
 	display: flex;
 	width: 70%;
 	margin: auto;
 	max-width: 1500px;
 	padding-bottom: 30px;
 	padding-top: 40px;
    justify-content: center;
 }

 #content4-text {
 	font-size: 14px;


 }

 #content5 {
 	width: 70%;
 	margin: auto;
 	max-width: 1500px;
 	text-align: center;

 }

 .content4-cont {
 	text-align: center;
    margin:5px;
    width:25%;

 }

 #bottom-button {
 	border-radius: 10px;
 	border: 2px solid #4d7f8a;
 	background: white;
 	width: 160px;
 	height: 35px;
 	color: #515151;
 	text-align: center;
 	display: block;
 	margin-left: auto;
 	margin-right: auto;
 	padding-top: 13px;
 	cursor: pointer;
 	text-decoration: none;
 	margin-bottom: 30px;
 }

 #bottom-button:hover {
    box-shadow: inset 0px 0px 10px 0.3px rgba(77, 127, 138, 0.6);
 }

 #content-title {

 	line-height: 50px;
 	border-bottom: 1px solid #4d7f8a;
 	padding-bottom: 10px;
 	font-size: 25px;
 	margin-left: auto;
 	margin-right: auto;

 }

 #content-text {
 	padding-top: 30px;
 	padding-bottom: 30px;


 }

 #content2-background {
 	background-image: url("pics/background.jpg");
 	background-position: center;
 	background-repeat: no-repeat;
 	background-size: cover;
 	width: 100%;
 	padding-top: 30px;
 	padding-bottom: 30px;
 	color: white;
 	min-height: 200px;
 }


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

 	.container2-image {
 		width: 100%;
 	}

 	.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;


 	}

 	.dropdown-container {
 		display: none;

 	}

 	#header1 {
 		display: block;
 	}

 	#header1-button {
 		display: block;
 		margin-top: 10px;
 		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;

 	}

 	#content2 {
 		flex-direction: column;
 		width: 80%;
 	}

 	#content2-container {
 		width: 100%;

 	}

 	#content2-text {
 		width: 100%;
 		padding-bottom: 30px;
 	}

 	.title {
 		font-size: 35px;
 	}
 




 }

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


 	.slider-container {
 		display: block;

 	}
 }

 @media only screen and (max-width: 900px) {
 	#content4-flexbox {
 		flex-direction: column;
 	}

 	.content4-cont {
 		padding-bottom: 40px;
        width: 100%;

 	}
 }

 @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;


 	}
 }