.listing_page .colors_list ul, .listing_page .list_inner, .listing_page .list_product {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.listing_page .colors_list a.selected:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.select_option .select2-container--default.select2-container--open .select2-selection__arrow {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.listing_page .list_inner .check_btn:before, .select_option .select2-container--default .select2-selection--single .select2-selection__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;
}

.listing_page .label_text, .listing_page .list_inner .radio_btn,
.listing_page .list_inner .check_btn {
  font-size: 140%;
  line-height: 20px;
}

.listing_page .range_inputs .label {
  font-size: 120%;
  line-height: 15px;
}

.breadcrumbs {
  padding: 20px 0 0;
  background: #F1F3F7;
}

.select_option .select2-container.select2 {
  background: #ffffff;
  box-shadow: none;
  border-radius: 0;
}
.select_option .select2-container .select2-selection--single {
  height: auto;
}
.select_option .select2-container .select2-selection__placeholder {
  color: #ffffff;
}
.select_option .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: none;
  outline: none;
}
.select_option .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #21294E;
  font-size: 140%;
  line-height: 20px;
  padding: 12px 15px;
  flex: 1;
  width: 50%;
}
.select_option .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  padding: 12px 15px;
  padding-left: 0;
  width: auto;
  color: #646B86;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.select_option .select2-container--default .select2-selection--single .select2-selection__arrow * {
  display: none;
}
.select_option .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\e90b";
  font-size: 24px;
  display: block;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.select_option .select2-container--default.select2-container--open .select2-selection__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;
}
.select_option .select2-container--default.select2-container--open .select2-selection--single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 10;
}
.select_option .select2-container .select2-search--dropdown {
  padding: 0;
}
.select_option .select2-container .select2-search--dropdown .select2-search__field {
  border: none;
  border-bottom: 1px solid transparent;
  padding: 12px 15px;
  font-size: 100%;
  line-height: inherit;
}
.select_option .select2-container .select2-dropdown {
  border: none;
  font-size: 140%;
  line-height: 17px;
  box-shadow: 5px 5px 30px 5px rgba(33, 41, 78, 0.07);
  position: relative;
  z-index: 5;
  margin-top: 17px;
  background: #ffffff;
  border-radius: 15px;
}
.select_option .select2-container .select2-results__options {
  overflow-x: hidden;
  max-height: 160px;
  scrollbar-color: #DCDFE5 #F1F3F7;
  scrollbar-width: thin;
}
.select_option .select2-container .select2-results__options::-webkit-scrollbar {
  width: 4px;
  height: auto;
  border-radius: 100px;
  background: #F1F3F7;
}
.select_option .select2-container .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #DCDFE5;
}
.select_option .select2-container .select2-results__options li {
  padding: 8px 20px;
}
.select_option .select2-container .select2-results__option:not(:last-child) {
  border-bottom: 1px solid #666666;
}
.select_option .select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background: none;
  color: #21294E;
}
.select_option .select2-container .select2-results__option--selected {
  background: rgba(3, 11, 31, 0.4) !important;
  color: #21294E !important;
  cursor: default;
}
.select_option .select2 {
  background: transparent;
  box-shadow: none !important;
  border-radius: 15px !important;
  border: 1px solid #DCDFE5 !important;
}
.select_option .select2-selection--single {
  height: 44px !important;
}
.select_option .select2-container--default .select2-selection--single .select2-selection__arrow {
  padding: 12px 15px;
}
.select_option .select2-container .select2-dropdown {
  margin-top: 6px;
}
.select_option .select2-container .select2-dropdown {
  background: #ffffff;
  border-radius: 15px;
  border: none;
}
.select_option .select2-container .select2-results__options li {
  border: none !important;
  box-shadow: none;
  background: none !important;
}
.select_option .field_name {
  font-size: 12px;
  line-height: 18px;
  font-family: "poppins-semibold", "montserratarm-semiBold";
  color: #21294E;
  margin-bottom: 5px;
  display: block;
}
.select_option .field_name {
  font-size: 12px;
  line-height: 18px;
  font-family: "poppins-semibold", "montserratarm-semiBold";
  color: #21294E;
  opacity: 1;
  top: 21px;
  left: 24px;
  pointer-events: none;
  position: absolute;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0;
  z-index: 1;
}
.select_option .select2-selection__arrow {
  margin-top: 0;
  margin-right: 0;
}
.select_option .field_name {
  opacity: 0;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.select_option.focused .field_name {
  opacity: 1;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.select_option.focused .select2-selection__rendered {
  font-family: "poppins", "montserratarm-regular";
  color: #646B86;
}
.select_option.focused .field_name {
  opacity: 1;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 10px;
  left: 15px;
}

.listing_page {
  margin-top: 30px;
  padding-bottom: 100px;
}
.listing_page .paging {
  padding: 20px 0 0;
}
.listing_page .filter_show {
  min-width: 120px;
  margin-bottom: 20px;
  display: none;
}
@media screen and (max-width: 959px) {
  .listing_page .filter_show {
    display: block;
  }
}
.listing_page .left_block {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
}
.listing_page .filter_close {
  color: #333333;
  border: none;
  background: transparent;
  font-size: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  margin-left: auto;
}
.listing_page .filter_close:before {
  font-size: 1.2rem;
}
.listing_page .right_block {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 10px;
}
.listing_page .list_product {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.listing_page .list_product li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 10px;
  margin-bottom: 40px;
}
.listing_page .inner_left {
  background: #ffffff;
  box-shadow: 5px 5px 30px 5px rgba(33, 41, 78, 0.07);
  border-radius: 15px;
  padding: 15px 15px 0;
}
.listing_page .range_block {
  position: relative;
  margin: 18px 8px 0;
  padding-top: 10px;
}
.listing_page .ui-slider-horizontal {
  height: 1px;
  border-radius: 0;
  border: none;
}
.listing_page .ui-slider-horizontal:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  right: -7px;
  border-top: 1px solid #DCDFE5;
}
.listing_page .ui-slider .ui-slider-handle {
  position: absolute;
  margin: 0 0 0 -7px;
  padding: 0;
  width: 15px;
  height: 15px;
  top: -7px;
  background: #646B86;
  border-radius: 50px;
  color: #646B86;
  border: 5px solid;
  cursor: pointer;
}
.listing_page .ui-slider .ui-slider-handle:focus-visible {
  outline: none;
  border: none;
}
.listing_page .ui-slider .ui-slider-range {
  height: 3px;
  top: 0;
  margin-top: -1px;
  background: #646B86;
  position: absolute;
}
.listing_page .block_filter {
  padding-bottom: 40px;
}
.listing_page .list_inner > li {
  margin-bottom: 15px;
}
.listing_page .list_inner label {
  margin: 0;
}
.listing_page .list_inner label input:checked ~ .check_btn,
.listing_page .list_inner label input:checked ~ .radio_btn {
  pointer-events: none;
  background: #ffffff !important;
}
.listing_page .list_inner label input:checked ~ .check_btn:before {
  border-color: transparent;
  font-size: 0.9rem;
  background: #646B86;
  color: #ffffff;
}
.listing_page .list_inner label input:checked ~ .radio_btn:before {
  background: #ffffff;
  border-width: 7px;
  border-color: #646B86;
}
.listing_page .list_inner label.has-error ~ .error_hint {
  max-height: 30px;
}
.listing_page .list_inner .radio_btn,
.listing_page .list_inner .check_btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  background: none;
  color: #646B86;
}
.listing_page .list_inner .check_btn:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\e905";
  min-width: 24px;
  height: 24px;
  margin-right: 8px;
  background: #ffffff;
  border: 1px solid #DCDFE5;
  border-radius: 7px;
  font-size: 0;
}
.listing_page .list_inner .radio_btn:before {
  display: block;
  content: "";
  min-width: 24px;
  height: 24px;
  margin-right: 8px;
  background: #ffffff;
  border: 1px solid #DCDFE5;
  border-radius: 50%;
}
.listing_page .colors_list ul {
  display: flex;
  margin: 0 -7px;
  flex-wrap: wrap;
  align-items: center;
}
.listing_page .colors_list li {
  padding: 0 7px;
  margin-bottom: 15px;
}
.listing_page .colors_list a {
  position: relative;
  display: block;
}
.listing_page .colors_list a span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.listing_page .colors_list a.selected span {
  width: 40px;
  height: 40px;
}
.listing_page .colors_list a.selected:before {
  content: "";
  border-radius: 50%;
  display: block;
  pointer-events: none;
  background: inherit !important;
  opacity: 1;
  outline: 4px solid #ffffff;
  outline-offset: -7px;
}
.listing_page .label_text {
  width: 100%;
  color: #21294E;
  font-family: "poppins-semibold", "montserratarm-semiBold";
  text-transform: uppercase;
  margin-bottom: 10px;
}
.listing_page .range_inputs {
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
}
.listing_page .range_inputs .input_block {
  flex: 1;
  width: 20%;
  position: relative;
  background: #ffffff;
  border: 1px solid #DCDFE5;
  border-radius: 15px;
  padding: 12px 13px;
}
.listing_page .range_inputs .input_block:last-child {
  order: 2;
}
.listing_page .range_inputs .label {
  display: inline-block;
  vertical-align: top;
  color: #21294E;
  font-weight: normal;
  font-family: "poppins-semibold", "montserratarm-semiBold";
}
.listing_page .range_inputs input {
  width: 100%;
  height: 21px;
  padding: 0;
  font-family: inherit;
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 140%;
  line-height: 21px;
}
.listing_page .range_inputs input::placeholder {
  color: #646B86;
}
.listing_page .range_inputs .from {
  border-right: 1px solid #DCDFE5;
  border-radius: 15px 0 0 15px;
}
.listing_page .range_inputs .till {
  border-left: 1px solid transparent;
  border-radius: 0 15px 15px 0;
}

@media screen and (max-width: 1199px) {
  .listing_page {
    padding-bottom: 80px;
  }
  .listing_page .range_inputs .input_block {
    padding: 10px 6px;
  }
  .listing_page .paging {
    padding-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .pages_top_block {
    padding-bottom: 0;
  }
  .pages_top_block .form_section .field_block,
  .pages_top_block .form_section .calendar_block {
    max-width: 50%;
    flex: 0 0 50%;
    padding-bottom: 10px;
  }
  .listing_page {
    margin-top: 20px;
    padding-bottom: 70px;
  }
  .listing_page .range_inputs .input_block {
    padding: 12px 13px;
  }
  .listing_page .block_filter {
    padding-bottom: 30px;
  }
  .listing_page .right_block {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .listing_page .left_block {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .listing_page .list_product li {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .listing_page {
    padding-bottom: 60px;
  }
  .listing_page .paging {
    padding-top: 10px;
  }
  .listing_page .inner_left {
    box-shadow: none;
    width: 320px;
  }
  .listing_page .right_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .listing_page .filter_close {
    display: block;
  }
  .listing_page .left_block {
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 0;
    flex: unset;
    max-width: 100%;
    z-index: 200;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    background: #ffffff;
    scrollbar-color: #21294E #DCDFE5;
    scrollbar-width: thin;
    -o-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    background: #ffffff;
  }
  .listing_page .left_block::-webkit-scrollbar {
    width: 4px;
    height: auto;
    border-radius: 0;
    background: #DCDFE5;
  }
  .listing_page .left_block::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #21294E;
  }
  .listing_page .left_block .filter_inner {
    border-radius: 0;
    width: 320px;
    background: transparent;
    box-shadow: none;
  }
  body:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    z-index: 150;
    background: rgba(33, 41, 78, 0.2);
    -o-transition: width 0s 0.5s, opacity 0.5s;
    -ms-transition: width 0s 0.5s, opacity 0.5s;
    -moz-transition: width 0s 0.5s, opacity 0.5s;
    -webkit-transition: width 0s 0.5s, opacity 0.5s;
    transition: width 0s 0.5s, opacity 0.5s;
  }
  body.filter_opened {
    overflow: hidden;
  }
  body.filter_opened:before {
    width: 100%;
    opacity: 1;
    -o-transition: width 0s 0s, opacity 0.5s;
    -ms-transition: width 0s 0s, opacity 0.5s;
    -moz-transition: width 0s 0s, opacity 0.5s;
    -webkit-transition: width 0s 0s, opacity 0.5s;
    transition: width 0s 0s, opacity 0.5s;
  }
  body.filter_opened .left_block {
    width: 320px;
    z-index: 220;
  }
}
@media screen and (max-width: 575px) {
  .pages_top_block .form_section .field_block,
  .pages_top_block .form_section .calendar_block {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .pages_top_block .form_section .field_block .field_block,
  .pages_top_block .form_section .calendar_block .field_block {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .pages_top_block .btn_block a,
  .pages_top_block .btn_block button {
    min-height: 50px;
  }
  .listing_page {
    margin-top: 20px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 479px) {
  .listing_page .list_product {
    margin: 0 -5px;
  }
  .listing_page .list_product li {
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .product_block .product_img {
    max-height: 210px;
    min-height: 210px;
  }
}
@media screen and (max-width: 399px) {
  .listing_page {
    padding-bottom: 40px;
  }
  .listing_page .paging {
    padding-top: 4px;
  }
  .listing_page .list_product {
    margin: 0;
  }
  .listing_page .list_product li {
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .product_block .product_img {
    max-height: 250px;
    min-height: 250px;
  }
}
.footer {
  margin-top: 0;
}

.web .listing_page .colors_list a, .listing_page .colors_list .web a {
  -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 .listing_page .filter_close, .listing_page .web .filter_close {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .listing_page .ui-slider .ui-slider-handle, .listing_page .ui-slider .web .ui-slider-handle, .web .listing_page .filter_show, .listing_page .web .filter_show, .web .listing_page .list_inner .check_btn:before, .listing_page .list_inner .web .check_btn:before, .web .listing_page .list_inner .radio_btn:before, .listing_page .list_inner .web .radio_btn:before {
  -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;
}

.select_option .select2-container .select2-results__options li {
  -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 .listing_page .colors_list a, .listing_page .colors_list .touch a {
  -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 .listing_page .filter_close, .listing_page .touch .filter_close {
  -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 .listing_page .ui-slider .ui-slider-handle, .listing_page .ui-slider .touch .ui-slider-handle, .touch .listing_page .filter_show, .listing_page .touch .filter_show, .touch .listing_page .list_inner .check_btn:before, .listing_page .list_inner .touch .check_btn:before, .touch .listing_page .list_inner .radio_btn:before, .listing_page .list_inner .touch .radio_btn:before {
  -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;
}

.listing_page .list_inner label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web .listing_page .filter_close:hover, .listing_page .web .filter_close:hover {
  color: #CC3A3F;
}
.web .listing_page .filter_show:hover, .listing_page .web .filter_show:hover, .web .listing_page .list_inner .check_btn:hover:before, .listing_page .list_inner .web .check_btn:hover:before, .web .listing_page .list_inner .radio_btn:hover:before, .listing_page .list_inner .web .radio_btn:hover:before {
  background: #F1F3F7;
}
.web .listing_page .colors_list a:hover, .listing_page .colors_list .web a:hover {
  opacity: 0.7;
}
.web .listing_page .ui-slider .ui-slider-handle:hover, .listing_page .ui-slider .web .ui-slider-handle:hover {
  background: #000000;
}

.touch .listing_page .filter_close:active, .listing_page .touch .filter_close:active {
  color: #CC3A3F;
}
.touch .listing_page .filter_show:active, .listing_page .touch .filter_show:active, .touch .listing_page .list_inner .check_btn:active:before, .listing_page .list_inner .touch .check_btn:active:before, .touch .listing_page .list_inner .radio_btn:active:before, .listing_page .list_inner .touch .radio_btn:active:before {
  background: #F1F3F7;
}
.touch .listing_page .colors_list a:active, .listing_page .colors_list .touch a:active {
  opacity: 0.7;
}
.touch .listing_page .ui-slider .ui-slider-handle:active, .listing_page .ui-slider .touch .ui-slider-handle:active {
  background: #000000;
}

/*# sourceMappingURL=listing.css.map */
