

/* Start:/local/components/collant/catalog.section.list/templates/left_new/style.css?17758180022035*/
.catalog-section-new__menu, .catalog-section-new__category {
  display: flex;
  flex-direction: column;
}
.catalog-section-new__menu {
  padding-right: 14px;
  gap: 40px;
}
.catalog-section-new__category {
  gap: 16px;
}
.catalog-section-new__category-link, .catalog-section-new__subcategory-link {
  padding-left: 20px;
  padding-right: 10px;
}
.catalog-section-new__category-link {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.001em;
  color: #414042;
  transition: all 0.2s ease-in-out;
}
.catalog-section-new__subcategory-list {
  margin: unset;
  padding: unset;
  list-style: none;
}
.catalog-section-new__subcategory-item {
  position: relative;
  display: flex;
  flex-shrink: 0;
  width: 100%;
  height: 54px;
  background: #F4F5F7;
}
.catalog-section-new__subcategory-item + .catalog-section-new__subcategory-item {
  border-top: 1px solid #A5ABC0;
}
.catalog-section-new__subcategory-item:not(.active):hover {
  z-index: 1;
}
.catalog-section-new__subcategory-item:not(.active):hover .catalog-section-new__subcategory-link {
  z-index: 1;
}
.catalog-section-new__subcategory-item.active {
  z-index: 2;
}
.catalog-section-new__subcategory-item.active .catalog-section-new__subcategory-link {
  z-index: 2;
  transform: translateX(5px) translateY(-50%);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
.catalog-section-new__subcategory-link, .catalog-section-new__subcategory-item.active .catalog-section-new__subcategory-link {
  width: calc(100% + 10px);
  height: calc(100% + 8px);
  padding-right: 20px;
  color: white;
  background: linear-gradient(90deg, #0092DC 0%, #00EF79 100%);
}
.catalog-section-new__subcategory-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #414042;
  background: #F4F5F7;
}

/* End */


/* Start:/local/templates/collant/components/bitrix/catalog.smart.filter/bootstrap_v4/style.css?17292407091875*/
.smart-filter-input-dropdown {
  position: relative;
}
.smart-filter-input-dropdown-title {
  cursor: pointer;
  position: relative;
}
.smart-filter-input-dropdown-title:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 14px;
  background: url("/local/templates/collant/./images/svg/arr-choose.svg") no-repeat center;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.smart-filter-input-group-checkbox-list {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 0;
  min-width: 240px;
  max-height: 300px;
  overflow-y: auto;
  padding: 6px;
  border: 1px #eee solid;
  background: #fff;
  z-index: -1;
  opacity: 0;
  transition: 0.1s ease-in;
}
.smart-filter-input-group-checkbox-list-active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.smart-filter-input-group-checkbox-list .form-group {
  margin-bottom: 8px;
}
.smart-filter-input-group-checkbox-list .form-group:last-child {
  margin-bottom: 0;
}
.smart-filter-input-group-checkbox-list .form-check-label {
  font-size: 15px;
}

.form-check-input[disabled],
.form-check-label.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.filter__properties li label {
  text-align: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #5e636f;
  padding: 2px 12px;
  display: inline-block;
}

.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.filter__brand-link input,
.filter__property-link input {
  display: none;
}



.filter .filter-close {
  display: none;
}

.smart-filter-input-dropdown-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1023px) {
  .smart-filter-input-group-checkbox-list {
    max-height: 115px;
    min-width: unset;
  }

  .filter {
    overflow-y: auto;
  }

  .filter .filter-close {
    display: inline-block;
  }
}

/* End */


/* Start:/local/templates/collant/components/bitrix/catalog.section/catalog/style.css?1734533960799*/
/* .product-prices .price-opt span:not(.product-auth){
    color: #d662ac
}

.product-prices .promo span:not(.product-auth){
    color: #7d9aec
}

.product-prices .price-sale span:not(.product-auth){
    color: #f27c93
}

.product-prices .promo.inactive{
    color: #999
}

.product-prices .promo span.inactive a{
    color: #f27c93
}

.product-prices .promo span.inactive a:hover{
    color: #048459
}

.product-prices span:not(.product-auth){
    text-align: right;
    margin-right: 0 !important;
    max-width: 80px;
} */

.product[data-product] .product-prices,
.product[data-product] .label {
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out;
}

.product[data-product] .product-prices.show,
.product[data-product] .label.show {
    visibility: visible;
    opacity: 1;
}
/* End */
/* /local/components/collant/catalog.section.list/templates/left_new/style.css?17758180022035 */
/* /local/templates/collant/components/bitrix/catalog.smart.filter/bootstrap_v4/style.css?17292407091875 */
/* /local/templates/collant/components/bitrix/catalog.section/catalog/style.css?1734533960799 */
