html, body{
	margin:0;
	padding:0;
    font-size: 100%;
	background:	#fff;
	font-family: 'Raleway', sans-serif !important;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
	margin:0 0 18px;			   
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a {
	color:#584008;
}
body a:hover{
	text-decoration:none;
}
/*-- header --*/
.header {
	display: flex;
    align-items: center;
	height: 5em;
	padding: 0 18em;
	max-width: 100%;
}
.logo{
	float:left;
	display: flex;
	align-items: center;
	width:30%;
	height: 100%;
}
.top-nav{
	width:30%;
	float:right;
	font-family: 'Oswald', sans-serif; 
}
span.menu{
	display:none;
}
.top-nav ul {
	display: flex;
    align-items: center;
	float:right;
    padding: 0; 
	margin: 0; 
}
.top-nav ul li{
	display:inline-block;
}
.top-nav ul li a{
	color:#584008;
	padding:0;
	font-size:19px;
	position: relative;
}
.top-nav ul li.active a, .top-nav ul li a:hover {
    text-decoration: none;
    background: none;
    color:#74543D;
}

/*-- nav-hover --*/
.top-nav ul li a::before {
    color:#584008;
    content: attr(data-hover);
    position: absolute;
    opacity: 0;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    -webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    -moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
}
.top-nav ul li a:hover::before, .top-nav ul li a:focus::before {
    -webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    -moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    opacity: 1;
}
/*-- //nav-hover --*/

/*-- //header --*/
/*-- banner --*/
.banner{
	background:url(../gfx/topantque.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	background-position: center center;
}

/*-- //banner --*/

/*-- welcome --*/
.welcome,.team,.services,.contact,.about,.about1{
	padding:5em 0;
}
.welcome h3,.team h3,.services h3{
	font-size: 3em;
    color:#653221;
	text-align: center;
    font-family: 'Oswald', sans-serif;
    margin: 0;
}
p.et{
	font-size: 14px;
    color: #52514f;
    margin:0 auto 0;
    line-height: 1.8em;
    width: 70%;
    text-align: center;
}
.line{
	width: 31%;
    margin: 0.5em auto;
    border: 1px dashed #653221;
}

.welcome-grid:hover .aliquam {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

/* galeria */
        .gallery {
            display: flex;
            flex-wrap: wrap;
            gap: 3em;
        }
		.gallery .divka {
			flex: 1 1 calc(30% - 10px); /* Domyślnie 3 elementy w rzędzie na dużych ekranach */
			box-sizing: border-box;
			text-align: center;
			border:1px solid #ededed;
			border-radius: 8px;
			padding: .5em;
		}
		.gallery .divka:hover {
			box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Delikatny cień */

		}
        .gallery .divka img {
			max-width: 100%;
			height: 250px;
			display: block;
			margin:0 auto;
            object-fit: cover;
            cursor: pointer;
        }

		.gallery img {
			width: 100%;
            object-fit: cover;
            cursor: pointer;
			
        }
        .gallery img:hover {
            transform: scale(1.03);
			transition: transform 0.3s;
        }

        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            display: none;
            justify-content: center;
            align-items: center;
        }

        .overlay-content {
            text-align: center;
            color: #fff;
        }

        .overlay img {
            max-width: 90%;
            max-height: 80%;
        }

        .overlay p {
            margin-top: 10px;
        }

        .close-overlay {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 24px;
            color: #fff;
            cursor: pointer;
        }
		#galeria .foldery { text-align:center; margin: 2em auto; }
		#galeria .folder { width: 300px; margin:2em; display:inline-block; text-align:center; }
		#galeria .folder h2 a { font-size:0.7em; color: #74543D; }
		#galeria .folder img { 		
			opacity: 0.85;
			max-width: 100%;
			height:auto;
		}
		#galeria .folder img:hover {
			opacity: 1;
			transition: opacity 0.3s;
		}

#imagelightbox {
	cursor: pointer;
	position: fixed;
	z-index: 10000;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
	box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
}
#imagelightbox-loading, #imagelightbox-loading div { border-radius: 50%; }
#imagelightbox-loading {
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			position: fixed;
			z-index: 10003;
			top: 50%;
			left: 50%;
			padding: 0.625em; /* 10 */
			margin: -1.25em 0 0 -1.25em; /* 20 */

			-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
			box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
		}
#imagelightbox-loading div
			{
				width: 1.25em; /* 20 */
				height: 1.25em; /* 20 */
				background-color: #fff;

				-webkit-animation: imagelightbox-loading .5s ease infinite;
				animation: imagelightbox-loading .5s ease infinite;
			}

			@-webkit-keyframes imagelightbox-loading
			{
				from { opacity: .5;	-webkit-transform: scale( .75 ); }
				50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
				to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
			}
			@keyframes imagelightbox-loading
			{
				from { opacity: .5;	transform: scale( .75 ); }
				50%	 { opacity: 1;	transform: scale( 1 ); }
				to	 { opacity: .5;	transform: scale( .75 ); }
			}

		#imagelightbox-overlay
		{
			background-color: #fff;
			background-color: rgba( 255, 255, 255, .9 );
			position: fixed;
			z-index: 9998;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		}
		#imagelightbox-loading,
		#imagelightbox-overlay
		{
			-webkit-animation: fade-in .25s linear;
			animation: fade-in .25s linear;
		}
			@-webkit-keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}
			@keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}		

/*-- contact --*/
.contact-bottom iframe{
	width:100%;
	min-height:500px;
}
.contact-left p{
	color: #52514f;
	font-size: 14px;
	line-height: 1.8em;
	margin:0;
	width: 57%;
}
.contact-left p span{
	display:block;
	font-weight:700;
}
.contact-left ul{
	padding:1em 0 0;
	margin:0;
}
.contact-left ul li{
	list-style-type:none;
	margin:0 0 5px;
	font-size:14px;
	color:#000;
}
.contact-left ul li a{
	font-size:14px;
	color:#000;
	text-decoration:none;
}
.contact-left ul li a:hover{
	color:#653221;
}
.contact-left input[type="text"],.contact-left input[type="email"],.contact-left textarea{
	background:none;
	border: 1px dashed #000;
	color: #000;
	padding: 15px 10px;
	font-size: 14px;
	outline: none;
}
.contact-left input[type="text"],.contact-left input[type="email"]{
	width: 32.7%;
	float: left;
}
.contact-left input[type="email"]{
	margin:0 6px;
}
.contact-left textarea{
	min-height: 200px;
	resize: none;
	width: 100%;
	margin:1em 0;
}
.contact-left input[type="submit"]{
	outline: none;
    color: #fff;
    font-size: 16px;
    padding: 13px 0;
    width: 30%;
    background: #584008;
    font-family: 'Oswald', sans-serif;
    border: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.contact-left input[type="submit"]:hover{
	background:#75560e;
}
.contact-left h3{
	font-size: 2em;
    color:#653221;
    font-family: 'Oswald', sans-serif;
    margin: 0 0 1em;
}
/*-- //contact --*/
/*-- footer --*/

.contact-left ul li span {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../gfx/footer-icons.png) no-repeat 0px 0px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.contact-left ul li span.c-icon1 {
  background-position: 0px -25px;
}
.contact-left ul li span.c-icon2 {
  background-position: 0px -49px;
}

.copy { text-align: center; background:#000; padding:1.5em 1em; }
.copy p { color: #fff; font-size: 14px; }
.copy p a { color:#fff; font-family: 'Oswald', sans-serif; }
.copy p a:hover { text-decoration: underline; }
/*-- //footer --*/


/*-- about --*/
.content-text-bottom h3{
	color:#728d09;
	font-size:25px;
	margin:0 0 0.5em 0.6em;
	font-weight:600;
	font-family: 'Oswald', sans-serif;
	}

.people-left { float:left; width:55%; }
.people-right { float: right; width:40%; }
.people-right ul { padding:0; margin:0; }
.people-right ul li { list-style-type:none; margin: 2em 0 0; }
.people-right ul li:nth-child(4) { margin: 2em 0 0; }

.numer{ float: left; border-radius: 100%; padding: .5em 1em; color: #fff; background:#74543D; }
.numer-right{ float: right; width: 83%; }
.numer-right h4{ margin:0; }
.numer-right h4 a{ color:#74543D; font-size:18px; font-weight:600; text-decoration:none; }
.numer-right h4 span{ display:block; color:#000; font-size: 15px; margin: .1em 0; font-style: normal; }
.numer-right h4 a:hover{ text-decoration:none; color:#000; }
.numer-right p,.fig-text p{
	color: #52514f;
    font-size: 14px;
    margin: 1em 0 0;
    font-style: normal;
    line-height: 1.8em;
	}

.schody h3 { margin-top: 1.2em; font-size:1.5em; text-align:left; }
.schody div { width:10em; text-align:center; display:inline-block; margin: 1.5em; }

.fig-text-left{
	float:left;
	width:35%;
	}
.fig-text-left img{
	width:100%;
	}
.fig-text-right{
	float:right;
	width:62%;
	}
.fig-text-right h4{
	color:#74543D;
    font-size: 1.2em;
    margin: 0;
    text-transform: capitalize;
	}
.fig-text p span{
	display:block;
	margin:1em 0 0;
	}
.fig-text1-right ul{
	padding:0;
	margin:0;
}
.fig-text1-right ul li{
	list-style-type:none;
	margin:0 0 1em;
	}
.fig-text1-right ul li a{
	color: #52514f;
    font-size: 14px;
	background: url(../gfx/8.png) no-repeat 0px 4px;
	display: block;
	padding-left: 2em;
	text-decoration:none;
	}
.fig-text1-right ul li a:hover{
	text-decoration:none;
	color:#74543D;
	}
	
	
.about{
  background:#F6F4F4;
}
.people-left h3,.people-right h3,.fig-text1-right h3{
	font-size: 1.5em;
    color:#653221;
    font-family: 'Oswald', sans-serif;
    margin: 0;
}
.glob{
	margin:0.5em 0 2em;
	text-align:left;
}
/*-- //about --*/


#topp, #wstecz { position: fixed; bottom: 2em; right: 2em; display: none; }
#wstecz { left: 5em; display:block; }


/*-----start-responsive-design------*/
@media (max-width:1366px){
	.header {
		display: flex;
		align-items: center;
		height: 5em;
		padding: 0 2em;
		width: 100%;
	}



}

@media (max-width:1024px){
	.logo{
		float:none;
		display: inline-block;
		align-items: center;
		width:100%;
		padding-top:1em;
		margin-left: 2em;
	}

	.top-nav {
        float: none; /* Usuń float, aby elementy mogły być ustawione w układzie pionowym */
        text-align: center; /* Wyśrodkowanie tekstu */
        margin-right: 2em; /* Usuń dodatkowy margines */
        height: auto; /* Pozwól kontenerowi dopasować wysokość do zawartości */
        border: none; /* Możesz usunąć lub zmienić obramowanie na urządzenia mobilne */
    }	
	.breakin {
		display: none;
	}

	.top-nav ul li {
		margin-left: 1em;
	}
	.banner-info {
		margin: 7em 0 0 28em;
		width: 50%;
	}

	.welcome h3, .team h3, .services h3,.news-info h3 {
		font-size: 2.5em;
	}
	.welcome, .team, .services, .contact, .about, .about1 {
		padding: 4em 0;
	}
	.welcome-grid-left h4 {
		font-size: 1.1em;
	}
	.welcome-grid-left {
		margin: 1em 0 0;
	}
	.para span {
		left: 97px;
	}
	.fig-text-right h4 {
		font-size: 1.1em;
	}
	.news-info {
		width: 85%;
		padding: 5em 2em;
	}
	.contact-left input[type="text"], .contact-left input[type="email"] {
		width: 32.5%;
	}
	.contact-left h3 {
		font-size: 1.7em;
	}
	.team-grid-hov {
		left: 34%;
	}
	.contact-bottom iframe {
		min-height: 410px;
	}
	.footer {
		padding: 2em 0 1em;
	}
}
@media (max-width: 768px){
	.logo{
		margin-left: .5em;
	}

	.top-nav {
        margin-right: .5em; /* Usuń dodatkowy margines */
    }	
	.gallery {
		gap: 1em;
	}
	.gallery .divka {
        flex: 1 1 calc(45% - 5px); /* 2 elementy w rzędzie */
    }
	.gallery .divka img {
		height: 150px;
	}
	#galeria .folder { width: 80%; margin:2em; margin: 1em 0; }
	.slider { display:none; }
	.menu {
		display: block;
		cursor: pointer;
		width: 100%;
		position: relative;
		margin:1.5em 0 0;
	}
	.top-nav ul {
		float:right;
		position: absolute;
		padding: .5em 0;
		width: 10em;
		z-index: 0;
	}
	ul.nav {
		display: none;
		background:#A98316;
		margin-top: 1em;
	}
	.top-nav ul.nav li {
		display: inline-block;
		margin: 0;
		width: 100%;
		padding: 17px 1em;
		text-align: center;
	}
	.top-nav ul.nav li a { color:#fff; }
	
	.top-nav span {
		font-size: 1.8em;
		color: #584008;
		display: inline-block;
	}
	.banner-info h1 {
		font-size: 1.5em;
	}
	.banner-info {
		margin:5em 0 0 15em;
		width: 62%;
	}

	.welcome h3, .team h3, .services h3, .news-info h3 {
		font-size: 2.2em;
	}
	.welcome, .team, .services, .contact, .about, .about1 {
		padding: 3em 0;
	}
	p.et {
		width: 95%;
	}
	.welcome-grid-left {
		margin: 4em 0 0;
	}
	.people-left h3, .people-right h3, .fig-text1-right h3 {
		font-size: 1.2em;
	}
	.numer-right h4 a {
		font-size: 16px;
	}
	.people-left {
		float: none;
		width: 100%;
		margin-bottom: 2em;
	}
	.people-left ul li:nth-child(2) {
		margin: 1em 0 0;
	}
	.numer-right {
		width: 90%;
	}
	.people-right {
		float: none;
		width: 100%;
	}
	.fig-text1-right:nth-child(1) {
		margin: 0 0 2em;
	}
	.team-grid {
		float: left;
		width: 33.33%;
	}
	.team-grid-hov {
		left: 30%;
		top: 28%;
	}
	.team-grid h4 {
		font-size: 1.1em;
	}
	.team-grid h4 span {
		font-size: 14px;
	}
	.services-grid {
		float: left;
		width: 33.33%;
	}
	.services-grids {
		margin: 0;
	}
	.para span {
		left: 63px;
	}
	.news {
		padding: 3em 0;
		min-height: 810px;
	}
	.news-grid-right {
		width: 80%;
	}
	.contact-left:nth-child(1) {
		margin: 0 0 2em;
	}
	.contact-left input[type="email"] {
		margin: 0 8px;
	}
	.footer-grid h4 {
		font-size: 1.2em;
	}
	.footer-grid {
		float: left;
	}
}
@media (max-width: 667px){
	
	.banner-info {
		margin: 5em 0 0 13em;
		width: 62%;
	}
	.gallery div {
        flex: 1 1 100%; /* 1 element w rzędzie */
    }
}
@media (max-width:640px){
	.top-nav span {
		font-size: 1.5em;
	}
	.logo {
		padding: 1.5em 3em;
	}
	.sb-search {
		right: 125px;
	}
	.search-box {
		margin: 0.45em 0 0 0em;
	}
	.lang_list {
		margin: 3.09em 0em 0 0;
	}
	.banner-info h1 {
		font-size: 1.3em;
	}
	.banner-info {
		padding: 1.5em 1.5em 3em;
	}
	.welcome-grid-left {
		margin: 3em 0 0;
	}
	.team-grid-hov {
		left: 23%;
		top: 21%;
	}
	.para span {
		font-size: 1.8em;
		padding: .7em 0 0;
		width: 75px;
		height: 75px;
		left: 47px;
	}
	.para p {
		padding: 4em 1em 1.5em;
	}
	.news-info {
		width: 91%;
		padding: 3em 1em;
	}
	.news {
		min-height: 760px;
	}
	.contact-left input[type="email"] {
		margin: 0 7px;
	}
	.contact-bottom iframe {
		min-height: 300px;
	}
	.footer-grid {
		float: left;
		width: 50%;
	}
	.footer-grid:nth-child(2) {
		margin: 0 0 3em;
	}
}
@media (max-width: 667px){
	.banner-info {
		margin: 5em 0 0 9em;
	}
	.logo img { max-width: 90%; }
}
@media (max-width:480px){
	.logo {
		padding: 1.5em 2em;
	}
	.top-nav {
		margin-left: 2em;
	}
	.search-box {
		margin: 0.2em 0 0 0em;
	}
	.lang_list {
		margin: 2.8em 0em 0 0;
	}
	.sb-search.sb-search-open, .no-js .sb-search {
		width: 72%;
	}
	.banner-info {
		margin:3em 0 0 0em;
		width: 75%;
	}
	.banner {
		min-height: 360px;
	}
	.welcome h3, .team h3, .services h3, .news-info h3 {
		font-size: 1.7em;
	}
	.welcome, .team, .services, .contact, .about, .about1 {
		padding: 2em 0;
	}
	.welcome-grid-left h4 {
		font-size: 1em;
	}
	.welcome-grid-left {
		margin: 0;
	}
	.welcome-grid {
		margin: 0 0 2em;
	}
	.welcome-grids:nth-child(5) {
		margin:0;
	}
	.welcome-grids:nth-child(4) {
		margin: 2em 0 0;
	}
	.numer-right {
		width: 83%;
	}
	.fig-text-right h4 {
		font-size: 0.95em;
	}
	.numer-right p, .fig-text p {
		margin: .5em 0 0;
	}
	.team-grid {
		float: none;
		width: 70%;
		margin: 0 auto 1em;
	}
	.team-grid-hov {
		left: 34%;
		top: 37%;
	}
	.services-grid {
		float: none;
		width: 70%;
		margin: 0 auto;
	}
	.para span {
		left: 100px;
	}
	.news-info {
		width: 100%;
		padding: 2em 1em;
	}
	.news-grid-left p {
		font-size: 1.5em;
	}
	.news-grid-left {
		padding: 3.3em 1em;
	}
	.contact-left input[type="text"], .contact-left input[type="email"] {
		width: 100%;
		padding: 10px 10px;
	}
	.contact-left input[type="email"] {
		margin: 1em 0;
	}
	.contact-left input[type="submit"] {
		font-size: 13px;
		padding: 10px 0;
		width: 35%;
	}
	.contact-bottom iframe {
		min-height: 240px;
	}
	.footer-grid h4 {
		font-size: 1em;
	}
}
@media (max-width: 414px){
	select.arrival {
		display: none;
	}

	.top-nav {
		margin-left: 0em;
		width: 50%;
	}
	.top-nav ul.nav li {
		padding: 10px 0;
	}
	.top-nav ul li a {
		font-size: 14px;
	}
}
@media (max-width:375px){
	.banner-info {
		width: 90%;
	}
}
@media (max-width:320px){
	.top-nav .menu {
		font-size: 1.5em;
		margin:1.2em 0 0 1em;
	}
	.banner-info h1 {
		font-size: 1em;
	}
	.banner-info p {
		font-size: 13px;
		margin: .5em 0 0;
	}
	.banner-info {
		margin: 2em 0 0 0em;
	}
	.banner {
		min-height: 310px;
	}
	.welcome h3, .team h3, .services h3, .news-info h3 {
		font-size: 1.4em;
	}
	p.et {
		width: 100%;
		font-size: 13px;
	}
	.welcome-grid,.people-left,.fig-text1-right,.contact-left {
		padding: 0 !important;
	}
	.welcome-grid-left h4 {
		font-size: .9em;
	}
	.welcome-grids:nth-child(4) {
		margin: 1em 0 0;
	}
	.welcome-grid-left p,.numer-right p,.copy p,.para p,.footer-grid ul li, .fig-text p,.team-grid p,.news-grid-right p,.contact-left ul li {
		font-size: 13px;
	}
	.welcome-grid {
		margin: 0 0 1em;
	}
	.glob {
		margin: 0.5em 0 1em;
	}
	.fig-text-left {
		float: none;
		width: 100%;
		margin-bottom: 1em;
	}
	.fig-text-right {
		float: none;
		width: 100%;
	}
	.fig-text1-right ul li a {
		font-size: 13px;
		padding-left: 1.5em;
	}
	.fig-text1-right ul li {
		margin: 0 0 .5em;
	}
	.team-grid {
		width: 85%;
	}
	.welcome-grids, .team-grids {
		margin: 1em 0 0;
	}
	.team-grid-hov {
		left: 27%;
		top: 30%;
	}
	.services-grid {
		width: 100%;
	}
	.para span {
		font-size: 1.5em;
		padding: .7em 0 0;
		width: 60px;
		height: 60px;
		left: 95px;
		top: 31px;
	}
	.para p {
		padding: 3em 1em 1.5em;
	}
	.news {
		padding: 2em 0;
	}
	.news-grid-left {
		padding: 1em 0em;
		float: none;
		width: 100%;
	}
	.news-grid-left p {
		font-size: 1.3em;
	}
	.news-grid-left p span {
		display: inline-block;
	}
	.news-grid-right {
		width: 100%;
		float: none;
	}
	.news h3 {
		text-align: center;
		padding-left: 2em;
	}
	.news-grid:nth-child(2) {
		margin: 1em 0;
	}
	.contact-left:nth-child(1) {
		margin: 0 0 1em;
	}
	.contact-left h3 {
		font-size: 1.3em;
	}
	.contact-left p {
		font-size: 13px;
		width: 100%;
	}
	.contact-left ul {
		padding: .5em 0 0;
	}
	.contact-left input[type="text"], .contact-left input[type="email"], .contact-left textarea {
		font-size: 13px;
	}
	.contact-left textarea {
		min-height: 140px;
	}
	.contact-left input[type="submit"] {
		width: 50%;
	}
	.footer-grid {
		float: none;
		width: 100%;
		padding: 0 !important;
		margin: 0 0 1em;
	}
	.footer-grid ul li a {
		font-size: 13px;
		padding: 0;
	}
	.footer-grid ul li {
		margin: 0 0 4px;
	}
	.footer-grid:nth-child(2) {
		margin: 0 0 1em;
	}
	.copy {
		padding: 1em;
	}
	.footer {
		padding: 2em 0 0em;
	}
	ul.nav {
		margin-top: 1.56em;
	}
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #222;
  color: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.cookie-banner p {
  margin: 0;
  font-size: 14px;
  text-align: center;
}

.cookie-banner a {
  color: #00bcd4;
  text-decoration: underline;
}

.cookie-banner button {
  padding: 8px 16px;
  background-color: #00bcd4;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.cookie-banner.hidden {
  display: none;
}