/*!
Theme Name: OMG Repair
Theme URI: http://underscores.me/
Author: Ihor Tryhuk
Author URI: https://tryhuk.pp.ua/
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: omgrepair
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.

OMG Repair 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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--container: 1220px;
	--text-size: 18px;
	--text-size-sm: 16px;
	--text-size-lg: 20px;
	--h1-size: 42px;
	--h2-size: 36px;
	--h3-size: 32px;
	--h4-size: 28px;
	--h5-size: 24px;
	--h6-size: 22px;
	
	--green: #207945;
	--green-light: #aee600;
	--black: #05140b;
	--white: #FFFFFF;
	--grey-light: #ebedec;
}
*, ::after, ::before {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	color: var(--black);
	background: var(--white);
}
a {
	color: var(--green);
	transition: .5s;
}
a:hover {
	text-decoration: none;
}
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: 'Roboto', sans-serif;
	font-weight: 700;
	margin: 30px 0 15px;
	line-height: 1.2;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}
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 15px;
}
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 -24px;
}
.form-field {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 12px;
	margin-bottom: 24px;
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
::-webkit-input-placeholder {
	color: var(--green);
	opacity: .5;
}
::-moz-placeholder {
	color: var(--green);
	opacity: .5;
}
:-ms-input-placeholder {
	color: var(--green);
	opacity: .5;
}
:-moz-placeholder {
	color: var(--green);
	opacity: .5;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
	font-size: var(--text-size-sm);
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	width: 100%;
	background: var(--white);
	border: 1px solid var(--green);
	color: var(--black);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 12px 20px;
	min-height: 58px;
	outline: none;
	transition: .25s;
}
textarea {
	height: 140px;
	resize: vertical;
}
select {
	cursor: pointer;
	background-image: url(images/arrow.svg);
	background-repeat: no-repeat;
	background-size: 17px;
	background-position: calc(100% - 15px) center;
	padding-right: 45px;
	-moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
	border-color: red;
}
.form-field-button.right: ; {
	text-align: right;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	position: absolute;
	font-size: 12px;
	padding-left: 40px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 30px 0 0;
	padding: 12px 16px;
	font-size: var(--text-size-sm);
	text-align: center;
}
.form-field-policy {
	font-size: 12px;
	font-weight: 400;
	color: rgba(9, 9, 9, .7);
	margin-bottom: 40px;
}
.form-field-policy a {
	text-decoration: none;
	color: var(--green);
}
.form-field-policy a:hover {
	color: var(--black);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.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;
}
.section-sm {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	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;
	}
}
@media (min-width: 768px) {
	.hide-md {
		display: none !important;
	}
}
.bg-grey-light {
	background: var(--grey-light);
}


.heading {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.heading h1,
.heading h2,
.heading h3 {
	display: inline-block;
	font-size: var(--h2-size);
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 1.2;
	padding-bottom: 18px;
	text-transform: uppercase;
	border-bottom: 5px solid #207945;
	margin-top: 0;
	margin-bottom: 0;
}
.heading h2 + p,
.heading h2 + h4,
.heading h3 + p,
.heading h3 + h4 {
	font-size: var(--text-size);
	font-weight: 400;
	margin-left: 65px;
	letter-spacing: .05em;
	line-height: 1.5;
	max-width: 450px;
	flex: auto;
}


.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: var(--text-size-sm);
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	line-height: 1.5;
	border: none;
	padding: 16px 26px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	outline: none;
	min-width: 195px;
	min-height: 50px;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	transition: .5s;
}
.btn-primary {
	background-color: var(--green-light);
	color: var(--black);
}
.btn-primary:hover {
	background-color: rgba(176,231,12,.725);
	color: var(--black);
	box-shadow: 0 4px 7px rgba(0,0,0,.2);
}
.btn.btn-link {
	min-width: auto;
    min-height: 26px;
    padding: 0;
    color: var(--black);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: none;
	font-weight: 400;
	text-transform: inherit;
}
.btn.btn-link:hover {
	color: var(--green);
}
.btn-link:after {
	content: '';
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow.svg);
    mask-image: url(images/arrow.svg);
    background-color: var(--green);
    flex: 0 0 16px;
    max-width: 16px;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    transition: .25s;
}





.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 16px;
}
.soc-links li a {
	text-decoration: none;
}
.soc-links li a img {
	max-height: 24px;
}
.soc-links.big li a img {
	max-height: 32px;
}


.swiper-button-next,
.swiper-button-prev {
	background: url(images/next-arrow.svg) no-repeat center !important;
	background-size: contain !important;
	width: 40px !important;
	height: 40px !important;
}
.swiper-button-prev {
    left: -15px !important;
    -webkit-transform: rotateY(180deg) !important;
    transform: rotateY(180deg) !important;
}
.swiper-button-next {
    right: -15px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
	display: none !important;
}


.swiper-pagination {
	position: relative !important;
	bottom: inherit !important;
	left: inherit !important;
}
.swiper-pagination-bullet {
	width: 40px !important;
	height: 5px !important;
	margin: 0 8px 0 0 !important;
	opacity: .2 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	background: var(--green) !important;
}
.swiper-pagination-bullet:last-child {
	margin-right: 0 !important;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
	opacity: 1 !important;
	background: var(--green) !important;
}


.modal-toggle {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
	transition: .25s;
}
.admin-bar .modal-toggle {
	top: 32px;
}
.modal-toggle.show {
	z-index: 9999;
	opacity: 1;
}
.modal-toggle-inner {
	position: relative;
	background: var(--grey-light);
	height: 100%;
	width: 100%;
	transform: translateX(-100%);
	transition: .5s;
	overflow: auto;
	z-index: 1;
}
.modal-toggle.show .modal-toggle-inner {
	transform: translateX(0);
}
.modal-toggle-wrap {
	max-width: 1180px;
	padding: 20px 50px;
	margin: auto;
}
.modal-toggle-header {
	display: flex;
	justify-content: space-between;
}
.modal-toggle-close {
	flex: 0 0 60px;
	max-width: 60px;
	height: 60px;
	-webkit-mask-image: url(images/arrow.svg);
	mask-image: url(images/arrow.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--green);
	border: none;
	padding: 0;
	cursor: pointer;
	outline: none !important;
	margin-left: 24px;
	transition: .5s;
}
.modal-toggle-close:hover {
	transform: rotate(90deg);
}
.modal-toggle-body {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}
.toggle-menu {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: calc(var(--h1-size) * 1.38);
	line-height: 1.18;
}
.toggle-menu li a {
	display: inline-block;
	padding: 5px 5px 5px 0;
	color: var(--black);
	text-decoration: none;
}
.toggle-menu li:hover a {
	color: var(--green);
}
.toggle-menu li a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 5px;
	background: var(--green);
	bottom: -2px;
	left: 0;
	opacity: 0;
	transition: .5s;
	z-index: 1;
}
.toggle-menu li:hover a:after {
	opacity: 1;
}
.toggle-menu ul {
	display: none;
}
.modal-toggle-bodyRight {
	flex: auto;
	max-width: 580px;
	margin-left: 24px;
	padding-right: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.modal-togle-services {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	text-align: center;
	flex-wrap: wrap;
	gap: 40px;
	transition: .5s;
}
.modal-togle-services li {
	flex: 0 0 80px;
	max-width: 80px;
}
.modal-togle-services li a {
	position: relative;
	font-size: var(--text-size-sm);
	padding: 0px 0 4px;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	text-decoration: none;
	-webkit-filter: grayscale(100%) brightness(0);
	filter: grayscale(100%) brightness(0);
	z-index: 1;
}
.modal-togle-services li a:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.modal-togle-services li a .menu-icon {
	margin-bottom: 6px;
}
.modal-togle-services li a:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 5px;
	background: var(--green);
	opacity: 0;
	transition: .5s;
	z-index: 1;
}
.modal-togle-services li a:hover:after {
	opacity: 1;
}
.modal-togle-services li ul {
	display: none;
}
.modal-toggle-contacts {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.modal-toggle-soc {

}

.modal-toggle-phone a {
	position: relative;
	display: flex;
	flex-direction: column;
	padding-left: 34px;
	text-decoration: none;
	font-family: 'Inter', sans-serif;
	line-height: 1.212;
	z-index: 1;
}
.modal-toggle-phone a:before {
	content: '';
	background: url(images/phone.svg) no-repeat center;
	background-size: contain;
	width: 22px;
	height: 38px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}
.modal-toggle-phone .phone {
	font-size: var(--h5-size);
	font-weight: 500;
	color: var(--black);
}
.modal-toggle-phone .schedule {
	font-size: 12px;
	color: var(--green);
	letter-spacing: .36px;
}




/*
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	max-width: 618px;
	margin: 1.75rem auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
}
.modal-md {
	max-width: 570px;
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: var(--white);
	background-clip: padding-box;
	outline: 0;
	padding: 40px 50px;
	-moz-border-radius: 50px 0;
	-webkit-border-radius: 50px 0;
	border-radius: 50px 0;
	overflow: hidden;
	z-index: 1;
}
.modalInfo .modal-content {
	padding-top: 64px;
	padding-bottom: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #000000;
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity: .7;
	z-index: 1049;
}
.modal-title {
	font-size: var(--h4-size);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 40px;
	text-align: center;
}
.modal-close {
	position: absolute;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	background-color: var(--grey);
	width: 34px;
	height: 34px;
	top: 12px;
	right: 12px;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .25s;
	z-index: 9;
}
.modal-close:hover {
	background-color: var(--black);
}
.modalInfo-button {
	text-align: center;
	margin-top: 30px;
}
.modalInfo .modal-content:after {
	content: '';
	background: url(images/modalInfo-after.png) no-repeat center;
	background-size: contain;
	width: 201px;
	height: 186px;
	margin: 38px auto -1px;
	display: block;
}*/


.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;
}
.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: 24px;
	margin-bottom: 24px;
}
.alignright {
	float: right;
	margin-left: 24px;
	margin-bottom: 24px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
}




.wrapper {
	position: relative;
	z-index: 1;
}
.header {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	width: 100%;
	left: 0;
	background: var(--white);
	z-index: 92;
}
.header-wrap {
	display: flex;
	align-items: center;
	gap: 35px;
	justify-content: space-between;
	height: 75px;
	transition: .5s;
}
.header.fixed .header-wrap {
	height: 55px;
}
.header-logo {
	flex: auto;
}
.header-logo img {
	max-height: 73px;
	transition: .5s;
}
.header.fixed .header-logo img {
	max-height: 50px;
}
.header-region-label {
	margin-bottom: 2px;
	font-size: var(--text-size-sm);
	opacity: .5;
}
.regions-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: var(--text-size-sm);
}
.regions-menu > li {
	position: relative;
}
.regions-menu > li > a {
	position: relative;
	border-bottom: 2px solid var(--green);
	color: var(--green);
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2px 2px 0 20px;
	min-width: 180px;
	text-decoration: none;
	z-index: 1;
}
.regions-menu > li > a:hover {
	opacity: .8;
}
.regions-menu > li > a:before {
	content: '';
	width: 2px;
	height: 19px;
	background: var(--green);
	position: absolute;
	right: 33px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.regions-menu > li > a:after{
	content: '';
	background: url(images/arrow.svg) no-repeat center;
	background-size: 17px;
	flex: 0 0 33px;
	max-width: 33px;
	width: 33px;
	height: 33px;
	margin-left: 20px;
	transition: .25s;
}
.regions-menu > li.active > a:after {
	transform: rotate(-90deg);
}
.regions-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	right: 0px;
	width: 100%;
	border-top: none;
	background: var(--grey-light);
	margin: 0;
	padding: 6px 0;
	list-style: none;
	z-index: 9;
}
.regions-menu ul li {
	position: relative;
	z-index: 1;
}
.regions-menu ul li a {
	display: block;
	color: var(--black);
	text-decoration: none;
	padding: 8px 20px;
}
.regions-menu ul li a:hover {
	background: var(--green);
	color: var(--white);
}
.header-phone a {
	position: relative;
	display: flex;
	flex-direction: column;
	padding-left: 34px;
	text-decoration: none;
	font-family: 'Inter', sans-serif;
	line-height: 1.212;
	z-index: 1;
}
.header-phone a:before {
	content: '';
	background: url(images/phone.svg) no-repeat center;
	background-size: contain;
	width: 22px;
	height: 38px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}
.header-phone .phone {
	font-size: var(--h5-size);
	font-weight: 500;
	color: var(--black);
}
.header-phone .schedule {
	font-size: 12px;
	color: var(--green);
	letter-spacing: .36px;
}
.header-toggle {
	display: flex;
	align-items: center;
}
.header-toggle button {
	flex: 0 0 80px;
	max-width: 80px;
	width: 80px;
	height: 53px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 9px;
	padding: 10px;
	align-items: center;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 10%;
	outline: none;
	cursor: pointer;
	transition: .5s;
}
.header-toggle button:hover {
	box-shadow: 0 0 5px var(--green);
}
.header-toggle button span {
	background: var(--green);
	width: 100%;
	height: 3px;
}


.main-navigation {
	position: sticky;
	top: 75px;
	background: rgba(236, 238, 237, .85);
	transition: .5s;
	z-index: 91;
}
.header.fixed ~ .main-navigation {
	top: 55px;
}
.services-menu {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	gap: 12px;
	transition: .5s;
}
.header.fixed ~ .main-navigation .services-menu {
	height: 65px;
}
.services-menu li {
	padding-top: 8px;
}
.services-menu li a {
	position: relative;
	font-size: 10px;
	font-family: 'Inter', sans-serif;
	padding: 0px 0 4px;
	text-transform: uppercase;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	text-decoration: none;
	z-index: 1;
}
.services-menu li a .menu-icon {
	margin-bottom: 6px;
}
.services-menu li a:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 5px;
	background: var(--green);
	opacity: 0;
	transition: .5s;
	z-index: 1;
}
.services-menu li a:hover:after {
	opacity: 1;
}
.services-menu li ul {
	display: none;
}

.services-menu-all {
	position: absolute;
	top: 100%;
	left: calc(50% - 22px);
	width: 44px;
	height: 22px;
	background: rgba(236, 238, 237, .85);
	border: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	transition: .5s;
	z-index: 1;
}
.services-menu-all svg {
	width: 100%;
	height: 100%;
}
.services-menu-all svg path {
	fill: var(--green);
}
.services-menu.active + .services-menu-all svg {
	transform: rotate(180deg);
}





.main {
	position: relative;
	margin-top: -80px;
	transition: .5s;
	z-index: 1;
}
.header.fixed ~ .main {
	margin-top: -65px;
}



.hero {
	min-height: 687px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hero-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.hero-bg:before {
	content: '';
	background: linear-gradient(90deg, transparent 0, var(--black) 95%);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.hero-wrap {
	padding-top: 30px;
	margin-left: auto;
	width: 100%;
	max-width: 650px;
	gap: 44px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.hero-heading {
	color: var(--green-light);
	font-size: calc(var(--h1-size) * 1.5);
	font-weight: 600;
	line-height: 1.42;
	text-shadow: 2px 2px 2px var(--black);
	text-transform: uppercase;
	margin-bottom: 0;
}



.services-items {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 60px;
	justify-content: space-evenly;
}
.services-item {
	width: 100%;
	max-width: 160px;
}
.services-item__wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 28px;
	text-decoration: none;
	padding: 20px 0;
}
.services-item__wrap:hover,
.services-item__wrap:active {
	border-radius: 5px;
	margin-bottom: -2px;
	-webkit-transform: scale(.95);
	transform: scale(.95);
}
.services-item__wrap:hover {
	background: linear-gradient(315deg, #e5e5e5, #e5e5e5);
	box-shadow: -6px -6px 12px #adadad, 6px 6px 12px #e1e1e1;
}
.services-item__image {
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.services-item__image img {
	width: 100%;
	height: 100%;
	max-height: 90px;
}
.services-item__title {
	color: var(--black);
	letter-spacing: .05em;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}



.process-items {
	padding-left: 125px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 45px;
}
.process-item__wrap {
	position: relative;
	display: flex;
	gap: 24px;
	z-index: 1;
}
.process-item__wrap:after {
	content: '';
	background-color: var(--black);
	height: 40px;
	left: 70px;
	opacity: .6;
	position: absolute;
	top: 120px;
	width: 1px;
}
.process-item:last-child .process-item__wrap:after {
	display: none;
}
.process-item__image {
	flex: 0 0 145px;
	max-width: 145px;
	padding: 12px 20px;
}
.process-item__image img {
	max-height: 94px;
}
.process-item__content {
	margin: 10px 0;
	flex: auto;
	max-width: 600px;
	font-size: calc(var(--text-size) / 1.0588);
	letter-spacing: .05em;
}
.process-item__content h4 {
	font-weight: 400;
	color: var(--green);
	font-size: var(--h6-size);
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.process-button {
	text-align: center;
	margin-top: 40px;
}


.about-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about-heading {
	display: flex;
	justify-content: space-between;
	max-width: 500px;
}
.about-heading h3 {
	font-size: calc(var(--h1-size) * 1.0952);
	line-height: 1.26;
	font-weight: 600;
}
.about-slogan {
	color: var(--green);
	font-size: calc(var(--h1-size) * 1.5714);
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
	max-width: 550px;
	margin-top: 0;
}
.about-items {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: space-between;
	flex: 0 0 100%;
	max-width: 100%;
}
.about-item:first-child {
	flex: 0 0 100%;
	max-width: 100%;
}
.about-item:nth-child(2) {
	flex: 0 0 calc(47% - 20px);
	max-width: calc(47% - 20px);
}
.about-item:nth-child(3) {
	flex: 0 0 calc(53% - 20px);
	max-width: calc(53% - 20px);
}
.about-item__wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.about-item:first-child .about-item__wrap {
	flex-direction: row;
	gap: 40px;
	justify-content: space-between;
}
.about-item__image {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	z-index: 1;
}
.about-item:first-child .about-item__image {
	margin-bottom: 0;
	flex: 0 0 calc(62% - 20px);
	max-width: calc(62% - 20px);
}
.about-item:nth-child(3) .about-item__image {
	flex: auto;
}
.about-item:nth-child(1) .about-item__image div,
.about-item:nth-child(3) .about-item__image div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.about-item:first-child .about-item__info {
	flex: 0 0 calc(38% - 20px);
	max-width: calc(38% - 20px);
}
.about-item__title {
	border-bottom: 2px solid var(--green);
	font-size: var(--h5-size);
	letter-spacing: .05em;
	line-height: 1.2;
	padding-bottom: 5px;
	text-transform: uppercase;
	margin-bottom: 28px;
}
.about-item__content {
	font-family: 'Inter', sans-serif;
	letter-spacing: .05em;
	line-height: 1.5;
}
.about-item__content p {
	margin-bottom: 5px;
}
.about-item__content p:last-child {
	margin-bottom: 0;
}



.advantages-items {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.advantages-item {
	flex: 0 0 calc((var(--container) - 24px * 3) / 4);
	max-width: calc((var(--container) - 24px * 3) / 4);
}
.advantages-item__wrap {
	padding: 20px;
	height: 100%;
	background: var(--white);
	box-shadow: 7px 15px 25px rgba(43,97,66,.1);
}
.advantages-item__image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 95px;
	margin-bottom: 20px;
}
.advantages-item__image img {
	max-width: 105px;
	max-height: 95px;
}
.advantages-item__title {
	display: flex;
	align-items: center;
	min-height: 48px;
	font-size: var(--text-size-lg);
	color: var(--green);
	letter-spacing: .05em;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.advantages-item__text {
	letter-spacing: .05em;
}
.advantages-button {
	margin-top: 50px;
	text-align: right;
}
.advantages-button a {
	font-size: var(--h5-size);
	letter-spacing: 1.4px;
	line-height: 1.2;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	color: var(--black);
	text-decoration: none;
	transition: .5s;
}
.advantages-button a:after {
	content: '';
	background: url(images/arrow.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 38px;
	max-width: 38px;
	width: 38px;
	height: 38px;
	margin-left: 28px;
	margin-top: -2px;
	transition: .5s;
}
.advantages-button a:hover {
	color: var(--green);
}



.footer {
	position: relative;
	background: var(--grey-light);
	padding-bottom: 20px;
	z-index: 1;
}
.footer-wrap {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	padding: 50px 0;
}
.footer-widget-title {
	font-size: var(--h5-size);
	border-bottom: 2px solid var(--green);
	display: inline-block;
	font-weight: 400;
	line-height: 1.212;
	margin-bottom: 20px;
}
.footer-menu {
	font-size: var(--text-size-sm);
	font-family: 'Inter', sans-serif;
	line-height: 1.212;
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-widget:nth-child(2) .footer-menu {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
.footer-menu li {
	margin-bottom: 16px;
}
.footer-menu li:last-child {
	margin-bottom: 0;
}
.footer-menu li a {
	color: var(--black);
	text-decoration: none;
}
.footer-menu li a:hover {
	color: var(--green);
}
.footer-menu .menu-icon,
.footer-menu ul {
	display: none;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	padding-left: 31%;
}
.copyright {
	border-top: 5px solid var(--green);
	padding-top: 15px;
	font-size: 12px;
	letter-spacing: .6px;
	line-height: 18px;
	margin-bottom: 0;
}
.footer-soc {
	border-top: 5px solid var(--green);
	padding-top: 15px;
}





.partners-items {
	position: relative;
	padding: 0px 100px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.partners-item {
	position: relative;
	-webkit-transform: scale(.85);
	transform: scale(.85);
}
.partners-item img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: .5s;
}
.partners-item:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.partners-button-other {
	position: relative;
	padding: 0 100px;
	margin-top: 50px;
	text-align: right;
	z-index: 1;
}
.partners-button-other span {
	font-size: var(--h5-size);
	letter-spacing: 1.4px;
	line-height: 1.2;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	color: var(--black);
	transition: .5s;
}
.partners-button-other span:after {
	content: '';
	background: url(images/arrow.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 38px;
	max-width: 38px;
	width: 38px;
	height: 38px;
	margin-left: 28px;
	margin-top: -2px;
	transition: .5s;
}
.partners-button-other span:hover {
	color: var(--green);
}
.partners-other {
	display: none;
	padding: 50px 100px 0;
	-webkit-column-count: 4;
	column-count: 4;
	font-size: var(--text-size-sm);
	line-height: 1.875;
}
.partners-other ul {
	list-style: none;
	padding: 0;
	margin: 0;
}



.reviews-wrap {
	position: relative;
	margin-top: -5px;
	margin-bottom: -15px;
	z-index: 1;
}
.reviews-swiper {
	position: relative;
	overflow: hidden;
	padding: 5px 0 15px;
	z-index: 1;
}
.reviews-item__wrap {
	background: var(--grey-light);
	border-radius: 5px;
	box-shadow: 0 0 5px #dadada,5px 5px 10px #d7d7d7;
	max-width: 340px;
	height: 227px;
	padding: 14px;
	margin: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.reviews-item__image {
	flex: 0 0 64px;
	max-width: 64px;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 24px;
}
.reviews-item__info {
	flex: auto;
	max-width: calc(100% - 64px - 24px);
}
.reviews-item__top {
	display: flex;
	align-items: center;
}
.reviews-item__service {
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	margin-right: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.reviews-item__service.google {
	background-image: url(images/reviews-google.svg);
}
.reviews-item__service.yelp {
	background-image: url(images/reviews-yelp.svg);
}
.reviews-item__name {
	color: var(--green);
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 700px;
	letter-spacing: .05em;
	margin-right: 16px;
}
.reviews-item__date {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	letter-spacing: .05em;
	margin-left: auto;
}
.reviews-item__rating {
	position: relative;
	width: 117px;
	height: 20px;
	margin-top: 10px;
	z-index: 1;
}
.reviews-item__rating:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	letter-spacing: 0;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/stars.svg);
	mask-image: url(images/stars.svg);
	background-color: var(--black);
}
.reviews-item__rating span {
	content: '';
	position: absolute;
	height: 100%;
	top: 0;
	letter-spacing: 0;
	-webkit-mask-size: 117px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/stars.svg);
	mask-image: url(images/stars.svg);
	background-color: var(--green);
	z-index: 2;
}
.reviews-item__content {
	flex: 0 0 100%;
	max-width: 100%;
	font-size: var(--text-size-sm);
	text-align: justify;
	height: 72px;
	letter-spacing: .05em;
}
.reviews-item__more {
	text-align: center;
	flex: 0 0 100%;
	max-width: 100%;
}




.faq-blocks {
	position: relative;
	max-width: 910px;
	margin: auto;
	z-index: 1;
}
.faq-block {
	border: 1px solid var(--green);
	margin-bottom: 24px;
	padding: 20px 40px;
}
.faq-block:last-child {
	margin-bottom: 0;
}
.faq-block__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 54px;
	cursor: pointer;
}
.faq-block__title {
	font-size: var(--h3-size);
	letter-spacing: .05em;
	margin-bottom: 0;
}
.faq-block__toggle {
	border-left: 4px solid var(--green);
	padding-left: 26px;
	flex: 0 0 auto;
	margin-left: 15px;
}
.faq-block__toggle:before {
	content: '';
	background: url(images/questions_arrow.svg) no-repeat center;
	background-size: contain;
	display: block;
	width: 50px;
	height: 54px;
	transition: .5s;
}
.faq-block.active .faq-block__toggle:before {
	background-image: url(images/questions_close.svg);
}
.faq-block__body {
	display: none;
	padding: 32px 0 0 20px;
}
.faq-items {
	position: relative;
}
.faq-item {
	margin-top: 32px;
	padding-bottom: 16px;
	border-bottom: 2px solid var(--green);
}
.faq-item:first-child {
	margin-top: 0;
}
.faq-item__head {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.faq-item__title {
	font-size: var(--text-size-lg);
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 1.2;
	min-height: 28px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.faq-item__toggle {
	border-left: 2px solid var(--green);
	padding-left: 26px;
	flex: 0 0 auto;
	margin-left: 15px;
}
.faq-item__toggle:before {
	content: '';
	background: url(images/questions_plus.svg) no-repeat center;
	background-size: contain;
	display: block;
	width: 28px;
	height: 28px;
	transition: .5s;
}
.faq-item.active .faq-item__toggle:before {
	background-image: url(images/questions_minus.svg);
}
.faq-item__body {
	display: none;
	margin-top: 10px;
	padding: 0 115px 0 30px;
	letter-spacing: .05em;
}
.faq-button {
	margin-top: 50px;
	text-align: center;
}



.blog-button {
	margin-top: 50px;
	text-align: right;
}
.blog-button a {
	font-size: var(--h5-size);
	letter-spacing: 1.4px;
	line-height: 1.2;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	color: var(--black);
	text-decoration: none;
	transition: .5s;
}
.blog-button a:after {
	content: '';
	background: url(images/arrow.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 38px;
	max-width: 38px;
	width: 38px;
	height: 38px;
	margin-left: 28px;
	margin-top: -2px;
	transition: .5s;
}
.blog-button a:hover {
	color: var(--green);
}

.blog-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -24px;
}
.blog-item {
	margin: 0 0 24px;
	padding: 0 12px;
}
.blog-items.columns-3 .blog-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.blog-items.columns-2 .blog-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.blog-item__wrap {
	position: relative;
	z-index: 1;
}
.blog-item__image {
	height: calc((var(--container) - 24px * 2) / 3 / 1.3333);
	margin-bottom: 24px;
}
.blog-item__title {
	margin-top: 0;
	font-size: var(--text-size-lg);
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.blog-item__title a {
	color: var(--black);
	text-decoration: none;
}
.blog-item__title a:hover {
	color: var(--green);
}
.blog-item__date {
	border-bottom: 2px solid var(--green);
	font-size: 12px;
	padding-bottom: 5px;
	letter-spacing: .05em;
	text-transform: capitalize;
	margin-bottom: 14px;
	text-align: right;
}
.blog-item__excerpt {
	letter-spacing: .05em;
	margin-bottom: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}
.blog-item__more {
	text-align: right;
}



.feedback-form {
	max-width: 1016px;
	margin: auto;
}
.feedbackForm-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.feedbackForm-left,
.feedbackForm-right {
	flex: 0 0 calc(50% - 12px);
	max-width: calc(50% - 12px);
}
.feedbackForm-heading {
	color: var(--green);
	font-size: var(--h5-size);
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 1.2;
	margin-bottom: 40px;
}




.page-header {
	position: relative;
	padding: 120px 0 50px;
	z-index: 1;
}
.page-header-return {
	margin-bottom: 30px;
}
.page-header-return a {
	display: inline-flex;
	align-items: center;
	font-size: var(--text-size-lg);
	letter-spacing: 1px;
	line-height: 1.2;
	text-decoration: none;
	color: var(--black);
}
.page-header-return a:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/next-arrow.svg);
    mask-image: url(images/next-arrow.svg);
    background-color: var(--green);
    flex: 0 0 24px;
    max-width: 24px;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    transform: rotate(180deg);
}
.page-header-return a:hover {
	color: var(--green);
}
.page-title {
	display: inline-block;
	font-size: var(--h2-size);
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 1.2;
	padding-bottom: 18px;
	text-transform: uppercase;
	border-bottom: 5px solid #207945;
	margin-top: 0;
}
.page-header .heading {
	margin-bottom: 0 !important;
}
.page-content h1 {
	font-size: var(--h3-size);
}
.page-content h2 {
	font-size: var(--h4-size);
}
.page-content h3 {
	font-size: var(--h5-size);
}
.page-content h4 {
	font-size: var(--h6-size);
}
.page-content h5 {
	font-size: var(--text-size-lg);
}
.page-content h6 {
	font-size: var(--text-size-lg);
}
.error-404-number {
	font-size: calc(var(--h1-size) * 4);
	text-align: center;
	line-height: 1;
	margin-bottom: 30px;
}
.error-404-links {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.error-404-links p {
	margin-bottom: 30px;
}
.error-404-links ul {
	width: 100%;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	padding: 0;
	list-style: none;
}
.error-404-links ul li {
	margin-bottom: 16px;
}
.error-404-links ul li a {
	text-decoration: none;
}




.heroServices {
	position: relative;
	background: #124025;
	padding: 80px 0 0;
	overflow: hidden;
	z-index: 1;
}
.heroServices-wrap {
	position: relative;
	min-height: 610px;
	padding: 50px 0 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 1;
}
.heroServices-wrap:before {
	content: '';
	background: #124025;
	-webkit-clip-path: polygon(0 0, 56% 0, 42% 100%, calc(51% - 15px) 100%, 0 100%);
    clip-path: polygon(0 0, 56% 0, 42% 100%, calc(51% - 15px) 100%, 0 100%);
    position: absolute;
    top: 0;
    letter-spacing: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.heroServices-bg {
	position: absolute;
	width: 70%;
	height: 100%;
	top: 0;
	right: -110px;
	z-index: -2;
}
.heroServices-main {
	margin-bottom: 32px;
	max-width: 470px;
}
.heroServices-heading {
	font-size: var(--h1-size);
	letter-spacing: 2px;
	line-height: 1.5;
	color: var(--white);
	margin-bottom: 32px;
}
.heroServices-content {
	color: var(--white);
	font-size: var(--h5-size);
	margin-bottom: 32px;
	line-height: 1.21;
}
.heroServicesPartners-items {
	display: flex;
	align-items: center;
	gap: 32px;
}
.heroServicesPartners-item__image img {
	max-height: 96px;
}
.heroServices-contacts {
	display: flex;
	align-items: center;
	gap: 24px;
}
.heroServices-contacts span {
	color: var(--white);
}
.heroServices-contacts span a {
	font-weight: 600;
	color: var(--white);
	text-decoration: none;
}


.werepair-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.werepair-left {
	flex: 0 0 calc(41% - 12px);
	max-width: calc(41% - 12px);
}
.werepair-image {
	height: 100%;
}
.werepair-right {
	flex: 0 0 calc(59% - 12px);
	max-width: calc(59% - 12px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.werepair-subheading {
	font-size: var(--h5-size);
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.werepair-content {
	margin-bottom: 10px;
}
.werepair-content ul {
	padding: 0;
	list-style: none;
}
.werepair-content ul li {
	margin-bottom: 3px;
	letter-spacing: .05em;
	padding-left: 80px;
	position: relative;
}
.werepair-content ul li:last-child {
	margin-bottom: 0;
}
.werepair-content ul li:before {
	content: '';
	background: var(--black);
	position: absolute;
	height: 1px;
	width: 50px;
	left: 0;
	top: 12px;
	z-index: 1;
}
.werepair-button {
	text-align: right;
}



.aboutServices-items {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.aboutServices-item__wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.aboutServices-item:nth-child(2n+1) .aboutServices-item__wrap {
	flex-direction: row-reverse;
}
.aboutServices-item__left {
	flex: 0 0 calc(41% - 12px);
	max-width: calc(41% - 12px);
}
.aboutServices-item__image {
	height: 100%;
}
.aboutServices-item__right {
	flex: 0 0 calc(59% - 12px);
	max-width: calc(59% - 12px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.aboutServices-item__right:first-child {
	flex: 0 0 100%;
	max-width: 100%;
}
.aboutServices-item__content {
	letter-spacing: .05em;
}
.aboutServices-item__content > * {
	margin-bottom: 24px;
}
.aboutServices-item__content > *:last-child {
	margin-bottom: 0;
}
.aboutServices-item__button {
	margin-top: 24px;
}
.aboutServices-item__button:first-child {
	margin-top: 0;
}
.aboutServices-item:nth-child(2n)  .aboutServices-item__button {
	text-align: right;
}
.aboutServices-item__button a {
	font-size: var(--h5-size);
	letter-spacing: 1.4px;
	line-height: 1.2;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	color: var(--black);
	text-decoration: none;
	transition: .5s;
}
.aboutServices-item__button a:after {
	content: '';
	background: url(images/arrow.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 38px;
	max-width: 38px;
	width: 38px;
	height: 38px;
	margin-left: 28px;
	margin-top: -2px;
	transition: .5s;
}
.aboutServices-item__button a:hover {
	color: var(--green);
}


.blogVideo.section,
.pageContacts-feedback.section {
	padding-top: 110px;
}
.blogVideo-wrap {
	position: relative;
	padding: 0 30px;
	z-index: 1;
}
.video-swiper {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.blogVideo-item__wrap {
	position: relative;
	display: block;
	height: calc((var(--container) - 60px - 24px) / 2 / 1.78);
	z-index: 1;
}
.blogVideo-item__wrap:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--black);
	opacity: .45;
	z-index: 1;
}
.blogVideo-item__play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/play.svg);
    mask-image: url(images/play.svg);
    background-color: var(--white);
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    transition: .5s;
    z-index: 2;
}
.blogVideo-item__play:hover {
	background-color: var(--green);
}

.blogVideo-content {
	font-size: var(--text-size-lg);
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 1.2;
	margin-top: 24px;
	text-transform: uppercase;
}
.blogVideo-content img {
	vertical-align: middle;
	margin-right: 12px;
}



.page-body-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-sidebar {
	flex: 0 0 calc(100% / 3 - 12px);
	max-width: calc(100% / 3 - 12px);
}
.page-body-main {
	flex: 0 0 calc(100% / 3 * 2 - 12px);
	max-width: calc(100% / 3 * 2 - 12px);
}


.widget-area {
	height: 100%;
	max-width: 312px;
	border-right: 2px solid var(--grey-light);
}
.widget {
	margin-bottom: 30px;
}
.widget:last-child {
	margin-bottom: 0;
}
.widget-title {
	font-size: var(--text-size-lg);
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: .05em;
	margin-bottom: 24px;
}
.widget_categories ul {
	padding: 0;
	list-style: none;
}
.widget_categories ul li {
	margin-bottom: 14px;
}
.widget_categories ul li:last-child {
	margin-bottom: 0;
}
.widget_categories ul li a {
	color: var(--black);
	letter-spacing: .05em;
	line-height: 1.5;
	display: block;
	text-decoration: none;
}
.widget_categories ul li a:hover {
	color: var(--green);
}
.widget_categories ul li.current-cat a {
	font-weight: 600;
	color: var(--green);
}


.navigation.pagination {
	position: relative;
	margin-top: 40px;
	z-index: 2;
}
.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-links .page-numbers {
	margin-right: 12px;
}
.nav-links .page-numbers:last-child {
	margin-right: 0;
}
.nav-links .page-numbers {
	min-width: 45px;
	height: 45px;
	font-weight: 500;
	color: var(--black);
	border: 1px solid var(--grey-light);
	background: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	text-decoration: none;
}
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
	background: var(--green);
	border-color: var(--green);
	color: var(--white);
}


.blogSocial-soc.soc-links {
	justify-content: center;
	gap: 24px;
}
.blogSocial-soc.soc-links li:last-child {
	display: none;
}
.blogSocial-soc.soc-links li a {
	background: var(--white);
	box-shadow: 7px 15px 25px 0 rgba(43,97,66,.05);
	width: 180px;
	height: 164px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.blogSocial-soc.soc-links li a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.blogSocial-soc.soc-links li a img {
	flex: 0 0 60px;
	max-height: 60px;
}



.singleBlog-date {
	font-size: var(--text-size-sm);
	letter-spacing: .9px;
	text-align: right;
}
.singleBlog-wrap:after {
	content: '';
	display: block;
	clear: both;
}
.singleBlog-image {
	float: left;
	margin: 5px 24px 24px 0;
}
.singleBlog-image img {
	max-width: 400px;
	max-height: 400px;
}
.singleBlog-content {
	letter-spacing: .9px;
}





.pricing-content {
	letter-spacing: .9px;
	margin-bottom: 50px;
}
.pricing-list {
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 650px;
	margin: auto;
}
.pricing-list li {
	border-bottom: 2px solid var(--grey-light);
	display: flex;
	justify-content: space-between;
	line-height: 1.2;
	min-height: 72px;
	font-size: var(--text-size-lg);
	color: var(--black);
	font-weight: 400;
}
.pricing-list li:last-child {
	border-bottom: none;
}
.pricing-list li > * {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
}
.pricing-list li :first-child {
	flex: 1 1;
	font-weight: 600;
	color: #000000;
	font-size: var(--text-size-lg);
}
.pricing-list li.pricing-list__header :first-child {
	color: var(--green);
	text-transform: uppercase;
	font-size: var(--text-size-lg);
	letter-spacing: 1.2px;
}
.pricing-list li :nth-child(2) {
	flex: .5 1;
	letter-spacing: 1px;
	text-align: center;
}
.pricing-list li :nth-child(3) {
	flex: .5 1;
	letter-spacing: 1px;
	text-align: center;
	background: #effff6;
}
.pricing-list li.pricing-list__header :nth-child(2),
.pricing-list li.pricing-list__header :nth-child(3) {
	font-size: var(--text-size-lg);
	font-weight: 600;
}
.pricing-list-text {
	max-width: 650px;
	margin: 0 auto;
	margin-top: 10px;
	font-size: var(--text-size-sm);
}

.pricing-button {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}
.pricing-button p {
	font-size: var(--text-size-sm);
	margin-bottom: 0;
}
.pricing-button .btn {
	width: 100%;
	max-width: 320px;
}



.membership-content {
	text-align: center;
	max-width: 920px;
	margin: 0 auto 50px;
	gap: 8px;
	letter-spacing: .9px;
}
.membership-advantages {
	max-width: 810px;
	margin: 0 auto;
}
.membership-advantages-heading {
	color: #000000;
	font-size: var(--h5-size);
	line-height: 1.2;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	text-align: center;
}
.membership-advantages-items {
	display: flex;
	margin-bottom: 50px;
	justify-content: space-between;
	margin: 0 -12px -24px;
	flex-wrap: wrap;
}
.membership-advantages-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.membership-advantages-item__wrap {
	padding: 42px 25px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	min-height: 165px;
	text-align: center;
	background: var(--white);
	box-shadow: 7px 15px 25px 0 rgba(43,97,66,.05);
	height: 100%;
}
.membership-advantages-item__image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
}
.membership-advantages-item__image img {
	max-height: 48px;
}
.membership-advantages-item__text {
	font-size: var(--text-size-sm);
	margin-bottom: 0;
}
.membership-advantages-item__text-mob {
	display: none;
}
.membership-advantages-content {
	border: 2px solid var(--grey-light);
	letter-spacing: .9px;
	line-height: 1.5;
	margin: 50px auto 0;
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.membership-advantages-content:after {
	content: '';
	display: block;
	clear: both;
}
.membership-advantages-content p img {
	width: 48px;
	margin-right: 14px;
}


.payment-methods {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding-left: 0;
	list-style: none;
}
.payment-methods li {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
}

.cities-wrap {
	position: relative;
	background: var(--white);
	padding: 32px;
	box-shadow: 7px 15px 25px 0 rgba(43,97,66,.1);
}
.cities-title {
	color: var(--green);
	font-weight: 600;
	font-size: var(--h5-size);
	letter-spacing: 1.2px;
	line-height: 1.2;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.cities-contacts {
	position: relative;
	margin-bottom: 24px;
}
.cities-contacts p {
	margin-bottom: 14px;
	display: flex;
	letter-spacing: .9px;
	gap: 14px;
	color: var(--black);
}
.cities-contacts p:last-child {
	margin-bottom: 0;
}
.cities-contacts p:before {
	content: '';
	flex: 0 0 23px;
	max-width: 23px;
	width: 23px;
	height: 23px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--green);
}
.cities-contacts p.address:before {
	-webkit-mask-image: url(images/contacts-address.svg);
    mask-image: url(images/contacts-address.svg);
}
.cities-contacts p.phone:before {
	-webkit-mask-image: url(images/contacts-phone.svg);
    mask-image: url(images/contacts-phone.svg);
}
.cities-contacts p.schedule:before {
    -webkit-mask-image: url(images/contacts-schedule.svg);
    mask-image: url(images/contacts-schedule.svg);
}
.cities-contacts p.phone {
	font-weight: 600;
}
.cities-contacts p a {
	color: var(--black);
	text-decoration: none;
}
.cities-contacts p a:hover {
	color: var(--green);
}
.cities-other-heading {
	font-size: var(--text-size-lg);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 1px;
	color: var(--green);
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 24px;
}
.cities-other-items {
	padding: 0 50px;
	margin: 0;
	list-style: none;
	grid-column-gap: 26px;
	grid-row-gap: 8px;
	-webkit-column-gap: 26px;
	column-gap: 26px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	row-gap: 8px;
}
.cities-other-items li {
	align-self: center;
	font-size: var(--text-size-sm);
	letter-spacing: .7px;
	line-height: 1.5;
}
.cities-other-items li a {
	color: var(--black);
	text-decoration: none;
}
.cities-other-items li a:hover {
	color: var(--green);
}





.heroAbout {
	position: relative;
	background: #124025;
	padding: 80px 0 0;
	overflow: hidden;
	z-index: 1;
}
.heroAbout-wrap {
	position: relative;
	min-height: 440px;
	padding: 50px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
}
.heroAbout-wrap:before {
	content: '';
	background: #124025;
	-webkit-clip-path: polygon(0 0, 56% 0, 42% 100%, calc(51% - 15px) 100%, 0 100%);
    clip-path: polygon(0 0, 56% 0, 42% 100%, calc(51% - 15px) 100%, 0 100%);
    position: absolute;
    top: 0;
    letter-spacing: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.heroAbout-bg {
	position: absolute;
	width: 70%;
	height: 100%;
	top: 0;
	right: -110px;
	z-index: -2;
}
.heroAbout-main {
	margin-bottom: 32px;
	max-width: 500px;
	width: 50%;
}
.heroAbout-heading {
	font-size: var(--h1-size);
	letter-spacing: 2px;
	line-height: 1.5;
	color: var(--white);
	margin-bottom: 14px;
}
.heroAbout-content {
	color: var(--white);
	font-size: var(--text-size-lg);
	margin-bottom: 32px;
	line-height: 1.21;
	letter-spacing: 1px;
}



.whois-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.whois-left {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}
.whois-content {
	letter-spacing: .9px;
	line-height: 1.5;
}
.whois-right {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}
.whois-video {
	position: relative;
}
.whois-video-wrap {
	position: relative;
	display: block;
	height: calc((var(--container) - 30px) / 2 / 1.78);
	z-index: 1;
}
.whois-video-wrap:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--black);
	opacity: .45;
	z-index: 1;
}
.whois-video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/play.svg);
    mask-image: url(images/play.svg);
    background-color: var(--white);
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    transition: .5s;
    z-index: 2;
}
.whois-video-play:hover {
	background-color: var(--green);
}


.technics-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.technics-left {
	flex: 0 0 calc(var(--container) / 5 * 2 - 12px);
	max-width: calc(var(--container) / 5 * 2 - 12px);;
}
.technics-image {
	height: 100%;
}
.technics-right {
	flex: 0 0 calc(var(--container) / 5 * 3 - 12px);
	max-width: calc(var(--container) / 5 * 3 - 12px);
}
.technics-content {
	letter-spacing: .9px;
	line-height: 1.5;
}


.difference-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.difference-left {
	flex: 0 0 calc(50% - 12px);
	max-width: calc(50% - 12px);;
}
.difference-image {
	height: 100%;
}
.difference-right {
	flex: 0 0 calc(50% - 12px);
	max-width: calc(50% - 12px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.difference-content {
	letter-spacing: .9px;
	line-height: 1.5;
}



.photogallery-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -24px;
}
.photogallery-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.photogallery-item__image {
	overflow: hidden;
	height: calc((var(--container) - 24px * 3) / 4);
}
.photogallery-item__image a:hover img {
	transform: scale(1.05);
}




.heroBrand {
	position: relative;
	padding: 80px 0 0;
	overflow: hidden;
	z-index: 1;
}
.heroBrand-wrap {
	position: relative;
	padding: 50px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
}
.heroBrand-left,
.heroBrand-right {
	flex: 0 0 calc(50% - 32px);
	max-width: calc(50% - 32px);
}
.heroBrand-heading {
	font-size: var(--h1-size);
	letter-spacing: 2px;
	line-height: 1.2;
	margin-bottom: 24px;
}
.heroBrand-content {
	font-size: var(--text-size-lg);
	margin-bottom: 24px;
	line-height: 1.21;
}
.heroBrand-contacts {
	display: flex;
	align-items: center;
	gap: 24px;
}
.heroBrand-contacts span a {
	font-weight: 600;
	text-decoration: none;
}
.heroBrand-image img {
	max-height: 360px;
}



.cases-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -24px;
}
.cases-item {
	margin: 0 0 24px;
	padding: 0 12px;
}
.cases-items.columns-3 .cases-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.cases-items.columns-2 .cases-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.cases-item__wrap {
	position: relative;
	z-index: 1;
}
.cases-item__image {
	height: calc((var(--container) - 24px * 2) / 3 / 1.3333);
	margin-bottom: 24px;
}
.cases-item__title {
	margin-top: 0;
	font-size: var(--text-size-lg);
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 8px;
	border-bottom: 2px solid var(--green);
	padding-bottom: 5px;
}
.cases-item__title a {
	color: var(--black);
	text-decoration: none;
}
.cases-item__title a:hover {
	color: var(--green);
}
.cases-item__excerpt {
	letter-spacing: .05em;
	margin-bottom: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}
.cases-item__more {
	text-align: right;
}


.cases-button {
	margin-top: 50px;
	text-align: center;
}


.heroCase {
	position: relative;
	background: #124025;
	padding: 80px 0 0;
	overflow: hidden;
	z-index: 1;
}
.heroCase-wrap {
	position: relative;
	padding: 50px 0 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
}
.heroCase-wrap:before {
	content: '';
	background: #124025;
	-webkit-clip-path: polygon(0 0, 56% 0, 42% 100%, calc(51% - 15px) 100%, 0 100%);
    clip-path: polygon(0 0, 56% 0, 42% 100%, calc(51% - 15px) 100%, 0 100%);
    position: absolute;
    top: 0;
    letter-spacing: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.heroCase-bg {
	position: absolute;
	width: 70%;
	height: 100%;
	top: 0;
	right: -110px;
	z-index: -2;
}
.heroCase-main {
	max-width: 550px;
	width: 50%;
}
.heroCase-heading {
	font-size: var(--h1-size);
	letter-spacing: 2px;
	line-height: 1.2;
	color: var(--white);
	margin-bottom: 14px;
}
.heroCase-content {
	color: var(--white);
	font-size: var(--text-size-lg);
	line-height: 1.21;
	letter-spacing: 1px;
	max-width: calc(100% - 50px);
}


.info-items {
	position: relative;
}
.info-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.info-item:last-child {
	margin-bottom: 0;
}
.info-item__heading {
	flex: 0 0 30%;
	max-width: 30%;
	margin-bottom: 0;
	font-size: var(--h3-size);
	font-weight: 500;
}
.info-item__content {
	flex: 0 0 calc(70% - 24px);
	max-width: calc(70% - 24px);
}


.info-bai-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 50px;
}
.info-bai-item {
	flex: 0 0 calc(50% - 12px);
	max-width: calc(50% - 12px);
	text-align: center;
	border: 1px solid var(--grey-light);
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.info-bai-item__heading {
	font-size: var(--h4-size);
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 24px;
	display: inline-block;
	border-bottom: 4px solid var(--green);
	padding-bottom: 4px;
}


@media (max-width: 1279px) {
	:root {
		--container: 930px;
		--text-size: 17px;
		--text-size-sm: 16px;
		--text-size-lg: 18px;
		--h1-size: 36px;
		--h2-size: 32px;
		--h3-size: 28px;
		--h4-size: 24px;
		--h5-size: 22px;
		--h6-size: 20px;
	}
	.heading {
		margin-bottom: 40px;
	}
	.heading h1, .heading h2, .heading h3 {
		padding-bottom: 8px;
	}
	.hero {
		min-height: 580px;
	}
	.hero-wrap {
		max-width: 570px;
		gap: 24px;
	}
	.services-items {
		gap: 24px 40px;
	}
	.services-item__wrap {
		gap: 24px;
	}
	.process-items {
		padding-left: 0;
	}
	.process-item__content {
		font-size: var(--text-size);
	}
	.about-heading {
		max-width: 380px;
	}
	.about-slogan {
		font-size: calc(var(--h1-size) * 1.277);
		max-width: 350px;
	}
	.footer-bottom {
		padding-left: 28%;
	}
	.about-item:first-child .about-item__image {
		flex: 0 0 calc(57% - 20px);
		max-width: calc(57% - 20px);
	}
	.about-item:first-child .about-item__info {
		flex: 0 0 calc(43% - 20px);
		max-width: calc(43% - 20px);
	}
	.advantages-item {
		flex: 0 0 calc((var(--container) - 24px * 1) / 2);
		max-width: calc((var(--container) - 24px * 1) / 2);
	}
	.advantages-item__wrap {
		max-width: 290px;
		margin: 0 auto;
	}
	.partners-items {
		padding: 0;
	}
	.heroServices-wrap {
		min-height: 520px;
	}
	.heroServicesPartners-items {
		gap: 16px 24px;
	}
	.werepair-left,
	.werepair-right {
		flex: 0 0 calc(50% - 12px);
		max-width: calc(50% - 12px);
	}
	.aboutServices-item__content > * {
		margin-bottom: 15px;
	}
	.aboutServices-item__left {
		flex: 0 0 calc(45% - 12px);
		max-width: calc(45% - 12px);
	}
	.aboutServices-item__right {
		flex: 0 0 calc(55% - 12px);
		max-width: calc(55% - 12px);
	}
	.payment-methods li {
		min-width: 110px;
	}
	.pricing-button,
	.membership-advantages-content,
	.blog-button,
	.cases-button {
		margin-top: 40px;
	}
	.membership-content,
	.pricing-content {
		margin-bottom: 40px;
	}
	.page-header {
		padding-bottom: 40px;
	}
	.technics-wrap {
		display: block;
		overflow: hidden;
	}
	.technics-left {
		float: left;
		margin: 0 24px 15px 0;
	}
	.technics-right {
		max-width: 100%;
	}
	.modal-toggle-contacts {
		margin-top: 30px;
	}
	.partners-button-other {
		margin-top: 40px;
		padding: 0;
	}
	.partners-other {
		padding: 40px 0 0;
	}
	.faq-button,
	.advantages-button,
	.blog-button,
	.cases-button {
		margin-top: 40px;
	}
}









@media (max-width: 991px) {
	:root {
		--container: 710px;
		--text-size: 16px;
		--text-size-sm: 14px;
		--text-size-lg: 17px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.show-lg {
		display: none !important;
	}
	.section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.heading {
		margin-bottom: 30px;
	}
	.modal-toggle-body {
		margin-top: 50px;
	}
	.modal-toggle-bodyRight {
		max-width: 465px;
		padding-right: 0;
	}
	.toggle-menu {
		font-size: var(--h5-size);
	}
	.modal-togle-services {
		gap: 10px;
	}
	.soc-links.big li a img {
		max-height: 24px;
	}
	.regions-menu {
		font-size: var(--text-size);
	}
	.regions-menu > li > a {
		min-width: 130px;
		padding: 2px 2px 0 5px;
	}
	.hero {
		min-height: 480px;
	}
	.hero-wrap {
		max-width: 480px;
	}
	.hero-heading {
		text-align: right;
		font-size: calc(var(--h1-size) * 1.25);
	}
	.services-items {
        gap: 16px 24px;
    }
    .services-item {
    	max-width: 140px;
    }
    .services-item__wrap {
    	gap: 16px;
    	padding: 16px 0;
    }
    .services-item__image {
    	height: 74px;
    }
    .services-item__image img {
    	max-height: 74px;
    }
    .process-items {
    	gap: 60px;
    }
    .process-item {
    	width: 100%;
    }
    .process-item__wrap {
    	flex-direction: column;
    	gap: 16px;
    }
    .process-item__image {
    	padding: 0;
    	flex: 0 0 auto;
    	max-width: 100%;
    	text-align: center;
    }
	.process-item__content {
		font-size: var(--text-size);
		margin: 0;
		max-width: 100%;
		text-align: center;
	}
	.process-item__wrap:after {
		left: 50%;
		transform: translateX(-50%);
		top: calc(100% + 10px);
	}
	.process-button,
	.faq-button,
	.advantages-button,
	.blog-button,
	.cases-button {
		margin-top: 30px;
	}
	.about-heading {
		max-width: calc(50% - 12px);
	}
	.about-slogan {
		max-width: calc(50% - 12px);
		font-size: var(--h1-size);
		margin-bottom: 30px;
	}
	.about-items {
		display: none;
	}
	.about-swiper {
		position: relative;
		flex: 0 0 100%;
		overflow: hidden;
		z-index: 1;
	}
	.about-item {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.about-item__wrap {
		display: block;
	}
	.about-item__image {
		max-width: 100% !important;
		height: calc(var(--container) / 1.4);
		margin-bottom: 45px !important;
	}
	.about-item__info {
		max-width: 100% !important;
	}
	.about-item__title {
		margin-bottom: 16px;
	}
	.about-item__title br {
		display: none;
	}
	.about-swiper-pagination {
		position: absolute !important;
		top: calc(var(--container) / 1.4 + 5px) !important;
		left: 0 !important;
		text-align: left !important;
	}

	.advantages-items {
		flex-direction: column;
		gap: 14px;
	}
	.advantages-item {
		flex: auto;
		max-width: 100%;
	}
	.advantages-item__wrap {
		max-width: 100%;
		display: flex;
		gap: 30px;
	}
	.advantages-item__image {
		flex: 0 0 125px;
		max-width: 125px;
		margin-bottom: 0;
	}
	.advantages-item__title {
		min-height: inherit;
		font-size: var(--h6-size);
		margin-bottom: 15px;
	}

	.partners-item {
		max-width: 120px;
	}
	.partners-button-other {
		margin-top: 30px;
	}
	.partners-button-other span:after,
	.blog-button a:after,
	.advantages-button a:after,
	.aboutServices-item__button a:after {
		flex: 0 0 32px;
		max-width: 32px;
		width: 32px;
		height: 32px;
		margin-left: 16px;
	}
	.partners-other {
		padding-top: 30px;
	}
	.reviews-wrap {
		padding: 0 16px;
	}
	.reviews-item__wrap {
		max-width: calc(100% - 10px);
		height: auto;
	}
	.faq-block {
		padding: 16px 24px;
		margin-bottom: 16px;
	}
	.faq-block__head {
		min-height: 48px;
	}
	.faq-block__toggle:before {
		width: 48px;
		height: 48px;
	}
	.faq-block__body {
		padding: 24px 0 0 12px;
	}

	.blog-swiper {
		position: relative;
		overflow: hidden;
		margin: 0;
		z-index: 1;
	}
	.blog-swiper-pagination {
		position: absolute !important;
		top: calc(var(--container) / 1.7 + 5px) !important;
		left: 0 !important;
		text-align: left !important;
	}

	.blog-item,
	.blog-items.columns-2 .blog-item,
	.blog-items.columns-3 .blog-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.blog-swiper .blog-item {
		margin: 0;
		padding: 0;
	}
	.blog-item__image {
		height: calc(var(--container) / 1.7);
	}
	.blog-swiper .blog-item__image {
		margin-bottom: 40px;
	}
	.blog-button {
		text-align: center;
	}
	.footer-wrap {
		padding: 40px 0 30px;
	}
	.header-logo img {
		max-height: 60px;
	}
	.header-toggle button {
		flex: 0 0 68px;
		max-width: 68px;
		width: 68px;
	}

	.heroServices-main {
		max-width: 50%;
	}
	.heroServices-heading,
	.heroBrand-heading {
		font-size: var(--h2-size);
		margin-bottom: 24px;
	}
	.heroServices-content,
	.heroBrand-content
	.heroServices-main {
		margin-bottom: 24px;
	}
	.heroServices-content > *,
	.heroBrand-content > * {
		margin-bottom: 8px;
	}
	.heroServices-content > *:last-child,
	.heroBrand-content > *:last-child {
		margin-bottom: 0;
	}
	.heroServices-contacts,
	.heroBrand-contacts {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
	.heroServices-contacts span,
	.heroBrand-contacts span {
		font-size: var(--h6-size);
	}
	.heroServices-wrap {
		min-height: 440px;
	}
	.werepair-subheading {
		margin-bottom: 24px;
		font-size: var(--h4-size);
	}
	.werepair-left, .werepair-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.werepair-wrap {
		gap: 24px;
	}
	.werepair-image img {
		max-height: 480px;
		object-fit: contain;
		object-position: left center;
	}
	.werepair-button {
		margin-top: 12px;
		text-align: center;
	}
	.aboutServices-item__wrap {
		display: block;
	}
	.aboutServices-item__left {
		max-width: 100%;
		margin-bottom: 24px;
	}
	.aboutServices-item__left:last-child {
		margin-bottom: 0;
	}
	.aboutServices-item__right {
		max-width: 100%;
	}
	.aboutServices-item__image {
		height: auto;
	}
	.aboutServices-item__image img {
		max-height: 480px;
		object-fit: contain;
		object-position: left center;
	}

	.blogVideo-item__wrap {
		height: calc((var(--container) - 60px) / 1.78);
	}
	.page-sidebar {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 50px;
	}
	.page-body-main {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.widget-area {
		max-width: 100%;
		border-right: none;
	}
	.widget_categories ul {
		grid-column-gap: 50px;
        grid-row-gap: 14px;
        -webkit-column-gap: 50px;
        column-gap: 50px;
        display: grid;
        flex-wrap: wrap;
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 14px;
	}
	.widget_categories ul li {
		margin-bottom: 0;
	}
	.singleBlog-image {
		float: none;
		display: block;
		margin: 0 0 24px;
	}
	.singleBlog-image img {
		max-width: 100%;
		max-height: 480px;
	}
	.page-header {
		padding: 100px 0 30px;
	}
	.page-header-return {
		margin-bottom: 12px;
	}
	.whois-right {
		flex: 0 0 100%;
		max-width: 100%;
		order: 1;
		margin-bottom: 24px;
	}
	.whois-left {
		flex: 0 0 100%;
		max-width: 100%;
		order: 2;
	}
	.whois-video-wrap {
		height: calc(var(--container) / 1.78);
	}
	.technics-left {
		max-width: 50%;
	}
	.cities-other-items li {
		font-size: var(--text-size);
	}
	.cities-other-items {
		padding: 0;
		grid-template-columns: repeat(4, 1fr);
	}
	.feedbackForm-heading {
		margin-bottom: 30px;
	}

	.cases-swiper {
		position: relative;
		overflow: hidden;
		margin: 0;
		z-index: 1;
	}
	.cases-swiper-pagination {
		position: absolute !important;
		top: calc(var(--container) / 1.7 + 5px) !important;
		left: 0 !important;
		text-align: left !important;
	}

	.cases-item,
	.cases-items.columns-2 .cases-item,
	.cases-items.columns-3 .cases-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.cases-swiper .cases-item {
		margin: 0;
		padding: 0;
	}
	.cases-item__image {
		height: calc(var(--container) / 1.7);
	}
	.cases-swiper .cases-item__image {
		margin-bottom: 40px;
	}
}




@media (max-width: 767px) {
	:root {
		--container: 510px;
		--text-size: 16px;
		--text-size-sm: 14px;
		--text-size-lg: 17px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select, textarea {
		min-height: 44px;
		padding: 10px 20px;
	}
	.form-fields {
		margin: 0 -6px -20px;
	}
	.form-field {
		margin: 0 0 20px;
		padding: 0 6px;
	}
	.btn {
		min-height: 44px;
		min-width: 180px;
		padding: 11px 24px;
	}
	.main-navigation {
		position: fixed;
		width: 100%;
		top: 58px;
	}
	.admin-bar .main-navigation {
		top: calc(58px + 46px);
	}
	.header-wrap {
		height: 58px;
		gap: 16px;
	}
	.header-region {
		display: none;
	}
	.header-toggle {
		order: 1;
	}
	.header-toggle button {
		flex: 0 0 50px;
		max-width: 51px;
		width: 50px;
		padding: 5%;
		gap: 7px;
	}
	.header-logo {
		order: 2;
		text-align: center;
	}
	.header-logo img {
		max-height: 54px;
	}
	.header-phone {
		order: 3;
		flex: 0 0 50px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.header-phone a {
		padding-left: 0;
		flex-direction: row;
		align-items: center;
	}
	.header-phone a span {
		display: none;
	}
	.header-phone a:before {
		position: relative;
		top: 0;
		transform: none;
		background-image: url(images/phoneMob.svg);
		flex: 0 0 31px;
		max-width: 31px;
		width: 31px;
		height: 31px;
	}
	.services-menu {
		gap: 8px;
		flex-wrap: wrap;
		justify-content: center;
		height: auto;
	}
	.services-menu li {
		display: none;
		flex: 0 0 calc(100% / 3 - 8px * 2 / 3);
	}
	.services-menu li:nth-child(1),
	.services-menu li:nth-child(2),
	.services-menu li:nth-child(3),
	.services-menu.active li {
		display: block;
	}
	.menu-icon img {
		max-height: 20px;
	}
	.main {
		margin-top: 0;
		overflow: hidden;
	}
	.header.fixed ~ .main {
		margin-top: 0px;
	}
	.hero {
		min-height: 540px;
	}
	.hero-wrap {
		max-width: 100%;
		padding-top: 50px;
		gap: 12px;
		align-items: center;
		height: 460px;
		min-height: auto;
	}
	.hero-heading {
		text-align: center;
	}
	.regions-menu-2 {
		width: 100%;
		margin: auto 0 0;
		padding: 0;
		list-style: none;
		max-width: 340px;
	}
	.regions-menu-2 > li {
		position: relative;
	}
	.regions-menu-2 > li > a {
		position: relative;
		background: var(--white);
		color: var(--green);
		font-weight: 700;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 6px 8px 6px 20px;
		text-decoration: none;
		z-index: 1;
	}
	.regions-menu-2 > li > a:before {
		content: '';
		width: 2px;
		height: 19px;
		background: var(--green);
		position: absolute;
		right: 45px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
	}
	.regions-menu-2 > li > a:after{
		content: '';
		background: url(images/arrow.svg) no-repeat center;
		background-size: 17px;
		flex: 0 0 33px;
		max-width: 33px;
		width: 33px;
		height: 33px;
		margin-left: 20px;
		transition: .25s;
	}
	.regions-menu-2 > li.active > a:after {
		transform: rotate(-90deg);
	}
	.regions-menu-2 ul {
		display: none;
		position: absolute;
		top: 100%;
		right: 0px;
		width: 100%;
		border-top: none;
		background: var(--grey-light);
		margin: 0;
		padding: 6px 0;
		list-style: none;
		z-index: 9;
	}
	.regions-menu-2 ul li {
		position: relative;
		z-index: 1;
	}
	.regions-menu-2 ul li a {
		display: block;
		color: var(--black);
		text-decoration: none;
		padding: 8px 20px;
	}
	.regions-menu-2 ul li a:hover {
		background: var(--green);
		color: var(--white);
	}
	.hero.section {
		padding-bottom: 24px;
	}
	.hero-button {
		width: 100%;
		max-width: 340px;
	}
	.hero-button .btn {
		width: 100%;
	}
	.hero-phone {
		width: 100%;
		font-size: var(--h6-size);
		color: var(--white);
		text-align: center;
		max-width: 340px;
	}
	.hero-phone a {
		color: var(--white);
		text-decoration: none;
		font-weight: 600;
	}
	.header.fixed ~ .main-navigation .services-menu {
		height: auto;
	}
	.about-heading {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.about-slogan {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: left;
	}
	.partners-button-other span,
	.blog-button a, 
	.advantages-button a, 
	.aboutServices-item__button a {
		font-size: var(--h6-size);
	}
	.partners-button-other span:after, .blog-button a:after, .advantages-button a:after, .aboutServices-item__button a:after {
		flex: 0 0 24px;
		max-width: 24px;
		width: 24px;
		height: 24px;
		margin-left: 12px;
	}
	.partners-other {
		-webkit-column-count: 2;
		column-count: 2;
	}
	.heading {
		flex-wrap: wrap;
	}
	.heading h2 + p, .heading h2 + h4, .heading h3 + p, .heading h3 + h4 {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 24px;
		margin-left: 0;
	}

	.faq-block {
		padding: 12px 16px;
	}
	.faq-block__head {
		min-height: 32px;
	}
	.faq-block__title {
		font-size: var(--h4-size);
	}
	.faq-block__toggle {
		padding-left: 18px;
	}
	.faq-block__toggle:before {
        width: 28px;
        height: 28px;
    }
    .faq-block__body {
    	padding: 16px 0 0 8px;
    }
    .faq-item {
    	margin-top: 20px;
    	padding-bottom: 12px;
    }
    .faq-item__toggle {
    	padding-left: 24px;
    }
    .faq-item__toggle:before {
    	width: 24px;
    	height: 24px;
    }
    .faq-item__body {
    	padding: 0 50px 0 20px;
    }
    .feedbackForm-heading {
    	margin-bottom: 20px;
    	font-size: var(--h6-size);
    }
    .feedbackForm-left {
    	flex: 0 0 100%;
    	max-width: 100%;
    	margin-bottom: 16px;
    }
    .feedbackForm-right {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .footer-wrap {
    	flex-direction: column;
    }
    .footer-bottom {
    	padding-left: 0;
    	flex-direction: column;
    }
    .footer-soc {
    	order: 2;
    	border-top: none;
    }
    .footer-phone {
    	order: 1;
    	font-size: var(--h5-size);
    	margin-bottom: 0;
    }
    .footer-phone a {
    	color: var(--black);
    	text-decoration: none;
    }
    .copyright {
    	order: 3;
    	border-top: none;
    }
    .heroServices {
    	padding-top: 73px;
    }
    .heroServicesPartners-items {
    	display: none;
    }
    .heroServices-wrap {
    	padding: 24px 0 24px;
    	min-height: auto;
    	height: 540px;
    }
    .heroServices-bg {
    	width: 100vw;
    	right: calc((100vw - var(--container)) / -2);
    	top: auto;
    	height: calc(100% - 160px);
    	bottom: 0;
    }
    .heroServices-wrap:before {
		-webkit-clip-path: polygon(0 0, 280% 0, 0 45%, 0 100%);
		clip-path: polygon(0 0, 280% 0, 0 45%, 0 100%);
    	right: calc((100vw - var(--container)) / -2);
    	width: 100vw;
    }
    .heroServices-main {
    	max-width: 100%;
    	height: 100%;
    	margin-bottom: 0;
    	display: flex;
    	flex-direction: column;
    }
    .heroServices-heading {
    	font-size: var(--h2-size);
    	margin-bottom: 16px;
    	text-transform: uppercase;
    	line-height: 1.2;
    }
    .heroServices-content {
    	font-size: var(--text-size-lg);
    	margin-bottom: 0;
    }
    .heroServices-regions-menu {
    	width: 100%;
    	max-width: 340px;
    	margin: auto auto 12px;
    }
    .heroServices-contacts {
    	margin: 0 auto;
    	width: 100%;
    	max-width: 340px;
    	align-items: normal;
    	gap: 12px;
    	text-align: center;
    }

    .modal-toggle-wrap {
    	padding: 0;
    }
    .modal-toggle-header {
    	position: relative;
    	height: 58px;
    	align-items: center;
    	justify-content: flex-start;
    	z-index: 1;
    }
    .modal-toggle-header:before {
    	content: '';
    	position: absolute;
    	width: 100vw;
    	height: 100%;
    	background: var(--white);
    	top: 0;
    	left: calc((100vw - var(--container)) / -2);
    	z-index: -1;
    }
    .modal-toggle-logo {
    	order: 2;
    	flex: auto;
    	max-width: calc(100% - 26px - 26px);
    	text-align: center;
    }
    .modal-toggle-logo img {
    	max-height: 54px;
    }
    .modal-toggle-close {
    	order: 1;
    	flex: 0 0 26px;
    	max-width: 26px;
    	height: 26px;
    	margin-left: 0;
    	-webkit-mask-image: url(images/crossBurgerMob.svg);
    	mask-image: url(images/crossBurgerMob.svg);
    }
    .admin-bar .modal-toggle {
    	top: 46px;
    }
    .modal-toggle-body {
    	margin-top: 30px;
    	flex-wrap: wrap;
    }
    .toggle-menu {
    	flex: 0 0 100%;
    	max-width: 100%;
    	margin-bottom: 30px;
    }
    .modal-toggle-bodyRight {
    	margin-left: 0;
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .modal-toggle-contacts {
    	display: block;
    }
    .modal-toggle-soc {
    	display: none;
    }
    .modal-toggle-button {
    	margin-top: 16px;
    }
    .membership-advantages-items {
    	margin: 0 -8px -16px;
    }
    .membership-advantages-item {
    	margin: 0 0 16px;
    	padding: 0 8px;
    }
    .membership-advantages-item__wrap {
    	padding: 24px 10px 10px;
    }
    .membership-advantages-content p img {
    	display: block;
    	margin: 0 auto 15px;
    }
    .pricing-button, .membership-advantages-content {
    	margin-top: 30px;
    }
    .membership-advantages-content {
    	padding: 16px;
    }
    .pricing-button {
    	gap: 16px;
    }
    .pricing-button p {
    	font-size: var(--text-size);
    }
    .payment-methods li {
    	max-width: 100px;
    	min-width: auto;
    }
    .pricing-content img {
    	max-height: 150px;
    }
    .heroAbout-wrap {
    	min-height: auto;
    	height: 520px;
    	justify-content: space-between;
    	padding: 30px 0;
    }
    .heroAbout-wrap:before {
    	-webkit-clip-path: polygon(0 0, 100% 0, 100% 47%, 0 40%);
        clip-path: polygon(0 0, 100% 0, 100% 47%, 0 40%);
    	right: calc((100vw - var(--container)) / -2);
    	width: 100vw;
    }
    .heroAbout-bg {
    	width: 100vw;
    	right: calc((100vw - var(--container)) / -2);
    	height: calc(100% - 160px);
    	bottom: 0;
    	top: auto;
    }
    .heroAbout-main {
    	position: relative;
    	width: 100%;
    	height: 100%;
    	margin-bottom: 0;
    	max-width: 100%;
    	display: flex;
    	flex-direction: column;
    	z-index: 1;
    }
    .heroAbout-heading {
    	font-size: var(--h2-size);
    	text-transform: uppercase;
    	line-height: 1.2;
    }
    .heroAbout-content {
    	font-size: var(--text-size);
    }
    .heroAbout-contacts {
    	width: 100%;
    	max-width: 340px;
    	margin: 0 auto;
    	display: flex;
    	flex-direction: column;
    }
    .heroAbout-phone {
    	color: var(--white);
    	font-size: var(--h6-size);
    	text-align: center;
    	width: 100%;
    	max-width: 340px;
    	margin: 12px auto 0;
    }
    .heroAbout-phone a {
    	color: var(--white);
    	text-decoration: none;
    	font-weight: 600;
    }
    .heroAbout,
    .heroServices,
    .hero {
    	overflow: inherit;
    }
    .technics-left {
    	max-width: 100%;
    	float: none;
    	margin-right: 0;
    }
    .difference-left {
    	flex: 0 0 100%;
    	max-width: 100%;
    	margin-bottom: 24px;
    }
    .difference-right {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .photogallery-items {
    	margin: 0 -8px -16px;
    }
    .photogallery-item {
    	flex: 0 0 50%;
    	max-width: 50%;
    	margin: 0 0 16px;
    	padding: 0 8px;
    }
    .photogallery-item__image {
    	height: calc((var(--container) - 24px) / 2);
    }
    .cities-other-items {
        padding: 0;
        grid-template-columns: repeat(2, 1fr);
    }
    .werepair-content ul li {
    	padding-left: 40px;
    }
    .werepair-content ul li:before {
    	width: 25px;
    	top: 11px;
    }
    .page-header {
        padding: 80px 0 24px;
    }


    .blogSocial-soc.soc-links {
    	flex-wrap: wrap;
    }
    .blogSocial-soc.soc-links li a {
    	width: 120px;
    	height: 110px;
    }
    .blogSocial-soc.soc-links li a img {
    	flex: 0 0 44px;
    	max-height: 44px;
    }



	.navigation.pagination {
		margin-top: 30px;
	}


	.heroBrand {
		padding-top: 70;
	}
	.heroBrand-wrap {
		padding-top: 24px;
		flex-direction: column-reverse;
	}
	.heroBrand-left, .heroBrand-right {
		flex: auto;
		max-width: 100%;
		width: 100%;
	}
	.heroBrand-right {
		margin-bottom: 24px;
	}
	.heroBrand-image {
		text-align: center;
	}
	.heroBrand-image img {
		max-height: 240px;
	}
	.heroBrand-heading {
		text-align: center;
	}
	.heroBrand-content {
		text-align: center;
	}
    .heroBrand-regions-menu {
    	width: 100%;
    	max-width: 340px;
    	margin: auto auto 12px;
    	border: 1px solid var(--green);
    }
    .heroBrand-contacts {
    	margin: 0 auto;
    	width: 100%;
    	max-width: 340px;
    	align-items: normal;
    	gap: 12px;
    	text-align: center;
    }


    .heroCase {
    	overflow: inherit;
    }
    .heroCase-bg {
    	position: relative;
    }
    .heroCase-wrap {
    	min-height: auto;
    	height: auto;
    	flex-direction: column-reverse;
    	padding: 30px 0 0;
    }
    .heroCase-wrap:before {
    	display: none;
    }
    .heroCase-bg {
    	margin-left: calc((100vw - var(--container)) / -2);
        width: 100vw;
        height: 360px;
        right: 0;
    }
    .heroCase-main {
    	position: relative;
    	width: 100%;
    	height: 100%;
    	max-width: 100%;
    	padding-bottom: 20px;
    	z-index: 1;
    }
    .heroCase-main:before {
		content: '';
		background: #124025;
		position: absolute;
		width: 800px;
		height: 100px;
		bottom: -55px;
		left: calc((100vw - var(--container)) / -2);
		z-index: -1;
		transform: rotate(6deg);
    }
    .heroCase-heading {
    	font-size: var(--h2-size);
    	text-transform: uppercase;
    }
    .heroCase-content {
    	font-size: var(--text-size);
    	max-width: 100%;
    }


    .info-item {
    	flex-direction: column;
    }
    .info-item__heading {
    	flex: auto;
    	max-width: 100%;
    	margin-bottom: 16px;
    }
    .info-item__content {
    	flex: auto;
    	max-width: 100%;
    }


    .info-bai-item {
    	flex: 0 0 100%;
    	max-width: 100%;
    	margin-bottom: 16px;
    }
    .info-bai-item:last-child {
    	margin-bottom: 0;
    }
}



@media (max-width: 575px) {
	:root {
		--container: calc(100vw - 24px);
		--text-size: 15px;
		--text-size-sm: 14px;
		--text-size-lg: 16px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 17px;
	}
	.swiper-button-next, .swiper-button-prev {
		width: 24px !important;
		height: 24px !important;
	}
	.swiper-button-prev {
		left: -5px !important;
	}
	.swiper-button-next {
		right: -5px !important;
	}
	.services-menu {
		padding: 2px 0;
	}
	.advantages-item__image {
        flex: 0 0 80px;
        max-width: 80px;
    }
    .advantages-item__image img {
    	max-width: 80px;
    	max-height: 80px;
    }
    .partners-item {
        max-width: 90px;
    }
    .membership-advantages-item {
    	flex: 0 0 50%;
    	max-width: 50%;
    	min-height: 140px;
    }
    .payment-methods li {
    	max-width: 80px;
    }
}