/**
 * tablet
 */
@media only screen and (max-width: 1024px) {

.wrapper {
  width: 768px;
}

h2 {
  font-size: 22px;
}

.wrapper,
#splash .wrapper {
  padding: 0 20px;
  box-sizing: border-box;
}

#splash .wrapper {
  width: 768px;;
  padding: 0;
}
.post-info {
  display: flex;
  padding: 5px;
}

.post-info .summary,
#splash .comments-count,
.post-info .summary {
  margin-right: 10px;
  margin-top: 0;
}

.share-block div {
  padding-left: 0;
}

.post-info .author-img {
  margin-right: 0px;
}

.post-info .subtitle {
  font-size: 14px;
}

header .wrapper {
  height: 80px;
}

header .wrapper,
#footer-bottom .wrapper,
#footer-top .wrapper,
#hot .wrapper,
#content .wrapper {
  padding: 20px;
}

#hotspot .wrapper {
  overflow: hidden;
}

.header-block-2 {
  width: auto;
}

header .main_menu {
  margin: 0;
}

.header-block-3.social_block {
  display: none;
}

#logo {
  width: 140px;
  margin-right: 40px;
}

#logo img {
  max-width: 100%;
  height: 100%;
}

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

.left-col {
  width: 348px;
}

.post.three {
  width: 202px;
}


/**
 * Страница топика
 */
.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;
}

}
