/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Libraries, which is used in current project. */
/* Libraries, which is used in current project. */
/* Some styles, which is used for correct sprite-generation, vars, mixins and etc */
/* Please, do not edit with file! */
/* This file can be overwritten by update-project! */
/* Mixins, which are specific for current project */
/* Mixins and vars for sprite generation */
/* Scss for used fonts */
/* Vars, which are specific for current project */
/* Styles for UI-elements */
:root {
  --font-family: "Manrope", sans-serif;
  --font-secondary: "Montserrat", sans-serif;
  --color-main: #1a3149;
  --color-accent: #79acaa;
  --color-gray: #b0b0b0;
  --color-dark-blue: #1a3149;
  --color-secondary: #8C9A9D;
  --color-btn-hover: #287a78;
  --height-header-top: 50px;
  --height-header-main: 118px;
  --transition: .3s ease-out;
}
@media (max-width: 1280px) {
  :root {
    --height-header-top: 45px;
    --height-header-main: 100px;
  }
}
@media (max-width: 767px) {
  :root {
    --height-header-top: 10.3125vw;
    --height-header-main: 20vw;
  }
}

h1, h2, h3, h4, h5 {
  padding: 0;
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
}

.page-title {
  margin: 0 0 40px;
  font-weight: 500;
  font-size: 60px;
}
.page-title span {
  display: block;
  margin: 16px 0 0;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-secondary);
  font-size: 20px;
}
@media (max-width: 1280px) {
  .page-title span {
    margin: 12px 0 0;
  }
}
@media (max-width: 767px) {
  .page-title span {
    margin: 2.5vw 0 0;
    font-size: 4.0625vw;
  }
}
@media (max-width: 1280px) {
  .page-title {
    font-size: 36px;
    margin: 0 0 28px;
  }
}
@media (max-width: 1023px) {
  .page-title {
    margin: 0 0 24px;
  }
}
@media (max-width: 767px) {
  .page-title {
    margin: 0 0 5vw;
    font-size: 8.125vw;
  }
}

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

.button {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  outline: none;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 0;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 35px;
  height: 64px;
  padding: 0 40px;
  gap: 16px;
  font-size: 20px;
  overflow: hidden;
  position: relative;
  font-weight: 500;
  background: var(--color-accent);
}
.button--medium {
  height: 58px;
  padding: 0 24px;
  gap: 12px;
  font-size: 20px;
}
.button--medium svg {
  height: 20px;
  width: auto;
}
@media (max-width: 1280px) {
  .button {
    height: 58px;
    font-size: 20px;
  }
  .button svg {
    height: 20px;
    width: auto;
  }
}
@media (max-width: 1023px) {
  .button {
    height: 52px;
    font-size: 16px;
    padding: 0 28px;
  }
}
@media (max-width: 767px) {
  .button {
    height: 13.75vw;
    padding: 0 6.25vw;
    font-size: 4.0625vw;
    gap: 3.125vw;
    border-radius: 31.25vw;
  }
  .button svg {
    width: 5vw;
  }
}
.button--white-border {
  border: 1px solid #fff;
  color: #fff;
  background: none;
}
.button--white {
  background: #fff;
  color: var(--color-main);
}
.button--empty {
  background: none;
  color: var(--color-btn-hover);
}
.button--gray {
  background: #f7f7f7;
  border: 0;
  color: var(--color-main);
}
.button--border {
  border: 1px solid var(--color-main);
  background: none;
  color: var(--color-main);
}
@media (min-width: 768px) {
  .button:hover {
    background: var(--color-btn-hover);
  }
  .button--white-border:hover {
    background: var(--color-accent);
    border-color: var(--color-accent);
  }
  .button--gray:hover {
    background: var(--color-accent);
    color: #fff;
  }
  .button--empty:hover {
    background: var(--color-accent);
    color: #fff;
    border-color: var(--color-accent);
  }
  .button--white:hover {
    background: var(--color-accent);
    color: #fff;
    border-color: var(--color-accent);
  }
  .button--border:hover {
    background: var(--color-accent);
    color: #fff;
    border-color: var(--color-accent);
  }
}

/*! Cookie
--------------
 */
.cookie-block {
  padding: 40px 0;
  border-radius: 32px 32px 0 0;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
@media (max-width: 1023px) {
  .cookie-block {
    padding: 24px 0;
    border-radius: 24px 24px 0 0;
  }
}
@media (max-width: 767px) {
  .cookie-block {
    border-radius: 7.5vw 7.5vw 0 0;
    padding: 5vw 0;
  }
}
.cookie-block__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1280px) {
  .cookie-block__grid {
    gap: 54px;
  }
}
@media (max-width: 1023px) {
  .cookie-block__grid {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .cookie-block__grid {
    gap: 5vw;
  }
}
.cookie-block__text {
  line-height: 1.3;
}
@media (max-width: 1280px) {
  .cookie-block__text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cookie-block__text {
    font-size: 4.0625vw;
  }
}
.cookie-block__text p {
  margin: 0;
}
.cookie-block__text p:not(:last-child) {
  margin: 0 0 8px;
}
@media (max-width: 1023px) {
  .cookie-block__text p:not(:last-child) {
    margin: 0 0 4px;
  }
}
@media (max-width: 767px) {
  .cookie-block__text p:not(:last-child) {
    margin: 0 0 2.5vw;
  }
}
.cookie-block__text a {
  font-weight: 500;
}
.cookie-block__text a:hover {
  color: var(--color-accent);
}
@media (max-width: 767px) {
  .cookie-block__button .button {
    height: 16.25vw;
    padding: 0 8.75vw;
    font-size: 5vw;
  }
}

/*! Breadcrumbs
---------------------
 */
.breadcrumbs {
  position: relative;
  margin: 0 0 44px;
}
@media (max-width: 1280px) {
  .breadcrumbs {
    margin: 0 0 40px;
  }
}
@media (max-width: 1023px) {
  .breadcrumbs {
    margin: 0 0 32px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin: 0 0 7.5vw;
  }
}
.breadcrumbs:before {
  content: "";
  left: 0;
  top: 21px;
  width: 100%;
  height: 1px;
  background: #d4d5d5;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1280px) {
  .breadcrumbs:before {
    top: 19px;
  }
}
@media (max-width: 1023px) {
  .breadcrumbs:before {
    top: 17px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs:before {
    top: 5.3125vw;
  }
}
.breadcrumbs__list {
  gap: 28px;
  display: -webkit-box;
  display: flex;
  z-index: 3;
  position: relative;
}
@media (max-width: 1280px) {
  .breadcrumbs__list {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .breadcrumbs__list {
    gap: 12px;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0 -24px;
    padding: 0 24px;
  }
  .breadcrumbs__list::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 767px) {
  .breadcrumbs__list {
    gap: 3.75vw;
    margin: 0 -5vw;
    padding: 0 5vw;
  }
}
.breadcrumbs__links {
  padding: 0 20px;
  height: 42px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  white-space: nowrap;
  border-radius: 35px;
  gap: 12px;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
}
.breadcrumbs__links svg {
  -webkit-box-flex: 0;
          flex: none;
}
@media (max-width: 1280px) {
  .breadcrumbs__links {
    height: 39px;
    font-size: 14px;
  }
  .breadcrumbs__links svg {
    width: 16px;
    height: auto;
  }
}
@media (max-width: 1023px) {
  .breadcrumbs__links {
    height: 35px;
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs__links {
    height: 9.375vw;
    padding: 0 3.75vw;
    font-size: 4.0625vw;
    gap: 3.125vw;
  }
  .breadcrumbs__links svg {
    width: 3.75vw;
    height: auto;
  }
}
@media (max-width: 767px) {
  .breadcrumbs__item:first-child .breadcrumbs__links {
    min-width: 31.25vw;
  }
}
.breadcrumbs a.breadcrumbs__links {
  color: #A7B7C0;
}
.breadcrumbs a.breadcrumbs__links:hover {
  color: #fff;
  background: var(--color-accent);
}

.input-text {
  width: 100%;
  font-family: var(--font-family);
  height: 52px;
  border: 1px solid #d4d5d5;
  border-radius: 8px;
  padding: 0 16px;
  box-sizing: border-box;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--color-main);
  font-size: 16px;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 767px) {
  .input-text {
    height: 13.75vw;
    border-radius: 2.1875vw;
    font-size: 5vw;
    padding: 0 5vw;
  }
}
.input-text:focus {
  border-color: var(--color-accent);
}
.input-text_error {
  border-color: #ff5f57 !important;
}
.input-text:-moz-read-only {
  pointer-events: none;
  background: #fff;
}
.input-text:read-only {
  pointer-events: none;
  background: #fff;
}

textarea.input-text {
  height: 90px;
  padding: 12px 16px;
  resize: none;
}
@media (max-width: 767px) {
  textarea.input-text {
    padding: 3.75vw 5vw;
    height: 28.125vw;
  }
}

.checkbox {
  display: none;
}
.checkbox + label {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  padding: 0 0 0 34px;
}
@media (max-width: 767px) {
  .checkbox + label {
    padding-left: 9.375vw;
  }
}
.checkbox + label:before {
  width: 22px;
  height: 22px;
  position: absolute;
  background: #fff;
  content: "";
  left: 0;
  top: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 8px;
  border: 1px solid #d4d5d5;
}
@media (max-width: 767px) {
  .checkbox + label:before {
    width: 5.625vw;
    height: 5.625vw;
    border-radius: 2.1875vw;
  }
}
.checkbox + label:after {
  opacity: 0;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  top: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgOS4wNjExMkw1LjE3NjQ3IDEyLjU5MDVMMTQgMy40MTQwNiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==") no-repeat 50% 50%;
  content: "";
  z-index: 2;
}
@media (max-width: 767px) {
  .checkbox + label:after {
    width: 6.25vw;
    height: 6.25vw;
  }
}
.checkbox:checked + label:before {
  border-color: var(--color-accent);
  background: var(--color-accent);
}
.checkbox:checked + label:after {
  opacity: 1;
}

/*! Contacts Us
------------------------
 */
.contact-us {
  background: linear-gradient(342deg, #1e1e1e 0%, #213037 47.8%, #4a6266 100%);
  margin: auto 0 -60px;
  padding: 80px 0 200px;
  -webkit-box-flex: 0;
          flex: none;
  position: relative;
  z-index: 3;
}
@media (max-width: 1280px) {
  .contact-us {
    padding: 40px 0 180px;
    margin-bottom: -40px;
  }
}
@media (max-width: 1023px) {
  .contact-us {
    padding: 40px 0 80px;
    border-radius: 35px 35px 0 0;
  }
}
@media (max-width: 767px) {
  .contact-us {
    padding: 6.25vw 0 24.0625vw;
    margin-bottom: -6.25vw;
  }
}
.contact-us_var-2 {
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  background: var(--color-main);
  padding-top: 60px;
  padding-bottom: 110px;
}
@media (max-width: 1280px) {
  .contact-us_var-2 {
    padding: 40px 0 80px;
    border-radius: 32px 32px 0 0;
  }
}
@media (max-width: 1023px) {
  .contact-us_var-2 {
    border-radius: 28px 28px 0 0;
  }
}
@media (max-width: 767px) {
  .contact-us_var-2 {
    border-radius: 6.25vw 6.25vw 0 0;
    padding: 10vw 0 18.75vw;
  }
}
.contact-us_catalog {
  padding: 80px 0;
  border-radius: 40px;
  margin: 80px 0 0;
}
@media (max-width: 1280px) {
  .contact-us_catalog {
    border-radius: 32px;
    padding: 32px 0;
    margin: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .contact-us_catalog {
    padding: 10vw 0;
    margin: 12.5vw -5vw;
    border-radius: 6.25vw;
  }
}
.contact-us .form-grid {
  position: relative;
  z-index: 2;
  border-radius: 32px;
  padding: 32px;
  max-width: 604px;
  background: #fff;
}
@media (max-width: 1280px) {
  .contact-us .form-grid {
    max-width: 485px;
    border-radius: 24px;
    padding: 28px;
  }
}
@media (max-width: 767px) {
  .contact-us .form-grid {
    padding: 5vw;
    max-width: 100%;
    border-radius: 6.25vw;
  }
}
.contact-us__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-us__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-us__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 3;
  gap: 40px;
}
@media (max-width: 1023px) {
  .contact-us__grid {
    gap: 24px;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .contact-us__grid {
    gap: 7.5vw;
  }
}
.contact-us_var-2 .contact-us__grid {
  -webkit-box-align: start;
          align-items: flex-start;
}
@media (max-width: 1280px) {
  .contact-us_var-2 .contact-us__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
.contact-us__title {
  font-weight: 600;
  color: #fff;
  font-size: 60px;
  max-width: 880px;
}
@media (max-width: 1280px) {
  .contact-us__title {
    max-width: 565px;
    font-size: 48px;
  }
}
@media (max-width: 1023px) {
  .contact-us__title {
    font-size: 40px;
    max-width: 470px;
  }
}
@media (max-width: 767px) {
  .contact-us__title {
    font-size: 10vw;
    max-width: 100%;
  }
}
.contact-us_var-2 .contact-us__title {
  font-size: 70px;
}
@media (max-width: 1280px) {
  .contact-us_var-2 .contact-us__title {
    font-size: 50px;
  }
  .contact-us_var-2 .contact-us__title_safe {
    max-width: 280px;
  }
}
@media (max-width: 1023px) {
  .contact-us_var-2 .contact-us__title {
    display: none;
  }
  .contact-us_var-2 .contact-us__title_wide {
    display: block;
  }
}
@media (max-width: 767px) {
  .contact-us_var-2 .contact-us__title_wide {
    display: none;
  }
}
@media (max-width: 1023px) {
  .contact-us_var-2:has(.contact-us__title_wide) .contact-us__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .contact-us_var-2:has(.contact-us__title_wide) .contact-us__grid .form-grid {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .contact-us_catalog .form-grid {
    margin: 0;
  }
}
.contact-us__actions {
  min-width: 445px;
  -webkit-box-flex: 0;
          flex: none;
}
@media (max-width: 1280px) {
  .contact-us__actions {
    min-width: 292px;
  }
}
@media (max-width: 1023px) {
  .contact-us__actions {
    min-width: initial;
  }
}
.contact-us__note {
  margin: 0 0 24px;
  color: var(--color-secondary);
}
@media (max-width: 1280px) {
  .contact-us__note {
    margin: 0 0 16px;
  }
}
@media (max-width: 767px) {
  .contact-us__note {
    font-size: 5vw;
    margin: 0 0 5vw;
  }
}

.seo-text {
  margin: 80px 0 0;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  gap: 20px;
  font-size: 16px;
  line-height: 1.3;
  color: var(--color-secondary);
}
@media (max-width: 1280px) {
  .seo-text {
    margin: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .seo-text {
    margin: 12.5vw 0 0;
    font-size: 4.0625vw;
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    gap: 6.25vw;
  }
}
.seo-text p {
  margin: 0;
  display: inline-block;
  width: 100%;
}
.seo-text p:not(:last-child) {
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .seo-text p:not(:last-child) {
    margin: 0 0 3.75vw;
  }
}
.seo-text strong {
  font-weight: 600;
  display: block;
  margin: 0 0 6px;
}
@media (max-width: 767px) {
  .seo-text strong {
    margin: 0 0 1.875vw;
  }
}

.form-grid__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.1;
  margin: 0 0 16px;
}
@media (max-width: 1280px) {
  .form-grid__title {
    font-size: 28px;
    margin: 0 0 12px;
  }
}
@media (max-width: 767px) {
  .form-grid__title {
    margin: 0 0 3.75vw;
    font-size: 6.25vw;
  }
}
.form-grid__desc {
  line-height: 1.3;
  font-size: 20px;
  color: var(--color-secondary);
}
@media (max-width: 1280px) {
  .form-grid__desc {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .form-grid__desc {
    font-size: 4.0625vw;
  }
}
.form-grid__desc_caption {
  color: var(--color-main);
}
.form-grid__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 12px;
  margin: 28px 0 0;
}
@media (max-width: 1280px) {
  .form-grid__list {
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .form-grid__list {
    margin: 5vw 0 0;
  }
}
.form-grid__label {
  color: var(--color-secondary);
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .form-grid__label {
    font-size: 4.0625vw;
    margin: 0 0 2.5vw;
  }
}
.form-grid__error {
  font-size: 16px;
  text-align: right;
  color: #ff5f57;
  margin: 4px 0 0;
  position: absolute;
  right: 28px;
}
@media (max-width: 767px) {
  .form-grid__error {
    font-size: 4.0625vw;
    margin: 1.25vw 0 0;
    right: 28px;
  }
}
.form-grid__button {
  margin: 28px 0 0;
}
@media (max-width: 1280px) {
  .form-grid__button {
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .form-grid__button {
    margin: 5vw 0 0;
  }
}
.form-grid__button .button {
  width: 100%;
}
.form-grid__agree {
  margin: 20px 0 0;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1280px) {
  .form-grid__agree {
    font-size: 16px;
    margin: 12px 0 0;
  }
}
@media (max-width: 767px) {
  .form-grid__agree {
    margin: 3.75vw 0 0;
    font-size: 4.0625vw;
  }
}

/* Common styles for current project */
html, body {
  height: 100%;
}

body {
  background: #f7f7f7;
  color: var(--color-main);
  font-size: 20px;
  font-family: var(--font-family);
  line-height: 1.3;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
  font-variant-numeric: lining-nums;
}
@media (max-width: 1023px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 5vw;
  }
}

.wrapper {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.wrapper:has(.objects-page), .wrapper:has(.object-page) {
  overflow: visible;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 1280px) {
  .container {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 5vw;
  }
}

.content {
  padding: 0 0 100px;
}
@media (max-width: 1280px) {
  .content {
    padding: 0 0 80px;
  }
}
@media (max-width: 1023px) {
  .content {
    padding: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .content {
    padding: 0 0 13.75vw;
  }
}
.content:has(.object-page) {
  padding: 0;
}

.home-page .content {
  padding: 0;
}

.overflow-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.overflow-section .section-top__actions {
    display: none;
}
/*! Section Top
-------------------
 */
.section-top {
  margin: 0 0 44px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1280px) {
  .section-top {
    margin: 0 0 32px;
  }
}
@media (max-width: 767px) {
  .section-top {
    margin-bottom: 6.25vw;
  }
}
.section-top__title {
  font-weight: 500;
  font-size: 36px;
}
.section-top__title_big {
  max-width: 800px;
  font-size: 60px;
}
@media (max-width: 1280px) {
  .section-top__title_big {
    font-size: 44px;
    max-width: 600px;
  }
}
@media (max-width: 1023px) {
  .section-top__title_big {
    font-size: 36px;
  }
}
.section-top__title_full {
  max-width: 100%;
}
@media (max-width: 1280px) {
  .section-top__title_full {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .section-top__title {
    font-size: 8.125vw;
  }
  .section-top__title span {
    color: var(--color-secondary);
    display: block;
    margin: 2.5vw 0 0;
    font-size: 4.0625vw;
  }
}
.section-top__actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-flex: 0;
          flex: none;
  gap: 20px;
}
@media (max-width: 767px) {
  .section-top__actions_hide-mobile {
    display: none;
  }
}
.section-top__note {
  max-width: 600px;
  color: var(--color-secondary);
  line-height: 1.3;
}
@media (max-width: 1280px) {
  .section-top__note {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-top__note {
    font-size: 4.0625vw;
  }
}
@media (max-width: 1280px) {
  .section-top:has(.section-top__note) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 16px;
  }
  .section-top:has(.section-top__note) .section-top__title {
    font-size: 44px;
  }
}
@media (max-width: 1023px) {
  .section-top:has(.section-top__note) .section-top__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .section-top:has(.section-top__note) {
    gap: 3.75vw;
  }
  .section-top:has(.section-top__note) .section-top__title {
    font-size: 8.125vw;
  }
}
.section-top__arrows {
  display: -webkit-box;
  display: flex;
  gap: 16px;
  -webkit-box-flex: 0;
          flex: none;
}
.section-top__arrows_on-tablet {
  display: none;
}
@media screen and (max-width: 1900px) {
  .section-top__arrows_on-tablet {
    display: -webkit-box;
    display: flex;
  }
}
@media (max-width: 1280px) {
  .section-top__arrows {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .section-top__arrows {
    display: none;
  }
  .section-top__arrows_always {
    display: -webkit-box;
    display: flex;
  }
}
.section-top__arrows:has(.swiper-button-lock) {
  display: none;
}
.section-top__arrows-btn {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid #a7b7c0;
  color: var(--color-main);
}
@media (max-width: 1280px) {
  .section-top__arrows-btn {
    width: 56px;
    height: 56px;
  }
  .section-top__arrows-btn svg {
    width: 26px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .section-top__arrows-btn {
    width: 13.75vw;
    height: 13.75vw;
  }
  .section-top__arrows-btn svg {
    width: 6.25vw;
  }
}
.section-top__arrows-btn_disabled, .section-top__arrows-btn.swiper-button-disabled {
  pointer-events: none;
  color: #d4d5d5;
}
@media (min-width: 768px) {
  .section-top__arrows-btn:hover {
    background: var(--color-accent);
    color: #fff;
    border-color: var(--color-accent);
  }
}

/* Styles for specific pages */
/*! Main Page
------------------------
 */
.white-float {
  padding: 60px 0 0;
  background: #fff;
  border-radius: 60px 60px 0 0;
  margin-top: 100vh;
  margin-top: calc(var(--vh, 1vh) * 100);
  position: relative;
  z-index: 3;
}
@media (max-width: 1280px) {
  .white-float {
    padding: 32px 0 0;
    border-radius: 32px 32px 0 0;
  }
}
@media (max-width: 1023px) {
  .white-float {
    margin-top: 600px;
  }
}
@media (max-width: 767px) {
  .white-float {
    margin-top: -6.25vw;
    border-radius: 7.5vw 7.5vw 0 0;
    padding-top: 6.25vw;
  }
}

.other-sections {
  position: relative;
  z-index: 3;
  background: #f7f7f7;
}

/*! Hero Section
-------------------
 */
.hero-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--color-main);
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-section {
    position: relative;
  }
}
.hero-section__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  gap: 24px;
  position: relative;
  z-index: 3;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding: 0 0 80px;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1280px) {
  .hero-section__grid {
    padding: 0 0 40px;
  }
}
@media (max-width: 1023px) {
  .hero-section__grid {
    min-height: 630px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    gap: 24px;
    padding: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .hero-section__grid {
    min-height: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 35.3125vw 0 18.75vw;
    gap: 31.25vw;
  }
}
.hero-section__desc {
  max-width: 1092px;
  font-weight: 600;
  font-size: 70px;
  color: #fff;
}
@media screen and (max-width: 1920px) {
  .hero-section__desc {
    font-size: 3.6458333333vw;
  }
}
@media (max-width: 1280px) {
  .hero-section__desc {
    font-size: 40px;
    max-width: 630px;
  }
}
@media (max-width: 767px) {
  .hero-section__desc {
    font-size: 8.75vw;
    max-width: initial;
  }
  .hero-section__desc span {
    display: block;
    font-size: 5vw;
    margin-top: 3.75vw;
  }
}
.hero-section__slider {
  max-width: 370px;
  position: relative;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  background: rgba(255, 255, 255, 0.18);
  border-radius: 20px;
}
@media (max-width: 1280px) {
  .hero-section__slider {
    max-width: 294px;
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .hero-section__slider {
    max-width: 100%;
    border-radius: 4.6875vw;
  }
}
.hero-section__slider .swiper-pagination {
  top: 22px;
  left: 22px;
  width: calc(100% - 44px);
  display: -webkit-box;
  display: flex;
  gap: 12px;
  bottom: initial;
}
@media (max-width: 1280px) {
  .hero-section__slider .swiper-pagination {
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .hero-section__slider .swiper-pagination {
    top: 5vw;
    left: 5vw;
    width: calc(100% - 10vw);
    gap: 2.5vw;
  }
}
.hero-section__slider .swiper-pagination-bullet {
  border-radius: 0;
  -webkit-box-flex: 1;
          flex: 1;
  opacity: 1;
  background: rgba(255, 255, 255, 0.4);
  height: 4px;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (max-width: 1280px) {
  .hero-section__slider .swiper-pagination-bullet {
    height: 3px;
  }
}
@media (max-width: 767px) {
  .hero-section__slider .swiper-pagination-bullet {
    height: 0.625vw;
  }
}
.hero-section__slider .swiper-pagination-bullet:after {
  content: "";
  height: 100%;
  width: 0;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.hero-section__slider .swiper-pagination-bullet-active:after {
  -webkit-animation: fillProgressHeroSlider 5.2s linear forwards;
          animation: fillProgressHeroSlider 5.2s linear forwards;
}
@-webkit-keyframes fillProgressHeroSlider {
  100% {
    width: 100%;
  }
}
@keyframes fillProgressHeroSlider {
  100% {
    width: 100%;
  }
}
.hero-section__slider .swiper-slide {
  height: auto;
}
.hero-section__slide {
  padding: 46px 22px 22px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  min-height: 334px;
}
@media (max-width: 1280px) {
  .hero-section__slide {
    padding: 34px 16px 16px;
    min-height: 244px;
  }
}
@media (max-width: 1023px) {
  .hero-section__slide {
    min-height: 190px;
  }
}
@media (max-width: 767px) {
  .hero-section__slide {
    min-height: initial;
    padding: 9.375vw 5vw 5vw;
  }
}
.hero-section__slide-title {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
}
@media (max-width: 1280px) {
  .hero-section__slide-title {
    font-size: 18px;
    margin: 0 0 24px;
  }
}
@media (max-width: 767px) {
  .hero-section__slide-title {
    font-size: 5.625vw;
    margin-bottom: 7.5vw;
  }
}
.hero-section__slide-title strong {
  font-weight: bold;
}
.hero-section__slide-list {
  margin: auto 0 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}
@media (max-width: 1280px) {
  .hero-section__slide-list {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .hero-section__slide-list {
    font-size: 3.75vw;
    margin: 0;
  }
}
.hero-section__slide-list ul {
  margin: 0 0 0 24px;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 8px;
}
@media (max-width: 1280px) {
  .hero-section__slide-list ul {
    gap: 6px;
  }
}
@media (max-width: 767px) {
  .hero-section__slide-list ul {
    gap: 1.875vw;
  }
}
.hero-section__slide span {
  display: block;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .hero-section__slide span {
    margin-top: 3.75vw;
  }
}
.hero-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-section__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*! About Section
-------------------
 */
.about-section {
  margin: 0 0 100px;
}
@media (max-width: 1280px) {
  .about-section {
    margin: 0 0 60px;
  }
}
@media (max-width: 1023px) {
  .about-section {
    margin: 0 0 44px;
  }
}
@media (max-width: 767px) {
  .about-section {
    margin-bottom: 1.25vw;
  }
}
.about-section__grid {
  display: -webkit-box;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .about-section__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .about-section__grid {
    gap: 5vw;
  }
}
.about-section__sidebar {
  max-width: 480px;
}
@media (max-width: 1280px) {
  .about-section__sidebar {
    font-size: 16px;
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  .about-section__sidebar {
    font-size: 4.0625vw;
    max-width: 100%;
  }
}
.about-section__content {
  max-width: 910px;
}
@media (max-width: 1280px) {
  .about-section__content {
    max-width: 514px;
  }
}
@media (max-width: 767px) {
  .about-section__content {
    max-width: 100%;
  }
}
.about-section__text {
  margin: 0 0 32px;
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 1280px) {
  .about-section__text {
    font-size: 24px;
    margin: 0 0 24px;
  }
}
@media (max-width: 1023px) {
  .about-section__text {
    margin: 0 0 16px;
  }
}
@media (max-width: 767px) {
  .about-section__text {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
}

/*! Pluses Section
-------------------
 */
.pluses-section {
  overflow: hidden;
}
@media (max-width: 767px) {
  .pluses-section {
    overflow: visible;
  }
}
.pluses-section__scroller {
  padding: 20px 0;
  height: 100vh;
}
@media (max-width: 767px) {
  .pluses-section__scroller {
    height: initial;
    padding: 6.25vw 0;
    margin: 0 -5vw;
  }
}
.pluses-section__grid {
  display: -webkit-box;
  display: flex;
  gap: 20px;
  height: 100%;
}
@media (max-width: 1280px) {
  .pluses-section__grid {
    gap: 16px;
  }
}
@media (max-width: 1023px) {
  .pluses-section__grid {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .pluses-section__grid {
    gap: 3.75vw;
    overflow-x: auto;
    padding: 0 5vw;
  }
  .pluses-section__grid::-webkit-scrollbar {
    display: none;
  }
}
.pluses-section__column {
  min-width: 600px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 1601px) {
  .pluses-section__column {
    min-width: 510px;
  }
}
@media (max-width: 1280px) {
  .pluses-section__column {
    gap: 16px;
    min-width: 378px;
  }
}
@media (max-width: 1023px) {
  .pluses-section__column {
    gap: 12px;
    min-width: 340px;
  }
}
@media (max-width: 767px) {
  .pluses-section__column {
    min-width: 71.25vw;
    width: 71.25vw;
    gap: 3.75vw;
  }
}
.pluses-section__card {
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .pluses-section__card {
    min-height: 50vw;
  }
}
.pluses-section__title {
  padding: 16px;
  max-width: 300px;
  font-size: 36px;
}
@media (max-width: 1280px) {
  .pluses-section__title {
    font-size: 24px;
    padding: 20px;
  }
}
@media (max-width: 1023px) {
  .pluses-section__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pluses-section__title {
    padding: 3.75vw;
    font-size: 5vw;
  }
}
.pluses-section__label {
  bottom: 28px;
  left: 28px;
  max-width: 350px;
  font-size: 36px;
  font-weight: 500;
  position: absolute;
  color: #fff;
  line-height: 1.1;
  z-index: 2;
}
@media (max-width: 1601px) {
  .pluses-section__label {
    left: 24px;
    bottom: 24px;
  }
}
@media (max-width: 1280px) {
  .pluses-section__label {
    left: 20px;
    bottom: 20px;
    font-size: 24px;
    max-width: 200px;
  }
}
@media (max-width: 1023px) {
  .pluses-section__label {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pluses-section__label {
    left: 3.75vw;
    bottom: 3.75vw;
    font-size: 5vw;
    max-width: 62.5vw;
  }
}
.pluses-section__pic {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .pluses-section__pic {
    border-radius: 28px;
  }
}
@media (max-width: 1023px) {
  .pluses-section__pic {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .pluses-section__pic {
    border-radius: 5vw;
  }
}
.pluses-section__pic:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.4;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
}
.pluses-section__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.pluses-section__button {
  padding: 32px;
}
@media (max-width: 1280px) {
  .pluses-section__button {
    padding: 20px;
  }
}
@media (max-width: 1023px) {
  .pluses-section__button {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .pluses-section__button {
    padding: 3.75vw;
  }
}

/*! Objects Section
-------------------
 */
.objects-section {
  margin: 110px 0 0;
  padding: 0 0 54px;
  background: #f7f7f7;
}
@media (max-width: 1280px) {
  .objects-section {
    margin: 80px 0 0;
  }
}
@media (max-width: 1023px) {
  .objects-section {
    margin: 52px 0 0;
    padding: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .objects-section {
    margin-top: 6.25vw;
    padding-bottom: 6.25vw;
  }
}
.objects-section__slider {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1280px) {
  .objects-section__slider {
    border-radius: 28px;
  }
}
@media (max-width: 1023px) {
  .objects-section__slider {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .objects-section__slider {
    border-radius: 6.25vw;
    padding-top: 65.625vw;
  }
}
.objects-section__about {
  position: relative;
  z-index: 2;
  background: linear-gradient(342deg, #1e1e1e 0%, #213037 47.8%, #4a6266 100%);
  width: 50%;
  border-radius: 40px;
}
@media (max-width: 1601px) {
  .objects-section__about {
    width: 56%;
  }
}
@media (max-width: 1280px) {
  .objects-section__about {
    width: 60%;
    border-radius: 28px;
  }
}
@media (max-width: 1023px) {
  .objects-section__about {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .objects-section__about {
    border-radius: 6.25vw;
    width: 100%;
  }
}
.objects-section__block {
  position: relative;
  z-index: 2;
}
.objects-section__top {
  position: absolute;
  top: 60px;
  left: 60px;
  width: calc(100% - 120px);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1280px) {
  .objects-section__top {
    top: 40px;
    left: 32px;
    width: calc(100% - 64px);
  }
}
@media (max-width: 767px) {
  .objects-section__top {
    top: 6.25vw;
    left: 5vw;
    width: calc(100% - 10vw);
  }
}
.objects-section__heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  color: var(--color-secondary);
}
@media (max-width: 1280px) {
  .objects-section__heading {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .objects-section__heading {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .objects-section__heading {
    font-size: 4.0625vw;
  }
}
.objects-section__counter {
  font-weight: 500;
  color: #a7b7c0;
}
@media (max-width: 1280px) {
  .objects-section__counter {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .objects-section__counter {
    font-size: 4.0625vw;
  }
}
.objects-section__counter-current {
  color: #fff;
}
.objects-section__bottom {
  position: absolute;
  bottom: 60px;
  left: 60px;
  width: calc(100% - 120px);
  display: -webkit-box;
  display: flex;
  z-index: 5;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1280px) {
  .objects-section__bottom {
    left: 32px;
    width: calc(100% - 64px);
    bottom: 32px;
  }
}
@media (max-width: 767px) {
  .objects-section__bottom {
    bottom: 6.25vw;
    left: 5vw;
    width: calc(100% - 10vw);
  }
  .objects-section__bottom .button {
    padding: 0 5vw;
    height: 13.125vw;
  }
}
.objects-section__arrows {
  display: -webkit-box;
  display: flex;
  gap: 16px;
}
@media (max-width: 1280px) {
  .objects-section__arrows {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .objects-section__arrows {
    gap: 1.875vw;
  }
}
.objects-section__arrows-btn {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid #a7b7c0;
  color: #fff;
}
@media (max-width: 1280px) {
  .objects-section__arrows-btn {
    width: 58px;
    height: 58px;
  }
  .objects-section__arrows-btn svg {
    width: 26px;
    height: auto;
  }
}
@media (max-width: 1023px) {
  .objects-section__arrows-btn {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 767px) {
  .objects-section__arrows-btn {
    width: 11.25vw;
    height: 11.25vw;
  }
  .objects-section__arrows-btn svg {
    width: 5vw;
  }
}
.objects-section__arrows-btn_disabled, .objects-section__arrows-btn.swiper-button-disabled {
  pointer-events: none;
  color: #5d6f6f;
  border-color: #5d6f6f;
}
@media (min-width: 768px) {
  .objects-section__arrows-btn:hover {
    background: var(--color-accent);
    color: #fff;
    border-color: var(--color-accent);
  }
}
.objects-section__card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 124px 60px 200px;
  min-height: 1080px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1601px) {
  .objects-section__card {
    min-height: 948px;
    padding: 124px 60px 180px;
  }
}
@media (max-width: 1280px) {
  .objects-section__card {
    padding: 84px 32px 160px;
    min-height: 688px;
  }
}
@media (max-width: 1023px) {
  .objects-section__card {
    padding: 76px 24px 112px;
    min-height: 564px;
  }
}
@media (max-width: 767px) {
  .objects-section__card {
    padding: 13.75vw 5vw 28.125vw;
    min-height: initial;
  }
}
.objects-section__card-title {
  font-weight: 500;
  font-size: 60px;
  line-height: 1.1;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 1280px) {
  .objects-section__card-title {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  .objects-section__card-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .objects-section__card-title {
    font-size: 8.125vw;
    margin-bottom: 5vw;
  }
}
.objects-section__card-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 32px;
  color: #fff;
  position: relative;
  margin: auto 0 0;
  z-index: 2;
}
@media (max-width: 1601px) {
  .objects-section__card-info {
    gap: 28px;
  }
}
@media (max-width: 1280px) {
  .objects-section__card-info {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .objects-section__card-info {
    gap: 2.8125vw;
  }
}
.objects-section__card-field {
  line-height: 1.2;
}
@media (max-width: 1601px) {
  .objects-section__card-field {
    font-size: 17px;
  }
}
@media (max-width: 1280px) {
  .objects-section__card-field {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .objects-section__card-field {
    font-size: 4.0625vw;
    color: rgba(255, 255, 255, 0.3);
  }
}
.objects-section__card-field strong {
  display: block;
  font-weight: 600;
  font-size: 52px;
  font-family: var(--font-secondary);
}
@media (max-width: 1601px) {
  .objects-section__card-field strong {
    font-size: 44px;
  }
}
@media (max-width: 1280px) {
  .objects-section__card-field strong {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .objects-section__card-field strong {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .objects-section__card-field strong {
    color: #fff;
    font-size: 7.5vw;
  }
}
.objects-section__card-name {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-weight: 800;
  font-size: 251px;
  line-height: 1;
  text-transform: uppercase;
  width: 140%;
  word-break: break-all;
  color: rgba(255, 255, 255, 0.03);
}
@media (max-width: 1280px) {
  .objects-section__card-name {
    font-size: 160px;
  }
}
@media (max-width: 1023px) {
  .objects-section__card-name {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .objects-section__card-name {
    font-size: 23.75vw;
    width: 110%;
    bottom: 20vw;
  }
}
.objects-section__gallery {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .objects-section__gallery {
    width: 100%;
    height: 75vw;
  }
}
.objects-section__gallery .swiper {
  height: 100%;
}
.objects-section__gallery .swiper .swiper-slide {
  height: initial;
}
.objects-section__gallery .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*! Category Section
-------------------
 */
.category-section {
  padding: 20px 0;
  overflow: hidden;
  height: 100vh;
}
@media (max-width: 767px) {
  .category-section {
    height: initial;
    padding: 6.25vw 0;
  }
}
.category-section .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
}
.category-section .section-top {
  -webkit-box-flex: 0;
          flex: none;
}
@media (max-width: 767px) {
  .category-section .section-top__button {
    display: none;
  }
}
.category-section__scroller {
  -webkit-box-flex: 1;
          flex: auto;
}
@media (max-width: 767px) {
  .category-section__scroller {
    margin: 0 -5vw;
  }
}
.category-section__grid {
  display: -webkit-box;
  display: flex;
  gap: 24px;
  height: 100%;
}
@media (max-width: 1601px) {
  .category-section__grid {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .category-section__grid {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .category-section__grid {
    gap: 5vw;
    padding: 0 5vw;
    overflow-x: auto;
  }
  .category-section__grid::-webkit-scrollbar {
    display: none;
  }
}
.category-section__column {
  min-width: 500px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 24px;
  height: 100%;
}
@media (max-width: 1601px) {
  .category-section__column {
    gap: 20px;
  }
}
@media (max-width: 1280px) {
  .category-section__column {
    gap: 18px;
    min-width: 445px;
  }
}
@media (max-width: 1023px) {
  .category-section__column {
    gap: 16px;
    min-width: 400px;
  }
}
@media (max-width: 767px) {
  .category-section__column {
    gap: 3.75vw;
    min-width: 76.25vw;
    width: 76.25vw;
  }
}
.category-section__card {
  gap: 24px;
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1;
}
.category-section__column_small .category-section__card {
  gap: 14px;
}
@media (max-width: 767px) {
  .category-section__column_small .category-section__card {
    gap: 2.5vw;
  }
}
.category-section__arrow {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  background: #fff;
  color: var(--color-main);
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-pack: center;
          justify-content: center;
}
@media (max-width: 1601px) {
  .category-section__arrow {
    width: 54px;
    height: 54px;
    top: 8px;
    right: 8px;
  }
}
@media (max-width: 1280px) {
  .category-section__arrow {
    width: 48px;
    height: 48px;
  }
  .category-section__arrow svg {
    width: 14px;
    height: auto;
  }
}
@media (max-width: 1280px) {
  .category-section__arrow {
    width: 42px;
    height: 42px;
    top: 6px;
    right: 6px;
  }
  .category-section__arrow svg {
    width: 12px;
  }
}
@media (max-width: 767px) {
  .category-section__arrow {
    top: 3.125vw;
    right: 3.125vw;
    width: 11.25vw;
    height: 11.25vw;
  }
  .category-section__arrow svg {
    width: 3.75vw;
  }
}
.category-section__card:hover .category-section__arrow {
  background: var(--color-dark-blue);
  color: #fff;
}
.category-section__pic {
  position: relative;
  display: block;
  border-radius: 32px 0 32px 32px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (max-width: 1601px) {
  .category-section__pic {
    border-radius: 28px 0 28px 28px;
  }
}
@media (max-width: 1280px) {
  .category-section__pic {
    border-radius: 24px 0 24px 24px;
  }
}
@media (max-width: 1023px) {
  .category-section__pic {
    border-radius: 20px 0 20px 20px;
  }
}
@media (max-width: 767px) {
  .category-section__pic {
    border-radius: 6.25vw;
    min-height: 66.5625vw;
  }
}
.category-section__pic:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.3;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
}
.category-section__pic:after {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 130px;
  background: url("../img/content/category-corner.png") no-repeat;
}
@media (max-width: 1601px) {
  .category-section__pic:after {
    width: 110px;
    height: 110px;
    background-size: contain;
  }
}
@media (max-width: 1280px) {
  .category-section__pic:after {
    width: 100px;
    height: 100px;
    background-size: contain;
  }
}
@media (max-width: 1023px) {
  .category-section__pic:after {
    width: 80px;
    height: 80px;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .category-section__pic:after {
    display: none;
  }
}
.category-section__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .category-section__column_small .category-section__pic {
    min-height: 43.125vw;
  }
}
.category-section__title {
  font-weight: 500;
  font-size: 32px;
  -webkit-box-flex: 0;
          flex: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 0 22px 24px;
  color: #fff;
}
@media (max-width: 1601px) {
  .category-section__title {
    padding: 20px;
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  .category-section__title {
    padding: 18px;
    font-size: 23px;
  }
}
@media (max-width: 1023px) {
  .category-section__title {
    font-size: 20px;
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .category-section__title {
    padding: 3.75vw;
    font-size: 4.375vw;
  }
}
.category-section__all {
  display: none;
}
@media (max-width: 767px) {
  .category-section__all {
    margin: 6.25vw 0 0;
    display: block;
  }
}

/*! Partners Section
-------------------
 */
.partners-section {
  padding: 50px 0;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .partners-section {
    padding: 40px 0 80px;
  }
}
@media (max-width: 767px) {
  .partners-section {
    padding: 12.5vw 0;
  }
}
.partners-section .swiper {
  overflow: visible;
}
@media (max-width: 767px) {
  .partners-section .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5vw;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.partners-section .swiper-slide {
  width: 445px;
  height: 318px;
  padding: 18px;
  background: #fff;
  border-radius: 32px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (max-width: 1280px) {
  .partners-section .swiper-slide {
    width: 360px;
    height: 256px;
  }
}
@media (max-width: 1023px) {
  .partners-section .swiper-slide {
    width: 352px;
    height: 252px;
  }
  .partners-section .swiper-slide img {
    max-height: 188px;
  }
}
@media (max-width: 767px) {
  .partners-section .swiper-slide {
    width: 100%;
    height: 31.25vw;
    padding: 5vw;
    border-radius: 5vw;
  }
  .partners-section .swiper-slide img {
    max-height: 21.875vw;
  }
}

/*! Contacts Page
---------------------
 */
.contacts-page__grid {
  margin: 0 0 100px;
  display: -webkit-box;
  display: flex;
  gap: 20px;
}
@media (max-width: 1280px) {
  .contacts-page__grid {
    gap: 16px;
    margin: 0 0 80px;
  }
}
@media (max-width: 1023px) {
  .contacts-page__grid {
    margin: 0 0 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .contacts-page__grid {
    gap: 3.75vw;
    margin: 0 0 12.5vw;
  }
}
.contacts-page__column {
  -webkit-box-flex: 1;
          flex: 1;
  border-radius: 32px;
  padding: 32px;
  background: #fff;
}
@media (max-width: 1280px) {
  .contacts-page__column {
    border-radius: 24px;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .contacts-page__column {
    border-radius: 6.25vw;
    padding: 5vw;
  }
}
.contacts-page__label {
  margin: 0 0 24px;
  font-weight: 500;
  font-size: 32px;
}
@media (max-width: 1280px) {
  .contacts-page__label {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .contacts-page__label {
    font-size: 5vw;
    margin: 0 0 3.75vw;
  }
}
.contacts-page__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 1280px) {
  .contacts-page__list {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .contacts-page__list {
    gap: 3.75vw;
  }
}
.contacts-page__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 16px;
  font-weight: 500;
}
.contacts-page__item svg {
  -webkit-box-flex: 0;
          flex: none;
}
@media (max-width: 1280px) {
  .contacts-page__item {
    font-size: 16px;
  }
  .contacts-page__item svg {
    width: 24px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .contacts-page__item {
    gap: 3.75vw;
    font-size: 4.0625vw;
  }
  .contacts-page__item svg {
    width: 6.25vw;
  }
}
.contacts-page__item a {
  color: var(--color-main);
}
.contacts-page__map {
  border-radius: 40px;
  overflow: hidden;
  height: 548px;
  position: relative;
}
@media (max-width: 1280px) {
  .contacts-page__map {
    border-radius: 32px;
  }
}
@media (max-width: 1023px) {
  .contacts-page__map {
    border-radius: 28px;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .contacts-page__map {
    height: 125vw;
    border-radius: 6.25vw;
  }
}
.contacts-page__map #map {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*! Safe Page
------------------------
 */
.safe-page__hero {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}
@media (max-width: 1280px) {
  .safe-page__hero {
    border-radius: 32px;
  }
}
@media (max-width: 1023px) {
  .safe-page__hero {
    border-radius: 28px;
  }
}
@media (max-width: 767px) {
  .safe-page__hero {
    border-radius: 6.25vw;
  }
}
.safe-page__hero-block {
  position: relative;
  z-index: 2;
  padding: 40px;
  max-width: 990px;
  min-height: 818px;
  color: #fff;
}
@media (max-width: 1280px) {
  .safe-page__hero-block {
    min-height: 490px;
    max-width: 785px;
  }
}
@media (max-width: 1023px) {
  .safe-page__hero-block {
    max-width: 640px;
    min-height: 460px;
    padding: 28px;
  }
}
@media (max-width: 767px) {
  .safe-page__hero-block {
    min-height: 106.25vw;
    max-width: 100%;
    padding: 5vw;
  }
}
.safe-page__hero-title {
  font-weight: 600;
  font-size: 70px;
  line-height: 1.1;
}
@media (max-width: 1280px) {
  .safe-page__hero-title {
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  .safe-page__hero-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .safe-page__hero-title {
    font-size: 7.5vw;
  }
}
.safe-page__hero-desc {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.1;
  margin: 32px 0 0;
}
@media (max-width: 1023px) {
  .safe-page__hero-desc {
    font-size: 20px;
    margin: 16px 0 0;
  }
}
@media (max-width: 767px) {
  .safe-page__hero-desc {
    margin: 3.75vw 0 0;
    font-size: 4.0625vw;
  }
}
.safe-page__hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.safe-page__hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.safe-page__hero-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
  opacity: 0.2;
}
.safe-page__fiches {
  margin: -50px 40px 0;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  gap: 20px;
}
@media (max-width: 1280px) {
  .safe-page__fiches {
    margin: -30px 24px 0;
    gap: 16px;
  }
}
@media (max-width: 1023px) {
  .safe-page__fiches {
    margin: -20px 20px 0;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .safe-page__fiches {
    margin: -6.25vw 3.125vw 0;
    gap: 2.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.safe-page__fiches-item {
  -webkit-box-flex: 1;
          flex: 1;
  background: #fff;
  border-radius: 32px;
  padding: 40px;
}
@media (max-width: 1280px) {
  .safe-page__fiches-item {
    padding: 24px;
    border-radius: 24px;
  }
}
@media (max-width: 1023px) {
  .safe-page__fiches-item {
    -webkit-box-flex: 1;
            flex: auto;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .safe-page__fiches-item {
    padding: 5vw;
    border-radius: 5vw;
    position: relative;
    padding-left: 17.5vw;
  }
}
.safe-page__fiches-icon {
  margin: 0 0 24px;
}
@media (max-width: 1280px) {
  .safe-page__fiches-icon {
    margin: 0 0 20px;
  }
  .safe-page__fiches-icon svg {
    height: 60px;
    width: auto;
  }
}
@media (max-width: 1023px) {
  .safe-page__fiches-icon svg {
    height: 52px;
  }
}
@media (max-width: 767px) {
  .safe-page__fiches-icon {
    left: 5vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
  }
  .safe-page__fiches-icon svg {
    height: 10vw;
  }
}
.safe-page__fiches-label {
  margin: 0 0 12px;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.1;
}
@media (max-width: 1280px) {
  .safe-page__fiches-label {
    font-size: 32px;
    margin: 0 0 8px;
  }
}
@media (max-width: 767px) {
  .safe-page__fiches-label {
    font-size: 5vw;
    margin: 0 0 1.25vw;
  }
}
.safe-page__fiches-desc {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.1;
  color: var(--color-secondary);
}
@media (max-width: 1280px) {
  .safe-page__fiches-desc {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .safe-page__fiches-desc {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .safe-page__fiches-desc {
    font-size: 4.0625vw;
  }
}
.safe-page__control {
  margin: 120px 0 20px;
}
@media (max-width: 1280px) {
  .safe-page__control {
    margin: 80px 0 0;
  }
}
@media (max-width: 1023px) {
  .safe-page__control {
    margin: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .safe-page__control {
    margin: 13.75vw 0 0;
  }
}
.safe-page__control-title {
  margin: 0 0 60px;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 1280px) {
  .safe-page__control-title {
    margin: 0 0 32px;
    text-align: left;
    font-size: 44px;
  }
}
@media (max-width: 1023px) {
  .safe-page__control-title {
    margin: 0 0 24px;
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .safe-page__control-title {
    margin: 0 0 5vw;
    font-size: 8.125vw;
  }
}
.safe-page__control-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  gap: 80px;
}
@media (max-width: 1280px) {
  .safe-page__control-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    grid-row-gap: 32px;
    padding: 0 24px;
    text-align: left;
  }
}
@media (max-width: 1023px) {
  .safe-page__control-list {
    gap: 20px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .safe-page__control-list {
    gap: 5vw;
    grid-template-columns: repeat(1, 1fr);
  }
}
.safe-page__control-item {
  max-width: 330px;
  position: relative;
}
@media (max-width: 1280px) {
  .safe-page__control-item {
    max-width: initial;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    gap: 24px;
  }
}
@media (max-width: 1023px) {
  .safe-page__control-item {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .safe-page__control-item {
    gap: 5vw;
  }
}
.safe-page__control-item:not(:last-child):before {
  content: "";
  z-index: 1;
  height: 1px;
  top: 50px;
  width: calc(100% + 80px);
  position: absolute;
  border-bottom: 2px dashed rgba(165, 182, 192, 0.5);
  left: 50%;
}
@media (max-width: 1280px) {
  .safe-page__control-item:not(:last-child):before {
    display: none;
  }
}
.safe-page__control-icon {
  margin: 0 auto 28px;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 1280px) {
  .safe-page__control-icon {
    -webkit-box-flex: 0;
            flex: none;
    width: 90px;
    height: 90px;
    margin: 0;
  }
  .safe-page__control-icon svg {
    height: 46px;
    width: auto;
  }
}
@media (max-width: 1023px) {
  .safe-page__control-icon {
    width: 70px;
    height: 70px;
  }
  .safe-page__control-icon svg {
    height: 36px;
  }
}
@media (max-width: 767px) {
  .safe-page__control-icon {
    width: 16.25vw;
    height: 16.25vw;
  }
  .safe-page__control-icon svg {
    height: 8.125vw;
  }
}
.safe-page__control-label {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
}
@media (max-width: 1280px) {
  .safe-page__control-label {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .safe-page__control-label {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .safe-page__control-label {
    font-size: 4.0625vw;
  }
}

/*! Objects Page
------------------
 */
.objects-page__gallery {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  border-radius: 40px 40px 0 0;
  display: grid;
  overflow: hidden;
  pointer-events: none;
  grid-template-columns: repeat(3, 1fr);
  max-height: 1060px;
}
@media (max-width: 1601px) {
  .objects-page__gallery {
    max-height: 880px;
  }
}
@media (max-width: 1280px) {
  .objects-page__gallery {
    border-radius: 32px 32px 0 0;
    max-height: 560px;
  }
}
@media (max-width: 1023px) {
  .objects-page__gallery {
    border-radius: 28px 28px 0 0;
    grid-template-columns: repeat(2, 1fr);
    max-height: 630px;
  }
}
@media (max-width: 767px) {
  .objects-page__gallery {
    border-radius: 6.25vw 6.25vw 0 0;
    grid-template-columns: repeat(1, 1fr);
    height: 156.25vw;
    max-height: initial;
  }
}
@media (max-width: 1023px) {
  .objects-page__gallery-item:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 767px) {
  .objects-page__gallery-item {
    -webkit-box-flex: 1;
            flex: 1;
  }
  .objects-page__gallery-item:nth-child(n+4) {
    display: none;
  }
}
.objects-page__gallery-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.objects-page__float {
  border-radius: 40px 40px 0 0;
  background: #fff;
  z-index: 4;
  position: relative;
  padding: 60px 0 100px;
  margin-top: -40px;
}
@media (max-width: 1280px) {
  .objects-page__float {
    padding: 32px 0 60px;
    border-radius: 32px 32px 0 0;
  }
}
@media (max-width: 767px) {
  .objects-page__float {
    padding: 6.25vw 0 7.5vw;
    border-radius: 6.25vw 6.25vw 0 0;
    margin-top: -6.25vw;
  }
}
.objects-page__about {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 0 80px;
  gap: 32px;
}
@media (max-width: 1280px) {
  .objects-page__about {
    margin: 0 0 60px;
  }
}
@media (max-width: 1023px) {
  .objects-page__about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: 0 0 32px;
    gap: 28px;
  }
}
@media (max-width: 767px) {
  .objects-page__about {
    gap: 5vw;
    margin: 0 0 6.25vw;
  }
}
.objects-page__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 12px;
  min-width: 313px;
  -webkit-box-flex: 0;
          flex: none;
}
@media (max-width: 1023px) {
  .objects-page__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    min-width: initial;
  }
}
@media (max-width: 767px) {
  .objects-page__list {
    gap: 10vw;
    grid-row-gap: 3.75vw;
  }
}
.objects-page__item {
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1023px) {
  .objects-page__item {
    -webkit-box-flex: 1;
            flex: auto;
  }
}
@media (max-width: 767px) {
  .objects-page__item {
    font-size: 4.0625vw;
  }
  .objects-page__item:nth-child(1) {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .objects-page__item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .objects-page__item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}
.objects-page__item strong {
  display: block;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.1;
  font-family: var(--font-secondary);
}
@media (max-width: 1280px) {
  .objects-page__item strong {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .objects-page__item strong {
    font-size: 11.25vw;
    margin: 0.625vw 0 0;
  }
}
.objects-page__item strong span {
  font-weight: 500;
  font-size: 28px;
}
@media (max-width: 767px) {
  .objects-page__item strong span {
    font-size: 8.75vw;
  }
}
.objects-page__text {
  -webkit-box-flex: 1;
          flex: auto;
  max-width: 860px;
}
@media (max-width: 1280px) {
  .objects-page__text {
    max-width: 575px;
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .objects-page__text {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .objects-page__text {
    font-size: 4.0625vw;
  }
}
.objects-page__text p {
  margin: 0;
}
.objects-page__text p:not(:last-child) {
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .objects-page__text p:not(:last-child) {
    margin: 0 0 2.5vw;
  }
}
.objects-page__text strong {
  font-weight: 500;
}
.objects-page__filter {
  margin: 0 0 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 24px;
}
@media (max-width: 1280px) {
  .objects-page__filter {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .objects-page__filter {
    margin-bottom: 6.25vw;
    gap: 3.75vw;
  }
}
.objects-page__filter-label {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.3;
  color: var(--color-secondary);
}
@media (max-width: 1280px) {
  .objects-page__filter-label {
    margin: 0 0 12px;
  }
}
@media (max-width: 767px) {
  .objects-page__filter-label {
    margin: 0 0 3.125vw;
    font-size: 4.0625vw;
  }
}
.objects-page__filter-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1280px) {
  .objects-page__filter-list {
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .objects-page__filter-list {
    overflow-x: auto;
    flex-wrap: initial;
    white-space: nowrap;
    margin: 0 -5vw;
    padding: 0 5vw;
    gap: 3.75vw;
  }
  .objects-page__filter-list::-webkit-scrollbar {
    display: none;
  }
}
.objects-page__filter-field input {
  display: none;
}
.objects-page__filter-field input + label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  background: #f7f7f7;
  height: 45px;
  font-size: 16px;
  border-radius: 35px;
  padding: 0 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--color-main);
}
@media (max-width: 1280px) {
  .objects-page__filter-field input + label {
    height: 41px;
    padding: 0 18px;
  }
}
@media (max-width: 767px) {
  .objects-page__filter-field input + label {
    height: 10.3125vw;
    padding: 0 5vw;
    font-size: 4.0625vw;
  }
}
.objects-page__filter-field input + label:hover {
  background: #e4eeee;
}
.objects-page__filter-field input:checked + label {
  background: #e4eeee;
  color: var(--color-main);
}
.objects-page__filter-field input:disabled + label {
  pointer-events: none;
  color: var(--color-secondary);
}
.objects-page__slider {
  overflow: hidden;
  border-radius: 32px;
}
@media (max-width: 1280px) {
  .objects-page__slider {
    border-radius: 28px;
  }
}
@media (max-width: 1023px) {
  .objects-page__slider {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .objects-page__slider {
    border-radius: 6.25vw;
  }
}
.objects-page__slider .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.objects-page__slider .swiper-slide {
    height: calc((100% - 20px) / 2) !important;
    max-width: calc((100% - 40px) / 3);
    margin-right: 20px;
}
@media (max-width: 1024px) {
    .objects-page__slider .swiper-slide {
        max-width: calc((100% - 20px) / 2);
    }
}
@media (max-width: 768px) {
    .objects-page__slider .swiper-slide {
        max-width: 100%;
    }
}
.objects-page__card {
  display: block;
  overflow: hidden;
  border-radius: 32px;
}
@media (max-width: 1280px) {
  .objects-page__card {
    border-radius: 28px;
  }
}
@media (max-width: 1023px) {
  .objects-page__card {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .objects-page__card {
    border-radius: 6.25vw;
  }
}
.objects-page__card img {
  height: 475px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .objects-page__card img {
    height: 300px;
  }
}
@media (max-width: 1023px) {
  .objects-page__card img {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .objects-page__card img {
    height: 59.375vw;
  }
}
.objects-page__card-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 32px 24px 32px 32px;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  color: #fff;
  text-shadow: 1px 1px 2px #494747;
}
@media (max-width: 1280px) {
  .objects-page__card-title {
    font-size: 24px;
    padding: 20px;
  }
}
@media (max-width: 1023px) {
  .objects-page__card-title {
    padding: 16px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .objects-page__card-title {
    font-size: 5vw;
    padding: 5vw;
  }
}
.objects-page__card-arrow {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  background: #fff;
  color: var(--color-main);
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-pack: center;
          justify-content: center;
}
@media (max-width: 1601px) {
  .objects-page__card-arrow {
    width: 54px;
    height: 54px;
  }
}
@media (max-width: 1280px) {
  .objects-page__card-arrow {
    width: 48px;
    height: 48px;
  }
  .objects-page__card-arrow svg {
    width: 14px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .objects-page__card-arrow {
    top: 3.125vw;
    right: 3.125vw;
    width: 11.25vw;
    height: 11.25vw;
  }
  .objects-page__card-arrow svg {
    width: 3.75vw;
  }
}
.objects-page__card:hover .objects-page__card-arrow {
  background: var(--color-btn-hover);
  color: #fff;
}
.objects-page__arrows {
  display: -webkit-box;
  display: flex;
  gap: 16px;
  margin: 40px 0 0;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.objects-page__arrows:has(.swiper-button-lock) {
  display: none;
}
@media (max-width: 1280px) {
  .objects-page__arrows {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .objects-page__arrows {
    gap: 3.75vw;
    margin-top: 5vw;
  }
}
.objects-page__arrows-btn {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid #a7b7c0;
  color: var(--color-main);
}
@media (max-width: 1280px) {
  .objects-page__arrows-btn {
    width: 56px;
    height: 56px;
  }
  .objects-page__arrows-btn svg {
    width: 26px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .objects-page__arrows-btn {
    width: 13.75vw;
    height: 13.75vw;
  }
  .objects-page__arrows-btn svg {
    width: 6.25vw;
  }
}
.objects-page__arrows-btn_disabled, .objects-page__arrows-btn.swiper-button-disabled {
  pointer-events: none;
  color: #d4d5d5;
}
@media (min-width: 768px) {
  .objects-page__arrows-btn:hover {
    background: var(--color-accent);
    color: #fff;
    border-color: var(--color-accent);
  }
}

/*! Object Page
------------------
 */
.object-page {
  position: relative;
}
.object-page__hero {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  pointer-events: none;
  height: 100vh;
}
@media (max-width: 1280px) {
  .object-page__hero {
    border-radius: 32px 32px 0 0;
    height: 800px;
  }
}
@media (max-width: 1023px) {
  .object-page__hero {
    border-radius: 28px 28px 0 0;
  }
}
@media (max-width: 767px) {
  .object-page__hero {
    border-radius: 7.5vw 7.5vw 0 0;
    height: 125vw;
  }
}
.object-page__hero img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.object-page__float {
  border-radius: 40px 40px 0 0;
  background: #fff;
  z-index: 4;
  position: relative;
  padding: 60px 0 100px;
}
@media (max-width: 1280px) {
  .object-page__float {
    border-radius: 32px 32px 0 0;
    margin-top: -40px;
    padding: 40px 0 60px;
  }
}
@media (max-width: 1023px) {
  .object-page__float {
    border-radius: 28px 28px 0 0;
  }
}
@media (max-width: 767px) {
  .object-page__float {
    border-radius: 7.5vw 7.5vw 0 0;
    padding: 7.5vw 0 18.75vw;
  }
}
.object-page__about {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 0 80px;
  gap: 40px;
}
@media (max-width: 1280px) {
  .object-page__about {
    gap: 32px;
    margin: 0 0 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .object-page__about {
    margin: 0 0 44px;
  }
}
@media (max-width: 767px) {
  .object-page__about {
    margin: 0 0 5vw;
    gap: 5vw;
  }
}
.object-page__about-content {
  -webkit-box-flex: 0;
          flex: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 32px;
}
@media (max-width: 1023px) {
  .object-page__about-content {
    gap: 24px;
  }
}
.object-page__about-sidebar {
  max-width: 1000px;
}
.object-page__btn {
  margin: auto 0 0;
}
@media (max-width: 1280px) {
  .object-page__btn {
    display: none;
  }
}
.object-page__tags {
  margin: 0 0 28px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1280px) {
  .object-page__tags {
    margin: 0 0 24px;
  }
}
@media (max-width: 767px) {
  .object-page__tags {
    margin: 0 0 5vw;
    gap: 2.5vw;
  }
}
.object-page__tags span {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 16px;
  height: 45px;
  background: #f7f7f7;
  border-radius: 35px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .object-page__tags span {
    font-size: 4.0625vw;
    height: 11.5625vw;
    padding: 0 3.75vw;
  }
}
.object-page__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 32px;
}
@media (max-width: 1280px) {
  .object-page__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    gap: 46px;
  }
}
@media (max-width: 1023px) {
  .object-page__list {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .object-page__list {
    gap: 3.125vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.object-page__item {
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .object-page__item {
    font-size: 4.0625vw;
  }
}
.object-page__item strong {
  display: block;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.1;
  font-family: var(--font-secondary);
  margin: 0 0 4px;
}
@media (max-width: 767px) {
  .object-page__item strong {
    font-size: 11.25vw;
    margin: 0;
  }
}
.object-page__item strong span {
  font-size: 22px;
}
@media (max-width: 767px) {
  .object-page__item strong span {
    font-size: 5.625vw;
  }
}
@media (max-width: 767px) {
  .object-page__text {
    font-size: 4.0625vw;
  }
}
.object-page__text:not(:last-child) {
  margin: 0 0 28px;
}
@media (max-width: 1023px) {
  .object-page__text:not(:last-child) {
    margin: 0 0 16px;
  }
}
@media (max-width: 767px) {
  .object-page__text:not(:last-child) {
    margin: 0 0 3.75vw;
  }
}
.object-page__text-label {
  font-size: 16px;
  line-height: 1.3;
  color: rgba(26, 49, 73, 0.5);
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .object-page__text-label {
    font-size: 4.0625vw;
    margin: 0 0 2.5vw;
  }
}
.object-page__text p {
  margin: 0;
}
.object-page__text p:not(:last-child) {
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .object-page__text p:not(:last-child) {
    margin: 0 0 2.5vw;
  }
}
.object-page__text strong {
  font-weight: 500;
}
.object-page__gallery {
  position: relative;
}
.object-page__gallery-photo {
  overflow: hidden;
  display: block;
  position: relative;
}
.object-page__gallery-photo_video:after {
  content: "";
  width: 100px;
  height: 100px;
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.3) url("../img/content/play.svg") no-repeat 53% 53%;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  border-radius: 100px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 767px) {
  .object-page__gallery-photo_video:after {
    width: 25vw;
    height: 25vw;
  }
}
.object-page__gallery-photo_video:hover:after {
  background-color: var(--color-accent);
}
.object-page__gallery-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 1023px) {
  .object-page__gallery-photo img {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .object-page__gallery-photo img {
    border-radius: 6.25vw;
  }
}
.object-page__gallery-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.object-page__gallery-main {
  overflow: hidden;
  border-radius: 32px;
  width: calc(100% - 620px);
}
@media (max-width: 1540px) {
  .object-page__gallery-main {
    width: calc(100% - 570px);
  }
}
@media (max-width: 1280px) {
  .object-page__gallery-main {
    width: calc(100% - 366px);
  }
}
@media (max-width: 1023px) {
  .object-page__gallery-main {
    width: 100%;
    border-radius: 24px;
  }
}
.object-page__gallery-main img {
  height: 814px;
}
@media (max-width: 1601px) {
  .object-page__gallery-main img {
    height: 637px;
  }
}
@media (max-width: 1280px) {
  .object-page__gallery-main img {
    height: 408px;
  }
}
@media (max-width: 767px) {
  .object-page__gallery-main img {
    height: 127.5vw;
  }
}
.object-page__gallery-thumbs {
  width: 600px;
}
@media (max-width: 1540px) {
  .object-page__gallery-thumbs {
    width: 550px;
  }
}
@media (max-width: 1280px) {
  .object-page__gallery-thumbs {
    width: 350px;
  }
}
@media (max-width: 1023px) {
  .object-page__gallery-thumbs {
    display: none;
  }
}
.object-page__gallery-thumbs .swiper {
  overflow: hidden;
  border-radius: 32px;
}
.object-page__gallery-thumbs img {
  height: 400px;
}
@media (max-width: 1280px) {
  .object-page__gallery-thumbs img {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .object-page__gallery-thumbs img {
    height: 75vw;
  }
}
.object-page__gallery-actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 44px 0 0;
  z-index: 5;
  gap: 28px;
}
@media (max-width: 1280px) {
  .object-page__gallery-actions {
    margin: 28px 0 0;
    gap: 24px;
  }
}
@media (max-width: 1023px) {
  .object-page__gallery-actions {
    display: none;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .object-page__gallery-actions {
    gap: 5vw;
  }
}
.object-page__gallery-arrow-btn {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid #a7b7c0;
  color: var(--color-main);
}
@media (max-width: 1280px) {
  .object-page__gallery-arrow-btn {
    width: 56px;
    height: 56px;
  }
  .object-page__gallery-arrow-btn svg {
    width: 28px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .object-page__gallery-arrow-btn {
    width: 13.75vw;
    height: 13.75vw;
  }
  .object-page__gallery-arrow-btn svg {
    width: 6.25vw;
  }
}
.object-page__gallery-arrow-btn.disabled, .object-page__gallery-arrow-btn.swiper-button-disabled {
  pointer-events: none;
  color: #d4d5d5;
}
@media (min-width: 768px) {
  .object-page__gallery-arrow-btn:hover {
    background: var(--color-accent);
    color: #fff;
    border-color: var(--color-accent);
  }
}
.object-page__gallery-end {
  display: none;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 32px 0 0;
}
.object-page__gallery-end .object-page__gallery-actions {
  display: none;
}
@media (max-width: 1280px) {
  .object-page__gallery-end {
    display: -webkit-box;
    display: flex;
  }
}
@media (max-width: 1023px) {
  .object-page__gallery-end {
    margin: 24px 0 0;
  }
  .object-page__gallery-end .object-page__gallery-actions {
    display: -webkit-box;
    display: flex;
  }
}
@media (max-width: 767px) {
  .object-page__gallery-end {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    gap: 7.5vw;
    margin-top: 7.5vw;
  }
  .object-page__gallery-end .button {
    width: 100%;
  }
}
.object-page__gallery-counter {
  font-weight: 500;
  color: #a7b7c0;
  min-width: 75px;
  text-align: center;
}
@media (max-width: 1023px) {
  .object-page__gallery-counter {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .object-page__gallery-counter {
    font-size: 5vw;
    min-width: 19.375vw;
  }
}
.object-page__gallery-counter-current {
  color: var(--color-main);
}
.object-page__quote {
  padding: 130px 0 100px;
  background: #f7f7f7;
  position: relative;
  z-index: 4;
  margin: 80px 0 0;
}
@media (max-width: 1280px) {
  .object-page__quote {
    padding: 52px 0 80px;
  }
}
@media (max-width: 1023px) {
  .object-page__quote {
    margin-top: 60px;
    padding: 40px 0 60px;
  }
}
@media (max-width: 767px) {
  .object-page__quote {
    margin-top: 12.5vw;
    padding: 7.5vw 0 12.5vw;
  }
}
.object-page__quote-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1280px) {
  .object-page__quote-grid {
    gap: 36px;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 1023px) {
  .object-page__quote-grid {
    display: block;
    position: relative;
    padding: 150px 0 0;
  }
}
@media (max-width: 767px) {
  .object-page__quote-grid {
    gap: 5vw;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0;
  }
}
.object-page__quote-photo {
  -webkit-box-flex: 0;
          flex: none;
  width: 30%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (max-width: 1280px) {
  .object-page__quote-photo {
    width: 192px;
  }
}
@media (max-width: 1023px) {
  .object-page__quote-photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
  }
}
@media (max-width: 767px) {
  .object-page__quote-photo {
    width: 25vw;
    position: initial;
  }
}
.object-page__quote-photo img {
  width: 332px;
  aspect-ratio: 1;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .object-page__quote-photo img {
    width: 100%;
  }
}
.object-page__quote-content {
  max-width: 1174px;
  position: relative;
}
@media (max-width: 1023px) {
  .object-page__quote-content {
    position: initial;
  }
}
@media (max-width: 767px) {
  .object-page__quote-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    gap: 3.75vw;
  }
}
.object-page__quote-text {
  font-size: 28px;
  line-height: 1.3;
}
@media (max-width: 1280px) {
  .object-page__quote-text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .object-page__quote-text {
    font-size: 4.0625vw;
  }
}
.object-page__quote-author {
  margin: 44px 0 0;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-btn-hover);
}
@media (max-width: 1280px) {
  .object-page__quote-author {
    margin: 32px 0 0;
  }
}
@media (max-width: 1023px) {
  .object-page__quote-author {
    position: absolute;
    top: 50px;
    left: 164px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .object-page__quote-author {
    position: initial;
    font-size: 4.0625vw;
  }
}
.object-page__quote-author strong {
  display: block;
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 600;
}
@media (max-width: 767px) {
  .object-page__quote-author strong {
    font-size: 5vw;
    margin: 0 0 1.875vw;
  }
}
.object-page__quote-quote {
  position: absolute;
  z-index: 3;
}
@media (max-width: 1280px) {
  .object-page__quote-quote {
    display: none;
  }
}
.object-page__quote-quote_top {
  left: -154px;
  top: -69px;
}
.object-page__quote-quote_btm {
  right: 0;
  bottom: 60px;
}
.object-page__use {
  position: relative;
  z-index: 4;
  padding: 60px 0 0;
  background: #fff;
}
@media (max-width: 1280px) {
  .object-page__use {
    padding: 40px 0 0;
  }
}
@media (max-width: 1023px) {
  .object-page__use {
    padding: 40px 0 0;
  }
  .object-page__use .section-top__arrows {
    display: none;
  }
}
@media (max-width: 767px) {
  .object-page__use {
    padding: 6.25vw 0 0;
  }
}
.object-page__use-mobile-arrows {
  display: none;
  margin: 5vw 0 0;
}
.object-page__use-mobile-arrows .section-top__arrows {
  display: -webkit-box;
  display: flex;
}
@media (max-width: 1023px) {
  .object-page__use-mobile-arrows {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}
.object-page__use-slider {
  border-radius: 32px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .object-page__use-slider {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .object-page__use-slider {
    border-radius: 6.25vw;
  }
}
.object-page__use .swiper-slide {
  height: auto;
}
.object-page__use .catalog-page__card {
  background: #f7f7f7;
  height: 100%;
}
@media (max-width: 1280px) {
  .object-page__use .catalog-page__card-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .object-page__use .catalog-page__card .catalog-page__card-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
  }
  .object-page__use .catalog-page__card .catalog-page__card-actions .button {
    width: initial;
  }
}

/*! Delivery Page
------------------------
 */
.delivery-page__hero {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}
@media (max-width: 1280px) {
  .delivery-page__hero {
    border-radius: 32px;
  }
}
@media (max-width: 1023px) {
  .delivery-page__hero {
    border-radius: 28px;
  }
}
@media (max-width: 767px) {
  .delivery-page__hero {
    border-radius: 7.5vw;
  }
}
.delivery-page__hero-block {
  position: relative;
  z-index: 2;
  padding: 40px;
  max-width: 1200px;
  min-height: 818px;
  color: #fff;
}
@media (max-width: 1280px) {
  .delivery-page__hero-block {
    min-height: 573px;
    max-width: 900px;
    padding: 32px;
  }
}
@media (max-width: 1023px) {
  .delivery-page__hero-block {
    padding: 28px;
  }
}
@media (max-width: 767px) {
  .delivery-page__hero-block {
    min-height: 138.75vw;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 5vw;
  }
}
.delivery-page__hero-title {
  font-weight: 600;
  font-size: 70px;
  line-height: 1.1;
}
@media (max-width: 1280px) {
  .delivery-page__hero-title {
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  .delivery-page__hero-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .delivery-page__hero-title {
    font-size: 7.5vw;
  }
}
.delivery-page__hero-desc {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.1;
  max-width: 470px;
  margin: 32px 0 0;
}
@media (max-width: 1280px) {
  .delivery-page__hero-desc {
    margin-top: 24px;
  }
}
@media (max-width: 1023px) {
  .delivery-page__hero-desc {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .delivery-page__hero-desc {
    font-size: 4.0625vw;
    margin-top: 5vw;
  }
}
.delivery-page__hero-btn {
  margin: 40px 0 0;
}
@media (max-width: 1280px) {
  .delivery-page__hero-btn {
    margin: 32px 0 0;
  }
}
@media (max-width: 1023px) {
  .delivery-page__hero-btn {
    margin: 24px 0 0;
  }
}
@media (max-width: 767px) {
  .delivery-page__hero-btn {
    margin: auto 0 0;
  }
  .delivery-page__hero-btn .button {
    width: 100%;
  }
}
.delivery-page__hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.delivery-page__hero-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
  opacity: 0.2;
}
.delivery-page__hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.delivery-page__fiches {
  margin: -60px 40px 0;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  gap: 20px;
}
@media (max-width: 1280px) {
  .delivery-page__fiches {
    margin: -30px 20px 0;
    gap: 16px;
  }
}
@media (max-width: 1023px) {
  .delivery-page__fiches {
    margin: -120px 20px 0;
    border-radius: 24px;
    padding: 20px;
    background: #fff;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .delivery-page__fiches {
    margin: 7.5vw 0 0;
    padding: 5vw;
    border-radius: 6.25vw;
    gap: 6.25vw;
  }
}
.delivery-page__fiches-item {
  -webkit-box-flex: 1;
          flex: 1;
  background: #fff;
  border-radius: 32px;
  padding: 40px;
  padding-right: 20px;
}
@media (max-width: 1280px) {
  .delivery-page__fiches-item {
    padding: 18px;
    border-radius: 24px;
  }
}
@media (max-width: 1023px) {
  .delivery-page__fiches-item {
    background: none;
    padding: 0 0 0 80px;
    position: relative;
    min-height: 64px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .delivery-page__fiches-item {
    min-height: 13.75vw;
    padding-left: 18.75vw;
  }
}
.delivery-page__fiches-icon {
  margin: 0 0 24px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #e4eeee;
  z-index: 2;
  position: relative;
  border: 1px solid #e4eeee;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 1280px) {
  .delivery-page__fiches-icon {
    width: 72px;
    height: 72px;
  }
  .delivery-page__fiches-icon svg {
    width: 30px;
    height: auto;
  }
}
@media (max-width: 1023px) {
  .delivery-page__fiches-icon {
    width: 64px;
    height: 64px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .delivery-page__fiches-icon {
    width: 13.75vw;
    height: 13.75vw;
  }
  .delivery-page__fiches-icon svg {
    width: 6.875vw;
  }
}
.delivery-page__fiches-label {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
}
@media (max-width: 1280px) {
  .delivery-page__fiches-label {
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  .delivery-page__fiches-label {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .delivery-page__fiches-label {
    font-size: 5vw;
    margin: 0 0 1.25vw;
  }
}
.delivery-page__fiches-desc {
  line-height: 1.3;
  font-size: 19px;
  color: var(--color-secondary);
}
@media (max-width: 1280px) {
  .delivery-page__fiches-desc {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .delivery-page__fiches-desc {
    font-size: 4.0625vw;
  }
}
.delivery-page__leaders {
  margin: 120px 0 0;
}
@media (max-width: 1280px) {
  .delivery-page__leaders {
    margin: 80px 0 0;
  }
}
@media (max-width: 1023px) {
  .delivery-page__leaders {
    margin: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .delivery-page__leaders {
    margin: 12.5vw 0 0;
  }
}
.delivery-page__leaders .section-top {
  -webkit-box-align: end;
          align-items: flex-end;
}
.delivery-page__leaders .section-top .section-top__about .section-top__note {
  display: none;
  margin: 10px 0 0;
  max-width: 330px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .delivery-page__leaders .section-top .section-top__about .section-top__note {
    font-size: 4.0625vw;
    margin: 3.75vw 0 0;
  }
}
@media (max-width: 1601px) {
  .delivery-page__leaders .section-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .delivery-page__leaders .section-top .section-top__actions .section-top__note {
    display: none;
  }
  .delivery-page__leaders .section-top .section-top__about .section-top__note {
    display: block;
  }
}
@media (max-width: 1023px) {
  .delivery-page__leaders .section-top .section-top__actions {
    display: none;
  }
}
.delivery-page__leaders .swiper {
  overflow: visible;
}
@media (max-width: 1023px) {
  .delivery-page__leaders .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@media (max-width: 767px) {
  .delivery-page__leaders .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5vw;
  }
}
.delivery-page__leaders .swiper-slide {
  width: 352px;
  height: 250px;
  padding: 13px;
  background: #fff;
  border-radius: 32px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (max-width: 1280px) {
  .delivery-page__leaders .swiper-slide {
    width: 282px;
    height: 200px;
    border-radius: 24px;
  }
}
@media (max-width: 1023px) {
  .delivery-page__leaders .swiper-slide {
    width: 100%;
    height: 162px;
  }
  .delivery-page__leaders .swiper-slide img {
    max-height: 140px;
  }
}
@media (max-width: 767px) {
  .delivery-page__leaders .swiper-slide {
    width: 100%;
    height: 31.25vw;
    padding: 5vw;
    border-radius: 5vw;
  }
  .delivery-page__leaders .swiper-slide img {
    max-height: 21.875vw;
  }
}
@media (max-width: 767px) {
  .delivery-page .map-section {
    margin-top: 12.5vw;
  }
}
.delivery-page__about {
  margin: 120px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1280px) {
  .delivery-page__about {
    margin: 80px 0 0;
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .delivery-page__about {
    margin: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .delivery-page__about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 7.5vw;
    margin: 12.5vw 0 0;
  }
}
.delivery-page__about-desc {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: auto;
  gap: 24px;
}
@media (max-width: 767px) {
  .delivery-page__about-desc {
    gap: 6.25vw;
  }
}
.delivery-page__about-title {
  max-width: 700px;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.1;
}
@media (max-width: 1280px) {
  .delivery-page__about-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .delivery-page__about-title {
    font-size: 8.125vw;
  }
}
.delivery-page__about-text {
  line-height: 1.3;
  max-width: 700px;
}
@media (max-width: 1280px) {
  .delivery-page__about-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .delivery-page__about-text {
    font-size: 4.0625vw;
  }
}
.delivery-page__about-text p {
  margin: 0;
}
.delivery-page__about-text p:not(:last-child) {
  margin: 20px 0 20px;
}
@media (max-width: 1280px) {
  .delivery-page__about-text p:not(:last-child) {
    margin: 16px 0 16px;
  }
}
@media (max-width: 767px) {
  .delivery-page__about-text p:not(:last-child) {
    margin: 3.75vw 0 3.75vw;
  }
}
.delivery-page__about-btn {
  margin: auto 0 0;
}
.delivery-page__about-pic {
  width: 50%;
  -webkit-box-flex: 0;
          flex: none;
}
@media (max-width: 1023px) {
  .delivery-page__about-pic {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .delivery-page__about-pic {
    width: 100%;
  }
}
.delivery-page__about-pic img {
  border-radius: 40px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .delivery-page__about-pic img {
    border-radius: 32px;
  }
}
@media (max-width: 767px) {
  .delivery-page__about-pic img {
    border-radius: 8.75vw;
    height: 71.25vw;
  }
}
.delivery-page__req {
  margin: 120px 0 0;
  border-radius: 40px;
  padding: 32px;
  background: #fff;
}
@media (max-width: 1280px) {
  .delivery-page__req {
    border-radius: 28px;
    margin: 80px 0 0;
  }
}
@media (max-width: 1023px) {
  .delivery-page__req {
    margin: 60px 0 0;
    padding: 28px;
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .delivery-page__req {
    margin: 12.5vw 0 0;
    padding: 5vw;
    border-radius: 6.25vw;
  }
}
.delivery-page__req-label {
  margin: 0 0 28px;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
}
@media (max-width: 1280px) {
  .delivery-page__req-label {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .delivery-page__req-label {
    margin: 0 0 20px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .delivery-page__req-label {
    margin: 0 0 5vw;
    font-size: 5vw;
  }
}
.delivery-page__req-grid {
  display: -webkit-box;
  display: flex;
  gap: 20px;
}
@media (max-width: 1023px) {
  .delivery-page__req-grid {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .delivery-page__req-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 3.75vw;
  }
}
.delivery-page__req-column {
  -webkit-box-flex: 1;
          flex: 1;
}
.delivery-page__req-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 12px;
  display: -webkit-box;
  display: flex;
}
@media (max-width: 767px) {
  .delivery-page__req-list {
    gap: 3.75vw;
  }
}
.delivery-page__req-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 16px;
  font-weight: 500;
}
.delivery-page__req-item svg {
  -webkit-box-flex: 0;
          flex: none;
}
@media (max-width: 1280px) {
  .delivery-page__req-item {
    font-size: 16px;
    position: relative;
    padding-left: 40px;
    display: block;
    min-height: 28px;
    padding-top: 2px;
  }
  .delivery-page__req-item svg {
    width: 28px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .delivery-page__req-item {
    gap: 3.75vw;
    font-size: 4.0625vw;
    position: relative;
    padding-left: 12.5vw;
    display: block;
    min-height: 8.75vw;
    padding-top: 1.25vw;
  }
  .delivery-page__req-item svg {
    width: 8.75vw;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.delivery-page__req-button {
  margin: 32px 0 0;
}
@media (max-width: 1280px) {
  .delivery-page__req-button {
    margin: 28px 0 0;
  }
}
@media (max-width: 767px) {
  .delivery-page__req-button {
    margin: 5vw 0 0;
  }
  .delivery-page__req-button .button {
    width: 100%;
  }
}

/*! About Page
---------------------
 */
.about-page__hero {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}
@media (max-width: 1280px) {
  .about-page__hero {
    border-radius: 32px;
  }
}
@media (max-width: 1023px) {
  .about-page__hero {
    border-radius: 28px;
  }
}
@media (max-width: 767px) {
  .about-page__hero {
    border-radius: 6.25vw;
  }
}
.about-page__hero-block {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  z-index: 2;
  padding: 40px;
  max-width: 1597px;
  min-height: 818px;
  color: #fff;
}
@media (max-width: 1280px) {
  .about-page__hero-block {
    padding: 32px;
    min-height: 712px;
  }
}
@media (max-width: 1023px) {
  .about-page__hero-block {
    min-height: 510px;
    padding: 28px;
  }
}
@media (max-width: 767px) {
  .about-page__hero-block {
    padding: 5vw;
    min-height: 142.1875vw;
  }
}
.about-page__hero-title {
  font-weight: 600;
  font-size: 70px;
  line-height: 1.1;
}
@media (max-width: 1280px) {
  .about-page__hero-title {
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  .about-page__hero-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .about-page__hero-title {
    font-size: 7.5vw;
    word-break: break-word;
  }
}
.about-page__hero-desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  max-width: 700px;
  margin: 32px 0 0;
}
@media (max-width: 1280px) {
  .about-page__hero-desc {
    margin: 24px 0 0;
  }
}
@media (max-width: 1023px) {
  .about-page__hero-desc {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .about-page__hero-desc {
    font-size: 4.0625vw;
    margin-top: 5vw;
  }
}
.about-page__hero-btn {
  margin: auto 0 0;
  display: -webkit-box;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .about-page__hero-btn {
    display: none;
  }
}
.about-page__hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-page__hero-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
  opacity: 0.2;
}
.about-page__hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-page__hero-under {
  display: none;
}
@media (max-width: 767px) {
  .about-page__hero-under {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 3.75vw;
    margin-top: 5vw;
  }
}
.about-page__why {
  margin: 120px 0 0;
  display: -webkit-box;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1280px) {
  .about-page__why {
    margin: 80px 0 0;
    gap: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .about-page__why {
    margin: 60px 0 0;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .about-page__why {
    margin-top: 12.5vw;
    gap: 6.25vw;
  }
}
.about-page__why-about {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 28px;
}
@media (max-width: 1023px) {
  .about-page__why-about {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .about-page__why-about {
    gap: 5vw;
  }
}
.about-page__why-title {
  font-weight: 500;
  font-size: 60px;
  line-height: 1.1;
}
@media (max-width: 1280px) {
  .about-page__why-title {
    font-size: 44px;
  }
}
@media (max-width: 1023px) {
  .about-page__why-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .about-page__why-title {
    font-size: 8.125vw;
  }
}
@media (max-width: 767px) {
  .about-page__why-desc {
    font-size: 4.0625vw;
  }
}
.about-page__why-desc ul {
  margin: 20px 0;
  padding: 0 0 0 21px;
}
@media (max-width: 1023px) {
  .about-page__why-desc ul {
    margin: 16px 0;
  }
}
@media (max-width: 767px) {
  .about-page__why-desc ul {
    margin: 3.75vw;
    padding-left: 3.75vw;
  }
}
.about-page__why-btn {
  margin: auto 0 0;
}
.about-page__why-pic {
  -webkit-box-flex: 0;
          flex: none;
  width: 50%;
}
.about-page__why-pic img {
  border-radius: 32px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .about-page__why-pic {
    width: 100%;
  }
  .about-page__why-pic img {
    height: 370px;
  }
}
@media (max-width: 1023px) {
  .about-page__why-pic img {
    border-radius: 28px;
    height: 316px;
  }
}
@media (max-width: 767px) {
  .about-page__why-pic img {
    height: 68.75vw;
    border-radius: 6.25vw;
  }
}
.about-page__history {
  margin: 120px 0 0;
}
@media (max-width: 1280px) {
  .about-page__history {
    margin: 80px 0 0;
  }
}
@media (max-width: 1023px) {
  .about-page__history {
    margin: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .about-page__history {
    margin: 12.5vw 0 0;
    pointer-events: none;
  }
}
.about-page__history-inner {
  padding: 90px 0 0;
  position: relative;
}
@media (max-width: 1280px) {
  .about-page__history-inner {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .about-page__history-inner {
    padding: 0;
  }
}
.about-page__history-list {
  position: absolute;
  left: 46px;
  width: calc(100% - 92px);
  top: 0;
  border-radius: 40px;
  padding: 70px 0 50px;
  background: #fff;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .about-page__history-list {
    padding: 50px 0;
    left: 30px;
    width: calc(100% - 60px);
    border-radius: 32px;
  }
}
@media (max-width: 1023px) {
  .about-page__history-list {
    left: 24px;
    width: calc(100% - 48px);
    padding: 36px 0;
    border-radius: 28px;
  }
}
@media (max-width: 767px) {
  .about-page__history-list {
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 6.25vw 5vw;
    border-radius: 7.5vw;
    width: 100%;
  }
}
.about-page__history-list:before {
  content: "";
  z-index: 1;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  position: absolute;
  border-bottom: 2px dashed rgba(165, 182, 192, 0.5);
  left: 0;
  margin-top: 10px;
}
@media (max-width: 1280px) {
  .about-page__history-list:before {
    margin-top: 2px;
  }
}
@media (max-width: 1023px) {
  .about-page__history-list:before {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .about-page__history-list:before {
    margin: 0;
    left: 7.5vw;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform: none;
            transform: none;
    border: 0;
    border-right: 2px dashed rgba(165, 182, 192, 0.5);
  }
}
.about-page__history-list .swiper {
  padding: 0 35px;
}
@media (max-width: 1601px) {
  .about-page__history-list .swiper {
    padding: 0 66px;
  }
}
@media (max-width: 1023px) {
  .about-page__history-list .swiper {
    padding: 0 32px;
  }
}
.about-page__history-list .swiper-slide {
  height: auto;
  width: 310px;
}
@media (max-width: 1023px) {
  .about-page__history-list .swiper-slide {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .about-page__history-list .swiper {
    padding: 0;
  }
  .about-page__history-list .swiper-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 6.25vw;
    -webkit-transform: none;
            transform: none;
    width: auto;
  }
  .about-page__history-list .swiper-slide {
    width: initial;
    margin: 0;
    -webkit-box-flex: 1;
            flex: 1;
  }
}
.about-page__history-item {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
  -webkit-box-align: start;
          align-items: flex-start;
  z-index: 3;
  gap: 16px;
}
@media (max-width: 1023px) {
  .about-page__history-item {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .about-page__history-item {
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
  }
}
.about-page__history-value {
  font-weight: 600;
  font-size: 52px;
  line-height: 1.1;
  font-family: var(--font-secondary);
}
@media (max-width: 1023px) {
  .about-page__history-value {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .about-page__history-value {
    font-size: 6.25vw;
    -webkit-box-ordinal-group: 2;
            order: 1;
    -webkit-box-flex: 0;
            flex: none;
    margin: 0 3.75vw 0 2.5vw;
    width: 15.625vw;
  }
}
.about-page__history-icon {
  background: #fff;
  padding: 0 2px 0 8px;
  margin: 0 -6px;
}
@media (max-width: 1023px) {
  .about-page__history-icon svg {
    height: 40px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .about-page__history-icon {
    -webkit-box-ordinal-group: 1;
            order: 0;
    margin: -1.25vw 0;
    padding: 1.25vw 0;
    -webkit-box-flex: 0;
            flex: none;
  }
  .about-page__history-icon svg {
    height: 6.25vw;
  }
}
.swiper-slide:first-child .about-page__history-icon svg {
  opacity: 0.3;
}
.swiper-slide:nth-child(2) .about-page__history-icon svg {
  opacity: 0.5;
}
.swiper-slide:nth-child(3) .about-page__history-icon svg {
  opacity: 0.6;
}
.swiper-slide:nth-child(4) .about-page__history-icon svg {
  opacity: 0.8;
}
.about-page__history-text {
  line-height: 1.3;
  font-weight: 500;
}
@media (max-width: 767px) {
  .about-page__history-text {
    -webkit-box-ordinal-group: 3;
            order: 2;
    font-size: 4.0625vw;
    -webkit-box-flex: 1;
            flex: auto;
  }
}
@media (max-width: 767px) {
  .about-page__history-pic {
    margin-top: -12.5vw;
  }
}
.about-page__history-pic img {
  border-radius: 32px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1601px) {
  .about-page__history-pic img {
    height: 782px;
  }
}
@media (max-width: 1280px) {
  .about-page__history-pic img {
    border-radius: 28px;
    height: 527px;
  }
}
@media (max-width: 767px) {
  .about-page__history-pic img {
    border-radius: 7.5vw;
    height: 87.5vw;
  }
}
.about-page__made {
  margin: 120px 0 0;
}
@media (max-width: 1280px) {
  .about-page__made {
    margin: 80px 0 0;
  }
}
@media (max-width: 1023px) {
  .about-page__made {
    margin: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .about-page__made {
    margin: 12.5vw 0 0;
  }
}
.about-page__made-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1280px) {
  .about-page__made-list {
    gap: 16px;
  }
}
@media (max-width: 1023px) {
  .about-page__made-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .about-page__made-list {
    gap: 5vw;
  }
}
@media (max-width: 1023px) {
  .about-page__made-pic {
    position: relative;
    padding-top: 40%;
  }
}
@media (max-width: 767px) {
  .about-page__made-pic {
    padding: 0;
  }
}
.about-page__made-pic img {
  width: 100%;
  height: 374px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1280px) {
  .about-page__made-pic img {
    height: 220px;
    border-radius: 24px;
  }
}
@media (max-width: 1023px) {
  .about-page__made-pic img {
    border-radius: 28px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-position: left 20%;
       object-position: left 20%;
  }
}
@media (max-width: 767px) {
  .about-page__made-pic img {
    height: 48.75vw;
    border-radius: 6.25vw;
    position: initial;
    -o-object-position: center center;
       object-position: center center;
  }
}
.about-page__made-label {
  margin: 24px 0 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.1;
}
@media (max-width: 1280px) {
  .about-page__made-label {
    font-size: 22px;
    margin: 16px 0 0;
  }
}
@media (max-width: 1023px) {
  .about-page__made-label {
    margin: 12px 0 0;
  }
}
@media (max-width: 767px) {
  .about-page__made-label {
    font-size: 5vw;
    margin: 2.5vw 0 0;
  }
}
.about-page .partners-section {
  margin: 0 -24px;
  padding: 0 24px;
  margin-top: 120px;
}
@media (max-width: 1280px) {
  .about-page .partners-section {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .about-page .partners-section {
    margin: 0 -5vw;
    margin-top: 12.5vw;
    padding: 0 5vw;
  }
}
.about-page .partners-section .swiper {
  overflow: visible;
}
.about-page .reviews-section {
  margin: 120px 0 0;
  padding: 0;
}
@media (max-width: 1280px) {
  .about-page .reviews-section {
    margin: 80px 0 0;
  }
}
@media (max-width: 1023px) {
  .about-page .reviews-section {
    margin: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .about-page .reviews-section {
    margin: 12.5vw 0 0;
  }
}
.about-page__people {
  margin: 120px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1400px) {
  .about-page__people {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media (max-width: 1280px) {
  .about-page__people {
    margin: 80px 0 0;
  }
}
@media (max-width: 1023px) {
  .about-page__people {
    margin: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .about-page__people {
    margin: 12.5vw 0 0;
  }
}
.about-page__people-about {
  width: 609px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media (max-width: 1400px) {
  .about-page__people-about {
    display: contents;
    width: 100%;
  }
  .about-page__people-about .swiper {
    margin: 0 -5vw;
    padding: 0 5vw;
  }
}
.about-page__people-title {
  margin: 0 0 40px;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.1;
}
@media (max-width: 1400px) {
  .about-page__people-title {
    margin: 0 0 32px;
  }
}
@media (max-width: 1023px) {
  .about-page__people-title {
    margin: 0 0 28px;
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .about-page__people-title {
    font-size: 8.125vw;
    margin: 0 0 5vw;
  }
}
.about-page__people-card {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: var(--color-secondary);
}
@media (max-width: 1023px) {
  .about-page__people-card {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .about-page__people-card {
    font-size: 4.0625vw;
  }
}
.about-page__people-card strong {
  display: block;
  margin: 0 0 16px;
  font-weight: 500;
  font-size: 28px;
  color: var(--color-main);
}
@media (max-width: 1023px) {
  .about-page__people-card strong {
    margin: 0 0 8px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .about-page__people-card strong {
    font-size: 5vw;
    margin: 0 0 2.5vw;
  }
}
.about-page__people-card img {
  display: none;
}
@media (max-width: 767px) {
  .about-page__people-card img {
    display: block;
    border-radius: 6.25vw;
    margin: 5vw 0;
  }
}
.about-page__people-actions {
  margin: auto 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 28px;
}
@media (max-width: 1400px) {
  .about-page__people-actions {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
}
@media (max-width: 767px) {
  .about-page__people-actions {
    gap: 5vw;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}
.about-page__people-arrow-btn {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid #a7b7c0;
  color: var(--color-main);
}
@media (max-width: 1280px) {
  .about-page__people-arrow-btn {
    width: 56px;
    height: 56px;
  }
  .about-page__people-arrow-btn svg {
    width: 28px;
    height: auto;
  }
}
@media (max-width: 1023px) {
  .about-page__people-arrow-btn {
    width: 64px;
    height: 64px;
  }
  .about-page__people-arrow-btn svg {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .about-page__people-arrow-btn {
    width: 13.75vw;
    height: 13.75vw;
  }
  .about-page__people-arrow-btn svg {
    width: 6.25vw;
  }
}
.about-page__people-arrow-btn_disabled, .about-page__people-arrow-btn.swiper-button-disabled {
  pointer-events: none;
  color: #d4d5d5;
}
@media (min-width: 768px) {
  .about-page__people-arrow-btn:hover {
    background: var(--color-accent);
    color: #fff;
    border-color: var(--color-accent);
  }
}
.about-page__people-counter {
  font-weight: 500;
  color: #a7b7c0;
  min-width: 75px;
  text-align: center;
}
@media (max-width: 1023px) {
  .about-page__people-counter {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .about-page__people-counter {
    font-size: 5vw;
    min-width: 19.375vw;
  }
}
.about-page__people-counter-current {
  color: var(--color-main);
}
.about-page__people-gallery {
  width: calc(100% - 679px);
  overflow: hidden;
  position: relative;
  border-radius: 32px;
  padding-right: 23%;
}
@media (max-width: 1540px) {
  .about-page__people-gallery {
    padding-right: 298px;
  }
}
@media (max-width: 1400px) {
  .about-page__people-gallery {
    margin: 28px 0;
    border-radius: 24px;
    width: 63.5%;
  }
}
@media (max-width: 1280px) {
  .about-page__people-gallery {
    width: 100%;
    padding-right: 250px;
  }
}
@media (max-width: 1023px) {
  .about-page__people-gallery {
    margin: 20px 0;
    padding-right: 200px;
  }
}
@media (max-width: 767px) {
  .about-page__people-gallery {
    display: none;
  }
}
.about-page__people-gallery .swiper-slide {
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  cursor: -webkit-grab;
  cursor: grab;
}
.about-page__people-gallery .swiper-slide-prev {
  opacity: 0;
}
@media (max-width: 767px) {
  .about-page__people-gallery .swiper-slide-prev {
    opacity: 1;
  }
}
.about-page__people-gallery .swiper-slide-active {
  -webkit-transform: none;
          transform: none;
}
.about-page__people-photo {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .about-page__people-photo {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .about-page__people-photo {
    border-radius: 20px;
  }
}
.about-page__people-photo span {
  position: absolute;
  background: #fff;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 767px) {
  .about-page__people-photo span {
    display: none;
  }
}
.about-page__people-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .about-page__people-photo img {
    height: 86.5625vw;
  }
}

/*! Catalog Page
-----------------------
 */
.catalog-page__category {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1280px) {
  .catalog-page__category {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .catalog-page__category {
    gap: 2.5vw;
  }
}
.catalog-page__category-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 20px;
  border-radius: 24px;
  padding: 20px;
  background: #fff;
  -webkit-box-flex: 1;
          flex: 1 1 calc((100% - 40px) / 3);
  min-width: 30%;
}
@media (max-width: 1280px) {
  .catalog-page__category-item {
    -webkit-box-flex: initial;
            flex: initial;
    padding: 16px;
    min-width: initial;
  }
}
@media (max-width: 1023px) {
  .catalog-page__category-item {
    border-radius: 20px;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .catalog-page__category-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 3.75vw;
    border-radius: 5vw;
    gap: 3.75vw;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}
.catalog-page__category-photo {
  -webkit-box-flex: 0;
          flex: none;
  width: 145px;
}
@media (max-width: 1280px) {
  .catalog-page__category-photo {
    width: 138px;
  }
}
@media (max-width: 1023px) {
  .catalog-page__category-photo {
    width: 104px;
  }
}
@media (max-width: 767px) {
  .catalog-page__category-photo {
    width: 100%;
    height: 21.875vw;
  }
}
.catalog-page__category-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .catalog-page__category-photo img {
    border-radius: 3.75vw;
  }
}
.catalog-page__category-about {
  -webkit-box-flex: 1;
          flex: auto;
  display: block;
}
.catalog-page__category-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  display: block;
  margin: 0 0 8px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 1280px) {
  .catalog-page__category-title {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .catalog-page__category-title {
    font-size: 16px;
    margin: 0 0 4px;
  }
}
@media (max-width: 767px) {
  .catalog-page__category-title {
    margin: 0 0 1.875vw;
    font-size: 4.0625vw;
  }
}
.catalog-page__category-item:hover .catalog-page__category-title {
  color: var(--color-accent);
}
.catalog-page__category-count {
  display: block;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-secondary);
}
@media (max-width: 1280px) {
  .catalog-page__category-count {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .catalog-page__category-count {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .catalog-page__category-count {
    font-size: 4.0625vw;
  }
}
.catalog-page__grid {
  display: -webkit-box;
  display: flex;
  gap: 40px;
  margin: 40px 0 0;
}
@media (max-width: 1601px) {
  .catalog-page__grid {
    gap: 24px;
  }
}
.catalog-page__sidebar {
  width: 434px;
  -webkit-box-flex: 0;
          flex: none;
}
@media (max-width: 1601px) {
  .catalog-page__sidebar {
    width: 350px;
  }
}
@media (max-width: 1280px) {
  .catalog-page__sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background: rgba(11, 21, 32, 0.5);
    padding: 24px;
    pointer-events: none;
    opacity: 0;
  }
  .catalog-page__sidebar_show {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 1023px) {
  .catalog-page__sidebar {
    padding: 0;
    background: none;
    opacity: 1;
  }
}
.catalog-page__filter {
  padding: 24px;
  background: #fff;
  display: -webkit-box;
  display: flex;
  border-radius: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 1280px) {
  .catalog-page__filter {
    position: absolute;
    height: calc(100vh - 48px);
    width: 344px;
    overflow-y: auto;
    border-radius: 24px;
    padding: 20px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
    will-change: transform;
  }
  .catalog-page__filter::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1023px) {
  .catalog-page__filter {
    width: 100%;
    border-radius: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    padding-top: 15px;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media (max-width: 767px) {
  .catalog-page__filter {
    padding: 5vw 5vw;
  }
}
.catalog-page__filter-head {
  display: none;
}
@media (max-width: 1023px) {
  .catalog-page__filter-head {
    display: block;
  }
}
.catalog-page__filter-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .catalog-page__filter-title {
    font-size: 7.5vw;
  }
}
.catalog-page__filter-close {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 58px;
  height: 58px;
}
@media (max-width: 767px) {
  .catalog-page__filter-close {
    width: 18.125vw;
    height: 18.125vw;
  }
  .catalog-page__filter-close svg {
    width: 5vw;
    height: auto;
  }
}
.catalog-page__filter-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 24px;
  height: 52px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 1280px) {
  .catalog-page__filter-label {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .catalog-page__filter-label {
    height: 13.75vw;
    font-size: 6.25vw;
  }
  .catalog-page__filter-label svg {
    width: 7.5vw;
    height: auto;
  }
}
.catalog-page__filter-label svg {
  color: #7C8081;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.catalog-page__filter-label:hover {
  color: var(--color-accent);
}
.catalog-page__filter-label:hover svg {
  color: var(--color-accent);
}
.catalog-page__filter-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.catalog-page__filter-toggle {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s, padding 0.3s;
  transition: max-height 0.3s, padding 0.3s;
}
.catalog-page__filter-block_show .catalog-page__filter-label svg {
  -webkit-transform: none;
          transform: none;
}
.catalog-page__filter-block_show .catalog-page__filter-toggle {
  max-height: 1000px;
}
.catalog-page__filter-item .checkbox + label {
  font-size: 20px;
  height: 42px;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  font-weight: 400;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 1280px) {
  .catalog-page__filter-item .checkbox + label {
    font-size: 16px;
    height: 40px;
  }
}
.catalog-page__filter-item .checkbox + label:hover {
  color: var(--color-accent);
}
.catalog-page__filter-item .checkbox + label:before, .catalog-page__filter-item .checkbox + label:after {
  top: 8px;
}
.catalog-page__filter-filter {
  position: relative;
}
.catalog-page__filter-range {
  position: relative;
  margin: 4px 0 0;
  height: 20px;
}
.catalog-page__filter-range em {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: var(--color-accent);
  position: absolute;
  border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.catalog-page__filter-range em.max {
  left: 100%;
}
.catalog-page__filter-range span {
  background: #e4e7e8;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.catalog-page__filter-range span span {
  height: 2px;
  position: absolute;
  background: var(--color-accent);
  top: 0;
}
.catalog-page__filter #priceSlider .double-range {
  padding: 20px 10px 10px !important;
}
.catalog-page__filter #priceSlider .double-range .point, .catalog-page__filter #priceSlider .double-range .limit,
.catalog-page__filter #priceSlider .double-range label {
  display: none !important;
}
.catalog-page__filter #priceSlider .double-range .track {
  background: #e4e7e8 !important;
  height: 2px !important;
  box-shadow: none !important;
}
.catalog-page__filter #priceSlider .double-range .track .range-bar {
  background: var(--color-accent) !important;
  height: 2px !important;
}
.catalog-page__filter #priceSlider .double-range .thumb {
  background: var(--color-accent) !important;
  border: 1px solid #fff !important;
}
.catalog-page__filter #priceSlider .double-range .thumb:before {
  display: none !important;
}
.catalog-page__filter-price {
  font-size: 16px;
  color: #616566;
  display: -webkit-box;
  display: flex;
  margin: 16px 0 0;
  -webkit-box-align: center;
          align-items: center;
}
.catalog-page__filter-price span {
  -webkit-box-flex: 0;
          flex: none;
  margin: 0 8px 0 0;
}
.catalog-page__filter-price input {
  -webkit-box-flex: 1;
          flex: auto;
  width: 100%;
  font-family: var(--font-family);
  height: 44px;
  border: 1px solid #e1e1e1;
  border-radius: 35px;
  padding: 0 18px;
  box-sizing: border-box;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--color-main);
  font-size: 20px;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.catalog-page__filter-price input:not(:last-child) {
  margin-right: 16px;
}
.catalog-page__filter-price input:focus {
  border-color: var(--color-accent);
}
@media (max-width: 1280px) {
  .catalog-page__sidebar_show {
    opacity: 1;
  }
  .catalog-page__sidebar_show .catalog-page__filter {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 1280px) {
  .catalog-page__clear {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }
}
.catalog-page__clear .button {
  width: 100%;
}
.catalog-page__content {
  -webkit-box-flex: 1;
          flex: auto;
}
.catalog-page__settings {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin: 0 0 32px;
}
@media (max-width: 1280px) {
  .catalog-page__settings {
    margin: 0 0 24px;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .catalog-page__settings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 3.75vw;
    margin: 0 0 3.75vw;
  }
}
.catalog-page__filterBtn {
  display: none;
  -webkit-box-align: center;
          align-items: center;
  color: var(--color-btn-hover);
  gap: 8px;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .catalog-page__filterBtn {
    display: -webkit-box;
    display: flex;
  }
}
@media (max-width: 767px) {
  .catalog-page__filterBtn {
    font-size: 5vw;
    gap: 2.5vw;
  }
  .catalog-page__filterBtn svg {
    width: 7.5vw;
    height: auto;
  }
}
.catalog-page__sort {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .catalog-page__sort {
    display: block;
  }
}
.catalog-page__sort-label {
  font-weight: 500;
  margin: 0 24px 0 0;
}
@media (max-width: 1023px) {
  .catalog-page__sort-label {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .catalog-page__sort-label {
    display: none;
  }
}
.catalog-page__sort-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 12px;
}
@media (max-width: 767px) {
  .catalog-page__sort-list {
    flex-wrap: wrap;
    gap: 2.5vw;
  }
}
.catalog-page__sort-item {
  height: 34px;
  gap: 4px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: #fff;
  padding: 0 14px;
  color: #777d7e;
  font-size: 16px;
  border-radius: 35px;
}
@media (max-width: 1023px) {
  .catalog-page__sort-item {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .catalog-page__sort-item {
    font-size: 4.0625vw;
    padding: 0 3.125vw;
    height: 10.625vw;
    gap: 0.625vw;
  }
}
.catalog-page__sort-item svg {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0.5;
}
@media (max-width: 1023px) {
  .catalog-page__sort-item svg {
    width: 20px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .catalog-page__sort-item svg {
    width: 5vw;
  }
}
.catalog-page__sort-item:hover, .catalog-page__sort-item_active {
  color: var(--color-main);
}
.catalog-page__sort-item:hover svg, .catalog-page__sort-item_active svg {
  opacity: 1;
}
.catalog-page__sort-item_active.sort-asc  svg {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.catalog-page__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1540px) {
  .catalog-page__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1280px) {
  .catalog-page__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .catalog-page__list {
    gap: 2.5vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
.catalog-page__card {
  border-radius: 32px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background: #fff;
}
@media (max-width: 1280px) {
  .catalog-page__card {
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .catalog-page__card {
    border-radius: 3.75vw;
  }
}
.catalog-page__card-pic {
  -webkit-box-flex: 0;
          flex: none;
  height: 260px;
  background: #fff;
}
@media (max-width: 1023px) {
  .catalog-page__card-pic {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .catalog-page__card-pic {
    height: 38.125vw;
  }
}
.catalog-page__card-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-page__card-about {
  -webkit-box-flex: 1;
          flex: auto;
  padding: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media (max-width: 1023px) {
  .catalog-page__card-about {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .catalog-page__card-about {
    padding: 3.75vw;
  }
}
.catalog-page__card-title {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 12px;
  color: var(--color-main);
}
@media (max-width: 1023px) {
  .catalog-page__card-title {
    font-size: 18px;
    margin: 0 0 8px;
  }
}
@media (max-width: 767px) {
  .catalog-page__card-title {
    font-size: 4.6875vw;
    margin: 0 0 2.5vw;
  }
}
.catalog-page__card-title:hover {
  color: var(--color-accent);
}
.catalog-page__card-info {
  line-height: 1.3;
  color: var(--color-secondary);
}
@media (max-width: 1023px) {
  .catalog-page__card-info {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .catalog-page__card-info {
    font-size: 4.0625vw;
  }
}
.catalog-page__card-info p {
  margin: 0;
}
.catalog-page__card-info p:not(:last-child) {
  margin: 0 0 2px;
}
@media (max-width: 767px) {
  .catalog-page__card-info p {
    margin: 0 0 0.625vw;
  }
}
.catalog-page__card-actions {
  padding: 24px 0 0;
  margin: auto 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1280px) {
  .catalog-page__card-actions {
    padding: 16px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}
@media (max-width: 1023px) {
  .catalog-page__card-actions {
    padding: 8px 0 0;
  }
  .catalog-page__card-actions .button {
    height: 48px;
    padding: 0 20px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .catalog-page__card-actions {
    padding: 3.125vw 0 0;
    gap: 2.5vw;
  }
  .catalog-page__card-actions .button {
    height: 11.25vw;
    width: 100%;
    padding: 0 5vw;
    font-size: 4.0625vw;
  }
  .catalog-page__card-actions .button svg {
    display: none;
  }
}
.catalog-page__card-price {
  font-weight: 500;
  font-size: 34px;
  line-height: 1.1;
  white-space: nowrap;
  font-family: var(--font-secondary);
}
@media (max-width: 1280px) {
  .catalog-page__card-price {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .catalog-page__card-price {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .catalog-page__card-price {
    font-size: 5.625vw;
  }
}
.catalog-page__other {
  margin: 80px 0 0;
}
@media (max-width: 1280px) {
  .catalog-page__other {
    margin: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .catalog-page__other {
    margin: 12.5vw 0 0;
  }
}
.catalog-page__other-mobile-arrows {
  display: none;
  margin: 5vw 0 0;
}
.catalog-page__other-mobile-arrows .section-top__arrows {
  display: -webkit-box;
  display: flex;
}
@media (max-width: 767px) {
  .catalog-page__other-mobile-arrows {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}
.catalog-page__other-slider .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.catalog-page__other-slider .swiper-slide {
  height: calc((100% - 20px) / 2) !important;
}
@media (max-width: 1601px) {
  .catalog-page__other-slider .swiper-slide {
    width: 432px;
  }
}
@media (max-width: 1023px) {
  .catalog-page__other-slider .swiper-slide {
    width: 352px;
  }
}
@media (max-width: 767px) {
  .catalog-page__other-slider .swiper-slide {
    width: 85.625vw;
    height: calc((100% - 5vw) / 2) !important;
  }
  .catalog-page__other-slider .swiper-slide .catalog-page__category-item {
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    gap: 3.125vw;
  }
  .catalog-page__other-slider .swiper-slide .catalog-page__category-item .catalog-page__category-photo {
    height: 100%;
    width: 28.125vw;
  }
}

/*! Card Page
---------------------
 */
.card-page__grid {
  gap: 20px;
  display: -webkit-box;
  display: flex;
}
@media (max-width: 1023px) {
  .card-page__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .card-page__grid {
    gap: 3.75vw;
  }
}
.card-page__gallery {
  background: #fff;
  border-radius: 32px;
  padding: 24px;
  width: 47%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 0;
          flex: none;
}
@media (max-width: 1601px) {
  .card-page__gallery {
    width: 45%;
  }
}
@media (max-width: 1023px) {
  .card-page__gallery {
    width: 100%;
    padding: 16px;
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .card-page__gallery {
    border-radius: 5vw;
    padding: 3.75vw;
  }
}
.card-page__gallery-main {
  border-radius: 32px;
  overflow: hidden;
  -webkit-box-flex: 1;
          flex: auto;
}
@media (max-width: 1023px) {
  .card-page__gallery-main {
    border-radius: 24px;
    height: 364px;
  }
}
@media (max-width: 767px) {
  .card-page__gallery-main {
    height: 65.625vw;
    border-radius: 5vw;
  }
}
.card-page__gallery-main .swiper {
  height: 100%;
}
.card-page__gallery-main .swiper .swiper-slide {
  height: auto;
}
.card-page__gallery-main img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1023px) {
  .card-page__gallery-main img {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .card-page__gallery-main img {
    border-radius: 5vw;
  }
}
.card-page__gallery-thumbs {
  margin: 16px 0 0;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-flex: 0;
          flex: none;
}
@media (max-width: 767px) {
  .card-page__gallery-thumbs {
    border-radius: 2.5vw;
    margin: 2.5vw 0 0;
  }
}
.card-page__gallery-thumbs img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 1023px) {
  .card-page__gallery-thumbs img {
    max-height: 100px;
  }
}
@media (max-width: 767px) {
  .card-page__gallery-thumbs img {
    max-height: 20vw;
    border-radius: 2.5vw;
  }
}
.card-page__gallery-thumbs .swiper-slide-thumb-active img {
  opacity: 1;
}
.card-page__about {
  background: #fff;
  border-radius: 32px;
  padding: 24px;
  -webkit-box-flex: 1;
          flex: auto;
}
@media (max-width: 1023px) {
  .card-page__about {
    padding: 16px;
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .card-page__about {
    padding: 3.75vw;
    border-radius: 5vw;
  }
}
.card-page__label {
  margin: 0 0 16px;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  .card-page__label {
    margin: 0 0 8px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .card-page__label {
    font-size: 5vw;
    margin: 0 0 2.5vw;
  }
}
.card-page__text {
  margin: 0 0 24px;
  line-height: 1.3;
}
@media (max-width: 1023px) {
  .card-page__text {
    font-size: 16px;
    margin: 0 0 12px;
  }
}
@media (max-width: 767px) {
  .card-page__text {
    font-size: 4.0625vw;
    margin: 0 0 3.75vw;
  }
}
.card-page__info-item:not(:last-child) {
  margin: 0 0 24px;
}
@media (max-width: 1023px) {
  .card-page__info-item:not(:last-child) {
    margin: 0 0 12px;
  }
}
@media (max-width: 767px) {
  .card-page__info-item:not(:last-child) {
    margin: 0 0 3.75vw;
  }
}
.card-page__info-label {
  font-size: 16px;
  line-height: 1.3;
  color: #b0b0b0;
  margin: 0 0 12px;
}
@media (max-width: 1023px) {
  .card-page__info-label {
    margin: 0 0 8px;
  }
}
@media (max-width: 767px) {
  .card-page__info-label {
    margin: 0 0 2.5vw;
    font-size: 4.0625vw;
  }
}
@media (max-width: 1023px) {
  .card-page__info-desc {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .card-page__info-desc {
    font-size: 4.0625vw;
  }
}
.card-page__info-desc p {
  margin: 0 0 10px;
}
@media (max-width: 767px) {
    .card-page__info-desc p {
        margin: 0 0 3vw;
    }
}
.card-page__info-desc p:not(:first-child) {
  margin: 8px 0 0;
}
@media (max-width: 1023px) {
  .card-page__info-desc p:not(:first-child) {
    margin: 4px 0 0;
  }
}
@media (max-width: 767px) {
  .card-page__info-desc p:not(:first-child) {
    margin: 1.25vw 0 0;
  }
}
.card-page__info-desc ul {
  margin: 0;
  padding: 0 0 0 21px;
}
@media (max-width: 1023px) {
  .card-page__char {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .card-page__char {
    font-size: 4.0625vw;
  }
}
.card-page__char-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
  line-height: 1.3;
}
.card-page__char-item:not(:last-child) {
  margin: 0 0 8px;
}
@media (max-width: 767px) {
  .card-page__char-item:not(:last-child) {
    margin: 0 0 1.25vw;
  }
}
.card-page__char-item span {
  position: relative;
  z-index: 3;
  background: #fff;
  padding: 0 6px 0 0;
}
.card-page__char-item span:last-child {
  padding: 0 0 0 6px;
}
.card-page__char-item:before {
  height: 1px;
  bottom: 6px;
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #b0b0b0;
  content: "";
}
.card-page__scheme {
  margin: 80px 0 0;
}
@media (max-width: 1280px) {
  .card-page__scheme {
    margin: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .card-page__scheme {
    margin: 12.5vw 0 0;
  }
}
.card-page__scheme-mobile-arrows {
  display: none;
  margin: 5vw 0 0;
}
.card-page__scheme-mobile-arrows .section-top__arrows {
  display: -webkit-box;
  display: flex;
}
@media (max-width: 767px) {
  .card-page__scheme-mobile-arrows {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}
.card-page__scheme-slider {
  overflow: hidden;
  border-radius: 32px;
}
@media (max-width: 767px) {
  .card-page__scheme-slider {
    border-radius: 0;
    margin: 0 -5vw;
  }
  .card-page__scheme-slider .swiper {
    padding: 0 5vw;
  }
}
.card-page__scheme-slider img {
  border-radius: 32px;
}
@media (max-width: 1023px) {
  .card-page__scheme-slider img {
    border-radius: 24px;
    height: 210px;
  }
}
@media (max-width: 767px) {
  .card-page__scheme-slider img {
    height: 51.875vw;
  }
}
@media (max-width: 767px) {
  .card-page__scheme-slider .swiper-slide {
    width: 76.875vw;
  }
}
.card-page__offers {
  margin: 80px 0 0;
}
@media (max-width: 1280px) {
  .card-page__offers {
    margin: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .card-page__offers {
    margin: 12.5vw 0 0;
  }
}
.card-page__offers-container {
  padding: 24px;
  position: relative;
}
.card-page__offers-container .custom-scrollbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: #e4eeee;
  border-radius: 100px;
}
.card-page__offers-container .custom-scrollbar .custom-scrollbar-thumb {
  height: 100%;
  background: #79acaa;
  border-radius: 100px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
@media screen and (max-width: 1640px) {
  .card-page__offers-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1601px) {
  .card-page__offers-container {
    padding: 0;
  }
}
.card-page__offers-table {
  overflow-x: auto;
  margin: 0 -40px;
  padding: 0 40px;
}
.card-page__offers-table::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1280px) {
  .card-page__offers-table {
    margin: 0 -24px;
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .card-page__offers-table {
    margin: 0 -5vw;
    padding: 0 5vw 2.5vw;
  }
}
.card-page__offers-table table {
  table-layout: fixed;
  min-width: 1500px;
}
@media (max-width: 767px) {
  .card-page__offers-table table {
    min-width: 343.75vw;
  }
}
.card-page__offers-table th {
  background: #fff;
  padding: 17px 12px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .card-page__offers-table th {
    padding: 2.5vw;
    font-size: 4.0625vw;
  }
  .card-page__offers-table th br {
    display: none;
  }
}
.card-page__offers-table th:first-child {
  border-radius: 100px 0 0 100px;
}
.card-page__offers-table th:last-child {
  border-radius: 0 100px 100px 0;
}
.card-page__offers-table tr.last-tr td {
  border: 0 !important;
}
.card-page__offers-table tr.hidden-tr {
  display: none;
}
.card-page__offers-table td {
  padding: 20px 16px;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 1023px) {
  .card-page__offers-table td {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .card-page__offers-table td {
    padding: 2.5vw 3.75vw;
    font-size: 4.0625vw;
  }
}
.card-page__offers-table td:first-child {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .card-page__offers-table td:first-child {
    font-size: 4.0625vw;
  }
}
.card-page__offers-table td:last-child {
  padding-right: 0;
  padding-left: 0;
  width: 194px;
  min-width: 194px;
}
.card-page__offers-table td:last-child .button {
  width: 100%;
  height: 60px;
  padding: 0;
}
.card-page__offers-table td:last-child .button svg {
  -webkit-box-flex: 0;
          flex: none;
}
@media (max-width: 767px) {
  .card-page__offers-table td:last-child {
    padding-left: 0;
    width: 39.0625vw;
    min-width: 39.0625vw;
  }
  .card-page__offers-table td:last-child .button {
    height: 12.5vw;
    font-size: 4.0625vw;
    max-width: 39.0625vw;
  }
}
.card-page__offers-table tr:not(:last-child) td {
  border-bottom: 1px solid #d4d5d5;
}
.card-page__offers-mobile {
  display: none;
}
@media (max-width: 767px) {
  .card-page__offers-mobile {
    margin: 5vw 0 0;
    display: block;
  }
  .card-page__offers-mobile .button {
    width: 100%;
  }
}
.card-page__offers-btn {
  margin: 8px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.card-page__offers-btn_active .button svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.card-page__examples {
  margin: 80px 0 0;
}
@media (max-width: 1280px) {
  .card-page__examples {
    margin: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .card-page__examples {
    margin: 12.5vw 0 0;
  }
}
.card-page__examples-slider {
  overflow: hidden;
  border-radius: 32px;
}
.card-page__examples-slider .objects-page__card-arrow {
  top: 16px;
  right: 16px;
}
@media (max-width: 1023px) {
  .card-page__examples-slider {
    border-radius: 24px;
  }
  .card-page__examples-slider .objects-page__card {
    border-radius: 24px;
  }
  .card-page__examples-slider .objects-page__card img {
    height: 240px;
    border-radius: 24px;
  }
  .card-page__examples-slider .objects-page__card-title {
    font-size: 20px;
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .card-page__examples-slider {
    border-radius: 0;
  }
  .card-page__examples-slider .objects-page__card {
    border-radius: 5vw;
  }
  .card-page__examples-slider .objects-page__card-arrow {
    top: 3.75vw;
    right: 3.75vw;
  }
  .card-page__examples-slider .objects-page__card img {
    height: 55.625vw;
    border-radius: 5vw;
  }
  .card-page__examples-slider .objects-page__card-title {
    font-size: 5vw;
    padding: 3.75vw;
  }
  .card-page__examples-slider .swiper-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-transform: none !important;
            transform: none !important;
    gap: 3.75vw;
  }
  .card-page__examples-slider .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
}
.card-page__similar {
  margin: 80px 0 0;
}
@media (max-width: 1280px) {
  .card-page__similar {
    margin: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .card-page__similar {
    margin: 12.5vw 0 0;
  }
}
.card-page__similar-slider {
  overflow: hidden;
  border-radius: 32px;
}
.card-page__similar-slider .swiper-slide {
  height: auto;
}
.card-page__similar-slider .swiper-slide .catalog-page__card {
  height: 100%;
}
@media (max-width: 1023px) {
  .card-page__similar-slider {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .card-page__similar-slider {
    border-radius: 5vw;
  }
}
.card-page .our-fiches {
  margin: 80px 0 0;
}
@media (max-width: 1280px) {
  .card-page .our-fiches {
    margin: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .card-page .our-fiches {
    margin: 12.5vw 0 0;
  }
}

@media (max-width: 767px) {
  html[data-touch-device=true] .card-page__offers-table table {
    border-right: 5vw solid #f7f7f7;
  }
}
/* Plugins, which is used in current project. */
/* Components, which is used in current project. */
/*! Header
-------------------------
 */
.header-top {
  z-index: 5;
  background: #fff;
  width: 100%;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
}
@media (max-width: 1280px) {
  .header-top {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .header-top {
    font-size: 4.0625vw;
  }
}
.header-top__grid {
  height: var(--height-header-top);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  color: var(--color-main);
}
@media (max-width: 1280px) {
  .header-top__grid {
    font-weight: normal;
  }
}
.header-top__phone {
  color: var(--color-main);
}
.header-top__phone:hover {
  color: var(--color-accent);
}
.header-top__email {
  color: var(--color-main);
}
.header-top__email:hover {
  color: var(--color-accent);
}
@media (max-width: 767px) {
  .header-top__time {
    display: none;
  }
}

.home-page .header-top {
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
}
.home-page .header-top__grid {
  color: #d4d5d5;
}
.home-page .header-top__phone {
  color: #d4d5d5;
}
.home-page .header-top__phone:hover {
  color: #fff;
}
.home-page .header-top__email {
  color: #d4d5d5;
}
.home-page .header-top__email:hover {
  color: #fff;
}

.header-main {
  top: var(--height-header-top);
  left: 0;
  z-index: 6;
  width: 100%;
}
.header-main__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: var(--height-header-main);
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1280px) {
  .header-main__grid {
    gap: 0;
  }
}
.header-main__logo {
  -webkit-box-flex: 0;
          flex: none;
}
.header-main__logo img:first-child {
  display: none;
}
@media (max-width: 1280px) {
  .header-main__logo img {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .header-main__logo img {
    height: 12.5vw;
  }
}
.header-main__menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  max-width: 1000px;
  -webkit-box-flex: 1;
          flex: auto;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1280px) {
  .header-main__menu {
    -webkit-box-flex: initial;
            flex: initial;
    gap: 10px;
  }
}
@media (max-width: 1023px) {
  .header-main__menu {
    display: none;
  }
}
.header-main__menu-links {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 10px;
  color: var(--color-main);
  height: 49px;
}
@media (max-width: 1280px) {
  .header-main__menu-links {
    font-size: 16px;
  }
}
.header-main__menu-links:hover, .header-main__menu-links_active {
  color: var(--color-accent);
}
.header-main__actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 1280px) {
  .header-main__actions {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .header-main__actions {
    gap: 3.125vw;
  }
}
.header-main__buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 8px;
}
@media (max-width: 1280px) {
  .header-main__buttons {
    gap: 0;
  }
}
.header-main__buttons-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--color-main);
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 64px;
  height: 64px;
  background: none;
}
@media (max-width: 1280px) {
  .header-main__buttons-item {
    width: 52px;
    height: 52px;
  }
  .header-main__buttons-item svg {
    height: 26px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .header-main__buttons-item {
    width: 12.5vw;
    height: 12.5vw;
  }
  .header-main__buttons-item svg {
    height: 6.25vw;
  }
}
.header-main__buttons-item:hover {
  color: #fff;
  background: var(--color-accent);
}
.header-main__burger {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background: #fff;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 64px;
  color: var(--color-main);
  height: 64px;
}
@media (max-width: 1280px) {
  .header-main__burger {
    width: 52px;
    height: 52px;
  }
  .header-main__burger svg {
    height: auto;
    width: 20px;
  }
}
@media (max-width: 767px) {
  .header-main__burger {
    width: 12.5vw;
    height: 12.5vw;
  }
  .header-main__burger svg {
    width: 5vw;
  }
}
.header-main__burger:hover {
  background: var(--color-accent);
  color: #fff;
}
@media (max-width: 1540px) {
  .header-main__order {
    display: none;
  }
}

body:not(.home-page) .header-main__order .button {
  color: var(--color-main);
  border-color: var(--color-main);
}
body:not(.home-page) .header-main__order .button:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
}

.home-page .header-main {
  position: absolute;
}
.home-page .header-main__logo img:first-child {
  display: block;
}
.home-page .header-main__logo img:last-child {
  display: none;
}
.home-page .header-main__menu-links {
  color: #fff;
}
.home-page .header-main__menu-links:hover {
  color: var(--color-accent);
}
.home-page .header-main__buttons-item {
  color: #fff;
}

/*! Burger Menu
---------------------------
 */
.burger-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.burger-menu_show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.burger-menu__container {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  background: #f7f7f7;
  border-radius: 0 0 32px 32px;
  padding: 40px 0;
  overflow-y: auto;
  max-height: 100vh;
  max-height: calc(var(--vh, 1vh) * 100);
}
@media (max-width: 1280px) {
  .burger-menu__container {
    padding: 24px 0 20px;
  }
}
@media (max-width: 1023px) {
  .burger-menu__container {
    border-radius: 0 0 24px 24px;
  }
}
@media (max-width: 767px) {
  .burger-menu__container {
    border-radius: 0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding: 5vw 0;
  }
}
.burger-menu_show .burger-menu__container {
  -webkit-transform: none;
          transform: none;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.burger-menu:not(.burger-menu_show) .burger-menu__container {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.burger-menu__grid {
  display: -webkit-box;
  display: flex;
  gap: 20px;
}
@media (max-width: 1280px) {
  .burger-menu__grid {
    gap: 0;
  }
}
@media (max-width: 1023px) {
  .burger-menu__grid {
    flex-wrap: wrap;
    grid-row-gap: 16px;
  }
}
.burger-menu__nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 445px;
}
.burger-menu__nav-catalog {
  display: none !important;
}
@media (max-width: 1601px) {
  .burger-menu__nav {
    min-width: 378px;
  }
}
@media (max-width: 1280px) {
  .burger-menu__nav {
    margin: 0 28px 0 0;
    min-width: initial;
  }
}
@media (max-width: 1023px) {
  .burger-menu__nav {
    margin-right: 20px;
    -webkit-box-flex: 0;
            flex: none;
  }
}
@media (max-width: 767px) {
  .burger-menu__nav {
    margin: 0;
  }
  .burger-menu__nav-catalog {
    display: block !important;
    color: var(--color-btn-hover);
  }
}
.burger-menu__nav a {
  display: block;
  font-size: 30px;
  padding: 16px 0;
}
@media (max-width: 1280px) {
  .burger-menu__nav a {
    padding: 12px 0;
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .burger-menu__nav a {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .burger-menu__nav a {
    padding: 3.75vw 0;
    font-size: 6.25vw;
  }
}
.burger-menu__nav a:hover {
  color: var(--color-accent);
}
.burger-menu__catalog {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-right: 20px;
}
.burger-menu__catalog-back {
  display: none;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 5px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-flex: 0;
          flex: none;
  color: var(--color-main);
  width: 64px;
  outline: none;
  height: 64px;
  z-index: 100;
  position: absolute;
}
@media (max-width: 767px) {
  .burger-menu__catalog-back {
    top: 5vw;
    left: 5vw;
    width: 15.625vw;
    height: 15.625vw;
    display: -webkit-box;
    display: flex;
  }
  .burger-menu__catalog-back svg {
    width: 5.625vw;
  }
}
.burger-menu__catalog-back:hover {
  background: var(--color-accent);
  color: #fff;
}
@media (max-width: 767px) {
  .burger-menu__catalog {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background: #f7f7f7;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    pointer-events: none;
    padding: 25vw 5vw 6.25vw;
  }
  .burger-menu__catalog::-webkit-scrollbar {
    display: none;
  }
  .burger-menu__catalog_show {
    -webkit-transform: none;
            transform: none;
    pointer-events: auto;
  }
}
.burger-menu__catalog-label {
  display: block;
  font-size: 30px;
  padding: 16px 0;
}
@media (max-width: 1280px) {
  .burger-menu__catalog-label {
    padding: 12px 0;
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .burger-menu__catalog-label {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .burger-menu__catalog-label {
    display: none;
  }
}
.burger-menu__catalog-label:hover {
  color: var(--color-accent);
}
.burger-menu__catalog-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.burger-menu__catalog-list a {
  display: block;
  font-size: 20px;
  padding: 7px 0;
}
@media (max-width: 1280px) {
  .burger-menu__catalog-list a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .burger-menu__catalog-list a {
    font-size: 5vw;
    padding: 2.5vw;
  }
}
.burger-menu__catalog-list a:hover {
  color: var(--color-accent);
}
.burger-menu__catalog-list a.active {
  color: var(--color-btn-hover);
}
.burger-menu__info {
  margin: 0 0 auto auto;
  border-radius: 32px;
  padding: 28px;
  background: #fff;
  max-width: 520px;
}
@media (max-width: 1280px) {
  .burger-menu__info {
    border-radius: 28px;
    padding: 24px;
    max-width: 330px;
  }
}
@media (max-width: 1023px) {
  .burger-menu__info {
    max-width: initial;
    width: 100%;
    position: relative;
  }
}
@media (max-width: 767px) {
  .burger-menu__info {
    padding: 5vw;
    border-radius: 8.75vw;
  }
}
.burger-menu__tel {
  display: block;
  font-weight: 500;
  font-size: 40px;
  color: var(--color-btn-hover);
  font-family: var(--font-secondary);
}
@media (max-width: 1280px) {
  .burger-menu__tel {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .burger-menu__tel {
    font-size: 8.75vw;
  }
}
.burger-menu__tel:hover {
  color: var(--color-main);
}
.burger-menu__email {
  display: block;
  margin: 18px 0 0;
  color: var(--color-main);
  font-weight: 600;
  font-size: 22px;
}
@media (max-width: 1280px) {
  .burger-menu__email {
    font-size: 20px;
    margin: 12px 0 0;
  }
}
@media (max-width: 767px) {
  .burger-menu__email {
    font-size: 6.25vw;
    margin-top: 3.75vw;
  }
}
.burger-menu__email:hover {
  color: var(--color-accent);
}
.burger-menu__address {
  font-weight: 500;
  margin: 18px 0 0;
}
@media (max-width: 1280px) {
  .burger-menu__address {
    margin: 12px 0 0;
  }
}
@media (max-width: 767px) {
  .burger-menu__address {
    margin-top: 3.75vw;
    font-size: 5vw;
  }
}
.burger-menu__time {
  font-weight: 500;
  margin: 8px 0 0;
  color: #b0b0b0;
}
@media (max-width: 767px) {
  .burger-menu__time {
    margin-top: 2.5vw;
    font-size: 5vw;
  }
}
.burger-menu__social {
  display: -webkit-box;
  display: flex;
  margin: 18px 0 0;
  gap: 8px;
}
@media (max-width: 1280px) {
  .burger-menu__social {
    margin: 12px 0 0;
  }
}
@media (max-width: 767px) {
  .burger-menu__social {
    margin-top: 3.75vw;
    gap: 2.5vw;
  }
}
.burger-menu__social-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: var(--color-main);
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .burger-menu__social-item {
    width: 12.5vw;
    height: 12.5vw;
  }
  .burger-menu__social-item svg {
    width: 10.625vw;
    height: auto;
  }
}
.burger-menu__social-item:hover {
  color: var(--color-accent);
}
.burger-menu__buttons {
  margin: 32px 0 0;
  -webkit-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 1280px) {
  .burger-menu__buttons {
    margin: 20px 0 0;
    gap: 12px;
  }
  .burger-menu__buttons .button {
    height: 52px;
    padding: 0 32px;
    font-size: 16px;
  }
  .burger-menu__buttons .button svg {
    width: 20px;
    height: auto;
  }
}
@media (max-width: 1023px) {
  .burger-menu__buttons {
    position: absolute;
    right: 24px;
    top: 24px;
    margin: 0;
  }
  .burger-menu__buttons .button {
    padding: 0 28px;
  }
}
@media (max-width: 767px) {
  .burger-menu__buttons {
    position: initial;
    margin-top: 5vw;
    gap: 3.75vw;
  }
  .burger-menu__buttons .button {
    padding: 0;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
    height: 16.25vw;
    font-size: 5vw;
  }
  .burger-menu__buttons .button svg {
    width: 6.25vw;
  }
}
.burger-menu__close {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 5px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-flex: 0;
          flex: none;
  color: var(--color-main);
  width: 64px;
  outline: none;
  height: 64px;
  z-index: 100;
}
@media (max-width: 1280px) {
  .burger-menu__close {
    margin: 0 0 0 12px;
    width: 58px;
    height: 58px;
  }
  .burger-menu__close svg {
    width: 14px;
    height: auto;
  }
}
@media (max-width: 1023px) {
  .burger-menu__close {
    position: absolute;
    top: 24px;
    right: 24px;
  }
}
@media (max-width: 767px) {
  .burger-menu__close {
    top: 5vw;
    right: 5vw;
    width: 15.625vw;
    height: 15.625vw;
  }
  .burger-menu__close svg {
    width: 3.75vw;
  }
}
.burger-menu__close:hover {
  background: var(--color-accent);
  color: #fff;
}
.burger-menu__bottom {
  margin: 40px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  font-size: 16px;
  color: #b0b0b0;
}
@media (max-width: 1280px) {
  .burger-menu__bottom {
    font-size: 13px;
    margin: 32px 0 0;
  }
}
@media (max-width: 1023px) {
  .burger-menu__bottom {
    display: none;
  }
}
@media (max-width: 767px) {
  .burger-menu__bottom {
    display: block;
    margin-top: 6.25vw;
    font-size: 4.0625vw;
  }
}
.burger-menu__copy {
  min-width: 445px;
  color: #b0b0b0;
}
@media (max-width: 767px) {
  .burger-menu__copy {
    min-width: initial;
  }
}
.burger-menu__politic {
  font-size: 16px;
  color: #b0b0b0;
}
@media (max-width: 1280px) {
  .burger-menu__politic {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .burger-menu__politic {
    font-size: 4.0625vw;
    display: block;
    margin: 2.5vw 0 0;
  }
}
.burger-menu__politic:hover {
  color: var(--color-accent);
}

/*! Search Toggle
----------------------------
 */
.search-toggle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.search-toggle_show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.search-toggle__container {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background: #fff;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  padding: 54px 0;
}
@media (max-width: 1280px) {
  .search-toggle__container {
    padding: 28px 0;
  }
}
@media (max-width: 767px) {
  .search-toggle__container {
    padding: 5.625vw 0;
  }
}
.search-toggle_show .search-toggle__container {
  -webkit-transform: none;
          transform: none;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.search-toggle:not(.search-toggle_show) .search-toggle__container {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.search-toggle__form {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 44px;
}
@media (max-width: 1280px) {
  .search-toggle__form {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .search-toggle__form {
    gap: 5vw;
  }
}
.search-toggle__input {
  -webkit-box-flex: 1;
          flex: auto;
  position: relative;
}
.search-toggle__input input {
  width: 100%;
  box-sizing: border-box;
  height: 64px;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 100px 0 84px;
  border-radius: 0;
  font-size: 28px;
  color: var(--color-main);
  border: 0;
  outline: none;
  border-bottom: 1px solid #d4d5d5;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-family: var(--font-family);
}
@media (max-width: 1280px) {
  .search-toggle__input input {
    font-size: 16px;
    height: 46px;
    padding: 0 100px 0 53px;
  }
}
@media (max-width: 767px) {
  .search-toggle__input input {
    height: 11.875vw;
    font-size: 4.0625vw;
    padding: 0 0 0 12.5vw;
  }
}
.search-toggle__input input:focus {
  border-color: var(--color-accent);
}
.search-toggle__input input::-webkit-input-placeholder {
  color: #b0b0b0;
}
.search-toggle__input input::-moz-placeholder {
  color: #b0b0b0;
}
.search-toggle__input input:-ms-input-placeholder {
  color: #b0b0b0;
}
.search-toggle__input input::-ms-input-placeholder {
  color: #b0b0b0;
}
.search-toggle__input input::placeholder {
  color: #b0b0b0;
}
.search-toggle__icon {
  position: absolute;
  left: 16px;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--color-main);
}
@media (max-width: 1280px) {
  .search-toggle__icon {
    left: 10px;
  }
  .search-toggle__icon svg {
    width: 20px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .search-toggle__icon {
    left: 2.8125vw;
    top: 2.8125vw;
    -webkit-transform: none;
            transform: none;
  }
  .search-toggle__icon svg {
    width: 5.625vw;
  }
}
.search-toggle__clear {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #b0b0b0;
  font-size: 20px;
  display: -webkit-box;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  pointer-events: none;
}
.search-toggle__clear_show {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1280px) {
  .search-toggle__clear {
    font-size: 12px;
    gap: 2px;
  }
  .search-toggle__clear svg {
    width: 16px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .search-toggle__clear {
    display: none;
  }
}
.search-toggle__clear:hover {
  color: var(--color-main);
}
.search-toggle__button {
  -webkit-box-flex: 0;
          flex: none;
}
.search-toggle__button .button span {
  display: -webkit-box;
  display: flex;
  gap: 10px;
}
.search-toggle__button .button span:last-child {
  display: none;
}
@media (max-width: 1280px) {
  .search-toggle__button .button {
    height: 46px;
    font-size: 16px;
    padding: 0 32px;
  }
  .search-toggle__button .button svg {
    width: 20px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .search-toggle__button .button {
    width: 13.75vw;
    height: 13.75vw;
    padding: 0;
    -webkit-box-pack: center;
            justify-content: center;
    border-radius: 100%;
    color: #fff;
  }
  .search-toggle__button .button svg {
    width: 6.25vw;
  }
  .search-toggle__button .button span {
    gap: 3.125vw;
  }
  .search-toggle__button .button span:first-child {
    display: none;
  }
  .search-toggle__button .button span:last-child {
    display: -webkit-box;
    display: flex;
  }
}
.search-toggle__results {
  margin: 44px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 20px;
  font-size: 28px;
}
@media (max-width: 1280px) {
  .search-toggle__results {
    margin: 20px 0 0;
    gap: 8px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .search-toggle__results {
    gap: 2.5vw;
    margin-top: 5vw;
    font-size: 4.0625vw;
  }
}
.search-toggle__results-item {
  color: var(--color-main);
}
.search-toggle__results-item b {
  font-weight: normal;
  color: var(--color-btn-hover);
}
.search-toggle__results-item:hover {
  color: var(--color-btn-hover);
}
.search-toggle__empty {
  font-size: 28px;
  color: var(--color-secondary);
  margin: 44px 0 0;
}
@media (max-width: 1280px) {
  .search-toggle__empty {
    margin: 20px 0 0;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .search-toggle__empty {
    font-size: 4.0625vw;
    margin-top: 5vw;
  }
}

/*! Footer
------------------------
 */
.footer {
  margin: auto 0 0;
  position: relative;
  z-index: 4;
  background: #fff;
  border-radius: 60px 60px 0 0;
  padding: 60px 0 32px;
}
@media (max-width: 1280px) {
  .footer {
    border-radius: 32px 32px 0 0;
    padding: 40px 0 24px;
  }
}
@media (max-width: 1023px) {
  .footer {
    border-radius: 28px 28px 0 0;
  }
}
@media (max-width: 767px) {
  .footer {
    border-radius: 7.5vw 7.5vw 0 0;
    padding: 7.5vw 0 5vw;
  }
}
.footer__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1280px) {
  .footer__grid {
    flex-wrap: wrap;
  }
}
.footer__sidebar {
  max-width: 465px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 1280px) {
  .footer__sidebar {
    display: contents;
  }
}
@media (max-width: 767px) {
  .footer__sidebar {
    width: 100%;
    max-width: 100%;
    gap: 6.25vw;
  }
}
@media (max-width: 1280px) {
  .footer__logo {
    -webkit-box-ordinal-group: 1;
            order: 0;
    margin: 0 60px 0 0;
  }
  .footer__logo img {
    height: 70px;
    width: auto;
  }
}
@media (max-width: 1023px) {
  .footer__logo {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    margin: 0 0 6.25vw;
  }
  .footer__logo img {
    height: 16.875vw;
  }
}
.footer__copy {
  color: var(--color-gray);
  font-size: 16px;
  margin: auto 0 0;
}
@media (max-width: 1280px) {
  .footer__copy {
    -webkit-box-ordinal-group: 4;
            order: 3;
    margin: 24px 0 0;
    width: 100%;
    font-size: 13px;
    line-height: 1.3;
  }
}
@media (max-width: 1023px) {
  .footer__copy {
    padding: 0 232px 0 0;
    position: relative;
  }
}
@media (max-width: 767px) {
  .footer__copy {
    margin: 6.25vw 0 0;
    padding: 0;
    font-size: 4.0625vw;
  }
}
.footer__copy p {
  margin: 0;
}
.footer__copy p:not(:last-child) {
  margin: 0 0 20px;
}
@media (max-width: 1280px) {
  .footer__copy p:not(:last-child) {
    margin: 0 0 4px;
  }
}
@media (max-width: 1023px) {
  .footer__copy p:not(:last-child) {
    margin: 0 0 8px;
  }
}
@media (max-width: 767px) {
  .footer__copy p:not(:last-child) {
    margin: 0 0 2.5vw;
  }
}
.footer__main {
  max-width: 910px;
  -webkit-box-flex: 1;
          flex: auto;
}
@media (max-width: 1280px) {
  .footer__main {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}
@media (max-width: 767px) {
  .footer__main {
    max-width: 100%;
  }
}
.footer__columns {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .footer__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 5vw;
  }
}
.footer__column {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.footer__nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.footer__nav-links {
  display: block;
  padding: 10px 0;
}
@media (max-width: 1280px) {
  .footer__nav-links {
    font-size: 16px;
    padding: 6px 0;
  }
}
@media (max-width: 767px) {
  .footer__nav-links {
    font-size: 5vw;
    padding: 2.5vw 0;
  }
}
.footer__nav-links:hover {
  color: var(--color-accent);
}
.footer__politic {
  color: var(--color-gray);
  margin: 60px 0 0;
  font-size: 16px;
}
@media (max-width: 1280px) {
  .footer__politic {
    margin: 0;
    padding: 6px 0;
  }
}
@media (max-width: 767px) {
  .footer__politic {
    font-size: 5vw;
    padding: 2.5vw 0;
  }
}
.footer__politic:hover {
  color: var(--color-accent);
}
.footer__made {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  font-size: 16px;
  margin: auto 0 0;
  gap: 12px;
  color: var(--color-gray);
}
.footer__made--tablet {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
@media (max-width: 1280px) {
  .footer__made {
    padding: 0 0 6px;
  }
  .footer__made img {
    height: 30px;
    width: auto;
  }
}
@media (max-width: 1023px) {
  .footer__made {
    padding: 0;
    font-size: 13px;
  }
  .footer__made--tablet {
    display: -webkit-box;
    display: flex;
  }
  .footer__made--desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer__made {
    margin: 0 0 7.5vw;
    font-size: 4.0625vw;
    position: initial;
  }
  .footer__made img {
    height: 9.375vw;
  }
}
.footer__made:hover {
  color: var(--color-accent);
}
.footer__phone {
  display: block;
  color: var(--color-btn-hover);
  font-weight: 500;
  font-size: 36px;
  font-family: var(--font-secondary);
}
@media (max-width: 1280px) {
  .footer__phone {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .footer__phone {
    font-size: 7.5vw;
  }
}
.footer__email {
  margin: 18px 0 0;
  display: block;
  font-weight: 600;
  font-size: 22px;
}
@media (max-width: 1280px) {
  .footer__email {
    font-size: 18px;
    margin: 12px 0 0;
  }
}
@media (max-width: 767px) {
  .footer__email {
    font-size: 5vw;
    margin-top: 3.75vw;
  }
}
.footer__email:hover {
  color: var(--color-accent);
}
.footer__address {
  margin: 18px 0 0;
  max-width: 362px;
  color: var(--color-gray);
}
@media (max-width: 1280px) {
  .footer__address {
    margin: 8px 0 0;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer__address {
    font-size: 4.0625vw;
    margin-top: 2.5vw;
    max-width: 100%;
  }
}
.footer__top {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 40px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  bottom: 32px;
  z-index: 65;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #79acaa;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 1280px) {
  .footer__top {
    width: 52px;
    height: 52px;
    right: 24px;
    bottom: 24px;
  }
  .footer__top svg {
    width: 24px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .footer__top {
    bottom: 5vw;
    right: 5vw;
    width: 16.25vw;
    height: 16.25vw;
  }
  .footer__top svg {
    width: 7.5vw;
  }
}
.footer__top_show {
  opacity: 1;
  pointer-events: auto;
}
.footer__top:hover {
  background: var(--color-btn-hover);
  border-color: var(--color-btn-hover);
}

body:has(.contact-us) .footer {
  margin: 0;
}

body:has(.object-page) .footer {
  border-radius: 0;
}

/*! Modal
------------------------
 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 21, 32, 0.5);
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.modal.active {
  visibility: visible;
  opacity: 1;
}
.modal-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  min-height: 100%;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 20px;
}
.modal-container {
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  max-width: 485px;
}
@media (max-width: 767px) {
    .modal-container {
        border-radius: 6.1538vw;
        padding: 7.1795vw;
        max-width: 124.359vw;
    }
}
.modal-close {
  top: 13px;
  right: 13px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  width: 58px;
  height: 58px;
  color: var(--color-secondary);
  border-radius: 50%;
}
@media (max-width: 767px) {
    .modal-close {
        top: 3.3333vw;
        right: 3.3333vw;
        width: 14.8718vw;
        height: 14.8718vw;
    }
}
.modal-close:hover {
  color: #fff;
  background: var(--color-accent);
}
.modal .form-grid__title {
  font-size: 28px;
}
@media (max-width: 767px) {
    .modal .form-grid__title {
    font-size: 7.1795vw;
    }
}
.modal .form-grid__desc {
  font-size: 16px;
}
@media (max-width: 767px) {
    .modal .form-grid__desc {
    font-size: 4.1026vw;
    }
}
.modal .form-grid__list {
  margin: 16px 0 0;
}
@media (max-width: 767px) {
    .modal .form-grid__list {
    margin: 4.1026vw 0 0;
    }
}
.modal .form-grid__button {
  margin: 16px 0 0;
}
@media (max-width: 767px) {
    .modal .form-grid__button {
    margin: 4.1026vw 0 0;
    }
}
.modal .form-grid__agree {
  font-size: 16px;
}
@media (max-width: 767px) {
    .modal .form-grid__agree {
        font-size: 4.1026vw;
    }
}
/*! Map Section
--------------------------
 */
.map-section {
  margin: 120px 0 0;
}
@media (max-width: 1280px) {
  .map-section {
    margin: 80px 0 0;
  }
}
@media (max-width: 1023px) {
  .map-section {
    margin: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .map-section {
    padding: 0 5vw;
    margin: 7.5vw -5vw 0;
    background: url("../img/content/map-bg.png") no-repeat 50% 70%;
    background-size: cover;
  }
}
.map-section__inner {
  position: relative;
}
@media (max-width: 767px) {
  .map-section__inner {
    display: none;
  }
}
.map-section__list {
  position: absolute;
  top: 0;
  width: 445px;
  right: 0;
  height: 100%;
  gap: 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  z-index: 10;
}
@media (max-width: 1601px) {
  .map-section__list {
    display: none;
  }
}
.map-section__item {
  background: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-radius: 32px;
  padding: 32px;
}
.map-section__value {
  font-weight: 600;
  font-size: 80px;
  font-family: var(--font-secondary);
  line-height: 1;
}
.map-section__value span {
  font-size: 60px;
  font-weight: normal;
}
.map-section__note {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  color: var(--color-secondary);
  max-width: 250px;
}
.map-section__frame {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
  height: 1012px;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  -webkit-transform: none;
          transform: none;
  will-change: transform;
}
@media (max-width: 1601px) {
  .map-section__frame {
    margin: 0 -40px;
    height: 63.21vw;
  }
}
@media (max-width: 1280px) {
  .map-section__frame {
    margin: 0 -24px;
  }
}
@media (max-width: 768px) {
  .objects-page + .overflow-section {
    display: none;
  }
}
.map-section__frame svg {
  position: absolute;
  top: 0;
  left: 0;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: none;
  transition: none;
    height: auto;
}
.map-section__frame .map-point {
  color: #79acaa;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.map-section__frame .map-point:hover {
  color: #287a78;
}
.map-section__frame .map-point_active {
  color: #287a78;
}
.map-section .map-mark {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity var(--transition), -webkit-transform var(--transition);
  transition: opacity var(--transition), -webkit-transform var(--transition);
  transition: opacity var(--transition), transform var(--transition);
  transition: opacity var(--transition), transform var(--transition), -webkit-transform var(--transition);
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  max-width: 356px;
  position: absolute;
  padding: 16px 20px 20px;
  border-radius: 32px;
  z-index: 9;
  background: #fff;
}
@media (max-width: 1023px) {
  .map-section .map-mark {
    max-width: 294px;
    border-radius: 24px;
    padding: 12px 16px;
  }
}
@media (max-width: 767px) {
  .map-section .map-mark {
    position: initial;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    border-radius: 6.25vw;
    padding: 5vw;
    pointer-events: auto;
    max-width: 100%;
  }
}
.map-section .map-mark:before {
  top: 100%;
  left: 15%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #ffff;
  border-width: 10px;
  margin-left: -10px;
}
@media (max-width: 1023px) {
  .map-section .map-mark:before {
    left: 25%;
  }
}
@media (max-width: 767px) {
  .map-section .map-mark:before {
    display: none;
  }
}
.map-section .map-mark_show {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  pointer-events: auto;
}
.map-section .map-mark__title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.1;
  margin: 0 0 12px;
}
.map-section .map-mark__title img {
  height: 44px;
}
@media (max-width: 1023px) {
  .map-section .map-mark__title {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .map-section .map-mark__title img {
    height: 36px;
  }
}
@media (max-width: 767px) {
  .map-section .map-mark__title {
    font-size: 5vw;
    margin: 0 0 3vw;
  }
  .map-section .map-mark__title img {
    height: 7vw;
  }
}
.map-section .map-mark__pic {
  margin: 0 0 12px;
}
.map-section .map-mark__pic img {
  border-radius: 24px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .map-section .map-mark__pic {
    margin: 0 0 10px;
  }
  .map-section .map-mark__pic img {
    border-radius: 20px;
    height: 110px;
  }
}
@media (max-width: 767px) {
    .map-section .map-mark__pic {
        margin: 0 0 3vw;
    }
    .map-section .map-mark__pic img {
        border-radius: 4vw;
        height: 60vw;
    }
}
.map-section .map-mark__text {
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1280px) {
  .map-section .map-mark__text {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .map-section .map-mark__text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .map-section .map-mark__text {
    font-size: 4.0625vw;
  }
}
.map-section .map-mark__more {
  margin: 8px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1280px) {
  .map-section .map-mark__more {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .map-section .map-mark__more {
    font-size: 14px;
    margin: 6px 0 0;
  }
}
@media (max-width: 767px) {
  .map-section .map-mark__more {
    font-size: 4.0625vw;
  }
}
.map-section .map-mark__more a {
  text-decoration: underline;
}
.map-section .map-mark__more a:hover {
  color: var(--color-accent);
}
.map-section__slider {
  display: none;
}
.map-section__slider .swiper-pagination {
  display: -webkit-box;
  display: flex;
  position: initial !important;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .map-section__slider .swiper-pagination {
    gap: 1.5625vw;
    margin-top: 5vw;
  }
}
.map-section__slider .swiper-pagination-bullet {
  background: #d4d5d5 !important;
  border-radius: 100%;
  margin: 0;
  padding: 0;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .map-section__slider .swiper-pagination-bullet {
    width: 2.5vw !important;
    height: 2.5vw !important;
  }
}
.map-section__slider .swiper-pagination-bullet-active {
  background: var(--color-accent) !important;
}
.map-section__slider .swiper {
  margin: 0 -5vw;
  padding: 0 5vw;
}
@media (max-width: 767px) {
  .map-section__slider {
    display: block;
  }
}
.map-section__actions {
  display: none;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .map-section__actions {
    display: -webkit-box;
    display: flex;
    margin-top: 6.25vw;
  }
}
.map-section__arrows {
  display: -webkit-box;
  display: flex;
  gap: 16px;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.map-section__arrows:has(.swiper-button-lock) {
  display: none;
}
@media (max-width: 1280px) {
  .map-section__arrows {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .map-section__arrows {
    gap: 3.75vw;
  }
}
.map-section__arrows-btn {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid #a7b7c0;
  color: var(--color-main);
}
@media (max-width: 1280px) {
  .map-section__arrows-btn {
    width: 56px;
    height: 56px;
  }
  .map-section__arrows-btn svg {
    width: 26px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .map-section__arrows-btn {
    width: 13.75vw;
    height: 13.75vw;
  }
  .map-section__arrows-btn svg {
    width: 6.25vw;
  }
}
.map-section__arrows-btn_disabled, .map-section__arrows-btn.swiper-button-disabled {
  pointer-events: none;
  color: #d4d5d5;
}
@media (min-width: 768px) {
  .map-section__arrows-btn:hover {
    background: var(--color-accent);
    color: #fff;
    border-color: var(--color-accent);
  }
}

/*! Reviews Section
-------------------
 */
.reviews-section {
  padding: 70px 0 120px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .reviews-section {
    padding: 0 0 80px;
  }
}
@media (max-width: 767px) {
  .reviews-section {
    padding-bottom: 12.5vw;
  }
}
.reviews-section__slider {
  position: relative;
}
@media (max-width: 1280px) {
  .reviews-section__slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    display: -webkit-box;
    display: flex;
  }
  .reviews-section__slider .swiper {
    -webkit-box-ordinal-group: 3;
            order: 2;
    width: 100%;
    display: block;
  }
}
.reviews-section__inner {
  border-radius: 20px;
  overflow: hidden;
}
.reviews-section .swiper-wrapper {
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}
@media (max-width: 1280px) {
  .reviews-section .swiper-wrapper {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
}
.reviews-section .swiper-slide {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  height: auto;
}
@media (max-width: 1280px) {
  .reviews-section .swiper-slide {
    display: block;
  }
}
.reviews-section__start {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  height: 377px;
  width: calc(50% - 20px);
  padding: 0 0 20px;
}
.reviews-section__start-right {
  margin: 32px 0 0;
}
@media (max-width: 1280px) {
  .reviews-section__start {
    display: contents;
    padding: 0;
    border-radius: 0;
    position: initial;
    width: 100%;
  }
  .reviews-section__start-left {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .reviews-section__start-right {
    -webkit-box-ordinal-group: 4;
            order: 3;
    margin-top: 34px;
  }
}
@media (max-width: 767px) {
  .reviews-section__start-right {
    margin-top: 3.75vw;
  }
}
.reviews-section__title {
  font-weight: 500;
  font-size: 60px;
  line-height: 1.1;
  margin: 0 0 24px;
  color: #1a3149;
}
@media (max-width: 1280px) {
  .reviews-section__title {
    -webkit-box-ordinal-group: 1;
            order: 0;
    font-size: 44px;
    margin: 0 0 16px;
  }
}
@media (max-width: 767px) {
  .reviews-section__title {
    font-size: 8.125vw;
    margin: 0 0 3.75vw;
  }
}
.reviews-section__note {
  max-width: 340px;
  line-height: 1.3;
  color: var(--color-secondary);
}
@media (max-width: 1280px) {
  .reviews-section__note {
    -webkit-box-ordinal-group: 2;
            order: 1;
    margin: 0 0 24px;
    max-width: initial;
  }
}
@media (max-width: 767px) {
  .reviews-section__note {
    font-size: 4.0625vw;
  }
}
.reviews-section__actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 28px;
}
@media (max-width: 1280px) {
  .reviews-section__actions {
    -webkit-box-ordinal-group: 5;
            order: 4;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .reviews-section__actions {
    gap: 5vw;
  }
}
.reviews-section__arrows {
  margin: auto 0 0;
}
.reviews-section__arrows-btn {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid #a7b7c0;
  color: var(--color-main);
}
@media (max-width: 1280px) {
  .reviews-section__arrows-btn {
    width: 56px;
    height: 56px;
  }
  .reviews-section__arrows-btn svg {
    width: 56px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .reviews-section__arrows-btn {
    width: 13.75vw;
    height: 13.75vw;
  }
  .reviews-section__arrows-btn svg {
    width: 6.25vw;
  }
}
.reviews-section__arrows-btn_disabled, .reviews-section__arrows-btn.swiper-button-disabled {
  pointer-events: none;
  color: #d4d5d5;
}
.reviews-section__arrows-btn:hover {
  background: var(--color-accent);
  color: #fff;
  border-color: var(--color-accent);
}
.reviews-section__counter {
  font-weight: 500;
  color: #a7b7c0;
  min-width: 75px;
  text-align: center;
}
@media (max-width: 1023px) {
  .reviews-section__counter {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .reviews-section__counter {
    font-size: 5vw;
    min-width: 19.375vw;
  }
}
.reviews-section__counter-current {
  color: var(--color-main);
}
.reviews-section__card {
  padding: 32px;
  border-radius: 20px;
  background: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 1280px) {
  .reviews-section__card {
    border-radius: 24px;
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .reviews-section__card {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .reviews-section__card {
    padding: 5vw;
    border-radius: 7.5vw;
  }
}
.reviews-section__card-pic {
  height: 405px;
  position: relative;
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: 24px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 1280px) {
  .reviews-section__card-pic {
    height: 228px;
    margin: 0 0 20px;
  }
}
@media (max-width: 1023px) {
  .reviews-section__card-pic {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .reviews-section__card-pic {
    height: 71.25vw;
    margin: 0 0 6.25vw;
    border-radius: 6.25vw;
  }
}
.reviews-section__card-pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.reviews-section__card-title {
  margin: 0 0 24px;
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 1023px) {
  .reviews-section__card-title {
    font-size: 20px;
    margin: 0 0 12px;
  }
}
@media (max-width: 767px) {
  .reviews-section__card-title {
    font-size: 5vw;
    margin-bottom: 3.75vw;
  }
}
.reviews-section__card-text {
  line-height: 1.3;
}
@media (max-width: 767px) {
  .reviews-section__card-text {
    font-size: 4.0625vw;
  }
}
.reviews-section__card-info {
  margin: auto 0 0;
  padding: 20px 0 0;
  text-align: right;
  color: var(--color-btn-hover);
  font-weight: 500;
}
@media (max-width: 1023px) {
  .reviews-section__card-info {
    font-size: 18px;
    margin: 12px 0 0;
  }
}
@media (max-width: 767px) {
  .reviews-section__card-info {
    margin: 0;
    padding-top: 3.75vw;
    font-size: 4.0625vw;
  }
}
@media screen and (min-width: 767px) {
  .swiper-slide-active .reviews-section__card {
    padding-top: 8px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1280px) {
  .swiper-slide-active .reviews-section__card {
    padding-top: 32px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .swiper-slide-active .reviews-section__card {
    padding-top: 24px;
  }
}
@media screen and (min-width: 767px) and (max-width: 767px) {
  .swiper-slide-active .reviews-section__card {
    padding-top: 5vw;
  }
}
@media screen and (min-width: 767px) {
  .swiper-slide-active .reviews-section__card-pic {
    opacity: 0;
    height: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1280px) {
  .swiper-slide-active .reviews-section__card-pic {
    opacity: 1;
    height: 228px;
  }
}
@media screen and (min-width: 767px) {
  .swiper-slide-prev .reviews-section__card {
    padding-top: 8px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1280px) {
  .swiper-slide-prev .reviews-section__card {
    padding-top: 32px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .swiper-slide-prev .reviews-section__card {
    padding-top: 24px;
  }
}
@media screen and (min-width: 767px) and (max-width: 767px) {
  .swiper-slide-prev .reviews-section__card {
    padding-top: 5vw;
  }
}
@media screen and (min-width: 767px) {
  .swiper-slide-prev .reviews-section__card-pic {
    opacity: 0;
    height: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1280px) {
  .swiper-slide-prev .reviews-section__card-pic {
    opacity: 1;
    height: 228px;
  }
}

/*! Docs Section
---------------------
 */
.docs-section {
  margin: 120px 0 0;
}
@media (max-width: 1280px) {
  .docs-section {
    margin: 80px 0 0;
  }
}
@media (max-width: 1023px) {
  .docs-section {
    margin: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .docs-section {
    margin: 13.75vw 0 0;
  }
}
.docs-section__grid {
  display: -webkit-box;
  display: flex;
  gap: 60px;
}
@media (max-width: 1280px) {
  .docs-section__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}
.docs-section__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: auto;
  gap: 20px;
}
@media (max-width: 1280px) {
  .docs-section__list {
    gap: 16px;
    -webkit-box-ordinal-group: 3;
            order: 2;
    margin: 0 0 32px;
  }
}
@media (max-width: 1023px) {
  .docs-section__list {
    gap: 20px;
    margin: 0 0 28px;
  }
}
@media (max-width: 767px) {
  .docs-section__list {
    gap: 5vw;
    padding: 0 5vw;
    margin: 0 -5vw;
    overflow-x: auto;
  }
  .docs-section__list::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 1600px) {
  .docs-section_v2 .docs-section__list {
    -webkit-box-flex: 0;
            flex: none;
    width: 908px;
  }
}
.docs-section__item {
  display: block;
  -webkit-box-flex: 1;
          flex: 1;
  border-radius: 32px;
}
@media (max-width: 1280px) {
  .docs-section__item {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .docs-section__item {
    min-width: 80%;
    border-radius: 5vw;
  }
}
.docs-section__about {
  -webkit-box-flex: 0;
          flex: none;
  width: 48%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media (max-width: 1280px) {
  .docs-section__about {
    width: 100%;
    display: contents;
  }
}
@media screen and (min-width: 1600px) {
  .docs-section_v2 .docs-section__about {
    width: initial;
    -webkit-box-flex: 1;
            flex: auto;
  }
}
.docs-section__title {
  font-weight: 500;
  font-size: 50px;
  line-height: 1.2;
}
@media (max-width: 1280px) {
  .docs-section__title {
    font-size: 44px;
    max-width: 750px;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
@media (max-width: 1023px) {
  .docs-section__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .docs-section__title {
    font-size: 8.125vw;
  }
}
.docs-section_v2 .docs-section__title {
  font-size: 60px;
}
@media (max-width: 1280px) {
  .docs-section_v2 .docs-section__title {
    font-size: 44px;
  }
}
@media (max-width: 1023px) {
  .docs-section_v2 .docs-section__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .docs-section_v2 .docs-section__title {
    font-size: 8.125vw;
  }
}
.docs-section__desc {
  line-height: 1.3;
  margin: 32px 0 0;
  color: var(--color-secondary);
  max-width: 800px;
}
@media (max-width: 1280px) {
  .docs-section__desc {
    margin: 24px 0 32px;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}
@media (max-width: 1023px) {
  .docs-section__desc {
    margin: 16px 0 28px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .docs-section__desc {
    margin: 3.75vw 0 5vw;
    font-size: 4.0625vw;
  }
}
.docs-section__btn {
  margin: auto 0 0;
  padding-top: 32px;
}
@media (max-width: 1280px) {
  .docs-section__btn {
    -webkit-box-ordinal-group: 4;
            order: 3;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .docs-section__btn {
    margin-top: 5vw;
  }
}

/*! Our fiches
------------------------
 */
.our-fiches {
  margin: 60px 0 0;
  padding: 40px;
  background: #fff;
  border-radius: 32px;
}
@media (max-width: 1280px) {
  .our-fiches {
    padding: 32px;
    margin: 40px 0 0;
  }
}
@media (max-width: 1023px) {
  .our-fiches {
    border-radius: 24px;
    margin: 32px 0 0;
  }
}
@media (max-width: 767px) {
  .our-fiches {
    padding: 5vw;
    border-radius: 6.25vw;
    margin-top: 12.5vw;
  }
}
.our-fiches__grid {
  max-width: 1650px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  grid-row-gap: 32px;
}
@media (max-width: 1280px) {
  .our-fiches__grid {
    gap: 32px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1023px) {
  .our-fiches__grid {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .our-fiches__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 6.25vw;
  }
}
.our-fiches__item {
  text-align: center;
}
@media (max-width: 1023px) {
  .our-fiches__item {
    text-align: left;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .our-fiches__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .our-fiches__item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .our-fiches__item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}
.our-fiches__icon {
  margin: 0 auto 16px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #e4eeee;
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 1280px) {
  .our-fiches__icon {
    width: 72px;
    height: 72px;
  }
  .our-fiches__icon svg {
    width: 30px;
    height: auto;
  }
}
@media (max-width: 1023px) {
  .our-fiches__icon {
    margin: 0 0 16px;
  }
}
@media (max-width: 767px) {
  .our-fiches__icon {
    width: 16.875vw;
    height: 16.875vw;
    margin: 0 0 3.125vw;
  }
  .our-fiches__icon svg {
    width: 6.875vw;
  }
}
.our-fiches__label {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 4px;
}
@media (max-width: 1280px) {
  .our-fiches__label {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .our-fiches__label {
    font-size: 5.625vw;
    margin: 0 0 1.25vw;
  }
}
.our-fiches__text {
  line-height: 1.3;
  color: var(--color-secondary);
}
@media (max-width: 1280px) {
  .our-fiches__text {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .our-fiches__text {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .our-fiches__text {
    max-width: 100%;
    font-size: 5vw;
  }
}