

/* Start:/local/templates/aspro_next_modified/components/wpnew/catalog.compare.result/main/style.css?17150889766816*/
.bx_compare-sections {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.bx_compare-section {
  padding: 8px 15px;
  position: relative;
}
.bx_compare-section:not(.active) {
  cursor: pointer;
}
.bx_compare-section.active,
.bx_compare-section:hover {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    ),
    rgba(127, 0, 255, 0.07);
  -webkit-backdrop-filter: blur(3.5px);
  backdrop-filter: blur(3.5px);
  border-radius: 10px;
}
.bx_compare-section.active::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 2px;
  background: linear-gradient(88.37deg, #64398e 20.21%, #2f49d3 102.29%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.bx_compare-settings {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bx_compare-clear-all {
  display: flex;
  align-items: center;
  column-gap: 7px;
}

.bx_compare-clear-all-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bx_compare-clear-all-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.bx_compare-diff-label {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.bx_compare-diff-label .checkbox {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #7f00ff;
  background: transparent;
}
.bx_compare-diff-label input {
  display: none;
}
.bx_compare-diff-label.active .checkbox {
  background-color: #7f00ff;
}
.bx_compare-diff-label.active .checkbox {
  background-image: url("/local/templates/aspro_next_modified/components/wpnew/catalog.compare.result/main/img/compare-checkbox.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.bx_compare-diff-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.bx_compare-clear-all {
  cursor: pointer;
}
.compare_carousel {
  position: relative;
  display: none;
}
.compare_carousel.active {
  display: block;
}
.compare-nav {
  display: none;
  position: absolute;
  top: 100px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
}
.compare-nav.nav-left {
  left: -31px;
  transform: rotate(180deg);
}
.compare-nav.nav-right {
  right: -31px;
}
.show-controls .compare-nav{
	display: flex;
}
.compare-wrapper {
  overflow: hidden;
  padding-top: 40px;
  /* margin-left: -25px;
  padding-left: 25px;
  padding-right: 25px; */
  padding-bottom: 40px;
}
.slider-wrapper {
  display: flex;
  transition: transform 0.3s ease-in-out;
}
.compare-slide {
    background: rgba(255, 255, 255, 0.01);
}

.compare-item-block {
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  height: 100%;
  visibility: hidden;
  padding: 2px;
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    ),
    rgba(127, 0, 255, 0.07);
}
.compare-item-block:hover{
    box-shadow: 0px 0px 50px rgba(127, 0, 255, 0.2);
}
.first-slide .compare-item-block {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    ),
    rgba(127, 0, 255, 0.17);
}
.slider-inited .compare-item-block {
  visibility: visible;
}

.compare-item-block-picture {
  border-radius: 8px 8px 0px 0px;
  width: 100%;
  height: 165px;
  background: #ffffff;
  margin-bottom: 10px;
  overflow: hidden;
}

.compare-item-block-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.compare-item-block-sticky {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.compare-item-block__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.compare-item-block__name {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  padding: 0 12px;
}

.compare-item-block-header {
  padding-bottom: 5px;
  /* position: sticky; */
  top: 0;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.compare-item-block__price {
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  width: 100%;
  padding: 0 12px;
}
.compare-item-block-header .compare-item-block__more {
  margin-top: 10px;
  margin-right: 12px;
  margin-left: 12px;
}
.compare-item-block-props {
  margin-top: 21px;
}
.compare-item-block-prop {
  padding: 15px 12px;
}
.compare-item-block-prop:nth-child(odd) {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    ),
    rgba(127, 0, 255, 0.07);
}

.compare-item-block-props .compare-item-block-prop:hover {
    background: rgba(255, 255, 255, 0.2);
}

.showOnlyDiff .compare-item-block-prop:not(.showOnDiff) {
  display: none;
}

.compare-item-block-sticky {
    background: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    z-index: 1;
}

.fixed-slides {
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
}
.fixed-slides .max-width {
  position: relative;
}
.fixed-slides.active {
    display: block;
}
.fixed-container {
  overflow: hidden;
}
.fixed-wrapper {
  display: flex;
  align-items: flex-start;
}
.fixed-slide-wrapper {
  display: flex;
  align-items: center;
  column-gap: 5px;
  /* background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), rgba(127, 0, 255, 0.17); */
  background: linear-gradient(90deg, #432c55, #562c6f );
  backdrop-filter: blur(3.5px);
  padding: 12px;
  height: 100%;
}

.fixed-slide .compare-item-block-picture {
  max-width: 76px;
  max-height: 55px;
  border-radius: 5px;
  margin: 0;
}
.fixed-slide .compare-item-block__name {
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
}
.fixed-slide .compare-item-block__price {
  margin-top: 4px;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}
.fixed-slide .compare-item-block__more,
.fixed-slide .catalog-item__picture-btns {
  display: none;
}

.compare-item-block-prop {
  font-size: 14px;
  line-height: 1.2;
}

.compare-item-block-prop-name {
  font-weight: 700;
}

.compare-item-block-prop-val {
  margin-top: 4px;
}

@media(max-width: 1200px){
  .compare-nav.nav-right {
    right: 0;
  }
  .compare-nav.nav-left {
    left: 0;
  }
}

.compare-slide .compare-item-block-prop-name{
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.compare-slide.first-slide .compare-item-block-prop-name{
  visibility: visible;
  opacity: 1;
}
/* End */


/* Start:/local/assets/catalog-item/catalog-item.css?17218951966162*/
.catalog-item {
  border-radius: 10px;
  /* overflow: hidden; */
  position: relative;
  padding: 2px;
  z-index: 1;
}

.swiper-slide .catalog-item {
  height: 100%;
}

.catalog-item-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.catalog-item-background .border-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
}

.catalog-item-background:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    ),
    rgba(127, 0, 255, 0.17);
  backdrop-filter: blur(3.5px);
  opacity: 0.5;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: opacity 0.3s ease;
}

.catalog-item__cont {
  border-radius: 10px;
  display: flex;
  position: relative;
  z-index: 10;
  flex-direction: column;
}

.catalog-item__review {
  margin: auto 15px 10px;
}

.catalog-item__review .rating {
  height: auto;
  margin: 0;
  gap: 2px;
}

.catalog-item__review .rating__star,
.catalog-item__review .star-active {
  margin-bottom: 4px;
}

.catalog-item__review .rating-val {
  color: #c3c3c3;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  margin-left: 8px;
}

@media (max-width: 991px) {
  .catalog-item__review {
    display: flex;
    justify-content: center;
  }
}

.catalog-item__picture {
  border-radius: 8px 8px 0px 0px;
  width: 100%;
  height: 162px;
  background: #ffffff;
  margin-bottom: 10px;
  overflow: hidden;
}
.catalog-item__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-item__labels {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  color: #ffffff;
}

.catalog-item__label {
  padding: 4px 12px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 17px;
}
.catalog-item__label.catalog-item__label_red,
.catalog-item__label.sticker_aktsiya,
.catalog-item__label.sticker_stock {
  background: #ea3323;
}
.catalog-item__label.catalog-item__label_blue,
.catalog-item__label.sticker_novinka,
.catalog-item__label.sticker_new {
  background: #2f49d3;
}
.catalog-item__label.sticker_khit,
.catalog-item__label.sticker_hit {
  background: #f9d84a;
}
.catalog-item__label.sticker_sovetuem,
.catalog-item__label.sticker_advise {
  background: #893ca9;
}

.catalog-item__picture-btns {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.catalog-item__picture-btn {
  padding: 0;
  appearance: none;
  background: #ffffff;
  opacity: 0.7;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-item__picture-btn:hover path,
.catalog-item__picture-btn:focus path {
  fill: #000000;
}
.catalog-item__picture-btn.catalog-item__picture-btn_active
  .catalog-item__picture-btn-active {
  display: block;
}
.catalog-item__picture-btn.catalog-item__picture-btn_active
  .catalog-item__picture-btn-deactive {
  display: none;
}
.catalog-item__picture-btn.catalog-item__picture-btn_active path {
  fill: #7f00ff;
}
.catalog-item__picture-btn .catalog-item__picture-btn-active {
  display: none;
}
.catalog-item__picture-btn .catalog-item__picture-btn-deactive {
  display: block;
}

.catalog-item__name {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  min-height: 51px;
  color: #ffffff;
  margin: 0 15px 10px;
  text-decoration: none;
}
.catalog-item__name:hover,
.catalog-item__name:focus {
  /* text-decoration: underline; */
  color: #ffffff;
}

.catalog-item__stock {
  margin: 0 15px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 991px) {
  .catalog-item__stock {
    justify-content: center;
  }
}

.catalog-item__stock-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-item__stock-label {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #c3c3c3;
}

.catalog-item__price {
  margin: 0 15px 15px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.catalog-item__price .price_matrix_wrapper {
  display: flex;
  align-content: flex-start;
  column-gap: 10px;
}

.sop-catalog-slider .catalog-item .price_matrix_wrapper, .other-catalog-slider .catalog-item .price_matrix_wrapper {
  align-items: flex-start;
}

.catalog-item__price .price.discount .values_wrapper {
  text-decoration-line: line-through;
  color: #999999;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

.catalog-item__detail {
  margin: 0 15px 15px;
  z-index: 10;
}

.catalog-item .catalog-item__detail .btn {
  width: max-content;
}

@media screen and (min-width: 1300px) {
  .catalog-item__detail {
    display: none;
    position: absolute;
    left: 0;
    /* bottom: 0; */
    width: calc(100% - 4px);
    height: 45px;
    margin: 0 2px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
  }
  .catalog-item .catalog-item__detail .btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    height: inherit;
  }
  .catalog-item:hover {
    z-index: 2;
  }
  .catalog-item:hover .catalog-item-background {
    z-index: 5;
    height: calc(100% + 45px);
  }
  .catalog-item:hover .catalog-item-background:after,
  .catalog-item:focus .catalog-item-background:after {
    opacity: 1;
  }
  .catalog-item:hover .catalog-item__detail {
    display: block;
  }
}

@media (max-width: 1288px) {
  .catalog-item__price .price_matrix_wrapper {
    justify-content: center;
  }
  .catalog-item .catalog-item__detail .btn {
    margin: 0 auto;
  }
  
}

@media (max-width: 991px) {
  .catalog-item__cont {
    text-align: center;
  }
  .sop-catalog-slider .catalog-item .price_matrix_wrapper .price.discount, .other-catalog-slider .catalog-item .price_matrix_wrapper .price.discount {
    width: 100%;
  }
}

/* End */
/* /local/templates/aspro_next_modified/components/wpnew/catalog.compare.result/main/style.css?17150889766816 */
/* /local/assets/catalog-item/catalog-item.css?17218951966162 */
