

/* Start:/local/templates/prime-new/components/bitrix/catalog.section/new_products_main_slider/style.css?176520010316120*/
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./local/templates/prime/components/bitrix/catalog.section/prime-slider/style.scss ***!
  \******************************************************************************************************************************************************************************************************/
/*------------------------*/
.b-catalog-slider {
  position: relative;
  margin: 0 -10px;
  padding: 10px;
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .b-catalog-slider {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .b-catalog-slider {
    margin-bottom: 70px;
  }
}
.b-catalog-slider .product-item-info-container {
  margin: 0;
}
.b-catalog-slider .catalog-slider__labels {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
}
.b-catalog-slider .catalog-slider__label {
  text-transform: uppercase;
  padding: 4px 13px;
  color: #000;
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 13px;
  font-weight: 700;
  line-height: 1.305;
  letter-spacing: 0.26px;
  display: inline-block;
}
.b-catalog-slider .catalog-slider__label--super-star {
  color: #000;
  background-color: #ff9e0c;
}
.b-catalog-slider .catalog-slider__label--new {
  color: #ffffff;
  background-color: #000;
}
.b-catalog-slider .catalog-slider__label--sale {
  color: #ffffff;
  background-color: #ff0c13;
}
.b-catalog-slider .catalog-slider__label--percents {
  color: #000;
  background-color: #d9d9d9;
}
.b-catalog-slider .catalog-slider__btns-control {
  display: flex;
  align-items: center;
  margin: 0 -6px;
}
@media (max-width: 767px) {
  .b-catalog-slider .catalog-slider__btns-control {
    display: none;
  }
}
.b-catalog-slider .catalog-slider__btns-control .swiper-btn {
  cursor: pointer;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  padding: 10px;
  margin: 0 6px;
  font-size: 0;
  transition: background-color 0.3s ease;
}
.b-catalog-slider .catalog-slider__btns-control .swiper-btn svg path {
  transition: stroke 0.3s ease;
}
.b-catalog-slider .catalog-slider__btns-control .swiper-btn:hover {
  background-color: #000;
}
.b-catalog-slider .catalog-slider__btns-control .swiper-btn:hover svg path {
  stroke: #ffffff;
}
.b-catalog-slider .catalog-slider__item:hover {
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
}
.b-catalog-slider .catalog-slider__item-inner {
  height: 100% !important;
  display: flex;
  flex-direction: column;
}
.b-catalog-slider .catalog-slider__imgbox {
  text-align: center;
  margin-bottom: 18px;
}
.b-catalog-slider .catalog-slider__imgbox img {
  max-width: 100%;
}
.b-catalog-slider .catalog-slider__imgbox a:link,
.b-catalog-slider .catalog-slider__imgbox a:visited {
  padding-top: 0;
}
.b-catalog-slider .catalog-slider__content {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}
.b-catalog-slider .catalog-slider__title {
  margin-bottom: 22px;
}
.b-catalog-slider .catalog-slider__title a:link,
.b-catalog-slider .catalog-slider__title a:visited {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.317;
}
.b-catalog-slider .catalog-slider__old-price {
  color: #787878;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  position: relative;
}
.b-catalog-slider .catalog-slider__old-price::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 2px;
  left: 8px;
  top: 5px;
  background-color: #ff0c13;
  transform: rotate(45deg);
}
.b-catalog-slider .catalog-slider__prices {
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.b-catalog-slider .catalog-slider__new-price {
  font-family: "IBM Plex Sans";
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin: 19px 0;
}
@media (max-width: 1239px) {
  .b-catalog-slider .catalog-slider__new-price {
    margin: 5px 0;
  }
}
.b-catalog-slider .catalog-slider__btns {
  display: flex;
  align-items: center;
}
.b-catalog-slider .catalog-slider__btns button {
  appearance: none;
  border: 0;
  cursor: pointer;
}
.b-catalog-slider .catalog-slider__btn-favorite {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  background-color: transparent;
}
@media (min-width: 980px) and (max-width: 1239px) {
  .b-catalog-slider .catalog-slider__btn-favorite {
    width: 66px;
    height: 66px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .b-catalog-slider .catalog-slider__btn-favorite {
    width: 62px;
    height: 62px;
  }
}
@media (max-width: 767px) {
  .b-catalog-slider .catalog-slider__btn-favorite {
    width: 62px;
    height: 62px;
  }
}
.b-catalog-slider .catalog-slider__btn-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  background-color: #000;
  margin-right: -25px;
  transition: background-color 0.3s ease;
}
.b-catalog-slider .catalog-slider__btn-to-cart:hover {
  background-color: #ff0c13;
}
.b-catalog-slider .catalog-slider__btn-to-cart--added {
  background-color: #ff0c13;
}
.b-catalog-slider .catalog-slider__btn-to-cart--not_available, .b-catalog-slider .catalog-slider__btn-to-cart--not_available:hover {
  cursor: auto;
  background-color: #d9d9d9;
}
@media (min-width: 980px) and (max-width: 1239px) {
  .b-catalog-slider .catalog-slider__btn-to-cart {
    width: 66px;
    height: 66px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .b-catalog-slider .catalog-slider__btn-to-cart {
    width: 62px;
    height: 62px;
  }
}
@media (max-width: 767px) {
  .b-catalog-slider .catalog-slider__btn-to-cart {
    width: 62px;
    height: 62px;
  }
}
.b-catalog-slider .catalog-slider__sku-list {
  display: flex;
  margin: 0 -5px;
}
.b-catalog-slider .catalog-slider__sku-item-text-container {
  margin: 0 5px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8.278px;
  border: 2px solid #000;
  line-height: 1.2;
  font-weight: normal;
  font-size: 10px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color;
}
.b-catalog-slider .catalog-slider__sku-item-text-container:hover, .b-catalog-slider .catalog-slider__sku-item-text-container.selected {
  background-color: #000;
  color: #ffffff;
}

/*-------------------------------*/
.b-popup-item .popup-item__inner {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.b-popup-item .popup-item__img {
  max-width: 311px;
}
@media (max-width: 767px) {
  .b-popup-item .popup-item__img {
    order: -1;
    width: 114px;
  }
}
.b-popup-item .popup-item__img img {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
}
.b-popup-item .popup-item__content {
  width: calc(100% - 311px);
  padding-left: 38px;
}
@media (max-width: 767px) {
  .b-popup-item .popup-item__content {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .b-popup-item .popup-item__content-2 {
    display: flex;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .b-popup-item .popup-item__content-2-inner {
    padding-left: 25px;
    width: calc(100% - 114px);
  }
}
.b-popup-item .popup-item__labels {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.b-popup-item .popup-item__label {
  text-transform: uppercase;
  padding: 4px 13px;
  color: #000;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.305;
  letter-spacing: 0.02em;
  display: inline-block;
}
@media (max-width: 767px) {
  .b-popup-item .popup-item__label {
    letter-spacing: 0.33em;
  }
}
.b-popup-item .popup-item__label--super-star {
  color: #000;
  background-color: #ff9e0c;
}
.b-popup-item .popup-item__label--new {
  color: #ffffff;
  background-color: #000;
}
.b-popup-item .popup-item__label--sale {
  color: #ffffff;
  background-color: #ff0c13;
}
.b-popup-item .popup-item__label--percents {
  color: #000;
  background-color: #d9d9d9;
}
.b-popup-item .popup-item__name {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.31;
}
@media (max-width: 767px) {
  .b-popup-item .popup-item__name {
    margin-bottom: 16px;
    font-size: 14px;
  }
}
.b-popup-item .popup-item__old-price {
  color: #787878;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.285;
  position: relative;
}
.b-popup-item .popup-item__old-price span {
  position: relative;
}
.b-popup-item .popup-item__old-price span::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 2px;
  right: 22%;
  top: 7px;
  background-color: #ff0c13;
  transform: rotate(45deg);
}
.b-popup-item .popup-item__price {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
}
.b-popup-item .popup-item__props {
  margin-bottom: 47px;
}
@media (max-width: 767px) {
  .b-popup-item .popup-item__props {
    margin-bottom: 30px;
  }
}
.b-popup-item .popup-item__sku-name {
  margin-bottom: 12px;
  color: #787878;
  line-height: 1.31;
  font-size: 14px;
}
.b-popup-item .popup-item__sku-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}
.b-popup-item .popup-item__sku-item-text-container {
  margin: 0 5px 10px;
  padding: 0 5px;
  min-width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 2px solid #000;
  line-height: 1.2;
  font-size: 12px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color;
}
.b-popup-item .popup-item__sku-item-text-container:hover, .b-popup-item .popup-item__sku-item-text-container.selected {
  background-color: #000;
  color: #ffffff;
}
.b-popup-item .popup-item__sku-item-text-container.notallowed {
  pointer-events: none;
  user-select: none;
  background-color: #d9d9d9;
  color: #ffffff;
  border-color: transparent;
}
@media (max-width: 767px) {
  .b-popup-item .popup-item__sku-item-text-container {
    min-width: 46px;
    height: 46px;
    font-size: 12px;
    font-weight: 500;
  }
}
.b-popup-item .popup-item__btn .b-btn {
  width: 100%;
}

/*-------------------------------*/
.swiper.swiper--top-products {
  margin: -10px -10px 0;
  padding: 10px 10px 45px;
}

.swiper.swiper--top-products .swiper-slide-visible {
  opacity: 1;
  visibility: visible;
}
.swiper.swiper--top-products .swiper-pagination {
  display: none;
}
@media (max-width: 767px) {
  .swiper.swiper--top-products .swiper-pagination {
    display: block;
  }
}
.swiper.swiper--top-products .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
.swiper.swiper--top-products .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  flex: 0 0 auto;
  width: 43px;
  border-radius: 0;
  height: 4px;
  margin: 0 8px;
  opacity: 1;
  transform: scale(1);
  background: #d9d9d9;
  transition: 0.2s ease-in-out !important;
  transition-property: background-color, border-color, transform, left !important;
}
.swiper.swiper--top-products .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

@media (min-width: 1200px) {
  /*lg*/
  /*6*/
  .product-item-list-col-6 > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
  .product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
  .product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
  .product-item-list-col-4 > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
  .product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
  .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*md*/
  /*6*/
  .product-item-list-col-6 > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
  .product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
  .product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
  .product-item-list-col-4 > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
  .product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
  .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*sm*/
  /*6*/
  .product-item-list-col-6 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
  .product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-1-6 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-6-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-4 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
  .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
    clear: both;
  }
}
@media (max-width: 767px) {
  /*xs*/
  /*6*/
  .product-item-list-col-6 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1-6 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-6-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-4 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
  .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
    clear: both;
  }
}
.catalog-section-header {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 5px 0;
  padding: 5px 15px;
  border-bottom: 2px solid #d9dee6;
  color: #000;
}

.row::before {
  display: initial;
}

/* End */


/* Start:/local/templates/prime-new/components/bitrix/catalog.section/new_products_main_slider/themes/blue/style.css?1765200103825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */
/* /local/templates/prime-new/components/bitrix/catalog.section/new_products_main_slider/style.css?176520010316120 */
/* /local/templates/prime-new/components/bitrix/catalog.section/new_products_main_slider/themes/blue/style.css?1765200103825 */
