.listing_inner_page .list_attr {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

body {
  background-size: auto;
  background-position: right;
  background-repeat: no-repeat;
}

.content {
  position: relative;
}

.listing_inner_page {
  margin: 50px 0;
  overflow: hidden;
}
.listing_inner_page > .page_container {
  display: flex;
  align-items: flex-start;
}
.listing_inner_page .img3,
.listing_inner_page .img1 {
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.listing_inner_page .img3 img,
.listing_inner_page .img1 img {
  transform-origin: top center;
  -webkit-transfrom-origin: top center;
  animation: moving 3s linear infinite;
}
.listing_inner_page .img4,
.listing_inner_page .img2 {
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.listing_inner_page .img4 img,
.listing_inner_page .img2 img {
  animation: movingRv 3s linear infinite;
}
@media screen and (min-width: 960px) {
  .listing_inner_page .content_col.right_col {
    margin-left: auto;
  }
  .listing_inner_page .content_col.top_fix {
    top: 100px;
    position: fixed;
    width: 50%;
  }
  .listing_inner_page .content_col.top_fix.left_col {
    left: 0;
  }
  .listing_inner_page .content_col.top_fix.right_col {
    left: 50%;
  }
  .listing_inner_page .content_col.fixed {
    position: fixed;
    width: 50%;
  }
  .listing_inner_page .content_col.fixed:not(.top_fix) {
    bottom: 0;
  }
  .listing_inner_page .content_col.fixed.left_col {
    left: 0;
  }
  .listing_inner_page .content_col.fixed.right_col {
    left: 50%;
  }
}
.listing_inner_page .left_col {
  padding: 26px 15px 0;
}
.listing_inner_page .right_col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.listing_inner_page .list_attr {
  max-width: 300px;
  margin-top: 25px;
  font-size: 120%;
  line-height: 14px;
  color: #333333;
}
.listing_inner_page .list_attr li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 14px;
}
.listing_inner_page .list_attr li div:last-child {
  font-family: "poppins-bold";
  padding-left: 15px;
}
.listing_inner_page .left_block_inner {
  position: relative;
  margin-top: 100px;
}
.listing_inner_page .left_col .img_block {
  display: block;
  position: absolute;
  width: 640px;
  height: 440px;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.listing_inner_page .left_col .img_block img {
  margin: 0;
  width: 70%;
}
.listing_inner_page .left_col .img_block .img1 {
  position: absolute;
  top: -15%;
  left: -3%;
  z-index: 1;
}
.listing_inner_page .left_col .img_block .img2 {
  position: absolute;
  top: 44%;
  right: 0;
  z-index: 3;
}
.listing_inner_page .left_col .img_block .img3 {
  position: absolute;
  right: 9%;
  top: -10%;
}
.listing_inner_page .left_col .img_block .img4 {
  position: absolute;
  top: 30%;
  left: -1%;
  z-index: 1;
}
.listing_inner_page .img_inner {
  position: relative;
  z-index: 2;
}
.listing_inner_page .img_inner img {
  object-fit: cover;
  height: 440px;
  max-width: 433px;
  width: 100%;
  margin: 0 auto;
}
.listing_inner_page .page_description {
  color: #333333;
}
.listing_inner_page .page_row {
  justify-content: space-between;
}
.listing_inner_page .range_block {
  margin-top: 76px;
  max-width: 230px;
}
.listing_inner_page .shop_now {
  margin: 30px 0 44px;
  max-width: 281px;
}
.listing_inner_page img {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px 0 20px;
}
@media screen and (max-width: 1365px) {
  .listing_inner_page .img_inner img {
    object-fit: cover;
    height: 300px;
    max-width: 300px;
  }
  .listing_inner_page .left_col {
    display: flex;
    justify-content: center;
  }
  .listing_inner_page .left_col .img_block {
    width: 290px;
    height: 290px;
  }
  .listing_inner_page .left_col .img_block img {
    width: 40%;
  }
  .listing_inner_page .left_col .img_block .img1 {
    top: -9%;
    left: -25%;
  }
  .listing_inner_page .left_col .img_block .img2 {
    top: 47%;
    right: -43%;
  }
  .listing_inner_page .left_col .img_block .img3 {
    right: -21%;
    top: -11%;
  }
  .listing_inner_page .left_col .img_block .img4 {
    top: 35%;
    left: -21%;
  }
}
@media screen and (max-width: 959px) {
  .listing_inner_page > .page_container {
    flex-wrap: wrap;
  }
  .listing_inner_page .left_block_inner {
    position: relative;
    margin-top: 0;
  }
  .listing_inner_page .short_col {
    position: relative;
  }
  .listing_inner_page .right_col,
.listing_inner_page .left_col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .listing_inner_page {
    margin-top: 23px;
  }
  .listing_inner_page .shop_now,
.listing_inner_page .range_block,
.listing_inner_page .list_attr {
    max-width: 100%;
  }
  .listing_inner_page .img_inner img {
    object-fit: cover;
    height: 200px;
    max-width: 200px;
  }
  .listing_inner_page .left_col {
    display: flex;
    justify-content: center;
  }
  .listing_inner_page .left_col .img_block {
    width: 200px;
    height: 200px;
  }
  .listing_inner_page .left_col .img_block img {
    width: 33%;
  }
  .listing_inner_page .left_col .img_block .img1 {
    top: -25%;
    left: -26%;
  }
  .listing_inner_page .left_col .img_block .img2 {
    top: 35%;
    right: -67%;
  }
  .listing_inner_page .left_col .img_block .img3 {
    right: -34%;
    top: -19%;
  }
  .listing_inner_page .left_col .img_block .img4 {
    top: 30%;
    left: -18%;
  }
}

/*# sourceMappingURL=listing_inner.css.map */
