.pre-product {
  height: 130px;
  background: #23211b;
}
@media (max-width: 900px) {
  .pre-product {
    height: 90px;
  }
}
.breadcrums {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #ccc;
}
.breadcrums a {
  color: var(--main-color);
  text-decoration: none;
}
.input-var {
  margin-bottom: 5px;
}
.catalog-page {
  padding-bottom: 100px;
}
.catalog-page .content {
  margin-top: 30px;
}
.catalog-page .left-sec {
  padding: 0px 20px 30px 20px;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: left;
  width: 27%;
  background: #23211b;
  border-radius: 5px;
}
@media (max-width: 960px) {
  .catalog-page .left-sec {
    width: 37%;
  }
}
@media (max-width: 700px) {
  .catalog-page .left-sec {
    width: 100%;
    margin-bottom: 30px;
    display: none;
  }
}
.catalog-page .left-sec .title-search {
  font-size: 20px;
  margin-top: 30px;
  font-family: "Bold";
  margin-bottom: 10px;
}
.catalog-page .left-sec .title-search sup {
  font-family: "Light";
  font-size: 16px;
}
.catalog-page .filter-active {
  display: inline-block;
}
.catalog-page .submit {
  padding: 10px 20px;
  background: var(--two-color);
  margin: auto;
  margin-top: 50px;
  font-family: "Bold";
  transition: 0.3s;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  border: none;
  border-radius: 5px;
}
.catalog-page .submit:hover {
  background: #fff;
  color: var(--two-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.catalog-page .right-sec {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 960px) {
  .catalog-page .right-sec {
    width: 60%;
  }
}
@media (max-width: 700px) {
  .catalog-page .right-sec {
    width: 100%;
  }
}
.btn-filter {
  display: none;
  padding: 10px 20px;
  background: var(--two-color);
  margin: auto;
  font-family: "Bold";
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  border: none;
  border-radius: 5px;
}
@media (max-width: 700px) {
  .btn-filter {
    display: block;
  }
}
section.range-slider {
  position: relative;
  width: 100%;
  height: 60px;
  float: left;
}
section.range-slider input[type="range"] {
  pointer-events: none;
  position: absolute;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 14px;
  background: #f1efef;
  box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;
  -webkit-box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;
  left: 0;
  top: 30px;
  width: 100%;
  outline: none;
  height: 5px;
  margin: 0;
  padding: 0;
}
section.range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 50%;
  background: var(--main-color);
}
section.range-slider input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 14px;
  background-image: linear-gradient(to bottom, #dad8da 0, #413f41 100%);
}
section.range-slider input[type="range"]::-ms-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -ms-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 14px;
  border: 0;
  background-image: linear-gradient(to bottom, #dad8da 0, #413f41 100%);
}
section.range-slider input[type="range"]::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: #000;
  border: 0;
}
section.range-slider input[type="range"]:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}
section.range-slider input[type="range"]::-moz-focus-outer {
  border: 0;
}
.clear-project {
  width: 31%;
  display: inline-block;
  vertical-align: top;
}
.project-card {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  text-decoration: none;
  text-align: left;
  border-radius: 5px;
  background: #f1f1f1;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: inherit;
  margin-bottom: 30px;
}
@media (max-width: 970px) {
  .project-card {
    width: 48%;
  }
}
@media (max-width: 450px) {
  .project-card {
    width: 100%;
  }
}
.project-card .pic {
  height: 120px;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 15px 15px;
}
@media (max-width: 450px) {
  .project-card .pic {
    height: 200px;
  }
}
.project-card .pic .hits {
  padding: 7px 15px;
  border-radius: 5px;
  font-size: 12px;
  font-family: "Bold";
  display: inline-block;
  background: var(--two-color);
  color: #fff;
}
.project-card .name {
  font-family: "Bold";
  margin-top: 5px;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}
.project-card .valume {
  font-size: 16px;
  margin-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Light";
}
.project-card .valume sup {
  font-size: 12px;
}
.project-card .price {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
