/*!
Theme Name: Ananda
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: sos-appliance-repair
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.

SOS Appliance 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=Forum&display=swap');

@font-face {
	font-family: 'HelveticaNeue';
	src: url('fonts/HelveticaNeue-Light.ttf') format('truetype'),
		url('fonts/HelveticaNeue-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('fonts/HelveticaNeue-Regular.otf') format('opentype'),
		url('fonts/HelveticaNeue-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('fonts/HelveticaNeue-Medium.otf') format('opentype'),
		url('fonts/HelveticaNeue-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('fonts/HelveticaNeue-Bold.otf') format('opentype'),
		url('fonts/HelveticaNeue-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('fonts/HelveticaNeue-Black.otf') format('opentype'),
		url('fonts/HelveticaNeue-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

:root {
	--container: 1440px;
	--gap: 30px;
	--radius: 36px;

	--header-height: 100px;

	--text-size: 16px;
	--text-size-sm: 14px;
	--h1-size: 54px;
	--h2-size: 52px;
	--h3-size: 50px;
	--h4-size: 30px;
	--h5-size: 26px;
	--h6-size: 24px;

	--white: #FFFFFF;
	--text-color: #fff;
	--text-color-dark: #452563;
	--heading-color: #fff;
	--violet: #452563;
	--pink: #E3D4F2;
	--purple: #9137D2;
}

*,
::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: 300;
	font-family: 'HelveticaNeue', sans-serif;
	line-height: 1.333;
	color: var(--text-color);
	background: #2A1E34;
}

body:not(.home) {
	padding-top: var(--header-height);
}

body:is(.page-template-page-about, .page-id-623) {
	padding-top: 0;
}

a {
	color: var(--purple);
	transition: .5s;
}

a:hover {
	text-decoration: none;
	color: var(--pink);
}

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: 'Forum', sans-serif;
	font-weight: 400;
	margin: calc(var(--gap) * 1.5) 0 var(--gap);
	line-height: 1;
	text-transform: uppercase;
}

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);
}

:is(h1, h2, h3, h4, h5, h6)>* {
	font-family: 'Forum', sans-serif;
}

:is(h1, h2, h3, h4, h5, h6) strong {
	color: var(--pink);
	font-weight: 500;
}

p,
ul,
ol,
blockquote {
	margin: 0 0 var(--gap);
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
blockquote:last-child {
	margin-bottom: 0;
}

iframe {
	max-width: 100%;
}

strong {
	font-weight: 600;
}

.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}

.form-field {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 calc(var(--gap) / 2);
	margin-bottom: calc(var(--gap));
}

.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}

.form-field>label {
	font-size: var(--text-size-sm);
	color: var(--text-color);
	opacity: .8;
	display: block;
	width: 100%;
	margin-bottom: 4px;
}

::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .6);
}

::-moz-placeholder {
	color: rgba(255, 255, 255, .6);
}

:-ms-input-placeholder {
	color: rgba(255, 255, 255, .6);
}

:-moz-placeholder {
	color: rgba(255, 255, 255, .6);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
select,
textarea {
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'HelveticaNeue', sans-serif;
	line-height: 1.5;
	width: 100%;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: var(--heading-color);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 16px 23px;
	height: 54px;
	outline: none;
	transition: .5s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(images/chevron-down.svg);
	background-position: calc(100% - var(--gap) / 1.2) center;
	background-repeat: no-repeat;
	background-size: 16px;
	padding-right: calc(var(--gap) / 1.2 + 16px + var(--gap / 2));
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea {
	height: 140px;
	resize: vertical;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-field-button {
	margin-top: calc(var(--gap) / 4);
}

.form-field-button.center {
	text-align: center;
}

.form-field-button .btn {
	width: 100%;
}

.form-field-button .btn span {
	min-width: 180px;
}

.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}

.wpcf7-not-valid-tip {
	font-size: var(--text-size-sm);
	margin-top: 4px;
}

.wpcf7 form .wpcf7-response-output {
	margin: var(--gap) 0 0;
	padding: calc(var(--gap) / 2) calc(var(--gap) / 1.2);
}

.form-field-required {
	font-size: 14px;
	font-style: italic;
}

input[name='your-name'] {
	text-transform: capitalize;
}

.wpcf7-not-valid-tip {
	color: var(--pink);
}

.form-field-required a {
	color: #fff;
}


.screen-reader-text {
	display: none;
}

.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}

.container-inner {
	margin-left: calc(var(--gap) * 1.5);
	margin-right: calc(var(--gap) * 1.5);
}

.container-px {
	padding-left: calc(var(--gap) * 2);
	padding-right: calc(var(--gap) * 2);
}

.section-xl {
	position: relative;
	padding-top: 180px;
	padding-bottom: 180px;
	z-index: 1;
}

.section-lg {
	position: relative;
	padding-top: 140px;
	padding-bottom: 140px;
	z-index: 1;
}

.section {
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
	z-index: 1;
}

.section-md {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	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;
	}
} */


.heading {
	margin-bottom: 50px;
	color: #fff;
	font-weight: 500;
}

.heading h2,
.heading h3 {
	color: var(--heading-color);
	font-size: var(--h1-size);
	line-height: 1;
	letter-spacing: -.04em;
	margin-bottom: calc(var(--gap) / 1.5);
}

.heading h2:last-child,
.heading h3:last-child {
	margin-bottom: 0;
}

.heading.white,
.heading.white h2 {
	color: var(--white);
}

.heading.heading-dark,
.heading.heading-dark h2,
.heading.heading-dark h3 {
	color: var(--violet);
}

.heading p {
	font-weight: 300;
	color: #fff;
}

.heading.heading-dark p {
	color: var(--violet);
}

.heading.center {
	text-align: center;
}



.btn {
	position: relative;
	display: inline-flex;
	text-align: center;
	font-size: 20px;
	font-family: 'Forum', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	border: 1px solid;
	padding: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
	transition: .5s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
}

.btn.btn-sm {
	font-size: var(--text-size-sm);
	min-height: 60px;
}

.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-border-radius: 90px;
	-webkit-border-radius: 90px;
	gap: 10px;
	border-radius: 90px;
	padding: 24px 30px;
	transition: .5s;
	height: 68px;
}

.btn-primary {
	background-color: rgba(255, 255, 255, 0);
	border-color: var(--white);
	color: var(--white);
}

.btn-primary:hover {
	background-color: rgba(255, 255, 255, 1);
	border-color: var(--white);
	color: var(--purple);
}

.btn-green {
	background-color: #5053f5;
	border-color: #5053f5;
	color: var(--white);
}

.btn-green:hover {
	background-color: var(--text-color);
	border-color: var(--text-color);
	color: var(--white);
}

.btn i {
	flex: 0 0 18px;
	max-width: 18px;
	width: 18px;
	height: 16px;
	mask-image: url(/wp-content/uploads/2026/02/thin-arrow-3.svg);
	mask-position: center center;
	mask-size: 18px 16px;
	background-color: var(--white);
	transition: .5s;
}

.btn-primary i {
	background: var(--white);
}

.btn-primary:hover i {
	background: var(--purple);
}

.btn-primary i:before {
	background-color: var(--white);
}

.btn-secondary {
	background-color: var(--purple);
	border-color: rgba(255, 255, 255, 0.4);
	color: var(--white);
}

.btn-secondary:hover {
	background-color: rgba(255, 255, 255, 0);
	border-color: rgba(255, 255, 255, 0.4);
	color: var(--white);
}

.btn.btn-link {
	padding: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: var(--white);
	text-decoration: underline;
	text-decoration-style: solid;
	text-underline-offset: 4px;
	min-height: inherit;
	height: auto;
	border: none;
	display: inline-flex
}

.btn.btn-link:hover {
	color: var(--pink);
	border: none;
}

/*

.swiper-pagination {
	position: relative !important;
	bottom: auto !important;
	top: auto !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: calc(var(--gap) * 1.5);
	gap: 8px;
}
.swiper-pagination-bullet {
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px !important;
	height: 10px !important;
	background: #E2E5F0 !important;
	margin: 0 !important;
	opacity: 1 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	transform: skew(-25deg);
}
.swiper-pagination.white .swiper-pagination-bullet {
	background: #ffffff !important;
	opacity: .4 !important;
}
.swiper-pagination-bullet-active {
	background: #019658 !important;
}
.swiper-pagination.white .swiper-pagination-bullet-active {
	background: #ffffff !important;
	opacity: 1 !important;
}*/

.swiper-navigation {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin-top: var(--gap);
	z-index: 9;
}

.swiper-navigation button {
	position: relative;
	flex: 0 0 80px;
	max-width: 80px;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	border: 1px solid rgba(69, 37, 99, 0.4);
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	padding: 0;
	cursor: pointer;
	transition: .5s;
}

.swiper-navigation.white-arrows button {
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.swiper-navigation button:hover {
	background: transparent;
	border: 1px solid rgba(69, 37, 99, 1);
}

.swiper-navigation.white-arrows button:hover {
	border: 1px solid rgba(255, 255, 255, 1);
}

.swiper-navigation button:disabled {
	background: transparent;
	border: 1px solid rgba(69, 37, 99, 0.4);
	opacity: .6;
	cursor: no-drop;
}

.swiper-navigation.white-arrows button:disabled {
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.swiper-navigation button:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(/wp-content/uploads/2026/02/thin-arrow-2.svg);
	mask-image: url(/wp-content/uploads/2026/02/thin-arrow-2.svg);
	background-color: var(--violet);
	flex: 0 0 26px;
	max-width: 26px;
	width: 26px;
	height: 23px;
	transition: .5s;
	z-index: 1;
}

.swiper-navigation.white-arrows button:before {
	background-color: rgba(255, 255, 255, 1);
}

.swiper-navigation button.swiper-navigation-prev:before {
	transform: rotate(180deg);
}

.swiper-navigation button.swiper-navigation-prev {
	margin-right: -10px;
}

.soc-links {
	margin: 0 0 var(--gap);
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 3);
}

.soc-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: var(--purple);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.soc-links li a:hover {
	background: var(--violet);
}

.soc-links li a svg {
	flex: 0 0 18px;
	max-width: 18px;
	height: 18px;
}

.soc-links li a path {
	fill: var(--white);
	transition: .5s;
}

.soc-links li a:hover path {
	fill: var(--white);
}


@media screen and (min-width:900px) {
	.modal-mobile {
		display: none
	}
}

.modal-mobile {
	display: none;
	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-wrap {
	position: relative;
	background: var(--white);
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	transform: translateY(-100%);
	transition: .5s;
	overflow: auto;
	z-index: 1;
}

.modal-mobile.show .modal-mobile-wrap {
	transform: translateY(0);
}

.modal-mobile-header {
	position: relative;
	z-index: 1;
}

.modal-mobile-header-wrap {
	position: relative;
	height: var(--header-height);
	padding-top: calc(var(--gap) / 1.333);
	padding-bottom: calc(var(--gap) / 1.333);
	display: flex;
	align-items: center;
	gap: calc(var(--gap) * 1.5);
	transition: .5s;
	z-index: 1;
}

.modal-mobile-logo {
	flex: auto;
}

.modal-mobile-logo img {
	max-height: calc(var(--header-height) - var(--gap) / 1.333 * 2);
}

.modal-mobile-phone {
	display: flex;
	align-items: center;
	margin: 0;
	font-weight: 500;
}

.modal-mobile-phone a {
	color: var(--heading-color);
	text-decoration: none;
}

.modal-mobile-phone a:hover {
	color: var(--violet);
}

.modal-mobile-close {
	flex: 0 0 40px;
	max-width: 40px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--violet);
	-moz-border-radius: calc(var(--radius) / 2);
	-webkit-border-radius: calc(var(--radius) / 2);
	border-radius: calc(var(--radius) / 2);
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
	transition: .5s;
}

.modal-mobile-close:hover {
	background: var(--violet);
}

.modal-mobile-close:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	-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(--white);
}

.modal-mobile-body {
	flex: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: calc(var(--gap) * 2);
}

.modal-mobile-body-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: calc(var(--gap) * 2);
}

.mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: calc(var(--gap) * 1.5);
	font-size: var(--h6-size);
	font-weight: 500;
	line-height: 1.5;
}

.mobile-menu li a {
	text-decoration: none;
	color: var(--heading-color);
}

.mobile-menu li:hover>a {
	color: var(--violet);
}

.modal-mobile-button {
	text-align: center;
}



.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: 680px;
	margin: 1.75rem auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: var(--white);
	background-image: url(/wp-content/uploads/2026/02/bg-form.webp);
	background-position: center center;
	background-size: cover;
	background-clip: padding-box;
	outline: 0;
	padding: calc(var(--gap) * 2) calc(var(--gap) * 1.5) calc(var(--gap) * 1.5);
	-moz-border-radius: calc(var(--radius) / 1.667);
	-webkit-border-radius: calc(var(--radius) / 1.667);
	border-radius: calc(var(--radius) / 1.667);
	overflow: hidden;
	z-index: 1;
}

.modal-content:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	z-index: 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-heading {
	position: relative;
	margin-bottom: calc(var(--gap) * 1.5);
}

.modal-heading h2 {
	font-size: var(--h2-size);
	color: var(--heading-color);
}

.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(--white);
	width: 34px;
	height: 34px;
	top: 12px;
	right: 12px;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .5s;
	z-index: 9;
}

.modal-close:hover {
	background-color: var(--heading-color);
}

.modal-body {
	z-index: 1;
}



.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: calc(var(--gap) + 2) calc(var(--gap) / -2) 2px;
}

.gallery:first-child {
	margin-top: 0;
}

.gallery:last-child {
	margin-bottom: calc(var(--gap) * -1);
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}

.gallery-columns-2 .gallery-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}

.gallery-columns-2 .gallery-item>* {
	height: calc((var(--container) - var(--gap)) / 2 / 1.4);
}

.gallery-columns-3 .gallery-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}

.gallery-columns-3 .gallery-item>* {
	height: calc((var(--container) - var(--gap) * 2) / 3 / 1.4);
}

.gallery-columns-4 .gallery-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}

.gallery-columns-4 .gallery-item>* {
	height: calc((var(--container) - var(--gap) * 3) / 4 / 1.4);
}

.gallery-columns-5 .gallery-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
}

.gallery-columns-5 .gallery-item>* {
	height: calc((var(--container) - var(--gap) * 4) / 5 / 1.4);
}

.gallery-columns-6 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}

.gallery-columns-6 .gallery-item>* {
	height: calc((var(--container) - var(--gap) * 5) / 6 / 1.4);
}

.gallery-columns-7 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}

.gallery-columns-7 .gallery-item>* {
	height: calc((var(--container) - var(--gap) * 6) / 7 / 1.4);
}

.gallery-columns-8 .gallery-item {
	flex: 0 0 calc(100% / 8);
	max-width: calc(100% / 8);
}

.gallery-columns-8 .gallery-item>* {
	height: calc((var(--container) - var(--gap) * 7) / 8 / 1.4);
}

.gallery-columns-9 .gallery-item {
	flex: 0 0 calc(100% / 9);
	max-width: calc(100% / 9);
}

.gallery-columns-9 .gallery-item>* {
	height: calc((var(--container) - var(--gap) * 8) / 9 / 1.4);
}

.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .5s;
}

.gallery-item a:hover img {
	transform: scale(1.08);
}

.gallery-caption {
	display: block;
}

.alignleft {
	float: left;
	margin-right: var(--gap);
	margin-bottom: var(--gap);
}

.alignright {
	float: right;
	margin-left: var(--gap);
	margin-bottom: var(--gap);
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: var(--gap);
}

img.alignleft,
img.alignright,
img.aligncenter {
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}




.wrapper {
	position: relative;
	/*max-width: 1920px;*/
	/*padding: 0 calc(var(--gap) * 1.5);*/
	margin: 0 auto;
	z-index: 1;
}


header .hidden-head{
	display:none;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(30, 16, 41, 0);
	transition: .5s;
	z-index: 92;
}

.header.fixed {
	background: rgba(30, 16, 41, 1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

.admin-bar .header {
	top: 32px;
}

.header-menu {
	padding: 42px;
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #fff;
	background-image: url(/wp-content/uploads/2026/03/bg-menu.webp);
	background-position: 30% center;
	border-radius: 32px;
	width: 532px;
	pointer-events: none;
	opacity: 0;
	transform: translateY(-50px);
	transition: all 0.5s ease;
}

.header-menu.active {
	pointer-events: auto;
	opacity: 1;
	transform: translateY(0);
}

.header-menu ul.main-menu {
	display: flex;
	flex-direction: column;
	gap: 32px;
	max-width: 100%;
	align-items: flex-start;
}

.header-menu .main-menu li a {
	text-decoration: none;
	font-family: 'Forum', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	color: var(--violet);
}

.header-menu .main-menu li a:hover {
	color: var(--purple);
	;
}

.header-inner {
	position: relative;
	height: var(--header-height);
	padding-top: calc(var(--gap) / 1.333);
	padding-bottom: calc(var(--gap) / 1.333);
	transition: all 0.5s ease;
	z-index: 1;
}

.header.fixed .header-inner {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 80px;
}

.header-wrap {
	display: flex;
	gap: var(--gap);
}

.header-logo,
.header-right {
	flex: 0 0 350px;
	max-width: 350px;
}

.header-logo img {
	max-height: calc(var(--header-height) - var(--gap) / 1.333 * 2);
}

.main-menu {
	flex: auto;
	max-width: calc(100% - (350px + var(--gap)) * 2);
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: calc(var(--gap) * 1.333);
	font-size: var(--text-size-sm);
	font-weight: 500;
	line-height: 1.5;
}

.main-menu li a {
	text-decoration: none;
	color: var(--heading-color);
}

.main-menu li a:hover {
	color: var(--violet);
}

.header-right {
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: calc(var(--gap)*2);
}

.header-phone {
	flex: 0 0 auto;
	display: flex;
	margin: 0;
	font-weight: 500;
}

.header-phone a {
	color: var(--heading-color);
	text-decoration: none;
	font-weight: 300;
}

.header-phone a:hover {
	color: var(--pink);
}

.header-address {
	margin-bottom: 0;
	white-space: nowrap;
	font-weight: 300;
}

.lang-menu {
	position:relative;
	margin: 0 -5px;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}

.lang-menu>li {
	position: relative;
	padding: 5px;
	z-index: 1;
}

.lang-menu>li>a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--black);
	text-decoration: none;
	font-weight: 300;
}

.lang-menu>li:hover>a {
	color: var(--pink);
}

.lang-menu>li>a:before {
	content: '';
	background: url(images/angle-small-down.svg) no-repeat center;
	background-size: contain;
	background-position: center 1px;
	flex: 0 0 12px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	order: 1;
}

.lang-menu ul {
	display: none;
	margin: 0;
	padding: 0;
	background: var(--light);
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 1;
}

.lang-menu>li:hover>ul {
	display: block;
}

.lang-menu ul li a {
	display: block;
	color: var(--black);
	text-decoration: none;
	padding: 5px;
}

.lang-menu ul li a:hover {
	color: var(--pink);
}

.lang-menu>li.current-lang:before{
	content:'';
	position:absolute;
	top:0;left:0;right:0;bottom:0;
}

.lang-menu>li:not(.current-lang){
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
	transition: all 0.5s ease;
	opacity:0;
	transform:translateY(-5px);
	pointer-events: none;
}
.lang-menu>li:not(.current-lang):hover{
	background:#ccc;
}
.lang-menu:hover>li:not(.current-lang){
	opacity:1;
	transform:translateY(0);
	pointer-events: auto;

}
.lang-menu>li:not(.current-lang)>a:before{
	display:none
}
.lang-menu>li:not(.current-lang)>a {
    padding: 5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--purple);
    text-decoration: none;
    font-weight: 300;
}

.header-toggle {
	display: flex;
	align-items: center;
}

.header-toggle button {
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 6px;
	background: rgba(0, 0, 0, 0);
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
	transition: .5s;
}

.header-toggle button:hover {
	background: rgba(0, 0, 0, 0);
}

/* .header-toggle button:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	-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);
} */
.header-toggle button span {
	position: relative;
	background-color: #fff;
	height: 2px;
	width: 100%;
	transition: transform 0.3s ease, top 0.3s ease;
}

.header-toggle button span:first-child {
	max-width: 50%;
	top: 0;
	transform: rotate(0);
}

.header-toggle button.active span:nth-child(2) {
	top: 0;
	transform: rotate(0);
}

.header-toggle button span:last-child {
	display: none;
}

.header-toggle button.active span:first-child {
	top: 4px;
	max-width: 100%;
	transform: rotate(45deg);
	background-color: var(--pink);
}

.header-toggle button.active span:nth-child(2) {
	top: -4px;
	transform: rotate(-45deg);
	background-color: var(--pink);
}



.main {
	position: relative;
	overflow: hidden;
	z-index: 1;
}



.footer {
	padding: 76px 0 24px;
	position: relative;
	color: var(--white);
	background-image: url(images/bg-footer.jpg);
	background-size: 589px auto;
	background-position: calc(50% + 200px) top;
	background-repeat: no-repeat;
	z-index: 1;
}

.footer-wrap {
	display: flex;
	justify-content: space-between;
	gap: calc(var(--gap) * 6);
}

.footer-widget {
	position: relative;
	    max-width: 230px;
}

.footer-widget:first-child {
	flex: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.footer-widget-title {
	font-family: 'Forum', sans-serif;
	font-size: var(--h6-size);
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.footer-widget:last-child .footer-widget-title {
	height: 32px;
}

.footer-logo {
	margin-bottom: 50px;
}

.footer-logo img {
	max-height: 86px;
}

.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
	max-width: 120px;
}

.footer-menu li a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}

.footer-menu li a:hover {
	color: var(--purple);
	;
}

.footer-contacts {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
}

.footer-contacts-item__label {
	font-size: var(--h6-size);
	line-height: 1.2;
	margin-bottom: calc(var(--gap) / 2);
	text-transform: uppercase;
}

.footer-contacts-item a {
	color: var(--white);
	text-decoration: none;
}

.footer-contacts-item a:hover {
	color: var(--purple);
}

.copyright-text {
	margin-top: auto;
	white-space: pre-line;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
}





.page-title {
	color: var(--heading-color);
	font-size: var(--h1-size);
	line-height: 1.125;
	letter-spacing: -.04em;
	text-align: center;
}

.page-body.section-xl {
	padding-top: 0px;
}

.error-404-number {
	text-align: center;
	font-size: calc(var(--h1-size) * 6);
	font-weight: 600;
	line-height: 1;
	margin-bottom: var(--gap);
	color: var(--white);
	opacity: .25;
}

.error-404-button {
	text-align: center;
	display: flex;
	justify-content: center;
}



.hero-section {
	padding-top: calc(108px + 90px);
	max-height: 1073px;
	height: 100vh;
}

.hero-section-inner {
	position: relative;
	overflow: hidden;
	min-height: 840px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	z-index: 1;
}

.hero-bg {
	position: absolute;
	width: 100%;
	height: 1180px;
	top: 0;
	left: 0;
	z-index: -1;
}

.hero-bg img {
	object-position: center top;
}

.hero-bg:after {
	content: '';
	background: linear-gradient(180deg, rgba(42, 30, 52, 0) 35.37%, rgba(42, 30, 52, 1) 88.24%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.hero-bg:before {
	content: '';
	background: linear-gradient(0, rgba(42, 30, 52, 0) 20.37%, rgba(42, 30, 52, 0.95) 91.24%);
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.hero-wrap {
	max-width: 930px;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) * 1.67);
}
.wrapper_en .hero-wrap {
    max-width: 830px;
}

.text-right-side {
	display: block;
	text-align: right;
}

.text-center {
	display: block;
	text-align: center;
}

.hero-content {
	color: #CCCCCC;
	line-height: 1.222;
}

.hero-content h1,
.hero-content h2 {
	margin-top: 0;
	line-height: 1.0526;
	color: var(--white);
	font-size: calc(var(--h1-size) * 1.5833);
	letter-spacing: -.04em;
}

.hero-description {
	display: flex;
	align-items: center;
	gap: 30px;
	font-size: var(--h4-size);
	color: var(--white);
	line-height: 1.1667;
	letter-spacing: -.01em;
	font-weight: 300;
}

.hero-description:before {
	content: '';
	width: 60px;
	height: 60px;
	background-image: url(/wp-content/uploads/2026/02/rune.svg);
	background-size: cover;
}

.hero-buttons-row {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}


.heroBrands-section {
	position: relative;
	padding-top: calc(var(--gap) * 1.5);
	z-index: 1;
}

.heroBrands-wrap {
	display: flex;
	gap: var(--gap);
}

.heroBrands-left {
	flex: 0 0 240px;
	max-width: 240px;
}

.heroBrands-heading {
	font-weight: 500;
	line-height: 1.222;
	color: var(--heading-color);
}

.heroBrands-right {
	flex: 0 0 calc(100% - 240px - var(--gap));
	max-width: calc(100% - 240px - var(--gap));
}

.heroBrands-swiper {
	position: relative;
	overflow: hidden;
	width: calc((100vw - var(--container)) / 2 + 100% + calc(var(--gap) * 1.5));
	z-index: 1;
}

.heroBrands-swiper:before {
	content: '';
	background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	width: 78px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}

.heroBrands-swiper:after {
	content: '';
	background: linear-gradient(-90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	width: 78px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 3;
}

.heroBrands-swiper .swiper-wrapper {
	transition-timing-function: linear !important;
}

.heroBrands-item.swiper-slide {
	width: auto;
	user-select: none;
}

.heroBrands-item__image {
	height: 52px;
	display: flex;
	align-items: center;
}

.heroBrands-item__image img {
	max-height: 52px;
}







.marquee {
	position: relative;
	background: var(--violet);
	color: var(--white);
	font-weight: 500;
	display: flex;
	padding: calc(var(--gap) / 1.65) 0;
	z-index: 1;
}

.marquee_text {
	height: 24px;
	overflow: hidden;
}

.marquee div span {
	position: relative;
	padding-right: 17px;
	margin-right: 12px;
	z-index: 1;
}

.marquee div span:after {
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 2.5px);
	width: 5px;
	height: 5px;
	background: var(--white);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
}



.services-section {}

.services-section .container-px {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	background-image: url(/wp-content/uploads/2026/03/bg-praktiki.webp);
	background-position: center center;
	background-size: cover;
	border-radius: 54px;
	overflow: hidden;
}

.services-section .heading {
	max-width: 1036px;
}

.services-swiper {
	position: relative;
	max-width: 820px;
	margin-left: auto;
	margin-right: 230px;
	z-index: 1;
}

.services-swiper .service-slide {
	height: auto;
	display: flex;
	opacity: 1;
	transition: opacity 0.2s ease;
}

.services-swiper .service-slide article {
	display: flex;
	flex: 100% 0 0;
}

.services-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) * -2) calc(var(--gap) * -1);
}

.services-items .services-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}

.services-item__wrap {
	position: relative;
	flex: 100% 0 0;
	display: flex;
	flex-direction: column;
	padding: 16px;
	background: #fff;
	min-height: calc((var(--container) - var(--gap) / 4) / 5 / .775);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
	text-decoration: none;
	z-index: 1;
}

.services-item__image {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 16px;
	overflow: hidden;
	height: 227px;
}

.services-item__wrap:hover .services-item__image img {
	transform: scale(1.05);
}

.services-item__image:after {
	content: '';
	background: linear-gradient(222.7deg, rgba(0, 0, 0, 0) 47.06%, rgba(0, 0, 0, 0.6) 83.16%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.services-item__title {
	margin-top: var(--gap);
	margin-bottom: 20px;
	padding: 0 14px;
	font-size: var(--h5-size);
	font-weight: 300;
	line-height: 110%;
	font-family: 'HelveticaNeue', sans-serif;
	text-transform: none;
	color: var(--violet);
}

.services-item__description {
	padding: 0 14px 0 65px;
	font-size: var(--text-size-sm);
	color: var(--violet);
}

.service-slide.swiper-slide-prev {
	opacity: 0;
	pointer-events: none;
}

.services-navigation {
	position: absolute;
	left: 48px;
	bottom: 80px;
}



.issues-section-inner.section {
	padding-bottom: 160px;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}

.issues-section-inner:before {
	content: '';
	background: url(images/issues-el-1.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 88px;
	height: 106px;
	top: 53px;
	left: calc(var(--gap) * 2);
	z-index: -1;
}

.issues-section-inner:after {
	content: '';
	background: url(images/issues-el-2.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 88px;
	height: 102px;
	bottom: 40px;
	right: calc(var(--gap) * 2);
	z-index: -1;
}

.issues-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}

.issues-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}

.issues-item:nth-child(1),
.issues-item:nth-child(2),
.issues-item:nth-child(3),
.issues-item:nth-child(4) {
	flex: 0 0 25%;
	max-width: 25%;
}

.issues-item__wrap {
	position: relative;
	height: 100%;
	z-index: 1;
	background: #F4F4F4;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
	z-index: ;
}

.issues-item__image {
	height: calc((var(--container) - var(--gap) * 2) / 3 / 2.08);
	-moz-border-radius: 0 0 var(--radius) var(--radius);
	-webkit-border-radius: 0 0 var(--radius) var(--radius);
	border-radius: 0 0 var(--radius) var(--radius);
	overflow: hidden;
}

.issues-item__title {
	position: relative;
	padding: calc(var(--gap) / 1.0909) calc(var(--gap) / 1.2);
	font-size: var(--h6-size);
	font-weight: 500;
	line-height: 1.2;
	color: var(--heading-color);
	text-align: center;
	z-index: 1;
}

.advantages-section:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 914px;
	background-image: url(images/bg-advantages.png);
	background-position: center top;
	background-repeat: no-repeat;
	opacity: 0.85;
}

.advantages-section .heading {
	margin-left: auto;
	max-width: 580px;
}

.advantages-items {
	margin: auto;
	display: flex;
	gap: var(--gap);
}

.advantages-item {
	flex: calc(100%/3 - var(--gap)*2/3) 0 0;
}

.advantages-item__wrap {
	padding: 40px 30px;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.2);
	-moz-border-radius: 36px;
	-webkit-border-radius: 36px;
	border-radius: 36px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 352px;
	z-index: 1;
}

.advantages-item-row {
	margin-bottom: 48px;
	display: flex;
	justify-content: space-between;
}

.advantages-item__title {
	margin-bottom: 24px;
	color: var(--white);
	font-size: var(--h5-size);
	font-weight: 300;
	line-height: 1.125;
}

.advantages-item__description {
	color: var(--white);
	font-size: var(--text-size-sm);
}

.advantages-item__image {
	width: 64px;
	height: 64px;
}

.advantages-item__number {
	font-family: 'Forum', sans-serif;
	font-size: 18px;
}




.reviews-section {
	position: relative;
	z-index: 1;
}

.reviews-section:before {
	content: '';
	background: url(images/reviews-el-2.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 60px;
	height: 119px;
	bottom: 38px;
	right: calc(-32px + var(--gap) * 1.5);
	transform: rotate(40deg);
	z-index: 2;
}

.reviews-section-inner {
	overflow: hidden;
	position: relative;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	background: ;
	z-index: 1;
}

.reviews-section-inner:before {
	content: '';
	background: url(images/reviews-el-1.png) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 289px;
	height: 471px;
	bottom: -140px;
	right: -106px;
	transform: rotate(-32deg);
	z-index: -1;
}

.reviews-swiper {
	position: relative;
	overflow: hidden;
	margin: auto;
	z-index: 1;
}

.reviews-item.swiper-slide {
	width: calc((var(--container) - var(--gap) * 2 * 2) * .2665);
	position: relative;
	opacity: 0;
}

.reviews-item.swiper-slide.swiper-slide-visible {
	opacity: 1;
}

.reviews-item__wrap {
	position: relative;
	display: block;
	height: calc((var(--container) - var(--gap) * 2 * 2) * .2665 / .6174);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
	z-index: 1;
}

.reviews-item__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.reviews-item__play {
	position: absolute;
	width: 96px;
	height: 96px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: var(--violet);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.reviews-item__play:before {
	content: '';
	-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);
	flex: 0 0 32px;
	max-width: 32px;
	height: 32px;
	margin-left: 10px;
	transition: .5s;
}

.reviews-item__wrap:hover .reviews-item__play {
	animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(80, 83, 245, 0.65);
		transform: translate(-50%, -50%) scale(1);
	}

	70% {
		-webkit-box-shadow: 0 0 0 var(--gap) rgba(80, 83, 245, 0);
		transform: translate(-50%, -50%) scale(1.1);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(80, 83, 245, 0);
		transform: translate(-50%, -50%) scale(1);
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(80, 83, 245, 0.65);
		box-shadow: 0 0 0 0 rgba(80, 83, 245, 0.65);
		transform: translate(-50%, -50%) scale(1);
	}

	70% {
		-moz-box-shadow: 0 0 0 var(--gap) rgba(80, 83, 245, 0);
		box-shadow: 0 0 0 var(--gap) rgba(80, 83, 245, 0);
		transform: translate(-50%, -50%) scale(1.1);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(80, 83, 245, 0);
		box-shadow: 0 0 0 0 rgba(80, 83, 245, 0);
		transform: translate(-50%, -50%) scale(1);
	}
}




.benefits-section.section-xl {
	padding-top: 120px;
}

.benefits-section:before {
	content: '';
	background: url(images/reviews-el-2.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 60px;
	height: 119px;
	bottom: 37%;
	left: calc(var(--gap) * 2 - 60px - 16px + var(--gap) * 1.5);
	transform: rotate(-130deg);
	z-index: 2;
}

.benefits-wrap {
	position: relative;
	z-index: 1;
}

.benefits-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: calc(var(--gap) * 1.333) calc(var(--gap) * 3);
}

.benefits-item {
	flex: 0 0 calc(100% / 3);
	max-width: 550px;
}

.benefits-item__wrap {
	position: relative;
	height: 100%;
	background: #F4F4F4;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding: calc(var(--gap) * 1.333);
	z-index: 1;
}

.benefits-item__image {
	height: 68px;
	display: flex;
	align-items: center;
	margin-bottom: calc(var(--gap) * 1.875);
}

.benefits-item__image img {
	max-height: 68px;
}

.benefits-item__title {
	font-size: var(--h4-size);
	line-height: 1.1428;
	font-weight: 600;
	color: var(--heading-color);
	margin-top: 0;
	margin-bottom: calc(var(--gap) / 1.25);
}

.benefits-item__text {
	line-height: 1.375;
	font-size: var(--text-size-sm);
}

.benefits-item__info {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap);
}

.benefits-item__info-item {
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
}

.benefits-item__info-item__title {
	font-weight: 600;
	color: var(--violet);
	margin-bottom: calc(var(--gap) / 3);
}

.benefits-image {
	position: absolute;
	width: 33%;
	height: 100%;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: -1;
}

.benefits-image img {
	width: 100%;
	max-width: 430px;
	height: 100%;
	object-fit: contain;
	object-position: center;
}



.video-section:before {
	content: '';
	position: absolute;
	bottom: -200px;
	left: 0;
	right: 0;
	background-image: url(images/bg-video.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 717px;
	pointer-events: none;
}

.video-wrap {
	position: relative;
	display: block;
	height: calc((var(--container) - var(--gap) * 2 * 2) / 2.1672);
	min-height: 674px;
	text-decoration: none;
	z-index: 1;
}

.video-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-moz-border-radius: calc(var(--radius) / 1.25);
	-webkit-border-radius: calc(var(--radius) / 1.25);
	border-radius: calc(var(--radius) / 1.25);
	overflow: hidden;
	z-index: -1;
}

.video-image:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.video-play {
	position: absolute;
	width: 92px;
	height: 92px;
	top: calc(50% + 30px);
	left: 50%;
	transform: translate(-50%, -50%);
	background: transparent;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.video-play:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: -2px center;
	-webkit-mask-image: url(/wp-content/uploads/2026/02/play.svg);
	mask-image: url(/wp-content/uploads/2026/02/play.svg);
	background-color: var(--white);
	flex: 0 0 32px;
	max-width: 32px;
	height: 32px;
	margin-left: 10px;
	transition: .5s;
}

.video-play:after {
	content: '';
	width: 100%;
	height: 100%;
	border-top: 3px solid rgba(255, 255, 255, 1);
	border-left: 3px solid rgba(255, 255, 255, 1);
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(-45deg);
	transition: .5s;
}

.video-wrap:hover .video-play:after {
	transform: rotate(-90deg);
}

/* .video-wrap:hover .video-play {
	animation: pulse 2s infinite;
} */
.video-wrap .heading {
	margin: auto;
	position: absolute;
	bottom: calc(50% + 30px);
	left: 0;
	right: 0;
	max-width: 540px;
}


.home .about-section {
	background-image: url(images/bg-about.jpg);
	background-repeat: no-repeat;
	background-position: center -51px;
}

.about-section .container-px {
	display: flex;
	flex-direction: column;
	gap: 70px
}

.about-wrap {
	display: flex;
	align-items: flex-start;
	gap: calc(var(--gap)*2);
}

.about-item {
	flex: calc(50% - var(--gap)*2) 0 0;
}

.about-item .heading {
	margin-bottom: 40px;
}

.about-item-image {
	flex: 50% 0 0;
	border-radius: var(--radius);
	height: 448px;
	overflow: hidden;
}

.about-wrap:nth-child(even) .about-item-image {
	order: -1;
}

.about-item-text.about-item-text-full {
	flex: 100% 0 0;
}

.about-item__description {
	color: rgba(255, 255, 255, 0.8)
}

.about-button {
	margin-top: 32px;
	display: flex;
}

.ananda-quote {
	padding: 40px 30px;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.2);
	-moz-border-radius: 36px;
	-webkit-border-radius: 36px;
	border-radius: 36px;
}

.quote-text {
	margin-bottom: 10px;
	font-style: italic;
	font-size: calc(var(--text-size) * 1.25);
}

.quote-footer {
	text-align: right;
}

cite {
	font-size: calc(var(--text-size) * 1.5);
	font-family: 'Forum';
	text-transform: uppercase;
}

.googleReviews-section .container-px {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	background-image: url(/wp-content/uploads/2026/02/bg-reviews.webp);
	background-position: center center;
	background-size: cover;
	border-radius: 54px;
	overflow: hidden;
}

.googleReviews-section .heading {
	max-width: 530px;
}
.wrapper_en .googleReviews-section .heading {
	max-width: 800px;
}


.googleReviews-wrap {
	/* width: calc((100vw - var(--container)) / 2 + 100% + var(--gap) * 1.5); */
	width: 100%;
}

.experts-section:before {
	content: '';
	position: absolute;
	bottom: -300px;
	left: 0;
	right: 0;
	background-image: url(images/bg-experts.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 958px;
	pointer-events: none;
	z-index: -1;
}

/* .experts-item{
	padding:16px;
	border:1px solid rgba(255,255,255,0.2);
	border-radius:24px;
} */
.experts-item__image {
	border-radius: 24px;
	overflow: hidden;
	height: 412px;
}

.experts-item__wrap {
	text-decoration: none;
}

.experts-item__title {
	margin: 0;
	padding: 24px 24px 12px;
	font-size: var(--h4-size);
	font-weight: 300;
	line-height: 1;
	color: var(--white);
}

.experts-item__description {
	padding: 0 24px 16px;
	color: var(--white);
	text-decoration: none;
	font-size: var(--text-size-sm);
}

.experts-swiper {
	max-width: 1152px;
}

.experts-navigation {
	margin-top: -13px;
	position: absolute;
	top: 0;
	right: calc(var(--gap) * 2);
}

.experts-section .container-px {
	position: relative
}


.instafeed-section .heading {
	max-width: 400px;
}




.banner-section .container-px {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	background-image: url(/wp-content/uploads/2026/02/bg-form.webp);
	background-position: center center;
	background-size: cover;
	border-radius: 54px;
	overflow: hidden;
}

.banner-form {
	padding: 42px 36px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	border-radius: 32px;
	max-width: 572px;
}

.banner-form .heading :is(h2, h3) {
	font-size: 42px;
}

.blog-section .heading {
	max-width: 580px;
}

.blog-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 calc(var(--gap) * -1);
}

.blog-item,
.blog-items .experts-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}

.blog-item__wrap {
	padding: 16px;
	position: relative;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	z-index: 1;
}

.blog-item__image {
	flex: 0 0 calc((var(--container) - var(--gap) * 2) / 3 / 1.8);
	max-height: calc((var(--container) - var(--gap) * 2) / 3 / 1.8);
	height: 280px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	overflow: hidden;
}

.blog-item__image:hover img {
	transform: scale(1.05);
}

.blog-item__more {
	position: absolute;
	top: calc(var(--gap) / 1.5);
	right: calc(var(--gap) / 1.5);
	width: 52px;
	height: 52px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	transition: .5s;
	z-index: 1;
}

.blog-item__more:hover {
	background: var(--violet);
}

.blog-item__more:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	height: 24px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(/wp-content/uploads/2026/02/thin-arrow-2.svg);
	mask-image: url(/wp-content/uploads/2026/02/thin-arrow-2.svg);
	background-color: var(--heading-color);
	transform: rotate(-45deg);
	transition: .5s;
}

.blog-item__more:hover:before {
	background-color: var(--white);
}

.blog-item__info {
	position: relative;
	flex: auto;
	padding: 24px 16px 0 16px;
	min-height: 167px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 1;
}

.blog-item__title {
	font-size: var(--h5-size);
	font-weight: 500;
	color: var(--heading-color);
	margin-bottom: var(--gap);
}

.blog-item__title a {
	color: var(--heading-color);
	text-decoration: none;
	font-family: 'HelveticaNeue', sans-serif;
	font-weight: 300;
	text-transform: none;
}

.blog-item__title a:hover {
	color: rgba(255, 255, 255, 0.4);
}

.blog-item__date {
	margin-top: 12px;
	font-weight: 500;
	font-family: 'Forum', sans-serif;
	color: #fff;
}

.blog-item__excerpt {
	margin-bottom: auto;
	font-size: var(--text-size-sm);
}




.navigation.pagination {
	position: relative;
	margin-top: calc(var(--gap) * 2);
	z-index: 2;
}

.nav-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: calc(var(--gap) / 3);
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-links .page-numbers:not(.dots) {
	min-width: 60px;
	height: 60px;
	font-weight: 500;
	color: var(--heading-color);
	border: 1px solid #f9f9f9;
	background: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	text-decoration: none;
	-moz-border-radius: calc(var(--radius) / 2);
	-webkit-border-radius: calc(var(--radius) / 2);
	border-radius: calc(var(--radius) / 2);
}

.nav-links .page-numbers:not(.dots):hover,
.nav-links .page-numbers:not(.dots).current {
	background: var(--violet);
	border-color: var(--violet);
	color: var(--white);
}

.nav-links .page-numbers.dots {
	font-weight: 500;
	color: var(--heading-color);
	min-width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}




.team-section-inner.section {
	background: ;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
}

.team-section-inner:before {
	content: '';
	background: url(images/issues-el-1.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 88px;
	height: 106px;
	top: 53px;
	left: calc(var(--gap) * 2);
	z-index: -1;
}

.team-section-inner:after {
	content: '';
	background: url(images/issues-el-2.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 88px;
	height: 102px;
	bottom: 40px;
	right: calc(var(--gap) * 2);
	z-index: -1;
}

.team-item.swiper-slide {
	width: calc((var(--container) - var(--gap) * 2) * .245);
}

.team-item__wrap {
	position: relative;
	background: #F4F4F4;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	z-index: 1;
}

.team-item__image {
	flex: calc(((var(--container) - var(--gap) * 2) * .245) / .8554);
	max-height: calc(((var(--container) - var(--gap) * 2) * .245) / .8554);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
}

.team-item__name {
	min-height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: var(--gap) calc(var(--gap) * 1.333);
	font-size: var(--h4-size);
	font-weight: 500;
	color: var(--heading-color);
	line-height: 1.1428;
}




.faq-section.section {
	padding-bottom: 180px;
}

.faq-wrap {
	display: flex;
	align-items: flex-end;
	gap: calc(var(--gap) * 2);
}

.faq-left,
.faq-right {
	flex: 0 0 calc(50% - var(--gap));
	max-width: calc(50% - var(--gap));
}

.faq-image {
	position: sticky;
	top: calc(var(--header-height) + var(--gap));
	text-align: center;
	z-index: 1;
}

.faq-items {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 1.2);
	max-width: 960px;
	margin: auto;
}

.faq-item {
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.2);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	transition: .5s;
	z-index: 1;
}

.faq-item.active {
	border-color: var(--pink);
	background: transparent;
}

.faq-item__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: calc(var(--gap) / 1.5);
	min-height: 92px;
	font-size: var(--h6-size);
	font-weight: 300;
	line-height: 1.1667;
	color: var(--heading-color);
	margin: 0;
	padding: calc(var(--gap) / 1.2) calc(var(--gap) / 1.5) calc(var(--gap) / 1.2) calc(var(--gap) * 1.333);
	cursor: pointer;
	transition: .5s;
}

.faq-item__toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
	max-width: 48px;
	width: 48px;
	height: 48px;
	-moz-border-radius: calc(var(--radius) / 3.333);
	-webkit-border-radius: calc(var(--radius) / 3.333);
	border-radius: calc(var(--radius) / 3.333);
	transition: .5s;
}

.active .faq-item__toggle {
	background: var(--purple);
}

.faq-item__toggle:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/chevron-down.svg);
	mask-image: url(images/chevron-down.svg);
	background-color: rgba(255, 255, 255, 0.2);
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	transition: .5s;
}

.active .faq-item__toggle:before {
	background-color: var(--white);
	transform: rotate(180deg);
}

.faq-item__body {
	font-size: var(--text-size);
	line-height: 1.4;
	padding: 0 calc(var(--gap) / 1.5 + 48px + var(--gap) / 1.5) calc(var(--gap) * 1.333) calc(var(--gap) * 1.333);
}

.faq-button {
	margin-top: calc(var(--gap) * 1.5);
}




.info-section-inner.section {
	background: ;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding-top: calc(var(--gap) * 2);
	padding-bottom: calc(var(--gap) * 2);
}

.info-wrap {
	display: flex;
	gap: calc(var(--gap) * 2);
}

.info-left {
	flex: 0 0 calc(50% - var(--gap));
	max-width: calc(50% - var(--gap));
}

.info-image {
	position: relative;
	height: 100%;
	-moz-border-radius: calc(var(--radius) / 1.667);
	-webkit-border-radius: calc(var(--radius) / 1.667);
	border-radius: calc(var(--radius) / 1.667);
	overflow: hidden;
	z-index: 1;
}

.info-right {
	flex: 0 0 calc(50% - var(--gap));
	max-width: calc(50% - var(--gap));
	padding-bottom: calc(var(--gap) * 2);
}

.info-right:before {
	content: '';
	background: url(images/info-el-1.svg) no-repeat center;
	background-size: contain;
	display: block;
	width: 65px;
	height: 75px;
	margin-bottom: calc(var(--gap) * 2.5);
}

.info-content {
	font-size: var(--h5-size);
	font-weight: 500;
	color: var(--white);
	line-height: 1.1667;
}



.devices-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}

.devices-item {
	flex: 0 0 20%;
	max-width: 20%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}

.devices-item__wrap {
	position: relative;
	height: 100%;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding: var(--gap);
	z-index: 1;
}

.devices-item__image {
	height: calc(((var(--container) - var(--gap) * 4) / 5 - var(--gap) * 2 - 2px) / .88);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: var(--gap);
}

.devices-item__image img {
	max-height: calc(((var(--container) - var(--gap) * 4) / 5 - var(--gap) * 2 - 2px) / .88);
}

.devices-item__title {
	padding: 0 calc(var(--gap) / 3);
	font-size: var(--h4-size);
	font-weight: 600;
	line-height: 1.1428;
	color: var(--heading-color);
}



.brands-items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}

.brands-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}

.brands-item__image {
	position: relative;
	/*background: #F4F4F4;*/
	* background: #fff;
	border: 2px solid #F4F4F4;
	height: calc((var(--container) - var(--gap) * 5) / 6);
	padding: var(--gap);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.brands-item__image img {
	max-height: calc((var(--container) - var(--gap) * 5) / 6 - var(--gap) * 2);
}



.savings-section-inner.section {
	background: ;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
}

.savings-section-inner:before {
	content: '';
	background: url(images/man.png) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 289px;
	height: 471px;
	top: 5px;
	right: -120px;
	transform: rotate(-32deg);
	z-index: -1;
}

.savings-item.swiper-slide {
	width: calc((var(--container) - var(--gap) * 2) * .245);
}

.savings-item__wrap {
	position: relative;
	background: #F4F4F4;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	z-index: 1;
}

.savings-item__image {
	flex: calc(((var(--container) - var(--gap) * 2) * .245) / 1.5363);
	max-height: calc(((var(--container) - var(--gap) * 2) * .245) / 1.5363);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
}

.savings-item__text {
	min-height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: var(--gap) calc(var(--gap) * 1.333);
	font-size: var(--h5-size);
	font-weight: 600;
	color: var(--heading-color);
	line-height: 1.1428;
}



.singleBlog-wrap:after {
	content: '';
	clear: both;
	display: block;
}

.singleBlog-image {
	float: right;
	margin: 0 0 calc(var(--gap) * 1.5) calc(var(--gap) * 1.5);
	max-width: 680px;
}

.singleBlog-image img {
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}



.seo-content {
	font-size: var(--text-size-sm);
}

.seo-content h1 {
	font-size: var(--h2-size);
}

.seo-content h2 {
	font-size: var(--h3-size);
}

.seo-content h3 {
	font-size: var(--h4-size);
}

.seo-content h4 {
	font-size: var(--h5-size);
}

.seo-content h5 {
	font-size: var(--h6-size);
}

.seo-content h6 {
	font-size: var(--text-size);
}



.modalSchedule-phone {
	text-align: center;
	font-size: var(--h4-size);
	font-weight: 600;
	margin-bottom: calc(var(--gap) / 2);
}

.modalSchedule-phone a {
	display: inline-flex;
	align-items: center;
	gap: calc(var(--gap) / 3);
	color: var(--violet);
	text-decoration: none;
}

.modalSchedule-phone a:hover {
	color: var(--violet);
}

.modalSchedule-phone a:before {
	content: '';
	flex: 0 0 36px;
	max-width: 36px;
	width: 36px;
	height: 36px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
	background-color: var(--violet);
	transition: .5s;
}

.modalSchedule-phone a:hover:before {
	background-color: var(--violet);
}

.modalSchedule-sep {
	text-align: center;
	font-size: var(--text-size-sm);
	opacity: .5;
	margin-bottom: var(--gap);
}







.ti-widget.ti-goog .ti-widget-container {
	margin: 0 !important;
}


/* contact page */

.contact-section.section {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact-section .container {
	position: relative;
	height: 100%;
}

.contact-wrap {
	padding-bottom: 70px;
	max-height: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}

.contact-wrap>div {
	flex: 50% 0 0;
}

.contact__item address,
.contact__item .contact__phone a,
.contact__item .contact__email a,
.contact__item .contact__schedule {
	font-size: var(--h6-size);
}

.contact__item .contact__phone a,
.contact__item .contact__email a {
	color: var(--pink);
	text-decoration: none;
}

.contact-content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px;
	row-gap: 40px;
}

@media screen and (max-width:1099px) {
	.contact-content {
		grid-template-columns: repeat(1, 1fr);
		column-gap: 20px;
		row-gap: 20px;
	}
}

@media screen and (max-width:899px) {
	.contact-content {
		grid-template-columns: repeat(2, 1fr);
	}

	.contact-wrap {
		flex-wrap: wrap;
		gap: 100px;
	}

	.contact-wrap>div {
		flex: 100% 0 0;
	}
}

@media screen and (max-width:599px) {
	.contact-content {
		grid-template-columns: repeat(1, 1fr);
	}

	.contact_heading {
		margin-bottom: 5px;
	}
}

.contact__item.contact_item_map {
	grid-column: 1 / -1;

}

.contact_heading {
	margin-bottom: 20px;
	font-size: var(--text-size);
}

.contact-subheading {
	margin: 50px 0 0;
	font-size: var(--h4-size);
	font-weight: 300;
	line-height: 150%;
}

.contact-text {
	margin: 20px 0 var(--gap);
	white-space: pre-wrap;
	font-size: var(--h6-size);
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.contact-button {
	margin-top: var(--gap);
}

.soc-links.contact-soc {
	margin-top: 10px;
}

.contact__phone a,
.contact__email a {
	font-size: var(--h6-size);
	font-style: normal;
	font-weight: 500;
	color: var(--text-color);
}

.contact__email a {
	text-decoration: underline;
}

.contact__phone a:hover,
.contact__email a:hover {
	color: var(--primary-color)
}

.contact__phone span,
.contact__email span {
	margin-right: 10px;
	width: 24px;
	line-height: 0;
}

.contact__phone span svg,
.contact__email span svg {
	width: 21px;
	fill: var(--primary-color);
}

.contact-content .soc-links ul li a {
	background-color: var(--primary-color);
}

.contact-content .soc-links ul li a:hover svg path {
	fill: var(--white);
}

.contact-content .soc-links ul li a:hover {
	background-color: var(--bg-grey);
}

.contact-form .modal-heading {
	margin-bottom: var(--gap);
}

.contact-form form {
	margin: 0 auto;
	max-width: 600px;
}

.contact-form .form-field-button button {
	width: 100%;

}

body:not(.single-services) .service-only {
	display: none
}

.modal-indicator.hidden-form> :is(.modalSchedule-sep, .modalSchedule-phone, .modal-heading) {
	display: none
}

.cf7-block-message {
	margin: 0 auto;
	text-align: center;
	max-width: 500px;
}

.cf7-block-image {
	margin: 0 auto;
	max-width: 200px;
}

@media (max-width: 6000px) {

	.hero-content h1,
	.hero-content h2 {
		font-size: calc(var(--h1-size) * 1.33);
	}
}




@media (max-width: 1699px) {
	:root {
		--container: 1440px;
		--gap: 28px;
		--radius: 34px;

		--header-height: 100px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 52px;
		--h2-size: 50px;
		--h3-size: 48px;
		--h4-size: 29px;
		--h5-size: 25px;
		--h6-size: 23px;
	}

	.modal-heading h2 {
		font-size: var(--h3-size);
	}

	.header-menu {
		width: 450px;
	}
}



@media (max-width: 1599px) {
	:root {
		--container: 1440px;
		--gap: 28px;
		--radius: 34px;

		--header-height: 100px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 50px;
		--h2-size: 48px;
		--h3-size: 47px;
		--h4-size: 28px;
		--h5-size: 25px;
		--h6-size: 23px;
	}

	.container-px {
		padding-left: calc(var(--gap) * 1.5);
		padding-right: calc(var(--gap) * 1.5);
	}

	.blog-section .heading {
		max-width: 520px;
	}

	.main-menu {
		max-width: 100%;
	}

	.hero-section-inner {
		min-height: 720px;
	}

	.faq-item__head {
		font-size: var(--h6-size);
		min-height: 84px;
	}

	.faq-item__body {
		font-size: var(--text-size);
	}

	.info-section-inner.section {
		padding-top: calc(var(--gap) * 1.5);
		padding-bottom: calc(var(--gap) * 1.5);
	}

	.faq-section.section {
		padding-bottom: 140px;
	}

	.blog-item__date {
		font-size: var(--text-size-sm);
	}

	.hero-anchor-link {
		bottom: calc(var(--gap) * 1.5);
		right: calc(var(--gap) * 1.5);
	}
}



@media (max-width: 1440px) {
	:root {
		--container: calc(100vw - var(--gap) * 1.5 * 2);
		--gap: 20px;
		--radius: 24px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 48px;
		--h2-size: 46px;
		--h3-size: 44px;
		--h4-size: 27px;
		--h5-size: 24px;
		--h6-size: 23px;
	}

	.btn {
		min-height: 64px;
	}

	.main-menu {
		font-size: var(--text-size);
	}

	.hero-section-inner {
		min-height: 650px;
	}

	.hero-wrap {
		max-width: 830px;
		gap: calc(var(--gap) * 1.5);
	}

	.hero-description {
		font-size: var(--h5-size);
	}

	.hero-content h1,
	.hero-content h2 {
		font-size: calc(var(--h1-size) * 1.2);
	}

	.hero-anchor-link {
		width: 90px;
		height: 60px;
	}

	.blog-item__info {
		min-height: 145px;
	}

	.footer-logo img {
		max-height: 68px;
	}

	.info-content {
		font-size: var(--h6-size);
	}

	.faq-item__head {
		min-height: 80px;
	}

	.faq-section.section {
		padding-bottom: 90px;
	}

	.singleBlog-image {
		max-width: 50%;
	}

	.info-right:before {
		width: 52px;
		height: 60px;
		margin-bottom: calc(var(--gap) * 1.5);
	}

	.header-menu ul.main-menu {
		gap: var(--gap);
	}

	.video-wrap {
		min-height: 550px;
	}

	.page-template-page-about .hero-bg {
		height: 100vh;
	}

	.page-template-page-about .hero-section {
		height: auto;
	}

}

@media (max-width: 1399px) {

	.services-swiper {
		margin-right: 100px;
	}
}

@media (max-width: 1299px) {
	.contact-wrap>div {
		flex: 100% 0 0;
	}

	.contact-wrap {
		flex-wrap: wrap;
		gap: calc(var(--gap) * 2);
	}

	.services-swiper {
		margin-right: 0;
	}

	.heading h2,
	.heading h3 {
		font-size: var(--h2-size);
	}

	.footer-button {
		white-space: nowrap;
	}

	.header-menu .main-menu li a {
		font-size: var(--h4-size);
	}

	.header-logo img {
		max-height: 50px;
	}
}



@media (max-width: 1199px) {
	:root {
		--container: calc(100vw - var(--gap) * 1.5 * 2);
		--gap: 20px;
		--radius: 16px;

		--header-height: 92px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 42px;
		--h2-size: 40px;
		--h3-size: 38px;
		--h4-size: 24px;
		--h5-size: 21px;
		--h6-size: 19px;
	}

	.hero-wrap {
		max-width: 600px;
	}

	.hero-description:before {
		width: 55px;
		height: 55px;
	}

	.hero-bg {
		height: 1032px;
	}

	.main-menu {
		gap: var(--gap);
		font-size: var(--text-size-sm);
	}

	.header-phone {
		font-size: var(--text-size-sm);
	}

	.locations-wrap {
		min-height: inherit;
	}

	.footer {
		padding: 60px 0 40px;
	}

	.footer-widget:first-child {
		max-width: 220px;
	}

	.services-navigation {
		position: relative;
		left: 0;
		bottom: 0;
	}

	.services-swiper {
		margin-right: auto;
	}

	.about-item-image {
		height: 370px;
	}

	.googleReviews-section .heading {
		max-width: 450px;
	}

	.video-wrap .heading {
		max-width: 450px;
	}

	.experts-navigation {
		margin-top: -28px;
	}

	.blog-section .heading {
		max-width: 416px;
	}



}



@media (max-width: 991px) {
	:root {
		--container: calc(100vw - var(--gap) * 1.5 * 2);
		--gap: 16px;
		--radius: 12px;

		--header-height: 68px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 40px;
		--h2-size: 38px;
		--h3-size: 36px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}

	.header-address {
		display: none;
	}

	.heading br {
		display: none;
	}

	.section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.section-md {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.container-px {
		padding-left: var(--gap);
		padding-right: var(--gap);
	}

	.btn {
		min-height: 60px;
		padding: 22px 28px;
		height: 60px;
	}

	.header-wrap {
		gap: calc(var(--gap) * 1.5);
	}

	.hero-section {
		padding-top: calc(108px + 90px);
		max-height: 814px;
		height: 100vh;
	}

	.header-logo img {
		max-height: 45px;
	}

	.hero-bg {
		height: 935px;
	}

	.header-logo {
		flex: auto;
		max-width: 100%;
	}

	.main-menu {
		display: none;
	}

	.hero-section-inner {
		min-height: 480px;
	}

	.hero-wrap {
		max-width: 100%;
	}

	.hero-anchor-link {
		display: none;
	}

	.advantages-items {
		flex-wrap: wrap;
		justify-content: center;
	}

	.advantages-item__wrap {
		min-height: 1px;
	}

	.advantages-item {
		flex: 100% 0 0;
		max-width: 500px;
	}

	.swiper-navigation button {
		flex: 0 0 70px;
		max-width: 70px;
		width: 70px;
		height: 70px;
	}

	.about-wrap {
		flex-direction: column;
	}

	.about-item .heading {
		margin-bottom: 30px;
		max-width: 500px;
	}

	.about-item-image {
		height: 350px;
		width: 100%;
		flex: auto;
	}

	.about-wrap:nth-child(even) .about-item-image {
		order: 1;
	}

	.services-item__description {
		padding: 0 14px 0 30px;
	}

	.video-wrap {
		min-height: 410px;
	}

	.video-play {
		width: 82px;
		height: 82px;
	}

	.video-play:before {
		flex: 0 0 26px;
		max-width: 26px;
		height: 26px;
	}

	.experts-navigation {
		margin-top: -19px;
	}

	.experts-item__image {
		height: 412px;
	}

	.section-xl {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.blog-item,
	.blog-items .experts-item {
		flex: 0 0 calc(100% / 2);
		max-width: calc(100% / 2);
	}

	.blog-section .heading {
		max-width: 389px;
	}

	.blog-item__image {
		flex: 0 0 calc((var(--container) - var(--gap)) / 2 / 1.8);
		max-height: calc((var(--container) - var(--gap)) / 2 / 1.8);
	}

	.blog-item__info {
		min-height: inherit;
	}

	.blog-item__info {
		padding: 24px 0 0;
	}

	.banner-form {
		margin: 0 auto;
	}

	.footer {
		background-position: calc(100% + 306px) top;
	}

	.footer-widget:first-child {
		max-width: inherit;
		flex: auto;
		order: 1;
	}

	.footer-widget:last-child {
		order: 2;
	}

	.footer-wrap {
		flex-wrap: wrap;
		gap: calc(var(--gap) * 2) calc(var(--gap) * 1.5);
	}

	.footer-widget {
		flex: 0 0 calc(50% - var(--gap) * 1.5 / 2);
		max-width: calc(50% - var(--gap) * 1.5 / 2);
	}

	.footer-widget:last-child .footer-widget-title {
		display: none;
	}

	.footer-button {
		display: flex;
	}

	.info-section-inner.section,
	.video-section-inner {
		padding-top: var(--gap);
		padding-bottom: var(--gap);
	}

	.info-wrap {
		flex-direction: column;
		gap: calc(var(--gap) * 1.5);
	}

	.info-left,
	.info-right {
		flex: auto;
		max-width: 100%;
		padding: 0;
	}

	.info-image {
		height: calc(var(--container) / 1.75);
		min-height: 360px;
	}

	.info-content {
		font-size: var(--text-size);
	}

	.faq-left {
		display: none;
	}

	.faq-right {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.error-404-button .btn {
		width: auto;
	}

	.modalSchedule-phone a:before {
		flex: 0 0 30px;
		max-width: 30px;
		width: 30px;
		height: 30px;
	}

	.hero-content h1,
	.hero-content h2 {
		line-height: 1.2;
	}

	.page-template-page-about .video-section:before {
		display: none;
	}

	.footer-logo img {
		max-height: 50px;
	}
}



@media (max-width: 767px) {
	:root {
		--container: calc(100vw - var(--gap) * 1.5 * 2);
		--gap: 16px;
		--radius: 12px;

		--header-height: 68px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 34px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}

	.header,
	.admin-bar .header {
		top: 0;
	}

	.header-logo,
	.header-right {
		flex: auto;
		max-width: 100%;
	}

	.header-phone {
		display: none;
		position: fixed;
		bottom: 30px;
		right: 30px;
		border-radius: 100%;
		background: var(--purple);
	}

	.hero-description {
		gap: var(--gap);
	}

	.services-item__wrap {
		min-height: calc((var(--container) - var(--gap)) / 2 / .775);
	}

	.modal-dialog {
		max-width: var(--container);
	}

	.form-field-50 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.singleBlog-image {
		max-width: 100%;
		float: none;
		margin: 0 0 calc(var(--gap) * 1.5);
	}

	.error-404-number {
		font-size: calc(var(--h1-size) * 4);
	}

	.hero-description:before {
		width: 48px;
		height: 48px;
	}

	.home .hero-bg {
		height: 450px;
		top: auto;
		bottom: 0;
	}

	.advantages-item-row {
		margin-bottom: calc(var(--gap)*2);
	}

	.hero-section {
		padding-top: calc(50px + 90px);
		max-height: 736px;
		height: 100vh;
	}

	.services-section .container-px,
	.googleReviews-section .container-px {
		padding-top: 60px;
		padding-bottom: 60px;
		border-radius: 32px;
	}

	.services-section .heading,
	.services-section .heading .text-right-side,
	.googleReviews-section .heading,
	.googleReviews-section .heading .text-right-side {
		text-align: center;
	}

	.about-item .heading,
	.about-item .heading .text-right-side {
		text-align: left;
	}

	.text-center {
		display: block;
		text-align: left;
	}

	.about-item-image {
		height: 310px;
	}

	.video-wrap .heading {
		max-width: 310px;
	}

	.video-wrap {
		min-height: 312px;
	}

	.experts-navigation {
		margin-top: calc(var(--gap)*2);
		position: relative;
		right: 0;
	}

	.experts-item__image {
		height: 405px;
		border-radius: var(--radius);
	}

	.blog-section .heading {
		max-width: 290px;
	}

	.blog-item,
	.blog-items .experts-item {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.blog-item__image {
		flex: 0 0 calc((var(--container) - var(--gap)) / 2);
		max-height: calc((var(--container) - var(--gap)) / 2);
	}

	.banner-form .heading :is(h2, h3) {
		font-size: var(--h2-size);
	}

	.banner-section .container-px {
		padding: 16px;
		border-radius: 32px;
	}

	.instafeed-section .heading {
		max-width: 245px;
	}

	.heading {
		margin-bottom: 30px;
	}

	.footer {
		background-position: calc(100% + 306px) bottom;
	}

	.btn.btn-link {
		font-size: var(--text-size);
	}

	.quote-text {
		font-size: calc(var(--text-size) * 1.1);
	}

	.contact_heading {
		margin-bottom: 5px;
	}

	.header.fixed .header-inner {
		height: var(--header-height);
	}
}



@media (max-width: 500px) {
	:root {
		--container: 100vw;
		/* calc(100vw - var(--gap) * 1.5 * 2) */
		--gap: 16px;
		--radius: 12px;

		--header-height: 68px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}

	.header.fixed .header-inner {
		display: flex;
		align-items: center;
	}

	.header-wrap {
		width: 100%;
	}

	.header-logo img {
		max-height: 32px;
	}

	.header-menu {
		padding: 20px;
		right: calc(var(--gap) / 2);
		width: calc(var(--container) - var(--gap) * 2);
		box-sizing: border-box;
		border-radius: 24px;
	}

	.hero-buttons-row {
		gap: 12px;
	}

	.hero-section {
		padding-top: 100px;
	}

	.hero-description:before {
		width: 32px;
		height: 32px;
	}

	.hero-description {
		font-size: var(--text-size);
	}

	.hero-buttons-row {
		display: block;
	}

	.advantages-section:before {
		top: -222px;
	}

	.home .hero-bg {
		height: 370px;
		top: auto;
		bottom: 0;
	}

	.hero-content .text-right-side {
		display: inline;
		text-align: right;
	}

	.btn {
		font-size: var(--text-color);
		width: 100%;
	}

	.heading {
		margin-bottom: calc(var(--gap) * 2);
	}

	.heading h2 {
		font-size: var(--h2-size);
	}

	.hero-content h1,
	.hero-content h2 {
		font-size: var(--h1-size);
	}

	.hero-content h1 span[style*="#5053f5"]:before,
	.hero-content h2 span[style*="#5053f5"]:before {
		display: inline-block;
		height: calc(100% - 4px);
		bottom: 2px;
		width: 100%;
		left: 0;
	}

	.page-template-page-about .about-section {
		padding-top: 0;
	}

	.ananda-quote {
		padding: 20px;
		border-radius: 20px;
	}

	.quote-text {
		font-size: var(--text-sie);
		font-style: normal
	}

	.page-template-page-about .googleReviews-section,
	.page-template-page-about .instafeed-section {
		padding-top: 0;
	}

	.container-inner {
		margin-left: 0;
		margin-right: 0;
	}

	.video-section:before {
		bottom: -100px;
		height: 340px;
		background-size: cover;
	}

	.advantages-section {
		padding-top: 0;
	}

	.advantages-item__wrap {
		padding: 20px;
		border-radius: 20px;
	}

	/* .advantages-section .container-px,
    .benefits-section .container-px,
    .locations-section .container-px,
    .googleReviews-section .container-px,
    .faq-section .container-px,
    .seo-section .container-px {
    	padding-left: 0;
    	padding-right: 0;
    } */
	.advantages-item__image {
		width: 48px;
		height: 48px;
	}

	.advantages-item-row,
	.advantages-item__title {
		margin-bottom: var(--gap);
	}

	.advantages-item__content h3 {
		font-size: var(--h4-size);
	}

	.advantages-item__content h3 span[style*="#fc8527"] {
		display: inline-block;
	}

	.advantages-item__content h3 span[style*="#fc8527"]:before {
		height: 100%;
		bottom: 0;
	}

	.advantages-section:before {
		top: -131px;
		background-size: cover;
		height: 300px;
	}

	.services-section .container-px,
	.googleReviews-section .container-px {
		margin: 0 auto;
		padding-top: 30px;
		padding-bottom: 30px;
		border-radius: 24px;
		max-width: calc(var(--container) - var(--gap) * 3);
	}

	.video-section .container {
		margin: 0 auto;
		max-width: calc(var(--container) - var(--gap) * 3);

	}

	.home .video-section {
		padding: 0;
	}

	.video-wrap {
		min-height: 244px;
	}

	.video-play {
		width: 48px;
		height: 48px;
	}

	.video-play:before {
		flex: 0 0 16px;
		max-width: 16px;
		height: 16px;
	}

	.video-wrap .heading {
		max-width: 226px;
	}

	.video-wrap .heading {
		bottom: 50%;
	}

	.video-wrap .heading h3 {
		font-size: 26px;
	}

	.services-item__wrap {
		padding: 8px 8px 20px 8px;
	}

	.swiper-navigation {
		justify-content: flex-start;
	}

	.swiper-navigation button:before {
		flex: 0 0 14px;
		max-width: 14px;
		width: 14px;
		height: 14px;
	}

	.services-item__image {
		border-radius: var(--radius);
		height: 186px;
	}

	.services-swiper {
		max-width: 264px;
		margin-left: 0;
	}

	.modal-content {
		padding: 55px calc(var(--gap) * 1.5) calc(var(--gap) * 1.5);
		margin: 0 auto;
		width: calc(100vw - var(--gap) * 3);
	}

	.experts-section .heading strong {
		display: block;
	}

	.experts-navigation {
		margin-top: -2px;
		position: absolute;
		top: 0;
		right: var(--gap);
	}

	.experts-section:before {
		bottom: -150px;
		height: 420px;
		background-size: cover;
	}

	.experts-swiper {
		max-width: 264px;
	}

	.blog-item__wrap {
		padding: 8px;
	}

	.experts-item__image {
		height: 318px;
	}

	.experts-item__title {
		padding: 14px 14px 6px;
	}

	.swiper-navigation button {
		flex: 0 0 48px;
		max-width: 48px;
		width: 48px;
		height: 48px;
	}

	.services-section {
		padding-top: 0;
	}

	.home .about-section {
		padding-top: 25px;
		background: none
	}

	.text-center {
		text-align: center;
	}

	.about-section .text-center {
		display: block;
		padding-left: 40px;
		text-align: left;
	}

	.blog-item {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.about-item-image {
		height: 230px;
	}

	.about-item .heading .text-right-side {
		padding-left: 40px;
	}

	.home .googleReviews-section {
		padding-top: 0;
		position: relative;
		z-index: 2;
	}

	.home .blog-section {
		/* padding-top: 0; */
		margin: 0 auto;
		width: calc(100vw - var(--gap) * 3);
	}

	.blog-item,
	.blog-items .experts-item {
		padding: 0;
	}

	.blog-item__image {
		height: 180px;
		border-radius: 12px;
	}

	.blog-item__more {
		width: 48px;
		height: 48px;
	}

	.blog-item__more:before {
		flex: 0 0 16px;
		max-width: 16px;
		height: 16px;
	}

	.blog-item__image {
		flex: 0 0 calc(var(--container) / 1.8);
		max-height: calc(var(--container) / 1.8);
	}

	.blog-item__info {
		padding: var(--gap);
	}

	.banner-section .container-px {
		padding: 16px;
		border-radius: 24px;
	}

	.banner-section .container-px {
		margin: 0 auto;
		width: calc(100vw - var(--gap) * 3);
		background-position: 81% center;
	}

	.banner-form {
		padding: 24px 16px;
		border-radius: 24px;
		max-width: 572px;
	}

	.footer-widget-title {
		margin-bottom: 16px;
	}

	.footer-menu li a,
	.footer-contacts-item a,
	.footer-contacts-item {
		font-size: 14px;
	}

	.footer-logo img {
		max-height: 32px;
	}

	.footer-widget:last-child {
		order: 0;
	}

	.footer-widget:nth-child(3) {
		order: 1;
	}

	.footer-widget:first-child {
		order: 2;
	}

	.footer-logo img {
		max-height: 50px;
	}

	.footer-logo {
		margin-bottom: var(--gap);
		text-align: center;
	}

	.footer-widget:first-child .footer-widget-title {
		display: none
	}

	.copyright-text {
		text-align: center;
	}

	.footer-widget:last-child .footer-widget-title {
		display: block;
	}

	.soc-links {
		justify-content: center;
	}

	.btn.btn-link {
		font-size: 12px;
		padding: 0;
		margin: 0;
		justify-content: flex-start;
	}

	.btn.btn-link {
		font-size: 12px;
	}

	.header .container-inner {
		margin: 0;
	}

	.header-inner {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	.modal-heading h2 {
		font-size: var(--h3-size);
	}

	.page-header-inner.container-px {
		padding-left: 0;
		padding-right: 0;
	}

	.post-template-default .page-body .container-px {
		padding-left: 0;
		padding-right: 0;
	}

	.hero-bg img {
		object-position: 70% center;
	}
}

@media (max-width: 400px) {

	.modal-content {
        padding: 55px 16px calc(var(--gap) * 1.5);
    }

}