.window-module-type__title {
  margin: 0;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 800;
  line-height: 45px;
  color: #242424;
  text-transform: uppercase;
}
.window-module-type__title-text {
  color: #ff4444;
}
.window-module-type__descr {
  margin: 0;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #242424;
}
.window-module-type__block {
  margin-bottom: 50px;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: flex-start;
}
.window-module-type__left {
  align-items: flex-start;
}
.window-module-type__left-descr {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #333333;
}
.window-module-type__left-wrap {
  padding-top: 4px;
}
.window-module-type__left-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
}
.window-module-type__left-text:last-child {
  margin-bottom: 26px;
}
.window-module-type__img {
  margin-right: 40px;
}
.window-module-type__proportions {
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
}
.window-module-type__proportions-descr {
  margin-bottom: 15px;
  font-weight: 600;
}
.window-module-type__right {
  display: flex;
  justify-content: flex-end;
}
.window-module-type__list {
  width: 98%;
}
.window-module-type__item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(36, 36, 36, 0.2);
  justify-content: space-between;
}
.window-module-type__item:first-child {
  padding-top: 0;
}
.window-module-type__item:last-child {
  padding-top: 20px;
  flex-wrap: wrap;
  border-bottom: none;
}
.window-module-type__item:last-child .window-module-type__price {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
.window-module-type__item:last-child .window-module-type__price-descr {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}
.window-module-type__price {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #333333;
}
.window-module-type__price-descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
}
.window-module-type__bottom {
  padding: 30px 50px;
  width: 100%;
  border-radius: 10px;
  background-color: #eff6f9;
}
.window-module-type__bottom-title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #333333;
}
.window-module-type__bottom-descr {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
}
.window-module-type__form {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.window-module-type__form::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 254px;
  z-index: 100;
  width: 1px;
  height: 65px;
  background-color: rgba(35, 31, 32, 0.1);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.window-module-type__form-descr {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(36, 36, 36, 0.6);
  text-align: left;
}
.window-module-type__form-descr-link {
  text-decoration: underline;
}
.window-module-type__btn {
  padding: 0;
  background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
  border-radius: 0 10px 10px 0;
  padding: 28px 60px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #fff;
}
.window-module-type__input {
  padding: 31.5px 10px 31.5px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(35, 31, 32, 0.6);
  border: none;
  width: 283px;
}
.window-module-type__input:focus {
  outline: none;
}
.window-module-type__input:first-child {
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  width: 254px;
}

.js-validate-error-label {
  display: none;
}

@media (max-width: 768px) {
  .window-module-type__title {
    font-size: 26px;
    line-height: 32px;
  }
  .window-module-type__block {
    grid-template-columns: 1fr;
  }
  .window-module-type__bottom {
    padding: 32px 16px;
  }
  .window-module-type__form::before {
    left: 30%;
    top: 5px;
    height: 42px;
  }
  .window-module-type__form {
    width: 100%;
  }
  .window-module-type__btn {
    font-size: 16px;
    line-height: 22px;
    padding: 16px 10px;
    width: 33.3333333333%;
  }
  .window-module-type__input:first-child {
    width: 33.3333333333%;
  }
  .window-module-type__input {
    font-size: 14px;
    padding: 16px 10px 16px 16px;
    width: 33.3333333333%;
  }
}

@media (max-width: 576px) {
  .window-module-type__title {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 22px;
  }
  .window-module-type__descr {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 22px;
  }
  .window-module-type__block {
    margin-bottom: 22px;
  }
  .window-module-type__left {
    flex-direction: column;
  }
  .window-module-type__left-descr {
    font-size: 14px;
    line-height: 22px;
  }
  .window-module-type__left-text {
    font-size: 14px;
    line-height: 22px;
  }
  .window-module-type__img {
    margin-right: 0;
    margin-bottom: 35px;
  }
  .window-module-type__proportions-descr {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .window-module-type__proportions {
    font-size: 14px;
    line-height: 22px;
  }
  .window-module-type__item:last-child .window-module-type__price-descr {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 24px;
  }
  .window-module-type__item:last-child .window-module-type__price {
    font-size: 24px;
    line-height: 36px;
  }
  .window-module-type__bottom-title {
    font-size: 18px;
    line-height: 27px;
  }
  .window-module-type__bottom-descr {
    font-size: 14px;
    line-height: 22px;
  }
  .window-module-type__form {
    margin-bottom: 12px;
  }
  .window-module-type__form::before {
    display: none;
  }
  .window-module-type__form {
    flex-direction: column;
  }
  .window-module-type__btn {
    border-radius: 10px;
    width: 100%;
  }
  .window-module-type__input:first-child {
    margin-bottom: 8px;
    border-radius: 10px;
    width: 100%;
  }
  .window-module-type__input {
    margin-bottom: 16px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .window-module-type__block {
    grid-template-columns: 5fr 4fr;
  }
  .window-module-type__form::before {
    left: 30%;
  }
  .window-module-type__btn {
    padding: 28px 20px;
    width: 33.3333333333%;
  }
  .window-module-type__input:first-child {
    width: 33.3333333333%;
  }
  .window-module-type__input {
    padding: 24px 20px;
    width: 33.3333333333%;
  }
}

@media (max-width: 1200px) {
  .window-module-type__list {
    width: 100%;
  }
}
