.title1 {
  display: flex;
  gap: 20px;
}

.panoramas-back-arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.45px;
  color: #838383 !important;
  text-decoration: none;
}

.panoramas-back-arrow img {
  margin-right: 5px;
}

.panoramas-detail-images-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.panoramas-details-panorama {
  flex: 1;
  background-color: blue;
  width: 100%;
  height: 100%;
}

.panoramas-details-images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 10px;
  flex: 1;
}

.panoramas-details-image-item {
  width: calc(((100% - 5px * 2)) / 2);
  aspect-ratio: 1/0.663;
  background-color: green;
  cursor:pointer;
}

.panoramas-details-image-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 976px) {
  .panoramas-detail-images-wrap {
    flex-direction: column;
  }

  .panoramas-details-panorama {
    flex: unset;
  }

  .panoramas-details-images {
    flex: unset;
  }
}

.panoramas-detail-images-wrap-bottom {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.panoramas-details-panorama-bottom {
  flex: 1;
  background-color: blue;
  width: 100%;
}

.panoramas-details-images-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
  margin-top: 10px;
}

.panoramas-details-image-item-bottom {
  display: block;
  width: calc(((100% - 5px * 3) - 15px) / 4);
  aspect-ratio: 1/0.663;
  background-color: green;
}

.panoramas-details-image-item-bottom img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 976px) {
  .panoramas-detail-images-wrap-bottom {
    flex-direction: column;
  }

  .panoramas-details-panorama-bottom {
    flex: unset;
    height: calc((100vw / 2) + 90px);
  }

  .panoramas-details-image-item-bottom {
    width: calc(((100% - 5px * 2)) / 2);
    aspect-ratio: 1/0.663;
  }
}

.panoramas-detail-section-title {
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: "Montserrat";
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.78px;
  color: #000;
}

.panoramas-detail-description-block {
}

.panoramas-detail-description-block__text {
  color: #000;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  /* 146.667% */
}

.panoramas-items {
  margin: 0;
}

.c_wr_head {
  margin-top: 40px;
}

.sale_products {
  margin-top: 0;
  padding-top: 0;
}

.b_info3.v1 .bi3_item {
  width: calc(100% / 4 - 30px);
}

@media only screen and (max-width: 1480px) {
  .b_info3.v1 .bi3_item {
    width: calc(100% / 3 - 30px);
  }
}

@media only screen and (max-width: 1124px) {
  .b_info3.v1 .bi3_item {
    width: calc(100% / 2 - 30px);
  }
}

@media only screen and (max-width: 1024px) {
  .b_info3.v1 .bi3_item {
    width: calc(100% / 2 - 20px);
  }
}

@media only screen and (max-width: 640px) {
  .b_info3.v1 .bi3_item {
    /* width: calc(100% - 20px); */
    width: calc(100%);
  }
}
