.search_block .checkbox_list {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .search_block .checkbox_list {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (max-width: 1024px) {
  .search_block .checkbox_list {
    margin-left: -4px;
    margin-right: -4px;
  }
}

.platform_section .product_listing ul.no_result:before, .platform_section .filter_show {
  font-size: 240%;
  line-height: 1.2em;
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .platform_section .product_listing ul.no_result:before, .platform_section .filter_show {
    font-size: 220%;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .platform_section .product_listing ul.no_result:before, .platform_section .filter_show {
    font-size: 200%;
  }
}
@media screen and (max-width: 575px) {
  .platform_section .product_listing ul.no_result:before, .platform_section .filter_show {
    font-size: 180%;
  }
}

.filter_inner .types_title, .filter_inner .clear_filter, .search_block .check_btn {
  font-size: 160%;
  line-height: 1.25em;
}
@media screen and (max-width: 575px) {
  .filter_inner .types_title, .filter_inner .clear_filter, .search_block .check_btn {
    font-size: 140%;
  }
}

.highlight_info, .project_section .technical_characteristics, .project_section .characteristics_list, .project_section .products_info .contact_block, .project_section .products_info .description_block {
  font-size: 140%;
  line-height: 1.28em;
}
@media screen and (max-width: 575px) {
  .highlight_info, .project_section .technical_characteristics, .project_section .characteristics_list, .project_section .products_info .contact_block, .project_section .products_info .description_block {
    font-size: 120%;
  }
}

.filter_inner .total_count {
  font-size: 120%;
  line-height: 18px;
}

.search_block {
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  margin: -20px 0 0;
  padding-bottom: 20px;
}
.search_block .block_inner {
  flex-direction: column;
  padding: 20px 16px;
}
.search_block .range_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 44px;
  width: 100%;
}
.search_block .slider_name {
  flex: 0 0 100%;
  max-width: 100%;
}
.search_block .slider-range {
  max-width: 156px;
}
.search_block .slider_value {
  margin-left: auto;
  text-align: right;
  font-family: "inter-bold";
  flex: 1;
}
.search_block .checkbox_list li {
  padding: 20px 10px 0;
}
.search_block .check_btn {
  padding: 6px 8px;
  border: 1px solid #ADADAD;
  border-radius: 8px;
  color: #ADADAD;
}
.search_block .check_btn:before {
  display: none;
}
.search_block input:checked ~ .check_btn {
  color: #222222;
  border: 1px solid #222222;
}

.platform_section {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
@media screen and (max-width: 1024px) {
  .platform_section {
    padding-top: 180px;
  }
}
.platform_section .filter_show {
  border: none;
  background: transparent;
  color: #222222;
  font-family: "inter-bold";
  text-align: left;
  display: none;
  justify-content: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .platform_section .filter_show {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.platform_section .filter_close {
  color: #222222;
  border: none;
  background: transparent;
  font-size: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  display: none;
  margin-left: 40px;
}
.platform_section .filter_close:before {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .platform_section .filter_close {
    display: flex;
  }
}
.platform_section .product_listing {
  flex: 0 0 75%;
  max-width: 75%;
}
.platform_section .product_listing .sub_title {
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .platform_section .product_listing {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .platform_section .product_listing {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.platform_section .product_listing ul li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media screen and (min-width: 1025px) {
  .platform_section .product_listing ul li {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .platform_section .product_listing ul li {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media screen and (max-width: 1199px) {
  .platform_section .product_listing ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1025px) {
  .platform_section .product_listing ul li {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1024px) {
  .platform_section .product_listing ul li {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.platform_section .product_listing ul li[class*=no_] {
  display: none;
}
.platform_section .product_listing ul.no_result:before {
  content: attr(data-empty);
  width: 100%;
  text-align: left;
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .platform_section .product_listing ul.no_result:before {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .platform_section .product_listing ul.no_result:before {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media screen and (max-width: 1199px) {
  .platform_section .product_listing {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1025px) {
  .platform_section .product_listing {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1024px) {
  .platform_section .product_listing {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media screen and (max-width: 767px) {
  .platform_section .product_listing {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) {
  .platform_section .product_listing {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1024px) {
  .platform_section .product_listing {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.filter_inner {
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (min-width: 1025px) {
  .filter_inner {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .filter_inner {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media screen and (max-width: 1199px) {
  .filter_inner {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1025px) {
  .filter_inner {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1024px) {
  .filter_inner {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.filter_inner .title_row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.filter_inner .total_count {
  color: #ADADAD;
  padding-left: 8px;
}
.filter_inner .clear_filter {
  background: transparent;
  border: none;
  text-decoration: underline;
  padding: 0;
  margin-left: auto;
}
.filter_inner .types_title {
  padding-top: 44px;
}
@media screen and (max-width: 767px) {
  .filter_inner {
    padding: 40px 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%;
    scrollbar-color: #222222 #ADADAD;
    scrollbar-width: auto;
    -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;
  }
  .filter_inner::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 0;
    background: #ADADAD;
  }
  .filter_inner::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #222222;
  }
  .filter_inner form {
    padding: 0 20px;
    width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .field_title {
    font-size: 130%;
    line-height: 18px;
  }
  body:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    z-index: 150;
    -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 .filter_inner {
    width: 100%;
  }
}
.text_section {
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .text_section {
    padding-top: 100px;
  }
}
.text_section .standard_textpage {
  opacity: 1;
}
.text_section .see_more {
  display: inline;
  background: transparent;
  color: #C18F34;
  border: none;
  padding: 0;
}

.project_section .products_info {
  flex: 0 0 50%;
  max-width: 50%;
  max-width: 507px;
}
@media screen and (min-width: 1025px) {
  .project_section .products_info {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .project_section .products_info {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.project_section .products_info .sub_title {
  text-align: left;
}
.project_section .products_info .description_block {
  padding-top: 20px;
  color: #C18F34;
}
.project_section .products_info .btn_block {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.project_section .products_info .btn_block .send_btn {
  background: #222222 !important;
}
.project_section .products_info .btn_block .send_btn:hover {
  background: #575757 !important;
}
.project_section .products_info .contact_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.project_section .products_info .contact_block a {
  margin-top: 40px;
  font-family: "inter-bold";
}
.project_section .products_info .contact_block span {
  margin-top: 40px;
  display: block;
  padding-right: 20px;
}
.project_section .characteristics_list {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 284px;
  margin: 20px -8px 0;
  scrollbar-color: #222222 #ADADAD;
  scrollbar-width: auto;
}
.project_section .characteristics_list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 0;
  background: #ADADAD;
}
.project_section .characteristics_list::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #222222;
}
@media screen and (max-width: 1024px) {
  .project_section .characteristics_list {
    max-height: none;
  }
}
.project_section ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 8px 16px;
}
.project_section ul li:last-child {
  padding-bottom: 0;
}
.project_section .description_title {
  padding-bottom: 16px;
}
.project_section .char_info {
  color: #222222;
  font-family: "inter-bold";
}
.project_section .technical_characteristics {
  margin-top: 27px;
}
.project_section .prices_block {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin: 0 -8px;
}
.project_section span {
  display: block;
}
@media screen and (max-width: 1024px) {
  .project_section .products_info,
  .project_section .product_slider {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 8px;
  }
  .project_section .product_slider {
    padding-top: 120px;
  }
  .project_section .products_info {
    padding-top: 60px;
  }
}

.platform_inner .product_listing {
  padding-top: 120px;
}
.platform_inner .product_listing ul {
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .platform_inner .product_listing {
    padding-top: 100px;
  }
}
.platform_inner .project_section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -8px;
}

.highlight_info {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.highlight_info:before {
  display: block;
  font-size: 1.2rem;
  margin-right: 8px;
}
.highlight_info.icon_info {
  color: #38C758;
}
.highlight_info.icon_warning {
  color: #C13434;
}

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