
.footer {
  margin: 86px auto 28px;
  max-width: 100%;
  overflow: hidden;
}

.first-row {
  margin-bottom: 24px;
}

.first-row .footer__item {
  color: #cdcdcd;
  font-size: 19px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.02em;
  margin: 0 16px;
  text-decoration: none;
  transition: all .3s;
}

.first-row .footer__item:hover {
  color: white;
}

#dropdown .ipsFlag {
  margin-right: 8px;
}

#dropdown_menu .ipsMenu_item {
  padding: 0;
}

#dropdown_menu .ipsMenu_item .ipsButton_link {
  width: 100%;
}

.second-row {
  width: 100%;
  max-width: 608px;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.second-row a {
  display: inline-block;
  opacity: 0.7;
  transition: all 0.3s;
}

.second-row a:hover {
  opacity: 1;
}

.third-row {
  margin-bottom: 10px;
}

.third-row .footer__item {
  color: #cdcdcd;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.fourth-row .footer__item {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.02em;
}

/****************DROPDOWN********************/
#dropdown1_menu.ipsMenu{
  position: fixed!important;
}
.ipsMenu_item {
  color: #303030;
  padding: 4px 12px;
  cursor: pointer;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
  text-decoration: none;
  transition: all .3s;
}

.flag-icon {
  display: block;
  width: 25px;
  height: 32px;
  margin: -2px 8px 0 0; 
}

.flag-icon-de {
  background: url(//ips4-wowslegends-global.gcdn.co/pages_media/7_de_lang.png) center no-repeat;
  background-size: contain;
}

.flag-icon-jp {
  background: url(//ips4-wowslegends-global.gcdn.co/pages_media/7_ja_lang.png) center no-repeat;
  background-size: contain;
}

.flag-icon-us {
  background: url(//ips4-wowslegends-global.gcdn.co/pages_media/7_en_lang.png) center no-repeat;
  background-size: contain;
}

.ipsApp .languageSelector .ipsMenu_item{
  padding: 0
}
.ipsApp .languageSelector .ipsMenu_item .ipsButton_link {
  padding: 10px 20px;
}
.ipsApp .languageSelector .ipsMenu_item .ipsButton_link:hover{
  cursor: pointer;
  text-decoration: none;
  background-image: -moz-linear-gradient(top, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.08) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0.08) 100%);
  background-image: -o-linear-gradient(top, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0.08) 100%);
  background-image: -ms-linear-gradient(top, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0.08) 100%);
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0.08) 100%);
}

@media screen and (max-width: 600px) {
  .footer {
    margin-top: 54px;
  }

  .first-row {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }

  .first-row .footer__item {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
  }

  .second-row {
    margin-top: 18px;
    justify-content: space-around;
  }

  .second-row .footer__item {
    margin: 0 20px 12px;
  }

  .second-row .footer__item:nth-child(1) img {
    height: 40px;
  }

  .second-row .footer__item:nth-child(2) img {
    height: 24px;
  }

  .second-row .footer__item:nth-child(3) img {
    height: 42px;
  }

  .third-row {
    margin-bottom: 10px;
  }

  .third-row .footer__item,
  .fourth-row .footer__item {
    font-size: 12px;
  }
}
