.pohozhie2 .h4 {
	font-weight: 700;
	font-size: 30px;
	line-height: 37px;
	margin: 10px 20px 39px;
}.pohozhie2 .spis_tov {
	display: grid !important;
	grid-template-columns: repeat(6, 1fr);
	gap: 28px;
	padding: 0 15px;
	box-sizing: border-box;
}.pohozhie2 .spis_tov {
	align-items: center;
	justify-content: space-between;
	
}.content2 .pohozhie2 .spis_tov .tovar1 {
	width: 100% !important;
	margin: 0 !important;
}.pohozhie2 .spis_tov .tovar1 {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 260px;
	margin: 0 2% 1% 0;
}.content2 .pohozhie2 .spis_tov {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	padding: 0;
	box-sizing: border-box;
}
@media(max-width: 768px){
  .content2 .pohozhie2 .spis_tov{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width: 565px){
  .content2 .pohozhie2 .spis_tov{
    grid-template-columns: repeat(1, 1fr);
  }
}.content2 .col_right .pohozhie2 .spis_tov .tovar1 {
	width: 262px!important;
	margin: 0 17px 0 0!important;
}.pohozhie2 .h4 {
	text-align:center
}.content2 .col_right .pohozhie2 .spis_tov {
	margin: 0; 
}