

/* Start:/local/templates/ksel/components/bitrix/catalog/sections-list-card-def/style.css?17213158932550*/
/* Section. Products default */
.wrap-table {
  overflow: auto;
  position: relative;
}
.wrap-table table {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1199px) {
  .section-products-def:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .section-products-def__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .section-products-def__menu {
    display: none;
  }

  .section-products-def__products-filter {
    margin-bottom: 1.25rem;
  }

  .section-products-def__products-list {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .section-products-def__section {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }

  .section-products-def__menu, .section-products-def__products {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .section-products-def:not(:last-child) {
    margin-bottom: 4.0625rem;
  }

  .section-products-def__title:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .section-products-def:not(:last-child) {
    margin-bottom: 6.25rem;
  }

  .section-products-def__menu {
    padding-right: 2.8125rem;
  }

  .section-products-def__title:not(:last-child) {
    margin-bottom: 2.75rem;
  }

  .section-products-def__products-filter {
    margin-bottom: 1.875rem;
  }

  .section-products-def__products-list {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 1200px) and (max-width: 1519px) {
  .section-products-def__menu {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .section-products-def__products {
    flex: 0 0 auto;
    width: 66.66667%;
  }
}

@media (min-width: 1520px) {
  .section-products-def__menu {
    flex: 0 0 auto;
    width: 25%;
  }

  .section-products-def__products {
    flex: 0 0 auto;
    width: 75%;
  }
}

.section-products-def__title {
  font-weight: 800;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .section-products-def__title {
    font-size: 1.375rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .section-products-def__title {
    font-size: 1.8125rem;
  }
}

@media (min-width: 1200px) {
  .section-products-def__title {
    font-size: 2.25rem;
  }
}
/* End */


/* Start:/local/templates/ksel/components/bitrix/news.detail/product-page-def/style.css?178692135423080*/
/* Product. Page default */

.product-page-def__title:not(:last-child) {
  margin-bottom: 2.5rem;
}

.product-page-def__header-photo {
  text-align: center;
}

.product-page-def__header-info {
  display: flex;
  flex-direction: column;
}

.product-page-def__header-info-service {
  margin-bottom: 0;
  margin-top: auto;
}

.product-page-def__header-info-service .btn {
  width: 100%;
}

.product-page-def__header-buy {
  display: flex;
}

.product-page-def__header-buy-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.product-page-def__photo {
  position: relative;
}

.product-page-def__photo::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.product-page-def__gallery {
  width: 100%;
  position: relative;
}

.product-page-def__gallery-link {
  display: block;
  height: 100%;
  width: 100%;
  cursor: zoom-in;
}

.product-page-def__photo_video::before {
  display: none;
}

.product-page-def__photo_video video {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  background: #111;
}

.product-page-def__gallery-controls {
  margin-top: 0.75rem;
}

.product-page-def__gallery .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.product-page-def__gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  max-width: calc(100% - 7rem);
}

.product-page-def__gallery-thumb {
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  padding: 0;
  margin: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 0.25rem;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.65;
  transition: opacity 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.product-page-def__gallery-thumb img,
.product-page-def__gallery-thumb-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-page-def__gallery-thumb-video {
  background: #1a1a1a;
  position: relative;
}

.product-page-def__gallery-thumb-video::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4rem 0 0.4rem 0.65rem;
  border-color: transparent transparent transparent #fff;
  transform: translate(-35%, -50%);
}

.product-page-def__gallery-thumb:hover,
.product-page-def__gallery-thumb.is-active {
  opacity: 1;
  border-color: #0d6efd;
  box-shadow: 0 0 0 1px #0d6efd;
}

.product-page-def__video-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3.5rem;
  height: 3.5rem;
  margin: -1.75rem 0 0 -1.75rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  pointer-events: none;
}

.product-page-def__video-badge::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.65rem 0 0.65rem 1.05rem;
  border-color: transparent transparent transparent #fff;
  transform: translate(-35%, -50%);
}

.product-page-def__photo_video {
  position: relative;
}

.product-page-def__fancybox-video {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  background: #000;
}

.product-page-def__quantity:not(:last-child) {
  margin-bottom: 1.25rem;
}

.product-page-def__header-buy-add-to-basket:not(:last-child) {
  margin-bottom: 1.25rem;
}

.product-page-def__order, .product-page-def__add-to-cart, .product-page-def__quick-order {
  width: 100%;
}
.product-page-def__order {display: flex; justify-content: end}
.product-page-def__add-to-cart .btn, .product-page-def__quick-order .btn {
  width: 100%;
}

.product-page-def__add-to-cart-btn_in-the-cart::before {
  content: '';
  display: inline-block;
  height: 0.875rem;
  width: 1.125rem;
  vertical-align: middle;
  position: relative;
  top: -0.125rem;
  margin-right: 0.5rem;
}

@media (max-width: 767px) {
  .product-page-def:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .product-page-def__header:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .product-page-def__header-photo:not(:last-child), .product-page-def__header-info:not(:last-child), .product-page-def__header-buy:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .product-page-def__quick-order {
    margin-left: auto;
    margin-right: auto;
    max-width: 16.375rem;
  }

  .product-page-def__title-section:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .product-page-def__desc:not(:last-child), .product-page-def__chars:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

@media (max-width: 575px) {
  .product-page-def__photo img,
  .product-page-def__photo_video video {
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 576px) {
  .product-page-def__photo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28.125rem;
  }

  .product-page-def__photo img,
  .product-page-def__photo_video video {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .product-page-def__header {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }

  .product-page-def__header-photo, .product-page-def__header-info, .product-page-def__header-buy {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .product-page-def:not(:last-child) {
    margin-bottom: 5.625rem;
  }

  .product-page-def__header:not(:last-child) {
    margin-bottom: 2.1875rem;
  }

  .product-page-def__title-section:not(:last-child) {
    margin-bottom: 1.34375rem;
  }

  .product-page-def__desc:not(:last-child), .product-page-def__chars:not(:last-child) {
    margin-bottom: 2.9375rem;
  }
}

@media (max-width: 767px) {
  .product-page-def__header-buy-inner {
    padding: 1.875rem 3.125rem 2.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .product-page-def__header-photo {
    flex: 0 0 auto;
    width: 100%;
  }

  .product-page-def__header-photo:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .product-page-def__header-info {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .product-page-def__header-buy {
    flex: 0 0 auto;
    width: 41.66667%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-page-def__header-buy-inner {
    padding: 0.625rem 1.875rem 1rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-page-def__header-buy-inner {
    padding: 1.875rem 3.125rem 2.25rem;
  }
}

@media (min-width: 1200px) {
  .product-page-def:not(:last-child) {
    margin-bottom: 9.375rem;
  }

  .product-page-def__header:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .product-page-def__title-section:not(:last-child) {
    margin-bottom: 1.4375rem;
  }

  .product-page-def__desc:not(:last-child), .product-page-def__chars:not(:last-child) {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1200px) and (max-width: 1519px) {
  .product-page-def__header-photo {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .product-page-def__header-info {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .product-page-def__header-buy {
    flex: 0 0 auto;
    width: 25%;
  }

  .product-page-def__header-buy-inner {
    padding: 0.625rem 1.875rem 1rem;
  }
}

@media (min-width: 1520px) {
  .product-page-def__header-photo {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .product-page-def__header-info {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .product-page-def__header-buy {
    flex: 0 0 auto;
    width: 25%;
  }

  .product-page-def__header-buy-inner {
    padding: 1.875rem 3.125rem 2.25rem;
  }

  .product-page-def__desc, .product-page-def__chars {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 75%;
  }
}

.product-page-def__title-main {
  font-weight: 800;
  line-height: 1.2;
}

.product-page-def__title-chars {
  color: #9D9D9D;
  font-weight: 400;
}

.product-page-def__header-buy-inner {
  background-color: #F5F5F5;
}

.product-page-def__add-to-cart-btn_in-the-cart::before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1328 1.11719C17.6211 1.60547 17.6211 2.39454 17.1328 2.88282L7.13281 12.8828C6.64453 13.3711 5.85547 13.3711 5.36719 12.8828L0.366094 7.88282C-0.122031 7.39454 -0.122031 6.60548 0.366094 6.11719C0.854297 5.62891 1.6457 5.62891 2.13398 6.11719L6.21484 10.2305L15.3672 1.11719C15.8555 0.628131 16.6445 0.628131 17.1328 1.11719Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-page-def__photo::before {
  border: 1px solid #F5F5F5;
}

.product-page-def__title-section {
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .product-page-def__title-main {
    font-size: 1.375rem;
  }

  .product-page-def__title-chars {
    font-size: 1.0rem;
  }

  .product-page-def__title-section {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-page-def__header-info-service .btn {
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 0.8125rem 0.8125rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .product-page-def__title-main {
    font-size: 1.8125rem;
  }

  .product-page-def__title-chars {
    font-size: 1.25rem;
  }

  .product-page-def__title-section {
    font-size: 1.375rem;
  }
}

@media (min-width: 1200px) and (max-width: 1519px) {
  .product-page-def__header-info-service .btn {
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 0.8125rem 0.8125rem;
  }
}

@media (min-width: 1200px) {
  .product-page-def__title-main {
    font-size: 2.25rem;
  }

  .product-page-def__title-chars {
    font-size: 1.5rem;
  }

  .product-page-def__title-section {
    font-size: 1.5rem;
  }
}

.product-page-def__quantity.input-type-number-def .input-type-number-def__minus.btn.btn-light:not(:hover), .product-page-def__quantity.input-type-number-def .input-type-number-def__minus.btn.btn-light:not(:focus-visible),
.product-page-def__quantity.input-type-number-def .input-type-number-def__plus.btn.btn-light:not(:hover),
.product-page-def__quantity.input-type-number-def .input-type-number-def__plus.btn.btn-light:not(:focus-visible) {
  background-color: #E9E9E9;
}

.product-page-def__header-buy-order {display: flex}

.product-page-def__order .js__add_to_cart {
  padding: 0 !important;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  box-sizing: border-box;
}

.product-page-def__order .js__add_to_cart::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Variants */
.product-page-def__variants {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.product-page-def__variant-label {
  margin: 0 0 0.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.product-page-def__variant-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.product-page-def__variant-btn {
  appearance: none;
  border: 1px solid #d0d0d0;
  background: #fff;
  border-radius: 0.375rem;
  padding: 0.4rem 0.65rem;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #222;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}

.product-page-def__variant-btn.is-active {
  border-color: #2cae66;
  color: #2cae66;
  font-weight: 600;
  background: #f3fbf7;
}

.product-page-def__variant-btn.is-disabled,
.product-page-def__variant-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.product-page-def__variant-btn.is-active.is-disabled,
.product-page-def__variant-btn.is-active:disabled {
  opacity: 1;
  cursor: default;
}

/* Compact delivery / payment */
.product-page-def__delivery-pay {
  margin: 0;
  padding: 0.875rem 1rem;
  background: #f5f5f5;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.product-page-def__delivery-pay-item {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.35;
  color: #333;
}

.product-page-def__delivery-pay-icon {
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.1rem;
}

/* Description preview + link */
.product-page-def__detail-link-wrap {
  margin: 1rem 0 0;
}

.product-page-def__detail-link {
  appearance: none;
  border: 0;
  background: #f0f0f0;
  border-radius: 0.375rem;
  padding: 0.75rem 1rem;
  width: 100%;
  max-width: 22rem;
  text-align: left;
  font-weight: 600;
  color: #2cae66;
  cursor: pointer;
}

.product-page-def__detail-link:hover,
.product-page-def__detail-link:focus-visible {
  color: #248f54;
}

.product-page-def__chars .product-page-def__title-section {
  display: none;
}

.product-page-def__chars {
  margin-bottom: 1.25rem !important;
}

.product-page-def__desc {
  margin-top: 0;
}

/* Drawer */
body.product-page-def-drawer-open {
  overflow: hidden;
}

.product-page-def__drawer {
  --product-drawer-width: min(33vw, calc(100vw - 3rem));
  position: fixed;
  inset: 0;
  z-index: 1050;
}

.product-page-def__drawer[hidden] {
  display: none !important;
}

.product-page-def__drawer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.product-page-def__drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: var(--product-drawer-width);
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: -0.5rem 0 1.5rem rgba(0, 0, 0, 0.12);
}

.product-page-def__drawer-close {
  position: absolute;
  top: max(0.75rem, env(safe-area-inset-top, 0px));
  right: var(--product-drawer-width);
  z-index: 3;
  appearance: none;
  border: 0;
  background: transparent;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  cursor: pointer;
  transform: translateX(-100%);
}

.product-page-def__drawer-close img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) invert(1);
}

.product-page-def__drawer-scroll {
  flex: 1 1 auto;
  overflow: auto;
  padding: 1.5rem 1.25rem 1rem;
  -webkit-overflow-scrolling: touch;
}

.product-page-def__drawer-title {
  margin: 0 0 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.product-page-def__drawer-section {
  margin-bottom: 1.5rem;
}

.product-page-def__drawer-section-title {
  margin: 0 0 0.75rem;
  font-weight: 700;
  font-size: 1.0625rem;
}

.desc-product-page_preview table,
.desc-product-page_preview tbody,
.desc-product-page_preview thead,
.desc-product-page_preview tr,
.desc-product-page_preview td,
.desc-product-page_preview th {
  display: none !important;
}

.desc-product-page_drawer {
  max-width: 100%;
  overflow-x: auto;
}

.product-page-def__drawer .desc-product-page_drawer table,
.product-page-def__drawer .desc-product-page_drawer thead,
.product-page-def__drawer .desc-product-page_drawer tbody,
.product-page-def__drawer .desc-product-page_drawer tfoot,
.product-page-def__drawer .desc-product-page_drawer tr,
.product-page-def__drawer .desc-product-page_drawer th,
.product-page-def__drawer .desc-product-page_drawer td,
.product-page-def__drawer .desc-product-page_drawer table * {
  border: 0 !important;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.product-page-def__drawer .desc-product-page_drawer table {
  width: 100% !important;
  max-width: 100%;
  table-layout: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.product-page-def__drawer .desc-product-page_drawer th,
.product-page-def__drawer .desc-product-page_drawer td {
  width: auto;
  max-width: none;
  border-bottom: 1px solid #ececec !important;
  padding: 0.625rem 0.75rem 0.625rem 0 !important;
  vertical-align: top;
  text-align: left !important;
}

.product-page-def__drawer .desc-product-page_drawer td:first-child,
.product-page-def__drawer .desc-product-page_drawer th:first-child {
  width: 58%;
  padding-right: 1rem !important;
}

.product-page-def__drawer .desc-product-page_drawer td:last-child,
.product-page-def__drawer .desc-product-page_drawer th:last-child {
  width: 42%;
}

.product-page-def__drawer .desc-product-page_drawer tr:first-child td,
.product-page-def__drawer .desc-product-page_drawer tr:first-child th {
  font-weight: 700;
}

.product-page-def__drawer .desc-product-page_drawer tr:last-child td,
.product-page-def__drawer .desc-product-page_drawer tr:last-child th {
  border-bottom: 0 !important;
}

.product-page-def__drawer .desc-product-page_drawer td p,
.product-page-def__drawer .desc-product-page_drawer th p,
.product-page-def__drawer .desc-product-page_drawer td div,
.product-page-def__drawer .desc-product-page_drawer th div,
.product-page-def__drawer .desc-product-page_drawer td b,
.product-page-def__drawer .desc-product-page_drawer th b {
  margin: 0;
  text-align: left !important;
  font-size: inherit;
  line-height: 1.45;
}

.product-page-def__docs-list {
  margin: 0;
  padding: 0 !important;
  list-style: none !important;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.product-page-def__docs-item {
  min-width: 0;
  list-style: none !important;
  padding-left: 0 !important;
}

.product-page-def__docs-item::before {
  content: none !important;
  display: none !important;
}

.product-page-def__docs-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  width: 100%;
  padding: 0.75rem 0.875rem;
  border: 1px solid #ececec;
  border-radius: 0.5rem;
  color: #222;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.product-page-def__docs-icons {
  position: relative;
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  perspective: 120px;
}

.product-page-def__docs-icon {
  position: absolute;
  inset: 0;
  display: block;
  background-color: #333;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: transform 0.35s cubic-bezier(0.34, 1.4, 0.64, 1), opacity 0.22s ease, background-color 0.22s ease;
}

.product-page-def__docs-icon_file {
  -webkit-mask-image: url("/local/templates/ksel/img/icons/clipboard.svg");
  mask-image: url("/local/templates/ksel/img/icons/clipboard.svg");
  opacity: 1;
  transform: translateY(0) scale(1) rotate(0deg);
}

.product-page-def__docs-icon_down {
  -webkit-mask-image: url("/local/templates/ksel/img/icons/arrow-down-to-line.svg");
  mask-image: url("/local/templates/ksel/img/icons/arrow-down-to-line.svg");
  background-color: #2cae66;
  opacity: 0;
  transform: translateY(-0.7rem) scale(0.65) rotate(-18deg);
}

.product-page-def__docs-name {
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.product-page-def__docs-link:hover,
.product-page-def__docs-link:focus-visible {
  border-color: #2cae66;
  background: #f3fbf7;
  color: #2cae66;
}

.product-page-def__docs-link:hover .product-page-def__docs-name,
.product-page-def__docs-link:focus-visible .product-page-def__docs-name {
  text-decoration: underline;
}

.product-page-def__docs-link:hover .product-page-def__docs-icon_file,
.product-page-def__docs-link:focus-visible .product-page-def__docs-icon_file {
  opacity: 0;
  transform: translateY(0.7rem) scale(0.65) rotate(18deg);
}

.product-page-def__docs-link:hover .product-page-def__docs-icon_down,
.product-page-def__docs-link:focus-visible .product-page-def__docs-icon_down {
  opacity: 1;
  transform: translateY(0) scale(1) rotate(0deg);
}

.product-page-def__drawer-buy {
  flex: 0 0 auto;
  border-top: 1px solid #ececec;
  padding: 1rem 1.25rem 1.25rem;
  background: #fff;
}

.product-page-def__drawer-price {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.product-page-def__drawer-price-unit {
  font-weight: 500;
  font-size: 1rem;
  margin-left: 0.25rem;
}

.product-page-def__drawer-buy-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.5rem;
}

.product-page-def__drawer-quantity,
.product-page-def__drawer-quantity.input-group {
  flex: 0 0 auto;
  width: auto !important;
  min-width: 6.75rem;
  max-width: 8.5rem;
  margin-bottom: 0 !important;
}

.product-page-def__drawer-cart,
.product-page-def__drawer-cart.js__add_to_cart {
  flex: 0 0 48px;
  width: 48px !important;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  padding: 0 !important;
  box-sizing: border-box;
}

.product-page-def__drawer-cart.js__add_to_cart::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-page-def__drawer-buy-btn.btn {
  flex: 1 1 auto;
  min-width: 0;
  height: 48px;
  padding: 0 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
  box-sizing: border-box;
}

.product-page-def__drawer-min {
  margin: 0.625rem 0 0;
  font-size: 0.8125rem;
  color: #777;
}

@media (max-width: 991.98px) {
  .product-page-def__drawer {
    --product-drawer-width: calc(100vw - 3.25rem);
  }

  .product-page-def__drawer-close {
    left: 0;
    right: auto;
    transform: none;
  }
}

@media (max-width: 575.98px) {
  .product-page-def__drawer .desc-product-page_drawer table,
  .product-page-def__drawer .desc-product-page_drawer thead,
  .product-page-def__drawer .desc-product-page_drawer tbody,
  .product-page-def__drawer .desc-product-page_drawer tfoot,
  .product-page-def__drawer .desc-product-page_drawer tr,
  .product-page-def__drawer .desc-product-page_drawer th,
  .product-page-def__drawer .desc-product-page_drawer td {
    display: block;
    width: 100% !important;
  }

  .product-page-def__drawer .desc-product-page_drawer td:first-child,
  .product-page-def__drawer .desc-product-page_drawer th:first-child {
    width: 100%;
    padding-bottom: 0.2rem !important;
    border-bottom: 0 !important;
    font-weight: 600;
  }

  .product-page-def__drawer .desc-product-page_drawer td:last-child,
  .product-page-def__drawer .desc-product-page_drawer th:last-child {
    width: 100%;
    padding-top: 0 !important;
  }

  .product-page-def__drawer .desc-product-page_drawer tr {
    padding: 0.35rem 0 0.65rem;
    border-bottom: 1px solid #ececec !important;
  }

  .product-page-def__drawer .desc-product-page_drawer tr:last-child {
    border-bottom: 0 !important;
  }
}

/* End */


/* Start:/local/components/ksel/bitrix.form.result.new/templates/request-form-def/style.css?16671744002100*/

/* Request form. Default */

.request-form-def__message .form-control {
  min-height: 6.25rem;
}

.request-form-def__accept-terms {
  flex: 1 0 0%;
}

.request-form-def__submit {
  padding-top: 0.125rem;
}

.request-form-def__submit .btn {
  width: 14.375rem;
}

@media (max-width: 767px) {
  .request-form-def__fields:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .request-form-def__submit .btn {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .request-form-def__info {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }

  .request-form-def__info>.form-group {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 50%;
  }

  .request-form-def__info>.form-group:not(:last-child) {
    margin-bottom: 0;
  }

  .request-form-def__submit-wrapper {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }

  .request-form-def__submit-wrapper>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
  }

  .request-form-def__submit-wrapper>*:not(:last-child) {
    margin-bottom: 0;
  }

  .request-form-def__submit {
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .request-form-def__fields:not(:last-child) {
    margin-bottom: 1.375rem;
  }
}

@media (min-width: 1200px) {
  .request-form-def__fields:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
/* End */


/* Start:/local/templates/ksel/components/bitrix/news.list/products-list-carousel-card/style.css?1666807327397*/

/* Products list. Carousel card */

.products-list-carousel-card.swiper .products-list-carousel-card__item.swiper-slide {
  height: auto;
}

@media (min-width: 768px) {
  .products-list-carousel-card__item.swiper-slide {
    display: flex;
    flex-direction: column;
    height: 100% !important;
  }

  .products-list-carousel-card__item.swiper-slide>* {
    height: 100%;
    width: 100%;
  }
}
/* End */


/* Start:/local/templates/ksel/css/components/product-card-def.css?16844544005306*/
/* Product. Card default */

.product-card-def {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.product-card-def::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.product-card-def__preview-wrapper {
  position: relative;
}

.product-card-def__title:not(:last-child) {
  margin-bottom: 0.5rem;
}

.product-card-def__notice:not(:last-child) {
  margin-bottom: 0.5rem;
}

.product-card-def__body {
  flex-grow: 1;
}

.product-card-def__footer-prices {
  --bs-gutter-x: 0.875rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  align-items: flex-end;
  justify-content: space-between;
}

.product-card-def__footer-prices:not(:last-child) {
  margin-bottom: 0.625rem;
}

.product-card-def__footer-prices>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: auto;
  margin-bottom: 0 !important;
}

.product-card-def__footer-price-request:not(:last-child) {
  margin-bottom: 0.625rem;
}

.product-card-def__footer-order, .product-card-def__footer-cart {
  --bs-gutter-x: 0.875rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.product-card-def__footer-order:not(:last-child), .product-card-def__footer-cart:not(:last-child) {
  margin-bottom: 0.625rem;
}

.product-card-def__footer-order>*, .product-card-def__footer-cart>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 1 0 0%;
}

.product-card-def form.product-card-def__footer-cart:last-child {
  margin-bottom: 0;
}

.product-card-def__quick-order:not(:last-child) {
  margin-bottom: 0.625rem;
}

.product-card-def__order .btn, .product-card-def__add-to-cart .btn, .product-card-def__quick-order .btn {
  width: 100%;
}

.product-card-def__add-to-cart-btn_in-the-cart::before {
  content: '';
  display: inline-block;
  height: 0.875rem;
  width: 1.125rem;
  vertical-align: middle;
  position: relative;
  top: -0.125rem;
  margin-right: 0.5rem;
}

@media (max-width: 767px) {
  .product-card-def__preview img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .product-card-def__preview {
    overflow: hidden;
  }

  .product-card-def__preview a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .product-card-def__preview img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-card-def__preview {
    height: 15.625rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-card-def__preview {
    height: 21.25rem;
  }
}

@media (min-width: 1200px) and (max-width: 1519px) {
  .product-card-def__preview {
    height: 16.5625rem;
  }
}

@media (min-width: 1520px) {
  .product-card-def__preview {
    height: 15.625rem;
  }
}

.product-card-def::after {
  border-width: 2px;
  border-style: solid;
  pointer-events: none;
}

.product-card-def__body {
  padding: 0.8125rem 0.9375rem;
}

.product-card-def__body:not(:first-child) {
  border-top: 1px solid #F5F5F5;
  padding-top: 1.5625rem;
}

.product-card-def__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
}

.product-card-def__notice {
  color: #9D9D9D;
  font-size: 1.0rem;
  line-height: normal;
}

.product-card-def__footer {
  padding: 0.8125rem 0.9375rem;
}

.product-card-def__footer-price-request {
  font-size: 1.0rem;
  font-weight: 600;
  line-height: normal;
}

.product-card-def__body+.product-card-def__footer {
  padding-top: 0.9375rem;
}

.product-card-def__price-second {
  padding-bottom: 0.5rem;
}

.product-card-def__order .btn, .product-card-def__add-to-cart .btn {
  padding: 0.9375rem 0.9375rem 0.875rem;
}

.product-card-def__add-to-cart-btn_in-the-cart::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3e%3cpath d='M17.1328 1.11719C17.6211 1.60547 17.6211 2.39454 17.1328 2.88282L7.13281 12.8828C6.64453 13.3711 5.85547 13.3711 5.36719 12.8828L0.366094 7.88282C-0.122031 7.39454 -0.122031 6.60548 0.366094 6.11719C0.854297 5.62891 1.6457 5.62891 2.13398 6.11719L6.21484 10.2305L15.3672 1.11719C15.8555 0.628131 16.6445 0.628131 17.1328 1.11719Z' fill='%23fff'/%3e%3c/svg%3e");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-card-def::after {
  transition: border-color 0.15s linear;
  border-color: #F5F5F5;
}

.product-card-def__title a {
  text-decoration: none !important;
}

.product-card-def__title a:not(:hover):not(:focus-visible) {
  color: inherit;
}

.product-card-def:hover::after, .product-card-def:focus-within::after {
  border-color: #3ED7A4;
}
/* End */


/* Start:/local/templates/ksel/css/components/service-pane-def.css?1666742400626*/

/* Service. Pane default */

.service-pane-def {
  display: flex;
  flex-direction: column;
}

.service-pane-def__notice {
  flex-grow: 1;
}

.service-pane-def__notice p:not(:last-child) {
  margin-bottom: 1.875rem;
}

.service-pane-def__note {
  max-width: 38.75rem;
}

.service-pane-def__note:not(:last-child) {
  margin-bottom: 1.875rem;
}

.service-pane-def__order:not(:last-child) {
  margin-bottom: 1.875rem;
}

.service-pane-def__order .btn {
  width: 100%;
}

@media (min-width: 768px) {
  .service-pane-def__order .btn {
    max-width: 15rem;
  }
}

.service-pane-def__note {
  color: #9D9D9D;
  font-size: 1.0rem;
}
/* End */


/* Start:/local/templates/ksel/css/components/services-list-def.css?16667424004394*/

/* Services list. Default */

.services-list-def__tabs {
  display: flex;
  flex-direction: column;
}

.services-list-def__tabs-item:not(:last-child) {
  margin-bottom: 0.625rem;
}

.services-list-def__tabs a {
  display: block;
}

.services-list-def__panes {
  display: flex;
}

.services-list-def__panes.tab-content>.services-list-def__pane.active {
  display: flex;
}

@media (max-width: 991px) {
  .services-list-def__tabs:not(:last-child), .services-list-def__panes:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .services-list-def__tabs {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .services-list-def__tabs::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 992px) {
  .services-list-def {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }

  .services-list-def__tabs, .services-list-def__panes {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
  }

  .services-list-def__tabs:not(:last-child), .services-list-def__panes:not(:last-child) {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .services-list-def__tabs {
    flex: 0 0 auto;
    width: 33.33333%;
    padding-left: 0.9375rem !important;
    padding-right: 1.875rem;
  }

  .services-list-def__panes {
    flex: 0 0 auto;
    width: 66.66667%;
  }
}

@media (min-width: 1200px) and (max-width: 1519px) {
  .services-list-def__tabs {
    flex: 0 0 auto;
    width: 41.66667%;
    padding-left: 0.9375rem !important;
    padding-right: 1.875rem;
  }

  .services-list-def__panes {
    flex: 0 0 auto;
    width: 58.33333%;
  }
}

@media (min-width: 1520px) {
  .services-list-def__tabs {
    flex: 0 0 auto;
    width: 41.66667%;
    padding-left: 0.9375rem !important;
  }

  .services-list-def__panes {
    flex: 0 0 auto;
    width: 50%;
    margin-left: 8.33333%;
  }
}

.services-list-def__tabs a {
  color: #373737;
  line-height: 1.3;
  text-decoration: none !important;
}

@media (max-width: 991px) {
  .services-list-def__tabs.nav {
    flex-wrap: nowrap;
    flex-direction: row;
  }

  .services-list-def__tabs a {
    padding: 0.75rem 1rem;
  }

  .services-list-def__tabs-item:not(:last-child) {
    margin-right: 0.9375rem;
  }
}

@media (max-width: 575px) {
  .services-list-def__tabs {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .services-list-def__tabs a {
    padding: 1.25rem 1.5rem;
  }
}

@media (min-width: 1200px) {
  .services-list-def__tabs a {
    padding: 1.75rem 2rem;
  }
}

.services-list-def__tabs a {
  transition: background-color 0.15s linear;
  background-color: #F5F5F5;
}

.services-list-def__tabs a:hover, .services-list-def__tabs a:focus-visible {
  background-color: #E9E9E9;
  color: #373737;
  font-weight: 700;
}

.services-list-def__tabs a.active {
  position: relative;
}

.services-list-def__tabs a.active::after {
  content: '';
  display: block;
  height: 1.125rem;
  width: 3.1875rem;
  position: absolute;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='51' height='18' viewBox='0 0 51 18' fill='none'%3e%3cpath d='M42.1949 0L40.7365 1.45838L46.9238 7.64569H0V9.70825H46.9236L40.7365 15.8954L42.1949 17.3537L50.8719 8.67687L42.1949 0Z' fill='%23373737'/%3e%3c/svg%3e");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.services-list-def__tabs a.active:not(:hover):not(:focus-visible) {
  background-color: #3ED7A4;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 991px) {
  .services-list-def__tabs {
    padding-bottom: 2rem;
  }

  .services-list-def__tabs a.active::after {
    left: 50%;
    top: 80%;
    transform-origin: 0 50%;
    transform: translateY(-50%) rotate(90deg);
  }
}

@media (min-width: 992px) {
  .services-list-def__tabs a.active::after {
    right: -1.375rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
/* End */
/* /local/templates/ksel/components/bitrix/catalog/sections-list-card-def/style.css?17213158932550 */
/* /local/templates/ksel/components/bitrix/news.detail/product-page-def/style.css?178692135423080 */
/* /local/components/ksel/bitrix.form.result.new/templates/request-form-def/style.css?16671744002100 */
/* /local/templates/ksel/components/bitrix/news.list/products-list-carousel-card/style.css?1666807327397 */
/* /local/templates/ksel/css/components/product-card-def.css?16844544005306 */
/* /local/templates/ksel/css/components/service-pane-def.css?1666742400626 */
/* /local/templates/ksel/css/components/services-list-def.css?16667424004394 */
