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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

@font-face {
  font-family: "Aeonik Pro TRIAL";
  src: url(../fonts/AeonikProTRIAL-Bold.otf) format("opentype");
  font-weight: bold;
  font-style: normal
}

@font-face {
  font-family: "Aeonik Pro TRIAL";
  src: url(../fonts/AeonikProTRIAL-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: "Aeonik Pro TRIAL";
  src: url(../fonts/AeonikProTRIAL-Light.otf) format("opentype");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal
}

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

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

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background: #fff;
  font-family: "Aeonik Pro TRIAL", "Roboto"
}

* {
  box-sizing: border-box
}

body * {
  -ms-overflow-style: none;
  scrollbar-width: none
}

body *::-webkit-scrollbar {
  display: none
}

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

body {
  width: 100%;
  margin: 0 auto;
  color: #1a1a1a
}

h1,
h2,
p,
ul {
  margin: 0;
  padding: 0
}

.switch-tab {
  display: none;
  transition: all .3s
}

[data-fancybox] {
  cursor: pointer
}

h1,
.section-title {
  font-weight: 400;
  font-size: 46px;
  line-height: 122%
}

@media(min-width: 1900px) {

  h1,
  .section-title {
    font-size: 72px;
    line-height: 111%
  }
}

@media(max-width: 1420px) {

  h1,
  .section-title {
    font-size: 43px
  }
}

@media(max-width: 1004px) {

  h1,
  .section-title {
    font-size: 32px;
    line-height: 120%
  }
}

p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%
}

@media(min-width: 1900px) {
  p {
    font-size: 22px
  }
}

@media(max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 130%
  }
}

ul {
  list-style-type: none
}

button {
  border: none;
  cursor: pointer
}

.container {
  margin: 0 auto;
  padding: 0 80px
}

@media(min-width: 1900px) {
  .container {
    padding: 0 100px
  }
}

@media(max-width: 1420px) {
  .container {
    padding: 0 46px
  }
}

@media(max-width: 1004px) {
  .container {
    padding: 0 34px
  }
}

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

.button {
  border-radius: 50px;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #fff;
  border: none;
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer
}

.button.button-white .button-original-text {
  color: #fff
}

.button.button-white .button-original-fill {
  border-color: #fff
}

.button.button-white .button-duplicate-text {
  color: #1a1a1a
}

.button.button-white .button-duplicate-fill {
  background-color: #fff
}

.button-original-fill,
.button-original-text,
.button-duplicate-fill,
.button-duplicate-text {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all .4s cubic-bezier(0.5, 0.75, 0, 1);
  padding: 14px 20px;
  border-radius: 50px
}

@media(min-width: 1900px) {

  .button-original-fill,
  .button-original-text,
  .button-duplicate-fill,
  .button-duplicate-text {
    padding: 21.5px 52.5px;
    font-size: 16px
  }
}

.button-original-fill {
  transform: translateY(0%) scale(1);
  background: #1a1a1a
}

.button-original-text {
  color: #fff;
  position: relative;
  transform: translateY(0%) scale(1);
  top: inherit;
  left: inherit
}

.button-duplicate-fill {
  background: #587b6b;
  transform: translateY(100%) scale(0.8)
}

.button-duplicate-text {
  transform: translateY(100%) scale(0.8);
  color: #fff;
  z-index: 1
}

.button:hover .button-original-fill,
.button.active .button-original-fill {
  transform: translateY(0) scale(0.8);
  opacity: .5
}

.button:hover .button-original-text,
.button.active .button-original-text {
  transform: translateY(-10%) scale(0.7);
  opacity: .5
}

.button:hover .button-duplicate-fill,
.button.active .button-duplicate-fill {
  transform: translateY(0%) scale(1)
}

.button:hover .button-duplicate-text,
.button.active .button-duplicate-text {
  transform: translateY(0%) scale(1);
  opacity: 1
}

.button-outlined .button-original-fill {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #1a1a1a
}

.button-outlined .button-original-text {
  color: #1a1a1a
}

.button-outlined .button-duplicate-fill {
  background: #1a1a1a
}

.button-outlined .button-duplicate-text {
  color: #fff
}

[data-aos=opacity-animation] {
  opacity: 0;
  transition-property: transform, opacity
}

[data-aos=opacity-animation].aos-animate {
  opacity: 1
}

.fancybox__viewport {
  width: 100vw;
  height: 100vh
}

.fancybox__container {
  width: 100vw !important
}

.page-title {
  margin-bottom: 40px;
  font-size: 80px;
  font-weight: 400;
  line-height: 95px;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #fff;
}

@media(min-width: 1900px) {
  .page-title {
    font-size: 85px;
    line-height: 140px;
    padding-right: 50px;
  }
}

@media(max-width: 1420px) {
  .page-title {
    font-size: 48px;
    line-height: 1.2;
  }
}

@media(max-width: 1004px) {
  .page-title {
    font-size: 42px;
    line-height: 80px;
  }
}

@media(max-width: 767px) {
  .page-title {
    font-size: 46px;
    line-height: 56px;
    letter-spacing: 0;
  }
}

@font-face {
  font-family: "Aeonik Pro TRIAL";
  src: url(../fonts/AeonikProTRIAL-Bold.otf) format("opentype");
  font-weight: bold;
  font-style: normal
}

@font-face {
  font-family: "Aeonik Pro TRIAL";
  src: url(../fonts/AeonikProTRIAL-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: "Aeonik Pro TRIAL";
  src: url(../fonts/AeonikProTRIAL-Light.otf) format("opentype");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal
}

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

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

.fancybox__nav .f-button.is-prev::before {
  z-index: 0
}

.custom-fancy-next-btn {
  background: url(../images/289b94eee63c5f3d1064.svg) no-repeat center/contain
}

.custom-fancy-next-btn:hover {
  background: url(../images/fe5bb851cd42d14656bf.svg) no-repeat center/contain
}

.custom-fancy-prev-btn {
  background: url(../images/289b94eee63c5f3d1064.svg) no-repeat center/contain;
  transform: rotate(-180deg)
}

.custom-fancy-prev-btn:hover {
  background: url(../images/fe5bb851cd42d14656bf.svg) no-repeat center/contain
}

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

:root {
  --swiper-theme-color: #007aff
}

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

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

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box
}

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

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

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

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

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

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

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

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

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

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

.swiper-3d {
  perspective: 1200px
}

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

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

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

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

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

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

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

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

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal {
  background: rgba(107, 107, 107, .5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: calc(var(--vhForModal, 1vh)*100);
  width: 100vw;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear .1s, opacity .3s ease;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px)
}

.modal.open,
.modal.active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s
}

.modal .modal__wrap {
  background: #fff;
  padding: 48px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: scroll
}

@media(min-width: 1900px) {
  .modal .modal__wrap {
    padding: 64px
  }
}

@media(max-width: 767px) {
  .modal .modal__wrap {
    padding: 21px;
    width: 100% !important;
    height: 100% !important;
  }
}

.modal .modal__close,
.modal-close {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 48px;
  top: 48px;
  content: "";
  cursor: pointer;
  background: url(../images/ac03c08d799a25b744f5.svg) no-repeat center/contain
}

@media(min-width: 1900px) {

  .modal .modal__close,
  .modal-close {
    right: 64px;
    top: 64px
  }
}

@media(max-width: 1004px) {

  .modal .modal__close,
  .modal-close {
    right: 49px
  }
}

@media(max-width: 767px) {

  .modal .modal__close,
  .modal-close {
    right: 19px;
    top: 32px
  }
}

.modal .modal__header {
  margin-bottom: 16px
}

@media(min-width: 1900px) {
  .modal .modal__header {
    font-size: 46px;
    line-height: 56px
  }
}

@media(max-width: 1004px) {
  .modal .modal__header {
    font-size: 46px;
    line-height: 56px
  }
}

@media(max-width: 767px) {
  .modal .modal__header {
    font-size: 28px;
    line-height: 36px;
    width: 200px
  }
}

.modal .modal__text {
  margin-bottom: 46px
}

@media(min-width: 1900px) {
  .modal .modal__text {
    margin-bottom: 53px
  }
}

@media(max-width: 1004px) {
  .modal .modal__text {
    width: 80%
  }
}

@media(max-width: 767px) {
  .modal .modal__text {
    width: 310px;
    margin-bottom: 39px
  }
}

@media(max-width: 767px) {
  .modal .modal__form {
    flex-grow: 1;
    display: flex;
    flex-direction: column
  }
}

.modal .modal__form-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 39px
}

@media(min-width: 1900px) {
  .modal .modal__form-item {
    margin-bottom: 46px
  }
}

@media(max-width: 767px) {
  .modal .modal__form-item {
    margin-bottom: 31px;
    height: inherit
  }
}

.modal .modal__form-item_phone {
  margin-bottom: 0
}

.modal .modal__form-item label {
  font-size: 14px;
  line-height: 130%;
  color: #1a1a1a;
  padding-left: 7px
}

@media(min-width: 1900px) {
  .modal .modal__form-item label {
    font-size: 18px;
    line-height: 140%;
    padding-left: 6px
  }
}

@media(max-width: 767px) {
  .modal .modal__form-item label {
    padding-left: 6px
  }
}

.modal .modal__form-item input {
  padding: 15px 15px 14px;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  outline: none;
  font-size: 16px;
  line-height: 130%
}

@media(min-width: 1900px) {
  .modal .modal__form-item input {
    font-size: 18px;
    line-height: 140%;
    padding: 9px 16px 10px
  }
}

.modal .modal__form-item input::placeholder {
  color: #cac8c8
}

.modal .modal__form-button-wrap {
  margin: 48px 0 26px;
  display: flex;
  align-items: center
}

@media(min-width: 1900px) {
  .modal .modal__form-button-wrap {
    margin: 56px 0 27px
  }
}

@media(max-width: 767px) {
  .modal .modal__form-button-wrap {
    margin: auto 0 18px
  }
}

@media(max-width: 767px) {
  .modal .modal__form-button-wrap .button {
    width: 100%
  }
}

.modal .modal__form-button-wrap p {
  font-size: 14px;
  line-height: 130%;
  color: #1a1a1a;
  margin-left: 24px
}

@media(min-width: 1900px) {
  .modal .modal__form-button-wrap p {
    font-size: 16px
  }
}

@media(max-width: 767px) {
  .modal .modal__form-button-wrap p {
    display: none
  }
}

.modal .modal__icon {
  background: url(../images/ff5492352198d8f087be.svg) no-repeat center/contain;
  width: 80px;
  height: 80px
}

@media(min-width: 1900px) {
  .modal .modal__icon {
    width: 100px;
    height: 100px
  }
}

.modal .modal__icon.modal-icon {
  margin-bottom: 48px
}

@media(max-width: 1004px) {
  .modal .modal__icon.modal-icon {
    margin-bottom: 24px
  }
}

.modal .modal__success-text {
  font-size: 32px;
  line-height: 120%;
  color: #1a1a1a;
  margin-top: auto;
  width: 85%
}

@media(min-width: 1900px) {
  .modal .modal__success-text {
    font-size: 46px;
    line-height: 122%;
    width: 100%
  }
}

@media(max-width: 767px) {
  .modal .modal__success-text {
    margin-top: 49px;
    width: 100%
  }
}

.modal .modal__success-button {
  display: none;
  margin-top: auto
}

@media(max-width: 767px) {
  .modal .modal__success-button {
    display: block
  }
}

.modal-desc {
  margin-bottom: 48px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%
}

@media(min-width: 1900px) {
  .modal-desc {
    font-size: 22px
  }
}

.modal .section-title {
  margin-bottom: 16px
}

@media(min-width: 1900px) {
  .modal .section-title {
    padding-top: 10px
  }
}

body.hidden {
  overflow: hidden
}

.modal__feedback {
  display: flex
}

.modal__feedback .modal__wrap {
  width: 679px;
  height: 584px
}

@media(min-width: 1900px) {
  .modal__feedback .modal__wrap {
    width: 854px;
    height: 670px
  }
}

@media(max-width: 1004px) {
  .modal__feedback .modal__wrap {
    width: 701px
  }
}

@media(max-width: 767px) {
  .modal__feedback .modal__wrap {
    padding-top: 32px;
    padding-bottom: 37px
  }
}

.modal__success {
  display: flex
}

.modal__success .modal__wrap {
  width: 503px;
  height: 300px;
  display: flex;
  flex-direction: column
}

@media(min-width: 1900px) {
  .modal__success .modal__wrap {
    width: 619px;
    height: 388px
  }
}

@media(max-width: 1004px) {
  .modal__success .modal__wrap {
    width: 503px;
    height: 300px
  }
}

@media(max-width: 767px) {
  .modal__success .modal__wrap {
    padding-top: 18.3vh;
    padding-bottom: 12.9vh
  }
}

.navigation {
  display: flex
}

.navigation .navigation__prev,
.navigation .navigation__next {
  cursor: pointer;
  width: 38px;
  height: 38px;
  transition: all .3s ease;
  background: url(../images/dce07bbf2f3e2a34ed9d.svg) no-repeat center/contain
}

@media(min-width: 1900px) {

  .navigation .navigation__prev,
  .navigation .navigation__next {
    width: 48px;
    height: 48px
  }
}

.navigation .navigation__prev:hover,
.navigation .navigation__next:hover {
  background: url(../images/fe5bb851cd42d14656bf.svg) no-repeat center/contain
}

.navigation .navigation__prev.swiper-button-disabled,
.navigation .navigation__next.swiper-button-disabled {
  background: url(../images/e61eb4257f4c16cf7b47.svg) no-repeat center/contain;
  pointer-events: none
}

.navigation .navigation__prev {
  margin-right: 16px;
  rotate: 180deg
}

@media(min-width: 1900px) {
  .navigation .navigation__prev {
    margin-right: 32px
  }
}

.breadcrumbs {
  padding-top: 33px;
  font-size: 14px;
  display: flex
}

@media(min-width: 1900px) {
  .breadcrumbs {
    font-size: 16px;
    padding-top: 41px
  }
}

@media(max-width: 1420px) {
  .breadcrumbs {
    padding-top: 21px
  }
}

.breadcrumbs .breadcrumbs__item {
  color: #888;
  margin-right: 22px;
  transition: .3s linear;
  position: relative
}

.breadcrumbs .breadcrumbs__item:hover {
  color: #1a1a1a
}

.breadcrumbs .breadcrumbs__item:after {
  position: absolute;
  content: "/";
  right: -12%;
  top: 0
}

@media(min-width: 1900px) {
  .breadcrumbs .breadcrumbs__item:after {
    right: -10.5%
  }
}

.breadcrumbs .breadcrumbs__item:last-child {
  color: #1a1a1a;
  margin-right: 0
}

.breadcrumbs .breadcrumbs__item:last-child:after {
  display: none
}

.custom-checkbox {
  position: relative;
  display: flex;
  padding-left: 33px;
  cursor: pointer;
  width: fit-content
}

@media(max-width: 767px) {
  .custom-checkbox {
    padding-left: 32px
  }
}

.custom-checkbox p {
  font-size: 16px;
  line-height: 130%;
  position: relative;
  top: -1px
}

@media(max-width: 767px) {
  .custom-checkbox p {
    font-size: 14px;
    top: -3px
  }
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer
}

.checkmark {
  position: absolute;
  top: 0;
  left: 3px;
  height: 18px;
  width: 18px;
  background-color: rgba(0, 0, 0, 0);
  border: 1.4px solid #6b6b6b
}

.custom-checkbox input:checked~.checkmark {
  background-color: #587b6b
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none
}

.custom-checkbox input:checked~.checkmark:after {
  display: block
}

.custom-checkbox .checkmark:after {
  left: 1px;
  top: 2px;
  width: 14px;
  height: 12px;
  background: url(../images/20d0adcfa8e710374236.svg) no-repeat center/contain
}

.catalog__filter {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between
}

@media(max-width: 1004px) {
  .catalog__filter {
    flex-direction: column;
    margin-bottom: 0
  }
}

.catalog__filter .catalog__filter-item {
  width: calc((100% - 48px)/3)
}

@media(min-width: 1900px) {
  .catalog__filter .catalog__filter-item {
    width: calc((100% - 40px)/3)
  }
}

@media(max-width: 1420px) {
  .catalog__filter .catalog__filter-item {
    width: calc((100% - 48px)/3)
  }
}

@media(max-width: 1004px) {
  .catalog__filter .catalog__filter-item {
    width: auto;
    margin-bottom: 40px
  }
}

@media(max-width: 767px) {
  .catalog__filter .catalog__filter-item {
    margin-bottom: 26px
  }
}

.catalog__filter .catalog__filter-header {
  font-size: 22px;
  line-height: 140%;
  color: #1a1a1a;
  margin-bottom: 16px
}

@media(min-width: 1900px) {
  .catalog__filter .catalog__filter-header {
    font-size: 24px;
    line-height: 133%;
    margin-bottom: 24px
  }
}

@media(max-width: 767px) {
  .catalog__filter .catalog__filter-header {
    font-size: 18px;
    line-height: 140%
  }
}

.catalog__filter .catalog__filter-item-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  row-gap: 10px;
  align-items: center
}

@media(min-width: 1900px) {
  .catalog__filter .catalog__filter-item-wrap {
    gap: 12px;
    row-gap: 12px;
    width: 90%
  }
}

@media(max-width: 767px) {
  .catalog__filter .catalog__filter-item-wrap {
    row-gap: 12px
  }
}

.catalog__filter .catalog__filter-item-param {
  font-size: 16px;
  line-height: 21px;
  color: #6b6b6b;
  padding: 9px 15px;
  border: 1px solid #e7e7e7;
  border-radius: 50px;
  cursor: pointer;
  transition: .3s linear
}

@media(min-width: 1900px) {
  .catalog__filter .catalog__filter-item-param {
    padding: 11px 19px
  }
}

@media(max-width: 1420px) {
  .catalog__filter .catalog__filter-item-param {
    font-size: 14px;
    line-height: 14px;
    padding: 6px 7px
  }
}

@media(max-width: 767px) {
  .catalog__filter .catalog__filter-item-param {
    padding: 6px 11px
  }
}

.catalog__filter .catalog__filter-item-param:hover,
.catalog__filter .catalog__filter-item-param.active {
  background: #e7e7e7
}

.catalog__filter .catalog__filter-bed .catalog__filter-item-param {
  padding-right: 42px;
  position: relative
}

.catalog__filter .catalog__filter-bed .catalog__filter-item-param:after {
  position: absolute;
  content: "";
  background: url(../images/b7cce90edef64cb0d9f2.svg) no-repeat center/contain;
  right: 16px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%)
}

.catalog__filter .catalog__filter-bed .catalog__filter-item-param:first-child {
  padding-right: 16px
}

.catalog__filter .catalog__filter-bed .catalog__filter-item-param:first-child:after {
  display: none
}

.catalog__filter-delete {
  width: 22px;
  height: 22px;
  background: #587b6b url(../images/27beba798e1dcb07491e.svg) no-repeat center/10px 10px;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0
}

@media(min-width: 1900px) {
  .catalog__filter-delete {
    width: 26px;
    height: 26px
  }
}

@media(max-width: 1420px) {
  .catalog__filter-delete {
    width: 17px;
    height: 17px
  }
}

.catalog__filter-delete:hover:before {
  z-index: 1;
  opacity: 1;
  visibility: visible
}

.catalog__filter-delete:before {
  position: absolute;
  content: "Сбросить все";
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 8px;
  color: #1a1a1a;
  right: -94px;
  top: -10px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  background: #f3f3f3;
  border-radius: 50px;
  transition: all .1s linear .1s
}

.catalog__filter-reset {
  display: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  background: #e7e7e7;
  cursor: pointer;
  flex-shrink: 0;
  align-self: center;
  position: relative;
  transition: 0.3s linear;
}

.catalog__filter-reset::before,
.catalog__filter-reset::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #6b6b6b;
  left: 50%;
  top: 50%;
}

.catalog__filter-reset::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.catalog__filter-reset::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.catalog__filter-reset:hover {
  background: #d8d8d8;
  border-color: #d8d8d8;
}

@media (max-width: 1004px) {
  .catalog__filter_desktop .catalog__filter-reset {
    display: none;
  }
}

.catalog__filter_tablet {
  display: none
}

@media(max-width: 1004px) {
  .catalog__filter_tablet {
    display: flex
  }
}

.catalog__filter_tablet .catalog__filter-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
  width: fit-content
}

@media(max-width: 767px) {
  .catalog__filter_tablet .catalog__filter-wrap img {
    width: 20px
  }
}

.catalog__filter_tablet .catalog__filter-wrap span {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-left: 8px
}

@media(max-width: 767px) {
  .catalog__filter_tablet .catalog__filter-wrap span {
    font-size: 12px;
    line-height: 14px
  }
}

.catalog__filter_tablet .catalog__filter-indicator {
  width: 6px;
  height: 6px;
  background: #b15f41;
  position: absolute;
  right: -10px;
  top: 5px;
  border-radius: 50%
}

@media(max-width: 767px) {
  .catalog__filter_tablet .catalog__filter-indicator {
    top: 4px
  }
}

.catalog__filter-selected {
  display: none;
  gap: 8px;
  align-items: center;
  overflow: scroll;
  margin-bottom: 16px;
  padding: 0 34px
}

@media(max-width: 1004px) {
  .catalog__filter-selected {
    display: flex
  }
}

@media(max-width: 767px) {
  .catalog__filter-selected {
    padding: 0 20px
  }
}

.catalog__filter-selected-item {
  font-size: 14px;
  line-height: 18px;
  color: #6b6b6b;
  background: #e7e7e7;
  border-radius: 50px;
  padding: 6px 27px 6px 8px;
  position: relative;
  flex-shrink: 0
}

.catalog__filter-selected-item-remove {
  background: url(../images/ac03c08d799a25b744f5.svg) no-repeat center/contain;
  width: 12px;
  height: 12px;
  right: 8px;
  position: absolute;
  top: 9px;
  cursor: pointer
}

.modal__filter {
  display: none
}

@media(max-width: 1004px) {
  .modal__filter {
    display: flex
  }
}

.modal__filter .modal__close {
  right: 41px;
  top: 63px
}

@media(max-width: 767px) {
  .modal__filter .modal__close {
    right: 19px;
    top: 26px
  }
}

.modal__filter h1 {
  margin-bottom: 40px
}

@media(max-width: 767px) {
  .modal__filter h1 {
    font-size: 28px;
    margin-bottom: 34px
  }
}

.modal__filter .catalog__filter-delete {
  display: none
}

.modal__filter .modal__wrap {
  width: 100%;
  height: 100%;
  padding: 56px 34px 48px
}

@media(max-width: 767px) {
  .modal__filter .modal__wrap {
    padding: 21px 19px 22px 21px
  }
}

.modal__filter .modal__filter-footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.modal__filter .modal__filter-clear-all {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #587b6b
}

.modal__filter .modal__filter-apply * {
  padding-left: 57px;
  padding-right: 57px
}

@media(max-width: 767px) {
  .modal__filter .modal__filter-apply * {
    padding-left: 24px;
    padding-right: 24px
  }
}

.catalog__sort {
  display: flex;
  position: relative;
  font-size: 16px;
  line-height: 21px;
  color: #1a1a1a;
  margin-bottom: 16px
}

@media(min-width: 1900px) {
  .catalog__sort {
    font-size: 18px;
    line-height: 25px
  }
}

@media(max-width: 1004px) {
  .catalog__sort {
    margin-bottom: 0;
    position: absolute;
    right: 38px;
    top: 0
  }
}

@media(max-width: 767px) {
  .catalog__sort {
    right: 20px
  }
}

.catalog__sort-selected {
  position: relative;
  margin-left: 24px;
  cursor: pointer;
  transition: all .3s ease
}

@media(min-width: 1900px) {
  .catalog__sort-selected {
    margin-left: 37px
  }
}

.catalog__sort-selected:after {
  position: absolute;
  content: "";
  background: url(../images/03f98ca5478b858cf93f.svg) no-repeat center/contain;
  right: -12px;
  top: 7px;
  width: 8px;
  height: 8px
}

@media(max-width: 1004px) {
  .catalog__sort-selected:after {
    display: none
  }
}

.catalog__sort-selected:hover {
  opacity: .7
}

.catalog__sort-selected:hover:after {
  opacity: .7
}

.catalog__sort-options {
  position: absolute;
  top: 29px;
  left: 118px;
  padding: 8px 0;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #1a1a1a;
  background: #f3f3f3;
  visibility: hidden;
  opacity: 0
}

@media(max-width: 1004px) {
  .catalog__sort-options {
    padding: 0 0 0 34px;
    position: relative;
    left: auto;
    top: auto;
    background: inherit;
    letter-spacing: -0.01em;
    visibility: visible;
    opacity: 1
  }
}

.catalog__sort-options.open {
  opacity: 1;
  visibility: visible;
  z-index: 2
}

.catalog__sort-item {
  padding: 11px 16px;
  cursor: pointer;
  position: relative
}

@media(max-width: 1004px) {
  .catalog__sort-item {
    padding: 0;
    margin-bottom: 29px
  }
}

@media(max-width: 767px) {
  .catalog__sort-item {
    margin-bottom: 21px
  }
}

.catalog__sort-item:last-child {
  margin-bottom: 8px
}

.catalog__sort-item:hover,
.catalog__sort-item.selected {
  color: #587b6b
}

@media(max-width: 1004px) {

  .catalog__sort-item:hover:after,
  .catalog__sort-item.selected:after {
    border: 7px solid #587b6b
  }
}

.catalog__sort-item:after {
  display: none;
  position: absolute;
  content: "";
  left: -34px;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #cac8c8;
  border-radius: 50%;
  box-sizing: border-box
}

@media(max-width: 1004px) {
  .catalog__sort-item:after {
    display: block
  }
}

.catalog__sort_tablet {
  display: none;
  align-items: center
}

@media(max-width: 1004px) {
  .catalog__sort_tablet {
    display: flex
  }
}

@media(max-width: 767px) {
  .catalog__sort_tablet img {
    width: 20px
  }
}

.catalog__sort_tablet span {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-left: 8px
}

@media(max-width: 767px) {
  .catalog__sort_tablet span {
    font-size: 12px;
    line-height: 14px
  }
}

.modal__sort {
  align-items: flex-end;
  display: none;
  transition: all .3s ease-in .3s
}

@media(max-width: 1004px) {
  .modal__sort {
    display: flex
  }
}

.modal__sort .modal__wrap {
  display: flex;
  width: 100%;
  padding: 32px;
  bottom: -30%;
  transition: bottom .3s ease-in
}

@media(max-width: 767px) {
  .modal__sort .modal__wrap {
    height: auto !important;
    padding: 25px 32px 17px
  }
}

.modal__sort.open .modal__wrap {
  bottom: 0;
  transition: bottom .3s ease-in .3s
}

header {
  display: flex;
  align-items: center;
  padding: 16px 79.5px 15px 96.5px;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10
}

@media(min-width: 1900px) {
  header {
    padding: 16px 100px 15px 117px
  }
}

@media(max-width: 1420px) {
  header {
    padding: 15px 46px
  }
}

@media(max-width: 1004px) {
  header {
    padding: 15px 35px
  }
}

@media(max-width: 767px) {
  header {
    padding: 15px 21px
  }
}

header .header__logo {
  width: auto;
  height: 34px
}

@media(max-width: 1004px) {
  header .header__nav {
    display: none
  }
}

@media(max-width: 1004px) {
  header .header__contact {
    display: none
  }
}

.header__nav {
  display: flex;
  margin-left: 154px
}

@media(max-width: 1420px) {
  .header__nav {
    margin-left: 70px
  }
}

@media(max-width: 1004px) {
  .header__nav {
    margin-left: 0;
    flex-direction: column
  }
}

.header__nav-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-right: 33px;
  overflow: hidden;
  position: relative;
  border-radius: 2em
}

@media(min-width: 1900px) {
  .header__nav-item {
    font-size: 18px
  }
}

@media(max-width: 1420px) {
  .header__nav-item {
    margin-right: 23px
  }
}

@media(max-width: 1004px) {
  .header__nav-item {
    color: #fff;
    font-size: 46px;
    line-height: 122%;
    margin-bottom: 40px
  }
}

@media(max-width: 767px) {
  .header__nav-item {
    font-size: 32px;
    line-height: 120%;
    /* margin-bottom: 32px */
    margin-bottom: 25px
  }
}

.header__nav-item:last-child {
  margin-right: 0;
  margin-bottom: 0
}

.header__contact {
  font-size: 22px;
  display: flex;
  align-items: center
}

@media(max-width: 1004px) {
  .header__contact {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    /* margin-top: auto; */
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start
  }
}

@media(max-width: 1004px)and (max-width: 767px) {
  .header__contact {
    font-size: 22px;
    line-height: 31px
  }
}

@media(max-width: 1004px) {
  .header__contact a {
    margin-bottom: 16px
  }
}

@media(max-width: 767px) {
  .header__contact a {
    margin-bottom: 8px
  }
}

.header__contact a:last-child {
  margin-bottom: 0
}

.header__favorites {
  margin-left: auto;
  margin-right: 25px;
  position: relative;
  top: 1px;
  cursor: pointer
}

@media(max-width: 1004px) {
  .header__favorites {
    margin-right: 19px
  }
}

@media(max-width: 767px) {
  .header__favorites {
    top: 4px
  }
}

.header__favorites-icon {
  width: auto;
  height: 20px
}

.header__favorites-count {
  top: -7px;
  left: 9px;
  position: absolute;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  text-align: center;
  background: #587b6b;
  border: 2px solid #fff
}

.header__menu-icon {
  display: none;
  width: 22px;
  height: 7px;
  flex-direction: column;
  justify-content: space-between
}

@media(max-width: 1004px) {
  .header__menu-icon {
    display: flex
  }
}

.header__menu-icon span {
  width: 100%;
  height: 1.4px;
  background: #1a1a1a;
  border-radius: 2px
}

.modal__header-menu {
  display: none;
  right: -100%;
  transition: all .3s ease-in;
  left: auto
}

@media(max-width: 1004px) {
  .modal__header-menu {
    display: flex
  }
}

.modal__header-menu .modal__wrap {
  width: 100%;
  height: 100%;
  background: #587b6b;
  padding: 165px 33px 64px
}

@media(max-width: 767px) {
  .modal__header-menu .modal__wrap {
    /* padding: 120px 20px 45px */
    /* padding: 110px 20px 45px */
    padding: 60px 20px 90px;
    /* justify-content: space-between; */
  }
}

.modal__header-menu .modal__header-menu-close {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 20px;
  right: 33px;
  display: flex;
  align-items: center
}

@media(max-width: 767px) {
  .modal__header-menu .modal__header-menu-close {
    top: 22px;
    right: 20px
  }
}

.modal__header-menu .modal__header-menu-close span {
  background: #fff;
  border-radius: 2px;
  height: 1.4px;
  width: 22px;
  position: absolute
}

.modal__header-menu.open {
  right: 0
}

.btn-original-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all .4s cubic-bezier(0.5, 0.75, 0, 1);
  transform: translateY(0%) scale(1) rotate(0.001deg);
  padding: 4px 12px
}

.btn-duplicate-fill {
  background: #587b6b;
  transform: translateY(100%) scale(0.8) rotate(0.001deg);
  transition: all .4s cubic-bezier(0.5, 0.75, 0, 1);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2em;
  padding: 4px 12px
}

.btn-duplicate-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .4s cubic-bezier(0.5, 0.75, 0, 1);
  transform: translateY(100%) scale(0.8) rotate(0.001deg);
  color: #fff;
  z-index: 1;
  padding: 4px 12px
}

.header__nav-item:hover .btn-original-text {
  transform: translateY(-10%) scale(0.7) rotate(0.001deg);
  opacity: .5
}

.header__nav-item:hover .btn-duplicate-fill {
  transform: translateY(0%) scale(1) rotate(0.001deg)
}

.header__nav-item:hover .btn-duplicate-text {
  transform: translateY(0%) scale(1) rotate(0.001deg);
  opacity: 1
}

footer {
  background: #1a1a1a
}

footer .footer__wrap {
  display: flex;
  justify-content: space-between;
  padding: 40px 80px 68px
}

@media(min-width: 1900px) {
  footer .footer__wrap {
    padding: 40px 180px 68px 100px
  }
}

@media(max-width: 1420px) {
  footer .footer__wrap {
    padding: 28px 46px 28px
  }
}

@media(max-width: 1004px) {
  footer .footer__wrap {
    padding: 24px 34px 66px
  }
}

@media(max-width: 767px) {
  footer .footer__wrap {
    padding: 25px 20px 24px
  }
}

footer .footer__contact {
  display: flex
}

@media(max-width: 767px) {
  footer .footer__contact {
    flex-direction: column
  }
}

footer .footer__contact-item {
  width: 367px;
  margin-right: 25px
}

footer .footer__contact-item:nth-child(2) {
  width: fit-content
}

@media(max-width: 480px) {
  footer .footer__contact-item:nth-child(2) .footer__contact-text {
    display: flex;
    flex-direction: column;
    gap: 10px
  }
}

@media(min-width: 1900px) {
  footer .footer__contact-item {
    margin-right: 110px
  }
}

@media(max-width: 1420px) {
  footer .footer__contact-item {
    width: 217px
  }
}

@media(max-width: 1004px) {
  footer .footer__contact-item {
    width: 335px;
    margin-right: 93px
  }
}

@media(max-width: 767px) {
  footer .footer__contact-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 23px
  }
}

footer .footer__contact-item:last-child {
  margin-right: 0
}

@media(max-width: 767px) {
  footer .footer__contact-item:last-child {
    margin-bottom: 0
  }
}

@media(max-width: 767px) {
  footer .footer__contact-item:last-child .footer__contact-header {
    display: none
  }
}

@media(max-width: 767px) {
  footer .footer__contact-item:last-child .footer__contact-text {
    display: flex
  }
}

footer .footer__contact-header {
  font-size: 22px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 16px
}

@media(min-width: 1900px) {
  footer .footer__contact-header {
    font-size: 28px;
    line-height: 100%
  }
}

@media(max-width: 1004px) {
  footer .footer__contact-header {
    font-size: 18px
  }
}

@media(max-width: 767px) {
  footer .footer__contact-header {
    margin-bottom: 8px;
    line-height: 100%
  }
}

footer .footer__contact-text {
  font-size: 14px;
  line-height: 130%;
  color: #f3f3f3
}

@media(min-width: 1900px) {
  footer .footer__contact-text {
    font-size: 16px
  }
}

footer .footer__contact-text a {
  display: block;
  margin-bottom: 4px
}

@media(max-width: 767px) {
  footer .footer__contact-text a {
    margin-bottom: 0;
    margin-right: 20px
  }
}

footer .footer__contact-text p {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  margin-bottom: 8px
}

footer .footer__contact-text p:last-child {
  margin-bottom: 0
}

footer .footer__nav {
  display: flex
}

@media(max-width: 1110px) {
  footer .footer__nav {
    display: none
  }
}

footer .footer__nav-item {
  margin-right: 56px;
  font-size: 18px;
  line-height: 140%;
  color: #fff
}

@media(min-width: 1900px) {
  footer .footer__nav-item {
    font-size: 24px;
    line-height: 133%;
    margin-right: 50px
  }
}

@media(max-width: 1420px) {
  footer .footer__nav-item {
    margin-right: 46px
  }
}

footer .footer__nav-item:last-child {
  margin-right: 0
}

footer .footer__nav-item a {
  position: relative
}

footer .footer__nav-item a:after {
  bottom: -4px;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width .3s ease 0s, left .3s ease 0s;
  width: 0
}

footer .footer__nav-item a:hover:after {
  width: 100%;
  left: 0
}

footer .footer__copy {
  padding: 25px 80px;
  display: flex;
  border-top: 1px solid rgba(107, 107, 107, .3)
}

@media(min-width: 1900px) {
  footer .footer__copy {
    padding: 25px 100px
  }
}

@media(max-width: 1004px) {
  footer .footer__copy {
    padding: 20px 34px
  }
}

@media(max-width: 767px) {
  footer .footer__copy {
    flex-wrap: wrap;
    padding: 15px 20px 15px 23px
  }
}

footer .footer__copy span {
  margin-right: 59px
}

@media(max-width: 767px) {
  footer .footer__copy span {
    margin-right: 51px
  }
}

footer .footer__copy a {
  margin-right: 33px
}

@media(max-width: 767px) {
  footer .footer__copy a:last-child {
    margin-left: 129px;
    margin-top: 6px
  }
}

@media(max-width: 767px) {
  footer .footer__copy a {
    margin-right: 0
  }
}

footer .footer__copy span,
footer .footer__copy a {
  font-size: 14px;
  line-height: 130%;
  color: #858585
}

@media(min-width: 1900px) {

  footer .footer__copy span,
  footer .footer__copy a {
    font-size: 16px
  }
}

.catalog {
  padding-top: 24px;
  padding-bottom: 80px
}

@media(min-width: 1900px) {
  .catalog {
    padding-bottom: 100px
  }
}

@media(max-width: 1004px) {
  .catalog {
    padding-bottom: 55px
  }
}

@media(max-width: 767px) {
  .catalog {
    padding-top: 19px
  }
}

.catalog-help-banner {
  margin-bottom: 80px;
  margin-top: 40px
}

.catalog-help-banner .catalog-help-banner-inner {
  border-radius: 20px;
  background: #587b6b;
  padding: 72px
}

@media(max-width: 1004px) {
  .catalog-help-banner .catalog-help-banner-inner {
    padding: 50px
  }
}

@media(max-width: 767px) {
  .catalog-help-banner .catalog-help-banner-inner {
    padding: 30px 40px
  }
}

.catalog-help-banner .catalog-help-banner-inner h1 {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 100px;
  line-height: 120px
}

@media(max-width: 1004px) {
  .catalog-help-banner .catalog-help-banner-inner h1 {
    font-size: 48px;
    line-height: 48px
  }
}

@media(max-width: 767px) {
  .catalog-help-banner .catalog-help-banner-inner h1 {
    font-size: 36px;
    line-height: 39px
  }
}

.catalog-help-banner .catalog-help-banner-inner h1 span {
  color: #1a1a1a
}

.catalog-help-banner .catalog-help-banner-inner .content {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 130px
}

@media(max-width: 1280px) {
  .catalog-help-banner .catalog-help-banner-inner .content {
    gap: 60px
  }
}

@media(max-width: 1004px) {
  .catalog-help-banner .catalog-help-banner-inner .content {
    gap: 30px
  }
}

@media(max-width: 767px) {
  .catalog-help-banner .catalog-help-banner-inner .content {
    grid-template-columns: repeat(1, 1fr)
  }
}

.catalog-help-banner .catalog-help-banner-inner .content .text p {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px
}

@media(max-width: 1004px) {
  .catalog-help-banner .catalog-help-banner-inner .content .text p {
    font-size: 20px;
    line-height: 24px
  }
}

.catalog-help-banner .catalog-help-banner-inner .content .form {
  display: flex;
  flex-direction: column;
  gap: 30px
}

.catalog-help-banner .catalog-help-banner-inner .content .form .contacts__form-item {
  margin-bottom: 0
}

.catalog-help-banner .catalog-help-banner-inner .content .form .contacts__form-item label {
  color: #fff
}

.catalog-help-banner .catalog-help-banner-inner .content .form .contacts__form-item input {
  background: none
}

.catalog-help-banner .catalog-help-banner-inner .content .form .bottom {
  display: flex;
  gap: 30px;
  align-items: center
}

@media(max-width: 1004px) {
  .catalog-help-banner .catalog-help-banner-inner .content .form .bottom {
    flex-direction: column;
    gap: 20px
  }
}

.catalog-help-banner .catalog-help-banner-inner .content .form .bottom .button {
  max-width: 152px;
  width: 100%;
  height: 46px;
  background: none
}

@media(max-width: 1004px) {
  .catalog-help-banner .catalog-help-banner-inner .content .form .bottom .button {
    max-width: 100%
  }
}

.catalog-help-banner .catalog-help-banner-inner .content .form .bottom .button .button-original-fill {
  border-color: #fff;
  color: #fff
}

.catalog-help-banner .catalog-help-banner-inner .content .form .bottom .button .button-original-text {
  color: #fff
}

.catalog-help-banner .catalog-help-banner-inner .content .form .bottom p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #fff
}

.catalog__banner {
  height: 432px;
  width: 100%;
  margin-bottom: 40px;
  font-size: 100px;
  line-height: 120px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #fff;
  padding: 0 80px
}

@media(min-width: 1900px) {
  .catalog__banner {
    height: 480px;
    font-size: 120px;
    line-height: 140px;
    margin-bottom: 56px;
    padding: 0 100px
  }
}

@media(max-width: 1420px) {
  .catalog__banner {
    height: 311px;
    font-size: 72px;
    line-height: 1.2;
    padding: 0 46px
  }
}

@media(max-width: 1004px) {
  .catalog__banner {
    font-size: 60px;
    line-height: 80px;
    height: 347px;
    margin-bottom: 32px;
    padding: 0 34px
  }
}

@media(max-width: 767px) {
  .catalog__banner {
    height: 302px;
    font-size: 46px;
    line-height: 56px;
    border-radius: 10px;
    letter-spacing: 0;
    padding: 0 20px
  }
}

.catalog__banner .catalog__banner-wrap {
  padding: 86px 72px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  background: #587b6b;
  border-radius: 20px
}

@media(min-width: 1900px) {
  .catalog__banner .catalog__banner-wrap {
    padding: 104px 139px
  }
}

@media(max-width: 1420px) {
  .catalog__banner .catalog__banner-wrap {
    padding: 62px 62px
  }
}

@media(max-width: 1004px) {
  .catalog__banner .catalog__banner-wrap {
    padding: 88px 38px
  }
}

@media(max-width: 767px) {
  .catalog__banner .catalog__banner-wrap {
    padding: 56px 40px;
    flex-direction: column;
    border-radius: 10px
  }
}

.catalog__banner .catalog__banner-text_right {
  width: 307px
}

@media(min-width: 1900px) {
  .catalog__banner .catalog__banner-text_right {
    width: 417px
  }
}

@media(max-width: 1420px) {
  .catalog__banner .catalog__banner-text_right {
    width: 210px
  }
}

@media(max-width: 1004px) {
  .catalog__banner .catalog__banner-text_right {
    width: 184px
  }
}

@media(max-width: 767px) {
  .catalog__banner .catalog__banner-text_right {
    width: auto
  }
}

.catalog__banner .catalog__banner-text_left {
  position: relative
}

.catalog__banner .catalog__banner-img {
  position: absolute;
  left: -2px;
  top: 132px;
  height: 100px;
  width: 100px;
  --sprite-amount-time: calc(var(--sprite-amount) * 0.5s);
  overflow: hidden
}

@media(min-width: 1900px) {
  .catalog__banner .catalog__banner-img {
    height: 120px;
    width: 120px;
    left: -1px;
    top: 142px
  }
}

@media(max-width: 1420px) {
  .catalog__banner .catalog__banner-img {
    top: 94px;
    height: 79px;
    width: 79px
  }
}

@media(max-width: 1004px) {
  .catalog__banner .catalog__banner-img {
    top: 92px;
    height: 80px;
    width: 80px;
    left: -2px
  }
}

@media(max-width: 767px) {
  .catalog__banner .catalog__banner-img {
    top: 60px;
    height: 70.5px;
    width: 70.5px;
    left: -1px
  }
}

.catalog__banner .catalog__banner-img svg {
  width: unset;
  height: 100%;
  position: absolute;
  --sprite-amount: 10;
  --sprite-amount-time: calc(var(--sprite-amount) * 0.5s);
  animation: loopIconSprite var(--sprite-amount-time) steps(var(--sprite-amount), jump-end);
  animation-iteration-count: infinite
}

.catalog__settings {
  max-width: initial
}

@media(max-width: 1004px) {
  .catalog__settings {
    position: relative
  }
}

.catalog__wrap {
  max-width: initial;
  gap: 24px;
  row-gap: 20px;
  display: flex;
  flex-wrap: wrap
}

@media(min-width: 1900px) {
  .catalog__wrap {
    gap: 20px
  }
}

@media(max-width: 1004px) {
  .catalog__wrap {
    gap: 24px 20px;
    margin-bottom: 40px
  }
}

@media(max-width: 767px) {
  .catalog__wrap {
    gap: 16px;
    margin-bottom: 32px
  }
}

.card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc((100% - 48px)/3);
  height: 31.05vw;
  position: relative;
  background: #f3f3f3;
  flex-shrink: 0
}

@media(min-width: 1900px) {
  .card {
    width: calc((100% - 40px)/3);
    height: 28.91vw
  }
}

@media(max-width: 1420px) {
  .card {
    height: 34.87vw
  }
}

@media(max-width: 1004px) {
  .card {
    width: calc((100% - 20px)/2);
    height: 40.24vw
  }
}

@media(max-width: 767px) {
  .card {
    width: 100%;
    height: 82.4vw
  }
}

.card:hover .card__dots {
  opacity: 1
}

.card .card__wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 76.7% 24px 21px;
  display: flex;
  flex-direction: column
}

@media(min-width: 1900px) {
  .card .card__wrap {
    padding: 68.75% 32px 32px
  }
}

@media(max-width: 1420px) {
  .card .card__wrap {
    padding: 76.39% 24px 21px
  }
}

@media(max-width: 1004px) {
  .card .card__wrap {
    padding: 60% 24px 21px
  }
}

.card .card__tags {
  position: absolute;
  left: 24px;
  top: 28px;
  display: flex;
  gap: 8px;
  z-index: 1
}

@media(min-width: 1900px) {
  .card .card__tags {
    left: 32px
  }
}

@media(max-width: 1420px) {
  .card .card__tags {
    top: 16px;
    left: 16px
  }
}

@media(max-width: 1004px) {
  .card .card__tags {
    top: 21px;
    left: 16px
  }
}

.card .card__tags-item {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  padding: 7px 12px 8px;
  border-radius: 50px
}

@media(min-width: 1900px) {
  .card .card__tags-item {
    font-size: 16px;
    line-height: 21px
  }
}

@media(max-width: 1004px) {
  .card .card__tags-item {
    padding: 6px 12px;
    font-size: 12px;
    line-height: 16px
  }
}

.card .card__tags-item.promo {
  background: #aa9160
}

.card .card__tags-item.hit {
  background: #b15f41
}

.card .card__favorites {
  position: absolute;
  width: 42px;
  height: 42px;
  right: 24px;
  top: 24px;
  background: rgba(26, 26, 26, .4);
  border-radius: 50px;
  cursor: pointer;
  z-index: 1
}

@media(min-width: 1900px) {
  .card .card__favorites {
    width: 44px;
    height: 44px;
    right: 32px
  }
}

@media(max-width: 1420px) {
  .card .card__favorites {
    top: 16px;
    right: 16px
  }
}

@media(max-width: 1004px) {
  .card .card__favorites {
    width: 38px;
    height: 38px;
    top: 16px;
    right: 21px
  }
}

@media(max-width: 767px) {
  .card .card__favorites {
    right: 16px
  }
}

.card .card__favorites:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/ab00a590c2a0abd5cef3.svg) no-repeat center/contain;
  width: 22px;
  height: 22px;
  transition: .3s linear
}

@media(min-width: 1900px) {
  .card .card__favorites:after {
    width: 24px;
    height: 24px
  }
}

@media(max-width: 1004px) {
  .card .card__favorites:after {
    width: 18px;
    height: 18px
  }
}

.card .card__favorites:hover:after,
.card .card__favorites.active:after {
  background: url(../images/480b988b8d76c7887125.svg) no-repeat center/contain
}

.card .card__img {
  height: 64.9%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0
}

@media(min-width: 1900px) {
  .card .card__img {
    height: 63.42%
  }
}

@media(max-width: 1420px) {
  .card .card__img {
    height: 58.81%
  }
}

@media(max-width: 1004px) {
  .card .card__img {
    height: 63.42%
  }
}

.card .card__img img {
  display: none;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%
}

.card .card__img img.active {
  display: block
}

.card .card__title {
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 3px
}

@media(min-width: 1900px) {
  .card .card__title {
    font-size: 46px;
    line-height: 122%
  }
}

@media(max-width: 1004px) {
  .card .card__title {
    font-size: 24px;
    line-height: 140%
  }
}

.card .card__size {
  font-size: 16px;
  line-height: 130%
}

@media(min-width: 1900px) {
  .card .card__size {
    font-size: 18px;
    line-height: 140%
  }
}

@media(max-width: 1004px) {
  .card .card__size {
    font-size: 14px
  }
}

.card .card__price {
  margin-top: auto;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center
}

@media(min-width: 1900px) {
  .card .card__price {
    font-size: 32px;
    line-height: 38px
  }
}

@media(max-width: 1004px) {
  .card .card__price {
    font-size: 22px;
    line-height: 31px
  }
}

.card .card__price span {
  font-size: 14px;
  line-height: 18px;
  color: #888;
  position: relative;
  margin-left: 15px
}

@media(min-width: 1900px) {
  .card .card__price span {
    font-size: 16px;
    line-height: 21px
  }
}

.card .card__price span:after {
  position: absolute;
  content: "";
  background: #75758f;
  height: 1px;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}

.card .card__dots {
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 10px;
  width: calc(100% - 30px);
  display: flex;
  justify-content: space-between;
  height: 4px;
  gap: 5px;
  opacity: 0
}

.card .card__dots-item {
  height: 100%;
  background: #1a1a1a;
  opacity: .4;
  flex-grow: 1;
  transition: all .3s linear
}

.card .card__dots-item.active {
  opacity: .8
}

@media(max-width: 1004px) {

  .catalog__filter_desktop,
  .catalog__sort_desktop {
    display: none !important
  }
}

.catalog__load-more {
  display: none;
  width: fit-content
}

@media(max-width: 1004px) {
  .catalog__load-more {
    display: block;
    margin: 0 auto
  }
}

.catalog__load-more * {
  padding-left: 70px;
  padding-right: 70px
}

@keyframes loopIconSprite {
  0% {
    transform: translateX(0%)
  }

  100% {
    transform: translateX(-100%)
  }
}

.project-projects-swiper {
  margin-bottom: 120px;
  overflow: hidden;
  height: fit-content;
  padding-bottom: 50px
}

@media(max-width: 1004px) {
  .project-projects-swiper {
    margin-bottom: 50px
  }
}

.project-projects-swiper .top {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.project-projects-swiper .top p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px
}

.project-projects-swiper .projects-swiper-wrapper {
  margin-top: 50px
}

@media(max-width: 768px) {
  .project-projects-swiper .projects-swiper-wrapper {
    margin-top: 30px
  }
}

.project-projects-swiper .projects-swiper-wrapper .navigation {
  display: flex;
  justify-content: flex-end
}

.project-projects-swiper .projects-swiper-wrapper .project-swiper-1 {
  aspect-ratio: 4/5;
  margin-top: 3.95vw
}

.project-projects-swiper .projects-swiper-wrapper .project-swiper-2 {
  aspect-ratio: 3.5/5
}

@media(max-width: 1004px) {
  .project-projects-swiper .projects-swiper-wrapper .project-swiper-2 {
    aspect-ratio: 5/5
  }
}

.project-projects-swiper .projects-swiper-wrapper .project-swiper-3 {
  aspect-ratio: 3/5
}

@media(max-width: 1004px) {
  .project-projects-swiper .projects-swiper-wrapper .project-swiper-3 {
    aspect-ratio: 4.5/5
  }
}

.project-projects-swiper .projects-swiper-wrapper .project-swiper-4 {
  aspect-ratio: 3.5/5
}

@media(max-width: 1004px) {
  .project-projects-swiper .projects-swiper-wrapper .project-swiper-4 {
    aspect-ratio: 5/5
  }
}

.project-projects-swiper .projects-swiper-wrapper .project-swiper-5 {
  aspect-ratio: 4/5;
  margin-top: 3.95vw
}

.project-projects-swiper .projects-swiper-wrapper .projects-swiper {
  overflow: hidden;
  width: 100%;
  position: relative
}

.project-projects-swiper .projects-swiper-wrapper .projects-swiper .swiper-slide {
  position: relative
}

.project-projects-swiper .projects-swiper-wrapper .projects-swiper .image-wrapper {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%
}

.project-projects-swiper .projects-swiper-wrapper .projects-swiper .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.project-projects-swiper .project-text-wrapper p {
  max-width: 400px;
  margin-top: 30px;
  font-size: 22px;
  line-height: 130%
}

@media(max-width: 1004px) {
  .project-projects-swiper .project-text-wrapper p {
    margin-top: 0
  }
}

.project-steps {
  margin-bottom: 120px
}

.project-steps .project-steps-inner {
  border-radius: 20px;
  background: #f3f3f3;
  padding: 52px;
  display: flex;
  flex-direction: column;
  position: relative
}

@media(max-width: 1004px) {
  .project-steps .project-steps-inner {
    padding: 50px
  }
}

@media(max-width: 767px) {
  .project-steps .project-steps-inner {
    padding: 30px
  }
}

.project-steps .project-steps-inner .top {
  margin-bottom: 52px;
  display: flex;
  justify-content: space-between;
  gap: 30px
}

.project-steps .project-steps-inner .top .text {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.project-steps .project-steps-inner .top .text h2 {
  font-weight: 400;
  font-size: 46px;
  line-height: 56px
}

.project-steps .project-steps-inner .top .text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px
}

.project-steps .project-steps-inner .top .navigation {
  display: none
}

@media(max-width: 1260px) {
  .project-steps .project-steps-inner .top .navigation {
    display: flex
  }
}

@media(max-width: 768px) {
  .project-steps .project-steps-inner .top .navigation {
    position: absolute;
    bottom: 30px;
    right: 30px
  }
}

.project-steps .project-steps-inner .project-steps-swiper-wrapper {
  margin-bottom: 72px;
  overflow: hidden
}

.project-steps .project-steps-inner .project-steps-swiper-wrapper .project-steps-swiper .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column
}

.project-steps .project-steps-inner .project-steps-swiper-wrapper .project-steps-swiper .swiper-slide .title {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.project-steps .project-steps-inner .project-steps-swiper-wrapper .project-steps-swiper .swiper-slide .title h3 {
  font-weight: 400;
  font-size: 100px;
  line-height: 120px;
  color: #587b6b;
  margin: 0
}

@media(max-width: 768px) {
  .project-steps .project-steps-inner .project-steps-swiper-wrapper .project-steps-swiper .swiper-slide .title h3 {
    font-size: 46px;
    line-height: 56px
  }
}

.project-steps .project-steps-inner .project-steps-swiper-wrapper .project-steps-swiper .swiper-slide .title p {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #587b6b
}

.project-steps .project-steps-inner .project-steps-swiper-wrapper .project-steps-swiper .swiper-slide .content {
  flex: 1;
  display: flex;
  align-items: flex-end;
  margin-top: 50px
}

@media(max-width: 1260px) {
  .project-steps .project-steps-inner .project-steps-swiper-wrapper .project-steps-swiper .swiper-slide .content {
    margin-top: 30px
  }
}

.project-steps .project-steps-inner .project-steps-swiper-wrapper .project-steps-swiper .swiper-slide .content ul {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.project-steps .project-steps-inner .project-steps-swiper-wrapper .project-steps-swiper .swiper-slide .content ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1a1b22
}

@media(max-width: 768px) {
  .project-steps .project-steps-inner .bottom {
    padding-bottom: 100px
  }
}

.project-steps .project-steps-inner .bottom .button {
  width: 152px;
  height: 46px
}

.project-info {
  font-weight: 400;
  /* font-size: 100px; */
  font-size: 90px;
  line-height: 120px;
  display: flex;
  justify-content: space-between;
  padding-top: 81px;
  position: relative;
  margin-bottom: 120px
}

@media(min-width: 1900px) {
  .project-info {
    font-size: 120px;
    line-height: 140px;
    padding-top: 62px;
    margin-bottom: 140px
  }
}

@media(max-width: 1420px) {
  .project-info {
    padding-top: 57px;
    line-height: 1.2;
    font-size: 70px;
    margin-bottom: 90px
  }
}

@media(max-width: 1004px) {
  .project-info {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 81px;
    padding-top: 50px
  }
}

@media(max-width: 767px) {
  .project-info {
    font-size: 46px;
    line-height: 56px;
    padding-top: 42px;
    flex-direction: column;
    margin-bottom: 71px
  }
}

.project-info .project-info__title {
  position: relative
}

@media(max-width: 767px) {
  .project-info .project-info__title {
    margin-bottom: 17px
  }
}

.project-info .project-info__favorites {
  background: url(../images/e025d3159b263e49b69f.svg) no-repeat center/contain;
  display: block;
  position: relative;
  bottom: -29px;
  left: 9px;
  width: 83px;
  height: 70px;
  cursor: pointer;
  transition: all .1s linear
}

@media(min-width: 1900px) {
  .project-info .project-info__favorites {
    bottom: -32px;
    left: 11px;
    width: 99px;
    height: 83px
  }
}

@media(max-width: 1420px) {
  .project-info .project-info__favorites {
    bottom: -21px;
    left: 7px;
    width: 59px;
    height: 51px
  }
}

@media(max-width: 1004px) {
  .project-info .project-info__favorites {
    bottom: -13px;
    left: 7px;
    width: 68px;
    height: 57px
  }
}

@media(max-width: 767px) {
  .project-info .project-info__favorites {
    position: absolute;
    bottom: -63px;
    left: 5px;
    width: 50px;
    height: 41px
  }
}

.project-info .project-info__favorites:after {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  padding: 4px 16px;
  content: "В избранное";
  white-space: nowrap;
  right: -124px;
  top: 4px;
  background: #f3f3f3;
  border-radius: 50px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #1a1a1a;
  transition: all .1s linear
}

@media(max-width: 1004px) {
  .project-info .project-info__favorites:after {
    display: none
  }
}

.project-info .project-info__favorites:hover,
.project-info .project-info__favorites.active {
  background: url(../images/18029948fee3c278e756.svg) no-repeat center/contain
}

.project-info .project-info__favorites:hover::after {
  opacity: 1
}

.project-info .project-info__price {
  margin-right: -16px
}

@media(min-width: 1900px) {
  .project-info .project-info__price {
    margin-right: 39px;
    margin-top: -4px
  }
}

@media(max-width: 1420px) {
  .project-info .project-info__price {
    margin-right: -11px
  }
}

@media(max-width: 1004px) {
  .project-info .project-info__price {
    margin-right: 11px
  }
}

@media(max-width: 767px) {
  .project-info .project-info__price {
    margin-right: 0px;
    margin-left: auto
  }
}

.project-params {
  margin-bottom: 32px;
  display: flex;
  max-width: 74.45%;
  padding-left: 80px;
  justify-content: space-between;
  gap: 30px
}

@media(max-width: 1420px) {
  .project-params {
    padding-left: 46px
  }
}

@media(max-width: 1004px) {
  .project-params {
    padding: 0 34px;
    max-width: 100%
  }
}

@media(max-width: 767px) {
  .project-params {
    flex-wrap: wrap;
    padding: 0 20px;
    gap: 0
  }
}

.project-params .project-params__item {
  width: fit-content;
  margin-right: 24px
}

@media(max-width: 767px) {
  .project-params .project-params__item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 24px
  }
}

.project-params .project-params__item:nth-child(2n) {
  margin-right: 0
}

.project-params .project-params__item:nth-last-child(-n+2) {
  margin-bottom: 0
}

.project-params .project-params__name {
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 4px
}

@media(min-width: 1900px) {
  .project-params .project-params__name {
    font-size: 18px;
    line-height: 140%
  }
}

.project-params .project-params__value {
  font-size: 40px;
  line-height: 130%
}

@media(min-width: 1900px) {
  .project-params .project-params__value {
    font-size: 46px;
    line-height: 122%
  }
}

@media(max-width: 1004px) {
  .project-params .project-params__value {
    font-size: 28px
  }
}

@media(max-width: 767px) {
  .project-params .project-params__value {
    font-size: 22px;
    line-height: 140%
  }
}

.project-gallery {
  display: flex;
  overflow: hidden;
  height: 46.53vw;
  margin-bottom: 81px
}

@media(min-width: 1900px) {
  .project-gallery {
    height: 42.032vw;
    margin-bottom: 120px
  }
}

@media(max-width: 1420px) {
  .project-gallery {
    margin-bottom: 49px
  }
}

@media(max-width: 1004px) {
  .project-gallery {
    height: auto;
    padding: 0;
    flex-direction: column;
    overflow: initial;
    margin-bottom: 72px;
    align-items: center
  }
}

.project-gallery img {
  width: 100%;
  object-fit: cover;
  height: 100%
}

.project-gallery .project-gallery__item_big {
  width: 77.45%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  flex-shrink: 0
}

@media(min-width: 1900px) {
  .project-gallery .project-gallery__item_big {
    width: 74.477%
  }
}

@media(max-width: 1004px) {
  .project-gallery .project-gallery__item_big {
    width: calc(100% - 68px);
    height: 52.1vw;
    margin-bottom: 24px
  }
}

@media(max-width: 767px) {
  .project-gallery .project-gallery__item_big {
    width: calc(100% - 40px);
    height: 73.6vw;
    margin-bottom: 16px
  }
}

.project-gallery .project-gallery__item_big .swiper-slide {
  z-index: 1 !important
}

.project-gallery .project-gallery__wrap {
  display: flex;
  flex-direction: column;
  width: auto;
  flex-grow: 1;
  padding-left: 24px;
  margin: 0;
  overflow: hidden
}

@media(max-width: 1004px) {
  .project-gallery .project-gallery__wrap {
    width: 100%;
    flex-grow: initial;
    padding: 0 34px;
    height: 20.8vw;
    flex-direction: row;
    display: flex
  }
}

@media(max-width: 767px) {
  .project-gallery .project-gallery__wrap {
    padding: 0 20px;
    height: 26.67vw
  }
}

.project-gallery .project-gallery__wrap .swiper-slide {
  filter: grayscale(100%)
}

@media(max-width: 1004px) {
  .project-gallery .project-gallery__wrap .swiper-slide {
    height: 100%;
    width: 34.636vw
  }
}

@media(max-width: 767px) {
  .project-gallery .project-gallery__wrap .swiper-slide {
    width: 36.8vw
  }
}

.project-gallery .project-gallery__wrap .swiper-slide:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important
}

.project-gallery .project-gallery__wrap .swiper-slide-thumb-active {
  filter: none
}

.project-gallery .project-gallery__item_small {
  width: 100%;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid #d1d1da;
  cursor: pointer
}

@media(max-width: 1004px) {
  .project-gallery .project-gallery__item_small {
    height: 100%;
    width: 100%
  }
}

.project-gallery .project-gallery__item_small:last-child {
  margin-bottom: 0
}

@media(max-width: 1004px) {
  .project-gallery .project-gallery__item_small:last-child {
    margin-right: 0
  }
}

.project-characteristics {
  margin-bottom: 72px
}

@media(min-width: 1900px) {
  .project-characteristics {
    margin-bottom: 119px
  }
}

@media(max-width: 767px) {
  .project-characteristics {
    margin-bottom: 78px
  }
}

.project-characteristics h1 {
  margin-bottom: 40px
}

@media(max-width: 1004px) {
  .project-characteristics h1 {
    margin-bottom: 31px
  }
}

@media(max-width: 767px) {
  .project-characteristics h1 {
    margin-bottom: 35px
  }
}

.project-characteristics .project-characteristics__wrap {
  display: flex
}

@media(max-width: 767px) {
  .project-characteristics .project-characteristics__wrap {
    flex-direction: column
  }
}

.project-characteristics .project-characteristics__price {
  font-size: 16px;
  line-height: 130%
}

@media(min-width: 1900px) {
  .project-characteristics .project-characteristics__price {
    font-size: 18px;
    line-height: 140%
  }
}

@media(max-width: 767px) {
  .project-characteristics .project-characteristics__price {
    display: flex;
    margin-bottom: 9px
  }
}

.project-characteristics .project-characteristics__price span {
  margin-top: 5px;
  margin-bottom: 23px;
  display: block;
  font-size: 24px;
  line-height: 133%
}

@media(min-width: 1900px) {
  .project-characteristics .project-characteristics__price span {
    margin-top: 3px;
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 130%
  }
}

@media(max-width: 767px) {
  .project-characteristics .project-characteristics__price span {
    margin-bottom: 0;
    margin-left: 25px;
    margin-top: -4px;
    font-size: 22px;
    line-height: 140%
  }
}

@media(max-width: 767px) {
  .project-characteristics .project-characteristics__price .button {
    display: none
  }
}

.project-characteristics .project-characteristics__params {
  display: flex;
  flex-direction: column;
  margin-left: 436px
}

@media(min-width: 1900px) {
  .project-characteristics .project-characteristics__params {
    margin-left: 644px
  }
}

@media(max-width: 1420px) {
  .project-characteristics .project-characteristics__params {
    margin-left: 321px
  }
}

@media(max-width: 1004px) {
  .project-characteristics .project-characteristics__params {
    margin-left: 202px
  }
}

@media(max-width: 767px) {
  .project-characteristics .project-characteristics__params {
    margin-left: 0
  }
}

.project-characteristics .project-characteristics__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px
}

.project-characteristics .project-characteristics__item:last-child {
  margin-bottom: 0
}

@media(min-width: 1900px) {
  .project-characteristics .project-characteristics__item {
    margin-bottom: 16px
  }
}

.project-characteristics .project-characteristics__name {
  width: 193px;
  margin-right: 40px;
  font-size: 16px;
  line-height: 130%
}

@media(min-width: 1900px) {
  .project-characteristics .project-characteristics__name {
    width: 271px;
    font-size: 18px
  }
}

@media(max-width: 767px) {
  .project-characteristics .project-characteristics__name {
    width: 145px;
    margin-right: 37px
  }
}

.project-characteristics .project-characteristics__value {
  font-size: 24px;
  line-height: 133%
}

@media(min-width: 1900px) {
  .project-characteristics .project-characteristics__value {
    font-size: 28px;
    line-height: 130%
  }
}

@media(max-width: 1004px) {
  .project-characteristics .project-characteristics__value {
    font-size: 22px;
    line-height: 31px
  }
}

.project-layout {
  margin-bottom: 121px
}

@media(max-width: 1420px) {
  .project-layout {
    margin-bottom: 72px
  }
}

.project-layout h1 {
  margin-bottom: 12px
}

@media(max-width: 767px) {
  .project-layout h1 {
    margin-bottom: 15px
  }
}

.project-layout p {
  margin-bottom: 40px
}

@media(min-width: 1900px) {
  .project-layout p {
    margin-bottom: 64px
  }
}

@media(max-width: 1004px) {
  .project-layout p {
    margin-bottom: 31px
  }
}

@media(max-width: 767px) {
  .project-layout p {
    width: 300px;
    margin-bottom: 41px
  }
}

.project-layout .project-layout__img {
  flex-grow: 1;
  height: 38.85vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1e1e1
}

@media(min-width: 1900px) {
  .project-layout .project-layout__img {
    height: 36.85vw
  }
}

@media(max-width: 1004px) {
  .project-layout .project-layout__img {
    height: 65.1vw
  }
}

@media(max-width: 767px) {
  .project-layout .project-layout__img {
    height: 73.3vw
  }
}

.project-layout .project-layout__img img {
  width: 60.5%;
  height: 94%;
  object-fit: contain;
  cursor: pointer
}

@media(min-width: 1900px) {
  .project-layout .project-layout__img img {
    width: 57.5%;
    height: 90%
  }
}

@media(max-width: 1004px) {
  .project-layout .project-layout__img img {
    width: 71.9%
  }
}

@media(max-width: 767px) {
  .project-layout .project-layout__img img {
    width: 84%
  }
}

.project-layout .project-layout__item {
  display: flex;
  margin-bottom: 40px
}

@media(max-width: 1004px) {
  .project-layout .project-layout__item {
    flex-direction: column-reverse !important;
    margin-bottom: 32px
  }
}

.project-layout .project-layout__item:nth-child(2n) {
  flex-direction: row-reverse
}

.project-layout .project-layout__item:last-child {
  margin-bottom: 0
}

.project-layout .project-layout__desc {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 130%;
  position: relative;
  width: 266px;
  padding-left: 23px;
  margin-left: 24px
}

@media(min-width: 1900px) {
  .project-layout .project-layout__desc {
    font-size: 22px;
    line-height: 140%;
    width: 417px;
    padding-left: 30px
  }
}

@media(max-width: 1420px) {
  .project-layout .project-layout__desc {
    width: 186px
  }
}

@media(max-width: 1004px) {
  .project-layout .project-layout__desc {
    width: 266px;
    margin-bottom: 17px;
    margin-left: 0
  }
}

@media(max-width: 767px) {
  .project-layout .project-layout__desc {
    padding-left: 22px
  }
}

.project-layout .project-layout__desc:after {
  position: absolute;
  content: "";
  top: 6px;
  left: 1px;
  width: 10px;
  height: 10px;
  background: #587b6b
}

@media(min-width: 1900px) {
  .project-layout .project-layout__desc:after {
    width: 12px;
    height: 12px;
    top: 9px;
    left: 2px
  }
}

@media(max-width: 767px) {
  .project-layout .project-layout__desc:after {
    top: 5px;
    left: 0
  }
}

.project-layout .project-layout__desc .project-layout__print {
  width: 39px;
  height: 39px;
  cursor: pointer;
  background: url(../images/1e46e4275510c5ae3a67.svg) no-repeat center/contain;
  transition: all .1s linear;
  position: relative;
  left: -17px;
  top: 15px
}

@media(min-width: 1900px) {
  .project-layout .project-layout__desc .project-layout__print {
    width: 47px;
    height: 47px;
    left: -22px;
    top: 25px
  }
}

@media(max-width: 1004px) {
  .project-layout .project-layout__desc .project-layout__print {
    display: none
  }
}

.project-layout .project-layout__desc .project-layout__print:after {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  padding: 4px 16px;
  content: "В печать";
  white-space: nowrap;
  right: -85px;
  top: -10px;
  background: #f3f3f3;
  border-radius: 50px;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  color: #1a1a1a;
  transition: all .1s linear
}

@media(max-width: 1004px) {
  .project-layout .project-layout__desc .project-layout__print:after {
    display: none
  }
}

.project-layout .project-layout__desc .project-layout__print:hover {
  background: url(../images/03f1ae2225fcc15e40ef.svg) no-repeat center/contain
}

.project-layout .project-layout__desc .project-layout__print:hover:after {
  opacity: 1
}

.project-equipment {
  margin-bottom: 120px
}

@media(max-width: 1420px) {
  .project-equipment {
    margin-bottom: 70px
  }
}

@media(max-width: 767px) {
  .project-equipment {
    margin-bottom: 75px
  }
}

.project-equipment h1 {
  margin-bottom: 14px
}

@media(max-width: 767px) {
  .project-equipment h1 {
    margin-bottom: 16px
  }
}

.project-equipment p {
  margin-bottom: 55px
}

@media(max-width: 1420px) {
  .project-equipment p {
    margin-bottom: 40px
  }
}

@media(max-width: 767px) {
  .project-equipment p {
    width: 300px;
    margin-bottom: 31px
  }
}

.project-equipment .project-equipment__wrap {
  border-top: 1px solid #e1e1e1;
  padding-top: 40px
}

@media(max-width: 1420px) {
  .project-equipment .project-equipment__wrap {
    padding-top: 30px
  }
}

.project-equipment .project-equipment__control {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.project-equipment .button {
  margin-right: 10px;
  text-transform: initial;
  font-size: 18px;
  letter-spacing: 0
}

@media(min-width: 1900px) {
  .project-equipment .button {
    margin-right: 18px
  }
}

@media(max-width: 767px) {
  .project-equipment .button {
    margin-right: 7px
  }
}

.project-equipment .button * {
  padding: 14px 17px
}

@media(min-width: 1900px) {
  .project-equipment .button * {
    padding: 18px 21px
  }
}

@media(max-width: 1004px) {
  .project-equipment .button * {
    padding: 13px 17px
  }
}

@media(max-width: 767px) {
  .project-equipment .button * {
    padding: 10px 13px;
    margin-right: 2px
  }
}

.project-equipment .button.active {
  pointer-events: none
}

.project-equipment .project-equipment__price {
  font-size: 16px;
  line-height: 130%
}

@media(min-width: 1900px) {
  .project-equipment .project-equipment__price {
    font-size: 18px;
    line-height: 140%
  }
}

@media(max-width: 1420px) {
  .project-equipment .project-equipment__price {
    margin-bottom: 18px;
    font-size: 14px
  }
}

.project-equipment .project-equipment__price span {
  margin-top: 9px;
  display: block;
  font-size: 24px;
  line-height: 133%
}

@media(min-width: 1900px) {
  .project-equipment .project-equipment__price span {
    font-size: 28px;
    margin-top: 7px;
    line-height: 130%
  }
}

@media(max-width: 1420px) {
  .project-equipment .project-equipment__price span {
    font-size: 22px
  }
}

@media(max-width: 767px) {
  .project-equipment .project-equipment__price span {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 7px;
    font-size: 22px;
    line-height: 140%
  }
}

.project-equipment .project-equipment__item {
  display: flex;
  justify-content: space-between
}

@media(max-width: 1420px) {
  .project-equipment .project-equipment__item {
    flex-direction: column
  }
}

.project-equipment .project-equipment__info {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 24px;
  width: 846px;
  justify-content: space-between;
  opacity: 0;
  transition: opacity .3s ease-in
}

@media(min-width: 1900px) {
  .project-equipment .project-equipment__info {
    width: 1134px
  }
}

@media(max-width: 1420px) {
  .project-equipment .project-equipment__info {
    width: 100%
  }
}

@media(max-width: 767px) {
  .project-equipment .project-equipment__info {
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: initial;
    margin-bottom: 27px
  }
}

.project-equipment .project-equipment__info-item {
  width: 411px
}

@media(min-width: 1900px) {
  .project-equipment .project-equipment__info-item {
    width: 553px
  }
}

@media(max-width: 1420px) {
  .project-equipment .project-equipment__info-item {
    width: 440px
  }
}

@media(max-width: 1004px) {
  .project-equipment .project-equipment__info-item {
    width: 339px
  }
}

@media(max-width: 767px) {
  .project-equipment .project-equipment__info-item {
    width: 100%;
    margin-bottom: 25px
  }
}

.project-equipment .project-equipment__info-item:last-child {
  margin-bottom: 0
}

.project-equipment .project-equipment__info-header {
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 4px
}

@media(min-width: 1900px) {
  .project-equipment .project-equipment__info-header {
    font-size: 24px;
    line-height: 133%
  }
}

.project-equipment .project-equipment__info-text {
  font-size: 14px;
  line-height: 130%
}

@media(min-width: 1900px) {
  .project-equipment .project-equipment__info-text {
    font-size: 16px
  }
}

@media(max-width: 767px) {
  .project-equipment .project-equipment__info-text {
    font-size: 16px
  }
}

.project-equipment .project-equipment__see-all {
  display: none
}

@media(max-width: 767px) {
  .project-equipment .project-equipment__see-all {
    position: relative;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: .03em;
    text-transform: uppercase
  }
}

.project-equipment .project-equipment__see-all:after {
  position: absolute;
  content: "";
  left: 231px;
  top: 1px;
  width: 16px;
  height: 16px;
  background: url(../images/f21d2813efca7e9063f5.svg) no-repeat center/contain
}

.get-discount {
  overflow: hidden;
  height: 486px;
  font-size: 100px;
  line-height: 120%;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-bottom: 121px
}

@media(min-width: 1900px) {
  .get-discount {
    font-size: 120px;
    line-height: 117%;
    height: 626px
  }
}

@media(max-width: 1420px) {
  .get-discount {
    height: 346px;
    font-size: 70px;
    margin-bottom: 73px
  }
}

@media(max-width: 1004px) {
  .get-discount {
    font-size: 60px;
    line-height: 133%;
    height: 390px
  }
}

@media(max-width: 767px) {
  .get-discount {
    font-size: 46px;
    line-height: 128%;
    height: 334px;
    letter-spacing: 0
  }
}

.get-discount .get-discount__wrap {
  border-radius: 20px;
  background: #587b6b;
  height: 100%;
  padding: 72px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between
}

@media(min-width: 1900px) {
  .get-discount .get-discount__wrap {
    padding: 120px 142px 106px
  }
}

@media(max-width: 1420px) {
  .get-discount .get-discount__wrap {
    padding: 52px 62px
  }
}

@media(max-width: 767px) {
  .get-discount .get-discount__wrap {
    border-radius: 10px;
    padding: 40px
  }
}

.get-discount .get-discount__text {
  width: 825px
}

@media(min-width: 1900px) {
  .get-discount .get-discount__text {
    width: 1125px
  }
}

@media(max-width: 1004px) {
  .get-discount .get-discount__text {
    width: 520px;
    position: relative
  }
}

@media(max-width: 767px) {
  .get-discount .get-discount__text {
    width: 255px
  }
}

.get-discount svg {
  position: relative;
  right: 17px;
  top: 6px;
  width: 84px;
  height: auto
}

@media(min-width: 1900px) {
  .get-discount svg {
    right: -2px;
    top: 7px;
    width: 101px
  }
}

@media(max-width: 1420px) {
  .get-discount svg {
    right: 7px;
    top: 6px;
    width: 60px
  }
}

@media(max-width: 1004px) {
  .get-discount svg {
    position: absolute;
    right: 180px;
    top: 86px;
    width: 68px
  }
}

@media(max-width: 767px) {
  .get-discount svg {
    right: auto;
    left: 205px;
    top: 121px;
    width: 50px
  }
}

.get-discount .button * {
  border-color: #fff;
  color: #fff
}

@media(max-width: 1004px) {
  .get-discount .button * {
    padding: 14px 45px
  }
}

@media(max-width: 767px) {
  .get-discount .button * {
    padding: 14px 72px
  }
}

.project-foundation {
  margin-bottom: 121px
}

@media(max-width: 1420px) {
  .project-foundation {
    margin-bottom: 73px
  }
}

@media(max-width: 1004px) {
  .project-foundation {
    padding: 0
  }
}

.project-foundation h1 {
  margin-bottom: 15px
}

@media(max-width: 1004px) {
  .project-foundation h1 {
    padding-left: 36px
  }
}

@media(max-width: 767px) {
  .project-foundation h1 {
    padding-left: 20px
  }
}

.project-foundation p {
  margin-bottom: 40px
}

@media(max-width: 1004px) {
  .project-foundation p {
    padding-left: 36px
  }
}

@media(max-width: 767px) {
  .project-foundation p {
    margin-bottom: 32px;
    padding-left: 20px
  }
}

@media(max-width: 1004px) {
  .project-foundation .project-foundation__wrap {
    padding: 0 34px
  }
}

@media(max-width: 767px) {
  .project-foundation .project-foundation__wrap {
    padding: 0 20px
  }
}

.project-foundation .project-foundation__wrap .swiper-wrapper {
  display: flex
}

@media(max-width: 1004px) {
  .project-foundation .project-foundation__wrap .swiper-wrapper {
    margin-bottom: 26px
  }
}

@media(max-width: 767px) {
  .project-foundation .project-foundation__wrap .swiper-wrapper {
    margin-bottom: 16px
  }
}

.project-foundation .project-foundation__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  width: calc((100% - 46px)/3);
  height: 39.6vw;
  background: rgba(243, 243, 243, .7);
  border-radius: 10px;
  flex-shrink: 0
}

@media(min-width: 1900px) {
  .project-foundation .project-foundation__item {
    height: 36.65vw
  }
}

@media(max-width: 1420px) {
  .project-foundation .project-foundation__item {
    width: calc((100% - 32px)/3);
    height: 39.747vw;
    padding: 24px
  }
}

@media(max-width: 1004px) {
  .project-foundation .project-foundation__item {
    width: 48.308vw;
    height: 63.672vw;
    padding: 24px
  }
}

@media(max-width: 767px) {
  .project-foundation .project-foundation__item {
    height: 128.472vw;
    padding: 24px 24px 42px
  }
}

.project-foundation .project-foundation__img {
  width: 100%;
  height: 47%;
  margin-bottom: 13px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

@media(min-width: 1900px) {
  .project-foundation .project-foundation__img {
    height: 46.8%
  }
}

@media(max-width: 1420px) {
  .project-foundation .project-foundation__img {
    height: 46.8%;
    margin-bottom: 10px
  }
}

@media(max-width: 1004px) {
  .project-foundation .project-foundation__img {
    margin-bottom: 13px;
    height: 43.7%
  }
}

@media(max-width: 767px) {
  .project-foundation .project-foundation__img {
    height: 52.915%
  }
}

.project-foundation .project-foundation__img img {
  object-fit: contain;
  width: 100%;
  height: 80%
}

.project-foundation .project-foundation__title {
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 10px
}

@media(min-width: 1900px) {
  .project-foundation .project-foundation__title {
    font-size: 46px;
    line-height: 122%;
    margin-bottom: 11px
  }
}

@media(max-width: 1420px) {
  .project-foundation .project-foundation__title {
    font-size: 23px
  }
}

@media(max-width: 1004px) {
  .project-foundation .project-foundation__title {
    font-size: 28px;
    line-height: 130%
  }
}

@media(max-width: 767px) {
  .project-foundation .project-foundation__title {
    font-size: 24px;
    line-height: 133%;
    margin-bottom: 12px
  }
}

.project-foundation .project-foundation__desc {
  font-size: 16px;
  line-height: 130%
}

@media(min-width: 1900px) {
  .project-foundation .project-foundation__desc {
    font-size: 22px;
    line-height: 140%
  }
}

@media(max-width: 1420px) {
  .project-foundation .project-foundation__desc {
    font-size: 12px
  }
}

@media(max-width: 1004px) {
  .project-foundation .project-foundation__desc {
    font-size: 16px
  }
}

.project-foundation .project-foundation__price {
  font-size: 46px;
  line-height: 122%;
  color: #587b6b;
  margin-top: auto
}

@media(max-width: 1420px) {
  .project-foundation .project-foundation__price {
    font-size: 33px
  }
}

@media(max-width: 1004px) {
  .project-foundation .project-foundation__price {
    font-size: 46px
  }
}

@media(max-width: 767px) {
  .project-foundation .project-foundation__price {
    font-size: 32px;
    line-height: 120%
  }
}

.project-foundation .project-foundation__price span {
  font-size: 16px;
  line-height: 130%;
  color: #19191e;
  margin-left: -1px;
  position: relative;
  top: 2px
}

@media(min-width: 1900px) {
  .project-foundation .project-foundation__price span {
    font-size: 22px;
    line-height: 140%;
    margin-left: 11px;
    top: 4px
  }
}

@media(max-width: 1420px) {
  .project-foundation .project-foundation__price span {
    font-size: 12px;
    margin-left: 5px
  }
}

@media(max-width: 1004px) {
  .project-foundation .project-foundation__price span {
    font-size: 16px;
    margin-left: -1px
  }
}

@media(max-width: 767px) {
  .project-foundation .project-foundation__price span {
    margin-left: 11px
  }
}

.project-foundation .button {
  margin-top: auto
}

@media(min-width: 1900px) {
  .project-foundation .button * {
    font-size: 14px;
    line-height: 130%;
    padding: 16px 39px
  }
}

.project-foundation .project-foundation__navigation {
  display: none;
  justify-content: flex-end
}

@media(max-width: 1004px) {
  .project-foundation .project-foundation__navigation {
    display: flex;
    position: relative;
    right: 34px
  }
}

@media(max-width: 767px) {
  .project-foundation .project-foundation__navigation {
    right: 20px
  }
}

.project-gallery-kingisepp {
  display: flex;
  flex-direction: column;
  margin-bottom: 120px
}

@media(max-width: 1420px) {
  .project-gallery-kingisepp {
    margin-bottom: 73px
  }
}

@media(max-width: 1004px) {
  .project-gallery-kingisepp {
    padding: 0
  }
}

.project-gallery-kingisepp h1 {
  margin-bottom: 31px
}

@media(min-width: 1900px) {
  .project-gallery-kingisepp h1 {
    margin-bottom: 47px
  }
}

@media(max-width: 1004px) {
  .project-gallery-kingisepp h1 {
    padding: 0 34px
  }
}

@media(max-width: 767px) {
  .project-gallery-kingisepp h1 {
    padding: 0 20px
  }
}

.project-gallery-kingisepp .project-gallery-kingisepp__wrap {
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  overflow: hidden
}

@media(min-width: 1900px) {
  .project-gallery-kingisepp .project-gallery-kingisepp__wrap {
    margin-bottom: 25px
  }
}

@media(max-width: 1004px) {
  .project-gallery-kingisepp .project-gallery-kingisepp__wrap {
    padding: 0 34px
  }
}

@media(max-width: 767px) {
  .project-gallery-kingisepp .project-gallery-kingisepp__wrap {
    padding: 0 20px
  }
}

.project-gallery-kingisepp .project-gallery-kingisepp__item {
  flex-shrink: 0;
  width: calc((100% - 48px)/3);
  cursor: pointer;
  height: 22.85vw
}

@media(min-width: 1900px) {
  .project-gallery-kingisepp .project-gallery-kingisepp__item {
    height: 27.9vw
  }
}

@media(max-width: 1004px) {
  .project-gallery-kingisepp .project-gallery-kingisepp__item {
    height: 42.839vw;
    width: 53.516vw
  }
}

@media(max-width: 767px) {
  .project-gallery-kingisepp .project-gallery-kingisepp__item {
    height: 71.039vw;
    width: 100%
  }
}

.project-gallery-kingisepp .project-gallery-kingisepp__item img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.project-gallery-kingisepp .project-gallery-kingisepp__navigation {
  margin-left: auto
}

@media(max-width: 1004px) {
  .project-gallery-kingisepp .project-gallery-kingisepp__navigation {
    margin-right: 34px
  }
}

@media(max-width: 767px) {
  .project-gallery-kingisepp .project-gallery-kingisepp__navigation {
    margin-right: 20px
  }
}

.mortgage-construction {
  margin-bottom: 120px
}

.mortgage-construction:not(.mod) .mortgage-construction__item {
  margin-right: 40px;
  width: fit-content !important
}

@media(min-width: 1900px) {
  .mortgage-construction {
    margin-bottom: 130px
  }
}

@media(max-width: 1004px) {
  .mortgage-construction {
    margin-bottom: 73px
  }
}

@media(max-width: 767px) {
  .mortgage-construction {
    padding: 0
  }
}

.mortgage-construction.mod {
  margin-bottom: 0
}

.mortgage-construction h1 {
  margin-bottom: 40px
}

@media(max-width: 767px) {
  .mortgage-construction h1 {
    width: 230px;
    margin-bottom: 31px;
    padding-left: 20px
  }
}

.mortgage-construction p {
  margin-bottom: 59px
}

@media(max-width: 767px) {
  .mortgage-construction p {
    font-size: 18px;
    margin-bottom: 23px;
    line-height: 140%;
    padding-left: 20px
  }
}

@media(max-width: 767px) {
  .mortgage-construction .mortgage-construction__wrap {
    padding: 0 20px
  }
}

.mortgage-construction .swiper-wrapper {
  display: flex
}

.mortgage-construction .mortgage-construction__item {
  height: 5.6vw
}

@media(min-width: 1900px) {
  .mortgage-construction .mortgage-construction__item {
    height: 6.2vw
  }
}

@media(max-width: 1004px) {
  .mortgage-construction .mortgage-construction__item {
    height: 10.5vw
  }
}

@media(max-width: 767px) {
  .mortgage-construction .mortgage-construction__item {
    height: 21.5vw;
    margin-right: 0
  }
}

.mortgage-construction .mortgage-construction__item:last-child {
  margin-right: 0
}

.mortgage-construction .mortgage-construction__item img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.additional-services {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px
}

@media(max-width: 1420px) {
  .additional-services {
    margin-bottom: 72px
  }
}

@media(max-width: 767px) {
  .additional-services {
    flex-direction: column
  }
}

.additional-services h1 {
  width: 400px
}

@media(max-width: 1004px) {
  .additional-services h1 {
    width: 290px
  }
}

@media(max-width: 767px) {
  .additional-services h1 {
    margin-bottom: 32px
  }
}

.additional-services p {
  width: 641px;
  font-size: 22px;
  margin-right: 59px;
  margin-top: 9px;
  line-height: 140%
}

@media(min-width: 1900px) {
  .additional-services p {
    width: 848px;
    font-size: 28px;
    line-height: 130%;
    margin-right: 2px;
    margin-top: 0px
  }
}

@media(max-width: 1420px) {
  .additional-services p {
    width: 433px;
    font-size: 24px;
    margin-right: 16px;
    margin-top: 0px
  }
}

@media(max-width: 1004px) {
  .additional-services p {
    font-size: 18px;
    line-height: 140%;
    width: 338px;
    margin-right: 0px;
    margin-top: -1px
  }
}

@media(max-width: 767px) {
  .additional-services p {
    width: 100%
  }
}

.project-similar {
  margin-bottom: 100px
}

@media(min-width: 1900px) {
  .project-similar {
    margin-bottom: 120px
  }
}

@media(max-width: 1004px) {
  .project-similar {
    margin-bottom: 34px
  }
}

.project-similar .project-similar__wrap {
  display: flex
}

.project-similar .project-similar__item {
  width: 411px;
  height: 474px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative
}

@media(min-width: 1900px) {
  .project-similar .project-similar__item {
    height: 538px;
    width: 452px
  }
}

@media(max-width: 1420px) {
  .project-similar .project-similar__item {
    width: 398px;
    height: 461px
  }
}

@media(max-width: 1004px) {
  .project-similar .project-similar__item {
    height: 390px;
    width: 340px
  }
}

@media(max-width: 767px) {
  .project-similar .project-similar__item {
    width: 224px;
    height: 275px
  }
}

.project-similar .project-similar__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-out
}

@media(max-width: 1004px) {
  .project-similar .project-similar__item img {
    transform: initial !important
  }
}

.project-similar .project-similar__item:hover .project-similar__button {
  opacity: 1
}

.project-similar .project-similar__item:hover img {
  transform: scale3d(1.02, 1.02, 1)
}

.project-similar .project-similar__see-more {
  padding: 40px;
  background: #587b6b;
  display: flex;
  flex-direction: column
}

@media(max-width: 1004px) {
  .project-similar .project-similar__see-more {
    padding: 24px
  }
}

.project-similar .project-similar__see-more:hover .project-similar-see-more__button {
  width: 306px;
  transition: width .3s linear
}

@media(max-width: 1004px) {
  .project-similar .project-similar__see-more:hover .project-similar-see-more__button {
    width: 100%
  }
}

.project-similar .project-similar__see-more:hover .project-similar-see-more__button-text {
  opacity: 1;
  transition: opacity .3s linear .3s
}

.project-similar .project-similar__text {
  font-size: 32px;
  line-height: 120%;
  color: #fff;
  width: 250px
}

@media(min-width: 1900px) {
  .project-similar .project-similar__text {
    font-size: 46px;
    width: 380px;
    line-height: 122%
  }
}

@media(max-width: 767px) {
  .project-similar .project-similar__text {
    font-size: 22px;
    line-height: 140%;
    width: 180px
  }
}

.project-similar .project-similar-see-more__button {
  width: 52px;
  height: 52px;
  background: #1a1a1a;
  border-radius: 50px;
  margin-top: auto;
  overflow: hidden;
  font-size: 22px;
  color: #fff;
  position: relative;
  white-space: nowrap;
  transition: width .3s linear .3s
}

@media(max-width: 1004px) {
  .project-similar .project-similar-see-more__button {
    width: 100%;
    font-size: 20px
  }
}

@media(max-width: 767px) {
  .project-similar .project-similar-see-more__button {
    height: 42px;
    font-size: 12px
  }
}

.project-similar .project-similar-see-more__button .project-similar-see-more__button-text {
  position: absolute;
  top: 12px;
  left: 24px;
  opacity: 0;
  transition: opacity .3s linear
}

@media(max-width: 1004px) {
  .project-similar .project-similar-see-more__button .project-similar-see-more__button-text {
    top: 13px;
    opacity: 1 !important
  }
}

@media(max-width: 767px) {
  .project-similar .project-similar-see-more__button .project-similar-see-more__button-text {
    left: 13px;
    top: 14px
  }
}

.project-similar .project-similar-see-more__button:after {
  position: absolute;
  right: 14px;
  top: 18px;
  content: "";
  width: 22px;
  height: 19px;
  background: url(../images/c73688edb884ba93846c.svg) no-repeat center/contain
}

@media(max-width: 767px) {
  .project-similar .project-similar-see-more__button:after {
    right: 13px;
    top: 15px;
    width: 15px;
    height: 13px
  }
}

.project-similar .project-similar__button {
  width: auto;
  opacity: 0;
  padding-left: 24px;
  padding-right: 50px;
  height: 52px;
  background: #1a1a1a;
  border-radius: 50px;
  margin-top: auto;
  overflow: hidden;
  font-size: 22px;
  color: #fff;
  position: absolute;
  white-space: nowrap;
  transition: all .3s ease;
  left: 40px;
  bottom: 40px;
  display: flex;
  align-items: center
}

@media(max-width: 1004px) {
  .project-similar .project-similar__button {
    opacity: 1 !important;
    bottom: 24px;
    left: 24px
  }
}

@media(max-width: 767px) {
  .project-similar .project-similar__button {
    height: 42px;
    font-size: 18px
  }
}

.project-similar .project-similar__button:after {
  position: absolute;
  right: 14px;
  top: 18px;
  content: "";
  width: 22px;
  height: 19px;
  background: url(../images/c73688edb884ba93846c.svg) no-repeat center/contain
}

@media(max-width: 767px) {
  .project-similar .project-similar__button:after {
    right: 13px;
    top: 15px;
    width: 15px;
    height: 13px
  }
}

.contacts-wrapper {
  padding-top: 56px;
  position: relative;
  margin-bottom: 80px;
  display: flex;
  gap: 30px;
  justify-content: space-between
}

@media(min-width: 1900px) {
  .contacts-wrapper {
    padding-top: 62px;
    margin-bottom: 80px
  }
}

@media(max-width: 1420px) {
  .contacts-wrapper {
    padding-top: 57px;
    margin-bottom: 90px
  }
}

@media(max-width: 1004px) {
  .contacts-wrapper {
    margin-bottom: 72px;
    padding-top: 50px;
    flex-wrap: wrap
  }
}

@media(max-width: 767px) {
  .contacts-wrapper {
    padding-top: 42px;
    margin-bottom: 71px
  }
}

.contacts-info {
  font-weight: 400;
  font-size: 100px;
  line-height: 120px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between
}

@media(min-width: 1900px) {
  .contacts-info {
    font-size: 120px;
    line-height: 140px
  }
}

@media(max-width: 1420px) {
  .contacts-info {
    line-height: 1.2;
    font-size: 70px
  }
}

@media(max-width: 1004px) {
  .contacts-info {
    font-size: 60px;
    line-height: 80px
  }
}

@media(max-width: 767px) {
  .contacts-info {
    font-size: 46px;
    line-height: 56px;
    flex-direction: column
  }
}

.contacts-info .contacts-info__title {
  position: relative
}

@media(max-width: 767px) {
  .contacts-info .contacts-info__title {
    margin-bottom: 17px
  }
}

.contacts-info .contacts-info__svg {
  padding-top: 10px;
  display: flex
}

@media(max-width: 1004px) {
  .contacts-info .contacts-info__svg img {
    max-width: 80px
  }
}

@media(max-width: 767px) {
  .contacts-info .contacts-info__svg img {
    max-width: 60px
  }
}

.contacts-info .contacts-info__text {
  max-width: 368px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%
}

.contacts-form {
  width: 100%;
  max-width: 555px
}

@media(max-width: 1004px) {
  .contacts-form {
    max-width: 100%
  }
}

@media(max-width: 767px) {
  .contacts__form {
    flex-grow: 1;
    display: flex;
    flex-direction: column
  }
}

.contacts__form input,
.contacts__form textarea {
  background-color: #fff
}

.contacts__form textarea {
  min-height: 142px;
  min-width: 100%;
  max-width: 100%
}

@media(max-width: 1004px) {
  .contacts__form textarea {
    min-height: 100px
  }
}

.contacts__form-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 39px
}

@media(min-width: 1900px) {
  .contacts__form-item {
    margin-bottom: 46px
  }
}

@media(max-width: 767px) {
  .contacts__form-item {
    margin-bottom: 31px;
    height: inherit
  }
}

.contacts__form-item label {
  font-size: 14px;
  line-height: 130%;
  color: #1a1a1a;
  padding-left: 7px
}

@media(min-width: 1900px) {
  .contacts__form-item label {
    font-size: 18px;
    line-height: 140%;
    padding-left: 6px
  }
}

@media(max-width: 767px) {
  .contacts__form-item label {
    padding-left: 6px
  }
}

.contacts__form-item input,
.contacts__form-item textarea {
  padding: 15px 15px 14px;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  outline: none;
  font-size: 16px;
  line-height: 130%
}

@media(min-width: 1900px) {

  .contacts__form-item input,
  .contacts__form-item textarea {
    font-size: 18px;
    line-height: 140%;
    padding: 9px 16px 10px
  }
}

.contacts__form-item input::placeholder {
  color: #cac8c8
}

.contacts__form-button-wrap {
  margin: 48px 0 26px;
  display: flex;
  align-items: center
}

@media(min-width: 1900px) {
  .contacts__form-button-wrap {
    margin: 56px 0 27px
  }
}

@media(max-width: 767px) {
  .contacts__form-button-wrap {
    margin: auto 0 18px
  }
}

@media(max-width: 767px) {
  .contacts__form-button-wrap .button {
    width: 100%
  }
}

.contacts__form-button-wrap p {
  font-size: 14px;
  line-height: 130%;
  color: #1a1a1a;
  margin-left: 24px
}

@media(min-width: 1900px) {
  .contacts__form-button-wrap p {
    font-size: 16px
  }
}

@media(max-width: 767px) {
  .contacts__form-button-wrap p {
    display: none
  }
}

.contacts-bottom {
  margin-bottom: 80px;
  padding: 54px;
  border-radius: 20px;
  background-color: #587b6b;
  color: #fff
}

@media(max-width: 1004px) {
  .contacts-bottom {
    padding: 48px 24px;
    margin-bottom: 56px
  }
}

.contacts-bottom__title {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%
}

@media(max-width: 1004px) {
  .contacts-bottom__title {
    margin-bottom: 24px
  }
}

.contacts-bottom__desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%
}

.contacts-bottom__info {
  display: flex;
  flex-wrap: wrap;
  gap: 4px
}

.contacts-bottom__info a {
  width: 100%;
  max-width: calc(50% - 2px);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%
}

.contacts-bottom .contacts-map {
  min-height: 635px
}

@media(max-width: 1004px) {
  .contacts-bottom .contacts-map {
    padding-top: 8px;
    min-height: 400px
  }
}

@media(max-width: 767px) {
  .contacts-bottom .contacts-map {
    min-height: 400px
  }
}

.contacts-bottom .contacts-list {
  margin-bottom: 70px;
  display: flex;
  gap: 30px 64px
}

@media(max-width: 1004px) {
  .contacts-bottom .contacts-list {
    margin-bottom: 8px;
    flex-wrap: wrap;
    gap: 0px
  }
}

.contacts-bottom .contacts-img {
  width: 100%;
  max-width: 245px
}

@media(min-width: 1900px) {
  .contacts-bottom .contacts-img {
    max-width: 328px
  }
}

@media(max-width: 1004px) {
  .contacts-bottom .contacts-img {
    margin-bottom: 32px
  }
}

.contacts-bottom .contacts-img img {
  max-width: 100%
}

.contacts-bottom .contacts-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  max-width: 265px
}

@media(min-width: 1900px) {
  .contacts-bottom .contacts-item:last-child {
    max-width: 409px
  }
}

@media(max-width: 1004px) {
  .contacts-bottom .contacts-item {
    margin-bottom: 24px;
    gap: 0px
  }
}

.gallery {
  position: relative;
  top: 0;
  padding: 60px 0px 100px;
  overflow: hidden
}

@media(max-width: 1004px) {
  .gallery {
    padding: 20px 0px 56px
  }
}

@media(max-width: 767px) {
  .gallery {
    padding: 20px 0px 56px
  }
}

.gallery-inner {
  padding-top: 32px;
  padding-bottom: 84px
}

@media(max-width: 1004px) {
  .gallery-inner {
    padding: 20px 0px 56px
  }
}

@media(max-width: 767px) {
  .gallery-inner {
    padding: 20px 0px 56px
  }
}

.gallery-inner .breadcrumbs {
  margin-bottom: 56px
}

@media(max-width: 1004px) {
  .gallery-inner .breadcrumbs {
    padding-top: 0;
    margin-bottom: 48px
  }
}

@media(max-width: 767px) {
  .gallery-inner .breadcrumbs {
    padding-top: 0;
    margin-bottom: 40px
  }
}

.gallery-inner .gallery-info__title {
  margin-bottom: 0px
}

.gallery-inner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px
}

@media(max-width: 1004px) {
  .gallery-inner-list {
    gap: 20px 32px
  }
}

@media(max-width: 767px) {
  .gallery-inner-list {
    gap: 24px
  }
}

.gallery-inner-item {
  width: 100%;
  max-width: calc(33.33% - 16px)
}

@media(max-width: 1004px) {
  .gallery-inner-item {
    max-width: calc(33.33% - 22px)
  }
}

@media(max-width: 767px) {
  .gallery-inner-item {
    max-width: 100%
  }
}

.gallery-inner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.gallery-info__icon {
  margin-bottom: 64px;
  max-width: 82px
}

.gallery-info__icon img {
  max-width: 100%
}

@media(max-width: 1004px) {
  .gallery-info__icon {
    margin-bottom: 32px;
    max-width: 72px
  }
}

@media(max-width: 767px) {
  .gallery-info__icon {
    /*margin-top: -60px;*/
    margin-bottom: 41px;
    max-width: 60px
  }
}

.gallery-info__title {
  margin-bottom: 120px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 100px;
  line-height: 120px
}

.gallery-info__title.inner {
  display: flex;
  justify-content: space-between;
  gap: 20px
}

@media(max-width: 1004px) {
  .gallery-info__title.inner {
    gap: 0px;
    flex-direction: row
  }
}

@media(max-width: 767px) {
  .gallery-info__title.inner {
    gap: 0px;
    flex-direction: row
  }

  .gallery-info__title.inner span:last-child {
    margin-top: 60px
  }
}

.gallery-info__title img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100px
}

@media(min-width: 1900px) {
  .gallery-info__title img {
    max-width: 120px
  }
}

@media(min-width: 1900px) {
  .gallery-info__title {
    font-size: 120px;
    line-height: 140px
  }
}

@media(max-width: 1420px) {
  .gallery-info__title {
    line-height: 1.2;
    font-size: 70px
  }
}

@media(max-width: 1004px) {
  .gallery-info__title {
    margin-bottom: 100px;
    font-size: 60px;
    line-height: 80px
  }

  .gallery-info__title img {
    max-width: 60px
  }
}

@media(max-width: 767px) {
  .gallery-info__title {
    margin-bottom: 48px;
    font-size: 46px;
    line-height: 56px;
    flex-direction: column
  }
}

.gallery-buttons {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start
}

@media(max-width: 1004px) {
  .gallery-buttons {
    margin-bottom: 56px
  }
}

@media(max-width: 767px) {
  .gallery-buttons {
    margin-bottom: 32px;
    overflow-x: scroll;
    max-width: 100%
  }

  .gallery-buttons .button {
    white-space: nowrap;
    min-width: fit-content
  }
}

.gallery .button {
  margin-right: 10px;
  text-transform: initial;
  font-size: 18px;
  letter-spacing: 0
}

@media(min-width: 1900px) {
  .gallery .button {
    margin-right: 18px
  }
}

@media(max-width: 767px) {
  .gallery .button {
    margin-right: 7px
  }
}

.gallery .button * {
  padding: 14px 17px
}

@media(min-width: 1900px) {
  .gallery .button * {
    padding: 18px 21px
  }
}

@media(max-width: 1004px) {
  .gallery .button * {
    padding: 13px 17px
  }
}

@media(max-width: 767px) {
  .gallery .button * {
    padding: 10px 13px;
    margin-right: 2px
  }
}

.gallery .button.active {
  pointer-events: none
}

.gallery-title {
  width: 100%;
  max-width: 50%;
  font-weight: 400;
  font-size: 46px;
  line-height: 100%
}

@media(min-width: 1900px) {
  .gallery-title {
    font-size: 72px;
    line-height: 100%
  }
}

@media(max-width: 1420px) {
  .gallery-title {
    font-size: 43px
  }
}

@media(max-width: 1004px) {
  .gallery-title {
    width: 100%;
    max-width: 50%;
    font-size: 32px;
    line-height: 120%
  }
}

@media(max-width: 767px) {
  .gallery-title {
    max-width: 100%
  }
}

.gallery-top {
  margin-bottom: 56px;
  display: flex;
  gap: 24px
}

@media(max-width: 1004px) {
  .gallery-top {
    margin-bottom: 100px
  }
}

@media(max-width: 767px) {
  .gallery-top {
    margin-bottom: 32px;
    flex-direction: column
  }
}

.gallery-top p {
  max-width: 641px
}

@media(max-width: 1004px) {
  .gallery-top p {
    max-width: 50%
  }
}

@media(max-width: 767px) {
  .gallery-top p {
    max-width: 100%
  }
}

.gallery-list {
  display: flex;
  gap: 56px 24px;
  flex-wrap: wrap
}

@media(max-width: 1004px) {
  .gallery-list {
    gap: 56px 20px
  }
}

@media(max-width: 767px) {
  .gallery-list {
    gap: 32px
  }
}

.gallery-item {
  width: 100%;
  max-width: calc(33.33% - 16px)
}

@media(max-width: 1004px) {
  .gallery-item {
    max-width: calc(50% - 10px)
  }
}

@media(max-width: 767px) {
  .gallery-item {
    max-width: 100%
  }
}

.gallery-item:hover .gallery-item__link {
  left: 40px;
  bottom: 40px;
  opacity: 1
}

@media(max-width: 1004px) {
  .gallery-item:hover .gallery-item__link {
    left: 20px;
    bottom: 20px
  }
}

.gallery-item__link {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 10px;
  padding-left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  max-width: max-content;
  border-radius: 50px;
  background-color: #1a1a1a;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0;
  transition: all .3s
}

.gallery-item__link img {
  max-width: 32px
}

@media(max-width: 1004px) {
  .gallery-item__link {
    font-size: 20px
  }
}

@media(max-width: 767px) {
  .gallery-item__link {
    padding: 8px;
    padding-left: 22px;
    font-size: 18px
  }
}

.gallery-item__img {
  position: relative;
  margin-bottom: 24px;
  width: 100%
}

.gallery-item__img img {
  width: 100%
}

@media(max-width: 767px) {
  .gallery-item__img {
    margin-bottom: 16px
  }
}

.gallery-item__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%
}

@media(max-width: 767px) {
  .gallery-item__title {
    font-size: 24px
  }
}

.gallery-item__desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%
}

.main {
  position: relative;
  padding: 365px 0px 120px;
  background-image: url(../images/eea0e211bd0a34e75a92.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2
}

@media(max-width: 1004px) {
  .main {
    padding: 515px 0px 72px;
    min-height: calc(100vh - 55px);
    display: flex;
    align-items: flex-end
  }
}

@media(max-width: 767px) {
  .main {
    padding: 335px 0px 72px
  }
}

@media(max-width: 1004px) {
  .main .page-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px
  }
}

@media(max-width: 767px) {
  .main .page-title {
    margin-bottom: 36px;
    display: inline-block;
    font-size: 24px;
    letter-spacing: 1.26px;
    line-height: 56px
  }

  .main .page-title a {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle
  }

  .main .page-title a svg {
    max-width: 48px;
    max-height: 48px
  }
}

.main+.pin-spacer {
  overflow: hidden !important
}

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

@media(max-width: 1004px) {
  .main-arch {
    display: none
  }
}

.main-arch svg {
  pointer-events: none
}

.main-arch-mob {
  display: none
}

@media(max-width: 1004px) {
  .main-arch-mob {
    margin-bottom: 15px;
    display: flex
  }
}

@media(max-width: 767px) {
  .main .button {
    max-width: 255px;
    width: 100%
  }
}

#popular {
  position: absolute;
  bottom: 30vh
}

@media(max-width: 1004px) {
  #popular {
    bottom: 600px
  }
}

@media(max-width: 767px) {
  #popular {
    bottom: 500px
  }
}

.popular {
  padding: 120px 0
}

.popular-project {
  padding-top: 0
}

.popular-project .popular-slider-container {
  max-width: 1350px
}

@media(max-width: 1004px) {
  .popular {
    padding: 72px 0
  }
}

.popular-stycky {
  position: sticky;
  overflow: hidden;
  top: 190px;
  margin-top: -20vh
}

.popular-stycky-project {
  top: 90px;
  margin-top: 0
}

@media(min-width: 1900px) {
  .popular-stycky-project {
    top: 70px
  }
}

.popular img {
  max-width: 100%
}

.popular-title {
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #fff
}

@media(min-width: 1900px) {
  .popular-title {
    font-size: 46px;
    line-height: 56px
  }
}

@media(max-width: 1004px) {
  .popular-title {
    font-size: 32px;
    line-height: 120%
  }
}

@media(max-width: 767px) {
  .popular-title {
    font-size: 22px;
    line-height: 130%
  }
}

.popular-slide {
  position: relative;
  background-color: #587b6b;
  height: auto !important
}

@media(max-height: 900px) {
  .popular-slide {
    height: 50vh !important;
    max-height: 505px
  }
}

.popular-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.popular-slide.green {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

@media(max-width: 1004px) {
  .popular-slide.green {
    padding: 24px
  }
}

.popular-slide.green .popular-link {
  position: static;
  opacity: 1
}

.popular-slide:hover .popular-link {
  padding-left: 24px;
  opacity: 1;
  font-size: 22px
}

.popular-slide:hover .popular-link svg {
  margin-left: 8px
}

.popular-link {
  position: absolute;
  left: 40px;
  bottom: 40px;
  padding: 10px;
  width: fit-content;
  display: flex;
  align-items: center;
  background-color: #1a1a1a;
  border-radius: 50px;
  font-size: 0px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #fff;
  transition: all .3s;
  opacity: 0
}

.popular-link svg {
  transition: all .3s
}

@media(max-width: 767px) {
  .popular-link svg {
    max-width: 22px;
    max-height: 22px
  }
}

.tehno {
  padding: 100px 0;
  background-color: #1a1a1a;
  color: #fff
}

@media(max-width: 1004px) {
  .tehno {
    padding: 72px 0
  }
}

@media(max-width: 767px) {
  .tehno {
    padding: 56px 0
  }
}

.tehno-info {
  display: flex;
  gap: 24px
}

@media(max-width: 1004px) {
  .tehno-info {
    flex-direction: column;
    gap: 56px
  }
}

.tehno-text {
  max-width: 35%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 95px
}

@media(max-width: 1004px) {
  .tehno-text {
    max-width: 100%;
    gap: 40px
  }
}

.tehno-text p {
  padding-top: 12px
}

.tehno-text .button {
  width: fit-content
}

.tehno-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 80px
}

@media(max-width: 1004px) {
  .tehno-list {
    gap: 40px 20px
  }
}

@media(max-width: 767px) {
  .tehno-list {
    flex-direction: column;
    gap: 32px
  }
}

.tehno-item {
  width: 100%;
  max-width: calc(50% - 40px)
}

@media(max-width: 1004px) {
  .tehno-item {
    max-width: calc(50% - 10px)
  }
}

@media(max-width: 767px) {
  .tehno-item {
    max-width: 100%
  }
}

.tehno-img {
  margin-bottom: 16px;
  width: 100%
}

.tehno-img img {
  width: 100%
}

.tehno-title {
  margin-bottom: 4px;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%
}

@media(max-width: 1004px) {
  .tehno-title {
    margin-bottom: 2px;
    font-size: 22px
  }
}

@media(max-width: 767px) {
  .tehno-title {
    margin-bottom: 2px
  }
}

.tehno-desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%
}

.steps {
  padding: 120px 0 110px
}

@media(max-width: 1004px) {
  .steps {
    padding: 72px 0 62px
  }
}

.steps-mob {
  display: none
}

@media(max-width: 767px) {
  .steps-mob {
    margin-top: 16px;
    display: block;
    width: 100%;
    max-width: 255px
  }
}

.steps-top {
  margin-bottom: 35px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between
}

@media(max-width: 767px) {
  .steps-top {
    margin-bottom: 16px
  }

  .steps-top .button {
    display: none
  }
}

.steps .page-title {
  margin-bottom: -24px;
  color: #1a1a1a
}

@media(max-width: 1004px) {
  .steps .page-title {
    margin-bottom: -20px
  }
}

.steps-item {
  padding: 24px 0;
  border-bottom: 1px solid #cac8c8;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  width: 100%
}

@media(max-width: 1004px) {
  .steps-item {
    gap: 16px;
    flex-direction: column;
    align-items: flex-start
  }
}

.steps-item:last-child {
  border-bottom: none
}

.steps-title {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px
}

@media(max-width: 1004px) {
  .steps-title {
    gap: 0px;
    font-size: 32px;
    line-height: 120%
  }
}

.steps-title span {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #1a1a1a
}

.steps-desc {
  max-width: 411px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #1a1a1a
}

@media(min-width: 1900px) {
  .steps-desc {
    font-size: 18px
  }
}

@media(max-width: 1004px) {
  .steps-desc {
    max-width: 100%
  }
}

.vizit .get-discount .get-discount__text {
  width: 100%
}

.vizit .get-discount svg {
  position: static
}

@media(max-width: 1004px) {
  .vizit .get-discount .get-discount__wrap {
    padding: 56px 40px;
    gap: 40px
  }
}

@media(max-width: 767px) {
  .vizit .get-discount .get-discount__wrap {
    padding: 40px 24px;
    gap: 32px
  }

  .vizit .get-discount {
    font-size: 38px
  }

  .vizit .button {
    margin: auto;
    width: 100%;
    max-width: 255px
  }
}

.features {
  padding-bottom: 60px
}

@media(max-width: 1004px) {
  .features {
    padding-bottom: 36px
  }
}

.features-list {
  display: flex;
  align-items: flex-start;
  gap: 25px
}

@media(max-width: 1004px) {
  .features-list {
    flex-direction: column;
    gap: 56px
  }
}

.features-text {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 100px
}

.features-text .button {
  max-width: fit-content
}

@media(max-width: 767px) {
  .features-text .button {
    max-width: 255px
  }
}

@media(max-width: 1004px) {
  .features-text {
    position: static;
    gap: 32px
  }
}

@media(max-width: 767px) {
  .features-text {
    gap: 40px
  }
}

.features-items {
  width: 100%;
  max-width: 50%;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 40px
}

@media(max-width: 1004px) {
  .features-items {
    max-width: 100%;
    gap: 24px
  }
}

.features-item {
  position: relative;
  padding: 40px;
  border-radius: 20px;
  background-color: #f3f3f3;
  width: 100%;
  max-width: 555px;
  overflow: hidden
}

@media(min-width: 1900px) {
  .features-item {
    max-width: 600px
  }
}

@media(max-width: 1004px) {
  .features-item {
    max-width: 100%
  }
}

@media(max-width: 767px) {
  .features-item {
    padding: 24px
  }
}

.features-item:hover .features-info {
  top: 0px
}

.features-icon {
  margin-bottom: 24px;
  display: flex
}

@media(max-width: 767px) {
  .features-icon svg {
    max-width: 60px;
    max-height: 60px
  }
}

.features-title {
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #6b6b6b
}

@media(min-width: 1900px) {
  .features-title {
    font-size: 46px;
    line-height: 56px
  }
}

@media(max-width: 1004px) {
  .features-title {
    font-size: 32px;
    line-height: 120%
  }
}

@media(max-width: 767px) {
  .features-title {
    hyphens: auto
  }
}

.features-info {
  position: absolute;
  left: 0;
  top: calc(100% + 50px);
  width: 100%;
  height: 100%;
  padding: 40px;
  transition: all .3s;
  background-color: #4d4d4d;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  border-radius: 20px
}

@media(max-width: 1004px) {
  .features-info {
    padding: 24px;
    font-size: 16px
  }
}

.review {
  padding: 60px 0px 120px;
  min-height: 100vh
}

@media(max-width: 1004px) {
  .review {
    padding: 36px 0 72px
  }
}

.review-stycky {
  position: sticky;
  overflow: hidden;
  top: 90px
}

@media(max-width: 767px) {
  .review-stycky {
    top: 0px
  }
}

.review-top {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px
}

.review-top .section-title {
  margin-bottom: 0
}

.review-arrow {
  display: none;
  align-items: center;
  gap: 16px;
  pointer-events: none
}

.review-prev,
.review-next {
  cursor: pointer
}

.review-slider-container {
  /* margin-left: auto; */
  max-width: 700px
}

@media(max-width: 1004px) {
  .review-slider-container {
    margin-left: 0;
    /* max-width: 580px */
    max-width: 320px
  }
}

.review-slide {
  padding: 32px;
  border-radius: 20px;
  background-color: #f3f3f3;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #1a1a1a
}

@media(max-width: 1004px) {
  .review-slide {
    font-size: 16px
  }
}

@media(max-width: 767px) {
  .review-slide {
    padding: 24px;
    font-size: 14px
  }
}

.review-title {
  margin-bottom: 16px;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #181a23
}

@media(max-width: 1004px) {
  .review-title {
    font-size: 24px
  }
}

@media(max-width: 767px) {
  .review-title {
    font-size: 22px
  }
}

.review-name {
  padding-top: 32px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #181a23
}

@media(max-width: 767px) {
  .review-name {
    font-size: 22px
  }
}

.happy {
  position: relative;
  background-image: url(../images/e285c56d9ad6972a4e7a.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  background-color: #587b6b
}

@media(max-width: 1004px) {
  .happy {
    padding-top: 365px;
    background-image: url(../images/3f9c8641ca614f8c7628.jpg);
    border-radius: 0px 0px 30px 30px;
    overflow: hidden
  }
}

@media(max-width: 767px) {
  .happy {
    padding-top: 220px;
    background-image: url(../images/dae10a36e401afa2ff27.jpg);
    border-radius: 0px 0px 20px 20px
  }
}

.happy::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 44%;
  border-radius: 30px 0px 0px 30px;
  background-color: #587b6b;
  pointer-events: none
}

@media(min-width: 1900px) {
  .happy::before {
    max-width: 48%
  }
}

@media(max-width: 1004px) {
  .happy::before {
    max-width: 100%;
    top: auto;
    bottom: 0;
    border-radius: 30px;
    max-height: 382px
  }
}

@media(max-width: 767px) {
  .happy::before {
    max-height: 468px;
    border-radius: 20px 0px 0px 20px
  }
}

.happy .section-title {
  margin-bottom: 40px
}

@media(max-width: 1004px) {
  .happy .section-title {
    margin-bottom: 16px
  }
}

@media(max-width: 767px) {
  .happy .section-title {
    margin-bottom: 24px
  }
}

.happy-icon {
  margin-bottom: 24px
}

@media(max-width: 1004px) {
  .happy-icon {
    margin-bottom: 16px
  }
}

@media(max-width: 767px) {
  .happy-icon {
    margin-bottom: 24px
  }
}

.happy-item {
  position: relative;
  padding: 120px 0 120px 100px;
  max-width: 44%;
  margin-left: auto;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px
}

@media(min-width: 1900px) {
  .happy-item {
    max-width: 48%
  }
}

@media(max-width: 1004px) {
  .happy-item {
    padding: 56px 22px;
    max-width: 100%;
    border-radius: 20px
  }
}

@media(max-width: 767px) {
  .happy-item {
    padding: 40px 4px 88px
  }
}

.happy-name {
  margin-bottom: 83px
}

@media(max-width: 1004px) {
  .happy-name {
    margin-bottom: 40px
  }
}

@media(max-width: 767px) {
  .happy-name {
    margin-bottom: 56px
  }
}

.happy .button {
  max-width: fit-content
}

@media(max-width: 767px) {
  .happy .button {
    max-width: 255px
  }
}

.team {
  padding: 120px 0px 60px
}

@media(max-width: 1004px) {
  .team {
    padding: 72px 0px 36px;
    overflow: hidden
  }
}

.team-top {
  margin-bottom: 100px;
  max-width: 884px;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px
}

@media(max-width: 1004px) {
  .team-top {
    margin-bottom: 32px;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    font-size: 28px;
    line-height: 130%
  }
}

@media(max-width: 767px) {
  .team-top {
    margin-bottom: 40px;
    gap: 24px;
    flex-direction: column
  }
}

.team-arrow {
  display: none;
  align-items: center;
  gap: 16px
}

@media(max-width: 1004px) {
  .team-arrow {
    display: flex
  }
}

.team-prev,
.team-next {
  cursor: pointer
}

.team-slide {
  position: relative;
  overflow: hidden;
  background-color: #f3f3f3;
  order: 1
}

.team-slide img {
  max-width: 100%
}

.team-slide:hover .team-info {
  bottom: 0
}

.team-slide:nth-child(3) {
  order: 0
}

.team-slide:nth-child(2) {
  margin-top: 95px
}

@media(max-width: 1320px) {
  .team-slide:nth-child(2) {
    margin-top: 0
  }
}

.team-slide:nth-child(3) {
  margin-top: -265px;
  order: 1
}

@media(max-width: 1320px) {
  .team-slide:nth-child(3) {
    margin-top: 0
  }
}

.team-info {
  position: absolute;
  left: 0;
  bottom: -25px;
  padding: 8px 24px;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #19191e;
  transition: all .3s
}

@media(min-width: 1900px) {
  .team-info {
    bottom: -30px;
    font-size: 18px
  }
}

@media(max-width: 1004px) {
  .team-info {
    position: static
  }
}

.team-name {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #181a23
}

@media(max-width: 1004px) {
  .team-name {
    font-size: 28px;
    line-height: 130%
  }
}

.build {
  padding: 60px 0px 120px
}

@media(max-width: 1004px) {
  .build {
    padding: 36px 0px 72px
  }

  .build .mortgage-construction p {
    margin-bottom: 16px
  }
}

@media(max-width: 767px) {
  .build .mortgage-construction p {
    margin-bottom: 24px
  }
}

.build .mortgage-construction__wrap {
  margin-bottom: 80px
}

@media(max-width: 1004px) {
  .build .mortgage-construction__wrap {
    margin-bottom: 40px
  }
}

@media(max-width: 767px) {
  .build .mortgage-construction__wrap {
    margin-bottom: 0
  }
}

.build .button {
  max-width: fit-content
}

@media(max-width: 767px) {
  .build .button {
    display: none
  }
}

.get-discount.gray {
  height: auto;
  color: #000
}

.get-discount.gray .get-discount__wrap {
  background-color: #f3f3f3;
  justify-content: flex-start
}

.sh .get-discount svg {
  position: static
}

.sh .get-discount .get-discount__text {
  width: 100%
}

@media(max-width: 1004px) {
  .sh .get-discount__wrap {
    padding: 56px
  }
}

@media(max-width: 767px) {
  .sh .get-discount__wrap {
    padding: 40px 24px
  }
}

.sh .social {
  display: flex;
  align-items: center;
  gap: 16px;
  max-height: 54px
}

@media(max-width: 1004px) {
  .sh .social {
    gap: 24px
  }
}

.sh .social svg {
  position: static;
  max-width: 54px;
  max-height: 54px;
  width: 100%
}

@media(max-width: 1004px) {
  .sh .social svg {
    max-width: 50px;
    max-height: 50px
  }
}

@media(max-width: 767px) {
  .sh .social svg {
    max-width: 54px;
    max-height: 54px
  }
}

.sh .social a {
  font-size: 0px;
  line-height: 0
}

.sh-menu {
  padding-top: 32px;
  margin-bottom: 72px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #1a1b22;
  text-transform: none;
  letter-spacing: normal
}

@media(max-width: 1004px) {
  .sh-menu {
    font-size: 18px
  }
}

@media(max-width: 767px) {
  .sh-menu {
    padding-top: 24px;
    flex-direction: column;
    align-items: flex-start
  }
}

.sh-menu a {
  padding-right: 16px;
  border-right: 1px solid #1a1b22
}

@media(max-width: 767px) {
  .sh-menu a {
    border: none
  }
}

.sh-menu li:last-child a {
  border-right: none
}

@media(max-width: 1004px) {
  .sh-menu {
    padding-top: 24px;
    margin-bottom: 40px
  }
}

.catalog__sort-item a.active {
  font-weight: bold;
}



@media (min-width: 768px) {

  .gallery-item__img>img {
    width: 100%;
    max-height: 305px;
    height: 100%;
    min-height: 305px;
    object-fit: cover;
  }

}

.favorites {
  margin: 50px 0;
}

.header__nav-item {
  border-radius: 0px !important;
}

.project-equipment-inner .project-equipment__info-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.project-equipment-inner .project-equipment__info {
  display: flex;
  opacity: 1;
}

.project-equipment-inner .project-content {
  display: none;
  width: 100%;
  transition: all .3s;
}

.input-btn {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: transparent !important;
  width: 100%;
  height: 100%;
  font-size: 1px;
  color: transparent;
  border: none;
  cursor: pointer;
}

.gallery-tab {
  width: 100%;
}

.catalog__filter-delete {
  display: none;
}

.header__nav-item.active .btn-original-text {
  transform: translateY(-10%) scale(0.7) rotate(0.001deg);
  opacity: .5;
}

.header__nav-item.active .btn-duplicate-text {
  transform: translateY(0%) scale(1) rotate(0.001deg);
  opacity: 1;
}

.header__nav-item.active .btn-duplicate-fill {
  transform: translateY(0%) scale(1) rotate(0.001deg);
}

.happy {
  background-image: url('../images/e285c56d9ad6972a4e7a.jpg') !important;
}

header .header__logo {
  height: auto !important;
}

@media (max-width: 992px) {
  .project-gallery__wrap {
    overflow: hidden !important;
  }

  footer .footer__copy span {
    margin-right: 48px;
  }
}

.project-gallery-kingisepp .project-gallery-kingisepp__item img {
  object-fit: contain !important;
}

.project-gallery img {
  /* width: auto !important; */
  width: 130%;
}

.card .card__img img {
  object-fit: contain !important;
}

.project-layout .project-layout__desc .project-layout__print:after {
  position: absolute;
  pointer-events: none;
  opacity: 1;
  padding: 4px 16px;
  content: "На печать";
  white-space: nowrap;
  right: -85px;
  top: -10px;
  background: #f3f3f3;
  border-radius: 50px;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  color: #1a1a1a;
  transition: all .1s linear;
}

.project-layout .project-layout__desc .project-layout__print {
  /* background: url('http://villas-dom.ru/local/templates/catalog/assets/images/8c0f979f23aba19bd3ff.svg') no-repeat center / contain; */
}

.catalog-help-banner .catalog-help-banner-inner .content .form .bottom .main-user-consent-request {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
}

.main-promo-block {
  background-color: #1A1A1A;
}
.main-promo-block section.popular {
  margin-top: 220px;
}
@media (min-width: 1004px) {
  .main-promo-block section.popular .popular-stycky .popular-slider .popular-slider-container-promo .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  .main-promo-block section.popular .popular-stycky .popular-slider .popular-slider-container-promo .swiper-wrapper a {
    width: 100% !important;
    min-height: 474px;
  }
}
@media (min-width: 1440px) {
  .main-promo-block section.popular .popular-stycky .popular-slider .popular-slider-container-promo .swiper-wrapper a {
    min-height: 538px;
  }
}

.promo-help-banner {
  margin-bottom: 80px;
  margin-top: 40px
}

.promo-help-banner .promo-help-banner-inner {
  border-radius: 20px;
  background: #F3F3F3;
  padding: 72px
}

.promo-help-banner .promo-help-banner-inner h1 {
  display: flex;
  flex-direction: column;
}

.promo-help-banner .promo-help-banner-inner h1 .promo-help-banner-inner-h1-bottom {
  display: flex;
  gap: 12px;
}

.promo-help-banner .promo-help-banner-inner h1 .promo-help-banner-inner-h1-bottom .promo-help-banner-inner-question {
  width: 120px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M60 14.5C47.4355 14.5 36.0605 19.5928 27.8266 27.8266C19.5928 36.0605 14.5 47.4355 14.5 60C14.5 72.5645 19.5928 83.9395 27.8266 92.1734C36.0605 100.407 47.4355 105.5 60 105.5C72.5645 105.5 83.9395 100.407 92.1734 92.1734C100.407 83.9395 105.5 72.5645 105.5 60C105.5 47.4355 100.407 36.0605 92.1734 27.8266C83.9395 19.5928 72.5645 14.5 60 14.5Z' stroke='%23587B6B' stroke-width='9'/%3E%3Cpath d='M60 65.5C60 57.5 70.5 55 70.5 45C70.5 39.4772 65.5229 34.5 60 34.5C55.3404 34.5 50.6101 38.1869 49.5 42.5' stroke='%23587B6B' stroke-width='9' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='60' cy='83' r='6' fill='%23587B6B'/%3E%3C/svg%3E%0A");
}

@media(max-width: 1004px) {
  .promo-help-banner .promo-help-banner-inner h1 .promo-help-banner-inner-h1-bottom .promo-help-banner-inner-question {
   /*transform: scale(.5);*/
  }
}
@media(max-width: 1004px) {
  .promo-help-banner .promo-help-banner-inner {
    padding: 50px
  }
}

@media(max-width: 767px) {
  .promo-help-banner .promo-help-banner-inner {
    padding: 30px 40px
  }
}

.promo-help-banner .promo-help-banner-inner h1 {
  color: #1A1A1A;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 100px;
  line-height: 120px
}

@media(max-width: 1004px) {
  .promo-help-banner .promo-help-banner-inner h1 {
    font-size: 48px;
    line-height: 48px
  }
}

@media(max-width: 767px) {
  .promo-help-banner .promo-help-banner-inner h1 {
    font-size: 36px;
    line-height: 39px
  }
}

.promo-help-banner .promo-help-banner-inner h1 span {
  color: #1a1a1a
}

.promo-help-banner .promo-help-banner-inner .content {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 130px
}

@media(max-width: 1280px) {
  .promo-help-banner .promo-help-banner-inner .content {
    gap: 60px
  }
}

@media(max-width: 1004px) {
  .promo-help-banner .promo-help-banner-inner .content {
    gap: 30px
  }
}

@media(max-width: 767px) {
  .promo-help-banner .promo-help-banner-inner .content {
    grid-template-columns: repeat(1, 1fr)
  }
}

.promo-help-banner .promo-help-banner-inner .content .text p {
  color: #1A1A1A;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px
}

@media(max-width: 1004px) {
  .promo-help-banner .promo-help-banner-inner .content .text p {
    font-size: 20px;
    line-height: 24px
  }
}

.promo-help-banner .promo-help-banner-inner .content .form {
  display: flex;
  flex-direction: column;
  gap: 30px
}

.promo-help-banner .promo-help-banner-inner .content .form .contacts__form-item {
  margin-bottom: 0
}

.promo-help-banner .promo-help-banner-inner .content .form .contacts__form-item label {
  color: #6B6B6B
}

.promo-help-banner .promo-help-banner-inner .content .form .contacts__form-item input {
  background: none
}

.promo-help-banner .promo-help-banner-inner .content .form .bottom {
  display: flex;
  gap: 30px;
  align-items: center
}

@media(max-width: 1004px) {
  .promo-help-banner .promo-help-banner-inner .content .form .bottom {
    flex-direction: column;
    gap: 20px
  }
}

.promo-help-banner .promo-help-banner-inner .content .form .bottom .button {
  max-width: 152px;
  width: 100%;
  height: 46px;
  background: none
}

@media(max-width: 1004px) {
  .promo-help-banner .promo-help-banner-inner .content .form .bottom .button {
    max-width: 100%
  }
}

.promo-help-banner .promo-help-banner-inner .content .form .bottom .button .button-original-fill {
  background-color: #1A1A1A;
}

.promo-help-banner .promo-help-banner-inner .content .form .bottom .button .button-original-text {
  color: #fff
}

.promo-help-banner .promo-help-banner-inner .content .form .bottom p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #fff
}

.promo-help-banner .promo-help-banner-inner .content .form .contacts__form-item input::placeholder {
  color: #1A1A1A
}
.promo-help-banner .promo-help-banner-inner .content .form .contacts__form-item input,
.promo-help-banner .promo-help-banner-inner .content .form .contacts__form-item textarea {
  border-bottom: 1px solid #1A1A1A;
}

.promo-help-banner .promo-help-banner-inner .content .form .bottom .main-user-consent-request {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #6B6B6B;
}

/*.main-page section.team {*/
/*  padding: 0;*/
/*}*/
/*.main-page section.review {*/
/*  padding: 60px 0 0;*/
/*}*/
/*.main-page section.steps {*/
/*  padding: 0 0 110px;*/
/*}*/

section.unique-service {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media(max-width: 1004px) {
  section.unique-service {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
section.unique-service .unique-service-inner {
  background: #587B6B;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  padding: 100px 100px 540px;
}
@media(max-width: 1280px) {
  section.unique-service .unique-service-inner {
    padding-right: 43px;
    padding-left: 43px;
  }
}
@media(max-width: 1004px) {
  section.unique-service .unique-service-inner {
    padding: 56px 32px 365px;
  }
}
@media(max-width: 767px) {
  section.unique-service .unique-service-inner {
    padding: 56px 20px 200px;
  }
}
section.unique-service .unique-service-inner h2.section-title {
  max-width: 688px;
  font-weight: 400;
  font-size: 46px;
  line-height: 56px;
  color: #FFFFFF;
}
@media(max-width: 1004px) {
  @media (max-width: 1004px) {
    section.unique-service .unique-service-inner h2.section-title {
      font-size: 32px;
      line-height: 120%;
    }
  }
}
section.unique-service .unique-service-inner .unique-service-inner-container {
  display: flex;
  gap: 24px;
}
@media(max-width: 1004px) {
  section.unique-service .unique-service-inner .unique-service-inner-container {
    flex-direction: column;
  }
}
section.unique-service .unique-service-inner .unique-service-inner-container .unique-service-inner-item {
  padding: 24px;
  border-radius: 20px;
  background: #476A5A;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  max-width: 33.3333%;
  min-height: 282px;
}
@media(max-width: 1004px) {
  section.unique-service .unique-service-inner .unique-service-inner-container .unique-service-inner-item {
    flex: 1 1 auto;
    min-height: 195px;
    max-width: unset;
  }
}
section.unique-service .unique-service-inner .unique-service-inner-container .unique-service-inner-item .unique-service-inner-item-bottom {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
section.unique-service .unique-service-inner .unique-service-inner-container .unique-service-inner-item .unique-service-inner-item-bottom h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  color: #FFFFFF;
}
@media(max-width: 1004px) {
  section.unique-service .unique-service-inner .unique-service-inner-container .unique-service-inner-item .unique-service-inner-item-bottom h3 {
    font-size: 28px;
    line-height: 130%;
  }
}
section.unique-service .unique-service-inner .unique-service-inner-container .unique-service-inner-item .unique-service-inner-item-bottom span {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}
section.unique-service .unique-service-inner .unique-service-inner-container .unique-service-inner-item .unique-service-inner-item-icon-container {
  border-radius: 50%;
  background: #587B6B;
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(max-width: 1004px) {
  section.unique-service .unique-service-inner .unique-service-inner-container .unique-service-inner-item .unique-service-inner-item-icon-container {
    height: 60px;
    width: 60px;
  }
}
section.unique-service .unique-service-inner .unique-service-inner-container .unique-service-inner-item .unique-service-inner-item-icon {
  width: 32px;
  height: 32px;
  display: block;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2236 2V0C9.119 0 8.22357 0.89543 8.22357 2L10.2236 2ZM8.22357 30C8.22357 31.1046 9.119 32 10.2236 32C11.3281 32 12.2236 31.1046 12.2236 30H8.22357ZM5.39649 22.2068C4.29192 22.2068 3.39648 23.1022 3.39648 24.2068C3.39648 25.3113 4.29191 26.2068 5.39648 26.2068L5.39649 22.2068ZM16.9827 26.2068C18.0873 26.2068 18.9827 25.3113 18.9827 24.2068C18.9827 23.1022 18.0873 22.2068 16.9827 22.2068L16.9827 26.2068ZM5.39648 15.4483C4.29191 15.4483 3.39648 16.3437 3.39648 17.4483C3.39649 18.5529 4.29192 19.4483 5.39649 19.4483L5.39648 15.4483ZM13.1206 19.4483C14.2252 19.4483 15.1206 18.5529 15.1206 17.4483C15.1206 16.3437 14.2252 15.4483 13.1206 15.4483L13.1206 19.4483ZM10.2236 17.4483H8.22357C8.22357 18.5528 9.119 19.4483 10.2236 19.4483V17.4483ZM27.6029 9.72414H29.6029V9.72414L27.6029 9.72414ZM19.8787 17.4483V15.4483V17.4483ZM10.2236 2H8.22357V30H10.2236H12.2236V2H10.2236ZM5.39648 24.2068L5.39648 26.2068L16.9827 26.2068L16.9827 24.2068L16.9827 22.2068L5.39649 22.2068L5.39648 24.2068ZM5.39648 17.4483L5.39649 19.4483L13.1206 19.4483L13.1206 17.4483L13.1206 15.4483L5.39648 15.4483L5.39648 17.4483ZM10.2236 2V4H19.8787V2V0H10.2236V2ZM19.8787 17.4483V15.4483H10.2236V17.4483V19.4483H19.8787V17.4483ZM10.2236 17.4483H12.2236V2H10.2236H8.22357V17.4483H10.2236ZM27.6029 9.72414H25.6029C25.6029 9.72414 27.6029 9.72414 29.6029 9.72414C29.6029 9.72414 29.6029 9.72415 29.6029 9.72417C29.6029 9.7242 29.6029 9.72414 29.6029 9.72414C27.6029 9.72414 25.6029 9.72414 25.6029 9.72414C25.6029 9.72414 25.6029 9.72414 25.6029 9.72414L27.6029 9.72414H29.6029C29.6029 9.72414 29.6029 9.72414 29.6029 9.72414C29.6029 9.72414 27.6029 9.72414 25.6029 9.72414C25.6029 9.72414 25.6029 9.72414 25.6029 9.72414C25.6029 9.72413 25.6029 9.72414 25.6029 9.72414C27.6029 9.72414 29.6029 9.72414 29.6029 9.72414H27.6029ZM19.8787 17.4483V19.4483H19.8787C19.8787 17.4483 19.8787 15.4483 19.8787 15.4483C19.8787 15.4483 19.8787 15.4483 19.8787 15.4483C19.8787 15.4483 19.8787 15.4483 19.8787 15.4483H19.8787C19.8787 15.4483 19.8787 15.4483 19.8787 15.4483C19.8787 15.4483 19.8787 15.4483 19.8787 15.4483C19.8787 17.4483 19.8787 19.4483 19.8787 19.4483C19.8787 19.4483 19.8787 19.4483 19.8787 19.4483V17.4483V15.4483C19.8787 15.4483 19.8787 15.4483 19.8787 15.4483C19.8787 15.4483 19.8787 17.4483 19.8787 19.4483C19.8787 19.4483 19.8787 19.4483 19.8787 19.4483C19.8787 19.4483 19.8787 19.4483 19.8787 19.4483C19.8787 19.4483 19.8787 19.4483 19.8787 19.4483C19.8787 19.4483 19.8787 19.4483 19.8787 19.4483C19.8787 19.4483 19.8787 17.4483 19.8787 15.4483H19.8787V17.4483ZM27.6029 9.72414L25.6029 9.72414C25.6029 12.8855 23.0401 15.4483 19.8787 15.4483V17.4483V19.4483C25.2492 19.4483 29.6029 15.0946 29.6029 9.72414H27.6029ZM19.8787 2V4H19.8787C19.8787 4 19.8787 4 19.8787 4C19.8787 4 19.8787 4 19.8787 4C21.8787 2.00013 19.8789 0 19.8787 0C19.8787 0 19.8787 0 19.8787 0H19.8787C19.8787 0 19.8787 0 19.8787 0H19.8787C19.8787 0 19.8787 0 19.8787 0C19.8787 0 19.8787 0 19.8787 0C19.8787 0 19.8787 0 19.8787 0C19.8787 0 19.8787 0 19.8786 0C17.8787 2.00005 19.8787 4 19.8787 4C19.8787 4 19.8787 4 19.8787 4H19.8787C19.8787 4 19.8787 4 19.8787 4H19.8787V2V0C19.8787 0 19.8787 0 19.8787 0H19.8787H19.8787C19.8787 0 19.8787 0 19.8787 0C19.8787 0 21.8787 1.99995 19.8788 4C19.8788 4 19.8787 4 19.8787 4C19.8787 4 19.8787 4 19.8787 4C19.8787 4 19.8787 4 19.8787 4C19.8787 4 19.8787 4 19.8787 4C19.8787 4 19.8787 4 19.8787 4C19.8787 4 19.8787 4 19.8787 4C19.8787 4 19.8787 4 19.8787 4C19.8787 4 19.8787 4 19.8787 4H19.8787C19.8787 4 19.8787 4 19.8787 4C19.8786 4 17.8787 1.99987 19.8787 0C19.8787 0 19.8787 0 19.8787 0C19.8787 0 19.8787 0 19.8787 0C19.8787 0 19.8787 0 19.8787 0V2ZM19.8787 2V4C23.0401 4 25.6029 6.56279 25.6029 9.72414H27.6029L29.6029 9.72414C29.6029 4.35364 25.2492 3.57628e-07 19.8787 0V2Z' fill='white'/%3E%3C/svg%3E%0A");
}
@media(max-width: 1004px) {
  section.unique-service .unique-service-inner .unique-service-inner-container .unique-service-inner-item .unique-service-inner-item-icon {
    width: 24px;
    height: 24px;
  }
}
section.unique-service .unique-service-inner .beautiful-stone {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-5%);
  z-index: 2;
  pointer-events: none;
}
@media(max-width: 1004px) {
  section.unique-service .unique-service-inner .beautiful-stone {
    width: 585px;
  }
}
@media(max-width: 767px) {
  section.unique-service .unique-service-inner .beautiful-stone {
    width: 335px;
  }
}

.main-block {
  position: relative;
  padding: 365px 0 120px;
  background-image: url(../images/eea0e211bd0a34e75a92.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
  display: block;
}

@media(max-width: 1004px) {
  .main-block {
    padding: 515px 0px 72px;
    min-height: calc(80vh - 55px);
    display: flex;
    align-items: flex-end
  }
}

@media(max-width: 767px) {
  .main-block {
    padding: 335px 0px 72px
  }
}

@media(max-width: 1004px) {
  .main-block .page-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px
  }
}

@media(max-width: 767px) {
  .main-block .page-title {
    margin-bottom: 36px;
    display: inline-block;
    font-size: 42px;
    letter-spacing: 1.26px;
    line-height: 56px
  }

  .main-block .page-title a {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle
  }

  .main-block .page-title a svg {
    max-width: 48px;
    max-height: 48px
  }
}

.main-block+.pin-spacer {
  overflow: hidden !important
}

.main-block-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px
}

@media(max-width: 1004px) {
  .main-block-arch {
    display: none
  }
}

.main-block-arch svg {
  pointer-events: none
}

.main-block-arch-mob {
  display: none
}

@media(max-width: 1004px) {
  .main-block-arch-mob {
    margin-bottom: 15px;
    display: flex
  }
}

@media(max-width: 767px) {
  .main-block .button {
    max-width: 255px;
    width: 100%
  }
}

.main-promo-block .main-block .page-title {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .main-promo-block .main-block .page-title {
    margin-bottom: 36px;
  }
}

.main-promo-block .main-block.hero-cro .page-title {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.main-promo-block .main-block.hero-cro .modal-desc {
  margin-bottom: 16px;
}
.main-promo-block .main-block.hero-cro .main-btns {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .main-promo-block .main-block.hero-cro .page-title {
    font-size: 38px;
    line-height: 1.25;
  }
}
@media (min-width: 1005px) {
  .main-promo-block .main-block.hero-cro .page-title {
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 24px;
  }
}
@media (min-width: 1421px) {
  .main-promo-block .main-block.hero-cro .page-title {
    font-size: 48px;
    line-height: 1.2;
  }
}
@media (min-width: 1900px) {
  .main-promo-block .main-block.hero-cro .page-title {
    font-size: 52px;
    line-height: 1.2;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .main-promo-block .main-block.hero-cro .page-title {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 16px;
  }
}

.promoBanner .page-title.mobile {
  display: none;
}
.promoBanner .page-subtitle {
  font-size: 24px;
  color: white;
}
.promoBanner .main-btns {
  align-items: flex-end;
}

@media (min-width: 1900px) {
  .promoBanner .page-title {
    font-size: 120px;
    line-height: 130px;
  }
  .button-original-fill, .button-original-text, .button-duplicate-fill, .button-duplicate-text {
    padding: 17.5px 22.5px;
  }
}

@media(max-width: 1440px) {
  .promoBanner .page-title {
    font-size: 88px;
    line-height: 100px;
  }
}


@media(max-width: 768px) {
  .promoBanner .page-title {
    font-size: 63px;
    line-height: 120%;
    margin-bottom: 10px;
  }
  .promoBanner .page-title.desktop {
    display: none;
  }
  .promoBanner .page-title.mobile {
    display: block;
  }
  .promoBanner .main-btns .button {
    font-size: 16px;
  }
  .promoBanner .main-btns {
    margin-top: 70px;
    align-items: center;
  }
}

@media(max-width: 480px) {
  .promoBanner .page-title {
    font-size: 36px;
  }
  .promoBanner .page-subtitle {
    font-size: 22px;
  }
  .promoBanner .main-btns .main-arch-mob {
    transform: scale(0.8);
    margin-bottom: unset;
  }
}

.villas-term-about {
  padding: 100px 0 80px;
  background: #FFFFFF;
  text-align: center;
}

.villas-term-about .container {
  display: flex;
  flex-direction: column;
}

.villas-term-about .about__label {
  font-size: 22px;
  font-weight: 500;
  color: #242B28;
  letter-spacing: 0.04em;
  margin-bottom: 32px;
}

.villas-term-about .about__title {
  font-size: 72px;
  font-weight: 400;
  line-height: 1.2;
  color: #1A1A1A;
  letter-spacing: -0.02em;
  max-width: 1100px;
  margin: 0 auto 40px;
}

@media(max-width: 1440px) {
  .villas-term-about .about__title {
    max-width: 1200px;
    font-size: 72px;
  }
}

@media(max-width: 768px) {
  .villas-term-about .about__label {
    font-size: 24px;
  }
  .villas-term-about .about__title {
    font-size: 35px;
    max-width: 625px;
  }
}

@media(max-width: 480px) {
  .villas-term-about .about__label {
    font-size: 20px;
  }
  .villas-term-about .about__title {
    font-size: 28px;
  }
}

.villas-term-about .btn--dark  {
  width: fit-content;
  padding: 3px 8px;
  align-self: center;
}

@media (max-width: 768px) {
  .villas-term-about { padding: 72px 0 60px; }
  .villas-term-about .btn--dark { display: none; }
}

@media (max-width: 480px) {
  .villas-term-about { padding: 56px 0 48px; }
}

.karkasnye-doma.brand {
  padding: 0 0 100px;
  background: #FFFFFF;
}
.karkasnye-doma .brand__inner {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 24px;
  align-items: stretch;
}
.karkasnye-doma .brand__left {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.karkasnye-doma .brand__card {
  background: #F3F3F3;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
.karkasnye-doma .brand__photo {
  height: 100%;
}
.karkasnye-doma .house-photo__img {
  height: 100%;
}
.karkasnye-doma .brand__photo img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.karkasnye-doma .brand__logo {
  font-size: 72px;
  font-weight: 400;
  color: #242B28;
  letter-spacing: 0;
  line-height: 80px;
}
.karkasnye-doma .brand__desc {
  font-size: 28px;
  color: #6B6B6B;
  line-height: 130%;
}
.karkasnye-doma .brand__stats {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.karkasnye-doma .brand__stat {
  background: #476A5A;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  /*gap: 24px;*/
  flex: 1;
}
.karkasnye-doma .brand__stat-num {
  font-size: 100px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 120px;
  /*text-transform: uppercase;*/
}
.karkasnye-doma .brand__stat-label {
  font-size: 28px;
  line-height: 130%;
  color: #E4FFF2;
  letter-spacing: 0;
}

@media(max-width: 1440px) {
  .karkasnye-doma .brand__logo {
    font-size: 46px;
    letter-spacing: 0;
    line-height: 56px;
  }
  .karkasnye-doma .brand__desc {
    font-size: 24px;
    line-height: 32px;
  }
  .karkasnye-doma .brand__stat-num {
    font-size: 72px;
    line-height: 80px;
  }
  .karkasnye-doma .brand__stat-label {
    font-size: 28px;
    line-height: 130%;
  }
  .karkasnye-doma .brand__card {
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .karkasnye-doma .brand__inner {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .karkasnye-doma.brand {
    padding: 0 0 60px;
  }
  .karkasnye-doma .brand__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .karkasnye-doma .brand__logo {
    font-size: 48px;
  }
  .karkasnye-doma .brand__desc {
    line-height: 130%;
  }
  .karkasnye-doma .brand__stat-num {
    font-size: 48px;
    line-height: 56px;
  }
  .karkasnye-doma .brand__stat-label {
    font-size: 24px;
  }
  .karkasnye-doma .brand__card {
    padding: 24px;
  }
  .karkasnye-doma .brand__left {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .karkasnye-doma.brand {
    padding: 0 0 40px;
  }
  .karkasnye-doma .brand__inner {
    gap: 10px;
  }
  .karkasnye-doma .brand__stats {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .karkasnye-doma .brand__logo {
    font-size: 32px;
    line-height: 40px;
  }
  .karkasnye-doma .brand__desc {
    font-size: 18px;
    line-height: 100%;
  }
  .karkasnye-doma .brand__stat-num {
    font-size: 28px;
    line-height: 35px;
  }
  .karkasnye-doma .brand__stat-label {
    font-size: 18px;
    line-height: 100%;
  }
  .karkasnye-doma .brand__card {
    padding: 16px;
    gap: 15px;
  }
  .karkasnye-doma .brand__left {
    gap: 10px;
  }
  .karkasnye-doma .brand__stat {
    border-radius: 16px;
  }
}

.karkasnye-doma.engineering {
  background: #242B28;
  padding: 100px 0;
}
.karkasnye-doma .engineering__title {
  font-size: 72px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.karkasnye-doma .engineering__desc {
  font-size: 28px;
  color: #FFFFFF;
  line-height: 130%;
  margin-bottom: 63px;
}
.karkasnye-doma .engineering__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 25px;
}
.karkasnye-doma .eng-card {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  transition: background 0.2s ease;
  min-height: 344px;
  justify-content: space-between;
  scroll-margin: 0;
  overflow-anchor: none;
}
.karkasnye-doma .engineering__bottom {
  grid-column: 1 / -1; /* на всю ширину грида */
  display: grid;
  grid-template-columns: 6fr 5fr; /* левый ~55%, правый ~45% */
  gap: 25px;
}
.karkasnye-doma .engineering__bottom .eng-card:first-child {
  grid-column: 1 !important;
  min-height: 224px;
}
.karkasnye-doma .engineering__bottom .eng-card:last-child {
  grid-column: 2 !important;
  min-height: 224px;
}
.karkasnye-doma .eng-card .eng-card__num {
  font-weight: 400;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: 0;
  color: #6B6B6B;
}
.karkasnye-doma .eng-card .eng-card__title {
  font-weight: 400;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: 0;
  color: #6B6B6B;
}
.karkasnye-doma .eng-card--wide {
  grid-column: span 1;
}
/* На десктопе нижняя строка: 2 карточки по полторы ширины */
.karkasnye-doma .engineering__grid .eng-card:nth-child(4),
.karkasnye-doma .engineering__grid .eng-card:nth-child(5) {
  grid-column: span 1;
}
.karkasnye-doma .eng-card {
  justify-content: space-between;
}
.karkasnye-doma .eng-card__hover {
  display: none;
  font-weight: 400;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: 0;
  color: #6B6B6B;
}
.karkasnye-doma .eng-card:hover {
  background: #6B6B6B;
  justify-content: end;
}
.karkasnye-doma .eng-card:hover .eng-card__num {
  display: none;
}
.karkasnye-doma .eng-card:hover .eng-card__title {
  display: none;
}
.karkasnye-doma .eng-card:hover .eng-card__hover {
  display: block;
  color: #FFFFFF;
}
/* Нижние 2 карточки занимают по 1.5 колонки */
@media (min-width: 769px) {
  .karkasnye-doma .engineering__grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .karkasnye-doma .engineering__grid .eng-card:nth-child(1),
  .karkasnye-doma .engineering__grid .eng-card:nth-child(2),
  .karkasnye-doma .engineering__grid .eng-card:nth-child(3) {
    grid-column: span 2;
  }
  .karkasnye-doma .engineering__grid .eng-card:nth-child(4),
  .karkasnye-doma .engineering__grid .eng-card:nth-child(5) {
    grid-column: span 3;
  }
}
@media (max-width: 768px) {
  .karkasnye-doma .engineering { padding: 72px 0; }
  .karkasnye-doma .engineering__grid { grid-template-columns: 1fr !important; }
  .karkasnye-doma .engineering__grid .eng-card { grid-column: span 1 !important; }
}

@media(max-width: 1440px) {
  .karkasnye-doma.engineering {
    padding: 60px 0;
  }
  .karkasnye-doma .engineering__desc {
    font-size: 24px;
  }
  .karkasnye-doma .eng-card {
    min-height: 356px;
    padding: 24px;
  }
  .karkasnye-doma .eng-card__hover, .karkasnye-doma .eng-card .eng-card__title {
    font-size: 40px;
    line-height: 52px;
  }
  .karkasnye-doma .engineering__bottom {
    grid-template-columns: 5fr 6fr;
  }
  .karkasnye-doma .engineering__bottom .eng-card:first-child,
  .karkasnye-doma .engineering__bottom .eng-card:last-child {
    min-height: 272px;
  }
  .karkasnye-doma .engineering__title {
    font-size: 40px;
    line-height: 48px;
  }
  .karkasnye-doma .engineering__desc {
    font-size: 16px;
    line-height: 130%;
  }
}

@media (max-width: 768px) {
  .karkasnye-doma .eng-card {
    min-height: unset;
    gap: 15px;
  }
  .karkasnye-doma .eng-card .eng-card__num {
    font-size: 40px;
    line-height: 48px;
  }
  .karkasnye-doma .eng-card__hover,
  .karkasnye-doma .eng-card .eng-card__title {
    font-size: 28px;
    line-height: 120%;
  }
  .karkasnye-doma .engineering__bottom {
    display: flex;
    flex-direction: column;
  }
  .karkasnye-doma .engineering__bottom .eng-card:first-child,
  .karkasnye-doma .engineering__bottom .eng-card:last-child {
    min-height: unset;
    gap: 15px;
  }
  .karkasnye-doma .eng-card {
    padding: 16px;
  }
  .karkasnye-doma .engineering__grid {
    gap: 15px;
  }
  .karkasnye-doma .engineering__bottom {
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .karkasnye-doma.engineering {
    padding: 40px 0;
  }
  .karkasnye-doma .engineering__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .karkasnye-doma .engineering__desc {
    margin-bottom: 32px;
  }
  .karkasnye-doma .eng-card .eng-card__num {
    font-size: 30px;
    line-height: 40px;
  }
  .karkasnye-doma .eng-card__hover,
  .karkasnye-doma .eng-card .eng-card__title {
    font-size: 24px;
  }
}

.karkasnye-doma.thermal {
  background: #FFFFFF;
  padding: 100px 0;
}
.karkasnye-doma .thermal__title {
  font-size: 72px;
  font-weight: 400;
  color: #242B28;
  letter-spacing: 0;
  line-height: 80px;
  margin-bottom: 60px;
}
.karkasnye-doma .thermal__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.karkasnye-doma .thermal-card {
  background: #476A5A;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 472px;
  justify-content: space-between;
}
.karkasnye-doma .thermal-card__icon {
  color: rgba(255,255,255,0.7);
  width: 100px;
  height: 100px;
}
.karkasnye-doma .thermal-card__title {
  font-size: 46px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 56px;
  margin-bottom: 16px;
}
.karkasnye-doma .thermal-card__desc {
  font-size: 24px;
  color: #E4FFF2;
  line-height: 32px;
}

.karkasnye-doma.why {
  background: #FFFFFF;
  padding: 0 0 100px;
}
.karkasnye-doma .why__title {
  font-size: 72px;
  font-weight: 400;
  color: #242B28;
  letter-spacing: 0;
  line-height: 80px;
  margin-bottom: 60px;
}
.karkasnye-doma .why__item:first-child {
  border-top: none;
}
.karkasnye-doma .why__list {
  display: flex;
  flex-direction: column;
}
.karkasnye-doma .why__item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 32px;
  align-items: baseline;
  padding: 24px 0;
  border-top: 3px solid #E0E0E0;
}
.karkasnye-doma .why__item:last-child { border-bottom: 3px solid #E0E0E0; }
.karkasnye-doma .why__num {
  font-size: 46px;
  color: #6B6B6B;
  line-height: 56px;
  font-weight: 400;
}
.karkasnye-doma .why__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.karkasnye-doma .why__name {
  font-size: 46px;
  font-weight: 400;
  color: #476A5A;
  line-height: 56px;
}
.karkasnye-doma .why__desc {
  font-size: 28px;
  color: #6B6B6B;
  line-height: 130%;
}

@media(max-width: 1440px) {
  .karkasnye-doma .thermal-card {
    padding: 24px;
  }
  .karkasnye-doma .thermal-card__title {
    font-size: 40px;
    line-height: 52px;
  }
}

@media (max-width: 1024px) {
  .karkasnye-doma .thermal__cards { grid-template-columns: 1fr; gap: 10px; }
}

@media (max-width: 1200px) {
  .karkasnye-doma .why__content { grid-template-columns: 240px 1fr; gap: 24px; }
}
@media (max-width: 1024px) {
  .karkasnye-doma .why__content { grid-template-columns: 1fr; gap: 6px; }
  .karkasnye-doma .why__item { grid-template-columns: 48px 1fr; }
}
@media (max-width: 768px) {
  .karkasnye-doma .why__item { grid-template-columns: 40px 1fr; gap: 16px; }
}

@media (max-width: 768px) {
  .karkasnye-doma.thermal { padding-top: 60px; padding-bottom: 120px; }
  .karkasnye-doma.why { padding-bottom: 60px; }
  .karkasnye-doma .thermal__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
  }
  .karkasnye-doma .thermal-card {
    min-height: 220px;
  }
  .karkasnye-doma .thermal-card__icon svg,
  .karkasnye-doma .thermal-card__icon {
    width: 72px;
    height: 72px;
  }
  .karkasnye-doma .thermal-card__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .karkasnye-doma .thermal-card__desc {
    font-size: 20px;
    line-height: 28px;
  }
  .karkasnye-doma .why__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
  }
  .karkasnye-doma .why__num {
    font-size: 40px;
    line-height: 48px;
  }
  .karkasnye-doma .why__name {
    font-size: 32px;
    line-height: 40px;
  }
  .karkasnye-doma .why__desc {
    font-size: 24px;
    line-height: 130%;
  }
  .karkasnye-doma .why__item {
    gap: 60px;
    align-items: inherit;
  }
}
@media (max-width: 480px) {
  .karkasnye-doma.thermal {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .karkasnye-doma .thermal__title {
    font-size: 32px;
    line-height: 40px;
  }
  .karkasnye-doma .thermal-card__icon svg,
  .karkasnye-doma .thermal-card__icon {
    width: 56px;
    height: 56px;
  }
  .karkasnye-doma .thermal-card {
    min-height: 236px;
  }
  .karkasnye-doma .thermal-card:last-child {
    min-height: 207px;
  }
  .karkasnye-doma .thermal-card__title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 8px;
  }
  .karkasnye-doma .thermal-card__desc {
    font-size: 18px;
    line-height: 100%;
  }
  .karkasnye-doma .why__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .karkasnye-doma .why__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-top: 1px solid #E0E0E0;
  }
  .karkasnye-doma .why__item:last-child {
    border-bottom: 1px solid #E0E0E0;
  }
  .karkasnye-doma .why__num {
    font-size: 30px;
    line-height: 40px;
  }
  .karkasnye-doma .why__name {
    font-size: 24px;
    line-height: 120%;
  }
  .karkasnye-doma .why__desc {
    font-size: 18px;
    line-height: 100%;
  }
}

.karkasnye-doma.comparison {
  background: #242B28;
  padding: 100px 0;
}
.karkasnye-doma .comparison__title {
  font-size: 72px;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 80px;
  margin-bottom: 60px;
}
.karkasnye-doma .comparison__cards {
  /*display: grid;*/
  /*grid-template-columns: repeat(3, 1fr);*/
  /*gap: 12px;*/
  margin-bottom: 40px;
}
.karkasnye-doma .comp-card {
  border-radius: 24px;
  padding: 40px;
  flex: 1; /* все три по равной ширине */
}
.karkasnye-doma .comp-card--muted {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.07);
}
.karkasnye-doma .comp-card--featured {
  background: #476A5A;
}
.karkasnye-doma .comp-card__name {
  font-size: 46px;
  font-weight: 400;
  margin-bottom: 45px;
  line-height: 56px;
}
.karkasnye-doma .comp-card--muted .comp-card__name { color: rgba(255,255,255,0.5); }
.karkasnye-doma .comp-card--featured .comp-card__name { color: #FFFFFF; }
.karkasnye-doma .comp-card__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.karkasnye-doma .comp-card__list li {
  font-size: 28px;
  line-height: 130%;
  padding-left: 20px;
  position: relative;
}
.karkasnye-doma .comp-card--muted .comp-card__list li {
  color: rgba(255,255,255,0.45);
}
.karkasnye-doma .comp-card--muted .comp-card__list li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: rgba(255,255,255,0.5);
}
.karkasnye-doma .comp-card--featured .comp-card__list li {
  color: rgba(255,255,255,0.9);
  padding-left: 28px;
}
.karkasnye-doma .comp-card--featured .comp-card__list li::before { display: none; }
.karkasnye-doma .comp-card__li--check {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  padding-left: 0 !important;
}
.karkasnye-doma .comp-card__li--check::after {
  content: '';
  position: absolute;
  display: none;
}
.karkasnye-doma .comp-card--featured .comp-card__list .comp-card__li--check::before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: rgba(255,255,255,0.2);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.34184 28.1021C1.6588 28.1021 1.09774 27.8825 0.658642 27.4434C0.219547 27.0043 0 26.4433 0 25.7602V2.34184C0 1.6588 0.219547 1.09774 0.658642 0.658642C1.09774 0.219547 1.6588 0 2.34184 0H25.7602C26.4433 0 27.0043 0.219547 27.4434 0.658642C27.8825 1.09774 28.1021 1.6588 28.1021 2.34184V25.7602C28.1021 26.4433 27.8825 27.0043 27.4434 27.4434C27.0043 27.8825 26.4433 28.1021 25.7602 28.1021H2.34184ZM22.1743 9.36736L19.5397 7.02552L12.1483 15.9538L8.26962 12.0751L5.92778 14.4169L12.441 20.9302L22.1743 9.36736Z' fill='%232FEF98'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  position: static;
}
.karkasnye-doma .comp-card--featured .comp-card__list .comp-card__li--check {
  display: flex;
  align-items: center;
  gap: 12px; /* отступ между иконкой и текстом */
}
.karkasnye-doma .comparison__cta { text-align: center; }
/* Десктоп — как было */
.karkasnye-doma .comparison__track {
  display: flex;
  gap: 24px;
}
.karkasnye-doma.comparison .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  white-space: nowrap;
}
.karkasnye-doma.comparison .btn:active { opacity: 0.8; }
/*.karkasnye-doma.comparison .btn--pill { border-radius: 100px; padding: 14px 28px; }*/
/*.karkasnye-doma.comparison .btn--outline-light {*/
/*  background: transparent;*/
/*  color: #FFFFFF;*/
/*  border: 1.5px solid rgba(255,255,255,0.4);*/
/*}*/
/* На десктопе точки скрыты */
.karkasnye-doma .comparison__dots {
  display: none;
}
.karkasnye-doma.comparison .btn--outline-light:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.7); }
@media(max-width: 1440px) {
  .karkasnye-doma .comp-card__name {
    font-size: 40px;
    margin-bottom: 32px;
    line-height: 52px;
  }
  .karkasnye-doma .comp-card__list li {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1024px) {
  .karkasnye-doma .comparison__cards { grid-template-columns: 1fr; gap: 10px; }
}
@media (max-width: 768px) {
  .karkasnye-doma .comparison__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
  }
  .karkasnye-doma.comparison {
    padding: 60px 0;
  }
  .karkasnye-doma .comp-card__name {
    font-size: 32px;
    margin-bottom: 24px;
    line-height: 40px;
  }
  .karkasnye-doma .comp-card__list {
    gap: 15px;
  }
  .karkasnye-doma .comp-card--featured .comp-card__list .comp-card__li--check::before {
    width: 20px;
    height: 20px;
  }

  .karkasnye-doma .comparison__cards {
    overflow: hidden;
  }

  .karkasnye-doma .comparison__track {
    display: flex;
    transition: transform 0.35s ease;
    gap: 16px;
  }

  .karkasnye-doma .comp-card {
    flex: 0 0 53%;
    margin: 0;
    transform: none;
  }

  /* Точки */
  .karkasnye-doma .comparison__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
  }

  .karkasnye-doma .comparison__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    transition: background 0.2s;
  }

  .karkasnye-doma .comparison__dot--active {
    background: #ffffff;
  }

  .karkasnye-doma .comp-card {
    min-height: 428px;
  }
  .karkasnye-doma .comparison__cards {
    margin-bottom: 20px;
  }
  .karkasnye-doma .comparison__cta {
    margin-top: 32px;
  }
  .karkasnye-doma .comp-card {
    padding: 24px;
  }
  .karkasnye-doma.comparison .container {
    padding: 0;
  }
  .karkasnye-doma .comparison__title {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .karkasnye-doma .comparison__title {
    font-size: 32px;
    line-height: 40px;
  }
  .karkasnye-doma.comparison {
    padding: 40px 0;
  }
  .karkasnye-doma .comp-card {
    padding: 16px;
  }
  .karkasnye-doma .comp-card__name {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 120%;
  }
  .karkasnye-doma .comp-card__list li {
    font-size: 18px;
    line-height: 100%;
  }
  .karkasnye-doma .comp-card {
    min-height: 272px;
  }
  .karkasnye-doma .comp-card {
    flex: 0 0 75%;
  }
}

.karkasnye-doma.timeline {
  background: #FFFFFF;
  padding: 100px 0;
}
.karkasnye-doma .timeline__title {
  font-size: 72px;
  line-height: 80px;
  font-weight: 400;
  color: #19191E;
  letter-spacing: 0;
  margin-bottom: 60px;
}
.karkasnye-doma .timeline__stages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 24px;
  margin-bottom: 24px;
}

.karkasnye-doma .timeline__stages > :nth-child(3) {
  grid-column: 2;
  grid-row: 1 / 3; /* растягивается на обе строки */
}
.karkasnye-doma .timeline__stage {
  background: #F3F3F3;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.karkasnye-doma .timeline__stage-name {
  font-size: 40px;
  color: #19191E;
  line-height: 52px;
  letter-spacing: 0;
}
.karkasnye-doma .timeline__stage-dur {
  font-size: 28px;
  font-weight: 400;
  color: #476A5A;
  line-height: 130%;
  letter-spacing: 0;
}
.karkasnye-doma .timeline__photo {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.karkasnye-doma .timeline__photo img {
  width: 100%;
  min-height: 698px;
  object-fit: cover;
}
.karkasnye-doma .timeline__photo-overlay {
  position: absolute;
  inset: 0;
  /*background: linear-gradient(135deg, transparent 40%, rgba(20,30,22,0.88) 100%);*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 80px;
  /*gap: 32px;*/
  /*text-align: right;*/
}
.karkasnye-doma .timeline__photo-overlay-content {
  padding: 40px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  min-width: 774px;
  background: #FFFFFF33;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px); /* Safari */
}
.karkasnye-doma .timeline__photo-title {
  font-size: 46px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 56px;
  /*max-width: 380px;*/
}
.karkasnye-doma .timeline__photo-list {
  display: flex;
  flex-direction: column;
  /*align-items: flex-end;*/
  gap: 24px;
}
.karkasnye-doma .timeline__photo-list li {
  font-size: 32px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 26px;
}
.karkasnye-doma .timeline__photo-list li::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FFFFFF;
  flex-shrink: 0;
  order: -1;
}
@media (max-width: 768px) {
  .karkasnye-doma .timeline__photo img {
    height: 600px;
    min-height: unset;
  }
  .karkasnye-doma .timeline__photo-overlay { align-items: flex-start; text-align: left; padding: 32px; }
  .karkasnye-doma .timeline__photo-list { align-items: flex-start; }
  .karkasnye-doma .timeline__photo-list li::before { order: 0; }
}
@media(max-width: 1440px) {
  .karkasnye-doma .timeline__stages > :nth-child(3) {
    justify-content: space-between;
  }
  .karkasnye-doma .timeline__photo-list {
    gap: 8px;
  }
  .karkasnye-doma .timeline__photo-list li {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .karkasnye-doma.timeline {
    padding: 60px 0;
  }
  .karkasnye-doma .timeline__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
  }
  .karkasnye-doma .timeline__stage {
    padding: 24px;
  }
  .karkasnye-doma .timeline__stage-name {
    font-size: 32px;
    line-height: 40px;
  }
  .karkasnye-doma .timeline__stage-dur {
    font-size: 24px;
    line-height: 32px;
  }
  .karkasnye-doma .timeline__stages {
    gap: 16px;
    margin-bottom: 16px;
  }
  .karkasnye-doma .timeline__photo-overlay-content {
    padding: 24px;
    min-width: unset;
    width: 100%;
    gap: 75px;
  }
  .karkasnye-doma .timeline__photo-overlay {
    justify-content: end;
  }
  .karkasnye-doma .timeline__photo-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .karkasnye-doma.timeline {
    padding: 40px 0;
  }
  .karkasnye-doma .timeline__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
  }
  .karkasnye-doma .timeline__stages {
    display: flex;
    flex-direction: column;
  }
  .karkasnye-doma .timeline__stages {
    gap: 10px;
    margin-bottom: 10px;
  }
  .karkasnye-doma .timeline__stage {
    padding: 16px;
    gap: 4px;
  }
  .karkasnye-doma .timeline__stage-name {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
  }
  .karkasnye-doma .timeline__stage-dur {
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0;
  }
  .karkasnye-doma .timeline__photo-overlay {
    padding: 12px;
  }
  .karkasnye-doma .timeline__photo-overlay-content {
    padding: 16px;
    gap: 25px;
  }
  .karkasnye-doma .timeline__photo-title {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
  }
  .karkasnye-doma .timeline__photo-list li {
    gap: 18px;
    font-size: 18px;
    line-height: 100%;
  }
  .karkasnye-doma .timeline__photo img {
    height: 400px;
  }
}

.karkasnye-doma.projects {
  background: #242B28;
  padding: 100px 0;
}
.karkasnye-doma .projects__title {
  font-size: clamp(22px, 2.2vw, 38px);
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: -0.01em;
}
.karkasnye-doma .proj-card__img {
  width: 100%;
  height: 538px;
  object-fit: cover;
  border-radius: 24px;
}
.karkasnye-doma .proj-swiper .swiper-slide.first {
  background-color: #476A5A;
  border-radius: 24px;
  padding: 40px;
  min-height: 538px;
}
.karkasnye-doma .proj-swiper .swiper-slide.first .proj-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.karkasnye-doma .proj-swiper .swiper-slide.first .proj-card .arrow-right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='52' height='52' rx='26' fill='%2319191E'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.7353 17.3632C28.0867 17.0117 28.6566 17.0117 29.0081 17.3632L37.2065 25.5617C37.3753 25.7305 37.4701 25.9595 37.4701 26.1982C37.47 26.437 37.3751 26.666 37.2062 26.8347L29.0502 34.9836C28.6986 35.335 28.1287 35.3347 27.7774 34.9831C27.4261 34.6315 27.4264 34.0616 27.778 33.7103L34.396 27.098H17.0001C16.503 27.098 16.1001 26.6951 16.1001 26.198C16.1001 25.701 16.503 25.298 17.0001 25.298H34.3973L27.7353 18.636C27.3838 18.2845 27.3838 17.7147 27.7353 17.3632Z' fill='white'/%3e%3c/svg%3e ");
  width: 52px;
  height: 52px;
}
.karkasnye-doma .proj-swiper .swiper-slide.first .proj-card h4 {
  font-weight: 400;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: 0;
  color: #FFFFFF;
}
@media(max-width: 1440px) {
  .karkasnye-doma .proj-card__img {
    height: 405px;
  }
  .karkasnye-doma .proj-swiper .swiper-slide.first .proj-card h4 {
    font-size: 40px;
    line-height: 52px;
  }
  .karkasnye-doma .proj-swiper .swiper-slide.first {
    min-height: 405px;
  }
}
@media (min-width: 769px) {
  .karkasnye-doma .proj-swiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    transform: none !important;
    row-gap: 32px;
  }
  .karkasnye-doma .proj-swiper .swiper-slide {
    width: auto !important;
    margin: 0 !important;
  }
  .karkasnye-doma .proj-swiper {
    overflow: visible;
  }
}
@media (max-width: 768px) {
  .karkasnye-doma .proj-swiper {
    overflow: hidden;
  }
  .karkasnye-doma.projects .container {
    padding-right: 0;
  }
  .karkasnye-doma .proj-card__img {
    height: 532px;
  }
  .karkasnye-doma .proj-swiper .swiper-slide.first {
    height: 532px;
  }
  .projects { padding: 72px 0; }

  .karkasnye-doma .proj-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
  }
  .karkasnye-doma .proj-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6B6B6B;
    opacity: 1;
  }
  .karkasnye-doma .proj-pagination .swiper-pagination-bullet-active {
    background: #E4FFF2;
  }
  .karkasnye-doma.projects {
    padding: 60px 0;
  }
  .karkasnye-doma .proj-swiper .swiper-slide.first .proj-card h4 {
    line-height: 48px;
  }
}
@media (max-width: 480px) {
  .karkasnye-doma.projects {
    padding: 40px 0;
  }
  .karkasnye-doma .proj-swiper .swiper-slide.first {
    height: 339px;
    min-height: unset;
  }
  .karkasnye-doma .proj-card__img {
    height: 339px;
  }
  .karkasnye-doma .proj-swiper .swiper-slide.first {
    padding: 25px;
  }
  .karkasnye-doma .proj-swiper .swiper-slide.first .proj-card h4 {
    font-size: 28px;
    line-height: 35px;
  }
}

.karkasnye-doma.calc {
  background: #FFFFFF;
  padding: 100px 0;
}
.karkasnye-doma .calc__card {
  background: #476A5A;
  border-radius: 24px;
  padding: 100px;
  /*margin: 0 auto;*/
  text-align: center;
  gap: 80px;
  display: flex;
  flex-direction: column;
}
.karkasnye-doma .calc__card .errortext {
  color: #ff8686;
}
.karkasnye-doma .calc__card p:has(.errortext) {
  margin-bottom: 1rem;
}
.karkasnye-doma .calc__title {
  font-size: 46px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 56px;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.karkasnye-doma .calc__sub {
  font-size: 28px;
  color: #FFFFFF;
  /*margin-bottom: 36px;*/
  line-height: 130%;
  letter-spacing: 0;
}
.karkasnye-doma .calc__form {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
.karkasnye-doma .calc__form .main-user-consent-request {
  color: #FFFFFF;
  cursor: pointer;
}
.karkasnye-doma .calc__input {
  padding: 20px;
  border: 0.5px solid transparent;
  border-radius: 10px;
  background: #FFFFFF;
  color: #242B28;
  font-size: 18px;
  line-height: 130%;
  outline: none;
  min-width: 319px;
  transition: border-color 0.2s ease;
}
.karkasnye-doma .calc__input::placeholder { color: #818C99; }
.karkasnye-doma .calc__input:focus { border: 0.5px solid #F2F3F5; }
.karkasnye-doma .calc__note {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 130%;
}
.karkasnye-doma.calc .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  white-space: nowrap;
}
/*.karkasnye-doma.calc .btn:active { opacity: 0.8; }*/
/*.karkasnye-doma.calc .btn--pill { border-radius: 100px; padding: 14px 28px; }*/
/*.karkasnye-doma.calc .btn--dark  {*/
/*  background: #1A1A1A;*/
/*  color: #FFFFFF;*/
/*  width: 180px;*/
/*  margin-top: 40px;*/
/*}*/
/*.karkasnye-doma.calc .btn--dark:hover { background: #333; }*/
.karkasnye-doma.calc .button-duplicate-fill {
  background: white;
}
.karkasnye-doma.calc .button-duplicate-text {
  color: black;
}
.karkasnye-doma .calc__card .calc__form-input-container {
  display: flex;
  gap: 40px;
}
@media (max-width: 1440px) {
  .karkasnye-doma .calc__card {
    padding: 80px;
    gap: 40px;
  }
  .karkasnye-doma .calc__sub {
    font-size: 24px;
    line-height: 32px;
  }
  .karkasnye-doma .calc__card .calc__form-input-container {
    gap: 24px;
  }
  .karkasnye-doma .calc__input {
    min-width: 332px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 130%;
  }
  .karkasnye-doma.calc .btn--dark {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .karkasnye-doma .brand__stat { flex: 1 0 calc(50% - 4px); }
  .karkasnye-doma.calc {
    padding: 60px 0;
  }
  .karkasnye-doma .calc__card {
    padding: 40px;
  }
  .karkasnye-doma .calc__form {
    flex-direction: column;
    align-items: stretch;
  }
  .karkasnye-doma .calc__input {
    min-width: auto;
    padding: 12px 16px;
  }
  .karkasnye-doma .calc__title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0;
    text-align: center;
  }
  .karkasnye-doma .calc__sub {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    max-width: 90%;
  }
  .karkasnye-doma .calc__card .title-calc-form{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .karkasnye-doma .calc__form-input-container {
    display: flex;
    gap: 16px;
  }
  .karkasnye-doma .calc__form-input-container .calc__input {
    flex: 1;
  }
  .karkasnye-doma .calc__note {
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0;
    text-align: center;
  }
  .karkasnye-doma.calc .btn--dark {
    align-self: center;
  }
}
@media (max-width: 480px) {
  .karkasnye-doma.calc {
    padding: 40px 0;
  }
  .karkasnye-doma .calc__card {
    padding: 16px;
    border-radius: 16px;
    gap: 32px;
  }
  .karkasnye-doma .calc__title {
    font-size: 26px;
    line-height: 120%;
    letter-spacing: 0;
  }
  .karkasnye-doma .calc__sub {
    font-size: 16px;
    max-width: unset;
    line-height: 130%;
  }
  .karkasnye-doma .calc__card .calc__form-input-container {
    flex-direction: column;
    gap: 16px;
  }
  .karkasnye-doma .calc__form {
    gap: 16px;
  }
  .karkasnye-doma .calc__note {
    font-size: 14px;
  }
}

.karkasnye-doma.responsibility {
  background: #242B28;
  padding: 100px 0;
}
.karkasnye-doma .responsibility__title {
  font-size: 72px;
  color: #FFFFFF;
  line-height: 80px;
  letter-spacing: 0;
  margin-bottom: 60px;
}
.karkasnye-doma .responsibility__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.karkasnye-doma .responsibility__inner .responsibility__inner-titles {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  justify-content: space-between;
}
.karkasnye-doma .responsibility__inner .responsibility__inner-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.karkasnye-doma .responsibility__col-title {
  font-size: 46px;
  color: #E4FFF2;
  letter-spacing: 0;
  padding: 40px;
  background-color: #3C4642;
  margin-bottom: 0;
  border-radius: 24px;
  text-align: center;
}
.karkasnye-doma .responsibility__list {
  display: flex;
  flex-direction: column;
}
.karkasnye-doma .responsibility__list li {
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  line-height: 1.5;
}
.karkasnye-doma .responsibility__arrows {
  display: flex;
  flex-direction: column;
  /*padding-top: 68px;*/
}
.karkasnye-doma .resp-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 57px;
  font-size: 18px;
  color: #4A8A5E;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.karkasnye-doma .responsibility__inner-body-row {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  align-items: center;
}
.karkasnye-doma .responsibility__inner-body-row .responsibility__col--left,
.karkasnye-doma .responsibility__inner-body-row .responsibility__col--right {
  font-weight: 400;
  font-size: 28px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
  color: #FFFFFF;
  padding: 20px 40px 20px 20px;
}
.karkasnye-doma .responsibility__inner-body-row .responsibility__col--arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='236' height='30' viewBox='0 0 236 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M169.414 16.1418C170.195 15.3607 170.195 14.0944 169.414 13.3133L156.686 0.585403C155.905 -0.195645 154.639 -0.195645 153.858 0.585403C153.077 1.36645 153.077 2.63278 153.858 3.41383L165.172 14.7275L153.858 26.0412C153.077 26.8223 153.077 28.0886 153.858 28.8697C154.639 29.6507 155.905 29.6507 156.686 28.8697L169.414 16.1418ZM68 14.7275V16.7275H168V14.7275V12.7275H68V14.7275Z' fill='%23476A5A'/%3e%3c/svg%3e ");
  width: 236px;
  height: 30px;
  justify-self: center;
}
@media (max-width: 1440px) {
  .karkasnye-doma .responsibility__col-title {
    padding: 32px 40px;
  }
  .karkasnye-doma .responsibility__inner-body-row .responsibility__col--arrow {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='84' height='30' viewBox='0 0 84 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M79.4142 16.1418C80.1953 15.3607 80.1953 14.0944 79.4142 13.3133L66.6863 0.585403C65.9052 -0.195645 64.6389 -0.195645 63.8579 0.585403C63.0768 1.36645 63.0768 2.63278 63.8579 3.41383L75.1716 14.7275L63.8579 26.0412C63.0768 26.8223 63.0768 28.0886 63.8579 28.8697C64.6389 29.6507 65.9052 29.6507 66.6863 28.8697L79.4142 16.1418ZM6 14.7275V16.7275H78V14.7275V12.7275H6V14.7275Z' fill='%23476A5A'/%3e%3c/svg%3e ");
    width: 84px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .karkasnye-doma.responsibility {
    padding: 60px 0;
  }
  .karkasnye-doma .responsibility__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
  }
  .karkasnye-doma .responsibility__col-title {
    padding: 24px;
    font-size: 28px;
    line-height: 120%;
  }
  .karkasnye-doma .responsibility__inner {
    gap: 25px;
  }
  .karkasnye-doma .responsibility__inner .responsibility__inner-body {
    gap: 25px;
  }
  .karkasnye-doma .responsibility__inner-body-row .responsibility__col--left,
  .karkasnye-doma .responsibility__inner-body-row .responsibility__col--right {
    font-size: 20px;
    line-height: 28px;
    padding: unset;
  }
}
@media (max-width: 480px) {
  .karkasnye-doma.responsibility {
    padding: 40px 0;
  }
  .karkasnye-doma .responsibility__title {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 32px;
  }
  .karkasnye-doma .responsibility__inner .responsibility__inner-titles {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .karkasnye-doma .responsibility__col-title {
    font-size: 24px;
    line-height: 120%;
    padding: 16px;
  }
  .karkasnye-doma .responsibility__inner-body-row {
    display: flex;
    flex-direction: column;
  }
  .karkasnye-doma .responsibility__inner-body-row .responsibility__col--arrow {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='60' viewBox='0 0 18 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.65666 50.7071C7.04719 51.0976 7.68035 51.0976 8.07087 50.7071L14.4348 44.3431C14.8254 43.9526 14.8254 43.3195 14.4348 42.9289C14.0443 42.5384 13.4111 42.5384 13.0206 42.9289L7.36377 48.5858L1.70691 42.9289C1.31639 42.5384 0.683225 42.5384 0.2927 42.9289C-0.0978241 43.3195 -0.0978242 43.9526 0.2927 44.3431L6.65666 50.7071ZM7.36377 10L6.36377 10L6.36377 50L7.36377 50L8.36377 50L8.36377 10L7.36377 10Z' fill='%23476A5A'/%3e%3c/svg%3e ");
    width: 15px;
    height: 60px;
  }
  .karkasnye-doma .responsibility__inner .responsibility__inner-body {
    gap: 0;
  }
  .karkasnye-doma .responsibility__inner-body-row {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #3C4642;
  }
  .karkasnye-doma .responsibility__inner-body-row:last-child {
    border-bottom: none;
    padding-bottom: unset;
  }
  .karkasnye-doma .responsibility__inner-body-row:first-child {
    padding-top: unset;
  }
}

.karkasnye-doma.build.build-main {
  padding: 60px 0 120px;
}
@media (max-width: 1004px) {
  .karkasnye-doma.build.build-main {
    padding: 36px 0 72px;
  }
}
.karkasnye-doma.build {
  padding: 100px 0 0;
}
.karkasnye-doma.build h2 {
  font-weight: 400;
  font-size: 72px;
  line-height: 80px;
  letter-spacing: 0;
}
.karkasnye-doma.build .build-top-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .karkasnye-doma.build {
    padding: 60px 0 0;
  }
  .karkasnye-doma.build h2 {
    font-size: 40px;
    line-height: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .karkasnye-doma.build .build-top-container p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .karkasnye-doma.build .button {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  .karkasnye-doma.build {
    padding: 40px 0 0;
  }
  .karkasnye-doma.build h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .karkasnye-doma.build .build-top-container {
    gap: 32px;
  }
}

.karkasnye-doma .steps-top {
  padding-right: 145px;
}
.karkasnye-doma .steps-desc {
  max-width: 702px;
}
.karkasnye-doma .steps-item {
  padding-right: 145px;
}
@media (max-width: 1440px) {
  .karkasnye-doma .steps-desc {
    max-width: 411px;
  }
  .karkasnye-doma .steps-top {
    padding-right: 100px;
  }
}
@media (max-width: 768px) {
  .karkasnye-doma .steps-desc {
    max-width: unset;
  }
  .karkasnye-doma .steps-item {
    padding-right: 0;
  }
  .karkasnye-doma .steps-top {
    padding-right: 0;
  }
  .karkasnye-doma.steps .page-title {
    font-size: 64px;
    line-height: 110%;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: -13px;
  }
  .karkasnye-doma.steps .button {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .karkasnye-doma.steps .page-title {
    font-size: 38px;
    line-height: 110%;
  }
}

.karkasnye-doma.review.main-page {
  padding: 60px 0 120px;
}
@media (max-width: 1004px) {
  .karkasnye-doma.review.main-page {
    padding: 36px 0 72px;
  }
}
.karkasnye-doma.review {
  padding: 0;
}
.karkasnye-doma.review .container {
  padding: 0;
}
.karkasnye-doma.review .review-top {
  padding: 0 100px;
}
.karkasnye-doma.review .section-title {
  line-height: 80px;
}
.karkasnye-doma.review .review-arrow {
  display: flex;
}
.karkasnye-doma.review .review-prev,
.karkasnye-doma.review .review-next {
  pointer-events: auto;
}
.karkasnye-doma.review .review-prev svg,
.karkasnye-doma.review .review-next svg {
  width: 48px;
  height: 48px;
}
.karkasnye-doma.review .review-prev.swiper-button-disabled svg,
.karkasnye-doma.review .review-next.swiper-button-disabled svg {
  opacity: 0.4;
  cursor: default;
}
.karkasnye-doma .review-slider-container {
  overflow: visible;
  max-width: unset;
}
.karkasnye-doma .review-slider {
  overflow: hidden;
}
.karkasnye-doma .review-name {
  display: flex;
  gap: 12px;
  align-items: end;
}
.karkasnye-doma .review-name img {
  border-radius: 50%;
  height: 56px;
  width: 56px;
}
@media (max-width: 1440px) {
  .karkasnye-doma.review .review-prev svg,
  .karkasnye-doma.review .review-next svg {
    width: unset;
    height: unset;
  }
  .karkasnye-doma.review .section-title {
    line-height: 56px;
  }
  .karkasnye-doma.review .review-top {
    padding: 0 80px;
  }
}
@media (min-width: 769px) {
  .karkasnye-doma .review-slider-container .swiper-slide {
    width: 703px !important;
  }
}
@media (max-width: 768px) {
  .karkasnye-doma.review .review-top {
    padding: 0 34px;
  }
  .karkasnye-doma .review-slider {
    padding-left: 34px;
  }
  .karkasnye-doma.review .section-title {
    font-size: 48px;
    line-height: 56px;
  }
  .karkasnye-doma.review .review-title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .karkasnye-doma.review .section-title {
    font-size: 32px;
    line-height: 40px;
  }
  .karkasnye-doma.review .review-prev svg,
  .karkasnye-doma.review .review-next svg {
    width: 32px;
    height: 32px;
  }
  .karkasnye-doma.review .review-top {
    padding: 0 20px;
  }
  .karkasnye-doma .review-slider {
    padding-left: 20px;
  }
  .karkasnye-doma.review .review-title {
    font-size: 20px;
    line-height: 25px;
  }
}

.karkasnye-doma.team {
  background: #FFFFFF;
  padding: 100px 0;
}
.karkasnye-doma.team .container {
  padding-right: 0;
}
.karkasnye-doma .team__title {
  font-size: 46px;
  font-weight: 400;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 56px;
  margin-bottom: 80px;
  max-width: 1136px;
}
.karkasnye-doma .team__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.karkasnye-doma .team__member {
  display: flex;
  flex-direction: column;
  /*gap: 14px;*/
  position: relative;
  overflow: hidden;
}
.karkasnye-doma .team__photo {
  aspect-ratio: 3/4;
  border-radius: 24px 24px 0 0;
  filter: grayscale(100%);
  transition: filter 0.2s ease;
  max-height: 468px;
  width: 100%;
  object-fit: cover;
}
.karkasnye-doma .team__member:hover .team__photo { filter: grayscale(0); }
.karkasnye-doma .team__name {
  font-size: 32px;
  color: #181A23;
  line-height: 120%;
}
.karkasnye-doma .team__info {
  background-color: #F3F3F3;
  border-radius: 0 0 24px 24px;
  padding: 16px 24px;
}
.karkasnye-doma .team__role {
  display: block;
  font-size: 16px;
  color: #19191e;
  margin-bottom: 4px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.karkasnye-doma .team__member:hover .team__role {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 769px) {
  .karkasnye-doma .team-pagination {
    display: none;
  }
}
@media (max-width: 768px) {
  .karkasnye-doma .team__role {
    opacity: 1;
    transform: translateY(0);
  }
  .karkasnye-doma.team {
    padding: 60px 0;
  }
  .karkasnye-doma .team__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
    max-width: unset;
    padding-right: 34px;
  }
  .karkasnye-doma .team__name {
    font-size: 28px;
  }
  .karkasnye-doma .team-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
  }
  .karkasnye-doma .team-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
  }
  .karkasnye-doma .team-pagination .swiper-pagination-bullet-active {
    background: #2B4535;
  }
}
@media (max-width: 480px) {
  .karkasnye-doma.team {
    padding: 40px 0;
  }
  .karkasnye-doma .team__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
    padding-right: 20px;
  }
  .karkasnye-doma .team__name {
    font-size: 24px;
    line-height: 32px;
  }
}

.promo-help-banner {
  margin-top: 0;
}
@media (max-width: 768px) {
  .promo-help-banner .promo-help-banner-inner .content {
    display: flex;
    flex-direction: column;
  }
  .promo-help-banner .promo-help-banner-inner .content .form .contacts__form-item label {
    text-transform: uppercase;
  }
  .promo-help-banner .promo-help-banner-inner .content .form .bottom {
    grid-template-columns: 1fr 2fr 1fr;
    display: grid;
  }
}
@media (max-width: 480px) {
  .promo-help-banner .promo-help-banner-inner .content .form .bottom {
    display: flex;
  }
}
.promo-help-banner .button-duplicate-fill {
  background: #587b6b;
}
.promo-help-banner .button-duplicate-text {
  color: #fff;
}
.karkasnye-doma .calc__form .button-outlined .button-original-fill {
  border: unset;
  background: #1A1A1A;
  width: 101%;
  height: 101%;
}
.karkasnye-doma .calc__form .button-outlined .button-original-text {
  color: #FFFFFF;
}
.karkasnye-doma .calc__form .button-outlined .button-duplicate-fill {
  width: 101%;
  height: 101%;
}
