/*!
Theme Name: Ternopilds
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: https://web24.pro/
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: ternopilds
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.

Ternopilds 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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
	--container: 1316px;
	--gap: 30px;
	--radius: 5px;
	--shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);

	--text-size: 16px;
	--text-size-md: 18px;
	--text-size-sm: 14px;
	--h1-size: 46px;
	--h2-size: 40px;
	--h3-size: 34px;
	--h4-size: 28px;
	--h5-size: 24px;
	--h6-size: 21px;
}
*, ::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: 'Inter', sans-serif;
	line-height: 1.35;
	color: #252525;
	background: #FFFFFF;
}
a {
	color: #3E8A50;
	transition: .5s;
}
a:hover {
	text-decoration: none;
	color: #255946;
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transition: .5s;
}
.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: 'Inter', sans-serif;
	font-weight: 700;
	margin: 0 0 20px;
	line-height: 1.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 20px;
}
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 -12px -25px;
}
.form-field {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 12px;
	margin-bottom: 25px;
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
::-webkit-input-placeholder {
	color: #6E7673;
}
::-moz-placeholder {
	color: #6E7673;
}
:-ms-input-placeholder {
	color: #6E7673;
}
:-moz-placeholder {
	color: #6E7673;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	line-height: 1.5;
	width: 100%;
	background: #ffffff;
	border: none;
	color: #252525;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding: 18px var(--gap);
	height: 66px;
	outline: none;
	transition: .5s;
}
textarea {
	height: 112px;
	resize: vertical;
}
select {
	cursor: pointer;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	margin-top: 4px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 25px 0 0;
	padding: 15px 20px;
}




.screen-reader-text {
	display: none;
}
.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.section {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 1;
}
.section-md {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	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;
	}
}
.w-100 {
	width: 100% !important;
}



.heading {
	position: relative;
	margin-bottom: calc(var(--gap) * 2);
}
.heading:last-child {
	margin-bottom: 0;
}
.heading.center {
	text-align: center;
}
.heading p:first-child {
	font-size: var(--text-size);
	font-weight: 600;
	margin-bottom: 5px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #949494;
}
.heading.white p:first-child {
	color: #EFB443;
}
.heading h2 {
	font-size: var(--h1-size);
	color: #255946;
}
.heading.white h2 {
	color: #ffffff;
}


.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: var(--h6-size);
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	line-height: 1.5;
	border: 1px solid transparent;
	padding: 10px 24px;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	outline: none;
	min-width: 330px;
	min-height: 66px;
	cursor: pointer;
	text-decoration: none;
	z-index: 1;
	transition: .5s;
}
.btn-primary {
	background-color: #3E8A50;
	border-color: #3E8A50;
	color: #ffffff;
}
.btn-primary:hover {
	background-color: #1F4E3D;
	border-color: #1F4E3D;
	color: #ffffff;
}
.btn-secondary {
	background-color: #EFB443;
	border-color: #EFB443;
	color: #ffffff;
}
.btn-secondary:hover {
	background-color: #d19013;
	border-color: #d19013;
	color: #ffffff;
}
.btn.btn-link {
	min-width: auto;
	min-height: auto;
	color: #EFB443;
	font-size: var(--text-size);
	padding: 0;
}
.btn.btn-link:hover {
	color: #3E8A50;
}


.swiper-pagination {
	position: relative !important;
	bottom: auto !important;
	top: auto !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: calc(var(--gap) * 2);
	gap: calc(var(--gap) / 2.5);
	opacity: .8;
}
.swiper-pagination-bullet {
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px !important;
	height: 20px !important;
	background: transparent !important;
	margin: 0 !important;
	opacity: 1 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.swiper-pagination-bullet:before {
	content: '';
	flex: 0 0 15px;
	max-width: 15px;
	height: 15px;
	background: #070707;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	transition: .5s;
}
.swiper-pagination.white .swiper-pagination-bullet:before {
	background: #ffffff;
}
.swiper-pagination-bullet-active:before,
.swiper-pagination.white .swiper-pagination-bullet-active:before {
	flex: 0 0 20px;
	max-width: 20px;
	height: 20px;
	background: #EFB443;
}
/*
.swiper-navigation {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 9;
}
.swiper-navigation button {
	position: relative;
	flex: 0 0 56px;
	max-width: 56px;
	width: 56px;
	height: 36px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	background: var(--blue);
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	padding: 0;
	cursor: pointer;
	clip-path: polygon(30% 0, 100% 0%, 70% 100%, 0% 100%);
	transition: .5s;
}
.swiper-navigation button:hover {
	background: var(--blue-dark);
}
.swiper-navigation button:disabled {
	background: var(--blue);
	opacity: .15;
	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/expand-down.svg);
    mask-image: url(images/expand-down.svg);
    background-color: var(--white);
    flex: 0 0 20px;
    max-width: 20px;
    width: 20px;
    height: 20px;
    transition: .5s;
    z-index: 1;
}
.swiper-navigation button.swiper-navigation-prev:before {
	transform: rotate(90deg);
}
.swiper-navigation button.swiper-navigation-next:before {
	transform: rotate(-90deg);
}*/


.soc-links.icon {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 2.4);
}
.soc-links.icon li.soc-mobile {
	display: none;
}
.soc-links.icon li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	background: #3E8A50;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.soc-links.icon li a:hover {
	background: #EFB443;
}
.soc-links.icon li a svg {
	flex: 0 0 21px;
	max-width: 21px;
	height: 21px;
}
.soc-links.icon li a path {
	fill: #FFFFFF;
	transition: .5s;
}

.soc-links.list {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
	margin: 0;
	padding: 0;
	list-style: none;
}
.soc-links.list li {
	display: flex;
	align-items: flex-start;
	gap: calc(var(--gap) / 5);
}
.soc-links.list li a {
	color: #252525;
	text-decoration: none;
}
.soc-links.list li a:hover {
	color: #3E8A50;
}
.soc-links.list li svg {
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
	margin-top: -2px;
}
.soc-links.list li svg path {
	fill: #3E8A50;
}



.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: rgba(25, 25, 25, .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: #FFFFFF;
	height: 100%;
	width: 100%;
	max-width: 360px;
	margin-left: auto;
	transform: translateX(100%);
	padding: 60px var(--gap) var(--gap);
	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: #252525;
	width: 34px;
	height: 34px;
	border: none;
	padding: 0;
	outline: none !important;
	cursor: pointer;
	transition: .5s;
}
.modal-mobile-close:hover {
	background-color: #3E8A50;
}
.mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}
.mobile-menu li {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	z-index: 1;
}
.mobile-menu > li {
	border-bottom: 1px solid #f9f9f9;
}
.mobile-menu > li:last-child {
	border-bottom: 0;
}
.mobile-menu li a {
	order: 1;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	font-weight: 600;
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: #252525;
	z-index: 1;
}
.mobile-menu li.menu-item-has-children > a {
	flex: 0 0 calc(100% - 32px);
	max-width: calc(100% - 32px);
}
.mobile-menu li:hover > a,
.mobile-menu li.current-menu-item > a {
	color: #3E8A50;
}
.mobile-menu-toggle {
	order: 2;
	-webkit-mask-size: 12px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/chevrone-down.svg);
	mask-image: url(images/chevrone-down.svg);
	background-color: #252525;
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	transition: .5s;
}
.mobile-menu li.menu-item-has-children:hover > .mobile-menu-toggle {
	background-color: #3E8A50;
}
.mobile-menu li.menu-item-has-children.active > .mobile-menu-toggle {
	background-color: #3E8A50;
	transform: rotate(180deg);
}
.mobile-menu ul {
	flex: 0 0 100%;
	max-width: 100%;
	display: none;
	order: 3;
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	list-style: none;
	text-transform: none;
	z-index: 9;
}


.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: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	margin: calc(var(--gap) + 2px) calc(var(--gap) / -2) 2px;
}
.gallery:first-child {
	margin-top: 0;
}
.gallery:last-child {
	margin-bottom: -30px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.gallery-item > * {
	overflow: hidden;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}
.gallery-columns-2 .gallery-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.gallery-columns-2 .gallery-item > * {
	height: calc((var(--container) - var(--gap)) / 2 / 1.4);
}
.gallery-columns-3 .gallery-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.gallery-columns-3 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 2) / 3 / 1.4);
}
.gallery-columns-4 .gallery-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.gallery-columns-4 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 3) / 4 / 1.4);
}
.gallery-columns-5 .gallery-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
}
.gallery-columns-5 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 4) / 5 / 1.4);
}
.gallery-columns-6 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-6 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 5) / 6 / 1.4);
}
.gallery-columns-7 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-7 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 6) / 7 / 1.4);
}
.gallery-columns-8 .gallery-item {
	flex: 0 0 calc(100% / 8);
	max-width: calc(100% / 8);
}
.gallery-columns-8 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 7) / 8 / 1.4);
}
.gallery-columns-9 .gallery-item {
	flex: 0 0 calc(100% / 9);
	max-width: calc(100% / 9);
}
.gallery-columns-9 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 8) / 9 / 1.4);
}
.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .5s;
}
.gallery-item a:hover img {
	transform: scale(1.1);
	cursor: zoom-in;
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: var(--gap);
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-left: var(--gap);
	margin-bottom: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
img.alignleft,
img.alignright,
img.aligncenter {
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}




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

.topbar {
	position: relative;
	background: #F4F4F4;
	z-index: 1;
}
.topbar-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: calc(var(--gap) * 2);
	height: 55px;
	z-index: 1;
}
.topbar-contacts {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) * 2);
}
.topbar-contacts p {
	margin: 0;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 5);
}
.topbar-contacts p:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #3E8A50;
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
}
.topbar-contacts p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.topbar-contacts p.address:before {
	-webkit-mask-image: url(images/location.svg);
	mask-image: url(images/location.svg);
}
.topbar-contacts p.e-mail:before {
	-webkit-mask-image: url(images/mail.svg);
	mask-image: url(images/mail.svg);
}
.topbar-contacts p br {
	display: none;
}
.topbar-contacts p a {
	color: #252525;
	text-decoration: none;
}
.topbar-contacts p a:hover {
	color: #3E8A50;
}


.header {
	position: sticky;
	top: 0;
	background: #ffffff;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
	z-index: 92;
}
.admin-bar .header {
	top: 32px;
}
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 93px;
	padding: 5px 0;
}
.header-logo {
	flex: 0 0 230px;
	max-width: 230px;
	height: 83px;
	gap: var(--gap);
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}
.header-logo img {
	max-height: 138px;
}
.header.scroll .header-logo img {
	max-height: 83px;
}
.main-menu {
	flex: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 600;
}
.main-menu li {
	position: relative;
	z-index: 1;
}
.main-menu li a {
	color: #252525;
	display: flex;
	align-items: center;
	padding: 10px 0;
	text-decoration: none;
}
.main-menu li a:hover,
.main-menu li.current-menu-item > a {
	color: #3E8A50;
}
.main-menu li.menu-item-has-children > a:after {
	content: '';
	flex: 0 0 12px;
	max-width: 12px;
	width: 12px;
	height: 12px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/chevrone-down.svg);
	mask-image: url(images/chevrone-down.svg);
	background-color: #252525;
	margin-left: calc(var(--gap) / 5);
	margin-bottom: -1px;
	transition: .5s;
}
.main-menu li.menu-item-has-children:hover > a:after {
	transform: rotate(180deg);
}
.main-menu li.menu-item-has-children > a:hover:after {
	background-color: #3E8A50;
}
.main-menu ul {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: calc(var(--gap) / 1.5) 0;
	list-style: none;
	background: #ffffff;
	box-shadow: var(--shadow);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	width: max-content;
	min-width: 100%;
	max-width: 280px;
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	z-index: -99;
}
.main-menu li:hover > ul {
	transform: translateY(0);
	opacity: 1;
	visibility: inherit;
	z-index: 1;
}
.main-menu > li:last-child > ul {
	left: auto;
	right: 0;
}
.main-menu ul li {
	margin: 0 0 10px;
	padding: 0 calc(var(--gap) / 1.5);
}
.main-menu ul li:last-child {
	margin-bottom: 0;
}
.main-menu ul li a {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-menu ul li.menu-item-has-children > a:after,
.main-menu ul li.menu-item-has-children:hover > a:after {
	transform: rotate(-90deg);
}
.main-menu ul ul {
	top: calc(var(--gap) / 1.5);
	left: 100%;
}
.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: #252525;
	flex: 0 0 36px;
	max-width: 36px;
	width: 36px;
	height: 36px;
	border: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	transition: .5s;
}
.header-toggle button:hover {
	background-color: #3E8A50;
}



.main {
	position: relative;
	z-index: 1;
}
.main:after {
	content: '';
	background: url(images/top-line-green-1.png) repeat-x center;
	background-size: 1894px;
	position: absolute;
	width: 100%;
	height: 16px;
	bottom: -1px;
	left: 0;
	z-index: 1;
}



.footer {
	position: relative;
	background: #255946;
	padding: 80px 0 50px;
	z-index: 1;
}
.footer:after {
	content: '';
	background: url(images/top-line-green-2.png) repeat-x center;
	background-size: 1894px;
	position: absolute;
	width: 100%;
	height: 16px;
	bottom: -1px;
	left: 0;
	z-index: 1;
}
.footer-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.footer-widget {
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
	flex: 0 0 25%;
	max-width: 25%;
}
.footer-widget-title {
	font-size: var(--h6-size);
	font-weight: 600;
	color: #ffffff;
	margin-bottom: var(--gap);
}
.footer-logo {
	text-align: center;
	margin-bottom: calc(var(--gap) / 1.5);
}
.footer-logo img {
	max-height: 138px;
}
.footer-company {
	text-align: center;
	color: #ffffff;
}
.footer-company h4 {
	font-size: var(--text-size);
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.35;
	margin-bottom: calc(var(--gap) / 2);
}
.footer-menu {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 600;
}
.footer-menu li a {
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	gap: calc(var(--gap) / 5);
	text-decoration: none;
}
.footer-menu li a:hover {
	color: #E3A52D;
}
.footer-menu li a:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/chevrone-right.svg);
	mask-image: url(images/chevrone-right.svg);
	background-color: #ffffff;
	flex: 0 0 12px;
	max-width: 12px;
	width: 12px;
	height: 12px;
	transition: .5s;
}
.footer-menu li a:hover:before {
	background-color: #E3A52D;
}
.footer-menu ul {
	display: none;
}
.footer-contacts {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
}
.footer-contacts p {
	margin: 0;
	flex: 0 0 auto;
	display: flex;
	align-items: flex-start;
	gap: calc(var(--gap) / 5);
	color: #FFFFFF;
}
.footer-contacts p:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #EFB443;
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
	margin-top: -2px;
}
.footer-contacts p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.footer-contacts p.address:before {
	-webkit-mask-image: url(images/location.svg);
	mask-image: url(images/location.svg);
}
.footer-contacts p.e-mail:before {
	-webkit-mask-image: url(images/mail.svg);
	mask-image: url(images/mail.svg);
}
.footer-contacts p a,
.footer-soc.soc-links.list li a {
	color: #ffffff;
	text-decoration: none;
}
.footer-contacts p a:hover,
.footer-soc.soc-links.list li a:hover {
	color: #EFB443;
}
.footer-soc.soc-links.list li svg path {
	fill: #EFB443;
}


.footer-bottom {
	position: relative;
	background: #1F4E3D;
	padding: 20px 0;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
	z-index: 1;
}
.footer-bottom a {
	color: #ffffff;
	text-decoration: none;
}
.footer-bottom a:hover {
	color: #EFB443;
}


.hero-bg-yellow {
	position: absolute;
	width: 100%;
	height: 415px;
	background: #EFB443;
	bottom: 0;
	left: 0;
	opacity: .88;
	z-index: 1;
}
.hero-bg-yellow:before {
	content: '';
	background: url(images/top-line-yellow-1.png) repeat-x center;
	background-size: 1894px;
	position: absolute;
	width: 100%;
	height: 16px;
	top: -15px;
	left: 0;
	transform: scale(1, -1);
	z-index: 1;
}
.hero-item {
	position: relative;
	height: 1180px;
	padding: 80px 0 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
}
.hero-item__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.hero-item__bg:after {
	content: '';
	background: linear-gradient(90.11deg, rgba(29, 29, 29, 0.9) 11.09%, rgba(57, 57, 57, 0.76) 56.09%, rgba(151, 151, 151, 0) 99.9%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.hero-item__content {
	max-width: 940px;
	color: #FFFFFF;
	font-size: var(--h6-size);
}
.hero-item__content > * {
	margin-bottom: var(--gap);
}
.hero-item__content > *:last-child {
	margin-bottom: 0;
}
.hero-item__content h1,
.hero-item__content h2 {
	font-size: calc(var(--h1-size) * 1.2173);
}
.hero-item__content h5 {
	margin-bottom: calc(var(--gap) * 2);
}
.hero-item__button {
	margin-top: calc(var(--gap) * 2);
}
.hero-pagination {
	position: absolute !important;
	bottom: 480px !important;
}



.researchStation-section {
	margin-top: -415px;
}
.researchStation-section .heading p:first-child {
	color: #252525;
}
.researchStation-items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.researchStation-item {
	flex: 0 0 400px;
	max-width: 400px;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.researchStation-item__wrap {
	position: relative;
	padding-bottom: 35px;
	text-decoration: none;
	display: block;
	z-index: 1;
}
.researchStation-item__image {
	box-shadow: var(--shadow);
	height: 282px;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
}
.researchStation-item__wrap:hover .researchStation-item__image img {
	transform: scale(1.1);
}
.researchStation-item__title {
	position: absolute;
	width: calc(100% - 40px);
	bottom: 0;
	left: 20px;
	background: #3E8A50;
	color: #ffffff;
	font-size: var(--h6-size);
	font-family: 'Inter', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	line-height: 1.2;
	min-height: 70px;
	border: 1px solid transparent;
	padding: 10px 24px;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	transition: .5s;
	z-index: 1;
}
.researchStation-item__wrap:hover .researchStation-item__title {
	background: #EFB443;
}



.about-wrap {
	display: flex;
	align-items: flex-start;
	gap: var(--gap);
}
.about-left {
	position: sticky;
	top: 0;
	flex: 0 0 57%;
	max-width: 57%;
	z-index: 1;
}
.about-image-1 {
	width: 83%;
	height: calc(var(--container) * .57 * .83);
	margin-left: auto;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
}
.about-image-2 {
	width: 60%;
	height: calc(var(--container) * .57 * .6 / 1.3636);
	box-shadow: var(--shadow);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
	margin-top: -220px;
}
.about-caption {
	position: absolute;
	top: 60px;
	left: 36px;
	width: 150px;
	height: 150px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	box-shadow: var(--shadow);
	background: #EFB443;
	font-size: var(--h6-size);
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	z-index: 2;
}
.about-right {
	flex: auto;
	padding-top: var(--gap);
}
.about-content {
	line-height: 2;
	margin-bottom: calc(var(--gap) * 2);
}
.aboutAdvantages-items {
	border-top: 1px solid #e9e7e2;
	border-bottom: 1px solid #e9e7e2;
	padding: 20px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--gap);
	margin-bottom: calc(var(--gap) * 2);
}
.aboutAdvantages-item {
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
}
.aboutAdvantages-item__wrap {
	display: flex;
	gap: calc(var(--gap) / 2);
	align-items: center;
}
.aboutAdvantages-item__image {
	flex: 0 0 60px;
	max-width: 60px;
}
.aboutAdvantages-item__text {
	font-size: calc(var(--h6-size) / 1.05);
	font-weight: 600;
	line-height: 1.2;
	color: #EFB443;
}
.aboutContacts-items {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 1.25);
}
.aboutContacts-item {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
}
.aboutContacts-item span {
	color: #949494;
	font-weight: 600;
	letter-spacing: .02em;
}
.aboutContacts-item p {
	margin: 0;
	flex: 0 0 auto;
	display: flex;
	align-items: flex-start;
	gap: calc(var(--gap) / 3);
	font-size: var(--h6-size);
	font-weight: 600;
}
.aboutContacts-item p:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #3E8A50;
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
}
.aboutContacts-item.phone p:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.aboutContacts-item.address p:before {
	-webkit-mask-image: url(images/location.svg);
	mask-image: url(images/location.svg);
}
.aboutContacts-item.e-mail p:before {
	-webkit-mask-image: url(images/mail.svg);
	mask-image: url(images/mail.svg);
}
.aboutContacts-item p a {
	color: #252525;
	text-decoration: none;
}
.aboutContacts-item p a:hover {
	color: #3E8A50;
}
.aboutContacts-item p br {
	display: none;
}



.products-section:after {
	content: '';
	background: url(images/top-line-green-2.png) repeat-x center;
	background-size: 1894px;
	position: absolute;
	width: 100%;
	height: 16px;
	bottom: -1px;
	left: 0;
	z-index: 1;
}
.products-swiper {
	margin: -15px;
}
.products-section:before {
	content: '';
	position: absolute;
	width: 100%;
	height: calc((var(--container) - var(--gap) * 4) / 5 / 1.0909 + 240px);
	top: 0;
	left: 0;
	background: #F6F5F2;
	z-index: -1;
}
.products-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.products-item {
	flex: 0 0 20%;
	max-width: 20%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.swiper-slide .products-item {
	margin: 0;
	padding: 15px;
	flex: 0 0 100%;
	max-width: 100%;
}
.products-item__wrap {
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
	display: block;
	text-decoration: none;
	z-index: 1;
}
.products-item__image {
	height: calc((var(--container) - var(--gap) * 4) / 5 / 1.0909);
	overflow: hidden;
}
.products-item__wrap:hover .products-item__image img {
	transform: scale(1.1);
}
.products-item__title {
	padding: 35px 15px 20px;
	font-size: var(--h6-size);
	font-weight: 700;
	text-align: center;
	color: #255946;
	transition: .5s;
}
.products-item__wrap:hover .products-item__title {
	color: #EFB443;
}
.products-item__more {
	position: absolute;
	width: 50px;
	height: 50px;
	top: calc((var(--container) - var(--gap) * 4) / 5 / 1.0909 - 25px);
	right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #49A760;
	border: 3px solid #FFFFFF;
	transition: .5s;
	z-index: 2;
}
.products-item__more:hover {
	background: #255946;
}
.products-item__more:before {
	content: '';
	background: url(images/arrow-right.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 21px;
	max-width: 21px;
	height: 21px;
}



.feedback-section.section {
	padding-bottom: 380px;
	background: #1F4E3D;
	color: #ffffff;
}
.pageContactsFeedback-section {
	background: #1F4E3D;
	color: #ffffff;
}
.feedback-section:after {
	content: '';
	background: url(images/top-line-green-2.png) repeat-x center;
	background-size: 1894px;
	position: absolute;
	width: 100%;
	height: 16px;
	bottom: -15px;
	transform: scale(1, -1) translateX(-50%);
	left: 50%;
	z-index: 1;
}
.feedback-wrap {
	display: flex;
	gap: var(--gap);
}
.feedback-left,
.feedback-right {
	flex: 1;
}
.feedback-form {
	max-width: 530px;
}
.feedback-content {
	font-size: var(--h6-size);
}



.news-section {
	margin-top: -260px;
}
.news-section:before {
	content: '';
	position: absolute;
	width: 100%;
	max-width: 1600px;
	height: 100%;
	background: #F6F5F2;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.news-button {
	margin-top: calc(var(--gap) * 2);
	text-align: center;
}
.news-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -1.5) calc(var(--gap) * -1);
}
.home .news-items,
.singleNewsRecent-section .news-items {
	justify-content: center;
}
.news-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.news-item__wrap {
	position: relative;
	height: 100%;
	background: #ffffff;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	z-index: 1;
}
.news-item__image {
	flex: 0 0 calc((var(--container) - var(--gap) * 2) / 3 / 1.65);
	max-height: calc((var(--container) - var(--gap) * 2) / 3 / 1.65);
	overflow: hidden;	
}
.news-item__wrap:hover .news-item__image img {
	transform: scale(1.1);
}
.news-item__info {
	flex: auto;
	padding: 50px 15px 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.news-item__date {
	position: absolute;
	width: 74px;
	height: 74px;
	top: calc((var(--container) - var(--gap) * 2) / 3 / 1.65 - 37px);
	left: 15px;
	background: #49A760;
	border: 6px solid #ffffff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	font-size: var(--text-size-sm);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 1;
}
.news-item__title {
	font-size: var(--text-size);
	font-weight: 600;
	margin-bottom: calc(var(--gap) / 1.5);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-height: 1.2;
}
.news-item__title a {
	color: #255946;
	text-decoration: none;
}
.news-item__title a:hover {
	color: #3E8A50;
}
.news-item__button {
	text-align: right;
}





.page-header {
	position: relative;
	background: #F6F5F2;
	padding: 40px 0;
	z-index: 1;
}
.page-breadcrumbs {
	margin-bottom: 5px;
	color: #949494;
}
.page-breadcrumbs a {
	color: #949494;
	text-decoration: none;
}
.page-breadcrumbs a:hover {
	color: #3E8A50;
}
.page-title {
	margin: 0;
}
.page-body.section {
	padding-top: 80px;
}

.error-404-number {
	font-size: calc(var(--h1-size) * 6);
	font-weight: 800;
	color: #949494;
	line-height: 1;
	text-align: center;
	opacity: .45;
}
.error-404-button {
	text-align: center;
}



.navigation.pagination {
	position: relative;
	margin-top: calc(var(--gap) * 2);
	z-index: 2;
}
.nav-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: calc(var(--gap) / 3);
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-links .page-numbers {
	min-width: 44px;
	height: 44px;
	font-weight: 500;
	color: #252525;
	border: 1px solid #CCCCCC;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	text-decoration: none;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
	background: #3E8A50;
	border-color: #3E8A50;
	color: #ffffff;
}



.singleNews-wrap:after {
	content: '';
	display: block;
	clear: both;
}
.singleNews-image {
	position: relative;
	float: left;
	width: calc(var(--container) / 2.5 - var(--gap) / 2);
	height: calc((var(--container) / 2.5 - var(--gap) / 2) / 1.65);
	margin: 0 var(--gap) var(--gap) 0;
	z-index: 1;
}
.singleNews-image img {
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}
.singleNews-date {
	position: absolute;
	width: 74px;
	height: 74px;
	bottom: 15px;
	left: 15px;
	background: #49A760;
	border: 6px solid #ffffff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	font-size: var(--text-size-sm);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 1;
}



.pageContacts-section:after {
	content: '';
	background: url(images/top-line-green-2.png) repeat-x center;
	background-size: 1894px;
	position: absolute;
	width: 100%;
	height: 16px;
	bottom: -1px;
	left: 0;
	z-index: 1;
}
.pageContacts-wrap {
	display: flex;
	gap: var(--gap);
}
.pageContacts-left {
	flex: 0 0 33%;
	max-width: 33%;
}
.pageContacts-logo {
	margin-bottom: calc(var(--gap) / 1.5);
	max-width: 306px;
}
.pageContacts-logo img {
	max-height: 138px;
}
.pageContacts-company {
	max-width: 306px;
	margin-bottom: calc(var(--gap) / 1.5);
}
.pageContacts-company h4 {
	font-size: var(--text-size);
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.35;
	margin-bottom: calc(var(--gap) / 2);
}
.pageContacts-right {
	flex: auto;
}
.pageContacts-map {
	height: 100%;
}
.pageContacts-map iframe {
	width: 100%;
	height: 100%;
	min-height: 420px;
}
.pageContacts-info {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
}
.pageContacts-info p {
	margin: 0;
	flex: 0 0 auto;
	display: flex;
	align-items: flex-start;
	gap: calc(var(--gap) / 5);
}
.pageContacts-info p:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #3E8A50;
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
	margin-top: -2px;
}
.pageContacts-info p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.pageContacts-info p.address:before {
	-webkit-mask-image: url(images/location.svg);
	mask-image: url(images/location.svg);
}
.pageContacts-info p.e-mail:before {
	-webkit-mask-image: url(images/mail.svg);
	mask-image: url(images/mail.svg);
}
.pageContacts-info p a {
	color: #252525;
	text-decoration: none;
}
.pageContacts-info p a:hover {
	color: #3E8A50;
}





@media (max-width: 1399px) {
	:root {
		--container: 1116px;
		--gap: 30px;
		--radius: 5px;
		--shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);

		--text-size: 16px;
		--text-size-md: 18px;
		--text-size-sm: 14px;
		--h1-size: 40px;
		--h2-size: 34px;
		--h3-size: 30px;
		--h4-size: 26px;
		--h5-size: 22px;
		--h6-size: 20px;
	}
	.soc-links.icon li a {
		width: 32px;
		height: 32px;
	}
	.soc-links.icon li a svg {
		flex: 0 0 18px;
		max-width: 18px;
		height: 18px;
	}
	.topbar-wrap {
		height: 44px;
	}
	.topbar-wrap,
	.topbar-contacts {
		gap: var(--gap);
	}
	.header-wrap {
		height: 78px;
	}
	.header-logo {
		flex: 0 0 180px;
		max-width: 180px;
		height: 68px;
	}
	.header-logo img {
		max-height: 112px;
	}
	.header.scroll .header-logo img {
		max-height: 68px;
	}
	.researchStation-item {
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
	}
	.researchStation-item__image {
		height: calc((var(--container) - var(--gap) * 2) / 3 / 1.312);
	}
	.products-item__title {
		font-size: var(--text-size-md);
	}
	.products-section:before {
		height: calc((var(--container) - var(--gap) * 4) / 5 / 1.0909 + 235px);
	}
}





@media (max-width: 1199px) {
	:root {
		--container: 916px;
		--gap: 30px;
		--radius: 5px;
		--shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);

		--text-size: 16px;
		--text-size-md: 18px;
		--text-size-sm: 14px;
		--h1-size: 36px;
		--h2-size: 32px;
		--h3-size: 28px;
		--h4-size: 24px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.form-fields {
		margin: 0 -10px -20px;
	}
	.form-field {
		margin: 0 0 20px;
		padding: 0 10px;
	}
	input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select {
		height: 60px;
	}
	texarea {
		height: 100px;
	}
	.section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.section-md {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.heading {
		margin-bottom: calc(var(--gap) * 1.2);
	}
	.soc-links.icon li a {
		width: 28px;
		height: 28px;
	}
	.swiper-pagination {
		margin-top: calc(var(--gap) * 1.2);g
		gap: calc(var(--gap) / 3);
	}
	.btn {
		min-width: 260px;
		min-height: 60px;
	}
	.topbar-wrap {
		height: 40px;
	}
	.topbar-contacts p {
		font-size: var(--text-size-sm);
	}
	.topbar-contacts p:before {
		flex: 0 0 20px;
		max-width: 20px;
		width: 20px;
		height: 20px;
	}
	.header-wrap {
		gap: var(--gap);
	}
	.header-logo {
		flex: 0 0 auto;
		max-width: 74px;
	}
	.header-logo img {
		max-height: 68px;
	}
	.main-menu {
		gap: calc(var(--gap) / 2);
	}
	.hero-item {
		height: 920px;
		padding: 60px 0 380px;
	}
	.hero-item__content {
		max-width: 740px;
	}
	.hero-item__content > * {
		margin-bottom: calc(var(--gap) / 1.5);
	}
	.hero-item__content h1,
	.hero-item__content h2 {
		font-size: calc(var(--h1-size) * 1.2173);
	}
	.hero-item__content h5 {
		margin-bottom: calc(var(--gap) * 1.2);
	}
	.hero-item__button {
		margin-top: calc(var(--gap) * 1.2);
	}
	.hero-pagination {
		bottom: 340px !important;
	}
	.hero-bg-yellow {
		height: 280px;
	}
	.researchStation-section {
		margin-top: -280px;
	}
	.about-right {
		padding-top: 0;
	}
	.about-content {
		line-height: 1.35;
		margin-bottom: calc(var(--gap) * 1.2);
	}
	.aboutAdvantages-items {
		margin-bottom: calc(var(--gap) * 1.2);
	}
	.aboutContacts-items {
		gap: calc(var(--gap) / 2);
	}
	.aboutContacts-item {
		gap: calc(var(--gap) / 3);
	}
	.aboutContacts-item p br {
		display: block;
	}
	.about-image-2 {
		margin-top: -100px;
	}
	.about-caption {
		width: 120px;
		height: 120px;
		top: 40px;
		left: 24px;
	}
	.products-item__image {
		height: calc((var(--container) - var(--gap) * 3) / 4 / 1.0909);
	}
	.products-item__more {
		top: calc((var(--container) - var(--gap) * 3) / 4 / 1.0909 - 25px);
	}
	.products-section:before {
		height: calc((var(--container) - var(--gap) * 3) / 4 / 1.0909 + 186px);
	}
	.news-button {
		margin-top: calc(var(--gap) * 1.2);
	}
	.footer-logo img {
		max-height: 90px;
	}
	.footer-company,
	.footer-company h4 {
		font-size: var(--text-size-sm);
	}
	.footer-widget-title {
		margin-bottom: calc(var(--gap) / 1.5);
	}
	.footer-menu,
	.footer-contacts,
	.soc-links.list {
		gap: calc(var(--gap) / 3);
	}
	.footer-bottom {
		padding: 12px 0;
		font-size: var(--text-size-sm);
	}
	.page-header {
		padding: 30px 0;
	}
	.page-body.section {
		padding-top: 50px;
	}
	.products-item {
		flex: 0 0 25%;
		max-width: 25%;
	}
}





@media (max-width: 991px) {
	:root {
		--container: 696px;
		--gap: 24px;
		--radius: 5px;
		--shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);

		--text-size: 16px;
		--text-size-md: 18px;
		--text-size-sm: 14px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		flex: 0 0 calc(100% / 2);
		max-width: calc(100% / 2);
	}
	.gallery-columns-3 .gallery-item > *,
	.gallery-columns-4 .gallery-item > *,
	.gallery-columns-5 .gallery-item > *,
	.gallery-columns-6 .gallery-item > *,
	.gallery-columns-7 .gallery-item > *,
	.gallery-columns-8 .gallery-item > *,
	.gallery-columns-9 .gallery-item > * {
		height: calc((var(--container) - var(--gap)) / 2 / 1.4);
	}
	.swiper-pagination-bullet {
		flex: 0 0 16px;
		max-width: 16px;
		width: 16px !important;
		height: 16px !important;
	}
	.swiper-pagination-bullet:before {
		flex: 0 0 12px;
		max-width: 12px;
		height: 12px;
	}
	.swiper-pagination-bullet-active:before, .swiper-pagination.white .swiper-pagination-bullet-active:before {
		flex: 0 0 16px;
		max-width: 16px;
		height: 16px;
	}
	.heading h2 {
		font-size: var(--h2-size);
	}
	.heading p:first-child {
		font-size: var(--text-size-sm);
	}
	.topbar {
		display: none;
	}
	.main-menu {
		display: none;
	}
	.hero-item {
		height: 860px;
	}
	.researchStation-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.researchStation-item__image {
        height: calc((var(--container) - var(--gap)) / 2 / 1.312);
    }
    .about-wrap {
    	flex-direction: column-reverse;
    	gap: calc(var(--gap) * 1.2);
    }
    .about-right,
    .about-left {
    	position: relative;
    	flex: auto;
    	width: 100%;
    	max-width: 100%;
    }
    .about-image-1 {
    	height: calc(var(--container) * .83);
    }
    .about-image-2 {
    	height: calc(var(--container) * .6 / 1.3636);
    	margin-top: -220px;
    }
    .products-swiper {
		margin: -12px;
	}
	.swiper-slide .products-item {
		padding: 12px;
	}
    .products-item {
    	flex: 0 0 calc(100% / 3);
    	max-width: calc(100% / 3);
    }
	.products-item__image {
		height: calc((var(--container) - var(--gap) * 2) / 3 / 1.0909);
	}
	.products-item__more {
		top: calc((var(--container) - var(--gap) * 2) / 3 / 1.0909 - 25px);
	}
	.products-section:before {
		height: calc((var(--container) - var(--gap) * 2) / 3 / 1.0909 + 166px);
	}
	.products-item__title {
		font-size: var(--text-size);
	}
	.feedback-content {
		font-size: var(--text-size);
	}
	.news-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.news-item__image {
		flex: 0 0 calc((var(--container) - var(--gap)) / 2 / 1.65);
		max-height: calc((var(--container) - var(--gap)) / 2 / 1.65);	
	}
	.news-item__date {
		top: calc((var(--container) - var(--gap)) / 2 / 1.65 - 37px);
	}
	.footer-wrap {
		flex-direction: column;
		align-items: center;
		margin: 0;
		gap: calc(var(--gap) * 1.2);
	}
	.footer-widget {
		margin: 0;
		padding: 0;
		flex: auto;
		max-width: 100%;
		text-align: center;
	}
	.footer-contacts {
		align-items: center;
	}
	.singleNews-image {
		float: none;
		width: 100%;
		height: calc(var(--container) / 1.65);
		margin: 0 0 var(--gap);
	}
	.pageContacts-wrap {
		flex-wrap: wrap;
		gap: calc(var(--gap) * 1.2);
	}
	.pageContacts-left,
	.pageContacts-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pageContacts-logo,
	.pageContacts-company {
		max-width: 290px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.pageContacts-info {
		align-items: center;
	}
	.pageContacts-map iframe {
		height: 360px;
		min-height: auto;
	}
	.feedback-wrap {
		flex-direction: column-reverse;
		gap: calc(var(--gap) * 1.2);
	}
	.feedback-left,
	.feedback-right {
		flex: auto;
		max-width: 100%;
	}
	.feedback-right {
		text-align: center;
	}
	.feedback-form {
		max-width: 480px;
		margin: auto;
	}
	.feedback-section.section {
		padding-bottom: 340px;
	}
}





@media (max-width: 767px) {
	:root {
		--container: 516px;
		--gap: 24px;
		--radius: 5px;
		--shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);

		--text-size: 16px;
		--text-size-md: 18px;
		--text-size-sm: 14px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.hero-item__content h1, .hero-item__content h2 {
		font-size: var(--h1-size);
	}
	.about-image-2 {
		margin-top: -120px;
	}
    .products-item {
    	flex: 0 0 calc(100% / 2);
    	max-width: calc(100% / 2);
    }
	.products-item__image {
		height: calc((var(--container) - var(--gap)) / 2 / 1.0909);
	}
	.products-item__more {
		top: calc((var(--container) - var(--gap)) / 2 / 1.0909 - 25px);
	}
	.products-section:before {
		height: calc((var(--container) - var(--gap)) / 2 / 1.0909 + 166px);
	}
	.single-post .page-title {
		font-size: var(--h2-size);
	}
	.admin-bar .header {
		top: 46px;
	}
}





@media (max-width: 575px) {
	:root {
		--container: calc(100vw - 30px);
		--gap: 24px;
		--radius: 5px;
		--shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);

		--text-size: 15px;
		--text-size-md: 16px;
		--text-size-sm: 14px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.btn {
		min-width: 220px;
		min-height: 54px;
	}
	.admin-bar .header {
		top: 0;
	}
	.hero-item {
		height: 820px;
		padding: 40px 0 340px;
	}
	.hero-item__content h1, .hero-item__content h2 {
		font-size: var(--h2-size);
	}
	.hero-item__content h5 {
		margin-bottom: 20px;
	}
	.hero-pagination {
		bottom: 310px !important;
	}
	.researchStation-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.researchStation-item__image {
        height: 220px;
    }
    .researchStation-item__wrap {
    	max-width: 330px;
    	margin: auto;
    }
    .aboutAdvantages-items {
    	gap: calc(var(--gap) / 2);
    }
    .aboutAdvantages-item {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .about-caption {
        width: 100px;
        height: 100px;
        top: 15px;
        left: 15px;
    }
    .about-image-2 {
    	margin-top: -70px;
    }
	.news-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.news-item__image {
		flex: 0 0 calc(var(--container) / 1.65);
		max-height: calc(var(--container) / 1.65);	
	}
	.news-item__info {
		padding: 40px 15px 15px;
	}
	.news-item__date {
		top: calc(var(--container) / 1.65 - 31px);
		width: 62px;
		height: 62px;
		border: 4px solid #ffffff;
	}
	.news-item__title {
		margin-bottom: calc(var(--gap) / 2);
	}
	.singleNews-date {
		width: 62px;
		height: 62px;
		border: 4px solid #ffffff;
	}
	.pageContacts-logo img {
		max-height: 100px;
	}
	.error-404-number {
		font-size: calc(var(--h1-size) * 5);
	}
}