.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-expand {
  padding-top: 1px;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-expand .catalog-section-list-item {
  border: 1px solid #F2F2F2;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -ms-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-expand .catalog-section-list-item:hover {
  box-shadow: 0px 8px 32px rgba(27, 30, 37, 0.08);
  z-index: 1;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-expand .catalog-section-list-item-wrapper {
  font-size: 0;
  margin: 30px;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-expand .catalog-section-list-item-picture {
  display: block;
  width: 120px;
  height: 80px;
  margin: 0 auto 16px auto;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-expand .catalog-section-list-item-name-wrap {
  text-align: center;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-expand .catalog-section-list-item-name {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #404040;
  text-decoration: none;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-expand .catalog-section-list-item-count-wrap {
  margin-top: 4px;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-expand .catalog-section-list-item-count {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #B0B0B0;
}

@media (max-width: 786px) {
  #sections-block2 {
    overflow: hidden;
  }
  
  #sections-block2:not(.expanded) {
    height: 168px;
  }
  
  #sections-block2.expanded {
    height: auto;
  }
}

.expand-btn {
  position: relative;
  bottom: 15px;
  margin: 0 auto;
  padding: 4px 10px;
  width: fit-content;
  background: #EAEAEA;
  border-radius: 10px;
  cursor: pointer;
  font-size: 12px;
  z-index: 99;
}

.sections-custom {
  margin-top: 20px;
}

/*# sourceMappingURL=style.css.map */
