@import "nav.css?v7";

body,
form,
h1,
h2,
h3,
h4,
p,
ul,
li {
margin: 0;
}

ul {
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: #f7ae05;
}
label a:hover {
	text-decoration: underline;
}
:focus {
	outline: none;
}
h1, h2, h3 {
	display: block;
	width: 100%;
	float:left;
}

h1, h2 {
	text-align: center;
	color: #333;
	position: relative;
	z-index: 1;
	line-height: 1.1;
}

h3 {
	font-size: 17px;
}

h2 {
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 30px;
}

h1 {
	font-size: 34px;
	padding: 30px 0 15px;
	line-height: 1.1;
	font-weight: bold;
}


body {
    font-family: 'Red Hat Display', 'Raleway', sans-serif;
    width: 100%;
    float: left;
    display: block;
    background: #fff;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none;  margin: 0; }
input[type=number] { -moz-appearance: textfield; }

.disabled {
	pointer-events: none;
	filter: opacity(0.3);
}

.reveal {
	position: relative;
	transform: translateY(100px);
	opacity: 0;
	transition: all 0.7s ease;
}

.reveal.fadeIn {
	transform: translateY(0);
}

.reveal.active{
	transform: translateY(0);
	opacity: 1;
}

.clear { clear:both; display:block; overflow:hidden; visibility:hidden; height:0px;}

.btn {
    width: 100%;
    max-width: 350px;
    padding: 20px 0;
    display: inline-block;
    font-size: 21px;
    border-radius: 5px;
    background-color: #f7ae05;
    text-decoration: none;
    color: #fff;
    border: none;
    cursor: pointer;
    margin: 0;
    font-weight: bold;
    line-height: 1;
    text-align:center;
    -webkit-appearance: none;
    transition: all 0.15s ease;
}

.btn:hover {
	background-color: #000;
}

main {
	min-height: calc(100% - 500px);
	width: 100%;
	float: left;
	background-color: #fff;
}

.wrapper {
	padding: 0 20px;
	width: 100%;
	max-width: 1200px;
	margin:0 auto;
	box-sizing: border-box;
  }

header {
	float: left;
	width: 100%;
	z-index: 10;
	position: relative;
	white-space: nowrap;
}

header .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

header #logo {
	float: left;
	transition: all 0.3s ease;
}

header #logo:hover {
	transform: scale(1.1);
}

header #logo img {
	float: left;
	width: 160px;
	margin: 15px 0;
}

footer  {
	float:left;
	width:100%;
	box-sizing: border-box;
}

footer > .wrapper {
	padding: 70px 5% 40px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

footer .contacts {
	box-sizing: border-box;
	margin: 30px 15px 0;
	width: 300px;
	text-align: center;
}

footer .contacts > .details {
	padding-top: 20px;
}

footer .contacts .details.company-info {
	opacity: 0.8;
	line-height: 1.5;
	padding: 20px 0;
	font-size: 14px;
}

footer .contacts .logo,
footer .contacts .address,
footer .contacts .social {
	width: 100%;
}

footer .contacts .logo {
	max-width: 400px;
}

footer .contacts .logo img {
	filter: hue-rotate(-40deg) saturate(1.15);
}

footer .contacts .details ul.address {
	padding-bottom: 15px;
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: 1px;
}

footer .contacts .details ul.address > li {

}

footer ul.social {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 12px;
	font-size: 32px;
	box-sizing: border-box;
	list-style: none;
	padding: 0;
	margin: 8px 0 0;
}

footer ul.social > li {
	display: inline-block;
}

footer ul.social > li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
	color: #333;
	transition: color 0.3s;
}

footer ul.social > li a:hover {
	color: #f4db4b;
}


footer .navigation {
	margin: 30px 15px 0;
	width: 300px;
}

footer .navigation h2,
footer .navigation nav > a {
	float:left;
	width:100%;
}

footer .navigation h2 {
    font-size: 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
    letter-spacing: 2px;
    font-weight: normal;
    text-align: center;
    position: relative;
    color: #000;
}

footer .navigation nav > a {
	padding:7px 0;
	font-size:16px;
	color:#a0a0a0;
	font-weight: 300;
}

footer .navigation nav > a:hover {
	text-decoration: underline;
}


footer .copyright {
	float:left;
	width:100%;
	text-align: center;
	padding:30px 0;
	font-size: 14px;
	color:#a0a0a0;
	border-top:1px solid #e2e2e2;
	opacity: 0.8;
}

footer .copyright > span {
	padding: 10px 0;
	color: #8b8b8b;
	display: inline-block;
} 

#cookie_policy {
	display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 10px 0px #0000008a;
    background: #181818e3;
    backdrop-filter: blur(3px);
    color: #fff;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 11;
    padding: 20px 5px;
    box-sizing: border-box;
    line-height: 30px;
    text-align: center;
 }

 #cookie_policy a {
	color:#dbdbdb;
	text-decoration: underline;
 }
 
 #cookie_policy button {
	margin-left: 5px;
	padding: 8px 16px;
	display: inline-block;
	background-color: linear-gradient(90deg, #f6e562, #f4db4b);
	color: #000000e6;
	text-align: center;
	font-size: 16px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: 0px 5px 9px 0px #00000026;
	border-top: 1px solid #fff4;
	border-bottom: 1px solid #0006;
	border-right: 1px solid #0005;
	transition: all 0.3s ease;
	}

 #cookie_policy button:hover {
	background: #f4db4b;
	box-shadow: 0px 5px 9px 0px #00000062;
}

@media screen and (min-width: 600px) {
	h1 {
		font-size: 45px;
	}
	h2 {
		font-size: 24px;
	}
	header #logo img {
	  width: 220px;
	}
	#cookie_policy {
	  flex-direction: row;
	}
  }
  
  @media screen and (min-width: 900px) {
	header .wrapper {
	  margin: 15px auto 5px;
	}
	footer > .wrapper {
		text-align: left;
		padding: 40px 0;
		justify-content: space-evenly;
	}

	footer .navigation h2 {
		text-align: left;
	}
	footer .navigation h2::before {
		bottom: unset;
		width: 7%;
		height: 100%;
		background-size: 100% 2px;
		background-position: left center;
	}
  }
  @media screen and (min-width: 1200px) {
	.header > .wrapper {
	  display: flex;
	  flex-wrap: wrap;
	  align-items: center;
	}
  }

  @media screen and (min-width: 1600px) {
  	 .navigation h2::before {
		bottom: unset;
		width: 7%;
		height: 100%;
		background-size: 100% 2px;
		background-position: left center;
	}
  }
  @media screen and (min-width: 1200px) {
	.header > .wrapper {
	  display: flex;
	  flex-wrap: wrap;
	  align-items: center;
	}
  }

  @media screen and (min-width: 1600px) {
  }

  /* Policy pages: labels (ex h2/h3) as bold with margin */
  .policy-privacy .policy-heading,
  .policy-cookie .policy-heading,
  .policy-marketing .policy-heading {
	margin: 15px 0 6px 0;
  }

  /* Policy pages: numbered section headings – slightly larger text, own margin */
  .policy-heading-number {
	display: block;
	font-size: 1.1em;
	margin: 15px 0 5px 0;
  }

  /* Policy pages: bullet lists with dots on the left */
  .policy-privacy ul,
  .policy-cookie ul,
  .policy-marketing ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0.5em 0 1em 1.5em;
	padding-left: 1em;
  }
  .policy-privacy ul li,
  .policy-cookie ul li,
  .policy-marketing ul li {
	margin-bottom: 0.5em;
  }