.section-footer-home {
  border-radius: 28px;
}

.absolute-footer {
  display: none;
}

.home .footer-wrapper {
  margin-top: -300px;
}

.footer-top {
  padding-bottom: 90px;
}
.list-box-social {
  padding-top: 45px;
}
.section-footer-main {
  padding-top: 200px !important;
}
body.home .section-footer-main {
  padding-top: 340px !important;
}
.section-footer-main .ux-logo-link {
  padding: 0px !important;
  margin-bottom: 13px;
}
.footer-wrapper .desc-footer {
  margin-bottom: 45px;
}

.list-social {
  display: flex;
  align-items: center;
  gap: 41px;
  margin-bottom: 0px;
}
.link-policy li,
.list-social li {
  list-style: none;
  margin: 0px !important;
}
.list-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  padding: 14px;
}

.section-footer-main .ux-menu-link__link {
  color: var(--white);
}
.link-policy {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 55px;
}
.link-policy li a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .footer-wrapper .desc-footer {
    width: 591px;
  }
}
