.window-list-type2__right {
  flex-grow: 1;
}
.window-list-type2__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
.window-list-type2__img {
  width: 34%;
  height: auto;
  flex-shrink: 0;
}
.window-list-type2__img img {
  width: 100%;
  height: auto;
}
.window-list-type2__content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.window-list-type2__item {
  background: #ffffff;
  box-shadow: 0px 51px 71px -11px #e0e8e8;
  border-radius: 12px;
  padding: 40px;
}
.window-list-type2__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
}
.window-list-type2__price-block {
  display: flex;
  align-items: baseline;
  gap: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
}
.window-list-type2__price {
  font-weight: 700;
  font-size: 25px;
  line-height: 160%;
}
.window-list-type2__description {
  font-size: 14px;
  line-height: 160%;
}
@media (max-width: 1024px) {
  .window-list-type2__right {
    max-width: 500px;
  }
  .window-list-type2__wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .window-list-type2__img {
    width: 156px;
  }
}
@media (max-width: 576px) {
  .window-list-type2__img {
    width: 81px;
    height: 141px;
  }
  .window-list-type2__content {
    gap: 1rem;
  }
  .window-list-type2__item {
    padding: 1rem;
  }
  .window-list-type2 .separator-horizontal {
    margin: 10px 0;
  }
  .window-list-type2__title {
    font-size: 1rem;
  }
  .window-list-type2__price-block {
    gap: 10px;
    font-size: 0.625rem;
  }
  .window-list-type2__price {
    font-size: 1rem;
  }
  .window-list-type2__description {
    font-size: 0.625rem;
  }
  .window-list-type2 .btn {
    padding: 11px 24px;
  }
  .window-list-type2 .product-indicator__params {
    height: 40px;
    gap: 10px;
  }
  .window-list-type2 .product-indicator__params-item-title {
    font-size: 0.375rem;
    top: 10px;
  }
  .window-list-type2 .product-indicator__params-item {
    height: 3.622px;
  }
  .window-list-type2 .product-indicator__params-item-fill {
    height: 3.622px;
  }
}
