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

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("../fonts/Onest-Medium.woff2") format("woff2"),url("../fonts/Onest-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

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

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("../fonts/Onest-SemiBold.woff2") format("woff2"),url("../fonts/Onest-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

:root {
  --color-whte: #fff;
  --color-whte--rgb: 255, 255, 255;
  --color-milk: #F5F3EB;
  --color-milk--rgb: 245, 243, 235;
  --color-milk2: #FFFDF5;
  --color-milk2--rgb: 255, 253, 245;
  --color-milk3: #EDECE8;
  --color-milk3--rgb: 237, 236, 232;
  --color-milk4: #FFFFF6;
  --color-milk4--rgb: 255, 255, 246;
  --color-blck: #000;
  --color-blck--rgb: 0, 0, 0;
  --color-blck2: #222222;
  --color-blck2--rgb: 34, 34, 34;
  --color-ohra: #D6A177;
  --color-ohra--rgb: 214, 161, 119;
  --color-grn: #5D625B;
  --color-grn--rgb: 93, 98, 91;
  --color-grn-100: #6C7A66;
  --color-grn-100--rgb: 108, 122, 102;
  --color-grn-200: #535851;
  --color-grn-200--rgb: 83, 88, 81;
  --color-drkBlu: #3C445B;
  --color-drkBlu--rgb: 60, 68, 91;
  --color-drkBlu-100: #323A51;
  --color-drkBlu-100--rgb: 50, 58, 81;
  --color-vlt: #50586F;
  --color-vlt--rgb: 80, 88, 111;
  --color-gry: #383838;
  --color-gry--rgb: 56, 56, 56;
  --color-gryLght: #555555;
  --color-gryLght--rgb: 85, 85, 85;
  --font-primary: Onest, sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Ubuntu, Droid Sans, Helvetica Neue, Arial, sans-serif, Apple Color Emoji;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

*::before,
*::after {
  display: inline-block;
}

html,
body {
  height: 100%;
  min-width: 320px;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  color: var(--color-primary);
  line-height: 1;
  font-family: "Onest",sans-serif,-apple-system,BlinkMacSystemFont,Roboto,Ubuntu,"Droid Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji";
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Onest",sans-serif,-apple-system,BlinkMacSystemFont,Roboto,Ubuntu,"Droid Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji";
  font-size: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: rgba(0,0,0,0);
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

address,
cite {
  font-style: normal;
}

body {
  background-color: var(--color-milk);
  color: var(--color-grn);
}

body.lock {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
  touch-action: none;
}

body.print-version {
  background-color: var(--color-milk4);
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper>main {
  flex: 1 1 auto;
}

.wrapper>* {
  min-width: 0;
}

[class*=__container] {
  --pad: 30px;
  --container-w: 1284px;
  max-width: calc(76.5rem + var(--pad)*2);
  box-sizing: border-box;
  padding: 0 var(--pad);
  margin: 0 auto;
}

[class*=__container-second] {
  --pad: 30px;
  --container-w: 1224px;
  max-width: calc(76.5rem + var(--pad)*2);
  box-sizing: border-box;
  padding: 0 var(--pad);
  margin: 0 auto;
}

.container-print {
  max-width: 36.0625rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tab {
  background-color: #edece8;
  color: var(--color-vlt);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 142%;
  transition: border,color,background-color .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  cursor: pointer;
  text-align: center;
}

.tab:hover,
.tab--hover,
.filter__radios-item input:hover+.tab {
  background-color: #cacbcd;
}

.tab:active,
.tab--active,
.filter__radios-item input:checked+.tab,
.filter__tabs-item input:checked+label,
.single-apartament__tabs-title._tab-active {
  color: var(--color-whte);
  background-color: #50586f;
}

.tab:disabled,
.tab--disabled,
.filter__radios-item input:disabled+.tab,
.catalog__floors-item input:disabled+.tab {
  cursor: default;
  border-color: #eeede8;
  background: #f6f5ee;
  color: #d5d6d5;
}

.tab svg {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--color-ohra);
}

.tab--s {
  padding: 0.375rem 0.75rem;
}

.tab--m {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.tab--l {
  font-size: 1rem;
  line-height: 125%;
  padding: 0.875rem 1rem;
}

.button {
  display: flex;
  text-decoration: none;
  font-family: Benzin;
  max-width: fit-content;
  transition: .3s all ease;
}

.button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(0,0,0,0);
  background-color: rgba(0,0,0,0);
  transition: .3s all ease;
  color: #f5f3eb;
}

.button__icon svg {
  width: 1.75rem;
  height: 1.75rem;
}

.button__text {
  display: block;
  background-color: rgba(0,0,0,0);
  color: rgba(0,0,0,0);
  transition: .3s all ease;
}

.button:hover {
  border-color: var(--color-whte);
}

.button:hover .button__text {
  color: var(--color-drkBlu);
  background-color: var(--color-whte);
}

.button:hover .button__icon {
  border-color: var(--color-whte);
}

.button--xl .button__text {
  padding: 1.1875rem 1.5rem;
  font-size: 1rem;
  line-height: 137%;
}

.button--xl .button__icon {
  padding: 1rem;
}

.button--l .button__icon {
  width: 3rem;
  height: 3rem;
}

.button--m .button__icon {
  width: 2.5rem;
  height: 2.5rem;
}

.button--m .button__text {
  padding: 0.5625rem 1rem;
  font-size: 0.875rem;
  line-height: 157%;
}

.button--s .button__text {
  padding: 0.4375rem 0.75rem;
  font-size: 0.75rem;
  line-height: 150%;
}

.button--s .button__icon {
  padding: 0.4375rem;
}

.button--ohra {
  color: var(--color-whte);
}

.button--ohra .button__icon {
  border-color: var(--color-ohra);
  color: var(--color-milk);
  background-color: rgba(var(--color-milk--rgb), 0.1);
  color: var(--color-whte);
}

.button--ohra .button__text {
  background-color: var(--color-ohra);
  color: var(--color-whte);
}

.button--ohra-sec {
  color: var(--color-ohra);
}

.button--ohra-sec .button__text {
  background-color: rgba(var(--color-ohra--rgb), 0.1);
  color: var(--color-ohra);
}

.button--ohra-sec:hover .button__text {
  background-color: var(--color-ohra);
  color: var(--color-whte);
}

.button--ohra-sec:hover .button__icon {
  border-color: var(--color-ohra);
  color: var(--color-ohra);
}

.button--gray .button__text {
  color: var(--color-whte);
  background-color: var(--color-gry);
}

.button--gray .button__icon {
  border-color: var(--color-gry);
}

.button--vlt .button__text {
  color: var(--color-whte);
  background-color: var(--color-vlt);
}

.button--vlt .button__icon {
  background-color: rgba(var(--color-vlt--rgb), 0.1);
  border-color: var(--color-vlt);
}

.button--vlt-border .button__text {
  color: var(--color-vlt);
  background-color: rgba(0,0,0,0);
  border: 1px solid var(--color-vlt);
}

.button--vlt-border .button__icon {
  border-color: var(--color-vlt);
  background-color: rgba(var(--color-vlt--rgb), 0.1);
}

.button--vlt-border:hover .button__text {
  background-color: var(--color-whte);
}

.button--vlt-border:hover .button__icon {
  border-color: var(--color-vlt);
  color: var(--color-vlt);
}

.button--green .button__text {
  color: var(--color-whte);
  background-color: var(--color-grn);
}

.button--green .button__icon {
  border-color: var(--color-grn);
  color: var(--color-grn);
}

.button--green:hover .button__text {
  background-color: var(--color-vlt);
  border-color: var(--color-vlt);
  color: var(--color-whte);
}

.button--green:hover .button__icon {
  border-color: var(--color-vlt);
  color: var(--color-vlt);
}

.button--blue .button__text {
  color: var(--color-whte);
  background-color: rgba(var(--color-drkBlu--rgb), 0.2);
}

.button--blue:hover .button__text {
  color: var(--color-whte);
  background-color: rgba(var(--color-drkBlu--rgb), 0.5);
}

.button-second {
  background-color: var(--color-milk3);
  border: 1px solid rgba(0,0,0,0);
  color: var(--color-vlt);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 142%;
  transition: all .3s ease;
  display: flex;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
}

.button-second:hover {
  background-color: var(--color-vlt);
  color: var(--color-whte);
}

.button-second:disabled {
  border-color: #eeede8;
  background: #f6f5ee;
  color: #d5d6d5;
}

.button-second svg {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--color-ohra);
}

.button-second--s {
  padding: 0.375rem 0.75rem !important;
}

.button-second--m {
  padding: 0.625rem 1rem;
}

.button-second--l {
  padding: 0.8125rem 0.9375rem;
  font-size: 1rem;
  line-height: 125%;
}

.button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  background-color: rgba(93,98,91,.1);
  transition: .3s all ease;
  border: 1px solid rgba(0,0,0,0);
}

.button-icon svg {
  transition: .3s all ease;
  width: 100%;
  height: 100%;
}

.button-icon--rounded {
  border-radius: 50%;
}

.button-icon--l {
  padding: 0.625rem;
  width: 3rem;
  height: 3rem;
}

.button-icon--m {
  padding: 0.625rem;
  width: 2.5rem;
  height: 2.5rem;
}

.button-icon--s {
  width: 2rem;
  height: 2rem;
  padding: 0.4375rem;
}

.button-icon--green {
  border-color: rgba(0,0,0,0);
  background-color: rgba(var(--color-grn--rgb), 0.1);
  color: var(--color-grn);
}

.button-icon--green:hover {
  background-color: rgba(var(--color-grn--rgb), 0.3);
}

.button-icon--ohra {
  border-color: var(--color-ohra);
  background-color: rgba(var(--color-grn--rgb), 0.1);
  color: var(--color-whte);
}

.button-icon--ohra:hover {
  background-color: rgba(var(--color-ohra--rgb), 0.3);
}

.button-icon--blue {
  border-color: rgba(0,0,0,0);
  background-color: rgba(var(--color-drkBlu--rgb), 0.2);
  color: var(--color-whte);
}

.button-icon--blue:hover {
  background-color: rgba(var(--color-drkBlu--rgb), 0.5);
}

.button-icon--white {
  background-color: rgba(var(--color-milk--rgb), 0.1);
  color: var(--color-whte);
}

.button-icon--white:hover {
  background-color: var(--color-milk);
  color: var(--color-drkBlu);
}

.button-icon--whiteDrk {
  background-color: rgba(var(--color-drkBlu--rgb), 0.1);
  color: var(--color-whte);
}

.button-icon--whiteDrk:hover {
  background-color: var(--color-milk);
  color: var(--color-drkBlu);
}

@keyframes onAutoFillStart {
}

@keyframes onAutoFillCancel {
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text]:-webkit-autofill,
input[type=email]:-webkit-autofill,
input[type=tel]:-webkit-autofill,
textarea:-webkit-autofill {
  animation-name: onAutoFillStart;
  animation-duration: .001s;
}

input[type=text]:not(:-webkit-autofill),
input[type=email]:not(:-webkit-autofill),
input[type=tel]:not(:-webkit-autofill),
textarea:not(:-webkit-autofill) {
  animation-name: onAutoFillCancel;
  animation-duration: .001s;
}

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

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

.input {
  display: flex;
  flex-direction: column;
}

.input label {
  font-size: 1rem;
  color: var(--color-whte);
  line-height: 140%;
}

.input input {
  font-family: Benzin;
  font-size: 1.25rem;
  line-height: 130%;
  color: var(--color-whte);
  background: rgba(0,0,0,0);
  padding-top: 1rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid var(--color-whte);
}

.input--sm label {
  font-size: 0.875rem;
}

.input--sm input {
  font-size: 1rem;
  line-height: 150%;
}

.input input:focus {
  outline: none;
}

.input input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  transition: opacity .3s;
  color: rgba(var(--color-whte--rgb), 0.3);
  line-height: 130%;
}

.input input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox__input:focus-visible+.checkbox__label:before {
  box-shadow: 0 0 5px #000;
}

.checkbox__input:checked+.checkbox__label:after {
  transform: scale(1);
  opacity: 1;
}

.checkbox__label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 10px;
}

.checkbox__label:before {
  content: "";
  align-self: flex-start;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid var(--color-whte);
}

.checkbox__label::after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: var(--color-whte);
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  transition: .5s all ease;
}

.checkbox__text {
  color: var(--color-whte);
  font-size: 0.875rem;
  line-height: 140%;
}

.checkbox__text a {
  text-decoration: underline;
  display: inline;
}

.select_s .select__button::after {
  right: 0.5rem;
}

.select_s .select__title {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.select_s .select__value {
  padding-right: 0.5rem;
  padding-left: 0.75rem;
}

.select_m .select__title {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.select {
  width: 100%;
  min-width: 0;
  position: relative;
}

.select__body {
  position: relative;
}

.select__title {
  padding: 0.875rem 0rem 0.875rem 0rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: inherit;
  width: 100%;
  position: relative;
  color: var(--color-drkBlu);
  background-color: var(--color-milk3);
  transition: .3s all ease;
}

.select__title:hover {
  background-color: #cacbcd;
}

.select__title:hover::after {
  transform: rotate(0);
}

.select._select-open .select__title {
  background-color: #cacbcd;
}

.select._select-open .select__title::after {
  transform: rotate(0);
}

.select__title:disabled {
  border: 1px solid #eeede8;
  background: #f6f5ee;
  color: #d5d6d5;
}

.select__title:disabled::after {
  background-image: url("../img/icons/icon-shevron-disabled.svg");
}

.select__title::after {
  transform: rotateX(180deg);
  position: absolute;
  content: "";
  right: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../img/icons/icon-shevron.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform .3s ease;
}

.select__value {
  display: flex;
  min-width: 0;
  align-items: center;
  padding-right: 0.75rem;
  padding-left: 1rem;
  gap: 0.625rem;
}

.select__value>* {
  flex: 1 1 auto;
}

.select__value:after {
  content: "";
  align-self: stretch;
  flex: 0 0 10px;
  transition: all .3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}

._select-open .select__value:after {
  transform: rotate(-180deg);
}

.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: .5;
}

.select__content {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 143%;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select__text {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select__input {
  width: 100%;
  background-color: rgba(0,0,0,0);
  height: 100%;
}

.select__options {
  color: #000;
  position: absolute;
  top: calc(100% - 0.0625rem);
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #cacbcd;
  border-top: 0;
}

.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 12.5rem;
}

.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 5px 15px;
  color: inherit;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 8.875%rem;
  color: var(--color-drkBlu);
  background-color: #fffff6;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: space-between;
  border-top: 1px solid #d9d9d9;
  transition: .3s all ease;
}

.select__option::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../img/icons/icon-done.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity .3s ease;
}

.select__option:hover {
  background-color: #edece8;
}

.select__option:hover::after {
  opacity: .5;
}

.select__option._select-selected::after {
  opacity: 1;
}

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

.select--show-top .select__options {
  top: auto;
  bottom: calc(100% - 0.0625rem);
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  padding: 5px 0px 10px 0px;
}

._select-tag {
  cursor: pointer;
}

.range {
  position: relative;
  padding: 0.8125rem 1rem;
  background-color: var(--color-milk3) !important;
  height: fit-content !important;
  border-radius: 0 !important;
}

.range__inputs {
  display: flex;
  justify-content: space-between;
}

.range__start,
.range__end {
  background: rgba(0,0,0,0);
  border: none;
  outline: none;
  font-size: 1rem;
  line-height: 125%;
  color: var(--color-vlt);
  width: 30%;
  padding: 0;
  cursor: text;
}

.range__start::-webkit-outer-spin-button,
.range__start::-webkit-inner-spin-button,
.range__end::-webkit-outer-spin-button,
.range__end::-webkit-inner-spin-button {
  appearance: none;
}

.range__end {
  text-align: right;
}

.range .noUi-base {
  position: absolute;
  width: calc(100% - 2.75rem);
  left: 1.375rem;
  bottom: -0.0625rem;
  height: fit-content;
}

.range .noUi-base,
.range .noUi-connects {
  border-radius: 0;
}

.range .noUi-connects {
  background: #cacbcd;
  height: 0.125rem;
  top: 50%;
  transform: translateY(-50%);
}

.range .noUi-connect {
  background: var(--color-vlt) !important;
}

.range .noUi-handle {
  width: 0.75rem !important;
  height: 0.75rem !important;
  border-radius: 50%;
  background: var(--color-vlt);
  border: none;
  box-shadow: none;
  top: 50% !important;
  transform: translateY(-50%);
  right: -0.375rem !important;
  cursor: grab;
}

.range .noUi-handle:active {
  cursor: grabbing;
}

.range .noUi-handle::before,
.range .noUi-handle::after {
  display: none;
}

.range .noUi-origin {
  height: 0;
}

.icon-menu {
  display: none;
}

body::after {
  content: "";
  background-color: rgba(0,0,0,.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
  backdrop-filter: blur(8px);
  background-color: rgba(var(--color-drkBlu--rgb), 0.5);
}

.popup_show .popup__content {
  visibility: visible;
  transform: scale(1);
}

.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  transform: scale(0);
  transition: transform .3s ease 0s;
  position: relative;
}

.lock .popup__content {
  visibility: visible;
}

.popup__close {
  position: absolute;
  top: 0;
  right: -3.75rem;
}

.swiper {
  overflow: hidden;
}

.swiper-initialized {
  touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

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

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

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

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

.gallery-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease,visibility .3s ease;
}

.gallery-overlay.active {
  opacity: 1;
  visibility: visible;
}

.gallery-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.95);
  cursor: pointer;
}

.gallery-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px 140px;
  box-sizing: border-box;
}

.gallery-slider {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  overflow: hidden;
  cursor: grab;
}

.gallery-slider:active {
  cursor: grabbing;
}

.gallery-track {
  display: flex;
  height: 100%;
  transition: transform .3s ease-out;
  will-change: transform;
}

.gallery-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  user-select: none;
}

.gallery-slide img,
.gallery-slide picture {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.gallery-caption {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  max-width: 600px;
  padding: 0 20px;
  background: rgba(0,0,0,.5);
  padding: 12px 24px;
  border-radius: 8px;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,.1);
  border: none;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background .2s ease,transform .2s ease;
}

.gallery-nav:hover {
  background: rgba(255,255,255,.2);
  transform: translateY(-50%) scale(1.1);
}

.gallery-nav:active {
  transform: translateY(-50%) scale(0.95);
}

.gallery-prev {
  left: 20px;
}

.gallery-next {
  right: 20px;
}

.gallery-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255,255,255,.1);
  border: none;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background .2s ease,transform .2s ease;
}

.gallery-close:hover {
  background: rgba(255,255,255,.2);
  transform: rotate(90deg) scale(1.1);
}

.gallery-counter {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background: rgba(0,0,0,.5);
  padding: 8px 16px;
  border-radius: 20px;
  z-index: 10;
}

.gallery-thumbnails {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: calc(100% - 40px);
  padding: 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.gallery-thumbnails::-webkit-scrollbar {
  display: none;
}

.gallery-thumb {
  background: none;
  border: 3px solid rgba(0,0,0,0);
  padding: 0;
  width: 80px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color .2s ease,transform .2s ease,opacity .2s ease;
  opacity: .6;
}

.gallery-thumb img,
.gallery-thumb picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.gallery-thumb:hover {
  opacity: .9;
  transform: scale(1.05);
}

.gallery-thumb.active {
  border-color: #fff;
  opacity: 1;
  transform: scale(1.05);
}

@keyframes imageLoad {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.gallery-slide img,
.gallery-slide picture {
  animation: imageLoad .3s ease-out;
}

.gallery-nav:focus,
.gallery-close:focus,
.gallery-thumb:focus {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.ibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ibg--top {
  object-position: top;
}

.ibg--bottom {
  object-position: bottom;
}

.ibg--left {
  object-position: left;
}

.ibg--right {
  object-position: right;
}

.ibg--contain {
  object-fit: contain;
}

.text-s {
  font-size: 1rem;
  line-height: 150%;
}

.text-m {
  font-size: 1.125rem;
  line-height: 150%;
}

.text-l {
  font-size: 1.25rem;
  line-height: 160%;
}

.text-xl {
  font-size: 1.375rem;
  line-height: 145%;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 500;
}

.tagline {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 160%;
}

.h2 {
  font-family: Benzin;
  font-size: 2.25rem;
  line-height: 111%;
  text-transform: lowercase;
}

.h2-s {
  font-family: Benzin;
  font-size: 2rem;
  line-height: 125%;
}

.h2-xl {
  font-family: Benzin;
  font-size: 2.75rem;
  line-height: 110%;
}

.h3 {
  font-size: 1.75rem;
  font-family: Benzin;
  line-height: 128%;
}

.h4 {
  font-size: 1.5rem;
  line-height: 133.333%;
  font-family: Benzin;
}

.h1 {
  font-size: 3.75rem;
  font-family: Benzin;
  line-height: 100%;
}

p+p {
  margin-top: 1.25rem;
}

.section-p {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.page-line {
  position: relative;
}

.page-line::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-grn);
  position: absolute;
  left: 0;
  bottom: 0;
}

.card:hover .card-arrow__wrapper {
  transform: translateX(calc(50% + 0.875rem));
}

.card-arrow {
  overflow: hidden;
  position: relative;
  width: 2rem;
  height: 2rem;
}

.card-arrow__wrapper {
  display: flex;
  gap: 1.125rem;
  width: min-content;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform .4s ease;
}

.card-arrow__wrapper svg {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}

.link {
  display: inline;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.link:hover {
  text-decoration: none;
}

.slider-fade.swiper-slide {
  background-color: var(--color-milk);
  opacity: 0 !important;
}

.slider-fade.swiper-slide-active {
  opacity: 1 !important;
}

.safari-safe-top {
  position: fixed;
  top: -0.125rem;
  left: 0;
  right: 0;
  min-height: 0.5rem;
  height: env(safe-area-inset-top);
  background-color: var(--color-blck);
  z-index: 9999;
  pointer-events: none;
}

.safari-safe-bottom {
  position: fixed;
  bottom: -0.125rem;
  left: 0;
  right: 0;
  min-height: 0.5rem;
  height: env(safe-area-inset-top);
  background-color: var(--color-blck);
  z-index: 9999;
  pointer-events: none;
}

.tag {
  padding: 0.5rem 1rem;
  color: var(--color-whte);
  line-height: 150%;
  background-color: var(--color-ohra);
  font-weight: 600;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
}

.tag--whte {
  background-color: rgba(var(--color-grn--rgb), 0.1);
  color: var(--color-grn);
}

.tag--vlt-lght {
  background-color: rgba(var(--color-vlt--rgb), 0.1);
  color: var(--color-vlt);
}

.tag--vlt {
  background-color: var(--color-vlt);
}

.tag--s {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 142%;
}

.header {
  z-index: 1;
  color: var(--color-whte);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 0;
  transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1),background-color .2s ease;
}

.print-version .header {
  display: none;
}

.header--alt {
  z-index: 10;
  background-color: var(--color-milk2);
  color: var(--color-grn);
}

.header--fixed {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  transform: translateY(-100%);
}

.header--fixed-show {
  transform: translateY(0);
}

.header--alt .header__logo img:first-child,
.header--alt .header__logo picture:first-child {
  display: none;
}

.header--alt .header__logo img:last-child,
.header--alt .header__logo picture:last-child {
  display: block;
}

.header--alt .header__button--phone .button__text {
  background-color: var(--color-grn);
  color: var(--color-whte);
}

.header--alt .header__button--phone .button__text:hover {
  background-color: var(--color-vlt);
}

.header--alt .header__burger {
  background-color: var(--color-grn);
}

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

.header__logo {
  max-width: 11.5rem;
  width: 100%;
  display: block;
}

.header__logo img,
.header__logo picture {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.header__logo img:last-child,
.header__logo picture:last-child {
  display: none;
}

.header__menu-list {
  display: flex;
  gap: 1rem;
}

.header__menu-list a {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  padding: 0.25rem 0.625rem;
  cursor: pointer;
  transition: color .2s ease;
}

.header__menu-list a:hover {
  color: var(--color-ohra);
}

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

.header__ui-btns {
  display: flex;
}

.header__burger {
  display: none;
  z-index: 5;
}

.header-print {
  display: none;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #efefe6;
}

.print-version .header-print {
  display: block;
}

.header-print .container-print {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-print__logo {
  max-width: 5.75rem;
  width: 100%;
}

.header-print__logo img,
.header-print__logo picture {
  width: 100%;
  height: auto;
}

.header-print__logo-sys {
  max-width: 7rem;
  width: 100%;
}

.header-print__logo-sys img,
.header-print__logo-sys picture {
  width: 100%;
  height: auto;
}

.print-version .footer {
  display: none;
}

.footer__top {
  padding: 3.125rem 0;
}

.footer__logo {
  width: 100%;
  height: auto;
}

.footer__logo img,
.footer__logo picture {
  width: 100%;
}

.footer__top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4.875rem;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 2.375rem;
}

.footer__contacts-label {
  font-weight: 500;
  color: var(--color-ohra);
}

.footer__contacts-value {
  font-style: normal;
  margin-top: 0.5rem;
}

.footer__contacts a {
  position: relative;
}

.footer__contacts a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background-color: var(--color-grn);
  bottom: -1px;
  left: 0;
  opacity: 0;
  transition: all .4s ease;
}

.footer__contacts a:hover::after {
  width: 100%;
  opacity: 1;
}

.footer__menus {
  display: flex;
  gap: 4.9375rem;
  padding-right: 1.125rem;
}

.footer__menus ul {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.footer__menus ul a {
  font-weight: 500;
  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.footer__menus ul a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background-color: var(--color-grn);
  bottom: 2px;
  left: 0;
  opacity: 0;
  transition: all .4s ease;
}

.footer__menus ul a:hover::after {
  width: 100%;
  opacity: 1;
}

.footer__bottom {
  margin-top: 6rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid var(--color-grn);
}

.footer__bottom-second {
  text-align: center;
  padding-top: 2.125rem;
  padding-bottom: 2.125rem;
  font-size: 0.75rem;
  line-height: 16px;
  color: var(--color-grn);
  border-top: 1px solid var(--color-grn);
}

.footer__bottom-items {
  display: flex;
  justify-content: space-between;
}

.footer__bottom-item {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.footer a.footer__bottom-item {
  position: relative;
}

.footer a.footer__bottom-item::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background-color: var(--color-grn);
  bottom: -1px;
  left: 0;
  opacity: 0;
  transition: all .4s ease;
}

.footer a.footer__bottom-item:hover::after {
  width: 100%;
  opacity: 1;
}

.footer__bottom-tg {
  width: 1.5rem;
  height: 1.5rem;
}

.footer__bottom-tg svg {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}

.footer__bottom-tg::after {
  display: none;
}

.footer__bottom-tg:hover svg {
  color: var(--color-milk);
  stroke: var(--color-blck);
  -webkit-vector-effect: non-scaling-size;
  vector-effect: non-scaling-size;
  stroke-width: .5;
}

.slider-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider-controls__arrows {
  display: flex;
  gap: 0.75rem;
}

.slider-controls__arrow-prev svg {
  transform: rotate(180deg);
}

.slider-controls__pagination {
  font-family: Benzin;
  font-size: 1.25rem;
  line-height: 100%;
  color: rgba(var(--color-grn--rgb), 0.5);
}

.slider-controls__pagination .swiper-pagination-current {
  color: var(--color-grn);
  font-size: 2rem;
}

.slider-controls__pagination--alt {
  color: rgba(var(--color-whte--rgb), 0.5);
}

.slider-controls__pagination--alt .swiper-pagination-current {
  color: var(--color-whte);
}

.fullscreen-slider {
  height: 50rem;
  position: relative;
  color: var(--color-whte);
  padding: 5rem 0;
}

.fullscreen-slider--alt .fullscreen-slider__content-slide {
  justify-content: flex-start;
}

.fullscreen-slider--alt .fullscreen-slider__content-slide-title {
  max-width: 23.75rem;
}

.fullscreen-slider--alt .fullscreen-slider__content-slide p {
  max-width: 20rem;
}

.fullscreen-slider__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.fullscreen-slider__background::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-blck);
  opacity: .15;
}

.fullscreen-slider__background-slide img,
.fullscreen-slider__background-slide picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fullscreen-slider__container {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.fullscreen-slider__content {
  overflow: hidden;
  position: relative;
  height: 100%;
  margin-bottom: 2.5rem;
}

.fullscreen-slider__content .swiper-wrapper {
  position: relative;
}

.fullscreen-slider__content-slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  transition: opacity .3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.fullscreen-slider__content-slide.swiper-slide-active {
  opacity: 1 !important;
  position: relative !important;
}

.fullscreen-slider__content-slide-title {
  margin-bottom: 1.5rem;
}

.fullscreen-slider__content-slide-description {
  font-weight: 500;
}

.text-image-slider {
  overflow: hidden;
}

.text-image-slider__row {
  display: flex;
}

.text-image-slider__left,
.text-image-slider__right {
  width: 50%;
}

.text-image-slider__right {
  position: relative;
  height: 50rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 6.25rem 5rem;
}

.text-image-slider__right .slider-controls {
  position: relative;
  z-index: 1;
}

.text-image-slider__left {
  padding: 6.25rem 5.75rem 6.25rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.text-image-slider__text {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.text-image-slider__text-title {
  margin-bottom: 2.5rem;
}

.text-image-slider__text-tagline {
  margin-bottom: 1rem;
}

.text-image-slider__photos,
.text-image-slider__photo {
  height: 100%;
  width: 50vw;
  margin-right: calc(-1*(100vw - 100%)/2 - var(--padding, 15px));
}

.text-image-slider__photos img,
.text-image-slider__photos picture,
.text-image-slider__photo img,
.text-image-slider__photo picture {
  object-fit: cover;
}

.text-image-slider__photos {
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
}

.text-image-slider__photos-slide {
  position: relative;
}

.text-image-slider__photos-slide img,
.text-image-slider__photos-slide picture {
  width: 100%;
  height: 100%;
  display: block;
}

.text-image-slider__photo {
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
}

.text-image-slider__photo img,
.text-image-slider__photo picture {
  width: 100%;
  height: 100%;
  display: block;
}

.text-image-slider__text-slide {
  opacity: 0;
}

.text-image-slider__text-slide.swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
}

.text-image-slider__text-slide.swiper-slide {
  background-color: var(--color-milk);
  opacity: 0 !important;
}

.text-image-slider__text-slide.swiper-slide-active {
  opacity: 1 !important;
}

.text-image-section {
  overflow: hidden;
  background-color: var(--color-milk2);
}

.text-image-section__row {
  display: flex;
  flex-direction: row-reverse;
}

.text-image-section__left,
.text-image-section__right {
  width: 50%;
}

.text-image-section__right {
  position: relative;
  height: 50rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 6.25rem 5rem;
}

.text-image-section__left {
  padding: 6.25rem 0 6.25rem 5.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-image-section__text-title {
  margin-bottom: 2.5rem;
}

.text-image-section__photo {
  height: 100%;
  width: 50vw;
  margin-left: calc(-1*(100vw - 100%)/2 - var(--padding, 15px));
  margin-right: 0;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.text-image-section__photo img,
.text-image-section__photo picture {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.image-slider-section {
  background-color: var(--color-drkBlu);
  color: var(--color-whte);
}

.image-slider-section__row {
  display: flex;
}

.image-slider-section__left,
.image-slider-section__right {
  width: 50%;
}

.image-slider-section__left {
  position: relative;
  min-height: 50rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3.125rem 6.75rem 3.125rem 0;
}

.image-slider-section__right {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 5.75rem;
}

.image-slider-section__photo {
  width: 50vw;
  height: 100%;
  margin-left: calc(-1*(100vw - 100%)/2 - var(--padding, 15px));
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.image-slider-section__photo img,
.image-slider-section__photo picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-slider-section__content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.image-slider-section__title {
  max-width: 29.75rem;
}

.image-slider-section__description {
  margin-top: 2.5rem;
}

.image-slider-section__list-counter {
  counter-reset: list-counter;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.image-slider-section__list-counter li {
  display: flex;
}

.image-slider-section__list-counter li::before {
  content: counter(list-counter, decimal-leading-zero);
  counter-increment: list-counter;
  font-family: Benzin;
  font-size: 0.875rem;
  line-height: 157%;
  padding: 0.5625rem 0;
  border: 1px solid var(--color-vlt);
  min-width: 2.5rem;
  min-height: 2.5rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-slider-section__list-counter li span {
  background-color: var(--color-vlt);
  padding: 0.5rem 0.75rem;
}

.image-slider-section__i {
  margin-top: 1.5rem;
  opacity: .5;
}

.image-slider-section__btn {
  margin-top: auto;
}

.apartment-planes {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.apartment-planes__row {
  display: flex;
  justify-content: space-between;
}

.apartment-planes__left {
  width: 49.0196078431%;
}

.apartment-planes__right {
  width: 40.522875817%;
}

.apartment-planes__content {
  margin-top: 2.5rem;
}

.apartment-planes__sliders {
  width: 100%;
  position: relative;
  background-color: #fffdf5;
  aspect-ratio: 1/1;
  width: 100%;
}

.apartment-planes__slider {
  display: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
}

.apartment-planes__slider--active {
  display: flex;
}

.apartment-planes__slider-inner {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.apartment-planes__slider-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  height: 100%;
}

.apartment-planes__slider-slide img,
.apartment-planes__slider-slide picture {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.apartment-planes__slider-controls {
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 2rem;
  bottom: 2rem;
}

.apartment-planes__switchs {
  display: flex;
  justify-content: space-around;
}

.apartment-planes__switchs-item {
  flex: 1 1;
  font-family: Benzin;
  font-size: 1rem;
  color: var(--color-drkblu);
  line-height: 137%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 0.75rem;
  min-height: 3.6875rem;
  border: 1px solid var(--color-drkBlu);
  border-left: none;
  cursor: pointer;
  transition: color,background-color .3s ease;
}

.apartment-planes__switchs-item:first-child {
  border-left: 1px solid var(--color-drkBlu);
}

.apartment-planes__switchs-item--active,
.apartment-planes__switchs-item:hover {
  color: var(--color-whte);
  background-color: var(--color-drkBlu);
}

.apartment-planes__info {
  margin-top: 2.5rem;
}

.apartment-planes__info-item {
  display: none;
}

.apartment-planes__info-item--active {
  display: block;
}

.apartment-planes__info-list {
  margin-top: 1.5rem;
  padding: 1.25rem;
  border: 1px solid rgba(var(--color-grn--rgb), 0.2);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.apartment-planes__info-list li {
  display: flex;
}

.apartment-planes__info-list-name {
  flex: 1 0 auto;
  display: flex;
  align-items: flex-end;
}

.apartment-planes__info-list-name::after {
  content: "";
  width: 100%;
  height: 1.25rem;
  margin-top: auto;
  margin: 0 0.625rem;
  background-image: url("../img/icons/dotted-line.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.text-map {
  background-color: var(--color-grn);
  color: var(--color-whte);
}

.text-map__row {
  display: flex;
}

.text-map__left {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  padding-right: 1.5rem;
  width: 42.5%;
  display: flex;
  flex-direction: column;
}

.text-map__right {
  position: relative;
  width: 56.4vw;
  height: 50rem;
  margin-right: calc(-1*(100vw - 100%)/2 - var(--padding, 15px));
}

.text-map__map {
  position: relative;
  width: 100%;
  max-width: 50.75rem;
  aspect-ratio: 812/800;
  --map-scale: 1;
}

.text-map__map-gradient-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.text-map__map-gradient-top-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(0deg, rgba(93, 98, 91, 0) 0%, #5d625b 100%);
}

.text-map__map-gradient-top-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: linear-gradient(90deg, #5d625b 0%, rgba(93, 98, 91, 0) 100%);
}

.text-map__map-gradient-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.text-map__map-gradient-bottom-right::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(0deg, #5d625b 0%, rgba(93, 98, 91, 0) 100%);
}

.text-map__map-gradient-bottom-right::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background: linear-gradient(90deg, rgba(93, 98, 91, 0) 0%, #5d625b 100%);
}

.text-map__map-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.text-map__map-points {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.text-map__map-point {
  position: absolute;
  display: flex;
  align-items: center;
  gap: calc(8px*var(--map-scale));
  width: fit-content;
  height: fit-content;
  text-align: right;
}

.text-map__map-point-text {
  font-size: calc(12px*var(--map-scale));
  font-family: Benzin;
  line-height: 100%;
  text-transform: lowercase;
  white-space: nowrap;
}

.text-map__map-point-l img,
.text-map__map-point-l picture {
  width: calc(32px*var(--map-scale)) !important;
  height: calc(32px*var(--map-scale)) !important;
}

.text-map__map-point img,
.text-map__map-point picture {
  width: calc(24px*var(--map-scale));
  height: calc(24px*var(--map-scale));
  display: block;
}

.text-map__map-point--reverse {
  flex-direction: row-reverse;
  text-align: left;
}

.text-map__map-point:nth-child(1) {
  top: 10.875%;
  left: 32.0197044335%;
}

.text-map__map-point:nth-child(2) {
  top: 12.375%;
  left: 53.5714285714%;
}

.text-map__map-point:nth-child(3) {
  top: 23.375%;
  left: 59.9753694581%;
}

.text-map__map-point:nth-child(4) {
  top: 31.5%;
  left: 42.3645320197%;
}

.text-map__map-point:nth-child(5) {
  top: 37.625%;
  right: 20.4433497537%;
  left: initial;
  text-align: right;
}

.text-map__map-point:nth-child(6) {
  top: 42.5%;
  left: 17.9802955665%;
}

.text-map__map-point:nth-child(7) {
  top: 54.25%;
  left: 15.39408867%;
}

.text-map__map-point:nth-child(8) {
  top: 59.625%;
  left: 46.921182266%;
}

.text-map__map-point:nth-child(9) {
  top: 67.375%;
  left: 45.5665024631%;
}

.text-map__map-point:nth-child(10) {
  top: 90.375%;
  left: 44.4581280788%;
}

.text-map__map-point-logo {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: calc(6px*var(--map-scale));
  top: 19.875%;
  left: 46.1822660099%;
}

.text-map__map-point-logo__icon {
  width: calc(52px*var(--map-scale));
  height: calc(52px*var(--map-scale));
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 1.5s ease-in-out infinite;
}

.text-map__map-point-logo__icon svg {
  width: 75%;
  height: 75%;
  color: var(--color-ohra);
}

.text-map__map-point-logo__logo {
  width: calc(94px*var(--map-scale));
  height: auto;
}

.text-map__map-point-logo__logo svg {
  width: 100%;
  height: auto;
  display: block;
}

.text-map__description {
  margin-top: 2rem;
}

.text-map__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 1.25rem;
  margin-top: auto;
}

.text-map__item-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
  gap: 0.75rem;
}

.text-map__item-title svg {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  color: var(--color-ohra);
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: .85;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}

.img-parallax {
  height: 50rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.img-parallax__container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-parallax__img {
  width: 100%;
  height: 140%;
  position: absolute;
  top: 0;
  left: 0;
}

.img-parallax__img img,
.img-parallax__img picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.marquee {
  width: 100vw;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--color-drkBlu);
  color: var(--color-whte);
  padding-top: 2.625rem;
  padding-bottom: 2.625rem;
}

.marquee__track {
  display: flex;
  width: 100%;
  position: relative;
}

.marquee__content {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: none;
}

.marquee__item {
  font-family: Benzin;
  font-size: 2.5rem;
  font-weight: 400;
  padding: 0 40px;
  text-transform: lowercase;
}

.marquee__icon {
  width: 1.875rem;
  height: 1.875rem;
  flex-shrink: 0;
}

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

.map-area {
  position: relative;
  width: 100%;
  line-height: 0;
}

.map-area canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.map-area img {
  width: 100%;
  height: auto;
  display: block;
}

.map-area .map-area__popup {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transform: translateY(8px) scale(0.97);
  transition: opacity .22s ease,transform .22s ease;
  z-index: 50;
  left: var(--px, 0);
  top: var(--py, 0);
}

.map-area .map-area__popup.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.offer {
  position: relative;
  color: var(--color-whte);
}

.offer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: radial-gradient(120% 120% at 50% 30%, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0.65) 60%, #000 100%);
}

.offer__bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.7) 60%, #000 100%);
  opacity: .4;
  cursor: pointer;
}

.offer__bg video {
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer__container {
  padding-top: 16.875rem;
  padding-bottom: 35.625rem;
}

.offer__text {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
}

.offer__text span {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}

.offer__text span::before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url("../img/icons/icon-star.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.offer__text span:first-child::before {
  display: none;
}

.text-banner {
  color: var(--color-whte);
  text-align: center;
  height: 50rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 19.375rem;
  position: relative;
  overflow: hidden;
}

.text-banner__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-blck);
  z-index: -1;
}

.text-banner__bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.text-banner__bg picture {
  height: 100%;
  width: 100%;
}

.text-banner__bg picture,
.text-banner__bg img {
  fill: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, #000 100%);
  opacity: .7;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-position: center top;
  object-fit: cover;
}

.text-banner__icon {
  margin-top: 11.875rem;
}

.text-banner__icon svg {
  width: 5rem;
  height: 5rem;
  color: #d0cec1;
}

.text-banner__title {
  max-width: 80rem;
}

.about {
  color: var(--color-whte);
  background-color: var(--color-blck2);
  padding: 6.25rem 0;
  height: 50rem;
}

.about__container {
  height: 100%;
}

.about__row {
  display: flex;
  height: 100%;
}

.about__left,
.about__right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about__left {
  width: 42.4836601307%;
  padding-right: 5rem;
}

.about__right {
  width: 57.5163398693%;
  padding-left: 5rem;
}

.about__logo {
  max-width: 27.4375rem;
  width: 100%;
}

.about__logo img,
.about__logo picture {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 2px;
}

.about__left-tagline {
  margin-top: auto;
}

.about__right-tagline {
  font-family: Benzin;
  color: var(--color-gryLght);
}

.about__title {
  margin-top: 1.25rem;
}

.about__description {
  margin-top: 2.5rem;
}

.about__description p+p {
  margin-top: 1.875rem;
}

.about__logo-icon {
  width: 3.75rem;
  height: 3.75rem;
}

.about__logo-icon img,
.about__logo-icon picture {
  width: 100%;
  height: 100%;
}

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

.gallery-section__slider-carousel {
  margin-top: 2rem;
}

.gallery-section__slider-slide .gallery-card {
  width: 24.5rem;
}

.offer-politic {
  padding-top: 11.25rem;
  padding-bottom: 6.25rem;
  background-color: #5d625b;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: var(--color-whte);
  text-align: center;
}

.offer-politic__description {
  margin-top: 1rem;
}

.offer-politic__icon {
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 3.5rem;
  height: 3.5rem;
  color: #d0cec1;
}

.offer-politic__icon svg {
  width: 100%;
  height: 100%;
}

.genplan {
  position: relative;
}

.genplan__container {
  padding-top: 5.5rem;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: .3s;
  pointer-events: none;
}

.genplan__title {
  color: var(--color-whte);
  max-width: 18rem;
  text-transform: none;
}

.genplan .map-area._hover+.genplan__container {
  opacity: 0;
  visibility: hidden;
}

.genplan .map-area__popup {
  background-color: var(--color-milk2);
}

.genplan .map-area__popup::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 50px);
  height: calc(100% + 50px);
}

.genplan .map-area__popup:first-child {
  top: 20%;
  left: 21.8571428571%;
}

.genplan .map-area__popup:nth-child(2) {
  top: 28.8888888889%;
  left: 36.3888888889%;
}

.genplan .map-area__popup:nth-child(3) {
  top: 30.7777777778%;
  left: 46.5277777778%;
}

.genplan .map-area__popup-close {
  display: none;
}

.genplan .map-area__popup-header,
.genplan .map-area__popup-footer {
  padding: 1rem;
}

.genplan .map-area__popup-header {
  border-bottom: 1px solid var(--color-milk);
}

.genplan .map-area__popup-title {
  margin-bottom: 0.75rem;
  text-transform: lowercase;
}

.genplan .map-area__popup-btn {
  display: block;
  text-align: center;
  transition: .3s all ease;
}

.genplan .map-area__popup-btn:hover {
  background-color: var(--color-ohra);
}

.catalog {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.catalog__content {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.catalog__filter .filter__inner.catalog__filter--fixed {
  position: fixed;
  top: 0;
  z-index: 2;
  max-width: calc(var(--container-w) + var(--pad)*2);
  padding-left: var(--pad);
  padding-right: var(--pad);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  transform: translateY(-210%);
  transition: transform .4s ease;
}

.catalog__filter .filter__inner.catalog__filter--show {
  transform: translateY(0);
}

.catalog__floors {
  background-color: var(--color-milk2);
  padding: 1rem;
  transition: top .3s ease;
  z-index: 1;
  width: 7%;
}

.catalog__floors--fixed {
  position: sticky;
}

.catalog__floors-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 157%;
  color: rgba(var(--color-vlt--rgb), 0.5);
}

.catalog__floors-items {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.catalog__floors-item {
  position: relative;
}

.catalog__floors-item input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.catalog__floors-item input:checked+.tab {
  background-color: var(--color-vlt);
  color: var(--color-whte);
}

.catalog__left {
  width: 97%;
}

.catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.catalog__more {
  max-width: 12.8125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
}

.catalog__more .button__text {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  width: 100%;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.single-apartament {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.single-apartament__container {
  display: flex;
  gap: 2.1875rem;
  align-items: flex-start;
}

.single-apartament__back {
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 0.3125rem;
  font-size: 1rem;
  line-height: 150%;
}

.single-apartament__back svg {
  width: 1rem;
  height: 1rem;
}

.single-apartament__content {
  display: flex;
  max-width: 63.5rem;
}

.single-apartament__content-left,
.single-apartament__content-right {
  background-color: var(--color-milk4);
  padding: 1.5rem;
}

.single-apartament__content-left {
  width: 48.8188976378%;
  border-right: 1px solid #efefe6;
}

.single-apartament__content-right {
  width: 51.1811023622%;
  color: var(--color-vlt);
  display: flex;
  flex-direction: column;
}

.single-apartament__tabs {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.single-apartament__tabs-content {
  cursor: zoom-in;
}

.single-apartament__tabs-content img,
.single-apartament__tabs-content picture {
  width: 100%;
  height: auto;
}

.single-apartament__tabs-titles {
  margin-top: auto;
  display: flex;
}

.single-apartament__tabs-title {
  flex: 1;
}

.single-apartament__top,
.single-apartament__body {
  margin-top: 0.875rem;
}

.single-apartament__footer {
  margin-top: auto;
}

.single-apartament__top {
  display: flex;
  justify-content: space-between;
}

.single-apartament__top-left {
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  gap: 0.5rem;
}

.single-apartament__top-left span {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  position: relative;
}

.single-apartament__top-left span::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("../img/icons/icon-star.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.single-apartament__top-left span:last-child::after {
  display: none;
}

.single-apartament__panel-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  background-color: #f5f5ec;
}

.single-apartament__panel-item:last-child {
  border-top: 1px solid rgba(0,0,0,.1);
  padding-top: 1.4375rem;
  background-color: #f5f3eb;
}

.single-apartament__price-old {
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  opacity: .5;
  text-decoration-line: line-through;
}

.single-apartament__price-new {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 128%;
}

.single-apartament__btns {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.single-apartament__btns .button {
  max-width: 100%;
}

.single-apartament__btns .button:first-child {
  border: 1px solid var(--color-vlt);
}

.single-apartament__btns .button__text {
  width: 100%;
  text-align: center;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}

.single-apartament__details {
  display: flex;
  gap: 0.5rem;
}

.single-apartament__details-item {
  flex: 1;
  background-color: #f5f5ec;
  padding: 0.625rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
}

.single-apartament__details-item span:first-child {
  font-weight: 500;
  line-height: 155%;
  font-size: 1.125rem;
}

.single-apartament__details-item span:last-child {
  font-size: 1rem;
  line-height: 150%;
  opacity: .3;
}

.single-apartament-print {
  color: var(--color-vlt);
}

.print-version .single-apartament-print {
  display: block;
}

.single-apartament-print__img {
  width: 25rem;
  height: 25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-apartament-print__img img,
.single-apartament-print__img picture {
  width: 22rem;
  height: 22rem;
}

.single-apartament-print__bottom {
  border-top: 1px solid #efefe6;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.single-apartament-print__content-body {
  margin-top: 0.625rem;
  display: grid;
  gap: 0.5rem;
}

.single-apartament-print__characters .single-apartament__top-left {
  font-size: 1.25rem;
  gap: 0.5rem;
}

.single-apartament-print__characters span {
  line-height: 160%;
  gap: 0.5rem;
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
}

.single-apartament-print__characters span:after {
  width: 1rem;
  height: 1rem;
}

.single-apartament-print__price {
  padding: 0.75rem;
  box-shadow: inset 0 0 0 1000px #f5f5ec;
}

.single-apartament-print__price-tags {
  display: flex;
  gap: 0.25rem;
}

.single-apartament-print__price-value {
  margin-top: 0.5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 128%;
}

.single-apartament-print__details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.single-apartament-print__details-item {
  box-shadow: inset 0 0 0 1000px #f5f5ec;
  padding: 0.625rem 1rem;
}

.single-apartament-print__details-item span {
  display: block;
}

.single-apartament-print__details-item span:first-child {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 155%;
}

.single-apartament-print__details-item span:last-child {
  font-size: 1rem;
  line-height: 150%;
  color: rgba(var(--color-vlt--rgb), 0.5);
}

.single-apartament-print__notions {
  padding-top: 0.75rem;
  break-inside: avoid;
}

.single-apartament-print__notions-title {
  font-size: 0.875rem;
  line-height: 142%;
}

.single-apartament-print__notions-fields {
  break-inside: avoid;
  width: 100%;
  height: 5rem;
  margin-top: 1.25rem;
}

.promo-offer {
  position: relative;
  color: var(--color-whte);
}

.promo-offer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.5) 65.71%);
  opacity: .6;
  z-index: 0;
}

.promo-offer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 264px;
  bottom: 0;
  left: 0;
  opacity: .3;
  z-index: 1;
  background: linear-gradient(180deg, rgba(214, 161, 119, 0) 0%, rgba(214, 161, 119, 0.6) 50%, rgba(214, 161, 119, 0.85) 75%, #d6a177 100%);
}

.promo-offer__container {
  padding-top: 14.3125rem;
  padding-bottom: 6.25rem;
  position: relative;
  z-index: 2;
}

.promo-offer__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
}

.promo-offer__bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.promo-offer__title {
  max-width: 36.9375rem;
}

.promo-offer__description {
  margin-top: 3rem;
  max-width: 33.0625rem;
}

.promo-offer__description p+p {
  margin-top: 1rem;
}

.promo-slider {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  overflow: hidden;
  position: relative;
}

.promo-slider__description {
  max-width: 34.375rem;
}

.promo-slider__slider-controls {
  margin-top: 1rem;
}

.promo-slider__slider-carousel {
  margin-top: 2.5rem;
}

.promo-slider__slider-slide {
  width: 100%;
}

.promo-slider .slider-controls__arrows {
  display: none;
}

.promo-card {
  --text-color: #5d625b;
  color: var(--text-color);
  padding: 1.875rem;
  height: 16.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.promo-card--brown {
  --text-color: #fff;
  background-color: var(--color-grn);
}

.promo-card--milk {
  background-color: var(--color-milk2);
}

.promo-card--drkBlu {
  --text-color: #fff;
  background-color: var(--color-drkBlu);
}

.promo-card--border-ohra {
  border: 2px solid var(--color-ohra);
}

.promo-card--snow {
  background-image: url("../img/icons/snow-pattern.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

.promo-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.promo-card__arrow {
  width: 2rem;
  height: 2rem;
  transition: .3s;
}

.promo-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.dual-image-section {
  color: var(--color-whte);
}

.dual-image-section__row {
  display: flex;
}

.dual-image-section__left,
.dual-image-section__right {
  width: 50%;
  position: relative;
  height: 50rem;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dual-image-section__right {
  padding-left: 7.375rem;
}

.dual-image-section__left .dual-image-section__bg {
  right: 0;
  margin-left: calc(-1*(100vw - 100%)/2 - var(--padding, 15px));
}

.dual-image-section__right .dual-image-section__bg {
  left: 0;
  margin-right: calc(-1*(100vw - 100%)/2 - var(--padding, 15px));
}

.dual-image-section__left .dual-image-section__btn {
  opacity: 1;
}

.dual-image-section__btn {
  opacity: 0;
}

.dual-image-section__bg {
  height: 100%;
  width: 50vw;
  position: absolute;
  top: 0;
  z-index: -1;
}

.dual-image-section__bg img,
.dual-image-section__bg picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.steps-gallery {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  overflow: hidden;
  position: relative;
}

.steps-gallery__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.steps-gallery__title {
  max-width: 26.5rem;
}

.steps-gallery__description {
  max-width: 23.25rem;
  text-align: right;
}

.steps-gallery__slider-controls {
  margin-top: 2rem;
  display: none;
  justify-content: space-between;
}

.steps-gallery__icon {
  width: 3rem;
  height: 3rem;
}

.steps-gallery__icon svg {
  width: 100%;
  height: 100%;
}

.steps-gallery__slider-carousel {
  margin-top: 2.5rem;
}

.steps-gallery__slider-slide {
  width: 24.5rem;
}

.gallery-card {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: var(--color-whte);
  height: 16.25rem;
  padding: 1.25rem 1.875rem;
  background-color: var(--color-grn);
}

.gallery-card:hover {
  cursor: pointer;
}

.gallery-card--soon {
  background-color: var(--color-grn);
  background-image: none !important;
}

.gallery-card--soon:hover {
  cursor: auto;
}

.gallery-card--soon .gallery-card__arrow {
  opacity: 0;
}

.gallery-card--soon .gallery-card__title,
.gallery-card--soon .gallery-card__year {
  opacity: .3;
}

.gallery-card--soon .gallery-card__count {
  width: fit-content;
  padding-top: 0.9375rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.gallery-card__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: var(--color-grn);
}

.gallery-card__bg picture,
.gallery-card__bg img {
  width: 100%;
  height: 100%;
  display: block;
  opacity: .5;
}

.gallery-card__bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.gallery-card__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.gallery-card--lg {
  padding: 1.25rem 1.875rem;
  height: 24.5rem;
}

.gallery-card--lg .gallery-card__bg img {
  opacity: 1;
}

.gallery-card--lg .gallery-card__bg::after {
  background: rgba(0,0,0,.3);
}

.gallery-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gallery-card__photos {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.gallery-card__arrow {
  width: 3.125rem;
  height: 3.125rem;
  padding: 0.5rem;
}

.gallery-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gallery-card__year {
  font-family: Benzin;
  font-size: 1.25rem;
  line-height: 180%;
}

.gallery-card__icon {
  width: 3rem;
  height: 3rem;
}

.gallery-card__icon svg {
  width: 100%;
  height: 100%;
}

.gallery-card__count {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-family: Benzin;
  line-height: 137%;
  border-radius: 24px;
  border: 2px solid var(--color-ohra);
  background: rgba(93,98,91,.3);
  backdrop-filter: blur(4.8000001907px);
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
}

.gallery-card .gallery-data {
  display: none;
}

.documents-section {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.documents-section__items {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}

.document-card {
  padding: 1.875rem;
  border: 1px solid rgba(0,0,0,0);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 12.5rem;
}

.document-card--bordered {
  border-color: #d7d6ce;
}

.document-card--milk {
  background-color: var(--color-milk2);
}

.document-card--green {
  background-color: rgba(var(--color-grn--rgb), 0.1);
}

.form-map {
  background-color: var(--color-grn);
  position: relative;
}

.form-map__row {
  display: flex;
}

.form-map__left,
.form-map__right {
  width: 50%;
}

.form-map__map {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.form-map__map .map {
  width: 100%;
  height: 100%;
}

.form-map__map .ymaps-2-1-79-islets_pictogram-circle-icon-with-caption__caption-block .ymaps-2-1-79-islets_icon-caption {
  font-size: 0.875rem !important;
}

.form-map__right {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  padding-left: 3.75rem;
}

.form-map__form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.form-map__form-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.text-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid var(--color-grn);
}

.text-section__text {
  margin-top: 2.5rem;
  line-height: 150%;
}

.text-section__text a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.text-section__text a:hover {
  text-decoration: none;
}

.text-section__text>* {
  margin-bottom: 1.5rem;
}

.text-section__text>*:last-child {
  margin-bottom: 0;
}

.text-section__text .no-margin-b {
  margin-bottom: 0 !important;
}

.text-section__text ul {
  list-style: disc;
  margin-left: 1rem;
}

.text-section__text ul li {
  position: relative;
}

.text-section__text ul li::before {
  content: "";
  position: absolute;
  width: .2em;
  height: .2em;
  background-color: var(--color-grn);
  border-radius: 50%;
  top: .6em;
  margin-left: -0.5625rem;
}

.text-section__text ol ul {
  margin-left: -0.25rem;
}

.text-section__text ol,
.text-section__text ul {
  margin-left: 1rem;
}

.modal-call {
  max-width: 63.5rem;
  width: 100%;
  display: flex;
  align-items: stretch;
  border-radius: 0;
  padding: 0;
  background-color: var(--color-whte);
}

.modal-call__left,
.modal-call__right {
  flex: 0 1 50%;
}

.modal-call__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modal-call__img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.modal-call__img-icon {
  position: absolute;
  width: 3rem;
  height: 3rem;
  left: 2.5rem;
  bottom: 2.5rem;
}

.modal-call__img-icon svg {
  width: 100%;
  height: 100%;
  color: var(--color-whte);
}

.modal-call__img img,
.modal-call__img picture {
  width: 100%;
  height: 101%;
  margin-top: -0.0625rem;
  object-fit: cover;
  display: block;
}

.modal-call__top,
.modal-call__form {
  padding: 2.5rem;
}

.modal-call__top {
  color: var(--color-drkBlu);
}

.modal-call__title {
  text-transform: lowercase;
}

.modal-call__description {
  margin-top: 1rem;
}

.modal-call__form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: var(--color-drkBlu);
  color: var(--color-whte);
}

.modal-call--thanks .modal-call__right {
  justify-content: flex-start;
}

.modal-call--thanks .modal-call__top {
  margin: auto 0;
}

.modal-call__form-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cookies-banner {
  position: fixed;
  padding: 1.25rem;
  border-radius: 12px;
  background: var(--color-whte);
  box-shadow: 0 4px 24px 0 rgba(0,0,0,.2);
  right: 1.5rem;
  bottom: 1.5rem;
  max-width: 16.75rem;
  width: 100%;
  visibility: hidden;
  transform: translateX(150%);
  transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: 10;
}

.cookies-banner.show {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}

.cookies-banner__text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 160%;
}

.cookies-banner__btn {
  margin-top: 1.5rem;
  max-width: 100%;
  width: 100%;
}

.cookies-banner__btn .button__text {
  width: 100%;
}

.print-version .cookies-banner {
  display: none;
}

.back-to-top {
  position: fixed;
  right: 2.5rem;
  bottom: 2.5rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-milk2);
  border: 2px solid var(--color-grn-100);
  color: var(--color-grn-100);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  transition: opacity .3s ease,transform .3s ease,visibility .3s ease,background-color .3s ease,color .3s ease;
}

.back-to-top:hover {
  background-color: var(--color-grn-100);
  color: var(--color-milk2);
}

.back-to-top--visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top__icon {
  width: 2rem;
  height: 2rem;
}

.filter--second .filter__col--control {
  justify-content: flex-end;
}

.filter--second .filter__col--control .filter__field {
  flex: 0 0 auto;
}

.filter--second .filter__col--control .filter__field:first-child {
  flex: 0 1 12.625rem;
  width: 100%;
}

.filter--second .filter__col--control .filter__field:last-child {
  flex: 0 1 10.4375rem;
  width: 100%;
}

.filter__tabs {
  display: flex;
}

.filter__tabs-item {
  position: relative;
}

.filter__tabs-item input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.filter__tabs-item .tab {
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
}

.filter__panel {
  background-color: var(--color-milk2);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.filter__mob {
  display: none;
}

.filter__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

.filter__col {
  flex: 1 1 26.5100671141%;
  display: flex;
  gap: 0.75rem;
}

.filter__col--lg {
  flex: 1 1 31.9630872483%;
}

.filter__col--sm {
  flex: 1 1 14.4295302013%;
}

.filter__col--control {
  justify-content: flex-end;
}

.filter__col--control .filter__field {
  flex: 0 0 auto;
}

.filter__col--control .filter__field:first-child {
  max-width: 12.6875rem;
  width: 100%;
}

.filter__col--control .filter__field:last-child {
  max-width: 10.4375rem;
  width: 100%;
}

.filter__reset--desk {
  white-space: nowrap;
}

.filter__select {
  width: 100%;
}

.filter__field-label {
  color: var(--color-vlt);
  opacity: .5;
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 142%;
}

.filter__field-select {
  width: 100%;
}

.filter__field>button {
  max-width: 10.4375rem;
  width: 100%;
}

.filter__radios {
  width: 100%;
}

.filter__radios--checkboxes .filter__radios-items {
  width: fit-content;
  display: flex;
}

.filter__radios--checkboxes .filter__radios-item {
  width: fit-content;
}

.filter__radios-items {
  display: flex;
  gap: 0.5rem;
}

.filter__radios-item {
  flex: 1 1 auto;
  min-width: 3.25rem;
  position: relative;
}

.filter__radios-item input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.filter__popup {
  display: none;
}

.apartament-card {
  background-color: var(--color-milk2);
  color: var(--color-vlt);
  padding: 0.625rem;
  position: relative;
  outline: 2px solid rgba(0,0,0,0);
  transition: outline .3s ease;
}

.apartament-card:hover {
  outline-color: var(--color-vlt);
}

.apartament-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.apartament-card__top {
  padding: 0.375rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.apartament-card__title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 150%;
}

.apartament-card__top-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--color-ohra);
}

.apartament-card__top-icon svg {
  width: 100%;
  height: 100%;
}

.apartament-card__img {
  width: 100%;
  aspect-ratio: 1/1;
}

.apartament-card__img img,
.apartament-card__img picture {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.apartament-card__info {
  padding: 0.75rem;
}

.apartament-card__price {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.apartament-card__price-new {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 133.333%;
}

.apartament-card__price-old {
  color: rgba(var(--color-vlt--rgb), 0.5);
  font-size: 1rem;
  line-height: 150%;
  text-decoration-line: line-through;
  font-weight: 400;
}

.apartament-card__details {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 142%;
}

.apartament-card__details li {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 0.5rem;
}

.apartament-card__details li::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("../img/icons/icon-star.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.apartament-card__details li:last-child::after {
  display: none;
}

.apartament-card__tags {
  margin-top: 1rem;
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
}

.promo-block {
  position: relative;
  color: var(--color-grn);
}

.promo-block--green {
  color: var(--color-whte);
}

.promo-block--green .promo-block__left::after {
  background-color: var(--color-grn);
}

.promo-block--green .promo-block__right::after {
  background-color: var(--color-grn-200);
}

.promo-block--violet {
  color: var(--color-whte);
}

.promo-block--violet .promo-block__left::after {
  background-color: var(--color-drkBlu);
}

.promo-block--violet .promo-block__right::after {
  background-color: var(--color-drkBlu-100);
}

.promo-block__row {
  display: flex;
  min-height: 31.5rem;
}

.promo-block__left,
.promo-block__right {
  width: 50%;
  padding: 3.75rem 0;
}

.promo-block__right::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  background-color: var(--color-milk);
  z-index: -1;
}

.promo-block__left {
  padding-right: 5.75rem;
  display: flex;
  flex-direction: column;
}

.promo-block__left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  background-color: var(--color-milk2);
  z-index: -1;
}

.promo-block__left .button {
  margin-top: auto;
}

.promo-block__right {
  padding-left: 5.75rem;
  display: flex;
  flex-direction: column;
}

.promo-block__title {
  margin-top: 0.875rem;
}

.promo-block__subtitle {
  margin-top: 1.5rem;
}

.promo-block__description {
  margin-left: auto;
  line-height: 133.333%;
  max-width: 32.5rem;
  font-size: 0.75rem;
  font-weight: 400;
}

.promo-block__img {
  width: 100%;
  height: 18.5rem;
  object-fit: cover;
}

.promo-block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.print-version {
  padding: 0;
  margin: 0;
}

@media (max-width: 1919px) {
  .genplan .map-area__popup:first-child {
    top: 16.8888888889%;
    left: 28.2857142857%;
  }

  .genplan .map-area__popup:nth-child(2) {
    top: 18.8888888889%;
    left: 35%;
  }

  .genplan .map-area__popup:nth-child(3) {
    top: 30.7777777778%;
    left: 32.6388888889%;
  }
}

@media (max-width: 768px) {
  .gallery-container {
    padding: 80px 10px 120px;
  }

  .gallery-nav {
    width: 50px;
    height: 50px;
  }

  .gallery-prev {
    left: 10px;
  }

  .gallery-next {
    right: 10px;
  }

  .gallery-thumb {
    width: 60px;
    height: 45px;
  }

  .gallery-caption {
    font-size: 14px;
    padding: 10px 16px;
  }
}

@media (max-width: 480px) {
  .gallery-nav {
    display: none;
  }

  .gallery-counter {
    font-size: 16px;
    padding: 6px 12px;
  }

  .gallery-thumb {
    width: 50px;
    height: 38px;
  }
}

@media (max-width: 74.9375em) {
  [class*=__container] {
    max-width: calc(58rem + var(--pad)*2);
    --container-w: 928px;
  }

  [class*=__container-second] {
    --pad: 24px;
    max-width: calc(61rem + var(--pad)*2);
    --container-w: 976px;
  }

  .tab--l {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 142%;
  }

  .tab--l svg {
    display: none;
  }

  .button-second {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 142%;
  }

  .button-second--l {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 142%;
  }

  .select .select__title {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .range {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .range__start,
  .range__end {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 142%;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 0.625rem;
    height: 0.5rem;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.0625rem;
    background-color: var(--color-whte);
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.03125rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: 50%;
    transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(45deg);
  }

  .popup {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .popup__content {
    padding-top: 4rem;
  }

  .popup__close {
    top: 0rem;
    right: 0;
  }

  .text-s {
    font-size: 0.875rem;
    line-height: 157%;
  }

  .text-m {
    font-size: 0.875rem;
    line-height: 142%;
  }

  .text-l {
    font-size: 1rem;
    line-height: 150%;
  }

  .tagline {
    font-size: 1rem;
    line-height: 150%;
  }

  .h2 {
    font-size: 1.75rem;
    line-height: 128.571%;
  }

  .h2-s {
    font-size: 1.5rem;
    line-height: 133.333%;
  }

  .h3 {
    font-size: 1.5rem;
    line-height: 133.333%;
  }

  .h4 {
    font-size: 1.25rem;
    line-height: 140%;
  }

  .h1 {
    font-size: 2.5rem;
    line-height: 110%;
  }

  .section-p {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header {
    padding: 1.5rem 0;
  }

  .header__menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(93,98,91,.3);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    color: var(--color-whte);
    overflow: auto;
    padding-bottom: 1.25rem;
    transform: translateY(-150%);
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease;
    width: 100%;
  }

  .header__menu-inner {
    max-width: calc(var(--container-w) + var(--pad)*2);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--pad);
    padding-right: var(--pad);
  }

  .header__menu-list {
    padding-top: 0.9375rem;
    flex-direction: column;
    gap: 0.3125rem;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
  }

  .header__menu-list a {
    font-family: Benzin;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .header__logo {
    max-width: 9.375rem;
  }

  .header__burger {
    margin-left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer__top {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .footer__top-row {
    margin-top: 2.5rem;
  }

  .footer__contacts {
    gap: 1.25rem;
  }

  .footer__menus {
    padding-right: 0.8125rem;
    gap: 3.5625rem;
  }

  .footer__menus ul {
    gap: 1.5rem;
  }

  .footer__bottom {
    margin-top: 7.1875rem;
    padding: 2rem 0;
  }

  .fullscreen-slider {
    padding: 4rem 0;
    height: 42.5rem;
  }

  .fullscreen-slider__content-slide-title {
    margin-bottom: 1rem;
  }

  .fullscreen-slider--alt .fullscreen-slider__content-slide-description {
    font-size: 1rem;
    line-height: 150%;
  }

  .fullscreen-slider--alt .fullscreen-slider__content-slide-title {
    margin-bottom: 1.5rem;
  }

  .text-image-slider--alt .text-image-slider__text-tagline {
    font-size: 0.75rem;
  }

  .text-image-slider__left {
    padding-right: 3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-image-slider__text-title {
    margin-bottom: 2rem;
  }

  .text-image-slider__text-tagline {
    margin-bottom: 0.75rem;
  }

  .text-image-slider__right {
    padding-left: 3rem;
    padding-bottom: 3rem;
    height: 42.5rem;
  }

  .text-image-slider__photos-slide img,
  .text-image-slider__photos-slide picture,
  .text-image-slider__photo img,
  .text-image-slider__photo picture {
    object-fit: cover;
  }

  .text-image-section__left {
    padding-left: 3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-image-section__text-title {
    margin-bottom: 2rem;
  }

  .text-image-section__photo img,
  .text-image-section__photo picture {
    object-fit: cover;
  }

  .text-image-section__right {
    height: 42.5rem;
  }

  .image-slider-section__left {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 3rem;
    min-height: 0;
    height: 42.5rem;
  }

  .image-slider-section__right {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 3rem;
  }

  .image-slider-section__list-counter li::before {
    font-size: 0.75rem;
  }

  .image-slider-section__description {
    margin-top: 2rem;
  }

  .image-slider-section__btn {
    display: none;
  }

  .apartment-planes {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .apartment-planes__left,
  .apartment-planes__right {
    width: 50%;
  }

  .apartment-planes__row {
    gap: 1rem;
  }

  .apartment-planes__content {
    margin-top: 2rem;
  }

  .apartment-planes__switchs {
    justify-content: flex-start;
  }

  .apartment-planes__switchs-item {
    flex: 0 1 auto;
    min-height: 2.5rem;
    font-size: 0.875rem;
    padding-left: 1.4375rem;
    padding-right: 1.4375rem;
    line-height: 142%;
  }

  .apartment-planes__info {
    margin-top: 2rem;
  }

  .apartment-planes__info-description br {
    display: none;
  }

  .apartment-planes__info-list {
    gap: 1.75rem;
  }

  .text-map__left {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 1.5625rem;
  }

  .text-map__right {
    height: 42.5rem;
    width: 56.94vw;
    margin-right: calc(-1*(156vw - 100%) - var(--padding, 15px));
    overflow: hidden;
  }

  .text-map__description {
    margin-top: 1.5rem;
  }

  .text-map__map {
    width: 118%;
    margin-left: -8.5%;
  }

  .text-map__map-img {
    z-index: -1;
    object-fit: cover;
  }

  .text-map__map-gradient-top-left::before {
    background: linear-gradient(90deg, #5d625b 0%, rgba(93, 98, 91, 0) 100%);
  }

  .text-map__map-gradient-bottom-right {
    right: 6.5%;
  }

  .text-map__item-title {
    font-size: 1.25rem;
    line-height: 140%;
    margin-bottom: 0.5rem;
  }

  .text-map__item-title svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .text-map__item-description {
    font-size: 0.875rem;
  }

  .img-parallax {
    height: 42.5rem;
  }

  .offer__container {
    padding-top: 15.3125rem;
    padding-bottom: 27.375rem;
  }

  .offer__text {
    gap: 2.1875rem;
  }

  .offer__text span {
    gap: 2.1875rem;
  }

  .offer__text span:before {
    width: 1.25rem;
    height: 1.25rem;
  }

  .text-banner {
    padding-top: 18.625rem;
    height: 42.5rem;
  }

  .text-banner__icon {
    margin-top: 11.25rem;
  }

  .text-banner__icon svg {
    width: 3.5rem;
    height: 3.5rem;
  }

  .text-banner__title {
    max-width: 46.875rem;
  }

  .about {
    padding: 4rem 0;
    height: 42.5rem;
  }

  .about__left {
    width: 40.625%;
    padding-right: 3rem;
  }

  .about__right {
    width: 59.375%;
    padding-left: 3rem;
  }

  .about__logo {
    max-width: 18.75rem;
  }

  .about__title {
    margin-top: 0.75rem;
    max-width: 28.125rem;
  }

  .about__description {
    max-width: 26.375rem;
    margin-top: 2rem;
  }

  .about__description p+p {
    margin-top: 1rem;
  }

  .offer-politic {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }

  .offer-politic__description {
    margin-top: 0.75rem;
  }

  .offer-politic__icon {
    width: 2.875rem;
    height: 2.875rem;
  }

  .genplan__container {
    padding-top: 3rem;
  }

  .genplan .map-area__popup:first-child {
    top: 4rem;
    left: left(317);
  }

  .genplan .map-area__popup:nth-child(2) {
    top: 7.75rem;
    left: left(307);
  }

  .genplan .map-area__popup:nth-child(3) {
    top: 8.9375rem;
    left: left(244);
  }

  .catalog__content {
    margin-top: 2rem;
    gap: 0.75rem;
  }

  .catalog__floors {
    padding: 0.75rem;
    width: 7%;
  }

  .catalog__left {
    width: 93%;
  }

  .catalog__grid {
    gap: 0.75rem;
  }

  .single-apartament {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .single-apartament__container {
    flex-direction: column;
    gap: 1.5rem;
  }

  .single-apartament__content-left {
    width: 50.8196721311%;
  }

  .single-apartament__content-right {
    width: 49.1803278689%;
  }

  .single-apartament__tabs-title {
    font-size: 1rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    line-height: 125%;
  }

  .single-apartament__top-left {
    font-size: 1.25rem;
    line-height: 120%;
  }

  .promo-offer::before {
    height: 10.0625rem;
  }

  .promo-offer__container {
    padding-top: 16.25rem;
    padding-bottom: 4rem;
  }

  .promo-offer__title {
    max-width: 28.3125rem;
  }

  .promo-offer__description {
    max-width: 28.3125rem;
    margin-top: 2rem;
  }

  .promo-slider {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .promo-slider__slider-controls {
    margin-top: 1.25rem;
  }

  .promo-slider__slider-carousel {
    margin-top: 2rem;
  }

  .promo-slider__description {
    max-width: 30rem;
  }

  .dual-image-section__right,
  .dual-image-section__left {
    height: 42.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .dual-image-section__right {
    padding-left: 3rem;
  }

  .steps-gallery {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .steps-gallery__slider {
    overflow: hidden;
  }

  .steps-gallery__slider-controls {
    display: flex;
    justify-content: flex-end;
  }

  .steps-gallery__slider-controls .steps-gallery__icon {
    display: none;
  }

  .steps-gallery__title {
    max-width: 17.875rem;
  }

  .steps-gallery__description {
    font-size: 1rem;
    line-height: 150%;
  }

  .steps-gallery__slider-carousel {
    margin-top: 2rem;
  }

  .documents-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .documents-section__items {
    margin-top: 2rem;
  }

  .form-map__right {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 3rem;
  }

  .form-map__form .button .button__text {
    font-size: 0.875rem;
  }

  .text-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-section__text {
    margin-top: 2.25rem;
  }

  .text-section__text>* {
    margin-bottom: 1rem;
  }

  .text-section__text ul {
    margin-left: 0.75rem;
  }

  .text-section__text ul li::before {
    top: .7em;
    margin-left: -0.5rem;
  }

  .cookies-banner {
    padding: 1.25rem;
    bottom: 1.25rem;
    right: 1.25rem;
  }

  .filter__panel {
    padding: 0.75rem;
    gap: 0.75rem;
  }

  .filter--second .filter__col--control {
    justify-content: flex-end;
  }

  .filter--second .filter__col--control .filter__field {
    flex: 0 0 auto;
  }

  .filter--second .filter__col--control .filter__field:first-child {
    flex: 0 1 12.625rem;
    width: 100%;
  }

  .filter--second .filter__col--control .filter__field:last-child {
    flex: 0 1 9.375rem;
    width: 100%;
  }

  .filter__col--control {
    justify-content: flex-end;
  }

  .filter__col--control .filter__field {
    flex: auto !important;
  }

  .filter__col--control .filter__field:first-child {
    max-width: 13.75rem;
    width: 100%;
  }

  .filter__col--control .filter__field:last-child {
    max-width: 9.375rem;
    width: 100%;
  }

  .filter__tabs-item .tab {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .apartament-card {
    padding: 0.625rem;
  }

  .apartament-card__info,
  .apartament-card__top {
    padding: 0.75rem;
  }

  .apartament-card__top {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .promo-block__row {
    min-height: 28.75rem;
  }

  .promo-block__left,
  .promo-block__right {
    padding: 4rem 0;
  }

  .promo-block__left {
    padding-right: 3rem;
  }

  .promo-block__right {
    padding-left: 3rem;
  }

  .promo-block__img {
    height: 13.75rem;
  }
}

@media (max-width: 74.9375em)and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}

@media (max-width: 58.6875em) {
  [class*=__container] {
    --pad: 24px;
  }

  [class*=__container-second] {
    --pad: 24px;
  }

  .button--xl .button__text {
    padding: 0.5625rem 1rem;
    font-size: 0.875rem;
    line-height: 157%;
  }

  .button--xl .button__icon {
    padding: 0.625rem;
  }

  .button--xl .button__icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .button--l .button__icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .button--l .button__icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .button-icon--l {
    width: 2.5rem;
    height: 2.5rem;
  }

  .input label {
    font-size: 0.875rem;
    line-height: 142%;
  }

  .input input {
    font-size: 1rem;
    line-height: 150%;
  }

  .popup {
    padding: 0;
  }

  .popup__content {
    padding: 0;
  }

  .popup__close {
    top: 1.5rem;
    right: 1.5rem;
  }

  .text-l {
    font-size: 0.875rem;
    line-height: 157.143%;
  }

  .tagline {
    font-size: 0.75rem;
    line-height: 166%;
  }

  .h2 {
    font-size: 1.375rem;
    line-height: 127.273%;
  }

  .h2-s {
    font-size: 1.375rem;
    line-height: 127%;
  }

  .h4 {
    font-size: 1rem;
    line-height: 150%;
  }

  .h1 {
    font-size: 2rem;
    line-height: 112%;
  }

  .section-p {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .tag {
    font-size: 0.875rem;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    line-height: 157%;
  }

  .header__logo {
    max-width: 9.375rem;
  }

  .footer__top {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .footer__top-row {
    margin-top: 1.5rem;
    flex-direction: column;
    gap: 1.5rem;
  }

  .footer__left,
  .footer__right {
    width: 100%;
  }

  .footer__contacts {
    align-items: flex-start;
    flex-direction: row;
    gap: 1.5rem;
  }

  .footer__contacts-value {
    font-size: 1rem !important;
    line-height: 150% !important;
  }

  .footer__menus {
    gap: 0.75rem;
  }

  .footer__menus ul {
    max-width: 10rem;
    width: 100%;
  }

  .footer__bottom {
    margin-top: 9.25rem;
  }

  .footer__bottom-second {
    padding-top: 1.625rem;
    padding-bottom: 1.75rem;
  }

  .slider-controls__arrows {
    gap: 0.5rem;
  }

  .slider-controls__pagination {
    font-size: 1rem;
  }

  .slider-controls__pagination .swiper-pagination-current {
    font-size: 1.75rem;
  }

  .fullscreen-slider {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .fullscreen-slider__content {
    margin-bottom: 2rem;
  }

  .fullscreen-slider--alt .fullscreen-slider__content-slide-title {
    max-width: 22.5rem;
  }

  .fullscreen-slider--alt .fullscreen-slider__content-slide-title br {
    display: none;
  }

  .text-image-slider__row {
    flex-direction: column-reverse;
  }

  .text-image-slider__container {
    padding: 0;
  }

  .text-image-slider__left,
  .text-image-slider__right {
    width: 100%;
  }

  .text-image-slider__right {
    padding-left: 0;
  }

  .text-image-slider__photos,
  .text-image-slider__photo {
    width: 100%;
    margin-right: 0;
  }

  .text-image-slider__left {
    padding: 2.5rem var(--pad);
  }

  .text-image-slider__right,
  .text-image-slider__right:has(.text-image-slider__photos) {
    padding: 1rem;
  }

  .text-image-slider__text-title {
    margin-bottom: 1.5rem;
  }

  .text-image-slider__text-tagline {
    margin-bottom: 0.5rem;
  }

  .text-image-slider__content p br {
    display: none;
  }

  .text-image-slider__right {
    height: 25rem;
    margin: 0;
    max-height: none;
  }

  .text-image-slider__controls {
    margin-top: 6rem;
  }

  .text-image-section__row {
    flex-direction: column-reverse;
  }

  .text-image-section__container {
    padding: 0;
  }

  .text-image-section__left,
  .text-image-section__right {
    width: 100%;
  }

  .text-image-section__right {
    padding-left: 0;
  }

  .text-image-section__photo {
    width: 100%;
    margin-right: 0;
  }

  .text-image-section__left {
    padding: 2.5rem var(--pad);
  }

  .text-image-section__right {
    padding: 1rem var(--pad);
  }

  .text-image-section__text-title {
    margin-bottom: 1.5rem;
  }

  .text-image-section__right {
    height: 29.0625rem;
    margin: 0;
    max-height: none;
  }

  .image-slider-section__row {
    flex-direction: column;
  }

  .image-slider-section__left,
  .image-slider-section__right {
    width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .image-slider-section__left {
    padding: 1rem;
    height: 25rem;
    width: calc(100% + var(--pad)*2);
    margin: 0 calc(-1*var(--pad));
  }

  .image-slider-section__right {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .image-slider-section__photo {
    width: 100%;
  }

  .image-slider-section__title {
    max-width: 100%;
  }

  .image-slider-section__description {
    margin-top: 1.5rem;
  }

  .image-slider-section__list-counter {
    margin-top: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .image-slider-section__i {
    margin-top: 1rem;
  }

  .apartment-planes {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .apartment-planes__row {
    gap: 0.75rem;
  }

  .apartment-planes__slider {
    padding: 1rem;
  }

  .apartment-planes__info {
    margin-top: 1.25rem;
  }

  .apartment-planes__info-list {
    margin-top: 1.25rem;
    padding: 1rem;
    gap: 1.25rem;
  }

  .apartment-planes__switchs-item {
    font-size: 0.875rem;
  }

  .text-map__row {
    flex-direction: column;
    gap: 1.5rem;
  }

  .text-map__left,
  .text-map__right {
    width: 100%;
  }

  .text-map__right {
    width: 100vw;
    margin-left: -1.5rem;
  }

  .text-map__left {
    padding-right: 0rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .text-map__description {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 150%;
  }

  .text-map p+p {
    margin-top: 1rem;
  }

  .text-map__items {
    margin-top: 2.5rem;
    gap: 0 0.75rem;
    grid-template-columns: repeat(4, 1fr);
  }

  .text-map__map {
    width: 100%;
    height: 42.5rem;
    max-width: 100%;
    margin-left: 0;
  }

  .text-map__map-img {
    width: 100%;
  }

  .text-map__map-gradient-bottom-right {
    right: 0;
  }

  .marquee {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .offer {
    background-position: top center;
  }

  .offer__container {
    padding-top: 15.1875rem;
    padding-bottom: 27.625rem;
  }

  .offer__text {
    gap: 1rem;
  }

  .offer__text span {
    gap: 1rem;
  }

  .text-banner {
    padding-top: 19.5rem;
    padding-bottom: 3.75rem;
    height: 43.5rem;
  }

  .text-banner__icon {
    margin-top: 12.25rem;
  }

  .text-banner__title {
    max-width: 41.125rem;
  }

  .text-banner__title br {
    display: none;
  }

  .about {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    height: auto;
  }

  .about__row {
    flex-direction: column;
  }

  .about__left,
  .about__right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .about__left {
    padding-bottom: 2.5625rem;
    flex-direction: row;
    align-items: center;
    position: relative;
  }

  .about__left::after {
    content: "";
    position: absolute;
    width: calc(100% + var(--pad)*2);
    height: 1px;
    left: calc(-1*var(--pad));
    bottom: 0;
    background-color: var(--color-gry);
  }

  .about__left-tagline {
    text-align: right;
  }

  .about__right {
    padding-top: 1.25rem;
    height: 34rem;
    justify-content: flex-start;
    height: auto;
  }

  .about__right-tagline {
    font-size: 1rem;
    line-height: 150%;
  }

  .about__right-bottom {
    margin-top: 10.5rem;
  }

  .about__title {
    max-width: 35.375rem;
    font-size: 1.375rem;
    line-height: 127%;
  }

  .about__title br {
    display: none;
  }

  .about__description {
    max-width: 35.625rem;
  }

  .about__logo-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .gallery-section__slider-slide .gallery-card {
    width: 20.5rem;
  }

  .gallery-section__slider-carousel {
    margin-top: 1.5rem;
  }

  .offer-politic {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }

  .offer-politic__icon {
    margin-top: 1.875rem;
    width: 2.25rem;
    height: 2.25rem;
  }

  .genplan__container {
    padding-top: 2.5rem;
    padding-left: 3rem;
  }

  .genplan__title {
    max-width: 13.75rem;
  }

  .genplan .map-area__popup:first-child {
    top: 1.875rem;
    left: 13.9375rem;
  }

  .genplan .map-area__popup:nth-child(2) {
    top: 5.625rem;
    left: 17rem;
  }

  .genplan .map-area__popup:nth-child(3) {
    top: 5.6875rem;
    left: 6.625rem;
  }

  .genplan .map-area__popup-header,
  .genplan .map-area__popup-footer {
    padding: 0.75rem;
  }

  .genplan .map-area__popup-title {
    margin-bottom: 0.375rem;
  }

  .catalog__content {
    margin-top: 1.5rem;
  }

  .catalog__floors {
    width: 17%;
  }

  .catalog__grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }

  .catalog__grid.catalog--list {
    grid-template-columns: 1fr;
  }

  .single-apartament {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .single-apartament__content {
    flex-direction: column;
  }

  .single-apartament__content-left,
  .single-apartament__content-right {
    width: 100%;
  }

  .single-apartament__content-left {
    border-right: none;
    border-bottom: 1px solid #efefe6;
  }

  .single-apartament__top,
  .single-apartament__body {
    margin-top: 0.75rem;
  }

  .single-apartament__details {
    margin-top: 2.0625rem;
  }

  .promo-offer::after {
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.5) 65.71%);
    opacity: .6;
  }

  .promo-offer::before {
    height: 17.9375rem;
    opacity: .3;
    background: linear-gradient(180deg, rgba(214, 161, 119, 0) 0%, rgba(214, 161, 119, 0.6) 50%, rgba(214, 161, 119, 0.85) 75%, #d6a177 100%);
  }

  .promo-offer__container {
    padding-top: 24.625rem;
    padding-bottom: 2.5rem;
  }

  .promo-offer__title {
    max-width: 21.25rem;
  }

  .promo-offer__description {
    max-width: 21.25rem;
    margin-top: 1.5rem;
  }

  .promo-offer__description p+p {
    margin-top: 0.75rem;
  }

  .promo-slider {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .promo-slider__slider-controls {
    margin-top: 0.75rem;
  }

  .promo-slider__slider-controls .slider-controls__arrows {
    display: flex;
  }

  .promo-slider__slider-carousel {
    margin-top: 1.5rem;
  }

  .promo-slider__slider-slide {
    width: 18.75rem !important;
  }

  .dual-image-section__left,
  .dual-image-section__right {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .dual-image-section__right {
    padding-left: 1.5rem;
  }

  .steps-gallery {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .steps-gallery__title {
    max-width: 16rem;
  }

  .steps-gallery__icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .steps-gallery__slider-controls {
    margin-top: 1.5rem;
  }

  .steps-gallery__slider-carousel {
    margin-top: 1.5rem;
  }

  .gallery-card {
    height: 12.1875rem;
  }

  .gallery-card__title {
    font-size: 1.375rem;
  }

  .gallery-card__arrow {
    width: 2.25rem;
    height: 2.25rem;
  }

  .gallery-card__arrow .card-arrow {
    width: 1.5rem;
    height: 1.5rem;
  }

  .gallery-card__arrow .card-arrow svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .gallery-card__bottom {
    align-items: flex-end;
  }

  .gallery-card__year {
    font-size: 0.875rem;
    line-height: 20px;
  }

  .gallery-card--lg {
    height: 20.5rem;
  }

  .gallery-card--lg .gallery-card__title {
    font-size: 1.25rem;
    line-height: 160%;
  }

  .gallery-card--lg .gallery-card__arrow {
    width: 2.5rem;
    height: 2.5rem;
  }

  .gallery-card--lg .gallery-card__count {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.75rem;
  }

  .gallery-card--soon .gallery-card__count {
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gallery-card__icon {
    width: 2.25rem;
    height: 2.25rem;
  }

  .gallery-card__year {
    font-size: 0.875rem;
    line-height: 142%;
  }

  .gallery-card__count {
    width: 2.25rem;
    height: 2.25rem;
    padding-top: 0.375rem;
    padding-bottom: 0.1875rem;
    font-size: 0.75rem;
    line-height: 112%;
  }

  .documents-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .documents-section__items {
    margin-top: 1.5rem;
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .document-card {
    flex-direction: row;
    align-items: center;
    min-height: 0;
    padding: 1rem;
    gap: 0.75rem;
  }

  .document-card__title br {
    display: none;
  }

  .form-map__row {
    flex-direction: column;
  }

  .form-map__left,
  .form-map__right {
    width: 100%;
  }

  .form-map__right {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 0;
  }

  .form-map__map {
    position: relative;
    width: calc(100% + var(--pad)*2);
    margin-left: calc(-1*var(--pad));
    margin-right: 0;
    height: 36.25rem;
  }

  .text-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .text-section__text {
    margin-top: 1.75rem;
  }

  .text-section__text>* {
    margin-bottom: 0.75rem;
  }

  .modal-call {
    flex-direction: column;
  }

  .modal-call__left,
  .modal-call__right {
    flex: 0 1 100%;
  }

  .modal-call__img {
    height: 16.9375rem;
  }

  .modal-call__img-icon {
    left: 2rem;
    bottom: 2rem;
  }

  .modal-call__img img,
  .modal-call__img picture {
    height: 100%;
    object-position: center;
  }

  .modal-call__top,
  .modal-call__form {
    padding: 2rem;
  }

  .modal-call__form {
    gap: 1.5rem;
  }

  .cookies-banner__text {
    line-height: 150%;
  }

  .filter__plane {
    padding: 1rem;
  }

  .filter__mob-open {
    position: relative;
    z-index: 3;
  }

  .filter__mob-sort {
    position: relative;
  }

  .filter__mob-sort .select {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .filter__mob-sort .select__title {
    opacity: 0;
    width: 40px;
    height: 40px;
    margin-top: -1.25rem;
    margin-left: auto;
  }

  .filter__mob-sort .select__body {
    margin-top: 2.25rem;
    margin-left: -300%;
  }

  .filter__mob {
    padding: 0.75rem;
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
  }

  .filter__mob-btn {
    padding: 0.625rem;
    background-color: var(--color-milk3);
    color: var(--color-vlt);
  }

  .filter__mob-btn svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .filter__mob-btn:hover {
    background-color: var(--color-vlt);
    color: var(--color-whte);
  }

  .filter__mob-btn--active .filter__mob-view-grid {
    display: block;
  }

  .filter__mob-btn--active .filter__mob-view-vert {
    display: none;
  }

  .filter__mob-btn:active {
    background-color: var(--color-milk3);
    color: var(--color-vlt);
  }

  .filter__mob-btn:hover {
    background-color: var(--color-milk3);
    color: var(--color-vlt);
  }

  .filter__mob-view-grid {
    display: none;
  }

  .filter__mob-open {
    width: 100%;
  }

  .filter__mob-open svg {
    color: var(--color-vlt);
  }

  .filter__mob-open:hover,
  .filter__mob-open:active .filter__mob-open-count {
    color: var(--color-vlt);
  }

  .filter__mob-open:hover,
  .filter__mob-open:active svg {
    color: var(--color-whte);
  }

  .filter__mob-open-count {
    display: flex;
    justify-content: center;
    align-items: cetner;
    gap: 0.5rem;
    width: 1.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 100%;
    background-color: var(--color-whte);
    border-radius: 50%;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .filter__inner {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(60,68,91,.5);
    backdrop-filter: blur(8px);
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all .5s ease;
    overflow: auto;
    visibility: hidden;
    transition-delay: 0s;
  }

  .filter__inner.filter--open {
    opacity: 1;
    visibility: visible;
  }

  .filter__inner.filter--open .filter__inner-wrapper {
    transform: translateY(0);
  }

  .filter__inner .filter__panel {
    gap: 1.5rem;
  }

  .filter__inner .filter__panel:last-child {
    overflow: auto;
  }

  .filter__inner-wrapper {
    overflow: auto;
    transition: all .5s ease .3s;
    transform: translateY(100%);
  }

  .filter__popup {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.1875rem;
    padding-bottom: 1.125rem;
    border-bottom: 1px solid #edece8;
  }

  .filter__popup-title {
    font-size: 1.125rem;
    font-weight: 600;
  }

  .filter__popup-ui {
    display: flex;
    gap: 0.75rem;
  }

  .filter__popup-close {
    width: 2rem;
    height: 2rem;
    padding: 0.375rem;
    background-color: var(--color-milk3);
  }

  .filter__popup-close svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .filter__row {
    flex-direction: column;
  }

  .filter__col {
    width: 100%;
  }

  .filter__field {
    flex: 0 1 100%;
  }

  .filter__col--control {
    display: none;
  }

  .filter__inner .filter__panel:last-child {
    padding-bottom: 3rem;
  }

  .filter__filter--fixed {
    padding-left: 0;
    padding-right: 0;
  }

  .catalog--list .apartament-card,
  .apartament-card.apartament-card--vert {
    padding: 1rem;
  }

  .catalog--list .apartament-card .apartament-card__body,
  .apartament-card.apartament-card--vert .apartament-card__body {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .catalog--list .apartament-card .apartament-card__img,
  .apartament-card.apartament-card--vert .apartament-card__img {
    width: 54.3726235741%;
  }

  .catalog--list .apartament-card .apartament-card__top,
  .apartament-card.apartament-card--vert .apartament-card__top {
    padding: 0 0 0.75rem 0;
  }

  .catalog--list .apartament-card .apartament-card__info,
  .apartament-card.apartament-card--vert .apartament-card__info {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .catalog--list .apartament-card .apartament-card__price,
  .apartament-card.apartament-card--vert .apartament-card__price {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }

  .catalog--list .apartament-card .apartament-card__price-old,
  .apartament-card.apartament-card--vert .apartament-card__price-old {
    font-size: 0.875rem;
    line-height: 142%;
  }

  .catalog--list .apartament-card .apartament-card__tags,
  .apartament-card.apartament-card--vert .apartament-card__tags {
    display: none;
  }

  .catalog--list .apartament-card .apartament-card__details,
  .apartament-card.apartament-card--vert .apartament-card__details {
    font-size: 0.75rem;
    line-height: 166.666%;
  }

  .catalog--list .apartament-card .apartament-card__title,
  .apartament-card.apartament-card--vert .apartament-card__title {
    font-size: 0.875rem;
    line-height: 142%;
  }

  .promo-block__row {
    min-height: 30rem;
  }

  .promo-block__left,
  .promo-block__right {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .promo-block__left {
    padding-right: 1.5rem;
  }

  .promo-block__right {
    padding-left: 1.5rem;
  }

  .promo-block__description {
    line-height: 116%;
  }

  .promo-block__img {
    height: 20rem;
  }
}

@media (max-width: 39.9375em) {
  [class*=__container] {
    --pad: 16px;
  }

  [class*=__container-second] {
    --pad: 16px;
  }

  .popup__close {
    top: 1rem;
    right: 1rem;
  }

  .h2-s {
    font-size: 1.25rem;
    line-height: 140%;
  }

  .h2-xl {
    font-size: 1.5rem;
    line-height: 133.333%;
  }

  p+p {
    margin-top: 0.75rem;
  }

  .section-p {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .header {
    padding-top: 1.5rem;
  }

  .header__ui-btns {
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin-top: 1.25rem;
  }

  .header__button {
    transition: none !important;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    max-width: 15rem;
    text-align: center;
  }

  .header__button .button__text {
    width: 100%;
    font-size: 1rem;
    padding: 0.625rem 1rem;
  }

  .footer__top {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer__contacts {
    flex-direction: column;
    gap: 0.75rem;
  }

  .footer__bottom {
    margin-top: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer__bottom-items {
    flex-direction: column;
    gap: 0.75rem;
    margin: 0 0.625rem;
  }

  .footer__bottom-item {
    padding: 0.25rem 0;
  }

  .slider-controls {
    align-items: flex-end;
  }

  .slider-controls__pagination {
    align-items: flex-end;
  }

  .fullscreen-slider {
    height: 31.25rem;
    padding: 2rem 0;
  }

  .fullscreen-slider--alt .fullscreen-slider__content-slide-title {
    margin-bottom: 0.75rem;
  }

  .fullscreen-slider--alt .fullscreen-slider__content-slide-description {
    font-size: 0.875rem;
  }

  .fullscreen-slider__content {
    margin-bottom: 1.5rem;
  }

  .fullscreen-slider__content-slide br {
    display: none;
  }

  .fullscreen-slider__content-slide-title {
    margin-bottom: 1rem;
  }

  .text-image-slider__left {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    min-height: 26.25rem;
  }

  .text-image-slider__right {
    max-height: 17.5rem;
  }

  .text-image-slider__text-title {
    margin-bottom: 1.25rem;
  }

  .text-image-slider__controls {
    margin-top: 4.25rem;
  }

  .text-image-slider__photo img,
  .text-image-slider__photo picture {
    object-position: bottom right;
  }

  .text-image-slider__photos-slide img,
  .text-image-slider__photos-slide picture {
    object-position: bottom right;
  }

  .text-image-section__left {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-image-section__right {
    max-height: 24.75rem;
  }

  .text-image-section__text-title {
    margin-bottom: 1.25rem;
  }

  .image-slider-section__right {
    padding-top: 2rem;
    padding-bottom: 2.5625rem;
  }

  .image-slider-section__left {
    height: 17.5rem;
  }

  .image-slider-section__description {
    margin-top: 1.25rem;
  }

  .image-slider-section__list-counter li {
    width: 100%;
  }

  .image-slider-section__list-counter li span {
    flex: 1 1 auto;
    display: block;
  }

  .apartment-planes {
    padding: 2rem 0;
  }

  .apartment-planes__row {
    flex-direction: column;
    gap: 0;
  }

  .apartment-planes__content {
    margin-top: 1.5rem;
  }

  .apartment-planes__description {
    margin-top: 0.75rem;
  }

  .apartment-planes__left,
  .apartment-planes__right {
    width: 100%;
  }

  .apartment-planes__bottom {
    margin-top: 1.5rem;
  }

  .apartment-planes__switchs {
    margin-top: 1.25rem;
  }

  .text-map__description {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 157%;
  }

  .text-map p+p {
    margin-top: 0.875rem;
  }

  .text-map__items {
    margin-top: 2.5rem;
    gap: 1.5rem 0.75rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .text-map__item-description {
    font-size: 0.75rem;
  }

  .text-map__left {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-map__right {
    width: 33.75rem;
    left: 50%;
    transform: translateX(-44.5%);
    height: 31.875rem;
  }

  .text-map__map {
    height: 31.875rem;
  }

  .text-map__map-img {
    margin-top: 0.0625rem;
    width: 100%;
  }

  .img-parallax {
    height: 22.5rem;
  }

  .marquee {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .marquee__item {
    font-size: 1.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .marquee__icon {
    width: 0.9375rem;
    height: 0.9375rem;
  }

  .offer__bg video {
    object-position: 68% top;
  }

  .offer__container {
    padding-top: 11.25rem;
    padding-bottom: 16.3125rem;
  }

  .offer__text {
    flex-direction: column;
    gap: 0;
    font-size: 2rem !important;
    line-height: 112%;
  }

  .offer__text span {
    flex-direction: column;
    gap: 0;
  }

  .offer__text span::before {
    height: 2.25rem;
    background-size: contain;
  }

  .text-banner {
    height: 37.5rem;
    padding: 3rem 0.3125rem 3.5rem;
    justify-content: space-between;
    background-position: center top;
  }

  .text-banner__icon {
    margin-top: 0;
  }

  .text-banner__title {
    font-size: 1.5rem;
    line-height: 133%;
  }

  .about {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about__logo {
    max-width: 21.25rem;
  }

  .about__left {
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
    padding-bottom: 2rem;
  }

  .about__left-tagline {
    text-align: left;
  }

  .about__right {
    padding-top: 1rem;
  }

  .about__right-tagline {
    font-size: 0.875rem;
    line-height: 142%;
  }

  .about__title {
    font-size: 1.375rem;
    line-height: 127%;
  }

  .about__description {
    margin-top: 1.5rem;
  }

  .about__description p+p {
    margin-top: 0.75rem;
  }

  .about__right-bottom {
    margin-top: 1.75rem;
  }

  .gallery-section__slider-controls .slider-controls__arrows {
    display: none;
  }

  .gallery-section__slider-carousel .swiper-wrapper {
    flex-direction: column;
    gap: 0.75rem;
  }

  .gallery-section__slider-slide .gallery-card {
    width: 100%;
    height: 17.5rem;
  }

  .offer-politic__description {
    margin-top: 0.5rem;
  }

  .offer-politic__icon {
    width: 1.875rem;
    height: 1.875rem;
  }

  .genplan__container {
    padding-top: 1.25rem;
    padding-left: 1rem;
  }

  .genplan__title {
    font-size: 1rem;
    max-width: 7.75rem;
  }

  .genplan .map-area__popup:first-child {
    top: 1.875rem;
    left: initial;
    right: 1.25rem;
  }

  .genplan .map-area__popup:nth-child(2) {
    top: 1.875rem;
    left: initial;
    right: 1.25rem;
  }

  .genplan .map-area__popup:nth-child(3) {
    top: 1.875rem;
    left: initial;
    right: 1.25rem;
  }

  .genplan .map-area__popup-header,
  .genplan .map-area__popup-footer {
    padding: 0.5rem;
  }

  .genplan .map-area__popup-tags {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }

  .genplan .map-area__popup-tag {
    font-size: 0.75rem;
  }

  .genplan .map-area__popup-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.375rem;
  }

  .genplan .map-area__popup-close {
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    color: var(--color-grn);
  }

  .genplan .map-area__popup-close svg {
    width: 100%;
    height: 100%;
  }

  .catalog {
    padding-top: 2rem;
  }

  .catalog__content {
    margin-top: 0.75rem;
    flex-direction: column;
  }

  .catalog__left {
    width: 100%;
  }

  .catalog__floors {
    width: 100%;
  }

  .catalog__floors-items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.5rem;
  }

  .catalog__grid {
    grid-template-columns: 1fr;
  }

  .single-apartament {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .single-apartament__container {
    gap: 1rem;
  }

  .single-apartament__content-left,
  .single-apartament__content-right {
    padding: 1rem;
  }

  .single-apartament__top,
  .single-apartament__body {
    margin-top: 0.75rem;
  }

  .single-apartament__top {
    flex-direction: column;
    gap: 1rem;
  }

  .single-apartament__top-pdf {
    max-width: 100%;
  }

  .single-apartament__top-pdf .button__text {
    text-align: center;
    width: 100%;
  }

  .single-apartament__panel-item {
    padding: 1rem;
  }

  .single-apartament__panel-item:last-child {
    padding-top: 0.9375rem;
  }

  .single-apartament__price-old {
    font-size: 0.875rem;
    font-weight: 400;
  }

  .single-apartament__price-new {
    font-size: 1.5rem;
    line-height: 133.333%;
  }

  .single-apartament__price-new .tag {
    line-height: 142%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .single-apartament__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
  }

  .single-apartament__details {
    margin-top: 0.75rem;
    gap: 0.5rem;
  }

  .promo-offer__container {
    padding-top: 19rem;
  }

  .promo-slider {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .promo-slider__slider-controls {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .dual-image-section__row {
    flex-direction: column;
  }

  .dual-image-section__left,
  .dual-image-section__right {
    height: 21.75rem;
    padding: 2rem 0;
    width: 100%;
  }

  .dual-image-section__left .dual-image-section__bg,
  .dual-image-section__right .dual-image-section__bg {
    margin-left: calc(-1*var(--pad));
    margin-right: calc(-1*var(--pad));
    width: calc(100% + var(--pad)*2);
  }

  .dual-image-section__left .dual-image-section__btn {
    opacity: 0;
  }

  .dual-image-section__right .dual-image-section__btn {
    opacity: 1;
  }

  .steps-gallery {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .steps-gallery__top {
    align-items: center;
  }

  .steps-gallery__title {
    max-width: 13.75rem;
  }

  .steps-gallery__description .steps-gallery__icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .steps-gallery__slider-slide {
    width: 18.375rem;
  }

  .gallery-card {
    padding: 1rem;
    height: 12.1875rem;
  }

  .gallery-card--lg {
    padding: 1rem;
    width: 100%;
    height: 20.5rem;
  }

  .gallery-card__title {
    font-size: 1.25rem;
  }

  .gallery-card__arrow {
    width: 2.25rem;
    height: 2.25rem;
    padding: 0.359375rem;
    padding-bottom: 0.390625rem;
  }

  .gallery-card__arrow .card-arrow {
    width: 1.5rem;
    height: 1.5rem;
  }

  .gallery-card__arrow .card-arrow svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .gallery-card__bottom {
    align-items: flex-end;
  }

  .documents-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .document-card {
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
  }

  .form-map__right {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .form-map__map {
    height: 22.5rem;
  }

  .form-map__form {
    gap: 1.5rem;
  }

  .form-map__form-checkboxes {
    gap: 0.75rem;
  }

  .text-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-section__text {
    margin-top: 1.375rem;
  }

  .modal-call__img {
    height: 15rem;
  }

  .modal-call__img-icon {
    left: 1rem;
    bottom: 2rem;
  }

  .modal-call__form,
  .modal-call__top {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .modal-call__form {
    padding-bottom: 3rem;
  }

  .modal-call__form .checkbox {
    align-items: flex-start;
  }

  .cookies-banner {
    right: 0;
    bottom: 0;
    max-width: 100%;
    transform: translateY(-200%);
    transform: translateX(0);
    border-radius: 0;
  }

  .cookies-banner.show {
    transform: translateY(0);
  }

  .cookies-banner__btn {
    margin-top: 1.25rem;
  }

  .cookies-banner__btn .button__text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
  }

  .filter__mob-open {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .filter__tabs-item {
    flex: 0 1 33.333%;
  }

  .filter__inner .filter__panel:last-child {
    padding-bottom: 8rem;
  }

  .filter__inner .filter__panel {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .catalog--list .apartament-card .apartament-card__img,
  .apartament-card.apartament-card--vert .apartament-card__img {
    width: 32.566434%;
  }

  .catalog--list .apartament-card .apartament-card__title,
  .apartament-card.apartament-card--vert .apartament-card__title {
    font-size: 0.875rem;
  }

  .catalog--list .apartament-card .apartament-card__top-icon,
  .apartament-card.apartament-card--vert .apartament-card__top-icon {
    width: 1.375rem;
    height: 1.375rem;
  }

  .promo-block__row {
    flex-direction: column;
    min-height: 0;
  }

  .promo-block__left::after,
  .promo-block__right::after {
    width: 100vw;
    left: calc(var(--pad)*-1);
    right: initial;
  }

  .promo-block__left,
  .promo-block__right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
  }

  .promo-block__subtitle {
    margin-top: 1rem;
  }

  .promo-block__title {
    margin-top: 0.5rem;
  }

  .promo-block__left .button {
    margin-top: 2rem;
  }

  .promo-block__img {
    height: 13.75rem;
  }
}

@media (max-width: 22.49875em) {
  .apartment-planes__switchs-item {
    font-size: 0.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media print {
  body {
    background-color: var(--color-milk4);
  }

  .tag--vlt-lght {
    box-shadow: inset 0 0 0 1000px rgba(80,88,111,.1);
  }

  .header {
    display: none;
  }

  .header-print {
    display: block;
  }

  .footer {
    display: none;
  }

  .single-apartament {
    display: none;
  }

  .single-apartament-print {
    display: block;
  }

  .cookies-banner {
    display: none;
  }

@page {
    margin: 0 !important;
    padding: 0 !important;
}

  body {
    padding: 0;
    margin: 0;
  }
}

@media (any-hover: hover) {
  .select__option:hover {
    background: #d9d9d9;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-overlay,
  .gallery-track,
  .gallery-nav,
  .gallery-thumb,
  .gallery-slide img,
  .gallery-slide picture {
    transition: none !important;
    animation: none !important;
  }
}