

/* Start:/local/templates/mli/components/bitrix/catalog.section/products/style.css?17552395244284*/
.slider-wrapper {
  /*
  width: 100%;
  display: flex;
  transform: translateZ(0);
  z-index: 2;
  */
  will-change: transform;
    backface-visibility: hidden;
    display: flex;
    gap: 1.5rem;
    transform: translateZ(0);
    transition: transform .3s cubic-bezier(.4,0,.2,1);
}

.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;
  margin:0 auto;
}
/*
.slider__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 100%;
  max-width: 100%;
}
*/
.slider__indicators {
  display: none;
}
.slider__items {
  display: flex;
    /*flex-direction: column;*/
    flex: 0 0 calc(25% - (1.5rem * 3 / 4));
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
    min-width: 0;
    overflow: hidden;
}
.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.section/products/style.css?17552395244284 */
