* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
span,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: none;
  text-decoration: none;
}

a {
  text-decoration-skip-ink: none;
  text-decoration: none;
}

img {
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  background: #efedf3;
}
.objects-search {
  width: 100%;
}
.search-container {
  max-width: 90rem;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.loader-body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 7;
}
.loader-body.hide {
  display: none;
}
.search-form {
  display: flex;
  gap: 12px;
  padding: 40px 0px 16px;
  background-color: transparent;
  width: 100%;
}
.select-group {
  display: flex;
  flex-grow: 1;
  background-color: rgba(120, 118, 147, 0.1);
}
.select-wrapper {
  position: relative;
  flex-grow: 1;
}
.select-face {
  padding: 15px;
  /* border: 1px solid #e1e3e5; */
  /* border-radius: 10px; */
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.select-wrapper:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: rgba(120, 118, 147, 0.2);
  position: absolute;
  right: -0.5px;
  top: 50%;
  transform: translateY(-50%);
}

.select-face-text {
  font-size: 14px;
  color: #262626;
  pointer-events: none;
  max-width: 140px;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
/* .select-wrapper:nth-child(1) {
    width: 90px;
} */
/* .select-wrapper:nth-child(2) {
    width: 240px;
}
.select-wrapper:nth-child(3) {
    width: 136px;
}
.select-wrapper:nth-child(4) {
    width: 240px;
}
.select-wrapper:nth-child(5) {
    width: 200px;
}
.select-wrapper:nth-child(6) {
    width: 130px;
    flex-shrink: 0;
} */
input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: visible;
  z-index: -1;
}
.select-body {
  min-width: 280px;
  max-height: 310px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 5;
  transform: translateY(100%);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 17px;
  .select-list {
    padding: 0;
    margin: 0;
  }
  .select-list-item {
    cursor: pointer !important;
    display: flex;
    align-items: center;
  }
  input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 1px solid #353148;
  }
  input[type="checkbox"]:checked {
    accent-color: #353148;
  }
}
.select-body.rooms {
  padding: 16px;
}
.select-body.rooms .select-list {
  width: 100%;
}
.select-body.rooms .select-list .select-list-item {
  flex-grow: 1;
}
.select-body.rooms .select-list-item label {
  display: flex;
  justify-content: center;
}
.select-body.price {
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.price-input-wrap{
    width: 100%;
    display: flex;
}
.price-input::-webkit-outer-spin-button,
.price-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.reset-search {
  position: absolute;
  top: 10px;
  right: 30px;
  background-color: transparent;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #6e6e84;
  font-size: 16px;
}

.select-body.price .price-input {
  border: 1px solid #e1e3e5;
  /* border-radius: 10px; */
  color: #262626;
  font-size: 14px;
  padding: 15px;
  background-color: #ffffff;
  position: relative;
  -moz-appearance: textfield;
}
.type-radio-group {
  display: flex;
  align-items: center;
  padding: 4px;
  background-color: rgba(120, 118, 147, 0.1);
  gap: 2px;
}
.type-radio-group label {
  padding: 0 16px;
  color: #787693;
   display: flex;
  justify-content: center;
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 400;

}
.select-list input[type="radio"]:checked + label {
  background: #6e6e84;
  color: #fff;
  transition: 0.3s;
  margin-bottom: 0;
}
.type-radio-group input:checked + label {
  background: #fff;
  color: #353148;
  transition: 0.3s;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.select-body.rooms .select-list .select-list-item input:checked + label {
  border: 1px solid #353148;
  background: rgba(120, 118, 147, 0.1);
}
.select-body-title {
  color: var(--brand-strong, #353148);
  margin-bottom: 16px;
  font-family: var(--font-family-sans, Manrope);
  font-size: var(--font-size-caption-2, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.select-body.price .price-input:nth-child(1) {
  border-right: none;
  /* border-radius: 10px 0 0 10px; */
}
.select-body.price .price-input:nth-child(2) {
  /* border-radius: 0 10px 10px 0; */
}
.select-body.rooms .select-list {
  display: flex;
  gap: 4px;
  overflow: hidden;
}
.select-body.rooms .select-list .select-list-item label {
  height: 40px;
  background-color: rgba(120, 118, 147, 0.1);
  margin: 0;
  color: #353148;
}
.select-body.rooms .select-list .select-list-item:nth-last-child(1) {
  border-right: none;
}

.select-list-item.disable {
  opacity: 0.5;
  pointer-events: none;

}
.select-body label {
  margin-left: 8px;
  height: 34px;
  display: block;
  width: 100%;
  cursor: pointer !important;
  font-size: 16px;
  color: #262626;
  font-weight: 350;
  background-color: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
/* .select-body label:hover {
  background: #9999b7;
  color: #fff;
  transition: 0.3s;
} */

.select-body.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: 0.3s;
}
.search-button {
  height: 48px;

  background-color: #353148;
  display: flex;
  padding: 0 16px;
  gap: 8px;
  color: #fff;
  font-size: 16px;
  min-width: 200px;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}
.search-button-text {
  display: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.search-cards-wrapper {
  display: flex;
  gap: 24px;
  margin-top: 20px;
  flex-wrap: wrap;
  min-height: 250px;
}
.search-card {
  width: 100%;
  background-color: #fff;

  overflow: hidden;
  display: flex;
  height: fit-content;
  transition: 0.3s;
  cursor: pointer;
}
.search-card:hover .search-card-info {
  transition: 0.3s;
background-color:#E5E5EA;

}

.search-card-img-wrap {
  width: 50%;
  position: relative;
  max-height: 302px;
  overflow: hidden;
}
.search-card-img-wrap.big-imgs {
  max-height: 100%;
}
.search-card-img-wrap span {
  position: absolute;
  top: 15px;
  left: 15px;
background: rgba(26, 26, 28, 0.30);
backdrop-filter: blur(100px);
  height: 22px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  color: #FFF;
  line-height: 135%;
}
.search-card-img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.search-card .search-card-info {
  padding: 16px;
  background-color: #fff;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 300px);
}

.search-card-info-title {
  font-size: 26px;
  font-weight: 350;
  line-height: 120%;
  color: #292938;
  margin-bottom: 7px;
}
.search-card-info-deskr {
  font-size: 14px;
  line-height: 18px;
  color: #6e6e84;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.search-card-info-deskr.show-all {
  -webkit-line-clamp: none;
  overflow: visible;
}
.geo {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #6e6e84;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 135%;
  margin-bottom: 16px;
  border-bottom:1px solid rgba(120, 118, 147, 0.20) ;
  padding-bottom: 16px;
}
.info-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.info-wrap .info-item {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #6e6e84;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 135%;
}
.info-item .sq::after {
  content: "2";
  font-size: 10px;
  position: relative;
  top: -5px;
}
.bottom-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.search-card-info-price {
  color: #353148;
  font-family: Circe;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: block;
}
.object-popup-body .info-wrap .info-item {
  color: #292938;
}

.search-card-info-link {
  cursor: pointer;
  height: 45px;
  padding: 0 24px;
  border-radius: 10px;
  background: #292938;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: #fff;
  cursor: pointer;
}
.search-card-info-link:hover {
  background: #52525e;
  transition: 0.3s;
}
.loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #25b09b;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
.skeleton-card {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.skeleton-card img {
  width: 100%;
  height: auto;
  display: block;
}
.skeleton-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
  transform: translateX(-100%);
  animation: skeleton-shimmer 1.5s ease-in-out infinite;
}
@keyframes skeleton-shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
.search-empty-text {
  margin: 30px auto;
  font-size: 20px;
}
.load-more-cards {
  font-size: 16px;
  width: 200px;
  text-transform: uppercase;
  text-align: center;
  color: #787693;
  background-color: transparent;
  border: 1px solid #787693;
  cursor: pointer;
  height: 48px;
  margin-top: 24px;
  transition: 0.3s;
}
.load-more-cards:hover{
  opacity: 0.8;
    transition: 0.3s;

}
.load-more-cards.hide {
  display: none;
}
/* .project-modal{
    align-items: baseline;
} */
.show-more-text {
  width: fit-content;
  margin-bottom: 10px;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  color: #292938;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.show-more-text svg {
  position: relative;
  top: 2px;
}
.error-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  margin: 0 auto;
}
.error-wrap .reset-search {
  position: static;
  color: #292938;
  display: flex;
  gap: 8px;
}

.error-wrap .img-wrap {
  margin-bottom: 30px;
}
.error-wrap .small-text {
  font-size: 16px;
  font-weight: 350;
  color: #292938;
  margin-bottom: 5px;
}
.error-wrap .text {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 32px;
}
.error-wrap .search-card-info-link {
  margin-bottom: 24px;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
.object-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 41, 45, 0.6);
  z-index: 998;
  display: none;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}
.project-main .show-more{
    position: absolute;
    bottom: 16px;
    z-index: 3;
    left: 16px;
}
.gradient{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 70%);
       position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 100px;
}
.object-popup.show {
  display: flex;
}
.pop-title{
    color: var(--black-solid, #1A1A1C);
font-variant-numeric: lining-nums proportional-nums;
font-size: var(--font-size-body, 16px);
font-style: normal;
font-weight: 400;
line-height: 125%; /* 20px */
text-transform: uppercase;
}
.filter-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999998;
}
.filter-overlay.active {
  display: block;
}
.project-main {
  /* max-height: 800px; */
  /* max-width: 1024px;
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  padding: 22px 24px;
  overflow: hidden; */
  transition: max-height 0.5s ease;
  /* overflow: hidden; */
}
.project-main.full {
 max-height:100%;
  overflow: scroll;
}
.project-modal__content{
    overflow: hidden;
}
.project-modal__content.scroll{
    overflow: auto;
}
.object-popup-close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 20px;
  right: 20px;
  background-color: transparent;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCiAgdmlld0JveD0iMCAwIDIxMi45ODIgMjEyLjk4MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjEyLjk4MiAyMTIuOTgyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgZmlsbD0iI2ZmZiI+CjxnIGlkPSJDbG9zZSI+CiAgPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTEzMS44MDQsMTA2LjQ5MWw3NS45MzYtNzUuOTM2YzYuOTktNi45OSw2Ljk5LTE4LjMyMywwLTI1LjMxMgogICAgYy02Ljk5LTYuOTktMTguMzIyLTYuOTktMjUuMzEyLDBsLTc1LjkzNyw3NS45MzdMMzAuNTU0LDUuMjQyYy02Ljk5LTYuOTktMTguMzIyLTYuOTktMjUuMzEyLDBjLTYuOTg5LDYuOTktNi45ODksMTguMzIzLDAsMjUuMzEyCiAgICBsNzUuOTM3LDc1LjkzNkw1LjI0MiwxODIuNDI3Yy02Ljk4OSw2Ljk5LTYuOTg5LDE4LjMyMywwLDI1LjMxMmM2Ljk5LDYuOTksMTguMzIyLDYuOTksMjUuMzEyLDBsNzUuOTM3LTc1LjkzN2w3NS45MzcsNzUuOTM3CiAgICBjNi45ODksNi45OSwxOC4zMjIsNi45OSwyNS4zMTIsMGM2Ljk5LTYuOTksNi45OS0xOC4zMjIsMC0yNS4zMTJMMTMxLjgwNCwxMDYuNDkxeiIvPgo8L2c+Cjwvc3ZnPgo=");
}
.pop-slider {
  max-width: 100%;
  height: 470px;
  position: relative;
  display: flex;
  overflow: hidden;
  margin-bottom: 24px;
}
.obj-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.obj-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.object-popup-body .content-wrap {
  margin-top: 16px;
  display: flex;
  gap: 16px;
  height: 100%;
  overflow: auto;
 
}
.object-popup-body .content-wrap .content{
   max-width: 100%;
    flex-shrink: 2;
    min-width: 0; /* важливо для flex! */
    flex: 1;  
    
}
.content-wrap .title {
  font-weight: 400;
  font-size: 32px;
  color: #353148;
  margin-bottom: 24px;
  margin-top: 12px;
  line-height: 120%;
}
.content-wrap .price {
  font-family: Cormorantgaramond, sans-serif;
  color: #353148;
  font-size: 24px;
  /* margin-bottom: 24px; */
  display: block;
  font-variant-numeric: lining-nums proportional-nums;
}
.content-wrap .text {
  font-size: 16px;
  line-height: 135%;
  color: #353148;
  padding-top: 24px;
  border-top: 1px solid rgba(225, 227, 229, 1);
}
.content-wrap .text p{
    margin-bottom: 16px;
}
.content-wrap .text p,
li {
  font-weight: 300;
}
.content-wrap .text ul {
  list-style: inside;
      margin-bottom: 16px;
  padding-left: 2.5rem;
}
.content-wrap .text h3 {
    margin-bottom: 16px;
}
.pop-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    width: 100%;
}
.req-block {
  width: 325px;
  flex-shrink: 0;
  padding: 16px;
  background-color: rgba(239, 237, 243, 1);
  height: fit-content;
 
}
.req-block .req-title {
  font-weight: 400;
  font-size: 24px;
  color: rgba(41, 41, 56, 1);
  margin-bottom: 15px;
}
.req-block .req-text {
  font-weight: 350;
  font-size: 16px;
  color: rgba(38, 38, 38, 1);
}
.open-form {
  cursor: pointer;
  height: 45px;
  padding: 0 24px;
  border-radius: 10px;
  background: #292938;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: #fff;
  width: 100%;
  margin-top: 15px;
  outline: none;
  border: none;
}
.open-form:hover {
  background: #52525e;
  transition: 0.3s;
}
.swiper-button-prev,
.swiper-button-next {
  width: 10px;
  height: 20px;
  background: var(--white-solid, #FFF);
backdrop-filter: blur(5px);
padding: 12px;
display: flex;
justify-content: center;
align-items: center;
}
.swiper-button-prev svg,
.swiper-button-next svg{
    width: 20px !important;
height: 20px !important;
flex-shrink: 0;

}
.swiper-button-next {
  transform: rotate(180deg);
}

.swiper-pagination {
  left: 20px !important;
  bottom: 20px !important;
  text-align: left !important;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 1);
}
.show-more{
  color: var(--brand-strong, #353148);
/* Body/m_regular */
font-family: var(--font-family-sans, Manrope);
font-size: var(--font-size-body, 16px);
font-style: normal;
font-weight: 400;
line-height: 140%; 
cursor: pointer;
border: none;
outline: none;
background-color: transparent;
display: flex;
align-items: center;
position: relative;
z-index: 4;
}
.pop-slider .swiper-button-next{
  width: 40px;
  height: 40px;
    transition: 0.3;
}
.pop-slider .swiper-button-prev{
  width: 40px;
  height: 40px;
  transition: 0.3;
}
.pop-slider .swiper-button-next:hover{
  opacity: 0.8;
    transition: 0.3;

}
.pop-slider .swiper-button-prev{
  opacity: 0.8;
    transition: 0.3;
}
@media (max-width: 1025px) {
  .search-container{
    padding: 0 24px;
    position: static;
  }
  .pop-wrap{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .search-form {
    flex-direction: column;
    gap: 0;
    padding: 0;
    background-color: #fff;
  }
  .type-radio-group {
    width: 100%;
    border-radius: 0;
    padding: 6px;
    gap: 4px;
  }
  .type-radio-group label {
    flex: 1;
    text-align: center;
    padding: 10px 8px;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 0;
  
  }
  .type-radio-group input:checked + label {
    border-radius: 4px;
  }
  .select-group {
    flex-direction: column;
    background-color: transparent;
    gap: 0;
  }
  .select-wrapper {
    width: 100%;
    border-bottom: 1px solid rgba(120, 118, 147, 0.15);
    background-color: #fff;
    position: static;
  }
  .select-body{
    position: fixed;
    transform: translateY(0%);
    z-index: 999999999;

    /* bottom: auto; */
  }
  .select-wrapper:not(:last-child)::after {
    display: none;
  }
  .select-face {
    padding: 16px;
  }
  .reset-search {
    position: static;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(120, 118, 147, 0.15);
    background-color: #fff;
  }
  .search-button {
    width: 100%;
    align-items: center;
    margin-top: 0;
    display: flex;
    gap: 12px;
    border-radius: 0;
    height: 52px;
    margin-top: 8px;
  }
  .search-button-text {
    display: block;
  }
  .select-body {
    width: 100%;
  }
  .search-cards-wrapper {
    gap: 30px;
  }


  .search-card .search-card-info {
    width: 100%;
  }
  .select-body.price .price-input {
    width: 50%;
  }
  .select-body.rooms .select-list .select-list-item label {
    font-size: 14px;
  }
  .object-popup {
    height: 100dvh;
    padding: 0;
    padding: 60px 0 0 0;
    background-color: rgba(255, 255, 255, 1);
  }
  .object-popup-close {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjA4NjEgMTcuNzE0MkwwLjYyODkwNiAxLjI1NzA4TTE3LjA4NjEgMS4yNTcwOEwwLjYyODkwNiAxNy43MTQyIiBzdHJva2U9IiM2RTZFODQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  }
  .object-popup-body {
    height: 100%;
    padding: 0;
    border-radius: 0;
  }
  .swiper-pagination {
    left: 0 !important;
    bottom: 10px !important;
    text-align: center;
  }
  .pop-slider {
    height: 170px;
    border-radius: 0;
  }
  .pop-slider img {
    border-radius: 0;
  }
  .obj-slide {
    border-radius: 0;
  }
  .content-wrap {
    padding: 0 16px;
  }
  .content {
    width: 100%;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
  }
  .content-wrap .title {
    font-size: 20px;
    order: 0;
    margin-top: 0;
    margin-bottom: 16px;
  }
  .content .info-wrap {
    order: 1;
  }
  .content-wrap .price {
    order: 2;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .content-wrap .text {
    order: 3;
  }
  .req-block {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .req-block .req-title {
    display: none;
  }
  .req-block .req-text {
    display: none;
  }
  .open-form {
    margin-top: 0;
    height: 50px;
  }
  .gradient{
    display: none;

  }
  .show-more{
    display: none;
  }
     .search-card-img-wrap {
    width: 100%;}
}
@media (max-width: 767px){
      .search-card {
    flex-direction: column;
  }
    .search-card-img-wrap {
    width: 100%;
    height: 220px;
  }
}