@font-face {
  font-family: Avian;
  font-display: swap;
  src: url(../files/fonts/Avian.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  user-select: none;
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
img[data-src] {
  opacity: 0;
  transition: opacity 0.3s ease;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
:root {
  --primary: #22362b;
  --primary-l: #2d4136;
  --biege: #bfa286;
  --taupe: #977a5e;
  --sand: #d7bca3;
  --black: #333;
  --light: #f4f0ee;
  --light-d: #f1f1f1;
  --gray-l: #f9f9f9;
  --nude: #f2ece7;
  --ghost: #f7f7f7;
  --red: #dc3232;
  --green: #00b34a;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
}
.body-hidden {
  overflow: hidden;
  touch-action: none;
}
.body {
  font-family: Avian, sans-serif;
  background-color: #fff;
  color: var(--black);
  font-size: 17px;
}
.body.error404 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.body.error404 main {
  display: flex;
  flex-direction: column;
  flex: 1;
}
:root {
  --content-width: 1720px;
  --offset-width: 15px;
  --container-width: calc(var(--content-width) + (var(--offset-width) * 2));
  --container-width-min: calc(1200px + (var(--offset-width) * 2));
}
.container {
  max-width: var(--container-width);
  width: 100%;
  padding: 0 var(--offset-width);
  margin: 0 auto;
}
.container._min {
  max-width: var(--container-width-min);
  width: 100%;
  padding: 0 var(--offset-width);
  margin: 0 auto;
}
.lmp_products_loading {
  display: none !important;
}
.lmp_load_more_button.br_lmp_button_settings .lmp_button {
  --background: transparent;
  --border: rgba(51, 51, 51, 0.3);
  --color: var(--black);
  --background-h: var(--taupe);
  --border-h: var(--taupe);
  --color-h: black;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--background) !important;
  border: 1px solid var(--border) !important;
  border-radius: 0;
  padding: 18px 38px !important;
  width: 100%;
  outline: 0;
  gap: 15px !important;
  background: none !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 110% !important;
  color: var(--color) !important;
  font-size: inherit !important;
  text-align: center;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease,
    opacity 0.3s ease;
}
.btn-s {
  --background: var(--biege);
  --border: var(--biege);
  --color: black;
  --background-h: var(--taupe);
  --border-h: var(--taupe);
  --color-h: black;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--background);
  border: 1px solid var(--border);
  border-radius: 0;
  padding: 18px 38px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  outline: 0;
  gap: 15px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 110%;
  color: var(--color);
  text-align: center;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease,
    opacity 0.3s ease;
}
.btn-s[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.btn-s._primary {
  --background: var(--primary);
  --border: var(--primary);
  --color: white;
  --background-h: var(--primary-l);
  --border-h: var(--primary-l);
  --color-h: white;
}
.btn-s._white {
  --background: white;
  --border: white;
  --color: black;
  --background-h: var(--biege);
  --border-h: var(--biege);
  --color-h: black;
}
.btn-s._outline {
  --background: transparent;
  --border: rgba(255, 255, 255, 0.3);
  --color: var(--biege);
  --background-h: var(--biege);
  --border-h: var(--biege);
  --color-h: black;
}
.btn-s._outline-gray {
  --background: transparent;
  --border: rgba(51, 51, 51, 0.3);
  --color: var(--black);
  --background-h: transparent;
  --border-h: var(--primary);
  --color-h: var(--black);
}
.btn-s._outline-gray-l {
  --background: transparent;
  --border: rgba(255, 255, 255, 0.3);
  --color: white;
  --background-h: transparent;
  --border-h: var(--biege);
  --color-h: white;
}
.btn-s._ghost {
  --background: var(--ghost);
  --border: var(--ghost);
  --color: var(--black);
  --background-h: var(--primary-l);
  --border-h: var(--primary-l);
  --color-h: white;
}
.btn-s._outline-white {
  --background: transparent;
  --border: rgba(255, 255, 255, 0.3);
  --color: white;
  --background-h: white;
  --border-h: white;
  --color-h: var(--black);
}
.btn-s svg {
  width: 32px;
  height: 32px;
}
.loadmore-btn {
  width: 100%;
  margin-top: 40px;
}
.btn-play {
  --background: rgba(0, 0, 0, 0.5);
  --background-h: rgba(191, 162, 134, 0.3);
  --border: rgba(191, 162, 134, 0.3);
  --border-h: rgba(191, 162, 134, 0.3);
  --color-circle: var(--biege);
  --color-circle-h: var(--biege);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  line-height: 130%;
  text-align: center;
}
.btn-play._flex {
  flex-direction: row;
  text-align: start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-play._nude {
  --background: var(--nude);
  --background-h: var(--biege);
  --border: var(--nude);
  --border-h: var(--biege);
  --color-circle: var(--primary);
  --color-circle-h: var(--primary);
}
.btn-play._primary {
  --background: var(--primary);
  --background-h: var(--biege);
  --border: var(--primary);
  --border-h: var(--biege);
  --color-circle: var(--biege);
  --color-circle-h: var(--primary);
}
.btn-play .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--background);
  border: 1px solid var(--border);
  backdrop-filter: blur(5px);
  width: 135px;
  height: 135px;
  color: var(--color-circle);
  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease;
}
.btn-play .circle svg {
  width: 35px;
  height: 35px;
}
.btn-play._min .circle {
  border: none;
  width: 100px;
  height: 100px;
}
.btn-play._min .circle svg {
  width: 30px;
  height: 30px;
}
.btn-play._o-min .circle {
  width: 60px;
  height: 60px;
}
.btn-play._o-min .circle svg {
  width: 24px;
  height: 24px;
}
.list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.social {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  gap: 20px;
  row-gap: 15px;
}
.social-item {
  cursor: pointer;
  display: block;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}
.social-item img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.social-s {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  gap: 10px;
}
.social-s-item {
  display: block;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  transition: color 0.3s ease;
}
.social-s-item svg {
  width: 100%;
  height: 100%;
}
.social-c {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.social-c._biege .social-c-item {
  background-color: var(--biege);
}
.social-c-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--nude);
  color: var(--primary);
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
}
.social-c-item svg {
  width: 32px;
  height: 32px;
}
.check-wrapper {
  --background: transparent;
  --border: var(--primary);
  --background-h: var(--biege);
  --border-h: var(--biege);
  position: relative;
  z-index: 1;
}
.check-wrapper._white {
  --background: transparent;
  --border: white;
  --background-h: white;
  --border-h: white;
}
.check-wrapper input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.check-wrapper input[type="checkbox"].not-valid + .wpcf7-list-item-label {
  color: var(--red);
}
.check-wrapper
  input[type="checkbox"].not-valid
  + .wpcf7-list-item-label::before {
  border-color: var(--red);
}
.check-wrapper input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background: url(../img/check-primary.svg) center/80% auto no-repeat;
  background-color: var(--background-h);
  border-color: var(--border-h);
}
.check-wrapper .wpcf7-list-item-label {
  display: flex;
  align-items: start;
  gap: 15px;
  cursor: pointer;
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;

  transition: color 0.3s ease;
}
.check-wrapper .wpcf7-list-item {
  margin: 0;
}
.check-wrapper .wpcf7-list-item-label a {
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.3s ease;
}
.check-wrapper .wpcf7-list-item-label::before {
  flex-shrink: 0;
  content: "";
  width: 22px;
  height: 22px;
  background-color: var(--background);
  border: 1px solid var(--border);
  transition:
    border-color 0.3s ease,
    background-color 0.3s ease;
}
.input-control {
  width: 100%;
}
.input-control .wpcf7-not-valid-tip {
  display: none;
}
.input {
  width: 100%;
  border: 1px solid #fff;
  background-color: #fff;
  outline: none;
  padding: 18px 28px;
  font-size: 17px;
  transition:
    border-color 0.3s ease,
    background-color 0.3s ease;
}
.input.wpcf7-not-valid {
  border-color: var(--red) !important;
}
.input.wpcf7-not-valid::placeholder {
  color: var(--red);
}
.input._outline {
  border-color: var(--primary);
}
.input:focus {
  background-color: hsla(0, 0%, 100%, 0.8);
  border-color: hsla(0, 0%, 100%, 0.8);
}
.input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.input::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.input-variants._two .wpcf7-form-control {
  grid-template-columns: repeat(2, 1fr);
}
.input-variants._sand input[type="radio"] {
  display: none;
}
.input-variants._sand input[type="radio"]:checked + .wpcf7-list-item-label {
  background-color: var(--sand);
  color: var(--black);
}
.input-variants__title {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 12px;
  opacity: 0.5;
}
.input-variants .wpcf7-form-control {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.input-variants .wpcf7-list-item {
  margin: 0;
}
.input-variants input[type="radio"] {
  display: none;
}
.input-variants input[type="radio"]:checked + .wpcf7-list-item-label {
  background-color: var(--taupe);
  color: #fff;
}
.input-variants .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  background-color: #fff;
  padding: 20px 24px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  color: var(--black);
  line-height: 100%;
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
}
.input-control-file {
  position: relative;
}
.input-control-file .wpcf7-form-control-wrap {
  display: none;
}
.label-file {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: opacity 0.3s ease;
}
.wpcf7-response-output {
  display: none !important;
}
.label-file svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.m-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  margin: 0;
}
.s-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  margin: 0;
}
.s-title._mb {
  margin-bottom: 40px;
}
.h-title {
  margin-bottom: 40px;
}
.t-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  margin: 0;
}
.l-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  margin: 0;
}
.f-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  margin: 0;
}
.slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.slider-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 30px;
  height: 60px;
  position: absolute;
  color: #fff;
  z-index: 10;
  transition:
    opacity 0.3s ease,
    color 0.3s ease;
}
.slider-arrow._dark {
  color: var(--black);
}
.slider-arrow.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.slider-arrow._prev {
  left: -55px;
}
.slider-arrow._next {
  right: -55px;
}
.slider-arrow.swiper-button-lock {
  display: none !important;
}
.slider-arrow svg {
  width: 10px;
  height: 100%;
}
.slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  color: #fff;
}
.slider-pagination._dark {
  color: var(--black);
}
.slider-pagination._bg-primary {
  padding: 5px;
  background-color: var(--primary);
}
.slider-pagination.swiper-pagination-lock {
  display: none !important;
}
.slider-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background-color: currentColor;
  cursor: pointer;
  width: 50px;
  height: 2px;
  margin: 0 !important;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.slider-arrows-rect {
  display: flex;
  gap: 1px;
}
.slider-arrow-rect {
  --background: rgba(255, 255, 255, 0.7);
  --color: var(--black);
  --background-h: white;
  --color-h: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: var(--background);
  color: var(--color);
  backdrop-filter: blur(5px);
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    opacity 0.3s ease;
}
.slider-arrow-rect.swiper-button-disabled {
  opacity: 0.8;
  pointer-events: none;
}
.slider-arrow-rect svg {
  width: 10px;
  height: 30px;
}
.sect-m {
  margin: 120px 0;
}
.sect-p {
  padding: 120px 0;
}
.sect-p._primary {
  color: #fff;
  background-color: var(--primary);
}
.sect-p._primary + .sect-p._primary {
  padding-top: 0 !important;
}
.sect-p._primary .s-head {
  border-color: hsla(0, 0%, 100%, 0.2);
}
.sect-p._primary .sect-head {
  border-color: hsla(0, 0%, 100%, 0.2);
}
.sect-p._primary .sect-head__item {
  border-color: hsla(0, 0%, 100%, 0.2);
}
.sect-p._primary .card-product__list {
  background-color: var(--primary-l);
}
.sect-p._primary .card-product__list li {
  border-color: hsla(0, 0%, 100%, 0.05);
}
.sect-head {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  margin-bottom: 40px;
}
.sect-head._mb-off {
  margin-bottom: 0;
}
.sect-head__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
.sect-head__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 30px;
}
.sect-head__item:first-child {
  padding-right: 40px;
  border-right: 1px solid rgba(51, 51, 51, 0.2);
}
.sect-head__item:nth-child(2) {
  padding-left: 40px;
}
.sect-head__btn {
  padding: 11px 28px;
  margin-top: 35px;
}
.sect-head__item-btn {
  margin-top: 30px;
}
.sect-head__content {
  margin: 10px 0 0 0;
}
.s-head {
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.s-head._border-off {
  border: none;
}
.s-head__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 15px;
}
.s-head._border-off {
  border: none;
}
.s-head .s-nav {
  margin-top: 40px;
}
.s-nav {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  margin: 0 -15px;
  padding: 0 15px;
}
.s-nav__btn {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 20px;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.s-nav__btn._active {
  pointer-events: none;
  color: var(--biege);
}
.s-nav__btn._active::before {
  right: 0;
}
.s-nav__btn::before {
  position: absolute;
  content: "";
  left: 0;
  right: 100%;
  height: 2px;
  bottom: 0;
  background-color: var(--biege);
  transition: right 0.3s ease;
}
.card-object__gallery {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.card-object__gallery::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.card-object__logo {
  position: absolute;
  display: block;
  max-width: 85%;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.card-object__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition:
    transform 0.3s linear,
    -webkit-transform 0.3s linear;
}
.card-object__gallery .tag {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  background-color: var(--primary);
  left: 0;
  top: 40px;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  color: #fff;
  z-index: 10;
}
.card-object__title {
  font-weight: 400;
  margin: 20px 0 0 0;
  transition: color 0.3s ease;
}
.card-object__title:hover {
  color: var(--biege);
}
.card-object__btn {
  margin-top: 20px;
  width: 100%;
}
[data-tab] {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
[data-tab]._active {
  display: block;
}
[data-tab]._show {
  opacity: 1;
}
.card-product {
  display: flex;
  flex-direction: column !important;
  overflow: hidden;
}
.card-product__gallery-slider {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.card-product__gallery-slider .slider-arrow {
  display: flex !important;
}
.card-product__gallery-slider .slider-arrow._prev {
  left: 0;
}
.card-product__gallery-slider .slider-arrow._next {
  right: 0;
}
.card-product__gallery-slider .slider-pagination {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
.card-product__gallery-slide {
  user-select: none;
  width: 100%;
  aspect-ratio: 1/0.74;
  overflow: hidden;
}
.card-product__gallery-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition:
    transform 0.3s linear,
    -webkit-transform 0.3s linear;
}
.card-product__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  margin: 0 0 20px 0;
  transition: color 0.3s ease;
}
.card-product__title:hover {
  color: var(--biege);
}
.card-product__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background-color: var(--gray-l);
  margin: auto 0 20px 0;
}
.card-product__list li {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(51, 51, 51, 0.05);
  padding-bottom: 3px;
}
.card-product__list li .name {
  opacity: 0.5;
}
.card-product__list li .val {
  text-align: right;
}
.card-product__btn {
  width: 100%;
}
.card-offer {
  display: flex;
  flex-direction: column;
}
.card-offer__gallery {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  user-select: none;
  margin-bottom: 20px;
}
.card-offer__gallery img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition:
    transform 0.3s linear,
    -webkit-transform 0.3s linear;
}
.card-offer__gallery .tag {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  background-color: var(--biege);
  left: 0;
  top: 40px;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  color: var(--black);
  z-index: 10;
}
.card-offer__title {
  margin-bottom: 20px;
  transition: color 0.3s ease;
}
.card-offer__date {
  opacity: 0.5;
  margin-top: auto;
  margin-bottom: 20px;
}
.card-offer__btn {
  width: 100%;
}
.card-vlog {
  display: flex;
  flex-direction: column;
  outline: none;
}
.card-vlog__gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 1/0.71;
  overflow: hidden;
  margin-bottom: 20px;
}
.card-vlog__gallery .btn-play {
  position: absolute;
  z-index: 1;
}
.card-vlog__gallery img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition:
    transform 0.3s linear,
    -webkit-transform 0.3s linear;
}
.card-vlog__title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}
.card-vlog__date {
  margin-top: auto;
  opacity: 0.5;
}
.breadcrumbs {
  padding: 30px 0;
  line-height: 110%;
}
.breadcrumbs._white .aioseo-breadcrumb:last-child {
  opacity: 0.5;
}
.breadcrumbs._white .aioseo-breadcrumb a {
  color: #fff;
}
.breadcrumbs._white .aioseo-breadcrumb a::after {
  background: url(../img/next-white.svg) center/100% auto no-repeat;
}
.breadcrumbs .aioseo-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.breadcrumbs .aioseo-breadcrumb a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--biege);
  transition: color 0.3s ease;
}
.breadcrumbs .aioseo-breadcrumb a::after {
  display: block;
  content: "";
  width: 6px;
  height: 13px;
  background: url(../img/next-biege.svg) center/100% auto no-repeat;
  flex-shrink: 0;
}
.breadcrumbs .aioseo-breadcrumb-separator {
  display: none;
}
.breadcrumbs + .sect-m {
  margin-top: 0 !important;
}
.breadcrumbs + .sect-p {
  padding-top: 0 !important;
}
.content > * {
  margin: 0;
}
.content > *:not(:last-child) {
  margin-bottom: 16px;
}
.content ul {
  padding-left: 30px;
}
/* .filters [data-id="106"],
.filters [data-id="107"],
.filters [data-id="108"] {
  display: none;
} */
.filters .bapf_sfilter {
  margin: 0;
}
.filters .bapf_head {
  margin-bottom: 15px;
}
.filters .bapf_head h3 {
  margin: 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  text-transform: uppercase;
  opacity: 0.5;
}
.filters .bapf_slidr_all {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
.filters .bapf_slidr_all .bapf_tbprice {
  display: none;
}
.filters .bapf_slidr_all .bapf_slidr_main {
  display: none;
}
.filters .bapf_slidr_all .bapf_from,
.filters .bapf_slidr_all .bapf_to {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
}
.filters .bapf_slidr_jqrui .bapf_slidr_all:after {
  display: none !important;
}
.filters .bapf_slidr_all .bapf_from::before,
.filters .bapf_slidr_all .bapf_to::before {
  position: absolute;
  left: 15px;
  opacity: 0.5;
}
.filters .bapf_slidr_all .bapf_from::before {
  content: "От";
}
.filters .bapf_slidr_all .bapf_to::before {
  content: "До";
}
.filters .bapf_slidr_all input {
  width: 100%;
  font-size: 17px;
  line-height: 100%;
  padding: 14px 15px 14px 45px;
  border: 1px solid var(--black);
  outline: 0;
  transition: border-color 0.3s ease;
}
.filters .bapf_slidr_all input:focus {
  border-color: var(--biege);
}
.filters .bapf_ckbox ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.filters .bapf_ckbox input[type="checkbox"] {
  display: none;
}
.filters .bapf_ckbox input[type="checkbox"]:checked + label::before {
  background: url(../img/check-white.svg) center/15px auto no-repeat;
  border-color: var(--biege);
  background-color: var(--biege);
}
.filters .bapf_ckbox label {
  display: flex !important;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filters .bapf_ckbox label::before {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  transition:
    border-color 0.3s ease,
    background-color 0.3s ease;
}
.filters select {
  opacity: 0;
  /* cursor: pointer;
  border: 1px solid var(--black);
  font-size: inherit;
  outline: none;
  padding: 13px;
  background: url("../img/arrow-down.svg") center right 15px / 13px auto
    no-repeat;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
}

.card-mortgage {
  position: relative;
  display: flex;
  flex-direction: column;
  aspect-ratio: 1/1;
  color: #fff;
  z-index: 1;
}
.card-mortgage::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg, rgba(34, 54, 43, 0) 0, #22362b 100%);
  z-index: -1;
}
.card-mortgage__body {
  margin-top: auto;
  padding: 30px;
}
.card-mortgage__title {
  margin-bottom: 15px;
}
.card-team {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: center;
  aspect-ratio: 1/1.27;
  z-index: 1;
}
.card-team::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(51, 51, 51, 0) 70%,
    var(--black) 100%
  );
  z-index: -1;
}
.card-team__body {
  margin-top: auto;
  padding: 30px;
}
.card-team__title {
  margin-bottom: 10px;
}
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: white;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
}
.header._primary {
  background-color: var(--primary);
  color: white;
}
.header._primary .burger {
  background-color: var(--primary);
  color: white;
}
.header__inside {
  position: relative;
}
.header__top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 16px 0;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.header__logo {
  display: block;
  width: 165px;
}
.header__logo img {
  display: block;
  width: 100%;
}
.header__info {
  display: flex;
  align-items: center;
  gap: 70px;
}
.header__info-item .name {
  font-size: 14px;
  opacity: 0.5;
  margin-bottom: 10px;
}
.header__info-item a.val {
  transition: color 0.3s ease;
}
.header__burger-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  flex-shrink: 0;
  transition: color 0.3s ease;
}
.header__burger-btn._active span {
  position: absolute;
}
.header__burger-btn._active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__burger-btn._active span:nth-child(2) {
  opacity: 0;
}
.header__burger-btn._active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__burger-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.header__bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.header__bottom-list {
  display: flex;
  flex-shrink: 0;
  gap: 50px;
}
.header__bottom-list a {
  transition: color 0.3s ease;
}
.header__bottom-buttons {
  display: flex;
}
.header__bottom-btn {
  text-align: center;
  padding: 20px 40px;
  background-color: var(--biege);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease;
}
.header__bottom-btn._outline {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0);
  color: var(--biege);
}
.burger {
  position: absolute;
  left: 0;
  right: 0;
  padding: 50px 0;
  background-color: white;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  overflow-y: auto;
  z-index: 100;
  max-height: 100svh;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  visibility: hidden;
  transition:
    visibility 0.4s ease,
    opacity 0.4s ease,
    -webkit-transform 0.4s ease;
  transition:
    transform 0.4s ease,
    visibility 0.4s ease,
    opacity 0.4s ease;
  transition:
    transform 0.4s ease,
    visibility 0.4s ease,
    opacity 0.4s ease,
    -webkit-transform 0.4s ease;
}
.burger._open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.burger__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
  row-gap: 20px;
}
.burger__list a {
  transition: color 0.3s ease;
}
.burger__contacts {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}
.burger__contacts-item .name {
  font-size: 12px;
  opacity: 0.5;
  margin-bottom: 10px;
}
.burger__contacts-item a.val {
  transition: color 0.3s ease;
}
.burger__contacts-btn {
  color: var(--biege);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: opacity 0.3s ease;
}
.modal {
  cursor: auto;
  display: none;
  padding: 35px;
  width: 600px;
  max-width: calc(100% - 20px);
  color: var(--black);
}
.modal__inside {
  width: 100%;
}
.modal__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.modal__content {
  text-align: center;
  margin: 0 0 30px 0;
}
.modal__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.modal__form .btn-s {
  width: 100%;
}
.s-hero {
  background-color: var(--primary);
  color: #fff;
}
.s-hero__slider {
  display: flex;
  align-items: center;
}
.s-hero__slider .slider-arrow._prev {
  left: 30px;
}
.s-hero__slider .slider-arrow._next {
  right: 30px;
}
.s-hero__slide {
  height: auto !important;
  /* min-height: 690px; */
  min-height: 770px;
  z-index: 1;
  padding: 135px 0 150px 0;
  box-sizing: border-box;
  color: #fff;
}
.s-hero__slide::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(0deg, rgba(51, 51, 51, 0) 0%, #333 100%);
  opacity: 0.8;
  z-index: -1;
}
.s-hero__slide-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  row-gap: 50px;
}
.s-hero__slide-info {
  flex: 0 1 860px;
}
.s-hero__slide-subtitle {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.s-hero__slide-title {
  margin-bottom: 20px;
}
.s-hero__slide-content {
  margin: 0 0 40px 0;
}
.s-hero__slide-btn._offer {
  margin-top: 20px;
}
.s-hero__btn-play {
  margin: 0 auto;
  flex-shrink: 0;
}
.s-hero__form-wrapper {
  margin-right: 100px;
  width: 550px;
  max-width: 100%;
  background-color: var(--taupe);
  color: #fff;
  padding: 40px;
  flex-shrink: 0;
}
.s-hero__form-title {
  margin-bottom: 20px;
}
.s-hero__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.s-hero__form .btn-s {
  width: 100%;
}
.s-hero .slider-pagination {
  position: absolute;
  left: 0;
  right: 0;
  /* bottom: 130px; */
  bottom: 190px;
  z-index: 10;
}
.s-hero__adv-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* display: grid;
  grid-template-columns: repeat(5, 1fr); */
  gap: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.s-hero__adv-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: calc(20% - 16px);
  padding: 40px 20px;
  font-size: 20px;
  background-color: white;
  line-height: 90%;
  color: var(--black);
  transition: color 0.3s ease;
  aspect-ratio: 1/1;
  z-index: 1;
  text-align: center;

  background-color: transparent;

  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
.s-hero__adv-item .item {
  position: absolute;
  display: block;
  width: calc(50% + 1px);
  height: calc(50% + 1px);
  background-color: white;
  z-index: -1;

  /* opacity: 0;
  visibility: hidden; */

  transition:
    opacity 0.5s ease,
    visibility 0.5s ease,
    transform 0.5s ease;
}
.s-hero__adv-item .item-mask {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: -1;
  clip-path: polygon(100% 20%, 100% 80%, 50% 100%, 0% 80%, 0% 20%, 50% 0%);

  opacity: 0;

  transition: opacity 0.7s ease;
}
.s-hero__adv-item .item:nth-child(1) {
  top: 0;
  left: 0;
}
.s-hero__adv-item .item:nth-child(2) {
  top: 0;
  right: 0;
}
.s-hero__adv-item .item:nth-child(3) {
  bottom: 0;
  right: 0;
}
.s-hero__adv-item .item:nth-child(4) {
  bottom: 0;
  left: 0;
}
.s-hero__adv-item:hover {
  background-color: transparent;
}
.s-hero__adv-item:hover .item:nth-child(1) {
  transform: rotate(-29deg) translate(30px, 45px);
  opacity: 0;
}
.s-hero__adv-item:hover .item:nth-child(2) {
  transform: rotate(29deg) translate(-30px, 45px);
  opacity: 0;
}
.s-hero__adv-item:hover .item:nth-child(3) {
  transform: rotate(-29deg) translate(-30px, -45px);
  opacity: 0;
}
.s-hero__adv-item:hover .item:nth-child(4) {
  transform: rotate(29deg) translate(30px, -45px);
  opacity: 0;
}
.s-hero__adv-item:hover .item-mask {
  opacity: 1;
}
.s-hero__adv-item .icon {
  display: block;
  width: 100px;
  flex-shrink: 0;
}
.s-hero__adv-item .val {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  /* margin-top: auto; */
}
.s-hero__adv-item .val span {
  flex: 1;
}
.s-hero__adv-item .val svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: var(--biege);
}
.s-why__slide {
  box-sizing: border-box;
  padding: 40px 30px 20px 30px;
  height: auto !important;
}
.s-why__slide:not(:first-child)::before {
  position: absolute;
  content: "";
  left: -1px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: hsla(0, 0%, 100%, 0.2);
}
.s-why__slide .icon {
  display: block;
  width: 100px;
  margin-bottom: 30px;
}
.s-why__slide .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 20px;
}
.s-why__slide .val {
  color: hsla(0, 0%, 100%, 0.7);
  margin: 0;
}
.s-objects {
  overflow: hidden;
}
.s-objects__slider {
  width: 100%;
}
.s-objects__slider .swiper-slide {
  box-sizing: border-box;
  height: auto !important;
}
.s-objects__slider .swiper-slide .card-object {
  height: 100%;
}
.s-location__body {
  position: relative;
  padding: 50px;
  min-height: 500px;
}
.s-location__map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary);
}
.s-location__nav {
  position: relative;
  width: 375px;
  max-width: 100%;
  padding: 30px;
  background-color: #fff;
  margin-left: auto;
  z-index: 10;
}
.s-location__nav-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  margin: 0 0 30px 0;
}
.s-location__nav-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s-location__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  padding: 20px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  line-height: 100%;
  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease;
}
.s-location__nav-btn._active {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
  pointer-events: none;
}
.s-houses__slider {
  width: 100%;
}
.s-houses__slider .swiper-slide {
  height: auto !important;
  box-sizing: border-box;
}
.s-houses__slider .swiper-slide .card-product {
  height: 100%;
}
.s-houses__btn-more {
  width: 100%;
  margin-top: 40px;
}
.s-houses._primary .s-houses__btn-more {
  --color: white;
}
.s-houses.sect-m .s-houses__btn-more {
  --border: var(--biege);
}
.s-objects-sale {
  overflow: hidden;
}
.s-objects-sale__gallery {
  overflow-x: auto;
  margin: 0 -15px;
  padding: 0 15px;
}
.s-objects-sale__gallery img {
  display: block;
  width: 100%;
  min-width: 750px;
}
.s-consult__body {
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  padding: 75px 30px;
  background-color: var(--biege);
  color: rgba(0, 0, 0, 0.7);
  min-height: 450px;
  z-index: 1;
}
.s-consult__body-decor {
  position: absolute;
  display: block;
  width: 450px;
  z-index: -1;
  pointer-events: none;
}
.s-consult__body-decor._left {
  left: 0;
  top: 0;
}
.s-consult__body-decor._right {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.s-consult__body-decor img {
  display: block;
  width: 100%;
}
.s-consult__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.s-consult__title {
  margin-bottom: 10px;
  color: var(--primary);
}
.s-consult__content {
  margin: 0 0 30px 0;
}
.s-consult__social {
  margin-top: 30px;
  display: flex;
  border: 2px solid hsla(0, 0%, 100%, 0.2);
  text-align: start;
}
.s-consult__social-text {
  display: flex;
  align-items: center;
  padding: 17px 20px;
  flex: 1;
}
.s-consult__social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  min-height: 48px;
  border-left: 2px solid hsla(0, 0%, 100%, 0.2);
  flex-shrink: 0;
  color: var(--primary);
  transition: color 0.3s ease;
}
.s-consult__social-btn svg {
  width: 32px;
  height: 32px;
}
.s-offer {
  overflow: hidden;
}
.s-offer__slider {
  width: 100%;
}
.s-offer__slider .swiper-slide {
  box-sizing: border-box;
  height: auto !important;
}
.s-offer__slider .swiper-slide .card-offer {
  height: 100%;
}
.s-vlog__slider {
  width: 100%;
}
.s-vlog__slider .swiper-slide {
  height: auto !important;
  box-sizing: border-box;
  outline: none;
}
.s-connect__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.s-connect__form-wrapper {
  padding: 120px 30px;
  background-color: var(--primary);
  color: #fff;
  width: 100%;
}
.s-connect__form-container {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
.s-connect__title {
  margin-bottom: 10px;
}
.s-connect__content {
  color: hsla(0, 0%, 100%, 0.7);
  margin: 0 0 30px 0;
}
.s-connect__form {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.s-connect__gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.s-connect__gallery::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(34, 54, 43, 0.5);
  z-index: 1;
}
.s-connect__gallery .img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-connect__gallery .logo {
  position: absolute;
  pointer-events: none;
  width: 320px;
  z-index: 2;
}
.s-connect__form-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.s-connect__form-bottom .check-wrapper {
  color: hsla(0, 0%, 100%, 0.7);
}
.s-connect__form-submit {
  width: 100%;
}
.s-contacts__head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 40px;
}
.s-contacts__head-wrapper {
  display: grid;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.s-contacts__head-wrapper:first-child {
  border-right: 1px solid rgba(51, 51, 51, 0.2);
  padding-right: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.s-contacts__head-wrapper:nth-child(2) {
  padding-left: 30px;
  grid-template-columns: repeat(2, 1fr);
}
.s-contacts__head-item .name {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.5);
  margin-bottom: 10px;
}
.s-contacts__head-item .tel {
  font-size: 24px;
  line-height: 130%;
  transition: color 0.3s ease;
}
.s-contacts__map {
  width: 100%;
  height: 600px;
  background-color: var(--light);
}
.s-help {
  padding: 70px 0;
  background-color: var(--biege);
  color: #fff;
}
.s-help__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.s-help__title {
  flex: 0 1 620px;
  color: var(--primary);
}
.s-help__form {
  flex: 0 1 1000px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.s-help__form .check-wrapper {
  grid-column: 3 span;
}
.s-archive-object__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.s-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #fff;
  min-height: 600px;
  padding-bottom: 50px;
  z-index: 1;
}
.s-intro .container {
  margin-top: auto;
  margin-bottom: auto;
}
.s-intro::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(0deg, rgba(51, 51, 51, 0) 0%, #333 100%);
  opacity: 0.8;
  z-index: -1;
}
.s-intro__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
.s-intro__main {
  flex: 0 1 860px;
  color: #fff;
}
.s-intro__logo {
  display: block;
  max-width: 250px;
  margin-bottom: 20px;
}
.s-intro__subtitle {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.s-intro__title {
  margin-bottom: 20px;
}
.s-intro__content {
  margin: 0;
}
.s-intro__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.s-intro__anchor-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 255px;
  max-width: 100%;
  border: 1px solid var(--biege);
  background-color: var(--primary);

  padding: 11px 20px;

  transition:
    color 0.3s ease,
    background-color 0.3s ease;
}
.s-intro__anchor-btn svg {
  width: 30px;
  height: 36px;
  color: var(--biege);
  transition: color 0.3s ease;
}
.s-intro__anchor-btn:hover {
  background-color: var(--biege);
  color: var(--black);
}
.s-intro__anchor-btn:hover svg {
  color: var(--black);
}
.s-intro__btn-play {
  margin: 0 auto;
}
.s-intro__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 590px;
  backdrop-filter: blur(5px);
  background: rgba(34, 54, 43, 0.7);
  padding: 20px;
  max-width: 100%;
  margin-top: 20px;
}
.s-intro__list li,
.list-fill li {
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 110%;
  font-size: 22px;
}
.list-fill li {
  padding: 20px;
  background: rgba(34, 54, 43, 0.7);
}
.s-intro__list li svg,
.list-fill li svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--biege);
}
.s-adv__body {
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  color: var(--biege);
}
.s-adv__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.s-adv__item {
  padding-top: 40px;
}
.s-adv__item:not(:last-child) {
  padding-right: 30px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}
.s-adv__item .num {
  font-weight: 700;
  font-size: 66px;
  line-height: 100%;
  margin-bottom: 5px;
}
.s-adv__item .num._small {
  font-size: 30px;
  line-height: normal;
}
.s-adv__item .val {
  color: hsla(0, 0%, 100%, 0.7);
}
.s-about__slider {
  width: 100%;
}
.s-about__slide {
  box-sizing: border-box;
  padding: 30px;
  aspect-ratio: 1/1;
}
.s-about__slide-title {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 15px 0;
}
.s-about__slide-content {
  margin: 0;
}
.s-about__slide-img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -2;
}
.s-plan {
  overflow: hidden;
}
.s-plan__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 15px;
  margin-bottom: 40px;
}
.s-plan__img {
  display: block;
  width: 100%;
}
.s-purchase-methods__slider {
  width: 100%;
}
.s-purchase-methods__slide {
  box-sizing: border-box;
}
.s-purchase-methods__slide .icon {
  display: block;
  width: 100px;
  margin-bottom: 25px;
}
.s-purchase-methods__slide .title {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 15px 0;
}
.s-purchase-methods__slide .text {
  margin: 0;
}
.s-purchase-methods__content {
  font-size: 15px;
  color: rgba(51, 51, 51, 0.5);
  margin: 40px 0 0 0;
}
.s-developer {
  position: relative;
  z-index: 1;
}
.s-developer__wrapper {
  display: flex;
  align-items: start;
  gap: 80px;
}
.s-developer__gallery {
  position: sticky;
  top: 150px;
  display: block;
  width: calc(50% - 40px);
}
.s-developer__slider {
  width: 100%;
  height: 100%;
}
.s-developer__slider .slider-arrows-rect {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.s-developer__slide {
  overflow: hidden;
  user-select: none;
  aspect-ratio: 1/0.73;
}
.s-developer__slide:hover img {
  transform: scale(1.08);
}
.s-developer__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

  transition: transform 0.3s linear;
}
.s-developer__info {
  width: calc(50% - 40px);
}
.s-developer__title {
  margin-bottom: 30px;
}
.s-developer__content {
  color: hsla(0, 0%, 100%, 0.7);
  margin-bottom: 30px;
}
.s-developer__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.s-developer__buttons .btn-s {
  width: 100%;
}
.s-developer__buttons .btn-s svg {
  width: 18px;
  height: 18px;
}
.s-developer__show-logo {
  position: absolute;
  display: block;
  right: 0;
  bottom: 120px;
  z-index: -1;
}
.s-shop__filters-btn .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--biege);
  width: 24px;
  height: 24px;
  color: #000;
  text-align: center;
}
.s-shop__filters-overlay {
  position: fixed;
  inset: 0;
  background-color: var(--black);
  z-index: 110;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}
.s-shop__filters-overlay._active {
  opacity: 0.5;
  visibility: visible;
}
.s-shop__filters {
  display: grid;
  /* grid-template-columns: 545px 1fr; */
  grid-template-columns: 1fr;
  gap: 40px;
  row-gap: 20px;
  padding-top: 30px;
}
.s-shop__filters-close {
  width: 30px;
  height: 30px;
  margin-left: auto;
  transition: color 0.3s ease;
}
.s-shop__filters-close svg {
  width: 100%;
  height: 100%;
}
.s-shop__filters-inputs {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.s-shop__filters-checkbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.s-shop__filters-checkbox [data-wid] {
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}
.s-shop__filters-checkbox [data-wid]:not(:nth-child(-n + 5)) {
  display: none;
  opacity: 0;
  transform: translateY(20px);
}
.s-shop__filters-more {
  width: fit-content;
  cursor: pointer;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.s-shop__filters-more:hover {
  color: var(--biege);
}
.s-shop__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  row-gap: 45px;
  margin-top: 40px;
}
.s-shop__filters-reset {
  /* grid-column: 2 span; */
  display: flex;
  justify-content: flex-end;
}
.s-shop__filters-reset .bapf_reset {
  --background: var(--biege);
  --border: var(--biege);
  --color: black;
  --background-h: var(--taupe);
  --border-h: var(--taupe);
  --color-h: black;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--background);
  border: 1px solid var(--border);
  border-radius: 0;
  padding: 18px 38px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 350px;
  max-width: 100%;
  outline: 0;
  gap: 15px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 110%;
  color: var(--color);
  text-align: center;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease,
    opacity 0.3s ease;
}
.s-product__wrapper {
  display: flex;
  gap: 40px;
}
.s-product__spec {
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  background-color: var(--nude);
  text-align: center;
  width: 350px;
  line-height: 110%;
}
.s-product__spec-item .name {
  opacity: 0.5;
  margin-bottom: 20px;
}
.s-product__spec-item .val {
  font-size: 28px;
}
.s-product__gallery {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 40px;
  flex: 1;
  height: 700px;
}
.s-product__slider {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.s-product__slider .slider-arrow {
  display: flex !important;
}
.s-product__slider .slider-arrow._prev {
  left: 0;
}
.s-product__slider .slider-arrow._next {
  right: 0;
}
.s-product__slide {
  user-select: none;
}
.s-product__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition:
    transform 0.3s linear,
    -webkit-transform 0.3s linear;
}
.s-product__thumb-slider {
  width: 100%;
  height: 100%;
}
.s-product__thumb-slide {
  height: 120px;
  width: 100%;
  cursor: pointer;
}
.s-product__thumb-slide.swiper-slide-thumb-active::before {
  opacity: 1;
}
.s-product__thumb-slide::before {
  position: absolute;
  content: "";
  inset: 0;
  border: 2px solid var(--primary);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.s-product__thumb-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition:
    transform 0.3s linear,
    -webkit-transform 0.3s linear;
}
.s-product__main {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  margin-top: 40px;
}
.s-product__main-grid {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
.s-product__main-col {
  position: sticky;
  top: 100px;
  padding-top: 40px;
  width: 50%;
}
.s-product__main-col:nth-child(odd) {
  padding-right: 40px;
  border-right: 1px solid rgba(51, 51, 51, 0.2);
}
.s-product__main-col:nth-child(even) {
  padding-left: 40px;
}
.s-product__main-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.s-product__main-buttons .btn-s {
  width: 100%;
}
.s-product__main-buttons .btn-s svg {
  color: var(--biege);
}
.s-product__main-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  background-color: var(--gray-l);
}
.s-product__main-list > li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.05);
}
.s-product__main-list > li .name {
  opacity: 0.5;
}
.s-product__col-head {
  display: flex;
  align-items: start;
  gap: 40px;
  margin-bottom: 30px;
}
.s-product__col-content {
  flex: 1;
  margin: 0;
}
.s-product__col-play .circle {
  width: 65px;
  height: 65px;
}
.s-product__col-play .circle svg {
  width: 27px;
  height: 27px;
}
.s-product__price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.s-product__price {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.s-product__price-item .wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 20px;
}
.s-product__price .wrap > span:nth-child(1) {
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
}
.s-product__price .wrap > span:nth-child(2) {
  font-size: 20px;
  line-height: 130%;
  text-decoration: line-through;
  opacity: 0.5;
}
.s-product__price-note {
  opacity: 0.5;
}
.s-product__btn-submit {
  width: calc(50% - 10px);
}
.s-product__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  padding: 20px;
  background-color: var(--gray-l);
}
.s-product__social-content {
  opacity: 0.7;
}
.s-product__social-list {
  display: flex;
  gap: 15px;
}
.s-product__social-item {
  display: block;
  color: var(--primary);
  width: 32px;
  height: 32px;
  transition: color 0.3s ease;
}
.s-product__social-item svg {
  width: 100%;
  height: 100%;
}
.s-gallery {
  overflow: hidden;
}
.s-gallery__slider {
  overflow: visible !important;
  width: 100%;
}
.s-gallery__slide {
  outline: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 500px !important;
  max-width: 100%;
  aspect-ratio: 1/1;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.s-gallery__slide-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  margin-top: 20px;
}
.s-gallery__slide-rect {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.s-gallery__slide.swiper-slide-active,
.s-gallery__slide.swiper-slide-next,
.s-gallery__slide.swiper-slide-next + .swiper-slide {
  opacity: 1;
}
.s-gallery__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition:
    transform 0.3s linear,
    opacity 0.3s ease;
}
.s-layout {
  overflow: hidden;
}
.s-layout__spec {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
.s-layout__spec-item {
  line-height: 105%;
}
.s-layout__spec-item .name {
  margin-bottom: 15px;
  opacity: 0.5;
}
.s-layout__spec-item .val {
  font-size: 24px;
}
.s-layout__slider {
  overflow: visible !important;
  width: 100%;
}
.s-layout__slide {
  width: 800px !important;
  max-width: 100%;
  aspect-ratio: 1/0.62;
  overflow: hidden;
  opacity: 0.5;
  outline: 0;
  -webkit-user-select: none;
  background-color: white;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.3s ease;
}
.s-layout__slide.swiper-slide-active,
.s-layout__slide.swiper-slide-next {
  opacity: 1;
}
.s-layout__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition:
    transform 0.3s linear,
    -webkit-transform 0.3s linear;
}
.s-built__slider {
  width: 100%;
}
.s-built__slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  box-sizing: border-box;
}
.s-built__gallery {
  overflow: hidden;
  width: 100%;
}
.s-built__gallery-slider .swiper-slide {
  aspect-ratio: 1/0.73;
  overflow: hidden;
}
.s-built__gallery-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition:
    transform 0.3s linear,
    -webkit-transform 0.3s linear;
}
.s-built__gallery-slider .slider-arrows-rect {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.s-built__gallery-thumb-slider {
  margin-top: 10px;
}
.s-built__gallery-thumb-slider .swiper-slide {
  width: 180px !important;
  aspect-ratio: 1/0.73;
  cursor: pointer;
}
.s-built__gallery-thumb-slider .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 1;
}
.s-built__gallery-thumb-slider .swiper-slide.swiper-slide-thumb-active::after {
  opacity: 0;
}
.s-built__gallery-thumb-slider .swiper-slide::after,
.s-built__gallery-thumb-slider .swiper-slide::before {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.s-built__gallery-thumb-slider .swiper-slide::before {
  border: 2px solid #fff;
  opacity: 0;
}
.s-built__gallery-thumb-slider .swiper-slide::after {
  opacity: 0.2;
  background-color: var(--black);
}
.s-built__gallery-thumb-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-built__info-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.s-built__info-date {
  font-size: 15px;
  opacity: 0.5;
}
.s-built__info-descr {
  opacity: 0.7;
  margin: 0 0 30px 0;
}
.s-built__info-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px;
  background-color: var(--primary-l);
}
.s-built__info-list li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding-bottom: 3px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
}
.s-built__info-list li .name {
  opacity: 0.5;
}
.s-built__info-list li .val {
  text-align: right;
}
.s-built__info-price {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 15px;
}
.s-built__info-price .price {
  font-weight: 700;
  font-size: 24px;
}
.s-built__info-price .type {
  opacity: 0.5;
}
.s-built__info-btn {
  width: 100%;
  margin-top: 20px;
}
.s-price {
  overflow: hidden;
}
.s-price__table {
  display: block;
  width: 100%;
}
.s-price__table tbody,
.s-price__table thead {
  display: block;
}
.s-price__table thead {
  color: var(--black);
  background-color: var(--biege);
}
.s-price__table tr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 20px;
}
.s-price__table tbody tr:nth-child(odd) {
  background-color: hsla(0, 0%, 100%, 0.02);
}
.s-price__table tbody tr:nth-child(even) {
  background-color: hsla(0, 0%, 100%, 0.07);
}
.s-price__table td,
.s-price__table th {
  font-weight: 400;
  line-height: 100%;
}
.s-mortgage__slider {
  width: 100%;
}
.s-mortgage__slider .swiper-slide {
  box-sizing: border-box;
}
.s-mortgage__bottom-content {
  margin: 40px 0 0 0;
  color: rgba(51, 51, 51, 0.5);
  font-size: 15px;
}
.s-team__slider {
  width: 100%;
}
.s-team__slider .swiper-slide {
  box-sizing: border-box;
}
.s-certificates__slider {
  width: 100%;
}
.s-certificates__slide {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1.33;
  outline: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.3s ease;
}
.s-certificates__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.s-banks__slider {
  width: 100%;
}
.s-banks__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/0.435;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
}
.s-banks__slide::before {
  position: absolute;
  content: "";
  inset: 0;
  border: 1px solid rgba(51, 51, 51, 0.2);
  z-index: 1;
}
.s-banks__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.s-archive-offer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  row-gap: 40px;
}
.s-jobs__wrapper {
  display: flex;
  align-items: start;
  gap: 40px;
}
.s-jobs__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.s-jobs__item-head {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 20px 25px;
  background-color: var(--light-d);
  gap: 20px;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
.s-jobs__item-head._spoller-active {
  background-color: var(--biege);
}
.s-jobs__item-head._spoller-active .rect span:nth-child(1) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.s-jobs__item-head .row {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  flex: 1;
}
.s-jobs__item-head .name {
  font-weight: 700;
  font-size: 20px;
}
.s-jobs__item-head .rect {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.s-jobs__item-head .rect span {
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: currentColor;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.s-jobs__item-head .rect span:nth-child(1) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.s-jobs__item-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px;
  border: 1px solid rgba(191, 162, 134, 0.5);
}
.s-jobs__item-body-head {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  row-gap: 10px;
}
.s-jobs__item-body-head .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.s-jobs__item-body-head .item::before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  margin-bottom: 4px;
  border-radius: 50%;
  background-color: var(--primary);
}
.s-jobs__item-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
  row-gap: 15px;
}
.s-jobs__item-row .name {
  opacity: 0.5;
}
.s-jobs__form-wrapper {
  position: sticky;
  top: 160px;
  width: 500px;
  flex-shrink: 0;
  padding: 40px;
  background-color: var(--taupe);
  color: #fff;
  max-width: 100%;
}
.s-jobs__form-title {
  margin-bottom: 20px;
}
.s-jobs__form-content {
  margin-bottom: 20px;
}
.s-jobs__form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.s-jobs__form .input-variants__title {
  opacity: 1;
}
.s-jobs__form .btn-s {
  width: 100%;
}
.s-requisites__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 20px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.05);
}
.s-requisites__item .name {
  opacity: 0.7;
  padding-right: 40px;
}
.s-requisites__item .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-left: 40px;
}
.s-requisites__item .copy {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  cursor: pointer;
  color: var(--biege);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.3s ease;
}
.s-requisites__item .copy svg {
  width: 100%;
  height: 100%;
}
.s-notfound {
  display: flex;
  align-items: center;
  text-align: center;
  flex: 1;
}
.s-notfound__num {
  font-weight: 600;
  font-size: 120px;
}
.s-notfound__descr {
  margin: 20px 0;
}
.s-notfound__btn {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}
.footer {
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  background-color: var(--primary);
  color: #fff;
}
.footer__row:not(:last-child) {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
.footer__row-wrapper {
  display: flex;
}
.footer__start {
  display: flex;
  flex-direction: column;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
  padding: 40px 40px 40px 0;
  flex: 0 1 340px;
}
.footer__logo {
  display: block;
  width: 165px;
  margin: auto 0;
}
.footer__logo img {
  display: block;
  width: 100%;
}
.footer__main {
  flex: 1;
  padding: 40px;
}
.footer__contacts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  row-gap: 30px;
}
.footer__contacts-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer__contacts-item .name {
  font-size: 14px;
  color: hsla(0, 0%, 100%, 0.5);
}
.footer__contacts-item .tel {
  font-size: 24px;
  transition: color 0.3s ease;
}
.footer__contacts-item a.val {
  transition: color 0.3s ease;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 14px;
  color: hsla(0, 0%, 100%, 0.5);
  line-height: 110%;
}
.footer__list a {
  transition: color 0.3s ease;
}
.footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.footer__nav-title {
  font-size: 14px;
  text-transform: uppercase;
  color: hsla(0, 0%, 100%, 0.5);
  margin-bottom: 30px;
}
.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__nav-list a {
  transition: color 0.3s ease;
}
.footer__bottom-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}
.footer__bottom-content {
  font-size: 14px;
  line-height: 130%;
  color: hsla(0, 0%, 100%, 0.5);
  margin: 0;
  flex: 0 1 1070px;
}
.footer__dev {
  display: flex;
  align-items: center;
  gap: 5px;
  opacity: 0.5;
  flex-shrink: 0;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
.footer__dev img {
  display: block;
  width: 60px;
  flex-shrink: 0;
}
@media (min-width: 576px) {
  .s-shop__filters-overlay {
    display: none;
  }
  .s-shop__filters-close {
    display: none;
  }
}
@media (min-width: 768px) {
  .s-hero__slide-btn._offer {
    display: none;
  }
}
@media (min-width: 992px) {
  ._scrollable::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .header._scroll {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .header__info .social-s {
    display: none;
  }
  .burger__contacts {
    display: none;
  }
  .s-jobs__item-body-head {
    display: none;
  }
  .s-requisites__item .copy {
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .s-contacts__head._border {
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  }
  .footer__row._head .footer__main,
  .footer__row._head .footer__start {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) {
  .s-hero + .sect-p {
    padding-top: 0 !important;
  }
}
@media (min-width: 1821px) {
  .slider-pagination._desk-hide {
    display: none !important;
  }
}
@media (max-width: 1880px) {
  .slider-arrow._prev {
    left: -35px;
  }
  .slider-arrow._next {
    right: -35px;
  }
  .card-product__gallery-slider .slider-arrow._prev {
    left: 10px;
  }
  .card-product__gallery-slider .slider-arrow._next {
    right: 10px;
  }
}
@media (max-width: 1820px) {
  .slider-arrow {
    display: none;
  }
}
@media (max-width: 1680px) {
  .header__bottom-list {
    gap: 30px;
  }
  .s-hero__form-wrapper {
    margin-right: 0;
  }
  .s-consult__body-decor {
    width: 400px;
  }
  .s-contacts__head-item .tel {
    font-size: 20px;
  }
  .s-developer__wrapper {
    gap: 40px;
  }
  .s-product__gallery {
    gap: 30px;
    height: 560px;
  }
}
@media (max-width: 1539px) {
  .body {
    font-size: 16px;
  }
  .s-hero__slide {
    min-height: 590px;
    padding-top: 70px;
  }
  .s-hero .slider-pagination {
    bottom: 155px;
  }
  .s-developer__gallery {
    width: calc(50% - 20px);
  }
  .s-developer__info {
    width: calc(50% - 20px);
  }
  .s-developer__buttons {
    grid-template-columns: 1fr;
  }
  .s-product__wrapper {
    gap: 30px;
  }
  .s-product__spec {
    width: 300px;
    padding: 30px;
    gap: 30px;
  }
  .s-product__main-buttons {
    grid-template-columns: 1fr;
  }
  .s-layout__spec {
    grid-template-columns: repeat(6, 1fr);
  }
  .s-built__slide {
    gap: 40px;
  }
  .s-jobs__wrapper {
    gap: 30px;
  }
  .s-jobs__item-head {
    gap: 15px;
    padding: 20px;
  }
  .s-jobs__item-head .row {
    gap: 15px;
  }
  .s-jobs__item-head .item {
    font-size: 16px;
  }
  .s-jobs__form-wrapper {
    width: 450px;
    padding: 30px;
  }
}
@media (max-width: 1365px) {
  .m-title {
    font-size: 44px;
  }
  .s-title {
    font-size: 38px;
  }
  .sect-m {
    margin: 100px 0;
  }
  .sect-p {
    padding: 100px 0;
  }
  .card-object__gallery .tag {
    font-size: 18px;
    padding: 15px 20px;
  }
  .card-offer__gallery .tag {
    font-size: 18px;
    padding: 15px 20px;
  }
  .header__info {
    gap: 50px;
  }
  .header__bottom-btn {
    padding: 20px;
  }
  .burger__list {
    gap: 50px;
    row-gap: 20px;
  }
  .s-hero__form-wrapper {
    padding: 30px;
    width: 450px;
  }
  .s-hero__slide {
    min-height: 190px;
  }
  .s-hero .slider-pagination {
    bottom: 40px;
  }
  .s-hero__adv {
    padding-top: 50px;
  }
  .s-hero__adv-grid {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .s-hero__adv-item {
    width: calc(33% - 24px);
  }
  .s-location__body {
    padding: 30px;
  }
  .s-consult__body-decor {
    width: 300px;
  }
  .s-connect__form-bottom {
    grid-template-columns: 1fr;
  }
  .s-connect__form-bottom .check-wrapper {
    order: 2;
  }
  .s-connect__form-submit {
    order: 1;
  }
  .s-contacts__head-wrapper {
    gap: 20px;
  }
  .s-contacts__head-wrapper:first-child {
    padding-right: 20px;
  }
  .s-contacts__head-wrapper:nth-child(2) {
    padding-left: 20px;
  }
  .s-adv__item .num {
    font-size: 54px;
  }
  .s-about {
    overflow: hidden;
  }
  .s-about__slider {
    overflow: visible !important;
  }
  .s-about__slide {
    width: 560px !important;
    max-width: 100%;
  }
  .s-developer__show-logo {
    bottom: 100px;
  }
  .s-shop__filters {
    grid-template-columns: 1fr;
  }
  .s-shop__filters-checkbox {
    grid-template-columns: repeat(3, 1fr);
  }
  .s-shop__filters-reset {
    grid-column: 1 span;
  }
  .s-shop__filters-inputs {
    max-width: 600px;
    width: 100%;
  }
  .s-shop__grid {
    gap: 20px;
    row-gap: 25px;
  }
  .s-product__col-head {
    gap: 30px;
    row-gap: 20px;
    flex-wrap: wrap;
  }
  .s-product__col-content {
    flex: auto;
    width: 100%;
  }
  .s-jobs__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .s-jobs__info {
    flex: auto;
    width: 100%;
  }
  .s-jobs__item-head .row {
    grid-template-columns: 1fr;
  }
  .s-jobs__form-wrapper {
    position: static;
    width: 600px;
  }
  .footer__start {
    padding: 30px 30px 30px 0;
    flex-basis: 300px;
  }
  .footer__main {
    padding: 30px;
  }
  .footer__contacts-item .tel {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .input {
    font-size: 16px;
  }
  .m-title {
    font-size: 38px;
  }
  .s-title {
    font-size: 32px;
  }
  .card-product__title {
    font-size: 18px;
  }
  .filters .bapf_head h3 {
    font-size: 16px;
  }
  .card-mortgage__body {
    padding: 20px;
  }
  .card-team__body {
    padding: 20px;
  }
  .header__wrapper {
    gap: 30px;
  }
  .header__info {
    gap: 30px;
  }
  .header__bottom-list {
    gap: 20px;
  }
  .header__bottom-list a {
    font-size: 14px;
  }
  .header__bottom-btn {
    font-size: 15px;
    padding: 18px;
  }
  .modal__title {
    font-size: 28px;
  }
  .s-consult__body-decor {
    width: 220px;
  }
  .s-contacts__head {
    grid-template-columns: 1fr;
  }
  .s-contacts__head {
    margin-top: 30px;
    gap: 30px;
  }
  .s-contacts__head-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .s-contacts__head-wrapper:first-child {
    padding-right: 0;
    border: none;
  }
  .s-contacts__head-wrapper:nth-child(2) {
    padding-left: 0;
    grid-template-columns: repeat(3, 1fr);
  }
  .s-help__wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
  .s-help__title {
    flex: auto;
    width: 100%;
  }
  .s-archive-object__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .s-intro {
    min-height: 500px;
  }
  .s-intro__list li,
  .list-fill li {
    font-size: 20px;
  }
  .s-adv__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .s-adv__item {
    padding-bottom: 20px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  }
  .s-adv__item:not(:last-child) {
    padding-right: 0;
    border-right: none;
  }
  .s-shop__filters-checkbox {
    grid-template-columns: repeat(3, 1fr);
  }
  .s-purchase-methods__slide .title {
    font-size: 20px;
  }
  .s-product__wrapper {
    flex-direction: column-reverse;
  }
  .s-product__spec {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 45px;
    width: 100%;
  }
  .s-product__gallery {
    flex: auto;
  }
  .s-product__thumb-slide {
    height: 80px;
  }
  .s-product__main-grid {
    padding-top: 30px;
    gap: 30px;
  }
  .s-product__main-col {
    position: static;
    width: 100%;
    padding: 0 !important;
  }
  .s-product__main-col:nth-child(odd) {
    border-right: none;
  }
  .s-product__main-buttons {
    grid-template-columns: repeat(2, 1fr);
  }
  .s-gallery__slide {
    width: 400px !important;
  }
  .s-layout__spec {
    grid-template-columns: repeat(5, 1fr);
  }
  .s-layout__slide {
    width: 600px !important;
  }
  .s-built__slide {
    grid-template-columns: 1fr;
  }
  .s-built__gallery {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
  }
  .s-archive-offer__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer__contacts {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__nav {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .input {
    padding: 14px 28px;
  }
}
@media (max-width: 991px) {
  .loadmore-btn {
    margin-top: 30px;
  }
  .m-title {
    font-size: 32px;
  }
  .s-title {
    font-size: 28px;
  }
  .s-title._mb {
    margin-bottom: 30px;
  }
  .h-title {
    margin-bottom: 30px;
  }
  .t-title {
    font-size: 24px;
  }
  .l-title {
    font-size: 20px;
  }
  .f-title {
    font-size: 18px;
  }
  .sect-m {
    margin: 80px 0;
  }
  .sect-p {
    padding: 80px 0;
  }
  .sect-head__wrapper {
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }
  .sect-head__item {
    padding-bottom: 0;
  }
  .sect-head__item:first-child {
    padding: 0;
    border: none;
    margin-bottom: 20px;
  }
  .sect-head__item:nth-child(2) {
    padding: 0;
  }
  .sect-head__btn {
    margin-top: 15px;
  }
  .s-head {
    margin-bottom: 30px;
  }
  .s-head .s-nav {
    margin-top: 30px;
  }
  .card-object__gallery {
    margin-bottom: 15px;
  }
  .card-offer__gallery {
    margin-bottom: 15px;
  }
  .header__top {
    padding: 0;
  }
  .header__inside-container {
    padding: 0 !important;
  }
  .header__wrapper {
    gap: 16px;
    align-items: stretch;
  }
  .header__logo {
    width: 180px;
    padding: 10px 18px 10px 10px;
    border-right: 1px solid hsla(0, 0%, 100%, 0.2);
  }
  .header__info {
    gap: 16px;
  }
  .header__info .social {
    display: none;
  }
  .header__info-item {
    display: none;
  }
  .header__burger-btn {
    width: 72px;
    min-height: 56px;
    height: 100%;
    border-left: 1px solid hsla(0, 0%, 100%, 0.2);
  }
  .header__burger-btn span {
    width: 36px;
  }
  .header__bottom {
    display: none;
  }
  .burger {
    border-top: none;
  }
  .burger__list {
    gap: 30px;
    row-gap: 15px;
  }
  .burger__list {
    gap: 15px;
  }
  .modal {
    padding: 35px 25px;
  }
  .s-hero__slide {
    padding-bottom: 110px;
  }
  .s-hero__form-wrapper {
    width: 400px;
    padding: 20px;
  }
  .s-hero .slider-pagination {
    bottom: 50px;
  }
  .s-hero__adv-item {
    font-size: 16px;
  }
  .s-objects__slider {
    overflow: visible !important;
  }
  .s-objects__slider .swiper-slide {
    width: 320px !important;
    max-width: 100%;
  }
  .s-location__body {
    min-height: auto;
    padding: 0;
  }
  .s-location__map {
    position: static;
    min-height: 400px;
    margin-bottom: 30px;
  }
  .s-location__nav {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    padding: 0;
  }
  .s-location__nav-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .s-plan__head {
    margin-bottom: 30px;
  }
  .s-houses {
    overflow: hidden;
  }
  .s-houses__slider {
    overflow: visible !important;
  }
  .s-houses__slider .swiper-slide {
    width: 400px !important;
    max-width: 100%;
  }
  .s-houses__btn-more {
    margin-top: 30px;
  }
  .s-consult__body-decor {
    width: 160px;
  }
  .s-offer__slider {
    overflow: visible !important;
  }
  .s-offer__slider .swiper-slide {
    width: 320px !important;
  }
  .s-vlog {
    overflow: hidden;
  }
  .s-vlog__slider {
    overflow: visible !important;
  }
  .s-vlog__slider .swiper-slide {
    width: 560px !important;
    max-width: 100%;
  }
  .s-connect__body {
    grid-template-columns: 1fr;
  }
  .s-connect__form-wrapper {
    padding: 80px 10px;
  }
  .s-contacts__head {
    margin-bottom: 30px;
  }
  .s-contacts__map {
    height: 500px;
  }
  .s-intro__wrapper {
    flex-wrap: wrap;
  }
  .s-intro__main {
    flex: auto;
    width: 100%;
  }
  .s-intro__list li,
  .list-fill li {
    font-size: 18px;
  }
  .list-fill li {
    padding: 15px;
  }
  .s-about__slide {
    width: 450px !important;
    padding: 20px;
  }
  .s-about__slide-title {
    font-size: 20px;
  }
  .s-purchase-methods {
    overflow: hidden;
  }
  .s-purchase-methods__slider {
    overflow: visible !important;
  }
  .s-purchase-methods__slide {
    width: 400px !important;
    max-width: 100%;
  }
  .s-purchase-methods__content {
    margin-top: 30px;
  }
  .s-developer__wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
  .s-developer__gallery {
    position: static;
    width: 100%;
  }
  .s-developer__info {
    width: 100%;
  }
  .s-developer__show-logo {
    bottom: 80px;
  }
  .s-shop__grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }
  .s-shop__filters-checkbox {
    grid-template-columns: repeat(2, 1fr);
  }
  .s-product__gallery {
    height: 450px;
    grid-template-columns: 1fr 120px;
  }
  .s-layout__spec {
    grid-template-columns: repeat(4, 1fr);
  }
  .s-mortgage {
    overflow: hidden;
  }
  .s-mortgage__slider {
    overflow: visible !important;
  }
  .s-mortgage__slider .swiper-slide {
    width: 320px !important;
    max-width: 100%;
  }
  .s-team {
    overflow: hidden;
  }
  .s-team__slider {
    overflow: visible !important;
  }
  .s-team__slider .swiper-slide {
    width: 320px !important;
  }
  .s-certificates {
    overflow: hidden;
  }
  .s-certificates__slider {
    overflow: visible !important;
  }
  .s-certificates__slide {
    width: 320px !important;
    max-width: 100%;
  }
  .s-banks {
    overflow: hidden;
  }
  .s-banks__slider {
    overflow: visible !important;
  }
  .s-banks__slide {
    width: 320px !important;
    max-width: 100%;
  }
  .s-archive-offer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .s-jobs__item-head .name {
    font-size: 18px;
  }
  .s-jobs__item-head .item {
    display: none;
  }
  .s-requisites__item .name {
    padding-right: 20px;
  }
  .s-requisites__item .info {
    padding-left: 20px;
  }
  .footer__row .container {
    padding: 0;
  }
  .footer__row-wrapper {
    flex-wrap: wrap;
  }
  .footer__start {
    flex: auto;
    width: 100%;
    padding: 30px 10px;
    border-right: none;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  }
  .footer__logo {
    margin: 0 auto;
  }
  .footer__main {
    padding: 30px 10px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
  .container._min {
    padding: 0 10px;
  }
  .lmp_load_more_button .lmp_button {
    padding: 14px 28px !important;
  }
  .s-shop__filters-reset .bapf_reset {
    padding: 14px 28px;
  }
  .btn-s {
    padding: 14px 28px;
  }
  .btn-play .circle {
    width: 100px;
    height: 100px;
  }
  .btn-play .circle svg {
    width: 30px;
    height: 30px;
  }
  .btn-play._min .circle {
    width: 80px;
    height: 80px;
  }
  .social-c-item {
    width: 40px;
    height: 40px;
  }
  .social-c-item svg {
    width: 24px;
    height: 24px;
  }
  .input {
    padding: 13px 28px;
  }
  .input-variants .wpcf7-list-item-label {
    padding: 15px;
  }
  .m-title {
    font-size: 28px;
  }
  .s-title {
    font-size: 24px;
  }
  .t-title {
    font-size: 20px;
  }
  .l-title {
    font-size: 18px;
  }
  .f-title {
    font-size: 16px;
  }
  .sect-m {
    margin: 65px 0;
  }
  .sect-p {
    padding: 65px 0;
  }
  .sect-head {
    margin-bottom: 30px;
  }
  .sect-head._contrary .sect-head__item {
    margin: 30px 0 0 0;
  }
  .sect-head._contrary .sect-head__item:first-child {
    order: 2;
  }
  .sect-head__btn {
    margin-top: 0;
  }
  .sect-head__item-btn {
    margin-top: 25px;
  }
  .s-nav {
    margin: 0 -10px;
    padding: 0 10px;
    gap: 20px;
  }
  .s-nav__btn {
    padding-bottom: 10px;
  }
  .card-object__gallery .tag {
    font-size: 16px;
    padding: 10px 20px;
    top: 20px;
  }
  .card-object__title {
    margin-top: 15px;
  }
  .card-object__btn {
    margin-top: 15px;
  }
  .card-product__gallery-slider {
    margin-bottom: 15px;
  }
  .card-product__title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .card-product__list {
    margin-bottom: 15px;
    padding: 12px 10px;
  }
  .card-offer__gallery .tag {
    font-size: 16px;
    padding: 10px 20px;
    top: 20px;
  }
  .card-offer__title {
    margin-bottom: 15px;
  }
  .card-offer__date {
    margin-bottom: 15px;
  }
  .card-offer__btn {
    margin-top: 15px;
  }
  .card-vlog__gallery {
    margin-bottom: 15px;
    aspect-ratio: 1/0.75;
  }
  .card-vlog__title {
    margin-bottom: 15px;
  }
  .header__logo {
    width: 155px;
  }
  .modal {
    padding: 25px 20px;
  }
  .modal__title {
    font-size: 24px;
  }
  .s-hero__slide {
    padding-top: 40px;
  }
  .s-hero__slide-wrapper {
    flex-wrap: wrap;
  }
  .s-hero__slide-info {
    flex: auto;
    width: 100%;
  }
  .s-hero__slide-content {
    margin-bottom: 20px;
  }
  .s-hero__form-wrapper {
    display: none;
  }
  .s-hero__form {
    gap: 15px;
  }
  .s-hero__adv-grid {
    gap: 10px;
  }
  .s-hero__adv-item {
    width: calc(50% - 5px);
    gap: 20px;
    aspect-ratio: inherit;
  }
  .s-hero__adv-item .icon {
    width: 60px;
  }
  .s-hero__adv-item .val {
    align-items: center;
    margin-top: 0;
    flex: 1;
  }
  .s-why__slide {
    padding: 20px;
  }
  .s-why__slide .icon {
    width: 60px;
    margin-bottom: 20px;
  }
  .s-why__slide .title {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .s-location__nav-btn {
    padding: 20px 16px;
    text-align: start;
    justify-content: start;
  }
  .s-objects-sale__gallery {
    margin: 0 -10px;
    padding: 0 10px;
  }
  .s-consult .container {
    padding: 0;
  }
  .s-consult__body-decor {
    width: 120px;
  }
  .s-consult__content {
    margin-bottom: 20px;
  }
  .s-consult__social {
    margin-top: 20px;
  }
  .s-vlog__slider .swiper-slide {
    width: 320px !important;
  }
  .s-connect__form-wrapper {
    padding: 50px 10px;
  }
  .s-connect__gallery .logo {
    width: 240px;
  }
  .s-contacts__head-item .tel {
    font-size: 18px;
  }
  .s-contacts__map {
    height: 450px;
  }
  .s-help {
    padding: 50px 0;
  }
  .s-help__form {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .s-help__form .check-wrapper {
    grid-column: 1 span;
  }
  .s-help__form .btn-s {
    width: 100%;
  }
  .s-archive-object__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .s-intro__list li,
  .list-fill li {
    font-size: 16px;
  }
  .s-intro__anchor-btn {
    padding: 14px 20px;
  }
  .s-intro__anchor-btn svg {
    width: 20px;
    height: 26px;
  }
  .s-adv__item .num {
    font-size: 48px;
  }
  .s-adv__item .num._small {
    font-size: 26px;
  }
  .s-about__slide {
    width: 400px !important;
    aspect-ratio: 1/1.1;
  }
  .s-purchase-methods__content {
    font-size: 14px;
  }
  .s-developer__show-logo {
    bottom: 65px;
  }
  .s-shop__filters-checkbox {
    gap: 20px;
  }
  .s-product {
    overflow: hidden;
  }
  .s-product__spec {
    padding: 25px;
    gap: 25px;
    row-gap: 30px;
  }
  .s-product__spec-item .name {
    margin-bottom: 15px;
  }
  .s-product__spec-item .val {
    font-size: 24px;
  }
  .s-product__gallery {
    display: block;
    height: auto;
    width: 100%;
  }
  .s-product__slide {
    aspect-ratio: 1/0.63;
  }
  .s-product__thumb-slider {
    overflow: visible !important;
    width: 100%;
    margin-top: 20px;
  }
  .s-product__thumb-slide {
    width: 120px !important;
    height: 90px;
  }
  .s-product__main {
    margin-top: 30px;
  }
  .s-product__main-buttons {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 25px;
  }
  .s-product__main-list {
    padding: 20px;
    gap: 15px;
  }
  .s-product__main-list li {
    gap: 15px;
  }
  .s-product__price {
    gap: 20px;
    row-gap: 15px;
  }
  .s-product__price-item .wrap {
    gap: 20px;
    row-gap: 15px;
  }
  .s-product__price .wrap > span:nth-child(1) {
    font-size: 24px;
  }
  .s-product__price .wrap > span:nth-child(2) {
    font-size: 18px;
  }
  .s-product__btn-submit {
    width: auto;
    flex: 1;
  }
  .s-gallery__slide {
    width: 320px !important;
  }
  .s-gallery__slide-text {
    font-size: 16px;
    margin-top: 15px;
  }
  .s-layout__spec {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 30px;
  }
  .s-layout__spec-item .val {
    font-size: 20px;
  }
  .s-layout__slide {
    width: 450px !important;
  }
  .s-built__gallery-slider .slider-arrows-rect {
    display: none !important;
  }
  .s-built__gallery-thumb-slider .swiper-slide {
    width: 120px !important;
  }
  .s-built__info-list {
    padding: 20px;
  }
  .s-price__table tr {
    gap: 20px;
    padding: 16px;
  }
  .s-mortgage__bottom-content {
    font-size: 14px;
    margin-top: 30px;
  }
  .s-jobs__item-head {
    padding: 15px;
  }
  .s-jobs__item-head .name {
    font-size: 16px;
  }
  .s-jobs__item-body {
    padding: 20px;
  }
  .s-jobs__item-row {
    grid-template-columns: 1fr;
  }
  .s-jobs__form-wrapper {
    padding: 20px;
  }
  .s-requisites__item {
    grid-template-columns: 1fr;
    padding: 10px 0;
    gap: 15px;
  }
  .s-requisites__item .name {
    padding-right: 0;
  }
  .s-requisites__item .info {
    padding-left: 0;
  }
  .s-notfound__num {
    font-size: 32px;
  }
  .footer__contacts {
    gap: 20px;
  }
  .footer__contacts-item .name {
    font-size: 12px;
  }
  .footer__contacts-item .tel {
    font-size: 18px;
  }
  .footer__list {
    gap: 10px;
  }
  .footer__nav-title {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .footer__nav-list {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .body {
    font-size: 14px;
  }
  .btn-play._o-min .circle {
    width: 40px;
    height: 40px;
  }
  .btn-play._o-min .circle svg {
    width: 18px;
    height: 18px;
  }
  .check-wrapper .wpcf7-list-item-label {
    font-size: 12px;
    gap: 10px;
  }
  .check-wrapper .wpcf7-list-item-label::before {
    width: 16px;
    height: 16px;
  }
  .input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .input:-ms-input-placeholder {
    font-size: 14px;
  }
  .input::-ms-input-placeholder {
    font-size: 14px;
  }
  .input::placeholder {
    font-size: 14px;
  }
  .input-variants__title {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .sect-m {
    margin: 50px 0;
  }
  .sect-p {
    padding: 50px 0;
  }
  .sect-head {
    border: none;
  }
  .sect-head__wrapper {
    padding-bottom: 0;
  }
  .sect-head__item._last {
    order: 2;
    margin: 20px 0 0 0;
  }
  .sect-head__subtitle {
    display: none;
  }
  .sect-head__btn {
    width: 100%;
  }
  .sect-head__item-btn {
    margin: 0;
    width: 100%;
  }
  .card-product__gallery-slider .slider-arrow {
    display: none !important;
  }
  .card-product__gallery-slide {
    aspect-ratio: 1/1;
  }
  .filters .bapf_head h3 {
    font-size: 14px;
  }
  .filters .bapf_slidr_all {
    grid-template-columns: 1fr;
  }
  .burger {
    height: 100svh;
    font-size: 16px;
  }
  .burger__wrapper {
    text-align: center;
  }
  .burger__list {
    grid-template-columns: 1fr;
  }
  .burger__contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .s-hero__slide-btn {
    width: 100%;
  }
  .s-hero__adv-grid {
    grid-template-columns: 1fr;
  }
  .s-hero__adv-item {
    width: 100%;
  }
  .s-why__slider {
    margin-top: 30px;
  }
  .s-why__slide::before {
    display: none;
  }
  .s-why__slide {
    padding: 0;
  }
  .s-houses__slider .swiper-slide {
    width: 320px !important;
  }
  .s-consult__content {
    margin-bottom: 15px;
  }
  .s-consult__social-text {
    padding: 5px 18px;
  }
  .s-connect__gallery .logo {
    width: 130px;
  }
  .s-contacts__head {
    gap: 20px;
  }
  .s-contacts__head-wrapper {
    grid-template-columns: 1fr !important;
  }
  .s-contacts__head-item .name {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .s-intro__wrapper {
    margin-top: 0;
  }
  .s-intro__buttons {
    margin-top: 30px;
    gap: 15px;
  }
  .s-intro__buttons .btn-s,
  .s-intro__anchor-btn {
    width: 100%;
  }
  .s-adv__body .container {
    padding: 0;
    text-align: center;
  }
  .s-adv__wrapper {
    gap: 0;
    grid-template-columns: 1fr;
  }
  .s-adv__item {
    padding: 30px 10px;
  }
  .s-about__slide {
    padding: 15px;
  }
  .s-purchase-methods__slide {
    width: 320px !important;
  }
  .s-developer__show-logo {
    bottom: 50px;
  }
  .s-shop__filters-btn {
    width: 100%;
  }
  .s-shop__filters-wrapper {
    display: block !important;
  }
  .s-shop__filters {
    position: fixed;
    top: 0;
    left: 0;
    height: 100svh;
    background-color: #fff;
    width: 340px;
    max-width: 100%;
    margin-top: 0;
    padding: 20px;
    overflow-y: auto;
    gap: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition:
      opacity 0.4s ease,
      visibility 0.4s ease,
      -webkit-transform 0.4s ease;
    transition:
      opacity 0.4s ease,
      visibility 0.4s ease,
      transform 0.4s ease;
    transition:
      opacity 0.4s ease,
      visibility 0.4s ease,
      transform 0.4s ease,
      -webkit-transform 0.4s ease;
    z-index: 120;
  }
  .s-shop__filters-reset .bapf_reset,
  .s-shop__filters-reset .berocket_single_filter_widget {
    width: 100%;
  }
  .s-shop__filters._open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .s-shop__filters-checkbox {
    grid-template-columns: 1fr;
  }
  .s-shop__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .s-product__spec {
    grid-template-columns: repeat(2, 1fr);
    padding: 25px 20px;
    gap: 15px;
    row-gap: 25px;
  }
  .s-product__main-list li {
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .s-product__btn-submit {
    width: 100%;
    flex: auto;
  }
  .s-product__social {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    padding: 15px;
  }
  .s-price__table-wrapper {
    overflow-x: auto;
    margin: 0 -10px;
    padding: 0 10px;
  }
  .s-price__table {
    width: 100%;
  }
  .s-archive-offer__grid {
    grid-template-columns: 1fr;
  }
  .footer__row-wrapper {
    text-align: center;
  }
  .footer__contacts {
    grid-template-columns: 1fr;
    align-items: center;
  }
  .footer__contacts .social-c {
    justify-content: center;
  }
  .footer__list {
    text-align: center;
  }
  .footer__nav {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer__bottom-wrapper {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .footer__bottom-content {
    font-size: 12px;
    flex: auto;
  }
}
@media (max-width: 480px) {
  .s-consult__body {
    padding: 140px 10px;
  }
  .s-consult__body-decor {
    width: 100%;
  }
  .s-consult__social-btn {
    width: 48px;
  }
  .s-archive-object__grid {
    grid-template-columns: 1fr;
  }
  .s-layout__spec {
    grid-template-columns: repeat(2, 1fr);
  }
  .s-built__info-list li {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .s-built__info-list li .val {
    text-align: start;
  }
}
@media (max-width: 389px) {
  .header__logo {
    padding: 8px;
    width: 130px;
  }
}
@media (any-hover: hover) {
  .lmp_load_more_button.br_lmp_button_settings .lmp_button:hover {
    color: var(--black) !important;
    background-color: none !important;
    border-color: var(--primary) !important;
  }
  .s-shop__filters-reset .bapf_reset:hover {
    color: var(--color-h);
    background-color: var(--background-h);
    border-color: var(--border-h);
  }
  .btn-s:hover {
    color: var(--color-h);
    background-color: var(--background-h);
    border-color: var(--border-h);
  }
  .btn-play:hover .circle {
    background-color: var(--background-h);
    border: 1px solid var(--border-h);
    color: var(--color-circle-h);
  }
  .social-item:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .social-s-item:hover {
    color: var(--biege);
  }
  .social-c._biege .social-c-item:hover {
    background-color: var(--nude);
  }
  .social-c-item:hover {
    background-color: var(--biege);
  }
  .check-wrapper .wpcf7-list-item-label a:hover {
    color: var(--primary);
  }
  .input-variants .wpcf7-list-item-label:hover {
    background-color: var(--light);
  }
  .label-file:hover {
    opacity: 0.7;
  }
  .slider-arrow:hover {
    color: var(--biege);
  }
  .slider-pagination .swiper-pagination-bullet:hover {
    opacity: 1;
  }
  .slider-arrow-rect:hover {
    background-color: var(--background-h);
    color: var(--color-h);
  }
  .s-nav__btn:hover {
    color: var(--biege);
  }
  .card-object__gallery:hover .card-object__img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .card-product__gallery-slide:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .card-offer__gallery:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .card-offer__title:hover {
    color: var(--biege);
  }
  .card-vlog__gallery:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .card-vlog__title:hover {
    color: var(--biege);
  }
  .breadcrumbs._white .aioseo-breadcrumb a:hover {
    color: var(--biege);
  }
  .breadcrumbs .aioseo-breadcrumb a:hover {
    color: var(--primary);
  }
  .header__info-item a.val:hover {
    color: var(--biege);
  }
  .header__burger-btn:hover {
    color: var(--biege);
  }
  .header__bottom-list a:hover {
    color: var(--biege);
  }
  .header__bottom-btn:hover {
    background-color: var(--taupe);
  }
  .header__bottom-btn._outline:hover {
    background-color: var(--biege);
    border-color: var(--biege);
    color: #000;
  }
  .burger__list a:hover {
    color: var(--biege);
  }
  .burger__contacts-item a.val:hover {
    color: var(--biege);
  }
  .burger__contacts-btn:hover {
    opacity: 0.7;
  }
  .s-hero__adv-item:hover {
    color: var(--biege);
  }
  .s-location__nav-btn:hover {
    border-color: var(--primary);
  }
  .s-consult__social-btn:hover {
    color: var(--primary-l);
  }
  .s-contacts__head-item .tel:hover {
    color: var(--biege);
  }
  .s-shop__filters-close:hover {
    color: var(--biege);
  }
  .s-product__slide:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .s-product__thumb-slide:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .s-product__thumb-slide:hover::before {
    opacity: 0.5;
  }
  .s-product__social-item:hover {
    color: var(--biege);
  }
  .s-gallery__slide:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .s-layout__slide:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .s-built__gallery-slider .swiper-slide:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .s-built__gallery-thumb-slider .swiper-slide:hover::after {
    opacity: 0;
  }
  .s-certificates__slide:hover {
    opacity: 0.8;
  }
  .s-requisites__item:hover .copy {
    opacity: 1;
  }
  .footer__contacts-item .tel:hover {
    color: var(--biege);
  }
  .footer__contacts-item a.val:hover {
    color: var(--biege);
  }
  .footer__list a:hover {
    color: #fff;
  }
  .footer__nav-list a:hover {
    color: var(--biege);
  }
  .footer__dev:hover {
    opacity: 1;
  }
}
@media (hover: none) {
  .lmp_load_more_button.br_lmp_button_settings .lmp_button:active {
    color: var(--black) !important;
    background-color: transparent !important;
    border-color: var(--primary) !important;
  }
  .s-shop__filters-reset .bapf_reset:active {
    color: var(--color-h);
    background-color: var(--background-h);
    border-color: var(--border-h);
  }
  .btn-s:active {
    color: var(--color-h);
    background-color: var(--background-h);
    border-color: var(--border-h);
  }
  .btn-play:active .circle {
    background-color: var(--background-h);
    border: 1px solid var(--border-h);
    color: var(--color-circle-h);
  }
  .social-item:active img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .social-s-item:active {
    color: var(--biege);
  }
  .social-c._biege .social-c-item:active {
    background-color: var(--nude);
  }
  .social-c-item:active {
    background-color: var(--biege);
  }
  .check-wrapper .wpcf7-list-item-label a:active {
    color: var(--primary);
  }
  .input-variants .wpcf7-list-item-label:active {
    background-color: var(--light);
  }
  .label-file:active {
    opacity: 0.7;
  }
  .slider-arrow:active {
    color: var(--biege);
  }
  .slider-pagination .swiper-pagination-bullet:active {
    opacity: 1;
  }
  .slider-arrow-rect:active {
    background-color: var(--background-h);
    color: var(--color-h);
  }
  .s-nav__btn:active {
    color: var(--biege);
  }
  .card-object__gallery:active .card-object__img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .card-product__gallery-slide:active img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .card-offer__gallery:active img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .card-offer__title:active {
    color: var(--biege);
  }
  .card-vlog__gallery:active img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .card-vlog__title:active {
    color: var(--biege);
  }
  .breadcrumbs._white .aioseo-breadcrumb a:active {
    color: var(--biege);
  }
  .breadcrumbs .aioseo-breadcrumb a:active {
    color: var(--primary);
  }
  .header__info-item a.val:active {
    color: var(--biege);
  }
  .header__burger-btn:active {
    color: var(--biege);
  }
  .header__bottom-list a:active {
    color: var(--biege);
  }
  .header__bottom-btn:active {
    background-color: var(--taupe);
  }
  .header__bottom-btn._outline:active {
    background-color: var(--biege);
    border-color: var(--biege);
    color: #000;
  }
  .burger__list a:active {
    color: var(--biege);
  }
  .burger__contacts-item a.val:active {
    color: var(--biege);
  }
  .burger__contacts-btn:active {
    opacity: 0.7;
  }
  .s-hero__adv-item:active {
    color: var(--biege);
  }
  .s-location__nav-btn:active {
    border-color: var(--primary);
  }
  .s-consult__social-btn:active {
    color: var(--primary-l);
  }
  .s-contacts__head-item .tel:active {
    color: var(--biege);
  }
  .s-shop__filters-close:active {
    color: var(--biege);
  }
  .s-product__slide:active img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .s-product__thumb-slide:active img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .s-product__thumb-slide:active::before {
    opacity: 0.5;
  }
  .s-product__social-item:active {
    color: var(--biege);
  }
  .s-gallery__slide:active img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .s-layout__slide:active img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .s-built__gallery-slider .swiper-slide:active img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .s-built__gallery-thumb-slider .swiper-slide:active::after {
    opacity: 0;
  }
  .s-certificates__slide:active {
    opacity: 0.8;
  }
  .s-requisites__item:active .copy {
    opacity: 1;
  }
  .footer__contacts-item .tel:active {
    color: var(--biege);
  }
  .footer__contacts-item a.val:active {
    color: var(--biege);
  }
  .footer__list a:active {
    color: #fff;
  }
  .footer__nav-list a:active {
    color: var(--biege);
  }
  .footer__dev:active {
    opacity: 1;
  }
}

.s-list {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.s-list._bg {
  min-height: 1200px;
}
.s-list._bg::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 46.16%);
  z-index: -1;
}
.s-list__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  row-gap: 20px;
}
.s-list__grid._three-cols {
  grid-template-columns: repeat(3, 1fr);
  gap: 65px;
  row-gap: 30px;
}
.s-list__grid li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border: 1px solid rgba(51, 51, 51, 0.3);
}

.s-list__grid li svg {
  display: block;
  flex-shrink: 0;
  color: var(--biege);

  width: 45px;
  height: 35px;
}
.s-list__img-bg {
  position: absolute;
  display: block;
  z-index: -2;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1365px) {
  .s-list__grid {
    gap: 50px;
    row-gap: 20px;
  }
  .s-list__grid._three-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    row-gap: 20px;
  }
}
@media (max-width: 1199px) {
  .s-list__grid,
  .s-list__grid._three-cols {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .s-list__grid,
  .s-list__grid._three-cols {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .s-list__grid li {
    padding: 12px;
    gap: 10px;
  }
  .s-list__grid li svg {
    width: 27px;
    height: 22px;
  }
  .s-list {
    min-height: auto;
  }
  .s-list__img-bg {
    position: static;
    margin-top: 20px;
  }
}

.s-virtual__body {
  aspect-ratio: 1/0.45;
}
@media (max-width: 767px) {
  .s-virtual__body {
    aspect-ratio: 1/0.6;
  }
}
.s-offset {
}
.s-offset__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.s-offset__info {
  flex: 0 1 810px;
}
.s-offset__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  row-gap: 60px;
}
.s-offset__item {
}
.s-offset__item .val {
  display: block;
  font-weight: 700;
  font-size: 66px;
  line-height: 100%;
  margin-bottom: 5px;
  color: var(--biege);
}
.s-offset__item .text {
  font-size: 15px;
  line-height: 130%;
  opacity: 0.8;
}
.s-offset__img {
  display: block;
  width: 800px;
}
.s-offset__btn {
  margin-top: 60px;
}

@media (max-width: 1539px) {
  .s-offset__item .val {
    font-size: 54px;
  }
}
@media (max-width: 1199px) {
  .s-offset__grid {
    gap: 30px;
  }
  .s-offset__item .val {
    font-size: 44px;
  }
  .s-offset__btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .s-offset__wrapper {
    grid-template-columns: 1fr;
  }
  .s-offset__img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .s-offset__wrapper {
    gap: 30px;
  }
  .s-offset__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .s-offset__btn {
    width: 100%;
    margin-top: 20px;
  }
}

.s-specification__grid {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  row-gap: 20px;
}
.s-specification__grid-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.s-specification__item {
}
.s-specification__item-btn {
  display: flex;
  align-items: center;
  user-select: none;
  padding: 20px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  gap: 15px;

  transition: border-color 0.3s ease;
}
.s-specification__item-btn[data-spoller] {
  cursor: pointer;
}
.s-specification__item-btn:hover {
  border-color: var(--biege);
}
.s-specification__item-btn._spoller-active .rect span:nth-child(1) {
  transform: rotate(0);
}
.s-specification__item-btn svg {
  width: 45px;
  height: 35px;
  flex-shrink: 0;
  display: block;
  color: var(--biege);
}
.s-specification__item-btn .rect {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 40px;
  height: 40px;
}
.s-specification__item-btn .rect span {
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--biege);
  transition: transform 0.3s ease;
}
.s-specification__item-btn .rect span:first-child {
  transform: rotate(90deg);
}
.s-specification__item-body {
  padding: 25px 20px 0px 20px;
}
.s-specification__item-body .descr {
  margin: 0;
  max-width: 655px;
}

@media (max-width: 991px) {
  .s-specification__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .s-specification__grid {
    gap: 15px;
  }
  .s-specification__grid-item {
    gap: 15px;
  }
  .s-specification__item-btn {
    padding: 12px;
  }
  .s-specification__item-btn svg {
    width: 27px;
    height: 22px;
  }
  .s-specification__item-body {
    padding: 20px 0px 0px 0px;
  }
}

.s-map__map {
  width: 100%;
  height: 500px;
  background-color: var(--light);
}

@media (max-width: 767px) {
  .s-map__map {
    height: 450px;
  }
}

.s-quote {
  position: relative;
  display: flex;
  align-items: center;
  color: white;
  min-height: 600px;
  z-index: 1;
}
.s-quote::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: var(--black);
  opacity: 0.6;
  z-index: -1;
}
.s-quote__title {
  text-align: center;
  max-width: 1080px;
  margin: 0 auto 20px auto;
}
.s-quote__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .s-quote {
    min-height: 450px;
  }
  .s-quote__list {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
  }
  .s-quote__list li {
    width: 100%;
  }
}
.video-bg {
  position: absolute;
  inset: -1px;
  z-index: -2;
}
.video-bg .video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.w-map {
  user-select: none;
}
.w-map._land-plots {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.w-map._land-plots .w-map__img-wrapper {
  width: 1315px;
}
.w-map._land-plots .w-map__inside .w-map__img {
  width: 100% !important;
}
.w-map__inside {
  position: relative;
  overflow-x: auto;
  padding: 0 15px;
  margin: 0 -15px;
}
.w-map__inside::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.w-map__compass {
  position: absolute;
  pointer-events: none;
  top: 65px;
  left: 65px;
  z-index: 1;
}
.w-map__img {
  display: block;
  width: 1720px;
  max-width: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.w-map__img-wrapper {
  width: 1720px;
}
.w-map__img-wrapper .w-map__img {
  width: auto;
  max-width: 100%;
  margin-left: auto;
}
.w-map__item {
  position: absolute;
  cursor: pointer;
  left: var(--desk-x);
  top: var(--desk-y);
  -webkit-tap-highlight-color: transparent;
  z-index: 2;
}
.w-map__item:hover .w-map__item-card {
  opacity: 1;
  visibility: visible;
}
.w-map__item:hover .w-map__item-mask {
  opacity: 1;
  visibility: visible;
}
.w-map__item._usual .w-map__item-inside,
.w-map__item._land-plots .w-map__item-inside {
  width: var(--desk-width);
  height: var(--desk-height);
}
.w-map__item-inside {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.w-map__item-card {
  position: absolute;
  width: 205px;
  color: black;

  left: 0;
  bottom: 0;

  opacity: 0;
  visibility: hidden;

  z-index: 99;

  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}
.w-map__item-card._active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.w-map__item-card .card-body {
  position: relative;
  background-color: white;
  border-radius: 8px;
  padding: 12px;
  width: 100%;
}

.w-map__item-card .img {
  display: block;
  width: 100%;

  aspect-ratio: 1/0.8;
  object-fit: cover;
}
.w-map__item-card .title {
  margin-top: 12px;
  font-weight: 700;
  font-size: 12px;
  color: var(--biege);
  width: fit-content;
  transition: color 0.3s ease;
}
.w-map__item-card .title:hover {
  color: var(--primary);
}
.w-map__item-card .list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5);
}
.w-map__item-card .btn {
  margin-top: 10px;
  font-weight: 700;
  font-size: 12px;
  text-decoration: underline;
  color: var(--biege);
  width: fit-content;
  transition: color 0.3s ease;
}
.w-map__item-card .btn:hover {
  color: var(--primary);
}
.w-map__item .circle-btn,
.w-map__item .link-btn {
  display: none;
}
.w-map__item-card .price {
  color: var(--biege);
  margin-top: 10px;
}
.w-map__item-mask {
  display: block;
  pointer-events: none;
  user-select: none;
  width: var(--desk-width);
  flex-shrink: 0;
  opacity: 0;
  visibility: hidden;

  -webkit-user-drag: none;
  user-drag: none;

  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}
.w-map__list {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 20px;
  left: 65px;
  bottom: 65px;
  z-index: 1;
}
.w-map__list._simple {
  position: static;
}
.w-map__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
}
.w-map__list li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.w-map__list li.red::before {
  background: #e53536;
}
.w-map__list li.green::before {
  background: #00b23b;
}
.w-map__list li.ready::before {
  background: #c1a971;
}
.w-map__list li.free::before {
  background: #829d6e;
}
.w-map__list li.booked::before {
  background: #adadad;
}
.w-map__list li.sold::before {
  background: #b85452;
}

.w-map__col-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  width: 240px;
}
.w-map__compass-static {
  display: block;
  width: 235px;
}

@media (max-width: 1680px) {
  .w-map._land-plots {
    flex-wrap: wrap;
    justify-content: center;
  }
  .w-map__col-info {
    width: 100%;
    flex-direction: row;
  }
  .w-map__compass-static {
    width: 200px;
  }
  .w-map__img {
    display: block;
    width: 1650px;
  }
  .w-map__item {
    left: var(--large-x);
    top: var(--large-y);
  }
  .w-map__item-mask {
    width: var(--large-width);
  }
  .w-map__item._usual .w-map__item-inside,
  .w-map__item._land-plots .w-map__item-inside {
    width: var(--large-width);
    height: var(--large-height);
  }
}
@media (max-width: 1199px) {
  .w-map__compass {
    top: 0;
    left: 15px;
  }
  .w-map__list {
    bottom: 0;
    left: 15px;
  }
  .w-map__img {
    width: 1170px;
  }
  .w-map__img-wrapper,
  .w-map._land-plots .w-map__img-wrapper {
    width: 1170px;
  }
  .w-map__item {
    left: var(--laptop-x);
    top: var(--laptop-y);
  }
  .w-map__item._usual .w-map__item-inside,
  .w-map__item._land-plots .w-map__item-inside {
    width: var(--laptop-width);
    height: var(--laptop-height);
  }
  .w-map__item-mask {
    width: var(--laptop-width);
  }
}
@media (max-width: 991px) {
  .w-map__compass {
    width: 90px;
  }
  .w-map__list {
    gap: 15px;
  }
  .w-map__item-inside {
    width: 80px;
    aspect-ratio: 1/1;
  }
  .w-map__item._usual .w-map__item-inside,
  .w-map__item._land-plots .w-map__item-inside {
    aspect-ratio: inherit;
    width: var(--tablet-width);
    height: var(--tablet-height);
  }
  .w-map__img-wrapper,
  .w-map._land-plots .w-map__img-wrapper {
    width: 960px;
  }
  .w-map__img {
    width: 960px;
  }
  .w-map__item-mask {
    display: none;
  }
  .w-map__item {
    left: var(--tablet-x);
    top: var(--tablet-y);
  }
  .w-map__item .link-btn {
    display: block;
    width: 100%;
    height: 100%;
  }
  .w-map__item-card._usual {
    display: none;
  }
  .w-map__item .circle-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    aspect-ratio: 1/1;
    background-color: var(--green);
    border-radius: 50%;
    color: white;
  }
  .w-map__item .circle-btn._red {
    background-color: var(--red);
  }
  .w-map__item .circle-btn::before,
  .w-map__item .circle-btn::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 50%;
    background-color: currentColor;
  }
  .w-map__item .circle-btn::after {
    transform: rotate(90deg);
  }
  .w-map__item-card .img {
    display: none;
  }
  .w-map__item._usual .card-body {
    display: none;
  }
  .w-map__item-card .card-body::before {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .w-map__inside {
    padding: 0 10px;
    margin: 0 -10px;
  }
}
@media (max-width: 575px) {
  .w-map__img:not(._usual) {
    width: 640px;
  }
  .w-map__img-wrapper:not(._usual) {
    width: 640px;
  }
  .w-map__item {
    left: var(--mob-x);
    top: var(--mob-y);
  }
  .w-map__item-inside {
    width: 40px;
  }
  .w-map__item-inside .circle-btn {
    width: 30px;
  }
  .w-map__item-inside .circle-btn::before,
  .w-map__item-inside .circle-btn::after {
    width: 15px;
  }
  .w-map__item-card .title {
    margin-top: 0;
  }
  .w-map__item-card {
    transform: translateY(-98%);
  }
  .w-map__item-card._bottom {
    transform: translateY(98%);
  }
  .w-map__item-card .card-body {
    padding: 10px;
  }
  .w-map__item-card .list {
    margin-top: 5px;
  }
  .w-map__item-card .price {
    margin-top: 5px;
  }
}

.marquiz__container {
  width: 100% !important;
  max-width: none !important;
}

.float-btns {
  position: fixed;
  bottom: 30px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 404;
}
.float-btn-wrap {
  position: relative;
}
.float-btn-wrap a {
  text-decoration: none;
}
.whatsapp-button,
.telegram-button,
.phone-button,
.max-button {
  background: #43d854;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  color: #fff;
  text-align: center;
  line-height: 53px;
  font-size: 35px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.float-btn-wrap svg {
  width: 30px;
  height: auto;
}

.telegram-button {
  color: #2aabee;
  background: #fff;
  font-size: 55px;
}

.phone-button {
  background: #2aabee;
  color: #fff;
}
.max-button {
  background: linear-gradient(
    90deg,
    rgba(63, 194, 253, 1) 0%,
    rgba(48, 66, 241, 1) 50%,
    rgba(166, 91, 220, 1) 100%
  );
}
.whatsapp-button:before,
.whatsapp-button:after,
.telegram-button:before,
.telegram-button:after,
.phone-button:before,
.phone-button:after,
.max-button:before,
.max-button:after {
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #43d854;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}
.telegram-button:before,
.telegram-button:after {
  border: 1px solid #2aabee;
}
.phone-button:before,
.phone-button:after {
  border: 1px solid #2aabee;
}
.whatsapp-button:after,
.telegram-button:after,
.phone-button:after {
  animation-delay: 0.5s;
}
.max-button:before,
.max-button:after {
  border: 1px solid #3fc2fd;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.o-select {
  position: relative;
  width: 100%;
  user-select: none;
}
.o-select._open .o-select-btn svg {
  transform: rotate(180deg);
}
.o-select._open .o-select-body {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.o-select-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 15px;
  background-color: white;

  padding: 13px;
  border: 1px solid var(--black);
}
.o-select-btn svg {
  width: 13px;
  height: 5px;

  transition: transform 0.3s ease;
}
.o-select-body {
  position: absolute;
  top: 100%;
  border: 1px solid rgba(51, 51, 51, 0.2);
  left: 0;
  right: 0;
  background-color: white;
  max-height: 140px;
  overflow-y: auto;
  z-index: 10;

  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);

  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease;
}
.o-select-body::-webkit-scrollbar {
  width: 3px;
}

.o-select-body::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

.o-select-body::-webkit-scrollbar-thumb {
  background: var(--black);
  border-radius: 10px;
}
.o-select-option {
  padding: 12px;
  cursor: pointer;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease;
}
.o-select-option:not(:last-child) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.o-select-option:hover,
.o-select-option._active {
  background-color: rgba(51, 51, 51, 0.1);
}

.s-project__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, minmax(145px, auto));
  gap: 10px;
}
.s-project__item {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  color: white;
  z-index: 1;
}
.s-project__item::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(49, 49, 49, 0) 0%,
    rgba(49, 49, 49, 0.9) 100%
  );
  z-index: -1;
}
.s-project__item .img {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  user-select: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.s-project__item .title {
  font-size: 26px;
  line-height: 125%;
  margin: 0;
  font-weight: 400;
}
.s-project__item .descr {
  font-size: 16px;
  margin: 15px 0px 0px 0px;
}
@media (min-width: 1366px) {
  .s-project__item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .s-project__item:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .s-project__item:nth-child(3) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .s-project__item:nth-child(4) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 5;
  }
  .s-project__item:nth-child(5) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 5;
  }
  .s-project__item:nth-child(6) {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .s-project__item:nth-child(7) {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 5;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  .s-project__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, minmax(145px, auto));
    gap: 10px;
  }
  .s-project__item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .s-project__item:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .s-project__item:nth-child(3) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .s-project__item:nth-child(4) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .s-project__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, minmax(145px, auto));
    gap: 10px;
  }
  .s-project__item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .s-project__item:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .s-project__item:nth-child(3) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .s-project__item:nth-child(4) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
  }
}
@media (max-width: 991px) {
  .s-project__item {
    padding: 20px;
  }
  .s-project__item .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .s-project__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .s-project__item {
    aspect-ratio: 1/0.8;
  }
}
@media (max-width: 576px) {
  .s-project__grid {
    grid-template-columns: 1fr;
  }
}

.s-exhibition__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.s-exhibition__info {
  flex: 0 1 580px;
}
.s-exhibition__tab-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  margin: 0px 0px 20px 0px;
}
.s-exhibition__tab-btn {
  width: 100%;
  margin-top: 40px;
  max-width: 550px;
}
.s-exhibition__gallery {
  position: relative;
}
.s-exhibition__slider {
  width: 100%;
  width: 1020px;
}
.s-exhibition__slide {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.s-exhibition__slide:hover img {
  transform: scale(1.08);
}
.s-exhibition__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

  transition: transform 0.3s linear;
}
@media (min-width: 1821px) {
  .s-exhibition__gallery {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1539px) {
  .s-exhibition__slider {
    width: 840px;
  }
}
@media (max-width: 1365px) {
  .s-exhibition {
    overflow: hidden;
  }
  .s-exhibition__wrapper {
    flex-wrap: wrap;
    gap: 40px;
  }
  .s-exhibition__info {
    flex: auto;
    width: 100%;
  }
  .s-exhibition__tab-btn {
    margin-top: 30px;
  }
  .s-exhibition__gallery {
    width: 100%;
  }
  .s-exhibition__slider {
    width: 100%;
    overflow: visible !important;
  }
  .s-exhibition__slide {
    width: 360px !important;
    max-width: 100%;
  }
}

.b-cookie {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 500;
  border: #f7f4ed;
  border-radius: 12px;
  background-color: white;
  box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.25);
  width: 500px;
  max-width: calc(100% - 30px);
  font-size: 15px;

  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease;
}
.b-cookie._open {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
.b-cookie._hide {
  opacity: 0;
}
.b-cookie__body {
  padding: 15px 20px 20px 20px;
}
.b-cookie__close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 0px 0px 15px auto;

  transition: opacity .3s ease;
}
.b-cookie__close svg {
  width: 100%;
  height: 100%;
}
.b-cookie__close:hover {
  opacity: 0.7;
}
.b-cookie__content {
  margin: 0;
}
.b-cookie__content a {
  text-decoration: underline;
}
.b-cookie__content a:hover {
  text-decoration: none;
}
.b-cookie__btn {
  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  width: 100%;
  max-width: 100%;
  padding: 12px 20px;
  border-radius: 4px;
  margin-top: 15px;

  user-select: none;
  background-color: var(--primary);
  color: white;

  transition: opacity 0.3s ease;
}
.b-cookie__btn:hover {
  opacity: 0.8;
}