/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */

@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");
  font-weight: 400;
  font-style: normal;
}

/* FONT_END */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

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

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

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

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-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-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));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Slide styles end */

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}

@font-face {
  font-family: "PT Sans";
  src: url(./assets/fonts/PTSans-regular..woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PT Mono";
  src: url(./assets/fonts/PTMono-Regular..woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
h1,
h2,
h3 {
  color: #0c1b31;
}
.pt_sans_regular, .typo_text_14--sans, .typo_text_16--sans, .typo_h4, .typo_h3, .typo_h2, .typo_h1 {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pt_mono_regular, .typo_text_12--mono, .typo_text_14--mono, .typo_text_16--mono {
  font-family: "PT Mono", monospace;
  font-weight: 400;
  font-style: normal;
}
.typo_reset, .typo_h4, .typo_h3, .typo_h2, .typo_h1 {
  margin: 0;
  padding: 0;
}
.typo_h1 {
  font-size: 6.4rem;
  line-height: 1.1;
}
@media (max-width: 1439px) {
  .typo_h1 {
    font-size: 5.4rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .typo_h1 {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
.typo_h2 {
  font-size: 5.4rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .typo_h2 {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
.typo_h3 {
  font-size: 4.2rem;
  line-height: 1.2;
}
@media (max-width: 1439px) {
  .typo_h3 {
    font-size: 4.2rem;
    line-height: 1.2;
  }
}
.typo_h4 {
  font-size: 2.4rem;
  line-height: 1.2;
}
@media (max-width: 1439px) {
  .typo_h4 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .typo_h4 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
.typo_text_16--sans {
  font-size: 1.6rem;
  line-height: 1.3;
}
.typo_text_16--mono {
  font-size: 1.6rem;
  line-height: 1.3;
}
@media (max-width: 1439px) {
  .typo_text_16--sans,
  .typo_text_16--mono {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .typo_text_16--sans,
  .typo_text_16--mono {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.typo_text_14--sans {
  font-size: 1.4rem;
  line-height: 1.2;
}
.typo_text_14--mono {
  font-size: 1.4rem;
  line-height: 1.2;
}
@media (max-width: 1439px) {
  .typo_text_14--sans,
  .typo_text_14--mono {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .typo_text_14--sans,
  .typo_text_14--mono {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.typo_text_12--mono {
  font-size: 1.2rem;
  line-height: 1.2;
}
@media (max-width: 1439px) {
  .typo_text_12--mono {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .typo_text_12--mono {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
html {
  margin-top: 0;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 400;
}
html,
body,
input,
button,
select,
textarea,
pre {
  color: inherit;
}
*:focus {
  outline: none;
}
body {
  font-family: "PT Sans", sans-serif;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
ul,
ol {
  list-style: none;
}
img,
picture,
video,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}
button,
input,
select,
textarea {
  background: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
}
button {
  cursor: pointer;
}
* {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.button,
a.button {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.95rem 1.6rem;
  border: none;
  border-radius: 0.2rem;
  cursor: pointer;
  font-family: "PT Mono", monospace;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
  overflow: hidden;
  outline: none;
  vertical-align: middle;
  text-transform: uppercase;
}
.button span,
a.button span {
  transition: color 0.3s ease;
  font-size: 1.6rem;
}
.button svg,
a.button svg {
  transition: transform 0.3s ease, stroke 0.3s ease, fill 0.3s ease;
  flex-shrink: 0;
}
.button:disabled, .button[disabled],
a.button:disabled,
a.button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.button:disabled span, .button[disabled] span,
a.button:disabled span,
a.button[disabled] span {
  color: #69788d !important;
}
.button:disabled svg, .button[disabled] svg,
a.button:disabled svg,
a.button[disabled] svg {
  stroke: #69788d;
  transform: none;
  fill: none;
}
.button--orange,
a.button--orange {
  background-color: #fe9542;
  color: #ffffff;
}
.button--orange span,
a.button--orange span {
  color: #ffffff;
}
.button--orange svg,
a.button--orange svg {
  stroke: #ffffff;
}
.button--orange:hover:not(:disabled):not([disabled]),
a.button--orange:hover:not(:disabled):not([disabled]) {
  background-color: #ee771a;
}
.button--orange:hover:not(:disabled):not([disabled]) span,
a.button--orange:hover:not(:disabled):not([disabled]) span {
  color: #ffffff;
}
.button--orange:hover:not(:disabled):not([disabled]) svg,
a.button--orange:hover:not(:disabled):not([disabled]) svg {
  transform: rotate(45deg);
  stroke: #ffffff;
}
.button--blue,
a.button--blue {
  background-color: #1f3a60;
  color: #ffffff;
}
.button--blue span,
a.button--blue span {
  color: #ffffff;
}
.button--blue svg,
a.button--blue svg {
  stroke: #ffffff;
}
.button--blue:hover:not(:disabled):not([disabled]),
a.button--blue:hover:not(:disabled):not([disabled]) {
  background-color: #0c284f;
}
.button--blue:hover:not(:disabled):not([disabled]) span,
a.button--blue:hover:not(:disabled):not([disabled]) span {
  color: #ffffff;
}
.button--blue:hover:not(:disabled):not([disabled]) svg,
a.button--blue:hover:not(:disabled):not([disabled]) svg {
  transform: rotate(45deg);
  stroke: #ffffff;
}
.button--transparent,
a.button--transparent {
  background-color: transparent;
  color: #fe9542;
}
.button--transparent span,
a.button--transparent span {
  color: #fe9542;
}
.button--transparent svg,
a.button--transparent svg {
  stroke: #fe9542;
}
.button--transparent::after,
a.button--transparent::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: #fe9542;
  transition: width 0.3s ease;
  border-radius: 0.1rem;
}
.button--transparent:hover:not(:disabled):not([disabled]) span,
a.button--transparent:hover:not(:disabled):not([disabled]) span {
  color: #ee771a;
}
.button--transparent:hover:not(:disabled):not([disabled]) svg,
a.button--transparent:hover:not(:disabled):not([disabled]) svg {
  transform: rotate(45deg);
  stroke: #ee771a;
}
.button--transparent:hover:not(:disabled):not([disabled])::after,
a.button--transparent:hover:not(:disabled):not([disabled])::after {
  width: 100%;
}
.button--transparent:disabled span,
.button--transparent:disabled svg, .button--transparent[disabled] span,
.button--transparent[disabled] svg,
a.button--transparent:disabled span,
a.button--transparent:disabled svg,
a.button--transparent[disabled] span,
a.button--transparent[disabled] svg {
  color: #69788d;
  stroke: #69788d;
}
.button--transparent:disabled::after, .button--transparent[disabled]::after,
a.button--transparent:disabled::after,
a.button--transparent[disabled]::after {
  display: none;
}
.button--favorites,
a.button--favorites {
  background-color: #fe9542;
  color: #ffffff;
  justify-content: center;
  padding: 0;
  width: 4rem;
}
.button--favorites span,
a.button--favorites span {
  color: #ffffff;
}
.button--favorites svg,
a.button--favorites svg {
  stroke: #ffffff;
  fill: none;
  transition: fill 0.3s ease, stroke 0.3s ease;
}
.button--favorites:hover:not(:disabled):not([disabled]),
a.button--favorites:hover:not(:disabled):not([disabled]) {
  background-color: #ee771a;
}
.button--favorites:hover:not(:disabled):not([disabled]) svg,
a.button--favorites:hover:not(:disabled):not([disabled]) svg {
  fill: #ffffff;
  stroke: #ffffff;
}
.button--favorites.is-active svg,
a.button--favorites.is-active svg {
  fill: #ffffff;
  stroke: #ffffff;
}
@media (max-width: 767px) {
  .button--favorites,
  a.button--favorites {
    background-color: transparent;
  }
  .button--favorites:hover:not(:disabled):not([disabled]),
  a.button--favorites:hover:not(:disabled):not([disabled]) {
    background-color: transparent;
  }
  .button--favorites:hover:not(:disabled):not([disabled]) svg,
  a.button--favorites:hover:not(:disabled):not([disabled]) svg {
    fill: #ffffff;
    stroke: #ffffff;
  }
}
.button--favorites-white,
a.button--favorites-white {
  background-color: #ffffff;
  color: #fe9542;
  border: 0.1rem solid #fe9542;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  padding: 0;
  justify-content: center;
}
.button--favorites-white span,
a.button--favorites-white span {
  display: none;
}
.button--favorites-white svg,
a.button--favorites-white svg {
  stroke: #fe9542;
  fill: none;
  width: 1.8rem;
  height: 1.8rem;
  transition: fill 0.3s ease, stroke 0.3s ease;
}
.button--favorites-white:hover:not(:disabled):not([disabled]) svg,
a.button--favorites-white:hover:not(:disabled):not([disabled]) svg {
  fill: #ffffff;
  stroke: #ffffff;
}
.button--favorites-white.is-active svg,
a.button--favorites-white.is-active svg {
  fill: #ffffff;
  stroke: #ffffff;
}
.button--reset,
a.button--reset {
  text-transform: capitalize;
  color: #1f3a60;
  padding: 0;
}
.button--reset span,
a.button--reset span {
  font-family: "PT Sans", sans-serif;
}
.button--reset svg,
a.button--reset svg {
  margin-right: 0.8rem;
}
.button--reset:hover:not(:disabled):not([disabled]),
a.button--reset:hover:not(:disabled):not([disabled]) {
  color: #0c284f;
}
.button--reset:hover:not(:disabled):not([disabled]) svg,
a.button--reset:hover:not(:disabled):not([disabled]) svg {
  stroke: #0c284f;
}
.swiper-button-transparent {
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid #ffffff;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.swiper-button-transparent:hover {
  background-color: #ffffff;
  border: 1px solid #1f3a60;
}
.swiper-button-transparent:hover path {
  stroke: #1f3a60;
}
.swiper-button-transparent svg {
  transition: all 0.3s ease;
}
.swiper-button-transparent path {
  transition: stroke 0.3s ease;
  stroke: #ffffff;
}
.swiper-button-blue {
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid #1f3a60;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.swiper-button-blue:hover {
  background-color: #1f3a60;
  border: 1px solid #1f3a60;
}
.swiper-button-blue:hover path {
  stroke: #ffffff;
}
.swiper-button-blue svg {
  transition: all 0.3s ease;
}
.swiper-button-blue path {
  transition: stroke 0.3s ease;
  stroke: #1f3a60;
}
.custom-checkbox {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.custom-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin: 0;
}
.custom-checkbox input[type=checkbox] + label {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;
  color: #0c1b31;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
}
.custom-checkbox input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #1f3a60;
  border-radius: 2px;
  background-color: white;
  transition: border-color 0.3s ease;
}
.custom-checkbox input[type=checkbox]:checked + label::before {
  border-color: #fe9542;
}
.custom-checkbox input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 4px;
  width: 17px;
  height: 12px;
  background-image: url(./assets/images/checkbox..svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.custom-checkbox input[type=checkbox]:disabled + label {
  cursor: not-allowed;
}
.custom-checkbox input[type=checkbox]:disabled + label::before {
  border-color: #d1d6de;
  background-color: #f5f5f5;
}
.custom-checkbox input[type=checkbox]:disabled + label {
  color: #69788d;
}
.breadcrumbs {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  font-family: "PT Mono", monospace;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.44;
  color: #1f3a60;
}
.breadcrumbs__item svg {
  width: 0.8rem;
  height: 1em;
  flex-shrink: 0;
  fill: #1f3a60;
  margin: 0 0.8rem;
}
.breadcrumbs__item:not(.is-active):hover, .breadcrumbs__item:not(.is-active):focus {
  color: #ee771a;
  transition: color 0.3s ease;
}
.breadcrumbs__item.is-active {
  color: #fe9542;
}
@media (max-width: 767px) {
  .breadcrumbs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .breadcrumbs::-webkit-scrollbar {
    display: none;
  }
  .breadcrumbs__item {
    flex-shrink: 0;
  }
}
.dual-range-slider {
  margin-bottom: 2rem;
}
.dual-range-slider h3 {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  color: #1f3a60;
  text-transform: uppercase;
  font-family: "PT Mono", monospace;
}
.dual-range-slider__input-values {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0.1rem solid #d1d6de;
  padding: 1.6rem 2.4rem;
  height: 5.3rem;
  position: relative;
}
.dual-range-slider .input-wrapper {
  position: relative;
  width: 35%;
}
.dual-range-slider .input-wrapper::before {
  content: attr(data-prefix);
  color: #fe9542;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  white-space: nowrap;
  z-index: 1;
  font-size: 12px;
  font-family: "PT Mono", monospace;
}
.dual-range-slider__input {
  width: 100%;
  padding: 0.5rem 0 0.5rem 20px;
  text-align: left;
  border-radius: 0.4rem;
  color: #1f3a60;
  font-size: 1.6rem;
  border: none;
  background: transparent;
  outline: none;
  box-sizing: border-box;
  font-family: "PT Sans", sans-serif;
}
.dual-range-slider__input::-webkit-inner-spin-button, .dual-range-slider__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dual-range-slider__input[type=number] {
  -moz-appearance: textfield;
}
.dual-range-slider__input#price-min-input, .dual-range-slider__input#area-min-input, .dual-range-slider__input#floor-min-input {
  text-align: left;
}
.dual-range-slider__input#price-max-input, .dual-range-slider__input#area-max-input, .dual-range-slider__input#floor-max-input {
  text-align: right;
}
.noUi-target {
  height: 0.2rem;
  background: transparent;
  border-radius: 0.4rem;
  position: relative;
  border: unset !important;
  box-shadow: unset;
  top: -1px;
}
.noUi-connect {
  background: #fe9542;
}
.noUi-handle {
  width: 2em !important;
  height: 2rem !important;
  background: #fe9542;
  border: none;
  border-radius: 50%;
  box-shadow: unset !important;
  cursor: pointer;
  top: -9px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  transform: translateX(-50%);
}
.noUi-handle::before, .noUi-handle::after {
  content: unset;
}
.noUi-tooltip {
  display: none;
}
.noUi-base,
.noUi-connects {
  width: 96% !important;
  left: 2% !important;
}
.noUi-handle-upper,
.noUi-horizontal .noUi-handle {
  right: -20px !important;
}
@media (max-width: 767px) {
  .dual-range-slider .input-wrapper {
    width: 40%;
  }
}
.form__input {
  position: relative;
  margin-bottom: 20px;
}
.form__input input {
  width: 100%;
  height: 43px;
  border: none;
  border-bottom: 1px solid white;
  background: transparent;
  color: white;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  padding: 12px 0;
  outline: none;
  transition: border-color 0.3s ease;
}
.form__input input::-moz-placeholder {
  color: white;
  font-size: 14px;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form__input input::placeholder {
  color: white;
  font-size: 14px;
  transition: all 0.3s ease;
}
.form__input input:hover:not(:focus):not(:disabled) {
  border-bottom: 1px solid #0c1b31;
}
.form__input input:hover:not(:focus):not(:disabled)::-moz-placeholder {
  color: white;
}
.form__input input:hover:not(:focus):not(:disabled)::placeholder {
  color: white;
}
.form__input input:focus {
  border-bottom: 1px solid #0c1b31;
}
.form__input input:focus::-moz-placeholder {
  color: transparent;
}
.form__input input:focus::placeholder {
  color: transparent;
}
.form__input input:disabled {
  border-bottom: 1px solid #69788d;
  color: #69788d;
}
.form__input input:not(:-moz-placeholder) + .floating-placeholder {
  top: -4px;
  font-size: 12px;
  color: white;
}
.form__input input:not(:placeholder-shown) + .floating-placeholder,
.form__input input:focus + .floating-placeholder {
  top: -4px;
  font-size: 12px;
  color: white;
}
.form__input .floating-placeholder {
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 14px;
  color: white;
  pointer-events: none;
  transition: all 0.3s ease;
  background: transparent;
}
.form__input input:hover:not(:focus):not(:disabled) + .floating-placeholder {
  color: #0c1b31;
}
.form__input input:focus + .floating-placeholder {
  color: #0c1b31;
}
.form__input input:disabled + .floating-placeholder {
  color: #69788d;
}
.form__input.invalid input {
  border-bottom: 1px solid #f10000;
  color: white;
}
.form__input.invalid input:hover:not(:focus):not(:disabled), .form__input.invalid input:focus {
  border-bottom: 1px solid #f10000;
}
.form__input.invalid .floating-placeholder {
  color: #f10000;
}
.form__input.invalid input:hover:not(:focus):not(:disabled) + .floating-placeholder {
  color: #f10000;
}
.form__input.invalid input:focus + .floating-placeholder {
  color: #f10000;
}
.form__input input {
  caret-color: white;
}
.form__input .error__field {
  color: #f10000;
  font-size: 12px;
  margin-top: 5px;
  display: none;
  position: absolute;
}
.form__input.invalid .error__field {
  display: block;
}
.share__modal {
  padding: 0;
}
.share__modal__inner {
  background-color: #ffffff;
  padding: 4.8rem 4.8rem 3.2rem 4.8rem;
}
.share__modal__inner__title {
  color: #0c1b31;
  font-size: 4.2rem;
  margin-bottom: 2.4rem;
}
.share__modal__inner__links {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.share__modal__inner__links button {
  font-size: 1.6rem;
  font-family: "PT Mono", monospace;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #0c1b31;
  transition: color 0.3s ease;
}
.share__modal__inner__links button::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0c1b31;
  transition: background-color 0.3s ease;
}
.share__modal__inner__links button:hover {
  color: #fe9542;
}
.share__modal__inner__links button:hover::after {
  background-color: #fe9542;
}
.share__modal__inner__copy button {
  font-size: 1.6rem;
  font-family: "PT Mono", monospace;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #0c1b31;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
  width: auto;
}
.share__modal__inner__copy button .copy-text {
  position: relative;
}
.share__modal__inner__copy button .copy-text::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0c1b31;
  transition: background-color 0.3s ease;
}
.share__modal__inner__copy button:hover .copy-text::after {
  background-color: #fe9542;
}
.share__modal__inner__copy button .copy-check {
  flex-shrink: 0;
}
.share__modal__inner__copy button.copied .copy-text {
  color: #fe9542;
}
.share__modal .copied::after {
  content: none !important;
}
.share__modal .f-button {
  color: #000;
  top: 0 !important;
}
.share__modal .f-button:hover {
  color: #000;
}
.modal {
  padding: 0;
  max-width: 47.9rem;
}
.modal__wrapper {
  background-color: #fe9542;
  padding: 4.8rem 4.8rem 3.2rem 4.8rem;
}
.modal__wrapper__title {
  margin-bottom: 2.4rem;
  font-size: 4.2rem;
  line-height: 1.2;
  color: #ffffff;
}
.modal__wrapper__label {
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1.3;
}
.modal__wrapper__form__action__submit {
  margin-top: 2.4rem;
}
.modal__wrapper__form__action__submit__policy {
  margin-bottom: 2.4rem;
  flex-direction: column;
}
.modal__wrapper__form__action__submit__policy input[type=checkbox] + label {
  font-family: "PT Mono", monospace;
  color: #fff;
  font-size: 1.2rem;
}
.modal__wrapper__form__action__submit__policy input[type=checkbox] + label a {
  text-decoration: underline;
}
.modal__wrapper__form__action__submit__policy .error__field {
  position: absolute;
  bottom: -2rem;
  color: #f10000;
  font-size: 1.4rem;
}
.modal__bg {
  height: 10rem;
  background-image: url(./assets/images/modal_bg..png);
  margin-top: -1px;
}
.modal .f-button {
  right: 5px !important;
  top: 5px !important;
  color: #101828 !important;
}
.modal__thanks {
  background-color: #fe9542;
  padding: 6.4rem 4.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal__thanks__title {
  margin-bottom: 2.4rem;
  font-size: 4.2rem;
  line-height: 1.2;
  color: #ffffff;
}
.modal__thanks__label {
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1.3;
}
.modal__thanks .f-button {
  right: 5px !important;
  top: 5px !important;
  color: #101828 !important;
}
@media (max-width: 767px) {
  .modal__wrapper {
    padding: 2.4rem 1.6rem;
  }
  .modal__wrapper__title {
    font-size: 3.2rem;
    margin-bottom: 1.6rem;
  }
  .modal__wrapper__label {
    margin-bottom: 1.6rem;
  }
  .modal__thanks {
    padding: 4rem;
  }
  .modal__thanks__label {
    text-align: center;
  }
}
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1439px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .container--nogap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
  .container--nogap {
    padding: 0;
  }
}
.hero-section {
  padding: 4rem 0;
}
.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
  margin-bottom: 1rem;
}
.hero-description {
  font-size: 1rem;
  color: #666;
  max-width: 500px;
  margin-bottom: 2rem;
}
.hero-actions {
  display: flex;
  gap: 1rem;
}
.btn-primary {
  background: #ff6f61;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background: #ff4d3b;
}
.btn-secondary {
  background: transparent;
  color: #ff6f61;
  border: 2px solid #ff6f61;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  background: #ff6f61;
  color: #fff;
}
.hero-slider-wrapper {
  position: relative;
}
.slider-item {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.slider-image {
  height: 300px;
  background-size: cover;
  background-position: center;
}
.slider-info {
  padding: 1.5rem;
}
.slider-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}
.slider-description {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 1rem;
}
.slider-badge {
  background: #e6f7ff;
  color: #007bff;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.875rem;
}
.slider-rating {
  color: #ffc107;
  font-weight: 600;
}
.slider-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.slider-pagination {
  display: flex;
  gap: 0.5rem;
}
.arrow-prev,
.arrow-next {
  background: #fff;
  color: #333;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}
.arrow-prev:hover,
.arrow-next:hover {
  background: #ff6f61;
  color: #fff;
}
.hero {
  background-color: #1f3a60;
  padding-top: 6.4rem;
  padding-bottom: 3.2rem;
  margin-top: -1px;
}
.hero h1 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: -2rem;
  font-family: "PT Mono", monospace;
}
.hero__slider__item {
  display: flex;
  height: auto;
}
.hero__slider__item__bg {
  background-image: url(./assets/images/hero_bg..svg);
  background-repeat: no-repeat;
  background-position-x: 77%;
  max-width: 37rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.4rem 3.2rem;
  background-color: #fe9542;
}
.hero__slider__item__bg__desc {
  color: #ffffff;
  margin-bottom: 2.4rem;
}
.hero__slider__item__img {
  width: 100%;
}
.hero__slider__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.hero__slider__control {
  display: flex;
  justify-content: flex-end;
}
.hero__slider__control .swiper-button-transparent:first-child {
  margin-right: -1px;
}
@media (max-width: 1439px) {
  .hero {
    padding-top: 4.8rem;
  }
  .hero h1 {
    margin-bottom: 3.2rem;
  }
  .hero__slider__control {
    display: none;
  }
  .hero__slider__item {
    flex-direction: column;
    height: 52.6rem;
  }
  .hero__slider__item__img {
    height: 100%;
  }
  .hero__slider__item__bg {
    max-width: 100%;
    height: 14.6rem;
    padding: 2.4rem;
    background-size: 97%;
    background-position-x: -537%;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-top: 3.2rem;
  }
  .hero h2 {
    margin-bottom: 2.4rem;
  }
  .hero__slider__item {
    height: 45rem;
  }
  .hero__slider__item__bg {
    height: auto;
    background-position-x: 300%;
  }
}
@media (max-width: 450px) {
  .hero h1 {
    font-size: 2.6rem;
  }
}
.buying_process {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
.buying_process h2 {
  margin-bottom: 3.2rem;
}
.buying_process__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 2.4rem;
  align-items: stretch;
}
.buying_process__wrapper__item {
  background-color: #1f3a60;
  padding: 2.4rem;
  height: 100%;
  flex-direction: column;
  display: flex;
}
.buying_process__wrapper__item__counter {
  width: 44px;
  height: 44px;
  border-radius: 2px;
  background-color: #ffffff;
  color: #1f3a60;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.4rem;
}
.buying_process__wrapper__item__head {
  font-family: "PT Mono", monospace;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
.buying_process__wrapper__item__desc {
  color: #ffffff;
  margin-bottom: 1.6rem;
}
@media (max-width: 1439px) {
  .buying_process {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
  .buying_process__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .buying_process {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .buying_process h2 {
    margin-bottom: 2.4rem;
  }
  .buying_process__wrapper {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.interactive-map {
  padding: 6.4rem 0;
}
.interactive-map h2 {
  color: #36333d;
}
.interactive-map__wrapper {
  margin-top: 3.2rem;
}
.interactive-map__content {
  position: relative;
}
.interactive-map #map {
  overflow: hidden;
  height: 60rem;
}
.interactive-map__card {
  position: absolute;
  top: 0;
  left: 0;
  width: 34rem;
  background: #ffffff;
  z-index: 2;
}
.interactive-map__card__item {
  text-decoration: none;
  color: inherit;
  display: block;
  position: relative;
}
.interactive-map__card__item__tile {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
}
.interactive-map__card__item__tile span {
  background: #fe9542;
  color: #ffffff;
  padding: 0.4rem 0.8rem;
  border-radius: 0.2rem;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.interactive-map__card__item__image {
  width: 100%;
  height: 24rem;
  overflow: hidden;
}
.interactive-map__card__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interactive-map__card__item__descr {
  padding: 1.6rem;
}
.interactive-map__card__item__descr__main h3 {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  color: #1f3a60;
}
.interactive-map__card__item__descr__main__location {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}
.interactive-map__card__item__descr__main__location__place {
  color: #0c1b31;
  font-size: 1.4rem;
  max-width: 80%;
}
.interactive-map__card__item__descr__main__location__square {
  font-size: 1.4rem;
  color: #fe9542;
}
.interactive-map__card__item__descr__cost {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-bottom: 1.6rem;
}
.interactive-map__card__item__descr__cost__after {
  font-size: 1.8rem;
  color: #fe9542;
}
.interactive-map__card__item__descr__cost__before {
  font-size: 1.4rem;
  color: #d1d6de;
  text-decoration: line-through;
}
@media (max-width: 1439px) {
  .interactive-map {
    padding: 4.8rem 0;
  }
  .interactive-map h2 {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 767px) {
  .interactive-map {
    padding: 3.2rem 0;
  }
  .interactive-map h2 {
    margin-bottom: 2.4rem;
  }
  .interactive-map__wrapper {
    margin-top: 0;
  }
  .interactive-map__card {
    width: 100%;
  }
}
.catalog-tile {
  padding: 6.4rem 0;
}
.catalog-tile h2 {
  color: #0c1b31;
  margin-bottom: 3.2rem;
}
.catalog-tile__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
.catalog-tile__wrapper__item {
  background-color: #1f3a60;
  transition: transform 0.3s ease;
}
.catalog-tile__wrapper__item:hover {
  transform: translateY(-5px);
}
.catalog-tile__wrapper__item:hover .catalog-tile__wrapper__item__descr__arrow svg {
  transform: rotate(45deg);
}
.catalog-tile__wrapper__item:hover .catalog-tile__wrapper__item__descr__arrow {
  background-color: rgb(253.7315789474, 120.5473684211, 15.2684210526);
}
.catalog-tile__wrapper__item__img {
  padding-right: 5.6rem;
}
.catalog-tile__wrapper__item__img img {
  width: 100%;
}
.catalog-tile__wrapper__item__descr {
  height: 5.6rem;
  display: flex;
  justify-content: space-between;
}
.catalog-tile__wrapper__item__descr__text {
  padding: 1.1rem 2.4rem;
  color: #fff;
  font-size: 2.4rem;
}
.catalog-tile__wrapper__item__descr__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fe9542;
  width: 5.6rem;
  height: 5.6rem;
  transition: background-color 0.3s ease;
}
.catalog-tile__wrapper__item__descr__arrow svg {
  transition: transform 0.3s ease;
}
@media (max-width: 1439px) {
  .catalog-tile {
    padding: 4.8rem 0;
  }
  .catalog-tile h2 {
    margin-bottom: 3.2rem;
  }
  .catalog-tile__wrapper__item__img {
    padding-right: 0;
  }
  .catalog-tile__wrapper__item__descr__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .catalog-tile {
    padding: 3.2rem 0;
  }
  .catalog-tile h2 {
    margin-bottom: 2.4rem;
  }
  .catalog-tile__wrapper {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .catalog-tile__wrapper__item__descr {
    height: 4.8rem;
  }
  .catalog-tile__wrapper__item__descr__text {
    padding: 1rem 1.6rem;
  }
  .catalog-tile__wrapper__item__descr__arrow {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.huge_form {
  background-color: #fe9542;
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
  background-image: url(./assets/images/form_radial_bg..svg);
  background-repeat: no-repeat;
  background-size: 72%;
  background-position: -89% 100%;
}
.huge_form__wrapper {
  display: flex;
  justify-content: space-between;
}
.huge_form__wrapper h2 {
  color: #ffffff;
  max-width: 29rem;
}
.huge_form__wrapper__form {
  max-width: 87.2rem;
  width: 100%;
}
.huge_form__wrapper__form__title {
  margin-bottom: 3.2rem;
  color: #ffffff;
  font-size: 1.6rem;
}
.huge_form__wrapper__form__action {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.huge_form__wrapper__form__action__inputs {
  display: flex;
  gap: 2.4rem;
}
.huge_form__wrapper__form__action__inputs .form__input {
  width: 100%;
}
.huge_form__wrapper__form__action__submit {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.huge_form__wrapper__form__action__submit__policy {
  max-width: 46rem;
  flex-direction: column;
}
.huge_form__wrapper__form__action__submit__policy input[type=checkbox] + label {
  font-family: "PT Mono", monospace;
  color: #fff;
  font-size: 1.2rem;
}
.huge_form__wrapper__form__action__submit__policy .error__field {
  position: absolute;
  bottom: -2rem;
  color: #f10000;
  font-size: 1.4rem;
}
@media (max-width: 1439px) {
  .huge_form__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .huge_form__wrapper__form {
    max-width: 100%;
    width: 100%;
  }
  .huge_form__wrapper__form__action__inputs {
    flex-direction: column;
  }
  .huge_form__wrapper__form__action__submit {
    flex-direction: column;
    gap: 3.2rem;
  }
}
@media (max-width: 767px) {
  .huge_form {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
    background-size: 256%;
    background-position: 67% 100%;
  }
  .huge_form__wrapper {
    display: flex;
    flex-direction: column;
  }
  .huge_form__wrapper h2 {
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .huge_form__wrapper__form__title {
    margin-bottom: 2.4rem;
  }
  .huge_form__wrapper__form__action__inputs {
    gap: 0.4rem;
  }
}
.about {
  padding-top: 6.4rem;
}
.about h1 {
  margin-bottom: 3.2rem;
  color: #0c1b31;
}
.about__props {
  padding-bottom: 3.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 24px;
}
.about__props__item__counter {
  margin-bottom: 2.4rem;
  background-color: #fe9542;
  color: #ffffff;
  border-radius: 2px;
  width: 4.4rem;
  height: 4.4rem;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__props__item__head {
  color: #0c1b31;
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  line-height: 1.2;
  font-family: "PT Mono", monospace;
  text-transform: uppercase;
}
.about__props__item__desc {
  color: #0c1b31;
}
.about__certificates {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
.about__certificates h2 {
  margin-bottom: -5.1rem;
  color: #353535;
}
.about__certificates__slider {
  overflow: hidden;
  position: relative;
}
.about__certificates__slider__controls {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5.6rem;
}
.about__certificates__slider__controls .swiper-button-blue:first-child {
  margin-right: -1px;
}
.about__reviews {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
  background-color: #f3f5f8;
}
.about__reviews__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 9.3rem;
}
.about__reviews__wrapper__descr {
  flex: 1;
}
.about__reviews__wrapper__descr__head {
  font-family: "PT Mono", monospace;
  font-size: 4.2rem;
  color: #1f3a60;
  text-transform: uppercase;
  margin-bottom: 4.8rem;
  line-height: 1.2;
}
.about__reviews__wrapper__descr__img {
  margin-bottom: 4.8rem;
  width: 30rem;
  height: 18rem;
}
.about__reviews__wrapper__descr__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.about__reviews__wrapper__descr__label {
  font-size: 2.4rem;
  line-height: 1.2;
  color: #1f3a60;
  margin-bottom: 3.2rem;
}
.about__reviews__wrapper__yandex {
  flex: 0 0 46.9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.2rem;
  background-color: #ffffff;
}
.about__reviews__wrapper__yandex__num {
  position: relative;
}
.about__reviews__wrapper__yandex__num__huge {
  font-weight: 700;
  font-size: 12rem;
  color: #fe9542;
}
.about__reviews__wrapper__yandex__num__star {
  position: absolute;
  top: 25px;
  right: -38px;
}
.about__reviews__wrapper__yandex__label {
  margin-bottom: 2.4rem;
  color: #1f3a60;
  font-size: 2.4rem;
  line-height: 1.2;
}
@media (max-width: 1439px) {
  .about {
    padding-top: 6.4rem;
  }
  .about h1 {
    margin-bottom: 2.4rem;
  }
  .about__props {
    grid-template-columns: repeat(2, 1fr);
  }
  .about .certificates-pagination {
    position: relative;
    margin-top: 3.2rem;
    display: block;
    position: relative;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 4px;
    background: #d1d6de;
  }
  .about .certificates-pagination .swiper-pagination-progressbar-fill {
    background-color: #fe9542;
  }
  .about__certificates h2 {
    margin-bottom: 3.2rem;
  }
  .about__certificates__slider__controls {
    display: none;
  }
  .about__reviews__wrapper {
    flex-direction: column-reverse;
  }
  .about__reviews__wrapper__yandex {
    flex: unset;
    width: 100%;
  }
  .about__reviews__wrapper__descr {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about__reviews__wrapper__descr__head {
    text-align: center;
  }
  .about__reviews__wrapper__descr__label {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .about {
    padding-top: 3.2rem;
  }
  .about h1 {
    margin-bottom: 2.4rem;
  }
  .about__props {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
  .about__props__item__counter {
    margin-bottom: 1.6rem;
  }
  .about__props__item__head {
    margin-bottom: 0.8rem;
    font-size: 1.8rem;
  }
  .about__certificates {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .about__reviews {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .about__reviews__wrapper {
    gap: 3.2rem;
  }
  .about__reviews__wrapper__yandex {
    padding: 1.6rem;
  }
  .about__reviews__wrapper__yandex__num__huge {
    font-size: 6.4rem;
  }
  .about__reviews__wrapper__yandex__label {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .about__reviews__wrapper__descr__head {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
  }
  .about__reviews__wrapper__descr__img {
    margin-bottom: 2.4rem;
    width: 30rem;
    height: 18rem;
  }
  .about__reviews__wrapper__descr__label {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
}
.contacts {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
.contacts h1 {
  margin-bottom: 3.2rem;
}
.contacts__panel {
  width: 39rem;
  min-height: 30.9rem;
  position: absolute;
  z-index: 1;
  background-color: #1f3a60;
  padding: 3.4rem 3.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contacts__panel__tabs {
  display: flex;
  gap: 3.2rem;
  margin-bottom: 5rem;
}
.contacts__panel__tabs__tab {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #ffffff;
  position: relative;
  cursor: pointer;
  padding-left: 1.8rem;
  transition: color 0.3s ease;
}
.contacts__panel__tabs__tab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-color: #fe9542;
  border-radius: 0.1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.contacts__panel__tabs__tab::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  height: 0.2rem;
  background-color: #fe9542;
  width: 0;
  transition: width 0.3s ease;
  transform-origin: left;
}
.contacts__panel__tabs__tab.active {
  color: #fe9542;
}
.contacts__panel__tabs__tab.active::before {
  opacity: 1;
}
.contacts__panel__tabs__tab.active::after {
  width: 100%;
}
.contacts__panel__address__info {
  display: none;
}
.contacts__panel__address__info.active {
  display: block;
}
.contacts__panel__address__info__location {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 0.4rem;
  color: #ffffff;
}
.contacts__panel__address__info__phone {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 1.6rem;
  color: #ffffff;
  display: inline-block;
}
.contacts__panel__address__info__social {
  display: flex;
  gap: 2rem;
}
.contacts__panel__address__info__social a {
  font-family: "PT Mono", monospace;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
}
.contacts__panel__address__info__social a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 0.1rem;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}
.contacts__panel__address__info__social a:hover, .contacts__panel__address__info__social a:focus {
  color: #fe9542;
}
.contacts__panel__address__info__social a:hover::after, .contacts__panel__address__info__social a:focus::after {
  background-color: #fe9542;
}
.contacts__panel__getoffer {
  margin-top: 2.4rem;
}
.contacts__map {
  height: 60rem;
}
@media (max-width: 1439px) {
  .contacts {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
  .contacts__panel {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contacts {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .contacts__map {
    height: 4rem;
  }
  .contacts h1 {
    margin-bottom: 2.4rem;
  }
  .contacts__panel {
    padding: 2.6rem 2.4rem;
    min-height: 26.3rem;
  }
  .contacts__panel__tabs {
    margin-bottom: 2.4rem;
  }
  .contacts__panel__address__info__location {
    font-size: 1.8rem;
  }
  .contacts__panel__address__info__phone {
    font-size: 1.8rem;
  }
  .contacts__panel__address__info__social a {
    font-size: 1.2rem;
  }
}
.catalog {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
.catalog h1 {
  margin-bottom: 2.4rem;
  color: #1f3a60;
}
.catalog__wrapper {
  display: flex;
  gap: 4.8rem;
}
.catalog__wrapper__filter {
  width: 40rem;
  flex-shrink: 0;
}
.catalog__wrapper__filter__tablet {
  display: none;
}
.catalog__wrapper__result {
  width: 100%;
}
.catalog__wrapper__result__objects {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.catalog__wrapper__result__objects__no-results {
  font-size: 1.4rem;
}
.catalog__wrapper__result__objects .skeleton-card {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
  border: none;
  padding: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  animation: fadeIn 0.3s ease-in-out;
}
.catalog__wrapper__result__objects .skeleton-card *,
.catalog__wrapper__result__objects .skeleton-card *::before,
.catalog__wrapper__result__objects .skeleton-card *::after {
  box-sizing: border-box;
}
.catalog__wrapper__result__objects .skeleton-card .skeleton-icon,
.catalog__wrapper__result__objects .skeleton-card .skeleton-badge,
.catalog__wrapper__result__objects .skeleton-card .skeleton-image,
.catalog__wrapper__result__objects .skeleton-card .skeleton-title,
.catalog__wrapper__result__objects .skeleton-card .skeleton-text,
.catalog__wrapper__result__objects .skeleton-card .skeleton-price {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 4px;
  display: block;
}
.catalog__wrapper__result__objects .skeleton-card .skeleton-icon {
  width: 20px;
  height: 18px;
}
.catalog__wrapper__result__objects .skeleton-card .skeleton-badge {
  height: 20px;
  display: inline-block;
}
.catalog__wrapper__result__objects .skeleton-card .skeleton-badge.short {
  width: 60px;
}
.catalog__wrapper__result__objects .skeleton-card .skeleton-badge.tiny {
  width: 40px;
}
.catalog__wrapper__result__objects .skeleton-card .skeleton-image {
  width: 100%;
  height: 240px;
  border-radius: 0;
}
.catalog__wrapper__result__objects .skeleton-card .skeleton-title {
  height: 24px;
  width: 80%;
  margin-bottom: 8px;
}
.catalog__wrapper__result__objects .skeleton-card .skeleton-text {
  height: 16px;
  margin-bottom: 4px;
}
.catalog__wrapper__result__objects .skeleton-card .skeleton-text.medium {
  width: 70%;
}
.catalog__wrapper__result__objects .skeleton-card .skeleton-text.small {
  width: 50%;
}
.catalog__wrapper__result__objects .skeleton-card .skeleton-price {
  height: 20px;
}
.catalog__wrapper__result__objects .skeleton-card .skeleton-price.large {
  width: 90px;
}
.catalog__wrapper__result__objects .skeleton-card .skeleton-price.small {
  width: 60px;
}
.catalog__wrapper__result__objects .skeleton-card .skeleton-price.strikethrough {
  position: relative;
}
.catalog__wrapper__result__objects .skeleton-card .skeleton-price.strikethrough::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.catalog__wrapper__result__objects .skeleton-card .catalog__wrapper__result__objects__item__favorites {
  position: absolute;
  top: 19px;
  right: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog__wrapper__result__objects .skeleton-card .catalog__wrapper__result__objects__item__tile {
  position: absolute;
  top: 19px;
  left: 16px;
  display: flex;
  gap: 5px;
}
.catalog__wrapper__result__objects .skeleton-card .catalog__wrapper__result__objects__item__image {
  height: 240px;
  overflow: hidden;
}
.catalog__wrapper__result__objects .skeleton-card .catalog__wrapper__result__objects__item__descr {
  padding: 16px;
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.catalog__wrapper__result__objects .skeleton-card .catalog__wrapper__result__objects__item__descr__main {
  margin-bottom: 12px;
}
.catalog__wrapper__result__objects .skeleton-card .catalog__wrapper__result__objects__item__descr__main__location {
  display: flex;
  margin-bottom: 12px;
}
.catalog__wrapper__result__objects .skeleton-card .catalog__wrapper__result__objects__item__descr__cost {
  display: flex;
  align-items: center;
  gap: 14px;
}
@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.catalog__wrapper__result__objects__item {
  display: flex;
  flex-direction: column;
  position: relative;
}
.catalog__wrapper__result__objects__item__image {
  height: 24rem;
  overflow: hidden;
}
.catalog__wrapper__result__objects__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog__wrapper__result__objects__item__descr {
  padding: 1.6rem;
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.catalog__wrapper__result__objects__item__descr__main h3 {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
  color: #1f3a60;
  font-family: "PT Sans", sans-serif;
}
.catalog__wrapper__result__objects__item__descr__main__location {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}
.catalog__wrapper__result__objects__item__descr__main__location__place {
  font-family: "PT Sans", sans-serif;
  color: #0c1b31;
  font-size: 1.4rem;
  margin-right: 9rem;
}
.catalog__wrapper__result__objects__item__descr__main__location__square {
  color: #fe9542;
  font-size: 1.4rem;
  white-space: nowrap;
}
.catalog__wrapper__result__objects__item__descr__cost {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.catalog__wrapper__result__objects__item__descr__cost__after {
  color: #fe9542;
  font-size: 1.8rem;
  line-height: 100%;
}
.catalog__wrapper__result__objects__item__descr__cost__before {
  text-decoration: line-through;
  color: #d1d6de;
  font-size: 1.4rem;
  line-height: 100%;
}
.catalog__wrapper__result__objects__item__tile {
  position: absolute;
  display: flex;
  gap: 5px;
  top: 19px;
  left: 16px;
}
.catalog__wrapper__result__objects__item__tile span {
  background-color: #fe9542;
  text-transform: uppercase;
  color: white;
  border-radius: 2px;
  font-size: 12px;
  padding: 4px 8px;
}
.catalog__wrapper__result__objects__item__favorites {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 19px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  padding: 0;
  z-index: 2;
  overflow: visible;
}
.catalog__wrapper__result__objects__item__favorites--object {
  width: 40px;
  height: 40px;
}
.catalog__wrapper__result__objects__item__favorites svg {
  width: 20px;
  height: 18px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}
.catalog__wrapper__result__objects__item__favorites svg path {
  stroke: #fe9542;
  fill: transparent;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: all 0.3s ease;
}
.catalog__wrapper__result__objects__item__favorites:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(254, 149, 66, 0.3);
}
.catalog__wrapper__result__objects__item__favorites:hover svg path {
  fill: #fe9542;
}
.catalog__wrapper__result__objects__item__favorites.active {
  background-color: #fe9542;
  animation: pulseFavorite 0.6s ease-out;
}
.catalog__wrapper__result__objects__item__favorites.active svg path {
  fill: #ffffff;
  stroke: #ffffff;
}
.catalog__wrapper__result__objects__item__favorites.active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.6) 0%, rgba(254, 149, 66, 0) 70%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 0;
}
.catalog__wrapper__result__objects__item__favorites.active.ripple::before {
  animation: rippleEffectFavorite 0.8s ease-out;
}
.catalog__wrapper__result__objects__item__favorites--no-fill:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(254, 149, 66, 0.3);
}
.catalog__wrapper__result__objects__item__favorites--no-fill:hover svg path {
  fill: transparent;
}
.catalog__wrapper__result__objects__item__favorites .splash {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 3px;
  background: rgba(254, 149, 66, 0.8);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}
@keyframes rippleEffectFavorite {
  0% {
    width: 0;
    height: 0;
    opacity: 0.6;
  }
  100% {
    width: 150px;
    height: 150px;
    opacity: 0;
  }
}
@keyframes pulseFavorite {
  0% {
    box-shadow: 0 0 0 0 rgba(254, 149, 66, 0.6);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(254, 149, 66, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(254, 149, 66, 0);
  }
}
@keyframes heartBeatFavorite {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
.catalog__wrapper__result__sorting {
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
.catalog__wrapper__result__sorting__text {
  color: #0c1b31;
  text-transform: uppercase;
  font-family: "PT Mono", monospace;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
  align-self: center;
}
.catalog__wrapper__result .custom-select-wrapper {
  position: relative;
  display: inline-block;
  min-width: 205px;
}
.catalog__wrapper__result .catalog__wrapper__result__sorting__dropdown {
  display: none;
}
.catalog__wrapper__result .custom-select-dropdown {
  border: 1px solid #d1d6de;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  margin-top: 4px;
}
.catalog__wrapper__result .custom-select-dropdown.open {
  display: block;
}
.catalog__wrapper__result .custom-select-option {
  padding: 12px 16px;
  color: #0c1b31;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
.catalog__wrapper__result .custom-select-option:hover {
  background-color: #f8f9fa;
}
.catalog__wrapper__result .custom-select-option.selected {
  color: #fe9542;
  font-weight: 500;
}
.catalog__wrapper__result .custom-select-option.selected::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M20 7L9.6875 17L5 12.4545%27 stroke=%27%23FE9542%27 stroke-width=%271.81818%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.catalog__wrapper__result .custom-select-wrapper::before {
  content: attr(data-selected);
  padding: 12px 40px 12px 16px;
  border: none;
  border-radius: 8px;
  background-color: transparent;
  font-size: 16px;
  line-height: 1.4;
  color: #0c1b31;
  cursor: pointer;
  display: block;
  min-width: 180px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%278%27 viewBox=%270 0 14 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13 1L7.70711 6.29289C7.31658 6.68342 6.68342 6.68342 6.29289 6.29289L1 1%27 stroke=%27%231F3A60%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.catalog__wrapper__result .custom-select-wrapper:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%278%27 viewBox=%270 0 14 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13 1L7.70711 6.29289C7.31658 6.68342 6.68342 6.68342 6.29289 6.29289L1 1%27 stroke=%27%231F3A60%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}
.catalog__wrapper__result__loadmore {
  margin-top: 33px;
  display: flex;
  justify-content: center;
}
.catalog__openfilter {
  display: none;
}
@media (max-width: 1439px) {
  .catalog {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
  .catalog__openfilter {
    display: block;
    width: 100%;
  }
  .catalog__wrapper {
    flex-direction: column;
  }
  .catalog__wrapper__filter {
    overflow-y: auto;
    position: absolute;
    top: 0;
    transform: translateX(calc(-100% - 1.7rem));
    width: 48.9rem;
    height: 100vh;
    background-color: #ffffff;
    z-index: 5;
    padding: 3.2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
  }
  .catalog__wrapper__filter__tablet {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.4rem;
  }
  .catalog__wrapper__filter__tablet p {
    color: #1f3a60;
    font-size: 2.4rem;
  }
  .catalog__wrapper__filter.active {
    transform: translateX(calc(0% - 1.7rem));
  }
  .catalog__wrapper__result {
    margin-top: 0;
  }
  .catalog__wrapper__result__sorting {
    justify-content: flex-start;
    margin-top: 2.4rem;
  }
}
@media (max-width: 767px) {
  .catalog {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .catalog__wrapper__filter {
    width: 100%;
  }
  .catalog__wrapper__result__sorting {
    margin-bottom: 1.7rem;
  }
  .catalog__wrapper__result__objects {
    grid-template-columns: repeat(1, 1fr);
  }
}
.filter-group-dropdown {
  margin-bottom: 2.4rem;
}
.filter-group-dropdown h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  color: #1f3a60;
  cursor: pointer;
  text-transform: uppercase;
}
.filter-group-dropdown h3 svg {
  transition: transform 0.3s ease;
}
.filter-group-dropdown.collapsed h3 svg {
  transform: rotate(-180deg);
}
.filter-group-dropdown .filter-checkboxes {
  list-style: none;
  padding: 0;
  margin-top: 1.8rem;
  max-height: 100rem;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.filter-group-dropdown .filter-checkboxes li {
  height: 2.4rem;
}
.filter-group-dropdown.collapsed .filter-checkboxes {
  max-height: 0;
  opacity: 0;
}
.filter-group {
  margin-bottom: 2.4rem;
}
.filter-group h3 {
  font-family: "PT Mono", monospace;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 120%;
  color: #1f3a60;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}
.filter-group .filter-checkboxes {
  list-style: none;
  padding: 0;
  margin-top: 1.8rem;
  max-height: 100rem;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.filter-group .filter-checkboxes li {
  height: 2.4rem;
}
.filter-group__rooms {
  display: flex;
  gap: 0.4rem;
}
.filter-group__rooms__button {
  display: flex;
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 1rem 1.6rem;
  border: 0.1rem solid #69788d;
  font-family: "PT Mono", monospace;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  transition: all 0.2s ease;
}
.filter-group__rooms__button input {
  display: none;
}
.filter-group__rooms__button.disabled {
  background-color: #f3f5f8;
  border: 0.1rem solid transparent;
  color: #69788d;
  cursor: not-allowed;
}
.filter-group__rooms__button:hover:not(:disabled) {
  border: 0.1rem solid orange;
}
.filter-group__rooms__button.active {
  background-color: orange;
  border: 0.1rem solid orange;
  color: white;
}
.filter-actions {
  display: flex;
  justify-content: space-between;
}
.catalog__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
}
.catalog__wrapper__filter.active + .catalog__overlay {
  display: block;
}
.object__info {
  padding-top: 0.8rem;
  padding-bottom: 3.2rem;
  background-color: #f3f5f8;
}
.object__info__main {
  padding-bottom: 4.8rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}
.object__info__main__descr {
  padding-top: 3.1rem;
}
.object__info__main__descr__overhead {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.object__info__main__descr__overhead__tile {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
}
.object__info__main__descr__overhead__tile__item {
  padding: 0.4rem 0.8rem;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  background-color: #fe9542;
  border-radius: 0.2rem;
}
.object__info__main__descr__overhead__buttons {
  display: flex;
  gap: 0.8rem;
}
.object__info__main__descr__overhead__buttons button {
  position: relative;
  top: unset;
  right: unset;
  border: 1px solid #d1d6de;
}
.object__info__main__descr h1 {
  margin-bottom: 1.6rem;
  color: #0c1b31;
}
.object__info__main__descr__location {
  margin-bottom: 3.2rem;
  color: #1f3a60;
}
.object__info__main__descr__buttons {
  display: flex;
  gap: 1.6rem;
  margin-bottom: 5.3rem;
}
.object__info__main__descr__details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 3.2rem;
}
.object__info__main__descr__details__item {
  display: flex;
  justify-content: space-between;
}
.object__info__main__descr__details__item__head {
  text-transform: uppercase;
  color: #1f3a60;
}
.object__info__main__descr__details__item__value {
  color: #0c1b31;
}
.object__info__main__descr__details__item__value--price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #fe9542;
}
.object__info__main__descr__details__item__value--price p {
  margin-bottom: 4px;
}
.object__info__main__descr__details__item__label {
  font-size: 14px;
  text-align: right;
  color: #fe9542;
  margin-top: -15px;
}
.object__info__main__descr__text__head {
  margin-bottom: 1.6rem;
  color: #1f3a60;
  text-transform: uppercase;
}
.object__info__main__descr__text__content {
  color: #0c1b31;
}
.object__info__main__gallery--tablet {
  display: none;
}
.object__info__main__gallery__nav {
  margin-top: 2.4rem;
  display: flex;
  gap: 3.2rem;
}
.object__info__main__gallery__nav__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 20px;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
.object__info__main__gallery__nav__item span {
  position: relative;
  z-index: 2;
  color: #69788d;
  font-size: 2.4rem;
  text-transform: uppercase;
  transition: color 0.4s ease;
}
.object__info__main__gallery__nav__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 1px;
  border: 1px solid transparent;
  background: #fe9542;
  opacity: 0;
  transition: opacity 0.3s ease, border-color 0.3s ease;
  z-index: 1;
}
.object__info__main__gallery__nav__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background-color: transparent;
  transition: width 0.4s ease, background-color 0.3s ease;
  z-index: 1;
}
.object__info__main__gallery__nav__item:hover span {
  color: #fe9542;
}
.object__info__main__gallery__nav__item:hover::before {
  border-color: #fe9542;
  opacity: 1;
}
.object__info__main__gallery__nav__item:hover::after {
  width: 100%;
  background-color: #fe9542;
}
.object__info__main__gallery__nav__item:not(:hover)::after {
  width: 0;
  background-color: transparent;
}
.object__info__props {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
.object__info__props__item h3 {
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
}
.object__info__props__item ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding-left: 0;
}
.object__info__props__item ul li {
  color: #0c1b31;
  position: relative;
  padding-left: 26px;
  line-height: 1.4;
}
.object__info__props__item ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: #fe9542;
  border-radius: 1px;
}
.object__info__map h2 {
  margin-bottom: 3.2rem;
  color: #36333d;
}
.object__info__map__wrapper {
  height: 60rem;
}
.object__gallery {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
.object__gallery__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.object__gallery__wrapper {
  overflow: hidden;
}
.object__gallery__wrapper__control {
  display: flex;
  justify-content: flex-end;
}
.object__gallery__wrapper__control .swiper-button-blue:first-child {
  margin-right: -1px;
}
.object__gallery__wrapper__slide {
  height: 28rem;
}
.object__gallery__wrapper__slide a {
  display: inline-flex;
  height: 28rem;
  width: 100%;
}
.object__gallery__wrapper__slide a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.object__gallery h2 {
  margin-bottom: 3.2rem;
  color: #0c1b31;
}
.object__gallery__pagination {
  display: none;
}
@media (max-width: 1439px) {
  .object__info__map__wrapper {
    height: 40rem;
  }
  .object__info__main {
    display: flex;
    flex-direction: column;
  }
  .object__info__main__gallery--tablet {
    display: block;
  }
  .object__info__main__gallery--fullscreen {
    display: none;
  }
  .object__info__main__gallery__slider img {
    width: 100%;
  }
  .object__info__main__descr__buttons {
    margin-bottom: 0.8rem;
  }
  .object__gallery {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
  .object__gallery__pagination {
    margin-top: 3.2rem;
    display: block;
    position: relative;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 4px;
    background: #d1d6de;
  }
  .object__gallery__pagination .swiper-pagination-progressbar-fill {
    background-color: #fe9542;
  }
  .object__gallery__prev, .object__gallery__next {
    display: none;
  }
}
@media (max-width: 767px) {
  .object__info__map h2 {
    margin-bottom: 2.4rem;
  }
  .object__info__map__wrapper {
    height: 46rem;
  }
  .object__info__main {
    padding-bottom: 3.2rem;
  }
  .object__info__main__descr {
    padding-top: 2.3rem;
  }
  .object__info__main__descr__buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
  .object__info__main__descr__overhead {
    align-items: center;
    margin-bottom: 2.4rem;
  }
  .object__info__main__descr__overhead__tile {
    margin-bottom: 0;
    margin-right: 2rem;
    flex-wrap: wrap;
  }
  .object__info__main__descr__details {
    margin-bottom: 2.4rem;
  }
  .object__info__main__descr__details__item__label {
    text-align: left;
  }
  .object__info__main__descr__text__head {
    margin-bottom: 0.8rem;
  }
  .object__info__props {
    display: flex;
    flex-direction: column;
  }
  .object__gallery {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .object__gallery__head h2 {
    margin-bottom: 2.4rem;
  }
  .object__gallery__wrapper__slide {
    height: 17.6rem;
  }
  .object__gallery__wrapper__slide a {
    height: inherit;
  }
}
.purpose-estate__head {
  background-color: #f3f5f8;
  padding: 6.4rem 0;
}
.purpose-estate__head__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}
.purpose-estate__head__wrapper__nav {
  flex: 0 0 33.2rem;
  display: flex;
  flex-direction: column;
}
.purpose-estate__head__wrapper__nav__item {
  font-size: 5.4rem;
  color: #69788d;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
  margin-bottom: 0.1rem;
  width: -moz-fit-content;
  width: fit-content;
}
.purpose-estate__head__wrapper__nav__item::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #fe9542;
  border-radius: 0.1rem;
  transform: rotate(0deg);
  opacity: 0;
  margin-right: 0;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.purpose-estate__head__wrapper__nav__item::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 0;
  height: 0.2rem;
  background-color: #fe9542;
  transition: width 0.3s ease;
}
.purpose-estate__head__wrapper__nav__item:hover {
  color: #fe9542;
}
.purpose-estate__head__wrapper__nav__item:hover::after {
  width: 100%;
}
.purpose-estate__head__wrapper__nav__item.active {
  color: #fe9542;
}
.purpose-estate__head__wrapper__nav__item.active::before {
  opacity: 1;
  margin-right: 2.4rem;
}
.purpose-estate__head__wrapper__nav__item.active::after {
  width: 100%;
}
.purpose-estate__head__wrapper__descr {
  flex: 1;
  max-width: 87.2rem;
}
.purpose-estate__head__wrapper__descr h1 {
  color: #0c1b31;
  font-size: 2.4rem;
  font-family: "PT Mono", monospace;
  margin-bottom: 2.4rem;
  text-transform: uppercase;
}
.purpose-estate__head__wrapper__descr__list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin-bottom: 3.2rem;
}
.purpose-estate__head__wrapper__descr__list__item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.purpose-estate__head__wrapper__descr__list__item__title {
  color: #1f3a60;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: "PT Mono", monospace;
}
.purpose-estate__head__wrapper__descr__list__item__text {
  font-size: 1.6rem;
  color: #0c1b31;
}
.purpose-estate__descr {
  display: flex;
  flex-direction: column;
  padding: 6.4rem 0;
}
.purpose-estate__descr__props, .purpose-estate__descr__instruction, .purpose-estate__descr__docs {
  max-width: 87.2rem;
  margin-left: auto;
}
.purpose-estate__descr__process {
  padding: 3.2rem 0;
}
.purpose-estate__descr__process__wrapper {
  max-width: 87.2rem;
  margin-left: auto;
}
.purpose-estate__descr__process__wrapper h3 {
  font-family: "PT Mono", monospace;
  margin-bottom: 2.4rem;
  color: #0c1b31;
  font-size: 2.4rem;
  text-transform: uppercase;
}
.purpose-estate__descr__props {
  padding-bottom: 3.2rem;
}
.purpose-estate__descr__props h3 {
  font-family: "PT Mono", monospace;
  margin-bottom: 2.4rem;
  color: #0c1b31;
  font-size: 2.4rem;
  text-transform: uppercase;
}
.purpose-estate__descr__props__label {
  margin-bottom: 2.4rem;
  color: #0c1b31;
  font-size: 1.6rem;
}
.purpose-estate__descr__props__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}
.purpose-estate__descr__props__wrapper__item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.purpose-estate__descr__props__wrapper__item__title {
  text-transform: uppercase;
  color: #1f3a60;
  font-size: 1.6rem;
  line-height: 1.3;
}
.purpose-estate__descr__props__wrapper__item__text {
  color: #0c1b31;
  font-size: 1.6rem;
  line-height: 1.3;
}
.purpose-estate__descr__props__wrapper__item svg {
  flex-shrink: 0;
}
.purpose-estate__descr__instruction {
  padding: 3.2rem 0;
}
.purpose-estate__descr__instruction h3 {
  font-family: "PT Mono", monospace;
  margin-bottom: 2.4rem;
  color: #0c1b31;
  font-size: 2.4rem;
  text-transform: uppercase;
}
.purpose-estate__descr__instruction__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.purpose-estate__descr__instruction__wrapper__item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
.purpose-estate__descr__instruction__wrapper__item svg {
  margin-top: 0.5rem;
  flex-shrink: 0;
}
.purpose-estate__descr__instruction__wrapper__item__text {
  color: #0c1b31;
  font-size: 1.6rem;
  line-height: 1.3;
}
.purpose-estate__descr__docs {
  background-color: #1f3a60;
  padding: 4.8rem 3.2rem;
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
.purpose-estate__descr__docs h3 {
  font-family: "PT Mono", monospace;
  margin-bottom: 2.4rem;
  color: #ffffff;
  font-size: 2.4rem;
  text-transform: uppercase;
}
.purpose-estate__descr__docs__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.purpose-estate__descr__docs__wrapper__col {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.purpose-estate__descr__docs__wrapper__col__head {
  color: #fe9542;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.purpose-estate__descr__docs__wrapper__col__item {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
}
.purpose-estate__descr__docs__wrapper__col__item svg {
  flex-shrink: 0;
  margin-top: 0.9rem;
}
.purpose-estate__descr__docs__wrapper__col__item p {
  color: #ffffff;
  font-size: 1.6rem;
}
@media (max-width: 1439px) {
  .purpose-estate__head {
    padding: 4.8rem 0;
  }
  .purpose-estate__head__wrapper {
    flex-direction: column;
    gap: 6.4rem;
  }
  .purpose-estate__head__wrapper__nav {
    flex: 0;
  }
  .purpose-estate__head__wrapper__descr {
    width: 100%;
  }
  .purpose-estate__descr {
    padding: 4.8rem 0;
  }
  .purpose-estate__descr__props, .purpose-estate__descr__instruction, .purpose-estate__descr__docs {
    max-width: 100%;
  }
  .purpose-estate__descr__docs {
    margin-top: 0;
    margin-bottom: 0;
  }
  .purpose-estate__descr__instruction {
    padding-top: 4.8rem;
    padding-bottom: 0;
  }
  .purpose-estate__descr__process {
    background-color: #f3f5f8;
    padding: 4.8rem 0;
  }
  .purpose-estate__descr__process__wrapper {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .purpose-estate__head {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .purpose-estate__head__wrapper {
    gap: 3.2rem;
  }
  .purpose-estate__head__wrapper__nav__item {
    font-size: 3.2rem;
    margin-bottom: 1.6rem;
  }
  .purpose-estate__head__wrapper__descr h1 {
    font-size: 1.8rem;
  }
  .purpose-estate__head__wrapper__descr__list {
    gap: 2.4rem;
  }
  .purpose-estate__descr {
    padding: 3.2rem 0;
  }
  .purpose-estate__descr__props h3 {
    font-size: 1.8rem;
  }
  .purpose-estate__descr__props__wrapper {
    display: flex;
    flex-direction: column;
  }
  .purpose-estate__descr__props__wrapper__item {
    flex-direction: row;
    align-items: flex-start;
  }
  .purpose-estate__descr__props__wrapper__item svg {
    margin-top: 0.5rem;
  }
  .purpose-estate__descr__props__wrapper__item--citizenship {
    flex-direction: column;
  }
  .purpose-estate__descr__docs h3 {
    font-size: 1.8rem;
  }
  .purpose-estate__descr__docs__wrapper {
    gap: 2.4rem;
    grid-template-columns: repeat(1, auto);
  }
}
.how_to_buy {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
.how_to_buy h1 {
  margin-bottom: 3.2rem;
}
.how_to_buy__wrapper {
  max-width: 87.2rem;
  display: grid;
  gap: 3.2rem;
  position: relative;
}
.how_to_buy__wrapper__item {
  display: grid;
  grid-template-columns: auto 45rem;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.how_to_buy__wrapper__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 2.2rem;
  top: 4.4rem;
  height: 100%;
  width: 1px;
  background-color: #1f3a60;
  pointer-events: none;
  z-index: -1;
}
.how_to_buy__wrapper__item--orange:not(:last-child)::after {
  background-color: #fe9542;
}
.how_to_buy__wrapper__item__head {
  display: flex;
  gap: 1.2rem;
  min-width: 0;
}
.how_to_buy__wrapper__item__head__counter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 4.4rem;
  height: 4.4rem;
  background-color: #1f3a60;
  border-radius: 2px;
  z-index: 1;
}
.how_to_buy__wrapper__item__head__counter--orange {
  background-color: #fe9542;
}
.how_to_buy__wrapper__item__head__counter span {
  font-size: 2.4rem;
  color: #ffffff;
}
.how_to_buy__wrapper__item__head__title h2 {
  margin-top: 1.6rem;
  font-family: "PT Mono", monospace;
  font-size: 1.6rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 400;
}
.how_to_buy__wrapper__item__head__title a,
.how_to_buy__wrapper__item__head__title button {
  margin-top: 1.6rem;
}
.how_to_buy__wrapper__item__text {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.6;
  overflow-wrap: break-word;
}
.how_to_buy__wrapper__item__text--empty {
  margin-top: 0;
}
.how_to_buy__wrapper__item__text p {
  color: #0c1b31;
}
.how_to_buy__wrapper__item__text a,
.how_to_buy__wrapper__item__text button {
  margin-top: 0.8rem;
}
@media (max-width: 1439px) {
  .how_to_buy {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
  .how_to_buy__wrapper {
    max-width: 100%;
  }
  .how_to_buy__wrapper__item {
    grid-template-columns: auto 50%;
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .how_to_buy {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .how_to_buy__wrapper__item {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
  .how_to_buy__wrapper__item:not(:last-child)::after {
    content: none;
  }
  .how_to_buy__wrapper__item__head {
    flex-direction: column;
    gap: 1.6;
  }
  .how_to_buy__wrapper__item__head__title h2 {
    margin-top: 0;
  }
  .how_to_buy__wrapper__item__text {
    margin-top: 0;
  }
}
.favorites {
  padding: 6.4rem 0;
}
.favorites h1 {
  margin-bottom: 4.8rem;
  color: #36333d;
}
.favorites__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1439px) {
  .favorites__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .favorites {
    padding: 3.2rem 0;
  }
  .favorites h1 {
    margin-bottom: 3.2rem;
  }
  .favorites__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.error404 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.error404__block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error404__block__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error404__block__content__404 {
  font-family: "PT Mono", monospace;
  font-size: 12.8rem;
  line-height: 1.1;
  color: #1f3a60;
  margin-bottom: 2.4rem;
}
.error404__block__content__text {
  margin-bottom: 2.4rem;
}
.error404__block__content__text p {
  text-align: center;
}
.policy {
  padding-bottom: 6.4rem;
}
.policy-content .section__title {
  font-size: 3.6rem;
}
.policy-content .purpose-table {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  unicode-bidi: isolate;
  border-spacing: 2px;
  border: 1px solid #0c1b31;
}
.policy-content .purpose-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  border: 1px solid #0c1b31;
  padding: 1rem;
}
.policy-content .purpose-table tr td {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1.6rem;
  border: 1px solid #0c1b31;
  padding: 1rem;
}
.policy-content .purpose-table tr td ul {
  list-style: inside;
  padding-left: 1.6rem;
  margin-bottom: 0;
  margin-top: 0;
}
.policy-content .purpose-table tr td ul li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  text-wrap: balance;
  list-style-position: outside;
}
.privacy-policy__paragraphs, .privacy-policy__subparagraphs, .privacy-policy__subparagraph {
  font-size: 1.6rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.privacy-policy__paragraphs a, .privacy-policy__subparagraphs a, .privacy-policy__subparagraph a {
  color: #fe9542;
}
.privacy-policy__paragraph-title {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.privacy-policy__paragraph {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.consent-to-personal-data-processing__content {
  font-size: 1.6rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.consent-to-personal-data-processing__content a {
  color: #fe9542;
}
.consent-to-personal-data-processing__descr p {
  margin: 0;
}
.consent-to-personal-data-processing__descr p:not(:last-child) {
  margin-bottom: 1rem;
}

/*# sourceMappingURL=main.css.map*/