.otdelka-balkonov-pod-klyuch .product-windows.variation .indent {
	padding-bottom: 0;
}
.product-windows__title {
  margin-bottom: 0.4em;
  line-height: 1.2;
}
.product-windows__text {
  line-height: 1.2;
  text-align: center;
}
.product-windows__text span {
  display: block;
}
.product-windows .list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;	
  margin-top: 10px;
}
.product-windows .item {
  line-height: 137%;	
}
.product-windows.variation .product-windows__title {
  margin-bottom: 15px;
}
.product-windows.variation .product-windows__text span {
	display: initial;
}
.product-windows.variation .product-windows__text:first-of-type {
	margin-bottom: 10px;
}
@media (min-width: 768px) {
  .product-windows__title {
    margin-bottom: 0.834em;
    line-height: 1.1;
  }
  .product-windows__text span {
    display: inline-block;
  } 
  .product-windows .list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 15px;
  }
  .product-windows .item {
	font-size: 18px;
	line-height: 122%;	
  }  
  .product-windows.variation .product-windows__title {
    margin-bottom: 20px;
  }
  .product-windows.variation .product-windows__text br {
	display: none;
  }  
}
@media (min-width: 1200px) {
  .product-windows__title {
    line-height: 1.2;
    margin-bottom: 0.25em;
  }
  .product-windows__text span {
    display: block;
  }
  .product-windows__text {
    line-height: 1.25;
  }
  .mgn .product-windows__text {
    width: 820px;
    margin: 0 auto;
  }
  .product-windows .list {
	justify-content: space-around;  
	margin-top: 20px;
  }  
  .product-windows .item {
	font-size: 22px;
	line-height: 100%;	
  }  
  .product-windows.variation .product-windows__title {
    margin-bottom: 25px;
  }
  .product-windows.variation .product-windows__text:first-of-type {
	margin-bottom: 15px;
  }   
}