.listing_page .listing_block {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

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

.range_block.inactive .jslider .jslider-pointer {
  left: 0 !important;
}
.range_block.inactive .l {
  width: 0 !important;
}

.jslider th,
.jslider td {
  overflow: hidden;
}
.jslider .jslider-value {
  display: flex;
  flex-wrap: wrap;
  font-size: 120%;
  background: #ffffff;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 4px;
  top: -63px;
  width: 81px;
  height: 50px;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 4px 15px;
}
.jslider .jslider-value > span {
  display: none;
}
.jslider .sasas {
  margin-top: 2px;
}
.jslider .pre_unit {
  order: -1;
  flex: 0 0 100%;
  max-width: 100%;
  color: #999999;
}
.jslider .jslider-pointer {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #00A7E0;
  margin-top: -5px;
  margin-left: -9px;
  pointer-events: none;
  -o-transition: left 0.75s !important;
  -ms-transition: left 0.75s !important;
  -moz-transition: left 0.75s !important;
  -webkit-transition: left 0.75s !important;
  transition: left 0.75s !important;
}
.jslider .jslider-value-to,
.jslider .jslider-label {
  display: none !important;
}
.jslider .jslider-bg {
  height: auto;
  border: 3px dashed #E5E5E5;
  margin: 0 -6px;
}
.jslider .jslider-bg i {
  background: #00A7E0;
  height: 6px;
  position: absolute;
  font-size: 0;
  top: -3px;
}
.jslider .jslider-bg i:not(.l) {
  display: none !important;
}
.jslider .jslider-bg i.l {
  -o-transition: width 0.75s !important;
  -ms-transition: width 0.75s !important;
  -moz-transition: width 0.75s !important;
  -webkit-transition: width 0.75s !important;
  transition: width 0.75s !important;
}

.shop_now {
  border-radius: 20px;
  background: #00A7E0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 120%;
  line-height: 14px;
  color: #ffffff;
  margin: 26px 15px 0;
}

.listing_page .section_title {
  margin-top: 20px;
  display: block;
}
.listing_page .range_block {
  margin-top: 63px;
}
.listing_page h1 {
  padding: 0;
  margin: 0;
}
.listing_page .listing_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.listing_page .listing_top .left_block {
  padding: 0 15px;
  flex: 0 0 50%;
  max-width: 50%;
}
.listing_page .listing_top .page_description {
  padding: 0 15px;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}
.listing_page .page_description {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.listing_page .inner_block img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 179px;
  margin: 0 auto;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.listing_page .listing_block {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -15px 0;
  text-align: center;
}
.listing_page .listing_block li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  margin-bottom: 20px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  opacity: 0;
}
.listing_page .listing_block .page_description {
  height: 74px;
  overflow: hidden;
}
.listing_page .listing_block .inner_block {
  background: transparent;
  padding: 25px;
  position: relative;
  overflow: hidden;
}
.listing_page .listing_block .inner_block .img1 {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 0;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.listing_page .listing_block .inner_block .img1 img {
  max-width: 80px;
}
.listing_page .listing_block .inner_block .img2 {
  position: absolute;
  top: 15px;
  right: -100%;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.listing_page .listing_block .inner_block .img3 {
  position: absolute;
  right: -100%;
  top: 7vw;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.listing_page .listing_block .inner_block .img4 {
  position: absolute;
  top: 5vw;
  left: -100%;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .listing_page .listing_block li {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media screen and (max-width: 959px) {
  .listing_page .listing_top {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
  }
  .listing_page .listing_top .left_block {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .listing_page .listing_top .page_description {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .listing_page .listing_block li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .listing_page .listing_block li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.web .listing_page .listing_block li .inner_block {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .listing_page .listing_block li .inner_block:hover {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.web .listing_page .listing_block li .inner_block:hover .img_block .img1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.web .listing_page .listing_block li .inner_block:hover .img_block .img1 img {
  max-width: 80px;
}
.web .listing_page .listing_block li .inner_block:hover .img_block .img2 {
  top: 3%;
  right: 6%;
}
.web .listing_page .listing_block li .inner_block:hover .img_block .img3 {
  right: 3%;
  top: 18%;
}
.web .listing_page .listing_block li .inner_block:hover .img_block .img4 {
  top: 16%;
  left: -4%;
}

.web .listing_page .section_title, .listing_page .web .section_title {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .jslider .jslider-pointer, .jslider .web .jslider-pointer, .web .shop_now {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.touch .listing_page .section_title, .listing_page .touch .section_title {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .jslider .jslider-pointer, .jslider .touch .jslider-pointer, .touch .shop_now {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.web .jslider .jslider-pointer:hover, .jslider .web .jslider-pointer:hover, .web .shop_now:hover {
  background: rgba(0, 167, 224, 0.7);
}
.web .listing_page .section_title:hover, .listing_page .web .section_title:hover {
  opacity: 0.7;
}
.touch .jslider .jslider-pointer:active, .jslider .touch .jslider-pointer:active, .touch .shop_now:active {
  background: rgba(0, 167, 224, 0.7);
}
.touch .listing_page .section_title:active, .listing_page .touch .section_title:active {
  opacity: 0.7;
}

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