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

:root {
  --black: black;
  --main-bg: #141313;
  --body-text: #F2F2F2;
  --gray: #908F8F;
  --blue: #2078BD;
  --white: #FFFFFF;
}

#header-details-block-wrapper {
  display: flex;
  gap: 56px;
}

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

:root {
  --black: black;
  --main-bg: #141313;
  --body-text: #F2F2F2;
  --gray: #908F8F;
  --blue: #2078BD;
  --white: #FFFFFF;
  --second-bg: #E9E9E9;
}

body {
  width: 100%;
}

#header-details-block-right-part-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

#header-details-block-right-part-adress {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}

#header-details-block-right-part-adress h1,
#header-details-block-right-part-price-2 h2,
#header-details-block-right-part-price-1 h2 {
  font-family: inter;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 31px;
  color: var(--blue);
  margin: 0;
}

#header-details-block-right-part-price-1 {
  display: none;
}

.header-details-block-right-part-price h1 {
  font-family: inter;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 31px;
  color: var(--blue);
  margin: 0;
}

#header-details-block-right-part-adress h3 {
  font-family: inter;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: var(--main-bg);
  opacity: 70%;
  margin: 0;
}

#header-details-block-right-part-price h3 {
  font-family: inter;
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  color: var(--main-bg);
}

#header-details-block-right-part-remarks {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  border-top: 1px solid var(--gray);
  padding: 24px 24px 0 24px;
}

#header-details-block-right-part-remarks h3 {
  font-family: inter;
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  color: var(--main-bg);
  margin-bottom: 0;
}

#header-details-block-right-part-remarks p, .header-details-block-right-part-remarks p {
  font-family: inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--main-bg);
  margin: 0;
}

#header-details-block-right-part-remarks-content {
  margin-top: 24px;
  margin-bottom: auto;
}

#header-details-block-right-part-details {
  height: 180px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}

#header-details-block-right-part-detail-1,
#header-details-block-right-part-detail-2,
#header-details-block-right-part-detail-3 {
  width: calc(33.333% - 8px);
}

#header-details-block-right-part-detail-4,
#header-details-block-right-part-detail-5 {
  width: calc(50% - 6px);
}

#header-details-block-right-part-detail-6 {
  display: none;
}

.header-details-block-right-part-detail {
  border: 1px solid var(--gray);
  background-color: var(--second-bg);
  border-radius: 10px;
  height: calc(50% - 6px);
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.header-details-block-right-part-detail h4 {
  font-family: inter;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: var(--main-bg);
  margin-bottom: 0;
}

#header-details-block-right-part-detail-2-span-2 {
  font-family: inter;
  font-weight: 500;
  font-size: 13px;
  color: var(--main-bg);
  vertical-align: top;
}

#header-details-block-right-part-detail-2-span-1,
#header-details-block-right-part-detail-2-span-3 {
  font-family: inter;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: var(--main-bg);
}

#header-details-block-photos-part-wrapper {
  position: relative;
}

#header-details-block-photos-part {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
  padding: 0 24px;
}

#header-details-block-photo-part-1 {
  height: 38rem;
  width: 100%;
}

.header-details-block-photo-part-2,
.header-details-block-photo-part-3 {
  height: 167px;
}

#header-details-block-photo-part-1,
.header-details-block-photo-part-2,
.header-details-block-photo-part-3 {
  border-radius: 10px;
  background-color: transparent;
  overflow: hidden;
  margin: 0;
  position: relative;
  background: gray;
}

#header-details-block-photo-part-1 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.header-details-block-photo-part-2 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px !important;
}

.header-details-block-photo-part-3 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px !important;
}

#header-details-block-photo-part-2,
#header-details-block-photo-part-3,
#header-details-block-photo-part-4 {
  width: calc(33.33% - 16px);
}

#header-details-block-photo-part-6 {
  cursor: pointer;
}

.header-details-block-photo-part-1-img-menu {
  position: absolute;
  top: 18.5px;
  left: 16px;
  width: calc(100% - 32px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  padding: 2.5px 0;
  z-index: 20;
}

.header-details-block-photo-part-1-img-menu label {
  height: 25px;
  margin-right: 16px;
  background-color: var(--blue) !important;
  border: none;
  cursor: pointer;
  padding: 5px 7px;
  color: var(--body-text);
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  border-radius: 4px;
}

.header-details-block-photo-part-1-img-menu > svg {
  cursor: pointer;
}

.header-details-block-photos-count {
  position: absolute;
  right: calc(83% - 70px);
  bottom: 5rem;
  z-index: 20;
  font-weight: 600;
  font-size: 16px;
  line-height: 19.36px;
  font-family: inter;
  color: var(--body-text);
  height: 43px;
  border-radius: 10px;
  background-color: var(--blue);
  cursor: pointer;
  border: none;
  width: 139px;
}

.header-details-block-photos-count-2 {
  position: absolute;
  left: calc(50% - 70px);
  bottom: 5rem;
  z-index: 20;
  font-weight: 600;
  font-size: 16px;
  line-height: 19.36px;
  font-family: inter;
  color: var(--main-text) !important;
  height: 43px;
  border-radius: 10px;
  background-color: var(--blue);
  cursor: pointer;
  border: none;
  width: 139px;
}

.header-details-block-photos-count-3 {
  position: absolute;
  left: calc(83% - 70px);
  bottom: 5rem;
  z-index: 20;
  font-weight: 600;
  font-size: 16px;
  line-height: 19.36px;
  font-family: inter;
  color: var(--main-text) !important;
  height: 43px;
  border-radius: 10px;
  background-color: var(--blue);
  cursor: pointer;
  border: none;
  width: 139px;
}

#carouselExampleDark {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
  padding: 0 24px;
}

#carouselExampleDark img {
  border-radius: 10px;
}

.carousel-indicators {
  display: flex;
  gap: 10px;
}

.carousel .carousel-indicators button {
  width: 4.2px;
  height: 4.2px;
  border-radius: 100%;
  background-color: #D9D9D9 !important;
}

.carousel .carousel-indicators .active {
  width: 6.7px !important;
  height: 6.7px !important;
  border-radius: 100%;
  margin-bottom: 5px;
  margin: -1px 0;
  background-color: #D9D9D9 !important;
}
/* lightgalary */
#gallery-wrapper {
  position: relative;
  z-index: 90;
}

#lightgallery img {
  width: 100%;
  border-radius: 10px !important;
}

#gallery-wrapper .lightgallery-bottom-img {
  display: none !important;
}

#gallery-wrapper svg:hover path {
  fill: red;
  cursor: pointer;
}

.single-listing-main-unlock-button {
  font-size: 200%;
}

#lightgallery {
  margin-bottom: 0;
  margin: auto;
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
}

#header-details-block-photo-part-1 svg:hover path {
  fill: red;
  cursor: pointer;
}

.lg-img-wrap {
  position: relative;
}

.lg-img-wrap img {
  max-height: 100% !important;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
}

.slick-dots {
  bottom: 16px !important;
}

.slick-dots li button::before {
  color: #D9D9D9 !important;
  opacity: 1 !important;
  font-size: 4.2px !important;
  line-height: 20px;
}

.slick-dots li.slick-active button::before {
  color: #D9D9D9 !important;
  font-size: 6.7px !important;
}

.slick-dots li {
  margin: 0 !important;
}

.lg-item-blur {
  -moz-filter: blur(50px);
  -o-filter: blur(50px);
  -ms-filter: blur(50px);
  filter: blur(50px);
}

.slick-list {
  border-radius: 10px !important;
}

.lg-slick-narrow-wrapper {
  position: relative;
}

.header-details-block-btn-slider-narrow-blur-photo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 10px;
  padding: 12px 24px;
  z-index: 20;
  background-color: var(--blue);
  border: none;
  color: var(--main-text) !important;
  opacity: 1 !important;
  filter: none !important;
  height: 56px;
}

.lg-backdrop {
  position: relative;
}

#gallery-wrapper .block-image-counter {
  left: 18px;
  bottom: 35px;
  top: auto;
}

.lg-unlock-button {
  position: absolute !important;
  left: 50% !important;
  top: 50vh !important;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  background-color: var(--blue);
  width: 230px !important;
  height: 56px !important;
  border-radius: 10px !important;
  padding: 0px 12px !important;
  color: var(--white) !important;
  font-size: 16px !important;
  font-family: Inter !important;
  font-weight: 600 !important;
  line-height: 56px !important;
  display: none;
}

.lg-unlock-button-disabled {
  display: none;
}

.lg-unlock-button-active {
  display: block;
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  #header-details-block-right-part {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  #header-details-block-photos-part {
    display: none !important;
  }
  #lightgallery img {
    height: 16rem !important;
    width: auto !important;
  }
  #header-details-block-right-part {
    width: 100% !important;
  }
  .single-listing-main-unlock-button {
    font-size: 160% !important;
  }
}

@media screen and (min-width: 769px) {
  #header-details-block-right-part {
    width: 100%;
  }
  #lightgallery img {
    height: 35rem;
  }
}
