@charset "UTF-8";

/*! 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 */
}

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

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

body {
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.5;
  color: var(--neutral-800);
  background-color: var(--background-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * 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 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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 {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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 {
  border-style: none;
  padding: 0;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  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] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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 {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Reset and base styles  */

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--primary-500);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: var(--spacing-12);
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: Arsenal;
  font-display: swap;
  src: url("../fonts/Arsenal-Bold.woff2") format("woff2"), url("../fonts/Arsenal-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Arsenal;
  font-display: swap;
  src: url("../fonts/Arsenal-BoldItalic.woff2") format("woff2"), url("../fonts/Arsenal-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Arsenal;
  font-display: swap;
  src: url("../fonts/Arsenal-Bold.woff2") format("woff2"), url("../fonts/Arsenal-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Arsenal;
  font-display: swap;
  src: url("../fonts/Arsenal-Regular.woff2") format("woff2"), url("../fonts/Arsenal-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Arsenal;
  font-display: swap;
  src: url("../fonts/Arsenal-Italic.woff2") format("woff2"), url("../fonts/Arsenal-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

:root {
  --color-white: #fff;
  --color-black: #000;
  --color-text-accent: rgb(228, 154, 82);
  --color-text-base: rgb(36, 56, 105);
  --color-text-light: var(--color-white);
  --color-control: var(--color-primary);
  --color-primary: rgb(5, 81, 125);
  --color-accent: rgb(228, 154, 82);
  --color-accent-light: rgb(221, 172, 123);
  --color-disabled: rgb(184, 184, 184);
  --color-line: var(--color-accent-light);
  --color-card-blue: rgb(193, 207, 214);
  --color-card-orange: rgb(221, 172, 123);
  --color-error: rgb(173, 65, 65);
  --font-main: "Arsenal", sans-serif;
  --font-weight-regular: 400;
  --font-weight-bold: 700;
}

.no-webp .main{
  background-image: url("../images/Layer_1.jpg"); }

.main {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.container {
  max-width: 1240px;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

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

:root {
  --swiper-theme-color: #007aff;
  /* Colors */
  --primary-400: #717881;
  --primary-450: #05517d;
  --primary-500: #1E3A5F;
  --primary-600: #1A3254;
  --primary-700: #162A49;
  --primary-900: #0E1A33;
  --secondary-500: #D4C5B0;
  --neutral-50: #FAFAFA;
  --neutral-100: #F5F5F5;
  --neutral-200: #EEEEEE;
  --neutral-300: #E0E0E0;
  --neutral-500: #9E9E9E;
  --neutral-600: #757575;
  --neutral-800: #424242;
  --background-primary: #F8F8F8;
  --background-secondary: #FFFFFF;
  --background-panel: #E8E8E0;
  --background-card: #F0F4F8;
  --water-dark: #1A4A5C;
  --star: #FFD700;
  --2gis: #00B956;
  --yandex: #FC3F1D;

  /* Typography */
  --font-primary: 'Arsenal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;

  /* Spacing */
  --spacing-1: 4px;
  --spacing-2: 8px;
  --spacing-3: 12px;
  --spacing-4: 16px;
  --spacing-6: 24px;
  --spacing-8: 32px;
  --spacing-12: 48px;
  --spacing-16: 64px;
  --spacing-20: 80px;

  /* Border Radius */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-oval: 50px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-sm: 0 1px 2px 0 rgba(30, 58, 95, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(30, 58, 95, 0.1), 0 2px 4px -1px rgba(30, 58, 95, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(30, 58, 95, 0.1), 0 4px 6px -2px rgba(30, 58, 95, 0.05);

  /* Transitions */
  --transition-fast: 150ms ease;
  --transition-normal: 300ms ease;
  --transition-slow: 500ms ease;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

/* New styles start */
/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  min-height: 44px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none;
  border-radius: var(--radius-oval);
  border: 2px solid;
  transition: all var(--transition-normal);
  cursor: pointer;
  font-family: var(--font-primary);
}

.btn-primary {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-primary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.btn-secondary {
  background-color: var(--primary-450);
  color: #FFFFFF;
  border-color: var(--primary-450);
}

.btn-secondary:hover {
  background-color: var(--primary-600);
  border-color: var(--primary-600);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(30, 58, 95, 0.3);
}

.btn-outline {
  background-color: transparent;
  color: var(--primary-500);
  border-color: var(--primary-500);
}

.btn-outline:hover {
  background-color: rgba(30, 58, 95, 0.05);
  border-color: var(--primary-600);
  transform: translateY(-2px);
}

.btn-hero-primary {
  background-color: #FFFFFF;
  color: var(--primary-500);
  border-color: #FFFFFF;
  font-weight: 700;
}

.btn-hero-primary:hover {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

/* Container */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--spacing-1);
}

@media (max-width: 768px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Section */
.section {
  padding: var(--spacing-20) var(--spacing-6);
}

/* Navbar */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--spacing-6);
  z-index: 1000;
  transition: all var(--transition-normal);
}

.navbar.scrolled {
  background-color: rgba(30, 58, 95, 0.36);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom-left-radius: var(--radius-xl);
  border-bottom-right-radius: var(--radius-xl);
}

.navbar.blured {
  background-color: rgba(30, 58, 95, 0.36);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom-left-radius: var(--radius-xl);
  border-bottom-right-radius: var(--radius-xl);
}

.navbar__logo {
  display: flex;
  align-items: center;
  gap: var(--spacing-3);
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.navbar__logo-icon {
  width: auto;
  height: 64px;
  flex-shrink: 0;
  object-fit: contain;
}

.navbar__right {
  display: flex;
  align-items: center;
  gap: var(--spacing-6);
}

.navbar__phone {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all var(--transition-normal);
  display: flex;
  align-items: center;
}

.navbar__phone-icon {
  display: none;
  width: 20px;
  height: 20px;
  color: #FFFFFF;
}

.navbar__phone:hover {
  opacity: 0.8;
}

.navbar__socials {
  display: flex;
  align-items: center;
  gap: var(--spacing-2);
}

.navbar__social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  background-color: transparent;
  text-decoration: none;
  border-radius: 50%;
  transition: all var(--transition-normal);
  border: none;
}

.navbar__social-btn svg {
  width: 20px;
  height: 20px;
}

.navbar__social-btn:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.navbar__burger {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-normal);
  width: 36px;
  height: 36px;
}

.navbar__burger-icon {
  width: 24px;
  height: 24px;
  color: #FFFFFF;
  stroke: #FFFFFF;
}

.navbar__burger:hover {
  opacity: 0.8;
}

.navbar__mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: var(--spacing-6);
  background-color: #05517d;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: var(--spacing-4);
  min-width: 200px;
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  transition: transform var(--transition-normal), opacity var(--transition-normal), visibility var(--transition-normal);
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: var(--radius-xl);
  margin-top: var(--spacing-2);
}

.navbar__mobile-menu.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.navbar__mobile-nav {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-4);
}

.navbar__mobile-nav-item {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: var(--radius-oval);
  border: 1px solid #FFFFFF;
  text-align: center;
  transition: all var(--transition-normal);
}

.navbar__mobile-nav-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.navbar__nav {
  display: flex;
  gap: var(--spacing-4);
  list-style: none;
}

.navbar__nav-item {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: var(--radius-oval);
  border: 1px solid #FFFFFF;
  transition: all var(--transition-normal);
}

.navbar__nav-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Hero Section */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  color: #FFFFFF;
  padding: 120px var(--spacing-6) var(--spacing-20);
  overflow: hidden;
}

.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 200px);
  max-width: 1280px;
  margin: 0;
  padding: 0;
}

.hero__badge {
  position: absolute;
  bottom: var(--spacing-6);
  right: var(--spacing-6);
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius-md);
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  z-index: 1100;
}

.hero__content {
  max-width: 600px;
  text-align: left;
}

.hero__scroll-indicator {
  position: absolute;
  bottom: var(--spacing-8);
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  cursor: pointer;
  animation: bounce 2s infinite;
}

.hero__scroll-arrow {
  width: 32px;
  height: 32px;
  color: #FFFFFF;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.hero__scroll-indicator:hover .hero__scroll-arrow {
  opacity: 1;
  transform: translateY(4px);
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  40% {
    transform: translateX(-50%) translateY(-10px);
  }

  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

.hero__title {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: var(--spacing-6);
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: left;
  color: #FFFFFF;
}

.hero__subtitle {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: var(--spacing-12);
  opacity: 0.9;
  line-height: 1.5;
  text-align: left;
}

.hero__text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: var(--spacing-12);
  opacity: 0.95;
  text-align: left;
}

.hero__actions {
  display: flex;
  gap: var(--spacing-4);
  flex-wrap: wrap;
  margin-bottom: var(--spacing-8);
}

.hero__microtext {
  font-size: 14px;
  opacity: 0.8;
  text-align: left;
  margin-bottom: var(--spacing-2);
}

.hero__benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-4);
  margin-top: auto;
  padding-top: var(--spacing-8);
}

.hero__benefit-item {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-lg);
  padding: var(--spacing-4);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  backdrop-filter: blur(10px);
  transition: all var(--transition-normal);
}

.hero__benefit-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.hero__benefit-icon {
  width: 48px;
  height: 48px;
  margin-bottom: var(--spacing-2);
  color: #FFFFFF;
}

.hero__benefit-text {
  font-size: 14px;
  line-height: 1.4;
  color: #FFFFFF;
}

/* Services Section */
.services {
  background-color: var(--background-secondary);
}

.services__subtitle {
  text-align: center;
  font-size: 20px;
  color: var(--neutral-800);
  margin-bottom: var(--spacing-16);
  text-transform: none;
  font-weight: 400;
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--spacing-6);
  margin-bottom: var(--spacing-12);
}

.service-card {
  background-color: var(--background-card);
  border-radius: var(--radius-xl);
  padding: 0 0 var(--spacing-6) 0;
  transition: all var(--transition-normal);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-4px);
}

.service-card__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  margin-bottom: var(--spacing-4);
}

.service-card__content {
  padding: 0 var(--spacing-6);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.service-card__title {
  font-size: 22px;
  margin-bottom: var(--spacing-4);
}

.service-card__text {
  font-size: 17px;
  line-height: 1.6;
  color: var(--primary-500);
  margin-bottom: var(--spacing-4);
  flex: 1;
}

.service-card__meta {
  font-size: 14px;
  color: var(--primary-400);
  margin-bottom: var(--spacing-4);
}

.service-card__actions {
  display: flex;
  gap: var(--spacing-2);
  margin-top: auto;
}

/* Advantages Section */
.advantages {
  background-color: var(--background-primary);
  background-image: url('images/Layer_1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.advantages__text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto var(--spacing-12);
  font-size: 20px;
  line-height: 1.6;
  color: var(--neutral-800);
}

.advantages__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-6);
  margin-bottom: var(--spacing-12);
}

.advantage-item {
  background-color: var(--background-secondary);
  border-radius: var(--radius-xl);
  padding: var(--spacing-6);
  box-shadow: var(--shadow-sm);
  text-align: center;
  position: relative;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.advantage-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform var(--transition-slow);
  z-index: 0;
}

.advantage-item:hover::after {
  transform: scale(1.1);
}

.advantage-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: background var(--transition-normal);
}

.advantage-item:hover::before {
  background: rgba(0, 0, 0, 0.5);
}

.advantage-item__title {
  font-size: 18px;
  margin-bottom: var(--spacing-4);
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}

.advantage-item__text {
  font-size: 14px;
  line-height: 1.6;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}

.advantage-item--float::after {
  background-image: url('../images/index_new/advantages/1.webp');
}

.advantage-item--private::after {
  background-image: url('../images/service-spa/Rectangle4541.webp');
}

.advantage-item--stars::after {
  background-image: url('../images/index_new/advantages/3.webp');
  background-position: top center;
}

.advantage-item--salt::after {
  background-image: url('../images/index_new/advantages/4.webp');
}

.advantage-item--water::after {
  background-image: url('../images/index_new/advantages/5.webp');
}

.advantage-item--tea::after {
  background-image: url('../images/index_new/advantages/6.webp');
}

/* Floating Info Section */
.floating-info {
  background-color: var(--background-secondary);
}

.floating-info__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--spacing-8);
  margin-bottom: var(--spacing-12);
}

.floating-info__block {
  padding: var(--spacing-6);
}

.floating-info__subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: var(--spacing-4);
  color: var(--primary-500);
  text-transform: uppercase;
}

.floating-info__text {
  font-size: 16px;
  line-height: 1.6;
  color: var(--neutral-800);
}

.floating-info__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-4);
  margin-top: var(--spacing-8);
}

/* Safety Section */
.safety {
  background-color: var(--background-primary);
  background-image: url('images/Layer_1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.safety__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--spacing-6);
  margin-bottom: var(--spacing-12);
}

.safety-step {
  background-color: var(--background-secondary);
  border-radius: var(--radius-xl);
  padding: var(--spacing-6);
}

.safety-step__number {
  font-size: 42px;
  font-weight: 700;
  color: var(--primary-500);
  margin-bottom: var(--spacing-4);
}

.safety-step__text {
  font-size: 16px;
  line-height: 1.6;
  color: var(--neutral-800);
}

/* Promotions Section */
.promotions {
  background-color: var(--background-secondary);
}

.promotions__list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto var(--spacing-12);
  /* padding: 0 var(--spacing-6); */
  position: relative;
}

.promotion-card-wrapper {
  width: 100%;
  perspective: 500px;
  margin-bottom: 50px;
}

.promotion-card-wrapper:last-child {
  margin-bottom: 0;
}

.promotion-card {
  background-color: var(--primary-450);
  border-radius: var(--radius-xl);
  padding: var(--spacing-6);
  transition: all var(--transition-normal);
  display: flex;
  flex-direction: column;
  min-height: 400px;
  transform-origin: top center;
}

.promotion-card__inner {
  border: 1px solid #d9ab73;
  border-radius: var(--radius-lg);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.promotion-card__content {
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: center;
  gap: var(--spacing-8);
  height: 100%;
}

.promotion-card__icon {
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.promotion-card__icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.promotion-card__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: right;
  width: 100%;
}

.promotion-card__title {
  font-size: 16px;
  line-height: 1.6;
  color: var(--neutral-100);
  margin: 0 0 var(--spacing-2) 0;
  text-align: right;
}

.promotion-card__description {
  font-size: 20px;
  line-height: 1.6;
  color: var(--neutral-100);
  margin: 0;
  text-align: center;
}

.promotion-card__actions {
  margin: var(--spacing-6);
  display: flex;
  justify-content: flex-end;
}

.promotion-card__actions .btn {
  background-color: #d9ab73;
  color: #FFFFFF;
  border-color: #d9ab73;
}

.promotion-card__actions .btn:hover {
  background-color: #c99a62;
  border-color: #c99a62;
}

.promotion-card__discount {
  font-size: 100px;
  font-weight: 700;
  color: var(--neutral-50);
  display: inline-block;
  margin-right: 8px;
  line-height: 1;
}

@media (max-width: 768px) {
  .promotion-card__actions {
    justify-content: center;
  }

  .promotion-card__description {
    font-size: 16px;
  }

  .promotion-card__icon svg {
    transform: rotate(30deg) scale(1.2);
  }
}

.promotion-card__discount-large {
  font-size: 68px;
  font-weight: 700;
  color: var(--neutral-50);
  display: inline-block;
  margin-right: 8px;
  line-height: 1;
}

/* Certificates Section */
.certificates {
  background-color: var(--background-primary);
  position: relative;
  overflow: hidden;
}

.certificates__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-12);
  align-items: center;
  position: relative;
  z-index: 2;
}

.certificates__text-block {
  position: relative;
  z-index: 2;
}

.certificates__title-large {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-500);
  line-height: 1.3;
  margin-bottom: var(--spacing-8);
  text-transform: none;
  text-align: left;
}

.certificates__list {
  list-style: none;
  margin-bottom: var(--spacing-8);
}

.certificates__list li {
  padding: var(--spacing-2) 0;
  font-size: 18px;
  line-height: 1.6;
  color: var(--neutral-800);
  position: relative;
  padding-left: var(--spacing-6);
}

.certificates__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--primary-500);
  font-size: 24px;
  line-height: 1.2;
}

.certificates__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.certificates__text {
  font-size: 16px;
  line-height: 1.6;
  color: var(--neutral-800);
  margin-bottom: var(--spacing-6);
}

/* Reviews Section */
.reviews {
  background-color: var(--background-secondary);
}

.reviews__subtitle {
  text-align: center;
  font-size: 18px;
  color: var(--neutral-600);
  margin-bottom: var(--spacing-4);
  text-transform: none;
  font-weight: 400;
}

.reviews__text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto var(--spacing-12);
  font-size: 20px;
  line-height: 1.6;
  color: var(--neutral-800);
}

.reviews__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--spacing-6);
  margin-bottom: var(--spacing-12);
}

.review-card {
  background-color: rgb(193, 207, 214);
  border-radius: var(--radius-xl);
  padding: var(--spacing-6);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-4);
}

.review-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.review-card__name {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary-500);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.review-card__rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-500);
}

.review-card__star {
  color: rgb(228, 154, 82);
  font-size: 20px;
}

.review-card__text {
  font-size: 18px;
  line-height: 1.6;
  color: rgb(36, 56, 105);
  flex: 1;
}

.reviews__links {
  display: flex;
  gap: var(--spacing-4);
  justify-content: center;
  flex-wrap: wrap;
}

/* Steps Section */
.steps {
  background-color: var(--background-primary);
  background-image: url('images/Layer_1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.steps__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--spacing-6);
  margin-bottom: var(--spacing-12);
}

.step-card {
  background-color: var(--background-secondary);
  border: 1px solid var(--primary-500);
  border-radius: var(--radius-xl);
  padding: var(--spacing-6);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-4);
}

.step-card--beige {
  background-color: var(--secondary-500);
  border: none;
}

.step-card__number {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-500);
  text-transform: uppercase;
}

.step-card__title {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-500);
  text-transform: uppercase;
}

.step-card__text {
  font-size: 16px;
  line-height: 1.6;
  color: var(--neutral-800);
  flex: 1;
}

/* FAQ Section */
.faq {
  padding: 40px 100px;
  display: flex;
  justify-content: center;
  background-color: var(--background-secondary);
}

.faq__container {
  max-width: 1280px;
  width: 100%;
}

.faq__title {
  text-align: center;
  margin-bottom: 70px;
  color: var(--primary-500);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.faq__text {
  margin-bottom: 30px;
  color: var(--neutral-800);
}

.faq__list {
  max-width: 1135px;
  margin: 0 auto;
}

.faq__item {
  border-top: 2px solid #d9ab73;
  padding: 15px 15px 15px 30px;
}

.faq__question {
  text-align: left;
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: var(--primary-500);
  font-family: var(--font-primary);
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.faq__toggle {
  font-size: 24px;
  color: var(--primary-500);
}

.faq__answer {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: var(--neutral-800);
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  padding: 0;
}

.faq__question[aria-expanded="true"]+.faq__answer {
  max-height: 850px;
  padding: 10px 0 0 0;
}

.faq__question[aria-expanded="true"] .faq__toggle {
  content: "–";
}

.faq__text {
  margin-bottom: 30px;
}

.faq__btn {
  align-self: center;
  width: 296px;
  background-color: var(--primary-500);
  border-radius: 30px;
  text-align: center;
  color: #FFFFFF;
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding: 12px;
  text-decoration: none;
  display: inline-block;
}

.br-desktop {
  display: none;
}

/* Form Section */
.form-section {
  background-color: var(--background-primary);
  background-image: url('images/Layer_1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.form-section__wrapper {
  background-color: var(--background-secondary);
  border: 1px solid var(--primary-500);
  border-radius: var(--radius-xl);
  padding: var(--spacing-8);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-6);
  position: relative;
  overflow: visible;
}

/*
.form-section__wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('images/index_new/bg-water.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  border-radius: var(--radius-xl);
  z-index: 0;
}
*/

.form-section__image {
  position: absolute;
  right: 30px;
  top: -40px;
  bottom: 0;
  height: calc(100% + 40px);
  max-height: none;
  width: auto;
  object-fit: contain;
  z-index: 1;
  pointer-events: none;
}

.form-section__content {
  position: relative;
  z-index: 2;
}

.form-section__form {
  position: relative;
  z-index: 2;
}

.form-section__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-6);
}

.form-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--primary-500);
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: var(--spacing-4);
  text-align: left;
  max-width: 60%;
}

.form-section__subtitle {
  text-align: left;
  font-size: 18px;
  color: var(--neutral-800);
  margin-bottom: var(--spacing-4);
  text-transform: none;
  font-weight: 400;
  max-width: 60%;
}

.form-section__text {
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
  color: var(--neutral-800);
  margin-bottom: var(--spacing-6);
  max-width: 60%;
}

.form-section__form {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-4);
}

.form-section__form-row {
  display: flex;
  grid-template-columns: 1fr 1fr auto;
  gap: var(--spacing-4);
  align-items: end;
}

.form-section__form-row .btn {
  white-space: nowrap;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2);
}

.form-group label {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-500);
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid var(--neutral-500);
  border-radius: var(--radius-full);
  font-family: var(--font-primary);
  transition: all var(--transition-normal);
  background-color: #FFF;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary-500);
  box-shadow: 0 0 0 3px rgba(30, 58, 95, 0.1);
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-2);
  margin-bottom: var(--spacing-6);
  font-size: 14px;
  line-height: 1.5;
  color: var(--neutral-600);
}

.form-checkbox input {
  margin-top: 4px;
}

.form-checkbox label {
  max-width: 600px;
}

.form-checkbox a {
  color: var(--primary-500);
  text-decoration: underline;
}

.form-section__actions {
  display: flex;
  gap: var(--spacing-4);
  justify-content: center;
  margin-top: var(--spacing-6);
}

.form-section__microtext {
  text-align: center;
  font-size: 12px;
  color: var(--neutral-600);
  margin-top: var(--spacing-4);
}

@media (max-width: 768px) {
  .form-section h2 {
    font-size: 24px;
    max-width: 100%;
  }

  .form-section__subtitle {
    max-width: 100%;
  }

  .form-section__text {
    max-width: 100%;
  }

  .form-section__form-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .form-section__form-row .btn {
    width: 100%;
  }
}

/* Contacts Section */
.contacts {
  background-color: #c1cfd6;
  padding: var(--spacing-20) var(--spacing-6);
}

.contacts__title {
  color: #FFFFFF;
  margin-bottom: var(--spacing-12);
  text-align: center;
}

.contacts__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-8);
  max-width: 1280px;
  margin: 0 auto;
}

.contacts__card {
  background-color: var(--background-secondary);
  border-radius: var(--radius-xl);
  padding: var(--spacing-8);
}

.contacts__info-block {
  margin-bottom: var(--spacing-6);
}

.contacts__info-block:last-child {
  margin-bottom: 0;
}

.contacts__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: rgb(221, 172, 123);
  margin-bottom: 4px;
}

.contacts__value-wrapper {
  display: flex;
  align-items: center;
  gap: var(--spacing-4);
  margin-bottom: var(--spacing-2);
}

.contacts__phone-wrapper {
  display: flex;
  align-items: center;
  gap: var(--spacing-2);
  margin-bottom: var(--spacing-2);
}

.contacts__label {
  font-size: 12px;
  font-weight: 400;
  color: var(--neutral-600);
  text-transform: uppercase;
  margin-bottom: var(--spacing-2);
  letter-spacing: 0.02em;
}

.contacts__value {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--neutral-800);
  margin-bottom: var(--spacing-2);
}

.contacts__value a {
  color: var(--primary-450);
  text-decoration: none;
  transition: color var(--transition-normal);
  font-weight: 700;
}

.contacts__value a:hover {
  color: var(--primary-600);
  text-decoration: underline;
}

.contacts__phone {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-450);
  margin-bottom: var(--spacing-2);
}

.contacts__phone a {
  font-weight: 700;
  color: var(--primary-450);
  text-decoration: none;
}

.contacts__phone a:hover {
  color: var(--primary-600);
}

.contacts__callback {
  font-size: 14px;
  color: var(--neutral-600);
  margin-bottom: var(--spacing-4);
}

.contacts__map {
  width: 100%;
  height: 100%;
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.contacts__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.contacts__socials {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-3);
  margin-top: var(--spacing-6);
}

.contacts__social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  background-color: rgb(193, 207, 214);
  text-decoration: none;
  border-radius: 50%;
  transition: all var(--transition-normal);
  border: none;
}

.contacts__social-btn svg {
  width: 24px;
  height: 24px;
}

.contacts__social-btn:hover {
  background-color: rgb(175, 192, 201);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Footer */
.footer {
  background-color: #05517d;
  color: #FFFFFF;
  padding: var(--spacing-12) var(--spacing-6) var(--spacing-8);
}

.footer__container {
  max-width: 1280px;
  margin: 0 auto;
}

.footer__nav {
  display: flex;
  gap: var(--spacing-4);
  justify-content: center;
  margin-bottom: var(--spacing-8);
  flex-wrap: wrap;
}

.footer__nav a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: var(--radius-oval);
  border: 1px solid #FFFFFF;
  transition: all var(--transition-normal);
}

.footer__nav a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.footer__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--spacing-8);
  margin-bottom: var(--spacing-8);
}

.footer__section {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
}

.footer__section-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: var(--spacing-2);
  color: #FFFFFF;
}

.footer__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-2);
}

.footer__links a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 13px;
  opacity: 0.9;
  transition: all var(--transition-normal);
}

.footer__links a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer__copyright {
  text-align: center;
  font-size: 13px;
  opacity: 0.9;
  margin-bottom: var(--spacing-6);
}

.footer__legal {
  text-align: center;
  font-size: 12px;
  opacity: 0.8;
  padding-top: var(--spacing-6);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1.6;
}

.footer__legal-info {
  margin-top: var(--spacing-4);
}

@media (max-width: 768px) {
  .footer__content {
    grid-template-columns: 1fr;
    gap: var(--spacing-6);
  }

  .footer__nav {
    flex-direction: column;
    align-items: center;
  }

  .footer__links {
    grid-template-columns: 1fr;
  }
}

/* Responsive */
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  .hero__title {
    font-size: 36px;
  }

  .hero__subtitle {
    font-size: 18px;
  }

  .hero__benefits {
    grid-template-columns: 1fr;
    gap: var(--spacing-2);
  }

  .hero__benefit-item {
    padding: var(--spacing-3);
  }

  .hero__benefit-icon {
    width: 36px;
    height: 36px;
  }

  .hero__benefit-text {
    font-size: 12px;
  }

  .navbar__nav {
    display: none;
  }

  .navbar__burger {
    display: flex;
  }

  .navbar__mobile-menu {
    display: block;
  }

  .navbar__phone-text {
    display: none;
  }

  .navbar__phone-icon {
    display: block;
  }

  .navbar__phone {
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .services__grid,
  .advantages__list,
  .reviews__grid,
  .steps__grid {
    grid-template-columns: 1fr;
  }

  .service-card__actions {
    flex-direction: column;
  }

  .service-card__actions .btn {
    width: 100%;
  }

  .floating-info__actions {
    flex-direction: column;
  }

  .floating-info__actions .btn {
    width: 100%;
  }

  .contacts__wrapper {
    grid-template-columns: 1fr;
  }

  .contacts__map {
    height: 400px;
  }

  .certificates__content {
    grid-template-columns: 1fr;
  }

  .certificates__image {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: var(--spacing-6);
  }

  .certificates__title-large {
    font-size: 24px;
  }

  .certificates__list li {
    font-size: 16px;
  }

  .section {
    padding: var(--spacing-12) var(--spacing-4);
  }

  .faq {
    padding: var(--spacing-8) var(--spacing-4);
  }

  .faq__title {
    font-size: 16px;
    margin-bottom: var(--spacing-8);
  }

  .faq__item {
    padding: 12px 12px 12px 16px;
  }

  .faq__question {
    font-size: 20px;
    line-height: 28px;
  }

  .faq__toggle {
    font-size: 20px;
  }

  .faq__answer {
    font-size: 16px;
    line-height: 22px;
  }

  .promotion-card {
    min-height: auto;
  }

  .promotion-card__content {
    flex-direction: column;
    gap: var(--spacing-4);
  }

  .promotion-card__icon {
    width: 150px;
  }

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

  .promotion-card__discount {
    font-size: 32px;
  }

  .promotion-card__discount-large {
    font-size: 32px;
  }

  .faq__question[aria-expanded="true"]+.faq__answer {
    max-height: 800px;
  }

  .faq__btn {
    width: 100%;
    max-width: 296px;
    font-size: 18px;
    padding: 10px;
  }

  .form-section__image {
    display: none;
  }
}
/* New styles end */

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.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;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

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

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

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

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

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

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

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

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

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.header {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 30px 100px;
}

.header__container {
  width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
}

.header__nav a {
  color: var(--color-text-light);
  font-family: var(--font-main);
  font-weight: var(--font-weight-bold);
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid var(--color-text-light);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__nav a:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.header__nav-link {
  display: none;
}

.header__burger {
  display: none;
}

.header__content {
  width: 1320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__logo-block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0px 0px 0px 20px;
}

.header__logo {
  margin-bottom: 43px;
}

.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header .btn {
  color: var(--color-text-light);
  font-family: var(--font-main);
  font-weight: var(--font-weight-bold);
  font-size: 16px;
  line-height: 20px;
  padding: 16px 17px;
  border-radius: 30px;
  border: 1px solid var(--color-text-light);
}

.header .btn:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.header__promo {
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: center;
  margin-top: 18px;
  translate: 60px;
}

.header__promo-percent {
  color: var(--color-text-light);
  font-family: var(--font-main);
  font-weight: var(--font-weight-regular);
  font-size: 64px;
}

.header__promo-text {
  color: var(--color-text-light);
  font-family: var(--font-main);
  font-weight: var(--font-weight-regular);
  font-size: 24px;
  line-height: 30px;
}

.header__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: -1;
}

.relax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 100px 100px 0px 100px;
}

.relax__title {
  text-align: center;
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-weight: var(--font-weight-bold);
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 111px;
}

.relax__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 20px;
}

.relax .item-1 {
  background: url("../images/hero/Union-1.webp") center/cover no-repeat;
}

.relax .item-2 {
  background: url("../images/hero/Union.webp") center/cover no-repeat;
}

.relax .item-3 {
  background: url("../images/hero/Union.webp") center/cover no-repeat;
}

.relax__item {
  width: 400px;
  height: 300px;
  background-size: contain;
}

.relax__item-title {
  position: relative;
  z-index: 2;
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-weight: var(--font-weight-bold);
  font-size: 32px;
  line-height: 40px;
}

.relax__item-text {
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-weight: var(--font-weight-regular);
  font-size: 20px;
  line-height: 25px;
  padding: 54px 30px 0px 30px;
}

.advantages__container {
  margin: 0 auto;
  padding: 100px 100px 0px 100px;
}

.advantages__title {
  text-align: center;
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-weight: var(--font-weight-bold);
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 60px;
}

.advantages .swiper {
  max-width: 1240px;
  overflow: hidden;
}

.advantages .swiper-wrapper {
  top: 63px;
  height: 464px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advantages .swiper-slide {
  height: 401px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.advantages .advantage-card__text {
  background-color: var(--color-card-blue);
  border-radius: 30px 0 0 30px;
  padding: 50px 70px 50px 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 434px;
}

.advantages .advantage-card__text h3 {
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 32px;
  font-weight: var(--font-weight-bold);
  line-height: 40px;
  text-transform: uppercase;
  padding-bottom: 60px;
}

.advantages .advantage-card__text p {
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: var(--font-weight-regular);
  line-height: 25px;
}

.advantages .advantage-card__img {
  border-radius: 0 30px 30px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.advantages .advantage-card__img img {
  height: 100%;
  width: 100%;
  border-radius: 0 30px 30px 0;
}

.advantages .swiper-button-prev {
  z-index: 100;
  position: absolute;
  top: 13px;
  right: 90px;
  left: auto;
  color: var(--color-text-base);
}

.advantages .swiper-button-prev::after {
  font-size: 26px;
}

.advantages .swiper-button-next {
  z-index: 100;
  position: absolute;
  top: 13px;
  right: 40px;
  left: auto;
  color: var(--color-text-base);
}

.advantages .swiper-button-next::after {
  font-size: 26px;
}

.procedure__container {
  padding: 100px 100px 0px 100px;
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.procedure__title {
  text-align: center;
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  line-height: 18px;
  margin-bottom: 70px;
}

.procedure__steps {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(296px, 1fr));
  gap: 20px;
}

.procedure__step {
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.procedure__step--text {
  border: 2px solid #005b82;
  background: transparent;
}

.procedure__step--image {
  padding: 0px;
}

.procedure__step--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.procedure__step.orange {
  background: var(--color-card-orange);
  border: none;
}

.procedure__step-title {
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 32px;
  font-weight: var(--font-weight-bold);
  line-height: 40px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.procedure__step-text {
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 21px;
  font-weight: var(--font-weight-regular);
  line-height: 25px;
  padding: 0px 30px 10px 30px;
}

.procedure__footer {
  text-align: center;
  margin-top: 27px;
}

.procedure__button {
  background: var(--color-primary);
  color: var(--color-text-light);
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: var(--font-weight-bold);
  line-height: 30px;
  display: inline-block;
  padding: 12px 45px;
  text-decoration: none;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.procedure__button:hover {
  background-color: var(--color-accent);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.faq {
  padding: 40px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq__title {
  text-align: center;
  margin-bottom: 70px;
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  line-height: 18px;
}

.faq__list {
  max-width: 1135px;
}

.faq__item {
  border-top: 2px solid #d9ab73;
  padding: 15px 15px 15px 30px;
}

.faq__question {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 32px;
  font-weight: var(--font-weight-bold);
  line-height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.faq__toggle {
  font-size: 24px;
  color: var(--color-text-base);
}

.faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: var(--font-weight-regular);
  line-height: 25px;
  padding: 0 0 0 0;
}

.faq__question[aria-expanded=true] + .faq__answer {
  max-height: 580px;
  padding: 10px 0 0 0;
}

.faq__question[aria-expanded=true] .faq__toggle {
  content: "–";
}

.faq__text {
  margin-bottom: 30px;
}

.faq__btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 296px;
  background-color: var(--color-primary);
  border-radius: 30px;
  text-align: center;
  color: var(--color-text-light);
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: var(--font-weight-bold);
  line-height: 30px;
  padding: 12px;
}

.br-desktop {
  display: none;
}

.reviews {
  padding: 40px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviews__title {
  text-align: center;
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-weight: var(--font-weight-bold);
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 70px;
}

.reviews__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.reviews__card {
  background: var(--color-card-blue);
  width: 400px;
  height: 379px;
  border-radius: 30px;
  padding: 50px 43px 0px 30px;
}

.reviews__card4 {
  display: none;
}

.reviews__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 12px;
  margin-bottom: 15px;
}

.reviews__author {
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 32px;
  font-weight: var(--font-weight-bold);
  line-height: 40px;
}

.reviews-rating {
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.relax__icon {
  position: absolute;
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}

.reviews__text {
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: var(--font-weight-regular);
  line-height: 25px;
}

.all-reviews-link {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.all-reviews-link a {
  background: var(--color-primary);
  color: var(--color-text-light);
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: var(--font-weight-bold);
  line-height: 30px;
  display: inline-block;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.all-reviews-link a:hover {
  background-color: var(--color-accent);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.reviews__img {
  height: 50px;
}

.ya-red {
  color: #FF0000;
}

.dgis-blue {
  color: #A6CE38;
}

.gift {
  padding: 60px 20px;
}

.gift__container {
  margin: 0 auto;
}

.gift__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gift__header {
  text-align: center;
}

.gift__title {
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-weight: var(--font-weight-bold);
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 70px;
}

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

.gift__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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: center;
  -ms-flex-align: center;
  align-items: center;
}

.gift__subtitle {
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 32px;
  font-weight: var(--font-weight-bold);
  line-height: 40px;
  margin-bottom: 50px;
}

.gift__subtitle span {
  white-space: nowrap;
}

.gift__link {
  background: var(--color-primary);
  color: var(--color-text-light);
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: var(--font-weight-bold);
  line-height: 30px;
  display: inline-block;
  padding: 12px 44px;
  text-decoration: none;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gift__link:hover {
  background-color: var(--color-accent);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.gift__image-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 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;
}

.gift__image {
  max-width: 100%;
  height: auto;
}



.footer__title {
  color: var(--color-text-base);
  font-weight: var(--font-weight-bold);
  font-size: 14px;
  font-weight: var(--font-weight-bold);
  line-height: 18px;
  text-align: center;
  margin-bottom: 70px;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.footer__nav-btn {
  background-color: var(--color-primary);
  color: var(--color-text-light);
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  line-height: 20px;
  border-radius: 30px;
  padding: 8px 37px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.footer__nav-btn:hover {
  background-color: var(--color-accent);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.footer__nav-btn-3 {
  white-space: nowrap;
  padding: 8px 14px;
}

.footer__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 85px;
  margin-bottom: 30px;
}

.footer__socials {
  min-width: 280px;
}

.footer__social-list {
  border-top: 2px solid var(--color-line);
  width: 525px;
}

.footer__social-list a {
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 30px;
  border-bottom: 2px solid var(--color-line);
}

.footer__social-list .arrow {
  font-size: 18px;
}

.footer__contacts {
  padding: 21px 30px;
}

.footer__contacts p {
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: var(--font-weight-regular);
  line-height: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.footer__contacts p img {
  width: 24px;
}

.footer__contacts p a {
  color: var(--color-text-base);
}

.footer__info {
  min-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 103px;
}

.footer__contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 57px;
}

.footer__contact-block strong {
  color: var(--color-text-base);
}

.footer__contact-block p {
  margin-top: 21px;
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: var(--font-weight-regular);
  line-height: 20px;
}

.footer__contact-block img {
  width: 19px;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
}

.footer__bottom a {
  display: block;
  margin: 14px 0;
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: var(--font-weight-regular);
  line-height: 15px;
}

.footer__owner p {
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: var(--font-weight-regular);
  line-height: 15px;
  margin-bottom: 10px;
}

.footer__owner span {
  white-space: nowrap;
}

.header1__container {
  background-color: rgba(0, 0, 0, 0.1882352941);
  padding: 30px 100px 145px 100px;
  width: -webkit-fill-available;
  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: center;
  -ms-flex-align: center;
  align-items: center;
}

.header1__menu {
  width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header1__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
}

.header1__nav a {
  color: var(--color-text-light);
  font-family: var(--font-main);
  font-weight: var(--font-weight-bold);
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid var(--color-text-light);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header1__nav a:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.header1__nav-link {
  display: none;
}

.header1__burger {
  display: none;
}

.header1__content {
  width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header1__logo-block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0px 0px 0px 20px;
}

.header1__logo {
  margin-bottom: 56px;
}

.header1__logo img {
  max-width: 50%;
}

.header1__title {
  margin-bottom: 40px;
  color: var(--color-text-light);
  font-family: var(--font-main);
  font-size: 40px;
  font-weight: var(--font-weight-bold);
  line-height: 50px;
}

.header1__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.header1 .btn {
  color: var(--color-text-light);
  font-family: var(--font-main);
  font-weight: var(--font-weight-bold);
  font-size: 16px;
  line-height: 20px;
  padding: 16px 17px;
  border-radius: 30px;
  border: 1px solid var(--color-text-light);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header1 .btn:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.header1__promo {
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: center;
  margin-top: 18px;
  translate: 60px;
}

.header1__promo-percent {
  color: var(--color-text-light);
  font-family: var(--font-main);
  font-weight: var(--font-weight-regular);
  font-size: 64px;
}

.header1__promo-text {
  color: var(--color-text-light);
  font-family: var(--font-main);
  font-weight: var(--font-weight-regular);
  font-size: 24px;
  line-height: 30px;
}

.header1__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 722px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: -1;
}

.gift-about {
  padding: 60px 100px;
}

.gift-about__container {
  max-width: 1240px;
  margin: 0 auto;
}

.gift-about__title {
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  line-height: 18px;
  text-align: center;
  margin-bottom: 40px;
}

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

.gift-about__text-block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  background: #cfe0eb;
  border-radius: 30px 0 0 30px;
  padding: 50px;
}

.gift-about__subtitle {
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 32px;
  font-weight: var(--font-weight-bold);
  line-height: 40px;
  margin-bottom: 60px;
}

.gift-about__text {
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: var(--font-weight-regular);
  line-height: 25px;
}

.gift-about__image-block {
  border-radius: 0 30px 30px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 45%;
  flex: 1 1 45%;
}

.gift-about__image {
  border-radius: 0 30px 30px 0;
  width: 100%;
  height: auto;
  display: block;
}

.gift-faq {
  padding: 40px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gift-faq__title {
  text-align: center;
  margin-bottom: 70px;
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  line-height: 18px;
}

.gift-faq__list {
  max-width: 1135px;
}

.gift-faq__item {
  border-top: 2px solid #d9ab73;
  padding: 15px 15px 15px 30px;
}

.gift-faq__question {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 32px;
  font-weight: var(--font-weight-bold);
  line-height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.gift-faq__toggle {
  font-size: 24px;
  color: var(--color-text-base);
}

.gift-faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: var(--font-weight-regular);
  line-height: 25px;
  padding: 0 0 0 0;
}

.gift-faq__question[aria-expanded=true] + .gift-faq__answer {
  max-height: 580px;
  padding: 10px 0 0 0;
}

.gift-faq__question[aria-expanded=true] .gift-faq__toggle {
  content: "–";
}

.gift-faq__text {
  margin-bottom: 30px;
}

.no-wrap {
  white-space: nowrap;
}

.header2 {
  background-color: var(--color-primary);
}

.header2__container {
  max-width: 1440px;
  padding: 18px 50px 19px 68px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.header2__burger {
  display: none;
}

.header2__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header2__logo-img {
  width: 40px;
  height: auto;
}

.header2__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.header2__nav a {
  color: var(--color-text-light);
  font-family: var(--font-main);
  font-weight: var(--font-weight-bold);
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid var(--color-text-light);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header2__nav a:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.header2 .link0 {
  display: none;
}

.services-list__container {
  max-width: 1440px;
  padding: 70px 50px 100px 87px;
  margin: 0 auto;
}

.services-list__title {
  text-align: center;
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-weight: var(--font-weight-bold);
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 100px;
}

.services-list__items {
  max-width: 1135px;
  border-top: 2px solid #d9a36e;
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-list__item {
  border-bottom: 2px solid #d9a36e;
  margin-bottom: 10px;
}

.services-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 32px;
  font-weight: var(--font-weight-bold);
  line-height: 40px;
  padding: 27px 26px 28px 30px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.services-list__link:hover {
  color: var(--color-text-accent);
}

.services-list__link:hover .services-list__arrow {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}

.services-list__arrow {
  font-size: 24px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.massage-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.massage-grid__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 100px;
  gap: 20px;
}

.massage-grid__column2 {
  display: none;
}

.massage-grid__item {
  max-width: 610px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.massage-grid__item.active .massage-grid__content {
  max-height: 1000px;
  padding: 15px 30px;
  opacity: 1;
}

.massage-grid__img {
  width: 100%;
  display: block;
  border-radius: 15px 15px 0 0;
}

.massage-grid__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 0px 30px 30px;
  padding: 10px 20px;
  background-color: var(--color-card-blue);
}

.massage-grid__title.active {
  border-radius: 0px 0px 0px 0px;
}

.massage-grid__heading {
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 32px;
  font-weight: var(--font-weight-bold);
  line-height: 40px;
  text-wrap: balance;
}

.massage-grid__toggle {
  background: var(--color-accent-light);
  border-radius: 50%;
  background-size: contain;
  border: none;
  min-width: 74px;
  height: 74px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: 10px 10px 0 0;
  cursor: pointer;
}

.massage-grid__toggle:after {
  content: "";
}

.massage-grid__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--color-card-blue);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.massage-grid__text {
  max-width: 495px;
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: var(--font-weight-regular);
  line-height: 25px;
  margin-bottom: 65px;
}

.massage-grid__text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.massage-grid__prices {
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: var(--font-weight-bold);
  line-height: 30px;
  border-bottom: 2px solid var(--color-line);
  margin-bottom: 27px;
}

.massage-grid__prices span {
  font-weight: 700;
}

.massage-grid__session {
  padding: 30px 21px 30px 0px;
  border-top: 2px solid var(--color-line);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.massage-grid__btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: var(--color-primary);
  color: var(--color-text-light);
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  line-height: 20px;
  padding: 15px 30px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.massage-grid__btn:hover {
  background-color: var(--color-accent);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.floating-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.floating-grid__container {
  padding: 60px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 20px;
}

.floating-grid__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 610px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.floating-grid__item.active .floating-grid__content {
  max-height: 1199px;
  padding: 15px 30px;
  opacity: 1;
}

.floating-grid__img {
  width: 100%;
  display: block;
  border-radius: 15px 15px 0 0;
}

.floating-grid__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 0px 30px 30px;
  padding: 10px 20px;
  background-color: var(--color-card-blue);
}

.floating-grid__title.active {
  border-radius: 0px 0px 0px 0px;
}

.floating-grid__heading {
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 32px;
  font-weight: var(--font-weight-bold);
  line-height: 40px;
}

.floating-grid__toggle {
  background: var(--color-accent-light);
  border-radius: 50%;
  background-size: contain;
  border: none;
  min-width: 74px;
  height: 74px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: 10px 10px 0 0;
  cursor: pointer;
}

.floating-grid__toggle:after {
  content: "";
}

.floating-grid__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--color-card-blue);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.floating-grid__text {
  max-width: 495px;
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: var(--font-weight-regular);
  line-height: 25px;
  margin-bottom: 65px;
}

.floating-grid__text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.floating-grid__prices {
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: var(--font-weight-bold);
  line-height: 30px;
  border-bottom: 2px solid var(--color-line);
  margin-bottom: 27px;
}

.floating-grid__prices span {
  font-weight: 700;
}

.floating-grid__session {
  padding: 30px 21px 30px 0px;
  border-top: 2px solid var(--color-line);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.floating-grid__btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: var(--color-primary);
  color: var(--color-text-light);
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  line-height: 20px;
  padding: 15px 30px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.floating-grid__btn:hover {
  background-color: var(--color-accent);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.spa-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.spa-grid__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 100px;
  gap: 20px;
}

.spa-grid__column2 {
  display: none;
}

.spa-grid__item {
  max-width: 610px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.spa-grid__item.active .spa-grid__content {
  max-height: 1000px;
  padding: 15px 30px;
  opacity: 1;
}

.spa-grid__img {
  width: 100%;
  display: block;
  border-radius: 15px 15px 0 0;
}

.spa-grid__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 0px 30px 30px;
  padding: 10px 20px;
  background-color: var(--color-card-blue);
}

.spa-grid__title.active {
  border-radius: 0px 0px 0px 0px;
}

.spa-grid__heading {
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 32px;
  font-weight: var(--font-weight-bold);
  line-height: 40px;
}

.spa-grid__toggle {
  background: var(--color-accent-light);
  border-radius: 50%;
  background-size: contain;
  border: none;
  min-width: 74px;
  height: 74px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: 10px 10px 0 0;
  cursor: pointer;
}

.spa-grid__toggle:after {
  content: "";
}

.spa-grid__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--color-card-blue);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.spa-grid__text {
  max-width: 495px;
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: var(--font-weight-regular);
  line-height: 25px;
  margin-bottom: 65px;
}

.spa-grid__text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spa-grid__prices {
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: var(--font-weight-bold);
  line-height: 30px;
  border-bottom: 2px solid var(--color-line);
  margin-bottom: 27px;
}

.spa-grid__prices span {
  font-weight: 700;
}

.spa-grid__session {
  padding: 30px 21px 30px 0px;
  border-top: 2px solid var(--color-line);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.spa-grid__btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: var(--color-primary);
  color: var(--color-text-light);
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  line-height: 20px;
  padding: 15px 30px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.spa-grid__btn:hover {
  background-color: var(--color-accent);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.popup {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.31);
  display: none;
  z-index: 999;
}

.popup.active {
  display: block;
}

.popup__body {
  min-height: 100%;
  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: 30px 10px;
}

.popup__content {
  position: relative;
  background-color: var(--color-card-blue);
  max-width: 610px;
  width: 100%;
  padding: 100px 32px 48px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup__close {
  position: absolute;
  top: 21px;
  right: 31px;
  background: none;
  border: none;
  font-size: 48px;
  line-height: 1;
  cursor: pointer;
  color: rgb(5, 81, 125);
}

.popup__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}

.popup__input {
  background-color: rgb(217, 217, 217);
  width: 100%;
  padding: 14px 20px;
  border-radius: 30px;
  border: none;
  color: var(--color-control);
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: var(--font-weight-regular);
  line-height: 30px;
  outline: none;
}

.popup__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  color: var(--color-control);
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: var(--font-weight-regular);
  line-height: 30px;
}

.popup__checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 31px;
  height: 31px;
  background-color: var(--color-card-blue);
  border: 2px solid rgb(113, 115, 105);
  border-radius: 4px;
  cursor: pointer;
  margin-top: 3px;
  position: relative;
}

.popup__checkbox input:checked {
  background-color: var(--color-card-blue);
}

.popup__checkbox input:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 10px;
  width: 8px;
  height: 17px;
  border: solid #05517d;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup__checkbox a {
  color: #05517d;
  font-weight: 700;
  text-decoration: none;
}

.popup__btn {
  margin-top: 15px;
  border-radius: 30px;
  background: #05517d;
  color: #fff;
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  padding: 14px;
  text-align: center;
  cursor: pointer;
  border: none;
}

.popup__btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.promo-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  pointer-events: none;
  background: none;
  /* слой с текстом поверх картинки */
}

.promo-popup__content {
  position: relative;
  width: 360px;
  max-width: calc(100vw - 40px);
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateX(120%);
  -ms-transform: translateX(120%);
  transform: translateX(120%);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease, -webkit-transform 0.8s ease;
  pointer-events: all;
}

.promo-popup.show .promo-popup__content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.promo-popup__close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 26px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  line-height: 1;
}

.promo-popup__bg {
  position: relative;
  z-index: 1;
}

.promo-popup__bg img {
  width: 100%;
  height: auto;
  display: block;
}

.promo-popup__overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 28px 18px 22px;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 18px;
  text-align: center;
  font-family: "Arsenal", sans-serif;
  color: #fff;
}

.promo-popup__logo {
  width: 48%;
}

.promo-popup__top {
  color: #FDD493;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.1;
  margin: 0;
}

.promo-popup__date {
  display: inline-block;
  padding: 16px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.promo-popup__date:hover {
  background: rgba(0, 0, 0, 0.35);
}

.promo-popup__date:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.promo-popup__bottom {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  max-width: 90%;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.articles {
  padding: 40px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.articles__title {
  text-align: center;
  margin-bottom: 70px;
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  line-height: 18px;
}

.articles__list {
  max-width: 1135px;
}

.articles__item {
  border-top: 2px solid #d9ab73;
  padding: 15px 15px 15px 30px;
}

.articles__question {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 28px;
  font-weight: var(--font-weight-bold);
  line-height: 36px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.articles__toggle {
  font-size: 24px;
  color: var(--color-text-base);
}

.articles__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: var(--color-text-base);
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: var(--font-weight-regular);
  line-height: 24px;
  padding: 0 0 0 0;
}

.articles__answer img {
  max-width: 100%;
  height: auto;
  margin: 15px 0;
  border-radius: 10px;
}

.articles__text {
  text-indent: 30px;
  text-align: justify;
}

.articles__buttons {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.articles__question[aria-expanded=true] + .articles__answer {
  max-height: 580px;
  padding: 10px 0 0 0;
}

.articles__btn1 {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 250px;
  background-color: var(--color-primary);
  border-radius: 30px;
  text-align: center;
  color: var(--color-text-light);
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  line-height: 28px;
  padding: 10px;
  margin-top: 15px;
}

.articles__btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 250px;
  background-color: var(--color-primary);
  border-radius: 30px;
  text-align: center;
  color: var(--color-text-light);
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  line-height: 28px;
  padding: 10px;
  margin-top: 15px;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-family: var(--font-main);
  font-size: 14px;
  line-height: 1.4;
  padding: 15px;
  z-index: 9999;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.cookie-banner.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.cookie-banner__content {
  max-width: 1200px;
  margin: 0 auto;
  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;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cookie-banner__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cookie-banner__text a {
  color: #ffb86c;
  text-decoration: underline;
}

.cookie-banner__btn {
  background: #d9ab73;
  border: none;
  color: #000;
  font-weight: bold;
  border-radius: 20px;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  white-space: nowrap;
}

.cookie-banner__btn:hover {
  background: #c7985f;
}

@media screen and (max-width: 1554px) {
  .spa-grid__prices {
    font-size: 23px;
    line-height: 29px;
  }
}

@media screen and (max-width: 1551px) {
  .massage-grid__heading {
    font-size: 31px;
  }
}

@media screen and (max-width: 1522px) {
  .massage-grid__heading {
    font-size: 30px;
  }
}

@media screen and (max-width: 1511px) {
  .spa-grid__prices {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1492px) {
  .massage-grid__heading {
    font-size: 29px;
  }
}

@media screen and (max-width: 1467px) {
  .spa-grid__prices {
    font-size: 21px;
    line-height: 27px;
  }
}

@media screen and (max-width: 1463px) {
  .massage-grid__heading {
    font-size: 28px;
  }
}

@media screen and (max-width: 1442px) {
  .header__container {
    width: -webkit-fill-available;
  }

  .header__content {
    width: -webkit-fill-available;
  }

  .header1__menu {
    width: -webkit-fill-available;
  }

  .header1__content {
    width: -webkit-fill-available;
  }
}

@media screen and (max-width: 1440px) {
  .footer__socials {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 280px;
  }

  .footer__social-list {
    width: auto;
  }

  .footer__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 103px;
  }

  .footer__contact-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 57px;
  }

  .footer p {
    margin-top: 21px;
    color: var(--color-text-base);
    font-family: var(--font-main);
    font-size: 14px;
    font-weight: var(--font-weight-regular);
    line-height: 20px;
  }
}

@media screen and (max-width: 1439px) {
  .reviews__card4 {
    display: block;
  }
}

@media screen and (max-width: 1434px) {
  .massage-grid__column2 {
    display: block;
  }

  .massage-grid__column3 {
    display: none;
  }
}

@media screen and (max-width: 1430px) {
  .spa-grid__column2 {
    display: block;
  }

  .spa-grid__column3 {
    display: none;
  }
}

@media screen and (max-width: 1354px) {
  .advantages .advantage-card__text {
    padding: 32px 32px 32px 32px;
  }

  .advantages .advantage-card__text h3 {
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 1272px) {
  .advantages__container {
    padding: 100px 200px 0px 200px;
  }

  .advantages .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .advantages .swiper {
    max-width: 1240px;
  }

  .advantages .swiper-wrapper {
    top: 63px;
    height: 757px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .advantages .advantage-card__text {
    border-radius: 30px 30px 0 0;
  }

  .advantages .advantage-card__text h3 {
    font-size: 29px;
    line-height: 35px;
  }

  .advantages .advantage-card__text p {
    font-size: 18px;
    line-height: 23px;
  }

  .advantages .advantage-card__img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .advantages .advantage-card__img img {
    border-radius: 0 0 30px 30px;
  }
}

@media screen and (max-width: 1202px) {
  .header2__container {
    padding: 18px 50px 19px 50px;
  }

  .header2__nav {
    gap: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .footer__info {
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
    min-width: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }

  .footer__contact-block {
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer p {
    margin-top: 21px;
    color: var(--color-text-base);
    font-family: var(--font-main);
    font-size: 14px;
    font-weight: var(--font-weight-regular);
    line-height: 18px;
  }
}

@media screen and (max-width: 1199px) {
  .gift-about {
    padding: 60px 200px;
  }

  .gift-about__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gift-about__text-block {
    padding: 30px 20px;
    border-radius: 30px 30px 0 0;
  }

  .gift-about__subtitle {
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 47px;
  }

  .gift-about__text {
    font-size: 18px;
    line-height: 23px;
  }

  .gift-about__image {
    border-radius: 0 0 30px 30px;
  }
}

@media (max-width: 1127px) {
  .procedure__steps {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}

@media screen and (max-width: 1125px) {
  .header2__container {
    padding: 18px 40px 19px 40px;
  }

  .header2__nav {
    text-align: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 12px;
  }

  .header2__link {
    white-space: nowrap;
  }
}

@media screen and (max-width: 1119px) {
  .floating-grid__prices {
    font-size: 23px;
  }
}

@media screen and (max-width: 1094px) {
  .massage-grid__heading {
    font-size: 27px;
  }

  .floating-grid__heading {
    font-size: 28px;
  }

  .spa-grid__heading {
    font-size: 28px;
  }
}

@media screen and (max-width: 1089px) {
  .floating-grid__prices {
    font-size: 22px;
  }
}

@media screen and (max-width: 1059px) {
  .floating-grid__prices {
    font-size: 21px;
  }
}

@media screen and (max-width: 1029px) {
  .floating-grid__prices {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    padding: 30px 40px;
  }

  .header__promo {
    translate: 0px;
  }

  .relax {
    padding: 100px 40px 0px 40px;
  }

  .advantages .swiper-wrapper {
    height: 691px;
  }

  .faq {
    padding: 40px 40px;
  }

  .faq__title {
    font-size: 13px;
    line-height: 16px;
  }

  .faq__question {
    font-size: 25px;
    line-height: 31px;
  }

  .faq__answer {
    font-size: 17px;
    line-height: 21px;
  }

  .faq__text {
    margin-bottom: 15px;
  }

  .reviews {
    padding: 40px 40px;
  }

  .footer {
    padding: 30px 40px;
  }

  .footer__title {
    margin-bottom: 50px;
  }

  .footer__middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }

  .footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }

  .footer__social-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer__contacts {
    -webkit-box-flex: 0.8;
    -ms-flex: 0.8;
    flex: 0.8;
  }

  .footer__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer__contact-block {
    -webkit-box-flex: 0.7;
    -ms-flex: 0.7;
    flex: 0.7;
  }

  .footer__bottom {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 15px;
  }

  .header1__container {
    padding: 30px 40px 145px 40px;
  }

  .header1__promo {
    translate: 0px;
  }

  .gift-faq {
    padding: 40px 40px;
  }

  .gift-faq__title {
    font-size: 13px;
    line-height: 16px;
  }

  .gift-faq__question {
    font-size: 25px;
    line-height: 31px;
  }

  .gift-faq__answer {
    font-size: 17px;
    line-height: 21px;
  }

  .gift-faq__text {
    margin-bottom: 15px;
  }

  .articles {
    padding: 40px 40px;
  }

  .articles__title {
    font-size: 14px;
    line-height: 18px;
  }

  .articles__question {
    font-size: 22px;
    line-height: 28px;
  }

  .articles__answer {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 1024px) {
  .procedure__container {
    padding: 60px 40px 0px 40px;
  }
}

@media screen and (max-width: 1016px) {
  .massage-grid__container {
    padding: 60px 50px;
  }

  .massage-grid__heading {
    font-size: 24px;
  }

  .massage-grid__toggle {
    min-width: 64px;
    height: 64px;
  }

  .floating-grid__container {
    padding: 60px 50px;
  }

  .floating-grid__heading {
    font-size: 24px;
  }

  .floating-grid__toggle {
    min-width: 64px;
    height: 64px;
  }

  .spa-grid__container {
    padding: 60px 50px;
  }

  .spa-grid__heading {
    font-size: 24px;
  }

  .spa-grid__toggle {
    min-width: 64px;
    height: 64px;
  }
}

@media (max-width: 991px) {
  .relax__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 975px) {
  .spa-grid__prices {
    font-size: 18px;
    line-height: 20px;
  }
}

@media screen and (max-width: 922px) {
  .advantages__container {
    padding: 100px 100px 0px 100px;
  }

  .advantages .advantage-card__text {
    padding: 30px 20px 15px 20px;
  }
}

@media (max-width: 922px) {
  .gift-about {
    padding: 60px 100px;
  }

  .gift-about__subtitle {
    margin-bottom: 33px;
  }
}

@media screen and (max-width: 899px) {
  .reviews__card4 {
    display: none;
  }
}

@media screen and (max-width: 820px) {
  .massage-grid__container {
    padding: 40px 25px;
  }

  .floating-grid__container {
    padding: 40px 25px;
  }

  .spa-grid__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 25px;
  }

  .spa-grid__column2 {
    display: none;
  }
}

@media screen and (max-width: 813px) {
  .header2__link {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .header__content {
    margin-top: 75px;
  }

  .relax__title {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 50px;
  }

  .advantages .swiper-wrapper {
    height: 616px;
  }

  .advantages__container {
    padding: 100px 40px 0px 40px;
  }

  .advantages .advantage-card__text h3 {
    font-size: 27px;
    line-height: 30px;
    padding-bottom: 20px;
  }

  .advantages .advantage-card__text p {
    font-size: 16px;
    line-height: 21px;
  }

  .faq__title {
    margin-bottom: 50px;
    font-size: 12px;
    line-height: 15px;
  }

  .faq__question {
    font-size: 14px;
    line-height: 18px;
  }

  .faq__answer {
    font-size: 14px;
    line-height: 18px;
  }

  .faq__text {
    margin-bottom: 15px;
  }

  .footer__title {
    font-size: 12px;
    line-height: 15px;
  }

  .footer__nav {
    gap: 20px;
  }

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

  .footer__contact-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }

  .footer__contact-block strong {
    color: var(--color-text-base);
    margin-bottom: 10px;
  }

  .footer__contact-block p {
    margin-top: 13px;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .footer__addresses {
    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: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__schedule strong {
    margin-bottom: -3px;
  }

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

  .footer__bottom a {
    margin: 10px 0;
  }

  .footer__owner {
    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: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__owner p {
    margin-top: 0px;
  }

  .header1__content {
    margin-top: 75px;
  }

  .header1__video {
    height: 647px;
  }

  .gift-faq__title {
    margin-bottom: 50px;
    font-size: 12px;
    line-height: 15px;
  }

  .gift-faq__question {
    font-size: 14px;
    line-height: 18px;
  }

  .gift-faq__answer {
    font-size: 14px;
    line-height: 18px;
  }

  .gift-faq__text {
    margin-bottom: 15px;
  }

  .massage-grid__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 100px;
  }

  .massage-grid__column2 {
    display: none;
  }

  .floating-grid__container {
    padding: 40px 100px;
    display: block;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .spa-grid__container {
    padding: 40px 100px;
  }

  .popup__content {
    padding: 100px 22.5px 39px;
  }

  .popup__input {
    font-size: 19px;
    line-height: 24px;
  }

  .popup__checkbox {
    font-size: 19px;
    line-height: 24px;
  }

  .articles__title {
    margin-bottom: 50px;
    font-size: 13px;
    line-height: 16px;
  }

  .articles__question {
    font-size: 16px;
    line-height: 20px;
  }

  .articles__answer {
    font-size: 14px;
    line-height: 20px;
  }

  .articles__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .gift__image-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .gift-about__subtitle {
    font-size: 27px;
    line-height: 30px;
  }

  .gift-about__text {
    font-size: 16px;
    line-height: 21px;
  }

  .promo-popup {
    bottom: 10px;
    right: 10px;
  }

  .promo-popup__content {
    width: 92vw;
    max-width: 380px;
    -webkit-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%);
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: transform 0.6s ease, opacity 0.6s ease;
    transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
  }

  .promo-popup.show .promo-popup__content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .promo-popup__top {
    font-size: 40px;
  }

  .promo-popup__date {
    font-size: 16px;
    padding: 14px 18px;
  }

  .promo-popup__bottom {
    font-size: 14px;
    max-width: 92%;
  }

  .cookie-banner__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .cookie-banner__btn {
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 721px) {
  .gift-about {
    padding: 60px 40px;
  }
}

@media screen and (max-width: 666px) {
  .all-reviews-link {
    gap: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 634px) {
  .br-desktop {
    display: block;
  }
}

@media screen and (max-width: 620px) {
  body.lock {
    overflow: hidden;
  }

  .header__container {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__container.active {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__burger {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 43px;
    height: 43px;
    cursor: pointer;
  }

  .header__burger::before,
  .header__burger::after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    border-radius: 5px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .header__burger.active {
    z-index: 2;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .header__burger.active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 19px;
    background-color: var(--color-text-accent);
  }

  .header__burger.active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 19px;
    background-color: var(--color-text-accent);
  }

  .header__burger.active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__burger span {
    position: absolute;
    background-color: #fff;
    left: 0px;
    width: 100%;
    height: 5px;
    top: 19px;
    border-radius: 5px;
  }

  .header__burger::before {
    top: 6px;
  }

  .header__burger::after {
    bottom: 6px;
  }

  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 145px;
    gap: 15px;
    top: -125%;
    left: 0;
    width: 100%;
    height: 568px;
    background-color: var(--color-primary);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__nav-link {
    display: block;
  }

  .header__nav.active {
    z-index: 1;
    top: 0;
  }

  .header__nav a {
    color: var(--color-accent);
    font-family: var(--font-main);
    font-weight: var(--font-weight-bold);
    font-size: 16px;
    line-height: 20px;
    padding: 0px 0px;
    border-radius: 30px;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header__nav a:hover {
    border-color: var(--color-accent);
    color: var(--color-accent);
  }

  .header__content {
    margin-top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__logo-block {
    display: contents;
  }

  .header__logo {
    margin-bottom: 60px;
    width: 209px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .header__logo.active {
    position: relative;
    z-index: 1;
    -webkit-transform: translateY(385px);
    -ms-transform: translateY(385px);
    transform: translateY(385px);
    width: 114.59px;
  }

  .header__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }

  .header__promo {
    margin-top: 50px;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  body.lock {
    overflow: hidden;
  }

  .header1__container {
    padding: 30px 40px 169px 40px;
  }

  .header1__menu {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header1__menu.active {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header1__burger {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 43px;
    height: 43px;
    cursor: pointer;
  }

  .header1__burger::before,
  .header1__burger::after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    border-radius: 5px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .header1__burger.active {
    z-index: 2;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .header1__burger.active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 19px;
    background-color: var(--color-text-accent);
  }

  .header1__burger.active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 19px;
    background-color: var(--color-text-accent);
  }

  .header1__burger.active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header1__burger span {
    position: absolute;
    background-color: #fff;
    left: 0px;
    width: 100%;
    height: 5px;
    top: 19px;
    border-radius: 5px;
  }

  .header1__burger::before {
    top: 6px;
  }

  .header1__burger::after {
    bottom: 6px;
  }

  .header1__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 145px;
    gap: 15px;
    top: -125%;
    left: 0;
    width: 100%;
    height: 568px;
    background-color: var(--color-primary);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header1__nav-link {
    display: block;
  }

  .header1__nav.active {
    z-index: 1;
    top: 0;
  }

  .header1__nav a {
    color: var(--color-accent);
    font-family: var(--font-main);
    font-weight: var(--font-weight-bold);
    font-size: 16px;
    line-height: 20px;
    padding: 0px 0px;
    border-radius: 30px;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header1__nav a:hover {
    border-color: var(--color-accent);
    color: var(--color-accent);
  }

  .header1__content {
    margin-top: 103px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header1__logo-block {
    display: contents;
  }

  .header1__logo {
    margin-bottom: 50px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .header1__logo.active {
    position: relative;
    z-index: 1;
    -webkit-transform: translateY(300px);
    -ms-transform: translateY(300px);
    transform: translateY(300px);
    width: 228px;
  }

  .header1__title {
    margin-bottom: 50px;
  }

  .header1__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }

  .header1__promo {
    margin-top: 50px;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .header1__video {
    height: 647px;
  }

  body.lock {
    overflow: hidden;
  }

  .header2__container {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 18px 20px 19px 20px;
  }

  .header2__container.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header2__burger {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 43px;
    height: 43px;
    cursor: pointer;
  }

  .header2__burger::before,
  .header2__burger::after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    border-radius: 5px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .header2__burger.active {
    z-index: 2;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .header2__burger.active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 19px;
    background-color: var(--color-text-accent);
  }

  .header2__burger.active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 19px;
    background-color: var(--color-text-accent);
  }

  .header2__burger.active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header2__burger span {
    position: absolute;
    background-color: #fff;
    left: 0px;
    width: 100%;
    height: 5px;
    top: 19px;
    border-radius: 5px;
  }

  .header2__burger::before {
    top: 6px;
  }

  .header2__burger::after {
    bottom: 6px;
  }

  .header2__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 145px;
    gap: 15px;
    top: -125%;
    left: 0;
    width: 100%;
    height: 568px;
    background-color: var(--color-primary);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header2__nav-link {
    display: block;
  }

  .header2__nav.active {
    z-index: 1;
    top: 0;
  }

  .header2__nav a {
    color: var(--color-accent);
    font-family: var(--font-main);
    font-weight: var(--font-weight-bold);
    font-size: 16px;
    line-height: 20px;
    padding: 0px 0px;
    border-radius: 30px;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header2__nav a:hover {
    border-color: var(--color-accent);
    color: var(--color-accent);
  }

  .header2__logo {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .header2__logo.active {
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(400px);
    -ms-transform: translateY(400px);
    transform: translateY(400px);
  }

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

  .header2__container {
    padding: 18px 20px 19px 20px;
  }

  .services-list__container {
    padding: 70px 20px 100px 20px;
  }

  .services-list__title {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 600px) {
  .massage-grid__container {
    padding: 40px 50px;
  }

  .massage-grid__title {
    padding: 15px 15px;
  }

  .massage-grid__heading {
    font-size: 24px;
    line-height: 30px;
  }

  .massage-grid__toggle {
    min-width: 54px;
    height: 54px;
    margin: 0 0;
  }

  .massage-grid__text {
    margin-bottom: 30px;
  }

  .massage-grid__prices {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 25px;
  }

  .massage-grid__session {
    padding: 12px 0px 12px 0px;
  }

  .floating-grid__container {
    padding: 40px 50px;
  }

  .floating-grid__title {
    padding: 15px 15px;
  }

  .floating-grid__heading {
    font-size: 24px;
    line-height: 30px;
  }

  .floating-grid__toggle {
    min-width: 54px;
    height: 54px;
    margin: 0 0;
  }

  .floating-grid__text {
    margin-bottom: 30px;
  }

  .floating-grid__prices {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 25px;
  }

  .floating-grid__session {
    padding: 12px 0px 12px 0px;
  }

  .spa-grid__container {
    padding: 40px 50px;
  }

  .spa-grid__title {
    padding: 15px 15px;
  }

  .spa-grid__heading {
    font-size: 24px;
    line-height: 30px;
  }

  .spa-grid__toggle {
    min-width: 54px;
    height: 54px;
    margin: 0 0;
  }

  .spa-grid__text {
    margin-bottom: 30px;
  }

  .spa-grid__prices {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 25px;
  }

  .spa-grid__session {
    padding: 12px 0px 12px 0px;
  }
}

@media screen and (max-width: 589px) {
  .header1__video {
    height: 695px;
  }
}

@media screen and (max-width: 564px) {
  .gift__subtitle {
    text-align: center;
  }

  .gift__image-wrapper {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .footer__socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
  }
}

@media (max-width: 531px) {
  .faq__text br {
    display: none;
  }
}

@media screen and (max-width: 490px) {
  .relax {
    padding: 100px 10px 0px 10px;
  }

  .relax__title {
    font-size: 12px;
    line-height: 15px;
  }

  .relax .item-1 {
    background: url("../images/hero/Union1.webp") center/cover no-repeat;
  }

  .relax .item-2 {
    background: url("../images/hero/Union2.webp") center/cover no-repeat;
    height: 169px;
  }

  .relax .item-3 {
    background: url("../images/hero/Union3.webp") center/cover no-repeat;
  }

  .relax__item {
    width: 300px;
    height: 151px;
  }

  .relax__item-title {
    font-size: 24px;
    line-height: 15px;
  }

  .relax__item-text {
    font-size: 14px;
    line-height: 18px;
    padding: 22px 20px 0px 20px;
  }

  .reviews {
    padding: 40px 10px;
  }

  .reviews__title {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 473px) {
  .advantages .swiper-wrapper {
    top: 0px;
    height: 625px;
  }

  .advantages .swiper-button-prev {
    display: none;
  }

  .advantages .swiper-button-next {
    display: none;
  }
}

@media screen and (max-width: 449px) {
  .massage-grid__container {
    padding: 40px 50px;
  }

  .massage-grid__heading {
    font-size: 20px;
    line-height: 25px;
  }

  .massage-grid__toggle {
    min-width: 50px;
    height: 50px;
  }

  .massage-grid__text {
    font-size: 14px;
    line-height: 18px;
  }

  .floating-grid__container {
    padding: 40px 50px;
  }

  .floating-grid__heading {
    font-size: 20px;
    line-height: 25px;
  }

  .floating-grid__toggle {
    min-width: 50px;
    height: 50px;
  }

  .floating-grid__text {
    font-size: 14px;
    line-height: 18px;
  }

  .spa-grid__container {
    padding: 40px 50px;
  }

  .spa-grid__heading {
    font-size: 20px;
    line-height: 25px;
  }

  .spa-grid__toggle {
    min-width: 50px;
    height: 50px;
  }

  .spa-grid__text {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 425px) {
  .header {
    padding: 30px 10px;
  }

  .advantages__container {
    padding: 100px 10px 0px 10px;
  }

  .advantages .swiper-wrapper {
    height: 556px;
  }

  .advantages .advantage-card__text h3 {
    font-size: 24px;
    line-height: 25px;
  }

  .advantages .advantage-card__text p {
    font-size: 14px;
    line-height: 18px;
  }

  .faq {
    padding: 40px 10px;
  }

  .faq__item {
    padding: 12px 15px 12px 0px;
  }

  .faq .faq__btn {
    width: 242px;
    padding: 10px;
  }

  .reviews__title {
    font-size: 12px;
    line-height: 15px;
  }

  .reviews__card {
    padding: 30px 20px 30px 20px;
    width: 300px;
    height: 100%;
  }

  .reviews__header {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reviews__author {
    font-size: 24px;
    line-height: 30px;
  }

  .reviews__text {
    font-size: 14px;
    line-height: 18px;
  }

  .gift__title {
    margin-bottom: 50px;
  }

  .gift__subtitle {
    font-size: 24px;
    line-height: 30px;
  }

  .footer {
    padding: 30px 10px;
  }

  .footer__social-list a {
    padding: 13px 10px;
  }

  .header1__container {
    padding: 30px 10px 169px 10px;
  }

  .gift-faq {
    padding: 40px 10px;
  }

  .gift-faq__item {
    padding: 12px 15px 12px 0px;
  }

  .services-list__container {
    padding: 50px 20px 100px 20px;
  }

  .services-list__title {
    margin-bottom: 50px;
  }

  .services-list__link {
    font-size: 14px;
    line-height: 18px;
    padding: 6px 18px 5px 0px;
  }

  .services-list__arrow {
    width: 21px;
  }

  .massage-grid__container {
    padding: 40px 10px;
  }

  .massage-grid__item.active .massage-grid__content {
    padding: 15px 15px;
  }

  .floating-grid__container {
    padding: 40px 10px;
  }

  .floating-grid__item.active .floating-grid__content {
    padding: 15px 15px;
  }

  .spa-grid__container {
    padding: 40px 10px;
  }

  .spa-grid__item.active .spa-grid__content {
    padding: 15px 15px;
  }

  .popup__content {
    padding: 100px 13px 30px;
  }

  .popup__form {
    gap: 20px;
  }

  .popup__input {
    font-size: 14px;
    line-height: 18px;
  }

  .popup__checkbox {
    font-size: 14px;
    line-height: 18px;
  }

  .articles {
    padding: 40px 10px;
  }

  .articles__item {
    padding: 12px 15px 12px 0px;
  }

  .articles__btn1 {
    width: 200px;
    padding: 8px;
    font-size: 16px;
  }

  .articles__btn {
    width: 200px;
    padding: 8px;
    font-size: 16px;
  }
}

@media (max-width: 425px) {
  .procedure__container {
    padding: 50px 10px 0px 10px;
  }

  .procedure__title {
    margin-bottom: 50px;
  }

  .procedure__steps {
    gap: 15px;
  }

  .procedure__step--image img {
    height: 250px;
  }

  .procedure__footer {
    margin-top: 50px;
  }

  .gift-about {
    padding: 60px 10px;
  }

  .gift-about__title {
    font-size: 12px;
    line-height: 15px;
  }

  .gift-about__subtitle {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .gift-about__text {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 375px) {
  .procedure__step--image img {
    height: 172px;
  }

  .promo-popup__top {
    font-size: 35px;
  }
}

.webp .main{ background-image: url(../images/Layer_1.webp); }