/* ============================================================
   FOOTER — repeat nav, logo, social, disclaimer. top:8836
   ============================================================ */
.footer {
  position: relative;
  width: 1728px;
  height: 437px;
  background: var(--color-bg);
  margin-top: 97px;
}
.footer__nav {
  position: absolute;
  left: 368px;
  top: 21px;
  width: 661px;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: var(--color-white);
}
.footer__dogovor{     position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 240px; }
.footer__nav a:hover { color: var(--color-accent-1); }
.footer__cta { left: 1068px; top: 0; }
.footer__profile-btn { position: absolute; left: 1300px; top: 0; width: 60px; height: 60px; }
.footer__profile-btn img { width: 100%; height: 100%; }

.footer__logo { position: absolute; left: 50%; top: 82px; transform: translateX(-50%); width: 232px; height: 130px; text-align: center; }
.footer__logo-icon { position: absolute; left: 93px; top: 0; width: 45px; height: 40px; }
.footer__logo-icon img { width: 100%; height: 100%; }
.footer__logo-name { position: absolute; left: 0; top: 58px; width: 100%; font-family: var(--font-watermark); font-size: 41px; color: #5c5c5c; }
.footer__logo-tag { position: absolute; left: 0; top: 107.5px; width: 100%; font-size: 12px; color: var(--color-gray); letter-spacing: 0.6px; text-transform: uppercase; }
.footer__logo-divider { position: absolute; left: 34px; top: 129px; width: 163.5px; height: 0.5px; background: rgba(217, 217, 217, 0.3); }

.footer__social {
  position: absolute;
  left: 50%;
  top: 300px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 34px;
}
.footer__social img { height: 26px; width: auto; opacity: 0.5; }
.footer__social img:nth-child(1) { width: 31px; }
.footer__social img:nth-child(2) { width: 37px; }
.footer__social img:nth-child(3) { width: 43px; }
.footer__social img:nth-child(4) { width: 26px; }
.footer__social img:nth-child(5) { width: 26px; }
.footer__social img.full-opacity { opacity: 1; }

.footer__disclaimer {
  position: absolute;
  left: 50%;
  top: 352px;
  transform: translateX(-50%);
  width: 847px;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  color: var(--color-white);
  opacity: 0.4;
}
