.listing_page .product_listing > ul, .listing_page .category_list, .listing_page .answer_block {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.listing_page .product_listing .info_block img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.listing_page {
  margin-top: 24px;
  padding: 0 20px;
}
.listing_page .category_block {
  padding: 0 10px;
  width: 180px;
  position: absolute;
  left: 0;
}
.listing_page .description_block {
  flex: 0 0 64%;
  max-width: 64%;
  margin-left: 200px;
}
.listing_page .answer_block {
  display: none;
  color: #404040;
  font-family: "yantramanav-thin";
}
.listing_page .answer_block > li > a {
  display: block;
  color: #ffffff;
  font-size: 120%;
  line-height: 16px;
  padding: 10px 20px 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-top: none;
}
.listing_page .answer_block > li.active {
  background: rgba(255, 255, 255, 0.25);
  pointer-events: none;
}
.listing_page .category_list {
  font-family: "yantramanav-thin";
}
.listing_page .category_list > li {
  margin-bottom: 10px;
}
.listing_page .question_block {
  font-family: "yantramanav-thin";
  background: none;
  font-size: 120%;
  letter-spacing: 4px;
  line-height: 16px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 10px 20px 10px;
  width: 100%;
  word-break: break-all;
  text-align: center;
}
.listing_page .mob_btn {
  display: none;
}
.listing_page .listing_category {
  position: relative;
}
.listing_page .inner_block {
  border: 1px solid #404040;
  padding: 32px 40px;
}
.listing_page .text_more {
  font-size: 120%;
  line-height: 15px;
  color: #BDA875;
  text-align: right;
  width: 50%;
  margin-left: auto;
  margin-top: -3px;
  display: none;
  position: relative;
}
.listing_page .text_more:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, #000000 100%);
  z-index: 1;
  width: 100%;
  height: 20px;
}
.listing_page .show_text .description_inner {
  max-height: 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 .text_height .text_more {
  display: block;
}
.listing_page .sub_title {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 140%;
  line-height: 18px;
  font-family: "yantramanav-bold";
  margin-bottom: 20px;
}
.listing_page .description_inner {
  font-size: 120%;
  line-height: 20px;
  color: #ffffff;
  font-family: "yantramanav-thin";
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  max-height: 190px;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.listing_page .product_listing {
  margin-top: 76px;
  margin-left: 200px;
  flex: 0 0 64%;
  max-width: 64%;
}
.listing_page .product_listing > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.listing_page .product_listing > ul li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  margin-bottom: 50px;
}
.listing_page .product_listing .product_block {
  border: 1px solid #404040;
  padding: 50px;
}
.listing_page .product_listing .info_block {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.listing_page .product_listing .info_block a {
  vertical-align: top;
  width: 42%;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
  display: block;
}
.listing_page .product_listing .info_block a:before {
  display: block;
  content: "";
  padding-bottom: 146%;
}
.listing_page .product_listing .info_block img {
  object-fit: cover;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -o-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}
.listing_page .product_listing .product_end_block {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.listing_page .product_listing .product_price {
  font-size: 320%;
  line-height: 41px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.listing_page .product_listing .product_price span {
  font-size: 24px;
  line-height: 32px;
  padding-right: 8px;
}
.listing_page .product_listing .block_added {
  display: flex;
  align-items: center;
}
.listing_page .product_listing .block_added a {
  padding-right: 16px;
  font-size: 240%;
}
.listing_page .product_listing .info_product {
  font-size: 120%;
  line-height: 20px;
  color: #ffffff;
  font-family: "yantramanav-thin";
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 15px;
}
.listing_page .product_listing .product_name {
  font-size: 700%;
  line-height: 63px;
  font-family: "yantramanav-thin";
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1599px) {
  .listing_page .product_listing .product_block {
    padding: 40px;
  }
  .listing_page .product_listing .product_block .product_name {
    font-size: 600%;
    line-height: 58px;
  }
}
@media screen and (max-width: 1439px) {
  .listing_page .description_block {
    flex: 0 0 84%;
    max-width: 84%;
  }
  .listing_page .description_inner {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .listing_page .product_listing {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .listing_page .product_listing .product_block {
    padding: 40px;
  }
  .listing_page .product_listing .product_block .product_name {
    font-size: 550%;
    line-height: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .listing_page .product_listing > ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .listing_page .product_listing .product_block .product_name {
    font-size: 500%;
    line-height: 47px;
  }
}
@media screen and (max-width: 959px) {
  .listing_page .mob_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #404040;
    padding: 15px;
    font-size: 140%;
    line-height: 16px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  .listing_page .question_block {
    border-right: 0;
    border-left: 0;
  }
  .listing_page .category_block {
    height: 0;
    opacity: 0;
    z-index: -1;
    border: 1px solid #404040;
    padding: 0;
    border-top: 0;
    width: 100%;
    max-width: 400px;
    scrollbar-color: #BDA875 #404040;
    scrollbar-width: thin;
    overflow-x: hidden;
    background: linear-gradient(135deg, #181818 0%, #000000 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 .category_block::-webkit-scrollbar {
    width: 4px;
    height: auto;
    border-radius: 0;
    background: #404040;
  }
  .listing_page .category_block::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #BDA875;
  }
  .listing_page .product_listing {
    margin-left: 0;
    margin-top: 30px;
  }
  .listing_page .product_listing > ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .listing_page .product_listing .product_block {
    padding: 30px;
  }
  .listing_page .product_listing .product_block .product_name {
    font-size: 450%;
    line-height: 43px;
  }
  .listing_page .description_block {
    margin-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 719px) {
  .listing_page .product_listing > ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .listing_page .product_listing .product_block {
    padding: 30px;
  }
  .listing_page .product_listing .product_block .product_name {
    font-size: 400%;
    line-height: 37px;
  }
}
@media screen and (max-width: 575px) {
  .listing_page .text_more {
    width: 100%;
  }
  .listing_page .description_inner {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .listing_page .inner_block {
    padding: 15px;
  }
  .listing_page .product_listing > ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .listing_page .product_listing .product_block {
    padding: 20px;
  }
  .listing_page .product_listing .product_block .product_name {
    font-size: 300%;
    line-height: 28px;
  }
  .listing_page .product_listing .block_added a {
    font-size: 200%;
  }
  .listing_page .product_listing .product_price {
    font-size: 280%;
  }
}

.mobFilter_open .listing_page .category_block {
  height: 500px;
  opacity: 1;
  z-index: 1;
  -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 .product_listing .info_block a {
  -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 .product_listing .info_block a:hover {
  opacity: 0.8;
}
.web .listing_page .product_listing .info_block a:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.touch .listing_page .product_listing .info_block a {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.touch .listing_page .product_listing .info_block a:active {
  opacity: 0.8;
}
.touch .listing_page .product_listing .info_block a:active img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.web .listing_page .answer_block > li > a, .listing_page .web .answer_block > li > a, .web .listing_page .question_block, .listing_page .web .question_block, .web .listing_page .product_listing .block_added a, .listing_page .product_listing .block_added .web a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.touch .listing_page .answer_block > li > a, .listing_page .touch .answer_block > li > a, .touch .listing_page .question_block, .listing_page .touch .question_block, .touch .listing_page .product_listing .block_added a, .listing_page .product_listing .block_added .touch a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.web .listing_page .answer_block > li > a:hover, .listing_page .web .answer_block > li > a:hover, .web .listing_page .question_block:hover, .listing_page .web .question_block:hover, .web .listing_page .product_listing .block_added a:hover, .listing_page .product_listing .block_added .web a:hover {
  color: rgba(189, 168, 117, 0.7);
}
.touch .listing_page .answer_block > li > a:active, .listing_page .touch .answer_block > li > a:active, .touch .listing_page .question_block:active, .listing_page .touch .question_block:active, .touch .listing_page .product_listing .block_added a:active, .listing_page .product_listing .block_added .touch a:active {
  color: rgba(189, 168, 117, 0.7);
}

/*# sourceMappingURL=listing.css.map */
