section.sliders .one {
  display: none;
  text-align: center;
}
section.sliders .one img {
  vertical-align: middle;
  min-height: 387px;
}
section.sliders .one:first-child {
  display: block;
}

.postContent.cutted {
  max-height: 650px;
  overflow: hidden;
  position: relative;
}
.postContent.cutted::after {
  position: absolute;
  inset: 0;
  top: auto;
  height: 4em;
  background: #fff;
  content: "";
}
.postContent.cutted .allContent {
  position: absolute;
  background: #fff;
  bottom: 1em;
  z-index: 1;
}
.postContent.cutted.full::after {
  display:none;
}
.postContent.cutted.full {
  max-height: none;
}
.postContent.cutted.full .allContent {
  display: none;
}

.clipOverflow {
  overflow: hidden;
}
.jsTabs > * {
	display:none;
}
.jsTabs > *.active {
	display:block;	
}