.customer-constructor {
  width: 100%;
  max-width: none;
  padding: 56px 16px;
  overflow: hidden;
  background: #f4f1ff;
  border-radius: 24px;
}
.customer-constructor > .customer-container {
  width: 100%;
  max-width: 1594px;
}
.customer-constructor .customer-heading {
  width: 100%;
  max-width: none;
  margin: 0 0 40px;
  text-align: center;
}
.customer-constructor .customer-heading h2 {
  max-width: none;
  margin: 0 0 20px;
  color: #2f2550;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
.customer-constructor .customer-heading p {
  max-width: none;
  margin: 0;
  color: #6d6489;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
}

.customer-constructor__grid,
.customer-constructor__column {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.customer-constructor__grid {
  gap: 16px;
}

.customer-constructor__column {
  gap: 20px;
}

.constructor-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding: 24px 16px;
  overflow: hidden;
  border-radius: 32px;
}
.constructor-card::after {
  display: none;
}
.constructor-card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: "Spoof Trial", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0;
}

.constructor-card__art {
  position: absolute;
  z-index: 1;
  display: block;
  max-width: none !important;
  height: auto;
  pointer-events: none;
}

.constructor-card--dark {
  height: 400px;
  color: #fff;
  background: #171717;
}
.constructor-card--dark .constructor-card__art {
  top: -126px;
  left: 12px;
  width: 447px;
}

.constructor-card--purple,
.constructor-card--light {
  height: 238px;
}

.constructor-card--purple {
  color: #fff;
  background: #7b44f2;
}
.constructor-card--purple .constructor-card__art {
  top: -93px;
  left: 13px;
  width: 492px;
}

.constructor-card--light {
  color: #171717;
  background: #fff;
}
.constructor-card--light .constructor-card__art {
  top: -195px;
  left: 8px;
  width: 470px;
}

.constructor-preparation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100%;
  height: 76px;
  color: #171717;
  background: linear-gradient(180deg, #e8fe9e 0%, #b9ea59 100%);
  border: 1px solid #e5f9bc;
  border-radius: 24px;
  box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.56);
}
.constructor-preparation img {
  width: 26px;
  height: 28px;
}
.constructor-preparation strong {
  font-family: "Spoof Trial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .customer-constructor {
    padding: 64px 24px;
    border-radius: 40px;
  }
  .customer-constructor .customer-heading {
    margin-bottom: 56px;
  }
  .customer-constructor .customer-heading h2 {
    margin-bottom: 12px;
    font-size: 40px;
  }
  .customer-constructor .customer-heading p {
    font-size: 20px;
  }
  .customer-constructor__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 16px;
  }
  .constructor-card {
    padding: 24px;
  }
  .constructor-card h3 {
    font-size: 28px;
    line-height: 1.3;
  }
  .constructor-card--dark .constructor-card__art {
    top: -141px;
    left: 11px;
    width: 480px;
  }
  .constructor-card--purple .constructor-card__art {
    top: -95px;
    left: 12px;
    width: 497px;
  }
  .constructor-card--light .constructor-card__art {
    top: -201px;
    left: 7px;
    width: 484px;
  }
  .constructor-preparation strong {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .customer-constructor {
    padding: 120px 80px 80px;
  }
  .customer-constructor > .customer-container {
    max-width: 1280px;
  }
  .customer-constructor .customer-heading {
    margin-bottom: 56px;
  }
  .customer-constructor .customer-heading h2 {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 1.1;
  }
  .customer-constructor .customer-heading p {
    font-size: 24px;
  }
  .customer-constructor__grid {
    grid-template-columns: 520px minmax(0, 1fr);
    gap: 20px;
  }
  .constructor-card {
    padding: 32px;
  }
  .constructor-card h3 {
    font-size: 40px;
    line-height: 1.3;
  }
  .constructor-card--dark {
    height: 498px;
  }
  .constructor-card--dark .constructor-card__art {
    top: -178px;
    left: calc(100% - 460px);
    width: 601px;
  }
  .constructor-card--purple,
  .constructor-card--light {
    height: 301px;
  }
  .constructor-card--purple .constructor-card__art {
    top: -116px;
    left: calc(100% - 505px);
    width: 623px;
  }
  .constructor-card--light .constructor-card__art {
    top: -264px;
    left: calc(100% - 471px);
    width: 644px;
  }
  .constructor-preparation {
    height: 104px;
  }
  .constructor-preparation img {
    width: 36px;
    height: 40px;
  }
  .constructor-preparation strong {
    font-size: 28px;
  }
}
@media (min-width: 1441px) {
  .customer-constructor {
    padding: 140px 0 120px;
  }
  .customer-constructor > .customer-container {
    max-width: clamp(1280px, 728px + 38.3333vw, 1464px);
  }
  .customer-constructor .customer-heading {
    margin-bottom: 64px;
  }
  .customer-constructor .customer-heading h2 {
    font-size: clamp(48px, 0px + 3.3333333333vw, 64px);
  }
  .customer-constructor .customer-heading p {
    font-size: clamp(24px, 12px + 0.8333333333vw, 28px);
  }
  .customer-constructor__grid {
    grid-template-columns: 574px minmax(0, 1fr);
  }
  .constructor-card h3 {
    font-size: clamp(40px, 16px + 1.6666666667vw, 48px);
  }
  .constructor-preparation strong {
    font-size: clamp(28px, 16px + 0.8333333333vw, 32px);
  }
}
@media (min-width: 1920px) {
  .customer-constructor {
    padding: clamp(140px, 68px + 3.75vw, 164px) 0 clamp(120px, 60px + 3.125vw, 140px);
  }
  .customer-constructor > .customer-container {
    max-width: clamp(1464px, 1074px + 20.3125vw, 1594px);
  }
  .customer-constructor .customer-heading h2 {
    font-size: clamp(64px, 16px + 2.5vw, 80px);
  }
  .customer-constructor .customer-heading p {
    font-size: clamp(28px, 16px + 0.625vw, 32px);
  }
  .constructor-card h3 {
    font-size: 48px;
  }
  .constructor-card--dark {
    height: calc(506.4803px - 0.43vw);
  }
  .constructor-preparation {
    height: calc(95.5197px + 0.43vw);
  }
  .constructor-preparation strong {
    font-size: clamp(32px, 20px + 0.625vw, 36px);
  }
}
