/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  flex: 1 0 100%;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

ol, ul, dl {
  margin: 0;
  padding-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  border: none;
  outline: none;
}

label {
  display: inline-block;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* -------- GLOBAL -------- */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Inter";
  color: #303345;
}

*,
*::after,
*::before {
  transition: all 120ms ease-out;
}

.container {
  max-width: calc(1120px + 2 * clamp(16px, 3vw, 40px));
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 40px);
}
.container_wide {
  max-width: calc(1640px + clamp(16px, 3vw, 40px) * 2);
  padding: 0 clamp(16px, 3vw, 40px);
}

html,
body {
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #F2F3F5;
}

main {
  padding-top: 32px;
  padding-bottom: 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.main_section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 575.98px) {
  main {
    padding-top: 8px;
  }
}

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

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

button {
  cursor: pointer;
  background: none;
}

.lock {
  overflow-y: hidden;
  overflow-x: hidden;
}

.lock-clip {
  overflow-y: clip;
  overflow-x: clip;
}

.text-with-img {
  display: flex;
  align-items: center;
  gap: 8px;
}

.text-center {
  text-align: center;
}

.two-columns {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.two-columns > :first-child {
  flex: 0 0 calc(100% - 390px - 24px);
  max-width: calc(100% - 390px - 24px);
}
.two-columns > :last-child {
  flex: 0 0 390px;
}
@media screen and (max-width: 991.98px) {
  .two-columns {
    flex-direction: column-reverse;
  }
  .two-columns > :first-child {
    max-width: unset;
  }
  .two-columns > :last-child {
    flex: unset;
  }
}
@media screen and (max-width: 991.98px) and (min-width: 767.98px) {
  .two-columns > :first-child, .two-columns > :last-child {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .two-columns > :last-child {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    margin-right: calc(-1 * (100vw - 100%) / 2);
    border-radius: 0;
    padding: 16px;
  }
}

.section:not(:first-child) {
  margin-top: 24px;
}
.section__title {
  margin-bottom: clamp(24px, 4vw, 40px);
}

.h2 {
  font-style: normal;
  font-weight: 600;
  font-size: clamp(36px, 4.4vw, 44px);
  line-height: 1.1;
}

.h3 {
  font-style: normal;
  font-weight: 600;
  font-size: clamp(28px, 3.6vw, 36px);
  line-height: 1.1;
}

.h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
}

.text-l {
  font-style: normal;
  font-weight: 500;
  font-size: clamp(15px, 1.7vw, 17px);
  line-height: 1.65;
}
.text-l_bold {
  font-weight: 700;
}
.text-l_bold {
  font-weight: 700;
}

.text-m {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
}
.text-m_bold {
  font-weight: 600;
}

.text-s {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.53;
}
.text-s_bold {
  font-weight: 600;
}

.text-xs {
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.4px;
}

.color-text-1 {
  color: rgba(25, 28, 48, 0.9);
}
.color-text-1 * {
  color: rgba(25, 28, 48, 0.9);
}

.color-text-2 {
  color: #6B6D80;
}
.color-text-2 * {
  color: #6B6D80;
}

/* -------- SELECT -------- */
.select {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 12px;
  position: relative;
  transition: all 120ms ease-out;
}
@media (hover: hover) {
  .select:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.select:active, .select_active {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
.select_big {
  padding: 14px 20px 14px 24px;
}
.select_border_none {
  border: unset;
}
.select.select_form {
  justify-content: space-between;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #E0E0E0;
  background: #FFFFFF;
}
.select.select_form[data-placeholder]::before {
  content: attr(data-placeholder);
  z-index: 1;
  position: absolute;
  left: 16px;
  top: 50%;
  translate: 0 -50%;
  color: #6B6D80;
  pointer-events: none;
}
.select.select_form[data-placeholder], .select.select_form[data-placeholder] {
  padding-top: 26px;
  padding-bottom: 6px;
}
.select.select_form[data-placeholder]::before, .select.select_form[data-placeholder]::before {
  top: 6px;
  translate: none;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 400;
}
.select.select_form > span {
  justify-content: space-between;
  width: 100%;
  padding-right: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.select.select_form > span svg {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 12px;
}
.select > span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: all 120ms ease-out;
}
.select__droplist, .select__droplist_centered, .select__droplist_right-mobile, .select__droplist_right, .select__droplist_absolute {
  position: absolute;
  z-index: 2;
  width: max-content;
  min-width: 100%;
  max-width: min(250%, 100vw - 32px);
  left: 0;
  top: calc(100% + 8px);
  background-color: #FFFFFF;
  box-shadow: 0px 100px 80px rgba(48, 48, 48, 0.07), 0px 23px 31px rgba(48, 48, 48, 0.05), 0px 8px 12px rgba(48, 48, 48, 0.04), 0px 3px 3px rgba(48, 48, 48, 0.03);
  border-radius: 12px;
  border: 1px solid #E0E0E0;
  padding: 8px;
  color: rgba(25, 28, 48, 0.9);
  display: none;
  flex-direction: column;
  transition: all 120ms ease-out;
}
.select__droplist_active {
  display: flex;
}
.select__droplist_absolute {
  min-width: unset;
}
.select__droplist_right {
  left: unset;
  right: 0;
}
@media screen and (max-width: 767.98px) {
  .select__droplist_right-mobile {
    left: unset;
    right: 0;
  }
}
.select__droplist_centered {
  left: 50%;
  translate: -50%;
}
.select__item {
  border-radius: 4px;
  transition: all 120ms ease-out;
}
.select__item a, .select__item button {
  padding: 10px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.select__item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.select__item:hover svg g {
  opacity: 1;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  padding: 10px;
  border-radius: 12px;
  background: #303345;
  color: #FFFFFF;
}
.btn * {
  color: #FFFFFF;
}
@media screen and (max-width: 767.98px) {
  .btn {
    padding: 16px;
  }
}
.btn:hover {
  background: #3f435a;
}
.btn:disabled {
  opacity: 0.56;
}
.btn_pr_18 {
  padding-right: 18px;
}
.btn_outline {
  background: none;
  color: #303345;
  outline: 1px solid #E0E0E0;
}
.btn_outline * {
  color: #303345;
}
.btn_outline:hover {
  background: #ECECEC;
}
@media screen and (max-width: 767.98px) {
  .btn_outline {
    padding: 16px;
  }
}
.btn_transparent {
  background: rgba(255, 255, 255, 0.16);
  color: #FFFFFF;
}
.btn_transparent * {
  color: #FFFFFF;
}
.btn_transparent:hover {
  background: rgba(255, 255, 255, 0.32);
}
.btn_secondary {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(25, 28, 48, 0.9);
}
.btn_secondary * {
  color: rgba(25, 28, 48, 0.9);
}
.btn_secondary span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn_secondary:hover {
  background: rgba(0, 0, 0, 0.08);
}
.btn_s {
  padding: 6px 12px;
  gap: 4px;
}
.btn_l {
  padding: 16px;
}
.btn_icon {
  padding: 10px;
  max-width: fit-content;
}
.btn_icon svg {
  width: 24px;
  height: 24px;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .btn_icon {
    padding: 16px;
  }
}

.filter-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(25, 28, 48, 0.9);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.04);
  padding: 6px 12px;
  outline: 1px solid rgba(0, 0, 0, 0.04);
}
.filter-btn[data-count]::after {
  content: attr(data-count);
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.4px;
  color: rgba(25, 28, 48, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 6px;
  border-radius: 50px;
  background: rgba(121, 129, 140, 0.12);
}
.filter-btn:hover {
  background: rgba(0, 0, 0, 0.08);
}
.filter-btn_active {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
  background: #FFFFFF;
  outline: 1px solid #E0E0E0;
}

input.input {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #E0E0E0;
  background: #FFFFFF;
}
input.input:active, input.input:focus-within {
  outline: 2px solid #303345;
  border-color: transparent;
}
input.input:hover {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16);
}

.input {
  position: relative;
}
.input__caption {
  margin-top: 4px;
}
.input__wrapper {
  position: relative;
}
.input__icon {
  position: absolute;
  top: 50%;
  right: 12px;
  translate: 0 -50%;
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
}
.input__error {
  color: #F45725;
  margin-top: 4px;
}
.input input, .input select {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #E0E0E0;
  background: #FFFFFF;
  width: 100%;
}
.input input::placeholder, .input select::placeholder {
  color: #6B6D80;
  opacity: 0;
}
.input input:disabled, .input select:disabled {
  color: rgba(27, 31, 59, 0.4);
}
.input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  cursor: pointer;
  padding-right: 48px;
}
.input[data-placeholder]::before {
  content: attr(data-placeholder);
  z-index: 1;
  position: absolute;
  left: 16px;
  top: 50%;
  translate: 0 -50%;
  color: #6B6D80;
  pointer-events: none;
}
.input[data-placeholder]:has(input:not(:placeholder-shown))::before, .input[data-placeholder]:has(input:focus-within)::before {
  top: 6px;
  translate: none;
  font-size: 13px;
  font-weight: 400;
}
.input[data-placeholder]:has(input:not(:placeholder-shown)) input, .input[data-placeholder]:has(input:focus-within) input {
  padding-top: 26px;
  padding-bottom: 6px;
}
.input[data-placeholder]:has(input:not(:placeholder-shown)) input:disabled, .input[data-placeholder]:has(input:focus-within) input:disabled {
  outline: none;
  border-color: #E0E0E0;
}
.input[data-placeholder]:has(input:focus-within) input {
  outline: 2px solid #303345;
  border-color: transparent;
}
.input_select[data-placeholder]::before {
  top: 6px;
  translate: none;
  font-size: 13px;
  font-weight: 400;
}
.input_select::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 50%;
  right: 12px;
  translate: 0 -50%;
  width: 24px;
  height: 24px;
  background: url(../img/select/arrow.svg) center center/contain no-repeat;
}
.input_select[data-placeholder] select {
  padding-top: 26px;
  padding-bottom: 6px;
}
.input_date input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}
.input_date input::-webkit-inner-spin-button, .input_date input::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  left: 0; /* Ensures the calendar still shows up */
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.input_error input {
  border-color: #F45725;
}

.input .calendar {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  /* max-width: 260px; */
  top: calc(100% + 4px);
  padding: 4px;
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #E0E0E0;
  z-index: 999;
}
.input .calendar.active {
  display: block;
}
.input .calendar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
.input .calendar__month {
  color: rgba(25, 28, 48, 0.9);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
}
.input .calendar__year {
  color: #6B6D80;
}
.input .calendar__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.input .calendar__arrow:hover, .input .calendar__arrow:focus, .input .calendar__arrow:focus-within {
  background: rgba(0, 0, 0, 0.04);
}
.input .calendar__arrow svg {
  width: 16px;
  height: auto;
  display: block;
}
.input .calendar__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.input .calendar__row {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  text-align: center;
}
.input .calendar__row > * {
  flex: 0 0 calc(14.2857142857% - 1.7142857143px);
}
.input .calendar__row > * {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.input .calendar__day {
  cursor: pointer;
  color: rgba(25, 28, 48, 0.9);
}
.input .calendar__day:hover {
  background: rgba(0, 0, 0, 0.04);
}
.input .calendar__day_today {
  text-decoration: underline;
}
.input .calendar__day_selected {
  background: #F4F4F4;
}
.input .calendar__day_out-of-month {
  color: rgba(25, 28, 48, 0.4);
}
.input .calendar__day.calendar__weekend {
  color: #E02D3C;
}
.input .calendar__day.calendar__weekend.calendar__day_out-of-month {
  color: rgba(224, 45, 60, 0.4);
}

.tooltip-item {
  position: relative;
}
.tooltip-item:hover .tooltip {
  opacity: 1;
}

.tooltip {
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  translate: -50% 0;
  padding: 12px 16px;
  background: #303345;
  color: #FFFFFF;
  border-radius: 12px;
}
.tooltip::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%224%22%20viewBox%3D%220%200%208%204%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8%203.9959L-1.74666e-07%203.9959L2.40074%200.799014C3.20078%20-0.26634%204.79922%20-0.266338%205.59926%200.799017L8%203.9959Z%22%20fill%3D%22%23303345%22%2F%3E%3C%2Fsvg%3E") center center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -100%;
  height: 4px;
  width: 100%;
}
.tooltip_top {
  bottom: calc(100% + 12px);
  top: unset;
}
.tooltip_top::before {
  bottom: 0;
  top: unset;
  translate: -50% 100%;
  rotate: 180deg;
}

.properties {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.properties__item {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.properties__line {
  flex: 1 0 10px;
  height: 0.6em;
  opacity: 0.2;
  border-top: 1px solid rgba(29, 36, 51, 0.65);
  pointer-events: none;
}
.properties__value {
  font-weight: 600;
  text-align: right;
}

.property {
  display: flex;
  flex-direction: column;
}
.property_img {
  align-items: center;
  flex-direction: row;
  gap: 16px;
}
.property_img img {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  object-fit: cover;
  display: block;
}
.property__title {
  color: #6B6D80;
}
.property__value {
  margin-top: 2px;
  color: rgba(25, 28, 48, 0.9);
}
.property__value .btn {
  max-width: fit-content;
}

.property-accordeons {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (min-width: 767.98px) {
  .property-accordeons {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .property-accordeons {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    margin-right: calc(-1 * (100vw - 100%) / 2);
    padding-bottom: 12px;
  }
}

.property-accordeon {
  display: flex;
  flex-direction: column;
}
.property-accordeon_overdue {
  background: rgba(244, 87, 37, 0.12);
  --border-color: rgba(244, 87, 37, 0.24);
}
.property-accordeon_paid {
  background: rgba(74, 201, 155, 0.32);
  --border-color: rgba(74, 201, 155, 0.24);
}
.property-accordeon_warning {
  background: rgba(255, 199, 0, 0.12);
}
.property-accordeon_open .property-accordeon__header {
  border-bottom: 1px solid var(--border-color, #E0E0E0);
}
.property-accordeon_open .property-accordeon__header::after {
  rotate: 180deg;
}
.property-accordeon_open .property-accordeon__body {
  padding: 12px;
  padding-left: 70px;
  grid-template-rows: 1fr;
}
.property-accordeon__header {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #E0E0E0;
  padding: 8px 16px;
}
.property-accordeon__header::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/payments/arrow.svg") center center/contain no-repeat;
  margin-left: auto;
}
.property-accordeon__num {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
}
.property-accordeon__num img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  overflow: hidden;
}
.property-accordeon__date {
  color: #6B6D80;
}
.property-accordeon__sum {
  color: #0D1017;
}
.property-accordeon__body {
  padding-left: 70px;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
}
.property-accordeon__properties {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.property-accordeon__property-title {
  color: #6B6D80;
}
.property-accordeon__property-value {
  color: #0D1017;
}
.property-accordeon__property-value_overdue {
  color: #F45725;
}
.property-accordeon__property-value_paid {
  color: #4AC99B;
}
.property-accordeon__property-value .btn {
  max-width: fit-content;
  margin: 1px;
}

.info .properties__title {
  color: rgba(255, 255, 255, 0.6);
}
.info .properties__line {
  border-top: 1px solid #FFFFFF;
}
.info .properties__value {
  color: #FFFFFF;
}

.sidebar .properties__title {
  color: #6B6D80;
}
.sidebar .properties__line {
  border-color: #E0E0E0;
  opacity: 1;
}
.sidebar .properties__value {
  color: rgba(25, 28, 48, 0.9);
  font-weight: 500;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader svg {
  animation: spin 2s linear infinite;
}

.copy {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  max-width: fit-content;
}
.copy_with_icon::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/copy/icon.svg") center center/contain no-repeat;
}

.file-uploader {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.file-uploader__area {
  flex-grow: 1;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 16px;
  border: 1px dashed #303345;
  cursor: pointer;
}
.file-uploader__area span {
  color: #E02D3C;
}
.file-uploader__area:hover {
  background: #E0E0E0;
}
.file-uploader__list {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid #E0E0E0;
}
.file-uploader__list:empty, .file-uploader__list:not(:has(li)) {
  display: none;
}
.file-uploader__file {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
}
.file-uploader__file:not(:last-child) {
  border-bottom: 1px solid #E0E0E0;
}
.file-uploader__file-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.file-uploader__file-icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.file-uploader__file-icon::before {
  background: url(../img/uploader/doc.svg) center center/contain no-repeat;
}
.file-uploader__file-icon_loader::before {
  background: url(../img/uploader/loader.svg) center center/contain no-repeat;
  animation: spin 2s linear infinite;
}
.file-uploader__file-name {
  color: rgba(25, 28, 48, 0.9);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.file-uploader__file-size {
  color: #6B6D80;
  white-space: nowrap;
  flex-shrink: 0;
}
.file-uploader__file-delete {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
}
.file-uploader__file-delete::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.file-uploader__file-delete::before {
  background: url(../img/uploader/remove.svg) center center/contain no-repeat;
}

.radio-inputs, .check-inputs {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.radio-inputs__items, .check-inputs__items {
  border-radius: 16px;
  border: 1px solid #E0E0E0;
  background: #FFFFFF;
}
.radio-inputs__items > *:not(:last-child), .check-inputs__items > *:not(:last-child) {
  border-bottom: 1px solid #E0E0E0;
}
.radio-inputs__items a input, .check-inputs__items a input {
  pointer-events: none;
}

.radio, .check {
  padding: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
}
.radio_slim, .check_slim {
  padding: 10px;
}
.radio input[type=radio], .check input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #F4F4F4;
}
.radio input[type=radio]:checked, .check input[type=radio]:checked {
  border: 6px solid #303345;
}

.check-inputs__row {
  display: flex;
}
.check-inputs__row > * {
  flex: 1;
}
.check-inputs__row > *:not(:last-child) {
  border-right: 1px solid #E0E0E0;
}

.check input[type=checkbox] {
  width: 16px;
  height: 16px;
  border-radius: 6px;
  background: #F4F4F4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.check input[type=checkbox]:checked {
  background: #303345;
  position: relative;
}
.check input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/checkbox/icon-16.svg") center center/contain no-repeat;
}

.progress {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 154px;
  width: 100%;
}
.progress__title {
  color: rgba(25, 28, 48, 0.9);
}
.progress__bar {
  height: 4px;
  border-radius: 2px;
  background: white;
  background: #EDEDED;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.progress__bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 2px;
  width: var(--progress-width);
  background: var(--progress-color);
}

.back {
  display: flex;
  justify-content: flex-start;
}

/* -------- RANGE INPUT -------- */
.range-input__label {
  margin-bottom: 8px;
}
.range-input__input {
  position: relative;
  width: 100%;
}
.range-input__input input[type=number] {
  -moz-appearance: textfield;
}
.range-input__input input[type=number]::-webkit-outer-spin-button, .range-input__input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.range-input__input input[type=range] {
  background: none;
  padding: 0;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  translate: 0 50%;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
}
.range-input__input input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #303345;
  border: 4px solid #303345;
  border-radius: 50%;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
.range-input__input input[type=range]::-webkit-slider-thumb:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
.range-input__input input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  background-color: #303345;
  border-radius: 50%;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
.range-input__input input[type=range]::-moz-range-thumb:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
.range-input__number {
  border: 1px solid #E0E0E0;
  width: 100%;
}
.range-input__progress {
  transition: unset;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  pointer-events: none;
}
.range-input__progress::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #303345;
}
.range-input__captions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.double-range-input__inputs {
  display: flex;
}
.double-range-input__number {
  width: 50%;
  border: 1px solid #E0E0E0;
  color: rgba(25, 28, 48, 0.9);
  padding: 16px;
}
.double-range-input__number:first-child {
  border-radius: 12px 0 0 12px;
  border-right: none;
}
.double-range-input__number:last-child {
  border-radius: 0 12px 12px 0;
  border-left: none;
  text-align: right;
}
.double-range-input__progress {
  position: relative;
  left: 50%;
  translate: -50% 0;
  width: calc(100% - 24px);
  height: 2px;
}
.double-range-input__progress-line {
  position: absolute;
  background-color: #303345;
  left: 33%;
  right: 33%;
  top: 0;
  bottom: 0;
  transition: unset;
}
.double-range-input__range {
  background: none;
  padding: 0;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  translate: 0 50%;
  width: 100%;
  pointer-events: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.double-range-input__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: auto;
  width: 12px;
  height: 12px;
  background-color: #303345;
  border-radius: 50%;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
.double-range-input__range::-webkit-slider-thumb:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media screen and (max-width: 991.98px) {
  .double-range-input__range::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
}
.double-range-input__range::-moz-range-thumb {
  -moz-appearance: none;
  pointer-events: auto;
  width: 8px;
  height: 8px;
  background-color: #303345;
  border-radius: 50%;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
.double-range-input__range::-moz-range-thumb:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media screen and (max-width: 991.98px) {
  .double-range-input__range::-moz-range-thumb {
    width: 16px;
    height: 16px;
  }
}

.contract-confirm__body {
  margin-top: 12px;
  border-radius: 12px;
  border: 1px solid #E0E0E0;
}
.contract-confirm__contract {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  background: #F4F4F4;
  border-bottom: 1px solid #E0E0E0;
}
.contract-confirm__contract:first-child {
  border-radius: 12px 12px 0 0;
}
.contract-confirm__contract a {
  border-bottom: 1px dashed rgba(25, 28, 48, 0.9);
}
.contract-confirm__confirm {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  padding: 12px 16px;
  background: #FFFFFF;
}
.contract-confirm__confirm:last-child {
  border-radius: 0 0 12px 12px;
}
.contract-confirm__confirm input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ECF1F7;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  flex-shrink: 0;
  margin-top: 2px;
}
.contract-confirm__confirm input[type=checkbox]:checked {
  background: #303345;
  position: relative;
}
.contract-confirm__confirm input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/checkbox/icon-16.svg") center center/contain no-repeat;
}

.header {
  position: sticky;
  z-index: 9;
  top: 0;
  width: 100%;
  padding: 8px clamp(16px, 3vw, 40px);
  background: #F2F3F5;
  border-bottom: 1px solid transparent;
}
.header_scrolled {
  border-color: #E0E0E0;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
}
.header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1199.98px) {
  .header__inner {
    gap: 24px;
  }
}
.header__logo {
  height: clamp(50px, 6.4vw, 64px);
}
.header__logo img {
  display: block;
  height: 100%;
  width: auto;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1023.98px) {
  .header__right {
    display: none;
  }
}
.header__right_mobile {
  display: none;
}
.header__burger {
  height: 48px;
  width: 48px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1023.98px) {
  .header__burger {
    display: none;
  }
}
.header__burger::before, .header__burger::after {
  content: "";
}
.header__burger span {
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background: #303345;
  display: block;
  position: relative;
}
.header__burger span::before, .header__burger span::after {
  content: "";
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background: #303345;
  display: block;
  left: 0;
  position: absolute;
}
.header__burger span::before {
  top: -6px;
}
.header__burger span::after {
  bottom: -6px;
}
.header__burger_active span {
  background: transparent;
}
.header__burger_active span::before {
  rotate: 45deg;
  top: 50%;
  translate: 0 -50%;
}
.header__burger_active span::after {
  rotate: -45deg;
  bottom: 50%;
  translate: 0 50%;
}
.header__nav {
  margin-right: auto;
}
@media screen and (max-width: 1023.98px) {
  .header__nav {
    display: none;
  }
}
.header__nav_mobile {
  display: none;
}
.header__nav_mobile .header__menu {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.header__nav_mobile .header__menu a {
  font-style: normal;
  font-weight: 600;
  font-size: clamp(28px, 3.6vw, 36px);
  line-height: 1.1;
  padding: 0;
}
.header__nav_mobile .header__menu a.active {
  border-bottom: none;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1199.98px) {
  .header__menu {
    gap: 12px;
  }
}
.header__menu a {
  padding: 1em 0;
}
.header__menu a.active {
  color: #303345;
  border-bottom: 2px solid #E02D3C;
}
.header__menu a:hover {
  color: #303345;
}
@media screen and (max-width: 1023.98px) {
  .header_active {
    height: 100dvh;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header_active .header__right_mobile {
    display: flex;
  }
  .header_active .header__nav_mobile {
    display: flex;
  }
  .header_active .header__right {
    gap: 0;
  }
  .header_active .header__right .header-icon:first-child {
    order: 2;
    margin-left: 12px;
  }
  .header_active .header__right .header-icon:nth-child(2) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    flex-grow: 1;
    justify-content: flex-start;
    max-width: calc(100% - 48px - 48px - 16px);
  }
  .header_active .header__right .header-icon:nth-child(2) .header-icon__text {
    overflow: hidden;
  }
  .header_active .header__right .header-icon:nth-child(2) .header-icon__text * {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .header_active .header__right .header-icon:nth-child(3) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
  }
  .header_active .header__right .header-icon .tooltip {
    display: none;
  }
}

.header-icon {
  cursor: pointer;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid #E0E0E0;
}
.header-icon:hover {
  border-color: rgba(27, 31, 59, 0.4);
}
.header-icon[data-notifications] {
  position: relative;
}
.header-icon[data-notifications]::after {
  content: attr(data-notifications);
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.53;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #E02D3C;
  position: absolute;
  top: 0;
  right: 0;
  translate: 4px -4px;
}
.header-icon_profile {
  width: unset;
  padding: 4px 16px 4px 4px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-icon__img {
  height: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #F4F4F4;
}
.header-icon img {
  height: 24px;
  width: auto;
  display: block;
}

.login-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 420px;
}
.login-form__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.login-form__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.login-form__code {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.login-form__code > * {
  flex: 0 0 calc(25% - 6px);
}
.login-form__code input {
  -moz-appearance: textfield;
  text-align: center;
}
.login-form__code input::-webkit-outer-spin-button, .login-form__code input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.borrower-credits {
  display: flex;
  gap: clamp(8px, 1.2vw, 12px);
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -30px;
  margin-bottom: -30px;
  scrollbar-width: none;
}
.borrower-credits::-webkit-scrollbar {
  display: none;
}

.credit-card {
  display: flex;
  flex-direction: column;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.04);
  user-select: none;
  -webkit-user-drag: none;
  text-wrap: nowrap;
}
.credit-card:hover, .credit-card_active {
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
}
.credit-card__title {
  white-space: nowrap;
  text-wrap: nowrap;
}
.credit-card__value {
  white-space: nowrap;
  text-wrap: nowrap;
}

.info {
  padding: 24px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 991.98px) {
  .info {
    flex-direction: column;
    gap: 20px;
    padding: 12px 16px;
  }
}
.info__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}
.info__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.6);
}
.info__title_editable {
  cursor: pointer;
}
.info__title_editable input {
  background: none;
  color: #FFFFFF;
  min-width: 7ch;
  transition: none;
}
.info__title_editable input:disabled {
  color: rgba(255, 255, 255, 0.6);
}
.info__title_editable svg, .info__title_editable img {
  flex-shrink: 0;
}
.info__sum {
  margin-top: 8px;
  color: #FFFFFF;
}
.info__sum span {
  color: rgba(255, 255, 255, 0.6);
}
.info__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 575.98px) {
  .info__btns {
    flex-direction: column;
    gap: 1px;
  }
  .info__btns > *:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .info__btns > *:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .info__btns > *:not(:last-child, :first-child) {
    border-radius: 0;
  }
}
.info__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}
.info__properties {
  width: 100%;
  min-width: 344px;
}
.info__properties_wide {
  min-width: 502px;
}
@media screen and (max-width: 991.98px) {
  .info__properties {
    min-width: unset;
  }
}

.details {
  background: #FFFFFF;
  padding: 12px 24px 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 767.98px) {
  .details {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    margin-right: calc(-1 * (100vw - 100%) / 2);
    border-radius: 0;
    padding: 8px 16px 16px;
  }
}
.details__tabs {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  overflow-x: auto;
  scrollbar-width: none;
}
.details__tabs::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .details__tabs {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    margin-right: calc(-1 * (100vw - 100%) / 2);
    padding: 0 16px;
  }
}
.details__tab {
  padding: 12px 0;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  text-wrap: nowrap;
  user-select: none;
  -webkit-user-drag: none;
}
.details__tab:hover {
  color: rgba(25, 28, 48, 0.9);
  border-bottom: 2px solid #E0E0E0;
}
.details__tab_active {
  color: rgba(25, 28, 48, 0.9);
  border-bottom: 2px solid #E02D3C;
}
.details__nav {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 575.98px) {
  .details__nav {
    width: 100%;
    flex-direction: column;
    align-items: unset;
    gap: 20px;
  }
}
.details__filters, .details__btns, .details__selects {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 575.98px) {
  .details__filters {
    flex-wrap: nowrap;
    padding: 30px;
    margin: -30px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .details__filters::-webkit-scrollbar {
    display: none;
  }
  .details__filters > * {
    text-wrap: nowrap;
    user-select: none;
    -webkit-user-drag: none;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .details__selects {
    flex-direction: column;
    align-items: unset;
    width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .details__btns {
    width: 100%;
    flex-direction: column;
    align-items: unset;
    gap: 4px;
    margin-bottom: 24px;
  }
  .details__btns .btn {
    padding: 10px;
    gap: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 600;
  }
  .details__btns .btn svg {
    width: 24px;
    height: auto;
  }
  .details__btns > * {
    max-width: 100%;
    width: 100%;
  }
  .details__btns .copy .btn {
    width: 100%;
  }
}
.details__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: clamp(300px, 53vw, 530px);
}
.details__map {
  height: 210px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #E0E0E0;
}

.details-table-wrapper {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}
.details-table-wrapper::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .details-table-wrapper {
    display: none;
  }
}

.details-table {
  min-width: 100%;
  border-collapse: collapse;
  text-wrap: nowrap;
  white-space: nowrap;
}
.details-table th {
  color: #6B6D80;
  text-align: left;
  padding: 12px;
  border-bottom: 1px solid #E0E0E0;
  font-weight: 400;
}
.details-table td {
  color: rgba(25, 28, 48, 0.9);
  padding: 12px;
  border-bottom: 1px solid #E0E0E0;
}
.details-table td.details-table__nested {
  padding: 0;
}
.details-table tr > :last-child {
  text-align: right;
}
.details-table tr > :last-child > *:not(table) {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 100%;
}
.details-table tr:last-child > td {
  border-bottom: none;
}
.details-table tr:has(a:hover) > td:not(.details-table__nested) {
  background: rgba(0, 0, 0, 0.04);
}
.details-table tr:not(.open-nested) + :has(td.details-table__nested) {
  display: none;
}
.details-table__green-row td {
  background: rgba(74, 201, 155, 0.08);
}
.details-table__green-row td.details-table__colored-text {
  color: #3AA981;
}
.details-table__red-row td {
  background: rgba(244, 87, 37, 0.08);
}
.details-table__red-row td.details-table__colored-text {
  color: #E02D3C;
}
.details-table__mortgage {
  display: flex;
  align-items: center;
  gap: 12px;
}
.details-table__mortgage img {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  object-fit: cover;
}
.details-table__mortgage svg {
  width: 16px;
  height: auto;
  display: block;
}
.details-table__btns {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nested-table {
  width: 100%;
  border-collapse: collapse;
  text-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  background: rgba(0, 0, 0, 0.04);
}
.nested-table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.payments {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (min-width: 767.98px) {
  .payments {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .payments {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}

.payment {
  display: flex;
  flex-direction: column;
}
.payment_overdue {
  background: rgba(244, 87, 37, 0.12);
  --border-color: rgba(244, 87, 37, 0.24);
}
.payment_paid {
  background: rgba(74, 201, 155, 0.32);
  --border-color: rgba(74, 201, 155, 0.24);
}
.payment_open .payment__header {
  border-bottom: 1px solid var(--border-color, #E0E0E0);
}
.payment_open .payment__header::after {
  rotate: 180deg;
}
.payment_open .payment__body {
  padding: 12px;
  padding-left: 70px;
  grid-template-rows: 1fr;
}
.payment__header {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #E0E0E0;
  padding: 8px 16px;
}
.payment__header::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/payments/arrow.svg") center center/contain no-repeat;
  margin-left: auto;
}
.payment__num {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment__date {
  color: #6B6D80;
}
.payment__sum {
  color: #0D1017;
}
.payment__body {
  padding-left: 70px;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
}
.payment__properties {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.payment__property-title {
  color: #6B6D80;
}
.payment__property-value {
  color: #0D1017;
}
.payment__property-value_overdue {
  color: #F45725;
}
.payment__property-value_paid {
  color: #4AC99B;
}

.details-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 767.98px) {
  .details-info {
    display: none;
  }
}
.details-info:not(.open-nested) .details-info_nested {
  display: none;
}
.details-info_nested {
  background: #F2F3F5;
  border-radius: 16px;
  padding: 12px;
}
.details-info__title {
  color: #6B6D80;
}
.details-info__value {
  color: #0D1017;
}
.details-info__columns {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.details-info__img {
  width: 100px;
  flex: 0 0 100px;
}
.details-info__img img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
}
.details-info__properties {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.details-info-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 767.98px) {
  .details-info-list {
    display: none;
  }
}
.details-info-list > * {
  width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  margin-right: calc(-1 * (100vw - 100%) / 2);
  padding: 16px;
  padding-top: 0;
  border-bottom: 1px solid #E0E0E0;
}
.details-info-list > *:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.history {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (min-width: 767.98px) {
  .history {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .history {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
.history__item {
  padding: 8px 16px;
  display: flex;
  border-top: 1px solid #E0E0E0;
}
.history__left, .history__right {
  flex: 0 0 50%;
}
.history__title {
  color: #6B6D80;
}
.history__value {
  color: #0D1017;
}
.history__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (max-width: 767.98px) {
  .details-documents {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}

.details-document {
  border-top: 1px solid #E0E0E0;
  padding: 12px;
  padding-right: 0;
}
.details-document:first-of-type {
  border-top: none;
}
@media screen and (max-width: 767.98px) {
  .details-document {
    padding: 12px 16px;
  }
}
.details-document__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.details-document__title {
  color: rgba(25, 28, 48, 0.9);
}
.details-document__date {
  color: #6B6D80;
}
@media screen and (max-width: 767.98px) {
  .details-document__date {
    display: none;
  }
}
.details-document__text {
  margin-top: 4px;
  color: rgba(25, 28, 48, 0.9);
}
.details-document__btns {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767.98px) {
  .details-document__btns {
    flex-direction: column;
    align-items: unset;
    gap: 4px;
    width: 100%;
  }
  .details-document__btns .btn {
    padding: 10px;
    gap: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 600;
  }
  .details-document__btns .btn svg {
    width: 24px;
    height: auto;
  }
}
.details-document_simple {
  display: flex;
  align-items: center;
  gap: 12px;
}
.details-document__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details-document__icon svg {
  width: 20px;
  height: 20px;
}
.details-document__download {
  margin-left: auto;
}

.details-pagination {
  padding-top: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 575.98px) {
  .details-pagination {
    justify-content: center;
  }
}
.details-pagination__arrow {
  flex: 0 0 32px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details-pagination__item {
  flex: 0 0 32px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.details-pagination__item_active, .details-pagination__item:hover {
  background: rgba(0, 0, 0, 0.04);
}
.details-pagination__dots {
  pointer-events: none;
}

.notifications__title {
  color: rgba(25, 28, 48, 0.9);
}
.notifications__body {
  margin-top: 8px;
}
.notifications__slider .swiper-slide {
  width: fit-content !important;
  height: auto !important;
}

.notification {
  padding: 12px 16px;
  padding-right: 34px;
  border: 1px solid rgba(121, 129, 140, 0.12);
  border-radius: 12px;
  background: #ECECEC;
  display: flex;
  gap: 12px;
  width: min(340px, 100vw - 32px);
  height: 100%;
  position: relative;
}
.notification_red {
  background: rgba(244, 87, 37, 0.12);
}
.notification_red .notification__icon svg path {
  fill: #F45725;
}
.notification_yellow {
  background: rgba(255, 199, 0, 0.12);
}
.notification_yellow .notification__icon svg path {
  fill: #FFC700;
}
.notification__close {
  position: absolute;
  right: 10px;
  top: 8px;
}
.notification__close svg {
  width: 24px;
  height: auto;
}
.notification__icon {
  flex: 0 0 16px;
  margin-top: 3px;
}
.notification__icon svg {
  width: 100%;
  height: auto;
}
.notification__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 16px;
}
.notification__title {
  color: rgba(25, 28, 48, 0.9);
}
.notification__text {
  color: rgba(25, 28, 48, 0.9);
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.notification__text:last-child {
  margin-bottom: 0;
}
.notification__btn {
  margin-top: auto;
  color: rgba(25, 28, 48, 0.9);
  max-width: fit-content;
}
.notification__btn * {
  color: rgba(25, 28, 48, 0.9);
}
.notification__btn.btn {
  background: rgba(0, 0, 0, 0.08);
}
.notification ol {
  color: rgba(25, 28, 48, 0.9);
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 8px;
}

.sidebar .notification {
  width: 100%;
  padding: 12px 16px;
  height: min-content;
}
.sidebar .notification__body {
  padding-right: 0;
}
.sidebar .notification:not([style*="display: none"]) + .notification {
  margin-top: -12px;
}
.sidebar .notifications {
  margin: -20px;
  height: 100%;
}
.sidebar .notifications:not(:first-child) {
  margin-top: 0;
}
.sidebar .notifications .notification {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #E0E0E0;
  padding: 12px 20px;
  width: 100%;
  height: unset;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sidebar .notifications .notification:hover {
  background: rgba(0, 0, 0, 0.04);
}
.sidebar .notifications .notification + .notification {
  margin-top: 0;
}
.sidebar .notifications .notification_with_icon {
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
}
.sidebar .notifications .notification__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sidebar .notifications .notification__icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.04);
}
.sidebar .notifications .notification__icon svg {
  width: 28px;
  height: 28px;
}
.sidebar .notifications .notification__icon svg *[fill] {
  fill: #79818C;
}
.sidebar .notifications .notification__icon svg *[stroke] {
  stroke: #79818C;
}
.sidebar .notifications .notification__icon_error {
  background: rgba(244, 87, 37, 0.24);
}
.sidebar .notifications .notification__icon_error svg *[fill] {
  fill: #F45725;
}
.sidebar .notifications .notification__icon_error svg *[stroke] {
  stroke: #F45725;
}
.sidebar .notifications .notification__icon_warning {
  background: rgba(255, 199, 0, 0.24);
}
.sidebar .notifications .notification__icon_warning svg *[fill] {
  fill: #FFC700;
}
.sidebar .notifications .notification__icon_warning svg *[stroke] {
  stroke: #FFC700;
}
.sidebar .notifications .notification__icon_success {
  background: rgba(58, 169, 129, 0.24);
}
.sidebar .notifications .notification__icon_success svg *[fill] {
  fill: #3AA981;
}
.sidebar .notifications .notification__icon_success svg *[stroke] {
  stroke: #3AA981;
}
.sidebar .notifications .notification__header {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.sidebar .notifications .notification__title {
  color: rgba(25, 28, 48, 0.9);
  margin-right: auto;
}
.sidebar .notifications .notification__date {
  color: #6B6D80;
  white-space: nowrap;
  text-align: right;
}
.sidebar .notifications .notification__tag {
  padding: 2px 6px;
  background: #E02D3C;
  border-radius: 20px;
  color: #FFFFFF;
}
.sidebar .notifications .notification__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 0;
}
.sidebar .notifications .notification__text {
  color: rgba(25, 28, 48, 0.9);
  overflow: visible;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  margin-bottom: 8px;
}
.sidebar .notifications .notification__btns {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.sidebar .notifications .notification__btn.btn {
  background: rgba(0, 0, 0, 0.04);
}
.sidebar .notifications .notification__btn.btn:hover {
  background: rgba(0, 0, 0, 0.08);
}

.showcase-filter .notification {
  width: 100%;
  margin-top: 8px;
  padding-right: 0;
}

.slider {
  position: relative;
}
.slider::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 120px;
  background: linear-gradient(270deg, rgba(242, 243, 245, 0) 0%, #F2F3F5 100%);
}
.slider::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  width: 120px;
  background: linear-gradient(90deg, rgba(242, 243, 245, 0) 0%, #F2F3F5 100%);
}
@media screen and (max-width: 767.98px) {
  .slider .swiper {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    margin-right: calc(-1 * (100vw - 100%) / 2);
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .slider::before, .slider::after {
    display: none;
  }
}
.slider_start::before {
  opacity: 0;
}
.slider_end::after {
  opacity: 0;
}
.slider__btns {
  pointer-events: none;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  translate: 0 -50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}
@media screen and (max-width: 767.98px) {
  .slider__btns {
    display: none;
  }
}
.slider__btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
  background: #FFFFFF;
  pointer-events: all;
}
.slider__btn.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.mortgages-slider {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .mortgages-slider {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    margin-right: calc(-1 * (100vw - 100%) / 2);
    padding: 0;
  }
}
.mortgages-slider__btn {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: #F2F3F5;
  z-index: 2;
  cursor: pointer;
}
.mortgages-slider__btn.swiper-button-disabled {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .mortgages-slider__btn {
    display: none;
  }
}
.mortgages-slider__btn_prev {
  left: -92px;
}
@media screen and (max-width: 1365.98px) {
  .mortgages-slider__btn_prev {
    left: 32px;
    top: 85px;
  }
}
.mortgages-slider__btn_next {
  right: -92px;
}
@media screen and (max-width: 1365.98px) {
  .mortgages-slider__btn_next {
    right: 32px;
    top: 85px;
  }
}
@media screen and (max-width: 767.98px) {
  .mortgages-slider__container {
    padding: 0 16px !important;
  }
}
.mortgages-slider__img {
  height: 170px;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #E0E0E0;
  overflow: hidden;
  margin-bottom: 12px;
}
.mortgages-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .mortgages-slider .swiper-slide {
    width: 272px !important;
  }
}

.sidebar-wrapper {
  position: fixed;
  inset: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
}
.sidebar-wrapper_open {
  opacity: 1;
  pointer-events: all;
}
.sidebar-wrapper_open .sidebar {
  translate: 0;
}

.sidebar {
  width: min(393px, 100vw);
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
  translate: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 575.98px) {
  .sidebar {
    width: 100vw;
  }
}
.sidebar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  padding-left: 20px;
  border-bottom: 1px solid #E0E0E0;
}
.sidebar__title {
  color: rgba(25, 28, 48, 0.9);
}
.sidebar__close {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}
.sidebar__close:hover {
  background: rgba(0, 0, 0, 0.04);
}
.sidebar__close:active {
  background: rgba(0, 0, 0, 0.08);
}
.sidebar__body {
  flex-grow: 1;
  padding: 20px;
}
.sidebar__form {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 100%;
  height: 100%;
}
.sidebar__form .js-check-full {
  height: 100%;
}
.sidebar__form .form__step {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 100%;
}
.sidebar__form .form__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  text-align: center;
}
.sidebar__form .form__success-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 575.98px) {
  .sidebar__form .form__success > *:first-child {
    margin-top: auto;
  }
}
.sidebar__inputs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sidebar__btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 575.98px) {
  .sidebar__btns {
    width: 100%;
    margin-top: auto;
  }
}
.sidebar__btns-row {
  display: flex;
  gap: 8px;
}
.sidebar__btns-row > * {
  flex: 1 0 fit-content;
}
.sidebar__btns-row .btn_icon {
  flex-grow: 0;
  flex-shrink: 0;
  aspect-ratio: 1;
}

.qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-grow: 1;
}
.qr__img {
  width: 200px;
  height: auto;
  display: block;
}

.promo {
  border-radius: 16px;
  background: #FFFFFF;
  padding: 12px 16px;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 767.98px) {
  .promo {
    flex-wrap: wrap;
  }
}
.promo__img {
  overflow: hidden;
  flex: 0 0 88px;
  height: 68px;
  align-self: flex-end;
  margin-bottom: -12px;
  position: relative;
}
.promo__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: contain;
  object-position: center top;
}
@media screen and (max-width: 767.98px) {
  .promo__img {
    flex: 0 0 60px;
    height: unset;
    margin-bottom: 0;
  }
  .promo__img img {
    position: static;
  }
}
.promo__img_icon {
  flex: 0 0 48px;
  height: 48px;
  align-self: flex-start;
  border-radius: 16px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo__img_icon svg {
  width: 28px;
  height: 28px;
}
.promo__img_icon_warning {
  background-color: rgba(255, 199, 0, 0.12);
}
.promo__img_icon_warning svg path {
  fill: #FFC700;
}
.promo__img_icon_error {
  background-color: rgba(244, 87, 37, 0.12);
}
.promo__img_icon_error svg path {
  fill: #F45725;
}
.promo__main {
  margin-right: auto;
  align-self: center;
}
@media screen and (max-width: 767.98px) {
  .promo__main {
    flex: 0 0 calc(100% - 60px - 24px - 12px);
    max-width: calc(100% - 60px - 24px - 24px);
    margin: 0;
  }
}
.promo__btn {
  align-self: center;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .promo__btn {
    order: 4;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.promo__close {
  align-self: center;
  position: relative;
  cursor: pointer;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.promo__close::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url("../../img/sidebar/close.svg") center center/contain no-repeat;
}
@media screen and (max-width: 767.98px) {
  .promo__close {
    flex: 0 0 24px;
    align-self: flex-start;
  }
}

.table-section {
  border-radius: 16px;
  background: #FFFFFF;
  padding: 12px;
  padding-top: 4px;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}
.table-section::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .table-section {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    margin-right: calc(-1 * (100vw - 100%) / 2);
    border-radius: 0;
    padding: 16px;
  }
  .table-section table {
    display: none;
  }
}

.overview-card {
  padding: 24px;
  border-radius: 16px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.overview-card__img, .overview-card__map {
  width: 100%;
  aspect-ratio: 34/21;
  border-radius: 12px;
  overflow: hidden;
}
.overview-card__img img, .overview-card__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.overview-card__map {
  border: 1px solid #E0E0E0;
}
.overview-card__price {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.overview-card__properties {
  gap: 12px;
}
.overview-card__btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.overview-card__sum-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px 20px;
  background-color: #F2F3F5;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 16px;
}

.gallery-img {
  position: relative;
}
.gallery-img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  opacity: 0;
}
.gallery-img::after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: url("../img/gallery/icon.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  pointer-events: none;
  opacity: 0;
}
.gallery-img:hover::before, .gallery-img:hover::after {
  opacity: 1;
}

.sidebar .overview-card {
  padding: 0;
}

/* -------- SHOWCASE -------- */
.showcase-section {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.showcase-section_map {
  padding: 0;
  position: relative;
}
.showcase-section_map .breadcrumbs {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 68px;
  z-index: 2;
  background-color: #FFF;
  margin-top: 0;
}
.showcase-section_map .showcase {
  position: absolute;
  left: 10px;
  top: 78px;
  bottom: 10px;
  max-width: 462px;
  width: 100%;
  background-color: #FFF;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 100px 80px rgba(48, 48, 48, 0.07), 0px 23px 31px rgba(48, 48, 48, 0.05), 0px 8px 12px rgba(48, 48, 48, 0.04), 0px 3px 3px rgba(48, 48, 48, 0.03), 0px 100px 80px rgba(48, 48, 48, 0.07), 0px 23px 31px rgba(48, 48, 48, 0.05), 0px 8px 12px rgba(48, 48, 48, 0.04), 0px 3px 3px rgba(48, 48, 48, 0.03);
}
@media screen and (max-width: 991.98px) {
  .showcase-section_map .showcase {
    max-width: 380px;
    display: none;
  }
  .showcase-section_map .showcase_active {
    display: flex;
  }
}
.showcase-section_map .showcase_overlap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.showcase-section_map .showcase #all-mortgages {
  display: none;
}
.showcase-section_map .showcase_filtered .showcase__header {
  flex-direction: row;
  gap: 4px;
}
.showcase-section_map .showcase_filtered .showcase__header > * {
  flex: 0 1 50%;
}
.showcase-section_map .showcase_filtered #all-mortgages {
  display: flex;
}
.showcase-section_map .showcase__header {
  padding: 12px;
}
.showcase-section_map .showcase__body {
  margin-top: 0;
  padding: 12px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  flex-grow: 1;
}
.showcase-section_map .showcase__body::-webkit-scrollbar {
  background: rgb(250, 250, 250);
  width: 10px;
  padding: 0 2px;
  border-left: 1px solid #E0E0E0;
}
.showcase-section_map .showcase__body::-webkit-scrollbar-thumb {
  background-color: rgba(48, 51, 69, 0.6);
  opacity: 0.6;
  width: 6px;
  border-radius: 8px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.showcase-section_map .showcase__grid {
  gap: 12px;
}
.showcase-section_map .showcase__grid > li {
  flex: 0 0 calc(50% - 6px);
}
@media screen and (max-width: 991.98px) {
  .showcase-section_map .showcase__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    gap: 12px;
  }
  .showcase-section_map .showcase__grid > li {
    flex: 0 0 calc(25% - 18px);
  }
}
@media screen and (max-width: 991.98px) and (max-width: 1366px) {
  .showcase-section_map .showcase__grid > li {
    flex: 0 0 calc(33% - 16px);
  }
}
@media screen and (max-width: 991.98px) and (max-width: 1023.98px) {
  .showcase-section_map .showcase__grid > li {
    flex: 0 0 calc(50% - 12px);
  }
}
@media screen and (max-width: 991.98px) {
  .showcase-section_map .showcase__grid .showcase__item {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .showcase-section_map .showcase__grid .showcase__item:hover {
    position: relative;
    z-index: 2;
    background: unset;
  }
  .showcase-section_map .showcase__grid .showcase__item:hover::before {
    content: "";
    position: absolute;
    background-color: #FFF;
    left: -12px;
    right: -12px;
    top: -12px;
    bottom: -64px;
    outline: 1px solid #E0E0E0;
    border-radius: 24px 24px 12px 12px;
    z-index: -1;
  }
  .showcase-section_map .showcase__grid .showcase__item:hover .showcase__item-btns {
    display: block;
  }
  .showcase-section_map .showcase__grid .showcase__item-img {
    aspect-ratio: 255/170;
    width: 100%;
    border-radius: 16px;
    border: 1px solid #E0E0E0;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 1199.98px) {
  .showcase-section_map .showcase__grid .showcase__item-img {
    margin-top: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .showcase-section_map .showcase__grid .showcase__item-body {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    padding: 0;
    width: 100%;
    border-bottom: unset;
  }
  .showcase-section_map .showcase__grid .showcase__item-specifications {
    flex-direction: column;
    align-items: unset;
    gap: 8px;
  }
  .showcase-section_map .showcase__grid .showcase__item-specification {
    flex: unset;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
  }
  .showcase-section_map .showcase__grid .showcase__item-specification-line {
    display: block;
    flex-grow: 1;
    height: 1px;
    background: rgba(29, 36, 51, 0.65);
    opacity: 0.2;
    margin-bottom: 4px;
  }
  .showcase-section_map .showcase__grid .showcase__item-specification-value {
    text-align: right;
  }
  .showcase-section_map .showcase__grid .showcase__item-btns {
    margin-top: 0;
    display: none;
  }
  .showcase-section_map .showcase__grid .showcase__fav-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #FFF;
  }
  .showcase-section_map .showcase__grid .showcase__fav-btn_liked {
    background: rgba(255, 255, 255, 0.75);
  }
  .showcase-section_map .showcase__grid .showcase__fav-btn_liked svg path {
    transition: all 120ms ease-out;
    stroke: #E02D3C;
    fill: #E02D3C;
  }
  .showcase-section_map .showcase__grid .showcase__btn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -16px;
    translate: 0 100%;
  }
  .showcase-section_map .showcase__grid > li {
    flex: 0 0 calc(50% - 6px);
  }
}
.showcase-section_map .showcase__grid .showcase__item-img {
  border-radius: 6px;
}
.showcase-section_map .showcase__item:hover {
  position: relative;
  z-index: 2;
  background: unset;
}
.showcase-section_map .showcase__item:hover::before {
  display: none;
}
.showcase-section_map .showcase__item:hover .showcase__item-btns {
  display: none;
}
.showcase-section_map .showcase__item_map-mobile {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #FFF;
  padding: 12px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  position: absolute;
  bottom: 62px;
  left: 10px;
  right: 10px;
}
@media screen and (min-width: 991.98px) {
  .showcase-section_map .showcase__item_map-mobile {
    display: none;
  }
}
.showcase-section_map .showcase__item_map-mobile .showcase__item-img {
  margin-top: 0;
  margin-right: 0;
  width: 100%;
  aspect-ratio: 316/156;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
}
.showcase-section_map .showcase__item_map-mobile .showcase__item-close {
  position: absolute;
  top: 4px;
  right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #FFF;
  border-radius: 6px;
}
.showcase-section_map .showcase__item_map-mobile .showcase__item-close::before {
  content: url(../img/mortgage-close.svg);
}
.showcase-section_map .showcase__item_map-mobile .showcase__item-body {
  display: flex;
  flex-direction: column;
  align-items: unset;
  justify-content: unset;
  padding: 0;
  width: 100%;
  border-bottom: unset;
}
.showcase-section_map .showcase__item_map-mobile .showcase__item-specifications {
  flex-direction: column;
  align-items: unset;
  gap: 8px;
}
.showcase-section_map .showcase__item_map-mobile .showcase__item-specification {
  flex: unset;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
}
.showcase-section_map .showcase__item_map-mobile .showcase__item-specification-line {
  display: block;
  flex-grow: 1;
  height: 1px;
  background: rgba(0, 0, 0, 0.04);
  opacity: 0.2;
  margin-bottom: 4px;
}
.showcase-section_map .showcase__item_map-mobile .showcase__item-specification-value {
  font-size: 14px;
}
.showcase-section_map .showcase .showcase__item-specification-title {
  text-overflow: ellipsis;
  white-space: normal;
}
.showcase-section_map .showcase-aside {
  position: absolute;
  left: 10px;
  top: 78px;
  bottom: 10px;
  max-width: 360px;
  flex: unset;
  z-index: 3;
  background-color: #FFF;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  display: none;
  flex-direction: column;
  padding-bottom: 0;
}
.showcase-section_map .showcase-aside_active {
  display: flex;
}
@media screen and (max-width: 991.98px) {
  .showcase-section_map .showcase-aside {
    position: fixed;
    height: 100dvh;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #FFF;
    max-width: 100%;
    padding-bottom: 0;
    flex: unset;
    display: none;
    flex-direction: column;
  }
  .showcase-section_map .showcase-aside_active {
    display: flex;
  }
}
.showcase-section_map .showcase-aside__mobile-header {
  display: flex;
}
.showcase-section_map .showcase-aside__wrapper {
  padding: 16px;
  overflow-y: scroll;
  flex-grow: 1;
}
.showcase-section_map .showcase-aside__wrapper::-webkit-scrollbar {
  background: rgb(250, 250, 250);
  width: 10px;
  padding: 0 2px;
  border-left: 1px solid #E0E0E0;
}
.showcase-section_map .showcase-aside__wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(48, 51, 69, 0.6);
  opacity: 0.6;
  width: 6px;
  border-radius: 8px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.showcase-section_map .showcase-aside__mobile-footer {
  display: block;
}
.showcase-section_map .show-showcase {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  border-radius: 0;
  border-top: 1px solid #E0E0E0;
  display: none;
}
@media screen and (max-width: 991.98px) {
  .showcase-section_map .show-showcase {
    display: flex;
  }
}
.showcase-section_map .show-filters {
  position: absolute;
  top: 78px;
  right: 10px;
  z-index: 2;
  border: 1px solid #E0E0E0;
  display: none;
}
@media screen and (max-width: 991.98px) {
  .showcase-section_map .show-filters {
    display: flex;
  }
}
.showcase-section_map .cross-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #FFF;
  border: 1px solid #E0E0E0;
  height: 44px;
  width: 44px;
  position: absolute;
  top: 78px;
  right: 10px;
  z-index: 2;
}
@media screen and (max-width: 991.98px) {
  .showcase-section_map .cross-btn {
    display: none;
  }
}

.showcase-aside {
  flex: 0 0 260px;
  max-width: 260px;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 991.98px) {
  .showcase-aside {
    position: fixed;
    height: 100dvh;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #FFF;
    max-width: 100vw;
    width: 100vw;
    padding-bottom: 0;
    flex: unset;
    display: none;
    flex-direction: column;
  }
  .showcase-aside_active {
    display: flex;
  }
}
.showcase-aside__wrapper {
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  .showcase-aside__wrapper {
    padding: 16px;
    overflow-y: scroll;
    top: unset;
    background: #F2F3F5;
  }
}
.showcase-aside__mobile-header {
  display: flex;
  justify-content: space-between;
  padding: 20px 16px;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (min-width: 991.98px) {
  .showcase-aside__mobile-header {
    display: none;
  }
}
.showcase-aside__mobile-footer {
  padding: 16px;
  border-top: 1px solid #E0E0E0;
  margin-top: 0;
}
@media screen and (min-width: 991.98px) {
  .showcase-aside__mobile-footer {
    display: none;
  }
}

.showcase-filter {
  margin-bottom: 24px;
}
.showcase-filter__body {
  margin-top: 4px;
}
.showcase-filter__checkboxes_col .checkbox {
  padding: 2px;
}
.showcase-filter__checkboxes_col > *:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 991.98px) {
  .showcase-filter__checkboxes_col > *:not(:last-child) {
    margin-bottom: 16px;
  }
}
.showcase-filter__checkboxes_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
}
.showcase-filter__checkboxes_row > * {
  flex: 0 0 25%;
}

.showcase {
  flex: 0 0 calc(100% - 260px - 24px);
  max-width: calc(100% - 260px - 24px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 991.98px) {
  .showcase {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.showcase__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 991.98px) {
  .showcase__header.desktop-hidden {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .showcase__header {
    gap: 12px;
  }
}
.showcase__map {
  height: 240px;
  border-radius: 12px;
  overflow: hidden;
  background: #FFF;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .showcase__map {
    order: 2;
  }
}
@media screen and (max-width: 767.98px) {
  .showcase__map {
    height: 180px;
  }
}
@media screen and (max-width: 479.98px) {
  .showcase__map {
    height: 121px;
  }
}
.showcase__map-btn {
  position: absolute;
  z-index: 2;
  color: #303345;
  white-space: nowrap;
  left: 50%;
  bottom: 16px;
  translate: -50% 0;
  filter: drop-shadow(0px 100px 80px rgba(48, 48, 48, 0.07)) drop-shadow(0px 23px 31px rgba(48, 48, 48, 0.05)) drop-shadow(0px 8px 12px rgba(48, 48, 48, 0.04)) drop-shadow(0px 3px 3px rgba(48, 48, 48, 0.03));
  background: #F4F4F4;
}
.showcase__sorting {
  color: #303345;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .showcase__sorting {
    display: none;
  }
}
.showcase__sorting_mobile {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 991.98px) {
  .showcase__sorting_mobile {
    display: none;
  }
}
.showcase__sorting_mobile .btn {
  font-size: 16px;
}
.showcase__sorting-col {
  display: flex;
  align-items: center;
  gap: 12px;
}
.showcase__body {
  border-radius: 16px;
  padding: 24px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 991.98px) {
  .showcase__body {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    margin-right: calc(-1 * (100vw - 100%) / 2);
    border-radius: 0;
    padding: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .showcase__body {
    border-top: unset;
    margin-top: 0;
  }
}
@media screen and (min-width: 991.98px) {
  .showcase__body_grid {
    margin-top: 24px;
    border-top: unset;
  }
}
.showcase__list li:last-of-type .showcase__item {
  border-bottom: none;
}
.showcase__list li:last-of-type .showcase__item-body {
  border-bottom: unset;
}
@media screen and (min-width: 991.98px) {
  .showcase__list .showcase__item-specification-title {
    white-space: nowrap;
  }
}
@media screen and (min-width: 991.98px) {
  .showcase__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  .showcase__grid > li {
    flex: 0 0 calc(25% - 18px);
  }
}
@media screen and (min-width: 991.98px) and (max-width: 1366px) {
  .showcase__grid > li {
    flex: 0 0 calc(33% - 16px);
  }
}
@media screen and (min-width: 991.98px) and (max-width: 1023.98px) {
  .showcase__grid > li {
    flex: 0 0 calc(50% - 12px);
  }
}
@media screen and (min-width: 991.98px) {
  .showcase__grid .showcase__item {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .showcase__grid .showcase__item:hover {
    position: relative;
    z-index: 2;
    background: unset;
  }
  .showcase__grid .showcase__item:hover::before {
    content: "";
    position: absolute;
    background-color: #FFF;
    left: -12px;
    right: -12px;
    top: -12px;
    bottom: -64px;
    outline: 1px solid #E0E0E0;
    border-radius: 24px 24px 12px 12px;
    z-index: -1;
  }
  .showcase__grid .showcase__item:hover .showcase__item-btns {
    display: block;
  }
  .showcase__grid .showcase__item-img {
    aspect-ratio: 255/170;
    width: 100%;
    border-radius: 16px;
    border: 1px solid #E0E0E0;
  }
}
@media screen and (min-width: 991.98px) and (max-width: 1199.98px) {
  .showcase__grid .showcase__item-img {
    margin-top: 0;
  }
}
@media screen and (min-width: 991.98px) {
  .showcase__grid .showcase__item-body {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    padding: 0;
    width: 100%;
    border-bottom: unset;
  }
  .showcase__grid .showcase__item-specifications {
    flex-direction: column;
    align-items: unset;
    gap: 8px;
  }
  .showcase__grid .showcase__item-specification {
    flex: unset;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
  }
  .showcase__grid .showcase__item-specification-line {
    display: block;
    flex-grow: 1;
    height: 1px;
    background: rgba(29, 36, 51, 0.65);
    opacity: 0.2;
    margin-bottom: 4px;
  }
  .showcase__grid .showcase__item-specification-value {
    text-align: right;
  }
  .showcase__grid .showcase__item-btns {
    margin-top: 0;
    display: none;
  }
  .showcase__grid .showcase__fav-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #FFF;
  }
  .showcase__grid .showcase__fav-btn_liked {
    background: rgba(255, 255, 255, 0.75);
  }
  .showcase__grid .showcase__fav-btn_liked svg path {
    transition: all 120ms ease-out;
    stroke: #E02D3C;
    fill: #E02D3C;
  }
  .showcase__grid .showcase__btn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -16px;
    translate: 0 100%;
  }
}
.showcase__grid li:last-of-type .showcase__item {
  border-bottom: none;
}
.showcase__item {
  display: flex;
  align-items: center;
  gap: 24px;
  transition: all 120ms ease-out;
}
@media screen and (max-width: 1199.98px) {
  .showcase__item {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767.98px) {
  .showcase__item {
    border-bottom: 1px solid #E0E0E0;
  }
}
@media screen and (max-width: 479.98px) {
  .showcase__item {
    display: block;
  }
}
.showcase__item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.showcase__item-img {
  width: 64px;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 1199.98px) {
  .showcase__item-img {
    margin-top: 20px;
    width: 84px;
  }
}
@media screen and (max-width: 767.98px) {
  .showcase__item-img {
    width: 100px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 479.98px) {
  .showcase__item-img {
    float: left;
    margin-right: 16px;
  }
}
.showcase__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showcase__item-body {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 20px 0;
  justify-content: space-between;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (max-width: 1199.98px) {
  .showcase__item-body {
    flex-wrap: wrap;
    row-gap: 8px;
  }
}
@media screen and (max-width: 767.98px) {
  .showcase__item-body {
    padding: 12px 0;
    border-bottom: unset;
  }
}
@media screen and (max-width: 479.98px) {
  .showcase__item-body {
    display: block;
  }
}
.showcase__item-specifications {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 767.98px) {
  .showcase__item-specifications {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
  }
}
.showcase__item-specification {
  flex: 0 0 120px;
  gap: 24px;
}
@media screen and (max-width: 1399.98px) {
  .showcase__item-specification {
    flex: 0 0 60px;
  }
}
@media screen and (max-width: 991.98px) {
  .showcase__item-specification {
    flex: unset;
  }
}
.showcase__item-specification-line {
  display: none;
}
@media screen and (max-width: 1399.98px) {
  .showcase__item-specification-title {
    font-size: 12px;
  }
}
.showcase__item-specification-value {
  white-space: nowrap;
}
@media screen and (max-width: 1399.98px) {
  .showcase__item-specification-value {
    font-size: 14px;
  }
}
.showcase__item-btns {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1199.98px) {
  .showcase__item-btns {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 479.98px) {
  .showcase__item-btns {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1199.98px) {
  .showcase__btn {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .showcase__btn {
    height: 56px;
  }
}
.showcase__fav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #E0E0E0;
  padding: 8px;
  transition: all 120ms ease-out;
}
@media (hover: hover) {
  .showcase__fav-btn:hover {
    background-color: #E0E0E0;
  }
}
.showcase__fav-btn_liked svg path {
  transition: all 120ms ease-out;
  stroke: #E02D3C;
  fill: #E02D3C;
}
@media screen and (max-width: 1199.98px) {
  .showcase__fav-btn {
    order: 2;
  }
}
@media screen and (max-width: 767.98px) {
  .showcase__fav-btn {
    height: 56px;
    width: 56px;
    flex-shrink: 0;
  }
  .showcase__fav-btn svg {
    width: 24px;
    height: auto;
  }
}
.showcase__pagination {
  margin-top: 24px;
}

.showcase-map {
  height: calc(100vh - 64px);
  width: 100vw;
  transition: unset;
}
.showcase-map * {
  transition: unset;
}

.share-btn {
  display: flex;
  align-items: center;
  gap: 8px;
}

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

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

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

.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-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  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-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-pagination {
  display: flex;
  gap: 6px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}