/*!
Theme Name: Aakon Grein Ukraine
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: aakon
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.

Aakon Grein Ukraine 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=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root {
	--container: 1316px;

	--text-size: 16px;
	--text-size-sm: 12px;
	--h1-size: 52px;
	--h2-size: 42px;
	--h3-size: 32px;
	--h4-size: 24px;
	--h5-size: 20px;
	--h6-size: 18px;

	--green: #107634;
	--white: #FFFFFF;
	--black: #051815;
	--grey: #585C59;
	--bg: #FAF9F7;
	--grey-light: #F1F5F4;
}
*, ::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: 'Rubik', sans-serif;
	line-height: 1.35;
	color: var(--grey);
	background: var(--bg);
}
a {
	text-decoration: underline;
	color: var(--black);
	transition: .5s;
}
a:hover {
	color: var(--green);
}
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: 'Rubik', sans-serif;
	font-weight: 500;
	margin: 0 0 24px;
	line-height: 1.0769;
}
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 24px;
}
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%;
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -16px;
}
.form-field {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 12px;
	margin-bottom: 16px;
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
.form-field > label {
	display: block;
	font-weight: 500;
	line-height: 1.2;
	color: var(--black);
	margin-bottom: 8px;
}
::-webkit-input-placeholder {
	color: var(--grey);
}
::-moz-placeholder {
	color: var(--grey);
}
:-ms-input-placeholder {
	color: var(--grey);
}
:-moz-placeholder {
	color: var(--grey);
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	line-height: 1.5;
	width: 100%;
	background: var(--white);
	border: 1px solid #D9D9D9;
	color: var(--black);
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	padding: 12px 24px;
	min-height: 54px;
	outline: none;
	transition: .5s;
}
textarea {
	height: 250px;
	resize: vertical;
}
select {
	cursor: pointer;
}
.form-field-button {
	text-align: center;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	margin-top: 2px;
	font-size: var(--text-size-sm);
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 10px 15px;
}
.form-field-policy {
	font-size: 14px;
	line-height: 1.15;
}
.form-field-policy a {
	text-decoration: underline;
	color: var(--grey);
}
.form-field-policy a:hover {
	color: var(--black);
}
.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: 29px;
	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: var(--white);
	border: 1px solid #D2D2D2;
	width: 20px;
	height: 20px;
	outline: 0;
	padding: 0px;
	margin: 0;
	margin-right: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: -4px;
	cursor: pointer;
	transition: .5s;
}
.wpcf7-acceptance input[type="checkbox"]:checked:after {
	content: '';
    width: 6px;
    height: 11px;
    border-bottom: 1px solid var(--black);
    border-right: 1px solid var(--black);
    display: block;
    position: absolute;
    top: 1px;
    left: 6px;
    transform: rotate(45deg);
}

.screen-reader-text {
	display: none;
}
.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.section {
	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;
	}
}
.bg-grey-light {
	background: var(--grey-light);
}


.heading {
	position: relative;
	margin-bottom: 44px;
}
.heading.right {
	text-align: right;
}
.heading.center {
	text-align: center;
}
.heading h1,
.heading h2 {
	font-size: var(--h1-size);
	color: var(--black);
}
.heading p:first-child {
	margin-bottom: 16px;
	font-size: var(--text-size);
	font-weight: 700;
	text-transform: uppercase;
	color: var(--green);
	display: flex;
	align-items: center;
}
.heading.right p:first-child {
	justify-content: flex-end;
}
.heading p:first-child:before {
	content: '';
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	background: url(images/before-heading.svg) no-repeat center;
	background-size: contain;
	margin-right: 6px;
}
.heading.left.with-icon {
	padding-right: 200px;
}
.heading.right.with-icon {
	padding-left: 200px;
}
.heading.with-icon:before {
	content: '';
	position: absolute;
	width: 200px;
	height: 183px;
	background: url(images/icon-heading.png) no-repeat center;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.heading.left.with-icon:before {
	right: 0;
}
.heading.right.with-icon:before {
	left: 0;
	transform: translateY(-50%) scale(-1, 1);
}


.contentStyle li {
	margin-bottom: 16px;
}
.contentStyle li:last-child {
	margin-bottom: 0;
}
.contentStyle h1,
.contentStyle h2,
.contentStyle h3,
.contentStyle h4,
.contentStyle h5,
.contentStyle h6 {
	color: var(--black);
}


.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: var(--text-size);
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	line-height: 1.5;
	border: 1px solid transparent;
	padding: 9px 30px;
	-moz-border-radius: 27px;
	-webkit-border-radius: 27px;
	border-radius: 27px;
	outline: none;
	min-width: 308px;
	min-height: 54px;
	cursor: pointer;
	text-decoration: none;
	transition: .5s;
}
.btn-w100 {
	min-width: inherit;
	width: 100%;
}
.btn-icon-left:before,
.btn-icon-right:after {
	content: '';
	flex: 0 0 18px;
	max-width: 18px;
	width: 18px;
	height: 18px;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    transition: .5s;
}
.btn-icon-left:before {
	margin-right: 6px;
}
.btn-icon-right:after {
	margin-left: 6px;
}
.btn-primary {
	background-color: var(--green);
	border-color: var(--green);
	color: var(--white);
}
.btn-primary:hover {
	background-color: var(--black);
	border-color: var(--black);
	color: var(--white);
}
.btn-primary:before,
.btn-primary:after {
	background-color: var(--white);
}
.btn-secondary {
	background-color: var(--black);
	border-color: var(--black);
	color: var(--white);
}
.btn-secondary:hover {
	background-color: var(--grey);
	border-color: var(--grey);
	color: var(--white);
}
.btn-secondary:before,
.btn-secondary:after {
	background-color: var(--white);
}
.btn-link {
	min-width: inherit;
	min-height: inherit;
	padding: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-weight: 700;
	color: var(--green);
}
.btn-link:hover {
	color: var(--black);
}
.btn-link:before,
.btn-link:after {
	background-color: var(--green);
}
.btn-link:hover:before,
.btn-link:hover:after {
	background-color: var(--black);
}
.btn-icon-arrowRight:before,
.btn-icon-arrowRight:after {
    -webkit-mask-image: url(images/arrow-right.svg);
    mask-image: url(images/arrow-right.svg);
}

/*
.owl-dots {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	z-index: 9;
}
.owl-dots button {
	flex: 0 0 6px;
	max-width: 6px;
	width: 6px;
	height: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 8px;
	transition: .5s;
}
.owl-carousel.white .owl-dots button {
	background: var(--white) !important;
}
.owl-dots button:last-child {
	margin-right: 0;
}
.owl-dots button:hover {
	opacity: .8;
}
.owl-dots button.active {
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
}

.owl-nav {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 9;
}
.owl-nav button {
	position: relative;
	flex: 0 0 34px;
	max-width: 34px;
	width: 34px;
	height: 34px;
	margin-right: 30px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: var(--grey-light) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .5s;
}
.owl-nav button:last-child {
	margin-right: 0;
}
.owl-nav button:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-up.svg);
    mask-image: url(images/arrow-up.svg);
    background-color: var(--grey);
    flex: 0 0 24px;
    max-width: 24px;
    width: 24px;
    height: 24px;
    transform: rotate(-90deg);
    transition: .5s;
    z-index: 1;
}
.owl-nav button.owl-prev:before {
	transform: rotate(-90deg);
}
.owl-nav button.owl-next:before {
	transform: rotate(90deg);
}
.owl-nav button:hover:before {
	background-color: var(--black);
}*/


.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links li {
	margin-right: 12px;
}
.soc-links li:last-child {
	margin-right: 0;
}
.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%;
	height: 100%;
}
.soc-links li a path {
	fill: var(--white);
	transition: .5s;
}
.soc-links li a:hover path {
	fill: var(--green);
}



.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: 48px 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(--grey);
	width: 32px;
	height: 32px;
	border: none;
	cursor: pointer;
	padding: 0;
	outline: none !important;
	transition: .5s;
}
.modal-mobile-close:hover {
	background-color: var(--green);
}
.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:last-child {
	margin-bottom: 0;
}
.mobile-menu > li {
	border-bottom: 1px solid var(--grey-light);
}
.mobile-menu > li:last-child {
	border-bottom: 0;
}
.mobile-menu li a {
	order: 1;
	font-size: var(--text-size-md);
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	font-weight: 500;
	display: block;
	padding: 13px 0;
	text-decoration: none;
	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: var(--green);
}
.mobile-menu-chevrone {
	order: 2;
	-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(--green);
	flex: 0 0 11px;
	max-width: 11px;
	width: 11px;
	height: 16px;
	cursor: pointer;
	transition: .5s;
}
.mobile-menu li.menu-item-has-children:hover > .mobile-menu-chevrone {
	background-color: var(--green);
}
.mobile-menu li.menu-item-has-children.active > .mobile-menu-chevrone {
	background-color: var(--green);
	transform: rotate(180deg);
}
.mobile-menu ul {
	flex: 0 0 100%;
	max-width: 100%;
	display: none;
	order: 3;
	margin: 0;
	padding: 0 0 0 20px;
	list-style: 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 {
	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-item > * {
	overflow: hidden;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid var(--grey-light);
}
.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: 50px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-left: 50px;
	margin-bottom: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}


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

.header {
	position: sticky;
	top: 0;
	background: rgba(255,255,255,.1);
	padding: 8px 0;
	z-index: 92;
	transition: .5s;
}
.header.fixed {
	background: rgba(11,11,11,.8);
}
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 84px;
}
.header-logo img {
	max-height: 84px;
}
.main-menu {
	flex: auto;
	margin: 0 40px;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-menu > li {
	position: relative;
	margin-right: 24px;
	z-index: 1;
}
.main-menu > li:last-child {
	margin-right: 0;
}
.main-menu > li > a {
	display: flex;
	align-items: center;
	color: var(--white);
	text-decoration: none;
}
.main-menu > li:hover > a,
.main-menu > li.current-menu-item > a {
	color: var(--white);
	opacity: .8;
}
.main-menu > li.menu-item-has-children > a:after {
	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(--white);
	flex: 0 0 11px;
	max-width: 11px;
	width: 11px;
	height: 16px;
	margin-left: 5px;
	margin-top: 1px;
	transition: .5s;
}
.main-menu > li.menu-item-has-children:hover > a:after,
.main-menu > li.current-menu-item > a:after {
	background-color: var(--green);
}
.main-menu > li.menu-item-has-children:hover > a:after {
	transform: rotate(180deg);
}
.main-menu > li > ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -20px;
	margin: 0;
	padding: 24px 0px 10px;
	width: 240px;
	list-style: none;
	z-index: 1;
}
.main-menu > li > ul:before {
	content: '';
	background: var(--white);
	box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.05);
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	position: absolute;
	width: 100%;
	height: calc(100% - 14px);
	bottom: 0;
	left: 0;
	z-index: -1;
}
.main-menu > li > ul > li {
	position: relative;
}
.main-menu > li > ul > li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--grey);
	text-decoration: none;
	padding: 8px 20px;
}
.main-menu > li > ul > li:hover > a {
	color: var(--green);
}
.main-menu li:hover > ul {
	display: block;
}
.lang-menu {
	margin: 0 40px 0 0;
	padding: 0;
	list-style: none;
}
.lang-menu > li {
	position: relative;
}
.lang-menu > li > a {
	position: relative;
	color: var(--white);
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	text-decoration: none;
	z-index: 1;
}
.lang-menu > li.menu-item-has-children > a:after{
	content: '';
	background: url(images/arrow-down.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 11px;
	max-width: 11px;
	width: 11px;
	height: 16px;
	margin-left: 5px;
	transition: .5s;
}
.lang-menu > li.active > a:after {
	transform: rotate(-180deg);
}
.lang-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	margin: 0;
	padding: 24px 0px 10px;
	width: 100%;
	list-style: none;
	z-index: 1;
}
.lang-menu ul:before {
	content: '';
	background: var(--white);
	box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.05);
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	position: absolute;
	width: 100%;
	height: calc(100% - 14px);
	bottom: 0;
	left: 0;
	z-index: -1;
}
.lang-menu ul > li {
	position: relative;
}
.lang-menu ul > li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--grey);
	text-decoration: none;
	padding: 8px 10px;
	text-align: center;
}
.lang-menu ul > li:hover > a {
	color: var(--green);
}

.header-toggle {
	display: flex;
	align-items: center;
	margin-left: 24px;
}
.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(--white);
	flex: 0 0 36px;
	max-width: 36px;
	height: 36px;
	width: 36px;
	border: none;
	cursor: pointer;
	outline: none;
	transition: .5s;
}
.header-toggle button:last-child {
	opacity: .8;
}




.main {
	position: relative;
	margin-top: -100px;
	z-index: 1;
}

.hero-section {
	position: relative;
	min-height: 100vh;
	z-index: 1;
}
.heroSlider-item {
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 120px 0 60px;
	z-index: 1;
}
.heroSlider-item:after {
	content: '';
	background: url(images/hero-bottom-bg.svg) no-repeat center bottom;
	background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.heroSlider-item__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
}
.heroSlider-item__bg:after {
	content: '';
	background: var(--black);
	opacity: .4;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.heroSlider-item__heading {
	font-size: calc(var(--h1-size) * 1.2307);
	color: var(--white);
	text-align: center;
}
.heroSlider-item__description {
	text-align: center;
	color: var(--white);
	max-width: 720px;
	margin: 0 auto 44px;
}
.heroSlider-item__buttons {
	display: flex;
	align-items: center;
	justify-content: center;
}
.heroSlider-item__buttons .btn {
	margin-right: 24px;
}
.heroSlider-item__buttons .btn:last-child {
	margin-right: 0;
}



.about-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.about-left {
	flex: 0 0 calc(42% - 12px);
	max-width: calc(42% - 12px);
}
.about-images {
	position: relative;
	z-index: 1;
}
.about-image-2 {
	position: absolute;
    width: 320px;
    height: 320px;
    top: 220px;
    left: 210px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}
.about-right {
	flex: 0 0 calc(58% - 12px);
	max-width: calc(58% - 12px);
}
.about-heading {
	margin-bottom: 24px;
}
.about-content {
	margin-bottom: 34px;
}
.aboutAdvantages-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -24px;
}
.aboutAdvantages-item {
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.aboutAdvantages-item__wrap {
	display: flex;
	align-items: center;
}
.aboutAdvantages-item__image {
	flex: 0 0 70px;
	max-width: 70px;
	height: 70px;
	margin-right: 18px;
	box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.05);
	background: var(--white);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutAdvantages-item__image img {
	max-width: 40px;
	max-height: 40px;
}
.aboutAdvantages-item__info {
	flex: auto;
}
.aboutAdvantages-item__info strong {
	color: var(--black);
	display: block;
	margin-bottom: 4px;
	font-weight: 700;
}
.about-button {
	margin-top: 44px;
}


.services-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -24px;
}
.services-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 24px;
	padding: 0 12px;
}
.services-item__wrap {
	position: relative;
	z-index: 1;
}
.services-item__image {
	position: relative;
	width: calc(100% - 62px);
	height: calc(((var(--container) - 24px * 2) / 3 - 62px) / 1.3);
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid var(--green);
	z-index: 1;
}
.services-item__info {
	position: relative;
	box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.05);
	background: var(--white);
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	width: calc(100% - 40px);
	padding: 18px 30px 34px;
	margin-left: auto;
	margin-top: -105px;
	z-index: 2;
}
.services-item__info:before {
	content: '';
	background: url(images/services-item-bg.png) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 158px;
	height: 168px;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.services-item__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.05);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: var(--white);
    margin-bottom: 10px;
}
.services-item__icon img {
	max-width: 40px;
	max-height: 40px;
}
.services-item__title {
	font-size: var(--h4-size);
	font-weight: 700;
	color: var(--black);
	margin-bottom: 14px;
}
.services-item__text {
	margin-bottom: 0;
}
.services-item__button {
	position: absolute;
	top: 0;
	right: 62px;
	z-index: 1;
}
.services-item__button a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	background: var(--green);
	-moz-border-radius: 0 0 27px 27px;
	-webkit-border-radius: 0 0 27px 27px;
	border-radius: 0 0 27px 27px;
}
.services-item__button a:hover {
	background: var(--black);
}
.services-item__button a:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-right.svg);
	mask-image: url(images/arrow-right.svg);
	background-color: var(--white);
	flex: 0 0 18px;
	max-width: 18px;
	height: 18px;
}

.services-button {
	position: relative;
	margin-top: 44px;
	text-align: center;
	z-index: 2;
}


.news-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news-left {
	flex: 0 0 calc(100% / 3 - 12px);
	max-width: calc(100% / 3 - 12px);
}
.news-right {
	flex: 0 0 calc(100% / 3 * 2 - 12px);
	max-width: calc(100% / 3 * 2 - 12px);
}

.news-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -24px;
}
.news-item {
	margin: 0 0 24px;
	padding: 0 12px;
}
.news-items.columns-3 .news-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.news-items.columns-2 .news-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.news-item__wrap {
	position: relative;
	height: 100%;
	background: var(--white);
	box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.05);
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	padding: 10px 10px 24px;
	z-index: 1;
}
.news-item__image {
	position: relative;
	height: calc(((var(--container) - 24px * 2) / 3 - 20px) / 1.67);
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 14px;
	z-index: 1;
}
.news-item__date {
	position: absolute;
	margin: 0;
	font-size: var(--text-size-sm);
	font-weight: 700;
	top: 10px;
	left: 10px;
	background: var(--green);
	color: var(--white);
	line-height: 1;
	padding: 10px 12px;
	text-transform: uppercase;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	z-index: 1;
}
.news-item__info {
	position: relative;
}
.news-item__title {
	font-size: var(--h4-size);
	font-weight: 700;
	margin-bottom: 6px;
}
.news-item__title a {
	text-decoration: none;
}
.news-item__excerpt {
	margin-bottom: 16px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



.advantages-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -24px;
}
.advantages-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.advantages-item__wrap {
	position: relative;
	height: 100%;
	box-shadow: 0px 1px 36px 0px rgba(0, 0, 0, 0.05);
	background: var(--white);
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	padding: 30px 28px 34px;
	z-index: 1;
}
.advantages-item__count {
	font-size: var(--h1-size);
	font-weight: 500;
	color: #E8EAE5;
	line-height: 1;
	position: absolute;
	top: 14px;
	left: 22px;
	z-index: 1;
}
.advantages-item__image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 84px;
	margin: 0 auto 26px;
	z-index: 1;
}
.advantages-item__image:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(images/advantages-image-bg.svg) no-repeat 0% 50%;
	background-size: contain;
	z-index: -1;
}
.advantages-item__image img {
	max-width: 48px;
	max-height: 48px;
}
.advantages-item__title {
	font-size: var(--h4-size);
	font-weight: 500;
	margin-bottom: 14px;
	text-align: center;
}
.advantages-item__text {
	text-align: center;
}



.footer {
	position: relative;
	z-index: 1;
}
.footer-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
}
.footer-bg:after {
	content: '';
	background: var(--black);
	opacity: .64;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.footer-main {
	position: relative;
	padding: 74px 0 110px;
	overflow: hidden;
	z-index: 1;
}
.footer-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-feedback {
	position: relative;
	flex: 0 0 32%;
	max-width: 32%;
	background: var(--green);
	color: var(--white);
	-moz-border-radius: 0 0 18px 18px;
	-webkit-border-radius: 0 0 18px 18px;
	border-radius: 0 0 18px 18px;
	padding: 30px 50px;
	margin-top: -75px;
	overflow: hidden;
	z-index: 1;
}
.footer-feedback:before {
	content: '';
	background: url(images/feedback-bg.svg) no-repeat center;
	background-size: contain;
	width: 55px;
	height: 55px;
	margin-bottom: 24px;
	display: block;
}
.footer-feedback:after {
	content: '';
	background: url(images/feedback-bg.svg) no-repeat center;
	background-size: contain;
	width: 247px;
	height: 247px;
	position: absolute;
	top: -72px;
	right: -98px;
	opacity: .07;
	z-index: -1;
}
.footer-feedback-heading {
	font-size: var(--h3-size);
	font-weight: 700;
	margin-bottom: 14px;
	line-height: 1.125;
}
.footer-feedback-description {
	margin-bottom: 20px;
}
.footer-widgets {
	flex: auto;
	max-width: calc(68% - 24px);
	display: flex;
	justify-content: space-between;
	margin: 0 -12px -24px;
}
.footer-widget {
	color: var(--white);
	max-width: 320px;
	margin: 0 0 24px;
	padding: 0 12px;
}
.footer-widget-title {
	font-weight: 500;
	font-size: var(--h6-size);
}
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu li {
	margin-bottom: 16px;
}
.footer-menu li:last-child {
	margin-bottom: 0;
}
.footer-menu li a {
	color: var(--white);
	text-decoration: none;
}
.footer-menu li a:hover {
	opacity: .8;
}
.footer-menu ul {
	display: none;
}
.footer-contacts {
	position: relative;
}
.footer-contacts p {
	margin-bottom: 16px;
	display: flex;
	align-items: center;
}
.footer-contacts p:last-child {
	margin-bottom: 0;
}
.footer-contacts p:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--white);
    flex: 0 0 20px;
    max-width: 20px;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.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.phone:before {
	-webkit-mask-image: url(images/phone.svg);
    mask-image: url(images/phone.svg);
}
.footer-contacts p a {
	color: var(--white);
	text-decoration: none;
}
.footer-contacts p a:hover {
	opacity: .8;
}
.footer-bottom {
	border-top: 1px solid var(--white);
	padding: 24px 0;
	color: var(--white);
	text-align: center;
}
.footer-bottom a {
	color: var(--white);
	text-decoration: none;
}
.footer-bottom a:hover {
	opacity: .8;
}



.page-header {
	position: relative;
	padding: 124px 0 70px;
	z-index: 1;
}
.page-header-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
}
.page-header-bg:after {
	content: '';
	background: var(--black);
	opacity: .3;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.page-breadcrumbs {
	position: relative;
	margin-bottom: 60px;
	color: var(--white);
	font-size: var(--text-size-sm);
}
.page-breadcrumbs:last-child {
	margin-bottom: 0;
}
.page-breadcrumbs a {
	color: var(--white);
	text-decoration: none;
}
.page-breadcrumbs a:hover {
	opacity: .8;
}
.page-title {
	font-size: var(--h1-size);
	font-weight: 500;
	text-align: center;
	color: var(--white);
}

.error-404-number {
	font-size: calc(var(--h1-size) * 5);
	font-weight: 700;
	color: var(--grey);
	line-height: 1;
	text-align: center;
	margin-bottom: 34px;
}
.error-404-button {
	text-align: center;
}



.singleServices-wrap {
	display: flex;
	justify-content: space-between;
}
.singleServices-content {
	flex: auto;
}
.singleServices-image {
	flex: 0 0 calc(50% - 24px);
	max-width: calc(50% - 24px);
	margin-left: 48px;
}
.singleServices-image img {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}



.singleServicesFeedback-wrap {
	position: relative;
	background: var(--white);
	box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.05);
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	padding: 74px;
	z-index: 1;
}
.singleServicesFeedback-form {
	max-width: 1090px;
	margin: 0 auto;
}
.formServices-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.formServices-col-1 {
	flex: 0 0 calc(100% / 3 - 12px);
	max-width: calc(100% / 3 - 12px);
	margin-bottom: 24px;
}
.formServices-col-2 {
	flex: 0 0 calc(100% / 3 * 2 - 12px);
	max-width: calc(100% / 3 * 2 - 12px);
	margin-bottom: 24px;
}
.formServices-col-3 {
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
}



.singleNews-wrap:after {
	content: '';
	width: 100%;
	display: block;
	clear: both;
}
.singleNews-image {
	float: left;
	margin: 0 40px 40px 0;
}
.singleNews-image img {
	max-width: 420px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

.pageContacts-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pageContacts-left {
	flex: 0 0 33%;
	max-width: 33%;
}
.pageContacts-info {
	position: relative;
}
.pageContacts-info p {
	margin-bottom: 16px;
	display: flex;
	align-items: center;
}
.pageContacts-info p:last-child {
	margin-bottom: 0;
}
.pageContacts-info p:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--green);
    flex: 0 0 20px;
    max-width: 20px;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.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.phone:before {
	-webkit-mask-image: url(images/phone.svg);
    mask-image: url(images/phone.svg);
}
.pageContacts-info p a {
	text-decoration: none;
}
.pageContacts-right {
	flex: 0 0 calc(67% - 24px);
	max-width: calc(67% - 24px);
}
.pageContacts-map {
	position: relative;
}
.pageContacts-map iframe {
	width: 100%;
	height: 420px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
.pageContacts-content {
	margin-top: 24px;
}






@media (max-width:1399px) {
	:root {
		--container: 1116px;

		--text-size: 16px;
		--text-size-sm: 12px;
		--h1-size: 42px;
		--h2-size: 36px;
		--h3-size: 28px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 17px;
	}
	.btn {
		min-width: 248px;
	}
	.btn-w100,
	.btn-link {
		min-width: inherit;
	}
	.soc-links li a {
		width: 28px;
		height: 28px;
	}
	.header-wrap {
		height: 68px;
	}
	.header-logo img {
		max-height: 68px;
	}
	.main-menu {
		margin: 0 24px;
	}
	.main-menu > li {
		margin-right: 16px;
	}
	.lang-menu {
		margin-right: 24px;
	}
	.heroSlider-item__description {
		margin-bottom: 36px;
	}
	.about-image-1 svg {
		width: 270px;
		height: auto;
	}
	.about-image-2 {
		left: auto;
		right: 0;
		width: 270px;
		height: 270px;
		top: 195px;
	}
}



@media (max-width:1199px) {
	:root {
		--container: 916px;

		--text-size: 14px;
		--text-size-sm: 12px;
		--h1-size: 36px;
		--h2-size: 32px;
		--h3-size: 24px;
		--h4-size: 18px;
		--h5-size: 16px;
		--h6-size: 15px;
	}
	.soc-links li {
		margin-right: 8px;
	}
	.heading.left.with-icon {
		padding-right: 130px;
	}
	.heading.right.with-icon {
		padding-left: 130px;
	}
	.heading.with-icon:before {
		width: 130px;
		height: 120px;
	}
	.main-menu {
		margin: 0 16px;
	}
	.main-menu > li {
		margin-right: 12px;
	}
	.lang-menu {
		margin-right: 16px;
	}
	.about-image-1 svg {
		width: 220px;
	}
	.about-image-2 {
		width: 220px;
		height: 220px;
		top: 160px;
	}
	.about-button,
	.services-button {
		margin-top: 36px;
	}
	.services-item__image {
		width: calc(100% - 30px);
	}
	.services-item__info {
		margin-top: -50px;
		width: calc(100% - 20px);
	}
	.footer-main {
		padding: 74px 0;
	}
	.footer-feedback {
		padding: 30px;
	}
	.footer-widgets {
		max-width: 68%;
	}
	.footer-bottom {
		padding: 16px 0;
	}
}



@media (max-width: 991px) {
	:root {
		--container: 696px;

		--text-size: 14px;
		--text-size-sm: 12px;
		--h1-size: 32px;
		--h2-size: 26px;
		--h3-size: 22px;
		--h4-size: 18px;
		--h5-size: 16px;
		--h6-size: 15px;
	}
	h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote {
		margin-bottom: 20px;
	}
	.section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.heading {
		margin-bottom: 30px;
	}
	.heading p:first-child {
		margin-bottom: 10px;
	}
	.heading p:first-child:before {
		flex: 0 0 16px;
		max-width: 16px;
		width: 16px;
		height: 16px;
	}
	.heading.left.with-icon {
		padding-right: 87px;
	}
	.heading.right.with-icon {
		padding-left: 87px;
	}
	.heading.with-icon:before {
		width: 87px;
		height: 80px;
	}
	.header-logo {
		flex: auto;
	}
	.main-menu {
		display: none;
	}
	.about-section {
		padding-top: 20px;
	}
	.about-left {
		display: none;
	}
	.about-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.about-content,
	.heroSlider-item__description {
		margin-bottom: 30px;
	}
	.about-button, .services-button {
		margin-top: 30px;
	}
	.services-items {
		justify-content: center;
	}
	.services-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.services-item__image {
		height: calc(((var(--container) - 24px) / 2 - 30px) / 1.3);
	}
	.services-item__icon {
		width: 56px;
		height: 56px;
	}
	.services-item__icon img {
		max-width: 32px;
		max-height: 32px;
	}
	.services-item__info {
		padding: 18px 24px 28px;
	}
	.services-item__button {
		right: 48px;
	}
	.news-left {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.news-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.news-left .news-button {
		display: none;
	}
	.news-button {
		text-align: center;
		margin-top: 30px;
	}
	.news-items.columns-3 .news-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.news-item__image {
		height: calc(((var(--container) - 24px) / 2 - 20px) / 1.67);
	}
	.news-item__wrap {
		padding: 10px 10px 16px;
	}
	.singleNews-image {
		float: none;
		margin: 0 0 30px;
	}
	.singleNews-image img {
		max-width: 100%;
	}
	.page-header {
		padding: 114px 0 40px;
	}
	.page-breadcrumbs {
		margin-bottom: 30px;
	}
	.advantages-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.footer-feedback {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.footer-widgets {
		flex: 0 0 100%;
		max-width: 100%;
		flex-direction: column;
		margin: 0;
	}
	.footer-widget {
		max-width: 100%;
		padding: 0;
	}
	.footer-widget:last-child {
		margin-bottom: 0;
	}
	.singleServices-wrap {
		flex-wrap: wrap;
	}
	.singleServices-content {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.singleServices-image {
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
	}
	.singleServicesFeedback-wrap {
		padding: 48px;
	}
	.formServices-col-1,
	.formServices-col-2 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pageContacts-left {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.pageContacts-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
}




@media (max-width: 767px) {
	:root {
		--container: 516px;

		--text-size: 14px;
		--text-size-sm: 12px;
		--h1-size: 32px;
		--h2-size: 26px;
		--h3-size: 22px;
		--h4-size: 18px;
		--h5-size: 16px;
		--h6-size: 15px;
	}
	.heroSlider-item__heading br {
		display: none;
	}
	.heroSlider-item__buttons {
		flex-direction: column;
	}
	.heroSlider-item__buttons .btn {
		margin: 0 0 10px;
	}
	.heroSlider-item__buttons .btn:last-child {
		margin-bottom: 0;
	}
	.aboutAdvantages-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
}




@media (max-width: 575px) {
	:root {
		--container: calc(100vw - 30px);

		--text-size: 14px;
		--text-size-sm: 12px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 18px;
		--h5-size: 16px;
		--h6-size: 15px;
	}
	.header-wrap {
		height: 48px;
	}
	.header-logo img {
		max-height: 48px;
	}
	.main {
		margin-top: -64px;
	}
	.heroSlider-item {
		padding: 90px 0 60px;
	}
	.services-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.services-item__image {
		height: calc((var(--container) - 30px) / 1.3);
	}
	.news-items.columns-2 .news-item,
	.news-items.columns-3 .news-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.news-item__image {
		height: calc((var(--container) - 20px) / 1.67);
	}
	.advantages-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.singleServicesFeedback-wrap {
		padding: 32px 16px;
	}
	.page-header {
		padding: 75px 0 30px;
	}
	.page-breadcrumbs {
		margin-bottom: 24px;
	}
}






/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
