#main-container {
  width: 488px;
  padding: 0;
}
/** #section-hot **/
#section-hot ul li {
  display: block;
  padding: 0;
  width: 100%;
  margin: 0 0 24px 0;
}
#section-hot ul li:last-of-type {
  margin-bottom: 0;
}
header {
  padding: 0;
}
header > div {
  width: 488px;
}
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-news **/
#section-news > div article {
  margin: 12px;
}
#section-news > div article:nth-of-type(2n-1) {
  margin-left: 0;
}
#section-news > div article:nth-of-type(2n) {
  margin-right: 0;
}
#section-news > div article:nth-last-of-type(1),
#section-news > div article:last-of-type {
  margin-bottom: 0;
}
#section-news > div article:first-of-type,
#section-news > div article:nth-of-type(2) {
  margin-top: 0;
}
/** /#section-news **/
/** #section-products **/
#section-products ul li {
  margin: 12px;
}
#section-products ul li:nth-of-type(2n-1) {
  margin-left: 0;
}
#section-products ul li:nth-of-type(2n) {
  margin-right: 0;
}
#section-products ul li:nth-last-of-type(1),
#section-products ul li:last-of-type {
  margin-bottom: 0;
}
#section-products ul li:first-of-type,
#section-products ul li:nth-of-type(2) {
  margin-top: 0;
}
/** /#section-products **/
/** #section-topics **/
#section-topics div {
  display: block;
}
#section-topics div > div,
#section-topics div > ul {
  display: block;
  width: 100%;
}
#section-topics div > ul li {
  margin: 12px;
}
#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:nth-last-of-type(1),
#section-topics div > ul li:last-of-type {
  margin-bottom: 0;
}
#section-topics div > ul li:first-of-type,
#section-topics div > ul li:nth-of-type(2) {
  margin-top: 48px;
}
/** /#section-topics **/
footer {
  width: 488px;
}
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;
}
