/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */

.index-block__title-wrapper--with-center-block .index-block__part--left,
.index-block__title-wrapper--with-center-block .index-block__part--right {
  flex-basis: 30%;
}

.tabs .nav-tabs li a,
.tabs .nav-tabs li &gt; span {
  padding: 12px 12px 12px 12px;
}
ul.list-unstyled li {
  margin-bottom: 5px;
}
.bottom-icons-panel__content-link {
  min-width: 70px;
}
.phones__phone-link {
  font-weight: 900;
}
.menu-topest__item {
  font-weight: 600;
}
@media (max-width: 600px) {
  .mobile-scrolled::-webkit-scrollbar-thumb {
    background-color: #999999;
    background-color: var(--gray_bg_black);
    border-radius: 10px;
    border: 2px solid var(--black_bg_black);
  }
  .mobile-scrolled::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: var(--black_bg_black);
  }
  .index-block--fon .mobile-scrolled::-webkit-scrollbar-track {
    background: #f8f8f8;
    background: var(--darkerblack_bg_black);
    border-color: var(--darkerblack_bg_black);
  }
  .mobile-scrolled::-webkit-scrollbar {
    width: 0;
    height: 6px;
  }
  .mobile-scrolled {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
  }

  .index-block--padding-bottom-N .mobile-scrolled {
    position: relative;
    z-index: 5;
  }
}

/* Выпадающий список комплектаций */
.dropdown-select--bordered .dropdown-select__title {
  padding: 7px 41px 7px 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.catalog-detail__sticky-panel .catalog-detail__title &gt; span {
  padding-bottom: 22px;
}
.complects &gt; .complects__list-title {
  display: flex;
  align-content: center;
  align-items: center;
  column-gap: 5px;
  margin-bottom: 10px;
}
.complects &gt; .complects__list {
  margin-bottom: 15px;
}
.complects__list .dropdown-select .dropdown-select__list {
  left: -1px;
}
.contacts-detail__property.last-contacts{
  margin-top: 21px;
}
.sticker_item--stock {
  background-color: #ffa800;
  color: #333;
}
@media (max-width: 767px) {
  .contacts-detail__properties > .contacts__col + .contacts__col {
    padding-left: 0px;
  }
  .contacts-detail__property.last-contacts{
    margin-top: 0px;
  }
}
.DisplaNone{
  display: none;
}