

/* Start:/local/templates/webcanape_2/components/bitrix/news/news_list/style.css?17702123792616*/
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./local/templates/webcanape/components/bitrix/news/news_list/style.scss ***!
  \********************************************************************************************************************************************************************************************/
/* ------------------------ */
.b-news-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); 
  gap: 20px;
  margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .b-news-list {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .b-news-list {
    margin-bottom: 30px;
  }
}
.b-news-list .news-list__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}
.b-news-list .news-list__imgbox {
  width: 100%;
  overflow: hidden;
}
.b-news-list .news-list__imgbox:hover .news-list__img {
  transform: scale(1.05);
}
.b-news-list .news-list__img {
  width: 100%;
  vertical-align: top;
  transition: transform 0.2s ease-in-out;
}
.b-news-list .news-list__content {
  padding: 10px;
}
.b-news-list .news-list__date {
  margin-bottom: 10px;
}
.b-news-list .news-list__title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 767px) {
  .b-news-list .news-list__title {
    font-size: 16px;
  }
}
.b-news-list .news-list__title a:link, .b-news-list .news-list__title a:visited {
  color: inherit;
}
.b-news-list .news-list__preview-txt {
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-news-list .news-list__rating {
  margin-bottom: 10px;
  white-space: nowrap;
  color: #eb5757;
}
.b-news-list .news-list__rating-star {
  color: #eb5757;
}
.b-news-list .news-list__rating-star-active {
  color: #eb5757;
}
.b-news-list .news-list__detail-link a:link, .b-news-list .news-list__detail-link a:visited {
  color: #eb5757;
}

/*---------------------------*/
.b-news-detail .news-detail__imgbox {
  margin-bottom: 30px;
}
.b-news-detail .news-detail__img {
  max-width: 100%;
  vertical-align: top;
}
.b-news-detail .news-detail__date {
  margin-bottom: 15px;
  color: #3c3c3c;
}
.b-news-detail .news-detail__preview-txt {
  margin-bottom: 30px;
}
/* End */


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


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

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

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

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

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

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

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

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


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

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
.subscribe__wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}
/* End */
/* /local/templates/webcanape_2/components/bitrix/news/news_list/style.css?17702123792616 */
/* /local/templates/webcanape_2/components/bitrix/catalog.section/product-carousel/style.css?17702123791201 */
/* /local/templates/webcanape_2/components/bitrix/catalog.item/carousel_item/style.css?17702123799169 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?17666893661890 */
