

/* Start:/bitrix/templates/webcanape_2/components/bitrix/system.pagenavigation/.default/style.css?17382309712025*/
/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./local/templates/webcanape/components/bitrix/system.pagenavigation/.default/style.scss ***!
  \************************************************************************************************************************************************************************************************************/
/* ------------------------ */
.b-pagenavigation .pagenavigation__wrapper {
  display: flex;
  align-items: center;
}
.b-pagenavigation .pagenavigation__text-link {
  font-weight: 300;
  font-size: 16px;
}
.b-pagenavigation .pagenavigation__text-link:first-child {
  margin-right: 10px;
}
.b-pagenavigation .pagenavigation__text-link:last-child {
  margin-left: 10px;
}
.b-pagenavigation .pagenavigation__prev {
  padding: 10px;
  display: flex;
}
.b-pagenavigation .pagenavigation__prev svg {
  transform: rotate(-90deg);
}
.b-pagenavigation .pagenavigation__next {
  padding: 10px;
  display: flex;
}
.b-pagenavigation .pagenavigation__next svg {
  transform: rotate(90deg);
}
.b-pagenavigation .pagenavigation__pages {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.b-pagenavigation .pagenavigation__page {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  font-size: 16px;
}
.b-pagenavigation .pagenavigation__page--active {
  background: #fff;
  border-radius: 50%;
  color: red;
}
.b-pagenavigation a.pagenavigation__next:hover svg path, .b-pagenavigation a.pagenavigation__next:focus svg path, .b-pagenavigation a.pagenavigation__next:active svg path,
.b-pagenavigation a.pagenavigation__prev:hover svg path,
.b-pagenavigation a.pagenavigation__prev:focus svg path,
.b-pagenavigation a.pagenavigation__prev:active svg path {
  stroke: #eb5757;
}

/* End */


/* Start:/bitrix/templates/webcanape_2/components/bitrix/news.list/banners-carousel/style.css?17478318851045*/
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./local/templates/webcanape/components/bitrix/news.list/brands-carousel/style.scss ***!
  \*******************************************************************************************************************************************************************************************************/
/* ------------------------ */
.b-banners-carousel {
  margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .b-banners-carousel {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .b-banners-carousel {
    margin-bottom: 30px;
  }
}

.banners-carousel__item {
	overflow: hidden;
	border-radius: 10px;
	background-color: #FFFFFF;
}

.banners-carousel__item img {
	width: 100%;
	height: 100%;
}



/* End */


/* Start:/bitrix/templates/webcanape_2/components/bitrix/catalog.section.list/main/style.css?17466070393599*/
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./local/templates/webcanape/components/bitrix/catalog.section.list/main/style.scss ***!
  \*******************************************************************************************************************************************************************************************************/
/* ------------------------ */
.b-product-category {
  margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .b-product-category {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .b-product-category {
    margin-bottom: 30px;
  }
}
.b-product-category .product-category__top {
  display: flex;
  column-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 45px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .b-product-category .product-category__top {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .b-product-category .product-category__top {
    margin-bottom: 20px;
    column-gap: 20px;
  }
}
.b-product-category .product-category__top h2 {
  margin-bottom: 0;
}
.b-product-category .product-category__items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.b-product-category .product-category__item {
  display: flex;
  flex-direction: column;
  width: calc(20% - 12px);
  min-height: 200px;
  padding: 25px 25px 20px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .b-product-category .product-category__item {
    width: calc(25% - 12px);
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .b-product-category .product-category__item {
    width: calc(33% - 10px);
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .b-product-category .product-category__item {
    width: calc(50% - 8px);
    padding: 20px;
  }
}
@media (max-width: 424px) {
  .b-product-category .product-category__item {
    width: 100%;
    padding: 15px;
  }
}
.b-product-category .product-category__item:hover::after {
  transform: translate(0, 0);
}
.b-product-category .product-category__item::before {
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 200px;
  bottom: -60px;
  right: -50px;
  background-color: #f7f7f7;
  border-radius: 50%;
}
.b-product-category .product-category__item::after {
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 200px;
  bottom: -60px;
  right: -50px;
  background-color: #e8505b;
  border-radius: 50%;
  transform: translate(60%, 60%);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.b-product-category .product-category__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.b-product-category .product-category__image {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: auto;
  margin-left: auto;
  width: 100px;
  height: 90px;
  position: relative;
  z-index: 1;
}
.b-product-category .product-category__image img {
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}
.b-product-category .product-category__title {
  color: #282828;
  font-size: 18px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

/* End */


/* Start:/bitrix/templates/webcanape_2/components/bitrix/catalog.section/product-carousel/style.css?17472145381202*/
/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./local/templates/webcanape/components/bitrix/catalog.section/product-carousel/style.scss ***!
  \**************************************************************************************************************************************************************************************************************/
/* ------------------------ */
.b-product-carousel {
  margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .b-product-carousel {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .b-product-carousel {
    margin-bottom: 30px;
  }
}
.b-product-carousel .product-carousel__item {
  height: auto;
}
.b-product-carousel .product-carousel__item-container {
  height: 100% !important;
}
.b-product-item  .product-item-param a:link, .b-product-item  .product-item-param a:visited {
	color: #eb5757;
	border-bottom: 1px dotted #eb5757;
}

/* End */


/* Start:/bitrix/templates/webcanape_2/components/bitrix/catalog.item/carousel_item/style.css?17476473288699*/
/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./local/templates/webcanape/components/bitrix/catalog.item/carousel_item/style.scss ***!
  \********************************************************************************************************************************************************************************************************/
/* ------------------------ */
.b-product-item {
  position: relative;
  height: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 25px 25px 30px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.b-product-item .product-item-image-wrapper {
  display: block;
  padding: 0 0 25px;
  position: relative;
  margin-bottom: 25px;
  height: 185px;
  width: 100%;
}
@media (max-width: 767px) {
  .b-product-item .product-item-image-wrapper {
    height: 160px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.b-product-item .product-item-image-wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 200%;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #f0f0f0;
}
.b-product-item .product-item-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.b-product-item .product-item-label {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 28px;
}
.b-product-item .product-item-label-newproduct {
  background-color: #4fba3e;
  padding: 5px 10px 5px 30px;
  position: relative;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 4px;
}
.b-product-item .product-item-label-newproduct::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  background: url(/local/templates/webcanape/images/new-label-icon.svg) no-repeat;
}
.b-product-item .product-item-title {
  color: #282828;
  font-size: 16px;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .b-product-item .product-item-title {
    margin-bottom: 10px;
  }
}
.b-product-item .product-item-info-name {
  display: block;
  font-size: 14px;
  color: #787878;
  font-weight: 500;
  margin-bottom: 5px;
}
.b-product-item .product-item-param {
  color: #282828;
  font-size: 16px;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .b-product-item .product-item-param {
    margin-bottom: 10px;
  }
}
  /* .b-product-item .product-item-param--manufacturer a:link,
  .b-product-item .product-item-param--manufacturer a:visited {
    cursor: default;
    pointer-events: none;
  } */
.b-product-item .product-item-param-name {
  display: block;
  font-size: 14px;
  color: #787878;
  font-weight: 500;
  margin-bottom: 5px;
}
.b-product-item .product-item-price-container {
  width: 100%;
  margin-bottom: auto;
}
.b-product-item .product-item-price-current {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #c13b40;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .b-product-item .product-item-price-current {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.b-product-item .product-item-quantity-container {
  width: calc(37% + 30px);
  height: 49px;
  border-radius: 10px;
  border: 1px solid #ededed;
  padding-right: 30px;
  margin-right: -30px;
}
.b-product-item .product-item-buttons-container {
  width: 63%;
  height: 49px;
  position: relative;
  z-index: 1;
}
.b-product-item .product-item-orderbtn-container {
  margin-top: auto;
  margin-bottom: 0;
}
.b-product-item .product-item-orderbtn-container .b-btn, .b-product-item .product-item-orderbtn-container .b-btn:link, .b-product-item .product-item-orderbtn-container .b-btn:visited {
  height: 49px;
}
.b-product-item .product-item-buy-btn:link, .b-product-item .product-item-buy-btn:visited {
  background: #ededed;
  width: 100%;
  height: 49px;
  position: relative;
  border: 1px solid #ededed;
  padding: 14px;
  padding-left: 40%;
  color: #3e3e3e;
}
.b-product-item .product-item-buy-btn:hover, .b-product-item .product-item-buy-btn:focus, .b-product-item .product-item-buy-btn:active {
  background: #fff;
}
.b-product-item .product-item-buy-btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 20%;
  background: url(/local/templates/webcanape/images/busket-icon.svg) no-repeat;
}
.b-product-item .product-item-amount-field-container {
  display: flex;
  width: 100%;
}
.b-product-item .product-item-amount-field {
  display: inline-block;
  width: auto;
  max-width: 20px;
  height: 49px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent !important;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.b-product-item .product-item-amount-field::-webkit-outer-spin-button, .b-product-item .product-item-amount-field::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}
.b-product-item .product-item-amount-field:focus-visible {
  outline: none;
}
.b-product-item .product-item-amount-field-btn-minus, .b-product-item .product-item-amount-field-btn-plus {
  display: block;
  position: relative;
  height: 49px;
  width: auto;
  flex-grow: 1;
  cursor: pointer;
}
.b-product-item .product-item-amount-field-btn-minus::after, .b-product-item .product-item-amount-field-btn-plus::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 6px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/local/templates/webcanape/images/arrow-icon.svg) no-repeat;
}
.b-product-item .product-item-amount-field-btn-minus:hover::after, .b-product-item .product-item-amount-field-btn-plus:hover::after {
  background: url(/local/templates/webcanape/images/arrow-icon-red.svg) no-repeat;
}
.b-product-item .product-item-amount-field-btn-minus::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.b-fullscreen .b-product-item {
  border: 1px solid #dcdcdc;
}

.b-product-item .product-block__compare {
    position: absolute;
    top: 55px;
    right: 20px;
    z-index: 2;
}

.b-product-item .product-block__compare input {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
}

.b-product-item .product-block__compare label:hover svg path {
    stroke: #eb5757;
}

.b-product-item .product-block__compare label {
    cursor: pointer;
}

.product-item-param img {
	width: 30px;
	object-fit: contain;
}

.product-block__price-rating {
	position: relative;
	display: inline-flex;
	align-items: center;
	font-size: 14px;
    line-height: 20px;
}
.product-block__price-rating.without-rating {
	color: gray;
}
.product-block__price-rating::before {
    content: "";
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20fill%3D%22%23FCA95D%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22m13.568%201.395%203.052%207.577%207.816.704c.542.05.762.758.35%201.132l-5.927%205.386%201.776%208.012c.123.557-.452.995-.918.699l-6.716-4.248-6.717%204.248c-.467.294-1.04-.144-.918-.7l1.777-8.011-5.93-5.387c-.411-.374-.192-1.083.352-1.132L9.38%208.97l3.053-7.576a.605.605%200%200%201%201.135%200Z%22%20stroke%3D%22%23FCA95D%22%2F%3E%3C%2Fsvg%3E);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    display: block;
}
.product-block__price-rating.without-rating::before {
	background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20fill%3D%22%23808080%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22m13.568%201.395%203.052%207.577%207.816.704c.542.05.762.758.35%201.132l-5.927%205.386%201.776%208.012c.123.557-.452.995-.918.699l-6.716-4.248-6.717%204.248c-.467.294-1.04-.144-.918-.7l1.777-8.011-5.93-5.387c-.411-.374-.192-1.083.352-1.132L9.38%208.97l3.053-7.576a.605.605%200%200%201%201.135%200Z%22%20stroke%3D%22%23ededed%22%2F%3E%3C%2Fsvg%3E);
}
.product-item-price-old .price-old {
	color: gray;
	text-decoration: line-through;
}
.product-block__discount-shield {
    display: inline-block;
    padding: 3px;
    background-color: #eb5757;
    color: white;
    border-radius: 15px;
}
.product-carousel__item-container .b-product-block {
	height: 100%;
}
/* End */


/* Start:/bitrix/templates/webcanape_2/components/bitrix/news.list/brands-carousel/style.css?17476639822601*/
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./local/templates/webcanape/components/bitrix/news.list/brands-carousel/style.scss ***!
  \*******************************************************************************************************************************************************************************************************/
/* ------------------------ */
.b-brands-carousel {
  margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .b-brands-carousel {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .b-brands-carousel {
    margin-bottom: 30px;
  }
}
.b-brands-carousel .brands-carousel__top {
  display: flex;
  column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .b-brands-carousel .brands-carousel__top {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .b-brands-carousel .brands-carousel__top {
    margin-bottom: 20px;
    column-gap: 20px;
  }
}
.b-brands-carousel .brands-carousel__top h2 {
  margin-bottom: 0;
}
.b-brands-carousel .brands-carousel__item .brands-carousel__imgbox {
  display: flex;
  align-content: center;
  height: 100%;
  min-height: 150px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
}
@media (max-width: 1199px) {
  .b-brands-carousel .brands-carousel__item .b-brands-carousel .brands-carousel__item .brands-carousel__imgbox {
    padding: 10px;
    min-height: 100px;
  }
}
.b-brands-carousel .brands-carousel__imgbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.b-brands-carousel .brands-carousel__imgbox img {
  max-width: 100%;
  object-fit: contain;
}

/*--------------------------*/
.swiper.swiper--brands-carousel .swiper-slide {
  height: auto;
}

/*--------------------------*/
.b-fullscreen .b-brands-carousel {
  margin-bottom: 0;
}

.brands-carousel__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px;
}

@media (max-width: 1199px) {
.brands-carousel__grid {
  grid-template-columns: repeat(3, 1fr);
}
}

@media (max-width: 499px) {
.brands-carousel__grid {
  grid-template-columns: repeat(2, 1fr);
}
}

.brands-carousel__imgbox {
  width: 100%;
  height: auto;
}
/* End */


/* Start:/bitrix/templates/webcanape_2/components/bitrix/news.list/news-carousel/style.css?17478175922030*/
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./local/templates/webcanape/components/bitrix/news.list/news-carousel/style.scss ***!
  \*******************************************************************************************************************************************************************************************************/
/* ------------------------ */
.b-news-carousel {
  margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .b-news-carousel {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .b-news-carousel {
    margin-bottom: 30px;
  }
}
.b-news-carousel .news-carousel__top {
  display: flex;
  column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .b-news-carousel .news-carousel__top {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .b-news-carousel .news-carousel__top {
    margin-bottom: 20px;
    column-gap: 20px;
  }
}
.b-news-carousel .news-carousel__top h2 {
  margin-bottom: 0;
}

.b-news-carousel img {
  width: 100%;
  height: auto;
}

/*--------------------------*/
.swiper.swiper--news-carousel .swiper-slide {
  height: auto;
}

/*--------------------------*/
.b-fullscreen .b-news-carousel {
  margin-bottom: 0;
}

.news-carousel__item {
	background-color: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
}

.news-carousel__content {
	padding: 10px;
}

.news-carousel__imgbox {
	display: block;
	margin-bottom: 20px;
}

.news-carousel__title {
	font-weight: bold;
	text-transform: uppercase;
}

.news-carousel__preview-text {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* End */
/* /bitrix/templates/webcanape_2/components/bitrix/system.pagenavigation/.default/style.css?17382309712025 */
/* /bitrix/templates/webcanape_2/components/bitrix/news.list/banners-carousel/style.css?17478318851045 */
/* /bitrix/templates/webcanape_2/components/bitrix/catalog.section.list/main/style.css?17466070393599 */
/* /bitrix/templates/webcanape_2/components/bitrix/catalog.section/product-carousel/style.css?17472145381202 */
/* /bitrix/templates/webcanape_2/components/bitrix/catalog.item/carousel_item/style.css?17476473288699 */
/* /bitrix/templates/webcanape_2/components/bitrix/news.list/brands-carousel/style.css?17476639822601 */
/* /bitrix/templates/webcanape_2/components/bitrix/news.list/news-carousel/style.css?17478175922030 */
