/**
 * Theme Name: zagrod
 * Author: zagrod
 * Version: 0.0.1
 */

body {
	overflow-x: hidden;
	margin: 0;
	padding: 0
}

a {
	outline: none;
	text-decoration: none
}

a:hover {
	color: unset
}

img {
	width: 100%;
	height: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0
}

p {
	margin: 0
}

body {
	box-sizing: border-box
}

input {
	outline: none;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

button {
	outline: none;
	border: 0
}

button:hover {
	cursor: pointer
}

ul {
	margin: 0;
	padding: 0;
	list-style: none
}

h1 {
	font: 600 32px/120% "Open Sans", sans-serif
}

@media only screen and (max-width: 1296px) {
	h1 {
		font-size: 28px
	}
}

@media only screen and (max-width: 768px) {
	h1 {
		font-size: 24px
	}
}

@media only screen and (max-width: 390px) {
	h1 {
		font-size: 20px
	}
}

h2 {
	font: 600 32px/120% "Open Sans", sans-serif
}

@media only screen and (max-width: 1296px) {
	h2 {
		font-size: 28px
	}
}

@media only screen and (max-width: 768px) {
	h2 {
		font-size: 24px
	}
}

@media only screen and (max-width: 390px) {
	h2 {
		font-size: 20px
	}
}

p,
li {
	font: 400 16px/120% "Open Sans", sans-serif
}

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

	p,
	li {
		font-size: 15px
	}
}

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

	p,
	li {
		font-size: 14px
	}
}

.zagrod-header {
	width: 100%;
	padding: 20px 0
}

.zagrod-header>div {
	display: flex;
	justify-content: space-between
}

.zagrod-header-main {
	max-width: 55px
}

.zagrod-header-content {
	display: flex;
	align-items: center;
	gap: 15px
}

@media only screen and (max-width: 1008px) {
	.zagrod-header-content {
		margin-left: auto;
		width: 100%;
		justify-content: flex-end
	}
}

.zagrod-header__images {
	display: flex;
	gap: 15px
}

.zagrod-header .zagrod-container {
	padding: 0 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px
}

@media only screen and (max-width: 1008px) {
	.zagrod-header .zagrod-container {
		flex-direction: row;
		justify-content: center;
		align-items: center
	}
}

.zagrod-header .custom-logo-link {
	max-width: 65px;
	width: 100%
}

.zagrod-header .header-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px
}

.zagrod-header .header-menu a {
	font: 400 16px "Open Sans", sans-serif;
	transition: all .4s ease;
	color: #fff;
	text-align: center
}

.zagrod-header .header-menu a span {
	display: none
}

.zagrod-header .header-menu a:hover {
	text-decoration: underline
}

.zagrod-header .menu-header-menu-container {
	display: none;
	justify-content: end;
	gap: 20px;
	border-radius: 20px;
	margin: 0 auto
}

@media only screen and (max-width: 1008px) {
	.zagrod-header .menu-header-menu-container {
		display: none
	}
}

.zagrod-header-mob__menu {
	display: flex;
	position: absolute;
	flex-direction: column;
	gap: 20px;
	top: -1000px;
	left: 0;
	right: 0;
	transition: all .4s ease;
	background: #02231D;
	padding: 20px 28px 15px;
	z-index: 10;
	align-items: flex-start
}

@media only screen and (max-width: 1008px) {
	.zagrod-header-mob__menu {
		display: flex
	}
}

.zagrod-header-mob__menu .menu-header-menu-container {
	display: flex;
	border-radius: 0;
	border: 0;
	margin: 0
}

.zagrod-header-mob__menu .header-menu {
	flex-direction: column;
	align-items: start
}

.zagrod-header-mob__menu .header-menu li {
	margin-bottom: 10px
}

.zagrod-header-burger {
	display: flex;
	padding: 5px;
	width: 20px;
	height: 20px;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background: #fff;
	border-radius: 5px;
	cursor: pointer
}

@media only screen and (max-width: 1008px) {
	.zagrod-header-burger {
		display: flex
	}
}

.zagrod-header-burger span {
	width: 100%;
	height: 1px;
	display: block;
	background: #000;
	transition: all .4s ease
}

.zagrod-header-burger span:not(:last-of-type) {
	margin-bottom: 5px
}

.zagrod-header-burger.active span {
	margin: 0
}

.zagrod-header-burger.active span:first-of-type {
	transform: rotate(40deg)
}

.zagrod-header-burger.active span:nth-child(2) {
	position: relative;
	transform: rotate(140deg);
	top: -1px
}

.zagrod-header-burger.active span:last-of-type {
	display: none
}

.zagrod-header .current-menu-item a {
	text-decoration: underline
}

.zagrod-footer {
	padding: 48px 0
}

@media only screen and (max-width: 1296px) {
	.zagrod-footer {
		padding: 24px 0
	}
}

.zagrod-footer__wrapper {
	display: flex;
	flex-direction: column;
	gap: 70px;
	align-items: center;
	margin-bottom: 80px
}

@media only screen and (max-width: 1296px) {
	.zagrod-footer__wrapper {
		gap: 35px
	}
}

.zagrod-footer__wrapper .footer-menu {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%
}

.zagrod-footer__wrapper .footer-menu a {
	font: 700 16px/120% "Open Sans", sans-serif;
	color: #fff;
	opacity: .6;
	text-transform: uppercase
}

@media only screen and (max-width: 1296px) {
	.zagrod-footer__wrapper .footer-menu a {
		font-size: 15px
	}
}

@media only screen and (max-width: 768px) {
	.zagrod-footer__wrapper .footer-menu a {
		font-size: 14px
	}
}

.zagrod-footer__wrapper>h2 {
	padding: 40px;
	border-radius: 16px;
	background: var(--Neutral-White, #FFF);
	font: 400 14px/120% "Open Sans", sans-serif;
	color: #02231D;
	text-align: center
}

@media only screen and (max-width: 1296px) {
	.zagrod-footer__wrapper>h2 {
		padding: 20px
	}
}

@media only screen and (max-width: 768px) {
	.zagrod-footer__wrapper>h2 {
		font-size: 12px;
		padding: 10px
	}
}

.zagrod-footer__bottom {
	padding: 26px 0 14px 0;
	background: #1BE8CA;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%
}

@media only screen and (max-width: 1296px) {
	.zagrod-footer__bottom {
		padding: 14px 0
	}
}

.zagrod-footer__bottom p,
.zagrod-footer__bottom a {
	text-align: center;
	font: 400 14px/120% "Open Sans", sans-serif;
	color: #000
}

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

	.zagrod-footer__bottom p,
	.zagrod-footer__bottom a {
		font-size: 12px
	}
}

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

	.zagrod-footer__bottom p,
	.zagrod-footer__bottom a {
		font-size: 10px
	}
}

.zagrod-footer__bottom a:hover {
	text-decoration: underline
}

.zagrod-container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 28px
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #02231D
}

html {
	scroll-behavior: smooth
}

button {
	cursor: pointer
}
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper {
    background: #02231D !important;
}
#CybotCookiebotDialog *,
#CybotCookiebotDialogBodyUnderlay * {
    color: #F5F5F5 !important;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider {
    background: #14FCDB !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialogFooter
    #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
#CybotCookiebotDialogFooter
    #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    background: #14FCDB !important;
    border-color: #14FCDB !important;
    color: #000 !important;
}
#CybotCookiebotDialog
    .CybotCookiebotDialogBodyLevelButtonIABContainerToggleHide,
#CybotCookiebotDialog
    .CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow,
#CybotCookiebotDialog a:after,
#CybotCookiebotDialog a:before,
#CybotCookiebotDialog button:after,
#CybotCookiebotDialog button:before {
    border-color: #F5F5F5 !important;
}
#CybotCookiebotDialogNav
    .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-bottom-color: #F5F5F5 !important;
}
