footer{
  position: relative;
}

footer .links{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  font-size: 1.4rem;
  font-weight: normal;
  color: white;
  background-color: #ebeff0;
  gap: 1rem;
}

footer .links a{
  width: fit-content;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  color: #1b1b1b;
  line-height: 3.5rem;
  padding: 0 .8em;
  border: 1px solid #d6d9de;
  background-color: white;
  margin: 1rem 0;
}

:lang(vi-vn) footer .links a{
  line-height: normal;
}

footer .notes{
  padding: 1.5rem;
  padding-top: 0;
  background-color: #ebeff0;
  font-size: 1.3rem;
  font-weight: 300;
  color: #b5b5b5;
}

footer ul{
  list-style: "· ";
  color: #7a8a9c;
  padding-left: 1.1rem;
}

footer ul li{
  line-height: 1.5;
  color: #b5b5b5;
}

footer ul .email{
  color: #2f86fc;
}

footer .copyright{
  font-family: Roboto;
  line-height: 4.4rem;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
  color: #959899;
  margin-bottom: 2.1rem;    
}

footer .pegi-mark{
  text-align: center;
  padding-bottom: 16.3rem;
}

footer .pegi-mark img{
  width: 4.4rem;
}

.sticky-wrapper{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8.2rem;
  /* background-image: url(../img/main/apkdownload.png), linear-gradient(to top, white, rgba(255, 255, 255, 0));
  background-repeat: no-repeat, no-repeat;
  background-position: bottom, bottom;
  background-size: contain, contain; */
  padding: 0 2rem 1.5rem 2rem;
  pointer-events: none;

}

.sticky-wrapper .btn-apkdownload,
.sticky-wrapper .btn-appdownload{
  background-color: #0ec666;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.5rem;
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
  pointer-events: auto;
  border-radius: 5rem;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
}


.btn-apkdownload::before,
.btn-appdownload::before{
  content: "";
  display: block;
  width: 2.9rem;
  height: 3.4rem;
  padding-right: 1em;
  background: url(../img/main/android-logo.png) no-repeat center/contain;
}

.btn-appdownload::before{
  padding: none;
  background: url(../img/main/apple-logo.png) no-repeat center/contain;
}

.floating-btns{
  position: absolute;    
  right: 0;
  bottom: 8.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 6.7rem;
  height: 13.4rem;
}

.floating-btns .btn-top,
.floating-btns .btn-shop{
  display: block;
  height: 6.7rem;
  background: url(../img/shop.png) no-repeat center/contain;
  font-size: 0;
  pointer-events: auto;
}

.floating-btns .btn-top{
  background: url(../img/top.png) no-repeat center/contain;
}