

/* Start:/local/templates/storepack/components/bitrix/breadcrumb/new/style.min.css?1758703003457*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}.bx-breadcrumb-item .icon {width: 16px;height: 16px;top: 2px;left: -2px;position: relative;}
/* End */


/* Start:/local/templates/storepack/components/bitrix/catalog.section.list/section_list_img/style.css?17587030031491*/
.catalog_list__wrapper {
    margin-bottom: 60px;
    background: var(--bg);
    position: relative;
    padding: 60px 0;
}
.catalog_list__wrapper:before {
  right: unset;
  left: 0;
}
.cat-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.cat-list--child {
  margin-top: 8px;
}
.catalog_list__wrapper .carousel__dots button.carousel__dot {
  background: #fff;
}
.cat-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px;
  background: #fff;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.2s;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.cat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  border-color: #ddd;
}
.cat-card__img {
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
}
.cat-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cat-card__name {
  font-weight: 600;
  color: var(--brand);
}
@media (max-width: 1200px) {
  .cat-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .cat-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog_list__wrapper {
    margin-bottom: 40px;
    padding: 40px 0;
  }
}
@media (max-width: 560px) {
  .cat-list {
    grid-template-columns: 1fr;
  }
}

/* End */


/* Start:/local/templates/storepack/components/bitrix/system.pagenavigation/.default/style.css?17587030031369*/
.pager {
  text-align: center;
  margin-top: 20px;
}
/* section.first-section .pager {
  margin-bottom: 20px !important;
} */
svg.pager-button-icon {
  height: 19px;
  top: 4px;
  position: relative;
}

.pager span,
.pager a {
  display: inline-block;
  background: var(--bg);
  padding: 0 15px;
  border-radius: 4px;
  margin-right: 10px;
  color: #676767;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.pager span.page,
.pager a.page {
  width: 40px;
  padding: 0;
}

.pager a:hover,
span.page.modern-page-current {
  background: var(--brand) !important;
  color: var(--white) !important;
}
section.grey-section .pager a {
  background: var(--white);
  color: #555;
}
@media screen and (max-width: 600px) {
  a.modern-page-previous,
  a.modern-page-next,
  a.page.total_page,
  a.page.modern-page-dots {
    display: none !important;
  }
  .pager {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 340px) {
  #section-list .pager span.page,
  #section-list .pager a.page {
    width: 35px;
    margin-right: 5px;
  }
}

/* End */


/* Start:/local/templates/storepack/components/bitrix/catalog/main/bitrix/catalog.section/.default/style.css?17587030034317*/
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 12px 0 8px;
}
.product-card {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 12px;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
  position: relative;
}
/* .product-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  border-color: #ddd;
} */
.product-card__img {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: var(--white);
  margin-bottom: 10px;
}
.product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card__title {
  display: block;
  color: #111;
  font-weight: 600;
  margin-bottom: 8px;
}
.product-card__bottom {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.product-card__price .price {
  font-weight: 700;
}
.product-card__actions {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.product-card__actions .btn {
  flex: 1 1 50%;
  padding: 10px 14px;
  border-radius: 10px;
  text-align: center;
  justify-content: space-around;
}
.product-card__prop {
  display: flex;
  justify-content: space-between;
  color: var(--grey-text);
  font-size: 14px;
  position: relative;
  width: 100%;
}

.product-card__prop span {
  background: #fff;
  position: relative;
  z-index: 2;
}
.product-card__prop .name {
  padding-right: 2px;
}
.product-card__prop .value {
  padding-left: 2px;
}
.product-card__prop:after {
  content: "";
  background: var(--line);
  width: 95%;
  height: 1px;
  position: absolute;
  bottom: 3px;
  right: 10px;
}
.border_abs__top {
  border: 1px solid transparent;
  border-radius: 4px;
  bottom: -20px;
  box-shadow: 0 0 4px 2px rgba(34, 60, 80, 0.2);
  left: -15px;
  min-height: 100%;
  opacity: 0;
  position: absolute;
  right: -15px;
  top: -20px;
  transition: opacity 0.2s ease-in-out;
  visibility: hidden;
  z-index: 3;
  background: #fff;
  display: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
}
.product-card:hover .product-card_wrapper > *:not(.border_abs__top) {
  z-index: 9;
  position: relative;
}
.product-card.product-card--empty {
  min-height: 530px;
}
.product-card__props {
  height: auto;
  opacity: 1;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
  .product-card_wrapper {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
  }
/* ===== Responsive ===== */
@media (min-width: 900px) {
  .product-grid:not(.owl-carousel) .product-card:hover {
    z-index: 9;
    padding: 0;
  }
  .product-grid:not(.owl-carousel) .product-card:hover .border_abs__top {
    opacity: 1;
    visibility: visible;
  }
  .product-grid:not(.owl-carousel) .product-card:hover .product-card__props {
    height: auto;
    opacity: 1;
    transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .product-grid:not(.owl-carousel) .product-card:hover .product-card_wrapper {
    height: auto;
    position: absolute;
    width: 100%;
  }
  .product-grid:not(.owl-carousel) .product-card {
    border: none;
  }
  .product-grid:not(.owl-carousel) .border_abs__top {
    display: block;
  }
  .product-grid:not(.owl-carousel) .product-card__props {
    -webkit-transition: all 0.7 cubic-bezier(0.46, 0.84, 0.32, 0.94);
    transition: all 0.7 cubic-bezier(0.46, 0.84, 0.32, 0.94);
    -moz-transition: all 0.7 cubic-bezier(0.46, 0.84, 0.32, 0.94);
    -ms-transition: all 0.7 cubic-bezier(0.46, 0.84, 0.32, 0.94);
    -o-transition: all 0.7 cubic-bezier(0.46, 0.84, 0.32, 0.94);
    height: 0;
    opacity: 0;
    margin: 0;
  }
}

@media (max-width: 1200px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
  .product-card.product-card--empty {
    display: none;
  }
}

/* End */


/* Start:/local/templates/storepack/components/bitrix/news.list/reviews/style.css?17587030033932*/

.reviews_grid,
.reviews_grid.owl-carousel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 40px;
}

.ya_reviews.owl-carousel .owl-stage {
  display:flex;
  /* align-items: center; */
}
.ya_reviews_item {
  padding: 20px;
  background: var(--bg);
  display: block;
  border-radius: 16px;
  height: 100%;
  -webkit-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  -moz-border-radius: 16px;
}
.ya_reviews_item .review_head {
  display: flex;
  justify-content: space-between;
}
.ya_reviews_item .review_head .name {
  font-weight: bold;
  font-size: 16px;
}
.ya_reviews_item .review_head .date {
  color: #c8c8c8;
  font-weight: 600;
}
.ya_reviews_item .star_wrap {
  display: flex;
  margin: 5px 0;
}
.ya_reviews_item .star_item svg path {
  fill: #fc0;
}
.ya_reviews_item .source {
  padding-left: 10px;
  color: #DC2A1B;
}
.ya_reviews_item .rev_more {
  color: #DC2A1B;
  cursor: pointer;
}
.ya_reviews_item .review_img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.ya_reviews .ya_reviews_item .review_img img {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  margin: 0 5px 5px 0;
}
.start__wrapp {
  margin: 14px 0 20px 0;
}
.stars {
  --stars-width: calc(var(--stars-size) * 5 + (5 - 1) * var(--stars-gap));
  position: relative;
  width: var(--stars-width);
  height: var(--stars-size);
  background-repeat: space no-repeat;
  background-size: var(--stars-size);
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='26' viewBox='0 0 27 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.4574 10.1108C26.3622 9.82636 26.1158 9.61916 25.8194 9.57356L17.9497 8.37116L14.4237 0.859963C14.2917 0.579163 14.0093 0.399963 13.6993 0.399963C13.3893 0.399963 13.1074 0.579163 12.9749 0.859963L9.44895 8.37116L1.57935 9.57396C1.28295 9.61916 1.03695 9.82676 0.941349 10.1112C0.846149 10.3952 0.917749 10.7088 1.12735 10.9236L6.84495 16.7864L5.49375 25.068C5.44415 25.3704 5.57175 25.6748 5.82255 25.8508C5.96015 25.948 6.12135 25.9972 6.28295 25.9972C6.41575 25.9972 6.54935 25.9636 6.67015 25.8972L13.6989 22.0096L20.7278 25.8972C20.8486 25.9636 20.9821 25.9972 21.115 25.9972C21.2765 25.9972 21.4382 25.948 21.5753 25.8508C21.8261 25.6748 21.9537 25.3704 21.9042 25.068L20.5529 16.7864L26.2705 10.9236C26.4805 10.7084 26.5526 10.3948 26.4574 10.1108Z' fill='%23EAEBF2'/%3E%3C/svg%3E%0A");
}
.stars--filled {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='26' viewBox='0 0 27 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.4574 10.1108C26.3622 9.82636 26.1158 9.61916 25.8194 9.57356L17.9497 8.37116L14.4237 0.859963C14.2917 0.579163 14.0093 0.399963 13.6993 0.399963C13.3893 0.399963 13.1074 0.579163 12.9749 0.859963L9.44895 8.37116L1.57935 9.57396C1.28295 9.61916 1.03695 9.82676 0.941349 10.1112C0.846149 10.3952 0.917749 10.7088 1.12735 10.9236L6.84495 16.7864L5.49375 25.068C5.44415 25.3704 5.57175 25.6748 5.82255 25.8508C5.96015 25.948 6.12135 25.9972 6.28295 25.9972C6.41575 25.9972 6.54935 25.9636 6.67015 25.8972L13.6989 22.0096L20.7278 25.8972C20.8486 25.9636 20.9821 25.9972 21.115 25.9972C21.2765 25.9972 21.4382 25.948 21.5753 25.8508C21.8261 25.6748 21.9537 25.3704 21.9042 25.068L20.5529 16.7864L26.2705 10.9236C26.4805 10.7084 26.5526 10.3948 26.4574 10.1108Z' fill='%23FEBD33'/%3E%3C/svg%3E%0A");
}
.stars__rating {
  position: absolute;
  top: 0;
  z-index: 1;
  overflow: hidden;
  width: calc((var(--stars-size) + var(--stars-gap))* var(--rating) - var(--stars-gap) / 2);
}

.stars--25 {
  --stars-size: 25px;
  --stars-gap: 3px;
}


@media (max-width: 767px) {
  .ya_reviews.carousel_styles__custom .owl-nav {
    display: none;
  }
}
@media (max-width: 550px) {
  .stars--25 {
    --stars-size: 20px;
    --stars-gap: 3px;
  }
}
/* End */


/* Start:/local/templates/storepack/components/bitrix/news.list/faq/style.css?17587030031661*/
.faq-container {
  margin-top: 40px;
}
.faq-item {
  background: var(--bg);
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 16px 20px;
}
.faq-question {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-category {
  margin: 80px 0 40px 0;
  font-size: 54px;
  line-height: 64px;
  color: #222222;
  font-weight: bold;
}
.faq-title {
  max-width: 85%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
}
.faq-item:last-child {
  margin: 0;
}
.faq-toggle {
  transition: transform 0.3s;
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.faq-answer {
  /* display: none; */
  max-height: 0; /* Начальная высота */
  overflow: hidden;
  transition: max-height 0.3s ease-out; /* Анимация высоты */

  font-size: 14px;
  line-height: 19px;
  color: #333;
}
.faq-answer p:first-child {
  margin-top: 0;
}
.faq-item.open .faq-answer {
  /* display: block; */
  /* margin-top: 10px; */
}

.faq-item.open .faq-toggle {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .faq-question {
    font-size: 16px;
    line-height: 19px;
  }
  .faq-category {
    margin: 60px 0 30px 0;
    font-size: 30px;
    line-height: 30px;
  }
}

/* End */
/* /local/templates/storepack/components/bitrix/breadcrumb/new/style.min.css?1758703003457 */
/* /local/templates/storepack/components/bitrix/catalog.section.list/section_list_img/style.css?17587030031491 */
/* /local/templates/storepack/components/bitrix/system.pagenavigation/.default/style.css?17587030031369 */
/* /local/templates/storepack/components/bitrix/catalog/main/bitrix/catalog.section/.default/style.css?17587030034317 */
/* /local/templates/storepack/components/bitrix/news.list/reviews/style.css?17587030033932 */
/* /local/templates/storepack/components/bitrix/news.list/faq/style.css?17587030031661 */
