

/* 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/catalog.section.list/section-products-def__menu/style.css?16668073272206*/

/* Menu. Catalog dropdown main */

.menu-catalog-dropdown-main {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  line-height: 1.3;
}

.menu-catalog-dropdown-main__item {
  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: 0;
}

.menu-catalog-dropdown-main__title:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.menu-catalog-dropdown-main ul.menu-catalog-dropdown-main__submenu>li.menu-catalog-dropdown-main__submenu-item:not(:last-child) {
  margin-bottom: 0.625rem;
}

@media (max-width: 991px) {
  .menu-catalog-dropdown-main__item:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .menu-catalog-dropdown-main__title:not(:last-child) {
    margin-bottom: 0;
  }

  .menu-catalog-dropdown-main ul.menu-catalog-dropdown-main__submenu {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .menu-catalog-dropdown-main__item {
    flex: 0 0 auto;
    width: 50%;
    margin-top: 1.25rem;
  }

  .menu-catalog-dropdown-main__item:nth-child(1), .menu-catalog-dropdown-main__item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .menu-catalog-dropdown-main__item {
    flex: 0 0 auto;
    width: 33.33333%;
    margin-top: 2.5rem;
  }

  .menu-catalog-dropdown-main__item:nth-child(1), .menu-catalog-dropdown-main__item:nth-child(2), .menu-catalog-dropdown-main__item:nth-child(3) {
    margin-top: 0;
  }
}

.menu-catalog-dropdown-main a {
  color: #373737 !important;
}

.menu-catalog-dropdown-main__title {
  font-size: 1.0625rem;
  font-weight: 700;
}

.menu-catalog-dropdown-main__submenu {
  padding-left: 0;
  list-style: none;
  font-size: 0.875rem;
}

.menu-catalog-dropdown-main__submenu a {
  text-decoration: none !important;
}

.menu-catalog-dropdown-main__title a:hover, .menu-catalog-dropdown-main__title a:focus-visible {
  text-decoration: underline;
}

.menu-catalog-dropdown-main__submenu a:hover, .menu-catalog-dropdown-main__submenu a:focus-visible {
  font-weight: 700;
}
/* End */


/* Start:/local/templates/ksel/css/components/tree-list-def.css?16667424002888*/

/* Tree. List default */

.tree-list-def {
  font-size: 1.0rem;
  line-height: 1.3;
}

.tree-list-def, .tree-list-def__subitems {
  padding-left: 0;
  list-style: none;
}

.tree-list-def>li, .tree-list-def__subitems>li {
  padding-left: 0 !important;
}

.tree-list-def>li::before, .tree-list-def__subitems>li::before {
  content: normal !important;
  height: auto !important;
  width: auto !important;
  background-color: transparent;
  border-radius: 0;
  display: inline-block !important;
  float: none !important;
}

.tree-list-def a {
  display: block;
}

.tree-list-def__item:not(:last-child) {
  margin-bottom: 0.125rem !important;
}

.tree-list-def__item:not(.tree-list-def__item_active)>a {
  display: block;
}

.tree-list-def__item_active {
  position: relative;
}

.tree-list-def__item_active>a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.tree-list-def__subitems {
  position: relative;
  z-index: 2;
}

.tree-list-def__subitem:not(:last-child) {
  margin-bottom: 0.125rem !important;
}

.tree-list-def a {
  text-decoration: none !important;
}

.tree-list-def__item:not(.tree-list-def__item_active) {
  font-weight: 600;
}

.tree-list-def__item:not(.tree-list-def__item_active)>a {
  color: #373737;
  padding: 0.5625rem 1.375rem;
}

.tree-list-def__item_active>a {
  font-weight: 700;
  padding: 0.625rem 1.375rem;
}

.tree-list-def__item_active>a::after {
  border-style: solid;
  border-width: 1px;
}

.tree-list-def__subitems {
  font-weight: 600;
  padding-bottom: 0.4375rem;
  padding-top: 0.4375rem;
}

.tree-list-def__subitem>a {
  padding: 0.5625rem 1.375rem;
}

.tree-list-def__item:not(.tree-list-def_active)>a {
  transition: 0.15s linear;
  background-color: #F5F5F5;
}

.tree-list-def__item:not(.tree-list-def_active)>a:hover, .tree-list-def__item:not(.tree-list-def_active)>a:focus-visible {
  background-color: #E9E9E9;
}

.tree-list-def__item.tree-list-def__item_active>a {
  background-color: #3ED7A4;
  color: #fff;
}

.tree-list-def__item.tree-list-def__item_active>a::after {
  border-color: #3ED7A4;
}

.tree-list-def__item.tree-list-def__item_active>a:hover, .tree-list-def__item.tree-list-def__item_active>a:focus-visible {
  color: #373737;
}

.tree-list-def__item.tree-list-def__item_active>a:hover::after, .tree-list-def__item.tree-list-def__item_active>a:focus-visible::after {
  border-color: #E9E9E9;
}

.tree-list-def__subitem:not(.tree-list-def__subitem_active)>a:not(:hover):not(:focus-visible) {
  color: #373737;
}

.tree-list-def__subitem_active>a:not(:hover):not(:focus-visible) {
  color: #3ED7A4;
}

.tree-list-def_wide .tree-list-def__item>a {
  display: flex;
  align-items: center;
  min-height: 3.75rem;
  width: 100%;
}

.tree-list-def_wide .tree-list-def__subitem>a {
  display: flex;
  align-items: center;
  min-height: 3.25rem;
  width: 100%;
}
/* End */


/* Start:/local/templates/ksel/components/bitrix/catalog.section.list/sections-list-name-def/style.css?16844847452883*/

/* Sections list. Name default */

.sections-list-name-def {
  padding-left: 0;
  list-style: none;
  font-size: 1.0rem;
  font-weight: 600;
  line-height: 1.3;
}

.sections-list-name-def__item>a {
  display: block;
}

@media (max-width: 767px) {
  .sections-list-name-def:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .sections-list-name-def__item:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 768px) {
  .sections-list-name-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));
  }

  .sections-list-name-def__item {
    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);
    margin-top: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .sections-list-name-def:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
}

@media (min-width: 1200px) {
  .sections-list-name-def:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 768px) and (max-width: 1519px) {
  .sections-list-name-def__item {
    flex: 0 0 auto;
    width: 50%;
  }

  .sections-list-name-def__item:nth-child(1), .sections-list-name-def__item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 1520px) {
  .sections-list-name-def__item {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .sections-list-name-def__item:nth-child(1), .sections-list-name-def__item:nth-child(2), .sections-list-name-def__item:nth-child(3) {
    margin-top: 0;
  }
}

.sections-list-name-def__item>a {
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .sections-list-name-def__item>a {
    padding: 1rem 1rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .sections-list-name-def__item>a {
    padding: 1.125rem 1.1875rem;
  }
}

@media (min-width: 1200px) {
  .sections-list-name-def__item>a {
    padding: 1.25rem 1.375rem;
  }
}

.sections-list-name-def a {
  transition: 0.15s linear;
}

.sections-list-name-def__item {
  text-align: center;
}

.sections-list-name-def__item:not(.sections-list-name-def__item_active)>a {
  background-color: #454545;
  color: #fff;
}

.sections-list-name-def__item:not(.sections-list-name-def__item_active)>a:hover, .sections-list-name-def__item:not(.sections-list-name-def__item_active)>a:focus-visible {
  background-color: #3ED7A4;
  color: #373737;
}

.sections-list-name-def__item.sections-list-name-def__item_active>a {
  background-color: #3ED7A4;
  color: #fff;
}

.sections-list-name-def__item.sections-list-name-def__item_active>a:hover, .sections-list-name-def__item.sections-list-name-def__item_active>a:focus-visible {
  color: #373737;
}
/* End */


/* Start:/local/templates/ksel/components/bitrix/catalog.smart.filter/filter-product-def/style.css?16844925773461*/
/* Filter. Product default */

.filter-product-def {
  border: 2px solid #d73e3e;
  padding: 1rem;
}

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

.filter-product-def__other-inner {
  --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));
  align-items: center;
  justify-content: space-between;
}

.filter-product-def__other-item {
  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;
}

.filter-product-def__other-item.form-group:not(:last-child) {
  margin-bottom: 0;
}

@media (max-width: 1519px) {
  .filter-product-def__main:not(:last-child), .filter-product-def__other:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}

@media (max-width: 767px) {
  .filter-product-def__title:not(:last-child) {
    margin-bottom: 0.6875rem;
  }
}

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

@media (min-width: 1200px) {
  .filter-product-def__title:not(:last-child) {
    margin-bottom: 1.375rem;
  }
}

@media (min-width: 1520px) {
  .filter-product-def__inner {
    --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));
    align-items: center;
  }

  .filter-product-def__main, .filter-product-def__other {
    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);
  }

  .filter-product-def__main {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .filter-product-def__main-inner {
    --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));
  }

  .filter-product-def__main-item {
    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%;
    margin-bottom: 0 !important;
  }

  .filter-product-def__other {
    flex: 0 0 auto;
    width: 33.33333%;
  }
}

.filter-product-def__title {
  line-height: 1.2;
}

.filter-product-def .dropdown-def .dropdown-def__toggle {
  padding-left: 0.8125rem;
}

.filter-product-def .dropdown-def .dropdown-def__menu[data-popper-placement="bottom-start"] .dropdown-def__menu-inner, .filter-product-def .dropdown-def .dropdown-def__menu[data-popper-placement="top-start"] .dropdown-def__menu-inner {
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
}

@media (max-width: 767px) {
  .filter-product-def__title {
    font-size: 1.0rem;
    font-weight: 700;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .filter-product-def__title {
    font-size: 1.1875rem;
    font-weight: 800;
  }
}

@media (min-width: 1200px) {
  .filter-product-def__title {
    font-size: 1.375rem;
    font-weight: 800;
  }
}
/* End */


/* Start:/local/templates/ksel/components/bitrix/news.list/products-list-line-def/style.css?1667777354563*/
/* Products list. Line default */

.products-list-line-def__item:not(:last-child) {
  margin-bottom: -0.125rem;
}

@media (max-width: 767px) {
  .products-list-line-def__list:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .products-list-line-def__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .products-list-line-def__list:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .products-list-line-def__list:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}
/* End */


/* Start:/local/templates/ksel/css/components/product-line-def.css?17580672007731*/
/* Product. Line default */

.product-line-def {
  position: relative;
  background-color: #fff;
}

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

.product-line-def__preview:not(:last-child) {
  margin-bottom: 0;
}

.product-line-def__available {
  float: right;
  margin-bottom: 0 !important;
  margin-top: -0.75rem;
  position: relative;
  z-index: 2;
}

.product-line-def__available .available-product-over-compact,
.product-line-def__available .order-product-over-compact {
  min-width: 5.625rem;
  text-align: center;
  white-space: nowrap;
  position: static;
}

.product-line-def__vendor.vendor-code-def:not(last-child) {
  margin-bottom: 0.5rem;
}

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

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

.product-line-def__body-wrapper {
  position: relative;
}

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

.product-line-def__footer-cart, .product-line-def__footer-order {
  --bs-gutter-x: 1.375rem;
  --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-line-def__footer-cart:not(:last-child), .product-line-def__footer-order:not(:last-child) {
  margin-bottom: 0.375rem;
}

.product-line-def__footer-cart>*, .product-line-def__footer-order>* {
  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-line-def__footer-cart>*:not(:last-child), .product-line-def__footer-order>*:not(:last-child) {
  margin-bottom: 0.625rem;
}

.product-line-def__quick-order {
  flex: 0 0 auto;
  width: 100%;
}

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

.product-line-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: 1519px) {
  .product-line-def__available {
    margin-right: -0.875rem;
  }

  .product-line-def__available .available-product-over-compact,
  .product-line-def__available .order-product-over-compact {
    right: 0;
  }
}

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

@media (min-width: 576px) {
  .product-line-def__body-inner {
    --bs-gutter-x: 0.625rem;
    --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));
    padding: 0.4375rem;
  }

  .product-line-def__preview, .product-line-def__body {
    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);
  }

  .product-line-def__preview {
    flex: 0 0 auto;
    height: 8.5rem;
    width: 9.125rem;
  }
  
  .product-line-def__preview img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .product-line-def__body {
    flex: 1 0 0%;
  }

  .product-line-def__footer-inner {
    --bs-gutter-x: 1.375rem;
    --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-line-def__footer-price, .product-line-def__footer-cart-or-order {
    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;
  }
}

@media (min-width: 576px) and (max-width: 1519px) {
  .product-line-def__available {
    margin-right: -1.5rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .product-line-def__footer-price {
    width: 33%;
  }
.product-line-def__footer-discount {
  width: 33%;
}
  .product-line-def__footer-cart-or-order {
    width: 33%;
  }
}

@media (min-width: 768px) {
  .product-line-def__footer-price {
    width: 33%;
  }
  .product-line-def__footer-discount {
    width: 33%;
  }
  .product-line-def__footer-cart-or-order {
    width: 33%;
  }
}

@media (min-width: 1520px) {
  .product-line-def {
    display: flex;
  }

  .product-line-def__body-wrapper {
    flex: 0 0 auto;
    width: 46%;
    position: relative;
  }

  .product-line-def__available {
    margin-right: -1.5rem;
  }

  .product-line-def__footer {
    flex: 0 0 auto;
    width: 54%;
  }
}

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

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

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

.product-line-def__notice {
  line-height: normal;
}

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

.product-line-def__order .btn {
  padding: 0.9375rem 0.9375rem 0.875rem;
}

.product-line-def__add-to-cart .btn, .product-line-def__quick-order .btn {
  padding: 0.625rem 0.9375rem;
}

.product-line-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;
}

@media (max-width: 1519px) {
  .product-line-def__body-wrapper:not(:last-child), .product-line-def__footer:not(:last-child) {
    border-bottom: 2px solid #F5F5F5;
  }
}

@media (max-width: 575px) {
  .product-line-def__body {
    padding: 0.9375rem 0.9375rem 0.8125rem;
  }

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

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

@media (min-width: 576px) {
  .product-line-def__body {
    padding: 1rem 1.375rem;
  }

  .product-line-def__footer-price {
    padding-top: 0.25rem;
  }
}

@media (min-width: 576px) and (max-width: 1519px) {
  .product-line-def__footer {
    padding: 1.1875rem 1.25rem 0.8125rem 1.6875rem;
  }
}

@media (min-width: 1520px) {
  .product-line-def__body-wrapper:not(:last-child), .product-line-def__footer:not(:last-child) {
    border-right: 2px solid #F5F5F5;
  }

  .product-line-def__footer {
    padding: 1.1875rem 1.25rem 0.8125rem 2.0625rem;
  }
}

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

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

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

.product-line-def:hover, .product-line-def:focus-within {
  position: relative;
  z-index: 2;
}

.product-line-def:hover::after, .product-line-def:focus-within::after {
  border-color: #3ED7A4;
}

/* End */


/* Start:/local/templates/ksel/components/bitrix/news.list/products-list-card-def/style.css?16668073273041*/
/* Products list. Card default */

@media (max-width: 767px) {
  .products-list-card-def__list:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .products-list-card-def__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .products-list-card-def__list {
    --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));
  }

  .products-list-card-def__item {
    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);
    display: flex;
    flex-direction: column;
    margin-top: 1.875rem;
  }

  .products-list-card-def__item>* {
    height: 100%;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .products-list-card-def__list:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .products-list-card-def__list:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}

@media (min-width: 768px) and (max-width: 1519px) {
  .products-list-card-def__item {
    flex: 0 0 auto;
    width: 50%;
  }

  .products-list-card-def__item:nth-child(1), .products-list-card-def__item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 1520px) {
  .products-list-card-def__item {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .products-list-card-def__item:nth-child(1), .products-list-card-def__item:nth-child(2), .products-list-card-def__item:nth-child(3) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .products-list-card-def_wide .products-list-card-def__item {
    margin-top: var(--bs-gutter-y);
    margin-top: 1.875rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .products-list-card-def_wide .products-list-card-def__item {
    flex: 0 0 auto;
    width: 50%;
  }

  .products-list-card-def_wide .products-list-card-def__item:nth-child(1), .products-list-card-def_wide .products-list-card-def__item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1519px) {
  .products-list-card-def_wide .products-list-card-def__item {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .products-list-card-def_wide .products-list-card-def__item:nth-child(1), .products-list-card-def_wide .products-list-card-def__item:nth-child(2), .products-list-card-def_wide .products-list-card-def__item:nth-child(3) {
    margin-top: 0;
  }
}

@media (min-width: 1520px) {
  .products-list-card-def_wide .products-list-card-def__item {
    flex: 0 0 auto;
    width: 25%;
  }

  .products-list-card-def_wide .products-list-card-def__item:nth-child(1), .products-list-card-def_wide .products-list-card-def__item:nth-child(2), .products-list-card-def_wide .products-list-card-def__item:nth-child(3), .products-list-card-def_wide .products-list-card-def__item:nth-child(4) {
    margin-top: 0;
  }
}
/* 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/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/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/catalog.section.list/section-products-def__menu/style.css?16668073272206 */
/* /local/templates/ksel/css/components/tree-list-def.css?16667424002888 */
/* /local/templates/ksel/components/bitrix/catalog.section.list/sections-list-name-def/style.css?16844847452883 */
/* /local/templates/ksel/components/bitrix/catalog.smart.filter/filter-product-def/style.css?16844925773461 */
/* /local/templates/ksel/components/bitrix/news.list/products-list-line-def/style.css?1667777354563 */
/* /local/templates/ksel/css/components/product-line-def.css?17580672007731 */
/* /local/templates/ksel/components/bitrix/news.list/products-list-card-def/style.css?16668073273041 */
/* /local/templates/ksel/css/components/product-card-def.css?16844544005306 */
/* /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/service-pane-def.css?1666742400626 */
/* /local/templates/ksel/css/components/services-list-def.css?16667424004394 */
