.product_filter .restriction_header {
  border-bottom: 1px solid #dadada;
  cursor: pointer;
  position: relative;
  padding: 0.3em 4.5em .3em 0;
  transition: border-color 0.5s;
}
.product_filter .restriction_header .title {
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.92857rem;
  line-height: 1.69231em;
  color: #969ea3;
  display: block;
  text-transform: uppercase;
  transition: color 0.5s;
}
.product_filter .restriction_header .active_count,
.product_filter .restriction_header .reset {
  content: '';
  display: block;
  position: absolute;
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: #ffc243;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  font-size: 10px;
  height: 21px;
  line-height: 17px;
  text-align: center;
  width: 21px;
  top: 3px;
}
@media only screen and (max-width: 1024px) {
  .product_filter .restriction_header .active_count,
  .product_filter .restriction_header .reset {
    top: 15px;
  }
}
@media only screen and (max-width: 720px) {
  .product_filter .restriction_header .active_count,
  .product_filter .restriction_header .reset {
    top: 10px;
  }
}
.product_filter .restriction_header .active_count {
  right: 37px;
  z-index: 1;
}
.product_filter .restriction_header .reset {
  background: #969ea3 url("/media/img//icons/ico-close.svg") no-repeat center center/9px;
  right: 20px;
}
.product_filter .restriction_header:not(:first-child) {
  margin-top: 0.7em;
}
.product_filter .restriction_headers {
  padding-right: 3.5rem;
}
.product_filter .restriction_description {
  font-size: 1rem;
  line-height: 1.85714em;
  color: #969ea3;
  max-width: 45%;
}
.product_filter .deviation_info {
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.42857em;
  color: #0095ce;
  margin-top: 1em;
}
.product_filter .buttons_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 3em;
}
.product_filter .buttons_wrapper .hidden {
  display: none;
}
.product_filter .buttons_wrapper .button_wrapper {
  margin-left: 1em;
  margin-right: 1em;
}
.product_filter .buttons_wrapper .button_wrapper button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
  padding: 0.8em 2.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition-duration: 0.2s;
  transition-property: background-color, border-color, color;
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.28571em;
  background-color: #0095ce;
  border-radius: 3px;
  border: 1px solid transparent;
  color: #fff;
  height: auto;
  min-height: 0;
  padding: 1em 2em;
  padding: 0.7em 2.5em;
}
.product_filter .buttons_wrapper .button_wrapper button::-moz-focus-inner {
  border-width: 0;
}
.product_filter .buttons_wrapper .button_wrapper button:hover {
  background-color: rgba(0, 149, 206, 0.7);
}
.product_filter .buttons_wrapper .button_wrapper.reset button {
  background-color: #fff;
  color: #0095ce;
}
.product_filter .buttons_wrapper .button_wrapper.reset button:hover {
  background-color: rgba(0, 149, 206, 0.3);
  color: #0095ce;
}
.product_filter .item.fake {
  display: none;
}
.product_filter .check_radio_item {
  break-inside: avoid-column;
  display: block;
}
@media only screen and (min-width: 431px) {
  .product_filter .restriction_content .value_changer {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .product_filter .restriction_content.has_perex .value_changer {
    max-width: inherit;
  }
}
@media only screen and (min-width: 1025px) {
  .product_filter .restriction_values .restriction_header {
    display: none;
  }
  .product_filter .restriction_header::after {
    content: '';
    display: block;
    position: absolute;
    height: 0.5rem;
    width: 0.5rem;
    transform: rotate(45deg);
    border-right: 0.15rem solid #000;
    border-top: 0.15rem solid #000;
    box-sizing: border-box;
    margin-top: -0.15em;
    transition-duration: 0.2s;
    transition-property: transform, margin-top;
    border-right-color: #969ea3;
    border-top-color: #969ea3;
    right: 3px;
    top: 0.8em;
  }
  .product_filter .restriction_header.valid {
    border-bottom-width: 2px;
    border-bottom-color: #0095ce;
    border-bottom-color: #000;
  }
  .product_filter .restriction_header.valid .title {
    color: #0095ce;
  }
  .product_filter .restriction_header.valid .title {
    color: #000;
  }
  .product_filter .restriction_header.valid::after {
    content: '';
    display: block;
    position: absolute;
    height: 0.5rem;
    width: 0.5rem;
    transform: rotate(45deg);
    border-right: 0.15rem solid #000;
    border-top: 0.15rem solid #000;
    box-sizing: border-box;
    margin-top: -0.15em;
    transition-duration: 0.2s;
    transition-property: transform, margin-top;
  }
  .product_filter .restriction_header.active {
    border-bottom-width: 2px;
    border-bottom-color: #0095ce;
  }
  .product_filter .restriction_header.active .title {
    color: #0095ce;
  }
  .product_filter .restriction_header.active::after {
    content: '';
    display: block;
    position: absolute;
    height: 0.5rem;
    width: 0.5rem;
    transform: rotate(45deg);
    border-right: 0.15rem solid #000;
    border-top: 0.15rem solid #000;
    box-sizing: border-box;
    margin-top: -0.15em;
    transition-duration: 0.2s;
    transition-property: transform, margin-top;
    border-right-color: #0095ce;
    border-top-color: #0095ce;
  }
  .product_filter .restriction_description {
    border-left: 1px solid #dadada;
    margin-left: 2.5rem;
    padding-left: 3.5rem;
  }
  .product_filter .restriction_content {
    display: none;
  }
  .product_filter .restriction_content.active {
    display: block;
    flex-grow: 1;
  }
  .product_filter .restriction_content.active.has_perex {
    display: flex;
  }
  .product_filter .restriction_content:not(.has_perex) .restriction_values .many .field,
  .product_filter .restriction_content .restriction_values .type_float.many .field,
  .product_filter .restriction_content .restriction_values .type_int.many .field {
    display: flex;
  }
  .product_filter .restriction_content:not(.has_perex) .restriction_values .many .multichoice_items,
  .product_filter .restriction_content .restriction_values .type_float.many .multichoice_items,
  .product_filter .restriction_content .restriction_values .type_int.many .multichoice_items {
    column-count: 2;
    column-gap: 2em;
  }
  .product_filter .restriction_content.has_perex .restriction_values {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1301px) {
  .product_filter .restriction_content .restriction_values .type_float.many .multichoice_items,
  .product_filter .restriction_content .restriction_values .type_int.many .multichoice_items {
    column-count: 3;
  }
  .product_filter .restriction_content .restriction_values .type_float.many.cols_2 .multichoice_items,
  .product_filter .restriction_content .restriction_values .type_int.many.cols_2 .multichoice_items {
    column-count: 2;
  }
}
@media only screen and (min-width: 1025px) {
  .product_filter .restriction_contents {
    display: flex;
    flex-grow: 1;
  }
  .product_filter .filters_wrapper {
    display: flex;
  }
  .product_filter .filters_wrapper .restriction_headers {
    max-width: 33.33333%;
    min-width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) {
  .product_filter .restriction_headers {
    display: none;
  }
  .product_filter .restriction_values .multichoice_items {
    column-count: 2;
    column-gap: 2em;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 370px) {
  .product_filter .restriction_values .multichoice_items {
    column-count: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .product_filter .restriction_content {
    padding: 0 2rem;
  }
  .product_filter .restriction_content .restriction_header {
    padding-bottom: 1em;
    padding-top: 1em;
  }
  .product_filter .restriction_content .restriction_header::after {
    content: '';
    display: block;
    position: absolute;
    height: 0.5rem;
    width: 0.5rem;
    transform: rotate(45deg);
    border-bottom: 0.15rem solid #000;
    border-right: 0.15rem solid #000;
    box-sizing: border-box;
    margin-top: -0.15em;
    transition-duration: 0.5s;
    transition-property: transform, margin-top;
    right: 0.5em;
    top: 1.6em;
  }
  .product_filter .restriction_content .restriction_header.valid {
    border-bottom-color: #000;
  }
  .product_filter .restriction_content .restriction_header.valid .title {
    color: #000;
  }
  .product_filter .restriction_content .filter_restriction,
  .product_filter .restriction_content .restriction_description {
    display: none;
    padding: 1em;
  }
  .product_filter .restriction_content .restriction_description {
    font-size: 0.92857rem;
    line-height: 1.53846em;
    padding-top: 0;
    max-width: inherit;
  }
  .product_filter .restriction_content.active .restriction_header {
    border-bottom-width: 2px;
    border-bottom-color: #0095ce;
  }
  .product_filter .restriction_content.active .restriction_header .title {
    color: #0095ce;
  }
  .product_filter .restriction_content.active .restriction_header::after {
    margin-top: 0;
    transform: rotate(-135deg);
    border-bottom-color: #0095ce;
    border-right-color: #0095ce;
  }
  .product_filter .restriction_content.active .filter_restriction,
  .product_filter .restriction_content.active .restriction_description {
    display: block;
  }
}

.product_filter .opener .opener_inner,
.product_filter .filter_header {
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.92857rem;
  line-height: 1.38462em;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  display: block;
  padding: 1.6em 4.5em;
  position: relative;
}
.product_filter .opener .opener_inner::after,
.product_filter .filter_header::after {
  content: '';
  display: block;
  position: absolute;
  height: 0.5rem;
  width: 0.5rem;
  transform: rotate(45deg);
  border-bottom: 0.15rem solid #000;
  border-right: 0.15rem solid #000;
  box-sizing: border-box;
  margin-top: -0.15em;
  transition-duration: 0.5s;
  transition-property: transform, margin-top;
  right: 1.7em;
  top: 2em;
}
.product_filter .opener {
  position: relative;
}
.product_filter .opener .opener_inner {
  padding-right: 6.7em;
}
.product_filter .opener .opener_inner .count {
  content: '';
  display: block;
  position: absolute;
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: #ffc243;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  font-size: 10px;
  height: 21px;
  line-height: 17px;
  text-align: center;
  width: 21px;
  padding-left: 0.3em;
  padding-right: 0.3em;
  border-radius: 13px;
  cursor: help;
  min-width: 21px;
  top: 1.9em;
  width: auto;
}
@media only screen and (max-width: 720px) {
  .product_filter .opener .opener_inner .count {
    top: 1.4em;
  }
}
.product_filter .opener .opener_inner .count.filters {
  right: 3.6em;
}
.product_filter .opener .opener_inner .count.products {
  background-color: #0095ce;
  right: 5.9em;
}
.product_filter .opener::before, .product_filter .opener::after {
  content: '';
  display: block;
  position: absolute;
  background: transparent none no-repeat center center / contain;
  height: 1.3em;
  left: 2em;
  top: 1.5em;
  transition: opacity 0.5s;
  width: 1.3em;
  z-index: 1;
}
.product_filter .opener::before {
  background-image: url("/media/img//icons/ico-filter.svg");
}
.product_filter .opener::after {
  background-image: url("/media/img//icons/ico-filter-active.svg");
  opacity: 0;
}
.product_filter .filter_group .filter_header {
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color, border;
}
.product_filter .filter_group .filter_header > span[data-count] {
  padding-right: 2em;
  position: relative;
}
.product_filter .filter_group .filter_header > span[data-count]::after {
  content: '';
  display: block;
  position: absolute;
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: #ffc243;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  font-size: 10px;
  height: 21px;
  line-height: 17px;
  text-align: center;
  width: 21px;
  content: attr(data-count);
  right: 0;
  top: -0.25em;
}
.product_filter .filter_group.active .filter_header {
  color: #0095ce;
}
.product_filter.no_groups .filter_group .filter_header {
  display: none;
}
.product_filter.opened .opener::before {
  opacity: 0;
}
.product_filter.opened .opener::after {
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .product_filter {
    display: flex;
    margin-bottom: 3em;
    position: relative;
    z-index: 1;
  }
  .product_filter .opener .opener_inner,
  .product_filter .filter_header {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 4.5em;
    min-width: 17em;
  }
  .product_filter .opener {
    box-shadow: 0 10px 20px 0 rgba(30, 59, 104, 0.22);
    transition: box-shadow 0.5s;
  }
  .product_filter .opener .opener_inner {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 0\0) {
  .product_filter .opener .opener_inner {
    height: 4.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .product_filter .filter_groups {
    transition-property: opacity, visibility;
    transition-duration: 0.5s;
    opacity: 0;
    visibility: hidden;
  }
  .product_filter .filter_group .filter_header {
    box-shadow: 0 10px 20px 0 rgba(30, 59, 104, 0.22);
    border-top: 3px solid transparent;
    position: relative;
    min-width: 14em;
  }
  .product_filter .filter_group .filter_header::after {
    display: none;
  }
  .product_filter .filter_group .filter_body {
    transition-property: opacity, visibility;
    transition-duration: 0.5s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 10px 20px 0 rgba(30, 59, 104, 0.22);
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .product_filter .filter_group .filter_body .body_inner {
    background-color: #fff;
    padding: 3em 4em;
    position: relative;
    z-index: 4;
  }
  .product_filter .filter_group .filter_body .body_inner .waiter-inspire {
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .product_filter .filter_group.active .filter_header {
    border-top-color: #0095ce;
    z-index: 2;
  }
  .product_filter .filter_group.active .filter_body {
    opacity: 1;
    visibility: visible;
  }
  .product_filter .filter_group::before {
    content: '';
    display: block;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #fff;
    height: 3.2em;
    top: 100%;
    z-index: 3;
  }
  .product_filter .filter_groups {
    display: flex;
    flex-wrap: wrap;
  }
  .product_filter:not(.no_groups) .opener .opener_inner:after {
    content: '';
    display: block;
    position: absolute;
    height: 0.5rem;
    width: 0.5rem;
    transform: rotate(45deg);
    border-right: 0.15rem solid #000;
    border-top: 0.15rem solid #000;
    box-sizing: border-box;
    margin-top: -0.15em;
    transition-duration: 0.2s;
    transition-property: transform, margin-top;
    border-bottom-width: 0;
    margin-top: 0;
  }
  .product_filter:not(.opened) .filter_group .filter_body {
    opacity: 0;
  }
  .product_filter.opened {
    z-index: 3;
  }
  .product_filter.opened .opener {
    box-shadow: 0 0 0 transparent;
  }
  .product_filter.opened .opener .opener_inner:after {
    margin-top: 0;
    transform: rotate(-135deg);
  }
  .product_filter.opened .filter_groups {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 1024px) {
  .product_filter .opener .opener_inner,
  .product_filter .filter_header {
    box-shadow: inset 0 10px 20px 0 rgba(30, 59, 104, 0.22);
    transition: box-shadow 0.5s;
  }
  .product_filter form {
    display: none;
  }
  .product_filter .opener .opener_inner::after {
    content: '';
    display: block;
    position: absolute;
    height: 0.5rem;
    width: 0.5rem;
    transform: rotate(45deg);
    border-bottom: 0.15rem solid #000;
    border-right: 0.15rem solid #000;
    box-sizing: border-box;
    margin-top: -0.15em;
    transition-duration: 0.2s;
    transition-property: transform, margin-top;
  }
  .product_filter .filter_body {
    display: none;
  }
  .product_filter .filter_body .body_inner {
    padding-bottom: 3em;
  }
  .product_filter .filter_group .filter_header {
    padding-left: 2rem;
  }
  .product_filter .filter_group .filter_header > span[data-count] {
    position: static;
  }
  .product_filter .filter_group .filter_header > span[data-count]::after {
    right: 3.6em;
    top: 1.9em;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 720px) {
  .product_filter .filter_group .filter_header > span[data-count]::after {
    top: 1.4em;
  }
}
@media only screen and (max-width: 1024px) {
  .product_filter .filter_group.active .filter_header {
    box-shadow: inset 0 0 0 0 transparent;
  }
  .product_filter .filter_group.active .filter_header::after {
    margin-top: 0;
    transform: rotate(-135deg);
  }
  .product_filter .filter_group.active .filter_body {
    display: block;
  }
  .product_filter.opened form {
    display: block;
  }
  .product_filter.opened .opener .opener_inner {
    box-shadow: inset 0 0 0 0 transparent;
  }
  .product_filter.opened .opener .opener_inner::after {
    margin-top: 0;
    transform: rotate(-135deg);
  }
}

.category_title {
  margin-bottom: 0.5em;
  padding-bottom: 0;
  text-align: left;
}
.category_title::after {
  display: none;
}

.category_info {
  margin-bottom: 3em;
}
.category_info .perex {
  font-size: 1.21429rem;
  line-height: 1.52941em;
  color: #000;
  margin-bottom: 3em;
  color: #969ea3;
  margin-bottom: 0;
}
@media only screen and (max-width: 720px) {
  .category_info .perex {
    font-size: 1rem;
    line-height: 1.78571em;
  }
}
@media only screen and (max-width: 1120px) {
  .category_info {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.catalog_technical_article_box {
  position: relative;
}
.catalog_technical_article_box .box_inner {
  padding: 2.3em 3.3em;
}
.catalog_technical_article_box .box_inner .title {
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.28571rem;
  line-height: 1.16667em;
  margin-bottom: 0;
  margin-top: 0;
  color: #000;
}
.catalog_technical_article_box .box_inner .perex {
  font-size: 0.85714rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
.catalog_technical_article_box .box_inner .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
  padding: 0.8em 2.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition-duration: 0.2s;
  transition-property: background-color, border-color, color;
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.28571em;
  background-color: #0095ce;
  border-radius: 3px;
  border: 1px solid transparent;
  color: #fff;
  height: auto;
  min-height: 0;
  padding: 1em 2em;
  margin-top: 1rem;
}
.catalog_technical_article_box .box_inner .button::-moz-focus-inner {
  border-width: 0;
}
.catalog_technical_article_box .box_inner .button:hover {
  background-color: rgba(0, 149, 206, 0.7);
}
.catalog_technical_article_box .box_inner.collapsed {
  border-color: #dadada;
}
.catalog_technical_article_box .box_inner.expanded {
  background-color: #fff;
  box-shadow: 0 2px 49px 0 rgba(26, 26, 26, 0.22);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.catalog_technical_article_box.active, .catalog_technical_article_box:hover {
  z-index: 2;
}
.catalog_technical_article_box.active .expanded, .catalog_technical_article_box:hover .expanded {
  opacity: 1;
  z-index: 1;
}

.banner {
  overflow: hidden;
}
.banner--proportionalImage .banner_slide .picture_tag_image::after {
  padding-bottom: 57.14286%;
}
.banner--proportionalImage .banner_slide__graphics {
  width: 100%;
}
.banner--proportionalImage .banner_slide__graphics::after {
  display: none;
}
.banner--proportionalImage .banner_slide__texts_wrap {
  display: none;
}
.banner .slick-dots {
  display: flex;
  position: static;
  justify-content: flex-end;
}
.banner .slick-dots li {
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  padding: 1.7em 0.7em 0;
}
.banner .slick-dots li::before {
  background-color: rgba(0, 0, 0, 0.3);
  height: 1.2em;
  left: 50%;
  top: 0;
  width: 1px;
}
.banner .slick-dots li.slick-active {
  color: #000;
}
.banner .slick-dots li.slick-active::before {
  background-color: #000;
}
@media only screen and (max-width: 1120px) {
  .banner .slick-dots {
    display: none !important;
  }
}

.no_data {
  padding: 3em 3rem;
  text-align: center;
}

.category_info_n_banner {
  margin-bottom: 3em;
}
@media only screen and (min-width: 1301px) {
  .category_info_n_banner.with_banner {
    display: block;
  }
  .category_info_n_banner.with_banner::after {
    content: '';
    display: block;
    position: absolute;
    position: static;
    clear: both;
    visibility: hidden;
    height: 0;
  }
  .category_info_n_banner.with_banner .banner {
    float: right;
    margin: 0.5em 0 1em 3em;
    width: 50%;
  }
  .category_info_n_banner.with_banner .category_info {
    margin-bottom: 0;
  }
  .category_info_n_banner.with_banner .category_info .perex {
    text-align: justify;
  }
}
@media only screen and (max-width: 1300px) {
  .category_info_n_banner.with_banner {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1024px) {
  .category_info_n_banner {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .main_content {
    padding-top: 1px;
  }
}
