.productsRow.fiveItems .col-1.product {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.bx-section-desc div {
  font-size: 12px !important;
}
.bx-section-desc ul {
  padding-left: 0;
}
.bx-section-desc ul li {
  list-style: none;
  display: flex;
  margin-bottom: 8px;
  align-items: center;
}
.bx-section-desc ul li:before {
  content: '';
  display: block;
  width: 17px;
  min-width: 17px;
  height: 14px;
  margin-right: 8px;
  background-image: url('/img/ui/heartSmall.svg');
  background-repeat: no-repeat;
  background-position: left center;
}
.viewSwitch a:not(:last-child) {
  margin-right: 8px;
}
.poster {
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 567.98px) {
  .index .productsRow .product:nth-child(odd) {
    padding-right: 1px !important;
  }
  .index .productsRow .product:nth-child(even) {
    padding-left: 1px !important;
  }
}
.cartAction .availableLabel {
  cursor: pointer;
}
.preloader img {
}
.preloader a.pictureWrapper {
  background: #eee;
  display: block;
}
.preloader .prodName a,
.preloader .priceLine,
preloader .productQuantityWrapper,
.preloader .cartAction {
  background: #eee;
  height: 20px;
  display: block;
}
.preloader .prodName a {
  width: 100%;
}
.preloader .priceLine {
  width: 50px;
}
.preloader .cartAction {
  width: 30px;
  margin-left: auto;
}

/*catalog-filters*/

@media (min-width: 992px) {
  .topLinks {
    position: sticky;
    top: 138px;
    z-index: 2;
    background: #fff;
  }
}
[data-type='submenu'] a {
  display: block;
  color: #000;
  margin-bottom: 10px;
  cursor: pointer;
}
[data-type='submenu'] {
  background: #fff;
  box-shadow: 0px 3px 18px rgb(0 0 0 / 16%);
  position: absolute;
  z-index: 9;
  padding: 10px 10px 0 10px;
  min-width: 85px;
  left: 0px;
}
[data-type='submenu'] ul {
  padding-left: 0;
}
div#sectionLinks {
  width: 160px;
}
.topLinks a:not(ul a):after {
  content: '';
  width: 15px;
  height: 10px;
  position: absolute;
  right: 0px;
  top: 5px;
  background: url(/img/ui/angle-down.svg) no-repeat center;
}
.topLinks a:not(ul a).active:after {
  content: '';
  background: url(/img/ui/angle.svg) no-repeat center;
}
.topLinks a:not(ul a) {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #000;
  margin-right: 20px;
  cursor: pointer;
  padding-right: 15px;
  position: relative;
  display: inline-flex;
  margin-top: 12px;
  margin-bottom: 12px;
}
[data-type='submenu'] a:hover,
[data-type='submenu'] a.active {
  color: var(--brand-color);
}
#colorLinks div {
  gap: 10px;
}
#colorLinks a span {
  width: 29px;
  height: 29px;
  display: block;
  border-radius: 50%;
  border: solid 2px transparent;
  margin-bottom: 10px;
}
#colorLinks div a span:hover,
#colorLinks div a.active span {
  border: solid 2px var(--brand-color);
}
.sections a:hover {
  color: var(--brand-color) !important;
}

/**/
.leadModalRow {
  /*position: sticky;
  top: 138px;
  z-index: 9;*/
  display: flex;
  text-align: right;
  align-items: center;
}
.leadBlock {
  min-height: 80px;
  background: url(/img/heartpink.svg) var(--brand-color) center no-repeat;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  justify-content: center;
  flex-direction: column;
  row-gap: 8px;
}

@media (max-width: 992px) {
  .leadModalRow {
    /*top: 60px;*/
    text-align: left;
  }

  .leadText {
    font-size: 16px;
  }
}

.resident__item.col-12 ul li div a.blackText {
  float: left;
  display: block;
}

.resident__item.col-12 ul li div a.blackText:last-of-type {
  float: none;
  clear: left;
}