.banner {
  position: relative;
}
.banner__img {
  width: 100%;
  vertical-align: top;
}
.banner__text {
  font-size: 36px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 60px;
  width: 300px;
  margin-left: -150px;
  margin-top: -30px;
}
.posBlock.full-screen {
  background-color: #f6f6f6;
}
.posBlock.full-screen .full-row {
  line-height: 48px;
}
.posBlock.full-screen a.posBlock__cell {
  color: #888888;
  font-size: 14px;
}
.posBlock.full-screen .posBlock__mid {
  color: #888888;
  font-size: 12px;
  margin: 0 5px;
}
.swiper-container_products {
  width: 840px;
  margin: 0 auto;
}

.tabList {
  margin: 40px auto;
  text-align: center;
}
.tabItem {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
.tabItem.active .tabItem__link {
  border-color: #0070c0;
  background-color: #0070c0;
  color: #fff;
}
.tabItem__link {
  display: inline-block;
  text-align: center;
  height: 36px;
  line-height: 34px;
  border: 1px solid #eee;
  color: #666;
  font-size: 14px;
  padding: 0 20px;
}
.newsInfo {
  padding: 40px 0 100px;
}
.news__title {
  line-height: 44px;
  text-align: center;
  font-size: 26px;
  color: #333;
}
.news__about {
  line-height: 25px;
  text-align: center;
  font-size: 16px;
  color: #666666;
  margin: 15px 0 0;
}
.news__content {
  padding: 38px 0 98px;
  line-height: 28px;
  font-size: 16px;
  color: #4c4c4c;
  border-top: 1px solid #eee;
  position: relative;
  overflow: hidden;
  margin: 28px 0 0;
}
