#main-container {
  min-width: 744px;
  padding: 0 24px;
}
#section-news > div,
#section-products > ul,
#section-topics > div {
  width: 744px;
}
header {
  padding: 0 24px;
}
header > div .header-nav {
  display: none;
}
header > div .header-logo {
  padding-right: 24px;
  width: 92px;
}
header > div .header-dropdown {
  display: table-cell;
}
/** #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: 31%;
  margin: 12px;*/
  width: 32%;
  margin: 12px 2% 12px 0;
}
#section-news > div article:nth-of-type(3n-2) {
  margin-left: 0;
}
#section-news > div article:nth-of-type(3n) {
  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) {
  margin-top: 0;
}
/** /#section-news **/
/** #section-products **/
#section-products ul {
  width: auto;
}
#section-products ul li {
  /*width: 31%;
  margin: 12px;*/
  width: 32%;
  margin: 12px 2% 12px 0;
}
#section-products ul li:after {
  width: 100%;
}
#section-products ul li:nth-of-type(3n-2) {
  margin-left: 0;
}
#section-products ul li:nth-of-type(3n) {
  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) {
  margin-top: 0;
}
/** /#section-products **/
/** #section-topics **/
#section-topics div {
  width: 100%;
}
#section-topics div > div {
  width: 33.33333%;
  padding-right: 18px;
}
#section-topics div > ul {
  width: 66.66666%;
}
#section-topics div > ul li {
  /*margin: 12px;
  width: 47%;*/
  height: auto;
  padding: 8px 9px 40px 8px;
  background-size: cover;
  
  margin: 12px 4% 12px 0;
  width: 48%;
}
#section-topics div > ul li img {
  width: 100%;
  height: auto;
  margin: 0;
}
#section-topics div > ul li:nth-of-type(2n-1) {
  margin-left: 0;
}
#section-topics div > ul li:nth-of-type(2n) {
  margin-right: 0;
}
#section-topics div > ul li:first-of-type,
#section-topics div > ul li:nth-of-type(2) {
  margin-top: 0;
}
/** /#section-topics **/
footer {
  width: auto;
  min-width: 744px;
  margin: 0 24px;
}
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;*/
}
