

/* Start:/local/templates/vecdev/components/bitrix/catalog/catalog/style.css?1780307093529*/
.catalog-detail {
  margin-bottom: 60px;
}

.catalog-title {
  margin-bottom: 30px;
  margin-top: 30px;
}
.catalog-title h1 {
  font-size: 2rem;
  font-weight: 900;
  color: var(--text-primary);
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .catalog-title h1 {
    font-size: 2.2rem;
  }
}
.catalog-title p {
  font-size: 1.4rem;
  color: var(--gray-600);
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .catalog-title p {
    display: none;
  }
}

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

/* End */


/* Start:/local/templates/vecdev/components/bitrix/catalog.element/element_new/style.css?178929574593589*/
@charset "UTF-8";
.basket-discount-progress {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--gray-200);
}
.basket-discount-progress__title {
  display: inline-flex;
  gap: 10px;
  color: var(--gray-700);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gray-200);
  margin-bottom: 8px;
  width: 100%;
}
.basket-discount-progress__title svg {
  width: 24px;
  height: 24px;
  fill: var(--green-600);
}
.basket-discount-progress__subtitle {
  color: var(--gray-700);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 8px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .basket-discount-progress__subtitle {
    font-size: 1.4rem;
  }
}
@media (max-width: 575.98px) {
  .basket-discount-progress__subtitle {
    font-size: 1.6rem;
  }
}
.basket-discount-progress__value {
  color: var(--green-600);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .basket-discount-progress__value {
    font-size: 3.2rem;
  }
}
.basket-discount-progress__value--active {
  display: flex;
  align-items: center;
  gap: 12px;
}
.basket-discount-progress__badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 12px;
  border-radius: 8px;
  background: var(--green-50);
  color: var(--green-700);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.basket-discount-progress__hint {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
  color: var(--gray-700);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 991.98px) {
  .basket-discount-progress__hint {
    font-size: 1.4rem;
  }
}
@media (max-width: 575.98px) {
  .basket-discount-progress__hint {
    font-size: 1.6rem;
  }
}
.basket-discount-progress__hint span {
  font-size: 1.7rem;
  color: var(--green-600);
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .basket-discount-progress__hint span {
    font-size: 1.4rem;
  }
}
@media (max-width: 575.98px) {
  .basket-discount-progress__hint span {
    font-size: 1.7rem;
  }
}
.basket-discount-progress__hint--max {
  display: flex;
  align-items: flex-start;
  gap: 0;
  flex-direction: column;
  color: var(--gray-600);
  font-weight: 500;
}
.basket-discount-progress__hint--max span {
  color: var(--green-600);
  font-weight: 700;
}
.basket-discount-progress__hint--max span svg {
  width: 16px;
  height: 16px;
  fill: var(--green-600);
  vertical-align: -2px;
}
.basket-discount-progress__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 0;
  margin: 26px 18px 0 18px;
}
.basket-discount-progress__steps::before {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 4px;
  background: var(--gray-200);
  content: "";
}
.basket-discount-progress__step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 2px;
  color: var(--gray-600);
  font-size: 1.3rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 575.98px) {
  .basket-discount-progress__step {
    font-size: 1.5rem;
  }
}
.basket-discount-progress__step--reached {
  color: var(--green-600);
}
.basket-discount-progress__step::before, .basket-discount-progress__step::after {
  position: absolute;
  bottom: 4px;
  z-index: -1;
  height: 4px;
  background: transparent;
  content: "";
}
.basket-discount-progress__step::before {
  right: 50%;
  left: 0;
}
.basket-discount-progress__step::after {
  right: 0;
  left: 50%;
}
.basket-discount-progress__step:last-child::after {
  display: none;
}
.basket-discount-progress__step--active:last-child::after {
  display: block;
  background: var(--green-500);
}
.basket-discount-progress__step--reached::before, .basket-discount-progress__step--passed::after {
  background: var(--green-500);
}
.basket-discount-progress__step-threshold {
  white-space: nowrap;
}
.basket-discount-progress__step-value {
  white-space: nowrap;
}
.basket-discount-progress__step-dot {
  width: 9px;
  height: 9px;
  margin-top: 4px;
  border-radius: 50%;
  background: var(--gray-300);
  box-shadow: 0 0 0 4px var(--white);
}
.basket-discount-progress__step--reached .basket-discount-progress__step-dot {
  background: var(--green-500);
}
.basket-discount-progress__summary {
  margin-top: 10px;
  color: var(--gray-600);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
}

@media (max-width: 899.98px) {
  .catalog-element-popup {
    min-height: 600px;
  }
}
.catalog-element-popup_compare .catalog-compare-popup__loader {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--white);
}
.catalog-element-popup_compare .catalog-compare-popup__frame {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.catalog-card {
  min-width: 0;
  padding: 12px;
  display: flex;
  flex-direction: column;
  padding: 12px 20px 20px 20px;
  border: 1px solid #e5ebe5;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .catalog-card {
    display: flex;
    flex-direction: column;
    background: transparent;
    border-radius: 0;
    padding: 0;
    border: none;
    box-shadow: none;
  }
}
@media (max-width: 767.98px) {
  .catalog-card__heading {
    padding: 12px 12px 0 12px;
    border-radius: 22px 22px 0 0;
    background: var(--white);
  }
}
.catalog-card__title {
  margin: 0 0 4px;
  color: var(--text-primary);
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 700;
}
.catalog-card__lead {
  margin: 0 0 8px;
  color: var(--gray-600);
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
}
.catalog-card__rating {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--text-primary);
  font-size: 1.4rem;
  line-height: 1.2;
}
.catalog-card__rating-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: #ffb817;
}
.catalog-card__rating-value {
  font-weight: 700;
}
.catalog-card__rating-reviews {
  margin-left: 8px;
  color: var(--gray-600);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.catalog-card__status {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.catalog-card__status .catalog__availability {
  flex: 0 0 auto;
  margin-bottom: 0;
}
.catalog-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  margin-bottom: 16px;
}
.catalog-card__props {
  min-width: 0;
}
@media (max-width: 767.98px) {
  .catalog-card__props {
    background-color: var(--white);
    padding: 12px 12px 24px 12px;
    margin-top: 8px;
    border-radius: 22px 22px 0 0;
  }
}
.catalog-card__props-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 0;
  margin-bottom: 6px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .catalog-card__props-list:last-child {
    margin-bottom: 20px;
  }
}
.catalog-card__props-val {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  padding: 0;
  color: var(--text-primary);
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
}
.catalog-card__props-val:not(:last-child)::after {
  margin: 0 8px;
  color: var(--gray-500);
  content: "·";
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .catalog-card__props-val {
    font-size: 1.7rem;
  }
}
.catalog-card__props-note {
  margin: 6px 0 18px;
  color: var(--gray-700);
  font-size: 1.2rem;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .catalog-card__props-note {
    margin: 6px 0 0;
  }
}
.catalog-card__structure {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  color: var(--text-primary);
  font-size: 1.4rem;
  line-height: 1.35;
}
@media (max-width: 767.98px) {
  .catalog-card__structure {
    margin: 0;
    background-color: var(--white);
    padding: 0 12px;
    font-size: 1.6rem;
  }
}
.catalog-card__structure-title {
  font-weight: 600;
}
.catalog-card__structure-value {
  min-width: 0;
  color: var(--gray-700);
}
.catalog-card__suitable {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--gray-200);
  color: var(--text-primary);
}
@media (max-width: 767.98px) {
  .catalog-card__suitable {
    margin-top: 0;
    border-top: 0;
    padding: 24px 12px 0 12px;
    background-color: var(--white);
    border-radius: 0 0 22px 22px;
  }
}
.catalog-card__suitable-title {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .catalog-card__suitable-title {
    margin-bottom: 13px;
  }
}
.catalog-card__suitable-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-card__suitable-item {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.catalog-card__suitable-item_initially-hidden {
  display: none;
}
.catalog-card__suitable-item {
  color: var(--gray-700);
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 0;
}
.catalog-card__suitable-item[hidden] {
  display: none;
}
@media (max-width: 767.98px) {
  .catalog-card__suitable-item {
    gap: 4px;
  }
  .catalog-card__suitable-item::before {
    content: "·";
  }
}
.catalog-card__suitable-image {
  flex: 0 0 28px;
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
  object-position: center;
  border-radius: 12px;
}
@media (max-width: 767.98px) {
  .catalog-card__suitable-image {
    display: none;
  }
}
.catalog-card__suitable-name {
  display: block;
  min-width: 0;
  font-size: 1.3rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
@media (max-width: 767.98px) {
  .catalog-card__suitable-name {
    font-size: 1.5rem;
  }
}
.catalog-card__suitable-toggle {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-top: 8px;
  padding: 4px 0;
  border: 0;
  background: transparent;
  color: var(--green-700);
  font: inherit;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .catalog-card__suitable-toggle {
    display: none;
  }
}
.catalog-card__suitable-toggle[hidden] {
  display: none;
}
.catalog-card__suitable-calculators {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  margin-top: 10px;
  padding: 8px 14px;
  border: 1px solid var(--green-500);
  border-radius: 9px;
  background: var(--white);
  color: var(--green-600);
  font: inherit;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
@media (max-width: 767.98px) {
  .catalog-card__suitable-calculators {
    margin-top: 20px;
    margin-bottom: 14px;
    padding: 8px 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: var(--green-700);
    display: inline-flex;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .catalog-card__suitable-calculators:hover {
    border-color: var(--green-600);
    background: var(--green-100);
  }
}
.catalog-card__suitable-compare {
  display: inline-block;
  margin-top: 12px;
  color: var(--green-700);
  font-size: 1.4rem;
  line-height: 1.35;
  text-underline-offset: 2px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .catalog-card__suitable-compare {
    margin-top: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 767.98px) {
  .catalog-card__suitable-compare-mobile-hidden {
    display: none;
  }
}

.catalog-purchase-sticky {
  position: sticky;
  top: 12px;
  display: grid;
  gap: 12px;
  align-self: start;
}
@media (max-width: 767.98px) {
  .catalog-purchase-sticky {
    position: static;
    order: 2;
  }
}

.catalog-purchase {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .catalog-purchase {
    padding: 12px 20px 12px;
    border: 1px solid #e5ebe5;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
    border-radius: 22px;
    background: var(--white);
    border-radius: 22px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767.98px) {
  .catalog-purchase:not(:has(> .catalog-purchase__summary:not([hidden]))) > .catalog-purchase__price {
    padding-bottom: 24px;
    border-radius: 0 0 22px 22px;
  }
}
.catalog-purchase__benefits {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 250px);
  gap: 18px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .catalog-purchase__benefits {
    order: 4;
  }
}
@media (max-width: 575.98px) {
  .catalog-purchase__benefits {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.catalog-purchase__benefits-list {
  display: grid;
}
@media (max-width: 767.98px) {
  .catalog-purchase__benefits-list {
    display: none;
  }
}
.catalog-purchase__benefits-discount {
  min-width: 0;
}
@media (max-width: 575.98px) {
  .catalog-purchase__benefits-discount {
    order: -1;
    margin-top: 10px;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
    border-radius: 24px;
  }
}
.catalog-purchase__benefits-discount img {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  height: auto;
}
.catalog-purchase__benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #edf0f4;
  color: var(--gray-600);
  font-size: 1.3rem;
  padding: 10px 0;
}
.catalog-purchase__benefit:last-child {
  border-bottom: none;
}
.catalog-purchase__benefit-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  fill: var(--gray-600);
}
.catalog-purchase__quantity-presets {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.catalog-purchase__quantity-presets[hidden] {
  display: none;
}
@media (max-width: 1439.98px) {
  .catalog-purchase__quantity-presets {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 575.98px) {
  .catalog-purchase__quantity-presets {
    flex-direction: row;
    gap: 8px;
    background: var(--white);
    padding: 12px;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .catalog-purchase__controls > .catalog-purchase__quantity-presets {
    display: none;
    grid-column: 1/-1;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .catalog-purchase__controls_expanded.catalog-purchase__controls_presets-visible > .catalog-purchase__quantity-presets:not([hidden]) {
    display: flex;
  }
}
.catalog-purchase__quantity-presets-title {
  flex-shrink: 0;
  color: var(--gray-600);
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .catalog-purchase__quantity-presets-title-mobile-hidden {
    display: none;
  }
}
.catalog-purchase__quantity-presets-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.catalog-purchase__quantity-preset {
  min-width: 52px;
  min-height: 32px;
  padding: 7px 14px;
  border: 2px solid transparent;
  border-radius: 9px;
  background: var(--gray-100);
  color: var(--text-primary);
  font: inherit;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.catalog-purchase__quantity-preset:hover:not(:disabled) {
  background: var(--green-100);
}
.catalog-purchase__quantity-preset_active {
  border-color: var(--green-500);
  background: var(--white);
  color: var(--green-700);
}
.catalog-purchase__quantity-preset:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.catalog-purchase__controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0;
  gap: 0;
  align-items: center;
  overflow: hidden;
  transition: grid-template-columns 0.28s ease, gap 0.28s ease;
}
@media (max-width: 767.98px) {
  .catalog-purchase__controls {
    background: var(--white);
    padding: 12px 12px 0 12px;
  }
}
@media (max-width: 767.98px) {
  .catalog-purchase__controls_mobile-fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 70px !important;
    z-index: 6;
    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    border: 1px solid var(--gray-200);
    border-radius: 18px 18px 0 0;
    background: var(--white);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.12);
  }
}
.catalog-purchase__controls_expanded {
  grid-template-columns: minmax(0, 1fr) 128px;
  gap: 10px;
}
@media (max-width: 575.98px) {
  .catalog-purchase__controls_expanded {
    grid-template-columns: minmax(0, 1fr) minmax(124px, 136px);
    gap: 12px 6px;
  }
}
.catalog-purchase__controls-spacer {
  display: none;
}
.catalog-purchase__summary {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  white-space: nowrap;
}
.catalog-purchase__summary[hidden] {
  display: none;
}
@media (max-width: 575.98px) {
  .catalog-purchase__summary {
    background-color: var(--white);
    margin-top: 0;
    padding: 6px 12px 12px 12px;
    border-radius: 0 0 12px 12px;
  }
}
.catalog-purchase__summary-calculation {
  color: var(--gray-600);
  font-size: 1.3rem;
  line-height: 1;
}
.catalog-purchase__summary-total {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--gray-600);
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
}
.catalog-purchase__summary-total::before {
  flex: 0 0 5px;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 50%;
  background: var(--gray-400);
  content: "";
}
.catalog-purchase__summary-total strong {
  font-weight: 600;
}
.catalog-purchase__minimum {
  display: grid;
  gap: 5px;
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--gray-100);
  color: var(--gray-600);
}
.catalog-purchase__minimum[hidden] {
  display: none;
}
@media (max-width: 767.98px) {
  .catalog-purchase__minimum {
    background-color: var(--white);
    border-radius: 12px;
    padding: 12px;
  }
}
.catalog-purchase__minimum-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  color: var(--gray-700);
}
.catalog-purchase__minimum-title a {
  font-weight: 500;
}
.catalog-purchase__minimum_reached .catalog-purchase__minimum-title {
  color: var(--gray-600);
}
.catalog-purchase__minimum-icon {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.catalog-purchase__minimum-text {
  color: var(--gray-700);
  font-size: 1.3rem;
  line-height: 1.35;
}
.catalog-purchase__minimum-text[hidden] {
  display: none;
}
.catalog-purchase__minimum-text span {
  font-weight: 500;
}
.catalog-purchase__minimum-text a {
  font-weight: 500;
}
.catalog-purchase__discount-progress {
  margin: 18px 0 0;
  padding: 18px 0 12px;
  border-top: 1px solid var(--gray-200);
  border-bottom: 0;
}
.catalog-purchase__discount-progress[hidden] {
  display: none;
}
@media (max-width: 767.98px) {
  .catalog-purchase__discount-progress {
    margin: 8px 0 0;
    background-color: var(--white);
    padding: 24px 12px;
    border-radius: 22px;
    border: 1px solid #e5ebe5;
  }
}
.catalog-purchase__motivation-skeleton {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 54px;
  margin-top: 8px;
  padding: 10px 12px;
  border: 1px solid var(--gray-200);
  border-radius: 10px;
  background: var(--gray-50);
  box-sizing: border-box;
  pointer-events: none;
}
.catalog-purchase__motivation-skeleton-icon, .catalog-purchase__motivation-skeleton-content > span {
  display: block;
  border-radius: 6px;
  background: var(--gray-100);
}
.catalog-purchase__motivation-skeleton-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.catalog-purchase__motivation-skeleton-content {
  display: grid;
  gap: 7px;
}
.catalog-purchase__motivation-skeleton-content > span {
  width: 72%;
  height: 10px;
}
.catalog-purchase__motivation-skeleton-content > span:last-child {
  width: 48%;
}
.catalog-purchase__accordion {
  width: 100%;
}
.catalog-purchase__accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--gray-700);
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
.catalog-purchase__accordion-toggle::-webkit-details-marker {
  display: none;
}
.catalog-purchase__accordion-controls {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-left: auto;
  white-space: nowrap;
}
.catalog-purchase__accordion-meta {
  display: inline-flex;
  align-items: center;
  color: var(--gray-600);
  font-weight: 500;
  font-size: 1.2rem;
}
.catalog-purchase__accordion-meta strong {
  color: var(--gray-700);
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .catalog-purchase__accordion-meta {
    font-size: 1.4rem;
  }
}
.catalog-purchase__accordion-meta_active {
  color: var(--green-600);
  font-weight: 700;
  font-size: 1.7rem;
}
.catalog-purchase__accordion-arrow {
  display: inline-flex;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  color: var(--gray-500);
  transition: transform 0.2s ease;
}
.catalog-purchase__accordion-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.catalog-purchase__accordion[open] .catalog-purchase__accordion-arrow {
  transform: rotate(180deg);
}
.catalog-purchase__discount-accordion[open] .catalog-purchase__accordion-meta {
  display: none;
}
.catalog-purchase__accordion-content {
  padding-top: 12px;
}
.catalog-purchase__discount-accordion-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.6rem;
}
.catalog-purchase__discount-accordion-title svg {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  fill: var(--green-600);
}
.catalog-purchase__price {
  min-width: 0;
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .catalog-purchase__price {
    padding: 12px 12px 0 12px;
    background: var(--white);
    margin-bottom: 0;
  }
}
.catalog-purchase__price-main {
  display: flex;
  align-items: center;
  gap: 12px;
}
.catalog-purchase__price-current {
  color: var(--text-primary);
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}
.catalog-purchase__price-discount {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 12px;
  border-radius: 10px;
  background: var(--green-100);
  color: var(--green-700);
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
}
.catalog-purchase__price-discount[style*="display: none"] {
  display: none !important;
}
.catalog-purchase__price-old {
  display: block;
  width: fit-content;
  color: var(--gray-500);
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: line-through;
}
.catalog-purchase__price-economy {
  margin-top: 4px;
  color: var(--gray-500);
  font-size: 1.3rem;
  line-height: 1.2;
}
.catalog-purchase__price-note {
  margin-top: 3px;
  color: #77879a;
  font-size: 14px;
  line-height: 1.1;
}
@media (max-width: 767.98px) {
  .catalog-purchase__price-note {
    display: none;
  }
}
.catalog-purchase__quantity {
  position: relative;
  grid-column: 2;
  display: grid;
  grid-template-columns: 40px minmax(32px, 1fr) 40px;
  align-items: center;
  gap: 8px;
  min-height: 56px;
  padding: 5px;
  border-radius: 16px;
  background: var(--gray-100);
  min-width: 128px;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.22s ease, transform 0.28s ease;
}
.catalog-purchase__controls_collapsed .catalog-purchase__quantity {
  opacity: 0;
  transform: translateX(100%);
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .catalog-purchase__quantity {
    width: 100%;
    min-width: 136px;
    max-width: 160px;
    padding: 0;
    overflow: hidden;
    transition: width 0.28s ease, min-width 0.28s ease, opacity 0.22s ease, transform 0.28s ease, padding 0.28s ease, margin 0.28s ease;
  }
  .catalog-purchase__controls_collapsed .catalog-purchase__quantity {
    opacity: 0;
    transform: translateX(100%);
    overflow: hidden;
    pointer-events: none;
  }
}
.catalog-purchase__quantity-btn {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 34%;
  height: 100%;
  background: transparent;
  font-size: 30px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s ease;
}
@media (min-width: 992px) {
  .catalog-purchase__quantity-btn:hover {
    background: var(--green-100);
  }
}
.catalog-purchase__quantity-btn_minus {
  left: 0;
  justify-content: flex-start;
  padding-left: 12px;
}
.catalog-purchase__quantity-btn_plus {
  right: 0;
  justify-content: flex-end;
  padding-right: 12px;
}
.catalog-purchase__quantity-btn-icon {
  width: 24px;
  height: 24px;
  fill: var(--green-600);
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .catalog-purchase__quantity-btn-icon {
    width: 16px;
    height: 16px;
  }
}
.catalog-purchase__quantity-field {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text-primary) !important;
  -webkit-text-fill-color: var(--text-primary);
  opacity: 1;
  line-height: 1;
  text-align: center;
  padding: 0 40px;
  font-size: 1.7rem;
  font-weight: 500;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.catalog-purchase__quantity-field:disabled {
  color: var(--text-primary) !important;
  -webkit-text-fill-color: var(--text-primary);
  opacity: 1;
}
@media (max-width: 767.98px) {
  .catalog-purchase__quantity-field {
    font-size: 1.5rem;
  }
}
.catalog-purchase__quantity-field:focus {
  outline: none;
}
@media (max-width: 767.98px) {
  .catalog-purchase__quantity-field {
    font-size: 18px;
  }
}
.catalog-purchase__actions {
  grid-column: 1;
  min-width: 0;
}
@media (max-width: 575.98px) {
  .catalog-purchase__actions {
    width: 100%;
    max-width: 100%;
  }
  .catalog-purchase__actions .catalog-purchase__button {
    gap: 8px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.7rem;
  }
}
.catalog-purchase__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 56px;
  border-radius: 12px;
  background: var(--green-500);
  color: #fff !important;
  font-size: 1.7rem;
  line-height: 1;
  transition: background 0.2s ease;
  font-weight: 500;
}
.catalog-purchase__button:hover {
  color: #fff;
}
@media (max-width: 767.98px) {
  .catalog-purchase__button {
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .catalog-purchase__button:hover {
    background: var(--green-600);
    color: #fff;
  }
}
.catalog-purchase__button_disabled, .catalog-purchase__button_disabled:hover {
  background: var(--gray-400);
  color: #fff;
  cursor: default;
}
.catalog-purchase__button_loading, .catalog-purchase__button_loading:hover {
  background: var(--green-500);
  cursor: wait;
}
@media (max-width: 575.98px) {
  .catalog-purchase__button {
    width: 100%;
  }
}
.catalog-purchase__button-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.catalog-purchase__button-loader {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.catalog-purchase__discount-progress .basket-discount-progress__steps {
  margin-top: 12px;
}
.catalog-purchase__discount-progress .basket-discount-progress__title {
  font-size: 1.7rem;
  font-weight: 600;
  border-bottom: none;
  margin-bottom: 0;
  color: var(--text-primary);
}
.catalog-purchase__discount-progress .basket-discount-progress__hint {
  font-weight: 400;
  font-size: 1.4rem;
}
.catalog-purchase__discount-progress .basket-discount-progress__hint span {
  font-size: 1.5rem;
}
.catalog-purchase__discount-progress .basket-discount-progress__summary {
  font-size: 1.3rem;
}

.catalog-delivery-popup {
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
  min-height: 0;
  padding: 22px 24px 24px;
  overflow: auto;
  background: var(--white);
}
.catalog-delivery-popup__title {
  color: var(--text-primary);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.catalog-delivery-popup__text {
  margin-top: 8px;
  color: var(--gray-700);
  font-size: 1.5rem;
  line-height: 1.45;
}
.catalog-delivery-popup__calc {
  min-height: 0;
}
.catalog-delivery-popup__api[hidden], .catalog-delivery-popup__calc[hidden] {
  display: none;
}
.catalog-delivery-popup__api {
  display: flex;
  flex: 1 1 auto;
  min-height: 240px;
}
.catalog-delivery-popup__api-state {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--text-primary);
  text-align: center;
}
.catalog-delivery-popup__api-loader img {
  display: block;
  width: 42px;
  height: 42px;
}
.catalog-delivery-popup__api-title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.35;
}
.catalog-delivery-popup__retry {
  flex: 0 0 auto;
}
.catalog-delivery-popup .map-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  margin-bottom: 14px;
}
@media (max-width: 575.98px) {
  .catalog-delivery-popup .map-form {
    grid-template-columns: 1fr;
  }
}
.catalog-delivery-popup__field {
  position: relative;
  min-width: 0;
}
.catalog-delivery-popup__input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--gray-200);
  border-radius: 9px;
  background: var(--white);
  color: var(--text-primary);
  font-size: 1.6rem;
}
.catalog-delivery-popup__input:focus-visible {
  border: 2px solid var(--green-500);
  outline: none;
}
.catalog-delivery-popup__submit {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--green-500);
  border-radius: 9px;
  background: var(--green-500);
  color: var(--white);
  font: inherit;
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
}
.catalog-delivery-popup__error {
  grid-column: 1/-1;
}
.catalog-delivery-popup__map-accordion {
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  background: var(--white);
  overflow: hidden;
}
.catalog-delivery-popup__map-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 0 14px;
  color: var(--green-600);
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
.catalog-delivery-popup__map-toggle::-webkit-details-marker {
  display: none;
}
.catalog-delivery-popup__map-toggle-icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  fill: currentColor;
  transition: transform 0.2s ease;
}
.catalog-delivery-popup__map-accordion[open] .catalog-delivery-popup__map-toggle-icon {
  transform: rotate(180deg);
}
.catalog-delivery-popup__map-panel {
  padding: 0 14px 14px;
}
.catalog-delivery-popup__map {
  position: relative;
  min-height: 420px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--gray-100);
}
@media (max-width: 575.98px) {
  .catalog-delivery-popup__map {
    min-height: 320px;
  }
}
.catalog-delivery-popup__map-canvas {
  width: 100%;
  height: 420px;
}
@media (max-width: 575.98px) {
  .catalog-delivery-popup__map-canvas {
    height: 320px;
  }
}
.catalog-delivery-popup__map-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: rgba(0, 0, 0, 0.6);
  color: var(--gray-100);
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  padding: 0 30px;
}
.catalog-delivery-popup .map-layout {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.catalog-delivery-popup .map-layout__result {
  order: 0;
}
.catalog-delivery-popup .map-route {
  padding: 0;
  border: none;
}
.catalog-delivery-popup .map-route__name {
  font-size: 1.4rem;
}
.catalog-delivery-popup .map-route__points {
  gap: 8px;
  padding-bottom: 12px;
}
.catalog-delivery-popup .map-route__marker, .catalog-delivery-popup .map-route__marker_logo {
  width: 28px;
  height: 28px;
}
.catalog-delivery-popup .map-route__price-row {
  justify-content: flex-start;
}
.catalog-delivery-popup .map-route__value {
  font-size: 1.5rem;
}
.catalog-delivery-popup .map-route__label {
  font-size: 1.3rem;
}
.catalog-delivery-popup .map-route__content .map-route__value {
  color: var(--gray-700);
  font-weight: 500;
}
.catalog-delivery-popup .order-notify {
  font-size: 1.3rem;
  color: var(--red-500);
  line-height: 1;
}

.catalog-bags-popup {
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
  min-height: 0;
  padding: 22px 24px 24px;
  overflow: auto;
  background: var(--white);
}
.catalog-bags-popup__title {
  color: var(--text-primary);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.catalog-bags-popup__content {
  display: grid;
  gap: 12px;
}
.catalog-bags-popup__accordion {
  overflow: hidden;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  background: var(--white);
}
.catalog-bags-popup__accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 52px;
  padding: 0 14px;
  color: var(--gray-800);
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
.catalog-bags-popup__accordion-toggle::-webkit-details-marker {
  display: none;
}
.catalog-bags-popup__accordion-icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  fill: var(--gray-500);
  transition: transform 0.2s ease;
}
.catalog-bags-popup__accordion[open] .catalog-bags-popup__accordion-icon {
  transform: rotate(180deg);
}
.catalog-bags-popup__accordion-content {
  display: grid;
  gap: 14px;
  padding: 0 14px 14px;
}
.catalog-bags-popup__mode {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 3px;
  border-radius: 10px;
  background: var(--gray-100);
}
.catalog-bags-popup__mode-button {
  min-height: 38px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--gray-700);
  font: inherit;
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
}
.catalog-bags-popup__mode-button_active {
  background: var(--white);
  color: var(--green-700);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
}
.catalog-bags-popup__hint {
  color: var(--gray-700);
  font-size: 1.35rem;
  line-height: 1.35;
}
.catalog-bags-popup__reserve {
  display: grid;
  gap: 8px;
}
.catalog-bags-popup__reserve-title {
  color: var(--gray-800);
  font-size: 1.35rem;
  line-height: 1.25;
  font-weight: 600;
}
.catalog-bags-popup__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.catalog-bags-popup__fields[hidden] {
  display: none;
}
@media (max-width: 575.98px) {
  .catalog-bags-popup__fields {
    grid-template-columns: 1fr;
  }
}
.catalog-bags-popup__field {
  display: grid;
  gap: 7px;
}
.catalog-bags-popup__label {
  color: var(--gray-700);
  font-size: 1.3rem;
  line-height: 1.25;
}
.catalog-bags-popup__input {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid var(--gray-200);
  border-radius: 9px;
  background: var(--white);
  color: var(--text-primary);
  font-size: 1.6rem;
}
.catalog-bags-popup__input:focus-visible {
  border: 2px solid var(--green-500);
  outline: none;
}
.catalog-bags-popup__presets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.catalog-bags-popup__preset {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--green-500);
  border-radius: 9px;
  background: var(--white);
  color: var(--green-600);
  font: inherit;
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
}
.catalog-bags-popup__preset_active {
  background: var(--green-100);
  color: var(--green-700);
}
.catalog-bags-popup__result {
  display: grid;
  gap: 8px;
  padding: 12px;
  border-radius: 12px;
  background: var(--green-100);
}
.catalog-bags-popup__result[hidden] {
  display: none;
}
.catalog-bags-popup__result-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--gray-700);
  font-size: 1.4rem;
  line-height: 1.3;
}
.catalog-bags-popup__result-row strong {
  color: var(--green-700);
  font-weight: 600;
  text-align: right;
}
.catalog-bags-popup__apply {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--green-500);
  border-radius: 9px;
  background: var(--green-500);
  color: var(--white);
  font: inherit;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
}
.catalog-bags-popup__apply:disabled {
  border-color: var(--gray-200);
  background: var(--gray-200);
  color: var(--gray-500);
  cursor: default;
}

.usage__tabs,
.product-kit__tabs,
.compare__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .usage__tabs,
  .product-kit__tabs,
  .compare__tabs {
    flex-wrap: wrap;
    overflow: visible;
    margin: 0;
    padding: 0;
    white-space: normal;
  }
}
.usage__tab,
.product-kit__tab,
.compare__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--gray-300);
  border-radius: 8px;
  background: var(--white);
  color: var(--gray-700);
  font: inherit;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
@media (max-width: 767.98px) {
  .usage__tab,
  .product-kit__tab,
  .compare__tab {
    flex: 0 0 auto;
    max-width: 100%;
    white-space: normal;
    min-height: 40px;
    padding: 6px 12px;
  }
}
.usage__tab_active,
.product-kit__tab_active,
.compare__tab_active {
  border-color: var(--green-500);
  background: var(--green-100);
  color: var(--green-700);
}
.usage__tab-icon,
.product-kit__tab-icon,
.compare__tab-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: currentColor;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .usage__content,
  .compare__main-difference,
  .compare__cards,
  .product-kit__panel {
    scroll-margin-top: 72px;
  }
}

.catalog-content__two-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .catalog-content__two-columns {
    grid-template-columns: 1fr;
  }
}
.catalog-content__info-card {
  min-width: 0;
  padding: 18px 20px;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  background: var(--white);
  color: var(--text-primary);
}
.catalog-content__info-card_use {
  border-color: var(--green-200);
  background: var(--green-50);
}
.catalog-content__info-card_choose {
  border-color: var(--yellow-200);
  background: var(--yellow-50);
}
.catalog-content__info-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--text-primary);
  font-size: 1.7rem;
  line-height: 1.25;
  font-weight: 600;
}
.catalog-content__info-title-icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  padding: 4px;
  fill: currentColor;
}
.catalog-content__info-card_use .catalog-content__info-title-icon {
  color: var(--green-600);
}
.catalog-content__info-card_choose .catalog-content__info-title-icon {
  color: #ff8a3d;
}
.catalog-content__info-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-content__info-item {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 4px;
  align-items: center;
  color: var(--text-primary);
  font-size: 1.45rem;
  line-height: 1.35;
}
.catalog-content__info-item-icon {
  width: 14px;
  height: 14px;
  color: var(--green-600);
  fill: currentColor;
}
.catalog-content__info-card_choose .catalog-content__info-item-icon {
  color: #ff8a3d;
}

.usage {
  display: grid;
  gap: 14px;
}
.usage__content {
  border: 1px solid var(--gray-200);
  border-radius: 10px;
  background: var(--white);
  padding: 18px 26px 18px 18px;
}
@media (max-width: 767.98px) {
  .usage__content {
    padding: 16px;
  }
}
.usage__steps {
  display: grid;
  gap: 18px;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.usage__step {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-width: 0;
}
.usage__step-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  fill: var(--green-600);
}
.usage__step-icon_empty {
  visibility: hidden;
}
.usage__step-content {
  min-width: 0;
}
.usage__step-content h3 {
  margin: 0 0 8px;
  color: var(--text-primary);
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
}
.usage__step-content p {
  margin: 0;
  color: var(--gray-700);
  font-size: 1.4rem;
  line-height: 1.5;
}
.usage__step-calculator-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 6px 10px;
  border: 1px solid var(--green-500);
  border-radius: 8px;
  background: var(--white);
  color: var(--green-600);
  font: inherit;
  font-size: 1.3rem;
  line-height: 1.15;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
@media (min-width: 992px) {
  .usage__step-calculator-button:hover {
    border-color: var(--green-600);
    background: var(--green-100);
  }
}

.product-kit {
  display: grid;
  gap: 12px;
}
.product-kit__heading {
  display: grid;
  gap: 6px;
}
.product-kit__heading p {
  font-size: 1.3rem;
  line-height: 1.15;
  color: var(--gray-600);
}
.product-kit__panels {
  min-width: 0;
  margin-top: 12px;
}
.product-kit__panel {
  display: grid;
  gap: 12px;
}
.product-kit__panel[hidden] {
  display: none;
}
.product-kit__scenario {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 8px 0;
}
.product-kit__scenario-content {
  display: grid;
  gap: 8px;
  min-width: 0;
}
.product-kit__scenario-content-row {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
}
@media (max-width: 575.98px) {
  .product-kit__scenario-content-row {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
  }
}
.product-kit__scenario-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--green-100);
}
@media (max-width: 575.98px) {
  .product-kit__scenario-icon {
    width: 44px;
    height: 44px;
  }
}
.product-kit__scenario-text {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.product-kit__title {
  margin: 0;
  color: var(--text-primary);
  font-size: 2.2rem;
  line-height: 1.15;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .product-kit__title {
    font-size: 1.8rem;
  }
}
.product-kit__description, .product-kit__note {
  margin: 0;
  color: var(--gray-600);
  font-size: 1.3rem;
  line-height: 1.4;
}
.product-kit__note {
  color: var(--green-700);
  font-weight: 600;
}
.product-kit__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  margin: 0;
  color: var(--gray-600);
  font-size: 1.3rem;
  line-height: 1.35;
}
.product-kit__badge {
  display: inline-flex;
  align-items: center;
}
.product-kit__image {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 575.98px) {
  .product-kit__image {
    width: 28px;
    height: 28px;
  }
}
.product-kit__items {
  display: grid;
  gap: 8px;
  border: 1px solid var(--gray-300);
  border-radius: 8px;
  overflow: hidden;
  padding: 10px;
}
@media (max-width: 767.98px) {
  .product-kit__items {
    gap: 0;
    padding: 0 12px;
  }
}
.product-kit__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, max-content);
  gap: 16px;
  align-items: center;
  min-width: 0;
}
@media (max-width: 767.98px) {
  .product-kit__footer {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    align-items: stretch;
  }
}
.product-kit__summary {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  min-width: 0;
}
@media (max-width: 767.98px) {
  .product-kit__summary {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 6px;
    align-items: stretch;
  }
}
.product-kit__summary-item {
  display: flex;
  flex-direction: row;
  gap: 6px;
  min-width: 0;
  align-items: center;
}
@media (max-width: 767.98px) {
  .product-kit__summary-item {
    justify-content: space-between;
    gap: 12px;
  }
}
.product-kit__summary-label {
  color: var(--gray-600);
  font-size: 1.3rem;
  line-height: 1.2;
}
.product-kit__summary-val {
  color: var(--gray-700);
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .product-kit__summary-val {
    text-align: right;
  }
}
.product-kit__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid var(--green-500);
  border-radius: 8px;
  background: var(--green-500);
  color: var(--white);
  font: inherit;
  font-size: 1.45rem;
  line-height: 1.15;
  font-weight: 700;
  cursor: pointer;
}
.product-kit__button:disabled {
  cursor: default;
  opacity: 0.75;
}
.product-kit__button_done {
  border-color: var(--green-300);
  background: var(--white);
  color: var(--green-700);
}
.product-kit__button_loading {
  opacity: 0.7;
}
@media (max-width: 767.98px) {
  .product-kit__button {
    width: 100%;
  }
}
.product-kit__message {
  grid-column: 1/-1;
  margin: 0;
  color: var(--gray-700);
  font-size: 1.35rem;
  line-height: 1.35;
}
.product-kit__message_error {
  color: var(--red-500);
}
.product-kit__message_success {
  color: var(--green-700);
}
.product-kit__initial-skeleton {
  pointer-events: none;
}
.product-kit__skeleton-tabs .product-kit__tab {
  color: transparent;
  user-select: none;
}
.product-kit__skeleton-scenario {
  grid-template-columns: 56px minmax(0, 1fr);
  grid-template-rows: repeat(2, auto);
  column-gap: 14px;
  align-items: center;
}
@media (max-width: 575.98px) {
  .product-kit__skeleton-scenario {
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 10px;
  }
}
.product-kit__skeleton-circle, .product-kit__skeleton-line, .product-kit__skeleton-image, .product-kit__skeleton-offers, .product-kit__skeleton-button {
  display: block;
  border-radius: 6px;
  background: var(--gray-100);
}
.product-kit__skeleton-circle {
  grid-row: 1/span 2;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  .product-kit__skeleton-circle {
    width: 44px;
    height: 44px;
  }
}
.product-kit__skeleton-line {
  width: 72%;
  height: 14px;
}
.product-kit__skeleton-line_title {
  width: 88%;
  height: 20px;
}
.product-kit__skeleton-line_short {
  width: 42%;
}
.product-kit__skeleton-item {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) minmax(120px, max-content) minmax(230px, 30%);
  gap: 12px 16px;
  align-items: start;
  min-height: 104px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gray-200);
}
.product-kit__skeleton-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 767.98px) {
  .product-kit__skeleton-item {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 259px;
    padding: 24px 0;
  }
  .product-kit__skeleton-item:first-child {
    padding-top: 12px;
  }
  .product-kit__skeleton-item:last-child {
    padding-bottom: 12px;
  }
  .product-kit__skeleton-item_offers {
    min-height: 299px;
  }
}
.product-kit__skeleton-image {
  grid-row: 1/span 3;
  width: 70px;
  aspect-ratio: 1/1;
}
@media (max-width: 767.98px) {
  .product-kit__skeleton-image {
    width: 72px;
  }
}
.product-kit__skeleton-offers {
  width: 150px;
  height: 30px;
}
.product-kit__skeleton-footer {
  min-height: 44px;
}
.product-kit__skeleton-summary {
  display: flex;
  gap: 18px;
}
@media (max-width: 767.98px) {
  .product-kit__skeleton-summary {
    display: grid;
    gap: 6px;
  }
}
.product-kit__skeleton-button {
  width: 220px;
  height: 44px;
}
@media (max-width: 767.98px) {
  .product-kit__skeleton-button {
    width: 100%;
  }
}

.product-kit-item {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  border-bottom: 1px solid var(--gray-200);
  background: var(--white);
  padding-bottom: 10px;
}
@media (max-width: 767.98px) {
  .product-kit-item {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "title title" "description description" "meta quantity";
    gap: 10px;
    align-items: start;
    padding: 24px 0;
  }
  .product-kit-item:first-child {
    padding-top: 12px;
  }
}
@media (max-width: 767.98px) {
  .product-kit-item:has(.product-kit-item__offers) {
    grid-template-areas: "title title" "description description" "offers offers" "meta quantity";
  }
}
.product-kit-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .product-kit-item:last-child {
    padding-bottom: 12px;
  }
}
.product-kit-item__image {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: var(--gray-50);
  aspect-ratio: 1/1;
}
@media (max-width: 767.98px) {
  .product-kit-item__image {
    grid-column: 1/-1;
    grid-row: 1/3;
    align-self: start;
    width: 72px;
  }
}
.product-kit-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-kit-item__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, max-content) minmax(230px, 30%);
  gap: 16px;
  align-items: start;
  min-width: 0;
}
@media (max-width: 767.98px) {
  .product-kit-item__body {
    display: contents;
  }
}
.product-kit-item__main {
  display: grid;
  min-width: 0;
}
@media (max-width: 767.98px) {
  .product-kit-item__main {
    display: contents;
  }
}
.product-kit-item__title-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  align-items: center;
  min-width: 0;
}
@media (max-width: 767.98px) {
  .product-kit-item__title-row {
    grid-area: title;
    padding-left: 82px;
  }
}
.product-kit-item__title {
  color: var(--text-primary);
  font-size: 1.55rem;
  line-height: 1.25;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .product-kit-item__title {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}
.product-kit-item__role {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  color: var(--gray-600);
  font-size: 1.3rem;
  line-height: 1.25;
}
@media (max-width: 767.98px) {
  .product-kit-item__role {
    grid-area: description;
    padding-left: 82px;
    margin-top: 3px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
.product-kit-item__offers {
  display: grid;
  gap: 6px;
  margin-top: 8px;
}
@media (max-width: 767.98px) {
  .product-kit-item__offers {
    grid-area: offers;
    width: 100%;
    margin-top: 0;
  }
}
.product-kit-item__offers-title {
  color: var(--gray-600);
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
}
.product-kit-item__offers-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.product-kit-item__offer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid var(--gray-300);
  border-radius: 6px;
  background: var(--white);
  color: var(--gray-700);
  font: inherit;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 500;
  cursor: pointer;
}
.product-kit-item__offer_active {
  border-color: var(--green-500);
  background: var(--green-100);
  color: var(--green-700);
}
.product-kit-item__offer_limited:not(.product-kit-item__offer_active) {
  color: var(--gray-500);
}
.product-kit-item__badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 6px;
  background: var(--green-100);
  color: var(--green-700);
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
}
.product-kit-item__badge_secondary {
  background: var(--gray-100);
  color: var(--gray-500);
}
.product-kit-item__meta {
  display: grid;
  gap: 4px;
  align-content: start;
  min-width: 0;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .product-kit-item__meta {
    grid-area: meta;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    width: 100%;
    gap: 4px 8px;
    justify-content: start;
    align-self: flex-end;
  }
}
.product-kit-item__price {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
  align-items: baseline;
}
.product-kit-item__price strong {
  color: var(--text-primary);
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .product-kit-item__price strong {
    font-size: 1.7rem;
  }
}
.product-kit-item__price-old {
  color: var(--gray-500);
  font-size: 1.25rem;
  line-height: 1.1;
  text-decoration: line-through;
}
.product-kit-item__price-discount {
  color: var(--green-700);
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 700;
}
.product-kit-item__props {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
  color: var(--gray-600);
  font-size: 1.3rem;
  line-height: 1.25;
}
@media (max-width: 767.98px) {
  .product-kit-item__props {
    flex-basis: 100%;
  }
}
.product-kit-item__available {
  color: var(--green-700);
}
.product-kit-item__unavailable {
  color: var(--red-500);
}
.product-kit-item__quantity {
  display: grid;
  gap: 8px;
  align-content: start;
  min-width: 0;
  padding-left: 36px;
  border-left: 1px solid var(--gray-200);
  color: var(--text-primary);
  font-size: 1.4rem;
  line-height: 1.35;
}
@media (max-width: 767.98px) {
  .product-kit-item__quantity {
    grid-area: quantity;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding-left: 0;
    border-left: 0;
    gap: 8px 12px;
    text-align: left;
  }
}
.product-kit-item__quantity strong {
  color: var(--text-primary);
  font-weight: 500;
}
.product-kit-item__quantity-main {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .product-kit-item__quantity-main {
    min-width: 0;
  }
}
.product-kit-item__quantity-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  color: var(--gray-600);
  font-size: 1.3rem;
  line-height: 1.3;
}
.product-kit-item__quantity-sub strong {
  color: inherit;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .product-kit-item__quantity-sub {
    flex: 0 1 auto;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    text-align: right;
  }
}
.product-kit-item__state {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: none;
  color: var(--green-700);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .product-kit-item__state {
    white-space: normal;
    flex: 0 0 auto;
    padding: 7px 12px;
    border: 1px solid #2db84d;
    border-radius: 8px;
    background: #fff;
    color: #16802d;
    font-weight: 600;
  }
}
.product-kit-item__state:disabled {
  cursor: default;
}
.product-kit-item_calculated .product-kit-item__state {
  color: var(--text-primary);
}
.product-kit-item_unavailable .product-kit-item__state, .product-kit-item_no-price .product-kit-item__state {
  color: var(--red-500);
}

@media (max-width: 767.98px) {
  .catalog-content__section_compare {
    --compare-mobile-inline-start: 20px;
    padding-right: 0 !important;
    padding-left: var(--compare-mobile-inline-start) !important;
  }
}
@media (max-width: 767.98px) {
  .catalog-content__section_compare .compare__tabs {
    padding-right: var(--compare-mobile-inline-start);
  }
}

.bx-panel-top {
  display: none !important;
}

.compare {
  display: grid;
  gap: 18px;
}
.compare__heading {
  display: grid;
  gap: 6px;
}
@media (max-width: 767.98px) {
  .compare__heading {
    padding-right: var(--compare-mobile-inline-start);
  }
}
.compare__subtitle {
  margin: 0;
  color: var(--gray-600);
  font-size: 1.5rem;
  line-height: 1.35;
}
.compare__main-difference {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid var(--green-200);
  border-radius: 8px;
  background: var(--green-50);
}
.compare__main-difference[hidden] {
  display: none;
}
@media (max-width: 767.98px) {
  .compare__main-difference {
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: center;
    padding: 14px;
    width: calc(100% - var(--compare-mobile-inline-start));
  }
}
.compare__main-difference-icon {
  width: 28px;
  height: 28px;
  fill: var(--green-600);
}
@media (max-width: 767.98px) {
  .compare__main-difference-icon {
    width: 24px;
    height: 24px;
  }
}
.compare__main-difference-content {
  min-width: 0;
}
.compare__main-difference-content span {
  display: block;
  margin-bottom: 4px;
  color: var(--green-700);
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
}
.compare__main-difference-content p {
  margin: 0;
  color: var(--gray-700);
  font-size: 1.35rem;
  line-height: 1.45;
}
@media (max-width: 767.98px) {
  .compare__main-difference-content {
    display: contents;
  }
  .compare__main-difference-content p {
    grid-column: 1/-1;
    margin-top: 6px;
  }
}
.compare__choose-item {
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  background: var(--gray-50);
}
.compare__choose-item-label {
  display: block;
  margin-bottom: 4px;
  color: var(--text-primary);
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: 500;
}
.compare__choose-item-value {
  display: block;
  color: var(--gray-800);
  font-size: 1.35rem;
  line-height: 1.35;
  font-weight: 400;
}
.compare__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 767.98px) {
  .compare__cards {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    width: calc(100% + var(--compare-mobile-inline-start));
    max-width: none;
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: calc(var(--compare-mobile-inline-start) * -1);
    padding-left: var(--compare-mobile-inline-start);
    overscroll-behavior-x: contain;
    scroll-padding-left: var(--compare-mobile-inline-start);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .compare__cards::-webkit-scrollbar {
    display: none;
  }
  .compare__cards > .compare-card,
  .compare__cards > [data-entity=compare-alternative-card] {
    flex: 0 0 calc(100% - 60px);
    min-width: 0;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }
}
@media (max-width: 767.98px) and (min-width: 560px) and (max-width: 759.98px) {
  .compare__cards > .compare-card,
  .compare__cards > [data-entity=compare-alternative-card] {
    flex: 0 0 calc(100% - 140px);
  }
}
@media (max-width: 767.98px) {
  .compare__cards::after {
    flex: 0 0 26px;
    content: "";
  }
  .compare__cards > [data-entity=compare-alternative-card] > .compare-card {
    width: 100%;
  }
}
.compare__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 8px;
  background: var(--green-500);
  color: var(--white) !important;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .compare__link {
    width: 100%;
  }
}

.compare-card {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  background: var(--white);
}
.compare-card__grid {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 16px;
}
@media (max-width: 575.98px) {
  .compare-card__grid {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }
}
.compare-card_no-image .compare-card__grid {
  grid-template-columns: 1fr;
}
.compare-card__media {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
}
.compare-card__image {
  border-radius: 12px;
  overflow: hidden;
}
.compare-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.compare-card__body {
  min-width: 0;
}
.compare-card__current-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 6px;
  background: var(--green-50);
  color: var(--green-600);
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
}
.compare-card__current-label svg {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  fill: currentColor;
}
.compare-card__title {
  margin: 0 0 10px;
  color: var(--text-primary);
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .compare-card__title {
    font-size: 1.6rem;
  }
}
.compare-card__title a {
  color: var(--text-primary);
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .compare-card__title a {
    font-size: 1.6rem;
  }
}
.compare-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
}
.compare-card__price, .compare-card__availability {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 8px;
  background: var(--gray-100);
  color: var(--gray-700);
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 600;
}
.compare-card__price {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 2px 10px;
  align-items: center;
  color: var(--text-primary);
  background: transparent;
  padding: 0;
}
.compare-card__price strong {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}
.compare-card__price small {
  grid-column: 1/-1;
  color: var(--gray-600);
  font-size: 1.3rem;
  line-height: 1.15;
}
.compare-card__purchase {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.compare-card__buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 0;
  border-radius: 8px;
  background: var(--green-500);
  color: var(--white);
  font-size: 1.3rem;
  line-height: 1.15;
  font-weight: 600;
  cursor: pointer;
}
.compare-card__buy:hover {
  background: var(--green-600);
}
.compare-card__price-old {
  color: var(--gray-500);
  font-size: 1.3rem;
  line-height: 1;
  text-decoration: line-through;
  white-space: nowrap;
}
.compare-card__price-discount {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 6px;
  background: var(--green-100);
  color: var(--green-700);
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}
.compare-card__price-discount[hidden] {
  display: none;
}
.compare-card__availability {
  gap: 6px;
  background: var(--green-50);
  color: var(--green-600);
  font-size: 1.2rem;
}
.compare-card__availability svg {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.compare-card__availability_empty {
  background: var(--yellow-100);
  color: var(--red-500);
}
.compare-card__props {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.compare-card__prop {
  border-radius: 6px;
  padding: 6px 12px;
  background: var(--gray-100);
}
.compare-card__prop-label {
  display: block;
  margin-bottom: 4px;
  color: var(--gray-600);
  font-size: 1.1rem;
  line-height: 1.1;
}
.compare-card__prop-value {
  display: block;
  color: var(--gray-700);
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 500;
}
.compare-card__props-note {
  margin: 0 0 14px;
  color: var(--gray-700);
  font-size: 1.1rem;
  line-height: 1.3;
}
.compare-card__list {
  display: grid;
  margin: 0;
  border-top: 1px solid var(--gray-200);
}
.compare-card__choose {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}
.compare-card__row {
  display: grid;
  grid-template-columns: minmax(140px, 25%) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-width: 0;
  padding: 10px 0;
  border-bottom: 1px solid var(--gray-200);
}
.compare-card__row:last-child {
  border-bottom: none;
}
@media (max-width: 575.98px) {
  .compare-card__row {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.compare-card__row dt {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: var(--gray-600);
  font-size: 1.3rem;
  line-height: 1.25;
  font-weight: 600;
}
.compare-card__row dt svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.compare-card__row dd {
  margin: 0;
  color: var(--gray-700);
  font-size: 1.35rem;
  line-height: 1.35;
}
@media (max-width: 767.98px) {
  .compare-card {
    padding: 14px;
  }
  .compare-card__grid {
    display: block;
    padding: 0;
  }
  .compare-card__media {
    display: none;
  }
  .compare-card__body {
    width: 100%;
  }
  .compare-card__title {
    margin-bottom: 7px;
    overflow-wrap: anywhere;
  }
  .compare-card__meta {
    gap: 8px;
    margin-bottom: 11px;
  }
  .compare-card__purchase, .compare-card__price {
    gap: 6px 8px;
  }
  .compare-card__price {
    display: flex;
    flex-wrap: wrap;
  }
  .compare-card__price small {
    flex-basis: 100%;
  }
  .compare-card__buy {
    flex: 0 0 auto;
  }
  .compare-card__props {
    gap: 0;
    margin-bottom: 0;
  }
  .compare-card__prop {
    display: inline-flex;
    align-items: baseline;
    padding: 0;
    background: transparent;
  }
  .compare-card__prop:not(:last-child)::after {
    margin: 0 6px;
    color: var(--gray-400);
    content: "·";
    font-weight: 400;
  }
  .compare-card__prop-label {
    display: none;
  }
  .compare-card__prop-value {
    font-size: 1.35rem;
    line-height: 1.3;
  }
  .compare-card__props-note {
    margin: 5px 0 0;
  }
  .compare-card__list {
    margin-top: 14px;
  }
}

.product-reviews__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 20px;
  align-items: center;
}
.product-reviews__title {
  margin: 0;
  color: var(--text-primary);
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 700;
}
.product-reviews__summary {
  display: flex;
  grid-column: 1;
  gap: 10px;
  align-items: center;
  color: var(--gray-600);
  font-size: 1.4rem;
}
.product-reviews__average {
  color: var(--text-primary);
  font-size: 1.7rem;
  font-weight: 700;
}
.product-reviews__add-button {
  grid-row: 1/span 2;
  grid-column: 2;
  min-height: 40px;
  padding: 8px 14px;
  white-space: nowrap;
}
.product-reviews__form {
  display: none;
  gap: 14px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--gray-200);
}
.product-reviews_form-open .product-reviews__form {
  display: grid;
}
.product-reviews__field, .product-reviews__rating-field {
  display: grid;
  gap: 7px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.product-reviews__field-label {
  color: var(--gray-700);
  font-size: 1.4rem;
  font-weight: 600;
}
.product-reviews__input {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid var(--gray-300);
  border-radius: 8px;
  background: var(--white);
  color: var(--text-primary);
  font: inherit;
  font-size: 1.5rem;
  line-height: 1.4;
  resize: vertical;
}
.product-reviews__input:focus {
  border-color: var(--green-500);
  outline: 0;
}
.product-reviews__rating-selector, .product-reviews__stars {
  display: flex;
  gap: 3px;
}
.product-reviews__rating-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gray-300);
  font-size: 2.8rem;
  line-height: 1;
  cursor: pointer;
}
.product-reviews__rating-button_selected {
  color: #f4b400;
}
.product-reviews__form-error {
  margin: 0;
  color: #ad0021;
  font-size: 1.3rem;
}
.product-reviews__submit {
  justify-self: start;
  min-height: 40px;
  padding: 8px 16px;
}
.product-reviews__list {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}
.product-reviews__item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--gray-200);
}
.product-reviews__item_pending {
  opacity: 0.72;
}
.product-reviews__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green-700);
  font-size: 1.5rem;
  font-weight: 700;
}
.product-reviews__body {
  min-width: 0;
}
.product-reviews__item-head {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  align-items: baseline;
}
.product-reviews__author {
  color: var(--text-primary);
  font-size: 1.5rem;
}
.product-reviews__date, .product-reviews__pending {
  color: var(--gray-500);
  font-size: 1.3rem;
}
.product-reviews__source {
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--gray-100);
  color: var(--gray-600);
  font-size: 1.2rem;
  line-height: 1.4;
  text-decoration: none;
}
.product-reviews__source:hover {
  text-decoration: underline;
}
.product-reviews__stars {
  margin-top: 6px;
}
.product-reviews__star {
  color: var(--gray-300);
  font-size: 1.7rem;
  line-height: 1;
}
.product-reviews__star_filled {
  color: #f4b400;
}
.product-reviews__text, .product-reviews__official-text {
  margin: 10px 0 0;
  color: var(--gray-700);
  font-size: 1.5rem;
  line-height: 1.5;
}
.product-reviews__pending {
  margin: 10px 0 0;
}
.product-reviews__official {
  margin-top: 14px;
  padding: 12px;
  border-radius: 8px;
  background: var(--gray-100);
}
.product-reviews__official-label {
  color: var(--gray-700);
  font-size: 1.3rem;
  font-weight: 700;
}
.product-reviews__official-text {
  margin-top: 6px;
}
.product-reviews__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}
.product-reviews__action {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--green-700);
  font: inherit;
  font-size: 1.3rem;
  font-weight: 600;
  cursor: pointer;
}
.product-reviews__official-form {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}
.product-reviews__more {
  margin-top: 18px;
}
.product-reviews__empty {
  margin: 0;
  color: var(--gray-600);
  font-size: 1.5rem;
}
@media (max-width: 575.98px) {
  .product-reviews__head {
    grid-template-columns: 1fr;
  }
  .product-reviews__add-button {
    grid-row: auto;
    grid-column: 1;
    justify-self: start;
  }
}

.product-faq__list {
  display: grid;
  margin-top: 16px;
  border-top: 1px solid var(--gray-200);
}
.product-faq__item {
  border-bottom: 1px solid var(--gray-200);
}
.product-faq__question {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 12px 0;
  color: var(--text-primary);
  font-size: 1.6rem;
  line-height: 1.35;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
.product-faq__question::-webkit-details-marker {
  display: none;
}
.product-faq__question::after {
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  margin-right: 4px;
  border-right: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
  content: "";
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
}
.product-faq__question:focus-visible {
  outline: 2px solid var(--green-500);
  outline-offset: 3px;
}
.product-faq__item[open] .product-faq__question::after {
  transform: rotate(225deg) translateY(-2px);
}
.product-faq__answer {
  padding: 18px 28px 18px 0;
  color: var(--gray-700);
  font-size: 1.5rem;
  line-height: 1.55;
}
@media (min-width: 992px) {
  .product-faq__question:hover {
    color: var(--green-700);
  }
}

@media (max-width: 767.98px) {
  .container {
    padding: 0 !important;
  }
}

.catalog {
  padding: 24px 14px 18px;
}
@media (max-width: 767.98px) {
  .catalog {
    margin-top: 12px;
    padding: 0 0 calc(132px + var(--catalog-mobile-purchase-controls-height, 0px));
    background: var(--gray-100);
  }
}
.catalog__layout {
  display: grid;
  grid-template-columns: minmax(0, 430px) minmax(0, 12fr) minmax(0, 10fr);
  gap: 12px;
  align-items: start;
}
@media (max-width: 1439.98px) {
  .catalog__layout {
    grid-template-columns: minmax(0, 380px) minmax(0, 12fr) minmax(0, 10fr);
  }
}
@media (max-width: 1199.98px) {
  .catalog__layout {
    grid-template-columns: minmax(0, 320px) minmax(0, 12fr) minmax(0, 10fr);
  }
}
@media (max-width: 991.98px) {
  .catalog__layout {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (min-width: 768px) and (max-width: 1179.98px) {
  .catalog__layout {
    grid-template-columns: clamp(280px, 40vw, 360px) minmax(0, 1fr);
    gap: 16px;
  }
  .catalog__layout > .catalog__media {
    grid-column: 1;
    grid-row: 1/span 2;
  }
  .catalog__layout > .catalog-card {
    grid-column: 2;
    grid-row: 1;
  }
  .catalog__layout > .catalog-purchase-sticky {
    grid-column: 2;
    grid-row: 2;
  }
}
.catalog__media {
  position: sticky;
  top: 12px;
  align-self: start;
  min-width: 0;
}
@media (max-width: 767.98px) {
  .catalog__media {
    position: relative;
    top: 0;
    margin-bottom: 12px;
  }
}
.catalog__gallery {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 22px;
  background: #f3f5f2;
}
.catalog__gallery::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: #f3f5f2;
  content: "";
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.catalog__gallery.is-loaded::before {
  opacity: 0;
}
.catalog__gallery .splide__track {
  position: relative;
  z-index: 1;
}
.catalog__gallery-slide {
  display: block;
  aspect-ratio: 1/1;
}
.catalog__gallery-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.catalog__badge,
.catalog .top__badge {
  position: absolute;
  top: 6px;
  left: 5px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 6px 13px;
  border-radius: 999px;
  background: #ffe68a;
  color: #322713;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  gap: 6px;
}
@media (max-width: 767.98px) {
  .catalog__badge,
  .catalog .top__badge {
    top: 16px;
    left: 10px;
    font-size: 1.4rem;
  }
}
.catalog__badge svg,
.catalog .top__badge svg {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}
.catalog__discount {
  position: absolute;
  top: 64px;
  left: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #128c2e;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .catalog__discount {
    top: 54px;
    left: 10px;
    font-size: 1.4rem;
  }
}
.catalog__thumbs {
  display: flex;
  gap: 6px;
  margin-top: 16px;
}
@media (max-width: 767.98px) {
  .catalog__thumbs {
    display: none;
  }
}
.catalog__thumb {
  width: 60px;
  height: 60px;
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #f3f5f2;
  cursor: pointer;
}
.catalog__thumb_active {
  border-color: #148a2b;
}
.catalog__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog__availability {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  color: var(--green-700);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.25;
  background-color: var(--green-100);
  padding: 6px 12px;
  border-radius: 8px;
}
.catalog__availability_empty {
  color: var(--red-500);
  background-color: var(--yellow-100);
}
@media (max-width: 767.98px) {
  .catalog__availability {
    margin-bottom: 0;
  }
}
.catalog__availability-icon {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  fill: currentColor;
}
.catalog__sku {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .catalog__sku {
    padding: 10px 12px;
    background: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    border-radius: 24px;
  }
}
.catalog__sku-group {
  display: grid;
  gap: 6px;
}
.catalog__sku-title {
  color: var(--text-primary);
  font-size: 1.4rem;
  line-height: 1.15;
  font-weight: 700;
}
.catalog__sku-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 6px;
}
.catalog__sku-option {
  position: relative;
  min-width: 100px;
  min-height: 34px;
  padding: 8px 14px;
  border: 1px solid #cfdae7;
  border-radius: 9px;
  background: #fff;
  color: var(--text-primary);
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .catalog__sku-option {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 12px 14px;
  }
}
.catalog__sku-option > * {
  pointer-events: none;
}
.catalog__sku-option.selected {
  border-color: var(--green-500);
  background: #deede0;
}
.catalog__sku-option.notallowed {
  color: var(--gray-500);
  opacity: 0.58;
  text-decoration: line-through;
}
.catalog__sku-option.notallowed::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  height: 1px;
  background: currentColor;
  transform: rotate(-12deg);
  pointer-events: none;
}
.catalog__sku-option_picture {
  min-width: 100px;
  min-height: 40px;
  padding: 2px;
  font-size: 1.3rem;
  line-height: 1;
}
.catalog__sku-check {
  position: absolute;
  top: -6px;
  right: -6px;
  display: none;
  width: 16px;
  height: 16px;
  padding: 4px;
  border-radius: 50%;
  background: var(--green-500);
  fill: #fff;
}
.catalog__sku-option.selected .catalog__sku-check {
  display: block;
}
.catalog__sku-picture {
  display: block;
  width: 58px;
  height: 22px;
  margin: 0 auto 4px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.catalog__dump {
  margin-top: 12px;
  padding-bottom: 40px;
}
.catalog__mini-banner img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  -o-object-fit: contain;
}
.catalog__price-ratio {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #e9ecef;
  border-radius: 12px;
}
.catalog__price-ratio-title {
  margin-bottom: 3px;
  color: var(--red-500);
  font-size: 1.7rem;
  font-weight: 600;
}
.catalog__price-ratio-group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  justify-items: start;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .catalog__price-ratio-group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.catalog__price-ratio-box {
  text-align: center;
}
.catalog__price-ratio-val {
  color: var(--text-primary);
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.catalog__price-ratio-name {
  color: var(--text-primary);
  font-size: 1.4rem;
}
.catalog__tabs {
  padding: 16px 20px 0 20px;
  border: 1px solid #e5ebe5;
  border-radius: 24px;
  background: #fff;
}
@media (max-width: 575.98px) {
  .catalog__tabs {
    padding: 20px 16px 24px;
  }
}
.catalog__tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 12px;
}
@media (max-width: 575.98px) {
  .catalog__tabs-nav {
    gap: 18px;
  }
}
.catalog__tabs-tab {
  position: relative;
  padding: 0 0 6px;
  border: 0;
  background: transparent;
  color: var(--text-primary);
  font: inherit;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
}
.catalog__tabs-tab::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: currentColor;
  content: "";
  opacity: 0;
}
.catalog__tabs-tab.active {
  color: var(--green-500);
}
.catalog__tabs-tab.active::after {
  opacity: 1;
}
.catalog__tabs-panel {
  min-height: 86px;
}
.catalog__tabs-panel[hidden] {
  display: none;
}
.catalog__properties {
  display: grid;
  gap: 10px;
}
.catalog__properties-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  color: var(--gray-600);
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-width: 575.98px) {
  .catalog__properties-item {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
.catalog__properties-name {
  overflow: hidden;
  background-image: linear-gradient(90deg, #c6cbd2 25%, transparent 0);
  background-position: 0 80%;
  background-repeat: repeat-x;
  background-size: 4px 1px;
}
@media (max-width: 575.98px) {
  .catalog__properties-name {
    background: none;
  }
}
.catalog__properties-name span {
  background: #fff;
}
.catalog__properties-value {
  color: var(--text-primary);
  text-align: right;
}
@media (max-width: 575.98px) {
  .catalog__properties-value {
    text-align: left;
  }
}
.catalog__properties-subtitle {
  margin-top: 10px;
  color: var(--text-primary);
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 600;
}
.catalog__properties-group {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding-top: 16px;
  border-top: 1px solid #e9ecef;
}
.catalog__properties-group-title {
  color: var(--text-primary);
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
}
.catalog__properties-group-list {
  display: grid;
  gap: 10px;
}
.catalog__reviews {
  width: 100%;
  min-height: 420px;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  clip-path: inset(0 round 16px);
}
.catalog__reviews-frame {
  display: block;
  width: 100%;
  height: 620px;
  border: 0;
  border-radius: 16px;
  background: #fff;
}
.catalog__detail-btn {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 7;
  margin: 0;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  color: var(--green-600) !important;
  background-color: var(--gray-100) !important;
  border: 1px solid var(--gray-300) !important;
}
.catalog__detail-btn:hover {
  color: var(--white) !important;
  background: var(--green-500) !important;
}
.catalog__detail-btn:hover .catalog__detail-btn-icon {
  fill: var(--white) !important;
}
@media (max-width: 575.98px) {
  .catalog__detail-btn {
    position: static;
    margin: 20px auto 0;
    font-size: 1.7rem;
    width: 100%;
  }
}
.catalog__detail-btn-icon {
  height: 14px;
  width: 14px;
  fill: var(--green-600);
}

.video-background {
  display: block;
  position: relative;
  width: 100%;
  /* РёР»Рё РґСЂСѓРіР°СЏ С€РёСЂРёРЅР° */
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
  height: 250px;
}
@media (min-width: 768px) {
  .video-background {
    height: 350px;
  }
}

.video-background video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.catalog-gift-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid var(--green-200);
  border-radius: 18px;
  background: var(--green-100);
  color: var(--green-700);
}
.catalog-gift-summary[hidden] {
  display: none;
}
.catalog-gift-summary__icon {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.catalog-gift-summary__text {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
}

.catalog-delivery {
  padding: 20px;
  border: 1px solid #e5ebe5;
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  color: var(--text-primary);
}
@media (max-width: 575.98px) {
  .catalog-delivery {
    padding: 12px 12px 24px 12px;
  }
}
.catalog-delivery__heading {
  display: flex;
  align-items: center;
  gap: 12px;
}
.catalog-delivery__truck {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  fill: var(--gray-700);
}
.catalog-delivery__title {
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 500;
  color: var(--gray-800);
}
.catalog-delivery__list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.catalog-delivery__item {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--gray-700);
  font-size: 1.4rem;
  line-height: 1.35;
}
.catalog-delivery__check {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  fill: var(--green-600);
}
.catalog-delivery__promo {
  padding: 8px 12px;
  border-radius: 12px;
  background: var(--green-100);
  color: var(--green-700);
}
.catalog-delivery__promo[hidden] {
  display: none;
}
.catalog-delivery__promo_reached {
  background: var(--green-100);
  color: var(--green-700);
}
.catalog-delivery__promo-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 600;
}
.catalog-delivery__promo-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: var(--green-700);
}
.catalog-delivery__promo-text {
  margin-top: 5px;
  color: var(--gray-700);
  font-size: 1.3rem;
  line-height: 1.35;
}
.catalog-delivery__promo-text[hidden] {
  display: none;
}
.catalog-delivery__promo-text span {
  font-weight: 500;
}
.catalog-delivery__note {
  margin: 16px 0 0;
  color: var(--gray-600);
  font-size: 1.3rem;
  line-height: 1.3;
}
.catalog-delivery__calculate {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  margin-top: 14px;
  padding: 8px 14px;
  border: 1px solid var(--green-500);
  border-radius: 9px;
  background: var(--white);
  color: var(--green-600);
  font: inherit;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
@media (min-width: 992px) {
  .catalog-delivery__calculate:hover {
    border-color: var(--green-600);
    background: var(--green-100);
  }
}
.catalog-delivery__unloading {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--gray-200);
}
.catalog-delivery__unloading-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--gray-700);
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
.catalog-delivery__unloading-toggle::-webkit-details-marker {
  display: none;
}
.catalog-delivery__unloading-arrow {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  fill: var(--gray-500);
  transition: transform 0.2s ease;
}
.catalog-delivery__unloading[open] .catalog-delivery__unloading-arrow {
  transform: rotate(180deg);
}
.catalog-delivery__unloading-content {
  padding-top: 12px;
}
.catalog-delivery__unloading-list {
  display: grid;
  gap: 2px;
  margin: 0;
  padding-left: 20px;
  color: var(--gray-700);
  font-size: 1.35rem;
  line-height: 1.4;
}
.catalog-delivery__unloading-list strong {
  color: var(--text-primary);
  font-weight: 600;
}
.catalog-delivery__unloading-list em {
  display: block;
  margin-top: 3px;
  color: var(--gray-600);
  font-size: 1.25rem;
  font-style: normal;
}

.catalog-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 24px;
  margin-top: 24px;
}
@media (min-width: 768px) and (max-width: 1179.98px) {
  .catalog-content {
    grid-template-areas: "side" "main";
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
}
@media (max-width: 767.98px) {
  .catalog-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
    margin-top: 32px;
  }
}
.catalog-content__main {
  display: grid;
  gap: 16px;
  min-width: 0;
}
@media (min-width: 768px) and (max-width: 1179.98px) {
  .catalog-content__main {
    grid-area: main;
  }
}
.catalog-content__side {
  min-width: 0;
}
@media (min-width: 768px) and (max-width: 1179.98px) {
  .catalog-content__side {
    grid-area: side;
  }
}
@media (max-width: 1179.98px) {
  .catalog-content__side {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  .catalog-content__side::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    width: 36px;
    background: linear-gradient(to right, transparent, var(--gray-100));
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }
  .catalog-content__side_has-overflow-right::after {
    opacity: 1;
  }
}
.catalog-content__section {
  scroll-margin-top: 24px;
  padding: 20px;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: var(--white);
}
@media (max-width: 1179.98px) {
  .catalog-content__section {
    scroll-margin-top: 72px;
  }
}
@media (max-width: 767.98px) {
  .catalog-content__section {
    border-radius: 22px;
    border-right: 0;
    border-left: 0;
  }
}
.catalog-content__title {
  margin: 0;
  color: var(--text-primary);
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 700;
}
.catalog-content__text {
  margin-top: 14px;
  color: var(--gray-700);
  font-size: 1.5rem;
  line-height: 1.55;
}
.catalog-content__text p {
  margin: 0 0 12px;
}
.catalog-content__text p:last-child {
  margin-bottom: 0;
}

.catalog-detail-text {
  padding: 20px;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: var(--white);
}
@media (max-width: 767.98px) {
  .catalog-detail-text {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
}
.catalog-detail-text__title {
  margin: 0;
  color: var(--text-primary);
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 700;
}
.catalog-detail-text__content {
  position: relative;
}
.catalog-detail-text__content a {
  color: var(--red-400);
  text-decoration: underline;
}
.catalog-detail-text__content a:hover {
  text-decoration: underline;
}
.catalog-detail-text__content p {
  margin: 6px 0 12px;
  color: var(--text-primary);
  font-size: 1.5rem;
  line-height: 1.55;
}
.catalog-detail-text__content h2 {
  margin: 36px 0 12px;
  color: var(--text-primary);
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 700;
}
@media (min-width: 992px) {
  .catalog-detail-text__content h2 {
    text-align: center;
  }
}
.catalog-detail-text__content h3 {
  margin: 20px 0 8px;
  color: var(--text-primary);
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 992px) {
  .catalog-detail-text__content h3 {
    font-size: 2rem;
  }
}
.catalog-detail-text__content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.catalog-detail-text__content ul,
.catalog-detail-text__content ol {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .catalog-detail-text__content ul,
  .catalog-detail-text__content ol {
    margin-left: 30px;
  }
}
.catalog-detail-text__content ul li,
.catalog-detail-text__content ol li {
  padding-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.57;
}
.catalog-detail-text__content table {
  margin-bottom: 15px;
  background: #fff;
}
.catalog-detail-text__content table th {
  background: var(--red-400);
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.catalog-detail-text__content table p {
  margin: 0;
  padding: 0;
}
.catalog-detail-text__image-link {
  display: block;
  max-width: 100%;
}
.catalog-detail-text[data-detail-text-state=collapsed] .catalog-detail-text__content {
  max-height: 11.6rem;
  overflow: hidden;
}
.catalog-detail-text[data-detail-text-state=collapsed] .catalog-detail-text__content::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3.4rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--white));
  content: "";
  pointer-events: none;
}
.catalog-detail-text__toggle {
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--green-700);
  font: inherit;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.catalog-side-menu {
  position: sticky;
  top: 16px;
  display: grid;
  gap: 6px;
  padding: 8px;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  background: var(--white);
}
@media (max-width: 1179.98px) {
  .catalog-side-menu {
    position: sticky;
    top: 0;
    z-index: 5;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    margin: 0;
    padding: 10px 14px;
    border: 0;
    border-bottom: 1px solid var(--gray-200);
    border-radius: 0;
    background: var(--gray-0);
    white-space: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .catalog-side-menu::-webkit-scrollbar {
    display: none;
  }
}
.catalog-side-menu__link {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--gray-700);
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
@media (max-width: 1179.98px) {
  .catalog-side-menu__link {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 8px 10px;
    background: transparent;
    font-weight: 500;
    white-space: nowrap;
  }
  .catalog-side-menu__link:focus-visible {
    outline: 2px solid var(--green-500);
    outline-offset: -2px;
  }
}
.catalog-side-menu__link_active {
  background: var(--green-100);
  color: var(--green-700);
}
@media (max-width: 1179.98px) {
  .catalog-side-menu__link_active {
    border-radius: 9px;
    font-weight: 600;
  }
}

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

/* End */


/* Start:/local/templates/vecdev/components/bitrix/catalog.product.subscribe/catalog.item_subscribe/style.css?17803070943590*/
/* Button */
.bx-catalog-subscribe-button {
  margin-bottom: 6px;
  display: inline-block;
}

.bx-catalog-popup-content {
  width: 90%;
  max-width: 280px;
}

/* Subscribe popup */
.bx-catalog-subscribe-form-container-label {
  font-size: 13px;
  color: #5a6c77;
  padding-bottom: 2px;
}

.bx-catalog-subscribe-form-container-input {
  position: relative;
}

.bx-catalog-subscribe-form-container-input input[type=text] {
  display: block;
  width: 100%;
  font-size: 18px;
  height: 38px;
  margin: 0;
  padding: 0 4px;
  border: 1px solid #CCD5DB;
  border-radius: 2px;
  background: #f8fafc;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bx-catalog-subscribe-form-star-required {
  color: #d93333;
}

.bx-catalog-subscribe-form-container .bx-captcha {
  margin-bottom: 10px;
}

.bx-catalog-popup-message {
  font-weight: bold;
  min-width: 240px;
  margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
  background-color: #edf6fc;
  color: #000;
  font-size: 15px;
  min-height: 45px;
  text-align: center;
  padding: 12px 40px 12px 60px;
  position: relative;
  width: 280px;
}

.bx-catalog-subscribe-aligner {
  display: inline-block;
  height: 45px;
  margin-left: -1px;
  vertical-align: middle;
  width: 1px;
}

.bx-catalog-subscribe-alert-text {
  display: inline-block;
  vertical-align: middle;
}

.bx-catalog-subscribe-alert-footer {
  text-align: center;
}

.bx-catalog-subscribe-alert-popup {
  background-color: #edf6fc !important;
  border: 1px solid #edf6fc !important;
  border-radius: 3px !important;
  -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
  box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}

.ci__buy-subscribe {
  text-align: center;
  display: block !important;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .ci__buy-subscribe {
    text-align: right;
  }
}
.ci__buy-subscribe span {
  display: inline-block;
  padding: 0.5em 1.2em;
  font-size: 1.5rem;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz--transition: all 0.2s ease;
  color: #FE9C2A;
  font-weight: 700;
  background: transparent;
  border: 1px solid #FE9C2A;
  text-align: center;
  border-radius: 2.5rem;
  cursor: pointer;
}
.ci__buy-subscribe span:hover {
  background: #FE9C2A;
  color: #fff;
}

.vdPopupBox .vdPopup {
  width: 90%;
}
@media (min-width: 768px) {
  .vdPopupBox .vdPopup {
    width: 600px;
  }
}
.vdPopupBox .vdPopupTitle {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.vdPopupBox .closePopupBtn {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 105;
  background: rgba(30, 30, 30, 0.6);
  cursor: pointer;
  height: 50px;
  padding: 10px;
  width: 50px;
}
.vdPopupBox .closePopupBtn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("/local/templates/vecdev/images/icons/close.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}
.vdPopupBox .vdPopupBtnBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.vdPopupBox .vd__btn {
  display: block;
  margin: 20px 0 0 0;
}

.vdSuccessSubscribe {
  text-align: center;
  margin: 20px 0;
  font-size: 2rem;
}
.vdSuccessSubscribe p {
  color: #00a110;
  background: url("/local/templates/vecdev/images/icons/check.svg") no-repeat left 0;
  line-height: 1;
  background-size: 22px;
  padding-left: 30px;
  display: inline-block;
  font-weight: 500;
}

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

/* End */


/* Start:/local/templates/vecdev/components/bitrix/catalog.top/catalog_top_new/style.css?17803070942096*/
.catalog-top__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .catalog-top__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
  }
}
.catalog-top__title {
  margin-bottom: 0;
}
.catalog-top__link {
  flex: 0 0 auto;
  color: var(--green-500);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}
.catalog-top__link:hover {
  color: var(--green-600);
}
.catalog-top__items {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(4, minmax(0, 1fr));
  gap: 14px;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .catalog-top__items {
    grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1199.98px) {
  .catalog-top__items {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    margin-top: -12px;
    margin-bottom: -12px;
    padding: 12px 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-left: 0;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .catalog-top__items::-webkit-scrollbar {
    display: none;
  }
}
.catalog-top__hit {
  display: grid;
  min-width: 0;
}
@media (max-width: 1199.98px) {
  .catalog-top__hit {
    flex: 0 0 86vw;
    min-width: 338px;
    max-width: 370px;
    scroll-snap-align: start;
  }
}
@media (max-width: 575.98px) {
  .catalog-top__hit {
    flex: 0 0 78vw;
    min-width: 260px;
    max-width: 340px;
  }
}
.catalog-top__list {
  display: contents;
}
.catalog-top__item {
  display: grid;
  min-width: 0;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .catalog-top__item:nth-last-child(1) {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .catalog-top__item {
    flex: 0 0 66vw;
    min-width: 260px;
    max-width: 310px;
    scroll-snap-align: start;
  }
}
@media (max-width: 575.98px) {
  .catalog-top__item {
    flex-basis: 78vw;
  }
}

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

/* End */


/* Start:/local/templates/vecdev/components/bitrix/catalog.item/hit/style.css?17803070935364*/
.hit {
  height: 100%;
}
.hit__card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 100%;
  padding: 17px 16px 20px;
  border: 2px solid var(--green-500);
  border-radius: 20px;
  background: #f9fefa;
  box-shadow: 0 8px 24px rgba(18, 78, 35, 0.12);
}
.hit__link {
  position: absolute;
  z-index: 3;
  inset: 0;
  border-radius: inherit;
}
.hit__media {
  position: relative;
  z-index: 2;
  min-height: 185px;
  margin-bottom: 14px;
}
.hit__badge {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--green-500);
  color: var(--text-inverse);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.hit__badge-icon {
  display: block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  object-fit: contain;
}
.hit__lead {
  position: absolute;
  z-index: 2;
  top: 45px;
  left: 0;
  max-width: 115px;
  color: var(--text-primary);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.15;
}
.hit__image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 155px;
  padding-top: 18px;
}
.hit__image {
  display: block;
  width: 100%;
  height: 155px;
  object-fit: contain;
}
.hit__content {
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
}
.hit__title {
  display: block;
  margin-bottom: 16px;
  color: var(--text-primary);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
}
.hit__features {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hit__feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--gray-700);
  font-size: 1.4rem;
  line-height: 1.25;
}
.hit__feature-icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  color: var(--green-500);
  fill: currentColor;
}
.hit__meta {
  position: relative;
  z-index: 2;
  align-self: end;
  margin-bottom: 12px;
}
.hit__package {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  color: var(--gray-600);
  font-size: 1.4rem;
  line-height: 1.3;
}
.hit__fraction {
  margin-bottom: 6px;
  color: var(--gray-600);
  font-size: 1.4rem;
  line-height: 1.3;
}
.hit__package-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.hit__buy-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
}
.hit__price {
  color: var(--text-primary);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.hit__currency {
  font-size: 0.8em;
  font-weight: 500;
}
.hit__availability {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--green-500);
  font-size: 1.5rem;
  line-height: 1.2;
  white-space: nowrap;
}
.hit__availability_empty {
  color: var(--red-500);
}
.hit__availability-icon {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.hit__button {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 13px;
  background: var(--green-500);
  color: var(--text-inverse);
  font-family: var(--font-family);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.hit__button:hover {
  background: var(--green-600);
  color: var(--text-inverse);
}
.hit__button_disabled {
  background: var(--gray-400);
  cursor: default;
  pointer-events: none;
}
.hit__button-icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  fill: var(--text-inverse);
}
@media (max-width: 767.98px) {
  .hit__card {
    padding: 15px;
  }
  .hit__media, .hit__image-box {
    min-height: 165px;
  }
  .hit__image {
    height: 165px;
  }
  .hit__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.98px) {
  .hit__feature:nth-child(n+2) {
    display: none;
  }
  .hit__fraction-label, .hit__package-label {
    display: none;
  }
}
.hit_pack .hit__card {
  overflow: hidden;
  padding: 0;
}
.hit_pack .hit__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: 14px;
}
.hit_pack .hit__badge {
  top: 16px;
  left: 16px;
}
.hit_pack .hit__lead {
  top: 61px;
  left: 16px;
}
.hit_pack .hit__image-box {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  padding-top: 0;
}
.hit_pack .hit__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.hit_pack .hit__content,
.hit_pack .hit__meta {
  padding-right: 16px;
  padding-left: 16px;
}
.hit_pack .hit__title {
  margin-bottom: 12px;
}
.hit_pack .hit__features {
  gap: 6px;
}
.hit_pack .hit__button {
  width: calc(100% - 32px);
  margin: 0 16px 20px;
}
@media (max-width: 767.98px) {
  .hit_pack .hit__content,
  .hit_pack .hit__meta {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hit_pack .hit__button {
    width: calc(100% - 30px);
    margin: 0 15px 15px;
  }
  .hit_pack .hit__badge {
    top: 15px;
    left: 15px;
  }
  .hit_pack .hit__lead {
    left: 15px;
  }
}

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

/* End */


/* Start:/local/templates/vecdev/components/bitrix/catalog.item/top/style.css?17803070944894*/
.top {
  height: 100%;
}
.top__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);
}
.top__link {
  position: absolute;
  z-index: 3;
  inset: 0;
  border-radius: inherit;
}
.top__media {
  position: relative;
  z-index: 2;
  min-height: 145px;
  margin-bottom: 18px;
}
.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;
}
.top__badge-icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}
.top__image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 145px;
}
.top__image {
  display: block;
  width: 100%;
  height: 135px;
  object-fit: contain;
}
.top__content {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.top__title {
  margin-bottom: 18px;
  color: var(--text-primary);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
}
.top__features {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top__feature {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--gray-600);
  font-size: 1.4rem;
  line-height: 1.25;
}
.top__feature-icon {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  color: var(--green-500);
  fill: currentColor;
}
.top__meta {
  position: relative;
  z-index: 2;
  align-self: end;
  margin-bottom: 12px;
}
.top__package {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--gray-600);
  font-size: 1.4rem;
  line-height: 1.3;
}
.top__fraction {
  margin-bottom: 6px;
  color: var(--gray-600);
  font-size: 1.4rem;
  line-height: 1.3;
}
.top__package-icon {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  fill: currentColor;
}
.top__buy-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.top__price {
  color: var(--text-primary);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.top__currency {
  font-size: 0.9em;
  font-weight: 500;
}
.top__availability {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--green-500);
  font-size: 1.4rem;
  line-height: 1.2;
  white-space: nowrap;
}
.top__availability_empty {
  color: var(--red-500);
}
.top__availability-icon {
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
  fill: currentColor;
}
.top__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;
}
.top__button:hover {
  background: var(--green-600);
  color: var(--text-inverse);
}
.top__button_disabled {
  background: var(--gray-400);
  cursor: default;
  pointer-events: none;
}
.top__button-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: var(--text-inverse);
}
@media (max-width: 767.98px) {
  .top__card {
    padding: 15px;
  }
  .top__media, .top__image-box {
    min-height: 165px;
  }
  .top__image {
    height: 165px;
  }
}
@media (max-width: 575.98px) {
  .top__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);
  }
  .top__fraction-label, .top__package-label {
    display: none;
  }
}
.top_pack .top__card {
  overflow: hidden;
  padding: 0;
}
.top_pack .top__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;
}
.top_pack .top__badge {
  top: 16px;
  left: 18px;
}
.top_pack .top__image-box {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}
.top_pack .top__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.top_pack .top__content,
.top_pack .top__meta {
  padding-right: 18px;
  padding-left: 18px;
}
.top_pack .top__title {
  margin-bottom: 12px;
}
.top_pack .top__features {
  gap: 6px;
}
.top_pack .top__button {
  width: calc(100% - 36px);
  margin: 0 18px 24px;
}
@media (max-width: 767.98px) {
  .top_pack .top__content,
  .top_pack .top__meta {
    padding-right: 15px;
    padding-left: 15px;
  }
  .top_pack .top__button {
    width: calc(100% - 30px);
    margin: 0 15px 15px;
  }
  .top_pack .top__badge {
    top: 15px;
    left: 15px;
  }
}

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

/* End */


/* Start:/local/templates/vecdev/components/bitrix/news.list/blog_list/style.css?17830693087401*/
.blog-section {
  background: #231c1c;
  margin-top: 10px;
  padding-bottom: 40px;
  padding-top: 30px;
  border-radius: 24px 24px 0 0;
}
@media (min-width: 992px) {
  .blog-section {
    border-radius: 0;
    margin-top: 80px;
    padding-top: 0;
  }
}
.blog-section__title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media (min-width: 992px) {
  .blog-section__title {
    padding-bottom: 20px;
  }
}
.blog-section__title a {
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-inverse);
  margin-bottom: 20px;
}
.blog-section__title a:hover {
  color: #fff;
}
@media (min-width: 992px) {
  .blog-section__title a {
    font-size: 3rem;
    font-weight: 700;
    margin-top: 40px;
    line-height: 1;
  }
  .blog-section__title a:hover:after {
    background-color: var(--green-500);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' width='40' height='40' focusable='false'%3E%3Cpath d='m15.5 0.932-4.3 4.38 14.5 14.6-14.5 14.5 4.3 4.4 14.6-14.6 4.4-4.3-4.4-4.4-14.6-14.6z' fill='%2324282C'%3E%3C/path%3E%3C/svg%3E");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.blog-section__title a:after {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' width='40' height='40' focusable='false'%3E%3Cpath d='m15.5 0.932-4.3 4.38 14.5 14.6-14.5 14.5 4.3 4.4 14.6-14.6 4.4-4.3-4.4-4.4-14.6-14.6z' fill='%23727C94'%3E%3C/path%3E%3C/svg%3E");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--gray-200);
  border-radius: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05), 0 10px 45px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991.98px) {
  .blog-section__slider {
    display: flex;
    flex-direction: column-reverse;
  }
}
.blog-section__item {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  background: var(--text-inverse);
}
.blog-section__item__link {
  display: flex;
  flex-direction: column;
}
.blog-section__item__link img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  flex-shrink: 0;
}
.blog-section__name {
  font-size: 1.6rem;
  color: var(--text-primary);
  font-weight: 500;
  line-height: 1.2;
  padding: 10px 10px 6px 10px;
  flex-grow: 1;
  min-height: 50px;
}
@media (min-width: 768px) {
  .blog-section__name {
    font-size: 1.5rem;
  }
}
.blog-section__text {
  height: 40px;
  overflow: hidden;
  color: var(--gray-600);
  line-height: 1.25;
  font-size: 1.3rem;
  padding: 0 10px;
  flex-grow: 0;
}
.blog-section__tags {
  position: absolute;
  top: 130px;
  right: 10px;
  z-index: 1;
}
.blog-section__tags ul {
  list-style: none;
}
.blog-section__tags ul li {
  display: inline-block;
}
.blog-section__tags ul li a {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0.2em 0.5em;
  border-radius: 8px;
  margin-right: 3px;
  font-size: 1.3rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.blog-section__statistic {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px;
  padding: 20px 10px 15px 10px;
  align-items: center;
}
.blog-section__statistic__update {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.191' height='28.193' viewBox='0 0 28.191 28.193'%3E%3Cpath d='M32.693,15.652H22.074l4.292-4.417a11.025,11.025,0,0,0-15.475-.157,10.768,10.768,0,0,0,0,15.334,11,11,0,0,0,15.475,0,10.2,10.2,0,0,0,3.2-7.659h3.133a14.63,14.63,0,0,1-4.135,9.852,14.181,14.181,0,0,1-19.923,0A13.845,13.845,0,0,1,8.6,8.9a14.077,14.077,0,0,1,19.813,0l4.276-4.4ZM19.38,12.331v6.657l5.482,3.258-1.128,1.9-6.7-3.978V12.331Z' fill='%236C757D' transform='translate(-4.502 -4.5)'/%3E%3C/svg%3E");
  background-size: auto 13px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
  color: var(--gray-600);
  font-size: 1.2rem;
}
.blog-section__statistic__shows {
  padding-left: 20px;
  font-size: 1.2rem;
  color: var(--gray-600);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45.715' height='29.386' viewBox='0 0 45.715 29.386'%3E%3Cg transform='translate(-2.252 -7.875)'%3E%3Cpath d='M25.085,7.875c-8.2,0-14.673,5.163-22.407,13.6a1.613,1.613,0,0,0-.01,2.173C9.29,30.966,15.126,37.261,25.085,37.261c9.836,0,17.213-7.928,22.458-13.673a1.6,1.6,0,0,0,.051-2.112C42.247,15,34.85,7.875,25.085,7.875Zm.449,23.866A9.183,9.183,0,1,1,34.278,23,9.187,9.187,0,0,1,25.534,31.741Z' fill='%236C757D' transform='translate(0 0)'/%3E%3Cpath d='M20.03,15.235a4.794,4.794,0,0,1,.316-1.724c-.1,0-.2-.01-.316-.01a6.53,6.53,0,1,0,6.53,6.53c0-.133-.01-.265-.01-.4a4.525,4.525,0,0,1-1.857.4A4.737,4.737,0,0,1,20.03,15.235Z' fill='%236C757D' transform='translate(5.075 2.538)'/%3E%3C/g%3E%3C/svg%3E");
  background-size: auto 10px;
  background-position: left center;
  background-repeat: no-repeat;
}
.blog-section__statistic__comments {
  padding-left: 20px;
  font-size: 1.2rem;
  color: var(--gray-600);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='31.5' viewBox='0 0 36 31.5'%3E%3Cpath d='M18,2.25C8.058,2.25,0,8.8,0,16.875a12.981,12.981,0,0,0,4.008,9.19A17.888,17.888,0,0,1,.155,32.8a.559.559,0,0,0-.105.612.551.551,0,0,0,.513.338,16.08,16.08,0,0,0,9.886-3.614A21.444,21.444,0,0,0,18,31.5c9.942,0,18-6.546,18-14.625S27.942,2.25,18,2.25ZM9,19.125a2.25,2.25,0,1,1,2.25-2.25A2.248,2.248,0,0,1,9,19.125Zm9,0a2.25,2.25,0,1,1,2.25-2.25A2.248,2.248,0,0,1,18,19.125Zm9,0a2.25,2.25,0,1,1,2.25-2.25A2.248,2.248,0,0,1,27,19.125Z' transform='translate(0 -2.25)' fill='%236c757d'/%3E%3C/svg%3E");
  background-size: auto 10px;
  background-position: left center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .blog-section .splide__arrows {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-end;
    margin-right: 10px;
    margin-top: 10px;
  }
}
.blog-section .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;
  transform: none;
}
.blog-section .splide__arrow svg {
  margin: auto;
}
@media (min-width: 992px) {
  .blog-section .splide__arrow {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
    width: 38px;
    height: 38px;
  }
}
@media (min-width: 992px) {
  .blog-section .splide__arrow--next {
    right: -22px;
  }
}
@media (min-width: 992px) {
  .blog-section .splide__arrow--prev {
    right: 50px;
    left: -22px;
  }
}
.blog-section .splide__pagination {
  bottom: -20px;
}
.blog-section .splide__pagination__page {
  background: var(--gray-500);
}
.blog-section .splide__pagination__page.is-active {
  background: var(--green-500);
}

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

/* End */
/* /local/templates/vecdev/components/bitrix/catalog/catalog/style.css?1780307093529 */
/* /local/templates/vecdev/components/bitrix/catalog.element/element_new/style.css?178929574593589 */
/* /local/templates/vecdev/components/bitrix/catalog.product.subscribe/catalog.item_subscribe/style.css?17803070943590 */
/* /local/templates/vecdev/components/bitrix/catalog.top/catalog_top_new/style.css?17803070942096 */
/* /local/templates/vecdev/components/bitrix/catalog.item/hit/style.css?17803070935364 */
/* /local/templates/vecdev/components/bitrix/catalog.item/top/style.css?17803070944894 */
/* /local/templates/vecdev/components/bitrix/news.list/blog_list/style.css?17830693087401 */
