@charset "UTF-8";
.colors_list, .checkbox_list, .listing_section .products_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.inners_slider .slide_block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inners_slider .slick-arrow:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inners_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  margin: 30px -15px 0;
}
.inners_slider:before, .inners_slider:after {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  background: #ffffff;
  z-index: 5;
}
.inners_slider:before {
  left: 0;
}
.inners_slider:after {
  right: 0;
}
.inners_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  vertical-align: top;
  width: 50%;
  padding: 0 15px;
  position: relative;
}
.inners_slider .slide_block:before {
  display: block;
  content: "";
  padding-bottom: 40%;
}
.inners_slider .slide_block img {
  object-fit: cover;
  border: solid #ffffff;
  border-width: 0 15px;
}
.inners_slider .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 5;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.6);
  color: #666666;
  width: 44px;
  height: 44px;
  right: 15px;
}
.inners_slider .slick-arrow:before {
  display: block;
  font-size: 2rem;
}
.inners_slider .slick-prev {
  margin-right: 44px;
}
.inners_slider .slick-prev:before {
  content: "";
}
.inners_slider .slick-next:before {
  content: "";
}

.listing_section {
  padding: 30px 0;
}
.listing_section .products_list {
  display: flex;
  flex-wrap: wrap;
  border-left: 2px solid #ededed;
}
.listing_section .products_list li {
  flex: 0 0 20%;
  max-width: 20%;
  border-right: 2px solid #ededed;
  border-bottom: 2px solid #ededed;
}
.listing_section .products_list li:nth-child(-n+5) {
  border-top: 2px solid #ededed;
}

.products_section {
  margin-left: auto;
  flex: 1;
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .listing_section .products_list li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .listing_section .products_list li:nth-child(5) {
    border-top: none;
  }
}
@media (max-width: 959px) {
  .listing_section {
    padding-top: 20px;
  }

  .inners_slider {
    margin-top: 0;
  }
  .inners_slider:before, .inners_slider:after {
    display: none;
  }
  .inners_slider .slide_block {
    padding: 0;
    width: 100%;
  }
  .inners_slider .slide_block img {
    border: none;
  }
  .inners_slider .slick-arrow {
    top: 50%;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    right: 0;
  }
  .inners_slider .slick-arrow:before {
    font-size: 1.6rem;
  }
  .inners_slider .slick-arrow.slick-prev {
    right: auto;
    left: 0;
    margin-right: 0;
  }

  .products_section {
    flex: none;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .listing_section .products_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .listing_section .products_list li:nth-child(3), .listing_section .products_list li:nth-child(4) {
    border-top: none;
  }
}
@media (max-width:359px) {
  .listing_section {
    position: relative;
    overflow: hidden;
  }
  .listing_section .products_list {
    margin: 0 -17px;
  }
}
.web .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #000000;
}

.touch .slick-arrow:active {
  background: rgba(0, 0, 0, 0.2);
  color: #000000;
}

.filter_btn, .filter_close {
  display: none;
}
.filter_block {
  margin-bottom: 25px;
}
.filter_block.inactive .filter_options :not(.no_fields_hint) {
  display: none !important;
}
.filter_block.inactive .no_fields_hint {
  display: block;
}
.filter_type {
  font-size: 140%;
  line-height: 18px;
  margin-bottom: 15px;
  font-family: "bold";
}
.filter_type:before {
  display: none;
}

.no_fields_hint {
  display: none;
  font-size: 140%;
  line-height: 20px;
  font-family: "bold";
}

.checkbox_list li {
  max-height: 40px;
  opacity: 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;
  position: relative;
  overflow: hidden;
}
.checkbox_list li:not(:first-child) {
  margin-top: 15px;
}
.checkbox_list:not(.opened) li:nth-child(n+6) {
  max-height: 0;
  margin-top: 0;
  opacity: 0;
}
.checkbox_list.opened + .more_less_btn:before {
  content: attr(data-close);
}
.checkbox_list .check_btn {
  display: flex;
  align-items: flex-start;
  font-size: 140%;
  line-height: 20px;
  color: #666666;
}
.checkbox_list .check_btn:before {
  display: flex;
  min-width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  font-size: 0;
  border: 2px solid #ededed;
  margin-right: 10px;
  font-weight: 900;
  color: #000000;
}
.checkbox_list input:checked + .check_btn:before {
  font-size: 57.1%;
}

.more_less_btn {
  display: inline-block;
  vertical-align: top;
  font-size: 120%;
  line-height: 15px;
  color: #006699;
  cursor: pointer;
  margin-top: 10px;
}
.more_less_btn:before {
  display: block;
  content: attr(data-open);
}

.colors_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.colors_list li {
  padding: 0 5px 15px;
}
.colors_list .check_btn {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
}
.colors_list .check_btn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.colors_list input:checked + .check_btn {
  width: 19px;
  height: 19px;
  margin: 3px;
}
.colors_list input:checked + .check_btn:before {
  display: block;
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  border: 1px solid #000000;
}

label {
  position: relative;
  overflow: hidden;
  margin: 0;
  font-weight: normal;
  vertical-align: top;
}
label .check_btn {
  cursor: pointer;
}

.range_block {
  padding: 44px 10px 10px;
  position: relative;
  overflow: hidden;
}
.range_block:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  border: 1px solid #000000;
  border-bottom: none;
}
.range_block input {
  visibility: hidden;
}

.jslider {
  height: 1px;
  top: auto;
}
.jslider-value, .jslider-label {
  display: none !important;
}
.jslider .jslider-pointer {
  width: 7px;
  height: 10px;
  background: #000000;
  margin-left: -3px;
}
.jslider .jslider-pointer:before {
  display: block;
  content: "";
  border-width: 0 3px 4px;
  border-style: solid;
  border-color: #000000 transparent;
  margin-top: -3px;
  width: 7px;
}
.jslider .jslider-pointer:after {
  display: block;
  content: "";
  position: absolute;
  width: 500px;
  pointer-events: none;
  top: 4px;
  background: #000000;
  height: 1px;
}
.jslider .jslider-pointer:not(.jslider-pointer-to):after {
  right: 3px;
}
.jslider .jslider-pointer.jslider-pointer-to:after {
  left: 3px;
}
.jslider .jslider-bg {
  position: relative;
  overflow: hidden;
  height: 1px;
}
.jslider .jslider-bg:before {
  display: block;
  content: "";
  margin: -1px 3px;
  border-top: 3px dashed #bebfc1;
}
.jslider .jslider-bg i {
  background: transparent;
}

.limits_block {
  display: flex;
  justify-content: space-between;
}
.limits_block input {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 160%;
  line-height: 20px;
  color: #000000;
  flex: 1;
  max-width: 65px;
}
.limits_block input:last-child {
  text-align: right;
}

.apply_btn,
.reset_btn {
  font-size: 120%;
  line-height: 15px;
  padding: 10px;
  border: none;
  color: #000000;
  width: 100%;
}
.apply_btn:before,
.reset_btn:before {
  margin-right: 10px;
}

.apply_btn {
  margin-top: 15px;
  background: rgba(0, 0, 0, 0.2);
}

.reset_btn {
  background: rgba(0, 0, 0, 0.1);
}
.reset_btn:before {
  font-size: 83.3%;
  font-weight: 700;
}

.listing_actions {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.listing_actions .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 150px;
}
.listing_actions .bootstrap-select .btn {
  font-size: 100%;
  line-height: 18px;
  box-shadow: none;
  outline: none !important;
  border-radius: 0;
  border: 2px solid #ededed !important;
  padding: 7px 10px;
  background: #ffffff !important;
}
.listing_actions .bootstrap-select .btn.dropdown-toggle:focus {
  outline: none !important;
}
.listing_actions .bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ededed;
  background: #ffffff;
  box-shadow: none;
}
.listing_actions .bootstrap-select .dropdown-menu li:not(:first-child) {
  border-top: 1px solid #ededed;
}
.listing_actions .bootstrap-select.dropup .dropdown-menu {
  border-bottom: none;
}
.listing_actions .bootstrap-select:not(.dropup) .dropdown-menu {
  border-top: none;
}
.listing_actions .bootstrap-select .dropdown-item {
  padding: 5px 10px;
  font-weight: normal;
  color: #000000;
  background: transparent;
  font-size: 140%;
  line-height: 20px;
}
.listing_actions .bootstrap-select .dropdown-item.selected, .listing_actions .bootstrap-select .dropdown-item.active, .listing_actions .bootstrap-select .dropdown-item:active {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: default;
}

.sorting_block,
.show_count {
  display: flex;
  align-items: center;
  font-size: 140%;
}

.action_title {
  font-family: "bold";
  margin-right: 20px;
}

select {
  visibility: hidden;
}

@media screen and (min-width: 960px) {
  .filter_block:not(.inactive) .filter_options {
    display: block !important;
  }
}
@media (max-width: 959px) {
  .filter_section {
    flex: none;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    height: 100%;
    z-index: 200;
    left: 0;
    width: 0;
    max-width: 100%;
    background: #ffffff;
    padding: 0;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  .filter_section + .products_section .filter_btn {
    display: block;
    border: 2px solid #ededed;
    color: #000000;
    background: transparent;
    font-size: 140%;
    font-family: "bold";
    line-height: 18px;
    padding: 7px 10px;
    margin-right: auto;
  }
  .filter_inner {
    width: 100vw;
    min-height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    float: right;
  }
  .filter_opened {
    overflow: hidden;
  }
  .filter_opened .filter_section {
    width: 100%;
  }
  .filter_close {
    margin-left: auto;
    margin-bottom: 20px;
    font-size: 160%;
    color: #ffffff;
    background: #333333;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
  }
  .filter_close:before {
    display: block;
  }
  .filter_close + .filter_block {
    border-top: 2px solid #ededed;
  }
  .filter_options {
    display: none;
    padding-bottom: 20px;
  }
  .filter_block {
    border-bottom: 2px solid #ededed;
    margin: 0;
    padding: 0 15px;
  }
  .filter_block.opened .filter_type:before {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .filter_type {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 0;
    font-size: 180%;
    line-height: 24px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .filter_type:before {
    display: block;
    font-weight: 900;
    position: relative;
    font-size: 88.8%;
    -o-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
  }

  .sorting_block,
.show_count {
    margin-left: 20px;
  }

  .action_title {
    margin-right: 10px;
  }

  .more_less_btn {
    display: none;
  }

  .checkbox_list li {
    padding-top: 5px;
    max-height: none !important;
    opacity: 1 !important;
    margin-bottom: 15px !important;
  }
  .checkbox_list .check_btn {
    font-size: 180%;
    line-height: 24px;
  }
  .checkbox_list .check_btn:before {
    margin-top: 2px;
  }
  .checkbox_list input:checked + .check_btn:before {
    font-size: 44.4%;
  }

  .jslider .jslider-pointer {
    width: 13px;
    height: 15px;
    margin-left: -7px;
    margin-top: -2px;
  }
  .jslider .jslider-pointer:after {
    top: 6px;
  }
  .jslider .jslider-pointer:before {
    width: 13px;
    border-width: 0 6px 6px;
    margin-top: -6px;
  }

  .reset_btn,
.apply_btn {
    height: 40px;
    font-size: 160%;
    line-height: 20px;
  }

  .no_fields_hint {
    font-size: 160%;
    line-height: 22px;
  }

  .reset_btn {
    margin-top: auto;
  }

  .range_block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  .listing_actions {
    flex-wrap: wrap;
  }

  .filter_btn {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }

  .sorting_block {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .listing_actions {
    flex-wrap: wrap;
  }
  .listing_actions .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
  }

  .sorting_block,
.show_count {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
  }

  .action_title {
    margin-bottom: 5px;
  }
}
.web .checkbox_list .check_btn:before {
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.web .checkbox_list .check_btn:hover {
  color: #000000;
}
.web .checkbox_list .check_btn:hover:before {
  border-color: #999999;
}
.web .more_less_btn:hover {
  color: #666666;
}
.web .jslider-pointer:before {
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.web .jslider-pointer:hover {
  background: #666666;
}
.web .jslider-pointer:hover:before {
  border-bottom-color: #666666;
}
.web .apply_btn:hover {
  background: rgba(0, 0, 0, 0.25);
}
.web .reset_btn:hover {
  background: rgba(0, 0, 0, 0.15);
}
.web .dropdown-menu a:not(.selected):hover {
  background: rgba(0, 0, 0, 0.1);
}

.touch .checkbox_list .check_btn:before {
  -o-transition: border-color 0.15s;
  -ms-transition: border-color 0.15s;
  -moz-transition: border-color 0.15s;
  -webkit-transition: border-color 0.15s;
  transition: border-color 0.15s;
}
.touch .checkbox_list .check_btn:active {
  color: #000000;
}
.touch .checkbox_list .check_btn:active:before {
  border-color: #999999;
}
.touch .more_less_btn:active {
  color: #666666;
}
.touch .jslider-pointer:before {
  -o-transition: border-color 0.5s;
  -ms-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
.touch .jslider-pointer:active {
  background: #666666;
}
.touch .jslider-pointer:active:before {
  border-bottom-color: #666666;
}
.touch .apply_btn:active {
  background: rgba(0, 0, 0, 0.25);
}
.touch .reset_btn:active {
  background: rgba(0, 0, 0, 0.15);
}
.touch .dropdown-menu a:not(.selected):active {
  background: rgba(0, 0, 0, 0.1);
}

.web .checkbox_list .check_btn, .web .more_less_btn {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.listing_actions .bootstrap-select .dropdown-item, .web .jslider-pointer, .web .apply_btn, .web .reset_btn, .web .dropdown-menu a:not(.selected) {
  -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;
}

.web .slick-arrow {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .checkbox_list .check_btn, .touch .more_less_btn {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .jslider-pointer, .touch .apply_btn, .touch .reset_btn, .touch .dropdown-menu a:not(.selected) {
  -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;
}

.touch .slick-arrow {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.more_less_btn, label .check_btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

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