@media (min-width: 992px) {
.footer__bottom .first {
width:20%;
}	
.block--left {
	width:37%!important
}
.block--right {
	width:63%!important
}
#product-category .product-layout {
background:#f5f5f5;
  width: calc(33.3% - 15px);
  margin: 0px 15px 15px 0px;
}
.advantages .item {
	width: calc(33.3% - 15px);
  margin: 0px 15px 15px 0px;
}
}
@media (max-width: 992px) {
  .blocks {
    flex-direction: column;
  }
 .product-head {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

    .product-head__title {
    flex: 0 0 100%;
  }

   .product-head__actions {
    flex: 0 0 100%;
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
	#product-category #content {
		width:70%
	}
	#product-category #column-left {
		width:30%
	}
}