.prelink {
  margin-bottom: 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
}

.footer__languages-list {
  position: relative;
  padding: 12px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.footer__languages-item > a {
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.15);
  font-size: 15px;
  font-weight: 900;
  color: var(--primary-text-color);
  line-height: normal;
  transition: border-color var(--primary-transition);
}

.footer__languages-item > a:hover,
.footer__languages-item > a:active,
.footer__languages-item > a:focus {
  border-color: #9f1cd3;
}

.footer {
  max-width: 1600px;
  padding: 26px 32px 32px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}

.footer__link-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.footer__link-list > li {
  position: relative;
}

.footer__link-list > li:not(:first-child)::before {
  content: "";
  position: absolute;
  height: 18px;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
  border-left: 1px solid #aa98b0;
}

.footer__link-list a {
  display: inline-block;
  padding: 6px 0;
  color: #fcf4ff;
  font-size: 14px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

.footer__link-list a:hover,
.footer__link-list a:active,
.footer__link-list a:focus {
  color: var(--primary-text-hover-color);
}

.footer__payment {
  margin-top: 26px;
  display: flex;
  gap: 8px;
}

.footer__payment > img {
  max-width: 112px;
}

.footer__bottom {
  margin-top: 32px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.footer__copy * {
  margin: 0;
}

.footer__copy {
  max-width: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  color: #fcf4ff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.footer__age {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ff2f71;
  padding: 8px;
  justify-content: center;
  align-items: center;
  color: var(--primary-text-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
