/* common */

html,
body {
  background-color: #08071b;
}

.visually-hidden {
  overflow: hidden !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip: rect(0, 0, 0, 0) !important;
}

.inner { 
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.img-event {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 1200px;
}

/* layouts */

#sealEvent {
  position: relative;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 11395px;
  margin: 0 auto;
}

.header {
  z-index: 5;
  position: absolute;
  width: 100%;
}

.header,
.header .inner {
  height: 145px;
}

.header .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  height: 130px;
  padding: 44px 77px 0 55px;
}

.section {
  position: relative;
  width: 1920px;
  margin: 0 auto;
}
.section-visual {
  height: 1148px;
  background: url('../img/1.jpg') center center no-repeat;
  background-size: cover;
}
.section-1 {
  height: 1184px;
  background: url('../img/2.jpg') center center no-repeat;
  background-size: cover;
}
.section-2 {
  height:3063px;
  background: url('../img/3.jpg') center center no-repeat;
  background-size: cover;
}
.section-3 {
  height: 2262px;
  background: url('../img/4.jpg') center center no-repeat;
  background-size: cover;
}
.section-4 {
  height: 1070px;
  background: url('../img/5.jpg') center center no-repeat;
  background-size: cover;
}
.section-5 {
  height: 1906px;
  background: url('../img/6.jpg') center center no-repeat;
  background-size: cover;
}
.section-6 {
  height:6161px;
  background: url('../img/7.jpg') center center no-repeat;
  background-size: cover;
}
.section-7 {
  height: 1618px;
  background: url('../img/8.jpg') center center no-repeat;
  background-size: cover;
}


/* header */

.link-logo,
.img-logo {
  width: 110px;
  height: 85px;
}
.link-logo {
  display: inline-block;
}
.img-logo {
  display: block;
}

.list-util {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  width: 177px;
  height: 55px;
}
.list-util li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  width: 59px;
  height: 55px;
}

.link-home,
.link-close,
.link-download {
  width: 59px;
  height: 55px;
  background: url('../img/menu-off.png') no-repeat;
}

.link-home:hover,
.link-close:hover,
.link-download:hover {
  background: url('../img/menu-on.png') no-repeat;
}
.link-home,
.link-home:hover {
  background-position-x: 0;
}
.link-close,
.link-close:hover {
  background-position-x: -59px;
}
.link-download,
.link-download:hover {
  background-position: -118px;
}

.btn-landing {
  position: absolute;
  width: 1200px;
  height: 130px;
  top: 50px;
}

/* footer */

.footer {
  height: 141px;
  background: url('../img/footer.jpg') center center no-repeat;
  background-size: cover;
}

/* slider */

.swiper-container {
  overflow: hidden;
  position: relative;
  width: 1120px;
  height: 850px;
  margin: 0 auto;
  padding-top: 135px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.swiper-wrapper {
  position: relative;
  width: 1120px;
  height: 820px;
  margin: 0 auto;
}

.img-slide {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 498px !important;
  height: 702px;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 10;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 36px;
  height: 52px;
  top: 454px;
  cursor: pointer;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: none;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  transition: all 0.3s;
} 

.swiper-button-next {
  right: 10px;
  background: url('../img/arrow-nxt.png') 0 -100%;
}
.swiper-button-prev {
  left: 10px;
  background: url('../img/arrow-prev.png') 0 -100%;
}

/* floating menu */

.section-aside {
  z-index: 7721;
  position: fixed;
  width: 242px;
  height: 700px;
  top: 207px;
  right: 0;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1280px) {
  .section-aside {
    display: none;
  }
}
@media screen and (min-width: 2200px)  {
  .section-aside {
    right: 5%;
    margin-right: 100px;
  }
}

.list-aside {
  position: absolute;
  width: 242px;
  height: 648px;
  top: 0;
  right: 0;
  padding: 206px 0 65px;
  background: url('../img/floating-bg.png') center center no-repeat;
}

.list-aside li,
.list-aside > li > a,
.link-aside {
  display: block;
  width: 223px;
  height: 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.list-aside li .link-aside {
  background: url('../img/floating-nav.png') no-repeat;
}

.list-aside li:nth-child(1) .link-aside {
  background-position: 0 -206px;
}

.list-aside li:nth-child(2) .link-aside {
  background-position: 0 -227px;
}

.list-aside li:nth-child(3),
.list-aside li:nth-child(3) .link-aside {
  margin-top: 51px;
  background-position: 0 -299px;
}

.list-aside li:nth-child(4),
.list-aside li:nth-child(4) .link-aside {
  height: 40px;
  background-position: 0 -320px;
}

.list-aside li:nth-child(5),
.list-aside li:nth-child(5) .link-aside {
  background-position: 0 -360px;
}

.list-aside li:nth-child(6),
.list-aside li:nth-child(6) .link-aside {
  background-position: 0 -382px;
}

.list-aside li:nth-child(7),
.list-aside li:nth-child(7) .link-aside {
  background-position: 0 -402px;
}

.list-aside li:nth-child(8),
.list-aside li:nth-child(8) .link-aside {
  margin-top: 44px;
  height: 40px;
  background-position: 0 -464px;
}

.list-aside li:nth-child(9),
.list-aside li:nth-child(9) .link-aside {
  background-position: 0 -504px;
}

.list-aside li:nth-child(10),
.list-aside li:nth-child(10) .link-aside {
  background-position: 0 -525px;
}
.list-aside li:nth-child(11),
.list-aside li:nth-child(11) .link-aside {
  background-position: 0 -546px;
}
.list-aside li:nth-child(12),
.list-aside li:nth-child(12) .link-aside {
  background-position: 0 -548px;
}

.btn-top {
  position: absolute;
  width: 72px;
  height: 72px;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url('../img/btn-top.png') center center no-repeat;
}