.catalog__extra .object__media-item {
  margin-bottom: 0 !important;
  margin-right: 2rem;
}
.main-exclusive__info .object__wa {
  margin-top: 0;
}

.object.--village {
  padding: 8rem 0 16rem;
}

.object#about-village {
  padding-top: 5rem;
}

.object#about-village .object__wrap {
  padding-top: 0;
}

.object#about-village .object__map {
  margin-top: 2rem;
}

.object__head {
  grid-column: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.object__head .heading-secondary {
  margin-right: auto;
}

.object__head .catalog__links-item {
  margin-right: 3rem;
}

.object__id {
  font-size: 3rem;
  line-height: 3.9rem;
  color: #EC7945;
}

.object__wrap {
  padding-top: 6rem;
  padding-bottom: 16rem;
  display: grid;
  grid-gap: 5rem 16rem;
  grid-template-columns: 61.6rem auto;
}

.object__slider {
  position: sticky;
  top: 12rem;
}

.object__slider .status-sales-border {
  width: 40%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.object__slider-s {
  margin-bottom: 1rem;
}

.object__slider img {
  display: block;
  width: 100%;
  max-height: 42rem;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}

.object__slider .slider__nav {
  position: absolute;
  right: 1.4rem;
  bottom: 2.4rem;
}

.object__slider-thumbs {
  margin-bottom: 6rem;
}

.object__slider-thumbs-item {
  height: 100%;
}

.object__slider-thumbs img {
  width: 100%;
  height: 100%;
  max-height: 8rem;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}

.object__slider-pagination {
  text-align: center;
  position: absolute;
  bottom: 0 !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.object__slider-pagination .swiper-pagination-bullet {
  margin: 0 0.1rem;
  width: 5px;
  height: 5px;
  background: #DFD4BE;
  opacity: 1;
}

.object__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ec7945;
}

.object__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.object__cta .btn {
  margin-right: 3rem;
  padding: 2.1rem 7.9rem;
}

.object__wa {
  padding: 2.1rem 7.9rem;
  margin-top: 3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background: #32D74B;
  border-radius: 50px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.object__wa:hover {
  background: #28b13d;
}

.object__wa svg {
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
}

.object__elem:not(:last-child) {
  padding-bottom: 5rem;
  border-bottom: 1px solid #E4DCCC;
  margin-bottom: 5rem;
}

.object__subtitle {
  margin-bottom: 2.5rem;
  font-size: 2rem;
  line-height: 2.6rem;
}

.object__price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}

.object__price-wrap .price-down span {
  text-decoration: line-through;
}

.object__price-item {
  font-size: 3rem;
  line-height: 3.9rem;
  color: #515151;
}

.object__price-item:first-child {
  font-weight: 700;
}

.object__price-item span {
  color: #AC9F86;
  margin-right: 0.6rem;
}

.object__direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
}

.object__direction-img {
  width: 35.3rem;
  -webkit-box-flex: 35.3rem;
      -ms-flex: 35.3rem;
          flex: 35.3rem;
}

.object__direction-text {
  line-height: 2.2rem;
  color: #515151;
}

.object__info.--village .object__info-head {
  color: #515151;
}

.object__info.--village > p:not(:last-child) {
  margin-bottom: 1rem;
}

.object__info.--village .object__info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 10rem;
}

.object__info-wrap {
  display: grid;
  grid-template-columns: repeat(3, 20rem);
  grid-gap: 4rem 5rem;
}

.object__info-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2.2rem;
  color: #AC9F86;
}

.object__info-head .icon {
  width: 3rem;
  height: 3rem;
  margin-right: 1.1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3rem;
          flex: 0 0 3rem;
}

.object__info-head:not(:last-child) {
  margin-bottom: 1rem;
}

.object__info-value {
  line-height: 2.2rem;
  color: #515151;
}

.object__descr {
  font-size: 2rem;
  line-height: 2.6rem;
  color: #515151;
}

.object__descr h2 {
  color: #121313;
  margin-bottom: 2rem;
  font-family: "Playfair Display";
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3rem;
  margin-top: 3rem;
}

.object__descr h4,
.object__descr h3 {
  color: #121313;
  margin-bottom: 3rem;
  font-family: "Playfair Display";
  font-weight: 500;
  font-size: 3rem;
  line-height: 3.6rem;
}

.object__descr p {
  font-size: 2rem;
  line-height: 2.6rem;
  color: #515151;
}

.object__descr p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.object__descr img {
  display: block;
  margin-top: 5rem;
}

.object__descr img:not(:last-child) {
  margin-bottom: 2rem;
}

.object__descr ul {
  margin-bottom: 1.5rem;
}

.object__descr ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.object__descr ul li::before {
  content: "";
  display: inline-block;
  margin-right: 1rem;
  background: currentColor;
  width: 5px;
  height: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5px;
          flex: 0 0 5px;
  border-radius: 50%;
  -webkit-transform: translateY(0.9rem);
      -ms-transform: translateY(0.9rem);
          transform: translateY(0.9rem);
}

.object__descr ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.object-similar {
  padding: 16rem 0;
  background: #F6F3ED;
}

.object-similar__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5.2rem;
}

.object-similar__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
}

.object-similar__sort-item {
  padding: 2.3rem 2rem 2.1rem;
  background: #EDE8DF;
  border-radius: 8px;
  cursor: pointer;
  line-height: 1.6rem;
  color: #999690;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.object-similar__sort-item:hover,
.object-similar__sort-item.active {
  background: #DFD4BE;
  color: #515151;
}

.object__name {
  margin-bottom: 5rem;
  font-family: "Playfair Display";
  font-weight: 500;
  font-size: 3rem;
  line-height: 3.6rem;
}

.object__nums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7rem;
  margin-bottom: 3rem;
}

.object__nums-title {
  margin-bottom: 1rem;
  line-height: 2.2rem;
  color: #AC9F86;
}

.object__nums-value {
  line-height: 2.2rem;
}

.object__map {
  margin-top: 16rem;
}

.object__map-title {
  margin-bottom: 3rem;
  font-family: "Playfair Display";
  font-weight: 500;
  font-size: 3rem;
  line-height: 3.6rem;
}

.object__map-m {
  width: 100%;
  height: 50.9rem;
}

.object__map-m img {
  width: 100%;
  height: 100%;
}

.object__media-wrap {
  margin-top: 3rem;
  margin-left: 3rem;
}

.object__media-item {
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #EC7945;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.object__media-item:hover {
  color: #e26127;
}

.object__media-item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.object__media-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.object__media-title svg {
  width: 2.9rem;
  height: 2.4rem;
  margin-right: 1rem;
}

.object__nav {
  padding: 2.2rem 0;
  background: #EDE8DF;
  margin: -2rem 0 3rem;
  position: sticky;
  top: 8rem;
  z-index: 8;
}

.object__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.object__nav-item {
  font-weight: 500;
  line-height: 1.6rem;
  color: #515151;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.object__nav-item:not(:last-child) {
  margin-right: 3rem;
}

.object__nav-item.active,
.object__nav-item:hover {
  color: #EC7945;
}


@media screen and (max-width: 991.9px) {
  .object__wrap {
    grid-gap: 5rem;
    grid-template-columns: 55rem auto;
  }

  .object__slider img {
    max-height: 38rem;
  }

  .object__slider-thumbs img {
    max-height: 7rem;
  }

  .object__cta .btn {
    margin-right: 2rem;
  }

  .object__info-wrap {
    grid-template-columns: repeat(3, 17rem);
    grid-gap: 3rem;
  }
}

@media screen and (max-width: 767.9px) {
  .object.--village {
    padding: 10rem 0;
  }

  .object.--village .object__wrap {
    padding-top: 0;
  }

  .object__head .catalog__links-item {
    margin-right: auto;
    margin-left: 2rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .object__head {
    grid-column: 1/2;
    grid-row: 2/3;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .object__head .heading-secondary {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 2rem;
  }

  .object__navig {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .object__id {
    font-size: 1.8rem;
    line-height: 2.3rem;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .object__wrap {
    padding-bottom: 10rem;
    grid-template-columns: 100%;
    grid-gap: 3rem;
    padding-top: 2rem;
  }

  .object__slider {
    position: static;
  }

  .object__slider-s {
    margin-bottom: 0;
    padding-bottom: 2.6rem;
  }

  .object__slider img {
    max-height: 43rem;
  }

  .object__slider .slider__nav {
    display: none;
  }

  .object__slider-thumbs {
    display: none;
  }

  .object__cta .btn {
    margin-right: 0;
    margin-bottom: 3rem;
    width: 100%;
  }

  .object__wa {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 0;
    margin-bottom: 3rem;
  }

  .object__wa.hidden-mobile {
    display: none !important;
  }

  .object__elem:not(:last-child) {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }

  .object__price-wrap {
    display: block;
  }

  .object__price-item {
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .object__price-item:not(:last-child) {
    margin-bottom: 2rem;
  }

  .object__price .sum_house__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .object__price .sum_house__block__price {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-right: 2rem;
    white-space: nowrap;
    color: #454C4F;
    font-size: 2.5rem;
    line-height: 2.8rem;
    font-weight: 700;
  }

  .object__price .sum_house__block__price .cur_price {
    display: none;
  }

  .object__price .sum_house__block__price .cur_price.active {
    display: block;
  }

  .object__price .sum_house__block .change_currency {
    list-style: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 5;
  }

  .object__price .sum_house__block .change_currency li {
    display: inline-block;
    padding: 0 1.6rem;
    height: 3.4rem;
    background: #F5F5F3;
    border-top: 0.3rem solid #F5F5F3;
    border-bottom: 0.3rem solid #F5F5F3;
    border-left: 0.3rem solid #F5F5F3;
    font-size: 1.5rem;
    line-height: 3.1rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    color: #A4A598;
    font-family: "PlayfairDisplay", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 10;
  }

  .object__price .sum_house__block .change_currency li:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .object__price .sum_house__block .change_currency li:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right: 3px solid #EDF3F0;
  }

  .object__price .sum_house__block .change_currency li:hover,
  .object__price .sum_house__block .change_currency li.active {
    color: #454C4F;
  }

  .object__price .sum_house__block .change_currency li:hover::after,
  .object__price .sum_house__block .change_currency li.active::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    top: 0;
    left: 0;
    background: #FDFDFD;
    z-index: -1;
  }

  .object__direction {
    display: block;
  }

  .object__direction-img {
    margin-top: 3rem;
    width: 34.3rem;
    max-width: 100%;
  }

  .object__info.--village .object__info-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .object__info.--village .object__info-head .icon {
    margin-left: 0;
    margin-right: 1rem;
  }

  .object__info.--village .object__info-wrap {
    gap: 0;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 1.5rem;
  }

  .object__info-wrap {
    grid-template-columns: 100%;
    grid-gap: 1.5rem;
  }

  .object__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .object__info-head {
    margin-right: 1rem;
    font-size: 1.4rem;
    line-height: 2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14rem;
            flex: 0 0 14rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .object__info-head .icon {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0;
    margin-left: 1rem;
  }

  .object__info-head:not(:last-child) {
    margin-bottom: 0;
  }

  .object__info-value {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .object__descr {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .object__descr h2 {
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .object__descr h4,
  .object__descr h3 {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .object__descr p {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .object__descr p:not(:last-child) {
    margin-bottom: 1rem;
  }

  .object__descr img {
    margin-bottom: 2rem;
  }

  .object-similar {
    padding: 10rem 0;
  }

  .object-similar .catalog__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-left: -1.6rem;
    padding-left: 1.6rem;
    gap: 1.6rem;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .object-similar .catalog__wrap::-webkit-scrollbar {
    display: none;
  }

  .object-similar .catalog__item {
    width: 31rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31rem;
            flex: 0 0 31rem;
  }

  .object-similar__head {
    margin-bottom: 3rem;
    display: block;
  }

  .object-similar__sort {
    margin-top: 2rem;
  }

  .object-similar__sort-item {
    padding: 1.3rem 0.95rem 1.4rem;
  }

  .object__map {
    margin-top: 2rem;
    margin-bottom: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #E4DCCC;
  }

  .object__map-title {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .object__map-m {
    width: 100vw;
    margin-left: -1.6rem;
    height: 35rem;
  }

  .object__media-wrap {
    margin-left: 0;
  }

  .object__nav {
    top: 7rem;
    padding: 1.5rem 0;
    margin: 0 0 3rem;
  }

  .object__nav-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .object__nav-wrap::-webkit-scrollbar {
    display: none;
  }

  .object__nav-item {
    font-size: 1.4rem;
    line-height: 1.4rem;
    white-space: nowrap;
  }

  .object__nav-item:not(:last-child) {
    margin-right: 1.5rem;
  }
}

@media screen and (max-width: 600px) {
  .object__slider img {
    max-height: 33rem;
  }
}

@media screen and (max-width: 575.9px) {
  .object__map-m {
    height: 25rem;
  }
}

@media screen and (max-width: 500px) {
  .object__slider img {
    max-height: 26rem;
  }
}

@media screen and (max-width: 400px) {
  .object__slider img {
    max-height: 23rem;
  }
}