body.ipsApp{
  height: inherit;
}
body.ipsApp #ipsLayout_body.ipsLayout_container{
  background: linear-gradient(180deg, #052854 0%, #1b457f 45.31%, #031d49 100%)!important;
}
main.ipsLayout_container:before{
  top: 4%;
}
#ipsLayout_footer.ipsClearfix{
  background: #031d49;
}

.containers-header {
  display: block;
  position: relative;
  width: 100%;
  background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/30_head-bg-containers.png?_cb=1690806516);
  padding-bottom: 20%;
  background-size: cover;
  margin-bottom: 30px;
}
.containers-header .title{
  position: absolute;
  margin: 40px;
  bottom:  0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 48px;
  color:#fff;
}
.containers-category{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: stretch;
}
.containers-category .category-title{
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.container-wrap{
  height: 100%;
  background: #091b36;
  padding: 0 15px 30px;
  cursor: pointer;
  transition: all .2s linear;
}
.container-wrap .picture{
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 56.4%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 98%;
  transition: all .3s cubic-bezier(0, 0, 0.3, 1.01);
}
.container-wrap:hover .picture{
  background-size: auto 104%;
}
.container-wrap h2{
  font-weight: bold;
  text-transform: uppercase;
}

.container-info{
  background: url(//ips4-wowslegends-global.gcdn.co/set_resources_2/84c1e40ea0e759e3f1505eb1788ddf3c_wowsc_forum_bckg_bright.jpg) #253f64;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: auto !important;
}
.container-info h2{
  font-weight: bold;
  text-transform: uppercase;
}
.container-info .rewards b{
  color: #fff;
  display: flex;
  align-items: center;
}
.container-info .picture{
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 56.4%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 98%;
  transition: all .3s cubic-bezier(0, 0, 0.3, 1.01);
  background-color: #091b36;
}
.container-info h2{
  font-size: 26px;
}
.container-info .rewards {
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
}
.container-info .contents,
.container-info .note{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin-top: 25px;
  line-height: 1.4;
}
.container-info .note b,
.container-info .note strong{
  color: #ffb629;
}
.container-info .note ul,
.container-info .note li{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
.rewards .rewards-code{
  display: flex;
  align-items: center;  
}
.rewards .rewards-value,
.container-info .rewards-value{
  color: #fff;
  font-weight: 700;
  text-align: right;
  margin-left: 10px;
}
.container-info .rewards svg{
  display: inline-block;
  width: 10px;
  fill: #fff;
}
.is_accented,
.is_accented *,
.is_accented b,
.container-info .rewards.is_accented b,
.container-info .rewards.is_accented .rewards-value,
.container-info .rewards.is_accented svg{
  color: #ffb629!important;
  fill: #ffb629;
  font-weight: 600;
}

@media(max-width: 1280px){
  .containers-category .container-wrap h2{
    font-size: 22px;
    margin-bottom: 0;
  }
}

@media(max-width: 1200px){
  .containers-header .title{
    font-size: 34px;
  }
}
@media(max-width: 992px){
  .containers-header{
    padding-bottom: 24%;
    background-position: center 90%;
  }
  .containers-header .title{
    font-size: 38px;
  }
}
@media(min-width: 768px){
  *::-webkit-scrollbar-track{
    background-color: #e2e2e2;
    border-radius:1px;
  }
  *::-webkit-scrollbar{
    width: 10px;
    background-color:#e2e2e2
  }
  *::-webkit-scrollbar-thumb{
    border-radius:1px;
    background-color: #416cb7;
  }
}
@media(max-width: 648px){
  .containers-header{
    padding-bottom: 32%;
  }
  .containers-header .title{
    margin: 25px;
    font-size: 32px;
    max-width: 50%;
    line-height: 1.2;
  }
}
@media(max-width: 540px){
  .containers-header{
    padding-bottom: 36%;
  }
  .containers-header .title{
    font-size: 28px;
  }
  .containers-category .category-title{
    font-size: 26px;
    text-align: center;
  }
  .container-info {
    padding: 25px;
  }
  .container-info h2{
    font-size: 22px;
  }
  .container-info .rewards {
    font-size: 15px;
  }
  .container-info .note{
    font-size: 15px;
  }
  .container-info .picture{
    background-size: auto 140%;
    margin-bottom: 20px;
  }
}
@media(max-width: 420px){
  .containers-header{
    display: none;
  }
}