
.filter_param .box_parameters .line_coord .close_m_filter {
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-left: 10px;
  background: url(../../../../assets/img/icon/x.svg) center/contain no-repeat;
}
@media screen and (min-width: 0px) {
  .filter_param .box_parameters .line_coord .close_m_filter {
    display: block;
  }
}
@media screen and (min-width: 1024.75px) {
  .filter_param .box_parameters .line_coord .close_m_filter {
    display: none;
  }
}
.filter_param .box_parameters .line_coord .title_params {
  font-family: Rubik-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
}
.filter_param .box_parameters .line_coord .counter {
  font-family: Rubik-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #454545;
}
.filter_param .box_parameters .clear_filter {
  width: 100%;
  min-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Rubik-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #454545;
  margin-top: 10px;
}

.catalog_box {
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  gap: 20px;
}
.catalog_box .generation_filter::after {
  content: "";
}
@media screen and (min-width: 0px) {
  .catalog_box .generation_filter::after {
    width: 100%;
  }
}
@media screen and (min-width: 360px) {
  .catalog_box .generation_filter::after {
    width: 45%;
  }
}
@media screen and (min-width: 530px) {
  .catalog_box .generation_filter::after {
    width: 46%;
  }
}
@media screen and (min-width: 550.75px) {
  .catalog_box .generation_filter::after {
    width: 45%;
  }
}
@media screen and (min-width: 745.75px) {
  .catalog_box .generation_filter::after {
    width: 31%;
  }
}
@media screen and (min-width: 1090.75px) {
  .catalog_box .generation_filter::after {
    width: 30%;
  }
}
@media screen and (min-width: 1245.75px) {
  .catalog_box .generation_filter::after {
    width: 31%;
  }
}
.catalog_box .generation_filter {
  width: 100%;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* margin-top: 20px; */
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.catalog_box .generation_filter .title_catalog {
  width: 100%;
  font-family: Rubik-Bold;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  margin-left: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #000000;
}
@media screen and (min-width: 0px) {
  .catalog_box .generation_filter .title_catalog {
    display: none;
  }
}
@media screen and (min-width: 1024.75px) {
  .catalog_box .generation_filter .title_catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.catalog_box .generation_filter .catalog {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 0px) {
  .catalog_box .generation_filter .catalog {
    margin-top: 10px;
    padding-left: 0;
  }
}
@media screen and (min-width: 360px) {
  .catalog_box .generation_filter .catalog {
    /* margin-top: 20px; */
    padding-left: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024.75px) {
  .catalog_box .generation_filter .catalog {
    margin-top: 0px;
    padding-left: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.catalog_box .generation_filter .palet_tovar:hover {
  -webkit-box-shadow: 0 3px 10px rgba(50, 50, 71, 0.373);
          box-shadow: 0 3px 10px rgba(50, 50, 71, 0.373);
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.catalog_box .generation_filter :nth-child(1) {
  margin-top: 0;
}
.catalog_box .generation_filter :nth-child(2) {
  margin-top: 0;
}
.catalog_box .generation_filter :nth-child(3) {
  margin-top: 0;
}
.catalog_box .generation_filter .palet_tovar .after_product {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  border: none;
  padding: 20px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: rgba(0, 168, 161, 0.25);
}
.catalog_box .generation_filter .palet_tovar .after_product .img_product {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.catalog_box .generation_filter .palet_tovar .after_product .name_prod_after {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Rubik-Regular;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
  line-height: 120%;
  margin-top: 10px;
  color: #181818;
}
.catalog_box .generation_filter .palet_tovar .after_product .title_after {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  font-family: Rubik-SemiBold;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  margin-top: 10px;
  text-transform: uppercase;
  color: #181818;
}
.catalog_box .generation_filter .palet_tovar .after_product .desc_after {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Rubik-Regular;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  margin-top: 10px;
  color: #181818;
}
.catalog_box .generation_filter .palet_tovar .more {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #B9E9E6;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog_box .generation_filter .palet_tovar .more p {
  font-family: Rubik-SemiBold;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  color: #004643;
}
@media screen and (min-width: 0px) {
  .catalog_box .generation_filter .palet_tovar .more p {
    font-size: 20px;
  }
}
@media screen and (min-width: 360px) {
  .catalog_box .generation_filter .palet_tovar .more p {
    font-size: 17px;
  }
}
@media screen and (min-width: 500.75px) {
  .catalog_box .generation_filter .palet_tovar .more p {
    font-size: 24px;
  }
}
.catalog_box .generation_filter .palet_tovar .more .rotate_icon {
  width: 42px;
  height: 42px;
  margin-top: 10px;
  background: url(../../../../assets/img/icon/rotate-ccw.svg) center/contain no-repeat;
}
@media screen and (min-width: 1024px) {
  .catalog_box .generation_filter .palet_tovar .line_cart_favorites {
    margin-top: 0;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
  }
  .catalog_box .palet_tovar .cart_btn {
    margin: 0;
  }
}
@media screen and (min-width: 1127px) {
  .catalog_box .generation_filter .palet_tovar .line_cart_favorites {
    margin-top: 8px;
    flex-direction: row;
    justify-content: space-between;
  }

  .catalog_box .palet_tovar .cart_btn {
    margin-left: 10px;
  }
}

.catalog_box .generation_filter .palet_tovar .image_box {
  width: 100%;
  max-width: 250px!important;
  aspect-ratio: 1/1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0px) {
  .catalog_box .generation_filter .palet_tovar .image_box {
    padding: 20px;
  }
}
@media screen and (min-width: 360px) {
  .catalog_box .generation_filter .palet_tovar .image_box {
    padding: 5px 5px 5px 5px;
  }
}
@media screen and (min-width: 500.75px) {
  .catalog_box .generation_filter .palet_tovar .image_box {
    padding: 20px;
  }
}
.catalog_box .generation_filter .palet_tovar .image_box img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 0px) {
  .catalog_box .generation_filter .palet_tovar .image_box img {
    padding: 20px;
  }
}
@media screen and (min-width: 360px) {
  .catalog_box .generation_filter .palet_tovar .image_box img {
    padding: 16px 8px 8px 8px;
  }
}
.catalog_box .generation_filter .palet_tovar .info_abs_header {
  display: flex;
}

.catalog_box .generation_filter .palet_tovar .info_abs {
  padding: 0px 16px 22px 16px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: transparent;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* @media screen and (min-width: 0px) {
  .catalog_box .generation_filter .palet_tovar .info_abs {
    padding: 20px;
  }
} */
@media screen and (max-width: 911px) {
  .catalog_box .generation_filter .palet_tovar .info_abs {
    padding: 0px 8px 16px 8px;
  }
}
/* @media screen and (min-width: 500.75px) {
  .catalog_box .generation_filter .palet_tovar .info_abs {
    padding: 20px;
  }
} */
.catalog_box .generation_filter .palet_tovar .info_abs .title_product {
  width: 100%;
  font-family: Rubik-Medium;
  overflow: hidden;
  height: ;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #181818;
}
.catalog_box .generation_filter .palet_tovar .info_abs .title_product .link_href {
  font-size: 16px;
  width: 100%;
}
/* @media screen and (min-width: 0px) {
  .catalog_box .generation_filter .palet_tovar .info_abs .title_product .link_href {
    font-size: 1px;
  }
} */
@media screen and (max-width: 1025px) {
  .catalog_box .generation_filter .palet_tovar .info_abs .title_product .link_href {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .catalog_box .generation_filter .palet_tovar .info_abs .title_product .link_href {
    font-size: 14px;
  }
}

@media screen and (max-width: 420px) {
  .catalog_box .generation_filter .palet_tovar .info_abs .title_product .link_href {
    font-size: 12px;
  }
}
/* @media screen and (min-width: 1245.75px) {
  .catalog_box .generation_filter .palet_tovar .info_abs .title_product .link_href {
    font-size: 22px;
  }
} */
.catalog_box .generation_filter .palet_tovar .info_abs .rating {
  width: 100%;
  /* height: 20px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  justify-content: space-between;
  margin: 8px 0;
  /* -ms-flex-wrap: wrap;
      flex-wrap: wrap; */
}
.catalog_box .generation_filter .palet_tovar .info_abs .rating .rate_background {
  /* width: 130px; */
  margin-right: 10px;
}
/* @media screen and (min-width: 0px) {
  .catalog_box .generation_filter .palet_tovar .info_abs .rating .rate_background {
    height: 20px;
  }
}
@media screen and (min-width: 550.75px) {
  .catalog_box .generation_filter .palet_tovar .info_abs .rating .rate_background {
    height: 20px;
  }
} */
.catalog_box .generation_filter .palet_tovar .info_abs .rating .star_box {
  width: 100% !important;
  /* height: 50px; */
  padding: 0 !important;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 !important;
  align-items: center;
}
.catalog_box .generation_filter .palet_tovar .info_abs .rating .star_box .answer_star {
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 6px;
  background: url(../../../../assets/img/icon/Star.svg) center/contain no-repeat !important;
}
.catalog_box .generation_filter .palet_tovar .info_abs .rating .star_box .answer_star-on {
  background: url(../../../../assets/img/icon/Star_hov.svg) center/contain no-repeat !important;
}
.catalog_box .generation_filter .palet_tovar .info_abs .rating .star {
  margin: 0 15px 0 15px;
  float: left;
}
@media screen and (min-width: 0px) {
  .catalog_box .generation_filter .palet_tovar .info_abs .rating .star {
    width: 50px !important;
    height: 50px !important;
  }
}
@media screen and (min-width: 720.75px) {
  .catalog_box .generation_filter .palet_tovar .info_abs .rating .star {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50px !important;
    height: 50px !important;
  }
}
.catalog_box .generation_filter .palet_tovar .info_abs .rating .star_ {
  background: url(../img/icon/star_feedback.svg) center/contain no-repeat;
  cursor: pointer;
}
.catalog_box .generation_filter .palet_tovar .info_abs .rating .star_h {
  background: url(../img/icon/star_feedback_hover.svg) center/contain no-repeat;
}
.catalog_box .generation_filter .palet_tovar .info_abs .rating .feedback {
  text-align: left;
  font-family: Rubik-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #00B3AC;
}

@media screen and (max-width: 420px) {
  .catalog_box .generation_filter .palet_tovar .info_abs .rating .feedback {
    font-size: 10px;
    margin-top: 6px;
  }
  .catalog_box .generation_filter .palet_tovar .info_abs .rating {
    flex-wrap: wrap;
  }

}
.catalog_box .generation_filter .palet_tovar .info_abs .price {
  min-width: fit-content;
  /* width: 100%; */
  min-height: 30px;
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  /* -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
}



.catalog_box .generation_filter .palet_tovar .info_abs .price .price_promotion {
  font-family: Rubik-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #454545;
  /* margin-top: 16px; */
}
.catalog_box .generation_filter .palet_tovar .info_abs .price .price_not_promotion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Rubik-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  margin-left: 5px;
  line-height: 130%;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #959595;
  margin-left: 2vw;
}

@media screen and (max-width: 520px) {
  .catalog_box .generation_filter .palet_tovar .info_abs .price {
    flex-direction: row;
  }
  
  .catalog_box .generation_filter .palet_tovar .info_abs .price .price_not_promotion {
   display: flex;
   align-items: start;
  }
}

@media screen and (min-width: 1024px) {
  .catalog_box .generation_filter .palet_tovar .info_abs .price {
    flex-direction: row;
    margin-bottom: 8px;
  }

  .catalog_box .generation_filter .palet_tovar .info_abs .price .price_promotion {
    display: flex;
    align-items: flex-end;
   }
  
  .catalog_box .generation_filter .palet_tovar .info_abs .price .price_not_promotion {
   display: flex;
   justify-content: flex-end;
   /* align-items: flex-end; */
   margin-left: 8px;
  }
}


@media screen and (max-width: 420px) {

  .catalog_box .generation_filter .palet_tovar .info_abs .price .price_promotion {
    font-size: 16px;
   }
  
  .catalog_box .generation_filter .palet_tovar .info_abs .price .price_not_promotion {
 font-size: 10px;
  }
}


@media screen and (min-width: 1127px) {
  .catalog_box .generation_filter .palet_tovar .info_abs .price {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
  
  /* .catalog_box .generation_filter .palet_tovar .info_abs .price .price_not_promotion {
   display: flex;
   justify-content: flex-start;
   align-items: start;
  } */
}

.catalog_box .generation_filter .pagination_catalog {
  width: 80%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog_box .generation_filter .pagination_catalog button {
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
}
.catalog_box .generation_filter .pagination_catalog .links_catalog {
  min-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog_box .generation_filter .pagination_catalog a {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Rubik-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #004643;
  margin: 0 2px 0 2px;
}
.catalog_box .generation_filter .pagination_catalog a:hover:not(.active_pagination) {
  text-decoration: underline;
}
.catalog_box .generation_filter .pagination_catalog .active_pagination {
  background: #B9E9E6;
}
.catalog_box .generation_filter .pagination_catalog p {
  font-family: Rubik-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #004643;
}

.columner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.columner .accordeon {
  width: 100%;
  min-height: 40px;
  position: relative;
  cursor: pointer;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  padding: 0 !important;
  text-align: left;
  padding: 0 0 10px 0px !important;
  background: transparent;
}
.columner .accordeon .down_arrow {
  width: 25px;
  height: 15px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.2s all !important;
  -o-transition: 0.2s all !important;
  transition: 0.2s all !important;
}
.columner .accordeon p {
  width: 90%;
  font-family: Rubik-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #454545;
}
.columner .accordeon span {
  display: block;
}
.columner .mirror_acc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(225deg) translateX(-5px) translateY(5px) !important;
      -ms-transform: rotate(225deg) translateX(-5px) translateY(5px) !important;
          transform: rotate(225deg) translateX(-5px) translateY(5px) !important;
  font-family: Rubik-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #454545;
}
.columner .list_link {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  padding: 10px 0 10px 0;
}
.columner .list_link .filters_num {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
}
.columner .list_link .filters_num p {
  font-family: Rubik-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #959595;
  margin-right: 5px;
}
.columner .list_link .filters_num input {
  margin-right: 5px;
}

.in_fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  width: 60px;
  height: 30px;
  background: #F5F5F5;
  border-radius: 8px;
  border: none;
  font-family: Rubik-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #181818;
}

.gen_filter {
  width: 100%;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 0px) {
  .gen_filter {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024.75px) {
  .gen_filter {
    margin-top: 10px;
  }
}
.gen_filter .box_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 50px;
  position: relative;
  min-height: 20px;
  margin: 10px 0 0 0;
  background: #B9E9E6;
  border-radius: 50px;
}
.gen_filter .box_filter .text_f {
  font-family: Rubik-Medium;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #004643;
}
.gen_filter .box_filter .close_f {
  min-width: 14px;
  min-height: 14px;
  /* width: 14px;
  height: 14px; */
  display: block;
  cursor: pointer;
  margin-left: 10px;
  background: url(../../../../assets/img/icon/x.svg) center/contain no-repeat;
}

.pos {
  /* width: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .pos {
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 10px;
  }
  
}
@media screen and (max-width: 375px) {
  .pos {
    flex-direction: column-reverse;

  }
  
}
.btn_m_m_fillter:hover {
  background: #04e5dd !important;
}

.btn_m_m_fillter {
  width: 177px ;
  height: 44px ;
  padding: 10px ;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #B9E9E6 !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 0px) {
  .btn_m_m_fillter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 420px) {
  .btn_m_m_fillter {
   width: fit-content;
   height: fit-content;
   padding: 8px 16px;
  }
}

@media screen and (max-width: 375px) {
  .btn_m_m_fillter {
   width: 85%;
   padding: 8px 16px;
  }
}
@media screen and (min-width: 1024.75px) {
  .btn_m_m_fillter {
    display: none;
  }
}
.btn_m_m_fillter p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Rubik-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #000;
}
.btn_m_m_fillter .icon_filter {
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 10px;
  -webkit-filter: invert(100%) sepia(40%) saturate(0%) hue-rotate(20deg) brightness(20%) contrast(40%);
          filter: invert(100%) sepia(40%) saturate(0%) hue-rotate(20deg) brightness(20%) contrast(40%);
  background: url(../../../../assets/img/icon/filter.svg) center/contain no-repeat;
}

.list_filter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* скрываем дефолтный флажок */
  /* Создаем кастомный checkbox */
  /* При наведении указателя мыши перекрашиваем */
  /* Когда отмечен, то красим в зеленый цвет */
  /* Создаем когда отмечено (не видно, когда не отмечено) */
  /* Показываем когда отмечен */
  /* Стили индикатора */
}
.list_filter li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_filter .abs_check:before {
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid #B9E9E6;
  position: absolute;
  left: -10px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.list_filter .abs_check {
  position: absolute;
  min-width: 100px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #B9E9E6;
  border-radius: 8px;
  top: -5px;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  left: 140px;
  font-family: Rubik-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #004643;
}
.list_filter .container_check:hover .abs_check {
  opacity: 1;
}
.list_filter .container_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.list_filter .container_check .check-box {
  position: absolute;
  opacity: 0;
}
.list_filter .castom_check {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  border: 1px solid #000;
  background-color: #fff;
}
.list_filter .container_check:hover .check-box ~ .castom_check {
  border: 1px solid #00B3AC;
}
.list_filter .container_check .check-box ~ .castom_check {
  background-color: #ffffff;
}
.list_filter .container_check .castom_check:after {
  content: "";
  position: absolute;
  display: none;
}
.list_filter .container_check .check-box:checked ~ .castom_check:after {
  display: block;
}
.list_filter .container_check .castom_check:after {
  content: "";
  top: -1px;
  left: -1;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 10;
  background: url(../../../../assets/img/icon/active_checkbox.svg) center/contain no-repeat;
}
.list_filter li {
  list-style: none;
  font-family: Rubik-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #000000;
}

.range_price {
  width: 100%;
  margin-top: 10px;
}
.range_price .ranger {
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
  min-height: 20px;
  text-align: center;
}
.range_price .ranger input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  outline: none;
  height: 5px;
  background-color: #F5F5F5;
  margin: 0;
  padding: 0;
  border-radius: 8px;
}
.range_price .ranger input::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  cursor: pointer;
  height: 12px;
  width: 12px;
  border-radius: 12px;
  background: #00B3AC;
}
.range_price .ranger input::-webkit-slider-thumb:before {
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  background: red;
  display: -webkit-box;
  display: flex;
  position: absolute;
}

.btn_filter_price, .btn_after_change {
  width: 177px !important;
  height: 44px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px !important;
  gap: 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_filter_price p, .btn_after_change p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Rubik-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #FFFFFF;
}
.btn_filter_price .icon_filter, .btn_after_change .icon_filter{
  width: 16px;
  height: 16px;
  display: block;
  margin-left: 10px;
  background: url(../../../../assets/img/icon/filter.svg) center/contain no-repeat;
}

.btn_after_change {
  margin-top: 20px;
}

/* CATALOG PALET */

.catalog .favorites, .catalog .favorites_active {
  width: 20px;
  height: 20px;
  margin-left: .5vw;
}

