.footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  padding: 20px 8px 16px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background-color: transparent;
}

.footer__languages-list {
  position: relative;
  padding: 0px !important;;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  border-radius: 8px;
  background-color: transparent !important;
}

.footer__languages-item > a {
  padding: 7px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: var(--secondary-bg-color);
  font-weight: 700;
  font-size: 14px;
  color: var(--primary-text-color);
  line-height: normal;
  transition: border-color var(--primary-transition);
}

.footer__languages-item > a {
	border-radius:50%;
}

.footer__languages-item > a:hover,
.footer__languages-item > a:active,
.footer__languages-item > a:focus {
  border-color: var(--primary-text-hover-color);
}

.footer__link-wrap {
  padding: 12px 12px 10px 12px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  border-radius: 8px;
  background-color: var(--primary-bg-color);
}

.footer__link-box {
  max-width: 228px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer__link-box div {
  font-weight: 700;
  font-size: 14px;
  color: var(--primary-text-color);
  line-height: 1.14;
  text-transform: uppercase;
}

.footer__link-box li {
  text-align: center;
}

.footer__link-box a {
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.16;
  color: var(--primary-text-color);
}

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

.footer__payment {
  width: 100%;
  display: flex;
  gap: 10px;
}

.footer__payment > div {
  padding: 12px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background-color: var(--quaternary-bg-color);
}

.footer__payment > div:first-child {
  width: calc(100% - 270px);
  color: var(--primary-text-color);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.16;
  background-color: var(--primary-bg-color);
}

.footer__payment > div:first-child > * {
  margin-top: 0;
}

.footer__payment > div:last-child {
  justify-content: center;
}

.footer__bottom {
  width: 100%;
  display: flex;
  gap: 10px;
}

.footer__bottom > div {
}

.footer__bottom > div:first-child {
  padding: 12px;
  width: calc(100% - 270px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  background-color: var(--primary-bg-color);
  color: var(--primary-text-color);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.16;
}

.footer__bottom > div:first-child > * {
  margin-top: 0;
}

.footer__bottom > div:first-child a {
  color: var(--primary-text-color);
  text-decoration: underline;
}

.footer__bottom > div:first-child a:hover {
  opacity: 0.8;
}

.footer__bottom-box {
  width: 260px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__age {
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  border-radius: 8px;
  background-color: var(--quaternary-bg-color);
  color: #3b3b3b;
  font-size: 20px;
  line-height: normal;
}

.footer__mob {
  padding: 8px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #799496;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--primary-text-color);
  line-height: normal;
  white-space: nowrap;
}

.footer__mob:hover {
  opacity: 0.8;
}
