

/* 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/news.list/slider_main/style.css?176062425812749*/
.frontBanner {
  position: relative;

  padding-top: 6.25rem;
  min-height: 37.5rem;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  box-sizing: border-box;

  text-wrap: pretty;

  overflow: hidden;
}
.frontBanner .swiper-wrapper {
    height: 100% !important; 
}

@media screen and (max-width: 1200px) {
  .frontBanner {
    padding-top: 5rem;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}

@media screen and (max-width: 767px) {
  .frontBanner {
    padding-top: 3.75rem;
  }
}

.frontBanner * {
  box-sizing: border-box;
}

.frontBanner .button {
  padding: 0.75rem 1.12rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.125rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.62rem;
}

.frontBanner .button svg {
  width: 1.25rem;
  height: 1.25rem;
}

.frontBanner .button p {
  color: #FFF;
  font-size: 1rem !important;
  font-weight: 600;
}

.frontBanner>.container {
  position: relative;
  z-index: 1;

  display: grid;
  grid-template-columns: 40.9375rem 1fr 39.375rem;
  grid-template-rows: 1fr auto;
  grid-template-areas: 'content . advantages''pagination . advantages';
  gap: 1.25rem;
}

@media screen and (max-width: 1630px) {
  .frontBanner>.container {
    --container-offset: 4.3125rem;

    padding: 0 var(--container-offset);
    grid-template-columns: 37.6875rem 1fr 39.375rem;
  }
}

@media screen and (max-width: 1200px) {
  .frontBanner>.container {
    --container-offset: 2.875rem;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .frontBanner>.container {
    --container-offset: 0.875rem;

    padding-bottom: 3.125rem;
  }
}

.frontBanner__bgSwiper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;

  width: 100%;
  height: 100%;

  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.frontBanner__bgSwiper * {
  pointer-events: none !important;
}

.frontBanner__bgSwiper::before {
  content: '';

  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;

  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.05);
}

.frontBanner__bg {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.frontBanner__swiper.swiper {
  grid-area: content;

  width: 100%;
}

.frontBanner__swiper.swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  ;
}

.frontBanner .frontBanner__title {
  margin-bottom: 1.25rem !important;

  display: block;

  color: #FFF;
  font: 600 2.75rem/1.4 'Montserrat', sans-serif;
  text-wrap: balance;
}

@media screen and (max-width: 1630px) {
  .frontBanner .frontBanner__title {
    margin-bottom: 0.9375rem;

    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .frontBanner .frontBanner__title {
    margin-bottom: 0.625rem;

    font-size: 1.625rem;
  }
}

.frontBanner .frontBanner__text,
.frontBanner .frontBanner__text * {
  color: #FFF;
  font: 500 1.25rem/1.5 'Montserrat', sans-serif;
}

@media screen and (max-width: 1630px) {
  .frontBanner .frontBanner__text,
.frontBanner .frontBanner__text * {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .frontBanner .frontBanner__text,
.frontBanner .frontBanner__text * {
    font-size: 0.875rem;
  }
}

.frontBanner__buttonList {
  margin-top: 2.8125rem;

  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.9375rem;
}

@media screen and (max-width: 1630px) {
  .frontBanner__buttonList {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .frontBanner__buttonList {
    margin-top: 2.1875rem;

    gap: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .frontBanner__buttonList {
    margin-top: 1.875rem;
  }
}

.frontBanner__pagination {
  grid-area: pagination;

  padding-bottom: 3.75rem;
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9375rem;
}

@media screen and (max-width: 1200px) {
  .frontBanner__pagination {
    margin-top: 3.125rem;

    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .frontBanner__pagination {
    margin-top: 2.5rem;

    padding-bottom: 0;
  }
}

.frontBanner__pagination .swiper-pagination-bullet {
  all: unset;

  position: relative;
  margin: 0 !important;

  padding: 0 !important;
  width: 0.5rem;
  height: 0.5rem;

  background-color: #D9D9D9;
  border-radius: 1000rem;

  transition: background-color 0.3s ease;

  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

@media(any-hover: hover) {
  .frontBanner__pagination .swiper-pagination-bullet:hover {
    background-color: #B8DCBA;
  }
}

.frontBanner__pagination .swiper-pagination-bullet::before {
  content: '';

  position: absolute;
  top: -0.9375rem;
  left: -0.9375rem;

  width: calc(100% + 0.9375rem * 2);
  height: calc(100% + 0.9375rem * 2);

  background-color: rgba(0, 0, 0, 0);
  opacity: 0;

  cursor: pointer;
}

.frontBanner__pagination .swiper-pagination-bullet-active {
  background-color: #52A957 !important;
}

.frontBanner__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;

  width: 100%;
  height: 100%;

  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.frontBanner__bg img {
  position: absolute;

  width: 100%;
  height: 100%;

  pointer-events: none;
}

.frontAdvantages {
  position: relative;
  grid-area: advantages;
  margin-top: auto;

  padding: 2rem;
  padding-right: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 1200px) {
  .frontAdvantages {
    left: calc(0px - var(--container-offset, 0px));

    padding: 2rem;
    width: calc(100% + var(--container-offset)*2);
  }
}

@media screen and (max-width: 767px) {
  .frontAdvantages {
    margin-top: 3.75rem;

    padding: 0 var(--container-offset);
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: stretch;
    gap: 0.875rem;

    overflow-x: auto;
    overflow-y: hidden;

    scroll-snap-type: x mandatory;
    scroll-padding: 0 var(--container-offset);
    scrollbar-width: none;
  }

  .frontAdvantages::-webkit-scrollbar {
    display: none;
  }

  .frontAdvantages::-webkit-scrollbar-track {
    display: none;
  }

  .frontAdvantages::-webkit-scrollbar-thumb {
    display: none;
  }
}

.frontAdvantages::before {
  content: '';

  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;

  width: 60vw;
  height: 100%;

  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 20px 0 0 0;

  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

@media screen and (max-width: 1200px) {
  .frontAdvantages::before {
    width: 100%;

    border-radius: 20px 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .frontAdvantages::before {
    content: unset;
  }
}

.frontAdvantages__card {
  --local-padding: 2rem;

  position: relative;
  z-index: 1;

  padding: 0 var(--local-padding);
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  gap: 1.125rem;

  text-wrap: pretty;
}

@media screen and (max-width: 1200px) {
  .frontAdvantages__card {
    --local-padding: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  .frontAdvantages__card {
    gap: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .frontAdvantages__card {
    padding: 0.875rem !important;
    width: calc(50% - 0.875rem);
    min-width: 16.625rem;

    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0.5625rem;

    scroll-snap-align: start;
  }
}

.frontAdvantages__card:first-of-type {
  padding-left: 0;
}

.frontAdvantages__card:last-of-type {
  padding-right: 0;
}

.frontAdvantages__card:last-of-type::before {
  content: unset;
}

.frontAdvantages__card::before {
  content: '';

  position: absolute;
  top: 0;
  right: 0;

  width: 1px;
  height: 100%;

  background: rgba(255, 255, 255, 0.2);

  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

@media screen and (max-width: 767px) {
  .frontAdvantages__card::before {
    content: unset;
  }
}

.frontAdvantages__body {
  margin-bottom: 0;

  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.625rem;
}

@media screen and (max-width: 767px) {
  .frontAdvantages__body {
    gap: 0.375rem;
  }
}

.frontAdvantages .frontAdvantages__title {
  color: #FFF;
  font: 600 1rem/1.5 'Montserrat', sans-serif;
  text-wrap: balance;
}

.frontAdvantages .frontAdvantages__description {
  color: rgba(255, 255, 255, 0.7);
  font: 400 1rem/1.5 'Montserrat', sans-serif;
}

.frontAdvantages .frontAdvantages__link {
  --local-color: #52A957;
  --local-color-hover: #84C388;

  padding: 0.3125rem 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;

  color: var(--local-color);
  font: 600 1rem/1.5 'Montserrat', sans-serif;

  transition: color 0.3s ease;

  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

@media screen and (max-width: 767px) {
  .frontAdvantages .frontAdvantages__link {
    font-size: 0.875rem;
  }
}

@media(any-hover: hover) {
  .frontAdvantages .frontAdvantages__link:hover {
    --local-color: var(--local-color-hover) !important;
  }
}

.frontAdvantages .frontAdvantages__link::after {
  content: '';

  width: 1.25rem;
  height: 1.25rem;
  display: block;
  flex-shrink: 0;

  background-color: var(--local-color);

  transition: background-color 0.3s ease;

  mask-image: url('data:image/svg+xml;charset=UTF-8,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\'%3e%3cpath d=\'M15.7366 10.7366C15.9314 10.541 16.0408 10.2761 16.0408 9.99997C16.0408 9.72386 15.9314 9.45899 15.7366 9.26331L11.5699 5.09664C11.4732 4.9999 11.3584 4.92316 11.232 4.87081C11.1056 4.81845 10.9701 4.7915 10.8333 4.7915C10.557 4.7915 10.292 4.90127 10.0966 5.09664C9.90123 5.29202 9.79147 5.557 9.79147 5.83331C9.79147 6.10961 9.90123 6.3746 10.0966 6.56997L12.4849 8.95831H4.99994C4.72368 8.95831 4.45872 9.06805 4.26337 9.2634C4.06802 9.45876 3.95828 9.72371 3.95828 9.99997C3.95828 10.2762 4.06802 10.5412 4.26337 10.7365C4.45872 10.9319 4.72368 11.0416 4.99994 11.0416H12.4849L10.0966 13.43C9.99987 13.5267 9.92313 13.6416 9.87077 13.768C9.81842 13.8944 9.79147 14.0298 9.79147 14.1666C9.79147 14.3035 9.81842 14.4389 9.87077 14.5653C9.92313 14.6917 9.99987 14.8066 10.0966 14.9033C10.1933 15 10.3082 15.0768 10.4346 15.1291C10.561 15.1815 10.6965 15.2084 10.8333 15.2084C10.9701 15.2084 11.1056 15.1815 11.232 15.1291C11.3584 15.0768 11.4732 15 11.5699 14.9033L15.7366 10.7366Z\' fill=\'black\'/%3e%3c/svg%3e');
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\'%3e%3cpath d=\'M15.7366 10.7366C15.9314 10.541 16.0408 10.2761 16.0408 9.99997C16.0408 9.72386 15.9314 9.45899 15.7366 9.26331L11.5699 5.09664C11.4732 4.9999 11.3584 4.92316 11.232 4.87081C11.1056 4.81845 10.9701 4.7915 10.8333 4.7915C10.557 4.7915 10.292 4.90127 10.0966 5.09664C9.90123 5.29202 9.79147 5.557 9.79147 5.83331C9.79147 6.10961 9.90123 6.3746 10.0966 6.56997L12.4849 8.95831H4.99994C4.72368 8.95831 4.45872 9.06805 4.26337 9.2634C4.06802 9.45876 3.95828 9.72371 3.95828 9.99997C3.95828 10.2762 4.06802 10.5412 4.26337 10.7365C4.45872 10.9319 4.72368 11.0416 4.99994 11.0416H12.4849L10.0966 13.43C9.99987 13.5267 9.92313 13.6416 9.87077 13.768C9.81842 13.8944 9.79147 14.0298 9.79147 14.1666C9.79147 14.3035 9.81842 14.4389 9.87077 14.5653C9.92313 14.6917 9.99987 14.8066 10.0966 14.9033C10.1933 15 10.3082 15.0768 10.4346 15.1291C10.561 15.1815 10.6965 15.2084 10.8333 15.2084C10.9701 15.2084 11.1056 15.1815 11.232 15.1291C11.3584 15.0768 11.4732 15 11.5699 14.9033L15.7366 10.7366Z\' fill=\'black\'/%3e%3c/svg%3e');
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}

@media screen and (max-width: 767px) {
  .frontAdvantages .frontAdvantages__link::after {
    width: 1rem;
    height: 1rem;
  }
}

/* End */


/* Start:/local/templates/utwood__main/components/bitrix/catalog.section.list/index_tree/style.css?17615935796600*/
//популярные товары

.popular .popular__title {
  color: #000;
  font-size: 34px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
}

.popular__list {
  margin: 0;
  margin-top: 42px;

  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;

  list-style: none;
}

.popular-card {
  --local-accent-color: #52A957;

  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;

  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
  background: #FFF;
  border-radius: 10px;
}

.popular-card.show-all .popular-card__content {
  margin-top: -29px;
}

@media (max-width: 768px) {
  .popular-card.show-all .popular-card__content {
    margin-top: 0;
  }
}

.popular-card.show-all .popular-card__content::before {
  visibility: visible;
  opacity: 1;
}

.popular-card.show-all .popular-card__links {
  height: auto !important;
}

.popular-card.show-all .popular-card__links [data-card-more] {
  display: none !important;
}

.popular-card.show-all .popular-card__item:not([data-card-more]) {
  display: block !important;
}

.popular-card__header {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.popular-card__image {
  -webkit-user-select: none;
     -moz-user-select: none;

  width: 100px;
  height: auto;
  aspect-ratio: 1/1;

  border-radius: 10px;
  overflow: hidden;

  pointer-events: none;
          user-select: none;
}

.popular-card__image picture,
.popular-card__image img {
  -o-object-fit: cover;
  -o-object-position: center;

  width: 100%;
  height: 100%;
  display: block;
     object-fit: cover;
     object-position: center;
}

.popular-card__icon {
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M5.92893 17.5563L17.2426 6.24264M17.2426 6.24264V14.7279M17.2426 6.24264H8.75736' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;

  position: relative;
  z-index: 1;

  width: 24px;
  height: 24px;
  flex-shrink: 0;

  background-color: var(--local-accent-color);

          mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M5.92893 17.5563L17.2426 6.24264M17.2426 6.24264V14.7279M17.2426 6.24264H8.75736' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
}

.popular-card__content {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;

  transition: all 0.3s ease;
}

.popular-card__content::before {
  --local-offset: 80px;

  content: "";

  position: absolute;
  top: calc(0px - var(--local-offset));
  left: 0;
  z-index: 0;

  width: 100%;
  height: calc(var(--local-offset) + 50px);

  background-image: linear-gradient(0deg, rgb(255, 255, 255) 49%, rgba(255, 255, 255, 0) 100%);
  visibility: hidden;
  opacity: 0;

  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .popular-card__content::before {
    content: unset;
  }
}

.popular-card__title-link {
  position: relative;
  z-index: 1;

  color: #222;
  font: 600 16px/1.5 sans-serif !important;
  text-decoration: none;
}

.popular-card__links {
  -moz-column-gap: 16px;
  --local-line-height: 19px;
  --local-row-count: 3;
  --local-row-gap: 10px;

  position: relative;
  position: relative;
  z-index: 1;
  margin: 0;

  padding: 0;
  height: calc(var(--local-line-height) * var(--local-row-count) + var(--local-row-gap) * (var(--local-row-count) - 1));
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: var(--local-row-gap);
       column-gap: 16px;

  list-style: none;

  overflow: hidden;

  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .popular-card__links {
    --local-row-count: 2;
    --local-row-gap: 6px;

    column-gap: 12px;
  }
}

.popular-card__links.overflow [data-card-more] {
  display: block !important;
}

.popular-card__item {
  all: unset;

  width: -moz-fit-content;
  width:      fit-content;
  height: -moz-fit-content;
  height:      fit-content;
  display: block;

  font: 500 14px / var(--local-line-height) sans-serif !important;
}

.popular-card__item:has(.popular-card__more) {
  display: none;
}

.popular-card__link.text {
  -webkit-text-decoration-color: rgba(0, 0, 0, 0.3);
  -webkit-text-decoration-line: underline;
  -webkit-text-decoration-skip: ink;
  -webkit-text-decoration-style: solid;
  text-underline-offset: 17%;
  font: inherit;

  color: rgba(0, 0, 0, 0.3) !important;
          text-decoration-color: rgba(0, 0, 0, 0.3);
          text-decoration-line: underline;
          text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-position: from-font;
}

.popular-card__item .popular-card__more {
  text-underline-offset: 25%; /* 3.5px */
  -webkit-user-select: none;
     -moz-user-select: none;

  margin: 0;

  padding: 0;

  color: var(--local-accent-color);
  font: inherit;
  font-weight: 500 !important;
  text-decoration-color: var(--local-accent-color);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 7.5%; /* 1.05px */

  background: none;
  border: none;

  cursor: pointer;
          user-select: none;
}

.popular-card__more::after {
  content: " " attr(data-count);
}

@media (max-width: 1440px) {
  .popular .popular__title {
    font-size: 31px;
  }

  .popular__list {
    margin-top: 32px;

    gap: 28px;
  }

  .popular-card {
    padding: 18px;
    gap: 16px;
  }

  .popular-card__image {
    width: 90px;
    height: 90px;
  }

  .popular-card__content {
    gap: 12px;
  }
}

@media (max-width: 1024px) {
  .popular__list {
    margin-top: 30px;

    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .popular .popular__title {
    font-size: 20px;
  }

  .popular__list {
    margin-top: 20px;

    grid-template-columns: 1fr;
    gap: 12px;
  }

  .popular-card {
    padding: 12px;
    gap: 10px;
  }

  .popular-card__image {
    width: 64px;
    height: 64px;
  }
}

/* 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/news.list/slider_main/style.css?176062425812749 */
/* /local/templates/utwood__main/components/bitrix/catalog.section.list/index_tree/style.css?17615935796600 */
/* /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 */
