.typical-houses-windows__wrapper {
  display: grid;
  gap: 50px;
}
.typical-houses-windows__item {
  padding: 30px 50px;
  box-shadow: 0px 16px 50px 0px #e0e8e8;
  border-radius: 8px;
  border: 1px solid #e1f2ee;
  background-color: #fff;
}
.typical-houses-windows__top {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(36, 36, 36, 0.2);
}
.typical-houses-windows__number {
  font-size: 32px;
  font-weight: 800;
  line-height: 45px;
  color: #ff4444;
}
.typical-houses-windows__title {
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 45px;
  color: #242424;
  text-transform: uppercase;
}
.typical-houses-windows__block {
  margin-bottom: 30px;
  padding-right: 18px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
}
.typical-houses-windows__block-item {
  flex-direction: column;
  align-items: center;
  flex-basis: calc(33.33% - 10px); /* 3 items per row */
  max-width: calc(33.33% - 10px); /* 3 items per row */
}
.typical-houses-windows__img {
  margin-bottom: 6px;
}
.typical-houses-windows__subtitle {
  margin: 0;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #242424;
}
.typical-houses-windows__size {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #242424;
}
.typical-houses-windows__bottom {
  padding: 30px 50px;
  border-radius: 10px;
  background-color: #eff6f9;
}
.typical-houses-windows__bottom-block {
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-between;
}
.typical-houses-windows__bottom-wrap {
  align-items: center;
}
.typical-houses-windows__price {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  color: #242424;
}
.typical-houses-windows__price-descr {
  max-width: 110px;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #333;
  text-transform: uppercase;
}
.typical-houses-windows__key {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  color: #242424;
}
.typical-houses-windows__key-descr {
  max-width: 50px;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #333;
  text-transform: uppercase;
}
.typical-houses-windows__btn {
  padding: 14px 76px;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
}
.typical-houses-windows__descr {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(36, 36, 36, 0.6);
}
@media (max-width: 576px) {
  .typical-houses-windows__item {
    padding: 15px 20px;
  }
  .typical-houses-windows {
    padding: 32px 16px;
  }
  .typical-houses-windows__number {
    font-size: 18px;
    line-height: 25px;
  }
  .typical-houses-windows__title {
    font-size: 18px;
    line-height: 22px;
  }
  .typical-houses-windows__block {
    padding-right: 0;
    flex-direction: column;
    justify-content: center;
  }
  .typical-houses-windows__block-item {
    flex-basis: unset;
    max-width: unset;
  }
  .typical-houses-windows__bottom-block {
    margin-bottom: 16px;
  }
  .typical-houses-windows__price-descr {
    margin-bottom: 2px;
    max-width: none;
    font-size: 10px;
    line-height: 14px;
  }
  .typical-houses-windows__price {
    font-size: 32px;
    line-height: 48px;
  }
  .typical-houses-windows__key-descr {
    margin-bottom: 2px;
    max-width: none;
    font-size: 10px;
    line-height: 14px;
  }
  .typical-houses-windows__btn {
    padding: 14px 43px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .typical-houses-windows__top {
    align-items: flex-start;
    flex-direction: column;
  }
  .typical-houses-windows__number {
    margin-bottom: 16px;
  }
  .typical-houses-windows__bottom {
    padding: 16px;
  }
  .typical-houses-windows__bottom-block {
    align-items: flex-start;
    flex-direction: column;
  }
  .typical-houses-windows__bottom-wrap {
    margin-bottom: 16px;
  }
}
@media (max-width: 1024px) {
  .typical-houses-windows__number {
    font-size: 24px;
    line-height: 30px;
  }
  .typical-houses-windows__title {
    font-size: 24px;
    line-height: 32px;
  }
  .typical-houses-windows__bottom-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
  .typical-houses-windows__price-descr {
    margin-bottom: 5px;
    margin-right: 0;
  }
  .typical-houses-windows__key-descr {
    margin-bottom: 5px;
    margin-right: 0;
  }
  .typical-houses-windows__btn {
    padding: 14px 50px;
  }
}
@media (max-width: 1200px) {
  .typical-houses-windows__price {
    font-size: 32px;
    line-height: 48px;
  }
  .typical-houses-windows__key {
    font-size: 32px;
    line-height: 48px;
  }
}
