/*!
Theme Name: Genealog Pani Włościanka
Theme URI: http://underscores.me/
Author: MX-Studio
Author URI: https://www.mx-studio.pl/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pani-wloscianka
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Genealog Pani Włościanka is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@1,500&display=swap');

:root {
	--container: 1440px;
	--container-sm: calc(var(--container) * .83);
	--gap: 20px;
	--shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);

	--text-size: 18px;
	--text-size-sm: 16px;

	--h1-size: 85px;
	--h2-size: 55px;
	--h3-size: 40px;
	--h4-size: 24px;
	--h5-size: 20px;
	--h6-size: 18px;

	--green: #2E6B23;
	--green-light: #D9EBD6;
	--black: #151515;
	--white: #FFFFFF;
	--green-bg: #F6F9F5;
	--grey: #808080;
}
*, ::after, ::before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Noto Sans', sans-serif;
	line-height: 1.4;
	color: var(--black);
	background: var(--white);
}
a {
	color: var(--black);
	text-underline-offset: 4px;
	transition: .5s;
}
a:hover {
	text-decoration: none;
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.bg-cover {
	position: relative;
}
.bg-cover img,
.bg-cover video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.bg-cover-span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 600;
	margin: calc(var(--gap) * 2) 0 var(--gap);
	line-height: 1.4;
	color: var(--green);
}
h1, h2, h3 {
	clear: both;
	font-family: 'Marcellus', serif;
	font-weight: 400;
	line-height: 1.1;
	margin: calc(var(--gap) * 5) 0 calc(var(--gap) * 2);
}
h1 {
	font-size: var(--h1-size);
}
h2 {
	font-size: var(--h2-size);
}
h3 {
	font-size: var(--h3-size);
}
h4 {
	font-size: var(--h4-size);
}
h5 {
	font-size: var(--h5-size);
}
h6 {
	font-size: var(--h6-size);
}
p, ul, ol, blockquote {
	margin: 0 0 var(--gap);
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child {
	margin-bottom: 0;
}
iframe {
	max-width: 100%;
}
strong {
	font-weight: 600;
}

.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1.2);
}
.form-field {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 calc(var(--gap) / 2);
	margin-bottom: calc(var(--gap) * 1.2);
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
.form-field > label {
	color: var(--green);
	margin-bottom: calc(var(--gap) / 1.6667);
	display: block;
	line-height: 1.4;
	width: 100%;
}
::-webkit-input-placeholder {
	color: #B2C5AE;
}
::-moz-placeholder {
	color: #B2C5AE;
}
:-ms-input-placeholder {
	color: #B2C5AE;
}
:-moz-placeholder {
	color: #B2C5AE;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Noto Sans', sans-serif;
	line-height: 1.4;
	width: 100%;
	background: var(--white);
	border: none;
	color: var(--black);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: calc(var(--gap) / 1.25) calc(var(--gap) * 1.2);
	height: 57px;
	outline: none;
	transition: .5s;
}
textarea {
	height: 100px;
	resize: vertical;
}
select {
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	background-image: url(images/chevron-down.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - var(--gap) * 1.2) center;
	background-size: 17px;
}

.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	margin-top: 4px;
	font-size: var(--text-size-sm);
}
.wpcf7 form .wpcf7-response-output {
	margin: calc(var(--gap) * 1.2) 0 0;
	padding: var(--gap);
	font-size: var(--text-size-sm);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.wpcf7-acceptance {
	display: block;
	cursor: pointer;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
	display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label {
	display: block;
	padding-left: 36px;
	cursor: pointer;
}
.wpcf7-acceptance label {
	position: relative;
	display: inline-block;
}
.wpcf7-acceptance input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block;
	vertical-align: middle;
	background: transparent;
	border: 1px solid var(--green);
	width: 17px;
	height: 17px;
	outline: 0;
	padding: 0px;
	margin: 0;
	margin-right: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	left: 4px;
	top: 3px;
	cursor: pointer;
	transition: .5s;
}
.wpcf7-acceptance input[type="checkbox"]:checked {
	background-color: var(--green);
}
.wpcf7-acceptance input[type="checkbox"]:checked:after {
	content: '';
    width: 5px;
    height: 10px;
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    transform: rotate(45deg);
}


.screen-reader-text {
	display: none;
}
.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.container-sm {
	width: 100%;
	max-width: var(--container-sm);
	margin-left: auto;
	margin-right: auto;
}
.section {
	position: relative;
	padding-top: calc(var(--gap) * 6);
	padding-bottom: calc(var(--gap) * 6);
	z-index: 1;
}
.section-lg {
	position: relative;
	padding-top: calc(var(--gap) * 8);
	padding-bottom: calc(var(--gap) * 8);
	z-index: 1;
}
.section-md {
	position: relative;
	padding-top: calc(var(--gap) * 3);
	padding-bottom: calc(var(--gap) * 3);
	z-index: 1;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
@media (min-width: 992px) {
	.hide-lg {
		display: none !important;
	}
}
.bg-green-bg {
	background: var(--green-bg);
}








.heading {
	margin-bottom: calc(var(--gap) * 3);
}
.heading.white {
	color: var(--white);
}
.heading.center {
	text-align: center;
}
.heading span:first-child {
	display: inline-block;
	background: var(--green-bg);
	color: var(--green);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 4px 8px;
}
.bg-green-bg .heading span:first-child {
	background: var(--white);
}
.heading h2 {
	font-size: var(--h2-size);
	font-weight: 400;
	color: var(--green);
	line-height: 1.1;
	margin: calc(var(--gap) / 1.667) 0 calc(var(--gap) * 1.2);
}
.heading.white h2 {
	color: var(--white);
}
.heading h2:first-child {
	margin-top: 0;
}
.heading h2:last-child {
	margin-bottom: 0;
}
.heading p {
	font-size: var(--h5-size);
}


.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: var(--h5-size);
	font-family: 'Noto Sans', sans-serif;
	font-weight: 600;
	line-height: 1.4;
	border: none;
	padding: var(--gap) calc(var(--gap) * 2);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: none;
	min-height: 68px;
	text-decoration: none;
	cursor: pointer;
	transition: .5s;
}
.btn-primary {
	background-color: var(--green);
	color: var(--white);
}
.btn-primary:hover {
	background-color: #D6F2D1;
	color: var(--green);
}
.btn-secondary {
	background-color: var(--green-light);
	color: var(--green);
}
.btn-secondary:hover {
	background-color: var(--green-bg);
	color: var(--green);
}
.btn.btn-link {
	min-height: auto;
    padding: 0;
    color: var(--black);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-size: var(--text-size);
	text-decoration: underline;
}
.btn.btn-link.green {
	color: var(--green);
}
.btn.btn-link:hover {
	color: var(--green);
	text-decoration: none;
}
.btn.btn-link.green:hover {
	color: var(--black);
}
/*
.swiper-navigation {
	position: absolute;
	top: calc(50% - 25px);
	width: 100%;
	z-index: 92;
}
.swiper-navigation button {
	position: absolute;
	width: 50px;
	height: 50px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid var(--stroke-olive-color);
	background: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	padding: 0;
	cursor: pointer;
	transition: .5s;
}
.swiper-navigation button.swiper-navigation-prev {
	transform: rotate(90deg);
	left: -95px;
}
.swiper-navigation button.swiper-navigation-next {
	transform: rotate(-90deg);
	right: -95px;
}
.swiper-navigation button:hover {
	background: var(--main-color);
}
.swiper-navigation button:disabled {
	background: var(--white);
	transform: scale(.88);
	cursor: no-drop;
}
.swiper-navigation button:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-down.svg);
    mask-image: url(images/arrow-down.svg);
    background-color: var(--main-color);
    flex: 0 0 20px;
    max-width: 20px;
    width: 20px;
    height: 20px;
    transition: .5s;
    z-index: 1;
}
.swiper-navigation button:hover:before {
	background-color: var(--white);
}
.swiper-navigation button:disabled:before {
	background-color: var(--main-color);
}*/


.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) * 1.2);
}
.soc-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
}
.soc-links li a svg {
	flex: 0 0 100%;
	max-width: 100%;
}
.soc-links li a svg *[fill="#2E6B23"] {
	fill: var(--green);
	transition: .5s;
}
.soc-links li a:hover svg *[fill="#2E6B23"] {
	fill: var(--black);
}



.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
	transition: .5s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .5s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile.show .modal-mobile-bg {
	opacity: 1;
}
.modal-mobile-wrap {
	position: relative;
	background: var(--white);
	height: 100%;
	width: 100%;
	max-width: 360px;
	margin-left: auto;
	transform: translateX(100%);
	padding: 60px 20px 20px;
	transition: .5s;
	overflow: auto;
	z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
	position: absolute;
	top: 15px;
	right: 15px;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--green);
	width: 34px;
	height: 34px;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: none !important;
	transition: .5s;
}
.modal-mobile-close:hover {
	background-color: var(--black);
}
.mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-menu li {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	z-index: 1;
}
.mobile-menu li a {
	order: 1;
	font-size: var(--text-size);
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	display: block;
	padding: 13px 0;
	color: var(--black);
	text-decoration: none;
	z-index: 1;
}
.mobile-menu li:hover > a,
.mobile-menu li.current-menu-item > a {
	color: var(--green);
	font-weight: 600;
	text-decoration: underline;
}



.wp-caption {
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: var(--gap) 0 0;
	font-style: italic;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 26px -12px 2px;
}
.gallery:first-child {
	margin-top: 0;
}
.gallery:last-child {
	margin-bottom: -24px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.gallery-item * {
	height: 100%;
}
.gallery-columns-2 .gallery-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.gallery-columns-3 .gallery-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.gallery-columns-4 .gallery-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.gallery-columns-5 .gallery-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
}
.gallery-columns-6 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-7 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-8 .gallery-item {
	flex: 0 0 calc(100% / 8);
	max-width: calc(100% / 8);
}
.gallery-columns-9 .gallery-item {
	flex: 0 0 calc(100% / 9);
	max-width: calc(100% / 9);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: calc(var(--gap) * 3);
	margin-bottom: calc(var(--gap) * 1.5);
}
.alignright {
	float: right;
	margin-left: calc(var(--gap) * 3);
	margin-bottom: calc(var(--gap) * 1.5);
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: calc(var(--gap) * 1.5);
}


.wrapper {
	position: relative;
	z-index: 1;
}

.header {
	position: sticky;
	top: 0;
	background: transparent;
	padding: var(--gap) 0;
	z-index: 99;
	transition: .5s;
}
.admin-bar .header {
	top: 32px;
}
.header.fixed {
	background: var(--green-bg);
	box-shadow: var(--shadow);
}
.header.scrolled {
	padding: calc(var(--gap) / 2) 0;
}
.header-wrap {
	height: 83px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
	transition: height .4s;
}
.header.scrolled .header-wrap {
	height: 60px;
}
.header-logo img {
	max-height: 83px;
	transition: max-height .4s;
}
.header.scrolled .header-logo img {
	max-height: 60px;
}
.header-logo img.style-2 {
	display: none;
}
.home .header:not(.fixed) .header-logo img.style-1,
.single-post .header:not(.fixed) .header-logo img.style-1 {
	display: none;
}
.home .header:not(.fixed) .header-logo img.style-2,
.single-post .header:not(.fixed) .header-logo img.style-2 {
	display: inline;
}
.main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) * 3);
}
.main-menu li a {
	text-decoration: none;
}
.home .header:not(.fixed) .main-menu li a,
.single-post .header:not(.fixed) .main-menu li a {
	color: var(--white);
}
.main-menu li a:hover {
	text-decoration: underline;
	font-weight: 600;
}
.lang-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 4);
	font-size: var(--text-size-sm);
	text-transform: uppercase;
	color: var(--grey);
}
.home .header:not(.fixed) .lang-menu,
.single-post .header:not(.fixed) .lang-menu {
	color: #b1b1b1;
}
.lang-menu li:after {
	content: '/';
	margin-left: calc(var(--gap) / 4);
}
.lang-menu li:last-child:after {
	display: none;
}
.lang-menu li a {
	text-decoration: none;
	color: var(--grey);
}
.home .header:not(.fixed) .lang-menu li a,
.single-post .header:not(.fixed) .lang-menu li a {
	color: #b1b1b1;
}
.lang-menu li a:hover {
	color: var(--green);
}
.home .header:not(.fixed) .lang-menu li a:hover,
.single-post .header:not(.fixed) .lang-menu li a:hover {
	color: var(--white);
}
.lang-menu li.current-lang a {
	color: var(--green);
	font-weight: 600;
}
.home .header:not(.fixed) .lang-menu li.current-lang a,
.single-post .header:not(.fixed) .lang-menu li.current-lang a {
	color: var(--white);
}

.header-toggle {
	display: flex;
	align-items: center;
}
.header-toggle button {
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/menu.svg);
	mask-image: url(images/menu.svg);
	background-color: var(--green);
	flex: 0 0 36px;
	max-width: 36px;
	width: 36px;
	height: 36px;
	border: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	transition: .5s;
}
.home .header:not(.fixed) .header-toggle button,
.single-post .header:not(.fixed) .header-toggle button {
	background-color: var(--white);
}
.header-toggle button:hover {
	background-color: var(--black);
}
.home .header:not(.fixed) .header-toggle button:hover,
.single-post .header:not(.fixed) .header-toggle button:hover {
	background-color: var(--green-bg);
}




.main {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.home .main,
.single-post .main {
	margin-top: -123px;
}



.footer {
	position: relative;
	background: var(--green-bg);
	padding: calc(var(--gap) * 2) 0;
	z-index: 1;
}
.footer-wrap {
	height: 83px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
}
.footer-logo img {
	max-height: 83px;
}
.footer-bottom {
	margin-top: calc(var(--gap) * 2.4);
	padding-top: calc(var(--gap) * 1.2);
	border-top: 1px solid #B7C5B4;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) * 5);
}
.copyright {
	margin: 0;
	flex: auto;
}
.developer {
	margin: 0;
}
.bottom-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) * 5);
}



.page-wrapper {
	position: relative;
	z-index: 1;
}
.page-header {
	position: relative;
	padding: calc(var(--gap) * 4) 0 calc(var(--gap) * 3);
	z-index: 1;
}
.page-title {
	font-size: var(--h1-size);
	font-family: 'Marcellus', serif;
	font-weight: 400;
	line-height: 1.1;
	text-align: center;
	color: var(--green);
	margin-bottom: var(--gap);
}
.page-title:last-child {
	margin-bottom: 0;
}
.page-description {
	font-size: var(--h5-size);
	text-align: center;
}
.page-navigation {
	position: relative;
	margin: 0 auto;
	width: max-content;
	max-width: 100%;
	z-index: 1;
}
.page-title + .page-navigation {
	margin-top: calc(var(--gap) * 2);
}
.page-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: calc(var(--gap) / 1.25);
	overflow: auto;
}
.page-navigation ul li {
	flex: 0 0 auto;
}
.page-navigation ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--green-light);
	min-height: 57px;
	color: var(--green);
	text-decoration: none;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	padding: calc(var(--gap) / 1.667) calc(var(--gap) * 1.2);
}
.page-navigation ul li a:hover,
.page-navigation ul li.active a {
	background: var(--green-light);
}
.line-left-1 {
	position: absolute;
	top: 292px;
	left: 0;
	background: url(images/line-left-1.svg) no-repeat center;
	background-size: contain;
	width: 678px;
	height: 1191px;
	z-index: -1;
}
.line-right-1 {
	position: absolute;
	top: 0;
	right: calc((100% - var(--container)) / 2 - 240px);
	background: url(images/line-right-1.svg) no-repeat center;
	background-size: contain;
	width: 897px;
	height: 1141px;
	z-index: -1;
}





.error-404-number {
	font-size: calc(var(--h1-size) * 3.5);
	font-weight: 400;
	font-family: 'Marcellus', serif;
	color: var(--green-light);
	text-align: center;
	line-height: 1;
}
.error-404-button {
	text-align: center;
}




.hero-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
}
.hero-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.hero-bg:after {
	content: '';
	background: linear-gradient(246.08deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.hero-wrap {
	max-width: calc(100% / 3 * 2);
}
.hero-heading {
	font-size: calc(var(--h1-size) * 1.2941);
	font-weight: 400;
	font-family: 'Marcellus', serif;
	line-height: 1.1;
	color: var(--white);
	margin-bottom: var(--gap);
}
.hero-description {
	font-size: var(--h4-size);
	font-weight: 600;
	color: var(--white);
	margin-bottom: calc(var(--gap) * 1.6);
}



.services-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.services-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.services-item__wrap {
	position: relative;
	height: 100%;
	min-height: 343px;
	background: var(--green-bg);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: calc(var(--gap) * 1.2);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	z-index: 1;
}
.bg-green-bg .services-item__wrap {
	background: var(--white);
}
.services-item__image {
	flex: 0 0 60px;
	max-height: 60px;
	width: 60px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: var(--green-light);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: calc(var(--gap) * 2);
}
.services-item__image img {
	max-width: 32px;
	max-height: 32px;
}
.services-item__title {
	margin: 0 0 calc(var(--gap) / 1.667);
	font-size: var(--h4-size);
	font-weight: 600;
	font-family: 'Noto Sans', sans-serif;
	line-height: 1.4;
}
.services-item__content {
	flex: auto;
	margin-bottom: calc(var(--gap) * 1.2);
}



.about-section {
	overflow: hidden;
}
.about-section:before {
	content: '';
	background: url(images/bg-lines/about-1.svg) no-repeat left top;
	background-size: contain;
	position: absolute;
	width: 861px;
	height: 481px;
	top: 0;
	left: 0;
	z-index: -1;
}
.about-section:after {
	content: '';
	background: url(images/bg-lines/about-2.svg) no-repeat right top;
	background-size: contain;
	position: absolute;
	width: 1590px;
	height: 1564px;
	top: 0;
	right: 0;
	z-index: -1;
}
@media (max-width: 1919px) {
	.about-section:before {
		left: calc((100% - var(--container)) / 2 - 240px);
	}
	.about-section:after {
		right: calc((100% - var(--container)) / 2 - 240px);
	}
}
.about-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
	margin-bottom: calc(var(--gap) * 2);
}
.about-left {
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
}
.about-heading.heading {
	margin-bottom: calc(var(--gap) * 2);
}
.about-content {
	padding-left: calc(var(--gap) * 3 - 3px);
	border-left: 3px solid var(--green);
}
.about-content > * {
	margin-bottom: calc(var(--gap) * 1.2);
}
.about-content > *:last-child {
	margin-bottom: 0;
}
.about-content > .about-caption {
	margin-top: 40px;
}
.about-caption strong {
	font-size: var(--h5-size);
	display: block;
	margin-bottom: 4px;
}
.about-right {
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: 588px;
}
.about-image img {
	box-shadow: -25px -25px 0px 0px var(--green);
}
.materials-description {
	position: relative;
	background: var(--green-bg);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: calc(var(--gap) * 3);
	padding: calc(var(--gap) * 2) calc(var(--gap) * 3);
	font-size: calc(var(--h4-size) * 1.1667);
	font-weight: 500;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: var(--green);
	text-align: center;
	line-height: 1.5;
	z-index: 1;
}
.materials-items {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.materials-item {
	flex: 0 0 200px;
	max-width: 200px;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.materials-item__image {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 150px;
}
.materials-item__image img {
	max-height: 150px;
}



.reviews-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.reviews-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.reviews-item__wrap {
	position: relative;
	height: 100%;
	min-height: 304px;
	background: var(--white);
	box-shadow: var(--shadow);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: calc(var(--gap) * 1.2);
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.reviews-item__text {
	flex: auto;
	margin-bottom: calc(var(--gap) * 1.2);
}
.reviews-item__meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: var(--gap);
}
.reviews-item__name {
	font-weight: 600;
}
.reviews-item__soc {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) * 1.2);
}
.reviews-item__soc li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
}
.reviews-item__soc li a svg {
	flex: 0 0 100%;
	max-width: 100%;
}
.reviews-item__soc li a svg *[fill="#D9EBD6"] {
	fill: var(--green-light);
	transition: .5s;
}
.reviews-item__soc li a:hover svg *[fill="#D9EBD6"] {
	fill: var(--green-bg);
}



.page-wrapper-services {
	overflow: hidden;
}
.page-wrapper-services:before {
	content: '';
	background: url(images/bg-lines/services-1.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 899px;
	height: 1141px;
	top: 0;
	right: 0;
	z-index: -1;
}
@media (max-width: 1919px) {
	.page-wrapper-services:before {
		right: calc((100% - var(--container)) / 2 - 240px);
	}
}


.page-wrapper-simple {
	overflow: hidden;
}
.page-wrapper-simple:before {
	content: '';
	background: url(images/bg-lines/simple-1.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 678px;
	height: 1191px;
	top: 292px;
	left: 0;
	z-index: -1;
}
.page-wrapper-simple:after {
	content: '';
	background: url(images/bg-lines/simple-2.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 894px;
	height: 1137px;
	top: 0px;
	right: 0;
	z-index: -1;
}
@media (max-width: 1919px) {
	.page-wrapper-simple:before {
		left: calc((100% - var(--container)) / 2 - 240px);
	}
	.page-wrapper-simple:after {
		right: calc((100% - var(--container)) / 2 - 240px);
	}
}



.blog-section {
	overflow: hidden;
}
.blog-section:before {
	content: '';
	background: url(images/bg-lines/blog-1.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 1150px;
	height: 1462px;
	top: 0;
	right: 0;
	z-index: -1;
}
@media (max-width: 1919px) {
	.blog-section:before {
		right: calc((100% - var(--container)) / 2 - 240px);
	}
}
.blog-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.blog-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.blog-item__wrap {
	position: relative;
	height: 100%;
	overflow: hidden;
	background: var(--white);
	box-shadow: var(--shadow);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.blog-item__image {
	flex: 0 0 calc((var(--container) - var(--gap) * 2) / 3 / 1.5);
	max-height: calc((var(--container) - var(--gap) * 2) / 3 / 1.5);
}
.blog-item__info {
	flex: auto;
	display: flex;
	flex-direction: column;
	padding: calc(var(--gap) * 1.2);
}
.blog-item__title {
	font-size: var(--h4-size);
	font-weight: 600;
	line-height: 1.4;
	font-family: 'Noto Sans', sans-serif;
	margin: 0 0 calc(var(--gap) / 1.6667);
}
.blog-item__title a {
	color: var(--black);
	text-decoration: none;
}
.blog-item__title a:hover {
	color: var(--green);
}
.blog-item__excerpt {
	flex: auto;
	margin-bottom: calc(var(--gap) * 2);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.blog-button {
	margin-top: calc(var(--gap) * 3);
	text-align: center;
}




.banner-section {
	z-index: 2;
}
.banner-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.banner-bg:after {
	content: '';
	background: rgba(6, 42, 0, 0.85);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.banner-heading.heading {
	margin-bottom: calc(var(--gap) * 2);
}
.banner-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: calc(var(--gap) * 3);
}
.banner-checklist {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: calc(var(--gap) / 1.5) calc(var(--gap) * 2);
}
.banner-checklist li {
	position: relative;
	padding-left: 32px;
	font-weight: 600;
	color: var(--white);
	z-index: 1;
}
.banner-checklist li:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 1px;
	left: 0;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/checklist.svg);
	mask-image: url(images/checklist.svg);
	background-color: var(--green-light);
	z-index: 1;
}




.navigation.pagination {
	position: relative;
	margin-top: calc(var(--gap) * 3);
	z-index: 2;
}
.nav-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: calc(var(--gap) * 2);
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-links .page-numbers {
	font-size: var(--h5-size);
	color: var(--green);
	text-decoration: none;
}
.nav-links .page-numbers:hover {
	color: var(--black);
}
.nav-links .page-numbers.current {
	font-weight: 600;
}
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
	font-size: 0;
	flex: 0 0 50px;
	max-width: 50px;
	width: 50px;
	height: 50px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: var(--green-bg);
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-links .page-numbers.prev {
	margin-right: var(--gap);
}
.nav-links .page-numbers.next {
	margin-left: var(--gap);
}
.nav-links .page-numbers.prev:hover,
.nav-links .page-numbers.next:hover {
	background: var(--green);
}
.nav-links .page-numbers.prev:before,
.nav-links .page-numbers.next:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/chevron-right.svg);
	mask-image: url(images/chevron-right.svg);
	background-color: var(--green);
	flex: 0 0 10px;
	max-width: 10px;
	height: 17px;
	margin-left: 2px;
	transition: .5s;
}
.nav-links .page-numbers.prev:before {
	transform: scale(-1, 1);
	margin-left: -2px;
}
.nav-links .page-numbers.prev:hover:before,
.nav-links .page-numbers.next:hover:before {
	background-color: var(--white);
}



.pageContacts-wrap {
	display: flex;
	justify-content: space-between;
	gap: var(--gap);
	padding-top: calc(var(--gap) * 4);
}
.pageContacts-left,
.pageContacts-right {
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: 690px;
}
.pageContacts-header {
	margin-bottom: calc(var(--gap) * 6);
}
.pageContacts-header .page-title,
.pageContacts-header .page-description {
	text-align: left;
}
.pageContacts-heading {
	font-size: var(--h3-size);
	margin-bottom: calc(var(--gap) * 2);
}
.pageContacts-text {
	font-size: var(--h5-size);
	margin-bottom: calc(var(--gap) * 1.2);
}
.pageContacts-email a {
	display: inline-flex;
	align-items: center;
	gap: var(--gap);
	font-size: var(--h5-size);
	text-decoration: none;
	font-weight: 600;
}
.pageContacts-email a:hover {
	color: var(--green);
}
.pageContacts-email a span {
	flex: 0 0 40px;
	max-width: 40px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--green-light);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.pageContacts-email a span:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/mail.svg);
	mask-image: url(images/mail.svg);
	background-color: var(--green);
	flex: 0 0 20px;
	max-width: 20px;
	height: 15px;
}
.pageContacts-phone a {
	display: inline-flex;
	align-items: center;
	gap: var(--gap);
	font-size: var(--h5-size);
	text-decoration: none;
	font-weight: 600;
}
.pageContacts-phone a:hover {
	color: var(--green);
}
.pageContacts-phone a span {
	flex: 0 0 40px;
	max-width: 40px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--green-light);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.pageContacts-phone a span:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
	background-color: var(--green);
	flex: 0 0 20px;
	max-width: 20px;
	height: 20px;
}
.pageContacts-address {
	display: inline-flex;
	align-items: center;
	gap: var(--gap);
	font-size: var(--h5-size);
	font-weight: 600;
}
.pageContacts-address span {
	flex: 0 0 40px;
	max-width: 40px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--green-light);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.pageContacts-address span:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/address.svg);
	mask-image: url(images/address.svg);
	background-color: var(--green);
	flex: 0 0 16px;
	max-width: 16px;
	height: 20px;
}

.feedback {
	position: relative;
	background: var(--green-bg);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: calc(var(--gap) * 3);
	z-index: 1;
}
.feedback-heading {
	font-size: var(--h3-size);
	font-weight: 400;
	font-family: 'Marcellus', serif;
	line-height: 1.1;
	margin-bottom: calc(var(--gap) * 3);
}



.singleBlog-image {
	height: calc(100vw / 2.25);
	max-height: 850px;
	min-height: 480px;
}
.singleBlog-image:before {
	content: '';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.singleBlog-image-text {
	position: absolute;
	font-size: var(--h1-size);
	font-family: 'Marcellus', serif;
	color: var(--white);
	font-weight: 400;
	line-height: 1.1;
	text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.singleBlog-wrapper {
	position: relative;
	padding: calc(var(--gap) * 1.2) 0 calc(var(--gap) * 5);
	z-index: 1;
}
.singleBlog-meta {
	position: relative;
	z-index: 1;
}
.singleBlog-meta a {
	text-decoration: none;
}
.singleBlog-meta a:hover {
	color: var(--green);
}
.singleBlog-title {
	font-size: var(--h2-size);
	margin: calc(var(--gap) * 3) 0 calc(var(--gap) * 2);
}
.page-content {
	font-size: var(--h5-size);
}
.page-content ul,
.page-content ol {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 1.25);
}
.page-content ul {
	padding-left: 42px;
}
.page-content ol {
	padding-left: 54px;
}
.page-content ul li,
.page-content ol li {
	padding-left: calc(var(--gap) / 1.6667);
}
.page-content ul li::marker {
	content: '•';
	color: var(--green);
}
.page-content ol li::marker {
	color: var(--green);
	font-weight: 600;
}
.page-content img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.page-content img.size-full {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.singleBlog-summary {
	background: var(--green-bg);
}

.singleBlog-author {
	position: relative;
	padding: calc(var(--gap) * 2) 0 0;
	z-index: 1;
}
.singleBlog-author-wrap {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) * 3);
}
.singleBlog-author-left {
	flex: 0 0 200px;
	max-width: 200px;
}
.singleBlog-author-image {
	height: 200px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.singleBlog-author-right {
	flex: auto;
}
.singleBlog-author-title {
	font-size: var(--h4-size);
	font-weight: 600;
	color: var(--green);
	margin-bottom: var(--gap);
}
.singleBlog-author-text {
	font-size: var(--h5-size);
	margin-bottom: calc(var(--gap) * 1.2);
}

.blogSimple-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.blogSimple-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.blogSimple-item__wrap {
	position: relative;
	height: 100%;
	min-height: 179px;
	background: var(--green-bg);
	padding: calc(var(--gap) * 2);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 1;
}
.blogSimple-item__title {
	font-size: var(--h4-size);
	font-weight: 600;
	line-height: 1.4;
	font-family: 'Noto Sans', sans-serif;
	color: var(--black);
	margin-bottom: calc(var(--gap) * 1.2);
}
.blogSimple-item__title a {
	color: var(--black);
	text-decoration: none;
}
.blogSimple-item__title a:hover {
	color: var(--green);
}



.singleBlog-wrapper {
	overflow: hidden;
}
.singleBlog-wrapper:before {
	content: '';
	background: url(images/bg-lines/blog-post-1.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 778px;
	height: 1095px;
	top: -399px;
	left: 0;
	z-index: -1;
}
.singleBlog-wrapper:after {
	content: '';
	background: url(images/bg-lines/blog-post-2.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 778px;
	height: 1095px;
	bottom: -140px;
	right: 0;
	z-index: -1;
}
@media (max-width: 1919px) {
	.singleBlog-wrapper:before {
		left: calc((100% - var(--container)) / 2 - 240px);
	}
	.singleBlog-wrapper:after {
		right: calc((100% - var(--container)) / 2 - 240px);
	}
}





/* Service Single Page */
.serviceIntro-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: calc(var(--gap) * 3);
}
.serviceIntro-content {
	flex: 1 1 auto;
}
.serviceIntro-image {
	flex: 0 0 400px;
	max-width: 400px;
}
.serviceIntro-image img {
	border-radius: 8px;
	width: 100%;
	height: auto;
}

.serviceFeatures-items {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap);
}
.serviceFeatures-item {
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
	background: var(--green-bg);
	border-radius: 8px;
	padding: calc(var(--gap) * 1.5);
	display: flex;
	gap: calc(var(--gap) * 1.2);
	align-items: flex-start;
}
.serviceFeatures-item__icon {
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	background: var(--green-light);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.serviceFeatures-item__title {
	font-size: var(--h4-size);
	font-weight: 600;
	font-family: 'Noto Sans', sans-serif;
	line-height: 1.4;
	margin: 0 0 calc(var(--gap) / 2);
}
.serviceFeatures-item__text {
	margin: 0;
	color: var(--grey);
}

.serviceSteps-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.serviceSteps-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.serviceSteps-item__wrap {
	position: relative;
	height: 100%;
	background: var(--white);
	border-radius: 8px;
	padding: calc(var(--gap) * 1.5);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.serviceSteps-item__number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: var(--green-light);
	color: var(--green);
	font-size: var(--h4-size);
	font-weight: 700;
	border-radius: 50%;
	margin-bottom: calc(var(--gap) * 1.2);
}
.serviceSteps-item__title {
	font-size: var(--h4-size);
	font-weight: 600;
	font-family: 'Noto Sans', sans-serif;
	line-height: 1.4;
	margin: 0 0 calc(var(--gap) / 2);
}
.serviceSteps-item__text {
	margin: 0;
	color: var(--grey);
}

.serviceFaq-items {
	max-width: var(--container-sm);
	margin: 0 auto;
}
.serviceFaq-item {
	border-bottom: 1px solid var(--green-light);
}
.serviceFaq-item:first-child {
	border-top: 1px solid var(--green-light);
}
.serviceFaq-item__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
	width: 100%;
	padding: calc(var(--gap) * 1.2) 0;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	font-size: var(--h5-size);
	font-weight: 600;
	font-family: 'Noto Sans', sans-serif;
	color: var(--black);
	transition: color .3s;
}
.serviceFaq-item__question:hover {
	color: var(--green);
}
.serviceFaq-item__icon {
	flex: 0 0 24px;
	transition: transform .3s;
}
.serviceFaq-item.active .serviceFaq-item__icon {
	transform: rotate(45deg);
}
.serviceFaq-item__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s ease;
}
.serviceFaq-item__answer-inner {
	padding-bottom: calc(var(--gap) * 1.2);
	color: var(--grey);
	line-height: 1.7;
}



@media (max-width: 1499px) {
	:root {
		--container: 1320px;
		--container-sm: calc(var(--container) * .83);
		--gap: 20px;
		--shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);

		--text-size: 18px;
		--text-size-sm: 16px;

		--h1-size: 72px;
		--h2-size: 48px;
		--h3-size: 36px;
		--h4-size: 24px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.page-wrapper-simple:before {
		top: 120px;
	}
	.about-section:after {
		right: calc((100% - var(--container)) / 2 - 540px);
	}
	.page-wrapper-simple:after {
		right: calc((100% - var(--container)) / 2 - 320px);
	}
}





@media (max-width: 1399px) {
	:root {
		--container: 1140px;
		--container-sm: calc(var(--container) * .9);
		--gap: 20px;
		--shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);

		--text-size: 16px;
		--text-size-sm: 15px;

		--h1-size: 60px;
		--h2-size: 40px;
		--h3-size: 30px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.about-content {
		padding-left: calc(var(--gap) * 2 - 3px);
	}
	.about-right {
		flex: 0 0 calc(50% - var(--gap) * 2);
	}
	.about-image img {
		box-shadow: -20px -20px 0px var(--green);
	}
	.footer-bottom,
	.bottom-menu {
		gap: calc(var(--gap) * 3);
	}
	.page-header {
		padding-top: calc(var(--gap) * 3);
	}
}





@media (max-width: 1199px) {
	:root {
		--container: 910px;
		--container-sm: calc(var(--container) * .9);
		--gap: 20px;
		--shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);

		--text-size: 16px;
		--text-size-sm: 15px;

		--h1-size: 48px;
		--h2-size: 36px;
		--h3-size: 28px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	h1, h2, h3, h4, h5, h6 {
		margin: calc(var(--gap) * 1.5) 0 var(--gap);
	}
	h1, h2, h3 {
		margin: calc(var(--gap) * 2.5) 0 calc(var(--gap) * 1.5);
	}
	.btn {
		min-height: 60px;
		padding: calc(var(--gap) / 1.25) calc(var(--gap) * 1.52);
	}
	.section {
		padding-top: calc(var(--gap) * 4.5);
		padding-bottom: calc(var(--gap) * 4.5);
	}
	.section-lg {
		padding-top: calc(var(--gap) * 6);
		padding-bottom: calc(var(--gap) * 6);
	}
	.section-md {
		padding-top: calc(var(--gap) * 2.5);
		padding-bottom: calc(var(--gap) * 2.5);
	}
	.heading {
		margin-bottom: calc(var(--gap) * 2.5);
	}
	.header-wrap {
		height: 68px;
	}
	.header.scrolled .header-wrap {
		height: 50px;
	}
	.header-logo img {
		max-height: 68px;
	}
	.header.scrolled .header-logo img {
		max-height: 50px;
	}
	.main-menu {
		gap: calc(var(--gap) * 1.8);
	}
	.hero-wrap {
		max-width: 100%;
	}
	.about-section:before {
		width: 680px;
	}
	.materials-description {
		padding: calc(var(--gap) * 1.5);
	}
	.blog-item__excerpt {
		margin-bottom: var(--gap);
	}
	.blog-button,
	.navigation.pagination {
		margin-top: calc(var(--gap) * 2.5);
	}
	.soc-links {
		gap: calc(var(--gap) / 1.25);
	}
	.footer-wrap {
		height: 68px;
	}
	.footer-logo img {
		max-height: 68px;
	}
	.footer-bottom {
		margin-top: calc(var(--gap) * 2);
	}
	.footer-bottom, .bottom-menu {
		gap: calc(var(--gap) * 1.5);
	}
	.page-header {
		padding: calc(var(--gap) * 2.5) 0;
	}
	.alignleft {
		margin-right: calc(var(--gap) * 2);
	}
	.alignright {
		margin-left: calc(var(--gap) * 2);
	}
	.singleBlog-title {
		margin: calc(var(--gap) * 2) 0 calc(var(--gap) * 1.5);
	}
	.blogSimple-item__wrap {
		padding: var(--gap);
	}
	.blogSimple-item__title {
		margin-bottom: calc(var(--gap) / 1.25);
	}
	.singleBlog-author-wrap {
		gap: calc(var(--gap) * 2.5);
	}
	.feedback {
		padding: calc(var(--gap) * 1.5);
	}
	.feedback-heading {
		margin-bottom: calc(var(--gap) * 1.5);
	}
	.pageContacts-header {
		margin-bottom: calc(var(--gap) * 3);
	}
	.error-404-number {
		font-size: calc(var(--h1-size) * 4);
	}
	.serviceIntro-image {
		flex: 0 0 320px;
		max-width: 320px;
	}
}





@media (max-width: 991px) {
	:root {
		--container: 690px;
		--container-sm: var(--container);
		--gap: 20px;
		--shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);

		--text-size: 16px;
		--text-size-sm: 15px;

		--h1-size: 44px;
		--h2-size: 34px;
		--h3-size: 26px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	[data-aos] {
		opacity: 1 !important;
		transform: none !important;
	}
	.btn {
		font-size: var(--text-size);
	}
	.header {
		padding: calc(var(--gap) / 2) 0;
	}
	.header-wrap {
		height: 60px;
		gap: calc(var(--gap) * 1.2);
	}
	.header.scrolled .header-wrap {
		height: 45px;
	}
	.header-logo {
		flex: auto;
	}
	.header-logo img {
		max-height: 60px;
	}
	.header.scrolled .header-logo img {
		max-height: 45px;
	}
	.header .main-menu {
		display: none;
	}
	.hero-description br {
		display: none;
	}
	.services-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.about-right {
		display: none;
	}
	.about-left {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.about-image {
		margin-bottom: calc(var(--gap) * 1.5);
	}
	.about-image img {
		box-shadow: -12px -12px 0px var(--green);
	}
	.materials-description {
		font-size: var(--h4-size);
		margin-bottom: calc(var(--gap) * 2.5);
	}
	.materials-description br {
		display: none;
	}
	.materials-item {
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
	}
	.about-content {
        padding-left: calc(var(--gap) - 3px);
    }
    .about-content > * {
	    margin-bottom: calc(var(--gap) * 1);
	}
	.about-content > .about-caption {
	    margin-top: 30px;
	}
	.reviews-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.home .blog-items {
		justify-content: center;
	}
	.blog-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.blog-item__image {
		flex: 0 0 calc((var(--container) - var(--gap)) / 2 / 1.5);
		max-height: calc((var(--container) - var(--gap)) / 2 / 1.5);
	}
	.blog-item__info {
		padding: var(--gap);
	}
	.banner-wrap {
		flex-direction: column;
		gap: calc(var(--gap) * 1.5);
	}
	.banner-checklist {
		flex-direction: column;
		align-items: center;
	}
	.footer {
		padding-bottom: var(--gap);
	}
	.footer-wrap {
		flex-direction: column;
		gap: calc(var(--gap) * 1.5);
		height: auto;
	}
	.main-menu {
		flex-direction: column;
		gap: calc(var(--gap) / 1.5);
	}
	.footer-bottom {
		font-size: var(--text-size-sm);
		flex-direction: column-reverse;
		gap: calc(var(--gap) / 1.5);
	}
	.bottom-menu {
		flex-direction: column;
		gap: calc(var(--gap) / 1.5);
	}
	.alignleft,
	.alignright,
	.aligncenter {
		margin-left: 0;
		margin-right: 0;
		float: none;
		display: block;
	}
	.singleBlog-author-wrap {
		gap: var(--gap);
	}
	.singleBlog-author-left {
		flex: 0 0 120px;
		max-width: 120px;
	}
	.singleBlog-author-image {
		height: 120px;
	}
	.singleBlog-author-title {
		font-size: var(--h5-size);
		margin-bottom: calc(var(--gap) / 1.5);
	}
	.singleBlog-author-text {
		font-size: var(--text-size-sm);
		margin-bottom: calc(var(--gap) / 1.5);
	}
	.blogSimple-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.blogSimple-item__wrap {
		min-height: auto;
	}
	.blogSimple-item__title {
		font-size: var(--h5-size);
	}
	.pageContacts-wrap {
		padding-top: calc(var(--gap) * 2.5);
		flex-direction: column;
		gap: calc(var(--gap) * 3);
	}
	.pageContacts-left,
	.pageContacts-right {
		flex: auto;
		max-width: 100%;
	}
	.pageContacts-header {
		margin-bottom: calc(var(--gap) * 2.5);
	}
	.pageContacts-heading {
		margin-bottom: calc(var(--gap) * 1.5);
	}
	.heading br {
		display: none;
	}
	.about-section:before,
	.about-section:after,
	.blog-section:before,
	.page-wrapper-services:before,
	.page-wrapper-simple:before,
	.page-wrapper-simple:after,
	.singleBlog-wrapper:before,
	.singleBlog-wrapper:after {
		display: none;
	}
	.serviceIntro-wrap {
		flex-direction: column;
		gap: calc(var(--gap) * 2);
	}
	.serviceIntro-image {
		flex: auto;
		max-width: 100%;
	}
	.serviceFeatures-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.serviceSteps-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.page-content {
		font-size: var(--text-size);
	}
	.page-content ul, .page-content ol {
		gap: calc(var(--gap) / 2);
	}
}





@media (max-width: 767px) {
	:root {
		--container: 510px;
		--container-sm: var(--container);
		--gap: 20px;
		--shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);

		--text-size: 16px;
		--text-size-sm: 15px;

		--h1-size: 44px;
		--h2-size: 34px;
		--h3-size: 26px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.hero-wrap {
		text-align: center;
	}
	.hero-heading {
		font-size: var(--h1-size);
	}
	.hero-description {
		font-size: var(--h5-size);
	}
	.admin-bar .header {
		top: 0;
	}
}





@media (max-width: 575px) {
	:root {
		--container: calc(100vw - 32px);
		--container-sm: var(--container);
		--gap: 20px;
		--shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);

		--text-size: 16px;
		--text-size-sm: 15px;

		--h1-size: 44px;
		--h2-size: 34px;
		--h3-size: 26px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.services-item,
	.reviews-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.services-item__wrap,
	.reviews-item__wrap {
		min-height: auto;
	}
	.services-item__image {
		margin-bottom: var(--gap);
	}
	.materials-item__image {
		height: 110px;
	}
	.materials-item__image img {
		max-height: 110px;
	}
	.blog-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.blog-item__image {
		flex: 0 0 calc(var(--container) / 1.5);
		max-height: calc(var(--container) / 1.5);
	}
	.blog-item__title {
		font-size: var(--h5-size);
	}
	.page-navigation ul {
		gap: calc(var(--gap) / 2);
	}
	.page-navigation ul li a {
		padding: calc(var(--gap) / 2.5) calc(var(--gap) / 1.25);
		min-height: 48px;
		border-width: 1px;
	}
	.feedback {
		padding: calc(var(--gap) * 1.5) var(--gap);
	}
	.page-description,
	.pageContacts-text,
	.pageContacts-email a,
	.pageContacts-phone a,
	.pageContacts-address {
		font-size: var(--text-size);
	}
	.error-404-number {
        font-size: calc(var(--h1-size) * 3.5);
    }
	.serviceSteps-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
}