@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../files/fonts/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../files/fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../files/fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../files/fonts/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../files/fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Wadik;
  font-display: swap;
  src: url("../files/fonts/Wadik.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

/*! 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.4;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

body {
  margin: 0;
}

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

:root {
  --primary: #fa1d12;
  --primary-h: #d50a00;
  --secondary: #c49870;
  --secondary-h: #b48051;
  --merino: #f7f2ea;
  --dark: #1c0f0a;
  --black: #111111;
  --crow: #26120a;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  user-select: none;
}

.body-hidden {
  overflow: hidden;
  touch-action: none;
}

.body {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
}

.body.error404 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.body.error404 main {
  display: flex;
  flex-direction: column;
  flex: 1;
}

:root {
  --content-width: 1520px;
  --content-width-big: 1520px;
  --offset-width: 15px;
  --container-width: calc(var(--content-width) + (var(--offset-width) * 2));
}

.container {
  max-width: var(--container-width);
  width: 100%;
  padding: 0 var(--offset-width);
  margin: 0 auto;
}

.btn-s {
  --background: var(--primary);
  --background-h: var(--primary-h);
  --border: var(--primary);
  --border-h: var(--primary-h);
  --color: white;
  --color-h: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  border: 1px solid var(--border);
  background-color: var(--background);
  border-radius: 0 0 30px 0;
  padding: 27px 56px;
  outline: none;
  width: fit-content;
  overflow: hidden;
  color: var(--color);
  user-select: none;
  text-align: center;
  z-index: 1;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.btn-s:active {
  color: var(--color-h);
  background-color: var(--border-h);
  border-color: var(--background-h);
}

.btn-s._swipe::before {
  position: absolute;
  content: "";
  background-color: var(--background-h);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: -1;
  transition: transform 0.3s ease-in-out;
}

.btn-s._circle span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--background-h);
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  z-index: -1;
}

.btn-s._secondary {
  --background: var(--secondary);
  --background-h: var(--secondary-h);
  --border: var(--secondary);
  --border-h: var(--secondary-h);
}

.btn-s._outline-secondary {
  --background: var(--secondary);
  --background-h: var(--secondary);
  --border: var(--secondary);
  --border-h: var(--secondary);
  --color: var(--dark);
  --color-h: white;
  border-radius: 0px;
}

.btn-s._outline-secondary::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  aspect-ratio: 1/1;
  border-radius: 0 0 30px 0;
  background-color: white;
  background-color: white;
  z-index: -1;
  transition: transform 0.3s ease-in-out, border-radius 0.1s ease;
}

.btn-play {
  --background: rgba(250, 29, 18, 0.5);
  --background-h: var(--primary-h);
  --color: white;
  --color-h: white;
  --border: transparent;
  --border-h: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  cursor: pointer;
  background-color: var(--background);
  border: 1px solid var(--border);
  color: var(--color);
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.btn-play svg {
  width: 30px;
  height: 30px;
}

.btn-play._outline {
  --background: transparent;
  --background-h: var(--primary);
  --color: white;
  --color-h: white;
  --border: rgba(250, 29, 18, 0.5);
  --border-h: var(--primary);
}

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

.s-title {
  display: flex;
  align-items: center;
  gap: 45px;
  font-family: "Wadik", sans-serif;
  font-weight: 700;
  font-size: 52px;
  margin: 0;
  line-height: 110%;
}

.s-title .title-icon {
  display: block;
  flex-shrink: 0;
}

[data-tab] {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

[data-tab]._active {
  display: block;
}

[data-tab]._show {
  opacity: 1;
}

.form-control {
  position: relative;
  min-height: 80px;
  width: 100%;
}

.form-control._white .input {
  --color: white;
  --color-a: white;
}

.form-control._active .input-label {
  font-size: 16px;
  transform: translateY(0);
}

.form-control._active .input {
  border-color: var(--border-a);
  color: var(--color-a);
  background-color: var(--background-a);
}

.input {
  --color: var(--dark);
  --border: var(--secondary);
  --background: transparent;
  --color-a: var(--dark);
  --border-a: var(--primary);
  --background-a: transparent;
  width: 100%;
  min-height: 55px;
  border: none;
  background-color: var(--background);
  border-bottom: 1px solid var(--border);
  color: var(--color);
  outline: none;
}

.input {
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.input:active {
  border-color: var(--border-a);
  background-color: var(--background-a);
  color: var(--color-a);
}

.input-label {
  display: block;
  transform: translateY(100%);
  line-height: 100%;
  pointer-events: none;
  width: fit-content;
  font-size: 18px;
  line-height: 19px;
  user-select: none;
}

.input-label {
  transition: transform 0.3s ease, font-size 0.3s ease;
}

.check-wrapper._white .wpcf7-list-item-label {
  --color: rgba(255, 255, 255, 0.5);
  --color-a: white;
}

.check-wrapper input[type=checkbox] {
  display: none;
}

.check-wrapper input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: var(--url) center/15px auto no-repeat;
  background-color: var(--background-a);
  border-color: var(--border-a);
}

.check-wrapper .wpcf7-list-item {
  margin-left: 0;
}

.check-wrapper .wpcf7-list-item-label {
  --color: rgba(28, 15, 10, 0.5);
  --color-a: var(--dark);
  --color-a-h: var(--primary);
  --border: var(--primary);
  --background: transparent;
  --border-a: var(--primary);
  --background-a: var(--primary);
  --url: url("../img/check-white.svg");
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  color: var(--color);
  font-size: 15px;
  line-height: 130%;
}

.check-wrapper .wpcf7-list-item-label a {
  color: var(--color-a);
  transition: color 0.3s ease;
}

.check-wrapper .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  border: 2px solid var(--border);
  background-color: var(--background);
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.content-box {
  line-height: 150%;
}

.content-box > * {
  margin: 0;
}

.content-box > *:not(:last-child) {
  margin-bottom: 1.2rem;
}

.content-box a {
  text-decoration: underline;
  color: var(--primary);
}

.content-box ul {
  padding: 0;
  list-style: none;
}

.content-box ul li {
  position: relative;
  padding-left: 25px;
}

.slider-nav {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-top: 30px;
}

.slider-nav .slider-pagination {
  flex: 1;
}

.slider-pagination {
  display: flex;
  gap: 10px;
}

.slider-pagination .swiper-pagination-bullet {
  --background: rgba(28, 15, 10, 0.2);
  --background-a: var(--primary);
  position: relative;
  height: 1px !important;
  width: auto;
  flex: 1;
  background-color: var(--background);
  opacity: 1 !important;
  margin: 0 !important;
  transition: background-color 0.3s ease;
}

.slider-pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  inset: -3px 0px;
  z-index: 1;
}

.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--background-a);
}

.slider-toggle {
  display: flex;
  flex-shrink: 0;
}

.slider-arrow {
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  flex: 0 0 65px;
  height: 35px;
  flex-shrink: 0;
  color: var(--dark);
  transition: color 0.3s ease, opacity 0.3s ease, flex 0.3s ease;
}

.slider-arrow.swiper-button-disabled {
  opacity: 0.5;
  flex-basis: 35px;
}

.slider-arrow.swiper-button-lock {
  display: none !important;
}

.slider-arrow._next {
  justify-content: flex-end;
}

.slider-arrow svg {
  width: 65px;
  flex-shrink: 0;
  height: 12px;
}

.slider-num {
  width: 100px;
  flex-shrink: 0;
  user-select: none;
  text-align: center;
  font-weight: 300;
  font-size: 28px;
  text-align: center;
  color: rgba(28, 15, 10, 0.5);
}

.sect-head {
  margin-bottom: 50px;
}

.sect-head__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.sect-m {
  margin: 80px 0px;
  scroll-margin-top: 100px;
}

.sect-p {
  padding: 80px 0px;
  scroll-margin-top: 40px;
}

.bg-black {
  background-color: var(--black);
  color: white;
}

.circle-rotate {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 220px;
  position: relative;
}

.circle-rotate-text {
  position: absolute;
  pointer-events: none;
  width: 100%;
  top: 0;
  left: 0;
  animation: rotate 10s linear infinite;
}

.circle-rotate-icon {
  display: block;
  pointer-events: none;
  width: 105px;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

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

.video-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.video-bg .video-bg-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  object-fit: cover;
  object-position: top left;
}

.sect-nav {
  position: relative;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--secondary);
}

.sect-nav._start::before {
  opacity: 0;
  visibility: hidden;
}

.sect-nav._end::after {
  opacity: 0;
  visibility: hidden;
}

.sect-nav .swiper-slide {
  box-sizing: border-box;
  width: fit-content !important;
}

.sect-nav::before,
.sect-nav::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  top: 0;
  bottom: 3px;
  width: 80px;
  z-index: 10;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sect-nav::before {
  left: 0;
  transform: rotate(180deg);
}

.sect-nav::after {
  right: 0;
}

.sect-nav-btn {
  cursor: pointer;
  font-family: "Wadik", sans-serif;
  user-select: none;
  font-weight: 700;
  font-size: 20px;
  white-space: nowrap;
  padding-bottom: 20px;
  transition: color 0.3s ease;
}

.sect-nav-btn._active {
  pointer-events: none;
}

.sect-nav-btn._active::after {
  right: 0;
}

.sect-nav-btn::after {
  position: absolute;
  content: "";
  left: 0;
  right: 100%;
  bottom: -1px;
  height: 3px;
  background-color: var(--primary);
  transition: right 0.3s ease;
}

.card-product {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.card-product__gallery {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.73;
}

.card-product__gallery img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.card-product__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 15px;
}

.card-product__price {
  font-family: "Wadik", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.card-product__arrow {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: var(--primary);
  transition: transform 0.3s ease;
}

.card-product__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  width: fit-content;
  margin: 15px 0px 0px 0px;
  transition: color 0.3s ease;
}

[data-more-item] {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

[data-more-item]._active {
  display: block;
}

[data-more-item]._show {
  opacity: 1;
  transform: translateY(0);
}

.social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-item {
  --background: transparent;
  --border: var(--primary);
  --color: white;
  --background-h: var(--primary);
  --border-h: var(--primary);
  --color-h: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background-color: var(--background);
  color: var(--color);
  cursor: pointer;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.social-item svg {
  width: 22px;
  height: 22px;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  color: white;
  z-index: 100;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.header._scroll {
  background-color: var(--dark);
}

.header._scroll .header__logo {
  width: 205px;
}

.header._scroll .header__content {
  border-color: transparent;
}

.header__wrap {
  padding-left: 50px;
  display: flex;
  align-items: flex-end;
  gap: 50px;
}

.header__logo {
  display: block;
  align-self: center;
  width: 265px;
  transition: width 0.3s ease;
}

.header__logo img {
  display: block;
  width: 100%;
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid white;
  transition: border-color 0.3s ease;
}

.header__tel {
  font-weight: 600;
  font-size: 24px;
  transition: color 0.3s ease;
}

.header__address {
  font-size: 16px;
  opacity: 0.7;
}

.header__navigation {
  flex-shrink: 0;
}

.header__list {
  display: flex;
  gap: 50px;
}

.header__list a {
  font-family: "Wadik", sans-serif;
  font-weight: 700;
  transition: color 0.3s ease;
}

.header__btn {
  flex: 0 1 290px;
  min-height: 100px;
  white-space: nowrap;
}

.header__burger-btn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.header__burger-btn div {
  width: 100%;
  height: 4px;
  background-color: currentColor;
}

.burger-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 110;
}

.burger-overlay._active {
  opacity: 1;
  visibility: visible;
}

.burger {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  padding: 15px;
  height: 100%;
  background-color: black;
  color: white;
  overflow-y: auto;
  width: 370px;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  z-index: 120;
}

.burger._open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.burger__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.burger__logo {
  display: block;
  width: 180px;
}

.burger__close {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  transition: color 0.3s ease;
}

.burger__close svg {
  width: 100%;
  height: 100%;
}

.burger__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 30px;
}

.burger__list a {
  font-family: "Wadik", sans-serif;
  transition: color 0.3s ease;
}

.burger__contacts {
  margin-top: auto;
}

.burger__tel {
  font-weight: 600;
  font-size: 24px;
  transition: color 0.3s ease;
}

.burger__address {
  opacity: 0.7;
}

.burger__btn-feedback {
  width: 100%;
  margin-top: 30px;
  flex-shrink: 0;
}

.fancybox__backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.modal {
  display: none;
  cursor: auto;
  width: 600px;
  max-width: 100%;
  padding: 50px 30px 30px 30px;
}

.modal__body {
  width: 100%;
}

.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.modal__close svg {
  width: 100%;
  height: 100%;
}

.modal__title {
  font-size: 32px;
  font-family: "Wadik", sans-serif;
  text-align: center;
  margin: 0;
}

.modal__content {
  text-align: center;
  margin: 20px 0px 0px 0px;
}

.modal__form {
  margin-top: 30px;
}

.modal__form .form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.modal__form .btn-s {
  width: 100%;
  margin-top: 25px;
}

.modal-product {
  position: fixed;
  inset: 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.modal-product._open {
  opacity: 1;
  visibility: visible;
}

.modal-product._open .modal-product__window {
  transform: translateY(0);
}

.modal-product__inside {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: flex-end;
}

.modal-product__overlay {
  position: absolute;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.5);
  inset: 0;
  z-index: 1;
}

.modal-product__window {
  position: relative;
  width: 100%;
  background-color: white;
  margin-top: 100px;
  z-index: 220;
  transform: translateY(100%);
  transition: transform 0.4s;
  z-index: 2;
}

.modal-product__window-body {
  position: relative;
  padding: 80px 0px;
}

.modal-product__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  cursor: pointer;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--merino);
  z-index: 10;
  transition: background-color 0.3s ease;
}

.modal-product__close svg {
  width: 24px;
  height: 24px;
}

.modal-product__wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}

.modal-product__gallery {
  flex: 0 1 800px;
  overflow: hidden;
}

.modal-product__gallery-slider {
  width: 100%;
}

.modal-product__gallery-slide {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/0.73;
}

.modal-product__gallery-slide img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s linear;
}

.modal-product__info {
  flex: 0 1 620px;
}

.modal-product__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
}

.modal-product__price {
  font-family: "Wadik", sans-serif;
  font-weight: 700;
  font-size: 28px;
  margin-top: 30px;
}

.modal-product__content {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 30px;
}

.modal-product__block {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  padding: 50px;
  background-color: var(--merino);
  max-width: 650px;
}

.modal-product__items {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  row-gap: 20px;
}

.modal-product__items._col {
  flex-direction: column;
}

.modal-product__items .item-val {
  font-family: "Wadik", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.modal-product__items .item-text {
  font-weight: 300;
  font-size: 15px;
  margin-top: 5px;
  opacity: 0.5;
}

.modal-product__block-main {
  padding-left: 30px;
  border-left: 1px solid var(--primary);
}

.modal-product__block-main-title {
  font-size: 16px;
  color: var(--crow);
  margin-bottom: 20px;
}

.s-hero {
  position: relative;
  overflow: hidden;
  padding-top: 195px;
  color: white;
  z-index: 1;
}

.s-hero::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 185px;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.7;
  z-index: -1;
}

.s-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 185px;
  z-index: -1;
}

.s-hero__bg .bg-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--dark);
}

.s-hero__bg .bg-wrap .img {
  opacity: 0.1;
  width: 100%;
  height: 100%;
}

.s-hero__slider {
  overflow: visible !important;
}

.s-hero__slide {
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.s-hero__slide.swiper-slide-active {
  opacity: 1;
}

.s-hero__slide-wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
}

.s-hero__slide-info {
  max-width: 625px;
}

.s-hero__slide-content {
  margin-top: 50px;
}

.s-hero__slide-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
  row-gap: 20px;
}

.s-hero__slide-img {
  display: block;
  width: 690px;
}

.s-hero .slider-nav {
  margin-top: 10px;
}

.s-about__wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 50px;
}

.s-about__info {
  flex: 0 1 690px;
  padding-top: 70px;
  padding-bottom: 50px;
}

.s-about__content {
  margin-top: 50px;
  max-width: 550px;
}

.s-about__gallery {
  position: relative;
  width: 780px;
  max-width: 100%;
}

.s-about__gallery .circle-rotate {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
}

.s-about__gallery-rect {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0 0 100px 0;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  aspect-ratio: 1/0.72;
}

.s-about__gallery-rect img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.s-about__gallery-rect .btn-play {
  position: absolute;
  z-index: 10;
}

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

.s-gallery::before {
  position: absolute;
  content: "";
  inset: 0px 0px 0px 100px;
  background-color: var(--merino);
  z-index: -1;
}

.s-gallery__slider {
  overflow: visible !important;
}

.s-gallery__slide {
  width: 640px !important;
  max-width: 100%;
  overflow: hidden;
  aspect-ratio: 1/0.58;
}

.s-gallery__slide img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: -1;
  transition: transform 0.3s linear;
}

.s-connect__body {
  position: relative;
  overflow: hidden;
  padding: 80px 20px;
  color: white;
  background-color: var(--black);
  z-index: 1;
}

.s-connect__body .video-bg {
  opacity: 0.5;
}

.s-connect__body-container {
  margin: 0 auto;
  width: 1120px;
  max-width: 100%;
}

.s-connect__title {
  margin-bottom: 50px;
  justify-content: center;
  text-align: center;
}

.s-connect__form .form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.s-connect__form .form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  row-gap: 20px;
  margin-top: 30px;
}

.s-connect__form .btn-s {
  flex: 0 1 360px;
}

.s-catalog__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 20px;
}

.s-catalog__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  row-gap: 30px;
}

.s-catalog__grid [data-more-item]:nth-child(-n+12) {
  display: block !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.s-catalog__btn-more {
  margin: 40px auto 0px auto;
}

.s-promo {
  overflow: hidden;
}

.s-promo__slide {
  overflow: hidden;
  aspect-ratio: 1/1.5;
}

.s-promo__slide img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s linear;
}

.s-contacts__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.s-contacts__gallery {
  display: block;
  flex: 0 1 750px;
  aspect-ratio: 1/0.87;
}

.s-contacts__video-gallery {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-contacts__info {
  flex: 0 1 700px;
}

.s-contacts__address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--primary);
  font-size: 22px;
  line-height: 130%;
}

.s-contacts__address img {
  display: block;
  flex-shrink: 0;
  width: 30px;
}

.s-contacts__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  margin-top: 70px;
}

.s-contacts__item {
  display: flex;
  align-items: center;
  gap: 30px;
}

.s-contacts__item .item-title {
  font-size: 15px;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.5);
  flex: 0 1 200px;
}

.s-contacts__item .item-tel {
  font-size: 22px;
  line-height: 130%;
  transition: color 0.3s ease;
}

.s-contacts__info-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 70px;
}

.s-contacts__btn-play {
  display: flex;
  align-items: center;
  gap: 20px;
}

.s-contacts__btn-play .btn-play {
  width: 80px;
  height: 80px;
}

.s-notfound {
  display: flex;
  align-items: center;
  text-align: center;
  padding-top: 195px;
}

.s-notfound {
  font-family: "Wadik";
  flex: 1;
}

.s-notfound__num {
  font-size: 140px;
}

.s-notfound__descr {
  margin: 20px 0;
}

.s-notfound__btn {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}

.footer {
  padding: 80px 0px;
  background-color: black;
  color: white;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.05em;
}

.footer__wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 485px;
}

.footer__col._flex-end {
  align-items: flex-end;
  text-align: right;
}

.footer__list {
  font-family: "Wadik", sans-serif;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  row-gap: 30px;
  font-size: 18px;
}

.footer__list a {
  font-weight: 700;
  transition: color 0.3s ease;
}

.footer__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: auto;
}

.footer__logo {
  display: block;
  width: 250px;
  margin: 0 auto;
}

.footer__info-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__info-list a {
  transition: color 0.3s ease;
}

.footer__dev {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  transition: color 0.3s ease;
}

.footer__dev img {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

@media (min-width: 1026px) {
  .header__burger-btn {
    display: none;
  }

  .burger-overlay {
    display: none !important;
  }

  .burger {
    display: none !important;
  }
}

@media (max-width: 1760px) {
  .header._scroll .header__logo {
    width: 190px;
  }

  .header__wrap {
    gap: 30px;
    padding-left: 30px;
  }

  .header__logo {
    width: 220px;
  }

  .header__list {
    gap: 30px;
  }

  .header__list a {
    font-size: 16px;
  }

  .header__btn {
    min-height: auto;
  }
}

@media (max-width: 1679px) {
  .s-gallery::before {
    left: 0;
  }
}

@media (max-width: 1539px) {
  .header__tel {
    font-size: 20px;
  }

  .header__address {
    font-size: 14px;
  }

  .header__list {
    gap: 20px;
  }

  .header__list a {
    font-size: 14px;
  }

  .header__btn {
    flex-basis: 220px;
    padding: 30px 25px;
  }

  .s-hero__slide-img {
    width: 640px;
  }

  .s-about__gallery {
    width: 720px;
  }
}

@media (max-width: 1365px) {
  .s-title {
    font-size: 44px;
  }

  .circle-rotate {
    width: 150px;
    height: 150px;
  }

  .circle-rotate-icon {
    width: 75px;
  }

  .header__contacts {
    display: none;
  }

  .header__navigation {
    margin: 0 auto;
  }

  .modal-product__window-body {
    padding: 70px 0px;
  }

  .modal-product__block {
    padding: 30px;
  }

  .s-hero {
    padding-top: 160px;
  }

  .s-hero::after {
    height: 90px;
  }

  .s-hero__bg {
    bottom: 90px;
  }

  .s-hero__slide-img {
    width: 550px;
  }

  .s-about__info {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .s-about__gallery {
    width: 550px;
  }

  .s-about__gallery-rect {
    border-radius: 0 0 70px 0;
  }

  .s-connect__body {
    padding: 70px 20px;
  }

  .s-notfound {
    padding-top: 160px;
  }
}

@media (max-width: 1199px) {
  .s-title {
    font-size: 40px;
  }

  .header._scroll .header__logo {
    width: 170px;
  }

  .header__logo {
    width: 200px;
  }

  .s-hero__slide-wrap {
    gap: 30px;
  }

  .s-hero__slide-buttons {
    gap: 20px;
  }

  .s-hero__slide-buttons .btn-s {
    padding-left: 30px;
    padding-right: 30px;
  }

  .s-hero__slide-img {
    width: 450px;
  }

  .s-about__wrap {
    flex-wrap: wrap;
    gap: 30px;
  }

  .s-about__info {
    width: 100%;
    flex: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .s-about__content {
    max-width: none;
    margin-top: 30px;
  }

  .s-about__gallery {
    width: 650px;
    margin: 0 auto;
  }

  .s-connect__body {
    padding: 60px 15px;
  }

  .s-catalog__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .s-contacts__items {
    margin-top: 40px;
    gap: 30px;
  }

  .s-contacts__info-bottom {
    margin-top: 40px;
  }

  .footer__logo {
    width: 200px;
  }
}

@media (max-width: 1025px) {
  .body {
    font-size: 16px;
  }

  .btn-s {
    padding: 20px 35px;
    border-radius: 0 0 20px 0;
  }

  .btn-s._outline-secondary::before {
    border-radius: 0 0 20px 0;
  }

  .s-title {
    font-size: 36px;
    gap: 30px;
  }

  .s-title .title-icon {
    width: 40px;
  }

  .slider-nav {
    gap: 30px;
  }

  .slider-toggle {
    gap: 15px;
  }

  .slider-arrow {
    flex-basis: 50px !important;
  }

  .slider-num {
    display: none;
  }

  .sect-head {
    margin-bottom: 30px;
  }

  .sect-m {
    margin: 60px 0px;
    scroll-margin-top: 80px;
  }

  .sect-p {
    padding: 60px 0px;
  }

  .sect-nav {
    margin-bottom: 30px;
  }

  .sect-nav::before,
  .sect-nav::after {
    width: 70px;
  }

  .sect-nav-btn {
    font-size: 18px;
  }

  .header__wrap {
    align-items: center;
    justify-content: space-between;
    padding: 15px;
  }

  .header__content {
    position: absolute;
    z-index: -9999;
    left: -9999px;
  }

  .header__btn {
    display: none;
  }

  .modal-product__window-body {
    padding: 60px 0px;
  }

  .modal-product__wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .modal-product__gallery {
    flex: auto;
    width: 100%;
    max-width: 800px;
  }

  .modal-product__info {
    flex: auto;
    width: 100%;
  }

  .s-hero {
    padding-top: 120px;
    padding-bottom: 30px;
  }

  .s-hero::after {
    display: none;
  }

  .s-hero__bg {
    bottom: 0;
  }

  .s-hero__slide-wrap {
    gap: 20px;
  }

  .s-hero__slide-content {
    margin-top: 30px;
  }

  .s-hero__slide-buttons {
    margin-top: 30px;
  }

  .s-hero__slide-img {
    width: 255px;
  }

  .s-hero .slider-nav .slider-pagination .swiper-pagination-bullet {
    --background: white;
  }

  .s-hero .slider-nav .slider-arrow {
    color: white;
  }

  .s-about__gallery {
    width: 550px;
  }

  .s-gallery__slide {
    width: 500px !important;
  }

  .s-connect__body {
    padding: 50px 15px;
  }

  .s-connect__title {
    margin-bottom: 30px;
  }

  .s-catalog__btn-more {
    margin-top: 30px;
  }

  .s-contacts__wrap {
    flex-wrap: wrap;
  }

  .s-contacts__gallery {
    flex: auto;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
  }

  .s-contacts__info {
    flex: auto;
    width: 100%;
  }

  .s-notfound {
    padding-top: 120px;
  }

  .footer {
    padding: 60px 0px;
  }

  .footer__list {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }

  .btn-play {
    width: 75px;
    height: 75px;
  }

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

  .s-title {
    font-size: 32px;
    gap: 20px;
  }

  .form-control {
    min-height: 60px;
  }

  .form-control._active .input-label {
    font-size: 14px;
  }

  .input {
    min-height: 40px;
  }

  .input-label {
    font-size: 16px;
  }

  .slider-nav .slider-toggle {
    display: none !important;
  }

  .sect-nav::before,
  .sect-nav::after {
    width: 60px;
  }

  .sect-nav-btn {
    font-size: 16px;
  }

  .card-product__line {
    margin-top: 10px;
  }

  .card-product__price {
    font-size: 18px;
  }

  .card-product__arrow {
    width: 16px;
    height: 16px;
  }

  .card-product__title {
    font-size: 16px;
    margin-top: 10px;
  }

  .social-item {
    width: 50px;
    height: 50px;
  }

  .social-item svg {
    width: 18px;
    height: 18px;
  }

  .header__wrap {
    padding: 10px;
  }

  .header__logo {
    width: 160px !important;
  }

  .header__burger-btn {
    width: 40px;
    height: 40px;
    gap: 7px;
  }

  .header__burger-btn div {
    height: 3px;
  }

  .modal__close {
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
  }

  .modal__title {
    font-size: 28px;
  }

  .modal-product__window-body {
    padding: 40px 0px;
  }

  .modal-product__close {
    width: 50px;
    height: 50px;
  }

  .modal-product__close svg {
    width: 18px;
    height: 18px;
  }

  .modal-product__title {
    font-size: 24px;
  }

  .modal-product__price {
    margin-top: 20px;
  }

  .modal-product__content {
    margin-top: 20px;
  }

  .modal-product__block {
    padding: 20px;
    flex-wrap: wrap;
    gap: 20px;
  }

  .modal-product__items {
    gap: 20px;
    width: 100%;
  }

  .modal-product__items._col {
    flex-direction: row;
  }

  .modal-product__items .item-val {
    font-size: 16px;
  }

  .modal-product__items .item-text {
    font-size: 14px;
  }

  .modal-product__block-main {
    padding: 20px 0px 0px 0px;
    border-left: none;
    border-top: 1px solid var(--primary);
    width: 100%;
  }

  .s-hero__slide-wrap {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .s-hero__slide-info {
    max-width: none;
    width: 100%;
  }

  .s-hero__slide-img {
    width: 400px;
  }

  .s-about__gallery .circle-rotate {
    position: static;
    transform: translate(0, 0);
    margin: 25px auto 0px auto;
  }

  .s-gallery__slide {
    width: 450px !important;
  }

  .s-connect__form .form-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .s-connect__form .check-wrapper {
    width: 100%;
  }

  .s-connect__form .btn-s {
    margin: 0 auto;
  }

  .s-catalog__buttons {
    width: 100%;
    gap: 20px;
    row-gap: 15px;
  }

  .s-catalog__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    row-gap: 20px;
  }

  .s-promo__slider {
    overflow: visible !important;
  }

  .s-promo__slide {
    width: 350px !important;
    max-width: 100%;
  }

  .s-contacts__address {
    font-size: 18px;
  }

  .s-contacts__item .item-title {
    flex-basis: 170px;
  }

  .s-contacts__info-bottom {
    margin-top: 30px;
  }

  .s-notfound__num {
    font-size: 120px;
  }

  .footer {
    padding: 40px 0px;
  }

  .footer__wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__col {
    order: 2;
  }

  .footer__col._flex-end {
    order: 3;
  }

  .footer__list {
    gap: 30px;
    row-gap: 20px;
  }

  .footer__logo {
    order: 1;
    margin: 0 auto;
    grid-column: 2 span;
  }
}

@media (max-width: 575px) {
  .s-title {
    font-size: 28px;
  }

  .card-product__price {
    font-size: 16px;
  }

  .card-product__title {
    font-size: 14px;
  }

  .header__logo {
    width: 140px !important;
  }

  .modal {
    padding: 40px 18px 18px 18px;
  }

  .modal__title {
    font-size: 24px;
  }

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

  .s-hero__slide-buttons {
    gap: 15px;
  }

  .s-hero__slide-buttons .btn-s {
    width: 100%;
  }

  .s-gallery__slide {
    width: 400px !important;
  }

  .s-connect__form .form-bottom {
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .s-connect__form .btn-s {
    flex: auto;
    width: 100%;
  }

  .s-catalog__buttons .btn-s {
    width: 100%;
  }

  .s-catalog__grid {
    gap: 10px;
  }

  .s-catalog__btn-more {
    width: 100%;
  }

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

  .s-contacts__address {
    flex-direction: column-reverse;
  }

  .s-contacts__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
  }

  .s-contacts__item {
    flex-direction: column;
    gap: 15px;
  }

  .s-contacts__item .item-title {
    flex: auto;
  }

  .s-contacts__info-bottom {
    flex-direction: column;
    align-items: center;
  }

  .s-contacts__btn-map {
    width: 100%;
  }

  .s-notfound {
    padding-top: 100px;
  }

  .footer__col {
    grid-column: 2 span;
    align-items: center !important;
    text-align: center !important;
    max-width: none;
  }

  .footer__list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

@media (any-hover: hover) {
  .btn-s:hover {
    color: var(--color-h);
    border-color: var(--border-h);
  }

  .btn-s._swipe:hover::before {
    transform: translateX(0px);
  }

  .btn-s._circle:hover span {
    width: 1000px;
    height: 1000px;
  }

  .btn-s._outline-secondary:hover::before {
    transform: translateX(-100%) scale(0);
  }

  .btn-play:hover {
    color: var(--color-h);
    background-color: var(--background-h);
    border-color: var(--border-h);
  }

  .input:hover::placeholder {
    opacity: 0 !important;
  }

  .check-wrapper .wpcf7-list-item-label a:hover {
    color: var(--color-a-h);
  }

  .content-box a:hover {
    text-decoration: none;
  }

  .sect-nav-btn:hover {
    color: var(--primary);
  }

  .card-product:hover .card-product__arrow {
    transform: rotate(45deg);
  }

  .card-product__title:hover {
    color: var(--primary);
  }

  .social-item:hover {
    background-color: var(--background-h);
    border-color: var(--border-h);
    color: var(--color-h);
  }

  .header__tel:hover {
    color: var(--primary);
  }

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

  .header__burger-btn:hover {
    color: var(--primary);
  }

  .burger__close:hover {
    color: var(--primary);
  }

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

  .burger__tel:hover {
    color: var(--primary);
  }

  .modal__close:hover {
    color: var(--primary);
  }

  .modal-product__close:hover {
    background-color: var(--secondary);
  }

  .modal-product__gallery-slide:hover img {
    transform: scale(1.08);
  }

  .s-gallery__slide:hover img {
    transform: scale(1.08);
  }

  .s-promo__slide:hover img {
    transform: scale(1.08);
  }

  .s-contacts__item .item-tel:hover {
    color: var(--primary);
  }

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

  .footer__info-list a:hover {
    color: var(--primary);
  }

  .footer__dev:hover img {
    opacity: 1;
  }
}

@media (hover: none) {
  .btn-s:active {
    color: var(--color-h);
    border-color: var(--border-h);
  }

  .btn-s._swipe:active::before {
    transform: translateX(0px);
  }

  .btn-s._circle:active span {
    width: 1000px;
    height: 1000px;
  }

  .btn-s._outline-secondary:active::before {
    transform: translateX(-100%) scale(0);
  }

  .btn-play:active {
    color: var(--color-h);
    background-color: var(--background-h);
    border-color: var(--border-h);
  }

  .input:active::placeholder {
    opacity: 0 !important;
  }

  .check-wrapper .wpcf7-list-item-label a:active {
    color: var(--color-a-h);
  }

  .content-box a:active {
    text-decoration: none;
  }

  .sect-nav-btn:active {
    color: var(--primary);
  }

  .card-product:active .card-product__arrow {
    transform: rotate(45deg);
  }

  .card-product__title:active {
    color: var(--primary);
  }

  .social-item:active {
    background-color: var(--background-h);
    border-color: var(--border-h);
    color: var(--color-h);
  }

  .header__tel:active {
    color: var(--primary);
  }

  .header__list a:active {
    color: var(--primary);
  }

  .header__burger-btn:active {
    color: var(--primary);
  }

  .burger__close:active {
    color: var(--primary);
  }

  .burger__list a:active {
    color: var(--primary);
  }

  .burger__tel:active {
    color: var(--primary);
  }

  .modal__close:active {
    color: var(--primary);
  }

  .modal-product__close:active {
    background-color: var(--secondary);
  }

  .modal-product__gallery-slide:active img {
    transform: scale(1.08);
  }

  .s-gallery__slide:active img {
    transform: scale(1.08);
  }

  .s-promo__slide:active img {
    transform: scale(1.08);
  }

  .s-contacts__item .item-tel:active {
    color: var(--primary);
  }

  .footer__list a:active {
    color: var(--primary);
  }

  .footer__info-list a:active {
    color: var(--primary);
  }

  .footer__dev:active img {
    opacity: 1;
  }
}