

/* Start:/local/templates/mli/components/bitrix/catalog/catalog_new/style.css?17518737051735*/
.main-content {margin-top: 78px;}

.breadcrumbs {
  width: calc(100% - 80px);
  /*margin-bottom: 48px;*/
}

.breadcrumbs > a,
.breadcrumbs > span {
  /*font-family: 'PTSerif';*/
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;
  color: #565656;
  text-decoration: none;
}

.breadcrumbs__separator {
  margin: 0 8px;
  position: relative;
  top: -3px;
  left: 2px;
}

.category {
  display: flex;
  width: calc(100% - 80px);
  justify-content: space-between;
}
.category-left {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-right: 40px;
  min-width: 220px;
}
.category__menu {
  position: sticky;
  top: 75px;
  display: flex;
  flex-direction: column;
  padding-right: 40px;
  min-width: 220px;
}

.category__menu > a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;
  text-decoration: none;
  color: #565656;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all 0.3s ease-in;
}
.category__menu > a.active {
  text-decoration: underline;
  font-weight: 600;
}
.category__menu > a:hover {
  text-decoration: underline;
}

.category__item {
}

.category__item--red {
  font-weight: 600 !important;
  color: red !important;
}

.category__item--selected {
  font-weight: 600 !important;
  text-decoration: underline !important;
}

.category-products {
  /*flex:1;*/
}

.category-products .products {
  max-width: 100%;
}

.search-page input[type="submit"] {
  transition: all 0.3s ease-in;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  border: none;
  width: 100%;
  max-width: 300px;
  background: #565656;
  border-radius: 8px;
  padding: 14px 12px;
  color: #fff;
  cursor: pointer;
}
/* End */


/* Start:/local/templates/mli/components/bitrix/catalog.smart.filter/category-filter/style.css?17401219062144*/
.category-filter {
  display: flex;
  gap: 20px;
  font-size: 16px;
  color: #565656;
  margin-bottom: 40px;
}

.category-filter__items {
  cursor: pointer;
  position: relative;
}

.category-filter__name {
  display: flex;
  align-items: center;
}

.category-filter__arrow {
  width: 14px;
  height: 10px;
  cursor: pointer;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 8px;
}

.category-filter__arrow::before {
  content: "";
  transform: rotate(45deg);
  width: 8px;
  display: block;
  height: 1px;
  background: #001424;
  position: relative;
  top: 5px;
  right: 0px;
}

.category-filter__arrow::after {
  content: "";
  width: 8px;
  bottom: 1px;
  transform: rotate(-45deg);
  display: block;
  height: 1px;
  background: #001424;
  position: relative;
  top: 4px;
  right: -6px;
}

.category-filter__name.active > .category-filter__arrow::before {
  right: -6px;
}

.category-filter__name.active > .category-filter__arrow::after {
  right: 0px;
}

.category-filter__container {
  z-index: 1;
  background: white;
  border: 1px solid #f2f2f2;
  margin-top: 8px;
  max-height: 180px;
  min-width: 210px;
  overflow-y: auto;
  transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  position: absolute;
  display: none;
}
.category-filter__container.active {
  display: block;
}
.category-filter__container > span {
  cursor: pointer;
  display: block;
  transition: background 0.2s ease-in;
  padding: 10px 14px;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #565656;
}

.category-filter__container > span:hover,
.category-filter__container > span.active {
  background: #f2f2f2;
}
.category-filter__container--color > span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  padding:0;
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}
.category-filter__clear {
    text-decoration: none;
    border-bottom:1px dotted #000;
    font-size: 16px;
    color: #565656;
}
.category-filter__clear:hover {
    border-bottom: none;
}
.category-filter-button {
  display: none;
}


/* End */


/* Start:/local/templates/mli/components/bitrix/catalog.section/products/style.css?17482581593806*/
.slider-wrapper {
  width: 100%;
  display: flex;
  transform: translateZ(0);
  z-index: 2;
}

.slider__button {
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider__button--prev {
  margin-left: auto;
}
.slider__button--prev.disabled,
.slider__button--next.disabled {
  opacity: 0.1;
}
.slider__button--prev:before {
  content: "";
  transform: rotate(-45deg);
  width: 20px;
  display: block;
  height: 1px;
  background: #001424;
  position: relative;
  top: 9px;
  right: -5px;
}
.slider__button--prev:after {
  content: "";
  width: 20px;
  bottom: 1px;
  transform: rotate(45deg);
  display: block;
  height: 1px;
  background: #001424;
  position: relative;
  top: 22px;
  right: -5px;
}
.slider__button--next:before {
  content: "";
  transform: rotate(-45deg);
  width: 20px;
  display: block;
  height: 1px;
  background: #001424;
  position: relative;
  top: 23px;
  right: -5px;
}
.slider__button--next:after {
  content: "";
  width: 20px;
  bottom: 1px;
  transform: rotate(45deg);
  display: block;
  height: 1px;
  background: #001424;
  position: relative;
  top: 8px;
  right: -5px;
}
.products {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  width: calc(100% - 80px);
  max-width: 1160px;
}
.products__title {
  display: flex;
  flex: 1;
}
.products__title > a {
  font-family: "PTSerif";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #565656;
  margin-bottom: 30px;
  text-decoration: none;
  flex: 1;
}
.products__title > a:hover {
  text-decoration: underline;
}
.products__item {
  display: flex;
  position: relative;
  width: 20%;
  flex-direction: column;
  justify-content: baseline;
  min-height: 0;
}
.products__favorite {
  position: absolute;
  right: 8px;top: 5px;
  cursor: pointer;
  opacity: 0;
}
.products__item:hover .products__favorite {
  opacity: 0.7;
}
.products__item:hover .products__favorite:hover, .products__favorite.added {
  opacity: 1 !important;
}

.products__item-bottom {
  display: flex;
  gap:8px;
}
.slider__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 100%;
  max-width: 100%;
}
.products__status {
  position: absolute;
  top: 12px;
  left: 8px;
}
.products__status > span {
  padding: 5px;
  text-transform: uppercase;
  color: #fff;
}
.products__status > span.new {
  background: #565656;
}
.products__status > span.sale {
  background: #f00;
}
.products__item-name {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  color: #565656;
  text-decoration: none;
  margin-bottom: 8px;
}
.products__item-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 260px;
  margin:0 auto;
}
.products__item-name > span {
  margin-bottom: 8px;
}
.products__item-image {
  width: 100%;
  /*margin-bottom:16px;*/
}
.slider-wrapper > .products__item,
.slider-wrapper > .products__item:nth-child(5n + 1) {
  margin-right: 3.4%;
  flex: 0 0 22.444%;
}
.products__item-price {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #565656;
}
.products__item-oldprice {
  
}
.products__item-slider {
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

.products__item-slider > span {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.products__item-slider > span:nth-child(2)::before {
  margin: 0 4px;
}

.products__item-slider > span::before {
  content: "";
  background: #e7e7e7;
  height: 2px;
  display: block;
}

.products__item-slider > span.active::before {
  background: #808080;
}

/* End */
/* /local/templates/mli/components/bitrix/catalog/catalog_new/style.css?17518737051735 */
/* /local/templates/mli/components/bitrix/catalog.smart.filter/category-filter/style.css?17401219062144 */
/* /local/templates/mli/components/bitrix/catalog.section/products/style.css?17482581593806 */
