

/* 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/news.list/main-slider/style.css?1758703003851*/
/* HERO — сам является слайдером (Owl) */
.hero {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
  border-bottom: 1px solid var(--line);
}
.hero .owl-carousel {
  position: relative;
}
.hero-slide {
  min-height: 480px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 24px;
  padding: 40px 0;
  color: #111;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hero-slide[style*="background-image"] {
  color: #fff;
}
.hero-slide .h1 {
  color: #fff;
}
.hero-slide[style*="background-image"] .subtitle,
.hero-slide[style*="background-image"] p {
  color: rgba(255, 255, 255, 0.9);
}
.hero__content {
  max-width: 560px;
}
.hero__actions {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
/* 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/news.list/product_hits/style.css?17587030033385*/
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 12px 0 8px;
}
.product-grid.owl-carousel .owl-item:not(.active) {
    opacity: 0;
}
.product-grid.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.product-grid.owl-carousel .owl-stage {
    display: flex;
    height: 100%;
}
.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;
}
.owl-item .product-card {
  height: 100%;
  justify-content: flex-end;
}
.owl-item .product-card__img {
  min-height: 300px;
}
.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 (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/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/system.pagenavigation/.default/style.css?17587030031369 */
/* /local/templates/storepack/components/bitrix/news.list/main-slider/style.css?1758703003851 */
/* /local/templates/storepack/components/bitrix/catalog.section.list/section_list_img/style.css?17587030031491 */
/* /local/templates/storepack/components/bitrix/news.list/product_hits/style.css?17587030033385 */
/* /local/templates/storepack/components/bitrix/news.list/faq/style.css?17587030031661 */
