/* stylelint-disable */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
  ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* Grouping content
  ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/* Text-level semantics
  ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
  ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
  ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  font-family: inherit; /* 1 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  display: table; /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  outline-offset: -2px; /* 2 */
  -webkit-appearance: textfield; /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/* Interactive
  ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
  ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

/* stylelint-disable */
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt6Bic4AfeAid3VOBixDxfPYEza5O+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;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.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-box-sizing: content-box;
          box-sizing: content-box;
}

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

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

.swiper-pointer-events.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;
}

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

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

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

.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-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-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.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-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.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-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

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

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

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

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.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: 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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

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

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

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -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: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

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

/* Progress */
.swiper-pagination-progressbar {
  background: 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-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

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

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

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 15px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.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-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -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-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

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

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

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.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,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.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,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

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

.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-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-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  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-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;
}

@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Mozer";
  font-display: swap;
  src: url("../fonts/MozerRegular.woff2") format("woff2");
}
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "VelaSans";
  font-display: swap;
  src: url("../fonts/VelaSans-Regular.woff2") format("woff2");
}
@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "VelaSans";
  font-display: swap;
  src: url("../fonts/VelaSans-Medium.woff2") format("woff2");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "VelaSans";
  font-display: swap;
  src: url("../fonts/VelaSans-Bold.woff2") format("woff2");
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  color-scheme: only light !important;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

html {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  font-family: "VelaSans", "Arial", sans-serif;
  color: #151515;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media (max-width: 1023px) {
  html {
    font-size: 2.0025031289vw;
  }
}
@media (max-width: 799px) {
  html {
    font-size: 2.5039123631vw;
  }
}
@media (max-width: 639px) {
  html {
    font-size: 4.4444444444vw;
  }
}

body {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #faf7f0;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-top: 10rem;
}
@media (max-width: 799px) {
  .main {
    margin-top: 5.5rem;
  }
}

a {
  color: #151515;
  text-decoration: none;
  outline: none;
}

button {
  font-family: inherit;
  outline: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea {
  resize: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
          box-shadow: inset 0 0 0 1000px #ffffff;
  -webkit-text-fill-color: #151515;
}

input,
textarea {
  border-radius: 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
}
input:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

select {
  border-radius: 0;
}

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

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
          appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

select,
textarea,
input:matches([type=email],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=url]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

.security_field {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.scroll-lock-ios {
  position: fixed;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .scroll-lock-ios {
    position: static;
  }
}

.scroll-lock {
  overflow: hidden;
}

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

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fullscreen-image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 9999;
}

.overlay {
  position: fixed;
  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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9998;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1280px) {
  .container {
    max-width: 80rem;
    padding: 0 2.5rem;
  }
}
@media (max-width: 799px) {
  .container {
    padding: 0 1rem;
  }
}

.title {
  margin: 0;
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 120%;
  font-family: "Mozer", "Arial", sans-serif;
  color: #151515;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .title {
    font-size: 2rem;
  }
}
@media (max-width: 639px) {
  .title {
    font-size: 1.875rem;
  }
}

.subtitle {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #7c9473;
}
@media (max-width: 799px) {
  .subtitle {
    font-size: 1rem;
  }
}

.text {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: #151515;
}
@media (max-width: 1023px) {
  .text {
    font-size: 0.875rem;
  }
}

.subtext {
  margin: 0;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 130%;
  color: #151515;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  cursor: pointer;
  gap: 1.375rem;
  height: 3rem;
  padding: 0.5rem;
  color: #faf7f0;
  font-size: 1rem;
  line-height: 100%;
  background: #7c9473;
  -webkit-transition: background 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  border-radius: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.button--arrow::after {
  content: "";
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("../img/icon-btn-arrow.svg");
          mask-image: url("../img/icon-btn-arrow.svg");
  width: 0.5625rem;
  height: 1.125rem;
  background: #faf7f0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 1023px) {
  .button--arrow::after {
    width: 0.4375rem;
    height: 0.875rem;
  }
}
@media (max-width: 1023px) {
  .button {
    gap: 1rem;
    height: 2.5rem;
    font-size: 0.875rem;
  }
}
@media (hover: hover) {
  .button:hover, .button:focus-visible {
    color: #7c9473;
    background: #faf7f0;
    -webkit-box-shadow: -4px -4px 16px 0px #E8E2D6, 4px 4px 16px 0px #E8E2D6;
            box-shadow: -4px -4px 16px 0px #E8E2D6, 4px 4px 16px 0px #E8E2D6;
  }
  .button:hover::after, .button:focus-visible::after {
    background: #7c9473;
  }
}

.header {
  position: fixed;
  top: 2.5rem;
  left: 50%;
  z-index: 99;
  width: 100%;
  max-width: 1160px;
  background: #faf7f0;
  border-radius: 1rem;
  -webkit-box-shadow: -4px -4px 16px 0px #E8E2D6, 4px 4px 16px 0px #E8E2D6;
          box-shadow: -4px -4px 16px 0px #E8E2D6, 4px 4px 16px 0px #E8E2D6;
  -webkit-transform: translate3D(-50%, 0, 0);
      -ms-transform: translate3D(-50%, 0, 0);
          transform: translate3D(-50%, 0, 0);
  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;
  padding: 0.875rem 1.25rem;
  gap: 2.5rem;
}
@media (max-width: 1280px) {
  .header {
    max-width: 75rem;
  }
}
@media (max-width: 1023px) {
  .header {
    max-width: 45rem;
  }
}
@media (max-width: 799px) {
  .header {
    max-width: 38rem;
    top: 1rem;
    padding: 0.5rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
}
@media (max-width: 639px) {
  .header {
    max-width: 20.5rem;
  }
}
@media (max-width: 799px) {
  .header__nav {
    display: none;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 799px) {
  .is-active .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header__nav-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0.8125rem 2.5rem;
}
@media (max-width: 799px) {
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.header__nav-item:nth-child(1) {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}
.header__nav-item:nth-child(3) {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.header__nav-link {
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 120%;
  color: #151515;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .header__nav-link:hover, .header__nav-link:focus-visible {
    color: #7c9473;
  }
}
.header__burger {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  -webkit-box-shadow: -4px -4px 16px 0px #E8E2D6, 4px 4px 16px 0px #E8E2D6;
          box-shadow: -4px -4px 16px 0px #E8E2D6, 4px 4px 16px 0px #E8E2D6;
  -webkit-transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  background: #faf7f0;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  -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;
  gap: 0.4375rem;
  -ms-grid-column-align: end;
      justify-self: end;
}
.header__burger.is-active::before {
  -webkit-mask-image: url("../img/icon-burger-close.svg");
          mask-image: url("../img/icon-burger-close.svg");
}
.header__burger::before {
  content: "";
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url("../img/icon-burger.svg");
          mask-image: url("../img/icon-burger.svg");
  width: 1.125rem;
  height: 1rem;
  background: #7c9473;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 799px) {
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__contacts {
  display: none;
}
.header__nav-list--sm .header__nav-link {
  font-size: 1.125rem;
}

.footer {
  margin-bottom: 2.5rem;
}
@media (max-width: 799px) {
  .footer {
    margin-bottom: 1rem;
  }
}
.footer__wrapper {
  position: relative;
  z-index: 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-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  min-height: 53.75rem;
  padding: 2.5rem;
}
@media (max-width: 1280px) {
  .footer__wrapper {
    min-height: 47.5rem;
  }
}
@media (max-width: 1023px) {
  .footer__wrapper {
    min-height: 28.5rem;
    padding: 1.25rem;
  }
}
@media (max-width: 799px) {
  .footer__wrapper {
    margin-bottom: 0.5rem;
  }
}
.footer__img {
  border-radius: 1rem;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -1;
}
@media (max-width: 799px) {
  .footer__img {
    border-radius: 0.5rem;
  }
}
.footer__content {
  width: 100%;
  background: #faf7f0;
  border-radius: 1rem;
  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;
  padding: 0.875rem 1.25rem;
  gap: 2.5rem;
}
@media (max-width: 799px) {
  .footer__content {
    padding: 0.5rem;
  }
}
@media (max-width: 639px) {
  .footer__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.footer__address {
  margin: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 120%;
  color: #151515;
}
.footer__link {
  font-weight: 500;
  font-size: 1rem;
  line-height: 120%;
  color: #151515;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .footer__link:hover, .footer__link:focus-visible {
    color: #7c9473;
  }
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.socials__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  -webkit-box-shadow: -4px -4px 16px 0px #E8E2D6, 4px 4px 16px 0px #E8E2D6;
          box-shadow: -4px -4px 16px 0px #E8E2D6, 4px 4px 16px 0px #E8E2D6;
  -webkit-transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  background: #faf7f0;
  border-radius: 50%;
}
@media (hover: hover) {
  .socials__link:hover, .socials__link:focus-visible {
    background: #7c9473;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .socials__link:hover::before, .socials__link:focus-visible::before {
    background: #faf7f0;
  }
}
.socials__link::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: #7c9473;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.socials__link--tg::before {
  -webkit-mask-image: url("../img/ic-tg.svg");
          mask-image: url("../img/ic-tg.svg");
}
.socials__link--tel::before {
  -webkit-mask-image: url("../img/ic-tel.svg");
          mask-image: url("../img/ic-tel.svg");
}
.socials__link--mail::before {
  -webkit-mask-image: url("../img/ic-mail.svg");
          mask-image: url("../img/ic-mail.svg");
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal__wrapper {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background: rgba(21, 21, 21, 0.9);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 3.75rem 2.5rem;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal__content {
  position: relative;
  width: 100%;
  max-width: 37.5rem;
  padding: 3.125rem 2.5rem;
  background: #ffffff;
  border-radius: 0.625rem;
}
.modal__close-btn {
  position: absolute !important;
  top: 0.9375rem !important;
  right: 0.9375rem !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  padding: 0.125rem !important;
  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;
  border: none;
  cursor: pointer;
  outline: none;
}
.modal__close-btn svg {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
}
.modal__close-btn svg path {
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
  stroke: #151515;
}
.modal__title {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.modal__text {
  margin: 0;
}
.modal--services .modal__content section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.modal--services .modal__content section .bigtext,
.modal--services .modal__content section .text {
  text-align: left;
}
.modal--preload {
  -webkit-transition: none;
  transition: none;
}
.modal.is-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: auto;
}
.modal iframe {
  max-width: 100%;
  border: none;
}
.modal--form .modal__content {
  padding: 0;
  max-width: 43.75rem;
  background: #ffffff;
  border-radius: 0.625rem;
}

.hero {
  margin-bottom: 8.75rem;
}
@media (max-width: 1023px) {
  .hero {
    margin-bottom: 6.875rem;
  }
}
@media (max-width: 799px) {
  .hero {
    margin-bottom: 5rem;
  }
}
.hero__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 41.25rem 1fr;
  grid-template-columns: 41.25rem 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2.5rem;
}
@media (max-width: 1280px) {
  .hero__wrapper {
    -ms-grid-columns: 43.25rem 1fr;
    grid-template-columns: 43.25rem 1fr;
    -ms-grid-rows: 16.875rem 16.25rem;
    grid-template-rows: 16.875rem 16.25rem;
    gap: 1.875rem 1.25rem;
  }
}
@media (max-width: 1023px) {
  .hero__wrapper {
    -ms-grid-columns: 25.75rem 1fr;
    grid-template-columns: 25.75rem 1fr;
    gap: 1.25rem;
    -ms-grid-rows: 10rem 13.75rem;
    grid-template-rows: 10rem 13.75rem;
  }
}
@media (max-width: 799px) {
  .hero__wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    gap: 1.75rem 1rem;
  }
}
@media (max-width: 639px) {
  .hero__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.75rem 1rem;
  }
}
.hero__info {
  -ms-grid-row-span: 2;
  grid-row: span 2;
  position: relative;
  min-height: 35rem;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 1280px) {
  .hero__info {
    min-height: 33.75rem;
  }
}
@media (max-width: 1023px) {
  .hero__info {
    min-height: 21.25rem;
  }
}
@media (max-width: 799px) {
  .hero__info {
    min-height: 16.25rem;
    -ms-grid-row-span: 1;
    grid-row: span 1;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media (max-width: 639px) {
  .hero__info {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
.hero__info-img-block {
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: -2;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 799px) {
  .hero__info-img-block {
    border-radius: 0.5rem;
  }
}
.hero__info-img-block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../img/mask/info-mask.svg");
  background-size: 100% 100%;
  z-index: 1;
}
@media (max-width: 1280px) {
  .hero__info-img-block::before {
    background-image: url("../img/mask/info-mask-l.svg");
  }
}
@media (max-width: 1023px) {
  .hero__info-img-block::before {
    background-image: url("../img/mask/info-mask-t.svg");
  }
}
@media (max-width: 799px) {
  .hero__info-img-block::before {
    background-image: url("../img/mask/info-mask-mb.svg");
  }
}
@media (max-width: 639px) {
  .hero__info-img-block::before {
    background-image: url("../img/mask/info-mask-m.svg");
  }
}
.hero__info-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 2.5rem;
  max-width: 31.25rem;
}
@media (max-width: 1280px) {
  .hero__info-content {
    gap: 3.4375rem;
  }
}
@media (max-width: 1023px) {
  .hero__info-content {
    gap: 2.5rem;
    margin-bottom: -0.3125rem;
    max-width: 18.75rem;
  }
}
@media (max-width: 799px) {
  .hero__info-content {
    gap: 0.625rem;
    max-width: 31.25rem;
  }
}
@media (max-width: 639px) {
  .hero__info-content {
    gap: 0.9375rem;
    margin-bottom: -0.3125rem;
    max-width: 15.625rem;
  }
}
.hero__tag {
  border: 2px solid #7c9473;
  border-radius: 0.5rem;
  padding: 0.5rem;
  width: 10rem;
  min-height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 100%;
  color: #7c9473;
}
@media (max-width: 1280px) {
  .hero__tag {
    width: 11.25rem;
  }
}
@media (max-width: 1023px) {
  .hero__tag {
    width: 6.4375rem;
    min-height: 1.6875rem;
    font-size: 0.875rem;
    display: none;
  }
}
@media (max-width: 799px) {
  .hero__tag {
    width: 9.75rem;
    min-height: 2rem;
    padding: 0.375rem;
    display: block;
  }
}
@media (max-width: 639px) {
  .hero__tag {
    display: none;
    width: 5.625rem;
    min-height: 1.6875rem;
  }
}
.hero__tag--alternate {
  display: none;
}
@media (max-width: 1023px) {
  .hero__tag--alternate {
    display: block;
  }
}
@media (max-width: 799px) {
  .hero__tag--alternate {
    display: none;
  }
}
@media (max-width: 639px) {
  .hero__tag--alternate {
    display: block;
  }
}
.hero__main-mask {
  max-width: unset;
  top: -1px;
  left: -1px;
  position: absolute;
  pointer-events: none;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
}
@media (max-width: 639px) {
  .hero__img-block {
    display: none;
  }
}
.hero__block-img {
  border-radius: 1rem;
  width: 28.75rem;
  height: 16.875rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .hero__block-img {
    width: 30.5rem;
    height: 16.875rem;
  }
}
@media (max-width: 1023px) {
  .hero__block-img {
    width: 18rem;
    height: 10rem;
  }
}
@media (max-width: 799px) {
  .hero__block-img {
    border-radius: 0.5rem;
    width: 18.5rem;
    height: 12.25rem;
  }
}
.hero__slider-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 799px) {
  .hero__slider-block {
    min-height: 8.75rem;
  }
}
@media (max-width: 639px) {
  .hero__slider-block {
    min-height: 13.5rem;
  }
}
.hero__slider {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  height: 100%;
  padding: 1.875rem 0 1.625rem 0;
  position: relative;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1280px) {
  .hero__slider {
    padding: 1.875rem 0 1.625rem 0;
  }
}
@media (max-width: 1023px) {
  .hero__slider {
    padding: 0;
  }
}
.hero__slider-wrapper {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero__slider-link {
  width: 14.375rem;
  margin-left: auto;
}
@media (max-width: 1280px) {
  .hero__slider-link {
    width: 15.625rem;
  }
}
@media (max-width: 1023px) {
  .hero__slider-link {
    width: 100%;
  }
}
.hero__slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 1023px) {
  .hero__slider-controls {
    margin: auto 0 1.25rem auto;
  }
}
@media (max-width: 799px) {
  .hero__slider-controls {
    margin: auto 0 1rem auto;
  }
}
.hero__slider-control {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: -4px -4px 16px 0px #E8E2D6, 4px 4px 16px 0px #E8E2D6;
          box-shadow: -4px -4px 16px 0px #E8E2D6, 4px 4px 16px 0px #E8E2D6;
  background: #faf7f0;
  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;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (max-width: 1023px) {
  .hero__slider-control {
    width: 2rem;
    height: 2rem;
  }
}
.hero__slider-control--prev::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (hover: hover) {
  .hero__slider-control:hover, .hero__slider-control:focus-visible {
    background: #7c9473;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .hero__slider-control:hover::before, .hero__slider-control:focus-visible::before {
    background: #faf7f0;
  }
}
.hero__slider-control::before {
  content: "";
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url("../img/icon-btn-arrow.svg");
          mask-image: url("../img/icon-btn-arrow.svg");
  width: 0.5rem;
  height: 1rem;
  background: #7c9473;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 1023px) {
  .hero__slider-control::before {
    width: 0.375rem;
    height: 0.75rem;
  }
}
.hero__slider-slide {
  position: relative;
  pointer-events: none;
  width: 28.75rem;
  height: 16.25rem;
  z-index: -2;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .hero__slider-slide {
    width: 30.5rem;
    height: 16.25rem;
  }
}
@media (max-width: 1023px) {
  .hero__slider-slide {
    width: 18rem;
    height: 10rem;
  }
}
@media (max-width: 799px) {
  .hero__slider-slide {
    border-radius: 0.5rem;
    width: 18.5rem;
    height: 8.75rem;
  }
}
@media (max-width: 639px) {
  .hero__slider-slide {
    width: 20.5rem;
    height: 10rem;
  }
}
.hero__slider-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../img/mask/slide.svg");
  background-size: 100% 100%;
  z-index: 1;
}
@media (max-width: 1280px) {
  .hero__slider-slide::before {
    background-image: url("../img/mask/slide-l.svg");
  }
}
@media (max-width: 1023px) {
  .hero__slider-slide::before {
    background-image: url("../img/mask/slide-t.svg");
  }
}
@media (max-width: 799px) {
  .hero__slider-slide::before {
    background-image: url("../img/mask/slide-mb.svg");
  }
}
@media (max-width: 639px) {
  .hero__slider-slide::before {
    background-image: url("../img/mask/slide-m.svg");
  }
}
.hero__slide-img {
  top: 0;
  left: 0;
  position: absolute;
  width: 28.75rem;
  height: 16.25rem;
  z-index: -2;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .hero__slide-img {
    width: 30.5rem;
    height: 16.25rem;
  }
}
@media (max-width: 1023px) {
  .hero__slide-img {
    width: 18rem;
    height: 10rem;
  }
}
@media (max-width: 799px) {
  .hero__slide-img {
    border-radius: 0.5rem;
    width: 18.5rem;
    height: 8.75rem;
  }
}
@media (max-width: 639px) {
  .hero__slide-img {
    width: 20.5rem;
    height: 10rem;
  }
}

.products {
  margin-bottom: 8.75rem;
}
@media (max-width: 1023px) {
  .products {
    margin-bottom: 6.875rem;
  }
}
@media (max-width: 799px) {
  .products {
    margin-bottom: 5rem;
  }
}
.products__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35rem 1fr;
  grid-template-columns: 35rem 1fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1280px) {
  .products__top {
    -ms-grid-columns: 36.875rem 1fr;
    grid-template-columns: 36.875rem 1fr;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 1023px) {
  .products__top {
    -ms-grid-columns: 21.875rem 1fr;
    grid-template-columns: 21.875rem 1fr;
  }
}
@media (max-width: 799px) {
  .products__top {
    -ms-grid-columns: 18.5rem 1fr;
    grid-template-columns: 18.5rem 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 639px) {
  .products__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.products__top-img {
  width: 35rem;
  height: 35rem;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .products__top-img {
    width: 36.875rem;
    height: 36.875rem;
  }
}
@media (max-width: 1023px) {
  .products__top-img {
    width: 21.875rem;
    height: 21.875rem;
  }
}
@media (max-width: 799px) {
  .products__top-img {
    width: 18.5rem;
    height: 18.5rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 639px) {
  .products__top-img {
    width: 20.5rem;
    height: 20.5rem;
  }
}
.products__title {
  margin-bottom: 2.8125rem;
}
@media (max-width: 1280px) {
  .products__title {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 799px) {
  .products__title {
    margin-bottom: 1.25rem;
  }
}
.products__subtitle {
  margin-bottom: 1.875rem;
}
@media (max-width: 1280px) {
  .products__subtitle {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 1023px) {
  .products__subtitle {
    margin-bottom: 0.625rem;
  }
}
.products__text:not(:last-of-type) {
  margin-bottom: 1.5625rem;
}
@media (max-width: 1023px) {
  .products__text:not(:last-of-type) {
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 799px) {
  .products__text:not(:last-of-type) {
    margin-bottom: 0.625rem;
  }
}
.products__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}
@media (max-width: 1280px) {
  .products__list {
    gap: 1.25rem;
  }
}
@media (max-width: 799px) {
  .products__list {
    gap: 1rem;
  }
}
@media (max-width: 639px) {
  .products__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
  }
}
.products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
  width: 22.5rem;
  height: 22.5rem;
}
@media (max-width: 1280px) {
  .products__item {
    width: 24.1875rem;
    height: 24.1875rem;
  }
}
@media (max-width: 1023px) {
  .products__item {
    width: 14.1875rem;
    height: 16.4375rem;
  }
}
@media (max-width: 799px) {
  .products__item {
    width: 12rem;
    height: 14.5rem;
  }
}
@media (max-width: 639px) {
  .products__item {
    width: 9.75rem;
    height: 12.25rem;
  }
}
.products__item:nth-of-type(1) .products__item-content {
  margin: auto 0 0.625rem 0.625rem;
}
@media (max-width: 1280px) {
  .products__item:nth-of-type(1) .products__item-content {
    margin: auto 0 0 0;
  }
  .products__item:nth-of-type(1) .products__item-content br {
    display: none;
  }
}
@media (max-width: 799px) {
  .products__item:nth-of-type(1) .products__item-content {
    width: 6.375rem;
  }
}
@media (max-width: 639px) {
  .products__item:nth-of-type(1) .products__item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.products__item:nth-of-type(1) .products__item-img-block::before {
  background-image: url("../img/mask/products-item-1-mask.svg");
}
@media (max-width: 1280px) {
  .products__item:nth-of-type(1) .products__item-img-block::before {
    background-image: url("../img/mask/products-item-1-mask-l.svg");
  }
}
@media (max-width: 1023px) {
  .products__item:nth-of-type(1) .products__item-img-block::before {
    background-image: url("../img/mask/products-item-1-mask-t.svg");
  }
}
@media (max-width: 799px) {
  .products__item:nth-of-type(1) .products__item-img-block::before {
    background-image: url("../img/mask/products-item-1-mask-mb.svg");
  }
}
@media (max-width: 639px) {
  .products__item:nth-of-type(1) .products__item-img-block::before {
    background-image: url("../img/mask/products-item-1-mask-m.svg");
  }
}
.products__item:nth-of-type(2) .products__item-content {
  margin: 1.875rem 0.625rem auto auto;
}
@media (max-width: 1280px) {
  .products__item:nth-of-type(2) .products__item-content {
    margin: 0 0 auto auto;
  }
}
@media (max-width: 1023px) {
  .products__item:nth-of-type(2) .products__item-content {
    width: 5.0625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 639px) {
  .products__item:nth-of-type(2) .products__item-content {
    width: 3.875rem;
  }
}
@media (max-width: 1023px) {
  .products__item:nth-of-type(2) .products__item-img-block {
    top: unset;
    bottom: 0;
  }
}
.products__item:nth-of-type(2) .products__item-img-block::before {
  background-image: url("../img/mask/products-item-2-mask.svg");
}
@media (max-width: 1280px) {
  .products__item:nth-of-type(2) .products__item-img-block::before {
    background-image: url("../img/mask/products-item-2-mask-l.svg");
  }
}
@media (max-width: 1023px) {
  .products__item:nth-of-type(2) .products__item-img-block::before {
    background-image: url("../img/mask/products-item-2-mask-t.svg");
  }
}
@media (max-width: 799px) {
  .products__item:nth-of-type(2) .products__item-img-block::before {
    background-image: url("../img/mask/products-item-2-mask-mb.svg");
  }
}
@media (max-width: 639px) {
  .products__item:nth-of-type(2) .products__item-img-block::before {
    background-image: url("../img/mask/products-item-2-mask-m.svg");
  }
}
.products__item:nth-of-type(3) .products__item-content {
  margin: auto 0 1.25rem auto;
}
@media (max-width: 1280px) {
  .products__item:nth-of-type(3) .products__item-content {
    margin: auto 0 0 auto;
  }
}
@media (max-width: 1023px) {
  .products__item:nth-of-type(3) .products__item-content {
    width: 4.8125rem;
  }
}
@media (max-width: 639px) {
  .products__item:nth-of-type(3) .products__item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: auto 0 0 0.625rem;
    width: 6.875rem;
  }
}
.products__item:nth-of-type(3) .products__item-img-block::before {
  background-image: url("../img/mask/products-item-3-mask.svg");
}
@media (max-width: 1280px) {
  .products__item:nth-of-type(3) .products__item-img-block::before {
    background-image: url("../img/mask/products-item-3-mask-l.svg");
  }
}
@media (max-width: 1023px) {
  .products__item:nth-of-type(3) .products__item-img-block::before {
    background-image: url("../img/mask/products-item-3-mask-t.svg");
  }
}
@media (max-width: 799px) {
  .products__item:nth-of-type(3) .products__item-img-block::before {
    background-image: url("../img/mask/products-item-3-mask-mb.svg");
  }
}
@media (max-width: 639px) {
  .products__item:nth-of-type(3) .products__item-img-block::before {
    background-image: url("../img/mask/products-item-1-mask-m.svg");
  }
}
.products__item-img-block {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 22.5rem;
  height: 22.5rem;
  z-index: -1;
}
@media (max-width: 1280px) {
  .products__item-img-block {
    width: 24.1875rem;
    height: 24.1875rem;
  }
}
@media (max-width: 1023px) {
  .products__item-img-block {
    width: 14.1875rem;
    height: 14.1875rem;
  }
}
@media (max-width: 799px) {
  .products__item-img-block {
    width: 12rem;
    height: 12rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 639px) {
  .products__item-img-block {
    width: 9.75rem;
    height: 9.75rem;
  }
}
.products__item-img-block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 100% 100%;
  z-index: 1;
}
.products__item-img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 22.5rem;
  height: 22.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .products__item-img {
    width: 24.1875rem;
    height: 24.1875rem;
  }
}
@media (max-width: 1023px) {
  .products__item-img {
    width: 14.1875rem;
    height: 14.1875rem;
  }
}
@media (max-width: 799px) {
  .products__item-img {
    width: 12rem;
    height: 12rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 639px) {
  .products__item-img {
    width: 9.75rem;
    height: 9.75rem;
  }
}
.products__item-content {
  width: 8.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (max-width: 1023px) {
  .products__item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.products__item-title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1023px) {
  .products__item-title {
    font-size: 0.875rem;
  }
}
.products__item-link {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: -4px -4px 16px 0px #E8E2D6, 4px 4px 16px 0px #E8E2D6;
          box-shadow: -4px -4px 16px 0px #E8E2D6, 4px 4px 16px 0px #E8E2D6;
  background: #faf7f0;
  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;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (max-width: 1023px) {
  .products__item-link {
    width: 2rem;
    height: 2rem;
  }
}
.products__item-link::before {
  content: "";
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url("../img/icon-arrow-up.svg");
          mask-image: url("../img/icon-arrow-up.svg");
  width: 1.5rem;
  height: 1.5rem;
  background: #7c9473;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 1023px) {
  .products__item-link::before {
    width: 1rem;
    height: 1rem;
  }
}
@media (hover: hover) {
  .products__item-link:hover, .products__item-link:focus-visible {
    background: #7c9473;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .products__item-link:hover::before, .products__item-link:focus-visible::before {
    background: #faf7f0;
  }
}

.inner-form {
  margin-bottom: 8.75rem;
}
@media (max-width: 1023px) {
  .inner-form {
    margin-bottom: 5.625rem;
  }
}
@media (max-width: 799px) {
  .inner-form {
    margin-bottom: 5rem;
  }
}
.inner-form__wrapper {
  position: relative;
  z-index: 1;
  min-height: 18rem;
}
@media (max-width: 1023px) {
  .inner-form__wrapper {
    min-height: 12.5rem;
  }
}
@media (max-width: 799px) {
  .inner-form__wrapper {
    min-height: 9.875rem;
  }
}
@media (max-width: 639px) {
  .inner-form__wrapper {
    min-height: 20.375rem;
  }
}
.inner-form__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 26.875rem 1fr;
  grid-template-columns: 26.875rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.4375rem 2rem;
}
@media (max-width: 1023px) {
  .inner-form__content {
    -ms-grid-columns: 17.5rem 1fr;
    grid-template-columns: 17.5rem 1fr;
    gap: 2.5rem 2rem;
  }
}
@media (max-width: 799px) {
  .inner-form__content {
    gap: 1.25rem 0.3125rem;
    -ms-grid-columns: 14.375rem 1fr;
    grid-template-columns: 14.375rem 1fr;
  }
}
@media (max-width: 639px) {
  .inner-form__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}
@media (max-width: 639px) {
  .inner-form__title {
    max-width: 18.75rem;
  }
}
.inner-form__text {
  padding: 0 2.5rem 1.25rem 0;
}
@media (max-width: 1023px) {
  .inner-form__text {
    padding: 0 1.25rem 0.625rem 0;
  }
}
@media (max-width: 799px) {
  .inner-form__text {
    padding: 0.3125rem 0.625rem 0.3125rem 0;
  }
}
@media (max-width: 639px) {
  .inner-form__text {
    padding: 0.5rem;
  }
}
.inner-form__img {
  position: absolute;
  max-width: unset;
  z-index: -1;
  top: -1.25rem;
  left: -1.25rem;
  width: calc(100% + 2.5rem);
  height: calc(100% + 2.5rem);
}
@media (max-width: 799px) {
  .inner-form__img {
    top: -1rem;
    left: -1rem;
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
  }
}
.inner-form__form {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  padding: 0 2.5rem 2.5rem 2.5rem;
}
@media (max-width: 1023px) {
  .inner-form__form {
    padding: 0 1.25rem 1.25rem 1.25rem;
  }
}
@media (max-width: 799px) {
  .inner-form__form {
    padding: 0 0.5rem 0.5rem 0.5rem;
  }
}
@media (max-width: 639px) {
  .inner-form__form {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
.inner-form__form form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 22.5rem 22.5rem 20rem;
  grid-template-columns: 22.5rem 22.5rem 20rem;
  gap: 1.25rem;
}
@media (max-width: 1280px) {
  .inner-form__form form {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 799px) {
  .inner-form__form form {
    gap: 0.5rem;
  }
}
@media (max-width: 639px) {
  .inner-form__form form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.inner-form__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inner-form__input input {
  width: 100%;
  border: none;
  outline: none;
  -webkit-box-shadow: -4px -4px 16px 0px #E8E2D6, 4px 4px 16px 0px #E8E2D6;
          box-shadow: -4px -4px 16px 0px #E8E2D6, 4px 4px 16px 0px #E8E2D6;
  border-radius: 0.5rem;
  padding: 0.8125rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  -webkit-transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  background: #faf7f0;
}
@media (hover: hover) {
  .inner-form__input input:hover, .inner-form__input input:focus-visible {
    background: #ffffff;
  }
}
@media (max-width: 1023px) {
  .inner-form__input input {
    font-size: 0.875rem;
  }
}
@media (max-width: 639px) {
  .inner-form__input input {
    padding: 0.625rem 0.8125rem;
  }
}
.inner-form__input.is-invalid input {
  -webkit-box-shadow: 0 0 4px 2px rgba(255, 28, 28, 0.4);
          box-shadow: 0 0 4px 2px rgba(255, 28, 28, 0.4);
}
.inner-form__submit {
  width: 100%;
}
@media (max-width: 1280px) {
  .inner-form--qa .inner-form__content {
    -ms-grid-columns: 20rem 1fr;
    grid-template-columns: 20rem 1fr;
  }
}
@media (max-width: 1023px) {
  .inner-form--qa .inner-form__content {
    -ms-grid-columns: 11.25rem 1fr;
    grid-template-columns: 11.25rem 1fr;
  }
}
@media (max-width: 639px) {
  .inner-form--qa .inner-form__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 639px) {
  .inner-form--qa .inner-form__title {
    max-width: 12.5rem;
  }
}

.advantages {
  margin-bottom: 8.75rem;
}
@media (max-width: 1023px) {
  .advantages {
    margin-bottom: 6.875rem;
  }
}
@media (max-width: 799px) {
  .advantages {
    margin-bottom: 5rem;
  }
}
.advantages__title {
  margin-bottom: 2.5rem;
}
@media (max-width: 1023px) {
  .advantages__title {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 799px) {
  .advantages__title {
    margin-bottom: 1rem;
  }
}
.advantages__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}
@media (max-width: 1280px) {
  .advantages__list {
    gap: 1.25rem;
  }
}
@media (max-width: 799px) {
  .advantages__list {
    gap: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    padding: 0.625rem;
    margin: -0.625rem;
  }
}
.advantages__item {
  position: relative;
  min-height: 22.5rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1280px) {
  .advantages__item {
    min-height: 24.1875rem;
  }
}
@media (max-width: 1023px) {
  .advantages__item {
    min-height: unset;
    gap: 1.25rem;
  }
}
@media (max-width: 799px) {
  .advantages__item {
    gap: 1rem;
    width: 18.5rem;
  }
  .advantages__item--empty {
    display: none;
  }
}
@media (max-width: 639px) {
  .advantages__item {
    width: 9.75rem;
  }
}
.advantages__item:nth-of-type(1) .advantages__icon {
  left: 0;
  top: 0;
}
.advantages__item:nth-of-type(1) .advantages__content {
  width: 16.25rem;
  margin: auto auto 0 0;
}
@media (max-width: 1023px) {
  .advantages__item:nth-of-type(1) .advantages__content {
    width: 100%;
    margin: 0;
  }
}
.advantages__item:nth-of-type(1) .advantages__img-block::before {
  background-image: url("../img/mask/advantages-item-1-mask.svg");
}
@media (max-width: 1280px) {
  .advantages__item:nth-of-type(1) .advantages__img-block::before {
    background-image: url("../img/mask/advantages-item-1-mask-l.svg");
  }
}
@media (max-width: 1023px) {
  .advantages__item:nth-of-type(1) .advantages__img-block::before {
    background-image: url("../img/mask/advantages-item-1-mask-t.svg");
  }
}
@media (max-width: 799px) {
  .advantages__item:nth-of-type(1) .advantages__img-block::before {
    background-image: url("../img/mask/advantages-item-1-mask-mb.svg");
  }
}
@media (max-width: 639px) {
  .advantages__item:nth-of-type(1) .advantages__img-block::before {
    background-image: url("../img/mask/advantages-item-1-mask-m.svg");
  }
}
.advantages__item:nth-of-type(2) .advantages__icon {
  left: 0;
  bottom: 0;
}
@media (max-width: 1023px) {
  .advantages__item:nth-of-type(2) .advantages__icon {
    bottom: unset;
    top: 11.6875rem;
  }
}
@media (max-width: 799px) {
  .advantages__item:nth-of-type(2) .advantages__icon {
    top: 16rem;
  }
}
@media (max-width: 639px) {
  .advantages__item:nth-of-type(2) .advantages__icon {
    top: 8.25rem;
  }
}
.advantages__item:nth-of-type(2) .advantages__content {
  width: 15.625rem;
  margin: 0 0 auto auto;
}
@media (max-width: 1023px) {
  .advantages__item:nth-of-type(2) .advantages__content {
    width: 100%;
    margin: 0;
  }
}
.advantages__item:nth-of-type(2) .advantages__img-block::before {
  background-image: url("../img/mask/advantages-item-2-mask.svg");
}
@media (max-width: 1280px) {
  .advantages__item:nth-of-type(2) .advantages__img-block::before {
    background-image: url("../img/mask/advantages-item-2-mask-l.svg");
  }
}
@media (max-width: 1023px) {
  .advantages__item:nth-of-type(2) .advantages__img-block::before {
    background-image: url("../img/mask/advantages-item-2-mask-t.svg");
  }
}
@media (max-width: 799px) {
  .advantages__item:nth-of-type(2) .advantages__img-block::before {
    background-image: url("../img/mask/advantages-item-2-mask-mb.svg");
  }
}
@media (max-width: 639px) {
  .advantages__item:nth-of-type(2) .advantages__img-block::before {
    background-image: url("../img/mask/advantages-item-2-mask-m.svg");
  }
}
.advantages__item:nth-of-type(3) .advantages__icon {
  right: 0;
  top: 0;
}
.advantages__item:nth-of-type(3) .advantages__content {
  width: 16.25rem;
  margin: auto auto 0 0;
}
@media (max-width: 1023px) {
  .advantages__item:nth-of-type(3) .advantages__content {
    width: 100%;
    margin: 0;
  }
}
.advantages__item:nth-of-type(3) .advantages__img-block::before {
  background-image: url("../img/mask/advantages-item-3-mask.svg");
}
@media (max-width: 1280px) {
  .advantages__item:nth-of-type(3) .advantages__img-block::before {
    background-image: url("../img/mask/advantages-item-3-mask-l.svg");
  }
}
@media (max-width: 1023px) {
  .advantages__item:nth-of-type(3) .advantages__img-block::before {
    background-image: url("../img/mask/advantages-item-3-mask-t.svg");
  }
}
@media (max-width: 799px) {
  .advantages__item:nth-of-type(3) .advantages__img-block::before {
    background-image: url("../img/mask/advantages-item-3-mask-mb.svg");
  }
}
@media (max-width: 639px) {
  .advantages__item:nth-of-type(3) .advantages__img-block::before {
    background-image: url("../img/mask/advantages-item-3-mask-m.svg");
  }
}
.advantages__item:nth-of-type(5) .advantages__icon {
  right: 0;
  bottom: 0;
}
@media (max-width: 1023px) {
  .advantages__item:nth-of-type(5) .advantages__icon {
    bottom: unset;
    top: 11.6875rem;
  }
}
@media (max-width: 799px) {
  .advantages__item:nth-of-type(5) .advantages__icon {
    top: 16rem;
  }
}
@media (max-width: 639px) {
  .advantages__item:nth-of-type(5) .advantages__icon {
    top: 8.25rem;
  }
}
.advantages__item:nth-of-type(5) .advantages__content {
  width: 16.25rem;
}
@media (max-width: 1023px) {
  .advantages__item:nth-of-type(5) .advantages__content {
    width: 100%;
    margin: 0;
  }
}
.advantages__item:nth-of-type(5) .advantages__img-block::before {
  background-image: url("../img/mask/advantages-item-5-mask.svg");
}
@media (max-width: 1280px) {
  .advantages__item:nth-of-type(5) .advantages__img-block::before {
    background-image: url("../img/mask/advantages-item-5-mask-l.svg");
  }
}
@media (max-width: 1023px) {
  .advantages__item:nth-of-type(5) .advantages__img-block::before {
    background-image: url("../img/mask/advantages-item-5-mask-t.svg");
  }
}
@media (max-width: 799px) {
  .advantages__item:nth-of-type(5) .advantages__img-block::before {
    background-image: url("../img/mask/advantages-item-5-mask-mb.svg");
  }
}
@media (max-width: 639px) {
  .advantages__item:nth-of-type(5) .advantages__img-block::before {
    background-image: url("../img/mask/advantages-item-5-mask-m.svg");
  }
}
.advantages__item:nth-of-type(6) .advantages__icon {
  left: 0;
  top: 0;
}
.advantages__item:nth-of-type(6) .advantages__content {
  width: 15rem;
  margin: auto 0 0 auto;
}
@media (max-width: 1023px) {
  .advantages__item:nth-of-type(6) .advantages__content {
    width: 100%;
    margin: 0;
  }
}
.advantages__item:nth-of-type(6) .advantages__img-block::before {
  background-image: url("../img/mask/advantages-item-6-mask.svg");
}
@media (max-width: 1280px) {
  .advantages__item:nth-of-type(6) .advantages__img-block::before {
    background-image: url("../img/mask/advantages-item-6-mask-l.svg");
  }
}
@media (max-width: 1023px) {
  .advantages__item:nth-of-type(6) .advantages__img-block::before {
    background-image: url("../img/mask/advantages-item-6-mask-t.svg");
  }
}
@media (max-width: 799px) {
  .advantages__item:nth-of-type(6) .advantages__img-block::before {
    background-image: url("../img/mask/advantages-item-6-mask-mb.svg");
  }
}
@media (max-width: 639px) {
  .advantages__item:nth-of-type(6) .advantages__img-block::before {
    background-image: url("../img/mask/advantages-item-6-mask-m.svg");
  }
}
.advantages__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.advantages__icon {
  width: 3.75rem;
  height: 3.75rem;
  -webkit-box-shadow: -4px -4px 16px 0px #E8E2D6, 4px 4px 16px 0px #E8E2D6;
          box-shadow: -4px -4px 16px 0px #E8E2D6, 4px 4px 16px 0px #E8E2D6;
  border-radius: 50%;
  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;
  position: absolute;
}
@media (max-width: 1023px) {
  .advantages__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .advantages__icon img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 639px) {
  .advantages__icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .advantages__icon img {
    width: 1rem;
    height: 1rem;
  }
}
.advantages__img-block {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 22.5rem;
  height: 22.5rem;
  z-index: -1;
}
@media (max-width: 1280px) {
  .advantages__img-block {
    width: 24.1875rem;
    height: 24.1875rem;
  }
}
@media (max-width: 1023px) {
  .advantages__img-block {
    width: 14.1875rem;
    height: 14.1875rem;
    position: relative;
  }
}
@media (max-width: 799px) {
  .advantages__img-block {
    width: 18.5rem;
    height: 18.5rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 639px) {
  .advantages__img-block {
    width: 9.75rem;
    height: 9.75rem;
  }
}
.advantages__img-block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 100% 100%;
  z-index: 1;
}
.advantages__img {
  display: block;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  width: 22.5rem;
  height: 22.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .advantages__img {
    width: 24.1875rem;
    height: 24.1875rem;
  }
}
@media (max-width: 1023px) {
  .advantages__img {
    width: 14.1875rem;
    height: 14.1875rem;
  }
}
@media (max-width: 799px) {
  .advantages__img {
    width: 18.5rem;
    height: 18.5rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 639px) {
  .advantages__img {
    width: 9.75rem;
    height: 9.75rem;
  }
}

.examples {
  margin-bottom: 8.75rem;
}
@media (max-width: 1023px) {
  .examples {
    margin-bottom: 6.875rem;
  }
}
@media (max-width: 799px) {
  .examples {
    margin-bottom: 5rem;
  }
}
.examples__title {
  margin-bottom: 2.5rem;
}
@media (max-width: 1023px) {
  .examples__title {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 799px) {
  .examples__title {
    margin-bottom: 1rem;
  }
}
.examples__list {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
  -ms-grid-columns: auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto;
}
@media (max-width: 1280px) {
  .examples__list {
    gap: 1.25rem;
  }
}
@media (max-width: 1023px) {
  .examples__list {
    -ms-grid-columns: auto auto auto auto auto;
    grid-template-columns: auto auto auto auto auto;
  }
}
@media (max-width: 799px) {
  .examples__list {
    gap: 1rem;
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
  }
}
@media (max-width: 639px) {
  .examples__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.examples__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 799px) {
  .examples__item {
    gap: 1rem;
  }
}
@media (max-width: 639px) {
  .examples__item {
    gap: 0.875rem;
  }
}
.examples__item:nth-of-type(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-row: 1/6;
  width: 22.5rem;
}
.examples__item:nth-of-type(1) .examples__img {
  border-radius: 1rem;
  width: 22.5rem;
  height: 22.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .examples__item:nth-of-type(1) .examples__img {
    width: 24.1875rem;
    height: 24.1875rem;
  }
}
@media (max-width: 1023px) {
  .examples__item:nth-of-type(1) .examples__img {
    width: 14.1875rem;
    height: 14.1875rem;
  }
}
@media (max-width: 799px) {
  .examples__item:nth-of-type(1) .examples__img {
    width: 18.5rem;
    height: 18.5rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 639px) {
  .examples__item:nth-of-type(1) .examples__img {
    width: 13.3125rem;
    height: 13.3125rem;
  }
}
@media (max-width: 1280px) {
  .examples__item:nth-of-type(1) {
    width: 24.1875rem;
  }
}
@media (max-width: 1023px) {
  .examples__item:nth-of-type(1) {
    width: 14.1875rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
@media (max-width: 799px) {
  .examples__item:nth-of-type(1) {
    width: 12rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media (max-width: 639px) {
  .examples__item:nth-of-type(1) {
    width: 13.3125rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-left: auto;
  }
}
.examples__item:nth-of-type(2) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-column: 3/6;
  -ms-grid-row: 1;
  -ms-grid-row-span: 8;
  grid-row: 1/9;
  width: 28.75rem;
  margin-left: -3.125rem;
}
.examples__item:nth-of-type(2) .examples__img {
  border-radius: 1rem;
  width: 28.75rem;
  height: 35rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .examples__item:nth-of-type(2) .examples__img {
    width: 30.5rem;
    height: 37.125rem;
  }
}
@media (max-width: 1023px) {
  .examples__item:nth-of-type(2) .examples__img {
    width: 18rem;
    height: 21.875rem;
  }
}
@media (max-width: 799px) {
  .examples__item:nth-of-type(2) .examples__img {
    width: 25rem;
    height: 28.125rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 639px) {
  .examples__item:nth-of-type(2) .examples__img {
    width: 20.5rem;
    height: 21.875rem;
  }
}
@media (max-width: 1280px) {
  .examples__item:nth-of-type(2) {
    width: 30.5rem;
    margin-left: -3.125rem;
  }
}
@media (max-width: 1023px) {
  .examples__item:nth-of-type(2) {
    width: 18rem;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    margin-left: -5.625rem;
  }
}
@media (max-width: 799px) {
  .examples__item:nth-of-type(2) {
    width: 25rem;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    margin-left: 0;
  }
}
@media (max-width: 639px) {
  .examples__item:nth-of-type(2) {
    width: 20.5rem;
    -webkit-box-ordinal-group: -8;
        -ms-flex-order: -9;
            order: -9;
  }
}
.examples__item:nth-of-type(3) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-grid-column: 6;
  -ms-grid-column-span: 1;
  grid-column: 6/7;
  -ms-grid-row: 3;
  -ms-grid-row-span: 4;
  grid-row: 3/7;
  width: 16.25rem;
  -webkit-transform: translateY(2.5rem);
      -ms-transform: translateY(2.5rem);
          transform: translateY(2.5rem);
}
.examples__item:nth-of-type(3) .examples__img {
  width: 16.25rem;
  height: 16.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .examples__item:nth-of-type(3) .examples__img {
    width: 17.8125rem;
    height: 17.8125rem;
  }
}
@media (max-width: 1023px) {
  .examples__item:nth-of-type(3) .examples__img {
    width: 10.3125rem;
    height: 10.3125rem;
  }
}
@media (max-width: 799px) {
  .examples__item:nth-of-type(3) .examples__img {
    width: 12rem;
    height: 12rem;
  }
}
@media (max-width: 639px) {
  .examples__item:nth-of-type(3) .examples__img {
    width: 9.75rem;
    height: 9.75rem;
  }
}
@media (max-width: 1280px) {
  .examples__item:nth-of-type(3) {
    width: 17.8125rem;
  }
}
@media (max-width: 1023px) {
  .examples__item:nth-of-type(3) {
    width: 10.3125rem;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 5/6;
    margin-left: -11.25rem;
  }
}
@media (max-width: 799px) {
  .examples__item:nth-of-type(3) {
    width: 12rem;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin-left: 0;
  }
}
@media (max-width: 639px) {
  .examples__item:nth-of-type(3) {
    width: 9.75rem;
    -webkit-box-ordinal-group: -6;
        -ms-flex-order: -7;
            order: -7;
  }
}
.examples__item:nth-of-type(4) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 6;
  -ms-grid-row-span: 4;
  grid-row: 6/10;
  width: 16.25rem;
}
.examples__item:nth-of-type(4) .examples__img {
  width: 16.25rem;
  height: 16.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .examples__item:nth-of-type(4) .examples__img {
    width: 17.8125rem;
    height: 17.8125rem;
  }
}
@media (max-width: 1023px) {
  .examples__item:nth-of-type(4) .examples__img {
    width: 10.3125rem;
    height: 10.3125rem;
  }
}
@media (max-width: 799px) {
  .examples__item:nth-of-type(4) .examples__img {
    width: 18.5rem;
    height: 18.5rem;
  }
}
@media (max-width: 639px) {
  .examples__item:nth-of-type(4) .examples__img {
    width: 13.3125rem;
    height: 13.3125rem;
  }
}
@media (max-width: 1280px) {
  .examples__item:nth-of-type(4) {
    width: 17.8125rem;
  }
}
@media (max-width: 1023px) {
  .examples__item:nth-of-type(4) {
    width: 10.3125rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
@media (max-width: 799px) {
  .examples__item:nth-of-type(4) {
    width: 18.5rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
  }
}
@media (max-width: 639px) {
  .examples__item:nth-of-type(4) {
    width: 13.3125rem;
    -webkit-box-ordinal-group: -5;
        -ms-flex-order: -6;
            order: -6;
  }
}
.examples__item:nth-of-type(5) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: right;
  -ms-grid-row: 10;
  -ms-grid-row-span: 2;
  grid-row: 10/12;
  width: 16.25rem;
}
.examples__item:nth-of-type(5) .examples__img {
  border-radius: 1rem;
  width: 16.25rem;
  height: 16.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .examples__item:nth-of-type(5) .examples__img {
    width: 17.8125rem;
    height: 17.8125rem;
  }
}
@media (max-width: 1023px) {
  .examples__item:nth-of-type(5) .examples__img {
    width: 10.3125rem;
    height: 10.3125rem;
  }
}
@media (max-width: 799px) {
  .examples__item:nth-of-type(5) .examples__img {
    width: 12rem;
    height: 12rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 639px) {
  .examples__item:nth-of-type(5) .examples__img {
    width: 9.75rem;
    height: 10.3125rem;
  }
}
@media (max-width: 1280px) {
  .examples__item:nth-of-type(5) {
    width: 17.8125rem;
  }
}
@media (max-width: 1023px) {
  .examples__item:nth-of-type(5) {
    width: 10.3125rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -webkit-transform: translateY(-2.5rem);
        -ms-transform: translateY(-2.5rem);
            transform: translateY(-2.5rem);
  }
}
@media (max-width: 799px) {
  .examples__item:nth-of-type(5) {
    width: 12rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 639px) {
  .examples__item:nth-of-type(5) {
    width: 9.75rem;
    -webkit-box-ordinal-group: -7;
        -ms-flex-order: -8;
            order: -8;
  }
}
.examples__item:nth-of-type(6) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  -ms-grid-row: 9;
  -ms-grid-row-span: 4;
  grid-row: 9/13;
  width: 16.25rem;
  -webkit-transform: translateY(2.5rem);
      -ms-transform: translateY(2.5rem);
          transform: translateY(2.5rem);
}
.examples__item:nth-of-type(6) .examples__img {
  border-radius: 1rem;
  width: 16.25rem;
  height: 22.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .examples__item:nth-of-type(6) .examples__img {
    width: 17.8125rem;
    height: 24.625rem;
  }
}
@media (max-width: 1023px) {
  .examples__item:nth-of-type(6) .examples__img {
    width: 18rem;
    height: 24.875rem;
  }
}
@media (max-width: 799px) {
  .examples__item:nth-of-type(6) .examples__img {
    width: 25rem;
    height: 28.125rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 639px) {
  .examples__item:nth-of-type(6) .examples__img {
    width: 20.5rem;
    height: 21.875rem;
  }
}
@media (max-width: 1280px) {
  .examples__item:nth-of-type(6) {
    width: 17.8125rem;
    -webkit-transform: translateY(3.75rem);
        -ms-transform: translateY(3.75rem);
            transform: translateY(3.75rem);
  }
}
@media (max-width: 1023px) {
  .examples__item:nth-of-type(6) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    width: 18rem;
    -webkit-transform: translateY(0.625rem);
        -ms-transform: translateY(0.625rem);
            transform: translateY(0.625rem);
  }
}
@media (max-width: 799px) {
  .examples__item:nth-of-type(6) {
    width: 25rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/5;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 639px) {
  .examples__item:nth-of-type(6) {
    width: 20.5rem;
    -webkit-box-ordinal-group: -4;
        -ms-flex-order: -5;
            order: -5;
  }
}
.examples__item:nth-of-type(7) {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row: 9;
  -ms-grid-row-span: 2;
  grid-row: 9/11;
  width: 10rem;
  -webkit-transform: translateY(2.5rem);
      -ms-transform: translateY(2.5rem);
          transform: translateY(2.5rem);
}
.examples__item:nth-of-type(7) .examples__img {
  border-radius: 1rem;
  width: 10rem;
  height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .examples__item:nth-of-type(7) .examples__img {
    width: 11.4375rem;
    height: 11.4375rem;
  }
}
@media (max-width: 1023px) {
  .examples__item:nth-of-type(7) .examples__img {
    width: 14.1875rem;
    height: 14.1875rem;
  }
}
@media (max-width: 799px) {
  .examples__item:nth-of-type(7) .examples__img {
    width: 18.5rem;
    height: 18.5rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 639px) {
  .examples__item:nth-of-type(7) .examples__img {
    width: 9.75rem;
    height: 9.6875rem;
  }
}
@media (max-width: 1280px) {
  .examples__item:nth-of-type(7) {
    width: 11.4375rem;
    -webkit-transform: translateY(3.75rem);
        -ms-transform: translateY(3.75rem);
            transform: translateY(3.75rem);
  }
}
@media (max-width: 1023px) {
  .examples__item:nth-of-type(7) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/6;
    width: 14.1875rem;
    -webkit-transform: translateY(0.625rem);
        -ms-transform: translateY(0.625rem);
            transform: translateY(0.625rem);
  }
}
@media (max-width: 799px) {
  .examples__item:nth-of-type(7) {
    width: 18.5rem;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 639px) {
  .examples__item:nth-of-type(7) {
    width: 9.75rem;
    -webkit-box-ordinal-group: -3;
        -ms-flex-order: -4;
            order: -4;
  }
}
.examples__item:nth-of-type(8) {
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-column: 4/6;
  -ms-grid-row: 11;
  -ms-grid-row-span: 3;
  grid-row: 11/14;
  width: 10rem;
  -webkit-transform: translateY(1.875rem);
      -ms-transform: translateY(1.875rem);
          transform: translateY(1.875rem);
}
.examples__item:nth-of-type(8) .examples__img {
  width: 10rem;
  height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .examples__item:nth-of-type(8) .examples__img {
    width: 11.4375rem;
    height: 11.4375rem;
  }
}
@media (max-width: 1023px) {
  .examples__item:nth-of-type(8) .examples__img {
    width: 14.1875rem;
    height: 14.1875rem;
  }
}
@media (max-width: 799px) {
  .examples__item:nth-of-type(8) .examples__img {
    width: 12rem;
    height: 12rem;
  }
}
@media (max-width: 639px) {
  .examples__item:nth-of-type(8) .examples__img {
    width: 13.3125rem;
    height: 13.3125rem;
  }
}
@media (max-width: 1280px) {
  .examples__item:nth-of-type(8) {
    width: 11.4375rem;
    -webkit-transform: translateY(3.125rem);
        -ms-transform: translateY(3.125rem);
            transform: translateY(3.125rem);
  }
}
@media (max-width: 1023px) {
  .examples__item:nth-of-type(8) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
    width: 14.1875rem;
    -webkit-transform: translateY(1.25rem);
        -ms-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
}
@media (max-width: 799px) {
  .examples__item:nth-of-type(8) {
    width: 12rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/7;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 639px) {
  .examples__item:nth-of-type(8) {
    width: 13.3125rem;
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
}
.examples__item:nth-of-type(9) {
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-column: 5/7;
  -ms-grid-row: 8;
  -ms-grid-row-span: 5;
  grid-row: 8/13;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: right;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 22.5rem;
  -webkit-transform: translateY(3.125rem);
      -ms-transform: translateY(3.125rem);
          transform: translateY(3.125rem);
}
.examples__item:nth-of-type(9) .examples__img {
  border-radius: 1rem;
  width: 22.5rem;
  height: 28.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .examples__item:nth-of-type(9) .examples__img {
    width: 24.1875rem;
    height: 30.875rem;
  }
}
@media (max-width: 1023px) {
  .examples__item:nth-of-type(9) .examples__img {
    width: 10.3125rem;
    height: 10.3125rem;
  }
}
@media (max-width: 799px) {
  .examples__item:nth-of-type(9) .examples__img {
    width: 25rem;
    height: 28.125rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 639px) {
  .examples__item:nth-of-type(9) .examples__img {
    width: 9.75rem;
    height: 9.6875rem;
  }
}
@media (max-width: 1280px) {
  .examples__item:nth-of-type(9) {
    width: 24.1875rem;
    -webkit-transform: translateY(4.375rem);
        -ms-transform: translateY(4.375rem);
            transform: translateY(4.375rem);
  }
}
@media (max-width: 1023px) {
  .examples__item:nth-of-type(9) {
    width: 10.3125rem;
    text-align: left;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 12;
    -ms-grid-row-span: 3;
    grid-row: 12/15;
    -webkit-transform: translateY(-0.75rem);
        -ms-transform: translateY(-0.75rem);
            transform: translateY(-0.75rem);
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
@media (max-width: 799px) {
  .examples__item:nth-of-type(9) {
    width: 25rem;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/5;
    -ms-grid-row: 6;
    -ms-grid-row-span: 2;
    grid-row: 6/8;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 639px) {
  .examples__item:nth-of-type(9) {
    width: 9.75rem;
    -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
            order: -3;
  }
}
.examples__item-title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 120%;
  color: #151515;
  max-width: 16.25rem;
  margin: 0;
}
.examples__img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
@media (max-width: 799px) {
  .examples__img {
    border-radius: 0.5rem;
  }
}
.examples__img--round {
  border-radius: 50%;
}
@media (max-width: 799px) {
  .examples__img--round {
    border-radius: 50%;
  }
}

.faq {
  margin-bottom: 8.75rem;
}
@media (max-width: 1023px) {
  .faq {
    margin-bottom: 6.875rem;
  }
}
@media (max-width: 799px) {
  .faq {
    margin-bottom: 5rem;
  }
}
.faq__title {
  margin-bottom: 2.5rem;
  max-width: 37.5rem;
}
@media (max-width: 1023px) {
  .faq__title {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 799px) {
  .faq__title {
    margin-bottom: 1rem;
  }
}
.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 1280px) {
  .faq__list {
    gap: 1.25rem;
  }
}
@media (max-width: 799px) {
  .faq__list {
    gap: 1rem;
  }
}
.faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 1280px) {
  .faq__item {
    gap: 1.25rem;
  }
}
@media (max-width: 799px) {
  .faq__item {
    gap: 1rem;
  }
}
.faq__button {
  text-align: left;
  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: 2.5rem;
  padding: 1.875rem 1.25rem;
  border-radius: 1rem;
  padding: 1.25rem;
  -webkit-box-shadow: -4px -4px 16px 0px #E8E2D6, 4px 4px 16px 0px #E8E2D6;
          box-shadow: -4px -4px 16px 0px #E8E2D6, 4px 4px 16px 0px #E8E2D6;
  border: none;
  background-color: #faf7f0;
  cursor: pointer;
  border-bottom: 1px solid #faf7f0;
  -webkit-transition: border-bottom 0.3s ease, border-radius 0.3s ease;
  transition: border-bottom 0.3s ease, border-radius 0.3s ease;
}
@media (max-width: 799px) {
  .faq__button {
    border-radius: 0.5rem;
    padding: 0.9375rem 0.5rem;
  }
}
@media (hover: hover) {
  .faq__button:hover .faq__button-plus, .faq__button:focus-visible .faq__button-plus {
    background: #7c9473;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .faq__button:hover .faq__button-plus::before, .faq__button:focus-visible .faq__button-plus::before {
    background: #faf7f0;
  }
}
.faq__button.is-active {
  border-radius: 1rem 1rem 0 0;
  border-bottom: 1px solid #7c9473;
}
.faq__button.is-active .faq__button-plus::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq__button.is-active + .faq__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq__button-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  -webkit-box-shadow: -4px -4px 16px 0px #E8E2D6, 4px 4px 16px 0px #E8E2D6;
          box-shadow: -4px -4px 16px 0px #E8E2D6, 4px 4px 16px 0px #E8E2D6;
  -webkit-transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  background: #faf7f0;
  border-radius: 50%;
}
@media (max-width: 799px) {
  .faq__button-plus {
    width: 2rem;
    height: 2rem;
  }
}
.faq__button-plus::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: #7c9473;
  -webkit-mask-image: url("../img/icon-plus.svg");
          mask-image: url("../img/icon-plus.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 1rem;
  height: 1rem;
}
.faq__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  -webkit-box-shadow: -4px -4px 16px 0px #E8E2D6, 4px 4px 16px 0px #E8E2D6;
          box-shadow: -4px -4px 16px 0px #E8E2D6, 4px 4px 16px 0px #E8E2D6;
  border-radius: 1rem;
  padding: 1.25rem;
  background-color: #faf7f0;
  display: none;
}
@media (max-width: 1280px) {
  .faq__content {
    gap: 1.25rem;
  }
}
@media (max-width: 799px) {
  .faq__content {
    border-radius: 0.5rem;
    gap: 1rem;
    padding: 0.5rem;
  }
}
.faq__content-row {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
  -ms-grid-columns: 22.5rem 45rem;
  grid-template-columns: 22.5rem 45rem;
}
@media (max-width: 1280px) {
  .faq__content-row {
    gap: 1.875rem;
    -ms-grid-columns: 22.5rem 48.125rem;
    grid-template-columns: 22.5rem 48.125rem;
  }
}
@media (max-width: 1023px) {
  .faq__content-row {
    gap: 1.875rem;
    -ms-grid-columns: 16.75rem 23.875rem;
    grid-template-columns: 16.75rem 23.875rem;
  }
}
@media (max-width: 799px) {
  .faq__content-row {
    gap: 0.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.reviews {
  margin-bottom: 8.75rem;
}
@media (max-width: 1023px) {
  .reviews {
    margin-bottom: 6.875rem;
  }
}
@media (max-width: 799px) {
  .reviews {
    margin-bottom: 5rem;
  }
}
.reviews__title {
  margin-bottom: 2.5rem;
}
@media (max-width: 1023px) {
  .reviews__title {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 799px) {
  .reviews__title {
    margin-bottom: 1rem;
  }
}
.reviews__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}
@media (max-width: 1023px) {
  .reviews__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 1.25rem;
    overflow-x: auto;
    padding: 0.625rem;
    margin: -0.625rem;
  }
}
.reviews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-grid-row-span: 3;
  grid-row: span 3;
}
@media (max-width: 1023px) {
  .reviews__item {
    width: 21.875rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 799px) {
  .reviews__item {
    width: 18.5rem;
  }
}
@media (max-width: 639px) {
  .reviews__item {
    width: 9.75rem;
  }
}
.reviews__item:nth-of-type(5) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  grid-row: 4/6;
}
.reviews__item:nth-of-type(4) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  grid-row: 3/6;
}
.reviews__item:nth-of-type(6) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  grid-row: 3/6;
}
.reviews__item--card {
  padding: 1.25rem;
  border-radius: 1rem;
  -webkit-box-shadow: -4px -4px 16px 0px #E8E2D6, 4px 4px 16px 0px #E8E2D6;
          box-shadow: -4px -4px 16px 0px #E8E2D6, 4px 4px 16px 0px #E8E2D6;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
@media (max-width: 799px) {
  .reviews__item--card {
    padding: 0.5rem;
    border-radius: 0.5rem;
  }
}
.reviews__item--card .reviews__item-text {
  margin: 0 0 1.25rem 0;
}
@media (max-width: 1023px) {
  .reviews__item--card .reviews__item-text {
    margin: 0 0 1rem 0;
  }
}
.reviews__item-icon {
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 799px) {
  .reviews__item-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.reviews__item-title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 120%;
  text-transform: uppercase;
  color: #7c9473;
  margin: 0 0 0.5rem 0;
}
.reviews__item-date {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 100%;
  color: #9a9a9a;
  margin: 0 0 1.25rem 0;
}
@media (max-width: 1023px) {
  .reviews__item-date {
    margin: 0 0 1rem 0;
  }
}
.reviews__item-icon {
  margin-top: auto;
}
.reviews__item-img {
  border-radius: 1rem;
  width: 22.5rem;
  height: 22.5rem;
  margin-bottom: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .reviews__item-img {
    width: 24.1875rem;
    height: 24.1875rem;
  }
}
@media (max-width: 1023px) {
  .reviews__item-img {
    width: 21.875rem;
    height: 21.875rem;
  }
}
@media (max-width: 799px) {
  .reviews__item-img {
    width: 18.5rem;
    height: 18.5rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 639px) {
  .reviews__item-img {
    width: 9.75rem;
    height: 9.75rem;
  }
}

.products__item-content {
  min-width: 0;
  max-width: 9.5rem;
  align-items: flex-start;
}

.products__item-title {
  max-width: 7.25rem;
  font-size: clamp(0.6875rem, 1.15vw, 0.9375rem);
  line-height: 110%;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

@media (max-width: 1023px) {
  .products__item-content {
    width: 6.75rem !important;
    max-width: 6.75rem;
    gap: 0.375rem;
  }

  .products__item-title {
    max-width: 6.75rem;
    font-size: 0.75rem;
    line-height: 108%;
  }
}

@media (max-width: 639px) {
  .products__item-content {
    width: 5.875rem !important;
    max-width: 5.875rem;
  }

  .products__item-title {
    max-width: 5.875rem;
    font-size: 0.6875rem;
  }
}

.seo-page .hero__title {
  font-size: clamp(1.875rem, 3.35vw, 3.25rem);
  line-height: 112%;
  overflow-wrap: anywhere;
}

.seo-page .products__item-content {
  max-width: 8.25rem;
}

.seo-page .products__item-title {
  max-width: 6.875rem;
  font-size: 0.75rem;
  line-height: 108%;
}

@media (max-width: 1023px) {
  .seo-page .hero__title {
    font-size: 1.75rem;
    line-height: 110%;
  }

  .seo-page .products__item-content {
    width: 5.875rem !important;
    max-width: 5.875rem;
    gap: 0.25rem;
  }

  .seo-page .products__item-title {
    max-width: 5.875rem;
    font-size: 0.625rem;
    line-height: 106%;
  }
}

@media (max-width: 639px) {
  .seo-page .hero__title {
    font-size: 1.375rem;
    line-height: 108%;
  }

  .seo-page .products__item-content {
    width: 5.25rem !important;
    max-width: 5.25rem;
  }

  .seo-page .products__item-title {
    max-width: 5.25rem;
    font-size: 0.5625rem;
  }
}
