

/* 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?16787857758272*/
/* 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__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 .btn, .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 {
    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 {
    -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;
}
/* End */


/* Start:/local/components/ksel/bitrix.form.result.new/templates/quick-order-modal-def-def/style.css?17250143221328*/

/* Quick order. Modal default */

.quick-order-modal-def__form {
  margin-left: auto;
  margin-right: auto;
  max-width: 20.625rem;
}

.quick-order-modal-def__form:not(:last-child) {
  margin-bottom: 1.375rem;
}

.quick-order-modal-def__form .form-group:not(:last-child) {
  margin-bottom: 1.25rem;
}

.quick-order-modal-def textarea.form-control {
  min-height: 7.5rem;
}

.quick-order-modal-def__submit .btn {
  width: 100%;
}

.quick-order-modal-def .form-control {
  font-weight: 600;
}

.quick-order-modal-def .form-control::placeholder {
  font-weight: 400;
}

.quick-order-modal-def__requisites.form-file-mini .form-file-mini-label-icon {
  width: 4.375rem;
}

.quick-order-modal-def__requisites.form-file-mini .form-file-mini-label-text {
  padding: 1rem 0.625rem;
}

.quick-order-modal-def__requisites.form-file-mini .form-file-mini-label-text .zone-dragdrop-file-mini {
  line-height: 1.1;
}

.quick-order-modal-def__requisites.form-file-mini .form-file-mini-format {
  font-size: 0.8125rem;
  letter-spacing: -0.012em;
}

.quick-order-modal-def__accept {
  text-align: center;
}

.quick-order-modal-def .form-control:not(:hover):not(:focus):not(.is-invalid) {
  border-color: #fff;
}

.quick-order-modal-def .form-control:focus {
  border-color: #9febd2;
}
/* End */


/* Start:/local/components/ksel/bitrix.form.result.new/templates/request-form-def/style.css?16672104502100*/

/* 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?16844818595306*/
/* 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?1666807327626*/

/* 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?16668073274394*/

/* 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?16787857758272 */
/* /local/components/ksel/bitrix.form.result.new/templates/quick-order-modal-def-def/style.css?17250143221328 */
/* /local/components/ksel/bitrix.form.result.new/templates/request-form-def/style.css?16672104502100 */
/* /local/templates/ksel/components/bitrix/news.list/products-list-carousel-card/style.css?1666807327397 */
/* /local/templates/ksel/css/components/product-card-def.css?16844818595306 */
/* /local/templates/ksel/css/components/service-pane-def.css?1666807327626 */
/* /local/templates/ksel/css/components/services-list-def.css?16668073274394 */
