
.top-content-block .landings-list {
  padding: 0px 0px 12px;
}
.wrapper1:not(.block_side_WIDE) .top-content-block .landings-list:last-of-type {
  border-bottom: 1px solid #ececec;
  border-color: var(--stroke_black);
}
.top-content-block > div + .landings-list {
  padding-top: 0px;
}
/**/

/*Landings list*/
.landings-list {
}
.landings-list__title {
  padding-bottom: 15px;
  margin-top: 30px;
}

.landings-list__info.landings-list__info--mobiled.swipeignore {
  margin-right: -16px;
}
.landings-list__info-wrapper.with-slider {
  overflow-x: auto;
  white-space: nowrap;
  min-height: 47px;
  align-items: normal;
}
.landings-list__info-wrapper.with-slider {
  scrollbar-width: none; /* Firefox */
}
.landings-list__info-wrapper.with-slider::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* chrome based */
}
.landings-list__info-wrapper.with-slider {
  -ms-overflow-style: none; /* IE 10+ */
}

.landings-list__item {
  display: inline-block;
  padding-bottom: 8px;
  order: 1;
}
.landings-list__break {
  display: inline-block;
  flex-basis: 100%;
  order: 1;
}
.landings-list__item.active {
  order: 0;
}
.landings-list__item.last,
.landings-list__info-wrapper.last {
  padding-right: 18px;
}
.landings-list__name {
  padding: 6px 10px 8px;
  color: #333;
  color: var(--white_text_black);
  margin-right: 8px;
  position: relative;
  display: block; /*height: 30px;*/
  line-height: 16px;
  border: 1px solid #fff;
  border-color: var(--stroke_black);
}
.landings-list__name:not(.landings-list__item--js-more) .svg {
  display: none;
}
.landings-list__name:not(.landings-list__item--active) {
  cursor: pointer;
}
.landings-list__name.landings-list__item--reset {
  padding-right: 41px;
}
.landings-list__name.landings-list__item--reset .landings-list__clear-filter {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 33px;
  cursor: pointer;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
}
.landings-list__name.landings-list__item--reset .landings-list__clear-filter:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0px;
  bottom: -2px;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.landings-list__name.landings-list__item--reset .landings-list__clear-filter svg {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
}
.landings-list__name.landings-list__item--reset .landings-list__clear-filter svg path {
  fill: #fff;
}
.landings-list__item--filled-bg {
}
.landings-list__item--filled-bg.landings-list__name span {
  border-bottom: none;
}
.landings-list__name span {
  border-bottom: 1px dotted;
}
.landings-list__item--hover-bg:hover {
  background: #f0f0f0;
  background: var(--darkerblack_bg_black);
}
.landings-list__item--filled-bg:not(:hover) {
  background: #f0f0f0;
  background: var(--darkerblack_bg_black);
}
.landings-list__item--js-more{
  border-color: transparent;
}
.landings-list__item--js-more span {
  margin-right: 10px;
}
.landings-list__item--js-more svg {
  transition: transform 0.2s ease;
}
.landings-list__item--js-more.opened svg {
  transform: rotate(180deg);
}
.landings-list__item--active span {
  border-bottom-color: transparent;
}
.landings-list__item--active {
  color: #fff;
}
.landings-list + .landings-list .landings-list__title {
  display: none;
}

.landings-list__section-wrap {
  display: flex;
}
.landings-list__section-title {
  margin-right: 16px;
  white-space: nowrap;
  /* font-weight: 700; */
}
.landings-list__info .landings-list__section-title {
  padding-bottom: 10px;
}
@media(max-width: 767px){
  .landings-list__section-wrap {
    flex-direction: column;
  }
  .landings-list__section-title{
    margin-bottom: 6px;
  }
}

@media (max-width: 767px) {
  .landings-list.with-slider {
    padding-bottom: 0px;
  }
  .with-slider .landings-list__item {
    padding-bottom: 0px;
  }

  .top-content-block .landings-list.with-filter {
    display: none;
  }
  .top-content-block .landings-list.with-normal {
    padding: 1px 0px 11px;
  }
  .top-content-block .landings-list.with-slider {
    padding: 1px 0px 3px;
    margin-bottom: -1px;
  }
  .landing-filter .bx_filter_block .landings-list__item:last-of-type {
  }
  .section-content-wrapper .landings-list.with-filter {
    display: none;
  }
}
