.bbe-cc-configurator {
  box-sizing: border-box;
  width: min(1600px, calc(100vw - 48px));
  max-width: none;
  margin: 28px 0 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 24px;
  border: 1px solid #d8dde3;
  background: #ffffff;
  border-radius: 12px;
  font-family: Arial, sans-serif;
  color: #1f2933;
}

.bbe-cc-configurator *,
.bbe-cc-configurator *::before,
.bbe-cc-configurator *::after {
  box-sizing: border-box;
}

.bbe-cc-promo {
  margin-bottom: 28px;
}

.bbe-cc-intro {
  display: grid;
  gap: 28px;
  margin-top: 28px;
  margin-bottom: 28px;
}

.bbe-cc-intro__heading {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  color: #1f2933;
  text-transform: uppercase;
}

.bbe-cc-intro__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.bbe-cc-intro__media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.bbe-cc-intro__content h3,
.bbe-cc-legend h3,
.bbe-cc-pneumatic h3,
.bbe-cc-techspec h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.2;
  color: #1295d8;
}

.bbe-cc-intro__list {
  margin: 0;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.45;
  color: #1f2933;
}

.bbe-cc-intro__list ul {
  margin: 0;
  padding-left: 20px;
}

.bbe-cc-legend__scheme {
  padding-top: 14px;
  border-top: 1px dashed #95a4b3;
}

.bbe-cc-legend__scheme img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
}

.bbe-cc-legend__example {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #1f2933;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: #1f2933;
}

.bbe-cc-pneumatic__scheme {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding-top: 14px;
  border-top: 1px dashed #95a4b3;
}

.bbe-cc-pneumatic__list {
  font-size: 14px;
  line-height: 1.45;
  color: #1f2933;
}

.bbe-cc-pneumatic__media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.bbe-cc-techspec {
  display: grid;
  gap: 18px;
}

.bbe-cc-techspec__section {
  display: grid;
  gap: 0;
}

.bbe-cc-techspec__title {
  padding: 8px 10px;
  background: #d8ebf7;
  border-bottom: 2px solid #1f2933;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  color: inherit;
}

.bbe-cc-techspec__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.bbe-cc-techspec__table td {
  padding: 3px 8px;
  border-bottom: 1px solid #1f2933;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: top;
  color: inherit;
}

.bbe-cc-techspec__table tr:last-child td {
  border-bottom-width: 2px;
}

.bbe-cc-techspec__table:not(.bbe-cc-techspec__table--four) td:first-child {
  width: 36%;
}

.bbe-cc-techspec__table:not(.bbe-cc-techspec__table--four) td:last-child {
  width: 64%;
}

.bbe-cc-techspec__table--four td {
  width: auto;
}

.bbe-cc-techspec__table--four td:nth-child(1) {
  width: 25%;
}

.bbe-cc-techspec__table--four td:nth-child(2) {
  width: 15%;
}

.bbe-cc-techspec__table--four td:nth-child(3),
.bbe-cc-techspec__table--four td:nth-child(4) {
  width: 30%;
}

.bbe-cc-techspec__notes {
  display: grid;
  gap: 4px;
  margin-top: 6px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.bbe-cc-techspec__notes-title {
  font-weight: 700;
}

.bbe-cc-configurator__header {
  margin-bottom: 24px;
}

.bbe-cc-configurator__header h2 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.2;
  color: #1f2933;
  text-transform: uppercase;
}

.bbe-cc-configurator__header p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #4b5b6b;
}

.bbe-cc-configurator__lead {
  display: inline-block;
  margin: 0 0 10px;
  padding: 14px 18px;
  border-left: 4px solid #30aa95;
  border-radius: 8px;
  background: #f3faf8;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
  color: #1f2933;
}

.bbe-cc-configurator__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.bbe-cc-configurator__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.bbe-cc-configurator__field--full {
  grid-column: 1 / -1;
}

.bbe-cc-configurator__controls-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: end;
}

.bbe-cc-configurator__control {
  display: grid;
  grid-template-columns: max-content minmax(220px, 420px);
  gap: 12px;
  align-items: center;
  justify-content: start;
  min-width: 0;
}

.bbe-cc-configurator__control label {
  margin: 0;
  white-space: nowrap;
}

.bbe-cc-configurator__field label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #1f2933;
}

.bbe-cc-configurator__field select {
  width: 100%;
  max-width: 100%;
  min-height: 46px;
  padding: 10px 42px 10px 12px;
  border: 1px solid #c6d0da;
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 1.4;
  color: #1f2933;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236b7c8c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px 8px;
}

.bbe-cc-configurator__field:not(.bbe-cc-configurator__field--full) select {
  max-width: 560px;
}

.bbe-cc-configurator__field select:focus {
  border-color: var(--bbe-accent-ui, #30aa95);
  box-shadow: 0 0 0 3px rgba(48, 170, 149, 0.12);
}

.bbe-cc-configurator__field select:disabled {
  background-color: #f5f7fa;
  color: #7b8794;
}

.bbe-cc-configurator__hint {
  min-height: 18px;
  font-size: 13px;
  line-height: 1.45;
  color: #6b7c8c;
}

.bbe-cc-visuals-layout {
  display: grid;
  gap: 16px;
  width: 100%;
}

.bbe-cc-option-preview {
  margin-top: 4px;
  padding: 16px;
  border: 1px solid #d8dde3;
  border-radius: 10px;
  background: #f8fbfd;
  align-items: start;
  min-width: 0;
}

.bbe-cc-option-preview:not(.bbe-cc-option-preview--drawing) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
}

.bbe-cc-option-preview--large:not(.bbe-cc-option-preview--drawing) {
  grid-template-columns: minmax(520px, 720px) minmax(0, 1fr);
  padding: 18px;
}

.bbe-cc-option-preview.bbe-cc-option-preview--visual,
.bbe-cc-option-preview.bbe-cc-option-preview--meta {
  display: block;
  grid-template-columns: 1fr;
  gap: 0;
  width: 100%;
}

.bbe-cc-visuals-layout .bbe-cc-option-preview {
  width: 100%;
}

.bbe-cc-visuals-layout .bbe-cc-option-preview__image-wrap,
.bbe-cc-visuals-layout .bbe-cc-option-preview__image-wrap--drawing,
.bbe-cc-visuals-layout .bbe-cc-option-preview__image-wrap img,
.bbe-cc-visuals-layout #bbe_qty_img {
  width: 100% !important;
  max-width: none !important;
}

.bbe-cc-visuals-layout .bbe-cc-option-preview__meta,
.bbe-cc-visuals-layout .bbe-cc-option-preview__content,
.bbe-cc-visuals-layout .bbe-cc-dimensions {
  width: 100%;
  max-width: none;
}

.bbe-cc-option-preview--drawing {
  display: block;
}

.bbe-cc-option-preview__image-wrap {
  width: 100%;
  min-width: 0;
}

.bbe-cc-option-preview__image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border: 1px solid #d8dde3;
  border-radius: 8px;
  background: #ffffff;
}

.bbe-cc-option-preview__image-wrap img[src=""],
.bbe-cc-option-preview__image-wrap img:not([src]) {
  display: none;
}

.bbe-cc-option-preview__image-wrap--drawing {
  width: 100%;
  max-width: 100%;
}

.bbe-cc-option-preview__image-wrap--drawing img,
#bbe_qty_img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #d8dde3;
  border-radius: 8px;
  background: #ffffff;
}

#bbe_control_img,
#bbe_function_img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#bbe_pressure_control_img {
  width: 50%;
  max-width: 420px;
  height: auto;
}

#bbe_airprep_img {
  width: 100%;
  max-width: 720px;
  height: auto;
}

.bbe-cc-option-preview__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.bbe-cc-option-preview__content--drawing {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bbe-cc-option-preview__title {
  font-size: 14px;
  font-weight: 700;
  color: #1f2933;
}

.bbe-cc-option-preview__text {
  font-size: 14px;
  line-height: 1.55;
  color: #4b5b6b;
}

.bbe-cc-option-preview__text:empty {
  display: none;
}

.bbe-cc-option-preview__meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
  min-width: 0;
}

.bbe-cc-option-preview__meta--stack {
  grid-template-columns: 1fr;
}

.bbe-cc-callouts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  min-width: 0;
}

.bbe-cc-callouts__col {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.bbe-cc-callouts__item {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.bbe-cc-callouts__item sup {
  font-size: 10px;
  line-height: 1;
}

.bbe-cc-callouts__item ul {
  margin: 6px 0 0 16px;
  padding: 0;
  list-style-type: disc;
}

.bbe-cc-callouts__item li {
  margin-bottom: 4px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.bbe-cc-callouts__item li::marker {
  color: #6b7c8c;
}


.bbe-cc-dimensions {
  padding: 12px 14px;
  background: #ffffff;
  border: 1px solid #d8dde3;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.55;
  color: #1f2933;
}

.bbe-cc-result {
  margin-top: 28px;
  padding: 20px;
  border-radius: 12px;
  background: #f8fbfd;
  border: 1px solid #d8dde3;
}

.bbe-cc-result__section + .bbe-cc-result__section {
  margin-top: 18px;
}

.bbe-cc-result__label {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #4b5b6b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.bbe-cc-result__label--secondary {
  margin-top: 18px;
}

.bbe-cc-result__value {
  word-break: break-word;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
  color: #37474f;
}

.bbe-cc-result__description {
  font-size: 16px;
  line-height: 1.6;
  color: #1f2933;
}

.bbe-cc-result__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.bbe-cc-result__copy,
.bbe-cc-result__request,
.bbe-cc-result__pdf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease;
  box-shadow: none;
}

.bbe-cc-result__request {
  background: var(--bbe-accent-ui, #30aa95);
  border: 1px solid var(--bbe-accent-ui, #30aa95);
  color: #ffffff !important;
}

a.bbe-cc-result__request,
a.bbe-cc-result__request:visited,
a.bbe-cc-result__request:hover,
a.bbe-cc-result__request:active,
a.bbe-cc-result__request:focus {
  color: #ffffff !important;
  text-decoration: none !important;
}

.bbe-cc-result__request:hover {
  background: var(--bbe-accent-ui-hover, #278f7d);
  border-color: var(--bbe-accent-ui-hover, #278f7d);
}

.bbe-cc-result__copy,
.bbe-cc-result__pdf {
  background: #ffffff;
  border: 1px solid #cfd8dc;
  color: #37474f;
}

.bbe-cc-result__copy:hover,
.bbe-cc-result__pdf:hover {
  background: #f7fbfa;
  border-color: var(--bbe-accent-ui, #30aa95);
  color: var(--bbe-accent-ui-hover, #278f7d);
  text-decoration: none;
}

.bbe-cc-result__copy:focus,
.bbe-cc-result__request:focus,
.bbe-cc-result__pdf:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(48, 170, 149, 0.18);
}

.bbe-cc-result__copy:active,
.bbe-cc-result__request:active,
.bbe-cc-result__pdf:active {
  opacity: 0.92;
}

.bbe-cc-result__note {
  min-height: 18px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.4;
  color: #6b7c8c;
}

@media (max-width: 1100px) {
  .bbe-cc-option-preview--large:not(.bbe-cc-option-preview--drawing) {
    grid-template-columns: 1fr;
  }

  .bbe-cc-callouts {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 900px) {
  .bbe-cc-intro__top {
    grid-template-columns: 1fr;
  }

  .bbe-cc-pneumatic__scheme {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bbe-cc-techspec__table,
  .bbe-cc-techspec__table tbody,
  .bbe-cc-techspec__table tr,
  .bbe-cc-techspec__table td {
    display: block;
    width: 100% !important;
  }

  .bbe-cc-techspec__table td {
    border-bottom: 0;
    padding: 4px 0;
  }

  .bbe-cc-techspec__table tr {
    padding: 8px 0;
    border-bottom: 1px solid #1f2933;
  }

  .bbe-cc-techspec__table tr:last-child {
    border-bottom-width: 2px;
  }

  .bbe-cc-configurator__controls-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bbe-cc-configurator__control {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: stretch;
  }

  .bbe-cc-option-preview__meta {
    grid-template-columns: 1fr;
  }

  .bbe-cc-option-preview:not(.bbe-cc-option-preview--drawing) {
    grid-template-columns: 1fr;
  }

  .bbe-cc-option-preview--drawing {
    grid-template-columns: 1fr;
  }

  .bbe-cc-option-preview__image-wrap--drawing,
  .bbe-cc-option-preview__image-wrap--drawing img,
  #bbe_qty_img {
    max-width: 100%;
  }

  #bbe_control_img,
  #bbe_function_img,
  #bbe_pressure_control_img {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .bbe-cc-configurator {
    padding: 16px;
  }

  .bbe-cc-configurator__header h2 {
    font-size: 24px;
  }

  .bbe-cc-result__value {
    font-size: 24px;
  }

  .bbe-cc-result__actions {
    flex-direction: column;
  }

  .bbe-cc-result__copy,
  .bbe-cc-result__request,
  .bbe-cc-result__pdf {
    width: 100%;
  }
}
