:root {
  --bread-crumbs: #878787;
  --brand: #ed1c24;
  --text-dark: #1d1d27;
  --text-light: #fff;
  --text-gray: #9a9a9a;
  --inter: rgb(29 29 39 / 50%);
  --text-secondary-gray: #878787;
  --text-brand-light: #f4f5f9;
  --filter-btn-bg: #dbdbdb;
  --border-color: rgb(29 29 39 / 10%);
  --filter-border-color: rgb(244 245 249 / 10%);
  --label-sale: #00e;
  --label-available: #22c55e;
  --label-reserve: #f59e0b;
  --label-sold: #6b7280;
  --dark-bg-main: #000;
  --light-bg-main: #f5f5f5;
  --light-bg-secondary: #fff;
}:root {
  --bread-crumbs: #878787;
  --brand: #ed1c24;
  --text-dark: #1d1d27;
  --text-light: #fff;
  --text-gray: #9a9a9a;
  --inter: rgb(29 29 39 / 50%);
  --text-secondary-gray: #878787;
  --text-brand-light: #f4f5f9;
  --filter-btn-bg: #dbdbdb;
  --border-color: rgb(29 29 39 / 10%);
  --filter-border-color: rgb(244 245 249 / 10%);
  --label-sale: #00e;
  --label-available: #22c55e;
  --label-reserve: #f59e0b;
  --label-sold: #6b7280;
  --dark-bg-main: #000;
  --light-bg-main: #f5f5f5;
  --light-bg-secondary: #fff;
}

.overflow {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 41, 62, 0.8);
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out 0.2s;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(4px);
}
.overflow.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.overflow .form-wrap {
  transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease 0.3s;
}
@media (max-width: 1025px) {
  .overflow .form-wrap {
    width: 688px;
  }
}
.hidden .overflow .form-wrap {
  transform: scale(1.2);
  opacity: 0;
}

.modal-form {
  position: absolute;
  top: 50%;
  left: calc(50% - 16px);
  transform: translate(-50%, -50%);
  width: calc(100% - 32px);
  background: #14293e;
  border: none;
  transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease 0.3s;
  opacity: 1;
  margin: 0 16px;
  padding: 20px;
  padding-bottom: 28px;
  border-radius: 24px;
}
.hidden .modal-form {
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
}
@media (max-width: 1025px) {
  .modal-form {
    padding: 40px;
    width: 688px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.call-us__container {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #14293e;
  transform: translate(-50%, -50%);
  padding: 32px 16px;
  transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease 0.3s;
  opacity: 1;
}
.hidden .call-us__container {
  transform: translate(-50%, -20%);
  opacity: 0;
}
@media (max-width: 1025px) {
  .call-us__container {
    padding: 72px 24px;
  }
}
@media screen and (width >= 1024px) {
  .call-us__container {
    padding: 100px 100px;
  }
}
@media screen and (width >= 1920px) {
  .call-us__container {
    padding: 100px 120px;
  }
}

.close-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 20px;
  right: 20px;
}
.close-btn svg {
  width: 14px;
  height: 14px;
}
@media screen and (width >= 1024px) {
  .close-btn {
    top: 30px;
    right: 30px;
  }
}
@media screen and (width >= 1920px) {
  .close-btn {
    top: 50px;
    right: 50px;
  }
}

.call-us__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin-bottom: 48px;
}
.call-us__title-wrap p {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1025px) {
  .call-us__title-wrap p {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .call-us__title-wrap p {
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 1025px) {
  .call-us__title-wrap p {
    width: 324px;
  }
}
@media screen and (width >= 1024px) {
  .call-us__title-wrap p {
    width: 500px;
  }
}
@media screen and (width >= 1920px) {
  .call-us__title-wrap p {
    width: 600px;
  }
}
@media (max-width: 1025px) {
  .call-us__title-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
  }
}

.inputs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media (max-width: 1025px) {
  .inputs-wrapper {
    gap: 20px;
  }
}
@media screen and (width >= 1024px) {
  .inputs-wrapper {
    gap: 30px;
  }
}

.input-title {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1025px) {
  .input-title {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .input-title {
    font-size: 4.2666666667vw;
  }
}
.input-title {
  color: #9fbac7;
}

.form-field {
  position: relative;
}
.form-field__checkbox-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 14px;
  position: relative;
}
@media (max-width: 1025px) {
  .form-field__checkbox-container {
    margin-top: 10px;
  }
}
.form-field__checkbox-container[data-status=field--error] .form-field__checkbox-checkmark {
  border-color: #ff0000;
}
.form-field__checkbox-container[data-status=field--error] .input-message {
  display: block;
  opacity: 1;
}
.form-field__checkbox {
  display: flex;
  align-items: self-start;
  gap: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-field__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-field__checkbox input:checked ~ .form-field__checkbox-checkmark {
  background-color: transparent;
}
.form-field__checkbox input:checked ~ .form-field__checkbox-checkmark::after {
  display: block;
}
.form-field__checkbox-checkmark {
  display: block;
  min-width: 16px;
  min-height: 16px;
  border-radius: 2px;
  border: 1px solid var(--white, #fff);
  position: relative;
  margin-top: 3px;
}
.form-field__checkbox-checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-field__checkbox-text {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1025px) {
  .form-field__checkbox-text {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .form-field__checkbox-text {
    font-size: 4.2666666667vw;
  }
}
.form-field__checkbox-text {
  color: #9fbac7;
}
.form-field__checkbox-text a {
  text-decoration: underline;
  color: inherit;
}
.form-field__checkbox-text a:hover {
  opacity: 0.7;
}
.form-field__required {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
}
.form-field__required svg {
  width: 100%;
  height: 100%;
}

.form-field[data-custom-select] {
  position: relative;
  cursor: pointer;
}
.form-field[data-custom-select] .select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #1a2e44;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  border-radius: 0 0 4px 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: none;
}
.form-field[data-custom-select]:hover:not(.just-selected) .select-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.form-field[data-custom-select]:hover:not(.just-selected) .select-trigger {
  border-bottom-color: #ffffff;
}
.form-field[data-custom-select]:hover:not(.just-selected) .select-trigger__icon {
  transform: rotate(90deg);
}
.form-field[data-custom-select] .select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
.form-field[data-custom-select] .select-trigger__text {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1025px) {
  .form-field[data-custom-select] .select-trigger__text {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .form-field[data-custom-select] .select-trigger__text {
    font-size: 4.2666666667vw;
  }
}
.form-field[data-custom-select] .select-trigger__text {
  color: #9fbac7;
}
.form-field[data-custom-select] .select-trigger__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.form-field[data-custom-select] .select-trigger__icon svg {
  width: 16px;
  height: 16px;
  color: #9fbac7;
}
.form-field[data-custom-select] .select-item {
  padding: 12px 20px;
  color: white;
  list-style: none;
  transition: all 0.3s ease;
}
.form-field[data-custom-select] .select-item:hover {
  background: rgba(255, 255, 255, 0.1);
  padding-left: 30px;
  color: #9fbac7;
}

.input-message {
  position: absolute;
  bottom: -16px;
  z-index: 2;
  color: red;
}

.form-field__input {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1025px) {
  .form-field__input {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .form-field__input {
    font-size: 4.2666666667vw;
  }
}
.form-field__input {
  width: 100%;
  padding: 16px 0;
  color: #403939;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
@media (max-width: 1025px) {
  .form-field__input {
    padding: 20px 0;
  }
}
.form-field__input::-moz-placeholder {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.form-field__input::placeholder {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1025px) {
  .form-field__input::-moz-placeholder {
    font-size: 2.0860495437vw;
  }
  .form-field__input::placeholder {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .form-field__input::-moz-placeholder {
    font-size: 4.2666666667vw;
  }
  .form-field__input::placeholder {
    font-size: 4.2666666667vw;
  }
}
.form-field__input::-moz-placeholder {
  color: #9fbac7;
}
.form-field__input::placeholder {
  color: #9fbac7;
}

.text-input {
  resize: none;
}

.form__button {
  justify-self: flex-end;
  width: -moz-fit-content;
  width: fit-content;
}
.form__button:hover .submit-btn__text {
  position: relative;
  z-index: 1;
}

.form__button-svg {
  transform: scale(1.25);
}
@media screen and (width >= 1024px) {
  .form__button-svg {
    transform: translateY(50%) scale(1.25);
  }
}

.form__button-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.iti__flag {
  background-image: url("/src/widgets/form/img/flags.png");
}

@media (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("/src/widgets/form/img/flags@2x.png");
  }
}
.input-message {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 1025px) {
  .input-message {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .input-message {
    font-size: 4.2666666667vw;
  }
}

.footer .iti--allow-dropdown input {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1025px) {
  .footer .iti--allow-dropdown input {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .footer .iti--allow-dropdown input {
    font-size: 4.2666666667vw;
  }
}
.footer .iti--allow-dropdown input {
  color: #0f0f0f;
  padding-right: 0;
}
@media screen and (width >= 1024px) {
  .footer .iti--allow-dropdown input {
    padding-right: 20px;
  }
}

.iti__country-list {
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

.iti__mobile .iti__country-list {
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

.form-phone span {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 1025px) {
  .form-phone span {
    font-size: 40px;
  }
}
@media screen and (width >= 1024px) {
  .form-phone span {
    font-size: 2vw;
  }
}:root {
  --bread-crumbs: #878787;
  --brand: #ed1c24;
  --text-dark: #1d1d27;
  --text-light: #fff;
  --text-gray: #9a9a9a;
  --inter: rgb(29 29 39 / 50%);
  --text-secondary-gray: #878787;
  --text-brand-light: #f4f5f9;
  --filter-btn-bg: #dbdbdb;
  --border-color: rgb(29 29 39 / 10%);
  --filter-border-color: rgb(244 245 249 / 10%);
  --label-sale: #00e;
  --label-available: #22c55e;
  --label-reserve: #f59e0b;
  --label-sold: #6b7280;
  --dark-bg-main: #000;
  --light-bg-main: #f5f5f5;
  --light-bg-secondary: #fff;
}

.header {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 7.2916666667vw;
  padding: 2.34375vw 6.7708333333vw;
  background-color: var(--dark-bg-main);
}
@media (max-width: 1025px) {
  .header {
    height: 13.037809648vw;
    padding: 3.1290743155vw;
  }
}
@media (max-width: 767px) {
  .header {
    height: 22.4vw;
    padding: 6.4vw 4.2666666667vw;
  }
}

.header-row {
  display: flex;
  gap: 2.0833333333vw;
  align-items: center;
}
@media (max-width: 1025px) {
  .header-row {
    gap: 4.1720990874vw;
  }
}
@media (max-width: 767px) {
  .header-row {
    gap: 6.4vw;
  }
}

.header-row.right {
  justify-content: flex-end;
}

.header-row.left {
  justify-content: flex-start;
}
@media (max-width: 1025px) {
  .header-row.left {
    display: none;
  }
}

.header-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.header-nav-mob {
  display: flex;
}

.header-nav li.header-nav-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1025px) {
  .header-nav li.header-nav-logo {
    left: 3.1290743155vw;
    transform: none;
  }
}
@media (max-width: 767px) {
  .header-nav li.header-nav-logo {
    left: 4.2666666667vw;
  }
}
.header-nav li.header-nav-logo a {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-nav li.header-nav-logo a .logo {
  max-width: 11.4583333333vw;
  max-height: 4.1666666667vw;
}
@media (max-width: 1025px) {
  .header-nav li.header-nav-logo a .logo {
    max-width: 18.2529335072vw;
    max-height: 6.518904824vw;
  }
}
@media (max-width: 767px) {
  .header-nav li.header-nav-logo a .logo {
    max-width: 26.6666666667vw;
    max-height: 9.6vw;
  }
}

.header-nav-item-link {
  color: #fff;
}

.header-link {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.25vw;
  color: #fff;
  cursor: pointer;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1025px) {
  .header-link {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .header-link {
    font-size: 4.2666666667vw;
  }
}

.header__tel {
  display: flex;
  flex-direction: column;
  gap: 0.5208333333vw;
  height: auto;
}
.header__tel::before {
  display: none;
}
.header__tel .contact-link-header {
  display: flex;
  gap: 0.625vw;
  align-items: center;
}
@media (max-width: 1025px) {
  .header__tel .contact-link-header {
    display: none;
  }
}
.header__tel .contact-link-header span {
  transition: color 0.3s ease-in-out;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1025px) {
  .header__tel .contact-link-header span {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .header__tel .contact-link-header span {
    font-size: 4.2666666667vw;
  }
}
.header__tel .contact-link-header:hover span {
  color: var(--brand);
}
.header__tel .contact-link-mob {
  display: none;
}
@media (max-width: 1025px) {
  .header__tel .contact-link-mob {
    display: flex;
    gap: 1.0430247718vw;
    align-items: center;
  }
  .header__tel .contact-link-mob .svg-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.6936114733vw;
    height: 4.6936114733vw;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
  }
}
@media (max-width: 1025px) and (max-width: 767px) {
  .header__tel .contact-link-mob .svg-container {
    width: 9.6vw;
    height: 9.6vw;
  }
}
@media (max-width: 1025px) {
  .header__tel .contact-link-mob span {
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: var(--text-light);
  }
}
@media (max-width: 1025px) and (max-width: 1025px) {
  .header__tel .contact-link-mob span {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 1025px) and (max-width: 767px) {
  .header__tel .contact-link-mob span {
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 1025px) and (max-width: 767px) {
  .header__tel .contact-link-mob span {
    display: none;
  }
}
.header__tel .adress-icon {
  width: 1.25vw;
  height: 1.25vw;
}

.header-link__dropdown-link {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1025px) {
  .header-link__dropdown-link {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .header-link__dropdown-link {
    font-size: 4.2666666667vw;
  }
}

.header-link-2 a {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.header-link:hover svg {
  transform: rotate(-180deg);
  transition: transform 0.3s ease-in-out;
}

.header-link svg {
  stroke: rgb(135, 135, 135);
  transition: transform 0.3s ease-in-out;
}

.header-link-1:hover .header-link__dropdown-1 {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.header-link-2:hover .header-link__dropdown-2 {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.header-link-3:hover .header-link__dropdown-3 {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.header-link-4:hover .header-link__dropdown-4 {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.header-link__dropdown {
  position: absolute;
  top: 110%;
  left: 0;
  visibility: hidden;
  width: auto;
  height: auto;
  background: rgb(0, 0, 0);
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.header-link__dropdown li {
  padding: 1.0416666667vw 1.5625vw 1.0416666667vw 0.2604166667vw;
  margin-left: 1.8229166667vw;
  list-style: disc;
  transition: color 0.3s ease-in-out;
}

.header-link__dropdown li:hover {
  color: #ed1c24;
  transition: color 0.3s ease-in-out;
}

.header-link__dropdown li:hover a {
  color: #ed1c24;
  transition: color 0.3s ease-in-out;
}

.header-link__dropdown li a {
  display: flex;
  justify-content: flex-start;
  color: #fff;
  white-space: nowrap;
  transition: color 0.3s ease-in-out;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1025px) {
  .header-link__dropdown li a {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .header-link__dropdown li a {
    font-size: 4.2666666667vw;
  }
}

.li-header-btn {
  color: rgb(252, 252, 252);
  background: rgb(237, 28, 36);
}

.hover::before {
  background: rgb(237, 28, 36);
}

.hover::after {
  background: rgb(252, 252, 252);
}

.hover:hover {
  color: rgb(237, 28, 36);
}

.contact-link-header .adress-icon {
  stroke: rgb(252, 252, 252);
}

.contact-link-header span {
  color: rgb(252, 252, 252);
}

.footer-button {
  color: rgb(252, 252, 252);
}

.lang-block {
  padding: 0;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1025px) {
  .lang-block {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .lang-block {
    font-size: 4.2666666667vw;
  }
}
.lang-block {
  color: var(--bread-crumbs);
}

.lang-block:hover .innactive-langs {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  animation: none;
}

.lang-block .innactive-langs {
  visibility: hidden;
  height: 0;
  background: rgb(0, 0, 0);
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.lang-block .innactive-langs a {
  color: rgb(252, 252, 252);
  transition: color 0.3s ease-in-out;
}

.lang-block .innactive-langs a:hover {
  color: rgb(237, 28, 36);
  transition: color 0.3s ease-in-out;
}

.contact-link {
  align-items: center;
}

@media (max-width: 1025px) {
  .desktop {
    display: flex;
  }
}
@media (max-width: 767px) {
  .desktop {
    display: none;
  }
}

.desktop .footer-button {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1025px) {
  .desktop .footer-button {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .desktop .footer-button {
    font-size: 4.2666666667vw;
  }
}
.desktop .footer-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.0625vw;
  height: 3.125vw;
  color: var(--text-light);
  background-color: var(--brand);
  border: 1px solid var(--brand);
  transform: none;
}
@media (max-width: 1025px) {
  .desktop .footer-button {
    width: 22.1642764016vw;
    height: 6.518904824vw;
  }
}
@media (max-width: 767px) {
  .desktop .footer-button {
    display: none;
  }
}
.desktop .footer-button span {
  position: relative;
  z-index: 3;
  transition: color 0.5s ease;
}
@media (max-width: 1025px) {
  .desktop .footer-button span:first-child {
    display: none;
  }
}
.desktop .footer-button span:last-child {
  display: none;
}
@media (max-width: 1025px) {
  .desktop .footer-button span:last-child {
    display: block;
  }
}
.desktop .footer-button:hover span {
  color: var(--brand);
}
.desktop .footer-button:hover::after {
  width: 100%;
}
.desktop .footer-button::after {
  position: absolute;
  inset: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: var(--light-bg-secondary);
  transform: none;
  transition: width 0.5s ease;
}

.mobile-menu {
  display: none;
}
@media (max-width: 1025px) {
  .mobile-menu {
    display: flex;
    gap: 1.0430247718vw;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .mobile-menu {
    gap: 3.2vw;
  }
}
.mobile-menu span {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1025px) {
  .mobile-menu span {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .mobile-menu span {
    font-size: 4.2666666667vw;
  }
}
.mobile-menu span {
  color: var(--text-light);
}:root {
  --bread-crumbs: #878787;
  --brand: #ed1c24;
  --text-dark: #1d1d27;
  --text-light: #fff;
  --text-gray: #9a9a9a;
  --inter: rgb(29 29 39 / 50%);
  --text-secondary-gray: #878787;
  --text-brand-light: #f4f5f9;
  --filter-btn-bg: #dbdbdb;
  --border-color: rgb(29 29 39 / 10%);
  --filter-border-color: rgb(244 245 249 / 10%);
  --label-sale: #00e;
  --label-available: #22c55e;
  --label-reserve: #f59e0b;
  --label-sold: #6b7280;
  --dark-bg-main: #000;
  --light-bg-main: #f5f5f5;
  --light-bg-secondary: #fff;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  backdrop-filter: blur(0);
  transition: visibility 0.3s ease, opacity 0.3s ease, backdrop-filter 0.3s ease, transform 0.3s ease;
}
.modal--open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  backdrop-filter: blur(16px);
}
.modal--open .modal__body {
  transform: scale(1);
}
.modal__body {
  position: relative;
  width: 60%;
  height: 80%;
  overflow-y: auto;
  background: #14293e;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
}
.modal__close::before, .modal__close::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #fff;
}
.modal__close::before {
  transform: rotate(45deg);
}
.modal__close::after {
  transform: rotate(-45deg);
}:root {
  --bread-crumbs: #878787;
  --brand: #ed1c24;
  --text-dark: #1d1d27;
  --text-light: #fff;
  --text-gray: #9a9a9a;
  --inter: rgb(29 29 39 / 50%);
  --text-secondary-gray: #878787;
  --text-brand-light: #f4f5f9;
  --filter-btn-bg: #dbdbdb;
  --border-color: rgb(29 29 39 / 10%);
  --filter-border-color: rgb(244 245 249 / 10%);
  --label-sale: #00e;
  --label-available: #22c55e;
  --label-reserve: #f59e0b;
  --label-sold: #6b7280;
  --dark-bg-main: #000;
  --light-bg-main: #f5f5f5;
  --light-bg-secondary: #fff;
}

.pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pagination__utility {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 343px;
}
@media (max-width: 1025px) {
  .pagination__utility {
    gap: 32px;
  }
}
.pagination__input {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 86px;
  padding: 4px 28px;
  color: #f6f6f6;
  pointer-events: none;
  background: #322a32;
  border-radius: 100px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1025px) {
  .pagination__input {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .pagination__input {
    font-size: 4.2666666667vw;
  }
}
.pagination__more {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1025px) {
  .pagination__more {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .pagination__more {
    font-size: 4.2666666667vw;
  }
}
.pagination__more {
  margin-top: 16px;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-position: from-font;
}
@media (max-width: 1025px) {
  .pagination__more {
    margin-top: 32px;
  }
}
@media screen and (width >= 1024px) {
  .pagination__more {
    margin-top: 40px;
  }
}
.pagination .pagination-count {
  display: flex;
  gap: 12px;
  align-items: center;
}
.pagination .pagination-count__current {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1025px) {
  .pagination .pagination-count__current {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .pagination .pagination-count__current {
    font-size: 4.2666666667vw;
  }
}
.pagination .pagination-count__current {
  padding: 12px 24px;
  color: #14293e;
  background-color: #9fbac7;
  border-radius: 100px;
}
@media (max-width: 1025px) {
  .pagination .pagination-count__current {
    padding: 22px 48px;
  }
}
.pagination .pagination-count__max {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1025px) {
  .pagination .pagination-count__max {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .pagination .pagination-count__max {
    font-size: 4.2666666667vw;
  }
}
.pagination .pagination-count__max {
  color: #9fbac7;
  text-wrap: nowrap;
}:root {
  --bread-crumbs: #878787;
  --brand: #ed1c24;
  --text-dark: #1d1d27;
  --text-light: #fff;
  --text-gray: #9a9a9a;
  --inter: rgb(29 29 39 / 50%);
  --text-secondary-gray: #878787;
  --text-brand-light: #f4f5f9;
  --filter-btn-bg: #dbdbdb;
  --border-color: rgb(29 29 39 / 10%);
  --filter-border-color: rgb(244 245 249 / 10%);
  --label-sale: #00e;
  --label-available: #22c55e;
  --label-reserve: #f59e0b;
  --label-sold: #6b7280;
  --dark-bg-main: #000;
  --light-bg-main: #f5f5f5;
  --light-bg-secondary: #fff;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th,
td {
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
}

a img {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

* {
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: transparent;
}

*::after,
*::before {
  box-sizing: border-box;
  line-height: 1;
  outline: none;
  border: none;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

.debug {
  z-index: 999999;
  position: fixed;
  width: 100%;
  height: 100vh;
}
.debug > div {
  height: inherit;
  max-width: 1920px;
  margin: 0 auto;
  padding-right: 60px;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .debug > div {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.debug > div > div {
  height: inherit;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.debug > div > div > div {
  box-sizing: border-box;
  overflow-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(4.1666666667% - 20px);
  height: inherit;
  outline: 1px solid #ff0;
  background: rgba(0, 0, 0, 0.5);
}

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

html {
  font-size: 14px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden !important;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #f6f6f6;
  background-color: #fff;
}

body input,
body textarea {
  outline: none;
  border: #666 1px solid;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #221a22;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #322a32;
  border-radius: 20px;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

:placeholder {
  color: #ccc;
}

::input-placeholder {
  color: #ccc;
}

:input-placeholder {
  color: #ccc;
}

::input-placeholder {
  color: #ccc;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid,
body textarea:required:valid {
  border-color: green;
}

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

body *:focus {
  outline: none;
}

body.focus-tab--enable *:focus {
  outline: #4d90fe auto 7px;
  outline-offset: -2px;
}

button {
  padding: 0;
  margin: 0;
  background: none;
  border: navajowhite;
}

button:hover,
a:hover,
select:hover {
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .intl-tel-input.allow-dropdown .flag-container,
  .intl-tel-input.separate-dial-code .flag-container {
    left: 5%;
  }
}

@media screen and (max-width: 1200px) {
  .intl-tel-input.allow-dropdown input,
  .intl-tel-input.allow-dropdown input[type=tel],
  .intl-tel-input.allow-dropdown input[type=text],
  .intl-tel-input.separate-dial-code input,
  .intl-tel-input.separate-dial-code input[type=tel],
  .intl-tel-input.separate-dial-code input[type=text] {
    padding-left: 95px;
  }
}

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

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

.container--full-screen {
  width: 100%;
  height: 100vh;
  max-height: none;
  padding: 0;
}

.text-uppercase {
  text-transform: uppercase;
}

.thumbs__item {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  background-color: var(--color-white);
  border-radius: 4px;
  opacity: 1;
  transform-origin: center;
  transition: width 0.25s ease-out;
}
.thumbs__item[class*=active] {
  width: 16px;
  background-color: var(--color-blue);
}
.thumbs > :nth-child(n+2) {
  margin-left: 8px;
}

@font-face {
  font-family: HelveticaNeueCyr;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/HelveticaNeueCyr-Light/helveticaneuecyr-light.eot");
  src: url("../fonts/HelveticaNeueCyr-Light/helveticaneuecyr-light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Light/helveticaneuecyr-light.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Light/helveticaneuecyr-light.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Light/helveticaneuecyr-light.svg#HelveticaNeueCyr-Light") format("svg");
  font-display: swap;
}
@font-face {
  font-family: HelveticaNeueCyr;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.eot");
  src: url("../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.svg#HelveticaNeueCyr-Medium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: HelveticaNeueCyr;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/HelveticaNeueCyr-Roman/helveticaneuecyr-roman.eot");
  src: url("../fonts/HelveticaNeueCyr-Roman/helveticaneuecyr-roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Roman/helveticaneuecyr-roman.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Roman/helveticaneuecyr-roman.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Roman/helveticaneuecyr-roman.svg#HelveticaNeueCyr-Roman") format("svg");
  font-display: swap;
}
html {
  height: 100%;
}

body {
  height: 100%;
}

main {
  height: 100%;
}

#bingc-phone-button {
  display: none !important;
}

.no-scroll {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: 100%;
}/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

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

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}
/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom, #ddd -50%, white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom, #428bca 0%, #3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom, #20b426 0%, #18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom, white 0%, #e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:white;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:black}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}:root {
  --bread-crumbs: #878787;
  --brand: #ed1c24;
  --text-dark: #1d1d27;
  --text-light: #fff;
  --text-gray: #9a9a9a;
  --inter: rgb(29 29 39 / 50%);
  --text-secondary-gray: #878787;
  --text-brand-light: #f4f5f9;
  --filter-btn-bg: #dbdbdb;
  --border-color: rgb(29 29 39 / 10%);
  --filter-border-color: rgb(244 245 249 / 10%);
  --label-sale: #00e;
  --label-available: #22c55e;
  --label-reserve: #f59e0b;
  --label-sold: #6b7280;
  --dark-bg-main: #000;
  --light-bg-main: #f5f5f5;
  --light-bg-secondary: #fff;
}

.filter_popup {
  display: none;
}
@media (max-width: 1025px) {
  .filter_popup {
    position: fixed;
    inset: 0;
    top: 13.037809648vw;
    z-index: 90;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    gap: 5.2151238592vw;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: var(--border-color);
    opacity: 0;
    backdrop-filter: blur(50px);
    transition: opacity 0.5s ease, visibility 0s linear 0.5s;
  }
  .filter_popup.active {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    transition: opacity 0.5s ease, visibility 0s linear 0s;
  }
  .filter_popup.active .filter_popup__wrapper {
    transform: translateX(0);
  }
}
@media (max-width: 1025px) and (max-width: 767px) {
  .filter_popup {
    top: 0;
    z-index: 200;
  }
}
.filter_popup__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5.2151238592vw;
  max-width: 49.5436766623vw;
  height: 100%;
  padding: 5.2151238592vw 3.1290743155vw;
  overflow-y: auto;
  background-color: var(--light-bg-secondary);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}
@media (max-width: 767px) {
  .filter_popup__wrapper {
    top: 0;
    gap: 10.6666666667vw;
    max-width: unset;
    padding: 10.6666666667vw 4.2666666667vw;
  }
}
.filter_popup__close {
  position: absolute;
  top: 2.6075619296vw;
  right: 2.6075619296vw;
  z-index: 95;
}
@media (max-width: 767px) {
  .filter_popup__close {
    top: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}
.filter_popup__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}
.filter_popup__title {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 550;
  line-height: 120%;
  letter-spacing: -0.72px;
}
@media (max-width: 1025px) {
  .filter_popup__title {
    font-size: 3.1290743155vw;
  }
}
@media (max-width: 767px) {
  .filter_popup__title {
    font-size: 6.4vw;
  }
}
.filter_popup__title {
  margin-bottom: 2.6075619296vw;
  color: var(--text-dark);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .filter_popup__title {
    margin-bottom: 5.3333333333vw;
  }
}
.filter_popup__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1025px) {
  .filter_popup__label {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .filter_popup__label {
    font-size: 4.2666666667vw;
  }
}
.filter_popup__label span {
  padding: 1.0430247718vw 2.0860495437vw;
  color: var(--text-dark);
  cursor: pointer;
  border: 1px solid var(--border-color);
  border-radius: 100px;
  transition: all 0.5s ease;
}
.filter_popup__label span:hover {
  color: var(--text-light);
  background-color: var(--brand);
  border-color: var(--brand);
}
.filter_popup__input {
  width: 0;
  height: 0;
  opacity: 0;
}
.filter_popup__input:checked + span {
  color: var(--text-light);
  background-color: var(--brand);
  border-color: var(--brand);
}
.filter_popup__apply-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7.8226857888vw;
  padding: 1.3037809648vw 5.2151238592vw;
  margin-top: 5.2151238592vw;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1025px) {
  .filter_popup__apply-button {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .filter_popup__apply-button {
    font-size: 4.2666666667vw;
  }
}
.filter_popup__apply-button {
  color: var(--text-light);
  background-color: var(--brand);
}
@media (max-width: 767px) {
  .filter_popup__apply-button {
    min-height: 16vw;
    padding: 2.6666666667vw 10.6666666667vw;
    margin-top: 6.1333333333vw;
  }
}:root {
  --bread-crumbs: #878787;
  --brand: #ed1c24;
  --text-dark: #1d1d27;
  --text-light: #fff;
  --text-gray: #9a9a9a;
  --inter: rgb(29 29 39 / 50%);
  --text-secondary-gray: #878787;
  --text-brand-light: #f4f5f9;
  --filter-btn-bg: #dbdbdb;
  --border-color: rgb(29 29 39 / 10%);
  --filter-border-color: rgb(244 245 249 / 10%);
  --label-sale: #00e;
  --label-available: #22c55e;
  --label-reserve: #f59e0b;
  --label-sold: #6b7280;
  --dark-bg-main: #000;
  --light-bg-main: #f5f5f5;
  --light-bg-secondary: #fff;
}

.breadcrumbs {
  display: flex;
  gap: 1.0416666667vw;
  align-items: center;
}
@media (max-width: 1025px) {
  .breadcrumbs {
    gap: 2.6075619296vw;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    gap: 2.1333333333vw;
  }
}
.breadcrumbs-item {
  margin: 0;
}
.single-project .breadcrumbs-item {
  color: var(--text-light);
}
.breadcrumbs-item a {
  font-size: 0.8333333333vw;
  color: var(--bread-crumbs);
  text-transform: uppercase;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1025px) {
  .breadcrumbs-item a {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .breadcrumbs-item a {
    font-size: 4.2666666667vw;
  }
}
.breadcrumbs-item-active {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1025px) {
  .breadcrumbs-item-active {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .breadcrumbs-item-active {
    font-size: 4.2666666667vw;
  }
}
.breadcrumbs-item-active {
  font-size: 0.8333333333vw;
  color: var(--bread-crumbs);
  text-transform: uppercase;
}
.single-project .breadcrumbs-item-active {
  color: var(--text-light);
}
@media (max-width: 1025px) {
  .breadcrumbs-item-active {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .breadcrumbs-item-active {
    font-size: 4.2666666667vw;
  }
}
.breadcrumbs-item-active::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  margin-bottom: 4px;
  vertical-align: middle;
  content: "";
  background-color: var(--brand);
}:root {
  --bread-crumbs: #878787;
  --brand: #ed1c24;
  --text-dark: #1d1d27;
  --text-light: #fff;
  --text-gray: #9a9a9a;
  --inter: rgb(29 29 39 / 50%);
  --text-secondary-gray: #878787;
  --text-brand-light: #f4f5f9;
  --filter-btn-bg: #dbdbdb;
  --border-color: rgb(29 29 39 / 10%);
  --filter-border-color: rgb(244 245 249 / 10%);
  --label-sale: #00e;
  --label-available: #22c55e;
  --label-reserve: #f59e0b;
  --label-sold: #6b7280;
  --dark-bg-main: #000;
  --light-bg-main: #f5f5f5;
  --light-bg-secondary: #fff;
}

.share-popup {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: var(--border-color);
  opacity: 0;
  backdrop-filter: blur(50px);
  transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}
.share-popup.active {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.5s ease, visibility 0s linear 0s;
}
.share-popup.active .share-popup__wrapper {
  opacity: 1;
}
.share-popup__wrapper {
  position: relative;
  padding: 2.0833333333vw;
  background: var(--light-bg-secondary);
  border: 1px solid var(--border-color);
  opacity: 0;
}
@media (max-width: 1025px) {
  .share-popup__wrapper {
    padding: 5.2151238592vw;
  }
}
@media (max-width: 767px) {
  .share-popup__wrapper {
    max-width: 90vw;
    padding: 10.6666666667vw;
  }
}
.share-popup__close {
  position: absolute;
  top: 0.8333333333vw;
  right: 0.8333333333vw;
}
@media (max-width: 1025px) {
  .share-popup__close {
    top: 2.0860495437vw;
    right: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .share-popup__close {
    top: 4.2666666667vw;
    right: 4.2666666667vw;
  }
}
.share-popup__title {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.08px;
}
@media (max-width: 1025px) {
  .share-popup__title {
    font-size: 4.6936114733vw;
  }
}
@media (max-width: 767px) {
  .share-popup__title {
    font-size: 8.5333333333vw;
  }
}
.share-popup__title {
  max-width: 17.0833333333vw;
  margin-bottom: 2.0833333333vw;
  color: var(--text-dark);
}
@media (max-width: 1025px) {
  .share-popup__title {
    max-width: 42.7640156454vw;
    margin-bottom: 5.2151238592vw;
  }
}
@media (max-width: 767px) {
  .share-popup__title {
    max-width: 87.4666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.share-popup__list {
  display: flex;
  gap: 1.25vw;
  align-items: center;
  margin-bottom: 1.25vw;
}
@media (max-width: 1025px) {
  .share-popup__list {
    gap: 3.1290743155vw;
    margin-bottom: 3.1290743155vw;
  }
}
@media (max-width: 767px) {
  .share-popup__list {
    gap: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
.share-popup__item {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  align-items: center;
}
@media (max-width: 1025px) {
  .share-popup__item {
    gap: 1.5645371578vw;
  }
}
@media (max-width: 767px) {
  .share-popup__item {
    gap: 3.2vw;
  }
}
.share-popup__icon-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  background: var(--border-color);
  border-radius: 100px;
}
@media (max-width: 1025px) {
  .share-popup__icon-block {
    width: 8.3441981747vw;
    height: 8.3441981747vw;
  }
}
@media (max-width: 767px) {
  .share-popup__icon-block {
    width: 17.0666666667vw;
    height: 17.0666666667vw;
  }
}
.share-popup__icon {
  flex-shrink: 0;
  width: 1.25vw;
  height: 1.25vw;
}
@media (max-width: 1025px) {
  .share-popup__icon {
    width: 3.1290743155vw;
    height: 3.1290743155vw;
  }
}
@media (max-width: 767px) {
  .share-popup__icon {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.share-popup__text {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 0.625vw;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1025px) {
  .share-popup__text {
    font-size: 1.5645371578vw;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .share-popup__text {
    font-size: 3.2vw;
    font-size: 12px;
  }
}
.share-popup__text {
  color: var(--bread-crumbs);
}
.share-popup__copy-block {
  display: flex;
  gap: 2.0833333333vw;
  align-items: center;
  padding: 0.4166666667vw 0.4166666667vw 0.4166666667vw 0.8333333333vw;
  border: 1px solid var(--border-color);
}
@media (max-width: 1025px) {
  .share-popup__copy-block {
    padding: 1.0430247718vw 1.0430247718vw 1.0430247718vw 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .share-popup__copy-block {
    padding: 2.1333333333vw 2.1333333333vw 2.1333333333vw 4.2666666667vw;
  }
}
.share-popup__copy-block__text {
  max-width: 12.5vw;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--bread-crumbs);
  white-space: nowrap;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1025px) {
  .share-popup__copy-block__text {
    font-size: 2.0860495437vw;
  }
}
@media (max-width: 767px) {
  .share-popup__copy-block__text {
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 1025px) {
  .share-popup__copy-block__text {
    max-width: 31.2907431551vw;
  }
}
@media (max-width: 767px) {
  .share-popup__copy-block__text {
    max-width: 64vw;
  }
}