

/* Start:/catalog/novinki/style.min.css?1724281472792*/
.new-product__title{text-align:center;font:700 30px/35px var(--font);color:var(--gray-800);text-transform:uppercase;margin:0 0 50px}@media(max-width: 600px){.new-product__title{font-size:20px;line-height:22px}}.new-product__filter{margin-bottom:40px}.product-filter{display:flex;align-items:center;justify-content:center;gap:10px 40px;flex-wrap:wrap}.product-filter__btn{background-color:#e3e3e3;padding:10px 0;max-width:300px;width:100%;color:var(--gray-800);transition:all .3s ease-in-out;border-radius:20px;transition:all .3s ease-in-out}.product-filter__btn.active{background-color:var(--gray-200);box-shadow:0 0 5px rgba(0,0,0,.5);pointer-events:none}.product-filter__btn:hover{box-shadow:0 0 5px rgba(0,0,0,.5);background-color:var(--gray-200)}/*# sourceMappingURL=style.min.css.map */

/* End */


/* Start:/local/templates/bashtemplate_new/components/bitrix/system.pagenavigation/bash_modern/style.css?17242810961169*/
.nav-title {
  font: 400 20px/24px var(--font);
  color: var(--gray-800);
  text-align: center;
}

@media (max-width: 768px) {
  .nav-title {
    font: 400 16px/20px var(--font);
  }
}
.nav-pages {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

@media (max-width: 768px) {
  .nav-pages {
    gap: 7px;
  }
}
.nav-pages__number {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .nav-pages__number {
    width: 26px;
    height: 26px;
  }
}
.system-nav-orange {
  color: #999;
  font-size: 15px;
}

.nav-pages__link {
  transition: all 0.3s ease-in-out;
}

.nav-pages__link:hover {
  color: var(--gray-900);
}

.nav-pages__number:hover {
  background-color: var(--navy-blue);
  color: var(--white);
}

.system-nav-orange .nav-current-page {
  color: white;
  background-color: var(--navy-blue);
  font-weight: bold;
  padding: 0px 1px;
}

@media (max-width: 768px) {
  .system-nav-orange .nav-current-page {
    font-size: 11px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/bashtemplate_new/components/bitrix/catalog.section/bash_section_novelties/style.css?17242811035000*/
.ajax-loading::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100000;
  transition: all 0.3s ease-in-out;
  position: absolute;
}

.catalog-wrapper__top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  gap: 5px 40px;
}

@media (max-width: 1200px) {
  .catalog-wrapper__top {
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: space-between;
  }
}
.catalog-wrapper__left {
  width: 100%;
}

.catalog-content {
  position: relative;
}

.section-category {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section-category__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 50px 30px;
  align-items: stretch;
}

@media (max-width: 1550px) {
  .section-category__items {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 50px 20px;
  }
}
@media (max-width: 1450px) {
  .section-category__items {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 50px 20px;
  }
}
@media (max-width: 1450px) {
  .section-category__items {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
@media (max-width: 600px) {
  .section-category__items {
    gap: 50px 15px;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}
.meta-info__total .system-nav-orange .nav-pages {
  display: none;
}

.section-category__paginations--bottom .system-nav-orange .nav-title {
  display: none;
}

.btn-main-page {
  max-width: 255px;
  width: 100%;
  border-radius: 45px;
  height: 60px;
  background-color: var(--navy-blue);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .btn-main-page {
    max-width: 200px;
    height: 40px;
  }
}
.btn-main-page__text {
  font: 400 19px/24px var(--font);
  display: block;
  color: var(--white);
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .btn-main-page__text {
    font: 400 15px/20px var(--font);
  }
}
/*-----------filter----------------*/
.meta-info__total {
  font: 400 20px/24px var(--font);
  color: var(--gray-800);
  text-align: center;
  margin-left: auto;
}

@media (max-width: 605px) {
  .meta-info__total {
    font: 400 16px/20px var(--font);
    margin-right: auto;
  }
}
.filter-sort {
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .count-prod-page {
    display: none;
  }
}
.filter-sort__title {
  font: 400 18px/20px var(--font);
  color: var(--gray-700);
  margin: 0;
}

.filter-sort__title-icon {
  display: none;
}

@media (max-width: 1000px) {
  .filter-sort__title-icon {
    display: block;
  }
  .filter-sort__title--desktop {
    display: none;
  }
}
.filter-sort__head {
  gap: 10px;
}

@media (max-width: 1000px) {
  .filter-sort__head {
    justify-content: space-between;
    width: fit-content;
    background-color: var(--white);
    border-radius: 10px;
    padding-left: 5px;
    margin-left: auto;
  }
}
@media (max-width: 500px) {
  .filter-sort__head {
    width: 100%;
  }
}
.filter-sort__btn {
  background-color: var(--white);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 45px;
}

@media (max-width: 1000px) {
  .filter-sort__btn {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 5px 10px 5px 0px;
  }
}
.filter-sort__btn .filter-sort__arrow-flag {
  rotate: 0deg;
  transition: all 0.3s ease-in-out;
}

.filter-sort__btn.show .filter-sort__arrow-flag {
  rotate: 180deg;
}

.filter-sort__btn-item {
  font: 400 18px/20px var(--font);
  color: var(--gray-800);
}

@media (max-width: 600px) {
  .filter-sort__btn-item {
    font: 400 14px/20px var(--font);
  }
}
.filter-sort__items {
  background-color: var(--white);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 5px 10px;
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.filter-sort__items.active {
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}

.filter-sort__item {
  backgroud-color: var(--white);
  padding: 5px 10px;
  font: 400 18px/20px var(--font);
  color: var(--gray-800);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 750px) {
  .filter-sort__item {
    font: 400 14px/20px var(--font);
  }
}
.filter-sort__item.active {
  background-color: var(--navy-blue);
  pointer-events: none;
  color: var(--white);
}

.filter-sort__item:not(:last-child) {
  margin-bottom: 5px;
}

.filter-sort__item:hover {
  background-color: var(--navy-blue);
  color: var(--white);
}

@media (max-width: 1000px) {
  .filter-sort__item--desktop {
    display: none;
  }
}
.main {
  padding-bottom: 50px;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/bashtemplate_new/components/bitrix/catalog.item/bash_item/style.css?172428109828359*/
.card-product__link {
  display: flex;
  flex-direction: column;
  margin: 0 0 auto;
  height: 100%;
  gap: 15px;
  color: var(--main-text);
}

.card-product__btn svg {
  fill: rgba(0, 0, 0, 0);
  pointer-events: none;
}

.card-product-container {
  position: relative;
}

.slider .swiper-slide.card-product-container .card-product-wrapper {
  box-shadow: none;
}

.slider .swiper-slide.card-product-container.hover .card-product-wrapper {
  position: static;
  padding: 15px 0 0;
  box-shadow: none;
}

.slider .swiper-slide.card-product-container .card-product-info-container.card-product-hidden {
  display: flex;
  opacity: 1;
  align-self: center;
}

.slider .swiper-slide.card-product-container .card-product-info-container.card-product__btns.card-product-hidden {
  justify-content: space-between;
  width: 100%;
}

.card-product-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 15px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.19);
  border-radius: 20px;
}

.card-product-container.hover .card-product-wrapper {
  position: absolute;
  right: -15px;
  left: -15px;
  padding: 15px 15px;
  width: auto;
  border-color: transparent;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.19);
  z-index: 1;
}

.bx-touch .card-product-wrapper {
  padding: 15px 0 0;
  width: auto;
  background: #fff;
}

.card-product-container.hover .card-product-wrapper {
  animation: card-product-hover 300ms 1 ease;
}

@keyframes card-product-hover {
  0% {
    position: absolute;
    left: 0;
    right: 0;
    border: 1px solid transparent;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
  }
  100% {
    border: 1px solid transparent;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.19);
    left: -15px;
    right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*Image*/
.card-product-image-wrapper {
  position: relative;
  display: block;
  width: 100%;
  transition: all 300ms ease;
}

.card-product-container.hover.card-product-scalable-card .card-product-image-wrapper {
  padding-top: 54%;
}

.card-product-image-original,
.card-product-image-alternative {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 300ms linear;
}

.card-product-container.hover .card-product-image-original {
  opacity: 0;
}

.card-product-container.hover .card-product-image-alternative {
  opacity: 1;
}

/*Image Slider*/
.card-product-image-slider-slide-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: opacity 300ms ease;
}

.card-product-image-slide {
  position: relative;
  display: none;
  height: 100%;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .card-product-image-slide {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .card-product-image-slide.next,
  .card-product-image-slide.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .card-product-image-slide.prev,
  .card-product-image-slide.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .card-product-image-slide.next.left,
  .card-product-image-slide.prev.right,
  .card-product-image-slide.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
.card-product-image-slider-slide-container > .active,
.card-product-image-slider-slide-container > .next,
.card-product-image-slider-slide-container > .prev {
  display: block;
}

.card-product-image-slider-slide-container > .active {
  left: 0;
}

.card-product-image-slider-slide-container > .next,
.card-product-image-slider-slide-container > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.card-product-image-slider-slide-container > .next {
  left: 100%;
}

.card-product-image-slider-slide-container > .prev {
  left: -100%;
}

.card-product-image-slider-slide-container > .next.left,
.card-product-image-slider-slide-container > .prev.right {
  left: 0;
}

.card-product-image-slider-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
}

.card-product-image-slider-progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background-color: var(--theme-color-primary);
  opacity: 0.8;
}

.card-product-image-slider-control-container {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  display: block;
  padding: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 300ms ease;
}

.card-product-container.hover .card-product-image-slider-control-container,
.card-product-line-card:hover .card-product-image-slider-control-container {
  opacity: 1;
}

.card-product-image-slider-control,
.card-product-image-slider-control.active {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.8);
  opacity: 0.6;
  cursor: pointer;
  transition: all 300ms ease;
}

.card-product-image-slider-control:hover,
.card-product-image-slider-control.active:hover {
  cursor: pointer;
}

.card-product-image-slider-control.active,
.card-product-image-slider-control:hover {
  background-color: var(--primary);
}

/*RING*/
.card-product-label-ring {
  top: 15px;
  right: 0;
  z-index: 0;
}

.card-product-label-ring-text {
  font: 700 16px/20px var(--font);
  color: var(--gray-800);
  position: relative;
  z-index: 1;
  transform: translateX(-10%);
}

.card-product-label-ring::after {
  content: "";
  width: 110%;
  height: 110%;
  background-color: var(--white);
  position: absolute;
  top: 0;
  left: -15px;
  z-index: -1;
  border-radius: 5px;
}

.card-product-label-ring-icon {
  width: 60px;
  height: 60px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/*Title*/
.card-product-title {
  overflow: hidden;
  padding: 0;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: var(--gray-800);
}

.card-product-title a {
  color: var(--gray-700);
  text-decoration: none;
  transition: 250ms linear all;
}

.card-product-line-card .card-product-title {
  white-space: normal;
  text-align: left;
}

.card-product-big-card .card-product-title a {
  font-size: 21px;
}

.card-product-line-card .card-product-title a {
  font-size: 20px;
}

@media (max-width: 1199px) {
  .card-product-big-card .card-product-title a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .card-product-big-card .card-product-title a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .card-product-big-card .card-product-title a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .card-product-big-card .card-product-title a {
    font-size: 16px;
  }
}
/*Price*/
.card-product-price-container {
  text-align: center;
  line-height: 1.1;
}

.card-product-price-current {
  color: #3f3f3f;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
}

.card-product-price-old {
  color: #a5a5a5;
  text-decoration: line-through;
  white-space: nowrap;
  font-size: 15px;
}

.card-product-big-card .card-product-price-current,
.card-product-big-card .card-product-price-old {
  vertical-align: middle;
  line-height: 20px;
}

.card-product-big-card .card-product-price-current {
  font-size: 18px;
}

.card-product-big-card .card-product-price-old {
  font-size: 15px;
}

/*Info*/
.card-product-info-container-title {
  font-size: 12px;
}

.card-product-container .card-product-info-container.card-product-hidden {
  display: none;
  opacity: 0;
  transition: opacity 300ms ease;
}

.bx-touch .card-product-info-container.card-product-touch-hidden {
  display: none !important;
}

.bx-touch .card-product-info-container.card-product-hidden,
.card-product-container.hover .card-product-info-container.card-product-hidden,
.card-product-line-card .card-product-container .card-product-info-container.card-product-hidden {
  display: block;
  opacity: 1;
}

.card-product-container.hover .card-product-info-container.card-product__btns.card-product-hidden {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  align-self: auto;
}

/*Amount*/
.card-product-amount {
  padding: 0 0 2px;
  text-align: center;
}

.card-product-amount-field-container {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 150px;
}

.card-product-amount-field-btn-plus,
.card-product-amount-field-btn-minus {
  position: relative;
  display: block;
  min-width: 22px;
  height: 22px;
  border-radius: 2px;
  background-color: #f2f2f2;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .card-product-amount-field-btn-plus,
.bx-retina .card-product-amount-field-btn-minus {
  border-width: 0.5px;
}

.card-product-amount-field-btn-plus:hover,
.card-product-amount-field-btn-minus:hover {
  background: #d3d3d3;
}

.card-product-amount-field-btn-plus:after,
.card-product-amount-field-btn-minus:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0.8;
  transition: opacity 300ms ease, background 300ms ease;
}

.card-product-amount-field-btn-disabled.card-product-amount-field-btn-plus:after,
.card-product-amount-field-btn-disabled.card-product-amount-field-btn-minus:after {
  opacity: 0.3 !important;
  cursor: default;
}

.card-product-amount-field-btn-disabled.card-product-amount-field-btn-plus:hover,
.card-product-amount-field-btn-disabled.card-product-amount-field-btn-minus:hover {
  background-color: #f2f2f2;
}

.card-product-amount-field-btn-plus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
  background-size: 10px;
}

.card-product-amount-field-btn-minus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
  background-size: 10px;
}

.card-product-amount-field-btn-plus:hover:after,
.card-product-amount-field-btn-minus:hover:after {
  opacity: 1;
}

.card-product-amount-field-block {
  flex: 1;
}

.card-product-amount-field {
  display: block;
  padding: 0;
  width: 100%;
  height: 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent !important;
  color: #000;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  line-height: 22px;
  transition: border 300ms ease;
}

.bx-retina .card-product-amount-field {
  border-width: 0.5px;
}

.card-product-amount-field:focus {
  outline: none !important;
}

input.card-product-amount-field::-webkit-outer-spin-button,
input.card-product-amount-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.card-product-amount-description-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: #a5a5a5;
  white-space: nowrap;
  font-size: 12px;
}

/*.card-product-big-card .card-product-amount-field-container { text-align: left; }*/
.card-product-amount-description-container strong {
  color: #333;
  white-space: nowrap;
}

.card-product-amount-label-container {
  color: #a5a5a5;
  font-weight: bold;
  font-size: 12px;
}

/**/
.card-product-quantity {
  font-size: 12px;
}

/*region Properties */
.card-product-properties {
  display: block;
}

/*endregion*/
/* SCU */
.card-product-line-card .card-product-scu-container {
  text-align: left;
}

.card-product-scu-container-title {
  color: #333;
  font-size: 12px;
}

.card-product-scu-block-title {
  font-size: 12px;
  margin: 0 0 5px;
}

.card-product-scu-item-color-container,
.card-product-scu-item-text-container {
  display: inline-block;
  padding: 5px 3px;
  max-width: 100%;
}

.card-product-scu-item-text-container {
  min-width: 32px;
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.card-product-scu-item-text-container.selected {
  border-color: rgb(0, 0, 0);
}

.card-product-scu-item-color-container {
  max-width: 38px;
  width: 25%;
}

.card-product-scu-item-color-block {
  position: relative;
  padding-top: 100%;
  outline: 1px solid #c0cfda;
  cursor: pointer;
}

.card-product-scu-item-color-block {
  transition: outline 200ms ease;
}

.bx-retina .card-product-scu-item-color-block {
  outline-width: 0.5px;
}

.card-product-scu-item-color-container.selected .card-product-scu-item-color-block {
  outline-width: 2px;
}

.bx-retina .card-product-scu-item.selected .card-product-scu-item-color-block {
  outline-width: 1px;
}

.card-product-scu-item-color {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.card-product-scu-item-text-block {
  position: relative;
  padding: 0 5px;
  outline: 1px solid #c0cfda;
  cursor: pointer;
}

.card-product-scu-item-text-block {
  transition: outline 300ms ease;
}

.bx-retina .card-product-scu-item-text-block {
  outline-width: 0.5px;
}

.card-product-scu-item-text-container.selected .card-product-scu-item-text-block {
  outline-width: 2px;
}

.bx-retina .card-product-scu-item.selected .card-product-scu-item-text-block {
  outline-width: 1px;
}

.card-product-scu-item-text {
  overflow: hidden;
  max-width: 100%;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  line-height: 18px;
}

.card-product-scu-item-color-container.notallowed .card-product-scu-item-color-block,
.card-product-scu-item-text-container.notallowed .card-product-scu-item-text-block {
  position: relative;
  outline-color: #a9adb4 !important;
}

.card-product-scu-item-color-container.notallowed .card-product-scu-item-color-block:after,
.card-product-scu-item-text-container.notallowed .card-product-scu-item-text-block:after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
  background-size: 80% 80%;
  content: "";
}

.card-product-scu-item-text-block:hover,
.card-product-scu-item-color-block:hover,
.card-product-scu-item-text-container.selected .card-product-scu-item-text-block,
.card-product-scu-item-color-container.selected .card-product-scu-item-color-block {
  outline-color: #000;
}

/*Description*/
.card-product-description-container p {
  color: #575757;
  font-size: 13px;
}

/*Buttons*/
.card-product-button-container {
  text-align: center;
  max-width: 170px;
  width: 100%;
}

/*Stickers*/
.card-product-sticker,
.card-product-sticker-round {
  display: none;
}

/*More*/
.card-product-more-container {
  position: relative;
  display: block;
  padding: 15px 15px 5px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: all 300ms ease;
}

.card-product-more-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.card-product-more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
  background-size: 50%;
  opacity: 0.7;
  transition: opacity 300ms ease;
}

.bx-touch .card-product-more,
.card-product-container.hover .card-product-more {
  opacity: 1;
}

.card-product-more-title {
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/*custom*/
.card-product-box {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 5px;
  width: 100%;
  flex-direction: column;
  padding-top: 10px;
}

.card-product__wrap-img {
  overflow: hidden;
  border-radius: 8px;
}

.card-product__image {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.card-product-label-for-room {
  top: -12px;
  margin: 0;
  left: 5px;
  color: #1d78b0;
  font: 400 15px/15px var(--font);
}

/*.card-product-label-for-room::before,
.card-product-label-quantity::before{
  content:'';
  position:absolute;
  top:50%;
  left:-10px;
  transform:translateY(-50%);
  width:7px;
  height:7px;
  border-radius:50%;
  background-color:#1d78b0;
}
*/
.card-product-label-quantity {
  margin: 0 auto;
  text-align: center;
  font: 400 14px/15px var(--font);
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  justify-content: center;
  align-items: center;
  gap: 5px;
  position: relative;
  width: 100%;
}

.card-product-label-quantity span {
  display: block;
}

.card-product-label-quantity .card-product__notice {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  color: var(--notice);
  font-weight: 700;
}

.card-product-quantity-text {
  padding: 8px 10px;
  border-radius: 16px;
  background-color: #cfe2f3;
  color: var(--gray-900);
}

.card-product-quantity-text--shwroom {
  background-color: #e8ebf5;
}

.card-product-price-container {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.card-product-button-item.card-product__btn {
  font: 400 16px/20px var(--font);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 5px 7px;
  border-radius: 30px;
  background-color: #cfe2f3;
  width: 100%;
  color: var(--gray-800);
}

.bx-touch .card-product-info-container.card-product__btns {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #000000;
  color: var(--black);
  padding: 0;
  gap: 10px;
  align-self: auto;
}

.bx-touch .card-product-button-item[data-type-btn=add-to-cart] {
  background-color: #cfe2f3;
}

[data-type-btn=add-to-cart] .card-product__btn-text,
a.card-product-button-item.card-product__btn .card-product__btn-text {
  color: var(--gray-800);
  margin: 0 auto;
  pointer-events: none;
}

[data-type-btn=add-to-cart] .card-product__btn-box,
a.card-product-button-item.card-product__btn .card-product__btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--white);
  pointer-events: none;
}

[data-type-btn=add-to-cart] .card-product__icon,
a.card-product-button-item.card-product__btn .card-product__icon {
  width: 25px;
  height: 25px;
}

/*
[data-type-btn="add-to-cart"]._added::before{
  display:block;
  color:var(--gray-800);
  margin: 0 auto;
}
[data-type-btn="add-to-cart"]._added .card-product__btn-text{
  display:none;
}
*/
.card-product__btn[data-type-btn=quick-view],
.card-product__btn[data-type-btn=add-to-favor] {
  background-color: transparent;
}

.card-product__btn[data-type-btn=quick-view]:hover svg {
  fill: var(--gray-200);
}

.card-product__btn svg {
  fill: rgba(0, 0, 0, 0);
  pointer-events: none;
}

.card-product__btn:hover svg {
  fill: #424551;
  fill: var(--gray-800);
}

.card-product__btn._added svg,
.card-product__btn.active svg {
  fill: var(--gray-800);
}

.card-product__vendor {
  font: 400 19px/20px var(--font);
  color: #424551;
  color: var(--gray-800);
  margin: 0 0 5px;
  padding: 0;
  text-align: center;
}
@media (max-width: 600px) {
  .card-product__vendor {
    font: 400 14px/17px var(--font);
  }
}
.card-product__vendor--accent {
  font-weight: 700;
}

/*
@media(max-width:650px){
  .card-product-info-container.card-product__btns[data-entity="buttons-block"]{
    justify-content: center;
  }
  .card-product-button-more{
    position:absolute;
    top:-14px;
    left:0;
  }
  .card-product-title{
    font-size:16px;
  }
  .card-product-info-container.card-product-price-container{
    display:flex;
    gap:5px;
    align-items:center;
    justify-content:center;
  }
  .card-product__btn[data-type-btn="quick-view"], .card-product__btn[data-type-btn="add-to-favor"]{
    padding:2px;
  }
}
@media(max-width:500px){
  .card-product-label-quantity{
    font: 400 10px/13px var(--font);
  }
  .card-product-quantity-text{
    padding: 5px 8px;
  }
  .card-product-price-old{
    font-size:12px;
  }
  .card-product-price-current{
    font-size:15px;
  }
}
@media(max-width:415px){
  .card-product-info-container.card-product-price-container{
    gap:5px;
  }
  .card-product-price-old{
    font-size:10px;
  }
  .card-product-price-current{
    font-size:14px;
  }
}
*/
@media (max-width: 1200px) {
  .card-product__btn[data-type-btn=quick-view] {
    position: absolute;
    top: 20px;
    left: 0;
    width: auto;
    background-color: var(--white);
    border-radius: 0 0px 15px 0px;
  }
}
@media (max-width: 650px) {
  .card-product-info-container.card-product__btns[data-entity=buttons-block] {
    justify-content: space-around;
  }
  .card-product-button-container {
    width: auto;
  }
  .card-product-button-item.card-product__btn {
    padding: 0;
  }
  .card-product-title {
    font-size: 16px;
    text-overflow: ellipsis;
  }
  .card-product-info-container.card-product-price-container {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
  }
  .card-product__btn[data-type-btn=quick-view], .card-product__btn[data-type-btn=add-to-favor] {
    padding: 2px;
  }
  .card-product__btn[data-type-btn=quick-view] circle {
    fill: var(--white);
  }
  .bx-touch [data-type-btn=add-to-cart] .card-product__btn-text,
  a.card-product-button-item.card-product__btn .card-product__btn-text {
    padding: 4px 10px;
    border: 2px solid #cfe2f3;
    border-radius: 12px;
  }
  [data-type-btn=add-to-cart] .card-product__btn-box,
  a.card-product-button-item.card-product__btn .card-product__btn-box {
    display: none;
  }
  [data-type-btn=add-to-cart]._added::before {
    color: var(--gray-800);
    padding: 4px 10px;
    border: 2px solid #cfe2f3;
    border-radius: 12px;
    background-color: var(--white);
  }
}
@media (max-width: 500px) {
  .card-product-label-quantity {
    font: 400 12px/13px var(--font);
  }
  .card-product-quantity-text {
    padding: 6px 9px;
  }
  .card-product-price-old {
    font-size: 12px;
  }
  .card-product-price-current {
    font-size: 15px;
  }
}
@media (max-width: 415px) {
  .card-product-info-container.card-product-price-container {
    gap: 5px;
  }
  .card-product-price-old {
    font-size: 10px;
  }
  .card-product-price-current {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .card-product-title {
    height: auto;
  }
}


/*# sourceMappingURL=style.css.map */

/* End */
/* /catalog/novinki/style.min.css?1724281472792 */
/* /local/templates/bashtemplate_new/components/bitrix/system.pagenavigation/bash_modern/style.css?17242810961169 */
/* /local/templates/bashtemplate_new/components/bitrix/catalog.section/bash_section_novelties/style.css?17242811035000 */
/* /local/templates/bashtemplate_new/components/bitrix/catalog.item/bash_item/style.css?172428109828359 */
