

/* Start:/local/templates/webcanape_2/components/bitrix/catalog/default/style.css?177021237910673*/
/*!*********************************************************************************************************************************************************************************************!*\
  !*** 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/default/style.scss ***!
  \*********************************************************************************************************************************************************************************************/
/* ------------------------ */
/* ----------------------------- */
.b-catalog .catalog__wrapper {
  display: flex;
  column-gap: 30px;
}
@media (max-width: 1199px) {
  .b-catalog .catalog__wrapper {
    flex-direction: column;
  }
}
.b-catalog .catalog__sort-filter {
  display: none;
}
@media (max-width: 1199px) {
  .b-catalog .catalog__sort-filter {
    display: block;
  }
}
.b-catalog .catalog__filter {
  width: 330px;
}
@media (max-width: 1199px) {
  .b-catalog .catalog__filter {
    width: 100%;
    margin-bottom: 15px;
    display: none;
  }
}
.b-catalog .catalog__content {
  width: calc(100% - 360px);
}
@media (max-width: 1199px) {
  .b-catalog .catalog__content {
    width: 100%;
  }
}
.b-catalog .catalog__sections-inner {
  position: relative;
}
@media (max-width: 767px) {
  .b-catalog .catalog__sections-inner {
    padding-bottom: 40px;
    margin-bottom: 10px;
  }
}
.b-catalog .catalog__section-pagination {
  display: none;
  position: absolute;
  bottom: 10px !important;
}
@media (max-width: 767px) {
  .b-catalog .catalog__section-pagination {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
    justify-content: center;
  }
}
.b-catalog .catalog__section-pagination .swiper-pagination-bullet-active {
  background: #eb5757;
}

/* ----------------------------- */
.b-section-list {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 767px) {
  .b-section-list--mobile-carousel {
    flex-wrap: nowrap;
    gap: 0;
    margin-bottom: 0;
  }
}
.b-section-list .section-list__item {
  width: calc(25% - 12px);
  background: #fff;
  position: relative;
  padding: 15px;
  display: flex;
  align-items: center;
  column-gap: 15px;
  border-radius: 10px;
}
@media (min-width: 980px) and (max-width: 1699px) {
  .b-section-list .section-list__item {
    width: calc(33.3% - 10px);
  }
}
@media (min-width: 600px) and (max-width: 979px) {
  .b-section-list .section-list__item {
    width: calc(50% - 8px);
  }
}
@media (max-width: 767px) {
  .b-section-list .section-list__item {
    width: 100%;
  }
}
.b-section-list .section-list__item:hover .section-list__title::after {
  background: url(/local/templates/webcanape/images/arrow-icon-red.svg) no-repeat;
}
.b-section-list .section-list__item:hover .section-list__image-wrapper::after {
  transform: translate(-50%, -50%);
}
.b-section-list .section-list__link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
.b-section-list .section-list__image-wrapper {
  width: 62px;
  height: 62px;
  background-color: #ededed;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.b-section-list .section-list__image-wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(50%, 10%);
  background-color: #eb5757;
  transition: transform 0.5s ease;
  border-radius: 50%;
}
.b-section-list .section-list__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
.b-section-list .section-list__img {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.b-section-list .section-list__title {
  width: calc(100% - 75px);
  padding-right: 20px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #282828;
}
.b-section-list .section-list__title::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 6px;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background: url(/local/templates/webcanape/images/arrow-icon.svg) no-repeat;
}

/* ----------------------------- */
.b-sort {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .b-sort {
    flex-direction: column;
    align-items: flex-start;
  }
}
.b-sort .sort__sort {
  position: relative;
}
.b-sort .sort__title {
  padding: 5px 10px;
  border: 2px solid #282828;
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .b-sort .sort__title {
    font-size: 14px;
  }
}
.b-sort .sort__title--active {
  background-color: #282828;
  color: #fff;
}
.b-sort .sort__list {
  box-shadow: 0px 0px 12px 0px rgba(40, 40, 40, 0.25);
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  display: none;
  width: 300px;
  padding: 25px 20px;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .b-sort .sort__list {
    position: fixed;
    z-index: 1001;
    inset: 0;
    width: auto;
    padding: 0;
    border-radius: 0;
    background-color: rgba(40, 40, 40, 0.7);
  }
}
.b-sort .sort__list-inner {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .b-sort .sort__list-inner {
    margin: 0 -2px;
    padding: 35px 20px 110px;
    border-radius: 0 0 20px 20px;
    background-color: #fff;
  }
  .b-sort .sort__list-inner:after {
    content: "";
    position: absolute;
    bottom: 27px;
    left: 50%;
    width: 132px;
    height: 4px;
    background-color: #dcdcdc;
    transform: translateX(-50%);
  }
}
.b-sort .sort__list-overlay {
  display: none;
}
@media (max-width: 767px) {
  .b-sort .sort__list-overlay {
    position: absolute;
    inset: 0;
    display: block;
  }
}
.b-sort .sort__list-item {
  margin: 0 -10px;
  padding: 10px 0;
}
.b-sort .sort__list-item--current .sort__list-link {
  background-color: #ededed;
}
.b-sort .sort__list-link {
  padding: 10px;
  border-radius: 10px;
  color: inherit;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color;
}
.b-sort .sort__list-link:hover {
  background-color: #ededed;
}

/* ----------------------------- */
.b-sort-price {
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 15px 30px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .b-sort-price {
    padding: 10px 15px;
    align-items: start;
  }
}
.b-sort-price .sort-price__list-inner {
  display: flex;
  column-gap: 10px;
}
@media (max-width: 767px) {
  .b-sort-price .sort-price__list-inner {
    flex-direction: column;
    row-gap: 5px;
  }
}
.b-sort-price .sort-price__list-link:link, .b-sort-price .sort-price__list-link:visited {
  color: #787878;
}
.b-sort-price .sort-price__list-link:hover, .b-sort-price .sort-price__list-link:focus, .b-sort-price .sort-price__list-link:active {
  color: #eb5757;
}
.b-sort-price .sort-price__list-link--current {
  color: #282828;
  font-weight: 500;
}
.b-sort-price .sort-price__list-link--current:hover, .b-sort-price .sort-price__list-link--current:focus, .b-sort-price .sort-price__list-link--current:active {
  color: #282828;
}
.b-sort-price .sort-price__product-count {
  margin-left: auto;
  color: #787878;
  font-size: 14px;
}
@media (max-width: 767px) {
  .b-sort-price .sort-price__product-count {
    align-self: center;
  }
}
@media (max-width: 599px) {
  .b-sort-price .sort-price__product-count {
    margin-left: 0;
    width: 100%;
  }
}
.b-sort-price .sort-price__product-count span {
  color: #282828;
  font-size: 18px;
  font-weight: 500;
}

/* ----------------------------- */
.b-btn.b-btn-filter:link, .b-btn.b-btn-filter:visited {
  position: relative;
  column-gap: 20px;
  margin-bottom: 30px;
}
.b-btn.b-btn-filter:hover .btn-filter__icon svg path,
.b-btn.b-btn-filter:hover .btn-filter__icon svg circle, .b-btn.b-btn-filter:active .btn-filter__icon svg path,
.b-btn.b-btn-filter:active .btn-filter__icon svg circle, .b-btn.b-btn-filter:focus .btn-filter__icon svg path,
.b-btn.b-btn-filter:focus .btn-filter__icon svg circle {
  stroke: #eb5757;
}
.b-btn.b-btn-filter .btn-filter__icon svg {
  display: block;
}
.b-btn.b-btn-filter .btn-filter__count {
  position: absolute;
  top: 5px;
  right: -8px;
  display: flex;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #282828;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.2;
  transform: translateY(-50%);
}

/* ----------------------------- */
.grid .bx_content_section {
  margin-bottom: 15px;
}

.grid .bx_sidebar {
  margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1 .bx_content_section {
  float: left;
  width: 66%;
  margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
  box-sizing: border-box;
  width: 33%;
  margin-bottom: 15px;
  padding-left: 5%;
  float: right;
}

@media (width <= 960px) {
  .grid2x1 .bx_sidebar {
    padding-left: 4%;
  }
}
@media (width <= 640px) {
  .grid2x1 .bx_content_section,
  .grid2x1 .bx_sidebar {
    width: 100%;
    float: none;
  }
  .grid2x1 .bx_sidebar {
    padding-left: 3%;
  }
}
@media (width <= 479px) {
  .grid2x1 .bx_sidebar {
    padding-left: 1%;
  }
}
.catalog-block-header {
  margin: 5px 0;
  padding: 5px 15px;
  border-bottom: 2px solid #d9dee6;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

body.bx-theme-blue .catalog-block-header {
  border-color: #006cc0;
}

body.bx-theme-green .catalog-block-header {
  border-color: #63aa28;
}

body.bx-theme-red .catalog-block-header {
  border-color: #da3737;
}

body.bx-theme-yellow .catalog-block-header {
  border-color: #f4b236;
}
/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./local/templates/webcanape/scss/exports.module.scss ***!
  \*************************************************************************************************************************************************************************/
/* ------------------------ */


/* End */


/* Start:/local/templates/webcanape_2/components/bitrix/catalog/default/bitrix/catalog.compare.list/.default/style.css?17702123791320*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/local/templates/webcanape_2/components/bitrix/catalog.element/default/style.css?177028383523182*/
/*!*****************************************************************************************************************************************************************************************************!*\
  !*** 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.element/default/style.scss ***!
  \*****************************************************************************************************************************************************************************************************/
/* ------------------------ */
.b-product .product__info {
  display: flex;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .b-product .product__info {
    margin-bottom: 20px;
  }
}
@media (max-width: 979px) {
  .b-product .product__info {
    margin-bottom: 20px;
    flex-direction: column;
  }
}
.b-product .product__left {
  width: 600px;
  border-right: 1px solid #d9d9d9;
  position: relative;
  padding: 35px 75px 30px;
}
@media (min-width: 980px) and (max-width: 1699px) {
  .b-product .product__left {
    width: 450px;
    padding: 35px 35px 30px;
  }
}
@media (max-width: 979px) {
  .b-product .product__left {
    width: 100%;
    padding: 35px 30px 30px;
  }
}
@media (max-width: 767px) {
  .b-product .product__left {
    padding: 35px 30px 20px;
  }
}
.b-product .product__right {
  width: calc(100% - 600px);
  padding: 30px 70px;
  display: flex;
  column-gap: 65px;
}
@media (min-width: 980px) and (max-width: 1699px) {
  .b-product .product__right {
    width: calc(100% - 450px);
    padding: 30px;
    column-gap: 30px;
  }
}
@media (max-width: 1199px) {
  .b-product .product__right {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
}
@media (max-width: 979px) {
  .b-product .product__right {
    width: 100%;
    padding: 0 20px 20px;
    row-gap: 20px;
  }
}
.b-product .product__rating {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  .b-product .product__rating {
    top: 20px;
    left: 20px;
  }
}
.b-product .product__label {
  display: none;
}
.b-product .product__favorite {
  position: absolute;
  top: 30px;
  right: 70px;
  z-index: 2;
}
@media (max-width: 767px) {
  .b-product .product__favorite {
    top: 20px;
    right: 60px;
  }
}
.b-product .product__compare {
  position: absolute;
  top: 30px;
  right: 37px;
  z-index: 2;
}
@media (max-width: 767px) {
  .b-product .product__compare {
    top: 20px;
    right: 20px;
  }
}
.b-product .product__slider-container {
  display: flex;
  flex-direction: column;
}
.b-product .product__slider {
  height: 350px;
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 979px) {
  .b-product .product__slider {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .b-product .product__slider {
    height: 270px;
  }
}
.b-product .product__slider-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.b-product .product__slider-thumb {
  height: 90px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 -24px;
}
@media (max-width: 979px) {
  .b-product .product__slider-thumb {
    margin: 0 -15px;
    height: 60px;
  }
}
.b-product .product__slider-thumb.swiper--main-theme {
  padding-left: 45px;
  padding-right: 45px;
}
@media (max-width: 979px) {
  .b-product .product__slider-thumb.swiper--main-theme {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0;
  }
}
.b-product .product__slider-thumb-wrapper {
  box-sizing: border-box;
}
.b-product .product__slider-thumb-item {
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  padding: 15px 8px;
  cursor: pointer;
}
@media (max-width: 979px) {
  .b-product .product__slider-thumb-item {
    padding: 5px;
  }
}
.b-product .product__slider-thumb-item.swiper-slide-thumb-active {
  border-color: #eb5757;
}
.b-product .product__slider-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.b-product .product__slider-thumb-prev, .b-product .product__slider-thumb-next {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.b-product .product__slider-thumb-prev::after, .b-product .product__slider-thumb-next::after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/local/templates/webcanape_2/components/bitrix/catalog.element/default/./images/arrow-slider.svg) no-repeat;
}
.b-product .product__slider-thumb-prev:hover::after, .b-product .product__slider-thumb-next:hover::after {
  background: url(/local/templates/webcanape_2/components/bitrix/catalog.element/default/./images/arrow-slider-active.svg) no-repeat;
}
.b-product .product__slider-thumb-prev {
  left: 0;
}
.b-product .product__slider-thumb-prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.b-product .product__slider-thumb-next {
  right: 0;
}
.b-product .product__compare input {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}
.b-product .product__compare input:checked + svg path {
  stroke: #eb5757;
}
.b-product .product__compare label {
  cursor: pointer;
}
.b-product .product__compare label:hover svg path {
  stroke: #eb5757;
}
.b-product .product__parameters-title {
  display: block;
  color: #282828;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 979px) {
  .b-product .product__parameters-title {
    margin-bottom: 10px;
  }
}
.b-product .product__parameters-item {
  width: 100%;
  display: flex;
  position: relative;
  column-gap: 30px;
  justify-content: space-between;
  align-items: end;
  visibility: hidden;
  height: 0;
  width: 0;
}
@media (max-width: 979px) {
  .b-product .product__parameters-item {
    column-gap: 20px;
  }
}
  /* .b-product .product__parameters-item--manufacturer .product__parameters-text a:link, .b-product .product__parameters-item--manufacturer .product__parameters-text a:visited {
    cursor: default;
    pointer-events: none;
  } */
.b-product .product__parameters-item:first-child, .b-product .product__parameters-item:nth-child(2), .b-product .product__parameters-item:nth-child(3), .b-product .product__parameters-item:nth-child(4), .b-product .product__parameters-item:nth-child(5), .b-product .product__parameters-item:nth-child(6), .b-product .product__parameters-item:nth-child(7), .b-product .product__parameters-item--active {
  visibility: visible;
  height: auto;
  width: auto;
  margin-bottom: 12px;
  transition: all 0.3s linear;
}
@media (max-width: 979px) {
  .b-product .product__parameters-item:first-child, .b-product .product__parameters-item:nth-child(2), .b-product .product__parameters-item:nth-child(3), .b-product .product__parameters-item:nth-child(4), .b-product .product__parameters-item:nth-child(5), .b-product .product__parameters-item:nth-child(6), .b-product .product__parameters-item:nth-child(7), .b-product .product__parameters-item--active {
    margin-bottom: 7px;
  }
}
.b-product .product__parameters-item::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 5px;
  background-color: #cfcfcf;
}
.b-product .product__parameters-name, .b-product .product__parameters-text {
  display: block;
  width: fit-content;
  background-color: #fff;
  font-size: 14px;
  color: #282828;
  position: relative;
  z-index: 1;
}
.b-product .product__parameters-name {
  padding-right: 5px;
}
.b-product .product__parameters-text {
  padding-left: 5px;
}
.b-product .product__parameters-btn-text {
  font-size: 16px;
  cursor: pointer;
  color: #eb5757;
  margin-top: 10px;
  display: none;
}
.b-product .product__parameters-btn-text--active {
  display: block;
}
.b-product .product__pay-block {
  width: 265px;
  display: flex;
  flex-direction: column;
}
.b-product .product__parameters {
  width: calc(100% - 330px);
}
@media (min-width: 1200px) and (max-width: 1699px) {
  .b-product .product__parameters {
    width: calc(100% - 295px);
  }
}
@media (max-width: 1199px) {
  .b-product .product__parameters {
    width: 100%;
  }
}
.b-product .product__info-top-block {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media (max-width: 1199px) {
  .b-product .product__info-top-block {
    margin-bottom: 15px;
  }
}
.b-product .product__availability {
  width: fit-content;
  margin-right: 12px;
}
.b-product .product__availability-title {
  color: #4fba3e;
  font-size: 12px;
  width: fit-content;
  padding: 4px 10px;
  height: 25px;
  border: 1px solid #4fba3e;
  border-radius: 5px;
}
.b-product .product__availability-empty {
  color: #282828;
  font-size: 12px;
  width: fit-content;
  padding: 4px 10px;
  height: 25px;
  border: 1px solid #282828;
  border-radius: 5px;
}
.b-product .product__article {
  color: #a0a0a0;
  font-size: 12px;
  width: fit-content;
  padding: 4px 10px;
  height: 25px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
.b-product .product__documents-title {
  display: block;
  color: #282828;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.b-product .product__documents-item {
  font-size: 14px;
}
.b-product .product__documents-item:not(:last-child) {
  margin-bottom: 5px;
}
.b-product .product__add-btns {
  margin-bottom: 15px;
  display: flex;
}
.b-product .product__amount {
  width: calc(40% + 30px);
  height: 49px;
  border-radius: 10px;
  border: 1px solid #ededed;
  padding-right: 30px;
  margin-right: -30px;
}
.b-product .product__amount-container {
  padding: 0 0 2px;
  text-align: center;
  display: flex;
  width: 100%;
}
.b-product .product__amount-btn {
  display: block;
  position: relative;
  height: 49px;
  width: auto;
  flex-grow: 1;
  cursor: pointer;
}
.b-product .product__amount-btn::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 .product__amount-btn:hover::after {
  background: url(/local/templates/webcanape/images/arrow-icon-red.svg) no-repeat;
}
.b-product .product__amount-btn--minus::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.b-product .product__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 .product__amount-field::-webkit-outer-spin-button, .b-product .product__amount-field::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}
.b-product .product__amount-field:focus-visible {
  outline: none;
}
.b-product .product__add-btn {
  width: 60%;
  height: 49px;
  position: relative;
  z-index: 1;
}
.b-product .product__add-btn-link:link, .b-product .product__add-btn-link:visited {
  width: 100%;
  height: 100%;
  background-color: #eb5757;
  color: #fff;
  justify-content: center;
}
.b-product .product__add-btn-link:hover, .b-product .product__add-btn-link:focus, .b-product .product__add-btn-link:active {
  background-color: #fff;
  color: #eb5757;
}
.b-product .product__buy-btn {
  margin-bottom: 25px;
}
.b-product .product__buy-btn-link {
  font-size: 16px;
  color: #898989;
  padding-left: 25px;
  position: relative;
}
.b-product .product__buy-btn-link::before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 15px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(/local/templates/webcanape/images/busket-icon.svg) no-repeat;
  background-size: contain;
}
.b-product .product__price {
  margin-bottom: 10px;
}
.b-product .product__price-actual {
  font-size: 30px !important;
  font-weight: 500;
  color: #3c3c3c;
}
@media (max-width: 979px) {
  .b-product .product__price-actual {
    font-size: 24px !important;
  }
}
.b-product .product__brand-title {
  font-size: 16px;
  font-weight: 500;
  color: #3c3c3c;
  margin-bottom: 15px;
}
.b-product .product__brand-image {
  width: 160px;
  height: 72px;
  border: 1px solid #ededed;
  border-radius: 8px;
  padding: 10px;
}
@media (max-width: 979px) {
  .b-product .product__brand-image {
    height: 60px;
    padding: 5px;
  }
}
.b-product .product__brand-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.b-tabs {
  margin-bottom: 100px;
  width: 100%;
  max-width: 1100px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .b-tabs {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .b-tabs {
    margin-bottom: 30px;
  }
}
.b-tabs .tabs__inner {
  margin-bottom: 25px;
}
.b-tabs .tabs__tab-list {
  border-bottom: 1px solid #bbbbbb;
  display: flex;
  column-gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .b-tabs .tabs__tab-list {
    border-bottom: none;
    flex-direction: column;
  }
}
.b-tabs .tabs__tab-link {
  display: block;
  padding: 20px;
  font-size: 16px;
  color: #282828;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .b-tabs .tabs__tab-link {
    border-bottom: 1px solid #bbbbbb;
    padding: 10px 0;
  }
}
.b-tabs .tabs__tab-link:hover, .b-tabs .tabs__tab-link:focus, .b-tabs .tabs__tab-link:active {
  color: #eb5757;
}
.b-tabs .tabs__tab-item:first-child .tabs__tab-link:link, .b-tabs .tabs__tab-item:first-child .tabs__tab-link:visited {
  padding-left: 0;
}
.b-tabs .tabs__tab-item--active .tabs__tab-link:link, .b-tabs .tabs__tab-item--active .tabs__tab-link:visited {
  color: #eb5757;
}
.b-tabs .tabs__content-item {
  display: none;
}
.b-tabs .tabs__content-item--active {
  display: block;
}
.b-tabs .tabs__content-item ul {
  list-style: disc;
  list-style-position: inside;
}
.b-tabs .tabs__content-item ul li {
  margin-bottom: 10px;
}
.b-tabs .tabs__parameters-item--manufacturer .tabs__parameters-text a:link, .b-tabs .tabs__parameters-item--manufacturer .tabs__parameters-text a:visited {
  cursor: default;
  pointer-events: none;
}

.b-payment-tab {
  display: flex;
  column-gap: 30px;
  justify-content: space-between;
}
@media (max-width: 979px) {
  .b-payment-tab {
    font-size: 14px;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 20px;
  }
}
@media (max-width: 424px) {
  .b-payment-tab {
    flex-direction: column;
  }
}
@media (max-width: 979px) {
  .b-payment-tab .payment-tab__block {
    width: calc(50% - 10px);
  }
}
@media (max-width: 424px) {
  .b-payment-tab .payment-tab__block {
    width: 100%;
  }
}
.b-payment-tab .payment-tab__title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 979px) {
  .b-payment-tab .payment-tab__title {
    margin-bottom: 10px;
  }
}

/*Small Card*/
.product-item-detail-short-card-fixed {
  position: fixed;
  top: -85px;
  right: 0;
  left: 0;
  z-index: 1010;
  box-sizing: border-box;
  padding: 7px 0 8px;
  height: 85px;
  background-color: #fff;
  box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
  transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
  top: 0;
  opacity: 1;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active {
  top: 85px;
}

.bx-touch .product-item-detail-short-card-fixed {
  display: none !important;
}

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
  margin: 0 auto;
  max-width: 1048px;
}

.product-item-detail-short-card-content-container table {
  min-width: 100%;
  border-collapse: collapse;
}

.product-item-detail-short-card-image {
  padding-right: 15px;
  width: 80px;
  vertical-align: middle;
  text-align: left;
}

.product-item-detail-short-card-image img {
  max-width: none;
  height: 65px;
}

.product-item-detail-short-title-container {
  max-width: 650px;
}

.product-item-detail-short-title-text {
  display: block;
  color: #000;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
  font-weight: var(--ui-font-weight-regular, 400);
}

.product-item-detail-short-card-price {
  padding: 0 10px;
  vertical-align: middle;
  text-align: right;
}

.product-item-detail-short-card-btn {
  padding-left: 10px;
  min-width: 120px;
}

.product__slider-item.not-available img {
  opacity: 0.5;
}

.product__item-rating, .product-block__price-rating {
	position: relative;
	display: inline-flex;
	align-items: center;
	font-size: 14px;
    line-height: 20px;
}
.product__item-rating.without-rating, .product-block__price-rating.without-rating {
	color: gray;
}
.product__item-rating::before, .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__item-rating.without-rating::before, .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__parameters-text img {
width: 30px;
height: 30px;
object-fit: contain;
}
.product-block__discount-wrapper {
	margin-top: 10px;
	/*box-shadow: 0 4px 10px #eb5757;*/
	border: 1px solid #eb5757;
	border-radius: 10px;
	padding: 10px;
}
.product-block__discount-left {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product-block__discount-old-price, .product__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-block__discount-new-price {
	color: #c13b40;
	font-size: 22px;
	font-weight: 500;
	white-space: nowrap;
}
.product-block__discount-right {
	margin-top: 5px;
}
.product-block__discount-right a:link {
	color: #c13b40;
	border-bottom: 1px dotted #c13b40;
}
.product__parameters-text a:link, .product__parameters-text a:visited {
	color: #eb5757;
	border-bottom: 1px dotted #eb5757;
}
.product-item-detail-info-container .btn-gray, .product-block__btn-container .b-btn.btn-gray {
    background: #ededed;
    height: 49px;
    position: relative;
    border: 1px solid #ededed;
    padding: 14px;
    color: #3e3e3e;
    border-radius: 10px;
	transition: background-color 0.2s ease-in-out;
}
.product-item-detail-info-container .btn-gray:hover, .product-block__btn-container .b-btn.btn-gray:hover {
    background: #eb5757;
    color: #fff;
}
.product__info-delivery {
	padding: 20px;
	background-color: #EDEDED;
	border-radius: 10px;
	font-size: 14px;
}
.product__info-delivery p {
	margin-top: 15px;
}
.product__info-payment {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.product__info-payment p {
	position: relative;
	margin: 0;
	padding-left: 50px;
	font-size: 14px;
}
.product__info-payment p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.product__info-payment p.product__edo::before {
    width: 21px;
    height: 24px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="21" height="24" viewBox="0 0 21 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.59998 11.6H7.09998M3.59998 14.85H9.59998M3.59998 18.1H9.59998M11.1 4.09998H14.6M11.85 7.34998H17.1M15.1 10.6H17.1M15.6 15.6H18.6C18.9978 15.6 19.3793 15.4419 19.6606 15.1606C19.9419 14.8793 20.1 14.4978 20.1 14.1V5.22098C20.0999 4.82343 19.942 4.44217 19.661 4.16098L16.539 1.03898C16.2578 0.757957 15.8765 0.60006 15.479 0.599976H9.59998C9.20215 0.599976 8.82062 0.758011 8.53932 1.03932C8.25801 1.32062 8.09998 1.70215 8.09998 2.09998V5.09998M3.59998 1.09998L5.09998 2.59998H2.59998C2.33476 2.59998 2.08041 2.70533 1.89287 2.89287C1.70533 3.08041 1.59998 3.33476 1.59998 3.59998V5.09998M17.1 22.6L15.6 21.1H18.1C18.3652 21.1 18.6195 20.9946 18.8071 20.8071C18.9946 20.6195 19.1 20.3652 19.1 20.1V18.6M12.6 21.6C12.6 21.9978 12.4419 22.3793 12.1606 22.6606C11.8793 22.9419 11.4978 23.1 11.1 23.1H2.09998C1.70215 23.1 1.32062 22.9419 1.03932 22.6606C0.758011 22.3793 0.599976 21.9978 0.599976 21.6V9.59998C0.599976 9.20215 0.758011 8.82062 1.03932 8.53932C1.32062 8.25801 1.70215 8.09998 2.09998 8.09998H7.97898C8.37652 8.10006 8.75778 8.25796 9.03898 8.53898L12.161 11.661C12.442 11.9422 12.5999 12.3234 12.6 12.721V21.6Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
.product__info-payment p.product__rassrochka::before {
    width: 18px;
    height: 22px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="18" height="22" viewBox="0 0 18 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.38466 5.26541H7.46159M4.38466 10.65H13.6154M4.38466 13.7269H13.6154M4.38466 16.8039H7.46159M2.8462 20.65H15.1539C15.5619 20.65 15.9532 20.4879 16.2417 20.1994C16.5303 19.9109 16.6924 19.5196 16.6924 19.1116V2.18849C16.6924 1.78046 16.5303 1.38915 16.2417 1.10063C15.9532 0.812112 15.5619 0.650024 15.1539 0.650024H2.8462C2.43818 0.650024 2.04686 0.812112 1.75834 1.10063C1.46983 1.38915 1.30774 1.78046 1.30774 2.18849V19.1116C1.30774 19.5196 1.46983 19.9109 1.75834 20.1994C2.04686 20.4879 2.43818 20.65 2.8462 20.65Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.6153 5.65003C13.8277 5.65003 13.9999 5.47783 13.9999 5.26541C13.9999 5.053 13.8277 4.8808 13.6153 4.8808C13.4029 4.8808 13.2307 5.053 13.2307 5.26541C13.2307 5.47783 13.4029 5.65003 13.6153 5.65003Z" fill="black" stroke="black" stroke-width="0.5"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
.subscribe__wrapper {
	margin-bottom: 9px;
}

.loader {
  width: 18px;
  height: 18px;
  border: 2px solid #CCC;
  border-bottom-color: #333;
  border-radius: 50%;
  display: inline-block;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* End */


/* Start:/local/templates/webcanape_2/components/bitrix/catalog.store.amount/.default/style.css?1770212379471*/
#catalog_store_amount_div {
	margin-bottom: 20px;
	font-size: 14px;
}

#c_store_amount li {
	display: flex;
	justify-content: space-between;
	position: relative;
}

#c_store_amount li::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 5px;
    background-color: #cfcfcf;
}

#c_store_amount li a,
#c_store_amount li span {
	display: block;
	background-color: white;
	z-index: 1;
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?17666893661890*/
/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
.subscribe__wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}
/* End */


/* Start:/bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.css?1764010327381*/
.catalog-element-popup-wrapper {
	position: absolute;
	box-sizing: border-box;
	border-radius: 3px;
	background: rgba(0, 0, 0, .77);
}

.catalog-element-popup-inner {
	padding: 20px;
	max-width: 300px;
	font: 13px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.catalog-element-popup-element {
	color: #ffa801;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* End */


/* Start:/local/templates/webcanape_2/components/bitrix/system.pagenavigation/.default/style.css?17702123792025*/
/*!************************************************************************************************************************************************************************************************************!*\
  !*** 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:/local/templates/webcanape_2/components/bitrix/news.list/reviews/style.css?17702123792482*/
/*!********************************************************************************************************************************************************************************************************!*\
  !*** 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/reviews_carousel/style.scss ***!
  \********************************************************************************************************************************************************************************************************/
/* ------------------------ */
.b-reviews-carousel {
  margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .b-reviews-carousel {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .b-reviews-carousel {
    margin-bottom: 30px;
  }
}
.reviews-carousel__carousel {
  margin-bottom: 45px;
}
.b-reviews-carousel .reviews-carousel__item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%;
}
.b-reviews-carousel .reviews-carousel__imgbox {
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.b-reviews-carousel .reviews-carousel__imgbox img {
  width: 100%;
  vertical-align: top;
}
.b-reviews-carousel .reviews-carousel__content {
  width: calc(100% - 100px);
}
.b-reviews-carousel .reviews-carousel__preview {
  width: 100%;
}
.b-reviews-carousel .reviews-carousel__preview .reviews-carousel__photos {
  margin-bottom: 10px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.b-reviews-carousel .reviews-carousel__preview .reviews-carousel__photos img {
  width: 25%;
}
.b-reviews-carousel .reviews-carousel__date {
  margin-bottom: 10px;
}
.b-reviews-carousel .reviews-carousel__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .b-reviews-carousel .reviews-carousel__title {
    font-size: 16px;
  }
}
.b-reviews-carousel .reviews-carousel__city-val {
  color: #3e3e3e;
}
.b-reviews-carousel .reviews-carousel__company-val {
  color: #3e3e3e;
}
.b-reviews-carousel .reviews-carousel__rating {
  white-space: nowrap;
  color: #3e3e3e;
}
.b-reviews-carousel .reviews-carousel__rating-star {
  color: #3e3e3e;
}
.b-reviews-carousel .reviews-carousel__rating-star-active {
  color: #eb5757;
}

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

.b-form-consultation.reviews-form {
	display: none;
}

/* End */


/* Start:/local/templates/webcanape_2/components/bitrix/catalog.section/product-carousel/style.css?17702123791201*/
/*!**************************************************************************************************************************************************************************************************************!*\
  !*** 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:/local/templates/webcanape_2/components/bitrix/catalog.item/carousel_item/style.css?17702123799169*/
/*!********************************************************************************************************************************************************************************************************!*\
  !*** 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: inline-flex;
  flex-wrap: wrap;
  gap: 5px;
  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;
  font-size: 13px;
  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-label-saleleader {
  background-color: #c13b40;
  padding: 5px 10px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 4px;
}
.b-product-item .product-item-label-specialoffer {
  background-color: #FFC700;
  padding: 5px 10px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 4px;
}
.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:/local/templates/webcanape_2/components/bitrix/catalog.element/default/themes/blue/style.css?17702123791094*/
/* 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; }

.bx-blue .product-item-selected-scu,
.bx-blue .product-item-detail-slider-controls-image:hover,
.bx-blue .product-item-detail-slider-controls-image.active { outline-color: #006cc0; }

/* 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; }

/*Proress Bar*/
.bx-blue .product-item-detail-slider-progress-bar { background-color: #006cc0; }
/* End */


/* Start:/local/templates/webcanape_2/components/bitrix/catalog.products.viewed/default/style.css?17702123794438*/
@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),
		/*4*/
	.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),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*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),
		/*4*/
	.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),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*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),
		/*4*/
	.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),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*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),
		/*4*/
	.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),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-products-viewed-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;
}

.custom-grid {
	max-width: 1500px;
	padding: 0 15px;
	margin: 0 auto;
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.custom-grid .b-product-block {
	min-height: 540px;
}

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

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

@media (max-width: 600px) {
    .custom-grid {
        grid-template-columns: 1fr;
    }
}
.custom-grid .product-item-info-container, .custom-grid .product-block__info-container {
	margin-top: auto;
}
/* End */


/* Start:/local/templates/webcanape_2/components/bitrix/catalog.item/block_item/style.css?17702123798232*/
/*!*****************************************************************************************************************************************************************************************************!*\
  !*** 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/block_item/style.scss ***!
  \*****************************************************************************************************************************************************************************************************/
/* ------------------------ */
.b-product-block {
  position: relative;
  height: 100%;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.b-product-block .product-block__top {
  padding: 20px 20px 25px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
@media (max-width: 1199px) {
  .b-product-block .product-block__top {
    padding-bottom: 15px;
  }
}
.b-product-block .product-block__image-wrapper {
  display: block;
  padding: 20px 20px 0;
  position: relative;
  height: 150px;
  width: 100%;
}
@media (max-width: 1199px) {
  .b-product-block .product-block__image-wrapper {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .b-product-block .product-block__image-wrapper {
    height: 110px;
  }
}
.b-product-block .product-block__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.b-product-block .product-block__article {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #a0a0a0;
  font-size: 12px;
  width: fit-content;
  padding: 4px 7px;
  height: 25px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}
.b-product-block .product-block__fav-container {
  position: absolute;
  top: 25px;
  right: 20px;
  z-index: 2;
}
.b-product-block .product-block__compare {
  position: absolute;
  top: 55px;
  right: 20px;
  z-index: 2;
}
.b-product-block .product-block__compare input {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}
.b-product-block .product-block__compare input:checked + svg path {
  stroke: #eb5757;
}
.b-product-block .product-block__compare label {
  cursor: pointer;
}
.b-product-block .product-block__compare label:hover svg path {
  stroke: #eb5757;
}
.b-product-block .product-block__bottom {
  padding: 20px 20px 25px;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}
.b-product-block .product-block__title {
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 20px;
  width: 100%;
  margin-bottom: auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .b-product-block .product-block__title {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .b-product-block .product-block__title {
    padding-bottom: 10px;
  }
}
.b-product-block .product-block__title a:link, .b-product-block .product-block__title a:visited {
  font-size: 16px;
  font-weight: 500;
}
.b-product-block .product-block__info-name {
  display: block;
  font-size: 14px;
  color: #787878;
  font-weight: 500;
  margin-bottom: 5px;
}
.b-product-block .product-block__param {
  color: #282828;
  font-size: 16px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .b-product-block .product-block__param {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .b-product-block .product-block__param {
    margin-bottom: 10px;
  }
}
 /* .b-product-block .product-block__param--manufacturer a:link,
  .b-product-block .product-block__param--manufacturer a:visited {
    cursor: default;
    pointer-events: none;
  } */
.b-product-block .product-block__param-name {
  display: block;
  font-size: 14px;
  color: #787878;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .b-product-block .product-block__param-name {
    line-height: 1.1;
  }
}
.b-product-block .product-block__price-container {
  width: 100%;
}
.b-product-block .product-block__price-current {
  display: block;
  margin-bottom: 20px;
  color: #c13b40;
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .b-product-block .product-block__price-current {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .b-product-block .product-block__price-current {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.b-product-block .product-block__quantity-container {
  width: calc(40% + 30px);
  height: 49px;
  border-radius: 10px;
  border: 1px solid #ededed;
  padding-right: 30px;
  margin-right: -30px;
}
.b-product-block .product-block__buttons-container {
  width: 60%;
  height: 49px;
  position: relative;
  z-index: 1;
}
.b-product-block .product-block__orderbtn-container {
  margin-top: auto;
  margin-bottom: 0;
}
.b-product-block .product-block__orderbtn-container .b-btn, .b-product-block .product-block__orderbtn-container .b-btn:link, .b-product-block .product-block__orderbtn-container .b-btn:visited {
  height: 49px;
}
.b-product-block .product-block__buy-btn:link, .b-product-block .product-block__buy-btn:visited {
  background: #ededed;
  width: 100%;
  height: 49px;
  position: relative;
  border: 1px solid #ededed;
  padding: 14px;
  padding-left: 40%;
  color: #3e3e3e;
}
.b-product-block .product-block__buy-btn:hover, .b-product-block .product-block__buy-btn:focus, .b-product-block .product-block__buy-btn:active {
  background: #eb5757;
  color: #fff;
}
.b-product-block .product-block__buy-btn:hover::after, .b-product-block .product-block__buy-btn:focus::after, .b-product-block .product-block__buy-btn:active::after {
  background: url(/local/templates/webcanape/images/busket-icon-white.svg) no-repeat;
}
.b-product-block .product-block__buy-btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
  background: url(/local/templates/webcanape/images/busket-icon.svg) no-repeat;
}
.b-product-block .product-block__amount-field-container {
  display: flex;
  width: 100%;
}
.b-product-block .product-block__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-block .product-block__amount-field::-webkit-outer-spin-button, .b-product-block .product-block__amount-field::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}
.b-product-block .product-block__amount-field:focus-visible {
  outline: none;
}
.b-product-block .product-block__amount-field-btn-minus, .b-product-block .product-block__amount-field-btn-plus {
  display: block;
  position: relative;
  height: 49px;
  width: auto;
  flex-grow: 1;
  cursor: pointer;
}
.b-product-block .product-block__amount-field-btn-minus::after, .b-product-block .product-block__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-block .product-block__amount-field-btn-minus:hover::after, .b-product-block .product-block__amount-field-btn-plus:hover::after {
  background: url(/local/templates/webcanape/images/arrow-icon-red.svg) no-repeat;
}
.b-product-block .product-block__amount-field-btn-minus::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.product-block__param img {
width: 35px;
object-fit: contain;
}
.product-block__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-block__btn-container .btn-gray {
    background: #ededed;
    height: 49px;
    position: relative;
    border: 1px solid #ededed;
    padding: 14px;
    color: #3e3e3e;
    border-radius: 10px;
	transition: background-color 0.2s ease-in-out;
}
.product-block__btn-container .btn-gray:hover {
    background: #eb5757;
    color: #fff;
}
/* End */


/* Start:/local/templates/webcanape_2/components/bitrix/catalog.products.viewed/default/themes/blue/style.css?1770212379857*/
/* 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-products-viewed-header{border-color:#006cc0;}
/* End */


/* Start:/local/templates/webcanape_2/components/bitrix/form/consultation_form/style.css?17702123796732*/
/*!****************************************************************************************************************************************************************************************************!*\
  !*** 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/form/consultation_form/style.scss ***!
  \****************************************************************************************************************************************************************************************************/
/* ------------------------ */
.b-form-consultation {
  margin-bottom: 100px;
  background: #fff url(/local/templates/webcanape_2/components/bitrix/form/consultation_form/../../../../images/consultation-form-bgr.svg) right no-repeat;
  background-position-y: 70%;
  background-position-x: calc(100% + 200px);
  border-radius: 10px;
  padding: 60px 90px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .b-form-consultation {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .b-form-consultation {
    margin-bottom: 30px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .b-form-consultation {
    padding: 40px;
    background-position-y: 65%;
  }
}
@media (max-width: 979px) {
  .b-form-consultation {
    padding: 30px 20px;
    background-position-y: 60%;
    background-position-x: calc(100% + 300px);
  }
}
@media (max-width: 767px) {
  .b-form-consultation {
    background-position-y: 110%;
  }
}
.b-form-consultation a:link, .b-form-consultation a:visited {
  text-decoration: none;
}
.b-form-consultation a:hover {
  text-decoration: underline;
}
.b-form-consultation input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=reset]),
.b-form-consultation select,
.b-form-consultation textarea {
  display: block;
  width: 100%;
  height: 55px;
  margin: 0;
  padding: 15px 25px;
  border: none;
  box-sizing: border-box;
  background: #f7f7f7;
  font-size: 16px;
  font-weight: 300;
  color: #282828;
  border-radius: 10px;
}
@media (max-width: 979px) {
  .b-form-consultation input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=reset]),
  .b-form-consultation select,
  .b-form-consultation textarea {
    height: 45px;
    padding: 7px 15px;
  }
}
.b-form-consultation textarea {
  min-height: 130px;
  resize: none;
}
.b-form-consultation input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=reset]):focus,
.b-form-consultation select:focus,
.b-form-consultation textarea:focus {
  outline: none;
}
.b-form-consultation input::-webkit-placeholder,
.b-form-consultation input::placeholder,
.b-form-consultation textarea::-webkit-placeholder,
.b-form-consultation textarea::placeholder {
  color: #828282;
}
.b-form-consultation .form-consultation__title {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 32px;
  color: #282828;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .b-form-consultation .form-consultation__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media (max-width: 979px) {
  .b-form-consultation .form-consultation__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.b-form-consultation .form-consultation__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .b-form-consultation .form-consultation__wrapper {
    flex-direction: column;
  }
}
.b-form-consultation .form-consultation__item {
  flex-grow: 1;
  box-sizing: border-box;
  height: fit-content;
  width: calc(50% - 5px);
}
@media (max-width: 767px) {
  .b-form-consultation .form-consultation__item {
    width: 100%;
  }
}
.b-form-consultation .form-consultation__item:nth-last-child(2), .b-form-consultation .form-consultation__item:nth-last-child(3) {
  width: calc(33.3% - 7px);
}
@media (max-width: 767px) {
  .b-form-consultation .form-consultation__item:nth-last-child(2), .b-form-consultation .form-consultation__item:nth-last-child(3) {
    width: 100%;
  }
}
.b-form-consultation .form-consultation__errors {
  margin-top: 30px;
  font-size: 14px;
}
.b-form-consultation .form-consultation__caption {
  font-size: 14px;
  margin-bottom: 10px;
  color: #282828;
}
.b-form-consultation .form-consultation__captcha {
  margin-bottom: 15px;
}
.b-form-consultation .form-consultation__captcha-wrapper {
  display: flex;
  column-gap: 10px;
}
@media (max-width: 424px) {
  .b-form-consultation .form-consultation__captcha-wrapper {
    flex-direction: column;
    row-gap: 10px;
  }
}
.b-form-consultation .form-consultation__captcha-img {
  width: fit-content;
  height: 55px;
  padding: 5px 10px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
}
.b-form-consultation .form-consultation__captcha-img img {
  display: block;
}
.b-form-consultation .form-consultation__captcha-field input {
  height: 100%;
}
@media (max-width: 979px) {
  .b-form-consultation .form-consultation__captcha-field input {
    height: 55px !important;
  }
}
.b-form-consultation .form-consultation__checkbox {
  display: flex;
}
.b-form-consultation .form-consultation__checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.b-form-consultation .form-consultation__checkbox input + label {
  padding-left: 26px;
  position: relative;
  margin-bottom: 0;
  font-size: 12px;
  color: #b4b4b4;
  font-weight: 400;
}
.b-form-consultation .form-consultation__checkbox input + label::before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 4px;
}
.b-form-consultation .form-consultation__checkbox input + label a:link, .b-form-consultation .form-consultation__checkbox input + label a:visited {
  color: #b4b4b4;
}
.b-form-consultation .form-consultation__checkbox input + label a:hover, .b-form-consultation .form-consultation__checkbox input + label a:focus, .b-form-consultation .form-consultation__checkbox input + label a:active {
  color: #eb5757;
}
.b-form-consultation .form-consultation__checkbox input:checked + label::before {
  background: url(/local/templates/webcanape_2/components/bitrix/form/consultation_form/../../../../images/check-consultation-icon.svg) no-repeat 60% 50%;
}
.b-form-consultation .form-consultation__btn {
  width: calc(33.3% - 7px);
}
.b-form-consultation .form-consultation__btn .b-btn {
  width: 100%;
  height: 55px;
  opacity: 0.5;
  pointer-events: none;
  justify-content: center;
}
@media (max-width: 979px) {
  .b-form-consultation .form-consultation__btn .b-btn {
    height: 45px;
  }
}
@media (max-width: 767px) {
  .b-form-consultation .form-consultation__btn .b-btn {
    width: fit-content;
  }
}
.b-form-consultation--active .form-consultation__btn .b-btn {
  opacity: 1;
  pointer-events: inherit;
}

/* End */
/* /local/templates/webcanape_2/components/bitrix/catalog/default/style.css?177021237910673 */
/* /local/templates/webcanape_2/components/bitrix/catalog/default/bitrix/catalog.compare.list/.default/style.css?17702123791320 */
/* /local/templates/webcanape_2/components/bitrix/catalog.element/default/style.css?177028383523182 */
/* /local/templates/webcanape_2/components/bitrix/catalog.store.amount/.default/style.css?1770212379471 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?17666893661890 */
/* /bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.css?1764010327381 */
/* /local/templates/webcanape_2/components/bitrix/system.pagenavigation/.default/style.css?17702123792025 */
/* /local/templates/webcanape_2/components/bitrix/news.list/reviews/style.css?17702123792482 */
/* /local/templates/webcanape_2/components/bitrix/catalog.section/product-carousel/style.css?17702123791201 */
/* /local/templates/webcanape_2/components/bitrix/catalog.item/carousel_item/style.css?17702123799169 */
/* /local/templates/webcanape_2/components/bitrix/catalog.element/default/themes/blue/style.css?17702123791094 */
/* /local/templates/webcanape_2/components/bitrix/catalog.products.viewed/default/style.css?17702123794438 */
/* /local/templates/webcanape_2/components/bitrix/catalog.item/block_item/style.css?17702123798232 */
/* /local/templates/webcanape_2/components/bitrix/catalog.products.viewed/default/themes/blue/style.css?1770212379857 */
/* /local/templates/webcanape_2/components/bitrix/form/consultation_form/style.css?17702123796732 */
