.catalog-products {
  margin-bottom: 116px;
}
@media (max-width: 800px) {
  .catalog-products {
    margin-bottom: 70px;
  }
}
.catalog-products__list {
  margin-bottom: 95px;
}
.catalog-products__list.display_block {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .catalog-products__list {
    margin-bottom: 10px;
  }
}
.catalog-products__item {
  width: 33.33333%;
}
@media (max-width: 800px) {
  .catalog-products__item {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .subsection-labels .aw-catalog-links__item-inner {
    font-size: 8px;
  }
  .aw-catalog .aw-catalog-links .aw-catalog-links__item-inner{
    border: 1px solid #CED1D6!important;
    border-radius: 4px;
    background: none!important;
    font-weight: 400;
    font-size: 14px;
    color: #303233!important;
    padding: 4px 14px;
  }
  body .catalog .sort_header .sort_filter .sort_filter__select {
    font-size: 14px;
    background: #fff;
    padding: 5px 16px;
    border: 1px solid #CED1D6;
    color: #303233;
    border-radius: 4px;
    height: 30px;
  }
  .aw-catalog .aw-catalog-links{
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
    margin-bottom: 15px;
  }
  body .catalog .sort_header .sort_filter{
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
  }
  .mobile-filter-and-sort-wrap{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
  }
  .aw-catalog .mobile-filter-and-sort-wrap .sort_header .sort_filter{
    margin-top: 0;
  }
  .aw-catalog .mobile-filter-and-sort-wrap .sort_header{
    padding: 0;
    width: 100%;
  }
  .aw-catalog .mobile-filter-and-sort-wrap .show-mobile-filter{
    margin: 0 0 0 27px;
    padding: 0;
    max-width: none;
    font-weight: 400;
    font-size: 14px;
    color: #303233;
    background: none;
    text-transform: none;
  }
  .aw-catalog .mobile-filter-and-sort-wrap .show-mobile-filter .show-mobile-filter__icon {
    padding: 0;
    margin-right: 9px;
    width: 12px;
  }
  .aw-catalog .mobile-filter-and-sort-wrap .show-mobile-filter .show-mobile-filter__icon:before{
    background-image: url(/local/templates/main/img/svg_sprite/icon_filter_black.svg);
    width: 13px;
    height: 13px;
  }
  .catalog .sort_header .sort_filter__select-wrap {
    margin-bottom: 5px;
    display: none;
  }
  .catalog .sort_header .sort_filter__select-title{
    margin-right: 0;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 350px) {
  .catalog-products__item {
    width: 100%;
  }
}
.catalog-products__item.catalog_item:hover .inner_wrap {
  padding-bottom: 0;
}
.catalog-products__item .footer_button {
  position: absolute;
  width: 100%;
  top: calc(100% - 10px);
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 0 24px 24px;
  background: #fff;
  box-shadow: 0 15px 15px rgb(0 0 0 / 10%);
}
.catalog-products__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .catalog-products__bottom {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .catalog-products .btn_loadmore-product {
    margin-bottom: 30px;
  }
}
.catalog-products .aw-pagination {
  margin-bottom: 0;
}

.image-list,.image-list-outer {
  width: 100%;
  position: relative
}

.image-list-wrapper {
  position: relative;
  padding-top: 100%;
  margin: 0 auto;
  text-align: center;
  zoom:1;display: block
}

.image-list__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.image-list-wrapper img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none
}

.section-gallery-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  flex-direction: row;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;

}

.section-gallery-wrapper__item {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1
}

.section-gallery-wrapper__item-nav {
  display: block;
  position: relative;
  margin: 0 1px;
  height: 100%;
  z-index: 2;
}

.section-gallery-wrapper__item_hidden {
  display: none
}

.section-gallery-wrapper__item img {
  opacity: 0;
  transition: opacity .2s ease-in-out;
  left: 0;
  right: 0;
  border-radius: 8px;
}

.section-gallery-wrapper__item.active img {
  opacity: 1
}

.section-gallery-nav {
  /*position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  line-height: 0*/
}

.section-gallery-nav__wrapper {
  display: block
}

.section-gallery-nav__item {
  display: inline-block;
  width: 12px;
  height: 2px;
  background: rgba(136,136,136,.5);
  border-radius: 12px;
  margin: 0 2px;
}

.section-gallery-nav__item:not(.active) {
  cursor: pointer
}

.section-gallery-nav__item.active {
  background-color: #e32330;
}

.aw-catalog_item.catalog-products__item.catalog_item.item_block:hover .inner_wrap .fast_view_block,
.aw-catalog_item.catalog-products__item.catalog_item.item_block .inner_wrap .fast_view_block{
  font-size: 10px;
  padding: 6px 6px 6px 6px;
  margin-left: -55px;
  margin-top: -13px;
  border-radius: 40px;
  background-color: rgba(255,255,255, 0.6);
}
.aw-catalog_item.catalog-products__item.catalog_item.item_block .fast_view_block:before,
.aw-catalog_item.catalog-products__item.catalog_item.item_block:hover .fast_view_block:before{
  display: none;
  opacity: 0;
  visibility: hidden;
}