.catalog-page {
  position: relative;

}

.catalog-page--container {
  padding-bottom: 81px;
  border-bottom: 1px solid #D2DDE5;
}

.catalog-page--content {
  display: grid;
  gap: 23px;
  grid-template-columns: repeat(3, 1fr);
}

.catalog-page--content a {
  text-decoration: none;
}

.catalog-page--content-link {
  transition: all .2s ease;
}

.catalog-page--content-link:hover {
  transform: scale(1.05);
}

.catalog-page--item {
  border-radius: 5px;
}

.catalog-page--item-info-down {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.catalog-page__icon-img {
  width: 15px;
  margin-right: 14px;
}

.catalog-page--item-pic,
.catalog-page--item-pic--img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.catalog-page--item-pic {
  max-width: 100%;
  height: 439px;
}

.catalog-page--item-pic--img {
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}

.catalog-page--item-info {
  height: 208px;
  padding: 23px;
  background-color: #DBE3E9;
}

.catalog-page--item-info-up {
  border-bottom: 1px solid #41474B;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.catalog-page--item-info-down {
  display: flex;
  align-items: start;
  justify-content: space-between;
}


.catalog-page--item-info-place {
  font-family: 'M PLUS 1p Regular';
  font-weight: 400;
  font-size: 23px;
  line-height: 33px;
  color: #41474B;
  text-decoration: none;
}

.catalog-page--item-info-price {
  font-family: 'M PLUS 1p Regular';
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #41474B;
  padding-right: 37px;
  text-decoration: none;
}

.catalog-page--item-info-text {
  font-family: 'M PLUS 1p Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #41474B;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.swiper-container-mobile {
  position: relative;
  max-width: 100%;
  height: 439px;
  border-radius: 3px;
}


.house-btn-block--mob {
  display: none;
}


@media (max-width:1200px) {
  .catalog-page--item-info-place {
    font-size: 18px;
    line-height: 26px;
  }

  .catalog-page--item-info-price {
    font-size: 18px;
    line-height: 25px;
    padding-right: 5px;
  }

  .catalog-page--item-info-text {
    font-size: 12px;
    line-height: 21px;
  }
}

@media (max-width:996px) {

  .catalog-page.container {
    padding: 0;
  }

  .catalog-page--container {
    padding: 0 20px 81px 20px;
  }

  .catalog-page--content {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-page--item-pic {
    height: 350px;
  }

  .catalog-page--item-info {
    height: 180px;
    padding: 20px;
  }
}

@media (max-width:720px) {
  .catalog-page--content {
    grid-template-columns: repeat(1, 1fr);
  }
}

.catalog-page--item-pic {
  max-width: 100%;
  height: 439px;
  position: relative;
  overflow: hidden;
}

.catalog-page--item-pic--img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

@media (max-width: 600px) {

  .catalog-page--item-pic {
    height: 300px !important;
    max-width: 95vw;
    margin: 0 auto;
  }

  .swiper-slide {
    width: 100% !important;
    box-sizing: border-box;
  }

  .catalog-page--item-pic--img {
    object-position: center center;
  }

  .swiper-container-mobile {
    height: 300px !important;
    max-width: 95vw;
    margin: 0 auto;
  }

  .house-btn-block--mob {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .catalog-page--item-info {
    height: 320px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .catalog-page--item-info-down {
    border-bottom: 1px solid #41474B;
    padding-bottom: 10px;
    margin-bottom: 28px;
  }

}

@media (max-width: 996px) {
  .swiper-container-mobile {
    height: 350px;
  }
}


.swiper-container-mobile {
  width: 100%;
  height: 439px;
  /* Высота для десктопа */
  overflow: hidden;
  border-radius: 3px;
}

.swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}

.swiper-container-mobile .swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: 100% !important;
  flex-shrink: 0;
}

.image-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.catalog-page--item-pic--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.house-pagination {
  transform: translate3d(0, -20px, 0) !important;
}

.house-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.house-pagination .swiper-pagination-bullet-active {
  background: #83C3C8;
  opacity: 1;
}