@charset "UTF-8";
.row_list, .page_inner .sort_block ul, .filter_block .options_list ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

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

.row_list .product_block .small_images .row_img a img, .row_list .product_block .big_images .row_img a img, .filter_block .price_limits .label_text:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.filter_block.opened .group_title:before {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.row_list .product_block .slick-arrow:before, .filter_block .options_list ol a:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.compare_block {
  height: 56px;
  width: 100%;
  background-color: #F3F3F3;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 180%;
  line-height: 24px;
  font-family: "montserrat_medium", "montserratarm_medium";
  color: #000000;
  margin-bottom: 15px;
}
.compare_block:before {
  margin-right: 16px;
  color: #76BC22;
  font-size: 134%;
}
.compare_block a {
  color: #000000;
}
.compare_block span {
  color: #76BC22;
  margin-left: 5px;
}

.mob_head_block {
  display: none;
}

.filter_btn, .filter_mob_head {
  display: none;
}
.filter_inner {
  border: 1px solid #EBEBEB;
  padding-right: 15px;
}
.filter_block {
  border-bottom: 1px solid rgba(151, 151, 151, 0.27);
}
.filter_block.radio_block .options_list:not(.colors_list) a:before {
  display: block;
  content: "";
  margin-right: 10px;
  width: 15px;
  min-width: 15px;
  height: 15px;
  border: 1px solid #DCDCDC;
  border-radius: 50%;
  background: #ffffff;
}
.filter_block.radio_block .options_list:not(.colors_list) a.selected {
  position: relative;
}
.filter_block.radio_block .options_list:not(.colors_list) a.selected:before {
  background-color: #76BC22;
  content: "";
  border-color: #76BC22;
}
.filter_block.radio_block .options_list:not(.colors_list) a.selected:after {
  display: block;
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 7px;
  left: 4px;
  margin-top: -3px;
  border-radius: 50%;
  background: #ffffff;
}
.filter_block:last-child {
  border-bottom: none;
}
.filter_block .group_title {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  font-family: "montserrat_medium", "montserratarm_medium";
  font-size: 140%;
  line-height: 19px;
  padding: 15px 0 15px 15px;
  cursor: pointer;
}
.filter_block .group_title:before {
  display: block;
  margin-left: 20px;
  font-weight: 900;
  color: #76BC22;
  font-size: 64.6%;
}
.filter_block .options_list {
  display: none;
  padding: 0 15px;
}
.filter_block .options_list:after {
  display: block;
  height: 13px;
  content: "";
}
.filter_block .options_list ol li {
  position: relative;
  overflow: hidden;
}
.filter_block .options_list ol li:nth-child(n+7) {
  display: none;
}
.filter_block .options_list ol li:last-child a {
  margin-bottom: 1px;
}
.filter_block .options_list ol a {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  color: inherit;
  font-size: 120%;
  line-height: 15px;
}
.filter_block .options_list ol a .available_count {
  color: rgba(151, 151, 151, 0.7);
}
.filter_block .options_list ol a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #DCDCDC;
  border-radius: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  font-size: 58.3%;
}
.filter_block .options_list ol a.selected:before {
  content: "";
  color: #76BC22;
  background: transparent;
  border-color: #76BC22;
}
.filter_block .filter_subtitle {
  font-size: 100%;
  line-height: 14px;
  color: #A2A2A2;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  padding: 0 11px;
}
.filter_block .price_limits {
  display: flex;
  margin: 0 -10px;
  margin-bottom: 10px;
  padding: 0;
  list-style-type: none;
}
.filter_block .price_limits li:last-child .filter_subtitle {
  justify-content: flex-end;
}
.filter_block .price_limits li:last-child label {
  margin: 0 0 0 10px;
}
.filter_block .price_limits label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  flex: 1;
  font-weight: normal;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  cursor: text;
  margin: 0 10px;
  font-size: 120%;
  line-height: 16px;
  padding: 9px 10px;
}
.filter_block .price_limits label ::-webkit-input-placeholder {
  color: #000000;
}
.filter_block .price_limits label :-moz-placeholder {
  color: #000000;
}
.filter_block .price_limits label ::-moz-placeholder {
  color: #000000;
}
.filter_block .price_limits label :-ms-input-placeholder {
  color: #000000;
}
.filter_block .price_limits .label_text {
  display: block;
  color: #000000;
  padding-right: 10px;
  font-size: 135%;
  line-height: 21px;
}
.filter_block .price_limits .label_text:before {
  border: 1px solid #E9E9E9;
  pointer-events: none;
  content: "";
  border-radius: 5px;
}
.filter_block .price_limits input {
  padding: 0;
  border: none;
  flex: 1;
  width: 10%;
}
.filter_block .price_limits input:focus + .label_text:before {
  border-color: #76BC22;
}
.filter_block .price_limits input:focus::placeholder {
  opacity: 0;
}
.filter_block .more_options_btn {
  display: inline-block;
  vertical-align: top;
  font-size: 120%;
  line-height: 16px;
  color: #76BC22;
  padding: 3px 0;
  border: none;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .filter_block .group_title {
    padding: 15px;
  }
  .filter_block .options_list {
    padding: 0 15px;
  }
  .filter_block .options_list:after {
    height: 15px;
  }
}
@media (max-width: 991px) {
  .filter .compare_block {
    display: none;
  }
  .filter_section {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 300;
    flex: none;
    width: auto;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .filter_section .filter_block .price_limits li {
    width: 100%;
    padding: 0 10px 0 0;
  }
  .filter_section .mob_head_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
    background: black;
    padding: 10px 15px;
  }
  .filter_section .mob_head_block .btn_filtre {
    display: flex;
    align-items: center;
  }
  .filter_section .mob_head_block .btn_filtre:before {
    padding-right: 10px;
  }
  .filter_section .mob_head_block .btn_filtre:focus {
    outline: none;
  }
  .filter_section .mob_head_block > button {
    background: none;
    color: #ffffff;
    border: none;
    font-size: 140%;
    font-family: "montserrat_bold", "montserratarm_bold";
    padding: 0;
    margin: 0;
  }
  .filter_section .filter_inner {
    border: 0;
    flex: none;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    height: 100%;
    z-index: 200;
    right: -7px;
    width: 0;
    max-width: 100%;
    background: #ffffff;
    padding: 0;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  .filter_section.opened .filter_inner {
    width: 100vw;
    right: 0;
  }
  .filter_section.unvisible {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
  }
  .filter_btn {
    position: relative;
    color: #000000;
    border: none;
    display: block;
    font-size: 150%;
    line-height: 26px;
    text-transform: uppercase;
    margin-left: 10px;
  }
  .filter_btn span {
    display: block;
    margin-left: 15px;
  }
  .filter_btn:before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-size: 85.7%;
  }
  .filter_block {
    width: 100vw;
  }
}

@media (max-width: 991px) {
  .compare_block {
    display: none;
  }
}
.web .filter_block .group_title:hover {
  color: #76BC22;
}
.web .filter_block .more_options_btn:hover {
  color: #979797;
}
.web .options_list ol a:hover {
  color: #76BC22;
}
.web .options_list ol a:hover:before {
  border-color: #76BC22;
}
.web .compare_block a:hover {
  color: #76BC22;
}

.touch .filter_block .group_title:active {
  color: #76BC22;
}
.touch .filter_block .more_options_btn:active {
  color: #979797;
}
.touch .compare_block a:hover {
  color: #76BC22;
}

.page_inner {
  padding-bottom: 25px;
}
.page_inner .back_listing {
  display: none;
}
.page_inner .sort_block {
  display: flex;
  align-items: center;
}
.page_inner .sort_block ul {
  display: flex;
  align-items: center;
}
.page_inner .sort_block ul li {
  padding: 0 15px;
}
.page_inner .sort_block ul li:first-child {
  padding-left: 0;
}
.page_inner .sort_block ul a {
  font-size: 120%;
  line-height: 15px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.page_inner .sort_block ul a:before {
  margin-left: 5px;
  font-size: 75%;
  color: #76BC22;
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}
.page_inner .sort_block ul a.active_sort {
  color: #76BC22;
}
.page_inner .sort_block ul a.active_sort:before {
  margin-top: 3px;
  transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.page_inner .sort_block .sort_title {
  color: rgba(0, 0, 0, 0.57);
  font-size: 120%;
  line-height: 15px;
  margin-right: 20px;
}
.page_inner .list_filter ul li {
  position: relative;
  overflow: hidden;
}
.page_inner .list_filter ul li:nth-child(12) {
  padding-right: 28px;
}
.page_inner .list_filter ul li:nth-child(n+13) {
  display: none;
}
.page_inner .all_menu_listing {
  position: absolute;
  right: 0;
  color: #76BC22;
  font-size: 120%;
  line-height: 16px;
  bottom: 22px;
  cursor: pointer;
  margin-left: 10px;
}
.page_inner .product_block .available_block {
  font-size: 130%;
  line-height: 19px;
  color: #000000;
  font-family: "montserrat_medium", "montserratarm_medium";
}
.page_inner .product_block .available_block:after {
  content: attr(data-available);
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
}
.page_inner .add_to_cart {
  height: 41px;
  border-radius: 2px;
  background-color: #76BC22;
  color: #ffffff;
  font-size: 130%;
  line-height: 17px;
  font-family: "montserrat_medium", "montserratarm_medium";
  text-transform: uppercase;
  margin: 17px 5px 0;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 7px 10px;
}
.page_inner .add_to_cart:before {
  margin-right: 10px;
  font-size: 200%;
}
.page_inner .listing_top {
  display: flex;
  justify-content: space-between;
}
.page_inner .list_right_block {
  display: flex;
  justify-content: space-between;
  max-width: 74.5%;
  flex: 0 0 74.5%;
}
.page_inner .section_title span {
  color: #B7B7B7;
  margin-left: 3px;
}
.page_inner .head_block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 15px;
  padding-right: 20px;
}
.page_inner .brand_block {
  text-align: center;
  margin-bottom: 23px;
}
.page_inner .brand_block img {
  vertical-align: top;
  max-width: 100%;
  max-height: 250px;
}

.listing_actions {
  display: flex;
  padding-left: 20px;
}

.type_switch {
  display: flex;
  align-items: center;
}
.type_switch a {
  display: flex;
  position: relative;
  color: #d8d8d8;
  border: 1px solid;
  width: 23px;
  height: 23px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.type_switch a:before {
  display: block;
  content: "";
  height: 3px;
  width: 3px;
  border-top: 3px solid;
}
.type_switch a.selected {
  background: transparent;
  color: #76BC22;
  border-color: #76BC22;
  cursor: default;
}
.type_switch a.grid_type {
  margin-right: 15px;
}
.type_switch a.row_type:before {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.type_switch .grid_type:before {
  box-shadow: -5px -5px 0 0, 0 -5px 0 0, 5px -5px 0 0, -5px 0 0 0, 5px 0 0 0, -5px 5px 0 0, 0 5px 0 0, 5px 5px 0 0;
}
.type_switch .row_type:before {
  box-shadow: -5px -5px 0 0, 0 -5px 0 0, 2px -5px 0 0, 5px -5px 0 0, -5px 0 0 0, 5px 0 0 0, 2px 0 0 0, -5px 5px 0 0, 0 5px 0 0, 5px 5px 0 0, 2px 5px 0 0;
}

.grid_list > li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px 20px;
}

.notify_me_btn {
  height: 50px;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  font-size: 130%;
  line-height: 17px;
  color: #424242;
  font-family: "montserrat_medium", "montserratarm_medium";
  margin-top: 22px;
  position: relative;
}
.notify_me_btn:after {
  position: absolute;
  bottom: -15px;
  left: -20px;
  right: -22px;
  overflow: hidden;
  content: "";
  display: block;
  height: 1px;
  background-color: #EBEBEB;
}

.row_list > li {
  margin-bottom: 20px;
}
.row_list .sticker_block {
  top: 0;
}
.row_list .product_block {
  height: auto;
}
.row_list .product_block .inner_top {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.row_list .product_block .inner_top .compare_btn {
  padding-left: 0;
}
.row_list .product_block .mobile_btns,
.row_list .product_block .mobile_price,
.row_list .product_block .mobile_block_top {
  display: none;
}
.row_list .product_block .block_inner {
  display: flex;
  padding: 0;
  border-color: #EBEBEB;
}
.row_list .product_block .title_rate {
  display: flex;
  align-items: end;
  flex-direction: column;
}
.row_list .product_block .big_images {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.row_list .product_block .big_images .not_available {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.row_list .product_block .big_images .row_img {
  padding: 10px 0;
}
.row_list .product_block .big_images .row_img a {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.row_list .product_block .big_images .row_img a:before {
  display: block;
  content: "";
  padding-bottom: 58%;
}
.row_list .product_block .big_images .row_img a img {
  object-fit: contain;
}
.row_list .product_block .product_images {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 33px 10px;
}
.row_list .product_block .small_images {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  width: 70%;
  position: relative;
}
.row_list .product_block .small_images .not_available {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  color: #000000;
}
.row_list .product_block .small_images .row_img {
  padding: 10px 5px;
}
.row_list .product_block .small_images .row_img a {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #EAEAEA;
}
.row_list .product_block .small_images .row_img a:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.row_list .product_block .small_images .row_img a img {
  padding: 2px;
  object-fit: cover;
}
.row_list .product_block .small_images .row_img a.selected {
  border-color: #76BC22;
  border-radius: 3px;
}
.row_list .product_block .slick-prev {
  left: -30px;
}
.row_list .product_block .slick-prev:before {
  content: "";
}
.row_list .product_block .slick-next {
  right: -30px;
}
.row_list .product_block .slick-next:before {
  content: "";
}
.row_list .product_block .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  z-index: 5;
  padding: 0;
  color: #666666;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  height: 20px;
  width: 20px;
  justify-content: center;
  border-radius: 50%;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 0;
}
.row_list .product_block .slick-arrow:focus {
  outline: none;
}
.row_list .product_block .slick-arrow:before {
  display: block;
  font-size: 0.8rem;
}
.row_list .product_block .info_block {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 20px;
  justify-content: end;
}
.row_list .product_block .price_buttons {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 20px;
  border: 1px solid #EBEBEB;
  background-color: #ffffff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.row_list .product_block .details_list {
  margin: 15px 0 0;
  padding: 0;
  list-style-type: none;
  font-size: 110%;
  line-height: 15px;
}
.row_list .product_block .details_list li {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 5px;
  width: 100%;
}
.row_list .product_block .product_name {
  font-size: 180%;
  margin-top: 0;
  line-height: 24px;
  height: auto;
}
.row_list .product_block .rate_row {
  padding-top: 3px;
}
.row_list .product_block .inner_top {
  padding: 0;
}
.row_list .product_block .compare_btn {
  padding-left: 10px;
}
.row_list .product_block .favorite_btn {
  padding-right: 10px;
}
.row_list .product_block .compare_btn,
.row_list .product_block .favorite_btn {
  margin-top: 15px;
  display: flex;
  align-items: center;
  font-size: 140%;
  line-height: 19px;
  color: rgba(51, 51, 51, 0.5);
}
.row_list .product_block .compare_btn:before,
.row_list .product_block .favorite_btn:before {
  margin-right: 11px;
}
.row_list .product_block .old_price {
  font-size: 80%;
}
.row_list .product_block .add_to_cart {
  margin: 12px 0 0;
  height: 50px;
}
.row_list .product_block .add_btn {
  width: 100%;
  margin: 12px 0 0;
}
.row_list .product_block .bonus_block {
  margin-top: 27px;
  margin-bottom: 25px;
}
.row_list .product_block .row_location {
  margin-bottom: 20px;
  font-size: 120%;
  line-height: 16px;
  color: #000000;
  display: flex;
  align-items: center;
  position: relative;
}
.row_list .product_block .row_location:after {
  position: absolute;
  bottom: -20px;
  left: -20px;
  right: -22px;
  overflow: hidden;
  content: "";
  display: block;
  height: 1px;
  background-color: #EBEBEB;
}
.row_list .product_block .row_location:before {
  font-size: 230%;
  margin-right: 10px;
  color: #76BC22;
}
.row_list .product_block .about_row_block {
  display: flex;
  align-items: center;
  margin-top: 33px;
}
.row_list .product_block .about_row_block a {
  font-size: 120%;
  line-height: 16px;
  color: #000000;
  display: flex;
  align-items: center;
}
.row_list .product_block .about_row_block a:before {
  font-size: 230%;
  margin-right: 10px;
  color: #76BC22;
}
.row_list .product_block .about_row_block .credit_hint {
  font-size: 100%;
}
.row_list .product_block .monthly_block {
  margin-top: 15px;
  display: flex;
  align-items: center;
  font-size: 140%;
  line-height: 19px;
  font-family: "montserrat_medium", "montserratarm_medium";
  color: #000000;
}
.row_list .product_block .monthly_block .credit_hint {
  font-size: 75%;
}

@media (max-width: 1199px) {
  .grid_list > li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .row_list .product_block .price_buttons,
.row_list .product_block .info_block {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .all_menu_listing {
    display: none;
  }

  .header .web_menu {
    display: none;
  }

  .page_inner .list_filter ul {
    margin: 0;
  }
  .page_inner .list_filter ul li {
    position: relative;
    overflow: visible;
  }
  .page_inner .list_filter ul li:nth-child(12) {
    padding-right: 0;
  }
  .page_inner .list_filter ul li:nth-child(n+13) {
    display: block;
  }
  .page_inner .sort_block {
    flex-direction: column;
    position: relative;
  }
  .page_inner .sort_block .sort_title {
    display: flex;
    margin-top: 5px;
  }
  .page_inner .sort_block .sort_title:after {
    display: block;
    width: 7px;
    height: 3px;
    content: "";
    margin-left: 10px;
    border-style: solid;
    border-width: 3px 3px 0;
    border-left-color: transparent;
    border-right-color: transparent;
    margin-top: 6px;
  }
  .page_inner .sort_block ul {
    flex-direction: column;
    align-items: end;
    width: 100%;
    display: none;
    position: absolute;
    background: #ffffff;
    top: 25px;
    z-index: 3;
    left: 0;
    right: 0;
    border: 1px solid #DCDCDC;
  }
  .page_inner .sort_block ul li {
    border-bottom: 1px solid #DCDCDC;
    padding: 0;
  }
  .page_inner .sort_block ul li:last-child {
    border-bottom: none;
  }
  .page_inner .sort_block ul li a {
    justify-content: flex-end;
    padding: 7px 10px;
  }
  .page_inner .sort_block ul li a:before {
    display: none;
  }
  .page_inner .back_listing {
    margin-bottom: 20px;
    display: block;
    font-size: 120%;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.55);
    padding: 0;
  }
  .page_inner .back_listing:before {
    margin-right: 10px;
  }
  .page_inner .brand_block {
    text-align: center;
    margin-bottom: 20px;
  }
  .page_inner .listing_top {
    flex-direction: column;
  }
  .page_inner .list_right_block {
    max-width: 100%;
    flex: 0 0 100%;
    background: #ffffff;
    padding: 14px 10px;
    margin: 20px 0;
  }
  .page_inner .head_block {
    padding-bottom: 0;
    align-items: baseline;
    padding-right: 0;
  }

  .list_filter {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 7px;
    padding: 0;
  }
  .list_filter ul {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    flex-wrap: inherit;
  }

  .row_list .sticker_block {
    position: absolute;
    top: 0;
    left: 0;
  }
  .row_list .product_block .compare_btn,
.row_list .product_block .favorite_btn {
    line-height: 16px;
    font-size: 120%;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .row_list .product_block .product_inner {
    border-color: #EBEBEB;
    background: #ffffff;
  }
  .row_list .product_block .mobile_btns {
    display: flex;
    padding: 0 18px 11px 18px;
    align-items: center;
    justify-content: flex-end;
  }
  .row_list .product_block .mobile_btns .compare_btn {
    margin-right: auto;
    font-size: 260%;
  }
  .row_list .product_block .mobile_btns .add_to_cart {
    width: 60px;
    height: 41px;
    margin-left: 10px;
  }
  .row_list .product_block .mobile_btns .add_to_cart:before {
    margin-right: 0;
  }
  .row_list .product_block .mobile_btns .add_btn {
    height: 41px;
    width: 196px;
    flex: inherit;
  }
  .row_list .product_block .block_inner {
    display: flex;
    padding: 0;
    border: none;
    background: none;
  }
  .row_list .product_block .product_images {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .row_list .product_block .inner_top,
.row_list .product_block .big_images,
.row_list .product_block .price_buttons {
    display: none;
  }
  .row_list .product_block .small_images .row_img a {
    border: none;
  }
  .row_list .product_block .title_rate {
    margin-top: 12px;
    flex-direction: column-reverse;
  }
  .row_list .product_block .product_images,
.row_list .product_block .info_block {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 12px 11px 0 0;
  }
  .row_list .product_block .notify_me_btn {
    width: 70%;
    height: 41px;
    margin-top: 7px;
  }
  .row_list .product_block .small_images {
    padding: 23px 0 0 0;
  }
  .row_list .product_block .bonus_block {
    margin-top: 0;
    margin-bottom: 0;
  }
  .row_list .product_block .mobile_price {
    display: flex;
    flex-direction: column-reverse;
    align-items: baseline;
  }
  .row_list .product_block .product_name {
    font-size: 140%;
    line-height: 19px;
    margin: 5px 0;
  }
  .row_list .product_block .mobile_block_top {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
  }

  .grid_list > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 479px) {
  .bonus_block span {
    margin-right: 5px;
  }

  .row_list .product_block .details_list {
    display: none;
  }
  .row_list .product_block .product_name {
    font-size: 120%;
    line-height: 16px;
  }
  .row_list .product_block .product_images {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .row_list .product_block .small_images {
    width: 100%;
  }
  .row_list .product_block .info_block {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .list_filter > ul {
    margin: 0;
  }

  .grid_list {
    margin: 0;
  }
  .grid_list > li {
    padding: 0;
  }
  .grid_list .product_block {
    display: flex;
    height: 100%;
  }
  .grid_list .product_block .top_block .sticker_block {
    position: relative;
    margin-right: auto;
  }
  .grid_list .product_block .image_block {
    height: 110px;
    margin-top: 10px;
  }
  .grid_list .product_block .image_block img {
    max-height: 110px;
  }
  .grid_list .product_block .product_name {
    font-size: 120%;
    line-height: 16px;
    height: 34px;
  }
  .grid_list .product_block .rate_row .rate_block {
    width: 90px;
    height: 21px;
  }
  .grid_list .product_block .rate_row .rate_block:after {
    background-size: 18px;
  }
  .grid_list .product_block .rate_row .icon_sm {
    margin-left: 5px;
  }
  .grid_list .product_block .btn_compare {
    display: none;
  }
  .grid_list .product_block .info_block {
    padding: 0 7px;
  }
  .grid_list .product_block .btns_block {
    height: auto;
    margin: auto 0 0;
    padding: 0 2px;
  }
  .grid_list .product_block .compare_btn {
    margin: 10px 10px 0;
    flex: none;
    width: 100%;
  }
  .grid_list .product_block .block_inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    height: 100%;
    border-bottom: none;
    border-left: none;
  }
  .grid_list .product_block .old_price {
    display: block;
    padding-left: 0;
    padding-top: 10px;
  }

  .listing_section {
    padding: 0;
  }

  .filter_listing {
    margin: 0;
  }

  .page_inner .list_filter {
    padding: 0 12px;
  }
  .page_inner .back_listing {
    padding: 0 15px;
  }
  .page_inner .brand_block {
    display: none;
  }
  .page_inner > .custom_container {
    padding: 0;
  }
  .page_inner .add_to_cart {
    font-size: 110%;
  }
  .page_inner .add_to_cart:before {
    margin-right: 5px;
  }

  .head_block {
    padding: 0 10px;
  }
}
@media (max-width:359px) {
  .row_list .product_block .mobile_btns {
    padding: 0 10px 11px 10px;
  }
  .row_list .product_block .mobile_btns .add_btn {
    height: 41px;
    width: auto;
    text-align: center;
  }
  .row_list .rate_row .rate_block {
    width: 83px;
    height: 17px;
  }
  .row_list .rate_row .rate_block:after {
    background-size: 16px;
  }

  .product_block .top_block .sticker_block {
    width: 87px;
    margin-right: auto;
    padding: 0 4px;
    justify-content: end;
  }
}
.web .all_menu_listing:hover {
  color: #000000;
}
.web .type_switch a:not(.selected):hover {
  color: rgba(118, 188, 34, 0.7);
}
.web .page_inner .add_to_cart {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .page_inner .add_to_cart:hover {
  background: #E9E9E9;
  color: #000000;
}
.web .notify_me_btn {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .notify_me_btn:hover {
  color: #ffffff;
  background: #76BC22;
}
.web .page_inner .sort_block ul a:hover {
  color: #76BC22;
}
.web .row_list .product_block .about_row_block a:hover,
.web .row_list .product_block .row_location:hover {
  color: #76BC22;
}
.web .row_list .product_block .slick-arrow {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .row_list .product_block .slick-arrow:hover {
  color: #ffffff;
  background: #76BC22;
}

.touch .notify_me_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .notify_me_btn:active {
  color: #ffffff;
  background: #76BC22;
}
.touch .page_inner .sort_block ul a:active {
  color: #76BC22;
}
.touch .row_list .product_block .about_row_block a:active,
.touch .row_list .product_block .row_location:active {
  color: #76BC22;
}
.touch .row_list .product_block .slick-arrow {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .row_list .product_block .slick-arrow:active {
  color: #ffffff;
  background: #76BC22;
}
.touch .page_inner .add_to_cart {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .page_inner .add_to_cart:active {
  background: #E9E9E9;
  color: #000000;
}
.touch .all_menu_listing:active {
  color: #000000;
}
.touch .type_switch a:not(.selected):active {
  color: rgba(118, 188, 34, 0.7);
}

.web .filter_block .group_title, .web .options_list ol a, .web .all_menu_listing, .web .type_switch a, .web .page_inner .sort_block ul a, .web .row_list .product_block .about_row_block a,
.web .row_list .product_block .row_location {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.filter_block .more_options_btn, .web .options_list ol a:before, .web .compare_block a {
  -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 .group_title, .touch .compare_block a, .touch .page_inner .sort_block ul a, .touch .row_list .product_block .about_row_block a,
.touch .row_list .product_block .row_location, .touch .all_menu_listing, .touch .type_switch a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.filter_block .group_title, .filter_block .more_options_btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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