.hits-section .sticker__item--hit{
  --sticker_color: #000000;
  --sticker-height: 41px;
  --border-radius: 100px;
  padding: 0;
  width: var(--sticker-height);
  justify-content: center;
  margin: 0;
}

.hits-section .sticker__item--hit::before{
  box-shadow: none;
}

.hits-section .sticker{
  left: 14px;
  top: 14px;
}

.hits-section .catalog-block__item{
  --catalog-block-padding: 0;
  --card_bg_black: transparent;
  height: 481px;
}

.hits-section .shadow-hovered:hover{
  box-shadow: none;
}

.hits-section .item-action--favorite{
  position: absolute;
  right: 3px;
  top: 2px;
  z-index: 2;
}

.hits-section .item-action--favorite svg{
  width: 20px;
  height: 17px;
}

.hits-section .catalog-block__info-bottom{
  margin-top: 12px;
  position: static;
  height: 36px;
}

.catalog-block__info-top{
  height: 100%;
}

.hits-section .section-gallery-wrapper{
  --border-radius: 12px;
}

.hits-section .catalog-block__info-title{
  font-size: 14px;
  text-align: center;
}

.hits-section .catalog-block__info-bottom .line-block__item{
  padding: 0;
}

.hits-section .catalog-wide-button{
  width: 100%;
  display: flex;
  justify-content: center;
}

.hits-section .catalog-block__info-inner{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hits-section .catalog-block__info-inner .js-popup-price{
  order: 1;
  text-align: center;
  margin-top: auto;
}

.hits-section .catalog-block__info-inner .js-popup-price .price{
  margin: 0;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
}

.hits-section .catalog-block__info-inner .price__new-val{
  font-size: 16px;
}

.hits-section .catalog-block__info-tech{
  margin: 14px 0 0 0;
}

.hits-section .catalog-block__info-tech .line-block{
  justify-content: center;
}

.hits-section .lb_bonus{
  display: none !important;
}

.hits-section .btn-fast-view{
  display: none;
}