:root {
	--color-pea: #A4D237;
    --color-lightgreen: #2EA443;
    --color-green-brand: #027930;
    --color-darkgreen: #12332A;
    --color-darkgreen-deeper: #0a2620;
	--color-text-muted: #586F69;
}

.wrap {
	width: 100%;
	box-sizing: border-box;
	padding: 15vw;
	position: relative;
}	

.dark-to-green a {transition: color 0.2s}
.dark-to-green a:hover {color: var(--color-green-brand)}

.hover-opacity a, a.hover-opacity {transition: opacity 0.2s}
.hover-opacity a:hover, a.hover-opacity:hover {opacity: 0.75}

.has-green-brand-background-color {color: white}
.has-darkgreen-background-color {color: white}

.has-text-align-center {text-align: center}

strong {font-weight: 700}

em {font-style: italic}

h1 {
	font-size: 3.75rem;
	line-height: 1.1;	
	font-weight: 700;
    margin-bottom: 1.25rem;
}

h2 {
    font-size: 3rem;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

h3 {
	font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

h4 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.75rem;
}

.has-large-font-size{
	font-size: 0.75rem !important;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-green-brand);
    margin-bottom: 1rem;
}
.has-medium-font-size {
    font-size: 1.125rem;
    line-height: 1.6;
    opacity: 0.75;
}
.has-small-font-size {
    font-size: 0.875rem !important;
    line-height: 1.25;
    opacity: 0.75;
}	

.wp-block-spacer {height: 1rem !important}




body .has-system-background-color {background: rgba(255,255,255,0) !important}

body .has-gradient-background-color {
	background: #12332A;
	background: linear-gradient(45deg,rgba(18, 51, 42, 1) 0%, rgba(18, 51, 42, 1) 50%, rgba(65, 102, 45, 1) 100%);
}


.wp-block-buttons {margin-top: 1rem}	
	
.wp-block-buttons a {
	padding: 1rem 1.75rem !important;
    font-size: 1rem !important;
	border-radius: 1rem;
	background: var(--color-pea) !important;
    background-color: var(--color-pea) !important;
    color: var(--color-darkgreen) !important;
    border: 0 !important;
	display: inline-flex !important;
    align-items: center;
    justify-content: center;	
	font-weight: 700 !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
	box-sizing: border-box;
	transition: all 0.2s ease;
}
.wp-block-buttons a:hover {
	border-color: var(--color-green-brand) !important;
	transform: translateY(-2px);
	box-shadow: var(--shadow-md);
	box-shadow: 0 8px 24px rgb(164 210 55 / 0.4);
}

.wp-block-buttons span {
	padding: 1rem 1.75rem;
    font-size: 1rem;
	border-radius: 1rem;
    background-color: var(--color-pea);
    color: var(--color-darkgreen);
	display: inline-flex;
    align-items: center;
    justify-content: center;	
	font-weight: 700;
    line-height: 1.4;
	box-sizing: border-box;
	transition: all 0.2s ease;
}

.wp-block-buttons a.has-background {
    color: var(--color-darkgreen) !important;
	background: white !important;
    border: 2px solid var(--color-darkgreen) !important;
	padding: calc(1rem - 2px) 1.75rem !important;
}

.wp-block-buttons .is-style-outline a {
	padding: 0 !important;
	border-radius: 0;
	background: none !important;
    background-color: transparent !important;
	color: var(--color-green-brand) !important;
	position: relative;
	padding-right: 25px !important;
}

.wp-block-buttons .is-style-outline a::after {
	content: '→';
	display: block;
	position: absolute;
	transition: all 0.2s ease;
	right: 5px;
}

.wp-block-buttons .is-style-outline a:hover  {
	transform: translateY(0);
	box-shadow: none;
	box-shadow: none;
	color: var(--color-lightgreen) !important;
}
.wp-block-buttons .is-style-outline a:hover::after {right: 0px}

.wp-block-buttons .is-style-outline span {
	background: transparent;
	padding: 0;
	color: var(--color-green-brand);
	position: relative;
	padding-right: 25px;	
	display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1.4;
    box-sizing: border-box;
    transition: all 0.2s ease;
}
.wp-block-buttons .is-style-outline span::after {
	content: '→';
	display: block;
	position: absolute;
	transition: all 0.2s ease;
	right: 5px;
}



#scroll-top {
    position: fixed;
    z-index: 99;
    bottom: 100px;
    right: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--color-pea);
    display: none;
    transition: background-color 0.25s, transform 0.25s;
    cursor: pointer;
}
#scroll-top::before {
    content: '↑';
    display: block;
    color: var(--color-darkgreen);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 48px;
}
#scroll-top:hover {
	background-color: var(--color-green-brand);
	transform: translateY(-2px);
}



#menu-blocks {
	width: 100%;
	padding: 12px 50px 0;
	height: 40px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	box-sizing: border-box;
	position: absolute;
	top: -40px;
	left: 0;
	z-index: 110;
	background-color: var(--wp--preset--color--silver);
}
#menu-blocks.focus {top: 0}

#menu-blocks ul {
	list-style: none;
	width: 100%;
}

#menu-blocks li {
	display: inline-block;
	margin-right: 25px;
}

#menu-blocks a:hover, #menu-blocks a:focus {color: var(--color-green-brand)}



#menu {
	position: fixed;
	height: 80px;
	z-index: 100;
	top: 0;
	left: 0;
	padding-top: 0;
	padding-bottom: 0;
	background: rgb(255 255 255 / 0.95);
    backdrop-filter: blur(4px);
    border-bottom: 1px solid var(--color-gray-100);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

#menu-under {
	display: block;
	width: 100%;
	height: 80px;
}

#menu-home-link {
	display: block;
	width: 200px;
}
#menu-home-link img {
	display: block;
	width: 100%;
}

#menu-cont li {
	display: inline-block;
	margin: 0.9rem;
}

#menu-cont a {
	font-size: 0.875rem;
    font-weight: 500;
}

#menu-contact a {
	font-size: 0.875rem;
    font-weight: 500;
}

#menu-contact a:last-of-type {
	color: #12332A !important;
	margin-left: 10px;
	padding: 0.5rem 1rem;
	background: var(--color-pea);
	border-radius: 10px;
	transition: background 0.2s;
}
#menu-contact a:last-of-type:hover {background: var(--color-lightgreen)}



#footer-waluty {
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#footer-waluty > div {
	box-sizing: border-box;
	padding-right: 25px;
}

#footer-waluty > div:nth-of-type(1) {width: 50%}

#footer-waluty > div:nth-of-type(n+2) {width: 25%}

#footer-waluty > div:nth-of-type(n+2) p:first-of-type {
	opacity: 0.7;
	padding-bottom: 10px;
}

#footer {
	padding-top: 50px;
	padding-bottom: 25px;
}

#footer-menu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	font-size: 0.875rem;
	padding-bottom: 45px;
	border-bottom: 1px solid rgb(255 255 255 / 0.1);
	margin-bottom: 50px;
}

#footer-menu > li {
	width: 20%;
	box-sizing: border-box;
	padding-right: 25px;
}

#footer-menu  ul {
	list-style: none;
	margin-top: 10px;
}

#footer-menu  > li > a {
	text-transform: uppercase;
	color: var(--wp--preset--color--pea);
}

#footer-menu  ul li {margin-bottom: 5px}

#footer-menu  ul li a {
	color: rgb(255 255 255 / 0.6);
	transition: color 0.2s;
}

#footer-menu  ul li a:hover {color: var(--wp--preset--color--pea)}

#footer-bottom {
	font-size: 0.75rem;
	line-height: 2.5;
    color: rgb(255 255 255 / 0.6);
}

#footer-bottom img {
	display: block;
	width: 180px;
	margin-bottom: 25px;
}

#footer-bottom ul {margin-top: 25px}

#footer-bottom li {
	position: relative;
	display: inline-block;
	margin-right: 30px;
}
#footer-bottom li:nth-of-type(n+2)::after {
	content: "";
	display: block;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: rgb(255 255 255 / 0.6);
	position: absolute;
	top: 13px;
	left: -17px;
}

#footer-bottom a {transition: color 0.2s}
#footer-bottom a:hover {color: var(--wp--preset--color--pea)}