

/* 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.smart.filter/default/style.css?17702123798754*/
/*!**********************************************************************************************************************************************************************************************************!*\
  !*** 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.smart.filter/default/style.scss ***!
  \**********************************************************************************************************************************************************************************************************/
/* ------------------------ */
.b-filter {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 30px;
  background: transparent;
}
@media (max-width: 1199px) {
  .b-filter {
    padding: 20px 20px 25px;
  }
}
.b-filter .filter__title {
  font-size: 22px;
  font-weight: 500;
  color: #282828;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .b-filter .filter__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .b-filter .filter__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.b-filter .filter__parameters-box {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .b-filter .filter__parameters-box {
    margin-bottom: 15px;
  }
}
.b-filter .filter__parameters-box--price .filter__parameters-box-title::after {
  display: none;
}
.b-filter .filter__parameters-box--radio-toggler {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  margin-bottom: 20px;
}
.b-filter .filter__parameters-box--radio-toggler .filter__parameters-box-title {
  margin-bottom: 0;
  cursor: auto;
}
.b-filter .filter__parameters-box--radio-toggler .filter__parameters-box-title::after {
  display: none;
}
.b-filter .filter__parameters-box--radio-toggler .filter__block {
  min-width: auto;
}
.b-filter .filter__parameters-box-title {
  font-size: 16px;
  font-weight: 500;
  color: #282828;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .b-filter .filter__parameters-box-title {
    margin-bottom: 15px;
  }
}
.b-filter .filter__parameters-box-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 6px;
  right: 0;
  top: 7px;
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out;
  background: url(/local/templates/webcanape/images/arrow-icon.svg) no-repeat;
}
.b-filter .filter__parameters-box-title--active::after {
  transform: rotate(0);
}
.b-filter .filter__block {
  min-width: 100%;
}
.b-filter .filter__parameters-input-container {
  display: flex;
  column-gap: 15px;
  margin-bottom: 20px;
}
.b-filter .filter__parameters-box-container-block {
  flex-grow: 1;
}
.b-filter .filter__parameters-box-container-block input {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  color: #939393;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  background-color: transparent;
}
.b-filter .filter__parameters-box-container-block input:hover, .b-filter .filter__parameters-box-container-block input:active, .b-filter .filter__parameters-box-container-block input:focus, .b-filter .filter__parameters-box-container-block input:focus-within {
  border-color: #939393;
  outline: none;
}
.b-filter .filter__radio-toggler-btn-wrapper {
  position: relative;
  width: 31px;
  height: 16px;
}
.b-filter .filter__radio-toggler-btn-visual {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #c5c5c5;
  border-radius: 30px;
}
.b-filter .filter__radio-toggler-btn-visual::after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  top: 1px;
  left: 1px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateX(0);
  transition: transform 0.5s ease-in-out;
}
.b-filter .filter__radio-toggler-btn {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.b-filter .filter__radio-toggler-btn:checked {
  z-index: 1;
}
.b-filter .filter__radio-toggler-btn--on:checked ~ .filter__radio-toggler-btn-visual {
  background-color: #eb5757;
}
.b-filter .filter__radio-toggler-btn--on:checked ~ .filter__radio-toggler-btn-visual::after {
  transform: translateX(15px);
}
@media (max-width: 1199px) {
  .b-filter .filter__checkbox-wrapper {
    display: flex;
    gap: 5px 20px;
    flex-wrap: wrap;
  }
}
.b-filter .filter__checkbox {
  visibility: hidden;
  height: 0;
  width: 0;
}
.b-filter .filter__checkbox:first-child, .b-filter .filter__checkbox:nth-child(2), .b-filter .filter__checkbox:nth-child(3), .b-filter .filter__checkbox:nth-child(4), .b-filter .filter__checkbox:nth-child(5), .b-filter .filter__checkbox.filter__checkbox--active {
  visibility: visible;
  height: auto;
  width: auto;
  margin-bottom: 7px;
  transition: all 0.3s linear;
}
.b-filter .filter__param-label {
  margin: 0;
  cursor: pointer;
  display: block;
}
.b-filter .filter__param-text {
  font-size: 14px;
  font-weight: 300;
  color: #282828;
  padding-left: 26px;
  position: relative;
}
.b-filter .filter__param-text::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  background: url(/local/templates/webcanape/images/checkbox-off-icon.svg) no-repeat;
}
.b-filter .filter__input-checkbox {
  display: flex;
}
.b-filter .filter__input-checkbox input {
  width: 0;
  height: 0;
  opacity: 0;
}
.b-filter .filter__input-checkbox input:checked ~ .filter__param-text::after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  background: url(/local/templates/webcanape/images/check-icon.svg) 50% no-repeat;
}
.b-filter .filter__dropdown-button-wrapper {
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .b-filter .filter__dropdown-button-wrapper {
    width: 100%;
    margin-top: 0;
  }
}
.b-filter .filter__dropdown-button {
  display: none;
  font-size: 12px;
  font-weight: 300;
  color: #eb5757;
  cursor: pointer;
}
.b-filter .filter__dropdown-button--active {
  display: block;
}
.b-filter .filter__dropdown-button:nth-child(2) {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .b-filter .filter__dropdown-button:nth-child(2) {
    margin-top: 5px;
  }
}
.b-filter .filter__parameters-box-container--btns {
  display: flex;
}
.b-filter .filter__apply-btn {
  width: 138px;
  height: 49px;
  padding: 14px 25px;
  border-radius: 10px;
  border: 1px solid #eb5757;
  background: #eb5757;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .b-filter .filter__apply-btn {
    width: 130px;
    height: 40px;
    padding: 9px 20px;
  }
}
.b-filter .filter__apply-btn:hover, .b-filter .filter__apply-btn:focus-within, .b-filter .filter__apply-btn:active {
  background: #ededed;
  color: #eb5757;
  outline: none;
}
.b-filter .filter__clear-btn {
  width: 165px;
  height: 49px;
  padding: 14px 25px 14px 60px;
  border-radius: 10px;
  border: 1px solid #eb5757;
  background: transparent;
  color: #282828;
  transition: all 0.2s ease-in-out;
  margin-left: -35px;
}
@media (max-width: 767px) {
  .b-filter .filter__clear-btn {
    width: 155px;
    height: 40px;
    padding: 9px 20px 9px 50px;
  }
}
.b-filter .filter__clear-btn:hover, .b-filter .filter__clear-btn:focus-visible, .b-filter .filter__clear-btn:active {
  background: #eb5757;
  color: #fff;
  outline: none;
  text-decoration: none;
}
.b-filter .filter__popup-result {
  display: none !important;
}

.bx-ui-slider-track-container {
  margin: 0 15px 35px;
}
@media (max-width: 767px) {
  .bx-ui-slider-track-container {
    margin-bottom: 25px;
  }
}

.bx-ui-slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-bottom: none;
  background: url(/local/templates/webcanape_2/components/bitrix/catalog.smart.filter/default/./images/handler-icon.svg) no-repeat;
}
.bx-ui-slider-handle.right {
  margin-right: -15px;
  right: 0;
}
.bx-ui-slider-handle.left {
  margin-left: -15px;
  left: 0;
}

.bx-ui-slider-range {
  z-index: 90;
  position: absolute;
  top: 0;
  bottom: 0;
}

.bx-ui-slider-track {
  background: #bbbbbb;
  position: relative;
  height: 3px;
}

.bx-ui-slider-pricebar-vd {
  background: #eb5757;
  opacity: 0.3;
  z-index: 60;
  position: absolute;
  top: 0;
  bottom: 0;
}

.bx-ui-slider-pricebar-vn {
  background: #bbbbbb;
  z-index: 70;
  position: absolute;
  top: 0;
  bottom: 0;
}

.bx-ui-slider-pricebar-v {
  background: #eb5757;
  z-index: 80;
  position: absolute;
  top: 0;
  bottom: 0;
}

/* End */


/* Start:/local/templates/webcanape_2/components/bitrix/catalog/default/bitrix/catalog.section.list/mobile-carousel-list/style.css?17702123797714*/
/* line */

.bx_catalog_line {
  margin-bottom: 30px;
}

.bx_catalog_line .bx_catalog_line_category_title {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
  color: #000;
  text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul {
  padding: 0;
}

.bx_catalog_line .bx_catalog_line_ul li {
  margin-bottom: 20px;
  list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before {
  content: '' !important;
}

.bx_catalog_line .bx_catalog_line_img {
  position: relative;
  display: block;
  width: 125px;
  height: 125px;
  margin-right: 40px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  overflow: hidden;
}

.bx_catalog_line .bx_catalog_line_title {
  margin-bottom: 10px;
  padding: 0;
  vertical-align: top;
  line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
  color: #4c7da6;
  font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover {
  text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_title span {
  font-size: 16px;
}

.bx_catalog_line .bx_catalog_line_description {
  color: #3f3f3f;
  font-size: 13px;
  line-height: 16px;
}

@media (width <= 639px) {
  .bx-touch .bx_catalog_line .bx_catalog_line_img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .bx-touch .bx_catalog_line .bx_catalog_line_title {
    margin-bottom: 5px;
    line-height: 14px;
  }

  .bx-touch .bx_catalog_line .bx_catalog_line_title a {
    font-size: 14px;
  }

  .bx-touch .bx_catalog_line .bx_catalog_line_description {
    font-size: 11px;
  }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description {
  transition: all 0.3s ease;
}

/* text */

.bx_catalog_text {
  margin-bottom: 30px;
}

.bx_catalog_text .bx_catalog_text_category_title {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
  color: #000;
  text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul {
  padding: 0;
}

.bx_catalog_text .bx_catalog_text_ul li {
  float: left;
  margin: 0 10px 10px;
  list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before {
  content: '' !important;
}

.bx_catalog_text .bx_catalog_text_title {
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-size: 14px;
  line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
  display: inline-block;
  max-width: 100%;
  color: #4c7da6;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bx_catalog_text .bx_catalog_text_title a:hover {
  text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_title span {
  font-size: 12px;
}

@media (width <= 639px) {
  .bx-touch .bx_catalog_text .bx_catalog_line_title {
    margin-bottom: 5px;
    line-height: 12px;
  }

  .bx-touch .bx_catalog_text .bx_catalog_line_title a {
    font-size: 12px;
  }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a {
  transition: all 0.3s ease;
}

/* tile */

.bx_catalog_tile .bx_catalog_tile_category_title {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
  color: #000;
  text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul {
  padding: 0;
}

.bx_catalog_tile .bx_catalog_tile_ul li {
  box-sizing: border-box;
  width: 12.5%;
  margin-bottom: 20px;
  padding: 0 10px;
  list-style: none;
  text-align: center;
  float: left;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before {
  content: '' !important;
}

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n + 1) {
  clear: both;
}

.bx_catalog_tile .bx_catalog_tile_img {
  position: relative;
  display: block;
  width: 78px;
  height: 78px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}

.bx_catalog_tile .bx_catalog_tile_title {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0;
  vertical-align: top;
  line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
  color: #4c7da6;
  font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover {
  text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_title span {
  font-size: 12px;
}

/* 2 */

@media (width <= 980px) {
  .bx_catalog_tile .bx_catalog_tile_ul li {
    width: 20%;
  }

  .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n + 1) {
    clear: none;
  }

  .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n + 1) {
    clear: both;
  }
}

/* 3 */

@media (width <= 639px) {
  .bx-touch .bx_catalog_tile .bx_catalog_tile_title {
    margin-bottom: 5px;
    line-height: 14px;
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_title {
    line-height: 10px;
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_title a {
    font-size: 11px;
  }
}
@media (width >= 480px) and (width <= 639px) {
  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li {
    width: 25%;
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n + 1) {
    clear: none;
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n + 1) {
    clear: none;
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n + 1) {
    clear: both;
  }
}

/* 4 */

@media (width <= 479px) {
  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li {
    width: 33.3%;
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_img {
    width: 100%;
    height: 80px;
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n + 1) {
    clear: none;
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n + 1) {
    clear: none;
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n + 1) {
    clear: both;
  }
}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img {
  transition: all 0.3s ease;
}

/* list */

.bx_sitemap {
  margin-bottom: 30px;
}

.bx_sitemap .bx_sitemap_title {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
  color: #000;
  text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
  padding: 0;
  line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before {
  content: '' !important;
}

.bx_sitemap .bx_sitemap_li_title {
  display: inline-block;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  vertical-align: top;
  font-weight: normal;
  line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
  color: #4c7da6;
  font-size: 13px;
  white-space: nowrap;
}

.bx_sitemap .bx_sitemap_li_title a:hover {
  text-decoration: none;
}

.bx_sitemap .bx_sitemap_li_title span {
  font-size: 11px;
}

@media (width <= 639px) {
  .bx-touch .bx_sitemap .bx_catalog_line_title {
    margin-bottom: 5px;
    line-height: 12px;
  }

  .bx-touch .bx_sitemap .bx_catalog_line_title a {
    font-size: 12px;
  }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a {
  transition: all 0.3s ease;
}

/* 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/catalog.section/blocks-list/style.css?17702123793080*/
opacity: 0.2;/*!*********************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks-list/style.scss ***!
  \*********************************************************************************************************************************************************************************************************/
/* ------------------------ */
.b-product-list {
  margin-bottom: 40px;
}
.b-product-list .product-list__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.b-product-list .product-list__item {
  width: calc(25% - 12px);
}
@media (min-width: 768px) and (max-width: 1699px) {
  .b-product-list .product-list__item {
    width: calc(33.3% - 10px);
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .b-product-list .product-list__item {
    width: calc(50% - 8px);
  }
}
@media (max-width: 599px) {
  .b-product-list .product-list__item {
    width: 100%;
  }
}
.b-product-list .product-list__item-container {
  height: 100%;
}
.b-product-block .product-block__top.not-available img {
	opacity: 0.5;
}
.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-block__param a:link, .product-block__param a:visited {
	color: #eb5757;
	border-bottom: 1px dotted #eb5757;
}
/* End */


/* Start:/local/templates/webcanape_2/components/bitrix/catalog.item/default/style.css?177021237925549*/
/*!**************************************************************************************************************************************************************************************************!*\
  !*** 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/default/style.scss ***!
  \**************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ------------------------ */
.b-product-item {
  position: relative;
}
.b-product-item .product-item__btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ------------------------------- */
/* Старые стили от которых нужно избавиться */
.product-item-container {
  position: relative;
}

.product-item-container.hover {
  z-index: 17;
}

.product-item-line-card .product-item {
  width: auto !important;
  border-bottom: 1px solid #dadada;
}

@media (width <= 991px) {
  .product-item-line-card .product-item .col-sm-6:nth-child(2n) {
    clear: both;
  }
}
.bx-retina .product-item {
  border-width: 0.5px;
}

.product-item * {
  transition: opacity 300ms ease;
}

@media (width <= 767px) {
  .product-item {
    padding: 15px 5px 5px;
  }
  .product-item-line-card .product-item .col-xs-12:nth-child(2n) {
    clear: both;
  }
}
.bx-touch .product-item {
  width: auto;
  padding: 15px 0 0;
  background: #fff;
}

/* Image */
.product-item-image-wrapper {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 116%;
  transition: all 300ms ease;
}

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

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

.product-item-image-original {
  z-index: 11;
}

.product-item-image-alternative {
  z-index: 13;
  opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original {
  opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-alternative {
  opacity: 1;
}

.product-item-big-card .product-item-image-wrapper {
  margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.product-item-image-slider-progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #f42c2c;
  opacity: 0.8;
}

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

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

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

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

/* Label */
.product-item-label-text,
.product-item-label-ring {
  position: absolute;
  z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
  display: inline-block;
  clear: both;
  margin-bottom: 2px;
  background: #f42c2c;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
  background-color: #fba90c;
}

.product-item-label-text > div,
.product-item-label-ring > div {
  line-height: 0;
}

/* TEXT */
.product-item-label-text span {
  padding: 2px 5px;
  vertical-align: middle;
  font-weight: bold;
}

/* SMALL */
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
  margin-bottom: 1px;
  padding: 2px 7px;
  font-size: 13px;
  font-weight: normal;
  line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
  padding: 5px 12px;
  font-size: 16px;
  line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
  padding: 4px 10px;
  font-size: 13px;
  line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
  padding: 5px 17px;
  font-size: 22px;
  line-height: 33px;
}

@media (width <= 767px) {
  .product-item-label-text > div {
    line-height: 0;
  }
  .product-item-label-text.product-item-label-small span,
  .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-size: 10px;
    line-height: 14px;
  }
  .product-item-big-card .product-item-label-text.product-item-label-small span,
  .product-item-label-text.product-item-label-big span,
  .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
    margin-bottom: 1px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 16px;
  }
  .product-item-big-card .product-item-label-text.product-item-label-big span {
    padding: 3px 12px;
    font-size: 20px;
    line-height: 25px;
  }
}
/* RING */
.product-item-label-ring {
  box-sizing: border-box;
  border-radius: 50%;
  font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
  width: 100px;
  height: 100px;
  font-size: 30px;
  line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
  width: 120px;
  height: 120px;
  font-size: 42px;
  line-height: 120px;
}

@media (width <= 767px) {
  .product-item-label-ring.product-item-label-small,
  .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
    --product-item-label-ring-size: 40px;
    width: var(--product-item-label-ring-size);
    height: var(--product-item-label-ring-size);
    font-size: 14px;
    line-height: var(--product-item-label-ring-size);
  }
  .product-item-big-card .product-item-label-ring.product-item-label-small,
  .product-item-label-ring.product-item-label-big,
  .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }
  .product-item-big-card .product-item-label-ring.product-item-label-big {
    width: 70px;
    height: 70px;
    font-size: 24px;
    line-height: 70px;
  }
}
.product-item-label-top {
  top: 0;
}

.product-item-label-center {
  left: 50%;
  transform: translateX(-50%);
}

.product-item-label-center > div {
  text-align: center;
}

.product-item-label-left {
  left: 0;
}

.product-item-label-left > div {
  text-align: left;
}

.product-item-label-bottom {
  bottom: 0;
}

.product-item-label-middle {
  top: 50%;
  transform: translateY(-50%);
}

.product-item-label-right {
  right: 0;
}

.product-item-label-right > div {
  text-align: right;
}

.product-item-label-center.product-item-label-middle {
  transform: translateY(-50%) translateX(-50%);
}

/* Title */
.product-item-title {
  overflow: hidden;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
  overflow: auto;
  white-space: normal;
}

.product-item-title a {
  color: #3f3f3f;
  font-size: 13px;
  text-decoration: none;
}

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

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

/* Price */
.product-item-price-container {
  margin: 5px 0 10px;
}

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

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

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

.product-item-big-card .product-item-price-container {
  margin: 0 0 10px;
}

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

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

/* Info */
.product-item-line-card .product-item-info-container {
  text-align: center;
}

.product-item-info-container {
  margin-bottom: 8px;
}

.product-item-info-container-title {
  color: #000;
  font-size: 13px;
  font-weight: bold;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
  display: none;
  opacity: 0;
  transition: opacity 300ms ease;
}

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

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

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

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

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

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

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.8;
  transition: opacity 300ms ease, background 300ms ease;
}

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

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

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

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

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

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

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

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

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.product-item-amount-description-container {
  display: block;
  color: #a5a5a5;
  font-size: 12px;
  white-space: nowrap;
}

.product-item-big-card .product-item-amount-field-container {
  text-align: left;
}

.product-item-amount-description-container strong {
  color: #333;
  white-space: nowrap;
}

.product-item-amount-label-container {
  margin: 5px 0;
  color: #a5a5a5;
  font-size: 12px;
  font-weight: bold;
}

/*  */
.product-item-quantity {
  color: #333;
  font-size: 12px;
  font-weight: normal;
}

/* Properties */
.product-item-properties {
  display: block;
  overflow: hidden;
  margin: 0;
  color: #a5a5a5;
  font-size: 12px;
}

.product-item-properties dl {
  clear: both;
}

.product-item-properties dt {
  float: left;
  clear: both;
  font-weight: normal;
}

.product-item-properties dd {
  float: right;
  margin-bottom: 3px;
  margin-left: 5px;
  color: #000;
}

/* Compare */
.product-item-compare-container {
  position: relative;
  display: none;
  min-height: 30px;
  margin: 0 -15px;
  padding: 4px 15px;
  border-top: 1px solid #e6e6e6;
  background: #f3f3f3;
  box-shadow: inset 0 1px 1px 0 #eee;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
}

.product-item-line-card .product-item-compare-container {
  margin: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
}

.bx-touch .product-item-compare-container {
  display: none;
}

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container {
  display: block;
}

.product-item-compare .checkbox {
  margin: 0;
  padding: 0;
}

/* SCU */
.product-item-scu-container {
  padding: 0 0 2px;
}

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

.product-item-scu-list {
  margin: 0;
}

.product-item-scu-item-list {
  overflow: hidden;
  margin: 0 0 0 -2px;
  padding: 0;
  list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
  box-sizing: border-box;
  /* float: left; */
  display: inline-block;
  max-width: 100%;
  padding: 5px 3px;
}

.product-item-scu-item-text-container {
  min-width: 32px;
}

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

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

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

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

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

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

.product-item-scu-item-color {
  position: absolute;
  inset: 2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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

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

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

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

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

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

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

@media (width <= 991px) {
  .product-item-line-card .product-item-scu-container-title {
    text-align: center;
  }
  .product-item-line-card .product-item-scu-item-list {
    text-align: center;
  }
  .product-item-line-card .product-item-scu-item-color-container,
  .product-item-line-card .product-item-scu-item-text-container {
    display: inline-block;
    float: none;
  }
}
/* Description */
.product-item-description-container p {
  color: #575757;
  font-size: 13px;
}

/* Buttons */
.product-item-button-container {
  text-align: center;
}

.product-item-button-container .btn {
  margin-bottom: 2px;
}

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

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

.product-item-more-wrapper {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 116%;
}

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

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

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

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

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

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

/* 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.smart.filter/default/style.css?17702123798754 */
/* /local/templates/webcanape_2/components/bitrix/catalog/default/bitrix/catalog.section.list/mobile-carousel-list/style.css?17702123797714 */
/* /local/templates/webcanape_2/components/bitrix/system.pagenavigation/.default/style.css?17702123792025 */
/* /local/templates/webcanape_2/components/bitrix/catalog.section/blocks-list/style.css?17702123793080 */
/* /local/templates/webcanape_2/components/bitrix/catalog.item/default/style.css?177021237925549 */
/* /local/templates/webcanape_2/components/bitrix/form/consultation_form/style.css?17702123796732 */
