

/* Start:/local/templates/.default/styles/pages/index.css?174772104810394*/
.breadcrumbs {
  display: none !important;
}

.index__page {
  .container.big {
    @media screen and (max-width: 767px) {
      padding: 0;
    }
  }
  .container {
    h2 {
      font-size: 2.125rem;
      @media screen and (max-width: 767px) {
        font-size: 1.5rem;
      }
    }
  }

  section {
    padding: 3.44rem 0;
    @media screen and (max-width: 1200px) {
      padding: 2.5rem 0;
    }
  }

  section:first-child {
    padding-top: 0;
  }
  .catalog {
    padding-top: 6.875rem;
  }
  .catalog,
  .sale,
  .newProducts,
  .hits {
    h2 {
      margin-bottom: 1.88rem;
    }
  }

  /*topBanner*/
  .topBanner {
    background-size: cover;
    width: 100vw;
    @media screen and (max-width: 1200px) {
      padding-bottom: 0;
    }

    .swiper-wrapper {
      height: fit-content;
    }
  }

  .banner__item {
    display: flex;
    width: 100%;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 9.38rem;
    @media screen and (max-width: 1200px) {
      padding-bottom: 26.125rem;
      padding-top: 1.25rem;
    }
    @media screen and (max-width: 767px) {
      padding-bottom: 18.5rem;
    }

    .banner__item-info {
      width: 46.75rem;
      height: 22rem;
      display: flex;
      justify-content: space-between;
      box-sizing: border-box;
      padding: 3.12rem;
      border-radius: 1.25rem;
      backdrop-filter: blur(0.88rem);
      background: #ffffffe5;
      flex-direction: column;
      gap: 1.88rem;
      @media screen and (max-width: 1200px) {
        width: 100%;
        height: fit-content;
        padding: 1.875rem;
      }
      @media screen and (max-width: 767px) {
        height: fit-content;
        padding: 1.25rem 1.25rem 2.45rem;
        align-items: center;
      }
      p {
        @media screen and (max-width: 767px) {
          text-align: center;
        }
      }
      p:nth-child(1) {
        font-size: 2.75rem;
        font-weight: 600;
        @media screen and (max-width: 767px) {
          font-size: 1.875rem;
        }
      }

      p:nth-child(2) {
        font-size: 1.25rem;
        font-weight: 500;
        @media screen and (max-width: 767px) {
          font-size: 1rem;
        }
      }

      button {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0.62rem;
        width: fit-content;
        padding: 0.75rem 1.12rem;
        height: 3.125rem;
        svg {
          width: 1.25rem;
          height: 1.25rem;
        }

        p {
          font-size: 1rem !important;
          font-weight: 600;
          color: #ffffff;
        }
      }
    }

    img {
      top: 0;
      right: 0;
      width: auto;
      height: 36.75rem;
      position: absolute;
      @media screen and (max-width: 1200px) {
        width: 46rem;
        height: 25.875rem;
        top: auto;
        right: -0.875rem;
        bottom: 4rem;
      }
      @media screen and (max-width: 767px) {
        width: auto;
        height: 17.5625rem;
        bottom: 3rem;
        right: -11rem;
      }
    }
  }

  /*Catalog*/

  .catalog__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    .category__preview:nth-child(n + 11):nth-child(-n + 20) {
      display: none;
    }
    .category__preview {
      width: calc((100% - 8rem) / 5);
    }
  }
  @media screen and (max-width: 1200px) {
    .catalog__wrapper {
      .category__preview {
        width: calc((100% - 4rem) / 3);
      }

      .category__preview:nth-child(n + 1):nth-child(-n + 9) {
        display: flex;
      }
      .category__preview:nth-child(10) {
        display: none;
      }
    }
  }
  @media screen and (max-width: 767px) {
    .catalog__wrapper {
      gap: 1.25rem;
      .category__preview {
        width: calc((100% - 20px) / 2);
      }

      .category__preview:nth-child(n + 1):nth-child(-n + 10) {
        display: flex;
      }
    }
  }
  /*Widget*/

  .widget__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: var(--green-color);
    box-sizing: border-box;
    padding-left: 3.75rem;
    border-radius: 1.25rem;
    overflow-x: hidden;
    @media screen and (max-width: 767px) {
      border-radius: 0.625rem;
    }

    .widget__text {
      width: 33.12rem;
      display: flex;
      flex-direction: column;
      gap: 1.88rem;

      h2,
      p {
        color: white;
      }

      p {
        font-size: 1.25rem;
        width: 26.88rem;
      }

      a {
        width: fit-content;
        padding: 0.75rem 1.5rem;
        font-size: 1.12rem;
        font-weight: 600;
      }
    }

    img {
      height: 23.19rem;

      object-fit: cover;
    }
  }
  @media screen and (max-width: 1200px) {
    .widget__wrapper {
      padding-left: 1.88rem;
      gap: 2.125rem;
      img {
        height: 19.1rem;
        width: 16rem;
        object-position: center;
      }
      .widget__text {
        width: 26rem;
      }
    }
  }
  @media screen and (max-width: 767px) {
    .widget__wrapper {
      padding-left: 0;
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
      .widget__text {
        gap: 1.25rem;
        box-sizing: border-box;
        width: 100%;
        padding-top: 1.25rem;
        padding: 1.25rem 0.94rem;
        padding-bottom: 0 !important;
        p {
          font-size: 1rem;
          width: 100%;
        }
        a {
          margin-left: 0 !important;
          font-size: 0.937rem;
          padding: 0.75rem 0.44rem;
          box-sizing: border-box;
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
        }
      }
      img {
        width: 100%;
        height: 14.5625rem;
      }
    }
    .firstWidget {
      .widget__wrapper {
        .widget__text {
          a {
            margin: 0 auto;
          }
        }
      }
    }
  }
  /*Footer*/

  /*botBanner*/
  .botBanner {
    .botBanner__wrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }
    .botBanner__wrapper-text,
    img {
      width: calc((100% - 2rem) / 2);
    }
    img {
      object-fit: cover;
      height: auto;
      border-radius: 1.25rem;
    }
    .botBanner__wrapper-text {
      display: flex;
      flex-direction: column;
      gap: 1.88rem;
      p {
        line-height: 1.5em;
        font-size: 1.12rem;
        font-weight: 400;
      }
      a {
        width: fit-content;
        line-height: 1.44rem;
        padding: 0.75rem 1.62rem;
        font-size: 1.12rem;
        font-weight: 600;
      }
    }
  }
  @media screen and (max-width: 1200px) {
    .botBanner {
      .botBanner__wrapper {
        flex-direction: column;
        align-items: flex-start;
      }
      .botBanner__wrapper-text,
      img {
        width: 100%;
      }
      img {
        margin-top: 1.88rem;
      }
    }
  }
  @media screen and (max-width: 767px) {
    .botBanner {
      .botBanner__wrapper {
        flex-direction: column;
        align-items: flex-start;
      }
      .botBanner__wrapper-text,
      img {
        width: 100%;
      }
      .botBanner__wrapper-text {
        gap: 1.25rem;
      }
      img {
        margin-top: 1.88rem;
        width: 100%;
        height: 13.75rem;
      }
    }
  }

  .section__wrapper,
  .sale__wrapper {
    position: relative;
  }

  /* .wrapper__link {
    position: absolute;
    top: 0.56rem;
    right: 0.56rem;
    color: #999999;
    font-size: 1rem;
    font-weight: 500;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  } */
   .wrapper-for-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
   }
  .wrapper__link {
    display: flex;
    color: #fff;
    padding: 12px 33px;
    background: #52a957;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: 500;
    width: fit-content;
    justify-content: center;
    margin-top: 30px;
  }
  @media screen and (min-width: 1600px) {
    .sliderContainer {
      .wrapper__link {
        right: 3.69rem;
      }
    }
  }

  @media screen and (max-width: 1700px) and (min-width: 1200px) {
    .slider__wrapper {
      .swiper {
        max-width: calc(100% - 6.25rem);
      }
    }
  }

  .secondWidget {
    .widget__wrapper {
      @media screen and (max-width: 1200px) {
        .widget__text {
          padding-top: 2.125rem;
          padding-bottom: 2.125rem;
          .button.white {
            @media screen and (max-width: 767px) {
              padding: 0.75rem 1.25rem;
              width: fit-content;
            }
          }
        }
        img {
          height: 23.25rem;
          object-position: left;
        }
      }
    }
  }

  @media screen and (max-width: 1200px) {
    .swiper-button-prev,
    .swiper-button-next {
      display: none;
    }
  }

  @media screen and (max-width: 1200px) {
    .wrapper__link {
      display: flex;
      position: static;
      color: white;
      line-height: 1.31rem;
      font-weight: 600;
      background-color: var(--green-color);
      margin: 1.88rem auto 0 auto;
      width: fit-content;
      text-decoration: none;
      box-sizing: border-box;
      padding: 0.75rem 2.06rem;
      border-radius: 0.19rem;
    }
  }

  @media screen and (max-width: 767px) {
    .catalog__wrapper {
      .category__preview {
        width: calc((100% - 1.25rem) / 2);
      }

      .category__preview:nth-child(n + 1):nth-child(-n + 10) {
        display: flex;
      }
    }
  }
}
.catalog .section__wrapper h2 {
  margin-bottom: 2.4rem;
}
section.topBanner {
  max-height: 547px;
  height: 100%;
}

.index__page {
  & .banner__item {
    & .banner__item-info {
      .button-new p {
        font-size: 1.15rem;
      }
    }
  }
}

/* End */


/* Start:/local/templates/.default/styles/modules/category-preview.css?17476626711005*/
.category__preview {
  padding: 1.25rem 0.625rem 0.625rem 0.625rem;
  box-sizing: border-box;
  width: 18.375rem;
  height: auto;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.06);
  position: relative;
  border-radius: 0.625rem;
  border: 0.0625rem solid transparent;

  a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.875rem;
    text-decoration: none;
  }

  p {
    font-weight: 600;
    margin-left: 0.625rem;
  }

  img {
    width: 100%;
    object-fit: contain;
  }

  a:hover {
    svg {
      opacity: 1;
    }
  }
}
.category__preview {
  svg {
    opacity: 0;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
  }
}

.category__preview:hover {
  border-color: #52a957;
}

@media screen and (max-width: 1200px) {
  .category__preview {
    padding: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .category__preview {
    padding: 0.625rem;

    p {
      font-size: 0.875rem;
    }
  }
}

/* End */


/* Start:/local/templates/.default/styles/modules/slider.css?17471390971434*/
.sliderContainer {
    padding: 0 !important;

    .slider__wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;

        .swiper {
            height: fit-content;
            max-width: 100rem;
            padding: 0 1rem;
            width: 100%;
        }

        .swiper-pagination {
            margin-top: 1.875rem;
            position: static;
        }

        .swiper-wrapper {
            margin-top: 0.3125rem;
        }

        .swiper-slide {
            display: flex;
            height: auto;

            .product__preview {
                height: 100%;
            }
        }

        .swiper-button-prev, .swiper-button-next {
            position: absolute;
            min-width: 2.5rem;
            min-height: 2.5rem;


    }

    .swiper-pagination-bullet {
        background: rgba(82, 169, 87, 0.5);
    }

    .swiper-pagination-bullet-active {
        background: var(--green-color);
    }

}

}

@media screen and (max-width: 768px) {

    .sliderContainer {
        .slider__wrapper {
            .swiper-button-prev, .swiper-button-next {
                display: none;
            }
        }
    }

}
@media screen and (max-width: 1700px){
    .swiper-button-prev, .swiper-button-next{
        background-color: #fff;
        border-radius: 50%;
        max-width: 2.5rem;
        max-height: 2.5rem;
        box-shadow: 0px 0px 4px 0px #99999940;
    }

}
/* End */


/* Start:/local/templates/utwood__main/components/bitrix/catalog.section.list/index/style.css?17477228472537*/
section {
  padding: 3.44rem 0;
  @media screen and (max-width: 1200px) {
    padding: 2.5rem 0;
  }
}

.catalog {
  .category__preview {
    padding: 1.25rem 0.625rem 0.625rem 0.625rem;
    box-sizing: border-box;
    width: 18.375rem;
    height: auto;
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.06);
    position: relative;
    border-radius: 0.625rem;

    a {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 0.875rem;
      text-decoration: none;
	              height: 100%;
    }

    p {
      font-size: 1rem;
      font-weight: 600;
      margin-left: 0.625rem;
      margin-right: 20px;
      @media screen and (max-width: 1200px) {
        margin-left: 0.375rem;
      }
      @media screen and (max-width: 767px) {
        font-size: 0.875rem;
        margin-left: 0;
      }
    }

    img {
      width: 100%;
      object-fit: cover;
      border-radius: 10px;
      height: 12.375rem;
      @media screen and (max-width: 1200px) {
        height: 8.75rem;
      }
      @media screen and (max-width: 767px) {
        height: 5.75rem;
      }
    }

    /* svg {
      opacity: 0;
      transition: 0.3s ease-in-out;
      position: absolute;
      top: 1.25rem;
      right: 0.625rem;
    } */
  }

  .category__preview:hover {
    border: 0.0625rem solid #52a957;
    svg {
      opacity: 1;
    }
  }

  @media screen and (max-width: 1200px) {
    .category__preview {
      padding: 1rem;
    }
  }

  @media screen and (max-width: 768px) {
    .category__preview {
      padding: 0.625rem;

      p {
        font-size: 0.875rem;
      }
    }
  }

  .catalog__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    .category__preview:nth-child(n + 11):nth-child(-n + 20) {
      display: none;
    }
    .category__preview {
      width: calc((100% - 8rem) / 5);
    }
  }
  @media screen and (max-width: 1200px) {
    .catalog__wrapper {
      gap: 1.25rem;
      .category__preview {
        width: calc((100% - 2.5rem) / 3);
      }

      .category__preview:nth-child(n + 1):nth-child(-n + 9) {
        display: flex;
      }
      .category__preview:nth-child(10) {
        display: none;
      }
    }
  }
  @media screen and (max-width: 767px) {
    .catalog__wrapper {
      gap: 0.625rem;
      .category__preview {
        width: calc((100% - 0.625rem) / 2);
      }

      .category__preview:nth-child(n + 1):nth-child(-n + 10) {
        display: flex;
        flex-direction: column;
      }
    }
  }
}

/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17399472902530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/local/templates/utwood__main/components/bitrix/catalog.section/index/style.css?1739947358130*/
.swiper-slide{
    .product__preview{
        width: 100%;
    }
}

.swiper-wrapper{
    height: fit-content !important;
}
/* End */


/* Start:/local/templates/utwood__main/components/bitrix/catalog.item/bootstrap_v4/style.css?17479977744719*/
/* Base Styles */
.product__preview {
	box-shadow: 0 0.25rem 0.5rem 0 #0000000f;
	border-radius: 0.62rem;
	box-sizing: border-box;
	width: calc((100% - 6rem) / 4);
	height: auto;
	position: relative;
	padding: 1.25rem 1.25rem 1.69rem 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	justify-content: space-between;
}

.product__preview .product__preview__fav-btn {
	position: absolute;
	cursor: pointer;
	right: 0.62rem;
	top: 0.62rem;
}

.product__preview .product__preview-image {
	width: 15.88rem;
	height: 11rem;
	object-fit: contain;
	margin: 0 auto;
}

.product__preview .product__preview__title {
	font-size: 1rem;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	gap: 0.62rem;
	flex-grow: 1;
}

.product__preview .product__preview__stock {
	font-size: 0.75rem;
	display: flex;
	align-items: center;
	font-weight: 400;
}

.product__preview .product__preview__stock::before {
	content: '';
	border-radius: 50%;
	background-color: #52a957;
	margin-right: 0.38rem;
	width: 0.4rem;
	height: 0.4rem;
}

.product__preview .product__preview__stock.notAvailable::before {
	background-color: #e40000;
}

.product__preview .product__preview__prices {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 0.94rem;
}

.product__preview .product__preview__prices .product__preview__prices-actual {
	font-weight: 600;
	font-size: 1.12rem;
}

.product__preview .product__preview__prices .product__preview__prices-old {
	font-size: 0.75rem;
	font-weight: 500;
	color: #999999;
	text-decoration-line: line-through;
}

.product__preview .product__preview__actions {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1.25rem;
}

.product__preview .product__preview__actions .product__preview__actions-button {
	width: 7.62rem;
	height: 2.5rem;
}

.product__preview .product__preview__actions .product__preview__actions-counter {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.625rem;
	font-weight: 500;
}

.countOfCounter {
	border: none;
	outline: none;
	text-align: center;
	width: 3.125rem;
	font-size: 1rem;
}

.countOfCounter::-webkit-outer-spin-button,
.countOfCounter::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.countOfCounter {
	-moz-appearance: textfield;
}

.countOfCounter:hover {
	cursor: pointer;
}

.product__preview__fav-btn.active {
	fill: #52a957;
}

.decreaseCounter,
.increaseCounter {
	width: 1.375rem;
	height: 1.375rem;
	cursor: pointer;
}

.product__preview-stickers {
	width: calc(100% - 50px);
	position: absolute;
	left: 1.25rem;
	top: 1.25rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.product__preview-sticker {
	padding: 0.25rem 0.5rem;
	overflow: hidden;
	border-radius: 0.62rem;
	-webkit-border-radius: 0.62rem;
	-moz-border-radius: 0.62rem;
	-ms-border-radius: 0.62rem;
	-o-border-radius: 0.62rem;
}

.product__preview__prices-percent {
	padding: 0.25rem 0.5rem;
	/* background-color: red; */
	color: #E40000;
	font-weight: 600;
	font-size: 12px;
	border-radius: 0.3rem;
	border: solid 1px #E40000;
	width: fit-content;
	-webkit-border-radius: 0.3rem;
	-moz-border-radius: 0.3rem;
	-ms-border-radius: 0.3rem;
	-o-border-radius: 0.3rem;
}

/* Media Queries */
@media screen and (max-width: 1200px) {
	.product__preview {
		width: 14.5rem;
		gap: 0.94rem;
		padding: 1rem 1rem 1.25rem 1rem;
	}

	.product__preview .product__preview-image {
		width: 100%;
		height: auto;
		min-height: 1.25rem;
	}

	.product__preview .product__preview__fav-btn {
		top: 0.44rem;
		right: 0.44rem;
	}

	.product__preview .product__preview__prices {
		flex-direction: column-reverse;
		gap: 0;
		align-items: flex-start;
	}

	.product__preview .product__preview__actions>div {
		width: 100%;
	}

	.product__preview .product__preview__actions .product__preview__actions-button {
		width: 100%;
	}

	.product__preview .product__preview__actions .product__preview__actions-counter {
		display: none;
	}

	.countOfCounter {
		width: 2.2rem;
	}

	.product__preview-stickers {
		left: 0.62rem;
		top: 0.62rem;
	}
}

@media screen and (max-width: 767px) {
	.product__preview {
		width: 10rem;
		padding: 0.62rem;
		gap: 0.62rem;
	}

	.product__preview .product__preview__fav-btn {
		right: 0.25rem;
		top: 0.25rem;
	}

	.product__preview .product__preview__title {
		font-size: 0.88rem;
	}

	.product__preview .product__preview__stock {
		font-size: 0.62rem;
	}

	.product__preview .product__preview__prices .product__preview__prices-actual {
		font-size: 0.88rem;
	}

	.product__preview .product__preview__prices .product__preview__prices-old {
		font-size: 0.62rem;
	}

	.product__preview .product__preview__actions .product__preview__actions-button {
		font-size: 0.75rem;
	}
}
/* End */
/* /local/templates/.default/styles/pages/index.css?174772104810394 */
/* /local/templates/.default/styles/modules/category-preview.css?17476626711005 */
/* /local/templates/.default/styles/modules/slider.css?17471390971434 */
/* /local/templates/utwood__main/components/bitrix/catalog.section.list/index/style.css?17477228472537 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17399472902530 */
/* /local/templates/utwood__main/components/bitrix/catalog.section/index/style.css?1739947358130 */
/* /local/templates/utwood__main/components/bitrix/catalog.item/bootstrap_v4/style.css?17479977744719 */
