#news-tabs-content .swiper-wrapper, #marketplace-tabs-content .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
}

#news-tabs-content .swiper-slide, #marketplace-tabs-content .swiper-slide {
  width: calc(100% / 3);
}

#ahead-block, #press-block, #events-block, #hydraulic-block, #electric-block {
  display: none;
}

#mobile-navigation {
  z-index: 9900;
}

.w_100 {
  max-width: 100%;
}

.vue_swiper {
  margin-top: 40px;
}

.pop_img_mask {
  background-color: rgba(110, 110, 110, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all .3s;
}

.pop_img_mask.show {
  opacity: 1;
  visibility: visible;
}

.pop_img_content {
  position: fixed;
  z-index: 1010;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.pop_img_content.show {
  opacity: 1;
  visibility: visible;
}

.pop_img_content .content {
  background-color: #fff;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 33%;
  overflow: auto;
  overflow-x: hidden;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #333;
  font-weight: 700;
}

.sliding-tabs-con .con {
  display: none;
}

.industry_sub_con {
  display: none;
}

.sub_nav__body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: red;
  z-index: 9999;
}
