.products_list {
  padding: 0;
  margin: 0 -15px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.products_list li {
  padding: 45px 15px;
  flex: 0 0 25%;
  max-width: 25%;
  -o-transition: padding 0.5s;
  -ms-transition: padding 0.5s;
  -moz-transition: padding 0.5s;
  -webkit-transition: padding 0.5s;
  transition: padding 0.5s;
  position: relative;
}
.products_list li:nth-child(-n+4):before {
  display: block;
  content: "";
  position: absolute;
  left: 15px;
  width: 1px;
  top: -200px;
  height: 5000px;
  background: #999999;
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
  display: none;
}
@media (max-width: 1439px) {
  .products_list li {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media screen and (max-width: 1439px) and (min-width: 960px) {
  .products_list.showed li:nth-child(3n+2) {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1440px) {
  .products_list.showed li:nth-child(2n) {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}
@media (max-width: 959px) {
  .products_list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .products_list li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 30px 10px;
  }
}
@media screen and (max-width: 959px) and (min-width: 576px) {
  .products_list.showed li:nth-child(2n) {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .products_list li {
    flex: 0 0 100%;
    max-width: 450px;
    margin: 0 auto;
    padding: 15px 10px;
  }
}

.page_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 40px;
}
.page_head .section_title {
  color: #ffffff;
  font-family: "bold", "arm-bold";
  margin-right: 110px;
}

.filter_sorting {
  min-width: 50%;
  display: flex;
  justify-content: space-between;
}

.sorting_block {
  width: 180px;
  min-width: 180px;
  margin-right: 40px;
  margin-left: -90px;
}
.sorting_block .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  outline: none !important;
}
.sorting_block .bootstrap-select .btn {
  outline: none !important;
  background: #ffffff !important;
  color: #000000;
  position: relative;
  font-size: 140%;
  line-height: 18px;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  padding: 9px 10px;
  z-index: 3;
  opacity: 1;
}
.sorting_block .bootstrap-select > .dropdown-toggle:after {
  display: none;
}
.sorting_block .bootstrap-select > .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
}
.sorting_block .bootstrap-select .dropdown-menu > .inner {
  max-height: 230px !important;
  overflow-y: auto;
}
.sorting_block .bootstrap-select .dropdown-menu {
  background: #ffffff;
}
.sorting_block .bootstrap-select .dropdown-menu:not(.inner) {
  margin: 0;
  padding: 0;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0 0 6px 6px;
  border: 1px solid #d8d8d8;
  border-top: none;
}
.sorting_block .bootstrap-select .dropdown-menu li:not(:first-child) {
  border-top: 1px solid #d8d8d8;
}
.sorting_block .bootstrap-select .dropdown-item {
  padding: 10px;
  display: flex;
  align-items: center;
  font-weight: normal;
  color: #000000;
  font-size: 140%;
  line-height: 18px;
  white-space: normal;
  background: transparent;
  justify-content: space-between;
  font-family: "regular", "arm-regular";
}
.sorting_block .bootstrap-select .dropdown-item:after {
  display: block;
  content: "";
  margin-left: 20px;
  border-radius: 50%;
  width: 14px;
  min-width: 14px;
  height: 14px;
  background: #d8d8d8;
  border: 3px solid #999999;
}
.sorting_block .bootstrap-select .dropdown-item:hover {
  background: #e5e5e5;
}
.sorting_block .bootstrap-select .dropdown-item.active, .sorting_block .bootstrap-select .dropdown-item:active {
  background: transparent;
  color: #000000;
}
.sorting_block .bootstrap-select .dropdown-item.active:hover, .sorting_block .bootstrap-select .dropdown-item:active:hover {
  color: #000000;
}
.sorting_block .bootstrap-select .dropdown-item.selected {
  background: transparent !important;
  cursor: default;
  color: #000000 !important;
}
.sorting_block .bootstrap-select .dropdown-item.selected:after {
  background: #ADFD45;
}
.sorting_block .bootstrap-select.show:not(.dropup) .btn {
  border-radius: 6px 6px 0 0;
}
.sorting_block .bootstrap-select.show:not(.dropup) .dropdown-menu:not(.inner) {
  border-radius: 0 0 6px 6px;
  border-top: none;
}
.sorting_block .bootstrap-select.show.dropup .btn {
  border-radius: 0 0 6px 6px;
}
.sorting_block .bootstrap-select.show.dropup .dropdown-menu:not(.inner) {
  border-radius: 6px 6px 0 0;
  border-bottom: none;
}

.filter_block {
  display: flex;
  margin: 0 -5px;
}
.filter_block a,
.filter_block button {
  display: block;
  padding: 10px 24px;
  border-radius: 20px;
  background: #ffffff;
  color: #000000 !important;
  font-size: 140%;
  line-height: 18px;
  font-family: "medium", "arm-medium";
  margin: 0 5px;
}
.filter_block a.selected,
.filter_block button.selected {
  background: #ADFD45;
  cursor: default;
}
.listing_section {
  padding: 0 40px 60px;
}

.other_products {
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .page_head {
    padding: 20px;
  }

  .sorting_block {
    margin-right: 20px;
  }

  .listing_section {
    padding: 0 20px 60px;
  }

  .filter_block a,
.filter_block button {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 959px) {
  .page_head {
    padding: 20px 10px;
    flex-direction: column;
    align-items: center;
  }
  .page_head .section_title {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .filter_sorting {
    width: 100%;
  }

  .sorting_block {
    margin-left: 0;
  }

  .listing_section {
    padding: 0 10px 40px;
  }
}
@media (max-width: 767px) {
  .filter_sorting {
    flex-direction: column-reverse;
    align-items: center;
  }

  .sorting_block {
    margin-right: 0;
    margin-top: 10px;
  }

  .filter_block {
    justify-content: center;
    flex-wrap: wrap;
  }
  .filter_block a,
.filter_block button {
    margin: 5px;
  }
}
.web .filter_block a:not(.selected), .filter_block .web a:not(.selected),
.web .filter_block button:not(.selected),
.filter_block .web button: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;
}

.sorting_block .bootstrap-select .dropdown-item {
  -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 .filter_block a:not(.selected), .filter_block .touch a:not(.selected),
.touch .filter_block button:not(.selected),
.filter_block .touch button: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;
}

.web .filter_block a:hover:not(.selected), .filter_block .web a:hover:not(.selected),
.web .filter_block button:hover:not(.selected),
.filter_block .web button:hover:not(.selected) {
  background: #94D09D;
}
.touch .filter_block a:active:not(.selected), .filter_block .touch a:active:not(.selected),
.touch .filter_block button:active:not(.selected),
.filter_block .touch button:active:not(.selected) {
  background: #94D09D;
}

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