#main-container {
  min-width: 1352px;
}
#section-news > div,
#section-products > ul,
#section-topics > div {
  width: 1256px;
}
header > div {
  max-width: 1512px;
  min-width: 1256px;
}
/** #section-hot **/
#section-hot ul li:first-of-type {
  padding: 0 16px 0 0;
}
#section-hot ul li:nth-of-type(2) {
  padding: 0 8px;
}
#section-hot ul li:last-of-type {
  padding: 0 0 0 16px;
}
/** /#section-hot **/
/** #section-news **/
#section-news > div {
  width: auto;
  margin: 0;
}
#section-news > div article {
  /*margin: 12px;*/
  margin: 12px 2.5% 12px 0;
  /*max-width: 280px;*/
  width: 18%;
  background-size: contain;
}
#section-news > div article:first-of-type,
#section-news > div article:nth-of-type(5n+1) {
  margin-left: 0;
}
#section-news > div article:nth-of-type(5n),
#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) {
  margin-top: 0;
}
/** /#section-news **/
/** #section-products **/
#section-products ul {
  width: auto;
  margin: 0;
}
#section-products ul li {
  margin: 12px 2.5% 12px 0;
  width: 18%;
}
#section-products ul li:after {
  width: 100%;
}
#section-products ul li:first-of-type,
#section-products ul li:nth-of-type(5n+1) {
  margin-left: 0;
}
#section-products ul li:nth-of-type(5n),
#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) {
  margin-top: 0;
}
/** /#section-products **/
/** #section-topics **/
#section-topics div {
  width: 100%;
}
#section-topics div > div {
  width: 40%;
  padding-right: 18px;
}
#section-topics div > ul {
  width: 60%;
}
#section-topics div > ul li {
  /*margin: 12px;
  width: 31%;*/
  height: auto;
  padding: 8px 9px 40px 8px;
  background-size: cover;
  
  margin: 12px 2.1% 12px 0;
  width: 31.9%;
}
#section-topics div > ul li img {
  width: 100%;
  height: auto;
  margin: 0;
}
#section-topics div > ul li:nth-of-type(3n-2) {
  margin-left: 0;
}
#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 **/
footer {
  width: auto;
  margin-left: 48px;
  margin-right: 48px;
}
