.section-compact-list-ud.section-compact-list .row.flexbox {
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 22px;
  justify-content: start;
}

.section-compact-list-ud .section-compact-list__item_wrap {
  width: 152px;
  height: 152px;
  margin-right: 12px;
  border-radius: 10px;
  background-color: var(--second_background_gray_light);
  flex: 0 0 auto;
}

.section-compact-list-ud .section-compact-list__item_wrap:last-child {
  margin-right: 0;
}

div.section-compact-list-ud div.section-compact-list__item_wrap div.section-compact-list__item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 12px;
  overflow: hidden;
}

.section-compact-list-ud div.section-compact-list__item_wrap div.section-compact-list__item:hover {
  border-color: inherit;
  background-color: var(--second_background_gray_light);
  border-radius: 10px;
}

div.section-compact-list-ud .section-compact-list__image {
  --image-width: 72px;
  --image-height: 72px;
  width: 72px;
  height: 72px;
  margin-bottom: 12px;
}

div.section-compact-list-ud .section-compact-list__info {
  padding: 0;
  width: 100%;
}

div.section-compact-list-ud .section-compact-list__info .section-compact-list__link {
  color: var(--white_text_black);
  font-size: 13px;
  font-weight: 500;
  line-height: 15.6px;
  text-align: center;
}



[data-class="sale_drag"] .section-compact-list {
  margin-left: 30px;
}

[data-class="sale_drag"] .top-content-block>div {
  padding-bottom: 12px;
}

.drag-block.container.CATALOG_TAB .content_wrapper_block {
  border-bottom: none;
}

[data-class="sale_drag"] .top-content-block .section-block .section-compact-list .row.flexbox {
  flex-wrap: nowrap;
  margin-bottom: 10px;
  margin-top: 10px;
}

[data-class="sale_drag"] .section-compact-list .section-compact-list__image {
  --image-width: 88px;
  --image-height: 88px;
}

[data-class="sale_drag"] .section-compact-list .section-compact-list__link {
  font-weight: 900;
  margin-top: 8px;
}

@media (max-width: 767px) {
  [data-class="sale_drag"] .section-compact-list {
    margin-left: 16px;
  }
}
