/**
 * desktop m
 */
@media only screen and (max-width: 1280px) {

.wrapper {
  width: 980px;
}

#splash .wrapper {
  width: 980px;
}

.header-block-1 {
  width: 520px;
}

.header-block-2 {
  width: 145px;
}

header .main_menu {
  margin: 0;
}

.right-col,
.right-column {
  width: 300px;
}

.left-col {
  width: 560px;
}

.post.three {
  width: 272px;
}

/**
 * Страница топика
 */
.news-detail img,
.detail_picture {
  max-width: 100%;
  height: auto;
}

#article .wrapper .news-detail {
  width: 100%;
}

.news-detail p img {
  max-width: 100%;
  height: auto !important;

}

.summary {
  width: auto;
}

}
