/*! 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: "Grato Grotesk";
  src: local("Grato Grotesk Regular"), local("Grato-Grotesk-Regular"), url("../fonts/GratoGrotesk/GratoGrotesk-Regular.woff2") format("woff2"), url("../fonts/GratoGrotesk/GratoGrotesk-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Fors";
  src: local("TT Fors Light"), local("TT-Fors-Light"), url("../fonts/TTFors/TTFors-Light.woff2") format("woff2"), url("../fonts/TTFors/TTFors-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Fors";
  src: local("TT Fors Regular"), local("TT-Fors-Regular"), url("../fonts/TTFors/TTFors-Regular.woff2") format("woff2"), url("../fonts/TTFors/TTFors-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Firs Neue";
  src: local("TT Firs Neue Light"), local("TT-Firs-Neue-Light"), url("../fonts/TTFirsNeue/TTFirsNeue-Light.woff2") format("woff2"), url("../fonts/TTFirsNeue/TTFirsNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

html {
  font-family: "TT Fors", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  -webkit-animation: bugfix infinite 1s;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

body {
  font-style: normal;
  font-weight: normal;
  -webkit-animation: bugfix infinite 1s;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: #F5F5F5;
  background-color: #F5F5F5;
}

main.o-hidden {
  position: relative;
}

input,
textarea {
  -webkit-animation: bugfix infinite 1s;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: unset;
}

a,
a:hover {
  text-decoration: none;
}

button,
input,
a,
textarea {
  outline: none;
  cursor: pointer;
  font: inherit;
}

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

button {
  display: flex;
  padding: 0;
  background: none;
  border: none;
  text-align: left;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1920px;
  padding: 0 60px;
  margin: 0 auto;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

:focus {
  outline-style: none;
  outline-width: 0 !important;
  outline-color: none !important;
}

.mobile {
  display: none !important;
}

.o-hidden {
  overflow: hidden;
}

.d-none {
  display: none !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  transition: all 0.3s, padding-right 0s;
}

.header_scroll {
  transform: translateY(-150%);
}

.header_scroll_up {
  transform: translateY(0);
}

.header.header_white,
.header.header_active,
.header.header_light {
  background-color: #F5F5F5;
  color: #222222;
  border-bottom: 1px solid #EBE7E3;
}

.header.header_white .logo svg,
.header.header_active .logo svg,
.header.header_light .logo svg {
  fill: #222222;
}

.header.header_white .burger span,
.header.header_active .burger span,
.header.header_light .burger span {
  background-color: #222222;
}

.header.header_white .header__call,
.header.header_active .header__call,
.header.header_light .header__call {
  color: #5B645E;
}

.header.header_white .header__call:hover,
.header.header_active .header__call:hover,
.header.header_light .header__call:hover {
  color: #222222;
}

.header.header_white .header__call:active,
.header.header_active .header__call:active,
.header.header_light .header__call:active {
  color: #715A45;
}

.header.header_white .header__social-link,
.header.header_active .header__social-link,
.header.header_light .header__social-link {
  color: #5B645E;
}

.header.header_white .header__social-link svg,
.header.header_active .header__social-link svg,
.header.header_light .header__social-link svg {
  stroke: #5B645E;
}

.header.header_white .header__social-link:hover,
.header.header_active .header__social-link:hover,
.header.header_light .header__social-link:hover {
  color: #222222;
}

.header.header_white .header__social-link:hover svg,
.header.header_active .header__social-link:hover svg,
.header.header_light .header__social-link:hover svg {
  stroke: #222222;
}

.header.header_white .header__social-link:active,
.header.header_active .header__social-link:active,
.header.header_light .header__social-link:active {
  color: #715A45;
}

.header.header_white .header__social-link:active svg,
.header.header_active .header__social-link:active svg,
.header.header_light .header__social-link:active svg {
  stroke: #715A45;
}

.header.header_white .nav__item_active .nav__link svg,
.header.header_active .nav__item_active .nav__link svg,
.header.header_light .nav__item_active .nav__link svg {
  stroke: #8D755E;
}

.header.header_white .nav__link svg,
.header.header_active .nav__link svg,
.header.header_light .nav__link svg {
  stroke: #222222;
}

.header.header_white .nav__link:active svg,
.header.header_active .nav__link:active svg,
.header.header_light .nav__link:active svg {
  stroke: #715A45;
}

.header.header_white .nav__dropdown,
.header.header_active .nav__dropdown,
.header.header_light .nav__dropdown {
  background-color: #F5F5F5;
}

.header.header_active {
  border: none;
}

.header.header_active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  z-index: -1;
  transition: all 0.3s;
}

.header.header_light {
  border: none;
}

.header__back {
  display: none;
}

.header__back_active {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 140px;
  height: 76px;
  padding: 16px;
  background-color: #F5F5F5;
}

.header__back_active svg {
  width: 40px;
  height: 40px;
}

.header .logo svg {
  fill: #F5F5F5;
}

.header__body {
  display: flex;
  gap: 92px;
  padding: 20px 0;
  font-size: 18px;
  letter-spacing: 0.02em;
}

.header__body > .header__phone {
  display: none;
}

.header__content {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.header .nav {
  margin-top: auto;
  margin-bottom: 18px;
}

.header__group {
  flex-grow: 1;
  max-width: 408px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.header__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.header__call {
  color: #D6CFC8;
  transition: all 0.3s;
}

.header__call:hover {
  color: #F5F5F5;
}

.header__call:active {
  color: #715A45;
}

.header__social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.header__social-link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #D6CFC8;
  transition: all 0.3s;
}

.header__social-link:hover {
  color: #F5F5F5;
}

.header__social-link:active {
  color: #715A45;
}

.header__social-link:active svg {
  stroke: #715A45;
}

.header__social-link svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  stroke: #D6CFC8;
  stroke-linejoin: bevel;
  transition: all 0.3s;
}

.logo {
  display: inline-block;
  width: 138px;
  height: 100px;
}

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

.nav {
  font-size: 18px;
  letter-spacing: 0.02em;
}

.nav__list {
  display: flex;
  align-items: center;
}

.nav__item {
  display: flex;
  position: relative;
}

.nav__item_active .nav__link {
  color: #8D755E;
}

.nav__item_active .nav__link svg {
  transform: rotate(-180deg);
  stroke: #8D755E;
}

.nav__item:not(:last-child) {
  margin-right: 48px;
}

.nav__link {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  transition: all 0.3s;
}

.nav__link:hover {
  color: #8D755E;
}

.nav__link:hover svg {
  stroke: #8D755E;
}

.nav__link:active {
  color: #715A45;
}

.nav__link:active svg {
  stroke: #715A45;
}

.nav__link svg {
  flex-shrink: 0;
  width: 24px;
  height: 25px;
  stroke: #F5F5F5;
  margin-top: 4px;
  transition: all 0.3s;
}

.nav__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: -40px;
  width: 354px;
  padding: 40px;
  background-color: #222222;
}

.nav__dropdown li:not(:last-child) {
  margin-bottom: 30px;
}

.nav__dropdown a {
  transition: all 0.3s;
}

.nav__dropdown a:hover {
  color: #8D755E;
}

.nav__dropdown a:active {
  color: #715A45;
}

.burger {
  display: none;
}

.slider-button-prev,
.slider-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  background-color: rgba(141, 117, 94, 0.5);
  border-radius: 50%;
  backdrop-filter: blur(50px);
  transform: translateY(-50%);
  outline: none;
  margin: 0;
  z-index: 10;
  transition: all 0.3s;
}

.slider-button-prev.swiper-button-disabled,
.slider-button-next.swiper-button-disabled {
  opacity: 0;
}

.slider-button-prev:hover,
.slider-button-next:hover {
  background-color: #8D755E;
}

.slider-button-prev:active,
.slider-button-next:active {
  background-color: #715A45;
}

.slider-button-prev::after,
.slider-button-next::after {
  content: none;
}

.slider-button-prev img,
.slider-button-prev svg,
.slider-button-next img,
.slider-button-next svg {
  width: 40px;
  height: 40px;
}

.slider-button-prev {
  left: 0;
}

.slider-button-next {
  right: 0;
}

.slider-pagination.swiper-pagination {
  display: flex;
  gap: 4px;
  bottom: 0;
}

.slider-pagination.swiper-pagination:not(.slider-pagination-number, .slider-pagination.swiper-pagination-fraction) .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 42px;
}

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

.slider-pagination.swiper-pagination .swiper-pagination-bullet {
  width: 100%;
  height: 2px;
  background-color: #9B9888;
  border-radius: 0;
  margin: 0;
  opacity: 1;
  position: relative;
  transition: all 0.3s;
}

.slider-pagination.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #F5F5F5;
}

.slider-pagination-number.swiper-pagination {
  display: flex;
  gap: 30px;
  align-items: flex-end;
  top: -4px;
  left: 0;
  bottom: auto;
  width: auto;
  height: 48px;
  background-color: #28352C;
}

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

.slider-pagination-number.swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: 48px;
  font-size: 22px;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  line-height: 40px;
  color: #5B645E;
  background: none;
  margin: 0;
  opacity: 1;
  transition: all 0.3s, font-size 0.75s;
}

.slider-pagination-number.swiper-pagination .swiper-pagination-bullet:hover {
  color: #F5F5F5;
}

.slider-pagination-number.swiper-pagination .swiper-pagination-bullet:active {
  color: #715A45;
}

.slider-pagination-number.swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  transform: translateY(4px);
}

.slider-pagination-number.swiper-pagination .swiper-pagination-bullet:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #5B645E;
  transition: all 0.75s;
}

.slider-pagination-number.swiper-pagination .swiper-pagination-bullet-active {
  font-size: 40px;
  line-height: 40px;
  color: #9B9888;
}

.slider-pagination-number.swiper-pagination .swiper-pagination-bullet-active:not(:last-child)::after {
  width: 156px;
  margin-left: 20px;
  margin-right: -10px;
}

.slider-pagination-number.swiper-pagination.slider-pagination-number_white {
  background: none;
}

.slider-pagination-number.swiper-pagination.slider-pagination-number_white .swiper-pagination-bullet {
  color: #9B9888;
}

.slider-pagination-number.swiper-pagination.slider-pagination-number_white .swiper-pagination-bullet:hover {
  color: #222222;
}

.slider-pagination-number.swiper-pagination.slider-pagination-number_white .swiper-pagination-bullet:active {
  color: #715A45;
}

.slider-pagination-number.swiper-pagination.slider-pagination-number_white .swiper-pagination-bullet:not(:last-child)::after {
  background-color: #9B9888;
}

.slider-pagination-number.swiper-pagination.slider-pagination-number_white .swiper-pagination-bullet-active {
  color: #28352C;
}

.slider-pagination.swiper-pagination-fraction {
  width: auto;
  gap: 0;
  font-size: 25px;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: #F5F5F5;
}

.separator {
  width: 65px;
  height: 146px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to top left, transparent calc(50% - 1px), #9B9888, transparent calc(50% + 1px));
}

.section-separator {
  padding: 80px 0;
  background-color: #222222;
}

.section-separator__content {
  display: flex;
  justify-content: center;
}

.link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #5B645E;
  position: relative;
  transition: all 0.6s;
}

.link svg {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  transition: all 0.6s;
  stroke: #5B645E;
  stroke-width: 2px;
  stroke-linejoin: bevel;
}

.link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.6s;
  background-color: #F5F5F5;
}

.link:hover {
  color: #F5F5F5;
}

.link:hover svg {
  transform: rotate(45deg);
  stroke: #F5F5F5;
}

.link:hover::after {
  width: 100%;
}

.link:active {
  color: #715A45;
}

.link:active svg {
  stroke: #715A45;
}

.link:active::after {
  background-color: #715A45;
}

.link_big {
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: normal;
  padding: 40px 0;
  border: none;
}

.link_big:hover {
  color: #8D755E;
}

.link_big:hover svg {
  stroke: #8D755E;
}

.link_big:active {
  color: #715A45;
}

.link_big:active svg {
  stroke: #715A45;
}

.link_big::after {
  content: none;
}

.link_big svg {
  width: 40px;
  height: 40px;
  stroke: #D6CFC8;
}

.link_middle {
  font-size: 25px;
  font-family: "TT Fors", sans-serif;
  letter-spacing: 0.02em;
  text-transform: none;
  padding-bottom: 0;
  padding-top: 20px;
  border-bottom: none;
  border-top: 1px solid transparent;
}

.link_middle svg {
  width: 40px;
  height: 40px;
}

.link_middle::after {
  bottom: auto;
  top: -1px;
}

.link_small {
  justify-content: flex-end;
  gap: 10px;
  font-size: 19px;
  font-family: "TT Fors", sans-serif;
  letter-spacing: normal;
  text-transform: none;
  padding-bottom: 0;
  padding-top: 10px;
  border-bottom: none;
  border-top: 1px solid #D6CFC8;
}

.link_small svg {
  width: 24px;
  height: 24px;
  stroke: #222222;
}

.link_small::after {
  bottom: auto;
  top: -1px;
}

.link_small:hover {
  color: #222222;
}

.link_small:hover svg {
  stroke: #222222;
}

.link_small:hover::after {
  background-color: #222222;
}

.link_small:active {
  color: #715A45;
}

.link_small:active svg {
  stroke: #715A45;
}

.link_small:active::after {
  background-color: #715A45;
}

.link_bronze {
  color: #8D755E;
  border-color: #8D755E;
}

.link_bronze svg {
  stroke: #8D755E;
}

.link_white {
  color: #F5F5F5;
  border-color: #5B645E;
}

.link_white:hover {
  color: #F5F5F5;
}

.link_white:hover svg {
  stroke: #F5F5F5;
}

.link_white:hover::after {
  background-color: #F5F5F5;
}

.link_white:active {
  color: #715A45;
}

.link_white:active svg {
  stroke: #715A45;
}

.link_white:active::after {
  background-color: #715A45;
}

.link_white svg {
  stroke: #F5F5F5;
}

.link_no_border {
  border: none;
  padding: 0;
}

.link_no_border::after {
  content: none;
}

.link_hover_dark::after {
  background-color: #222222;
}

.link_hover_dark:hover {
  color: #222222;
}

.link_hover_dark:hover svg {
  stroke: #222222;
}

.link_hover_dark:hover::after {
  background-color: #222222;
}

.link_hover_dark:active {
  color: #715A45;
}

.link_hover_dark:active svg {
  stroke: #715A45;
}

.link_hover_dark:active::after {
  background-color: #715A45;
}

.link_more:hover svg {
  transform: rotate(90deg);
}

.link_back:hover svg {
  transform: none;
}

.link_back svg {
  stroke-width: 1px;
}

.number {
  display: inline-flex;
  align-items: center;
}

.number__value {
  font-size: 78px;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.05em;
  position: relative;
}

.number__value::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 3px);
  width: 40px;
  height: 100%;
  border-left: 1px solid #F5F5F5;
  background-color: #222222;
  transform: skewX(-23.5deg);
}

.number__text {
  margin-left: 38px;
  max-width: 160px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #D6CFC8;
  position: relative;
  z-index: 1;
}

.number_white .number__value::after {
  border-color: #222222;
  background-color: #F5F5F5;
}

.number_white .number__text {
  color: #5B645E;
}

.underline {
  padding-bottom: 18px;
  border-bottom: 1px solid #D6CFC8;
}

.underline_dark {
  border-color: #5B645E;
}

.button {
  width: 60px;
  height: 60px;
  background-color: rgba(141, 117, 94, 0.5);
  backdrop-filter: blur(40px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.button-action {
  cursor: pointer;
}

.button-action:hover .button {
  background-color: #8D755E;
}

.button-action:active .button {
  background-color: #715A45;
}

.button svg {
  width: 40px;
  height: 40px;
  stroke: #F5F5F5;
}

.button_play {
  width: 100px;
  height: 100px;
}

.button_inside {
  width: 100px;
  height: 100px;
}

.button_inside svg {
  transform: rotate(90deg);
}

.button_top {
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 11;
}

.button_top:hover {
  background-color: #8D755E;
}

.button_top:active {
  background-color: #715A45;
}

.button_top_active {
  opacity: 1;
  pointer-events: all;
}

.form_white .label::before {
  background-color: #AC9B8B;
}

.form_white input,
.form_white textarea {
  border-color: #AC9B8B;
  color: #715A45;
}

.form_white input:focus,
.form_white input:active,
.form_white textarea:focus,
.form_white textarea:active {
  border-color: #8D755E;
}

.form_white input:hover,
.form_white textarea:hover {
  border-color: #8D755E;
}

.form_white input::placeholder,
.form_white textarea::placeholder {
  color: #AC9B8B;
}

.form__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  overflow: hidden;
}

.form__description {
  max-width: 426px;
  height: 82px;
  padding-bottom: 6px;
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
}

.form__body {
  grid-column: span 2;
  padding: 29px 0 1px;
}

.form__content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 32px;
  position: relative;
  margin-bottom: 20px;
}

.form__button {
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 1;
}

.form__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: -12px;
}

.form__small {
  max-width: 578px;
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #7A827C;
}

.label {
  display: flex;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.label::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 1px;
  background-color: #7A827C;
  z-index: -1;
}

input,
textarea {
  width: 100%;
  height: 57px;
  border: none;
  border-bottom: 1px solid #7A827C;
  border-radius: 0;
  background-color: transparent;
  padding: 0 320px 0 0;
  appearance: none;
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  color: #F5F5F5;
  transition: all 0.3s, border-width 0s;
  outline: none;
  cursor: pointer;
}

input:focus,
input:active,
textarea:focus,
textarea:active {
  outline: none;
  border-width: 2px;
  border-color: #D6CFC8;
}

input:hover,
textarea:hover {
  border-width: 2px;
  border-color: #D6CFC8;
}

input:checked ~ .label__box::after,
textarea:checked ~ .label__box::after {
  opacity: 1;
}

input:checked ~ .label__text,
textarea:checked ~ .label__text {
  color: #F5F5F5;
}

input::placeholder,
textarea::placeholder {
  color: #7A827C;
}

input.visually-hidden,
textarea.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.label_checkbox {
  width: max-content;
  align-items: center;
  gap: 13px;
  -webkit-tap-highlight-color: transparent;
}

.label_checkbox::before {
  content: none;
}

.label_checkbox:hover input:checked ~ .label__box {
  border-color: #8D755E;
}

.label_checkbox:hover .label__box {
  border-color: #F5F5F5;
}

.label_checkbox:hover .label__text {
  color: #F5F5F5;
}

.label_checkbox input:active ~ .label__box {
  border-color: #715A45;
}

.label_checkbox input:active ~ .label__text {
  color: #715A45;
}

.label__box {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border: 1px solid #8D755E;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}

.label__box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  background: url(../img/sprites/check.svg) 50%/contain no-repeat;
}

.label__text {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #8D755E;
  transition: all 0.3s;
}

.file {
  color: #7A827C;
  position: relative;
  z-index: 1;
}

.file::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 1px;
  background-color: #7A827C;
  z-index: -1;
}

.file__label {
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%237A827CFF' stroke-width='2' stroke-dasharray='12%2c 12' stroke-dashoffset='4' stroke-linecap='square'/%3e%3c/svg%3e");
  cursor: pointer;
  margin-bottom: 40px;
  transition: all 0.3s;
}

.file__label.active {
  background-color: rgba(141, 117, 94, 0.1);
}

.file__text {
  display: inline-block;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  text-align: center;
}

.file__text span {
  display: block;
  margin-top: 2px;
}

.file__block {
  min-height: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding-right: 320px;
  padding-bottom: 10px;
}

.file__item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.file__item-name {
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  color: #F5F5F5;
}

.file__item-delete {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.file__item-delete svg {
  width: 100%;
  height: 100%;
  stroke: #F5F5F5;
}

.social {
  display: inline-flex;
  gap: 8px;
}

.social__item {
  display: flex;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border: 1px solid #5B645E;
  transition: all 0.3s;
}

.social__item:hover {
  background-color: #8D755E;
  border-color: #D6CFC8;
}

.social__item:active {
  background-color: #715A45;
}

.social__item svg {
  width: 100%;
  height: 100%;
  fill: #F5F5F5;
}

.breadcrumbs {
  padding-top: 156px;
  background-color: #222222;
}

.breadcrumbs_white {
  background-color: #F5F5F5;
  color: #222222;
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: -0.01em;
}

.breadcrumbs__item {
  position: relative;
}

.breadcrumbs__item:not(:last-child) {
  margin-right: 24px;
}

.breadcrumbs__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 55%;
  left: calc(100% + 10px);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background-color: #D6CFC8;
  pointer-events: none;
}

.breadcrumbs__link {
  display: flex;
  white-space: nowrap;
}

.list {
  padding-left: 29px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
}

.list li {
  position: relative;
}

.list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -24px;
  width: 14px;
  height: 1px;
  background-color: #222222;
}

.list li:not(:last-child) {
  margin-bottom: 6px;
}

.cookies {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  width: max-content;
  padding: 20px 60px 20px 40px;
  background-color: #8D755E;
  z-index: 15;
}

.cookies__content {
  display: flex;
  align-items: center;
  gap: 40px;
}

.cookies__description {
  font-size: 14px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero {
  position: relative;
}

.hero__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(40, 53, 40) 0%, rgba(117, 155, 129, 0.5) 50%, rgba(40, 53, 40, 0.8) 100%);
  mix-blend-mode: multiply;
  opacity: 0.5;
  z-index: 2;
}

.hero__media img,
.hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__slider {
  width: 100%;
  height: 100%;
}

.hero__body {
  padding: 140px 0 60px;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.hero__body .breadcrumbs {
  background: none;
  padding: 14px 0;
  margin-bottom: auto;
}

.hero__body .breadcrumbs .container {
  padding: 0;
}

.hero__content {
  width: 100%;
}

.hero__text {
  max-width: 426px;
  font-size: 14px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #F5F5F5;
  margin-bottom: 120px;
}

.hero__title {
  max-width: 1534px;
  padding-right: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 64px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
  transition: color 0.3s;
}

.hero__title span {
  display: block;
  margin-left: 153px;
}

.hero__title.js-hero-title {
  position: relative;
  left: 0;
}

.hero__title.inactive {
  opacity: 0;
  pointer-events: none;
}

.hero__title.hero__title_scroll {
  color: #222222;
}

.hero__title.hero__title_scroll span {
  margin-left: 0;
}

.hero__title.hero__title_scroll span:first-child {
  margin-right: 0;
  margin-left: 153px;
  margin-bottom: 10px;
}

.hero__title.hero__title_scroll span:last-child {
  left: 0;
}

.hero__title span {
  transition: all 1.2s;
}

.hero__title span:first-child {
  margin: 0;
  margin-right: auto;
}

.hero__title span:last-child {
  margin: 0;
  position: relative;
  left: 67%;
}

.hero__cta {
  position: absolute;
  bottom: 34px;
  right: 0;
  max-width: 154px;
  display: flex;
  flex-direction: column;
}

.hero__cta-title {
  font-size: 19px;
  font-family: "TT Fors", sans-serif;
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 10px;
}

.hero__cta-line {
  width: 1px;
  height: 80px;
  background-color: #5B645E;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.hero__cta-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  animation: dragLine 3s ease infinite;
}

.hero_service .hero__body {
  flex-direction: column;
  align-items: flex-start;
}

.hero_service .hero__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero_service .hero__text {
  margin: 0;
  order: 1;
}

.hero_service_other .hero__body {
  flex-direction: column;
  align-items: flex-start;
}

.hero_service_other .hero__content {
  margin-top: auto;
}

@keyframes dragLine {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(100%);
  }

  75% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.project {
  padding: 96px 0;
  overflow: hidden;
  transition: all 0.8s;
}

.project_active {
  padding-bottom: 0;
}

.project_active .project__content .container {
  max-width: 100%;
  padding: 0;
}

.project__top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  color: #222222;
  margin-bottom: 120px;
}

.project__top .number {
  align-self: flex-start;
}

.project__subtitle {
  max-width: 420px;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.project__group {
  grid-column: span 2;
}

.project__group-link {
  justify-self: flex-start;
}

.project__text {
  display: grid;
  grid-template-columns: repeat(2, 426px);
  gap: 32px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
}

.project__link {
  grid-column: span 2;
  align-self: flex-start;
  margin-top: 90px;
}

.project__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 40px;
}

.project__title {
  font-size: 64px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
  color: #222222;
  opacity: 0;
  pointer-events: none;
}

.project__title span {
  display: block;
  margin-left: 153px;
}

.project__title.active {
  opacity: 1;
  pointer-events: all;
}

.project__title span {
  margin-bottom: 10px;
}

.project__description {
  max-width: 426px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #5B645E;
  margin-bottom: 8px;
}

.project__content {
  transition: all 0.8s;
}

.project__content .container {
  transition: all 0.8s;
}

.project__slider-item {
  height: 700px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 102px 60px;
}

.project__slider-item:hover .project__slider-title {
  color: #8D755E;
}

.project__slider-item:hover .button {
  opacity: 1;
}

.project__slider-item:active .project__slider-title {
  color: #715A45;
}

.project__slider-item .button {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.project__slider-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.project__slider-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(40, 53, 44, 0.4) 0%, rgba(247, 255, 225, 0.4) 100%);
  mix-blend-mode: multiply;
  opacity: 0.4;
}

.project__slider-img img {
  height: 100%;
  object-fit: cover;
}

.project__slider-text {
  text-align: right;
}

.project__slider-title {
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.project__slider-description {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #9B9888;
}

.project-pagination.swiper-pagination {
  max-width: 822px;
  bottom: 60px;
  left: auto;
  right: 60px;
}

.project_gardens .project__top {
  margin-bottom: 0;
}

.project_gardens .project__text {
  margin-bottom: 0;
}

.project_gardens .project__group-link {
  margin-top: 40px;
}

.individuality {
  padding: 96px 0;
  padding-bottom: 164px;
  background-color: #28352C;
  overflow: hidden;
}

.individuality__heading {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 128px;
}

.individuality__title {
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.individuality__title span {
  display: block;
  margin-left: 153px;
}

.individuality__title span {
  margin-top: 5px;
}

.individuality__slider {
  overflow: visible;
}

.individuality__slider-item.swiper-slide-active .individuality__slider-title {
  transform: none;
  opacity: 1;
}

.individuality__slider-title {
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  color: #9B9888;
  text-align: right;
  margin-bottom: 40px;
  transition: all 0.3s;
  transform: translateX(60%);
  transition-duration: 1s;
  opacity: 0;
}

.individuality__slider-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
}

.individuality__slider-text {
  max-width: 730px;
  color: #D6CFC8;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
}

.individuality__slider-text p:not(:last-child) {
  margin-bottom: 40px;
}

.individuality__slider-img {
  flex: 0 0 884px;
  height: 442px;
}

.individuality__slider-img img {
  height: 100%;
  object-fit: cover;
}

.individuality-button-prev,
.individuality-button-next {
  top: 57%;
  right: 60px;
  width: 60px;
  height: 60px;
}

.individuality-button-prev svg,
.individuality-button-next svg {
  width: 24px;
  height: 24px;
}

.individuality-button-prev {
  left: auto;
  right: 764px;
}

.spaces {
  background-color: #222222;
}

.spaces_green {
  background-color: #28352C;
}

.spaces__inner {
  padding: 96px 0;
  position: relative;
  z-index: 1;
}

.spaces__inner .link {
  z-index: 2;
}

.spaces__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.spaces__heading {
  margin-bottom: 40px;
}

.spaces__title {
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.spaces__number {
  font-size: 25px;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 300;
  line-height: 1.2;
}

.spaces .number {
  margin-bottom: 42px;
}

.spaces__content {
  display: flex;
  gap: 60px;
}

.spaces__content-title {
  display: none;
}

.spaces__img {
  flex-basis: 856px;
  min-height: 458px;
}

.spaces__img img {
  height: 100%;
  object-fit: cover;
}

.spaces__text {
  flex-basis: 884px;
  display: flex;
  flex-direction: column;
}

.spaces__text-title {
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.spaces__text-description {
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
}

.spaces__text-description p span {
  display: inline-block;
}

.spaces__text-description p span:not(:last-child) {
  margin-bottom: 12px;
}

.spaces__text .link {
  margin-top: 40px;
}

.spaces__subtitle {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  padding-bottom: 40px;
  padding-right: 10%;
  border-bottom: 1px solid #8D755E;
  margin-top: 40px;
}

.spaces__button {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(141, 117, 94, 0.1);
  backdrop-filter: blur(50px);
  z-index: 5;
  pointer-events: none;
  transition: all 0.1s, opacity 0.3s;
  opacity: 1;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
}

.spaces__button.button_hide {
  opacity: 0;
}

.spaces_other .spaces__text .link {
  display: none;
}

.spaces_gardens .spaces__heading {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #5B645E;
}

.download {
  padding: 96px 0;
  background-color: #222222;
}

.download__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.download__content {
  grid-column: 2/span 2;
}

.download__title {
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-indent: 310px;
}

.download__title span {
  text-indent: 0;
  margin-top: 5px;
  display: block;
  color: #8D755E;
}

.download__links {
  margin-top: 40px;
  display: flex;
  gap: 32px;
}

.download__links .link {
  width: 100%;
}

.awards {
  padding: 96px 0;
  color: #222222;
}

.awards__heading {
  margin-bottom: 20px;
}

.awards__title {
  max-width: 580px;
  font-size: 25px;
  font-family: "TT Fors", sans-serif;
  letter-spacing: 0.02em;
  text-transform: none;
}

.awards__text {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 80px;
}

.awards__description {
  grid-column: 2/span 2;
  display: flex;
  gap: 32px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #5B645E;
}

.awards__description p {
  flex-basis: 426px;
}

.awards__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: flex-start;
}

.awards__content {
  grid-column: span 2;
  padding-top: 22px;
}

.awards__item {
  display: flex;
}

.awards__items {
  margin-bottom: 80px;
}

.awards__item:not(:last-child) {
  margin-bottom: 60px;
}

.awards__item-number {
  flex-basis: 142px;
  font-size: 25px;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  padding-right: 10px;
  border-right: 2px solid #D6CFC8;
  margin-right: 50px;
}

.awards__item-number span {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
}

.awards__item-title {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.consultation {
  padding: 120px 0 80px;
  background-color: #28352C;
}

.consultation__title {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 115px;
}

.consultation__title span {
  grid-column: 2/span 2;
}

.quotation {
  padding: 96px 0;
  background-color: #222222;
}

.quotation__content {
  display: flex;
  align-items: flex-end;
}

.quotation__author {
  display: flex;
  gap: 32px;
  flex-shrink: 0;
}

.quotation__author-photo {
  width: 273px;
  height: 380px;
  flex-shrink: 0;
  background-color: #5B645E;
}

.quotation__author-photo img {
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.quotation__author-name {
  max-width: 113px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #9B9888;
}

.quotation__img {
  width: 426px;
  height: 280px;
}

.quotation__img img {
  height: 100%;
  object-fit: cover;
}

.quotation .separator {
  width: 149px;
  height: 300px;
  flex-shrink: 0;
  margin: 0 20px;
}

.quotation__text {
  flex-basis: 1189px;
  font-size: 38px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-transform: none;
}

.quotation_white {
  background-color: #F5F5F5;
  color: #222222;
}

.quotation_white .separator {
  background: linear-gradient(to top left, transparent calc(50% - 1px), #D6CFC8, transparent calc(50% + 1px));
}

.visualization {
  padding: 120px 0 80px;
  background-color: #222222;
}

.visualization_green {
  background-color: #28352C;
}

.visualization__heading {
  margin-bottom: 38px;
}

.visualization__suptitle {
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.visualization__number {
  font-size: 25px;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 300;
  line-height: 1.2;
}

.visualization__content {
  display: flex;
  gap: 80px;
}

.visualization__content > .visualization__title {
  display: none;
}

.visualization__tour {
  flex-basis: 1294px;
  height: 700px;
  position: relative;
}

.visualization__tour-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.visualization__tour-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #28352C;
  mix-blend-mode: multiply;
  opacity: 0.2;
}

.visualization__tour-img img {
  height: 100%;
  object-fit: cover;
}

.visualization__tour-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 54px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 16px;
  background-color: rgba(141, 117, 94, 0.5);
  backdrop-filter: blur(40px);
  font-size: 19px;
  font-family: "TT Fors", sans-serif;
  letter-spacing: normal;
  text-transform: none;
  transition: all 0.3s;
}

.visualization__tour-button svg {
  width: 24px;
  height: 24px;
  stroke: #F5F5F5;
  stroke-linejoin: bevel;
  transition: all 0.3s;
}

.visualization__tour-button span {
  white-space: nowrap;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.visualization__tour-button:hover {
  background-color: #8D755E;
}

.visualization__tour-button:hover svg {
  transform: rotate(45deg);
}

.visualization__tour-button:active {
  background-color: #715A45;
}

.visualization__text {
  flex-basis: 426px;
  min-width: 304px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.visualization__description {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
}

.visualization__description p:not(:last-child) {
  margin-bottom: 20px;
}

.visualization__title {
  font-size: 25px;
  font-family: "TT Fors", sans-serif;
  letter-spacing: 0.02em;
  text-transform: none;
}

.visualization_gardens {
  padding: 96px 0 64px;
}

.visualization_gardens .visualization__heading {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #5B645E;
}

.examples {
  padding: 80px 0 120px;
  background-color: #222222;
  overflow: hidden;
}

.examples_green {
  background-color: #28352C;
}

.examples__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 40px;
}

.examples__title {
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
}

.examples__description {
  max-width: 426px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
}

.examples__slider {
  overflow: visible;
}

.examples__slider-item {
  width: 856px;
  height: 518px;
  position: relative;
}

.examples__slider-item:nth-child(even) {
  width: 364px;
}

.examples__slider-item img {
  height: 100%;
  object-fit: cover;
}

.examples__slider-item .button {
  position: absolute;
  top: 0;
  right: 0;
}

.examples-button-prev,
.examples-button-next {
  width: 60px;
  height: 60px;
}

.examples-button-prev svg,
.examples-button-next svg {
  width: 24px;
  height: 24px;
}

.examples__link {
  display: none;
}

.reviews {
  padding: 120px 0 115px;
  color: #222222;
  overflow: hidden;
}

.reviews__title {
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 120px;
}

.reviews__content {
  margin-bottom: 163px;
}

.reviews__slider {
  overflow: visible;
}

.reviews__slider-content {
  position: relative;
}

.reviews__slider-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.reviews__slider-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 420px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #5B645E;
}

.reviews__slider-content {
  grid-column: span 2;
}

.reviews__slider-media {
  width: 100%;
  height: 649px;
  position: relative;
}

.reviews__slider-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(360deg, rgba(40, 53, 44, 0.5) 0%, rgba(117, 155, 129, 0) 80%);
  mix-blend-mode: multiply;
}

.reviews__slider-media img,
.reviews__slider-media video {
  height: 100%;
  object-fit: cover;
}

.reviews__slider-media-time {
  position: absolute;
  bottom: 37px;
  right: 140px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #F5F5F5;
  z-index: 1;
}

.reviews__slider-media .button {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.reviews__slider-media:hover ~ .reviews__slider-author .reviews__slider-author-name {
  color: #8D755E;
}

.reviews__slider-media:active ~ .reviews__slider-author .reviews__slider-author-name {
  color: #715A45;
}

.reviews__slider-author {
  position: absolute;
  bottom: 31px;
  left: 40px;
  right: 20%;
  z-index: 1;
  pointer-events: none;
}

.reviews__slider-author-name {
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  color: #F5F5F5;
  margin-bottom: 4px;
  transition: all 0.3s;
}

.reviews__slider-author-position {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #D6CFC8;
}

.reviews-pagination.swiper-pagination {
  top: 5px;
}

.reviews__bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  gap: 32px;
  position: relative;
}

.reviews__bottom::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -100px;
  width: 150%;
  height: 1.5px;
  background-color: rgba(141, 117, 94, 0.3);
}

.reviews__bottom-slider {
  grid-column: span 2;
  margin: 0;
  margin-right: -60px;
  padding-right: 60px;
}

.reviews__bottom-slider-item {
  width: 426px;
  padding-top: 26px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  position: relative;
}

.reviews__bottom-slider-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #D6CFC8;
}

.reviews__bottom-slider-name {
  margin-bottom: 7px;
}

.reviews__bottom-slider-position {
  color: #8D755E;
  margin-bottom: 19px;
}

.reviews__bottom-slider-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.reviews__bottom-slider-description.active {
  display: block;
}

.reviews__bottom-slider-more {
  margin-top: 12px;
  border: none;
  padding: 0;
}

.reviews__bottom-slider-more.active svg {
  transform: rotate(-180deg);
}

.reviews__bottom-slider-more::after {
  content: none;
}

.reviews__bottom-slider-more:hover:not(.active) svg {
  transform: none;
}

.reviews__rating {
  padding-top: 26px;
  display: flex;
  align-items: center;
}

.reviews__rating-number {
  font-size: 32px;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin-right: 20px;
}

.reviews__rating-text {
  max-width: 200px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
}

.reviews_project .reviews__title {
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: -38px;
}

.reviews_project .reviews__content {
  margin-bottom: 0;
}

.principles {
  padding: 96px 0;
  color: #222222;
}

.principles__heading {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 39px;
  margin-bottom: 19px;
}

.principles__title {
  width: 100%;
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.principles__title span {
  display: block;
  margin-left: 153px;
}

.principles__title span {
  width: 100%;
  max-width: 1188px;
  margin-top: 11px;
  margin-left: auto;
}

.principles__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.principles__subtitle {
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
}

.principles__content {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 0;
}

.principles__item {
  padding-top: 40px;
  padding-right: 16px;
  position: relative;
}

.principles__item:nth-child(-n+2) {
  padding-top: 0;
}

.principles__item:nth-child(-n+2)::before {
  content: none;
}

.principles__item:nth-child(2n) {
  padding-right: 0;
  padding-left: 16px;
}

.principles__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D6CFC8;
}

.principles__item-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin-bottom: 20px;
  cursor: auto;
}

.principles__item-title {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.principles__item-action {
  display: none;
}

.principles__item-description {
  padding-right: 38px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #5B645E;
}

.principles__item-description p:not(:last-child) {
  margin-bottom: 20px;
}

.principles_gardens .principles__heading {
  padding: 0;
  margin-bottom: 20px;
}

.advantages {
  padding: 96px 0;
  color: #222222;
}

.advantages__title {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.advantages__title span {
  grid-column: 2/span 2;
}

.advantages__heading {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  justify-items: flex-start;
  gap: 32px;
  margin-bottom: 120px;
}

.advantages__description {
  grid-column: span 2;
  display: flex;
  gap: 32px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #5B645E;
}

.advantages__description p {
  flex-basis: 426px;
}

.advantages__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.advantages__side-list li:not(:last-child) {
  margin-bottom: 40px;
}

.advantages__side-link {
  font-size: 25px;
  font-family: "TT Fors", sans-serif;
  letter-spacing: 0.02em;
  text-transform: none;
  line-height: 1.19;
  color: #9B9888;
  transition: all 0.3s;
}

.advantages__side-link:hover {
  color: #8D755E;
}

.advantages__side-link:active {
  color: #715A45;
}

.advantages__side-link_active {
  color: #222222;
}

.advantages__side-link_active:hover {
  color: #222222;
}

.advantages__item {
  display: none;
  height: 100%;
}

.advantages__items {
  grid-column: span 2;
}

.advantages__item_active {
  display: block;
}

.advantages__item-heading {
  display: none;
}

.advantages__item-title {
  font-size: 25px;
  font-family: "TT Fors", sans-serif;
  letter-spacing: 0.02em;
  text-transform: none;
  line-height: 1.19;
}

.advantages__item-action {
  display: none;
}

.advantages__item-dropdown {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 21px;
  position: relative;
}

.advantages__item-dropdown::before,
.advantages__item-dropdown::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D6CFC8;
}

.advantages__item-dropdown::after {
  width: 0;
  background-color: #8D755E;
  transition: all 0.3s;
  animation: progress 10s linear forwards;
}

.advantages__item-description {
  max-width: 884px;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
}

.advantages__item-img {
  margin-top: auto;
  margin-left: auto;
  width: 426px;
  height: 246px;
}

.advantages__item-img img {
  height: 100%;
  object-fit: cover;
}

@keyframes progress {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.write-about {
  padding: 96px 0;
  color: #222222;
}

.write-about__title {
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 39px;
}

.write-about__body {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.write-about__content {
  grid-column: 2/span 2;
}

.write-about__link {
  position: relative;
}

.write-about__link:not(:last-child):before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 100vw;
  height: 1px;
  background-color: #D6CFC8;
}

.write-about__link:last-child {
  border: none;
}

.write-about__more {
  margin-top: 40px;
}

.write-about_partners .write-about__link {
  pointer-events: none;
}

.write-about_partners .write-about__link:hover {
  color: inherit;
}

.write-about_partners .write-about__link a {
  pointer-events: all;
}

.blog {
  padding: 96px 0;
  color: #222222;
}

.blog__title {
  max-width: 1189px;
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 81px;
}

.blog__content {
  display: grid;
  gap: 60px;
  margin-bottom: 60px;
}

.blog_dark {
  background-color: #222222;
  color: #F5F5F5;
}

.blog_dark .blog__content {
  margin: 0;
}

.blog_dark .blog-card__text {
  border-color: #5B645E;
}

.blog_dark .blog-card__info-item {
  color: #7A827C;
}

.blog_dark .blog-card__info-item svg {
  stroke: #7A827C;
}

.blog_dark .blog-card__description {
  color: #D6CFC8;
}

.blog-card {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.blog-card:hover .blog-card__title {
  color: #8D755E;
}

.blog-card:active .blog-card__title {
  color: #715A45;
}

.blog-card__img {
  width: 524px;
  height: 220px;
}

.blog-card__img img {
  height: 100%;
  object-fit: cover;
}




.blog-card__text {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  max-width: 1189px;
  padding-top: 19px;
  border-top: 1px solid #D6CFC8;
}

.blog-card__heading {
  max-width: 643px;
}

.blog-card__title {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 19px;
  transition: all 0.3s;
}

.blog-card__info {
  display: flex;
  gap: 20px;
}

.blog-card__info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #8D755E;
}

.blog-card__info-item svg {
  width: 24px;
  height: 24px;
  stroke: #8D755E;
}

.blog-card__description {
  max-width: 426px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #5B645E;
}

.services {
  padding: 102px 0 100px;
  background-color: #EBE7E3;
  color: #222222;
}

.services__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.services__heading {
  padding-top: 20px;
}

.services__title {
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.services__item:not(:last-child) {
  border-bottom: 1px solid #D6CFC8;
  margin-bottom: 21px;
}

.services__item-heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 0;
}

.services__item-heading:hover .services__item-title {
  color: #8D755E;
}

.services__item-heading:hover .services__item-action::before,
.services__item-heading:hover .services__item-action::after {
  background-color: #8D755E;
}

.services__item-heading:active .services__item-title {
  color: #715A45;
}

.services__item-heading:active .services__item-action::before,
.services__item-heading:active .services__item-action::after {
  background-color: #715A45;
}

.services__item-heading_active .services__item-action::after {
  opacity: 0;
}

.services__item-title {
  font-size: 25px;
  font-family: "TT Fors", sans-serif;
  letter-spacing: 0.02em;
  text-transform: none;
  transition: all 0.3s;
}

.services__item-action {
  position: relative;
  width: 40px;
  height: 40px;
}

.services__item-action::before,
.services__item-action::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 1px;
  background-color: #222222;
  transition: all 0.3s;
}

.services__item-action::after {
  width: 1px;
  height: 22px;
}

.services__item-dropdown {
  display: none;
}

.services__item-description {
  max-width: 820px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #5B645E;
}

.stages {
  padding: 96px 0;
  color: #222222;
}

.stages__heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  align-items: flex-end;
  gap: 32px;
}

.stages__heading-arrow {
  display: flex;
  justify-content: flex-end;
  height: 60px;
  overflow: hidden;
}

.stages__heading-arrow svg {
  flex-shrink: 0;
  width: 578px;
  height: 100%;
}

.stages__suptitle {
  width: 100%;
  max-width: 1189px;
  margin-left: auto;
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 86px;
}

.stages__suptitle span {
  display: block;
  margin-left: 153px;
}

.stages__suptitle span {
  margin-left: 305px;
  margin-bottom: 5px;
}

.stages__title {
  width: 100%;
  max-width: 579px;
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.stages__content {
  max-width: 1197px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 7px;
}

.stages__item {
  max-width: 586px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.stages__item:nth-child(even) {
  margin-left: auto;
}

.stages__item:nth-child(2) {
  margin-top: 4px;
}

.stages__item:nth-child(3) {
  margin: 73px 0 81px;
}

.stages__item .number {
  width: 140px;
  flex-shrink: 0;
  padding-left: 26px;
  padding-right: 18px;
}

.stages__item-text {
  position: relative;
}

.stages__item-title {
  font-size: 25px;
  font-family: "TT Fors", sans-serif;
  letter-spacing: 0.02em;
  text-transform: none;
  margin-bottom: 9px;
}

.stages__item-description {
  width: 101%;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
}

.stages_other {
  background-color: #222222;
  color: #F5F5F5;
}

.stages_other .stages__item:not(:last-child) {
  margin-bottom: 42px;
}

.stages_other .stages__item:nth-child(2) {
  margin-top: 0;
}

.stages_other .stages__item:nth-child(3) {
  margin: 20px 0 0;
}

.stages_other .stages__item-description {
  color: #D6CFC8;
}

.faq {
  padding: 96px 0;
  color: #222222;
}

.faq__title {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 61px;
}

.faq__title span {
  grid-column: 2/span 2;
}

.faq__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.faq__text {
  padding-top: 19px;
}

.faq__description {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #5B645E;
  margin-bottom: 10px;
}

.faq__link {
  display: inline-flex;
  justify-content: flex-start;
}

.faq__content {
  grid-column: span 2;
}

.faq__items {
  margin-bottom: 61px;
}

.faq__item:not(:last-child) {
  border-bottom: 1px solid #D6CFC8;
  margin-bottom: 21px;
}

.faq__item-heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 0;
}

.faq__item-heading:hover .faq__item-title {
  color: #8D755E;
}

.faq__item-heading:hover .faq__item-action::before,
.faq__item-heading:hover .faq__item-action::after {
  background-color: #8D755E;
}

.faq__item-heading:active .faq__item-title {
  color: #715A45;
}

.faq__item-heading:active .faq__item-action::before,
.faq__item-heading:active .faq__item-action::after {
  background-color: #715A45;
}

.faq__item-heading_active .faq__item-action::after {
  opacity: 0;
}

.faq__item-title {
  font-size: 25px;
  font-family: "TT Fors", sans-serif;
  letter-spacing: 0.02em;
  text-transform: none;
  transition: all 0.3s;
}

.faq__item-action {
  position: relative;
  width: 40px;
  height: 40px;
}

.faq__item-action::before,
.faq__item-action::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 1px;
  background-color: #222222;
  transition: all 0.3s;
}

.faq__item-action::after {
  width: 1px;
  height: 22px;
}

.faq__item-dropdown {
  display: none;
}

.faq__item-description {
  max-width: 820px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #5B645E;
}

.feedback {
  padding: 120px 0 80px;
  background-color: #28352C;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.feedback__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  z-index: -1;
}

.feedback__bg img {
  height: 100%;
  object-fit: cover;
}

.feedback__content {
  padding-top: 43px;
}

.footer {
  padding: 60px 0 40px;
  background-color: #222222;
}

.footer__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-bottom: 160px;
}

.footer__heading {
  max-width: 426px;
}

.footer__heading .footer__right {
  display: none;
}

.footer__left {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #7A827C;
}

.footer__left .logo {
  width: 162px;
  height: 117px;
  margin-bottom: 18px;
}

.footer__left .logo svg {
  fill: #F5F5F5;
}

.footer__description {
  margin-bottom: 32px;
}

.footer__copy {
  margin-top: auto;
}

.footer__body {
  grid-column: span 2;
  display: flex;
  gap: 32px;
  padding-top: 135px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
}

.footer__nav {
  flex-basis: 273px;
}

.footer__nav:first-child {
  flex-basis: 426px;
}

.footer__nav-title {
  margin: -64px 0 40px;
  color: #7A827C;
}

.footer__list li:not(:last-child) {
  margin-bottom: 20px;
}

.footer__list a {
  transition: all 0.3s;
}

.footer__list a:hover {
  color: #8D755E;
}

.footer__list a:active {
  color: #715A45;
}

.footer__bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  border-top: 1px solid #5B645E;
  padding-top: 19px;
}

.footer__bottom .footer__copy {
  display: none;
}

.footer__small {
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #7A827C;
}

.footer__right {
  grid-column: span 2;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.footer__right .social {
  margin-left: auto;
}

.footer__info {
  display: flex;
  gap: 32px;
  flex-grow: 1;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
}

.footer__info-item {
  flex-basis: 227px;
}

.footer__info-item:nth-child(1) {
  width: 100%;
  flex-basis: 426px;
}

.footer__info-item:nth-child(2) {
  flex-basis: 273px;
}

.footer__phone,
.footer__email {
  transition: all 0.3s;
}

.footer__phone:hover,
.footer__email:hover {
  color: #8D755E;
}

.footer__phone:active,
.footer__email:active {
  color: #715A45;
}

.footer__workdate {
  color: #7A827C;
}

.footer_light {
  background-color: #F5F5F5;
  border-top: 1px solid #D6CFC8;
  color: #222222;
}

.footer_light .logo svg {
  fill: #222222;
}

.footer_light .footer__left,
.footer_light .footer__nav-title,
.footer_light .footer__small,
.footer_light .footer__workdate {
  color: #5B645E;
}

.footer_light .footer__bottom {
  border-color: #D6CFC8;
}

.footer_light .social__item {
  border-color: #D6CFC8;
}

.footer_light .social__item:hover {
  background-color: #F5F5F5;
}

.footer_light .social__item:active {
  background-color: #715A45;
}

.footer_light .social__item svg {
  fill: #8D755E;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.7);
  z-index: 510;
  overflow-y: auto;
  overflow-x: hidden;
}

.popup_active {
  display: block;
}

.popup__wrap {
  min-height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 40px 0 0;
}

.popup__content {
  width: 100%;
  padding: 120px 60px 80px;
  background-color: #28352C;
  position: relative;
  z-index: 1;
}

.popup__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.popup__img img {
  height: 100%;
  object-fit: cover;
}

.popup__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  cursor: pointer;
  z-index: 1;
}

.popup__close:hover {
  background-color: #8D755E;
}

.popup__close:active {
  background-color: #715A45;
}

.popup__heading {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 92px;
}

.popup__title {
  grid-column: 2/span 2;
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.popup_catalog .form__button {
  bottom: 55px;
}

.popup_sent {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  background: none;
}

.popup_sent .popup__wrap {
  padding: 0;
}

.popup_sent .popup__close {
  position: static;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.popup_sent .popup__content {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  max-width: 474px;
  padding: 20px 40px;
  background-color: #8D755E;
}

.popup_sent .popup__heading {
  display: block;
  padding: 4px 0;
  margin-bottom: 0;
}

.popup_sent .popup__title {
  font-size: 14px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.fancybox__toolbar {
  padding: 0;
}

.fancybox__counter {
  font-size: 25px;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  padding: 16px;
}

.fancybox__button--zoom,
.fancybox__button--slideshow,
.fancybox__button--fullscreen,
.fancybox__button--thumbs {
  display: none;
}

.fancybox__button--close {
  width: 60px;
  height: 60px;
  background-color: rgba(141, 117, 94, 0.5);
  backdrop-filter: blur(40px);
  border-radius: 0;
  transition: all 0.3s;
}

.fancybox__button--close:hover {
  background-color: #8D755E;
}

.fancybox__button--close:active {
  background-color: #715A45;
}

.fancybox__button--close svg {
  width: 24px;
  height: 24px;
  stroke: #F5F5F5;
  stroke-width: 1px;
  filter: none;
}

.fancybox__caption {
  align-self: unset;
  width: 486px;
  padding: 60px;
  background: #423B34;
  order: -1;
  color: #F5F5F5;
  margin: -60px 0;
}

.fancybox__caption-award {
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.fancybox__caption-line {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}

.fancybox__caption-date {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #D6CFC8;
}

.fancybox__caption-place {
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
}

.fancybox__caption-description {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #D6CFC8;
}

.fancybox__carousel .fancybox__slide {
  padding: 0;
}

.fancybox__carousel .fancybox__slide.has-caption {
  padding: 60px 0;
  background-color: #222222;
  flex-direction: row;
}

.fancybox__carousel .fancybox__slide.has-caption .fancybox__content {
  align-self: stretch;
}

.fancybox__carousel .carousel__button {
  width: 60px;
  height: 60px;
  background-color: rgba(141, 117, 94, 0.5);
  backdrop-filter: blur(40px);
  border-radius: 0;
  transition: background-color 0.3s;
}

.fancybox__carousel .carousel__button:hover {
  background-color: #8D755E;
}

.fancybox__carousel .carousel__button:active {
  background-color: #715A45;
}

.fancybox__carousel .carousel__button.is-prev svg,
.fancybox__carousel .carousel__button.is-next svg {
  width: 24px;
  height: 24px;
  stroke: #F5F5F5;
  stroke-width: 1px;
  filter: none;
}

.fancybox__carousel .carousel__button.is-prev {
  left: 100px;
}

.fancybox__carousel .carousel__button.is-prev.is-prev_other {
  left: 586px;
}

.fancybox__carousel .carousel__button.is-next {
  right: 100px;
}

.working-documentation {
  padding: 96px 0;
  background-color: #28352C;
}

.working-documentation__heading {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #5B645E;
  margin-bottom: 40px;
}

.working-documentation__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.working-documentation__title {
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.working-documentation__media {
  margin-right: 28px;
  height: 458px;
}

.working-documentation__media img {
  height: 100%;
  object-fit: cover;
}

.working-documentation__group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.working-documentation__description {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
}

.working-documentation__description p:not(:last-child) {
  margin-bottom: 12px;
}

.portfolio {
  padding: 96px 0;
  background-color: #222222;
}

.portfolio__heading {
  border-top: 1px solid #5B645E;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin-bottom: 80px;
}

.portfolio__title {
  font-size: 64px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
}

.portfolio__description {
  max-width: 424px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
}

.portfolio__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 32px;
  align-items: flex-start;
}

.portfolio__side {
  position: sticky;
  top: 40px;
  left: 0;
  transition: all 0.3s;
}

.portfolio__side-list li:not(:last-child) {
  margin-bottom: 20px;
}

.portfolio__side-link {
  font-size: 25px;
  font-family: "TT Fors", sans-serif;
  letter-spacing: 0.02em;
  text-transform: none;
  line-height: 1.19;
  color: #7A827C;
  transition: all 0.3s;
}

.portfolio__side-link_active {
  color: #F5F5F5;
}

.portfolio__content {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 32px;
}

.portfolio__more {
  grid-column: 2/span 2;
  margin-top: 80px;
}

.portfolio_other {
  padding: 120px 0;
  background-color: #F5F5F5;
  color: #222222;
}

.portfolio_other .portfolio__heading {
  padding: 0;
  border: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.portfolio_other .portfolio__title {
  grid-column: 2/span 2;
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.portfolio_other .portfolio__side-link {
  color: #9B9888;
}

.portfolio_other .portfolio__side-link_active {
  color: #222222;
}

.portfolio-card {
  transition: all 0.3s;
}

.portfolio-card:hover .portfolio-card__title {
  color: #8D755E;
}

.portfolio-card:active .portfolio-card__title,
.portfolio-card:active .portfolio-card__subtitle {
  color: #715A45;
}

.portfolio-card_wide {
  grid-column: span 2;
}

.portfolio-card_wide .portfolio-card__img {
  height: 636px;
}

.portfolio-card__img {
  width: 100%;
  height: 309px;
  margin-bottom: 20px;
  overflow: hidden;
}

.portfolio-card__img:hover img {
  transform: scale(1.05);
}

.portfolio-card__img img {
  height: 100%;
  object-fit: cover;
  will-change: transform;
  transition: all 0.3s;
}

.portfolio-card__title {
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: all 0.3s;
  margin-bottom: 10px;
}

.portfolio-card__subtitle {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #8D755E;
  transition: all 0.3s;
}

@keyframes portfolioCardAnimate {
  from {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }

  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

.portfolioCardAnimate {
  -webkit-animation-name: portfolioCardAnimate;
  animation-name: portfolioCardAnimate;
}

.architect {
  padding: 120px 0 80px;
  background-color: #222222;
}

.architect__heading {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 114px;
}

.architect__author-photo {
  width: 273px;
  height: 273px;
  flex-shrink: 0;
  background-color: #423B34;
  margin-bottom: 20px;
}

.architect__author-photo img {
  height: 100%;
  object-fit: cover;
}

.architect__author-name {
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.architect__author-position {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #D6CFC8;
}

.architect__title {
  grid-column: span 2;
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.architect_white {
  background-color: #F5F5F5;
  color: #222222;
}

.architect_white .architect__author-photo {
  background-color: #8D755E;
}

.architect_white .architect__author-position {
  color: #8D755E;
}

.creation {
  padding: 96px 0;
  color: #222222;
}

.creation__heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  gap: 32px;
}

.creation__heading-arrow {
  display: flex;
  justify-content: flex-end;
  height: 60px;
  overflow: hidden;
}

.creation__heading-arrow svg {
  flex-shrink: 0;
  width: 578px;
  height: 100%;
}

.creation__title {
  width: 100%;
  max-width: 884px;
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.creation__title:last-child {
  max-width: 610px;
  text-align: right;
}

.creation__content {
  border-top: 1px solid #D6CFC8;
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 32px;
}

.creation__subtitle {
  max-width: 500px;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.creation__text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
}

.creation__link {
  grid-column: 2;
  justify-content: flex-start;
}

.creation_gardens .creation__title {
  max-width: 880px;
  text-align: left;
}

.creation_gardens .creation__subtitle {
  max-width: 510px;
}

.portfolio-service {
  padding: 96px 0;
  background-color: #222222;
  overflow: hidden;
}

.portfolio-service__heading {
  margin-bottom: 80px;
}

.portfolio-service__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 32px;
  margin-bottom: 90px;
}

.portfolio-service__content .portfolio-card:nth-child(2n) {
  animation-delay: 0.5s;
}

.portfolio-service__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.portfolio-service__link {
  grid-column: 2;
}

.gardens {
  padding: 96px 0;
  color: #222222;
}

.gardens__heading {
  margin-bottom: 40px;
}

.gardens__title {
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.gardens__title span {
  display: block;
  margin-left: 153px;
}

.gardens__img {
  width: 100%;
  height: 692px;
}

.gardens__img img {
  height: 100%;
  object-fit: cover;
}

.gardens__content {
  border-top: 1px solid #D6CFC8;
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.gardens__subtitle {
  max-width: 520px;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.gardens__text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #5B645E;
}

.gardens__text p:not(:last-child) {
  margin-bottom: 20px;
}

.project-detail {
  padding: 120px 0;
  color: #222222;
  overflow: hidden;
}

.project-detail__heading {
  border-top: 1px solid #D6CFC8;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin-bottom: 80px;
}

.project-detail__title {
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.project-detail__award {
  flex-basis: 273px;
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  color: #8D755E;
}

.project-detail__back {
  display: inline-flex;
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.project-detail__slider {
  margin: 0 -60px 40px;
}

.project-detail__slider-item {
  height: 880px;
}

.project-detail__slider-item img {
  height: 100%;
  object-fit: cover;
}

.project-detail-pagination.swiper-pagination-fraction {
  left: 60px;
  top: 60px;
  bottom: auto;
}

.project-detail-button-prev,
.project-detail-button-next {
  width: 100px;
  height: 100px;
  border-radius: 0;
  top: auto;
  bottom: 0;
  transform: none;
}

.project-detail-button-prev.swiper-button-disabled,
.project-detail-button-next.swiper-button-disabled {
  opacity: 0.5;
}

.project-detail-button-prev {
  left: auto;
  right: 100px;
}

.project-detail__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.project-detail__subtitle {
  max-width: 520px;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.project-detail__right {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
}

.project-detail__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px 32px;
  margin-bottom: 57px;
}

.project-detail__info-title {
  color: #5B645E;
  margin-bottom: 2px;
}

.project-detail__info-text {
  font-size: 25px;
  font-family: "TT Fors", sans-serif;
  letter-spacing: 0.02em;
  text-transform: none;
}

.project-detail__text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.project-detail__text p:not(:last-child) {
  margin-bottom: 10px;
}

.goal {
  padding: 96px 0;
  color: #222222;
}

.goal__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding-top: 20px;
  border-top: 1px solid #D6CFC8;
}

.goal__title {
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
}

.goal__description {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #28352C;
}

.goal__description p:not(:last-child) {
  margin-bottom: 20px;
}

.goal__media {
  display: inline-block;
  grid-column: span 2;
  height: 473px;
  position: relative;
}

.goal__media img {
  height: 100%;
  object-fit: cover;
}

.goal__media .button {
  position: absolute;
  top: 0;
  right: 0;
}

.goal__media .button svg {
  stroke: #222222;
}

.peculiarities {
  padding: 96px 0;
  color: #222222;
}

.peculiarities__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding-top: 20px;
  border-top: 1px solid #D6CFC8;
  overflow: hidden;
}

.peculiarities__title {
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
}

.peculiarities__info {
  grid-column: span 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 32px;
  margin-bottom: -1px;
}

.peculiarities__item {
  position: relative;
}

.peculiarities__item::before {
  content: "";
  position: absolute;
  top: calc(100% + 40px);
  left: 0;
  width: calc(100% + 32px);
  height: 1px;
  background-color: #D6CFC8;
}

.peculiarities__item-heading {
  margin-bottom: 19px;
}

.peculiarities__item-title {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.peculiarities__item-action {
  display: none;
}

.peculiarities__item-description {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #5B645E;
}

.video {
  padding: 96px 0;
}

.video__content {
  position: relative;
}

.video__media {
  height: 979px;
  position: relative;
}

.video__media::after {
  content: "";
  position: absolute;
  inset: 50% 0 0 0;
  background: linear-gradient(360deg, rgba(40, 53, 44, 0.3) 0%, rgba(117, 155, 129, 0) 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.video__media img,
.video__media video {
  height: 100%;
  object-fit: cover;
}

.video__media-time {
  position: absolute;
  bottom: 39px;
  right: 140px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  z-index: 1;
}

.video__media .button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.video__text {
  position: absolute;
  bottom: 60px;
  left: 40px;
  right: 20%;
  pointer-events: none;
}

.video__title {
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
}

.result {
  padding: 96px 0;
  color: #222222;
}

.result__heading {
  padding-top: 19px;
  border-top: 1px solid #D6CFC8;
  margin-bottom: 39px;
}

.result__title {
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
}

.result__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.result__item {
  position: relative;
  height: 230px;
  overflow: hidden;
}

.result__item:hover img {
  transform: scale(1.05);
}

.result__item:nth-child(10n+1),
.result__item:nth-child(10n+3) {
  grid-row: span 2;
  height: 492px;
}

.result__item:nth-child(10n+7) {
  grid-column: span 2;
  grid-row: span 2;
  height: 492px;
}

.result__item:nth-child(10n+9) {
  grid-row: span 2;
  height: 492px;
}

.result__item img {
  height: 100%;
  object-fit: cover;
  will-change: transform;
  transition: all 0.3s;
}

.result__item .button {
  position: absolute;
  top: 0;
  right: 0;
}

.about {
  padding: 96px 0;
  color: #222222;
}

.about__heading {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}

.about__suptitle {
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  color: #5B645E;
}

.about__title {
  grid-column: span 2;
  font-size: 64px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}

.about__title span {
  margin-top: 10px;
  margin-left: 110px;
}

.about__img {
  height: 786px;
}

.about__img img {
  height: 100%;
  object-fit: cover;
}

.person-about {
  padding: 96px 0;
  color: #222222;
}

.person-about__heading {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 80px;
}

.person-about__title {
  grid-column: 1/2;
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  color: #5B645E;
}

.person-about__subtitle {
  display: none;
}

.person-about__body {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
}

.person-about__img {
  grid-column: 1/4;
  height: 426px;
}

.person-about__img img {
  aspect-ratio: 426/560;
  height: 100%;
  object-fit: cover;
}

.person-about__content {
  grid-column: 5/13;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 32px;
}

.person-about__content-subtitle {
  font-size: 64px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  row-gap: 28px;
}

.person-about__content-subtitle span {
  margin-left: 110px;
}

.person-about__info {
  max-width: 302px;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.02em;
  color: #5B645E;
}

.person-about__info span {
  display: block;
}

.person-about__info-bottom {
  margin-top: 20px;
}

.about-info {
  padding: 96px 0;
  color: #222222;
}

.about-info__heading {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 80px;
}

.about-info__suptitle {
  font-size: 14px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #5B645E;
}

.about-info__title {
  grid-column: span 2;
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.about-info__title span {
  display: block;
  margin-left: 153px;
}

.about-info__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-top: 20px;
  border-top: 1px solid #D6CFC8;
}

.about-info__text {
  max-width: 425px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #5B645E;
}

.about-info__text p:not(:last-child) {
  margin-bottom: 20px;
}

.about-info__img {
  grid-column: span 2;
  height: 565px;
}

.about-info__img img {
  height: 100%;
  object-fit: cover;
}

.history {
  padding: 96px 0;
  background-color: #222222;
}

.history__heading {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  padding-bottom: 39px;
  border-bottom: 1px solid #5B645E;
  margin-bottom: 40px;
}

.history__heading-right {
  grid-column: 2;
}

.history__title {
  grid-column: 2;
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.history__description {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
}

.history__info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 80px;
}

.history__info .number__text {
  max-width: none;
}

.history__img {
  height: 900px;
}

.history__img img {
  height: 100%;
  object-fit: cover;
}

.history__quotation {
  display: flex;
  align-items: flex-end;
  margin-bottom: 80px;
}

.history__quotation .separator {
  width: 149px;
  height: 300px;
  margin-right: 20px;
}

.history__quotation-text {
  font-size: 38px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-transform: none;
  padding-bottom: 40px;
}

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

.history_gardens .history__heading {
  padding-bottom: 0;
  border: none;
  margin-bottom: 80px;
}

.location {
  padding: 96px 0;
  background-color: #222222;
  overflow: hidden;
}

.location__heading {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 82px;
}

.location__title {
  max-width: 750px;
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.location__description {
  max-width: 425px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #D6CFC8;
}

.location__content {
  position: relative;
  margin-bottom: 130px;
}

.location__img {
  max-width: 1512px;
  height: 800px;
  margin: 0 auto;
}

.location__img img {
  height: 100%;
  object-fit: contain;
}

.location__ticker {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  overflow: visible;
}

.location__ticker-wrapper {
  transition-timing-function: linear;
}

.location__ticker-item {
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: center;
}

.location__ticker-item:not(:last-child) {
  margin-right: 80px;
}

.location__bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.location__block {
  grid-column: 2/span 2;
}

.location__block-title {
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.location__block-title span:first-child {
  text-indent: 305px;
  display: inline-block;
  margin-bottom: 5px;
}

.location__block-title span:last-child {
  color: #8D755E;
}

.location__link {
  margin-top: 38px;
}

.company-details {
  padding: 96px 0;
  color: #5B645E;
}

.company-details__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-top: 20px;
  border-top: 1px solid #D6CFC8;
}

.company-details__title {
  font-size: 14px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.company-details__info {
  grid-column: 2/span 2;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
}

.company-details__info-item:not(:last-child) {
  margin-bottom: 10px;
}

.awards-hero {
  padding: 120px 0;
  color: #222222;
}

.awards-hero__heading {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 80px;
}

.awards-hero__suptitle {
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  color: #5B645E;
}

.awards-hero__title {
  grid-column: span 2;
  font-size: 64px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}

.awards-hero__title span {
  width: 100%;
  max-width: 1037px;
  margin-top: 10px;
  margin-left: auto;
}

.awards-hero__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  padding-top: 20px;
  border-top: 1px solid #D6CFC8;
}

.awards-hero__description {
  max-width: 490px;
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
}

.award-card {
  background: #222222;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.award-card__content {
  display: flex;
  flex-direction: column;
  padding: 60px 0 60px 60px;
  overflow: hidden;
}

.award-card__heading {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 32px;
  padding-right: 28px;
}

.award-card__text {
  max-width: 580px;
}

.award-card__date {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  opacity: 0.4;
  margin-bottom: 5px;
}

.award-card__title {
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 19px;
}

.award-card__description {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #D6CFC8;
}

.award-card__logo {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.02);
}

.award-card__logo svg {
  width: 100%;
  height: 100%;
}

.award-card__bottom {
  margin-top: auto;
}

.award-card__bottom .number {
  margin-bottom: 43px;
}

.award-card__bottom .number__text {
  max-width: 300px;
}

.award-card__prize-slider-item {
  width: 209px;
  height: 290px;
  position: relative;
}

.award-card__prize-slider-item:hover::before {
  opacity: 0;
}

.award-card__prize-slider-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222222;
  opacity: 0.4;
  transition: all 0.3s;
}

.award-card__prize-slider-item img {
  height: 100%;
  object-fit: contain;
}

.award-card__prize-button-prev,
.award-card__prize-button-next {
  right: 20px;
  width: 60px;
  height: 60px;
}

.award-card__prize-button-prev svg,
.award-card__prize-button-next svg {
  width: 20px;
  height: 20px;
}

.award-card__prize-button-prev {
  right: auto;
  left: 20px;
}

.project-card {
  min-width: 0;
}

.project-card__item {
  position: relative;
}

.project-card__item:hover .project-card__title {
  color: #8D755E;
}

.project-card__item:active .project-card__title {
  color: #715A45;
}

.project-card .button {
  position: absolute;
  bottom: 128px;
  right: 60px;
  z-index: 1;
}

.project-card .button svg {
  transform: none;
}

.project-card__img {
  height: 1080px;
  position: relative;
}

.project-card__img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgb(34, 34, 34) 100%);
  opacity: 0.7;
  pointer-events: none;
}

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

.project-card__text {
  position: absolute;
  bottom: 103px;
  left: 60px;
  right: 200px;
  max-width: 500px;
  z-index: 1;
}

.project-card__date {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #D6CFC8;
  margin-bottom: 5px;
}

.project-card__title {
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.project-card__description {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #D6CFC8;
}

.project-card-pagination.swiper-pagination {
  width: auto;
  left: 60px;
  right: 60px;
  bottom: 60px;
}

.blog-hero {
  padding: 96px 0;
  background-color: #222222;
}

.blog-hero__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-top: 30px;
  border-top: 1px solid #5B645E;
}

.blog-hero__title {
  font-size: 64px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
}

.blog-hero__body {
  grid-column: span 2;
}

.blog-hero__text {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 426px));
  gap: 32px;
  color: #D6CFC8;
  margin-bottom: 40px;
}

.blog-all {
  padding: 96px 0;
  background-color: #222222;
}

.blog-all__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 120px 32px;
}

.blog-all .blog-card {
  grid-column: 2/span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.blog-all .blog-card__img {
  max-width: 530px;
  width: auto;
  /*height: 326px;*/
	/*FIX*/
  /*start*/	height:auto!important; /*end*/
}

.blog-all .blog-card__text {
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
  max-width: none;
  border-color: #5B645E;
}

.blog-all .blog-card__info-item {
  color: #7A827C;
}

.blog-all .blog-card__info-item svg {
  stroke: #7A827C;
}

.blog-all .blog-card__heading {
  max-width: none;
}

.blog-all .blog-card__description {
  max-width: none;
  color: #D6CFC8;
}

.blog-all .blog-card:nth-child(8n+1) {
  grid-column: 2/span 3;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px 32px;
}

.blog-all .blog-card:nth-child(8n+1) .blog-card__img {
  max-width: none;
  height: auto /*fix*/ !important;
  order: 1;
  grid-column: span 3;
}

.blog-all .blog-card:nth-child(8n+1) .blog-card__text {
  /*grid-column: 2/span 2;*/
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  /*align-items: center;*/
}

.blog-all .blog-card:nth-child(8n+1) .blog-card__heading {
  min-height: 120px;
}

.blog-all .blog-card:nth-child(8n+5) {
  gap: 40px 32px;
}

.blog-all .blog-card:nth-child(8n+5) .blog-card__img {
  max-width: none;
  height: 458px  ;
  order: 1;
  grid-column: span 2;
}

.blog-all .blog-card:nth-child(8n+5) .blog-card__text {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.blog-detail {
  padding: 96px 0;
  background-color: #222222;
}

.blog-detail__hero {
  margin-bottom: 160px;
}

.blog-detail__heading {
  margin-bottom: 80px;
}

.blog-detail__group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.blog-detail__group:not(:last-child) {
  margin-bottom: 80px;
}

.blog-detail__author {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-detail__author-photo {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  background-color: #8D755E;
}

.blog-detail__author-photo img {
  height: 100%;
  object-fit: cover;
}

.blog-detail__author-text {
  max-width: 250px;
}

.blog-detail__author-name {
  font-size: 14px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.blog-detail__author-position {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #D6CFC8;
}

.blog-detail__title {
  grid-column: span 2;
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.blog-detail__back {
  width: max-content;
  justify-content: flex-start;
}

.blog-detail__back:hover {
  color: #F5F5F5;
}

.blog-detail__back:hover svg {
  stroke: #F5F5F5;
}

.blog-detail__back:active {
  color: #715A45;
}

.blog-detail__back:active svg {
  stroke: #715A45;
}

.blog-detail__info {
  display: flex;
  gap: 20px;
}

.blog-detail__info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #7A827C;
}

.blog-detail__info-item svg {
  width: 24px;
  height: 24px;
  stroke: #7A827C;
}

.blog-detail__img {
  height: auto;
}

.blog-detail__img img {
  height: 100%;
  object-fit: contain;
}

.blog-detail__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 32px;
}

.blog-detail__content {
  grid-column: 2/span 2;
  margin-bottom: 120px;
}

.blog-detail__slider {
  width: 100%;
  min-width: 0;
}

.blog-detail__slider-item {
  height: 700px;
}

.blog-detail__slider-item img {
  height: 100%;
  object-fit: cover;
}

.blog-detail-button-prev,
.blog-detail-button-next {
  width: 100px;
  height: 100px;
  border-radius: 0;
  top: auto;
  bottom: 0;
  transform: none;
}

.blog-detail-button-prev.swiper-button-disabled,
.blog-detail-button-next.swiper-button-disabled {
  opacity: 0.5;
}

.blog-detail-button-prev.swiper-button-lock,
.blog-detail-button-next.swiper-button-lock {
  display: none;
}

.blog-detail-button-prev {
  left: auto;
  right: 100px;
}

.blog-detail-pagination.swiper-pagination-fraction {
  left: 60px;
  top: 60px;
  bottom: auto;
}

.blog-detail__item {
  display: grid;
  gap: 60px;
}

.blog-detail__item:not(:last-child) {
  margin-bottom: 120px;
}

.blog-detail__item-title {
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #5B645E;
  margin-bottom: 40px;
}

.blog-detail__item-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.blog-detail__item-subtitle {
  font-size: 14px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.blog-detail__item-description {
  grid-column: 2;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #D6CFC8;
}

.blog-detail__item-description p:not(:last-child) {
  margin-bottom: 20px;
}

.blog-detail__item-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.blog-detail__item-grid .blog-detail__slider {
  grid-column: 2;
}

.blog-detail__item-grid .blog-detail__slider-item {
  height: auto;
  aspect-ratio: 574/700;
}

.blog-detail__item-img {
  height: 700px;
}

.blog-detail__item-img img {
  height: 100%;
  object-fit: cover;
}

.blog-detail__share {
  grid-column: 2/span 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding-top: 20px;
  border-top: 1px solid #5B645E;
}

.blog-detail__share-title {
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
}

.club {
  padding: 96px 0;
  background-color: #222222;
}

.club__heading {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 80px;
}

.club__logo {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
}

.club__logo svg {
  width: 100%;
  height: 100%;
  fill: #F5F5F5;
}

.club__hero {
  padding-top: 20px;
  border-top: 1px solid #5B645E;
}

.club__title {
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.club__title span {
  color: #8D755E;
}

.club__description {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
}

.club__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 32px;
}

.club__img {
  max-width: 856px;
  height: 458px;
}

.club__img img {
  height: 100%;
  object-fit: cover;
}

.club__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.club__subtitle {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.club__text {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
}

.club__small {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #D6CFC8;
}

.club__link {
  margin-top: -40px;
  align-self: flex-start;
}

.club__link:hover svg {
  transform: none;
  stroke: none;
  fill: #F5F5F5;
}

.club__link:active svg {
  fill: #715A45;
}

.club__link svg {
  width: 40px;
  height: 40px;
  stroke: none;
  fill: #8D755E;
}

.invite {
  padding: 120px 0 80px;
  background-color: #222222;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.invite__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 73%;
  height: 100%;
  z-index: -1;
}

.invite__bg img {
  height: 100%;
  object-fit: cover;
}

.invite__heading {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.invite__title {
  grid-column: 2/span 2;
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.invite__content {
  padding-top: 120px;
}

.timetable {
  padding: 96px 0;
  background-color: #222222;
}

.timetable__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.timetable__content {
  grid-column: 2/span 2;
}

.timetable__title {
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.timetable__title span {
  align-self: flex-start;
  color: #8D755E;
  margin-top: 5px;
}

.timetable__link {
  margin-top: 40px;
}

.contacts {
  padding: 96px 0;
  color: #222222;
  overflow: hidden;
}

.contacts__heading {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 80px;
}

.contacts__title {
  grid-column: 2;
  font-size: 64px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
}

.contacts__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  align-items: flex-start;
  padding-top: 20px;
  border-top: 1px solid #D6CFC8;
}

.contacts__info-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contacts__info-item:not(:last-child) {
  margin-bottom: 58px;
}

.contacts__info-link {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.contacts__info-link:not(:last-child) {
  margin-bottom: 20px;
}

.contacts__info-suptitle {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #5B645E;
  margin-bottom: 10px;
}

.contacts__text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 32px;
}

.contacts__description {
  max-width: 270px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #5B645E;
}

.contacts__description p:not(:last-child) {
  margin-bottom: 11px;
}

.vacancies {
  padding: 96px 0;
  color: #222222;
}

.vacancies__heading {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 80px;
}

.vacancies__title {
  grid-column: 2/span 2;
  font-size: 64px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
}

.vacancies__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.vacancies__description {
  max-width: 430px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #7A827C;
}

.vacancies__content {
  grid-column: 2/span 2;
}

.vacancies__link {
  border-top: 1px solid #D6CFC8;
  padding: 13px 0 14px;
  font-size: 25px;
  font-family: "TT Fors", sans-serif;
  letter-spacing: 0.02em;
  text-transform: none;
  line-height: 1.6;
}

.vacancies__link span {
  max-width: 850px;
}

.vacancies__link:not(:last-child) {
  margin-bottom: 20px;
}

.vacancies__more {
  display: none;
}

.offer {
  padding: 96px 0;
  background-color: #222222;
}

.offer__heading {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 80px;
}

.offer__title {
  max-width: 730px;
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.offer__description {
  max-width: 425px;
  margin-left: auto;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #EBE7E3;
}

.offer__body {
  padding-top: 20px;
  border-top: 1px solid #5B645E;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  overflow: hidden;
}

.offer__subtitle {
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
}

.offer__content {
  grid-column: 2/span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 32px;
  margin-bottom: -1px;
}

.offer__item {
  position: relative;
}

.offer__item::before {
  content: "";
  position: absolute;
  top: calc(100% + 40px);
  left: 0;
  width: calc(100% + 32px);
  height: 1px;
  background-color: #5B645E;
}

.offer__item-heading {
  margin-bottom: 19px;
  cursor: text;
}

.offer__item-title {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.offer__item-action {
  display: none;
}

.offer__item-description {
  max-width: 540px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #EBE7E3;
}

.request {
  padding: 120px 0 80px;
  background-color: #28352C;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.request__heading {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 112px;
}

.request__recruiter-photo {
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
}

.request__recruiter-photo img {
  height: 100%;
  object-fit: cover;
}

.request__recruiter-name {
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.request__recruiter-position {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #D6CFC8;
  margin-bottom: 20px;
}

.request__recruiter-link {
  justify-content: flex-start;
  justify-self: flex-start;
}

.request__recruiter-link:hover {
  color: #8D755E;
}

.request__recruiter-link:hover svg {
  stroke: #8D755E;
}

.request__recruiter-link:active {
  color: #715A45;
}

.request__recruiter-link:active svg {
  stroke: #715A45;
}

.request__text {
  grid-column: 2/span 2;
}

.request__title {
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.request__description {
  max-width: 420px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  margin-top: 20px;
}

.request .form__body {
  padding-top: 0;
  grid-column: 2/span 2;
}

.vacancy {
  padding: 96px 0;
  color: #222222;
}

.vacancy__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: flex-start;
}

.vacancy__back {
  display: inline-flex;
  justify-self: start;
}

.vacancy__content {
  grid-column: 2/span 2;
}

.vacancy__title {
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.vacancy__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding-bottom: 18px;
  border-bottom: 1px solid #D6CFC8;
  margin-bottom: 60px;
}

.vacancy__price {
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  color: #5B645E;
}

.vacancy__text {
  max-width: 884px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
}

.vacancy__block {
  display: grid;
  gap: 10px;
}

.vacancy__block:not(:last-child) {
  padding-bottom: 80px;
  border-bottom: 1px solid #D6CFC8;
  margin-bottom: 80px;
}

.vacancy__subtitle {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.policy {
  padding: 96px 0;
  color: #222222;
}

.policy__title {
  max-width: 830px;
  font-size: 44px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.policy__list {
  counter-reset: num;
}

.policy__item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-top: 20px;
  border-top: 1px solid #D6CFC8;
}

.policy__item:not(:last-child) {
  margin-bottom: 80px;
}

.policy__item-title {
  display: flex;
  gap: 10px;
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
}

.policy__item-title::before {
  counter-increment: num;
  content: counter(num) ".";
  width: 44px;
  flex-shrink: 0;
  text-align: right;
}

.policy__item-content {
  grid-column: 2/span 2;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #5B645E;
}

.policy__item-description:not(:last-child) {
  margin-bottom: 20px;
}

.policy__sublist {
  counter-reset: num;
  padding-left: 50px;
}

.policy__sublist > li {
  position: relative;
}

.policy__sublist > li::before {
  counter-increment: num;
  content: counters(num, ".") "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 40px;
  text-align: right;
}

.policy__sublist > li:not(:last-child) {
  margin-bottom: 20px;
}

.policy__sublist .list {
  padding-left: 24px;
  margin-top: 10px;
}

.not-found {
  color: #222222;
}

.not-found__content {
  min-height: 100vh;
  padding: 200px 0 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.not-found .number {
  margin-right: 28px;
  margin-bottom: 40px;
}

.not-found .number__value {
  font-size: 420px;
}

.not-found .number__value::after {
  width: 100px;
  border-width: 2px;
}

.not-found__description {
  max-width: 880px;
  font-size: 22px;
  font-family: "Grato Grotesk", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
}

@media (min-width: 1280px) {
  .header:not(.header_white, .header_light):hover {
    background-color: #222222;
  }

  .portfolio-service__content .portfolio-card .portfolio-card__img {
    aspect-ratio: 16/9;
    height: auto;
  }

  .portfolio-service__content .portfolio-card_wide .portfolio-card__img {
    aspect-ratio: 16/7;
  }
}

@media (min-width: 1921px) {
  .individuality .container {
    overflow: hidden;
  }
}

@media (max-width: 1919px) {
  .header__body {
    gap: 46px;
  }

  .logo {
    width: 113px;
    height: 82px;
  }

  .nav__item:not(:last-child) {
    margin-right: 32px;
  }

  .slider-pagination-number.swiper-pagination .swiper-pagination-bullet {
    font-size: 19px;
  }

  .slider-pagination.swiper-pagination-fraction {
    font-size: 22px;
  }

  .link {
    font-size: 35px;
  }

  .link_big {
    font-size: 19px;
  }

  .link_middle {
    font-size: 24px;
    line-height: 1.15;
  }

  .link_small {
    font-size: 14px;
  }

  .number__value {
    font-size: 68px;
  }

  .number__text {
    font-size: 14px;
    line-height: 1.25;
  }

  .form__description {
    font-size: 14px;
    line-height: 1.25;
  }

  input,
  textarea {
    font-size: 19px;
  }

  .label__text {
    font-size: 14px;
    line-height: 1.25;
  }

  .file__text {
    font-size: 14px;
    line-height: 1.25;
  }

  .file__item-name {
    font-size: 19px;
  }

  .list {
    font-size: 14px;
    line-height: 1.25;
  }

  .cookies__description {
    font-size: 12px;
  }

  .hero__text {
    font-size: 12px;
  }

  .hero__text {
    max-width: 304px;
  }

  .hero__title {
    font-size: 50px;
  }

  .hero__title {
    max-width: 1200px;
  }

  .hero__cta-title {
    font-size: 14px;
  }

  .project {
    padding: 64px 0;
  }

  .project_active {
    padding-bottom: 0;
  }

  .project__subtitle {
    font-size: 22px;
    line-height: 1.15;
  }

  .project__text {
    font-size: 14px;
    line-height: 1.25;
  }

  .project__title {
    font-size: 50px;
  }

  .project__description {
    font-size: 14px;
    line-height: 1.25;
  }

  .project__slider-title {
    font-size: 19px;
  }

  .project__slider-description {
    font-size: 14px;
    line-height: 1.25;
  }

  .individuality {
    padding: 64px 0;
  }

  .individuality__title {
    font-size: 35px;
  }

  .individuality__slider-title {
    font-size: 19px;
  }

  .individuality__slider-text {
    font-size: 14px;
    line-height: 1.25;
  }

  .spaces__inner {
    padding: 64px 0;
  }

  .spaces__title {
    font-size: 35px;
  }

  .spaces__number {
    font-size: 22px;
  }

  .spaces__text-title {
    font-size: 19px;
  }

  .spaces__text-description {
    font-size: 14px;
    line-height: 1.25;
  }

  .spaces__subtitle {
    font-size: 22px;
    line-height: 1.15;
  }

  .spaces__button {
    font-size: 14px;
    line-height: 1.25;
  }

  .download {
    padding: 64px 0;
  }

  .download__title {
    font-size: 35px;
  }

  .awards {
    padding: 64px 0;
  }

  .awards__title {
    font-size: 24px;
    line-height: 1.15;
  }

  .awards__description {
    font-size: 14px;
    line-height: 1.25;
  }

  .awards__item-number {
    font-size: 22px;
  }

  .awards__item-number span {
    font-size: 14px;
    line-height: 1.25;
  }

  .awards__item-title {
    font-size: 22px;
    line-height: 1.15;
  }

  .consultation__title {
    font-size: 35px;
  }

  .quotation {
    padding: 64px 0;
  }

  .quotation__author-name {
    font-size: 14px;
    line-height: 1.25;
  }

  .quotation__text {
    font-size: 32px;
  }

  .visualization__suptitle {
    font-size: 35px;
  }

  .visualization__number {
    font-size: 22px;
  }

  .visualization__tour-button {
    font-size: 14px;
  }

  .visualization__description {
    font-size: 14px;
    line-height: 1.25;
  }

  .visualization__title {
    font-size: 24px;
    line-height: 1.15;
  }

  .examples__title {
    font-size: 19px;
  }

  .examples__description {
    font-size: 14px;
    line-height: 1.25;
  }

  .reviews__title {
    font-size: 35px;
  }

  .reviews__slider-text {
    font-size: 14px;
    line-height: 1.25;
  }

  .reviews__slider-media-time {
    font-size: 14px;
    line-height: 1.25;
  }

  .reviews__slider-author-name {
    font-size: 19px;
  }

  .reviews__slider-author-position {
    font-size: 14px;
    line-height: 1.25;
  }

  .reviews__bottom-slider-item {
    font-size: 14px;
    line-height: 1.25;
  }

  .reviews__rating-number {
    font-size: 28px;
  }

  .reviews__rating-text {
    font-size: 14px;
    line-height: 1.25;
  }

  .reviews_project .reviews__title {
    font-size: 19px;
  }

  .principles {
    padding: 64px 0;
  }

  .principles__title {
    font-size: 35px;
  }

  .principles__subtitle {
    font-size: 19px;
  }

  .principles__item-title {
    font-size: 22px;
    line-height: 1.15;
  }

  .principles__item-description {
    font-size: 14px;
    line-height: 1.25;
  }

  .advantages {
    padding: 64px 0;
  }

  .advantages__title {
    font-size: 35px;
  }

  .advantages__description {
    font-size: 14px;
    line-height: 1.25;
  }

  .advantages__side-link {
    font-size: 24px;
    line-height: 1.15;
  }

  .advantages__item-title {
    font-size: 24px;
    line-height: 1.15;
  }

  .advantages__item-description {
    font-size: 22px;
    line-height: 1.15;
  }

  .write-about {
    padding: 64px 0;
  }

  .write-about__title {
    font-size: 35px;
  }

  .write-about_partners .write-about__link a {
    font-size: 19px;
  }

  .blog {
    padding: 64px 0;
  }

  .blog__title {
    font-size: 35px;
  }

  .blog-card__title {
    font-size: 22px;
    line-height: 1.15;
  }

  .blog-card__info-item {
    font-size: 14px;
    line-height: 1.25;
  }

  .blog-card__description {
    font-size: 14px;
    line-height: 1.25;
  }

  .services__title {
    font-size: 35px;
  }

  .services__item-title {
    font-size: 24px;
    line-height: 1.15;
  }

  .services__item-description {
    font-size: 14px;
    line-height: 1.25;
  }

  .stages {
    padding: 64px 0;
  }

  .stages__suptitle {
    font-size: 35px;
  }

  .stages__title {
    font-size: 35px;
  }

  .stages__item-title {
    font-size: 24px;
    line-height: 1.15;
  }

  .stages__item-description {
    font-size: 14px;
    line-height: 1.25;
  }

  .faq {
    padding: 64px 0;
  }

  .faq__title {
    font-size: 35px;
  }

  .faq__description {
    font-size: 14px;
    line-height: 1.25;
  }

  .faq__item-title {
    font-size: 24px;
    line-height: 1.15;
  }

  .faq__item-description {
    font-size: 14px;
    line-height: 1.25;
  }

  .footer__body {
    font-size: 14px;
    line-height: 1.25;
  }

  .footer__info {
    font-size: 14px;
    line-height: 1.25;
  }

  .popup__title {
    font-size: 35px;
  }

  .popup_sent .popup__title {
    font-size: 12px;
  }

  .fancybox__counter {
    font-size: 22px;
  }

  .fancybox__caption-award {
    font-size: 19px;
  }

  .fancybox__caption-date {
    font-size: 14px;
    line-height: 1.25;
  }

  .fancybox__caption-date {
    font-size: 16px;
  }

  .fancybox__caption-place {
    font-size: 19px;
  }

  .fancybox__caption-description {
    font-size: 14px;
    line-height: 1.25;
  }

  .working-documentation {
    padding: 64px 0;
  }

  .working-documentation__title {
    font-size: 35px;
  }

  .working-documentation__description {
    font-size: 14px;
    line-height: 1.25;
  }

  .portfolio {
    padding: 64px 0;
  }

  .portfolio__title {
    font-size: 50px;
  }

  .portfolio__description {
    font-size: 14px;
    line-height: 1.25;
  }

  .portfolio__side-link {
    font-size: 24px;
    line-height: 1.15;
  }

  .portfolio_other .portfolio__title {
    font-size: 35px;
  }

  .portfolio-card__title {
    font-size: 19px;
  }

  .portfolio-card__subtitle {
    font-size: 14px;
    line-height: 1.25;
  }

  .architect__author-name {
    font-size: 19px;
  }

  .architect__author-position {
    font-size: 14px;
    line-height: 1.25;
  }

  .architect__title {
    font-size: 35px;
  }

  .creation {
    padding: 64px 0;
  }

  .creation__title {
    font-size: 35px;
  }

  .creation__subtitle {
    font-size: 22px;
    line-height: 1.15;
  }

  .creation__text {
    font-size: 14px;
    line-height: 1.25;
  }

  .portfolio-service {
    padding: 64px 0;
  }

  .gardens {
    padding: 64px 0;
  }

  .gardens__title {
    font-size: 35px;
  }

  .gardens__subtitle {
    font-size: 22px;
    line-height: 1.15;
  }

  .gardens__text {
    font-size: 14px;
    line-height: 1.25;
  }

  .project-detail__title {
    font-size: 35px;
  }

  .project-detail__award {
    font-size: 19px;
  }

  .project-detail__award {
    flex-basis: 192px;
  }

  .project-detail__back {
    font-size: 22px;
    line-height: 1.15;
  }

  .project-detail__subtitle {
    font-size: 22px;
    line-height: 1.15;
  }

  .project-detail__right {
    font-size: 14px;
    line-height: 1.25;
  }

  .project-detail__info-text {
    font-size: 24px;
    line-height: 1.15;
  }

  .goal {
    padding: 64px 0;
  }

  .goal__title {
    font-size: 19px;
  }

  .goal__description {
    font-size: 14px;
    line-height: 1.25;
  }

  .peculiarities {
    padding: 64px 0;
  }

  .peculiarities__title {
    font-size: 19px;
  }

  .peculiarities__item-title {
    font-size: 22px;
    line-height: 1.15;
  }

  .peculiarities__item-description {
    font-size: 14px;
    line-height: 1.25;
  }

  .video {
    padding: 64px 0;
  }

  .video__media-time {
    font-size: 14px;
    line-height: 1.25;
  }

  .video__title {
    font-size: 19px;
  }

  .result {
    padding: 64px 0;
  }

  .result__title {
    font-size: 19px;
  }

  .about {
    padding: 64px 0;
  }

  .about__suptitle {
    font-size: 19px;
  }

  .about__title {
    font-size: 50px;
  }

  .person-about {
    padding: 64px 0;
  }

  .person-about__title {
    font-size: 19px;
  }

  .person-about__content-subtitle {
    font-size: 50px;
  }

  .about-info {
    padding: 64px 0;
  }

  .about-info__suptitle {
    font-size: 12px;
  }

  .about-info__title {
    font-size: 35px;
  }

  .about-info__text {
    font-size: 14px;
    line-height: 1.25;
  }

  .history {
    padding: 64px 0;
  }

  .history__title {
    font-size: 35px;
  }

  .history__description {
    font-size: 14px;
    line-height: 1.25;
  }

  .history__quotation-text {
    font-size: 32px;
  }

  .location {
    padding: 64px 0;
  }

  .location__title {
    font-size: 35px;
  }

  .location__description {
    font-size: 14px;
    line-height: 1.25;
  }

  .location__ticker-item {
    font-size: 35px;
  }

  .location__block-title {
    font-size: 35px;
  }

  .company-details {
    padding: 64px 0;
  }

  .company-details__title {
    font-size: 12px;
  }

  .company-details__info {
    font-size: 14px;
    line-height: 1.25;
  }

  .awards-hero__suptitle {
    font-size: 19px;
  }

  .awards-hero__title {
    font-size: 50px;
  }

  .awards-hero__description {
    font-size: 19px;
  }

  .award-card__date {
    font-size: 14px;
    line-height: 1.25;
  }

  .award-card__title {
    font-size: 19px;
  }

  .award-card__description {
    font-size: 14px;
    line-height: 1.25;
  }

  .project-card__date {
    font-size: 14px;
    line-height: 1.25;
  }

  .project-card__title {
    font-size: 19px;
  }

  .project-card__description {
    font-size: 14px;
    line-height: 1.25;
  }

  .blog-hero {
    padding: 64px 0;
  }

  .blog-hero__title {
    font-size: 50px;
  }

  .blog-hero__text {
    font-size: 14px;
    line-height: 1.25;
  }

  .blog-all {
    padding: 64px 0;
  }

  .blog-detail {
    padding: 64px 0;
  }

  .blog-detail__author-name {
    font-size: 12px;
  }

  .blog-detail__author-position {
    font-size: 14px;
    line-height: 1.25;
  }

  .blog-detail__title {
    font-size: 35px;
  }

  .blog-detail__info-item {
    font-size: 14px;
    line-height: 1.25;
  }

  .blog-detail__item-title {
    font-size: 19px;
  }

  .blog-detail__item-subtitle {
    font-size: 12px;
  }

  .blog-detail__item-description {
    font-size: 14px;
    line-height: 1.25;
  }

  .blog-detail__share-title {
    font-size: 19px;
  }

  .club {
    padding: 64px 0;
  }

  .club__title {
    font-size: 35px;
  }

  .club__description {
    font-size: 14px;
    line-height: 1.25;
  }

  .club__subtitle {
    font-size: 22px;
    line-height: 1.15;
  }

  .club__text {
    font-size: 14px;
    line-height: 1.25;
  }

  .club__small {
    font-size: 14px;
    line-height: 1.25;
  }

  .invite__title {
    font-size: 35px;
  }

  .timetable {
    padding: 64px 0;
  }

  .timetable__title {
    font-size: 35px;
  }

  .contacts {
    padding: 64px 0;
  }

  .contacts__title {
    font-size: 50px;
  }

  .contacts__info-link {
    font-size: 22px;
    line-height: 1.15;
  }

  .contacts__info-suptitle {
    font-size: 14px;
    line-height: 1.25;
  }

  .contacts__description {
    font-size: 14px;
    line-height: 1.25;
  }

  .vacancies {
    padding: 64px 0;
  }

  .vacancies__title {
    font-size: 50px;
  }

  .vacancies__description {
    font-size: 14px;
    line-height: 1.25;
  }

  .vacancies__link {
    font-size: 24px;
    line-height: 1.15;
  }

  .offer {
    padding: 64px 0;
  }

  .offer__title {
    font-size: 35px;
  }

  .offer__description {
    font-size: 14px;
    line-height: 1.25;
  }

  .offer__subtitle {
    font-size: 19px;
  }

  .offer__item-title {
    font-size: 22px;
    line-height: 1.15;
  }

  .offer__item-description {
    font-size: 14px;
    line-height: 1.25;
  }

  .request__recruiter-name {
    font-size: 19px;
  }

  .request__recruiter-position {
    font-size: 14px;
    line-height: 1.25;
  }

  .request__title {
    font-size: 35px;
  }

  .request__description {
    font-size: 14px;
    line-height: 1.25;
  }

  .vacancy {
    padding: 64px 0;
  }

  .vacancy__title {
    font-size: 35px;
  }

  .vacancy__price {
    font-size: 19px;
  }

  .vacancy__text {
    font-size: 14px;
    line-height: 1.25;
  }

  .vacancy__subtitle {
    font-size: 22px;
    line-height: 1.15;
  }

  .policy {
    padding: 64px 0;
  }

  .policy__title {
    font-size: 35px;
  }

  .policy__item-title {
    font-size: 19px;
  }

  .policy__item-content {
    font-size: 14px;
    line-height: 1.25;
  }

  .not-found__description {
    font-size: 19px;
  }
}

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

  .header .nav {
    margin-bottom: 9px;
  }

  .header__group {
    max-width: none;
    flex-grow: 0;
    gap: 50px;
  }

  .slider-pagination-number.swiper-pagination {
    top: -9px;
  }

  .slider-pagination-number.swiper-pagination .swiper-pagination-bullet-active {
    font-size: 36px;
  }

  .link svg {
    width: 40px;
    height: 40px;
  }

  .link_big {
    padding: 30px 0;
  }

  .link_small {
    font-size: 20px;
  }

  .link_small svg {
    width: 24px;
    height: 24px;
  }

  .number {
    margin: 6px 0;
  }

  .number__text {
    max-width: 150px;
  }

  .form__description {
    max-width: 300px;
  }

  .form__content {
    gap: 27px;
  }

  .social__item {
    width: 40px;
    height: 40px;
  }

  .breadcrumbs {
    padding-top: 138px;
  }

  .list li::before {
    top: 10px;
  }

  .cookies {
    bottom: 15px;
    left: 44px;
  }

  .hero__body {
    padding-top: 125px;
  }

  .hero__title.hero__title_scroll span:first-child {
    margin-left: 112px;
  }

  .hero__title span:first-child {
    width: max-content;
    text-align: right;
  }

  .hero__cta-title {
    font-size: 20px;
  }

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

  .project__title {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .project__title span {
    margin-left: 112px;
  }

  .project__description {
    max-width: 304px;
    margin-bottom: 0;
  }

  .project__slider-item {
    height: 512px;
    padding: 69px 60px;
  }

  .project__slider-title {
    font-size: 22px;
  }

  .project__slider-description {
    font-size: 14px;
  }

  .project-pagination.swiper-pagination {
    bottom: 26px;
  }

  .project_gardens .project__text {
    grid-template-columns: repeat(2, 304px);
  }

  .individuality__heading {
    margin-bottom: 90px;
  }

  .individuality__title span {
    margin-top: 19px;
    margin-left: 108px;
  }

  .individuality__slider-text {
    max-width: 530px;
  }

  .individuality__slider-text p:not(:last-child) {
    margin-bottom: 30px;
  }

  .individuality__slider-img {
    flex-basis: auto;
    width: 640px;
    height: 320px;
  }

  .individuality-button-prev,
  .individuality-button-next {
    top: 59%;
    right: 48px;
  }

  .individuality-button-prev {
    right: 532px;
  }

  .spaces .number {
    margin-bottom: 50px;
  }

  .spaces__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .spaces__img {
    flex-basis: auto;
    min-height: 442px;
  }

  .spaces__text {
    flex-basis: auto;
  }

  .spaces__text-title {
    margin-bottom: 61px;
  }

  .spaces__subtitle {
    padding-bottom: 20px;
  }

  .spaces__button {
    width: 150px;
    height: 150px;
  }

  .spaces_gardens .spaces__img {
    min-height: 342px;
  }

  .download__title {
    text-indent: 224px;
  }

  .download__links {
    margin-top: 30px;
  }

  .awards__items {
    margin-bottom: 60px;
  }

  .awards__item-number {
    flex-basis: 124px;
    flex-shrink: 0;
    margin-right: 40px;
  }

  .consultation {
    padding: 80px 0 80px;
  }

  .consultation__title {
    margin-bottom: 84px;
  }

  .quotation__author-photo {
    width: 192px;
    height: 267px;
  }

  .quotation__author-name {
    font-size: 14px;
    line-height: 1.3;
  }

  .quotation .separator {
    width: 128px;
    height: 267px;
    margin: 0 47px;
  }

  .quotation__text {
    flex-basis: 679px;
  }

  .quotation_contacts .separator {
    width: 104px;
    height: 300px;
    margin: 0 20px;
  }

  .visualization {
    padding: 80px 0;
  }

  .visualization__content {
    gap: 32px;
  }

  .visualization__tour {
    flex-basis: 976px;
    height: 528px;
  }

  .visualization__text {
    flex-basis: 304px;
  }

  .visualization_gardens {
    padding: 64px 0 48px;
  }

  .examples__description {
    max-width: 304px;
  }

  .examples__slider-item {
    width: 714px;
    height: 432px;
  }

  .examples__slider-item:nth-child(even) {
    width: 304px;
  }

  .reviews {
    padding: 80px 0;
  }

  .reviews__title {
    margin-bottom: 81px;
  }

  .reviews__content {
    margin-bottom: 122px;
  }

  .reviews__slider-text {
    max-width: 380px;
  }

  .reviews__slider-media {
    height: 472px;
  }

  .reviews__slider-media-time {
    font-size: 14px;
    right: 130px;
  }

  .reviews__slider-author {
    bottom: 40px;
    left: 27px;
    right: 25%;
  }

  .reviews-pagination.swiper-pagination {
    top: 0;
  }

  .reviews__bottom-slider {
    margin-right: -64px;
    padding-right: 64px;
  }

  .reviews__bottom-slider-item {
    font-size: 14px;
    line-height: 1.33;
  }

  .principles__heading {
    padding-bottom: 30px;
  }

  .principles__title span {
    max-width: 804px;
  }

  .principles__item-heading {
    margin-bottom: 10px;
  }

  .principles__item-description {
    padding-right: 0;
  }

  .principles__item-description p:not(:last-child) {
    margin-bottom: 10px;
  }

  .advantages__title {
    margin-bottom: 62px;
  }

  .advantages__heading {
    margin-bottom: 79px;
  }

  .advantages__description p {
    flex-basis: 304px;
  }

  .advantages__side-list li:not(:last-child) {
    margin-bottom: 30px;
  }

  .advantages__item-description {
    max-width: 640px;
  }

  .advantages__item-img {
    width: 304px;
    height: 176px;
  }

  .write-about__title {
    margin-bottom: 28px;
  }

  .write-about__more {
    margin-top: 31px;
  }

  .blog__title {
    max-width: 864px;
    margin-bottom: 60px;
  }

  .blog__content {
    gap: 38px;
    margin-bottom: 38px;
  }

  .blog-card__img {
    width: 529px;
    height: 236px;
    flex-shrink: 0;
  }

  .blog-card__text {
    display: block;
  }

  .blog-card__heading {
    max-width: none;
    margin-bottom: 41px;
  }

  .blog-card__info-item {
    font-size: 14px;
    line-height: 1.33;
  }

  .blog-card__description {
    max-width: none;
  }

  .services {
    padding: 61px 0;
  }

  .stages__heading {
    margin-bottom: 60px;
  }

  .stages__suptitle {
    max-width: 1082px;
    margin-bottom: 80px;
  }

  .stages__title {
    max-width: 418px;
  }

  .stages__title:last-child {
    max-width: 472px;
  }

  .stages__content {
    max-width: 1082px;
  }

  .stages__item {
    max-width: 525px;
  }

  .stages__item:nth-child(2) {
    margin-top: 0;
  }

  .stages__item:nth-child(3) {
    margin: 63px 0 70px;
  }

  .stages__item .number {
    width: 120px;
  }

  .stages_other .stages__item:not(:last-child) {
    margin-bottom: 60px;
  }

  .stages_other .stages__item:nth-child(3) {
    margin: 0;
  }

  .faq__title {
    margin-bottom: 41px;
  }

  .faq__description {
    font-size: 14px;
    line-height: 1.33;
  }

  .footer__content {
    padding-bottom: 119px;
  }

  .footer__heading {
    max-width: 304px;
  }

  .footer__left .logo {
    width: 140px;
    height: 101px;
  }

  .footer__body {
    padding-top: 120px;
  }

  .footer__nav {
    flex-basis: 192px;
  }

  .footer__nav:first-child {
    flex-basis: 304px;
  }

  .footer__nav-title {
    font-size: 14px;
    line-height: 1.33;
  }

  .footer__info-item {
    flex-basis: 137px;
  }

  .footer__info-item:nth-child(1) {
    flex-basis: 304px;
  }

  .footer__info-item:nth-child(2) {
    flex-basis: 192px;
  }

  .popup__heading {
    margin-bottom: 65px;
  }

  .fancybox__caption {
    width: 370px;
    padding: 40px;
  }

  .fancybox__caption-award {
    margin-bottom: 40px;
  }

  .fancybox__carousel .carousel__button.is-prev.is-prev_other {
    left: 470px;
  }

  .working-documentation__media {
    height: 342px;
    margin-right: 0;
  }

  .portfolio__side-link {
    font-size: 20px;
  }

  .portfolio__more {
    margin-top: 60px;
  }

  .portfolio_other {
    padding: 80px 0;
  }

  .portfolio_other .portfolio__heading {
    margin-bottom: 60px;
  }

  .portfolio-card_wide .portfolio-card__img {
    height: 465px;
  }

  .portfolio-card__img {
    height: 224px;
  }

  .architect__heading {
    margin-bottom: 80px;
  }

  .architect__author-photo {
    width: 192px;
    height: 192px;
  }

  .creation__heading-arrow {
    max-width: 160px;
  }

  .creation__title:last-child {
    max-width: 440px;
  }

  .creation_gardens .creation__title {
    max-width: 640px;
  }

  .creation_gardens .creation__subtitle {
    max-width: 420px;
  }

  .project-detail {
    padding: 60px 0;
  }

  .project-detail__heading {
    margin-bottom: 60px;
  }

  .project-detail__back {
    margin-bottom: 30px;
  }

  .project-detail__slider {
    margin: 0 -64px 30px;
  }

  .project-detail__slider-item {
    height: 641px;
  }

  .project-detail-pagination.swiper-pagination-fraction {
    left: 40px;
    top: 40px;
  }

  .project-detail__content {
    grid-template-columns: repeat(12, 1fr);
  }

  .project-detail__subtitle {
    grid-column: span 5;
  }

  .project-detail__right {
    grid-column: span 7;
  }

  .project-detail__info {
    gap: 40px 32px;
    margin-bottom: 59px;
  }

  .project-detail__info-title {
    margin-bottom: 4px;
  }

  .goal__media {
    height: 343px;
  }

  .peculiarities__item-heading {
    margin-bottom: 9px;
  }

  .video__media {
    height: 739px;
  }

  .video__media-time {
    bottom: 37px;
    font-size: 14px;
  }

  .video__title {
    font-size: 22px;
  }

  .result__item {
    height: 163px;
  }

  .result__item:nth-child(10n+1),
  .result__item:nth-child(10n+3) {
    height: 358px;
  }

  .result__item:nth-child(10n+7) {
    height: 358px;
  }

  .result__item:nth-child(10n+9) {
    height: 358px;
  }

  .about__heading {
    margin-bottom: 30px;
  }

  .about__title span {
    margin-left: auto;
  }

  .about__img {
    height: 573px;
  }

  .person-about__heading {
    margin-bottom: 60px;
  }

  .person-about__img {
    height: 399px;
  }

  .person-about__img img {
    aspect-ratio: 304/399;
  }

  .person-about__content-subtitle {
    row-gap: 23px;
  }

  .person-about__content-subtitle span {
    margin-left: auto;
  }

  .about-info__heading {
    margin-bottom: 60px;
  }

  .about-info__text {
    max-width: 280px;
  }

  .about-info__img {
    height: 475px;
  }

  .history__heading {
    padding-bottom: 30px;
  }

  .history__description {
    margin-top: 30px;
  }

  .history__info {
    margin-bottom: 60px;
  }

  .history__img {
    height: 656px;
  }

  .history__quotation {
    margin-bottom: 60px;
  }

  .history__quotation .separator {
    width: 128px;
    height: 267px;
    margin-right: 48px;
  }

  .history__quotation-text {
    max-width: 800px;
    padding-bottom: 30px;
  }

  .history_gardens .history__heading {
    margin-bottom: 60px;
  }

  .location__heading {
    margin-bottom: 66px;
  }

  .location__img {
    height: 688px;
  }

  .awards-hero {
    padding: 80px 0 74px;
  }

  .awards-hero__heading {
    margin-bottom: 70px;
  }

  .awards-hero__title span {
    width: auto;
    max-width: none;
  }

  .awards-hero__content {
    padding-top: 30px;
  }

  .award-card__content {
    padding-left: 64px;
  }

  .award-card__text {
    max-width: 420px;
  }

  .award-card__logo {
    width: 100px;
    height: 100px;
  }

  .award-card__prize-slider-item {
    width: 152px;
    height: 215px;
  }

  .project-card .button {
    right: 40px;
  }

  .project-card__img {
    height: 810px;
  }

  .project-card__text {
    left: 40px;
  }

  .project-card-pagination.swiper-pagination {
    left: 40px;
    right: 40px;
  }

  .blog-hero {
    padding-bottom: 74px;
  }

  .blog-hero__text {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
  }

  .blog-all .blog-card__img {
    height: 256px;
  }

  .blog-all .blog-card__heading {
    margin-bottom: 30px;
  }

  .blog-all .blog-card__title {
    margin-bottom: 10px;
  }

  .blog-all .blog-card:nth-child(8n+1) .blog-card__img {
    height: 510px; 
  }

  .blog-all .blog-card:nth-child(8n+1) .blog-card__heading {
    margin-bottom: 0;
  }

  .blog-all .blog-card:nth-child(8n+1) .blog-card__title {
    margin-bottom: 19px;
  }

  .blog-all .blog-card:nth-child(8n+5) .blog-card__img {
    height: 333px;
  }

  .blog-all .blog-card:nth-child(8n+5) .blog-card__heading {
    margin-bottom: 0;
  }

  .blog-all .blog-card:nth-child(8n+5) .blog-card__title {
    margin-bottom: 19px;
  }

  .blog-detail__hero {
    margin-bottom: 120px;
  }

  .blog-detail__heading {
    margin-bottom: 70px;
  }

  .blog-detail__info-item {
    font-size: 14px;
    line-height: 1.33;
  }

  .blog-detail__img {
    height: auto;
  }

  .blog-detail__content {
    margin-bottom: 80px;
  }

  .blog-detail__slider-item {
    height: 508px;
  }

  .blog-detail-pagination.swiper-pagination-fraction {
    left: 40px;
    top: 40px;
  }

  .blog-detail__item:not(:last-child) {
    margin-bottom: 80px;
  }

  .blog-detail__item-img {
    height: 508px;
  }

  .club__heading {
    margin-bottom: 70px;
  }

  .club__img {
    height: 343px;
  }

  .club__link {
    margin-top: -10px;
  }

  .invite {
    padding: 80px 0 60px;
  }

  .invite__content {
    padding-top: 53px;
  }

  .timetable__link {
    margin-top: 30px;
  }

  .contacts__heading {
    margin-bottom: 70px;
  }

  .vacancies {
    padding-bottom: 60px;
  }

  .vacancies__heading {
    margin-bottom: 70px;
  }

  .vacancies__link {
    padding: 13px 0 14px;
    line-height: 1.6;
  }

  .vacancies__link:not(:last-child) {
    margin-bottom: 9px;
  }

  .offer__heading {
    margin-bottom: 60px;
  }

  .offer__item-heading {
    margin-bottom: 9px;
  }

  .request {
    padding: 80px 0 60px;
  }

  .request__heading {
    margin-bottom: 70px;
  }

  .request__description {
    max-width: 300px;
  }

  .policy__item-title::before {
    width: 38px;
  }

  .policy__sublist {
    padding-left: 46px;
  }

  .not-found .number {
    margin-right: 20px;
    margin-bottom: 58px;
  }

  .not-found .number__value {
    font-size: 378px;
  }

  .not-found__description {
    margin-bottom: 40px;
  }
}

@media (max-width: 1400px) {
  .header__content {
    gap: 24px;
  }

  .nav__item:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 1360px) {
  .header__body {
    gap: 24px;
  }

  .header__group {
    gap: 24px;
  }
}

@media (max-width: 1340px) {
  .hero__title span:last-child {
    margin-left: auto;
    position: static;
  }

  .project__title {
    opacity: 1;
    pointer-events: all;
  }
}

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

  .header__body {
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    gap: 35px;
  }

  .header__body > .header__phone {
    display: flex;
    margin-left: auto;
    font-size: 13px;
  }

  .header__content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    height: 100dvh;
    z-index: -2;
    transform: translateY(-150%);
    transition: all 0.4s ease;
    padding: 113px 25px 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    background: #F5F5F5;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .header__content_active {
    transform: translateY(0%);
  }

  .header .nav {
    margin: 0;
    margin-bottom: 60px;
  }

  .header__group {
    flex-direction: column-reverse;
    justify-content: flex-start;
    gap: 60px;
    margin-top: auto;
  }

  .header__info {
    gap: 10px;
  }

  .header__social {
    gap: 20px;
  }

  .logo {
    width: 83px;
    height: 60px;
  }

  .nav__list {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav__item {
    position: unset;
  }

  .nav__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 28px;
  }

  .nav__link {
    color: #222222;
  }

  .nav__link svg {
    transform: rotate(-90deg);
  }

  .nav__dropdown {
    display: block;
    transform: translateX(-150%);
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding: 115px 25px 40px;
    background-color: #F5F5F5;
    z-index: 1;
    transition: all 0.3s;
  }

  .nav__dropdown_active {
    transform: translateX(0);
  }

  .nav__dropdown li {
    color: #222222;
  }

  .burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
  }

  .burger span {
    width: 100%;
    height: 1px;
    background-color: #F5F5F5;
    transition: all 0.3s;
  }

  .burger span:nth-child(1) {
    margin-bottom: 8px;
  }

  .burger span:last-child {
    width: 26px;
    margin-left: auto;
  }

  .burger_active span {
    width: 30px;
    background-color: #222222;
  }

  .burger_active span:nth-child(1) {
    transform: rotate(45deg);
    margin-bottom: -1px;
  }

  .burger_active span:last-child {
    width: 30px;
    transform: rotate(-45deg);
    margin: 0;
  }

  .slider-button-prev,
  .slider-button-next {
    display: none;
  }

  .slider-pagination.swiper-pagination:not(.slider-pagination-number, .slider-pagination.swiper-pagination-fraction) .swiper-pagination-bullet::before {
    height: 22px;
  }

  .slider-pagination.swiper-pagination .swiper-pagination-bullet {
    background-color: #9B9888;
  }

  .slider-pagination.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #222222;
  }

  .slider-pagination-number.swiper-pagination {
    top: 0;
    width: 100%;
  }

  .slider-pagination-number.swiper-pagination .swiper-pagination-bullet {
    font-size: 16px;
  }

  .slider-pagination-number.swiper-pagination .swiper-pagination-bullet {
    display: flex;
    align-items: flex-end;
  }

  .slider-pagination-number.swiper-pagination .swiper-pagination-bullet:not(:last-child)::after {
    width: auto;
    flex-grow: 1;
    margin-bottom: 10px;
  }

  .slider-pagination-number.swiper-pagination .swiper-pagination-bullet-active {
    font-size: 32px;
    flex-grow: 1;
    text-align: left;
  }

  .slider-pagination.swiper-pagination-fraction {
    font-size: 17px;
  }

  .separator {
    width: 34px;
    height: 76px;
  }

  .section-separator {
    padding: 0;
  }

  .link {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .link {
    padding-bottom: 10px;
  }

  .link svg {
    width: 32px;
    height: 32px;
  }

  .link_big {
    font-size: 16px;
  }

  .link_big {
    padding: 20px 0;
  }

  .link_big svg {
    width: 24px;
    height: 24px;
  }

  .link_middle {
    font-size: 19px;
    line-height: 1.2;
  }

  .link_middle {
    padding-top: 10px;
    letter-spacing: 0.02em;
  }

  .link_middle svg {
    width: 24px;
    height: 24px;
  }

  .link_small {
    font-size: 11px;
  }

  .link_small {
    gap: 5px;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 0;
  }

  .link_small svg {
    width: 16px;
    height: 16px;
  }

  .link_no_border {
    padding: 0;
  }

  .link_back svg {
    width: 24px;
    height: 24px;
  }

  .number {
    margin: 0;
  }

  .number__value {
    font-size: 57px;
  }

  .number__text {
    font-size: 14px;
    line-height: 1.35;
  }

  .number__text {
    max-width: 160px;
    margin-left: 16px;
  }

  .underline {
    padding-bottom: 10px;
  }

  .button {
    width: 40px;
    height: 40px;
  }

  .button svg {
    width: 24px;
    height: 24px;
  }

  .button_top {
    width: 60px;
    height: 60px;
  }

  .button_top svg {
    width: 40px;
    height: 40px;
  }

  .form__inner {
    overflow: visible;
    display: block;
  }

  .form__description {
    font-size: 14px;
    line-height: 1.35;
  }

  .form__description {
    max-width: 535px;
    height: auto;
    padding: 0;
    margin-bottom: 61px;
  }

  .form__body {
    padding: 0;
  }

  .form__content {
    gap: 20px;
    margin-bottom: 17px;
  }

  .form__button {
    position: static;
    padding: 0;
    justify-self: flex-start;
  }

  .form__bottom {
    margin: 5px 0 5px;
    grid-template-columns: repeat(1, 1fr);
    gap: 26px;
  }

  .form__small {
    font-size: 12px;
  }

  .form__small {
    max-width: 530px;
  }

  .label::before {
    content: none;
  }

  input,
  textarea {
    font-size: 16px;
  }

  input,
  textarea {
    height: 48px;
    padding: 0;
  }

  .label__text {
    font-size: 14px;
    line-height: 1.35;
  }

  .file::before {
    content: none;
  }

  .file__label {
    margin-bottom: 20px;
  }

  .file__text {
    font-size: 14px;
    line-height: 1.35;
  }

  .file__block {
    min-height: auto;
    padding-right: 0;
    margin-top: -30px;
  }

  .file__block:has(.file__item) {
    margin-top: 0;
    border-bottom: 1px solid #7A827C;
  }

  .file__item-name {
    font-size: 16px;
  }

  .file__item-delete {
    width: 24px;
    height: 24px;
  }

  .social {
    gap: 10px;
  }

  .breadcrumbs {
    padding-top: 92px;
  }

  .list {
    font-size: 14px;
    line-height: 1.35;
  }

  .list {
    padding-left: 21px;
  }

  .list li::before {
    left: -18px;
    width: 10px;
  }

  .cookies {
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    padding: 15px 26px;
  }

  .cookies__content {
    justify-content: space-between;
    gap: 10px;
  }

  .cookies__description {
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .cookies__link {
    font-size: 11px;
  }

  .hero__body {
    padding: 80px 0 95px;
  }

  .hero__body .breadcrumbs {
    margin-bottom: 45px;
  }

  .hero__text {
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .hero__text {
    margin-bottom: 121px;
  }

  .hero__title {
    font-size: 38px;
    line-height: 1.2;
  }

  .hero__title span {
    margin: 0;
    display: initial;
  }

  .hero__title {
    padding: 0;
    display: block;
  }

  .hero__cta {
    display: none;
  }

  .hero__cta-title {
    font-size: 11px;
  }

  .hero_service .hero__body {
    padding-bottom: 60px;
  }

  .hero_service .hero__content {
    flex-grow: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .hero_service .hero__text {
    order: initial;
    margin-bottom: 20px;
  }

  .hero_service .hero__title {
    margin-top: auto;
  }

  .project {
    padding: 48px 0;
  }

  .project__top {
    display: block;
    margin-bottom: 50px;
  }

  .project__subtitle {
    font-size: 17px;
    line-height: 1.2;
  }

  .project__subtitle {
    margin-bottom: 10px;
  }

  .project__group {
    grid-column: span 1;
    margin-bottom: 58px;
  }

  .project__text {
    font-size: 14px;
    line-height: 1.35;
  }

  .project__text {
    display: block;
    max-width: 530px;
    margin-bottom: 18px;
  }

  .project__text p:not(:last-child) {
    margin-bottom: 12px;
  }

  .project__text-item:not(:last-child) {
    margin-bottom: 30px;
  }

  .project__link {
    grid-column: span 1;
    margin-top: 60px;
  }

  .project__heading {
    display: block;
  }

  .project__title {
    font-size: 38px;
    line-height: 1.2;
  }

  .project__title span {
    margin: 0;
    display: initial;
  }

  .project__title {
    display: block;
    margin-bottom: 22px;
  }

  .project__description {
    font-size: 14px;
    line-height: 1.35;
  }

  .project__description {
    max-width: 533px;
  }

  .project__content {
    padding-bottom: 10px;
  }

  .project__slider {
    padding-bottom: 8px;
    overflow: visible;
  }

  .project__slider-item {
    display: block;
    height: auto;
    padding: 0;
  }

  .project__slider-img {
    position: relative;
    width: 100%;
    height: 416px;
  }

  .project__slider-text {
    padding: 20px 0;
    text-align: left;
  }

  .project__slider-title {
    font-size: 16px;
  }

  .project__slider-title {
    color: #222222;
    margin-bottom: 4px;
  }

  .project__slider-description {
    font-size: 14px;
    line-height: 1.35;
  }

  .project-pagination.swiper-pagination {
    bottom: 0;
    max-width: none;
    left: 0;
    right: 0;
  }

  .project_gardens .project__group {
    margin-bottom: 0;
  }

  .project_gardens .project__group-link {
    margin-top: 20px;
  }

  .individuality {
    padding: 48px 0;
  }

  .individuality__heading {
    margin-bottom: 52px;
  }

  .individuality__heading .separator {
    display: none;
  }

  .individuality__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .individuality__title span {
    margin: 0;
    display: initial;
  }

  .individuality__slider {
    padding-top: 89px;
  }

  .individuality__slider-title {
    font-size: 16px;
  }

  .individuality__slider-title {
    text-align: left;
  }

  .individuality__slider-body {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }

  .individuality__slider-text {
    font-size: 14px;
    line-height: 1.35;
  }

  .individuality__slider-text p:not(:last-child) {
    margin-bottom: 20px;
  }

  .individuality__slider-text p br {
    display: none;
  }

  .individuality__slider-img {
    width: 100%;
    height: 416px;
  }

  .spaces__inner {
    padding: 48px 0;
  }

  .spaces__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .spaces__number {
    font-size: 17px;
  }

  .spaces .number {
    margin-bottom: 40px;
  }

  .spaces__content-title {
    display: block;
    font-size: 22px;
    font-family: "Grato Grotesk", sans-serif;
    line-height: 1.4;
    text-transform: uppercase;
    max-width: 540px;
    margin-bottom: 20px;
  }

  .spaces__content-title br {
    display: none;
  }

  .spaces__content {
    display: block;
  }

  .spaces__img {
    min-height: auto;
    height: 390px;
    margin-bottom: 20px;
  }

  .spaces__text-title {
    font-size: 16px;
  }

  .spaces__text-title {
    display: none;
  }

  .spaces__text-description {
    font-size: 14px;
    line-height: 1.35;
  }

  .spaces__text-description {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    max-width: 530px;
  }

  .spaces__text-description p span:not(:last-child) {
    margin-bottom: 20px;
  }

  .spaces__subtitle {
    font-size: 17px;
    line-height: 1.2;
  }

  .spaces__subtitle {
    display: none;
  }

  .spaces__button {
    font-size: 14px;
    line-height: 1.35;
  }

  .spaces__button {
    display: none !important;
  }

  .spaces_other .spaces__heading {
    margin-bottom: 20px;
  }

  .spaces_other .spaces__heading .link {
    pointer-events: none;
  }

  .spaces_other .spaces__heading .link svg {
    display: none;
  }

  .spaces_other .spaces__content-title {
    text-transform: none;
    font-family: "TT Fors", sans-serif;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }

  .spaces_other .spaces__text .link {
    display: flex;
    margin-top: 20px;
  }

  .download {
    padding: 48px 0;
  }

  .download__body {
    display: block;
  }

  .download__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .download__title {
    text-indent: 0;
  }

  .download__title span {
    margin-top: 0;
  }

  .download__links {
    margin-top: 20px;
    gap: 16px;
  }

  .awards {
    padding: 48px 0;
  }

  .awards__title {
    font-size: 19px;
    line-height: 1.2;
  }

  .awards__title {
    max-width: none;
  }

  .awards__text {
    display: block;
    margin-bottom: 35px;
  }

  .awards__description {
    font-size: 14px;
    line-height: 1.35;
  }

  .awards__description {
    display: block;
    max-width: 530px;
  }

  .awards__description p {
    flex-basis: auto;
  }

  .awards__description p:not(:last-child) {
    margin-bottom: 10px;
  }

  .awards__body {
    display: block;
  }

  .awards__content {
    padding-top: 35px;
  }

  .awards__items {
    margin-bottom: 34px;
  }

  .awards__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .awards__item-number {
    font-size: 17px;
  }

  .awards__item-number {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    flex-basis: 90px;
    padding-right: 2px;
    margin-right: 20px;
  }

  .awards__item-number span {
    font-size: 14px;
    line-height: 1.35;
  }

  .awards__item-title {
    font-size: 17px;
    line-height: 1.2;
  }

  .consultation {
    padding: 60px 0 40px;
  }

  .consultation__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .consultation__title {
    display: block;
    margin-bottom: 10px;
  }

  .quotation {
    padding: 48px 0;
  }

  .quotation__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: flex-start;
  }

  .quotation__author {
    gap: 20px;
  }

  .quotation__author-photo {
    width: 157px;
    height: 220px;
  }

  .quotation__author-name {
    font-size: 14px;
    line-height: 1.35;
  }

  .quotation__author-name {
    max-width: 90px;
  }

  .quotation__img {
    width: 100%;
    height: 324px;
  }

  .quotation .separator {
    display: none;
  }

  .quotation__text {
    font-size: 22px;
    line-height: 1.2;
  }

  .quotation_contacts .quotation__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
  }

  .visualization {
    padding: 60px 0 40px;
  }

  .visualization__heading {
    margin-bottom: 20px;
  }

  .visualization__suptitle {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .visualization__number {
    font-size: 17px;
  }

  .visualization__content {
    display: block;
  }

  .visualization__content > .visualization__title {
    max-width: 530px;
    font-size: 22px;
    margin-bottom: 20px;
  }

  .visualization__content > .visualization__title {
    display: block;
  }

  .visualization__tour {
    flex-basis: auto;
    width: 100%;
    height: 520px;
    margin-bottom: 20px;
  }

  .visualization__tour-button {
    font-size: 11px;
  }

  .visualization__tour-button {
    font-size: 19px;
  }

  .visualization__tour-button span {
    font-size: 12px;
  }

  .visualization__text {
    flex-basis: auto;
    max-width: 530px;
  }

  .visualization__description {
    font-size: 14px;
    line-height: 1.35;
  }

  .visualization__description p:not(:last-child) {
    margin-bottom: 12px;
  }

  .visualization__title {
    font-size: 19px;
    line-height: 1.2;
  }

  .visualization__title {
    display: none;
  }

  .examples {
    padding: 40px 0 60px;
  }

  .examples__heading {
    display: block;
    margin-bottom: 20px;
  }

  .examples__title {
    font-size: 16px;
  }

  .examples__title {
    margin-bottom: 10px;
  }

  .examples__description {
    font-size: 14px;
    line-height: 1.35;
  }

  .examples__description {
    max-width: 540px;
  }

  .examples__slider-item {
    width: 343px;
    height: 200px;
  }

  .examples__slider-item:nth-child(even) {
    width: 137px;
  }

  .examples__link {
    display: flex;
    margin-top: 30px;
    padding-bottom: 0;
  }

  .reviews {
    padding: 60px 0;
  }

  .reviews__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .reviews__title {
    margin-bottom: 31px;
  }

  .reviews__content {
    margin-bottom: 62px;
  }

  .reviews__slider {
    padding-top: 88px;
  }

  .reviews__slider-item {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .reviews__slider-text {
    font-size: 14px;
    line-height: 1.35;
  }

  .reviews__slider-text {
    max-width: 530px;
  }

  .reviews__slider-media {
    height: 387px;
    margin-bottom: 15px;
  }

  .reviews__slider-media-time {
    font-size: 14px;
    line-height: 1.35;
  }

  .reviews__slider-media-time {
    bottom: 11px;
    right: 55px;
  }

  .reviews__slider-author {
    position: static;
    pointer-events: all;
  }

  .reviews__slider-author-name {
    color: #222222;
    margin-bottom: 2px;
  }

  .reviews__slider-author-position {
    color: #5B645E;
  }

  .reviews__slider-author-name {
    font-size: 16px;
  }

  .reviews__slider-author-position {
    font-size: 14px;
    line-height: 1.35;
  }

  .reviews__bottom {
    display: block;
  }

  .reviews__bottom::before {
    top: 54px;
  }

  .reviews__bottom-slider {
    overflow: visible;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .reviews__bottom-slider-item {
    font-size: 14px;
    line-height: 1.35;
  }

  .reviews__bottom-slider-item {
    padding-top: 23px;
    width: 274px;
  }

  .reviews__bottom-slider-name {
    margin-bottom: 1px;
  }

  .reviews__bottom-slider-position {
    margin-bottom: 11px;
  }

  .reviews__bottom-slider-more {
    margin-top: 15px;
    padding: 0;
  }

  .reviews__rating {
    padding-top: 0;
    margin-bottom: 18px;
  }

  .reviews__rating-number {
    font-size: 25px;
  }

  .reviews__rating-number {
    margin-right: 10px;
  }

  .reviews__rating-text {
    font-size: 14px;
    line-height: 1.35;
  }

  .reviews__rating-text {
    max-width: none;
  }

  .reviews_project .reviews__title {
    font-size: 16px;
  }

  .reviews_project .reviews__title {
    margin-bottom: 40px;
  }

  .reviews_project .reviews__slider {
    padding-top: 0;
  }

  .principles {
    padding: 48px 0;
  }

  .principles {
    padding-bottom: 50px;
  }

  .principles__heading {
    border: none;
    padding-bottom: 0;
    margin-bottom: 40px;
  }

  .principles__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .principles__title span {
    margin: 0;
    display: initial;
  }

  .principles__body {
    display: block;
  }

  .principles__subtitle {
    font-size: 16px;
  }

  .principles__subtitle {
    padding-bottom: 8px;
    border-bottom: 1px solid #D6CFC8;
    margin-bottom: 11px;
  }

  .principles__content {
    width: 100%;
    display: block;
  }

  .principles__item {
    padding: 0;
  }

  .principles__item:not(:last-child) {
    border-bottom: 1px solid #D6CFC8;
    margin-bottom: 11px;
  }

  .principles__item:nth-child(2n) {
    padding: 0;
  }

  .principles__item::before {
    content: none;
  }

  .principles__item-heading {
    width: 100%;
    gap: 10px;
    margin: 0;
    padding: 9px 0;
  }

  .principles__item-heading_active .principles__item-action::after {
    opacity: 0;
  }

  .principles__item-title {
    font-size: 17px;
    line-height: 1.2;
  }

  .principles__item-title {
    font-size: 20px;
  }

  .principles__item-action {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
  }

  .principles__item-action::before,
  .principles__item-action::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 1px;
    background-color: #222222;
    transition: all 0.3s;
  }

  .principles__item-action::after {
    width: 1px;
    height: 14px;
  }

  .principles__item-dropdown {
    display: none;
    padding: 6px 0 10px;
  }

  .principles__item-description {
    font-size: 14px;
    line-height: 1.35;
  }

  .principles__item-description {
    max-width: 530px;
    font-size: 13px;
    line-height: 1.35;
  }

  .principles_gardens .principles__heading {
    margin-bottom: 0;
  }

  .advantages {
    padding: 48px 0;
  }

  .advantages {
    padding-bottom: 53px;
  }

  .advantages__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .advantages__title {
    display: block;
    margin-bottom: 11px;
  }

  .advantages__heading {
    display: flex;
    max-width: 530px;
    flex-direction: column-reverse;
    justify-content: flex-end;
    gap: 17px;
    margin-bottom: 31px;
  }

  .advantages__description {
    font-size: 14px;
    line-height: 1.35;
  }

  .advantages__description {
    display: block;
  }

  .advantages__description p:not(:last-child) {
    margin-bottom: 12px;
  }

  .advantages__content {
    display: block;
  }

  .advantages__side {
    display: none;
  }

  .advantages__side-link {
    font-size: 19px;
    line-height: 1.2;
  }

  .advantages__item {
    display: block;
  }

  .advantages__item:not(:last-child) {
    border-bottom: 1px solid #D6CFC8;
    margin-bottom: 11px;
  }

  .advantages__item-heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 0;
  }

  .advantages__item-title {
    font-size: 19px;
    line-height: 1.2;
  }

  .advantages__item-action {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
  }

  .advantages__item-action::before,
  .advantages__item-action::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 1px;
    background-color: #222222;
    transition: all 0.3s;
  }

  .advantages__item-action::after {
    width: 1px;
    height: 14px;
  }

  .advantages__item-dropdown {
    display: none;
    padding: 6px 0 10px;
    color: #5B645E;
  }

  .advantages__item-dropdown::before,
  .advantages__item-dropdown::after {
    content: none;
  }

  .advantages__item-description {
    font-size: 17px;
    line-height: 1.2;
  }

  .advantages__item-description {
    max-width: 530px;
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 15px;
  }

  .advantages__item-img {
    width: 100%;
    height: 377px;
  }

  .write-about {
    padding: 48px 0;
  }

  .write-about__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .write-about__title {
    margin-bottom: 14px;
  }

  .write-about__body {
    display: block;
  }

  .write-about__more {
    margin-top: 18px;
    padding-bottom: 0;
  }

  .write-about_partners .write-about__link a {
    font-size: 14px;
  }

  .blog {
    padding: 48px 0;
  }

  .blog__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .blog__title {
    max-width: none;
    margin-bottom: 38px;
  }

  .blog__content {
    gap: 30px;
    margin-bottom: 30px;
  }

  .blog-card {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .blog-card__img {
    width: 100%;
    height: 323px;
  }

  .blog-card__text {
    padding-top: 10px;
  }

  .blog-card__heading {
    margin-bottom: 22px;
  }

  .blog-card__title {
    font-size: 17px;
    line-height: 1.2;
  }

  .blog-card__title {
    margin-bottom: 13px;
  }

  .blog-card__info-item {
    font-size: 14px;
    line-height: 1.35;
  }

  .blog-card__info-item {
    line-height: 1.35;
    gap: 5px;
  }

  .blog-card__info-item svg {
    width: 16px;
    height: 16px;
  }

  .blog-card__description {
    font-size: 14px;
    line-height: 1.35;
  }

  .blog-card__description {
    max-width: 540px;
  }

  .services {
    padding-bottom: 50px;
  }

  .services__body {
    display: block;
  }

  .services__heading {
    padding-top: 0;
    margin-bottom: 30px;
  }

  .services__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .services__item:not(:last-child) {
    margin-bottom: 14px;
  }

  .services__item-heading {
    padding: 8px 0;
  }

  .services__item-title {
    font-size: 19px;
    line-height: 1.2;
  }

  .services__item-action {
    width: 24px;
    height: 24px;
  }

  .services__item-action::before,
  .services__item-action::after {
    width: 14px;
  }

  .services__item-action::after {
    width: 1px;
    height: 14px;
  }

  .services__item-description {
    font-size: 14px;
    line-height: 1.35;
  }

  .services__item-description {
    padding: 6px 0 10px;
  }

  .stages {
    padding: 48px 0;
  }

  .stages__heading {
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 35px;
  }

  .stages__heading-arrow {
    display: none;
  }

  .stages__suptitle {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .stages__suptitle span {
    margin: 0;
    display: initial;
  }

  .stages__suptitle {
    margin-bottom: 35px;
  }

  .stages__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .stages__title {
    flex-basis: auto;
    width: min-content;
  }

  .stages__title:last-child {
    flex-basis: auto;
  }

  .stages__content {
    max-width: none;
    padding-bottom: 0;
  }

  .stages__item {
    max-width: none;
    gap: 5px;
    align-items: flex-start;
  }

  .stages__item:not(:last-child) {
    margin-bottom: 40px;
  }

  .stages__item:nth-child(even) {
    margin-left: 0;
  }

  .stages__item:nth-child(3) {
    margin: 0;
    margin-bottom: 40px;
  }

  .stages__item .number {
    width: 102px;
    padding-left: 0;
  }

  .stages__item .number__value::after {
    left: 100%;
  }

  .stages__item-text {
    padding-top: 40px;
  }

  .stages__item-title {
    font-size: 19px;
    line-height: 1.2;
  }

  .stages__item-title {
    font-size: 16px;
    margin-bottom: 11px;
  }

  .stages__item-description {
    font-size: 14px;
    line-height: 1.35;
  }

  .stages__item-description {
    width: 100%;
  }

  .stages_other {
    padding-top: 100px;
  }

  .stages_other .stages__item-title {
    font-size: 38px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-transform: none;
  }

  .stages_other .stages__item-description {
    font-size: 16px;
    line-height: 1.33;
    letter-spacing: 0.02em;
  }

  .stages_other .stages__item:not(:last-child) {
    margin-bottom: 42px;
  }

  .faq {
    padding: 48px 0;
  }

  .faq__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .faq__title {
    display: block;
    margin-bottom: 31px;
  }

  .faq__body {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    gap: 40px;
  }

  .faq__text {
    padding-top: 0;
  }

  .faq__description {
    font-size: 14px;
    line-height: 1.35;
  }

  .faq__description {
    margin-bottom: 2px;
  }

  .faq__items {
    margin-bottom: 41px;
  }

  .faq__item:not(:last-child) {
    margin-bottom: 11px;
  }

  .faq__item-heading {
    gap: 10px;
    padding: 9px 0;
  }

  .faq__item-title {
    font-size: 19px;
    line-height: 1.2;
  }

  .faq__item-action {
    width: 24px;
    height: 24px;
  }

  .faq__item-action::before,
  .faq__item-action::after {
    width: 14px;
  }

  .faq__item-action::after {
    width: 1px;
    height: 14px;
  }

  .faq__item-dropdown {
    padding: 6px 0 10px;
  }

  .faq__item-description {
    font-size: 14px;
    line-height: 1.35;
  }

  .faq__item-description {
    max-width: 530px;
    padding: 0;
  }

  .feedback {
    padding-bottom: 40px;
  }

  .feedback .form__description {
    margin-bottom: 20px;
  }

  .feedback__content {
    padding-top: 0;
  }

  .footer {
    padding: 40px 0;
  }

  .footer__content {
    display: block;
    padding-bottom: 36px;
  }

  .footer__heading {
    max-width: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding-bottom: 47px;
    border-bottom: 1px solid #5B645E;
  }

  .footer__heading .footer__right {
    display: block;
  }

  .footer__left {
    font-size: 12px;
  }

  .footer__left .logo {
    width: 100px;
    height: 72px;
    margin-bottom: 8px;
  }

  .footer__copy {
    display: none;
  }

  .footer__body {
    font-size: 14px;
    line-height: 1.35;
  }

  .footer__body {
    padding-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .footer__nav-title {
    margin: 0 0 16px;
    font-size: 13px;
    line-height: 1.35;
  }

  .footer__list li:not(:last-child) {
    margin-bottom: 16px;
  }

  .footer__bottom {
    display: block;
  }

  .footer__bottom .footer__copy {
    display: block;
  }

  .footer__small {
    font-size: 12px;
  }

  .footer__small {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .footer__right {
    padding-top: 40px;
    display: none;
    max-width: none;
  }

  .footer__right .social {
    margin-top: 20px;
  }

  .footer__info {
    font-size: 14px;
    line-height: 1.35;
  }

  .footer__info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
  }

  .footer__info-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .footer__info-item:nth-child(1) {
    grid-column: span 2;
  }

  .footer__address br {
    display: none;
  }

  .footer_light .footer__heading {
    border-color: #D6CFC8;
  }

  .popup__content {
    padding: 60px 26px 40px;
  }

  .popup__img {
    width: 200%;
  }

  .popup__heading {
    display: block;
    margin-bottom: 10px;
  }

  .popup__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .popup_sent {
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: none;
  }

  .popup_sent .popup__close {
    width: 24px;
    height: 24px;
  }

  .popup_sent .popup__content {
    max-width: none;
    justify-content: space-between;
    align-items: center;
    padding: 15px 26px;
    gap: 10px;
  }

  .popup_sent .popup__heading {
    padding: 0;
  }

  .popup_sent .popup__title {
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .fancybox__counter {
    font-size: 17px;
  }

  .fancybox__button--close {
    width: 40px;
    height: 40px;
  }

  .fancybox__button--close svg {
    width: 24px;
    height: 24px;
    padding: 0;
  }

  .fancybox__caption {
    width: auto;
    max-width: none;
    padding: 36px 26px 26px;
    margin: 0 -60px 60px;
  }

  .fancybox__caption-award {
    font-size: 16px;
  }

  .fancybox__caption-award {
    margin-bottom: 20px;
  }

  .fancybox__caption-date {
    font-size: 14px;
    line-height: 1.35;
  }

  .fancybox__caption-place {
    font-size: 16px;
  }

  .fancybox__caption-description {
    font-size: 14px;
    line-height: 1.35;
  }

  .fancybox__carousel .fancybox__slide.has-caption {
    flex-direction: column;
    padding: 0 60px 60px;
  }

  .fancybox__carousel .fancybox__slide.has-caption .fancybox__content {
    align-self: center;
  }

  .fancybox__carousel .carousel__button {
    width: 40px;
    height: 40px;
  }

  .fancybox__carousel .carousel__button.is-prev svg,
  .fancybox__carousel .carousel__button.is-next svg {
    width: 20px;
    height: 20px;
  }

  .fancybox__carousel .carousel__button.is-prev {
    left: 8px;
  }

  .fancybox__carousel .carousel__button.is-prev.is-prev_other {
    left: 8px;
    top: 60%;
  }

  .fancybox__carousel .carousel__button.is-next {
    right: 8px;
  }

  .fancybox__carousel .carousel__button.is-next.is-next_other {
    top: 60%;
  }

  .working-documentation {
    padding: 48px 0;
  }

  .working-documentation__heading {
    margin-bottom: 20px;
  }

  .working-documentation__content {
    display: block;
  }

  .working-documentation__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .working-documentation__media {
    height: 392px;
    margin-bottom: 20px;
  }

  .working-documentation__group {
    max-width: 530px;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .working-documentation__description {
    font-size: 14px;
    line-height: 1.35;
  }

  .working-documentation__description p:not(:last-child) {
    margin-bottom: 20px;
  }

  .portfolio {
    padding: 48px 0;
  }

  .portfolio__heading {
    display: block;
    border: none;
    padding: 0;
    margin-bottom: 40px;
  }

  .portfolio__title {
    font-size: 38px;
    line-height: 1.2;
  }

  .portfolio__title {
    font-size: 44px;
    font-family: "Grato Grotesk", sans-serif;
    line-height: 1.16;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 1px solid #5B645E;
    margin-bottom: 22px;
  }

  .portfolio__description {
    font-size: 14px;
    line-height: 1.35;
  }

  .portfolio__description {
    max-width: 480px;
    opacity: 0.7;
  }

  .portfolio__body {
    display: block;
  }

  .portfolio__side {
    position: static;
    margin-bottom: 25px;
  }

  .portfolio__side-link {
    font-size: 19px;
    line-height: 1.2;
  }

  .portfolio__content {
    grid-column: span 1;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .portfolio__more {
    margin-top: 35px;
    padding-bottom: 0;
  }

  .portfolio_other {
    padding: 60px 0;
  }

  .portfolio_other .portfolio__heading {
    display: block;
    margin-bottom: 40px;
  }

  .portfolio_other .portfolio__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .portfolio_other .portfolio__title {
    padding: 0;
    border: none;
    font-size: 18px;
    margin-bottom: 0;
  }

  .portfolio-card_wide {
    grid-column: span 1;
  }

  .portfolio-card_wide .portfolio-card__img {
    height: 416px;
  }

  .portfolio-card__img {
    height: 416px;
    margin-bottom: 10px;
  }

  .portfolio-card__title {
    font-size: 16px;
  }

  .portfolio-card__title {
    margin-bottom: 5px;
  }

  .portfolio-card__subtitle {
    font-size: 14px;
    line-height: 1.35;
  }

  .architect {
    padding: 60px 0 40px;
  }

  .architect__heading {
    display: block;
    margin-bottom: 10px;
  }

  .architect__author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
  }

  .architect__author-photo {
    width: 167px;
    height: 167px;
    margin-bottom: 0;
  }

  .architect__author-name {
    font-size: 16px;
  }

  .architect__author-name {
    width: min-content;
  }

  .architect__author-position {
    font-size: 14px;
    line-height: 1.35;
  }

  .architect__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .architect__title {
    grid-column: span 1;
  }

  .creation {
    padding: 48px 0;
  }

  .creation__heading {
    justify-content: flex-start;
    gap: 0;
    flex-direction: column;
    margin-bottom: 42px;
  }

  .creation__heading-arrow {
    display: none;
  }

  .creation__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .creation__title {
    max-width: none;
  }

  .creation__title:last-child {
    text-align: left;
    max-width: none;
  }

  .creation__content {
    display: block;
    padding-top: 0;
    border: none;
  }

  .creation__subtitle {
    font-size: 17px;
    line-height: 1.2;
  }

  .creation__subtitle {
    max-width: none;
    border-bottom: 1px solid #D6CFC8;
    padding-bottom: 7px;
    margin-bottom: 20px;
  }

  .creation__text {
    font-size: 14px;
    line-height: 1.35;
  }

  .creation__text {
    display: block;
    max-width: 535px;
  }

  .creation__text p:not(:last-child) {
    margin-bottom: 10px;
  }

  .creation__link {
    margin-top: 20px;
  }

  .creation_gardens .creation__subtitle {
    max-width: none;
  }

  .portfolio-service {
    padding: 48px 0;
  }

  .portfolio-service__heading {
    margin-bottom: 40px;
  }

  .portfolio-service__content {
    grid-column: span 1;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin-bottom: 40px;
  }

  .portfolio-service__content .portfolio-card:nth-child(2n) {
    animation-delay: 0s;
  }

  .portfolio-service__bottom {
    display: block;
  }

  .gardens {
    padding: 48px 0;
  }

  .gardens__heading {
    margin-bottom: 20px;
  }

  .gardens__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .gardens__title span {
    margin: 0;
    display: initial;
  }

  .gardens__title {
    margin-bottom: 20px;
  }

  .gardens__img {
    height: 419px;
  }

  .gardens__content {
    border: none;
    padding-top: 0;
    display: block;
  }

  .gardens__subtitle {
    font-size: 17px;
    line-height: 1.2;
  }

  .gardens__subtitle {
    max-width: none;
    padding-bottom: 7px;
    border-bottom: 1px solid #D6CFC8;
    margin-bottom: 22px;
  }

  .gardens__text {
    font-size: 14px;
    line-height: 1.35;
  }

  .gardens__text {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .gardens__text p:not(:last-child) {
    margin-bottom: 10px;
  }

  .project-detail {
    padding: 48px 0;
  }

  .project-detail__heading {
    display: block;
    padding-top: 0;
    padding-bottom: 10px;
    border: none;
    border-bottom: 1px solid #D6CFC8;
    margin-bottom: 40px;
  }

  .project-detail__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .project-detail__title {
    margin-bottom: 20px;
  }

  .project-detail__award {
    font-size: 16px;
  }

  .project-detail__back {
    font-size: 17px;
    line-height: 1.2;
  }

  .project-detail__back {
    margin-bottom: 20px;
  }

  .project-detail__slider {
    margin: 0 -26px 20px;
    overflow: visible;
  }

  .project-detail__slider-item {
    height: 352px;
  }

  .project-detail-pagination.swiper-pagination-fraction {
    left: 20px;
    top: 20px;
  }

  .project-detail-button-prev,
  .project-detail-button-next {
    display: flex;
    width: 40px;
    height: 40px;
  }

  .project-detail-button-prev svg,
  .project-detail-button-next svg {
    width: 24px;
    height: 24px;
  }

  .project-detail-button-prev {
    right: 40px;
  }

  .project-detail__content {
    display: block;
  }

  .project-detail__subtitle {
    font-size: 17px;
    line-height: 1.2;
  }

  .project-detail__subtitle {
    max-width: none;
    margin-bottom: 30px;
  }

  .project-detail__right {
    font-size: 14px;
    line-height: 1.35;
  }

  .project-detail__info {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-bottom: 32px;
  }

  .project-detail__info-text {
    font-size: 19px;
    line-height: 1.2;
  }

  .project-detail__info-text {
    font-size: 38px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-transform: none;
  }

  .project-detail__text {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .goal {
    padding: 48px 0;
  }

  .goal__content {
    padding-top: 0;
    display: block;
    border: none;
  }

  .goal__title {
    font-size: 16px;
  }

  .goal__title {
    padding-bottom: 8px;
    border-bottom: 1px solid #D6CFC8;
    margin-bottom: 22px;
  }

  .goal__description {
    font-size: 14px;
    line-height: 1.35;
  }

  .goal__description {
    margin-bottom: 20px;
  }

  .goal__description p:not(:last-child) {
    margin-bottom: 10px;
  }

  .goal__media {
    height: 421px;
  }

  .peculiarities {
    padding: 48px 0;
  }

  .peculiarities__content {
    padding-top: 0;
    display: block;
    border: none;
  }

  .peculiarities__title {
    font-size: 16px;
  }

  .peculiarities__title {
    padding-bottom: 5px;
    border-bottom: 1px solid #D6CFC8;
    margin-bottom: 12px;
  }

  .peculiarities__info {
    display: block;
    margin: 0;
  }

  .peculiarities__item:not(:last-child) {
    border-bottom: 1px solid #D6CFC8;
    margin-bottom: 11px;
  }

  .peculiarities__item::before {
    content: none;
  }

  .peculiarities__item-heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 9px 0;
    margin-bottom: 0;
  }

  .peculiarities__item-heading_active .peculiarities__item-action::after {
    opacity: 0;
  }

  .peculiarities__item-title {
    font-size: 17px;
    line-height: 1.2;
  }

  .peculiarities__item-title {
    font-size: 25px;
    font-family: "TT Fors", sans-serif;
    letter-spacing: 0.02em;
    text-transform: none;
  }

  .peculiarities__item-action {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
  }

  .peculiarities__item-action::before,
  .peculiarities__item-action::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 1px;
    background-color: #222222;
    transition: all 0.3s;
  }

  .peculiarities__item-action::after {
    width: 1px;
    height: 14px;
  }

  .peculiarities__item-dropdown {
    display: none;
    padding: 6px 0 10px;
  }

  .peculiarities__item-description {
    font-size: 14px;
    line-height: 1.35;
  }

  .peculiarities__item-description {
    max-width: 530px;
  }

  .video {
    padding: 48px 0;
  }

  .video__media {
    height: 387px;
    margin-bottom: 15px;
  }

  .video__media-time {
    font-size: 14px;
    line-height: 1.35;
  }

  .video__media-time {
    bottom: 10px;
    right: 55px;
  }

  .video__text {
    max-width: 340px;
    position: static;
    pointer-events: all;
    color: #222222;
  }

  .video__title {
    font-size: 16px;
  }

  .result {
    padding: 48px 0;
  }

  .result__heading {
    padding-top: 0;
    padding-bottom: 8px;
    border-top: none;
    border-bottom: 1px solid #D6CFC8;
    margin-bottom: 20px;
  }

  .result__title {
    font-size: 16px;
  }

  .result__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .result__item {
    height: 200px;
  }

  .result__item:nth-child(10n+1) {
    height: 416px;
  }

  .result__item:nth-child(10n+3) {
    grid-row: span 1;
    height: 200px;
  }

  .result__item:nth-child(10n+4) {
    grid-row: span 2;
    height: 416px;
  }

  .result__item:nth-child(10n+7) {
    grid-row: span 1;
    height: 399px;
  }

  .result__item:nth-child(10n+9) {
    height: 416px;
  }

  .about {
    padding: 48px 0;
  }

  .about__heading {
    display: block;
    margin-bottom: 20px;
  }

  .about__suptitle {
    font-size: 16px;
  }

  .about__suptitle {
    margin-bottom: 20px;
  }

  .about__title {
    font-size: 38px;
    line-height: 1.2;
  }

  .about__title {
    display: block;
  }

  .about__img {
    height: 314px;
  }

  .person-about {
    padding: 48px 0;
  }

  .person-about__heading {
    display: block;
    margin-bottom: 20px;
  }

  .person-about__title {
    font-size: 16px;
  }

  .person-about__title {
    margin-bottom: 20px;
  }

  .person-about__subtitle {
    display: block;
    font-size: 64px;
    font-family: "Grato Grotesk", sans-serif;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .person-about__body {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .person-about__img {
    height: 400px;
    grid-column: 1/3;
  }

  .person-about__img img {
    width: auto;
    aspect-ratio: 305/400;
  }

  .person-about__content {
    grid-column: 3/5;
    justify-content: flex-end;
  }

  .person-about__content-subtitle {
    font-size: 38px;
    line-height: 1.2;
  }

  .person-about__content-subtitle {
    display: none;
  }

  .person-about__info {
    line-height: 135%;
  }

  .about-info {
    padding: 48px 0;
  }

  .about-info__heading {
    display: block;
    margin-bottom: 35px;
  }

  .about-info__suptitle {
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .about-info__suptitle {
    margin-bottom: 20px;
  }

  .about-info__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .about-info__title span {
    margin: 0;
    display: initial;
  }

  .about-info__content {
    border: none;
    padding-top: 0;
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .about-info__text {
    font-size: 14px;
    line-height: 1.35;
  }

  .about-info__text {
    max-width: none;
    padding-top: 10px;
    border-top: 1px solid #D6CFC8;
  }

  .about-info__text p:not(:last-child) {
    margin-bottom: 10px;
  }

  .about-info__img {
    height: 398px;
  }

  .history {
    padding: 48px 0;
  }

  .history__heading {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .history__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .history__description {
    font-size: 14px;
    line-height: 1.35;
  }

  .history__description {
    max-width: 530px;
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .history__info {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 35px;
  }

  .history__img {
    height: 403px;
  }

  .history__quotation {
    margin-bottom: 35px;
  }

  .history__quotation .separator {
    display: none;
  }

  .history__quotation-text {
    font-size: 22px;
    line-height: 1.2;
  }

  .history__quotation-text {
    max-width: 530px;
    padding-bottom: 0;
  }

  .history_vacancies .history__info {
    grid-template-columns: repeat(1, 1fr);
  }

  .history_gardens .history__heading {
    margin-bottom: 35px;
  }

  .location {
    padding: 48px 0;
  }

  .location__heading {
    display: block;
    margin-bottom: 38px;
  }

  .location__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .location__title {
    margin-bottom: 10px;
  }

  .location__description {
    font-size: 14px;
    line-height: 1.35;
  }

  .location__description {
    max-width: 714px;
  }

  .location__content {
    margin-bottom: 86px;
  }

  .location__img {
    height: 418px;
  }

  .location__ticker {
    top: 57%;
  }

  .location__ticker::before {
    top: -10px;
  }

  .location__ticker-item {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .location__ticker-item:not(:last-child) {
    margin-right: 40px;
  }

  .location__bottom {
    display: block;
  }

  .location__block-title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .location__block-title span:first-child {
    text-indent: unset;
    margin: 0;
  }

  .location__link {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .company-details {
    padding: 48px 0;
  }

  .company-details__content {
    display: block;
    padding-top: 0;
    border: none;
  }

  .company-details__title {
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .company-details__title {
    padding-bottom: 10px;
    border-bottom: 1px solid #D6CFC8;
    margin-bottom: 20px;
  }

  .company-details__info {
    font-size: 14px;
    line-height: 1.35;
  }

  .company-details__info-item:not(:last-child) {
    margin-bottom: 5px;
  }

  .awards-hero {
    padding: 60px 0;
  }

  .awards-hero__heading {
    display: block;
    margin-bottom: 40px;
  }

  .awards-hero__suptitle {
    font-size: 16px;
  }

  .awards-hero__suptitle {
    margin-bottom: 20px;
  }

  .awards-hero__title {
    font-size: 38px;
    line-height: 1.2;
  }

  .awards-hero__title {
    display: block;
  }

  .awards-hero__content {
    padding-top: 20px;
  }

  .awards-hero__content .number {
    margin-left: auto;
  }

  .awards-hero__description {
    font-size: 16px;
  }

  .award-card {
    display: block;
  }

  .award-card__content {
    padding: 60px 26px 35px;
  }

  .award-card__heading {
    padding-right: 0;
  }

  .award-card__text {
    max-width: 534px;
  }

  .award-card__date {
    font-size: 14px;
    line-height: 1.35;
  }

  .award-card__title {
    font-size: 16px;
  }

  .award-card__title {
    margin-bottom: 11px;
  }

  .award-card__description {
    font-size: 14px;
    line-height: 1.35;
  }

  .award-card__logo {
    width: 64px;
    height: 64px;
  }

  .award-card__bottom .number {
    margin-bottom: 24px;
  }

  .award-card__bottom .number__text {
    max-width: none;
  }

  .award-card__prize-slider {
    overflow: visible;
  }

  .award-card__prize-slider-item {
    width: 170px;
    height: 240px;
  }

  .project-card {
    padding: 0 26px 60px;
    overflow: hidden;
  }

  .project-card__slider {
    overflow: visible;
    padding-bottom: 20px;
  }

  .project-card .button {
    bottom: 0;
    right: 0;
  }

  .project-card__img {
    height: 814px;
    margin-bottom: 10px;
  }

  .project-card__text {
    position: static;
  }

  .project-card__date {
    font-size: 14px;
    line-height: 1.35;
  }

  .project-card__title {
    font-size: 16px;
  }

  .project-card__description {
    font-size: 14px;
    line-height: 1.35;
  }

  .project-card-pagination.swiper-pagination {
    bottom: 0;
    left: 0;
    right: 0;
  }

  .project-card-pagination.swiper-pagination .swiper-pagination-bullet {
    background-color: #9B9888;
  }

  .project-card-pagination.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #F5F5F5;
  }

  .blog-hero {
    padding: 48px 0;
  }

  .blog-hero__content {
    display: block;
    padding-top: 0;
    border: none;
  }

  .blog-hero__title {
    font-size: 38px;
    line-height: 1.2;
  }

  .blog-hero__title {
    padding-bottom: 10px;
    border-bottom: 1px solid #5B645E;
    margin-bottom: 20px;
  }

  .blog-hero__text {
    font-size: 14px;
    line-height: 1.35;
  }

  .blog-hero__text {
    max-width: 534px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .blog-all {
    padding: 48px 0;
  }

  .blog-all__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 16px;
  }

  .blog-all .blog-card {
    grid-column: 1/span 2;
    gap: 16px;
  }

  .blog-all .blog-card:not(:nth-child(8n+1),
  :nth-child(8n+5)) {
    border-top: 1px solid #5B645E;
  }

  .blog-all .blog-card:not(:nth-child(8n+1),
  :nth-child(8n+5)) .blog-card__img {
    margin-top: 10px;
  }

  .blog-all .blog-card:not(:nth-child(8n+1),
  :nth-child(8n+5)) .blog-card__text {
    border: none;
  }

  .blog-all .blog-card__img {
    max-width: none;
    height: 216px;
    align-self: center;
  }

  .blog-all .blog-card__heading {
    margin-bottom: 20px;
  }

  .blog-all .blog-card__description {
    max-width: 530px;
  }

  .blog-all .blog-card:nth-child(8n+1) {
    grid-column: span 2;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .blog-all .blog-card:nth-child(8n+1) .blog-card__img {
    grid-column: span 2;
    height: auto /*fix*/ !important;
  }

  .blog-all .blog-card:nth-child(8n+1) .blog-card__text {
    grid-column: 1/span 2;
    display: block;
  }

  .blog-all .blog-card:nth-child(8n+1) .blog-card__heading {
    min-height: auto;
    margin-bottom: 20px;
  }

  .blog-all .blog-card:nth-child(8n+1) .blog-card__title {
    margin-bottom: 10px;
  }

  .blog-all .blog-card:nth-child(8n+5) {
    gap: 20px 16px;
  }

  .blog-all .blog-card:nth-child(8n+5) .blog-card__img {
    height: 283px;
  }

  .blog-all .blog-card:nth-child(8n+5) .blog-card__text {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .blog-all .blog-card:nth-child(8n+5) .blog-card__title {
    margin-bottom: 10px;
  }

  .blog-detail {
    padding: 48px 0;
  }

  .blog-detail {
    overflow: hidden;
  }

  .blog-detail__heading {
    margin-bottom: 20px;
  }

  .blog-detail__group {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .blog-detail__group:not(:last-child) {
    margin-bottom: 40px;
  }

  .blog-detail__author {
    gap: 10px;
  }

  .blog-detail__author-photo {
    width: 80px;
    height: 80px;
  }

  .blog-detail__author-text {
    max-width: none;
  }

  .blog-detail__author-name {
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .blog-detail__author-position {
    font-size: 14px;
    line-height: 1.35;
  }

  .blog-detail__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .blog-detail__title {
    order: -1;
  }

  .blog-detail__info {
    order: -1;
    margin-bottom: 20px;
  }

  .blog-detail__info-item {
    font-size: 14px;
    line-height: 1.35;
  }

  .blog-detail__info-item {
    line-height: 1.35;
    gap: 5px;
  }

  .blog-detail__info-item svg {
    width: 16px;
    height: 16px;
  }

  .blog-detail__img {
    height: auto;
  }

  .blog-detail__body {
    display: block;
  }

  .blog-detail__content {
    margin-bottom: 60px;
  }

  .blog-detail__slider {
    overflow: visible;
  }

  .blog-detail__slider-item {
    height: 417px;
  }

  .blog-detail-button-prev,
  .blog-detail-button-next {
    display: flex;
    width: 40px;
    height: 40px;
  }

  .blog-detail-button-prev svg,
  .blog-detail-button-next svg {
    width: 24px;
    height: 24px;
  }

  .blog-detail-button-prev {
    right: 40px;
  }

  .blog-detail-pagination.swiper-pagination-fraction {
    left: 20px;
    top: 20px;
  }

  .blog-detail__item {
    gap: 30px;
  }

  .blog-detail__item:not(:last-child) {
    margin-bottom: 60px;
  }

  .blog-detail__item-title {
    font-size: 16px;
  }

  .blog-detail__item-title {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .blog-detail__item-text {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .blog-detail__item-subtitle {
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .blog-detail__item-description {
    font-size: 14px;
    line-height: 1.35;
  }

  .blog-detail__item-description {
    grid-column: initial;
  }

  .blog-detail__item-description p:not(:last-child) {
    margin-bottom: 10px;
  }

  .blog-detail__item-grid {
    gap: 10px;
  }

  .blog-detail__item-grid .blog-detail__slider {
    overflow: hidden;
  }

  .blog-detail__item-img {
    height: 417px;
  }

  .blog-detail__share {
    padding-top: 10px;
    gap: 10px;
  }

  .blog-detail__share-title {
    font-size: 16px;
  }

  .club {
    padding: 48px 0;
  }

  .club {
    padding-bottom: 100px;
  }

  .club__heading {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 40px;
  }

  .club__logo {
    width: 64px;
    height: 64px;
  }

  .club__hero {
    padding-top: 0;
    border-top: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #5B645E;
  }

  .club__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .club__title {
    margin-bottom: 5px;
  }

  .club__description {
    font-size: 14px;
    line-height: 1.35;
  }

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

  .club__img {
    width: 100%;
    max-width: 360px;
    height: 200px;
  }

  .club__info {
    order: -1;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .club__subtitle {
    font-size: 17px;
    line-height: 1.2;
  }

  .club__subtitle {
    margin-bottom: 10px;
  }

  .club__text {
    font-size: 14px;
    line-height: 1.35;
  }

  .club__text {
    max-width: 540px;
  }

  .club__small {
    font-size: 14px;
    line-height: 1.35;
  }

  .club__link {
    margin-top: 0;
  }

  .club__link svg {
    width: 24px;
    height: 24px;
  }

  .invite {
    padding: 60px 0 40px;
  }

  .invite .form__description {
    margin-bottom: 60px;
  }

  .invite__bg {
    width: 100%;
  }

  .invite__heading {
    display: block;
  }

  .invite__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .invite__content {
    padding-top: 10px;
  }

  .timetable {
    padding: 48px 0;
  }

  .timetable__body {
    display: block;
  }

  .timetable__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .timetable__title {
    display: block;
  }

  .timetable__link {
    margin-top: 20px;
  }

  .contacts {
    padding: 48px 0;
  }

  .contacts__heading {
    display: block;
    margin-bottom: 40px;
  }

  .contacts__title {
    font-size: 38px;
    line-height: 1.2;
  }

  .contacts__content {
    gap: 16px;
  }

  .contacts__info-item:not(:last-child) {
    margin-bottom: 38px;
  }

  .contacts__info-link {
    font-size: 17px;
    line-height: 1.2;
  }

  .contacts__info-link:not(:last-child) {
    margin-bottom: 10px;
  }

  .contacts__info-suptitle {
    font-size: 14px;
    line-height: 1.35;
  }

  .contacts__info-suptitle {
    margin-bottom: 5px;
  }

  .contacts__text {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .contacts__description {
    font-size: 14px;
    line-height: 1.35;
  }

  .contacts__description {
    max-width: 340px;
  }

  .contacts__description:last-child {
    margin-top: 20px;
  }

  .vacancies {
    padding: 48px 0;
  }

  .vacancies {
    padding-bottom: 50px;
  }

  .vacancies__heading {
    display: block;
    margin-bottom: 11px;
  }

  .vacancies__title {
    font-size: 38px;
    line-height: 1.2;
  }

  .vacancies__body {
    display: block;
  }

  .vacancies__description {
    font-size: 14px;
    line-height: 1.35;
  }

  .vacancies__description {
    max-width: 540px;
    margin-bottom: 40px;
  }

  .vacancies__link {
    font-size: 19px;
    line-height: 1.2;
  }

  .vacancies__link {
    padding: 10px 0;
    letter-spacing: 0.02em;
  }

  .vacancies__link span {
    max-width: 650px;
  }

  .offer {
    padding: 48px 0;
  }

  .offer__heading {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-bottom: 37px;
  }

  .offer__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .offer__description {
    font-size: 14px;
    line-height: 1.35;
  }

  .offer__description {
    max-width: 530px;
    margin: 0;
  }

  .offer__body {
    display: block;
    padding-top: 0;
    border: none;
  }

  .offer__subtitle {
    font-size: 16px;
  }

  .offer__subtitle {
    padding-bottom: 8px;
    border-bottom: 1px solid #5B645E;
    margin-bottom: 22px;
  }

  .offer__content {
    display: block;
  }

  .offer__item:not(:last-child) {
    border-bottom: 1px solid #5B645E;
    margin-bottom: 11px;
  }

  .offer__item::before {
    content: none;
  }

  .offer__item-heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 9px 0;
    margin-bottom: 0;
  }

  .offer__item-heading_active .offer__item-action::after {
    opacity: 0;
  }

  .offer__item-title {
    font-size: 17px;
    line-height: 1.2;
  }

  .offer__item-title {
    font-size: 25px;
    font-family: "TT Fors", sans-serif;
    letter-spacing: 0.02em;
    text-transform: none;
  }

  .offer__item-action {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
  }

  .offer__item-action::before,
  .offer__item-action::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 1px;
    background-color: #F5F5F5;
    transition: all 0.3s;
  }

  .offer__item-action::after {
    width: 1px;
    height: 14px;
  }

  .offer__item-dropdown {
    display: none;
    padding: 6px 0 10px;
  }

  .offer__item-description {
    font-size: 14px;
    line-height: 1.35;
  }

  .request {
    padding: 60px 0 40px;
  }

  .request__heading {
    display: block;
    margin-bottom: 60px;
  }

  .request__recruiter {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
  }

  .request__recruiter-photo {
    width: 130px;
    height: 130px;
    margin: 0;
  }

  .request__recruiter-name {
    font-size: 16px;
  }

  .request__recruiter-name {
    width: min-content;
  }

  .request__recruiter-position {
    font-size: 14px;
    line-height: 1.35;
  }

  .request__recruiter-position {
    margin-bottom: 8px;
  }

  .request__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .request__description {
    font-size: 14px;
    line-height: 1.35;
  }

  .request__description {
    max-width: 530px;
    margin-top: 10px;
  }

  .vacancy {
    padding: 48px 0;
  }

  .vacancy__body {
    display: block;
  }

  .vacancy__back {
    margin-bottom: 40px;
  }

  .vacancy__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .vacancy__title {
    margin-bottom: 31px;
  }

  .vacancy__info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
    padding-bottom: 7px;
    margin-bottom: 30px;
  }

  .vacancy__price {
    font-size: 16px;
  }

  .vacancy__text {
    font-size: 14px;
    line-height: 1.35;
  }

  .vacancy__block:not(:last-child) {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }

  .vacancy__subtitle {
    font-size: 17px;
    line-height: 1.2;
  }

  .policy {
    padding: 48px 0;
  }

  .policy__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .policy__title {
    margin-bottom: 41px;
  }

  .policy__item {
    display: block;
    padding-top: 0;
    border-top: 0;
  }

  .policy__item:not(:last-child) {
    margin-bottom: 41px;
  }

  .policy__item-title {
    font-size: 16px;
  }

  .policy__item-title {
    padding-right: 25vw;
    gap: 5px;
    padding-bottom: 8px;
    border-bottom: 1px solid #D6CFC8;
    margin-bottom: 10px;
  }

  .policy__item-title::before {
    width: 35px;
  }

  .policy__item-content {
    font-size: 14px;
    line-height: 1.35;
  }

  .policy__item-content {
    grid-column: span 1;
  }

  .policy__item-description:not(:last-child) {
    margin-bottom: 10px;
  }

  .policy__sublist {
    padding-left: 41px;
  }

  .policy__sublist > li::before {
    left: -41px;
    width: 36px;
  }

  .policy__sublist > li:not(:last-child) {
    margin-bottom: 11px;
  }

  .policy__sublist .list {
    padding-left: 11px;
    margin-top: 12px;
  }

  .not-found__content {
    padding: 125px 0 60px;
  }

  .not-found .number {
    margin-right: 25px;
    margin-bottom: 52px;
  }

  .not-found .number__value {
    font-size: 220px;
  }

  .not-found .number__value::after {
    width: 50px;
  }

  .not-found__description {
    font-size: 16px;
  }

  .not-found__description {
    max-width: 560px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .header__body > .header__phone {
    display: none;
  }

  .header__content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav__dropdown {
    padding-left: 16px;
    padding-right: 16px;
  }

  .spaces__content-title {
    font-size: 18px;
  }

  .spaces_other .spaces__content-title {
    font-size: 18px;
  }

  .stages_other .stages__item-title {
    font-size: 20px;
  }

  .stages_other .stages__item-description {
    font-size: 14px;
  }

  .portfolio__title {
    font-size: 22px;
  }

  .project-detail__info-text {
    font-size: 20px;
  }

  .peculiarities__item-title {
    font-size: 20px;
  }

  .person-about__subtitle {
    font-size: 36px;
  }

  .blog-all .blog-card:not(:nth-child(8n+1),
  :nth-child(8n+5)) .blog-card__img {
    margin-top: 0;
  }

  .offer__item-title {
    font-size: 20px;
  }
}

@media (max-width: 1279px) and (max-width: 1919px) {
  .spaces__content-title {
    font-size: 19px;
  }

  .spaces_other .spaces__content-title {
    font-size: 22px;
    line-height: 1.15;
  }

  .stages_other .stages__item-title {
    font-size: 32px;
  }

  .stages_other .stages__item-description {
    font-size: 14px;
    line-height: 1.25;
  }

  .portfolio__title {
    font-size: 35px;
  }

  .project-detail__info-text {
    font-size: 32px;
  }

  .peculiarities__item-title {
    font-size: 24px;
    line-height: 1.15;
  }

  .person-about__subtitle {
    font-size: 50px;
  }

  .offer__item-title {
    font-size: 24px;
    line-height: 1.15;
  }
}

@media (max-width: 1279px) and (max-width: 1279px) {
  .spaces__content-title {
    font-size: 16px;
  }

  .spaces_other .spaces__content-title {
    font-size: 17px;
    line-height: 1.2;
  }

  .stages_other .stages__item-title {
    font-size: 22px;
    line-height: 1.2;
  }

  .stages_other .stages__item-description {
    font-size: 14px;
    line-height: 1.35;
  }

  .portfolio__title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .project-detail__info-text {
    font-size: 22px;
    line-height: 1.2;
  }

  .peculiarities__item-title {
    font-size: 19px;
    line-height: 1.2;
  }

  .person-about__subtitle {
    font-size: 38px;
    line-height: 1.2;
  }

  .offer__item-title {
    font-size: 19px;
    line-height: 1.2;
  }
}

@media (max-width: 1023px) {
  .reviews__bottom::before {
    top: 53px;
  }
}

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

  .mobile {
    display: block !important;
  }

  .slider-pagination-number.swiper-pagination .swiper-pagination-bullet {
    font-size: 18px;
  }

  .slider-pagination-number.swiper-pagination .swiper-pagination-bullet {
    flex-shrink: 0;
    transition: all 1.2s, font-size 0.4s;
  }

  .slider-pagination-number.swiper-pagination .swiper-pagination-bullet-active {
    font-size: 30px;
  }

  .slider-pagination.swiper-pagination-fraction {
    font-size: 20px;
  }

  .link {
    font-size: 22px;
  }

  .link_big {
    font-size: 18px;
  }

  .link_middle {
    font-size: 20px;
  }

  .link_small {
    font-size: 18px;
  }

  .number__value {
    font-size: 58px;
  }

  .number__text {
    font-size: 14px;
  }

  .form__description {
    font-size: 14px;
  }

  input,
  textarea {
    font-size: 18px;
  }

  input,
  textarea {
    height: 45px;
  }

  .label__text {
    font-size: 14px;
  }

  .file__text {
    font-size: 14px;
  }

  .file__text span {
    margin-top: 6px;
  }

  .file__block {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
  }

  .file__item-name {
    font-size: 18px;
  }

  .file__item-name {
    word-break: break-word;
  }

  .breadcrumbs {
    overflow: hidden;
  }

  .breadcrumbs .container {
    padding: 0;
  }

  .breadcrumbs__list {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .breadcrumbs__item:first-child {
    padding-left: 16px;
  }

  .breadcrumbs__item:last-child {
    padding-right: 16px;
  }

  .list {
    font-size: 14px;
  }

  .list {
    padding-left: 21px;
    line-height: 1.357;
  }

  .list li:not(:last-child) {
    margin-bottom: 5px;
  }

  .cookies {
    padding: 15px 10px;
  }

  .cookies__description {
    font-size: 12px;
  }

  .cookies__link {
    flex-shrink: 0;
    font-size: 14px;
  }

  .hero__body {
    padding-bottom: 44px;
  }

  .hero__body .breadcrumbs {
    margin: 0 -16px 12px;
    width: calc(100% + 32px);
  }

  .hero__text {
    font-size: 12px;
  }

  .hero__text {
    max-width: 250px;
    margin-bottom: 80px;
  }

  .hero__title {
    font-size: 36px;
  }

  .hero__cta-title {
    font-size: 18px;
  }

  .hero_service .hero__body {
    padding-bottom: 40px;
  }

  .hero_gardens .hero__title {
    font-size: 28px;
  }

  .project__top {
    margin-bottom: 40px;
  }

  .project__subtitle {
    font-size: 18px;
  }

  .project__text {
    font-size: 14px;
  }

  .project__title {
    font-size: 36px;
  }

  .project__title {
    margin-bottom: 20px;
  }

  .project__description {
    font-size: 14px;
  }

  .project__content {
    margin: 0 -16px;
  }

  .project__slider {
    padding-bottom: 12px;
  }

  .project__slider-img {
    height: 300px;
  }

  .project__slider-text {
    padding-left: 16px;
    padding-right: 16px;
  }

  .project__slider-title {
    font-size: 18px;
  }

  .project__slider-description {
    font-size: 14px;
  }

  .project-pagination.swiper-pagination {
    width: auto;
    left: 16px;
    right: 16px;
  }

  .individuality__heading {
    margin-bottom: 49px;
  }

  .individuality__title {
    font-size: 22px;
  }

  .individuality__content {
    margin: 0 -16px;
  }

  .individuality__slider-title {
    font-size: 18px;
  }

  .individuality__slider-title {
    max-width: 95%;
    padding: 0 16px;
    margin-bottom: 19px;
  }

  .individuality__slider-text {
    font-size: 14px;
  }

  .individuality__slider-text {
    padding: 0 16px;
  }

  .individuality__slider-img {
    height: 293px;
  }

  .individuality-pagination.swiper-pagination {
    width: auto;
    left: 16px;
    right: 16px;
  }

  .spaces__heading {
    margin-bottom: 48px;
  }

  .spaces__title {
    font-size: 22px;
  }

  .spaces__number {
    font-size: 20px;
  }

  .spaces .number {
    margin-bottom: 47px;
  }

  .spaces__content-title {
    font-size: 22px;
    font-family: "Grato Grotesk", sans-serif;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .spaces__img {
    margin-left: -16px;
    margin-right: -16px;
    height: 293px;
  }

  .spaces__text-title {
    font-size: 18px;
  }

  .spaces__text-description {
    font-size: 14px;
  }

  .spaces__subtitle {
    font-size: 18px;
  }

  .spaces__button {
    font-size: 14px;
  }

  .spaces_other .spaces__content-title {
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }

  .spaces_gardens .spaces__img {
    min-height: auto;
  }

  .download__title {
    font-size: 22px;
  }

  .download__links {
    flex-direction: column;
    gap: 10px;
  }

  .awards__title {
    font-size: 20px;
  }

  .awards__text {
    margin-bottom: 40px;
  }

  .awards__description {
    font-size: 14px;
  }

  .awards__content {
    padding-top: 39px;
  }

  .awards__items {
    margin-bottom: 28px;
  }

  .awards__item-number {
    font-size: 20px;
  }

  .awards__item-number {
    align-items: flex-start;
  }

  .awards__item-number span {
    margin-top: 5px;
  }

  .awards__item-number span {
    font-size: 14px;
  }

  .awards__item-title {
    font-size: 18px;
  }

  .consultation__title {
    font-size: 22px;
  }

  .quotation {
    overflow: hidden;
  }

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

  .quotation__author-name {
    font-size: 14px;
  }

  .quotation__img {
    width: auto;
    height: 293px;
    margin: 0 -16px;
  }

  .quotation__text {
    font-size: 20px;
  }

  .quotation_contacts .quotation__content {
    gap: 30px;
  }

  .visualization__heading .link svg {
    display: none;
  }

  .visualization__suptitle {
    font-size: 22px;
  }

  .visualization__number {
    font-size: 20px;
  }

  .visualization__content > .visualization__title {
    font-size: 20px;
  }

  .visualization__tour-button {
    font-size: 18px;
  }

  .visualization__tour-button {
    white-space: nowrap;
    font-size: 24px;
  }

  .visualization__description {
    font-size: 14px;
  }

  .visualization__title {
    font-size: 20px;
  }

  .examples__title {
    font-size: 18px;
  }

  .examples__description {
    font-size: 14px;
  }

  .examples__link {
    margin-top: 20px;
  }

  .reviews__title {
    font-size: 22px;
  }

  .reviews__title {
    margin-bottom: 20px;
  }

  .reviews__content {
    margin: 0 -16px 62px;
  }

  .reviews__slider-text {
    font-size: 14px;
  }

  .reviews__slider-text {
    padding: 0 16px;
  }

  .reviews__slider-media {
    height: 200px;
  }

  .reviews__slider-media-time {
    font-size: 14px;
  }

  .reviews__slider-author {
    padding: 0 16px;
  }

  .reviews__slider-author-name {
    font-size: 18px;
  }

  .reviews__slider-author-position {
    font-size: 14px;
  }

  .reviews-pagination.swiper-pagination {
    width: auto;
    left: 16px;
    right: 16px;
  }

  .reviews__bottom::before {
    top: 52px;
  }

  .reviews__bottom-slider-item {
    font-size: 14px;
  }

  .reviews__bottom-slider-position {
    margin-bottom: 8px;
  }

  .reviews__bottom-slider-more {
    margin-top: 5px;
  }

  .reviews__rating-number {
    font-size: 30px;
  }

  .reviews__rating-text {
    font-size: 14px;
  }

  .reviews_project .reviews__title {
    font-size: 18px;
  }

  .principles__title {
    font-size: 22px;
  }

  .principles__subtitle {
    font-size: 18px;
  }

  .principles__item-heading {
    align-items: flex-start;
  }

  .principles__item-title {
    font-size: 18px;
  }

  .principles__item-title {
    font-size: 20px;
  }

  .principles__item-description {
    font-size: 14px;
  }

  .advantages__title {
    font-size: 22px;
  }

  .advantages__title {
    margin-bottom: 9px;
  }

  .advantages__heading {
    gap: 19px;
    margin-bottom: 29px;
  }

  .advantages__description {
    font-size: 14px;
  }

  .advantages__description p:not(:last-child) {
    margin-bottom: 10px;
  }

  .advantages__side-link {
    font-size: 20px;
  }

  .advantages__item-title {
    font-size: 20px;
  }

  .advantages__item-description {
    font-size: 18px;
  }

  .advantages__item-description {
    font-size: 14px;
    margin-bottom: 0;
  }

  .advantages__item-img {
    display: none;
    height: 200px;
  }

  .write-about__title {
    font-size: 22px;
  }

  .write-about__title {
    margin-bottom: 10px;
  }

  .write-about_partners .write-about__link {
    font-size: 14px;
  }

  .blog {
    overflow: hidden;
  }

  .blog__title {
    font-size: 22px;
  }

  .blog__title {
    max-width: 95%;
    margin-bottom: 40px;
  }

  .blog__content {
    margin-bottom: 12px;
  }

  .blog__content .blog-card:nth-child(n+2) {
    display: none;
  }

  .blog_dark .blog-card:nth-child(n+2) {
    display: flex;
  }

  .blog-card__img {
    width: auto;
    height: 300px;
    margin: 0 -16px;
  }

  .blog-card__heading {
    margin-bottom: 20px;
  }

  .blog-card__title {
    font-size: 18px;
  }

  .blog-card__title {
    margin-bottom: 16px;
  }

  .blog-card__info-item {
    font-size: 14px;
  }

  .blog-card__description {
    font-size: 14px;
  }

  .services__title {
    font-size: 22px;
  }

  .services__item-title {
    font-size: 20px;
  }

  .services__item-description {
    font-size: 14px;
  }

  .stages__heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 40px;
  }

  .stages__suptitle {
    font-size: 22px;
  }

  .stages__suptitle {
    margin-bottom: 40px;
  }

  .stages__title {
    font-size: 22px;
  }

  .stages__title {
    max-width: none;
  }

  .stages__item:not(:last-child) {
    margin-bottom: 51px;
  }

  .stages__item .number {
    width: 90px;
  }

  .stages__item-text {
    padding-top: 29px;
  }

  .stages__item-title {
    font-size: 20px;
  }

  .stages__item-description {
    font-size: 14px;
  }

  .stages_other .stages__item-title {
    font-size: 38px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-transform: none;
  }

  .stages_other .stages__item-description {
    font-size: 16px;
    line-height: 1.33;
    letter-spacing: 0.02em;
  }

  .stages_other .stages__item:not(:last-child) {
    margin-bottom: 51px;
  }

  .faq__title {
    font-size: 22px;
  }

  .faq__title {
    width: 95%;
  }

  .faq__description {
    font-size: 14px;
  }

  .faq__item-title {
    font-size: 20px;
  }

  .faq__item-description {
    font-size: 14px;
  }

  .feedback__bg {
    width: 100%;
  }

  .footer__content {
    padding-bottom: 39px;
  }

  .footer__heading {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    padding-bottom: 36px;
  }

  .footer__left {
    border-bottom: 1px solid #5B645E;
  }

  .footer__left .logo {
    margin-bottom: 14px;
  }

  .footer__description {
    margin-bottom: 38px;
  }

  .footer__body {
    font-size: 14px;
  }

  .footer__body {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .footer__nav-title {
    font-size: 14px;
  }

  .footer__list li:not(:last-child) {
    margin-bottom: 15px;
  }

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

  .footer__right {
    grid-column: span 1;
  }

  .footer__info {
    font-size: 14px;
  }

  .footer_light .footer__left {
    border-color: #D6CFC8;
  }

  .popup__content {
    padding: 60px 16px 40px;
  }

  .popup__title {
    font-size: 22px;
  }

  .popup_sent .popup__content {
    padding: 15px 10px;
  }

  .popup_sent .popup__title {
    font-size: 12px;
  }

  .fancybox__counter {
    font-size: 20px;
  }

  .fancybox__caption {
    padding: 40px 16px 20px;
    margin: 0 -40px 40px;
  }

  .fancybox__caption-award {
    font-size: 18px;
  }

  .fancybox__caption-award {
    font-size: 14px;
  }

  .fancybox__caption-line {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .fancybox__caption-date {
    font-size: 14px;
  }

  .fancybox__caption-place {
    font-size: 18px;
  }

  .fancybox__caption-place {
    font-size: 14px;
  }

  .fancybox__caption-description {
    font-size: 14px;
  }

  .fancybox__carousel .fancybox__slide.has-caption {
    padding: 0 40px 40px;
  }

  .working-documentation {
    overflow: hidden;
  }

  .working-documentation__title {
    font-size: 22px;
  }

  .working-documentation__media {
    height: 293px;
    margin: 0 -16px 20px;
  }

  .working-documentation__description {
    font-size: 14px;
  }

  .portfolio {
    overflow: hidden;
  }

  .portfolio__title {
    font-size: 36px;
  }

  .portfolio__title {
    font-size: 22px;
  }

  .portfolio__description {
    font-size: 14px;
  }

  .portfolio__side-link {
    font-size: 20px;
  }

  .portfolio__content {
    margin: 0 -16px;
  }

  .portfolio__more {
    margin-top: 30px;
  }

  .portfolio_other .portfolio__title {
    font-size: 22px;
  }

  .portfolio-card_wide .portfolio-card__img {
    height: 293px;
  }

  .portfolio-card__img {
    height: 293px;
  }

  .portfolio-card__text {
    padding: 0 16px;
  }

  .portfolio-card__title {
    font-size: 18px;
  }

  .portfolio-card__subtitle {
    font-size: 14px;
  }

  .architect__author-photo {
    width: 120px;
    height: 120px;
  }

  .architect__author-name {
    font-size: 18px;
  }

  .architect__author-position {
    font-size: 14px;
  }

  .architect__title {
    font-size: 22px;
  }

  .creation__title {
    font-size: 22px;
  }

  .creation__subtitle {
    font-size: 18px;
  }

  .creation__text {
    font-size: 14px;
  }

  .portfolio-service__content {
    margin: 0 -16px 40px;
  }

  .gardens {
    overflow: hidden;
  }

  .gardens__title {
    font-size: 22px;
  }

  .gardens__img {
    width: auto;
    height: 293px;
    margin: 0 -16px;
  }

  .gardens__subtitle {
    font-size: 18px;
  }

  .gardens__text {
    font-size: 14px;
  }

  .project-detail__title {
    font-size: 22px;
  }

  .project-detail__award {
    font-size: 18px;
  }

  .project-detail__back {
    font-size: 18px;
  }

  .project-detail__slider {
    margin: 0 -16px 20px;
  }

  .project-detail__slider-item {
    height: 293px;
  }

  .project-detail__subtitle {
    font-size: 18px;
  }

  .project-detail__right {
    font-size: 14px;
  }

  .project-detail__info-text {
    font-size: 20px;
  }

  .goal__title {
    font-size: 18px;
  }

  .goal__description {
    font-size: 14px;
  }

  .goal__media {
    height: 200px;
  }

  .peculiarities__title {
    font-size: 18px;
  }

  .peculiarities__title {
    padding-bottom: 8px;
  }

  .peculiarities__item-title {
    font-size: 18px;
  }

  .peculiarities__item-title {
    font-size: 25px;
    font-family: "TT Fors", sans-serif;
    letter-spacing: 0.02em;
    text-transform: none;
  }

  .peculiarities__item-description {
    font-size: 14px;
  }

  .video {
    overflow: hidden;
  }

  .video__media {
    height: 200px;
    margin: 0 -16px 15px;
  }

  .video__media-time {
    font-size: 14px;
  }

  .video__title {
    font-size: 18px;
  }

  .result {
    overflow: hidden;
  }

  .result__title {
    font-size: 18px;
  }

  .result__content {
    margin: 0 -16px;
    gap: 14px;
  }

  .result__item {
    height: 110px;
  }

  .result__item:nth-child(10n+1) {
    height: 234px;
  }

  .result__item:nth-child(10n+3) {
    height: 110px;
  }

  .result__item:nth-child(10n+4) {
    height: 234px;
  }

  .result__item:nth-child(10n+7) {
    height: 220px;
  }

  .result__item:nth-child(10n+9) {
    height: 234px;
  }

  .about {
    overflow: hidden;
  }

  .about__suptitle {
    font-size: 18px;
  }

  .about__title {
    font-size: 36px;
  }

  .about__img {
    height: 293px;
    margin: 0 -16px;
  }

  .person-about {
    overflow: hidden;
  }

  .person-about__title {
    font-size: 18px;
  }

  .person-about__body {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .person-about__img {
    grid-column: span 1;
    height: auto;
    margin: 0 -16px;
  }

  .person-about__img img {
    width: 100%;
    aspect-ratio: 375/492;
  }

  .person-about__content {
    grid-column: span 1;
    justify-content: flex-end;
  }

  .person-about__content-subtitle {
    font-size: 36px;
  }

  .person-about__info {
    max-width: 100%;
  }

  .about-info {
    overflow: hidden;
  }

  .about-info__heading {
    margin-bottom: 30px;
  }

  .about-info__suptitle {
    font-size: 12px;
  }

  .about-info__title {
    font-size: 22px;
  }

  .about-info__text {
    font-size: 14px;
  }

  .about-info__img {
    margin: 0 -16px;
    height: 293px;
  }

  .history {
    overflow: hidden;
  }

  .history__heading {
    margin-bottom: 30px;
  }

  .history__title {
    font-size: 22px;
  }

  .history__description {
    font-size: 14px;
  }

  .history__info {
    gap: 35px;
  }

  .history__img {
    margin: 0 -16px;
    height: 293px;
  }

  .history__quotation {
    margin-bottom: 30px;
  }

  .history__quotation-text {
    font-size: 20px;
  }

  .history_gardens .history__heading {
    margin-bottom: 30px;
  }

  .location__title {
    font-size: 22px;
  }

  .location__description {
    font-size: 14px;
  }

  .location__content {
    margin-bottom: 60px;
  }

  .location__img {
    margin: 0 -16px;
    height: 220px;
  }

  .location__ticker {
    top: 62%;
  }

  .location__ticker-item {
    font-size: 22px;
  }

  .location__block-title {
    font-size: 22px;
  }

  .company-details__title {
    font-size: 12px;
  }

  .company-details__info {
    font-size: 14px;
  }

  .awards-hero {
    padding-bottom: 67px;
  }

  .awards-hero__suptitle {
    font-size: 18px;
  }

  .awards-hero__title {
    font-size: 36px;
  }

  .awards-hero__title {
    padding-right: 5px;
  }

  .awards-hero__content {
    display: block;
  }

  .awards-hero__description {
    font-size: 18px;
  }

  .awards-hero__description {
    margin-bottom: 28px;
  }

  .award-card__content {
    padding: 60px 16px 30px;
  }

  .award-card__heading {
    gap: 10px;
    margin-bottom: 37px;
  }

  .award-card__date {
    font-size: 14px;
  }

  .award-card__title {
    font-size: 18px;
  }

  .award-card__description {
    font-size: 14px;
  }

  .award-card__bottom .number {
    margin-bottom: 29px;
  }

  .award-card__prize-slider-item {
    width: 107px;
    height: 150px;
  }

  .project-card {
    padding: 0 0 60px;
  }

  .project-card__slider {
    padding-bottom: 22px;
  }

  .project-card__img {
    height: 400px;
  }

  .project-card__text {
    padding: 0 16px;
  }

  .project-card__date {
    font-size: 14px;
  }

  .project-card__title {
    font-size: 18px;
  }

  .project-card__description {
    font-size: 14px;
  }

  .project-card-pagination.swiper-pagination {
    left: 16px;
    right: 16px;
  }

  .blog-hero__title {
    font-size: 36px;
  }

  .blog-hero__text {
    font-size: 14px;
  }

  .blog-all {
    overflow: hidden;
  }

  .blog-all__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 53px;
  }

  .blog-all .blog-card {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
    gap: 20px;
  }

  .blog-all .blog-card__img {
    height: 300px;
    align-self: start;
    order: 1;
  }

  .blog-all .blog-card:nth-child(8n+1) {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }

  .blog-all .blog-card:nth-child(8n+1) .blog-card__img {
    height: auto  /*fix*/ !important;
    grid-column: span 1;
  }

  .blog-all .blog-card:nth-child(8n+1) .blog-card__text {
    grid-column: span 1;
  }

  .blog-all .blog-card:nth-child(8n+5) .blog-card__img {
    height: 300px;
    grid-column: span 1;
  }

  .blog-all .blog-card:nth-child(8n+5) .blog-card__text {
    grid-column: span 1;
  }

  .blog-detail__author-name {
    font-size: 12px;
  }

  .blog-detail__author-position {
    font-size: 14px;
  }

  .blog-detail__title {
    font-size: 22px;
  }

  .blog-detail__info-item {
    font-size: 14px;
  }

  .blog-detail__img {
    height: auto;
    margin: 0 -16px;
  }

  .blog-detail__slider {
    width: auto;
    margin: 0 -16px;
  }

  .blog-detail__slider-item {
    height: 293px;
  }

  .blog-detail__item-title {
    font-size: 18px;
  }

  .blog-detail__item-subtitle {
    font-size: 12px;
  }

  .blog-detail__item-description {
    font-size: 14px;
  }

  .blog-detail__item-grid {
    display: block;
    min-width: 0;
  }

  .blog-detail__item-grid .blog-detail__slider {
    overflow: visible;
  }

  .blog-detail__item-img {
    height: 293px;
    margin: 0 -16px;
  }

  .blog-detail__share-title {
    font-size: 18px;
  }

  .club {
    overflow: hidden;
  }

  .club__title {
    font-size: 22px;
  }

  .club__description {
    font-size: 14px;
  }

  .club__img {
    width: auto;
    max-width: none;
    margin: 0 -16px;
    height: 293px;
  }

  .club__subtitle {
    font-size: 18px;
  }

  .club__text {
    font-size: 14px;
  }

  .club__small {
    font-size: 14px;
  }

  .invite__title {
    font-size: 22px;
  }

  .timetable__title {
    font-size: 22px;
  }

  .contacts__title {
    font-size: 36px;
  }

  .contacts__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }

  .contacts__info-item:not(:last-child) {
    margin-bottom: 30px;
  }

  .contacts__info-link {
    font-size: 18px;
  }

  .contacts__info-suptitle {
    font-size: 14px;
  }

  .contacts__description {
    font-size: 14px;
  }

  .vacancies__title {
    font-size: 36px;
  }

  .vacancies__description {
    font-size: 14px;
  }

  .vacancies__link {
    font-size: 20px;
  }

  .vacancies__link:nth-child(n+5) {
    display: none;
  }

  .vacancies__more {
    display: flex;
    margin-top: 40px;
  }

  .offer__heading {
    margin-bottom: 31px;
  }

  .offer__title {
    font-size: 22px;
  }

  .offer__description {
    font-size: 14px;
  }

  .offer__subtitle {
    font-size: 18px;
  }

  .offer__item-title {
    font-size: 18px;
  }

  .offer__item-title {
    font-size: 25px;
    font-family: "TT Fors", sans-serif;
    letter-spacing: 0.02em;
    text-transform: none;
  }

  .offer__item-description {
    font-size: 14px;
  }

  .request__recruiter-photo {
    width: 110px;
    height: 110px;
  }

  .request__recruiter-name {
    font-size: 18px;
  }

  .request__recruiter-position {
    font-size: 14px;
  }

  .request__title {
    font-size: 22px;
  }

  .request__description {
    font-size: 14px;
  }

  .vacancy__title {
    font-size: 22px;
  }

  .vacancy__price {
    font-size: 18px;
  }

  .vacancy__text {
    font-size: 14px;
  }

  .vacancy__subtitle {
    font-size: 18px;
  }

  .policy__title {
    font-size: 22px;
  }

  .policy__item-title {
    font-size: 18px;
  }

  .policy__item-title {
    padding-right: 0;
  }

  .policy__item-title::before {
    width: 30px;
  }

  .policy__item-content {
    font-size: 14px;
  }

  .policy__sublist {
    padding-left: 36px;
  }

  .policy__sublist > li::before {
    left: -36px;
    width: 31px;
  }

  .policy__sublist .list {
    padding-left: 15px;
    margin-top: 10px;
  }

  .not-found {
    overflow: hidden;
  }

  .not-found__content {
    min-height: auto;
    padding: 130px 0 60px;
  }

  .not-found .number {
    margin-right: 12px;
  }

  .not-found .number__value {
    font-size: 128px;
  }

  .not-found .number__value::after {
    border-width: 1px;
  }

  .not-found__description {
    font-size: 18px;
  }
}

@media (max-width: 767px) and (max-width: 1919px) {
  .spaces__content-title {
    font-size: 19px;
  }

  .spaces_other .spaces__content-title {
    font-size: 22px;
    line-height: 1.15;
  }

  .stages_other .stages__item-title {
    font-size: 32px;
  }

  .stages_other .stages__item-description {
    font-size: 14px;
    line-height: 1.25;
  }

  .peculiarities__item-title {
    font-size: 24px;
    line-height: 1.15;
  }

  .offer__item-title {
    font-size: 24px;
    line-height: 1.15;
  }
}

@media (max-width: 767px) and (max-width: 1279px) {
  .spaces__content-title {
    font-size: 16px;
  }

  .spaces_other .spaces__content-title {
    font-size: 17px;
    line-height: 1.2;
  }

  .stages_other .stages__item-title {
    font-size: 22px;
    line-height: 1.2;
  }

  .stages_other .stages__item-description {
    font-size: 14px;
    line-height: 1.35;
  }

  .peculiarities__item-title {
    font-size: 19px;
    line-height: 1.2;
  }

  .offer__item-title {
    font-size: 19px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .spaces__content-title {
    font-size: 18px;
  }

  .spaces_other .spaces__content-title {
    font-size: 18px;
  }

  .stages_other .stages__item-title {
    font-size: 20px;
  }

  .stages_other .stages__item-description {
    font-size: 14px;
  }

  .peculiarities__item-title {
    font-size: 20px;
  }

  .offer__item-title {
    font-size: 20px;
  }
}
/*# sourceMappingURL=maps/main.css.map */
