

/* 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/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/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/block_item/style.css?17702123798232 */
/* /local/templates/webcanape_2/components/bitrix/form/consultation_form/style.css?17702123796732 */
