@charset "UTF-8";

/* stylelint-disable */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
  ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	scroll-behavior: smooth;
}

/* Sections
  ========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
	margin: 0;
	/*
    Старые цвета
    --body-bg: #f7f3f0;
    --main-bg: #e1dad5;
    --cta-bg: #b5a642;
    --dark-bg: #1f2324;
    --main-color: #322d29;
    --second-color: #8f7965;
    --icon-color: #a88e77;
    --icon-cta-color: #a88e77; */

	--body-bg: #ecece8;
	--main-bg: #d8d9d2;
	--cta-bg: #8b8e77;
	--dark-bg: #2d2c23;
	--main-color: #322d29;
	--second-color: #8b8e77;
	--icon-color: #8b8e77;
	--icon-cta-color: #6f5224;
}

body#spb-site {
}

/**
* Render the `main` element consistently in IE.
*/

main {
	display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

/* Grouping content
  ========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
	font-size: 1em;
	/* 2 */
	font-family: monospace, monospace;
	/* 1 */
}

/* Text-level semantics
  ========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
	background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
	border-bottom: none;
	/* 1 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
	font-size: 1em;
	/* 2 */
	font-family: monospace, monospace;
	/* 1 */
}

/**
* Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
  ========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
	border-style: none;
}

/* Forms
  ========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	/* 2 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	font-family: inherit;
	/* 1 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
	/* 1 */
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
	/* 1 */
	text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
	display: table;
	/* 1 */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	color: inherit;
	/* 2 */
	white-space: normal;
	/* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
	vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
	overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
	outline-offset: -2px;
	/* 2 */
	-webkit-appearance: textfield;
	/* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	font: inherit;
	/* 2 */
	-webkit-appearance: button;
	/* 1 */
}

/* Interactive
  ========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
	display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
	display: list-item;
}

/* Misc
  ========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
	display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
	display: none;
}

/* stylelint-disable */

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */

@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal;
}

@-webkit-keyframes slide-back {
	0% {
		-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
		clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	}

	100% {
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
}

@keyframes slide-back {
	0% {
		-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
		clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	}

	100% {
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
}

@-webkit-keyframes slide-next {
	0% {
		-webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
		clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
	}

	100% {
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
}

@keyframes slide-next {
	0% {
		-webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
		clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
	}

	100% {
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
}

@-webkit-keyframes slide-next-2 {
	0% {
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}

	100% {
		-webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
		clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
	}
}

@keyframes slide-next-2 {
	0% {
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}

	100% {
		-webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
		clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
	}
}

@-webkit-keyframes fpFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fpFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@font-face {
	font-style: italic;
	font-weight: 300;
	font-family: "Merriweather";
	font-display: swap;
	src: url("../fonts/merriweather-lightItalic.woff2") format("woff2"), url("../fonts/merriweather-lightItalic.woff") format("woff");
}

@font-face {
	font-style: normal;
	font-weight: 400;
	font-family: "Euclid Flex";
	font-display: swap;
	src: url("../fonts/euclidflex-regular.woff2") format("woff2"), url("../fonts/euclidflex-regular.woff") format("woff");
}

@font-face {
	font-style: normal;
	font-weight: 300;
	font-family: "Euclid Flex";
	font-display: swap;
	src: url("../fonts/euclidflex-light.woff2") format("woff2"), url("../fonts/euclidflex-light.woff") format("woff");
}

@font-face {
	font-style: normal;
	font-weight: 100;
	font-family: "Euclid Flex";
	font-display: swap;
	src: url("../fonts/euclidflex-thin.woff2") format("woff2"), url("../fonts/euclidflex-thin.woff") format("woff");
}

@font-face {
	font-style: normal;
	font-weight: 300;
	font-family: "Euclid Square";
	font-display: swap;
	src: url("../fonts/euclidsquare-light.woff2") format("woff2"), url("../fonts/euclidsquare-light.woff") format("woff");
}

@font-face {
	font-style: normal;
	font-weight: 400;
	font-family: "Euclid Square";
	font-display: swap;
	src: url("../fonts/euclidsquare-regular.woff2") format("woff2"), url("../fonts/euclidsquare-regular.woff") format("woff");
}

@font-face {
	font-style: normal;
	font-weight: 500;
	font-family: "Euclid Square";
	font-display: swap;
	src: url("../fonts/euclidsquare-medium.woff2") format("woff2"), url("../fonts/euclidsquare-medium.woff") format("woff");
}

@font-face {
	font-style: normal;
	font-weight: 300;
	font-family: "KyivType";
	font-display: swap;
	src: url("../fonts/KyivTypeSans-Light.woff2") format("woff2");
}

@font-face {
	font-style: normal;
	font-weight: 400;
	font-family: "KyivType";
	font-display: swap;
	src: url("../fonts/KyivTypeSans-Regular.woff2") format("woff2");
}

@font-face {
	font-style: normal;
	font-weight: 500;
	font-family: "KyivType";
	font-display: swap;
	src: url("../fonts/KyivTypeSans-Medium.woff2") format("woff2");
}

@font-face {
	font-style: normal;
	font-weight: 400;
	font-family: "Inter";
	font-display: swap;
	src: url("../fonts/inter-regular.woff2") format("woff2"), url("../fonts/inter-regular.woff") format("woff");
}

@font-face {
	font-style: normal;
	font-weight: 400;
	font-family: "Highliner";
	font-display: swap;
	src: url("../fonts/highliner.woff2") format("woff2"), url("../fonts/highliner.woff") format("woff");
}

@font-face {
	font-style: normal;
	font-weight: 400;
	font-family: "Highliner";
	font-display: swap;
	src: url("../fonts/highliner.woff2") format("woff2"), url("../fonts/highliner.woff") format("woff");
}

@font-face {
	font-style: normal;
	font-weight: 300;
	font-family: "Highliner";
	font-display: swap;
	src: url("../fonts/highliner-light.woff2") format("woff2"), url("../fonts/highliner-light.woff") format("woff");
}

@font-face {
	font-style: normal;
	font-weight: 400;
	font-family: "";
	font-display: swap;
	src: url("../fonts/.woff2") format("woff2"), url("../fonts/.woff") format("woff");
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bath-card__slider-wrapper.back .swiper-slide-active {
	-webkit-animation: slide-back 0.8s ease;
	animation: slide-back 0.8s ease;
}

.title {
	margin: 0;
	font-family: "Euclid Square", "Arial", sans-serif;
	font-weight: 300;
	font-size: 3.5rem;
	line-height: 4rem;
}

.title .accent {
	font-weight: 300;
	font-size: 3.3125rem;
}

.title--xl {
	font-size: 4.5rem;
	line-height: 4.5rem;
}

.title--md {
	font-weight: 300;
	font-size: 3rem;
	line-height: 3.5rem;
}

.title--md .accent {
	font-size: 2.6875rem;
}

.title--md-2 {
	font-weight: 300;
	font-size: 3rem;
	line-height: 3.5rem;
}

.title--s {
	font-weight: 300;
	font-size: 2.128rem;
	line-height: 2.75rem;
}

.title--s .accent {
	font-size: 2.128rem;
}

.title--s-2 {
	font-family: "KyivType", "Arial", sans-serif;
	font-weight: 300;
	font-size: 2.375rem;
	line-height: 2.75rem;
	font-feature-settings: "ss01" on;
}

.title--xs {
	font-family: "KyivType", "Arial", sans-serif;
	font-weight: 400;
	font-size: 1.75rem;
	line-height: 2.125rem;
	font-feature-settings: "ss01" on;
}

.title--xs-1 {
	font-family: "KyivType", "Arial", sans-serif;
	font-weight: 400;
	font-size: 1.75rem;
	line-height: 2.125rem;
	font-feature-settings: "ss01" on;
}

.title--xs-2 {
	font-weight: 400;
	font-size: 1.75rem;
	line-height: 2.125rem;
}

.title--xxs {
	font-family: "KyivType", "Arial", sans-serif;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.625rem;
	font-feature-settings: "ss01" on;
}

.title--xxs-l {
	font-family: "KyivType", "Arial", sans-serif;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.625rem;
	font-feature-settings: "ss01" on;
}

.title--xxs-1 {
	font-family: "KyivType", "Arial", sans-serif;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.625rem;
	font-feature-settings: "ss01" on;
}

.title--xxs-2 {
	font-family: "KyivType", "Arial", sans-serif;
	font-weight: 500;
	font-size: 1.0625rem;
	line-height: 1.5rem;
	font-feature-settings: "ss01" on;
}

.title--xxs-3 {
	font-family: "KyivType", "Arial", sans-serif;
	font-weight: 500;
	font-size: 1.0625rem;
	line-height: 1.5rem;
	font-feature-settings: "ss01" on;
}

.title--xxs-4 {
	font-family: "KyivType", "Arial", sans-serif;
	font-weight: 500;
	font-size: 1.0625rem;
	line-height: 1.5rem;
	font-feature-settings: "ss01" on;
}

.title--white-with-accent {
	color: #ffffff;
}

.title--accent-rodeo-dust .accent {
	color: #c2a489;
}

.title--mobile {
	display: none;
}

.accent {
	font-family: "Merriweather", "Arial", serif;
	font-style: italic;
	line-height: inherit;
	color: var(--second-color);
}

.link {
	color: inherit;
	cursor: pointer;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.link[href]:hover {
	color: var(--second-color);
}

.link--white {
	color: #ffffff;
}

.link--hover-rodeo-dust[href]:hover {
	color: #c2a489;
}

.link--fw-500 {
	font-weight: 500;
}

.socials--with-border .socials__item {
	border-right: 1px solid rgba(50, 45, 41, 0.12);
}

.socials--with-border .socials__item:last-child {
	border-right: none;
}

.socials--with-border .socials__item:first-child {
	border-left: 1px solid rgba(50, 45, 41, 0.12);
}

.socials--rounded .socials__item {
	width: 3.5rem;
	height: 3.5rem;
	margin-right: 0.5rem;
}

.socials--rounded .socials__item:last-child {
	margin-right: 0;
}

.socials--rounded .socials__link {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
}

.socials--rounded .socials__link--whatsapp {
	color: #ffffff;
	background-color: #40c351;
}

.socials--rounded .socials__link--whatsapp .socials__icon {
	width: 1.125rem;
	height: 1.125rem;
}

.socials--rounded .socials__link--telegram {
	color: #ffffff;
	background-color: #26a3e2;
}

.socials--rounded .socials__link--telegram .socials__icon {
	width: 1.0625rem;
	height: 1.0625rem;
}

.socials--hover .socials__link {
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
	-o-transition: color 0.3s ease, background-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.socials--hover-squirrel .socials__link {
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
	-o-transition: color 0.3s ease, background-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.socials--square .socials__link {
	width: 100%;
	height: 100%;
}

.socials--square .socials__item .socials__link {
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
	-o-transition: color 0.3s ease, background-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.socials--invert .socials__link {
	color: #ffffff;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.socials--invert .socials__link--telegram {
	background-color: #26a3e2;
}

.socials--invert .socials__link--whatsapp {
	background-color: #40c351;
}

.socials--small .socials__item {
	width: 2.25rem;
	height: 2.25rem;
}

.socials--small .socials__icon {
	width: 1rem;
	height: 1rem;
}

:root {
	--body-bg: #ecece8;
	--main-bg: #d8d9d2;
	--cta-bg: #8b8e77;
	--dark-bg: #2d2c23;
	--main-color: #322d29;
	--second-color: #8b8e77;
	--icon-color: #8b8e77;
	--icon-cta-color: #6f5224;
}

body {
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem;
	font-family: "KyivType", "Arial", sans-serif !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

body {
	width: 100%;
	height: 100%;
	background-color: var(--body-bg);
	color: var(--main-color);
}

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

.text--white {
	color: #ffffff !important;
}

.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 1.25rem 2rem;
	color: #ffffff;
	font-weight: 500;
	font-size: 0.6875rem;
	line-height: 1rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	background-color: var(--cta-bg);
	border: none;
	border-radius: 1rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
	-o-transition: color 0.3s ease, background-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.fixed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-top: auto;
	border-top: 1px solid rgba(50, 45, 41, 0.12);
}

.fixed-bottom {
	width: 280px;
	margin-left: 40px;
	margin-bottom: 50px;
}

.fixed-contacts {
	background-color: var(--body-bg);
	display: flex;
	border-radius: 1rem 1rem 0 0;
	border: 1px solid rgba(50, 45, 41, 0.12);
}

.phone-link {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0 0 -1px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	padding-top: 1.1875rem;
	padding-bottom: 1.1875rem;
	padding-left: 1.1875rem;
	text-align: center;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	color: var(--main-color);
}

.socials {
	align-items: center;
	display: flex;
}

.socials-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
}

.socials-item {
	border-left: 1px solid rgba(50, 45, 41, 0.12);
	width: 3.5rem;
	height: 3.5rem;
	margin: -1px 0 0 0;
}

.socials__link {
	width: 100%;
	height: 100%;
	display: flex;
}

.socials__icon {
	width: 1.125rem;
	height: 1.125rem;
	margin: auto;
}

.fixed-bottom .btn {
	border-radius: 0 0 1rem 1rem;
	width: 100%;
}

.container {
	width: 100%;
	margin: 0 4rem 0 auto;
	padding: 0 4.25rem;
}

.page-content {
	padding: 0 0 0 19rem;
	overflow: hidden;
}

.banner {
	display: flex;
	flex-direction: column;
	position: relative;
	min-height: 100vh;
	min-height: calc(100 * var(--vh, 1vh));
	padding: 3.4375rem 0;
	color: #ffffff;
}

.banner .container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-grow: 1;
	position: relative;
}

.banner-bg {
	position: absolute;
	left: -19rem;
	top: 0;
	width: calc(100% + 19rem);
	height: 100%;
	background-color: #000000;
	z-index: -1;
}

.banner-bg img {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 0.5;
}

.banner-intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 auto 0;
}

.logo {
	position: absolute;
	left: -300px;
	top: 0;
	padding: 40px;
}

.subtitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 1rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-right: 12rem;
}

.subtitle::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 81 77' fill='none'%3E%3Cpath d='M48.7388 0L45.2698 32.8533L78.5717 23.6133L81 39.3556L49.0857 41.9222L69.7259 68.9578L54.8094 77L40.0664 47.0556L26.7109 77L11.2741 68.9578L31.5675 41.9222L0 39.3556L2.42827 23.6133L35.3833 32.8533L31.7409 0H48.7388Z' fill='%23322D29'/%3E%3C/svg%3E");
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 0.5rem 0 0;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.banner .subtitle::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 81 77' fill='none'%3E%3Cpath d='M48.7388 0L45.2698 32.8533L78.5717 23.6133L81 39.3556L49.0857 41.9222L69.7259 68.9578L54.8094 77L40.0664 47.0556L26.7109 77L11.2741 68.9578L31.5675 41.9222L0 39.3556L2.42827 23.6133L35.3833 32.8533L31.7409 0H48.7388Z' fill='%23fff'/%3E%3C/svg%3E");
}

.subtitle::after {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0.4375rem 0.5rem 0 0;
	width: 2.5rem;
	height: 1px;
	background-color: currentColor;
	opacity: 0.2;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.opening-hours {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
}

.opening-hours .text--small-caps {
	font-size: 12px;
	color: #fff;
}

.opening-hours svg {
	margin: 0 0.5rem 0.8rem 0;
}

.banner-info {
	position: relative;
	margin: 0 0 auto 0;
	padding: 0 0 0.625rem 0;
	z-index: 3;
}

.banner-text {
	margin-top: 188px;
	width: 700px;
}

.banner-text .title {
	font-family: "Euclid Square", "Arial", sans-serif;
}

.banner-text .accent {
	font-weight: 300;
	font-size: 3.3125rem;
	color: #ffffff;
}

.banner-text .text {
	padding-top: 2rem;
	line-height: 140%;
	font-size: 24px;
	font-feature-settings: "ss01" on;
}

.scroll-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0);
	border: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	position: relative;
	margin: 25px 0 -0.25rem;
	-ms-flex-item-align: start;
	align-self: flex-start;
	z-index: 1;
}

.scroll-btn .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.scroll-btn .text::before {
	content: "";
	margin: 0 0.75rem 0 0.75rem;
	width: 2.5rem;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
}

.address {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 auto 0;
	right: 20px;
	position: absolute;
	bottom: 10px;
}

.address-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-weight: 300;
	font-size: 0.9375rem;
	line-height: 1.375rem;
	color: #ffffff;
}
.address-accent {
	position: relative;
	font-feature-settings: "ss01" on;
}

.address-accent::before {
	content: "";
	position: absolute;
	bottom: -0.3125rem;
	left: 0;
	right: 0;
	/* width: 17rem; */
	height: 1px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='186' height='1' viewBox='0 0 186 1' fill='none'%3E%3Cline y1='0.5' x2='186' y2='0.5' stroke='white' stroke-dasharray='1 3'/%3E%3Cdiv xmlns='' id='divScriptsUsed' style='display: none'/%3E%3Cscript xmlns='' id='globalVarsDetection' src='chrome-extension://cmkdbmfndkfgebldhnkbfhlneefdaaip/js/wrs_env.js'/%3E%3Cscript xmlns=''/%3E%3C/svg%3E");
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.who-are-we {
	padding-top: 100px;
}

.who-are-we .subtitle {
	margin-right: 8.5rem;
	min-width: fit-content;
}

.who-are-we__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.who-are-we__heading {
	padding-bottom: 64px;
}

.who-are-we__heading .title {
	font-family: "Euclid Square", "Arial", sans-serif !important;
	font-size: 34px;
	width: 900px;
	padding-bottom: 24px;
}

.who-are-we__heading .text {
	font-size: 15px;
	line-height: 24px;
	font-feature-settings: "ss01" on;
}

.who-are-we__item {
	background-color: #fff;
	width: 100%;
	height: 130px;
	margin-bottom: 21px;
	display: flex;
	align-items: center;
	border-radius: 1rem;
}

.who-are-we__item-img {
	padding-left: 30px;
}

.who-are-we__item-img img {
	border-radius: 50%;
}

.who-are-we__item-text {
	font-family: "Euclid Square", "Arial", sans-serif !important;
	padding-left: 30px;
	padding-right: 70px;
	font-size: 14px;
	line-height: 130%;
}

.who-are-we__item-text span {
	color: #322d29b2;
}

.baths {
	padding-top: 100px;
}

.baths__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.baths__heading {
	padding-bottom: 64px;
}

.baths__heading .title {
	padding-bottom: 24px;
}

.baths__heading .text {
	line-height: 24px;
	font-feature-settings: "ss01" on;
}

.bath-card__content .text {
	font-feature-settings: "ss01" on;
}

.baths__wrapper {
	padding-bottom: 64px;
}

.swiper-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.baths__navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end; */
	margin: 0px 5.69rem 3rem 27.4375rem;
}

.baths__slider {
	list-style: none;
	margin: 0;
	padding: 0;
}

.baths__slide {
	opacity: 0 !important;
	position: relative;
	width: 100%;
}

.baths__slide.swiper-slide-active {
	opacity: 1 !important;
}

.bath-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 1rem;
	width: 100%;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.bath-card__img-wrapper {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50%;
	height: 500px;
	background-color: #000000;
	z-index: 0;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.baths__wrapper.back .baths__slide.swiper-slide-active .bath-card__img-wrapper {
	-webkit-animation: slide-next 1s ease-in-out;
	animation: slide-next 1s ease-in-out;
}

.baths__wrapper.next .baths__slide.swiper-slide-active .bath-card__img-wrapper {
	-webkit-animation: slide-next 1s ease-in-out;
	animation: slide-next 1s ease-in-out;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.baths__slide .title,
.baths__slide .text--small-2 {
	opacity: 0;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.baths__slide.swiper-slide-active .title,
.baths__slide.swiper-slide-active .text--small-2 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.bath-card__slider-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}

.swiper-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.bath-card__nav-btn {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	padding: 0;
	border: none;
	cursor: none;
	z-index: 5;
	background-color: rgba(255, 255, 255, 0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.bath-card__nav-btn--prev {
	left: 0;
}

.bath-card__nav-btn--next {
	right: 0;
}

.bath-card__nav-icon {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	background-color: #ffffff;
	opacity: 0;
	z-index: 7;
	pointer-events: none;
	will-change: transform;
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.scroll-btn__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 12px 0 0;
	width: 3.5rem;
	height: 3.5rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

@media (hover: hover), screen and (min-width: 0\0) {
	.bath-card__nav-btn:hover ~ .bath-card__nav-icon {
		opacity: 1;
	}
	.scroll-btn:hover .scroll-btn__icon {
		background-color: #ffffff;
	}

	.scroll-btn:hover .scroll-btn__icon svg path {
		stroke: var(--second-color);
	}

	.socials--square .socials__item .socials__link:hover.socials__link--whatsapp,
	.socials--square .socials__item .socials__link:focus.socials__link--whatsapp {
		color: #ffffff;
		background-color: #40c351;
	}
}

.bath-card__slide {
	position: relative;
	z-index: 2;
}

.bath-card__slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.bath-card__slider-wrapper.back .swiper-slide-next,
.bath-card__slider-wrapper.back .swiper-slide-duplicate-next {
	z-index: 3;
}

.bath-card__slider-wrapper.back .swiper-slide-prev,
.bath-card__slider-wrapper.back .swiper-slide-duplicate-prev {
	z-index: -1;
}

.bath-card__slider-wrapper.next .swiper-slide-active {
	-webkit-animation: slide-next 0.8s ease;
	animation: slide-next 0.8s ease;
}

.bath-card__slider-wrapper.prev .swiper-slide-active {
	-webkit-animation: slide-back 0.8s ease;
	animation: slide-back 0.8s ease;
}

.bath-card__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 32px 32px 0 32px;
	width: 50%;
	background-color: #ffffff;
	position: relative;
}

.bath-card__top {
	width: 100%;
	margin: 90px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.bath-card__info span {
	display: block;
	text-align: start;
}

.baths__slide .title--md-2 {
	padding-bottom: 32px;
}

.bath-card .title--xxs-2 {
	margin: 0 0 0.125rem 0;
}

.bath-card__content .text {
	color: #322d29b2;
	font-size: 12px;
	line-height: 16px;
}

.baths__slide.swiper-slide-active .title,
.baths__slide.swiper-slide-active .text--small-2 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.baths__wrapper.back .baths__slide.swiper-slide-active .bath-card__img-wrapper {
	-webkit-animation: slide-next 1s ease-in-out;
	animation: slide-next 1s ease-in-out;
}

.baths__wrapper.back .baths__slide.swiper-slide-next {
	z-index: 3;
}

.baths__wrapper.back .baths__slide.swiper-slide-prev {
	z-index: -1;
}

.baths__wrapper.next .baths__slide.swiper-slide-active .bath-card__img-wrapper {
	-webkit-animation: slide-next 1s ease-in-out;
	animation: slide-next 1s ease-in-out;
}

.baths__wrapper.next .baths__slide.swiper-slide-next {
	z-index: -1;
}

.baths__wrapper.next .baths__slide.swiper-slide-prev {
	z-index: 3;
}

.baths__slider {
	list-style: none;
	margin: 0;
	padding: 0;
}

.baths__slide {
	opacity: 0 !important;
	position: relative;
	width: 100%;
}

.baths__slide.swiper-slide-active {
	opacity: 1 !important;
}

.baths__slide .title,
.baths__slide .text--small-2 {
	opacity: 0;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.baths__slide.swiper-slide-active {
	z-index: 4;
}

.baths__slide.swiper-slide-active .title,
.baths__slide.swiper-slide-active .text--small-2 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.bath-card__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% + 0.5rem);
	margin: 1.5rem -2rem 0 -2rem;
	position: absolute;
	bottom: 0;
}

.bath-card__links .btn {
	width: 100%;
	border-radius: 0;
}

.bath-card__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	position: absolute;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1.875rem;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 6;
}

.bath-card__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	position: relative;
	width: 0.3125rem;
	height: 0.3125rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 0.875rem 0 0;
	background-color: #ffffff;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0.3;
}

.bath-card__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
	opacity: 1;
}

.bath-card__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet::after {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	content: "";
	width: 1.0625rem;
	height: 1.0625rem;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.bath-card__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active::after {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.btn-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.6875rem 0.9375rem;
	min-width: max-content;
	font-weight: 500;
	font-size: 0.6875rem;
	line-height: 1rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	background-color: var(--cta-bg);
	color: #ffffff !important;
	border: none;
	border-radius: 0.75rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
	-o-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.text--small-caps {
	font-weight: 500;
	font-size: 0.6875rem;
	line-height: 1rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--main-color);
}

.baths__navigation .btn-tab {
	margin: 0 8px 0 0;
	padding: 12px 16px;
}

.btn-tab::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 81 77' fill='none'%3E%3Cpath d='M48.7388 0L45.2698 32.8533L78.5717 23.6133L81 39.3556L49.0857 41.9222L69.7259 68.9578L54.8094 77L40.0664 47.0556L26.7109 77L11.2741 68.9578L31.5675 41.9222L0 39.3556L2.42827 23.6133L35.3833 32.8533L31.7409 0H48.7388Z' fill='%23fff'/%3E%3C/svg%3E");
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 0.5rem 0 0;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	background-color: none;
}

.btn-tab:hover {
	background-color: #fff;
	color: var(--main-color) !important;
}

.btn-tab:hover::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 81 77' fill='none'%3E%3Cpath d='M48.7388 0L45.2698 32.8533L78.5717 23.6133L81 39.3556L49.0857 41.9222L69.7259 68.9578L54.8094 77L40.0664 47.0556L26.7109 77L11.2741 68.9578L31.5675 41.9222L0 39.3556L2.42827 23.6133L35.3833 32.8533L31.7409 0H48.7388Z' fill='%23322D29'/%3E%3C/svg%3E");
}

.btn-tab.is-active {
	background-color: #ffffff;
	border-color: #ffffff;
	color: var(--main-color) !important;
}

.btn-tab.is-active::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 81 77' fill='none'%3E%3Cpath d='M48.7388 0L45.2698 32.8533L78.5717 23.6133L81 39.3556L49.0857 41.9222L69.7259 68.9578L54.8094 77L40.0664 47.0556L26.7109 77L11.2741 68.9578L31.5675 41.9222L0 39.3556L2.42827 23.6133L35.3833 32.8533L31.7409 0H48.7388Z' fill='%23322D29'/%3E%3C/svg%3E");
}

.bath-card__text-mobil {
	display: none;
}

.baths-test {
	position: relative;
}

.baths-test-img {
	border-radius: 40px;
}

.baths__heading .title {
	width: 500px;
}

.baths-test-img img {
	width: 100%;
	object-fit: cover;
	border-radius: 40px;
	height: 266px;
}

.baths-test-content {
	position: absolute;
	top: 0;
	color: #fff;
	padding: 40px;
	align-content: space-between;
	display: grid;
	height: 100%;
}

.baths-test-content .title {
	font-family: "ABeeZee", sans-serif;
	font-weight: 400;
}

.baths-test-content .accent {
	color: #fff;
	font-size: 2rem;
}

.btn-test {
	width: 178px;
	height: 56px;
	border-radius: 1rem;
}

.key-features {
	padding-top: 100px;
}

.key-features__heading {
	padding-bottom: 64px;
}

.key-features__heading .text {
	padding-top: 24px;
	font-feature-settings: "ss01" on;
}

.key-features__top {
	display: flex;
}

.key-features__item {
	background-color: #fff;
	border-radius: 2rem;
	padding: 2rem;
	height: 250px;
	display: grid;
	align-content: space-between;
	margin-bottom: 1.5rem;
}

.key-features__item-text {
	font-size: 17px;
	line-height: 24px;
	width: 15rem;
	font-feature-settings: "ss01" on;
}

.faq {
	padding-top: 100px;
}

.faq__top {
	display: flex;
}

.faq__heading {
	padding-bottom: 64px;
}

.accordion {
	--bs-accordion-color: var(--bs-body-color);
	--bs-accordion-bg: var(--bs-body-bg);
	--bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
	--bs-accordion-border-color: var(--bs-border-color);
	--bs-accordion-border-width: var(--bs-border-width);
	--bs-accordion-border-radius: var(--bs-border-radius);
	--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
	--bs-accordion-btn-padding-x: 1.25rem;
	--bs-accordion-btn-padding-y: 1rem;
	--bs-accordion-btn-color: var(--bs-body-color);
	--bs-accordion-btn-bg: var(--bs-accordion-bg);
	--bs-accordion-btn-icon: url(
		data:image/svg + xml,
		%3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="none"stroke="%23212529"stroke-linecap="round"stroke-linejoin="round"%3e%3cpathd="M2 5L8 11L14 5"/%3e%3c/svg%3e
	);
	--bs-accordion-btn-icon-width: 1.25rem;
	--bs-accordion-btn-icon-transform: rotate(-180deg);
	--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
	--bs-accordion-btn-active-icon: url(
		data:image/svg + xml,
		%3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="none"stroke="%23052c65"stroke-linecap="round"stroke-linejoin="round"%3e%3cpathd="M2 5L8 11L14 5"/%3e%3c/svg%3e
	);
	--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	--bs-accordion-body-padding-x: 1.25rem;
	--bs-accordion-body-padding-y: 1rem;
	--bs-accordion-active-color: var(--bs-primary-text-emphasis);
	--bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion__list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Euclid Square", "Arial", sans-serif;
}

.accordion__item {
	position: relative;
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-top: 1px solid rgba(50, 45, 41, 0.12);
	font-family: "Euclid Square", "Arial", sans-serif;
}

.accordion__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	padding-right: 0;
	font-family: "Euclid Square", "Arial", sans-serif;
}

.accordion__heading .text--body,
.title--xxs-2 {
	font-family: "Euclid Square", "Arial", sans-serif;
}

.accordion__heading .text--body {
	font-weight: 500;
	font-size: 11px;
	line-height: 16px;
}

[data-accordion="button"] {
	position: relative;
	padding-right: 1.25rem;
}

.accordion__item-stage {
	width: 30%;
	margin: 0;
	position: relative;
	padding-left: 0.8125rem;
	color: var(--main-color);
	font-family: "Euclid Square", "Arial", sans-serif;
}

.accordion__item-stage::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 81 77' fill='none'%3E%3Cpath d='M48.7388 0L45.2698 32.8533L78.5717 23.6133L81 39.3556L49.0857 41.9222L69.7259 68.9578L54.8094 77L40.0664 47.0556L26.7109 77L11.2741 68.9578L31.5675 41.9222L0 39.3556L2.42827 23.6133L35.3833 32.8533L31.7409 0H48.7388Z' fill='%23B5A642'/%3E%3C/svg%3E");
	margin: 0 1.9rem 1.2rem 0;
}

.accordion__item-name {
	width: 60.5%;
}

.accordion__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 3.5rem;
	height: 3.5rem;
	margin-left: auto;
	border-radius: 50%;
	color: rgba(50, 45, 41, 0.2);
	border: 1px solid currentColor;
	-webkit-transition: color 0.3s ease, background 0.3s ease;
	-o-transition: color 0.3s ease, background 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease;
}

.accordion__icon svg {
	color: var(--main-color);
	margin: auto;
	fill: rgba(255, 255, 255, 0);
	-webkit-transition: fill 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
	transition: fill 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease, fill 0.3s ease, color 0.3s ease;
	transition: transform 0.3s ease, fill 0.3s ease, color 0.3s ease;
	transition: transform 0.3s ease, fill 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
	width: 0.875rem;
	height: 0.4375rem;
}

.accordion__item.is-active .accordion__icon svg {
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}

.accordion__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

[data-accordion="content"] {
	max-height: 0;
	-webkit-transition: margin 1s ease-in-out 0.3s, max-height 0.7s ease-in-out 0.3s, opacity 0.7s ease-in-out;
	-o-transition: margin 1s ease-in-out 0.3s, max-height 0.7s ease-in-out 0.3s, opacity 0.7s ease-in-out;
	transition: margin 1s ease-in-out 0.3s, max-height 0.7s ease-in-out 0.3s, opacity 0.7s ease-in-out;
	overflow: hidden;
	opacity: 0;
}

.is-active [data-accordion="content"] {
	opacity: 1;
}

.accordion__text {
	width: 100%;
	margin-right: 3.625rem;
	padding-top: 3rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.text--body {
	font-weight: 300;
	font-size: 0.9375rem;
	line-height: 1.375rem;
}

.accordion__item.is-active .accordion__icon {
	color: var(--main-bg);
	background-color: currentColor;
}

.slider-reviews-img {
	padding-top: 100px;
}

.slider-reviews-img__top {
	display: flex;
}

.slider-reviews-img__heading {
	padding-bottom: 64px;
}

.slider-reviews-img__slide {
	width: 100%;
}

.slider-reviews-img__card-img img {
	width: 100%;
	height: 100%;
}

.slider-reviews-img__card-title {
	padding-top: 20px;
}

.slider-reviews-img__slider-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 64px;
}

.slider-reviews-img__caption.text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 1.0625rem 0 0;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.slider-reviews-img__caption.text::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 81 77' fill='none'%3E%3Cpath d='M48.7388 0L45.2698 32.8533L78.5717 23.6133L81 39.3556L49.0857 41.9222L69.7259 68.9578L54.8094 77L40.0664 47.0556L26.7109 77L11.2741 68.9578L31.5675 41.9222L0 39.3556L2.42827 23.6133L35.3833 32.8533L31.7409 0H48.7388Z' fill='%238C8E77'/%3E%3C/svg%3E");
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0.025rem 0 0 0.5rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.slider-reviews-img__caption.text::after {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	width: 52.55rem;
	height: 1px;
	margin: 0.125rem 0 0 0;
	background-color: rgba(50, 45, 41, 0.12);
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.slider-reviews-img__caption.text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 1.0625rem 0 0;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	font-feature-settings: "ss01" on;
}

.slider-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -1rem 0 0;
}

.slider-nav__btn {
	width: 3.5rem;
	height: 3.5rem;
	margin: 0 1rem 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--main-color);
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid rgba(50, 45, 41, 0.2);
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	-o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.slider-nav__btn svg {
	width: 1.25rem;
	height: 1.25rem;
}

.slider-nav__btn--next svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slider-reviews-text {
	padding-top: 100px;
}

.slider-reviews-text__top {
	display: flex;
}

.slider-reviews-text__heading {
	padding-bottom: 64px;
}

.slider-reviews-text__slider-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.slider-reviews-text__caption.text::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 81 77' fill='none'%3E%3Cpath d='M48.7388 0L45.2698 32.8533L78.5717 23.6133L81 39.3556L49.0857 41.9222L69.7259 68.9578L54.8094 77L40.0664 47.0556L26.7109 77L11.2741 68.9578L31.5675 41.9222L0 39.3556L2.42827 23.6133L35.3833 32.8533L31.7409 0H48.7388Z' fill='%238C8E77'/%3E%3C/svg%3E");
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0.025rem 0 0 0.5rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.slider-reviews-text__caption.text::after {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	width: 52.55rem;
	height: 1px;
	margin: 0.125rem 0 0 0;
	background-color: rgba(50, 45, 41, 0.12);
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.slider-reviews-text__caption.text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 1.0625rem 0 0;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	font-feature-settings: "ss01" on;
}

.slider-reviews-text__photo-container,
.slider-reviews-text__caption-container {
	padding-bottom: 2rem;
}

.slider-reviews-text__photo-container img {
	height: 56px;
	width: 56px;
	border-radius: 50%;
}

.slider-reviews-text__review-container {
	width: 827px;
}

.slider-reviews-text__review-container .text--body {
	font-size: 24px;
	line-height: 140%;
	font-feature-settings: "ss01" on;
}

.slider-reviews-text__slide {
	padding-bottom: 2rem;
}

.contacts {
	padding-top: 100px;
}

.contacts__top {
	display: flex;
}

.contacts__heading {
	padding-bottom: 64px;
}

.contacts__text p {
	width: 430px;
	font-feature-settings: "ss01" on;
}

.js-contact__button {
	height: fit-content;
	padding: 20px 48px;
}

.contacts__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.contacts__info {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 15rem;
	padding: 1.0625rem 0 0 0;
	margin: 0 3.75rem 0 0;
}

.contacts__address.text {
	margin: 0 0 2rem 0;
}

.contacts__button {
	position: relative;
	margin: 0.75rem 0 0 0;
	padding: 0;
	color: var(--main-color);
	background-color: rgba(255, 255, 255, 0);
	border: none;
	text-align: left;
	cursor: pointer;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.contacts__open.text {
	margin-bottom: 2rem;
	font-feature-settings: "ss01" on;
}

.hidden-xs {
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
}

.contacts__open .text--small {
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
	width: 100%;
	display: block;
	padding-bottom: 12px;
}

.contacts__call.btn {
	color: #ffffff;
	white-space: nowrap;
	padding-inline: 3rem;
}

.contacts__content-wrapper {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-radius: 1rem;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.contacts__img video {
	border-radius: 1rem;
}

.contacts__content.is-active {
	z-index: 2;
	-webkit-animation: slide-next 0.7s ease-in-out both;
	animation: slide-next 0.7s ease-in-out both;
}

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

.contacts__content .contacts__button {
	display: none;
}

.contacts__img {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 24.5vw;
	z-index: 0;
}

.contacts .swiper-slide {
	z-index: 0;
}

.contacts__img img,
.contacts__img video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	pointer-events: none;
}

.contacts__navigation {
	position: absolute;
	bottom: 1.5rem;
	left: 1.5rem;
	z-index: 4;
	display: none;
}

.contacts__content.is-active .contacts__navigation {
	-webkit-animation: fade-in-bottom 0.7s ease-in-out 0.6s both;
	animation: fade-in-bottom 0.7s ease-in-out 0.6s both;
}

.contacts__text {
	display: flex;
	gap: 30px;
	padding-top: 24px;
}

.soc-icon__mobile {
	display: none;
}

.contacts__phone-block {
	display: none;
}

.bath-card__info-block {
	display: none;
}

@media (hover: hover), screen and (min-width: 0\0) {
	.btn:hover {
		background-color: var(--icon-color);
		color: #ffffff;
	}
}

.footer {
	padding: 2.5rem 0 1.5rem 19rem;
	background-color: rgba(255, 255, 255, 0);
	overflow: hidden;
}

.footer__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid rgba(50, 45, 41, 0.12);
	border-radius: 1rem;
	background-color: #f7f3f0;
	height: 194px;
}

.footer__yandex-place {
	margin-right: 1.5rem;
	border-right: 1px solid rgba(50, 45, 41, 0.12);
	padding: 2rem;
}

.footer__yandex-place .link {
	display: block;
	line-height: 0;
}

.footer__yandex-place .yandex {
	width: 16.85rem;
	height: 3.425rem;
}

.footer__text-articles_mob {
	display: none;
}

.footer__text {
	margin: 0;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.125rem;
}

.footer__text-articles_mob a {
	color: rgba(50, 45, 41, 0.7);
}

.footer__text.footer__text-articles {
	display: flex;
}
.footer-link__icon {
	margin-top: 2rem;
	margin-right: 2rem;
}

.footer__copyright {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	margin: 0;
	padding-right: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2rem;
	color: var(--main-color);
}

.footer__text-articles_mob {
	display: none;
}

.footer__copyright > .footer__text,
.footer__author > .footer__text,
.footer__rights > .footer__text {
	color: rgba(50, 45, 41, 0.7);
}

.greencow {
	display: none;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.greencow__footnate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.greencow__footnate-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 300;
	font-size: 13px;
	line-height: 18px;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
}

.greencow__footnate-link svg {
	margin-right: 40px;
	width: 20px;
	height: 20px;
	fill: var(--main-color);
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
}

.footer__author > .footer__text {
	text-align: end;
	padding-right: 0;
}

.fixed-btn-mob,
.phone-link-mob,
.socials-item:first-child {
	display: none;
}

.contacts__content.is-active .contacts__button {
	display: none;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.bath-card__link {
	display: none;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.map {
	position: relative;
	height: 100%;
}

.map__inner {
	width: 100%;
	height: 22rem;
	height: 28.8vw;
}

.contacts .map {
	position: absolute;
}

.map__inner {
	width: 100%;
	height: 22rem;
	height: 470px;
}

.map.is-active {
	display: block;
	z-index: 1000;
	-webkit-animation: slide-back 0.7s ease-in-out both;
	animation: slide-back 0.7s ease-in-out both;
}

.contacts__map {
	width: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.modal::-webkit-scrollbar {
	display: none;
}

.modal__wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 100%;
	padding: 3.75rem 2.5rem 3.75rem 19rem;
}

.modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.modal__content {
	position: relative;
	width: 43.75rem;
	padding: 2.1875rem 2.5rem 2.5rem 2.5rem;
	border-radius: 1rem;
	overflow: hidden;
	background-color: #ffffff;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.modal__close-btn {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	padding: 0;
	background-color: var(--icon-color);
	color: #ffffff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	-o-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.modal__close-btn svg {
	width: 0.95rem;
	height: 0.95rem;
}

.modal--responsive .modal__content {
	width: 100%;
}

.modal--fit-content .modal__content {
	width: auto;
}

.modal--no-scale {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.modal--preload {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.modal--map .modal__content {
	padding: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 69.7vw;
}

.modal--map .map__inner {
	height: 38vw;
}

.modal--map .modal__content {
	padding: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 69.7vw;
}

.modal--map .modal__close-btn {
	top: 2.25rem;
	right: 4.25rem;
	color: var(--main-color);
	background: #ffffff;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: flex;
	/* display: none; */
	flex-direction: column;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-color: rgba(0, 0, 0, 0.5);
	/* transform: scale(1.2); */
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
	pointer-events: none;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.modal--map {
	background-color: rgba(0, 0, 0, 0.7);
	transition: opacity 1.3s ease, transform 1s ease, visibility 0.5s ease;
	transition-delay: 1.1s;
}

.modal.is-active {
	/* display: block; */
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.modal__content__bg {
	background: #fff;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	transform-origin: right bottom;
	/* Точка трансформации всегда в нижнем левом углу */
	transform: scale(1, 1);
	/* Изначально скрыт */
	transition: transform 1s ease;
}

.modal--map.is-active .modal__content__bg {
	transform: scale(0, 0);
	transform-origin: right bottom;
	/* Раскрывается из нижнего левого угла */
}

/* При закрытии просто возвращаем scale(0, 0) с тем же transform-origin */
.modal--map:not(.is-active) .modal__content__bg {
	transform: scale(1, 1);
	transform-origin: left top;

	/* Схлопывается обратно в нижний левый угол */
}

.address-icon {
	position: absolute;
	display: block;
	left: -2.25rem;
	top: calc(100% - 0.75rem);
	width: 3.5rem;
	height: 3.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	border-radius: 1.75rem;
	background-color: var(--icon-color);
	z-index: 2;
	-webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
	transform: translate(-50%, -50%) translate3d(0, 0, 0);
	-webkit-transform-origin: right center;
	transform-origin: right center; /* Anchor scaling to the right */
	will-change: transform, width, height;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease, left 1s ease, top 1s ease, width 1s ease, height 1s ease, border-radius 1s ease, z-index 0s;
	-o-transition: background-color 0.3s ease, color 0.3s ease, left 1s ease, top 1s ease, width 1s ease, height 1s ease, border-radius 1s ease, z-index 0s;
	transition: background-color 0.3s ease, color 0.3s ease, left 1s ease, top 1s ease, width 1s ease, height 1s ease, border-radius 1s ease, z-index 0s;
	-webkit-transition-delay: 0s, 0s, 0.7s, 0.7s, 0.7s, 0.7s, 0.7s, 1s;
	-o-transition-delay: 0s, 0s, 0.7s, 0.7s, 0.7s, 0.7s, 0.7s, 1s;
	transition-delay: 0s, 0s, 0.7s, 0.7s, 0.7s, 0.7s, 0.7s, 1s;
}

.address.is-open .address-icon {
	width: 69.7vw;
	height: 38vw;
	border-radius: 1rem;
	left: -400px;
	top: -400px;
	pointer-events: none;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 0);
	-webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
	transform: translate(-50%, -50%) translate3d(0, 0, 0);
	-webkit-transform-origin: right center;
	transform-origin: right center; /* Maintain right-side scaling */
	-webkit-transition: background-color 0.3s ease, color 0.3s ease, left 1s ease, top 1s ease, width 1s ease, height 1s ease, border-radius 1s ease, z-index 0s;
	-o-transition: background-color 0.3s ease, color 0.3s ease, left 1s ease, top 1s ease, width 1s ease, height 1s ease, border-radius 1s ease, z-index 0s;
	transition: background-color 0.3s ease, color 0.3s ease, left 1s ease, top 1s ease, width 1s ease, height 1s ease, border-radius 1s ease, z-index 0s;
	-webkit-transition-delay: 1.8s, 0s, 0s, 0s, 0s, 0s, 0s, 0s;
	-o-transition-delay: 1.8s, 0s, 0s, 0s, 0s, 0s, 0s, 0s;
	transition-delay: 1.8s, 0s, 0s, 0s, 0s, 0s, 0s, 0s;
}

.address-icon svg {
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.address.is-open .address-icon svg {
	opacity: 0;
}

@media (max-width: 1600px) {
	/* .who-are-we .subtitle {
		min-width: 11rem;
	} */

	.who-are-we__heading .title {
		width: auto;
	}
}

@media (max-width: 1550px) {
	.baths__navigation {
		margin: 0px 5.69rem 3rem 20.4375rem;
	}

	.bath-card__top {
		margin: 75px 0 0 0;
	}

	.slider-reviews-img__caption.text::after {
		width: 44.55rem;
	}
	.slider-reviews-text__caption.text::after {
		width: 44.55rem;
	}
}

@media (max-width: 1440px) {
	.slider-reviews-text__caption.text::after {
		width: 40.55rem;
	}

	.contacts__text p {
		width: auto;
	}

	.js-contact__button {
		height: fit-content;
		padding: 20px 45px;
		width: 100%;
	}

	.who-are-we__heading .title {
		width: auto;
	}

	.baths__navigation {
		margin: 0px 5.69rem 3rem 16.4375rem;
	}

	.bath-card__top {
		margin: 70px 0 0 0;
	}

	.slider-reviews-img__caption.text::after {
		width: 39.55rem;
	}
	.who-are-we .subtitle {
		margin-right: 8rem;
		width: auto;
	}
}

@media (max-width: 1366px) {
	.who-are-we .subtitle {
		margin-right: 4rem;
	}
	.slider-reviews-img__caption.text::after {
		width: 32.55rem;
	}
	.slider-reviews-text__caption.text::after {
		width: 32.55rem;
	}

	.footer__yandex-place .yandex {
		width: 11.85rem;
		height: 3.425rem;
	}

	/* .footer__text {
		width: 10rem;
	} */

	.subtitle {
		margin-right: 8rem;
	}

	.baths__navigation {
		margin: 0px 5.69rem 3rem 8.0375rem;
	}

	.key-features__item-text {
		width: auto;
		height: 4rem;
	}
}

@media (max-width: 1281px) {
	.baths__navigation {
		margin: -1px 5.69rem 3rem 5.7375rem;
	}

	.bath-card__top {
		margin: 35px 0 0 0;
	}

	.key-features__item-text {
		width: auto;
		height: 4rem;
	}

	.subtitle {
		margin-right: 7rem;
	}

	.swiper-backface-hidden .slider-reviews-img__group .swiper-slide {
		width: max-content !important;
	}

	.slider-reviews-img__caption.text::after {
		width: 30.55rem;
	}

	.slider-reviews-text__caption.text::after {
		width: 30.55rem;
	}
}

@media (max-width: 1100px) {
	.container {
		padding: 0 24px;
		margin: 0 auto;
	}
	.page-content {
		padding: 0;
	}

	.logo {
		left: 0;
	}

	.opening-hours {
		display: none;
	}

	.banner-intro .subtitle {
		right: -160px;
		position: absolute;
	}

	.who-are-we__top,
	.baths__top,
	.key-features__top,
	.faq__top,
	.slider-reviews-img__top,
	.slider-reviews-text__top,
	.contacts__top {
		display: block;
	}

	.who-are-we__heading .title {
		width: auto;
	}

	.who-are-we,
	.key-features,
	.faq,
	.slider-reviews-img,
	.slider-reviews-text,
	.contacts {
		padding-top: 74px;
	}
	.baths {
		padding-top: 53px;
	}

	.who-are-we .subtitle,
	.baths .subtitle,
	.key-features .subtitle,
	.faq .subtitle,
	.slider-reviews-img .subtitle,
	.slider-reviews-text .subtitle,
	.contacts .subtitle {
		padding-bottom: 24px;
	}

	.who-are-we__item {
		height: 210px;
		padding: 20px;
		display: grid;
		align-content: space-between;
	}

	.who-are-we__item-img {
		padding-left: 0;
	}

	.who-are-we__item-text {
		padding-left: 0;
		padding-right: 0;
	}

	.baths__navigation {
		margin: 0px 5.69rem 3rem 0.1375rem;
	}

	.bath-card__content {
		padding: 14px 14px 0 14px;
	}

	.baths__slide.swiper-slide .title--md-2 {
		font-size: 36px;
	}

	.bath-card__top {
		margin: 25px 0 0 0;
	}

	.bath-card__links {
		width: calc(100% + 0rem);
		margin: 1.6rem -2.1rem 0 -0.9rem;
	}

	.key-features__item-text {
		width: auto;
	}

	.slider-reviews-img__caption.text::after {
		width: 20.55rem;
	}

	.slider-reviews-text__review-container {
		width: auto;
	}
	.slider-reviews-text__caption.text::after {
		width: 20.55rem;
	}

	.footer {
		padding: 2.5rem 0;
	}

	.footer .container {
		width: 100%;
		margin: 0 auto;
	}
}

@media (max-width: 1024px) {
	.banner-intro .subtitle {
		right: -100px;
	}
}

@media (max-width: 768px) {
	.banner-intro .subtitle {
		right: -85px;
	}
}

@media (max-height: 680px) and (min-width: 1280px) {
	.modal--map .modal__close-btn {
		top: 1rem;
		right: 0.375rem;
	}

	.modal--video .modal__close-btn {
		top: 1rem;
		right: 0.375rem;
	}
}

@media (max-height: 780px) and (min-width: 1440px) {
	.modal--map .modal__close-btn {
		top: 1.125rem;
		right: 2.25rem;
	}

	.modal--video .modal__close-btn {
		top: 1.125rem;
		right: 2.25rem;
	}
}

@media (max-width: 1279px) {
	.modal--map .modal__content {
		width: 720px;
	}
}

@media (max-width: 1023px) {
	.modal--map .modal__wrapper {
		padding: 0;
	}
}

.map {
	position: relative;
	height: 100%;
}

@media (max-width: 2560px) {
	.address.is-open .address-icon {
		left: -776px;
		top: -633px;
	}
}

@media (max-width: 1920px) {
	.address.is-open .address-icon {
		left: -448px;
		top: -287px;
	}
}

@media (max-width: 1600px) {
	.address.is-open .address-icon {
		left: -358px;
		top: -363px;
	}
}

@media (max-width: 1536px) {
	.address.is-open .address-icon {
		left: -326px;
		top: -345px;
	}
}

@media (max-width: 1440px) {
	.address.is-open .address-icon {
		left: -220px;
		top: -364px;
	}

	.address {
		right: 70px;
	}
}

@media (max-width: 1439px) {
	.address.is-open .address-icon {
		left: -279px;
		top: -364px;
	}
}

@media (max-width: 1366px) {
	.address.is-open .address-icon {
		left: -186px;
		top: -298px;
	}
}

@media (max-width: 1280px) {
	.address.is-open .address-icon {
		left: -141px;
		top: -147px;
	}
}

@media (max-width: 1279px) {
	.address.is-open .address-icon {
		left: -151px;
		width: 720px;
	}
}

@media (max-width: 1024px) {
	.address.is-open .address-icon {
		left: -24px;
		width: 720px;
		top: -298px;
	}
}

@media (max-width: 1023px) {
	.address.is-open .address-icon {
		left: -124px;
	}
}

@media (max-width: 834px) {
	.address.is-open .address-icon {
		left: -36px;
		top: -512px;
	}
}

@media (max-width: 820px) {
	.address.is-open .address-icon {
		left: -36px;
		top: -172px;
	}
}

@media (max-width: 810px) {
	.address.is-open .address-icon {
		left: -35px;
		top: -457px;
	}
}

@media (max-width: 768px) {
	.address.is-open .address-icon {
		left: -24px;
		width: 720px;
		top: -297px;
	}
}

@media (max-width: 767px) {
	.address.is-open .address-icon {
		position: absolute;
		display: block;
		left: -2.25rem;
		top: calc(100% - 0.75rem);
		width: 3.5rem;
		height: 3.5rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #ffffff;
		border-radius: 1.75rem;
		background-color: var(--icon-color);
		z-index: 2;
		-webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
		transform: translate(-50%, -50%) translate3d(0, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center; /* Anchor scaling to the right */
		will-change: transform, width, height;
		-webkit-transition: background-color 0.3s ease, color 0.3s ease, left 1s ease, top 1s ease, width 1s ease, height 1s ease, border-radius 1s ease, z-index 0s;
		-o-transition: background-color 0.3s ease, color 0.3s ease, left 1s ease, top 1s ease, width 1s ease, height 1s ease, border-radius 1s ease, z-index 0s;
		transition: background-color 0.3s ease, color 0.3s ease, left 1s ease, top 1s ease, width 1s ease, height 1s ease, border-radius 1s ease, z-index 0s;
		-webkit-transition-delay: 0s, 0s, 0.7s, 0.7s, 0.7s, 0.7s, 0.7s, 1s;
		-o-transition-delay: 0s, 0s, 0.7s, 0.7s, 0.7s, 0.7s, 0.7s, 1s;
		transition-delay: 0s, 0s, 0.7s, 0.7s, 0.7s, 0.7s, 0.7s, 1s;
	}

	.address.is-open .address-icon {
		position: relative;
		left: 23px;
		top: 26px;
	}
	.container {
		padding: 0 1rem;
	}
	.contacts--main .contacts__phone-block {
		display: block;
	}
	.fixed-btn-desctop,
	.phone-link {
		display: none;
	}

	.fixed-btn-mob,
	.socials-item:first-child {
		display: block;
	}

	.phone-link-mob {
		display: flex;
	}

	.path-whatsapp,
	.path-tg {
		fill: #322d29;
	}

	.socials-item:first-child {
		border-left: none;
	}

	.fixed-bottom .btn {
		border-radius: 0;
		width: 144px;
	}
	.fixed-contacts {
		background-color: #fff;
		display: flex;
		border-radius: 0;
		border: none;
		width: 100%;
		justify-content: space-between;
	}

	.fixed-bottom {
		width: 100%;
		margin-left: 0;
		margin-bottom: 0;
		display: -webkit-inline-box;
	}

	.phone-link {
		flex-grow: 0;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cpath d='M15.7441 10.6405C14.9313 9.98733 14.1858 9.6698 13.4648 9.6698C12.4219 9.6698 11.6709 10.3333 10.991 11.0129C10.9129 11.0912 10.8182 11.1276 10.6932 11.1276C10.1203 11.1277 9.11238 10.4102 7.69754 8.99521C6.03306 7.33061 5.40374 6.27189 5.82691 5.84856C6.97406 4.7018 7.33218 3.55219 5.57581 1.36787C4.94705 0.585298 4.33188 0.204956 3.69515 0.204956C2.83646 0.204956 2.18369 0.891354 1.60778 1.49701C1.50821 1.6017 1.41415 1.7006 1.32194 1.79282C0.671009 2.44369 0.671344 3.86337 1.32288 5.59067C2.03774 7.48587 3.44918 9.54751 5.29727 11.3959C6.72647 12.825 8.28153 13.9799 9.79444 14.7554C11.1153 15.4324 12.3965 15.7952 13.402 15.7952C13.4021 15.7952 13.4022 15.7952 13.4024 15.7952C14.0317 15.7952 14.5428 15.6579 14.8804 15.3787C15.5661 14.8118 16.8425 13.7616 16.834 12.5142C16.8293 11.8452 16.4627 11.2182 15.7441 10.6405Z' fill='%23322D29'/%3E%3C/svg%3E");
		height: 16px;
	}

	.socials-list {
		display: flex;
		justify-content: space-between;
	}
	.logo {
		left: 0;
		padding: 16px;
	}

	.banner-intro {
		margin: 0;
	}

	.banner-intro .subtitle {
		margin-right: 0;
		margin-top: 24px;
		position: relative;
		right: 0;
	}

	.opening-hours {
		display: none;
	}

	.banner-text {
		margin-top: 49px;
		width: 100%;
	}

	.banner-text .text {
		padding-top: 1.5rem;
		line-height: 140%;
		font-size: 20px;
	}

	.banner-text .title {
		font-size: 2rem;
		line-height: 40px;
	}

	.banner-text .accent {
		font-size: 2rem;
		line-height: 40px;
	}

	.mobile-banner__button {
		flex-direction: column-reverse;
		display: flex;
	}

	.address {
		position: static;
		top: 10rem;
		right: auto;
		width: 80%;
	}
	.scroll-btn {
		margin: 25px 0 1.75rem;
	}

	.address-accent::before {
		background-image: none;
	}

	.who-are-we,
	.key-features,
	.faq,
	.slider-reviews-img,
	.slider-reviews-text,
	.contacts {
		padding-top: 74px;
	}
	.baths {
		padding-top: 53px;
	}

	.who-are-we .subtitle,
	.baths .subtitle,
	.key-features .subtitle,
	.faq .subtitle,
	.slider-reviews-img .subtitle,
	.slider-reviews-text .subtitle,
	.contacts .subtitle {
		padding-bottom: 24px;
	}

	.title {
		width: auto !important;
	}

	.title--s,
	.title--s .accent {
		font-size: 32px !important;
	}

	.who-are-we__heading {
		padding-bottom: 40px;
	}

	.who-are-we__item {
		height: 210px;
		padding: 20px;
		display: grid;
		align-content: space-between;
	}
	.who-are-we__item-img {
		padding-left: 0;
	}
	.who-are-we__item-text {
		padding: 0;
	}

	.baths__wrapper {
		height: auto;
	}
	.baths__slide {
		height: 480px;
		width: calc(100% - 3.5rem);
		will-change: transform;
		opacity: 1 !important;
	}
	.bath-card {
		height: 100%;
	}
	.bath-card__img-wrapper {
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #000000;
		z-index: -1;
	}
	.bath-card__slider-wrapper {
		opacity: 0.5;
	}
	.bath-card__nav-btn {
		display: none;
	}
	.bath-card__slide {
		z-index: unset;
	}
	.baths__wrapper.back .baths__slide.swiper-slide-active .bath-card__img-wrapper {
		-webkit-animation: unset;
		animation: unset;
	}

	.baths__wrapper.back .baths__slide.swiper-slide-next {
		z-index: unset;
	}

	.baths__wrapper.back .baths__slide.swiper-slide-prev {
		z-index: unset;
	}

	.baths__wrapper.next .baths__slide.swiper-slide-active .bath-card__img-wrapper {
		-webkit-animation: unset;
		animation: unset;
	}

	.baths__wrapper.next .baths__slide.swiper-slide-next {
		z-index: unset;
	}

	.baths__wrapper.next .baths__slide.swiper-slide-prev {
		z-index: unset;
	}

	.baths__wrapper {
		width: calc(100% + size(48px));
		margin: 0 -1.5rem;
	}

	.bath-card__content {
		width: 100%;
		min-height: 30rem;
		padding: 1.75rem 1rem 0 1rem;
		background-color: rgba(255, 255, 255, 0);
		text-align: center;
		align-items: center;
	}

	.bath-card__top {
		margin: 0px 0 60px 0;
		display: none;
	}

	.bath-card .title--md-2 {
		margin: 0 0 1rem 0;
		color: #ffffff;
	}

	.baths__slide .title,
	.baths__slide .text--small-2 {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}

	.baths__slide.swiper-slide-active {
		z-index: unset;
	}

	.baths__slide.swiper-slide-active .title,
	.baths__slide.swiper-slide-active .text--small-2 {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
	}
	.bath-card .text--small-2 {
		margin: 0 0 1.5rem 0;
		color: #ffffff;
	}

	.bath-card__links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-item-align: end;
		align-self: flex-end;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: calc(100% + 0.5rem);
		margin: 0 -1.3rem 0 -1.5rem;
	}
	.bath-card__link.text {
		margin-bottom: auto;
		top: -130px;
		position: absolute;
	}
	.bath-card__mobilelink {
		display: block;
	}
	.bath-card__info-block {
		display: block;
		width: 100%;
		padding: 0 1.5rem;
		margin-bottom: 2.0625rem;
	}
	.bath-card__info-block .bath-card__info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0.75rem;
	}

	.bath-card .btn {
		width: 100%;
		margin: auto 0 0 0;
		position: relative;
		z-index: 3;
		padding: 20px 14px;
	}

	.bath-card__text-desktop {
		display: none;
	}

	.bath-card__text-mobil {
		display: block;
	}

	.baths__navigation {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow-x: auto;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		justify-self: auto;
		margin: 0px -1rem 2.625rem -0.7rem;
		padding: 0 0.8rem;
	}

	.baths__navigation::-webkit-scrollbar {
		display: none;
	}

	.btn-tab {
		flex: 0 0 auto;
		margin-right: 10px;
	}

	.key-features__heading {
		padding-bottom: 40px;
	}

	.key-features__item {
		height: 218px;
	}

	.faq,
	.slider-reviews-text {
		display: none;
	}

	.baths-test-content .title {
		font-size: 22px !important;
	}

	.baths-test-content .title .accent {
		font-size: 22px !important;
	}

	.baths-test-content {
		padding: 30px;
	}

	.section__top {
		display: block;
	}

	.inner-contacts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer {
		padding: 0;
		overflow: visible;
	}

	.footer .container {
		padding: 0;
	}

	.footer__content {
		width: calc(100% + 3rem);
		margin: 0 -1.5rem 0 -1.5rem;
	}

	.contacts__wrapper {
		display: block;
	}

	.contacts__info {
		margin: 0;
		max-width: max-content;
	}

	.contacts__phone-block {
		display: block;
	}

	.contacts__heading [data-open-map] {
		display: none;
	}

	.contacts__call {
		display: none;
	}

	.contacts__number {
		display: flex;
		margin-bottom: 2rem;
	}

	.contacts__number .title {
		font-size: 32px;
		line-height: 36px;
	}

	.contacts__content.is-active {
		flex-direction: column-reverse;
		display: flex;
	}

	.contacts__content.is-active .swiper {
		margin: 0;
		margin-top: 40px;
	}

	.contacts__img.swiper-slide {
		height: 200px;
	}

	.contacts__img video {
		border-radius: 1.3rem;
	}

	.contacts__socials {
		margin: 0 -1rem 0 2.2rem;
	}

	.socials__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.contacts .socials__item {
		margin: 0 0.7rem 0 0;
	}

	.socials--invert .socials__link--whatsapp {
		background-color: #40c351;
	}

	.socials--invert .socials__link--telegram {
		background-color: #26a3e2;
	}

	.socials__item {
		width: 2.25rem;
		height: 2.25rem;
	}

	.footer__bottom {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border: none;
		border-radius: 0;
		display: block;
		height: auto;
	}

	.footer__yandex-place {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		border-right: none;
		border-bottom: 1px solid rgba(50, 45, 41, 0.12);
		width: 100%;
	}

	.footer__author {
		padding-top: 12px;
		padding-bottom: 14px;
	}

	.footer__text-articles_mob {
		display: block;
	}

	.footer__text {
		padding-right: 0;
		font-size: 0.8125rem;
		line-height: 1.125rem;
	}

	.footer__text.footer__text-articles {
		display: none;
	}

	.footer__copyright {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: self-start;
		-ms-flex-align: self-start;
		align-items: self-start;
		border: none;
		padding: 0;
		padding: 1rem 1rem 4rem 1rem;
		gap: 0.3rem;
	}

	.contacts__address .contacts__button {
		display: none;
	}

	.contacts__content.is-active .contacts__button {
		display: block;
		padding-bottom: 40px;
	}

	.contacts__phone-block .btn {
		width: 100%;
	}

	.contacts__call-mobile {
		margin-bottom: 20px;
	}

	.contacts__info {
		display: none;
	}

	.contacts__phone-block .text {
		font-size: 12px;
		line-height: 16px;
		font-weight: 300;
		width: 200px;
		margin-bottom: 12px;
	}
	.contacts__heading {
		padding-bottom: 40px;
	}

	.footer__yandex-place {
		padding: 1.5rem 1rem 1.5rem 1rem;
	}

	.footer__yandex-place .yandex {
		width: 12.85rem;
		height: 2.625rem;
	}

	.soc-icon__mobile {
		display: block;
		margin-top: 1rem;
	}

	.footer__rights {
		padding-top: 5px;
	}

	.footer__text_mob {
		display: none;
	}

	.slider-reviews-img__slider-bottom {
		display: none;
	}

	.slider-reviews-img__heading {
		padding-bottom: 40px;
	}
	.baths__wrapper {
		margin: 0 -1.5rem;
		padding: 1.4rem;
		padding-bottom: 40px;
	}

	.baths__heading {
		padding-bottom: 18px;
	}
	.slider-reviews-img__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0;
		width: calc(100% + 2rem);
	}
	.slider-reviews-img__group {
		margin: 0;
		width: calc(100% - 3.5rem);
	}

	.bath-card__link {
		display: block;
		padding: 0.375rem 0.75rem 0.4375rem;
		margin: 0 0 auto 0;
		width: initial;
		color: #ffffff !important;
		background-color: rgba(255, 255, 255, 0);
		border: 0.0625rem solid rgba(255, 255, 255, 0.5);
		border-radius: 0.5rem;
	}

	.bath-card__info-block {
		display: block;
		width: 100%;
		padding: 0 1.5rem;
		margin-bottom: 2.0625rem;
	}

	.bath-card__info-block .bath-card__info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0.75rem;
	}
	.bath-card__info-block .text--small-caps:first-child {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.bath-card__info-block .text--small-caps {
		color: #ffffff;
	}
	.bath-card__info span {
		display: block;
		text-align: center;
	}
	.text--small-caps {
		font-size: 0.6875rem;
		line-height: 1rem;
	}
	.bath-card__info-block .bath-card__info::after {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		content: "";
		display: block;
		margin: 0 0.5rem;
		height: 0.0625rem;
		background-color: rgba(255, 255, 255, 0.3);
	}

	.bath-card__content .title {
		font-size: 28px;
		line-height: 36px;
		font-weight: 400;
	}

	.baths__slide .title--md-2 {
		padding-bottom: 0;
	}
	.contacts__map {
		display: none;
	}

	.banner-info {
		margin: 0 0 70px 0;
	}

	.address {
		margin-bottom: 70px;
	}

	.address-text {
		width: 13rem;
		padding-left: 1rem;
	}

	.modal__content__bg {
		display: none;
	}
}

@media (max-width: 767px) {
	.modal__content {
		padding: 1.5rem;
		width: 100%;
		height: calc(100 * var(--vh, 1vh));
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-radius: 0;
	}

	.modal--map .modal-map {
		width: 100%;
	}
	.modal {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transition: opacity 1s ease, visibility 1s ease, -webkit-transform 1s ease;
		transition: opacity 1s ease, visibility 1s ease, -webkit-transform 1s ease;
		-o-transition: opacity 1s ease, transform 1s ease, visibility 1s ease;
		transition: opacity 1s ease, transform 1s ease, visibility 1s ease;
		transition: opacity 1s ease, transform 1s ease, visibility 1s ease, -webkit-transform 1s ease;
		-webkit-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
	}

	.modal.is-active {
		-webkit-animation: slide-next 0.8s ease both;
		animation: slide-next 0.8s ease both;
	}

	.modal.is-closing {
		opacity: 0;
		-webkit-animation: slide-next-2 0.8s ease both;
		animation: slide-next-2 0.8s ease both;
	}

	.modal--map .map__inner {
		height: 100vh;
		height: calc(100 * var(--vh, 1vh));
	}

	.modal--map .modal__close-btn {
		top: 1.5rem;
		right: 1.5rem;
		width: 3rem;
		height: 3rem;
	}

	.address-icon {
		position: relative;
		left: 23px;
		top: 26px;
	}
}

.scroll-btn-link {
	width: max-content;
	display: block;
}

@media (max-width: 391px) {
	.address {
		top: 16rem;
	}
	.baths-test-content .title {
		font-size: 20px !important;
	}
	.baths-test-content .title .accent {
		font-size: 20px !important;
	}
	.title--s,
	.title--s .accent {
		font-size: 32px !important;
		line-height: 36px;
	}
	.contacts__number .title {
		font-size: 22px;
	}
	ol,
	ul {
		padding-left: 1rem;
	}
}

@media (max-width: 375px) {
	.banner-info {
		margin: 0 0 25px 0;
	}

	.address {
		margin-bottom: 15px;
	}
}

@media (max-width: 321px) {
	ol,
	ul {
		padding-left: 0rem;
	}

	.scroll-btn {
		top: 4rem;
	}

	.address {
		top: 22rem;
	}
}

.modal--call .modal__content {
	position: relative;
	background: var(--body-bg);
	border-radius: 16px;
	padding: 2.5rem;
	width: 48.75rem;
}

.modal-call__top {
	margin-bottom: 4rem;
}

.modal-call .title {
	margin-bottom: 1.5rem;
	padding-right: 3rem;
}

.modal-call .text {
	max-width: 21.875rem;
}

.bottom-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.bottom-block__wrapper {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.form {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
	transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
	-o-transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
	transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
	transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
	-webkit-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1rem 0 0;
}

.form .custom-input {
	width: calc(33% - 1rem);
	margin: 0 1rem 1rem 0;
}

.custom-input label,
.custom-textarea label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.custom-input,
.custom-textarea {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.custom-input label input,
.custom-input label textarea,
.custom-textarea label input,
.custom-textarea label textarea {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-height: 4rem;
	padding: 1.875rem 1rem 0.6875rem 1.5rem;
	font-weight: 300;
	font-size: 0.9375rem;
	line-height: 1.375rem;
	color: var(--main-color);
	border: none;
	border-radius: 1rem;
	outline: none;
	width: 100%;
	box-sizing: border-box;
}

.custom-input__label,
.custom-textarea__label {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 1.25rem 0 1.5rem 1.5rem;
	font-weight: 300;
	font-size: 0.9375rem;
	line-height: 1.375rem;
	color: rgba(50, 45, 41, 0.5);
	-webkit-transition: color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.custom-input label::after,
.custom-textarea label::after {
	display: none;
	content: "";
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 0.25rem;
	height: 0.25rem;
	border-radius: 50%;
	background-color: rgba(50, 45, 41, 0.5);
}

.custom-input[data-validate-type] label::after,
.custom-textarea[data-validate-type] label::after {
	display: block;
}

.modal-call form .btn {
	color: #ffffff;
}

.modal-call .text {
	max-width: 21.875rem;
	font-feature-settings: "ss01" on;
}

.form__confidential {
	max-width: 31.25rem;
	font-feature-settings: "ss01" on;
}

.modal-call__success {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 2.5rem;
	color: #ffffff;
	background-color: #000000;
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.modal-call__success {
	z-index: 2;
}

.modal__close-btn {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	padding: 0;
	background-color: var(--icon-color);
	color: #ffffff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	-o-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.modal__close-btn {
	z-index: 3;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}

.form .btn {
	width: 100%;
	margin: 0 1rem 1.5rem 0;
}

.custom-input label input:focus ~ .custom-input__label,
.custom-input label input:focus ~ .custom-input__error,
.custom-input label textarea:focus ~ .custom-input__label,
.custom-input label textarea:focus ~ .custom-input__error,
.custom-textarea label input:focus ~ .custom-input__label,
.custom-textarea label input:focus ~ .custom-input__error,
.custom-textarea label textarea:focus ~ .custom-input__label,
.custom-textarea label textarea:focus ~ .custom-input__error {
	-webkit-transform: translateX(-6%) translateY(-0.8125rem) scale(0.9);
	-ms-transform: translateX(-6%) translateY(-0.8125rem) scale(0.9);
	transform: translateX(-6%) translateY(-0.8125rem) scale(0.9);
	padding-bottom: 0;
}

@media (max-width: 1024px) {
	.address {
		right: 35px;
	}

	.footer__text {
		width: auto;
	}
}

@media (max-width: 767px) {
	.modal--call .modal__wrapper {
		padding: 0;
	}
	.modal--call .modal__content {
		padding: 1.5rem;
		width: 100%;
		height: var(--screen-height, 100vh);
		border-radius: 0;
	}
	.modal-call__top {
		margin-bottom: 2rem;
	}
	.form .custom-input {
		width: 100%;
		margin: 0 0 16px 0;
	}
	.form .btn {
		margin: 0 0 2rem 0;
	}

	.socials {
		display: flex;
		margin: auto;
		justify-content: center;
		align-items: center;
	}

	.socials-list {
		padding-left: 0;
	}

	.socials-item {
		width: 4.4rem;
		height: 2.5rem;
	}
}
