/*! 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;
}

/* 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;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1300px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 993px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 520px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

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

img {
  max-width: 100%;
}

span, label {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-display: swap;
}

input, textarea {
  outline: none;
  border: 0;
  background: transparent;
}

button {
  border: none;
  cursor: pointer;
  background: transparent;
  outline: 0;
}

address {
  font-style: normal;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

ul, ol, dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .container {
    padding: 0 20px;
  }
}

.section-top {
  margin-top: 160px;
}

.btn_dark {
  font-weight: 600;
  font-size: 14px;
  line-height: 16.44px;
  color: #EAEAED;
  border-radius: 7px;
  background: #29304B;
  padding: 17px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .btn_dark {
    height: 40px;
    font-size: 12px;
    line-height: 14.44px;
  }
}

.main_title {
  font-weight: 600;
  font-size: 44px;
  line-height: 51.66px;
  color: #333333;
}
@media (max-width: 1024px) {
  .main_title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 640px) {
  .main_title {
    font-size: 28px;
    line-height: 32px;
  }
}

.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #B2B2B2;
  font-weight: 500;
  font-size: 12px;
  line-height: 14.09px;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox span {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid #B2B2B2;
  border-radius: 2.3px;
  position: relative;
  transition: all 0.2s ease;
}
.custom-checkbox input:checked + span {
  background-color: #29304B;
  border-color: #29304B;
}
.custom-checkbox input:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.3 1L3.25 5.5L1 3.7' stroke='white' stroke-width='0.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}

.up_btn {
  width: 30px;
  height: 30px;
  background: #29304B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 2;
  box-shadow: 0px 4px 45.9px 0px rgba(0, 0, 0, 0.2509803922);
}
.up_btn svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 1024px) {
  .up_btn {
    width: 25px;
    height: 25px;
    bottom: 25px;
    right: 25px;
  }
  .up_btn svg {
    width: 15px;
    height: 15px;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
}
.breadcrumbs a, .breadcrumbs span {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: rgba(51, 51, 51, 0.3019607843);
}
@media (max-width: 480px) {
  .breadcrumbs a, .breadcrumbs span {
    font-size: 10px;
    line-height: 12px;
  }
}
.breadcrumbs span {
  color: #000000;
}
.breadcrumbs .circle {
  background: #D9D9D9;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.book_now {
  width: 400px;
  padding: 32px 24px 24px 24px;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 4px 45.9px 0px rgba(0, 0, 0, 0.2509803922);
  background: #FFFFFF;
  z-index: 5;
  display: none;
}
.book_now.active {
  display: block;
}
@media (max-width: 480px) {
  .book_now {
    padding: 30px 20px 20px 20px;
    width: calc(100% - 40px);
  }
}
.book_now .book_now_close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.book_now form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .book_now form {
    margin-top: 15px;
    gap: 10px;
  }
}
.book_now h6 {
  font-weight: 600;
  font-size: 28px;
  line-height: 32.87px;
  letter-spacing: -2%;
  color: #29304B;
}
@media (max-width: 480px) {
  .book_now h6 {
    font-size: 22px;
    line-height: 24.87px;
  }
}
.book_now label {
  font-weight: 500;
  font-size: 14px;
  line-height: 16.88px;
  color: rgba(51, 51, 51, 0.3019607843);
  display: block;
  margin-bottom: 10px;
}
.book_now input {
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 14.09px;
  color: rgba(51, 51, 51, 0.3019607843);
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgba(51, 51, 51, 0.3019607843);
}
.book_now input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.3019607843);
}
.book_now input::placeholder {
  color: rgba(51, 51, 51, 0.3019607843);
}
.book_now .custom-checkbox {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .book_now .custom-checkbox {
    font-size: 10px;
    line-height: 12px;
  }
}

.modal_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.6);
}
.modal_bg.active {
  display: block;
}

.flatpickr-day.inRange {
  background: transparent;
  box-shadow: none;
  border: none;
}

@media (max-width: 480px) {
  .flatpickr-calendar.open {
    width: 100%;
  }
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange {
  border-radius: 50%;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 50%;
}

.header {
  padding-top: 20px;
}
@media (max-width: 480px) {
  .header {
    padding-top: 10px;
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}
.header_close {
  position: absolute;
  top: 24px;
  right: 24px;
  align-items: center;
  justify-content: center;
  display: none;
}
@media (max-width: 1280px) {
  .header_close {
    display: flex;
  }
}
.header_in {
  display: flex;
  align-items: center;
  gap: 34px;
}
@media (max-width: 1280px) {
  .header_in {
    position: fixed;
    left: -110%;
    top: 0;
    z-index: 5;
    width: 90%;
    height: 100%;
    flex-direction: column;
    padding: 40px 24px;
    background: #FFFFFF;
    transition: 0.3s ease-in;
    box-shadow: 0px 4px 45.9px 0px rgba(0, 0, 0, 0.2509803922);
  }
}
@media (max-width: 480px) {
  .header_in {
    width: 100%;
  }
}
.header_in.active {
  left: 0;
}
.header_logo {
  display: flex;
  flex-shrink: 0;
  width: 207px;
  height: 54px;
}
@media (max-width: 480px) {
  .header_logo {
    width: 120px;
    height: auto;
  }
}
.header_logo img {
  width: 100%;
}
.header_right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .header_right {
    flex-direction: column;
    gap: 10px;
  }
}
.header_link {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .header_link {
    flex-direction: column;
    gap: 10px;
  }
}
.header_link a {
  font-weight: 600;
  font-size: 14px;
  line-height: 16.44px;
  color: #000000;
  opacity: 50%;
  transition: 0.2s ease;
}
.header_link a:hover {
  opacity: 1;
}
.header_link a.active {
  opacity: 1;
}
.header_search {
  border-radius: 5px;
  background: #EEEEEE;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  height: 25px;
  width: 174px;
}
.header_search input {
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 14.44px;
  color: #000000;
}
.header_phone {
  white-space: nowrap;
  font-family: "Futura PT", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17.95px;
  color: #000000;
}
.header .burger {
  width: 24px;
  height: 24px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .header .burger {
    display: flex;
  }
}

.home {
  margin-top: 17px;
  padding-bottom: 95px;
}
@media (max-width: 640px) {
  .home {
    position: static;
    padding-bottom: 30px;
  }
}
.home_in {
  border-radius: 20px;
  background-image: url("../images/home_bg.png");
  background-size: cover;
  padding: 160px 36px 106px;
}
@media (max-width: 640px) {
  .home_in {
    padding: 120px 20px;
  }
}
.home_in span {
  font-weight: 500;
  font-size: 16px;
  line-height: 18.78px;
  color: #000000;
  border-radius: 15px;
  padding: 6px 17px;
  background: #FFFFFF;
}
@media (max-width: 640px) {
  .home_in span {
    font-size: 14px;
    line-height: 16.44px;
    padding: 5px 12px;
  }
}
.home_in .main_title {
  margin: 15px 0 21px 0;
  color: #FFFFFF;
  max-width: 597px;
}
@media (max-width: 640px) {
  .home_in .main_title {
    margin: 15px 0;
  }
}
.home_in p {
  color: #FFFFFF;
  max-width: 369px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16.44px;
}
.home .container {
  position: relative;
}
.home_filter {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -34.5px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 784px;
  padding: 15px 40px;
  box-shadow: 0px 4px 34.3px 0px rgba(0, 0, 0, 0.2509803922);
  background: #FFFFFF;
  border-radius: 20px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .home_filter {
    max-width: 500px;
    flex-direction: column;
    gap: 10px;
    bottom: -83.5px;
  }
}
@media (max-width: 640px) {
  .home_filter {
    width: 100%;
    position: static;
    margin-top: 24px;
    border-radius: 10px;
    padding: 15px;
  }
}
.home_filter span {
  font-weight: 500;
  font-size: 10px;
  line-height: 11.74px;
  color: #000000;
  opacity: 90%;
}
.home_filter_left {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  .home_filter_left {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .home_filter_left {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home .catalog_btn {
  height: 39px;
  width: 100%;
}
.home input {
  width: 150px;
  font-weight: 500;
  font-size: 10px;
  line-height: 11.74px;
  color: #000000;
  opacity: 90%;
}
.home .filter_btn {
  white-space: nowrap;
  padding: 12px 11px;
  border: 1px solid rgba(51, 51, 51, 0.3019607843);
  border-radius: 7px;
  display: flex;
  align-items: center;
  gap: 7px;
  height: 39px;
}
@media (max-width: 1024px) {
  .home .filter_btn {
    width: 100%;
  }
}
.home .filter_btn img {
  display: flex;
  flex-shrink: 0;
}
.home .btn_dark {
  height: 39px;
  padding: 13px 19px;
  font-size: 10px;
  line-height: 11px;
}
@media (max-width: 1024px) {
  .home .btn_dark {
    width: 100%;
  }
}

.popular_categories {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .popular_categories {
    margin-bottom: 30px;
  }
}
.popular_categories_title {
  margin-bottom: 39px;
}
@media (max-width: 768px) {
  .popular_categories_title {
    margin-bottom: 30px;
  }
}
.popular_categories_title .main_title {
  margin-bottom: 20px;
}
.popular_categories_title_text {
  display: flex;
  align-items: start;
  gap: 30px;
}
@media (max-width: 768px) {
  .popular_categories_title_text {
    flex-direction: column;
    gap: 15px;
  }
}
.popular_categories_title p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16.88px;
  color: #333333;
  max-width: 320px;
}
@media (max-width: 768px) {
  .popular_categories_title p {
    max-width: 100%;
  }
}
.popular_categories_card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .popular_categories_card {
    gap: 10px;
  }
}
.popular_categories_card img {
  /*border-radius: 10px;*/
  /*width: 100%;*/
}
.popular_categories_img {
  border-radius: 10px;
  height: 209px;
  background-size: cover;
  cursor: pointer;
}
.popular_categories_card h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23.48px;
  letter-spacing: -2%;
  color: #000000;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .popular_categories_card h6 {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
  }
}
.popular_categories_card p {
  margin: 13px 0 20px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.44px;
  letter-spacing: -2%;
  color: #000000;
}
@media (max-width: 768px) {
  .popular_categories_card p {
    margin: 0;
  }
}
.popular_categories_slider {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .popular_categories_slider {
    gap: 20px;
  }
}
.popular_categories_slider .slider_btn {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #29304B;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .popular_categories_slider .slider_btn {
    display: none;
  }
}
.popular_categories_slider .popular_categories-prev img {
  transform: translateX(-1px);
}
.popular_categories_slider .popular_categories-next img {
  transform: translateX(1px);
}
.popular_categories_slider .swiper-button-disabled {
  background: #9497A5;
}
.popular_categories .popular_categoriesSwiper {
  width: 100%;
}
@media (max-width: 480px) {
  .popular_categories .popular_categoriesSwiper {
    overflow: visible;
  }
}
.popular_categories .swiper-slide {
  height: auto;
}
.popular_categories .popular_categories-scrollbar {
  margin: 50px auto 0 auto;
  max-width: 100%;
  opacity: 1 !important;
  position: static;
  height: 3px;
  border-radius: 3px;
  background: rgba(41, 48, 75, 0.3019607843);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .popular_categories .popular_categories-scrollbar {
    margin: 32px auto 0 auto;
  }
}
.popular_categories .popular_categories-scrollbar .swiper-scrollbar-drag {
  background: #29304B;
}

.houses {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .houses {
    margin-bottom: 30px;
  }
}
.houses .container {
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .houses .container {
    align-items: center;
    flex-direction: column;
  }
}
.houses_right_blocks {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 33px;
}
@media (max-width: 1024px) {
  .houses_right_blocks {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .houses_right_blocks {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.houses_right {
  max-width: 563px;
}
@media (max-width: 1024px) {
  .houses_right {
    max-width: 100%;
  }
}
.houses_left {
  width: 554px;
  display: flex;
  gap: 46px;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .houses_left {
    width: 100%;
    gap: 15px;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .houses_left {
    gap: 10px;
  }
}
.houses_left .houses_img {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
@media (max-width: 640px) {
  .houses_left .houses_img {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .houses_left .houses_img {
    gap: 10px;
  }
}
.houses_left .houses_img_two_block {
  margin-top: 50px;
}
@media (max-width: 640px) {
  .houses_left .houses_img_two_block {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .houses_left .houses_img_two_block {
    margin-top: 20px;
  }
}
.houses_left img {
  border-radius: 10px;
  width: 253px;
  height: 221px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  display: flex;
}
@media (max-width: 640px) {
  .houses_left img {
    height: 150px;
  }
}
@media (max-width: 480px) {
  .houses_left img {
    height: 120px;
  }
}
.houses_left .houses_img_two {
  position: absolute;
  right: -138px;
  top: 120px;
  z-index: 2;
}
@media (max-width: 640px) {
  .houses_left .houses_img_two {
    right: -100px;
    top: 100px;
  }
}
@media (max-width: 480px) {
  .houses_left .houses_img_two {
    right: -60px;
    top: 80px;
  }
}
.houses_left .houses_img_three {
  width: 198px;
  height: 175px;
  position: relative;
  z-index: 3;
}
@media (max-width: 640px) {
  .houses_left .houses_img_three {
    height: 150px;
  }
}
@media (max-width: 480px) {
  .houses_left .houses_img_three {
    height: 100px;
  }
}
.houses_right_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 640px) {
  .houses_right_text {
    gap: 15px;
    margin-top: 15px;
  }
}
.houses p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16.88px;
  color: #333333;
}
.houses h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 18.78px;
  color: #333333;
  margin-bottom: 10px;
}

.catalog_slider_title .main_title {
  margin-bottom: 20px;
}
.catalog_slider_title_text {
  display: flex;
  align-items: start;
  gap: 30px;
}
@media (max-width: 1024px) {
  .catalog_slider_title_text {
    flex-direction: column;
    gap: 15px;
  }
}
.catalog_slider_title p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16.88px;
  color: #333333;
}
.catalog_slider_title p:nth-child(1) {
  max-width: 392px;
}
@media (max-width: 1024px) {
  .catalog_slider_title p:nth-child(1) {
    max-width: 100%;
  }
}
.catalog_slider_title p:nth-child(2) {
  max-width: 318px;
}
@media (max-width: 1024px) {
  .catalog_slider_title p:nth-child(2) {
    max-width: 100%;
  }
}
.catalog_slider_title .btn_dark {
  font-size: 10px;
  line-height: 11px;
  padding: 13px 15px;
  height: 39px;
}
@media (max-width: 640px) {
  .catalog_slider_title .btn_dark {
    width: 100%;
  }
}
.catalog_slider .catalog_sliderSwiper {
  padding: 40px 0 60px 0;
  overflow: visible;
}
@media (max-width: 640px) {
  .catalog_slider .catalog_sliderSwiper {
    padding: 30px 0;
  }
}
.catalog_slider_card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 45.9px 0px rgba(0, 0, 0, 0.2509803922);
  background: #FFFFFF;
}
.catalog_slider_card_text {
  padding: 15px 10px;
}
.catalog_slider_card_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.catalog_slider_card img {
  width: 100%;
  height: 131px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.catalog_slider_card h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 18.78px;
  letter-spacing: -2%;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 5px;
}
.catalog_slider_card h6 span {
  font-weight: 500;
  font-size: 10px;
  line-height: 11.74px;
  letter-spacing: -2%;
  color: rgba(51, 51, 51, 0.3019607843);
}
.catalog_slider_card p {
  margin: 5px 0 15px 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 14.09px;
  letter-spacing: -2%;
  color: rgba(51, 51, 51, 0.3019607843);
  height: 22px;
}
.catalog_slider_card .btn_dark {
  font-weight: 600;
  font-size: 9px;
  line-height: 7.25px;
  color: #333333;
  border-radius: 4px;
  border: 0.5px solid #333333;
  width: 90px;
  height: 22px;
  padding: 7px 14px;
  background: transparent;
}
.catalog_slider_card .btn_dark:hover {
  color: #FFFFFF;
  border: 0.5px solid transparent;
  background: #29304B;
}

.maps_title .main_title {
  margin-bottom: 20px;
}
.maps_title_text {
  display: flex;
  align-items: start;
  gap: 30px;
}
@media (max-width: 1024px) {
  .maps_title_text {
    flex-direction: column;
    gap: 15px;
  }
}
.maps_title p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16.88px;
  color: #333333;
}
.maps_title p:nth-child(1) {
  max-width: 392px;
}
@media (max-width: 1024px) {
  .maps_title p:nth-child(1) {
    max-width: 100%;
  }
}
.maps_title p:nth-child(2) {
  max-width: 330px;
}
@media (max-width: 1024px) {
  .maps_title p:nth-child(2) {
    max-width: 100%;
  }
}
.maps_title .btn_dark {
  font-size: 10px;
  line-height: 11px;
  padding: 13px 15px;
  height: 39px;
}
@media (max-width: 640px) {
  .maps_title .btn_dark {
    width: 100%;
  }
}
.maps_in {
  border-radius: 15px;
  overflow: hidden;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .maps_in {
    margin-top: 30px;
  }
}
.maps_in iframe, .maps_in #my_map_all {
  width: 100%;
  height: 410px;
}
@media (max-width: 480px) {
  .maps_in iframe, .maps_in #my_map_all {
    height: 300px;
  }
}

.maps_in .placemark_layout_container {
  position: relative;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.maps_in .square_layout {
  position: absolute;
  left: -51px;
  top: -20px;
  width: 102px;
  height: 41px;
  line-height: 41px;
  background-color: #FFF;
  border-radius: 25px;
  color: #242F3F;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.maps_in .square_layout:before {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 40px;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}
.maps_in ymaps .catalog-item-img-in {
  width: 280px;
  height: 187px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.maps_in ymaps .catalog-item-cnt {
  padding: 15px;
}
.maps_in ymaps .price-item-v {
  margin-top: 0;
  font-size: 16px;
  line-height: inherit;
}
.maps_in ymaps .catalog-item {
  width: 280px;
}
.maps_in #my_map_all .ymaps-2-1-79-balloon {
  border-radius: 10px;
  width: 280px;
}
.maps_in #my_map_all .ymaps-2-1-79-balloon__layout {
  border-radius: 10px;
  box-sizing: content-box;
}
.maps_in #my_map_all .ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {
  margin-right: 0px;
}
.maps_in #my_map_all .ymaps-2-1-79-balloon__content {
  padding: 0px;
  border-radius: 10px;
}
.maps_in #my_map_all .ymaps-2-1-79-balloon__close-button {
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgLjdsLS43LS43TDcgNi4zLjcgMCAwIC43IDYuMyA3IDAgMTMuM2wuNy43TDcgNy43bDYuMyA2LjMuNy0uN0w3LjcgN3oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) 50% no-repeat #fff;
  opacity: 1;
}

.maps_in ymaps .catalog-item-cnt {
  padding: 15px;
}
.maps_in ymaps .card-rating {
  cursor: pointer;
}
.maps_in ymaps .card-rating {
  font-weight: 600;
  line-height: 24px;
  color: #A7015E;
}
.maps_in ymaps .card-rating .icon-start {
  margin-right: 4px;
  display: inline-block;
  color: #A7015E;
  font-size: 16px;
}
.maps_in ymaps .card-rating .icon-start:before {
  content: "★";
}
.maps_in ymaps .card-rating span {
  font-weight: normal;
  color: rgba(83, 93, 106, 0.81);
}
.maps_in ymaps .card-t {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #242F3F;
}
.maps_in ymaps .card-tools {
  padding-top: 10px;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  margin-top: 10px;
  border-top: 1px solid #B5BFCD;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.maps_in ymaps .price-item-t {
  line-height: 24px;
  color: #535D6A;
}
.maps_in ymaps .price-item-v {
  margin-top: 0;
  font-size: 16px;
  line-height: inherit;
  font-weight: 600;
  color: #242F3F;
}

.comfort {
  margin: 60px 0 30px 0;
}
@media (max-width: 1024px) {
  .comfort {
    margin: 30px 0;
  }
}
.comfort .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1024px) {
  .comfort .container {
    align-items: center;
    flex-direction: column-reverse;
  }
}
.comfort .main_title {
  max-width: 600px;
}
@media (max-width: 1024px) {
  .comfort .main_title {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .comfort .main_title br {
    display: none;
  }
}
.comfort_text {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 519px;
}
@media (max-width: 1024px) {
  .comfort_text {
    max-width: 100%;
  }
}
.comfort_text p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16.88px;
  color: #333333;
}
.comfort_right {
  width: 518px;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 640px) {
  .comfort_right {
    width: 100%;
  }
}
.comfort_right .comfort_icon {
  margin-bottom: 93px;
  margin-left: 116px;
}
@media (max-width: 640px) {
  .comfort_right .comfort_icon {
    margin-left: 30%;
  }
}
.comfort_right .comfort_img .comfort_one {
  width: 490px;
  height: 255px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
  left: 0;
}
@media (max-width: 640px) {
  .comfort_right .comfort_img .comfort_one {
    width: 92%;
  }
}
@media (max-width: 480px) {
  .comfort_right .comfort_img .comfort_one {
    height: 200px;
  }
}
.comfort_right .comfort_img .comfort_two {
  position: absolute;
  bottom: 130px;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 369px;
  height: 194px;
  border-radius: 10px;
}
@media (max-width: 640px) {
  .comfort_right .comfort_img .comfort_two {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .comfort_right .comfort_img .comfort_two {
    height: 150px;
  }
}

.comment {
  background: #F5F5F5;
  padding: 30px 0 167px 0;
}
@media (max-width: 640px) {
  .comment {
    padding: 30px 0;
  }
}
.comment .main_title {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1024px) {
  .comment .main_title {
    margin-bottom: 20px;
  }
}
.comment_slider {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .comment_slider {
    gap: 20px;
  }
}
.comment_slider .slider_btn {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #29304B;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .comment_slider .slider_btn {
    display: none;
  }
}
.comment_slider .comment-prev img {
  transform: translateX(-1px);
}
.comment_slider .comment-next img {
  transform: translateX(1px);
}
.comment_slider .swiper-button-disabled {
  background: #9497A5;
}
.comment .comment-scrollbar {
  margin: 50px auto 0 auto;
  max-width: 100%;
  opacity: 1 !important;
  position: static;
  height: 3px;
  border-radius: 3px;
  background: rgba(41, 48, 75, 0.3019607843);
  overflow: hidden;
  display: none;
}
@media (max-width: 640px) {
  .comment .comment-scrollbar {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .comment .comment-scrollbar {
    margin: 30px auto 0 auto;
  }
}
.comment .comment-scrollbar .swiper-scrollbar-drag {
  background: #29304B;
}
.comment_block {
  padding: 15px;
  border-radius: 10px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 640px) {
  .comment_block {
    gap: 10px;
  }
}
.comment_block img {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.comment_block h6 {
  font-family: "Futura PT", sans-serif;
  font-weight: 450;
  font-size: 18px;
  line-height: 18.33px;
  letter-spacing: 0.25px;
  color: #000000;
}
.comment_block p {
  font-weight: 500;
  font-size: 12px;
  line-height: 18.33px;
  letter-spacing: 0.25px;
  color: #000000;
}

.catalog_card_comment {
  background: #FFFFFF;
}
.catalog_card_comment .comment_block {
  background: #f2f2f2;
}

.cooperate .container {
  position: relative;
}
.cooperate_block {
  position: absolute;
  top: -107px;
  right: 0;
  padding: 23px 20px;
  border-radius: 15px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 421px;
}
@media (max-width: 1280px) {
  .cooperate_block {
    right: 20px;
  }
}
@media (max-width: 640px) {
  .cooperate_block {
    position: static;
    width: 100%;
    padding: 20px 0;
  }
}
.cooperate_block h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28.18px;
  letter-spacing: 0.32px;
  color: #141416;
}
.cooperate_block p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: 0.25px;
  color: #333333;
}
.cooperate_block form input {
  font-weight: 500;
  font-size: 12px;
  line-height: 14.09px;
  color: #000000;
  opacity: 30%;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 17px 10px;
}
.cooperate_block form .input_group {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 480px) {
  .cooperate_block form .input_group {
    flex-direction: column;
  }
}
.cooperate_block form .input_group input {
  height: 48px;
}
@media (max-width: 1024px) {
  .cooperate_block form .input_group input {
    width: 100%;
  }
}
.cooperate_block form .input_group input:nth-child(1) {
  width: 122px;
}
@media (max-width: 1024px) {
  .cooperate_block form .input_group input:nth-child(1) {
    width: 100%;
  }
}
.cooperate_block form .input_group input:nth-child(2) {
  width: 174px;
}
@media (max-width: 1024px) {
  .cooperate_block form .input_group input:nth-child(2) {
    width: 100%;
  }
}
.cooperate_block form .custom-checkbox {
  margin: 10px 0 15px 0;
}
@media (max-width: 768px) {
  .cooperate_block form .custom-checkbox {
    margin: 10px 0;
  }
}
.cooperate_block form .btn_dark {
  width: 306px;
  height: 45px;
  font-size: 14px;
  line-height: 16.44px;
}
@media (max-width: 768px) {
  .cooperate_block form .btn_dark {
    width: 100%;
  }
}
.cooperate_img {
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  .cooperate_img {
    height: 250px;
  }
}

.catalog_cooperate .cooperate_block {
  box-shadow: 0px 4px 45.9px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 768px) {
  .catalog_cooperate .cooperate_block {
    box-shadow: none;
  }
}

.catalog .main_title {
  margin: 22px 0 30px 0;
}
@media (max-width: 1024px) {
  .catalog .main_title {
    margin: 20px 0;
  }
}
.catalog_btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px 10px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .catalog_btns {
    gap: 10px;
    margin-bottom: 20px;
  }
}
.catalog_btns .btn_dark {
  font-size: 10px;
  line-height: 11.74px;
  padding: 13px 26px;
  height: 39px;
}
@media (max-width: 1024px) {
  .catalog_btns .btn_dark {
    height: 30px;
    padding: 5px 20px;
  }
}
.catalog_btns .reset_filter_btn {
  font-size: 10px;
  line-height: 11.74px;
  padding: 13px 26px;
  height: 39px;
  border: 1px solid rgba(51, 51, 51, 0.3019607843);
  border-radius: 7px;
}
@media (max-width: 1024px) {
  .catalog_btns .reset_filter_btn {
    height: 30px;
    padding: 5px 20px;
  }
}
.catalog_btn {
  height: 39px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 11px 12px;
  border-radius: 7px;
  border: 1px solid rgba(51, 51, 51, 0.3019607843);
  transition: 0.2s ease;
}
@media (max-width: 1024px) {
  .catalog_btn {
    height: 30px;
    padding: 5px 10px;
  }
}
.catalog_btn svg path {
  transition: 0.2s ease;
}
.catalog_btn span {
  white-space: nowrap;
  font-weight: 500;
  font-size: 10px;
  line-height: 11.74px;
  color: #000000;
  transition: 0.2s ease;
}
.catalog_btn input {
  width: 60px;
  white-space: nowrap;
  font-weight: 500;
  font-size: 10px;
  line-height: 11.74px;
  color: #000000;
  transition: 0.2s ease;
}
.catalog_btn:hover {
  background: #29304B;
  border: 1px solid transparent;
}
.catalog_btn:hover svg path {
  fill: #FFFFFF;
}
.catalog_btn:hover input {
  color: #FFFFFF;
}
.catalog_btn:hover span {
  color: #FFFFFF;
}
.catalog_title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16.44px;
  color: #333333;
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  .catalog_title {
    margin-bottom: 15px;
  }
}
.catalog_map {
  width: calc(50% - 15px);
  height: 410px;
  position: sticky;
  top: 10px;
}
@media (max-width: 1024px) {
  .catalog_map {
    height: 250px;
    width: 100%;
    position: static;
  }
}
.catalog_map iframe {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.catalog_in {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1024px) {
  .catalog_in {
    flex-direction: column-reverse;
    gap: 190px;
  }
}
.catalog_cards {
  width: calc(50% - 15px);
  gap: 40px 25px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .catalog_cards {
    gap: 20px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .catalog_cards {
    gap: 10px;
  }
}
.catalog_cards .btn_dark {
  padding: 5px 10px;
  width: 100%;
}
.catalog_card {
  width: calc(50% - 12.5px);
}
.catalog_card.hidden {
  display: none;
}
@media (max-width: 1024px) {
  .catalog_card {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .catalog_card {
    width: calc(50% - 5px);
  }
}
.catalog_card_text {
  margin-top: 12px;
}
@media (max-width: 480px) {
  .catalog_card_text {
    margin-top: 5px;
  }
}
.catalog_card_text h6 {
  font-weight: 500;
  font-size: 14.88px;
  line-height: 19px;
  color: #222222;
}
@media (max-width: 480px) {
  .catalog_card_text h6 {
    font-size: 14px;
    line-height: 16px;
  }
}
.catalog_card_text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #6A6A6A;
  margin-top: 2px;
}
@media (max-width: 480px) {
  .catalog_card_text p {
    font-size: 12px;
    line-height: 14px;
  }
}
.catalog_card_text h5 {
  margin-top: 8px;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #222222;
}
@media (max-width: 480px) {
  .catalog_card_text h5 {
    font-size: 12px;
    line-height: 14px;
  }
}
.catalog_card_text h5 b {
  font-weight: 500;
}
.catalog_card_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog_card_title span {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #222222;
  display: flex;
  align-items: center;
  gap: 3px;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .catalog_card_title span {
    gap: 2px;
    font-size: 12px;
    line-height: 14px;
  }
}
.catalog .catalog_slider {
  width: 100%;
}
.catalog .catalog_cardSwiper .catalog_card_img img {
  width: 100%;
  border-radius: 10px;
}
.catalog .catalog_cardSwiper .heart {
  position: absolute;
  top: 15px;
  border-radius: 50%;
  right: 15px;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .catalog .catalog_cardSwiper .heart svg {
    width: 10px;
    height: 10px;
  }
}
.catalog .catalog_cardSwiper .heart.active {
  background: #FFFFFF;
}
.catalog .catalog_cardSwiper .heart.active svg path {
  fill: #29304B;
}
@media (max-width: 1024px) {
  .catalog .catalog_cardSwiper .heart {
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
  }
}
.catalog .catalog_cardSwiper .catalog_card-pagination {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 12px;
  right: 0;
  margin: 0 auto;
  transform: translate(0);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.catalog .catalog_cardSwiper .catalog_card-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
  margin: 0;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .catalog .catalog_cardSwiper .catalog_card-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
}
.catalog .catalog_cardSwiper .catalog_card-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}
.catalog_btn_wrap {
  position: relative;
}
.catalog_btn_content {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: calc(100% + 9px);
  padding: 14px 10px 18px 10px;
  background: #FFFFFF;
  box-shadow: 0px 4px 45.9px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 19px;
  z-index: 3;
}
@media (max-width: 768px) {
  .catalog_btn_content {
    padding: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalog_btn_content.active {
  display: grid;
}
.catalog_btn_content label {
  font-weight: 500;
  font-size: 10px;
  line-height: 11.74px;
  color: #333333;
}
.catalog_btn_content .custom-checkbox {
  white-space: wrap;
  gap: 5px;
}
.catalog_btn_content .custom-checkbox span {
  width: 14px;
  height: 14px;
}
.catalog_btn_content .custom-checkbox span::after {
  width: 8px;
  height: 6px;
}

.catalog_page .main_title {
  margin: 24px 0 50px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .catalog_page .main_title {
    flex-direction: column;
    align-items: start;
    margin: 20px 0;
    gap: 10px;
  }
}
.catalog_page .main_title span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16.44px;
  color: #333333;
  opacity: 70%;
}
.catalog_page_slider {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .catalog_page_slider {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.catalog_page_slider .slider_btn {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #29304B;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .catalog_page_slider .slider_btn {
    display: none;
  }
}
.catalog_page_slider .catalog_page-prev img {
  transform: translateX(-1px);
}
.catalog_page_slider .catalog_page-next img {
  transform: translateX(1px);
}
.catalog_page_slider .swiper-button-disabled {
  background: #9497A5;
}
.catalog_page_slider .catalog_page-scrollbar {
  margin: 50px auto 0 auto;
  max-width: 100%;
  opacity: 1 !important;
  position: static;
  height: 3px;
  border-radius: 3px;
  background: rgba(41, 48, 75, 0.3019607843);
  overflow: hidden;
  display: none;
}
@media (max-width: 768px) {
  .catalog_page_slider .catalog_page-scrollbar {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .catalog_page_slider .catalog_page-scrollbar {
    margin: 30px auto 0 auto;
  }
}
.catalog_page_slider .catalog_page-scrollbar .swiper-scrollbar-drag {
  background: #29304B;
}
.catalog_page_block {
  border-radius: 17px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  gap: 11px;
  height: 433px;
}
@media (max-width: 1024px) {
  .catalog_page_block {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .catalog_page_block {
    height: 250px;
  }
}
@media (max-width: 640px) {
  .catalog_page_block {
    height: auto;
    flex-direction: column;
  }
}
.catalog_page_block a {
  border-radius: 13px;
  padding: 7px 13px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  z-index: 2;
  bottom: 33px;
  left: 18px;
}
@media (max-width: 768px) {
  .catalog_page_block a {
    left: 10px;
    bottom: 10px;
  }
}
.catalog_page_block a span {
  font-weight: 500;
  font-size: 12.79px;
  line-height: 15.02px;
  color: #000000;
}
.catalog_page_block a img {
  width: 13px;
  height: 13px;
}
.catalog_page_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog_page_block_left {
  width: 476px;
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .catalog_page_block_left {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .catalog_page_block_left {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 480px) {
  .catalog_page_block_left {
    height: 200px;
  }
}
.catalog_page_block_right {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
}
@media (max-width: 768px) {
  .catalog_page_block_right {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .catalog_page_block_right {
    width: 100%;
    height: 310px;
  }
}
@media (max-width: 480px) {
  .catalog_page_block_right {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .catalog_page_block_right img {
    height: 120px;
  }
}
@media (max-width: 640px) {
  .catalog_page_block_right img {
    height: 150px;
  }
}
@media (max-width: 480px) {
  .catalog_page_block_right img {
    height: 120px;
  }
}
.catalog_page .services {
  margin-bottom: 60px;
  display: flex;
  align-items: start;
  gap: 40px;
}
@media (max-width: 1280px) {
  .catalog_page .services {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .catalog_page .services {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1024px) {
  .catalog_page .services {
    margin-bottom: 30px;
  }
}
.catalog_page .services_left {
  max-width: 579px;
}
@media (max-width: 768px) {
  .catalog_page .services_left {
    max-width: 100%;
  }
}
.catalog_page .services .main_title {
  margin: 0 0 10px 0;
}
.catalog_page .services_text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .catalog_page .services_text {
    margin-bottom: 20px;
  }
}
.catalog_page .services_text p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16.44px;
  color: #707070;
}
.catalog_page .services_text a {
  font-weight: 600;
  font-size: 14px;
  line-height: 16.44px;
  color: #29304B;
}
.catalog_page .services .services_calendar {
  display: flex;
  align-items: end;
  gap: 15px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .catalog_page .services .services_calendar {
    flex-direction: column;
    align-items: start;
  }
}
.catalog_page .services .services_calendar .calendar_btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.catalog_page .services .services_calendar .slider_btn {
  flex-shrink: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #29304B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog_page .services .services_calendar .slider_btn img {
  width: 10px;
  height: 8px;
}
.catalog_page .services .services_calendar .calendar-prev img {
  transform: translateX(-1px);
}
.catalog_page .services .services_calendar .calendar-next img {
  transform: translateX(1px);
}
.catalog_page .services .services_calendar .swiper-button-disabled {
  background: #9497A5;
}
.catalog_page .services .services_calendar .calendar {
  width: 208px;
  padding: 15px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.catalog_page .services .services_calendar .calendar .calendar-header {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.catalog_page .services .services_calendar .calendar #monthYear {
  font-weight: 500;
  font-size: 16px;
  line-height: 18.78px;
  color: #000000;
  text-transform: capitalize;
}
.catalog_page .services .services_calendar .calendar .weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  padding-bottom: 15px;
}
.catalog_page .services .services_calendar .calendar .weekdays span {
  font-weight: 500;
  font-size: 10px;
  line-height: 11.74px;
  color: #000000;
}
.catalog_page .services .services_calendar .calendar .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}
.catalog_page .services .services_calendar .calendar .days span {
  font-weight: 500;
  font-size: 10px;
  line-height: 11.74px;
  color: #000000;
  text-align: center;
  cursor: pointer;
}
.catalog_page .services .services_calendar .calendar .days span.today {
  background: #2c2c3c;
  color: white;
}
.catalog_page .services .services_calendar .calendar .days span.prev-month, .catalog_page .services .services_calendar .calendar .days span.next-month {
  color: #ccc;
}
.catalog_page .services .services_calendar .social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.catalog_page .services .services_calendar .social a {
  font-family: "Futura PT", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.51px;
  letter-spacing: 1%;
  color: #100943;
}
.catalog_page .services .food_sleep {
  max-width: 451px;
}
.catalog_page .services .food_sleep h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23.48px;
  letter-spacing: -2%;
  color: #000000;
  margin-bottom: 30px;
}
.catalog_page .services .food_sleep_in {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3019607843);
}
@media (max-width: 1024px) {
  .catalog_page .services .food_sleep_in {
    max-width: 280px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.catalog_page .services .food_sleep_block {
  white-space: nowrap;
}
.catalog_page .services .food_sleep_block p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16.44px;
  color: #333333;
  margin: 15px 0 5px 0;
}
.catalog_page .services .food_sleep_block a {
  font-weight: 600;
  font-size: 14px;
  line-height: 16.44px;
  color: #222222;
}
.catalog_page .services .amenities {
  max-width: 451px;
}
.catalog_page .services .amenities h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23.48px;
  letter-spacing: -2%;
  color: #000000;
  margin-bottom: 30px;
}
.catalog_page .services .amenities_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 30px;
  max-width: 280px;
}
.catalog_page .services .amenities_block {
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
}
.catalog_page .services .amenities_block p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16.44px;
  color: #333333;
  margin: 15px 0 5px 0;
}
.catalog_page .services_right {
  width: 540px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #F2F2F2;
  padding: 20px 20px 30px 20px;
  position: sticky;
  top: 20px;
}
@media (max-width: 1280px) {
  .catalog_page .services_right {
    width: auto;
  }
}
@media (max-width: 768px) {
  .catalog_page .services_right {
    width: 100%;
    position: static;
  }
}
.catalog_page .services_right h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 32.87px;
  color: #29304B;
  margin-bottom: 10px;
}
.catalog_page .services_right p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16.88px;
  color: #333333;
  max-width: 355px;
}
.catalog_page .services_right b {
  font-weight: 600;
  font-size: 16px;
  line-height: 19.29px;
  color: #29304B;
}
.catalog_page .services_right .text_two {
  margin: 10px 0 15px 0;
}
.catalog_page .services_right ul {
  margin: 20px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (max-width: 1280px) {
  .catalog_page .services_right ul {
    margin: 15px 0;
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalog_page .services_right ul li {
  display: flex;
  align-items: center;
  gap: 3px;
}
.catalog_page .services_right ul b {
  display: inline;
}
.catalog_page .services_right ul span {
  display: inline;
  font-weight: 500;
  font-size: 14px;
  line-height: 16.88px;
  color: #333333;
}
.catalog_page .services_right .btn_dark {
  width: 460px;
}
@media (max-width: 1280px) {
  .catalog_page .services_right .btn_dark {
    width: 100%;
  }
}

.news .main_title {
  margin: 22px 0 30px 0;
}
@media (max-width: 1024px) {
  .news .main_title {
    margin: 20px 0;
  }
}
.news_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1024px) {
  .news_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .news_cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news_card {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1024px) {
  .news_card {
    gap: 10px;
  }
}
.news_card img {
  border-radius: 10px;
}
.news_card h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23.48px;
  letter-spacing: -2%;
  color: #000000;
}
@media (max-width: 1024px) {
  .news_card h6 {
    font-size: 16px;
    line-height: 18px;
  }
}
.news_card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.44px;
  letter-spacing: -2%;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_card a {
  width: 100%;
}

.landlords {
  margin-top: 22px;
}
.landlords_in {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 1024px) {
  .landlords_in {
    flex-direction: column;
  }
}
.landlords_left {
  max-width: 533px;
}
@media (max-width: 1024px) {
  .landlords_left {
    max-width: 100%;
  }
}
.landlords_text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.landlords_right {
  width: 473px;
  display: flex;
  gap: 24px 30px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .landlords_right {
    width: 100%;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .landlords_right {
    gap: 10px;
  }
}
.landlords_right img {
  border-radius: 10px;
  width: 222px;
  height: 166px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .landlords_right img {
    width: 100%;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .landlords_right img {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .landlords_right img {
    height: 110px;
  }
}
.landlords_img {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1024px) {
  .landlords_img {
    width: 100%;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .landlords_img {
    gap: 10px;
  }
}
.landlords_img_two {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .landlords_img_two {
    margin-top: 15px;
  }
}
.landlords .main_title {
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  .landlords .main_title {
    margin-bottom: 20px;
  }
}
.landlords p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16.88px;
  color: #333333;
}

.contact {
  background: #FAFAFA;
  padding: 54px 0 32px 0;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .contact {
    padding: 24px 0;
    margin-top: 30px;
  }
}
.contact_in {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1024px) {
  .contact_in {
    flex-wrap: wrap;
  }
}
.contact form input {
  font-weight: 500;
  font-size: 12px;
  line-height: 14.09px;
  color: #000000;
  opacity: 30%;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 17px 10px;
}
.contact form .input_group {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 480px) {
  .contact form .input_group {
    margin-top: 20px;
    flex-direction: column;
  }
}
.contact form .input_group input {
  height: 48px;
}
@media (max-width: 1024px) {
  .contact form .input_group input {
    width: 100%;
  }
}
.contact form .input_group input:nth-child(1) {
  width: 190px;
}
@media (max-width: 1024px) {
  .contact form .input_group input:nth-child(1) {
    width: 100%;
  }
}
.contact form .input_group input:nth-child(2) {
  width: 190px;
}
@media (max-width: 1024px) {
  .contact form .input_group input:nth-child(2) {
    width: 100%;
  }
}
.contact form .custom-checkbox {
  margin: 10px 0 15px 0;
}
@media (max-width: 768px) {
  .contact form .custom-checkbox {
    margin: 10px 0;
  }
}
.contact form .btn_dark {
  width: 306px;
  height: 45px;
  font-size: 14px;
  line-height: 16.44px;
  opacity: 1;
}
.contact form .btn_dark[disabled],
.cooperate_block form .btn_dark[disabled] {
  opacity: 0.5;
  cursor: default;
}
@media (max-width: 768px) {
  .contact form .btn_dark {
    width: 100%;
  }
}
.contact_social {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 12px;
}
.contact_social a {
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .contact_block {
    max-width: 100%;
  }
}
.contact_block_one {
  max-width: 465px;
}
@media (max-width: 1024px) {
  .contact_block_one {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .contact_block_two {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .contact_block_two {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .contact_block_three {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .contact_block_three {
    width: 100%;
  }
}
.contact h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 42.26px;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .contact h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
.contact p {
  font-weight: 400;
  font-size: 16px;
  line-height: 18.78px;
  letter-spacing: 1%;
  color: #333333;
}
.contact ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.contact li {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.44px;
  letter-spacing: 1%;
  color: #333333;
}

.main_contact {
  margin-top: 0;
}

.footer {
  background: #FAFAFA;
}
.footer_in {
  border-top: 1px solid #B2B2B2;
  padding: 28px 0 32px 0;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1024px) {
  .footer_in {
    padding: 24px 0;
    gap: 20px;
    flex-direction: column;
  }
}
.footer_link_block {
  display: flex;
  gap: 46px;
}
@media (max-width: 480px) {
  .footer_link_block {
    gap: 10px;
    justify-content: space-between;
  }
}
.footer_link_block h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 18.78px;
  letter-spacing: 1%;
  color: #333333;
}
.footer_link_block ul {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer_link_block a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.44px;
  letter-spacing: 1%;
  color: #333333;
}
@media (max-width: 1024px) {
  .footer_block {
    width: 100%;
  }
}
.footer iframe {
  width: 360px;
  height: 177px;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .footer iframe {
    width: 100%;
    height: 250px;
  }
}
@media (max-width: 480px) {
  .footer iframe {
    height: 177px;
  }
}
.footer_logo {
  font-weight: 450;
  font-size: 24px;
  line-height: 30.77px;
  color: #29304B;
}
@media (max-width: 480px) {
  .footer_logo {
    width: 100%;
    text-align: center;
  }
}
.footer .policy_link {
  margin-top: 13px;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.44px;
  letter-spacing: 1%;
  color: #333333;
}
@media (max-width: 480px) {
  .footer .policy_link {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
}


.content_text p, .content_text div {
	margin: 10px 0 15px 0;
	line-height: 130%;
}
.wx_catalog_btn_content {
  padding-top: 38px !important;
  padding-right: 20px !important;
}
.wx_catalog_btn_content > div:first-child {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  padding-right: 10px;
}
.catalog_btn_wrap.is_price .catalog_btn_content.active,
.catalog_btn_wrap.is_guests .catalog_btn_content.active,
.catalog_btn_wrap.is_slipping .catalog_btn_content.active,
.catalog_btn_wrap.is_bedrooms .catalog_btn_content.active,
.catalog_btn_wrap.is_mkad .catalog_btn_content.active {
  display: block;
  width: 200px;
  padding: 20px;
}
.catalog_btn_wrap.is_guests .catalog_btn_content.active,
.catalog_btn_wrap.is_slipping .catalog_btn_content.active,
.catalog_btn_wrap.is_bedrooms .catalog_btn_content.active {
  padding-right: 50px;
}
.catalog_btn_wrap.is_price .catalog_btn_content .prices_fld,
.catalog_btn_wrap.is_mkad .catalog_btn_content .mkad_fld {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  align-content: center;
  margin-bottom: 15px;
}
.catalog_btn_wrap.is_price .catalog_btn_content.active input[type="text"] {
  border: 1px solid #c5c5c5;
  width: 75px;
  padding: 5px;
}
.catalog_btn_wrap.is_mkad .catalog_btn_content.active input[type="text"] {
  border: 1px solid #c5c5c5;
  width: 65px;
  padding: 5px;
}
#handle_guests,
#handle_slipping,
#handle_bedrooms {
  width: 3em;
  height: 1.6em;
  top: 50%;
  margin-top: -.8em;
  text-align: center;
  line-height: 1.6em;
}
.wx_pagination {
	margin-top: 25px;
}
.wx_pagination nav[role='navigation'] > div:first-child,
.wx_pagination nav[role='navigation'] > div:last-child > div:first-child {
	display: none;
}
.wx_pagination nav[role='navigation'] > div:last-child > div:last-child > span > a,
.wx_pagination nav[role='navigation'] > div:last-child > div:last-child > span > span {
	border: 1px solid #c5c5c5;
	padding: 5px 10px;
}
.wx_pagination nav[role='navigation'] [rel='next'],
.wx_pagination nav[role='navigation'] [rel='prev'],
.wx_pagination nav[role='navigation'] [aria-disabled] {
	display: none;
}
.wx_pagination nav[role='navigation']:before {
	content: "Страницы: ";
	float: left;
	border: 1px solid #c5c5c5;
	padding: 5px 10px;
	margin-right: 5px;
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	color: #6A6A6A;
}
.wx_catalog_item_photo_main {
	width: 100%;
	height: 100%;
	max-height: 433px;
	background-size: cover;
}
.wx_catalog_item_photo_dop {
	width: 100%;
	height: 100%;
	max-width: 274px;
	max-height: 211px;
	background-size: cover;
}
.catalog_page_block_right {
	width: calc(100% - 476px);
}
@media (max-width: 768px) {
	.catalog_page_block_right {
		width: 50%;
	}
}
@media (max-width: 640px) {
	.catalog_page_block_right {
		width: 100%;
	}
}
.text-box.closed {
	max-height: 150px;
	overflow: hidden;
}
.readmore-text {
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	margin-top: 10px;
	line-height: 26px;
	color: #333333;
}
.readmore-text .icon-down {
	margin-left: 7px;
	font-size: 11px;
	display: inline-block;
}
.read-text {
	border-bottom: 1px dashed #333333;
}
.readmore-text:hover .read-text {
	border-bottom: 1px dashed transparent;
}
.wx-calendar ul,
.wx-calendar ul li {
	display: block !important;
}
.wx-calendar ul li span {
	display: inline-block !important;
	line-height: unset !important;
}
.home_filter {
    max-width: 890px;
}
@media (max-width: 1024px) {
  .home_filter .is_slipping {
    display: none;
  }
}
.booking_date_from, .booking_date_to {
  cursor: pointer;
}
.is_guests input[type='text'],
.is_slipping input[type='text'],
.is_bedrooms input[type='text'] {
    border: 1px solid #B2B2B2;
    border-radius: 2.3px;
    width: 100%;
    padding: 5px 6px;
    margin: 0 5px;
}
.filter_quantity_inner {
    display: flex;
}
.filter_quantity_inner button {
    width: 50px;
    font-size: 25px;
    color: #EAEAED;
    border-radius: 3px;
    background: #29304B;
}

.catalog_btn_wrap .is_badge {
  position: absolute;
  right: -7px;
  top: -7px;
  padding: 3px 6px;
  border-radius: 10px;
  background-color: #29304B;
  color: #ffffff;
  font-weight: bold;
  visibility: hidden;
}

.catalog_page_block a.fancy {
  border-radius: 0;
  padding: 0;
  background: #FFFFFF;
  display: inline;
  position: unset;
}
.catalog_page_block a.fancy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog_page .services {
	justify-content: space-between;
}
.catalog_page .services_right ul li {
	flex-wrap: wrap;
}
/*# sourceMappingURL=style.css.map */
