.inner_wrapper.loading .bottom_nav .module-pagination, .inner_wrapper.loading .bottom_nav .ajax_load_btn, .inner_wrapper.loading .sort_header .sort_display a, .inner_wrapper.loading .sort_header .sort_filter a, .inner_wrapper.loading .item .wrapp_stockers .like_icons > div, .inner_wrapper.loading .item .but-cell .counter_wrapp, .inner_wrapper.loading .item .price_matrix_block, .inner_wrapper.loading .item .article_block, .inner_wrapper.loading .item .item-stock, .inner_wrapper.loading .item .title, .inner_wrapper.loading .item .image_wrapper_block {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0.15) 37%, rgba(0, 0, 0, 0.06) 63%);
  background-size: 400% 100%;
  animation-name: css-10ed4xt-ant-skeleton-loading;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  border-radius: 5px;
}

@keyframes css-10ed4xt-ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.inner_wrapper.loading .item .image_wrapper_block {
  position: relative;
}
.inner_wrapper.loading .item .image_wrapper_block .popup_image {
  display: none;
}
.inner_wrapper.loading .item .image_wrapper_block::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  background: url("./images/empty.svg") no-repeat center center;
  transform: translate(-50%, -50%);
}
.inner_wrapper.loading .item .title {
  margin-bottom: 5px;
  height: 25px;
}
.inner_wrapper.loading .item .title a {
  visibility: hidden;
}
.inner_wrapper.loading .item .item-stock {
  margin-bottom: 5px;
}
.inner_wrapper.loading .item .item-stock .value {
  visibility: hidden;
}
.inner_wrapper.loading .item .item-stock .icon {
  visibility: hidden;
}
.inner_wrapper.loading .item .article_block {
  width: 20%;
  height: 20px;
}
.inner_wrapper.loading .item .article_block .article_block__title {
  visibility: hidden;
}
.inner_wrapper.loading .item .article_block .article_block__value {
  visibility: hidden;
}
.inner_wrapper.loading .item .price_matrix_block {
  width: 30%;
  padding: 3px 0;
}
.inner_wrapper.loading .item .price_matrix_block .price {
  visibility: hidden;
}
.inner_wrapper.loading .item .but-cell .counter_wrapp {
  padding: 5px 0;
}
.inner_wrapper.loading .item .but-cell .counter_wrapp .counter_block {
  visibility: hidden;
}
.inner_wrapper.loading .item .but-cell .counter_wrapp .button_block {
  visibility: hidden;
}
.inner_wrapper.loading .item .wrapp_stockers .like_icons > div {
  margin-right: 3px;
  height: 26px;
}
.inner_wrapper.loading .item .wrapp_stockers .like_icons > div span {
  visibility: hidden;
}
.inner_wrapper.loading .item .wrapp_stockers .like_icons > div:last-child {
  margin-right: 0;
}
.inner_wrapper.loading .sort_header .sort_filter a {
  height: 15px;
  cursor: not-allowed;
  pointer-events: none;
}
.inner_wrapper.loading .sort_header .sort_filter a span, .inner_wrapper.loading .sort_header .sort_filter a i {
  visibility: hidden;
}
.inner_wrapper.loading .sort_header .sort_display a i {
  visibility: hidden;
}
.inner_wrapper.loading .bottom_nav .ajax_load_btn {
  border: none;
  cursor: not-allowed;
  pointer-events: none;
}
.inner_wrapper.loading .bottom_nav .ajax_load_btn:hover, .inner_wrapper.loading .bottom_nav .ajax_load_btn:focus {
  border: none;
}
.inner_wrapper.loading .bottom_nav .ajax_load_btn .more_text_ajax {
  visibility: hidden;
}
.inner_wrapper.loading .bottom_nav .ajax_load_btn .more_text_ajax::after {
  content: none;
}
.inner_wrapper.loading .bottom_nav .module-pagination {
  width: 20%;
  margin: 0 auto;
}
.inner_wrapper.loading .bottom_nav .module-pagination * {
  visibility: hidden;
}

.mobile-icon_cart {
  display: none;
  width: 20px;
  height: 19px;
  background: url(./../../../../images/svg/ai.svg) 0px 0px no-repeat;
  background-position: -458px -46px;
}
@media screen and (max-width: 768px) {
  .mobile-icon_cart {
    display: block;
  }
}

.buy-btn-text {
  display: block;
}
@media screen and (max-width: 768px) {
  .buy-btn-text {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .catalog .module_products_list {
    background: transparent;
    box-shadow: none;
  }
  .table table.module_products_list .item.main_item_wrapper {
    display: grid;
    grid-template-columns: 70px 2fr 1fr;
    background: white;
    box-shadow: var(--box-shadow-block);
    border-radius: var(--border-radius-block);
    margin-bottom: 10px;
    padding: 10px 0;
  }
  .table table.module_products_list .item.main_item_wrapper > td {
    border-top: none;
  }
  .table table.module_products_list .item.main_item_wrapper .foto-cell {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
  }
  .catalog .module_products_list .foto-cell .image_wrapper_block, .catalog .module_products_list .foto-cell .image_wrapper_block a {
    max-width: 100%;
    min-width: 100%;
    height: 100%;
  }
  .table table.module_products_list .item.main_item_wrapper .item-name-cell {
    padding: 5px;
    padding-left: 0;
  }
  .table table.module_products_list .item.main_item_wrapper .item-name-cell .cost.prices {
    margin-top: 15px;
    display: block;
  }
  .table table.module_products_list .item.main_item_wrapper .price-cell {
    width: 100%;
    display: none;
  }
  .table table.module_products_list .item.main_item_wrapper .but-cell {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 19px 0;
    min-width: 104px;
  }
  .table table.module_products_list .item.main_item_wrapper .but-cell .counter_wrapp {
    padding-right: 10px;
    float: right;
  }
  .table table.module_products_list .item.main_item_wrapper .but-cell .counter_block {
    display: block;
    margin-right: 0;
  }
  .table table.module_products_list .item.main_item_wrapper .but-cell .button_block {
    width: 100%;
  }
  .table table.module_products_list .item.main_item_wrapper .but-cell .button_block .button {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 84px;
  }
  .table table.module_products_list .item.main_item_wrapper .button.in-cart {
    /* height: 33px */
  }
  .table table.module_products_list .item.main_item_wrapper .button.in-cart i {
    margin-right: 0;
  }
  .catalog.vertical .adaptive_filter {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    background: transparent;
  }
}
@media (min-width: 601px) and (max-width: 1199px) {
  .table table.module_products_list .item.main_item_wrapper {
    grid-template-columns: 100px 1fr auto auto;
  }
  .table table.module_products_list .item.main_item_wrapper .but-cell {
    padding: 19px 5px;
  }
}/*# sourceMappingURL=style.css.map */