.contract-production {
  padding-bottom: clamp(50px, 50 * (100vw - 393px) / 887 + 50px, 100px);
}

@media screen and (max-width: 768px) {
  .container-contract-production {
    padding: 0;
  }
}

.contract-production-content-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 24px;
  background: #0a2125;
  padding: clamp(50px, 10 * (100vw - 393px) / 887 + 50px, 60px) clamp(18px, 32 * (100vw - 393px) / 887 + 18px, 50px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.contract-production-bg-icon {
  bottom: -200px;
  position: absolute;
  width: 110%;
  height: 100%;
}

.contract-production-title-wrapper {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: clamp(32px, 18 * (100vw - 393px) / 887 + 32px, 50px);
}
@media screen and (min-width: 1150px) {
  .contract-production-title-wrapper {
    flex-direction: row;
  }
}

.contract-production-title {
  color: #fff;
  font-family: var(--font-family);
  font-size: clamp(32px, 22 * (100vw - 393px) / 887 + 32px, 54px);
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 59.4px */
  max-width: 530px;
}

.contract-production-description {
  color: var(--text-white);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  max-width: 530px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contract-production-points-wrapper {
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 16 * (100vw - 393px) / 887 + 16px, 32px);
}

.contract-production-points-title {
  color: var(--text-white);
  font-family: var(--font-family);
  font-size: clamp(16px, 10 * (100vw - 393px) / 887 + 16px, 26px);
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 28.6px */
}

.contract-production-points-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (min-width: 1280px) {
  .contract-production-points-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.contract-production-points-list-item {
  display: flex;
  width: clamp(167px, 88 * (100vw - 393px) / 887 + 167px, 255px);
  height: clamp(172px, 62 * (100vw - 393px) / 887 + 172px, 234px);
  padding: clamp(12px, 18 * (100vw - 393px) / 887 + 12px, 30px);
  flex-direction: column;
  align-items: flex-start;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.contract-production-points-list-item-prg-accent {
  color: var(--text-white);
  font-family: var(--font-family);
  font-size: clamp(14px, 4 * (100vw - 393px) / 887 + 14px, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
}
@media screen and (min-width: 1150px) {
  .contract-production-points-list-item-prg-accent {
    font-weight: 800;
  }
}

.contract-production-points-list-item-prg {
  color: var(--text-white);
  font-family: var(--font-family);
  font-size: clamp(14px, 4 * (100vw - 393px) / 887 + 14px, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
/*# sourceMappingURL=contract-production.css.map */
