.ipsApp *:active, .ipsApp *:focus{
  outline: none;
}
.ipsApp a{
  text-decoration: none;
}

*::-webkit-scrollbar-track{
  background-color: #02112f;
  border-radius:1px;
}
*::-webkit-scrollbar{
  width: 1px;
  background-color:#02112f
}
*::-webkit-scrollbar-thumb{
  border-radius:1px;
  background-color:#02112f
    /*background-color: #07489d;*/
}

.ipsMenu .ipsMenu_item:nth-of-type(5) {
  display: none!important;
}

.ipsApp {
  padding: 0;
  margin: 0;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}
.ipsApp * {
  outline: none;
  box-sizing: border-box;
}
.ipsApp h1,
.ipsApp .asH1 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (max-width: 1400px) {
  .ipsApp{
    font-size: 16px;
  }

  .ipsApp h1,
  .ipsApp .asH1 {
    font-size: 31px;
  }
}
@media (max-width: 1024px) {
  .ipsApp h1,
  .ipsApp .asH1 {
    font-size: 27px;
  }
}
@media (max-width: 640px) {
  .ipsApp{
    font-size: 15px;
  }
  .ipsApp h1,
  .ipsApp .asH1 {
    font-size: 23px;
  }
}

.ipsApp .ipsNavigation_main{
  background: rgba(1, 15, 40, 0.4);
}

.ipsApp .scroll-thumb {
  animation: updown 2s linear infinite;
  -webkit-animation: updown 2s linear infinite;
  -moz-animation: updown 2s linear infinite;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  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;
}
.bundle-promo .welcome-upd .title .scroll-thumb{
  position: inherit;
  right: auto;
  bottom: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .bundle-promo .welcome-upd .title .scroll-thumb {
    margin: 15px auto 0;
  }
}
@media (max-width: 640px) {
  .bundle-promo .welcome-upd a.clientButton.ipsButton{
    margin: 0 7px 10px;
  }
  .bundle-promo .welcome-upd .title .scroll-thumb {
    margin-top: 0;
  }
}
.play-on-pc{
  position: absolute;
  right: 0;
  bottom: 5vh;
  z-index: 10;
}
.play-on-pc a{
  display: block;
  width: 250px;
  padding-bottom: 50%;
  background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/37_wow_logo-ru.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  opacity: .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 a{
    width: 100px;
  }
}

.section2{
  padding-top: 140px;
}
.bundle-promo .welcome-upd{
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.bundle-promo .welcome-upd__background img{
  opacity: 0;
}
.bundle-promo section.video{
  position: relative;
}
.bundle-promo section.video:before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%; 
  left: 0;
  top: 0;
  z-index: -1;  
  background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/51_map-pattern-white.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 124px;
  opacity: .15;
}
.bundle-promo section.video:after{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%; 
  left: 0;
  top: 0;
  z-index: -1;  
  background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/51_map-bg-white.png);
  background-position: unset;
  background-repeat: repeat;
  background-size: auto;
  opacity: .02;
}

.bundle-promo .welcome-upd .title{
  display: flex;
  position: absolute;
  width: 400px;
  height: 100%;
  flex-direction: column;
  top: 0;
  justify-content: center;
  left: 10%;
}

@media(max-width: 2000px){
  .bundle-promo .welcome-upd .title{
    left: 5%;
  }
}
@media(max-width: 1600px){
  .bundle-promo .welcome-upd{
    background-position: 20% center;
    background-size: 130% auto;
  }
  .bundle-promo .welcome-upd .title{
    left: 3%;
    width: 380px;
  }
}
@media(max-width: 1400px){
  .bundle-promo .welcome-upd{
    background-size: 130% auto;
    background-position: 0 center;
  }
}
@media(max-width: 1200px){
  .sec-block .desc{
    margin-bottom: 80px;
    margin-top: 40px;
  }
  .bundle-promo .welcome-upd{
    background-size: 135% auto;
  }
  .bundle-promo section.video:after{
    background-size: contain;
  }
}
@media(max-width: 768px){
  .section2{
    padding-top: 40px;
  }
  .bundle-promo .welcome-upd{
    background-position: center top;
    background-size: 160% auto;
  }
  .bundle-promo .welcome-upd .title{
    height: 92vh;
    width: 90%;
    max-width: 600px;
    justify-content: flex-end;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
}
@media(max-width: 640px){
  .ipsApp h1{
    font-size: 19px;
    margin: 3vh 0 2vh 0;
  }
  .bundle-promo .welcome-upd .title{
    height: 76vh;
  }
  .ipsApp .scroll-thumb{
    bottom: 3%;
  }
}
@media(max-width: 540px){
  .bundle-promo .welcome-upd{
    background-size: 200% auto;
    background-position: center 75px;
  }
}

.bundles-list{
  width: 100%;
  display: grid;
  grid-auto-flow: row dense;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 30px;
  margin: 70px 0 30px;
}

.bundles-item{
  position: relative;
  font-size: 16px;
  transition: all .2s linear;
}
.bundles-list .bundles-item{
  background: rgba(133, 89, 52, .7);
  padding: 1.5rem;
  width: 33%;
}

.bundles-item .bundles-wrap{
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 45%;
}
.bundles-item .bundles-wrap .picture{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 45% auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .2s linear;
}

.bundles-item .bundles-text{
  padding: 0 10px;
}
.bundles-item .bundles-text .qty{
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
.bundles-item .bundles-text .qty span{
  font-size: 20px;
}
.bundles-item .bundles-text .value{
  color: rgba(255, 255, 255, 0.7);
  transition: all .2s linear;
}

.bundles-list-more{
  width: 100%;
  display: grid;
  grid-auto-flow: row dense;
  grid-template-columns: repeat(5, 1fr);
  gap: 80px 30px;
  margin: 40px 0;
}

.sec-block{
  background: rgba(133, 89, 52, .7);
  padding: 30px 10px;
  margin-bottom: 60px;
}
.sec-block .desc{
  display: block;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 60px;
}
.bundles-list-more .bundles-item .bundles-wrap{
  margin-bottom: 15px;
}
.bundles-list-more .bundles-item .bundles-wrap .picture{
  background-size: 80% auto;
}

@media(max-width: 1200px){
  .bundles-item .bundles-text .qty {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .bundles-item .bundles-text .qty span {
    font-size: 18px;
  }
  .bundles-list,
  .bundles-list-more{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 30px;
  }
  .bundles-list-more .bundles-item{
    width: 30%;

    background: rgba(133, 89, 52, .7);
    padding: 1.4rem .8rem;
  }

  .bundles-list .bundles-item{
    width: 48%;
  }

  .bundles-list-more .bundles-item.copy .bundles-wrap .picture{
    background-size: auto 110%;
  }

  .sec-block{
    background: transparent;
    padding: 0;
  }

}
@media(max-width: 1024px){
  .bundles-list{
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 30px;
  }
  .bundles-item {
    font-size: 15px;
  }
}
@media(max-width: 992px){
  .bundles-list-more .bundles-item {
    width: 47%;
  }
}
@media(max-width: 768px){

  .bundles-list{
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .bundles-item{
    background: rgba(255, 255, 255, .05);
    padding-bottom: 20px;
    width: 100%;
  }
  .bundles-item .bundles-text{
    padding: 0 15px 0 20px;
  }
  .bundles-item .text{
    padding: 0 20px;
  }
  .bundles-item .bundles-wrap:before{
    display: none;
  }
}
@media(max-width: 680px){
  .bundles-list{
    grid-template-columns: repeat(1, 1fr);
    margin: 60px 0 80px;
  }
}
@media(max-width: 580px){
  .bundles-list-more .bundles-item{
    width: 100%;
  }
}

#ipsLayout_footer{
  padding-bottom: 40px;
}
#ipsLayout_footer ul li a{
  color: #fff;
  opacity: .8;
  transition: all .2s linear;
}
#ipsLayout_footer ul li a:hover{
  opacity: 1;
}
#ipsLayout_footer .ipsGrid_logo {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.copyrightsub{
  font-size: 15px;
  color: rgba(255, 255, 255, .8);
  line-height: 1.4;
}

.ipsDialog.youtubeDialog .ipsDialog_close{
  display: none;
  right: -15px;
  top: -55px;
}
.youtubeDialog .ipsDialog_content{
  width: 94%;
}
#youtubePlayerWrapper>.ipsDialog_close{
  display: block;
}

@media(min-width: 1640px){
  #ipsLayout_footer{
    padding: 40px 0;
  }
  .ipsLayout_container{
    max-width: 1600px
  }
  .fpage-section #ipsLayout_footer ul li a{
    font-size: 17px;
    margin: 0;
  }
}
@media(max-width: 540px){
  #ipsLayout_footer .ipsGrid_logo{
    flex-wrap: wrap;
  }
  #ipsLayout_footer .ipsGrid > .ipsGrid_span4{
    width: auto;
    margin: 5px 0;
  }
  #ipsLayout_footer .wg-logo img{
    width: 300px;
  }
}


@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);
  }
}

@keyframes bganimation {
  0%,
  100% {
    background-size: 100% auto;
    background-position: center;
  }
  50% {
    background-size: 102% auto;
    background-position: center;
  }
}

@keyframes bganimation3 {
  0%,
  100% {
    background-size: 100% auto;
    background-position: center;
  }
  50% {
    background-size: 125% auto;
    background-position: center;
  }
}