

/* Start:/local/templates/vecdev/components/bitrix/sale.basket.basket/basket_new/style.css?17819645339836*/
.basket {
  width: 100%;
}
.basket__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}
.basket__content {
  min-width: 0;
}
.basket__aside {
  position: sticky;
  top: 24px;
  min-width: 0;
}
.basket__total {
  position: relative;
  width: 100%;
}
.basket__total--loading {
  min-height: 120px;
}
.basket__total-loader {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
}
.basket__total-loader-icon {
  width: 48px;
  height: 48px;
}
.basket__warning {
  margin-bottom: 16px;
}
.basket__items {
  width: 100%;
}

.basket-alert {
  position: relative;
  padding: 12px 40px 12px 16px;
  border: 1px solid var(--gray-300);
  border-radius: 4px;
  background: var(--bg-surface);
  color: var(--text-primary);
}
.basket-alert--warning {
  border-color: var(--yellow-300);
  background: var(--yellow-50);
}
.basket-alert--info {
  border-color: var(--green-200);
  background: var(--green-50);
}
.basket-alert--center {
  text-align: center;
}
.basket-alert__close {
  position: absolute;
  top: 8px;
  right: 12px;
  border: 0;
  background: transparent;
  color: var(--gray-600);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.basket-items {
  display: grid;
  gap: 12px;
}
.basket-items__item {
  position: relative;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 128px auto;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--gray-300);
  border-radius: 4px;
  background: var(--bg-surface);
}
.basket-items__item--not-available .basket-items__image,
.basket-items__item--not-available .basket-items__price {
  opacity: 0.55;
}
.basket-items__delete {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: var(--gray-500);
  cursor: pointer;
}
.basket-items__delete:hover {
  background: var(--gray-100);
  color: var(--red-500);
}
.basket-items__delete-icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.basket-items__image-wrap {
  width: 88px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 4px;
  background: var(--gray-100);
}
.basket-items__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.basket-items__body {
  min-width: 0;
}
.basket-items__name {
  color: var(--text-primary);
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  line-height: 1.3;
  text-decoration: none;
}
.basket-items__name:hover {
  color: var(--green-600);
}
.basket-items__properties {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-top: 10px;
}
.basket-items__property {
  display: inline-flex;
  gap: 4px;
  min-width: 0;
  color: var(--gray-600);
  font-size: 13px;
  line-height: 1.35;
}
.basket-items__property-name {
  color: var(--gray-500);
}
.basket-items__property-value {
  color: var(--text-primary);
}
.basket-items__status {
  width: max-content;
  max-width: 100%;
  margin-top: 8px;
  padding: 4px 8px;
  border-radius: 4px;
  background: var(--red-50);
  color: var(--red-500);
  font-size: 13px;
  font-weight: var(--font-weight-bold);
  line-height: 1.3;
}
.basket-items__meta {
  margin-top: 6px;
  color: var(--gray-600);
  font-size: 14px;
  line-height: 1.35;
}
.basket-items__price {
  display: grid;
  gap: 4px;
  color: var(--text-primary);
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}
.basket-items__price-current {
  color: var(--text-primary);
}
.basket-items__price-old {
  color: var(--gray-500);
  font-size: 14px;
  font-weight: var(--font-weight-regular);
  text-decoration: line-through;
}
.basket-items__quantity {
  display: grid;
  gap: 6px;
  justify-items: center;
}
.basket-items__quantity-control {
  display: grid;
  grid-template-columns: 36px minmax(0, 56px) 36px;
  width: 128px;
  min-width: 128px;
  border: 1px solid var(--gray-300);
  border-radius: 4px;
  overflow: hidden;
  background: var(--bg-surface);
}
.basket-items__quantity-label {
  color: var(--gray-600);
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
}
.basket-items__quantity-btn, .basket-items__quantity-input {
  width: 100%;
  height: 36px;
  border: 0;
  background: var(--bg-surface);
  color: var(--text-primary);
  font-size: 16px;
  line-height: 1;
}
.basket-items__quantity-btn {
  cursor: pointer;
}
.basket-items__quantity-btn:hover {
  background: var(--gray-100);
}
.basket-items__quantity-btn:disabled {
  color: var(--gray-400);
  cursor: default;
}
.basket-items__quantity-input {
  border-right: 1px solid var(--gray-300);
  border-left: 1px solid var(--gray-300);
  text-align: center;
}

.basket-total {
  padding: 20px 0 0;
  border-top: 1px solid var(--gray-300);
  color: var(--text-primary);
  background: var(--white);
  box-shadow: var(--shadow-1);
  border-radius: 12px;
  padding: 12px;
}
.basket-total__title {
  margin: 0 0 16px;
  color: var(--text-primary);
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  line-height: 1.3;
}
.basket-total__details {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--gray-300);
}
.basket-total__row, .basket-total__footer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}
.basket-total__row + .basket-total__row {
  margin-top: 10px;
}
.basket-total__label {
  color: var(--gray-600);
  font-size: 15px;
  line-height: 1.35;
}
.basket-total__value {
  color: var(--text-primary);
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  line-height: 1.35;
  text-align: right;
  white-space: nowrap;
}
.basket-total__value--discount {
  color: var(--red-500);
}
.basket-total__footer {
  margin-top: 16px;
}
.basket-total__total-label, .basket-total__total-value {
  color: var(--text-primary);
  font-size: 24px;
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
}
.basket-total__total-value {
  text-align: right;
  white-space: nowrap;
}
.basket-total__economy {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 8px 0 0 auto;
  padding: 4px 10px;
  border-radius: 4px;
  background: var(--green-100);
  color: var(--green-700);
  font-size: 13px;
  font-weight: var(--font-weight-bold);
  line-height: 1.3;
}
.basket-total__unavailable {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding: 12px;
  border: 1px solid var(--red-100);
  border-radius: 4px;
  background: var(--red-50);
}
.basket-total__unavailable-title {
  color: var(--red-500);
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  line-height: 1.25;
}
.basket-total__unavailable-text {
  display: grid;
  gap: 2px;
  color: var(--gray-700);
  font-size: 14px;
  line-height: 1.35;
}
.basket-total__unavailable-delete {
  justify-self: start;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid var(--red-500);
  border-radius: 4px;
  background: var(--bg-surface);
  color: var(--red-500);
  font-size: 13px;
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  cursor: pointer;
}
.basket-total__unavailable-delete:hover {
  background: var(--red-500);
  color: var(--white);
}
.basket-total__checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin-top: 18px;
  padding: 12px 18px;
  border: 1px solid var(--green-500);
  border-radius: 4px;
  background: var(--green-500);
  color: var(--white);
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  cursor: pointer;
}
.basket-total__checkout:hover {
  border-color: var(--green-600);
  background: var(--green-600);
}
.basket-total__checkout:disabled, .basket-total__checkout.disabled {
  border-color: var(--gray-300);
  background: var(--gray-300);
  color: var(--gray-600);
  cursor: default;
}

.basket-confirm {
  color: var(--text-primary);
}
.basket-confirm__title {
  margin: 0 0 12px;
  color: var(--text-primary);
  font-size: 22px;
  font-weight: var(--font-weight-bold);
  line-height: 1.25;
}
.basket-confirm__text {
  margin: 0;
  color: var(--gray-700);
  font-size: 15px;
  line-height: 1.45;
}
.basket-confirm__product {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 4px;
  background: var(--gray-100);
  color: var(--text-primary);
  font-size: 14px;
  font-weight: var(--font-weight-bold);
  line-height: 1.35;
}
.basket-confirm__actions {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.basket-confirm__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--gray-300);
  border-radius: 4px;
  background: var(--bg-surface);
  color: var(--text-primary);
  font-size: 15px;
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  cursor: pointer;
}
.basket-confirm__button--danger {
  border-color: var(--red-500);
  background: var(--red-500);
  color: var(--white);
}
.basket-confirm__button--danger:hover {
  border-color: var(--red-600);
  background: var(--red-600);
}
.basket-confirm__button--cancel:hover {
  background: var(--gray-100);
}

@media (max-width: 767px) {
  .basket-hidden-mobile {
    display: none !important;
  }
}

.basket-visible-mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .basket-visible-mobile {
    display: inline-block !important;
  }
}

@media (max-width: 480px) {
  .basket-confirm__actions {
    display: grid;
  }
  .basket-confirm__button {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .basket__layout {
    grid-template-columns: 1fr;
  }
  .basket__aside {
    position: static;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/vecdev/components/bitrix/catalog.item/section/style.css?17803070937021*/
.catalog-item {
  position: relative;
}
.catalog-item__card {
  position: relative;
  display: grid;
  grid-template-rows: auto;
  grid-gap: 12px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  padding: 20px 15px;
  height: 100%;
}
@media (min-width: 992px) {
  .catalog-item__card {
    grid-template-rows: 160px 1fr auto;
    grid-template-columns: 1fr;
    padding: 20px;
    grid-gap: 10px;
  }
}
.catalog-item img {
  display: block;
  height: 130px;
  width: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}
.catalog-item__labels {
  position: absolute;
  right: 10px;
  top: 10px;
}
.catalog-item__labels__cost {
  width: 50px;
  height: 50px;
  background-image: url("/local/templates/vecdev/images/icons/cost_label.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
.catalog-item__wrapper {
  position: relative;
}
.catalog-item__title {
  color: var(--text-primary);
  font-size: 1.5rem;
  line-height: 1.2;
}
.catalog-item__image {
  position: relative;
  display: block;
}
.catalog-item__discount {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -25px;
  background-image: url("/local/templates/vecdev/images/icons/discount.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5px 10px 2px 10px;
  color: var(--text-inverse) !important;
  font-weight: 700;
  font-size: 1.4rem !important;
  text-align: center;
}
.catalog-item__props-list {
  margin-top: 6px;
}
.catalog-item__props-list__val {
  margin-bottom: 2px;
  line-height: 1;
}
.catalog-item__props-list__val span {
  font-size: 1.2rem;
  line-height: 1;
  color: var(--gray-600);
}
.catalog-item__price {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.catalog-item__price-current {
  font-weight: 700;
  font-size: 2rem;
  color: var(--text-primary);
  white-space: nowrap;
}
@media (min-width: 992px) {
  .catalog-item__price-current {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .catalog-item__price-current {
    font-size: 1.8rem;
  }
}
.catalog-item__price-current_cost {
  color: var(--red-400);
}
.catalog-item__price-old {
  margin-left: 10px;
  position: relative;
  color: var(--gray-400);
  white-space: nowrap;
  font-size: 1.3rem;
  font-weight: 500;
}
.catalog-item__price-old:after {
  background-color: var(--gray-600);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 45%;
  width: 100%;
}
.catalog-item__aval {
  color: #025A19;
  font-size: 1.3rem;
  background: url("/local/templates/vecdev/images/icons/check.svg") no-repeat left 3px;
  background-size: 10px;
  padding-left: 15px;
  line-height: 1.2;
}
.catalog-item__notaval {
  color: var(--red-500);
  font-size: 1.4rem;
  background: url("/local/templates/vecdev/images/icons/not_aval.svg") no-repeat left 3px;
  background-size: 10px;
  padding-left: 15px;
  line-height: 1.2;
}
.catalog-item__buy-btn {
  font-size: 1.4rem !important;
  padding: 8px 16px !important;
}
.catalog-item__not-aval-mess {
  padding: 0.7em 1.4em;
}

.catalog-modal {
  height: 100%;
  width: 100%;
}

.item-popup {
  height: 100%;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .item-popup {
    max-height: 100vh;
  }
}
.item-popup__title {
  color: var(--text-primary);
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 500;
}
.item-popup__card {
  display: grid;
  grid-template-columns: 2fr 1fr 3fr;
  column-gap: 10px;
  margin-bottom: 40px;
  grid-template-areas: "popupPict popupName popupName" "popupPict popupQuantity popupPrice";
  align-items: center;
}
@media (min-width: 768px) {
  .item-popup__card {
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "popupPict popupName popupQuantity popupPrice";
    padding-bottom: 20px;
    border-bottom: 1px solid var(--gray-300);
  }
}
.item-popup__card__pict {
  grid-area: popupPict;
  height: 140px;
}
@media (max-width: 767.98px) {
  .item-popup__card__pict {
    height: 100%;
  }
}
.item-popup__card__pict img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}
.item-popup__card__info {
  grid-area: popupName;
}
.item-popup__card__name {
  font-size: 1.7rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .item-popup__card__name {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
  }
}
.item-popup__card__category {
  font-size: 1.2rem;
  color: var(--gray-400);
  line-height: 1;
}
.item-popup__card__quantity {
  grid-area: popupQuantity;
  text-align: center;
}
@media (max-width: 767.98px) {
  .item-popup__card__quantity {
    font-size: 1.7rem;
  }
}
.item-popup__card__total {
  font-size: 2rem;
  font-weight: 600;
}
.item-popup__card__group {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}
.item-popup__card__old-price {
  text-decoration: line-through;
  color: var(--gray-500);
}
.item-popup__card__price {
  grid-area: popupPrice;
}
.item-popup__card__percent {
  color: var(--red-500);
}
.item-popup__rel {
  min-height: 300px;
}
@media (max-width: 767.98px) {
  .item-popup__rel {
    margin-top: 60px;
  }
}
.item-popup__rel__title {
  color: var(--text-primary);
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.item-popup__rel__item {
  position: relative;
  display: grid;
  grid-gap: 12px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  padding: 20px 15px;
  margin-top: 10px;
  grid-template-rows: 120px 1fr auto;
  grid-template-columns: 1fr;
}
.item-popup__rel__item img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  object-position: top center;
}
.item-popup__rel__price {
  font-size: 2rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1;
}
.item-popup__rel__name {
  color: var(--text-primary);
  font-size: 1.5rem;
  line-height: 1.2;
}
.item-popup__btn-container {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .item-popup__btn-container {
    justify-content: center;
  }
}
.item-popup__btn-container span, .item-popup__btn-container a {
  display: block;
  padding: 0.7em 1em;
  transition: all 0.2s ease;
  cursor: pointer;
  border-radius: 5px;
  white-space: nowrap;
  line-height: 1;
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .item-popup__btn-container span, .item-popup__btn-container a {
    font-size: 1.7rem;
  }
}
.item-popup__btn-container span {
  color: var(--green-500);
  background: rgba(0, 0, 0, 0);
  border: 1px solid var(--green-500);
}
.item-popup__btn-container span:hover {
  color: var(--green-600);
  border: 1px solid var(--green-600);
}
.item-popup__btn-container a {
  background: var(--green-500);
  color: var(--text-inverse);
  border: 1px solid var(--green-500);
}
.item-popup__btn-container a:hover {
  color: var(--text-inverse);
  background: var(--green-600);
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/vecdev/components/bitrix/catalog.top/catalog_top/section/style.css?17803070941545*/
@media (max-width: 991.98px) {
  .catalog-top__slider {
    display: flex;
    flex-direction: column-reverse;
  }
}
.catalog-top__slider .splide__slide {
  display: grid;
}
@media (max-width: 991.98px) {
  .catalog-top__slider .splide__arrows {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-end;
    margin-right: 10px;
    margin-top: 10px;
  }
}
.catalog-top__slider .splide__arrow {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: end;
  top: auto;
  left: auto;
  right: auto;
  opacity: 0.8;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05), 0 10px 45px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.catalog-top__slider .splide__arrow svg {
  margin: auto;
}
@media (min-width: 992px) {
  .catalog-top__slider .splide__arrow {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
    width: 38px;
    height: 38px;
  }
}
@media (min-width: 992px) {
  .catalog-top__slider .splide__arrow--next {
    right: -22px;
  }
}
@media (min-width: 992px) {
  .catalog-top__slider .splide__arrow--prev {
    right: 50px;
    left: -22px;
  }
}
.catalog-top__slider .splide__pagination {
  bottom: -20px;
}
.catalog-top__slider .splide__pagination__page {
  background: var(--gray-500);
}
.catalog-top__slider .splide__pagination__page.is-active {
  background: var(--green-500);
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/vecdev/components/bitrix/news.list/banner_main/style.css?17803070941394*/
.main-banner {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .main-banner {
    padding: 0 12px;
  }
}
.main-banner_pages {
  margin-top: 0 !important;
}
@media (max-width: 991.98px) {
  .main-banner_pages {
    margin-top: 20px !important;
  }
}
.main-banner__carusel {
  border-radius: 20px;
  overflow: hidden;
}
.main-banner__item {
  display: block;
}
.main-banner__item img {
  width: 100%;
  height: auto;
}
.main-banner .splide__arrow {
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 0.8;
  padding: 0;
  transform: translateY(-50%);
  z-index: 1;
  position: absolute;
  top: 50%;
  transition: background ease, border-color ease;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05), 0 10px 45px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
@media (min-width: 1200px) {
  .main-banner .splide__arrow {
    width: 48px;
    height: 48px;
  }
}
.main-banner .splide__arrow--next {
  right: 15px;
}
@media (min-width: 1440px) {
  .main-banner .splide__arrow--next {
    right: -12px;
  }
}
.main-banner .splide__arrow--prev {
  left: 15px;
}
@media (min-width: 1440px) {
  .main-banner .splide__arrow--prev {
    left: -12px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/vecdev/components/bitrix/catalog.section/catalog_all/style.css?17803070944203*/
.catalog-section-all {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 12px;
}
@media (min-width: 576px) {
  .catalog-section-all {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .catalog-section-all {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 12px;
  }
}
@media (min-width: 1200px) {
  .catalog-section-all {
    grid-template-columns: repeat(5, 1fr);
  }
}
.catalog-section-all__trigger {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.catalog-section-all__loader {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.6rem;
  color: var(--gray-600);
  font-weight: 500;
  gap: 10px;
  margin: 10px 0;
  white-space: nowrap;
  flex-wrap: nowrap;
  margin-left: -35px;
}
.catalog-section-all__loader svg {
  width: 35px;
  height: 35px;
  margin: auto;
}
.catalog-section-all__tools {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-items: center;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .catalog-section-all__tools {
    justify-content: space-between;
  }
}
.catalog-section-all__tools__item {
  flex: 0 1 auto;
  padding-left: 0;
  white-space: nowrap;
}
.catalog-section-all__tools__item .ui__select button {
  padding-right: 40px;
  padding-left: 35px;
}
.catalog-section-all__tools__item .ui__select button:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3416 23.9099C16.9488 23.9099 16.6196 23.7748 16.354 23.5046C16.0883 23.2343 15.9554 22.8995 15.9554 22.5V13.7937L13.3564 16.4373C13.1023 16.6958 12.7847 16.8251 12.4035 16.8251C12.0223 16.8251 11.6931 16.6958 11.4158 16.4373C11.1386 16.1554 11 15.8205 11 15.4328C11 15.045 11.1386 14.7102 11.4158 14.4282L16.3713 9.38773C16.5099 9.24674 16.6601 9.14687 16.8218 9.08812C16.9835 9.02937 17.1568 9 17.3416 9C17.5264 9 17.6997 9.02937 17.8614 9.08812C18.0231 9.14687 18.1733 9.24674 18.3119 9.38773L23.302 14.4634C23.5792 14.7454 23.712 15.0744 23.7005 15.4504C23.6889 15.8264 23.5446 16.1554 23.2673 16.4373C22.9901 16.6958 22.6667 16.8309 22.297 16.8427C21.9274 16.8544 21.604 16.7193 21.3267 16.4373L18.7277 13.7937V22.5C18.7277 22.8995 18.5949 23.2343 18.3292 23.5046C18.0635 23.7748 17.7343 23.9099 17.3416 23.9099ZM25.6584 36C25.4736 36 25.3003 35.9706 25.1386 35.9119C24.9769 35.8531 24.8267 35.7533 24.6881 35.6123L19.698 30.5366C19.4208 30.2546 19.288 29.9256 19.2995 29.5496C19.3111 29.1736 19.4554 28.8446 19.7327 28.5627C20.0099 28.3042 20.3333 28.1691 20.703 28.1573C21.0726 28.1456 21.396 28.2807 21.6733 28.5627L24.2723 31.2063V22.5C24.2723 22.1005 24.4051 21.7657 24.6708 21.4954C24.9365 21.2252 25.2657 21.0901 25.6584 21.0901C26.0512 21.0901 26.3804 21.2252 26.646 21.4954C26.9117 21.7657 27.0446 22.1005 27.0446 22.5V31.2063L29.6436 28.5627C29.8977 28.3042 30.2153 28.1749 30.5965 28.1749C30.9777 28.1749 31.3069 28.3042 31.5842 28.5627C31.8614 28.8446 32 29.1795 32 29.5672C32 29.955 31.8614 30.2898 31.5842 30.5718L26.6287 35.6123C26.4901 35.7533 26.3399 35.8531 26.1782 35.9119C26.0165 35.9706 25.8432 36 25.6584 36Z' fill='%23838A9D'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.catalog-section-all__tools__item button {
  position: relative;
  background: var(--gray-100) !important;
  border: none !important;
  color: var(--gray-700) !important;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 12px;
  font-size: 1.5rem !important;
  width: 100%;
  text-align: left;
  line-height: 1;
  padding-left: 40px;
  border-radius: 10px !important;
}
.catalog-section-all__tools__item button svg {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto 0;
}
.catalog-section-all__filter {
  display: none;
}
.catalog-section-all__filter .show {
  display: block;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/vecdev/components/bitrix/catalog.item/section_new/style.css?17803070936845*/
.catalog-item {
  height: 100%;
}
.catalog-item__card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  min-height: 100%;
  padding: 16px 18px 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(34, 52, 70, 0.06);
}
@media (max-width: 767.98px) {
  .catalog-item__card {
    padding: 12px !important;
  }
}
.catalog-item__link {
  position: absolute;
  z-index: 3;
  inset: 0;
  border-radius: inherit;
}
.catalog-item__media {
  position: relative;
  z-index: 2;
  min-height: 145px;
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .catalog-item__media {
    margin-bottom: 10px;
  }
}
.catalog-item__badge, .catalog-item .top__badge {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 24px;
  padding: 4px 11px;
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.catalog-item__badge-icon, .catalog-item .top__badge-icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}
.catalog-item__image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 145px;
}
.catalog-item__image {
  display: block;
  width: 100%;
  height: 135px;
  object-fit: contain;
}
.catalog-item__content {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 767.98px) {
  .catalog-item__content {
    margin-bottom: 8px;
  }
}
.catalog-item__title {
  margin-bottom: 18px;
  color: var(--text-primary);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .catalog-item__title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 8px;
  }
}
.catalog-item__features {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-item__feature {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--gray-600);
  font-size: 1.4rem;
  line-height: 1.25;
}
@media (max-width: 767.98px) {
  .catalog-item__feature {
    font-size: 1.3rem;
    gap: 4px;
  }
}
.catalog-item__feature-icon {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  color: var(--green-500);
  fill: currentColor;
}
.catalog-item__meta {
  position: relative;
  z-index: 2;
  align-self: end;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .catalog-item__meta {
    margin-top: 12px;
  }
}
.catalog-item__package {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--gray-600);
  font-size: 1.4rem;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .catalog-item__package {
    margin-bottom: 2px;
  }
}
.catalog-item__fraction {
  margin-bottom: 6px;
  color: var(--gray-600);
  font-size: 1.3rem;
  line-height: 1.3;
}
.catalog-item__package-icon {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  fill: currentColor;
}
.catalog-item__buy-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 767.98px) {
  .catalog-item__buy-row {
    gap: 2px;
    margin-top: 12px;
  }
}
.catalog-item__price {
  color: var(--text-primary);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.catalog-item__currency {
  font-size: 0.9em;
  font-weight: 500;
}
.catalog-item__availability {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  color: var(--green-500);
  font-size: 1.4rem;
  line-height: 1.2;
  white-space: nowrap;
}
.catalog-item__availability_empty {
  color: var(--red-500);
}
.catalog-item__availability_top {
  display: none;
}
.catalog-item__availability-icon {
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
  fill: currentColor;
}
@media (max-width: 767.98px) {
  .catalog-item__availability-icon {
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
  }
}
.catalog-item__button {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 10px;
  background: var(--green-500);
  color: var(--text-inverse);
  font-family: var(--font-family);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.catalog-item__button:hover {
  background: var(--green-600);
  color: var(--text-inverse);
}
.catalog-item__button_disabled {
  background: var(--gray-400);
  cursor: default;
  pointer-events: none;
}
.catalog-item__button-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: var(--text-inverse);
}
@media (max-width: 767.98px) {
  .catalog-item__card {
    padding: 15px;
  }
  .catalog-item__media, .catalog-item__image-box {
    min-height: 130px;
  }
  .catalog-item__image {
    height: 130px;
  }
  .catalog-item__buy-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .catalog-item__availability_top {
    display: flex;
    margin-bottom: 2px;
    font-size: 1.3rem;
  }
  .catalog-item__availability_bottom:not(.catalog-item__availability_empty) {
    display: none;
  }
  .catalog-item__feature:nth-child(n+2) {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .catalog-item__card {
    border: 1px solid rgba(34, 52, 70, 0.08);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 6px 16px rgba(0, 0, 0, 0.06);
  }
  .catalog-item__fraction-label, .catalog-item__package-label {
    display: none;
  }
}
.catalog-item_pack .catalog-item__card {
  overflow: hidden;
  padding: 0;
}
.catalog-item_pack .catalog-item__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  min-width: 0;
  min-height: 0;
  max-height: 230px;
  overflow: hidden;
  margin-top: 12px;
  margin-bottom: 18px;
}
.catalog-item_pack .catalog-item__badge {
  top: 16px;
  left: 18px;
}
.catalog-item_pack .catalog-item__image-box {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}
.catalog-item_pack .catalog-item__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.catalog-item_pack .catalog-item__content,
.catalog-item_pack .catalog-item__meta {
  padding-right: 18px;
  padding-left: 18px;
}
.catalog-item_pack .catalog-item__title {
  margin-bottom: 12px;
}
.catalog-item_pack .catalog-item__features {
  gap: 6px;
}
.catalog-item_pack .catalog-item__button {
  width: calc(100% - 36px);
  margin: 0 18px 24px;
}
@media (max-width: 767.98px) {
  .catalog-item_pack .catalog-item__content,
  .catalog-item_pack .catalog-item__meta {
    padding-right: 12px;
    padding-left: 12px;
  }
  .catalog-item_pack .catalog-item__button {
    width: calc(100% - 24px);
    margin: 0 12px 12px;
  }
  .catalog-item_pack .catalog-item__badge {
    top: 12px;
    left: 12px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/vecdev/components/bitrix/sale.basket.basket/basket_new/style.css?17819645339836 */
/* /local/templates/vecdev/components/bitrix/catalog.item/section/style.css?17803070937021 */
/* /local/templates/vecdev/components/bitrix/catalog.top/catalog_top/section/style.css?17803070941545 */
/* /local/templates/vecdev/components/bitrix/news.list/banner_main/style.css?17803070941394 */
/* /local/templates/vecdev/components/bitrix/catalog.section/catalog_all/style.css?17803070944203 */
/* /local/templates/vecdev/components/bitrix/catalog.item/section_new/style.css?17803070936845 */
