@media (min-width: 1480px) {
  .container {
    min-width: 1400px;
  }
}
.ipsApp .navigation-wrapper{
  /*position: relative;*/
  transition: all .4s linear;
}
.ipsApp .navigation-wrapper.sticky{
  position: fixed;
  width: 100%;
  z-index: 10;
}
/*.ipsApp .navigation-wrapper.sticky+div{
margin-top: 70px;
}*/
@media(max-width: 640px){
  .ipsApp .navigation-wrapper{
    position: fixed;
  }
}
.ipsNavigation_main .ipsNavigation_language .ipsFlag{
  margin-top: 25px;
}
#common_menu {
  display: none;
}
.ipsNavigation_main {
  background: transparent !important;
}
.ipsNavigation_main li:not(.ipsNavigation_language) {
  display: none;
}
*::-webkit-scrollbar-track {
  background-color: #d9f0fd;
  border-radius: 1px;
}
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #d9f0fd;
}
*::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: #1B1AA6 /*background-color: #07489d;*/;
}
.scroll-container + footer {
  display: none;
}
.play-on-pc {
  position: absolute;
  right: 0;
  bottom: 15vh;
  z-index: 10;
}
.play-on-pc a {
  display: block;
  width: 250px;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  opacity: 0.6;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  cursor: pointer;
}
.play-on-pc a:hover {
  opacity: 1;
}
@media (max-width: 1024px) {
  .play-on-pc a {
    width: 170px;
  }
}
@media (max-width: 640px) {
  .play-on-pc {
    bottom: 10vh;
  }
  .play-on-pc a {
    width: 100px;
  }
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-16x9:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio-16x9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
html,
body {
  overflow-x: hidden;
  overflow-y: auto;
}
body.ipsApp {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.5;
  background: #1C4283;
}
body.ipsApp * {
  box-sizing: border-box;
}
body.ipsApp h1,
body.ipsApp .asH1 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  text-shadow: none;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  body.ipsApp h1,
  body.ipsApp .asH1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  body.ipsApp h1,
  body.ipsApp .asH1 {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .fullpage .welcome .desc .logo{
    margin-bottom: 0!important;
  }
  body.ipsApp h1,
  body.ipsApp .asH1 {
    font-size: 24px;
    margin-top: 10px;
  }
}
body.ipsApp h2 {
  text-shadow: none;
}
@media (max-width: 768px) {
  body.ipsApp h2 {
    font-size: 24px;
  }
}
body.ipsApp p {
  font-size: 17px;
  color: #d7e9fc;
}
@media (max-width: 1280px) {
  body.ipsApp p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body.ipsApp p {
    font-size: 15px;
  }
}
body.ipsApp .section p a {
  text-decoration: underline;
  color: #BDE3FF;
}
body.ipsApp .section p a:hover {
  color: #fff;
  text-decoration: none;
}
.ipsApp p {
  margin: 0;
  padding-bottom: 1rem;
}
.fullpage .ipsApp .ipsButton {
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  width: 180px;
  height: 56px;
  margin: 0 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  font-size: 17px;
  transition: all 0.2s linear;
}
.fullpage .ipsApp .ipsButton:hover {
  color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  filter: brightness(1.2);
}
.fullpage .ipsApp .ipsButton .wrap {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.ipsApp .ipsButton-ps {
  background: #003d91;
}
.ipsApp .ipsButton-ps img {
  max-width: 22px;
  margin-right: 10px;
}
.ipsApp .ipsButton-xbox {
  background: #51a81b;
}
.ipsApp .ipsButton-xbox img {
  max-width: 22px!important;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .ipsApp .ipsButton {
    width: 128px;
    margin: 0 5px 10px;
  }
  .ipsApp .ipsButton-xbox,
  .ipsApp .ipsButton-ps {
    font-size: 0;
    height: 44px;
  }
  .ipsApp .ipsButton-xbox img,
  .ipsApp .ipsButton-ps img {
    margin: auto;
  }
}
.ipsApp .scroll-thumb {
  position: absolute;
  animation: updown 2s linear infinite;
  -webkit-animation: updown 2s linear infinite;
  -moz-animation: updown 2s linear infinite;
  display: block;
  width: 20px;
  height: 20px;
  margin: 40px auto 0;
  padding: 20px;
  background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/30_arrow.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  left: 0;
  right: 0;
  bottom: -50px;
  z-index: 10;
}
*[data-toggle="collapse"] {
  display: flex;
  flex-direction: row;
}
*[data-toggle="collapse"] .arrow {
  display: inline-block;
  margin-left: 4px;
  width: 12px;
  height: 7px;
  background-image: url("../src/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  transition: all 0.2s linear;
}
*[data-toggle="collapse"] span {
  display: inline-block;
  color: #fff;
  font-weight: 500;
}
*[data-toggle="collapse"] span.show {
  display: none;
}
*[data-toggle="collapse"].collapsed .arrow {
  transform: rotate(0deg);
}
*[data-toggle="collapse"].collapsed span {
  display: none;
}
*[data-toggle="collapse"].collapsed span.show {
  display: inline-block;
}
.fullpage .container {
  margin-bottom: 140px;
}
@media (max-width: 1200px) {
  .fullpage .container {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .fullpage .container {
    margin-bottom: 60px;
  }
}

@media(max-width: 1980px){
  .fullpage .section.welcome.welcome-upd{
    min-height: 1024px;
  }
}
@media(max-width: 1280px){
  .fullpage .section.welcome.welcome-upd{
    min-height: auto;
    max-height: auto;
    height: auto;
    padding-bottom: 92%;
  }
}
@media(max-width: 860px){
  .fullpage .play-on-pc{
  	bottom: 0;
  }
  .fullpage .play-on-pc a{
    width: 125px;
  }
  .fullpage .section.welcome.welcome-upd{
    padding-bottom: 102%;
  }
}
@media(max-width: 768px){
  .fullpage .section.welcome.welcome-upd{
    padding-bottom: 122%;
  }
}
@media(max-width: 400px){
 .fullpage .play-on-pc{
  	bottom: -60px;
  }
  .fullpage .section.welcome.welcome-upd{
    padding-bottom: 140%;
  }
}

.fullpage footer {
  padding: 40px 0;
}
.fullpage footer p {
  font-size: 15px;
  opacity: 0.75;
}
.fullpage footer .container {
  margin-bottom: 0;
}
.fullpage .welcome {
  position: relative;
  justify-content: center;
  background-color: #02112f;
  padding-bottom: 40px;
  height: 100vh;
  z-index: 100;
}
.fullpage .welcome .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  overflow: hidden;
  z-index: -1;
}
.fullpage .welcome .video-wrap:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(65, 108, 183, 0) 0%, rgba(65, 108, 183, 0.348) 38.02%, rgba(65, 108, 183, 0.4) 60%, #1C4283 100%);
}
.fullpage .welcome .video-wrap video {
  position: absolute;
  min-width: 100%;
  max-width: 150%;
  transition: all 0.2s linear;
  left: -200%;
  right: -200%;
  top: 0;
  margin: auto;
  z-index: 0;
}
@media(max-width: 1024px){
  .fullpage .welcome .video-wrap:before{
    background: linear-gradient(180deg, rgba(65, 108, 183, 0) 0%, rgba(65, 108, 183, 0.3) 45%, rgba(65, 108, 183, 0.8) 70%, #1C4283 100%)
  }
}
@media(max-width: 992px){
  .fullpage .welcome .video-wrap video {
    top: 110px
  }
}
.fullpage .welcome .desc {
  position: absolute;
  width: 100%;
  bottom: 10%;
  margin: auto;
}
.fullpage .welcome .desc .logo {
  display: block;
  width: 60%;
  max-width: 950px;
  margin: 0 auto 40px;
}
.fullpage .slider {
  position: relative;
  background-image: url("//ips4-wowslegends-global.gcdn.co/pages_media/58_slider-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.fullpage .slider:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(65, 108, 183, 0.2);
  top: 0;
  left: 0;
  z-index: 0;
}
.fullpage .slider:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #1c4284 0%, rgba(27, 59, 113, 0.8) 10%, rgba(27, 59, 113, 0) 50%, rgba(27, 59, 113, 0.8) 100%);
  bottom: 0;
  left: 0;
  z-index: 0;
}
.fullpage .slider .wrap {
  position: relative;
  padding: 140px 0 0;
  z-index: 1;
}
.fullpage .slider .wrap .swiper-slide {
  position: relative;
  background-color: #1f5afe;
}
.fullpage .slider .wrap .swiper-slide .desc {
  padding: 20px 30px;
  color: #fff;
}
.fullpage .slider .wrap .swiper-slide .desc h2 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.fullpage .slider .wrap .swiper-slide .desc p {
  font-size: 15px;
}
.fullpage .slider .wrap .swiper-slide .desc p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.fullpage .slider .wrap .swiper-slide .picture{
  display: block;
  position: relative;
  padding-bottom: 54.6%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fullpage .slider .swiper-button-next, 
.fullpage .slider .swiper-container-rtl .swiper-button-prev,
.fullpage .slider .swiper-button-prev{
  top: calc(50% - 20px);
}
.fullpage .slider .swiper-button-next:after, 
.fullpage .slider .swiper-container-rtl .swiper-button-prev:after,
.fullpage .slider .swiper-button-prev:after{
  color: #fff;
  font-size: 30px;
}
.fullpage .slider .wrap .swiper-pagination {
  position: relative;
  margin-top: 30px;
}
.fullpage .slider .wrap .swiper-pagination span {
  background-color: #fff;
}
@media(max-width: 1200px){
  .fullpage .slider .swiper-button-next, 
  .fullpage .slider .swiper-container-rtl .swiper-button-prev,
  .fullpage .slider .swiper-button-prev{
    top: 28%;
  }
}
@media(max-width: 768px){
  .fullpage .slider .wrap{
    padding-top: 90px;
  }
  .fullpage .slider .container{
    margin-bottom: 0;
  }
}
@media(max-width: 580px){
  .fullpage .slider .swiper-button-next, 
  .fullpage .slider .swiper-container-rtl .swiper-button-prev,
  .fullpage .slider .swiper-button-prev{
    top: 18.5%;
  }
}
@media(max-width: 480px){
  .fullpage .slider .wrap{
    padding-top: 140px;
  }
}
@media(max-width: 380px){
  .fullpage .slider .swiper-button-next, 
  .fullpage .slider .swiper-container-rtl .swiper-button-prev,
  .fullpage .slider .swiper-button-prev{
    top: 14%;
  }
}

.fullpage .bg-default {
  position: relative;
  background-image: url("//ips4-wowslegends-global.gcdn.co/pages_media/58_default-bg-min.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  overflow: hidden;
}
.fullpage .bg-default:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(180deg, #1a376b 0%, rgba(65, 108, 183, 0.348) 38.02%, rgba(65, 108, 183, 0.4) 60%, rgba(65, 108, 183, 0) 100%);
}
body.ipsApp .fullpage .bg-default h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
}
@media(max-width: 1200px){
  body.ipsApp .fullpage .bg-default h2{
    font-size: 30px;
  }
}
@media(max-width: 480px){
  body.ipsApp .fullpage .bg-default h2{
    font-size: 24px;
  }
}
.section .gallery-wrap {
  width: 100%;
  background-color: rgba(255, 255, 255, 25%);
  box-shadow: none;
  margin: 140px 0 80px;
  padding: 50px;
  overflow: hidden;
  z-index: 999;
  position: relative;
}
.section .gallery-wrap * {
  outline: none;
  color: #fff;
}
.section .gallery-wrap h2 {
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 600;
  color: #082750;
}
.section .gallery-wrap .typesList {
  margin: 40px 0 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.section .gallery-wrap .typesList .item .btn {
  position: relative;
  width: 70px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 75%;
  background-color: #fff;
  transition: all 0.2s linear;
}
.section .gallery-wrap .typesList .item .btn.collapsed {
  opacity: 0.5;
  transition: all 0.2s linear;
}
.section .gallery-wrap .typesList .item .btn.collapsed:hover {
  opacity: 0.75;
}
.section .gallery-wrap .typesList .item .btn:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/52_active-item.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .section .gallery-wrap {
    margin: 40px 0 30px;
  }
  .section .gallery-wrap .typesList {
    margin: 30px 0 20px;
    padding-bottom: 20px;
  }
  .section .gallery-wrap .typesList .item .btn {
    width: 54px;
    height: 54px;
  }
}
@media (max-width: 540px) {
  .section .gallery-wrap .typesList .item .btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 420px) {
  .section .gallery-wrap .typesList .item .btn {
    width: 42px;
    height: 42px;
  }
}
.section .gallery-wrap .swiper-wrapper.thumbs .swiper-slide {
  display: block;
  position: relative;
  height: 124px;
  padding: 10px;
}
.section .gallery-wrap .swiper-wrapper.thumbs .swiper-slide .item {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  box-shadow: 0 0 9px 1px rgba(0, 20, 40, 0.15);
  opacity: 0.5;
  transition: all 0.2s linear;
  cursor: pointer;
}
.section .gallery-wrap .swiper-wrapper.thumbs .swiper-slide.swiper-slide-thumb-active .item {
  opacity: 1;
}
.section .gallery-wrap .swiper-slide img {
  max-width: 100%;
  margin: 20px 0;
  background-color: #fff;
}
.section .gallery-wrap .swiper-button-next:after, 
.section .gallery-wrap .swiper-button-prev:after{
  font-size: 26px;
}
.section .gallery-wrap .swiper-container.gallery-thumbs{
  width: 97%;
  padding: 0 40px;
  margin: auto;
}

.section .gallery-wrap .swiper-container.gallery-thumbs:before, .section .gallery-wrap .swiper-container.gallery-thumbs:after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}
.section .gallery-wrap .swiper-container.gallery-thumbs:after {
  left: inherit;
  right: 0;
}

@media(max-width: 640px){
  .section .gallery-wrap .swiper-wrapper.thumbs .swiper-slide{
    height: 100px;
  }
}
@media(max-width: 480px){
  .section .gallery-wrap .swiper-wrapper.thumbs .swiper-slide{
    height: 100px;
  }
}

.ipsFlag{
  box-shadow: 0 0 5px 1px rgb(0 20 40 / 30%);
}
@media (max-width: 1024px) {
  .section .gallery-wrap {
    box-shadow: none;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .section .gallery-wrap {
    box-shadow: none;
    padding: 20px;
  }
}
@keyframes updown {
  0%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}