#main-container {
  min-width: 996px;
  padding: 0 24px;
}
#section-news > div,
#section-products > ul,
#section-topics > div {
  /*width:996px*/
  width: 1000px;
}
header {
  padding: 0 24px;
}
/** #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;
}
#section-news > div article {
  /*width: 23%;*/
  width: 24%;
  /*margin: 12px;*/
  margin: 12px 1.33333333333% 12px 0;
}
#section-news > div article:nth-of-type(4n-3) {
  margin-left: 0;
}
#section-news > div article:nth-of-type(4n) {
  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) {
  margin-top: 0;
}
/** /#section-news **/
/** #section-products **/
#section-products ul {
  width: auto;
}
#section-products ul li {
  /*width: 22.5%;*/
  /*margin: 12px;*/
  /*width: 23%;*/
  width: 24%;
  margin: 12px 1.33333333333% 12px 0;
}
#section-products ul li:after {
  width: 100%;
}
#section-products ul li:nth-of-type(4n-3) {
  margin-left: 0;
}
#section-products ul li:nth-of-type(4n) {
  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) {
  margin-top: 0;
}
/** /#section-products **/
/** #section-topics **/
#section-topics div {
  width: 100%;
}
#section-topics div > div {
  width: 25%;
  padding-right: 18px;
}
#section-topics div > ul {
  width: 75%;
}
#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 {
  min-width: 996px;
  margin: 0 24px;
  width: auto;
}
footer nav ul li:nth-of-type(6) {
  margin: 0;
}
footer nav ul li:nth-of-type(6):after {
  content: "\A";
  white-space: pre;
}
#side-menu {
  /*display: none;*/
}
