.__header {
  width: 100%;
  height: 120px;
  display: flex;
  /*overflow: hidden;*/
  align-items: center;
  padding: 0 24px;
  box-sizing: border-box;
  background: transparent;
  /*box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;*/
  z-index: 89;
  position: fixed;
  top: 0;
  left: 0;
}
.__header:hover {
  background: #fff;

}




.__header #pdv_27992  dt a,
.__header #pdv_28094  a
 {
  color: #fff !important;
}



.__header:hover #pdv_27992 dt a, 
.__header:hover #pdv_28094 a
{

  color: #000 !important;
}




.full-page {
  position: relative;
}

.swiper-slide-content-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.__swiper-page-1 {
  width: 100%;
  height: 100vh;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}

.__swiper-page-1 > .swiper {
  width: 100%;
  height: 100%;
}

.__swiper-page-1 > .swiper > .swiper-wrapper > .swiper-slide {
  background: #fff;
  overflow: hidden;
  position: relative;
}

.__swiper-page-1 > .swiper > .swiper-wrapper > .swiper-slide .swiper-slide-content {
  position: relative;
  overflow: visible;
  height: 100vh;
  width: 1400px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#top, #content, #bottom, #contain {
  display: none;
}

