.object-page {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.object-page .object-bottom-bar {
  z-index: 2;
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 20px 20px 30px 20px;
  border-radius: 30px 30px 0 0;
  gap: 20px;
}
.object-page .object-bottom-bar > button:first-child {
  width: auto;
  flex: 1;
  flex-shrink: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.object-page .object-page-share-panel {
  display: flex;
  justify-content: space-around;
}
.object-page .object-page-share-panel .share-item {
  width: 122px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.object-page .object-page-share-panel .share-item p {
  color: #15191e;
}
.object-page .object-page-main {
  position: relative;
  width: 100%;
  max-width: 800px;
}
.object-page .object-page-main .object-page-breadcrumbs {
  font-size: var(--text-small-size);
  line-height: var(--text-small-height);
  font-weight: 400;
  color: #536279;
}
.object-page .object-page-main {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 40px;
  padding-top: 10px;
}
.object-page .object-page-main .about-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.object-page .object-page-main .about-list > div {
  flex: 1;
}
.object-page .object-page-main h4 {
  color: #2a313c;
}
.object-page .object-page-main p {
  color: #536279;
}
.object-page .object-primary {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.object-page .object-primary .conveniences-list {
  display: block;
}
.object-page .mobile-actions,
.object-page .object-mobile-backound {
  display: none;
}
.object-page .object-details-mobile {
  display: none;
  flex-direction: column;
  gap: 20px;
}
.object-page .object-details-mobile-details {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.object-page .object-details-mobile-details .about-mobile {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.object-page .object-details-mobile-details .location-actions-mobile {
  align-items: center;
  display: flex;
  gap: 10px;
}
.object-page .object-main-slider {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.object-page .divider {
  width: 100%;
  height: 1px;
  background-color: #e1e5ea;
}
.object-page .object-details {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 80px;
}
.object-page .conveniences-mobile {
  display: none;
}
.object-page .object-map-location > p {
  padding-top: 10px;
  padding-bottom: 20px;
}
.object-page .object-page-card {
  position: sticky;
  top: 0;
  width: 330px;
  display: flex;
  height: max-content;
  margin-bottom: auto;
  flex-direction: column;
  gap: 20px;
}
.object-page .object-page-card .time {
  font-size: var(--text-small-size);
  line-height: var(--text-small-height);
  font-weight: 400;
  color: #536279;
  margin-left: auto;
  margin-top: 10px;
}
.object-page .object-page-card .title .title-top {
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: space-between;
}
.object-page .object-page-card .title .title-top h4 {
  color: #2a313c;
}
.object-page .object-page-card .title .title-top .butts {
  margin: auto 0;
  display: flex;
  gap: 5px;
}
.object-page .object-page-card .title .title-top .dropdown-content {
  min-width: max-content;
}
.object-page .object-page-card .title .title-top .dropdown-item {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  width: 220px;
  height: 46px;
  padding: 13px 15px;
  gap: 8px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  color: #2a313c;
  transition: background-color 0.2s, color 0.2s;
}
.object-page .object-page-card .title .title-top .dropdown-item.active {
  color: #7659ec;
}
.object-page .object-page-card .title .title-top .dropdown-item:hover {
  color: #7659ec;
  background-color: #f0f2f5;
}
.object-page .object-page-card .title .title-top .dropdown-item:active {
  background-color: #ffffff;
}
.object-page .object-page-card .title .title-top .dropdown-item {
  font-size: var(--button-normal-size);
  line-height: var(--button-normal-height);
  font-weight: 400;
}
.object-page .object-page-card .title .price {
  padding-top: 5px;
  color: #18212d;
}
.object-page .object-page-card .description {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.object-page .object-page-card .description .text {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  font-size: var(--text-small-size);
  line-height: var(--text-small-height);
  font-weight: 400;
  color: #536279;
}
.object-page .object-page-card .description .text span:first-child {
  width: 50%;
}
.object-page .object-page-card .description .text span:last-child {
  width: 50%;
  text-align: right;
}
.object-page .object-page-card .main-button {
  width: 100%;
}
.object-page .object-page-card .main-button button {
  width: 100%;
  display: grid;
  place-items: center;
}
.object-page .object-page-card .location {
  display: flex;
  align-items: center;
  gap: 10px;
}
.object-page .object-page-card .location .location-item {
  background-color: #f0f2f5;
  padding: 10px 12px;
  border-radius: 12px;
  display: grid;
  place-items: center;
}
.object-page .object-page-card .location .location-item svg {
  width: 18px;
  height: 18px;
  fill: #a4b0c1;
  stroke: #a4b0c1;
}
.object-page .object-page-card .location p {
  color: #536279;
}
.object-page .object-page-card.center-bottom,
.object-page .object-page-card.center-top {
  display: none;
}
@media (max-width: 1200px) {
  .object-page {
    padding: 0 20px 0 20px;
  }
  .object-page .object-page-main {
    max-width: none;
  }
  .object-page .object-page-card {
    position: static;
    width: 100%;
  }
  .object-page .object-page-card.right {
    display: none;
  }
  .object-page .object-page-card.center-top {
    display: flex;
  }
  .object-page .object-page-card.center-top .divider,
  .object-page .object-page-card.center-top .description,
  .object-page .object-page-card.center-top .main-button,
  .object-page .object-page-card.center-top .location {
    display: none;
  }
  .object-page .object-page-card.center-bottom {
    display: flex;
  }
  .object-page .object-page-card.center-bottom .time,
  .object-page .object-page-card.center-bottom .title {
    display: none;
  }
}
@media (max-width: 768px) {
  .object-page {
    padding: 0;
  }
  .object-page .object-bottom-bar {
    display: flex;
  }
  .object-page .object-map-location > h4,
  .object-page .object-map-location > p {
    display: none;
  }
  .object-page .title-top,
  .object-page .object-page-card.center-top,
  .object-page .section-slider,
  .object-page .breadcrumbs,
  .object-page .about-list {
    display: none !important;
  }
  .object-page .object-primary .conveniences-list {
    display: none;
  }
  .object-page .conveniences-mobile {
    display: block;
  }
  .object-page .object-details-mobile {
    display: flex;
  }
  .object-page .splide__pagination {
    bottom: 40px;
  }
  .object-page .location {
    display: none;
  }
  .object-page .object-page-card.center-bottom {
    display: flex;
  }
  .object-page .object-page-card.center-bottom > *,
  .object-page .object-page-card.center-bottom .favorite {
    display: none;
  }
  .object-page .object-page-card.center-bottom .description,
  .object-page .object-page-card.center-bottom .title {
    display: flex;
  }
  .object-page .object-page-main {
    gap: 0px;
    padding: 0;
  }
  .object-page .mobile-actions {
    display: flex;
    z-index: 1;
    height: max-content;
    pointer-events: none;
    position: absolute;
    inset: 0;
    width: 100%;
    padding: 20px;
    justify-content: space-between;
  }
  .object-page .mobile-actions button {
    pointer-events: auto;
  }
  .object-page .mobile-actions > a:first-child svg {
    pointer-events: auto;
    transform: rotate(-90deg);
  }
  .object-page .object-details {
    position: relative;
    top: -20px;
    background-color: #ffffff;
    height: 100%;
    z-index: 1;
    border-radius: 20px !important;
    gap: 20px;
    padding: 20px 20px 40px 20px;
  }
}