/** #section-news **/
#section-news > div article {
  /*margin: 12px;*/
  margin: 12px 2% 12px 0;
  width: 15%;
  /*max-width: 230px;*/
}
#section-news > div article:first-of-type,
#section-news > div article:nth-of-type(6n+1) {
  margin-left: 0;
}
#section-news > div article:nth-of-type(6n),
#section-news > div article:last-of-type {
  margin-right: 0;
}
#section-news > div article:first-of-type,
#section-news > div article:nth-of-type(2),
#section-news > div article:nth-of-type(3),
#section-news > div article:nth-of-type(4),
#section-news > div article:nth-of-type(5),
#section-news > div article:nth-of-type(6) {
  margin-top: 0;
}
/** /#section-news **/
/** #section-products **/
#section-products ul li {
  margin: 12px;
}
#section-products ul li
{
  margin: 12px 2% 12px 0;
  width: 15%;
}
#section-products ul li:first-of-type,
#section-products ul li:nth-of-type(6n+1) {
  margin-left: 0;
}
#section-products ul li:nth-of-type(6n),
#section-products ul li:last-of-type {
  margin-right: 0;
}
#section-products ul li:first-of-type,
#section-products ul li:nth-of-type(2),
#section-products ul li:nth-of-type(3),
#section-products ul li:nth-of-type(4),
#section-products ul li:nth-of-type(5),
#section-products ul li:nth-of-type(6) {
  margin-top: 0;
}
/** /#section-products **/
/** #section-topics **/
#section-topics div > div {
  padding-right: 18px;
}
#section-topics div > ul li {
  /*margin: 12px;*/
  margin: 12px 3.5% 12px 0;
  width: 31%;
  background-size: cover;
  background-position: center -1px;
  padding: 0 0 0 1px;
}
#section-topics div > ul li:nth-of-type(3n-2) {
  /*margin-left: 6px;*/
}
#section-topics div > ul li:nth-of-type(3n) {
  margin-right: 0;
}
#section-topics div > ul li:first-of-type,
#section-topics div > ul li:nth-of-type(2),
#section-topics div > ul li:nth-of-type(3) {
  margin-top: 0;
}
#section-topics div > ul li:before {
	left:0;
}
/** /#section-topics **/
